.proof-strip{background:var(--proof-bg,#fff);border-block:1px solid var(--brand-border,#d9dde3);margin-left:calc(50% - 50vw);width:100vw}.proof-strip__inner{margin-inline:auto;max-width:1200px;padding:2rem 1.5rem}.proof-strip__heading{color:var(--brand-muted,#5b6477);font-size:.75rem;font-weight:800;margin:0 0 1.25rem;text-transform:uppercase}.proof-strip__items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.proof-strip__item{padding:.5rem 1.5rem}.proof-strip__item:first-child{padding-left:0}.proof-strip__item+.proof-strip__item{border-left:1px solid var(--brand-border,#d9dde3)}.proof-strip__value{font-size:1.125rem;font-weight:800;line-height:1.3;margin:0}.proof-strip__label{color:var(--brand-muted,#5b6477);font-size:.8125rem;margin:.4rem 0 0}@media (max-width:700px){.proof-strip__inner{padding-inline:1rem}.proof-strip__items{grid-template-columns:minmax(0,1fr)}.proof-strip__item,.proof-strip__item:first-child{padding:1rem 0}.proof-strip__item+.proof-strip__item{border-left:0;border-top:1px solid var(--brand-border,#d9dde3)}}