@keyframes scroll-horizontal{0%{transform:translateX(0)}to{transform:translateX(-33.333%)}}.ticker-wrapper{margin:0;padding:0}.ticker-content{white-space:nowrap;animation:scroll-horizontal 20s linear infinite;will-change:transform}.ticker-content,.ticker-item{display:flex;align-items:center}.ticker-item{margin:0 32px;flex-shrink:0}