@-webkit-keyframes autoSliderOne{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes autoSliderOne{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@-webkit-keyframes autoSliderTwo{0%{-webkit-transform:translateX(0%);transform:translateX(0%)}100%{-webkit-transform:translateX(-200%);transform:translateX(-200%)}}@keyframes autoSliderTwo{0%{-webkit-transform:translateX(0%);transform:translateX(0%)}100%{-webkit-transform:translateX(-200%);transform:translateX(-200%)}}.c-animated-ticker-tape{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.c-animated-ticker-tape-section{position:relative;overflow:hidden;padding:12px 0}.c-animated-ticker-tape-section .c-animated-ticker-tape-section__container{display:-webkit-box;display:-ms-flexbox;display:flex}.c-animated-ticker-tape-section .c-animated-ticker-tape__text-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-direction:normal;animation-direction:normal;font-family:"LetterGothic"}.c-animated-ticker-tape-section .c-animated-ticker-tape__text-block a{color:inherit;text-decoration:none}.c-animated-ticker-tape-section.c-animated-ticker-tape--paused div.c-animated-ticker-tape__text-block{-webkit-animation-play-state:paused;animation-play-state:paused}.c-animated-ticker-tape-section .c-animated-ticker-tape--text{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:20px;font-size:21px;line-height:24px;white-space:nowrap}.c-animated-ticker-tape-section .icon{width:16px;height:16px}@media screen and (max-width: 576px){.c-animated-ticker-tape-section .c-animated-ticker-tape--text{font-size:18px}}.c-ticker-control{position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px;height:20px}.c-ticker-control button{background:rgba(0,0,0,0);border:0}.c-ticker-control .icon--play{display:none}.c-animated-ticker-tape--paused .c-ticker-control .icon--pause{display:none}.c-animated-ticker-tape--paused .c-ticker-control .icon--play{display:block}