.ticker{background-color:var(--ticker-bg);z-index:9;white-space:nowrap;flex-direction:column;align-items:center;width:100%;padding-block:6px;display:flex;position:sticky;left:0;overflow:hidden}.ticker-wrapper{white-space:nowrap;width:100%;animation:var(--ticker-animation);text-transform:uppercase;color:var(--ticker-text);will-change:transform;display:inline-block}.ticker-header{color:var(--text-title);font-size:var(--text-4xl);line-height:var(--height-4xl);margin-bottom:20px;font-weight:700}.ticker-banner{aspect-ratio:16/9;object-fit:contain;width:500px;height:80px;margin-right:200px}.ticker-wrapper span{font-weight:700;font-size:var(--text-sm);margin-right:200px;display:inline-block}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker:hover .ticker-wrapper{animation-play-state:paused}@media (max-width:768px){.ticker-wrapper span{margin-right:100px}}@media (max-width:480px){.ticker-wrapper span{margin-right:20px}}
