.logo-carousel{padding:80px 0;overflow:hidden;position:relative}@media(max-width:768px){.logo-carousel{padding:60px 0}}.logo-carousel__container{max-width:1280px;margin:0 auto;overflow:hidden;mask-image:linear-gradient(90deg,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,black 10%,black 90%,transparent)}.logo-carousel__track{display:flex;gap:150px;align-items:center;animation:scroll 30s linear infinite;width:-moz-fit-content;width:fit-content}@media(max-width:768px){.logo-carousel__track{gap:80px;animation:scroll 20s linear infinite}}.logo-carousel__track:hover{animation-play-state:paused}.logo-carousel__item{flex-shrink:0;display:flex;align-items:center;justify-content:center;height:130px;min-width:120px;padding:18px 0}@media(max-width:768px){.logo-carousel__item{height:80px;min-width:80px;padding:9px 0}}.logo-carousel__logo{max-height:90px;max-width:180px;width:auto;height:100%;object-fit:contain;opacity:.7;transition:opacity .3s ease;filter:brightness(0) invert(1);object-position:center center}.logo-carousel__logo:hover{opacity:1}.logo-carousel__logo--cepheid{object-position:center top;transform:translateY(-18px)}.logo-carousel__logo--metro-one{width:160px;height:60px;object-fit:contain}.logo-carousel__logo--wipro{width:160px;height:90px;max-height:90px;object-fit:contain;object-position:center center}.logo-carousel__logo--capgemini{width:220px;height:110px;max-height:110px;object-fit:contain;object-position:center center}@media(max-width:768px){.logo-carousel__logo{max-height:50px;max-width:120px}.logo-carousel__logo--cepheid{transform:translateY(-9px)}.logo-carousel__logo--metro-one{width:100px;height:32px}.logo-carousel__logo--wipro{width:100px;height:50px;max-height:50px;object-fit:contain;object-position:center center}.logo-carousel__logo--capgemini{width:140px;height:70px;max-height:70px;object-fit:contain;object-position:center center}}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-33.333%)}}