.vocational_test {
  display: flex;
  align-items: start;
  width: 100vw;
  width: 100dvw;
  min-height: 1000px;
  padding: 160px 0 80px;
  position: relative;
}

@media (min-width: 1024px) {
  .vocational_test {
    padding: 200px 0 80px;
  }
}

.vocational_test picture[data-function="bg-image"]>img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vocational_test .vocational_test_wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  overflow-x: clip;
  position: relative;
}

@media (min-width: 1024px) {
  .vocational_test .vocational_test_wrapper {
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media (min-width: 1240px) {
  .vocational_test .vocational_test_wrapper {
    overflow: unset;
  }
}

.vocational_test .vocational_test_wrapper>.loading-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);

  width: auto;
  height: 155px;
  transition: all .4s ease-in-out .6s;
}

@media (min-width: 1024px) {
  .vocational_test .vocational_test_wrapper>.loading-image {
    height: 180px;
  }
}

.vocational_test .vocational_test_wrapper>.loading-image>img {
  display: block;
  margin: auto;
  width: auto;
  height: 100%;
}

.vocational_test .vocational_test_wrapper>.loading-image .stars {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

.vocational_test .vocational_test_wrapper>.loading-image .stars>img {
  position: absolute;
  display: block;
  width: auto;

  animation: glow 3s ease-in-out infinite;
}

.vocational_test .vocational_test_wrapper>.loading-image .stars>img:nth-of-type(1) {
  height: 100px;
  top: -55px;
  left: -65px;

  @media (min-width: 1024px) {
    left: -50px;
  }
}

.vocational_test .vocational_test_wrapper>.loading-image .stars>img:nth-of-type(2) {
  height: 80px;
  top: 30px;
  left: -90px;
  animation-direction: reverse;

  @media (min-width: 1024px) {
    left: -75px;
  }
}

.vocational_test .vocational_test_wrapper>.loading-image .stars>img:nth-of-type(3) {
  height: 120px;
  top: 60px;
  left: -65px;

  @media (min-width: 1024px) {
    left: -50px;
  }
}

.vocational_test .vocational_test_wrapper>.loading-image .stars>img:nth-of-type(4) {
  height: 140px;
  top: -65px;
  left: 70px;
  animation-direction: reverse;

  @media (min-width: 1024px) {
    left: 90px;
  }
}

.vocational_test .vocational_test_wrapper>.loading-image .stars>img:nth-of-type(5) {
  height: 100px;
  top: 55px;
  left: 100px;

  @media (min-width: 1024px) {
    left: 120px;
  }
}

.vocational_test .vocational_test_wrapper>.loading-image .stars>img:nth-of-type(6) {
  height: 30px;
  top: 90px;
  left: 105px;
  animation-direction: reverse;

  @media (min-width: 1024px) {
    left: 125px;
  }
}

.vocational_test .vocational_test_wrapper>.loading-image:has(+ .progress-container + #vocational-page-questions),
.vocational_test .vocational_test_wrapper>.loading-image:has(+ .progress-container + #vocational-page-results) {
  display: none;
}

.vocational_test .vocational_test_wrapper>.progress-container {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.vocational_test .vocational_test_wrapper>.progress-container:has(+ #vocational-page-questions) {
  display: block;
}

.vocational_test .vocational_test_wrapper>.progress-container>span {
  display: block;
  margin: 0 auto;
  font-family: var(--font-outfit);
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  width: max-content;
}

.vocational_test .vocational_test_wrapper>.progress-container>span>strong {
  font-size: 36px;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .vocational_test .vocational_test_wrapper>.progress-container>span>strong {
    font-size: 46px;
  }
}

.vocational_test .vocational_test_wrapper>.progress-container>progress {
  display: block;
  margin: 20px auto 0;
  width: 100%;
  max-width: 300px;
  height: 8px;
  -webkit-appearance: none;
  appearance: none;
}

@media (min-width: 1024px) {
  .vocational_test .vocational_test_wrapper>.progress-container>progress {
    width: calc(100% - 80px);
  }
}

.vocational_test .vocational_test_wrapper>.progress-container>progress::-webkit-progress-bar {
  background-color: #EEEEEE;
  border-radius: 8px;
}

.vocational_test .vocational_test_wrapper>.progress-container>progress::-webkit-progress-value {
  background: linear-gradient(180deg, #45B8AC 0%, #60DED1 100%);
  border-radius: 8px;
}

.vocational_test .vocational_test_wrapper>.progress-container>progress::-moz-progress-bar {
  background: linear-gradient(180deg, #45B8AC 0%, #60DED1 100%);
  border-radius: 8px;
}

.vocational_test .vocational_test_wrapper h2 {
  font-family: var(--font-outfit);
  font-size: 30px;
  font-weight: 700;
  color: #C5F1F0;
  line-height: 1.3em;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 1024px) {
  .vocational_test .vocational_test_wrapper h2 {
    font-size: 52px;
    max-width: 85%;
    margin: 0 auto;
  }
}

.vocational_test .vocational_test_wrapper p {
  font-family: var(--font-outfit);
  font-size: 18px !important;
  font-weight: 500;
  max-width: 400px;
  margin: 25px auto;
  line-height: 1.3em;
  text-align: center;
  color: #FFFFFF;
}

@media (min-width: 1024px) {
  .vocational_test .vocational_test_wrapper p {
    font-size: 24px !important;
    max-width: unset;
    margin: 40px auto;
  }
}

.vocational_test .vocational_test_wrapper p b {
  font-weight: 700;
}

.vocational_test .vocational_test_wrapper ol {
  display: flex;
  gap: 25px;
  flex-direction: column;
  font-family: var(--font-outfit);
  font-size: 17px;
  font-weight: 400;
  margin: 32px 0;
  padding: 0;
  line-height: 1.3em;
  overflow: auto;
  scrollbar-color: #134C8F transparent;
  color: #FFFFFF;
}

@media (min-width: 1024px) {
  .vocational_test .vocational_test_wrapper ol {
    gap: 20px;
    font-size: 18px;
    margin: 40px 40px 60px;
  }
}

.vocational_test .vocational_test_wrapper ol li {
  display: flex;
  color: #FFFFFF;
}

.vocational_test .vocational_test_wrapper ol li:has(img) {
  gap: 15px;
}

.vocational_test .vocational_test_wrapper ol li:has(img) img {
  display: block;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
}

.vocational_test .vocational_test_wrapper ol input {
  display: inline;
  flex: 0 0 auto;
  position: relative;
  min-height: unset;
  margin: 2px 5px 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  color: #000;
  background-color: #fff;
  border: 2px solid #b6e1f9;
  border-radius: 5px;
  cursor: pointer;
}

.vocational_test .vocational_test_wrapper ol input::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  box-shadow: inset 1em 2em #45b8ac;
  border-radius: 5px;
  opacity: 0;
  transform-origin: bottom left;
  transition: 1ms opacity ease-in-out;
}

.vocational_test .vocational_test_wrapper ol input::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0;
}

.vocational_test .vocational_test_wrapper ol input:checked {
  border: none;
}

.vocational_test .vocational_test_wrapper ol input:checked::before {
  opacity: 1;
  background: #45b8ac;
}

.vocational_test .vocational_test_wrapper ol input:checked::after {
  position: absolute;
  top: 2px;
  left: 6px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.vocational_test .vocational_test_wrapper ol label {
  display: inline;
  margin: 0 0 0 5px;
  cursor: pointer;
}

.vocational_test .vocational_test_wrapper ul {
  display: flex;
  gap: 15px;
  flex-direction: column;
  font-family: var(--font-outfit);
  font-size: 17px;
  font-weight: 500;
  margin: 32px 0 0;
  padding: 0;
  line-height: 1.3em;
  overflow: auto;
  scrollbar-color: #134C8F transparent;
  color: #FFFFFF;
}

@media (min-width: 1024px) {
  .vocational_test .vocational_test_wrapper ul {
    font-size: 18px;
    margin: 20px 40px 0;
    gap: 12px;
  }
}

.vocational_test .vocational_test_wrapper ul li {
  display: flex;
  align-items: start;

  span {
    color: #FFFFFF;
  }
}

.vocational_test .vocational_test_wrapper ul li:has(img) {
  gap: 10px;
}

.vocational_test .vocational_test_wrapper ul li:has(img) img {
  display: block;
  flex: 0 0 auto;
  margin-top: 3.5px;
}

@media (min-width: 1024px) {
  .vocational_test .vocational_test_wrapper ul li:has(img) img {
    width: auto;
    height: 16px;
    margin-top: 4px;
  }
}

.vocational_test .vocational_test_wrapper button[type="button"].green-button {
  width: 100%;
  font-weight: 500;
  text-transform: initial;
}

@media (min-width: 1024px) {
  .vocational_test .vocational_test_wrapper button[type="button"].green-button {
    width: fit-content;
    margin: 0 auto;
  }
}

.vocational_test .vocational_test_wrapper .actions {
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;
  margin: 60px 0 0;
}

.vocational_test .vocational_test_wrapper .actions button[type="button"] {
  padding: 0;
  background: unset;
  border: unset;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: opacity .3s ease-in-out;
}

.vocational_test .vocational_test_wrapper .actions button[type="button"][disabled] {
  opacity: .6;
  cursor: not-allowed;
}

.vocational_test .vocational_test_wrapper .actions button[type="button"]>img {
  display: block;
}

.vocational_test .vocational_test_wrapper .vocational-page {
  flex: 1 0 100%;
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: all .6s ease-in-out;
}

.vocational_test .vocational_test_wrapper .vocational-page.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.vocational_test .vocational_test_wrapper .vocational-page#vocational-page-home,
.vocational_test .vocational_test_wrapper .vocational-page#vocational-page-instructions {
  margin: 195px 0 0;
}

@media (min-width: 1024px) {

  .vocational_test .vocational_test_wrapper .vocational-page#vocational-page-home,
  .vocational_test .vocational_test_wrapper .vocational-page#vocational-page-instructions {
    margin: 230px 0 0;
  }
}

.vocational_test .vocational_test_wrapper .vocational-page#vocational-page-home button,
.vocational_test .vocational_test_wrapper .vocational-page#vocational-page-instructions button {
  margin: auto;
}

.vocational_test .vocational_test_wrapper .vocational-page#vocational-page-questions {
  margin: 90px 0 0;
}

