.main--contact-section {
  background: var(--background-color);
  color: var(--text-color);
  padding: 50px 0;
  padding-top: 200px;
}
.main--contact-section .section--wrapper {
  max-width: 1100px;
}
.main--contact-section .heading--container {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 25px;
}
.main--contact-section .heading--container .heading {
  font-size: 58px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
  color: var(--text-color);
  margin: 0;
}
.main--contact-section .heading--container .heading .target-text {
  color: var(--target-color);
}
@media screen and (max-width: 1280px) {
  .main--contact-section .heading--container .heading {
    font-size: 42px;
  }
}
.main--contact-section .heading--container .sub-heading {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: var(--target-color);
  display: none;
}
.main--contact-section .form--container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.main--contact-section .form--container .form--heading {
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.main--contact-section .form--container .gform_heading {
  display: none;
}
.main--contact-section .form--container .gform_confirmation_message {
  text-align: center;
  font-size: 18px;
  color: var(--text-color);
}
.main--contact-section .form--container .frm_forms form label, .main--contact-section .form--container .frm_forms form .frm_primary_label, .main--contact-section .form--container .frm_forms form .gfield_label, .main--contact-section .form--container .gform_wrapper form label, .main--contact-section .form--container .gform_wrapper form .frm_primary_label, .main--contact-section .form--container .gform_wrapper form .gfield_label {
  color: var(--sand);
  font-size: 16px;
  margin-bottom: 0;
}
.main--contact-section .form--container .frm_forms form .gfield_radio input[type=radio],
.main--contact-section .form--container .frm_forms form .frm_radio input[type=radio],
.main--contact-section .form--container .frm_forms form .frm_scale input[type=radio],
.main--contact-section .form--container .frm_forms form .frm_checkbox input[type=checkbox], .main--contact-section .form--container .gform_wrapper form .gfield_radio input[type=radio],
.main--contact-section .form--container .gform_wrapper form .frm_radio input[type=radio],
.main--contact-section .form--container .gform_wrapper form .frm_scale input[type=radio],
.main--contact-section .form--container .gform_wrapper form .frm_checkbox input[type=checkbox] {
  background-color: var(--sand);
  border-color: var(--sand);
}
.main--contact-section .form--container .frm_forms form .gchoice, .main--contact-section .form--container .gform_wrapper form .gchoice {
  cursor: pointer;
}
.main--contact-section .form--container .frm_forms form input[type=text], .main--contact-section .form--container .frm_forms form input[type=tel], .main--contact-section .form--container .frm_forms form input[type=email], .main--contact-section .form--container .frm_forms form textarea, .main--contact-section .form--container .gform_wrapper form input[type=text], .main--contact-section .form--container .gform_wrapper form input[type=tel], .main--contact-section .form--container .gform_wrapper form input[type=email], .main--contact-section .form--container .gform_wrapper form textarea {
  --field-height: 48px;
  --gf-local-line-height: 48px;
  --gf-local-height: 48px;
  border-radius: var(--border-radius);
  background: var(--sand);
  margin-top: 5px;
  font-size: 16px;
}
.main--contact-section .form--container .frm_forms form textarea, .main--contact-section .form--container .gform_wrapper form textarea {
  height: 200px;
  min-height: 200px;
  max-height: 500px;
  min-width: 100%;
}
.main--contact-section .form--container .frm_forms form .frm_opt_container[role=radiogroup], .main--contact-section .form--container .frm_forms form .gfield_radio, .main--contact-section .form--container .gform_wrapper form .frm_opt_container[role=radiogroup], .main--contact-section .form--container .gform_wrapper form .gfield_radio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 10px;
}
.main--contact-section .form--container .frm_forms form .frm_opt_container[role=radiogroup] .gform-field-label, .main--contact-section .form--container .frm_forms form .gfield_radio .gform-field-label, .main--contact-section .form--container .gform_wrapper form .frm_opt_container[role=radiogroup] .gform-field-label, .main--contact-section .form--container .gform_wrapper form .gfield_radio .gform-field-label {
  margin-left: 5px;
}
.main--contact-section .form--container .frm_forms form .frm_opt_container[role=radiogroup] .gfield-choice-input, .main--contact-section .form--container .frm_forms form .gfield_radio .gfield-choice-input, .main--contact-section .form--container .gform_wrapper form .frm_opt_container[role=radiogroup] .gfield-choice-input, .main--contact-section .form--container .gform_wrapper form .gfield_radio .gfield-choice-input {
  block-size: 15px;
  inline-size: 15px;
}
.main--contact-section .form--container .frm_forms form .paragraph--container textarea, .main--contact-section .form--container .gform_wrapper form .paragraph--container textarea {
  margin-top: 5px;
}
.main--contact-section .form--container .frm_forms form .policy--container .frm_primary_label, .main--contact-section .form--container .frm_forms form .policy--container .gfield_label, .main--contact-section .form--container .gform_wrapper form .policy--container .frm_primary_label, .main--contact-section .form--container .gform_wrapper form .policy--container .gfield_label {
  display: none;
}
.main--contact-section .form--container .frm_forms form .policy--container label, .main--contact-section .form--container .gform_wrapper form .policy--container label {
  display: flex;
  gap: 10px;
  align-items: center;
}
.main--contact-section .form--container .frm_forms form .policy--container label input[type=checkbox]:not([disabled]), .main--contact-section .form--container .gform_wrapper form .policy--container label input[type=checkbox]:not([disabled]) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  appearance: none;
  border: 2px solid var(--sand);
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: background 100ms ease-in-out, border 100ms ease-in-out;
}
.main--contact-section .form--container .frm_forms form .policy--container label input[type=checkbox]:not([disabled]):checked, .main--contact-section .form--container .gform_wrapper form .policy--container label input[type=checkbox]:not([disabled]):checked {
  border: 4px solid var(--sand) !important;
  background: #66afe9 !important;
}
.main--contact-section .form--container .frm_forms form .policy--container label input[type=checkbox]:not([disabled]):checked:before, .main--contact-section .form--container .gform_wrapper form .policy--container label input[type=checkbox]:not([disabled]):checked:before {
  content: none;
}
.main--contact-section .form--container .frm_forms form .frm_submit, .main--contact-section .form--container .frm_forms form .gform-footer, .main--contact-section .form--container .gform_wrapper form .frm_submit, .main--contact-section .form--container .gform_wrapper form .gform-footer {
  justify-content: center;
}
.main--contact-section .form--container .frm_forms form .frm_submit button, .main--contact-section .form--container .frm_forms form .frm_submit input.gform_button.button, .main--contact-section .form--container .frm_forms form .gform-footer button, .main--contact-section .form--container .frm_forms form .gform-footer input.gform_button.button, .main--contact-section .form--container .gform_wrapper form .frm_submit button, .main--contact-section .form--container .gform_wrapper form .frm_submit input.gform_button.button, .main--contact-section .form--container .gform_wrapper form .gform-footer button, .main--contact-section .form--container .gform_wrapper form .gform-footer input.gform_button.button {
  border: none;
  outline: none;
  box-shadow: none;
  margin: 0;
  background: var(--green4);
  color: var(--green1);
  text-transform: uppercase;
  border-radius: var(--border-radius);
}
.main--contact-section .form--container .frm_forms form .frm_submit button[data-conditional-logic=hidden], .main--contact-section .form--container .frm_forms form .frm_submit input.gform_button.button[data-conditional-logic=hidden], .main--contact-section .form--container .frm_forms form .gform-footer button[data-conditional-logic=hidden], .main--contact-section .form--container .frm_forms form .gform-footer input.gform_button.button[data-conditional-logic=hidden], .main--contact-section .form--container .gform_wrapper form .frm_submit button[data-conditional-logic=hidden], .main--contact-section .form--container .gform_wrapper form .frm_submit input.gform_button.button[data-conditional-logic=hidden], .main--contact-section .form--container .gform_wrapper form .gform-footer button[data-conditional-logic=hidden], .main--contact-section .form--container .gform_wrapper form .gform-footer input.gform_button.button[data-conditional-logic=hidden] {
  display: block !important;
}
.main--contact-section .form--container .frm_forms form .frm_submit button:focus, .main--contact-section .form--container .frm_forms form .frm_submit input.gform_button.button:focus, .main--contact-section .form--container .frm_forms form .gform-footer button:focus, .main--contact-section .form--container .frm_forms form .gform-footer input.gform_button.button:focus, .main--contact-section .form--container .gform_wrapper form .frm_submit button:focus, .main--contact-section .form--container .gform_wrapper form .frm_submit input.gform_button.button:focus, .main--contact-section .form--container .gform_wrapper form .gform-footer button:focus, .main--contact-section .form--container .gform_wrapper form .gform-footer input.gform_button.button:focus {
  outline: 2px solid var(--purple3);
}
.main--contact-section .form--container .frm_forms form .frm_required, .main--contact-section .form--container .frm_forms form .gfield_required, .main--contact-section .form--container .gform_wrapper form .frm_required, .main--contact-section .form--container .gform_wrapper form .gfield_required {
  color: inherit;
}
.main--contact-section .form--container .frm_forms form .frm_fields_container, .main--contact-section .form--container .frm_forms form .gform_fields, .main--contact-section .form--container .gform_wrapper form .frm_fields_container, .main--contact-section .form--container .gform_wrapper form .gform_fields {
  grid-gap: 25px 30px;
}
.main--contact-section .form--container .frm_forms form .frm_description, .main--contact-section .form--container .frm_forms form .gfield_description, .main--contact-section .form--container .gform_wrapper form .frm_description, .main--contact-section .form--container .gform_wrapper form .gfield_description {
  color: var(--sand);
  font-size: 14px;
}
.main--contact-section .form--container .frm_forms form .frm_description a, .main--contact-section .form--container .frm_forms form .gfield_description a, .main--contact-section .form--container .gform_wrapper form .frm_description a, .main--contact-section .form--container .gform_wrapper form .gfield_description a {
  color: var(--sand);
}
.main--contact-section .form--container .frm_forms form .validation_message, .main--contact-section .form--container .gform_wrapper form .validation_message {
  color: var(--gf-form-validation-heading-color);
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .main--contact-section .heading--container .heading {
    font-size: 36px;
  }
  .main--contact-section .heading--container .sub-heading {
    font-size: 18px;
  }
  .main--contact-section .form--container .form--heading {
    font-size: 14px;
  }
}

/*# sourceMappingURL=main-contact-form.css.map */
