@-webkit-keyframes scrollLeft{to{left:calc(var(--itemWidth) * -1)}}@keyframes scrollLeft{to{left:calc(var(--itemWidth) * -1)}}@-webkit-keyframes scrollRight{to{right:calc(var(--itemWidth) * -1)}}@keyframes scrollRight{to{right:calc(var(--itemWidth) * -1)}}.block--featured-customers{overflow:hidden}.block--featured-customers .container-fluid{width:110%;margin-left:-5%}.block--featured-customers .clients__list{--height: 6rem;--itemWidth: 7.5rem;position:relative;list-style-type:none;height:var(--height)}@media(prefers-reduced-motion: reduce){.block--featured-customers .clients__list{display:flex;grid-gap:1rem;gap:1rem}}@media(min-width: 992px){.block--featured-customers .clients__list{--height: 12rem;--itemWidth: 15rem}}.block--featured-customers .clients__list--item{width:var(--itemWidth)}@media(prefers-reduced-motion: no-preference){.block--featured-customers.is__scrolling .clients__list--item{position:absolute;-webkit-animation-name:scrollLeft;animation-name:scrollLeft;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}}@media(prefers-reduced-motion: no-preference){.block--featured-customers.is__scrolling .clients__list:nth-child(even) .clients__list--item{-webkit-animation-name:scrollRight;animation-name:scrollRight}}

/*# sourceMappingURL=featured-customers.css.map*/