.ticker{font-weight:700;font-size:15pt}.tickerTitle{z-index:200}.ticker ul{align-items:center;list-style:none;margin:0;animation:scroll 50s linear infinite}.ticker ul li{white-space:nowrap;padding:5px 24px;font-weight:700}.ticker ul li:nth-child(odd):after{content:"";width:1px;height:40px;background:#778693;position:absolute;top:0;margin-left:20px}.ticker ul li:nth-child(2n):after{content:"";width:12px;height:2px;background:#778693;position:absolute;top:20px;margin-left:20px}.ticker ul li:last-child:after{display:none}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-2400px)}}@media screen and (max-width:500px){.ticker{font-size:12pt}.ticker ul li:nth-child(odd):after{content:"";width:1px;height:40px;background:#778693;position:absolute;top:0;margin-left:20px}.ticker ul li:nth-child(2n):after{content:"";width:12px;height:1px;background:#778693;position:absolute;top:16px;margin-left:20px}}