.container {
  padding: 0 30px;
}

@media screen and (max-width: 991px) {
  .container-mobile-padding {
    padding: 0 45px;
  }
}

@-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;
  position: relative;
}
.bg-cover.bg-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

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

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

.text-orange {
  color: #EF5E00 !important;
}

.text-red {
  color: #D40303 !important;
}

.text-green {
  color: #31F802 !important;
}

.text-blue {
  color: #004A91 !important;
}

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

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

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

.bg-orange {
  background-color: #EF5E00 !important;
}

.bg-red {
  background-color: #D40303 !important;
}

.bg-green {
  background-color: #31F802 !important;
}

.bg-blue {
  background-color: #004A91 !important;
}

.bg-gray {
  background-color: #ABABAB !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 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: ) {
  .font-default-90 {
    font-size: 90px !important;
  }
}
@media (min-width: 768px) {
  .font-md-90 {
    font-size: 90px !important;
  }
}
@media (min-width: 992px) {
  .font-lg-90 {
    font-size: 90px !important;
  }
}
@media (min-width: 1200px) {
  .font-xl-90 {
    font-size: 90px !important;
  }
}
@media (min-width: 1440px) {
  .font-xxl-90 {
    font-size: 90px !important;
  }
}
.title-1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 90%;
}
@media screen and (max-width: 991px) {
  .title-1 {
    font-size: 40px;
  }
}

.preset-text1 {
  font-size: 20px;
  line-height: 28px;
}

.detail-title {
  width: 158px;
  height: 7px;
  background-color: #fff;
  margin-top: 35px;
}
@media screen and (max-width: 991px) {
  .detail-title {
    width: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .row-image-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .row-image-1 .left {
    width: 50%;
  }
  .row-image-1 .right {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .row-image-1 .left {
    aspect-ratio: 16/9;
  }
}
.row-image-1 .right {
  padding: 55px 40px;
}

@media screen and (min-width: 993px) {
  .row-column-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row-column-1 .right {
    max-width: 650px;
  }
}
.row-column-1 .content-inner {
  padding: 60px 60px 60px 100px;
}
@media screen and (max-width: 991px) {
  .row-column-1 .content-inner {
    padding: 0;
  }
}
.row-column-1 .content-inner ul {
  margin-top: 35px;
}
.row-column-1 .content-inner ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  line-height: 22px;
}
.row-column-1 .content-inner ul li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  color: #D40303;
  font-size: 32px;
}

@media screen and (min-width: 993px) {
  .w-max-lg-auto {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
}

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

.hero-bg {
  background-size: cover;
  background-position: center center;
}

.section-padding-1 {
  padding: 130px 0;
}
@media screen and (max-width: 991px) {
  .section-padding-1 {
    padding: 50px 0;
  }
}

.section-padding-2 {
  padding: 90px 0;
}
@media screen and (max-width: 991px) {
  .section-padding-2 {
    padding: 50px 0;
  }
}

.letreiro {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: transparent;
}
.letreiro .letreiro-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 50px;
  will-change: transform;
}
.letreiro .letreiro-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.letreiro .letreiro-content span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  white-space: nowrap;
}

