.zs_brand_carousel{margin:20px 0 0;mask-image:linear-gradient(90deg,transparent,#000 10% 90%,transparent);overflow-x:clip;overflow-y:visible;width:100%}.zs_brand_carousel .zs_carousel_list{align-items:center;animation:brandCarouselMarquee var(--animation-time) linear infinite;display:flex;flex-wrap:nowrap;gap:0;list-style-type:none;width:max-content}.zs_brand_carousel .zs_carousel_list .zs_carousel_item{align-items:center;display:flex;flex:0 0 auto;justify-content:center;padding-right:100px;img{filter:grayscale(100%) brightness(0);height:auto;object-fit:contain;opacity:.7;width:auto}}@keyframes brandCarouselMarquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}