@charset "UTF-8";

#homepage {
  font-family:
    Stolzl,
    StolzlRegular,
    PingFang SC,
    Hiragino Sans GB,
    Heiti SC,
    Microsoft YaHei,
    WenQuanYi Micro Hei,
    Helvetica,
    Arial,
    monospace,
    sans-serif;
  font-weight: 400;
  overflow: hidden;
}

#homepage h1 {
  font-size: 0.34rem;
  text-align: center;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#homepage h2 {
  font-size: 0.25rem;
  text-align: center;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #1B39E6;
}

#homepage h3 {
  font-size: 0.2rem;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #d1f801;
}

#homepage p {
  font-size: 0.13rem;
  line-height: 1.2;
}

#homepage .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0.1rem;
}

#homepage .mobile {
  display: block;
}

#homepage .pc {
  display: none;
}

#homepage .card {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

#homepage .card.visible {
  opacity: 1;
}

#homepage .ticker {
  width: 120%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  background: #d1f801;
  font-size: 0.21rem;
  padding: 0.13rem 0;
}

#homepage .ticker__track {
  display: inline-block;
  animation: ticker 50s linear infinite;
}

#homepage .ticker__track span {
  display: inline-block;
  font-weight: 500 !important;
  color: #05102c;
}

#homepage #benefit {
  background: #05102c;
  padding: 29px 0;
  position: relative;
  overflow: hidden;
}

#homepage #benefit .container {
  padding: 0;
}

#homepage #benefit .benefit-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  width: 100%;
}

#homepage #benefit .benefit-stat-card {
  min-height: 161px;
  padding: 28px 18px 22px;
  border-radius: 18px;
  background:
    radial-gradient(ellipse 105% 55% at 5% 128%, transparent 0 55%, rgba(255, 255, 255, 0.08) 55.5% 56%, transparent 56.5%),
    radial-gradient(ellipse 120% 54% at 28% 90%, transparent 0 57%, rgba(255, 255, 255, 0.07) 57.5% 58%, transparent 58.5%),
    radial-gradient(ellipse 110% 54% at 33% 51%, transparent 0 55%, rgba(255, 255, 255, 0.07) 55.5% 56%, transparent 56.5%),
    radial-gradient(ellipse 87% 48% at 31% 9%, transparent 0 55%, rgba(255, 255, 255, 0.07) 55.5% 56%, transparent 56.5%),
    #243df2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

#homepage #benefit .benefit-stat-card h3 {
  margin: 0;
  color: #d1f801;
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
  white-space: nowrap;
}

#homepage #benefit .benefit-stat-card h3 span {
  font-size: 32px;
  line-height: 1;
}

#homepage #benefit .benefit-stat-card p {
  margin: 25px 0 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.08;
}

#homepage #advantages {
  padding: 0.55rem 0 0.4rem 0;
}

#homepage #advantages .container {
  display: flex;
  flex-direction: column;
  padding: 0 0.2rem;
}

#homepage #advantages .container h2 {
  padding: 0 0.27rem;
}

#homepage #advantages .cards-container {
  margin-top: 0.4rem;
  gap: 0.2rem;
  display: flex;
  flex-direction: column;
}

#homepage #advantages .cards-container .card {
  background: #1B39E6;
  border-radius: 0.2rem;
  height: 2.33rem;
  width: 100%;
  max-width: 3.35rem;
  margin: auto;
  overflow: hidden;
  display: flex;
  color: white;
  position: relative;
}

#homepage #advantages .cards-container .card p {
  margin-top: 0.2rem;
}

#homepage #advantages .cards-container .card .icon {
  width: auto;
  height: 100%;
  padding-top: 0.37rem;
}

#homepage #advantages .cards-container .card .desc {
  padding: 0.26rem 0 0.25rem 0.27rem;
  margin-right: -0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#homepage #advantages .cards-container .card.card2 .icon {
  padding-top: 0.25rem;
}

#homepage #advantages .cards-container .card.card3 .desc {
  margin-right: 0;
}

#homepage #advantages .cards-container .card.card3 .icon {
  padding-top: 0.31rem;
}

#homepage #terms {
  background: #05102c;
  padding: 0.55rem 0 0.41rem 0;
  position: relative;
  overflow: hidden;
}

#homepage #pricing,
#homepage #legal {
  background: #fff;
  padding: 56px 0 42px;
}

