@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../../fonts/proxima_nova/ProximaNova-Regular.eot");
  src: url("../../fonts/proxima_nova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/proxima_nova/ProximaNova-Regular.woff2") format("woff2"), url("../../fonts/proxima_nova/ProximaNova-Regular.woff") format("woff"), url("../../fonts/proxima_nova/ProximaNova-Regular.ttf") format("truetype"), url("../../fonts/proxima_nova/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body .modal#book_consultation .modal-dialog {
  max-width: 600px;
}
body .modal#book_consultation .modal-dialog .modal-content {
  border: solid 4px #F5C779;
  border-radius: 20px;
}
body .modal#book_consultation .modal-dialog .modal-content .modal-header {
  padding: 0;
  position: relative;
  z-index: 1;
}
body .modal#book_consultation .modal-dialog .modal-content .modal-header .btn-close {
  box-shadow: none;
  position: absolute;
  top: 20px;
  right: 20px;
}
body .modal#book_consultation .modal-dialog .modal-content .modal-body {
  padding: 0;
}
body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper {
  background-color: #ffffff;
  color: #333333;
  border-radius: 20px;
  padding: 24px 32px;
}
body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper h2.secondary-title {
  font-size: 32px;
}
body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper p.lead_sm {
  color: #333333;
  font-size: 20px;
}
body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
}
body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper label {
  color: rgba(51, 51, 51, 0.6);
  font-size: 12px;
  margin: 0;
  position: absolute;
  top: 2px;
  left: 20px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  user-select: none;
}
body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper input,
body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper textarea {
  background-color: rgba(51, 51, 51, 0.05);
  color: #333333;
  font-size: 20px;
  border: solid 1px #F4F4F4;
  border-radius: 0;
  padding: 16px 18px 6px;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}
body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper input::placeholder,
body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper textarea::placeholder {
  color: transparent;
}
body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper input::-webkit-inner-spin-button,
body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper textarea::-webkit-inner-spin-button {
  appearance: none;
}
body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper:has(input:placeholder-shown) label, body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper:has(textarea:placeholder-shown) label {
  color: #333333;
  font-size: 20px;
  top: 12px;
}
body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper:has(input:placeholder-shown) input,
body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper:has(input:placeholder-shown) textarea, body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper:has(textarea:placeholder-shown) input,
body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper:has(textarea:placeholder-shown) textarea {
  background-color: rgba(244, 244, 244, 0.6);
  border: solid 1px rgba(244, 244, 244, 0.6);
}
body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper:has(input:hover) label, body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper:has(input:focus) label, body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper:has(textarea:hover) label, body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper:has(textarea:focus) label {
  color: rgba(51, 51, 51, 0.6);
  font-size: 12px;
  top: 2px;
  transform: translate(0, 0);
}
body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper:has(input:hover) input,
body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper:has(input:hover) textarea, body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper:has(input:focus) input,
body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper:has(input:focus) textarea, body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper:has(textarea:hover) input,
body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper:has(textarea:hover) textarea, body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper:has(textarea:focus) input,
body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper:has(textarea:focus) textarea {
  background-color: rgba(51, 51, 51, 0.05);
  border: solid 1px rgba(51, 51, 51, 0.05);
}
body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .form-check {
  padding-left: 32px;
  margin: 0;
  min-height: unset;
}
body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .form-check input {
  height: 24px;
  width: 24px;
  border-radius: 4px;
  border: solid 1px rgba(51, 51, 51, 0.4);
  margin: 0 0 0 -32px;
  box-shadow: none !important;
  background-color: transparent !important;
  cursor: pointer;
}
body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .form-check input:checked {
  border-color: #F5C779;
  background: url("../../img/webp/check.webp") no-repeat center center/18px;
}
body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .form-check label {
  line-height: 24px;
  cursor: pointer;
  display: block;
}
body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form button {
  width: 100%;
  max-width: 100%;
  justify-content: center;
}
body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .invalid {
  border: solid 1px red !important;
}
body main {
  overflow-x: hidden;
}
body main .list_s1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body main .list_s1 li {
  font-size: 24px;
  font-weight: 500;
  display: flex;
  gap: 8px;
  line-height: 32px;
}
body main .list_s1 li img {
  height: 32px;
  width: 32px;
}
body main .list_s2 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body main .list_s2 li {
  color: #04012F;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  gap: 8px;
  line-height: 32px;
}
body main .list_s2 li img {
  height: 32px;
  width: 32px;
}
body main .list_counter {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  max-width: 640px;
}
body main .list_counter li {
  font-size: 24px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
body main .list_counter li .counter {
  font-family: "Cinzel", sans-serif;
  color: #F5C779;
  font-size: 64px;
  line-height: 76px;
}
body main section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body main section h1.main-title {
  font-size: 54px;
  text-transform: uppercase;
}
body main section h2.secondary-title {
  font-size: 32px;
}
body main section p.lead {
  color: #333333;
  font-size: 24px;
}
body main section p.lead_sm {
  color: #333333;
  font-size: 20px;
}
body main section p.lead_lg {
  color: #333333;
  font-size: 32px;
}
body main section > img.bg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  user-select: none;
}
body main section.hero {
  background-color: #04012F;
  min-height: calc(100vh - 148px);
  color: #ffffff;
  padding: 80px 0;
  display: flex;
  align-items: center;
}
body main section.hero .content_wrapper {
  display: flex;
  flex-wrap: wrap;
}
body main section.hero .content_wrapper > div {
  width: 100%;
}
body main section.hero .content_wrapper .left_area {
  max-width: 64%;
  display: flex;
  flex-wrap: wrap;
}
body main section.hero .content_wrapper .left_area .caption {
  width: 100%;
}
body main section.hero .content_wrapper .left_area .caption h1.main-title {
  font-size: 64px;
}
body main section.hero .content_wrapper .left_area .caption .list_s1 {
  max-width: max-content;
}
body main section.hero .content_wrapper .right_area {
  max-width: 36%;
}
body main section.hero .content_wrapper .right_area .form-wrapper {
  background-color: #ffffff;
  color: #333333;
  border-radius: 20px;
  padding: 24px 32px;
}
body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper {
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
}
body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper label {
  color: rgba(51, 51, 51, 0.6);
  font-size: 12px;
  margin: 0;
  position: absolute;
  top: 2px;
  left: 20px;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  user-select: none;
}
body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper input,
body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper textarea {
  background-color: rgba(51, 51, 51, 0.05);
  color: #333333;
  font-size: 20px;
  border: solid 1px #F4F4F4;
  border-radius: 0;
  padding: 16px 18px 6px;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}
