@keyframes scrollLeftToRight{0%{transform:translate(-50%)}to{transform:translate(0)}}@keyframes scrollRightToLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollHorizontal{to{transform:translate(calc(-50% - 2.35rem))}}.scroll-row-first{animation:65s linear infinite scrollLeftToRight}.scroll-row-second{animation:65s linear infinite scrollRightToLeft}.infinite-scroll-container-horizontal{white-space:nowrap;overflow:hidden}.infinite-scroll-horizontal{flex-wrap:nowrap;width:max-content;animation:50s linear infinite scrollHorizontal}.scroll-row{white-space:nowrap;flex-direction:row;width:fit-content;display:flex}
