body {
  font-family: "Poppins", serif;
  margin: 0;
  padding: 0;
  background-color: #ededff;
}


.prestep3_box {
  text-align: center;
  background-color: #ffffff;
  padding: 24px;
  border-radius: 16px;
  max-width: 478px;
  margin: 0 auto;
  box-shadow: 0 6px 10px 0 #2b33430d;
}



.including {
  margin-top: 0;
  line-height: 143%;
  font-size: 16px;
  color: #262833;
}
.including strong {
  font-family: "Poppins", serif;
  font-weight: 600;
  color: #262833;
}

.prestep3_box_white {
  background-color: #fdfae7;
  border-radius: 16px;

  position: relative;
  max-width: 382px;
  padding: 8px 24px;
  margin: 0 auto;
}
.prestep3_box_white .harvbr:last-of-type {
  max-width: 51px;
  position: absolute;
  left: -8px;
  top: -8px;
}

#pre_step3 {
  background-image: url(/assets/images/pre_step3/bg.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}

.ai_wont {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: italic;
  font-size: 16px;
  color: #262833;

  margin-bottom: 0;
  margin-top: 0;

  padding: 0 39px;
}

.quote1 {
  position: absolute;
  left: 8px;
  top: 20px;
}

.quote2 {
  position: absolute;
  right: 20px;
  bottom: 73px;
}

.harvbr {
  width: 110px;
  margin: auto;
  max-width: 100%;
}
.latai_tools {
  font-size: 16px;
  font-family: "Poppins", serif;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 8px;
}
.social_proof {
  height: auto;
  margin: auto;
  max-width: 100%;
}

.title_para {
  color: #24234c;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin-top: 15px;
}

.result_goal {
  background-color: #f1f5f9;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
  margin: 0;
}

.quiz_result_bars {
  border: 1px solid #ededef;
  max-width: 350px;
  margin: 0 auto;
  border-radius: 7px;
  padding: 24px 10px 0 5px;
}

.quiz_result_bars .bars_box {
  max-width: 342px;
  min-height: 154px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 9px 4px 49px;
}

.quiz_result_bars .y_row {
  position: relative;
}

.quiz_result_bars .y_row > .bars_toltip {
  position: absolute;
  bottom: calc(100% + 13px);
  transform: translateX(-50%);
  left: 50%;
  color: #fff;
  background-color: #40444d;
  padding: 2px 10px 5px;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  animation: toltip 1s normal forwards;
  animation-delay: 1s;
}

.quiz_result_bars .y_row > .bars_toltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 8px solid #40444d;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

@keyframes toltip {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.quiz_result_bars .bars_box .bar_y {
  width: 33px;
  border-radius: 5px;
  position: relative;
  transition: height;
  transform-origin: bottom center;
  transform: scaleY(0);
  animation: bars_scale 1s normal forwards;
  animation-delay: 0.3s;
}

.bar_y.bar_type1 {
  background-color: rgb(198, 61, 35);
}
.bar_y.bar_type2 {
  background-color: rgb(255, 194, 102);
}
.bar_y.bar_type3 {
  background-color: rgb(175, 217, 148);
}
.bar_y.bar_type4 {
  background-color: rgb(122, 191, 76);
}

@keyframes bars_scale {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

.quiz_result_bars .bars_month {
  display: flex;
  justify-content: space-between;
  padding: 9px 16px 11px 54px;
  font-size: 12px;
  color: #abaeb7;
}

.quiz_result_bars .bars_month p {
  margin: 0;
}

.number_bars {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
}

.block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  height: 156px;
  border-radius: 50%;
  scale: 0.9;
}

.box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  border-radius: 50%;
}

.box .number .num {
  font-size: 35px;
  font-weight: bold;
  color: #a4a4ff;
}

.box .number .sub {
  font-size: 35px;
  font-weight: bold;
  color: #a4a4ff;
}

.dots {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: 2s transform, 2s opacity ease;
  transform: rotate(360deg);
  opacity: 0;
}

