.cph-scrolling-text{width:100%;overflow:hidden}.cph-scrolling-text .sc-scrolling-text-inner{display:flex;align-items:center;white-space:nowrap;width:max-content;min-width:120%;gap:.4em}.cph-scrolling-text .sc-scrolling-text-element{animation:cph-scroll-text 15s linear infinite}.cph-scrolling-text[data-direction=rtl] .sc-scrolling-text-element{animation-name:cph-scroll-text-rtl}.cph-scrolling-text[data-speed=static] .sc-scrolling-text-element{animation:none}.cph-scrolling-text[data-speed=slower] .sc-scrolling-text-element{animation-duration:45s}.cph-scrolling-text[data-speed=slowest] .sc-scrolling-text-element{animation-duration:30s}.cph-scrolling-text[data-speed=slow] .sc-scrolling-text-element{animation-duration:15s}.cph-scrolling-text[data-speed=medium] .sc-scrolling-text-element{animation-duration:10s}.cph-scrolling-text[data-speed=fast] .sc-scrolling-text-element{animation-duration:6s}@keyframes cph-scroll-text{from{transform:translateX(-10%)}to{transform:translateX(100%)}}@keyframes cph-scroll-text-rtl{from{transform:translateX(10%)}to{transform:translateX(-100%)}}
