.aspect-ratio-21x9 {
  aspect-ratio: 21/9;
}

.m-0 {
  margin: 0!important;
}

.m-auto {
  margin: auto!important;
}

.mt-1 {
  margin-top: .25rem!important;
}

.mt-2 {
  margin-top: .5rem!important;
}

.mt-3 {
  margin-top: 1rem!important;
}

.mt-4 {
  margin-top: 1.5rem!important;
}

.mt-5 {
  margin-top: 3rem!important;
}

.mb-0 {
  margin-bottom: 0!important;
}

.mb-3 {
  margin-bottom: 1rem!important;
}

.mb-4 {
  margin-bottom: 1.5rem!important;
}

.mb-5 {
  margin-bottom: 3rem!important;
}

.mb-auto {
  margin-bottom: auto!important;
}

@media (min-width:576px) {
  .mt-sm-1 {
    margin-top: .25rem!important;
  }
}

@media (min-width:576px) {
  .mt-sm-4 {
    margin-top: 1.5rem!important;
  }
}

@media (min-width:576px) {
  .mt-sm-5 {
    margin-top: 3rem!important;
  }
}

@media (min-width:576px) {
  .mb-sm-0 {
    margin-bottom: 0!important;
  }
}

@media (min-width:576px) {
  .mb-sm-3 {
    margin-bottom: 1rem!important;
  }
}

@media (min-width:768px) {
  .mt-md-1 {
    margin-top: .25rem!important;
  }
}

@media (min-width:768px) {
  .mt-md-2 {
    margin-top: .5rem!important;
  }
}

@media (min-width:768px) {
  .mt-md-4 {
    margin-top: 1.5rem!important;
  }
}

@media (min-width:768px) {
  .mb-md-0 {
    margin-bottom: 0!important;
  }
}

@media (min-width:768px) {
  .mb-md-5 {
    margin-bottom: 3rem!important;
  }
}

@media (min-width:992px) {
  .mt-lg-0 {
    margin-top: 0!important;
  }
}

@media (min-width:992px) {
  .mt-lg-3 {
    margin-top: 1rem!important;
  }
}

@media (min-width:992px) {
  .mt-lg-4 {
    margin-top: 1.5rem!important;
  }
}

@media (min-width:992px) {
  .mt-lg-5 {
    margin-top: 3rem!important;
  }
}

@media (min-width: 992px) {
  .mt-lg-6 {
    margin-top: 4.5rem !important;
  }
}

@media (min-width:992px) {
  .mb-lg-3 {
    margin-bottom: 1rem!important;
  }
}

@media (min-width:1200px) {
  .mt-xl-5 {
    margin-top: 3rem!important;
  }
}

@media (min-width:1400px) {
  .mt-xxl-5 {
    margin-top: 3rem!important;
  }
}

.swiper-vertical {
  max-height: 100vh;
}

.swiper-nav-standalone .swiper-button-prev, .swiper-nav-standalone .swiper-button-next {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  height: auto;
  margin: 0;
}

.swiper-nav-standalone .swiper-button-prev:after, .swiper-nav-standalone .swiper-button-next:after {
  content: "";
}

.swiper-nav-custom .swiper-button-prev:after, .swiper-nav-custom .swiper-button-next:after {
  content: "";
}