#homepage #pricing .container,
#homepage #legal .container {
  padding: 0 20px;
}

#homepage #pricing .pricing-table-wrap {
  overflow: hidden;
  overflow-x: auto;
  border: 1px solid #1B39E6;
  border-radius: 14px;
  -webkit-overflow-scrolling: touch;
}

#homepage #pricing .pricing-table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  color: #111;
  font-family: "Montserrat", sans-serif;
}

#homepage #pricing .pricing-table th,
#homepage #pricing .pricing-table td {
  padding: 20px 28px;
  border-right: 1px solid #1B39E6;
  border-bottom: 1px solid #1B39E6;
  text-align: left;
  vertical-align: middle;
}

#homepage #pricing .pricing-table th:last-child,
#homepage #pricing .pricing-table td:last-child {
  border-right: 0;
}

#homepage #pricing .pricing-table tbody tr:last-child td {
  border-bottom: 0;
}

#homepage #pricing .pricing-table th {
  background: #E3EEFF;
  color: #162EB8;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

#homepage #pricing .pricing-table td {
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

#homepage #pricing .pricing-table th:nth-child(1),
#homepage #pricing .pricing-table td:nth-child(1) {
  width: 25%;
}

#homepage #pricing .pricing-table th:nth-child(2),
#homepage #pricing .pricing-table td:nth-child(2) {
  width: 27%;
}

#homepage #pricing .pricing-table th:nth-child(3),
#homepage #pricing .pricing-table td:nth-child(3) {
  width: 48%;
}

#homepage #pricing .pricing-disclaimer {
  margin: 16px 0 0;
  color: #111;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}


#homepage #terms .container {
  padding: 0;
}

#homepage #terms h2 {
  font-size: 48px;
  margin: 0 auto;
  color: #d1f801;
}

#terms .grid {
  padding-top: 82px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
}

#terms .card-terms {
  background: #1B39E6;
  position: relative;
  border-radius: 18px;
  padding: 28px;
  display: flex;
  align-items: center;
  gap: 22px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 50, 0.45);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
  cursor: default;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

#terms .content {
  position: relative;
  z-index: 1;
  flex: 1;
}

#terms .content h3 {
  font-weight: 900;
  font-size: 28px;
  line-height: 1.25;
  color: #d1f801;
  margin-bottom: 8px;
  letter-spacing: 0;
}

#terms .content p {
  font-size: 14px;
  line-height: 1.55;
  color: #fff;
  max-width: 500px;
}

#homepage #steps {
  background: #05102C;
  padding: 0.4rem 0.2rem 0;
}

#homepage #steps h2 {
  margin: 0 auto;
}

#homepage #steps img.person {
  width: 100%;
  margin-top: 0.4rem;
}

#homepage #steps .list {
  margin: 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.1rem;
}

#homepage #steps .list .step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 2.94rem;
  height: 0.65rem;
  padding-left: 0.37rem;
  padding-right: 0.2rem;
  position: relative;
  color: white;
  border-radius: 12px;
  border: 1px solid transparent;
  background:
    linear-gradient(#1B39E6, #1B39E6) padding-box,
    linear-gradient(180deg, #011446 0%, #FFFFFF 100%) border-box;
}

#homepage #steps .list .step p {
  margin: 0.04rem 0 0;
  color: #fff;
  font-size: 0.13rem;
  font-weight: 500;
  line-height: 1.2;
}

#homepage #steps .list .step .no {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.32rem;
  height: 0.32rem;
  position: absolute;
  left: -15px;
  border: 1px solid white;
  border-radius: 100%;
  background: #d1f801;
  color: #1B39E6;
  font-size: 0.2rem;
  font-weight: 500;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

#homepage #withdrawal-cta {
  background: #05102c;
  padding: 120px 24px 120px;
}

#homepage #withdrawal-cta .container {
  max-width: 760px;
  padding: 0;
  text-align: center;
}

#homepage #withdrawal-cta .withdrawal-cta__eyebrow {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

#homepage #withdrawal-cta h2 {
  margin: 0;
  color: #d1f801;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.08;
}

#homepage #withdrawal-cta .withdrawal-cta__copy {
  max-width: 620px;
  margin: 8px auto 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.18;
}

#homepage #withdrawal-cta .withdrawal-cta__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

#homepage #faq {
  padding: 64px 24px;
  background: #f7f7f7;
}

