.section-progres-slider{overflow:hidden}.section-progres-slider .swiper{padding:50px 0}.section-progres-slider .swiper .swiper-slide .slide-video{border-radius:24px;max-height:150px;overflow:hidden;width:100%}.section-progres-slider .swiper .swiper-slide .slide-video .swiper-video{height:auto;margin-top:-5%;-o-object-fit:cover;object-fit:cover;width:100%}.section-progres-slider .swiper .swiper-slide .slide-line{margin-top:8px;position:relative;width:100%}.section-progres-slider .swiper .swiper-slide .slide-line .line{background-color:#d5dbea;border-radius:100px;height:1.5px;width:100%}.section-progres-slider .swiper .swiper-slide .slide-line .line-progres{background-color:#090c38;border-radius:100px;height:1.5px;position:absolute;top:0}.section-progres-slider .swiper .swiper-slide .slide-title{font-size:20px;font-weight:700;line-height:28px}.section-progres-slider .swiper .swiper-slide-active .line-progres{animation:progressAnimation 9.9s linear .1s forwards}.section-progres-slider .cards{display:flex;gap:12px;height:100%;margin-bottom:70px;padding:50px 0;width:100%}.section-progres-slider .cards .card{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;padding:0;position:relative;transition:width .4s ease;width:25%}.section-progres-slider .cards .card:hover .card-video{scale:1.1}.section-progres-slider .cards .card.active{width:100%}.section-progres-slider .cards .card.active:hover .card-video{scale:1}.section-progres-slider .cards .card.active span{opacity:1;right:0}.section-progres-slider .cards .card.active .line-progres{animation:progressAnimation 9.9s linear .1s forwards}.section-progres-slider .cards .card.active .block-video .card-video{filter:blur(0)}.section-progres-slider .cards .card .block-video{border-radius:24px;max-height:370px;overflow:hidden;width:100%}.section-progres-slider .cards .card .block-video .card-video{filter:blur(5px);height:370px;-o-object-fit:cover;object-fit:cover;transition:filter .4s ease,scale .4s ease;width:100%}.section-progres-slider .cards .card .block-line{margin-top:8px;position:relative;width:100%}.section-progres-slider .cards .card .block-line .line{background-color:#d5dbea;border-radius:100px;height:1.5px;width:100%}.section-progres-slider .cards .card .block-line .line-progres{background-color:#090c38;border-radius:100px;height:1.5px;position:absolute;top:0}.section-progres-slider .cards .card span{max-width:430px;opacity:0;position:absolute;right:-200px;transition:opacity .6s ease,right .6s ease}.section-progres-slider .cards .card .card-title{font-size:20px;font-weight:700;line-height:28px}@media (min-width:576px){.section-progres-slider .swiper .swiper-slide .slide-video{max-height:220px}}@media (min-width:768px){.section-progres-slider .swiper .swiper-slide .slide-video{max-height:300px}}@media (min-width:992px){.section-progres-slider .swiper .swiper-slide .slide-video{max-height:390px}}@keyframes progressAnimation{0%{width:0}to{width:100%}}