.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.container-sm {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm {
    max-width: 540px;
  }
}

.container-md {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
}

.container-lg {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container-lg {
    max-width: 960px;
  }
}

.container-xl {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container-xl {
    max-width: 1140px;
  }
}

.container-xxl {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1400px) {
  .container-xxl {
    max-width: 1320px;
  }
}

@media screen and (max-width: 1199px) {
  .container {
    padding: 0 30px;
  }
}

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

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

.text-blueDark {
  color: #222E5C !important;
}

.text-blueLight {
  color: #00AEEF !important;
}

.text-blueSea {
  color: #00709A !important;
}

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

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

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

.text-grayBg {
  color: #2B2B2B !important;
}

.text-yellow {
  color: #EAC319 !important;
}

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

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

.bg-blueDark {
  background-color: #222E5C !important;
}

.bg-blueLight {
  background-color: #00AEEF !important;
}

.bg-blueSea {
  background-color: #00709A !important;
}

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

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

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

.bg-grayBg {
  background-color: #2B2B2B !important;
}

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

@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;
  }
}
.hero-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero-internal {
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .hero-internal {
    min-height: 470px;
  }
}
.hero-internal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero-internal .content-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  width: 100%;
  margin-bottom: 50px;
  padding: 0 220px;
  position: relative;
  z-index: 9;
  gap: 0 50px;
}
@media (max-width: 1400px) {
  .hero-internal .content-hero {
    padding: 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .hero-internal .content-hero {
    -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: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px;
  }
}
.hero-internal .content-hero .text-hero {
  color: #fff;
}
.hero-internal .content-hero .text-hero h1 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}
@media screen and (max-width: 991px) {
  .hero-internal .content-hero .text-hero h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
.hero-internal .content-hero .description {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .hero-internal .content-hero .description {
    margin-top: 25px;
  }
}
.hero-internal .content-hero .button-primary {
  margin-top: 30px;
}

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

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

.section-margin-1 {
  margin-left: 40px;
  margin-right: 40px;
  border-radius: 30px;
}
@media screen and (max-width: 991px) {
  .section-margin-1 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.section-internal-page {
  padding-top: 230px;
  padding-bottom: 110px;
}
@media screen and (max-width: 991px) {
  .section-internal-page {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

.button-primary a,
.button-primary button {
  background: #EAC319;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #EAC319;
  padding: 15px 30px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
}
.button-primary a:hover,
.button-primary button:hover {
  background: none;
  color: #000;
  border: 1px solid #000;
}
.button-primary a.black,
.button-primary button.black {
  background: #000;
  color: #EAC319;
  border: 1px solid #000;
}
.button-primary a.black:hover,
.button-primary button.black:hover {
  background: none;
  color: #000;
  border: 1px solid #000;
}
.button-primary a.white,
.button-primary button.white {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}

.title-1 {
  font-size: 35px;
  font-weight: 700;
  line-height: 38px;
}
@media screen and (max-width: 991px) {
  .title-1 {
    font-size: 30px;
    line-height: 35px;
  }
}

.preset-text1 {
  font-size: 18px;
  line-height: 24px;
}
.preset-text1 p + p {
  margin-top: 10px;
}

.preset-text2 {
  font-size: 16px;
  line-height: 22px;
}
.preset-text2 p + p {
  margin-top: 10px;
}

.row-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 150px;
}
@media screen and (max-width: 1439px) {
  .row-1 {
    gap: 0 100px;
  }
}
@media screen and (max-width: 991px) {
  .row-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0 0;
  }
}
.row-1 .col-column {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .row-1 .col-column {
    width: 100%;
  }
}

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

.form-sendemail {
  position: relative;
  width: 534px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .form-sendemail {
    width: 100%;
  }
}
.form-sendemail input[type=email] {
  border-radius: 28px;
  background: #EDEDED;
  width: 100%;
  height: 56px;
  border: none;
  font-size: 16px;
  padding: 0 270px 0 25px;
}
@media screen and (max-width: 767px) {
  .form-sendemail input[type=email] {
    padding: 0 25px;
  }
}
.form-sendemail input[type=email]::-webkit-input-placeholder {
  color: #C8C8C8;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.form-sendemail input[type=email]::-moz-placeholder {
  color: #C8C8C8;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.form-sendemail input[type=email]::-ms-input-placeholder {
  color: #C8C8C8;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.form-sendemail input[type=email]::placeholder {
  color: #C8C8C8;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.form-sendemail input[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding: 0 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 44px;
  background: #00AEEF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  color: #fff;
  border: 1px solid #00AEEF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .form-sendemail input[type=submit] {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.form-sendemail input[type=submit]:hover {
  background: none;
  color: #00AEEF;
}

.list-1 {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}
.list-1 ul li {
  position: relative;
  padding-left: 45px;
}
.list-1 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/arrow-yellow.svg);
  width: 14px;
  height: 15px;
  background-repeat: no-repeat;
}
.list-1 ul li + li {
  margin-top: 15px;
}