#homepage #faq .container {
  max-width: 900px;
  padding: 0;
}

#homepage #faq ol {
  margin-top: 28px;
  width: 100%;
  padding: 0;
  list-style: none;
}

#homepage #faq ol li.qna {
  border: 1px solid #1B39E6;
  background: #fff;
  padding: 32px 28px 28px;
  border-radius: 8px;
  color: #333333;
  cursor: pointer;
  position: relative;
}

#homepage #faq ol li.qna:not(:first-child) {
  margin-top: 20px;
}

#homepage #faq ol li.qna .question {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

#homepage #faq ol li.qna .question h3 {
  color: #1B39E6;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
}

#homepage #faq ol li.qna .question img.arrow {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 1px;
}

#homepage #faq ol li.qna .answer {
  display: block;
  margin-top: 18px;
  padding-right: 24px;
}

#homepage #faq ol li.qna .answer p,
#homepage #faq ol li.qna .answer li {
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.18;
}

#homepage #faq ol li.qna .answer p:not(:first-child) {
  margin-top: 21px;
}

#homepage #faq ol li.qna .answer ul {
  margin: 4px 0 0;
  padding-left: 18px;
  list-style: disc;
}

#homepage #faq ol li.qna .answer ul li {
  display: list-item;
  list-style: disc;
  list-style-position: outside;
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 1023px) {
  #homepage {
    --mobile-section-gutter: 20px;
  }

  .pc {
    display: none !important;
  }

  #homepage #benefit {
    padding: 20px 0;
  }

  #homepage #benefit .container {
    padding: 0 var(--mobile-section-gutter);
  }

  #homepage #benefit .benefit-stats {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 14px;
  }

  #homepage #benefit .benefit-stat-card {
    min-height: 126px;
    padding: 20px 10px 18px;
    border-radius: 14px;
  }

  #homepage #benefit .benefit-stat-card h3 {
    font-size: 40px;
  }

  #homepage #benefit .benefit-stat-card h3 span {
    font-size: 24px;
  }

  #homepage #benefit .benefit-stat-card p {
    margin-top: 18px;
    font-size: 12px;
  }

  #homepage #advantages .container {
    padding: 0 var(--mobile-section-gutter);
  }

  #homepage #advantages .container h2 {
    padding: 0;
  }

  #homepage #advantages .cards-container {
    width: 100%;
  }

  #homepage #advantages .cards-container .card {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
  }

  #homepage #steps {
    padding-right: 0;
    padding-left: 0;
  }

  #homepage #steps .container {
    padding: 0 var(--mobile-section-gutter);
  }

  #homepage #steps .list {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  #homepage #steps .list .step {
    box-sizing: border-box;
    width: 100%;
    max-width: 335px;
  }

  #homepage #terms .container {
    padding: 0 var(--mobile-section-gutter);
  }

  #homepage #pricing,
  #homepage #legal {
    padding: 32px 0;
  }

  #homepage #pricing .container,
  #homepage #legal .container {
    padding: 0 var(--mobile-section-gutter);
  }

  #homepage #pricing .pricing-table-wrap {
    overflow-x: visible;
    border-radius: 18px;
  }

  #homepage #pricing .pricing-table {
    min-width: 0;
    table-layout: fixed;
  }

  #homepage #pricing .pricing-table th,
  #homepage #pricing .pricing-table td {
    padding: 14px 16px;
  }

  #homepage #pricing .pricing-table th {
    font-size: 20px;
    line-height: 1.15;
  }

  #homepage #pricing .pricing-table td {
    font-size: 16px;
    line-height: 1.15;
  }

  #homepage #pricing .pricing-table th:nth-child(1),
  #homepage #pricing .pricing-table td:nth-child(1) {
    width: 24%;
  }

  #homepage #pricing .pricing-table th:nth-child(2),
  #homepage #pricing .pricing-table td:nth-child(2) {
    width: 25%;
  }

  #homepage #pricing .pricing-table th:nth-child(3),
  #homepage #pricing .pricing-table td:nth-child(3) {
    width: 51%;
  }

  #homepage #pricing .pricing-disclaimer {
    margin-top: 18px;
    font-size: 20px;
    line-height: 1.12;
  }

  #terms h2 {
    font-size: 25px !important;
    line-height: 1.3;
  }

  #terms .grid {
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
  }

  #terms .card-terms {
    padding: 22px 18px;
    flex-direction: column-reverse;
    align-items: start;
  }

  #terms .card-terms .content h3 {
    font-size: 20px;
  }

  #terms .card-terms .content p {
    font-size: 15px;
  }

  #homepage #withdrawal-cta {
    padding: 48px var(--mobile-section-gutter);
  }

  #homepage #withdrawal-cta .withdrawal-cta__eyebrow {
    font-size: 14px;
  }

  #homepage #withdrawal-cta h2 {
    font-size: 28px;
    line-height: 1.12;
  }

  #homepage #withdrawal-cta .withdrawal-cta__copy {
    font-size: 14px;
    line-height: 1.3;
  }

  #homepage #withdrawal-cta .withdrawal-cta__actions {
    flex-direction: column;
    align-items: center;
    margin-top: 28px;
  }

  #homepage #faq ol li.qna .question h3 {
    color: #1B39E6;
    font-weight: 600;
    font-size: 14px;
  }

  #homepage #faq {
    padding-right: 0;
    padding-left: 0;
  }

  #homepage #faq h2 {
    padding-right: var(--mobile-section-gutter);
    padding-left: var(--mobile-section-gutter);
  }

  #homepage #faq .container {
    padding: 0 var(--mobile-section-gutter);
  }

  #homepage #advantages .cards-container .card .desc {
    justify-content: center;
    flex-direction: column;
  }
}

