.how-work {
  margin: 15rem 0;
}
.how-work .how-work_title {
  text-align: center;
  margin-bottom: 5rem;
}
.how-work .swiper {
  display: block;
  max-width: 143.375rem;
  flex-direction: column;
  width: 100%;
  height: 83.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .how-work .swiper {
    height: auto;
  }
}
.how-work .swiper .swiper-pag {
  display: none;
}
@media screen and (max-width: 767px) {
  .how-work .swiper .swiper-pag {
    display: flex;
    margin-top: 5rem;
    width: 100%;
    justify-content: center;
    gap: 0.625rem;
  }
  .how-work .swiper .swiper-pag .swiper-pagination-bullet {
    margin: 0;
    border-radius: 1.25rem;
    background: rgba(107, 185, 98, 0.2);
    width: 1.25rem;
    height: 0.625rem;
  }
  .how-work .swiper .swiper-pag .swiper-pagination-bullet-active {
    width: 3.75rem;
    background: #6BB962;
  }
}
.how-work .swiper .nav {
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .how-work .swiper .nav {
    display: none;
  }
}
.how-work .swiper .nav > div {
  cursor: pointer;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background: var(--Main-White, #FFF);
}
.how-work .swiper .nav > div svg {
  width: 1.875rem;
}
.how-work .swiper .nav > div:hover {
  transition: 0.4s;
}
.how-work .swiper .swiper-wrapper {
  align-items: center;
  height: 62.5rem;
}
@media screen and (max-width: 767px) {
  .how-work .swiper .swiper-wrapper {
    height: auto;
  }
}
.how-work .swiper .swiper-slide {
  height: 35.625rem;
  background: #fff;
  padding: 2.5rem 2.5rem 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.5rem;
  transition: 0.4s;
  flex-direction: column;
  text-align: center;
}
.how-work .swiper .swiper-slide h3 {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .how-work .swiper .swiper-slide h3 {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .how-work .swiper .swiper-slide {
    filter: none;
  }
}
.how-work .swiper .swiper-slide video {
  overflow: hidden;
  display: block;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 767px) {
  .how-work .swiper .swiper-slide video {
    filter: blur(5px);
  }
}
@media screen and (min-width: 767px) {
  .how-work .swiper .swiper-slide.swiper-slide-active {
    filter: none;
    transition: 0.4s;
    transform: scale(1.4);
    z-index: 2;
  }
  .how-work .swiper .swiper-slide.swiper-slide-active video {
    filter: none;
  }
}

/*# sourceMappingURL=newcustom.css.map */
