.fadeIn {
  opacity: 0;
  transition: opacity 1s;
}
.fadeIn.is-active {
  opacity: 1;
}

.delay-0 {
  transition-delay: unset;
}

.delay-1 {
  transition-delay: unset;
}
@media screen and (min-width: 1025px) {
  .delay-1 {
    transition-delay: 0.3s;
  }
}

.swiper-container {
  position: relative;
}

.swiper-pagination {
  bottom: -3.9447731755% !important;
  display: flex;
  justify-content: flex-end;
  gap: 2.1333333333vw;
}
@media screen and (min-width: 1025px) {
  .swiper-pagination {
    gap: 10px;
  }
}
.swiper-pagination-bullet {
  width: 14.6627565982%;
  height: 0.8vw;
  margin: 0 !important;
  border-radius: 3px;
  transition: all 0.6s;
}
@media screen and (min-width: 1025px) {
  .swiper-pagination-bullet {
    width: 74px;
    height: 4px;
  }
}
.swiper-pagination-bullet-active {
  background-color: #707070;
}

.sec1 li:nth-child(1) {
  color: #FDB927;
}
.sec1 li:nth-child(5) {
  color: #CE1141;
}

.sec3 li:nth-child(3) {
  color: #1D428A;
}
.sec3 li:nth-child(5) {
  color: #CE1141;
}/*# sourceMappingURL=trigger.css.map */