:root {
  --lighter-primary-color-rgb: 226, 192, 106;
  --primary-color-rgb: 201, 162, 71;
  --darker-primary-color-rgb: 184, 146, 42;
  --primary-color: rgb(var(--primary-color-rgb));
  --lighter-primary-color: rgb(var(--lighter-primary-color-rgb));
  --darker-primary-color: rgb(var(--darker-primary-color-rgb));
}

body {
  background: linear-gradient(325deg, #1a3050, #0a1a35);
  min-height: 100dvh;
}

.fieldWrapper {
  display: flex;
  flex-direction: column;
  gap: var(--field-wrapper-gap);
  align-items: start;
}

.fieldWrapper label {
  font-weight: var(--form-font-weight);
  color: var(--form-label-color);
}

.form-row {
  display: flex;
  gap: 1rem;
  width: 100%;
}

.fieldWrapper.half {
  flex: 1;
}

.form-control {
  margin-bottom: var(--form-field-margin-bot);
  padding: var(--form-field-padding);
  font-size: var(--form-radio-font-size);
  border: 1px solid var(--form-border-color);
  border-radius: var(--form-border-radius);
  background: var(--form-background);
  color: var(--form-text-color);
  width: 100%;
}

.form-textarea {
  padding: 10px;
  font-size: var(--form-radio-font-size);
  border: 1px solid var(--form-border-color);
  border-radius: var(--form-border-radius);
  background: var(--form-background);
  color: var(--form-text-color);
  resize: none;
  width: 100%;
}
/* Override default variables for minimal theme */
multistep-component-form {
  --form-border-radius: 0px;
  --form-background: #00000059;
  --form-border-color: transparent;
  --form-border-color-selected: var(--primary-color);
  --form-text-color: #fff;
  --form-legend-font-size: 1.25rem;
  --form-legend-line-height: 1.75rem;
  --form-radio-gap: 8px;
  --form-shadow: none;
  --form-shadow-selected: none;
  --form-radio-font-size: 1rem;
  --form-radio-line-height: 1.75rem;

  --field-wrapper-gap: 5px;
  --form-field-padding: 8px;
  --form-field-margin-bot: 10px;
}

.minimal-fieldset {
  width: 100%;
  padding-bottom: 30px;
  position: relative;
}

@keyframes stepIn {
  0% {
    opacity: 0;
    transform: scale(0.98);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.minimal-step {
  display: flex;
  flex-direction: column;
  width: 100%;
  animation: stepIn 0.6s ease-out forwards;
}

.minimal-step-counter {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  margin-bottom: 4px;
}

.minimal-legend {
  color: #feb602;
  font-weight: var(--form-font-weight);
  font-size: var(--form-legend-font-size);
  line-height: var(--form-legend-line-height);
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .minimal-legend {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.minimal-radio-group {
  display: flex;
  flex-direction: column;
  gap: var(--form-radio-gap);
  margin-top: 8px;
}

.minimal-radio-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 8px 8px 12px;
  background-color: var(--form-background);
  border: 1px solid var(--form-border-color);
  border-radius: var(--form-border-radius);
  box-shadow: var(--form-shadow);
  transition: background-color 0.2s, border-color 0.2s;
}

.minimal-radio-label:hover {
  background-color: #0000008a;
}

.minimal-radio-label:active {
  background-color: #000000bd;
}

.minimal-radio-label input[type="radio"] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.minimal-radio-label:has(input[type="radio"]:checked) {
  border-color: var(--form-border-color-selected);
  box-shadow: var(--form-shadow-selected);
}

.minimal-radio-text {
  color: var(--form-text-color);
  font-size: var(--form-radio-font-size);
  line-height: var(--form-radio-line-height);
}

.minimal-radio-label:has(input[type="radio"]:checked) .minimal-radio-text {
  color: var(--form-border-color-selected);
}
.EICWUUEDBAZDGNY {
  /*sp-navbar*/
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  min-height: 56px; /* was height: 56px */
}

@media screen and (max-width: 479px) {
  .EICWUUEDBAZDGNY {
    /*sp-navbar*/
    min-height: 75px; /* was height: 75px */
  }
}

.IGRAFOEFPJJTDVS {
  /*sp-navbar-container*/
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 56px; /* was height: 56px */
  padding-top: 8px;
  display: flex;
  position: relative;
  /*w-container*/
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 479px) {
  .IGRAFOEFPJJTDVS {
    /*sp-navbar-container*/
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    padding-top: 4px;
  }
  .IGRAFOEFPJJTDVS {
    /*w-container*/
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .IGRAFOEFPJJTDVS {
    /*w-layout-blockcontainer*/
    max-width: none;
  }
}


@media screen and (max-width: 991px) {
  .IGRAFOEFPJJTDVS {
    /*w-container*/
    max-width: 728px;
  }
  .IGRAFOEFPJJTDVS {
    /*w-layout-blockcontainer*/
    max-width: 728px;
  }
}


.BIECOHPUFNGRDUQ {
  /*tc-brand*/
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  align-items: center;
  height: 56px;
  display: flex;
}

@media screen and (max-width: 479px) {
  .BIECOHPUFNGRDUQ {
    /*tc-brand*/
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }
}

.GVHKRISBNOVJULO {
  width: 240px;
}


@media screen and (max-width: 479px) {
  .GVHKRISBNOVJULO {
    /*logo-sp*/
    width: 100%;
    max-width: 260px;
  }
}

@media screen and (max-width: 767px) {
  .GVHKRISBNOVJULO {
    /*logo-sp*/
    width: 280px;
  }
}

.YSBWIDMQRVQUMSY {
  /*nav-sp-text*/
  color: var(--primary-color);
  font-weight: 700;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .YSBWIDMQRVQUMSY {
        display: none;
  }
}

.new_hero {
  flex-direction: column;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  min-height: 80svh;
  display: flex;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 767px) {
  .new_hero {
    flex-direction: row;
    padding: 2rem;
    justify-content: space-evenly;
  }
}

.new_hero_card {
  flex-flow: column;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: var(--primary-color);
  width: 90%;
}

@media (min-width: 767px) {
  .new_hero_card {
    width: 40%;
    flex: 1;
    max-width: 600px;
    padding: 1rem;
    margin: 0;
  }
}

.JSTUEWBWZDUGQVQ {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

@media (min-width: 640px) {
  .JSTUEWBWZDUGQVQ {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 0;
  }
}

@media (min-width: 767px) {
  .JSTUEWBWZDUGQVQ {
    align-items: flex-start;
    width: 60%;
  }
}

.XQXJRAOIEFKZLSL {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media (min-width: 767px) {
  .XQXJRAOIEFKZLSL {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    text-align: unset;
    flex-flow: row;
    width: auto;
  }
}

.AZKRRKGNTWTIVZE {
  max-width: 80px;
  height: auto;
}

@media (min-width: 640px) {
  .AZKRRKGNTWTIVZE {
    max-width: unset;
  }
}

.FHTBGPLPXSYPIUV {
  text-wrap: balance;
  font-size: 1.875rem;
  line-height: 2.25rem;

  font-weight: 700;
  letter-spacing: -0.025em;
  color: #fff;
}

.SRMXMLTTQBSTXBG {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  text-wrap: balance;
}

@media (min-width: 640px) {
  .FHTBGPLPXSYPIUV {
    font-size: 2.15rem;
    line-height: 2.75rem;
  }

  .SRMXMLTTQBSTXBG {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 767px) {
  .SRMXMLTTQBSTXBG {
    text-align: left;
    text-wrap: unset;
  }
}
.RLVEHFXPEAYHBLM {
  /*sp-footer-container*/
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  /*w-container*/
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.SXAIGQUNFBEPAGP {
  /*sp-footer-flex*/
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 479px) {
  .SXAIGQUNFBEPAGP {
    /*sp-footer-flex*/
    flex-flow: column;
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .SXAIGQUNFBEPAGP {
    /*sp-footer-flex*/
    flex-flow: column;
  }
}

.ETWCNMRHFPDCPOG {
  /*sp-footer-links*/
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 479px) {
  .ETWCNMRHFPDCPOG {
    /*sp-footer-links*/
    flex-flow: wrap;
    justify-content: center;
  }
}

.MBBJNLWKVHVVLYG {
  /*sp-footer-link*/
  color: #fff;
  cursor: pointer;
  padding: 8px;
  text-decoration: none;
}

.MBBJNLWKVHVVLYG:hover {
  /*sp-footer-link*/
  color: var(--primary-color);
  text-decoration: underline;
}

.QVBKODIHOFYNWCY {
  /*sp-disclosures*/
  padding-left: 8px;
  padding-right: 8px;
}

/* Classes not found for OVCUETBILIHWVRO*/
/* w-dyn-item */
.LAGLIBCFEYZGGRH {
  /*sp-disclosure*/
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-bottom: 1px solid #ffffff26;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

@media screen and (max-width: 479px) {
  .LAGLIBCFEYZGGRH {
    /*sp-disclosure*/
    display: block;
  }
}

.UJXYBQQCZUGAPAP {
  /*sp-firm-name*/
  margin-right: 4px;
  font-weight: 700;
}

@media screen and (max-width: 479px) {
  .UJXYBQQCZUGAPAP {
    /*sp-firm-name*/
    display: inline;
  }
}

.ZCLPAAYDZYRZIDK {
  /*sp-firm-detail*/
  color: 3fff;
}

@media screen and (max-width: 479px) {
  .ZCLPAAYDZYRZIDK {
    /*sp-firm-detail*/
    padding-right: 4px;
    display: inline-block;
  }
}

.HUUJWEPUUWHSSMW {
  /*w-form-done*/
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.CLRIYZBJJRITRCZ {
  /*w-form-fail*/
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}
