@keyframes ticker-scroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.ticker-wrapper{box-sizing:border-box;display:flex;overflow:hidden;white-space:nowrap;width:100%}.ticker-content{align-items:center;animation:ticker-scroll 30s linear infinite;display:flex;flex-shrink:0;gap:40px;justify-content:space-around;min-width:100%;padding:10px 0}.ticker-item{display:inline-block;flex-shrink:0;max-height:100px}.ticker-item img{display:block;max-height:99px;max-width:100%;width:auto}.ticker-wrapper:hover .ticker-content{animation-play-state:paused}