.marquee-wrapper{position:relative;overflow:hidden;width:100%;mask-image:linear-gradient(to right,transparent 0%,black 15%,black 85%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 15%,black 85%,transparent 100%)}.marquee{display:flex;width:fit-content;animation:scroll-left 30s linear infinite;will-change:transform;gap:0}.marquee-item{flex-shrink:0;width:100%;height:100%;object-fit:contain;display:block}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-wrapper:hover .marquee{animation-play-state:paused}@media(max-width:768px){.marquee{animation:scroll-left 20s linear infinite}.marquee-wrapper{mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}}.marquee.slow{animation:scroll-left 45s linear infinite}.marquee.fast{animation:scroll-left 20s linear infinite}