.svg {
  position: absolute;
  width: 100%;
  height: 100%;
  fill: none;
  transform: rotate(-90deg);
}

.circle {
  stroke: #a4a4ff;
  stroke-width: 10px;
  stroke-dasharray: 503;
  stroke-dashoffset: 503;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  transition: 10s stroke-dashoffset;
}

.final_goal {
  display: flex;
  justify-content: center;
  margin: 12px 0 25px;
}

.result_title {
  text-align: center;
  font-weight: 700;
  color: #24234c;
  text-decoration: underline;
  font-size: 18px;
  padding: 13px 0;
}

.growth_result {
  border: 0 solid #e5e7eb;
  box-shadow: 0 0 6px 1px #eee;
  border-radius: 5px;
  max-width: 350px;
  margin: 20px auto;
  padding: 15px 15px 0;
  overflow: hidden;
}
.growth_result .growth_result_header {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}

.growth_result .growth_result_header h4 {
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}
.growth_result .growth_result_header p {
  border: 1px solid #eee;
  font-size: 13px;
  font-weight: 500;
  padding: 4px 9px;
  border-radius: 5px;
  margin: 0;
}
.growth_bars {
  width: 100%;
  height: 10px;
  background-image: linear-gradient(
    to right,
    #d43532,
    #e16e2a,
    #f1b61d,
    #f9d818,
    #d4da25,
    #aacd37,
    #7cc04b
  );
  border-radius: 4px;
  position: relative;
  margin-top: 50px;
}

.growth_circel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 3px solid #eee;
  border-radius: 50%;
  animation: load 1s normal forwards;
}
@keyframes load {
  0% {
    left: 0;
  }
  100% {
    left: 50%;
  }
}

.growth_circel p {
  position: absolute;
  background-color: #40444d;
  bottom: calc(100% + 13px);
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  padding: 5px 17px;
  border-radius: 5px;
}
.growth_circel p:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 8px solid #40444d;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.bars_heightLight {
  margin: 7px 0;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 600;
}

.ai_box_result {
  display: flex;
  background-color: rgb(241, 241, 241);
  margin: 10px 0;
  border-radius: 5px;
  padding: 15px 10px;
  margin-top: 20px;
}

.ai_box_result > img {
  width: 40px;
  height: 40px;
}
.ai_box_result h5 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0;
}

.ai_box_result p {
  font-size: 9px;
  margin: 0;
  line-height: 150%;
}

.result_description_box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}

