.page-main {
  width: 88vw;
  padding: 0 15px;
  padding-top: 220px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .page-main {
    padding-top: 120px;
    padding-right: 25px;
    padding-left: 25px;
    width: 100%;
  }
}

.self-assessment {
  position: relative;
  margin-bottom: 130px;
}
@media screen and (max-width: 1200px) {
  .self-assessment {
    margin-bottom: 50px;
  }
}
.self-assessment .flex {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 1200px) {
  .self-assessment .flex {
    display: flex;
    flex-direction: column;
    gap: 88px;
  }
}
.self-assessment .hidden {
  display: none;
}
.self-assessment > .title {
  font-weight: 600;
  font-size: 60px;
  line-height: 110%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 54px;
}
@media screen and (max-width: 1200px) {
  .self-assessment > .title {
    font-size: 40px;
  }
}
.self-assessment .btn-back-to-home {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #0D28AB;
  margin-bottom: 40px;
}
.self-assessment .btn-back-to-home::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../img/icon/arrow-left-blue.svg");
  background-repeat: no-repeat;
}
.self-assessment .box {
  position: relative;
  padding: 40px;
  width: 858px;
  max-width: 100%;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .self-assessment .box {
    width: 100%;
    padding: 20px;
  }
}
.self-assessment .box .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  text-transform: capitalize;
  color: #1E1E1E;
  margin-bottom: 32px;
}
@media screen and (max-width: 1200px) {
  .self-assessment .box .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.self-assessment .box .content {
  font-size: 14px;
  line-height: 18px;
  color: #1E1E1E;
  margin-bottom: 60px;
}
.self-assessment .box .agreement .agreement-item:not(:last-child) {
  margin-bottom: 40px;
}
.self-assessment .box .agreement .agreement-item label {
  position: relative;
  cursor: pointer;
}
.self-assessment .box .agreement .agreement-item label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.self-assessment .box .agreement .agreement-item label input:checked + span::before {
  background-image: url("../img/icon/checkbox-checked.svg");
}
.self-assessment .box .agreement .agreement-item label span {
  position: relative;
  display: flex;
  gap: 12px;
  font-size: 14px;
  line-height: 18px;
  color: #1E1E1E;
}
.self-assessment .box .agreement .agreement-item label span::before {
  cursor: pointer;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/checkbox.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
}
.self-assessment .box .welcome-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.self-assessment .box .welcome-btn-wrap .btn-start {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 16px 24px;
  min-width: 140px;
  background: #242648;
  border-radius: 200px;
  border: 2px solid #242648;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .self-assessment .box .welcome-btn-wrap .btn-start {
    width: 100%;
  }
}
.self-assessment .box .welcome-btn-wrap .btn-start:hover {
  background-color: #454763;
}
.self-assessment .box .welcome-btn-wrap .btn-start:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.self-assessment .box .btn-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 375px) {
  .self-assessment .box .btn-wrap {
    flex-direction: column-reverse;
    gap: 16px;
  }
}
.self-assessment .box .btn-wrap.flex-end {
  justify-content: flex-end;
}
.self-assessment .box .btn-wrap .btn-back {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  color: #242648;
  padding: 16px 24px;
  min-width: 140px;
  background: #FFFFFF;
  border-radius: 200px;
  border: 2px solid #242648;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .self-assessment .box .btn-wrap .btn-back {
    padding: 12px;
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 375px) {
  .self-assessment .box .btn-wrap .btn-back {
    width: 100%;
  }
}
.self-assessment .box .btn-wrap .btn-back:hover {
  border-color: #454763;
}
.self-assessment .box .btn-wrap .btn-next {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 16px 24px;
  min-width: 140px;
  background: #242648;
  border-radius: 200px;
  border: 2px solid #242648;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .self-assessment .box .btn-wrap .btn-next {
    padding: 12px;
    font-size: 14px;
    line-height: 18px;
  }
}
.self-assessment .box .btn-wrap .btn-next:hover {
  background-color: #454763;
}
@media screen and (max-width: 375px) {
  .self-assessment .box .btn-wrap .btn-next {
    width: 100%;
  }
}
.self-assessment .box .question {
  padding: 40px;
  background: #0D28AB;
  border-radius: 12px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .self-assessment .box .question {
    padding: 20px;
  }
}
.self-assessment .box .question .number {
  font-size: 18px;
  line-height: 23px;
  text-transform: capitalize;
  color: #BAC6FB;
  margin-bottom: 16px;
}
@media screen and (max-width: 1200px) {
  .self-assessment .box .question .number {
    font-size: 15px;
    line-height: 20px;
  }
}
.self-assessment .box .question .title {
  margin-bottom: 0;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  text-transform: capitalize;
}
@media screen and (max-width: 1200px) {
  .self-assessment .box .question .title {
    font-size: 20px;
  }
}
.self-assessment .box .selection {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.self-assessment .box .selection .selection-item {
  position: relative;
}
.self-assessment .box .selection .selection-item label {
  display: flex;
  align-items: center;
  gap: 16px;
}
.self-assessment .box .selection .selection-item label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.self-assessment .box .selection .selection-item label input:checked + span {
  border-color: #0D28AB;
}
.self-assessment .box .selection .selection-item label input:checked + span::before {
  background-image: url("../img/icon/checkbox-checked.svg");
}
.self-assessment .box .selection .selection-item label span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 18px;
  color: #414042;
  padding: 20px 32px;
  border: 1px solid #C8C8C8;
  border-radius: 12px;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .self-assessment .box .selection .selection-item label span {
    border-radius: 8px;
    padding: 16px;
  }
}
.self-assessment .box .selection .selection-item label span::before {
  cursor: pointer;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/checkbox.svg");
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.self-assessment .box .contact-for-help-text {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  color: #0D28AB;
  line-height: 150%;
}
.self-assessment .ask-for-help-wrap {
  width: 1075px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.self-assessment .ask-for-help-wrap.hidden {
  display: none;
}
.self-assessment .ask-for-help-wrap .icon {
  margin-bottom: 32px;
}
.self-assessment .ask-for-help-wrap .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  text-transform: capitalize;
  color: #1E1E1E;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .self-assessment .ask-for-help-wrap .title {
    font-size: 24px;
  }
}
.self-assessment .ask-for-help-wrap .desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #494949;
  margin-bottom: 32px;
}
@media screen and (max-width: 1200px) {
  .self-assessment .ask-for-help-wrap .desc {
    font-size: 14px;
    text-align: center;
  }
}
.self-assessment .ask-for-help-wrap .desc.hidden {
  display: none;
}
.self-assessment .ask-for-help-wrap .contact-information {
  width: 100%;
  padding: 32px;
  background: #F5F5F5;
  border-radius: 12px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .self-assessment .ask-for-help-wrap .contact-information {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.self-assessment .ask-for-help-wrap .contact-information .info-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  text-transform: capitalize;
  color: #0D28AB;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .self-assessment .ask-for-help-wrap .contact-information .info-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.self-assessment .ask-for-help-wrap .contact-information .info-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .self-assessment .ask-for-help-wrap .contact-information .info-content {
    flex-direction: column;
  }
}
.self-assessment .ask-for-help-wrap .contact-information .info-content .info-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 32px 24px;
  gap: 8px;
  background: #EAEAEA;
  border-radius: 8px;
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 991px) {
  .self-assessment .ask-for-help-wrap .contact-information .info-content .info-item {
    width: 100%;
  }
}
.self-assessment .ask-for-help-wrap .contact-information .info-content .info-item .info-item-icon {
  width: 41px;
  height: 40px;
}
.self-assessment .ask-for-help-wrap .contact-information .info-content .info-item .info-item-content a {
  text-decoration: underline;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #494949;
}
.self-assessment .ask-for-help-wrap .contact-information .info-content .info-item .info-item-content a.number {
  text-decoration: none;
}
.self-assessment .result-wrap {
  width: 1075px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.self-assessment .result-wrap.hidden {
  display: none;
}
.self-assessment .result-wrap .icon {
  margin-bottom: 32px;
}
.self-assessment .result-wrap .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  text-transform: capitalize;
  color: #1E1E1E;
  margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
  .self-assessment .result-wrap .title {
    font-size: 24px;
  }
}
.self-assessment .result-wrap .desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #494949;
  margin-bottom: 32px;
}
@media screen and (max-width: 1200px) {
  .self-assessment .result-wrap .desc {
    font-size: 14px;
    text-align: center;
  }
}
.self-assessment .result-wrap .result-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .self-assessment .result-wrap .result-list {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.self-assessment .result-wrap .result-list .result-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 32px;
  background: #F5F5F5;
  border-radius: 12px;
}
.self-assessment .result-wrap .result-list .result-item.hidden {
  display: none;
}
@media screen and (max-width: 1200px) {
  .self-assessment .result-wrap .result-list .result-item {
    padding: 16px;
    flex-direction: column;
    gap: 16px;
  }
}
.self-assessment .result-wrap .result-list .result-item .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 125%;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #0D28AB;
}
@media screen and (max-width: 1200px) {
  .self-assessment .result-wrap .result-list .result-item .title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.self-assessment .result-wrap .result-list .result-item a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 16px 24px;
  min-width: 140px;
  background: #242648;
  border-radius: 200px;
  border: 2px solid #242648;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .self-assessment .result-wrap .result-list .result-item a {
    padding: 12px;
    font-size: 14px;
    line-height: 18px;
  }
}
.self-assessment .result-wrap .result-list .result-item a:hover {
  background-color: #454763;
}