.gform-theme--api {
  --gf-form-gap-x: 16px;
  --gf-form-gap-y: 40px;
  --gf-form-footer-margin-y-start: 24px;
  --gf-form-footer-gap: 8px;
  --gf-field-gap-x: 12px;
  --gf-field-gap-y: 12px;
  --gf-field-date-width: 168px;
  --gf-field-time-width: 110px;
  --gf-field-list-btns-gap: 8px;
  --gf-field-list-btns-width: calc(32px + var(--gf-field-list-btns-gap) + var(--gf-field-gap-x));
  --gf-field-pg-steps-gap-y: 8px;
  --gf-field-pg-steps-gap-x: 24px;
  --gf-label-width: 30%;
  --gf-label-req-gap: 6px;
}

.gform-theme--foundation {
  --gf-form-gap-x: 16px;
  --gf-form-gap-y: 40px;
  --gf-form-footer-margin-y-start: 24px;
  --gf-form-footer-gap: 8px;
  --gf-field-gap-x: 12px;
  --gf-field-gap-y: 12px;
  --gf-field-date-width: 168px;
  --gf-field-time-width: 110px;
  --gf-field-list-btns-gap: 8px;
  --gf-field-list-btns-width: calc(32px + var(--gf-field-list-btns-gap) + var(--gf-field-gap-x));
  --gf-field-pg-steps-gap-y: 8px;
  --gf-field-pg-steps-gap-x: 24px;
  --gf-label-width: 30%;
  --gf-label-req-gap: 6px;
}

.gform-theme--foundation *,
.gform-theme--foundation ::after,
.gform-theme--foundation ::before {
  box-sizing: border-box;
}

.gform-theme--foundation fieldset,
.gform-theme--foundation legend {
  background: 0 0;
  padding: 0;
}

.gform-theme--foundation fieldset {
  border: none;
  display: block;
  margin: 0;
}

.gform-theme--foundation legend {
  margin-inline: 0;
}

.gform_anchor:focus-visible,
.gform_confirmation_wrapper:focus,
.gform_wrapper:focus {
  outline: 0;
}

.gform-theme--foundation .hidden_label .gfield_label,
.gform-theme--foundation .hidden_sub_label,
.gform-theme--foundation .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  word-wrap: normal !important;
  padding: 0;
  position: absolute;
  width: 1px;
}

.gform-theme--foundation button.screen-reader-text:focus {
  border: 0;
  clip: auto;
  clip-path: none;
  height: auto;
  margin: 0;
  position: static !important;
  width: auto;
}

.gform-theme--foundation .gform-ul-reset {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.gform-theme--foundation .gform-text-input-reset {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: currentcolor;
  font-family: inherit;
  font-size: inherit;
  outline: 0;
  padding: inherit;
  width: auto;
}

.gform-theme--foundation .gform_fields {
  grid-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(auto-fill, auto);
  inline-size: 100%;
  -moz-column-gap: 0.75rem !important;
       column-gap: 0.75rem !important;
  row-gap: 1.5rem !important;
}

.gform-theme--foundation .gform_fields label,
.gform-theme--foundation .gform_fields legend {
  text-transform: none !important;
  font-size: 0.9375rem !important;
  font-weight: 400 !important;
  color: #111 !important;
  letter-spacing: 0;
  margin-bottom: 0.25rem;
}

.gform-theme--foundation .gform_fields input,
.gform-theme--foundation .gform_fields textarea {
  border: 2px solid #009933;
  border-radius: 0.375rem;
  box-shadow: none;
  background-color: #fff;
  width: 100%;
  padding: 0.75rem 0.875rem;
}

.gform-theme--foundation .gform_fields input:focus-visible,
.gform-theme--foundation .gform_fields textarea:focus-visible {
  outline: none;
  border-color: #007a29;
  box-shadow: 0 0 0 0.125rem rgba(0, 153, 51, 0.2);
}

.gform-theme--foundation .gform_fields input::-moz-placeholder, .gform-theme--foundation .gform_fields textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
}

.gform-theme--foundation .gform_fields input::placeholder,
.gform-theme--foundation .gform_fields textarea::placeholder {
  color: rgba(0, 0, 0, 0.35);
}

.gform-theme--foundation .gfield {
  grid-column: 1/-1;
  min-inline-size: 0;
}

.gform-theme--foundation .gform-grid-row {
  display: flex;
  flex-flow: row wrap;
  margin-inline: calc(var(--gf-field-gap-x) * -1 / 2);
  row-gap: var(--gf-field-gap-y);
}

.gform-theme--foundation .gform-grid-col {
  flex: none;
  inline-size: 100%;
  padding-inline: calc(var(--gf-field-gap-x) / 2);
}

.gform-theme--foundation .gform-grid-col.gform-grid-row {
  inline-size: calc(100% + var(--gf-field-gap-x));
}

.gform-theme--foundation:where(:not(.gform_editor)) .gf_hidden,
.gform-theme--foundation:where(:not(.gform_editor)) .gform_hidden {
  display: none;
}

.gform-theme--foundation .gform_validation_container {
  display: none !important;
}