.result_description_box .list_img {
  transform: translateX(-100px);
  opacity: 0;
  animation: left_effect 1s normal forwards;
}
@keyframes left_effect {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.result_description_box .list_img ul {
  padding: 0;
  margin: 0;
}

.result_description_box .list_img ul li {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}

.result_description_box .list_img ul li .image_round {
  width: 16px;
  height: 16px;
  padding: 8px;
  background-color: rgb(241, 241, 241);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin-right: 7px;
}

.result_description_box .list_img ul li .image_round img {
  width: 100%;
}

.result_description_box .list_img ul li p {
  font-size: 11px;
  margin: 0;
}

.result_description_box .list_img ul li h5 {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}

.result_description_box .img_list_box {
  transform: translateX(100px);
  opacity: 0;
  animation: right_effect 1s normal forwards;
}
.svganimat {
  position: absolute;
  right: -50%;
  left: auto;
  top: 0;
  bottom: 0;
  z-index: -1;
  animation: svganimat_effect 1.9s infinite;
}
@keyframes svganimat_effect {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
  /* 100% {
    transform: translateX(100px);
    opacity: 0;
  } */
}

@keyframes right_effect {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.result_description_box .img_list_box img {
  max-width: 148px;
}

.title_img {
  max-width: 350px;
  margin: 0 auto;
  display: block;
}

.grey_title {
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  text-align: center;
  margin-top: 2px;
  color: #262833;
  margin-bottom: 0px;
}

.footer_text {
  color: rgb(107, 114, 128);
  font-size: 12px;
  text-align: center;
  font-family: "Poppins", serif;
  max-width: 380px;
  margin: 0 auto;
  line-height: 150%;
}

.footer_text a {
  display: inline-block;
  color: rgb(107, 114, 128);
  margin-bottom: 6px;
  text-decoration: underline;
}

.progress_record {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translate(-50%);
  z-index: 999;
  display: none;
}

.progress_record .progress_nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.progress_record .progress_nav i {
  cursor: pointer;
}

.progress_record .progress_nav > p {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  color: #51535c;
}

.progress_record .progress_nav > p i {
  margin-right: 8px;
  color: #262833;
}

.progress_bar {
  width: 100%;
  height: 3px;
  background-color: #f6f6ff;
  margin-top: 10px;
  border-radius: 4px;
  overflow: hidden;
}
.progress_record .progress_nav > p span {
  font-size: 12px;
  font-weight: 600;
  color: #a8a9ad;
}

.progress_bar .progress_line {
  background-color: #a4a4ff;
  width: 10%;
  height: 100%;
  border-radius: 10px;
}
.progress_box {
  position: relative;
  padding: 0 12px;
}
.progress_box::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 8px;
  height: 8px;
  background-color: #4a49ff;
  border-radius: 50%;
}
.progress_box::after {
  content: "";
  position: absolute;
  right: 0;
  top: -3px;
  width: 4px;
  height: 4px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #a4a4ff;
}

.pre_title {
  font-family: "Poppins", serif;
  font-size: 19px;
  color: #1155cc;
  font-weight: 700;
  margin: 9px -14px;
  text-align: center;
}

.logo_box {
  text-align: center;
  max-width: 100%;
  padding: 16px 20px;
  position: relative;
  background-color: #fff;
}

.logo_box > img {
  display: inline-block;
  max-width: 100%;
}
.nav_bars {
  position: absolute;
  top: 16px;
  right: 20px;
  display: block;
}
.nav_bars i {
  font-size: 20px;
  cursor: pointer;
  z-index: 991;
}

.quiz_box {
  display: none;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  background-color: #ededff;
  /* min-height: calc(100vh - 150px); */
  padding: 67px 20px;
}

.btn_quiz {
  display: block;
  width: 84%;
  margin: 24px auto;
  border: 0;
  background-color: #4a49ff;
  color: #fff;
  font-family: "Poppins", serif;
  font-weight: 600;
  font-size: 16px;
  padding: 16px 20px;
  border-radius: 45px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
}
.btn_quiz.pre_step3_btn {
  display: inline-block;
  width: auto;
  background-color: #4a49ff;
  padding: 16px 79px;
  margin: 0;
  border-radius: 45px;
  margin-top: 24px;
}

.btn_quiz_fixed {
  max-width: 240px;
  width: 100%;
  position: fixed;
  bottom: 20px;
  z-index: 999;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
}

.label_row p span {
  font-weight: 500;
  font-size: 14px;
  color: #24234c;
  display: block;
}

.next_btn {
  pointer-events: none;
  opacity: 0.5;
}

.quiz_inner:has(.label_row input:checked) ~ .next_btn {
  pointer-events: initial;
  opacity: 1;
}

.quiz_title {
  font-family: "Poppins", serif;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  max-width: 542px;
  margin: 0 auto;
  line-height: 146%;
}

.pre_step_title {
  font-size: 35px;
  color: #262833;
  font-weight: 800;
  line-height: 125%;
  max-width: 375px;
}

.step3_title {
  color: #4c4b98;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 6px;
}

.sub_title {
  color: #262833;
  font-size: 24px;
  margin: 32px 0 19px;
  text-align: center;
}

.sub_title.prestep3_sub_title {
  font-size: 19px;
  font-weight: 700;
  color: #000;
}
.quiz_title.prestep2_title {
  font-size: 24px;
  font-weight: 600;
  color: #262833;
  margin-bottom: 16px;
  font-family: "Poppins", serif;
}
#pre_step2.quiz_box .quiz_inner.pre_quiz_inner .label_row {
  margin: 8px 8px;
}

