.integrationsCarousel{--size:60*.0625rem;--gap:calc(var(--size)/14);--duration:60s;--scroll-start:0;--scroll-end:calc(-100% - var(--gap));padding:4rem 0}.integrationsCarousel .carouselWrapper{cursor:pointer;display:inline-flex;position:relative}.integrationsCarousel .carouselWrapper:hover .carouselGroup{animation-play-state:paused}.integrationsCarousel .carouselWrapper:after{content:"";z-index:0;position:absolute;top:0;bottom:0;left:0;right:0}.integrationsCarousel .carousel{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;overflow:hidden}.integrationsCarousel .carouselLink{color:inherit;text-decoration:none;display:block}.integrationsCarousel .carouselGroup{z-index:1;min-width:100%;-webkit-animation:scroll-x var(--duration)linear infinite;animation:scroll-x var(--duration)linear infinite;flex-shrink:0;justify-content:space-around;align-items:center;display:flex;position:relative}@media (prefers-reduced-motion:reduce){.integrationsCarousel .carouselGroup{animation:none;transform:none}}.integrationsCarousel .carouselImage{width:auto;max-width:100%;height:3.875rem;margin-right:3.4375rem}@keyframes scroll-x{0%{-webkit-transform:translateX(var(--scroll-start));transform:translateX(var(--scroll-start))}to{-webkit-transform:translateX(var(--scroll-end));transform:translateX(var(--scroll-end))}}