@charset "UTF-8";
@media screen and (max-width: 991px) {
  .container {
    padding: 0 30px;
  }
}

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

@-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-gray {
  color: #939393 !important;
}

.text-grayDark {
  color: #939393 !important;
}

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

.text-grayLight {
  color: #F4F4F4 !important;
}

.text-gelo {
  color: #D9D9D9 !important;
}

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

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

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

.bg-grayDark {
  background-color: #939393 !important;
}

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

.bg-grayLight {
  background-color: #F4F4F4 !important;
}

.bg-gelo {
  background-color: #D9D9D9 !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-150 {
  margin-right: 150px !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;
  }
  .mt-md-105 {
    margin-top: 105px !important;
  }
  .mb-md-105 {
    margin-bottom: 105px !important;
  }
  .ml-md-105 {
    margin-left: 105px !important;
  }
  .mr-md-105 {
    margin-right: 105px !important;
  }
  .mt-md-110 {
    margin-top: 110px !important;
  }
  .mb-md-110 {
    margin-bottom: 110px !important;
  }
  .ml-md-110 {
    margin-left: 110px !important;
  }
  .mr-md-110 {
    margin-right: 110px !important;
  }
  .mt-md-115 {
    margin-top: 115px !important;
  }
  .mb-md-115 {
    margin-bottom: 115px !important;
  }
  .ml-md-115 {
    margin-left: 115px !important;
  }
  .mr-md-115 {
    margin-right: 115px !important;
  }
  .mt-md-120 {
    margin-top: 120px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .ml-md-120 {
    margin-left: 120px !important;
  }
  .mr-md-120 {
    margin-right: 120px !important;
  }
  .mt-md-125 {
    margin-top: 125px !important;
  }
  .mb-md-125 {
    margin-bottom: 125px !important;
  }
  .ml-md-125 {
    margin-left: 125px !important;
  }
  .mr-md-125 {
    margin-right: 125px !important;
  }
  .mt-md-130 {
    margin-top: 130px !important;
  }
  .mb-md-130 {
    margin-bottom: 130px !important;
  }
  .ml-md-130 {
    margin-left: 130px !important;
  }
  .mr-md-130 {
    margin-right: 130px !important;
  }
  .mt-md-135 {
    margin-top: 135px !important;
  }
  .mb-md-135 {
    margin-bottom: 135px !important;
  }
  .ml-md-135 {
    margin-left: 135px !important;
  }
  .mr-md-135 {
    margin-right: 135px !important;
  }
  .mt-md-140 {
    margin-top: 140px !important;
  }
  .mb-md-140 {
    margin-bottom: 140px !important;
  }
  .ml-md-140 {
    margin-left: 140px !important;
  }
  .mr-md-140 {
    margin-right: 140px !important;
  }
  .mt-md-145 {
    margin-top: 145px !important;
  }
  .mb-md-145 {
    margin-bottom: 145px !important;
  }
  .ml-md-145 {
    margin-left: 145px !important;
  }
  .mr-md-145 {
    margin-right: 145px !important;
  }
  .mt-md-150 {
    margin-top: 150px !important;
  }
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
  .ml-md-150 {
    margin-left: 150px !important;
  }
  .mr-md-150 {
    margin-right: 150px !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;
  }
  .mt-lg-105 {
    margin-top: 105px !important;
  }
  .mb-lg-105 {
    margin-bottom: 105px !important;
  }
  .ml-lg-105 {
    margin-left: 105px !important;
  }
  .mr-lg-105 {
    margin-right: 105px !important;
  }
  .mt-lg-110 {
    margin-top: 110px !important;
  }
  .mb-lg-110 {
    margin-bottom: 110px !important;
  }
  .ml-lg-110 {
    margin-left: 110px !important;
  }
  .mr-lg-110 {
    margin-right: 110px !important;
  }
  .mt-lg-115 {
    margin-top: 115px !important;
  }
  .mb-lg-115 {
    margin-bottom: 115px !important;
  }
  .ml-lg-115 {
    margin-left: 115px !important;
  }
  .mr-lg-115 {
    margin-right: 115px !important;
  }
  .mt-lg-120 {
    margin-top: 120px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .ml-lg-120 {
    margin-left: 120px !important;
  }
  .mr-lg-120 {
    margin-right: 120px !important;
  }
  .mt-lg-125 {
    margin-top: 125px !important;
  }
  .mb-lg-125 {
    margin-bottom: 125px !important;
  }
  .ml-lg-125 {
    margin-left: 125px !important;
  }
  .mr-lg-125 {
    margin-right: 125px !important;
  }
  .mt-lg-130 {
    margin-top: 130px !important;
  }
  .mb-lg-130 {
    margin-bottom: 130px !important;
  }
  .ml-lg-130 {
    margin-left: 130px !important;
  }
  .mr-lg-130 {
    margin-right: 130px !important;
  }
  .mt-lg-135 {
    margin-top: 135px !important;
  }
  .mb-lg-135 {
    margin-bottom: 135px !important;
  }
  .ml-lg-135 {
    margin-left: 135px !important;
  }
  .mr-lg-135 {
    margin-right: 135px !important;
  }
  .mt-lg-140 {
    margin-top: 140px !important;
  }
  .mb-lg-140 {
    margin-bottom: 140px !important;
  }
  .ml-lg-140 {
    margin-left: 140px !important;
  }
  .mr-lg-140 {
    margin-right: 140px !important;
  }
  .mt-lg-145 {
    margin-top: 145px !important;
  }
  .mb-lg-145 {
    margin-bottom: 145px !important;
  }
  .ml-lg-145 {
    margin-left: 145px !important;
  }
  .mr-lg-145 {
    margin-right: 145px !important;
  }
  .mt-lg-150 {
    margin-top: 150px !important;
  }
  .mb-lg-150 {
    margin-bottom: 150px !important;
  }
  .ml-lg-150 {
    margin-left: 150px !important;
  }
  .mr-lg-150 {
    margin-right: 150px !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;
  }
  .mt-xl-105 {
    margin-top: 105px !important;
  }
  .mb-xl-105 {
    margin-bottom: 105px !important;
  }
  .ml-xl-105 {
    margin-left: 105px !important;
  }
  .mr-xl-105 {
    margin-right: 105px !important;
  }
  .mt-xl-110 {
    margin-top: 110px !important;
  }
  .mb-xl-110 {
    margin-bottom: 110px !important;
  }
  .ml-xl-110 {
    margin-left: 110px !important;
  }
  .mr-xl-110 {
    margin-right: 110px !important;
  }
  .mt-xl-115 {
    margin-top: 115px !important;
  }
  .mb-xl-115 {
    margin-bottom: 115px !important;
  }
  .ml-xl-115 {
    margin-left: 115px !important;
  }
  .mr-xl-115 {
    margin-right: 115px !important;
  }
  .mt-xl-120 {
    margin-top: 120px !important;
  }
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .ml-xl-120 {
    margin-left: 120px !important;
  }
  .mr-xl-120 {
    margin-right: 120px !important;
  }
  .mt-xl-125 {
    margin-top: 125px !important;
  }
  .mb-xl-125 {
    margin-bottom: 125px !important;
  }
  .ml-xl-125 {
    margin-left: 125px !important;
  }
  .mr-xl-125 {
    margin-right: 125px !important;
  }
  .mt-xl-130 {
    margin-top: 130px !important;
  }
  .mb-xl-130 {
    margin-bottom: 130px !important;
  }
  .ml-xl-130 {
    margin-left: 130px !important;
  }
  .mr-xl-130 {
    margin-right: 130px !important;
  }
  .mt-xl-135 {
    margin-top: 135px !important;
  }
  .mb-xl-135 {
    margin-bottom: 135px !important;
  }
  .ml-xl-135 {
    margin-left: 135px !important;
  }
  .mr-xl-135 {
    margin-right: 135px !important;
  }
  .mt-xl-140 {
    margin-top: 140px !important;
  }
  .mb-xl-140 {
    margin-bottom: 140px !important;
  }
  .ml-xl-140 {
    margin-left: 140px !important;
  }
  .mr-xl-140 {
    margin-right: 140px !important;
  }
  .mt-xl-145 {
    margin-top: 145px !important;
  }
  .mb-xl-145 {
    margin-bottom: 145px !important;
  }
  .ml-xl-145 {
    margin-left: 145px !important;
  }
  .mr-xl-145 {
    margin-right: 145px !important;
  }
  .mt-xl-150 {
    margin-top: 150px !important;
  }
  .mb-xl-150 {
    margin-bottom: 150px !important;
  }
  .ml-xl-150 {
    margin-left: 150px !important;
  }
  .mr-xl-150 {
    margin-right: 150px !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;
  }
  .mt-xxl-105 {
    margin-top: 105px !important;
  }
  .mb-xxl-105 {
    margin-bottom: 105px !important;
  }
  .ml-xxl-105 {
    margin-left: 105px !important;
  }
  .mr-xxl-105 {
    margin-right: 105px !important;
  }
  .mt-xxl-110 {
    margin-top: 110px !important;
  }
  .mb-xxl-110 {
    margin-bottom: 110px !important;
  }
  .ml-xxl-110 {
    margin-left: 110px !important;
  }
  .mr-xxl-110 {
    margin-right: 110px !important;
  }
  .mt-xxl-115 {
    margin-top: 115px !important;
  }
  .mb-xxl-115 {
    margin-bottom: 115px !important;
  }
  .ml-xxl-115 {
    margin-left: 115px !important;
  }
  .mr-xxl-115 {
    margin-right: 115px !important;
  }
  .mt-xxl-120 {
    margin-top: 120px !important;
  }
  .mb-xxl-120 {
    margin-bottom: 120px !important;
  }
  .ml-xxl-120 {
    margin-left: 120px !important;
  }
  .mr-xxl-120 {
    margin-right: 120px !important;
  }
  .mt-xxl-125 {
    margin-top: 125px !important;
  }
  .mb-xxl-125 {
    margin-bottom: 125px !important;
  }
  .ml-xxl-125 {
    margin-left: 125px !important;
  }
  .mr-xxl-125 {
    margin-right: 125px !important;
  }
  .mt-xxl-130 {
    margin-top: 130px !important;
  }
  .mb-xxl-130 {
    margin-bottom: 130px !important;
  }
  .ml-xxl-130 {
    margin-left: 130px !important;
  }
  .mr-xxl-130 {
    margin-right: 130px !important;
  }
  .mt-xxl-135 {
    margin-top: 135px !important;
  }
  .mb-xxl-135 {
    margin-bottom: 135px !important;
  }
  .ml-xxl-135 {
    margin-left: 135px !important;
  }
  .mr-xxl-135 {
    margin-right: 135px !important;
  }
  .mt-xxl-140 {
    margin-top: 140px !important;
  }
  .mb-xxl-140 {
    margin-bottom: 140px !important;
  }
  .ml-xxl-140 {
    margin-left: 140px !important;
  }
  .mr-xxl-140 {
    margin-right: 140px !important;
  }
  .mt-xxl-145 {
    margin-top: 145px !important;
  }
  .mb-xxl-145 {
    margin-bottom: 145px !important;
  }
  .ml-xxl-145 {
    margin-left: 145px !important;
  }
  .mr-xxl-145 {
    margin-right: 145px !important;
  }
  .mt-xxl-150 {
    margin-top: 150px !important;
  }
  .mb-xxl-150 {
    margin-bottom: 150px !important;
  }
  .ml-xxl-150 {
    margin-left: 150px !important;
  }
  .mr-xxl-150 {
    margin-right: 150px !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;
}
.preset-text1 p {
  margin: 10px 0;
}

.preset-text2 {
  font-size: 18px;
  line-height: 22px;
}
.preset-text2 p {
  margin: 10px 0;
}
.preset-text2 a,
.preset-text2 strong {
  color: #EA2D2D;
  font-weight: 700;
}

.preset-text3 {
  font-size: 18px;
  line-height: 22px;
}
.preset-text3 p {
  margin: 10px 0;
}

.preset-text4 {
  font-size: 18px;
  line-height: 22px;
}
.preset-text4 p {
  margin: 10px 0;
}
.preset-text4 a {
  color: #EA2D2D;
}

.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: 1199px) {
  .row-image-1 .left {
    aspect-ratio: 16/9;
  }
}
.row-image-1 .right {
  padding: 35px;
}

@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;
    padding: 0 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .row-column-1 .right {
    width: 650px;
  }
}
.row-column-1 .content-inner {
  padding: 60px 60px 60px 100px;
}
@media screen and (max-width: 1199px) {
  .row-column-1 .content-inner {
    padding: 60px 60px 60px 20px;
  }
}
@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: #EA2D2D;
  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;
  }
}

.button-1 a {
  font-size: 14px;
  font-weight: 700;
  padding: 7px 15px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 15px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.3s ease;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .button-1.btn-center--mobile {
    display: table;
    margin: 0 auto;
  }
}
.button-1.btn-white a {
  background-color: #fff;
  color: #EA2D2D;
  border: 1px solid #fff;
}
.button-1.btn-white:hover a {
  background-color: #EA2D2D;
  color: #fff;
}
.button-1.btn-black a {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.button-1.btn-black a:hover {
  color: #000;
  background: none;
  border: 1px solid #000;
}
.button-1.btn-red a {
  background-color: #EA2D2D;
  border: 1px solid #EA2D2D;
  color: #fff;
}
.button-1.btn-red a:hover {
  background-color: #fff;
  border: 1px solid #EA2D2D;
  color: #EA2D2D;
}
.button-1.btn-red .alcorn-quote-btn {
  font-size: 14px;
  font-weight: 700;
  padding: 7px 15px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  background-color: #EA2D2D;
  border: 1px solid #EA2D2D;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  font-family: inherit;
}
.button-1.btn-red .alcorn-quote-btn:hover {
  background-color: #fff;
  border: 1px solid #EA2D2D;
  color: #EA2D2D;
}
.button-1.btn-gray a {
  border: 1px solid #ABABAB;
  color: #ABABAB;
}
.button-1.btn-gray a:hover {
  border: 1px solid #EA2D2D;
  color: #EA2D2D;
}
.button-1.btn-red-black a {
  background-color: #EA2D2D;
  border: 1px solid #EA2D2D;
  color: #fff;
}
.button-1.btn-red-black a:hover {
  background-color: #000;
  color: #EA2D2D;
}

.woocommerce .add-request-quote-button.button {
  font-size: 14px;
  font-weight: 700;
  padding: 7px 15px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  background-color: #EA2D2D !important;
  border: 1px solid #EA2D2D !important;
  color: #fff;
  z-index: 1004;
}
.woocommerce .add-request-quote-button.button:hover {
  background-color: #fff !important;
  border: 1px solid #EA2D2D !important;
  color: #EA2D2D !important;
}

.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: 80px 0;
  }
}

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

.carousel-engine {
  margin: 0 150px;
  position: relative;
}
@media (max-width: 1440px) {
  .carousel-engine {
    margin: 0 80px;
  }
}
@media (max-width: 576px) {
  .carousel-engine {
    margin: 0 20px;
  }
}
.carousel-engine .inner-item {
  padding: 30px 80px;
}
@media (max-width: 1440px) {
  .carousel-engine .inner-item {
    padding: 30px 40px;
  }
}
.carousel-engine .slick-slide.item.is-center .inner-item {
  border-left: 1px solid #ABABAB !important;
  border-right: 1px solid #ABABAB !important;
}
@media (max-width: 576px) {
  .carousel-engine .slick-slide.item.is-center .inner-item {
    border: none !important;
  }
}
.carousel-engine .head {
  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;
}
.carousel-engine .head .number {
  font-size: 62px;
  font-weight: 600;
  color: #ABABAB;
}
.carousel-engine .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #EA2D2D;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  width: 13px;
  height: 24px;
  background-size: contain;
}
.carousel-engine .slick-arrow.slick-prev {
  left: 0;
  background-image: url(../img/icon-arrow-left.svg);
}
.carousel-engine .slick-arrow.slick-next {
  right: 0;
  background-image: url(../img/icon-arrow-right.svg);
}

