@charset "UTF-8";
.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: #555555 !important;
}

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

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

.text-grayBg {
  color: #2B2B2B !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: #555555 !important;
}

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

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

.bg-grayBg {
  background-color: #2B2B2B !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;
}

.section-padding-1 {
  padding: 80px 0;
}

.section-padding-2 {
  padding: 115px 0;
}
@media screen and (max-width: 991px) {
  .section-padding-2 {
    padding: 55px 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 {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  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;
  border-radius: 44px;
  background: #00AEEF;
  color: #fff;
  border: 1px solid #00AEEF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  font-family: inherit;
  text-align: center;
}
.button-primary a:hover,
.button-primary button:hover {
  background: none;
  color: #00AEEF;
}
.button-primary.-blueDark a,
.button-primary.-blueDark button {
  background: #222E5C;
  border: 1px solid #222E5C;
}
.button-primary.-blueDark a:hover,
.button-primary.-blueDark button:hover {
  background: none;
  color: #222E5C;
}
.button-primary.-white a,
.button-primary.-white button {
  background: #fff;
  color: #222E5C;
  border: 1px solid #fff;
}
.button-primary.-white a:hover,
.button-primary.-white button:hover {
  background: none;
  color: #fff;
}

.plus-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.plus-btn a,
.plus-btn button {
  position: relative;
  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: 36px;
  height: 26px;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 9999px;
  background: #00bfff;
  text-decoration: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.plus-btn a::before, .plus-btn a::after,
.plus-btn button::before,
.plus-btn button::after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 9999px;
}
.plus-btn a::before,
.plus-btn button::before {
  width: 14px;
  height: 2px;
}
.plus-btn a::after,
.plus-btn button::after {
  width: 2px;
  height: 14px;
}
.plus-btn a:hover,
.plus-btn button:hover {
  background: #00a8e6;
}
.plus-btn a:focus-visible,
.plus-btn button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.row-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 140px;
}
@media screen and (max-width: 1439px) {
  .row-1 {
    gap: 0 80px;
  }
}
@media screen and (max-width: 991px) {
  .row-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px 0;
  }
}
.row-1 .column-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (min-width: 1200px) {
  .row-1 .column-text {
    width: 560px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

.row-2 {
  width: 80%;
  margin: 0 auto;
  background: #F5F5F5;
  border-radius: 355px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4%;
  gap: 0 150px;
}
@media (max-width: 1600px) {
  .row-2 {
    width: 95%;
  }
}
@media (max-width: 1280px) {
  .row-2 {
    gap: 0 100px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 991px) {
  .row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px 0;
    padding: 40px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .row-2 .column {
    width: 600px;
  }
}

.title-1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 38px;
}
@media screen and (max-width: 991px) {
  .title-1 {
    font-size: 30px;
    line-height: 32px;
  }
}

.preset-text1 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.preset-text1 p + p {
  margin-top: 10px;
}
.preset-text1 strong {
  font-weight: 700;
}
.preset-text1.strong-blue--light strong {
  color: #00AEEF;
}
.preset-text1.margin-text1 {
  margin-top: 35px;
}
.preset-text1.margin-text2 p + p {
  margin-top: 25px;
}

.font-16 {
  font-size: 16px;
}

.box-image-1 {
  position: relative;
  display: inline-block;
}
.box-image-1 .img-mask {
  top: 0;
  -webkit-mask-image: url("../img/mask-polygon.png");
  mask-image: url("../img/mask-polygon.png");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 375px;
  height: 420px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .box-image-1 .img-mask {
    width: 325px;
    height: 325px;
    -webkit-mask-size: 290px;
    mask-size: 290px;
  }
}
.box-image-1 .icon {
  position: absolute;
  bottom: 60px;
  width: 128px;
  height: 128px;
}
@media screen and (max-width: 991px) {
  .box-image-1 .icon {
    width: 88px;
    height: 88px;
  }
}
.box-image-1.-icon-left {
  padding-left: 20px;
}
.box-image-1.-icon-left .icon {
  left: 0;
}
.box-image-1.-icon-right {
  padding-right: 20px;
}
.box-image-1.-icon-right .icon {
  right: 0;
}

.box-image-2 {
  position: relative;
  display: inline-block;
  width: 500px;
  height: 500px;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .box-image-2 {
    width: 300px;
    height: 280px;
    padding-right: 20px;
  }
}
.box-image-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.box-image-2 .icon {
  position: absolute;
  width: 128px;
  height: 128px;
  top: 50%;
  right: -70px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .box-image-2 .icon {
    width: 88px;
    height: 88px;
    right: -20px;
  }
}

.box-icon-2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 40px;
}
.box-icon-2 .item + .item {
  margin-top: 35px;
}
@media screen and (max-width: 991px) {
  .box-icon-2 .item + .item {
    margin-top: 55px;
  }
}
@media screen and (max-width: 991px) {
  .box-icon-2 .item {
    -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;
  }
}
.box-icon-2 .item .title {
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
}
@media screen and (max-width: 991px) {
  .box-icon-2 .item .infos {
    text-align: center;
  }
}
.box-icon-2 .item .icon {
  min-width: 65px;
}

.box-icon-1 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .box-icon-1 .item {
    -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;
  }
}
.box-icon-1 .item + .item {
  margin-top: 30px;
}
.box-icon-1 .item .title {
  color: #00AEEF;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .box-icon-1 .item .title {
    text-align: center;
  }
}
.box-icon-1 .item .icon {
  min-width: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.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 {
  margin-top: 20px;
}
.list-1 ul li {
  position: relative;
  color: #555;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  padding-left: 28px;
}
.list-1 ul li + li {
  margin-top: 10px;
}
.list-1 ul li::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-image: url("../img/icon-arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 8px;
  left: 0;
}

.list-circle-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px 80px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
.list-circle-1 .item-circle {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 226px;
  flex: 0 0 226px;
  width: 226px;
  height: 226px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 12px 30px;
}
.list-circle-1 .item-circle p {
  color: #00AEEF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
.list-circle-1 .item-circle:nth-child(7n+1), .list-circle-1 .item-circle:nth-child(7n+4), .list-circle-1 .item-circle:nth-child(7n+6) {
  border-color: #00AEEF;
  color: #fff;
}
.list-circle-1 .item-circle:nth-child(7n+1) p, .list-circle-1 .item-circle:nth-child(7n+4) p, .list-circle-1 .item-circle:nth-child(7n+6) p {
  color: #fff;
}
.list-circle-1 .item-circle:nth-child(7n+2), .list-circle-1 .item-circle:nth-child(7n+3), .list-circle-1 .item-circle:nth-child(7n+5), .list-circle-1 .item-circle:nth-child(7n+7) {
  border-color: #fff;
}
.list-circle-1 .item-circle:nth-child(7n+2) p, .list-circle-1 .item-circle:nth-child(7n+3) p, .list-circle-1 .item-circle:nth-child(7n+5) p, .list-circle-1 .item-circle:nth-child(7n+7) p {
  color: #00AEEF;
}
@media screen and (max-width: 1199px) {
  .list-circle-1 {
    margin-top: 40px;
    gap: 14px;
  }
}

.text-blueLight__featured {
  width: 888px;
  padding: 40px 0;
  border-radius: 355.5px;
  background: #00AEEF;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .text-blueLight__featured {
    width: 80%;
    padding: 20px 0;
    margin-top: -40px;
    text-align: center;
    padding: 20px 0;
  }
}
.text-blueLight__featured p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.why-business-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 70px;
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  .why-business-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0;
    margin-top: 35px;
    padding: 0 0px;
  }
}
.why-business-box .item {
  border-radius: 30px;
  background: #2B2B2B;
  width: calc(33.333% - 20px);
}
@media screen and (max-width: 991px) {
  .why-business-box .item {
    width: 100%;
  }
}
.why-business-box .item .icon {
  float: right;
  padding: 20px 20px 0 0;
}
.why-business-box .item .content-text {
  padding: 0px 60px 60px 60px;
}
@media screen and (max-width: 991px) {
  .why-business-box .item .content-text {
    padding: 0px 30px 30px 30px;
  }
}
.why-business-box .item .title {
  color: #00AEEF;
  font-size: 22px;
  line-height: 24px;
  margin-top: 10px;
}
.why-business-box .item .text {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  margin-top: 20px;
}

.error404 {
  background: #00AEEF;
}
.error404 .page-404 {
  padding: 310px 0 200px;
}
@media screen and (max-width: 991px) {
  .error404 .page-404 {
    padding: 200px 0 100px;
  }
}
.error404 .page-404 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .error404 .page-404 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

@-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;
  }
}
[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: "Host Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  html {
    font-size: 58%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}

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

