:root {
  --progress-width: 25%;
}

.form-quiz {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto 150px auto;
  padding: 0 20px;
}

.form-quiz-wrapper {
  width: 100%;
  padding: 50px 50px 40px 50px;
  border-radius: 20px;
  background: white;
}

.form-quiz-wrapper-success .fq-head, .form-quiz-wrapper-success .fq-footer, .form-quiz-wrapper-success .form-quiz-container:not(#slideSuccess) {
  display: none;
}
.form-quiz-wrapper-success #slideSuccess {
  display: block;
}

.fq-head {
  margin: 0 auto;
  max-width: 770px;
  text-align: center;
}

.fq-title {
  color: #19424d;
}

.fq-description {
  margin: 24px 0 50px 0;
}
.fq-description * {
  font-family: Geologica;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 100;
}
.fq-description strong {
  font-weight: 600;
}

.fq-form {
  height: auto;
  display: flex;
  overflow: hidden;
}

.form-quiz-container {
  flex: 1 0 100%;
  height: fit-content;
}

.fq-inner {
  width: 100%;
  display: flex;
  gap: 20px;
}

.fq-question {
  margin-bottom: 32px;
  font-family: Geologica;
  font-size: 18px;
  letter-spacing: 0.03;
  line-height: auto;
  font-weight: 500;
  color: #57b1c7;
  text-align: center;
}

.fq-img-radio {
  max-width: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fq-img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 1;
  overflow: hidden;
}
.fq-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fq-checkbox-wrapper {
  width: 100%;
  display: flex;
  gap: 10px;
  font-family: Geologica;
  font-size: 16px;
  letter-spacing: 0;
  line-height: auto;
  font-weight: 300;
}

.fq-checkbox {
  -webkit-appearance: none;
  position: relative;
  max-width: 18px;
  width: 100%;
  height: 18px;
  margin: 2px 0 0 0;
  border: 0.5px solid #9fd2df;
  border-radius: 3px;
  outline: none;
  background-color: rgba(231, 244, 247, 0.35);
  transition: all 0.2s ease;
}
.fq-checkbox:hover {
  cursor: pointer;
}
.fq-checkbox::before {
  position: absolute;
  top: 1.5px;
  left: 1.3px;
  width: 14px;
  height: 11px;
  content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='11' width='14'><path fill-rule='evenodd' clip-rule='evenodd' d='M13.6901 0.18561C14.005 0.461175 14.0336 0.941242 13.7535 1.25214L5.86804 10.0045C5.58646 10.317 5.10299 10.3369 4.79671 10.0486L0.233691 5.75288C-0.0508735 5.48498 -0.0781135 5.03858 0.166034 4.73341C0.435434 4.39666 0.937116 4.35031 1.25773 4.63868L4.79803 7.82311C5.10569 8.09986 5.57937 8.07511 5.85656 7.76783L12.6392 0.24765C12.9136 -0.0566702 13.3817 -0.0842554 13.6901 0.18561Z' fill='%234B637D'/></svg>");
  opacity: 0;
  transition: 0.2s;
}
.fq-checkbox:checked::before {
  opacity: 1;
}

.fq-footer {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.fq-progress {
  max-width: 300px;
  width: 100%;
}

.fq-progress-bar {
  position: relative;
  width: 100%;
  height: 10px;
  margin-bottom: 12px;
  background: rgba(231, 244, 247, 0.3);
  border: 1px solid #9fd2df;
  border-radius: 10px;
  overflow: hidden;
}
.fq-progress-bar::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: var(--progress-width);
  height: 100%;
  background: #57b1c7;
  border: 1px solid #9fd2df;
  border-radius: 10px;
}

.fq-progress-title {
  font-family: Geologica;
  font-size: 16px;
  letter-spacing: 0;
  line-height: auto;
  font-weight: 300;
  color: #b3c0c4;
}

