:root{color-scheme:dark}*,*:before,*:after{box-sizing:border-box}img{max-width:100%;height:auto}.img-sk{background:transparent;border-radius:8px}.img-sk.img-sk-circle{border-radius:50%}html{background-color:#020202;scroll-behavior:smooth}body{--navbar-bg: #020202;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#020202;min-height:100vh;width:100%;display:flex;flex-direction:column;margin:0}.page-wrapper{overflow-x:clip;display:flex;flex-direction:column;flex:1}a:hover{cursor:pointer!important}.gradient{color:wheat;background:linear-gradient(135deg,#ffc446,#ff781ff5);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@keyframes animatedgradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body.no_overflow{overflow:hidden}@media (max-width: 800px){body{overflow-x:clip}}.reveal{opacity:0;transform:translateY(30px);transition:opacity .55s ease,transform .55s ease}.reveal.revealed{opacity:1;transform:none}.reveal-left{opacity:0;transform:translate(-30px);transition:opacity .55s ease,transform .55s ease}.reveal-left.revealed{opacity:1;transform:none}.reveal-right{opacity:0;transform:translate(30px);transition:opacity .55s ease,transform .55s ease}.reveal-right.revealed{opacity:1;transform:none}header{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;z-index:999;width:100%;height:120px;padding-top:0;background:var(--navbar-bg, #020202);transition:height .3s ease-in-out;will-change:transform}header .inner-header{display:flex;align-items:center;width:calc(100% / 1.1);max-width:1250px;transform:scale(1.1);transform-origin:top center}header .inner-header .logo{margin-left:35px;transition:opacity .2s}header .inner-header .logo:hover{opacity:.8}header .inner-header .logo img{width:105px;height:auto;display:block;object-fit:contain}header .inner-header .navbar{display:flex;align-items:center;justify-content:start;flex:1;height:54px;padding:0 10px;z-index:99;font-family:Poppins,sans-serif;margin-right:20px}header .inner-header .navbar .nav-buttons-container{display:flex;flex:1;margin-left:5px}header .inner-header .navbar .nav-buttons-container .navbar-btn{align-items:center;color:#e3e3e3;cursor:pointer;display:flex;font-size:13px;height:44px;justify-content:center;outline:0;padding:18px 12px;text-decoration:none;text-transform:uppercase;position:relative}header .inner-header .navbar .nav-buttons-container .navbar-btn:after{content:"";position:absolute;bottom:6px;left:12px;right:12px;height:1px;background:#e3e3e3;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}header .inner-header .navbar .nav-buttons-container .navbar-btn:hover:after,header .inner-header .navbar .nav-buttons-container .navbar-btn.active:after{transform:scaleX(1)}header .inner-header .navbar .btn-login{align-items:center;color:#e3e3e3;cursor:pointer;display:flex;font-size:13px;height:44px;justify-content:center;outline:0;padding:18px 12px;text-decoration:none;text-transform:uppercase;transition:color .2s}header .inner-header .navbar .btn-login:hover{color:#fff}header .inner-header .navbar .btn-start{height:32px;border-radius:8px;color:#000;padding:4px 17px;margin-left:20px;text-decoration:none;text-transform:unset;font-size:13px;background:#fba536;display:flex;align-items:center;will-change:transform;box-shadow:0 4px 14px #fba5362e;transition:background-color .28s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1),box-shadow .28s cubic-bezier(.22,1,.36,1)}header .inner-header .navbar .btn-start:hover{background:#f8922d;transform:translateY(-1px) scale(1.035);box-shadow:0 10px 24px #fba5364d}header .inner-header .navbar .btn-start:active{transform:translateY(0) scale(.99);box-shadow:0 3px 10px #fba53633}header .inner-header .hamburger{position:relative;display:none;margin-right:15px;width:25px;height:25px}header .inner-header .hamburger .btn{display:flex;align-items:center;position:absolute;top:0;left:0;width:26px;height:26px;cursor:pointer;z-index:1001}header .inner-header .hamburger .btn>span,header .inner-header .hamburger .btn>span:before,header .inner-header .hamburger .btn>span:after{display:block;position:absolute;width:100%;height:2px;background-color:#b9b8b8;transition:transform .25s cubic-bezier(.16,1,.3,1),top .25s cubic-bezier(.16,1,.3,1),background-color .25s ease}header .inner-header .hamburger .btn>span:before{content:"";top:-8px}header .inner-header .hamburger .btn>span:after{content:"";top:8px}header .inner-header .sidebar{position:fixed;left:0;right:0;top:-100dvh;height:100dvh;width:100%;z-index:998;background:#020202;transition:top .45s cubic-bezier(.16,1,.3,1);display:none;align-items:center;flex-direction:column;padding:110px 24px 40px;overflow-y:auto;gap:16px}header .inner-header .sidebar .btn-login,header .inner-header .sidebar .btn-start{display:flex;justify-content:center;align-items:center;z-index:20;border-radius:12px;height:52px;width:100%;font-size:15px;font-weight:500;letter-spacing:.3px;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1)}header .inner-header .sidebar .btn-login{border:1px solid rgba(255,255,255,.15);background:#ffffff0d;color:#e3e3e3;margin-top:10px}header .inner-header .sidebar .btn-login:hover{background:#ffffff1a;color:#fff;border-color:#ffffff4d}header .inner-header .sidebar .btn-start{background:linear-gradient(135deg,#fba536,#f8922d);color:#000;border:none;margin-bottom:24px;box-shadow:0 4px 15px #fba53640}header .inner-header .sidebar .btn-start:hover{transform:translateY(-2px);box-shadow:0 6px 20px #fba53666}header .inner-header .sidebar .btn-start:active{transform:translateY(0)}header .inner-header .sidebar .item{display:flex;align-items:center;justify-content:center;text-decoration:none;color:#b4b4b4;height:52px;font-weight:500;font-size:17px;width:100%;border-radius:10px;background:#fff0;transition:all .2s ease;border-bottom:none}header .inner-header .sidebar .item:hover{color:#fff;background:#ffffff0d}@media (max-width: 800px){header{height:72px;padding-top:0;background:transparent;border-bottom:none;will-change:auto}header:before{content:"";position:absolute;top:0;left:0;right:0;height:72px;background:#020202;border-bottom:1px solid rgba(255,255,255,.08);z-index:999}header .inner-header{background:transparent}html:has(.open_sidebar),html:has(#sidebar-toggle:checked),body.no_overflow,body:has(#sidebar-toggle:checked){overflow:hidden!important;height:100dvh!important}header .inner-header{width:100%;height:100%;justify-content:space-between;padding-top:0;transform:none}header .inner-header .logo{margin-left:24px;position:relative;z-index:1000}header .inner-header .logo img{width:105px;height:auto}header .inner-header .navbar{display:none}header .inner-header .hamburger{display:block;margin-right:24px;position:relative;z-index:1000}header .inner-header .sidebar{display:flex;height:calc(100dvh - 72px);padding:30px 24px 40px}header .inner-header.open_sidebar .sidebar{top:72px}header .inner-header.open_sidebar .hamburger .btn>span{background-color:transparent!important}header .inner-header.open_sidebar .hamburger .btn>span:before{top:0;transform:rotate(45deg);background-color:#fff}header .inner-header.open_sidebar .hamburger .btn>span:after{top:0;transform:rotate(-45deg);background-color:#fff}#sidebar-toggle:checked~.inner-header .sidebar{top:72px}#sidebar-toggle:checked~.inner-header .hamburger .btn>span{background-color:transparent!important}#sidebar-toggle:checked~.inner-header .hamburger .btn>span:before{top:0;transform:rotate(45deg);background-color:#fff}#sidebar-toggle:checked~.inner-header .hamburger .btn>span:after{top:0;transform:rotate(-45deg);background-color:#fff}}footer{margin-top:auto}footer .main{display:flex;position:relative;box-sizing:border-box;width:100%;border-top:1px solid #c7d6fe21;background:#000;padding-top:105px;padding-bottom:40px;justify-content:center}footer .main .line{position:absolute;width:748px;height:1px;background:linear-gradient(90deg,#0000,#fff0 0%,#8f8f8fab,#0000);top:0;left:50%;transform:translate(-50%)}footer .main .box{display:flex}footer .main .box .left-side{margin-left:auto;display:flex;flex-direction:column}footer .main .box .left-side .address{color:#eff5ff;font-family:Poppins;font-size:14px;font-weight:400;line-height:16px}footer .main .box .left-side .icons{padding-top:30px}footer .main .box .left-side .icons a{margin-right:6px;color:transparent!important}footer .main .box .get-app-wrapper{display:flex;flex-direction:column;margin-top:25px;gap:20px}footer .main .box .get-app-wrapper .btn{margin-top:20px;transition:.3s ease-in-out}footer .main .box .get-app-wrapper .btn:hover{scale:1.04}footer .main .box .list{display:flex;flex-direction:column;margin-left:125px}footer .main .box .list .title{color:#fcfdfff0;font-family:Poppins;font-size:13px;font-weight:400;margin-bottom:28px}footer .main .box .list a{color:#fff;opacity:.7;font-family:Poppins;font-size:13px;font-style:normal;font-weight:400;text-decoration:none;margin-bottom:11px;padding:8px 0;transition:opacity .3s}footer .main .box .list a:hover{opacity:1}footer .mobile{font-family:Poppins;display:none;position:relative;flex-direction:column;width:100%;height:auto;padding-top:20px;padding-bottom:50px;border-top:1px solid #c7d6fe21;align-items:center;background:#000}footer .mobile .line{position:absolute;width:768px;height:1px;background:linear-gradient(90deg,#0000,#fff0 0%,#8f8f8fab,#0000);top:0;left:50%;transform:translate(-50%)}footer .mobile .info{display:flex;margin:25px 0 10px;color:#aeaeae;text-decoration:none;width:100%;padding-left:55px}footer .mobile .info .rights{color:#727070;font-size:17px}footer .mobile .info .rights .sign{font-size:17px;font-weight:500}footer .mobile .info .linkedin{margin:7px 0 0 14px;fill:#c3c1c1}footer .mobile .category{display:flex;flex-direction:column;height:60px;overflow:hidden;transition:.3s ease-in-out height;width:100%;padding:0 30px;box-sizing:border-box}footer .mobile .category.last.active{height:100px}footer .mobile .category .header{min-height:80px;width:100%;display:flex;justify-content:space-between;align-items:center;cursor:pointer}footer .mobile .category .header .title{color:#b8b8b8;font-family:Poppins;font-size:16px;font-weight:400}footer .mobile .category .header svg{transition:.3s ease-in-out}footer .mobile .category .header svg path{stroke:#b8b8b8}footer .mobile .category .content{padding-left:10px;opacity:0;max-height:0;overflow:hidden;transition:opacity .25s linear,max-height .25s linear;will-change:opacity,max-height}footer .mobile .category .content a{display:block;color:#eff5ff84;font-family:Poppins;font-size:13px;font-style:normal;font-weight:400;text-decoration:none;margin-bottom:23px}footer .mobile .category .content a.btn{margin:5px 0 5px -20px;scale:.9}footer .mobile .category.active{height:200px}footer .mobile .category.active .header svg{rotate:180deg}footer .mobile .category.active .content{opacity:1;max-height:9em;transition:all .2s linear;will-change:opacity,max-height}footer .mobile .bottom{display:flex;align-items:center;justify-content:center;width:100%;padding-top:60px}footer .mobile .bottom .icons a{margin-right:10px;color:transparent!important}footer .mobile .mobile-apps{display:flex;gap:15px;margin:30px 0 10px;justify-content:center;width:100%;flex-wrap:wrap}@media (max-width: 1153px){footer .main .list{margin-left:76px!important}}@media (max-width: 870px){footer .main{display:none}footer .main svg{display:flex}footer .mobile{display:flex}footer .mobile .line{width:70%}}.store-btn{display:flex;align-items:center;background-color:#1a1a1a;border:1px solid #333;border-radius:8px;padding:8px 16px;text-decoration:none;color:#fff;transition:all .3s ease;width:170px}.store-btn:hover{background-color:#2a2a2a;border-color:#555;transform:translateY(-2px)}.store-btn svg{width:24px;height:24px;margin-right:12px;fill:#fff;flex-shrink:0}.store-btn:last-child svg{width:20px;height:20px;margin-left:2px;margin-right:14px}.store-btn .store-texts{display:flex;flex-direction:column;align-items:flex-start}.store-btn .store-sub{font-family:Poppins;font-size:9px;text-transform:uppercase;color:#a0a0a0;line-height:1;margin-bottom:2px}.store-btn .store-title{font-family:Poppins;font-size:14px;font-weight:500;line-height:1;color:#fff}.get-started{width:100%;background-color:#000;height:920px;display:flex;align-items:center;justify-content:center;overflow:hidden}.get-started .wrapper{transition:.3s ease-in-out;margin-top:100px;width:100%;height:100%;overflow:hidden;background-image:url(/assets/dots-DYDWBdWP.png);background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:center;align-items:center}.get-started .wrapper img{margin-top:-175px;width:130px;height:auto;display:block;object-fit:contain}.get-started .wrapper .title{padding:50px 10px 0;text-align:center;text-shadow:1px 1px 0px #0000001a;font-size:80px;font-weight:700;line-height:67.2px;letter-spacing:-1.4px;background:linear-gradient(135deg,#fff 30%,#ffffff80);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.get-started .wrapper .btn{margin-top:70px;border-radius:100px;height:57px;width:250px;display:flex;align-items:center;justify-content:center;transition:.3s ease-in-out;cursor:pointer;color:#000;text-align:center;font-size:18px;font-style:normal;font-weight:600;line-height:24px;background:linear-gradient(135deg,#ffc446,#ff781ff5)}.get-started .wrapper .btn:hover{background-color:#da952f}.get-started .wrapper .btn svg{margin-top:2px;margin-right:-40px}@media (max-width: 850px){.get-started .wrapper .title{font-size:70px}}@media (max-width: 570px){.get-started{height:715px}.get-started .wrapper{margin-top:0}.get-started .wrapper .title{font-size:65px}}@media (max-width: 450px){.get-started .wrapper .title{font-size:52px}}
