@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.img-container{animation:12s linear infinite scroll}@keyframes scroll-reverse{0%{transform:translate(-100%)}to{transform:translate(0)}}.img-container-reverse{animation:12s linear infinite scroll-reverse}
@keyframes collection-scroll{0%{transform:translate(0)}to{transform:translate(-2291.31px)}}@keyframes collection-scroll-mobile{0%{transform:translate(0)}to{transform:translate(-1738.86px)}}@keyframes collection-scroll-reverse{0%{transform:translate(-2291.31px)}to{transform:translate(0)}}@keyframes collection-scroll-mobile-reverse{0%{transform:translate(-1738.86px)}to{transform:translate(0)}}.collection-img-container{animation:60s linear infinite collection-scroll}.collection-img-container-reverse{animation:60s linear infinite collection-scroll-reverse}@media (max-width:640px){.collection-img-container{animation:60s linear infinite collection-scroll-mobile}.collection-img-container-reverse{animation:60s linear infinite collection-scroll-mobile-reverse}}
/*# sourceMappingURL=737313fed7941399.css.map*/