.tcontainer{width:100%;overflow:hidden}.ticker-wrap{bottom:0;width:100%;overflow:hidden;height:4rem;padding-left:100%;box-sizing:content-box}@keyframes ticker{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-100%,0,0)}}.ticker-move{display:inline-block;white-space:nowrap;padding-right:100%;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:ticker;animation-duration:20s}.ticker-move:hover{animation-play-state:paused}.ticker-item{display:inline-block;padding:0 2rem}.marquee{margin:0 auto;white-space:nowrap;overflow:hidden;}.marquee span{display:inline-block;padding-left:100%;animation:marquee 50s linear infinite}.marquee2 span{animation-delay:40s}@keyframes marquee{0%{transform:translate(0,0)}100%{transform:translate(-100%,0)}}