.cp-customers{background:var(--cp-white);border-bottom:1px solid var(--cp-slate-100);padding:80px 0}.cp-customers__label{color:var(--cp-slate-500);font-size:12px;font-weight:600;letter-spacing:.18em;margin-bottom:48px;text-align:center;text-transform:uppercase}.cp-customers__grid{flex-wrap:wrap;gap:28px 20px}.cp-customers__grid,.cp-customers__item{align-items:center;display:flex;justify-content:center}.cp-customers__item{filter:grayscale(100%);height:36px;max-width:104px;opacity:.55;transition:opacity .3s ease,filter .3s ease}.cp-customers__item:hover{filter:grayscale(0);opacity:1}.cp-customers__item img{max-height:100%;max-width:100%;object-fit:contain}.cp-customers__item--wide{max-width:132px}@media (max-width:960px){.cp-customers__grid{gap:24px 40px}.cp-customers__item{height:30px;max-width:104px}}.cp-customers--dark{background:var(--cp-navy);border-bottom:1px solid hsla(0,0%,100%,.06)}.cp-customers--dark .cp-customers__label{color:var(--cp-slate-400,#94a3b8)}.cp-customers--dark .cp-customers__item{filter:brightness(0) invert(1);opacity:.6}.cp-customers--dark .cp-customers__item:hover{filter:brightness(0) invert(1);opacity:1}