@media (min-width: 640px) {
  .gform-theme--foundation .gform_fields {
    -moz-column-gap: var(--gf-form-gap-x);
    column-gap: var(--gf-form-gap-x);
  }
  .gform-theme--foundation .gfield--width-full {
    grid-column: span 12;
  }
  .gform-theme--foundation .gfield--width-eleven-twelfths {
    grid-column: span 11;
  }
  .gform-theme--foundation .gfield--width-five-sixths {
    grid-column: span 10;
  }
  .gform-theme--foundation .gfield--width-three-quarter {
    grid-column: span 9;
  }
  .gform-theme--foundation .gfield--width-two-thirds {
    grid-column: span 8;
  }
  .gform-theme--foundation .gfield--width-seven-twelfths {
    grid-column: span 7;
  }
  .gform-theme--foundation .gfield--width-half {
    grid-column: span 6;
  }
  .gform-theme--foundation .gfield--width-five-twelfths {
    grid-column: span 5;
  }
  .gform-theme--foundation .gfield--width-third {
    grid-column: span 4;
  }
  .gform-theme--foundation .gfield--width-quarter {
    grid-column: span 3;
  }
  .gform-theme--foundation .gfield--width-one-sixth {
    grid-column: span 2;
  }
  .gform-theme--foundation .gfield--width-one-twelfth {
    grid-column: span 1;
  }
  .gform-theme--foundation .gform_footer.left_label, .gform-theme--foundation .gform_footer.right_label {
    padding-inline-start: var(--gf-label-width);
  }
}
@media (min-width: 640px) {
  .gform-theme--foundation .gform-grid-col.gform-grid-col--size-auto {
    flex: 1;
    inline-size: auto;
  }
}
.gform_validation_errors:focus-visible {
  outline: none;
}

.gform_validation_errors h2.gform_submission_error {
  font-size: 1.125rem;
  color: #FF0000;
  font-weight: 700;
}

.gform_validation_errors ol {
  list-style-type: none;
  padding: 0;
}

.gform_validation_errors ol li {
  margin-bottom: 0;
}

.gform_validation_errors ol li:first-of-type a {
  border-top: 1px solid #ccc;
}

.gform_validation_errors ol li a {
  color: #FF0000;
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 0.3125rem 0;
  font-size: 0.875rem;
  font-style: italic;
}

.gfield_description.validation_message.gfield_validation_message {
  font-size: 0.875rem;
  color: #FF0000;
  font-style: italic;
}

.gform_confirmation_message {
  padding: 1.25rem;
  font-size: 1.25rem;
  color: #666;
  background-color: #ddd;
}

.ginput_counter {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: #666;
}

.gfield_required {
  color: #666;
  font-size: 8px;
  margin-left: 0.125rem;
}

.gform-theme--foundation .gform_fields select {
  border: 2px solid #009933;
  border-radius: 0.375rem;
  box-shadow: none;
  background-color: #fff;
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 0.875rem;
  font-size: inherit;
  color: #111;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.875rem center;
  cursor: pointer;
}

.gform-theme--foundation .gform_fields select:focus-visible {
  outline: none;
  border-color: #007a29;
  box-shadow: 0 0 0 0.125rem rgba(0, 153, 51, 0.2);
}

.gfield_required {
  display: none;
}

.gform_wrapper .gform_footer {
  padding-top: 1rem;
  text-align: center;
}

.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_footer .gform_button {
  background-color: #009933;
  border: none;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.75rem 2rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer .gform_button:hover {
  background-color: #007a29;
}

.gform_wrapper {
  padding: 2rem 0 3rem;
}

.gform-theme--foundation .gform_fields .gfield--type-checkbox > .gfield_label {
  display: none;
}

.gform-theme--foundation .gform_fields .gfield--type-checkbox .gchoice {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.gform-theme--foundation .gform_fields .gfield--type-checkbox .gchoice input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  padding: 0;
  border: 2px solid #009933;
  border-radius: 0.25rem;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: relative;
}

.gform-theme--foundation .gform_fields .gfield--type-checkbox .gchoice input[type=checkbox]:checked {
  background-color: #009933;
  border-color: #009933;
}

.gform-theme--foundation .gform_fields .gfield--type-checkbox .gchoice input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 0.3125rem;
  top: 0.125rem;
  width: 0.375rem;
  height: 0.625rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.gform-theme--foundation .gform_fields .gfield--type-checkbox .gchoice input[type=checkbox]:focus-visible {
  box-shadow: 0 0 0 0.125rem rgba(0, 153, 51, 0.2);
}

.gform-theme--foundation .gform_fields .gfield--type-checkbox .gchoice label {
  font-weight: 600 !important;
  text-transform: none !important;
  font-size: 0.9375rem !important;
  letter-spacing: 0;
  cursor: pointer;
}

.gform-theme--foundation .gfield--type-html {
  font-size: 0.875rem;
  color: #666;
}

.gform-theme--foundation .gfield--type-html a {
  color: #009933;
  font-weight: 700;
}

/*# sourceMappingURL=gravity-forms.css.map*/