.vocational_test .vocational_test_wrapper .vocational-page#vocational-page-questions h2 {
  font-size: 26px;
}

@media (min-width: 1024px) {
  .vocational_test .vocational_test_wrapper .vocational-page#vocational-page-questions h2 {
    font-size: 32px;
  }
}

.vocational_test .vocational_test_wrapper .vocational-page#vocational-page-questions>img {
  display: block;
  margin: 32px auto;
  width: auto;
  height: 160px;
}

@media (min-width: 1024px) {
  .vocational_test .vocational_test_wrapper .vocational-page#vocational-page-questions>img {
    height: 180px;
    margin: 40px auto;
  }
}

.vocational_test .vocational_test_wrapper .vocational-page#vocational-page-results.hidden form[id] {
  display: none;
}

.vocational_test .vocational_test_wrapper .vocational-page#vocational-page-results>span {
  display: block;
  font-family: var(--font-outfit);
  font-size: 17px !important;
  font-weight: 500;
  max-width: 400px;
  margin: 32px auto;
  line-height: 1.3em;
  text-align: center;
  color: #FFFFFF;
}

@media (min-width: 1024px) {
  .vocational_test .vocational_test_wrapper .vocational-page#vocational-page-results>span {
    font-size: 20px !important;
    margin: 35px auto;
  }
}

