.logo-marquee{box-sizing:border-box;background-color:#ffffff40;width:100%;height:100px;max-height:100px;padding:1.1rem 0;overflow:hidden}.logo-marquee__viewport{width:100%;overflow:hidden}.logo-marquee__track{will-change:transform;width:max-content;animation:24s linear infinite logo-marquee-scroll;display:flex}.logo-marquee__group{box-sizing:border-box;flex:none;align-items:center;gap:clamp(2.5rem,7vw,6rem);width:max-content;min-width:max-content;padding-right:clamp(2.5rem,7vw,6rem);display:flex}.logo-marquee__item{flex:0 0 clamp(7rem,12vw,11rem);place-items:center;width:clamp(7rem,12vw,11rem);height:100%;max-height:calc(100px - 2.2rem);display:grid}.logo-marquee__item img{-o-object-fit:contain;object-fit:contain;opacity:.9;max-width:100%;max-height:100px;display:block}@keyframes logo-marquee-scroll{0%{transform:translate(0,0)}to{transform:translate(-33.3333%)}}@media (prefers-reduced-motion:reduce){.logo-marquee__track{animation-play-state:paused}}
