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

.container-large {
  max-width: 100%;
  padding: 0 150px;
}
@media screen and (max-width: 1199px) {
  .container-large {
    padding: 0 50px;
  }
}
@media screen and (max-width: 991px) {
  .container-large {
    padding: 0 20px;
  }
}

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

.row-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 5%;
}
@media screen and (max-width: 991px) {
  .row-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.row-1 .column-left {
  width: 52%;
}
@media screen and (max-width: 991px) {
  .row-1 .column-left {
    width: 100%;
  }
}
.row-1 .column-right {
  width: 47%;
}
@media screen and (max-width: 991px) {
  .row-1 .column-right {
    width: 100%;
  }
}

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

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

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

.text-brown {
  color: #432919 !important;
}

.text-slate {
  color: #3F475F !important;
}

.text-grayscale {
  color: #D8D8D8 !important;
}

.text-beige {
  color: #fcf5f0 !important;
}

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

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

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

.bg-brown {
  background-color: #432919 !important;
}

.bg-slate {
  background-color: #3F475F !important;
}

.bg-grayscale {
  background-color: #D8D8D8 !important;
}

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

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-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;
}

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

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-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;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-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;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-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;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-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;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-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;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-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;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-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;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-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;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-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;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-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;
}

.pt-55 {
  padding-top: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pr-55 {
  padding-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;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-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;
}

.pt-65 {
  padding-top: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pr-65 {
  padding-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;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-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;
}

.pt-75 {
  padding-top: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pr-75 {
  padding-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;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-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;
}

.pt-85 {
  padding-top: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pr-85 {
  padding-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;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-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;
}

.pt-95 {
  padding-top: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pr-95 {
  padding-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;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-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;
}

.pt-105 {
  padding-top: 105px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pr-105 {
  padding-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;
}

.pt-110 {
  padding-top: 110px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pr-110 {
  padding-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;
}

.pt-115 {
  padding-top: 115px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pr-115 {
  padding-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;
}

.pt-120 {
  padding-top: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pr-120 {
  padding-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;
}

.pt-125 {
  padding-top: 125px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pr-125 {
  padding-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;
}

.pt-130 {
  padding-top: 130px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pr-130 {
  padding-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;
}

.pt-135 {
  padding-top: 135px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.pr-135 {
  padding-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;
}

.pt-140 {
  padding-top: 140px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pr-140 {
  padding-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;
}

.pt-145 {
  padding-top: 145px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.pr-145 {
  padding-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;
}

.pt-150 {
  padding-top: 150px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pr-150 {
  padding-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;
  }
  .pt-md-0 {
    padding-top: 0px !important;
  }
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
  .pl-md-0 {
    padding-left: 0px !important;
  }
  .pr-md-0 {
    padding-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;
  }
  .pt-md-5 {
    padding-top: 5px !important;
  }
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
  .pl-md-5 {
    padding-left: 5px !important;
  }
  .pr-md-5 {
    padding-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;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .pl-md-10 {
    padding-left: 10px !important;
  }
  .pr-md-10 {
    padding-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;
  }
  .pt-md-15 {
    padding-top: 15px !important;
  }
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
  .pl-md-15 {
    padding-left: 15px !important;
  }
  .pr-md-15 {
    padding-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;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .pl-md-20 {
    padding-left: 20px !important;
  }
  .pr-md-20 {
    padding-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;
  }
  .pt-md-25 {
    padding-top: 25px !important;
  }
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
  .pl-md-25 {
    padding-left: 25px !important;
  }
  .pr-md-25 {
    padding-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;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .pl-md-30 {
    padding-left: 30px !important;
  }
  .pr-md-30 {
    padding-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;
  }
  .pt-md-35 {
    padding-top: 35px !important;
  }
  .pb-md-35 {
    padding-bottom: 35px !important;
  }
  .pl-md-35 {
    padding-left: 35px !important;
  }
  .pr-md-35 {
    padding-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;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .pl-md-40 {
    padding-left: 40px !important;
  }
  .pr-md-40 {
    padding-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;
  }
  .pt-md-45 {
    padding-top: 45px !important;
  }
  .pb-md-45 {
    padding-bottom: 45px !important;
  }
  .pl-md-45 {
    padding-left: 45px !important;
  }
  .pr-md-45 {
    padding-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;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  .pl-md-50 {
    padding-left: 50px !important;
  }
  .pr-md-50 {
    padding-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;
  }
  .pt-md-55 {
    padding-top: 55px !important;
  }
  .pb-md-55 {
    padding-bottom: 55px !important;
  }
  .pl-md-55 {
    padding-left: 55px !important;
  }
  .pr-md-55 {
    padding-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;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  .pl-md-60 {
    padding-left: 60px !important;
  }
  .pr-md-60 {
    padding-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;
  }
  .pt-md-65 {
    padding-top: 65px !important;
  }
  .pb-md-65 {
    padding-bottom: 65px !important;
  }
  .pl-md-65 {
    padding-left: 65px !important;
  }
  .pr-md-65 {
    padding-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;
  }
  .pt-md-70 {
    padding-top: 70px !important;
  }
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
  .pl-md-70 {
    padding-left: 70px !important;
  }
  .pr-md-70 {
    padding-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;
  }
  .pt-md-75 {
    padding-top: 75px !important;
  }
  .pb-md-75 {
    padding-bottom: 75px !important;
  }
  .pl-md-75 {
    padding-left: 75px !important;
  }
  .pr-md-75 {
    padding-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;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .pl-md-80 {
    padding-left: 80px !important;
  }
  .pr-md-80 {
    padding-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;
  }
  .pt-md-85 {
    padding-top: 85px !important;
  }
  .pb-md-85 {
    padding-bottom: 85px !important;
  }
  .pl-md-85 {
    padding-left: 85px !important;
  }
  .pr-md-85 {
    padding-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;
  }
  .pt-md-90 {
    padding-top: 90px !important;
  }
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
  .pl-md-90 {
    padding-left: 90px !important;
  }
  .pr-md-90 {
    padding-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;
  }
  .pt-md-95 {
    padding-top: 95px !important;
  }
  .pb-md-95 {
    padding-bottom: 95px !important;
  }
  .pl-md-95 {
    padding-left: 95px !important;
  }
  .pr-md-95 {
    padding-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;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .pl-md-100 {
    padding-left: 100px !important;
  }
  .pr-md-100 {
    padding-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;
  }
  .pt-md-105 {
    padding-top: 105px !important;
  }
  .pb-md-105 {
    padding-bottom: 105px !important;
  }
  .pl-md-105 {
    padding-left: 105px !important;
  }
  .pr-md-105 {
    padding-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;
  }
  .pt-md-110 {
    padding-top: 110px !important;
  }
  .pb-md-110 {
    padding-bottom: 110px !important;
  }
  .pl-md-110 {
    padding-left: 110px !important;
  }
  .pr-md-110 {
    padding-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;
  }
  .pt-md-115 {
    padding-top: 115px !important;
  }
  .pb-md-115 {
    padding-bottom: 115px !important;
  }
  .pl-md-115 {
    padding-left: 115px !important;
  }
  .pr-md-115 {
    padding-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;
  }
  .pt-md-120 {
    padding-top: 120px !important;
  }
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
  .pl-md-120 {
    padding-left: 120px !important;
  }
  .pr-md-120 {
    padding-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;
  }
  .pt-md-125 {
    padding-top: 125px !important;
  }
  .pb-md-125 {
    padding-bottom: 125px !important;
  }
  .pl-md-125 {
    padding-left: 125px !important;
  }
  .pr-md-125 {
    padding-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;
  }
  .pt-md-130 {
    padding-top: 130px !important;
  }
  .pb-md-130 {
    padding-bottom: 130px !important;
  }
  .pl-md-130 {
    padding-left: 130px !important;
  }
  .pr-md-130 {
    padding-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;
  }
  .pt-md-135 {
    padding-top: 135px !important;
  }
  .pb-md-135 {
    padding-bottom: 135px !important;
  }
  .pl-md-135 {
    padding-left: 135px !important;
  }
  .pr-md-135 {
    padding-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;
  }
  .pt-md-140 {
    padding-top: 140px !important;
  }
  .pb-md-140 {
    padding-bottom: 140px !important;
  }
  .pl-md-140 {
    padding-left: 140px !important;
  }
  .pr-md-140 {
    padding-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;
  }
  .pt-md-145 {
    padding-top: 145px !important;
  }
  .pb-md-145 {
    padding-bottom: 145px !important;
  }
  .pl-md-145 {
    padding-left: 145px !important;
  }
  .pr-md-145 {
    padding-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;
  }
  .pt-md-150 {
    padding-top: 150px !important;
  }
  .pb-md-150 {
    padding-bottom: 150px !important;
  }
  .pl-md-150 {
    padding-left: 150px !important;
  }
  .pr-md-150 {
    padding-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;
  }
  .pt-lg-0 {
    padding-top: 0px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .pl-lg-0 {
    padding-left: 0px !important;
  }
  .pr-lg-0 {
    padding-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;
  }
  .pt-lg-5 {
    padding-top: 5px !important;
  }
  .pb-lg-5 {
    padding-bottom: 5px !important;
  }
  .pl-lg-5 {
    padding-left: 5px !important;
  }
  .pr-lg-5 {
    padding-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;
  }
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .pl-lg-10 {
    padding-left: 10px !important;
  }
  .pr-lg-10 {
    padding-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;
  }
  .pt-lg-15 {
    padding-top: 15px !important;
  }
  .pb-lg-15 {
    padding-bottom: 15px !important;
  }
  .pl-lg-15 {
    padding-left: 15px !important;
  }
  .pr-lg-15 {
    padding-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;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .pl-lg-20 {
    padding-left: 20px !important;
  }
  .pr-lg-20 {
    padding-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;
  }
  .pt-lg-25 {
    padding-top: 25px !important;
  }
  .pb-lg-25 {
    padding-bottom: 25px !important;
  }
  .pl-lg-25 {
    padding-left: 25px !important;
  }
  .pr-lg-25 {
    padding-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;
  }
  .pt-lg-30 {
    padding-top: 30px !important;
  }
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
  .pl-lg-30 {
    padding-left: 30px !important;
  }
  .pr-lg-30 {
    padding-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;
  }
  .pt-lg-35 {
    padding-top: 35px !important;
  }
  .pb-lg-35 {
    padding-bottom: 35px !important;
  }
  .pl-lg-35 {
    padding-left: 35px !important;
  }
  .pr-lg-35 {
    padding-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;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .pl-lg-40 {
    padding-left: 40px !important;
  }
  .pr-lg-40 {
    padding-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;
  }
  .pt-lg-45 {
    padding-top: 45px !important;
  }
  .pb-lg-45 {
    padding-bottom: 45px !important;
  }
  .pl-lg-45 {
    padding-left: 45px !important;
  }
  .pr-lg-45 {
    padding-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;
  }
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
  .pl-lg-50 {
    padding-left: 50px !important;
  }
  .pr-lg-50 {
    padding-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;
  }
  .pt-lg-55 {
    padding-top: 55px !important;
  }
  .pb-lg-55 {
    padding-bottom: 55px !important;
  }
  .pl-lg-55 {
    padding-left: 55px !important;
  }
  .pr-lg-55 {
    padding-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;
  }
  .pt-lg-60 {
    padding-top: 60px !important;
  }
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
  .pl-lg-60 {
    padding-left: 60px !important;
  }
  .pr-lg-60 {
    padding-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;
  }
  .pt-lg-65 {
    padding-top: 65px !important;
  }
  .pb-lg-65 {
    padding-bottom: 65px !important;
  }
  .pl-lg-65 {
    padding-left: 65px !important;
  }
  .pr-lg-65 {
    padding-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;
  }
  .pt-lg-70 {
    padding-top: 70px !important;
  }
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
  .pl-lg-70 {
    padding-left: 70px !important;
  }
  .pr-lg-70 {
    padding-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;
  }
  .pt-lg-75 {
    padding-top: 75px !important;
  }
  .pb-lg-75 {
    padding-bottom: 75px !important;
  }
  .pl-lg-75 {
    padding-left: 75px !important;
  }
  .pr-lg-75 {
    padding-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;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  .pl-lg-80 {
    padding-left: 80px !important;
  }
  .pr-lg-80 {
    padding-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;
  }
  .pt-lg-85 {
    padding-top: 85px !important;
  }
  .pb-lg-85 {
    padding-bottom: 85px !important;
  }
  .pl-lg-85 {
    padding-left: 85px !important;
  }
  .pr-lg-85 {
    padding-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;
  }
  .pt-lg-90 {
    padding-top: 90px !important;
  }
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
  .pl-lg-90 {
    padding-left: 90px !important;
  }
  .pr-lg-90 {
    padding-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;
  }
  .pt-lg-95 {
    padding-top: 95px !important;
  }
  .pb-lg-95 {
    padding-bottom: 95px !important;
  }
  .pl-lg-95 {
    padding-left: 95px !important;
  }
  .pr-lg-95 {
    padding-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;
  }
  .pt-lg-100 {
    padding-top: 100px !important;
  }
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
  .pl-lg-100 {
    padding-left: 100px !important;
  }
  .pr-lg-100 {
    padding-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;
  }
  .pt-lg-105 {
    padding-top: 105px !important;
  }
  .pb-lg-105 {
    padding-bottom: 105px !important;
  }
  .pl-lg-105 {
    padding-left: 105px !important;
  }
  .pr-lg-105 {
    padding-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;
  }
  .pt-lg-110 {
    padding-top: 110px !important;
  }
  .pb-lg-110 {
    padding-bottom: 110px !important;
  }
  .pl-lg-110 {
    padding-left: 110px !important;
  }
  .pr-lg-110 {
    padding-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;
  }
  .pt-lg-115 {
    padding-top: 115px !important;
  }
  .pb-lg-115 {
    padding-bottom: 115px !important;
  }
  .pl-lg-115 {
    padding-left: 115px !important;
  }
  .pr-lg-115 {
    padding-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;
  }
  .pt-lg-120 {
    padding-top: 120px !important;
  }
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
  .pl-lg-120 {
    padding-left: 120px !important;
  }
  .pr-lg-120 {
    padding-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;
  }
  .pt-lg-125 {
    padding-top: 125px !important;
  }
  .pb-lg-125 {
    padding-bottom: 125px !important;
  }
  .pl-lg-125 {
    padding-left: 125px !important;
  }
  .pr-lg-125 {
    padding-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;
  }
  .pt-lg-130 {
    padding-top: 130px !important;
  }
  .pb-lg-130 {
    padding-bottom: 130px !important;
  }
  .pl-lg-130 {
    padding-left: 130px !important;
  }
  .pr-lg-130 {
    padding-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;
  }
  .pt-lg-135 {
    padding-top: 135px !important;
  }
  .pb-lg-135 {
    padding-bottom: 135px !important;
  }
  .pl-lg-135 {
    padding-left: 135px !important;
  }
  .pr-lg-135 {
    padding-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;
  }
  .pt-lg-140 {
    padding-top: 140px !important;
  }
  .pb-lg-140 {
    padding-bottom: 140px !important;
  }
  .pl-lg-140 {
    padding-left: 140px !important;
  }
  .pr-lg-140 {
    padding-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;
  }
  .pt-lg-145 {
    padding-top: 145px !important;
  }
  .pb-lg-145 {
    padding-bottom: 145px !important;
  }
  .pl-lg-145 {
    padding-left: 145px !important;
  }
  .pr-lg-145 {
    padding-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;
  }
  .pt-lg-150 {
    padding-top: 150px !important;
  }
  .pb-lg-150 {
    padding-bottom: 150px !important;
  }
  .pl-lg-150 {
    padding-left: 150px !important;
  }
  .pr-lg-150 {
    padding-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;
  }
  .pt-xl-0 {
    padding-top: 0px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0px !important;
  }
  .pl-xl-0 {
    padding-left: 0px !important;
  }
  .pr-xl-0 {
    padding-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;
  }
  .pt-xl-5 {
    padding-top: 5px !important;
  }
  .pb-xl-5 {
    padding-bottom: 5px !important;
  }
  .pl-xl-5 {
    padding-left: 5px !important;
  }
  .pr-xl-5 {
    padding-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;
  }
  .pt-xl-10 {
    padding-top: 10px !important;
  }
  .pb-xl-10 {
    padding-bottom: 10px !important;
  }
  .pl-xl-10 {
    padding-left: 10px !important;
  }
  .pr-xl-10 {
    padding-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;
  }
  .pt-xl-15 {
    padding-top: 15px !important;
  }
  .pb-xl-15 {
    padding-bottom: 15px !important;
  }
  .pl-xl-15 {
    padding-left: 15px !important;
  }
  .pr-xl-15 {
    padding-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;
  }
  .pt-xl-20 {
    padding-top: 20px !important;
  }
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
  .pl-xl-20 {
    padding-left: 20px !important;
  }
  .pr-xl-20 {
    padding-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;
  }
  .pt-xl-25 {
    padding-top: 25px !important;
  }
  .pb-xl-25 {
    padding-bottom: 25px !important;
  }
  .pl-xl-25 {
    padding-left: 25px !important;
  }
  .pr-xl-25 {
    padding-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;
  }
  .pt-xl-30 {
    padding-top: 30px !important;
  }
  .pb-xl-30 {
    padding-bottom: 30px !important;
  }
  .pl-xl-30 {
    padding-left: 30px !important;
  }
  .pr-xl-30 {
    padding-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;
  }
  .pt-xl-35 {
    padding-top: 35px !important;
  }
  .pb-xl-35 {
    padding-bottom: 35px !important;
  }
  .pl-xl-35 {
    padding-left: 35px !important;
  }
  .pr-xl-35 {
    padding-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;
  }
  .pt-xl-40 {
    padding-top: 40px !important;
  }
  .pb-xl-40 {
    padding-bottom: 40px !important;
  }
  .pl-xl-40 {
    padding-left: 40px !important;
  }
  .pr-xl-40 {
    padding-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;
  }
  .pt-xl-45 {
    padding-top: 45px !important;
  }
  .pb-xl-45 {
    padding-bottom: 45px !important;
  }
  .pl-xl-45 {
    padding-left: 45px !important;
  }
  .pr-xl-45 {
    padding-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;
  }
  .pt-xl-50 {
    padding-top: 50px !important;
  }
  .pb-xl-50 {
    padding-bottom: 50px !important;
  }
  .pl-xl-50 {
    padding-left: 50px !important;
  }
  .pr-xl-50 {
    padding-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;
  }
  .pt-xl-55 {
    padding-top: 55px !important;
  }
  .pb-xl-55 {
    padding-bottom: 55px !important;
  }
  .pl-xl-55 {
    padding-left: 55px !important;
  }
  .pr-xl-55 {
    padding-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;
  }
  .pt-xl-60 {
    padding-top: 60px !important;
  }
  .pb-xl-60 {
    padding-bottom: 60px !important;
  }
  .pl-xl-60 {
    padding-left: 60px !important;
  }
  .pr-xl-60 {
    padding-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;
  }
  .pt-xl-65 {
    padding-top: 65px !important;
  }
  .pb-xl-65 {
    padding-bottom: 65px !important;
  }
  .pl-xl-65 {
    padding-left: 65px !important;
  }
  .pr-xl-65 {
    padding-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;
  }
  .pt-xl-70 {
    padding-top: 70px !important;
  }
  .pb-xl-70 {
    padding-bottom: 70px !important;
  }
  .pl-xl-70 {
    padding-left: 70px !important;
  }
  .pr-xl-70 {
    padding-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;
  }
  .pt-xl-75 {
    padding-top: 75px !important;
  }
  .pb-xl-75 {
    padding-bottom: 75px !important;
  }
  .pl-xl-75 {
    padding-left: 75px !important;
  }
  .pr-xl-75 {
    padding-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;
  }
  .pt-xl-80 {
    padding-top: 80px !important;
  }
  .pb-xl-80 {
    padding-bottom: 80px !important;
  }
  .pl-xl-80 {
    padding-left: 80px !important;
  }
  .pr-xl-80 {
    padding-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;
  }
  .pt-xl-85 {
    padding-top: 85px !important;
  }
  .pb-xl-85 {
    padding-bottom: 85px !important;
  }
  .pl-xl-85 {
    padding-left: 85px !important;
  }
  .pr-xl-85 {
    padding-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;
  }
  .pt-xl-90 {
    padding-top: 90px !important;
  }
  .pb-xl-90 {
    padding-bottom: 90px !important;
  }
  .pl-xl-90 {
    padding-left: 90px !important;
  }
  .pr-xl-90 {
    padding-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;
  }
  .pt-xl-95 {
    padding-top: 95px !important;
  }
  .pb-xl-95 {
    padding-bottom: 95px !important;
  }
  .pl-xl-95 {
    padding-left: 95px !important;
  }
  .pr-xl-95 {
    padding-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;
  }
  .pt-xl-100 {
    padding-top: 100px !important;
  }
  .pb-xl-100 {
    padding-bottom: 100px !important;
  }
  .pl-xl-100 {
    padding-left: 100px !important;
  }
  .pr-xl-100 {
    padding-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;
  }
  .pt-xl-105 {
    padding-top: 105px !important;
  }
  .pb-xl-105 {
    padding-bottom: 105px !important;
  }
  .pl-xl-105 {
    padding-left: 105px !important;
  }
  .pr-xl-105 {
    padding-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;
  }
  .pt-xl-110 {
    padding-top: 110px !important;
  }
  .pb-xl-110 {
    padding-bottom: 110px !important;
  }
  .pl-xl-110 {
    padding-left: 110px !important;
  }
  .pr-xl-110 {
    padding-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;
  }
  .pt-xl-115 {
    padding-top: 115px !important;
  }
  .pb-xl-115 {
    padding-bottom: 115px !important;
  }
  .pl-xl-115 {
    padding-left: 115px !important;
  }
  .pr-xl-115 {
    padding-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;
  }
  .pt-xl-120 {
    padding-top: 120px !important;
  }
  .pb-xl-120 {
    padding-bottom: 120px !important;
  }
  .pl-xl-120 {
    padding-left: 120px !important;
  }
  .pr-xl-120 {
    padding-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;
  }
  .pt-xl-125 {
    padding-top: 125px !important;
  }
  .pb-xl-125 {
    padding-bottom: 125px !important;
  }
  .pl-xl-125 {
    padding-left: 125px !important;
  }
  .pr-xl-125 {
    padding-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;
  }
  .pt-xl-130 {
    padding-top: 130px !important;
  }
  .pb-xl-130 {
    padding-bottom: 130px !important;
  }
  .pl-xl-130 {
    padding-left: 130px !important;
  }
  .pr-xl-130 {
    padding-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;
  }
  .pt-xl-135 {
    padding-top: 135px !important;
  }
  .pb-xl-135 {
    padding-bottom: 135px !important;
  }
  .pl-xl-135 {
    padding-left: 135px !important;
  }
  .pr-xl-135 {
    padding-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;
  }
  .pt-xl-140 {
    padding-top: 140px !important;
  }
  .pb-xl-140 {
    padding-bottom: 140px !important;
  }
  .pl-xl-140 {
    padding-left: 140px !important;
  }
  .pr-xl-140 {
    padding-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;
  }
  .pt-xl-145 {
    padding-top: 145px !important;
  }
  .pb-xl-145 {
    padding-bottom: 145px !important;
  }
  .pl-xl-145 {
    padding-left: 145px !important;
  }
  .pr-xl-145 {
    padding-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;
  }
  .pt-xl-150 {
    padding-top: 150px !important;
  }
  .pb-xl-150 {
    padding-bottom: 150px !important;
  }
  .pl-xl-150 {
    padding-left: 150px !important;
  }
  .pr-xl-150 {
    padding-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;
  }
  .pt-xxl-0 {
    padding-top: 0px !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0px !important;
  }
  .pl-xxl-0 {
    padding-left: 0px !important;
  }
  .pr-xxl-0 {
    padding-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;
  }
  .pt-xxl-5 {
    padding-top: 5px !important;
  }
  .pb-xxl-5 {
    padding-bottom: 5px !important;
  }
  .pl-xxl-5 {
    padding-left: 5px !important;
  }
  .pr-xxl-5 {
    padding-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;
  }
  .pt-xxl-10 {
    padding-top: 10px !important;
  }
  .pb-xxl-10 {
    padding-bottom: 10px !important;
  }
  .pl-xxl-10 {
    padding-left: 10px !important;
  }
  .pr-xxl-10 {
    padding-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;
  }
  .pt-xxl-15 {
    padding-top: 15px !important;
  }
  .pb-xxl-15 {
    padding-bottom: 15px !important;
  }
  .pl-xxl-15 {
    padding-left: 15px !important;
  }
  .pr-xxl-15 {
    padding-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;
  }
  .pt-xxl-20 {
    padding-top: 20px !important;
  }
  .pb-xxl-20 {
    padding-bottom: 20px !important;
  }
  .pl-xxl-20 {
    padding-left: 20px !important;
  }
  .pr-xxl-20 {
    padding-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;
  }
  .pt-xxl-25 {
    padding-top: 25px !important;
  }
  .pb-xxl-25 {
    padding-bottom: 25px !important;
  }
  .pl-xxl-25 {
    padding-left: 25px !important;
  }
  .pr-xxl-25 {
    padding-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;
  }
  .pt-xxl-30 {
    padding-top: 30px !important;
  }
  .pb-xxl-30 {
    padding-bottom: 30px !important;
  }
  .pl-xxl-30 {
    padding-left: 30px !important;
  }
  .pr-xxl-30 {
    padding-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;
  }
  .pt-xxl-35 {
    padding-top: 35px !important;
  }
  .pb-xxl-35 {
    padding-bottom: 35px !important;
  }
  .pl-xxl-35 {
    padding-left: 35px !important;
  }
  .pr-xxl-35 {
    padding-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;
  }
  .pt-xxl-40 {
    padding-top: 40px !important;
  }
  .pb-xxl-40 {
    padding-bottom: 40px !important;
  }
  .pl-xxl-40 {
    padding-left: 40px !important;
  }
  .pr-xxl-40 {
    padding-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;
  }
  .pt-xxl-45 {
    padding-top: 45px !important;
  }
  .pb-xxl-45 {
    padding-bottom: 45px !important;
  }
  .pl-xxl-45 {
    padding-left: 45px !important;
  }
  .pr-xxl-45 {
    padding-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;
  }
  .pt-xxl-50 {
    padding-top: 50px !important;
  }
  .pb-xxl-50 {
    padding-bottom: 50px !important;
  }
  .pl-xxl-50 {
    padding-left: 50px !important;
  }
  .pr-xxl-50 {
    padding-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;
  }
  .pt-xxl-55 {
    padding-top: 55px !important;
  }
  .pb-xxl-55 {
    padding-bottom: 55px !important;
  }
  .pl-xxl-55 {
    padding-left: 55px !important;
  }
  .pr-xxl-55 {
    padding-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;
  }
  .pt-xxl-60 {
    padding-top: 60px !important;
  }
  .pb-xxl-60 {
    padding-bottom: 60px !important;
  }
  .pl-xxl-60 {
    padding-left: 60px !important;
  }
  .pr-xxl-60 {
    padding-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;
  }
  .pt-xxl-65 {
    padding-top: 65px !important;
  }
  .pb-xxl-65 {
    padding-bottom: 65px !important;
  }
  .pl-xxl-65 {
    padding-left: 65px !important;
  }
  .pr-xxl-65 {
    padding-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;
  }
  .pt-xxl-70 {
    padding-top: 70px !important;
  }
  .pb-xxl-70 {
    padding-bottom: 70px !important;
  }
  .pl-xxl-70 {
    padding-left: 70px !important;
  }
  .pr-xxl-70 {
    padding-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;
  }
  .pt-xxl-75 {
    padding-top: 75px !important;
  }
  .pb-xxl-75 {
    padding-bottom: 75px !important;
  }
  .pl-xxl-75 {
    padding-left: 75px !important;
  }
  .pr-xxl-75 {
    padding-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;
  }
  .pt-xxl-80 {
    padding-top: 80px !important;
  }
  .pb-xxl-80 {
    padding-bottom: 80px !important;
  }
  .pl-xxl-80 {
    padding-left: 80px !important;
  }
  .pr-xxl-80 {
    padding-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;
  }
  .pt-xxl-85 {
    padding-top: 85px !important;
  }
  .pb-xxl-85 {
    padding-bottom: 85px !important;
  }
  .pl-xxl-85 {
    padding-left: 85px !important;
  }
  .pr-xxl-85 {
    padding-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;
  }
  .pt-xxl-90 {
    padding-top: 90px !important;
  }
  .pb-xxl-90 {
    padding-bottom: 90px !important;
  }
  .pl-xxl-90 {
    padding-left: 90px !important;
  }
  .pr-xxl-90 {
    padding-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;
  }
  .pt-xxl-95 {
    padding-top: 95px !important;
  }
  .pb-xxl-95 {
    padding-bottom: 95px !important;
  }
  .pl-xxl-95 {
    padding-left: 95px !important;
  }
  .pr-xxl-95 {
    padding-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;
  }
  .pt-xxl-100 {
    padding-top: 100px !important;
  }
  .pb-xxl-100 {
    padding-bottom: 100px !important;
  }
  .pl-xxl-100 {
    padding-left: 100px !important;
  }
  .pr-xxl-100 {
    padding-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;
  }
  .pt-xxl-105 {
    padding-top: 105px !important;
  }
  .pb-xxl-105 {
    padding-bottom: 105px !important;
  }
  .pl-xxl-105 {
    padding-left: 105px !important;
  }
  .pr-xxl-105 {
    padding-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;
  }
  .pt-xxl-110 {
    padding-top: 110px !important;
  }
  .pb-xxl-110 {
    padding-bottom: 110px !important;
  }
  .pl-xxl-110 {
    padding-left: 110px !important;
  }
  .pr-xxl-110 {
    padding-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;
  }
  .pt-xxl-115 {
    padding-top: 115px !important;
  }
  .pb-xxl-115 {
    padding-bottom: 115px !important;
  }
  .pl-xxl-115 {
    padding-left: 115px !important;
  }
  .pr-xxl-115 {
    padding-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;
  }
  .pt-xxl-120 {
    padding-top: 120px !important;
  }
  .pb-xxl-120 {
    padding-bottom: 120px !important;
  }
  .pl-xxl-120 {
    padding-left: 120px !important;
  }
  .pr-xxl-120 {
    padding-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;
  }
  .pt-xxl-125 {
    padding-top: 125px !important;
  }
  .pb-xxl-125 {
    padding-bottom: 125px !important;
  }
  .pl-xxl-125 {
    padding-left: 125px !important;
  }
  .pr-xxl-125 {
    padding-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;
  }
  .pt-xxl-130 {
    padding-top: 130px !important;
  }
  .pb-xxl-130 {
    padding-bottom: 130px !important;
  }
  .pl-xxl-130 {
    padding-left: 130px !important;
  }
  .pr-xxl-130 {
    padding-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;
  }
  .pt-xxl-135 {
    padding-top: 135px !important;
  }
  .pb-xxl-135 {
    padding-bottom: 135px !important;
  }
  .pl-xxl-135 {
    padding-left: 135px !important;
  }
  .pr-xxl-135 {
    padding-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;
  }
  .pt-xxl-140 {
    padding-top: 140px !important;
  }
  .pb-xxl-140 {
    padding-bottom: 140px !important;
  }
  .pl-xxl-140 {
    padding-left: 140px !important;
  }
  .pr-xxl-140 {
    padding-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;
  }
  .pt-xxl-145 {
    padding-top: 145px !important;
  }
  .pb-xxl-145 {
    padding-bottom: 145px !important;
  }
  .pl-xxl-145 {
    padding-left: 145px !important;
  }
  .pr-xxl-145 {
    padding-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;
  }
  .pt-xxl-150 {
    padding-top: 150px !important;
  }
  .pb-xxl-150 {
    padding-bottom: 150px !important;
  }
  .pl-xxl-150 {
    padding-left: 150px !important;
  }
  .pr-xxl-150 {
    padding-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 {
  line-height: 1.1;
  color: #DD690D;
  font-weight: 300;
  font-size: 5rem;
}
@media screen and (max-width: 991px) {
  .title-1 {
    font-size: 24px;
  }
}
.title-1 strong {
  font-size: 6rem;
  color: #432919;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .title-1 strong {
    font-size: 28px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 991px) {
  .title-1 br {
    display: none;
  }
}

.title-2 {
  line-height: 1.1;
  color: #DD690D;
  font-weight: 300;
  font-size: 5rem;
}
@media screen and (max-width: 991px) {
  .title-2 {
    font-size: 24px;
  }
}
.title-2 strong {
  font-size: 6rem;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .title-2 strong {
    font-size: 28px;
    line-height: 1.2;
  }
}

.title-3 {
  line-height: 1.1;
  color: #DD690D;
  font-weight: 300;
  font-size: 5rem;
}
@media screen and (max-width: 991px) {
  .title-3 {
    font-size: 34px;
  }
}

.preset-text1 {
  font-size: 20px;
  line-height: 32px;
  font-family: "Avenir LT Std", sans-serif;
  font-weight: 350;
}
@media screen and (max-width: 767px) {
  .preset-text1 {
    font-size: 16px;
    line-height: 26px;
  }
}

.preset-text2 {
  font-size: 18px;
  line-height: 28px;
  font-family: "Avenir LT Std", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .preset-text2 {
    font-size: 16px;
    line-height: 26px;
  }
}

.button-cta-1 {
  display: inline-block;
}
.button-cta-1 a,
.button-cta-1 button {
  background-color: #DD690D;
  color: #fff;
  position: relative;
  padding: 14px 20px 14px 60px;
  border-radius: 25px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  border: none;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  line-height: 1.25;
}
.button-cta-1 a:hover,
.button-cta-1 button:hover {
  color: #432919;
  padding-right: 60px;
  padding-left: 20px;
}
.button-cta-1 a:hover .btn-cta-circle,
.button-cta-1 button:hover .btn-cta-circle {
  width: 97.5%;
  border-radius: 25px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 10px;
}
.button-cta-1 a .btn-cta-text,
.button-cta-1 button .btn-cta-text {
  position: relative;
  z-index: 10;
}
.button-cta-1 a .btn-cta-circle,
.button-cta-1 button .btn-cta-circle {
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3px;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  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: #432919;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-cta-1.color-inverse a,
.button-cta-1.color-inverse button {
  background-color: #fff;
  color: #432919;
}
.button-cta-1.color-inverse .btn-cta-circle {
  background-color: #DD690D;
  color: #fff;
}
.button-cta-1.color-inverse:hover a,
.button-cta-1.color-inverse:hover button {
  background-color: #fff;
  color: #DD690D;
}
.button-cta-1.color-inverse:hover .btn-cta-circle {
  background-color: #fff;
  color: #DD690D;
  padding-right: 20px;
}
.button-cta-1.color-slate a,
.button-cta-1.color-slate button {
  background-color: #3F475F;
  color: #fff;
}
.button-cta-1.color-slate .btn-cta-circle {
  background-color: #fff;
  color: #3F475F;
}
.button-cta-1.color-slate:hover a,
.button-cta-1.color-slate:hover button {
  background-color: #3F475F;
  color: #fff;
}
.button-cta-1.color-slate:hover .btn-cta-circle {
  background-color: #3F475F;
  color: #fff;
}

.button-cta-2 {
  display: inline-block;
}
.button-cta-2 a {
  background-color: #fff;
  color: #DD690D;
  position: relative;
  padding: 12px 40px 12px 40px;
  border-radius: 25px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}
.button-cta-2 a i {
  margin-left: 5px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-cta-2 a:hover {
  background-color: #432919;
  color: #fff;
}
.button-cta-2 a:hover i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.button-cta-2 a .btn-cta-text {
  position: relative;
  z-index: 10;
}

.hover-arrow-animation-brown {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-arrow-animation-brown i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-arrow-animation-brown:hover {
  color: #432919;
}
.hover-arrow-animation-brown:hover i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.content-fivepaths .row-fivepaths {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 991px) {
  .content-fivepaths .row-fivepaths {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.content-fivepaths .row-fivepaths .title {
  font-size: 38px;
  font-weight: 300;
  color: #DD690D;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .content-fivepaths .row-fivepaths .title {
    font-size: 28px;
  }
}
.content-fivepaths .row-fivepaths .title strong {
  font-size: 44px;
  font-weight: 600;
  color: #432919;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .content-fivepaths .row-fivepaths .title strong {
    font-size: 28px;
  }
}
.content-fivepaths .row-fivepaths .column-1 {
  width: 47%;
}
@media screen and (max-width: 991px) {
  .content-fivepaths .row-fivepaths .column-1 {
    width: 100%;
  }
}
.content-fivepaths .row-fivepaths .column-2 {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .content-fivepaths .row-fivepaths .column-2 {
    width: 100%;
  }
}
@media screen and (min-width: 993px) {
  .content-fivepaths .row-fivepaths: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) {
  .content-fivepaths .row-fivepaths:nth-child(even) .component-image-2 {
    padding-left: 0;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
.content-fivepaths .row-fivepaths:nth-child(even) .component-image-2 .shape-1 {
  right: 0;
  left: auto;
}
@media screen and (min-width: 993px) {
  .content-fivepaths .row-fivepaths:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 991px) {
  .content-fivepaths .row-fivepaths:nth-child(odd) .component-image-2 {
    padding-left: 15px;
    padding-right: 0;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .content-fivepaths .row-fivepaths .component-image-2 .shape-1 {
    width: 150px;
    height: 190px;
    bottom: 0;
  }
  .content-fivepaths .row-fivepaths .component-image-2 img {
    width: 100%;
  }
}

.section-banner-internal {
  margin-top: 170px;
}
@media screen and (max-width: 991px) {
  .section-banner-internal {
    margin-top: 0px;
  }
}

/* ==========================================================================
   Fontes locais (pasta fonts)
   ========================================================================== */
/* --- Avenir (Book, Medium, Heavy) --- */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Book_2.otf") format("opentype");
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Medium_2.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Heavy_2.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* --- Avenir LT Std --- */
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/avenirltstd-light_3.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/avenirltstd-lightoblique_3.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/avenirltstd-book_3.otf") format("opentype");
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/avenir-lt-std-45-book-oblique_0.otf") format("opentype");
  font-weight: 350;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/AvenirLTStd-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/avenir-lt-std-55-oblique_2.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/avenir-lt-std-65-medium_2.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../fonts/avenir-lt-std-65-medium-oblique_2.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/* --- Avenir Next LT Pro --- */
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-UltLtCn_1.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-stretch: condensed;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-UltLtCnIt_1.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-stretch: condensed;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-Regular_1.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-Cn_1.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: condensed;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-CnIt_1.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-stretch: condensed;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-It_1.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-MediumCn_1.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-stretch: condensed;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-MediumCnIt_1.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-stretch: condensed;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-Demi_1.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-DemiIt_1.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-DemiCn_1.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-stretch: condensed;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-DemiCnIt_1.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-stretch: condensed;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-Bold_1.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/avenir-next-lt-pro-bold-condensed_2.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-stretch: condensed;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/avenir-next-lt-pro-bold-condensed-italic_2.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-stretch: condensed;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-HeavyCn_1.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-stretch: condensed;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-HeavyCnIt_1.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
  font-stretch: condensed;
  font-display: swap;
}
/* --- Variáveis CSS para usar no tema --- */
:root {
  --font-avenir: "Avenir", sans-serif;
  --font-avenir-lt-std: "Avenir LT Std", sans-serif;
  --font-avenir-next: "Avenir Next LT Pro", sans-serif;
}

/*! 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 {
  scroll-behavior: smooth;
  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: "Avenir LT Std", 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: "Avenir LT Std", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

#page {
  overflow: clip;
}

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

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

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

.clearfix {
  clear: both;
}

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

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

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

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

li {
  list-style: none;
}

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

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

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

header {
  padding: 35px 0;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10002;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(67, 41, 25, 0.1);
  box-shadow: 0 1px 0 rgba(67, 41, 25, 0.1);
  -webkit-transition: padding 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: padding 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: padding 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: padding 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
header.is-scrolled {
  padding: 18px 0;
  -webkit-box-shadow: 0 4px 20px rgba(63, 71, 95, 0.08);
  box-shadow: 0 4px 20px rgba(63, 71, 95, 0.08);
}
@media screen and (max-width: 991px) {
  header {
    padding: 25px 0;
  }
  header.is-scrolled {
    padding: 12px 0;
  }
}
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;
}
@media screen and (max-width: 1439px) {
  header .header .logo {
    width: 220px;
  }
}
@media screen and (max-width: 1199px) {
  header .header .logo {
    width: 180px;
  }
}
@media screen and (max-width: 991px) {
  header .header .logo {
    width: 220px;
  }
}
@media screen and (max-width: 991px) {
  header .header .button-cta-1 {
    display: none;
  }
}
header .header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  header .header .right {
    gap: 0 30px;
  }
}
@media screen and (max-width: 1199px) {
  header .header .right {
    gap: 0 15px;
  }
}
header .header .logo {
  width: 290px;
}
@media screen and (max-width: 991px) {
  header .header .logo {
    width: 220px;
  }
}
@media screen and (max-width: 1199px) {
  header .button-cta-1 a {
    font-size: 14px;
    padding: 12px 20px 12px 45px;
  }
  header .button-cta-1 a .btn-cta-circle {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 991px) {
  .menu-desktop {
    display: none;
  }
}
.menu-desktop nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .menu-desktop nav > ul {
    gap: 0 15px;
  }
}
.menu-desktop nav > ul > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-desktop nav > ul > li > a {
  font-size: 18px;
  font-weight: 350;
  color: #432919;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .menu-desktop nav > ul > li > a {
    font-size: 16px;
  }
}
.menu-desktop nav > ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.menu-desktop nav > ul > li:hover > a {
  color: #DD690D;
}
.menu-desktop nav > ul > li:hover.menu-item-has-children:after {
  color: #DD690D;
}
.menu-desktop nav > ul > li.menu-item-has-children:after {
  font-family: "Font Awesome 7 Free";
  content: "\f078";
  font-weight: 900;
  display: inline-block;
  font-size: 14px;
  color: #432919;
  margin-left: 8px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-desktop .sub-menu {
  position: absolute;
  left: 0;
  top: 25px;
  padding-top: 20px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: visible;
}
.menu-desktop .sub-menu .sub-menu-inner {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.menu-desktop .sub-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-desktop .sub-menu ul li {
  white-space: nowrap;
}
.menu-desktop .sub-menu ul li a {
  font-size: 15px;
  font-weight: 350;
  color: #432919;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-desktop .sub-menu ul li a:hover {
  color: #fff;
  background: #DD690D;
}
.menu-desktop .sub-menu ul li.menu-item-has-children {
  position: relative;
}
.menu-desktop .sub-menu ul li.menu-item-has-children > a {
  position: relative;
  padding-right: 32px;
}
.menu-desktop .sub-menu ul li.menu-item-has-children > a::after {
  font-family: "Font Awesome 7 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 11px;
  color: #432919;
  pointer-events: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.menu-desktop .sub-menu ul li.menu-item-has-children > a:hover::after {
  color: #fff;
}
.menu-desktop .sub-menu ul li.menu-item-has-children:hover > .sub-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto;
}
.menu-desktop .sub-menu ul li.menu-item-has-children.current-menu-parent > a::after, .menu-desktop .sub-menu ul li.menu-item-has-children.current-menu-ancestor > a::after {
  color: #DD690D;
}
.menu-desktop .sub-menu .sub-menu {
  left: calc(100% + 0px);
  top: 0;
  right: auto;
  padding-top: 0;
  margin-left: 0;
  min-width: 220px;
  z-index: 20;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}
.menu-desktop .sub-menu .sub-menu .sub-menu-inner {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}

.menu-mobile {
  position: fixed;
  inset: 0;
  z-index: 99999;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: visibility 0.3s ease;
  transition: visibility 0.3s ease;
}
.menu-mobile.active {
  pointer-events: auto;
  visibility: visible;
}
.menu-mobile__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.menu-mobile.active .menu-mobile__backdrop {
  opacity: 1;
}
.menu-mobile__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 400px);
  max-width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  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-shadow: -6px 0 24px rgba(0, 0, 0, 0.12);
  box-shadow: -6px 0 24px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.menu-mobile.active .menu-mobile__panel {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.menu-mobile__head {
  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;
  padding: 20px 18px;
  border-bottom: 1px solid rgba(67, 41, 25, 0.12);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.menu-mobile__title {
  font-size: 18px;
  font-weight: 600;
  color: #3F475F;
}
.menu-mobile__close {
  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: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  color: #432919;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}
.menu-mobile__close:hover {
  color: #DD690D;
}
.menu-mobile__nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.menu-mobile__cta {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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: 18px 18px 24px;
  border-top: 1px solid rgba(67, 41, 25, 0.1);
  background: #fff;
}
.menu-mobile__cta .button-cta-1 {
  width: 100%;
  text-align: center;
}
.menu-mobile__cta .button-cta-1 a {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-mobile__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-mobile__list a {
  color: #432919;
  text-decoration: none;
}
.menu-mobile__list > li {
  border-bottom: 1px solid rgba(67, 41, 25, 0.1);
}
.menu-mobile__list > li > a {
  display: block;
  padding: 16px 18px;
  font-size: 17px;
  font-weight: 350;
}
.menu-mobile__list li.menu-item-has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.menu-mobile__list li.menu-item-has-children > a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding-right: 8px;
}
.menu-mobile__list li.menu-item-has-children > .menu-mobile__toggle {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 52px;
  min-height: 52px;
  border: none;
  border-left: 1px solid rgba(67, 41, 25, 0.1);
  background: transparent;
  color: #432919;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
  transition: color 0.2s ease, background 0.2s ease;
}
.menu-mobile__list li.menu-item-has-children > .menu-mobile__toggle i {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.menu-mobile__list li.menu-item-has-children > .menu-mobile__toggle:hover {
  color: #DD690D;
  background: rgba(221, 105, 13, 0.08);
}
.menu-mobile__list li.menu-item-has-children > .sub-menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  position: static;
  left: auto;
  top: auto;
  padding: 0;
  margin: 0;
  opacity: 1;
  visibility: visible;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.35s ease;
  transition: max-height 0.35s ease;
}
.menu-mobile__list li.menu-item-has-children > .sub-menu .sub-menu-inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: rgba(252, 245, 240, 0.5);
}
.menu-mobile__list li.menu-item-has-children > .sub-menu ul.sub-menu-inner {
  padding: 0;
}
.menu-mobile__list li.menu-item-has-children > .sub-menu li a {
  padding: 12px 18px 12px 28px;
  font-size: 15px;
  display: block;
  border-bottom: 1px solid rgba(67, 41, 25, 0.08);
}
.menu-mobile__list li.menu-item-has-children > .sub-menu li a:hover {
  background: rgba(221, 105, 13, 0.12);
  color: #DD690D;
}
.menu-mobile__list li.menu-item-has-children > .sub-menu li:last-child a {
  border-bottom: none;
}
.menu-mobile__list li.menu-item-has-children.is-open > .sub-menu {
  max-height: 2000px;
}
.menu-mobile__list li.menu-item-has-children.is-open > .menu-mobile__toggle i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu-mobile .sub-menu .sub-menu .sub-menu-inner {
  background: rgba(252, 245, 240, 0.32);
}
.menu-mobile .sub-menu .sub-menu li a {
  padding: 12px 18px 12px 52px !important;
  font-size: 14px;
}
.menu-mobile .sub-menu li.current-menu-parent > a,
.menu-mobile .sub-menu li.current-menu-ancestor > a {
  color: #DD690D;
  font-weight: 600;
  background: transparent;
}
.menu-mobile .sub-menu li.current-menu-parent > .menu-mobile__toggle,
.menu-mobile .sub-menu li.current-menu-ancestor > .menu-mobile__toggle {
  color: #DD690D;
}

body.lock-nav {
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  body.lock-nav {
    overflow: visible;
  }
}

.ceos footer,
.home footer {
  background: #fff;
  padding-top: 30px;
}
@media screen and (max-width: 991px) {
  .ceos footer,
  .home footer {
    padding-top: 0;
  }
}

.cfos footer,
.about footer,
.error404 footer,
.aftercare-ongoing-peo-advisory footer {
  background: #fcf5f0;
}

.home footer {
  background: #fdfaf7;
}

footer {
  background-color: #fff;
  z-index: 10;
}
footer .image-shape img {
  width: 100%;
  height: 100%;
}
footer .inner-footer {
  background-color: #2c3344;
}
@media screen and (max-width: 991px) {
  footer .inner-footer {
    padding-top: 50px;
  }
}
footer .inner-footer .container {
  position: relative;
}
footer .inner-footer .back-top {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
}
footer .inner-footer .back-top a {
  width: 50px;
  height: 50px;
  background-color: #DD690D;
  border-radius: 50%;
  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: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .inner-footer .back-top a:hover {
  background-color: #432919;
  color: #DD690D;
}
footer .inner-footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  gap: 0 5%;
}
@media screen and (max-width: 991px) {
  footer .inner-footer .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px 0;
    padding-bottom: 80px;
  }
}
footer .inner-footer .footer .column-left {
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding-left: 5%;
}
@media screen and (max-width: 991px) {
  footer .inner-footer .footer .column-left {
    padding-left: 0;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
footer .inner-footer .footer .column-center {
  width: 50%;
  min-width: 50%;
  background: #FB7B16;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(251, 123, 22, 0.2)), to(rgba(42, 49, 66, 0.2)));
  background: linear-gradient(0deg, rgba(251, 123, 22, 0.2) 0%, rgba(42, 49, 66, 0.2) 100%);
  padding: 0 50px 70px 50px;
  position: relative;
}
@media screen and (max-width: 1439px) {
  footer .inner-footer .footer .column-center {
    width: 35%;
    min-width: 35%;
  }
}
@media screen and (max-width: 991px) {
  footer .inner-footer .footer .column-center {
    width: 100%;
    min-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
footer .inner-footer .footer .column-center .preset-text2 {
  color: #d0d1d3;
  text-align: center;
  margin-top: 50px;
}
footer .inner-footer .footer .column-right {
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
@media screen and (max-width: 991px) {
  footer .inner-footer .footer .column-right {
    width: 100%;
    min-width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media screen and (max-width: 991px) {
  footer .inner-footer .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px 0;
  }
  footer .inner-footer .footer .column-left,
  footer .inner-footer .footer .column-center,
  footer .inner-footer .footer .column-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
  }
  footer .inner-footer .footer .column-center {
    padding: 0 20px 60px 20px;
  }
}
footer .inner-footer .footer .title-footer {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  font-family: "Avenir Next LT Pro", sans-serif;
}
footer .inner-footer .footer .logo-footer {
  display: table;
  margin: 0 auto;
}
footer .inner-footer .footer .quick-links ul {
  margin-top: 40px;
}
footer .inner-footer .footer .quick-links ul li {
  display: block;
}
footer .inner-footer .footer .quick-links ul li + li {
  margin-top: 20px;
}
footer .inner-footer .footer .quick-links ul li a {
  font-size: 18px;
  color: #d0d0d3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .inner-footer .footer .quick-links ul li a:hover {
  color: #DD690D;
}
footer .inner-footer .footer .social-ft {
  margin-top: 80px;
  text-align: center;
}
footer .inner-footer .footer .social-ft ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}
footer .inner-footer .footer .social-ft ul li {
  position: relative;
}
footer .inner-footer .footer .social-ft ul li a {
  color: #d0d0d3;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #d0d0d3;
  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: 20px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .inner-footer .footer .social-ft ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #DD690D;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .inner-footer .footer .social-ft ul li a:hover {
  border: 1px solid #DD690D;
}
footer .inner-footer .footer .social-ft ul li a:hover::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
footer .inner-footer .footer .social-ft ul li a i {
  position: relative;
  z-index: 1;
}
footer .inner-footer .footer .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  footer .inner-footer .footer .contact-info {
    margin-top: 25px;
  }
}
footer .inner-footer .footer .contact-info .text {
  font-size: 18px;
  font-weight: 350;
  color: #acafb6;
}
footer .inner-footer .footer .contact-info .text span {
  color: #DD690D;
  font-family: "Avenir Next LT Pro", sans-serif;
  font-weight: 600;
}
footer .inner-footer .footer .contact-info .icon {
  color: #d0d0d3;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #d0d0d3;
  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: 20px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .inner-footer .footer .contact-info .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #DD690D;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .inner-footer .footer .contact-info .icon i {
  position: relative;
  z-index: 1;
}
footer .inner-footer .footer .contact-info:hover .icon {
  border: 1px solid #DD690D;
}
footer .inner-footer .footer .contact-info:hover .icon::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
footer .cop {
  border-top: 1px solid #393f4e;
  padding: 50px 0;
  font-size: 18px;
  color: #ffffff;
  font-family: "Avenir LT Std", sans-serif;
}
footer .cop .container {
  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) {
  footer .cop .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px 0;
    text-align: center;
  }
}
footer .cop .links-cop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 60px;
}
@media screen and (max-width: 991px) {
  footer .cop .links-cop ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
  }
}
footer .cop .links-cop ul li a {
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  footer .cop .links-cop ul li a {
    border-right: 1px solid #ffffff;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 16px;
  }
}
footer .cop .links-cop ul li a:hover {
  color: #DD690D;
}
footer .cop .links-cop ul li:last-child a {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.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: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #432919;
}
.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: -6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #432919;
}

.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: 38px;
  height: 38px;
  border: 2px solid #432919;
  border-radius: 50%;
  padding: 10px 5px;
  margin: 0;
  font: inherit;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn-burguer .icon-bar {
  background: #432919;
  display: table;
  margin: 0 auto;
  margin-bottom: 4px;
  width: 14px;
  height: 3px;
}

.component-image-1 {
  position: relative;
  padding-left: 50px;
  padding-bottom: 50px;
  padding-right: 35px;
}
@media screen and (max-width: 991px) {
  .component-image-1 {
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }
}
.component-image-1 .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 305px;
  background-color: #DD690D;
  -webkit-clip-path: polygon(0 35%, 100% 16%, 100% 80%, 0% 100%);
  clip-path: polygon(0 35%, 100% 16%, 100% 80%, 0% 100%);
}
@media screen and (max-width: 991px) {
  .component-image-1 .shape-1 {
    width: 55px;
    height: 150px;
  }
}
.component-image-1 .shape-1.shape-bg-slate {
  background-color: #3F475F;
}
.component-image-1 .shape-2 {
  position: absolute;
  bottom: 65px;
  right: 0;
  z-index: 8;
}
@media screen and (max-width: 991px) {
  .component-image-1 .shape-2 {
    width: 80px;
    height: 180px;
    bottom: 35px;
  }
  .component-image-1 .shape-2 img {
    height: 100%;
    width: 100%;
  }
}
.component-image-1 .image {
  position: relative;
  z-index: 9;
}
.component-image-1.component-image-1-inverse {
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .component-image-1.component-image-1-inverse {
    padding-bottom: 20px;
  }
}
.component-image-1.component-image-1-inverse .shape-1 {
  left: auto;
  right: 0;
  -webkit-clip-path: polygon(100% 35%, 0% 16%, 0% 80%, 100% 100%);
  clip-path: polygon(100% 35%, 0% 16%, 0% 80%, 100% 100%);
  bottom: 50px;
}
@media screen and (max-width: 991px) {
  .component-image-1.component-image-1-inverse .shape-1 {
    bottom: 25px;
  }
}
.component-image-1.component-image-1-inverse .shape-2 {
  right: auto;
  left: 20px;
  bottom: 60px;
}
@media screen and (max-width: 991px) {
  .component-image-1.component-image-1-inverse .shape-2 {
    left: 0;
    bottom: 30px;
  }
}

.component-image-2 {
  position: relative;
  padding-left: 30px;
  padding-bottom: 30px;
  padding-right: 35px;
}
.component-image-2 .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 310px;
  height: 380px;
  background-color: #DD690D;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .component-image-2 .shape-1 {
    width: 150px;
    height: 190px;
    bottom: 0;
  }
}
.component-image-2 .shape-1.shape-bg-slate {
  background-color: #3F475F;
}
.component-image-2 .image {
  position: relative;
  z-index: 9;
}
.component-image-2.shape-bg-slate .shape-1 {
  background-color: #3F475F;
}

.component-image-3 {
  position: relative;
  padding-left: 30px;
  padding-bottom: 190px;
}
@media screen and (max-width: 1199px) {
  .component-image-3 {
    padding-bottom: 50px;
    padding-left: 0;
  }
}
.component-image-3 .image {
  position: relative;
  padding-right: 140px;
  padding-left: 30px;
}
@media screen and (max-width: 1199px) {
  .component-image-3 .image {
    padding-left: 10px;
  }
}
.component-image-3 .image img {
  z-index: 10;
  position: relative;
}
.component-image-3 .shape-1 {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 200px;
  height: 240px;
  background-color: #DD690D;
  border-radius: 20px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .component-image-3 .shape-1 {
    width: 90px;
    height: 110px;
    bottom: -10px;
    border-radius: 10px;
  }
}
.component-image-3 .image-2 {
  position: relative;
  z-index: 11;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 15px solid #fcf5f0;
  border-radius: 35px;
  overflow: hidden;
  width: 60%;
}
@media screen and (max-width: 1199px) {
  .component-image-3 .image-2 {
    width: 50%;
    border: 5px solid #fcf5f0;
    border-radius: 25px;
  }
}

.component-image-4 {
  position: relative;
  padding-left: 60px;
  padding-bottom: 60px;
  padding-right: 35px;
}
@media screen and (max-width: 991px) {
  .component-image-4 {
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 15px;
  }
}
.component-image-4 .shape-1 {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 310px;
  height: 380px;
  background-color: #DD690D;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .component-image-4 .shape-1 {
    width: 150px;
    height: 190px;
    bottom: 0;
  }
}
.component-image-4 .shape-1.shape-bg-slate {
  background-color: #3F475F;
}
.component-image-4 .shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 400px;
  height: 380px;
  z-index: 8;
  background-color: #fcf5f0;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .component-image-4 .shape-2 {
    width: 150px;
    height: 190px;
  }
}
.component-image-4 .image {
  position: relative;
  z-index: 9;
}

.list-1 ul {
  margin-top: 30px;
}
.list-1 ul li {
  font-size: 18px;
  color: #000;
  position: relative;
  margin-top: 20px;
  padding: 25px 50px 25px 65px;
}
@media screen and (max-width: 991px) {
  .list-1 ul li {
    padding: 15px 50px 15px 45px;
    margin-top: 10px;
    font-size: 16px;
  }
}
.list-1 ul li {
  /* 👈 sobe pro li */
}
.list-1 ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 576 80'%3E%3Cpath d='M575.5 0.5V28.8L528.8 79.5H0.5V0.5H575.5Z' fill='none' stroke='black' stroke-opacity='0.09'/%3E%3C/svg%3E");
  background-size: 98% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .list-1 ul li::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 576 80'%3E%3Cpath d='M575.5 0.5V28.8L528.8 79.5H0.5V0.5H575.5Z' fill='%23fff' stroke='black' stroke-opacity='0.09'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* 👈 manda pra trás do conteúdo */
  }
}
.list-1 ul li span {
  position: relative;
  z-index: 1;
}
.list-1 ul li span::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url("../img/check-list.png");
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .list-1 ul li span::before {
    left: -30px;
    width: 20px;
    height: 20px;
    top: 3px;
    background-size: contain;
  }
}

.list-2 ul {
  margin-top: 30px;
}
.list-2 ul li {
  font-size: 18px;
  color: #000;
  position: relative;
  margin-top: 20px;
  padding: 25px 50px 25px 65px;
}
@media screen and (max-width: 991px) {
  .list-2 ul li {
    padding: 15px 50px 15px 45px;
    margin-top: 10px;
    font-size: 16px;
  }
}
.list-2 ul li {
  /* 👈 sobe pro li */
}
.list-2 ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 576 80'%3E%3Cpath d='M575.5 0.5V28.8L528.8 79.5H0.5V0.5H575.5Z' fill='%23fff' stroke='black' stroke-opacity='0.09'/%3E%3C/svg%3E");
  background-size: 98% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .list-2 ul li::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 576 80'%3E%3Cpath d='M575.5 0.5V28.8L528.8 79.5H0.5V0.5H575.5Z' fill='%23fff' stroke='black' stroke-opacity='0.09'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* 👈 manda pra trás do conteúdo */
  }
}
.list-2 ul li span {
  position: relative;
  z-index: 1;
}
.list-2 ul li span::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url("../img/check-list.png");
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .list-2 ul li span::before {
    left: -30px;
    width: 20px;
    height: 20px;
    top: 3px;
    background-size: contain;
  }
}

.list-3 ul {
  margin-top: 30px;
}
.list-3 ul li {
  font-size: 18px;
  position: relative;
  margin-top: 20px;
  color: #432919;
  padding-left: 40px;
}
.list-3 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 19px;
  height: 19px;
  background-image: url("../img/check-list-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.banner-1 .inner-banner {
  background-size: 90%;
  background-color: #DD690D;
  background-position: bottom right;
  border-radius: 30px;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 991px) {
  .banner-1 .inner-banner {
    overflow: clip;
  }
}
.banner-1 .inner-banner .image-banner {
  width: 90%;
}
@media screen and (min-width: 993px) {
  .banner-1 .inner-banner .image-banner {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .banner-1 .inner-banner .image-banner {
    margin-bottom: -30px;
    display: inline-block;
    width: 100% !important;
  }
  .banner-1 .inner-banner .image-banner img {
    width: 100%;
  }
}
.banner-1 .inner-banner .content-inner {
  padding: 50px 50px 90px 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .banner-1 .inner-banner .content-inner {
    padding: 30px 30px 0px 30px;
  }
}
@media screen and (max-width: 767px) {
  .banner-1 .inner-banner .content-inner {
    padding: 30px 25px 0px 25px;
  }
}
.banner-1 .inner-banner .detail-banner {
  position: absolute;
  right: -100px;
  top: -100px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .banner-1 .inner-banner .detail-banner {
    width: 160px;
    right: -50px;
    top: -50px;
  }
}
.banner-1 .inner-banner .title {
  font-size: 4rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .banner-1 .inner-banner .title {
    font-size: 26px;
  }
}
.banner-1 .inner-banner .title strong {
  font-weight: 600;
  font-size: 5rem;
}
@media screen and (max-width: 991px) {
  .banner-1 .inner-banner .title strong {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .banner-1 .inner-banner .title strong {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .banner-1 .inner-banner .title br {
    display: none;
  }
}
.banner-1 .inner-banner .text-bottom {
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-family: "Avenir Next LT Pro", sans-serif !important;
}
@media screen and (max-width: 991px) {
  .banner-1 .inner-banner .text-bottom {
    text-align: center;
  }
}
.banner-1 .inner-banner .preset-text1 {
  font-family: "Avenir LT Std", sans-serif;
  font-weight: 350;
  color: #fcf5f0;
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .banner-1 .inner-banner .preset-text1 {
    max-width: 100%;
  }
}
@media screen and (min-width: 993px) {
  .banner-1 .inner-banner .preset-text1 {
    max-width: 65%;
  }
}
@media screen and (min-width: 1200px) {
  .banner-1 .inner-banner .preset-text1 {
    max-width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .banner-1 .inner-banner .preset-text1 {
    font-size: 16px;
  }
}
.banner-1 .inner-banner .preset-text1 p + p {
  margin-top: 20px;
}
@media screen and (min-width: 993px) {
  .banner-1 .inner-banner .preset-text1 p + p {
    padding-right: 50px;
  }
}
.banner-1 .inner-banner .preset-text1 p + p strong {
  font-weight: 600;
  font-family: "Avenir Next LT Pro", sans-serif;
}
.banner-1 .inner-banner .preset-text1 p + p span,
.banner-1 .inner-banner .preset-text1 p + p a {
  text-decoration: underline;
}
.banner-1.banner-home {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 993px) {
  .banner-1.banner-scaling .image-banner {
    right: 150px;
  }
}
@media screen and (max-width: 767px) {
  .banner-1.banner-scaling .image-banner img {
    width: 75%;
    display: table;
    margin: 0 auto;
    margin-top: 20px;
  }
}

.section-bottom .inner-banner .image-banner {
  width: auto;
}

.banner-2 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .banner-2 {
    margin-top: 30px;
  }
}
.banner-2 .inner-banner {
  background-size: 90%;
  background-color: #3F475F;
  background-position: bottom right;
  border-radius: 30px;
  background-repeat: no-repeat;
  position: relative;
  overflow: clip;
  font-family: "Avenir Next LT Pro", sans-serif !important;
}
.banner-2 .inner-banner .image-banner {
  width: 90%;
  height: 100%;
}
@media screen and (min-width: 993px) {
  .banner-2 .inner-banner .image-banner {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 991px) {
  .banner-2 .inner-banner .image-banner {
    display: inline-block;
    width: 100%;
  }
  .banner-2 .inner-banner .image-banner img {
    width: 100%;
  }
}
.banner-2 .inner-banner .image-banner img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .banner-2 .inner-banner .image-banner img {
    -o-object-position: -250px;
    object-position: -250px;
  }
}
.banner-2 .inner-banner .content-inner {
  padding: 50px 50px 90px 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .banner-2 .inner-banner .content-inner {
    padding: 30px 30px 0px 30px;
  }
}
@media screen and (max-width: 767px) {
  .banner-2 .inner-banner .content-inner {
    padding: 40px 30px 0px 30px;
  }
}
.banner-2 .inner-banner .detail-banner {
  position: absolute;
  right: -100px;
  top: -100px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .banner-2 .inner-banner .detail-banner {
    width: 160px;
    right: -50px;
    top: -50px;
  }
}
.banner-2 .inner-banner .text-1 {
  font-size: 28px;
  color: #fff;
  line-height: 1.2;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .banner-2 .inner-banner .text-1 {
    font-size: 18px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .banner-2 .inner-banner .logo-banner {
    width: 95px;
  }
}
.banner-2 .inner-banner .title {
  font-size: 60px;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .banner-2 .inner-banner .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .banner-2 .inner-banner .title {
    font-size: 28px;
  }
}
.banner-2 .inner-banner .title strong {
  font-weight: 600;
}
.banner-2 .inner-banner .preset-text2 {
  font-weight: 300;
  margin-top: 20px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .banner-2 .inner-banner .preset-text2 {
    max-width: 100%;
  }
}
@media screen and (min-width: 993px) {
  .banner-2 .inner-banner .preset-text2 {
    max-width: 35%;
  }
}
@media screen and (min-width: 1200px) {
  .banner-2 .inner-banner .preset-text2 {
    max-width: 25%;
  }
}
.banner-2 .inner-banner .preset-text2 p + p {
  margin-top: 20px;
}
.banner-2 .inner-banner .preset-text2 p + p strong {
  font-weight: 600;
  font-family: "Avenir Next LT Pro", sans-serif;
}
.banner-2 .inner-banner .preset-text2 p + p span {
  text-decoration: underline;
}

.section-shape-1 {
  position: relative;
  z-index: 1;
}
.section-shape-1 .shape-section img {
  width: 100%;
}
.section-shape-1 .inner-section {
  padding: 100px 0;
}
.section-shape-1 .inner-section .inner-container {
  margin-top: -15%;
}

.section-shape-2 {
  position: relative;
  z-index: 1;
}
.section-shape-2 .shape-section img {
  width: 100%;
}
.section-shape-2 .inner-section {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .section-shape-2 .inner-section {
    padding: 50px 0;
  }
}
.section-shape-2 .inner-section .container {
  margin-top: -10%;
}

.section-shape-3 {
  position: relative;
  z-index: 1;
}
.section-shape-3 .shape-section img {
  width: 100%;
}
.section-shape-3 .inner-section {
  margin-bottom: -10%;
}

.hero-internals {
  padding: 80px 0 140px 0;
  font-family: "Avenir Next LT Pro", sans-serif;
  background-size: cover;
  background-position: center bottom;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  color: #fff;
  min-height: 520px;
}
@media screen and (max-width: 991px) {
  .hero-internals {
    padding: 40px 0 20px 0;
  }
}
.hero-internals .title {
  font-size: 60px;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .hero-internals .title {
    font-size: 42px;
    text-align: center;
  }
}
.hero-internals .sub-title {
  font-size: 40px;
  font-weight: 600;
  color: #DD690D;
  line-height: 1.2;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .hero-internals .sub-title {
    font-size: 28px;
    text-align: center;
  }
}
.hero-internals .text {
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  margin-top: 15px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .hero-internals .text {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .hero-internals .button-cta-1 {
    display: table;
    margin: 0 auto;
    margin-top: 15px;
  }
}
.hero-internals .text-info-hero {
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .hero-internals .text-info-hero {
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .hero-internals .image-about-hero {
    margin-top: 20px;
  }
}

.top-hero {
  margin-top: -400px;
}
@media screen and (max-width: 991px) {
  .top-hero {
    margin-top: -180px;
  }
}
.top-hero .inner-top {
  background: #fcf5f0;
  padding-top: 490px;
  margin-bottom: -210px;
}
@media screen and (max-width: 991px) {
  .top-hero .inner-top {
    padding-top: 220px;
    margin-top: -30px;
    margin-bottom: -40px;
  }
}
.top-hero .inner-top .container {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
.top-hero .shape {
  height: 360px;
}
@media screen and (max-width: 991px) {
  .top-hero .shape {
    height: auto;
  }
}
.top-hero .shape img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.box-check .row-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px 35px;
}
@media screen and (max-width: 1199px) {
  .box-check .row-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .box-check .row-box {
    gap: 20px 20px;
  }
}
.box-check .box-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  padding: 50px 20px;
}
@media screen and (max-width: 1199px) {
  .box-check .box-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 47%;
    flex: 1 1 47%;
  }
}
@media screen and (max-width: 767px) {
  .box-check .box-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.box-check .box-check-item {
  text-align: center;
}
.box-check .box-check-item .title-box {
  font-family: "Avenir Next LT Pro", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #432919;
  line-height: 1.2;
}

.box-check-2 .row-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px 60px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .box-check-2 .row-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .box-check-2 .row-box {
    gap: 20px 20px;
  }
}
.box-check-2 .box-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  padding: 65px 20px;
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .box-check-2 .box-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 47%;
    flex: 1 1 47%;
  }
}
@media screen and (max-width: 767px) {
  .box-check-2 .box-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 40px 20px;
  }
}
.box-check-2 .box-check-item {
  text-align: center;
}
.box-check-2 .box-check-item .title-box {
  font-family: "Avenir Next LT Pro", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #432919;
  line-height: 1.2;
}

.team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 15px;
  margin-top: 50px;
  padding: 0 115px;
}
@media screen and (max-width: 1439px) {
  .team-list {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1199px) {
  .team-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .team-list {
    padding: 0 20px;
  }
}
.team-list .item {
  width: calc(25% - 10px);
  padding: 10px 10px 60px 10px;
  border-radius: 25px;
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 1199px) {
  .team-list .item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 991px) {
  .team-list .item {
    width: 100%;
    padding: 10px 10px 40px 10px;
  }
}
.team-list .item .people-image {
  position: relative;
  padding-bottom: 90%;
  overflow: hidden;
  border-radius: 25px;
}
.team-list .item .people-image img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team-list .item .people-content {
  font-family: "Avenir Next LT Pro", sans-serif;
  padding: 0 15px;
}
.team-list .item .people-content .people-name {
  font-size: 34px;
  font-weight: 600;
  color: #3F475F;
  line-height: 1.2;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .team-list .item .people-content .people-name {
    font-size: 26px;
  }
}
.team-list .item .people-content .people-position {
  font-size: 22px;
  font-weight: 600;
  color: #DD690D;
  line-height: 1.2;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .team-list .item .people-content .people-position {
    font-size: 18px;
  }
}
.team-list .item .people-content .people-description {
  font-size: 18px;
  font-weight: 400;
  color: #3F475F;
  line-height: 1.4;
  margin-top: 20px;
  text-align: center;
}
.team-list .item .people-content .people-description p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-clamp: 4;
}
@media screen and (max-width: 991px) {
  .team-list .item .people-content .people-description {
    font-size: 16px;
  }
}
.team-list .item .people-content.is-expanded .people-description p {
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  overflow: visible;
}
.team-list .item .people-content .people-profile {
  margin-top: 20px;
  text-align: center;
}
.team-list .item .people-content .people-profile a {
  font-size: 18px;
  color: #DD690D;
  text-decoration: underline;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .team-list .item .people-content .people-profile a {
    font-size: 16px;
  }
}

.section-bottom {
  margin-bottom: -90px;
  background-color: #fcf5f0;
}
@media screen and (max-width: 767px) {
  .section-bottom {
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 991px) {
  .sometimes-box .box + .box {
    margin-top: 40px;
  }
}
.sometimes-box .item-box {
  position: relative;
  padding-bottom: 50px;
}
.sometimes-box .item-box .content-box {
  background: #fff;
  padding: 45px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  max-width: 325px;
  text-align: center;
  border-bottom: 7px solid #DD690D;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .sometimes-box .item-box .content-box {
    right: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 90%;
    width: 90%;
    padding: 30px;
  }
}
.sometimes-box .item-box .content-box .title {
  font-size: 38px;
  font-weight: 800;
  color: #432919;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .sometimes-box .item-box .content-box .title {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .sometimes-box .item-box .image-box img {
    width: 100%;
  }
}

.portfolio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 15px;
  margin-top: 50px;
  padding: 0 115px;
}
@media screen and (max-width: 1439px) {
  .portfolio-list {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1199px) {
  .portfolio-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .portfolio-list {
    padding: 0 20px;
  }
}
.portfolio-list .item {
  width: calc(25% - 10px);
  padding: 10px 10px 30px 10px;
  border-radius: 25px;
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 1199px) {
  .portfolio-list .item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 991px) {
  .portfolio-list .item {
    width: 100%;
    padding: 10px 10px 40px 10px;
  }
}
.portfolio-list .item .image-box {
  position: relative;
  padding-bottom: 90%;
  overflow: hidden;
  border-radius: 25px;
}
.portfolio-list .item .image-box img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.portfolio-list .item .content-box {
  font-family: "Avenir Next LT Pro", sans-serif;
  padding: 0 15px;
}
.portfolio-list .item .content-box .title {
  font-size: 34px;
  font-weight: 600;
  color: #3F475F;
  line-height: 1.2;
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .portfolio-list .item .content-box .title {
    font-size: 26px;
  }
}
.portfolio-list .item .content-box .text {
  font-size: 18px;
  font-weight: 400;
  color: #565157;
  line-height: 1.4;
  margin-top: 10px;
  text-align: center;
}
.portfolio-list .item .content-box .text p {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-clamp: 4;
}
@media screen and (max-width: 991px) {
  .portfolio-list .item .content-box .text {
    font-size: 16px;
  }
}
.portfolio-list .item .content-box.is-expanded .people-description p {
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  overflow: visible;
}
.portfolio-list .item .content-box .people-profile {
  margin-top: 20px;
  text-align: center;
}
.portfolio-list .item .content-box .people-profile a {
  font-size: 18px;
  color: #DD690D;
  text-decoration: underline;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .portfolio-list .item .content-box .people-profile a {
    font-size: 16px;
  }
}

.check-mid-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 50px;
  margin-top: 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 9;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .check-mid-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 0;
    margin-top: 0px;
  }
}
.check-mid-banner .item {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  position: relative;
  padding-left: 50px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
}
@media screen and (max-width: 991px) {
  .check-mid-banner .item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    font-size: 16px;
    padding-left: 30px;
  }
}
.check-mid-banner .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 34px;
  height: 34px;
  background-image: url("../img/check-hero.png");
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .check-mid-banner .item::before {
    width: 20px;
    height: 20px;
    top: 0;
  }
}

@media screen and (max-width: 991px) {
  .banner-mid-alignment .content {
    padding: 40px 0 20px 0 !important;
  }
}
.banner-mid-alignment .image img {
  height: auto !important;
}

.section-4-cfos {
  background-color: #fcf5f0;
}

.boxes-business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.boxes-business .item {
  padding: 50px;
  background: #fdf7f3;
  border-radius: 20px;
  width: calc(25% - 20px);
  border: 1px solid #ebecef;
}
@media screen and (max-width: 1199px) {
  .boxes-business .item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .boxes-business .item {
    width: 100%;
  }
}
.boxes-business .item .icon {
  display: table;
  margin: 0 auto;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(221, 107, 13, 0.08);
  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;
}
.boxes-business .item .text {
  font-size: 22px;
  color: #432919;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-top: 20px;
}
.boxes-business .item:hover {
  border: 1px solid #DD690D;
}
.boxes-business .item:hover .icon {
  background: #DD690D;
}
.boxes-business .item:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.section-3-peo-alignment .box-check-2 .box-item {
  border-radius: 0;
}

.box-equity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .box-equity {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .box-equity {
    margin-bottom: 0px;
    margin-top: 10px;
  }
}
.box-equity .inner-item {
  text-align: center;
  background: #fcf5f0;
  padding: 10px 10px;
  z-index: 9;
  position: relative;
}
@media screen and (max-width: 767px) {
  .box-equity .inner-item {
    padding: 0px 20px 40px 20px;
  }
}
.box-equity .item {
  width: 16.6666666667%;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .box-equity .item {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .box-equity .item {
    width: 240px;
    margin: 0 auto;
  }
}
.box-equity .item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 50%;
  width: 70%;
  -webkit-box-shadow: 5px 0px 18px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 0px 18px 0px rgba(0, 0, 0, 0.15);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .box-equity .item::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 90%;
    width: 70%;
    -webkit-box-shadow: 0 25px 18px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0 25px 18px 0px rgba(0, 0, 0, 0.15);
    bottom: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
}
.box-equity .item .title {
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}
.box-equity .item:last-child::before {
  display: none;
}
.box-equity .item .icon {
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .box-equity .item .icon {
    width: 60px;
    margin: 0 auto;
  }
}

.box-partner .item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .box-partner .item + .item {
    margin-top: 30px;
  }
}
.box-partner .item .thumb-image {
  position: relative;
  padding-bottom: 50%;
  overflow: hidden;
  border-radius: 10px;
}
.box-partner .item .thumb-image img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-partner .item .content-item {
  background: #fff;
  padding: 50px 40px 40px 40px;
  margin-top: -10px;
  border-radius: 0 0 10px 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .box-partner .item .content-item {
    padding: 30px 20px 20px 20px;
  }
}
.box-partner .item .content-item .title {
  font-size: 32px;
  font-weight: 600;
  color: #DD690D;
  line-height: 1.2;
  padding-right: 190px;
}
@media screen and (max-width: 767px) {
  .box-partner .item .content-item .title {
    font-size: 20px;
    padding-right: 100px;
  }
}
.box-partner .item .content-item .title strong {
  font-weight: 600;
  color: #3F475F;
}
.box-partner .item .content-item .preset-text2 {
  margin-top: 20px;
}
.box-partner .item .icon {
  width: 130px;
  height: 130px;
  border-radius: 10px;
  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: #DD690D;
  position: absolute;
  right: 15%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  top: -130px;
}
@media screen and (max-width: 767px) {
  .box-partner .item .icon {
    width: 70px;
    height: 70px;
    top: -70px;
  }
  .box-partner .item .icon img {
    width: 40px;
  }
}
.box-partner .item .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.card-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  gap: 25px;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-radius: 20px 20px 0 0;
}
.card-blog::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 991px) {
  .card-blog {
    gap: 20px;
    margin-top: 40px;
  }
}
.card-blog .card-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 50px) / 3);
  flex: 0 0 calc((100% - 50px) / 3);
  background: #fff;
  border-radius: 20px;
  height: auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .card-blog .card-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.card-blog .card-item .card-thumb {
  padding-bottom: 65%;
  overflow: hidden;
  position: relative;
  border-radius: 22px;
}
.card-blog .card-item .card-thumb .thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 22px;
}
.card-blog .card-item .card-thumb .thumb-img img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 22px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-blog .card-item .card-thumb .date {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #DD690D;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 15px;
  padding: 2px 15px;
}
.card-blog .card-item .card-thumb:hover .thumb-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.card-blog .card-item .content {
  margin: 35px 0 0 10px;
  font-family: "Avenir LT Std", sans-serif;
}
.card-blog .card-item .content .title {
  font-size: 34px;
  font-weight: 800;
  color: #432919;
  line-height: 1.2;
}
.card-blog .card-item .content .title .title-first {
  color: #3F475F;
}
.card-blog .card-item .content .title .title-second {
  color: #DD690D;
}
.card-blog .card-item .content .sub-title {
  font-size: 22px;
  color: #3F475F;
  font-weight: 600;
  margin-top: 10px;
}
.card-blog .card-item .content .text {
  font-size: 20px;
  color: #3F475F;
  font-weight: 300;
  margin-top: 10px;
  line-height: 1.4;
}
.card-blog .card-item .content .learn-more {
  margin-top: 40px;
  display: inline-block;
}
.card-blog .card-item .content .learn-more a {
  font-size: 18px;
  font-weight: 600;
  color: #DD690D;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-blog .card-item .content .learn-more a img {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-blog .card-item .content .learn-more a:hover {
  color: #432919;
}
.card-blog .card-item .content .learn-more a:hover img {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-filter: brightness(0) saturate(100%) sepia(1) hue-rotate(5deg) brightness(0.9) contrast(1) drop-shadow(0 0 0 #432919);
  filter: brightness(0) saturate(100%) sepia(1) hue-rotate(5deg) brightness(0.9) contrast(1) drop-shadow(0 0 0 #432919);
}

.hero-home {
  height: 900px;
  font-family: "Avenir Next LT Pro", sans-serif;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .hero-home {
    height: 700px;
  }
}
.hero-home .topics {
  position: absolute;
  top: 170px;
  left: 61%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .hero-home .topics {
    top: auto;
    bottom: 90px;
    left: 35%;
  }
}
.hero-home .topics .item {
  font-size: 20px;
  color: #3F475F;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.08);
  font-size: 16px;
  color: #3F475F;
  border-radius: 30px;
  box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.08);
  padding: 7px 20px 7px 50px;
  background: #fff;
  position: relative;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .hero-home .topics .item {
    font-size: 11px;
    padding: 5px 15px 5px 40px;
    height: 30px;
  }
}
.hero-home .topics .item + .item {
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .hero-home .topics .item + .item {
    margin-top: 15px;
  }
}
.hero-home .topics .item:nth-child(2) {
  right: 30px;
}
@media screen and (max-width: 991px) {
  .hero-home .topics .item:nth-child(2) {
    right: 20px;
  }
}
.hero-home .topics .item:nth-child(3) {
  right: 60px;
}
@media screen and (max-width: 991px) {
  .hero-home .topics .item:nth-child(3) {
    right: 40px;
  }
}
.hero-home .topics .item:nth-child(4) {
  right: 90px;
}
@media screen and (max-width: 991px) {
  .hero-home .topics .item:nth-child(4) {
    right: 60px;
  }
}
.hero-home .topics .item:after {
  content: "";
  background-image: url("../img/check-hero.png");
  position: absolute;
  left: 20px;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .hero-home .topics .item:after {
    width: 15px;
    height: 15px;
  }
}
.hero-home .bg-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hero-home .bg-hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-home .details-hero {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
}
.hero-home .details-hero img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  -o-object-position: center center;
  object-position: center center;
}
@media screen and (max-width: 991px) {
  .hero-home .details-hero {
    bottom: -3px;
  }
}
.hero-home .hero-masked-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-mask-image: url("../img/mask-hero_02.png");
  mask-image: url("../img/mask-hero_02.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  z-index: 2;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.hero-home .hero-masked-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
@media screen and (max-width: 991px) {
  .hero-home .hero-masked-image {
    -webkit-mask-image: url("../img/mask-hero_02_mobile_02.png");
    mask-image: url("../img/mask-hero_02_mobile_02.png");
  }
  .hero-home .hero-masked-image img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
}
.hero-home .content-hero {
  padding: 150px 0;
  max-width: 50%;
}
@media screen and (max-width: 1439px) {
  .hero-home .content-hero {
    padding: 100px 0;
  }
}
@media screen and (max-width: 991px) {
  .hero-home .content-hero {
    max-width: 100%;
    padding: 50px 0;
  }
}
.hero-home > .container {
  position: relative;
  z-index: 3;
  height: 100%;
}
.hero-home h1.title {
  font-size: 100px;
  font-weight: 600;
  color: #432919;
  line-height: 0.9;
  position: relative;
}
@media screen and (max-width: 1439px) {
  .hero-home h1.title {
    font-size: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .hero-home h1.title {
    font-size: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .hero-home h1.title {
    font-size: 44px;
    text-align: center;
  }
}
.hero-home h1.title span {
  font-size: 40px;
  font-weight: 600;
  position: absolute;
  line-height: 0.9;
  bottom: 40px;
}
@media screen and (max-width: 1439px) {
  .hero-home h1.title span {
    font-size: 22px;
    bottom: 15px;
  }
}
.hero-home .sub-title {
  font-size: 40px;
  font-weight: 600;
  color: #DD690D;
  line-height: 1.2;
  margin-top: 20px;
}
@media screen and (max-width: 1439px) {
  .hero-home .sub-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .hero-home .sub-title {
    text-align: center;
  }
}
.hero-home .text {
  font-size: 18px;
  color: #432919;
  margin-top: 15px;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .hero-home .text {
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .hero-home .button-cta-1 {
    margin: 0 auto;
    display: table;
  }
}

.hero-section .top-hero .inner-top {
  margin-bottom: -180px;
}
@media screen and (max-width: 991px) {
  .hero-section .top-hero .inner-top {
    margin-bottom: -20px;
  }
}

.provicer-home {
  position: relative;
  z-index: 3;
  margin-top: -500px;
  padding-top: 750px;
  z-index: -1;
  background-color: #fcf5f0;
}

.carousel-provider {
  margin-top: 35px;
  padding: 0 100px;
}
@media screen and (max-width: 991px) {
  .carousel-provider {
    margin-top: 30px;
    padding: 0;
  }
}
.carousel-provider .slick-arrow {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #DD690D;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.carousel-provider .slick-arrow:hover {
  background-color: #432919;
}
.carousel-provider .slick-arrow.slick-prev {
  left: 0px;
}
@media screen and (max-width: 1439px) {
  .carousel-provider .slick-arrow.slick-prev {
    left: -20px;
  }
}
.carousel-provider .slick-arrow.slick-next {
  right: 0px;
}
@media screen and (max-width: 1439px) {
  .carousel-provider .slick-arrow.slick-next {
    right: -20px;
  }
}
.carousel-provider .slick-arrow.slick-disabled {
  background-color: #f6d9c3;
  cursor: not-allowed;
  color: #dd690d;
}
.carousel-provider .item {
  padding: 0 12px;
}
@media screen and (max-width: 991px) {
  .carousel-provider .item {
    padding: 0 10px;
  }
}
.carousel-provider .item .logo {
  border: 1px solid #D8D8D8;
  padding: 20px;
  border-radius: 10px;
  height: 140px;
  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-box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  border: 1px solid #d8d8d8;
}
@media screen and (max-width: 991px) {
  .carousel-provider .item .logo {
    padding: 15px;
  }
}
.carousel-provider .item .logo img {
  height: auto;
}

.slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0;
  margin-top: 20px;
}
.slick-dots li {
  list-style: none;
  margin: 0 6px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e0e0e0;
  border: none;
  padding: 0;
  outline: none;
  font-size: 0;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: #DD690D;
  -webkit-box-shadow: 0px 2px 6px rgba(221, 105, 13, 0.2);
  box-shadow: 0px 2px 6px rgba(221, 105, 13, 0.2);
}

.section-2-home {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .section-2-home {
    margin-top: 50px;
  }
}

.section-3-home .inner-section {
  padding-bottom: 260px;
  margin-bottom: -260px;
}

.carousel-peo {
  padding: 60px 35px;
}
.carousel-peo .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel-peo .item {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 24px 0px rgba(67, 41, 25, 0.06);
  box-shadow: 0 0 24px 0px rgba(67, 41, 25, 0.06);
  margin: 20px 5px;
  padding: 50px 30px 90px 30px;
  height: auto;
  position: relative;
}
.carousel-peo .item .image-people {
  display: table;
  margin: 0 auto;
}
.carousel-peo .item .image-people img {
  min-width: 220px;
  min-height: 220px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.carousel-peo .item .position-pepople {
  font-size: 20px;
  font-weight: 600;
  color: #432919;
  margin-top: 20px;
  background: #FFFFFF;
  background: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.9)), color-stop(50%, rgb(253, 231, 222)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgb(253, 231, 222) 50%, rgb(255, 255, 255) 100%);
  text-align: center;
  margin-top: 30px;
}
.carousel-peo .item .short-description {
  font-size: 22px;
  font-weight: 600;
  color: #432919;
  margin-top: 20px;
  line-height: 1.1;
  text-align: center;
}
.carousel-peo .item .description {
  font-size: 18px;
  font-weight: 400;
  color: #3f4860;
  margin-top: 10px;
  line-height: 1.4;
  text-align: center;
  font-family: "Avenir Next LT Pro", sans-serif;
}
.carousel-peo .item .learn-more {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.carousel-peo .item .learn-more a {
  font-size: 18px;
  font-weight: 600;
  color: #DD690D;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.carousel-peo .item .learn-more a .icon {
  font-size: 12px;
  font-weight: 600;
  background: #DD690D;
  color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 12px;
  font-family: "Avenir Next LT Pro", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.carousel-peo .item .learn-more a:hover {
  color: #432919;
}
.carousel-peo .item .learn-more a:hover .icon {
  background: #432919;
  margin-left: 10px;
}

.section-peo .card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  .section-peo .card-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.section-peo .card-list .card-item {
  width: calc(100% - 25px);
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 30px 30px 30px;
  height: auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .section-peo .card-list .card-item {
    width: 100%;
  }
}
.section-peo .card-list .card-item .card-image {
  padding-bottom: 87.25%;
  overflow: hidden;
  position: relative;
}
.section-peo .card-list .card-item .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
}
.section-peo .card-featured {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 25px;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px 70px;
  margin-top: 25px;
  -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) {
  .section-peo .card-featured {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.section-peo .card-featured .left {
  max-width: 700px;
  padding-left: 50px;
}
@media screen and (max-width: 991px) {
  .section-peo .card-featured .left {
    padding-left: 0;
    max-width: 100%;
  }
}
.section-peo .card-featured .right {
  min-width: 420px;
}
@media screen and (max-width: 991px) {
  .section-peo .card-featured .right {
    min-width: 100%;
  }
}
.section-peo .card-featured .card-image {
  padding-bottom: 70%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 991px) {
  .section-peo .card-featured .card-image {
    padding-bottom: 87.25%;
  }
}
.section-peo .card-featured .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
}

.case-studies {
  position: relative;
}
.case-studies .inner-section {
  background-color: #fcf5f0;
}

.section-cta-1 {
  padding: 140px 0 285px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .section-cta-1 {
    padding: 50px 0 200px 0;
  }
}

.section-insights .card-blog {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-width: 0;
}
.section-insights .insights-progress {
  width: 100%;
  max-width: 100%;
  height: 4px;
  border-radius: 999px;
  background: rgba(63, 71, 95, 0.2);
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
}
@media screen and (max-width: 991px) {
  .section-insights .insights-progress {
    margin-top: 50px;
  }
}
.section-insights .insights-progress-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 512px;
  height: 100%;
  border: 0;
  border-radius: 999px;
  background: #DD690D;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -ms-touch-action: none;
  touch-action: none;
}
@media screen and (max-width: 991px) {
  .section-insights .insights-progress-thumb {
    width: 142px;
  }
}

.section-nextstep .inner-section {
  background-color: #fdfaf7;
}
.section-nextstep .row-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px 5%;
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .section-nextstep .row-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 30px;
  }
}
.section-nextstep .row-step .text-1 {
  font-size: 34px;
  color: #3F475F;
  font-weight: 800;
  font-family: "Avenir Next LT Pro", sans-serif;
  letter-spacing: -1px;
}
@media screen and (max-width: 991px) {
  .section-nextstep .row-step .text-1 {
    font-size: 22px;
  }
}
.section-nextstep .row-step .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
}
@media screen and (max-width: 991px) {
  .section-nextstep .row-step .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.section-nextstep .row-step .right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
@media screen and (max-width: 991px) {
  .section-nextstep .row-step .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.section-nextstep .row-step .image-step {
  margin-top: 10px;
  height: 100%;
}
.section-nextstep .row-step .image-step img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.section-nextstep .row-step .step-list {
  margin-top: 30px;
}
.section-nextstep .row-step .step-list .step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 5px;
}
.section-nextstep .row-step .step-list .step-item .step-number {
  width: 45px;
  height: 180px;
  font-size: 24px;
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 16px;
  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: relative;
}
.section-nextstep .row-step .step-list .step-item .step-number span {
  position: relative;
  z-index: 1;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  text-transform: uppercase;
  color: #3F475F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-nextstep .row-step .step-list .step-item .step-number:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/step-bg-3.png");
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-size: contain;
}
.section-nextstep .row-step .step-list .step-item .step-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 60px;
  padding: 35px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed #d2d0cd;
}
@media screen and (max-width: 991px) {
  .section-nextstep .row-step .step-list .step-item .step-content {
    -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;
    padding: 20px;
    gap: 10px 20px;
  }
}
.section-nextstep .row-step .step-list .step-item .step-content:after {
  content: "";
  background: #DD690D;
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(221, 107, 13, 0.2)), to(rgb(253, 250, 247)));
  background: linear-gradient(90deg, rgba(221, 107, 13, 0.2) 1%, rgb(253, 250, 247) 100%);
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  z-index: 1;
}
.section-nextstep .row-step .step-list .step-item .step-content .icon {
  min-width: 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .section-nextstep .row-step .step-list .step-item .step-content .icon {
    min-width: auto;
    width: 35px;
  }
}
.section-nextstep .row-step .step-list .step-item .step-content .step-title {
  position: relative;
  z-index: 2;
}
.section-nextstep .row-step .step-list .step-item .step-content .step-title .title {
  color: #3F475F;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Avenir Next LT Pro", sans-serif;
}
@media screen and (max-width: 991px) {
  .section-nextstep .row-step .step-list .step-item .step-content .step-title .title {
    font-size: 20px;
  }
}
.section-nextstep .row-step .step-list .step-item .arrow {
  position: relative;
  width: 80px;
  height: 150px;
  background: #7F77DD;
}
.section-nextstep .row-step .step-list .step-item .arrow::after {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 32px solid #7F77DD;
  border-right: 33px solid #7F77DD;
  border-bottom: 32px solid transparent;
}
.section-nextstep .row-step .step-list .step-item .arrow::before {
  content: "";
  position: absolute;
  top: -29px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 32px solid #fdfaf7;
  border-right: 33px solid #fdfaf7;
  /* border-bottom: 32px solid transparent; */
  border-top: 30px solid #7f77dd;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-nextstep .row-step .step-list .step-item.active .step-content {
  border-bottom: 1px solid transparent;
}
.section-nextstep .row-step .step-list .step-item.active .step-content:after {
  content: "";
  width: 100%;
}
.section-nextstep .row-step .step-list .step-item.active .step-number:after {
  background-image: url("../img/step-bg-1.png");
}
.section-nextstep .row-step .step-list .step-item.active .step-number span {
  color: #fff;
}
.section-nextstep .row-step .step-list .step-item:hover .step-content:after {
  width: 100%;
}
.section-nextstep .row-step .step-list .step-item:hover span {
  color: #fff;
}
.section-nextstep .row-step .step-list .step-item:hover .step-number:after {
  background-image: url("../img/step-bg-1.png");
}

.section-3-about .inner-section {
  padding: 100px 0 400px 0;
}
@media screen and (max-width: 991px) {
  .section-3-about .inner-section {
    padding: 50px 0 300px 0;
  }
}

.section-4-about {
  margin-top: -280px;
  position: relative;
  z-index: 1;
}
.section-4-about .content-measure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #3F475F;
  padding: 60px 60px;
  border-radius: 20px;
  gap: 20px 60px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .section-4-about .content-measure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 30px;
  }
}
.section-4-about .content-measure .details-mensure {
  position: absolute;
  left: -70px;
  bottom: -180px;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .section-4-about .content-measure .details-mensure {
    left: -100px;
    top: -10px;
    width: 150px;
  }
}
.section-4-about .content-measure .title {
  font-size: 5rem;
  line-height: 1.1;
  font-weight: 300;
  font-family: "Avenir LT Std", sans-serif;
  min-width: 350px;
}
@media screen and (max-width: 1439px) {
  .section-4-about .content-measure .title {
    font-size: 4rem;
    min-width: 289px;
  }
}
@media screen and (max-width: 1199px) {
  .section-4-about .content-measure .title {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 991px) {
  .section-4-about .content-measure .title {
    text-align: center;
    font-size: 28px;
  }
}
.section-4-about .content-measure .list-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 30px;
}
@media screen and (max-width: 991px) {
  .section-4-about .content-measure .list-details {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.section-4-about .content-measure .list-details .item {
  width: 25%;
}
@media screen and (max-width: 991px) {
  .section-4-about .content-measure .list-details .item {
    width: calc(50% - 15px);
  }
}
.section-4-about .content-measure .list-details .item .detail-box {
  background: #363c52;
  border-radius: 20px;
  height: 250px;
  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;
  color: #fff;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .section-4-about .content-measure .list-details .item .detail-box {
    height: 170px;
  }
}
.section-4-about .content-measure .list-details .item .detail-box .number--numeric {
  font-size: 4.5rem;
  line-height: 1.1;
  font-weight: 800;
  font-family: "Avenir LT Std", sans-serif;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1439px) {
  .section-4-about .content-measure .list-details .item .detail-box .number--numeric {
    font-size: 3.5rem;
  }
}
.section-4-about .content-measure .list-details .item .detail-box .number--text {
  font-size: 2.8rem;
  line-height: 1.1;
  font-weight: 800;
  font-family: "Avenir LT Std", sans-serif;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1439px) {
  .section-4-about .content-measure .list-details .item .detail-box .number--text {
    font-size: 2.4rem;
  }
}
.section-4-about .content-measure .list-details .item .detail-box .filing-box {
  background: #DD690D;
  width: 100%;
  border-radius: 0 0 20px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  -webkit-transition: height 0.8s cubic-bezier(0.33, 1, 0.68, 1);
  transition: height 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}
.section-4-about .content-measure .list-details .item .detail-box .filing-box.is-filled {
  height: var(--bar-pct, 70%);
}
@media (prefers-reduced-motion: reduce) {
  .section-4-about .content-measure .list-details .item .detail-box .filing-box {
    -webkit-transition: none;
    transition: none;
  }
}

.section-3-cfos {
  background-color: #3F475F;
  position: relative;
  overflow: hidden;
}
.section-3-cfos .image {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 100%;
}
@media (max-width: 1600px) {
  .section-3-cfos .image {
    left: -150px;
  }
}
@media (max-width: 1400px) {
  .section-3-cfos .image {
    left: -320px;
  }
}
@media screen and (max-width: 991px) {
  .section-3-cfos .image {
    position: relative;
    width: 100%;
    left: 0;
  }
}
.section-3-cfos .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-3-cfos .content {
  padding: 190px 0;
}
@media screen and (max-width: 991px) {
  .section-3-cfos .content {
    padding: 40px 0;
  }
}

.hero-internals-optimize .top-hero {
  overflow: hidden;
}
.hero-internals-optimize .image-center {
  display: table;
  margin: 0 auto;
  margin-top: -90px;
  z-index: 1;
  position: relative;
  margin-bottom: -174px;
}
@media screen and (max-width: 991px) {
  .hero-internals-optimize .image-center {
    margin-top: -80px;
    margin-bottom: -135px;
  }
}
.hero-internals-optimize .image-center img {
  margin-right: 80px;
}
@media screen and (max-width: 991px) {
  .hero-internals-optimize .shape {
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .hero-internals-optimize .shape {
    height: 158px;
  }
}

.benefits {
  position: relative;
  padding-bottom: 100px;
}
.benefits .benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 100px;
  margin-top: 40px;
}
@media screen and (max-width: 1199px) {
  .benefits .benefits-list {
    gap: 20px 50px;
  }
}
@media screen and (max-width: 991px) {
  .benefits .benefits-list {
    -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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.benefits .benefits-list .item {
  width: 20%;
}
@media screen and (max-width: 991px) {
  .benefits .benefits-list .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.benefits .benefits-list .item .circle {
  position: relative;
}
@media screen and (min-width: 993px) {
  .benefits .benefits-list .item .icon {
    margin: 0 auto;
    display: table;
  }
}
@media screen and (max-width: 991px) {
  .benefits .benefits-list .item .icon {
    min-width: 65px;
  }
}
.benefits .benefits-list .item .text {
  font-size: 18px;
  color: #3F475F;
  font-weight: 400;
  margin-top: 10px;
  font-family: "Avenir LT Std", sans-serif;
}
@media screen and (min-width: 993px) {
  .benefits .benefits-list .item .text {
    text-align: center;
  }
}
.benefits .benefits-list .item:nth-child(3) {
  width: 40%;
}
@media screen and (max-width: 991px) {
  .benefits .benefits-list .item:nth-child(3) {
    width: 100%;
  }
}
.benefits .line-1 {
  position: absolute;
  left: 70px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: -200px;
}
@media screen and (max-width: 1439px) {
  .benefits .line-1 {
    left: 60px;
  }
}
.benefits .line-2 {
  position: absolute;
  left: 320px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: -110px;
}
@media screen and (max-width: 1439px) {
  .benefits .line-2 {
    left: 275px;
  }
}
@media screen and (max-width: 1199px) {
  .benefits .line-2 {
    left: 230px;
  }
}
.benefits .line-3 {
  position: absolute;
  right: 320px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: -110px;
}
@media screen and (max-width: 1439px) {
  .benefits .line-3 {
    right: 275px;
  }
}
@media screen and (max-width: 1199px) {
  .benefits .line-3 {
    right: 230px;
  }
}
.benefits .line-4 {
  position: absolute;
  right: 70px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: -200px;
}
@media screen and (max-width: 1439px) {
  .benefits .line-4 {
    right: 60px;
  }
}
.benefits .line-5 {
  position: absolute;
  left: 650px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 80px;
}
@media screen and (max-width: 1439px) {
  .benefits .line-5 {
    left: 565px;
  }
}
@media screen and (max-width: 1199px) {
  .benefits .line-5 {
    left: 475px;
  }
}
.benefits .circle {
  min-width: 20px;
  width: 20px;
  height: 20px;
  position: relative;
  background-color: #f5d2b6;
  border-radius: 50%;
  position: absolute;
}
.benefits .circle span {
  width: 10px;
  height: 10px;
  background-color: #DD690D;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}
@media screen and (max-width: 991px) {
  .benefits .box-line {
    display: none;
  }
}
.benefits .box-line .inner-line {
  position: relative;
}
.benefits .box-line.lines-left .circle {
  left: -10px;
  top: -10px;
}
.benefits .box-line.lines-right .circle {
  right: -10px;
  top: -10px;
}

.section-2-optimize .line {
  background: #d9d9d9;
  width: 100%;
  height: 1px;
  margin: 100px 0;
}
@media screen and (max-width: 991px) {
  .section-2-optimize .line {
    margin: 40px 0;
  }
}
.section-2-optimize .box-perfomances {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px 10px;
  margin-top: 70px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .section-2-optimize .box-perfomances {
    margin-top: 40px;
  }
}
.section-2-optimize .box-perfomances .box-item {
  width: calc(33.3333333333% - 10px);
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 70px 50px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .section-2-optimize .box-perfomances .box-item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 991px) {
  .section-2-optimize .box-perfomances .box-item {
    width: 100%;
    padding: 40px;
  }
}
.section-2-optimize .box-perfomances .box-item .title {
  font-family: "Avenir LT Std", sans-serif;
  font-weight: 400;
  font-size: 34px;
  color: #432919;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .section-2-optimize .box-perfomances .box-item .title {
    font-size: 24px;
  }
}
.section-2-optimize .box-perfomances .box-item .preset-text1 {
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .section-2-optimize .box-perfomances .box-item .box-icon {
    max-width: 55px;
    margin: 0 auto;
    display: table;
  }
}

.section-optimize-3 {
  margin-bottom: 200px;
}
.section-optimize-3 .mini-banners {
  margin-top: 60px;
  margin-bottom: -230px;
}
.section-optimize-3 .mini-banners .inner-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 720px;
  border-radius: 20px;
  padding: 50px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .section-optimize-3 .mini-banners .inner-banner {
    height: 390px;
    padding: 25px;
  }
}
.section-optimize-3 .mini-banners .inner-banner .title {
  font-size: 42px;
  color: #432919;
  font-weight: 500;
  font-family: "Avenir LT Std", sans-serif;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .section-optimize-3 .mini-banners .inner-banner .title {
    font-size: 24px;
  }
}
.section-optimize-3 .mini-banners .inner-banner .preset-text1 {
  position: relative;
  z-index: 1;
}
.section-optimize-3 .mini-banners .inner-banner.inner-01::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 260px;
  background-image: url("../img/overlay-minibanner.png");
}
@media screen and (max-width: 991px) {
  .section-optimize-3 .mini-banners .inner-banner.inner-01::before {
    background-position: bottom left;
  }
}
.section-optimize-3 .mini-banners .inner-banner.inner-02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 260px;
  background-image: url("../img/overlay-minibanner-2.png");
}
@media screen and (max-width: 991px) {
  .section-optimize-3 .mini-banners .inner-banner.inner-02::before {
    background-position: bottom left;
  }
}

.blog-hero .shape {
  margin-top: -310px;
  background: #fcf5f0;
  padding-top: 240px;
}
.blog-hero .shape img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -o-object-position: center bottom;
  object-position: center bottom;
  height: 340px;
}
@media screen and (max-width: 991px) {
  .blog-hero .shape img {
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .blog-hero .shape img {
    height: 130px;
  }
}
@media screen and (max-width: 991px) {
  .blog-hero .shape {
    margin-top: -220px;
  }
}

.filter-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 70px;
}
@media screen and (max-width: 991px) {
  .filter-search {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .filter-search {
    -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;
  }
}
.filter-search .search-individual,
.filter-search .category-individual {
  width: 50%;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .filter-search .search-individual,
  .filter-search .category-individual {
    width: 100%;
  }
}
.filter-search .search-individual form,
.filter-search .category-individual form {
  position: relative;
  width: 100%;
}
.filter-search .search-individual form input,
.filter-search .search-individual form select,
.filter-search .category-individual form input,
.filter-search .category-individual form select {
  width: 100%;
  height: 52px;
  border-radius: 25px;
  border: none;
}
.filter-search .search-individual input[type=text] {
  padding-right: 51px;
  font-size: 18px;
  color: #000;
  padding-left: 25px;
}
.filter-search .search-individual input[type=text]::-webkit-input-placeholder {
  color: #aaaaaa;
}
.filter-search .search-individual input[type=text]::-moz-placeholder {
  color: #aaaaaa;
}
.filter-search .search-individual input[type=text]::-ms-input-placeholder {
  color: #aaaaaa;
}
.filter-search .search-individual input[type=text]::placeholder {
  color: #aaaaaa;
}
.filter-search .search-individual button[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background: #fcf5f0;
  border: none;
}
.filter-search .search-individual button[type=submit] i {
  font-size: 16px;
  color: #000;
}
.filter-search .category-individual select {
  padding-right: 51px;
  font-size: 18px;
  color: #000;
  padding-left: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/arrow-category.png");
  background-repeat: no-repeat;
  background-position: right center;
  font-weight: 500;
}
.filter-search .category-individual select::-webkit-input-placeholder {
  color: #aaaaaa;
}
.filter-search .category-individual select::-moz-placeholder {
  color: #aaaaaa;
}
.filter-search .category-individual select::-ms-input-placeholder {
  color: #aaaaaa;
}
.filter-search .category-individual select::placeholder {
  color: #aaaaaa;
}

.section-blog {
  margin-top: -200px;
  margin-bottom: 130px;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 991px) {
  .section-blog {
    margin-top: -120px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .section-blog {
    margin-top: -140px;
    margin-bottom: 0px;
  }
}
.section-blog .card-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 70px 20px;
}
.section-blog .card-blog .blog-no-results {
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 18px;
  color: #000;
  margin-top: -5px;
  z-index: 999;
  margin-right: 80px;
}

.pagination {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 15px;
  -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;
  color: #DD690D;
}
.pagination a {
  color: #DD690D;
}
.pagination span {
  text-decoration: underline;
}

.hero-single-post {
  background: #fcf5f0;
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .hero-single-post {
    padding-top: 50px;
  }
}
.hero-single-post .inner-single {
  position: relative;
  z-index: 99;
}
.hero-single-post .inner-single .image-post {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 45%;
}
.hero-single-post .inner-single .image-post img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 10px;
}
.hero-single-post .inner-single .title-1 {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .hero-single-post .inner-single .title-1 {
    margin-top: 40px;
  }
}
.hero-single-post .shape {
  margin-top: -200px;
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 991px) {
  .hero-single-post .shape {
    height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .hero-single-post .shape {
    height: 240px;
  }
}
.hero-single-post .shape img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  -o-object-position: center bottom;
  object-position: center bottom;
  height: 100%;
}
.hero-single-post .podcast-video {
  overflow: hidden;
}
.hero-single-post .podcast-video iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.hero-single-post .podcast-audio-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (min-width: 1200px) {
  .hero-single-post .podcast-audio-player {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .hero-single-post .podcast-audio-player audio {
    width: 300px !important;
  }
}

.content-single-post {
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .content-single-post {
    padding: 40px 0;
  }
}
.content-single-post p + p {
  margin-top: 30px;
}
.content-single-post ul,
.content-single-post ol {
  margin: 24px 0 24px 28px;
  padding: 0;
  color: #623d1c;
  font-size: 19px;
  line-height: 1.7;
  list-style-position: inside;
}
.content-single-post ul li,
.content-single-post ol li {
  margin-bottom: 5px;
  padding-left: 0;
  position: relative;
  list-style-type: disc;
}
.content-single-post ul ul,
.content-single-post ul ol,
.content-single-post ol ul,
.content-single-post ol ol {
  margin-top: 10px;
  margin-bottom: 0;
}
.content-single-post ul {
  list-style-type: disc;
}
.content-single-post ol {
  list-style-type: decimal;
}
.content-single-post h2,
.content-single-post .h2 {
  font-size: 24px;
  font-weight: 700;
  color: #e57a2a;
  line-height: 1.18;
  margin-top: 20px;
  margin-bottom: 35px;
  letter-spacing: -0.5px;
}
.content-single-post h3,
.content-single-post .h3 {
  font-size: 22px;
  font-weight: 700;
  color: #c05b13;
  margin-top: 20;
  margin-bottom: 18px;
  letter-spacing: -0.2px;
}
.content-single-post h4,
.content-single-post .h4 {
  font-size: 20px;
  font-weight: 700;
  color: #854013;
  margin-top: 20px;
  margin-bottom: 13px;
  letter-spacing: 0;
}
.content-single-post h5,
.content-single-post h6 {
  font-size: 18px;
  font-weight: 700;
  color: #854013;
  margin-top: 20px;
  margin-bottom: 13px;
  letter-spacing: 0;
}
@media (max-width: 960px) {
  .content-single-post .content-single-post {
    padding: 42px 0 28px 0;
  }
  .content-single-post h2,
  .content-single-post .h2 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 26px;
  }
  .content-single-post h3,
  .content-single-post .h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 13px;
  }
  .content-single-post h4,
  .content-single-post .h4 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .content-single-post ul,
  .content-single-post ol {
    font-size: 18px;
    margin-left: 17px;
  }
}
.content-single-post a {
  text-decoration: underline !important;
}

.bottom-single {
  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;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .bottom-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.bottom-single .learn-more a {
  font-size: 18px;
  font-weight: 600;
  color: #DD690D;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.bottom-single .learn-more a .icon {
  font-size: 12px;
  font-weight: 600;
  background: #DD690D;
  color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 12px;
  font-family: "Avenir Next LT Pro", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.bottom-single .learn-more a:hover {
  color: #432919;
}
.bottom-single .learn-more a:hover .icon {
  margin-right: 10px;
  background: #432919;
}
.bottom-single .social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #DD690D;
}
.bottom-single .social-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
}
.bottom-single .social-share ul li {
  list-style: none;
  color: #DD690D;
  font-size: 18px;
}

.section-podcasts .card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .section-podcasts .card-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.section-podcasts .card-list .card-item {
  width: calc(33% - 25px);
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 30px;
  height: auto;
  position: relative;
}
@media screen and (max-width: 991px) {
  .section-podcasts .card-list .card-item {
    width: 100%;
  }
}
.section-podcasts .card-list .card-item .card-image {
  padding-bottom: 87.25%;
  overflow: hidden;
  position: relative;
}
.section-podcasts .card-list .card-item .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
}
.section-podcasts .card-list .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 10px;
}
.section-podcasts .card-list .link a i {
  background: #DD690D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  color: #fff;
  font-size: 6px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-podcasts .card-list .link a:hover i {
  background: #432919;
}
.section-podcasts .card-list .link a:hover {
  color: #432919;
}
.section-podcasts .blog-no-results {
  font-size: 18px;
  text-align: center;
}

.section-faq {
  padding: 80px 0 120px;
  margin-top: -280px;
}
@media screen and (max-width: 991px) {
  .section-faq {
    margin-top: -180px;
  }
}
@media screen and (max-width: 767px) {
  .section-faq {
    padding: 20px 0 80px;
    margin-top: 0px;
  }
}
.section-faq .faq-list {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .section-faq .faq-list {
    max-width: 100%;
  }
}
.section-faq .faq-list .list-faq ul {
  margin-top: 30px;
}
.section-faq .faq-list .list-faq ul li {
  font-size: 18px;
  color: #000;
  position: relative;
  margin-top: 20px;
  padding: 25px 95px 25px 35px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .section-faq .faq-list .list-faq ul li {
    padding: 20px 50px 20px 45px;
    margin-top: 15px;
    font-size: 16px;
  }
}
.section-faq .faq-list .list-faq ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 576 80'%3E%3Cpath d='M575.5 0.5V28.8L528.8 79.5H0.5V0.5H575.5Z' fill='%23fff' stroke='black' stroke-opacity='0.09'/%3E%3C/svg%3E");
  background-size: 98% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .section-faq .faq-list .list-faq ul li::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 576 80'%3E%3Cpath d='M575.5 0.5V28.8L528.8 79.5H0.5V0.5H575.5Z' fill='%23fff' stroke='black' stroke-opacity='0.09'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* 👈 manda pra trás do conteúdo */
  }
}
.section-faq .faq-list .list-faq ul li span {
  position: relative;
  z-index: 1;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.section-faq .faq-list .list-faq ul li::before {
  content: "\f063";
  position: absolute;
  right: 70px;
  top: 35px;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  background-image: none;
  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;
  background-repeat: no-repeat;
  z-index: 1;
  width: 26px;
  height: 26px;
  background: #f8e1cf;
  color: #DD690D;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .section-faq .faq-list .list-faq ul li::before {
    right: 35px;
    top: 32px;
  }
}
.section-faq .faq-list .list-faq ul li.is-open::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.section-faq .faq-list .list-faq .text {
  position: relative;
  z-index: 1;
  text-align: center;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: grid-template-rows 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: grid-template-rows 0.45s cubic-bezier(0.4, 0, 0.2, 1), -ms-grid-rows 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.section-faq .faq-list .list-faq .text .text-inner {
  overflow: hidden;
  min-height: 0;
  padding-top: 0;
  -webkit-transition: padding-top 0.35s ease;
  transition: padding-top 0.35s ease;
}
.section-faq .faq-list .list-faq li.is-open .text {
  grid-template-rows: 1fr;
}
.section-faq .faq-list .list-faq li.is-open .text .text-inner {
  padding-top: 10px;
}

@media (prefers-reduced-motion: reduce) {
  .section-faq .faq-list .list-faq ul li::before {
    -webkit-transition: none;
    transition: none;
  }
  .section-faq .faq-list .list-faq .text {
    -webkit-transition: none;
    transition: none;
  }
}
.section-hero-contact .inner-top {
  padding-bottom: 420px;
}
@media screen and (max-width: 991px) {
  .section-hero-contact .inner-top {
    padding-bottom: 0;
  }
}

.section-contact {
  padding: 80px 0 120px;
  margin-top: -600px;
}
@media screen and (max-width: 991px) {
  .section-contact {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .section-contact {
    padding: 40px 0 80px;
    margin-top: 0;
  }
}
.section-contact .form-contact {
  background: #fff;
  padding: 50px 50px 30px 50px;
  border-radius: 30px;
  -webkit-box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section-contact .form-contact {
    padding: 20px;
  }
}
.section-contact .form-contact form input[type=text],
.section-contact .form-contact form input[type=email],
.section-contact .form-contact form input[type=tel],
.section-contact .form-contact form input[type=number],
.section-contact .form-contact form input[type=date],
.section-contact .form-contact form input[type=time],
.section-contact .form-contact form input[type=datetime-local],
.section-contact .form-contact form input[type=month],
.section-contact .form-contact form input[type=week],
.section-contact .form-contact form input[type=url] {
  width: 100%;
  background: #fcf5f0;
  height: 55px;
  border: none;
  border-radius: 25px;
  font-size: 18px;
  color: #724e35;
  padding: 0 20px;
}
.section-contact .form-contact form input[type=text]::-webkit-input-placeholder,
.section-contact .form-contact form input[type=email]::-webkit-input-placeholder,
.section-contact .form-contact form input[type=tel]::-webkit-input-placeholder,
.section-contact .form-contact form input[type=number]::-webkit-input-placeholder,
.section-contact .form-contact form input[type=date]::-webkit-input-placeholder,
.section-contact .form-contact form input[type=time]::-webkit-input-placeholder,
.section-contact .form-contact form input[type=datetime-local]::-webkit-input-placeholder,
.section-contact .form-contact form input[type=month]::-webkit-input-placeholder,
.section-contact .form-contact form input[type=week]::-webkit-input-placeholder,
.section-contact .form-contact form input[type=url]::-webkit-input-placeholder {
  color: #e4cbba;
  font-size: 18px;
}
.section-contact .form-contact form input[type=text]::-moz-placeholder,
.section-contact .form-contact form input[type=email]::-moz-placeholder,
.section-contact .form-contact form input[type=tel]::-moz-placeholder,
.section-contact .form-contact form input[type=number]::-moz-placeholder,
.section-contact .form-contact form input[type=date]::-moz-placeholder,
.section-contact .form-contact form input[type=time]::-moz-placeholder,
.section-contact .form-contact form input[type=datetime-local]::-moz-placeholder,
.section-contact .form-contact form input[type=month]::-moz-placeholder,
.section-contact .form-contact form input[type=week]::-moz-placeholder,
.section-contact .form-contact form input[type=url]::-moz-placeholder {
  color: #e4cbba;
  font-size: 18px;
}
.section-contact .form-contact form input[type=text]::-ms-input-placeholder,
.section-contact .form-contact form input[type=email]::-ms-input-placeholder,
.section-contact .form-contact form input[type=tel]::-ms-input-placeholder,
.section-contact .form-contact form input[type=number]::-ms-input-placeholder,
.section-contact .form-contact form input[type=date]::-ms-input-placeholder,
.section-contact .form-contact form input[type=time]::-ms-input-placeholder,
.section-contact .form-contact form input[type=datetime-local]::-ms-input-placeholder,
.section-contact .form-contact form input[type=month]::-ms-input-placeholder,
.section-contact .form-contact form input[type=week]::-ms-input-placeholder,
.section-contact .form-contact form input[type=url]::-ms-input-placeholder {
  color: #e4cbba;
  font-size: 18px;
}
.section-contact .form-contact form input[type=text]::placeholder,
.section-contact .form-contact form input[type=email]::placeholder,
.section-contact .form-contact form input[type=tel]::placeholder,
.section-contact .form-contact form input[type=number]::placeholder,
.section-contact .form-contact form input[type=date]::placeholder,
.section-contact .form-contact form input[type=time]::placeholder,
.section-contact .form-contact form input[type=datetime-local]::placeholder,
.section-contact .form-contact form input[type=month]::placeholder,
.section-contact .form-contact form input[type=week]::placeholder,
.section-contact .form-contact form input[type=url]::placeholder {
  color: #e4cbba;
  font-size: 18px;
}
.section-contact .form-contact form textarea {
  width: 100%;
  background: #fcf5f0;
  height: 315px;
  border: none;
  border-radius: 25px;
  font-size: 18px;
  color: #724e35;
  padding: 20px;
}
.section-contact .form-contact form textarea::-webkit-input-placeholder {
  color: #e4cbba;
  font-size: 18px;
}
.section-contact .form-contact form textarea::-moz-placeholder {
  color: #e4cbba;
  font-size: 18px;
}
.section-contact .form-contact form textarea::-ms-input-placeholder {
  color: #e4cbba;
  font-size: 18px;
}
.section-contact .form-contact form textarea::placeholder {
  color: #e4cbba;
  font-size: 18px;
}
.section-contact .form-contact form input[type=submit] {
  width: 100%;
  background: #DD690D;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 18px;
  padding: 10px 20px;
  float: right;
}
.section-contact .form-contact form .contact-form-submit-row {
  width: 100%;
  clear: both;
}
.section-contact .form-contact form .item-form {
  position: relative;
  margin-bottom: 20px;
}
.section-contact .form-contact form .form-radio {
  border: 1px solid #e4cbba;
  padding: 25px;
  border-radius: 25px;
}
.section-contact .form-contact form .form-radio p {
  color: #e4cbba;
  font-size: 18px;
  margin-bottom: 20px;
}
.section-contact .form-contact form .form-radio .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.section-contact .form-contact form .form-radio .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.section-contact .form-contact form .form-radio .wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 15px;
  color: #e4cbba;
  font-size: 18px;
  cursor: pointer;
}
.section-contact .form-contact form .form-radio .wpcf7-radio .wpcf7-list-item input[type=radio] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin: 0;
  border-radius: 50%;
  background: #fcf5f0;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, background 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, background 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.section-contact .form-contact form .form-radio .wpcf7-radio .wpcf7-list-item input[type=radio]:hover {
  border-color: rgba(221, 105, 13, 0.65);
}
.section-contact .form-contact form .form-radio .wpcf7-radio .wpcf7-list-item input[type=radio]:checked {
  border-color: #DD690D;
  background: #DD690D;
  -webkit-box-shadow: inset 0 0 0 4px #fcf5f0;
  box-shadow: inset 0 0 0 4px #fcf5f0;
}
.section-contact .form-contact form .form-radio .wpcf7-radio .wpcf7-list-item input[type=radio]:focus {
  outline: none;
}
.section-contact .form-contact form .form-radio .wpcf7-radio .wpcf7-list-item input[type=radio]:focus-visible {
  outline: 2px solid #DD690D;
  outline-offset: 2px;
}
.section-contact .form-contact form .button-cta-1 button {
  float: right;
}

.wpcf7-not-valid-tip {
  color: #e4cbba;
  font-size: 14px;
  margin-top: 10px;
}

.wpcf7-not-valid {
  border-color: #e4cbba;
}

.wpcf7-validates-as-required {
  border-color: #DD690D;
}

.wpcf7-form .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 16px 22px;
  border-radius: 25px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  font-family: inherit;
  border: 1px solid transparent;
  clear: both;
}
@media screen and (max-width: 767px) {
  .wpcf7-form .wpcf7-response-output {
    font-size: 15px;
    padding: 14px 18px;
  }
}
.wpcf7-form .wpcf7-response-output:empty {
  display: none;
}
.wpcf7-form.sent .wpcf7-response-output {
  background: #e8f5e9;
  border-color: rgba(46, 125, 50, 0.4);
  color: #1b5e20;
}
.wpcf7-form.invalid .wpcf7-response-output, .wpcf7-form.unaccepted .wpcf7-response-output {
  background: #fff8f5;
  border-color: rgba(221, 105, 13, 0.55);
  color: #432919;
}
.wpcf7-form.failed .wpcf7-response-output {
  background: #ffebee;
  border-color: rgba(183, 28, 28, 0.35);
  color: #b71c1c;
}
.wpcf7-form.spam .wpcf7-response-output {
  background: #f5f5f5;
  border-color: rgba(63, 71, 95, 0.25);
  color: #3F475F;
}
.wpcf7-form.submitting .wpcf7-response-output {
  background: #fcf5f0;
  border-color: rgba(221, 105, 13, 0.2);
  color: #432919;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #e8f5e9;
  border: 1px solid rgba(46, 125, 50, 0.4);
  color: #1b5e20;
  border-radius: 25px;
  padding: 16px 22px;
  margin-top: 24px;
  text-align: center;
}

.wpcf7-response-output.wpcf7-mail-sent-ng,
.wpcf7-response-output.wpcf7-aborted {
  background: #ffebee;
  border: 1px solid rgba(183, 28, 28, 0.35);
  color: #b71c1c;
  border-radius: 25px;
  padding: 16px 22px;
  margin-top: 24px;
  text-align: center;
}

.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-acceptance-missing {
  background: #fff8f5;
  border: 1px solid rgba(221, 105, 13, 0.55);
  color: #432919;
  border-radius: 25px;
  padding: 16px 22px;
  margin-top: 24px;
  text-align: center;
}

.wpcf7-response-output.wpcf7-spam-blocked {
  background: #f5f5f5;
  border: 1px solid rgba(63, 71, 95, 0.25);
  color: #3F475F;
  border-radius: 25px;
  padding: 16px 22px;
  margin-top: 24px;
  text-align: center;
}

.section-case-studies {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .section-case-studies {
    padding: 50px 0;
  }
}
.section-case-studies .card-studies .card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  background: #3F475F;
}
.section-case-studies .card-studies .card-item + .card-item {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .section-case-studies .card-studies .card-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
  }
}
.section-case-studies .card-studies .card-item .left,
.section-case-studies .card-studies .card-item .center,
.section-case-studies .card-studies .card-item .right {
  padding: 25px 20px;
}
@media screen and (max-width: 991px) {
  .section-case-studies .card-studies .card-item .left,
  .section-case-studies .card-studies .card-item .center,
  .section-case-studies .card-studies .card-item .right {
    padding: 10px 20px;
  }
}
.section-case-studies .card-studies .card-item .left {
  width: 30%;
}
@media screen and (max-width: 991px) {
  .section-case-studies .card-studies .card-item .left {
    width: 100%;
  }
}
.section-case-studies .card-studies .card-item .center {
  width: 40%;
}
@media screen and (max-width: 991px) {
  .section-case-studies .card-studies .card-item .center {
    width: 100%;
  }
}
.section-case-studies .card-studies .card-item .right {
  width: 30%;
}
@media screen and (max-width: 991px) {
  .section-case-studies .card-studies .card-item .right {
    width: 100%;
  }
}
.section-case-studies .card-studies .card-item .thumb-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-case-studies .card-studies .card-item .thumb-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 25px;
}
.section-case-studies .card-studies .card-item .title-post {
  font-size: 42px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .section-case-studies .card-studies .card-item .title-post {
    font-size: 32px;
  }
}
.section-case-studies .card-studies .card-item .summary + .summary {
  margin-top: 10px;
}
.section-case-studies .card-studies .card-item .summary .text-summary p {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}
.section-case-studies .card-studies .card-item .summary .text-summary p strong {
  font-weight: 600;
}
.section-case-studies .card-studies .card-item .title-numbers {
  font-size: 32px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .section-case-studies .card-studies .card-item .title-numbers {
    font-size: 22px;
  }
}
.section-case-studies .card-studies .card-item .number-featured {
  background: #DD690D;
  padding: 10px 20px;
  border-radius: 22px;
  margin-top: 5px;
}
.section-case-studies .card-studies .card-item .number-featured .title {
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  .section-case-studies .card-studies .card-item .number-featured .title {
    font-size: 20px;
  }
}
.section-case-studies .card-studies .card-item .number-featured .number-text {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (max-width: 1199px) {
  .section-case-studies .card-studies .card-item .number-featured .number-text {
    font-size: 40px;
  }
}
.section-case-studies .card-studies .card-item .numbers-extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-case-studies .card-studies .card-item .numbers-extra .item {
  padding: 10px 20px;
  background: #fff;
  width: 100%;
  margin-top: 10px;
  border-radius: 22px;
}
.section-case-studies .card-studies .card-item .numbers-extra .item .number-title {
  font-size: 18px;
  color: #3F475F;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  .section-case-studies .card-studies .card-item .numbers-extra .item .number-title {
    font-size: 16px;
  }
}
.section-case-studies .card-studies .card-item .numbers-extra .item .number-text {
  font-size: 50px;
  color: #3F475F;
  font-weight: 700;
  line-height: 1;
  margin-top: 5px;
}
@media screen and (max-width: 1199px) {
  .section-case-studies .card-studies .card-item .numbers-extra .item .number-text {
    font-size: 40px;
  }
}
.section-case-studies .card-studies .card-item .learn-more {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.section-case-studies .card-studies .card-item .learn-more a {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  background: #DD690D;
  padding: 10px 20px;
  border-radius: 22px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-case-studies .card-studies .card-item .learn-more a:hover {
  background: #432919;
}
.section-case-studies .card-studies .card-item .learn-more a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.section-single-case {
  padding: 100px 0;
}
@media screen and (max-width: 991px) {
  .section-single-case {
    padding: 50px 0;
  }
}
.section-single-case .container {
  max-width: 1200px;
  margin: 0 auto;
}
.section-single-case .summary-case + .summary-case {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .section-single-case .summary-case + .summary-case {
    margin-top: 50px;
  }
}
.section-single-case .summary-case .title-3 {
  margin-bottom: 35px;
  border-bottom: 1px solid #DD690D;
  padding-bottom: 15px;
}
.section-single-case .about-case .card-featured {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 25px;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px 70px;
  margin-top: 25px;
  -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) {
  .section-single-case .about-case .card-featured {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.section-single-case .about-case .card-featured .left {
  max-width: 700px;
  padding-left: 50px;
}
@media screen and (max-width: 991px) {
  .section-single-case .about-case .card-featured .left {
    padding-left: 0;
    max-width: 100%;
  }
}
.section-single-case .about-case .card-featured .right {
  min-width: 420px;
}
@media screen and (max-width: 991px) {
  .section-single-case .about-case .card-featured .right {
    min-width: 100%;
  }
}
.section-single-case .about-case .card-featured .card-text ul {
  margin-left: 20px;
}
.section-single-case .about-case .card-featured .card-text ul li {
  list-style: disc;
}
.section-single-case .about-case .card-featured .card-image {
  padding-bottom: 70%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 991px) {
  .section-single-case .about-case .card-featured .card-image {
    padding-bottom: 87.25%;
  }
}
.section-single-case .about-case .card-featured .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
}
.section-single-case .box-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 70px;
}
@media screen and (min-width: 993px) {
  .section-single-case .box-numbers {
    padding: 0 100px;
  }
}
@media screen and (max-width: 991px) {
  .section-single-case .box-numbers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }
}
.section-single-case .box-numbers .number-item {
  width: calc(33.33% - 20px);
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  padding: 50px 20px;
}
@media screen and (max-width: 991px) {
  .section-single-case .box-numbers .number-item {
    width: 100%;
  }
}
.section-single-case .box-numbers .number-item .number-icon {
  display: table;
  margin: 0 auto;
}
.section-single-case .box-numbers .number-item .number-title {
  font-size: 40px;
  color: #DD690D;
  line-height: 1.2;
  margin-top: 20px;
  text-align: center;
  font-weight: 800;
}
@media screen and (max-width: 1199px) {
  .section-single-case .box-numbers .number-item .number-title {
    font-size: 32px;
  }
}
.section-single-case .bottom-line .title-3 {
  margin-bottom: 35px;
  border-bottom: 1px solid #DD690D;
  padding-bottom: 15px;
}
.section-single-case .bottom-line .list-box {
  margin-top: 60px;
}
.section-single-case .bottom-line .list-box .box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .section-single-case .bottom-line .list-box .box-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}
.section-single-case .bottom-line .list-box .box-item .number {
  min-width: 62px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #DD690D;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-single-case .bottom-line .list-box .box-item .title {
  font-size: 24px;
  color: #3F475F;
  font-weight: 800;
}
.section-single-case .bottom-line .list-box .box-item:after {
  content: "";
  height: 1px;
  border-bottom: 1px dashed #d0d0d0;
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.section-404 {
  background-color: #fcf5f0;
  min-height: calc(100vh - 180px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 80px 0 100px;
}
@media screen and (max-width: 991px) {
  .section-404 {
    min-height: calc(100vh - 140px);
    padding: 60px 0 80px;
  }
}
.section-404__inner {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.section-404__code {
  margin: 0 0 8px;
  font-family: "Avenir Next LT Pro", sans-serif;
  font-size: clamp(7rem, 22vw, 14rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.05em;
  color: #432919;
  text-shadow: 0 12px 40px rgba(221, 105, 13, 0.25);
}
.section-404__title {
  margin: 0 0 20px;
  font-family: "Avenir Next LT Pro", sans-serif;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 600;
  line-height: 1.25;
  color: #3F475F;
}
.section-404__text {
  margin: 0 0 40px;
  color: rgba(63, 71, 95, 0.9);
}
.section-404__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-custom {
  padding: 60px 0 100px;
}
@media screen and (max-width: 991px) {
  .page-custom {
    padding: 40px 0 70px;
  }
}
.page-custom .entry-header {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .page-custom .entry-header {
    margin-bottom: 28px;
  }
}
.page-custom .entry-title {
  margin: 0;
}
.page-custom .entry-content {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Avenir LT Std", sans-serif;
  font-size: 18px;
  line-height: 1.65;
  color: #3F475F;
  font-weight: 350;
}
@media screen and (max-width: 767px) {
  .page-custom .entry-content {
    font-size: 16px;
    line-height: 1.6;
  }
}
.page-custom .entry-content > *:first-child {
  margin-top: 0;
}
.page-custom .entry-content > *:last-child {
  margin-bottom: 0;
}
.page-custom .entry-content p {
  margin: 0 0 1.25em;
}
.page-custom .entry-content ul,
.page-custom .entry-content ol {
  margin: 0 0 1.5em;
  padding-left: 1.35em;
}
.page-custom .entry-content li {
  margin-bottom: 0.5em;
  padding-left: 0.25em;
}
.page-custom .entry-content li::marker {
  color: #DD690D;
}
.page-custom .entry-content ul.wp-block-list {
  list-style-type: disc;
}
.page-custom .entry-content h1.wp-block-heading,
.page-custom .entry-content h2.wp-block-heading,
.page-custom .entry-content h3.wp-block-heading {
  font-family: "Avenir Next LT Pro", sans-serif;
  color: #432919;
  line-height: 1.25;
  margin: 2.25em 0 0.85em;
  font-weight: 700;
}
.page-custom .entry-content h1.wp-block-heading strong,
.page-custom .entry-content h2.wp-block-heading strong,
.page-custom .entry-content h3.wp-block-heading strong {
  font-weight: inherit;
}
.page-custom .entry-content h1.wp-block-heading:first-child,
.page-custom .entry-content h2.wp-block-heading:first-child,
.page-custom .entry-content h3.wp-block-heading:first-child {
  margin-top: 0;
}
.page-custom .entry-content h1.wp-block-heading {
  font-size: clamp(1.35rem, 3.5vw, 1.75rem);
}
.page-custom .entry-content h2.wp-block-heading {
  font-size: clamp(1.15rem, 2.8vw, 1.4rem);
  color: #3F475F;
}
.page-custom .entry-content h3.wp-block-heading {
  font-size: 1.125rem;
}
.page-custom .entry-content a {
  color: #DD690D;
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.page-custom .entry-content a:hover {
  color: #432919;
}



.card{background:rgba(255,255,255,0.97);border-radius:4px;box-shadow:0 24px 80px rgba(0,0,0,0.35);max-width:680px;width:calc(100% - 40px);margin:48px auto;overflow:hidden;}
.card-wide{max-width:720px;}
.card-top{background:#3f4860;padding:32px 40px 28px;border-bottom:3px solid #dd690d;}
.card-top h2{font-size:21px;color:#fff;font-weight:700;margin:0 0 8px;line-height:1.35;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.card-top p{font-size:13px;color:#dde2e3;margin:0;letter-spacing:0.03em;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.card-body{padding:36px 40px;}
.label{display:block;font-size:11px;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:#3f4860;margin-bottom:6px;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
input{width:100%;padding:11px 14px;border:1.5px solid #cdd2d9;border-radius:3px;font-size:14px;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;color:#2d3347;outline:none;background:#fafbfc;}
input.err{border-color:#ef4444;}
.err-msg{font-size:11px;color:#ef4444;margin-top:4px;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;}
.full{grid-column:1/-1;}
.btn{background:#dd690d;color:#fff;border:none;border-radius:3px;padding:13px 32px;font-size:13px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;cursor:pointer;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;width:100%;}
.btn-out{background:transparent;color:#3f4860;border:1.5px solid #3f4860;border-radius:3px;padding:11px 24px;font-size:12px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;cursor:pointer;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.disclaimer{font-size:11px;color:#bbb;text-align:center;margin-top:14px;letter-spacing:0.03em;line-height:1.8;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.accent-block{font-size:14px;color:#444;margin-bottom:28px;line-height:2.1;border-left:3px solid #dd690d;padding-left:18px;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.track-card{border:2px solid #dde2e3;border-radius:4px;padding:22px 26px;cursor:pointer;background:#fafbfc;margin-bottom:14px;transition:border-color 0.15s;}
.track-card:hover{border-color:#dd690d;}
.track-card h3{font-size:15px;font-weight:700;color:#2d3347;margin:0 0 6px;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.track-card p{font-size:13px;color:#666;margin:0;line-height:1.55;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.prog-bar{height:4px;background:#e8eaed;border-radius:2px;margin-bottom:28px;overflow:hidden;}
.prog-fill{height:100%;background:#dd690d;border-radius:2px;transition:width 0.3s ease;}
.q-count{font-size:11px;color:#999;letter-spacing:0.1em;text-transform:uppercase;margin-bottom:8px;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.w-badge{display:inline-block;font-size:10px;letter-spacing:0.12em;color:#dd690d;border:1px solid #dd690d;padding:2px 8px;border-radius:2px;text-transform:uppercase;margin-bottom:12px;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.q-text{font-size:16px;font-weight:700;color:#2d3347;line-height:1.6;margin-bottom:22px;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.opt{border:1.5px solid #dde2e3;border-radius:3px;padding:13px 16px;cursor:pointer;margin-bottom:9px;background:#fafbfc;display:flex;align-items:flex-start;gap:12px;transition:all 0.12s;}
.opt.sel{border-color:#dd690d;background:rgba(221,105,13,0.05);}
.opt-radio{width:16px;height:16px;border-radius:50%;border:2px solid #aab0bc;background:transparent;flex-shrink:0;margin-top:2px;transition:all 0.12s;}
.opt.sel .opt-radio{border-color:#dd690d;background:#dd690d;}
.opt-text{font-size:13px;color:#555;line-height:1.55;font-weight:400;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.opt.sel .opt-text{color:#2d3347;font-weight:600;}
.nav-row{display:flex;justify-content:space-between;margin-top:28px;}
.score-live{text-align:right;}
.score-live .num{font-size:22px;font-weight:800;color:#fff;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.score-live .denom{font-size:12px;color:#dde2e3;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.results-top{text-align:center;padding:36px 40px 28px;}
.results-top .company{font-size:12px;color:#dde2e3;text-transform:uppercase;letter-spacing:0.12em;margin-bottom:6px;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.dial-wrap{display:flex;flex-direction:column;align-items:center;margin-bottom:32px;}
.tier-pill{color:#fff;font-size:11px;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;padding:5px 18px;border-radius:2px;margin-top:6px;display:inline-block;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.interp{background:#f8f9fb;border:1px solid #e8eaed;border-radius:3px;padding:20px 24px;margin-bottom:28px;}
.interp h4{font-size:14px;font-weight:700;color:#2d3347;margin:0 0 8px;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.interp p{margin:0;font-size:13px;color:#444;line-height:1.75;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.ref-label{display:block;font-size:11px;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:#3f4860;margin-bottom:14px;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.ref-row{display:flex;align-items:center;gap:12px;margin-bottom:10px;padding:2px 0;border-radius:3px;}
.ref-row.match{padding:8px 12px;background:rgba(0,0,0,0.03);border:1px solid #e8eaed;}
.ref-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0;}
.ref-range{font-size:11px;color:#aaa;width:62px;flex-shrink:0;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.ref-label-name{font-size:13px;color:#2d3347;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.ref-sub{font-size:11px;color:#bbb;margin-left:8px;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.ref-you{font-size:10px;color:#dd690d;font-weight:700;letter-spacing:0.1em;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.cta-block{background:#3f4860;border-radius:4px;padding:32px 32px 28px;}
.cta-eyebrow{color:#dd690d;font-size:11px;letter-spacing:0.15em;text-transform:uppercase;margin:0 0 12px;font-weight:700;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.cta-block h3{color:#fff;font-size:19px;font-weight:700;margin:0 0 16px;line-height:1.45;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.cta-block p{color:rgba(221,226,227,0.78);font-size:13px;margin:0 0 24px;line-height:1.9;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.cta-btn{display:flex;align-items:center;justify-content:center;gap:10px;background:#dd690d;color:#fff;border-radius:3px;padding:15px 24px;font-size:13px;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;text-decoration:none;margin-bottom:12px;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.cta-link{display:block;color:rgba(221,226,227,0.48);font-size:12px;text-decoration:underline;margin-bottom:24px;letter-spacing:0.03em;text-align:center;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.cta-footer{border-top:1px solid rgba(255,255,255,0.08);padding-top:18px;}
.cta-footer p{color:rgba(221,226,227,0.32);font-size:11px;margin:0;line-height:1.8;letter-spacing:0.03em;font-family:'Avenir','Avenir Next','Nunito Sans',sans-serif;}
.ref-section{margin-bottom:32px;}
.hidden{display:none;}
/*# sourceMappingURL=style.css.map */
