@font-face {
  font-family: "lgei-text";
  src: url("/font/LGEIText-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "lgei-text";
  src: url("/font/LGEIText-SemiBold.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "lgei-text";
  src: url("/font/LGEIText-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "lgei-text";
  src: url("/font/LGEIText-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "lgei-text";
  src: url("/font/LGEIText-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "lgei-text";
  src: url("/font/LGEIText-SemiBold.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "lgei-text";
  src: url("/font/LGEIText-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "lgei-text";
  src: url("/font/LGEIText-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.wrapper {
  max-width: 900px;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.wrapper .inner {
  padding: 0 20px;
}
@media (max-width: 500px) {
  .wrapper .inner {
    padding: 0 15px;
  }
}

header {
  width: 100%;
  padding: 15px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 500px) {
  header {
    padding: 10px 0;
  }
}
header h1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 500px) {
  header h1 {
    font-size: 15px;
  }
}
header .close_box {
  width: 40px;
  height: 40px;
}
@media (max-width: 500px) {
  header .close_box {
    width: 35px;
    height: 35px;
  }
}
header .close_box .closeBtn {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.7498 28.7499L11.2498 11.2499' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.7498 11.2499L11.2498 28.7499' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.main {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 120px;
}
@media (max-width: 500px) {
  .main {
    gap: 70px;
    margin-top: 70px;
  }
}
.main .survey_conbox {
  width: 100%;
}
.main .survey_conbox p {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
}
@media (max-width: 500px) {
  .main .survey_conbox p {
    font-size: 15px;
    line-height: 20px;
    word-break: keep-all;
  }
}
.main .survey_conbox .rb {
  margin: auto;
  margin-top: 70px;
  max-width: 900px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 3px;
}
@media (max-width: 500px) {
  .main .survey_conbox .rb {
    margin: 30px auto;
  }
}
.main .survey_conbox .rb::before {
  content: "Not likely at all";
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 65px;
  left: 15px;
  font-family: "lgei-text";
}
@media (max-width: 500px) {
  .main .survey_conbox .rb::before {
    left: 0;
    font-size: 14px;
    font-weight: 400;
  }
}
.main .survey_conbox .rb::after {
  content: "Extremely likely";
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 65px;
  right: 15px;
  font-family: "lgei-text";
}
@media (max-width: 500px) {
  .main .survey_conbox .rb::after {
    right: 0;
    font-size: 14px;
    font-weight: 400;
  }
}
.main .survey_conbox .rb .rb-tab {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: center;
}
.main .survey_conbox .rb .rb-tab .rb-spot {
  max-width: 45px;
  width: 100%;
  height: 45px;
  background-color: #F0ECE4;
  border-radius: 7px;
  cursor: pointer;
  transition: ease 0.3s;
  margin: auto;
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  line-height: 45px;
  transform: translateY(0.1em);
  display: inline-block;
  padding-top: 0.1em;
}
@media (max-width: 500px) {
  .main .survey_conbox .rb .rb-tab .rb-spot {
    font-size: 16px;
  }
}
.main .survey_conbox .rb .rb-tab .rb-spot:hover {
  background-color: #C8304F;
  box-shadow: 0 0 0 3px rgba(200, 48, 79, 0.25);
  color: #fff;
}
.main .survey_conbox .rb .rb-tab .rb-spot.rb-tab-active {
  background-color: #C8304F;
  transform: translateY(0.1em);
  font-size: 18px;
  font-weight: 500;
  line-height: 45px;
  color: #fff;
}
.main .survey_conbox .rb .rb-tab-active .rb-spot {
  background-color: #C8304F;
  transform: translateY(0.1em);
  font-size: 18px;
  font-weight: 500;
  line-height: 45px;
  color: #fff;
}
.main .question_conbox {
  width: 100%;
}
.main .question_conbox p {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 500px) {
  .main .question_conbox p {
    font-size: 15px;
  }
}
.main .question_conbox .answer_box {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.main .question_conbox .answer_box button {
  width: 100%;
  max-width: 240px;
  height: 52px;
  margin-top: 1.2em;
  padding: 0px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 52px;
  color: #000;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: -0.4px;
  background-color: white;
  border: 1px solid #F0ECE4;
  outline: none;
  border-radius: 5em;
  transition: color 0.1s, box-shadow 0.3s, transform 0.3s;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "lgei-text";
}
@media (max-width: 500px) {
  .main .question_conbox .answer_box button {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
  }
}
.main .question_conbox .answer_box button.active {
  background-color: #fff;
  color: #000;
  outline: 2px solid #C8304F;
  box-sizing: border-box;
  box-shadow: 0 0 0 0px rgba(200, 48, 79, 0.25);
  transition: 0.1s ease;
}
.main .question_conbox .answer_box button:hover {
  background-color: #fff;
  color: #000;
  outline: 2px solid #C8304F;
  box-sizing: border-box;
  box-shadow: 0 0 0 5px rgba(200, 48, 79, 0.25);
  transition: 0.1s ease;
}

.submitBtn {
  width: 100%;
  max-width: 900px;
  margin: 6.5rem auto;
  margin-bottom: 2rem;
  display: block;
  height: 65px;
  padding: 0.1em 20px 0 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 65px;
  color: #9A9A9A;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: -0.4px;
  background: #F0ECE4;
  outline: none;
  border-radius: 5rem;
  transition: color 0.6s, box-shadow 0.3s, transform 0.3s;
  cursor: pointer;
  box-sizing: border-box;
  border: none;
  font-family: "lgei-text";
}
@media (max-width: 500px) {
  .submitBtn {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    margin: 70px auto;
  }
}
.submitBtn.active {
  background: #C8304F;
  color: #fff;
}

@font-face {
  font-family: "lgei-text";
  src: url("/font/LGEIText-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "lgei-text";
  src: url("/font/LGEIText-SemiBold.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "lgei-text";
  src: url("/font/LGEIText-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "lgei-text";
  src: url("/font/LGEIText-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.card {
  --bs-card-border-color: transparent !important;
  width: 100% !important;
}
.card.p-5 {
  padding: 0 1.5rem !important;
}

.text-center h1 {
  white-space: nowrap;
}
.text-center p {
  margin-bottom: 2rem;
}

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