.button-1 {
  display: table;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .button-1 {
    width: 100%;
    margin-top: 30px;
  }
}
.button-1 a {
  background: #208DF6;
  font-size: 20px;
  font-weight: bold;
  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;
  width: 480px;
  height: 60px;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 10px 0px #208DF6;
  box-shadow: 0px 0px 10px 0px #208DF6;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
@media screen and (max-width: 991px) {
  .button-1 a {
    width: 100%;
  }
}
.button-1 a.azulEscuro {
  background: #004A91;
}

/*! 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;
  padding-top: 154px;
}
@media screen and (max-width: 1199px) {
  body {
    padding-top: 143px;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 120px;
  }
}

#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;
}

section,
div[class^=section],
div[class*=" section"],
.hero,
.hero-internas {
  overflow-x: clip;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #000;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.header-nav {
  padding: 25px 0;
  position: relative;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header-nav {
    padding: 15px 0;
  }
}

.menu-toggle {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
  position: relative;
}
@media screen and (max-width: 991px) {
  .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.menu-toggle span {
  width: 30px;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.menu-toggle.active {
  position: fixed;
  right: 30px;
  top: 60px;
}
.menu-toggle.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
  transform: rotate(45deg) translate(4px, 4px);
}
.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(8px, -8px);
  transform: rotate(-45deg) translate(8px, -8px);
}

@media screen and (max-width: 991px) {
  .menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100vh;
    background: -webkit-gradient(linear, left top, left bottom, from(#000B16), to(#000000));
    background: linear-gradient(180deg, #000B16 0%, #000000 100%);
    z-index: 1000;
    -webkit-transition: right 0.4s ease;
    transition: right 0.4s ease;
    padding: 100px 40px 40px;
    overflow-y: auto;
    -webkit-box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
  }
  .menu.active {
    right: 0;
  }
}
.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  .menu ul {
    gap: 0 30px;
  }
}
@media screen and (max-width: 1199px) {
  .menu ul {
    gap: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.menu ul li {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .menu ul li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgba(239, 94, 0, 0.15);
    margin-bottom: 5px;
  }
  .menu ul li:last-child {
    border-bottom: none;
    margin-top: 10px;
  }
}
.menu ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .menu ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .menu ul li a {
    font-size: 17px;
    font-weight: 600;
    display: block;
    padding: 18px 0;
    line-height: 1.3;
  }
  .menu ul li a br {
    display: none;
  }
}
.menu ul li a:hover {
  color: #208DF6;
}
.menu ul li.current-menu-item a {
  color: #208DF6;
}
.menu ul li.contato a {
  background: #EF5E00;
  color: #fff;
  border-radius: 30px;
  width: 170px;
  height: 60px;
  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-weight: 800;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .menu ul li.contato a {
    width: 150px;
    height: 50px;
  }
}
@media screen and (max-width: 991px) {
  .menu ul li.contato a {
    width: 100%;
    height: 55px;
    margin-top: 0;
    font-size: 16px;
    border-radius: 12px;
    padding: 0 20px;
  }
}
.menu ul li.contato a:hover {
  background: #208DF6;
  color: #fff;
}
.menu ul li.contato.current-menu-item a {
  background: #208DF6;
}

.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 991px) {
  .menu-overlay.active {
    display: block;
    opacity: 1;
  }
}

.wpcf7 .wpcf7-mail-sent-ok {
  border: 2px solid #31F802;
  background: rgba(49, 248, 2, 0.1);
  color: #31F802;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  -webkit-animation: fadeInSlide 0.4s ease;
  animation: fadeInSlide 0.4s ease;
}
.wpcf7 .wpcf7-mail-sent-ng {
  border: 2px solid #D40303;
  background: rgba(212, 3, 3, 0.1);
  color: #D40303;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  -webkit-animation: fadeInSlide 0.4s ease;
  animation: fadeInSlide 0.4s ease;
}
.wpcf7 .wpcf7-validation-errors {
  border: 2px solid #EF5E00;
  background: rgba(239, 94, 0, 0.1);
  color: #EF5E00;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  -webkit-animation: fadeInSlide 0.4s ease;
  animation: fadeInSlide 0.4s ease;
}
.wpcf7 .wpcf7-spam-blocked {
  border: 2px solid #ABABAB;
  background: rgba(171, 171, 171, 0.1);
  color: #ABABAB;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  -webkit-animation: fadeInSlide 0.4s ease;
  animation: fadeInSlide 0.4s ease;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #D40303;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-top: 5px;
  -webkit-animation: fadeIn 0.3s ease;
  animation: fadeIn 0.3s ease;
}
.wpcf7 .wpcf7-not-valid {
  border-color: #D40303 !important;
  background: rgba(212, 3, 3, 0.05);
}
.wpcf7 .wpcf7-spinner {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 3px solid rgba(239, 94, 0, 0.2);
  border-top-color: #EF5E00;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
  margin-left: 10px;
  vertical-align: middle;
}
.wpcf7.submitting .wpcf7-submit {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.wpcf7 .wpcf7-response-output {
  margin: 20px 0;
  padding: 15px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  -webkit-animation: fadeInSlide 0.4s ease;
  animation: fadeInSlide 0.4s ease;
  border: 2px solid #EF5E00;
  background: rgba(239, 94, 0, 0.1);
  color: #EF5E00;
}

@-webkit-keyframes fadeInSlide {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInSlide {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=url],
.wpcf7-form input[type=number],
.wpcf7-form textarea,
.wpcf7-form select {
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form input[type=url]:focus,
.wpcf7-form input[type=number]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  border-color: #208DF6;
  outline: none;
  background: rgba(32, 141, 246, 0.05);
}
.wpcf7-form .wpcf7-submit {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.wpcf7-form .wpcf7-submit:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.wpcf7-form .wpcf7-submit:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.hero {
  background-size: cover;
  overflow: clip;
  position: relative;
}
.hero .container {
  position: relative;
  z-index: 9;
}
.hero .raio {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.hero .raio img {
  width: 15%;
}
@media (max-width: 1990px) {
  .hero .raio img {
    width: 14%;
  }
}
@media (max-width: 1680px) {
  .hero .raio img {
    width: 10%;
  }
}
@media screen and (max-width: 1439px) {
  .hero .raio img {
    display: none;
  }
}
.hero .buttons {
  margin-top: 40px;
  gap: 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .hero .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
}
.hero .buttons a {
  width: 280px;
  height: 60px;
  border-radius: 30px;
  background-color: #EF5E00;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  -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;
}
.hero .buttons a:nth-child(2) {
  background-color: #31F802;
  color: #000;
}
.hero .buttons a:nth-child(2) .icon {
  margin-right: 10px;
}
.hero .image-hero {
  width: 780px;
}
@media (max-width: 1600px) {
  .hero .image-hero {
    width: 700px;
  }
}
@media screen and (max-width: 991px) {
  .hero .image-hero {
    width: 100%;
    margin-bottom: -30px;
  }
}

.letreiro-track .letreiro-content span {
  font-size: 44px;
  font-weight: 800;
}
@media screen and (max-width: 991px) {
  .letreiro-track .letreiro-content span {
    font-size: 20px;
  }
}
.letreiro-track .letreiro-content span img {
  min-width: 37px;
  width: 37px;
}
@media screen and (max-width: 991px) {
  .letreiro-track .letreiro-content span img {
    min-width: 20px;
    width: 20px;
  }
}

.section-2 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-2 .row-boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.section-2 .box-solucoes {
  margin-top: 80px;
  -webkit-box-shadow: 0px 0px 20px 0px #F26A21;
  box-shadow: 0px 0px 20px 0px #F26A21;
  border-radius: 50px;
  background-image: url(../img/bg-boxsolucoes.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F26A21;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 330px;
}
.section-2 .box-solucoes:hover {
  -webkit-box-shadow: 0px 0px 20.54px 0px #208DF6;
  box-shadow: 0px 0px 20.54px 0px #208DF6;
  background-color: #208DF6;
}
.section-2 .box-solucoes .box-content {
  border-radius: 50px 50px 0 0;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-2 .box-solucoes .image {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  margin-top: -30px;
}
@media screen and (max-width: 991px) {
  .section-2 .box-solucoes .image {
    padding: 0 30px;
  }
}
.section-2 .box-solucoes .box-link {
  width: 100%;
}
.section-2 .box-solucoes .box-link a {
  font-size: 22px;
  font-weight: 700;
  color: #004A91;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  border-radius: 0 0 50px 50px;
  padding: 10px 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.section-2 .box-solucoes .box-link a img {
  -webkit-filter: brightness(0) saturate(100%) invert(17%) sepia(79%) saturate(1867%) hue-rotate(183deg) brightness(92%) contrast(102%);
  filter: brightness(0) saturate(100%) invert(17%) sepia(79%) saturate(1867%) hue-rotate(183deg) brightness(92%) contrast(102%);
}

.section-3 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #EF5E00;
}
.section-3 .box-escolher {
  background: #000B16;
  padding: 30px;
  border-radius: 35px;
  -webkit-box-shadow: 0px 0px 0.77px 0px rgba(27, 96, 163, 0.3019607843), 0px 1.55px 0.77px 0px rgba(0, 0, 0, 0.1490196078), 0px 0px 11.6px 0px rgba(255, 255, 255, 0.6980392157), 0px 0px 15.46px 0px rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0px 0px 0.77px 0px rgba(27, 96, 163, 0.3019607843), 0px 1.55px 0.77px 0px rgba(0, 0, 0, 0.1490196078), 0px 0px 11.6px 0px rgba(255, 255, 255, 0.6980392157), 0px 0px 15.46px 0px rgba(255, 255, 255, 0.4) inset;
  height: 222px;
}
@media (max-width: 1400px) {
  .section-3 .box-escolher {
    height: 250px;
  }
}
@media (max-width: 1200px) {
  .section-3 .box-escolher {
    height: 290px;
  }
}
@media (max-width: 992px) {
  .section-3 .box-escolher {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .section-3 .box-escolher .text .br {
    display: none;
  }
}
.section-3 .img-center {
  border-radius: 35px;
  -webkit-box-shadow: 0px 0px 11.6px 0px rgba(255, 255, 255, 0.6980392157);
  box-shadow: 0px 0px 11.6px 0px rgba(255, 255, 255, 0.6980392157);
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 992px) {
  .section-3 .img-center {
    width: 100%;
    height: 570px;
  }
}

.section-4 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000B16;
}
.section-4 .atuacoes-itens {
  padding-left: 50px;
}
.section-4 .atuacoes-itens:not(:last-child) {
  margin-bottom: 20px;
}
.section-4 .atuacoes-itens .inner-atuacoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #004A91;
  -webkit-box-shadow: 0px 0px 10px 0px #69B6FF, 0px 0px 10px 0px rgba(0, 0, 0, 0.1490196078) inset;
  box-shadow: 0px 0px 10px 0px #69B6FF, 0px 0px 10px 0px rgba(0, 0, 0, 0.1490196078) inset;
  padding: 10px 30px;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.section-4 .atuacoes-itens .inner-atuacoes::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 100%;
  background: #fff;
  border-radius: 30px;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 991px) {
  .section-4 .atuacoes-itens .inner-atuacoes {
    padding: 15px 30px;
  }
}
.section-4 .atuacoes-itens .inner-atuacoes .text {
  position: relative;
  z-index: 9;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-4 .atuacoes-itens .icon {
  min-width: 110px;
  width: 110px;
  min-height: 105px;
  height: 105px;
  background: #EF5E00;
  border-radius: 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;
  margin-left: -80px;
  margin-right: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(239, 94, 0, 0.8);
  box-shadow: 0px 0px 15px 0px rgba(239, 94, 0, 0.8);
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .section-4 .atuacoes-itens .icon {
    width: 90px;
    min-width: 90px;
    height: 90px;
    min-height: 90px;
  }
}
.section-4 .atuacoes-itens:hover .inner-atuacoes::before {
  background: #fff;
  width: 100%;
}
.section-4 .atuacoes-itens:hover .inner-atuacoes .text {
  color: #004A91;
}

.section-5 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section-5 .boxes-resultados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (min-width: 993px) {
  .section-5 .boxes-resultados {
    padding: 0 120px;
  }
}
.section-5 .boxes-resultados .item {
  width: 300px;
  background: #fff;
  border-radius: 50px;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(27, 96, 163, 0.3019607843), 0px 2px 1px 0px rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0px 0px 1px 0px rgba(27, 96, 163, 0.3019607843), 0px 2px 1px 0px rgba(0, 0, 0, 0.1490196078);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.section-5 .boxes-resultados .item .logo {
  display: table;
  margin: 0 auto;
}

.section-6 {
  padding: 45px 0;
  position: relative;
}
.section-6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D40303;
  opacity: 0.9;
}
.section-6 .container {
  position: relative;
  z-index: 9;
}
.section-6 .content-emergencia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .section-6 .content-emergencia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px 0;
  }
}
.section-6 .content-emergencia .left {
  min-width: 118px;
}
@media screen and (max-width: 991px) {
  .section-6 .content-emergencia .left {
    min-width: unset;
    width: 80px;
  }
}
.section-6 .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .section-6 .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px 0;
  }
}
.section-6 .buttons a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 60px;
  border-radius: 30px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  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;
}
@media screen and (max-width: 991px) {
  .section-6 .buttons a {
    width: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}
.section-6 .buttons a.ligar-agora {
  background: #fff;
  color: #004A91;
}
.section-6 .buttons a.solicitar-orcamento {
  background: #31F802;
  color: #2F2F2F;
}
.section-6 .buttons a img {
  margin-right: 10px;
}

.section-7 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000B16;
}

.form-content {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 15px 0px #FFFFFF;
  box-shadow: 0px 0px 15px 0px #FFFFFF;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .form-content {
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .form-content {
    max-width: 990px;
  }
}
.form-content form .item {
  margin-bottom: 20px;
}
.form-content form .item:last-child {
  margin-bottom: 0;
}
.form-content form .item label {
  font-size: 14px;
  margin-bottom: 5px;
}
.form-content form .item input,
.form-content form .item textarea {
  width: 100%;
  height: 60px;
  border-radius: 50px;
  border: 2px solid #004A91;
  padding: 0 15px;
  font-size: 18px;
}
.form-content form .item textarea {
  height: 120px;
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .form-content form .item textarea {
    border-radius: 25px;
  }
}
.form-content form .item input[type=submit] {
  width: 100%;
  height: 60px;
  border-radius: 50px;
  border: none;
  background: #004A91;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-content form .item input[type=submit]:hover {
  background: #003A71;
}

footer {
  padding: 40px 0;
  background-color: #004A91;
}
footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  footer .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px 0;
  }
}
footer .footer .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 1439px) {
  footer .footer .infos {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer .infos {
    font-size: 16px;
    line-height: 1.4;
  }
}
footer .footer .infos .text-underline {
  text-decoration: underline;
}
footer .footer .infos .icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: #fff;
  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;
  border-radius: 50%;
}
@media screen and (max-width: 1199px) {
  footer .footer .infos .icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
}
footer .footer .infos .icon.img-blue img {
  -webkit-filter: brightness(0) saturate(100%) invert(34%) sepia(21%) saturate(3175%) hue-rotate(196deg) brightness(80%) contrast(99%);
  filter: brightness(0) saturate(100%) invert(34%) sepia(21%) saturate(3175%) hue-rotate(196deg) brightness(80%) contrast(99%);
  width: 20px;
}
@media screen and (max-width: 991px) {
  footer .footer .left .infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
footer .footer .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 40px;
}
@media screen and (max-width: 1199px) {
  footer .footer .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cop {
  background: #000;
  padding: 20px 0;
}
.cop .container p {
  font-size: 12px;
  color: #fff;
  text-align: center;
}

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

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.section-faq {
  background-size: cover;
  background-position: center center;
}
.section-faq .faq-item {
  background: #fff;
  border-radius: 35px;
  margin-bottom: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 0.77px 0px rgba(27, 96, 163, 0.3019607843), 0px 1.55px 0.77px 0px rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0px 0px 0.77px 0px rgba(27, 96, 163, 0.3019607843), 0px 1.55px 0.77px 0px rgba(0, 0, 0, 0.1490196078);
  padding: 30px 24px;
}
.section-faq .faq-item:last-child {
  margin-bottom: 0;
}
.section-faq .faq-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.section-faq .faq-header:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.section-faq .faq-title {
  font-size: 30px;
  font-weight: 800;
  color: #000;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .section-faq .faq-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.section-faq .faq-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  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: -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;
}
.section-faq .faq-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.section-faq .faq-text {
  display: none;
  margin-top: 5px;
}
.section-faq .faq-text p {
  font-size: 20px;
  color: #000;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .section-faq .faq-text p {
    font-size: 18px;
    line-height: 1.2;
  }
}
.section-faq .faq-item.active .faq-icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.hero-internas {
  background-color: #000B16;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 65px 0;
  position: relative;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero-internas::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(56.72%, rgba(0, 11, 22, 0.8)), color-stop(99.43%, rgba(49, 115, 177, 0)));
  background: linear-gradient(90deg, rgba(0, 11, 22, 0.8) 56.72%, rgba(49, 115, 177, 0) 99.43%);
  z-index: 1;
}
.hero-internas .container {
  position: relative;
  z-index: 9;
}

.faixa-laranja {
  background-color: #EF5E00;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  line-height: 28px;
}
@media screen and (max-width: 991px) {
  .faixa-laranja {
    font-size: 18px;
    line-height: 26px;
  }
}
.faixa-laranja strong {
  font-weight: 800;
}

.section-servicos {
  background-size: cover;
  background-position: center center;
}
.section-servicos .lista-servicos {
  gap: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section-servicos .lista-servicos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-servicos .lista-servicos .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  border-radius: 40px;
  padding: 35px;
  -webkit-box-shadow: 0px 0px 0.77px 0px rgba(27, 96, 163, 0.3019607843), 0px 1.55px 0.77px 0px rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0px 0px 0.77px 0px rgba(27, 96, 163, 0.3019607843), 0px 1.55px 0.77px 0px rgba(0, 0, 0, 0.1490196078);
  color: #000;
}

.section-beneficios {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #EF5E00;
}
.section-beneficios .atuacoes-itens .icon {
  background: #004A91;
}
.section-beneficios .atuacoes-itens .inner-atuacoes {
  background: #fff;
}
.section-beneficios .atuacoes-itens .inner-atuacoes .text {
  color: #000;
}

.section-resultados {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000B16;
}
/*# sourceMappingURL=style.css.map */
