:root{--soleil:"soleil", sans-serif}:root{--white:#f4f8f7;--white-dark:#dedfde;--white-ultra-dark:#c0c4c0;--black:#000;--blue:#0470e2;--blue-light:#3f9afc;--blue-light-gray:#9ab8d9;--gray-light:#959795;--color-selva-profunda: #0f1e14;--color-verde-nantu: #3a5f47;--color-turquesa-luz: #7bdcb5;--color-turquesa-luz-light:#a5fdda;--color-turquesa-luz-dark:#0ebfe8;--color-piedra-musgo: #2c3c33;--bg-blue-turquesa:linear-gradient(153deg,rgba(5, 203, 229, 1) 0%, rgba(5, 203, 229, 1) 11%, rgba(16, 176, 223, 1) 22%, rgba(16, 176, 223, 1) 30%, rgba(12, 77, 173, 1) 47%, rgba(3, 62, 158, 1) 69%, rgba(6, 133, 230, 1) 100%);--bg-blue-turquesa-205deg:linear-gradient(205deg,rgba(5, 203, 229, 1) 0%, rgba(5, 203, 229, 1) 11%, rgba(16, 176, 223, 1) 22%, rgba(16, 176, 223, 1) 30%, rgba(12, 77, 173, 1) 47%, rgba(3, 62, 158, 1) 69%, rgba(6, 133, 230, 1) 100%)}html{font-size:100%;box-sizing:border-box;scroll-behavior:smooth}*,*:before,*:after{box-sizing:inherit;margin:0;padding:0;position:relative}body{font-size:100%;font-family:var(--soleil);color:var(--white);background:var(--black)}img,video{max-width:100%;height:auto}input,.textarea{outline:0}h1,h2,h3.h4,h5{text-wrap:balance}p{text-wrap:pretty}h1,h2,h3,h4,h5,p{line-height:normal}.main-container,.grid-container,.center-inner-content-wrap{width:100%}.main-container,.grid-container{margin:0 auto}.main-container{background:var(--black);height:auto}.section{min-height:100vh;padding:4rem 0}.section.projects,.section.about{background:linear-gradient(to bottom,#0000004d,#0003,#0003 66%,#0000004d);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.grid-container{max-width:1280px;padding:0 .5rem}.grid-container .sm{max-width:1080px}.list{padding:0 0 0 2.5rem}.list.social-share li{opacity:.8}.list.social-share li:hover{opacity:1}.bullets-none{list-style:none;padding:0}.block{display:block}.buttons-wrap,.list.social-share{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.main-title,.title,.subtitle{color:var(--white)}.main-title,.subtitle{text-shadow:0 0 3px var(--black)}.main-title{font-size:clamp(2.2rem,5vw,4rem)}.title.with-icon,.paragraph.with-icon,.with-icon-only{display:flex;align-items:center;gap:.5rem}.title.with-icon .icon,.paragraph.with-icon .icon,.with-icon-only .icon{display:inline-flex}.title{font-size:clamp(1.8rem,5vw,3rem);margin:0 0 2.3rem;line-height:1.2}.title.with-margin-top{margin:3.5rem 0 2.3rem}.title.with-margin-top.x-margin{margin:4.5rem auto 2.3rem}.title.with-margin-top.txt-center{margin:3.5rem auto 2.3rem}.title.with-margin-top.txt-center.x-margin{margin:4.5rem auto 2.3rem}.title.sm{font-size:clamp(1rem,5vw,1.8rem);margin:0 0 1.4rem;color:var(--blue-light-gray)}.title.with-margin-top.sm{margin:5rem 0 1.4rem}.title.with-margin-top.sm.x-margin{margin:6rem 0 1.4rem}.title.with-margin-top.sm.txt-center{margin:5rem auto 1.4rem}.title.with-margin-top.sm.txt-center.x-margin{margin:6rem auto 1.4rem}.title.xsm{font-size:clamp(.8rem,5vw,1.5rem);color:var(--white-ultra-dark)}.title.with-margin-top.xsm{margin:2rem 0 1.4rem}.title.with-margin-top.xsm.x-margin{margin:3rem 0 1.4rem}.title.with-margin-top.xsm.txt-center{margin:2rem auto 1.4rem}.title.with-margin-top.xsm.txt-center.x-margin{margin:3rem auto 1.4rem}.subtitle{position:relative;margin:15px auto 0;max-width:850px;font-size:clamp(1rem,5vw,1.6rem);font-weight:500}.paragraph{font-size:clamp(1rem,4vw,1.1rem);margin:0 0 1rem;padding:0 .6rem;color:var(--white-dark);text-shadow:0 0 5px #000}.paragraph.sm{font-size:clamp(.8rem,5vw,1rem)}.paragraph.xsm{font-size:clamp(.6rem,4vw,.8rem)}.link{color:var(--blue-light);text-decoration:none;transition:.35s ease-in-out}.link.icon{color:var(--white-dark)}.link.icon:hover{color:var(--white)}.link:hover{color:var(--color-turquesa-luz-dark)}.txt-center{text-align:center}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0006,#10101080 35%,#101010cc 50%,#0009)}.mainbg-video{position:fixed;top:0;left:0;width:100%;height:100vh;object-fit:cover}.center-inner-content-wrap{display:flex;justify-content:center;margin:1.4rem auto}.badge-google-play{width:180px}@media only screen and (max-width:680px){.badge-google-play{width:150px}}@media only screen and (max-width:440px){.badge-google-play{width:125px}}.fade-enter-active,.fade-leave-active{transition:opacity .4s ease}.fade-enter-from,.fade-leave-to{opacity:0}button.button{border:none;cursor:pointer}a.button{text-decoration:none}.button{display:inline-flex;justify-content:center;align-items:center;min-width:125px;height:40px;color:var(--white);padding:0 15px;border-radius:50px;background:var(--color-verde-nantu);transition:.35s ease-in-out}.button:hover{background:var(--color-turquesa-luz)}.button.blue{text-shadow:0 0 7px #000;background:var(--bg-blue-turquesa)}.button.blue:hover{background:var(--bg-blue-turquesa-205deg)}.main-header{position:sticky;top:0;width:100%;padding:.25rem 0;background:#0f1e1466;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000}@media only screen and (max-width:980px){.main-header{position:fixed;left:0}}.navbar,.navbar .grid-container,.navbar-items-wrap,.navbar-right-wrap,.nav-links,.lang-switch{display:flex}.navbar,.navbar .grid-container,.navbar-items-wrap{align-items:center}.navbar .grid-container{justify-content:space-between}.navbar .main-logo{width:50px;height:50px}.nav-links{gap:1.5rem;list-style:none;margin:0;padding:0}.nav-links a{color:var(--white);text-decoration:none;font-weight:700;font-size:1rem;transition:color .3s}.nav-links a:hover{color:var(--color-turquesa-luz-dark)}.nav-links a.active{color:var(--color-turquesa-luz-dark);border-bottom:2px solid var(--color-turquesa-luz-dark)}.navbar-items-wrap,.navbar-right-wrap{gap:1rem}.burger{display:none;flex-direction:column;justify-content:space-around;width:28px;height:24px;background:transparent;border:none;cursor:pointer;z-index:1100}.burger span{height:3px;width:100%;background:var(--white);border-radius:2px;transition:.3s ease}.burger span:hover{background:var(--color-turquesa-luz-dark)}.burger span.open:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.burger span.open:nth-child(2){opacity:0}.burger span.open:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.lang-switch{gap:.5rem}.lang-switch button{background:transparent;border:none;color:var(--white);font-weight:700;cursor:pointer;transition:color .3s}.lang-switch button:hover{color:var(--blue-light)}.lang-switch button.active{color:var(--color-turquesa-luz-dark)}@media (max-width: 980px){.nav-links{position:fixed;top:0;left:0;width:100vw;height:100vh;flex-direction:column;align-items:center;justify-content:center;background:#000803f2;gap:2rem;transform:translateY(-100%);opacity:0;pointer-events:none;transition:all .4s ease;z-index:1050}.nav-links.open{transform:translateY(0);opacity:1;pointer-events:all}.burger{display:flex}}.expandable-text,.text-content,.collapsed{position:relative}.text-content{overflow:hidden;padding:0 0 .6rem;transition:max-height .5s ease}.collapsed{max-height:220px}.fade-overlay{position:absolute;bottom:0;width:100%;height:125px;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.4));pointer-events:none}.paragraph{transition:opacity .3s,transform .3s}.toggle-btn{background:transparent;color:var(--gray-light);font-size:clamp(.9rem,4vw,1rem);border:none;cursor:pointer;margin:1rem 0 1.4rem .6rem;font-weight:600;text-decoration:underline;transition:color .3s}.toggle-btn.expanded{display:none}.toggle-btn:hover{color:var(--white-ultra-dark);text-decoration:none}.section.intro{display:flex;justify-content:center;align-items:center;text-align:center}.main-title{line-height:1.3}.main-title small{display:block;font-size:clamp(.9rem,5vw,1.4rem);font-weight:400}.intro-arrow{position:absolute;bottom:70px;left:50%;transform:translate(-50%)}.roadmap-section .list{padding:0 0 .6rem 2.5rem}.section.projects{scroll-margin-top:80px}.section.support,.section.support .box-wrap{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.section.support{gap:20px}.section.support .buttons-wrap{margin:2rem 0}.section.support .box-wrap{margin:0rem 0 2rem}.section.support .box-wrap .with-margin-top.xsm{margin:.5rem 0 1.4rem}.section.support .support-investors{margin:2.8rem 0 2rem}.section.support .support-investors .with-icon-only{justify-content:center;text-align:center}.video-responsive,.youtube-wrapper{position:relative;width:100%}.video-responsive{height:0;overflow:hidden;padding-top:56.25%}.video-responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.youtube-wrapper{max-width:1200px;margin:2rem auto 0;padding:.15rem;background:var(--white-dark);border-radius:4px;box-shadow:0 0 15px #00000080}.main-footer{width:100%;min-height:40px;padding:1rem 0;background:#0009;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.main-footer .grid-container{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;height:100%}.main-footer .paragraph.developed-txt{text-align:center;margin:0}.item[data-v-40a5c0e5]{margin-top:2rem;display:flex;position:relative}.details[data-v-40a5c0e5]{flex:1;margin-left:1rem}i[data-v-40a5c0e5]{display:flex;place-items:center;place-content:center;width:32px;height:32px;color:var(--color-text)}h3[data-v-40a5c0e5]{font-size:1.2rem;font-weight:500;margin-bottom:.4rem;color:var(--color-heading)}@media (min-width: 1024px){.item[data-v-40a5c0e5]{margin-top:0;padding:.4rem 0 1rem calc(var(--section-gap) / 2)}i[data-v-40a5c0e5]{top:calc(50% - 25px);left:-26px;position:absolute;border:1px solid var(--color-border);background:var(--color-background);border-radius:8px;width:50px;height:50px}.item[data-v-40a5c0e5]:before{content:" ";border-left:1px solid var(--color-border);position:absolute;left:0;bottom:calc(50% + 25px);height:calc(50% - 25px)}.item[data-v-40a5c0e5]:after{content:" ";border-left:1px solid var(--color-border);position:absolute;left:0;top:calc(50% + 25px);height:calc(50% - 25px)}.item[data-v-40a5c0e5]:first-of-type:before{display:none}.item[data-v-40a5c0e5]:last-of-type:after{display:none}}
