:root{--lbl-1:#fff;--lbl-2:#ebebf599;--lbl-3:#ebebf54d;--lbl-4:#ebebf52e;--input-lbl:#ebebf54c;--tint:#0a84ff;--fill-1:#7878805c;--fill-2:#78788052;--fill-3:#7676803e;--fill-4:#7474802e;--mtl-1:#202020ec;--mtl-2:#252525c8;--mtl-3:#2525259a;--mtl-4:#46464680;--mtl-spt:#ffffff4d;--spt-o:#38383a;--spt-no:#545458a6;--bg-t1:#0f111a;--bg-t2:#141622;--bg-s1:#000;--bg-s2:#1c1c1e;--bg-s3:#2c2c2e;--bg-s4:#3a3a3c;--gray-1:#8e8e93;--gray-2:#636366;--gray-3:#48484a;--gray-4:#3a3a3c;--gray-5:#2c2c2e;--gray-6:#1c1c1e;--link:#2997ff;--blue:#0a84ff;--green:#30d158;--indigo:#5e5ce6;--orange:#ff9f0a;--pink:#ff375f;--purple:#bf5af2;--red:#ff453a;--teal:#64d2ff;--yellow:#ffd60a;--d1:#64d2ff;--d2:#bf5af2;--d3:#ffd60a}@font-face{font-family:Inter Display;src:url(InterDisplay-Regular.c8669ab4.woff2);font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter Display;src:url(InterDisplay-Medium.15a40551.woff2);font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter Display;src:url(InterDisplay-SemiBold.ece3e909.woff2);font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter Display;src:url(InterDisplay-Bold.65222797.woff2);font-weight:700;font-style:normal;font-display:swap}*,:after,body{font-family:Inter Display,-apple-system,system-ui,BlinkMacSystemFont,Helvetica,sans-serif}*{box-sizing:border-box;scroll-behavior:smooth}::selection{background-color:var(--fill-2)}html,body,#root{width:100%;height:100%;margin:0;padding:0}html{box-sizing:border-box}body{background:var(--bg-t1);-webkit-tap-highlight-color:#0000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}div{flex-direction:column;display:flex}h1,h2,h3,h4,h5,h6,p,input{color:var(--lbl-1);margin:0}a{all:unset;color:var(--link);cursor:pointer}button{cursor:pointer;color:var(--lbl-1);background-color:#0000;border:none;padding:0}input{background-color:#0000;border:none}input:focus,select:focus,textarea:focus,button:focus{outline:none}input::placeholder{color:var(--input-lbl)}input::selection{background-color:var(--fill-1)}textarea::selection{background-color:var(--fill-1)}.hufbEg{color:var(--black)}::-webkit-scrollbar{background-color:var(--bg-t2);width:16px}::-webkit-scrollbar-track{border-radius:8px}::-webkit-scrollbar-thumb{background-color:#888;background-clip:content-box;border:4px solid #0000;border-radius:8px;height:56px}::-webkit-scrollbar-thumb:hover{background-color:#555}nav{z-index:1;justify-content:center;align-items:center;width:100%;height:56px;display:flex;position:fixed;top:20px}@media (width<=1020px){nav{top:5px;transform:scale(.55)}}.nav-content{background-color:var(--fill-4);-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);border-radius:28px;flex-direction:row;gap:2px;padding:8px;box-shadow:inset 0 0 .5px 1px #ffffff1a,0 3px 5px 1px #0004;-webkit-backdrop-filter:saturate(180%)blur(20px)!important}.nav-content .nav-item{height:40px;color:var(--lbl-1);border-radius:20px;align-items:center;padding:0 20px;font-size:16px;font-weight:500;display:flex}.nav-content .nav-item:hover{background-color:var(--fill-4)}.nav-content .nav-home{padding-left:5px}.nav-content .nav-home:hover{background-color:#0000}.nav-content .nav-btn{background-color:var(--tint)}.nav-content .btn-hover:hover{background-color:var(--tint);opacity:.6}.nav-content .logo{flex-direction:row;align-items:center}.nav-content .logo img{width:40px;height:40px;margin-right:4px}.nav-content .logo h3{font-size:21px;font-weight:600}:root{--content-width:1020px;--card-width:500px;--grid-gap:20px;--box-transition:transform .66s cubic-bezier(.66,0,.2,1),background-color .66s 0s cubic-bezier(.66,0,.01,1);--vis-transition:opacity .66s cubic-bezier(.66,0,.2,1),visibility .66s}@media (width<=1020px){:root{--content-width:350px;--card-width:350px}}section{background-color:var(--bg-t2);justify-content:center;width:100%;margin-bottom:24px;padding:160px 0;display:flex}@media (width<=1020px){section{padding:60px 0}}section .headline{margin-bottom:128px;font-size:64px;font-weight:600}@media (width<=1020px){section .headline{margin-bottom:64px;font-size:32px}}body .cards{gap:var(--grid-gap);width:var(--content-width);flex-flow:wrap}body .card{width:var(--card-width);background-color:var(--fill-3);border-radius:18px;justify-content:space-between;height:670px;padding:60px;position:relative;overflow:hidden}@media (width<=1020px){body .card{height:450px;padding:48px 30px}}body .card h3{font-size:48px;font-weight:600}@media (width<=1020px){body .card h3{font-size:32px}}body .card:hover .modal{visibility:visible;opacity:1;transition:var(--vis-transition)}body .modal-btn{cursor:pointer;width:42px;height:42px;position:absolute;bottom:30px;right:30px}@media (width<=1020px){body .modal-btn{width:32px;height:32px;bottom:20px;right:20px}}body .modal-btn .ic-add{width:42px;height:42px;transition:var(--box-transition)}@media (width<=1020px){body .modal-btn .ic-add{width:32px;height:32px}}body .modal{background-color:var(--mtl-2);-webkit-backdrop-filter:saturate(180%)blur(20px);backdrop-filter:saturate(180%)blur(20px);visibility:hidden;opacity:0;width:100%;height:100%;transition:var(--vis-transition);border-radius:18px;justify-content:center;padding:60px;position:absolute;top:0;left:0;-webkit-backdrop-filter:saturate(180%)blur(20px)!important}@media (width<=1020px){body .modal{padding:48px 30px 60px}}body .modal h4{font-size:21px;font-weight:600}@media (width<=1020px){body .modal h4{font-size:19px}}body .modal p{margin-top:14px;font-size:17px;font-weight:400;line-height:25px}body .modal p a:hover{text-decoration:underline}body .modal p a:after{content:"↗";padding-left:5px;text-decoration:none;display:inline-block}body .modal-toggle{display:none}body .modal-toggle:checked~* .ic-add{transition:var(--box-transition);transform:rotate(45deg)}body .modal-toggle:checked~.modal{visibility:visible;opacity:1;transition:var(--vis-transition)}.hero-section{background-color:var(--bg-t1);margin-bottom:0;padding:160px 0 184px;overflow:hidden}@media (width<=1020px){.hero-section{padding:60px 0 84px}}.hero-section .hero{justify-content:center;align-items:center}.hero-section .hero .logo{align-items:center}.hero-section .hero .logo img{width:170px;height:170px}@media (width<=1020px){.hero-section .hero .logo img{width:120px;height:120px;margin-top:50px}}.hero-section .hero .logo h3{margin-top:-30px;font-size:22px;font-weight:500}@media (width<=1020px){.hero-section .hero .logo h3{margin-top:-24px;font-size:17px}}.hero-section .hero .title{text-align:center;margin-top:52px;font-size:80px;font-weight:500;line-height:84px}@media (width<=1020px){.hero-section .hero .title{margin-top:38px;font-size:44px;line-height:52px}}.hero-section .hero .subtitle{text-align:center;width:560px;margin-top:72px;font-size:32px;font-weight:500;line-height:36px}@media (width<=1020px){.hero-section .hero .subtitle{margin-top:38px;font-size:44px;line-height:52px}}.hero-section .hero .cta-btn{background-color:var(--tint);border-radius:1000px;margin:72px 0 10px;padding:11px 21px;font-size:17px;font-weight:500}@media (width<=1020px){.hero-section .hero .cta-btn{margin:36px 0 10px}}.hero-section .hero .btn-hover:hover{background-color:var(--tint);opacity:.6}.hero-section .hero .btn-info{flex-direction:row;align-items:center;margin-bottom:128px;display:flex}@media (width<=1020px){.hero-section .hero .btn-info{margin-bottom:64px}}.hero-section .hero .btn-info small{color:var(--lbl-2);font-size:13px;font-weight:400}.hero-section .hero .btn-info .mac{width:20px;height:20px;margin:0 5px 1px}.hero-section .hero .btn-info .win{width:16px;height:16px}.hero-section .hero .video{width:var(--content-width);border:1px solid #fdfdfd4d;border-radius:18px;margin-bottom:20px;box-shadow:0 0 150px 50px #fff3}@media (width<=1020px){.hero-section .hero .video{box-shadow:0 0 110px 20px #fff3}}.users{align-items:center}.users .card .card-img-1{height:250px;margin-top:26px}@media (width<=1020px){.users .card .card-img-1{height:200px}}.users .card .card-img-2{height:300px}@media (width<=1020px){.users .card .card-img-2{height:280px}}.features{align-items:center}.features .cards .f1 .card-img{width:400px;margin-bottom:50px;margin-left:-10px}@media (width<=1020px){.features .cards .f1 .card-img{width:310px;margin-bottom:25px}}.features .cards .f2 .card-img{width:380px;margin:40px 0 0 -10px}@media (width<=1020px){.features .cards .f2 .card-img{width:241px;margin-top:30px}}.features .cards .f3 .card-img{width:400px;margin-bottom:50px;margin-left:-10px}@media (width<=1020px){.features .cards .f3 .card-img{width:310px;margin-bottom:25px}}.features .cards .f4 .card-img{width:380px;margin:40px 0 0 -10px}@media (width<=1020px){.features .cards .f4 .card-img{width:241px;margin-top:30px}}.features .cards .f5 .card-img{border-top-right-radius:12px;width:455px;margin:0 0 -60px -60px;box-shadow:0 5px 10px 5px #0004}@media (width<=1020px){.features .cards .f5 .card-img{width:300px;margin:0 0 -48px -38px}}.features .cards .f6 .card-img{border-radius:10px;width:360px;margin-top:50px;box-shadow:inset 0 0 .5px 1px #ffffff1a,0 5px 10px 3px #0004}@media (width<=1020px){.features .cards .f6 .card-img{width:245px;margin-top:0}}.guide{align-items:center}.guide .card .card-img{align-self:center;width:320px}@media (width<=1020px){.guide .card .card-img{width:230px}}.guide .card-l-1{width:var(--content-width);background-color:var(--fill-3);border-radius:18px;flex-direction:row;justify-content:space-between;align-items:center;height:550px;margin-top:20px;position:relative;overflow:hidden}@media (width<=1020px){.guide .card-l-1{flex-direction:column;height:560px;padding:48px 30px 0}}.guide .card-l-1 .img-cont{justify-content:flex-end;height:100%}@media (width<=1020px){.guide .card-l-1 .img-cont{width:var(--card-width);align-items:flex-end;height:auto}}.guide .card-l-1 .card-img{border-top:2px solid var(--spt-no);border-left:2px solid var(--spt-no);border-top-left-radius:18px;height:504px;box-shadow:0 5px 10px 3px #0004}@media (width<=1020px){.guide .card-l-1 .card-img{width:300px;height:auto}}.guide .card-l-1 h3{padding:60px;font-size:48px;font-weight:600}@media (width<=1020px){.guide .card-l-1 h3{padding:0;font-size:32px}}.guide .card-l-2{width:var(--content-width);background-color:var(--fill-3);border-radius:18px;flex-direction:row;justify-content:space-between;align-items:center;height:550px;margin-top:20px;position:relative;overflow:hidden}@media (width<=1020px){.guide .card-l-2{flex-direction:column-reverse;height:560px;padding:48px 30px 0}}.guide .card-l-2 .img-cont{justify-content:flex-end;height:100%}@media (width<=1020px){.guide .card-l-2 .img-cont{width:var(--content-width);height:auto}}.guide .card-l-2 .card-img{border-top:2px solid var(--spt-no);border-right:2px solid var(--spt-no);border-top-right-radius:18px;height:504px;box-shadow:0 5px 10px 3px #0004}@media (width<=1020px){.guide .card-l-2 .card-img{width:300px;height:auto}}.guide .card-l-2 h3{padding:60px;font-size:48px;font-weight:600}@media (width<=1020px){.guide .card-l-2 h3{padding:0;font-size:32px}}footer{background-color:var(--bg-t2);padding:160px 0}
/*# sourceMappingURL=repo.52b42e23.css.map */