.vocational_test .vocational_test_wrapper .vocational-page#vocational-page-results>p {
  font-size: 18px !important;
  font-weight: 600;
  margin: 35px auto;
}

@media (min-width: 1024px) {
  .vocational_test .vocational_test_wrapper .vocational-page#vocational-page-results>p {
    margin: 64px auto;
    font-size: 22px !important;
  }
}

.vocational_test .vocational_test_wrapper .vocational-page#vocational-page-results .vocational-results {
  display: flex;
  gap: 24px;
  flex-direction: column;
  padding: 40px 20px;
  box-shadow: 0px 0px 6px #B6E1F9;
  border: 2px solid #B6E1F9;
  border-radius: 20px;
}

@media (min-width: 1024px) {
  .vocational_test .vocational_test_wrapper .vocational-page#vocational-page-results .vocational-results {
    gap: 32px;
  }
}

.vocational_test .vocational_test_wrapper .vocational-page#vocational-page-results .vocational-results>img {
  display: block;
  width: auto;
  height: 160px;
}

@media (min-width: 1024px) {
  .vocational_test .vocational_test_wrapper .vocational-page#vocational-page-results .vocational-results>img {
    height: 180px;
  }
}

.vocational_test .vocational_test_wrapper .vocational-page#vocational-page-results .vocational-results>h3 {
  font-family: var(--font-outfit);
  font-size: 26px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.2em;
  max-width: 345px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .vocational_test .vocational_test_wrapper .vocational-page#vocational-page-results .vocational-results>h3 {
    font-size: 32px;
    max-width: unset;
  }
}

.vocational_test .vocational_test_wrapper .vocational-page#vocational-page-results .vocational-results>.vocational-points {
  display: flex;
  gap: 10px;
  margin: 0 auto;
}

.vocational_test .vocational_test_wrapper .vocational-page#vocational-page-results .vocational-results>.vocational-points span {
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: linear-gradient(180deg, #60DED1 0%, #B6E1F9 100%);
}

@keyframes glow {
  0% {
    transform: translate3D(0, 0, 0) scale(1);
    opacity: 0;
  }

  12% {
    opacity: 1;
  }

  24% {
    opacity: 1;
  }

  36% {
    opacity: 0.8;
  }

  48% {
    opacity: 0.9;
  }

  60% {
    opacity: 0.5;
  }

  72% {
    opacity: 0.6;
  }

  84% {
    opacity: 0.3;
  }

  100% {
    transform: translate3D(0, 40px, 0) scale(.4);
    opacity: 0;
  }
}