.row-images-equipaments {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .row-images-equipaments {
    margin-top: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 20px;
    gap: 20px;
    cursor: -webkit-grab;
    cursor: grab;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .row-images-equipaments:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
  .row-images-equipaments::-webkit-scrollbar {
    display: none;
  }
  .row-images-equipaments .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    scroll-snap-align: start;
    max-width: 80%;
  }
}
.row-images-equipaments .title {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 20px;
}
@media screen and (min-width: 993px) {
  .row-images-equipaments .item {
    width: 25%;
  }
}
.row-images-equipaments .link-modal .plus {
  width: 46px;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.row-images-equipaments .link-modal .plus:hover {
  border: 1px solid #000;
}
.row-images-equipaments .link-modal .plus:hover svg path {
  fill: #000;
}
.row-images-equipaments img {
  margin: 0 auto;
  display: table;
}

@-webkit-keyframes aos-animista-slide-fwd {
  0% {
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes aos-animista-slide-fwd {
  0% {
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
[data-aos=animista-slide-fwd] {
  opacity: 0;
  -webkit-transform: translateY(24px);
  transform: translateY(24px);
}

[data-aos=animista-slide-fwd].aos-animate {
  -webkit-animation: aos-animista-slide-fwd 0.65s ease-out both;
  animation: aos-animista-slide-fwd 0.65s ease-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2026-4-24 21:49:43
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[data-aos=fade-in] {
  opacity: 0;
}

[data-aos=fade-in].aos-animate {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

[data-aos=fade-in-bottom] {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

[data-aos=fade-in-bottom].aos-animate {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
[data-aos=fade-in-right].aos-animate {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
[data-aos=fade-in-left].aos-animate {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
[data-aos=animista-slide-in-fwd-center] {
  opacity: 0;
  -webkit-transform: perspective(1000px) translateZ(-60px);
  transform: perspective(1000px) translateZ(-60px);
}

[data-aos=animista-slide-in-fwd-center].aos-animate {
  -webkit-animation: animista-slide-in-fwd-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: animista-slide-in-fwd-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes animista-slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
    transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes animista-slide-in-fwd-center {
  0% {
    -webkit-transform: translateZ(-1400px);
    transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
[data-aos=rotate-in-center].aos-animate {
  -webkit-animation: rotate-in-center 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: rotate-in-center 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes rotate-in-center {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotate-in-center {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2026-6-3 0:41:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in-bck
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bck {
  0% {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes fade-in-bck {
  0% {
    -webkit-transform: translateZ(80px);
    transform: translateZ(80px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
[data-aos=fade-in-bck].aos-animate {
  -webkit-animation: fade-in-bck 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bck 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes reveal-left-right {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    opacity: 0.85;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes reveal-left-right {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    opacity: 0.85;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
[data-aos=reveal-left-right] {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  opacity: 0.85;
  overflow: hidden;
}

[data-aos=reveal-left-right].aos-animate {
  -webkit-animation: reveal-left-right 0.85s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: reveal-left-right 0.85s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes reveal-center {
  0% {
    -webkit-clip-path: inset(0 50% 0 50%);
    clip-path: inset(0 50% 0 50%);
    opacity: 0.85;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}

@keyframes reveal-center {
  0% {
    -webkit-clip-path: inset(0 50% 0 50%);
    clip-path: inset(0 50% 0 50%);
    opacity: 0.85;
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
[data-aos=reveal-center] {
  -webkit-clip-path: inset(0 50% 0 50%);
  clip-path: inset(0 50% 0 50%);
  opacity: 0.85;
  overflow: hidden;
}

[data-aos=reveal-center].aos-animate {
  -webkit-animation: reveal-center 0.85s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: reveal-center 0.85s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2026-6-3 0:46:5
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in-bl
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bl {
  0% {
    -webkit-transform: translateX(-50px) translateY(50px);
    transform: translateX(-50px) translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bl {
  0% {
    -webkit-transform: translateX(-50px) translateY(50px);
    transform: translateX(-50px) translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}
[data-aos=fade-in-bl].aos-animate {
  -webkit-animation: fade-in-bl 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bl 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2026-6-3 0:48:50
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-hor-left
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-hor-left {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-hor-left {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
[data-aos=scale-in-hor-left].aos-animate {
  -webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

[data-aos].aos-animate[data-aos-delay="0"] {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

[data-aos].aos-animate[data-aos-duration="0"] {
  -webkit-animation-duration: 0ms;
  animation-duration: 0ms;
}

[data-aos].aos-animate[data-aos-delay="50"] {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
}

[data-aos].aos-animate[data-aos-duration="50"] {
  -webkit-animation-duration: 50ms;
  animation-duration: 50ms;
}

[data-aos].aos-animate[data-aos-delay="100"] {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

[data-aos].aos-animate[data-aos-duration="100"] {
  -webkit-animation-duration: 100ms;
  animation-duration: 100ms;
}

[data-aos].aos-animate[data-aos-delay="150"] {
  -webkit-animation-delay: 150ms;
  animation-delay: 150ms;
}

[data-aos].aos-animate[data-aos-duration="150"] {
  -webkit-animation-duration: 150ms;
  animation-duration: 150ms;
}

[data-aos].aos-animate[data-aos-delay="200"] {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

[data-aos].aos-animate[data-aos-duration="200"] {
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
}

[data-aos].aos-animate[data-aos-delay="250"] {
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
}

[data-aos].aos-animate[data-aos-duration="250"] {
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
}

[data-aos].aos-animate[data-aos-delay="300"] {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

[data-aos].aos-animate[data-aos-duration="300"] {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
}

[data-aos].aos-animate[data-aos-delay="350"] {
  -webkit-animation-delay: 350ms;
  animation-delay: 350ms;
}

[data-aos].aos-animate[data-aos-duration="350"] {
  -webkit-animation-duration: 350ms;
  animation-duration: 350ms;
}

[data-aos].aos-animate[data-aos-delay="400"] {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

[data-aos].aos-animate[data-aos-duration="400"] {
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
}

[data-aos].aos-animate[data-aos-delay="450"] {
  -webkit-animation-delay: 450ms;
  animation-delay: 450ms;
}

[data-aos].aos-animate[data-aos-duration="450"] {
  -webkit-animation-duration: 450ms;
  animation-duration: 450ms;
}

[data-aos].aos-animate[data-aos-delay="500"] {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

[data-aos].aos-animate[data-aos-duration="500"] {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

[data-aos].aos-animate[data-aos-delay="550"] {
  -webkit-animation-delay: 550ms;
  animation-delay: 550ms;
}

[data-aos].aos-animate[data-aos-duration="550"] {
  -webkit-animation-duration: 550ms;
  animation-duration: 550ms;
}

[data-aos].aos-animate[data-aos-delay="600"] {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

[data-aos].aos-animate[data-aos-duration="600"] {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

[data-aos].aos-animate[data-aos-delay="650"] {
  -webkit-animation-delay: 650ms;
  animation-delay: 650ms;
}

[data-aos].aos-animate[data-aos-duration="650"] {
  -webkit-animation-duration: 650ms;
  animation-duration: 650ms;
}

[data-aos].aos-animate[data-aos-delay="700"] {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}

[data-aos].aos-animate[data-aos-duration="700"] {
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
}

[data-aos].aos-animate[data-aos-delay="750"] {
  -webkit-animation-delay: 750ms;
  animation-delay: 750ms;
}

[data-aos].aos-animate[data-aos-duration="750"] {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
}

[data-aos].aos-animate[data-aos-delay="800"] {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

[data-aos].aos-animate[data-aos-duration="800"] {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

[data-aos].aos-animate[data-aos-delay="850"] {
  -webkit-animation-delay: 850ms;
  animation-delay: 850ms;
}

[data-aos].aos-animate[data-aos-duration="850"] {
  -webkit-animation-duration: 850ms;
  animation-duration: 850ms;
}

[data-aos].aos-animate[data-aos-delay="900"] {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}

[data-aos].aos-animate[data-aos-duration="900"] {
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
}

[data-aos].aos-animate[data-aos-delay="950"] {
  -webkit-animation-delay: 950ms;
  animation-delay: 950ms;
}

[data-aos].aos-animate[data-aos-duration="950"] {
  -webkit-animation-duration: 950ms;
  animation-duration: 950ms;
}

[data-aos].aos-animate[data-aos-delay="1000"] {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

[data-aos].aos-animate[data-aos-duration="1000"] {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
}

[data-aos].aos-animate[data-aos-delay="1050"] {
  -webkit-animation-delay: 1050ms;
  animation-delay: 1050ms;
}

[data-aos].aos-animate[data-aos-duration="1050"] {
  -webkit-animation-duration: 1050ms;
  animation-duration: 1050ms;
}

[data-aos].aos-animate[data-aos-delay="1100"] {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}

[data-aos].aos-animate[data-aos-duration="1100"] {
  -webkit-animation-duration: 1100ms;
  animation-duration: 1100ms;
}

[data-aos].aos-animate[data-aos-delay="1150"] {
  -webkit-animation-delay: 1150ms;
  animation-delay: 1150ms;
}

[data-aos].aos-animate[data-aos-duration="1150"] {
  -webkit-animation-duration: 1150ms;
  animation-duration: 1150ms;
}

[data-aos].aos-animate[data-aos-delay="1200"] {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

[data-aos].aos-animate[data-aos-duration="1200"] {
  -webkit-animation-duration: 1200ms;
  animation-duration: 1200ms;
}

[data-aos].aos-animate[data-aos-delay="1250"] {
  -webkit-animation-delay: 1250ms;
  animation-delay: 1250ms;
}

[data-aos].aos-animate[data-aos-duration="1250"] {
  -webkit-animation-duration: 1250ms;
  animation-duration: 1250ms;
}

[data-aos].aos-animate[data-aos-delay="1300"] {
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms;
}

[data-aos].aos-animate[data-aos-duration="1300"] {
  -webkit-animation-duration: 1300ms;
  animation-duration: 1300ms;
}

[data-aos].aos-animate[data-aos-delay="1350"] {
  -webkit-animation-delay: 1350ms;
  animation-delay: 1350ms;
}

[data-aos].aos-animate[data-aos-duration="1350"] {
  -webkit-animation-duration: 1350ms;
  animation-duration: 1350ms;
}

[data-aos].aos-animate[data-aos-delay="1400"] {
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms;
}

[data-aos].aos-animate[data-aos-duration="1400"] {
  -webkit-animation-duration: 1400ms;
  animation-duration: 1400ms;
}

[data-aos].aos-animate[data-aos-delay="1450"] {
  -webkit-animation-delay: 1450ms;
  animation-delay: 1450ms;
}

[data-aos].aos-animate[data-aos-duration="1450"] {
  -webkit-animation-duration: 1450ms;
  animation-duration: 1450ms;
}

[data-aos].aos-animate[data-aos-delay="1500"] {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}

[data-aos].aos-animate[data-aos-duration="1500"] {
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
}

[data-aos].aos-animate[data-aos-delay="1550"] {
  -webkit-animation-delay: 1550ms;
  animation-delay: 1550ms;
}

[data-aos].aos-animate[data-aos-duration="1550"] {
  -webkit-animation-duration: 1550ms;
  animation-duration: 1550ms;
}

[data-aos].aos-animate[data-aos-delay="1600"] {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
}

[data-aos].aos-animate[data-aos-duration="1600"] {
  -webkit-animation-duration: 1600ms;
  animation-duration: 1600ms;
}

[data-aos].aos-animate[data-aos-delay="1650"] {
  -webkit-animation-delay: 1650ms;
  animation-delay: 1650ms;
}

[data-aos].aos-animate[data-aos-duration="1650"] {
  -webkit-animation-duration: 1650ms;
  animation-duration: 1650ms;
}

[data-aos].aos-animate[data-aos-delay="1700"] {
  -webkit-animation-delay: 1700ms;
  animation-delay: 1700ms;
}

[data-aos].aos-animate[data-aos-duration="1700"] {
  -webkit-animation-duration: 1700ms;
  animation-duration: 1700ms;
}

[data-aos].aos-animate[data-aos-delay="1750"] {
  -webkit-animation-delay: 1750ms;
  animation-delay: 1750ms;
}

[data-aos].aos-animate[data-aos-duration="1750"] {
  -webkit-animation-duration: 1750ms;
  animation-duration: 1750ms;
}

[data-aos].aos-animate[data-aos-delay="1800"] {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}

[data-aos].aos-animate[data-aos-duration="1800"] {
  -webkit-animation-duration: 1800ms;
  animation-duration: 1800ms;
}

[data-aos].aos-animate[data-aos-delay="1850"] {
  -webkit-animation-delay: 1850ms;
  animation-delay: 1850ms;
}

[data-aos].aos-animate[data-aos-duration="1850"] {
  -webkit-animation-duration: 1850ms;
  animation-duration: 1850ms;
}

[data-aos].aos-animate[data-aos-delay="1900"] {
  -webkit-animation-delay: 1900ms;
  animation-delay: 1900ms;
}

[data-aos].aos-animate[data-aos-duration="1900"] {
  -webkit-animation-duration: 1900ms;
  animation-duration: 1900ms;
}

[data-aos].aos-animate[data-aos-delay="1950"] {
  -webkit-animation-delay: 1950ms;
  animation-delay: 1950ms;
}

[data-aos].aos-animate[data-aos-duration="1950"] {
  -webkit-animation-duration: 1950ms;
  animation-duration: 1950ms;
}

[data-aos].aos-animate[data-aos-delay="2000"] {
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
}

[data-aos].aos-animate[data-aos-duration="2000"] {
  -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
}

[data-aos].aos-animate[data-aos-delay="2050"] {
  -webkit-animation-delay: 2050ms;
  animation-delay: 2050ms;
}

[data-aos].aos-animate[data-aos-duration="2050"] {
  -webkit-animation-duration: 2050ms;
  animation-duration: 2050ms;
}

[data-aos].aos-animate[data-aos-delay="2100"] {
  -webkit-animation-delay: 2100ms;
  animation-delay: 2100ms;
}

[data-aos].aos-animate[data-aos-duration="2100"] {
  -webkit-animation-duration: 2100ms;
  animation-duration: 2100ms;
}

[data-aos].aos-animate[data-aos-delay="2150"] {
  -webkit-animation-delay: 2150ms;
  animation-delay: 2150ms;
}

[data-aos].aos-animate[data-aos-duration="2150"] {
  -webkit-animation-duration: 2150ms;
  animation-duration: 2150ms;
}

[data-aos].aos-animate[data-aos-delay="2200"] {
  -webkit-animation-delay: 2200ms;
  animation-delay: 2200ms;
}

[data-aos].aos-animate[data-aos-duration="2200"] {
  -webkit-animation-duration: 2200ms;
  animation-duration: 2200ms;
}

[data-aos].aos-animate[data-aos-delay="2250"] {
  -webkit-animation-delay: 2250ms;
  animation-delay: 2250ms;
}

[data-aos].aos-animate[data-aos-duration="2250"] {
  -webkit-animation-duration: 2250ms;
  animation-duration: 2250ms;
}

[data-aos].aos-animate[data-aos-delay="2300"] {
  -webkit-animation-delay: 2300ms;
  animation-delay: 2300ms;
}

[data-aos].aos-animate[data-aos-duration="2300"] {
  -webkit-animation-duration: 2300ms;
  animation-duration: 2300ms;
}

[data-aos].aos-animate[data-aos-delay="2350"] {
  -webkit-animation-delay: 2350ms;
  animation-delay: 2350ms;
}

[data-aos].aos-animate[data-aos-duration="2350"] {
  -webkit-animation-duration: 2350ms;
  animation-duration: 2350ms;
}

[data-aos].aos-animate[data-aos-delay="2400"] {
  -webkit-animation-delay: 2400ms;
  animation-delay: 2400ms;
}

[data-aos].aos-animate[data-aos-duration="2400"] {
  -webkit-animation-duration: 2400ms;
  animation-duration: 2400ms;
}

[data-aos].aos-animate[data-aos-delay="2450"] {
  -webkit-animation-delay: 2450ms;
  animation-delay: 2450ms;
}

[data-aos].aos-animate[data-aos-duration="2450"] {
  -webkit-animation-duration: 2450ms;
  animation-duration: 2450ms;
}

[data-aos].aos-animate[data-aos-delay="2500"] {
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms;
}

[data-aos].aos-animate[data-aos-duration="2500"] {
  -webkit-animation-duration: 2500ms;
  animation-duration: 2500ms;
}

[data-aos].aos-animate[data-aos-delay="2550"] {
  -webkit-animation-delay: 2550ms;
  animation-delay: 2550ms;
}

[data-aos].aos-animate[data-aos-duration="2550"] {
  -webkit-animation-duration: 2550ms;
  animation-duration: 2550ms;
}

[data-aos].aos-animate[data-aos-delay="2600"] {
  -webkit-animation-delay: 2600ms;
  animation-delay: 2600ms;
}

[data-aos].aos-animate[data-aos-duration="2600"] {
  -webkit-animation-duration: 2600ms;
  animation-duration: 2600ms;
}

[data-aos].aos-animate[data-aos-delay="2650"] {
  -webkit-animation-delay: 2650ms;
  animation-delay: 2650ms;
}

[data-aos].aos-animate[data-aos-duration="2650"] {
  -webkit-animation-duration: 2650ms;
  animation-duration: 2650ms;
}

[data-aos].aos-animate[data-aos-delay="2700"] {
  -webkit-animation-delay: 2700ms;
  animation-delay: 2700ms;
}

[data-aos].aos-animate[data-aos-duration="2700"] {
  -webkit-animation-duration: 2700ms;
  animation-duration: 2700ms;
}

[data-aos].aos-animate[data-aos-delay="2750"] {
  -webkit-animation-delay: 2750ms;
  animation-delay: 2750ms;
}

[data-aos].aos-animate[data-aos-duration="2750"] {
  -webkit-animation-duration: 2750ms;
  animation-duration: 2750ms;
}

[data-aos].aos-animate[data-aos-delay="2800"] {
  -webkit-animation-delay: 2800ms;
  animation-delay: 2800ms;
}

[data-aos].aos-animate[data-aos-duration="2800"] {
  -webkit-animation-duration: 2800ms;
  animation-duration: 2800ms;
}

[data-aos].aos-animate[data-aos-delay="2850"] {
  -webkit-animation-delay: 2850ms;
  animation-delay: 2850ms;
}

[data-aos].aos-animate[data-aos-duration="2850"] {
  -webkit-animation-duration: 2850ms;
  animation-duration: 2850ms;
}

[data-aos].aos-animate[data-aos-delay="2900"] {
  -webkit-animation-delay: 2900ms;
  animation-delay: 2900ms;
}

[data-aos].aos-animate[data-aos-duration="2900"] {
  -webkit-animation-duration: 2900ms;
  animation-duration: 2900ms;
}

[data-aos].aos-animate[data-aos-delay="2950"] {
  -webkit-animation-delay: 2950ms;
  animation-delay: 2950ms;
}

[data-aos].aos-animate[data-aos-duration="2950"] {
  -webkit-animation-duration: 2950ms;
  animation-duration: 2950ms;
}

[data-aos].aos-animate[data-aos-delay="3000"] {
  -webkit-animation-delay: 3000ms;
  animation-delay: 3000ms;
}

[data-aos].aos-animate[data-aos-duration="3000"] {
  -webkit-animation-duration: 3000ms;
  animation-duration: 3000ms;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000000;
  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: #000000;
  height: 100% !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
body.lock-nav {
  overflow: hidden;
}

#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 {
  overflow-x: clip;
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
  -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
header.is-scrolled {
  background: #fff;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 993px) {
  header.is-scrolled .logo-header {
    padding: 15px 0;
  }
}
header .header {
  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;
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1520px) {
  header .header {
    padding: 0 30px;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  header .header {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  header .left {
    width: 75%;
  }
  header .right {
    width: 25%;
    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;
  }
}

.logo-header {
  position: relative;
  z-index: 99;
  padding: 35px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .logo-header {
    width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .logo-header {
    width: 100%;
    padding: 25px 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;
  }
}
.logo-header::before {
  content: "";
  position: absolute;
  width: 500%;
  height: 100%;
  background: #000;
  top: 0;
  left: -340%;
}
@media (max-width: 1520px) {
  .logo-header::before {
    width: 480%;
  }
}
@media screen and (max-width: 1199px) {
  .logo-header::before {
    width: 465%;
  }
}
@media screen and (max-width: 991px) {
  .logo-header::before {
    width: 100%;
    left: 0;
  }
}
.logo-header a {
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 991px) {
  .menu-header {
    display: none;
  }
}
.menu-header .menu-menu-primary-container > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  .menu-header .menu-menu-primary-container > ul {
    gap: 0 25px;
  }
}
@media screen and (max-width: 1199px) {
  .menu-header .menu-menu-primary-container > ul {
    gap: 0 15px;
  }
}
.menu-header .menu-menu-primary-container > ul > li {
  position: relative;
}
.menu-header .menu-menu-primary-container > ul > li > a {
  color: #78653D;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  .menu-header .menu-menu-primary-container > ul > li > a {
    font-size: 14px;
  }
}
.menu-header .menu-menu-primary-container > ul > li > a:hover {
  color: #EAC319;
}
.menu-header .menu-menu-primary-container > ul > li.menu-item-has-children > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.menu-header .menu-menu-primary-container > ul > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  -webkit-transform: rotate(45deg) translateY(-2px);
  transform: rotate(45deg) translateY(-2px);
  -webkit-transition: border-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: border-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, border-color 0.25s ease;
  transition: transform 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease;
}
.menu-header .menu-menu-primary-container > ul > li.menu-item-has-children:hover > a::after, .menu-header .menu-menu-primary-container > ul > li.menu-item-has-children:focus-within > a::after {
  -webkit-transform: rotate(225deg) translateY(2px);
  transform: rotate(225deg) translateY(2px);
}
.menu-header .menu-menu-primary-container > ul > li.current-menu-item a {
  color: #EAC319;
}
.menu-header .menu-menu-primary-container > ul > li.request-link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  background: #EAC319;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #EAC319;
}
@media screen and (max-width: 1199px) {
  .menu-header .menu-menu-primary-container > ul > li.request-link a {
    padding: 10px 15px;
    font-size: 13px;
  }
}
.menu-header .menu-menu-primary-container > ul > li.request-link a:hover {
  background: none;
  border: 1px solid #000;
  color: #000;
}
.menu-header .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  padding-top: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateX(0) translateY(8px);
  transform: translateX(0) translateY(8px);
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease, -webkit-transform 0.25s ease;
}
.menu-header .sub-menu .sub-menu-inner {
  list-style: none;
  margin: 0;
  min-width: 220px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.menu-header .sub-menu .sub-menu-inner li a {
  display: block;
  padding: 10px 24px;
  color: #78653D;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.menu-header .sub-menu .sub-menu-inner li a:hover {
  color: #EAC319;
  background: rgba(234, 195, 25, 0.08);
}
.menu-header .sub-menu .sub-menu-inner li.current-menu-item a {
  color: #EAC319;
}
.menu-header .menu-item-has-children:hover > .sub-menu,
.menu-header .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}

.menu-mobile {
  position: fixed;
  height: 100%;
  left: 0;
  width: 100%;
  top: 91px;
  background: #fff;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-mobile.active {
  opacity: 1;
  visibility: visible;
}
.menu-mobile .menu-mobile__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}
.menu-mobile .menu-mobile__nav ul li {
  text-align: center;
}
.menu-mobile .menu-mobile__nav ul li a {
  color: #78653D;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 10px 0;
  display: inline-block;
}
.menu-mobile .menu-mobile__nav ul li.menu-item-has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 8px;
}
.menu-mobile .menu-mobile__nav ul li.menu-item-has-children > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-mobile .menu-mobile__nav ul li.menu-item-has-children > a::after {
  display: none;
}
.menu-mobile .menu-mobile__nav ul li.menu-item-has-children > .menu-mobile__toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #78653D;
  cursor: pointer;
  -webkit-transition: color 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, -webkit-transform 0.25s ease;
  transition: color 0.25s ease, transform 0.25s ease;
  transition: color 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.menu-mobile .menu-mobile__nav ul li.menu-item-has-children > .menu-mobile__toggle i {
  font-size: 12px;
  -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 .menu-mobile__nav ul li.menu-item-has-children > .menu-mobile__toggle:hover {
  color: #EAC319;
}
.menu-mobile .menu-mobile__nav ul li.menu-item-has-children > .sub-menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.35s ease, opacity 0.25s ease;
  transition: max-height 0.35s ease, opacity 0.25s ease;
}
.menu-mobile .menu-mobile__nav ul li.menu-item-has-children > .sub-menu .sub-menu-inner {
  list-style: none;
  margin: 0;
  padding: 0 0 8px;
}
.menu-mobile .menu-mobile__nav ul li.menu-item-has-children > .sub-menu .sub-menu-inner li a {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 8px 0;
  opacity: 0.85;
}
.menu-mobile .menu-mobile__nav ul li.menu-item-has-children > .sub-menu .sub-menu-inner li a:hover {
  color: #EAC319;
  opacity: 1;
}
.menu-mobile .menu-mobile__nav ul li.menu-item-has-children > .sub-menu .sub-menu-inner li.current-menu-item a {
  color: #EAC319;
  opacity: 1;
}
.menu-mobile .menu-mobile__nav ul li.menu-item-has-children.is-open > .menu-mobile__toggle {
  color: #EAC319;
}
.menu-mobile .menu-mobile__nav ul li.menu-item-has-children.is-open > .menu-mobile__toggle i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu-mobile .menu-mobile__nav ul li.menu-item-has-children.is-open > .sub-menu {
  max-height: 500px;
  opacity: 1;
}
.menu-mobile .menu-mobile__nav ul li.request-link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  background: #EAC319;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #EAC319;
  margin-top: 30px;
}
.menu-mobile .menu-mobile__nav ul li.request-link a:hover {
  background: none;
  border: 1px solid #000;
  color: #000;
}

footer {
  background: #000;
  padding: 50px 0;
  padding: 70px 0;
}
footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 50px;
}
@media screen and (max-width: 991px) {
  footer .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px 0;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer {
    gap: 50px 30px;
  }
}
footer .footer .column-3 {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media screen and (max-width: 1199px) {
  footer .footer .column-3 {
    min-width: auto;
  }
}
footer .footer .menu-footer {
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
footer .footer .menu-footer .sub-menu {
  display: none;
}
footer .footer .menu-footer ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media screen and (max-width: 991px) {
  footer .footer .menu-footer ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media screen and (max-width: 991px) {
  footer .footer .menu-footer ul li {
    text-align: center;
  }
}
footer .footer .menu-footer ul li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #fff;
  line-height: 22px;
}
footer .footer .infos-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  footer .footer .infos-footer {
    -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;
  }
}
footer .footer .infos-footer .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  line-height: 16px;
  color: #fff;
}
footer .footer .infos-footer .info-item .icon {
  height: 27px;
  min-width: 27px;
  color: #000;
  background: #EAC319;
  font-size: 14px;
  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;
}
footer .footer .social-ft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
footer .footer .social-ft a {
  height: 27px;
  width: 27px;
  color: #000;
  background: #EAC319;
  font-size: 14px;
  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;
}

.dp {
  background: #4F4F4F;
  padding: 15px 0;
}
.dp p {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}
.dp p a {
  text-decoration: underline;
}

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

.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: 41px;
  background: none;
  border: none;
}

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

.hero-homepage {
  background-size: cover;
  background-position: center center;
  position: relative;
  min-height: 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .hero-homepage {
    min-height: 620px;
  }
}
.hero-homepage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero-homepage .content-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  z-index: 9;
  gap: 0 50px;
  width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1520px) {
  .hero-homepage .content-hero {
    padding: 0 40px;
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  .hero-homepage .content-hero {
    -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: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px;
  }
}
.hero-homepage .content-hero .text-hero {
  color: #fff;
}
.hero-homepage .content-hero .text-hero h1 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}
@media screen and (max-width: 991px) {
  .hero-homepage .content-hero .text-hero h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
.hero-homepage .content-hero .description {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .hero-homepage .content-hero .description {
    margin-top: 25px;
  }
}
.hero-homepage .content-hero .button-primary {
  margin-top: 30px;
}

.section-1-home {
  background-color: #F5F5F5;
  position: relative;
  overflow: hidden;
}
.section-1-home .enginner {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .section-1-home .enginner {
    right: -120px;
  }
}
@media screen and (max-width: 1199px) {
  .section-1-home .enginner svg {
    width: 480px;
    height: 480px;
    bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .section-1-home .enginner svg {
    width: 350px;
    height: 350px;
  }
}
.section-1-home .enginner .gear-rotate {
  transform-box: fill-box;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: gear-spin 30s linear infinite;
  animation: gear-spin 30s linear infinite;
  will-change: transform;
}
.section-1-home .container {
  position: relative;
  z-index: 99;
}

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

@keyframes gear-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.carousel-brands {
  padding: 0 165px;
  margin-top: 100px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .carousel-brands {
    padding: 0 100px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-brands {
    padding: 0 70px;
  }
}
.carousel-brands .arrow-carousel {
  background: #EAC319;
  width: 27.834px;
  height: 27.834px;
  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;
  cursor: pointer;
  color: #000;
  font-size: 13px;
  line-height: 1;
  border: 1px solid #EAC319;
}
.carousel-brands .arrow-carousel:hover {
  background: none;
  border: 1px solid #000;
}
.carousel-brands .arrow-left {
  position: absolute;
  left: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .carousel-brands .arrow-left {
    left: 10px;
  }
}
.carousel-brands .arrow-right {
  position: absolute;
  right: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .carousel-brands .arrow-right {
    right: 10px;
  }
}
.carousel-brands .inner-carousel {
  position: relative;
  z-index: 9;
}
.carousel-brands .inner-carousel .slick-list {
  margin: 0 -20px;
}
.carousel-brands .inner-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.carousel-brands .inner-carousel .item {
  margin: 0 10px;
  padding: 0 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  height: 190px;
}
@media screen and (max-width: 991px) {
  .carousel-brands .inner-carousel .item {
    height: 125px;
  }
}
.carousel-brands .inner-carousel .item img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.carousel-brands-2 {
  padding: 0 165px;
  margin-top: 100px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .carousel-brands-2 {
    padding: 0 100px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-brands-2 {
    padding: 0 70px;
  }
}
.carousel-brands-2 .arrow-carousel {
  background: #EAC319;
  width: 27.834px;
  height: 27.834px;
  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;
  cursor: pointer;
  color: #000;
  font-size: 13px;
  line-height: 1;
  border: 1px solid #EAC319;
}
.carousel-brands-2 .arrow-carousel:hover {
  background: none;
  border: 1px solid #000;
}
.carousel-brands-2 .arrow-left {
  position: absolute;
  left: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .carousel-brands-2 .arrow-left {
    left: 10px;
  }
}
.carousel-brands-2 .arrow-right {
  position: absolute;
  right: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .carousel-brands-2 .arrow-right {
    right: 10px;
  }
}
.carousel-brands-2 .inner-carousel {
  background-color: #fff;
  padding: 0 100px;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 1439px) {
  .carousel-brands-2 .inner-carousel {
    padding: 0 40px;
  }
}
.carousel-brands-2 .inner-carousel .slick-list {
  margin: 0 -20px;
}
.carousel-brands-2 .inner-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.carousel-brands-2 .inner-carousel .item {
  margin: 0 10px;
  padding: 0 15px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 190px;
}
@media screen and (max-width: 991px) {
  .carousel-brands-2 .inner-carousel .item {
    height: 125px;
    padding: 0 10px;
  }
}
.carousel-brands-2 .inner-carousel .item img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-2 .row-equipaments-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 80px;
  padding: 0 8%;
  gap: 50px 3%;
}
@media screen and (max-width: 991px) {
  .section-2 .row-equipaments-features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.section-2 .row-equipaments-features .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
}
@media screen and (max-width: 991px) {
  .section-2 .row-equipaments-features .item {
    width: 250px;
  }
}
.section-2 .row-equipaments-features .item .icon {
  color: #EAC319;
  font-size: 18px;
}
.section-2 .row-equipaments-features .item .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  margin-top: 15px;
}

.section-3 .list {
  margin-top: 50px;
}
.section-3 .list .item {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  background: #fff;
  padding: 0 60px 0 70px;
  min-height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .section-3 .list .item {
    text-align: left;
    font-size: 14px;
    padding: 0 40px 0 55px;
    line-height: 20px;
  }
}
.section-3 .list .item + .item {
  margin-top: 10px;
}
@media screen and (min-width: 1200px) {
  .section-3 .list .item {
    width: 760px;
    margin: 0 auto;
  }
}
.section-3 .list .item .icon {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .section-3 .list .item .icon {
    left: 25px;
  }
}

.section-4 .banner-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-5 {
  position: relative;
}
.section-5 .container {
  position: relative;
  z-index: 9;
}
.section-5 .image-column {
  position: relative;
  z-index: 9;
}
.section-5 .image-column .details {
  background-color: #EAC319;
  width: 650%;
  height: 144px;
  position: absolute;
  bottom: 0px;
  left: -600%;
}
@media screen and (max-width: 1199px) {
  .section-5 .image-column .details {
    height: 100px;
  }
}
@media screen and (max-width: 991px) {
  .section-5 .image-column .details {
    height: 66px;
    top: 73%;
  }
}
.section-5 .image-column img {
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .section-5 .image-column img {
    width: 298px;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-5 .list-1 {
  margin-top: 50px;
}

.section-6 .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 1%;
  margin-top: 80px;
  padding: 0 55px;
}
@media screen and (max-width: 1199px) {
  .section-6 .boxes {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .section-6 .boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 30px;
  }
}
.section-6 .boxes .item {
  background: #fff;
  padding: 35px;
  width: 20%;
}
@media screen and (max-width: 1199px) {
  .section-6 .boxes .item {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .section-6 .boxes .item {
    width: 100%;
  }
}
.section-6 .boxes .item .icon {
  height: 55.999px;
}
.section-6 .boxes .item .title {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #333333;
  margin-top: 40px;
}
.section-6 .boxes .item .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #000;
  margin-top: 10px;
}

.section-7 {
  position: relative;
  z-index: 9;
  overflow-x: clip;
}
.section-7 .image-engine {
  position: absolute;
  top: 400px;
  left: 0;
  z-index: 1;
}
.section-7 .image-engine .gear-rotate {
  transform-box: fill-box;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: gear-spin 30s linear infinite;
  animation: gear-spin 30s linear infinite;
  will-change: transform;
}
@media screen and (max-width: 1439px) {
  .section-7 .image-engine {
    width: 320px;
    left: -50px;
    top: 320px;
  }
}
.section-7 .testimonials-inner {
  background: #EAC319;
  padding: 50px 100px;
  width: 820px;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .section-7 .testimonials-inner {
    width: 100%;
    padding: 45px 35px;
  }
}
.section-7 .testimonials-inner .testimonials-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-7 .testimonials-inner .testimonials-body {
  margin-top: 35px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.section-7 .testimonials-inner .testimonials-text {
  font-style: italic;
}
.section-7 .testimonials-inner .testimonials-author {
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .section-7 .testimonials-inner .testimonials-author {
    text-align: center;
  }
}
.section-7 .testimonials-inner .testimonials-author strong {
  font-weight: 700;
}
.section-7 .testimonials-inner .testimonials-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .section-7 .testimonials-inner .testimonials-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
  }
}
.section-7 .testimonials-inner .testimonials-nav .arrow-carousel {
  width: 30px;
  height: 30px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #000;
}
.section-7 .testimonials-inner .testimonials-nav .arrow-carousel:hover {
  background: none;
  border: 1px solid #fff;
}
.section-7 .testimonials-inner .testimonials-nav .arrow-carousel:hover svg path {
  fill: #000;
}
.section-7 .testimonials-inner .testimonials-nav .arrow-carousel svg path {
  fill: #fff;
}
.section-7 .testimonials-inner .testimonials-nav .arrow-left {
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-7 .testimonials-inner .testimonials-nav .arrow-right {
  cursor: pointer;
}

.section-8 {
  position: relative;
  z-index: 9;
}

.carousel-industries {
  padding: 0 140px;
  margin-top: 50px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .carousel-industries {
    padding: 0 80px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-industries {
    padding: 0 20px;
  }
}
.carousel-industries .arrow-carousel {
  background: #EAC319;
  width: 27.834px;
  height: 27.834px;
  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;
  cursor: pointer;
  color: #000;
  font-size: 13px;
  line-height: 1;
  border: 1px solid #EAC319;
}
.carousel-industries .arrow-carousel:hover {
  background: none;
  border: 1px solid #000;
}
.carousel-industries .arrow-left {
  position: absolute;
  left: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}
@media screen and (max-width: 991px) {
  .carousel-industries .arrow-left {
    left: 10px;
  }
}
.carousel-industries .arrow-right {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}
@media screen and (max-width: 991px) {
  .carousel-industries .arrow-right {
    right: 10px;
  }
}
.carousel-industries .inner-carousel {
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.carousel-industries .inner-carousel .slick-list {
  margin: 0 -15px;
  overflow: hidden;
}
.carousel-industries .inner-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.carousel-industries .inner-carousel .slick-slide {
  overflow: hidden;
}
.carousel-industries .inner-carousel .industries-box {
  margin: 0 10px;
  padding: 0 15px;
  height: auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel-industries .inner-carousel .industries-box .industries-content {
  width: 90%;
  max-width: 100%;
}

.industries-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 45px;
  margin-top: 50px;
  padding: 0 140px;
}
@media screen and (max-width: 1199px) {
  .industries-wrapper {
    padding: 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .industries-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.carousel-industries .industries-wrapper {
  display: block;
  gap: 0;
  margin-top: 0;
  padding: 0;
}

.industries-box .industries-image {
  position: relative;
  padding-bottom: 86.25%;
  overflow: hidden;
}
.industries-box .industries-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.industries-box .industries-content {
  background: #fff;
  padding: 35px 50px;
  width: 90%;
  margin-top: -50px;
  z-index: 9;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .industries-box .industries-content {
    padding: 35px 30px;
  }
}
.industries-box .industries-content .industries-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}

.industries-wrapper .industries-box {
  width: 33.3333333333%;
}
@media screen and (max-width: 991px) {
  .industries-wrapper .industries-box {
    width: 100%;
  }
}

.industries-inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 100px 45px;
}
@media screen and (max-width: 991px) {
  .industries-inner {
    gap: 70px 30px;
  }
}
.industries-inner .industries-box {
  width: calc(33.3333333333% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .industries-inner .industries-box {
    width: 100%;
  }
}
.industries-inner .industries-box .industries-content {
  padding-bottom: 0;
}
.industries-inner .industries-box .button-primary {
  margin-left: 50px;
}
@media screen and (max-width: 991px) {
  .industries-inner .industries-box .button-primary {
    margin-left: 30px;
  }
}

.carousel-industries .industries-box {
  width: auto;
}

.section-bottom .row-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .section-bottom .row-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-bottom .row-bottom .column {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .section-bottom .row-bottom .column {
    width: 100%;
  }
}
.section-bottom .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 991px) {
  .section-bottom .image {
    aspect-ratio: 16/9;
  }
}
.section-bottom .content-text {
  background: #F5F5F5;
  padding: 130px 150px;
}
@media screen and (max-width: 1439px) {
  .section-bottom .content-text {
    padding: 80px 60px;
  }
}

.section-blog-1 {
  position: relative;
}
.section-blog-1 .image-enginner {
  position: absolute;
  bottom: 200px;
  left: 0;
}
@media screen and (max-width: 991px) {
  .section-blog-1 .image-enginner {
    bottom: 100px;
    width: 280px;
  }
}
.section-blog-1 .image-enginner .gear-rotate {
  transform-box: fill-box;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: gear-spin 30s linear infinite;
  animation: gear-spin 30s linear infinite;
  will-change: transform;
}

.filters__blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}
.filters__blog .filters__item {
  width: 100%;
  max-width: 432px;
}
.filters__blog .filters__field {
  width: 100%;
  position: relative;
}
.filters__blog .filters__field select,
.filters__blog .filters__field input[type=search] {
  color: #555555;
  height: 38px;
  font-size: 14px;
  border: 1px solid #000;
  width: 100%;
  padding-left: 15px;
  padding-right: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.filters__blog .filters__field select::-webkit-input-placeholder,
.filters__blog .filters__field input[type=search]::-webkit-input-placeholder {
  color: #555555;
}
.filters__blog .filters__field select::-moz-placeholder,
.filters__blog .filters__field input[type=search]::-moz-placeholder {
  color: #555555;
}
.filters__blog .filters__field select::-ms-input-placeholder,
.filters__blog .filters__field input[type=search]::-ms-input-placeholder {
  color: #555555;
}
.filters__blog .filters__field select::placeholder,
.filters__blog .filters__field input[type=search]::placeholder {
  color: #555555;
}
.filters__blog .filters__field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.filters__blog .filters__field button,
.filters__blog .filters__field .filters__field-end {
  border: 0;
  width: 36px;
  height: 26px;
  background: none;
  margin-right: 2px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: #000;
}
.filters__blog .filters__field .filters__field-end {
  pointer-events: none;
  cursor: default;
}
.filters__blog .filters__field button:hover {
  background: none;
}
.filters__blog .filters__field button:hover i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #00AEEF;
}
.filters__blog .filters__field .filters__field-end--select i {
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .blog-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 40px;
  }
}
.blog-list .blog-item {
  width: calc(33.3333333333% - 26.6666666667px);
  -webkit-filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 991px) {
  .blog-list .blog-item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .blog-list .blog-item {
    width: 100%;
  }
}
.blog-list .blog-item .blog-thumb {
  height: 229px;
}
.blog-list .blog-item .blog-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.blog-list .blog-item .blog-content {
  background: #EAC319;
  padding: 35px;
}
.blog-list .blog-item .blog-content .blog-title h3 {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.blog-list .blog-item .blog-content .blog-subtitle p {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  margin-top: 15px;
}
.blog-list .blog-item .blog-content .blog-short-description p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-top: 25px;
}
.blog-list .blog-item .blog-content .button-readmore {
  margin-top: 30px;
}
.blog-list .blog-item .blog-content .button-readmore a {
  background: #000;
  color: #EAC319;
  border: 1px solid #000;
  padding: 12px 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
.blog-list .blog-item .blog-content .button-readmore a:hover {
  background: none;
  color: #000;
  border: 1px solid #000;
}

.single-post__hero {
  overflow: hidden;
  line-height: 0;
  height: 480px;
}
.single-post__hero img {
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .single-post__hero {
    border-radius: 16px;
    margin-bottom: 28px;
  }
}

.single-post__hero-img {
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: top;
}

.single-post__header {
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .single-post__header {
    margin-bottom: 28px;
  }
}

.single-post__title {
  color: #000;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: 105%;
  margin-bottom: 50px;
}

.single-post__subtitle {
  margin: 0;
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  font-weight: 400;
  line-height: 1.45;
  color: #00AEEF;
}

.single-post__grid {
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 32px 80px;
}
@media screen and (min-width: 1200px) {
  .single-post__grid {
    grid-template-columns: 72px minmax(0, 1fr);
    grid-template-rows: auto auto;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
    row-gap: 0;
  }
}
@media screen and (max-width: 991px) {
  .single-post__grid {
    grid-template-columns: 1fr;
    gap: 35px 0;
  }
}

.single-post__share {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 72px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  position: sticky;
  top: 120px;
}
@media screen and (min-width: 1200px) {
  .single-post__share {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
  }
}
@media screen and (max-width: 991px) {
  .single-post__share {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
  }
}

.single-post__share-label {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.single-post__share-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .single-post__share-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 12px;
  }
}

.single-post__share-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  background: #EAC319;
  color: #000;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #EAC319;
  transition: all 0.3s ease;
}
.single-post__share-link i {
  font-weight: 300;
}
.single-post__share-link:hover {
  opacity: 0.85;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  background: #fff;
  color: #EAC319;
}

.single-post__entry {
  min-width: 0;
  font-size: 18px;
  line-height: 142%;
  font-weight: 400;
  color: #555555;
}
@media screen and (max-width: 991px) {
  .single-post__entry {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .single-post__entry {
    grid-column: 2;
    grid-row: 1;
  }
}
.single-post__entry .single-post__entry-content > *:first-child {
  margin-top: 0;
}
.single-post__entry .single-post__entry-content > *:last-child {
  margin-bottom: 0;
}
.single-post__entry .single-post__entry-content p {
  margin: 0 0 1.25em;
}
.single-post__entry .single-post__entry-content h2,
.single-post__entry .single-post__entry-content h3,
.single-post__entry .single-post__entry-content h4 {
  margin: 1.5em 0 0.75em;
  font-weight: 600;
  color: #555555;
  line-height: 1.3;
}
.single-post__entry .single-post__entry-content h2 {
  font-size: 2.2rem;
}
.single-post__entry .single-post__entry-content h3 {
  font-size: 1.9rem;
}
.single-post__entry .single-post__entry-content ul,
.single-post__entry .single-post__entry-content ol {
  margin: 10px;
  padding-left: 1.4em;
}
.single-post__entry .single-post__entry-content li {
  margin-bottom: 5px;
  list-style: disc;
}
.single-post__entry .single-post__entry-content a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.single-post__entry .single-post__entry-content a:hover {
  color: #00AEEF;
}
.single-post__entry .single-post__entry-content .wp-block-image,
.single-post__entry .single-post__entry-content figure {
  margin: 1.5em 0;
}
.single-post__entry .single-post__entry-content img {
  border-radius: 8px;
}
.single-post__entry .single-post__entry-content strong {
  color: #00AEEF;
}

.single-post__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px 32px;
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid rgba(34, 46, 92, 0.12);
}
@media screen and (min-width: 1200px) {
  .single-post__nav {
    grid-column: 2;
    grid-row: 2;
  }
}
@media screen and (max-width: 991px) {
  .single-post__nav {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .single-post__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
  }
}

.single-post__nav-back {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.single-post__nav-back:hover .single-post__nav-icon--dark {
  background: none;
  color: #222E5C;
}

.single-post__nav-adj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .single-post__nav-adj {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.single-post__nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #000;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.single-post__nav-link:hover .single-post__nav-icon {
  background: none;
  color: #000;
}
.single-post__nav-link.is-disabled {
  pointer-events: none;
  opacity: 0.35;
}

.single-post__nav-link--back .single-post__nav-text {
  max-width: 220px;
  line-height: 1.3;
  color: #000;
}

.single-post__nav-link--adj {
  gap: 10px;
}
.single-post__nav-link--adj .single-post__nav-icon {
  border: 1px solid #EAC319;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single-post__nav-link--next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.single-post__nav-sep {
  color: #000;
  font-size: 38px;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.single-post__nav-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
}

.single-post__nav-icon--dark {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-post__nav-icon--dark:hover {
  background: none;
  color: #000;
}

.single-post__nav-icon--accent {
  background: #EAC319;
  color: #000;
  border: 1px solid #EAC319;
}
.single-post__nav-icon--accent:hover {
  background: none;
  color: #EAC319;
}

.section-1-contact .list-infos-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .section-1-contact .list-infos-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.section-1-contact .list-infos-contact .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-1-contact .list-infos-contact .item .icon {
  background: #EAC319;
  width: 39px;
  height: 39px;
  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: #fff;
  font-size: 16px;
  align-items: center;
}
.section-1-contact .list-infos-contact .item .text {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 115%;
  letter-spacing: 1.8px;
}
.section-1-contact .row-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .section-1-contact .row-contact {
    margin-top: 70px;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.section-1-contact .row-contact .column {
  padding: 0 15px;
}
@media screen and (min-width: 993px) {
  .section-1-contact .row-contact .column {
    width: 50%;
  }
}
.section-1-contact .row-contact .maps {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .section-1-contact .row-contact .maps {
    height: 400px;
  }
}
.section-1-contact .row-contact .maps iframe {
  width: 100%;
  height: 100%;
}

.form-contact {
  -webkit-box-shadow: 3px 3px 22px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 22px 0 rgba(0, 0, 0, 0.2);
  padding: 65px;
}
@media screen and (max-width: 991px) {
  .form-contact {
    padding: 30px;
  }
}
.form-contact .frm_forms .frm_primary_label {
  display: none;
}
.form-contact .frm_forms .frm_form_field {
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  width: 100% !important;
  max-width: 100%;
}
.form-contact .frm_forms .frm_form_field + .frm_form_field {
  margin-top: 20px;
}
.form-contact .frm_forms .frm_form_field input[type=text],
.form-contact .frm_forms .frm_form_field input[type=email],
.form-contact .frm_forms .frm_form_field input[type=tel],
.form-contact .frm_forms .frm_form_field input[type=url],
.form-contact .frm_forms .frm_form_field input[type=number],
.form-contact .frm_forms .frm_form_field input[type=phone],
.form-contact .frm_forms .frm_form_field select {
  border: 1px solid #000;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  font-size: 18px;
  padding: 0 25px;
  height: 38px;
  width: 100%;
  max-width: 100%;
  background: #fff;
}
.form-contact .frm_forms .frm_form_field input[type=text]::-webkit-input-placeholder,
.form-contact .frm_forms .frm_form_field input[type=email]::-webkit-input-placeholder,
.form-contact .frm_forms .frm_form_field input[type=tel]::-webkit-input-placeholder,
.form-contact .frm_forms .frm_form_field input[type=url]::-webkit-input-placeholder,
.form-contact .frm_forms .frm_form_field input[type=number]::-webkit-input-placeholder,
.form-contact .frm_forms .frm_form_field input[type=phone]::-webkit-input-placeholder,
.form-contact .frm_forms .frm_form_field select::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  font-style: normal;
  color: #000;
}
.form-contact .frm_forms .frm_form_field input[type=text]::-moz-placeholder,
.form-contact .frm_forms .frm_form_field input[type=email]::-moz-placeholder,
.form-contact .frm_forms .frm_form_field input[type=tel]::-moz-placeholder,
.form-contact .frm_forms .frm_form_field input[type=url]::-moz-placeholder,
.form-contact .frm_forms .frm_form_field input[type=number]::-moz-placeholder,
.form-contact .frm_forms .frm_form_field input[type=phone]::-moz-placeholder,
.form-contact .frm_forms .frm_form_field select::-moz-placeholder {
  color: #000;
  opacity: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  font-style: normal;
  color: #000;
}
.form-contact .frm_forms .frm_form_field input[type=text]::-ms-input-placeholder,
.form-contact .frm_forms .frm_form_field input[type=email]::-ms-input-placeholder,
.form-contact .frm_forms .frm_form_field input[type=tel]::-ms-input-placeholder,
.form-contact .frm_forms .frm_form_field input[type=url]::-ms-input-placeholder,
.form-contact .frm_forms .frm_form_field input[type=number]::-ms-input-placeholder,
.form-contact .frm_forms .frm_form_field input[type=phone]::-ms-input-placeholder,
.form-contact .frm_forms .frm_form_field select::-ms-input-placeholder {
  color: #000;
  opacity: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  font-style: normal;
  color: #000;
}
.form-contact .frm_forms .frm_form_field input[type=text]::placeholder,
.form-contact .frm_forms .frm_form_field input[type=email]::placeholder,
.form-contact .frm_forms .frm_form_field input[type=tel]::placeholder,
.form-contact .frm_forms .frm_form_field input[type=url]::placeholder,
.form-contact .frm_forms .frm_form_field input[type=number]::placeholder,
.form-contact .frm_forms .frm_form_field input[type=phone]::placeholder,
.form-contact .frm_forms .frm_form_field select::placeholder {
  color: #000;
  opacity: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  font-style: normal;
  color: #000;
}
.form-contact .frm_forms .frm_form_field input[type=text]:focus,
.form-contact .frm_forms .frm_form_field input[type=email]:focus,
.form-contact .frm_forms .frm_form_field input[type=tel]:focus,
.form-contact .frm_forms .frm_form_field input[type=url]:focus,
.form-contact .frm_forms .frm_form_field input[type=number]:focus,
.form-contact .frm_forms .frm_form_field input[type=phone]:focus,
.form-contact .frm_forms .frm_form_field select:focus {
  border-color: #000;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-contact .frm_forms .frm_form_field textarea {
  border: 1px solid #000;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  font-size: 18px;
  padding: 15px 25px;
  height: 286px;
  width: 100%;
  max-width: 100%;
  background: #fff;
  resize: vertical;
}
.form-contact .frm_forms .frm_form_field textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.form-contact .frm_forms .frm_form_field textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.form-contact .frm_forms .frm_form_field textarea::-ms-input-placeholder {
  color: #000;
  opacity: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.form-contact .frm_forms .frm_form_field textarea::placeholder {
  color: #000;
  opacity: 1;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.form-contact .frm_forms .frm_form_field textarea:focus {
  border-color: #000;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-contact .frm_forms .frm_form_field.vertical_radio, .form-contact .frm_forms .frm_form_field:has(.frm_opt_container) {
  padding: 25px;
  border: 1px solid #000;
  margin-top: 20px;
}
.form-contact .frm_forms .frm_form_field.vertical_radio > .frm_primary_label, .form-contact .frm_forms .frm_form_field:has(.frm_opt_container) > .frm_primary_label {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.form-contact .frm_forms .frm_form_field.vertical_radio .frm_opt_container, .form-contact .frm_forms .frm_form_field:has(.frm_opt_container) .frm_opt_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.form-contact .frm_forms .frm_form_field.vertical_radio .frm_checkbox,
.form-contact .frm_forms .frm_form_field.vertical_radio .frm_radio, .form-contact .frm_forms .frm_form_field:has(.frm_opt_container) .frm_checkbox,
.form-contact .frm_forms .frm_form_field:has(.frm_opt_container) .frm_radio {
  margin: 0;
  padding: 0;
}
.form-contact .frm_forms .frm_form_field.vertical_radio .frm_checkbox label,
.form-contact .frm_forms .frm_form_field.vertical_radio .frm_radio label, .form-contact .frm_forms .frm_form_field:has(.frm_opt_container) .frm_checkbox label,
.form-contact .frm_forms .frm_form_field:has(.frm_opt_container) .frm_radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.form-contact .frm_forms .frm_form_field.vertical_radio .frm_checkbox input[type=checkbox],
.form-contact .frm_forms .frm_form_field.vertical_radio .frm_checkbox input[type=radio],
.form-contact .frm_forms .frm_form_field.vertical_radio .frm_radio input[type=checkbox],
.form-contact .frm_forms .frm_form_field.vertical_radio .frm_radio input[type=radio], .form-contact .frm_forms .frm_form_field:has(.frm_opt_container) .frm_checkbox input[type=checkbox],
.form-contact .frm_forms .frm_form_field:has(.frm_opt_container) .frm_checkbox input[type=radio],
.form-contact .frm_forms .frm_form_field:has(.frm_opt_container) .frm_radio input[type=checkbox],
.form-contact .frm_forms .frm_form_field:has(.frm_opt_container) .frm_radio input[type=radio] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin: 5px 0 0;
  padding: 0;
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-contact .frm_forms .frm_form_field.vertical_radio .frm_checkbox input[type=checkbox]:checked,
.form-contact .frm_forms .frm_form_field.vertical_radio .frm_checkbox input[type=radio]:checked,
.form-contact .frm_forms .frm_form_field.vertical_radio .frm_radio input[type=checkbox]:checked,
.form-contact .frm_forms .frm_form_field.vertical_radio .frm_radio input[type=radio]:checked, .form-contact .frm_forms .frm_form_field:has(.frm_opt_container) .frm_checkbox input[type=checkbox]:checked,
.form-contact .frm_forms .frm_form_field:has(.frm_opt_container) .frm_checkbox input[type=radio]:checked,
.form-contact .frm_forms .frm_form_field:has(.frm_opt_container) .frm_radio input[type=checkbox]:checked,
.form-contact .frm_forms .frm_form_field:has(.frm_opt_container) .frm_radio input[type=radio]:checked {
  background: #000;
}
.form-contact .frm_forms .frm_form_field.vertical_radio .frm_checkbox input[type=checkbox]:focus-visible,
.form-contact .frm_forms .frm_form_field.vertical_radio .frm_checkbox input[type=radio]:focus-visible,
.form-contact .frm_forms .frm_form_field.vertical_radio .frm_radio input[type=checkbox]:focus-visible,
.form-contact .frm_forms .frm_form_field.vertical_radio .frm_radio input[type=radio]:focus-visible, .form-contact .frm_forms .frm_form_field:has(.frm_opt_container) .frm_checkbox input[type=checkbox]:focus-visible,
.form-contact .frm_forms .frm_form_field:has(.frm_opt_container) .frm_checkbox input[type=radio]:focus-visible,
.form-contact .frm_forms .frm_form_field:has(.frm_opt_container) .frm_radio input[type=checkbox]:focus-visible,
.form-contact .frm_forms .frm_form_field:has(.frm_opt_container) .frm_radio input[type=radio]:focus-visible {
  outline: 2px solid #EAC319;
  outline-offset: 2px;
}
.form-contact .frm_forms .frm_submit {
  margin: 50px 0 0;
  padding: 0;
  text-align: center;
}
.form-contact .frm_forms .frm_submit .frm_button_submit,
.form-contact .frm_forms .frm_submit button[type=submit],
.form-contact .frm_forms .frm_submit input[type=submit] {
  background: #EAC319;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border: 1px solid #EAC319;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 15px 30px;
  text-transform: uppercase;
  margin: 0 auto;
  display: inline-block;
  cursor: pointer;
  height: auto;
  width: auto;
  line-height: normal;
}
.form-contact .frm_forms .frm_submit .frm_button_submit:hover,
.form-contact .frm_forms .frm_submit button[type=submit]:hover,
.form-contact .frm_forms .frm_submit input[type=submit]:hover {
  background: none;
  color: #000;
  border: 1px solid #000;
}
.form-contact .frm_forms .frm_verify,
.form-contact .frm_forms #frm_field_12_container {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.form-contact .frm_forms .frm_error,
.form-contact .frm_forms .frm_error_style {
  color: #c00;
  font-size: 14px;
  margin-top: 6px;
}
.form-contact .frm_forms .frm_message {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #EAC319;
  color: #000;
  font-size: 16px;
}

.section-2-managed-it {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .section-2-managed-it {
    background-color: #F5F5F5;
    margin: 0 15px;
    border-radius: 30px;
  }
}
.section-2-managed-it .container {
  position: relative;
}
@media screen and (max-width: 991px) {
  .section-2-managed-it .container {
    padding: 0 30px;
  }
}
.section-2-managed-it .container::before {
  content: "";
  border-radius: 355.5px;
  background: #F5F5F5;
  position: absolute;
  width: 1450px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1450px) {
  .section-2-managed-it .container::before {
    width: 1300px;
  }
}
@media (max-width: 1300px) {
  .section-2-managed-it .container::before {
    width: 107%;
    border-radius: 185px;
  }
}
@media (max-width: 980px) {
  .section-2-managed-it .container::before {
    display: none;
  }
}
.section-2-managed-it .container .row-1 {
  padding: 80px 50px;
}
@media screen and (max-width: 991px) {
  .section-2-managed-it .container .row-1 {
    padding: 40px 0;
  }
}
.section-2-managed-it .container .column {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .section-2-managed-it .container .column {
    padding: 10px 0;
  }
}

@-webkit-keyframes managed-detail-drift-a {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(9px, -16px, 0);
    transform: translate3d(9px, -16px, 0);
  }
}

@keyframes managed-detail-drift-a {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(9px, -16px, 0);
    transform: translate3d(9px, -16px, 0);
  }
}
@-webkit-keyframes managed-detail-drift-b {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-11px, 14px, 0);
    transform: translate3d(-11px, 14px, 0);
  }
}
@keyframes managed-detail-drift-b {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-11px, 14px, 0);
    transform: translate3d(-11px, 14px, 0);
  }
}
.section-3-managed-it .content-built {
  position: relative;
  display: table;
  margin: 0 auto;
}
.section-3-managed-it .content-built .detail-1 {
  width: 66px;
  height: 66px;
  position: absolute;
  background: #222E5C;
  border-radius: 50%;
  left: -25px;
  bottom: auto;
  top: 70px;
  -webkit-animation: managed-detail-drift-a 2.8s ease-in-out infinite;
  animation: managed-detail-drift-a 2.8s ease-in-out infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@media screen and (max-width: 991px) {
  .section-3-managed-it .content-built .detail-1 {
    left: -10px;
    top: 50px;
    width: 50px;
    height: 50px;
  }
}
.section-3-managed-it .content-built .detail-2 {
  width: 50px;
  height: 50px;
  position: absolute;
  background: #CCEFFC;
  border-radius: 50%;
  right: 10px;
  top: 75px;
  -webkit-animation: managed-detail-drift-b 5.5s ease-in-out infinite;
  animation: managed-detail-drift-b 5.5s ease-in-out infinite;
  -webkit-animation-delay: -1.7s;
  animation-delay: -1.7s;
}
@media screen and (max-width: 991px) {
  .section-3-managed-it .content-built .detail-2 {
    right: 10px;
    top: 90px;
    width: 40px;
    height: 40px;
  }
}
.section-3-managed-it .content-built .detail-3 {
  width: 29px;
  height: 29px;
  position: absolute;
  background: #FFF;
  border-radius: 50%;
  left: 15px;
  bottom: 50px;
  -webkit-animation: managed-detail-drift-b 6.5s ease-in-out infinite;
  animation: managed-detail-drift-b 6.5s ease-in-out infinite;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
@media screen and (max-width: 991px) {
  .section-3-managed-it .content-built .detail-3 {
    left: 25px;
    bottom: 30px;
    width: 20px;
    height: 20px;
  }
}
.section-3-managed-it .content-built .detail-4 {
  width: 81px;
  height: 81px;
  position: absolute;
  background: #FFF;
  border-radius: 50%;
  right: 35px;
  bottom: -40px;
  -webkit-animation: managed-detail-drift-a 3.6s ease-in-out infinite;
  animation: managed-detail-drift-a 3.6s ease-in-out infinite;
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}
@media screen and (max-width: 991px) {
  .section-3-managed-it .content-built .detail-4 {
    right: -10px;
    bottom: -20px;
    width: 60px;
    height: 60px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .section-3-managed-it .content-built .detail-1,
  .section-3-managed-it .content-built .detail-2,
  .section-3-managed-it .content-built .detail-3,
  .section-3-managed-it .content-built .detail-4 {
    -webkit-animation: none;
    animation: none;
  }
}
.section-3-managed-it .list-built {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .section-3-managed-it .list-built {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.section-3-managed-it .list-built .item-built {
  max-width: 801px;
  width: 801px;
  padding: 40px 20px;
  border-radius: 60px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .section-3-managed-it .list-built .item-built {
    padding: 30px 15px;
    font-size: 13px;
  }
}
.section-3-managed-it .list-built .item-built:nth-child(3n+1) {
  background: #222E5C;
  color: #FFF;
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .section-3-managed-it .list-built .item-built:nth-child(3n+1) {
    width: 90%;
  }
}
.section-3-managed-it .list-built .item-built:nth-child(3n+2) {
  background: #CCEFFC;
  margin-left: 40px;
  color: #222E5C;
  margin-top: -15px;
  z-index: 8;
}
@media screen and (max-width: 991px) {
  .section-3-managed-it .list-built .item-built:nth-child(3n+2) {
    width: 90%;
    margin-left: 5%;
    margin-top: -10px;
  }
}
.section-3-managed-it .list-built .item-built:nth-child(3n+3) {
  background: #FFF;
  margin-left: 80px;
  color: #222E5C;
  margin-top: -15px;
  z-index: 7;
}
@media screen and (max-width: 991px) {
  .section-3-managed-it .list-built .item-built:nth-child(3n+3) {
    width: 90%;
    margin-left: 10%;
    margin-top: -10px;
  }
}

.section-4-managed-it .clients-include__title {
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .section-4-managed-it .clients-include__title {
    margin-bottom: 1.5rem;
  }
}

.clients-bento {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  max-width: min(100%, 1340px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .clients-bento {
    gap: 14px;
  }
}

.clients-bento__row {
  display: grid;
  gap: 25px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .clients-bento__row {
    gap: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .clients-bento__row--1 {
    width: 100%;
    max-width: calc(106.132px + 329.717px + 244.811px + 311.321px + 3 * 25px);
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 106.132px minmax(0, 329.717fr) minmax(0, 244.811fr) minmax(0, 311.321fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 1199px) {
  .clients-bento__row--1 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .clients-bento__row--1 > * {
    min-width: 0;
  }
  .clients-bento__row--1 > :nth-child(1) {
    grid-column: 1/span 3;
    grid-row: 1;
  }
  .clients-bento__row--1 > :nth-child(2) {
    grid-column: 4/-1;
    grid-row: 1;
  }
  .clients-bento__row--1 > :nth-child(3) {
    grid-column: 1/span 5;
    grid-row: 2;
  }
  .clients-bento__row--1 > :nth-child(4) {
    grid-column: 6/-1;
    grid-row: 2;
  }
  .clients-bento__row--1 .clients-bento__ring {
    margin: 0;
    justify-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media screen and (min-width: 1200px) {
  .clients-bento__row--2 {
    width: 100%;
    max-width: calc(394.811px + 454.245px + 420.283px + 2 * 25px);
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: minmax(0, 394.811fr) minmax(0, 454.245fr) minmax(0, 420.283fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 1199px) {
  .clients-bento__row--2 {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .clients-bento__row--3 {
    width: 100%;
    max-width: calc(390.566px + 352.675px + 106.132px + 210.038px + 3 * 25px);
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: minmax(0, 390.566fr) minmax(0, 352.675fr) 106.132px minmax(0, 210.038fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 1199px) {
  .clients-bento__row--3 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .clients-bento__row--3 > * {
    min-width: 0;
  }
  .clients-bento__row--3 > :nth-child(1) {
    grid-column: 1/span 6;
    grid-row: 1;
  }
  .clients-bento__row--3 > :nth-child(2) {
    grid-column: 7/-1;
    grid-row: 1;
  }
  .clients-bento__row--3 > :nth-child(3) {
    grid-column: 1/span 4;
    grid-row: 2;
  }
  .clients-bento__row--3 > :nth-child(4) {
    grid-column: 5/-1;
    grid-row: 2;
  }
  .clients-bento__row--3 .clients-bento__ring {
    margin: 0;
    justify-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media screen and (min-width: 1200px) {
  .clients-bento__row--1 > *, .clients-bento__row--2 > *, .clients-bento__row--3 > * {
    min-height: 0;
  }
}

.clients-bento__ring {
  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: 106.132px;
  height: 106.132px;
  min-width: 72px;
  border-radius: 50%;
  background: #222E5C;
  -ms-flex-item-align: center;
  align-self: center;
}
@media screen and (max-width: 1199px) {
  .clients-bento__ring {
    width: 79.528px;
    height: 79.528px;
    min-width: 49.528px;
    margin: 0.25rem auto;
  }
}

.clients-bento__ring-inner {
  display: block;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background: #00AEEF;
}

.clients-bento__pill {
  border-radius: 999px;
  min-height: 96px;
  max-height: 96px;
  padding: 0.65rem 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1199px) {
  .clients-bento__pill {
    min-height: 72px;
    max-height: none;
    padding: 0.5rem 0.85rem;
    font-size: 12px;
  }
}
.clients-bento__pill span {
  max-width: 28ch;
}
.clients-bento__pill--light {
  background: #cceffc;
  color: #222E5C;
}
.clients-bento__pill--bright {
  background: #00AEEF;
  color: #fff;
}
.clients-bento__pill--image {
  padding: 0;
  overflow: hidden;
  min-height: 96px;
  max-height: 96px;
}
@media screen and (max-width: 1199px) {
  .clients-bento__pill--image {
    min-height: 0;
    aspect-ratio: 16/10;
    max-height: 80px;
    width: 100%;
  }
}
.clients-bento__pill--image img {
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 1199px) {
  .clients-bento__pill--image img {
    min-height: 0;
  }
}

.section-6-managed-it {
  background: #2B2B2B;
}

.cloud-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .cloud-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cloud-list .cloud-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat;
  color: #00AEEF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  background-size: contain;
}
.cloud-list .cloud-list__item:nth-child(1n) {
  background-image: url("../img/bg-polygon-managed-2.png");
  width: 260px;
  height: 250px;
}
@media screen and (max-width: 1439px) {
  .cloud-list .cloud-list__item:nth-child(1n) {
    height: 210px;
    width: 235px;
  }
}
@media screen and (max-width: 1199px) {
  .cloud-list .cloud-list__item:nth-child(1n) {
    height: 180px;
    width: 270px;
  }
}
@media screen and (max-width: 991px) {
  .cloud-list .cloud-list__item:nth-child(1n) {
    width: 215px;
    height: 190px;
  }
}
.cloud-list .cloud-list__item:nth-child(2n+1) {
  background-image: url("../img/bg-polygon-managed-1.png");
  width: 240px;
  height: 270px;
}
@media screen and (max-width: 1439px) {
  .cloud-list .cloud-list__item:nth-child(2n+1) {
    height: 240px;
    width: 220px;
  }
}
@media screen and (max-width: 1199px) {
  .cloud-list .cloud-list__item:nth-child(2n+1) {
    height: 210px;
    width: 235px;
  }
}
@media screen and (max-width: 991px) {
  .cloud-list .cloud-list__item:nth-child(2n+1) {
    width: 190px;
    height: 210px;
  }
}

.section-8-managed-it .faq-content {
  max-width: 920px;
  margin: 80px auto 0;
}
@media screen and (max-width: 991px) {
  .section-8-managed-it .faq-content {
    max-width: 100%;
    margin: 40px auto 0;
  }
}

.faq-managed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 991px) {
  .faq-managed {
    gap: 10px;
  }
}

.faq-managed__item {
  border: none;
}
.faq-managed__item[open] .faq-managed__toggle {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-managed__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  list-style: none;
  cursor: pointer;
  min-height: 62px;
  padding: 0;
  background: #e8e8e8;
  border-radius: 20px 20px 20px 20px;
}
.faq-managed__summary::-webkit-details-marker {
  display: none;
}
.faq-managed__summary::marker {
  display: none;
}

.faq-managed__index {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 84px;
  flex: 0 0 84px;
  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: #e8e8e8;
  color: #00AEEF;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  border-radius: 20px 0 0 20px;
  padding: 0 8px;
}
@media screen and (max-width: 991px) {
  .faq-managed__index {
    -ms-flex-preferred-size: 56px;
    flex-basis: 56px;
    font-size: 24px;
  }
}

.faq-managed__main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  background: #00AEEF;
  color: #fff;
  border-radius: 20px 20px 20px 20px;
  padding: 5px 5px 5px 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-managed__main:hover, .faq-managed__item[open] .faq-managed__main {
  background: none;
  color: #222E5C;
}
.faq-managed__main:hover .faq-managed__toggle, .faq-managed__item[open] .faq-managed__main .faq-managed__toggle {
  background: none;
  color: #222E5C;
}
@media screen and (max-width: 991px) {
  .faq-managed__main {
    padding: 12px 12px 12px 14px;
    gap: 10px;
  }
}

.faq-managed__question {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
}
@media screen and (max-width: 991px) {
  .faq-managed__question {
    font-size: 16px;
    line-height: 22px;
  }
}

.faq-managed__toggle {
  min-width: 52px;
  height: 51px;
  border-radius: 18px;
  background: #222E5C;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  -webkit-transition: -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;
  border: 1px solid #222E5C;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .faq-managed__toggle {
    -ms-flex-preferred-size: 36px;
    flex-basis: 36px;
    min-width: 40px;
    height: 35px;
    border-radius: 10px;
    font-size: 12px;
  }
}

.faq-managed__panel {
  margin-top: 10px;
  padding: 16px 20px 18px 20px;
  background: #f5f5f5;
  border-radius: 16px;
  border: 1px solid #e5e5e5;
}
.faq-managed__panel p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #555555;
}
@media screen and (max-width: 991px) {
  .faq-managed__panel p {
    font-size: 14px;
  }
}

.section-1-industries {
  position: relative;
}
.section-1-industries .container,
.section-1-industries .industries-wrapper {
  position: relative;
  z-index: 99;
}
.section-1-industries .enginner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 620px;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .section-1-industries .enginner {
    width: 300px;
    right: 0;
  }
}
.section-1-industries .enginner .gear-rotate {
  transform-box: fill-box;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: gear-spin 30s linear infinite;
  animation: gear-spin 30s linear infinite;
  will-change: transform;
}

.section-1-templateIndustries {
  margin-top: -100px;
  position: relative;
  z-index: 9;
}
.section-1-templateIndustries .inner-section {
  padding: 60px 30px;
  background: #fff;
  position: relative;
}
.section-1-templateIndustries .enginner {
  margin: 0 auto;
  display: table;
  margin-top: -350px;
  width: 570px;
}
@media screen and (max-width: 991px) {
  .section-1-templateIndustries .enginner {
    width: 320px;
    margin-top: -180 px;
  }
}
.section-1-templateIndustries .enginner .gear-rotate {
  transform-box: fill-box;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: gear-spin 30s linear infinite;
  animation: gear-spin 30s linear infinite;
  will-change: transform;
}

.section-2-templateIndustries {
  position: relative;
  padding: 150px 0 250px 0;
}
@media screen and (max-width: 991px) {
  .section-2-templateIndustries {
    padding: 80px 0 100px 0;
  }
}
.section-2-templateIndustries .image-featured {
  position: relative;
}
@media screen and (min-width: 993px) {
  .section-2-templateIndustries .image-featured {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
}
.section-2-templateIndustries .image-featured .details {
  background-color: #EAC319;
  width: 630%;
  height: 144px;
  position: absolute;
  top: 0%;
  left: -600%;
}
@media screen and (max-width: 1199px) {
  .section-2-templateIndustries .image-featured .details {
    height: 100px;
  }
}
@media screen and (max-width: 991px) {
  .section-2-templateIndustries .image-featured .details {
    position: relative;
    height: 66px;
    width: 60%;
    left: 0;
  }
}
.section-2-templateIndustries .image-featured img {
  width: 50%;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  .section-2-templateIndustries .image-featured img {
    display: table;
    margin: 0 auto;
    margin-top: -70px;
    width: 80%;
  }
}

.section-3-templateIndustries {
  padding: 130px 0 0 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .section-3-templateIndustries {
    padding: 80px 0 0 0;
  }
}
.section-3-templateIndustries .support-list {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .section-3-templateIndustries .support-list {
    margin-top: 60px;
  }
}
.section-3-templateIndustries .support-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-3-templateIndustries .support-list .item + .item {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .section-3-templateIndustries .support-list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 993px) {
  .section-3-templateIndustries .support-list .item {
    width: 910px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-3-templateIndustries .support-list .item .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  min-width: 180px;
}
@media screen and (max-width: 991px) {
  .section-3-templateIndustries .support-list .item .title {
    text-align: center;
  }
}
.section-3-templateIndustries .support-list .item .icon {
  min-width: 38px;
}
.section-3-templateIndustries .support-list .item .text {
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}
@media screen and (max-width: 991px) {
  .section-3-templateIndustries .support-list .item .text {
    text-align: center;
  }
}
.section-3-templateIndustries .image-bottom {
  margin-top: 60px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .section-3-templateIndustries .image-bottom {
    margin-top: 20px;
  }
}
.section-3-templateIndustries .image-bottom__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: vision-mission-marquee 55s linear infinite;
  animation: vision-mission-marquee 55s linear infinite;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .section-3-templateIndustries .image-bottom__track {
    -webkit-animation: none;
    animation: none;
  }
}
.section-3-templateIndustries .image-bottom img {
  display: block;
}

.section-4-templateIndustries .boxes {
  margin-top: 70px;
}
.section-4-templateIndustries .boxes .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  gap: 20px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
.section-4-templateIndustries .boxes .item + .item {
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .section-4-templateIndustries .boxes .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-4-templateIndustries .boxes .item .box-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 30px;
}
@media screen and (max-width: 991px) {
  .section-4-templateIndustries .boxes .item .box-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-4-templateIndustries .boxes .item .box-left .title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  min-width: 250px;
}
@media screen and (max-width: 991px) {
  .section-4-templateIndustries .boxes .item .box-left .title {
    text-align: center;
  }
}
.section-4-templateIndustries .boxes .item .box-left .icon {
  min-width: 49px;
}
@media screen and (max-width: 991px) {
  .section-4-templateIndustries .boxes .item .text {
    text-align: center;
  }
}

.section-5-templateIndustries {
  overflow: hidden;
  position: relative;
}
.section-5-templateIndustries .enginner {
  position: absolute;
  left: -210px;
  bottom: -275px;
  width: 570px;
}
@media screen and (max-width: 991px) {
  .section-5-templateIndustries .enginner {
    width: 420px;
  }
}
.section-5-templateIndustries .enginner .gear-rotate {
  transform-box: fill-box;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: gear-spin 30s linear infinite;
  animation: gear-spin 30s linear infinite;
  will-change: transform;
}
.section-5-templateIndustries .testimonials-carousel {
  position: relative;
  z-index: 9;
}
.section-5-templateIndustries .testimonial-wrapper {
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
@media screen and (min-width: 993px) {
  .section-5-templateIndustries .testimonial-wrapper {
    width: 652px;
  }
}
.section-5-templateIndustries .testimonial-wrapper .testimonials-body {
  width: 100%;
}
.section-5-templateIndustries .testimonial-wrapper .testimonials-nav {
  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;
  margin-top: 30px;
}
.section-5-templateIndustries .testimonial-wrapper .testimonials-nav .arrow-carousel {
  width: 30px;
  height: 30px;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #000;
  cursor: pointer;
}
.section-5-templateIndustries .testimonial-wrapper .testimonials-nav .arrow-carousel:hover {
  background: none;
}
.section-5-templateIndustries .testimonial-wrapper .testimonials-nav .arrow-carousel:hover svg path {
  fill: #000;
}
.section-5-templateIndustries .testimonial-wrapper .testimonials-nav .arrow-carousel svg path {
  fill: #fff;
}
.section-5-templateIndustries .testimonial-wrapper .testimonials-nav .arrow-left {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section-6-templateIndustries .faq-list {
  max-width: 100%;
}

.list-2 ul {
  margin-top: 20px;
}
.list-2 ul li {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  gap: 0 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list-2 ul li + li {
  margin-top: 10px;
}
.list-2 ul li .icon {
  min-width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.list-2 ul li .text {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

.section-3-about {
  position: relative;
  overflow: hidden;
}
.section-3-about .enginner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 620px;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .section-3-about .enginner {
    width: 300px;
    right: 0;
  }
}
.section-3-about .enginner .gear-rotate {
  transform-box: fill-box;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: gear-spin 30s linear infinite;
  animation: gear-spin 30s linear infinite;
  will-change: transform;
}
.section-3-about .logos,
.section-3-about .container {
  position: relative;
  z-index: 99;
}
.section-3-about .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 25px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
@media screen and (min-width: 993px) {
  .section-3-about .logos {
    padding-left: 165px;
    padding-right: 165px;
  }
}
@media screen and (max-width: 1199px) {
  .section-3-about .logos {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.section-3-about .logos .item {
  background: #fff;
  width: calc(25% - 20px);
  min-height: 235px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .section-3-about .logos .item {
    width: calc(50% - 12.5px);
  }
}

.section-6-about {
  padding: 200px 0 0 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .section-6-about {
    padding: 80px 0 0 0;
  }
}
@media screen and (max-width: 991px) {
  .section-6-about .column {
    padding: 0 40px;
  }
}
.section-6-about .image-footer {
  margin-top: 130px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .section-6-about .image-footer {
    margin-top: 40px;
  }
}
.section-6-about .image-footer__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: vision-mission-marquee 55s linear infinite;
  animation: vision-mission-marquee 55s linear infinite;
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .section-6-about .image-footer__track {
    -webkit-animation: none;
    animation: none;
  }
}
.section-6-about .image-footer__slide {
  width: 100%;
}
.section-6-about .image-footer img {
  display: block;
}
.section-6-about .row-mission {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 80px 150px;
}
@media screen and (max-width: 991px) {
  .section-6-about .row-mission {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.section-6-about .row-mission .column {
  width: 420px;
  text-align: center;
}

@-webkit-keyframes vision-mission-marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes vision-mission-marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
.section-7-about .row-boxes {
  margin-top: 70px;
}
.section-7-about .row-boxes .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .section-7-about .row-boxes .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-7-about .row-boxes .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .section-7-about .row-boxes .item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-7-about .row-boxes .column {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .section-7-about .row-boxes .column {
    width: 100%;
  }
}
.section-7-about .row-boxes .column img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.section-7-about .row-boxes .column-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 150px 20px;
}
@media screen and (max-width: 1199px) {
  .section-7-about .row-boxes .column-text {
    padding: 80px 40px;
  }
}
.section-7-about .row-boxes .column-text .title {
  color: #333;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
}
.section-7-about .row-boxes .column-text .preset-text1 {
  margin-top: 20px;
}

.section-2-forklift-rentals .text-column {
  padding: 190px 0;
}
@media screen and (max-width: 991px) {
  .section-2-forklift-rentals .text-column {
    padding: 40px 0 80px 0;
  }
}
.section-2-forklift-rentals .image-column img {
  margin-top: -130px;
}
@media screen and (max-width: 991px) {
  .section-2-forklift-rentals .image-column img {
    margin-top: -30px;
  }
}

.section-3-forklift-rentals .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 1.5%;
  margin-top: 80px;
  padding: 0 55px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .section-3-forklift-rentals .boxes {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .section-3-forklift-rentals .boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
.section-3-forklift-rentals .boxes .item {
  background: #EAC319;
  padding: 35px;
  width: 340px;
}
@media screen and (max-width: 991px) {
  .section-3-forklift-rentals .boxes .item {
    width: 100%;
  }
}
.section-3-forklift-rentals .boxes .item .icon {
  height: 70px;
}
.section-3-forklift-rentals .boxes .item .title {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  color: #333333;
  margin-top: 40px;
}
.section-3-forklift-rentals .boxes .item .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .section-4-forklift-rentals {
    padding-top: 0;
  }
}
.section-4-forklift-rentals .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 30px;
  margin-top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .section-4-forklift-rentals .boxes {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.section-4-forklift-rentals .boxes .item {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .section-4-forklift-rentals .boxes .item {
    width: 100%;
  }
}
.section-4-forklift-rentals .boxes .icon {
  margin: 0 auto;
  display: table;
}
.section-4-forklift-rentals .boxes .title {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-top: 25px;
}

.section-5-forklift-rentals .faq-list {
  max-width: 920px;
  margin: 50px auto 0;
}
@media screen and (max-width: 991px) {
  .section-5-forklift-rentals .faq-list {
    margin-top: 40px;
  }
}

.faq-forklift {
  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;
}
@media screen and (max-width: 991px) {
  .faq-forklift {
    gap: 12px;
  }
}

.faq-forklift__item {
  border: none;
}
.faq-forklift__item[open] .faq-forklift__toggle img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.faq-forklift__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  list-style: none;
  cursor: pointer;
  min-height: 70px;
  padding: 18px 62px 18px 20px;
  background: #fff;
  position: relative;
}
.faq-forklift__summary::-webkit-details-marker {
  display: none;
}
.faq-forklift__summary::marker {
  display: none;
}
@media screen and (max-width: 991px) {
  .faq-forklift__summary {
    min-height: 60px;
    padding: 14px 52px 14px 16px;
  }
}

.faq-forklift__question {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .faq-forklift__question {
    font-size: 14px;
    line-height: 18px;
  }
}

.faq-forklift__toggle {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 29.82px;
  height: 29.82px;
  background: #EAC319;
  color: #000;
  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;
  right: 20px;
}
.faq-forklift__toggle img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
}

.faq-forklift__panel {
  padding: 20px 24px 24px;
  background: #fff;
}
.faq-forklift__panel p {
  margin: 0 0 12px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.faq-forklift__panel p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .faq-forklift__panel p {
    font-size: 15px;
    line-height: 20px;
  }
}

.blocker {
  z-index: 9998 !important;
}

.equipment-modal {
  height: auto !important;
  max-width: 1140px !important;
  padding: 0 !important;
  position: relative;
}
.equipment-modal .inner-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 20px;
  padding: 100px 140px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .equipment-modal .inner-modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px;
  }
}
.equipment-modal .inner-modal .equipment-modal__image,
.equipment-modal .inner-modal .equipment-modal__body {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .equipment-modal .inner-modal .equipment-modal__image,
  .equipment-modal .inner-modal .equipment-modal__body {
    width: 100%;
  }
}
.equipment-modal .inner-modal .equipment-modal__image {
  max-height: 280px;
  position: relative;
  z-index: 9;
  height: 280px;
}
.equipment-modal .inner-modal .equipment-modal__image::after {
  content: "";
  background-color: #EAC319;
  width: 630%;
  height: 144px;
  position: absolute;
  bottom: 0px;
  left: -600%;
  background: #EAC319;
}
@media screen and (max-width: 991px) {
  .equipment-modal .inner-modal .equipment-modal__image::after {
    height: 90px;
    bottom: 20px;
  }
}
.equipment-modal .inner-modal .equipment-modal__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 999;
}
.equipment-modal a {
  background: none;
  border: 1px solid #000;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  padding-left: 1px;
  padding-top: 1px;
  z-index: 99;
}
.equipment-modal a:hover {
  background: #EAC319;
  border: 1px solid #EAC319;
  color: #000;
}
.equipment-modal .close-modal {
  display: none !important;
}

.section-brands-foklift {
  position: relative;
  overflow: hidden;
}
.section-brands-foklift .container {
  position: relative;
  z-index: 99;
}
.section-brands-foklift .enginner {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .section-brands-foklift .enginner {
    right: -120px;
  }
}
@media screen and (max-width: 1199px) {
  .section-brands-foklift .enginner svg {
    width: 480px;
    height: 480px;
    bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .section-brands-foklift .enginner svg {
    width: 350px;
    height: 350px;
  }
}
.section-brands-foklift .enginner .gear-rotate {
  transform-box: fill-box;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: gear-spin 30s linear infinite;
  animation: gear-spin 30s linear infinite;
  will-change: transform;
}

.page-404 {
  padding: 200px 0;
  background: #000;
}
@media screen and (max-width: 1199px) {
  .page-404 {
    padding: 80px 0 80px 0;
  }
}
.page-404 .inner-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 70px;
}
@media screen and (max-width: 1199px) {
  .page-404 .inner-404 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-404 .inner-404 .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-404 .inner-404 .images .gear-rotate {
  transform-box: fill-box;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: gear-spin 30s linear infinite;
  animation: gear-spin 30s linear infinite;
  will-change: transform;
}
@media screen and (max-width: 1199px) {
  .page-404 .inner-404 .images {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.page-404 .inner-404 .images img,
.page-404 .inner-404 .images svg {
  width: 33%;
  min-width: 33%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .page-404 .inner-404 .images img,
  .page-404 .inner-404 .images svg {
    width: 25%;
    min-width: 25%;
  }
}
@media screen and (max-width: 1199px) {
  .page-404 .inner-404 .title-1,
  .page-404 .inner-404 .preset-text1 {
    text-align: center;
  }
}
.page-404 .buttons {
  gap: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .page-404 .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-404 .buttons .button-primary:nth-child(1) a {
  border: 1px solid #EAC319;
}
.page-404 .buttons .button-primary:nth-child(1) a:hover {
  color: #fff;
  border: 1px solid #EAC319;
}
.page-404 .buttons .button-primary:nth-child(2) a {
  background: #fff !important;
  color: #EAC319;
  border: 1px solid #fff;
}
.page-404 .buttons .button-primary:nth-child(2) a:hover {
  background: none !important;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 1199px) {
  .page-404 .buttons .button-primary a {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
