@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-wrapper{position:relative;overflow:hidden}.marquee-track{display:flex;gap:1.5rem;width:-moz-max-content;width:max-content;animation:marqueeScroll 50s linear infinite;will-change:transform}.marquee-wrapper:hover .marquee-track{animation-play-state:paused}