@media (max-width: 480px) {

  #homepage #pricing .container,
  #homepage #legal .container {
    padding: 0 var(--mobile-section-gutter);
  }

  #homepage #pricing .pricing-table-wrap {
    border-radius: 14px;
  }

  #homepage #pricing .pricing-table th,
  #homepage #pricing .pricing-table td {
    padding: 12px 10px;
  }

  #homepage #pricing .pricing-table th {
    font-size: 14px;
  }

  #homepage #pricing .pricing-table td {
    font-size: 12px;
  }

  #homepage #pricing .pricing-disclaimer {
    font-size: 14px;
  }
}

@media (max-width: 280px) {
  #homepage {
    --mobile-section-gutter: 12px;
  }
}

@media (min-width: 1024px) {
  html {
    font-size: 140px;
  }

  #homepage .container {
    max-width: 1200px;
    margin: 0 auto;
  }

  #homepage .pc {
    display: block;
  }

  #homepage .mobile {
    display: none !important;
  }

  #homepage #advantages {
    padding: 0.67rem 0;
    background-color: #e3eeff;
  }

  #homepage #advantages .container {
    padding: 0;
  }

  #homepage #advantages .cards-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.13rem;
    transition:
      transform 0.3s ease,
      box-shadow 0.3s ease;
  }

  #homepage #advantages .cards-container .card {
    max-width: 100%;
  }

  #homepage #advantages .cards-container .card .desc {
    padding: 67px 0 32px 27px;
  }

  #homepage #advantages .cards-container .card .icon {
    padding-top: 0.51rem;
  }

  #homepage #advantages .cards-container .card:hover {
    text-decoration: none;
    transform: scale(1.01);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
  }

  #homepage #advantages .cards-container .card.card2 .desc {
    margin-right: -0.4rem;
  }

  #homepage #advantages .cards-container .card.card2 .icon {
    padding-top: 0.51rem;
  }

  #homepage #advantages .cards-container .card.card3 .desc {
    margin-right: -0.1rem;
  }

  #homepage #advantages .cards-container .card.card3 .icon {
    padding-top: 0.43rem;
  }

  #homepage #advantages .cards-container .card1,
  #homepage #advantages .cards-container .card2,
  #homepage #advantages .cards-container .card3 {
    grid-column: span 2;
  }

  #homepage #steps {
    padding: 0.6rem 0 0.3rem;
  }

  #homepage #steps .main-content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.1rem;
  }

  #homepage #steps .main-content .list .step {
    width: 2.77rem;
    height: 0.62rem;
    padding-left: 0.25rem;
    padding-right: 0.1rem;
    border-radius: 0.08rem;
  }

  #homepage #steps .main-content .list .step .no {
    width: 0.21rem;
    height: 0.21rem;
    font-size: 0.13rem;
  }

  #homepage #steps .main-content .list .step p {
    font-size: 0.1rem;
  }

  #homepage #steps .main-content img.person {
    position: relative;
    width: 640px;
    height: auto;
    margin: 0;
    bottom: -65px;
  }
}