.p-4 {
  padding: 1.5rem!important;
}

.px-3 {
  padding-right: 1rem!important;
  padding-left: 1rem!important;
}

.py-4 {
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important;
}

.pt-3 {
  padding-top: 1rem!important;
}

.pt-4 {
  padding-top: 1.5rem!important;
}

.pt-5 {
  padding-top: 3rem!important;
}

.pt-6 {
  padding-top: 4.5rem !important;
}

.pe-0 {
  padding-right: 0!important;
}

.pe-7 {
  padding-right: 6rem !important;
}

.pe-10 {
  padding-right: 10.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem!important;
}

.ps-1 {
  padding-left: .25rem!important;
}

.ps-4 {
  padding-left: 1.5rem!important;
}

.ps-5 {
  padding-left: 3rem!important;
}

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

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

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

@media (min-width:1400px) {
  .py-xxl-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
  }
}

@media (min-width:1400px) {
  .py-xxl-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
  }
}

@media (min-width:1400px) {
  .pt-xxl-3 {
    padding-top: 1rem!important;
  }
}

@media (min-width: 1400px) {
  .pe-xxl-6 {
    padding-right: 4.5rem !important;
  }
}

@media (min-width:1400px) {
  .pb-xxl-0 {
    padding-bottom: 0!important;
  }
}

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

