.wallet{background:var(--color-base-text);color:var(--color-base-white);padding:7.5rem 0;overflow:hidden;position:relative;isolation:isolate}.wallet__container{max-width:1200px;margin:auto;z-index:1}.wallet__ellipse1{position:absolute;z-index:0;top:0;right:0}.wallet__ellipse2{position:absolute;z-index:0;bottom:-6px;left:0}.glassCard{max-width:var(--container-max-width);margin:0 auto;display:flex;padding:3.75rem;flex-direction:column;align-items:center;gap:3.5rem;z-index:1;background:linear-gradient(112deg,rgba(255,255,255,.25) .97%,rgba(56,56,56,.25) 47.25%,rgba(24,24,24,.3));box-shadow:0 4px 24px 1px rgba(38,64,166,.25);backdrop-filter:blur(12.5px);-webkit-backdrop-filter:blur(12.5px);border-radius:16px;position:relative;z-index:0}.glassCard:before{content:"";position:absolute;inset:-3px;z-index:-1;border-radius:19px;background:linear-gradient(347deg,#FFFFFF4D,#2640A6 50%,#7585C6 90%,#FFFFFF4D);padding:3px;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.wallet__header{display:flex;flex-direction:column;gap:.75rem}.wallet__title{text-align:center;font-size:var(--text-4xl);font-style:normal;font-weight:700;line-height:120%;letter-spacing:-1px}.wallet__description{text-align:center;align-self:stretch;font-size:var(--text-lg);font-style:normal;font-weight:400;line-height:150%}.wallet__toggle{display:flex;border-radius:100px;border:4px solid transparent;background:rgba(240,248,255,.4);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);color:#FFF;line-height:135%}.wallet__toggle,.wallet__toggleButton{font-size:var(--text-xl);font-style:normal;font-weight:700}.wallet__toggleButton{width:250px;padding:16px;text-align:center;background:transparent;border:none;color:inherit;cursor:pointer;border-radius:100px;z-index:1;position:relative;transition:color .5s ease}.wallet__toggleButton[data-active=true]{color:var(--color-base-text)}.wallet__toggleButton br{display:none}.wallet__toggleIndicator{position:absolute;top:1px;left:1px;width:calc(50% - 1px);height:calc(100% - 2px);background:var(--color-base-white);border-radius:100px;transition:transform .5s cubic-bezier(.4,0,.2,1)}.wallet__content{width:100%;position:relative;min-height:300px}.wallet__contentAPI,.wallet__contentLowCode{display:none;justify-content:space-between;width:100%;opacity:0;transition:opacity .3s ease-in;pointer-events:none}.wallet__contentAPI[data-active=true],.wallet__contentLowCode[data-active=true]{display:flex;opacity:1;pointer-events:all}.wallet__contentIllust .json-video-player{max-width:500px}.wallet__contentText{display:flex;max-width:455px;flex-direction:column;align-items:flex-start;gap:2rem}.wallet__content h3{color:var(--color-base-white);font-size:var(--text-2xl);font-style:normal;font-weight:700;line-height:135%}.wallet__content ul{padding:0}.wallet__content ul li{display:flex;align-items:center;gap:1rem;list-style:none;color:var(--color-base-white);font-size:var(--text-md);font-style:normal;font-weight:400;line-height:normal;margin-bottom:1.5rem}.wallet__content ul li:last-child{margin-bottom:0}.wallet__cta{display:flex;gap:1rem}.button__explore{border:none}.mobile-white-space{display:none}@media (max-width:1152px){.wallet__container{padding-inline:2rem}}@media (max-width:1024px){.wallet{padding:4rem 2rem}.wallet__toggleButton{width:200px;padding:14px}.glassCard{padding:2rem}}@media (max-width:920px){.wallet__contentAPI,.wallet__contentLowCode{position:relative;flex-direction:column;gap:2rem;height:auto;align-items:center;display:none}.wallet__contentAPI[data-active=true],.wallet__contentLowCode[data-active=true]{display:flex}.wallet__contentIllust .json-video-player,.wallet__contentIllust img{width:100%;max-width:500px;height:100%}.wallet__contentText{margin:0 auto;order:2;gap:1rem}.wallet__content ul li{margin-bottom:.8rem}}@media (max-width:768px){.wallet__container{padding-inline:0}.wallet__ellipse1 img,.wallet__ellipse2 img{width:100%}}@media (max-width:575px){.wallet{padding:4rem 1rem}.wallet__toggleButton{width:135px;padding:8px}.wallet__toggleButton br{display:inline}.glassCard{padding:1.5rem}.wallet__cta{flex-direction:column;width:100%}.wallet__content h3{max-width:100%}.wallet__cta a,.wallet__cta button{padding-left:2rem}.wallet__title{font-size:24px}.wallet__content ul li,.wallet__description,.wallet__toggleButton{font-size:var(--text-sm)}}@media (max-width:480px){.wallet__content ul li br{display:none}.mobile-white-space{display:block!important}}@media (max-width:340px){.wallet__toggle{width:240px}}