.PurpleGlowTitle_PurpleGlowTitle__dJH79 {
  position: relative;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.23px;
  font-weight: 600;
}
.PurpleGlowTitle_PurpleGlowTitle__dJH79
  + .PurpleGlowTitle_PurpleGlowTitle__dJH79 {
  margin-top: 4px;
}
.PurpleGlowTitle_PurpleGlowTitle__dJH79 .layer-front {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #fff, #fff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: ClashDisplay-Semibold, sans-serif !important;
}
.PurpleGlowTitle_PurpleGlowTitle__dJH79 .layer-blur {
  position: absolute;
  top: 0;
  color: #7b2aff;
  opacity: 0.6;
  filter: blur(16px);
}
@keyframes MagicalGradButton_colorRotate__8rqxY {
  to {
    --angle: -360deg;
  }
}
.MagicalGradButton_MagicalGradButton__DmJ_Z {
  --mask-size: 300px;
  --radius: 36px;
  --bg-opacity: 0;
  --border-opacity-scale: 1;
  display: inline-flex;
  position: relative;
  padding: 18.4px 38px 17.6px 55px;
  border-radius: 36px;
  background: #ba94ff;
  box-shadow: 0 16px 64px rgba(104, 1, 255, 0.12);
  cursor: pointer;
  overflow: hidden;
}
.MagicalGradButton_MagicalGradButton__DmJ_Z.MagicalGradButton_LightBorder__tyvku {
  --border-opacity-scale: 2;
}
.MagicalGradButton_MagicalGradButton__DmJ_Z.MagicalGradButton_PurpleColor__xF3tD
  .button-content {
  color: #7d5fa3;
}
.MagicalGradButton_MagicalGradButton__DmJ_Z.MagicalGradButton_NoIcon__hTVCf {
  padding-right: 55px;
}
.MagicalGradButton_MagicalGradButton__DmJ_Z .button-content {
  position: relative;
  z-index: 2;
  font-size: 36px;
  font-weight: 500;
  line-height: 115.99%;
  letter-spacing: -0.72px;
  text-transform: capitalize;
  color: #fff;
  font-family: ClashDisplay-Medium, sans-serif;
}
.MagicalGradButton_MagicalGradButton__DmJ_Z .button-background {
  position: absolute;
  display: none;
  z-index: 1;
  inset: 0;
}
.MagicalGradButton_MagicalGradButton__DmJ_Z .button-background > * {
  position: absolute;
  border-radius: var(--radius);
}
.MagicalGradButton_MagicalGradButton__DmJ_Z
  .button-background
  .background-blur {
  inset: 0;
  z-index: 2;
  background: hsla(0, 0%, 100%, 0.01);
  -webkit-backdrop-filter: blur(34.5px);
  backdrop-filter: blur(34.5px);
}
.MagicalGradButton_MagicalGradButton__DmJ_Z
  .button-background
  .background-angular {
  width: 120%;
  margin-top: -50%;
  margin-left: -10%;
  aspect-ratio: 1/1;
  background: conic-gradient(
    from var(--angle),
    #6804fd,
    #08f969,
    #100bf7,
    #f70ed2,
    #0ba2f7
  );
  transform-origin: 50% 50%;
  opacity: var(--bg-opacity);
  transition: opacity 318ms;
  -webkit-mask-image: radial-gradient(100px, #fff, hsla(0, 0%, 100%, 0.1));
  -webkit-mask-position: var(--bound-x) var(--bound-y);
  animation: MagicalGradButton_colorRotate__8rqxY 20s linear infinite;
}
.LandingHero_LandingHero__Oxuuc {
  display: flex;
  flex-direction: column;
  gap: 68px;
  max-width: 1280px;
  margin: 0 auto;
  align-items: center;
  padding: 45px 20px 60px;
  --lottie-scale: 0.85;
  position: relative;
  z-index: 2;
}
@media (max-width: 1080px) {
  .LandingHero_LandingHero__Oxuuc {
    --lottie-scale: 0.62;
    gap: 0;
  }
}
.LandingHero_LandingHero__Oxuuc .cover-container {
  width: 280px;
  margin-bottom: 38px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.LandingHero_LandingHero__Oxuuc .content-part {
  flex: 480;
}
@media (max-width: 1080px) {
  .LandingHero_LandingHero__Oxuuc .content-part {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.LandingFooter_LandingFooter__3q_Dw {
  border-radius: 16px 16px 0 0;
}
.LandingFooter_LandingFooter__3q_Dw .logo-row {
  padding: 64px 0;
  color: #7d5fa3;
}
.LandingFooter_LandingFooter__3q_Dw .logo-row .part-title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
.LandingFooter_LandingFooter__3q_Dw .logo-row .part-desc {
  font-size: 16px;
  line-height: 20px;
}
.LandingFooter_LandingFooter__3q_Dw .logo-row .orange-button {
  display: inline-flex;
  transition: 318ms;
  width: 324px;
  justify-content: center;
  background: linear-gradient(93.79deg, #fffa78 1.95%, #ffd15c 98.15%);
  padding: 10px 16px;
  border-radius: 6px;
  color: #7d5fa3;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  -webkit-font-smoothing: initial;
}
.LandingFooter_LandingFooter__3q_Dw .logo-row .orange-button:hover {
  opacity: 0.8;
}
.LandingFooter_LandingFooter__3q_Dw .copyright-row {
  padding: 66px 0;
  border-top: 1px solid rgba(125, 95, 163, 0.1);
}
.LandingFooter_LandingFooter__3q_Dw .copyright-row .copyright-text {
  font-size: 14px;
  color: #7d5fa3;
  font-weight: 300;
  margin-top: 16px;
}
.LandingFooter_LandingFooter__3q_Dw .copyright-row .sns-item {
  color: #7d5fa3;
}
.LandingFooter_LandingFooter__3q_Dw .copyright-row .sns-item svg {
  width: 28px;
  height: 28px;
}
.LandingFooter_LandingFooter__3q_Dw .copyright-row .sns-item svg path {
  transition: 218ms;
  fill: currentColor !important;
}
.LandingFooter_LandingFooter__3q_Dw .copyright-row .sns-item:hover {
  color: #995df1;
}
.DotLabel_DotLabel__J1UjV {
  gap: 4px;
  padding: 5.5px 12px 5.5px 10px;
  color: var(--color);
  font-size: 14px;
  line-height: 150%;
  text-transform: capitalize;
  font-weight: 400;
}
.DotLabel_DotLabel__J1UjV.DotLabel_needBackground__Eocrw {
  background: #edeeff;
  border-radius: 999px;
}
.DotLabel_DotLabel__J1UjV.DotLabel_green__OiPOX {
  --color: #62c400;
}
.DotLabel_DotLabel__J1UjV.DotLabel_green__OiPOX.DotLabel_needBackground__Eocrw {
  background-color: #ecffd8;
}
.DotLabel_DotLabel__J1UjV.DotLabel_purple__uWIw_ {
  --color: #7d5fa3;
}
.DotLabel_DotLabel__J1UjV.DotLabel_yellow__dGeaj {
  --color: #ffbb6a;
}
.DotLabel_DotLabel__J1UjV.DotLabel_yellow__dGeaj.DotLabel_needBackground__Eocrw {
  background-color: #fff3e6;
}
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@property --shimmer-x {
  syntax: "<percentage>";
  initial-value: 0.00001%;
  inherits: false;
}
@keyframes ShimmerButton_shimmerLineOpacity__Cgecy {
  0% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.75;
  }
}
@keyframes ShimmerButton_angleRotate__NI6D9 {
  to {
    --angle: 360deg;
  }
}
@keyframes ShimmerButton_shimmerRotate__QsaPD {
  0%,
  32.8228% {
    --angle: 0deg;
  }
  50%,
  82.8228% {
    --angle: 180deg;
  }
  to {
    --angle: 360deg;
  }
}
@keyframes ShimmerButton_shimmerTranslate__jqanj {
  0%,
  82.8228%,
  to {
    --shimmer-x: 13.333%;
  }
  32.8228%,
  50% {
    --shimmer-x: 86.666%;
  }
}
@keyframes ShimmerButton_starsSky__wVfHm {
  to {
    -webkit-mask-position: 0 -15px, 15px -45px;
  }
}
.ShimmerButton_ShimmerButton__eXdX4 {
  display: flex;
  height: 36px;
  padding: 10px 16px;
  position: relative;
  z-index: 2;
  border-radius: 80px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  background: #e8dffc;
  box-shadow: 0 0 16px 0 rgba(177, 132, 233, 0.4);
  background-clip: border-box;
  background-origin: border-box;
}
.ShimmerButton_ShimmerButton__eXdX4 .shimmer-effect {
  --easing: linear;
  --line-width: 1px;
  --line-color: #e1cbfe;
  --start-angle: -80deg;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  filter: drop-shadow(0 0 10px var(--line-color));
  animation: ShimmerButton_shimmerRotate__QsaPD 6s var(--easing) infinite,
    ShimmerButton_shimmerTranslate__jqanj 6s var(--easing) infinite,
    ShimmerButton_shimmerLineOpacity__Cgecy 3s var(--easing) infinite;
  animation-delay: var(--delay, 0s);
}
.ShimmerButton_ShimmerButton__eXdX4 .shimmer-effect:before {
  content: "";
  position: absolute;
  inset: calc(var(--line-width) * -1);
  border-radius: inherit;
  padding: var(--line-width);
  background: conic-gradient(
    from calc(var(--angle) + var(--start-angle, 0deg)) at var(--shimmer-x) 18px,
    transparent 0,
    var(--line-color) 20%,
    transparent 45%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: inherit;
}
.ShimmerButton_ShimmerButton__eXdX4 .stars-effect {
  --line-opacity: 0.2;
  --duration: 16s;
  --line-color: #513c6e;
  --easing: linear;
  position: absolute;
  border-radius: inherit;
  z-index: 10;
  inset: 2px;
  -webkit-mask-image: radial-gradient(#fff 3%, transparent 0),
    radial-gradient(hsla(0, 0%, 100%, 0.5) 3%, transparent 0);
  -webkit-mask-position: 0 0, 15px 15px;
  -webkit-mask-size: 30px 30px;
  -webkit-mask-repeat: repeat;
  background: conic-gradient(
    from var(--angle),
    transparent 0,
    var(--line-color) 40%,
    transparent 40%
  );
  pointer-events: none;
  opacity: 0.3;
  animation: ShimmerButton_angleRotate__NI6D9 var(--duration, 6s) infinite,
    ShimmerButton_starsSky__wVfHm 2s var(--easing) infinite;
}
.ShimmerButton_ShimmerButton__eXdX4 .button-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7d5fa3;
  font-size: 10px;
  line-height: normal;
}
.BentoGrid_BentoGrid__LwmQU {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .cell-feature {
  max-width: 300px;
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .cell-main {
  max-width: 335px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  background: #fff !important;
  box-shadow: 0 0 64px rgba(210, 193, 255, 0.5);
  margin-bottom: 30px;
  padding: 20px 30px 40px;
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .cell-main .main-title {
  width: 100%;
  aspect-ratio: 449/77;
  background-image: url(/_next/static/media/bento-main-title.578b940d.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .cell-main .card-desc {
  color: #7d5fa3;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 12px;
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .cell-feature {
  --translate: 0px;
  --cover-translate: 0;
  --desc-opacity: 0px;
  aspect-ratio: 1/1;
  width: 100%;
  flex-shrink: 0;
  background-color: #7d5fa3 !important;
  box-shadow: 0 0 32px rgba(210, 193, 255, 0.5);
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .cell-feature .card-white-bg {
  padding-top: 22px;
  background: #fff;
  height: 190px;
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .cell-feature .card-cover {
  width: 100%;
  aspect-ratio: 300/124;
  position: relative;
  transform: translateY(var(--cover-translate));
  transition: 318ms;
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .cell-feature .card-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .cell-feature .card-desc,
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .cell-feature .card-title {
  margin: 0 32px;
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .cell-feature .card-desc {
  opacity: var(--desc-opacity);
  color: rgba(125, 95, 163, 0.8);
  font-size: 14px;
  line-height: 150%;
  transition: 318ms;
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .cell-feature .card-title {
  position: relative;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.18px;
  color: #7d5fa3;
}
.BentoGrid_BentoGrid__LwmQU
  .bento-grid-row
  .cell-feature
  .card-title.blur-effect {
  margin: 0;
  filter: blur(16px);
  opacity: 0;
  position: absolute;
  top: -2px;
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .cell-feature .card-content {
  transition: 418ms;
  transform: translateY(var(--translate));
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .feature-nl {
  grid-area: b;
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .feature-nl .card-cover {
  aspect-ratio: 300/124;
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .feature-nl .button-container {
  padding: 45px 32px 0;
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .feature-nl .card-img {
  background-image: url(/_next/static/media/feature-nl.6af74e50.png);
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .feature-web3 {
  grid-area: c;
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .feature-web3 .card-img {
  background-image: url(/_next/static/media/feature-web3.2b4990c4.png);
  background-size: 85%;
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .feature-canvas {
  grid-area: d;
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .feature-canvas .card-white-bg {
  position: relative;
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .feature-canvas .canvas-space {
  position: absolute;
  right: 0;
  top: 20px;
  background-image: url(/_next/static/media/canvas-space.7bafa92a.png);
  background-size: contain;
  aspect-ratio: 265/154;
  width: 265px;
  transform: translateY(var(--cover-translate));
  transition: 318ms;
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .feature-canvas .canvas-zoom {
  position: absolute;
  background-image: url(/_next/static/media/canvas-zoom.5620e0c3.png);
  background-size: contain;
  aspect-ratio: 168/48;
  width: 168px;
  top: -54px;
  right: 6px;
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .feature-canvas .button-container {
  padding: 26px 26px 0;
  display: flex;
  justify-content: space-between;
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .feature-canvas .secondary-button {
  margin-top: 30px;
  --delay: -4s;
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .feature-canvas .card-img {
  background-image: url(/_next/static/media/feature-triggers.c70ea0b5.png);
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .feature-actions {
  grid-area: e;
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .feature-actions .button-container {
  padding-top: 56px;
  display: flex;
  justify-content: center;
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .feature-actions .primary-button {
  --delay: -2s;
  display: inline-flex;
  box-shadow: -4px -4px 8px 0 rgba(0, 0, 0, 0.25),
    0 0 16px 0 rgba(177, 132, 233, 0.4);
}
.BentoGrid_BentoGrid__LwmQU .bento-grid-row .feature-actions .card-img {
  background-image: url(/_next/static/media/feature-actions.f6de2b48.png);
  background-position-x: 101%;
}
.BentoGrid_BentoGrid__LwmQU .bento-integration-row {
  aspect-ratio: 335/400;
  background-image: url(/landing/IntegrationsMobile.png);
  background-size: contain;
}
.ChainPhysicalBlocks_ChainPhysicalBlocks__EFxsH {
  position: absolute;
  inset: 0;
  opacity: 0;
  overflow: hidden;
}
.ChainPhysicalBlocks_ChainPhysicalBlocks__EFxsH.ChainPhysicalBlocks_isInited__MwLw6 {
  opacity: 1;
}
.ChainPhysicalBlocks_ChainPhysicalBlocks__EFxsH .block-item {
  position: absolute;
  will-change: transform;
}
.ChainPhysicalBlocks_ChainPhysicalBlocks__EFxsH .black-image {
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 100%;
}
.PoweredBy_PoweredBy__xKB6v {
  padding-bottom: 50px;
}
.PoweredBy_PoweredBy__xKB6v .card-cover {
  width: 100%;
  aspect-ratio: 335/375;
  background-image: url(/landing/PoweredByMobile.png);
  background-size: cover;
  mix-blend-mode: multiply;
}
.PoweredBy_PoweredBy__xKB6v .card-title {
  margin-top: -60px;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 16px;
  color: #7d5fa3;
  -webkit-font-smoothing: initial;
}
.PoweredBy_PoweredBy__xKB6v .card-desc {
  max-width: 295px;
  color: #7d5fa3;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 32px;
  text-align: center;
}
.AgentId_AgentId__bCwAy {
  background-color: #f4efff;
  border-radius: 16px;
  padding-bottom: 50px;
}
.AgentId_AgentId__bCwAy .card-cover {
  width: 100%;
  aspect-ratio: 1/1;
  background-image: url(/landing/AgentIDMobile.png);
  background-size: cover;
}
.AgentId_AgentId__bCwAy .card-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 16px;
  color: #7d5fa3;
  -webkit-font-smoothing: initial;
}
.AgentId_AgentId__bCwAy .card-desc {
  max-width: 295px;
  color: #7d5fa3;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 32px;
  text-align: center;
}
.PartnersList_PartnersList__85jNT {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.PartnersList_PartnersList__85jNT .partner-item {
  aspect-ratio: 180/80;
  flex-shrink: 0;
  width: 151px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 16px;
}
@keyframes ScrollStages_cursor-blink__9QowG {
  0% {
    opacity: 0;
  }
}
@keyframes ScrollStages_success-decoration-show__XOsm0 {
  0%,
  20% {
    opacity: 0;
  }
  80%,
  to {
    opacity: 1;
  }
}
.ScrollStages_ScrollStages__6_lIg {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  --stage-card-height: 620px;
  --stage-card-header-height: min(105px, calc(100vh - 800px));
  --stage-card-spading: 27px;
}
@media (max-height: 860px) {
  .ScrollStages_ScrollStages__6_lIg {
    --stage-card-header-height: 80px;
    --stage-card-spading: 18px;
  }
}
.ScrollStages_ScrollStages__6_lIg .lottie-container {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 80px;
}
.ScrollStages_ScrollStages__6_lIg .status-label {
  margin: 4px 0 4px 8px;
  padding: 4px 20px;
}
.ScrollStages_ScrollStages__6_lIg .trigger-container .stage-trigger {
  height: var(--stage-card-height);
  min-height: 800px;
}
.ScrollStages_ScrollStages__6_lIg .pin-container {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.ScrollStages_ScrollStages__6_lIg .stage-card {
  position: relative;
  width: 100%;
  height: var(--stage-card-height);
  --fold-progress: 1;
  --enter-progress: 0;
  box-shadow: 0 4px 8px #edeeff;
}
.ScrollStages_ScrollStages__6_lIg .stage-card .card-inner {
  height: 100%;
  padding: min(9vh, var(--stage-card-spading) + 72px * var(--enter-progress, 0))
    20px var(--stage-card-spading);
  padding-top: 44px;
  background: #fbfbff;
  box-shadow: 0 4px 8px #edeeff;
}
.ScrollStages_ScrollStages__6_lIg .stage-card .card-header {
  padding-left: 10px;
  display: flex;
  margin-bottom: 32px;
}
.ScrollStages_ScrollStages__6_lIg .stage-card .card-title {
  padding-left: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 12px;
  font-family: ClashDisplay-Medium, sans-serif;
  color: #7d5fa3;
}
.ScrollStages_ScrollStages__6_lIg .stage-card .card-title .muted {
  color: #d2c1ff;
  text-shadow: none;
}
.ScrollStages_ScrollStages__6_lIg .stage-card .card-cover {
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}
.ScrollStages_ScrollStages__6_lIg .stage-card .card-desc {
  padding-left: 10px;
  --width: 740px;
  max-width: var(--width);
  font-size: 14px;
  line-height: 150%;
  margin: 0 auto 40px;
  color: #7d5fa3;
}
.ScrollStages_ScrollStages__6_lIg .stage-card .stage-label {
  border-radius: 999px;
  background: rgba(209, 181, 255, 0.1);
  padding: 0 4px;
}
.ScrollStages_ScrollStages__6_lIg .stage-card .stage-num {
  padding: 4px 16px;
  border-radius: 999px;
  background: #fff;
  color: #7d5fa3;
  font-size: 14px;
  line-height: 150%;
}
.ScrollStages_ScrollStages__6_lIg .interact-area {
  position: relative;
  aspect-ratio: 940/291;
  max-width: 940px;
  margin: 0 auto;
}
.ScrollStages_ScrollStages__6_lIg .interact-area .prompt-step {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/_next/static/media/InteractArea.9d6218d8.png);
}
.ScrollStages_ScrollStages__6_lIg .interact-area .prompt-step .prompt-message {
  cursor: pointer;
  position: relative;
  opacity: 0.8;
  border-radius: 16px;
  width: 832px;
  left: 54px;
  top: 79px;
  aspect-ratio: 832/129;
  padding: 24px 37px 24px 56px;
  background: linear-gradient(
    180deg,
    rgba(183, 165, 255, 0.5),
    rgba(228, 201, 255, 0.5)
  );
  transition: 318ms;
  color: #4f129d;
}
.ScrollStages_ScrollStages__6_lIg
  .interact-area
  .prompt-step
  .prompt-message:before {
  content: "";
  width: 2px;
  height: 20px;
  position: relative;
  top: 4px;
  left: -2px;
  background: #4f129d;
  display: inline-block;
  animation: ScrollStages_cursor-blink__9QowG 1s steps(2) infinite;
}
.ScrollStages_ScrollStages__6_lIg
  .interact-area
  .prompt-step
  .prompt-message
  .send-button {
  display: inline-flex;
  color: #282828;
  padding: 4px 12px;
  border-radius: 56px;
  opacity: 0;
  transition: 318ms;
  border: 1px solid;
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.ScrollStages_ScrollStages__6_lIg
  .interact-area
  .prompt-step
  .prompt-message
  .send-button:hover {
  opacity: 1 !important;
}
.ScrollStages_ScrollStages__6_lIg
  .interact-area
  .prompt-step
  .prompt-message:hover {
  opacity: 1;
}
.ScrollStages_ScrollStages__6_lIg
  .interact-area
  .prompt-step
  .prompt-message:hover
  .send-button {
  opacity: 0.6;
}
.ScrollStages_ScrollStages__6_lIg .interact-area .action-step,
.ScrollStages_ScrollStages__6_lIg .interact-area .chat-step,
.ScrollStages_ScrollStages__6_lIg .interact-area .select-step,
.ScrollStages_ScrollStages__6_lIg .interact-area .success-step,
.ScrollStages_ScrollStages__6_lIg .interact-area .trigger-step,
.ScrollStages_ScrollStages__6_lIg .interact-area .workflow-step {
  position: absolute;
  aspect-ratio: 832/340;
  width: 832px;
  top: -82px;
  left: 54px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 2;
  border-radius: 16px;
}
.ScrollStages_ScrollStages__6_lIg .interact-area .action-step .next-button,
.ScrollStages_ScrollStages__6_lIg .interact-area .chat-step .next-button,
.ScrollStages_ScrollStages__6_lIg .interact-area .select-step .next-button,
.ScrollStages_ScrollStages__6_lIg .interact-area .success-step .next-button,
.ScrollStages_ScrollStages__6_lIg .interact-area .trigger-step .next-button,
.ScrollStages_ScrollStages__6_lIg .interact-area .workflow-step .next-button {
  right: 149px;
  bottom: 66px;
}
.ScrollStages_ScrollStages__6_lIg .interact-area .next-button {
  position: absolute;
  display: inline-flex;
  border-radius: 16px;
  background: radial-gradient(
      238.39% 44.19% at 96.59% 31.25%,
      hsla(0, 0%, 100%, 0.3) 0,
      hsla(0, 0%, 100%, 0) 100%
    ),
    radial-gradient(
      182.56% 55.34% at 5.68% 100%,
      rgba(246, 251, 34, 0.51) 0,
      rgba(255, 158, 69, 0) 100%
    ),
    radial-gradient(
      137.51% 118.3% at 32.95% 0,
      hsla(0, 100%, 77%, 0.92) 21.25%,
      rgba(255, 169, 106, 0.57) 88.62%
    ),
    radial-gradient(
      178.09% 220.16% at 94.89% -132.81%,
      #ff7a00 67.59%,
      rgba(255, 199, 0, 0.38) 100%
    ),
    #fff500;
  box-shadow: inset 0 0 20px 0 hsla(0, 0%, 100%, 0.6);
  opacity: 0.8;
  padding: 3.5px 27px 4.5px;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  transition: 318ms;
  cursor: pointer;
}
.ScrollStages_ScrollStages__6_lIg .interact-area .next-button:hover {
  opacity: 1;
  box-shadow: 0 10px 60px 0 rgba(174, 113, 41, 0.8),
    0 20px 60px 0 hsla(47, 73%, 67%, 0.2),
    -20px -20px 50px 0 rgba(211, 70, 155, 0.4),
    inset 0 0 20px 0 hsla(0, 0%, 100%, 0.6);
}
.ScrollStages_ScrollStages__6_lIg .interact-area .chat-step,
.ScrollStages_ScrollStages__6_lIg .interact-area .select-step,
.ScrollStages_ScrollStages__6_lIg .interact-area .success-step,
.ScrollStages_ScrollStages__6_lIg .interact-area .workflow-step {
  border-radius: 16px;
  background: hsla(0, 0%, 100%, 0.6);
  box-shadow: 0 -8px 40px rgba(125, 95, 163, 0.2),
    inset 0 4px 4px hsla(0, 0%, 100%, 0.7),
    inset 0 -4px 8px hsla(0, 0%, 100%, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.ScrollStages_ScrollStages__6_lIg .interact-area .success-step {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ScrollStages_ScrollStages__6_lIg .interact-area .select-step {
  padding: 56px;
}
.ScrollStages_ScrollStages__6_lIg .interact-area .select-option {
  display: flex;
  border-radius: 8px;
  background: hsla(0, 0%, 100%, 0.1);
  padding: 8px 16px;
  transition: 318ms;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
.ScrollStages_ScrollStages__6_lIg .interact-area .select-option:hover {
  background: hsla(0, 0%, 100%, 0.15);
}
.ScrollStages_ScrollStages__6_lIg .success-icon {
  position: relative;
  aspect-ratio: 102.44/137.99;
  width: 102.44px;
}
.ScrollStages_ScrollStages__6_lIg .success-icon .info-tips {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: 500;
  white-space: pre;
  color: #6442ac;
}
.ScrollStages_ScrollStages__6_lIg .success-icon .icon-image {
  position: absolute;
  inset: 0;
  background-image: url(/_next/static/media/success-hand.025c891e.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.ScrollStages_ScrollStages__6_lIg .success-icon .layer-2 {
  background-image: url(/_next/static/media/success-decorate.a26ab143.png);
  inset: -15%;
  margin-top: 8%;
  margin-left: -5%;
  animation: ScrollStages_success-decoration-show__XOsm0 0.8s infinite alternate;
}
.ScrollStages_ScrollStages__6_lIg .step-name {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 16px;
}
.ScrollStages_ScrollStages__6_lIg .preload-images {
  position: absolute;
  overflow: hidden;
  left: -9999px;
  top: -9999px;
  height: 1px;
  width: 1px;
}
.ScrollStages_ScrollStages__6_lIg .area-1 .trigger-step {
  background-image: url(/_next/static/media/area-1-trigger.f9bba6f0.png);
}
.ScrollStages_ScrollStages__6_lIg .area-1 .action-step {
  background-image: url(/_next/static/media/area-1-action.1be7de9a.png);
}
.ScrollStages_ScrollStages__6_lIg .area-1 .chat-cover {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/_next/static/media/chat-cover.bd71a3e9.png);
}
.ScrollStages_ScrollStages__6_lIg .area-2 .trigger-step {
  background-image: url(/_next/static/media/area-2-trigger.cf300dfa.png);
  transform: scale(1.1);
}
.ScrollStages_ScrollStages__6_lIg .area-2 .workflow-cover {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(/_next/static/media/area-2-workflow.3904c2fc.png);
}
.ScrollStages_ScrollStages__6_lIg .area-2 .space-bar {
  padding: 8px 24px;
  gap: 16px;
  position: absolute;
  width: 183px;
  height: 44px;
  right: 0;
  top: 12px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.084);
  border-radius: 8px;
}
.ScrollStages_ScrollStages__6_lIg .area-2 .space-name {
  padding: 0 12px;
  gap: 10px;
  width: 135px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  background: #edeeff;
  border-radius: 4px;
  text-align: center;
}
.ScrollStages_ScrollStages__6_lIg .stage-1 {
  z-index: 3;
}
.ScrollStages_ScrollStages__6_lIg .stage-1 .card-inner {
  border-top-color: transparent;
}
.ScrollStages_ScrollStages__6_lIg .stage-2 {
  z-index: 2;
}
.ScrollStages_ScrollStages__6_lIg .stage-2 .stage-2-cover {
  width: 335px;
  aspect-ratio: 335/137;
  background-image: url(/landing/stage2.png);
  background-size: cover;
  margin-top: 70px;
}
.ScrollStages_ScrollStages__6_lIg .stage-3 .stage-3-cover {
  width: 335px;
  aspect-ratio: 335/137;
  background-image: url(/landing/stage3.png);
  background-size: cover;
  margin-top: 70px;
}
.ScrollStages_ScrollStages__6_lIg .stage-3 .card-inner {
  border-bottom-color: transparent;
}
.ScrollStages_ScrollStages__6_lIg .stage-3 .card-cover {
  aspect-ratio: 940/291;
  max-width: 940px;
  background-image: url(/_next/static/media/Stage3.11b6731d.png);
}
.LandingMobile_LandingMobile__OHjJm .mint-card {
  background-color: #f4efff !important;
}
.LandingMobile_LandingMobile__OHjJm .section {
  margin-bottom: 50px !important;
}
.LandingMobile_LandingMobile__OHjJm .section-mobile-title {
  font-family: ClashDisplay-Medium, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  text-align: center;
  text-transform: capitalize;
  color: #7d5fa3;
}
.LandingMobile_LandingMobile__OHjJm .section-supported-chains-mobile {
  height: 270px;
}
.LandingMobile_LandingMobile__OHjJm .section-hero {
  position: relative;
  z-index: 10;
  height: 780px;
  margin-bottom: -20px !important;
  background-size: cover;
  background-position: bottom;
  background-image: url(/landing/hero-bg.jpg);
}
.LandingMobile_LandingMobile__OHjJm .know-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 335px;
  text-align: center;
  height: 40px;
  background: #ba94ff;
  color: #fff;
  border-radius: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.LandingMobile_LandingMobile__OHjJm .section-faqs {
  color: #fff;
  background-image: url(/landing/faq-bg.jpeg);
  background-size: cover;
  padding: 50px 0 !important;
  min-height: 100px;
}
.LandingMobile_LandingMobile__OHjJm .section-faqs .faq-desc {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  max-width: 315px;
}
.landing_pageLanding__9Qi_X {
  background-color: #fbfbff;
  --container-padding: 90px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.landing_pageLanding__9Qi_X,
.landing_pageLanding__9Qi_X * {
  font-family: Poppins, sans-serif;
}
@media (max-width: 1280px) {
  .landing_pageLanding__9Qi_X {
    --container-padding: 10px;
  }
}
.landing_pageLanding__9Qi_X .LandingMobile {
  display: none;
}
@media (max-width: 768px) {
  .landing_pageLanding__9Qi_X .LandingDesktop {
    display: none;
  }
  .landing_pageLanding__9Qi_X .LandingMobile {
    display: block;
  }
}
.landing_pageLanding__9Qi_X .limit-container,
.landing_pageLanding__9Qi_X .limit-narrow-container,
.landing_pageLanding__9Qi_X .limit-wide-container {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 var(--container-padding);
}
.landing_pageLanding__9Qi_X .limit-narrow-container {
  max-width: 1380px;
}
.landing_pageLanding__9Qi_X .limit-wide-container {
  max-width: 1620px;
}
.landing_pageLanding__9Qi_X .section {
  min-height: 30vh;
  margin-bottom: 64px;
}
.landing_pageLanding__9Qi_X .section-title {
  position: relative;
  font-size: 42px;
  font-weight: 500;
  line-height: 101.111%;
  color: #7d5fa3;
  font-family: ClashDisplay-Medium, sans-serif;
}
.landing_pageLanding__9Qi_X .section-title.blur-effect {
  margin: 0;
  filter: blur(16px);
  opacity: 0;
  position: absolute;
  top: -2px;
}
.landing_pageLanding__9Qi_X .mint-card {
  border-radius: 16px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.landing_pageLanding__9Qi_X .section-supported-chains {
  height: 464px;
}
.landing_pageLanding__9Qi_X .section-faqs {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 80px;
}
.landing_pageLanding__9Qi_X .section-faqs .limit-container {
  position: relative;
  z-index: 2;
}
.landing_pageLanding__9Qi_X .section-faqs .section-bg2 {
  position: absolute;
  width: 1274px;
  height: 973px;
  right: -10px;
  top: -60px;
}
.landing_pageLanding__9Qi_X .section-faqs .section-bg2 .blur-circle {
  position: absolute;
  filter: blur(150px);
}
.landing_pageLanding__9Qi_X .section-faqs .section-bg2 .circle1 {
  width: 750px;
  height: 689px;
  left: 1186px;
  top: -221px;
  background: #ffe816;
  mix-blend-mode: plus-lighter;
  opacity: 0.2;
  z-index: 3;
}
.landing_pageLanding__9Qi_X .section-faqs .section-bg2 .circle2 {
  width: 750px;
  height: 689px;
  left: 662px;
  top: -280px;
  background: #ff71be;
  mix-blend-mode: overlay;
  opacity: 0.3;
  z-index: 2;
}
.landing_pageLanding__9Qi_X .section-faqs .section-bg2 .circle3 {
  width: 749px;
  height: 689px;
  left: 863px;
  top: 4px;
  background: #5fffec;
  opacity: 0.3;
}
.landing_pageLanding__9Qi_X .section-faqs .section-bg {
  position: absolute;
  width: 100%;
  min-width: 2052px;
  height: 961px;
  left: 50%;
  top: -280px;
  transform: translateX(-50%);
  pointer-events: none;
  filter: blur(100px);
}
.landing_pageLanding__9Qi_X .section-faqs .section-bg svg {
  position: relative;
  width: 100%;
  height: 120%;
  aspect-ratio: 1440/1002;
}
