body #gform_8 .gform-body .gfield_required {
  display: none !important;
}
body #gform_8 .gform-body .gform-field-label:not(.gform-field-label--type-inline) {
  color: #1B2B53;
  font-family: var(--font-display);
  font-size: var(--h5);
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 0.4em;
}
body #gform_8 .gform-body .gform-field-label--type-inline {
  color: #1B2B53;
  font-size: var(--text-m);
}
body #gform_8 .gform-body .gfield input:not([type="submit"]) {
  background-color: #F8F8F8;
  border: 1px solid #CFCFCF;
  border-radius: 0.5em !important;
  font-size: var(--text-xs);
  font-weight: 500;
  line-height: 1;
  padding: 0.7333333333em 1em;
  transition: 500ms ease;
}
body #gform_8 .gform-body .gfield input:not([type="submit"])::placeholder {
  color: #6D7076;
}
body #gform_8 .gform-body .gfield input:not([type="submit"]):focus {
  border-color: var(--primary);
}
body #gform_8 .gform-body .gfield_checkbox .gchoice {
  position: relative;
}
body #gform_8 .gform-body .gfield_checkbox .gchoice + .gchoice {
  margin-top: 0.4em;
}
body #gform_8 .gform-body .gfield_checkbox .gchoice input {
  position: absolute;
  opacity: 0;
}
body #gform_8 .gform-body .gfield_checkbox .gchoice input:checked + label {
  font-weight: 600;
}
body #gform_8 .gform-body .gfield_checkbox .gchoice input:checked + label::before {
  background: var(--primary);
  border-color: var(--primary);
}
body #gform_8 .gform-body .gfield_checkbox .gchoice label {
  cursor: pointer;
  position: relative;
}
body #gform_8 .gform-body .gfield_checkbox .gchoice label::before {
  border: 1px solid #CFCFCF;
  border-radius: 0.5rem;
  content: "";
  margin-right: 0.8em;
  margin-top: 0.025em;
  display: inline-block;
  vertical-align: text-top;
  width: 1.2em;
  height: 1.2em;
  background: white;
  transition: 500ms ease;
}
body #gform_8 .gform-body .gfield_checkbox .gchoice label::after {
  content: "";
  position: absolute;
  left: 0.3em;
  margin-top: 0.025em;
  top: 0.6em;
  background: white;
  width: 0.2em;
  height: 0.2em;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
body #gform_8 .gform_fields {
  grid-row-gap: var(--space-s);
}
body #gform_8 .gform-field-label--type-sub {
  margin-bottom: 0.4em;
  padding-top: 0;
}
body #gform_8 .ginput_container.has_city.has_state.has_country {
  grid-row-gap: var(--space-s);
}
body #gform_8 .gform_footer .gform_button {
  background-color: var(--primary);
}
body #gform_8 .gform_footer .gform_button:hover {
  color: var(--primary) !important;
}
body #gform_8 .gform_button {
  background-color: var(--primary);
}
body #gform_8 .gform_button:hover {
  color: var(--primary) !important;
}
@media (min-width: 641px) {
  body #gform_8 .gform-body .address_city {
    margin-bottom: 0;
  }
}
