.scrolling-text-container{overflow:hidden;width:100%}.scrolling-text-inner{display:flex;white-space:nowrap}.scrolling-text{cursor:pointer;display:flex;gap:50px;margin:0}.scrolling-text-item{font-style:normal;font-weight:400;letter-spacing:3.84px;line-height:100%;text-transform:uppercase}.scrolling-text-inner>ul{animation:var(--direction) var(--marquee-speed) linear infinite}.scrolling-text-container:hover .scrolling-text-inner>ul{animation-play-state:paused}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes scroll-right{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@media only screen and (max-width:480px){.scrolling-text-item{display:inline-block!important;font-size:24px;margin:0 20px}.scrolling-text{display:inline-table;overflow:hidden;width:100%}}