/**
 * Bootstrap customised
 *
 * @see https://github.com/twbs/bootstrap/blob/main/scss/_variables.scss
 */
.block__landing {
  padding: 5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .block__landing {
    padding: 3rem;
  }
}
.block__landing h2 {
  font-weight: 800;
  color: #004D43;
  margin-bottom: 2rem;
}
.block__landing div#gform_9_validation_container {
  background-color: white;
}
.block__landing h2.gform_submission_error.hide_summary::before {
  color: white;
  border: 1px solid white;
}
.block__landing div#validation_message_9_4, .block__landing div#validation_message_9_1, .block__landing div#validation_message_9_3, .block__landing div#validation_message_9_5, .block__landing div#validation_message_9_7, .block__landing div#validation_message_9_9 {
  background-color: white;
  padding: 5px;
}
.block__landing p {
  color: #004D43;
}
.block__landing .row {
  display: flex;
}
@media (min-width: 768px) {
  .block__landing .row {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .block__landing .row .col-md-4 p {
    text-align: right;
  }
}
.block__landing .block-sx {
  border-radius: 20px;
  background-color: white;
  padding: 5rem 3rem;
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .block__landing .block-sx {
    margin-right: 1rem;
  }
}
@media (max-width: 767.98px) {
  .block__landing .block-sx {
    margin-bottom: 1rem;
  }
}
.block__landing .block-dx {
  border-radius: 20px;
  background-color: #004D43;
  flex: 1 1 auto;
  padding: 3rem;
}
.block__landing .logo {
  width: 200px;
  margin-bottom: 2rem;
}
.block__landing .footer {
  background-color: white;
  border-radius: 50px;
  padding: 1rem 2rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
.block__landing .footer p {
  font-size: 14px;
}
.block__landing .gform_fields {
  gap: 1rem !important;
}
.block__landing legend.gfield_label.gform-field-label.gfield_label_before_complex, .block__landing label.gfield_label.gform-field-label, .block__landing label.gform-field-label.gform-field-label--type-sub {
  display: none;
}
.block__landing input[type=text],
.block__landing input[type=tel],
.block__landing input[type=email],
.block__landing input[type=number] {
  background-color: transparent !important;
  color: white !important;
  border: 1px solid white !important;
  border-radius: 20px !important;
  padding: 1rem !important;
  margin-top: 0.5rem !important;
}
.block__landing .instruction {
  color: white !important;
}
.block__landing .gform_button {
  background-color: white !important;
  background: white !important;
  color: #004D43 !important;
  font-weight: 800 !important;
  padding: 0.5rem 3rem !important;
}
.block__landing div#gform_confirmation_message_9 {
  color: white;
}
.block__landing label.gform-field-label.gform-field-label--type-inline.gfield_consent_label {
  color: white;
}
.block__landing input#input_9_9_1 {
  border: 1px solid white;
  background-color: #004D43 !important;
}
.block__landing input#input_9_9_1::before {
  color: white;
}
.block__landing span.gfield_required.gfield_required_asterisk {
  color: white !important;
}
.block__landing div#bottom_header {
  display: none !important;
}

@media (min-width: 768px) {
  .l-100vh {
    height: 100vh !important;
  }
}