.boxItems{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@media screen and (max-width:480px){.boxItems{grid-template-columns:1fr}}.boxItems--visual{top:0;right:0;position:absolute;transform:translate(31%,-31%)}.boxItems__items{transition:transform .4s var(--material-cubic-bezier);transform:scale(0);transform-origin:top left}.boxItems__items.active{transform:scale(1)}@media(hover:hover){.boxItems__items:hover .boxItems__items--title{color:var(--ascent-color)}}.boxItems__items:first-child{transition-delay:.1s}.boxItems__items:nth-child(2){transition-delay:.2s}.boxItems__items:nth-child(3){transition-delay:.3s}.boxItems__items:nth-child(4){transition-delay:.4s}.boxItems__items--title{font-size:16px;font-weight:600;margin:8px 0;color:#d0dce7;text-transform:uppercase;transition:color .4s var(--material-cubic-bezier)}.boxItems__items--description{font-size:16px;color:var(--mono-color-400);line-height:1.5}.buttonWrapper{cursor:pointer;color:#fff;background:rgba(61,61,61,.5);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:8px 24px;border-radius:2px;border:0;outline:none;font-size:16px;font-family:inherit;display:flex;align-items:center;position:relative;overflow:hidden;transition:transform .3s ease;z-index:0}@media screen and (max-width:480px){.buttonWrapper{padding:8px 12px;font-size:14px}}.buttonWrapper.variant-blank{background:rgba(0,0,0,0);color:#888}.buttonWrapper.variant-blank .buttonWrapper--gradient{display:none}@media(hover:hover){.buttonWrapper.variant-blank:hover .buttonWrapper--text{background:linear-gradient(120deg,#888 40%,rgba(255,178,95,.8) 50%,#888 60%);background-size:200% 100%;background-position-x:calc(100% - var(--mouse-x, 0)*100%);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}}.buttonWrapper.variant-filled{background:var(--ascent-color);color:var(--background);-webkit-backdrop-filter:none;backdrop-filter:none;font-weight:600}.buttonWrapper.variant-filled .buttonWrapper--gradient{display:none}@media(hover:hover){.buttonWrapper.variant-filled:hover{opacity:.92}}.buttonWrapper.variant-filled:active{transform:translateY(1px)}@media(hover:hover){.buttonWrapper:hover{transform:translateY(-2px)}}.buttonWrapper.showArrow{padding:8px 12px 8px 24px}@media(hover:hover){.buttonWrapper.showArrow:hover .buttonWrapper--arrow{transform:translateX(4px)}}@media screen and (max-width:480px){.buttonWrapper.showArrow{padding:8px 6px 8px 12px}}.buttonWrapper.showArrow .buttonWrapper--arrow{margin-left:8px;transition:transform .2s var(--material-cubic-bezier,cubic-bezier(.4,0,.2,1))}.buttonWrapper--gradient{position:absolute;inset:0;z-index:-1;opacity:0;transition:opacity .3s ease}@media(hover:hover){.buttonWrapper:hover .buttonWrapper--gradient{opacity:1}}@keyframes planetAnimation{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.contactUsWrapper{padding-top:120px;text-align:center;overflow:hidden}.contactUsWrapper--title{font-weight:400;font-size:var(--title-xxl-font-size);margin:0 auto 16px;width:70%}@media screen and (max-width:480px){.contactUsWrapper--title{width:90%}}.contactUsWrapper--title>span{color:var(--ascent-color)}.contactUsWrapper--description{font-size:var(--title-m-font-size);color:var(--mono-color-100);margin-bottom:32px}.contactUsWrapper--ctaWrapper{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:100px}.contactUsWrapper__globe{width:60%;aspect-ratio:1/1;position:relative;margin:-25% auto 0;transform:translateY(50%)}@media screen and (max-width:480px){.contactUsWrapper__globe{width:80%}}.contactUsWrapper__globe__orbit{position:absolute;inset:0;color:rgba(255,128,0,.25);border-radius:50%;margin:auto;background:#0e0c15;z-index:0;perspective:1000px;transform-style:preserve-3d}.contactUsWrapper__globe__orbit:first-child{top:0;left:0;right:0;bottom:0;animation:planetAnimation 10s linear 6s infinite}.contactUsWrapper__globe__orbit:nth-child(2){top:10%;left:10%;right:10%;bottom:10%;animation:planetAnimation 10s linear 4s infinite}.contactUsWrapper__globe__orbit:nth-child(3){top:20%;left:20%;right:20%;bottom:20%;animation:planetAnimation 10s linear 2s infinite}.contactUsWrapper__globe__orbit:nth-child(4){top:30%;left:30%;right:30%;bottom:30%;animation:planetAnimation 10s linear 0s infinite}.contactUsWrapper__globe__orbit__planet{position:absolute;width:60px;height:60px;background:linear-gradient(117.37deg,rgba(255,128,0,.3) 10.2%,rgba(255,128,0,.3) 50.51%,rgba(255,128,0,.3) 100.38%);border-radius:50%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;left:50%}@media screen and (max-width:480px){.contactUsWrapper__globe__orbit__planet{width:30px;height:30px}}.contactUsWrapper__globe__orbit__planet>img{width:50%;height:50%;object-fit:contain;object-position:center}.contactUsWrapper__globe__orbit__planet.top{top:0;transform:translateX(-50%) translateY(-75%) translateZ(-1px)}.contactUsWrapper__globe__orbit__planet.bottom{bottom:0;transform:translateX(-50%) translateY(75%) translateZ(-1px) rotate(180deg)}.homeWrapper .mainHero .heroWrapper__imageWrapper{width:100%;aspect-ratio:4/3}@media screen and (max-width:480px){.homeWrapper .mainHero .heroWrapper__imageWrapper{padding-top:40px;padding-bottom:40px}}.productsWrapper .heroWrapper__textWrapper{position:-webkit-sticky;position:sticky;top:150px;align-self:start}@media screen and (max-width:480px){.productsWrapper .heroWrapper__textWrapper{position:relative;top:auto}}.boxWrapper{padding:120px 0;position:relative;margin:0 20px}@media screen and (max-width:480px){.boxWrapper{padding:100px 0 40px}}.boxWrapper>.wrapper{position:relative;border-top:1px solid #3d3d3d}.boxWrapper>.wrapper:after,.boxWrapper>.wrapper:before{content:"";position:absolute;width:2px;height:100%;top:0;bottom:0;background:linear-gradient(180deg,#3d3d3d,rgba(255,128,0,.2),rgba(255,128,0,0))}.boxWrapper>.wrapper:before{left:0}.boxWrapper>.wrapper:after{right:0}.boxWrapper .heroWrapper{height:auto;min-height:auto;padding:100px 0}@media screen and (max-width:480px){.boxWrapper .heroWrapper{padding:40px 0 0}}.boxWrapper .heroWrapper .wrapper.wrapper{width:80%}@media screen and (max-width:480px){.boxWrapper .heroWrapper .wrapper.wrapper{width:auto}}.boxWrapper .boxItems__items{padding:32px}@media screen and (max-width:480px){.boxWrapper .boxItems__items{padding:20px}}@media(hover:hover){.boxWrapper .boxItems__items:hover .walletAsServiceIcon .box-top{transform:rotate(20deg) translateY(-4px)}.boxWrapper .boxItems__items:hover .digitalAssetManagementIcon .top-layer{transform:translateY(0)}.boxWrapper .boxItems__items:hover .sdkAndInfrastructureIcon .toggle-1{transform:translateX(-30%)}.boxWrapper .boxItems__items:hover .sdkAndInfrastructureIcon .toggle-2{transform:translateX(30%)}}.boxWrapper .walletAsServiceIcon .box-top{transform-origin:right}.boxWrapper .digitalAssetManagementIcon .top-layer{transform:translateY(10px)}.boxWrapper svg circle,.boxWrapper svg g,.boxWrapper svg path{transition:transform .4s var(--material-cubic-bezier),opacity .4s var(--material-cubic-bezier)}.digitalAssetWrapper{position:relative;padding-bottom:140px}.digitalAssetWrapper:before{content:"";position:absolute;height:2px;width:60%;min-width:550px;bottom:0;left:0;right:0;margin:0 auto;background:linear-gradient(90deg,rgba(255,255,255,0) 25.98%,rgba(255,255,255,.5) 49.93%,rgba(255,255,255,0) 74.22%)}@media screen and (max-width:480px){.digitalAssetWrapper:before{min-width:auto}}.digitalAssetWrapper .heroWrapper{height:auto;min-height:auto;padding:160px 0 130px}.heroWrapper{height:80vh;min-height:800px;display:flex;align-items:center}@media screen and (max-width:480px){.heroWrapper{height:auto}}.heroWrapper.align-center .wrapper{align-items:center}.heroWrapper.justify-center .wrapper{display:block}.heroWrapper.justify-center .heroWrapper__textWrapper{width:50%;min-width:650px;margin:0 auto;text-align:center}@media screen and (max-width:480px){.heroWrapper.justify-center .heroWrapper__textWrapper{min-width:auto;width:100%}}.heroWrapper.justify-center .heroWrapper__ctaWrapper{justify-content:center}.heroWrapper .wrapper{display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:480px){.heroWrapper .wrapper{grid-template-columns:1fr}}.heroWrapper__eyebrow{display:inline-flex;align-items:center;margin:0 0 24px;color:var(--ascent-color);font-size:16px;font-weight:600;letter-spacing:0;text-transform:uppercase}.heroWrapper__eyebrow .dot{display:none}.heroWrapper__title{font-size:var(--title-xxl-font-size);font-weight:400;line-height:1.2;letter-spacing:-.02em;margin:0 0 16px}.heroWrapper__title .ascentText,.heroWrapper__title>span{color:var(--ascent-color)}.heroWrapper__description{font-size:var(--title-m-font-size);line-height:1.5;color:#b0b0b0}.heroWrapper__ctaWrapper{display:flex;align-items:center;gap:16px;margin-top:32px}.heroWrapper__textWrapper{position:relative;z-index:10}.heroWrapper__imageWrapper{display:flex;align-items:center;justify-content:center}@media screen and (max-width:480px){.heroWrapper__imageWrapper{margin-top:40px}}.productCards{display:flex;flex-direction:column;gap:32px;width:100%}.productCards__items{border:1px solid rgba(61,61,61,.4);padding:32px;position:relative;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .4s var(--material-cubic-bezier);transform:scale(0);transform-origin:top left}.productCards__items.active{transform:scale(1)}.productCards__items:first-child{transition-delay:.1s}.productCards__items:nth-child(2){transition-delay:.2s}.productCards__items:nth-child(3){transition-delay:.3s}.productCards__items:nth-child(4){transition-delay:.4s}.productCards__items .fintechIcon .box-1{opacity:0;transform:translate(-25%,25%)}.productCards__items .fintechIcon .box-2{opacity:0;transform:translate(25%,-25%)}@media(hover:hover){.productCards__items:hover .productCards__items--title{color:var(--ascent-color)}.productCards__items:hover .keyIcon .key{transform-origin:top left;transform:rotate(-10deg)}.productCards__items:hover .fintechIcon .box-1,.productCards__items:hover .fintechIcon .box-2{opacity:1;transform:translate(0)}.productCards__items:hover .enterpriseIcon .box-top{transform:translateY(-5px)}.productCards__items:hover .web2ToWeb3Icon .toggle{transform:translateX(25%)}.productCards__items:hover .web2ToWeb3Icon .indicator{transform:scale(1.2) translate(-4px,-4px)}}.productCards__items--corner:after,.productCards__items--corner:before{content:"";position:absolute;width:4px;height:4px;background:var(--ascent-color)}.productCards__items--corner.top:before{top:-2px;left:-2px}.productCards__items--corner.top:after{top:-2px;right:-2px}.productCards__items--corner.bottom:before{bottom:-2px;left:-2px}.productCards__items--corner.bottom:after{bottom:-2px;right:-2px}.productCards__items--title{font-size:var(--title-l-font-size);font-weight:400;margin:0 0 8px;transition:color .4s var(--material-cubic-bezier)}.productCards__items--description{font-size:16px;color:var(--mono-color-400)}.productCards svg circle,.productCards svg path{transition:transform .4s var(--material-cubic-bezier),opacity .4s var(--material-cubic-bezier)}@keyframes rotateCircle{0%{rotate:0deg}to{rotate:1turn}}.rotatingCircleAnimation{position:relative;width:20vw;max-width:250px;aspect-ratio:1/1;perspective:2560px;transform-style:preserve-3d;transition:transform 1.6s var(--material-cubic-bezier)}@media screen and (max-width:480px){.rotatingCircleAnimation{margin-left:-40%}}.rotatingCircleAnimation.active{transform:rotateY(70deg) rotateX(-20deg) translateX(-25%) translateY(-25%)}.rotatingCircleAnimation__item{width:100%;height:100%;border:1px solid var(--ascent-color);position:absolute;border-radius:50%;-webkit-mask-image:linear-gradient(180deg,#000,transparent);mask-image:linear-gradient(180deg,#000,transparent)}.rotatingCircleAnimation__item:before{content:"";position:absolute;background:linear-gradient(to right,transparent,var(--background),transparent);mix-blend-mode:color;top:0;right:0;left:0;bottom:-2px}.rotatingCircleAnimation__item:first-child{transform:translateZ(20px);animation:rotateCircle 4s linear .2s infinite}.rotatingCircleAnimation__item:nth-child(2){transform:translateZ(40px);animation:rotateCircle 4s linear .4s infinite}.rotatingCircleAnimation__item:nth-child(3){transform:translateZ(60px);animation:rotateCircle 4s linear .6s infinite}.rotatingCircleAnimation__item:nth-child(4){transform:translateZ(80px);animation:rotateCircle 4s linear .8s infinite}.rotatingCircleAnimation__item:nth-child(5){transform:translateZ(100px);animation:rotateCircle 4s linear 1s infinite}.rotatingCircleAnimation__item:nth-child(6){transform:translateZ(120px);animation:rotateCircle 4s linear 1.2s infinite}.rotatingCircleAnimation__item:nth-child(7){transform:translateZ(140px);animation:rotateCircle 4s linear 1.4s infinite}.rotatingCircleAnimation__item:nth-child(8){transform:translateZ(160px);animation:rotateCircle 4s linear 1.6s infinite}.rotatingCircleAnimation__item:nth-child(9){transform:translateZ(180px);animation:rotateCircle 4s linear 1.8s infinite}.rotatingCircleAnimation__item:nth-child(10){transform:translateZ(200px);animation:rotateCircle 4s linear 2s infinite}.rotatingCircleAnimation__item:nth-child(11){transform:translateZ(220px);animation:rotateCircle 4s linear 2.2s infinite}.rotatingCircleAnimation__item:nth-child(12){transform:translateZ(240px);animation:rotateCircle 4s linear 2.4s infinite}.rotatingCircleAnimation__item:nth-child(13){transform:translateZ(260px);animation:rotateCircle 4s linear 2.6s infinite}.rotatingCircleAnimation__item:nth-child(14){transform:translateZ(280px);animation:rotateCircle 4s linear 2.8s infinite}.rotatingCircleAnimation__item:nth-child(15){transform:translateZ(300px);animation:rotateCircle 4s linear 3s infinite}.rotatingCircleAnimation__item:nth-child(16){transform:translateZ(320px);animation:rotateCircle 4s linear 3.2s infinite}.rotatingCircleAnimation__item:nth-child(17){transform:translateZ(340px);animation:rotateCircle 4s linear 3.4s infinite}.rotatingCircleAnimation__item:nth-child(18){transform:translateZ(360px);animation:rotateCircle 4s linear 3.6s infinite}.rotatingCircleAnimation__item:nth-child(19){transform:translateZ(380px);animation:rotateCircle 4s linear 3.8s infinite}.rotatingCircleAnimation__item:nth-child(20){transform:translateZ(400px);animation:rotateCircle 4s linear 4s infinite}.rotatingCircleAnimation__item:nth-child(21){transform:translateZ(420px);animation:rotateCircle 4s linear 4.2s infinite}.rotatingCircleAnimation__item:nth-child(22){transform:translateZ(440px);animation:rotateCircle 4s linear 4.4s infinite}.rotatingCircleAnimation__item:nth-child(23){transform:translateZ(460px);animation:rotateCircle 4s linear 4.6s infinite}.rotatingCircleAnimation__item:nth-child(24){transform:translateZ(480px);animation:rotateCircle 4s linear 4.8s infinite}.rotatingCircleAnimation__item:nth-child(25){transform:translateZ(500px);animation:rotateCircle 4s linear 5s infinite}.rotatingCircleAnimation__item:nth-child(26){transform:translateZ(520px);animation:rotateCircle 4s linear 5.2s infinite}.rotatingCircleAnimation__item:nth-child(27){transform:translateZ(540px);animation:rotateCircle 4s linear 5.4s infinite}.rotatingCircleAnimation__item:nth-child(28){transform:translateZ(560px);animation:rotateCircle 4s linear 5.6s infinite}.rotatingCircleAnimation__item:nth-child(29){transform:translateZ(580px);animation:rotateCircle 4s linear 5.8s infinite}.rotatingCircleAnimation__item:nth-child(30){transform:translateZ(600px);animation:rotateCircle 4s linear 6s infinite}.rotatingCircleAnimation__item:nth-child(31){transform:translateZ(620px);animation:rotateCircle 4s linear 6.2s infinite}.rotatingCircleAnimation__item:nth-child(32){transform:translateZ(640px);animation:rotateCircle 4s linear 6.4s infinite}.rotatingCircleAnimation__item:nth-child(33){transform:translateZ(660px);animation:rotateCircle 4s linear 6.6s infinite}.rotatingCircleAnimation__item:nth-child(34){transform:translateZ(680px);animation:rotateCircle 4s linear 6.8s infinite}.rotatingCircleAnimation__item:nth-child(35){transform:translateZ(700px);animation:rotateCircle 4s linear 7s infinite}.rotatingCircleAnimation__item:nth-child(36){transform:translateZ(720px);animation:rotateCircle 4s linear 7.2s infinite}.rotatingCircleAnimation__item:nth-child(37){transform:translateZ(740px);animation:rotateCircle 4s linear 7.4s infinite}.rotatingCircleAnimation__item:nth-child(38){transform:translateZ(760px);animation:rotateCircle 4s linear 7.6s infinite}.rotatingCircleAnimation__item:nth-child(39){transform:translateZ(780px);animation:rotateCircle 4s linear 7.8s infinite}.rotatingCircleAnimation__item:nth-child(40){transform:translateZ(800px);animation:rotateCircle 4s linear 8s infinite}.rotatingCircleAnimation__item:nth-child(41){transform:translateZ(820px);animation:rotateCircle 4s linear 8.2s infinite}.rotatingCircleAnimation__item:nth-child(42){transform:translateZ(840px);animation:rotateCircle 4s linear 8.4s infinite}.rotatingCircleAnimation__item:nth-child(43){transform:translateZ(860px);animation:rotateCircle 4s linear 8.6s infinite}.rotatingCircleAnimation__item:nth-child(44){transform:translateZ(880px);animation:rotateCircle 4s linear 8.8s infinite}.rotatingCircleAnimation__item:nth-child(45){transform:translateZ(900px);animation:rotateCircle 4s linear 9s infinite}.rotatingCircleAnimation__item:nth-child(46){transform:translateZ(920px);animation:rotateCircle 4s linear 9.2s infinite}.rotatingCircleAnimation__item:nth-child(47){transform:translateZ(940px);animation:rotateCircle 4s linear 9.4s infinite}.rotatingCircleAnimation__item:nth-child(48){transform:translateZ(960px);animation:rotateCircle 4s linear 9.6s infinite}.rotatingCircleAnimation__item:nth-child(49){transform:translateZ(980px);animation:rotateCircle 4s linear 9.8s infinite}.rotatingCircleAnimation__item:nth-child(50){transform:translateZ(1000px);animation:rotateCircle 4s linear 10s infinite}