.marquee-wrapper{width:100%}.simple-marquee{height:3rem;overflow:hidden}.simple-marquee .marquee-content{display:flex;animation:scroll 30s linear infinite}.simple-marquee .marquee-content:hover{animation-play-state:paused}.simple-marquee .marquee-item{display:flex;align-items:center;padding:0 4rem}@media(max-width:640px){.simple-marquee .marquee-item{padding:0 1rem}}.simple-marquee .marquee-item span{font-size:1.25rem;white-space:nowrap}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}