.animate-scroll-left,.animate-scroll-right{animation-iteration-count:infinite;animation-play-state:running;animation-timing-function:linear}.paused{animation-play-state:paused!important}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes scroll-right{0%{transform:translate(-100%)}to{transform:translate(0)}}.animate-scroll-left{animation:scroll-left var(--duration) linear infinite}.animate-scroll-right{animation:scroll-right var(--duration) linear infinite}@media (max-width:767px){.animate-scroll-left,.animate-scroll-right{animation-duration:var(--mobile-duration,var(--duration))}}@media (min-width:768px) and (max-width:1023px){.animate-scroll-left,.animate-scroll-right{animation-duration:var(--tablet-duration,var(--duration))}}.fade-enter-active[data-v-8782f981],.fade-leave-active[data-v-8782f981]{height:100%;position:absolute;transition:opacity .5s ease;width:100%}.fade-enter-from[data-v-8782f981],.fade-leave-to[data-v-8782f981]{opacity:0}img[data-v-8782f981]{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.carousel-container[data-v-a03c427e]{display:flex;width:100%}
