.scroll-container{width:100%;overflow:hidden;white-space:nowrap;box-sizing:border-box}.scroll-text{display:inline-block}.scroll-text.animate{animation:scrollText 10s linear infinite}@keyframes scrollText{0%{transform:translateX(0)}50%{transform:translateX(-50%)}90%{transform:translateX(10%)}to{transform:translateX(0)}}
/*# sourceMappingURL=9a21be9951c2aa40.css.map*/