.fq-btns {
  max-width: 250px;
  width: 100%;
  display: flex;
  gap: 20px;
}
.fq-btns button {
  width: 100%;
}
.fq-btns .fq-btn-prev {
  display: none;
  background: white;
  border: 1.5px solid #57b1c7;
  box-shadow: none;
  color: #57b1c7;
}
.fq-btns.fq-btns-max {
  max-width: 520px;
}
.fq-btns.fq-btns-max .fq-btn-prev {
  display: block;
}

.fq-btn-submit {
  position: absolute;
  z-index: -100;
  visibility: hidden;
}
.fq-btn-submit.visible {
  position: static;
  z-index: auto;
  visibility: visible;
}

.fq-inner-s2 {
  max-width: 882px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  gap: 56px;
}
.fq-inner-s2 .fq-img {
  max-width: 450px;
  aspect-ratio: 2/1;
}
.fq-inner-s2 .fq-col {
  width: 100%;
}
.fq-inner-s2 .fq-checkbox-wrapper:not(:first-child) {
  margin-top: 20px;
}

.fq-inner-s4 {
  max-width: 450px;
  margin: 0 auto;
  flex-direction: column;
  gap: 12px;
}
.fq-inner-s4 .fq-input-wrapper {
  position: relative;
  width: 100%;
}
.fq-inner-s4 .fq-input-wrapper svg {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 16px;
  height: 16px;
  fill: #4b637d;
}
.fq-inner-s4 .fq-input {
  width: 100%;
  height: 50px;
  padding: 15px 15px 15px 41px;
  border: 0.5px solid #9fd2df;
  border-radius: 10px;
  outline: none;
  background-color: rgba(231, 244, 247, 0.35);
  font-family: Geologica;
  font-size: 16px;
  letter-spacing: 0;
  line-height: auto;
  font-weight: 300;
  color: #4B637D;
  transition: all 0.2s ease;
}

#slideSuccess {
  display: none;
}

.fq-success {
  max-width: 664px;
  margin: 100px auto 110px auto;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}
.fq-success .fq-icon {
  width: 125px;
  height: 125px;
  margin: 0 auto;
}
.fq-success .fq-success-title {
  color: #1f2a36;
}
.fq-success button {
  max-width: 250px;
  width: 100%;
  margin: 26px auto 0 auto;
}

@media (max-width: 1200px) {
  .fq-inner-s1 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .fq-img-radio {
    width: 150px;
  }
}
@media (max-width: 1024px) {
  .form-quiz {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .form-quiz {
    margin: 0 auto 56px auto;
  }
  .form-quiz-wrapper {
    padding: 24px 24px 16px 24px;
    border-radius: 5px;
  }
  .fq-title {
    font-size: 24px;
    font-family: Geologica;
  }
  .fq-description {
    margin: 4px 0 32px 0;
  }
  .fq-description * {
    font-size: 16px;
    line-height: auto;
  }
  .fq-inner-s1 {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .fq-question {
    font-size: 16px;
  }
  .fq-img-radio {
    max-width: 100%;
    width: 100%;
  }
  .fq-img {
    display: none;
  }
  .fq-inner-s2 {
    flex-direction: column-reverse;
    align-items: center;
    gap: 24px;
  }
  .fq-inner-s2 .fq-img {
    max-width: 450px;
    aspect-ratio: 295/164;
  }
  .fq-inner-s2 .fq-checkbox-wrapper:not(:first-child) {
    margin-top: 10px;
  }
  .fq-success {
    margin: 26px 0 8px 0;
    gap: 16px;
  }
  .fq-success .fq-icon {
    margin: 0 auto 8px auto;
  }
  .fq-success button {
    max-width: 100%;
    margin: 0px auto 0 auto;
  }
  .fq-inner-s4 {
    gap: 8px;
  }
  .fq-progress {
    display: none;
  }
  .fq-footer {
    margin-top: 40px;
    justify-content: flex-end;
  }
  .fq-btns {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .fq-btns.fq-btns-max {
    max-width: 250px;
  }
}
@media (max-width: 480px) {
  .fq-btns {
    max-width: 100%;
  }
  .fq-btns.fq-btns-max {
    max-width: 100%;
  }
  .fq-btns.fq-btns-max .fq-btn-prev {
    display: block;
  }
}