body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper input::placeholder,
body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper textarea::placeholder {
  color: transparent;
}
body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper input::-webkit-inner-spin-button,
body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper textarea::-webkit-inner-spin-button {
  appearance: none;
}
body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper:has(input:placeholder-shown) label, body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper:has(textarea:placeholder-shown) label {
  color: #333333;
  font-size: 20px;
  top: 12px;
}
body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper:has(input:placeholder-shown) input,
body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper:has(input:placeholder-shown) textarea, body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper:has(textarea:placeholder-shown) input,
body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper:has(textarea:placeholder-shown) textarea {
  background-color: rgba(244, 244, 244, 0.6);
  border: solid 1px rgba(244, 244, 244, 0.6);
}
body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper:has(input:hover) label, body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper:has(input:focus) label, body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper:has(textarea:hover) label, body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper:has(textarea:focus) label {
  color: rgba(51, 51, 51, 0.6);
  font-size: 12px;
  top: 2px;
  transform: translate(0, 0);
}
body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper:has(input:hover) input,
body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper:has(input:hover) textarea, body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper:has(input:focus) input,
body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper:has(input:focus) textarea, body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper:has(textarea:hover) input,
body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper:has(textarea:hover) textarea, body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper:has(textarea:focus) input,
body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper:has(textarea:focus) textarea {
  background-color: rgba(51, 51, 51, 0.05);
  border: solid 1px rgba(51, 51, 51, 0.05);
}
body main section.hero .content_wrapper .right_area .form-wrapper form .form-check {
  padding-left: 32px;
  margin: 0;
  min-height: unset;
}
body main section.hero .content_wrapper .right_area .form-wrapper form .form-check input {
  height: 24px;
  width: 24px;
  border-radius: 4px;
  border: solid 1px rgba(51, 51, 51, 0.4);
  margin: 0 0 0 -32px;
  box-shadow: none !important;
  background-color: transparent !important;
  cursor: pointer;
}
body main section.hero .content_wrapper .right_area .form-wrapper form .form-check input:checked {
  border-color: #F5C779;
  background: url("../../img/webp/check.webp") no-repeat center center/18px;
}
body main section.hero .content_wrapper .right_area .form-wrapper form .form-check label {
  line-height: 24px;
  cursor: pointer;
  display: block;
}
body main section.hero .content_wrapper .right_area .form-wrapper form button {
  width: 100%;
  max-width: 100%;
  justify-content: center;
}
body main section.hero .content_wrapper .right_area .form-wrapper form .invalid {
  border: solid 1px red !important;
}
body main section.award {
  background-color: #FFF9EF;
  padding: 20px 0;
}
body main section.award .awards_logo {
  width: 100%;
  max-width: 200px;
}
body main section.award:after {
  content: "";
  background: url("../../img/webp/award_bg.webp") no-repeat center/100% 100%;
  height: 100%;
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body main section.award_2 {
  background-color: #04012F;
}
body main section.award_2 a {
  cursor: pointer;
}
body main section.sec_1 {
  background-color: #ffffff;
  padding: 100px 0;
}
body main section.sec_1 .img_wrapper {
  padding: 0 45px 0 0;
}
body main section.sec_2 {
  background-color: #ffffff;
  padding: 100px 0;
}
body main section.key_features {
  padding: 100px 0;
  background-color: #ffffff;
}
body main section.key_features .card {
  background-color: #000000;
  border: none;
  border-radius: 24px;
  overflow: hidden;
  z-index: 1;
}
body main section.key_features .card .card-body {
  background-color: rgba(4, 1, 47, 0.4);
  padding: 24px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body main section.key_features .card .card-body img.card-img {
  width: 62px;
  margin: 0 auto;
}
body main section.key_features .card .card-body .card-title {
  font-family: "Cinzel", sans-serif;
  font-weight: 700;
}
body main section.key_features .card .card-body .card-text {
  font-size: 24px;
}
body main section.key_features .card img.bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body main section.key_features .card-center {
  background-color: #ffffff;
  border: solid 4px rgba(0, 0, 0, 0.06);
}
body main section.key_features .card-center .card-body {
  background-color: transparent;
}
body main section.meet {
  padding: 60px 0;
}
body main section.meet .card {
  display: flex;
  flex-direction: row;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  align-items: end;
  padding-bottom: 50px;
}
body main section.meet .card .card-img {
  width: 90%;
  border-radius: 10px;
}
body main section.meet .card .card-body {
  background-color: #ffffff;
  padding: 20px;
  width: 90%;
  margin-left: -80%;
  margin-bottom: -50px;
  border-radius: 10px;
  height: 169px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body main section.meet .card .card-body .card-title {
  position: relative;
}
body main section.meet .card .card-body .card-title:after {
  content: "";
  background-color: #F5C779;
  height: 2px;
  width: 120px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 6px);
}
body main section.meet .card .card-body .card-text {
  font-size: 24px;
}
body main section.testimonials {
  padding: 100px 0;
}
body main section.testimonials .slider_content {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
body main section.testimonials .slider_content .slick-list {
  background-color: #ffffff;
  width: 100%;
}
body main section.testimonials .slider_content .slick-list .slick-track {
  height: 100%;
  display: flex;
  align-items: center;
}
body main section.testimonials .slider_content .slick-list:before, body main section.testimonials .slider_content .slick-list:after {
  content: "";
  background: url("../../img/webp/quote.webp") no-repeat center/100%;
  height: 64px;
  width: 72px;
  position: absolute;
}
body main section.testimonials .slider_content .slick-list:before {
  top: 40px;
  left: 40px;
}
body main section.testimonials .slider_content .slick-list:after {
  bottom: 40px;
  right: 40px;
  transform: scale(-1);
}
body main section.testimonials .slider_content .item {
  padding: 50px 0 30px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body main section.testimonials .slider_content .item .avatar {
  position: relative;
  max-width: max-content;
}
body main section.testimonials .slider_content .item .avatar:before, body main section.testimonials .slider_content .item .avatar:after {
  content: "";
  background-color: rgba(4, 1, 47, 0.2);
  height: 3px;
  width: 14px;
  position: absolute;
  top: 50%;
}
body main section.testimonials .slider_content .item .avatar:before {
  right: 100%;
  transform: translateX(-10px);
}
body main section.testimonials .slider_content .item .avatar:after {
  left: 100%;
  transform: translateX(10px);
}
body main section.testimonials .slider_content .item .stars {
  display: flex;
  justify-content: center;
  gap: 2px;
}
body main section.testimonials .slider_content .item p.review {
  font-size: 20px;
}
body main section.testimonials .slider_content .slick-arrow {
  background-color: #F5C779;
  height: 60px;
  width: 60px;
  z-index: 2;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  border-radius: 50%;
}
body main section.testimonials .slider_content .slick-arrow:before {
  display: none;
}
body main section.testimonials .slider_content .slick-arrow:after {
  content: "";
  background: url("../../img/webp/arrow_testimonial.webp") no-repeat 50%;
  background-size: contain;
  height: 30px;
  width: 18px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body main section.testimonials .slider_content .slick-prev {
  transform: translate(calc(-100% - 24px), -50%);
}
body main section.testimonials .slider_content .slick-next {
  left: unset;
  right: 0;
  transform: scaleX(-1) translate(calc(-100% - 24px), -50%);
}
body main section.testimonials:before, body main section.testimonials:after {
  content: "";
  background: url("../../img/webp/quote_large.webp") no-repeat center/100%;
  height: 146px;
  width: 166px;
  position: absolute;
}
body main section.testimonials:before {
  top: 50px;
  left: 100px;
}
body main section.testimonials:after {
  bottom: 50px;
  right: 100px;
  transform: scale(-1);
}
body main section.cta {
  background-color: #FFF2DC;
}
body main section.cta ul {
  display: flex;
  align-items: start;
  justify-content: center;
}
body main section.cta ul li {
  width: 100%;
  max-width: 33.333%;
  border-right: solid 2px #ffffff;
  height: 100%;
  padding: 20px 40px;
}
body main section.cta ul li .wrapper {
  display: flex;
  gap: 10px;
}
body main section.cta ul li .wrapper img {
  height: 24px;
  width: 24px;
}
body main section.cta ul li:last-child {
  border: none;
}

@media (max-width: 1780px) {
  body .modal#book_consultation .modal-dialog {
    max-width: 540px;
  }
  body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper h2.secondary-title {
    font-size: 28px;
  }
  body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper p.lead_sm {
    font-size: 18px;
  }
  body main section h1.main-title {
    font-size: 44px;
  }
  body main section h2.secondary-title {
    font-size: 28px;
  }
  body main section p.lead {
    font-size: 22px;
  }
  body main section p.lead_sm {
    font-size: 18px;
  }
  body main section p.lead_lg {
    font-size: 28px;
  }
  body main section.hero .content_wrapper .left_area .caption h1.main-title {
    font-size: 56px;
  }
  body main section.award:after {
    width: 43%;
  }
  body main section.key_features .card .card-body .card-title {
    font-size: 28px;
  }
  body main section.key_features .card .card-body .card-text {
    font-size: 18px;
  }
  body main section.meet .card {
    padding-bottom: 40px;
  }
  body main section.meet .card .card-body {
    height: 156px;
    margin-bottom: -40px;
  }
  body main section.meet .card .card-body .card-title {
    font-size: 28px;
  }
  body main section.meet .card .card-body .card-text {
    font-size: 22px;
  }
}
@media (max-width: 1580px) {
  body .modal#book_consultation .modal-dialog {
    max-width: 480px;
  }
  body .modal#book_consultation .modal-dialog .modal-content .modal-header {
    padding: 0;
    position: relative;
    z-index: 1;
  }
  body .modal#book_consultation .modal-dialog .modal-content .modal-header .btn-close {
    box-shadow: none;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper h2.secondary-title {
    font-size: 24px;
  }
  body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper p.lead_sm {
    font-size: 16px;
  }
  body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper input,
  body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper textarea {
    font-size: 16px;
  }
  body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper:has(input:placeholder-shown) label, body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper:has(textarea:placeholder-shown) label {
    font-size: 16px;
  }
  body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper:has(input:hover) label, body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper:has(input:focus) label, body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper:has(textarea:hover) label, body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .field_wrapper:has(textarea:focus) label {
    font-size: 12px;
  }
  body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .form-check {
    padding-left: 28px;
    margin: 0;
  }
  body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .form-check input {
    height: 20px;
    width: 20px;
    margin: 0 0 0 -28px;
  }
  body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .form-check input:checked {
    background-size: 12px;
  }
  body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper form .form-check label {
    line-height: 20px;
  }
  body main .list_s1 li {
    font-size: 20px;
  }
  body main .list_s2 li {
    font-size: 20px;
  }
  body main .list_counter {
    max-width: 500px;
  }
  body main .list_counter li {
    font-size: 20px;
  }
  body main .list_counter li .counter {
    font-size: 46px;
    line-height: 56px;
  }
  body main section h1.main-title {
    font-size: 38px;
  }
  body main section h2.secondary-title {
    font-size: 24px;
  }
  body main section p.lead {
    font-size: 20px;
  }
  body main section p.lead_sm {
    font-size: 16px;
  }
  body main section p.lead_lg {
    font-size: 24px;
  }
  body main section.hero .content_wrapper .left_area .caption h1.main-title {
    font-size: 46px;
  }
  body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper input,
  body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper textarea {
    font-size: 16px;
  }
  body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper:has(input:placeholder-shown) label, body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper:has(textarea:placeholder-shown) label {
    font-size: 16px;
  }
  body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper:has(input:hover) label, body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper:has(input:focus) label, body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper:has(textarea:hover) label, body main section.hero .content_wrapper .right_area .form-wrapper form .field_wrapper:has(textarea:focus) label {
    font-size: 12px;
  }
  body main section.hero .content_wrapper .right_area .form-wrapper form .form-check {
    padding-left: 28px;
    margin: 0;
  }
  body main section.hero .content_wrapper .right_area .form-wrapper form .form-check input {
    height: 20px;
    width: 20px;
    margin: 0 0 0 -28px;
  }
  body main section.hero .content_wrapper .right_area .form-wrapper form .form-check input:checked {
    background-size: 12px;
  }
  body main section.hero .content_wrapper .right_area .form-wrapper form .form-check label {
    line-height: 20px;
  }
  body main section.award .awards_logo {
    max-width: 180px;
  }
  body main section.award:after {
    width: 44%;
  }
  body main section.key_features .card .card-body .card-title {
    font-size: 24px;
  }
  body main section.key_features .card .card-body .card-text {
    font-size: 16px;
  }
  body main section.meet .card .card-body {
    height: 143px;
  }
  body main section.meet .card .card-body .card-title {
    font-size: 24px;
  }
  body main section.meet .card .card-body .card-text {
    font-size: 20px;
  }
  body main section.cards .card .card-body .card-title {
    font-size: 20px;
  }
  body main section.cards .card .card-body .card-text {
    font-size: 16px;
  }
  body main section.testimonials .slider_content .item {
    padding: 40px 0 30px;
  }
  body main section.testimonials .slider_content .item .avatar {
    position: relative;
    max-width: max-content;
  }
  body main section.testimonials .slider_content .item .avatar:before, body main section.testimonials .slider_content .item .avatar:after {
    content: "";
    background-color: rgba(4, 1, 47, 0.2);
    height: 3px;
    width: 14px;
    position: absolute;
    top: 50%;
  }
  body main section.testimonials .slider_content .item .avatar:before {
    right: 100%;
    transform: translateX(-10px);
  }
  body main section.testimonials .slider_content .item .avatar:after {
    left: 100%;
    transform: translateX(10px);
  }
  body main section.testimonials .slider_content .item .stars {
    display: flex;
    justify-content: center;
    gap: 2px;
  }
  body main section.testimonials .slider_content .item p.review {
    font-size: 20px;
  }
  body main section.testimonials .slider_content .item .author {
    font-size: 18px;
  }
  body main section.cta ul li {
    padding: 20px;
  }
  body main section.cta ul li .wrapper h5 {
    font-size: 16px;
  }
}
@media (max-width: 1380px) {
  body .modal#book_consultation .modal-dialog {
    max-width: 440px;
  }
  body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper h2.secondary-title {
    font-size: 22px;
  }
  body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper p.lead_sm {
    font-size: 14px;
  }
  body main .list_s1 li {
    font-size: 18px;
    line-height: 24px;
  }
  body main .list_s1 li img {
    height: 24px;
    width: 24px;
  }
  body main .list_s2 li {
    font-size: 18px;
    line-height: 24px;
  }
  body main .list_s2 li img {
    height: 24px;
    width: 24px;
  }
  body main .list_counter {
    max-width: 380px;
  }
  body main .list_counter li {
    font-size: 18px;
  }
  body main .list_counter li .counter {
    font-size: 32px;
    line-height: 42px;
  }
  body main section h1.main-title {
    font-size: 34px;
  }
  body main section h2.secondary-title {
    font-size: 22px;
  }
  body main section p.lead {
    font-size: 16px;
  }
  body main section p.lead_sm {
    font-size: 14px;
  }
  body main section p.lead_lg {
    font-size: 20px;
  }
  body main section.hero .content_wrapper .left_area {
    max-width: 60%;
  }
  body main section.hero .content_wrapper .left_area .caption h1.main-title {
    font-size: 38px;
  }
  body main section.hero .content_wrapper .right_area {
    max-width: 40%;
  }
  body main section.award .awards_logo {
    max-width: 130px;
  }
  body main section.sec_1 .img_wrapper {
    padding: 0 14px 0 0;
  }
  body main section.key_features .card .card-body {
    padding: 28px 10px;
  }
  body main section.key_features .card .card-body .card-title {
    font-size: 20px;
  }
  body main section.key_features .card .card-body .card-text {
    font-size: 14px;
  }
  body main section.meet .card .card-body {
    padding: 14px 20px;
    height: 116px;
  }
  body main section.meet .card .card-body .card-title {
    font-size: 20px;
  }
  body main section.meet .card .card-body .card-text {
    font-size: 16px;
  }
  body main section.cards .card .card-body .card-title {
    font-size: 16px;
  }
  body main section.cards .card .card-body .card-text {
    font-size: 14px;
  }
  body main section.cards h4 {
    font-size: 20px;
  }
  body main section.testimonials .slider_content .slick-list:before, body main section.testimonials .slider_content .slick-list:after {
    height: 32px;
    width: 40px;
  }
  body main section.testimonials .slider_content .slick-list:before {
    top: 20px;
    left: 20px;
  }
  body main section.testimonials .slider_content .slick-list:after {
    bottom: 20px;
    right: 20px;
  }
  body main section.testimonials .slider_content .item p.review {
    font-size: 18px;
  }
  body main section.testimonials .slider_content .item h2.author {
    font-size: 24px;
    margin-top: 20px;
    padding-top: 20px;
  }
  body main section.testimonials .slider_content .slick-arrow {
    height: 40px;
    width: 40px;
  }
  body main section.testimonials .slider_content .slick-arrow:after {
    height: 20px;
    width: 12px;
  }
  body main section.testimonials:before, body main section.testimonials:after {
    height: 112px;
    width: 126px;
  }
  body main section.cta ul li {
    padding: 20px;
  }
  body main section.cta ul li .wrapper img {
    height: 20px;
    width: 20px;
  }
  body main section.cta ul li .wrapper h5 {
    font-size: 14px;
  }
}
@media (max-width: 1180px) {
  body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper {
    padding: 20px;
  }
  body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper h2.secondary-title {
    font-size: 20px;
  }
  body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper p.lead_sm {
    font-size: 16px;
  }
  body main .list_counter li {
    font-size: 18px;
  }
  body main .list_counter li .counter {
    font-size: 32px;
    line-height: 42px;
  }
  body main section h1.main-title {
    font-size: 34px;
  }
  body main section h2.secondary-title {
    font-size: 20px;
  }
  body main section p.lead {
    font-size: 18px;
  }
  body main section p.lead_sm {
    font-size: 16px;
  }
  body main section p.lead_lg {
    font-size: 18px;
  }
  body main section.hero .content_wrapper .left_area .caption h1.main-title {
    font-size: 34px;
  }
  body main section.hero .content_wrapper .right_area .form-wrapper {
    padding: 20px;
  }
  body main section.key_features .card .card-body {
    padding: 28px 10px;
  }
  body main section.key_features .card .card-body .card-title {
    font-size: 18px;
  }
  body main section.key_features .card .card-body .card-text {
    font-size: 14px;
  }
  body main section.meet .card .card-body {
    height: 103px;
  }
  body main section.meet .card .card-body .card-title {
    font-size: 16px;
  }
  body main section.meet .card .card-body .card-text {
    font-size: 14px;
  }
  body main section.cards .card {
    padding: 10px;
  }
  body main section.cards h4 {
    font-size: 20px;
  }
  body main section.cta ul li .wrapper p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  body main .list_s2 li {
    font-size: 16px;
    line-height: 18px;
  }
  body main .list_s2 li img {
    height: 18px;
    width: 18px;
  }
  body main section h1.main-title {
    font-size: 32px;
  }
  body main section.hero {
    padding: 60px 0;
  }
  body main section.hero .content_wrapper .left_area {
    max-width: 100%;
  }
  body main section.hero .content_wrapper .left_area .caption p.lead_lg br {
    display: none;
  }
  body main section.hero .content_wrapper .right_area {
    max-width: 100%;
  }
  body main section.hero .content_wrapper .right_area .form-wrapper {
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.1);
  }
  body main section.hero > img.bg {
    height: 55%;
  }
  body main section.award {
    padding: 0 0 20px;
  }
  body main section.award .title_wrapper {
    padding: 20px 0;
  }
  body main section.award .awards_logo {
    margin: 20px 0 0;
  }
  body main section.award:after {
    height: 130px;
    width: 94%;
  }
  body main section.award_2:after {
    height: 155px;
  }
  body main section.sec_1 {
    padding: 80px 0;
  }
  body main section.sec_1 .img_wrapper {
    padding: 0 14px 0 0;
  }
  body main section.sec_2 {
    padding: 80px 0;
  }
  body main section.key_features {
    padding: 80px 0;
  }
  body main section.key_features .card .card-body .card-text {
    font-size: 16px;
  }
  body main section.meet .card {
    align-items: center;
    padding-bottom: 0;
  }
  body main section.meet .card .card-img {
    width: 60%;
  }
  body main section.meet .card .card-body {
    height: unset;
    width: 50%;
    margin-left: -10%;
    margin-bottom: 0;
  }
  body main section.meet .card .card-body .card-title {
    font-size: 20px;
  }
  body main section.meet .card .card-body .card-text {
    font-size: 16px;
  }
  body main section.cards {
    padding: 80px 0;
  }
  body main section.testimonials {
    padding: 80px 0;
  }
  body main section.testimonials .slider_content {
    padding: 0 40px;
  }
  body main section.testimonials .slider_content .item {
    padding: 60px 60px 40px;
  }
  body main section.testimonials .slider_content .item p.review {
    font-size: 16px;
  }
  body main section.testimonials .slider_content .item h2.author {
    font-size: 18px;
  }
  body main section.testimonials .slider_content .slick-arrow {
    height: 30px;
    width: 30px;
  }
  body main section.testimonials .slider_content .slick-arrow:after {
    height: 16px;
    width: 10px;
  }
  body main section.testimonials .slider_content .slick-prev {
    transform: translate(0, -50%);
  }
  body main section.testimonials .slider_content .slick-next {
    transform: scaleX(-1) translate(0, -50%);
  }
  body main section.testimonials:before, body main section.testimonials:after {
    height: 84px;
    width: 96px;
  }
  body main section.testimonials:before {
    left: 80px;
  }
  body main section.testimonials:after {
    right: 80px;
  }
  body main section.cta {
    padding-bottom: 20px;
  }
  body main section.cta ul {
    flex-direction: column;
  }
  body main section.cta ul li {
    max-width: 100%;
    border: none;
    padding: 20px 0 0;
  }
}
@media (max-width: 767px) {
  body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper p.lead_sm {
    font-size: 14px;
  }
  body main .list_s1 li {
    font-size: 16px;
    line-height: 18px;
  }
  body main .list_s1 li img {
    height: 18px;
    width: 18px;
  }
  body main .list_counter {
    max-width: 320px;
    margin-left: 50px !important;
  }
  body main .list_counter li {
    font-size: 16px;
  }
  body main .list_counter li .counter {
    font-size: 32px;
    line-height: 36px;
  }
  body main section h1.main-title {
    font-size: 30px;
  }
  body main section p.lead {
    font-size: 16px;
  }
  body main section p.lead_sm {
    font-size: 14px;
  }
  body main section p.lead_lg {
    font-size: 18px;
  }
  body main section.hero {
    padding: 40px 0;
  }
  body main section.hero .content_wrapper .left_area .caption h1.main-title {
    font-size: 28px;
  }
  body main section.hero > img.bg {
    height: 50%;
  }
  body main section.award .title_wrapper {
    padding: 20px 0 20px 20px;
  }
  body main section.award:after {
    width: 80%;
  }
  body main section.award_2:after {
    height: 148px;
  }
  body main section.sec_1 {
    padding: 60px 0;
  }
  body main section.sec_2 {
    padding: 60px 0;
  }
  body main section.key_features {
    padding: 60px 0;
  }
  body main section.key_features .card .card-body img.card-img {
    width: 40px;
  }
  body main section.cards {
    padding: 60px 0;
  }
  body main section.cards h4 {
    font-size: 18px;
  }
  body main section.testimonials {
    padding: 60px 0;
  }
  body main section.testimonials .slider_content .item {
    padding: 40px 50px 30px;
  }
  body main section.testimonials .slider_content .item p.review {
    font-size: 16px;
  }
  body main section.testimonials .slider_content .item h2.author {
    font-size: 18px;
  }
  body main section.testimonials:before, body main section.testimonials:after {
    height: 35px;
    width: 40px;
  }
  body main section.testimonials:before {
    left: 50px;
  }
  body main section.testimonials:after {
    right: 50px;
  }
}
@media (max-width: 567px) {
  body .modal#book_consultation .modal-dialog {
    max-width: 440px;
  }
  body .modal#book_consultation .modal-dialog .modal-content .modal-body .form-wrapper h2.secondary-title {
    font-size: 20px;
  }
  body main .list_s1 {
    margin-left: 0px !important;
  }
  body main .list_counter {
    margin-left: 0px !important;
  }
  body main section h1.main-title {
    font-size: 28px;
  }
  body main section h2.secondary-title {
    font-size: 16px;
  }
  body main section p.lead {
    font-size: 16px;
  }
  body main section.hero {
    padding: 24px 0 40px;
  }
  body main section.hero .content_wrapper .right_area .form-wrapper .secondary-title {
    font-size: 20px;
  }
  body main section.award .title_wrapper {
    padding: 20px 0 20px 20px;
  }
  body main section.award .awards_logo {
    max-width: 120px;
  }
  body main section.award:after {
    height: 105px;
    width: 80%;
  }
  body main section.award_2 h1 br:first-child {
    display: none;
  }
  body main section.award_2 h4 {
    font-size: 16px;
  }
  body main section.award_2:after {
    height: 107px;
  }
  body main section.sec_1 {
    padding: 40px 0;
  }
  body main section.sec_2 {
    padding: 40px 0;
  }
  body main section.key_features {
    padding: 40px 0;
  }
  body main section.meet {
    padding: 40px 0;
  }
  body main section.meet .card .card-body .card-title {
    font-size: 18px;
  }
  body main section.meet .card .card-body .card-text {
    font-size: 14px;
  }
  body main section.cards {
    padding: 40px 0;
  }
  body main section.cards .card {
    padding: 10px;
  }
  body main section.cards .card .card-body {
    padding: 10px 0 0;
  }
  body main section.cards h4 {
    font-size: 18px;
  }
  body main section.testimonials {
    padding: 40px 0;
  }
  body main section.testimonials .slider_content {
    padding: 0 20px;
  }
  body main section.testimonials .slider_content .slick-list:before, body main section.testimonials .slider_content .slick-list:after {
    height: 23px;
    width: 30px;
  }
  body main section.testimonials .slider_content .slick-list:before {
    top: 15px;
    left: 15px;
  }
  body main section.testimonials .slider_content .slick-list:after {
    bottom: 15px;
    right: 15px;
  }
  body main section.testimonials .slider_content .item {
    padding: 40px 40px 30px;
  }
  body main section.testimonials .slider_content .slick-arrow {
    height: 40px;
    width: 40px;
  }
  body main section.testimonials .slider_content .slick-arrow:after {
    height: 18px;
    width: 20px;
  }
  body main section.cta ul {
    flex-direction: column;
  }
}

/*# sourceMappingURL=home.css.map */
