/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
h1,
.h1 {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 44px;
  line-height: 1.4;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  h1,
  .h1 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
h1 > span,
.h1 > span {
  color: #0abb86;
}

h2,
.h2,
.survey_result .c_card b {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  h2,
  .h2,
  .survey_result .c_card b {
    font-size: 28px;
  }
}
@media screen and (max-width: 600px) {
  h2,
  .h2,
  .survey_result .c_card b {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
h2 > span,
.h2 > span,
.survey_result .c_card b > span {
  color: #0abb86;
}

h3,
.h3,
.survey_result .c_card {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  h3,
  .h3,
  .survey_result .c_card {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  h3,
  .h3,
  .survey_result .c_card {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
h3 > span,
.h3 > span,
.survey_result .c_card > span {
  color: #0abb86;
}

h4,
.h4 {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}
h4 > span,
.h4 > span {
  color: #0abb86;
}

h5,
.h5 {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}
h5 > span,
.h5 > span {
  color: #0abb86;
}

h6,
.h6 {
  font-family: "SF Pro Display", system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  h6,
  .h6 {
    font-size: 14px;
  }
}
h6 > span,
.h6 > span {
  color: #0abb86;
}

/*  */
.survey[data-survey-step="1"] .survey_progress_bar__item:nth-of-type(-n + 1) {
  background-color: rgba(10, 187, 134, 0.5);
}

.survey[data-survey-step="1"] .survey_progress_bar__item:nth-of-type(-n + 0) {
  background-color: #0abb86;
}

.survey[data-survey-step="2"] .survey_progress_bar__item:nth-of-type(-n + 2) {
  background-color: rgba(10, 187, 134, 0.5);
}

.survey[data-survey-step="2"] .survey_progress_bar__item:nth-of-type(-n + 1) {
  background-color: #0abb86;
}

.survey[data-survey-step="3"] .survey_progress_bar__item:nth-of-type(-n + 3) {
  background-color: rgba(10, 187, 134, 0.5);
}

.survey[data-survey-step="3"] .survey_progress_bar__item:nth-of-type(-n + 2) {
  background-color: #0abb86;
}

.survey[data-survey-step="4"] .survey_progress_bar__item:nth-of-type(-n + 4) {
  background-color: rgba(10, 187, 134, 0.5);
}

.survey[data-survey-step="4"] .survey_progress_bar__item:nth-of-type(-n + 3) {
  background-color: #0abb86;
}

.survey[data-survey-step="5"] .survey_progress_bar__item:nth-of-type(-n + 5) {
  background-color: rgba(10, 187, 134, 0.5);
}

.survey[data-survey-step="5"] .survey_progress_bar__item:nth-of-type(-n + 4) {
  background-color: #0abb86;
}

.survey[data-survey-step="6"] .survey_progress_bar__item:nth-of-type(-n + 6) {
  background-color: rgba(10, 187, 134, 0.5);
}

.survey[data-survey-step="6"] .survey_progress_bar__item:nth-of-type(-n + 5) {
  background-color: #0abb86;
}

.survey p > br {
  margin-top: 0;
}

.survey i {
  font-style: normal;
  color: #0abb86;
}

.survey_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .survey_header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }
}

.survey_header h2 {
  margin-bottom: 0;
}

.survey_header p {
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .survey_header p {
    text-align: left;
  }
}

/*  */
.survey_progress {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .survey_progress {
    gap: 16px;
  }
}

.survey_progress_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .survey_progress_wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.survey_progress_bar {
  width: 100%;
  display: flex;
  gap: 8px;
}

.survey_progress_bar__item {
  width: 100%;
  height: 24px;
  background-color: rgba(10, 187, 134, 0.1);
  transition: 0.25s ease-in-out;
}

.survey_progress_bar__item:first-of-type {
  border-radius: 64px 0 0 64px;
}

.survey_progress_bar__item:last-of-type {
  border-radius: 0 64px 64px 0;
}

.survey_reset {
  outline: none;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 15px;
  border: 1px solid #0abb86;
  border-radius: 50%;
  transition: 0.25s ease-in-out;
}

.survey_reset:hover,
.survey_reset:focus-visible {
  background-color: #0abb86;
}

/*  */
.survey_form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.survey_form .grid_cols {
  width: 100%;
}

.survey_form_header {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 60px;
}
@media screen and (max-width: 768px) {
  .survey_form_header {
    gap: 12px;
  }
}

.survey_form_step_label {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 80px;
  height: 40px;
  border: 2px solid #0abb86;
  border-radius: 64px;
  padding: 8px;
  white-space: nowrap;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .survey_form_step_label {
    font-size: 16px;
    width: 60px;
  }
}

.survey_form_step_question h3 {
  margin-bottom: 0;
}

.survey_form_step_answers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  animation: fade-in-025 0.25s ease-in-out;
}
@media screen and (max-width: 768px) {
  .survey_form_step_answers {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.survey_form_next_step {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .survey_form_next_step {
    align-items: flex-start;
    gap: 16px;
  }
}

.survey_form_next_step .c_button svg {
  /*!rtl:raw: transform: scaleX(-1); */
}

.survey_form_next_step_tip {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .survey_form_next_step_tip {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
}

.survey_form_next_step_tip svg {
  flex-shrink: 0;
}

.survey_field {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 78px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  padding: 12px;
}
@media screen and (max-width: 600px) {
  .survey_field {
    min-height: 48px;
  }
}

.survey_field > input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  left: 52px;
}

.survey_field > input:checked ~ span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='11' viewBox='0 0 16 11' fill='none'%3E%3Cpath d='M15.8313 0.239019C16.0562 0.460436 16.0562 0.824701 15.8313 1.04612L6.11752 10.7599C5.8961 10.9848 5.53183 10.9848 5.31042 10.7599L0.167348 5.61729C-0.0557826 5.39587 -0.0557826 5.03161 0.167348 4.81019C0.390335 4.58521 0.752101 4.58521 0.975303 4.81019L5.71397 9.54921L15.0242 0.239019C15.2456 0.0154604 15.6098 0.0154604 15.8313 0.239019Z' fill='white'/%3E%3C/svg%3E");
  background-color: #0abb86;
  border-color: #0abb86;
}

.survey_field:hover > span::before,
.survey_field > input:focus-visible ~ span::before {
  border-color: #0abb86;
}

.survey_field > span {
  position: relative;
  margin-left: 72px;
}

.survey_field > span::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -48px;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  transition: 0.25s ease-in-out;
}

/*  */
.survey_result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  animation: fade-in-025 0.25s ease-in-out;
}
@media screen and (max-width: 768px) {
  .survey_result {
    flex-direction: column;
    align-items: flex-start;
  }
}

.survey_result .c_card {
  width: 792px;
  max-width: 100%;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .survey_result .c_card {
    padding: 16px;
  }
}

.survey_result .c_card p {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .survey_result .c_card p {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}

.survey_result .c_card b {
  text-decoration: underline;
  color: #0abb86;
}

.survey_result .buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .survey_result .buttons {
    align-items: flex-start;
  }
}

/*  */
section.intro {
  overflow: hidden;
}
section.intro .c_button {
  padding: 8px 24px;
}
section.intro .grid_cols {
  margin-top: 24px;
}

section.accounts_comparison .select_boxes {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 6px;
}
section.accounts_comparison .select_boxes svg {
  flex-shrink: 0;
  width: 32px;
}
@media screen and (max-width: 600px) {
  section.accounts_comparison .select_boxes svg {
    width: 16px;
  }
}
section.accounts_comparison .choices {
  width: 200px;
  max-width: 100%;
}
section.accounts_comparison .choices__inner {
  border-color: rgba(255, 255, 255, 0.25);
}
section.accounts_comparison .is-focused .choices__inner,
section.accounts_comparison .is-open .choices__inner {
  border-color: rgba(255, 255, 255, 0.75);
}
section.accounts_comparison .comparison_table {
  margin-top: 24px;
}