.small_title {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.label_row {
  position: relative;
  background-color: #ffffff;
  max-width: 500px;
  margin: 8px auto;
  display: flex;
  border-radius: 16px;
  align-items: center;
  border: 1px solid rgb(245, 245, 245);
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  padding: 8px 16px;
  box-shadow: 0 6px 10px 0 #2b33430d;
}

.label_content .label_row {
  padding: 24px 8px;
  max-width: 220px;
}

.label_row.label_content_last {
  padding: 28px 8px;
}

.quiz_inner:has(.company_row) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.company_row.label_row {
  max-width: fit-content;
  margin: 10px 4px;
  padding: 14px 16px;
  border-radius: 100px;
}

.company_row.label_row img {
  width: 24px;
}

.stepboximage {
  max-width: 352px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.stepboxhead {
  font-size: 19px;
  color: rgb(36, 35, 76);
  font-weight: 700;
  margin: 18px auto 10px;
  line-height: 1.5em;
  max-width: 352px;
}

.stepboxpara {
  color: rgb(36, 35, 76);
  font-size: 14px;
  line-height: 1.5em;
  max-width: 352px;
  margin: 10px auto;
}

.label_row:has(input:checked) {
  border-color: #4a49ff;
  background-color: #f7e889;
}

.quiz_inner.pre_quiz_inner {
  display: flex;
  /* padding: 18px 0; */
  flex-wrap: wrap;
  justify-content: center;
}

#pre_step1 .pre_quiz_inner .label_row:last-child {
  width:100%;
  min-height: 72px;
  border: none;
  max-width: 384px;
}

#pre_step1 .pre_quiz_inner .label_row:last-child p {
  color: #262833;
  background-color: transparent;
  position: relative;
  font-weight: 600;
  padding: 0;
  width: 100%;
}


.quiz_inner.pre_quiz_inner .label_row {
  border: 1px solid #4a49ff;
  max-width: 180px;
  min-height: 219px;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
  margin: 15px 8px;
  padding: 0;
  text-align: center;
  overflow: hidden;
}

.quiz_inner.pre_quiz_inner .label_row p {
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  background-color: #4a49ff;
  color: #fff;
  border: 0;
  padding: 8px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
}

.quiz_inner.pre_quiz_inner .label_row p:after {
  content: "\f061";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 12px;
  font-size: 13px;
}

.quiz_inner.pre_quiz_inner .label_row img {
  max-width: 180px;
  max-height: 180px;
  margin-top: -41px;
}
.extra_text_prestep1 {
  max-width: 344px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 24px 20px;
  text-align: center;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 6px 10px 0 #2b33430a;
}

.label_row input {
  display: none;
}
.label_row img {
  max-width: 56px;
}
.label_row p {
  font-family: "Poppins", serif;
  font-size: 16px;
  font-weight: 600;
  color: #262833;
  margin: 0 0 0 24px;
  line-height: 1.5;
}
.label_row i {
  color: #4c4b98;
  font-size: 18px;
  opacity: 0;
  transition: all 0.1s ease-in-out;
  position: absolute;
  right: 6%;
}

.label_row input[type="radio"]:checked ~ i,
.label_row input[type="checkbox"]:checked ~ i {
  opacity: 1;
}

.quiz_inner {
  max-width: 500px;
  margin: 0 auto;
}
.quiz_inner:not(.pre_quiz_inner) {
  margin: 32px auto;
}

/* .right_corner_image {
  width: 100%;
  height: 400px;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10%;
  right: 0;
  z-index: -1;
} */

.right_corner_image {
  width: 400px;
  height: 400px;
  background-size: contain;
  background-position: 100%;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.height100vh {
  height: 100vh;
}

#stepBox0 .stepboxhead {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  /* color: #5653fe; */
  color: #4c4b98;
  margin-bottom: 0px;
}
#stepBox0 .stepboxpara {
  color: #24234c;
  font-weight: 500;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}

