.logo-carousel{background:var(--White);padding:120px 0}.logo-carousel__header{text-align:center;margin-bottom:60px}.logo-carousel__title{color:var(--PRO-Slate);font-family:'Aptos',sans-serif;font-size:46px;font-weight:400;line-height:48px;margin:0 0 20px}.logo-carousel__subtitle{color:#000;font-family:'Aptos',sans-serif;font-size:16px;font-weight:400;line-height:24px;margin:0}.logo-carousel__wrapper{overflow:hidden;width:100%}.logo-carousel__wrapper:hover .logo-carousel__track{animation-play-state:paused}.logo-carousel__track{display:flex;align-items:center;width:max-content;animation:carousel-scroll 35s linear infinite}@keyframes carousel-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.logo-carousel__item{display:flex;align-items:center;justify-content:center;width:198px;height:120px;flex-shrink:0;padding:0 24px}.logo-carousel__logo{width:100%;height:100%;object-fit:contain;transition:transform 0.3s ease}.logo-carousel__item:hover .logo-carousel__logo{transform:scale(1.08)}.logo-carousel__footer{text-align:center;margin-top:60px}@media (max-width:1220px){.logo-carousel{padding:80px 0}.logo-carousel__title{font-size:42px;line-height:44px}.logo-carousel__item{width:165px;height:100px;padding:0 20px}}@media (max-width:768px){.logo-carousel{padding:60px 0}.logo-carousel__title{font-size:36px;line-height:38px}.logo-carousel__item{width:132px;height:80px;padding:0 16px}}