.hLogoCarousel{position:relative}.hLogoCarousel__track-wrapper{overflow:hidden;width:100%}.hLogoCarousel__track{align-items:center;animation:hLogoCarousel-scroll 40s linear infinite;display:flex;width:-moz-max-content;width:max-content}.hLogoCarousel__slide{align-items:center;display:flex;flex-shrink:0;justify-content:center;margin-right:clamp(2.5rem,4vw,5rem)}.hLogoCarousel__slide img{display:block;max-height:2.5rem;width:auto}@media (min-width:768px){.hLogoCarousel__slide img{max-height:3rem}}@media (min-width:1024px){.hLogoCarousel__slide img{max-height:3.5rem}}.hLogoCarousel__slide:last-child{margin-right:0}@media (prefers-reduced-motion:reduce){.hLogoCarousel__track{animation:none}}@keyframes hLogoCarousel-scroll{0%{transform:translateX(0)}to{transform:translateX(-25%)}}