.customer-banner{background-color:#f3f3f3;position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;padding-bottom:14rem}.customer-banner__swoosh{position:absolute;bottom:0;left:0;width:100%}.customer-banner__content{position:relative;display:grid;grid-template-columns:4fr 3fr;gap:2rem;align-items:center}.customer-banner h1{margin-bottom:1rem;font-weight:600;background-image:repeating-linear-gradient(135deg,rgb(244 116 53) 0%,rgb(193 52 50) 5%,rgb(6 7 17) 25%,rgb(193 52 50) 45%,rgb(244 116 53) 50%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-size:200% 200%;animation:gradient 15s ease infinite}@keyframes gradient{0%{background-position:0% 50%}25%{background-position:100% 100%}50%{background-position:0% 50%}75%{background-position:100% 100%}100%{background-position:0% 50%}}.customer-banner__content h2{font-size:1.4rem;font-weight:400;margin-bottom:1rem}.customer-banner__logos{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem;position:relative;margin-top:4rem}.customer-banner__logos-title{grid-column:span 5;font-family:"Roboto Mono",monospace;text-transform:uppercase;opacity:.8;font-size:1rem}.customer-banner__logo{background:#fff;display:flex;align-items:center;justify-content:center;padding:1.5rem 2rem;border-radius:2rem;transition:all 0.3s}.customer-banner__logo:hover{background:#fff}.customer-banner__logo img{max-width:6rem;max-height:2rem;object-fit:contain;transition:all 0.3s}.customer-banner__logo:hover img{transform:scale(1.1)}@media (max-width:1199px){.customer-banner{padding-bottom:10rem}}@media (max-width:767px){.customer-banner{padding-bottom:8rem}.customer-banner__content{grid-template-columns:1fr}.customer-banner__logos{margin-top:2rem;grid-template-columns:repeat(2,1fr);gap:1rem}.customer-banner__logos-title{grid-column:span 2}}