html {
  --fill: 0;
  --black-percent: calc(26 * min(1, var(--fill) * 1.85));
  background-color: rgb(var(--black-percent), var(--black-percent), var(--black-percent));
  scroll-behavior: smooth;
}
body {
  --background-width: 1920px;
  background: #080808 url(/assets/build/moonfluence/banner-fae11d95.jpg) no-repeat 50% 0;
  background-size: var(--background-width) auto;
  scroll-behavior: smooth;
}
body:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  min-width: var(--min-page-width);
  height: 1600px;
  opacity: .75;
  background: rgba(0,0,0,.5) linear-gradient(180deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.6) 10%,rgba(0,0,0,.5) 20%, rgba(0,0,0,.9) 50%);
}

@media screen and (min-width: 2400px) {
  body {
    --background-width: 2400px;
    background-position: 50% -100px;
  }
}
@media screen and (max-width: 960px) {
  body:before {
    background: linear-gradient(180deg, rgba(0,0,0,.9) 0%, rgba(0,0,0,.7) 20%,rgba(0,0,0,.5) 30%, rgba(0,0,0,3) 50%);
  }
}
@media screen and (max-width: 600px) {
  body {
    --background-width: 1500px;
  }
}

.page-header {
  margin: 0 auto;
  background: none;
}
.page-header:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black-deep);
  opacity: calc(var(--fill) * 1.45);
}
.banners {
  position: relative;
  height: calc(800px - var(--page-header-height));
}
@media screen and (min-width: 1921px) {
  .banners:before, .banners:after {
    content: "";
    display: block;
    position: absolute;
    --width: calc(var(--background-width) / 2 - var(--section-width) / 2);
    top: 0;
    width: var(--width);
    height: calc(100% + 200px);
    z-index: 1;
    margin-top: -200px;
  }
  .banners:before {
    left: calc(50% - var(--section-width) / 2 - var(--width));
    background: linear-gradient(to left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  }
  .banners:after {
    left: calc(50% + var(--section-width) / 2);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  }
}
.banners .section-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: calc(var(--section-width) * 0.12);
}
.banners .logo {
  width: 312px;
  height: 124px;
  margin-top: -125px;
  margin-left: calc(var(--section-width) * 0.0375);
  color: transparent;
  overflow: hidden;
  background: url(/assets/build/moonfluence/logo-c2f9a7a4.png) no-repeat 50% 50%;
  background-size: contain;
  position: relative;
  z-index: 1;
}
.banners .logo span {
  display: block;
}
.banners .logo .moon {
  font-size: var(--text-size-xxxxxl);
  line-height: 93px;
  font-weight: var(--text-weight-head);
  letter-spacing: 10px;
}
.banners .logo .fluence {
  font-size: var(--text-size-xl);
  line-height: 40px;
  font-weight: var(--text-weight-paragraph);
  letter-spacing: 22px;
}
.banners .content {
  flex: 1;
  color: var(--white);
  text-wrap: balance;
}
.banners .content h3 {
  position: relative;
  font-size: calc(var(--text-size-ml) * 2.5);
  line-height: 1.14286;
  font-weight: var(--text-weight-head);
  background: linear-gradient(74deg, #aab396 0%, #fff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banners .content h3:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.banners .content p {
  margin-top: 22px;
  font-size: var(--text-size-m);
  line-height: 1.5;
  font-weight: var(--text-weight-normal);
  opacity: .8;
}
.banners .content .get-started {
  display: block;
  position: relative;
  width: 300px;
  height: 60px;
  margin-top: 105px;
  font-size: var(--text-size-m);
  line-height: 60px;
  font-weight: var(--text-weight-normal);
  text-indent: -32px;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  border: 1px solid var(--paragraph-fill);
}
.banners .content .get-started:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: var(--paragraph-fill) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAkCAMAAAD4m0k4AAAASFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////neHiwAAAAF3RSTlMAr1PffjwI+U4xHg3y7dOoFsc/KLl7Mp1m53gAAABtSURBVDjL7c9LDoAgDEXR8hFEUH4q+9+pTYwDR9DEOCCc+X1NoX8pAYkR4gSCsJciZkoxrVgYUrGNG//d4KwmutcNWaq8xiITAvxCM/UEmddEbNgCray895tJN/a/3D+I+9aT9pHyXgFJCNChC+XSDpPVyZ6jAAAAAElFTkSuQmCC) no-repeat 50% 50%;
  background-size: 24px 18px;
}

