.marquee-wrapper{overflow:hidden;width:100%}.marquee{-webkit-box-pack:justify;-ms-flex-pack:justify;background-color:#eb282e;color:#eee;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between;position:relative;width:100%;z-index:2}.marquee-content{-ms-flex-negative:0;-webkit-animation-duration:45s;animation-duration:45s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:c;animation-name:c;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-flex-shrink:0;flex-shrink:0;margin:10px 0!important}.marquee-content li{display:inline-block;font-size:100%;list-style:none;padding-right:30px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.marquee-content li a{color:#fff;font-family:Trebuchet MS,Arial,Helvetica,sans-serif;font-size:14px;font-style:italic;font-weight:700;text-decoration:none}.marquee-content li a svg{fill:#fff;display:inline-block;height:16px;margin-right:5px}@keyframes c{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}