.section__divider {
  width: 50%;
  height: 6px;
  margin: 0.6em auto;
  background: linear-gradient(to right, #000 0%, #000 25%, #ffed00 25%, #ffed00 50%, #e61b72 50%, #e61b72 75%, #00a8e8 75%, #00a8e8 100%);
}

.contact-faq, .contact-faq .panel {
  background-color: whitesmoke;
}
.contact-faq .section-title h3 {
  font-size: clamp(2rem, 1.096vw + 1.649rem, 3.3rem);
  font-weight: 800;
  text-transform: uppercase;
}

.page-content--contact-us {
  --section-title-size: clamp(3rem, 3.794vw + 1.786rem, 7.5rem);
  margin: 0;
}
.page-content--contact-us .contact-us {
  margin: 0;
  background: #f4ece7 url("/img/contact_us-form_bg.jpg") center center/cover no-repeat;
  padding: 110px 0 80px;
  font-size: 17px;
  line-height: 30px;
  position: relative;
  z-index: 0;
}
.page-content--contact-us .contact-us::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(21, 16, 71, 0.75);
  opacity: 1;
}
.page-content--contact-us .contact-us .section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  color: #fff;
}
.page-content--contact-us .contact-us .section__header .section__title {
  font-size: var(--section-title-size);
  font-weight: 800;
  text-transform: uppercase;
}
.page-content--contact-us .contact-us .section__header .section__title span {
  color: #D21034;
}
.page-content--contact-us .contact-us .section__header .section__divider {
  font-size: var(--section-title-size);
  margin: 0.6em auto;
}
.page-content--contact-us .contact-us .section__header .section__subtitle {
  max-width: 56rem;
  margin: 0 auto 2rem;
  font-size: clamp(1.6rem, 0.843vw + 1.33rem, 2.6rem);
  line-height: 1.5;
}
.page-content--contact-us .contact-us .section-content#form-section {
  position: relative;
  padding: clamp(4rem, 5vw, 6rem) 0 0;
  overflow: hidden;
}
.page-content--contact-us .contact-us .section-content#form-section > .container {
  position: relative;
  z-index: 1;
}
.page-content--contact-us .contact-us .gf-embed {
  max-width: 76rem;
  margin: 0 auto;
}/*# sourceMappingURL=contact-us.css.map */