.ticker-wrap{width:100%;overflow:hidden;background-color:rgba(0,0,0,0);color:var(--white);font-weight:600;padding:5px 0;z-index:1000}.ticker{display:flex;animation:ticker 30s linear infinite;animation-play-state:running}.ticker-dot{display:inline-block;width:8px;height:8px;background-color:var(--white);border-radius:50%;margin-right:6px}.ticker-wrap:hover .ticker{animation-play-state:paused}.ticker__item{flex-shrink:0;padding:0 2rem;white-space:nowrap}@keyframes ticker{0%{transform:translate3d(100%,0,0)}to{transform:translate3d(-100%,0,0)}}