.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@keyframes scrollX{0%{transform:translateX(0)}to{transform:translateX(-33.3333%)}}.marquee-track{display:flex;width:max-content;animation:scrollX 20s linear infinite;will-change:transform}.marquee-track:hover{animation-play-state:paused}.marquee-container{overflow:hidden;position:relative;height:60px;white-space:nowrap;background:#090909}