.section-ax-marquee .announcement-bar{overflow:hidden}.section-ax-marquee .marquee{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;overflow:hidden}.section-ax-marquee .marquee.reverse{flex-direction:row-reverse}.section-ax-marquee .marquee-text{align-items:center;animation:marquee 40s linear infinite;display:flex;font-family:var(--font-heading-family);font-weight:700;margin-right:20px;transition:opacity all .3s ease-in-out .2s;white-space:nowrap}.section-ax-marquee .marquee-text.stop-hover:hover{animation-play-state:paused}.section-ax-marquee .marquee-text>span{align-items:center;display:flex}.section-ax-marquee .marquee-text>span:after{background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;margin:0 20px;padding:0 90px}@media(max-width:549px){.section-ax-marquee .marquee-text>span:after{padding:0 20px}}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes reverse_marquee{0%{transform:translateX(0)}to{transform:translateX(50%)}}