.evp-self-test-quiz {
  padding: 0 0 64px 0;
  background: rgb(230, 234, 243);
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .evp-self-test-quiz {
    padding: 0 20px;
    overflow: hidden;
  }
}
.evp-self-test-quiz .fsform-container {
  margin: 0 auto;
  max-width: 1204px;
}
@media (max-width: 767px) {
  .evp-self-test-quiz .fsform-container > div {
    overflow: visible;
  }
  .evp-self-test-quiz .fsform-container > div > div {
    overflow: visible;
  }
  .evp-self-test-quiz .fsform-container > div > div form {
    overflow: visible;
  }
}
.evp-self-test-quiz .fsSectionHeader {
  display: none;
}
.evp-self-test-quiz * {
  box-sizing: border-box;
}
.evp-self-test-quiz form {
  margin: auto 0;
  width: 100%;
  max-width: unset;
  padding: 0;
}
@media (max-width: 767px) {
  .evp-self-test-quiz form {
    padding: 44px 0;
  }
}
.evp-self-test-quiz .DNPCm {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.evp-self-test-quiz .fsPage {
  max-width: 1076px;
  margin: 0 auto;
  padding: 0 16px;
}
.evp-self-test-quiz .fsPage .fsRequiredMarker {
  display: none;
}
.evp-self-test-quiz .fsPage .fsLabel {
  margin-bottom: 44px;
  font-size: 48px;
  line-height: normal;
  font-weight: bold;
  display: flex;
  gap: 16px;
  align-items: center;
  color: rgb(46, 50, 53);
}
@media (max-width: 767px) {
  .evp-self-test-quiz .fsPage .fsLabel {
    font-size: 24px;
    line-height: 32px;
    padding-left: 56px;
  }
}
.evp-self-test-quiz .fsPage .fsLabel:before {
  content: "";
  width: 64px;
  top: 30px;
  left: -80px;
  position: absolute;
  height: 4px;
  display: block;
  background: var(--quiz-primary-color);
}
@media (max-width: 767px) {
  .evp-self-test-quiz .fsPage .fsLabel:before {
    width: 40px;
    left: 0px;
    top: 15px;
  }
}
.evp-self-test-quiz .fsPage fieldset {
  justify-content: space-around;
  gap: 32px;
}
@media (max-width: 767px) {
  .evp-self-test-quiz .fsPage fieldset {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.evp-self-test-quiz .fsPage fieldset > div {
  max-width: 300px;
}
@media (max-width: 767px) {
  .evp-self-test-quiz .fsPage fieldset > div {
    width: 100%;
    max-width: 100%;
  }
}
.evp-self-test-quiz .fsPage fieldset > div label {
  text-align: left;
}
.evp-self-test-quiz .fsPage button[role=radio] {
  display: flex;
  flex-direction: column-reverse;
  outline: none !important;
  text-transform: capitalize;
  cursor: pointer;
  text-transform: none;
  margin: 0;
  padding: 0;
}
.evp-self-test-quiz .fsPage button[role=radio]:hover {
  background: none !important;
}
@media (max-width: 767px) {
  .evp-self-test-quiz .fsPage button[role=radio] {
    width: 100%;
    text-align: left;
    align-items: flex-start;
  }
}
.evp-self-test-quiz .fsPage button[role=radio] div:nth-child(1) {
  width: 80px;
  height: 80px;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .evp-self-test-quiz .fsPage button[role=radio] div:nth-child(1) {
    width: 77px;
    height: 70px;
    margin: 0 auto;
  }
}
.evp-self-test-quiz .fsPage button[role=radio] div:nth-child(1) img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.evp-self-test-quiz .fsPage button[role=radio] div[data-testid=imageOption-selected-icon] {
  display: none;
}
.evp-self-test-quiz .fsPage button[role=radio] div:nth-child(2) {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .evp-self-test-quiz .fsPage button[role=radio] div:nth-child(2) {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 16px;
  }
}
.evp-self-test-quiz .fsPage button[role=radio] div:nth-child(2):before {
  content: "";
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;
  min-width: 32px;
  min-height: 32px;
  outline: 2px solid var(--quiz-primary-color);
  border-radius: 32px;
  display: block;
  margin-right: 24px;
}
.evp-self-test-quiz .fsPage button[role=radio] div:nth-child(2):after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: var(--quiz-primary-color);
  position: absolute;
  left: 8px;
  display: none;
}
.evp-self-test-quiz .fsPage button[role=radio]:hover {
  transform: none;
  box-shadow: none;
}
.evp-self-test-quiz .fsPage button[role=radio][aria-checked=true] div:nth-child(2):before {
  outline: 5px solid var(--quiz-primary-color);
}
.evp-self-test-quiz .fsPage button[role=radio][aria-checked=true] div:nth-child(2):after {
  display: block;
}
.evp-self-test-quiz .fsPage button[role=checkbox] {
  display: flex;
  flex-direction: column-reverse;
  outline: none !important;
  text-transform: capitalize;
  text-transform: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.evp-self-test-quiz .fsPage button[role=checkbox]:hover {
  background: none !important;
}
@media (max-width: 767px) {
  .evp-self-test-quiz .fsPage button[role=checkbox] {
    width: 100%;
    text-align: left;
    align-items: flex-start;
  }
}
.evp-self-test-quiz .fsPage button[role=checkbox] div:nth-child(1) {
  width: 80px;
  height: 80px;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  .evp-self-test-quiz .fsPage button[role=checkbox] div:nth-child(1) {
    width: 77px;
    height: 70px;
    margin: 0 auto;
  }
}
.evp-self-test-quiz .fsPage button[role=checkbox] div:nth-child(1) img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.evp-self-test-quiz .fsPage button[role=checkbox] div[data-testid=imageOption-selected-icon] {
  display: none;
}
.evp-self-test-quiz .fsPage button[role=checkbox] div:nth-child(2) {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .evp-self-test-quiz .fsPage button[role=checkbox] div:nth-child(2) {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 16px;
  }
}
.evp-self-test-quiz .fsPage button[role=checkbox] div:nth-child(2):before {
  content: "";
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;
  min-width: 32px;
  min-height: 32px;
  outline: 2px solid var(--quiz-primary-color);
  border-radius: 5px;
  display: block;
  margin-right: 24px;
}
.evp-self-test-quiz .fsPage button[role=checkbox] div:nth-child(2):after {
  content: "";
  display: none;
}
.evp-self-test-quiz .fsPage button[role=checkbox]:hover {
  transform: none;
  box-shadow: none;
}
.evp-self-test-quiz .fsPage button[role=checkbox][aria-checked=true] div:nth-child(2):before {
  background: var(--quiz-primary-color);
}
.evp-self-test-quiz .fsPage button[role=checkbox][aria-checked=true] div:nth-child(2):after {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background: url("../img/quiz-icons/check-ic.svg") no-repeat;
  background-position: bottom right;
  background-size: 90%;
  position: absolute;
  left: 0;
}
.evp-self-test-quiz .FinalPage .fsLabel {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 16px;
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .evp-self-test-quiz .FinalPage .fsLabel {
    font-size: 16px;
    line-height: 22px;
  }
}
.evp-self-test-quiz .FinalPage .fsLabel:before {
  display: none;
}
.evp-self-test-quiz .FinalPage .fsSubField {
  display: flex;
  flex-direction: column;
}
.evp-self-test-quiz .FinalPage .fsSubFieldGroup .fsLabel {
  display: none;
}
.evp-self-test-quiz .FinalPage input + label {
  order: -1;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 24px;
}
.evp-self-test-quiz .FinalPage input {
  border-radius: 5px;
  box-shadow: none;
  font-size: 22px;
  outline: none;
  height: 60px;
  border: 1px solid rgb(46, 50, 53);
}
.evp-self-test-quiz .FinalPage .final-step h3 {
  margin: 0;
  margin-bottom: 44px;
  font-size: 48px;
  line-height: normal;
  font-weight: bold;
  display: flex;
  gap: 16px;
  align-items: center;
  color: rgb(46, 50, 53);
}
@media (max-width: 767px) {
  .evp-self-test-quiz .FinalPage .final-step h3 {
    font-size: 36px;
    line-height: 45px;
    padding-left: 56px;
  }
}
.evp-self-test-quiz .FinalPage .final-step h3:before {
  content: "";
  width: 64px;
  top: 43px;
  left: -80px;
  position: absolute;
  height: 4px;
  display: block;
  background: var(--quiz-primary-color);
}
@media (max-width: 767px) {
  .evp-self-test-quiz .FinalPage .final-step h3:before {
    width: 40px;
    left: 0px;
    top: 36px;
  }
}
.evp-self-test-quiz .FinalPage .final-step p {
  font-size: 32px;
  line-height: 34px;
  font-family: "Roboto";
  font-weight: 500;
  color: rgb(46, 50, 53);
}
@media (max-width: 767px) {
  .evp-self-test-quiz .FinalPage .final-step p {
    font-size: 18px;
    line-height: 24px;
  }
}
.evp-self-test-quiz .FinalPage .final-step-note {
  font-size: 18px;
  line-height: 27px;
  font-family: "Roboto";
  color: rgb(46, 50, 53);
}
.evp-self-test-quiz .custom-top-pagination {
  position: relative;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .evp-self-test-quiz .custom-top-pagination {
    margin-bottom: 44px;
    margin-left: -23px;
    width: calc(100% + 46px);
  }
}
.evp-self-test-quiz .custom-top-pagination .numeric-pagination {
  display: flex;
  height: 40px;
  justify-content: space-between;
  padding: 0 32px;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .evp-self-test-quiz .custom-top-pagination .numeric-pagination {
    height: 50px;
    padding: 0 26px;
  }
}
.evp-self-test-quiz .custom-top-pagination .numeric-pagination * {
  color: #FFF;
  background: var(--quiz-primary-color);
  opacity: 0.5;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  font-size: 24px;
  line-height: normal;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .evp-self-test-quiz .custom-top-pagination .numeric-pagination * {
    width: 23px;
    height: 23px;
    font-size: 16px;
  }
}
.evp-self-test-quiz .custom-top-pagination .numeric-pagination *.done {
  color: var(--quiz-primary-color);
  opacity: 0;
}
.evp-self-test-quiz .custom-top-pagination .numeric-pagination *.active {
  color: #fff;
  opacity: 1;
}
.evp-self-test-quiz .custom-top-pagination .progress-bar-container .progress-bar {
  height: 40px;
  border-radius: 0 40px 40px 0;
  background: var(--quiz-primary-color);
  position: absolute;
  transition: 0.4s;
  top: 0;
}
@media (max-width: 767px) {
  .evp-self-test-quiz .custom-top-pagination .progress-bar-container .progress-bar {
    height: 50px;
    border-radius: 0 50px 50px 0;
    padding-right: 5%;
  }
}
.evp-self-test-quiz .cccegP {
  display: none;
}
.evp-self-test-quiz .fsSubmit {
  padding: 0 64px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .evp-self-test-quiz .fsSubmit {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .evp-self-test-quiz .fsSubmit > div {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
    gap: 44px;
  }
}
.evp-self-test-quiz .fsSubmit .fsPreviousButton {
  background: none;
  padding: 0;
  color: var(--quiz-primary-color);
  font-size: 24px;
  line-height: 36px;
  display: flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  text-transform: capitalize;
  margin: unset;
}
.evp-self-test-quiz .fsSubmit .fsPreviousButton span {
  display: inline !important;
}
.evp-self-test-quiz .fsSubmit .fsPreviousButton:hover {
  opacity: 0.8;
}
.evp-self-test-quiz .fsSubmit .fsPreviousButton:before {
  content: "";
  width: 20px;
  display: block;
  min-width: 20px;
  height: 20px;
  background: url(../img/quiz-icons/prev-ic.svg) no-repeat;
  transform: scaleX(-1);
  background-size: contain;
  background-color: var(--quiz-primary-color);
  border-radius: 100px;
  background-position: center;
}
.evp-self-test-quiz .fsSubmit .fsNextButton {
  padding: 11px 31px;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  background: var(--quiz-primary-color);
  opacity: 0.5;
  pointer-events: none;
  outline: none !important;
  border-radius: 5px;
  border: none !important;
  width: fit-content;
  text-transform: capitalize;
  margin: 0;
}
.evp-self-test-quiz .fsSubmit .fsNextButton.active {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 540px) {
  .evp-self-test-quiz .fsSubmit .fsNextButton {
    width: 100% !important;
  }
}
.evp-self-test-quiz .fsSubmit .fsNextButton:before {
  display: none !important;
}
.evp-self-test-quiz .fsSubmit .fsNextButton span {
  display: block !important;
}
.evp-self-test-quiz .ResultPage {
  max-width: 100%;
  padding: 0;
}
.evp-self-test-quiz .ResultPage .fsLabel {
  display: none;
}
.evp-self-test-quiz .ResultPage .fsSection {
  display: block;
}
.evp-self-test-quiz .ResultPage .results-screen span {
  width: 100%;
  display: block;
  background: var(--quiz-primary-color);
  font-size: 32px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  margin-bottom: 44px;
}
.evp-self-test-quiz .ResultPage .results-screen h3 {
  margin: 0;
  padding: 0 64px 0 78px;
  margin-bottom: 44px;
  font-size: 48px;
  line-height: normal;
  font-weight: bold;
  position: relative;
  display: flex;
  gap: 16px;
  align-items: center;
  color: rgb(46, 50, 53);
}
@media (max-width: 767px) {
  .evp-self-test-quiz .ResultPage .results-screen h3 {
    font-size: 24px;
    line-height: 32px;
    padding-left: 56px;
    margin-bottom: 24px;
  }
}
.evp-self-test-quiz .ResultPage .results-screen h3:before {
  content: "";
  width: 64px;
  top: 31px;
  left: 0px;
  position: absolute;
  height: 4px;
  display: block;
  background: var(--quiz-primary-color);
}
@media (max-width: 767px) {
  .evp-self-test-quiz .ResultPage .results-screen h3:before {
    width: 40px;
    left: 0px;
    top: 36px;
  }
}
.evp-self-test-quiz .ResultPage .results-screen p {
  font-size: 24px;
  line-height: 32px;
  padding: 0 64px;
  font-weight: 400;
  font-family: "Roboto";
  color: rgb(46, 50, 53);
}
@media (max-width: 767px) {
  .evp-self-test-quiz .ResultPage .results-screen p {
    font-size: 16px;
    line-height: 24px;
    padding: 0 16px;
  }
}
.evp-self-test-quiz .ResultPage .results-screen .wrapper-links {
  display: flex;
  justify-content: space-around;
  gap: 32px;
  padding: 0 64px;
  margin-top: 44px;
  align-items: center;
}
@media (max-width: 767px) {
  .evp-self-test-quiz .ResultPage .results-screen .wrapper-links {
    flex-direction: column;
    padding: 0 16px;
  }
}
.evp-self-test-quiz .ResultPage .results-screen .wrapper-links input[type=submit] {
  padding: 11px 31px;
  cursor: pointer;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: var(--quiz-secondary-color);
  border-radius: 5px;
  width: fit-content;
  line-height: normal;
  height: fit-content;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  outline: none;
  border: none;
}
.evp-self-test-quiz .ResultPage .results-screen .wrapper-links input[type=submit]:hover {
  opacity: 0.8;
}
.evp-self-test-quiz .ResultPage .results-screen .wrapper-links a {
  display: block;
  padding: 11px 31px;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: var(--quiz-primary-color);
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  outline: none;
  border: none;
}
.evp-self-test-quiz .ResultPage .results-screen .wrapper-links a:hover {
  opacity: 0.8;
}
.evp-self-test-quiz .eGnuWh {
  min-height: 900px;
}
@media (max-height: 910px) {
  .evp-self-test-quiz .eGnuWh {
    transform: scale(0.8);
    transform-origin: top;
  }
}
@media (max-width: 767px) {
  .evp-self-test-quiz .eGnuWh {
    transform: unset;
  }
}
@media (max-width: 500px) {
  .evp-self-test-quiz .eGnuWh {
    min-height: 1030px;
  }
}
@media (max-width: 370px) {
  .evp-self-test-quiz .eGnuWh {
    min-height: 1060px;
  }
}
.evp-self-test-quiz .fsWelcomeMessage__content {
  position: relative;
  padding: 32px;
}
@media (max-width: 767px) {
  .evp-self-test-quiz .fsWelcomeMessage__content {
    padding: 10px;
  }
}
.evp-self-test-quiz .fsWelcomeMessage__content .text-container {
  background: rgb(230, 234, 243);
  padding: 55px 60px 44px 60px;
  position: relative;
  max-width: 624px;
  z-index: 1;
  margin: 0 auto;
  margin-right: 0;
}
@media (max-width: 767px) {
  .evp-self-test-quiz .fsWelcomeMessage__content .text-container {
    margin-top: 153px;
    padding: 32px 10px;
  }
}
.evp-self-test-quiz .fsWelcomeMessage__content .text-container .wrapper-subtitle {
  text-align: left;
  display: flex;
  align-items: center;
  color: var(--quiz-primary-color);
  margin-bottom: 31px;
  position: relative;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
}
.evp-self-test-quiz .fsWelcomeMessage__content .text-container .wrapper-subtitle:before {
  content: "";
  position: absolute;
  left: -88px;
  display: block;
  width: 64px;
  height: 4px;
  background: var(--quiz-primary-color);
}
.evp-self-test-quiz .fsWelcomeMessage__content .text-container .wrapper-title {
  margin-bottom: 32px;
}
.evp-self-test-quiz .fsWelcomeMessage__content .text-container .wrapper-title h1 {
  font-size: 48px;
  line-height: normal;
  color: rgb(46, 50, 53);
  text-align: left;
  font-weight: 500;
  font-family: "Roboto";
  margin: 0;
}
@media (max-width: 767px) {
  .evp-self-test-quiz .fsWelcomeMessage__content .text-container .wrapper-title h1 {
    font-size: 32px;
  }
}
.evp-self-test-quiz .fsWelcomeMessage__content .text-container .wrapper-content p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 16px;
  color: rgb(46, 50, 53);
  text-align: left;
}
.evp-self-test-quiz .fsWelcomeMessage__content .text-container .wrapper-links {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .evp-self-test-quiz .fsWelcomeMessage__content .text-container .wrapper-links {
    justify-content: center;
  }
}
.evp-self-test-quiz .fsWelcomeMessage__content .text-container .wrapper-links input {
  width: fit-content;
  border: none;
  background: var(--quiz-primary-color);
  color: #fff;
  outline: none;
  border-radius: 5px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  font-weight: 500;
  padding: 8px 31px;
}
.evp-self-test-quiz .fsWelcomeMessage__content .text-container .wrapper-disclaimer {
  margin-top: 16px;
}
.evp-self-test-quiz .fsWelcomeMessage__content .text-container .wrapper-disclaimer p {
  font-size: 14px;
  text-align: left;
  line-height: 18px;
}
.evp-self-test-quiz .fsWelcomeMessage__content .image-container {
  position: absolute;
  width: 100%;
  max-width: 783px;
  position: absolute;
  top: 220px;
  left: 32px;
  height: 517px;
}
@media (max-width: 767px) {
  .evp-self-test-quiz .fsWelcomeMessage__content .image-container {
    top: 0;
    left: 0;
    width: 100%;
    max-height: 229px;
  }
}
.evp-self-test-quiz .fsWelcomeMessage__content .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .evp-self-test-quiz .fsWelcomeMessage__content .image-container img {
    max-height: 229px;
  }
}

.form-preloader {
  max-width: 200px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

/*# sourceMappingURL=index.css.map */
