.services-carousel{display:block;overflow:hidden}.services-carousel .content-wrapper{overflow:hidden;padding:0}.services-carousel__title-navigation{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:80px}.services-carousel__title-navigation__navigation{display:flex;flex-direction:row;gap:32px;justify-content:flex-end}.services-carousel__mobile-navigation{display:none;flex-direction:row;justify-content:space-between;margin-top:50px}.services-carousel__navigation-item{align-items:center;background-color:#f0f2f5;border-radius:100%;cursor:pointer;display:flex;height:75px;justify-content:center;opacity:1;overflow:hidden;position:relative;transition:var(--transition);width:75px}.services-carousel__navigation-item.swiper-button-disabled{cursor:not-allowed;opacity:.5}.services-carousel__navigation-item:after{background-color:var(--tecsys-red);border-radius:100%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:var(--transition);width:0;z-index:1}.services-carousel__navigation-item:not(.services-carousel__navigation-item.swiper-button-disabled):hover:after{height:100px;width:100px}.services-carousel__navigation-item svg{position:relative;z-index:2}.services-carousel__navigation-item svg path{stroke:var(--midnight);transition:var(--transition)}.services-carousel__navigation-item:hover:not(.services-carousel__navigation-item.swiper-button-disabled) svg path{stroke:var(--white)}.services-carousel__progress-bar{background-color:#ccd9de;height:2px;margin-top:100px;width:100%}.services-carousel__progress-bar .swiper-scrollbar-drag{background-color:var(--tecsys-red)}.services-carousel .swiper-slide{width:auto}.services-carousel__card{position:relative}.services-carousel__card .cover-link{height:100%;left:0;position:absolute;top:0;width:100%}.services-carousel__card img{height:auto;margin-bottom:32px;max-height:70px}.services-carousel__card h3,.services-carousel__card p:last-of-type{margin-bottom:30px}.services-carousel__card .services-carousel__card__link{color:var(--midnight);position:relative;text-decoration:none!important;transition:var(--transition)}.services-carousel__card:hover .services-carousel__card__link{color:var(--tecsys-red)}.services-carousel__card .services-carousel__card__link:after{background-color:var(--tecsys-red);bottom:0;content:"";height:2px;left:0;position:absolute;transition:var(--transition);width:0}.services-carousel__card:hover .services-carousel__card__link:after{width:100%}@media screen and (max-width:1400px){.services-carousel .content-wrapper{padding:0 32px}}@media screen and (max-width:767px){.services-carousel__title-navigation__navigation{display:none}.services-carousel__mobile-navigation{display:flex}}