.scroller[data-animated=true] .scroller__inner{width:-moz-max-content;width:max-content;flex-wrap:nowrap;animation-name:scroll;animation-duration:60s;animation-timing-function:linear;animation-iteration-count:infinite}.scroller[data-animated=true] #scroller-inner-2{animation-name:scroll-inverse}.scroller[data-animated=true] .scroller__down,.scroller[data-animated=true] .scroller__up{width:-moz-max-content;width:max-content;flex-wrap:nowrap;animation-duration:30s;animation-timing-function:linear;animation-iteration-count:infinite}.scroller[data-animated=true] .scroller__down{animation-name:scroll-down}.scroller[data-animated=true] .scroller__up{animation-name:scroll-up}@keyframes scroll{to{transform:translate(-50%)}}@keyframes scroll-inverse{0%{transform:translate(-50%)}to{transform:translate(0)}}@keyframes scroll-down{0%{transform:translateY(-50%)}to{transform:translateY(0)}}@keyframes scroll-up{to{transform:translateY(-50%)}}