/* .rightImageRow {
  margin: 21px 0 0 0;
} */

/* male-18-24 */

.right_corner_image.male_corner_1.male_18-24 {
  background-image: url(/assets/images/male_18-24/corner_1.webp);
}
.right_corner_image.male_corner_2.male_18-24 {
  background-image: url(/assets/images/male_18-24/corner_2.webp);
}
.right_corner_image.male_corner_3.male_18-24 {
  background-image: url(/assets/images/male_18-24/corner_3.webp);
}
.right_corner_image.male_corner_4.male_18-24 {
  background-image: url(/assets/images/male_18-24/corner_4.webp);
}
/* male-18-24 */

/* male-25-34 */
.right_corner_image.male_corner_1.male_25-34 {
  background-image: url(/assets/images/male_25-34/corner_1.webp);
}
.right_corner_image.male_corner_2.male_25-34 {
  background-image: url(/assets/images/male_25-34/corner_2.webp);
}
.right_corner_image.male_corner_3.male_25-34 {
  background-image: url(/assets/images/male_25-34/corner_3.webp);
}
.right_corner_image.male_corner_4.male_25-34 {
  background-image: url(/assets/images/male_25-34/corner_4.webp);
}
/* male-25-34 */

/* male-35-44 */
.right_corner_image.male_corner_1.male_35-44 {
  background-image: url(/assets/images/male_35-44/corner_1.webp);
}
.right_corner_image.male_corner_2.male_35-44 {
  background-image: url(/assets/images/male_35-44/corner_2.webp);
}
.right_corner_image.male_corner_3.male_35-44 {
  background-image: url(/assets/images/male_35-44/corner_3.webp);
}
.right_corner_image.male_corner_4.male_35-44 {
  background-image: url(/assets/images/male_35-44/corner_4.webp);
}
/* male-35-44 */

/* male_45+ */
.right_corner_image.male_corner_1.male_45 {
  background-image: url(/assets/images/male_45/corner_1.webp);
}
.right_corner_image.male_corner_2.male_45 {
  background-image: url(/assets/images/male_45/corner_2.webp);
}
.right_corner_image.male_corner_3.male_45 {
  background-image: url(/assets/images/male_45/corner_3.webp);
}
.right_corner_image.male_corner_4.male_45 {
  background-image: url(/assets/images/male_45/corner_4.webp);
}
/* male_45+ */

/* female-18-24 */
.right_corner_image.female_corner_1.female_18-24 {
  background-image: url(/assets/images/female_18-24/1.webp);
}
.right_corner_image.female_corner_2 {
  background-image: url(/assets/images/female_18-24/2.webp);
}
.right_corner_image.female_corner_3 {
  background-image: url(/assets/images/female_18-24/3.webp);
}
.right_corner_image.female_corner_4 {
  background-image: url(/assets/images/female_18-24/4.webp);
}
/* female-18-24 */

/* female-25-34 */
.right_corner_image.female_corner_1.female_25-34 {
  background-image: url(/assets/images/female_25-34/1.webp);
}
.right_corner_image.female_corner_2.female_25-34 {
  background-image: url(/assets/images/female_25-34/3.webp);
}
.right_corner_image.female_corner_3.female_25-34 {
  background-image: url(/assets/images/female_25-34/2.webp);
}
.right_corner_image.female_corner_4.female_25-34 {
  background-image: url(/assets/images/female_25-34/4.webp);
}
/* female-25-34 */

/* female-35-44 */
.right_corner_image.female_corner_1.female_35-44 {
  background-image: url(/assets/images/female_35-44/1.webp);
}
.right_corner_image.female_corner_2.female_35-44 {
  background-image: url(/assets/images/female_35-44/3.webp);
}
.right_corner_image.female_corner_3.female_35-44 {
  background-image: url(/assets/images/female_35-44/2.webp);
}
.right_corner_image.female_corner_4.female_35-44 {
  background-image: url(/assets/images/female_35-44/4.webp);
}
/* male-35-44 */