#page {
  overflow: clip;
}

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

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

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

.clearfix {
  clear: both;
}

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

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

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

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

li {
  list-style: none;
}

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

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

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

body.mobile-menu-open {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
body.mobile-menu-open .site-header {
  z-index: 1100;
}
body.mobile-menu-open .site-header .mobile-menu-backdrop {
  display: block;
  opacity: 1;
}

header.site-header {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 0 120px;
}
@media screen and (max-width: 1439px) {
  header.site-header {
    padding: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 95%;
  }
}
@media screen and (max-width: 991px) {
  header.site-header {
    top: 15px;
  }
}
header.site-header .header {
  border-radius: 46px;
  background: #FFF;
  -webkit-box-shadow: 2px 3px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3px 2px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 10px 10px 20px;
  gap: 12px;
  position: relative;
  z-index: 1006;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  header.site-header .header {
    border-radius: 35px;
    padding: 15px 15px 15px 25px;
  }
  header.site-header .header.active {
    border-radius: 35px 35px 0 0;
  }
}
@media screen and (max-width: 1199px) {
  header.site-header .logo {
    width: 150px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .logo {
    width: 190px;
  }
}
header.site-header .button-nav {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
header.site-header .button-nav .btn-burguer {
  float: none;
}
header.site-header .button-nav .btn-burguer .icon-bar {
  background: #222E5C;
}
header.site-header .button-nav .btn-burguer.active .icon-bar:nth-of-type(1),
header.site-header .button-nav .btn-burguer.active .icon-bar:nth-of-type(3) {
  background: #222E5C;
}
header.site-header .button-nav .btn-burguer.active .icon-bar:nth-of-type(2) {
  background: transparent;
}
@media (min-width: 992px) {
  header.site-header .main-navigation .js-submenu-toggle {
    display: none !important;
  }
}


header.site-header .main-navigation > ul > #menu-item-2159 > a {
  cursor: default;
}


@media screen and (max-width: 991px) {
  header.site-header .main-navigation {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 71px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    margin: 0;
    padding: 20px 28px 50px;
    background: #fff;
    z-index: 1001;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    border-radius: 0 0 35px 35px;
    -webkit-box-shadow: 2px 3px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 3px 2px 0 rgba(0, 0, 0, 0.1);
  }
  header.site-header .main-navigation.is-open {
    opacity: 1;
    visibility: visible;
  }
  header.site-header .main-navigation > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 0;
  }
  header.site-header .main-navigation > ul > li:last-child {
    border-bottom: none;
  }
  header.site-header .main-navigation > ul > li > a {
    display: block;
    padding: 10px 12px;
    font-size: 18px;
  }

  header.site-header .main-navigation > ul > li > a::before {
    display: none;
  }
  header.site-header .main-navigation > ul > li.contact-menu {
    margin-top: 16px;
    padding-top: 8px;
    border-bottom: none;
  }
  header.site-header .main-navigation > ul > li.contact-menu a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 44px;
    padding: 15px 24px;
  }
  header.site-header .main-navigation > ul li.menu-item-has-children {
    position: relative;
    text-align: center;
  }
  header.site-header .main-navigation > ul li.menu-item-has-children > a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding-right: 8px;
  }
  header.site-header .main-navigation > ul li.menu-item-has-children > .js-submenu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: #222E5C;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }
  header.site-header .main-navigation > ul li.menu-item-has-children > .js-submenu-toggle::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;
    -webkit-transition: margin 0.25s ease, -webkit-transform 0.25s ease;
    transition: margin 0.25s ease, -webkit-transform 0.25s ease;
    transition: transform 0.25s ease, margin 0.25s ease;
    transition: transform 0.25s ease, margin 0.25s ease, -webkit-transform 0.25s ease;
  }
  header.site-header .main-navigation > ul li.menu-item-has-children > .js-submenu-toggle:hover, header.site-header .main-navigation > ul li.menu-item-has-children > .js-submenu-toggle:focus-visible {
    color: #00AEEF;
    outline: none;
  }
  header.site-header .main-navigation > ul li.menu-item-has-children > .js-submenu-toggle:focus-visible {
    border-radius: 6px;
    -webkit-box-shadow: 0 0 0 2px rgba(0, 174, 239, 0.35);
    box-shadow: 0 0 0 2px rgba(0, 174, 239, 0.35);
  }
  header.site-header .main-navigation > ul li.menu-item-has-children > .sub-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: static;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: max-height 0.35s ease, opacity 0.25s ease, visibility 0.25s ease;
    transition: max-height 0.35s ease, opacity 0.25s ease, visibility 0.25s ease;
  }
  header.site-header .main-navigation > ul li.menu-item-has-children > .sub-menu .sub-menu-inner {
    white-space: normal;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
  header.site-header .main-navigation > ul li.menu-item-has-children > .sub-menu li a {
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 400;
  }
  header.site-header .main-navigation > ul li.menu-item-has-children.is-submenu-open > .js-submenu-toggle::after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-top: 2px;
  }
  header.site-header .main-navigation > ul li.menu-item-has-children.is-submenu-open > .sub-menu {
    max-height: min(70vh, 640px);
    opacity: 1;
    visibility: visible;
  }
}
header.site-header .main-navigation > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1750px) {
  header.site-header .main-navigation > ul {
    gap: 0 15px;
  }
}
@media screen and (max-width: 1199px) {
  header.site-header .main-navigation > ul {
    gap: 0 10px;
  }
}
header.site-header .main-navigation > ul > li {
  position: relative;
}
@media (min-width: 992px) {
  header.site-header .main-navigation > ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
header.site-header .main-navigation > ul > li > a {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  color: #222E5C;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 10px;
}
@media (max-width: 1540px) {
  header.site-header .main-navigation > ul > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  header.site-header .main-navigation > ul > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  header.site-header .main-navigation > ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  header.site-header .main-navigation > ul > li > a {
    padding-left: 5px;
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  header.site-header .main-navigation > ul > li > a {
    font-size: 18px;
    padding: 10px 0;
  }
}
header.site-header .main-navigation > ul > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  background-image: url("../img/icon-menu.svg");
  background-size: contain;
  opacity: 0;
}
header.site-header .main-navigation > ul > li > a:hover {
  color: #00AEEF;
}
header.site-header .main-navigation > ul > li > a:hover::before {
  opacity: 1;
}
header.site-header .main-navigation > ul > li.current-menu-item a {
  color: #00AEEF;
}
header.site-header .main-navigation > ul > li.current-menu-item a::before {
  opacity: 1;
}
header.site-header .main-navigation > ul > li.contact-menu a {
  border-radius: 44px;
  background: #00AEEF;
  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;
  color: #fff;
  border: 1px solid #00AEEF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  header.site-header .main-navigation > ul > li.contact-menu a {
    padding: 10px 20px;
  }
}
header.site-header .main-navigation > ul > li.contact-menu a::before {
  display: none;
}
header.site-header .main-navigation > ul > li.contact-menu a:hover {
  background: #fff;
  color: #00AEEF;
}
header.site-header .main-navigation > ul > li.current-menu-ancestor a {
  color: #00AEEF;
}
header.site-header .main-navigation > ul > li.current-menu-ancestor a::before {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  header.site-header .main-navigation > ul > li.menu-item-has-children:not(.contact-menu) > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
  }
  header.site-header .main-navigation > ul > li.menu-item-has-children:not(.contact-menu) > a::after {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -3px;
    -webkit-transition: margin 0.25s ease, -webkit-transform 0.25s ease;
    transition: margin 0.25s ease, -webkit-transform 0.25s ease;
    transition: transform 0.25s ease, margin 0.25s ease;
    transition: transform 0.25s ease, margin 0.25s ease, -webkit-transform 0.25s ease;
  }
  header.site-header .main-navigation > ul > li.menu-item-has-children:not(.contact-menu):hover > a::after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    margin-top: 2px;
  }
}
header.site-header .main-navigation > ul > li > .sub-menu {
  position: absolute;
  padding-top: 35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.site-header .main-navigation > ul > li > .sub-menu .sub-menu-inner {
  position: relative;
  -webkit-box-shadow: 2px 3px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3px 2px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
  white-space: nowrap;
}
header.site-header .main-navigation > ul > li > .sub-menu .sub-menu-inner li {
  display: block;
  width: 100%;
}
header.site-header .main-navigation > ul > li > .sub-menu .sub-menu-inner li a {
  font-size: 16px;
  padding: 7px 25px;
  color: #222E5C;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
header.site-header .main-navigation > ul > li > .sub-menu .sub-menu-inner li a:hover {
  background: #00AEEF;
  color: #fff;
}
header.site-header .main-navigation > ul > li > .sub-menu .sub-menu-inner li.current-menu-item a {
  background: #00AEEF;
  color: #fff;
}
header.site-header .main-navigation > ul > li > .sub-menu .sub-menu-inner > li:first-child a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
header.site-header .main-navigation > ul > li > .sub-menu .sub-menu-inner > li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.site-footer {
  margin: 0 20px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}
.site-footer .footer-shell {
  background: #222E5C;
  border-radius: 25px;
  overflow: hidden;
}
.site-footer .footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px 70px;
  padding: 70px 0;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    gap: 50px;
    padding: 50px 15px;
  }
}
.site-footer .footer-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-brand {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px 0;
  }
}
.site-footer .footer-logo img {
  max-width: 240px;
  height: auto;
}
.site-footer .footer-award img {
  max-width: 165px;
  height: auto;
}
.site-footer .footer-nav {
  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;
}
.site-footer .footer-nav a {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer .footer-nav a::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #00aeef;
  position: absolute;
  left: 0;
  top: 6px;
}
.site-footer .footer-newsletter {
  margin-top: 4px;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-newsletter {
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
  }
}
.site-footer .footer-newsletter label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  color: #fff;
}
.site-footer .footer-newsletter__field {
  width: 100%;
  max-width: 199px;
  position: relative;
}
.site-footer .footer-newsletter__field input {
  color: #222E5C;
  height: 30px;
  font-size: 14px;
  border-radius: 28px;
  background: #fff;
  border: none;
  width: 100%;
  padding-left: 15px;
  padding-right: 45px;
}
.site-footer .footer-newsletter__field input::-webkit-input-placeholder {
  color: #C8C8C8;
}
.site-footer .footer-newsletter__field input::-moz-placeholder {
  color: #C8C8C8;
}
.site-footer .footer-newsletter__field input::-ms-input-placeholder {
  color: #C8C8C8;
}
.site-footer .footer-newsletter__field input::placeholder {
  color: #C8C8C8;
}
.site-footer .footer-newsletter__field button {
  border: 0;
  width: 36px;
  height: 26px;
  border-radius: 28px;
  background: #00AEEF;
  margin-right: 2px;
  background: #00aeef;
  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%);
  border: 1px solid #00AEEF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer .footer-newsletter__field button:hover {
  background: none;
}
.site-footer .footer-newsletter__field button:hover i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #00AEEF;
}
.site-footer .footer-newsletter__field button i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site-footer .footer-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 15px;
}
.site-footer .footer-contact__item + .footer-contact__item {
  margin-top: 25px;
}
.site-footer .footer-contact__item i {
  min-width: 34px;
  height: 34px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  color: #222E5C;
  border-radius: 5px;
}
.site-footer .footer-contact__item p {
  max-width: 280px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  text-transform: capitalize;
  color: #fff;
}
.site-footer .footer-social {
  min-width: 34px;
  height: 34px;
  max-width: 34px;
  border-radius: 4px;
  background: #3CB4E4;
  color: #222E5C;
  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;
  justify-self: end;
}
@media screen and (max-width: 991px) {
  .site-footer .footer-social {
    margin-left: auto;
    margin-right: auto;
  }
}
.site-footer .footer-bottom {
  background: #17234E;
  padding: 15px 20px;
  text-align: center;
}
.site-footer .footer-bottom p {
  font-size: 12px;
}
.site-footer .footer-bottom a {
  text-decoration: underline;
}

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

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

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

