@charset "UTF-8";

#root {
  min-height: 100vh;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(to bottom, #F2A71B 10px, #F2A71B 60%, #F2A71B);
  margin: 0 auto;
  overflow: hidden;
}

.step {
  width: 15rem;
  height: 0.75rem;
  display: inline-block;
}
.step:not(:last-child) {
  margin-right: 3rem;
}

.step.active {
  background-color: #ffc533 !important;
}
.step.finish {
  background-color: #ffc533 !important;
}

.multisteps_form_panel {
  display: none;
}

.question_number {
  padding-top: 5rem;
}

span.span {
  color: #ffc533;
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 1rem;
  -webkit-transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.no-result-header-top {
  font-size: 3rem;
  margin-top: 100px;
}

.no-result-header {
  font-size: 1.8rem;
}

.no-result-content {
  max-width: 70%;
}

.rank-beach-header {
  color: #202022;
  font-size: 4rem;
  font-weight: 700;
}

.rank-beach-subheader {
  font-size: 1.2rem;
}

.rank-beach {
  color: #202022;
  font-size: 1.3rem;
}

.rank-beach-other {
  font-weight: 400;
}

.result-container {
  background: #ffc533;
  border: 1px solid #1f2023;
  border-radius: 5px;
  margin: 10px 30px;
  padding: 5px 20px;
  font-size: 50px;
}

.result-number {
  font-size: 30px;
  font-weight: 700;
  color: #1f2023;
  padding-bottom: 0;
}

.result-name {
  font-size: 30px;
  font-weight: 700;
  color: #1f2023;
  padding-bottom: 0;
}

.result-container-minor {
  background: #ffc533;
  border: 1px solid #1f2023;
  border-radius: 5px;
  margin: 10px 30px;
  padding: 5px 20px;
}

.result-number-minor {
  font-size: 20px;
  font-weight: 700;
  color: #1f2023;
  padding-bottom: 0;
}

.result-name-minor {
  font-size: 20px;
  font-weight: 700;
  color: #1f2023;
  padding-bottom: 0;
}

h1 {
  color: #000a38;
  font-size: 4.204375rem;
  margin-bottom: 2rem;
}

.form_items .answer, .form-submit-button {
  display: block;
  min-width: 300px;
  color: #212529;
  font-size: 1.3125rem;
  padding: 0.9375rem 2rem;
  margin-top: 1.25rem;
  position: relative;
  cursor: pointer;
  border-radius: 0.625rem !important;
  text-align: center !important;
  border: 3px solid #fff;
}

.form_items .answer-whatever {
  color: #fff;
  border: 2px dashed #fff;
}

.show-more {
  font-size: 1.3125rem;
  padding: 0.9375rem 1rem;
  margin-top: 1.25rem;
  position: relative;
  cursor: pointer;
  border-radius: 0.625rem !important;
  text-align: center !important;
  text-transform: uppercase;
  border: 1px solid #202022;
  background: #F2A71B;
  color: #202022;
}

.show-more:hover {
  color: #fff;
  background: #202022;
}

/*.form_items .answer:after {*/
/*  content: "";*/
/*  width: 1.7rem;*/
/*  height: 1.7rem;*/
/*  top: 50%;*/
/*  left: 14px;*/
/*  -webkit-transform: translateY(-50%);*/
/*          transform: translateY(-50%);*/
/*  position: absolute;*/
/*  border-radius: 100%;*/
/*  border: 2px solid #e2e2e2;*/
/*}*/
/*.form_items .answer:before {*/
/*  content: "";*/
/*  top: 48%;*/
/*  left: 18px;*/
/*  -webkit-transform: translateY(-50%);*/
/*          transform: translateY(-50%);*/
/*  position: absolute;*/
/*  color: #ffc533;*/
/*  font-size: 1.2rem;*/
/*  font-weight: 900;*/
/*  font-family: "Font Awesome 5 Free";*/
/*  display: none;*/
/*}*/
.form_items .answer label {
  cursor: pointer;
}
.form_items .answer input {
  display: none;
}
.form_items .answer.active:before {
  display: block;
}

.f_btn {
  color: #000a38;
  font-size: 1.25rem;
  font-weight: 800;
  padding: 0.9375rem 1.5625rem;
  outline: none;
  background-color: #ffc533;
  margin-right: 0.625rem;
  margin-bottom: 2rem;
  -webkit-transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.f_btn:hover {
  color: #ffc533;
  background-color: #ffffff;
}

body {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  font-style: normal;
  font-display: swap;
  font-family: "Sen", sans-serif;
  background-color: #ffffff;
}

a,
button,
input {
  cursor: pointer;
  text-decoration: none;
}
a:hover,
button:hover,
input:hover {
  text-decoration: none;
}
a:focus,
button:focus,
input:focus {
  outline: none;
}

ul > li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

.animate_50ms {
  -webkit-animation-delay: 50ms;
          animation-delay: 50ms;
}

.animate_100ms {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}

.animate_150ms {
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
}

.animate_200ms {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

.animate_250ms {
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1510px;
  }
}
/* ==================================================
*   01 - media screen and (max-width: 1500px)
*   02 - media screen and (max-width: 1400px)
*	03 - media screen and (max-width: 1200px)
*	04 - media screen and (max-width: 992px)
*	05 - media screen and (max-width: 768px)
*	06 - media screen and (max-width: 576px)
*	07 - media screen and (max-width: 380px)
*   XX-Large devices (larger desktops)
*   No media query since the xxl breakpoint has no upper bound on its width
================================================== */
@media screen and (max-width: 1499.98px) {
  .step_progress .step {
    width: 9rem;
  }
  .step_progress .step:not(:last-child) {
    margin-right: 2.1rem;
  }
}
@media screen and (max-width: 1399.98px) {
  .step_progress .step {
    width: 9rem;
  }
  .step_progress .step:not(:last-child) {
    margin-right: 2.1rem;
  }

  span {
    font-size: 1.2rem;
    padding-bottom: 0.8rem;
  }

  .rank-beach-header {
    font-size: 4rem;
  }

  .rank-beach-subheader {
    font-size: 1.2rem;
  }

  .rank-beach {
    font-size: 1.3rem;
  }

  h1 {
    font-size: 4rem;
  }

  .form_items .answer {
    font-size: 1.2rem;
    padding: 0.8375rem 3rem;
  }

  .f_btn {
    font-size: 1.18rem;
    font-weight: 700;
    padding: 0.7375rem 1.3625rem;
  }
}
@media screen and (max-width: 1199.98px) {
  .step_progress .step {
    width: 7rem;
  }
  .step_progress .step:not(:last-child) {
    margin-right: 1.9rem;
  }

  span {
    font-size: 1.15rem;
    padding-bottom: 0.6rem;
  }

  .rank-beach-header {
    font-size: 4rem;
  }

  .rank-beach-subheader {
    font-size: 1.2rem;
  }

  .rank-beach {
    font-size: 1.3rem;
  }

  h1 {
    font-size: 3.5rem;
  }

  .form_items .answer {
    font-size: 1rem;
    padding: 0.7375rem 3rem;
  }

  .f_btn {
    font-size: 1.15rem;
    font-weight: 700;
    padding: 0.8375rem 1.4625rem;
  }
}
@media screen and (max-width: 991px) {
  .step_progress .step {
    width: 4.5rem;
  }
  .step_progress .step:not(:last-child) {
    margin-right: 1.6rem;
  }

  span {
    font-size: 1rem;
  }

  .rank-beach-header {
    font-size: 2.8rem;
  }

  .rank-beach-subheader {
    font-size: 1.0rem;
  }

  .rank-beach {
    font-size: 1.1rem;
  }

  .no-result-header {
    font-size: 1.5rem;
  }

  .no-result-content {
    max-width: 85%;
  }

  h1 {
    font-size: 3.5rem;
    font-weight: 600;
  }

  .form_items .answer {
    font-size: 1rem;
  }

  .f_btn {
    font-size: 1rem;
    font-weight: 600;
    padding: 0.7375rem 1.3625rem;
  }

  .result-number {
    font-size: 15px;
  }

  .result-name {
    font-size: 15px;
  }

  .result-name-minor {
    font-size: 12px;
  }

  .result-number-minor {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .step_progress .step {
    width: 3.5rem;
  }
  .step_progress .step:not(:last-child) {
    margin-right: 1.2rem;
  }

  span {
    font-size: 0.8rem;
  }

  .rank-beach-header {
    font-size: 2.5rem;
  }

  .rank-beach-subheader {
    font-size: 0.8rem;
  }

  .rank-beach {
    font-size: 0.9rem;
  }

  .no-result-header {
    font-size: 1.3rem;
  }

  .no-result-content {
    max-width: 90%;
  }

  h1 {
    font-size: 2.5rem;
    font-weight: 500;
  }

  .form_items .answer {
    font-size: 0.8rem;
  }

  .f_btn {
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0.5375rem 1.1625rem;
  }
}
@media screen and (max-width: 575px) {
  span {
    font-size: 0.8rem;
  }

  .rank-beach-header {
    font-size: 2.0rem;
  }

  .rank-beach-subheader {
    font-size: 0.7rem;
  }

  .rank-beach {
    font-size: 0.8rem;
  }

  .no-result-header {
    font-size: 1.1rem;
  }

  .no-result-content {
    font-size: 0.9rem;
    max-width: 90%;
  }


  h1 {
    font-size: 2rem;
    font-weight: 500;
  }

  .f_btn {
    font-size: 0.6rem;
    padding: 0.5375rem 1.1625rem;
  }
}