@charset "UTF-8";
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@-webkit-keyframes flash {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.bg-cover {
  background-size: cover;
  background-position: center center;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-gray {
  color: #a2a2a2 !important;
}

.text-azul {
  color: #000666 !important;
}

.text-azul-marinho {
  color: #000330 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-gray {
  background-color: #a2a2a2 !important;
}

.bg-azul {
  background-color: #000666 !important;
}

.bg-azul-marinho {
  background-color: #000330 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.font-800 {
  font-weight: 800 !important;
}

.font-900 {
  font-weight: 900 !important;
}

.mt-0 {
  margin-top: 0px !important;
}

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

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

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

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

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

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

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .ml-md-0 {
    margin-left: 0px !important;
  }
  .mr-md-0 {
    margin-right: 0px !important;
  }
  .mt-md-5 {
    margin-top: 5px !important;
  }
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  .ml-md-5 {
    margin-left: 5px !important;
  }
  .mr-md-5 {
    margin-right: 5px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .ml-md-15 {
    margin-left: 15px !important;
  }
  .mr-md-15 {
    margin-right: 15px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .mt-md-25 {
    margin-top: 25px !important;
  }
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .ml-md-25 {
    margin-left: 25px !important;
  }
  .mr-md-25 {
    margin-right: 25px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .ml-md-30 {
    margin-left: 30px !important;
  }
  .mr-md-30 {
    margin-right: 30px !important;
  }
  .mt-md-35 {
    margin-top: 35px !important;
  }
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
  .ml-md-35 {
    margin-left: 35px !important;
  }
  .mr-md-35 {
    margin-right: 35px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .ml-md-40 {
    margin-left: 40px !important;
  }
  .mr-md-40 {
    margin-right: 40px !important;
  }
  .mt-md-45 {
    margin-top: 45px !important;
  }
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
  .ml-md-45 {
    margin-left: 45px !important;
  }
  .mr-md-45 {
    margin-right: 45px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .ml-md-50 {
    margin-left: 50px !important;
  }
  .mr-md-50 {
    margin-right: 50px !important;
  }
  .mt-md-55 {
    margin-top: 55px !important;
  }
  .mb-md-55 {
    margin-bottom: 55px !important;
  }
  .ml-md-55 {
    margin-left: 55px !important;
  }
  .mr-md-55 {
    margin-right: 55px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .ml-md-60 {
    margin-left: 60px !important;
  }
  .mr-md-60 {
    margin-right: 60px !important;
  }
  .mt-md-65 {
    margin-top: 65px !important;
  }
  .mb-md-65 {
    margin-bottom: 65px !important;
  }
  .ml-md-65 {
    margin-left: 65px !important;
  }
  .mr-md-65 {
    margin-right: 65px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .ml-md-70 {
    margin-left: 70px !important;
  }
  .mr-md-70 {
    margin-right: 70px !important;
  }
  .mt-md-75 {
    margin-top: 75px !important;
  }
  .mb-md-75 {
    margin-bottom: 75px !important;
  }
  .ml-md-75 {
    margin-left: 75px !important;
  }
  .mr-md-75 {
    margin-right: 75px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .ml-md-80 {
    margin-left: 80px !important;
  }
  .mr-md-80 {
    margin-right: 80px !important;
  }
  .mt-md-85 {
    margin-top: 85px !important;
  }
  .mb-md-85 {
    margin-bottom: 85px !important;
  }
  .ml-md-85 {
    margin-left: 85px !important;
  }
  .mr-md-85 {
    margin-right: 85px !important;
  }
  .mt-md-90 {
    margin-top: 90px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .ml-md-90 {
    margin-left: 90px !important;
  }
  .mr-md-90 {
    margin-right: 90px !important;
  }
  .mt-md-95 {
    margin-top: 95px !important;
  }
  .mb-md-95 {
    margin-bottom: 95px !important;
  }
  .ml-md-95 {
    margin-left: 95px !important;
  }
  .mr-md-95 {
    margin-right: 95px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .ml-md-100 {
    margin-left: 100px !important;
  }
  .mr-md-100 {
    margin-right: 100px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  .ml-lg-0 {
    margin-left: 0px !important;
  }
  .mr-lg-0 {
    margin-right: 0px !important;
  }
  .mt-lg-5 {
    margin-top: 5px !important;
  }
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
  .ml-lg-5 {
    margin-left: 5px !important;
  }
  .mr-lg-5 {
    margin-right: 5px !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .ml-lg-15 {
    margin-left: 15px !important;
  }
  .mr-lg-15 {
    margin-right: 15px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .mt-lg-25 {
    margin-top: 25px !important;
  }
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
  .ml-lg-25 {
    margin-left: 25px !important;
  }
  .mr-lg-25 {
    margin-right: 25px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .ml-lg-30 {
    margin-left: 30px !important;
  }
  .mr-lg-30 {
    margin-right: 30px !important;
  }
  .mt-lg-35 {
    margin-top: 35px !important;
  }
  .mb-lg-35 {
    margin-bottom: 35px !important;
  }
  .ml-lg-35 {
    margin-left: 35px !important;
  }
  .mr-lg-35 {
    margin-right: 35px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  .mr-lg-40 {
    margin-right: 40px !important;
  }
  .mt-lg-45 {
    margin-top: 45px !important;
  }
  .mb-lg-45 {
    margin-bottom: 45px !important;
  }
  .ml-lg-45 {
    margin-left: 45px !important;
  }
  .mr-lg-45 {
    margin-right: 45px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .ml-lg-50 {
    margin-left: 50px !important;
  }
  .mr-lg-50 {
    margin-right: 50px !important;
  }
  .mt-lg-55 {
    margin-top: 55px !important;
  }
  .mb-lg-55 {
    margin-bottom: 55px !important;
  }
  .ml-lg-55 {
    margin-left: 55px !important;
  }
  .mr-lg-55 {
    margin-right: 55px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .ml-lg-60 {
    margin-left: 60px !important;
  }
  .mr-lg-60 {
    margin-right: 60px !important;
  }
  .mt-lg-65 {
    margin-top: 65px !important;
  }
  .mb-lg-65 {
    margin-bottom: 65px !important;
  }
  .ml-lg-65 {
    margin-left: 65px !important;
  }
  .mr-lg-65 {
    margin-right: 65px !important;
  }
  .mt-lg-70 {
    margin-top: 70px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .ml-lg-70 {
    margin-left: 70px !important;
  }
  .mr-lg-70 {
    margin-right: 70px !important;
  }
  .mt-lg-75 {
    margin-top: 75px !important;
  }
  .mb-lg-75 {
    margin-bottom: 75px !important;
  }
  .ml-lg-75 {
    margin-left: 75px !important;
  }
  .mr-lg-75 {
    margin-right: 75px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .ml-lg-80 {
    margin-left: 80px !important;
  }
  .mr-lg-80 {
    margin-right: 80px !important;
  }
  .mt-lg-85 {
    margin-top: 85px !important;
  }
  .mb-lg-85 {
    margin-bottom: 85px !important;
  }
  .ml-lg-85 {
    margin-left: 85px !important;
  }
  .mr-lg-85 {
    margin-right: 85px !important;
  }
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .ml-lg-90 {
    margin-left: 90px !important;
  }
  .mr-lg-90 {
    margin-right: 90px !important;
  }
  .mt-lg-95 {
    margin-top: 95px !important;
  }
  .mb-lg-95 {
    margin-bottom: 95px !important;
  }
  .ml-lg-95 {
    margin-left: 95px !important;
  }
  .mr-lg-95 {
    margin-right: 95px !important;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .ml-lg-100 {
    margin-left: 100px !important;
  }
  .mr-lg-100 {
    margin-right: 100px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0px !important;
  }
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
  .ml-xl-0 {
    margin-left: 0px !important;
  }
  .mr-xl-0 {
    margin-right: 0px !important;
  }
  .mt-xl-5 {
    margin-top: 5px !important;
  }
  .mb-xl-5 {
    margin-bottom: 5px !important;
  }
  .ml-xl-5 {
    margin-left: 5px !important;
  }
  .mr-xl-5 {
    margin-right: 5px !important;
  }
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .ml-xl-10 {
    margin-left: 10px !important;
  }
  .mr-xl-10 {
    margin-right: 10px !important;
  }
  .mt-xl-15 {
    margin-top: 15px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .ml-xl-15 {
    margin-left: 15px !important;
  }
  .mr-xl-15 {
    margin-right: 15px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xl-20 {
    margin-left: 20px !important;
  }
  .mr-xl-20 {
    margin-right: 20px !important;
  }
  .mt-xl-25 {
    margin-top: 25px !important;
  }
  .mb-xl-25 {
    margin-bottom: 25px !important;
  }
  .ml-xl-25 {
    margin-left: 25px !important;
  }
  .mr-xl-25 {
    margin-right: 25px !important;
  }
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .ml-xl-30 {
    margin-left: 30px !important;
  }
  .mr-xl-30 {
    margin-right: 30px !important;
  }
  .mt-xl-35 {
    margin-top: 35px !important;
  }
  .mb-xl-35 {
    margin-bottom: 35px !important;
  }
  .ml-xl-35 {
    margin-left: 35px !important;
  }
  .mr-xl-35 {
    margin-right: 35px !important;
  }
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .ml-xl-40 {
    margin-left: 40px !important;
  }
  .mr-xl-40 {
    margin-right: 40px !important;
  }
  .mt-xl-45 {
    margin-top: 45px !important;
  }
  .mb-xl-45 {
    margin-bottom: 45px !important;
  }
  .ml-xl-45 {
    margin-left: 45px !important;
  }
  .mr-xl-45 {
    margin-right: 45px !important;
  }
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .ml-xl-50 {
    margin-left: 50px !important;
  }
  .mr-xl-50 {
    margin-right: 50px !important;
  }
  .mt-xl-55 {
    margin-top: 55px !important;
  }
  .mb-xl-55 {
    margin-bottom: 55px !important;
  }
  .ml-xl-55 {
    margin-left: 55px !important;
  }
  .mr-xl-55 {
    margin-right: 55px !important;
  }
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .ml-xl-60 {
    margin-left: 60px !important;
  }
  .mr-xl-60 {
    margin-right: 60px !important;
  }
  .mt-xl-65 {
    margin-top: 65px !important;
  }
  .mb-xl-65 {
    margin-bottom: 65px !important;
  }
  .ml-xl-65 {
    margin-left: 65px !important;
  }
  .mr-xl-65 {
    margin-right: 65px !important;
  }
  .mt-xl-70 {
    margin-top: 70px !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .ml-xl-70 {
    margin-left: 70px !important;
  }
  .mr-xl-70 {
    margin-right: 70px !important;
  }
  .mt-xl-75 {
    margin-top: 75px !important;
  }
  .mb-xl-75 {
    margin-bottom: 75px !important;
  }
  .ml-xl-75 {
    margin-left: 75px !important;
  }
  .mr-xl-75 {
    margin-right: 75px !important;
  }
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .ml-xl-80 {
    margin-left: 80px !important;
  }
  .mr-xl-80 {
    margin-right: 80px !important;
  }
  .mt-xl-85 {
    margin-top: 85px !important;
  }
  .mb-xl-85 {
    margin-bottom: 85px !important;
  }
  .ml-xl-85 {
    margin-left: 85px !important;
  }
  .mr-xl-85 {
    margin-right: 85px !important;
  }
  .mt-xl-90 {
    margin-top: 90px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .ml-xl-90 {
    margin-left: 90px !important;
  }
  .mr-xl-90 {
    margin-right: 90px !important;
  }
  .mt-xl-95 {
    margin-top: 95px !important;
  }
  .mb-xl-95 {
    margin-bottom: 95px !important;
  }
  .ml-xl-95 {
    margin-left: 95px !important;
  }
  .mr-xl-95 {
    margin-right: 95px !important;
  }
  .mt-xl-100 {
    margin-top: 100px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .ml-xl-100 {
    margin-left: 100px !important;
  }
  .mr-xl-100 {
    margin-right: 100px !important;
  }
}
@media (min-width: 1440px) {
  .mt-xxl-0 {
    margin-top: 0px !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0px !important;
  }
  .ml-xxl-0 {
    margin-left: 0px !important;
  }
  .mr-xxl-0 {
    margin-right: 0px !important;
  }
  .mt-xxl-5 {
    margin-top: 5px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 5px !important;
  }
  .ml-xxl-5 {
    margin-left: 5px !important;
  }
  .mr-xxl-5 {
    margin-right: 5px !important;
  }
  .mt-xxl-10 {
    margin-top: 10px !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }
  .ml-xxl-10 {
    margin-left: 10px !important;
  }
  .mr-xxl-10 {
    margin-right: 10px !important;
  }
  .mt-xxl-15 {
    margin-top: 15px !important;
  }
  .mb-xxl-15 {
    margin-bottom: 15px !important;
  }
  .ml-xxl-15 {
    margin-left: 15px !important;
  }
  .mr-xxl-15 {
    margin-right: 15px !important;
  }
  .mt-xxl-20 {
    margin-top: 20px !important;
  }
  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xxl-20 {
    margin-left: 20px !important;
  }
  .mr-xxl-20 {
    margin-right: 20px !important;
  }
  .mt-xxl-25 {
    margin-top: 25px !important;
  }
  .mb-xxl-25 {
    margin-bottom: 25px !important;
  }
  .ml-xxl-25 {
    margin-left: 25px !important;
  }
  .mr-xxl-25 {
    margin-right: 25px !important;
  }
  .mt-xxl-30 {
    margin-top: 30px !important;
  }
  .mb-xxl-30 {
    margin-bottom: 30px !important;
  }
  .ml-xxl-30 {
    margin-left: 30px !important;
  }
  .mr-xxl-30 {
    margin-right: 30px !important;
  }
  .mt-xxl-35 {
    margin-top: 35px !important;
  }
  .mb-xxl-35 {
    margin-bottom: 35px !important;
  }
  .ml-xxl-35 {
    margin-left: 35px !important;
  }
  .mr-xxl-35 {
    margin-right: 35px !important;
  }
  .mt-xxl-40 {
    margin-top: 40px !important;
  }
  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }
  .ml-xxl-40 {
    margin-left: 40px !important;
  }
  .mr-xxl-40 {
    margin-right: 40px !important;
  }
  .mt-xxl-45 {
    margin-top: 45px !important;
  }
  .mb-xxl-45 {
    margin-bottom: 45px !important;
  }
  .ml-xxl-45 {
    margin-left: 45px !important;
  }
  .mr-xxl-45 {
    margin-right: 45px !important;
  }
  .mt-xxl-50 {
    margin-top: 50px !important;
  }
  .mb-xxl-50 {
    margin-bottom: 50px !important;
  }
  .ml-xxl-50 {
    margin-left: 50px !important;
  }
  .mr-xxl-50 {
    margin-right: 50px !important;
  }
  .mt-xxl-55 {
    margin-top: 55px !important;
  }
  .mb-xxl-55 {
    margin-bottom: 55px !important;
  }
  .ml-xxl-55 {
    margin-left: 55px !important;
  }
  .mr-xxl-55 {
    margin-right: 55px !important;
  }
  .mt-xxl-60 {
    margin-top: 60px !important;
  }
  .mb-xxl-60 {
    margin-bottom: 60px !important;
  }
  .ml-xxl-60 {
    margin-left: 60px !important;
  }
  .mr-xxl-60 {
    margin-right: 60px !important;
  }
  .mt-xxl-65 {
    margin-top: 65px !important;
  }
  .mb-xxl-65 {
    margin-bottom: 65px !important;
  }
  .ml-xxl-65 {
    margin-left: 65px !important;
  }
  .mr-xxl-65 {
    margin-right: 65px !important;
  }
  .mt-xxl-70 {
    margin-top: 70px !important;
  }
  .mb-xxl-70 {
    margin-bottom: 70px !important;
  }
  .ml-xxl-70 {
    margin-left: 70px !important;
  }
  .mr-xxl-70 {
    margin-right: 70px !important;
  }
  .mt-xxl-75 {
    margin-top: 75px !important;
  }
  .mb-xxl-75 {
    margin-bottom: 75px !important;
  }
  .ml-xxl-75 {
    margin-left: 75px !important;
  }
  .mr-xxl-75 {
    margin-right: 75px !important;
  }
  .mt-xxl-80 {
    margin-top: 80px !important;
  }
  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }
  .ml-xxl-80 {
    margin-left: 80px !important;
  }
  .mr-xxl-80 {
    margin-right: 80px !important;
  }
  .mt-xxl-85 {
    margin-top: 85px !important;
  }
  .mb-xxl-85 {
    margin-bottom: 85px !important;
  }
  .ml-xxl-85 {
    margin-left: 85px !important;
  }
  .mr-xxl-85 {
    margin-right: 85px !important;
  }
  .mt-xxl-90 {
    margin-top: 90px !important;
  }
  .mb-xxl-90 {
    margin-bottom: 90px !important;
  }
  .ml-xxl-90 {
    margin-left: 90px !important;
  }
  .mr-xxl-90 {
    margin-right: 90px !important;
  }
  .mt-xxl-95 {
    margin-top: 95px !important;
  }
  .mb-xxl-95 {
    margin-bottom: 95px !important;
  }
  .ml-xxl-95 {
    margin-left: 95px !important;
  }
  .mr-xxl-95 {
    margin-right: 95px !important;
  }
  .mt-xxl-100 {
    margin-top: 100px !important;
  }
  .mb-xxl-100 {
    margin-bottom: 100px !important;
  }
  .ml-xxl-100 {
    margin-left: 100px !important;
  }
  .mr-xxl-100 {
    margin-right: 100px !important;
  }
}
.lh-16 {
  line-height: 16px !important;
}

@media (min-width: ) {
  .lh-default-16 {
    line-height: 16px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-16 {
    line-height: 16px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-16 {
    line-height: 16px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-16 {
    line-height: 16px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-16 {
    line-height: 16px !important;
  }
}
.lh-17 {
  line-height: 17px !important;
}

@media (min-width: ) {
  .lh-default-17 {
    line-height: 17px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-17 {
    line-height: 17px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-17 {
    line-height: 17px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-17 {
    line-height: 17px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-17 {
    line-height: 17px !important;
  }
}
.lh-18 {
  line-height: 18px !important;
}

@media (min-width: ) {
  .lh-default-18 {
    line-height: 18px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-18 {
    line-height: 18px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-18 {
    line-height: 18px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-18 {
    line-height: 18px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-18 {
    line-height: 18px !important;
  }
}
.lh-19 {
  line-height: 19px !important;
}

@media (min-width: ) {
  .lh-default-19 {
    line-height: 19px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-19 {
    line-height: 19px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-19 {
    line-height: 19px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-19 {
    line-height: 19px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-19 {
    line-height: 19px !important;
  }
}
.lh-20 {
  line-height: 20px !important;
}

@media (min-width: ) {
  .lh-default-20 {
    line-height: 20px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-20 {
    line-height: 20px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-20 {
    line-height: 20px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-20 {
    line-height: 20px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-20 {
    line-height: 20px !important;
  }
}
.lh-21 {
  line-height: 21px !important;
}

@media (min-width: ) {
  .lh-default-21 {
    line-height: 21px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-21 {
    line-height: 21px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-21 {
    line-height: 21px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-21 {
    line-height: 21px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-21 {
    line-height: 21px !important;
  }
}
.lh-22 {
  line-height: 22px !important;
}

@media (min-width: ) {
  .lh-default-22 {
    line-height: 22px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-22 {
    line-height: 22px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-22 {
    line-height: 22px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-22 {
    line-height: 22px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-22 {
    line-height: 22px !important;
  }
}
.lh-23 {
  line-height: 23px !important;
}

@media (min-width: ) {
  .lh-default-23 {
    line-height: 23px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-23 {
    line-height: 23px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-23 {
    line-height: 23px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-23 {
    line-height: 23px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-23 {
    line-height: 23px !important;
  }
}
.lh-24 {
  line-height: 24px !important;
}

@media (min-width: ) {
  .lh-default-24 {
    line-height: 24px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-24 {
    line-height: 24px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-24 {
    line-height: 24px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-24 {
    line-height: 24px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-24 {
    line-height: 24px !important;
  }
}
.lh-25 {
  line-height: 25px !important;
}

@media (min-width: ) {
  .lh-default-25 {
    line-height: 25px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-25 {
    line-height: 25px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-25 {
    line-height: 25px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-25 {
    line-height: 25px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-25 {
    line-height: 25px !important;
  }
}
.lh-26 {
  line-height: 26px !important;
}

@media (min-width: ) {
  .lh-default-26 {
    line-height: 26px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-26 {
    line-height: 26px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-26 {
    line-height: 26px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-26 {
    line-height: 26px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-26 {
    line-height: 26px !important;
  }
}
.lh-27 {
  line-height: 27px !important;
}

@media (min-width: ) {
  .lh-default-27 {
    line-height: 27px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-27 {
    line-height: 27px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-27 {
    line-height: 27px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-27 {
    line-height: 27px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-27 {
    line-height: 27px !important;
  }
}
.lh-28 {
  line-height: 28px !important;
}

@media (min-width: ) {
  .lh-default-28 {
    line-height: 28px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-28 {
    line-height: 28px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-28 {
    line-height: 28px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-28 {
    line-height: 28px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-28 {
    line-height: 28px !important;
  }
}
.lh-29 {
  line-height: 29px !important;
}

@media (min-width: ) {
  .lh-default-29 {
    line-height: 29px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-29 {
    line-height: 29px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-29 {
    line-height: 29px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-29 {
    line-height: 29px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-29 {
    line-height: 29px !important;
  }
}
.lh-30 {
  line-height: 30px !important;
}

@media (min-width: ) {
  .lh-default-30 {
    line-height: 30px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-30 {
    line-height: 30px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-30 {
    line-height: 30px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-30 {
    line-height: 30px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-30 {
    line-height: 30px !important;
  }
}
.lh-31 {
  line-height: 31px !important;
}

@media (min-width: ) {
  .lh-default-31 {
    line-height: 31px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-31 {
    line-height: 31px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-31 {
    line-height: 31px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-31 {
    line-height: 31px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-31 {
    line-height: 31px !important;
  }
}
.lh-32 {
  line-height: 32px !important;
}

@media (min-width: ) {
  .lh-default-32 {
    line-height: 32px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-32 {
    line-height: 32px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-32 {
    line-height: 32px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-32 {
    line-height: 32px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-32 {
    line-height: 32px !important;
  }
}
.lh-33 {
  line-height: 33px !important;
}

@media (min-width: ) {
  .lh-default-33 {
    line-height: 33px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-33 {
    line-height: 33px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-33 {
    line-height: 33px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-33 {
    line-height: 33px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-33 {
    line-height: 33px !important;
  }
}
.lh-34 {
  line-height: 34px !important;
}

@media (min-width: ) {
  .lh-default-34 {
    line-height: 34px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-34 {
    line-height: 34px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-34 {
    line-height: 34px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-34 {
    line-height: 34px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-34 {
    line-height: 34px !important;
  }
}
.lh-35 {
  line-height: 35px !important;
}

@media (min-width: ) {
  .lh-default-35 {
    line-height: 35px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-35 {
    line-height: 35px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-35 {
    line-height: 35px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-35 {
    line-height: 35px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-35 {
    line-height: 35px !important;
  }
}
.lh-36 {
  line-height: 36px !important;
}

@media (min-width: ) {
  .lh-default-36 {
    line-height: 36px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-36 {
    line-height: 36px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-36 {
    line-height: 36px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-36 {
    line-height: 36px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-36 {
    line-height: 36px !important;
  }
}
.lh-37 {
  line-height: 37px !important;
}

@media (min-width: ) {
  .lh-default-37 {
    line-height: 37px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-37 {
    line-height: 37px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-37 {
    line-height: 37px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-37 {
    line-height: 37px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-37 {
    line-height: 37px !important;
  }
}
.lh-38 {
  line-height: 38px !important;
}

@media (min-width: ) {
  .lh-default-38 {
    line-height: 38px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-38 {
    line-height: 38px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-38 {
    line-height: 38px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-38 {
    line-height: 38px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-38 {
    line-height: 38px !important;
  }
}
.lh-39 {
  line-height: 39px !important;
}

@media (min-width: ) {
  .lh-default-39 {
    line-height: 39px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-39 {
    line-height: 39px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-39 {
    line-height: 39px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-39 {
    line-height: 39px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-39 {
    line-height: 39px !important;
  }
}
.lh-40 {
  line-height: 40px !important;
}

@media (min-width: ) {
  .lh-default-40 {
    line-height: 40px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-40 {
    line-height: 40px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-40 {
    line-height: 40px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-40 {
    line-height: 40px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-40 {
    line-height: 40px !important;
  }
}
.lh-41 {
  line-height: 41px !important;
}

@media (min-width: ) {
  .lh-default-41 {
    line-height: 41px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-41 {
    line-height: 41px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-41 {
    line-height: 41px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-41 {
    line-height: 41px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-41 {
    line-height: 41px !important;
  }
}
.lh-42 {
  line-height: 42px !important;
}

@media (min-width: ) {
  .lh-default-42 {
    line-height: 42px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-42 {
    line-height: 42px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-42 {
    line-height: 42px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-42 {
    line-height: 42px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-42 {
    line-height: 42px !important;
  }
}
.lh-43 {
  line-height: 43px !important;
}

@media (min-width: ) {
  .lh-default-43 {
    line-height: 43px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-43 {
    line-height: 43px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-43 {
    line-height: 43px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-43 {
    line-height: 43px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-43 {
    line-height: 43px !important;
  }
}
.lh-44 {
  line-height: 44px !important;
}

@media (min-width: ) {
  .lh-default-44 {
    line-height: 44px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-44 {
    line-height: 44px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-44 {
    line-height: 44px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-44 {
    line-height: 44px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-44 {
    line-height: 44px !important;
  }
}
.lh-45 {
  line-height: 45px !important;
}

@media (min-width: ) {
  .lh-default-45 {
    line-height: 45px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-45 {
    line-height: 45px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-45 {
    line-height: 45px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-45 {
    line-height: 45px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-45 {
    line-height: 45px !important;
  }
}
.lh-46 {
  line-height: 46px !important;
}

@media (min-width: ) {
  .lh-default-46 {
    line-height: 46px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-46 {
    line-height: 46px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-46 {
    line-height: 46px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-46 {
    line-height: 46px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-46 {
    line-height: 46px !important;
  }
}
.lh-47 {
  line-height: 47px !important;
}

@media (min-width: ) {
  .lh-default-47 {
    line-height: 47px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-47 {
    line-height: 47px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-47 {
    line-height: 47px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-47 {
    line-height: 47px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-47 {
    line-height: 47px !important;
  }
}
.lh-48 {
  line-height: 48px !important;
}

@media (min-width: ) {
  .lh-default-48 {
    line-height: 48px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-48 {
    line-height: 48px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-48 {
    line-height: 48px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-48 {
    line-height: 48px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-48 {
    line-height: 48px !important;
  }
}
.lh-49 {
  line-height: 49px !important;
}

@media (min-width: ) {
  .lh-default-49 {
    line-height: 49px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-49 {
    line-height: 49px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-49 {
    line-height: 49px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-49 {
    line-height: 49px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-49 {
    line-height: 49px !important;
  }
}
.lh-50 {
  line-height: 50px !important;
}

@media (min-width: ) {
  .lh-default-50 {
    line-height: 50px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-50 {
    line-height: 50px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-50 {
    line-height: 50px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-50 {
    line-height: 50px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-50 {
    line-height: 50px !important;
  }
}
.lh-51 {
  line-height: 51px !important;
}

@media (min-width: ) {
  .lh-default-51 {
    line-height: 51px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-51 {
    line-height: 51px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-51 {
    line-height: 51px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-51 {
    line-height: 51px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-51 {
    line-height: 51px !important;
  }
}
.lh-52 {
  line-height: 52px !important;
}

@media (min-width: ) {
  .lh-default-52 {
    line-height: 52px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-52 {
    line-height: 52px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-52 {
    line-height: 52px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-52 {
    line-height: 52px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-52 {
    line-height: 52px !important;
  }
}
.lh-53 {
  line-height: 53px !important;
}

@media (min-width: ) {
  .lh-default-53 {
    line-height: 53px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-53 {
    line-height: 53px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-53 {
    line-height: 53px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-53 {
    line-height: 53px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-53 {
    line-height: 53px !important;
  }
}
.lh-54 {
  line-height: 54px !important;
}

@media (min-width: ) {
  .lh-default-54 {
    line-height: 54px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-54 {
    line-height: 54px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-54 {
    line-height: 54px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-54 {
    line-height: 54px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-54 {
    line-height: 54px !important;
  }
}
.lh-55 {
  line-height: 55px !important;
}

@media (min-width: ) {
  .lh-default-55 {
    line-height: 55px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-55 {
    line-height: 55px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-55 {
    line-height: 55px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-55 {
    line-height: 55px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-55 {
    line-height: 55px !important;
  }
}
.lh-56 {
  line-height: 56px !important;
}

@media (min-width: ) {
  .lh-default-56 {
    line-height: 56px !important;
  }
}
@media (min-width: 768px) {
  .lh-md-56 {
    line-height: 56px !important;
  }
}
@media (min-width: 992px) {
  .lh-lg-56 {
    line-height: 56px !important;
  }
}
@media (min-width: 1200px) {
  .lh-xl-56 {
    line-height: 56px !important;
  }
}
@media (min-width: 1440px) {
  .lh-xxl-56 {
    line-height: 56px !important;
  }
}
.font-12 {
  font-size: 12px;
}

@media (min-width: ) {
  .font-default-12 {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .font-md-12 {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .font-lg-12 {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .font-xl-12 {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-12 {
    font-size: 12px;
  }
}
.font-14 {
  font-size: 14px;
}

@media (min-width: ) {
  .font-default-14 {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .font-md-14 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .font-lg-14 {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .font-xl-14 {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-14 {
    font-size: 14px;
  }
}
.font-16 {
  font-size: 16px;
}

@media (min-width: ) {
  .font-default-16 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .font-md-16 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .font-lg-16 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .font-xl-16 {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-16 {
    font-size: 16px;
  }
}
.font-18 {
  font-size: 18px;
}

@media (min-width: ) {
  .font-default-18 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .font-md-18 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .font-lg-18 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .font-xl-18 {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-18 {
    font-size: 18px;
  }
}
.font-20 {
  font-size: 20px;
}

@media (min-width: ) {
  .font-default-20 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .font-md-20 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .font-lg-20 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .font-xl-20 {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-20 {
    font-size: 20px;
  }
}
.font-22 {
  font-size: 22px;
}

@media (min-width: ) {
  .font-default-22 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .font-md-22 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .font-lg-22 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .font-xl-22 {
    font-size: 22px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-22 {
    font-size: 22px;
  }
}
.font-24 {
  font-size: 24px;
}

@media (min-width: ) {
  .font-default-24 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .font-md-24 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .font-lg-24 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .font-xl-24 {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-24 {
    font-size: 24px;
  }
}
.font-26 {
  font-size: 26px;
}

@media (min-width: ) {
  .font-default-26 {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .font-md-26 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .font-lg-26 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .font-xl-26 {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-26 {
    font-size: 26px;
  }
}
.font-28 {
  font-size: 28px;
}

@media (min-width: ) {
  .font-default-28 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .font-md-28 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .font-lg-28 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .font-xl-28 {
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-28 {
    font-size: 28px;
  }
}
.font-30 {
  font-size: 30px;
}

@media (min-width: ) {
  .font-default-30 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .font-md-30 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .font-lg-30 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .font-xl-30 {
    font-size: 30px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-30 {
    font-size: 30px;
  }
}
.font-32 {
  font-size: 32px;
}

@media (min-width: ) {
  .font-default-32 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .font-md-32 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .font-lg-32 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .font-xl-32 {
    font-size: 32px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-32 {
    font-size: 32px;
  }
}
.font-34 {
  font-size: 34px;
}

@media (min-width: ) {
  .font-default-34 {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  .font-md-34 {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .font-lg-34 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .font-xl-34 {
    font-size: 34px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-34 {
    font-size: 34px;
  }
}
.font-36 {
  font-size: 36px;
}

@media (min-width: ) {
  .font-default-36 {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .font-md-36 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .font-lg-36 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .font-xl-36 {
    font-size: 36px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-36 {
    font-size: 36px;
  }
}
.font-38 {
  font-size: 38px;
}

@media (min-width: ) {
  .font-default-38 {
    font-size: 38px;
  }
}
@media (min-width: 768px) {
  .font-md-38 {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .font-lg-38 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .font-xl-38 {
    font-size: 38px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-38 {
    font-size: 38px;
  }
}
.font-40 {
  font-size: 40px;
}

@media (min-width: ) {
  .font-default-40 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .font-md-40 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .font-lg-40 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .font-xl-40 {
    font-size: 40px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-40 {
    font-size: 40px;
  }
}
.font-42 {
  font-size: 42px;
}

@media (min-width: ) {
  .font-default-42 {
    font-size: 42px;
  }
}
@media (min-width: 768px) {
  .font-md-42 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .font-lg-42 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .font-xl-42 {
    font-size: 42px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-42 {
    font-size: 42px;
  }
}
.font-44 {
  font-size: 44px;
}

@media (min-width: ) {
  .font-default-44 {
    font-size: 44px;
  }
}
@media (min-width: 768px) {
  .font-md-44 {
    font-size: 44px;
  }
}
@media (min-width: 992px) {
  .font-lg-44 {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  .font-xl-44 {
    font-size: 44px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-44 {
    font-size: 44px;
  }
}
.font-46 {
  font-size: 46px;
}

@media (min-width: ) {
  .font-default-46 {
    font-size: 46px;
  }
}
@media (min-width: 768px) {
  .font-md-46 {
    font-size: 46px;
  }
}
@media (min-width: 992px) {
  .font-lg-46 {
    font-size: 46px;
  }
}
@media (min-width: 1200px) {
  .font-xl-46 {
    font-size: 46px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-46 {
    font-size: 46px;
  }
}
.font-48 {
  font-size: 48px;
}

@media (min-width: ) {
  .font-default-48 {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .font-md-48 {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .font-lg-48 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .font-xl-48 {
    font-size: 48px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-48 {
    font-size: 48px;
  }
}
.font-50 {
  font-size: 50px;
}

@media (min-width: ) {
  .font-default-50 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .font-md-50 {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .font-lg-50 {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .font-xl-50 {
    font-size: 50px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-50 {
    font-size: 50px;
  }
}
.font-52 {
  font-size: 52px;
}

@media (min-width: ) {
  .font-default-52 {
    font-size: 52px;
  }
}
@media (min-width: 768px) {
  .font-md-52 {
    font-size: 52px;
  }
}
@media (min-width: 992px) {
  .font-lg-52 {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  .font-xl-52 {
    font-size: 52px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-52 {
    font-size: 52px;
  }
}
.font-54 {
  font-size: 54px;
}

@media (min-width: ) {
  .font-default-54 {
    font-size: 54px;
  }
}
@media (min-width: 768px) {
  .font-md-54 {
    font-size: 54px;
  }
}
@media (min-width: 992px) {
  .font-lg-54 {
    font-size: 54px;
  }
}
@media (min-width: 1200px) {
  .font-xl-54 {
    font-size: 54px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-54 {
    font-size: 54px;
  }
}
.font-56 {
  font-size: 56px;
}

@media (min-width: ) {
  .font-default-56 {
    font-size: 56px;
  }
}
@media (min-width: 768px) {
  .font-md-56 {
    font-size: 56px;
  }
}
@media (min-width: 992px) {
  .font-lg-56 {
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  .font-xl-56 {
    font-size: 56px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-56 {
    font-size: 56px;
  }
}
.font-58 {
  font-size: 58px;
}

@media (min-width: ) {
  .font-default-58 {
    font-size: 58px;
  }
}
@media (min-width: 768px) {
  .font-md-58 {
    font-size: 58px;
  }
}
@media (min-width: 992px) {
  .font-lg-58 {
    font-size: 58px;
  }
}
@media (min-width: 1200px) {
  .font-xl-58 {
    font-size: 58px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-58 {
    font-size: 58px;
  }
}
.font-60 {
  font-size: 60px;
}

@media (min-width: ) {
  .font-default-60 {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .font-md-60 {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  .font-lg-60 {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .font-xl-60 {
    font-size: 60px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-60 {
    font-size: 60px;
  }
}
.font-62 {
  font-size: 62px;
}

@media (min-width: ) {
  .font-default-62 {
    font-size: 62px;
  }
}
@media (min-width: 768px) {
  .font-md-62 {
    font-size: 62px;
  }
}
@media (min-width: 992px) {
  .font-lg-62 {
    font-size: 62px;
  }
}
@media (min-width: 1200px) {
  .font-xl-62 {
    font-size: 62px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-62 {
    font-size: 62px;
  }
}
.font-64 {
  font-size: 64px;
}

@media (min-width: ) {
  .font-default-64 {
    font-size: 64px;
  }
}
@media (min-width: 768px) {
  .font-md-64 {
    font-size: 64px;
  }
}
@media (min-width: 992px) {
  .font-lg-64 {
    font-size: 64px;
  }
}
@media (min-width: 1200px) {
  .font-xl-64 {
    font-size: 64px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-64 {
    font-size: 64px;
  }
}
.font-66 {
  font-size: 66px;
}

@media (min-width: ) {
  .font-default-66 {
    font-size: 66px;
  }
}
@media (min-width: 768px) {
  .font-md-66 {
    font-size: 66px;
  }
}
@media (min-width: 992px) {
  .font-lg-66 {
    font-size: 66px;
  }
}
@media (min-width: 1200px) {
  .font-xl-66 {
    font-size: 66px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-66 {
    font-size: 66px;
  }
}
.font-68 {
  font-size: 68px;
}

@media (min-width: ) {
  .font-default-68 {
    font-size: 68px;
  }
}
@media (min-width: 768px) {
  .font-md-68 {
    font-size: 68px;
  }
}
@media (min-width: 992px) {
  .font-lg-68 {
    font-size: 68px;
  }
}
@media (min-width: 1200px) {
  .font-xl-68 {
    font-size: 68px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-68 {
    font-size: 68px;
  }
}
.font-70 {
  font-size: 70px;
}

@media (min-width: ) {
  .font-default-70 {
    font-size: 70px;
  }
}
@media (min-width: 768px) {
  .font-md-70 {
    font-size: 70px;
  }
}
@media (min-width: 992px) {
  .font-lg-70 {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  .font-xl-70 {
    font-size: 70px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-70 {
    font-size: 70px;
  }
}
.font-72 {
  font-size: 72px;
}

@media (min-width: ) {
  .font-default-72 {
    font-size: 72px;
  }
}
@media (min-width: 768px) {
  .font-md-72 {
    font-size: 72px;
  }
}
@media (min-width: 992px) {
  .font-lg-72 {
    font-size: 72px;
  }
}
@media (min-width: 1200px) {
  .font-xl-72 {
    font-size: 72px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-72 {
    font-size: 72px;
  }
}
.font-74 {
  font-size: 74px;
}

@media (min-width: ) {
  .font-default-74 {
    font-size: 74px;
  }
}
@media (min-width: 768px) {
  .font-md-74 {
    font-size: 74px;
  }
}
@media (min-width: 992px) {
  .font-lg-74 {
    font-size: 74px;
  }
}
@media (min-width: 1200px) {
  .font-xl-74 {
    font-size: 74px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-74 {
    font-size: 74px;
  }
}
.font-76 {
  font-size: 76px;
}

@media (min-width: ) {
  .font-default-76 {
    font-size: 76px;
  }
}
@media (min-width: 768px) {
  .font-md-76 {
    font-size: 76px;
  }
}
@media (min-width: 992px) {
  .font-lg-76 {
    font-size: 76px;
  }
}
@media (min-width: 1200px) {
  .font-xl-76 {
    font-size: 76px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-76 {
    font-size: 76px;
  }
}
.font-78 {
  font-size: 78px;
}

@media (min-width: ) {
  .font-default-78 {
    font-size: 78px;
  }
}
@media (min-width: 768px) {
  .font-md-78 {
    font-size: 78px;
  }
}
@media (min-width: 992px) {
  .font-lg-78 {
    font-size: 78px;
  }
}
@media (min-width: 1200px) {
  .font-xl-78 {
    font-size: 78px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-78 {
    font-size: 78px;
  }
}
.font-80 {
  font-size: 80px;
}

@media (min-width: ) {
  .font-default-80 {
    font-size: 80px;
  }
}
@media (min-width: 768px) {
  .font-md-80 {
    font-size: 80px;
  }
}
@media (min-width: 992px) {
  .font-lg-80 {
    font-size: 80px;
  }
}
@media (min-width: 1200px) {
  .font-xl-80 {
    font-size: 80px;
  }
}
@media (min-width: 1440px) {
  .font-xxl-80 {
    font-size: 80px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    padding: 0 20px;
  }
}

.button-1 {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .button-1 {
    width: 100%;
  }
}
.button-1 a {
  background: #006607;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 20px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.button-1 a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
.button-1 a:hover {
  background: #007d08;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 25px rgba(0, 102, 7, 0.3);
  box-shadow: 0 10px 25px rgba(0, 102, 7, 0.3);
}
.button-1 a:hover::before {
  left: 100%;
}
.button-1 a:hover i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.button-1 a:active {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 5px 15px rgba(0, 102, 7, 0.3);
  box-shadow: 0 5px 15px rgba(0, 102, 7, 0.3);
}
.button-1 a i {
  font-size: 34px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 991px) {
  .button-1 a {
    padding: 15px 20px;
  }
}

.preset-text1 {
  font-size: 18px;
  line-height: 130%;
}
@media screen and (max-width: 991px) {
  .preset-text1 {
    font-size: 16px;
  }
}

.wpcf7-spinner {
  display: none !important;
  margin: 0 !important;
}
.wpcf7-form.submitting .wpcf7-spinner {
  display: table !important;
  margin: 0 auto !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #5bb563 !important;
  border: none !important;
  color: #fff !important;
}

@media screen and (max-width: 991px) {
  .br-hiddenMobile br {
    display: none;
  }
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  html {
    font-size: 58%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}

body {
  display: inline-block;
  vertical-align: top;
  width: 100% !important;
  max-width: 100%;
  color: #000;
  height: 100% !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

#page {
  overflow: clip;
}

*, *::before, *::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:focus, *:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.clearfix {
  clear: both;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}

input,
select,
textarea,
button {
  outline: none !important;
}

[data-scroll-animation] {
  opacity: 0;
}
[data-scroll-animation].animated {
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
p {
  margin: 0;
  padding: 0;
}

footer {
  padding: 75px 0;
}
@media screen and (max-width: 991px) {
  footer {
    padding: 50px 0;
  }
}

.hero {
  padding: 50px 0 250px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .hero {
    padding: 50px 0 170px 0;
  }
}
.hero .logo {
  display: table;
  margin: 0 auto;
}
.hero .text {
  line-height: 46px;
}
@media screen and (max-width: 991px) {
  .hero .text {
    line-height: 36px;
  }
}

.properties-slider {
  position: relative;
  margin-top: -280px;
}
@media screen and (max-width: 991px) {
  .properties-slider {
    margin-top: -160px;
  }
}
@media screen and (max-width: 767px) {
  .properties-slider {
    margin-top: -170px;
  }
}
.properties-slider .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .properties-slider .container {
    width: 100%;
    min-width: 100%;
    padding: 0;
  }
}
.properties-slider .slick-track {
  padding: 135px 0;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .properties-slider .slick-track {
    padding: 80px 0;
  }
}
.properties-slider .slick-current a::before {
  content: "";
  background: rgba(0, 3, 48, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  top: 0;
}
.properties-slider .slick-current a::after {
  content: "";
  background-image: url("../img/icon-lupa.png");
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-size: contain;
  z-index: 99;
  opacity: 0;
}
.properties-slider .slick-current a:hover::before, .properties-slider .slick-current a:hover::after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .properties-slider .slick-current a::before, .properties-slider .slick-current a::after {
    display: none;
  }
}
.properties-slider .slick-slider-center {
  position: relative;
}
.properties-slider .slick-slider-center .slick-prev,
.properties-slider .slick-slider-center .slick-next {
  display: none !important;
}
.properties-slider .slick-slider-center .slick-slide {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.properties-slider .slick-slider-center .slick-slide.slick-center-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 9;
}
.properties-slider .slick-slider-center .slick-slide.slick-cloned {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.properties-slider .slick-slider-center .slick-prev-custom,
.properties-slider .slick-slider-center .slick-next-custom {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.properties-slider .slick-slider-center .slick-prev-custom i,
.properties-slider .slick-slider-center .slick-next-custom i {
  font-size: 16px;
  color: #000;
  line-height: 1;
  font-weight: 700;
}
.properties-slider .slick-slider-center .slick-prev-custom:before,
.properties-slider .slick-slider-center .slick-next-custom:before {
  display: none;
}
.properties-slider .slick-slider-center .slick-prev-custom {
  left: 30px;
}
.properties-slider .slick-slider-center .slick-next-custom {
  right: 30px;
}
.properties-slider .slick-slider-center .slick-dots li button:before {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.properties-slider .slick-slider-center .slick-dots li.slick-active button:before {
  color: #fff;
}
.properties-slider .slick-slider-center .slick-center {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 99;
}
.properties-slider .slide-item {
  position: relative;
  border-radius: 20px;
}
.properties-slider .slide-item .slide-image {
  position: relative;
  padding-top: 75%;
  overflow: hidden;
  border-radius: 20px;
}
.properties-slider .slide-item .slide-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 20px 0px #000000;
  box-shadow: 0px 0px 20px 0px #000000;
}

@media (max-width: 768px) {
  .properties-slider .container {
    overflow: hidden;
  }
  .properties-slider .slick-slider-center .slick-slide {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .properties-slider .slick-slider-center .slick-slide.slick-center-active {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .properties-slider .slick-slider-center .slick-slide.slick-current {
    -webkit-transform: scale(1.3) !important;
    transform: scale(1.3) !important;
  }
  .properties-slider .slick-slider-center .slick-list {
    overflow: hidden;
    margin: 0;
  }
  .properties-slider .slick-slider-center .slick-track {
    padding: 50px 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .properties-slider .slick-slider-center .slick-prev-custom {
    left: 10px;
    width: 30px;
    height: 30px;
    z-index: 11;
  }
  .properties-slider .slick-slider-center .slick-prev-custom i {
    font-size: 12px;
  }
  .properties-slider .slick-slider-center .slick-next-custom {
    right: 10px;
    width: 30px;
    height: 30px;
    z-index: 11;
  }
  .properties-slider .slick-slider-center .slick-next-custom i {
    font-size: 12px;
  }
}
.section-2 .content-inner {
  background: #F2F2F2;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 3, 48, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 3, 48, 0.2);
  border-radius: 20px;
  position: relative;
}
.section-2 .content-inner .row-content {
  padding: 0 25px 0 15px;
}
@media screen and (min-width: 993px) {
  .section-2 .content-inner .row-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 15px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.section-2 .content-inner .row-content .image {
  min-width: 300px;
}

.section-3 {
  padding: 295px 0 260px 0;
  background: #000330;
  margin-top: -230px;
}
.section-3 .infos-empreendimento {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section-3 .infos-empreendimento {
    padding: 0 20px;
  }
}
.section-3 .infos-empreendimento .item {
  width: calc(25% - 15px);
  background: #E4E6FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  color: #000330;
  padding: 15px 10px;
  border-radius: 20px;
  font-weight: 700;
  gap: 10px;
}
@media (max-width: 1439px) {
  .section-3 .infos-empreendimento .item {
    font-size: 18px;
    width: calc(33.3333333333% - 15px);
  }
}
@media screen and (max-width: 991px) {
  .section-3 .infos-empreendimento .item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .section-3 .infos-empreendimento .item {
    width: 100%;
    padding: 12px 10px;
  }
}
.section-3 .infos-empreendimento .icon {
  min-width: 40px;
}

.section-4 .content-inner {
  background: #F2F2F2;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 3, 48, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 3, 48, 0.2);
  border-radius: 20px;
  position: relative;
  margin-top: -280px;
}
.section-4 .content-inner .row-content {
  padding: 50px 330px 50px 50px;
}
@media screen and (max-width: 991px) {
  .section-4 .content-inner .row-content {
    padding: 40px 20px 220px 20px;
  }
}
@media screen and (min-width: 993px) {
  .section-4 .content-inner .row-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 15px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.section-4 .content-inner .row-content .image {
  min-width: 310px;
  position: absolute;
  right: -50px;
  top: -50px;
}
@media screen and (max-width: 991px) {
  .section-4 .content-inner .row-content .image {
    min-width: 170px;
    width: 170px;
    bottom: -25px;
    top: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 993px) {
  .section-5 .row-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.section-5 .content-video {
  min-width: 280px;
  width: 280px;
}
.section-5 .content-text {
  width: 100%;
}
.section-5 .content-text .lista-destaques {
  background: #A3692A;
  padding: 30px 40px;
  border-radius: 20px;
  font-size: 24px;
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section-5 .content-text .lista-destaques {
    padding: 20px;
    font-size: 20px;
  }
}

.section-cta {
  padding: 80px 0;
  background: #000330;
}
.section-cta h1 {
  color: #EED4A2;
}

.galeria-images {
  margin-top: 30px;
  position: relative;
}
.galeria-images .slick-gallery {
  position: relative;
}
.galeria-images .slick-gallery .slick-prev,
.galeria-images .slick-gallery .slick-next {
  display: none !important;
}
.galeria-images .slick-gallery .slick-slide {
  padding: 0 10px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  min-height: 0;
}
.galeria-images .slick-gallery .slick-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.galeria-images .slick-gallery .slick-list::after {
  content: "";
  display: table;
  clear: both;
}
.galeria-images .slick-gallery .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 1px;
}
.galeria-images .slick-gallery .gallery-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: block;
}
.galeria-images .slick-gallery .gallery-item a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  border-radius: 12px;
}
.galeria-images .slick-gallery .gallery-item a::before {
  content: "";
  background: rgba(0, 3, 48, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.galeria-images .slick-gallery .gallery-item a::after {
  content: "";
  background-image: url("../img/icon-lupa.png");
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.galeria-images .slick-gallery .gallery-item a:hover::before, .galeria-images .slick-gallery .gallery-item a:hover::after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .galeria-images .slick-gallery .gallery-item a::before, .galeria-images .slick-gallery .gallery-item a::after {
    display: none;
  }
}
.galeria-images .slick-gallery .gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}
.galeria-images .slick-gallery .slick-prev-custom,
.galeria-images .slick-gallery .slick-next-custom {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.galeria-images .slick-gallery .slick-prev-custom i,
.galeria-images .slick-gallery .slick-next-custom i {
  font-size: 16px;
  color: #000;
  line-height: 1;
  font-weight: 700;
}
.galeria-images .slick-gallery .slick-prev-custom:before,
.galeria-images .slick-gallery .slick-next-custom:before {
  display: none;
}
.galeria-images .slick-gallery .slick-prev-custom {
  left: 30px;
}
.galeria-images .slick-gallery .slick-next-custom {
  right: 30px;
}
@media screen and (max-width: 767px) {
  .galeria-images .slick-gallery .slick-prev-custom {
    left: 30px;
    width: 30px;
    height: 30px;
  }
  .galeria-images .slick-gallery .slick-prev-custom i {
    font-size: 12px;
  }
  .galeria-images .slick-gallery .slick-next-custom {
    right: 30px;
    width: 30px;
    height: 30px;
  }
  .galeria-images .slick-gallery .slick-next-custom i {
    font-size: 12px;
  }
}

body.fancybox-active .slick-gallery .slick-list,
body.fancybox-active .slick-gallery .slick-track,
body.compensate-for-scrollbar .slick-gallery .slick-list,
body.compensate-for-scrollbar .slick-gallery .slick-track {
  min-height: 1px;
}

.galeria-images .slick-gallery.slick-initialized .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.galeria-images .slick-gallery.slick-initialized .slick-track {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-left: auto;
  margin-right: auto;
}
.galeria-images .slick-gallery.slick-initialized .slick-slide {
  display: block !important;
  float: left;
  height: auto;
  min-height: 1px;
}

.form-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.form-modal.active {
  display: block;
}
.form-modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 3, 48, 0.8);
  backdrop-filter: blur(5px);
}
.form-modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 500px;
  width: 90%;
  padding: 40px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
  -webkit-animation: modalSlideIn 0.3s ease;
  animation: modalSlideIn 0.3s ease;
  max-height: 90vh;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .form-modal .modal-content {
    padding: 30px 20px;
    width: 95%;
  }
}
.form-modal .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 32px;
  color: #000330;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-modal .modal-close:hover {
  color: #A3692A;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.form-modal .modal-title {
  font-size: 18px;
  font-weight: 700;
  color: #000330;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 0 20px;
}
.form-modal .modal-subtitle {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .form-modal .modal-subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.form-modal .contact-form .form-group {
  margin-bottom: 20px;
}
.form-modal .contact-form input,
.form-modal .contact-form textarea {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #E4E6FF;
  border-radius: 10px;
  font-size: 16px;
  color: #000330;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: inherit;
}
.form-modal .contact-form input:focus,
.form-modal .contact-form textarea:focus {
  outline: none;
  border-color: #A3692A;
}
.form-modal .contact-form input::-webkit-input-placeholder,
.form-modal .contact-form textarea::-webkit-input-placeholder {
  color: #999;
}
.form-modal .contact-form input::-moz-placeholder,
.form-modal .contact-form textarea::-moz-placeholder {
  color: #999;
}
.form-modal .contact-form input::-ms-input-placeholder,
.form-modal .contact-form textarea::-ms-input-placeholder {
  color: #999;
}
.form-modal .contact-form input::placeholder,
.form-modal .contact-form textarea::placeholder {
  color: #999;
}
.form-modal .contact-form textarea {
  resize: vertical;
  min-height: 100px;
}
.form-modal .contact-form input[type=submit] {
  width: 100%;
  padding: 15px 30px;
  background: #A3692A;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.form-modal .contact-form input[type=submit] i {
  font-size: 22px;
}
.form-modal .contact-form input[type=submit]:hover {
  background: #8a5723;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0px 5px 15px rgba(163, 105, 42, 0.3);
  box-shadow: 0px 5px 15px rgba(163, 105, 42, 0.3);
}
.form-modal .contact-form .wpcf7-response-output {
  margin: 20px 0 0 0;
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  border: none;
  -webkit-animation: slideDown 0.4s ease;
  animation: slideDown 0.4s ease;
}
.form-modal .contact-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #d4edda;
  color: #155724;
  border-left: 4px solid #28a745;
}
.form-modal .contact-form .wpcf7-response-output.wpcf7-mail-sent-ok::before {
  content: "✓ ";
  font-size: 18px;
  font-weight: 700;
  margin-right: 5px;
}
.form-modal .contact-form .wpcf7-response-output.wpcf7-mail-sent-ng, .form-modal .contact-form .wpcf7-response-output.wpcf7-validation-errors {
  background: #f8d7da;
  color: #721c24;
  border-left: 4px solid #dc3545;
}
.form-modal .contact-form .wpcf7-response-output.wpcf7-mail-sent-ng::before, .form-modal .contact-form .wpcf7-response-output.wpcf7-validation-errors::before {
  content: "✕ ";
  font-size: 18px;
  font-weight: 700;
  margin-right: 5px;
}
.form-modal .contact-form .wpcf7-response-output.wpcf7-spam-blocked {
  background: #fff3cd;
  color: #856404;
  border-left: 4px solid #ffc107;
}
.form-modal .contact-form .wpcf7-response-output.wpcf7-spam-blocked::before {
  content: "⚠ ";
  font-size: 18px;
  font-weight: 700;
  margin-right: 5px;
}
.form-modal .contact-form .wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 13px;
  margin-top: 5px;
  display: block;
  font-weight: 500;
}
.form-modal .contact-form .wpcf7-not-valid {
  border-color: #dc3545 !important;
  background-color: #fff5f5;
}
.form-modal .contact-form .wpcf7-spinner {
  margin: 0 10px;
  opacity: 0.7;
}

@-webkit-keyframes modalSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.section-obrigado {
  padding: 100px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: linear-gradient(135deg, #000330 0%, #1a1a4e 100%);
}
.section-obrigado .obrigado-content {
  background: #fff;
  padding: 60px 40px;
  border-radius: 20px;
  max-width: 500px;
  width: 100%;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section-obrigado .obrigado-content {
    padding: 40px 25px;
  }
}
.section-obrigado .icon-success {
  font-size: 80px;
  color: #25D366;
  margin-bottom: 20px;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
@media screen and (max-width: 767px) {
  .section-obrigado .icon-success {
    font-size: 60px;
  }
}
.section-obrigado .title {
  font-size: 32px;
  font-weight: 700;
  color: #000330;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .section-obrigado .title {
    font-size: 26px;
  }
}
.section-obrigado .subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 10px;
}
.section-obrigado .subtitle #countdown {
  font-weight: 700;
  color: #25D366;
  font-size: 22px;
}
.section-obrigado .manual-link {
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
}
.section-obrigado .button-whatsapp {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-obrigado .button-whatsapp i {
  font-size: 24px;
}
.section-obrigado .button-whatsapp:hover {
  background: #128C7E;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.whatsapp-icon {
  width: 32px;
  height: 32px;
  color: white;
}

.cop {
  background: #000330;
  padding: 12px 0;
}
.inner-cop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #fff;
}
.inner-cop img {
  width: 55px;
  margin-bottom: 3px;
}

@media(max-width: 767px) {
  .inner-cop {
    flex-direction: column;
    gap: 7px;
  }
}
/*# sourceMappingURL=style.css.map */

