.pst-features{background-color:var(--pst-features-bg,transparent);background-image:var(--pst-features-bg-image,none);background-position:50%;background-repeat:no-repeat;background-size:cover}.pst-features__inner{margin:0 auto;max-width:1200px;padding:100px 32px}.pst-features__grid{display:grid;gap:var(--pst-features-row-gap,72px) 32px;grid-template-columns:repeat(var(--pst-features-cols,4),minmax(0,1fr))}.pst-feature{align-items:center;display:flex;flex-direction:column;height:100%;text-align:center}.pst-feature__icon{height:var(--pst-features-icon-size,80px);margin:0 auto 16px;width:var(--pst-features-icon-size,80px)}.pst-feature__icon img{display:block;height:100%;object-fit:contain;width:100%}.pst-feature__title{color:var(--pst-features-title,#121212);font-size:var(--pst-features-title-size,19px);line-height:1.3;margin:0 0 8px;text-wrap:balance}.pst-feature a.pst-feature__link,.pst-feature__title{font-family:Chakra Petch,Inter,system-ui,sans-serif;font-weight:600}.pst-feature a.pst-feature__link{align-self:center;color:var(--pst-features-link,#a62227);font-size:15px;letter-spacing:.04em;line-height:1.2;margin-top:auto;padding-top:24px;text-decoration:none;text-transform:uppercase;transition:opacity .15s ease}.pst-feature__chev{display:inline-block;margin-left:6px;transition:transform .15s ease}.pst-feature a.pst-feature__link:hover .pst-feature__chev{transform:translateX(3px)}.pst-feature a.pst-feature__link:hover{opacity:.68}.pst-feature a.pst-feature__link:focus-visible{outline:2px solid var(--pst-features-link,#a62227);outline-offset:3px}.pst-feature__body{color:var(--pst-features-body,#565a5f);font-family:TT Interphase,Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:var(--pst-features-body-size,16px);line-height:1.6;margin:0}@media (max-width:992px){.pst-features__inner{padding:64px 24px}.pst-features__grid{gap:calc(var(--pst-features-row-gap, 72px)*.75) 24px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.pst-features__grid{gap:calc(var(--pst-features-row-gap, 72px)*.6) 0;grid-template-columns:minmax(0,1fr)}}.pst-features{position:relative}.pst-features__shape{left:0;line-height:0;pointer-events:none;position:absolute;right:0;z-index:2}.pst-features__shape--top{top:0}.pst-features__shape--bottom{bottom:0}.pst-features__shape svg{display:block;fill:currentColor;height:100%;width:100%}.pst-features__inner{position:relative;z-index:1}.pst-features.has-top-shape .pst-features__inner{padding-top:calc(100px + var(--pst-features-shape-h, 100px))}.pst-features.has-bottom-shape .pst-features__inner{padding-bottom:calc(100px + var(--pst-features-shape-h, 100px))}@media (max-width:992px){.pst-features.has-top-shape .pst-features__inner{padding-top:calc(64px + var(--pst-features-shape-h, 100px)*.6)}.pst-features.has-bottom-shape .pst-features__inner{padding-bottom:calc(64px + var(--pst-features-shape-h, 100px)*.6)}}