.marquee-wrapper{display:flex;flex-direction:column;gap:var(--gap);margin:auto;max-width:100vw;--size:var(--6fa6cca4);--gap:var(--cf81fc5a);--duration:var(--714f9e92);--scroll-start:0;--scroll-end:calc(-100% - var(--gap))}.marquee-wrapper.can-hover:hover .marquee-content{animation-play-state:paused}.marquee{display:flex;user-select:none;gap:var(--gap)}.marquee img{display:grid;place-items:center}.marquee.reverse .marquee-content{animation-direction:reverse}.marquee-content{flex-shrink:0;display:flex;align-items:center;justify-content:space-around;gap:var(--gap);min-width:100%;animation:scroll-x var(--duration)linear infinite;list-style-type:none}@media(prefers-reduced-motion:reduce){.marquee-content{animation-play-state:paused}}@keyframes scroll-x{0%{transform:translate(var(--scroll-start))}to{transform:translate(var(--scroll-end))}}@keyframes fade{to{opacity:0;visibility:hidden}}