.marquee .scroll div .category { margin-bottom: 0px;}.marquee{position: relative;width: 100%;height: 100%;overflow: hidden;padding: 0;}.marquee .scroll{width: 100%;display: flex;}.marquee .scroll div{white-space: nowrap;animation: animate-marquee 80s linear infinite;animation-delay: -40s;display: flex;padding: 4px 0px;}.marquee .scroll div:nth-child(2){animation: animate-marquee-2 80s linear infinite;animation-delay: -80s;}span.scrolling-text-wrapper {display: flex;align-items: center;justify-content: center;}.category{clear: both;display: inline-block;overflow: hidden;white-space: nowrap;}.category a{text-decoration: none;}.scrolling-announcement-bar-content-wrapper a {color: inherit;text-decoration: none;}@keyframes animate-marquee{0%{-moz-transform: translateX(100%);-webkit-transform: translateX(100%);transform: translateX(100%);}100%{-moz-transform: translateX(-100%);-webkit-transform: translateX(-100%);transform: translateX(-100%);}}@keyframes animate-marquee-2{0%{-moz-transform: translateX(0%);-webkit-transform: translateX(0%);transform: translateX(0%);}100%{-moz-transform: translateX(-200%);-webkit-transform: translateX(-200%);transform: translateX(-200%);}}