@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee{animation:marquee var(--duration, 20s) linear infinite;will-change:transform}@media (prefers-reduced-motion: reduce){.marquee{animation:none!important}}.mask-fade{-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}.marquee-inner{display:flex;width:-moz-max-content;width:max-content}.marquee-track{display:flex;width:-moz-max-content;width:max-content;align-items:center;gap:3rem;padding-right:2rem}@media (max-width: 768px){.marquee-track{gap:1.5rem;padding-right:1rem}}.marquee-item{list-style:none}.marquee-img{height:60px;width:auto;-o-object-fit:contain;object-fit:contain}@media (max-width: 768px){.marquee-img{height:48px}}.marquee--paused{animation:none;justify-content:center}