.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%;
}
.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;
  padding: 0 120px;
  position: relative;
  z-index: 9;
  gap: 0 50px;
}
@media (max-width: 1400px) {
  .hero-homepage .content-hero {
    padding: 0 40px;
  }
}
@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: center;
    -ms-flex-align: center;
    align-items: center;
    -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: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 58px;
}
@media (max-width: 1400px) {
  .hero-homepage .content-hero .text-hero h1 {
    font-size: 50px;
    line-height: 46px;
  }
}
@media screen and (max-width: 991px) {
  .hero-homepage .content-hero .text-hero h1 {
    font-size: 40px;
    line-height: 36px;
    text-align: center;
  }
  .hero-homepage .content-hero .text-hero h1 br {
    display: none;
  }
}
.hero-homepage .content-hero .text-hero .description {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .hero-homepage .content-hero .text-hero .description {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
}
@media screen and (min-width: 993px) {
  .hero-homepage .content-hero .text-hero .description {
    width: 544px;
  }
}
@media screen and (max-width: 991px) {
  .hero-homepage .content-hero .button-primary {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
  }
}
@media screen and (min-width: 993px) {
  .hero-homepage .content-hero .button-primary {
    float: right;
  }
}

@media screen and (max-width: 991px) {
  .section-3-home .box-icon-2 .item:first-child {
    margin-top: 30px;
  }
}

.section-4-home {
  padding: 165px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .section-4-home {
    padding: 80px 0;
  }
}
.section-4-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 30px;
}
.section-4-home .process-bottom {
  margin-top: 75px;
  padding: 0 55px;
}
@media screen and (max-width: 1199px) {
  .section-4-home .process-bottom {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .section-4-home .process-bottom {
    padding: 0 45px;
  }
}
.section-4-home .container {
  position: relative;
  z-index: 9;
}

.content-circles {
  position: relative;
  margin-top: 75px;
}
.content-circles .line-1 {
  position: absolute;
  top: 140px;
  left: 33.5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 300px;
}
@media (max-width: 1400px) {
  .content-circles .line-1 {
    left: 34%;
    width: 240px;
  }
}
@media screen and (max-width: 1199px) {
  .content-circles .line-1 {
    left: 31.5%;
    top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .content-circles .line-1 {
    left: 50%;
    top: 320px;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.content-circles .line-2 {
  position: absolute;
  top: 140px;
  left: 66.5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 300px;
}
@media (max-width: 1400px) {
  .content-circles .line-2 {
    left: 67%;
    width: 240px;
  }
}
@media screen and (max-width: 1199px) {
  .content-circles .line-2 {
    left: 68.5%;
    top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .content-circles .line-2 {
    left: 50%;
    top: 320px;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.content-circles .circles-process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .content-circles .circles-process {
    -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: 90px 0;
  }
}
.content-circles .circles-process .circles-item {
  width: calc(33% - 100px);
}
@media screen and (max-width: 1199px) {
  .content-circles .circles-process .circles-item {
    width: 33%;
  }
}
@media screen and (max-width: 991px) {
  .content-circles .circles-process .circles-item {
    width: 100%;
    position: relative;
  }
}
.content-circles .circles-process .circles-item .circle-body {
  width: 278px;
  height: 278px;
  border-radius: 50%;
  border-radius: 278px;
  border: 10px solid #3A3A3A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}
.content-circles .circles-process .circles-item .circle-body:hover {
  border-color: #fff;
}
.content-circles .circles-process .circles-item .circle-body:hover .circle-layer--heading {
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .content-circles .circles-process .circles-item .circle-body {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 991px) {
  .content-circles .circles-process .circles-item .circle-body {
    width: 270px;
    height: 270px;
  }
}
.content-circles .circles-process .circles-item .circle-body .circle-layer--heading {
  color: #3A3A3A;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}
.content-circles .circles-process .circles-item .circle-body .plus-btn {
  margin-top: 20px;
  display: none;
}
@media screen and (max-width: 991px) {
  .content-circles .circles-process .circles-item .circle-body .plus-btn {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .content-circles .circles-process .circles-item .circle-body {
    border-color: #fff;
  }
  .content-circles .circles-process .circles-item .circle-body .circle-layer--heading {
    color: #fff;
  }
}
.content-circles .circles-process .circles-item .circle-layer--detail {
  margin-top: 40px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}
.content-circles .circles-process .circles-item .circle-layer--detail.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 991px) {
  .content-circles .circles-process .circles-item .circle-layer--detail {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 260px;
    height: 260px;
    background-color: #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;
    padding: 0 30px;
    color: #000;
    z-index: 9;
  }
}

.section-5-home {
  position: relative;
}
.section-5-home .carousel-body {
  margin-top: 60px;
  gap: 0 70px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-5-home .mySwiper {
  height: 470px;
  overflow: hidden;
}
.section-5-home .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
}
.section-5-home .swiper-slide .swiper-slide-content--icon {
  display: none;
}
.section-5-home .swiper-slide .swiper-slide-content {
  position: relative;
  padding-left: 120px;
}
.section-5-home .swiper-slide-active {
  font-size: clamp(22px, 3vw, 60px);
  font-weight: 300;
  opacity: 1;
  height: 90px !important;
}
.section-5-home .swiper-slide-active .swiper-slide-content--icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 85px;
  height: 85px;
  display: block;
}
.section-5-home .swiper-slide-prev,
.section-5-home .swiper-slide-next {
  font-size: clamp(17px, 2vw, 40px);
  font-weight: 300;
  color: #00709A;
  opacity: 0.4;
  height: 50px !important;
}
.section-5-home .swiper-slide-prev-prev,
.section-5-home .swiper-slide-next-next {
  font-size: 30px;
  font-weight: 300;
  color: #00A0DB;
  opacity: 0.4;
  height: 50px !important;
}

.section-6-home .section-6-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px 48px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
}
.section-6-home .section-6-home__swiper-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 280px;
  flex: 1 1 280px;
  min-width: 0;
}
.section-6-home {
  /* --s6-space-between: gap entre itens (JS). Desktop: 5 slides com altura repartida pelo Swiper. */
}
.section-6-home .section-6-swiper {
  --s6-space-between: 8px;
  --s6-slide-min-height: 2.5rem;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.section-6-home .section-6-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-height: 0;
  color: #fff;
  line-height: 1.25;
  font-size: 15px;
  font-weight: 400;
  opacity: 0.35;
  -webkit-transition: font-size 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.45s ease, font-weight 0.35s ease;
  transition: font-size 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.45s ease, font-weight 0.35s ease;
  cursor: pointer;
}
.section-6-home .section-6-home__slide-inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px 0 130px;
  min-height: 1px;
}
.section-6-home .section-6-home__slide-icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  width: 85px;
  height: 85px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease, visibility 0s linear 0.4s, -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s ease, visibility 0s linear 0.4s, -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s ease, transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s linear 0.4s;
  transition: opacity 0.4s ease, transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s linear 0.4s, -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-6-home .section-6-home__slide-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.section-6-home .section-6-swiper .swiper-slide-active .section-6-home__slide-icon {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: opacity 0.4s ease, visibility 0s linear 0s, -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s ease, visibility 0s linear 0s, -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s ease, transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s linear 0s;
  transition: opacity 0.4s ease, transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0s linear 0s, -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.section-6-home .section-6-home__slide-title {
  width: 100%;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #00709A;
}
.section-6-home .section-6-swiper .swiper-slide-active {
  font-size: clamp(24px, 2.5vw, 60px);
  font-weight: 300;
  opacity: 1;
}
.section-6-home .section-6-swiper .swiper-slide-active .section-6-home__slide-title {
  color: #fff;
}
.section-6-home .section-6-swiper .swiper-slide-prev,
.section-6-home .section-6-swiper .swiper-slide-next {
  font-size: clamp(16px, 1.8vw, 40px);
  font-weight: 300;
  opacity: 0.9;
  color: #00709A;
}
.section-6-home .section-6-swiper .swiper-slide-prev-prev,
.section-6-home .section-6-swiper .swiper-slide-next-next {
  font-weight: 300;
  opacity: 0.35;
  font-size: clamp(15px, 1.8vw, 30px);
  color: #00A0DB;
}
.section-6-home .section-6-home__nav-rail {
  -ms-flex-negative: 0;
  flex-shrink: 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: 12px;
}
.section-6-home .section-6-home__bottom-icon {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 8px;
}
.section-6-home .section-6-home__bottom-icon-inner {
  width: 80px;
  height: 80px;
}
.section-6-home .section-6-home__bottom-icon-inner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.section-6-home .section-6-home__nav-btn {
  width: 36px;
  height: 26px;
  border-radius: 28px;
  background: #222E5C;
  border: none;
  padding: 0;
  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-color: #222E5C;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.15s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.15s ease;
  transition: opacity 0.2s ease, transform 0.15s ease;
  transition: opacity 0.2s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
}
.section-6-home .section-6-home__nav-btn:hover {
  opacity: 0.92;
}
.section-6-home .section-6-home__nav-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.section-6-home .section-6-home__nav-btn i {
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  .section-6-home .section-6-layout {
    -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: 28px 0;
    margin-top: 40px;
  }
  .section-6-home .section-6-home__nav-rail {
    display: contents;
  }
  .section-6-home .section-6-home__nav--prev {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .section-6-home .section-6-home__swiper-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 190px;
    flex: 1 1 190px;
  }
  .section-6-home .section-6-home__nav--next {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .section-6-home .section-6-home__bottom-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 12px;
  }
  .section-6-home .section-6-home__slide-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .section-6-home .section-6-home__slide-icon {
    display: none !important;
  }
  .section-6-home {
    /* Mobile: Swiper slidesPerView auto — cada slide cresce com 1 ou 2 linhas de texto. */
  }
  .section-6-home .section-6-swiper {
    --s6-space-between: 4px;
    height: 300px;
  }
}
.section-6-home .button-primary.-blueDark {
  margin-top: 80px;
}

.content-testimonials {
  margin-top: 75px;
}
@media screen and (min-width: 993px) {
  .content-testimonials {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
}
.content-testimonials .testimonials-swiper {
  border-radius: 30px;
}
.content-testimonials .testimonials-inner {
  position: relative;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.content-testimonials .testimonials-inner::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 65%;
  background: #CCEFFC;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 30px;
}
@media screen and (max-width: 991px) {
  .content-testimonials .testimonials-inner::before {
    display: none;
  }
}
.content-testimonials .testimonials-inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 45px;
  left: 35px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #CCEFFC;
}
@media screen and (max-width: 991px) {
  .content-testimonials .testimonials-inner::after {
    display: none;
  }
}
.content-testimonials .testimonials-inner .aspas {
  position: absolute;
  left: 110px;
  top: -50px;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .content-testimonials .testimonials-inner .aspas {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.content-testimonials .testimonials-inner .aspas .aspas__img {
  display: block;
}
.content-testimonials .testimonials-inner .testimonials-item .testimonials-body {
  position: relative;
  padding: 0 60px;
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .content-testimonials .testimonials-inner .testimonials-item .testimonials-body {
    padding: 0;
  }
}
.content-testimonials .testimonials-inner .testimonials-item .testimonials-body .testimonials-text {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 22px;
  color: #fff;
  background: #00AEEF;
  border-radius: 36px;
  padding: 80px 80px 170px 80px;
}
@media screen and (max-width: 991px) {
  .content-testimonials .testimonials-inner .testimonials-item .testimonials-body .testimonials-text {
    padding: 80px 45px 100px 45px;
  }
}
.content-testimonials .testimonials-inner .testimonials-item .testimonials-body .testimonials-text p + p {
  margin-top: 15px;
}
.content-testimonials .testimonials-inner .testimonials-item .testimonials-author {
  border-radius: 41px;
  background: #222E5C;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  text-transform: capitalize;
  padding: 15px 35px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 40px;
  text-align: center;
}
.content-testimonials .testimonials-inner .testimonials-item .testimonials-author strong {
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .content-testimonials .testimonials-inner .testimonials-item .testimonials-author {
    bottom: -45px;
    padding: 20px 30px;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    right: auto;
    width: 80%;
  }
}
.content-testimonials .testimonials-inner .testimonials-swiper {
  overflow: hidden;
  position: relative;
  z-index: 9;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.content-testimonials .testimonials-inner .testimonials-swiper .swiper-slide {
  height: auto;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-bottom: 60px;
}
.content-testimonials .testimonials-inner .testimonials-swiper .swiper-slide .testimonials-item {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: opacity 0.65s ease, -webkit-transform 0.65s ease;
  transition: opacity 0.65s ease, -webkit-transform 0.65s ease;
  transition: transform 0.65s ease, opacity 0.65s ease;
  transition: transform 0.65s ease, opacity 0.65s ease, -webkit-transform 0.65s ease;
}
.content-testimonials .testimonials-nav {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 14px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .content-testimonials .testimonials-nav {
    margin-top: 45px;
  }
}
.content-testimonials .testimonials-nav-btn {
  width: 36px;
  height: 26px;
  border-radius: 28px;
  border: none;
  padding: 0;
  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;
  background-color: #00AEEF;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.15s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.15s ease;
  transition: opacity 0.2s ease, transform 0.15s ease;
  transition: opacity 0.2s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
  border: 1px solid #00AEEF;
}
.content-testimonials .testimonials-nav-btn:hover {
  background-color: #fff;
  color: #00AEEF;
}
.content-testimonials .testimonials-nav-btn:active {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.content-testimonials .testimonials-nav-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.content-testimonials .testimonials-nav-btn i {
  font-size: 14px;
}
.content-testimonials.testimonials-white .testimonials-text {
  background: #fff !important;
  color: #222E5C !important;
}
.content-testimonials.testimonials-white .testimonials-inner::after,
.content-testimonials.testimonials-white .testimonials-inner::before {
  background: #6acdf1;
}
.content-testimonials.testimonials-white .testimonials-nav-btn {
  background: #222E5C;
  border-color: #222E5C;
  color: #fff;
}
.content-testimonials.testimonials-white .testimonials-nav-btn:hover {
  background: none;
  border-color: #fff;
}
.content-testimonials.testimonials-blueDark .testimonials-text {
  background: #222E5C !important;
  color: #fff !important;
}
.content-testimonials.testimonials-blueDark .testimonials-inner::after,
.content-testimonials.testimonials-blueDark .testimonials-inner::before {
  background: #D3D5DE;
}
.content-testimonials.testimonials-blueDark .testimonials-nav-btn {
  background: #222E5C;
  border-color: #fff;
  color: #fff;
}
.content-testimonials.testimonials-blueDark .testimonials-nav-btn:hover {
  background: #fff;
  color: #222E5C;
  border-color: #222E5C;
}
.content-testimonials.testimonials-blueDark .testimonials-author {
  background: #00AEEF !important;
}

@-webkit-keyframes partners-marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes partners-marquee {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.section-8-home {
  overflow: hidden;
}
.section-8-home .partners-list {
  margin-top: 90px;
  overflow: hidden;
}
.section-8-home .partners-list .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.section-8-home .partners-marquee-active .swiper-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  -webkit-transition: none !important;
  transition: none !important;
  gap: 70px;
  -webkit-animation: partners-marquee 25s linear infinite;
  animation: partners-marquee 25s linear infinite;
}
.section-8-home .partner-item {
  width: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-8-home .partner-item img {
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .section-8-home .partners-list {
    margin-top: 48px;
    overflow: visible;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
  .section-8-home .partners-list .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 52px 20px;
    width: 100% !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .section-8-home .partner-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 10px);
    flex: 1 1 calc(50% - 10px);
    width: auto !important;
    margin: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0;
    max-width: calc(50% - 10px);
    padding: 4px 2px;
  }
  .section-8-home .partner-item:last-child:nth-child(odd) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .section-8-home .partner-item img {
    display: block;
    width: auto;
    max-width: 92%;
    max-height: 70px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .section-8-home .partner-item:last-child:nth-child(odd) img {
    max-width: 90%;
    max-height: 56px;
  }
}

.blog-list {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 30px;
}
@media screen and (max-width: 991px) {
  .blog-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px 0;
    margin-top: 50px;
  }
}
.blog-list .blog-item {
  width: calc(33.33% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1439px) {
  .blog-list .blog-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .blog-list .blog-item {
    width: 100%;
  }
}
.blog-list .blog-item .blog-thumb {
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-radius: 25px 0 0 25px;
}
@media screen and (max-width: 1439px) {
  .blog-list .blog-item .blog-thumb {
    width: 100%;
    height: 200px;
    border-radius: 25px 25px 0 0;
  }
}
.blog-list .blog-item .blog-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-list .blog-item .blog-content {
  width: 50%;
  padding: 20px;
  background-color: #00AEEF;
  border-radius: 0 25px 25px 0;
  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: 1439px) {
  .blog-list .blog-item .blog-content {
    width: 100%;
    border-radius: 0 0 25px 25px;
  }
}
.blog-list .blog-item .blog-content .blog-title h3 {
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  color: #fff;
}
.blog-list .blog-item .blog-content .blog-subtitle {
  color: #222E5C;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin-top: 10px;
}
.blog-list .blog-item .blog-content .blog-short-description {
  color: #FFF;
  font-family: "Host Grotesk";
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-transform: capitalize;
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .blog-list .blog-item .blog-content .blog-short-description {
    margin-top: 30px;
    line-height: 23px;
  }
}

.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: 230px;
}
.filters__blog .filters__field {
  width: 100%;
  position: relative;
}
.filters__blog .filters__field select,
.filters__blog .filters__field input[type=search] {
  color: #222E5C;
  height: 30px;
  font-size: 14px;
  border-radius: 28px;
  background: #EDEDED;
  border: none;
  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: #c8c8c8;
}
.filters__blog .filters__field select::-moz-placeholder,
.filters__blog .filters__field input[type=search]::-moz-placeholder {
  color: #c8c8c8;
}
.filters__blog .filters__field select::-ms-input-placeholder,
.filters__blog .filters__field input[type=search]::-ms-input-placeholder {
  color: #c8c8c8;
}
.filters__blog .filters__field select::placeholder,
.filters__blog .filters__field input[type=search]::placeholder {
  color: #c8c8c8;
}
.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;
  border-radius: 28px;
  margin-right: 2px;
  background: #00aeef;
  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%);
  border: 1px solid #00AEEF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
.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;
}

.single-post__hero {
  margin-bottom: 40px;
  border-radius: 24px;
  overflow: hidden;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .single-post__hero {
    border-radius: 16px;
    margin-bottom: 28px;
  }
}

.single-post__hero-img {
  width: 100%;
  height: auto;
  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: #555;
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: 105%;
}

.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: #00AEEF;
  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: 25.568px;
  height: 26.434px;
  background: #00AEEF;
  color: #fff;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  border: 1px solid #00AEEF;
  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: #00AEEF;
}

.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 16px;
  -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: #00AEEF;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.single-post__nav-link:hover .single-post__nav-icon {
  background: none;
  color: #00AEEF;
}
.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: #222E5C;
}

.single-post__nav-link--adj {
  gap: 10px;
}
.single-post__nav-link--adj .single-post__nav-icon {
  border: 1px solid #00AEEF;
  -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: rgba(34, 46, 92, 0.35);
  font-size: 1.8rem;
  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: 36px;
  height: 26px;
  border-radius: 28px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.2rem;
}

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

.single-post__nav-icon--accent {
  background: #00AEEF;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .hero-contact {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 150px;
  }
}

.section-contact {
  padding: 80px 0 120px;
}
@media screen and (max-width: 991px) {
  .section-contact {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .section-contact {
    padding: 40px 0 80px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-contact .container {
    margin-top: -330px;
    z-index: 9;
    position: relative;
  }
}
.section-contact .header-contact {
  background: #F5F5F5;
  border-radius: 0px 30px 0 0;
  padding: 50px 80px 30px 80px;
}
@media screen and (max-width: 767px) {
  .section-contact .header-contact {
    padding: 20px;
  }
  .section-contact .header-contact .preset-text1 p {
    font-size: 18px;
  }
}
.section-contact .box-icon {
  position: relative;
  margin-top: 50px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .section-contact .box-icon {
    width: 70%;
  }
}
.section-contact .box-icon .bg-detail {
  position: relative;
  z-index: 1;
}
.section-contact .box-icon .icon {
  position: absolute;
  left: 90px;
  top: -60px;
}
@media screen and (max-width: 767px) {
  .section-contact .box-icon .icon {
    width: 100px;
    top: -50px;
    left: 45%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.section-contact .form-contact {
  background: #F5F5F5;
  padding: 25px 80px 30px 80px;
  border-radius: 0 0 30px 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section-contact .form-contact {
    padding: 20px;
  }
}
.section-contact .form-contact input[type=text],
.section-contact .form-contact input[type=email],
.section-contact .form-contact input[type=tel],
.section-contact .form-contact input[type=number],
.section-contact .form-contact input[type=date],
.section-contact .form-contact input[type=time],
.section-contact .form-contact input[type=datetime-local],
.section-contact .form-contact input[type=month],
.section-contact .form-contact input[type=week],
.section-contact .form-contact input[type=url] {
  width: 100%;
  background: #FFF;
  height: 38px;
  border: none;
  border-radius: 18px;
  font-size: 18px;
  color: #000;
  padding: 0 20px;
}
.section-contact .form-contact input[type=text]::-webkit-input-placeholder,
.section-contact .form-contact input[type=email]::-webkit-input-placeholder,
.section-contact .form-contact input[type=tel]::-webkit-input-placeholder,
.section-contact .form-contact input[type=number]::-webkit-input-placeholder,
.section-contact .form-contact input[type=date]::-webkit-input-placeholder,
.section-contact .form-contact input[type=time]::-webkit-input-placeholder,
.section-contact .form-contact input[type=datetime-local]::-webkit-input-placeholder,
.section-contact .form-contact input[type=month]::-webkit-input-placeholder,
.section-contact .form-contact input[type=week]::-webkit-input-placeholder,
.section-contact .form-contact input[type=url]::-webkit-input-placeholder {
  color: #A6A6A6;
  font-size: 18px;
}
.section-contact .form-contact input[type=text]::-moz-placeholder,
.section-contact .form-contact input[type=email]::-moz-placeholder,
.section-contact .form-contact input[type=tel]::-moz-placeholder,
.section-contact .form-contact input[type=number]::-moz-placeholder,
.section-contact .form-contact input[type=date]::-moz-placeholder,
.section-contact .form-contact input[type=time]::-moz-placeholder,
.section-contact .form-contact input[type=datetime-local]::-moz-placeholder,
.section-contact .form-contact input[type=month]::-moz-placeholder,
.section-contact .form-contact input[type=week]::-moz-placeholder,
.section-contact .form-contact input[type=url]::-moz-placeholder {
  color: #A6A6A6;
  font-size: 18px;
}
.section-contact .form-contact input[type=text]::-ms-input-placeholder,
.section-contact .form-contact input[type=email]::-ms-input-placeholder,
.section-contact .form-contact input[type=tel]::-ms-input-placeholder,
.section-contact .form-contact input[type=number]::-ms-input-placeholder,
.section-contact .form-contact input[type=date]::-ms-input-placeholder,
.section-contact .form-contact input[type=time]::-ms-input-placeholder,
.section-contact .form-contact input[type=datetime-local]::-ms-input-placeholder,
.section-contact .form-contact input[type=month]::-ms-input-placeholder,
.section-contact .form-contact input[type=week]::-ms-input-placeholder,
.section-contact .form-contact input[type=url]::-ms-input-placeholder {
  color: #A6A6A6;
  font-size: 18px;
}
.section-contact .form-contact input[type=text]::placeholder,
.section-contact .form-contact input[type=email]::placeholder,
.section-contact .form-contact input[type=tel]::placeholder,
.section-contact .form-contact input[type=number]::placeholder,
.section-contact .form-contact input[type=date]::placeholder,
.section-contact .form-contact input[type=time]::placeholder,
.section-contact .form-contact input[type=datetime-local]::placeholder,
.section-contact .form-contact input[type=month]::placeholder,
.section-contact .form-contact input[type=week]::placeholder,
.section-contact .form-contact input[type=url]::placeholder {
  color: #A6A6A6;
  font-size: 18px;
}
.section-contact .form-contact textarea {
  width: 100%;
  border-radius: 18px;
  background: #FFF;
  height: 223px;
  border: none;
  padding: 20px 30px;
  font-size: 18px;
}
.section-contact .form-contact textarea::-webkit-input-placeholder {
  color: #A6A6A6;
  font-size: 18px;
}
.section-contact .form-contact textarea::-moz-placeholder {
  color: #A6A6A6;
  font-size: 18px;
}
.section-contact .form-contact textarea::-ms-input-placeholder {
  color: #A6A6A6;
  font-size: 18px;
}
.section-contact .form-contact textarea::placeholder {
  color: #A6A6A6;
  font-size: 18px;
}
.section-contact .form-contact .contact-form-submit-row {
  width: 100%;
  clear: both;
}
.section-contact .form-contact .item-form {
  position: relative;
  margin-bottom: 20px;
}
.section-contact .form-contact .form-radio {
  border: 2px solid #FFF;
  padding: 25px;
  border-radius: 18px;
}
.section-contact .form-contact .form-radio p {
  color: #555555;
  font-size: 18px;
  margin-bottom: 20px;
}
.section-contact .form-contact .form-radio .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px 15px;
}
.section-contact .form-contact .form-radio .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.section-contact .form-contact .form-radio .wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 15px;
  color: #555555;
  font-size: 18px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .section-contact .form-contact .form-radio .wpcf7-radio .wpcf7-list-item label {
    font-size: 16px;
  }
}
.section-contact .form-contact .form-radio .wpcf7-radio .wpcf7-list-item input[type=radio] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #00AEEF;
  border-radius: 50%;
  background: #fff;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, background 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, background 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, -webkit-box-shadow 0.2s ease;
  margin-top: 8px;
  background: #00AEEF;
}
@media screen and (max-width: 767px) {
  .section-contact .form-contact .form-radio .wpcf7-radio .wpcf7-list-item input[type=radio] {
    margin-top: 6px;
  }
}
.section-contact .form-contact .form-radio .wpcf7-radio .wpcf7-list-item input[type=radio]:hover {
  border-color: rgba(0, 174, 239, 0.65);
}
.section-contact .form-contact .form-radio .wpcf7-radio .wpcf7-list-item input[type=radio]:checked {
  border-color: #00AEEF;
  background: radial-gradient(circle at 50% 50%, #fff 2px, #00AEEF 2.5px);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.section-contact .form-contact .form-radio .wpcf7-radio .wpcf7-list-item input[type=radio]:focus {
  outline: none;
}
.section-contact .form-contact .form-radio .wpcf7-radio .wpcf7-list-item input[type=radio]:focus-visible {
  outline: 2px solid #00AEEF;
  outline-offset: 2px;
}
.section-contact .form-contact .button-cta-1 button {
  float: right;
}
.section-contact .btn-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .section-contact .btn-submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.section-contact input[type=submit] {
  display: inline-block;
  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;
  float: right;
  color: #FFF;
  background: #00AEEF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 25px;
  border-radius: 44px;
  border: 1px solid #00AEEF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .section-contact input[type=submit] {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    display: table;
  }
}
.section-contact input[type=submit]:hover {
  background: #fff;
  color: #00AEEF;
}

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

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

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

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

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

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

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

.wpcf7-response-output.wpcf7-spam-blocked {
  background: #f5f5f5;
  border: 1px solid rgba(0, 174, 239, 0.25);
  color: #00AEEF;
  border-radius: 25px;
  padding: 16px 22px;
  margin-top: 24px;
  text-align: center;
}

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

@-webkit-keyframes industries-cloud-drift-a {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(10px, -6px, 0);
    transform: translate3d(10px, -6px, 0);
  }
}

@keyframes industries-cloud-drift-a {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(10px, -6px, 0);
    transform: translate3d(10px, -6px, 0);
  }
}
@-webkit-keyframes industries-cloud-drift-b {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-9px, 7px, 0);
    transform: translate3d(-9px, 7px, 0);
  }
}
@keyframes industries-cloud-drift-b {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-9px, 7px, 0);
    transform: translate3d(-9px, 7px, 0);
  }
}
.section-2-industries .text-featured {
  position: relative;
  z-index: 9;
}
.section-2-industries .text-featured p {
  color: #222E5C;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  border-radius: 355.5px;
  background: #CCEFFC;
  padding: 40px 75px;
}
@media screen and (min-width: 993px) {
  .section-2-industries .text-featured p {
    width: 880px;
    margin: 70px auto 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .section-2-industries .text-featured p {
    padding: 20px 10px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 25px;
    margin-top: 30px;
  }
}
.section-2-industries .text-featured .detail-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 40px;
  margin-top: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 120px;
}
@media screen and (max-width: 991px) {
  .section-2-industries .text-featured .detail-top {
    margin-left: 0;
    gap: 10px 20px;
  }
}
.section-2-industries .text-featured .detail-top .detail-1 {
  border-radius: 355.5px;
  background: #CCEFFC;
  width: 254px;
  height: 81px;
  -webkit-animation: industries-cloud-drift-a 4.2s ease-in-out infinite;
  animation: industries-cloud-drift-a 4.2s ease-in-out infinite;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@media screen and (max-width: 991px) {
  .section-2-industries .text-featured .detail-top .detail-1 {
    width: 150px;
    height: 50px;
  }
}
.section-2-industries .text-featured .detail-top .detail-2 {
  width: 427px;
  height: 81px;
  border-radius: 355.5px;
  background: #CCEFFC;
  margin-top: 30px;
  -webkit-animation: industries-cloud-drift-b 5.2s ease-in-out infinite;
  animation: industries-cloud-drift-b 5.2s ease-in-out infinite;
  -webkit-animation-delay: -1.6s;
  animation-delay: -1.6s;
}
@media screen and (max-width: 991px) {
  .section-2-industries .text-featured .detail-top .detail-2 {
    width: 150px;
    height: 50px;
  }
}
.section-2-industries .text-featured .detail-bottom {
  border-radius: 355.5px;
  background: #CCEFFC;
  width: 130px;
  height: 41px;
  margin: 30px auto 0 auto;
  -webkit-animation: industries-cloud-drift-a 4.8s ease-in-out infinite;
  animation: industries-cloud-drift-a 4.8s ease-in-out infinite;
  -webkit-animation-delay: -2.2s;
  animation-delay: -2.2s;
}
@media screen and (max-width: 991px) {
  .section-2-industries .text-featured .detail-bottom {
    width: 100px;
    height: 30px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .section-2-industries .text-featured .detail-top .detail-1,
  .section-2-industries .text-featured .detail-top .detail-2,
  .section-2-industries .text-featured .detail-bottom {
    -webkit-animation: none;
    animation: none;
  }
}

.section-3-industries {
  margin-top: -20px;
}
.section-3-industries .itens-support {
  margin: 42px auto 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 14px;
}
@media screen and (min-width: 993px) {
  .section-3-industries .itens-support {
    width: 500px;
  }
}
.section-3-industries .item-support {
  border-radius: 10px;
  border: 3px solid rgba(255, 255, 255, 0.92);
  background: #fff;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 0px 0px 10px;
  gap: 10px;
}
.section-3-industries .item-support .icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #222E5C;
  justify-self: center;
}
.section-3-industries .item-support p {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  background: #00AEEF;
  padding: 6px 16px;
  border-radius: 10px;
  text-transform: uppercase;
  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: 1199px) {
  .section-3-industries .itens-support {
    margin-top: 28px;
    gap: 10px;
  }
}

.section-5-industries .row-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10%;
  gap: 50px 3.5%;
  margin-top: 80px;
}
@media screen and (max-width: 1439px) {
  .section-5-industries .row-boxes {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
  }
}
.section-5-industries .row-boxes .item {
  max-width: 270px;
  width: 270px;
}
.section-5-industries .row-boxes .item .title {
  border-radius: 33.5px;
  background: #222E5C;
  padding: 15px 15px;
  background: #222E5C;
  text-align: center;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.section-5-industries .row-boxes .item .text {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  display: table;
  margin: 20px auto 0 auto;
  padding: 0 20px;
}

.section-8-industries {
  padding-bottom: 160px;
}
@media screen and (max-width: 991px) {
  .section-8-industries {
    padding-bottom: 100px;
  }
}

.cloud-list-2 {
  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-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cloud-list-2 .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: #222E5C;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  background-size: contain;
}
.cloud-list-2 .cloud-list__item:nth-child(1n) {
  background-image: url("../img/bg-polygon-industries-1.png");
  width: 245px;
  height: 270px;
}
@media screen and (max-width: 1199px) {
  .cloud-list-2 .cloud-list__item:nth-child(1n) {
    height: 220px;
  }
}
@media screen and (max-width: 991px) {
  .cloud-list-2 .cloud-list__item:nth-child(1n) {
    width: 170px;
    height: 190px;
  }
}
.cloud-list-2 .cloud-list__item:nth-child(2n+1) {
  background-image: url("../img/bg-polygon-industries-2.png");
  width: 270px;
  height: 245px;
}
@media screen and (max-width: 1199px) {
  .cloud-list-2 .cloud-list__item:nth-child(2n+1) {
    height: 250px;
  }
}
@media screen and (max-width: 991px) {
  .cloud-list-2 .cloud-list__item:nth-child(2n+1) {
    width: 190px;
    height: 170px;
  }
}

.section-2-about {
  background-size: cover;
  padding: 120px 0 230px 0;
}
@media screen and (max-width: 991px) {
  .section-2-about {
    padding: 80px 0 120px 0;
  }
}

@-webkit-keyframes binocular-blink {
  0%, 10%, 14%, 18%, 24%, 100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  12%, 22% {
    -webkit-transform: scaleY(0.06);
    transform: scaleY(0.06);
    opacity: 0.25;
  }
}

@keyframes binocular-blink {
  0%, 10%, 14%, 18%, 24%, 100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
  12%, 22% {
    -webkit-transform: scaleY(0.06);
    transform: scaleY(0.06);
    opacity: 0.25;
  }
}
@-webkit-keyframes mission-flag-wave {
  0%, 100% {
    -webkit-transform: rotate(0deg) skewY(0deg);
    transform: rotate(0deg) skewY(0deg);
  }
  25% {
    -webkit-transform: rotate(-2.2deg) skewY(-1deg);
    transform: rotate(-2.2deg) skewY(-1deg);
  }
  60% {
    -webkit-transform: rotate(2.8deg) skewY(1.2deg);
    transform: rotate(2.8deg) skewY(1.2deg);
  }
}
@keyframes mission-flag-wave {
  0%, 100% {
    -webkit-transform: rotate(0deg) skewY(0deg);
    transform: rotate(0deg) skewY(0deg);
  }
  25% {
    -webkit-transform: rotate(-2.2deg) skewY(-1deg);
    transform: rotate(-2.2deg) skewY(-1deg);
  }
  60% {
    -webkit-transform: rotate(2.8deg) skewY(1.2deg);
    transform: rotate(2.8deg) skewY(1.2deg);
  }
}
.section-3-about .vision-missions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .section-3-about .vision-missions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px 0;
    padding: 0 20px;
  }
}
.section-3-about .vision-missions .box {
  background: #F5F5F5;
  border-radius: 30px;
  width: 50%;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 120px 90px;
}
@media screen and (max-width: 991px) {
  .section-3-about .vision-missions .box {
    padding: 40px;
    width: 100%;
  }
}
.section-3-about .vision-missions .box .icon {
  margin: 60px 0;
}
.section-3-about .vision-missions .box .icon .binoculo-lens {
  transform-box: fill-box;
  -webkit-transform-origin: center;
  transform-origin: center;
  will-change: transform, opacity;
  -webkit-animation: binocular-blink 6s ease-in-out infinite;
  animation: binocular-blink 6s ease-in-out infinite;
}
.section-3-about .vision-missions .box .icon .binoculo-lens--right {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.section-3-about .vision-missions .box .icon .mission-flag {
  transform-box: fill-box;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-animation: mission-flag-wave 2.4s ease-in-out infinite;
  animation: mission-flag-wave 2.4s ease-in-out infinite;
}
.section-3-about .vision-missions .box .icon .mission-flag--top {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
@media screen and (max-width: 991px) {
  .section-3-about .vision-missions .box .icon {
    margin: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .section-3-about .vision-missions .box .icon {
    margin: 40px 0;
  }
}
.section-3-about .vision-missions .box .icon svg {
  width: 100%;
}
.section-3-about .vision-missions .box .title {
  color: #00AEEF;
  font-size: 22px;
  line-height: 24px;
}
.section-3-about .vision-missions .box .text {
  font-size: 14px;
}

.section-4-about .core-values-carousel {
  margin-top: 2.2rem;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  padding: 0 100px;
}
@media screen and (max-width: 991px) {
  .section-4-about .core-values-carousel {
    grid-template-columns: 1fr auto auto 1fr;
    gap: 0.75rem 0.6rem;
    margin-top: 20px;
    padding: 0 30px;
  }
}
.section-4-about .core-values-swiper {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .section-4-about .core-values-swiper {
    grid-column: 1/-1;
    grid-row: 1;
  }
}
.section-4-about .core-values-nav {
  width: 36px;
  height: 26px;
  border-radius: 28px;
  background: #00AEEF;
  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: 14px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border: 1px solid #00AEEF;
}
.section-4-about .core-values-nav:hover {
  background: #222E5C;
  color: #fff;
  border: 1px solid #fff;
}
.section-4-about .core-values-nav.swiper-button-disabled {
  opacity: 0.45;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .section-4-about .core-values-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-row: 2;
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .section-4-about .core-values-nav--prev {
    grid-column: 2;
  }
}
@media screen and (max-width: 991px) {
  .section-4-about .core-values-nav--next {
    grid-column: 3;
  }
}
.section-4-about .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;
  gap: 90px;
  min-height: 340px;
}
@media screen and (max-width: 991px) {
  .section-4-about .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: auto;
    gap: 1rem;
    text-align: center;
  }
}
.section-4-about .content-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-4-about .content-image img {
  width: min(100%, 260px);
  height: auto;
  display: block;
}
.section-4-about .content-text {
  max-width: 400px;
}
@media screen and (max-width: 991px) {
  .section-4-about .content-text {
    max-width: 100%;
    margin-top: 20px;
  }
}
.section-4-about .content-text .title {
  color: #00AEEF;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0.85rem;
}
@media screen and (max-width: 991px) {
  .section-4-about .content-text .title {
    font-size: 30px;
  }
}
.section-4-about .content-text .text p {
  margin: 0;
  color: #00AEEF;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .section-4-about .content-text .text p {
    font-size: 16px;
  }
}

