@charset "UTF-8";
/* 按鈕尺寸表（左右 padding、字級） */
html,
body {
  overflow: visible !important;
  overflow-x: visible !important;
}

body.body--no-scroll {
  overflow: hidden !important;
}

.section {
  padding: 48px 24px;
}
@media (min-width: 992px) {
  .section {
    padding: 48px;
  }
}

.section-hero {
  padding: 40px 24px 0;
  position: relative;
  overflow: clip;
  background: linear-gradient(141deg, #fff 0%, #f7f7f7 100%);
}
.section-hero .section-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section-hero h1 {
  color: #000;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 24px;
}
.section-hero .intro {
  color: #000;
  font-size: 20px;
  line-height: 160%;
}
.section-hero .intro br {
  display: none;
}
.section-hero a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.section-hero .btn-wrap {
  margin: 24px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.section-hero .hero-img img {
  display: block;
  width: auto;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 480px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .section-hero {
    padding: 0 24px;
    background: linear-gradient(96deg, #fff 0%, #f7f7f7 100%);
  }
  .section-hero .section-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
    gap: 80px;
  }
  .section-hero .intro {
    font-size: 22px;
  }
  .section-hero .intro br {
    display: inline-block;
  }
  .section-hero .btn-wrap {
    margin: 24px 0 0;
  }
}
@media (min-width: 1200px) {
  .section-hero h1 {
    font-size: 64px;
  }
}

.section-painPoint {
  overflow: visible;
}
.section-painPoint .section__content {
  width: 100%;
  overflow: visible;
}
.section-painPoint .painPoint__title {
  text-align: center;
}
.section-painPoint .painPoint__title h2 {
  font-size: 32px;
  line-height: 120%;
  font-weight: 500;
}
@media (min-width: 992px) {
  .section-painPoint .painPoint__title h2 {
    font-size: 48px;
  }
}
.section-painPoint .painPoint-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.section-painPoint .painPoint-wrapper {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .section-painPoint .painPoint-wrapper {
    gap: 40px;
    flex-direction: row;
  }
}
.section-painPoint .painPoint-item {
  position: relative;
  display: flex;
  gap: 40px;
}
.section-painPoint .painPoint-item.row-reverse {
  flex-direction: row-reverse;
  padding-top: 0px;
}
.section-painPoint .painPoint-item .bg-grayscale-200 {
  background: #EEEEEE;
}
@media (min-width: 992px) {
  .section-painPoint .painPoint-item {
    align-items: center;
  }
  .section-painPoint .painPoint-item.row-reverse {
    padding-top: 24px;
  }
}
.section-painPoint .painPoint-item__bubble {
  width: 100%;
  max-width: 360px;
  color: #000;
  background: #F7F7F7;
  position: relative;
  padding: 24px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.section-painPoint .painPoint-item__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
  margin: 0;
}
@media (min-width: 992px) {
  .section-painPoint .painPoint-item__title {
    font-size: 24px;
  }
}
.section-painPoint .painPoint-item__desc {
  font-size: 18px;
  line-height: 160%;
  padding: 0;
  margin: 0;
}
.section-painPoint .painPoint-item__tail {
  position: absolute;
  z-index: -1;
}
.section-painPoint .painPoint-item__tail--left {
  left: -32px;
  top: 40px;
}
.section-painPoint .painPoint-item__tail--right {
  right: -32px;
  top: 40px;
  transform: rotateY(180deg);
}
.section-painPoint .painPoint-item__tail--right svg path {
  fill: #EEEEEE;
}
@media (min-width: 992px) {
  .section-painPoint .painPoint-item__tail {
    width: 48px;
    height: 64px;
  }
  .section-painPoint .painPoint-item__tail--left, .section-painPoint .painPoint-item__tail--right {
    top: 50%;
  }
}
.section-painPoint .painPoint-item__emoji {
  font-size: 40px;
  flex-shrink: 0;
  line-height: 1;
  margin: 24px 0;
}
@media (min-width: 992px) {
  .section-painPoint .painPoint-item__emoji {
    font-size: 64px;
  }
}

.section-feature .section__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.section-feature .feature__title h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}
@media (min-width: 992px) {
  .section-feature .feature__title h2 {
    font-size: 48px;
  }
}
.section-feature .feature-wrap {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}
@media (min-width: 992px) {
  .section-feature .feature-wrap {
    gap: 40px;
  }
}
.section-feature .feature-item {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 24px;
  width: 100%;
}
@media (min-width: 992px) {
  .section-feature .feature-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .section-feature .feature-item--reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .section-feature .feature-item {
    flex-direction: row;
    gap: 40px;
  }
}
.section-feature .feature-item__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  padding: 0;
}
@media (min-width: 992px) {
  .section-feature .feature-item__content {
    flex: 1;
    gap: 32px;
    padding: 64px 40px;
  }
}
.section-feature .feature-item__number {
  font-family: "Unbounded", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(171deg, #b0e8ee 0%, #fef7e1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  opacity: 0.4;
  position: absolute;
  right: 0;
  bottom: -16px;
  z-index: -1;
}
@media (min-width: 992px) {
  .section-feature .feature-item__number {
    position: relative;
    font-size: 48px;
  }
}
.section-feature .feature-item__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 24px;
}
@media (min-width: 992px) {
  .section-feature .feature-item__text {
    padding: 0;
  }
}
.section-feature .feature-item__title {
  font-size: 26px;
  font-weight: 500;
  line-height: 140%;
  margin: 0;
  color: #000;
}
@media (min-width: 992px) {
  .section-feature .feature-item__title {
    font-size: 28px;
  }
}
.section-feature .feature-item__desc {
  font-size: 18px;
  line-height: 160%;
  padding: 0;
  margin: 0;
  color: #646464;
}
.section-feature .feature-item__visual {
  flex-shrink: 0;
  width: 100%;
  overflow: hidden;
  border: 1px solid #F7F7F7;
  border-radius: 16px;
}
@media (min-width: 992px) {
  .section-feature .feature-item__visual {
    width: 100%;
    max-width: 580px;
  }
}
.section-feature .feature-item__visual img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-blockquote {
  padding: 120px 24px;
  position: relative;
}
.section-blockquote::after {
  content: "";
  display: block;
  z-index: -1;
  width: 2px;
  height: 228px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  background: linear-gradient(180deg, #b0e8ee 20.19%, #fef7e1 80.29%);
}
@media (min-width: 992px) {
  .section-blockquote {
    padding: 80px 24px;
  }
}
.section-blockquote blockquote {
  background: #fff;
}
.section-blockquote blockquote div {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  padding: 24px 0;
  background: linear-gradient(94deg, #00b4c8 6.36%, #00808e 98.86%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
@media (min-width: 992px) {
  .section-blockquote blockquote {
    font-size: 32px;
  }
}

.section-memberWall {
  background: #E6F8FA;
  position: relative;
  overflow: hidden;
}
.section-memberWall::before {
  content: "";
  display: block;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, #8adde6 0%, rgba(138, 221, 230, 0) 100%);
  width: 240px;
  height: 240px;
  top: -120px;
  left: -120px;
}
.section-memberWall::after {
  content: "";
  display: block;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, #8adde6 0%, rgba(138, 221, 230, 0) 100%);
  width: 240px;
  height: 240px;
  right: -48px;
  bottom: -184px;
  transform: none;
}
@media (min-width: 992px) {
  .section-memberWall {
    width: calc(100% - 80px);
    padding: 48px 120px;
    margin: 40px;
    border-radius: 24px;
  }
  .section-memberWall::before {
    width: 495px;
    height: 495px;
    top: -248px;
    left: -248px;
  }
  .section-memberWall::after {
    width: 495px;
    height: 495px;
    right: -140px;
    bottom: -290px;
  }
}
.section-memberWall .section__content {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  gap: 24px;
  padding-top: 16px;
}
@media (min-width: 992px) {
  .section-memberWall .section__content {
    flex-direction: row;
  }
}

.section-contact {
  overflow: hidden;
  position: relative;
}
.section-contact .section__inner {
  width: 100%;
  max-width: 592px;
  gap: 40px;
}
.section-contact .section__title {
  width: 100%;
  text-align: center;
}
.section-contact .section__title h2 {
  font-size: 32px;
}
@media (min-width: 992px) {
  .section-contact .section__title h2 {
    font-size: 48px;
  }
}
.section-contact .section__content {
  width: 100%;
  padding-top: 0;
  align-items: center;
}
.section-contact .section__content-form {
  width: 100%;
  max-width: 592px;
  margin: 0 auto;
}
.section-contact .section__content-form .form__checkgroup {
  align-items: center;
}
.section-contact .section__content-form .form__submit {
  display: block;
  margin: 0 auto;
}
.section-contact .deco {
  z-index: -1;
  pointer-events: none;
}
.section-contact .deco::before {
  width: 300px;
  height: 300px;
  top: 0px;
  right: -150px;
  animation: orbit-1 5s linear infinite;
}
.section-contact .deco::after {
  width: 1000px;
  height: 1000px;
  left: auto;
  bottom: -320px;
  animation: orbit-2 8s linear infinite;
}
@media (min-width: 992px) {
  .section-contact .deco::before {
    width: 600px;
    height: 600px;
    top: 0px;
    right: -220px;
  }
  .section-contact .deco::after {
    width: 1000px;
    height: 1000px;
    left: -320px;
    bottom: -380px;
  }
}

h2 {
  text-align: center;
}

h2 + p {
  text-align: left;
}

@media (min-width: 768px) {
  h2 + p {
    text-align: center;
  }
}/*# sourceMappingURL=pg_ai-ad.css.map */