.i-plus {
  width: 32px;
  height: 32px;
  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: 1px solid #ABABAB;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.i-plus .line-horizontal,
.i-plus .line-vertical {
  position: absolute;
  background-color: #ABABAB;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.i-plus .line-horizontal {
  width: 16px;
  height: 1px;
}
.i-plus .line-vertical {
  width: 1px;
  height: 16px;
}
.i-plus:hover {
  background-color: #EA2D2D;
  border-color: #EA2D2D;
  -webkit-transform: rotate(90deg) scale(1.1);
  transform: rotate(90deg) scale(1.1);
}
.i-plus:hover .line-horizontal,
.i-plus:hover .line-vertical {
  background-color: #fff;
}

.box-layout-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 60px 80px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-layout-1 .item {
  width: calc(33.33% - 53.33px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .box-layout-1 .item {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 991px) {
  .box-layout-1 .item {
    width: 100%;
  }
}
.box-layout-1 .item.full {
  border-color: #EA2D2D;
}
.box-layout-1 .item.full .title {
  border-color: #EA2D2D;
  color: #EA2D2D;
}
.box-layout-1 .item.full .button-1 a {
  color: #000 !important;
}
.box-layout-1 .item.full .button-1 a:hover {
  color: #EA2D2D !important;
}
.box-layout-1 .item .content {
  padding: 35px 35px 70px 35px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.box-layout-1 .item .location {
  text-transform: uppercase;
}
.box-layout-1 .item .title {
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding: 35px 15px;
  line-height: 24px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box-layout-1 .item .date {
  color: #EA2D2D;
  margin-top: 7px;
}
.box-layout-1 .item .text {
  margin-top: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.box-layout-1 .item .button-1 {
  margin-top: 30px;
}
.box-layout-1.box-horizontal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  gap: 20px 0;
}
@media screen and (max-width: 1199px) {
  .box-layout-1.box-horizontal {
    width: 100%;
  }
}
.box-layout-1.box-horizontal .item {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 993px) {
  .box-layout-1.box-horizontal .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 993px) {
  .box-layout-1.box-horizontal .item .title {
    min-width: 315px;
    max-width: 315px;
    border-bottom: none;
    border-right: 1px solid #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;
  }
}
@media screen and (min-width: 993px) {
  .box-layout-1.box-horizontal .item .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px 5px;
    padding-left: 15px;
  }
}
.box-layout-1.box-horizontal .item .info-box .date {
  margin-top: 0;
}
@media screen and (min-width: 993px) {
  .box-layout-1.box-horizontal .item .text {
    text-align: left;
    padding-right: 100px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 993px) {
  .box-layout-1.box-horizontal .item .button-1 {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}

.hero-internals {
  height: 560px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .hero-internals {
    height: 500px;
  }
}
.hero-internals::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.hero-internals .row-hero-internals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .hero-internals .row-hero-internals {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 993px) {
  .hero-internals .row-hero-internals .right {
    max-width: 540px;
  }
}
.hero-internals .row-hero-internals .title {
  color: #fff;
  font-size: 70px;
  line-height: 85%;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  .hero-internals .row-hero-internals .title {
    font-size: 50px;
  }
  .hero-internals .row-hero-internals .title br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .hero-internals .row-hero-internals .title {
    font-size: 40px;
  }
}
.hero-internals .row-hero-internals .text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  .hero-internals .row-hero-internals .text {
    font-size: 18px;
    line-height: 26px;
  }
}
.hero-internals .container {
  z-index: 9;
  position: relative;
}

.row-hero-internals-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px 60px;
}
@media screen and (max-width: 991px) {
  .row-hero-internals-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.row-hero-internals-2 .right {
  max-width: 710px;
}
.row-hero-internals-2 .text a {
  font-weight: 700;
  color: #EA2D2D;
}
.row-hero-internals-2 .text a strong {
  font-weight: 700;
}
.row-hero-internals-2 .text h3 {
  color: #939393;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  .row-hero-internals-2.documentation-and-users-guides .right {
    max-width: 570px;
  }
}
.row-hero-internals-2.row-firmware .image-stick {
  width: 430px;
}
@media screen and (max-width: 991px) {
  .row-hero-internals-2.row-firmware .image-stick {
    width: 100%;
  }
}
.row-hero-internals-2.row-purchasing2 {
  gap: 40px 100px;
}
.row-hero-internals-2.row-purchasing2 .right {
  position: relative;
}
.row-hero-internals-2.row-purchasing2 .right .image-world {
  -webkit-animation: floatingImage2 8s ease-in-out infinite;
  animation: floatingImage2 8s ease-in-out infinite;
}
@media screen and (min-width: 1200px) {
  .row-hero-internals-2.row-purchasing2 .right {
    min-width: 450px;
  }
  .row-hero-internals-2.row-purchasing2 .right .image-world {
    margin-left: -100px;
    margin-top: -190px;
  }
}
.row-hero-internals-2.row-purchasing2 .right .asteristico {
  position: absolute;
  top: -125px;
  right: 0;
}
@media screen and (max-width: 991px) {
  .row-hero-internals-2.row-purchasing2 .right .asteristico {
    top: -40px;
    width: 40px;
  }
}

.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: 50px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}
.letreiro .letreiro-content span img {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.breadcrumb a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ABABAB;
}

.back-link a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.back-link a:hover {
  color: #EA2D2D;
}
.back-link img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.wpcf7 form.invalid .wpcf7-response-output {
  background: #EA2D2D !important;
  color: #fff !important;
  padding: 10px 15px !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  display: table !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #000 !important;
  color: #fff !important;
  padding: 10px 15px !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  display: table !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border: none !important;
}

/*! 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: "Instrument Sans", 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: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  padding-top: 110px;
}
@media screen and (max-width: 991px) {
  body {
    padding-top: 61px;
  }
}

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

.content-allsite {
  overflow-x: clip;
}

.site-header {
  background: #000;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1009;
  overflow: visible;
  padding: 20px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .site-header {
    padding: 7px 0;
  }
}
.site-header.fixed-top {
  padding: 7px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-header.fixed-top .logo img {
  width: 60px;
}
@media screen and (max-width: 991px) {
  .site-header {
    padding: 7px 0 !important;
  }
}
.site-header {
  /* Evita linha branca abaixo do header ao tirar o mouse do menu */
}
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 4px;
  background: #000;
}
@media screen and (max-width: 991px) {
  .site-header {
    padding: 20px 0;
  }
}
.site-header .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;
}
.site-header .logo {
  position: relative;
  z-index: 1002;
}
.site-header .logo img {
  width: 82px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media screen and (max-width: 991px) {
  .site-header .logo {
    width: 55px;
  }
  .site-header .logo img {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .header-desktop {
    display: none;
  }
}
.header-desktop {
  overflow: visible;
}
.header-desktop .menu-menu-primary-container {
  overflow: visible;
}
.header-desktop .menu-menu-primary-container > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-desktop .menu-menu-primary-container > ul > li {
  position: relative;
}
.header-desktop .menu-menu-primary-container > ul > li > a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  z-index: 999995;
}
.header-desktop .menu-menu-primary-container > ul > li > a::before {
  content: "";
  width: 0px;
  height: 2px;
  background: #EA2D2D;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 1002;
}
.header-desktop .menu-menu-primary-container > ul > li > a:hover {
  color: #EA2D2D;
}
.header-desktop .menu-menu-primary-container > ul > li > a:hover::before {
  width: 50%;
}
.header-desktop .menu-menu-primary-container > ul > li.current-menu-item > a {
  color: #EA2D2D;
}
.header-desktop .menu-menu-primary-container > ul > li.current-menu-item > a::before {
  content: "";
  width: 50%;
}
.header-desktop .menu-menu-primary-container > ul > li.active a {
  color: #EA2D2D;
}
.header-desktop .menu-menu-primary-container > ul > li.active a::before {
  width: 50%;
}
.header-desktop .menu-menu-primary-container > ul > li.contact-us a {
  background: #EA2D2D;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #EA2D2D;
}
.header-desktop .menu-menu-primary-container > ul > li.contact-us a::before {
  display: none;
}
.header-desktop .menu-menu-primary-container > ul > li.contact-us a:hover {
  background: #000;
  color: #EA2D2D;
}
.header-desktop .menu-menu-primary-container > ul > li.contact-us.current-menu-item a {
  background: #000;
}
.header-desktop .menu-menu-primary-container > ul > li {
  /*
   * Mega menu: Product → Software → Windows → Versão
   */
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu {
  position: absolute;
  left: 0;
  top: 19px;
  padding-top: 55px;
  background: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 1000;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  padding-bottom: 10px;
  /* Nível 1 - Software (mais compacto) */
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu > li {
  position: relative;
  white-space: nowrap;
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu > li > a {
  color: #ABABAB;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 6px 25px 6px 25px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  min-width: 150px;
  text-transform: uppercase;
  background: #000;
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  color: #999;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu > li:hover > a {
  color: #EA2D2D;
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu > li:hover > a::after {
  color: #EA2D2D;
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu > li.active > a {
  color: #EA2D2D;
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu > li.active > a::after {
  color: #EA2D2D;
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu > li {
  /* Nível 2 (Windows) - FECHADO, abre ao hover em Software */
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu > li > .sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  min-width: 140px;
  background: transparent;
  z-index: 1001;
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu > li > .sub-menu li {
  height: 100%;
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu > li > .sub-menu li a {
  color: #ABABAB;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 8px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  background: #000;
  height: 100%;
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu > li > .sub-menu li {
  /* Seta no nível 2 quando tem nível 3 */
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu > li > .sub-menu li.menu-item-has-children > a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #999;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu > li > .sub-menu li:hover > a {
  color: #EA2D2D;
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu > li > .sub-menu li:hover > a::after {
  color: #EA2D2D;
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu > li > .sub-menu li.active > a {
  color: #EA2D2D;
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu > li > .sub-menu li.active > a::after {
  color: #EA2D2D;
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu > li > .sub-menu li.current_page_ancestor > a {
  color: #EA2D2D;
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu > li > .sub-menu li.current_page_ancestor > a::after {
  color: #EA2D2D;
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu > li > .sub-menu li {
  /* Nível 3 (Versão) - FECHADO, abre ao hover em Windows */
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu > li > .sub-menu li > .sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 180px;
  background: transparent;
  height: 100%;
  z-index: 1002;
  margin-left: -4px;
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu > li > .sub-menu li > .sub-menu li a {
  color: #ABABAB;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  display: block;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu > li > .sub-menu li > .sub-menu li:hover > a {
  color: #EA2D2D;
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu > li > .sub-menu li > .sub-menu li.active > a {
  color: #EA2D2D;
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu > li > .sub-menu li > .sub-menu li.current-menu-item > a {
  color: #EA2D2D;
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu > li > .sub-menu li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu > li:hover > .sub-menu {
  display: block;
}
.header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.menu-blur-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  backdrop-filter: blur(8px);
  -webkit-transition: opacity 0.3s ease, backdrop-filter 0.3s ease;
  transition: opacity 0.3s ease, backdrop-filter 0.3s ease;
  top: 0;
}

body.menu-submenu-open .menu-blur-overlay {
  opacity: 1;
  backdrop-filter: blur(8px);
}

.menu-mobile {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  top: 63px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 30px;
  overflow: hidden;
  z-index: -1;
}
@media screen and (min-width: 993px) {
  .menu-mobile {
    display: none;
  }
}
.menu-mobile.active {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}
.menu-mobile .menu-mobile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 35px;
  min-height: 30px;
  height: 30px;
}
.menu-mobile .menu-mobile-header .menu-mobile-back {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.menu-mobile .menu-mobile-header .menu-mobile-back .back-icon {
  font-size: 20px;
  line-height: 1;
}
.menu-mobile .menu-mobile-header .menu-mobile-back:hover {
  color: #EA2D2D;
}
.menu-mobile .menu-mobile-header .menu-mobile-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.menu-mobile .menu-mobile-nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
.menu-mobile .menu-mobile-level {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  background: #000;
  z-index: 1;
}
.menu-mobile .menu-mobile-level[data-level="0"] {
  position: relative;
  z-index: 2;
}
.menu-mobile .menu-mobile-level.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  position: absolute;
  z-index: 10;
}
.menu-mobile .menu-mobile-level.prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1;
}
.menu-mobile .menu-mobile-level.next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 1;
}
.menu-mobile .menu-mobile-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-mobile .menu-mobile-list > li {
  margin-bottom: 0;
  border-bottom: 1px solid rgb(88, 88, 88);
}
.menu-mobile .menu-mobile-list > li:last-child {
  border-bottom: none;
}
.menu-mobile .menu-mobile-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.menu-mobile .menu-mobile-list > li > a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.menu-mobile .menu-mobile-list > li > a:hover {
  color: #EA2D2D;
}
.menu-mobile .menu-mobile-list > li > a:hover::after {
  color: #EA2D2D;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.menu-mobile .menu-mobile-list > li.current-menu-item > a {
  color: #EA2D2D;
}
.menu-mobile .menu-mobile-list > li.current-menu-parent > a {
  color: #EA2D2D;
}
.menu-mobile .menu-mobile-list > li.contact-us {
  margin-top: 20px;
}
.menu-mobile .menu-mobile-list > li.contact-us > a {
  background: #EA2D2D;
  padding: 12px 20px;
  border-radius: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.menu-mobile .menu-mobile-list > li.contact-us > a::after {
  display: none;
}
.menu-mobile .menu-mobile-list > li.contact-us > a:hover {
  background: #D21B1B;
  color: #fff;
}
.menu-mobile .menu-mobile-list > li.contact-us.current-menu-item > a {
  background: #C71919;
}
.menu-mobile .menu-mobile-list > li:not(.menu-item-has-children) > a::after {
  display: none;
}
.menu-mobile .sub-menu {
  display: none !important;
}

.fixed-top .header-desktop .menu-menu-primary-container > ul > li.menu-item-has-children > .sub-menu {
  padding-top: 28px;
}

footer {
  position: relative;
  padding: 60px 0 20px 0;
  overflow-x: clip;
}
footer .image-hand {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1400px) {
  footer .image-hand {
    right: -100px;
  }
}
@media screen and (max-width: 991px) {
  footer .image-hand {
    position: relative;
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  footer .image-hand {
    width: 300px;
    margin-top: 20px;
  }
}
@media (max-width: 1600px) {
  footer .image-hand img {
    width: 90%;
  }
}
@media (max-width: 1400px) {
  footer .image-hand img {
    width: 80%;
  }
}
footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 150px;
}
@media screen and (max-width: 1439px) {
  footer .footer {
    padding: 0 50px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer {
    gap: 40px 0;
    padding: 0 20px;
  }
  footer .footer .column-1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.nav-footer li {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #fff;
  line-height: 100%;
}
.nav-footer li + li {
  margin-top: 15px;
}
.nav-footer li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #EA2D2D;
}
.nav-footer li:hover a {
  color: #EA2D2D;
}

.news-ft .form-news {
  width: 175px;
  position: relative;
  margin-top: 10px;
}
.news-ft .form-news fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.news-ft .form-news form {
  position: relative;
}
.news-ft .form-news input[type=email] {
  width: 100%;
  height: 30px;
  background: #000;
  padding: 5px 35px 5px 10px;
  border: none;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  background: #1B1B1B;
}
.news-ft .form-news input[type=email] ::-webkit-input-placeholder {
  color: #555555;
}
.news-ft .form-news input[type=email] ::-moz-placeholder {
  color: #555555;
}
.news-ft .form-news input[type=email] ::-ms-input-placeholder {
  color: #555555;
}
.news-ft .form-news input[type=email] ::placeholder {
  color: #555555;
}
.news-ft .form-news input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  text-indent: -999px;
  overflow: hidden;
  background-image: url(../img/icon-send-update.png);
  border: none;
}
.news-ft .form-news input[type=submit]:hover {
  background-image: url(../img/icon-send-update-hover.png);
}
@media screen and (max-width: 991px) {
  .news-ft.-mobile {
    width: 100%;
    text-align: center;
  }
  .news-ft.-mobile .form-news {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
.news-ft .wpcf7-not-valid-tip {
  margin-top: 5px;
}
.news-ft .wpcf7 form.invalid .wpcf7-response-output,
.news-ft .wpcf7 form.sent .wpcf7-response-output {
  font-size: 10px !important;
  padding: 5px !important;
  margin: 0 !important;
}

.infos-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}

.social-ft ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
.social-ft ul li a {
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  color: #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;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-ft ul li a:hover {
  color: #EA2D2D;
  border: 1px solid #EA2D2D;
}

.cop {
  text-align: center;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .cop {
    margin-top: 10px;
  }
}
.cop a {
  text-decoration: underline;
}

.button-nav {
  display: none;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  .button-nav {
    display: block;
  }
}
.button-nav .btn-burguer .icon-bar:nth-of-type(2) {
  top: 1px;
}
.button-nav .btn-burguer .icon-bar:nth-of-type(3) {
  top: 2px;
  margin-bottom: 0;
}
.button-nav .btn-burguer .icon-bar:nth-of-type(4) {
  top: 3px;
}
.button-nav .btn-burguer .icon-bar {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-nav .btn-burguer.active .icon-bar:nth-of-type(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}
.button-nav .btn-burguer.active .icon-bar:nth-of-type(2) {
  background: transparent;
}
.button-nav .btn-burguer.active .icon-bar:nth-of-type(3) {
  top: -12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}

.btn-burguer {
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  float: left;
  z-index: 999999;
  position: relative;
  width: 36px;
}

.btn-burguer .icon-bar {
  background: #fff;
  display: table;
  margin: 0 auto;
  margin-bottom: 6px;
  width: 36px;
  height: 3px;
}

@-webkit-keyframes floatingImage {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  25% {
    -webkit-transform: translate(-55%, -55%);
    transform: translate(-55%, -55%);
  }
  50% {
    -webkit-transform: translate(-45%, -45%);
    transform: translate(-45%, -45%);
  }
  75% {
    -webkit-transform: translate(-55%, -55%);
    transform: translate(-55%, -55%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@keyframes floatingImage {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  25% {
    -webkit-transform: translate(-55%, -55%);
    transform: translate(-55%, -55%);
  }
  50% {
    -webkit-transform: translate(-45%, -45%);
    transform: translate(-45%, -45%);
  }
  75% {
    -webkit-transform: translate(-55%, -55%);
    transform: translate(-55%, -55%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes floatingImage2 {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  25% {
    -webkit-transform: translate(-5%, -5%);
    transform: translate(-5%, -5%);
  }
  50% {
    -webkit-transform: translate(5%, 5%);
    transform: translate(5%, 5%);
  }
  75% {
    -webkit-transform: translate(-5%, -5%);
    transform: translate(-5%, -5%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@keyframes floatingImage2 {
  0% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  25% {
    -webkit-transform: translate(-5%, -5%);
    transform: translate(-5%, -5%);
  }
  50% {
    -webkit-transform: translate(5%, 5%);
    transform: translate(5%, 5%);
  }
  75% {
    -webkit-transform: translate(-5%, -5%);
    transform: translate(-5%, -5%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
@-webkit-keyframes floatingImage3 {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  25% {
    -webkit-transform: translate(-50%, -52%);
    transform: translate(-50%, -52%);
  }
  50% {
    -webkit-transform: translate(-50%, -47%);
    transform: translate(-50%, -47%);
  }
  75% {
    -webkit-transform: translate(-50%, -52%);
    transform: translate(-50%, -52%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@keyframes floatingImage3 {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  25% {
    -webkit-transform: translate(-50%, -52%);
    transform: translate(-50%, -52%);
  }
  50% {
    -webkit-transform: translate(-50%, -47%);
    transform: translate(-50%, -47%);
  }
  75% {
    -webkit-transform: translate(-50%, -52%);
    transform: translate(-50%, -52%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.hero-homepage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  gap: 60px 100px;
  padding: 0 100px;
}
@media screen and (max-width: 991px) {
  .hero-homepage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px 20px 10px 20px;
  }
}
@media screen and (max-width: 991px) {
  .hero-homepage .left .image {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .hero-homepage .left .image {
    max-width: 260px;
  }
}

.section-reliable {
  position: relative;
}
.section-reliable .sticker-section {
  position: absolute;
  right: 200px;
  bottom: -90px;
}
@media (max-width: 1600px) {
  .section-reliable .sticker-section {
    right: 50px;
    bottom: -100px;
  }
}
@media (max-width: 1400px) {
  .section-reliable .sticker-section {
    right: 20px;
  }
}
@media (max-width: 1400px) {
  .section-reliable .sticker-section {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -120px;
    width: 250px;
  }
}
@media (max-width: 992px) {
  .section-reliable .sticker-section {
    bottom: -75px;
    width: 170px;
  }
}

.section-map {
  background: #F4F4F4;
}

.section-3-home .sticker {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -120px;
}
@media screen and (max-width: 991px) {
  .section-3-home .sticker {
    bottom: -65px;
    width: 120px;
  }
}

.section-events-home {
  padding-bottom: 220px;
}
@media screen and (max-width: 991px) {
  .section-events-home {
    padding-bottom: 100px;
  }
}
.section-events-home .sticker {
  position: absolute;
  left: 20px;
  top: -285px;
}
@media screen and (max-width: 991px) {
  .section-events-home .sticker {
    top: -165px;
    width: 140px;
  }
}

.section-4-home .sticker {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -120px;
  z-index: 99;
}
@media screen and (max-width: 991px) {
  .section-4-home .sticker {
    top: -70px;
    width: 230px;
  }
}

@-webkit-keyframes lineFade1 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes lineFade1 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lineFade2 {
  0%, 24% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes lineFade2 {
  0%, 24% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lineFade3 {
  0%, 49% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes lineFade3 {
  0%, 49% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lineFade4 {
  0%, 74% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes lineFade4 {
  0%, 74% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.section-5-home {
  position: relative;
}
.section-5-home .lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
  position: absolute;
  top: -10px;
  right: 80px;
}
.section-5-home .lines span {
  display: block;
  width: 157px;
  height: 3px;
  background-color: red;
  margin-bottom: 4px;
  -webkit-animation: lineFade1 2s ease-in-out infinite;
  animation: lineFade1 2s ease-in-out infinite;
}
.section-5-home .lines span:nth-child(2) {
  -webkit-animation-name: lineFade2;
  animation-name: lineFade2;
}
.section-5-home .lines span:nth-child(3) {
  -webkit-animation-name: lineFade3;
  animation-name: lineFade3;
}
.section-5-home .lines span:nth-child(4) {
  -webkit-animation-name: lineFade4;
  animation-name: lineFade4;
}
.section-5-home .lines span:last-child {
  margin-bottom: 0;
}

.sticker-map {
  position: absolute;
  right: -130px;
  top: -165px;
}
@media (max-width: 1400px) {
  .sticker-map {
    right: -50px;
    width: 240px;
    top: -60px;
  }
}
@media (max-width: 1200px) {
  .sticker-map {
    right: 20px;
    width: 200px;
    top: -20px;
  }
}
@media screen and (max-width: 991px) {
  .sticker-map {
    display: none;
  }
}

.section-1-training .content-inner {
  text-align: center;
  position: relative;
  padding: 60px 0;
}
.section-1-training .content-inner .title {
  font-size: 128px;
  color: #EA2D2D;
  font-weight: 700;
  z-index: 9;
  position: relative;
  line-height: 80%;
}
@media screen and (max-width: 991px) {
  .section-1-training .content-inner .title {
    font-size: 68px;
  }
}
.section-1-training .content-inner .text {
  font-size: 22px;
  z-index: 9;
  position: relative;
  color: #EA2D2D;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .section-1-training .content-inner .text {
    font-size: 20px;
  }
}
.section-1-training .content-inner .image-hand {
  width: 220px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-animation: floatingImage 8s ease-in-out infinite;
  animation: floatingImage 8s ease-in-out infinite;
}
@media screen and (max-width: 991px) {
  .section-1-training .content-inner .image-hand {
    width: 140px;
  }
}

.section-2-training {
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .section-2-training {
    padding-top: 80px;
  }
}
.section-2-training .image-men {
  position: relative;
}
.section-2-training .bg-image {
  z-index: 7;
  position: relative;
}
.section-2-training .images-men {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
  width: 100%;
  cursor: pointer;
}
.section-2-training .images-men .men-2 {
  display: none;
}
.section-2-training .images-men.active .men-1 {
  display: none;
}
.section-2-training .images-men.active .men-2 {
  display: block;
}
.section-2-training .images-men img {
  position: relative;
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
@media screen and (max-width: 991px) {
  .section-2-training .images-men img {
    width: 210px;
  }
}
.section-2-training .sticker-1 {
  position: absolute;
  top: -190px;
  left: 0;
}
@media screen and (max-width: 991px) {
  .section-2-training .sticker-1 {
    top: -135px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 120px;
  }
}
.section-2-training .sticker-2 {
  position: absolute;
  bottom: -230px;
  right: 0;
}
@media screen and (max-width: 991px) {
  .section-2-training .sticker-2 {
    display: none;
  }
}

.search-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-category .category,
.search-category .search {
  width: 100%;
  max-width: 230px;
}
@media screen and (max-width: 767px) {
  .search-category .category,
  .search-category .search {
    max-width: 100%;
  }
}
.search-category .category input,
.search-category .category select,
.search-category .search input,
.search-category .search select {
  width: 100%;
  height: 30px;
  border: 1px solid #ABABAB;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  color: #ABABAB;
}
.search-category .category input::-webkit-input-placeholder,
.search-category .category select::-webkit-input-placeholder,
.search-category .search input::-webkit-input-placeholder,
.search-category .search select::-webkit-input-placeholder {
  color: #ABABAB;
  font-size: 14px;
  font-weight: 500;
}
.search-category .category input::-moz-placeholder,
.search-category .category select::-moz-placeholder,
.search-category .search input::-moz-placeholder,
.search-category .search select::-moz-placeholder {
  color: #ABABAB;
  font-size: 14px;
  font-weight: 500;
}
.search-category .category input::-ms-input-placeholder,
.search-category .category select::-ms-input-placeholder,
.search-category .search input::-ms-input-placeholder,
.search-category .search select::-ms-input-placeholder {
  color: #ABABAB;
  font-size: 14px;
  font-weight: 500;
}
.search-category .category input::placeholder,
.search-category .category select::placeholder,
.search-category .search input::placeholder,
.search-category .search select::placeholder {
  color: #ABABAB;
  font-size: 14px;
  font-weight: 500;
}
.search-category .category input,
.search-category .search input {
  color: #000;
}
.search-category .category select {
  padding-right: 40px;
  background-image: url("../img/icon-chevron-down-filter.svg");
  background-size: 14px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.search-category .search {
  position: relative;
}
.search-category .search input {
  padding-right: 40px;
}
.search-category .search button {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: 0;
  background-color: transparent;
  background-image: url("../img/icon-search.svg");
  width: 14px;
  height: 14px;
  border: none;
}

.blog-wrapper .blog_list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  .blog-wrapper .blog_list__content {
    width: 1150px;
  }
}
@media screen and (max-width: 991px) {
  .blog-wrapper .blog_list__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }
}
.blog-wrapper .blog_list__content .blog_list__item {
  width: calc((100% - 50px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .blog-wrapper .blog_list__content .blog_list__item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .blog-wrapper .blog_list__content .blog_list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.blog-wrapper .blog_list__content .blog_list__item .blog_list__image {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .blog-wrapper .blog_list__content .blog_list__item .blog_list__image {
    width: 100%;
  }
}
.blog-wrapper .blog_list__content .blog_list__item .blog_list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
@media screen and (max-width: 767px) {
  .blog-wrapper .blog_list__content .blog_list__item .blog_list__image img {
    aspect-ratio: 16/9;
  }
}
.blog-wrapper .blog_list__content .blog_list__item .blog_list__text {
  background: #000;
  width: calc(100% - 220px);
  position: relative;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .blog-wrapper .blog_list__content .blog_list__item .blog_list__text {
    width: 100%;
  }
}
.blog-wrapper .blog_list__content .blog_list__item .blog_list__text:hover {
  background: #fff;
}
.blog-wrapper .blog_list__content .blog_list__item .blog_list__text:hover .title {
  color: #000;
}
.blog-wrapper .blog_list__content .blog_list__item .blog_list__text:hover .desc {
  color: #000;
}
.blog-wrapper .blog_list__content .blog_list__item .blog_list__text:hover .link a {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
.blog-wrapper .blog_list__content .blog_list__item .blog_list__text .blog_list__text-inner {
  padding: 20px 20px 90px 20px;
  color: #D9D9D9;
}
.blog-wrapper .blog_list__content .blog_list__item .blog_list__text .title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 90%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-wrapper .blog_list__content .blog_list__item .blog_list__text .desc {
  line-height: 1.2;
  -webkit-transition: all 0.43s ease;
  transition: all 0.43s ease;
}
.blog-wrapper .blog_list__content .blog_list__item .blog_list__text .link {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.blog-wrapper .blog_list__content .blog_list__item .blog_list__text .link a {
  color: #D9D9D9;
  border: 1px solid #fff;
}

.single-blog {
  position: relative;
}
.single-blog .image-post img {
  width: 100%;
  height: 560px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .single-blog .image-post img {
    height: 490px;
  }
}
.single-blog .content-post {
  padding: 100px 100px;
}
@media screen and (max-width: 991px) {
  .single-blog .content-post {
    padding: 40px 0;
  }
}
.single-blog .post-excerpt {
  color: #858585;
}
.single-blog .post-excerpt strong {
  font-weight: 700;
}
.single-blog .links-rodape__blog {
  margin-top: 70px;
  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) {
  .single-blog .links-rodape__blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px 0;
    margin-top: 50px;
  }
}
.single-blog .links-rodape__blog .links-rodape__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .single-blog .links-rodape__blog .links-rodape__share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px 0;
  }
}
.single-blog .links-rodape__blog .links-rodape__share p {
  color: #EA2D2D;
  font-size: 14px;
}
.single-blog .links-rodape__blog .links-rodape__share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
}
.single-blog .links-rodape__blog .links-rodape__share ul li a {
  width: 28px;
  height: 28px;
  background: #EA2D2D;
  color: #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;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .single-blog .links-rodape__blog .links-rodape__backblog {
    margin-top: 30px;
  }
}
.single-blog .links-rodape__blog .links-rodape__backblog a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 15px;
}
.single-blog .links-rodape__blog .links-rodape__backblog a .icon {
  width: 28px;
  height: 28px;
  color: #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;
  font-size: 16px;
}
.single-blog .links-rodape__blog .links-rodape__backblog a .icon img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.single-blog .links-rodape__blog .links-rodape__navpost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-blog .links-rodape__blog .links-rodape__navpost .nav-previous a,
.single-blog .links-rodape__blog .links-rodape__navpost .nav-next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #EA2D2D;
  font-weight: 700;
}
.single-blog .links-rodape__blog .links-rodape__navpost .nav-previous .icon,
.single-blog .links-rodape__blog .links-rodape__navpost .nav-next .icon {
  width: 28px;
  height: 28px;
  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;
}

.section-1-contact .boxes-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 20px;
}
@media screen and (max-width: 1199px) {
  .section-1-contact .boxes-contact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.section-1-contact .boxes-contact .item {
  width: calc((100% - 20px) / 4);
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .section-1-contact .boxes-contact .item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .section-1-contact .boxes-contact .item {
    width: 100%;
  }
}
.section-1-contact .boxes-contact .item .content-box {
  padding: 50px;
  background: #262626;
  height: 100%;
}
.section-1-contact .boxes-contact .item .button-box {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-1-contact .boxes-contact .item .button-box a {
  background-color: #EA2D2D;
  color: #fff;
  padding: 30px 20px;
  width: 100%;
  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;
}
.section-1-contact .boxes-contact .item .button-box a:hover {
  background: #D9D9D9;
  color: #EA2D2D;
}

@-webkit-keyframes floatSmoke {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-15px);
    transform: translateX(-50%) translateY(-15px);
  }
}

@keyframes floatSmoke {
  0%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-15px);
    transform: translateX(-50%) translateY(-15px);
  }
}
.image-coffe {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .image-coffe {
    width: 230px;
  }
}
.image-coffe .smoke-1,
.image-coffe .smoke-2,
.image-coffe .smoke-3 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: floatSmoke 3s ease-in-out infinite;
  animation: floatSmoke 3s ease-in-out infinite;
}
.image-coffe .smoke-1 {
  margin-left: -70px;
  margin-top: 15px;
  width: 44px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@media screen and (max-width: 991px) {
  .image-coffe .smoke-1 {
    width: 35px;
    margin-left: -60px;
    margin-top: 45px;
  }
}
.image-coffe .smoke-2 {
  width: 115px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media screen and (max-width: 991px) {
  .image-coffe .smoke-2 {
    width: 50px;
    margin-left: -25px;
    margin-top: 25px;
  }
}
.image-coffe .smoke-3 {
  width: 44px;
  margin-left: 10px;
  margin-top: 15px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@media screen and (max-width: 991px) {
  .image-coffe .smoke-3 {
    width: 35px;
    margin-top: 50px;
  }
}

.section-3-contact .right {
  padding: 35px 35px 100px 35px;
}
.section-3-contact ul li {
  word-break: break-all;
}

.section-4-contact {
  padding: 0 0 50px 0;
}
@media screen and (min-width: 1200px) {
  .section-4-contact {
    padding: 0 0 145px 0;
  }
}
.section-4-contact .enginner {
  display: table;
  margin: 0 auto;
  margin-top: -60px;
}

.form-contact {
  margin-top: 70px;
}
@media screen and (min-width: 1200px) {
  .form-contact {
    width: 1000px;
    margin: 0 auto;
    margin-top: 70px;
  }
}
.form-contact label {
  display: none !important;
}
.form-contact input,
.form-contact select {
  border: none !important;
  border-bottom: 1px solid #ABABAB !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  font-size: 16px !important;
}
.form-contact input::-webkit-input-placeholder,
.form-contact select::-webkit-input-placeholder {
  color: #ABABAB !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.form-contact input::-moz-placeholder,
.form-contact select::-moz-placeholder {
  color: #ABABAB !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.form-contact input::-ms-input-placeholder,
.form-contact select::-ms-input-placeholder {
  color: #ABABAB !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.form-contact input::placeholder,
.form-contact select::placeholder {
  color: #ABABAB !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.form-contact input:focus,
.form-contact select:focus {
  border-color: #EA2D2D !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.form-contact textarea {
  border: none !important;
  border-bottom: 1px solid #ABABAB !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  font-size: 16px !important;
  height: 120px;
}
.form-contact textarea::-webkit-input-placeholder {
  color: #ABABAB !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.form-contact textarea::-moz-placeholder {
  color: #ABABAB !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.form-contact textarea::-ms-input-placeholder {
  color: #ABABAB !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.form-contact textarea::placeholder {
  color: #ABABAB !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.form-contact textarea:focus {
  border-color: #EA2D2D !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.form-contact button {
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 7px 15px !important;
  text-transform: uppercase !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  color: #fff;
  border: 1px solid #EA2D2D !important;
  background-color: #EA2D2D !important;
  border-radius: 0 !important;
  display: table !important;
  margin: 0 auto !important;
  margin-top: 50px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.form-contact button:hover {
  background-color: #fff !important;
  color: #EA2D2D !important;
}
.form-contact .frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 50px !important;
}
.form-contact .frm_style_formidable-style.with_frm_style #frm_field_25_container {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 993px) {
  .form-contact .frm_form_fields .frm_fields_container {
    gap: 0 9% !important;
  }
}
@media only screen and (max-width: 767px) {
  .form-contact .frm_section_heading > .frm_form_field,
  .form-contact .frm_fields_container > .frm_submit,
  .form-contact .frm_grid_container > .frm_form_field,
  .form-contact .frm_fields_container > .frm_form_field {
    grid-column: 1/span 12 !important;
  }
}
.form-contact #frm_field_6_container {
  margin-bottom: 0 !important;
}
.form-contact.form-black input[type=text],
.form-contact.form-black input[type=email],
.form-contact.form-black input[type=tel],
.form-contact.form-black textarea,
.form-contact.form-black select {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #ABABAB !important;
}
.form-contact.form-black input[type=text]::-webkit-input-placeholder,
.form-contact.form-black input[type=email]::-webkit-input-placeholder,
.form-contact.form-black input[type=tel]::-webkit-input-placeholder,
.form-contact.form-black textarea::-webkit-input-placeholder,
.form-contact.form-black select::-webkit-input-placeholder {
  color: #ABABAB !important;
}
.form-contact.form-black input[type=text]::-moz-placeholder,
.form-contact.form-black input[type=email]::-moz-placeholder,
.form-contact.form-black input[type=tel]::-moz-placeholder,
.form-contact.form-black textarea::-moz-placeholder,
.form-contact.form-black select::-moz-placeholder {
  color: #ABABAB !important;
}
.form-contact.form-black input[type=text]::-ms-input-placeholder,
.form-contact.form-black input[type=email]::-ms-input-placeholder,
.form-contact.form-black input[type=tel]::-ms-input-placeholder,
.form-contact.form-black textarea::-ms-input-placeholder,
.form-contact.form-black select::-ms-input-placeholder {
  color: #ABABAB !important;
}
.form-contact.form-black input[type=text]::placeholder,
.form-contact.form-black input[type=email]::placeholder,
.form-contact.form-black input[type=tel]::placeholder,
.form-contact.form-black textarea::placeholder,
.form-contact.form-black select::placeholder {
  color: #ABABAB !important;
}
.form-contact.form-black input[type=text]:focus,
.form-contact.form-black input[type=email]:focus,
.form-contact.form-black input[type=tel]:focus,
.form-contact.form-black textarea:focus,
.form-contact.form-black select:focus {
  border-color: #EA2D2D !important;
}
.form-contact.form-black select {
  color: #ABABAB !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url("../img/icon-chevron-down-filter.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
}
.form-contact.form-black select option {
  color: #fff !important;
  background-color: #000 !important;
}

.form-contact {
  margin-top: 70px;
}
.form-contact .row-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 130px;
}
@media screen and (max-width: 991px) {
  .form-contact .row-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.form-contact .row-form .cl-6 {
  width: calc(50% - 65px);
}
@media screen and (max-width: 991px) {
  .form-contact .row-form .cl-6 {
    width: 100%;
  }
}
.form-contact .row-form .cl-12 {
  width: 100%;
}
.form-contact .item {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .form-contact .upload-file {
    margin-top: -90px;
  }
}
@media screen and (min-width: 1200px) {
  .form-contact {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
  }
}
.form-contact label {
  display: none !important;
}
.form-contact input[type=text],
.form-contact input[type=email],
.form-contact input[type=tel],
.form-contact select {
  border: none !important;
  border-bottom: 1px solid #ABABAB !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 18px !important;
  width: 100%;
  padding-bottom: 10px !important;
}
.form-contact input[type=text]::-webkit-input-placeholder,
.form-contact input[type=email]::-webkit-input-placeholder,
.form-contact input[type=tel]::-webkit-input-placeholder,
.form-contact select::-webkit-input-placeholder {
  color: #ABABAB !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.form-contact input[type=text]::-moz-placeholder,
.form-contact input[type=email]::-moz-placeholder,
.form-contact input[type=tel]::-moz-placeholder,
.form-contact select::-moz-placeholder {
  color: #ABABAB !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.form-contact input[type=text]::-ms-input-placeholder,
.form-contact input[type=email]::-ms-input-placeholder,
.form-contact input[type=tel]::-ms-input-placeholder,
.form-contact select::-ms-input-placeholder {
  color: #ABABAB !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.form-contact input[type=text]::placeholder,
.form-contact input[type=email]::placeholder,
.form-contact input[type=tel]::placeholder,
.form-contact select::placeholder {
  color: #ABABAB !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.form-contact input[type=text]:focus,
.form-contact input[type=email]:focus,
.form-contact input[type=tel]:focus,
.form-contact select:focus {
  border-color: #EA2D2D !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.form-contact textarea {
  border: none !important;
  border-bottom: 1px solid #ABABAB !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  font-size: 16px !important;
  height: 120px;
  width: 100% !important;
}
@media screen and (max-width: 991px) {
  .form-contact textarea {
    height: 100px;
  }
}
.form-contact textarea::-webkit-input-placeholder {
  color: #ABABAB !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.form-contact textarea::-moz-placeholder {
  color: #ABABAB !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.form-contact textarea::-ms-input-placeholder {
  color: #ABABAB !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.form-contact textarea::placeholder {
  color: #ABABAB !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.form-contact textarea:focus {
  border-color: #EA2D2D !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.form-contact button,
.form-contact input[type=submit] {
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 7px 15px !important;
  text-transform: uppercase !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  color: #fff;
  border: 1px solid #EA2D2D !important;
  background-color: #EA2D2D !important;
  border-radius: 0 !important;
  display: table !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 50px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.form-contact button:hover,
.form-contact input[type=submit]:hover {
  background-color: #fff !important;
  color: #EA2D2D !important;
}
.form-contact.form-black input[type=text],
.form-contact.form-black input[type=email],
.form-contact.form-black input[type=tel],
.form-contact.form-black textarea,
.form-contact.form-black select {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #ABABAB !important;
}
.form-contact.form-black input[type=text]::-webkit-input-placeholder,
.form-contact.form-black input[type=email]::-webkit-input-placeholder,
.form-contact.form-black input[type=tel]::-webkit-input-placeholder,
.form-contact.form-black textarea::-webkit-input-placeholder,
.form-contact.form-black select::-webkit-input-placeholder {
  color: #ABABAB !important;
}
.form-contact.form-black input[type=text]::-moz-placeholder,
.form-contact.form-black input[type=email]::-moz-placeholder,
.form-contact.form-black input[type=tel]::-moz-placeholder,
.form-contact.form-black textarea::-moz-placeholder,
.form-contact.form-black select::-moz-placeholder {
  color: #ABABAB !important;
}
.form-contact.form-black input[type=text]::-ms-input-placeholder,
.form-contact.form-black input[type=email]::-ms-input-placeholder,
.form-contact.form-black input[type=tel]::-ms-input-placeholder,
.form-contact.form-black textarea::-ms-input-placeholder,
.form-contact.form-black select::-ms-input-placeholder {
  color: #ABABAB !important;
}
.form-contact.form-black input[type=text]::placeholder,
.form-contact.form-black input[type=email]::placeholder,
.form-contact.form-black input[type=tel]::placeholder,
.form-contact.form-black textarea::placeholder,
.form-contact.form-black select::placeholder {
  color: #ABABAB !important;
}
.form-contact.form-black input[type=text]:focus,
.form-contact.form-black input[type=email]:focus,
.form-contact.form-black input[type=tel]:focus,
.form-contact.form-black textarea:focus,
.form-contact.form-black select:focus {
  border-color: #EA2D2D !important;
}
.form-contact.form-black select {
  color: #ABABAB !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-image: url("../img/icon-chevron-down-filter.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
}
.form-contact.form-black select option {
  color: #fff !important;
  background-color: #000 !important;
}
.form-contact.form-black input[type=submit],
.form-contact.form-black button {
  color: #fff !important;
  background-color: #EA2D2D !important;
  border: 1px solid #EA2D2D !important;
  border-radius: 0 !important;
  display: table !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 10px 15px !important;
  text-transform: uppercase !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
}
.form-contact.form-black input[type=submit]:hover,
.form-contact.form-black button:hover {
  background-color: #000 !important;
  color: #EA2D2D !important;
}
.form-contact .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 14px;
}
.form-contact .row-form .item {
  margin-bottom: 40px;
}

.mfcf7-zl-multiline-sample {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  border: none !important;
  border-bottom: 1px solid #ABABAB !important;
  padding: 0 0 12px 0 !important;
  min-height: 34px;
}
.mfcf7-zl-multiline-sample p {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.mfcf7-zl-multiline-sample .wpcf7-form-control-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.mfcf7-zl-multiline-sample input.wpcf7-multilinefile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  font-size: 16px !important;
}
.mfcf7-zl-multiline-sample .mfcf7-zl-multifile-name {
  display: inline-block;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #ABABAB !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mfcf7-zl-multiline-sample .mfcf7-zl-multifile-name:empty::before {
  content: "UPLOAD RESUME*";
}
.mfcf7-zl-multiline-sample .mfcf7-zl-multifile-name:not(:empty) {
  color: #fff !important;
}
.mfcf7-zl-multiline-sample .mfcf7-zl-multifile-name::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  background-image: url("../img/clip-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mfcf7-zl-multiline-sample .mfcf7_zl_delete_file {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 8px;
  position: relative;
  z-index: 2;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 5px;
}
.mfcf7-zl-multiline-sample .mfcf7_zl_delete_file img {
  width: 16px;
  height: 16px;
  display: block;
}
.mfcf7-zl-multiline-sample .mfcf7_zl_delete_file {
  display: block;
}

.form-contact.form-black .mfcf7-zl-multiline-sample {
  border-bottom-color: #ABABAB !important;
}
.form-contact.form-black .mfcf7-zl-multiline-sample .mfcf7-zl-multifile-name:empty::before {
  color: #ABABAB !important;
}
.form-contact.form-black .mfcf7-zl-multiline-sample .mfcf7-zl-multifile-name:not(:empty) {
  color: #fff !important;
}

.filter-category {
  background: #000;
  padding: 50px 0;
}
.filter-category .form-category select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ABABAB;
  color: #ABABAB;
  font-size: 18px;
  font-weight: 500;
  background: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/icon-chevron-down-filter.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.filter-category .form-category select option {
  background: #000;
  color: #ABABAB;
}

.content-product {
  padding-bottom: 120px;
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
  padding: 25px;
}
.product-list .product-item {
  width: calc((100% - 50px) / 3);
}
@media screen and (max-width: 1199px) {
  .product-list .product-item {
    width: calc((100% - 25px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .product-list .product-item {
    width: 100%;
  }
}
.product-list .product-item .inner-item {
  position: relative;
  background: #F4F4F4;
  padding-bottom: 100px;
  padding-top: 130px;
}
@media (max-width: 1440px) {
  .product-list .product-item .inner-item {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .product-list .product-item .inner-item {
    padding-bottom: 60px;
    padding-top: 90px;
  }
}
.product-list .product-item .inner-item .i-plus {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #959595;
}
.product-list .product-item .inner-item .i-plus span {
  background: #fff;
}
.product-list .product-item .product-title {
  font-size: 55px;
  font-weight: 700;
  color: #ABABAB;
  text-align: center;
  margin-bottom: 20px;
  line-height: 0.9;
  min-height: 100px;
}
@media (max-width: 1440px) {
  .product-list .product-item .product-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .product-list .product-item .product-title {
    font-size: 35px;
    min-height: auto;
  }
}
.product-list .product-item .product-infos {
  padding: 0 30px;
  display: table;
  margin: 0 auto;
  min-height: 440px;
}
@media (max-width: 1440px) {
  .product-list .product-item .product-infos {
    min-height: 360px;
  }
}
@media screen and (max-width: 991px) {
  .product-list .product-item .product-infos {
    padding: 0 40px;
    min-height: auto;
  }
}
.product-list .product-item .product-image {
  position: relative;
}
.product-list .product-item .product-image img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.product-list .product-item .product-image img.image-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0;
}
.product-list .product-item .button-item {
  border-bottom: 1px solid #888888;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.product-list .product-item .button-item .category-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}
.product-list .product-item .button-item .category {
  font-size: 16px;
  font-weight: 700;
  color: #ABABAB;
}
.product-list .product-item .button-item .link-btn {
  width: 119px;
  height: 38px;
  border: 1px solid #ABABAB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #ABABAB;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-list .product-item:hover .product-image img:first-child {
  opacity: 0;
}
.product-list .product-item:hover .product-image img.image-hover {
  opacity: 1;
}
.product-list .product-item:hover .link-btn {
  background: #EA2D2D;
  border-color: #EA2D2D;
  color: #fff;
}
.product-list .product-item:hover .i-plus {
  background-color: #EA2D2D;
  border-color: #EA2D2D;
  -webkit-transform: rotate(90deg) scale(1.1);
  transform: rotate(90deg) scale(1.1);
}
.product-list .product-item:hover .i-plus .line-horizontal,
.product-list .product-item:hover .i-plus .line-vertical {
  background-color: #fff;
}

.container-categorie {
  padding: 0 150px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .container-categorie {
    padding: 0 100px;
  }
}
@media screen and (max-width: 991px) {
  .container-categorie {
    padding: 0 20px;
  }
}

.lista-categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 35px;
}
@media screen and (max-width: 1439px) {
  .lista-categories {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1199px) {
  .lista-categories {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 639px) {
  .lista-categories {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lista-categories .item-category .categorie-img {
  position: relative;
  width: 100%;
  padding-bottom: 75.25%;
  border: 1px solid #EA2D2D;
}
@media screen and (max-width: 639px) {
  .lista-categories .item-category .categorie-img {
    padding-bottom: 60%;
  }
}
.lista-categories .item-category .categorie-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  padding: 40px 40px;
}
.lista-categories .item-category .content-title {
  padding: 25px;
  border: 1px solid #EA2D2D;
  border-top: none;
  color: #EA2D2D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 120px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lista-categories .item-category .title {
  line-height: 100%;
}
.lista-categories .item-category .link-learn {
  color: #EA2D2D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #EA2D2D;
  border-top: none;
}
.lista-categories .item-category .subtext {
  font-size: 16px;
  line-height: 100%;
  text-align: center;
}
.lista-categories .item-category:hover .content-title {
  border-bottom: 1px solid #fff;
}
.lista-categories .item-category:hover .content-title,
.lista-categories .item-category:hover .link-learn {
  color: #fff;
  background-color: #EA2D2D;
}

.hero-bottomText {
  padding: 50px 0;
}

.applications-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px;
}
.applications-list .application-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .applications-list .application-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.applications-list .application-item .title-1 {
  width: 165px;
  min-width: 165px;
  background: #EA2D2D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  padding-top: 20px;
}
@media screen and (max-width: 991px) {
  .applications-list .application-item .title-1 {
    min-width: 90px;
    width: 90px;
  }
}
.applications-list .application-item .image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 520px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .applications-list .application-item .image {
    height: 260px;
  }
}
.applications-list .application-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.4s ease;
  transition: -webkit-filter 0.4s ease;
  transition: filter 0.4s ease;
  transition: filter 0.4s ease, -webkit-filter 0.4s ease;
}
.applications-list .application-item:hover .image img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.applications-list .application-item .hover-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  max-width: 325px;
  bottom: 0;
  background: #000;
  padding: 25px;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  .applications-list .application-item .hover-text {
    max-width: 100%;
    position: relative;
    opacity: 1;
    width: 100%;
    max-width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.applications-list .application-item .hover-text .inner-hover {
  position: relative;
  height: 100%;
}
.applications-list .application-item .hover-text p {
  text-align: left;
  margin-bottom: 30px;
}
.applications-list .application-item .hover-text .i-plus {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .applications-list .application-item .hover-text .i-plus {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 20px;
  }
}
.applications-list .application-item:hover .hover-text {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media (max-width: 992px) {
  .applications-list {
    grid-template-columns: 1fr;
  }
}

.list-series .series-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .list-series .series-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.list-series .series-item:last-child {
  margin-bottom: 0;
}
.list-series .series-item .series-image {
  position: relative;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #F4F4F4;
  width: 50%;
  min-width: 50%;
  min-height: 650px;
}
@media screen and (max-width: 991px) {
  .list-series .series-item .series-image {
    width: 100%;
    min-width: 100%;
    height: 320px;
    min-height: 320px;
  }
  .list-series .series-item .series-image img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
  }
}
.list-series .series-item .series-image .inner-images img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 50px;
}
.list-series .series-item .arrow {
  height: 100%;
  background: #f4f4f4;
  position: absolute;
  right: -210px;
  top: 0;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 0 100%, 28% 47%);
  clip-path: polygon(0 0, 0 100%, 50% 50%);
  float: right;
  width: 210px;
}
@media screen and (max-width: 991px) {
  .list-series .series-item .arrow {
    height: 50px;
    width: 100%;
    right: 0;
    left: 0;
    top: auto;
    bottom: -50px;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}
.list-series .series-item .series-content {
  position: relative;
  padding: 40px 10% 40px 15%;
  background: #fff;
  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;
}
@media screen and (max-width: 991px) {
  .list-series .series-item .series-content {
    padding: 80px 30px 50px 50px;
  }
}
.list-series .series-item .series-content .series-title {
  font-size: 60px;
  font-weight: 700;
  color: #ABABAB;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .list-series .series-item .series-content .series-title {
    font-size: 32px;
  }
}
.list-series .series-item .series-content .series-text {
  font-size: 18px;
  line-height: 1.4;
  color: #666;
  margin-bottom: 15px;
  position: relative;
}
.list-series .series-item .series-content .series-text::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 5px;
  width: 9px;
  height: 17px;
  background-size: contain;
  background: url(../img/arrow-red-chevron.svg) no-repeat;
}
.list-series .series-item .series-content .series-text strong {
  font-weight: 600;
}
.list-series .series-item .series-content .series-text:last-of-type {
  margin-bottom: 25px;
}
.list-series .series-item .series-content .btn-learn-more {
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid #ABABAB;
  color: #ABABAB;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.list-series .series-item .series-content .btn-learn-more:hover {
  background: #000;
  color: #fff;
}
.list-series .series-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .list-series .series-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.list-series .series-item:nth-child(even) .series-content {
  padding: 40px 15% 40px 10%;
}
@media screen and (max-width: 991px) {
  .list-series .series-item:nth-child(even) .series-content {
    padding: 80px 30px 50px 50px;
  }
}
.list-series .series-item:nth-child(even) .arrow {
  left: -210px;
  right: auto;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 45% 47%);
  clip-path: polygon(100% 0, 100% 100%, 45% 47%);
}
@media screen and (max-width: 991px) {
  .list-series .series-item:nth-child(even) .arrow {
    left: 0;
    right: 0;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}

.software-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 10px;
}
@media screen and (max-width: 1199px) {
  .software-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .software-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.software-list .software-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.software-list .software-item .software-content-info {
  background: #EA2D2D;
  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-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.software-list .software-item .software-content-info .software-item-content {
  padding: 25px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.software-list .software-item .software-content-info .software-item-content .software-item-content-description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.software-list .software-item .buttons-download {
  display: inline-block;
  width: 100%;
}
.software-list .software-item .buttons-download a {
  background: #EA2D2D;
  margin-top: 3px;
  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;
  padding: 5px 10px;
}

.tabela-download .tabela-download-header {
  padding: 15px 15px;
  background: #F4F4F4;
  border-bottom: 1px solid #939393;
}
.tabela-download .tabela-download-list .tabela-download-item {
  display: grid;
  grid-template-columns: 1fr 240px auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #939393;
}
@media screen and (max-width: 991px) {
  .tabela-download .tabela-download-list .tabela-download-item {
    grid-template-columns: 1fr auto auto;
  }
}
@media screen and (max-width: 767px) {
  .tabela-download .tabela-download-list .tabela-download-item {
    grid-template-columns: 1fr;
    border: 1px solid #cdcdcd;
  }
  .tabela-download .tabela-download-list .tabela-download-item + .tabela-download-item {
    margin-top: 15px;
  }
  .tabela-download .tabela-download-list .tabela-download-item:nth-child(odd) {
    background: #F4F4F4;
  }
}
.tabela-download .tabela-download-list .tabela-download-item .tabela-download-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 10px 20px 10px 0;
  border-right: 1px solid #939393;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #939393;
}
@media screen and (max-width: 991px) {
  .tabela-download .tabela-download-list .tabela-download-item .tabela-download-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .tabela-download .tabela-download-list .tabela-download-item .tabela-download-info {
    border-right: none;
    border-bottom: 1px solid #939393;
    padding: 15px 15px;
  }
}
.tabela-download .tabela-download-list .tabela-download-item .tabela-download-info .tabela-download-titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
  min-width: 150px;
  font-size: 16px;
  line-height: 1.2;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .tabela-download .tabela-download-list .tabela-download-item .tabela-download-info .tabela-download-titulo {
    padding: 0;
    margin-bottom: 10px;
  }
}
.tabela-download .tabela-download-list .tabela-download-item .tabela-download-info .tabela-download-titulo .nome {
  text-transform: uppercase;
}
.tabela-download .tabela-download-list .tabela-download-item .tabela-download-info .tabela-download-titulo .plataforma {
  margin-top: -5px;
}
.tabela-download .tabela-download-list .tabela-download-item .tabela-download-info .tabela-download-descricao {
  font-size: 16px;
  line-height: 1.2;
  max-width: 60%;
}
@media screen and (max-width: 767px) {
  .tabela-download .tabela-download-list .tabela-download-item .tabela-download-info .tabela-download-descricao {
    max-width: 100%;
  }
}
.tabela-download .tabela-download-list .tabela-download-item .tabela-download-versao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-right: 1px solid #939393;
}
@media screen and (max-width: 767px) {
  .tabela-download .tabela-download-list .tabela-download-item .tabela-download-versao {
    border-right: none;
    border-bottom: 1px solid #939393;
  }
}
.tabela-download .tabela-download-list .tabela-download-item .tabela-download-versao form {
  width: 100%;
  height: 100%;
}
.tabela-download .tabela-download-list .tabela-download-item .tabela-download-versao select {
  width: 100%;
  padding: 12px 16px;
  border: none;
  border-radius: 0;
  background: #fff;
  font-size: 16px;
  color: #939393;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/icon-chevron-down-filter.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
  padding-right: 40px;
  height: 100%;
}
.tabela-download .tabela-download-list .tabela-download-item .tabela-download-versao select:focus {
  outline: none;
  border-color: #EA2D2D;
}
@media screen and (max-width: 767px) {
  .tabela-download .tabela-download-list .tabela-download-item .tabela-download-versao form {
    width: 100%;
  }
}
.tabela-download .tabela-download-list .tabela-download-item .tabela-download-acoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
@media screen and (max-width: 767px) {
  .tabela-download .tabela-download-list .tabela-download-item .tabela-download-acoes {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.tabela-download .tabela-download-list .tabela-download-item .tabela-download-acoes a,
.tabela-download .tabela-download-list .tabela-download-item .tabela-download-acoes button {
  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: 60px;
  min-width: 60px;
  max-width: 60px;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
  border: none;
  cursor: pointer;
  border-right: 1px solid #939393;
}
@media screen and (max-width: 767px) {
  .tabela-download .tabela-download-list .tabela-download-item .tabela-download-acoes a,
  .tabela-download .tabela-download-list .tabela-download-item .tabela-download-acoes button {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    padding: 10px 0;
  }
}
.tabela-download .tabela-download-list .tabela-download-item .tabela-download-acoes a img,
.tabela-download .tabela-download-list .tabela-download-item .tabela-download-acoes button img {
  width: 20px;
}
.tabela-download .tabela-download-list .tabela-download-item .tabela-download-acoes a:last-child,
.tabela-download .tabela-download-list .tabela-download-item .tabela-download-acoes button:last-child {
  border-right: none;
}
.tabela-download .tabela-download-list .tabela-download-item:hover .tabela-download-info {
  background: #EA2D2D;
  color: #fff;
}
.tabela-download.tabela-page-product .tabela-download-info {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .tabela-download.tabela-page-product .tabela-download-item {
    border-bottom: 1px solid #939393;
  }
  .tabela-download.tabela-page-product .tabela-download-item:nth-child(odd) {
    background: transparent;
  }
}
.tabela-download.tabela-page-product .tabela-download-versao select {
  background-color: #000 !important;
  color: #fff;
}
.tabela-download.tabela-page-product .tabela-download-versao select option {
  color: #fff !important;
  background-color: #000 !important;
}

.text-bottom-software {
  font-style: italic;
  font-weight: 600;
}
.text-bottom-software strong {
  font-weight: 700;
}

.firmware-tabs-wrapper .firmware-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  border-bottom: 1px solid #939393;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
  .firmware-tabs-wrapper .firmware-tabs {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.firmware-tabs-wrapper .firmware-tabs .firmware-tab {
  background: transparent;
  border: none;
  padding: 10px 10px;
  min-width: 170px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #939393;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
  border-right: 1px solid #939393;
  border-top: 1px solid #939393;
}
@media screen and (max-width: 767px) {
  .firmware-tabs-wrapper .firmware-tabs .firmware-tab {
    padding: 15px 15px;
    font-size: 14px;
    min-width: auto;
  }
}
.firmware-tabs-wrapper .firmware-tabs .firmware-tab:hover {
  background: #EA2D2D;
  color: #fff;
}
.firmware-tabs-wrapper .firmware-tabs .firmware-tab.active {
  background: #EA2D2D;
  color: #fff;
}
.firmware-tabs-wrapper .firmware-tab-content {
  display: none;
}
.firmware-tabs-wrapper .firmware-tab-content.active {
  display: block;
}

.documentation-list .documentation-item {
  border-bottom: 1px solid #939393;
}
.documentation-list .documentation-item:first-child {
  border-top: 1px solid #939393;
}
.documentation-list .documentation-item .documentation-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;
  padding: 20px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.documentation-list .documentation-item .documentation-header .documentation-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #939393;
  margin: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.documentation-list .documentation-item .documentation-header .documentation-icon {
  width: 16px;
  height: 16px;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
}
.documentation-list .documentation-item .documentation-header:hover .documentation-title {
  color: #EA2D2D;
}
.documentation-list .documentation-item .documentation-content {
  display: none;
}
.documentation-list .documentation-item .documentation-content ul {
  list-style: none;
  margin: 0;
}
.documentation-list .documentation-item .documentation-content ul li {
  border-top: 1px solid #EA2D2D;
  padding: 16px 0;
}
.documentation-list .documentation-item .documentation-content ul li:last-child {
  margin-bottom: 0;
}
.documentation-list .documentation-item .documentation-content ul li a {
  color: #EA2D2D;
  text-decoration: none;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: flex;
  position: relative;
}
.documentation-list .documentation-item .documentation-content ul li a img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.documentation-list .documentation-item .documentation-content ul li a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icon-release.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
}
.documentation-list .documentation-item.active .documentation-header .documentation-title {
  color: #EA2D2D;
}
.documentation-list .documentation-item.active .documentation-header .documentation-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(93%) saturate(4467%) hue-rotate(353deg) brightness(98%) contrast(100%);
  filter: brightness(0) saturate(100%) invert(24%) sepia(93%) saturate(4467%) hue-rotate(353deg) brightness(98%) contrast(100%);
}
.documentation-list .documentation-item:hover .documentation-header .documentation-icon {
  -webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(93%) saturate(4467%) hue-rotate(353deg) brightness(98%) contrast(100%);
  filter: brightness(0) saturate(100%) invert(24%) sepia(93%) saturate(4467%) hue-rotate(353deg) brightness(98%) contrast(100%);
}

model-viewer {
  width: 100%;
  height: 500px;
  overflow: hidden;
  /* esconde qualquer scroll */
}

model-viewer::part(default-progress-bar) {
  display: none;
}

/* Esconde controles AR se não quiser */
model-viewer::part(default-ar-button) {
  display: none;
}

.list-media-samples {
  margin-top: 60px;
}
.list-media-samples .samples-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #939393;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .list-media-samples .samples-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: none;
    border: 1px solid #939393;
  }
  .list-media-samples .samples-item + .samples-item {
    margin-top: 20px;
  }
}
.list-media-samples .samples-item:first-child {
  border-top: 1px solid #939393;
}
.list-media-samples .samples-item:hover .samples-content {
  background: #EA2D2D;
  color: #fff;
}
.list-media-samples .samples-item:hover .samples-content strong {
  color: #fff;
}
.list-media-samples .samples-item .samples-content {
  font-size: 18px;
  line-height: 1.4;
  color: #939393;
  padding: 20px 20px;
  border-right: 1px solid #939393;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .list-media-samples .samples-item .samples-content {
    border-right: none;
    border-bottom: 1px solid #939393;
    width: 100%;
  }
}
.list-media-samples .samples-item .samples-content strong {
  font-weight: 700;
  color: #939393;
}
.list-media-samples .samples-item .samples-download a {
  width: 125px;
  min-width: 125px;
  max-width: 125px;
  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;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .list-media-samples .samples-item .samples-download a {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 20px 0;
  }
}
.list-media-samples .samples-item .samples-download a img {
  width: 35px;
}

.hero-covers .container {
  height: 100%;
}
.hero-covers .label {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 991px) {
  .hero-covers .label {
    width: 110px;
    right: 30px;
  }
}
.hero-covers .inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}
.hero-covers .inner-content .row-hero-internals {
  width: 100%;
}

.section-1-online .container {
  padding: 0 15px;
}
.section-1-online .images-content {
  position: relative;
}
.section-1-online .images-content .image-cap {
  width: 440px;
  margin-right: 70px;
}
@media screen and (max-width: 991px) {
  .section-1-online .images-content .image-cap {
    width: 260px;
    margin-right: 50px;
  }
}
.section-1-online .images-content .image-text1 {
  position: relative;
  width: 192px;
  height: 192px;
  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;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  .section-1-online .images-content .image-text1 {
    width: 140px;
    height: 140px;
    top: -15px;
  }
}
.section-1-online .images-content .image-text1 span {
  font-size: 60px;
  color: #EA2D2D;
  font-weight: 700;
  text-align: center;
}
.section-1-online .images-content .image-text1 .image-show {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rotate 10s linear infinite;
  animation: rotate 10s linear infinite;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.content-course__online {
  margin-top: 20px;
}

.list-online__course {
  border-top: 1px solid #939393;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-online__course:last-child {
  border-bottom: 1px solid #939393;
}
.list-online__course .item-online__course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .list-online__course .item-online__course {
    gap: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .list-online__course .item-online__course {
    width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.list-online__course .item-online__course .image-online__course {
  width: 240px;
  height: 190px;
  border-right: 1px solid #939393;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .list-online__course .item-online__course .image-online__course {
    min-width: 130px;
    height: 130px;
  }
}
.list-online__course .item-online__course .image-online__course img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.list-online__course .item-online__course .info-online__course {
  min-width: 330px;
  width: 330px;
}
@media screen and (max-width: 991px) {
  .list-online__course .item-online__course .info-online__course {
    min-width: 230px;
    width: 230px;
  }
}
.list-online__course .item-online__course .info-online__course .title_online__course {
  font-size: 40px;
  font-weight: 700;
  line-height: 90%;
  text-transform: uppercase;
  color: #939393;
}
@media screen and (max-width: 991px) {
  .list-online__course .item-online__course .info-online__course .title_online__course {
    font-size: 20px;
    padding-right: 40px;
  }
}
.list-online__course .item-online__course .info-online__course .link_online__course {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .list-online__course .item-online__course .info-online__course .link_online__course {
    margin-top: 20px;
  }
}
.list-online__course .item-online__course .info-online__course .link_online__course a {
  font-size: 14px;
  border: 1px solid #939393;
  font-weight: 700;
  width: 152px;
  height: 38px;
  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;
  color: #939393;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-online__course .item-online__course .info-online__course .link_online__course a:hover {
  border: 1px solid #EA2D2D;
  color: #EA2D2D;
}
.list-online__course .item-online__course .image-free {
  position: absolute;
  top: -12px;
  right: 0;
}
@media screen and (max-width: 991px) {
  .list-online__course .item-online__course .image-free {
    width: 40px;
    top: -10px;
  }
}
.list-online__course:hover {
  background: #939393;
}
.list-online__course:hover .title_online__course {
  color: #fff !important;
}
.list-online__course:hover .link_online__course a {
  color: #fff !important;
  background: #EA2D2D;
}
.list-online__course:hover .link_online__course a:hover {
  background: #fff;
  color: #EA2D2D !important;
}

.title-single {
  font-size: 50px;
  font-weight: 700;
  line-height: 90%;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .title-single {
    font-size: 40px;
  }
}

.single-image-application {
  display: table;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (min-width: 1200px) {
  .single-image-application {
    max-width: 920px;
  }
}

.bottom-single {
  margin-top: 100px;
}
.bottom-single .row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 993px) {
  .bottom-single .row-flex .left {
    width: 100%;
  }
}
@media screen and (min-width: 993px) {
  .bottom-single .row-flex .right {
    min-width: 315px;
    width: 315px;
  }
}

.tabs-container {
  width: 100%;
  overflow: hidden;
}
.tabs-container .tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs-container .tabs-header .tab-button {
  width: 171px;
  height: 45px;
  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-right: 1px solid #939393;
  border-top: 1px solid #939393;
  border-left: none;
  border-bottom: none;
  font-size: 16px;
  font-weight: 600;
  color: #939393;
  background: #fff;
  text-transform: uppercase;
}
.tabs-container .tabs-header .tab-button:first-child {
  border-left: 1px solid #939393;
}
.tabs-container .tabs-header .tab-button:hover {
  color: #fff;
  background: #EA2D2D;
}
.tabs-container .tabs-header .tab-button.active {
  color: #fff;
  background: #EA2D2D;
}
.tabs-container .tabs-content {
  border-top: 1px solid #939393;
  border-bottom: 1px solid #939393;
}
.tabs-container .tabs-content .tab-pane {
  display: none;
  -webkit-animation: fadeIn 0.4s ease;
  animation: fadeIn 0.4s ease;
  padding: 25px;
}
.tabs-container .tabs-content .tab-pane p {
  color: #939393;
  font-size: 18px;
  line-height: 130%;
}
.tabs-container .tabs-content .tab-pane.active {
  display: block;
}
.tabs-container .tabs-content .tab-pane#files {
  padding: 0;
}
.tabs-container .tabs-content .tab-pane .feature-list li {
  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;
  padding: 10px 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tabs-container .tabs-content .tab-pane .feature-list li .text {
  font-size: 16px;
  color: #939393;
}
.tabs-container .tabs-content .tab-pane .feature-list li .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tabs-container .tabs-content .tab-pane .feature-list li .left img {
  width: 19px;
  height: 15px;
  vertical-align: bottom;
}
.tabs-container .tabs-content .tab-pane .feature-list li:hover {
  background: #EA2D2D;
}
.tabs-container .tabs-content .tab-pane .feature-list li:hover .text {
  color: #fff;
}
.tabs-container .tabs-content .tab-pane .feature-list li:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.section-single-page-1 .head-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .section-single-page-1 .head-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.slider-content {
  margin: 0 auto;
  position: relative;
  margin-top: 50px;
}
@media screen and (min-width: 1200px) {
  .slider-content {
    width: 920px;
  }
}
.slider-content .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider-content .slider-single .slick-arrow {
  background-image: url(../img/chevron-gray-down.svg);
  width: 28px;
  height: 18px;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
}
.slider-content .slider-single .slick-arrow.slick-prev {
  left: -300px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 1640px) {
  .slider-content .slider-single .slick-arrow.slick-prev {
    left: -200px;
  }
}
@media (max-width: 1440px) {
  .slider-content .slider-single .slick-arrow.slick-prev {
    left: -100px;
  }
}
@media (max-width: 1200px) {
  .slider-content .slider-single .slick-arrow.slick-prev {
    left: -70px;
  }
}
@media screen and (max-width: 991px) {
  .slider-content .slider-single .slick-arrow.slick-prev {
    left: -15px;
  }
}
.slider-content .slider-single .slick-arrow.slick-next {
  right: -300px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
@media (max-width: 1640px) {
  .slider-content .slider-single .slick-arrow.slick-next {
    right: -200px;
  }
}
@media (max-width: 1440px) {
  .slider-content .slider-single .slick-arrow.slick-next {
    right: -100px;
  }
}
@media (max-width: 1200px) {
  .slider-content .slider-single .slick-arrow.slick-next {
    right: -70px;
  }
}
@media screen and (max-width: 991px) {
  .slider-content .slider-single .slick-arrow.slick-next {
    right: -15px;
  }
}
.slider-content .slider-single .slider-single-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .slider-content .slider-single .slider-single-item {
    padding: 0 20px;
  }
}

.section-single-page-3 {
  position: sticky;
  top: 69px;
  background: #fff;
  z-index: 1003;
}
@media screen and (max-width: 991px) {
  .section-single-page-3 {
    top: 64px;
  }
}

.nav-single-pages {
  margin-top: 50px;
  border-top: 1px solid #939393;
  border-bottom: 1px solid #939393;
}
@media screen and (max-width: 991px) {
  .nav-single-pages {
    margin-top: 0;
  }
  .nav-single-pages .container {
    padding: 0;
    max-width: 100%;
  }
}
.nav-single-pages .inner-nav {
  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) {
  .nav-single-pages .inner-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    padding-top: 20px;
  }
}
.nav-single-pages .inner-nav .title {
  font-size: 40px;
  color: #939393;
  font-weight: 700;
  line-height: 90%;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .nav-single-pages .inner-nav .title {
    font-size: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .nav-single-pages .inner-nav .right,
  .nav-single-pages .inner-nav .left {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .nav-single-pages .inner-nav .right {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .nav-single-pages .inner-nav .right::-webkit-scrollbar {
    display: none;
  }
}
.nav-single-pages .inner-nav nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .nav-single-pages .inner-nav nav ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
  }
}
.nav-single-pages .inner-nav nav ul li {
  list-style: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .nav-single-pages .inner-nav nav ul li {
    border-top: 1px solid #ABABAB;
  }
}
.nav-single-pages .inner-nav nav ul li a {
  padding: 10px 30px;
  color: #939393;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  border-left: 1px solid #ABABAB;
  min-width: 170px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .nav-single-pages .inner-nav nav ul li a {
    min-width: 140px;
    font-size: 14px;
    padding: 10px 15px;
    border-top: none;
  }
}
.nav-single-pages .inner-nav nav ul li a:hover {
  background: #EA2D2D;
  color: #fff;
}
.nav-single-pages .inner-nav nav ul li:last-child a {
  border-right: 1px solid #ABABAB;
}
@media screen and (max-width: 991px) {
  .nav-single-pages .inner-nav nav ul li:first-child a {
    border-left: none;
  }
}

.section-content-all-products {
  padding: 80px 0;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .section-content-all-products {
    padding: 40px 0;
  }
}
.section-content-all-products .section-product-infos {
  padding: 60px 0;
}

.section-single-page-4 .row-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 135px;
}
@media screen and (max-width: 991px) {
  .section-single-page-4 .row-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.section-single-page-4 .row-column .left {
  max-width: 300px;
}
.section-single-page-4 .row-column .left .title {
  font-size: 50px;
  font-weight: 700;
  line-height: 90%;
  text-transform: uppercase;
  color: #939393;
}
@media screen and (max-width: 991px) {
  .section-single-page-4 .row-column .left .title {
    font-size: 30px;
  }
}

.expandable-content p:not(:first-child) {
  display: none;
}

.files-content .head-name {
  background: #1D1D1D;
  color: #939393;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
  margin-top: 55px;
}
.files-content .list-documents .item {
  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;
  padding: 8px 20px;
  font-size: 16px;
  color: #939393;
  border-bottom: 1px solid #939393;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .files-content .list-documents .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5px;
  }
}
.files-content .list-documents .item:hover {
  background: #EA2D2D;
  color: #fff;
}
.files-content .list-documents .item:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.files-content .list-documents .item .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 200px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 340px;
  padding-right: 100px;
}
@media screen and (max-width: 991px) {
  .files-content .list-documents .item .left {
    padding-right: 40px;
    width: 100%;
  }
}
.files-content .list-documents .item .left .name {
  font-weight: 600;
  word-break: break-all;
  line-height: 1.2;
}
.files-content .list-documents .item .left .icon {
  position: absolute;
  right: 0;
}
.files-content .list-documents .item .left .icon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.files-content .list-documents .item .left .icon a img {
  width: 19px;
  height: 19px;
}

.section-infos-product .row-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 10%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .section-infos-product .row-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (min-width: 993px) {
  .section-infos-product .row-column .left {
    width: 55%;
  }
}
.section-infos-product .row-column .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 90%;
  text-transform: uppercase;
  color: #939393;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .section-infos-product .row-column .title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .section-infos-product .row-column .right {
    width: 35%;
  }
}
.section-infos-product .row-column .right ul li {
  position: relative;
  padding-left: 30px;
}
.section-infos-product .row-column .right ul li + li {
  margin-top: 10px;
}
.section-infos-product .row-column .right ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #EA2D2D;
  color: #fff;
}

.section-product-resources .boxes-rources {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5%;
  margin-top: 80px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .section-product-resources .boxes-rources {
    gap: 5px;
  }
}
.section-product-resources .boxes-rources .item {
  width: 24.6%;
}
@media screen and (max-width: 991px) {
  .section-product-resources .boxes-rources .item {
    width: calc(50% - 4px);
  }
}
.section-product-resources .boxes-rources .item a {
  background: #1D1D1D;
  min-height: 320px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .section-product-resources .boxes-rources .item a {
    min-height: 190px;
  }
}
.section-product-resources .boxes-rources .item a .images {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .section-product-resources .boxes-rources .item a .images {
    width: 100px;
  }
}
.section-product-resources .boxes-rources .item a .images .image {
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.section-product-resources .boxes-rources .item a .images .image-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.section-product-resources .boxes-rources .item a .images:hover .image {
  opacity: 0;
}
.section-product-resources .boxes-rources .item a .images:hover .image-hover {
  opacity: 1;
}
.section-product-resources .boxes-rources .item a .title {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 0 20px;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .section-product-resources .boxes-rources .item a .title {
    font-size: 16px;
  }
}

.button-quote-fixed {
  position: fixed;
  right: 0;
  z-index: 1005;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 991px) {
  .button-quote-fixed {
    bottom: 0;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    top: auto;
  }
  .button-quote-fixed a {
    width: 100%;
  }
}
.button-quote-fixed--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.section-product-firmware ul {
  margin-left: 20px;
  margin-top: 40px;
  line-height: 30px;
}
.section-product-firmware ul li {
  list-style: disc;
}

.section-404 .wrapper-404 {
  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;
  gap: 100px;
}
@media screen and (max-width: 991px) {
  .section-404 .wrapper-404 {
    -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: 50px;
  }
}
.section-404 .wrapper-404 .left {
  min-width: 410px;
}
@media screen and (max-width: 1199px) {
  .section-404 .wrapper-404 .left {
    min-width: 300px;
  }
}
@media screen and (max-width: 991px) {
  .section-404 .wrapper-404 .left {
    min-width: auto;
    width: 240px;
    display: table;
    margin: 0 auto;
  }
}
.section-404 .wrapper-404 .title {
  font-size: 6.5rem;
  line-height: 90%;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .section-404 .wrapper-404 .title {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 991px) {
  .section-404 .wrapper-404 .title {
    font-size: 3.2rem;
    text-align: center;
  }
}
.section-404 .wrapper-404 .preset-text2 {
  color: #fff;
}
@media screen and (min-width: 993px) {
  .section-404 .wrapper-404 .preset-text2 {
    width: 440px;
  }
}
@media screen and (max-width: 991px) {
  .section-404 .wrapper-404 .preset-text2 {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .section-404 .wrapper-404 .button-1 {
    display: table;
    margin: 0 auto;
  }
}

.map-wrap {
  max-width: 1100px;
  margin: 24px auto;
  padding: 0 16px;
  position: relative;
}

.map {
  position: relative;
  width: 100%;
  aspect-ratio: 1288/680;
}
.map svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.marker {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 0;
  padding: 0;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .marker {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .marker {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 639px) {
  .marker {
    width: 10px;
    height: 10px;
  }
}
.marker.bg-black {
  background: #000;
}
.marker.bg-red {
  background: #9b1616;
}
.marker .circle-hover {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.marker .circle-hover.border-black {
  border: 1px solid #000;
}
.marker .circle-hover.border-red {
  border: 1px solid #9b1616;
}
@media screen and (max-width: 991px) {
  .marker .circle-hover {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .marker .circle-hover {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 639px) {
  .marker .circle-hover {
    width: 20px;
    height: 20px;
  }
}
.marker:hover, .marker:focus, .marker:focus-visible {
  z-index: 10;
}
.marker:hover .circle-hover, .marker:focus .circle-hover, .marker:focus-visible .circle-hover {
  opacity: 1;
  visibility: visible;
}
.marker::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 150%;
  height: 35px;
  pointer-events: auto;
}
.marker .tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 20px);
  -webkit-transform: translateX(-50%) translateY(6px);
  transform: translateX(-50%) translateY(6px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 140ms ease, -webkit-transform 140ms ease;
  transition: opacity 140ms ease, -webkit-transform 140ms ease;
  transition: opacity 140ms ease, transform 140ms ease;
  transition: opacity 140ms ease, transform 140ms ease, -webkit-transform 140ms ease;
  color: #fff;
  max-width: 400px;
  width: 400px;
  text-align: left;
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .marker .tooltip {
    max-width: min(300px, 100vw - 32px);
    width: min(300px, 100vw - 32px);
    padding: 15px;
    /* JS ajusta a posição para manter dentro da tela */
  }
}
.marker .tooltip.bg-black {
  background: #000;
}
.marker .tooltip.bg-red {
  background: #9b1616;
}
.marker .tooltip .title {
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: 500;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .marker .tooltip .title {
    font-size: 16px;
  }
}
.marker .tooltip .address {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .marker .tooltip .address {
    font-size: 16px;
  }
}
.marker .tooltip .infos-tooltip p {
  margin: 0;
  display: inline-block;
  line-height: 26px;
  margin-top: 5px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .marker .tooltip .infos-tooltip p {
    font-size: 14px;
    line-height: 20px;
  }
}
.marker:hover .tooltip, .marker:focus .tooltip, .marker:focus-visible .tooltip {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.legends {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px;
}
@media (min-width: 1350px) {
  .legends {
    position: absolute;
    left: -80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1349px) {
  .legends {
    margin-bottom: 55px;
  }
}
.legends .lg-red,
.legends .lg-black {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1350px) {
  .legends .lg-red,
  .legends .lg-black {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.legends .lg-red > span:first-child,
.legends .lg-black > span:first-child {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .legends .lg-red > span:first-child,
  .legends .lg-black > span:first-child {
    width: 24px;
    height: 24px;
  }
}
.legends .lg-red > span:first-child {
  background: #EA2D2D;
}
.legends .lg-black > span:first-child {
  background: #000;
}

.toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.toolbar button {
  border: 0;
  padding: 8px 12px;
  border-radius: 8px;
  background: #111827;
  color: #ffffff;
  cursor: pointer;
}
.toolbar button.secondary {
  background: #e5e7eb;
  color: #111827;
}

.section-list-distribuition {
  padding: 190px 0 80px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .section-list-distribuition {
    padding: 100px 0 80px 0;
  }
}
.section-list-distribuition .sticker-distribuition {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -115px;
}
@media screen and (max-width: 991px) {
  .section-list-distribuition .sticker-distribuition {
    top: -70px;
    width: 150px;
  }
}
.section-list-distribuition .country-name {
  font-size: 50px;
  color: #939393;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  letter-spacing: 2px;
  white-space: nowrap;
}
.section-list-distribuition .country-infos {
  color: #939393;
  font-size: 18px;
}
.section-list-distribuition .country-infos .box-infos + .box-infos {
  margin-top: 40px;
}
.section-list-distribuition .country-infos .title {
  position: relative;
}
.section-list-distribuition .country-infos .title span {
  position: absolute;
  left: -20px;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.section-list-distribuition .country-infos .title span.icon-red {
  background: #EA2D2D;
}
.section-list-distribuition .country-infos .title span.icon-black {
  background: #000;
}
.section-list-distribuition .column-local-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .section-list-distribuition .column-local-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
.section-list-distribuition .column-local-1 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 33.33%;
}
.section-list-distribuition .column-local-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .section-list-distribuition .column-local-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
.section-list-distribuition .column-local-2 .column-inner-1 {
  width: 66.66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .section-list-distribuition .column-local-2 .column-inner-1 {
    width: 100%;
  }
}
.section-list-distribuition .column-local-2 .column-inner-1 .item {
  width: 100%;
}
.section-list-distribuition .column-local-2 .column-inner-2 {
  width: 33.33%;
}
@media screen and (max-width: 991px) {
  .section-list-distribuition .column-local-2 .column-inner-2 {
    width: 100%;
  }
}
.section-list-distribuition .column-local-2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-list-distribuition .row-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px 0;
}
@media screen and (max-width: 991px) {
  .section-list-distribuition .row-infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 0;
  }
}
.section-list-distribuition .row-infos .country-infos {
  width: 44%;
  padding-right: 60px;
}
@media screen and (max-width: 991px) {
  .section-list-distribuition .row-infos .country-infos {
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .section-support-1 .container {
    padding: 0;
  }
}
.section-support-1 .wrapper-links {
  padding: 175px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .section-support-1 .wrapper-links {
    padding: 100px 35px;
  }
}
.section-support-1 .wrapper-links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
  color: #EA2D2D;
  text-transform: uppercase;
  line-height: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #EA2D2D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 991px) {
  .section-support-1 .wrapper-links li a {
    font-size: 18px;
  }
}
.section-support-1 .wrapper-links li a img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-support-1 .wrapper-links li a:hover {
  color: #000;
}
.section-support-1 .wrapper-links li a:hover img {
  -webkit-filter: grayscale(1) brightness(0);
  filter: grayscale(1) brightness(0);
}
.section-support-1 .wrapper-links li:first-child a {
  border-top: 1px solid #EA2D2D;
}

.section-3-support {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-3-support .inner-content {
  padding: 240px 0 100px 0;
}
@media screen and (max-width: 991px) {
  .section-3-support .inner-content {
    padding: 80px 0;
  }
}
.section-3-support .container {
  position: relative;
}
.section-3-support .container .sticker-section {
  position: absolute;
  right: 0;
  top: -75px;
}
@media screen and (max-width: 991px) {
  .section-3-support .container .sticker-section {
    top: -50px;
    width: 130px;
    right: 20px;
  }
}
.section-3-support .preset-text2 a {
  color: #EA2D2D;
}

.section-4-support {
  position: relative;
}
.section-4-support .container {
  position: relative;
}
.section-4-support .sticker-section {
  margin-top: -140px;
}
@media screen and (max-width: 991px) {
  .section-4-support .sticker-section {
    margin-top: -120px;
  }
}
@media screen and (max-width: 767px) {
  .section-4-support .sticker-section {
    margin-top: -100px;
  }
}
.section-4-support .sticker-section-2 {
  position: absolute;
  left: 0;
  bottom: 280px;
}
@media screen and (max-width: 991px) {
  .section-4-support .sticker-section-2 {
    bottom: 0;
    -webkit-transform: rotate(320deg);
    transform: rotate(320deg);
    left: 20px;
    width: 80px;
  }
}
.section-4-support .sticker-section-3 {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  .section-4-support .sticker-section-3 {
    top: 100px;
    right: 30px;
    width: 50px;
  }
}

.row-support-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .row-support-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px 0;
  }
}
.row-support-1 .left,
.row-support-1 .right {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .row-support-1 .left,
  .row-support-1 .right {
    width: 100%;
  }
}
.row-support-1 .preset-text2 p + p {
  margin-top: 15px;
}

.section-1-company {
  position: relative;
  z-index: 9;
}
.section-1-company .sticker-company-1 {
  position: absolute;
  top: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .section-1-company .sticker-company-1 {
    width: 110px;
    top: -20px;
  }
}

.section-2-company {
  position: relative;
  margin-top: -60px;
  background-position: right top;
  background-repeat: no-repeat;
  padding-bottom: 240px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .section-2-company {
    padding-bottom: 80px;
  }
}
.section-2-company .container {
  position: relative;
  z-index: 9;
}
.section-2-company .image-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  z-index: 1;
  width: 100%;
  -webkit-animation: floatingImage3 20s ease-in-out infinite;
  animation: floatingImage3 20s ease-in-out infinite;
}
.section-2-company .image-center img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .section-2-company .image-center {
    width: 100%;
    height: 100%;
  }
  .section-2-company .image-center img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }
}

.section-3-company .image-who-we-are {
  position: relative;
}
.section-3-company .image-who-we-are .detail-star {
  position: absolute;
  top: 31%;
  left: 28%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: rotate 15s linear infinite;
  animation: rotate 15s linear infinite;
}
@media screen and (max-width: 991px) {
  .section-3-company .image-who-we-are .detail-star {
    width: 160px;
    top: 29%;
    left: 26%;
  }
}
@media screen and (max-width: 767px) {
  .section-3-company .image-who-we-are .detail-star {
    width: 100px;
    top: 30%;
    left: 26%;
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.section-3-company .image-who-we-are img {
  position: relative;
  z-index: 1;
}

.whatwedo-content {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .whatwedo-content {
    margin-top: 50px;
  }
}
.whatwedo-content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .whatwedo-content .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.whatwedo-content .item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.whatwedo-content .item .box {
  width: 500px;
}
@media screen and (max-width: 991px) {
  .whatwedo-content .item .box {
    width: 100%;
  }
}
.whatwedo-content .item .box .inner-box {
  border-right: 1px solid #D9D9D9;
  border: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.whatwedo-content .item .box .box-text {
  padding-right: 30px;
  padding: 20px 30px 20px 20px;
}
.whatwedo-content .item .box .box-number {
  font-size: 64px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  color: #fff;
  border-left: 1px solid #D9D9D9;
  min-width: 115px;
}
@media screen and (max-width: 991px) {
  .whatwedo-content .item .box-arrow {
    display: none;
  }
}
.whatwedo-content .item .arrow {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .whatwedo-content .item .arrow {
    display: none;
  }
}
.whatwedo-content .item:nth-child(odd) .arrow {
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  margin-left: 35px;
}
.whatwedo-content .item:nth-child(even) .arrow {
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
  float: right;
  margin-right: 35px;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gallery .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.gallery .item {
  position: relative;
  overflow: hidden;
  padding: 0;
}
.gallery .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: -webkit-transform 400ms ease, -webkit-filter 400ms ease;
  transition: -webkit-transform 400ms ease, -webkit-filter 400ms ease;
  transition: transform 400ms ease, filter 400ms ease;
  transition: transform 400ms ease, filter 400ms ease, -webkit-transform 400ms ease, -webkit-filter 400ms ease;
  -o-object-position: center;
  object-position: center;
}
.gallery .item:hover img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-filter: saturate(1.15);
  filter: saturate(1.15);
}

.section-1-positions {
  padding: 80px 0 200px 0;
}
@media screen and (max-width: 991px) {
  .section-1-positions {
    padding: 80px 0 100px 0;
  }
}

.faq-openroles {
  margin-top: 40px;
}
.faq-openroles .faq-item {
  border-top: 1px solid #ABABAB;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.faq-openroles .faq-item:hover, .faq-openroles .faq-item.active {
  border-top: 1px solid #EA2D2D;
}
.faq-openroles .faq-item:last-child {
  border-bottom: 1px solid #ABABAB;
}
.faq-openroles .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;
  padding: 20px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 16px;
}
.faq-openroles .faq-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ABABAB;
  margin: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.faq-openroles .faq-header:hover .faq-title {
  color: #EA2D2D;
}
.faq-openroles .faq-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  display: block;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
}
.faq-openroles .faq-header:hover .faq-icon {
  -webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(93%) saturate(4467%) hue-rotate(353deg) brightness(98%) contrast(100%);
  filter: brightness(0) saturate(100%) invert(24%) sepia(93%) saturate(4467%) hue-rotate(353deg) brightness(98%) contrast(100%);
}
.faq-openroles .faq-item.active .faq-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(93%) saturate(4467%) hue-rotate(353deg) brightness(98%) contrast(100%);
  filter: brightness(0) saturate(100%) invert(24%) sepia(93%) saturate(4467%) hue-rotate(353deg) brightness(98%) contrast(100%);
}
.faq-openroles .faq-item.active .faq-title {
  color: #EA2D2D;
}
.faq-openroles .faq-content {
  display: none;
  padding-bottom: 40px;
}
.faq-openroles .faq-body {
  color: #ABABAB;
  font-size: 18px;
  line-height: 130%;
  padding-left: 50px;
  margin-top: 10px;
}
.faq-openroles .faq-body p {
  margin: 0 0 12px;
}
.faq-openroles .faq-body strong {
  font-weight: 700;
}
.faq-openroles .faq-body ul {
  list-style-position: outside;
  margin: 12px 0 0;
  padding-left: 30px;
}
.faq-openroles .faq-body li {
  display: list-item;
  margin-bottom: 4px;
  list-style-type: disc;
}
.faq-openroles .faq-body li:last-child {
  margin-bottom: 0;
}
.faq-openroles .faq-actions {
  margin-top: 40px;
}

.section-2-position {
  position: relative;
}
.section-2-position .container {
  position: relative;
}
.section-2-position .sticker-section {
  margin-top: -170px;
}
@media screen and (max-width: 991px) {
  .section-2-position .sticker-section {
    margin-top: -140px;
  }
}
.section-2-position .sticker-section-2 {
  position: absolute;
  left: 0;
  top: 100px;
}
@media screen and (max-width: 991px) {
  .section-2-position .sticker-section-2 {
    display: none;
  }
}
.section-2-position .sticker-section-3 {
  position: absolute;
  right: 0;
  top: -200px;
}
@media screen and (max-width: 991px) {
  .section-2-position .sticker-section-3 {
    display: none;
  }
}

.section-1-careers .row-careers-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px 150px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .section-1-careers .row-careers-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px 0;
  }
}
.section-1-careers .row-careers-1 .left,
.section-1-careers .row-careers-1 .right {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .section-1-careers .row-careers-1 .left,
  .section-1-careers .row-careers-1 .right {
    width: 100%;
  }
}

.boxes-full-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  padding: 0 10px;
}
@media screen and (max-width: 991px) {
  .boxes-full-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px 0;
    padding: 10px;
  }
}
.boxes-full-icon .item {
  margin: 10px 0;
  background: #F4F4F4;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  min-height: 650px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .boxes-full-icon .item {
    width: 100%;
    min-height: 500px;
    margin: 0;
  }
}
.boxes-full-icon .item .icon {
  position: relative;
  display: inline-block;
}
.boxes-full-icon .item .icon img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.boxes-full-icon .item .icon img.img-hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.boxes-full-icon .item:hover .icon img:first-child {
  opacity: 0;
}
.boxes-full-icon .item:hover .icon img.img-hover {
  opacity: 1;
}
.boxes-full-icon .item .text {
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
}

.section-4-careers {
  padding: 80px 80px 210px 80px;
  background: #EA2D2D;
  color: #C50000;
}
@media screen and (max-width: 991px) {
  .section-4-careers {
    padding: 80px 40px 100px 40px;
  }
}
.section-4-careers .image-center {
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.section-4-careers .row-1,
.section-4-careers .row-2 {
  z-index: 9;
  position: relative;
}
.section-4-careers .title {
  color: #C50000;
  font-size: 5vw;
  line-height: 90%;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  .section-4-careers .title {
    font-size: 4.4vw;
  }
}
.section-4-careers .title:hover {
  color: #fff;
}
.section-4-careers .row-2 .left:hover .title,
.section-4-careers .row-2 .left:hover .text {
  color: #fff;
}
.section-4-careers .text p {
  font-size: 1.8rem;
  line-height: 1.25em;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 993px) {
  .section-4-careers .text p {
    max-width: 550px;
  }
}
.section-4-careers .row-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .section-4-careers .row-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-top: 0;
  }
}
@media screen and (min-width: 993px) {
  .section-4-careers .row-1 .left .title-text-2 {
    margin-left: 1.35em;
  }
}
.section-4-careers .row-1 .right {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .section-4-careers .row-1 .right {
    margin-top: 50px;
  }
}
@media screen and (min-width: 993px) {
  .section-4-careers .row-1 .right .title-text-1 {
    text-align: right;
  }
}
@media screen and (min-width: 993px) {
  .section-4-careers .row-1 .right .title-text-2 {
    margin-right: 0;
  }
}
.section-4-careers .row-2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 8%;
}
@media screen and (max-width: 991px) {
  .section-4-careers .row-2 {
    gap: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
  }
}
.section-4-careers .row-2 .left {
  max-width: 1250px;
}
@media screen and (max-width: 991px) {
  .section-4-careers .row-2 .left {
    max-width: 100%;
  }
}
.section-4-careers .row-2 .left .title-text-1 {
  text-align: center;
}
.section-4-careers .row-2 .right .button-1 {
  min-width: 235px;
}

.section-5-careers {
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .section-5-careers .row-column-1 {
    text-align: center;
  }
}
.section-5-careers .row-column-1 .left {
  margin-top: -90px;
}
@media screen and (max-width: 991px) {
  .section-5-careers .row-column-1 .left {
    margin-top: -50px;
  }
}
.section-5-careers .row-column-1 .right {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .section-5-careers .row-column-1 .right {
    padding: 30px 0 80px 0;
  }
}

.ywraq-before-form {
  font-size: 18px;
  color: #939393;
}
.ywraq-before-form .return-to-shop {
  margin-top: 20px;
}
.ywraq-before-form .return-to-shop a {
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px !important;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  background: #EA2D2D;
  color: #fff;
  border-radius: 0;
  border: 1px solid #EA2D2D;
}
.ywraq-before-form .return-to-shop a:hover {
  background: #fff;
  color: #EA2D2D;
  border: 1px solid #EA2D2D;
}

#yith-ywraq-default-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 100px;
}
@media screen and (max-width: 767px) {
  #yith-ywraq-default-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 479px) {
  #yith-ywraq-default-form {
    gap: 0 20px;
  }
}
#yith-ywraq-default-form .form-row-first,
#yith-ywraq-default-form .form-row-first {
  float: none;
}
#yith-ywraq-default-form .form-row {
  width: calc(50% - 50px);
  padding: 0;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #yith-ywraq-default-form .form-row {
    width: 100%;
  }
}
#yith-ywraq-default-form .form-row input[type=text],
#yith-ywraq-default-form .form-row input[type=email],
#yith-ywraq-default-form .form-row input[type=tel],
#yith-ywraq-default-form .form-row input[type=number],
#yith-ywraq-default-form .form-row input[type=date],
#yith-ywraq-default-form .form-row input[type=time],
#yith-ywraq-default-form .form-row input[type=url],
#yith-ywraq-default-form .form-row input[type=search],
#yith-ywraq-default-form .form-row .select2-selection,
#yith-ywraq-default-form .form-row select {
  border: none;
  width: 100%;
  border-bottom: 1px solid #ABABAB;
  border-radius: 0;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
}
#yith-ywraq-default-form .form-row input[type=text]::-webkit-input-placeholder,
#yith-ywraq-default-form .form-row input[type=email]::-webkit-input-placeholder,
#yith-ywraq-default-form .form-row input[type=tel]::-webkit-input-placeholder,
#yith-ywraq-default-form .form-row input[type=number]::-webkit-input-placeholder,
#yith-ywraq-default-form .form-row input[type=date]::-webkit-input-placeholder,
#yith-ywraq-default-form .form-row input[type=time]::-webkit-input-placeholder,
#yith-ywraq-default-form .form-row input[type=url]::-webkit-input-placeholder,
#yith-ywraq-default-form .form-row input[type=search]::-webkit-input-placeholder,
#yith-ywraq-default-form .form-row .select2-selection::-webkit-input-placeholder,
#yith-ywraq-default-form .form-row select::-webkit-input-placeholder {
  color: #c1c1c1;
}
#yith-ywraq-default-form .form-row input[type=text]::-moz-placeholder,
#yith-ywraq-default-form .form-row input[type=email]::-moz-placeholder,
#yith-ywraq-default-form .form-row input[type=tel]::-moz-placeholder,
#yith-ywraq-default-form .form-row input[type=number]::-moz-placeholder,
#yith-ywraq-default-form .form-row input[type=date]::-moz-placeholder,
#yith-ywraq-default-form .form-row input[type=time]::-moz-placeholder,
#yith-ywraq-default-form .form-row input[type=url]::-moz-placeholder,
#yith-ywraq-default-form .form-row input[type=search]::-moz-placeholder,
#yith-ywraq-default-form .form-row .select2-selection::-moz-placeholder,
#yith-ywraq-default-form .form-row select::-moz-placeholder {
  color: #c1c1c1;
}
#yith-ywraq-default-form .form-row input[type=text]::-ms-input-placeholder,
#yith-ywraq-default-form .form-row input[type=email]::-ms-input-placeholder,
#yith-ywraq-default-form .form-row input[type=tel]::-ms-input-placeholder,
#yith-ywraq-default-form .form-row input[type=number]::-ms-input-placeholder,
#yith-ywraq-default-form .form-row input[type=date]::-ms-input-placeholder,
#yith-ywraq-default-form .form-row input[type=time]::-ms-input-placeholder,
#yith-ywraq-default-form .form-row input[type=url]::-ms-input-placeholder,
#yith-ywraq-default-form .form-row input[type=search]::-ms-input-placeholder,
#yith-ywraq-default-form .form-row .select2-selection::-ms-input-placeholder,
#yith-ywraq-default-form .form-row select::-ms-input-placeholder {
  color: #c1c1c1;
}
#yith-ywraq-default-form .form-row input[type=text]::placeholder,
#yith-ywraq-default-form .form-row input[type=email]::placeholder,
#yith-ywraq-default-form .form-row input[type=tel]::placeholder,
#yith-ywraq-default-form .form-row input[type=number]::placeholder,
#yith-ywraq-default-form .form-row input[type=date]::placeholder,
#yith-ywraq-default-form .form-row input[type=time]::placeholder,
#yith-ywraq-default-form .form-row input[type=url]::placeholder,
#yith-ywraq-default-form .form-row input[type=search]::placeholder,
#yith-ywraq-default-form .form-row .select2-selection::placeholder,
#yith-ywraq-default-form .form-row select::placeholder {
  color: #c1c1c1;
}
#yith-ywraq-default-form .form-row input[type=text] {
  color: #EA2D2D;
}
#yith-ywraq-default-form .form-row input[type=text]:focus {
  outline: none;
  border-bottom: 1.5px solid #EA2D2D;
}
#yith-ywraq-default-form .form-row input[type=submit] {
  display: table;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #EA2D2D;
  color: #fff;
  border-radius: 0;
  border: 1px solid #EA2D2D;
}
#yith-ywraq-default-form .form-row input[type=submit]:hover {
  background: #fff;
  color: #EA2D2D;
  border: 1px solid #EA2D2D;
}
#yith-ywraq-default-form .select2-selection {
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 10px !important;
}
#yith-ywraq-default-form .select2-selection .select2-selection__rendered {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #939393;
}
#yith-ywraq-default-form .select2-selection .select2-selection__placeholder {
  color: #c1c1c1 !important;
}
#yith-ywraq-default-form .raq-send-request-row {
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #yith-ywraq-default-form .raq-send-request-row {
    margin-top: 40px;
  }
}
#yith-ywraq-default-form #message_field {
  width: 100%;
}
#yith-ywraq-default-form #message_field textarea {
  height: 150px;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #939393;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #ABABAB;
  border-radius: 0;
  width: 100%;
}
#yith-ywraq-default-form #message_field textarea::-webkit-input-placeholder {
  color: #c1c1c1;
}
#yith-ywraq-default-form #message_field textarea::-moz-placeholder {
  color: #c1c1c1;
}
#yith-ywraq-default-form #message_field textarea::-ms-input-placeholder {
  color: #c1c1c1;
}
#yith-ywraq-default-form #message_field textarea::placeholder {
  color: #c1c1c1;
}

.yith-ywraq-mail-form-wrapper {
  padding: 0 !important;
  margin-top: 180px;
}
@media screen and (max-width: 991px) {
  .yith-ywraq-mail-form-wrapper {
    margin-top: 80px;
  }
}
.yith-ywraq-mail-form-wrapper h3 {
  display: none;
}

#yith-ywraq-form .shop_table.ywraq_responsive {
  width: 100%;
  border-collapse: collapse;
}
#yith-ywraq-form .shop_table.ywraq_responsive thead tr {
  border-bottom: 1px solid #ABABAB;
}
#yith-ywraq-form .shop_table.ywraq_responsive thead th {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #939393;
  padding: 14px 20px;
  text-align: center;
  vertical-align: middle;
  background: #fff;
}
#yith-ywraq-form .shop_table.ywraq_responsive thead th.product-remove {
  width: 60px;
  text-align: center;
}
#yith-ywraq-form .shop_table.ywraq_responsive thead th.product-name {
  text-align: left;
  padding-left: 24px;
}
#yith-ywraq-form .shop_table.ywraq_responsive thead th.product-quantity {
  width: 120px;
  text-align: center;
}
#yith-ywraq-form .shop_table.ywraq_responsive tbody tr.cart_item {
  border-bottom: 1px solid #ABABAB;
  vertical-align: middle;
}
#yith-ywraq-form .shop_table.ywraq_responsive tbody tr.cart_item td {
  padding: 44px 20px;
  border: none;
  border-right: 1px solid #ABABAB;
  vertical-align: middle;
}
#yith-ywraq-form .shop_table.ywraq_responsive tbody tr.cart_item td:last-child {
  border-right: none;
}
#yith-ywraq-form .product-remove {
  width: 60px;
  text-align: center;
}
#yith-ywraq-form .product-remove a.yith-ywraq-item-remove {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: #fff !important;
  background: #EA2D2D;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