.section-5-about .team-grid {
  --team-gap: 40px 70px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -webkit-column-gap: var(--team-gap);
  -moz-column-gap: var(--team-gap);
  column-gap: var(--team-gap);
  row-gap: var(--team-gap);
  justify-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-top: 50px;
}
.section-5-about .team-card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  text-align: center;
  width: 320px;
}
.section-5-about .team-card:nth-child(1) {
  grid-column: 3/span 4;
  grid-row: 1;
}
.section-5-about .team-card:nth-child(2) {
  grid-column: 7/span 4;
  grid-row: 1;
}
.section-5-about .team-card:nth-child(3) {
  grid-column: 1/span 4;
  grid-row: 2;
}
.section-5-about .team-card:nth-child(4) {
  grid-column: 5/span 4;
  grid-row: 2;
}
.section-5-about .team-card:nth-child(5) {
  grid-column: 9/span 4;
  grid-row: 2;
}
.section-5-about .team-card:nth-child(6) {
  grid-column: 3/span 4;
  grid-row: 3;
}
.section-5-about .team-card:nth-child(7) {
  grid-column: 7/span 4;
  grid-row: 3;
}
.section-5-about .team-card:nth-child(8) {
  grid-column: 1/span 4;
  grid-row: 4;
}
.section-5-about .team-card:nth-child(9) {
  grid-column: 5/span 4;
  grid-row: 4;
}
.section-5-about .team-card:nth-child(10) {
  grid-column: 9/span 4;
  grid-row: 4;
}
.section-5-about .team-card:nth-child(11) {
  grid-column: 3/span 4;
  grid-row: 5;
}
.section-5-about .team-card:nth-child(12) {
  grid-column: 7/span 4;
  grid-row: 5;
}
.section-5-about .team-card:nth-child(13) {
  grid-column: 1/span 4;
  grid-row: 6;
}
.section-5-about .team-card:nth-child(14) {
  grid-column: 5/span 4;
  grid-row: 6;
}
.section-5-about .team-card:nth-child(15) {
  grid-column: 9/span 4;
  grid-row: 6;
}
.section-5-about .team-card:nth-child(16) {
  grid-column: 3/span 4;
  grid-row: 7;
}
.section-5-about .team-card:nth-child(17) {
  grid-column: 7/span 4;
  grid-row: 7;
}
.section-5-about .team-card:nth-child(18) {
  grid-column: 1/span 4;
  grid-row: 8;
}
.section-5-about .team-card:nth-child(19) {
  grid-column: 5/span 4;
  grid-row: 8;
}
.section-5-about .team-card:nth-child(20) {
  grid-column: 9/span 4;
  grid-row: 8;
}
.section-5-about .team-card:nth-child(21) {
  grid-column: 3/span 4;
  grid-row: 9;
}
.section-5-about .team-card:nth-child(22) {
  grid-column: 7/span 4;
  grid-row: 9;
}
.section-5-about .team-card:nth-child(23) {
  grid-column: 1/span 4;
  grid-row: 10;
}
.section-5-about .team-card:nth-child(24) {
  grid-column: 5/span 4;
  grid-row: 10;
}
.section-5-about .team-card:nth-child(25) {
  grid-column: 9/span 4;
  grid-row: 10;
}
.section-5-about .team-card:nth-child(26) {
  grid-column: 3/span 4;
  grid-row: 11;
}
.section-5-about .team-card:nth-child(27) {
  grid-column: 7/span 4;
  grid-row: 11;
}
.section-5-about .team-card:nth-child(28) {
  grid-column: 1/span 4;
  grid-row: 12;
}
.section-5-about .team-card:nth-child(29) {
  grid-column: 5/span 4;
  grid-row: 12;
}
.section-5-about .team-card:nth-child(30) {
  grid-column: 9/span 4;
  grid-row: 12;
}
.section-5-about .team-card:nth-child(31) {
  grid-column: 3/span 4;
  grid-row: 13;
}
.section-5-about .team-card:nth-child(32) {
  grid-column: 7/span 4;
  grid-row: 13;
}
.section-5-about .team-card:nth-child(33) {
  grid-column: 1/span 4;
  grid-row: 14;
}
.section-5-about .team-card:nth-child(34) {
  grid-column: 5/span 4;
  grid-row: 14;
}
.section-5-about .team-card:nth-child(35) {
  grid-column: 9/span 4;
  grid-row: 14;
}
.section-5-about .team-card:nth-child(36) {
  grid-column: 3/span 4;
  grid-row: 15;
}
.section-5-about .team-card:nth-child(37) {
  grid-column: 7/span 4;
  grid-row: 15;
}
.section-5-about .team-card:nth-child(38) {
  grid-column: 1/span 4;
  grid-row: 16;
}
.section-5-about .team-card:nth-child(39) {
  grid-column: 5/span 4;
  grid-row: 16;
}
.section-5-about .team-card:nth-child(40) {
  grid-column: 9/span 4;
  grid-row: 16;
}
.section-5-about .team-card:nth-child(41) {
  grid-column: 3/span 4;
  grid-row: 17;
}
.section-5-about .team-card:nth-child(42) {
  grid-column: 7/span 4;
  grid-row: 17;
}
.section-5-about .team-card:nth-child(43) {
  grid-column: 1/span 4;
  grid-row: 18;
}
.section-5-about .team-card:nth-child(44) {
  grid-column: 5/span 4;
  grid-row: 18;
}
.section-5-about .team-card:nth-child(45) {
  grid-column: 9/span 4;
  grid-row: 18;
}
.section-5-about .team-card:nth-child(46) {
  grid-column: 3/span 4;
  grid-row: 19;
}
.section-5-about .team-card:nth-child(47) {
  grid-column: 7/span 4;
  grid-row: 19;
}
.section-5-about .team-card:nth-child(48) {
  grid-column: 1/span 4;
  grid-row: 20;
}
.section-5-about .team-card:nth-child(49) {
  grid-column: 5/span 4;
  grid-row: 20;
}
.section-5-about .team-card:nth-child(50) {
  grid-column: 9/span 4;
  grid-row: 20;
}
.section-5-about .team-card:last-child:nth-child(5n+1) {
  grid-column: 5/span 4;
}
.section-5-about .team-card__media-shell {
  position: relative;
  width: 320px;
  height: 320px;
  margin: 0 auto;
}
.section-5-about .team-card__media-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-mask-image: url("../img/mask-polygon.svg");
  mask-image: url("../img/mask-polygon.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #bde8f7;
  overflow: hidden;
}
.section-5-about .team-card__media {
  -o-object-position: center top;
  object-position: center top;
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
  -webkit-transform-origin: center 100%;
  transform-origin: center 100%;
  display: block;
}
.section-5-about .team-card__plus {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
  height: 26px;
  border-radius: 36px;
  border: none;
  background: #00AEEF;
  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: 12px;
  line-height: 1;
  padding: 0;
  z-index: 2;
}
.section-5-about .team-card__name {
  margin: 12px 0 3px;
  color: #00AEEF;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
}
.section-5-about .team-card__role {
  color: #555;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .section-5-about .team-grid {
    --team-gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
  }
  .section-5-about .team-card {
    width: min(320px, 100%);
    grid-column: auto !important;
    grid-row: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .section-5-about .team-grid {
    grid-template-columns: 1fr;
  }
  .section-5-about .team-card {
    width: 100%;
  }
}

