@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.ticker{--ticker-height:4.5rem;width:100%;margin:0 auto;overflow:hidden;white-space:nowrap;height:var(--ticker-height);display:flex;align-items:center;max-height:var(--ticker-height)}@media screen and (max-width:749px){.ticker{--ticker-height:3.5rem}}.ticker__container{--ticker-gap:10rem;display:flex}.ticker__copy{display:flex;align-items:center;flex:0 0 auto;gap:var(--ticker-gap);padding-right:var(--ticker-gap);animation-name:marquee;animation-duration:var(--speed);animation-timing-function:linear;animation-delay:0s;animation-iteration-count:infinite;animation-play-state:running;animation-direction:normal}.ticker__copy *{margin-bottom:0}