.br {
  display: block;
}
.br-sm, .br-md, .br-lg, .br-xl {
  display: none;
}
@media (min-width: 576px) {
  .br-sm {
    display: block;
  }
  .br-sm-none {
    display: none;
  }
}
@media (min-width: 768px) {
  .br-md {
    display: block;
  }
  .br-md-none {
    display: none;
  }
}
@media (min-width: 992px) {
  .br-lg {
    display: block;
  }
  .br-lg-none {
    display: none;
  }
}
@media (min-width: 1200px) {
  .br-xl {
    display: block;
  }
  .br-xl-none {
    display: none;
  }
}

@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/400/gotham-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/500/gotham-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/gotham/700/gotham-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geometria";
  src: url("../fonts/geometria/800/geometria-extablack.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-1 {
  margin: 0.5rem !important;
}
.mt-1 {
  margin-top: 0.5rem !important;
}
.mr-1 {
  margin-right: 0.5rem !important;
}
.mb-1 {
  margin-bottom: 0.5rem !important;
}
.ml-1 {
  margin-left: 0.5rem !important;
}
.mx-1 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.my-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.m-2 {
  margin: 0.75rem !important;
}
.mt-2 {
  margin-top: 0.75rem !important;
}
.mr-2 {
  margin-right: 0.75rem !important;
}
.mb-2 {
  margin-bottom: 0.75rem !important;
}
.ml-2 {
  margin-left: 0.75rem !important;
}
.mx-2 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}
.my-2 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mr-3 {
  margin-right: 1rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.ml-3 {
  margin-left: 1rem !important;
}
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.m-5 {
  margin: 2.5rem !important;
}
.mt-5 {
  margin-top: 2.5rem !important;
}
.mr-5 {
  margin-right: 2.5rem !important;
}
.mb-5 {
  margin-bottom: 2.5rem !important;
}
.ml-5 {
  margin-left: 2.5rem !important;
}
.mx-5 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
.my-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.m-6 {
  margin: 3.5rem !important;
}
.mt-6 {
  margin-top: 3.5rem !important;
}
.mr-6 {
  margin-right: 3.5rem !important;
}
.mb-6 {
  margin-bottom: 3.5rem !important;
}
.ml-6 {
  margin-left: 3.5rem !important;
}
.mx-6 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}
.my-6 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}
.m-7 {
  margin: 5rem !important;
}
.mt-7 {
  margin-top: 5rem !important;
}
.mr-7 {
  margin-right: 5rem !important;
}
.mb-7 {
  margin-bottom: 5rem !important;
}
.ml-7 {
  margin-left: 5rem !important;
}
.mx-7 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.m-8 {
  margin: 7rem !important;
}
.mt-8 {
  margin-top: 7rem !important;
}
.mr-8 {
  margin-right: 7rem !important;
}
.mb-8 {
  margin-bottom: 7rem !important;
}
.ml-8 {
  margin-left: 7rem !important;
}
.mx-8 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}
.my-8 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}
.m-9 {
  margin: 9rem !important;
}
.mt-9 {
  margin-top: 9rem !important;
}
.mr-9 {
  margin-right: 9rem !important;
}
.mb-9 {
  margin-bottom: 9rem !important;
}
.ml-9 {
  margin-left: 9rem !important;
}
.mx-9 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}
.my-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.5rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-sm-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-2 {
    margin: 0.75rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.75rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-sm-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 2.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-5 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-5 {
    margin-left: 2.5rem !important;
  }
  .mx-sm-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-sm-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-sm-6 {
    margin: 3.5rem !important;
  }
  .mt-sm-6 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-6 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-6 {
    margin-left: 3.5rem !important;
  }
  .mx-sm-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .my-sm-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .m-sm-7 {
    margin: 5rem !important;
  }
  .mt-sm-7 {
    margin-top: 5rem !important;
  }
  .mr-sm-7 {
    margin-right: 5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-7 {
    margin-left: 5rem !important;
  }
  .mx-sm-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-sm-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .m-sm-8 {
    margin: 7rem !important;
  }
  .mt-sm-8 {
    margin-top: 7rem !important;
  }
  .mr-sm-8 {
    margin-right: 7rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-8 {
    margin-left: 7rem !important;
  }
  .mx-sm-8 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .my-sm-8 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .mt-sm-9 {
    margin-top: 9rem !important;
  }
  .mr-sm-9 {
    margin-right: 9rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-9 {
    margin-left: 9rem !important;
  }
  .mx-sm-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.5rem !important;
  }
  .mt-md-1 {
    margin-top: 0.5rem !important;
  }
  .mr-md-1 {
    margin-right: 0.5rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-1 {
    margin-left: 0.5rem !important;
  }
  .mx-md-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-md-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-2 {
    margin: 0.75rem !important;
  }
  .mt-md-2 {
    margin-top: 0.75rem !important;
  }
  .mr-md-2 {
    margin-right: 0.75rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-2 {
    margin-left: 0.75rem !important;
  }
  .mx-md-2 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-md-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 2.5rem !important;
  }
  .mt-md-5 {
    margin-top: 2.5rem !important;
  }
  .mr-md-5 {
    margin-right: 2.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-5 {
    margin-left: 2.5rem !important;
  }
  .mx-md-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-md-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-md-6 {
    margin: 3.5rem !important;
  }
  .mt-md-6 {
    margin-top: 3.5rem !important;
  }
  .mr-md-6 {
    margin-right: 3.5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-6 {
    margin-left: 3.5rem !important;
  }
  .mx-md-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .my-md-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .m-md-7 {
    margin: 5rem !important;
  }
  .mt-md-7 {
    margin-top: 5rem !important;
  }
  .mr-md-7 {
    margin-right: 5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 5rem !important;
  }
  .ml-md-7 {
    margin-left: 5rem !important;
  }
  .mx-md-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-md-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .m-md-8 {
    margin: 7rem !important;
  }
  .mt-md-8 {
    margin-top: 7rem !important;
  }
  .mr-md-8 {
    margin-right: 7rem !important;
  }
  .mb-md-8 {
    margin-bottom: 7rem !important;
  }
  .ml-md-8 {
    margin-left: 7rem !important;
  }
  .mx-md-8 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .my-md-8 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .mt-md-9 {
    margin-top: 9rem !important;
  }
  .mr-md-9 {
    margin-right: 9rem !important;
  }
  .mb-md-9 {
    margin-bottom: 9rem !important;
  }
  .ml-md-9 {
    margin-left: 9rem !important;
  }
  .mx-md-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.5rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-lg-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-2 {
    margin: 0.75rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.75rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-lg-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 2.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-5 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-5 {
    margin-left: 2.5rem !important;
  }
  .mx-lg-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-lg-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-lg-6 {
    margin: 3.5rem !important;
  }
  .mt-lg-6 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-6 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-6 {
    margin-left: 3.5rem !important;
  }
  .mx-lg-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .my-lg-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .m-lg-7 {
    margin: 5rem !important;
  }
  .mt-lg-7 {
    margin-top: 5rem !important;
  }
  .mr-lg-7 {
    margin-right: 5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-7 {
    margin-left: 5rem !important;
  }
  .mx-lg-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-lg-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .m-lg-8 {
    margin: 7rem !important;
  }
  .mt-lg-8 {
    margin-top: 7rem !important;
  }
  .mr-lg-8 {
    margin-right: 7rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-8 {
    margin-left: 7rem !important;
  }
  .mx-lg-8 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .my-lg-8 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
  .mr-lg-9 {
    margin-right: 9rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-9 {
    margin-left: 9rem !important;
  }
  .mx-lg-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.5rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .my-xl-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-2 {
    margin: 0.75rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.75rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .my-xl-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 2.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-5 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-5 {
    margin-left: 2.5rem !important;
  }
  .mx-xl-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .my-xl-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-xl-6 {
    margin: 3.5rem !important;
  }
  .mt-xl-6 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-6 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-6 {
    margin-left: 3.5rem !important;
  }
  .mx-xl-6 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .my-xl-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .m-xl-7 {
    margin: 5rem !important;
  }
  .mt-xl-7 {
    margin-top: 5rem !important;
  }
  .mr-xl-7 {
    margin-right: 5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-7 {
    margin-left: 5rem !important;
  }
  .mx-xl-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .my-xl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .m-xl-8 {
    margin: 7rem !important;
  }
  .mt-xl-8 {
    margin-top: 7rem !important;
  }
  .mr-xl-8 {
    margin-right: 7rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-8 {
    margin-left: 7rem !important;
  }
  .mx-xl-8 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .my-xl-8 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .mt-xl-9 {
    margin-top: 9rem !important;
  }
  .mr-xl-9 {
    margin-right: 9rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-9 {
    margin-left: 9rem !important;
  }
  .mx-xl-9 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .my-xl-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
}

.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-1 {
  padding: 0.5rem !important;
}
.pt-1 {
  padding-top: 0.5rem !important;
}
.pr-1 {
  padding-right: 0.5rem !important;
}
.pb-1 {
  padding-bottom: 0.5rem !important;
}
.pl-1 {
  padding-left: 0.5rem !important;
}
.px-1 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.p-2 {
  padding: 0.75rem !important;
}
.pt-2 {
  padding-top: 0.75rem !important;
}
.pr-2 {
  padding-right: 0.75rem !important;
}
.pb-2 {
  padding-bottom: 0.75rem !important;
}
.pl-2 {
  padding-left: 0.75rem !important;
}
.px-2 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.py-2 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pr-3 {
  padding-right: 1rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pl-3 {
  padding-left: 1rem !important;
}
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.p-5 {
  padding: 2.5rem !important;
}
.pt-5 {
  padding-top: 2.5rem !important;
}
.pr-5 {
  padding-right: 2.5rem !important;
}
.pb-5 {
  padding-bottom: 2.5rem !important;
}
.pl-5 {
  padding-left: 2.5rem !important;
}
.px-5 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.p-6 {
  padding: 3.5rem !important;
}
.pt-6 {
  padding-top: 3.5rem !important;
}
.pr-6 {
  padding-right: 3.5rem !important;
}
.pb-6 {
  padding-bottom: 3.5rem !important;
}
.pl-6 {
  padding-left: 3.5rem !important;
}
.px-6 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}
.py-6 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
.p-7 {
  padding: 5rem !important;
}
.pt-7 {
  padding-top: 5rem !important;
}
.pr-7 {
  padding-right: 5rem !important;
}
.pb-7 {
  padding-bottom: 5rem !important;
}
.pl-7 {
  padding-left: 5rem !important;
}
.px-7 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.p-8 {
  padding: 7rem !important;
}
.pt-8 {
  padding-top: 7rem !important;
}
.pr-8 {
  padding-right: 7rem !important;
}
.pb-8 {
  padding-bottom: 7rem !important;
}
.pl-8 {
  padding-left: 7rem !important;
}
.px-8 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}
.py-8 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}
.p-9 {
  padding: 9rem !important;
}
.pt-9 {
  padding-top: 9rem !important;
}
.pr-9 {
  padding-right: 9rem !important;
}
.pb-9 {
  padding-bottom: 9rem !important;
}
.pl-9 {
  padding-left: 9rem !important;
}
.px-9 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}
.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}
@media (min-width: 576px) {
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.5rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.5rem !important;
  }
  .px-sm-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-sm-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-2 {
    padding: 0.75rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.75rem !important;
  }
  .px-sm-2 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-sm-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 2.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-5 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-5 {
    padding-left: 2.5rem !important;
  }
  .px-sm-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-sm-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .p-sm-6 {
    padding: 3.5rem !important;
  }
  .pt-sm-6 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-6 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-6 {
    padding-left: 3.5rem !important;
  }
  .px-sm-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .py-sm-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .p-sm-7 {
    padding: 5rem !important;
  }
  .pt-sm-7 {
    padding-top: 5rem !important;
  }
  .pr-sm-7 {
    padding-right: 5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-7 {
    padding-left: 5rem !important;
  }
  .px-sm-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-sm-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .p-sm-8 {
    padding: 7rem !important;
  }
  .pt-sm-8 {
    padding-top: 7rem !important;
  }
  .pr-sm-8 {
    padding-right: 7rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-8 {
    padding-left: 7rem !important;
  }
  .px-sm-8 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .py-sm-8 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .pt-sm-9 {
    padding-top: 9rem !important;
  }
  .pr-sm-9 {
    padding-right: 9rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-9 {
    padding-left: 9rem !important;
  }
  .px-sm-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}
@media (min-width: 768px) {
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.5rem !important;
  }
  .pt-md-1 {
    padding-top: 0.5rem !important;
  }
  .pr-md-1 {
    padding-right: 0.5rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-1 {
    padding-left: 0.5rem !important;
  }
  .px-md-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-md-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-2 {
    padding: 0.75rem !important;
  }
  .pt-md-2 {
    padding-top: 0.75rem !important;
  }
  .pr-md-2 {
    padding-right: 0.75rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-2 {
    padding-left: 0.75rem !important;
  }
  .px-md-2 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-md-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 2.5rem !important;
  }
  .pt-md-5 {
    padding-top: 2.5rem !important;
  }
  .pr-md-5 {
    padding-right: 2.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-5 {
    padding-left: 2.5rem !important;
  }
  .px-md-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-md-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .p-md-6 {
    padding: 3.5rem !important;
  }
  .pt-md-6 {
    padding-top: 3.5rem !important;
  }
  .pr-md-6 {
    padding-right: 3.5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-6 {
    padding-left: 3.5rem !important;
  }
  .px-md-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .py-md-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .p-md-7 {
    padding: 5rem !important;
  }
  .pt-md-7 {
    padding-top: 5rem !important;
  }
  .pr-md-7 {
    padding-right: 5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 5rem !important;
  }
  .pl-md-7 {
    padding-left: 5rem !important;
  }
  .px-md-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-md-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .p-md-8 {
    padding: 7rem !important;
  }
  .pt-md-8 {
    padding-top: 7rem !important;
  }
  .pr-md-8 {
    padding-right: 7rem !important;
  }
  .pb-md-8 {
    padding-bottom: 7rem !important;
  }
  .pl-md-8 {
    padding-left: 7rem !important;
  }
  .px-md-8 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .py-md-8 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .pt-md-9 {
    padding-top: 9rem !important;
  }
  .pr-md-9 {
    padding-right: 9rem !important;
  }
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
  .pl-md-9 {
    padding-left: 9rem !important;
  }
  .px-md-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}
@media (min-width: 992px) {
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.5rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.5rem !important;
  }
  .px-lg-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-lg-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 0.75rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.75rem !important;
  }
  .px-lg-2 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-lg-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 2.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-5 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-5 {
    padding-left: 2.5rem !important;
  }
  .px-lg-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-lg-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .p-lg-6 {
    padding: 3.5rem !important;
  }
  .pt-lg-6 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-6 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-6 {
    padding-left: 3.5rem !important;
  }
  .px-lg-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .py-lg-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .p-lg-7 {
    padding: 5rem !important;
  }
  .pt-lg-7 {
    padding-top: 5rem !important;
  }
  .pr-lg-7 {
    padding-right: 5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-7 {
    padding-left: 5rem !important;
  }
  .px-lg-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-lg-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .p-lg-8 {
    padding: 7rem !important;
  }
  .pt-lg-8 {
    padding-top: 7rem !important;
  }
  .pr-lg-8 {
    padding-right: 7rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-8 {
    padding-left: 7rem !important;
  }
  .px-lg-8 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .py-lg-8 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .pt-lg-9 {
    padding-top: 9rem !important;
  }
  .pr-lg-9 {
    padding-right: 9rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-9 {
    padding-left: 9rem !important;
  }
  .px-lg-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.5rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.5rem !important;
  }
  .px-xl-1 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-xl-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-2 {
    padding: 0.75rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.75rem !important;
  }
  .px-xl-2 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-xl-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 2.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-5 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-5 {
    padding-left: 2.5rem !important;
  }
  .px-xl-5 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-xl-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .p-xl-6 {
    padding: 3.5rem !important;
  }
  .pt-xl-6 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-6 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-6 {
    padding-left: 3.5rem !important;
  }
  .px-xl-6 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .py-xl-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .p-xl-7 {
    padding: 5rem !important;
  }
  .pt-xl-7 {
    padding-top: 5rem !important;
  }
  .pr-xl-7 {
    padding-right: 5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-7 {
    padding-left: 5rem !important;
  }
  .px-xl-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-xl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .p-xl-8 {
    padding: 7rem !important;
  }
  .pt-xl-8 {
    padding-top: 7rem !important;
  }
  .pr-xl-8 {
    padding-right: 7rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-8 {
    padding-left: 7rem !important;
  }
  .px-xl-8 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .py-xl-8 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .pt-xl-9 {
    padding-top: 9rem !important;
  }
  .pr-xl-9 {
    padding-right: 9rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-9 {
    padding-left: 9rem !important;
  }
  .px-xl-9 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .py-xl-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
}

/* typography */
.fz-1 {
  font-size: 11px !important;
}
.fz-2 {
  font-size: 13px !important;
}
.fz-3 {
  font-size: 15px !important;
}
.fz-4 {
  font-size: 17px !important;
}
.fz-5 {
  font-size: 21px !important;
}
.fz-6 {
  font-size: 24px !important;
}
.fz-7 {
  font-size: 28px !important;
}
@media (min-width: 576px) {
  .fz-sm-1 {
    font-size: 11px !important;
  }
  .fz-sm-2 {
    font-size: 13px !important;
  }
  .fz-sm-3 {
    font-size: 15px !important;
  }
  .fz-sm-4 {
    font-size: 17px !important;
  }
  .fz-sm-5 {
    font-size: 21px !important;
  }
  .fz-sm-6 {
    font-size: 24px !important;
  }
  .fz-sm-7 {
    font-size: 28px !important;
  }
}
@media (min-width: 768px) {
  .fz-md-1 {
    font-size: 11px !important;
  }
  .fz-md-2 {
    font-size: 13px !important;
  }
  .fz-md-3 {
    font-size: 15px !important;
  }
  .fz-md-4 {
    font-size: 17px !important;
  }
  .fz-md-5 {
    font-size: 21px !important;
  }
  .fz-md-6 {
    font-size: 24px !important;
  }
  .fz-md-7 {
    font-size: 28px !important;
  }
}
@media (min-width: 992px) {
  .fz-lg-1 {
    font-size: 11px !important;
  }
  .fz-lg-2 {
    font-size: 13px !important;
  }
  .fz-lg-3 {
    font-size: 15px !important;
  }
  .fz-lg-4 {
    font-size: 17px !important;
  }
  .fz-lg-5 {
    font-size: 21px !important;
  }
  .fz-lg-6 {
    font-size: 24px !important;
  }
  .fz-lg-7 {
    font-size: 28px !important;
  }
}
@media (min-width: 1200px) {
  .fz-xl-1 {
    font-size: 11px !important;
  }
  .fz-xl-2 {
    font-size: 13px !important;
  }
  .fz-xl-3 {
    font-size: 15px !important;
  }
  .fz-xl-4 {
    font-size: 17px !important;
  }
  .fz-xl-5 {
    font-size: 21px !important;
  }
  .fz-xl-6 {
    font-size: 24px !important;
  }
  .fz-xl-7 {
    font-size: 28px !important;
  }
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
}
.scroll-element div {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 0px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 0px;
  top: 0;
  width: 6px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

.owl-theme .owl-nav {
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}
@media (max-width: 767px) {
  .owl-theme .owl-nav [class*=owl-] {
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0, 70%);
    -ms-transform: translate(0, 70%);
    transform: translate(0, 70%);
  }
}
.owl-theme .owl-nav [class*=owl-]:before {
  width: 60px;
  height: 60px;
  border: 1px solid #B4BEC3;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: -1.75rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEyMCAxMjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEyMCAxMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojQTNCMEI4O30uc3Qxe2ZpbGw6IzAwNTY1MTt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNOTQuNywyMmwtMS42LDEuNWw1LjYsNS40SDc3djIuMmgyMS43bC01LjYsNS40bDEuNiwxLjVsOC4zLThMOTQuNywyMnoiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNOTQuNyw4MmwtMS42LDEuNWw1LjYsNS40SDc3djIuMmgyMS43bC01LjYsNS40bDEuNiwxLjVsOC4zLThMOTQuNyw4MnoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTcsMzBsOC4zLDhsMS42LTEuNWwtNS42LTUuNEg0M3YtMi4ySDIxLjNsNS42LTUuNEwyNS4zLDIyTDE3LDMweiIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xNyw5MGw4LjMsOGwxLjYtMS41bC01LjYtNS40SDQzdi0yLjJIMjEuM2w1LjYtNS40TDI1LjMsODJMMTcsOTB6Ii8+PC9zdmc+) !important;
  background-size: 120px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
}
.owl-theme .owl-nav [class*=owl-]:hover:not(.disabled):before {
  border-color: #005651;
}
.owl-theme .owl-nav [class*=owl-]:not(.disabled):before {
  background-position-y: bottom !important;
}
.owl-theme .owl-nav [class*=owl-] span {
  display: none;
}
.owl-theme .owl-nav .owl-prev {
  left: 0;
}
.owl-theme .owl-nav .owl-next {
  right: 0;
}
.owl-theme .owl-nav .owl-next:before {
  background-position-x: right !important;
}
.owl-theme .owl-nav .disabled {
  cursor: default;
}
.owl-theme .owl-nav .disabled:before {
  background-position-y: top !important;
}
.owl-theme .owl-dots {
  margin-top: 2rem;
  margin-bottom: 0 !important;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 6px;
  margin: 4px;
  background: #005651;
  border: none;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #FAA514;
}
.owl-theme.product-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 2.5rem;
}
.owl-theme.product-carousel .owl-dots .owl-dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.owl-theme.product-carousel .owl-dots .owl-dot span {
  width: 100%;
  height: 6px;
  margin: 0;
  background: #EFF5F5;
  border-radius: 0;
  border: none;
}
.owl-theme.product-carousel .owl-dots .owl-dot.active span {
  background: #FAA514;
}
.owl-theme.product-carousel .owl-nav {
  margin-top: 0;
}

.owl-thumbnail {
  position: relative;
}
.owl-thumbnail .owl-nav {
  -webkit-tap-highlight-color: transparent;
}
.owl-thumbnail .owl-nav [class*=owl-] {
  display: inline-block;
  width: 32px;
  height: 100%;
  border: 1px solid #EFF5F5 !important;
  background: #EFF5F5 !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}
.owl-thumbnail .owl-nav [class*=owl-]:before {
  width: 10px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDIwIDE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMCAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiMwMDU2NTE7fS5zdDF7ZmlsbDpub25lO308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LjQsMTZsMS42LTEuNUwzLjIsOEwxMCwxLjVMOC40LDBMMCw4TDguNCwxNnoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjAsOGwtOC4zLThMMTAsMS41TDE2LjgsOEwxMCwxNC41bDEuNiwxLjVMMjAsOHoiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMjQuMyw5LjQiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNNSw4Ii8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTE2LjEsMTQuNSIvPjwvc3ZnPg==);
  background-size: 20px 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
}
.owl-thumbnail .owl-nav [class*=owl-]:hover:not(.disabled) {
  background: #fff !important;
}
.owl-thumbnail .owl-nav [class*=owl-].disabled:before {
  opacity: 0.4;
}
.owl-thumbnail .owl-nav [class*=owl-] span {
  display: none;
}
.owl-thumbnail .owl-nav .owl-prev {
  left: 0;
}
.owl-thumbnail .owl-nav .owl-next {
  right: 0;
}
.owl-thumbnail .owl-nav .owl-next:before {
  background-position-x: right !important;
}
.owl-thumbnail .owl-nav .disabled {
  cursor: default;
}
.owl-thumbnail .owl-nav .disabled:before {
  background-position-y: top !important;
}

*:focus {
  outline: none !important;
}

html {
  font-size: 16px;
}

html, body {
  height: 100%;
  color: #000000;
}

body {
  padding-top: 0px;
  /*padding-top: 120px;*/
  height: 100%;
  min-width: 320px;
  font-family: "Gotham", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #000000;
  line-height: 1.6;
}

h1, h2, h3 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

a, a:hover, a:focus {
  text-decoration: none;
  cursor: pointer;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

label {
  margin-bottom: 0.75rem;
}

.z-index-100 {
  z-index: 100;
}

.br-desctop {
  display: inline;
}
@media (max-width: 767px) {
  .br-desctop {
    display: none;
  }
}

@media (max-width: 575px) {
  .br-mobile {
    display: inline;
  }
}
@media (min-width: 576px) {
  .br-mobile {
    display: none;
  }
}

.container-fluid.overflow {
  max-width: 1920px;
  overflow: hidden;
}

.container {
  max-width: 1200px;
}
.container_base {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 575px) {
  .container_base {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.container-my {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-mt {
  padding-top: 5rem;
}

.container-mb {
  padding-bottom: 5rem;
}

.heading {
  font-family: "Geometria", sans-serif;
  font-weight: 800;
  color: #000000;
}
.heading_lg {
  margin-bottom: 3.25rem;
  font-size: 3rem;
  line-height: 1;
}
@media (max-width: 575px) {
  .heading_lg {
    font-size: 9vw;
  }
}

.text, .text p, .text li {
  margin: 0;
  font-family: "Gotham", sans-serif;
  font-size: 0.875rem;
  color: #404040;
  line-height: 1.7142;
}
.text > strong, .text p > strong, .text li > strong {
  font-weight: 500;
}

.text p, .text ul {
  margin-bottom: 0.5rem;
}
.text p:last-child, .text ul:last-child {
  margin-bottom: 0;
}

/* link and btn */
.btn {
  display: table;
  padding: 20px 30px 22px;
  border: none;
  vertical-align: middle;
  outline: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-family: "Gotham", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  box-sizing: border-box;
  cursor: pointer;
}
@media (max-width: 575px) {
  .btn {
    padding: 18px 26px 20px;
  }
}
.btn_base {
  background: #000000;
}
.btn_base:hover {
  color: #8dd316;
}
.btn_white {
  border: 1px solid #fff;
  font-size: 1rem;
}
.btn_white:hover {
  background: #fff;
  color: #000000;
}
.btn_popup {
  background: #000000;
}
.btn_popup:hover {
  background: #111;
}

.link {
  font-family: "Gotham", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  color: #000;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 575px) {
  .link {
    font-size: 0.875rem;
  }
}
.link:hover {
  color: #8dd316;
  text-decoration: underline;
}
.link:active {
  color: #cdfe00;
  text-decoration: none;
}
.link-white {
  color: #fff;
}
.link-white:hover {
  color: #8dd316;
  text-decoration: underline;
}
.link-white:active {
  color: #cdfe00;
  text-decoration: none;
}
.link__monosize {
  font-size: inherit !important;
}

.default-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.2rem !important;
}
.default-list > li:last-child {
  margin-bottom: 0 !important;
}
.default-list > li:before {
  min-width: 4px;
  width: 4px;
  height: 4px;
  margin-top: 0.675rem;
  margin-right: 0.5rem;
  background: #404040;
  content: "";
}

/*footer*/
.footer {
  background: #1a1a1a;
  position: relative;
  overflow: hidden;
}
.footer-icon {
  display: block;
  width: 124px;
  height: 100px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEyNCAxMDAiPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuY2xzLTEgewogICAgICAgIGZpbGw6ICNjN2QzMDA7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOC43LjgsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAxLjIuMCBCdWlsZCAyMDApICAtLT4KICA8Zz4KICAgIDxnIGlkPSJf0KjQsNGAXzUiIGRhdGEtbmFtZT0i0KjQsNGAXzUiPgogICAgICA8Zz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMjEuOTUsMTMuNTNjLTIuMTIuMDMtNC4yOS0uMDEtNi4zNC40Mi00LjAxLjg1LTcuOTYsMi0xMS45NCwzLjAyLTEuMDcuMjctMi4xNS41LTMuMS43Mi0uODUtLjg4LS4yOC0xLjQ5LS4wMy0yLjA5LDEuNDMtMy41NSwyLjg4LTcuMDksNC4zMy0xMC42NC4zMi0uNzkuNy0xLjU2Ljk1LTIuMzcuMzEtLjk3LS4yNi0yLTEuMjItMi40My0uOTUtLjQyLTEuNzQsMC0yLjI2LjY2LS43Ljg3LTEuMjcsMS44OC0xLjc2LDIuOS0xLjYsMy4zMi0zLjEzLDYuNjctNC43MiwxMC0uNDEuODUtLjg5LDEuNjctMS41NCwyLjg4LTEuNjctMi4zOC0zLjEtNC40Ny00LjU5LTYuNTItLjU4LS43OS0xLjItMS41OS0xLjk1LTIuMi0uNzMtLjU5LTEuNzEtLjQ5LTIuMzEuMjEtLjQxLjQ4LS42MiwxLjI1LS42MiwxLjg5LDAsLjUuNCwxLjA0LjcxLDEuNTEsMS41NiwyLjM3LDMuMDYsNC43OSw0Ljc2LDcuMDYsMi40MiwzLjIyLDQuMTYsNi43Niw1LjI4LDEwLjYxLDIuMSw3LjIxLDQuMTMsMTQuNDQsNi4yOCwyMS45NS0yLjQ2LDIuMDMtNS4wMSw0LjAxLTcuNDIsNi4xNS0yLjQ1LDIuMTYtNC44Miw0LjQxLTcuMTIsNi43Mi0yLjQsMi40Mi00LjcyLDQuOTItNi45OCw3LjQ2LTIuMTcsMi40NC00LjI2LDQuOTUtNi4zMyw3LjQ3LTIuMDYsMi41MS00LjA2LDUuMDctNi4zMSw3LjkxLTEuMjctMS44NS0xLjUzLTMuODItMi40LTUuNDktLjg2LTEuNjMtMS42Ny0zLjMtMi42Ny00Ljg0LTEuMDgtMS42Ni0yLjM3LTMuMTgtMy44My01LjEsNy4xLTYuMDMsMTEuMTQtMTMuODEsMTQuNTktMjEuOTUsMy44NC05LjA2LDYuMzQtMTguNSw3LjM5LTI4LjMuMzgtMy41Ni4zNS03LjExLS40My0xMC41OS0uNC0xLjc2LTEuMDctMy41Ni0yLjAzLTUuMDgtMS42Ni0yLjYxLTQuNTQtMy4zNC03LjQ2LTIuMjktMi43NiwxLTQuOTYsMi44MS02LjcsNS4wOC0yLjA3LDIuNy00LjA5LDUuNDctNS43NSw4LjQyLTYuMTgsMTEuMDEtMTAuMDIsMjIuODQtMTEuNjksMzUuMzMtLjQ1LDMuMzUtLjI1LDYuOC0uMzIsMTAuMi0uMDIuODMuMDcsMS42Ni4xMywyLjc4LS45Ny4wNi0xLjc4LjE3LTIuNTguMTQtNy43NS0uMjctMTQuODYsMS44Ny0yMS40Miw1Ljg3LTQuOTIsMy04Ljg2LDYuMjEtMTMuMDUsMTAuOTktNC4xOSw0Ljc4LTYuOCwxMC4yOS04LjY2LDE1LjgzLS4yNC43My0uNDMsMS40Ni0uNjQsMi4xOWg0LjI5Yy4wOS0uMy4xMy0uNi4yMi0uODksMS43Ni01LjI2LDQuMzUtOS45MSw3LjQzLTEzLjkxLDQuMy00Ljk1LDkuMjUtOS4xMywxNS4xMi0xMi4xOCw1LjM5LTIuOCwxMS4xMS00LjE4LDE3LjIzLTMuNzIsMi4wMi4xNSwzLjkuNTgsNS40OSwxLjk3LjYzLjU1LDEuNCwxLjE1LDIuMTcsMS4yNywyLjY3LjQsNC4xNiwyLjMxLDUuNjcsNC4xNywyLjgyLDMuNDcsNC42LDcuNDksNS43LDExLjc5Ljk2LDMuNzksMS4yMiw3LjYxLDEuMTQsMTEuNDloNC4xM2MuMDItMS40OCwwLTIuOTYtLjA3LTQuNDMtLjExLTEuOTguNDQtMy42LDEuNjUtNS4wOSw0LjQ1LTUuNTMsOC43NS0xMS4xOCwxMy4zNS0xNi41Nyw0LjctNS41MSw5Ljc1LTEwLjcyLDE1LjQyLTE1LjI2LDEuNzYtMS40MSwzLjY3LTIuNjMsNS41OS0zLjgzLDEuMDktLjY4LDEuNjctMS41NiwxLjUtMi43OS0uMTYtMS4xMi0uNDQtMi4yMi0uNzUtMy4zMS0yLjQxLTguMy00Ljg1LTE2LjYtNy4yNy0yNC45LS4wNy0uMjUuMDMtLjU1LjA3LTEuMDksNy4zNC0xLjcsMTQuNC00Ljg2LDIyLjE1LTUuMjIuNTYtLjAzLDEuMTMtLjEyLDEuNjgtLjI0LDEuMjYtLjI3LDEuODItLjg4LDEuODQtMS45NS4wMi0xLjA1LS42NS0xLjgxLTEuOTMtMS43OVpNNTQuODEsNjguNDhjLTEuODguMjEtMi42Ny4wMi0zLjQ5LTEuODUtLjI5LTEuOTItLjc0LTMuODUtLjgzLTUuODEtLjMtNiwuNTgtMTEuODgsMi4wMS0xNy43LDIuMTgtOC44Niw1LjMzLTE3LjM0LDkuODktMjUuMjYsMS43LTIuOTYsMy42MS01Ljc4LDYuMDYtOC4xOC42MS0uNiwxLjIxLTEuMjEsMS45LTEuNzEsMi44LTIuMDIsNC42OC0xLjM3LDUuNjUsMi4wMywxLjExLDMuODksMS4wNCw3Ljg3LjU0LDExLjg0LTEuMzgsMTEuMDctNC41OCwyMS42MS05LjU0LDMxLjYyLTEuOSwzLjgyLTQuMDUsNy40OS02LjgsMTAuNzctMS40NiwxLjc0LTIuOTksMy40My01LjQsNC4yNloiLz4KICAgICAgICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01OC4xNCw1NC4xMWMxLjE2LjAyLDMuMjQtLjI1LDQuMTctMi4yNiwxLjM3LTMuMjUsMi4zNy01LjY0LDMuNTUtOC45Ni4yMy0uNjMuMy0xLjMyLjM1LTIuMDQuMDUtLjYzLS4yOS0xLjQ4LTEuNjUtMS43Ni0uODUtLjE5LTEuNDIuMjUtMS43MS45LS4xOC40Mi0uMzIuODctLjQ1LDEuMzEtLjExLjM2LS4yMi43My0uMzUsMS4wOGwtLjU5LDEuNjJjLTEuMDYsMi45OC0xLjI4LDUuODktMi43NSw1LjQ2LS44OC0uMjUtLjQtMS43My0uMTMtMi41Ny42MS0xLjg3LDEuMjgtMy43MywyLTUuNTYuMzctLjk1LjI4LTEuNTktLjMxLTIuMTItLjM4LS4zNC0xLjA3LS41OC0xLjctLjU5LS40MiwwLS43OC4wOC0xLjA0LjI1LS42Mi40MS0uODIuOTItMS4wMywxLjU4LS43MSwyLjIxLTEuNDksNC43Ny0xLjg2LDcuMzUtLjIxLDEuNjYtLjIyLDMuMDYuMzcsNC40Ny42Ni45NiwyLjEyLDEuODMsMy4xNCwxLjg0WiIvPgogICAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTY5Ljc2LDI5LjFjMS4wNS4xMywyLjAyLS42MSwyLjA5LTEuNTkuMDktMS4yMy0uOTYtMi40MS0yLjI5LTIuNTgtLjg4LS4xMS0xLjk2Ljc1LTIuMSwxLjY4LS4xOCwxLjE4Ljg3LDIuMzIsMi4yOSwyLjVaIi8+CiAgICAgICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNjEuOTQsMzAuNGMxLjA2LS4wNCwxLjg3LS44NCwxLjg2LTEuODMsMC0xLjA0LTEuMDUtMi4xMi0yLjExLTIuMTktMS4wNS0uMDctMi4xNSwxLjA3LTIuMDUsMi4xMy4xLDEuMTQsMS4wNywxLjk0LDIuMywxLjg5WiIvPgogICAgICA8L2c+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4=");
  position: absolute;
  bottom: 0px;
  right: 5vw;
  -webkit-transition: bottom 2s ease;
  -o-transition: bottom 2s ease;
  transition: bottom 2s ease;
  content: "";
}
@media (max-width: 575px) {
  .footer-icon {
    right: 1rem;
  }
}
.footer-icon.active {
  bottom: -10px;
  -webkit-animation: wiggle 0.6s ease 2s;
  animation: wiggle 0.6s ease 2s;
}
.footer__contacts {
  padding-top: 2.6875rem;
  padding-bottom: 2.5rem;
}
.footer__title {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
  color: #404040;
}
.footer__item {
  display: table;
  margin-bottom: 0.5rem;
  font-family: "Geometria", sans-serif;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 800;
  line-height: 1.375;
}
.footer__item:hover {
  color: #ff80bd;
  text-decoration: none;
}
.footer__item:active {
  color: #ffa6c9;
}
.footer__work-all {
  display: block;
  margin-top: 0.75rem;
  color: #fff;
  font-size: 0.875rem;
}
.footer__develop {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top: 1px solid #262626;
  font-size: 0.8125rem;
  color: #404040;
}
@media (max-width: 575px) {
  .footer__develop {
    font-size: 0.75rem;
  }
}
@media (max-width: 575px) {
  .footer__title, .footer__item, .footer__work-all {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer .separator {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
  color: #404040;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/* modal */
.modal-content {
  border: none;
  border-radius: 0;
}
.modal-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  border: none;
}
.modal-body {
  border-top: 1px solid #e0e0e0;
}
.modal-dialog {
  margin: auto;
}
.modal .h1 {
  margin-top: 0;
}
.modal .flex-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border-left: 1px solid #e0e0e0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 575px) {
  .modal .flex-close {
    width: 100%;
    height: 72px;
    border-left: none;
    border-bottom: 1px solid #e0e0e0;
  }
}
.modal .flex-close:before {
  width: 18px;
  height: 18px;
  margin-top: -9px;
  margin-left: -9px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzYgMTgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM2IDE4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzBGMEYwRjt9LnN0MXtmaWxsOiMwMEZGQUE7fTwvc3R5bGU+PHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxNy43LDEuNyAxNi4zLDAuMyA5LDcuNiAxLjcsMC4zIDAuMywxLjcgNy42LDkgMC4zLDE2LjMgMS43LDE3LjcgOSwxMC40IDE2LjMsMTcuNyAxNy43LDE2LjMgMTAuNCw5ICIvPjxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iMzUuNywxLjcgMzQuMywwLjMgMjcsNy42IDE5LjcsMC4zIDE4LjMsMS43IDI1LjYsOSAxOC4zLDE2LjMgMTkuNywxNy43IDI3LDEwLjQgMzQuMywxNy43IDM1LjcsMTYuMyAyOC40LDkgIi8+PC9zdmc+);
  background-size: 36px 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
}
.modal .flex-close:hover:before {
  background-position: right;
}
.modal .flex-close:hover {
  cursor: pointer;
}
.modal .flex-close img {
  height: 100%;
  max-height: 120px;
  opacity: 0;
}
@media (max-width: 575px) {
  .modal .flex-close img {
    max-height: 90px;
  }
}
.modal .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  width: 72px;
  height: 72px;
  position: absolute;
  top: 0;
  right: 0;
}
.modal .close:before {
  width: 18px;
  height: 18px;
  margin-top: -9px;
  margin-left: -9px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzYgMTgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM2IDE4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzBGMEYwRjt9LnN0MXtmaWxsOiMwMEZGQUE7fTwvc3R5bGU+PHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxNy43LDEuNyAxNi4zLDAuMyA5LDcuNiAxLjcsMC4zIDAuMywxLjcgNy42LDkgMC4zLDE2LjMgMS43LDE3LjcgOSwxMC40IDE2LjMsMTcuNyAxNy43LDE2LjMgMTAuNCw5ICIvPjxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iMzUuNywxLjcgMzQuMywwLjMgMjcsNy42IDE5LjcsMC4zIDE4LjMsMS43IDI1LjYsOSAxOC4zLDE2LjMgMTkuNywxNy43IDI3LDEwLjQgMzQuMywxNy43IDM1LjcsMTYuMyAyOC40LDkgIi8+PC9zdmc+);
  background-size: 36px 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
}
.modal .close:hover:before {
  background-position: right;
}
.modal .close:hover {
  cursor: pointer;
}

/* popup */
.popup__title {
  padding-right: 3rem;
  font-family: "Geometria", sans-serif;
  font-size: 2.25rem;
  margin-bottom: 1.25rem;
  line-height: 1;
}
.popup__text {
  color: #404040;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .popup__title {
    font-size: 8vw;
  }
  .popup__text {
    font-size: 0.875rem;
    line-height: 1.42;
  }
}
.popup .modal-header {
  padding: 2rem;
}
@media (max-width: 575px) {
  .popup .modal-header {
    padding: 1.5rem 2rem 1.5rem 2rem;
  }
}
.popup .modal-body {
  padding: 0.5rem 2rem 2.5rem;
}
@media (max-width: 575px) {
  .popup .modal-body {
    padding: 0.5rem 1.5rem 2rem;
  }
}

.popup-content .h1 {
  margin-bottom: 0.25rem;
}
.popup-content .modal-header {
  padding: 2rem 8rem 2rem 2rem;
}
@media (max-width: 575px) {
  .popup-content .modal-header {
    padding: 6.25rem 2rem 1.5rem 2rem;
  }
}
.popup-content .modal-dialog {
  max-width: 1200px;
}
.popup-content__wrap {
  padding: 0.25rem 1rem;
  margin-bottom: -0.5rem;
}
.popup-content__wrap .col {
  min-width: 360px;
}
@media (max-width: 575px) {
  .popup-content__wrap .col {
    min-width: 240px;
  }
}
.popup-content__wrap_mb {
  margin-bottom: -0.5rem;
}
.popup-content__image, .popup-content__text {
  margin-bottom: 0.5rem;
}
.popup-content__image > * {
  display: table;
  margin-bottom: 1rem;
}
.popup-content__item {
  margin-bottom: 1.25rem;
}

.popup-thank-you .modal-dialog {
  max-width: 696px;
}
@media (max-width: 575px) {
  .popup-thank-you .h1 {
    font-size: 8vw;
  }
  .popup-thank-you .text {
    font-size: 0.875rem;
    line-height: 1.42;
  }
}

/* faq */
.faq__item {
  margin-top: -1px;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  padding: 1.7rem 2rem;
  position: relative;
  overflow: hidden;
}
.faq__item:hover {
  cursor: pointer;
}
.faq__item:last-child {
  border-bottom: 1px solid #e0e0e0 !important;
}
@media (max-width: 575px) {
  .faq__item {
    padding: 1.5rem 1.5rem 1.375rem;
  }
}
.faq__question {
  font-size: 1rem;
  line-height: 1.375;
  padding-right: 3.25rem;
}
@media (max-width: 575px) {
  .faq__question {
    font-size: 0.9375rem;
  }
}
.faq__more {
  width: 64px;
  height: 100%;
  border-left: 1px solid #e0e0e0;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.faq__more:before {
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -8px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDMyIDE2Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjZmY4MGJkOwogICAgICB9CgogICAgICAuY2xzLTIgewogICAgICAgIGZpbGw6ICMwZjBmMGY7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyOC43LjgsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiAxLjIuMCBCdWlsZCAyMDApICAtLT4KICA8Zz4KICAgIDxnIGlkPSJf0KHQu9C+0LlfMSIgZGF0YS1uYW1lPSLQodC70L7QuV8xIj4KICAgICAgPHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjE2IDcgOSA3IDkgMCA3IDAgNyA3IDAgNyAwIDkgNyA5IDcgMTYgOSAxNiA5IDkgMTYgOSAxNiA3Ii8+CiAgICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIzMiA3IDI1IDcgMjUgMCAyMyAwIDIzIDcgMTYgNyAxNiA5IDIzIDkgMjMgMTYgMjUgMTYgMjUgOSAzMiA5IDMyIDciLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==");
  background-size: 32px 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
}
.faq__item:hover .faq__more:before {
  background-position: right;
}
.faq__item.active .faq__more {
  right: -64px;
}
.faq__answer {
  display: none;
  margin-top: 0.875rem;
}
.faq__item.active .faq__answer {
  display: block;
}