.ticker-wrapper{box-sizing:border-box;width:100%;overflow:hidden}.ticker-content{width:max-content;animation:40s linear infinite ticker;display:flex}.ticker-content:hover{animation-play-state:paused}@keyframes ticker{0%{transform:translate(0,0)}to{transform:translate(-50%)}}
