.marquee-stage{display:flex;flex-direction:column;gap:clamp(.75rem,1.5vw,1.25rem);transform:rotate(-5deg);transform-origin:center;will-change:transform;padding:clamp(1.25rem,3vw,2.5rem) 0}.marquee-row{width:-moz-max-content;width:max-content;animation-name:marquee-scroll;animation-duration:var(--duration,48s);animation-timing-function:linear;animation-iteration-count:infinite;will-change:transform}.marquee-row.marquee-left{animation-direction:normal}.marquee-row.marquee-right{animation-direction:reverse}@keyframes marquee-scroll{0%{transform:translateZ(0)}to{transform:translate3d(calc(-100% / 3),0,0)}}.marquee-caption{margin-top:.75rem;text-align:center}@media (max-width:640px){.marquee-stage{transform:rotate(-3deg)}}@media (prefers-reduced-motion:reduce){.marquee-row{animation:none}.marquee-stage{transform:rotate(-3deg)}}