.ticker-tape-container{width:100%;overflow:hidden;white-space:nowrap;box-sizing:border-box}.ticker-tape-text-wrapper{overflow:hidden;cursor:pointer}.ticker-tape-text{display:inline-block;font-weight:600}.ticker-tape-text.scroll{padding-left:100%;animation-name:ticker-tape-scroll;animation-timing-function:linear;animation-iteration-count:infinite}.ticker-tape-text.pulse{animation-name:ticker-tape-pulse;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.ticker-tape-text.fade{animation-name:ticker-tape-fade;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.ticker-tape-text.bounce{animation-name:ticker-tape-bounce;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.ticker-tape-text.paused{animation-play-state:paused}@keyframes ticker-tape-scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes ticker-tape-pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes ticker-tape-fade{0%,to{opacity:1}50%{opacity:.2}}@keyframes ticker-tape-bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}