.sc-customers{background-color:inherit;display:flex;flex-direction:column;justify-content:center;min-height:200px;padding:3rem 0}.sc-customer-grid{display:grid;gap:12px;grid-template-columns:repeat(6,1fr)}@media (max-width:900px){.sc-customer-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:600px){.sc-customer-grid{grid-template-columns:repeat(3,1fr)}}.sc-customer-grid .tile{align-items:center;aspect-ratio:2.33;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.16);border-radius:12px;display:flex;justify-content:center;min-width:0;transition:background .2s ease}.sc-customer-grid .tile:hover{background:hsla(0,0%,100%,.2)}.sc-customer-grid .tile img{display:block;filter:grayscale(100%) brightness(1.15);object-fit:contain;transition:filter .3s ease}.CO_hero-metric-cta{margin-bottom:2rem;margin-top:2rem;text-align:center;width:100%}.CO_hero-metric-button{background:#fff;border-radius:17px;color:#ff2645;display:inline-block;font-family:Nunito,Nunito Fallback,sans-serif;font-size:19px;font-style:normal;font-weight:700;line-height:22.8px;padding:14.35px 22px 16.35px;text-align:center;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.CO_hero-metric-button:hover{color:#ff2645;transform:translateY(-1px)}@media (max-width:1200px){.CO_hero-metric-cta{margin-bottom:1rem;margin-top:2rem}}