:root{--marquee-width:100%;--marquee-height:100%;--marquee-elements:14;--marquee-elements-displayed:5;--marquee-element-width:calc(var(--marquee-width)/var(--marquee-elements-displayed));--marquee-animation-duration:calc(var(--marquee-elements)*4s)}@media (max-width:991px){:root{--marquee-elements-displayed:4}}@media (max-width:767px){:root{--marquee-elements-displayed:3}}@media (max-width:600px){:root{--marquee-elements-displayed:2}}.logoSliderSec_wp .slider{animation:scrolling var(--marquee-animation-duration) linear infinite;display:flex;height:100%;list-style:none}.logoSliderSec_wp .slider.hover-active{animation-play-state:paused}.logoSliderSec_wp .slider .logo{align-items:center;display:flex;flex-shrink:0;justify-content:center;max-height:94px;white-space:nowrap;width:var(--marquee-element-width)}@keyframes scrolling{0%{transform:translateX(0)}to{transform:translateX(calc(var(--marquee-element-width)*-1*var(--marquee-elements)))}}