#yith-ywraq-form .product-remove a.yith-ywraq-item-remove:hover {
  color: #fff !important;
}
#yith-ywraq-form .product-thumbnail {
  width: 290px;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
#yith-ywraq-form .product-thumbnail a {
  display: block;
  text-align: center;
}
#yith-ywraq-form .product-thumbnail img {
  max-width: 100%;
  width: auto;
  max-height: 80px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
}
#yith-ywraq-form .product-name {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
#yith-ywraq-form .product-name a {
  font-size: 40px;
  font-weight: 700;
  color: #EA2D2D;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#yith-ywraq-form .product-quantity {
  text-align: center;
  width: 120px;
}
#yith-ywraq-form .product-quantity .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#yith-ywraq-form .product-quantity .quantity .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#yith-ywraq-form .product-quantity .quantity .input-text.qty {
  width: 60px;
  padding: 10px 8px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  border: 1px solid #ABABAB;
  border-radius: 0;
  background: #fff;
  color: #000;
  -webkit-appearance: textfield;
  appearance: textfield;
  -moz-appearance: textfield;
}
#yith-ywraq-form .update-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
  padding-top: 16px;
}
#yith-ywraq-form .update-list-wrapper .button[name=update_raq] {
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  text-transform: uppercase;
  background: #EA2D2D;
  color: #fff;
  border: 1px solid #EA2D2D;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
  transition: background 0.2s ease, color 0.2s ease;
}
#yith-ywraq-form .update-list-wrapper .button[name=update_raq]:hover {
  background: #fff;
  color: #EA2D2D;
}
@media screen and (max-width: 767px) {
  #yith-ywraq-form .shop_table.ywraq_responsive {
    border: none;
  }
  #yith-ywraq-form .shop_table.ywraq_responsive thead {
    display: none;
  }
  #yith-ywraq-form .shop_table.ywraq_responsive tbody tr.cart_item {
    display: block;
    position: relative;
    border: 1px solid #ABABAB;
    border-bottom: 12px solid #fff;
    padding: 16px 48px 16px 16px;
    margin-bottom: 0;
  }
  #yith-ywraq-form .shop_table.ywraq_responsive tbody tr.cart_item:last-child {
    border-bottom: 1px solid #ABABAB;
  }
  #yith-ywraq-form .shop_table.ywraq_responsive tbody tr.cart_item td {
    display: block;
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid #ABABAB;
  }
  #yith-ywraq-form .shop_table.ywraq_responsive tbody tr.cart_item td:last-child {
    border-bottom: none;
  }
  #yith-ywraq-form .shop_table.ywraq_responsive td.product-remove {
    position: absolute !important;
    top: -20px !important;
    right: -5px !important;
    width: auto;
    padding: 0;
    border: none !important;
  }
  #yith-ywraq-form .shop_table.ywraq_responsive td.product-thumbnail {
    width: 100%;
    padding: 0 0 12px 0 !important;
  }
  #yith-ywraq-form .shop_table.ywraq_responsive td.product-thumbnail img {
    max-height: 120px;
  }
  #yith-ywraq-form .shop_table.ywraq_responsive td.product-name {
    padding: 3px 0;
    text-align: center;
  }
  #yith-ywraq-form .shop_table.ywraq_responsive td.product-name a {
    font-size: 18px;
  }
  #yith-ywraq-form .shop_table.ywraq_responsive td.product-quantity {
    width: 100%;
    text-align: left;
    padding: 12px 0 0 0;
  }
  #yith-ywraq-form .shop_table.ywraq_responsive td.product-quantity::before {
    content: attr(data-title);
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #939393;
    margin-bottom: 8px;
  }
  #yith-ywraq-form .shop_table.ywraq_responsive td.product-quantity .quantity {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #yith-ywraq-form .shop_table.ywraq_responsive td.product-quantity .input-text.qty {
    width: 100%;
  }
  #yith-ywraq-form .update-list-wrapper {
    margin-top: 16px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
    padding-top: 0;
  }
  #yith-ywraq-form .update-list-wrapper .button[name=update_raq] {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  #yith-ywraq-form .shop_table.ywraq_responsive tbody tr.cart_item {
    padding: 12px 12px 12px 12px;
  }
  #yith-ywraq-form .shop_table.ywraq_responsive td.product-remove {
    top: 12px;
    right: 12px;
  }
  #yith-ywraq-form td.product-name a {
    font-size: 15px;
  }
  #yith-ywraq-form td.product-thumbnail img {
    max-height: 100px;
  }
}