/* female-45+ */
.right_corner_image.female_corner_1.female_45 {
  background-image: url(/assets/images/female_45/1.webp);
}
.right_corner_image.female_corner_2.female_45 {
  background-image: url(/assets/images/female_45/3.webp);
}
.right_corner_image.female_corner_3.female_45 {
  background-image: url(/assets/images/female_45/2.webp);
}
.right_corner_image.female_corner_4.female_45 {
  background-image: url(/assets/images/female_45/4.webp);
}
/* female-45+ */

/* result_final */
.number_bars_text {
  font-weight: 600;
  font-size: 24px;
  color: rgb(36, 35, 76);
  margin: 0 0 9px;
}
.quiz_inner.result_inner {
  max-width: 100%;
}
.slider_title {
  font-size: 35px;
  color: #262833;
  font-weight: 800;
  margin: 0;
  text-align: center;
}
.have_chosen {
  color: #262833;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  margin-bottom: 16px;
}
.slider_con {
  text-align: center;
}

.testimonial_box {
  max-width: 430px;
  margin: 10px auto;
  padding: 18px 57px;
  border-radius: 5px;
  background-color: #fdfae7;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.testimonial_box .quote_box {
  position: absolute;
  left: -8px;
  top: -8px;
}

.content_heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  margin: 0;
}
.content_heading h5 {
  font-size: 14px;
  margin: 0;
}
.testimonial_content p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  margin: 0;
}
.testimonial_slider .testimonial_box img {
  display: inline-block;
}

.mail_box {
  max-width: 350px;
  margin: 0 auto;
}
.mail_box .email_input .input-group-text {
  background-color: #fff;
  border-right: none;
  color: #909090;
  font-size: 18px;
}
.mail_box .email_input input {
  border-left: 0;
}
.mail_box .email_input input:focus {
  box-shadow: none;
  border-color: #ced4da;
}
.mail_box .label_text {
  font-size: 13px;
}
.testimonial_slider .slick-slide {
  opacity: 0.5;
}
.testimonial_slider .slick-slide.slick-current.slick-active {
  opacity: 1;
}
.testimonial_slider .testimonial_box img {
  width: auto !important;
}

.side_nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: rgb(241, 241, 241);
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
  padding: 65px 55px;
}

.side_nav_active {
  transform: translateX(0);
}

.side_nav ul {
  padding: 20px 0;
  border-bottom: 1px solid #e1e1e1;
}

.side_nav ul li {
  padding-bottom: 15px;
  list-style: none;
}

.side_nav ul li a {
  color: #000000;
  font-weight: 500;
  font-size: 17px;
  text-decoration: none;
}

.side_nav ul:last-child {
  border: 0;
}

.side_nav > i {
  position: absolute;
  top: 23px;
  right: 147px;
  font-size: 25px;
  color: #b9b9b9;
  cursor: pointer;
}

.footer_text {
  position: fixed;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  max-width: 383px;
  /* background-color: rgb(237, 237, 255); */
}

.footer_text.fixe_none {
  position: unset;
  bottom: 5px;
  left: 50%;
  transform: none;
  width: auto;
  max-width: none;
}

.popupbox {
  width: 100%;
  max-width: 526px;
  margin: 0 auto;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 6px 10px 0 #2b33430d;
  text-align: center;
}
.popup_title {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  padding: 24px 20px 16px;
}
#emp_popup1 {
  background-image: url(/assets/images/popup_bgs/bg1.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}
#emp_popup2 {
  background-image: url(/assets/images/popup_bgs/bg2.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}
#emp_popup3 {
  background-image: url(/assets/images/popup_bgs/bg3.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}
#emp_popup4 {
  background-image: url(/assets/images/popup_bgs/bg4.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}
