/* 1e. Forms */



































:root {
  --theme-form-title-font: {font=Plus Jakarta Sans, font_set=GOOGLE, styles={font-family='Plus Jakarta Sans', font-style=normal, font-weight=normal, text-decoration=none}, size=null, size_unit=px, color=#ffffff, variant=null, fallback=null, style=font-family: 'Plus Jakarta Sans'; font-style: normal; font-weight: normal; text-decoration: none, css=color: #ffffff;font-family: 'Plus Jakarta Sans';};
  --theme-form-title-bg-color: #000;
  --theme-form-title-spacing: padding: 0px;
;
  --theme-form-title-border: border: 0px none #000000;
;
  --theme-form-title-top-left-corner-radius: 0px;
  --theme-form-title-top-right-corner-radius: 0px;
  --theme-form-title-bottom-left-corner-radius: 0px;
  --theme-form-title-bottom-right-corner-radius: 0px;

  --theme-form-label-font-color: #fff;
  --theme-form-help-text-font-color: #ffffff;

  --theme-form-field-placeholder-color: #ffffff;
  --theme-form-field-font-color: #000000;
  --theme-form-field-bg-color: ;
  --theme-form-field-border: border: 1px solid #000000;
;
  --theme-form-field-corner-radius: 1000px;

  --theme-form-bg-color: ;
  --theme-form-padding: padding: 0px;
;
  --theme-form-border: border: 0px none ;
;
  --theme-form-top-left-corner-radius: 0px;
  --theme-form-top-right-corner-radius: 0px;
  --theme-form-bottom-left-corner-radius: 0px;
  --theme-form-bottom-right-corner-radius: 0px;

  --theme-form-submit-button-font: {font=Plus Jakarta Sans, font_set=GOOGLE, styles={font-family='Plus Jakarta Sans', font-style=normal, font-weight=normal, text-decoration=none}, size=14, size_unit=px, color=#000, variant=null, fallback=null, style=font-family: 'Plus Jakarta Sans'; font-style: normal; font-weight: normal; text-decoration: none, css=color: #000;font-size: 14px;font-family: 'Plus Jakarta Sans';};
  --theme-form-submit-button-border: border: 0px none #ffffff;
;
  --theme-form-submit-button-bg-color: #2BAEFF;
  --theme-form-submit-button-bg-color-hover: #9747FF;
  --theme-form-submit-button-border-hover: border: 1px none #1a334e;
;
  --theme-form-submit-button-color-hover: #063633;
}




form[class^='hs-form'] {
  padding: 0px;

  border: 0px none ;

  background-color: var(--theme-form-bg-color, 'transparent');
  border-top-left-radius: var(--theme-form-top-left-corner-radius, 0);
  border-top-right-radius: var(--theme-form-top-right-corner-radius, 0);
  border-bottom-left-radius: var(--theme-form-bottom-left-corner-radius, 0);
  /* stylelint-disable-next-line declaration-block-no-redundant-longhand-properties */
  border-bottom-right-radius: var(--theme-form-bottom-right-corner-radius, 0);
  width: 100%;

  fieldset {
    max-width: 100% !important;
    display: flex !important;
    gap: 20px !important;
    align-items: center !important;
    /* justify-content: center !important; */

    @media screen and (max-width: 992px) {
      flex-direction: column !important;
      gap: 12px !important;
      margin-bottom: 12px !important;
    }
  }

  .hs_submit {
    display: flex;
    justify-content: start;

    @media screen and (max-width: 1350px) {
      justify-content: center;
    }
  }

  .hs_submit .actions {
    width: fit-content;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;

    @media screen and (max-width: 576px) {

      .hs-button {
        font-size: 14px !important;
        font-style: normal;
        font-weight: 600 !important;
        line-height: 120% !important;
        padding: 12px 24px !important;
      }
    }
  }

  .hs_submit .actions:after {
    background-color: rgba(0, 0, 0, .125);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    pointer-events: none;

    top: 0;
    transition: all var(--transition-duration) ease;
    width: 100%;
    z-index: 0;
    border-radius: 100px;
  }

  .hs_submit .actions:hover:after {
    opacity: 1;
  }

  .hs_submit .actions input {
    display: inline-flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 1428px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: var(--theme-form-submit-button-color, var(--color-black));
    background-color: var(--theme-form-submit-button-bg-color, var(--color-secondary));
    border: 0px none #ffffff;

    padding-top: 18px;
padding-right: 34px;
padding-bottom: 18px;
padding-left: 34px;

    {font=Plus Jakarta Sans, font_set=GOOGLE, styles={font-family='Plus Jakarta Sans', font-style=normal, font-weight=normal, text-decoration=none}, size=14, size_unit=px, color=#000, variant=null, fallback=null, style=font-family: 'Plus Jakarta Sans'; font-style: normal; font-weight: normal; text-decoration: none, css=color: #000;font-size: 14px;font-family: 'Plus Jakarta Sans';}
  }

  .hs_submit .actions input:hover {
    background-color: var(--color-interact-gray, var(--color-primary));
    color:  var(--color-white);
  }

  .hs-fieldtype-text,
  .hs-fieldtype-select {
    label {
      span {
        display: none;
      }
    }
  }

  .hs-form-field {
    margin-bottom: 20px;

    .input {
      margin-right: 0 !important;

      select,
      input:not([type="radio"]):not([type="checkbox"])  {
        display: flex;
        width: 100% !important;
        height: 64px;
        padding: 12px 39px 12px 24px;
        align-items: center;
        border: 1px solid var(--color-black);
        font-size: 16px;
        font-style: normal;
        width: 100%;
        border-radius: var(--theme-form-field-corner-radius, 1000px);
        background-color: var(--theme-form-field-bg-color, var(--color-white));
        color: var(--theme-form-field-font-color, var(--text-color));
        border: 1px solid #000000;


        @media screen and (max-width: 992px) {
          height: 52px;
        }
      }

      select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url("data:image/svg+xml;utf8,<svg fill='black' height='32' viewBox='0 0 20 20' width='32' xmlns='http://www.w3.org/2000/svg'><path d='M7 7l3 3 3-3'/></svg>") no-repeat right 16px center;
        background-size: 32px;
        background-color: var(--theme-form-field-bg-color, var(--color-white));
      }

      select::placeholder,
      input::placeholder {
        color: var(--theme-form-field-placeholder-color, var(--text-color));
      }
    }

    @media screen and (max-width: 576px) {
      width: 100% !important;
      margin-bottom: 0;
    }
  }

  .hs-field-desc {
    color: var(--theme-form-help-text-font-color, var(--color-black));
  }

  .hs-error-msgs {
    margin: 0;
    list-style: none;
    padding: 0;
    position: absolute;

    @media screen and (max-width: 992px) {
      position: relative;
    }


    .hs-error-msg {
      color: red;
      font-weight: 600;
      margin-bottom: 0;
      padding-left: 20px !important;
      margin: 4px 0 !important;
    }
  }

  fieldset:has(.hs-error-msgs) {
    margin-bottom: 30px;
  }

  .hs_error_rollup {
    display: none;
  }

  .hs-form-required {
    display: none;
  }

  .inputs-list {
    padding-left: 0;
    margin: 18px 0 0;

    .hs-form-booleancheckbox::marker {
      content: none !important;
    }

    @media screen and (max-width: 992px) {
      margin: 20px 0 0;
    }
  }

  .hs-fieldtype-radio {
    width: 100%;
    margin-left: 24px;

    label {
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 145%;
      color: var(--theme-form-label-font-color, #fff)
    }

    .input {
      margin-right: 0;
    }

    .multi-container {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px 44px;

      .hs-form-radio::marker {
        content: none !important;
      }

      .hs-form-radio-display {
        display: flex;
        align-items: center;

        .hs-input {
          margin-right: 6px;
          height: 16px;
          width: 16px;
        }

        span {
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 145%;
        }

        input[type='radio'] {
          position: relative;
          cursor: pointer;
          background: transparent;
          appearance: none;
          border-width: 0 !important;
        }

        input[type='radio']::before {
          content: '';
          display: block;
          position: absolute;
          width: 16px;
          height: 16px;
          top: 0;
          left: 0;
          border: 1px solid var(--color-interact-gray);
          border-radius: 50%;
          background-color: transparent;
          background: transparent;
          transition: background var(--transition-duration);
        }

        input[type='radio']:checked::before {
          background-color: var(--color-white);
        }

        input[type='radio']:checked::after {
          content: '';
          display: block;
          width: 4px;
          height: 8px;
          border: solid #000;
          border-width: 0 1px 1px 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          top: 3px;
          left: 6px;
        }
      }
    }

    @media screen and (max-width: 992px) {
      width: 50%;

      .multi-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-item: center;
      }
    }

    @media screen and (max-width: 576px) {
      width: 100%;
      margin-left: 0;
    }
  }

  .hs-form-booleancheckbox-display {
    color: var(--color-black);
    display: flex !important;
    align-items: center !important;

    .hs-input {
      margin-right: 8px;
      height: 16px;
      width: 16px;
    }

    input[type='checkbox'] {
      position: relative;
      cursor: pointer;            appearance: none;
      background: transparent;
      border-width: 0;
    }

    input[type='checkbox']::before {
      content: '';
      display: block;
      width: 16px;
      height: 16px;
      border: 1px solid var(--color-black);
      border-radius: 5px;
      background-color: transparent;
    }

    input[type='checkbox']:checked::after {
      content: '';
      display: block;
      width: 4px;
      height: 8px;
      border: solid var(--color-black);
      border-width: 0 1px 1px 0;
      /* stylelint-disable-next-line */
      -webkit-transform: rotate(45deg);
      /* stylelint-disable-next-line */
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 3px;
      left: 6px;
    }
  }

  input::placeholder,
  select {
    color: #7a7a7a !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 145% !important;
  }
}

.form-title {
  border: 0px none #000000;

  padding: 0px;

  margin: 0;
  background-color: var(--theme-form-title-bg-color);
  color: var(--text-color-2);
  border-top-left-radius: var(--theme-form-title-top-left-corner-radius);
  border-top-right-radius: var(--theme-form-title-top-right-corner-radius);
  border-bottom-left-radius: var(--theme-form-title-bottom-left-corner-radius);
  /* stylelint-disable-next-line declaration-block-no-redundant-longhand-properties */
  border-bottom-right-radius: var(--theme-form-title-bottom-right-corner-radius);
}

@media screen and (max-width: 992px) {
  form[class^='hs-form'] {
    display: flex;
    flex-direction: column;
  }

  form[class^='hs-form'] .hs_submit {
    /* order: 1; */
    margin: 5px 0px 0px;
  }

  form[class^='hs-form'] fieldset:last-of-type {
    /* order: 2; */
    margin-top: 0 !important;
  }

  form[class^='hs-form'] fieldset:last-of-type > div {
    margin-top: 0 !important;
  }
}

hs-fieldtype-select{
  justify-content: start !important;
}