@media screen and (max-width: 1199px) {
  .banners {
    height: calc(65vw - var(--page-header-height));
  }
  .banners .content .get-started {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .banners .content h3 {
    font-size: calc(var(--text-size-m) * 2);
  }
}

@media screen and (max-width: 960px) {
  .banners {
    height: auto;
  }
  .banners:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  }
  .banners .section-wrap {
    position: relative;
    flex-direction: column;
    gap: 40px;
    height: auto;
  }
  .banners .logo {
    margin-top: 60px;
  }
  .banners .content h3, .banners .content p {
    text-align: center;
  }
  .banners .content .get-started {
    margin: 50px auto;
  }
}
@media screen and (max-width: 600px) {
  .banners .content h3 {
    font-size: 24px;
    line-height: 1.4;
  }
}

.about-moonfluence {
  position: relative;
  z-index: 1;
  background-image: radial-gradient(circle at 11% 17%, #F9F9F9 0%, #F0F0F0 80%);
}
.about-moonfluence:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: calc(var(--section-width) * 210 / 1200);
  height: calc(var(--section-width) * 228 / 1200);
  background: var(--cyan);
  border-bottom-right-radius: 100%;
}
.about-moonfluence .section-wrap {
  display: flex;
  position: relative;
  gap: 60px;
  padding: 120px 0;
}
.about-moonfluence .image {
  width: calc(var(--section-width) * 520 / 1200);
  aspect-ratio: 520 / 570;
  object-fit: contain;
}
.about-moonfluence .text {
  position: relative;
  flex: 1;
  color: var(--paragraph-fill);
}
.about-moonfluence .text h3 {
  font-size: calc(var(--text-size-l) * 2);
  line-height: 1.2;
  font-weight: var(--text-weight-head);
  letter-spacing: 1px;
}
.about-moonfluence .content {
  margin-top: 20px;
  font-size: var(--text-size-m);
  line-height: 1.5;
  font-weight: var(--text-weight-normal);
  letter-spacing: 1px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  text-overflow: ellipsis;
}
.about-moonfluence .content p {
  margin-top: 16px;
}
.about-moonfluence .content.expanded {
  display: block;
}
.about-moonfluence .text .see-more {
  display: none;
  --height: 26px;
  height: var(--height);
  margin-top: 11px;
  padding: 0 8px;
  line-height: var(--height);
  font-size: var(--text-size-xxs);
  letter-spacing: 1px;
  border-radius: 21px;
  background: var(--cyan);
  color: var(--paragraph-fill);
  cursor: pointer;
}

.about-moonfluence .content.expanded ~ .see-more {
  display: none;
}
.about-moonfluence .text .see-more:after {
  content: "\00BB";
  display: inline-block;
  margin: 1px 0 0 3px;
  vertical-align: top;
  transform: rotate(90deg) scale(1.3);
}

@media screen and (max-width: 1280px) {
  .about-moonfluence .content {
    font-size: var(--text-size-ms);
  }
}

@media screen and (max-width: 800px) {
  .about-moonfluence .section-wrap {
    flex-direction: column;
    gap: 40px;
    padding: 50px 0;
  }
  .about-moonfluence .content {
    display: -webkit-box;
  }
  .about-moonfluence .text .see-more {
    display: inline-block;
  }
  .about-moonfluence .image {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }
}

.dealmoon {
  position: relative;
  z-index: 1;
  background: #fff;
}
.dealmoon .section-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(var(--section-width) * 0.045);
  padding: 100px 0;
}
.dealmoon .image {
  width: calc(var(--section-width) * 560 / 1200);
  aspect-ratio: 683 / 430;
  object-fit: contain;
}
.dealmoon .text {
  flex: 1;
  color: var(--paragraph-fill);
}
.dealmoon .text h3 {
  font-size: calc(var(--text-size-l) * 2);
  line-height: 1.2;
  font-weight: var(--text-weight-head);
  letter-spacing: 1px;
}
.dealmoon .content {
  margin-top: 44px;
}
.dealmoon .content p {
  font-size: var(--text-size-m);
  --line-height: 1.5;
  line-height: var(--line-height);
  font-weight: var(--text-weight-normal);
  margin-top: calc(var(--text-size-m) * var(--line-height));
}
.dealmoon .content p:before {
  content: "\2014";
  margin-right: 10px;
}
@media screen and (max-width: 800px) {
  .dealmoon .section-wrap {
    flex-direction: column;
    gap: 40px;
    padding: 50px 0;
  }
  .dealmoon .image {
    width: 100%;
    max-width: 683px;
    margin: 0 auto;
  }
}