.popup_para {
  font-size: 16px;
  color: #262833;
  margin: 0;
  padding: 0 16px;
}
.popup_para span {
  font-weight: 600;
}
.btn_quiz.popup_btn {
  width: 100%;
  max-width: 220px;
  height: auto;
  background-color: #4a49ff;
  margin: 24px auto 0;
  padding: 16px 10px;
}
.result_list li {
  list-style: none;
}
.result_list li p {
  font-size: 14px;
  color: #51535c;
  display: inline-block;
  margin: 0;
  margin-bottom: 5px;
}
.slider_container {
  max-width: 526px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 24px;
  box-shadow: 0 6px 10px 0 #2b33430d;
  border-radius: 19px;
}
.dots_style {
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 0;
}
.dots_style li {
  list-style: none;
}
.dots_style li button {
  font-size: 0;
  border: 0;
  outline: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #dbdbff;
}
.dots_style > li.slick-active button {
  background-color: #f7e889;
}
.testimonial_slider .slick-arrow {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  cursor: pointer;
}
.testimonial_slider .slick-prev.slick-arrow {
  transform: translate(-75px, 23%);
}
.testimonial_slider .slick-next.slick-arrow {
  transform: translate(65px, 23%);
}
.company_box {
  text-align: center;
  margin-top: 24px;
}
.company_box img {
  display: inline-block;
  max-width: 100%;
}
.nav_bars > img {
  cursor: pointer;
}

/* #progress-record[style="display: none"] + #dynamicGroups > .quiz_box {
  padding: 40px 16px;
}
#progress-record[style="display: block"] + #dynamicGroups > .quiz_box {
  padding: 67px 16px;
} */

.popup_img {
  max-width: 80px;
}

.quiz_box#steplast {
  padding-top: 20px;
}
.result_list {
  padding: 0;
}

@media (max-width: 800px) {
  .progress_record {
    padding: 0 16px;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .popupbox {
    box-sizing: border-box;
  }
}
@media (max-width: 575px) {
  .nav_bars {
    top: 11px;
  }
  .footer_text {
    bottom: 40px;
  }

  .logo_box {
    text-align: left;
    padding: 8px 16px 8px;
  }
  .quiz_title.pre_step_title {
    font-size: 28px;
  }
  .label_row img {
    max-width: 40px;
  }
  .quiz_inner.pre_quiz_inner .label_row img {
    max-width: 148px;
    max-height: 148px;
  }
  .label_row p {
    font-size: 14px;
  }
  .progress_record.marginRecord + #dynamicGroups > .quiz_box {
    padding: 67px 16px;
  }

  .progress_record + #dynamicGroups > .quiz_box {
    padding: 40px 16px;
    /* min-height: calc(100vh - 100px); */
  }
  .progress_record + #dynamicGroups > .quiz_box#steplast {
    padding-top: 0px;
  }

  /* .quiz_box {
    padding: 67px 16px;
  } */
  .popup_img {
    max-width: 56px;
  }
  .popup_title {
    padding: 12px 0 5px;
  }
  .grey_title {
    font-size: 17px;
  }
  .sub_title {
    font-size: 20px;
    margin: 18px 0 11px;
  }
  .quiz_inner:not(.pre_quiz_inner) {
    margin: 15px auto 36px;
  }
  .quiz_title {
    font-size: 22px;
    padding: 0 10px;
    line-height: 136%;
  }
  .logo_box > img {
    max-width: 153px;
    margin-top: 5px;
  }
  .people_50 {
    font-size: 28px;
  }
  .ai_wont {
    padding: 0;
  }
  .quiz_title.prestep2_title {
    font-size: 22px;
  }
  .popup_title {
    font-size: 24px;
  }
  .number_bars_text {
    font-size: 16px;
    margin: 0;
  }
  .box .number .sub {
    font-size: 30px;
    color: #262833;
  }
  .box .number .num {
    font-size: 30px;
    margin: 0px 0 4px;
    color: #262833;
  }
  .slider_title {
    font-size: 27px;
  }
  .testimonial_box {
    margin: 10px;
    padding: 16px;
  }
  .dots_style {
    margin: 0;
  }
  .testimonial_content p {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .testimonial_box .quote_box img {
    max-width: 31px;
  }
  .slider_container {
    padding: 16px;
  }
  .quiz_inner.pre_quiz_inner .label_row p:after {
    margin-left: 2px;
    font-size: 12px;
  }
  .popup_para {
    padding: 0;
  }
  .popupbox {
    padding: 16px;
  }
  .have_chosen {
    margin-bottom: 5px;
  }
  .company_box {
    margin-top: 16px;
  }
}
@media (max-width: 440px) {
  .quiz_inner.pre_quiz_inner .label_row {
    max-width: 148px;
    min-height: 187px;
  }
  .extra_text_prestep1 {
    max-width: 291px;
    padding: 20px;
  }
}
@media (max-width: 370px) {
  .quiz_inner.pre_quiz_inner .label_row {
    max-width: 135px;
    min-height: 175px;
  }
  .extra_text_prestep1 {
    max-width: 257px;
    padding: 20px;
  }
}

