@keyframes wd-MarqueeScrolling{0%{transform:translat3d(0,0,0)}to{transform:translate3d(calc(-100% - var(--wd-marquee-gap)),0,0)}}.wd-marquee{--wd-marquee-gap:20px;--wd-marquee-direction:normal;--wd-marquee-speed:5s;gap:var(--wd-marquee-gap);flex-direction:row-reverse;max-width:100vw;display:flex;overflow:hidden}.wd-marquee-content{justify-content:space-around;align-items:center;gap:var(--wd-marquee-gap);white-space:nowrap;min-width:100%;animation:var(--wd-marquee-speed)linear infinite var(--wd-marquee-direction)running wd-MarqueeScrolling;flex-direction:row-reverse;flex-shrink:0;display:flex}.wd-marquee-item{align-items:center;gap:10px;display:flex;position:relative}.wd-marquee-item>*{margin-bottom:0}@media (width>=1025px){.wd-marquee.wd-with-pause:hover .wd-marquee-content{animation-play-state:paused}}