.afc-marquee--h .afc-marquee-track{display:flex;gap:1rem;width:max-content;animation:afc-marquee-scroll-x 50s linear infinite;will-change:transform}.afc-marquee--v{height:100%}.afc-marquee--v .afc-marquee-track{display:flex;flex-direction:column;gap:1rem;height:max-content;animation:afc-marquee-scroll-y 45s linear infinite;will-change:transform}.afc-marquee-item{flex:0 0 auto;overflow:hidden;margin:0}.afc-marquee-item img{display:block;transition:transform .6s ease}@keyframes afc-marquee-scroll-x{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@keyframes afc-marquee-scroll-y{0%{transform:translateZ(0)}to{transform:translate3d(0,-50%,0)}}@media(prefers-reduced-motion:reduce){.afc-marquee-track{animation:none}}