/* freelancer_popup_start */
#frlnc_popup1 {
  background-image: url(/assets/images/popup_bgs/bg1.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);

}

#frlnc_popup2 {
  background-image: url(/assets/images/popup_bgs/bg3.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}

#frlnc_popup3 {
  background-image: url(/assets/images/popup_bgs/bg4.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}

#frlnc_popup4 {
  background-image: url(/assets/images/popup_bgs/bg2.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}

#frlnc_popup5 {
  background-image: url(/assets/images/popup_bgs/bg4.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}

#frlnc_popup6 {
  background-image: url(/assets/images/popup_bgs/bg4.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}
/* freelancer_popup_end */

/* business_popup_start */

#bsnc_popup1 {
  background-image: url(/assets/images/popup_bgs/bg1.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}

#bsnc_popup2 {
  background-image: url(/assets/images/popup_bgs/bg3.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}

#bsnc_popup3 {
  background-image: url(/assets/images/popup_bgs/bg4.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}

#bsnc_popup4 {
  background-image: url(/assets/images/popup_bgs/bg2.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}

#bsnc_popup5 {
  background-image: url(/assets/images/popup_bgs/bg4.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}

/* business_popup_end */

/* agency_popus_start */
#agcy_popup1 {
  background-image: url(/assets/images/popup_bgs/bg1.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}

#agcy_popup2 {
  background-image: url(/assets/images/popup_bgs/bg3.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}

#agcy_popup3 {
  background-image: url(/assets/images/popup_bgs/bg2.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}

#agcy_popup4 {
  background-image: url(/assets/images/popup_bgs/bg4.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}

#agcy_popup5 {
  background-image: url(/assets/images/popup_bgs/bg4.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}
/* agency_popus_end */

/* unemployed_popups_start */
#unemp_popup1 {
  background-image: url(/assets/images/popup_bgs/bg1.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}

#unemp_popup2 {
  background-image: url(/assets/images/popup_bgs/bg3.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}

#unemp_popup3 {
  background-image: url(/assets/images/popup_bgs/bg4.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}

#unemp_popup4 {
  background-image: url(/assets/images/popup_bgs/bg4.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}

#unemp_popup5 {
  background-image: url(/assets/images/popup_bgs/bg2.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}

#unemp_popup6 {
  background-image: url(/assets/images/popup_bgs/bg4.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}

#unemp_popup7 {
  background-image: url(/assets/images/popup_bgs/bg4.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}

#unemp_popup8 {
  background-image: url(/assets/images/popup_bgs/bg4.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}

/* unemployed_popups_end */

/*student_popup_start */
#stnd_popup1 {
  background-image: url(/assets/images/popup_bgs/bg3.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}

#stnd_popup2 {
  background-image: url(/assets/images/popup_bgs/bg2.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}

#stnd_popup3 {
  background-image: url(/assets/images/popup_bgs/bg4.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}

#stnd_popup4 {
  background-image: url(/assets/images/popup_bgs/bg4.webp);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  height: calc(100vh - 59px);
}

/* student_popup_end */