.modal-about-us {
  height: auto;
  overflow: visible;
  max-width: 1243px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 55px 70px !important;
  border-radius: 30px !important;
}
@media screen and (max-width: 991px) {
  .modal-about-us {
    padding: 30px 10px !important;
  }
}
.modal-about-us .modal-content-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 90px;
}
@media screen and (max-width: 991px) {
  .modal-about-us .modal-content-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.modal-about-us .modal-content-right {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .modal-about-us .modal-content-right {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.modal-about-us .team-card__media-shell {
  position: relative;
  width: 320px;
  height: 320px;
  margin: 0 auto;
}
.modal-about-us .team-card__media-wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-mask-image: url("../img/mask-polygon.svg");
  mask-image: url("../img/mask-polygon.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #bde8f7;
  overflow: hidden;
}
.modal-about-us .team-card__media {
  -o-object-position: center top;
  object-position: center top;
  -webkit-transform: scale(0.93);
  transform: scale(0.93);
  -webkit-transform-origin: center 100%;
  transform-origin: center 100%;
  display: block;
}
.modal-about-us .position-and-text .name {
  color: #00AEEF;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}
.modal-about-us .position-and-text .position {
  color: #555;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.modal-about-us .decription {
  color: #555;
  font-family: "Host Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-top: 25px;
}
.modal-about-us .decription p + p {
	margin-top: 10px;
}
.modal-about-us .decription a {
  text-decoration: underline;
}
.modal-about-us .close-modal {
  display: none !important;
}
.modal-about-us .about-us-close-modal {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 36px;
  height: 26px;
  border-radius: 36px;
  border: none;
  background: #00AEEF;
  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: 12px;
  line-height: 1;
  padding: 0;
  z-index: 2;
}

.blocker {
  z-index: 99999 !important;
}
/*# sourceMappingURL=style.css.map */
