.client-logos_overflow{display:flex;flex-direction:row;overflow:hidden;width:100%}.client-logos_wrapper{align-items:center;animation:logo-scroll 60s linear infinite;display:flex;flex-direction:row;justify-content:flex-start;white-space:nowrap}.client-logos_wrapper img{margin:0 16px;width:125px}@keyframes logo-scroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.client-logos_overflow:focus-within .client-logos_wrapper,.client-logos_overflow:hover .client-logos_wrapper{animation-play-state:paused}