.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width:600px){.Vue-Toastification__container.top-center,.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right{top:1em}.Vue-Toastification__container.bottom-center,.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.top-left{left:1em}.Vue-Toastification__container.bottom-left .Vue-Toastification__toast,.Vue-Toastification__container.top-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance:none){.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.top-right{right:1em}.Vue-Toastification__container.bottom-right .Vue-Toastification__toast,.Vue-Toastification__container.top-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance:none){.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.bottom-center,.Vue-Toastification__container.top-center{left:50%;margin-left:-300px}.Vue-Toastification__container.bottom-center .Vue-Toastification__toast,.Vue-Toastification__container.top-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width:600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-center,.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right{top:0}.Vue-Toastification__container.bottom-center,.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width:600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0;padding-left:10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:focus,.Vue-Toastification__close-button:hover{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:hsla(0,0%,100%,.7);transform-origin:left;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.bottom-left,.Vue-Toastification__bounce-enter-active.top-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.bottom-right,.Vue-Toastification__bounce-enter-active.top-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-enter-active,.Vue-Toastification__bounce-leave-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translateX(0);opacity:1}to{transform:translateX(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translateX(0);opacity:1}to{transform:translateX(50px);opacity:0}}@keyframes fadeInLeft{0%{transform:translateX(-50px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fadeInRight{0%{transform:translateX(50px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.bottom-left,.Vue-Toastification__fade-enter-active.top-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.bottom-right,.Vue-Toastification__fade-enter-active.top-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-enter-active,.Vue-Toastification__fade-leave-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes slideInBlurredLeft{0%{transform:translateX(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translateX(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translateX(1000px) scaleX(2.5) scaleY(.2);transform-origin:0 50%;filter:blur(40px);opacity:0}to{transform:translateX(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translateX(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateX(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translateX(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateX(1000px) scaleX(2) scaleY(.2);transform-origin:0 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.bottom-left,.Vue-Toastification__slideBlurred-enter-active.top-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.bottom-right,.Vue-Toastification__slideBlurred-enter-active.top-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-enter-active,.Vue-Toastification__slideBlurred-leave-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}main{display:block}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}input{overflow:visible}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;display:table;max-width:100%;padding:0;color:inherit;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}details{display:block}summary{display:list-item}menu{display:block}canvas{display:inline-block}[hidden],template{display:none}.app-wrapper{font-family:Space Mono,sans-serif;background:#f3f3f3}.app-container,.app-wrapper{display:flex;justify-content:center}.app-container{width:100%;flex-flow:column}@media(min-width:768px){.app-container{box-sizing:border-box}}.no-gutters .app-content-wrapper{padding-left:0;padding-right:0;z-index:20;margin:0 auto}.app-content-wrapper{position:relative;width:calc(100% - 30px);max-width:1280px;padding:0 15px}@media(min-width:1024px)and (max-width:1279px){.app-content-wrapper{max-width:1024px;padding:0 40px}}@media(min-width:768px)and (max-width:1023px){.app-content-wrapper{max-width:700px}}@media(max-width:767px){.app-content-wrapper{padding:0;box-sizing:border-box}}.app-content-wrapper .with-background{background:radial-gradient(55.22% 90.9% at 50.79% 44.82%,#41444e 0,#2c3037 100%);box-shadow:0 0 65px rgba(0,0,0,.3);border-radius:10px;padding:60px 45px}@media(max-width:767px){.app-content-wrapper .with-background{padding:0;background:transparent;box-shadow:none}}.web3modal-modal-lightbox{z-index:999!important}button[data-v-576c40fa]{border:none;box-sizing:border-box;cursor:pointer;padding:11px 24px;font-family:Space Mono,sans-serif;font-weight:var(--70e71f3a);font-size:var(--65298cac);line-height:130%;color:#fff;max-height:45px}button[data-v-576c40fa]:disabled{background:#777!important;color:#ccc;cursor:help}.cta[data-v-576c40fa]{background:linear-gradient(72.12deg,#4d4d4d 2.57%,#121212 126.49%);box-shadow:0 4px 4px rgba(0,0,0,.25);font-style:normal;font-weight:400;font-size:16px;letter-spacing:.105em;text-transform:uppercase;width:210px;margin-top:0}@media(max-width:767px){.cta[data-v-576c40fa]{padding:6px 18px}}@media(min-width:768px)and (max-width:1023px){.cta[data-v-576c40fa]{font-size:12px;width:170px}}.secondary[data-v-576c40fa]{background:linear-gradient(72.12deg,#121212 2.57%,#4d4d4d 126.49%);box-shadow:0 4px 4px rgba(0,0,0,.25)}.blue[data-v-576c40fa]{background:linear-gradient(180deg,#00b1d2,rgba(0,177,210,0) 138.88%)!important}.voted[data-v-576c40fa]{background:transparent!important;border:1px solid #a2a2a2;color:#000}.launch[data-v-576c40fa]{max-height:52px;line-height:32px;font-style:normal;font-weight:600;letter-spacing:.05em;padding-left:48px;padding-right:48px}@media(max-width:767px){.launch[data-v-576c40fa]{padding:6px 18px}}@media(min-width:768px)and (max-width:1023px){.launch[data-v-576c40fa]{padding:9px 41px}}.faq[data-v-576c40fa]{width:140px;font-weight:400;font-size:16px;margin-right:30px;letter-spacing:.105em}.stake[data-v-576c40fa]{height:40px;padding:initial;justify-content:center;display:flex;align-items:center;padding:5px 15px}.black[data-v-576c40fa]{background-color:#000}.nft[data-v-576c40fa]{background:linear-gradient(93.1deg,#ff3f71 -7.52%,#ffad72 107.59%)}.true-yield-staking[data-v-576c40fa]{background:linear-gradient(93.1deg,#ac3bff -7.52%,#5ecfff 107.59%)}.ido[data-v-576c40fa]{background:linear-gradient(93.1deg,#ff7f23 -7.52%,#fff400 107.59%)}.lockdrop[data-v-576c40fa]{background:linear-gradient(93.1deg,#00b1d2 -7.52%,#1eb676 107.59%)}.cta-swap[data-v-576c40fa]{background:linear-gradient(180deg,#08fcab,#1bd597);box-shadow:0 0 4px rgba(0,0,0,.3);border-radius:0;font-weight:700;width:100%;font-size:24px;line-height:67px;padding:0;color:#fff;max-height:67px}.cta-approve-modal[data-v-576c40fa]{color:#fff;line-height:50px;margin-top:20px;max-height:50px}.profile-save-button[data-v-576c40fa]{background:linear-gradient(180deg,#08fcab,#1bd597);box-shadow:0 0 4px rgba(0,0,0,.3);border-radius:0;font-weight:700;font-size:24px;line-height:73px;color:#fff;margin-top:46px;width:560px;max-height:73px;padding:0}@media(max-width:767px){.profile-save-button[data-v-576c40fa]{width:100%;line-height:64px;max-height:64px}}.modal-mask[data-v-7934c6b9]{position:fixed;inset:0;background:rgba(0,0,0,.4);display:grid;place-items:center;z-index:100}.modal-mask-container[data-v-7934c6b9]{border:1px solid hsla(0,0%,76%,.14);position:relative;width:100%;background-color:#273138;border-radius:12px;margin:10px;opacity:1;visibility:visible;pointer-events:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));max-width:500px;min-width:-moz-fit-content;min-width:fit-content;max-height:100%;text-align:center;padding:8px}.modal-mask-container-wallet[data-v-7934c6b9]{width:100%;padding:24px 0;display:flex;gap:10px;justify-content:center;align-items:center;flex-direction:column;cursor:pointer;border-radius:0}.modal-mask-container-wallet[data-v-7934c6b9]:hover{background-color:#011119;border-radius:10px}.modal-mask-container-wallet-name[data-v-7934c6b9]{width:100%;font-size:24px;font-weight:700;margin-top:.5em;color:#c7c7c7}.modal-mask-container-wallet-description[data-v-7934c6b9]{width:100%;font-size:18px;margin:.333em 0;color:#888}@media(min-width:768px)and (max-width:1023px){button[data-v-63996909]{font-size:14px;margin-top:5px}}@media(min-width:1024px){button[data-v-63996909]{width:197px}}.cta[data-v-63996909]{padding:10px 10px;max-width:180px}@media(min-width:768px)and (max-width:1023px){.cta[data-v-63996909]{max-width:140px}}.link[data-v-1994c8a0]{cursor:pointer}header[data-v-1994c8a0]{position:relative;display:flex;justify-content:space-between;z-index:50}@media(max-width:767px){header[data-v-1994c8a0]{z-index:20}}.logo[data-v-1994c8a0]{display:flex;justify-content:center;align-items:center}.logo img[data-v-1994c8a0]{height:34.45px}@media(min-width:768px)and (max-width:1023px){.logo img[data-v-1994c8a0]{width:42px;height:35px}}@media(max-width:767px){.logo img[data-v-1994c8a0]{width:auto;height:40px}}.overlay[data-v-1994c8a0]{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(34,34,34,.75);z-index:502}.main-menu[data-v-1994c8a0]{list-style-type:none;display:flex;transition:all .2s ease-in-out;align-items:center;margin:0}.main-menu-dropdown[data-v-1994c8a0]{border-radius:9px;font-family:Space Mono;font-style:normal;font-weight:400;font-size:18px;line-height:130%;display:flex;align-items:center;letter-spacing:-.03em;color:#141414;cursor:pointer}.main-menu-dropdown .wallet[data-v-1994c8a0]{margin-right:10px}.main-menu-dropdown .arrow[data-v-1994c8a0]{width:12px;height:6px;margin-left:8px}@media(min-width:1024px)and (max-width:1279px){.main-menu-dropdown[data-v-1994c8a0]{font-size:16px}}@media(min-width:768px)and (max-width:1023px){.main-menu-dropdown[data-v-1994c8a0]{font-size:14px;height:auto;padding-top:1px;padding-bottom:0}}@media(min-width:576px){.main-menu[data-v-1994c8a0]{height:40px}}.main-menu-content[data-v-1994c8a0]{position:absolute;padding:20px 22px 20px 7px;background:#f3f3f3;box-shadow:2px 4px 10px rgba(0,0,0,.07);border-radius:9px;width:-moz-fit-content;width:fit-content;border:.2px solid rgba(143,219,252,.1);margin-top:5px}.main-menu-content ul[data-v-1994c8a0]{list-style:none;padding:0}.main-menu-content ul li[data-v-1994c8a0]{font-family:Space Mono;font-style:normal;font-weight:400;font-size:18px;line-height:130%;display:flex;align-items:center;letter-spacing:-.03em;color:#141414;width:100%;max-width:250px;height:45px;padding-left:15px;margin:0}@media(min-width:768px)and (max-width:1023px){.main-menu-content ul li[data-v-1994c8a0]{font-size:14px}}.main-menu-content ul li a[data-v-1994c8a0]{display:inline-flex;align-items:center;width:100%;height:45px}.main-menu-content ul li[data-v-1994c8a0]:hover{cursor:pointer;background:#eae7e7}.main-menu-content ul li img[data-v-1994c8a0]{margin-right:10px;width:16px;height:17px}@media(max-width:767px){.main-menu[data-v-1994c8a0]{background:#f3f3f3;flex-direction:column;left:-100%;padding:40px 0 30px 69px;position:fixed;top:-16px;width:calc(100% - 115px);z-index:503}}.main-menu li[data-v-1994c8a0]{margin-right:40px}.main-menu li ul[data-v-1994c8a0]{list-style:none}@media(max-width:767px){.main-menu li ul[data-v-1994c8a0]{padding-top:20px}.main-menu li[data-v-1994c8a0]{align-items:start;margin-bottom:25px;font-size:18px}}@media(min-width:768px)and (max-width:1023px){.main-menu li[data-v-1994c8a0]{align-items:start;margin-right:30px}}.main-menu li a[data-v-1994c8a0]{font-family:Space Mono;font-style:normal;font-weight:400;font-size:18px;line-height:130%;display:flex;align-items:center;letter-spacing:-.03em;color:#141414;gap:10px;text-decoration:none}@media(min-width:1024px)and (max-width:1279px){.main-menu li a[data-v-1994c8a0]{font-size:16px}}@media(min-width:768px)and (max-width:1023px){.main-menu li a[data-v-1994c8a0]{font-size:13px}}@media(max-width:767px){.main-menu[data-v-1994c8a0]{height:auto;align-items:start}}.user-icon[data-v-1994c8a0]{width:16px;height:17px}.user-icon .profile[data-v-1994c8a0]{height:19px;width:25px}.user-icon .investments[data-v-1994c8a0]{height:22px;width:25px}.right-side-wrapper[data-v-1994c8a0]{display:flex}@media(min-width:768px){.right-side-wrapper.logged-in .main-menu div[data-v-1994c8a0]{display:flex}}@media(min-width:768px)and (max-width:1023px){.right-side-wrapper.logged-in .main-menu li[data-v-1994c8a0]{margin-right:17px}}.mobile-bottom-bar[data-v-1994c8a0]{position:fixed;bottom:0;left:0;width:100%;background:#f3f3f3;box-shadow:0 0 65px rgba(0,0,0,.3);padding:23px 32px 18px 23px;display:flex;justify-content:space-between;box-sizing:border-box}.mobile-bottom-bar .logged-actions-wrapper[data-v-1994c8a0]{display:flex;align-items:center;margin-left:10px}.show-menu[data-v-1994c8a0]{display:flex;flex-direction:column;justify-content:center;align-content:center;align-items:center;font-size:0;z-index:501;border:none;right:0;top:-5px;height:20px;width:18px;background:url(https://a2dao.com/img/menu.b471b170.svg) no-repeat 50%;position:absolute}.show-menu[data-v-1994c8a0]:active,.show-menu[data-v-1994c8a0]:focus{outline:none}.show-menu.active span[data-v-1994c8a0]{width:0}.show-menu.active[data-v-1994c8a0]:after,.show-menu.active[data-v-1994c8a0]:before{width:31px}.show-menu.active[data-v-1994c8a0]:before{transform:rotate(45deg)}.show-menu.active[data-v-1994c8a0]:after{transform:rotate(-45deg)}@media(min-width:768px)and (max-width:1023px){.main-menu-deals[data-v-1994c8a0]{margin-right:0}}.ufo[data-v-6a6ed22e]{position:absolute;right:20%;background-size:cover;width:440px;height:270px;display:flex;justify-content:start;overflow:hidden}@media(min-width:1024px)and (max-width:1279px){.ufo[data-v-6a6ed22e]{right:10%}}@media(min-width:768px)and (max-width:1023px){.ufo[data-v-6a6ed22e]{width:220px;height:200px;right:15%;top:10%}}@media(max-width:767px){.ufo[data-v-6a6ed22e]{width:220px;height:200px;right:15%;top:10%}}.ufo-one[data-v-6a6ed22e]{position:relative;width:240px;height:240px;margin-top:50px;margin-right:-120px;transform:rotate(20deg)}@media(min-width:768px)and (max-width:1023px){.ufo-one[data-v-6a6ed22e]{width:120px;height:120px;margin-top:25px;margin-right:-40px}}@media(max-width:767px){.ufo-one[data-v-6a6ed22e]{width:120px;height:120px;margin-top:25px;margin-right:-40px}}.ufo-two[data-v-6a6ed22e]{position:relative;width:300px;height:300px;transform:rotate(20deg);margin-right:50px}@media(min-width:768px)and (max-width:1023px){.ufo-two[data-v-6a6ed22e]{width:120px;height:120px;margin-top:25px;margin-right:-40px}}@media(max-width:767px){.ufo-two[data-v-6a6ed22e]{width:150px;height:150px}}.top-section-wrapper[data-v-6a6ed22e]{background-size:cover;display:flex;position:relative;justify-content:center;padding-top:85px;width:100%;align-self:center;transition:all .5s ease}.top-section-wrapper.about-us[data-v-6a6ed22e]{background-image:url(/img/about-us.edbaff8f.jpg);max-height:838px;padding:84px 0 200px;background-repeat:no-repeat}@media(min-width:1800px){.top-section-wrapper.about-us[data-v-6a6ed22e]{padding:84px 0 340px}}@media(min-width:768px)and (max-width:1023px){.top-section-wrapper.about-us[data-v-6a6ed22e]{background-image:url(/img/about-us.edbaff8f.jpg);padding-top:39px}}@media(max-width:767px){.top-section-wrapper.about-us[data-v-6a6ed22e]{background-image:url(/img/about-us.edbaff8f.jpg);padding-top:39px}}.top-section-wrapper.about-us[data-v-6a6ed22e] .top-section-image{display:none}@media(max-width:767px){.top-section-wrapper[data-v-6a6ed22e]{padding-top:37px;overflow:hidden;background-size:cover;background-position:59% 50%}}@media(min-width:768px)and (max-width:1023px){.top-section-wrapper[data-v-6a6ed22e]{background-position:50% 0;padding-top:39px}}.top-section-wrapper.no-bg[data-v-6a6ed22e]{box-shadow:none;background:none;min-height:inherit}.top-section-bg[data-v-6a6ed22e]{position:absolute;background:url(/img/top-section-content-bg.34df689d.svg);top:155px;right:0;bottom:0;left:0;z-index:10}.top-section-bg.hide[data-v-6a6ed22e]{display:none}@media(min-width:768px)and (max-width:1023px){.top-section-bg[data-v-6a6ed22e]{top:0}}.layer[data-v-6a6ed22e]{background-color:rgba(0,0,0,.85);position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px}.meteors-bg[data-v-31fac13c]{background:url(/img/meteors-body-left.b3c3a60d.svg);width:496px;height:266px;position:absolute;z-index:5;top:270px;left:-145px}@media(max-width:767px){.meteors-bg[data-v-31fac13c]{width:288px;height:171px;top:162px;left:-15px;background-repeat:no-repeat;background-size:contain}}@media(min-width:768px)and (max-width:1023px){.meteors-bg[data-v-31fac13c]{top:200px;left:-165px}}.moon[data-v-31fac13c]{width:100%;display:flex;align-items:center;position:relative;flex-direction:column;justify-content:center;max-width:1280px;margin:0 auto;padding:0 15px}@media(max-width:767px){.moon[data-v-31fac13c]{background-position:-45px 75px;background-size:660px;height:515px;margin-top:0}}@media(max-width:1279px){.moon[data-v-31fac13c]{padding:0}}@media(min-width:576px)and (max-width:767px){.moon[data-v-31fac13c]{background-position-x:center}}.bottom-section-content-wrapper[data-v-31fac13c]{background:radial-gradient(55.22% 90.9% at 50.79% 44.82%,#3c3e45 0,#2a2f37 100%);box-shadow:0 0 65px rgba(0,0,0,.3);border-radius:10px;padding:75px 0;width:100%;text-align:center;margin-top:115px;z-index:10}@media(max-width:767px){.bottom-section-content-wrapper[data-v-31fac13c]{padding:43px 0;margin-top:340px;border-radius:0}}@media(min-width:768px)and (max-width:1023px){.bottom-section-content-wrapper[data-v-31fac13c]{padding:42px 0;margin-top:175px}}.text[data-v-31fac13c]{font-family:Goldman,sans-serif;font-style:normal;font-weight:400;font-size:41px;line-height:49px;letter-spacing:.05em;background:linear-gradient(90.59deg,#f23a6a -11.29%,#ffad72 86.28%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}@media(max-width:767px){.text[data-v-31fac13c]{font-size:20px;line-height:24px}}@media(min-width:768px)and (max-width:1023px){.text[data-v-31fac13c]{font-size:28px;line-height:32px}}.text .white[data-v-31fac13c]{color:#fff;-webkit-text-fill-color:initial}.white[data-v-31fac13c]{color:#fff}.grey[data-v-31fac13c]{color:#ccc}footer[data-v-31fac13c]{position:relative;display:flex;justify-content:space-between;width:100%;z-index:20}@media(max-width:767px){footer[data-v-31fac13c]{flex-flow:column;box-sizing:border-box;top:auto;align-items:center;margin-top:0;padding:0 44px 80px 65px}}@media(min-width:768px)and (max-width:1023px){footer[data-v-31fac13c]{margin:0 82px;justify-content:center}}@media(max-width:767px){footer .img[data-v-31fac13c]{background:url(/img/footer-img_mobile.e327d252.svg) no-repeat 50%;height:277px;width:88px}}.logo-wrapper[data-v-31fac13c]{display:flex;flex-direction:column;margin-top:10px}@media(max-width:767px){.logo-wrapper[data-v-31fac13c]{margin-bottom:45px}}@media(min-width:768px)and (max-width:1023px){.logo-wrapper[data-v-31fac13c]{margin-top:0;align-self:start;align-items:end;margin-left:20px}.logo-wrapper img[data-v-31fac13c]{width:30px;height:25px}}@media(max-width:767px){.logo-wrapper img[data-v-31fac13c]{width:35px}}.sub-logo[data-v-31fac13c],.sub-note[data-v-31fac13c]{font-family:Space Mono;font-style:normal;font-weight:400;font-size:18px;line-height:16%;color:#1a1a1a}.sub-logo[data-v-31fac13c]{display:inline-block;margin-top:15px}@media(min-width:768px)and (max-width:1023px){.sub-logo[data-v-31fac13c]{font-size:12px;line-height:16%;left:17px;position:absolute}}.sub-note[data-v-31fac13c]{display:block;font-size:16px;margin-bottom:20px;margin-left:10px;margin-right:10px;color:#ccc}.footer-menu[data-v-31fac13c]{display:inline-block;list-style-type:none;padding-inline-start:0;margin-top:0}.footer-menu[data-v-31fac13c]:not(:first-child){margin-left:20px}@media(max-width:767px){.footer-menu[data-v-31fac13c]:not(:first-child){margin-left:0}.footer-menu[data-v-31fac13c]{flex-flow:column;padding-left:0;margin-bottom:24px}}.footer-menu-wrapper[data-v-31fac13c]{display:flex;position:relative;top:-15px;margin-left:120px}@media(max-width:767px){.footer-menu-wrapper[data-v-31fac13c]{align-items:flex-start;flex-direction:row;justify-content:space-between;margin-left:0;width:100%}}@media(min-width:768px)and (max-width:1023px){.footer-menu-wrapper[data-v-31fac13c]{margin-left:70px}}.footer-menu-wrapper .column[data-v-31fac13c]{display:flex}@media(max-width:767px){.footer-menu-wrapper .column[data-v-31fac13c]{flex-direction:column}}.footer-menu li:last-child a[data-v-31fac13c]{margin-right:0}.footer-menu li h3[data-v-31fac13c]{font-family:Space Mono;font-style:normal;font-weight:700;font-size:20px;line-height:130%;text-transform:uppercase;color:#353535}@media(max-width:767px){.footer-menu li h3[data-v-31fac13c]{display:none}}@media(min-width:768px)and (max-width:1023px){.footer-menu li h3[data-v-31fac13c]{font-size:12px}}.footer-menu a[data-v-31fac13c]{font-family:Space Mono;font-style:normal;font-weight:400;font-size:18px;line-height:130%;color:#555;text-decoration:none;margin-right:60px}@media(max-width:767px){.footer-menu a[data-v-31fac13c]{font-size:12px;margin-right:0}}@media(min-width:768px)and (max-width:1023px){.footer-menu a[data-v-31fac13c]{font-size:12px}}.social-networks[data-v-31fac13c]{display:flex;list-style-type:none}@media(max-width:767px){.social-networks[data-v-31fac13c]{margin:0 0 25px;padding-left:0}}@media(min-width:768px)and (max-width:1023px){.social-networks[data-v-31fac13c]{justify-content:start;flex-direction:column;margin-top:0}}.social-networks li[data-v-31fac13c]{margin-right:30px}@media(max-width:767px){.social-networks li[data-v-31fac13c]:last-child{margin-right:0}}@media(min-width:768px)and (max-width:1023px){.social-networks li[data-v-31fac13c]:first-child{order:2}}.close-modal[data-v-7fb50fcc]{position:absolute;top:15px;right:15px;font-size:0;line-height:0;padding:2px;display:flex;flex-direction:column;justify-content:space-between;min-width:0;width:32px;height:32px;transform:scale(1);transition:all .2 ease-in-out;border:none;background:none;cursor:pointer}.close-modal-iframe[data-v-7fb50fcc]{background-color:hsla(0,0%,100%,.1);z-index:5}.close-modal-iframe[data-v-7fb50fcc]:after,.close-modal-iframe[data-v-7fb50fcc]:before{background:#fff!important}.close-modal[data-v-7fb50fcc]:after,.close-modal[data-v-7fb50fcc]:before{content:"";display:block;width:23px;height:1px;background:#000;position:absolute;left:8px;transform-origin:left center}.close-modal[data-v-7fb50fcc]:before{top:8px;transform:rotate(45deg)}.close-modal[data-v-7fb50fcc]:after{bottom:7px;transform:rotate(-45deg)}.overlay[data-v-b8e6aee2]{position:fixed;background:rgba(0,0,0,.45);bottom:0;left:0;right:0;top:0;z-index:502;overflow-y:scroll}@media(max-width:767px){.overlay[data-v-b8e6aee2]{padding:20px}}.overlay .profile-modal[data-v-b8e6aee2]{background:radial-gradient(55.22% 90.9% at 50.79% 44.82%,#f2f2f2 0,#efefef 100%);box-shadow:0 0 65px rgba(0,0,0,.3);padding:43px 18px 50px 48px;z-index:200;text-align:center;margin:40px auto;transform:none;position:relative;top:0;width:784px}@media(max-width:767px){.overlay .profile-modal[data-v-b8e6aee2]{margin:0 auto;padding:30px 10px 33px 10px;text-align:left;width:unset}.overlay .profile-modal .custom-close[data-v-b8e6aee2]{right:10px}}.overlay .profile-modal .row[data-v-b8e6aee2]{display:flex;align-items:center;justify-content:space-between;width:716px;padding:0 20px;margin-bottom:13px}@media(max-width:767px){.overlay .profile-modal .row[data-v-b8e6aee2]{display:block;width:auto;padding:0 7.5px}}.overlay .profile-modal .row[data-v-b8e6aee2]:last-child{margin-bottom:0}.overlay .profile-modal .row.close-btn-wrapper[data-v-b8e6aee2]{position:relative}.overlay .profile-modal .row.no-fieldset[data-v-b8e6aee2]{padding-left:23px;margin-bottom:15px;margin-top:5px}@media(max-width:767px){.overlay .profile-modal .row.no-fieldset[data-v-b8e6aee2]{margin-top:10px;padding-left:7.5px}}.overlay .profile-modal .row.kyc[data-v-b8e6aee2]{margin-top:26px}@media(max-width:767px){.overlay .profile-modal .row.kyc[data-v-b8e6aee2]{display:flex}}.overlay .profile-modal .label[data-v-b8e6aee2]{font-style:normal;font-weight:500;font-size:20px;line-height:130%;align-items:center;letter-spacing:.05em;background:linear-gradient(180deg,#4be9ff,#2abdd1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.overlay .profile-modal .profile-input[data-v-b8e6aee2]{display:block;border:1px solid #898d8f;filter:drop-shadow(0 0 65px rgba(0,0,0,.3));width:560px;padding:1px}@media(max-width:767px){.overlay .profile-modal .profile-input[data-v-b8e6aee2]{min-width:calc(100% - 2px);width:auto}}.overlay .profile-modal .profile-input input:focus input[data-v-b8e6aee2]:disabled,.overlay .profile-modal .profile-input input[data-v-b8e6aee2]{background:transparent;color:#212121;opacity:1;line-height:41px;padding-bottom:0;border:none;width:100%;border-radius:4px;text-align:right;padding-left:10px;padding-right:22px;text-overflow:ellipsis;box-sizing:border-box}@media(max-width:767px){.overlay .profile-modal .profile-input input:focus input[data-v-b8e6aee2]:disabled,.overlay .profile-modal .profile-input input[data-v-b8e6aee2]{width:100%}}.overlay .profile-modal .profile-input input[data-v-b8e6aee2]::-moz-placeholder{font-style:normal;font-weight:400;font-size:18px}.overlay .profile-modal .profile-input input[data-v-b8e6aee2],.overlay .profile-modal .profile-input input[data-v-b8e6aee2]::placeholder{font-style:normal;font-weight:400;font-size:18px}.overlay .profile-modal .profile-input[data-v-b8e6aee2] ::-moz-placeholder{color:#898d8f}.overlay .profile-modal .profile-input[data-v-b8e6aee2] ::placeholder{color:#898d8f}.overlay .profile-modal .profile-input[data-v-b8e6aee2],.overlay .profile-modal .profile-label[data-v-b8e6aee2]{display:inline-block}@media(max-width:767px){.overlay .profile-modal .profile-input[data-v-b8e6aee2],.overlay .profile-modal .profile-label[data-v-b8e6aee2]{display:block}}.overlay .profile-modal .profile-fieldset[data-v-b8e6aee2]{padding:30px 0;border:1px solid;border-image-slice:1;border-image-source:linear-gradient(94.29deg,#b7b7b7 -2.43%,#cfcfcf 47.26%)}@media(max-width:767px){.overlay .profile-modal .profile-fieldset[data-v-b8e6aee2]{margin:0}}.overlay .profile-modal .profile-fieldset.social[data-v-b8e6aee2]{margin-top:55px}@media(max-width:767px){.overlay .profile-modal .profile-fieldset.social[data-v-b8e6aee2]{margin-top:20px}}.overlay .profile-modal .profile-fieldset legend[data-v-b8e6aee2]{font-style:normal;font-weight:300;font-size:20px;line-height:130%;background:linear-gradient(72.12deg,#4d4d4d 2.57%,#121212 126.49%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;padding:0 10px;margin-left:80px;text-align:left}@media(max-width:767px){.overlay .profile-modal .profile-fieldset legend[data-v-b8e6aee2]{margin-left:27px}}.overlay .profile-modal .profile-status[data-v-b8e6aee2]{font-style:normal;font-weight:500;font-size:18px;line-height:130%;display:flex;align-items:center;letter-spacing:.05em}.overlay .profile-modal .profile-status span[data-v-b8e6aee2]{margin-left:10px}.overlay .profile-modal .profile-status.approved span[data-v-b8e6aee2]{background:linear-gradient(90.3deg,#ff7f23 -4.55%,#fff400 107.76%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.overlay .profile-modal .profile-status .verify-wrapper[data-v-b8e6aee2]{border-bottom:1px dashed;border-image-slice:1;border-width:1px;border-image-source:linear-gradient(90.3deg,#ac3bff -4.55%,#5ecfff 107.76%)}.overlay .profile-modal .profile-status.verify a[data-v-b8e6aee2]{background:linear-gradient(90.3deg,#ac3bff -4.55%,#5ecfff 107.76%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.overlay .profile-modal .profile-status.pending span[data-v-b8e6aee2]{background:linear-gradient(93.1deg,#00b1d2 -7.52%,#1eb676 107.59%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.overlay .profile-modal .profile-status.rejected span[data-v-b8e6aee2]{background:linear-gradient(93.1deg,#ff3f71 -7.52%,#ffad72 107.59%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.content[data-v-16c096c2]{position:relative;z-index:12;display:flex;justify-content:center;background:#f3f3f3;padding-bottom:700px}@media(max-width:767px){.content[data-v-16c096c2]{padding-bottom:350px}}@media(min-width:768px)and (max-width:1023px){.content[data-v-16c096c2]{padding-bottom:400px}}.content.about-us[data-v-16c096c2]{padding-bottom:138px}.meteors-bg[data-v-16c096c2]{background-image:url(/img/meteors-body.c1e6cb2f.svg);width:457px;height:295px;position:absolute;right:14px;top:1105px}@media(max-width:767px){.meteors-bg[data-v-16c096c2]{width:220px;height:133px;background-size:contain;top:1388px;right:0;background-position:37px 0;background-repeat:no-repeat}}@media(min-width:768px)and (max-width:1023px){.meteors-bg[data-v-16c096c2]{width:336px;height:245px;right:0;top:733px;background-repeat:no-repeat;background-size:contain}}.footer-wrapper[data-v-16c096c2]{display:flex;justify-content:center;flex-direction:column;background:#e5e7eb;position:relative;padding-bottom:200px;z-index:12}@media(max-width:767px){.footer-wrapper[data-v-16c096c2]{padding-top:0;padding-bottom:0}}@media(min-width:768px)and (max-width:1023px){.footer-wrapper[data-v-16c096c2]{padding-top:0;padding-bottom:90px}}.footer-wrapper h2[data-v-16c096c2]{font-family:Space Mono;font-style:normal;font-weight:700;font-size:36px;line-height:113.5%;letter-spacing:-.045em;color:#fff;text-shadow:1px 0 #000,-1px 0 #000,0 1px #000,0 -1px #000;margin:0 auto;max-width:400px;text-align:center}@media(max-width:767px){.footer-wrapper h2[data-v-16c096c2]{font-size:26px}}.footer-wrapper-text[data-v-16c096c2]{position:relative;top:-350px;z-index:100}@media(max-width:767px){.footer-wrapper-text[data-v-16c096c2]{top:-200px;font-size:18px;max-width:300px;margin-top:60px;letter-spacing:.045em}}@media(min-width:768px)and (max-width:1023px){.footer-wrapper-text[data-v-16c096c2]{top:-280px;font-size:24px;max-width:400px;margin-top:25px;letter-spacing:.045em}}.footer-wrapper-text-shadow[data-v-16c096c2]{width:100%;margin:0 auto;position:absolute;top:2px;left:1.5px;z-index:-1}@media(max-width:767px){.footer-wrapper-text[data-v-16c096c2]{font-size:18px;max-width:300px;margin-top:60px;letter-spacing:.045em}}@media(min-width:768px)and (max-width:1023px){.footer-wrapper-text[data-v-16c096c2]{font-size:24px;max-width:400px;margin-top:25px;letter-spacing:.045em}}.footer-wrapper-txt[data-v-16c096c2]{font-family:Space Mono;font-style:normal;font-weight:400;font-size:20px;line-height:139.5%;letter-spacing:-.05em;color:#000;z-index:20;top:-233px;left:50%;transform:translate(-50%);text-align:center;position:absolute}@media(min-width:768px)and (max-width:1023px){.footer-wrapper-txt[data-v-16c096c2]{font-size:22px;top:-180px}}@media(max-width:767px){.footer-wrapper-txt[data-v-16c096c2]{font-size:14px;top:-120px}}.footer-wrapper-txt.about-us[data-v-16c096c2]{display:none}.footer-wrapper .cloud-bg[data-v-16c096c2]{background-image:url(/img/clouds.7f9ba961.svg);background-size:cover;height:326px;position:absolute;top:-590px;width:100%;z-index:17;background-position-x:50%;background-position-y:-19px;overflow:hidden;white-space:nowrap}@media(max-width:767px){.footer-wrapper .cloud-bg[data-v-16c096c2]{height:142px;top:-213px}}@media(min-width:768px)and (max-width:1023px){.footer-wrapper .cloud-bg[data-v-16c096c2]{height:142px;top:-313px}}.footer-wrapper .footer-bg[data-v-16c096c2]{background-image:url(/img/footer-mount-img.a7ddc3bf.svg);background-size:cover;height:242px;position:absolute;top:-221px;width:100%;z-index:17;background-position-x:50%;background-position-y:-19px;overflow:hidden;white-space:nowrap}@media(min-width:1850px){.footer-wrapper .footer-bg[data-v-16c096c2]{max-height:221px;height:100%}}.footer-wrapper .footer-bg.about-us[data-v-16c096c2]{display:none;background-image:url(/img/footer-top-img.30cf7b95.svg);width:100%;z-index:17;height:258px;position:absolute;top:-55px}@media(max-width:767px){.footer-wrapper .footer-bg.about-us[data-v-16c096c2]{background-image:url(/img/footer-top-img_mobile.bd20f066.svg);top:-20px;height:102px}}@media(min-width:768px)and (max-width:1023px){.footer-wrapper .footer-bg.about-us[data-v-16c096c2]{background-image:url(/img/footer-top-img_pad.8e5b37bd.svg);top:-33px;height:154px}}.footer-wrapper .logo[data-v-16c096c2]{height:396px;width:400px;animation:spin-16c096c2 3s steps(3,start) 0s infinite normal;position:absolute;top:-300px;left:60%;z-index:15;overflow:hidden}@media(min-width:768px)and (max-width:1023px){.footer-wrapper .logo[data-v-16c096c2]{width:25vw;top:-90%}}@media(max-width:767px){.footer-wrapper .logo[data-v-16c096c2]{width:20vw;left:70%;top:-45%}}.footer-wrapper .logo.about-us[data-v-16c096c2]{display:none}@keyframes spin-16c096c2{0%,2%{transform:translate(0)}50%{transform:translateY(2%)}}.footer-wrapper .pixel[data-v-16c096c2]{height:250px;width:250px;position:absolute;top:-190px;left:75%;z-index:14}@media(min-width:768px)and (max-width:1023px){.footer-wrapper .pixel[data-v-16c096c2]{width:15vw}}@media(max-width:767px){.footer-wrapper .pixel[data-v-16c096c2]{width:15vw;left:80%}}.footer-wrapper .pixel.about-us[data-v-16c096c2]{display:none}.footer-wrapper .footer-upper-txt[data-v-16c096c2]{z-index:20;display:flex;overflow:hidden;height:56px;background:#c4c4c4;text-align:center;margin-bottom:50px}.footer-wrapper .footer-upper-txt span[data-v-16c096c2]{font-family:Press Start\ 2P;font-style:normal;font-weight:400;font-size:30px;line-height:182%;letter-spacing:-.005em;color:#fff;white-space:nowrap;animation:text-16c096c2 11s linear infinite}@keyframes text-16c096c2{0%{transform:translate(0)}to{transform:translate(-34%)}}@media(min-width:768px)and (max-width:1023px){.footer-wrapper .footer-upper-txt[data-v-16c096c2]{font-size:18px;line-height:45px;margin-bottom:45px}}@media(max-width:767px){.footer-wrapper .footer-upper-txt[data-v-16c096c2]{font-size:12px;line-height:27px}}.footer-wrapper .footer-upper-txt.about-us[data-v-16c096c2]{display:none}@media(min-width:768px){.footer-wrapper .footer-content-wrapper[data-v-16c096c2]{padding:0 30px}}.footer-wrapper .footer-content-wrapper.about-us[data-v-16c096c2]{margin-top:75px}@media(min-width:768px)and (max-width:1023px){.footer-wrapper .footer-content-wrapper.about-us[data-v-16c096c2]{margin-top:45px}}@media(max-width:767px){.footer-wrapper .footer-content-wrapper.about-us[data-v-16c096c2]{margin-top:25px}}.top-section-content{position:relative;width:100%;display:flex;justify-content:space-between;margin-top:70px;z-index:10}@media(min-width:768px)and (max-width:1023px){.top-section-content{margin-top:47px}}@media(max-width:1023px){.top-section-content{justify-content:space-between}}@media(max-width:767px){.top-section-content{margin-top:44px;justify-content:center}}.top-section-content.content-to-left{justify-content:left}@media(max-width:1023px){.top-section-content.with-right-side-content{flex-flow:column}}.top-section-left-side{max-width:900px;z-index:20}@media(max-width:1023px){.top-section-left-side{width:100%}}.top-section-right-side{background:url(/img/project_bg.4b237463.svg) no-repeat 50%;width:577px;height:378px;z-index:11}@media(max-width:1279px){.top-section-right-side{background:url(/img/project_bg_pad.fa455bff.svg) no-repeat 50%;width:341px;height:221px}}@media(max-width:1023px){.top-section-right-side{display:none}}.top-section-right-side .main-img{width:484px;height:335px;position:absolute;right:25px;widows:auto;-o-object-fit:cover;object-fit:cover}@media(max-width:1279px){.top-section-right-side .main-img{width:282px;height:185px;right:15px}}.top-section-pre-heading{color:#fff;font-weight:500;font-size:20px;letter-spacing:.1em;margin-left:3px;margin-top:2px}@media(max-width:1023px){.top-section-pre-heading{display:none;font-size:16px}}.top-section-heading{color:#353535;font-family:Space Mono,sans-serif;font-style:normal;font-weight:700;font-size:58px;line-height:98%;letter-spacing:-.06em;padding-bottom:10px;white-space:nowrap}@media(max-width:767px){.top-section-heading{font-size:34px;white-space:normal;max-width:251px}}@media(max-width:1279px){.top-section-heading{font-size:34px;margin-top:0;padding-bottom:0}}.top-section-sub-heading{color:#1c1d23;font-family:Space Mono;font-style:normal;font-weight:400;font-size:22px;line-height:33px;max-width:600px}@media(max-width:767px){.top-section-sub-heading{font-size:20px;margin-top:0;max-width:251px}}@media(max-width:1279px){.top-section-sub-heading{font-size:15px;line-height:22px}}@media(max-width:1023px){.top-section-sub-heading{max-width:400px}}.top-section-social-networks{display:none;margin-top:15px;margin-left:5px}@media(max-width:767px){.top-section-social-networks{margin-bottom:15px}}.top-section-social-networks-img{width:20px;height:20px;margin-right:30px}.top-section-social-networks-wrapper{display:flex;justify-content:space-between}@media(max-width:767px){.top-section-social-networks-wrapper{flex-direction:column}}.top-section-image{position:relative;display:none}@media(max-width:1023px){.top-section-image{margin-top:20px;background:url(/img/project_bg_pad.fa455bff.svg) no-repeat 50%;width:341px;height:221px}}@media(max-width:767px){.top-section-image{background:url(/img/project_bg_mobile.d160fd82.svg) no-repeat 50%;width:305px;height:200px}}.top-section-image img{position:absolute}@media(max-width:1023px){.top-section-image img{width:282px;height:185px;right:15px}}@media(max-width:767px){.top-section-image img{width:256px;height:177px;right:15px}}.top-section-footer{position:relative;margin-top:50px;display:flex;flex-direction:column;margin-bottom:20px}@media(max-width:767px){.top-section-footer{margin-top:20px}}@media(min-width:768px)and (max-width:1023px){.top-section-footer{margin-top:30px}}@media(max-width:1023px){.moon-bg{background:url(/img/moon.582bd915.png) no-repeat 50%;position:absolute;background-size:contain;z-index:10}}@media(max-width:767px){.moon-bg{top:-67px;right:-100px;transform:rotate(345deg);width:450px;height:450px}}@media(min-width:768px)and (max-width:1023px){.moon-bg{top:-100px;width:242px;height:242px;right:115px}}@media(max-width:767px){.moon-bg img{position:absolute;left:-144px;top:240px;transform:rotate(13deg);height:397px;width:496px}}@media(min-width:768px)and (max-width:1023px){.moon-bg img{position:absolute;width:256px;height:181px;top:78px;left:-27px}}.buy-atd{background:linear-gradient(91.07deg,#ff5f72 -7.91%,#ffad72 117.47%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-weight:600;font-size:16px;text-transform:uppercase;margin-right:13px;position:relative;letter-spacing:.05em;padding:0}.buy-atd:after{content:"";background:url(/img/home-arrow-right.bb8fe493.svg);width:42px;height:7.36px;position:absolute;right:-55px;top:5px}.text[data-v-45848e97]{position:relative;color:#fff;text-shadow:1px 0 #000,-1px 0 #000,0 1px #000,0 -1px #000;z-index:1}.text-shadow[data-v-45848e97]{position:absolute;top:2px;left:2px;z-index:-1;width:100%}.partners-wrapper{text-align:center;padding-top:140px;min-height:695px}@media(max-width:767px){.partners-wrapper{padding-bottom:0;padding-top:60px;min-height:535px}}@media(min-width:768px)and (max-width:1023px){.partners-wrapper{padding-bottom:0;padding-top:60px;min-height:381px}}.partners-wrapper h2{margin-top:0;margin-bottom:71px;font-family:Space Mono;font-style:normal;font-weight:700;font-size:50px;line-height:107px;letter-spacing:-.005em;color:#fff;text-shadow:1px 0 #000,-1px 0 #000,0 1px #000,0 -1px #000}@media(max-width:767px){.partners-wrapper h2{font-size:17px;line-height:159%;margin:0 auto 18px;max-width:270px}}@media(min-width:768px)and (max-width:1023px){.partners-wrapper h2{font-size:16px;line-height:97%}}.partners-wrapper ul{list-style-type:none;max-width:720px;padding:0;margin:0 auto}.partners-wrapper ul li{color:#898d8f;cursor:pointer;display:inline-block;font-family:Space Mono;font-style:normal;font-weight:400;font-size:17px;letter-spacing:.205em;line-height:130%;text-transform:uppercase}@media(max-width:767px){.partners-wrapper ul li{font-size:12px;line-height:130%;letter-spacing:.105em}}@media(min-width:768px)and (max-width:1023px){.partners-wrapper ul li{font-size:15px;line-height:101.5%;letter-spacing:.085em}}.partners-wrapper .partners-text{margin-top:0;margin-bottom:71px;font-family:Space Mono;font-style:normal;font-weight:700;font-size:50px;letter-spacing:-.005em}@media(min-width:768px)and (max-width:1023px){.partners-wrapper .partners-text{font-size:30px}}@media(max-width:767px){.partners-wrapper .partners-text{font-size:25px}}.partners-wrapper .partners-text-shadow{width:100%;position:absolute;top:2px;left:1.5px;z-index:-1;text-shadow:1px 0 gray,-1px 0 gray,0 1px gray,0 -1px gray}.partners-wrapper .dates-range li,.partners-wrapper .partners-types li{margin-top:22px;padding:3px 13px}.partners-wrapper .dates-range li.active,.partners-wrapper .partners-types li.active{color:#272727;background:#f8f8f8;cursor:auto}.partners-wrapper .selected-partners{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:auto;justify-content:space-evenly;justify-items:center;align-content:space-between;min-width:1280px;min-height:180px;margin-top:100px;gap:30px}@media(max-width:1279px){.partners-wrapper .selected-partners{min-width:900px}}@media(max-width:1023px){.partners-wrapper .selected-partners{min-width:642px;min-height:100px;margin-top:50px;padding-bottom:50px}}@media(max-width:767px){.partners-wrapper .selected-partners{grid-template-columns:1fr 1fr;min-width:300px;max-width:300px;margin-top:31px}}.partners-wrapper .selected-partners li{margin-left:0;max-width:175px;align-self:center}.partners-wrapper .selected-partners li img{max-width:175px;max-height:50px}@media(max-width:1023px){.partners-wrapper .selected-partners li img{max-width:100px;max-height:33px}}img[data-v-41e3c5e7]{width:100%}.ufo-blurred[data-v-41e3c5e7]{position:absolute;width:auto;top:0;left:0;z-index:5;animation:sheeps 1s linear infinite;animation-iteration-count:1;overflow:hidden}@media(min-width:768px)and (max-width:1023px){.ufo-blurred[data-v-41e3c5e7]{width:214px;top:-40px;left:-50px}}@media(max-width:767px){.ufo-blurred[data-v-41e3c5e7]{width:191px;top:-60px;left:-70px}}.connectBtn[data-v-41e3c5e7]{background:linear-gradient(72.12deg,#4d4d4d 2.57%,#121212 126.49%);box-shadow:0 4px 4px rgba(0,0,0,.25);max-height:none;max-width:212px;height:60px}.connectBtn-text[data-v-41e3c5e7]{font-weight:400;font-size:22px;line-height:130%;letter-spacing:.105em;text-transform:uppercase}.about-us-heading[data-v-41e3c5e7],.connectBtn-text[data-v-41e3c5e7]{font-family:Space Mono;font-style:normal;color:#fff;text-shadow:1px 0 #000,-1px 0 #000,0 1px #000,0 -1px #000}.about-us-heading[data-v-41e3c5e7]{font-weight:700;font-size:140px;line-height:207px;letter-spacing:-.005em}.about-us-heading-text[data-v-41e3c5e7]{position:relative}.about-us-heading-text-shadow[data-v-41e3c5e7]{position:absolute;top:4px;left:4px;z-index:-1}@media(max-width:1279px){.about-us-heading-text-shadow[data-v-41e3c5e7]{top:14px;left:3px;z-index:-1}}@media(max-width:767px){.about-us-heading[data-v-41e3c5e7]{font-size:44px;line-height:44px}}@media(min-width:768px)and (max-width:1023px){.about-us-heading[data-v-41e3c5e7]{font-size:50px;line-height:50px}}@media(min-width:1024px)and (max-width:1279px){.about-us-heading[data-v-41e3c5e7]{font-size:50px;line-height:50px}}.about-us-subheading[data-v-41e3c5e7]{font-family:Space Mono;font-style:normal;font-weight:400;font-size:24px;line-height:36px;letter-spacing:-.055em;color:#272727}@media(max-width:767px){.about-us-subheading[data-v-41e3c5e7]{font-size:18px;line-height:125.6%}}@media(min-width:768px)and (max-width:1023px){.about-us-subheading[data-v-41e3c5e7]{font-size:18px;line-height:27px}}.about-us-content[data-v-41e3c5e7]{display:flex;flex-wrap:wrap;width:100%;justify-content:center;align-items:center}@media(max-width:696px){.about-us-content[data-v-41e3c5e7]{flex-direction:column}}@media(min-width:768px){.about-us-content[data-v-41e3c5e7]{flex-wrap:wrap}}@media(min-width:576px)and (max-width:767px){.about-us-content[data-v-41e3c5e7]{flex-wrap:wrap}}.about-us-content .container[data-v-41e3c5e7]{display:flex;width:100%;justify-content:center}.about-us-content .brief[data-v-41e3c5e7]{padding-bottom:228px;position:relative}@media(max-width:767px){.about-us-content .brief[data-v-41e3c5e7]{flex-direction:column;padding-top:0;padding-bottom:130px}}@media(min-width:768px)and (max-width:1023px){.about-us-content .brief[data-v-41e3c5e7]{padding-top:100px;padding-bottom:116px}}.about-us-content .brief .images-one[data-v-41e3c5e7]{height:396px;width:400px}@media(max-width:767px){.about-us-content .brief .images-one[data-v-41e3c5e7]{top:0;left:50%;position:absolute;height:80px;width:80px;background-size:cover}}@media(min-width:768px)and (max-width:1023px){.about-us-content .brief .images-one[data-v-41e3c5e7]{height:144px;width:156px;background-size:cover}}.about-us-content .brief .images-one .images-two[data-v-41e3c5e7]{height:396px;width:400px;animation:spin-41e3c5e7 4s steps(3,start) 0s infinite normal;background:url(/img/logo-a.cfa43fbc.svg) no-repeat 50%;position:absolute;top:90px;left:9%}@media(min-width:1024px)and (max-width:1279px){.about-us-content .brief .images-one .images-two[data-v-41e3c5e7]{left:-2%}}@media(max-width:767px){.about-us-content .brief .images-one .images-two[data-v-41e3c5e7]{position:absolute;height:135px;width:135px;top:-50px;left:-15px;background:url(/img/logo-a.cfa43fbc.svg) no-repeat 50%;background-size:cover}}@media(min-width:768px)and (max-width:1023px){.about-us-content .brief .images-one .images-two[data-v-41e3c5e7]{background:url(/img/logo-a.cfa43fbc.svg) no-repeat 50%;height:206px;width:211px;top:50px;left:20px;background-size:cover}}@keyframes spin-41e3c5e7{0%,2%{transform:translate(0)}50%{transform:translateY(2%)}}.about-us-content .brief .text-block[data-v-41e3c5e7]{margin-left:100px;margin-top:150px;max-width:700px;color:#272727}@media(max-width:767px){.about-us-content .brief .text-block[data-v-41e3c5e7]{max-width:none;margin:0 auto;padding:0 23px;margin-top:80px}}@media(min-width:768px)and (max-width:1023px){.about-us-content .brief .text-block[data-v-41e3c5e7]{margin-left:25px;margin-top:0}}.about-us-content .brief .text-block h3[data-v-41e3c5e7]{font-family:Space Mono;font-style:normal;font-weight:700;font-size:34px;line-height:42px;display:flex;align-items:center;letter-spacing:-.07em;background:linear-gradient(142.91deg,#080607 -32.36%,#374544 68.18%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:767px){.about-us-content .brief .text-block h3[data-v-41e3c5e7]{font-size:14px;line-height:26px;margin-bottom:24px}}@media(min-width:768px)and (max-width:1023px){.about-us-content .brief .text-block h3[data-v-41e3c5e7]{font-size:16px;line-height:26px}}.about-us-content .brief .text-block span[data-v-41e3c5e7]{font-family:Space Mono;font-style:normal;font-weight:400;font-size:20px;line-height:26px;display:flex;align-items:center;letter-spacing:-.025em}@media(max-width:767px){.about-us-content .brief .text-block span[data-v-41e3c5e7]{font-size:14px;line-height:20px;letter-spacing:-.025em}}@media(min-width:768px)and (max-width:1023px){.about-us-content .brief .text-block span[data-v-41e3c5e7]{font-size:14px;line-height:20px;letter-spacing:-.025em}}.about-us-content .partners[data-v-41e3c5e7]{background:#e5e7eb}.about-us-content .partners-bg[data-v-41e3c5e7]{background:url(/img/partners-art.30f1dcc9.svg) no-repeat 50%}@media(max-width:767px){.about-us-content .partners-bg[data-v-41e3c5e7]{background:url(/img/partners-art_mobile.ebaf9ca0.svg) no-repeat;min-height:595px;background-size:100% 100%}}@media(min-width:768px)and (max-width:1023px){.about-us-content .partners-bg[data-v-41e3c5e7]{background:url(/img/partners-art_pad.e642e605.svg) no-repeat;min-height:410px;width:100%;background-size:100% 100%}}.about-us-content .features-wrapper[data-v-41e3c5e7]{text-align:center;padding-top:120px;width:100%;position:relative}@media(max-width:767px){.about-us-content .features-wrapper[data-v-41e3c5e7]{padding-top:109px;text-align:inherit}}@media(min-width:768px)and (max-width:1023px){.about-us-content .features-wrapper[data-v-41e3c5e7]{padding:90px 30px 0}}.about-us-content .features-wrapper h2[data-v-41e3c5e7]{letter-spacing:-.065em;color:#272727;margin-top:0;font-family:Space Mono;font-style:normal;font-weight:700;font-size:48px;line-height:130%;align-items:center;text-align:center}@media(max-width:767px){.about-us-content .features-wrapper h2[data-v-41e3c5e7]{font-size:18px;margin-left:32px}}@media(min-width:768px)and (max-width:1023px){.about-us-content .features-wrapper h2[data-v-41e3c5e7]{font-size:22px}}.about-us-content .features-list[data-v-41e3c5e7]{display:flex;justify-content:space-around;max-width:1200px;margin:120px auto 0}@media(max-width:767px){.about-us-content .features-list[data-v-41e3c5e7]{margin:25px auto 0;flex-direction:column;align-items:center}}@media(min-width:768px)and (max-width:1023px){.about-us-content .features-list[data-v-41e3c5e7]{margin:45px auto 0}}.about-us-content .features-list-bottom[data-v-41e3c5e7]{display:flex;justify-content:space-evenly;margin:45px auto 0;max-width:900px}@media(max-width:767px){.about-us-content .features-list-bottom[data-v-41e3c5e7]{flex-direction:column;align-items:center}}.about-us-content .features-list .arrow-left[data-v-41e3c5e7],.about-us-content .features-list .arrow-right[data-v-41e3c5e7]{height:42px;width:42px;align-self:center}@media(max-width:767px){.about-us-content .features-list .arrow-left[data-v-41e3c5e7],.about-us-content .features-list .arrow-right[data-v-41e3c5e7]{display:none}}.about-us-content .features-list .arrow-left[data-v-41e3c5e7]{background:url(/img/arrow-left.70be11d6.svg) no-repeat 50%}.about-us-content .features-list .arrow-right[data-v-41e3c5e7]{background:url(/img/arrow-right.cc0db272.svg) no-repeat 50%}.about-us-content .features-item[data-v-41e3c5e7]{max-width:270px;z-index:10}@media(max-width:767px){.about-us-content .features-item[data-v-41e3c5e7]{background:#e5e7eb;padding:30px 15px;min-width:205px;margin-top:25px}}@media(min-width:768px)and (max-width:1023px){.about-us-content .features-item[data-v-41e3c5e7]{text-align:initial;max-width:180px}}.about-us-content .features-item h3[data-v-41e3c5e7]{font-family:Space Mono;font-style:normal;font-weight:700;font-size:32px;line-height:113.5%;letter-spacing:-.045em;margin:25px 0;text-shadow:1px 0 #000,-1px 0 #000,0 1px #000,0 -1px #000}@media(max-width:767px){.about-us-content .features-item h3[data-v-41e3c5e7]{font-size:20px;line-height:26px}}@media(min-width:768px)and (max-width:1023px){.about-us-content .features-item h3[data-v-41e3c5e7]{font-size:24px;line-height:26px}}.about-us-content .features-item span[data-v-41e3c5e7]{font-family:Space Mono;font-style:normal;font-weight:400;font-size:17px;line-height:146.5%;letter-spacing:-.05em;color:#272727}@media(max-width:767px){.about-us-content .features-item span[data-v-41e3c5e7]{font-size:14px;line-height:146.5%}}@media(min-width:768px)and (max-width:1023px){.about-us-content .features-item span[data-v-41e3c5e7]{font-size:14px;line-height:146.5%}}.about-us-content .features-item-text[data-v-41e3c5e7]{font-family:Space Mono;font-style:normal;font-weight:700;font-size:32px;line-height:113.5%;letter-spacing:-.045em;margin:25px 0;text-shadow:1px 0 #000,-1px 0 #000,0 1px #000,0 -1px #000}@media(max-width:767px){.about-us-content .features-item-text[data-v-41e3c5e7]{font-size:20px;line-height:26px}}@media(min-width:768px)and (max-width:1023px){.about-us-content .features-item-text[data-v-41e3c5e7]{font-size:24px;line-height:26px}}.about-us-content .features-item-text-shadow[data-v-41e3c5e7]{width:100%;position:absolute;top:-23px;left:1.5px;z-index:-1;color:#f3fdf8}.about-us-content .features-image[data-v-41e3c5e7]{background:url(/img/feature-bg.e920a2f9.png) no-repeat 50%;height:500px;max-width:1200px;max-height:500px;margin:200px auto 0;width:100%;position:relative}.about-us-content .features-image-ufo-light[data-v-41e3c5e7]{background:url(/img/ufo-light.b68220a5.svg) no-repeat 50%;width:67px;height:105px;position:absolute;left:58.8%;top:38%;mix-blend-mode:overlay;background-size:cover}@media(min-width:1024px)and (max-width:1279px){.about-us-content .features-image-ufo-light[data-v-41e3c5e7]{left:62%}}@media(min-width:768px)and (max-width:1023px){.about-us-content .features-image-ufo-light[data-v-41e3c5e7]{width:47px;height:75px;position:absolute;left:58.8%;top:38%}}@media(max-width:767px){.about-us-content .features-image-ufo-light[data-v-41e3c5e7]{width:40px;height:60px;left:41.8%;top:34%}}.about-us-content .features-image-ufo-sheep[data-v-41e3c5e7]{background:url(/img/ufo_home_last.177c688f.png) no-repeat 50%;width:124px;height:158px;position:absolute;left:56.2%;top:17%;background-size:68%;transform:rotate(-21deg)}@media(min-width:1024px)and (max-width:1279px){.about-us-content .features-image-ufo-sheep[data-v-41e3c5e7]{left:58.2%}}@media(min-width:768px)and (max-width:1023px){.about-us-content .features-image-ufo-sheep[data-v-41e3c5e7]{left:52.5%;top:12%;background-size:34%}}@media(max-width:767px){.about-us-content .features-image-ufo-sheep[data-v-41e3c5e7]{left:31%;top:-2%;background-size:31%;width:31%;height:67%}}.about-us-content .features-image-ufo-sheep-left[data-v-41e3c5e7]{background:url(/img/ufo.a025ed35.gif) no-repeat 50%;width:260px;height:200px;position:absolute;left:7.2%;top:1%;background-size:32%;transform:rotate(-20deg)}@media(max-width:767px){.about-us-content .features-image-ufo-sheep-left[data-v-41e3c5e7]{display:none}}@media(min-width:768px)and (max-width:1023px){.about-us-content .features-image-ufo-sheep-left[data-v-41e3c5e7]{width:200px;height:160px}}.about-us-content .features-image-ufo-sheep-right[data-v-41e3c5e7]{background:url(/img/ufo.a025ed35.gif) no-repeat bottom;width:157px;height:151px;position:absolute;left:87.2%;top:-13%;transform:rotate(20deg);background-size:175%}@media(max-width:767px){.about-us-content .features-image-ufo-sheep-right[data-v-41e3c5e7]{display:none}}.about-us-content .features-image-alien-one[data-v-41e3c5e7]{background:url(/img/alien.a8b10f60.svg) no-repeat 50%;width:35px;height:72px;position:absolute;left:50%;top:48%;background-size:contain}@media(min-width:1024px)and (max-width:1279px){.about-us-content .features-image-alien-one[data-v-41e3c5e7]{left:52%}}@media(min-width:768px)and (max-width:1023px){.about-us-content .features-image-alien-one[data-v-41e3c5e7]{height:42px}}@media(max-width:767px){.about-us-content .features-image-alien-one[data-v-41e3c5e7]{width:19px;height:72px;left:32%;top:40%}}.about-us-content .features-image-alien-two[data-v-41e3c5e7]{background:url(/img/alien-two.5b212800.svg) no-repeat 50%;width:33px;height:57px;position:absolute;left:56%;top:46%;background-size:contain}@media(min-width:1024px)and (max-width:1279px){.about-us-content .features-image-alien-two[data-v-41e3c5e7]{left:58%}}@media(min-width:768px)and (max-width:1023px){.about-us-content .features-image-alien-two[data-v-41e3c5e7]{height:38px}}@media(max-width:767px){.about-us-content .features-image-alien-two[data-v-41e3c5e7]{width:17px;height:72px;left:38%;top:38%}}.about-us-content .features-image-alien-three[data-v-41e3c5e7]{background:url(/img/alien-left-arm.0dc60db8.svg) no-repeat 50%;width:61px;height:113px;position:absolute;left:71%;top:52%;background-size:contain}@media(min-width:1024px)and (max-width:1279px){.about-us-content .features-image-alien-three[data-v-41e3c5e7]{left:80%}}@media(min-width:768px)and (max-width:1023px){.about-us-content .features-image-alien-three[data-v-41e3c5e7]{height:67px}}@media(max-width:767px){.about-us-content .features-image-alien-three[data-v-41e3c5e7]{width:32px;height:72px;left:62%;top:49%}}.about-us-content .features-image-alien-four[data-v-41e3c5e7]{background:url(/img/alien-right-arm.c8dfbead.svg) no-repeat 50%;width:36px;height:113px;position:absolute;left:90%;top:42%;background-size:contain}@media(min-width:1024px)and (max-width:1279px){.about-us-content .features-image-alien-four[data-v-41e3c5e7]{display:none}}@media(min-width:768px)and (max-width:1023px){.about-us-content .features-image-alien-four[data-v-41e3c5e7]{width:36px;height:46px;position:absolute;left:90%;top:45%}}@media(max-width:767px){.about-us-content .features-image-alien-four[data-v-41e3c5e7]{width:36px;height:35px;position:absolute;left:86%;top:44%}}.about-us-content .features-image-alien-smiles[data-v-41e3c5e7]{background:url(/img/smiles.97d9e14b.gif) no-repeat 50%;width:68px;height:37px;position:absolute;left:67.5%;top:50%;animation:smile 2s linear infinite;background-size:cover}@media(min-width:1024px)and (max-width:1279px){.about-us-content .features-image-alien-smiles[data-v-41e3c5e7]{left:75.5%}}@media(min-width:768px)and (max-width:1023px){.about-us-content .features-image-alien-smiles[data-v-41e3c5e7]{width:40px;height:25px;left:69%}}@media(max-width:767px){.about-us-content .features-image-alien-smiles[data-v-41e3c5e7]{width:36px;height:17px;left:57.5%;top:49%}}.about-us-content .features-image-torch[data-v-41e3c5e7]{background:url(/img/torch.dab886a0.gif) no-repeat 50%;width:20px;height:45px;position:absolute;left:92%;top:41%;background-size:cover}@media(min-width:1024px)and (max-width:1279px){.about-us-content .features-image-torch[data-v-41e3c5e7]{display:none}}@media(min-width:768px)and (max-width:1023px){.about-us-content .features-image-torch[data-v-41e3c5e7]{width:7px;height:29px;left:94%;top:40%}}@media(max-width:767px){.about-us-content .features-image-torch[data-v-41e3c5e7]{width:13px;height:24px;left:91%;top:38%}}.about-us-content .features-image-coin-one[data-v-41e3c5e7]{background:url(/img/animation-coin.eda16cbd.gif) no-repeat 50%;width:30px;height:30px;position:absolute;left:59%;top:53%;background-size:cover}@media(min-width:1024px)and (max-width:1279px){.about-us-content .features-image-coin-one[data-v-41e3c5e7]{left:63%}}@media(min-width:768px)and (max-width:1023px){.about-us-content .features-image-coin-one[data-v-41e3c5e7]{width:20px;height:20px;left:60%}}@media(max-width:767px){.about-us-content .features-image-coin-one[data-v-41e3c5e7]{width:20px;height:20px;left:43%;top:51%}}.about-us-content .features-image-coin-two[data-v-41e3c5e7]{background:url(/img/animation-coin.eda16cbd.gif) no-repeat 50%;width:30px;height:30px;position:absolute;left:61%;top:51%;background-size:cover}@media(min-width:1024px)and (max-width:1279px){.about-us-content .features-image-coin-two[data-v-41e3c5e7]{left:65%}}@media(min-width:768px)and (max-width:1023px){.about-us-content .features-image-coin-two[data-v-41e3c5e7]{width:20px;height:20px;left:62%}}@media(max-width:767px){.about-us-content .features-image-coin-two[data-v-41e3c5e7]{width:20px;height:20px;left:45%;top:49%}}.about-us-content .features-image-coin-three[data-v-41e3c5e7]{background:url(/img/animation-coin.eda16cbd.gif) no-repeat 50%;width:40px;height:40px;position:absolute;left:59.5%;top:48%;background-size:cover}@media(min-width:1024px)and (max-width:1279px){.about-us-content .features-image-coin-three[data-v-41e3c5e7]{left:63.5%}}@media(min-width:768px)and (max-width:1023px){.about-us-content .features-image-coin-three[data-v-41e3c5e7]{width:25px;height:25px;left:60.5%}}@media(max-width:767px){.about-us-content .features-image-coin-three[data-v-41e3c5e7]{width:22px;height:22px;left:43.5%;top:45%}}.about-us-content .features-image-coin-four[data-v-41e3c5e7]{background:url(/img/animation-coin.eda16cbd.gif) no-repeat 50%;width:35px;height:35px;position:absolute;left:61%;top:44%;background-size:cover}@media(min-width:1024px)and (max-width:1279px){.about-us-content .features-image-coin-four[data-v-41e3c5e7]{left:65%}}@media(min-width:768px)and (max-width:1023px){.about-us-content .features-image-coin-four[data-v-41e3c5e7]{width:23px;height:23px;left:62%}}@media(max-width:767px){.about-us-content .features-image-coin-four[data-v-41e3c5e7]{width:23px;height:23px;left:45%;top:40%}}.about-us-content .features-image-coin-five[data-v-41e3c5e7]{background:url(/img/animation-coin.eda16cbd.gif) no-repeat 50%;width:25px;height:25px;position:absolute;left:60%;top:41%;background-size:cover}@media(min-width:1024px)and (max-width:1279px){.about-us-content .features-image-coin-five[data-v-41e3c5e7]{left:64%}}@media(min-width:768px)and (max-width:1023px){.about-us-content .features-image-coin-five[data-v-41e3c5e7]{width:15px;height:15px;left:61%}}@media(max-width:767px){.about-us-content .features-image-coin-five[data-v-41e3c5e7]{width:20px;height:20px;left:83.7%;top:50%}}.about-us-content .features-image-coin-six[data-v-41e3c5e7]{background:url(/img/animation-coin.eda16cbd.gif) no-repeat 50%;width:36px;height:36px;position:absolute;left:87.4%;top:53%;background-size:cover}@media(min-width:1024px)and (max-width:1279px){.about-us-content .features-image-coin-six[data-v-41e3c5e7]{display:none}}@media(min-width:768px)and (max-width:1023px){.about-us-content .features-image-coin-six[data-v-41e3c5e7]{width:23px;height:23px;left:87.3%;top:50.8%}}@media(max-width:767px){.about-us-content .features-image-coin-six[data-v-41e3c5e7]{width:15px;height:15px;left:44%;top:39%}}.about-us-content .features-image-chest[data-v-41e3c5e7]{background:url(/img/golden-chest.33d5cb6d.svg) no-repeat 50%;width:35px;height:30px;position:absolute;left:87.5%;top:55%;background-size:cover}@media(min-width:1024px)and (max-width:1279px){.about-us-content .features-image-chest[data-v-41e3c5e7]{display:none}}@media(min-width:768px)and (max-width:1023px){.about-us-content .features-image-chest[data-v-41e3c5e7]{width:20px;height:20px;left:87.5%;top:53%}}@media(max-width:767px){.about-us-content .features-image-chest[data-v-41e3c5e7]{width:15px;height:15px;left:84.5%;top:53%}.about-us-content .features-image[data-v-41e3c5e7]{max-height:233px;background:url(/img/feature-bg.e920a2f9.png) no-repeat 100%;margin:70px auto 0;background-size:140%;max-width:400px}}@media(min-width:768px)and (max-width:1023px){.about-us-content .features-image[data-v-41e3c5e7]{max-height:352px;background:url(/img/feature-bg.e920a2f9.png) no-repeat 50%;margin:120px auto 0;background-size:contain}}.about-us-content .banner[data-v-41e3c5e7]{position:relative}.about-us-content .banner-smiles-top[data-v-41e3c5e7]{position:absolute;background:url(/img/smiles.97d9e14b.gif);width:100px;height:60px;background-size:cover;top:30%;left:19%}@media(min-width:768px)and (max-width:1023px){.about-us-content .banner-smiles-top[data-v-41e3c5e7]{top:19%}}@media(max-width:767px){.about-us-content .banner-smiles-top[data-v-41e3c5e7]{top:25%}}.about-us-content .banner-smiles-bottom[data-v-41e3c5e7]{position:absolute;background:url(/img/smiles.97d9e14b.gif);width:100px;height:60px;background-size:cover;top:89%;right:17%}@media(min-width:1024px)and (max-width:1279px){.about-us-content .banner-smiles-bottom[data-v-41e3c5e7]{top:95%}}@media(min-width:768px)and (max-width:1023px){.about-us-content .banner-smiles-bottom[data-v-41e3c5e7]{top:90%}}@media(max-width:767px){.about-us-content .banner-smiles-bottom[data-v-41e3c5e7]{top:80%}}@media(max-width:420px){.about-us-content .banner-smiles-bottom[data-v-41e3c5e7]{top:90%}}@media(max-width:290px){.about-us-content .banner-smiles-bottom[data-v-41e3c5e7]{top:100%}}.about-us-content .banner-wrapper[data-v-41e3c5e7]{max-width:809px;margin-top:120px;height:300px;width:100%;text-align:center}.about-us-content .banner-wrapper h2[data-v-41e3c5e7],.about-us-content .banner-wrapper span[data-v-41e3c5e7]{max-width:805px}.about-us-content .banner-wrapper .text[data-v-41e3c5e7],.about-us-content .banner-wrapper h2[data-v-41e3c5e7]{font-family:Space Mono;font-style:normal;font-weight:700;font-size:36px;line-height:113.5%;letter-spacing:-.045em;color:#fff;text-shadow:1px 0 #000,-1px 0 #000,0 1px #000,0 -1px #000;margin:0 auto;margin-top:65px;max-width:400px}.about-us-content .banner-wrapper span[data-v-41e3c5e7]{display:inline-block;font-family:Space Mono;font-style:normal;font-weight:400;font-size:20px;line-height:130%;color:#000;margin-top:70px}@media(max-width:767px){.about-us-content .banner-wrapper span[data-v-41e3c5e7]{font-size:12px;max-width:200px;margin-top:15px}}@media(min-width:768px)and (max-width:1023px){.about-us-content .banner-wrapper span[data-v-41e3c5e7]{font-size:22px;max-width:400px;margin-top:35px}}.button-shadow[data-v-41e3c5e7]{position:absolute;max-width:210px;width:100%;height:58px;border:1px solid #000;left:6px;top:6px;z-index:-1}.slide[data-v-238c894b]{animation:fadeOutAnimation-238c894b .2s ease;animation-iteration-count:1;animation-fill-mode:forwards;display:none}.slide-active[data-v-238c894b]{display:block;animation:fadeInAnimation-238c894b .2s ease;animation-iteration-count:1}@keyframes fadeInAnimation-238c894b{0%{opacity:0}to{opacity:1}}@keyframes fadeOutAnimation-238c894b{0%{opacity:1}to{opacity:0}}.project-name[data-v-0fe23ef0]{line-height:130%;text-align:left;font-family:Space Mono;font-style:normal;font-weight:700;font-size:22px;letter-spacing:-.035em;color:#272727}@media(max-width:767px){.project-name[data-v-0fe23ef0]{font-size:16px}}@media(min-width:768px)and (max-width:1023px){.project-name[data-v-0fe23ef0]{font-size:18px}}@media(min-width:576px)and (max-width:767px){.project-name[data-v-0fe23ef0]{font-size:14px}}.project-dates[data-v-0fe23ef0]{font-weight:600;font-size:13px;line-height:130%;color:#fff;padding-top:5px;text-align:left}@media(max-width:767px){.project-dates[data-v-0fe23ef0]{font-size:11px}}@media(min-width:768px)and (max-width:1023px){.project-dates[data-v-0fe23ef0]{font-size:11px}}.project-type[data-v-0fe23ef0]{position:absolute;display:flex;gap:10px;bottom:5px;left:15px}.project-type div[data-v-0fe23ef0]{display:flex;min-height:22px;padding:0 12px;font-family:Space Mono;font-style:normal;font-weight:700;font-size:12px;align-items:center;text-align:center;letter-spacing:.04em;text-transform:uppercase;color:#000;background:#b6dc2b;border:.5px solid #000}.project-card-bg-wrapper[data-v-0fe23ef0]{box-sizing:border-box;width:412px;height:auto;box-shadow:0 0 65px rgba(0,0,0,.25);text-align:center;cursor:pointer;background:#e5e7eb;box-shadow:0 1px 4px rgba(0,0,0,.25);z-index:2}@media(max-width:767px){.project-card-bg-wrapper[data-v-0fe23ef0]:nth-child(2n),.project-card-bg-wrapper[data-v-0fe23ef0]:nth-child(2n-1){margin-right:0}}@media(max-width:696px){.project-card-bg-wrapper[data-v-0fe23ef0]{margin-left:0;margin-right:0}}@media(max-width:1023px){.project-card-bg-wrapper[data-v-0fe23ef0]{width:340px;height:226px}}@media(max-width:767px){.project-card-bg-wrapper[data-v-0fe23ef0]{width:294px;height:200px}}@media(max-width:359px){.project-card-bg-wrapper[data-v-0fe23ef0]{width:100%}}@media(max-width:660px)and (min-width:360px){.project-card-bg-wrapper[data-v-0fe23ef0]{width:100%;height:100%}}.project-card-content[data-v-0fe23ef0]{position:relative;width:100%;height:100%}.project-card-content .state-label[data-v-0fe23ef0]{margin:6px 15px;position:absolute;bottom:5px;right:0;font-family:Space Mono;font-style:normal;font-weight:400;font-size:12px;align-items:start;width:-moz-fit-content;width:fit-content;letter-spacing:.105em;text-transform:uppercase;color:#fff;text-shadow:1px 0 #000,-1px 0 #000,0 1px #000,0 -1px #000}.project-card-content .state-label-text[data-v-0fe23ef0]{position:relative;z-index:1}.project-card-content .state-label-text-shadow[data-v-0fe23ef0]{top:0;margin-top:-13px;margin-left:3px;z-index:0}.project-card-content .state-label-ball[data-v-0fe23ef0]{position:absolute;border-radius:50px;width:10px;height:10px;background:linear-gradient(171.5deg,#15ffff 6.5%,#ffdb1a 129.21%);border:.5px solid #000;align-items:start;margin-left:-15px;margin-top:1px;z-index:1}.project-card-content .state-label-ball-shadow[data-v-0fe23ef0]{position:absolute;background:#fff;border-radius:50px;width:10px;height:10px;margin-left:-13px;margin-top:2px;border:.5px solid #000;z-index:0}.project-card-img[data-v-0fe23ef0]{height:281px;background:radial-gradient(50% 50% at 50% 50%,#3c3d46 1.56%,#1a1b1d 100%) no-repeat 50%;background-size:cover;position:relative}@media(max-width:767px){.project-card-img[data-v-0fe23ef0]{height:140px}}@media(min-width:768px)and (max-width:1023px){.project-card-img[data-v-0fe23ef0]{height:153px}}@media(max-width:660px)and (min-width:360px){.project-card-img[data-v-0fe23ef0]{width:100%;height:40vw}}.project-card-meta[data-v-0fe23ef0]{display:flex;justify-content:space-between;padding:25px}@media(max-width:767px){.project-card-meta[data-v-0fe23ef0]{align-items:center;padding:16px}}@media(min-width:768px)and (max-width:1023px){.project-card-meta[data-v-0fe23ef0]{padding:20px}}@media(max-width:660px)and (min-width:360px){.project-card-meta[data-v-0fe23ef0]{padding:4vw 16px}}.project-card-meta-left-side[data-v-0fe23ef0]{display:flex;flex-flow:column;align-items:flex-start;align-self:center}@media(max-width:767px){.project-card-meta-left-side[data-v-0fe23ef0]{padding-left:14px}}.project-card-meta-right-side[data-v-0fe23ef0]{align-self:flex-start}@media(max-width:767px){.project-card-meta-right-side[data-v-0fe23ef0]{padding-right:13px}}@media(min-width:768px)and (max-width:1023px){.project-card-meta-right-side[data-v-0fe23ef0]{padding-right:13px}}.project-card-meta-right-side button[data-v-0fe23ef0]{background:#272727;box-shadow:0 4px 4px rgba(0,0,0,.25);max-width:117px;max-height:38px;padding:8px 26px 10px;font-family:Space Mono;font-style:normal;font-weight:400;font-size:16px;line-height:130%;letter-spacing:-.045em;text-transform:uppercase;color:#fff}@media(max-width:767px){.project-card-meta-right-side button[data-v-0fe23ef0]{font-size:12px}}.carousel[data-v-194b79d9]{position:relative;height:100%;z-index:11}.carousel-nav[data-v-194b79d9]{display:flex;justify-content:center;position:absolute;color:#fff;right:50px;bottom:-50px;z-index:30}@media(max-width:767px){.carousel-nav[data-v-194b79d9]{left:50%;transform:translate(-50%)}}.carousel-nav .dot[data-v-194b79d9]{width:80px;height:8px;background:#c4c4c4;border-radius:5px;cursor:pointer}.carousel-nav .dot[data-v-194b79d9]:not(:first-child){margin-left:10px}@media(max-width:767px){.carousel-nav .dot[data-v-194b79d9]{width:45px;height:4px}}.carousel-nav .dot-active[data-v-194b79d9]{background:linear-gradient(72.12deg,#4d4d4d 2.57%,#121212 126.49%);box-shadow:0 4px 4px rgba(0,0,0,.25)}.no-animation__card[data-v-bd2b0e74]{font-weight:500;font-size:var(--6ba3c231);line-height:1.5;display:block;color:var(--a3f51920);font-family:Space Mono;font-style:normal;font-weight:700;font-size:34px;line-height:124%;letter-spacing:-.005em;color:#464646}@media(max-width:767px){.no-animation__card[data-v-bd2b0e74]{text-align:center;font-size:18px}}@media(min-width:768px)and (max-width:1023px){.no-animation__card[data-v-bd2b0e74]{font-size:18px}}.flip-clock[data-v-bd2b0e74]{text-align:center;perspective:600px;margin-left:3px}@media(max-width:767px){.flip-clock[data-v-bd2b0e74]{text-align:left}}.flip-clock[data-v-bd2b0e74] *,.flip-clock[data-v-bd2b0e74] :after,.flip-clock[data-v-bd2b0e74] :before{box-sizing:border-box}.flip-clock__piece[data-v-bd2b0e74]{display:inline-block;margin:0 .2vw;position:relative;width:77px;padding:18px 7px 10px;background:#d9d9d9}@media(max-width:767px){.flip-clock__piece[data-v-bd2b0e74]{padding:11px 7px 2px;width:44px;height:55px}}@media(min-width:768px)and (max-width:1023px){.flip-clock__piece[data-v-bd2b0e74]{padding:11px 7px 2px;width:44px;height:55px}}@media(min-width:1000px){.flip-clock__piece[data-v-bd2b0e74]{margin:0 3px}}.flip-clock__slot[data-v-bd2b0e74]{font-size:1rem;display:block;color:var(--a2a9996e);font-weight:600;margin-top:-5px;font-family:Space Mono;font-style:normal;font-weight:400;font-size:12px;line-height:18px;text-transform:uppercase;text-align:center;color:#1c1d23;opacity:.7}@media(max-width:767px){.flip-clock__slot[data-v-bd2b0e74]{font-size:8px}}@media(min-width:768px)and (max-width:1023px){.flip-clock__slot[data-v-bd2b0e74]{font-size:8px}}.flip-card[data-v-bd2b0e74]{display:block;position:relative;padding-bottom:.72em;font-size:2.25rem;line-height:.95}@media(min-width:1000px){.flip-card[data-v-bd2b0e74]{font-size:3rem}}.flip-card__back-bottom[data-v-bd2b0e74],.flip-card__back[data-v-bd2b0e74]:after,.flip-card__back[data-v-bd2b0e74]:before,.flip-card__bottom[data-v-bd2b0e74],.flip-card__top[data-v-bd2b0e74]{display:block;height:.72em;color:var(--a3f51920);background:var(--3a71cff5);padding:.23em .15em .4em;border-radius:.15em .15em 0 0;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform-style:preserve-3d;width:2.1em}.flip-card__back-4digits[data-v-bd2b0e74]:after,.flip-card__back-4digits[data-v-bd2b0e74]:before,.flip-card__back-bottom-4digits[data-v-bd2b0e74],.flip-card__bottom-4digits[data-v-bd2b0e74],.flip-card__top-4digits[data-v-bd2b0e74]{display:block;color:var(--a3f51920);background:var(--3a71cff5);padding:.23em .15em .4em;border-radius:.15em .15em 0 0;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform-style:preserve-3d;width:2.65em;height:.72em}.flip-card__back-bottom-4digits[data-v-bd2b0e74],.flip-card__back-bottom[data-v-bd2b0e74],.flip-card__bottom-4digits[data-v-bd2b0e74],.flip-card__bottom[data-v-bd2b0e74]{color:var(--2b395aa8);position:absolute;top:50%;left:0;border-top:1px solid #000;background:var(--a116e04c);border-radius:0 0 .15em .15em;pointer-events:none;overflow:hidden;z-index:2}.flip-card__back-bottom-4digits[data-v-bd2b0e74],.flip-card__back-bottom[data-v-bd2b0e74]{z-index:1}.flip-card__back-bottom-4digits[data-v-bd2b0e74]:after,.flip-card__back-bottom[data-v-bd2b0e74]:after,.flip-card__bottom-4digits[data-v-bd2b0e74]:after,.flip-card__bottom[data-v-bd2b0e74]:after{display:block;margin-top:-.72em}.flip-card__back-4digits[data-v-bd2b0e74]:before,.flip-card__back-bottom-4digits[data-v-bd2b0e74]:after,.flip-card__back-bottom[data-v-bd2b0e74]:after,.flip-card__back[data-v-bd2b0e74]:before,.flip-card__bottom-4digits[data-v-bd2b0e74]:after,.flip-card__bottom[data-v-bd2b0e74]:after{content:attr(data-value)}.flip-card__back-4digits[data-v-bd2b0e74],.flip-card__back[data-v-bd2b0e74]{position:absolute;top:0;height:100%;left:0;pointer-events:none}.flip-card__back-4digits[data-v-bd2b0e74]:before,.flip-card__back[data-v-bd2b0e74]:before{position:relative;overflow:hidden;z-index:-1}.flip .flip-card__back-4digits[data-v-bd2b0e74]:before,.flip .flip-card__back[data-v-bd2b0e74]:before{z-index:1;animation:flipTop-bd2b0e74 .3s cubic-bezier(.37,.01,.94,.35);animation-fill-mode:both;transform-origin:center bottom}.flip .flip-card__bottom-4digits[data-v-bd2b0e74],.flip .flip-card__bottom[data-v-bd2b0e74]{transform-origin:center top;animation-fill-mode:both;animation:flipBottom-bd2b0e74 .6s cubic-bezier(.15,.45,.28,1)}@keyframes flipTop-bd2b0e74{0%{transform:rotateX(0deg);z-index:2}0%,99%{opacity:1}to{transform:rotateX(-90deg);opacity:0}}@keyframes flipBottom-bd2b0e74{0%,50%{z-index:-1;transform:rotateX(90deg);opacity:0}51%{opacity:1}to{opacity:1;transform:rotateX(0deg);z-index:5}}.timer-wrapper[data-v-6bcbb8d5]{border-radius:4px;display:flex;justify-content:flex-start;align-items:center;max-width:510px}@media(max-width:767px){.timer-wrapper[data-v-6bcbb8d5]{box-sizing:border-box}}.timer-wrapper.without-bg[data-v-6bcbb8d5]{background:none;box-shadow:none;padding-left:0}@media(max-width:767px){.timer-wrapper.without-bg[data-v-6bcbb8d5]{padding-right:0;margin-left:0;flex-direction:row;padding-top:10px}}.timer-wrapper .ended[data-v-6bcbb8d5]{font-family:Space Mono;font-style:normal;font-weight:400;line-height:12px;min-width:63px}.no-rotate-text[data-v-6bcbb8d5],.state-label-text[data-v-6bcbb8d5]{position:relative;font-family:Space Mono;font-style:normal;font-weight:700;font-size:14px;line-height:130%;display:flex;align-items:center;text-align:center;text-transform:uppercase;color:#fff;text-shadow:1px 0 #000,-1px 0 #000,0 1px #000,0 -1px #000;z-index:1}@media(min-width:768px)and (max-width:1023px){.no-rotate-text[data-v-6bcbb8d5],.state-label-text[data-v-6bcbb8d5]{font-size:9px}}@media(max-width:767px){.no-rotate-text[data-v-6bcbb8d5],.state-label-text[data-v-6bcbb8d5]{font-size:9px}}.no-rotate-text-shadow[data-v-6bcbb8d5],.state-label-text-shadow[data-v-6bcbb8d5]{position:absolute;top:1.5px;left:1.5px;z-index:-1;width:100%}.no-rotate-wrapper[data-v-6bcbb8d5],.state-label-wrapper[data-v-6bcbb8d5]{display:flex;flex-flow:column;justify-content:center;background:linear-gradient(72.12deg,#4d4d4d 2.57%,#121212 126.49%);padding:24px 9px;font-family:Space Mono;font-style:normal;font-weight:700;font-size:12px;line-height:12px;text-transform:uppercase;width:63px;height:35px}@media(min-width:768px)and (max-width:1023px){.no-rotate-wrapper[data-v-6bcbb8d5],.state-label-wrapper[data-v-6bcbb8d5]{padding:10px 2px;width:40px;height:35px;align-items:center;font-size:8px;line-height:10px}}@media(max-width:767px){.no-rotate-wrapper[data-v-6bcbb8d5],.state-label-wrapper[data-v-6bcbb8d5]{flex-flow:row;padding:10px 2px;width:40px;height:35px;align-items:center;font-size:8px;line-height:10px}}.ended[data-v-6bcbb8d5]{color:#000;font-size:24px}@media(max-width:1023px){.ended[data-v-6bcbb8d5]{font-size:16px;font-weight:500;letter-spacing:.1em}}.ended-ago-label[data-v-6bcbb8d5]{font-size:16px}.heading[data-v-428f5e49]{color:#fff;font-family:Space Mono;font-style:normal;font-weight:700;font-size:58px;line-height:90px;letter-spacing:-.005em}@media(max-width:767px){.heading[data-v-428f5e49]{font-size:44px;line-height:44px}}@media(min-width:768px)and (max-width:1023px){.heading[data-v-428f5e49]{font-size:50px;line-height:50px}}.no-projects[data-v-428f5e49]{font-family:Space Mono;font-style:normal;font-weight:400;font-size:28px;margin-top:100px}@media(max-width:1279px){.no-projects[data-v-428f5e49]{font-size:20px;margin-top:70px}}@media(max-width:767px){.no-projects[data-v-428f5e49]{font-size:15px;margin-top:55px}}.and-much-more-wrapper[data-v-428f5e49]{display:flex;justify-content:center;margin-top:115px;position:relative;height:56px;margin-bottom:-100px}@media(max-width:767px){.and-much-more-wrapper[data-v-428f5e49]{margin-top:55px}}@media(min-width:768px)and (max-width:1023px){.and-much-more-wrapper[data-v-428f5e49]{margin-top:55px}}.and-much-more-wrapper-text[data-v-428f5e49]{position:relative;z-index:1}.and-much-more-wrapper-text-shadow[data-v-428f5e49]{position:absolute;top:4px;left:1.5px;z-index:-1;width:100%}.and-much-more-wrapper a[data-v-428f5e49]{position:relative;text-decoration:none;background:linear-gradient(72.12deg,#4d4d4d 2.57%,#121212 126.49%);box-shadow:0 4px 4px rgba(0,0,0,.25);max-height:none;padding:15px 50px;font-family:Space Mono;font-style:normal;font-weight:400;font-size:22px;line-height:130%;max-width:260px;letter-spacing:.105em;text-transform:uppercase;color:#fff;text-shadow:1px 0 #000,-1px 0 #000,0 1px #000,0 -1px #000}@media(max-width:1023px){.and-much-more-wrapper a[data-v-428f5e49]{border:1px solid #000;font-size:14px;line-height:130%;padding:17px 28px}}.active-projects-wrapper[data-v-428f5e49]{display:flex;justify-content:center;align-items:center}@media(max-width:696px){.active-projects-wrapper[data-v-428f5e49]{flex-direction:column}}@media(min-width:768px){.active-projects-wrapper[data-v-428f5e49]{flex-wrap:wrap}}@media(min-width:576px)and (max-width:767px){.active-projects-wrapper[data-v-428f5e49]{flex-wrap:wrap}}.about-us-block[data-v-428f5e49],.completed-projects[data-v-428f5e49]{display:grid;grid-template-columns:1fr 1fr 1fr;margin-top:40px;min-width:100%;width:100%;gap:16px}@media(max-width:696px){.about-us-block[data-v-428f5e49],.completed-projects[data-v-428f5e49]{flex-direction:column}}@media(min-width:576px)and (max-width:767px){.about-us-block[data-v-428f5e49],.completed-projects[data-v-428f5e49]{flex-wrap:wrap}}@media(max-width:767px){.about-us-block[data-v-428f5e49],.completed-projects[data-v-428f5e49]{grid-template-columns:1fr}}@media(max-width:660px){.about-us-block[data-v-428f5e49],.completed-projects[data-v-428f5e49]{grid-template-columns:1fr!important}}@media(min-width:576px)and (max-width:1279px){.about-us-block[data-v-428f5e49],.completed-projects[data-v-428f5e49]{grid-template-columns:1fr 1fr}}.about-us-block-wrapper[data-v-428f5e49],.completed-projects-wrapper[data-v-428f5e49]{display:flex;align-items:center;justify-content:center;flex-direction:column;max-width:1280px;position:relative;margin-top:100px}@media(max-width:767px){.about-us-block-wrapper[data-v-428f5e49],.completed-projects-wrapper[data-v-428f5e49]{margin-top:40px;align-items:flex-start}}.about-us-block-upper-image[data-v-428f5e49],.completed-projects-upper-image[data-v-428f5e49]{background:url(/img/completed-projects-upper-image.387fa456.svg) no-repeat 50%;position:absolute;top:-33px;left:65px;width:253px;height:233px}@media(max-width:767px){.about-us-block-upper-image[data-v-428f5e49],.completed-projects-upper-image[data-v-428f5e49]{top:44px;right:-31px;left:unset}}.about-us-block-bottom-image[data-v-428f5e49],.completed-projects-bottom-image[data-v-428f5e49]{background:url(/img/completed-projects-bottom-image.5936a87d.svg) no-repeat 50%;position:absolute;width:253px;height:233px;bottom:-25px;right:-31px}.about-us-block[data-v-428f5e49]{max-width:1000px;color:#fff;font-size:18px;line-height:22px;letter-spacing:.05em;justify-content:flex-start}.about-us-block p[data-v-428f5e49]{margin:0 0 20px}.sub-title[data-v-428f5e49]{color:#fff;font-family:Space Mono,sans-serif;font-weight:400;font-size:24px;line-height:130%;margin-top:15px;max-width:940px;text-align:center}@media(max-width:767px){.sub-title[data-v-428f5e49]{font-size:18px}}@media(min-width:768px)and (max-width:1023px){.sub-title[data-v-428f5e49]{font-size:20px;margin-top:10px}}.title-wrapper[data-v-428f5e49]{align-self:start;font-family:Space Mono;font-style:normal;font-weight:700;font-size:48px;line-height:130%;display:flex;align-items:center;text-align:center;letter-spacing:-.075em;background:linear-gradient(142.91deg,#080607 -32.36%,#374544 68.18%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}@media(min-width:768px)and (max-width:1023px){.title-wrapper h1[data-v-428f5e49]{font-size:36px}}.title-wrapper.centered[data-v-428f5e49]{align-self:center}.details-button button[data-v-428f5e49]{position:relative;margin-top:41px;background:linear-gradient(180deg,#6affce,#79f6b6);border:.7px solid #000;box-shadow:0 4px 4px rgba(0,0,0,.15);max-height:none;padding:15px 50px;font-family:Space Mono;font-style:normal;font-weight:400;font-size:22px;line-height:130%;letter-spacing:.105em;text-transform:uppercase;color:#fff}@media(max-width:767px){.details-button button[data-v-428f5e49]{font-size:16px;padding:13px 30px}}@media(min-width:768px)and (max-width:1023px){.details-button button[data-v-428f5e49]{font-size:15px;padding:11px 25px;margin-top:27px}}.brawl[data-v-428f5e49]{letter-spacing:-4px}.banners[data-v-428f5e49]{margin-top:120px;box-shadow:0 0 65px rgba(0,0,0,.3);background:radial-gradient(55.22% 90.9% at 50.79% 44.82%,#454852 0,#1d2026 100%) no-repeat;background-size:cover;border-radius:10px;display:flex;position:relative;justify-content:center;padding-top:45px;padding-bottom:210px;transition:all .5s ease}@media(max-width:767px){.banners[data-v-428f5e49]{padding-top:25px;overflow:hidden;background-size:cover;background-position:50% 50%;margin-top:40px}}@media(min-width:768px)and (max-width:1023px){.banners[data-v-428f5e49]{max-height:305px}}@media(min-width:768px)and (max-width:1439px){.banners[data-v-428f5e49]{padding-left:20px;padding-right:20px}}@media(min-width:1280px){.banners[data-v-428f5e49]{min-height:325px}}.banners .carousel-wrapper[data-v-428f5e49]{position:relative;max-width:1200px;width:100%}@media(max-width:767px){.banners .carousel-wrapper[data-v-428f5e49] .carousel-nav{top:0;transform:translateY(75%)}}.button-shadow[data-v-428f5e49]{position:absolute;max-width:320px;width:100%;height:58px;border:1px solid #000;left:6px;top:6px;z-index:-1}@media(max-width:767px){.button-shadow[data-v-428f5e49]{height:48px}}@media(min-width:768px)and (max-width:1023px){.button-shadow[data-v-428f5e49]{height:44px}}.button-shadow-completed[data-v-428f5e49]{position:absolute;max-width:320px;width:100%;height:58px;border:1px solid #000;left:6px;top:6px;z-index:-1}@media(max-width:767px){.button-shadow-completed[data-v-428f5e49]{height:56px}}@media(min-width:768px)and (max-width:1023px){.button-shadow-completed[data-v-428f5e49]{height:56px}}.secondary[data-v-428f5e49]{position:relative;font-family:Space Mono;font-style:normal;font-weight:400;font-size:22px;line-height:130%;max-width:260px;letter-spacing:.105em;text-transform:uppercase;color:#fff;text-shadow:1px 0 #000,-1px 0 #000,0 1px #000,0 -1px #000}.back[data-v-428f5e49]{background:linear-gradient(180deg,#6affce,#79f6b6)}.logo-wrapper[data-v-2b1c42b9]{position:relative;top:0;left:0}.project-participated-logo[data-v-2b1c42b9]{margin-right:15px;height:45px;border-radius:50%}.project-participated-logo-blockchain[data-v-2b1c42b9]{width:75%}.project-participated-logo-blockchain-bg[data-v-2b1c42b9]{border-radius:50%;background-color:#aaa;height:20px;width:20px;position:absolute;right:12px;bottom:2px;display:flex;justify-content:center;align-items:center}.investments-wrapper[data-v-54007ca0]{position:relative;width:100%;max-width:1280px}.investments-wrapper .behind-table-bg[data-v-54007ca0]{position:absolute;top:-72px;right:210px;z-index:5;background-image:url(/img/investments_behind_table_bg.b5e6f0fd.svg);width:237px;height:219px}@media(min-width:768px)and (max-width:1023px){.investments-wrapper .behind-table-bg[data-v-54007ca0]{background-image:url(/img/investments_behind_table_bg_pad.258839fd.svg);width:181px;height:181px;top:-60px;right:60px}}@media(max-width:767px){.investments-wrapper .behind-table-bg[data-v-54007ca0]{background-image:url(/img/investments_behind_table_bg_mobile.702183f4.svg);width:136px;height:136px;top:-45px;right:45px}}.table-wrapper[data-v-54007ca0]{position:relative;min-width:auto;width:100%;display:block;overflow-x:scroll}.investments-table[data-v-54007ca0]{border-collapse:collapse;margin:0 auto;min-width:1280px;overflow:hidden;z-index:10;position:relative}@media(max-width:767px){.investments-table[data-v-54007ca0]{min-width:auto;width:100%;display:block;overflow-x:scroll}}.investments-table thead[data-v-54007ca0]{background:#fff;border-top:1px solid #000;border-left:1px solid #000;border-right:1px solid #000;height:51px}.investments-table thead th[data-v-54007ca0]{font-weight:400;font-size:20px;line-height:30px;letter-spacing:-.05em;color:#272727;font-style:normal;width:170px}@media(max-width:767px){.investments-table thead th[data-v-54007ca0]{font-size:16px;padding:0 25px}}.investments-table tbody[data-v-54007ca0]{background:#e5e7eb;border:1px solid #000}@keyframes sweep-54007ca0{to{transform:translateX(100%)}}.investments-table tbody .px-25[data-v-54007ca0]{padding-left:25px!important;padding-right:25px!important}.investments-table tbody .skeleton-loading[data-v-54007ca0]{position:relative;overflow:hidden;background-color:#ccc;background-size:1000%;background-position:100%;border-radius:20px;max-width:150px;width:100%;height:12px}.investments-table tbody .skeleton-loading[data-v-54007ca0]:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateX(-100%);background-image:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.2) 20%,hsla(0,0%,100%,.5) 60%,hsla(0,0%,100%,0));animation:sweep-54007ca0 2s infinite;content:""}.investments-table tbody .skeleton-loading--secondary[data-v-54007ca0]{width:70%;max-width:100px;margin-top:10px}.investments-table tbody .skeleton-loading--circle[data-v-54007ca0]{width:50px;height:50px;border-radius:50%}.investments-table tbody tr.sep hr[data-v-54007ca0]{width:92%;border:0;height:1px;background:#e8e8e8}.investments-table tbody tr.sep[data-v-54007ca0]:last-child{display:none}.investments-table tbody tr[data-v-54007ca0]:not(.sep){height:122px}.investments-table tbody tr:not(.sep) .project-participated-cell[data-v-54007ca0]{font-size:18px;line-height:27px;text-align:center}@media(max-width:767px){.investments-table tbody tr:not(.sep) .project-participated-cell[data-v-54007ca0]{font-size:14px}}.investments-table tbody tr:not(.sep) .project-participated-cell .block[data-v-54007ca0]{display:block}.investments-table tbody tr:not(.sep) .project-participated-cell.title[data-v-54007ca0]{padding-left:35px;text-align:left}.investments-table tbody tr:not(.sep) .empty-row__text[data-v-54007ca0]{font-size:18px;line-height:27px;align-items:center;text-align:center}.investments-table tbody tr:not(.sep) .logo-cell-wrapper[data-v-54007ca0]{font-style:normal;font-weight:500;font-size:18px;line-height:130%;align-items:center;display:flex;flex-wrap:nowrap;margin-left:47px;text-decoration:none;position:relative;color:initial}@media(max-width:767px){.investments-table tbody tr:not(.sep) .logo-cell-wrapper[data-v-54007ca0]{font-size:14px}}.investments-table tbody tr:not(.sep) .logo-cell-wrapper img[data-v-54007ca0],.investments-table tbody tr:not(.sep) .logo-cell-wrapper span[data-v-54007ca0]{display:block}.investments-table tbody tr:not(.sep) .logo-cell-wrapper span[data-v-54007ca0]{line-height:23px}.investments-table tbody tr:not(.sep) .actions-cell[data-v-54007ca0]{padding-right:46px;text-align:center}.investments-table tbody tr:not(.sep) .actions-cell .project-participated-button[data-v-54007ca0]{height:30px;width:100px;text-transform:uppercase;padding:initial;background:linear-gradient(72.12deg,#4d4d4d 2.57%,#121212 126.49%);box-shadow:0 4px 4px rgba(0,0,0,.25)}.hide[data-v-54007ca0]{display:none!important}.investments-header[data-v-452695e0]{font-family:Press Start\ 2P,sans-serif;display:block;font-size:52px;font-weight:400;line-height:114.5%;background:linear-gradient(72.12deg,#4d4d4d 2.57%,#121212 126.49%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}@media(min-width:768px)and (max-width:1023px){.investments-header[data-v-452695e0]{font-size:22px;line-height:50px}}@media(max-width:767px){.investments-header[data-v-452695e0]{font-size:18px;line-height:50px}}.investments-sub-header[data-v-452695e0]{display:block;margin-top:24px;max-width:665px}.squares-one[data-v-452695e0]{position:absolute;background-image:url(/img/squares.9ffcdcf4.svg);top:-271px;right:202px;width:224px;height:208px;z-index:-1}@media(min-width:1280px)and (max-width:1439px){.squares-one[data-v-452695e0]{right:38px}}@media(min-width:1024px)and (max-width:1279px){.squares-one[data-v-452695e0]{right:36px}}@media(min-width:768px)and (max-width:1023px){.squares-one[data-v-452695e0]{display:none}}@media(max-width:767px){.squares-one[data-v-452695e0]{display:none}}.squares-second[data-v-452695e0]{position:absolute;background-image:url(/img/squares.9ffcdcf4.svg);top:-275px;right:206px;width:224px;height:208px;z-index:-1}@media(min-width:1280px)and (max-width:1439px){.squares-second[data-v-452695e0]{right:36px}}@media(min-width:1024px)and (max-width:1279px){.squares-second[data-v-452695e0]{right:36px}}@media(min-width:768px)and (max-width:1023px){.squares-second[data-v-452695e0]{display:none}}@media(max-width:767px){.squares-second[data-v-452695e0]{display:none}}.coin[data-v-452695e0]{background:url(/img/animation-coin.eda16cbd.gif) no-repeat 50%;width:150px;height:150px;position:absolute;top:-245px;right:250px;background-size:cover}@media(min-width:1280px)and (max-width:1439px){.coin[data-v-452695e0]{right:80px}}@media(min-width:1024px)and (max-width:1279px){.coin[data-v-452695e0]{right:80px}}@media(min-width:768px)and (max-width:1023px){.coin[data-v-452695e0]{display:none}}@media(max-width:767px){.coin[data-v-452695e0]{display:none}}.blog-categories-tabs li{color:#9b9b9b;cursor:pointer;display:inline;font-weight:500;font-size:18px;line-height:23px}@media(max-width:1023px){.blog-categories-tabs li{font-size:14px;line-height:18px}}.blog-categories-tabs li:not(:first-child){margin-left:19px}.blog-categories-tabs li.active,.blog-categories-tabs li:hover{color:#000}li[data-v-8f019496]{display:inline;background:#9b9b9b;border-radius:4px;padding:4px 6px;font-weight:600;font-size:10px;line-height:13px;color:#292c32;text-transform:uppercase}li[data-v-8f019496]:not(:first-child){margin-left:6px}ul[data-v-3af348f7]{margin:0 0 11px;padding:0}@font-face{font-family:Press Start\ 2P;font-weight:400;font-style:normal;src:local("Bai Jamjuree"),url(/fonts/PressStart2P-Regular.f8c7d4a0.ttf) format("truetype")}@font-face{font-family:Bai Jamjuree;font-weight:600;font-style:normal;src:local("Bai Jamjuree"),url(/fonts/BaiJamjuree-Medium.bba1a43a.ttf) format("truetype")}@font-face{font-family:Space Mono;font-weight:400;src:local("Space Mono"),url(/fonts/SpaceMono-Regular.9ed7f1f9.ttf) format("truetype")}@font-face{font-family:Space Mono;font-weight:700;font-style:normal;src:local("Space Mono"),url(/fonts/SpaceMono-Bold.14a94d7a.ttf) format("truetype")}.mb-40{margin-bottom:40px}.pb-40{padding-bottom:40px!important}.blog-post-meta-info[data-v-6ac3ebd4]{display:flex}.blog-post-meta-info.space-after-date[data-v-6ac3ebd4]{justify-content:space-between}.blog-post-meta-info .date[data-v-6ac3ebd4]{display:flex;align-items:center}.blog-post-meta-info .date-icon[data-v-6ac3ebd4]{height:15px;width:16px}.blog-post-meta-info .date-text[data-v-6ac3ebd4]{margin-left:6px;font-weight:600;font-size:13px;line-height:17px;color:#828282}.blog-post-meta-info .likes-and-share[data-v-6ac3ebd4]{display:flex}.blog-post-meta-info .likes-and-share .likes[data-v-6ac3ebd4],.blog-post-meta-info .likes-and-share .minutes-to-read[data-v-6ac3ebd4],.blog-post-meta-info .likes-and-share .share[data-v-6ac3ebd4]{display:flex;align-items:center;margin-left:16px}.blog-post-meta-info .likes-and-share .likes-text[data-v-6ac3ebd4],.blog-post-meta-info .likes-and-share .minutes-to-read-text[data-v-6ac3ebd4],.blog-post-meta-info .likes-and-share .share-text[data-v-6ac3ebd4]{margin-left:6px;font-weight:600;font-size:13px;line-height:17px;color:#828282}.blog-card-large-main-content,.blog-post-meta-info .likes-and-share .likes[data-v-6ac3ebd4],.blog-post-meta-info .likes-and-share .share[data-v-6ac3ebd4]{cursor:pointer}.blog-card-large-bg-wrapper{display:flex;background:#292c32;box-shadow:0 4px 4px rgba(0,0,0,.17);border-radius:9px;padding:6px;width:100%;height:447px}.blog-card-large-img{cursor:pointer;width:100%;border-radius:9px;background-size:contain;background-repeat:no-repeat;background-position:50%}.blog-card-large-content-block{padding:33px 36px;min-width:363px;position:relative;width:363px;display:flex;flex-direction:column;justify-content:space-between}.blog-card-large-content-block .title{margin:0;font-weight:700;font-size:32px;line-height:38px;color:#e5e5e5;opacity:.9}.blog-card-large-content-block .short-content p{margin-top:11px;font-weight:400;font-size:14px;line-height:18px;color:#bababa;opacity:.9}.blog-card-large-content-block .link .read-more{font-weight:600;font-size:15px;line-height:19px;background:linear-gradient(79.42deg,#5f4184 -38.96%,#f46a8e 84.27%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.blog-card-main-content{cursor:pointer}.blog-card-bg-wrapper{flex:0 1 auto;background:#292c32;box-shadow:0 4px 4px rgba(0,0,0,.17);border-radius:9px;max-width:394px;padding:6px;position:relative;width:394px;display:flex;flex-direction:column;justify-content:space-between}@media(max-width:1023px){.blog-card-bg-wrapper{width:312px}}.blog-card-bg-wrapper .bottom-content{display:flex;justify-content:space-between;align-items:center;padding-left:21px;padding-right:21px;padding-bottom:10px}@media(max-width:1023px){.blog-card-bg-wrapper .bottom-content{width:270px;bottom:20px;flex-direction:column-reverse;align-items:flex-start}.blog-card-bg-wrapper .bottom-content .link{margin-bottom:10px}}.blog-card-bg-wrapper .bottom-content .link .read-more{font-weight:600;font-size:15px;line-height:19px;background:linear-gradient(79.42deg,#5f4184 -38.96%,#f46a8e 84.27%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.blog-card-img{height:219px;border-radius:9px 9px 0 0;background-size:cover;background-repeat:no-repeat;background-position:50%}@media(max-width:1023px){.blog-card-img{height:166px}}.blog-card-content-block{padding:14px 21px 42px}@media(max-width:1023px){.blog-card-content-block{padding-bottom:10px}}.blog-card-content-block .title{margin:0;font-weight:700;font-size:22px;line-height:26px;color:#e5e5e5;opacity:.9}@media(max-width:1023px){.blog-card-content-block .title{font-size:18px;line-height:22px}.blog-card-content-block .short-content{display:none}}.blog-card-content-block .short-content p{margin-top:11px;font-weight:400;font-size:12px;line-height:18px;color:#bababa;opacity:.9}.blogposts-wrapper{display:flex;flex-wrap:wrap;gap:31px}@media(max-width:1023px){.blogposts-wrapper{gap:17px;justify-content:center}}[data-v-72020125] .top-section-footer{display:none}.no-blogs[data-v-72020125]{top:-200px;position:relative;text-align:center;color:#9b9b9b;font-weight:500}.pagination-list{margin-top:25px;padding-left:0}.pagination-link{display:inline;cursor:pointer;color:#9b9b9b;font-size:20px;font-weight:600;line-height:24px}.pagination-link:not(:first-child){margin-left:15px}.pagination-link.active,.pagination-link:hover{color:#353535}.pagination-link img:disabled path{fill:#6b6b6b}.pagination-link .next-icon,.pagination-link .prev-icon{width:10px}.completed-deals-projects-wrapper[data-v-05f68e67]{display:grid;grid-template-columns:1fr 1fr 1fr;margin-top:40px;min-width:100%;width:100%;gap:16px}@media(max-width:696px){.completed-deals-projects-wrapper[data-v-05f68e67]{flex-direction:column}}@media(min-width:576px)and (max-width:767px){.completed-deals-projects-wrapper[data-v-05f68e67]{flex-wrap:wrap}}@media(max-width:767px){.completed-deals-projects-wrapper[data-v-05f68e67]{grid-template-columns:1fr}}@media(max-width:660px){.completed-deals-projects-wrapper[data-v-05f68e67]{grid-template-columns:1fr!important}}@media(min-width:576px)and (max-width:1279px){.completed-deals-projects-wrapper[data-v-05f68e67]{grid-template-columns:1fr 1fr}}.heading[data-v-05f68e67]{font-size:88px;line-height:80px;max-width:500px;display:inline-block;position:relative;margin-top:-40px}@media(max-width:767px){.heading[data-v-05f68e67]{font-size:48px;line-height:50px}}@media(min-width:768px)and (max-width:1023px){.heading[data-v-05f68e67]{font-size:48px;max-width:400px;line-height:50px;margin-top:0}}.sub-heading[data-v-05f68e67]{max-width:663px;margin-top:11px}@media(min-width:768px)and (max-width:1023px){.sub-heading[data-v-05f68e67]{max-width:400px}}[data-v-0c32f416] .popper{--popper-theme-background-color:#000;--popper-theme-background-color-hover:#000;--popper-theme-text-color:#fff;--popper-theme-border-width:0px;--popper-theme-border-style:solid;--popper-theme-border-radius:6px;--popper-theme-padding:5px;--popper-theme-box-shadow:0 6px 30px -6px rgba(0,0,0,.25);width:-moz-fit-content!important;width:fit-content!important;text-align:center;font-size:16px}.input[data-v-0c32f416]{display:flex;justify-content:center}.input-left[data-v-0c32f416]{border:1px solid #474646;border-radius:7px 0 0 7px;padding:15px 20px 16px 20px;align-items:center;display:flex;justify-content:start;gap:10px;max-width:120px;width:100%;font-family:Space Mono;font-style:normal;font-weight:400;font-size:18px;line-height:130%;text-align:center;color:#141414}.input-left img[data-v-0c32f416]{width:18px;height:16px}.input-right[data-v-0c32f416]{background:#3a3b43;border:1px solid #474646;border-radius:0 7px 7px 0;max-width:640px;width:100%;padding:15px 22px 16px 20px;display:flex;justify-content:center;gap:20px}.input-right input[data-v-0c32f416]{font-family:Bai Jamjuree;font-style:normal;font-weight:300;font-size:18px;line-height:130%;display:flex;align-items:center;letter-spacing:.03em;background:#3a3b43;color:#fff;border:none;outline:none;width:100%}.input-right img[data-v-0c32f416]{cursor:pointer}.title-wrapper[data-v-0c32f416]{display:flex;flex-direction:column;gap:10px;align-items:center}.title-wrapper-text[data-v-0c32f416]{display:flex;justify-content:start;width:100%;max-width:836px;font-family:Space Mono;font-style:normal;font-weight:700;font-size:18px;line-height:130%;align-items:center;text-align:center;letter-spacing:.01em;color:#393a42;margin:75px 0 30px}.inputs-wrapper[data-v-0c32f416]{display:flex;flex-direction:column;gap:10px}.kyc[data-v-0c32f416]{margin-top:75px;border:1px solid #474646;border-radius:7px;padding:15px 20px 16px 20px;justify-content:space-between;gap:10px;width:100%;font-weight:700;text-align:center;letter-spacing:.01em;color:#3a3b43;max-width:806px}.kyc[data-v-0c32f416],.profile-status[data-v-0c32f416]{align-items:center;display:flex;font-family:Bai Jamjuree;font-style:normal;font-size:18px;line-height:130%}.profile-status[data-v-0c32f416]{font-weight:600;letter-spacing:.03em;color:#6d6d6d}.profile-status span[data-v-0c32f416]{margin-left:10px}.profile-status.approved span[data-v-0c32f416]{background:linear-gradient(192.17deg,#3ee0f6 22.25%,rgba(35,127,139,.7) 222.98%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.profile-status .verify-wrapper[data-v-0c32f416]{border-bottom:1px solid #6d6d6d;border-image-slice:1}.profile-status.verify a[data-v-0c32f416]{color:#6d6d6d;text-decoration:none}.profile-status.pending span[data-v-0c32f416]{background:linear-gradient(180deg,#fcb655,#fbb234);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.profile-status.rejected span[data-v-0c32f416]{color:#fa6162}.account-btn[data-v-0c32f416]{font-family:Bai Jamjuree;font-style:normal;font-weight:700;font-size:16px;line-height:130%;position:relative;background:linear-gradient(37.78deg,#08fcab -27.24%,#1bd597 141.76%);box-shadow:0 4px 4px rgba(0,0,0,.15);width:100%;max-width:138px;height:43px;margin-top:48px}.button-shadow[data-v-0c32f416]{position:absolute;width:100%;max-width:136px;height:43px;border:1px solid #000;left:6px;top:6px;z-index:-1}@media(max-width:767px){.button-shadow[data-v-0c32f416]{height:48px}}@media(min-width:768px)and (max-width:1023px){.button-shadow[data-v-0c32f416]{height:44px}}.sub-heading[data-v-0c32f416]{margin-top:10px}.your-referral[data-v-0c32f416]{display:flex;justify-content:center;margin-bottom:120px}@media(max-width:767px){.your-referral[data-v-0c32f416]{flex-direction:column}}.your-referral-left[data-v-0c32f416]{display:flex;flex-direction:column;gap:20px;border:1px solid #39393a;border-radius:7px;padding:34px 47px 24px 41px;max-width:756px;margin-top:20px;width:100%}@media(max-width:767px){.your-referral-left[data-v-0c32f416]{width:calc(100% - 88px)}}.your-referral-left-title[data-v-0c32f416]{font-weight:600;text-align:center;background:linear-gradient(183.74deg,#fcfbfb 15.05%,#bcbcbc 42.5%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.your-referral-left-input[data-v-0c32f416],.your-referral-left-title[data-v-0c32f416]{font-family:Bai Jamjuree;font-style:normal;font-size:18px;line-height:130%;display:flex;align-items:center}.your-referral-left-input[data-v-0c32f416]{background:#3a3b43;border:1px solid #474646;box-shadow:0 0 65px rgba(0,0,0,.1);border-radius:10px;padding:13px 0 16px 17px;justify-content:space-between;font-weight:500;color:#bcbcbc;padding-right:47px;text-align:center}.your-referral-left-input input[data-v-0c32f416]{background:#3a3b43;border:none;outline:none;color:#fff;border-radius:10px;font-family:Bai Jamjuree;font-style:normal;font-weight:400;font-size:20px;line-height:130%;align-items:center;letter-spacing:.03em;max-width:500px;width:100%}.your-referral-left-input div[data-v-0c32f416]{display:flex;align-items:center;min-width:107px;cursor:pointer}.your-referral-left-input div img[data-v-0c32f416]{margin-right:10px}.your-referral-left-text[data-v-0c32f416]{font-family:Bai Jamjuree;font-style:normal;font-weight:400;font-size:14px;line-height:130%;display:flex;align-items:center;letter-spacing:.02em;color:#969696}.your-referral-right[data-v-0c32f416]{display:flex;flex-direction:column;justify-content:center;border:1px solid #39393a;filter:drop-shadow(0 4px 12px rgba(249,100,225,.25));border-radius:7px;max-width:253px;width:100%}@media(max-width:767px){.your-referral-right[data-v-0c32f416]{max-width:706px;height:200px}}.your-referral-right-text[data-v-0c32f416]{font-weight:600;font-size:18px}.your-referral-right-amount[data-v-0c32f416],.your-referral-right-text[data-v-0c32f416]{font-family:Bai Jamjuree;font-style:normal;line-height:130%;display:flex;justify-content:center;align-items:center;background:linear-gradient(183.74deg,#fcfbfb 15.05%,#bcbcbc 42.5%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.your-referral-right-amount[data-v-0c32f416]{font-weight:500;font-size:40px}.privacy-wrapper[data-v-03946f24]{margin:0 auto;max-width:1280px;font-family:Space Mono;font-style:normal;font-weight:700;font-size:24px;line-height:36px;align-items:center;letter-spacing:-.05em;color:#000}@media(max-width:1279px){.privacy-wrapper[data-v-03946f24]{font-size:14px;line-height:21px;max-width:700px;padding:0 25px}}.privacy-wrapper .subtitle[data-v-03946f24],.privacy-wrapper .title[data-v-03946f24]{margin:0}.privacy-wrapper .content-block[data-v-03946f24]{font-weight:400;margin-bottom:45px;margin-top:45px}.privacy-wrapper .content-block[data-v-03946f24]:last-child{margin-bottom:0}.faq-wrapper[data-v-7e844a94]{border-radius:10px;padding:0 100px 115px 120px;margin-top:-100px;word-wrap:break-word;overflow-wrap:break-word}@media(max-width:1023px){.faq-wrapper[data-v-7e844a94]{padding:55px 28px;margin-top:-50px}}@media(max-width:767px){.faq-wrapper[data-v-7e844a94]{padding:55px 12px;margin-top:0}}@media(max-width:575px){.faq-wrapper[data-v-7e844a94]{padding:55px 0;margin-top:0}}.faq-wrapper a[data-v-7e844a94],.faq-wrapper a[data-v-7e844a94]:visited{color:#000}.faq-wrapper .title[data-v-7e844a94]{font-family:Space Mono;font-style:normal;letter-spacing:.05em;font-size:41px;line-height:49px}@media(max-width:767px){.faq-wrapper .title[data-v-7e844a94]{font-size:32px;line-height:38px}}.faq-wrapper .subtitle[data-v-7e844a94]{font-size:24px;line-height:29px}.faq-wrapper .subtitle[data-v-7e844a94],.faq-wrapper .title[data-v-7e844a94]{display:inline-block;font-family:Space Mono;font-style:normal;font-weight:400;margin:0;letter-spacing:.05em;color:#000}.faq-wrapper .content-block[data-v-7e844a94]{color:#000;font-style:normal;font-weight:500;font-size:18px;line-height:22px;letter-spacing:.05em;margin-bottom:45px;margin-top:45px}.faq-wrapper .content-block li[data-v-7e844a94]{padding-bottom:16px}@media(max-width:767px){.faq-wrapper .content-block[data-v-7e844a94]{font-size:16px;line-height:20px}}.faq-wrapper .content-block[data-v-7e844a94]:last-child{margin-bottom:0}.blog-post-wrapper[data-v-d1f69898]{padding:100px 20px 0}@media(max-width:575px){.blog-post-wrapper[data-v-d1f69898]{padding:0}}.blog-post-back[data-v-d1f69898]{margin-bottom:15px}.blog-post-image img[data-v-d1f69898]{width:100%}.blog-post-container[data-v-d1f69898]{margin:68px auto;padding:0 15%}@media(max-width:1279px){.blog-post-container[data-v-d1f69898]{padding:0}}@media(max-width:767px){.blog-post-container[data-v-d1f69898]{padding:0 5%}}.blog-post-title[data-v-d1f69898]{font-weight:700;font-size:44px;line-height:107.5%;color:#000;opacity:.9;margin-top:25px}@media(max-width:575px){.blog-post-title[data-v-d1f69898]{font-size:24px;line-height:120%}}.blog-post-text[data-v-d1f69898]{font-weight:400;font-size:20px;line-height:152.5%;color:#bababa;word-break:break-word}.blog-post-text[data-v-d1f69898] h2{margin-top:1.5em}.blog-post-text[data-v-d1f69898] img{max-width:100%;width:100%}.blog-post-text[data-v-d1f69898] a{color:#bababa;text-decoration:underline}@media(max-width:1023px){.blog-post-text[data-v-d1f69898]{font-size:16px;line-height:152.5%}}@media(max-width:575px){.blog-post-text[data-v-d1f69898]{font-size:14px}}.blog-post-bottom-bar[data-v-d1f69898]{display:flex;align-items:center;margin-top:20px}.input-container[data-v-eeb6243a]{margin-top:30px;max-width:calc(100% - 46px);border-top:.7px solid #b9b9b9;padding:10px 20px;display:flex;justify-content:space-between;align-items:center}.input-container-content[data-v-eeb6243a]{display:flex;flex-direction:column}.input-container-content-balance[data-v-eeb6243a]{font-family:Space Mono;font-style:normal;font-weight:400;font-size:14px;line-height:130%;cursor:pointer;display:flex;align-items:center;color:gray}.input-container-content-input-box[data-v-eeb6243a]{display:flex}.input-container-content-input-box-token[data-v-eeb6243a]{opacity:.7;font-family:Space Mono;font-style:normal;font-weight:700;font-size:32px;line-height:130%;display:flex;align-items:center;color:#353535}.input-container-content-input-box input[data-v-eeb6243a]{font-family:Space Mono,sans-serif;opacity:.7;font-weight:700;background:transparent;border:none;font-size:32px;margin-left:1rem;outline:none;margin-top:-1px;width:100%;-moz-appearance:textfield}.input-container-content-input-box input[data-v-eeb6243a]::-webkit-inner-spin-button,.input-container-content-input-box input[data-v-eeb6243a]::-webkit-outer-spin-button{-webkit-appearance:none}.cta[data-v-eeb6243a]{width:auto;font-family:Space Mono;font-style:normal;font-weight:700;font-size:20px;line-height:124%;display:flex;align-items:center;letter-spacing:.01em;text-transform:capitalize;background:linear-gradient(180deg,#ffd974,#f0b71d);color:#fefefe;box-shadow:none}.modal-mask[data-v-3d5945a9]{position:fixed;inset:0;background:rgba(0,0,0,.4);display:grid;place-items:center;z-index:100}.modal-mask header[data-v-3d5945a9]{padding:0 1rem;font-family:Space Mono;font-style:normal;font-weight:400;font-size:18px;line-height:27px;display:flex;align-items:center;letter-spacing:-.04em;background:linear-gradient(142.91deg,#080607 -32.36%,#374544 68.18%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.modal-mask-container[data-v-3d5945a9]{position:relative;max-width:calc(570px - 4rem);padding:3rem 2rem;background:#e5e7eb}.modal-mask-container-close[data-v-3d5945a9]{position:absolute;top:1rem;right:1rem;cursor:pointer}.modal-mask-container-content[data-v-3d5945a9]{display:flex;flex-direction:row;justify-content:center;gap:10px;max-width:calc(450px - 2rem);width:100%;margin:2rem auto;padding:2rem;background:#fff}.modal-mask-container-content-left[data-v-3d5945a9]{position:relative;width:100px}.modal-mask-container-content-left-torch[data-v-3d5945a9]{background:url(/img/torch.dab886a0.gif) no-repeat 50%;width:80px;height:130px;position:absolute;top:-35px;background-size:cover}.modal-mask-container-content-right[data-v-3d5945a9]{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;line-height:1.5rem}.modal-mask-container-content-right-points[data-v-3d5945a9]{margin-top:10px;font-family:Space Mono;font-style:normal;font-weight:700;font-size:30px;line-height:38px;display:flex;align-items:center;text-align:center;letter-spacing:.025em;background:linear-gradient(180deg,#4f5463,#1e1f23);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.modal-mask-container-button[data-v-3d5945a9]{margin-top:35px;background:linear-gradient(180deg,#fcb655,#fbb234);width:100%;height:60px;font-family:Space Mono;font-style:normal;font-weight:700;font-size:20px;line-height:124%;border:none;display:flex;justify-content:center;align-items:center;letter-spacing:.01em;text-transform:uppercase;color:#fefefe;cursor:pointer}.modal-mask-container-button[data-v-3d5945a9]:disabled{background:#777!important;color:#ccc;cursor:help}.modal-mask-container-button img[data-v-3d5945a9]{width:28px;height:24px;margin-right:10px}.dropdown-networks[data-v-3d5945a9]{width:200px;height:32px;border:1px solid #dad9f7;padding:4px 8px;gap:5px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.dropdown-networks[data-v-3d5945a9],ul[data-v-3d5945a9]{background:#fff;font-family:Space Mono;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.03em;text-align:left}ul[data-v-3d5945a9]{position:absolute;list-style:none;padding:8px;z-index:100000!important}ul li[data-v-3d5945a9]{align-items:center;height:32px;width:200px;display:flex;gap:5px;cursor:pointer;padding-left:10px}ul li[data-v-3d5945a9]:hover{background:#e5e7eb}.arrow[data-v-3d5945a9]{width:13px;height:13px}:root{--popper-theme-background-color:#000;--popper-theme-background-color-hover:radial-gradient(55.22% 90.9% at 50.79% 44.82%,#41444e 0%,#2c3037 100%);--popper-theme-text-color:#fff;--popper-theme-border-width:0px;--popper-theme-border-style:solid;--popper-theme-border-radius:6px;--popper-theme-padding:10px;--popper-theme-box-shadow:0 6px 30px -6px rgba(0,0,0,.25)}:deep(.popper){font-family:Space Mono,sans-serif;width:-moz-fit-content!important;width:fit-content!important}.popper{letter-spacing:-1px;width:-moz-fit-content!important;width:fit-content!important}.overlay{top:0;left:0;right:0;background:rgba(34,34,34,.75);z-index:502}.modal,.overlay{position:fixed;bottom:0}.modal{display:block;top:5%;left:50%;z-index:-1;opacity:0;visibility:hidden;transition:opacity .3s 0s,visibility 0s .3s;transform:translate(-50%)}.modal-inner{display:flex;flex-direction:column;padding:20px 50px 50px;background:radial-gradient(55.22% 90.9% at 50.79% 44.82%,#f2f2f2 0,#efefef 100%);box-shadow:0 0 65px rgba(0,0,0,.3);position:relative;max-width:600px;overflow-x:hidden;z-index:504}.modal-inner-iframe{height:820px;background-color:hsla(0,0%,100%,0);padding:0;width:400px}.modal-inner-iframe-wrapper{position:absolute;top:-75px;overflow:unset}.modal-heading{text-align:center;margin-bottom:30px}.modal-balance-row{display:flex;justify-content:space-between;border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding:10px 0}.modal-text-info-block{margin-top:30px}.modal-text-info-text{margin-top:5px;font-size:11px}.modal-allowance-form{display:flex;flex-direction:column;margin-top:20px}.modal-input-label{cursor:pointer;margin-left:14px}.modal-proposed-limit-description{margin-top:5px;font-size:11px}.modal-allowance-variant-info{margin-left:28px;margin-top:2px}.modal-allowance-variant-info strong{text-transform:uppercase}.modal-allowance-variant{margin-bottom:20px}.modal-allowance-variant input[name=allowance-limit]{cursor:pointer}.modal-allowance-amount{border:1px solid #c4c4c4;box-sizing:border-box;border-radius:5px;padding:6px 8px 5px;margin-top:5px}.modal.visible{opacity:1;visibility:visible;transition:opacity .7s,visibility 0s;z-index:503}.modal-mask[data-v-311e9b75]{position:fixed;inset:0;background:rgba(0,0,0,.4);display:grid;place-items:center;z-index:100}.modal-mask header[data-v-311e9b75]{padding:0 1rem;line-height:1.5rem;background:linear-gradient(142.91deg,#080607 -32.36%,#374544 68.18%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.modal-mask-container[data-v-311e9b75]{position:relative;max-width:calc(570px - 4rem);padding:3rem 2rem;background:#e5e7eb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);max-height:calc(100vh - 160px);overflow:hidden;overflow-y:auto}.modal-mask-container[data-v-311e9b75]::-webkit-scrollbar{width:5px;height:90%;padding-top:100px;margin-top:200px}.modal-mask-container[data-v-311e9b75]::-webkit-scrollbar-track{box-shadow:inset 0 0 5px transparent;border-radius:10px;background:transparent;margin-top:20px}.modal-mask-container[data-v-311e9b75]::-webkit-scrollbar-thumb{background:#78e1db;border-radius:10px}.modal-mask-container[data-v-311e9b75]::-webkit-scrollbar-thumb:hover{background:transparent}.modal-mask-container-close[data-v-311e9b75]{position:absolute;top:1rem;right:1rem;cursor:pointer}.modal-mask-container-content[data-v-311e9b75]{margin-top:3rem;padding:2rem 0;background:#fff;border-radius:7px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:20px}.modal-mask-container-content-points[data-v-311e9b75]{margin-top:10px;font-family:Space Mono;font-style:normal;font-size:30px;display:flex;justify-content:center;align-items:center;text-align:center;letter-spacing:.025em}.modal-mask-container-button[data-v-311e9b75]{background:#78e1db;width:100%;height:60px;font-family:Space Mono;font-style:normal;font-weight:700;font-size:20px;border:none;line-height:124%;display:flex;justify-content:center;align-items:center;letter-spacing:.01em;text-transform:uppercase;color:#fefefe;cursor:pointer}.modal-mask-container-button[data-v-311e9b75]:disabled{background:#777!important;color:#ccc;cursor:help}.modal-mask-container-button img[data-v-311e9b75]{width:28px;height:24px;margin-right:10px}.modal-mask-container-staking[data-v-311e9b75]{display:flex;flex-direction:column;justify-content:center;margin-top:15px}.modal-mask-container-staking-title[data-v-311e9b75]{font-family:Space Mono;font-style:normal;font-weight:500;font-size:14px;line-height:130%;display:flex;justify-content:center;align-items:center;letter-spacing:-.03em;margin-bottom:25px;color:#000}.modal-mask-container-staking-periods[data-v-311e9b75]{display:flex;justify-content:center}.modal-mask-container-staking-periods-period[data-v-311e9b75]{background:transparent;width:95px;height:25px;font-family:Space Mono;font-style:normal;font-weight:700;font-size:16px;line-height:124%;display:flex;justify-content:center;align-items:center;letter-spacing:.01em;text-transform:uppercase;text-align:center;border:1px solid #a2a2a2;color:#000;cursor:pointer;background:#fff}.modal-mask-container-staking-periods-period.active[data-v-311e9b75]{background:#78e1db}.modal-mask-container-title[data-v-311e9b75]{margin-top:55px}.modal-mask-container-title[data-v-311e9b75],.modal-mask-container-view[data-v-311e9b75]{font-family:Space Mono;font-style:normal;font-weight:500;font-size:18px;line-height:22px;display:flex;align-items:center}.modal-mask-container-view[data-v-311e9b75]{cursor:pointer;color:#a2a2a2;text-decoration:underline;justify-content:center;margin-top:5px}.modal-mask-container-view[data-v-311e9b75]:hover{color:#000}.modal-mask-container-next-unlock[data-v-311e9b75]{font-family:Space Mono;font-style:normal;font-weight:500;font-size:18px;line-height:22px;display:flex;align-items:center;cursor:pointer;justify-content:center;margin-top:27px;margin-bottom:33px}.modal-mask-container-next-unlock span[data-v-311e9b75]{cursor:help;padding:0 10px}.modal-mask-container-table[data-v-311e9b75]{margin-top:20px}.modal-mask-container-table-title[data-v-311e9b75]{font-weight:400;font-size:16px;line-height:22px}.modal-mask-container-table-row[data-v-311e9b75],.modal-mask-container-table-title[data-v-311e9b75]{font-family:Space Mono;font-style:normal;display:flex;justify-content:space-between;align-items:center}.modal-mask-container-table-row[data-v-311e9b75]{font-weight:500;font-size:20px;line-height:130%;color:#a2a2a2}.text-wrapper[data-v-311e9b75]{min-width:89px;height:50px;display:flex;justify-content:center;align-items:center}.text-wrapper[data-v-311e9b75] :last-child{width:130px}@media(max-width:550px){.text-wrapper[data-v-311e9b75]{min-width:75px;font-size:12px}.text-wrapper[data-v-311e9b75] :last-child{width:75px}}.dropdown-networks[data-v-311e9b75]{width:200px;height:32px;border:1px solid #dad9f7;padding:4px 8px;gap:5px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin-top:30px}.dropdown-networks[data-v-311e9b75],ul[data-v-311e9b75]{background:#fff;font-family:Space Mono;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.03em;text-align:left}ul[data-v-311e9b75]{position:absolute;list-style:none;padding:8px;z-index:100000!important}ul li[data-v-311e9b75]{align-items:center;height:32px;width:200px;display:flex;gap:5px;cursor:pointer;padding-left:10px}ul li[data-v-311e9b75]:hover{background:#e5e7eb}.arrow[data-v-311e9b75]{width:13px;height:13px}.cta[data-v-311e9b75]{font-family:Space Mono;font-style:normal;font-weight:700;font-size:13px;line-height:130%;display:flex;justify-content:center;align-items:center;letter-spacing:.105em;text-transform:uppercase;height:26px;padding:0 14px;box-shadow:0 1px 4px rgba(0,0,0,.15);border-radius:5px;width:75px}.cta.burned[data-v-311e9b75]{background:#fccf5d}.cta.stake[data-v-311e9b75]{background:linear-gradient(-45deg,#75e1db 27.47%,#cee3e0 128.48%)}.cta.unstake[data-v-311e9b75]{background:linear-gradient(72.12deg,#4d4d4d 2.57%,#121212 126.49%)}[data-v-5e1650da] .popper{--popper-theme-background-color:#000;--popper-theme-background-color-hover:#000;--popper-theme-text-color:#fff;--popper-theme-border-width:0px;--popper-theme-border-style:solid;--popper-theme-border-radius:6px;--popper-theme-padding:5px;--popper-theme-box-shadow:0 6px 30px -6px rgba(0,0,0,.25);width:-moz-fit-content!important;width:fit-content!important;text-align:center;font-size:16px}.current-user[data-v-5e1650da]{background-color:#a4c7a4}.leaderboard-wrapper[data-v-5e1650da]{position:relative;display:flex;justify-content:space-between;margin:250px auto 0;font-family:Space Mono,sans-serif;font-style:normal;font-weight:700;font-size:24px;line-height:36px;letter-spacing:-.05em;color:#000}@media(max-width:1279px){.leaderboard-wrapper[data-v-5e1650da]{font-size:14px;line-height:21px;max-width:840px;margin:0 25px;min-width:auto;width:100%;overflow-x:auto;display:flex;flex-direction:column;row-gap:50px}}@media(min-width:1024px)and (max-width:1279px){.leaderboard-wrapper[data-v-5e1650da]{max-width:800px}}@media(max-width:767px){.leaderboard-wrapper[data-v-5e1650da]{margin:0}}.leaderboard-my-score[data-v-5e1650da]{position:relative;height:360px}.leaderboard-my-score-title[data-v-5e1650da]{font-family:Space Mono;font-style:normal;font-weight:700;font-size:20px;line-height:114.5%;letter-spacing:-.04em;color:#262626;margin-bottom:15px}.leaderboard-my-score-block[data-v-5e1650da]{display:flex;flex-direction:column;row-gap:17px;background:#fafafa;border:1px solid #000;max-width:370px;padding:28px 34px}.leaderboard-my-score-block-name[data-v-5e1650da]{font-family:Space Mono;font-style:normal;font-weight:400;font-size:20px;line-height:114.5%;letter-spacing:-.04em;color:#000;display:-webkit-box}.leaderboard-my-score-block-name span[data-v-5e1650da]{font-weight:600;margin-left:12px}.leaderboard-my-score-squares-one[data-v-5e1650da]{position:absolute;background-image:url(/img/squares.9ffcdcf4.svg);bottom:-24px;left:-25px;width:224px;height:208px;z-index:-1}.leaderboard-my-score-squares-second[data-v-5e1650da]{position:absolute;background-image:url(/img/squares.9ffcdcf4.svg);bottom:-20px;left:-21px;width:224px;height:208px;z-index:-1}.leaderboard[data-v-5e1650da]{display:flex;flex-direction:column;min-width:700px}@media(min-width:768px)and (max-width:1023px){.leaderboard[data-v-5e1650da]{min-width:600px}}@media(max-width:767px){.leaderboard[data-v-5e1650da]{min-width:300px}}.leaderboard-title[data-v-5e1650da]{font-family:Space Mono;font-style:normal;font-weight:700;font-size:20px;line-height:114.5%;letter-spacing:-.04em;color:#262626;margin-bottom:15px}.leaderboard .leaderboard-table[data-v-5e1650da]{border-collapse:collapse;margin:0 auto;min-width:800px;overflow:hidden;z-index:10;position:relative}@media(min-width:768px)and (max-width:1023px){.leaderboard .leaderboard-table[data-v-5e1650da]{min-width:700px}}@media(max-width:767px){.leaderboard .leaderboard-table[data-v-5e1650da]{min-width:300px;max-width:700px;width:100%}}.leaderboard .leaderboard-table thead[data-v-5e1650da]{background:#fff;border-top:1px solid #000;border-left:1px solid #000;border-right:1px solid #000;height:51px}.leaderboard .leaderboard-table thead th[data-v-5e1650da]{font-weight:400;font-size:20px;line-height:30px;letter-spacing:-.05em;color:#272727;font-style:normal;width:170px}@media(max-width:767px){.leaderboard .leaderboard-table thead th[data-v-5e1650da]{font-size:16px;padding:0 25px}}.leaderboard .leaderboard-table tbody[data-v-5e1650da]{background:#e5e7eb;border:1px solid #000;font-family:Space Mono;font-style:normal;font-weight:400;font-size:18px;line-height:27px;align-items:center;text-align:center;letter-spacing:-.05em;color:#272727;display:block}.leaderboard .leaderboard-table tbody td[data-v-5e1650da]{text-align:center;font-weight:400;position:relative;width:16%}@keyframes sweep-5e1650da{to{transform:translateX(100%)}}.leaderboard .leaderboard-table tbody .px-25[data-v-5e1650da]{padding-left:25px!important;padding-right:25px!important}.leaderboard .leaderboard-table tbody .skeleton-loading[data-v-5e1650da]{position:relative;overflow:hidden;background-color:#ccc;background-size:1000%;background-position:100%;border-radius:20px;max-width:150px;width:100%;height:12px}.leaderboard .leaderboard-table tbody .skeleton-loading[data-v-5e1650da]:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateX(-100%);background-image:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.2) 20%,hsla(0,0%,100%,.5) 60%,hsla(0,0%,100%,0));animation:sweep-5e1650da 2s infinite;content:""}.leaderboard .leaderboard-table tbody .skeleton-loading--secondary[data-v-5e1650da]{width:70%;max-width:100px;margin-top:10px}.leaderboard .leaderboard-table tbody .skeleton-loading--circle[data-v-5e1650da]{width:50px;height:50px;border-radius:50%}.leaderboard .leaderboard-table tbody tr.sep hr[data-v-5e1650da]{width:92%;border:0;height:1px;background:#e8e8e8}.leaderboard .leaderboard-table tbody tr.sep[data-v-5e1650da]:last-child{display:none}.leaderboard .leaderboard-table tbody tr[data-v-5e1650da]:not(.sep){height:44px}.leaderboard .leaderboard-table tbody tr:not(.sep) .project-participated-cell[data-v-5e1650da]{font-size:18px;line-height:27px;text-align:center}@media(max-width:767px){.leaderboard .leaderboard-table tbody tr:not(.sep) .project-participated-cell[data-v-5e1650da]{font-size:14px}}.leaderboard .leaderboard-table tbody tr:not(.sep) .project-participated-cell .block[data-v-5e1650da]{display:block}.leaderboard .leaderboard-table tbody tr:not(.sep) .empty-row__text[data-v-5e1650da]{font-size:18px;line-height:27px;align-items:center;text-align:center}.leaderboard .leaderboard-table tbody tr:not(.sep) .actions-cell[data-v-5e1650da]{padding-right:46px;text-align:center}.leaderboard .leaderboard-table tbody tr:not(.sep) .actions-cell .project-participated-button[data-v-5e1650da]{height:30px;width:100px;text-transform:uppercase;padding:initial;background:linear-gradient(72.12deg,#4d4d4d 2.57%,#121212 126.49%);box-shadow:0 4px 4px rgba(0,0,0,.25)}.cta[data-v-5e1650da]{font-family:Space Mono;font-style:normal;font-weight:700;font-size:13px;line-height:130%;display:flex;justify-content:center;align-items:center;letter-spacing:.105em;text-transform:uppercase;height:26px;padding:0 14px;box-shadow:0 1px 4px rgba(0,0,0,.15);border-radius:5px;width:75px}.cta.burned[data-v-5e1650da]{background:#fccf5d}.cta.stake[data-v-5e1650da]{background:linear-gradient(-45deg,#75e1db 27.47%,#cee3e0 128.48%)}.tooltip[data-v-5e1650da]{position:relative}.tooltip .tooltiptext[data-v-5e1650da]{visibility:hidden;width:auto;background-color:#000;color:#fff;text-align:center;border-radius:6px;position:absolute;z-index:1;font-size:16px;left:-40px;right:0;bottom:120%;padding:5px 10px;height:auto;letter-spacing:1px;opacity:0;transition:opacity 1s}.tooltip:hover .tooltiptext[data-v-5e1650da]{visibility:visible;opacity:1}.title[data-v-5e1650da]{font-family:Space Mono;font-style:normal;font-weight:700;font-size:58px;line-height:114.5%;letter-spacing:-.006em}@media(max-width:767px){.title[data-v-5e1650da]{font-size:40px}}.image[data-v-5e1650da]{position:absolute;background-image:url(/img/clouds-rocket.ab363d58.png);background-size:cover;height:865px;top:-400px;width:97%;z-index:0;background-position-x:0;background-position-y:-19px;overflow:hidden;white-space:nowrap}@media(min-width:768px)and (max-width:1023px){.image[data-v-5e1650da]{background-position-x:40%}}@media(max-width:767px){.image[data-v-5e1650da]{background-position-x:25%}}.rocket[data-v-5e1650da]{position:absolute;background-image:url(/img/rocket.8deaa03f.png);width:73px;height:149px;left:61.6%;top:-185px;z-index:0}@media(min-width:1024px)and (max-width:1279px){.rocket[data-v-5e1650da]{left:76%}}@media(min-width:768px)and (max-width:1023px){.rocket[data-v-5e1650da]{left:67.6%}}@media(max-width:767px){.rocket[data-v-5e1650da]{left:85.6%}}@media(max-width:700px){.rocket[data-v-5e1650da]{display:none}}.btn-container[data-v-5e1650da]{display:flex;flex-wrap:wrap;gap:15px;margin-left:15px}@media(max-width:450px){.btn-container[data-v-5e1650da]{flex-direction:column}}.badge[data-v-55fcca68]{font-family:Bai Jamjuree;font-style:normal;font-weight:600;font-size:16px;line-height:130%;margin-right:5px;margin-bottom:5px;padding:2px 4px 1px;display:flex;align-items:center;text-transform:uppercase}@media(max-width:1279px){.badge[data-v-55fcca68]{font-size:10px;height:12px}}@media(max-width:1023px){.badge[data-v-55fcca68]{font-size:10px;height:12px}}.badge-defi[data-v-55fcca68]{border:1px solid #1eb676;color:#1eb676}.badge-layer-1[data-v-55fcca68]{color:#f46a8e;border:1px solid #f46a8e}.badge-layer-2[data-v-55fcca68]{border:1px solid #745c96;color:#745c96}.badge-play-to-earn[data-v-55fcca68]{border:1px solid #ff957d;color:#ff957d}.badge-default[data-v-55fcca68]{border:1px solid #9b9b9b;color:#9b9b9b}.btn[data-v-2591bc79]{height:47px;background:transparent;text-align:center;border:1px solid #f46a8e;color:#fff;font-style:normal;font-weight:700;font-size:18px;line-height:130%;padding-left:37px;padding-right:37px;text-decoration:none;display:flex;align-items:center;margin-right:10px}.btn[data-v-2591bc79]:disabled{border:1px solid #9b9b9b;color:#9b9b9b;cursor:help}.item[data-v-61e8f228]{position:relative;display:flex;justify-content:space-between;height:160px;width:100%;background:#fff;filter:drop-shadow(0 0 65px rgba(0,0,0,.1));border-radius:10px;align-items:center;margin:15px 0}@media(max-width:1023px){.item[data-v-61e8f228]{flex-direction:column;width:100%;max-width:400px;height:auto;border:1px solid #75e1db;writing-mode:horizontal-tb;margin:30px auto}}@media(max-width:380px){.item[data-v-61e8f228]{padding-bottom:30px}}.item-image[data-v-61e8f228]{max-width:300px;height:160px;width:100%;position:relative}.item-image img[data-v-61e8f228]{max-width:300px;width:300px;height:100%}@media(max-width:1023px){.item-image[data-v-61e8f228]{height:auto;max-width:100%;margin-bottom:20px}.item-image img[data-v-61e8f228]{max-width:400px;width:100%;border-radius:10px}}.item-project[data-v-61e8f228]{display:flex;flex-direction:column;max-width:calc(300px - 2%);width:100%;min-width:210px;justify-content:center;padding-left:2%;row-gap:6px}@media(max-width:1023px){.item-project[data-v-61e8f228]{justify-content:center;height:auto;max-width:380px;width:100%;padding-left:20px}}.item-project-title[data-v-61e8f228]{font-style:normal;font-weight:700;font-size:28px;line-height:31px;display:flex;align-items:center;letter-spacing:-.02em;color:#1c1d23}@media(max-width:1023px){.item-project-title[data-v-61e8f228]{font-size:22px;line-height:28px;max-width:200px;display:flex;align-items:center;text-align:start;letter-spacing:-.05em;padding-left:10px}}.item-project-title-likes[data-v-61e8f228]{display:flex;justify-content:start;align-items:center;padding-left:2%;padding-bottom:15px}.item-project-title-likes .likes-and-interest[data-v-61e8f228]{display:flex;color:#000;background:#dedede;padding:4px 14px 3px;min-width:75px;margin-left:20px}.item-project-title-likes .likes-and-interest img[data-v-61e8f228]{margin-right:8px}@media(max-width:1023px){.item-project-title-likes .likes-and-interest[data-v-61e8f228]{bottom:18px;right:7%;position:absolute;background:none}}@media(max-width:380px){.item-project-title-likes .likes-and-interest[data-v-61e8f228]{bottom:6px}}.item-project-title-likes .likes[data-v-61e8f228]{display:inline-block;margin-right:10px;cursor:pointer}.item-project-title-likes .interests[data-v-61e8f228]{cursor:pointer;display:inline-block}.item-project-status[data-v-61e8f228]{font-style:normal;font-weight:400;font-size:18px;line-height:130%;display:flex;align-items:center;text-align:center;letter-spacing:-.06em;color:#1c1d23}.item-project-status span[data-v-61e8f228]{font-weight:700;margin-left:5px}@media(max-width:1023px){.item-project-status[data-v-61e8f228]{align-items:start;max-width:200px}}.item-project-stage[data-v-61e8f228]{font-style:normal;font-weight:400;font-size:18px;line-height:130%;display:flex;align-items:center;text-align:center;letter-spacing:-.06em;color:#1c1d23}.item-project-stage-btn[data-v-61e8f228]{display:flex;align-items:center;letter-spacing:.06em;text-transform:uppercase;font-weight:700;font-size:16px;background:linear-gradient(180deg,#92d0ac,#18b4e9);padding:0 10px;margin-left:10px;font-style:normal;line-height:130%;height:21px;color:#fff}@media(max-width:1023px){.item-project-stage[data-v-61e8f228]{display:none}}.item-industry[data-v-61e8f228]{display:flex;flex-direction:column;justify-content:flex-start;max-width:150px;width:100%;padding-left:2%;position:relative;margin-bottom:-25px}@media(max-width:1023px){.item-industry[data-v-61e8f228]{justify-content:flex-start;flex-direction:row;max-width:380px;width:100%;padding-left:20px}}.item-industry-title[data-v-61e8f228]{padding-bottom:5px;font-style:normal;font-weight:400;font-size:18px;line-height:130%;display:flex;text-align:center;letter-spacing:-.06em;color:#1c1d23}@media(max-width:1023px){.item-industry-title[data-v-61e8f228]{padding-bottom:35px}}.item-industry-blocks[data-v-61e8f228]{display:flex;flex-wrap:wrap;max-width:150px;padding-bottom:10px}@media(max-width:1023px){.item-industry-blocks[data-v-61e8f228]{padding-top:5px;padding-left:5px;max-width:130px}}.item-networks[data-v-61e8f228]{display:flex;align-items:center;flex-wrap:wrap;max-width:200px;width:100%}@media(max-width:1023px){.item-networks[data-v-61e8f228]{display:none}}.item-networks-icons[data-v-61e8f228]{display:flex;justify-content:center}.item-networks-icons img[data-v-61e8f228]{width:17px;height:15px;margin:5px}.item-details[data-v-61e8f228]{display:flex;justify-content:center;position:relative;max-width:210px;min-width:210px;width:100%;margin-right:20px}@media(max-width:1023px){.item-details[data-v-61e8f228]{justify-content:end;margin-bottom:10px;max-width:400px}}.item-details a[data-v-61e8f228]{text-decoration:none}.item-details-btn[data-v-61e8f228]{background:linear-gradient(180deg,#4f5463,#1e1f23);box-shadow:0 4px 4px rgba(0,0,0,.25);height:50px;padding:15px 25px;font-family:Space Mono;font-style:normal;font-weight:600;font-size:16px;line-height:130%;max-width:260px;letter-spacing:.105em;text-transform:uppercase;color:#fff;text-shadow:1px 0 #000,-1px 0 #000,0 1px #000,0 -1px #000;border:none;cursor:pointer;display:flex;align-items:center;margin-right:20px}.item-details-btn-text[data-v-61e8f228]{position:relative;z-index:1}.item-details-btn-text-shadow[data-v-61e8f228]{position:absolute;top:1.5px;left:1.5px;z-index:-1;width:100%}@media(max-width:1023px){.item-details-btn[data-v-61e8f228]{font-weight:700;font-size:10px;line-height:130%;border:1px solid #000;display:flex;align-items:center;text-align:center;color:#fff;margin-right:20px;margin-top:-80px;max-width:110px;width:100%;padding:0 10px;height:30px}}@media(max-width:380px){.item-details-btn[data-v-61e8f228]{margin-top:-10px}}.stage-btn[data-v-61e8f228]{display:none}@media(max-width:1023px){.stage-btn[data-v-61e8f228]{position:absolute;display:flex;align-items:center;letter-spacing:.06em;text-transform:uppercase;font-weight:700;font-size:16px;color:#fff;background:linear-gradient(180deg,#92d0ac,#18b4e9);padding:3px 10px;margin-left:10px;bottom:18px;right:14px}}[data-v-61e8f228] .popper{--popper-theme-background-color:#000;--popper-theme-background-color-hover:#000;--popper-theme-text-color:#fff;--popper-theme-border-width:0px;--popper-theme-border-style:solid;--popper-theme-border-radius:6px;--popper-theme-padding:5px;--popper-theme-box-shadow:0 6px 30px -6px rgba(0,0,0,.25);width:-moz-fit-content!important;width:fit-content!important;text-align:center}.tooltip-interest[data-v-61e8f228] .popper{min-width:145px!important}.button-shadow[data-v-61e8f228]{position:absolute;max-width:190px;width:100%;height:50px;border:1px solid #000;left:6px;top:6px;z-index:-1}@media(max-width:1023px){.button-shadow[data-v-61e8f228]{display:none}}.card-wrapper[data-v-61e8f228]{display:flex;flex-direction:column;width:100%}.card-wrapper-details[data-v-61e8f228]{display:flex;flex-direction:row;justify-content:space-between}@media(max-width:1023px){.card-wrapper-details[data-v-61e8f228]{flex-direction:column}}.text-shadow[data-v-61e8f228]{position:absolute;top:1px;left:2px;z-index:-1;width:100%}.list-content[data-v-1744e826]{margin-top:25px}@media(max-width:1023px){.list-content[data-v-1744e826]{display:flex;flex-direction:column}}.list-join-innovation[data-v-1744e826]{margin:15px 0;display:flex;flex-direction:column;justify-content:center;background-image:url(/img/join-innovation-back.4836e8fe.jpeg);background-size:cover;background-position-x:70%;box-shadow:0 0 65px rgba(0,0,0,.05);border-radius:10px;min-height:300px;width:100%}.list-join-innovation-title[data-v-1744e826]{margin-left:10%;font-family:Bai Jamjuree;font-style:normal;font-weight:700;font-size:32px;line-height:40px;display:flex;align-items:center;text-align:center;letter-spacing:-.015em;color:#353535}.list-join-innovation-title span[data-v-1744e826]{margin-right:10px;background:linear-gradient(0deg,rgba(0,0,0,.2),rgba(0,0,0,.2)),radial-gradient(168.5% 66.62% at 113.7% 69.06%,#5f5997 0,#f46a8e 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.list-join-innovation-text[data-v-1744e826]{max-width:600px;margin-left:10%;font-style:normal;font-weight:400;font-size:18px;line-height:130%;display:flex;align-items:center;color:#353535}.list-join-innovation-btn[data-v-1744e826]{width:180px;margin-left:10%;height:47px;color:#fff;text-align:center;background:#75e1db;font-style:normal;font-weight:700;font-size:18px;line-height:130%;padding-left:50px;padding-right:50px;margin-right:10px}@media(max-width:1279px){[data-v-3a189726] .top-section-heading{padding-bottom:11px}}.top-section-wrapper[data-v-3a189726]{background:transparent;background-size:cover;border-radius:10px;display:flex;position:relative;justify-content:center;transition:all .5s ease;min-height:470px;padding-left:0;padding-right:0}@media(max-width:1279px){.top-section-wrapper[data-v-3a189726]{min-height:unset}}@media(max-width:767px){.top-section-wrapper[data-v-3a189726]{padding-top:25px;overflow:hidden;background-size:cover;background-position:50% 50%}}@media(min-width:768px)and (max-width:1439px){.top-section-wrapper[data-v-3a189726]{padding-left:0;padding-right:0}}.top-section-wrapper.no-bg[data-v-3a189726]{box-shadow:none;background:none;min-height:inherit}.top-section-bg[data-v-3a189726]{position:absolute;background:url(/img/top-section-content-bg.34df689d.svg);top:155px;right:0;bottom:0;left:0;z-index:10}.top-section-bg.hide[data-v-3a189726]{display:none}@media(min-width:768px)and (max-width:1023px){.top-section-bg[data-v-3a189726]{top:0}}.meteors-bg[data-v-3a189726]{display:none;background-image:url(/img/meteors-body-right.f85cbace.svg);width:153px;height:80px;position:absolute;right:10%;top:275px;z-index:-1}@media(min-width:1024px)and (max-width:1279px){.meteors-bg[data-v-3a189726]{width:153px;height:80px;right:10%;top:175px}}@media(min-width:768px)and (max-width:1023px){.meteors-bg[data-v-3a189726]{width:153px;height:80px;right:10%;top:150px}}@media(max-width:767px){.meteors-bg[data-v-3a189726]{width:153px;height:80px;right:10%;top:100px}}.figure-bg[data-v-3a189726]{background-image:url(/img/figure.13a01a29.svg);position:absolute;max-width:360px;width:100%;height:400px;right:0;top:6%}@media(max-width:767px){.figure-bg[data-v-3a189726]{display:none}}.figure-bg-top[data-v-3a189726]{background-image:url(/img/figure-top.50d762f2.svg);position:absolute;overflow:hidden;width:452px;height:139px;right:0;top:0}@media(max-width:767px){.figure-bg-top[data-v-3a189726]{display:none}}.figure-bg-rotate[data-v-3a189726]{background-image:url(/img/figure.13a01a29.svg);position:absolute;width:410px;height:400px;left:-2%;top:-6%;transform:rotate(225deg)}@media(max-width:767px){.figure-bg-rotate[data-v-3a189726]{display:none}}.figure-bg-revert-x[data-v-3a189726]{background-image:url(/img/figure.13a01a29.svg);position:absolute;width:410px;height:400px;left:0;top:6%;transform:scaleX(-1)}@media(max-width:767px){.figure-bg-revert-x[data-v-3a189726]{display:none}}.innovation[data-v-3a189726]{display:flex;justify-content:center;margin-top:100px}.innovation-top[data-v-3a189726]{max-width:800px;width:100%}@media(min-width:768px)and (max-width:1023px){.innovation-top[data-v-3a189726]{max-width:400px}}.innovation-top-content[data-v-3a189726]{display:flex;flex-direction:column;justify-content:center}.innovation-top-title[data-v-3a189726]{font-family:Press Start\ 2P;font-style:normal;font-weight:700;font-size:75px;line-height:92%;align-items:center;text-align:center;letter-spacing:-.09em;text-transform:uppercase;background:linear-gradient(109.91deg,#eecbd4 25.24%,#edcfdb 30.19%,#eadcf1 38.03%,#eadff6 39.27%,#d7dff3 45.87%,#bde1f1 54.13%,#bff6e7 66.51%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:#0b2349;display:table;margin:20px auto}@media(min-width:768px)and (max-width:1023px){.innovation-top-title[data-v-3a189726]{font-size:50px}}@media(max-width:767px){.innovation-top-title[data-v-3a189726]{font-size:40px}}.innovation-top-text[data-v-3a189726]{width:500px;margin:auto;font-family:Bai Jamjuree;font-style:normal;font-weight:400;font-size:18px;line-height:130%;display:flex;align-items:center;text-align:center;color:#d6d6d6}@media(min-width:768px)and (max-width:1023px){.innovation-top-text[data-v-3a189726]{width:400px}}@media(max-width:767px){.innovation-top-text[data-v-3a189726]{width:300px}}.innovation-top-buttons[data-v-3a189726]{display:flex;justify-content:center;margin-top:30px}.innovation-top a[data-v-3a189726]{text-decoration:none}.innovation-top-button-left[data-v-3a189726]{max-width:178px;height:47px;color:#fff;text-align:center;background:radial-gradient(168.5% 66.62% at 113.7% 69.06%,#5f5997 0,#f46a8e 100%);font-family:Bai Jamjuree;font-style:normal;font-weight:700;font-size:18px;line-height:130%;padding-left:46px;padding-right:46px;margin-right:10px}@media(max-width:767px){.innovation-top-button-left[data-v-3a189726]{max-width:150px;width:100%;padding-right:33px;padding-left:33px}}.innovation-top-button-right[data-v-3a189726]{max-width:178px;height:47px;background:transparent;text-align:center;border:1px solid #f46a8e;color:#fff;font-family:Bai Jamjuree;font-style:normal;font-weight:700;font-size:18px;line-height:130%;padding-left:37px;padding-right:37px;display:flex;align-items:center;margin-right:10px}@media(max-width:767px){.innovation-top-button-right[data-v-3a189726]{width:100%;max-width:150px;padding-right:20px;padding-left:20px}}@media(min-width:1024px){.list[data-v-3a189726]{max-width:1280px;margin:0 auto}}@media(min-width:768px){.list[data-v-3a189726]{height:auto;margin-bottom:100px}}.list-header[data-v-3a189726]{display:flex;justify-content:space-between;align-items:center}.list-header-menu[data-v-3a189726]{display:flex;justify-content:space-between;padding-left:0}.list-header-menu a[data-v-3a189726]{text-decoration:none;list-style-type:none;margin-right:20px;font-family:Space Mono;font-style:normal;font-weight:500;font-size:18px;line-height:130%;align-items:center;color:#9b9b9b}.list-header-menu .router-link[data-v-3a189726]{text-decoration:none}.list-header-menu .router-link-active[data-v-3a189726]{border-bottom:1px solid #e5e5e5;color:#000}.list-header-menu[data-v-3a189726] :hover{color:#000;cursor:pointer}.list-header-search[data-v-3a189726]{height:30px;display:inline-flex;border-radius:20px;padding:5px 5px 5px 10px;background:#d9d9d9;align-items:center;margin-right:20px}.list-header-search-icon[data-v-3a189726]{width:13px;height:13px;margin-right:10px;order:-1}.list-header-search-field[data-v-3a189726]{width:200px;border:0;background:#d9d9d9;color:#fff;font-size:22px}.list-header-search-field[data-v-3a189726]:focus{outline:none}.list-header-filter[data-v-3a189726]{display:flex;justify-content:space-between;font-style:normal;font-weight:500;font-size:18px;line-height:130%;align-items:center;color:#9b9b9b;min-width:70px;cursor:pointer}.list-header-filter img[data-v-3a189726]{margin:auto 5px}.list-header-filter-angle[data-v-3a189726]{width:15px;height:15px;transform:rotate(90deg)}@media(max-width:1023px){.list-header[data-v-3a189726]{display:none}}.modal-mask[data-v-2c263f60]{position:fixed;inset:0;background:rgba(0,0,0,.4);display:grid;place-items:center;z-index:100}.modal-mask header[data-v-2c263f60]{padding:15px 1rem 0;line-height:1.5rem;margin-bottom:2rem}.modal-mask header a[data-v-2c263f60]{color:#000}.modal-mask-container[data-v-2c263f60]{position:relative;max-width:calc(370px - 1rem);padding:3rem 1rem 2rem;background:#d9d9d9}.modal-mask-container-close[data-v-2c263f60]{position:absolute;top:1rem;right:1rem;cursor:pointer}.cta[data-v-2c263f60]{width:auto;display:flex;margin:auto}.stake[data-v-3f03aaf4]{position:relative;background:linear-gradient(-129.36deg,#75e1db 27.47%,#cee3e0 128.48%);border:.7px solid #000;box-shadow:0 4px 4px rgba(0,0,0,.15);font-weight:400;font-size:18px;line-height:130%;letter-spacing:.105em;text-transform:uppercase;color:#fff;height:50px;margin:-6px 6px 0 0}@media(min-width:768px)and (max-width:1279px){.stake[data-v-3f03aaf4]{font-size:10px}}@media(max-width:767px){.stake[data-v-3f03aaf4]{font-size:10px;height:32px;margin:16px 6px 0 0}}.button-shadow[data-v-3f03aaf4]{position:absolute;max-width:320px;width:100%;border:1px solid #000;z-index:-1;height:42px}@media(max-width:767px){.button-shadow[data-v-3f03aaf4]{height:32px}}@media(min-width:768px)and (max-width:1023px){.button-shadow[data-v-3f03aaf4]{height:45px}}span[data-v-18bc7b87]{font-family:var(--1987987b),sans-serif;font-style:normal;font-weight:var(--36c07f8f);font-size:var(--03a11250);line-height:130%;background:linear-gradient(92.82deg,#ac3bff,#7ccaf7 109.71%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent}span.usual[data-v-18bc7b87]{background:#000}span.nft[data-v-18bc7b87],span.swap[data-v-18bc7b87]{background:linear-gradient(92.82deg,#ff3f71,#ffad72 109.71%);-webkit-background-clip:text;background-clip:text}span.ido[data-v-18bc7b87]{background:linear-gradient(92.82deg,#ff7f23,#fff400 109.71%);-webkit-background-clip:text;background-clip:text}span.lockdrop[data-v-18bc7b87]{background:linear-gradient(92.82deg,#00b1d2,#1eb676 109.71%);-webkit-background-clip:text;background-clip:text}.agile{position:relative}.agile--ssr .agile__slides--cloned{display:none}.agile--ssr .agile__slides>*{overflow:hidden;width:0}.agile--ssr .agile__slides>:first-child{width:100%}.agile--rtl .agile__actions,.agile--rtl .agile__dots,.agile--rtl .agile__slides,.agile--rtl .agile__track{flex-direction:row-reverse}.agile :active,.agile :focus,.agile:active,.agile:focus{outline:none}.agile__list{display:block;overflow:hidden;position:relative;width:100%}.agile__track{display:flex;flex-direction:row;flex-wrap:nowrap}.agile__actions{display:flex;justify-content:space-between}.agile--no-nav-buttons .agile__actions{justify-content:center}.agile__slides{align-items:center;display:flex;flex-direction:row;flex-grow:1;flex-shrink:unset;flex-wrap:nowrap;justify-content:flex-start}.agile--disabled .agile__slides{display:block;width:100%}.agile__slide{display:block;flex-grow:1;flex-shrink:0}.agile__slide,.agile__slide *{-webkit-user-drag:none}.agile--fade .agile__slide{opacity:0;position:relative;z-index:0}.agile--fade .agile__slide--active{opacity:1;z-index:2}.agile--fade .agile__slide--expiring{opacity:1;transition-duration:0s;z-index:1}.agile__nav-button[disabled]{cursor:default}.agile__dots{align-items:center;display:flex;list-style:none;padding:0;white-space:nowrap}.agile__dot button{cursor:pointer;display:block;font-size:0;line-height:0}.project[data-v-5dd14a94]{padding:2px;border-radius:14px}.project.active[data-v-5dd14a94]{background:#87e2dc}.project.completed[data-v-5dd14a94],.project.upcoming[data-v-5dd14a94]{background:#c7cece}.project-timer[data-v-5dd14a94]{display:flex;justify-content:space-between;padding:20px 20px 27px;background:#f5f5f5;border-radius:12px}.project-timer-left[data-v-5dd14a94]{display:flex;flex-direction:column;justify-content:space-between;height:50px}.project-timer-left-title[data-v-5dd14a94]{font-family:Space Mono;font-style:normal;font-weight:700;font-size:20px;line-height:124%;letter-spacing:.01em;text-transform:uppercase;color:#272727}.project-timer-left-text[data-v-5dd14a94]{font-family:Space Mono;font-style:normal;font-weight:400;font-size:14px;line-height:130%;align-items:center;letter-spacing:-.02em;color:#6f7173}.project-timer-left-text span[data-v-5dd14a94]{font-weight:600}.project-timer-right[data-v-5dd14a94]{font-family:Space Mono,dateStart;font-style:normal;font-weight:400;font-size:14px;line-height:130%;align-items:center;letter-spacing:-.02em;color:#353535}.project-timer-right span[data-v-5dd14a94]{padding:0 3px}.app-content-wrapper[data-v-47d221e4]{padding-right:30px}.top-section-wrapper[data-v-47d221e4]{background:transparent;background-size:cover;border-radius:10px;display:flex;position:relative;justify-content:center;transition:all .5s ease;min-height:100vh}@media(max-width:767px){.top-section-wrapper[data-v-47d221e4]{padding-top:25px;overflow:hidden;background-size:cover;background-position:50% 50%}}@media(min-width:768px)and (max-width:1439px){.top-section-wrapper[data-v-47d221e4]{padding-left:0;padding-right:0}}.top-section-wrapper.no-bg[data-v-47d221e4]{box-shadow:none;background:none;min-height:inherit}.top-section-bg[data-v-47d221e4]{position:absolute;background:url(/img/top-section-content-bg.34df689d.svg);top:155px;right:0;bottom:0;left:0;z-index:10}.top-section-bg.hide[data-v-47d221e4]{display:none}@media(min-width:768px)and (max-width:1023px){.top-section-bg[data-v-47d221e4]{top:0}}.figure-bg[data-v-47d221e4]{background-image:url(/img/figure.13a01a29.svg);position:absolute;max-width:360px;width:100%;height:400px;right:0;top:6%}@media(max-width:767px){.figure-bg[data-v-47d221e4]{display:none}}.figure-bg-top[data-v-47d221e4]{background-image:url(/img/figure-top.50d762f2.svg);position:absolute;overflow:hidden;width:452px;height:139px;right:0;top:0}@media(max-width:767px){.figure-bg-top[data-v-47d221e4]{display:none}}.figure-bg-rotate[data-v-47d221e4]{background-image:url(/img/figure.13a01a29.svg);position:absolute;width:410px;height:400px;left:-2%;top:-6%;transform:rotate(225deg)}@media(max-width:767px){.figure-bg-rotate[data-v-47d221e4]{display:none}}.figure-bg-revert-x[data-v-47d221e4]{background-image:url(/img/figure.13a01a29.svg);position:absolute;width:410px;height:400px;left:0;top:6%;transform:scaleX(-1)}@media(max-width:767px){.figure-bg-revert-x[data-v-47d221e4]{display:none}}.content-header[data-v-47d221e4]{display:flex;justify-content:space-between;margin-top:25px;-moz-column-gap:30px;column-gap:30px;margin-bottom:50px}@media(min-width:768px)and (max-width:1023px){.content-header[data-v-47d221e4]{flex-direction:column;row-gap:30px}}@media(max-width:767px){.content-header[data-v-47d221e4]{flex-direction:column;row-gap:30px}}.content-header-left[data-v-47d221e4]{display:flex;flex-direction:column;min-width:520px;max-width:520px;row-gap:10px;position:relative}@media(max-width:767px){.content-header-left[data-v-47d221e4]{min-width:100%}}.content-header-left-types[data-v-47d221e4]{display:flex;-moz-column-gap:14px;column-gap:14px}.content-header-left-type[data-v-47d221e4]{font-family:Space Mono;font-style:normal;font-weight:600;font-size:13px;line-height:130%;text-align:center;text-transform:uppercase;color:#000;border-radius:6px;border:1px solid;width:-moz-fit-content;width:fit-content;padding:3px 13px 2px;margin-bottom:14px;border-image-slice:1;border-image-source:#000}.content-header-left-type.lockdrop[data-v-47d221e4]{border-image-source:linear-gradient(270deg,#00b1d2,#1eb676)}.content-header-left-type.ido[data-v-47d221e4]{border-image-source:linear-gradient(270deg,#ff7f23,#fff400)}.content-header-left-type.nft[data-v-47d221e4]{border-image-source:linear-gradient(270deg,#ff3f71,#ffad72)}.content-header-left-type.true-yield-staking[data-v-47d221e4]{border-image-source:linear-gradient(270deg,#ac3bff,#7ccaf7)}.content-header-left-title[data-v-47d221e4]{font-family:Space Mono;font-style:normal;font-weight:700;font-size:58px;line-height:102%;color:#fff;text-shadow:1px 0 #000,-1px 0 #000,0 1px #000,0 -1px #000;display:flex;align-items:center;letter-spacing:.01em;min-width:620px}.content-header-left-title-text[data-v-47d221e4]{position:relative}.content-header-left-title-text-shadow[data-v-47d221e4]{position:absolute;top:2px;left:2px;z-index:-1;width:100%}@media(min-width:1024px)and (max-width:1279px){.content-header-left-title[data-v-47d221e4]{min-width:480px;font-size:50px}}@media(max-width:767px){.content-header-left-title[data-v-47d221e4]{font-size:40px;min-width:100%}}.content-header-left p[data-v-47d221e4]{line-height:140%;max-width:470px}.content-header-left p[data-v-47d221e4],.content-header-left-timer[data-v-47d221e4]{font-family:Space Mono;font-style:normal;font-weight:400;font-size:18px;display:flex;align-items:center;color:#000}.content-header-left-timer[data-v-47d221e4]{line-height:130%}.content-header-left-status[data-v-47d221e4]{font-family:Space Mono;font-style:normal;font-weight:500;font-size:18px;line-height:130%;display:flex;align-items:center;text-align:center;color:#a2a2a2}.content-header-left-status .icon-interest-pts[data-v-47d221e4],.content-header-left-status .icon-users[data-v-47d221e4]{margin-left:10px}.content-header-left-status span[data-v-47d221e4]{font-weight:700;margin-left:5px;color:#000}.content-header-left-industry[data-v-47d221e4]{display:flex;justify-content:flex-start;max-width:400px;width:100%;align-items:center}.content-header-left-industry-title[data-v-47d221e4]{font-family:Space Mono;font-style:normal;font-weight:500;font-size:18px;line-height:130%;display:flex;align-items:center;text-align:center;color:#a2a2a2}.content-header-left-industry-blocks[data-v-47d221e4]{display:flex;flex-wrap:wrap;max-width:400px;padding-top:8px;margin-left:8px}.content-header-left-stage[data-v-47d221e4]{font-family:Space Mono;font-style:normal;font-weight:500;font-size:18px;line-height:130%;display:flex;align-items:center;text-align:center;color:#a2a2a2}.content-header-left-stage-btn[data-v-47d221e4]{display:flex;align-items:center;letter-spacing:.06em;text-transform:uppercase;font-weight:700;font-size:16px;color:#fff;background:linear-gradient(180deg,#92d0ac,#18b4e9);padding:3px 10px;margin-left:10px}@media(min-width:768px)and (max-width:1023px){.content-header-left-stage-btn[data-v-47d221e4]{font-size:14px}}.content-header-right img[data-v-47d221e4]{max-width:570px;max-height:400px;min-height:auto;width:100%;height:auto;position:relative;z-index:1}@media(min-width:768px)and (max-width:1023px){.content-header-right img[data-v-47d221e4]{max-width:100%;max-height:100%;min-width:auto;min-height:auto;flex-direction:column}}@media(max-width:767px){.content-header-right img[data-v-47d221e4]{max-width:100%;max-height:100%;min-width:auto;min-height:auto;flex-direction:column}}.content-header-right-header[data-v-47d221e4]{display:flex;justify-content:space-between;font-family:Space Mono;font-style:normal;font-weight:500;font-size:14px;line-height:130%;align-items:center;margin:3px 0 3px;color:#000}@media(max-width:450px){.content-header-right-header[data-v-47d221e4]{font-size:11px!important}}.content-header-right-header span[data-v-47d221e4]{font-weight:700;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}@media(max-width:450px){.content-header-right-header span[data-v-47d221e4]{font-size:11px!important}}.content-header-right-scale[data-v-47d221e4]{position:relative;width:100%;height:14px;box-sizing:border-box;border:1px solid gray}.content-header-right-scale-full[data-v-47d221e4]{position:absolute;max-width:100%;height:12px;background:linear-gradient(129.36deg,#75e1db 27.47%,#cee3e0 128.48%)}.content-header-right-scale-soft[data-v-47d221e4]{position:absolute;background:transparent;border-right:2px dashed #000;height:21px;top:-4px}.content-header-right-scale-soft-text[data-v-47d221e4]{position:absolute;top:15px;font-size:14px}@media(max-width:767px){.content-header-right-scale-soft-text[data-v-47d221e4]{font-size:11px}}.content-header-right-scale-soft-arrows[data-v-47d221e4]{position:absolute;background:linear-gradient(180deg,#b7b7b7,#cfcfcf);opacity:.2;height:100%}.content-header-right-general-info[data-v-47d221e4]{flex:1;margin-left:45px}@media(max-width:767px){.content-header-right-general-info[data-v-47d221e4]{margin-left:0}}@media(min-width:768px)and (max-width:1023px){.content-header-right-general-info[data-v-47d221e4]{width:50%}}.content-header-right-general-info-project-name[data-v-47d221e4]{font-size:24px}.content-header-right-general-info-project-name-wrapper[data-v-47d221e4]{max-width:240px}.content-header-right-general-info-meta[data-v-47d221e4]{margin:15px 0}.content-header-right-general-info-meta[data-v-47d221e4] :first-child{margin-right:15px}.content-header-right-general-info-meta-wrapper[data-v-47d221e4]{display:flex;justify-content:space-between;flex-flow:column-reverse}.content-header-right-general-info-label[data-v-47d221e4]{margin-bottom:10px}.content-header-right-general-info-staking-ends-in[data-v-47d221e4],.content-header-right-general-info-staking-min-max[data-v-47d221e4]{display:flex;justify-content:space-between}.content-header-right-general-info-staking-ends-in-label[data-v-47d221e4],.content-header-right-general-info-staking-min-max-label[data-v-47d221e4]{color:#a2a2a2;font-size:14px;font-weight:400}.content-header-right-general-info-staking-info-wrapper[data-v-47d221e4]{border:1px solid #a2a2a2;filter:drop-shadow(0 0 65px rgba(0,0,0,.3));border-radius:4px;padding:9px 15px;margin-top:5px;margin-bottom:5px;display:flex;justify-content:space-between;align-items:center;position:relative}.content-header-right-general-info-staking-info-otc-wrapper[data-v-47d221e4]{border:1px solid #a2a2a2;filter:drop-shadow(0 0 65px rgba(0,0,0,.3));border-radius:4px;margin-top:5px;margin-bottom:5px;position:relative;font-family:Space Mono;font-style:normal;font-weight:400;font-size:12px;line-height:130%;letter-spacing:-.02em;color:#353535;height:auto}.content-header-right-general-info-staking-info-otc-balance[data-v-47d221e4]{background:linear-gradient(180deg,rgba(159,218,230,.2),rgba(126,172,182,.2));border-bottom:1px solid #a2a2a2;height:25px;width:calc(100% - 30px);padding:0 15px}@media(max-width:767px){.content-header-right-general-info-staking-info-otc-balance-wrapper[data-v-47d221e4]{font-size:10px}}.content-header-right-general-info-staking-info-otc-input[data-v-47d221e4]{font-weight:600;font-size:32px;color:#000;padding:15px 15px 0}@media(max-width:767px){.content-header-right-general-info-staking-info-otc-input[data-v-47d221e4]{font-size:21px;bottom:10px}}.content-header-right-general-info-staking-info-otc-input input[data-v-47d221e4]{font-family:Space Mono,sans-serif;font-weight:600;background:transparent;border:0;color:#000;-moz-appearance:textfield;width:65%}@media(min-width:1024px)and (max-width:1279px){.content-header-right-general-info-staking-info-otc-input input[data-v-47d221e4]{width:50%}}@media(max-width:767px){.content-header-right-general-info-staking-info-otc-input input[data-v-47d221e4]{width:58%}}.content-header-right-general-info-staking-info-otc-input input[data-v-47d221e4]:active,.content-header-right-general-info-staking-info-otc-input input[data-v-47d221e4]:focus{border:0;outline:0}.content-header-right-general-info-staking-info-otc-input input[data-v-47d221e4]::-moz-placeholder{color:#000;opacity:.6}.content-header-right-general-info-staking-info-otc-input input[data-v-47d221e4]::placeholder{color:#000;opacity:.6}.content-header-right-general-info-staking-info-otc-input input[data-v-47d221e4]:-ms-input-placeholder{color:#000}.content-header-right-general-info-staking-info-otc-input input[data-v-47d221e4] ::-ms-input-placeholder{color:#000}.content-header-right-general-info-staking-info-otc-input input[data-v-47d221e4]::-webkit-inner-spin-button,.content-header-right-general-info-staking-info-otc-input input[data-v-47d221e4]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.content-header-right-general-info-staking-info-balance[data-v-47d221e4]{font-family:Space Mono;font-style:normal;font-weight:400;font-size:14px;line-height:130%;display:flex;align-items:center;color:#6f7173}@media(min-width:1024px)and (max-width:1279px){.content-header-right-general-info-staking-info-balance[data-v-47d221e4]{font-size:11px}}@media(max-width:767px){.content-header-right-general-info-staking-info-balance[data-v-47d221e4]{position:absolute;font-size:10px}}.content-header-right-general-info-staking-info-balance-wrapper[data-v-47d221e4]{display:flex;flex-direction:column;height:60px;justify-content:space-between}@media(max-width:767px){.content-header-right-general-info-staking-info-balance-wrapper[data-v-47d221e4]{font-size:10px}}.content-header-right-general-info-staking-info-input[data-v-47d221e4]{font-weight:600;font-size:32px;color:#000;padding-top:5px;max-width:380px}@media(max-width:767px){.content-header-right-general-info-staking-info-input[data-v-47d221e4]{font-size:21px;position:absolute;bottom:10px}}.content-header-right-general-info-staking-info-input input[data-v-47d221e4]{font-family:Space Mono,sans-serif;font-weight:600;background:transparent;border:0;color:#000;-moz-appearance:textfield;width:65%}@media(min-width:1024px)and (max-width:1279px){.content-header-right-general-info-staking-info-input input[data-v-47d221e4]{width:50%}}@media(max-width:767px){.content-header-right-general-info-staking-info-input input[data-v-47d221e4]{width:58%}}.content-header-right-general-info-staking-info-input input[data-v-47d221e4]:active,.content-header-right-general-info-staking-info-input input[data-v-47d221e4]:focus{border:0;outline:0}.content-header-right-general-info-staking-info-input input[data-v-47d221e4]::-moz-placeholder{color:#000;opacity:.6}.content-header-right-general-info-staking-info-input input[data-v-47d221e4]::placeholder{color:#000;opacity:.6}.content-header-right-general-info-staking-info-input input[data-v-47d221e4]:-ms-input-placeholder{color:#000}.content-header-right-general-info-staking-info-input input[data-v-47d221e4] ::-ms-input-placeholder{color:#000}.content-header-right-general-info-staking-info-input input[data-v-47d221e4]::-webkit-inner-spin-button,.content-header-right-general-info-staking-info-input input[data-v-47d221e4]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.content-header-right-general-info-otc-staking-ends-in[data-v-47d221e4],.content-header-right-general-info-otc-staking-min-max[data-v-47d221e4]{display:flex;justify-content:space-between;margin:20px 15px 20px 15px;padding-top:5px;border-top:1px solid #a2a2a2}.content-header-right-general-info-otc-staking-ends-in-label[data-v-47d221e4],.content-header-right-general-info-otc-staking-min-max-label[data-v-47d221e4]{color:#a2a2a2;font-size:14px;font-weight:400}.content-header-right-general-info-otc-staking-info-otc-wrapper[data-v-47d221e4]{border:1px solid #a2a2a2;filter:drop-shadow(0 0 65px rgba(0,0,0,.3));border-radius:4px;margin-top:5px;margin-bottom:5px;position:relative;font-family:Space Mono;font-style:normal;font-weight:400;font-size:12px;line-height:130%;letter-spacing:-.02em;color:#353535;height:200px}.content-header-right-general-info-otc-staking-info-otc-balance[data-v-47d221e4]{background:linear-gradient(180deg,rgba(159,218,230,.2),rgba(126,172,182,.2));border-bottom:1px solid #a2a2a2;height:25px;width:calc(100% - 30px);padding:0 15px}@media(max-width:767px){.content-header-right-general-info-otc-staking-info-otc-balance-wrapper[data-v-47d221e4]{font-size:10px}}.content-header-right-general-info-otc-staking-info-otc-input[data-v-47d221e4]{font-weight:600;font-size:32px;color:#000;padding:15px 35px 0 15px}@media(max-width:767px){.content-header-right-general-info-otc-staking-info-otc-input[data-v-47d221e4]{font-size:21px;position:absolute;bottom:10px}}.content-header-right-general-info-otc-staking-info-otc-input input[data-v-47d221e4]{font-family:Space Mono,sans-serif;font-weight:600;background:transparent;border:0;color:#898d8f;-moz-appearance:textfield;width:65%}@media(min-width:1024px)and (max-width:1279px){.content-header-right-general-info-otc-staking-info-otc-input input[data-v-47d221e4]{width:50%}}@media(max-width:767px){.content-header-right-general-info-otc-staking-info-otc-input input[data-v-47d221e4]{width:58%}}.content-header-right-general-info-otc-staking-info-otc-input input[data-v-47d221e4]:active,.content-header-right-general-info-otc-staking-info-otc-input input[data-v-47d221e4]:focus{border:0;outline:0}.content-header-right-general-info-otc-staking-info-otc-input input[data-v-47d221e4]::-moz-placeholder{color:#000;opacity:.6}.content-header-right-general-info-otc-staking-info-otc-input input[data-v-47d221e4]::placeholder{color:#000;opacity:.6}.content-header-right-general-info-otc-staking-info-otc-input input[data-v-47d221e4]:-ms-input-placeholder{color:#000}.content-header-right-general-info-otc-staking-info-otc-input input[data-v-47d221e4] ::-ms-input-placeholder{color:#000}.content-header-right-general-info-otc-staking-info-otc-input input[data-v-47d221e4]::-webkit-inner-spin-button,.content-header-right-general-info-otc-staking-info-otc-input input[data-v-47d221e4]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.content-header-right-general-info-otc-staking-otc-fee[data-v-47d221e4]{display:flex;justify-content:space-between;padding:15px 18px 15px 15px;gap:20px}.content-header-right-general-info-otc-staking-otc-fee-left[data-v-47d221e4]{display:flex;justify-content:space-between;width:100%;max-width:230px;font-family:Space Mono;font-style:normal;font-weight:400;font-size:12px;line-height:130%;align-items:center;letter-spacing:-.02em}.content-header-right-general-info-otc-staking-otc-fee-left-top[data-v-47d221e4]{color:#6f7173}.content-header-right-general-info-otc-staking-otc-fee-left-bot[data-v-47d221e4]{margin-top:5px}.content-header-right-investments[data-v-47d221e4]{display:flex;flex-direction:column;gap:10px;margin-top:15px;margin-bottom:10px}@media(max-width:767px){.content-header-right-investments[data-v-47d221e4]{margin-top:20px;margin-bottom:30px}}@media(min-width:768px)and (max-width:1023px){.content-header-right-investments[data-v-47d221e4]{margin-top:20px;margin-bottom:30px}}.content-header-right-investments-header[data-v-47d221e4]{font-family:Space Mono;font-size:14px;font-weight:700;line-height:16px;letter-spacing:-.02em;text-align:left;text-transform:uppercase}.content-header-right-investments-content[data-v-47d221e4]{display:flex;flex-direction:row;gap:36px}.content-header-right-investments-content-top[data-v-47d221e4]{font-size:16px;font-weight:400;line-height:21px;letter-spacing:-.02em;text-align:left;color:#fff;background:#a1a1aa;padding:2px 4px;width:-moz-fit-content;width:fit-content;z-index:0;position:relative;border:1px solid #000}.content-header-right-investments-content-top-shadow[data-v-47d221e4]{position:absolute;top:1px;left:3px;width:100%;height:100%;z-index:-1;border:1px solid #000;opacity:.4}.content-header-right-investments-content-amount[data-v-47d221e4]{display:flex;flex-direction:row;font-size:18px;font-weight:400;line-height:23px;letter-spacing:-.02em;text-align:left;width:-moz-fit-content;width:fit-content}.content-header-right-investments-content-amount img[data-v-47d221e4]{width:19px;height:20px;margin-right:4px;margin-top:3px}.content-header-right-investments-content-price[data-v-47d221e4]{font-size:18px;font-weight:400;line-height:23px;letter-spacing:-.02em;text-align:left}.content-header-right-investments-content-price span[data-v-47d221e4]{color:#a2a9bd;padding:0 4px}.content-header-right-investments-right[data-v-47d221e4]{display:flex;flex-direction:column;justify-content:center;gap:5px}.content-header-right-investments-right-header[data-v-47d221e4]{font-family:Space Mono;font-size:12px;font-weight:400;line-height:16px;letter-spacing:-.02em;text-align:left;text-transform:uppercase}.content-header-right-investments-right-allocation[data-v-47d221e4]{font-family:Space Mono;font-size:20px;font-weight:700;text-align:left;letter-spacing:-.02em}.content-header-right-investments-right-price[data-v-47d221e4]{font-family:Space Mono;font-size:12px;font-weight:400;line-height:17px;letter-spacing:-.02em;text-align:left;color:#6f7173}.content-main[data-v-47d221e4]{display:flex;flex-direction:column}.content-main-title[data-v-47d221e4]{font-family:Space Mono;font-style:normal;font-weight:700;font-size:52px;line-height:92%;display:flex;align-items:center;text-transform:uppercase;color:#000}@media(min-width:1024px)and (max-width:1279px){.content-main-title[data-v-47d221e4]{font-size:42px}}@media(max-width:767px){.content-main-title[data-v-47d221e4]{font-size:40px}}.content-main-social-networks-wrapper[data-v-47d221e4]{display:flex;list-style-type:none;padding-left:5px;padding-bottom:15px}.content-main-social-networks-wrapper li[data-v-47d221e4]:not(:last-child){margin-right:22px}.content-main-social-networks-wrapper li img[data-v-47d221e4]{max-width:21px}.content-main-details[data-v-47d221e4]{display:flex;justify-content:space-between}@media(min-width:768px)and (max-width:1023px){.content-main-details[data-v-47d221e4]{flex-direction:column-reverse;row-gap:60px}}@media(max-width:767px){.content-main-details[data-v-47d221e4]{flex-direction:column-reverse;row-gap:60px}}.key-metrics[data-v-47d221e4]{width:100%;display:flex;flex-direction:column;max-width:460px;position:relative}.key-metrics ul[data-v-47d221e4]{margin:0;text-decoration:none;list-style-type:none;display:flex}@media(min-width:768px)and (max-width:1023px){.key-metrics ul[data-v-47d221e4]{padding-left:0}}@media(max-width:767px){.key-metrics ul[data-v-47d221e4]{padding-left:0}}.key-metrics ul li[data-v-47d221e4]{font-weight:400;text-align:center;cursor:pointer;letter-spacing:-.035em;color:#a2a2a2}.key-metrics ul .active[data-v-47d221e4],.key-metrics ul li[data-v-47d221e4]{font-family:Space Mono;font-style:normal;font-size:18px;line-height:130%;display:flex;align-items:center;text-transform:capitalize;padding:0 13px 0 0}.key-metrics ul .active[data-v-47d221e4]{color:#000;height:46px;font-weight:700;letter-spacing:-.04em;background:linear-gradient(72.12deg,#4d4d4d 2.57%,#121212 126.49%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.key-metrics .colored-border[data-v-47d221e4]{position:relative;background:#d9d9d9;box-shadow:0 0 35px rgba(0,0,0,.1);border-image-slice:1;padding:42px;width:calc(100% - 84px);margin-left:40px;color:#000;line-height:22px;letter-spacing:.05em}.key-metrics .colored-border div p a[data-v-47d221e4]{color:#000}.key-metrics .colored-border-squares-one[data-v-47d221e4]{position:absolute;background-image:url(/img/squares-no-borders.7c8926b2.svg);bottom:-24px;left:-25px;width:224px;height:208px;z-index:-1}.key-metrics .colored-border-squares-second[data-v-47d221e4]{position:absolute;background-image:url(/img/squares-no-borders.7c8926b2.svg);bottom:-20px;right:-21px;width:224px;height:208px;z-index:-1}@media(min-width:768px)and (max-width:1023px){.key-metrics .colored-border[data-v-47d221e4]{margin-left:0}}@media(max-width:767px){.key-metrics .colored-border[data-v-47d221e4]{box-sizing:border-box;margin-left:0;width:100%}}.key-metrics .colored-border[data-v-47d221e4]:first-child{margin-right:20px}@media(max-width:767px){.key-metrics .colored-border[data-v-47d221e4]:first-child{border-bottom:none}}.key-metrics .colored-border.usual[data-v-47d221e4]{border-image-source:#000}.key-metrics .colored-border.lockdrop[data-v-47d221e4]{border-image-source:linear-gradient(270deg,#00b1d2,#1eb676)}.key-metrics .colored-border.ido[data-v-47d221e4]{border-image-source:linear-gradient(270deg,#ff7f23,#fff400)}.key-metrics .colored-border.nft[data-v-47d221e4]{border-image-source:linear-gradient(270deg,#ff3f71,#ffad72)}.key-metrics .colored-border.true-yield-staking[data-v-47d221e4]{border-image-source:linear-gradient(270deg,#ac3bff,#7ccaf7)}.key-metrics .metrics[data-v-47d221e4]{display:flex;flex-direction:column}.key-metrics .metrics-label[data-v-47d221e4]{font-size:20px;font-weight:400;color:#000;margin-bottom:8px}.key-metrics .metrics-wrapper[data-v-47d221e4]{display:flex}@media(max-width:767px){.key-metrics .metrics-wrapper[data-v-47d221e4]{flex-flow:column}}.key-metrics .metric-wrapper[data-v-47d221e4]{display:flex;flex-direction:column;color:#000;font-size:16px;font-weight:500}.key-metrics .metric-wrapper-element[data-v-47d221e4]{display:flex;justify-content:space-between}.key-metrics .metric-wrapper hr[data-v-47d221e4]{width:100%;height:1px;background:linear-gradient(72.12deg,#4d4d4d 2.57%,#121212 126.49%);border:none}@media(max-width:767px){.key-metrics .metric-wrapper[data-v-47d221e4]{font-size:14px}}.key-metrics .metric-wrapper[data-v-47d221e4]:not(:last-child){margin-bottom:10px}.key-metrics .metric-name[data-v-47d221e4]{font-weight:400;letter-spacing:-.05em;color:#272727;margin-right:20px;text-align:left}.key-metrics .metric-name[data-v-47d221e4],.key-metrics .metric-value[data-v-47d221e4]{font-family:Space Mono;font-style:normal;font-size:18px;line-height:130%;display:flex;align-items:center}.key-metrics .metric-value[data-v-47d221e4]{text-align:right;font-weight:700;letter-spacing:-.025em;background:linear-gradient(72.12deg,#4d4d4d 2.57%,#121212 126.49%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}.key-metrics-images[data-v-47d221e4]{display:flex;flex-direction:column;margin-left:40px}.key-metrics-images img[data-v-47d221e4]{width:100%;height:100%;max-width:420px;max-height:260px}@media(min-width:768px)and (max-width:1023px){.key-metrics-images[data-v-47d221e4]{margin-left:0}}@media(max-width:767px){.key-metrics-images[data-v-47d221e4]{margin-left:0}}iframe[data-v-47d221e4]{width:100%;height:100%;max-height:259px;margin-left:40px;margin-top:30px}@media(min-width:768px)and (max-width:1023px){iframe[data-v-47d221e4]{margin-left:0}}@media(max-width:767px){iframe[data-v-47d221e4]{margin-left:0}}@media(max-width:460px){iframe[data-v-47d221e4]{width:360px;height:200px}}.carousel-wrapper[data-v-47d221e4]{margin-top:100px;width:100%;min-height:500px;max-width:420px;margin-left:40px}@media(min-width:768px)and (max-width:1023px){.carousel-wrapper[data-v-47d221e4]{margin-left:0;width:100%;min-height:340px}}@media(max-width:767px){.carousel-wrapper[data-v-47d221e4]{margin-left:0;width:100%;min-height:340px}}.carousel-main[data-v-47d221e4]{border-radius:10px;cursor:pointer}@media(max-width:767px){.carousel-main[data-v-47d221e4]{box-shadow:none;filter:none}}.carousel-cell img[data-v-47d221e4]{border-radius:10px;width:100%;max-width:460px;max-height:240px}.carousel-nav[data-v-47d221e4]{margin-top:15px;cursor:pointer;max-width:146px;max-height:75px}.carousel-nav img[data-v-47d221e4]{width:95%;border-radius:4px}.carousel-nav.agile__slide--active[data-v-47d221e4]{position:relative}.carousel-nav.agile__slide--active[data-v-47d221e4]:before{content:"";position:absolute;top:0;right:10px;left:0;bottom:0;box-shadow:inset 0 0 50px 50px rgba(0,0,0,.3)}.gallery-slide[data-v-47d221e4]{max-width:90%;max-height:500px;position:relative;z-index:20}@media(max-width:1023px){.gallery-slide[data-v-47d221e4]{width:75%}}.gallery-slide-wrapper[data-v-47d221e4]{top:20%;left:0;position:fixed;display:flex;align-items:center;justify-content:space-between;z-index:20;padding:0 20px;width:100%;box-sizing:border-box}.gallery-overlay[data-v-47d221e4]{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.6);z-index:15}.gallery-close[data-v-47d221e4]{width:100%;position:absolute;height:100%}.gallery-next[data-v-47d221e4],.gallery-prev[data-v-47d221e4]{cursor:pointer;z-index:20;padding:100px 20px}.gallery-next.disabled[data-v-47d221e4],.gallery-prev.disabled[data-v-47d221e4]{cursor:unset}.gallery-next img[data-v-47d221e4],.gallery-prev img[data-v-47d221e4]{width:15px}[data-v-47d221e4] .popper{--popper-theme-background-color:#000;--popper-theme-background-color-hover:#000;--popper-theme-text-color:#fff;--popper-theme-border-width:0px;--popper-theme-border-style:solid;--popper-theme-border-radius:6px;--popper-theme-padding:5px;--popper-theme-box-shadow:0 6px 30px -6px rgba(0,0,0,.25);text-align:center;font-size:16px;z-index:2}.content-header-right-investments-all[data-v-47d221e4]{display:flex;justify-content:space-between}@media(min-width:1024px)and (max-width:1279px){.content-header-right-investments-all[data-v-47d221e4]{flex-direction:column;margin-bottom:60px}}@media(max-width:767px){.content-header-right-investments-all[data-v-47d221e4]{flex-direction:column;margin-bottom:60px}}.about-tab{color:#000;padding-left:0;padding-right:0;line-height:22px;letter-spacing:.05em;max-width:640px;display:flex;flex-direction:column;align-items:start;text-align:start}@media(min-width:1024px)and (max-width:1279px){.about-tab{max-width:500px}}@media(max-width:767px){.about-tab{padding-left:0;padding-right:0}}.about-tab h2{font-family:Space Mono,sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:24px;letter-spacing:.05em;margin-bottom:10px;margin-top:20px;background:#000;-webkit-background-clip:text;background-clip:text;text-fill-color:transparent}.about-tab p{margin-top:0;margin-bottom:20px}.about-tab img{width:100%!important}.about-tab a{color:#000}.about-tab ul{margin:0 0 20px 0}.content-header-left p a{color:#000}.content-header-left .likes-and-interest{display:flex;margin-top:30px}.content-header-left .likes-and-interest img{margin-right:8px}.content-header-left .interests,.content-header-left .likes{display:flex;min-width:160px;width:auto;align-items:center;letter-spacing:0}.content-header-left .interests span,.content-header-left .likes span{font-size:18px;word-spacing:-4px}.content-header-left .likes{min-width:150px;margin-right:10px}.question-mark{position:relative;width:17px!important;left:5px}.set-atd-btn{cursor:pointer}.disabled-sign{cursor:no-drop}.colored-border div p a{color:#000!important}.back-icon{cursor:pointer;margin-top:30px}.project-name[data-v-bcf01022]{line-height:130%;text-align:left;font-family:Space Mono;font-style:normal;font-weight:700;font-size:16px;letter-spacing:-.035em;color:#272727}@media(max-width:767px){.project-name[data-v-bcf01022]{font-size:16px}}@media(min-width:768px)and (max-width:1023px){.project-name[data-v-bcf01022]{font-size:18px}}.project-dates[data-v-bcf01022]{font-weight:600;font-size:13px;line-height:130%;color:#fff;padding-top:5px;text-align:left}@media(max-width:767px){.project-dates[data-v-bcf01022]{font-size:11px}}@media(min-width:768px)and (max-width:1023px){.project-dates[data-v-bcf01022]{font-size:11px}}.project-type[data-v-bcf01022]{position:absolute;display:flex;bottom:5px;left:15px;gap:7px}.project-type div[data-v-bcf01022]{display:flex;min-height:22px;padding:0 12px;font-family:Space Mono;font-style:normal;font-weight:700;font-size:12px;align-items:center;text-align:center;letter-spacing:.04em;text-transform:uppercase;color:#000;background:#b6dc2b;border:.5px solid #000}.project-card-bg-wrapper[data-v-bcf01022]{box-sizing:border-box;width:310px;height:auto;box-shadow:0 0 65px rgba(0,0,0,.25);text-align:center;cursor:pointer;background:#e5e7eb;box-shadow:0 1px 4px rgba(0,0,0,.25);z-index:2}@media(max-width:767px){.project-card-bg-wrapper[data-v-bcf01022]:nth-child(2n),.project-card-bg-wrapper[data-v-bcf01022]:nth-child(2n-1){margin-right:0}}@media(max-width:696px){.project-card-bg-wrapper[data-v-bcf01022]{margin-left:0;margin-right:0}}@media(max-width:1023px){.project-card-bg-wrapper[data-v-bcf01022]{width:340px;height:226px}}@media(max-width:767px){.project-card-bg-wrapper[data-v-bcf01022]{width:294px;height:200px}}@media(max-width:359px){.project-card-bg-wrapper[data-v-bcf01022]{width:100%}}@media(max-width:660px)and (min-width:360px){.project-card-bg-wrapper[data-v-bcf01022]{width:100%;height:100%}}.project-card-content[data-v-bcf01022]{position:relative;width:100%;height:100%}.project-card-content .state-label[data-v-bcf01022]{margin:6px 15px;position:absolute;bottom:5px;right:0;font-family:Space Mono;font-style:normal;font-weight:400;font-size:12px;align-items:start;width:-moz-fit-content;width:fit-content;letter-spacing:.105em;text-transform:uppercase;color:#fff;text-shadow:1px 0 #000,-1px 0 #000,0 1px #000,0 -1px #000}.project-card-content .state-label-text[data-v-bcf01022]{position:relative;z-index:1}.project-card-content .state-label-text-shadow[data-v-bcf01022]{top:0;margin-top:-13px;margin-left:3px;z-index:0}.project-card-content .state-label-ball[data-v-bcf01022]{position:absolute;border-radius:50px;width:10px;height:10px;background:linear-gradient(171.5deg,#15ffff 6.5%,#ffdb1a 129.21%);border:.5px solid #000;align-items:start;margin-left:-15px;margin-top:1px;z-index:1}.project-card-content .state-label-ball-shadow[data-v-bcf01022]{position:absolute;background:#fff;border-radius:50px;width:10px;height:10px;margin-left:-13px;margin-top:2px;border:.5px solid #000;z-index:0}.project-card-img[data-v-bcf01022]{height:175px;background:radial-gradient(50% 50% at 50% 50%,#3c3d46 1.56%,#1a1b1d 100%) no-repeat 50%;background-size:cover;position:relative}@media(max-width:767px){.project-card-img[data-v-bcf01022]{height:140px}}@media(min-width:768px)and (max-width:1023px){.project-card-img[data-v-bcf01022]{height:153px}}@media(max-width:660px)and (min-width:360px){.project-card-img[data-v-bcf01022]{width:100%;height:40vw}}.project-card-meta[data-v-bcf01022]{display:flex;justify-content:space-between;padding:25px}@media(max-width:767px){.project-card-meta[data-v-bcf01022]{align-items:center;padding:16px}}@media(min-width:768px)and (max-width:1023px){.project-card-meta[data-v-bcf01022]{padding:20px}}@media(max-width:660px)and (min-width:360px){.project-card-meta[data-v-bcf01022]{padding:4vw 16px}}.project-card-meta-left-side[data-v-bcf01022]{display:flex;flex-flow:column;align-items:flex-start;align-self:center}@media(max-width:767px){.project-card-meta-left-side[data-v-bcf01022]{padding-left:14px}}.project-card-meta-right-side[data-v-bcf01022]{align-self:flex-start}@media(max-width:767px){.project-card-meta-right-side[data-v-bcf01022]{padding-right:13px}}@media(min-width:768px)and (max-width:1023px){.project-card-meta-right-side[data-v-bcf01022]{padding-right:13px}}.project-card-meta-right-side button[data-v-bcf01022]{background:#272727;box-shadow:0 4px 4px rgba(0,0,0,.25);max-width:97px;max-height:38px;padding:8px 16px 10px;font-family:Space Mono;font-style:normal;font-weight:400;font-size:12px;line-height:130%;letter-spacing:-.045em;text-transform:uppercase;color:#fff}@media(max-width:767px){.project-card-meta-right-side button[data-v-bcf01022]{font-size:12px}}.completed-deals-projects-wrapper[data-v-5d44c209]{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;margin-top:40px;min-width:100%;width:100%;gap:16px}@media(max-width:696px){.completed-deals-projects-wrapper[data-v-5d44c209]{flex-direction:column}}@media(min-width:576px)and (max-width:767px){.completed-deals-projects-wrapper[data-v-5d44c209]{flex-wrap:wrap}}@media(max-width:767px){.completed-deals-projects-wrapper[data-v-5d44c209]{grid-template-columns:1fr 1fr}}@media(min-width:1024px)and (max-width:1279px){.completed-deals-projects-wrapper[data-v-5d44c209]{grid-template-columns:1fr 1fr 1fr}}@media(max-width:1335px)and (min-width:1279px){.completed-deals-projects-wrapper[data-v-5d44c209]{grid-template-columns:1fr 1fr 1fr}}@media(min-width:768px)and (max-width:1023px){.completed-deals-projects-wrapper[data-v-5d44c209]{grid-template-columns:1fr 1fr}}@media(max-width:660px){.completed-deals-projects-wrapper[data-v-5d44c209]{grid-template-columns:1fr}}.heading[data-v-5d44c209]{font-size:88px;line-height:80px;max-width:500px;display:inline-block;position:relative;margin-top:-40px}@media(max-width:767px){.heading[data-v-5d44c209]{font-size:48px;line-height:50px}}@media(min-width:768px)and (max-width:1023px){.heading[data-v-5d44c209]{font-size:48px;max-width:400px;line-height:50px;margin-top:0}}.sub-heading[data-v-5d44c209]{max-width:663px;margin-top:11px}@media(min-width:768px)and (max-width:1023px){.sub-heading[data-v-5d44c209]{max-width:400px}}.details-button button[data-v-5d44c209]{position:relative;margin-top:41px;background:linear-gradient(180deg,#6affce,#79f6b6);border:.7px solid #000;box-shadow:0 4px 4px rgba(0,0,0,.15);max-height:none;padding:15px 50px;font-family:Space Mono;font-style:normal;font-weight:400;font-size:22px;line-height:130%;letter-spacing:.105em;text-transform:uppercase;color:#fff}@media(max-width:767px){.details-button button[data-v-5d44c209]{font-size:16px;padding:13px 30px}}@media(min-width:768px)and (max-width:1023px){.details-button button[data-v-5d44c209]{font-size:15px;padding:11px 25px;margin-top:27px}}.button-shadow[data-v-5d44c209]{position:absolute;max-width:320px;width:100%;height:58px;border:1px solid #000;left:6px;top:6px;z-index:-1}@media(max-width:767px){.button-shadow[data-v-5d44c209]{height:48px}}@media(min-width:768px)and (max-width:1023px){.button-shadow[data-v-5d44c209]{height:44px}}.back[data-v-5d44c209]{background:linear-gradient(180deg,#6affce,#79f6b6)}@media(min-width:1024px){.list[data-v-5d44c209]{max-width:1280px;margin:0 auto}}@media(min-width:768px){.list[data-v-5d44c209]{height:auto}}.list-header[data-v-5d44c209]{display:flex;justify-content:space-between;align-items:center}.list-header-menu[data-v-5d44c209]{display:flex;justify-content:space-between;list-style:none;padding-left:0}.list-header-menu li[data-v-5d44c209]{text-decoration:none;list-style-type:none;margin-right:20px;font-family:Space Mono;font-style:normal;font-weight:500;font-size:18px;line-height:130%;align-items:center;color:#9b9b9b}.list-header-menu[data-v-5d44c209] :hover{color:#000;cursor:pointer}.list-header-menu .active[data-v-5d44c209]{color:#000}.list-header-search[data-v-5d44c209]{height:30px;display:inline-flex;border-radius:20px;padding:5px 5px 5px 10px;background:#d9d9d9;align-items:center;margin-right:20px}.list-header-search-icon[data-v-5d44c209]{width:13px;height:13px;margin-right:10px;order:-1}.list-header-search-field[data-v-5d44c209]{width:200px;border:0;background:#d9d9d9;color:#fff;font-size:22px}.list-header-search-field[data-v-5d44c209]:focus{outline:none}.list-header-filter[data-v-5d44c209]{display:flex;justify-content:space-between;font-style:normal;font-weight:500;font-size:18px;line-height:130%;align-items:center;color:#9b9b9b;min-width:70px;cursor:pointer}.list-header-filter img[data-v-5d44c209]{margin:auto 5px}.list-header-filter-angle[data-v-5d44c209]{width:15px;height:15px;transform:rotate(90deg)}.empty-result[data-v-5d44c209]{margin-top:20px;font-size:16px;color:#000}.completed-deals-projects-wrapper[data-v-77e6066d]{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;margin-top:40px;min-width:100%;width:100%;gap:16px}@media(max-width:696px){.completed-deals-projects-wrapper[data-v-77e6066d]{flex-direction:column}}@media(min-width:576px)and (max-width:767px){.completed-deals-projects-wrapper[data-v-77e6066d]{flex-wrap:wrap}}@media(max-width:767px){.completed-deals-projects-wrapper[data-v-77e6066d]{grid-template-columns:1fr 1fr}}@media(min-width:1024px)and (max-width:1279px){.completed-deals-projects-wrapper[data-v-77e6066d]{grid-template-columns:1fr 1fr 1fr}}@media(max-width:1335px)and (min-width:1279px){.completed-deals-projects-wrapper[data-v-77e6066d]{grid-template-columns:1fr 1fr 1fr}}@media(min-width:768px)and (max-width:1023px){.completed-deals-projects-wrapper[data-v-77e6066d]{grid-template-columns:1fr 1fr}}@media(max-width:660px){.completed-deals-projects-wrapper[data-v-77e6066d]{grid-template-columns:1fr}}.heading[data-v-77e6066d]{font-size:88px;line-height:80px;max-width:500px;display:inline-block;position:relative;margin-top:-40px}@media(max-width:767px){.heading[data-v-77e6066d]{font-size:48px;line-height:50px}}@media(min-width:768px)and (max-width:1023px){.heading[data-v-77e6066d]{font-size:48px;max-width:400px;line-height:50px;margin-top:0}}.sub-heading[data-v-77e6066d]{max-width:663px;margin-top:11px}@media(min-width:768px)and (max-width:1023px){.sub-heading[data-v-77e6066d]{max-width:400px}}.details-button button[data-v-77e6066d]{position:relative;margin-top:41px;background:linear-gradient(180deg,#6affce,#79f6b6);border:.7px solid #000;box-shadow:0 4px 4px rgba(0,0,0,.15);max-height:none;padding:15px 50px;font-family:Space Mono;font-style:normal;font-weight:400;font-size:22px;line-height:130%;letter-spacing:.105em;text-transform:uppercase;color:#fff}@media(max-width:767px){.details-button button[data-v-77e6066d]{font-size:16px;padding:13px 30px}}@media(min-width:768px)and (max-width:1023px){.details-button button[data-v-77e6066d]{font-size:15px;padding:11px 25px;margin-top:27px}}.button-shadow[data-v-77e6066d]{position:absolute;max-width:320px;width:100%;height:58px;border:1px solid #000;left:6px;top:6px;z-index:-1}@media(max-width:767px){.button-shadow[data-v-77e6066d]{height:48px}}@media(min-width:768px)and (max-width:1023px){.button-shadow[data-v-77e6066d]{height:44px}}.back[data-v-77e6066d]{background:linear-gradient(180deg,#6affce,#79f6b6)}@media(min-width:1024px){.list[data-v-77e6066d]{max-width:1280px;margin:0 auto}}@media(min-width:768px){.list[data-v-77e6066d]{height:auto}}.list-header[data-v-77e6066d]{display:flex;justify-content:space-between;align-items:center}.list-header-menu[data-v-77e6066d]{display:flex;justify-content:space-between;list-style:none;padding-left:0}.list-header-menu li[data-v-77e6066d]{text-decoration:none;list-style-type:none;margin-right:20px;font-family:Space Mono;font-style:normal;font-weight:500;font-size:18px;line-height:130%;align-items:center;color:#9b9b9b}.list-header-menu[data-v-77e6066d] :hover{color:#000;cursor:pointer}.list-header-menu .active[data-v-77e6066d]{color:#000}.list-header-search[data-v-77e6066d]{height:30px;display:inline-flex;border-radius:20px;padding:5px 5px 5px 10px;background:#d9d9d9;align-items:center;margin-right:20px}.list-header-search-icon[data-v-77e6066d]{width:13px;height:13px;margin-right:10px;order:-1}.list-header-search-field[data-v-77e6066d]{width:200px;border:0;background:#d9d9d9;color:#fff;font-size:22px}.list-header-search-field[data-v-77e6066d]:focus{outline:none}.list-header-filter[data-v-77e6066d]{display:flex;justify-content:space-between;font-style:normal;font-weight:500;font-size:18px;line-height:130%;align-items:center;color:#9b9b9b;min-width:70px;cursor:pointer}.list-header-filter img[data-v-77e6066d]{margin:auto 5px}.list-header-filter-angle[data-v-77e6066d]{width:15px;height:15px;transform:rotate(90deg)}.empty-result[data-v-77e6066d]{margin-top:20px;font-size:16px;color:#000}.investments-header[data-v-74453723]{font-family:Press Start\ 2P,sans-serif;display:block;font-size:52px;font-weight:400;line-height:114.5%;background:linear-gradient(72.12deg,#4d4d4d 2.57%,#121212 126.49%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}@media(min-width:768px)and (max-width:1023px){.investments-header[data-v-74453723]{font-size:22px;line-height:50px}}@media(max-width:767px){.investments-header[data-v-74453723]{font-size:18px;line-height:50px}}.investments-sub-header[data-v-74453723]{display:block;margin-top:24px;max-width:665px}.table-wrapper[data-v-74453723]{position:relative;min-width:auto;width:100%;display:block;overflow-x:scroll}.activity-table[data-v-74453723]{border-collapse:collapse;margin:0 auto;min-width:1280px;overflow:hidden;z-index:10;position:relative}.activity-table thead[data-v-74453723]{background:#fff;border-top:1px solid #000;border-left:1px solid #000;border-right:1px solid #000;height:51px}.activity-table thead th[data-v-74453723]{font-weight:400;font-size:20px;line-height:30px;letter-spacing:-.05em;color:#272727;font-style:normal;width:170px;text-align:start;padding-left:75px}@media(max-width:767px){.activity-table thead th[data-v-74453723]{font-size:16px;padding:0 25px}}.activity-table tbody[data-v-74453723]{background:#f2f2f2;border:1px solid #000}@keyframes sweep-74453723{to{transform:translateX(100%)}}.activity-table tbody .px-25[data-v-74453723]{padding-left:25px!important;padding-right:25px!important}.activity-table tbody .skeleton-loading[data-v-74453723]{position:relative;overflow:hidden;background-color:#ccc;background-size:1000%;background-position:100%;border-radius:20px;max-width:150px;width:100%;height:12px}.activity-table tbody .skeleton-loading[data-v-74453723]:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateX(-100%);background-image:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.2) 20%,hsla(0,0%,100%,.5) 60%,hsla(0,0%,100%,0));animation:sweep-74453723 2s infinite;content:""}.activity-table tbody .skeleton-loading--secondary[data-v-74453723]{width:70%;max-width:100px;margin-top:10px}.activity-table tbody .skeleton-loading--circle[data-v-74453723]{width:50px;height:50px;border-radius:50%}.activity-table tbody tr.sep hr[data-v-74453723]{width:92%;border:0;height:1px;background:#e8e8e8}.activity-table tbody tr.sep[data-v-74453723]:last-child{display:none}.activity-table tbody tr[data-v-74453723]:not(.sep){height:60px}.activity-table tbody tr:not(.sep) .project-participated-cell[data-v-74453723]{font-size:18px;line-height:27px;text-align:center}@media(max-width:767px){.activity-table tbody tr:not(.sep) .project-participated-cell[data-v-74453723]{font-size:14px}}.activity-table tbody tr:not(.sep) .project-participated-cell .block[data-v-74453723]{display:block}.activity-table tbody tr:not(.sep) .project-participated-cell.title[data-v-74453723]{padding-left:35px;text-align:left}.activity-table tbody tr:not(.sep) .empty-row__text[data-v-74453723]{font-size:18px;line-height:27px;align-items:center;text-align:center}.activity-table tbody tr:not(.sep) .logo-cell-wrapper[data-v-74453723]{font-style:normal;font-weight:500;font-size:18px;line-height:130%;align-items:center;display:flex;flex-wrap:nowrap;margin-left:47px;text-decoration:none;position:relative;color:initial}@media(max-width:767px){.activity-table tbody tr:not(.sep) .logo-cell-wrapper[data-v-74453723]{font-size:14px}}.activity-table tbody tr:not(.sep) .logo-cell-wrapper img[data-v-74453723],.activity-table tbody tr:not(.sep) .logo-cell-wrapper span[data-v-74453723]{display:block}.activity-table tbody tr:not(.sep) .logo-cell-wrapper span[data-v-74453723]{line-height:23px}.activity-table tbody tr:not(.sep) .actions-cell[data-v-74453723]{padding-right:46px;text-align:center}.activity-table tbody tr:not(.sep) .actions-cell .project-participated-button[data-v-74453723]{height:30px;width:100px;text-transform:uppercase;padding:initial;background:linear-gradient(72.12deg,#4d4d4d 2.57%,#121212 126.49%);box-shadow:0 4px 4px rgba(0,0,0,.25)}.activity-table tbody tr:not(.sep) td[data-v-74453723]{padding-left:75px;font-size:18px;font-weight:400;letter-spacing:-.05em;text-align:left;color:#444;position:relative}.activity-table tbody tr:not(.sep) td span[data-v-74453723]{font-size:15px;font-weight:400;letter-spacing:.01em;text-align:left}.ufo-wrapper-1[data-v-74453723]{position:absolute;top:-270px;right:170px;width:224px;height:208px;z-index:10}.ufo-wrapper-1 .ufo-1[data-v-74453723]{background-image:url(data:image/png;base64,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);width:170px;background-size:cover;height:165px;background-repeat:no-repeat;position:absolute;right:43px;top:-50px}.ufo-wrapper-1 .trace-1[data-v-74453723]{background-image:url(/img/activity-trace.d164a9fc.png);width:250px;height:300px;background-repeat:no-repeat;position:absolute;right:125px;top:90px}@media(min-width:1024px)and (max-width:1279px){.ufo-wrapper-1[data-v-74453723]{top:-230px;right:140px}}@media(min-width:768px)and (max-width:1023px){.ufo-wrapper-1[data-v-74453723]{top:-230px;right:140px}}@media(max-width:767px){.ufo-wrapper-1[data-v-74453723]{display:none}}.ufo-wrapper-2[data-v-74453723]{position:absolute;top:-320px;right:90px;width:224px;height:196px;z-index:-1}.ufo-wrapper-2 .ufo-2[data-v-74453723]{background-image:url(data:image/png;base64,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);width:200px;height:195px;background-repeat:no-repeat;position:absolute;right:20px;top:0}.ufo-wrapper-2 .trace-2[data-v-74453723]{background-image:url(/img/activity-trace.d164a9fc.png);width:250px;height:300px;background-repeat:no-repeat;position:absolute;right:125px;top:90px}@media(min-width:1024px)and (max-width:1279px){.ufo-wrapper-2[data-v-74453723]{top:-270px;right:50px}}@media(min-width:768px)and (max-width:1023px){.ufo-wrapper-2[data-v-74453723]{top:-270px;right:50px}}@media(max-width:767px){.ufo-wrapper-2[data-v-74453723]{display:none}}.ufo-wrapper-3[data-v-74453723]{position:absolute;top:-240px;right:40px;width:224px;height:208px;z-index:-1}.ufo-wrapper-3 .ufo-3[data-v-74453723]{background-image:url(data:image/png;base64,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);width:200px;height:195px;background-repeat:no-repeat;position:absolute;right:5px;top:-25px}.ufo-wrapper-3 .trace-3[data-v-74453723]{background-image:url(/img/activity-trace.d164a9fc.png);width:250px;height:300px;background-repeat:no-repeat;position:absolute;right:125px;top:90px}@media(min-width:1024px)and (max-width:1279px){.ufo-wrapper-3[data-v-74453723]{top:-200px;right:-5px}}@media(min-width:768px)and (max-width:1023px){.ufo-wrapper-3[data-v-74453723]{top:-200px;right:-5px}}@media(max-width:767px){.ufo-wrapper-3[data-v-74453723]{display:none}}.stake[data-v-74453723]{background:#d8f2f1;color:#6495ed}.invest[data-v-74453723],.stake[data-v-74453723]{font-size:13px;font-weight:400;letter-spacing:-.05em;text-align:center;padding:2px 11px;border-radius:100px}.invest[data-v-74453723]{background:#ddfadc;color:#3ea33b}.burn[data-v-74453723]{background:#f5edd3;color:#fabd05}.burn[data-v-74453723],.full-refund[data-v-74453723]{font-size:13px;font-weight:400;letter-spacing:-.05em;text-align:center;padding:2px 11px;border-radius:100px}.full-refund[data-v-74453723]{background:#f5e0ff;color:#b35fdb}.refund[data-v-74453723]{font-size:13px;font-weight:400;letter-spacing:-.05em;text-align:center;background:#e7e7e7;color:#737378;padding:2px 11px;border-radius:100px}img[data-v-74453723]{position:absolute;left:30px;top:25px}