.partners {
  background: var(--paragraph-fill) linear-gradient(180deg, #fff2f20d 4%, #ffffff00 98%);
  filter: blur(0);
}
.partners .section-wrap {
  padding: 92px 0 95px 0;
}
.partners h3 {
  font-size: calc(var(--text-size-l) * 2);
  line-height: 1.45;
  font-weight: var(--text-weight-head);
  letter-spacing: 1px;
  color: var(--white);
  text-align: center;
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 40%, #979578 80%, #979578 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.partners .list {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  --item-max-width: 200px;
  --item-max-height: 94px;
  --item-width: var(--item-max-width);
  --item-height: var(--item-max-height);
  --item-gap: 16px;
  --item-wrap: 4;
  gap: 16px var(--item-gap);
  max-width: calc(var(--item-width) * var(--item-wrap) + var(--item-gap) * (var(--item-wrap) - 1));
  margin: 47px auto 0;
  padding: 0;
}
.partners .item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: var(--item-width);
  height: var(--item-height);
  background-image: linear-gradient(179deg, #ededdd1a 0%, #ffffff0f 100%);
  --border-radius: 47px;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.partners .item:before {

  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: var(--border-radius);
  background: linear-gradient(120deg, #c8c8c8 0%, rgba(162, 162, 162, 0.13) 50%, #9d9d9d 100%);
  -webkit-mask: 
    linear-gradient(#c8c8c8 0 0) content-box, 
    linear-gradient(#c8c8c8 0 0);
  mask: 
    linear-gradient(#c8c8c8 0 0) content-box, 
    linear-gradient(#c8c8c8 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.4;
}
.partners .item img {
  width: calc(var(--item-width) * var(--width) / var(--item-max-width));
  height: calc(var(--item-height) * var(--height) / var(--item-max-height));
  max-width: var(--width);
  max-height: var(--height);
  object-fit: contain;
}
@media screen and (max-width: 800px) {
  .partners .list {
    max-width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .partners h3 {
    line-height: 1.2;
  }
  .partners .section-wrap {
    padding: 50px 0;
  }
  .partners .list {
    --item-width: 150px;
    --item-height: 70px;
    --item-gap: 10px;
    --item-wrap: 3;
  }
}

.collaboratings {
  background: var(--cyan);
}
.collaboratings .section-wrap {
  padding: 120px 0 13px 0;
}
.collaboratings h3 {
  font-size: calc(var(--text-size-l) * 2);
  line-height: 1.2;
  text-align: center;
  font-weight: var(--text-weight-head);
  color: var(--paragraph-fill);
  letter-spacing: 1px;
}
.collaboratings .list {
  counter-reset: collaboratings;
  margin-top: 100px;
}
.collaboratings .item {
  display: flex;
  position: relative;
  margin-bottom: 80px;
  --image-width: 570px;
  --image-top: 132px;
}
.collaboratings .item:nth-child(n+1), .collaboratings .item:nth-child(n+2) {
  --image-width: 510px;
}
.collaboratings .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.collaboratings .item .text {
  flex: 1;
  position: relative;
  z-index: 1;
  margin-right: -30px;
  padding: 80px 0 80px 80px;
  color: var(--paragraph-fill);
}
.collaboratings .item:nth-child(2n) .text {
  padding: 80px 80px 80px 0;
}
.collaboratings .item .text:before {
  counter-increment: collaboratings 1;
  content: "0" counter(collaboratings);
  display: block;
  font-family: var(--font-family-head);
  font-size: var(--text-size-xxxl);
  font-weight: var(--text-weight-bold);
  line-height: 1.17143;
  letter-spacing: 3.5px;
}
.collaboratings .item:after, .collaboratings .item:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  width: calc(var(--section-width) - var(--image-width) - 30px);
  height: 100%;
  border: 1px solid #fff;
  box-sizing: border-box;
}
.collaboratings .item:after {
  left: 0;
  width: calc(var(--section-width) - var(--image-width) - 100px);
  background: #DEDECD;
  border-radius: 300px 0 0 300px;
  border-right-color: transparent;
}
.collaboratings .item:before {
  left: calc(var(--section-width) - var(--image-width) - 140px);
  width: 150px;
  background: var(--paragraph-fill-light);
  backdrop-filter: blur(15px);
  transform: skew(-7deg);
  border-radius: 0 12px 12px 0;
  border-left-color: transparent;
}
.collaboratings .item:nth-child(2n):before {
  left: auto;
  right: calc(var(--section-width) - var(--image-width) - 140px);
  transform: skew(7deg);
  border-radius: 12px 0 0 12px;
  border-right-color: transparent;
  border-left-color: inherit;
}
.collaboratings .item:nth-child(2n):after {
  left: auto;
  right: 0;
  border-radius: 0 300px 300px 0;
  border-left-color: transparent;
  border-right-color: inherit;
}
.collaboratings .text h4 {
  margin-top: 8px;
  font-size: var(--text-size-l);
  line-height: 1.33333;
  font-weight: var(--text-weight-head);
  letter-spacing: 1px;
}
.collaboratings .text .features {
  margin: 8px 0 0 0;
  padding: 0;
  font-size: var(--text-size-m);
  line-height: 1.5;
  font-weight: var(--text-weight-head);
  letter-spacing: 1px;
}
.collaboratings .text .features li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0 0 0 16px;
}
.collaboratings .text .features li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 2px;
  background: var(--paragraph-fill);
  border-radius: 50%;
  transform: translateY(-50%);
}
.collaboratings .text p {
  margin-top: 24px;
  font-size: var(--text-size-m);
  line-height: 1.5;
  font-weight: var(--text-weight-normal);
  letter-spacing: 1px;
}
.collaboratings .item .image {
  width: var(--image-width);
  /* margin-top: var(--image-top); */
  align-self: flex-end;
  aspect-ratio: var(--image-width) / 400;
  object-fit: contain;
}
@media screen and (max-width: 1049px) {
  .collaboratings .list .item {
    gap: 40px;
    --image-width: 45%;
    margin-bottom: 40px;
  }
  .collaboratings .item:before, .collaboratings .item:after {
    content: none;
  }
  .collaboratings .item .text {
    margin-right: 0;
    padding: 40px 0 40px 40px;
  }
  .collaboratings .item:nth-child(2n) .text {
    padding: 40px 40px 40px 0;
  }
  .collaboratings .item .image {
    align-self: center;
  }
}
@media screen and (max-width: 800px) {
  .collaboratings .list {
    margin: 40px auto;
    padding: 0;
  }
  .collaboratings .item {
    display: block;
    text-align: right;
  }
  .collaboratings .item:nth-child(2n) {
    text-align: left;
  }
  .collaboratings .item .text {
    padding: 30px 0;
    text-align: left;
  }
  .collaboratings .item:nth-child(2n) .text {
    padding: 40px 40px 40px 0;
  }
  .collaboratings .item .image {
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (max-width: 450px) {
  .collaboratings .section-wrap {
    padding: 60px 0 13px 0;
  }
  .collaboratings h3 {
    font-size: calc(var(--text-size-xxs) * 2);
  }
  .collaboratings .list {
    margin-top: 10px;
  }
}
.xiaohongshu {
  background-image: linear-gradient(0, #ffef2426 0%, #04010200 30%);
}
.xiaohongshu .section-wrap {
  display: flex;
  padding: 140px 0 33px 0;
  gap: 20px;
}
.xiaohongshu .details {
  flex: 1;
}
.xiaohongshu h3 {
  margin-bottom: 20px;
  font-size: calc(var(--text-size-l) * 2);
  line-height: 1.5;
  font-weight: var(--text-weight-head);
  letter-spacing: 1px;
  color: var(--white);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 40%, #979578 80%, #979578 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.xiaohongshu .description {
  font-size: var(--text-size-m);
  line-height: 1.5;
  font-weight: var(--text-weight-normal);
  color: var(--cyan);
  letter-spacing: 1px;
}
.xiaohongshu .data {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  list-style: none;
  margin: 49px 0 0 0;
  padding: 0;
}
.xiaohongshu .data .item {
  width: 240px;
  height: 145px;
  padding: 24px 24px 10px 24px;
  box-sizing: border-box;
  border-radius: 12px;
  position: relative;
}
.xiaohongshu .data .item:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(156deg, #c8c8c8 0%, rgba(162, 162, 162, 0.13) 50%, #9d9d9d 100%);
  -webkit-mask: 
    linear-gradient(#c8c8c8 0 0) content-box, 
    linear-gradient(#c8c8c8 0 0);
  mask: 
    linear-gradient(#c8c8c8 0 0) content-box, 
    linear-gradient(#c8c8c8 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.5;
}
.xiaohongshu .data .item:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(237, 237, 221, 0.19) 0, rgba(255, 255, 255, 0.13) 50%, rgba(255, 255, 0, 0) 100%);
  border-radius: 12px;
  backdrop-filter: blur(16px);
  opacity: 0.1;
}
.xiaohongshu .data .item > * {
  position: relative;
  z-index: 1;
}
.xiaohongshu .data .number:has(.col), .xiaohongshu .data .desc:has(.col) {
  display: flex;
  gap: 30px;
}
.xiaohongshu .data .col {
  flex: 1;
}
.xiaohongshu .data .number {
  height: 57px;
  line-height: 57px;
}
.xiaohongshu .data .number em, .xiaohongshu .data .number i {
  font-weight: var(--text-weight-head);
  font-style: normal;
  color: var(--white);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 40%, #979578 80%, #979578 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.xiaohongshu .data .number em {
  font-size: calc(var(--text-size-lm) * 2);
}
.xiaohongshu .data .number i {
  margin: 0;
  padding: 0;
  font-size: var(--text-size-lm);
}
.xiaohongshu .data .desc {
  font-size: var(--text-size-ms);
  line-height: 1.5;
  font-weight: var(--text-weight-normal);
  letter-spacing: 1px;
}
.xiaohongshu .data .desc-long {
  font-size: var(--text-size-xxxs);
  line-height: 2.1;
}
.xiaohongshu .image {
  position: relative;
  z-index: 2;
  width: calc(var(--section-width) * 396 / 1200);
  aspect-ratio: 396 / 697;
  transform: translateX(14.14141414%);
  object-fit: contain;
}
@media screen and (max-width: 1280px) {
  .xiaohongshu .details {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 1049px) {
  .xiaohongshu .section-wrap {
    display: block;
  }
  .xiaohongshu .image {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .xiaohongshu .section-wrap {
    padding: 60px 0;
    text-align: center;
  }
  .xiaohongshu .data {
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 450px) {
  .xiaohongshu .section-wrap h3 {
    font-size: calc(var(--text-size-xxs) * 2);
  }
}

.user-demographics {
  position: relative;
  margin-top: -70px;
  --background-color: #040102;
  background: var(--background-color);
}
.user-demographics:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--background-color);
  transform: skewY(-2.55deg);
  transform-origin: 0 0;
}
.user-demographics .section-wrap {
  display: flex;
  padding: calc(var(--text-size-l) * 5.4) 0 var(--text-size-l) 0;
}
.user-demographics .section-wrap:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 43.24%;
  top: 29.43%;
  width: 31.83%;
  aspect-ratio: 1;
  opacity: 0.3;
  background: #ff0d31;
  border-radius: 50%;
  filter: blur(50px);
}
.user-demographics * {
  position: relative;
  z-index: 1;
}
.user-demographics h3 {
  font-size: calc(var(--text-size-l) * 2);
  font-weight: var(--text-weight-head);
  line-height: 1.2;
  letter-spacing: 1px;
  color: var(--white);
  background: linear-gradient(to right, #fff 0%, #fff 65%, #fff 65%, #FF0D31 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.user-demographics .text {
  flex: 1;
}
.user-demographics .text p {
  margin-top: calc(var(--text-size-m) * 2.5);
  margin-right: 7.2%;
  font-size: var(--text-size-m);
  line-height: 1.5;
  font-weight: var(--text-weight-normal);
  letter-spacing: 1px;
  color: var(--cyan);
  background: linear-gradient(to right, #fff 0%, #fff 65%, #fff 65%, #FF0D31 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.user-demographics .data {
  list-style: none;
  width: 46.2%;
}
.user-demographics .data .item {
  display: flex;
  align-items: center;
  padding: 24px 34px 24px 24px;
  margin-top: 32px;
  background: #0401026b;
  --label-line-height: 2.3;
  box-shadow: inset 0 1px 3px 0 #00000080;
  border-radius: 12px;
}
.user-demographics .data .item:first-child {
  margin-top: 0;
}

.user-demographics .data .item:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(347deg, rgba(200, 200, 200, 0.47) 0%, rgba(199, 199, 199, 0.27) 25%, rgba(162, 162, 162, 0.87) 50%, rgba(255, 101, 101, 0.28) 75%);
  -webkit-mask: 
    linear-gradient(#c8c8c8 0 0) content-box, 
    linear-gradient(#c8c8c8 0 0);
  mask: 
    linear-gradient(#c8c8c8 0 0) content-box, 
    linear-gradient(#c8c8c8 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.9;
}
.user-demographics .data .item:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-180deg, rgba(237, 237, 221, 0.19) 0, rgba(255, 255, 255, 0.13) 50%, rgba(255, 255, 0, 0) 100%);
  border-radius: 12px;
  backdrop-filter: blur(16px);
  opacity: 0.1;
}
.user-demographics .data .label {
  padding: 0 calc(var(--text-size-ms) * .8889);
  font-size: var(--text-size-ms);
  line-height: var(--label-line-height);
  font-weight: var(--text-weight-head);
  letter-spacing: 1px;
  color: var(--white);
  border-radius: calc(var(--text-size-ms) * 1.15);
  background-image: linear-gradient(270deg, #ff51930a 0%, #ff285a65 94%);
}
.user-demographics .data .value {
  flex: 1;
  text-align: right;
}
.user-demographics .data .number {
  display: block;
  font-size: calc(var(--text-size-lm) * 2);
  line-height: 1.1875;
  font-weight: var(--text-weight-head);
  letter-spacing: 0;
  color: var(--white);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 40%, #979578 80%, #979578 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.user-demographics .data .desc {
  font-size: var(--text-size-ms);
  line-height: 1.5;
  font-weight: var(--text-weight-default);
  letter-spacing: 1px;
  color: var(--white);
}

@media screen and (max-width: 960px) {
  .user-demographics .data .item {
    --text-size-ms: 15px;
    --text-size-lm: 19px;
  }
}
@media screen and (max-width: 800px) {
  .user-demographics .section-wrap {
    display: block;
    text-align: center;
  }
  .user-demographics .data {
    width: 90%;
    margin: 50px auto;
    padding: 0;
  }
  .user-demographics .data .item {
    max-width: 400px;
    margin: 30px auto;
  }
}

@media screen and (max-width: 450px) {
  .user-demographics .data {
    width: 100%;
  }
  .user-demographics .data .item {
    padding: 24px 14px;
  }
  .user-demographics .data .number {
    --text-size-lm: 12px;
  }
  .user-demographics .item:last-child .desc {
    font-size: 13px;
    line-height: 22px;
  }
}
@media screen and (max-width: 340px) {
  .user-demographics .data .label {
    font-size: 13px;
  }
  .user-demographics .item:last-child .desc {
    font-size: 11px;
  }
}

.user-grous {
  background: #040102;
}
.user-groups .section-wrap {
  padding: 120px 0 13px 0;
}
.user-groups h3 {
  width: fit-content;
  margin: 0 auto;
  font-size: calc(var(--text-size-l) * 2);
  font-weight: var(--text-weight-head);
  line-height: 1.2;
  letter-spacing: 1px;
  color: #fff;
  --color-fill: 60%;
  background: linear-gradient(to left, #fff 0%, #fff var(--color-fill), #fff var(--color-fill), #FF0D31 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}
.user-groups p {
  width: fit-content;
  margin: var(--text-size-ms) auto 0 auto;
  font-size: var(--text-size-m);
  line-height: 1.5;
  font-weight: var(--text-weight-normal);
  letter-spacing: 1px;
  color: #fff;
  --color-fill: 80%;
  background: linear-gradient(to left, #fff 0%, #fff var(--color-fill), #fff var(--color-fill), #FF0D31 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}
.user-groups .groups {
  margin-top: 32px;
}
.user-groups .groups dt {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding: 0 calc(var(--text-size-l) * 2.367);
  font-size: var(--text-size-l);
  line-height: 2.13333;
  font-weight: var(--text-weight-head);
  letter-spacing: 1px;
  color: var(--white);
  background: rgba(255, 13, 49, 0.07);
  border-radius: calc(var(--text-size-l) * 1.3);
}
.user-groups .groups dt:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: calc(var(--text-size-l) * 1.3);
  background: linear-gradient(0deg, rgba(200, 200, 200, 0.47) 0%, rgba(199, 199, 199, 0.27) 25%, rgba(162, 162, 162, 0.87) 80%, rgba(255, 101, 101, 0.28) 100%) no-repeat;
  -webkit-mask: 
    linear-gradient(#c8c8c8 0 0) content-box, 
    linear-gradient(#c8c8c8 0 0);
  mask: 
    linear-gradient(#c8c8c8 0 0) content-box, 
    linear-gradient(#c8c8c8 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.75;
}
.user-groups .groups dd {
  margin: 0;
  padding: 0;
}
.user-groups .list {
  display: flex;
  gap: calc(var(--text-size-lm) * 2);
  list-style: none;
  margin: 76px 0 0 0;
  padding: 0;
}
.user-groups .list .item {
  flex: 1;
  position: relative;
  z-index: 1;
  padding: 43px 24px;
  text-align: center;
}
.user-groups .list .item:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(200, 200, 200, 0.47) 0%, rgba(199, 199, 199, 0.27) 25%, rgba(162, 162, 162, 0.87) 80%, rgba(255, 101, 101, 0.28) 100%) no-repeat;
  -webkit-mask: 
    linear-gradient(#c8c8c8 0 0) content-box, 
    linear-gradient(#c8c8c8 0 0);
  mask: 
    linear-gradient(#c8c8c8 0 0) content-box, 
    linear-gradient(#c8c8c8 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.75;
}
.user-groups .number {
  display: block;
  font-size: calc(var(--text-size-lm) * 2);
  line-height: 1.1875;
  font-weight: var(--text-weight-head);
  letter-spacing: 0;
  color: var(--white);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 40%, #979578 80%, #979578 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.user-groups .desc {
  display: block;
  margin-top: 12px;
  font-size: var(--text-size-ms);
  line-height: 1.5;
  font-weight: var(--text-weight-default);
  letter-spacing: 1px;
  color: var(--white);
}
@media screen and (max-width: 1049px) {
  .user-groups .groups {
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
  }
  .user-groups .groups dd {
    margin: 50px auto;
    padding: 0;
  }
  .user-groups .list {
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 450px) {
  .user-groups .section-wrap {
    padding: 60px 0 13px 0;
    --text-size-lm: 18px;
  }
}

.growth-rate {
  position: relative;
  margin-top: 121px;
  --background-color: #040102;
  background: var(--background-color);
}
.growth-rate:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--background-color) linear-gradient(187.45deg, rgba(148, 139, 23, 0.15) 5%, rgba(98, 99, 35, 0) 30%);
  transform: skewY(-2.55deg);
  transform-origin: 0 0;
  border-top: 1px solid rgba(162, 162, 162, 0.2);
}
.growth-rate * {
  position: relative;
  z-index: 1;
}
.growth-rate .section-wrap {
  padding: 100px 0 0 0;
}
.growth-rate h3 {
  width: fit-content;
  margin: 0 30px;
  font-size: calc(var(--text-size-l) * 2);
  font-weight: var(--text-weight-head);
  line-height: 1.2;
  letter-spacing: 1px;
  color: #fff;
  --color-fill: 80%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) var(--color-fill), rgba(255, 255, 255, 0.9) var(--color-fill), #7D772A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.growth-rate .content {
  display: flex;
  gap: 50px;
  margin-top: 78px;
}
.growth-rate .content .col {
  display: flex;
  flex-direction: column;
  min-width: 20%;
  flex: 1;
  --border-radius: 12px;
  border-radius: var(--border-radius);
}
.growth-rate .content .col:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: var(--border-radius);
  background: linear-gradient(0, #c8c8c8 0%, rgba(162, 162, 162, 0.13) 50%, #9d9d9d 100%);
  -webkit-mask: 
    linear-gradient(#c8c8c8 0 0) content-box, 
    linear-gradient(#c8c8c8 0 0);
  mask: 
    linear-gradient(#c8c8c8 0 0) content-box, 
    linear-gradient(#c8c8c8 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.5;
}
.growth-rate .content .col h4 {
  display: block;
  width: fit-content;
  margin: 24px;
  font-size: var(--text-size-l);
  line-height: 1;
  font-weight: var(--text-weight-head);
  color: var(--cyan);
  letter-spacing: 1.5px;
}
.growth-rate .content .summary {
  padding: 38px 36px 58px 32px;
  height: calc(var(--text-size-ms) * 3.5);
  font-size: var(--text-size-ms);
  line-height: calc(var(--text-size-ms) * 1.75);
  font-weight: var(--text-weight-default);
  letter-spacing: .3px;
  color: var(--cyan);
  background: rgba(237, 237, 221, .1);
  border-radius: var(--border-radius);
}
.growth-rate .content .summary em {
  display: inline-block;
  font-size: calc(var(--text-size-lm) * 2);
  font-weight: var(--text-weight-head);
  font-style: normal;
  letter-spacing: 1px;
}
.growth-rate .content .groups {
  display: flex;
  flex: 1;
}
.growth-rate .data.xhs, .growth-rate .data.ins {
  flex: 1;
}
.growth-rate .bar-chart {
  height: 297px;
  margin-top: 122px;
}
.growth-rate .bar-chart .bar {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 120px;
  margin-left: -60px;
  border-radius: 12px 12px 4px 4px;
  border: 1px solid rgba(100, 100, 100, 0.4);
  background-clip: content-box;
}
.growth-rate .xhs .bar-chart .bar {
  background-image: linear-gradient(0deg, #ff285a85 0%, #ff519300 100%);
}
.growth-rate .ins .bar-chart .bar {
  background-image: linear-gradient(180deg, rgba(251, 214, 67, 0.115) 27%, rgba(255, 221, 13, 0.325) 100%);
}
.growth-rate .chart .label {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  font-size: var(--text-size-lm);
  line-height: calc(var(--text-size-lm) * 2.8);
  letter-spacing: 1px;
  text-align: center;
}
.growth-rate .chart .label em {
  font-style: normal;
  font-size: calc(var(--text-size-lm) * 2);
}
.growth-rate .chart .label i {
  font-style: normal;
}
.growth-rate .bar-chart .label {
  top: calc(-6px - var(--text-size-lm) * 2.8);
}
.growth-rate .groups .pan-asian {
  width: 62%;
}
.growth-rate .groups .locals {
  flex: 1;
}
.growth-rate .circle-chart {
  --margin-top: 165px;
  --margin-bottom: 100px;
  height: calc(100% - var(--margin-top) - var(--margin-bottom));
  margin: var(--margin-top) 0 0 0;
}
.growth-rate .circle-chart .circle {
  position: absolute;
  left: 50%;
  bottom: 0;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid rgba(100, 100, 100, .4);
  background-clip: content-box;
  transform: translateX(-50%);
  text-align: center;
}
.growth-rate .circle-chart .label {
  top: 53%;
  transform: translateY(-50%);
}
.growth-rate .pan-asian .circle-chart .circle {
  background-image: linear-gradient(0deg, #ff285a85 0%, #ff519300 100%);
}
.growth-rate .locals .circle-chart .circle {
  background-image: linear-gradient(180deg, rgba(251, 214, 67, 0.115) 27%, rgba(255, 221, 13, 0.325) 100%);
}
.growth-rate .data .desc {
  width: 140px;
  margin: 20px auto 24px auto;
  font-size: var(--text-size-ms);
  line-height: 1.5;
  font-weight: var(--text-weight-default);
  letter-spacing: 1px;
  color: var(--white);
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .growth-rate .content {
    --text-size-lm: 15px;
  }
  .growth-rate .content .summary {
    --text-size-ms: 17px;
  }
}
@media screen and (max-width: 800px) {
  .growth-rate .content {
    flex-direction: column;
    gap: 40px;
    --text-size-lm: 14px;
  }
  .growth-rate .content .col {
    width: 100%;
  }
  .growth-rate .content .col h4 {
    width: auto;
  }
  .growth-rate .bar-chart {
    margin-top: 80px;
  }
  .growth-rate .circle-chart {
    --margin-top: 70px;
    min-height: 44vw;
  }
  .growth-rate .content .summary {
    height: auto;
    padding: 20px;
  }
}

@media screen and (max-width: 600px) {
  .growth-rate h3 {
    margin: 0;
  }
  .growth-rate .content {
    --text-size-lm: 12px;
  }
  .growth-rate .circle-chart {
    --margin-top: 36px;
    min-height: 40vw;
  }
}

@media screen and (max-width: 450px) {
  .growth-rate {
    margin-top: 20px;
  }
  .growth-rate .section-wrap {
    padding-top: 40px;
  }
  .growth-rate h3 {
    --text-size-l: 14px;
  }
  .growth-rate .content {
    margin-top: 40px;
  }
}

@media screen and (max-width: 340px) {
  .growth-rate .content {
    --text-size-lm: 11px;
    --text-size-ms: 14px;
  }
  .growth-rate .content .summary {
    --text-size-ms: 14px;
  }
  .growth-rate .bar-chart .bar {
    width: 30vw;
    margin-left: -15vw;
  }
  .growth-rate .circle-chart {
    min-height: 30vw;
  }
}

.let-us-connect {
  margin-top: 100px;
  padding-top: 120px;
  background: var(--cyan);
}
.let-us-connect .section-wrap {
  display: block;
  padding-left: 0;
}
.let-us-connect .account-form fieldset {
  width: auto;
}
.let-us-connect .account-form legend {
  font-size: calc(var(--text-size-l) * 2);
  font-weight: var(--text-weight-head);
  line-height: 1.2;
  letter-spacing: 1px;
  color: var(--paragraph-fill);
  text-align: center;
}
.let-us-connect .account-form:before {
  content: none;
}
.let-us-connect .account-form p {
  gap: 34px;
  margin-top: 42px;
}
.let-us-connect .account-form p .label {
  font-size: var(--text-size-m);
  font-weight: var(--text-weight-head);
}
.let-us-connect .account-form p input, .let-us-connect .account-form p textarea {
  width: 100%;
  min-height: 60px;
  background: #ffffff94;
  border-radius: 8px;
  border: 0 none;
}
.let-us-connect .account-form p button {
  width: fit-content;
  min-width: 46%;
  margin: 15px auto 60px auto;
  height: 60px;
  font-size: var(--text-size-m);
  font-weight: var(--text-weight-default);
  letter-spacing: 1px;
  color: var(--white);
  border-radius: 8px;
}
@media screen and (max-width: 1049px) {
  .let-us-connect {
    margin-top: 60px;
    padding-top: 60px;
  }
  .let-us-connect .section-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 870px) {
  .let-us-connect {
    margin-top: 60px;
    padding-top: 20px;
  }
  .let-us-connect .account-form {
    width: auto;
  }
}

@media screen and (max-width: 800px) {
  .let-us-connect .section-wrap {
    padding: 50px 0;
  }
  .let-us-connect .account-form p {
    flex-direction: column;
    gap: 20px;
  }
  .let-us-connect .account-form p input, .let-us-connect .account-form p textarea {
    min-height: 40px;
  }
  .let-us-connect .account-form p button {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 15px auto auto;
  }
}
