.scroller__inner{display:flex;flex-wrap:wrap;gap:60px}.scroller[data-animated=true]{overflow:hidden}.scroller[data-animated=true] .scroller__inner{align-items:center;animation:scroll var(--_animation-duration,40s) var(--_animation-direction,forwards) linear infinite;flex-wrap:nowrap;width:max-content}.scroller[data-direction=right]{--_animation-direction:reverse}.scroller[data-direction=left]{--_animation-direction:forwards}.scroller[data-speed=fast]{--_animation-duration:25s}.scroller[data-speed=slow]{--_animation-duration:60s}@keyframes scroll{to{transform:translate(calc(-50% - .5rem))}}.logo-repeator{padding:80px 0;position:relative}.logo-repeator>.content-wrapper{max-width:1419px;padding:0 15px}.logo-repator-vector{left:0;position:absolute;top:0;z-index:-1}.logos-wrapper{background-color:var(--secondary_color);border-radius:15px;box-shadow:0 0 4px 1px rgba(0,0,0,.13);padding:60px 0 0}@media (max-width:767px){.logo-repeator{padding:60px 0}.logo-repator-vector img{height:auto;max-width:70px!important}.logo-repeator img{max-height:100px;width:auto}.logos-wrapper{padding:40px 0 30px}}