/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/custom-form/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.theme-block.custom-form {
  position: relative;
  overflow: hidden;
  margin: 100px 0;
}
.theme-block.custom-form.no-top-spacing {
  margin-top: 0;
}
.theme-block.custom-form.no-bottom-spacing {
  margin-bottom: 0;
}
.theme-block.custom-form.mode-dark {
  margin: 0;
  padding: 100px 0;
  background-color: var(--color-brand-blue-medium);
}
.theme-block.custom-form.mode-dark.no-top-spacing {
  padding-top: 0;
}
.theme-block.custom-form.mode-dark.no-bottom-spacing {
  padding-bottom: 0;
}
.theme-block.custom-form.mode-dark .container .custom-form-inner .form-col.text .form-col-inner h6,
.theme-block.custom-form.mode-dark .container .custom-form-inner .form-col.text .form-col-inner h2 {
  color: var(--color-white);
}
.theme-block.custom-form.mode-dark .container .custom-form-inner .form-col.text .form-col-inner p {
  color: var(--color-brand-grey);
}
.theme-block.custom-form.mode-dark .container .custom-form-inner .form-card {
  background-color: var(--color-white);
}
.theme-block.custom-form.mode-dark .container .custom-form-inner .form-card .gform-theme--framework.form-container_wrapper form .gform-body.gform_body .gform_fields .gfield .ginput_container input,
.theme-block.custom-form.mode-dark .container .custom-form-inner .form-card .gform-theme--framework.form-container_wrapper form .gform-body.gform_body .gform_fields .gfield .ginput_container textarea,
.theme-block.custom-form.mode-dark .container .custom-form-inner .form-card .gform-theme--framework.form-container_wrapper form .gform-body.gform_body .gform_fields .gfield .ginput_container select {
  background-color: var(--color-brand-grey);
}
.theme-block.custom-form.mode-light .form-card {
  background-color: var(--color-brand-grey);
}
.theme-block.custom-form.mode-light .form-card .gform-theme--framework.form-container_wrapper form .gform-body.gform_body .gform_fields .gfield .ginput_container input,
.theme-block.custom-form.mode-light .form-card .gform-theme--framework.form-container_wrapper form .gform-body.gform_body .gform_fields .gfield .ginput_container textarea,
.theme-block.custom-form.mode-light .form-card .gform-theme--framework.form-container_wrapper form .gform-body.gform_body .gform_fields .gfield .ginput_container select {
  background-color: var(--color-white);
}
.theme-block.custom-form .container .custom-form-inner.has-text-col.reversed {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media all and (min-width: 1024px) {
  .theme-block.custom-form .container .custom-form-inner.has-text-col.reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.theme-block.custom-form .container .custom-form-inner.has-text-col.reversed .form-col:first-of-type {
  margin-bottom: 0;
}
@media all and (min-width: 1024px) {
  .theme-block.custom-form .container .custom-form-inner.has-text-col.reversed .form-col:first-of-type {
    margin-bottom: 0;
  }
}
.theme-block.custom-form .container .custom-form-inner.has-text-col.reversed .form-col:last-of-type {
  margin-bottom: 60px;
}
@media all and (min-width: 1024px) {
  .theme-block.custom-form .container .custom-form-inner.has-text-col.reversed .form-col:last-of-type {
    margin-bottom: 0;
  }
}
.theme-block.custom-form .container .custom-form-inner.has-text-col.reversed .form-col.text .form-col-inner {
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 1024px) {
  .theme-block.custom-form .container .custom-form-inner.has-text-col.reversed .form-col.text .form-col-inner {
    padding-left: 4vw;
    padding-right: 0;
  }
}
.theme-block.custom-form .container .custom-form-inner.has-text-col .form-col:first-of-type {
  margin-bottom: 60px;
}
@media all and (min-width: 1024px) {
  .theme-block.custom-form .container .custom-form-inner.has-text-col .form-col:first-of-type {
    margin-bottom: 0;
  }
}
.theme-block.custom-form .container .custom-form-inner .form-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.theme-block.custom-form .container .custom-form-inner .form-col.text .form-col-inner {
  padding: 0;
}
@media all and (min-width: 1024px) {
  .theme-block.custom-form .container .custom-form-inner .form-col.text .form-col-inner {
    padding: 45px 4vw 0 0;
    max-width: 550px;
  }
}
.theme-block.custom-form .container .custom-form-inner .form-col.text .form-col-inner .eyebrow {
  display: block;
  margin-bottom: 15px;
  font-size: var(--font-size-sm-paragraph);
  line-height: var(--line-height-sm-paragraph);
  font-weight: var(--font-bold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-brand-blue-dark);
}
.theme-block.custom-form .container .custom-form-inner .form-col.text .form-col-inner h6 {
  color: var(--color-brand-blue-dark);
  font-family: var(--font-family-primary);
  font-size: var(--font-size-md-paragraph);
  line-height: var(--line-height-md-paragraph);
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.theme-block.custom-form .container .custom-form-inner .form-col.text .form-col-inner h2 {
  font-size: var(--font-size-h3);
  line-height: var(--line-height-h3);
}
.theme-block.custom-form .container .custom-form-inner .form-col.text .form-col-inner p a {
  font-size: var(--font-size-lg-paragraph);
  line-height: var(--line-height-lg-paragraph);
  font-weight: var(--font-regular);
}
.theme-block.custom-form .container .custom-form-inner .form-col.text .form-col-inner p strong {
  font-size: var(--font-size-lg-paragraph);
  line-height: var(--line-height-lg-paragraph);
}
.theme-block.custom-form .container .custom-form-inner .form-col.text .form-col-inner .btn {
  margin-top: 30px;
}
.theme-block.custom-form .form-card {
  width: 100%;
  border-radius: 30px;
  padding: 35px;
}
@media all and (min-width: 768px) {
  .theme-block.custom-form .form-card {
    padding: 45px;
  }
}
.theme-block.custom-form .form-card .form-card-header {
  margin-bottom: 2rem;
}
.theme-block.custom-form .form-card .form-card-header .form-heading {
  color: var(--color-brand-blue-dark);
  font-family: var(--font-family-primary);
  font-size: var(--font-size-md-paragraph);
  line-height: var(--line-height-md-paragraph);
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.theme-block.custom-form .form-card .form-card-header .form-intro {
  font-weight: var(--font-regular);
  color: var(--color-brand-blue-dark);
}
.theme-block.custom-form .form-card .gform-theme--framework.form-container_wrapper form .gform-body.gform_body .gform_fields .gfield .ginput_container input,
.theme-block.custom-form .form-card .gform-theme--framework.form-container_wrapper form .gform-body.gform_body .gform_fields .gfield .ginput_container textarea,
.theme-block.custom-form .form-card .gform-theme--framework.form-container_wrapper form .gform-body.gform_body .gform_fields .gfield .ginput_container select {
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 12px;
  min-height: 40px;
  color: var(--color-brand-blue-dark);
  font-size: var(--font-size-sm-paragraph);
  line-height: var(--line-height-sm-paragraph);
}
.theme-block.custom-form .form-card .gform-theme--framework.form-container_wrapper form .gform-body.gform_body .gform_fields .gfield .ginput_container input:focus,
.theme-block.custom-form .form-card .gform-theme--framework.form-container_wrapper form .gform-body.gform_body .gform_fields .gfield .ginput_container textarea:focus,
.theme-block.custom-form .form-card .gform-theme--framework.form-container_wrapper form .gform-body.gform_body .gform_fields .gfield .ginput_container select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 1px solid var(--color-brand-orange);
}
.theme-block.custom-form .form-card .gform-theme--framework.form-container_wrapper form .gform-body.gform_body .gform_fields .gfield .ginput_container textarea {
  padding: 12px;
  min-height: 130px;
  resize: none;
}
.theme-block.custom-form .form-card .gform_footer {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
}
.theme-block.custom-form .form-card .gform_footer button,
.theme-block.custom-form .form-card .gform_footer input[type=submit] {
  background-color: var(--color-brand-orange);
  color: var(--color-white) !important;
  border: none;
  border-radius: 60px;
  padding: 12px 24px;
  cursor: pointer;
}

/*# sourceMappingURL=style-index.css.map*/