@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scroll-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.animate-scroll-left,.animate-scroll-right{display:flex;width:-moz-max-content;width:max-content;animation-iteration-count:infinite;animation-timing-function:linear}.animate-scroll-left{animation-name:scroll-left}.animate-scroll-right{animation-name:scroll-right}