section.text-marquee-section{cursor:default;display:flex;overflow:hidden}section.text-marquee-section:not(:has(.marquee-slide)){display:none!important}section.text-marquee-section:hover .marquee .animation-container{animation-play-state:paused}section.text-marquee-section .marquee{align-items:center;background-color:var(--bg-color);color:var(--color);display:flex;flex:1;flex-flow:row nowrap;gap:20px;isolation:isolate;justify-content:flex-start;overflow:hidden;position:relative;width:100%}section.text-marquee-section .marquee .marquee-slide{align-items:center;color:inherit;display:flex;gap:20px;padding:10px 0;text-align:center;transition:.15s ease-in-out .1s}section.text-marquee-section .marquee .marquee-slide,section.text-marquee-section .marquee .marquee-slide>*{font-size:48px;margin-block:0}@media only screen and (max-width:767.98px){section.text-marquee-section .marquee .marquee-slide,section.text-marquee-section .marquee .marquee-slide>*{font-size:32px}}section.text-marquee-section .marquee .marquee-slide .marquee-slide-spacer{aspect-ratio:1;background-color:var(--color);border-radius:50%;content:"";position:relative;vertical-align:middle;width:14px}@media only screen and (max-width:767.98px){section.text-marquee-section .marquee .marquee-slide .marquee-slide-spacer{width:12px}}section.text-marquee-section .marquee:hover .animation-container{animation-play-state:paused}section.text-marquee-section .marquee .animation-container{align-items:center;animation-play-state:running;animation:infiniteScroll 10s linear infinite;animation-duration:var(--animation-speed);display:flex;flex-flow:row nowrap;gap:20px;justify-content:flex-start;z-index:1}section.text-marquee-section .marquee .animation-container .marquee-slide{flex:1;white-space:nowrap}section.text-marquee-section .marquee .animation-container .marquee-slide>a{color:inherit;white-space:nowrap}@keyframes infiniteScroll{0%{translate:0 0}to{translate:calc(-100% - 20px) 0}}
