section.contact-page-header {
  overflow: hidden;
}
section.contact-page-header .viewport-container {
  background: url(../../images/bcg_header_homepage.svg) no-repeat center center;
  height: 100vh;
  min-height: 600px;
  max-height: 900px;
  padding-top: 142px;
  background-size: auto 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  section.contact-page-header .viewport-container {
    padding-top: 70px;
    height: auto;
    min-height: 0;
    max-height: none;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  section.contact-page-header .viewport-container {
    padding-top: 70px;
    height: auto;
    min-height: 0;
    max-height: none;
    padding-bottom: 70px;
  }
}
section.contact-page-header .viewport-container:before {
  content: "";
  display: block;
  position: absolute;
  top: -75px;
  left: 45%;
  width: 1003px;
  height: 638px;
  background: url(../../images/serpent_gfx_addon_1.svg) no-repeat 0 0/100% auto;
  pointer-events: none;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1199px) {
  section.contact-page-header .viewport-container:before {
    z-index: -1;
  }
}
@media (max-width: 767px) {
  section.contact-page-header .viewport-container:before {
    z-index: -1;
  }
}
section.contact-page-header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 660px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 768px) and (max-width: 1199px) {
  section.contact-page-header .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  section.contact-page-header .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
section.contact-page-header .contact-page-header--image {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  position: relative;
  max-width: 520px;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  section.contact-page-header .contact-page-header--image {
    max-width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
@media (max-width: 767px) {
  section.contact-page-header .contact-page-header--image {
    max-width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
section.contact-page-header .contact-page-header--image .contact-page-header--image_box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 740px;
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  section.contact-page-header .contact-page-header--image .contact-page-header--image_box {
    position: relative;
    width: 100%;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  section.contact-page-header .contact-page-header--image .contact-page-header--image_box {
    position: relative;
    width: 100%;
    margin-right: auto;
  }
}
section.contact-page-header .contact-page-header--image .contact-page-header--image_box img {
  border-radius: 24px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.contact-page-header .contact-page-header--text-box {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  position: relative;
  z-index: 10 !important;
}
section.contact-page-header .contact-page-header--text-box .heading.micro-page-heading {
  margin-left: 110px;
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  section.contact-page-header .contact-page-header--text-box .heading.micro-page-heading {
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  section.contact-page-header .contact-page-header--text-box .heading.micro-page-heading {
    margin-left: 0;
    text-align: center;
  }
}
section.contact-page-header .contact-page-header--text-box .body-text {
  margin-top: 28px;
}
section.contact-page-header .contact-page-header--text-box .contact-page-header--text-wrapper {
  padding-left: 100px;
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  section.contact-page-header .contact-page-header--text-box .contact-page-header--text-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  section.contact-page-header .contact-page-header--text-box .contact-page-header--text-wrapper {
    padding: 30px;
  }
}
section.contact-page-header .contact-page-header--text-box .contact-page-header--text-wrapper:before {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
  position: absolute;
  width: 100vw;
  background: var(--lightColorLight, #F5EDFF);
  border-radius: 24px;
}
section.contact-page-header .contact-page-header--text-box .button-container {
  position: absolute;
  left: 110px;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  section.contact-page-header .contact-page-header--text-box .button-container {
    position: relative;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
section.contact-page-header .heading.standard-heading.basic-overview {
  margin-bottom: 120px;
}
section.contact-page-header .heading.standard-heading.basic-overview em {
  color: var(--basicColor, #7559BD);
}