@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cookie-consent{position:fixed;z-index:999;width:340px;height:auto;border-radius:.8rem;background-color:#fff;bottom:1.5rem;left:1.5rem;padding:2rem 1rem 1rem;line-height:1.2rem;font-size:14px;font-weight:300;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);display:flex;flex-direction:column;gap:.5rem;animation-name:fadeInUp;animation-duration:1s;animation-fill-mode:both;animation-timing-function:cubic-bezier(.68,-.55,.27,1.55)}@media only screen and (max-width:720px){.cookie-consent{left:0;right:0;bottom:0;width:100vw;height:auto;gap:1rem;box-sizing:border-box}}.cookie-consent--accepted{display:none}.cookie-consent img{position:absolute;left:50%;top:0;transform:translate(-50%,-50%)}.cookie-consent__bar{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.cookie-consent a{color:#1b7dbe}.cookie-consent a:hover{text-decoration:underline}.cookie-consent__btn{padding:10px 14px;border-radius:14px;background-color:#b66180;color:#fff;font-weight:400;cursor:pointer}.cookie-consent__btn:hover{background-color:#d47d9d}.app-header{position:fixed;background-color:#fff;box-sizing:border-box;border-bottom:1px solid hsla(0,0%,87%,.533);z-index:100;width:100vw}.app-header__inner{display:flex;width:min(100vw,1100px);justify-content:space-between;margin:0 auto;box-sizing:border-box;padding:15px}.app-header__logo{background-image:url(/images/logo.png);background-position:50%;background-size:contain;background-repeat:no-repeat;width:140px;height:42px}.app-header__nav{display:flex;align-items:center;font-weight:700;font-size:16px;color:#553049}@media only screen and (max-width:640px){.app-header__nav{display:none}}.app-header__nav a{padding:.5rem .7rem}.app-header__nav a:hover{background-color:#f2f2f2;border-radius:.3rem}.app-header button{display:flex;align-items:center;gap:.5rem;background-image:linear-gradient(120deg,#f1f362,#f4e466 4%,#f4d46c 8%,#f5c470 12%,#f5b370 17%,#f6a674 23%,#f79878 29%,#f78c7e 36%,#f88183 44%,#f88796 56%,#f986a4 73%,#f98bb7);color:#fff;outline:1px solid rgba(239,181,220,.471);border-radius:1rem;font-weight:500;font-size:1.2rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-image .2s ease;padding:.5rem .7rem;font-size:.8rem;font-weight:700;border:2px solid #fff;gap:.2rem;margin-left:.5rem}.app-header button svg{font-size:1.5rem;opacity:.8}.app-header button:hover{transform:scale(1.02)}.app-header button:active{transform:scale(1)}.app-header button svg{font-size:.8rem}.app-header__mobile-menu{display:flex;flex-direction:column;align-items:flex-end;max-height:0;overflow:hidden;transition:all .1s ease;padding:0 1rem}.app-header__mobile-menu a{padding:.5rem .7rem}.app-header__mobile-menu--mobileMenuOpen{max-height:100vh;padding:1rem;font-size:1.5rem}.app-header .try-now{background-image:linear-gradient(120deg,#f1f362,#f4e466 4%,#f4d46c 8%,#f5c470 12%,#f5b370 17%,#f6a674 23%,#f79878 29%,#f78c7e 36%,#f88183 44%,#f88796 56%,#f986a4 73%,#f98bb7);color:#fff;padding:.2rem .7rem;margin-top:.5rem;border-radius:.3rem}@media only screen and (max-width:640px){.app-header .burger-menu-icon{display:flex}}.burger-menu-icon{display:none;flex-direction:column;position:relative;justify-content:center;margin:0 .5rem;box-sizing:border-box;min-width:34px}.burger-menu-icon div{transition:transform .2s ease;width:34px;height:4px;border-radius:2px;background-color:#644d4d}.burger-menu-icon div:first-child{transform:translateY(-5px)}.burger-menu-icon div:nth-child(3){transform:translateY(5px)}.burger-menu-icon--isOpen div{z-index:450;background-color:#644d4d;position:absolute;width:37px}.burger-menu-icon--isOpen div:first-child{transform-origin:center;transform:rotate(45deg)}.burger-menu-icon--isOpen div:nth-child(2){display:none}.burger-menu-icon--isOpen div:nth-child(3){transform-origin:center;transform:rotate(135deg)}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-size:18px;min-height:100vh;background-image:url(/images/bg-pattern-sm.jpg);background-attachment:fixed}body{display:flex;flex-direction:column;align-items:center}.prevent-scroll{height:100vh;overflow:hidden}main{display:flex;flex:1 1;width:100vw;box-sizing:border-box;justify-content:center}a{color:inherit;text-decoration:none}.MuiTooltip-tooltip{display:flex!important;align-items:center!important;justify-content:center!important;color:#444!important;padding:7px!important;font-size:14px!important;text-align:center;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2)}.MuiTooltip-arrow:before,.MuiTooltip-tooltip{background-color:#fff!important}.app__slogan{margin:1rem 0 -1rem;line-height:1rem;background-color:hsla(0,0%,100%,.933);padding:.5rem 1rem;border-radius:1rem;border:1px solid #e3e3e3}.app__hero{position:relative;display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center;padding:6rem 1rem 0;margin:0 auto -6px;z-index:9;width:100vw}.app__hero h1{font-weight:700;text-align:center;font-size:2.5rem;line-height:1;color:#553049;max-width:680px;padding:0 .4rem}.app__hero p{max-width:360px;color:#553049;font-size:1rem}.app__hero button{display:flex;align-items:center;gap:.5rem;padding:.8rem 1.2rem;background-image:linear-gradient(120deg,#f1f362,#f4e466 4%,#f4d46c 8%,#f5c470 12%,#f5b370 17%,#f6a674 23%,#f79878 29%,#f78c7e 36%,#f88183 44%,#f88796 56%,#f986a4 73%,#f98bb7);color:#fff;border:6px solid #fff;outline:1px solid rgba(239,181,220,.471);border-radius:1rem;font-weight:500;font-size:1.2rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-image .2s ease}.app__hero button svg{font-size:1.5rem;opacity:.8}.app__hero button:hover{transform:scale(1.02)}.app__hero button:active{transform:scale(1)}.app__hero h1>span{background-image:linear-gradient(120deg,#f1f362,#f4e466 4%,#f4d46c 8%,#f5c470 12%,#f5b370 17%,#f6a674 23%,#f79878 29%,#f78c7e 36%,#f88183 44%,#f88796 56%,#f986a4 73%,#f98bb7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.app__hero-btn-wrapper{margin-top:-1rem;margin-bottom:-.8rem;display:flex;flex-direction:column;align-items:center}.app__use-cases{display:flex;flex-direction:row;gap:.8rem;font-size:.8rem;justify-content:center;padding:.7rem 0 0;color:#414141}.app__use-cases span{display:flex;align-items:center;gap:.2rem;font-weight:500;line-height:1.2rem}.app__use-cases span svg{color:#8a7;font-size:1.2rem}.app__app-preview{display:flex;justify-content:center;align-items:center;width:min(800px,100vw);height:calc(min(800px,100vw)/1.7203482046);background-color:transparent}.app__app-preview img{width:inherit;height:inherit;border-radius:.5rem;box-shadow:0 0 16px rgba(17,17,26,.1);border:8px solid #fff}.app-section{display:flex;flex-direction:column;align-items:center;position:relative;padding:2rem 1rem 1rem;background-color:#fff;z-index:10;min-height:30vh;color:#553049;width:100vw}@media only screen and (max-width:960px){.app-section{padding:2rem 1rem 0}}.app-section__hint{background-color:#eee;border-radius:.8rem;display:inline-block;padding:.4rem .8rem;margin-bottom:1rem;font-size:.8rem}.app-section__content{position:relative;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;max-width:min(100vw,960px);color:#553049}@media only screen and (max-width:960px){.app-section__content{grid-template-columns:1fr}}.app-section__content--reverse>:first-child{order:2}.app-section__content--reverse>:nth-child(2){order:1}@media only screen and (max-width:960px){.app-section__content{gap:0}.app-section__content--reverse>:first-child{order:1}.app-section__content--reverse>:nth-child(2){order:2}}.app-section__content p{margin:1rem 0;padding-bottom:1.5rem;font-weight:100;border-bottom:1px solid #eee}.app-section__feature-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem;font-weight:100}.app-section__feature-item svg{font-size:1.2rem;min-width:1.5rem;color:#8a7}.app-section__feature-preview{background-size:contain;background-repeat:no-repeat;background-position:50%;width:100%;height:100%}@media only screen and (max-width:960px){.app-section__feature-preview{width:90vw;height:69.3630573248vw}}.app-section--feature-highlights{background-image:url(/images/decor.png);background-position:50% 1.5rem;background-repeat:no-repeat;padding-top:6rem}.app-section--feature-highlights>p{font-weight:200;margin:.5rem 0;text-align:center}.app-section--feature-highlights h2 span{background-image:linear-gradient(120deg,#f1f362,#f4e466 4%,#f4d46c 8%,#f5c470 12%,#f5b370 17%,#f6a674 23%,#f79878 29%,#f78c7e 36%,#f88183 44%,#f88796 56%,#f986a4 73%,#f98bb7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.app-section--trophy{background-image:url(/images/trophy.png);background-position:50% 1.5rem;background-repeat:no-repeat;padding-top:5.5rem;padding-bottom:2rem}.app-section--trophy button{display:flex;align-items:center;gap:.5rem;padding:.8rem 1.2rem;background-image:linear-gradient(120deg,#f1f362,#f4e466 4%,#f4d46c 8%,#f5c470 12%,#f5b370 17%,#f6a674 23%,#f79878 29%,#f78c7e 36%,#f88183 44%,#f88796 56%,#f986a4 73%,#f98bb7);color:#fff;border:6px solid #fff;outline:1px solid rgba(239,181,220,.471);border-radius:1rem;font-weight:500;font-size:1.2rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-image .2s ease;margin:1rem auto}.app-section--trophy button svg{font-size:1.5rem;opacity:.8}.app-section--trophy button:hover{transform:scale(1.02)}.app-section--trophy button:active{transform:scale(1)}.app-section__feature-highlights{display:flex;flex-wrap:wrap;justify-content:center;margin:2rem 1rem;gap:1rem;max-width:min(100vw,1100px)}.app-section .feature-highlight{width:min(90vw,320px);display:flex;flex-direction:column;gap:.7rem;font-weight:200}.app-section .feature-highlight b{font-weight:400}.app-section .feature-highlight__icon{display:flex;justify-content:center;align-items:center;background-image:linear-gradient(120deg,#f1f362,#f4e466 4%,#f4d46c 8%,#f5c470 12%,#f5b370 17%,#f6a674 23%,#f79878 29%,#f78c7e 36%,#f88183 44%,#f88796 56%,#f986a4 73%,#f98bb7);border:4px solid #eee;font-size:1rem;border-radius:50%;width:2.5rem;height:2.5rem;box-sizing:border-box;color:#fff;font-weight:100}.app-section .trophy-counters{display:flex;flex-wrap:wrap;justify-content:center;gap:3rem;margin:2rem}.app-footer{display:flex;flex-direction:column;align-items:center;padding:4rem 2rem 0;background-color:hsla(0,0%,95%,.667);color:#553049;margin-top:auto;width:100vw}@media only screen and (max-width:1100px){.app-footer{padding:2rem 1rem 0}}.app-footer__bottom{display:flex;justify-content:space-between;border-top:1px solid #ddd;width:min(90vw,1100px);margin:1.5rem auto;padding:1rem 0;font-size:.8rem}@media only screen and (max-width:1100px){.app-footer__bottom{flex-direction:column;gap:2rem}}.app-footer__company{display:flex;flex-direction:column;gap:1rem}.app-footer__company p+p{margin:.5rem 0;font-weight:200;font-size:.8rem}.app-footer__cards{display:flex;flex-direction:column;gap:1rem}.app-footer__cards>div{display:flex;gap:.2rem;justify-content:flex-end;flex-wrap:wrap}.app-footer .secure3d{display:flex;justify-content:center;align-items:center;gap:1.5rem;width:inherit;background-color:hsla(0,0%,100%,.933);padding:1rem}.app-footer__logo-wrap{display:flex;flex-direction:column;gap:.5rem;font-weight:200;font-size:.8rem}.app-footer__logo{background-image:url(/images/logo.png);background-position:50%;background-size:contain;background-repeat:no-repeat;width:140px;height:42px}.app-footer__container{display:grid;grid-template-columns:1fr 3fr;width:min(90vw,1100px);margin:0 auto}@media only screen and (max-width:1100px){.app-footer__container{grid-template-columns:1fr}}.app-footer__links{display:flex;justify-content:flex-end;gap:3rem}@media only screen and (max-width:1100px){.app-footer__links{flex-direction:column;gap:1rem;margin-top:1rem}}.footer-links__title{font-weight:500;margin-bottom:.4rem}@media only screen and (max-width:640px){.footer-links__title{font-size:1.2rem;font-weight:400}}.footer-links__group{display:flex;flex-direction:column;gap:.5rem}.footer-links__link{display:flex;align-items:center;gap:.2rem;font-size:.8rem}@media only screen and (max-width:640px){.footer-links__link{font-size:1rem;font-weight:300}}.footer-links__link svg{font-size:1rem}.footer-links__link:hover{text-decoration:underline}@font-face{font-family:__Spline_Sans_bc4842;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/2438dfc711ffbcdb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Spline_Sans_bc4842;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/cf1398c533b7af5b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Spline_Sans_Fallback_bc4842;src:local("Arial");ascent-override:94.72%;descent-override:23.25%;line-gap-override:0.00%;size-adjust:101.72%}.__className_bc4842{font-family:__Spline_Sans_bc4842,__Spline_Sans_Fallback_bc4842;font-style:normal}