.woocommerce-error {
  display: none;
}

.yith-request-a-quote-page .ywraq-wrapper {
  text-align: center;
  font-size: 20px;
  color: #404040;
  font-weight: bold;
}

.tabela-legacy {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .tabela-legacy {
    margin-top: 20px;
  }
}

#LegacyFirmware {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #939393;
  background: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #LegacyFirmware {
    display: block;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  #LegacyFirmware tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #LegacyFirmware tbody > tr:first-child {
    display: none;
  }
}
#LegacyFirmware th {
  background: #F4F4F4;
  color: #939393;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 20px;
  text-align: left;
  border-right: 1px solid #939393;
  border-bottom: 1px solid #939393;
  font-size: 16px;
  white-space: nowrap;
}
#LegacyFirmware th:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  #LegacyFirmware th {
    display: none;
  }
}
#LegacyFirmware tr {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #939393;
}
#LegacyFirmware tr:first-child:hover {
  background: transparent;
}
@media screen and (max-width: 767px) {
  #LegacyFirmware tr {
    display: block;
    border: 1px solid #939393;
    margin-bottom: 15px;
    background: #fff;
  }
  #LegacyFirmware tr:first-child {
    display: none;
  }
  #LegacyFirmware tr:nth-child(even) {
    background: #F4F4F4;
  }
}
#LegacyFirmware tr:hover:not(:first-child) {
  background: #EA2D2D;
}
#LegacyFirmware tr:hover:not(:first-child) td {
  color: #fff;
}
#LegacyFirmware tr:hover:not(:first-child) td a {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #LegacyFirmware tr:hover:not(:first-child) td::before {
    color: #fff;
  }
}
#LegacyFirmware tr:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  #LegacyFirmware tr:last-child {
    border-bottom: 1px solid #939393;
  }
}
#LegacyFirmware td {
  padding: 15px 20px;
  color: #939393;
  border-right: 1px solid #939393;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.5;
}
#LegacyFirmware td:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  #LegacyFirmware td {
    display: block;
    padding: 12px 15px;
    padding-left: 40%;
    border-right: none;
    border-bottom: 1px solid #939393;
    font-size: 14px;
    position: relative;
  }
  #LegacyFirmware td:last-child {
    border-bottom: none;
  }
  #LegacyFirmware td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    top: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #939393;
    font-size: 12px;
  }
}
#LegacyFirmware td a {
  color: #EA2D2D;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
}
#LegacyFirmware td a:hover {
  text-decoration: underline;
}
#LegacyFirmware td a[target=_blank]::after {
  content: " ↗";
  font-size: 12px;
  opacity: 0.7;
}
/*# sourceMappingURL=style.css.map */
