@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";*,*::before,*::after{padding:0;margin:0;box-sizing:border-box;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;list-style:none;list-style-type:none}html,body{max-width:100vw;overflow-x:hidden}html{font-size:100%;box-sizing:inherit;scroll-behavior:smooth;height:-webkit-fill-available}body{font-weight:400;font-size:1rem;line-height:1.5;overflow-x:hidden;background-color:#000;font-family:"Montserrat",sans-serif}dl,ol,ul{margin-top:0;margin-bottom:0;padding:0;margin:0}a{text-decoration:none}@media screen and (max-width: 7066px){html{font-size:80px !important}}@media screen and (max-width: 6066px){html{font-size:52px !important}}@media screen and (max-width: 5066px){html{font-size:50px !important}}@media screen and (max-width: 4066px){html{font-size:48px !important}}@media screen and (max-width: 3566px){html{font-size:30px !important}}@media screen and (max-width: 3300px){html{font-size:26px !important}}@media screen and (max-width: 3066px){html{font-size:30px}}@media screen and (max-width: 2560px){html{font-size:28px !important}}@media screen and (max-width: 2140px){html{font-size:24px !important}}@media screen and (max-width: 1920px){html{font-size:18px !important}}@media screen and (max-width: 1536px){html{font-size:16px !important}}header{background-color:rgba(0,0,0,0);position:absolute;top:1.5rem;left:1rem;right:1rem;z-index:99}header .gap-6{gap:1.5rem}header nav{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1.5rem;min-height:4rem;position:relative;z-index:1;background:linear-gradient(114.08deg, rgba(68, 200, 215, 0.6588235294) 3.9%, rgba(34, 71, 99, 0.3098039216) 48.17%, rgba(61, 182, 201, 0.7607843137) 92.45%);border-radius:1.5rem;overflow:hidden;max-width:80rem;margin:0 auto}header nav::before{position:absolute;content:"";top:.063rem;bottom:.063rem;left:.063rem;right:.063rem;z-index:-1;background:linear-gradient(114.61deg, rgba(0, 18, 23, 0.368627451) 3.32%, rgba(4, 12, 20, 0.231372549) 92.1%);backdrop-filter:blur(2px);border-radius:1.5rem}header nav .logo-wrapper{display:flex;align-items:center;gap:.5rem}header nav .logo-wrapper img{width:3.25rem;height:3.25rem;object-fit:contain}header nav .logo-wrapper p{margin:0;font-size:1.5rem;line-height:1;color:#fff;font-weight:600}@media screen and (max-width: 1100px){header nav .logo-wrapper p{display:none}}@media screen and (max-width: 991px){header nav .logo-wrapper p{display:block}}@media screen and (max-width: 767px){header nav .logo-wrapper p{display:none}}header nav .menu-wrapper{display:none}@media screen and (min-width: 992px){header nav .menu-wrapper{display:flex;align-items:center;gap:1rem}}@media screen and (min-width: 1400px){header nav .menu-wrapper{gap:1.5rem}}header nav .menu-wrapper .menu-nav-link{font-size:1rem;font-weight:400;color:#86f9fe;line-height:1.6;text-align:center;position:relative;text-shadow:1px 0 0 rgba(34,71,99,.3098039216)}header nav .end-wrapper{display:flex;align-items:center;justify-content:flex-end;gap:1.5rem}header nav .end-wrapper .btn-connect{font-size:1rem;font-weight:500;color:#86f9fe;line-height:1;text-align:center;position:relative;z-index:1;padding:.7rem 1rem;background-color:rgba(0,0,0,0);border-radius:.625rem;border:.063rem solid #86f9fe}header nav .end-wrapper .btn-login{font-size:1rem;font-weight:500;color:#1e1e1e;line-height:1;text-align:center;position:relative;z-index:1;padding:.7rem 1rem;background-color:#86f9fe;border-radius:.625rem;border:.063rem solid #86f9fe}header nav .end-wrapper .bar-icon{cursor:pointer}@media screen and (min-width: 992px){header nav .end-wrapper .bar-icon{display:none}}header nav .end-wrapper .bar-icon svg{width:1.75rem;height:1.75rem}.mobile-menu-wrapper{position:fixed;inset:0;z-index:2000;display:none;background:#000;height:100vh}@media screen and (max-width: 992px){.mobile-menu-wrapper{display:block;transform:translate(100%);transition:transform .4s ease-in-out}}@media screen and (max-width: 992px){.mobile-menu-wrapper.is_open{display:block;transform:translate(0%) !important;transition:transform .4s ease-in-out}}.mobile-menu-wrapper .mobile-menu-container{background:#000;height:100%}.mobile-menu-wrapper .mobile-menu-container .btn-connect{font-size:1rem;font-weight:400;color:#86f9fe;line-height:1;text-align:center;position:relative;z-index:1;padding:.625rem .75rem;background-color:rgba(0,0,0,0);border:.0613rem solid #86f9fe;border-radius:.625rem;margin:.5rem 1rem;width:calc(100% - 2rem)}.mobile-menu-wrapper .mobile-menu-container .btn-login{font-size:1rem;font-weight:400;color:#1e1e1e;line-height:1;text-align:center;position:relative;z-index:1;padding:.625rem .75rem;background-color:#86f9fe;border-radius:.625rem;margin:.5rem 1rem;width:calc(100% - 2rem)}.mobile-menu-wrapper .mobile-menu-container .mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid rgba(255,255,255,.0784313725)}.mobile-menu-wrapper .mobile-menu-container .mobile-menu-header .mobile-menu-logo{display:block}.mobile-menu-wrapper .mobile-menu-container .mobile-menu-header .mobile-menu-logo .header-logo{width:2.5rem;height:auto}.mobile-menu-wrapper .mobile-menu-container .mobile-menu-header .close-icon{color:#fff;padding:.5rem .5rem;cursor:pointer}.mobile-menu-wrapper .mobile-menu-container .mobile-menu-header .close-icon svg{width:1.75rem;height:1.75rem}.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper{height:calc(100vh - 68px);overflow-y:auto}.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper::-webkit-scrollbar{display:none}.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .nav-item{padding:.75rem 1rem !important}.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .nav-item a{font-size:1rem;font-weight:500 !important;letter-spacing:.01rem;display:flex;align-items:center;gap:.75rem;color:#fff}.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .nav-item a.active{color:#86f9fe !important;font-weight:700 !important}.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .nav-item .dropdown svg{width:1rem;height:1rem}.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .nav-item .dropdown .dropdown-menu{background:#000;position:static !important;inset:unset !important;transform:unset !important}.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .nav-item .dropdown .dropdown-menu a{padding:0 !important;font-size:1rem;font-weight:500 !important;letter-spacing:.01rem}.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .nav-item .dropdown .dropdown-menu a:hover{background-color:#00e5ff;color:#000}.footer{background-color:#280028}.footer .footer-container{max-width:80rem;margin:0 auto}.footer .footer-container .footer-menu{padding:1rem 0;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 568px){.footer .footer-container .footer-menu{flex-direction:column;align-items:flex-start;gap:1rem}}.footer .footer-container .footer-menu .menu-wrapper{display:flex;align-items:center;gap:3rem}@media screen and (max-width: 992px){.footer .footer-container .footer-menu .menu-wrapper{gap:2rem}}@media screen and (max-width: 768px){.footer .footer-container .footer-menu .menu-wrapper{gap:1rem}}@media screen and (max-width: 568px){.footer .footer-container .footer-menu .menu-wrapper{flex-direction:column;align-items:flex-start;width:100%}}@media screen and (max-width: 568px){.footer .footer-container .footer-menu .menu-wrapper li{width:100%;text-align:center}}.footer .footer-container .footer-menu .menu-wrapper li a{color:#fff;font-size:1rem;line-height:1.6;font-weight:600}.footer .footer-container .footer-menu .social-icon{display:flex;align-items:center;gap:2rem}@media screen and (max-width: 568px){.footer .footer-container .footer-menu .social-icon{width:100%;justify-content:center}}.footer .footer-container .footer-menu .social-icon .icon svg{width:1.5rem;height:1.5rem}.footer .footer-container .copyright-wrapper{padding:.75rem 0 1rem 0}.footer .footer-container .copyright-wrapper p{margin:0;color:rgba(255,255,255,.6980392157);font-size:1rem;line-height:1.6;font-weight:600;text-align:center}.banner-section{background:url("../../../assets/images/banner-image.webp");background-repeat:no-repeat;background-size:cover;background-position:center;padding-top:8rem;padding-bottom:3rem;position:relative;z-index:1}.banner-section::before{position:absolute;content:"";bottom:-8rem;left:0;right:0;width:100%;background:linear-gradient(180deg, rgba(4, 7, 12, 0) 0%, #000000 52.4%, #000000 72.9%);height:16.75rem;z-index:-1}.banner-section .icon-animation{position:absolute;width:fit-content;animation:float 4s ease-in-out infinite}.banner-section .icon-animation.first{top:25%;left:30%}@media screen and (max-width: 1200px){.banner-section .icon-animation.first{top:25%;left:22%}}@media screen and (max-width: 768px){.banner-section .icon-animation.first{top:23%;left:7%}}@media screen and (max-width: 568px){.banner-section .icon-animation.first{display:none}}.banner-section .icon-animation.second{right:21%;top:49%;animation-delay:1s}@media screen and (max-width: 1200px){.banner-section .icon-animation.second{right:15%;top:49%}}@media screen and (max-width: 768px){.banner-section .icon-animation.second{right:2rem;top:30%}}@media screen and (max-width: 568px){.banner-section .icon-animation.second{display:none}}.banner-section .icon-animation.third{right:2rem;bottom:12rem;animation-delay:3s}@media screen and (max-width: 768px){.banner-section .icon-animation.third{display:none}}.banner-section .icon-animation.fourth{left:3rem;bottom:10rem;animation-delay:2s}@media screen and (max-width: 1200px){.banner-section .icon-animation.fourth{left:6rem;bottom:16rem}}@media screen and (max-width: 992px){.banner-section .icon-animation.fourth{left:2rem;bottom:30%}}@media screen and (max-width: 768px){.banner-section .icon-animation.fourth{display:none}}.banner-section .icon-animation .icon{width:4rem;height:4rem}.banner-section .icon-animation .icon img{width:100%;height:100%;object-fit:contain}.banner-section .icon-animation p{margin:0;font-size:1rem;line-height:1.6;color:#fff;font-weight:800;text-align:center;letter-spacing:.125rem;text-shadow:1px 1px 0px #87f9fe}.banner-section .coin-image{width:10rem;height:10rem;width:fit-content;margin:0 auto;margin-top:10rem}@media screen and (max-width: 568px){.banner-section .coin-image{margin-top:.5rem}}@media screen and (max-width: 460px){.banner-section .coin-image{width:16rem;height:16rem;margin-top:4.5rem}}.banner-section .coin-image img{width:100%;height:100%;object-fit:contain}.banner-section .content-wrapper{display:flex;flex-direction:column;gap:1.5rem}.banner-section .content-wrapper .stoneform-text{display:block;max-width:35rem;margin:0 auto;width:100%}.banner-section .content-wrapper p{margin:0;font-size:1.25rem;line-height:1.6;font-weight:400;color:#fff;max-width:33rem;margin:0 auto;text-align:center}@media screen and (max-width: 420px){.banner-section .content-wrapper p{font-size:1.25rem}}.banner-section .content-wrapper .btn-login{font-size:1rem;font-weight:500;color:#1e1e1e;line-height:1;text-align:center;position:relative;z-index:1;padding:.7rem 1rem;background-color:#86f9fe;border-radius:.625rem;border:.063rem solid #86f9fe;width:fit-content;margin:0 auto}.banner-section .coin-wrapper{display:flex;flex-flow:column;align-items:center;margin-top:13rem}@media screen and (max-width: 568px){.banner-section .coin-wrapper{margin-top:.5rem}}@media screen and (max-width: 460px){.banner-section .coin-wrapper{margin-top:4.5rem}}.banner-section .coin{height:13rem;width:13rem;position:relative;transform-style:preserve-3d;transform-origin:50%;transform-origin:center;animation:spin 10s linear infinite}.banner-section .coin .front,.banner-section .coin .back{position:absolute;height:100%;width:100%;border-radius:50%;background-size:cover;overflow:hidden}.banner-section .coin .front{transform:translateZ(0.125rem)}.banner-section .coin .back{transform:translateZ(0) rotateY(180deg)}.banner-section .coin .front{background:url("../../../assets/images/banner-coin.webp");background-size:100% 100%;background-repeat:no-repeat}.banner-section .coin .back{background:url("../../../assets/images/banner-coin.webp");background-size:100% 100%;background-repeat:no-repeat}@media screen and (max-width: 460px){.banner-section .coin{height:13rem;width:13rem;position:relative;transform-style:preserve-3d;transform-origin:50%}.banner-section .coin .front,.banner-section .coin .back{position:absolute;height:100%;width:100%;border-radius:50%;background-size:cover;overflow:hidden}.banner-section .coin .front{transform:translateZ(0.125rem)}.banner-section .coin .back{transform:translateZ(0) rotateY(180deg)}.banner-section .coin .front{background:url("../../../assets/images/banner-coin.webp");background-size:100% 100%;background-repeat:no-repeat}.banner-section .coin .back{background:url("../../../assets/images/banner-coin.webp");background-size:100% 100%;background-repeat:no-repeat}}.banner-section .coin .front,.banner-section .coin .back{overflow:hidden;z-index:1}@keyframes shine{30%{left:500px}50%{left:500px}100%{left:500px}}@keyframes spin{from{transform:rotateX(0deg)}to{transform:rotateY(360deg)}}.banner-section #gradient{width:400px;height:30px;background-image:radial-gradient(black, transparent, transparent);animation:scale 2.5s infinite;animation-timing-function:linear;animation-direction:alternate;filter:url(#blur)}@keyframes scale{0%{transform:scaleX(1)}100%{transform:scaleX(0.3)}}@keyframes float{0%{transform:translatey(0px)}50%{transform:translatey(-1.5rem)}100%{transform:translatey(0px)}}.timer-section{padding-top:5rem;padding-bottom:5rem;background:url("../../../assets/images/timer-section-bg.webp");background-position:top center;background-repeat:no-repeat;background-size:cover;position:relative;z-index:1}@media screen and (max-width: 568px){.timer-section{padding-top:3rem;padding-bottom:3rem}}.timer-section .timer-container{max-width:80rem;margin:0 auto}.timer-section .timer-container h2{margin:0;font-weight:300;font-size:1.75rem;line-height:1.6;text-align:center;text-transform:uppercase;color:#89dcff;margin-bottom:1.5rem}.timer-section .timer-container .timer-counter-wrapper{display:flex;align-items:center;gap:2rem;width:fit-content;margin:0 auto}@media screen and (max-width: 768px){.timer-section .timer-container .timer-counter-wrapper{gap:1.5rem}}@media screen and (max-width: 568px){.timer-section .timer-container .timer-counter-wrapper{gap:.5rem}}.timer-section .timer-container .timer-counter-wrapper .timer-count h1{margin:0;font-weight:400;font-size:5rem;line-height:1;text-align:center;color:#fff}@media screen and (max-width: 992px){.timer-section .timer-container .timer-counter-wrapper .timer-count h1{font-size:4.5rem}}@media screen and (max-width: 768px){.timer-section .timer-container .timer-counter-wrapper .timer-count h1{font-size:4rem}}@media screen and (max-width: 568px){.timer-section .timer-container .timer-counter-wrapper .timer-count h1{font-size:2.5rem}}@media screen and (max-width: 320px){.timer-section .timer-container .timer-counter-wrapper .timer-count h1{font-size:1.5rem}}.timer-section .timer-container .timer-counter-wrapper .timer-count p{margin:0;font-weight:400;font-size:1rem;line-height:1.5;letter-spacing:0%;text-align:center;color:#fff}@media screen and (max-width: 320px){.timer-section .timer-container .timer-counter-wrapper .timer-count p{font-size:.75rem}}.timer-section .timer-container .timer-counter-wrapper .colon p{margin:0;font-weight:200;font-size:5rem;text-align:center;color:#fff;margin-bottom:2.75rem}@media screen and (max-width: 992px){.timer-section .timer-container .timer-counter-wrapper .colon p{font-size:4.5rem}}@media screen and (max-width: 768px){.timer-section .timer-container .timer-counter-wrapper .colon p{font-size:4rem;margin-bottom:2rem}}@media screen and (max-width: 568px){.timer-section .timer-container .timer-counter-wrapper .colon p{font-size:2.5rem}}@media screen and (max-width: 320px){.timer-section .timer-container .timer-counter-wrapper .colon p{font-size:1.5rem;margin-bottom:1rem}}.about-us-section{position:relative;z-index:1;background:url("../../../assets/images/about-us-bg.webp");background-position:center;background-repeat:no-repeat;background-size:cover;padding:9rem 0 7rem 0}.about-us-section::before{position:absolute;content:"";top:-5rem;left:0;right:0;z-index:-1;background:linear-gradient(180deg, rgba(11, 31, 61, 0) 0%, #000000 52.4%, #000000 70.9%, rgba(0, 0, 0, 0) 98.4%);height:10rem}.about-us-section::after{position:absolute;content:"";bottom:-8rem;left:0;right:0;width:100%;background:linear-gradient(180deg, rgba(4, 7, 12, 0) 0%, #000000 52.4%, #000000 72.9%);height:16.75rem;z-index:-1}.about-us-section .about-us-container{max-width:80rem;margin:0 auto}.about-us-section .about-us-container .aboutus-content-wrapper{max-width:40rem;margin:0 auto;padding:1rem 2rem;backdrop-filter:blur(20px);position:relative;z-index:1;border-radius:1.5rem;display:flex;flex-direction:column;gap:.75rem;background:linear-gradient(114.61deg, rgba(0, 18, 23, 0.48) 3.32%, rgba(4, 12, 20, 0.56) 92.1%);border:.0613rem solid #44c8d7}@media screen and (max-width: 420px){.about-us-section .about-us-container .aboutus-content-wrapper{padding:1rem}}.about-us-section .about-us-container .aboutus-content-wrapper .title-wrapper h1{margin:0;font-weight:500;font-size:2.5rem;line-height:1;text-align:center;color:#fe00fe}.about-us-section .about-us-container .aboutus-content-wrapper .content p{margin:0;font-weight:400;font-size:1.25rem;line-height:1.6;text-align:center;color:#eee}@media screen and (max-width: 420px){.about-us-section .about-us-container .aboutus-content-wrapper .content p{font-size:1rem}}.about-us-section .about-us-container .aboutus-content-wrapper .content a{font-size:1rem;font-weight:600;margin-top:1rem;display:block;color:#000;line-height:1.6;background-color:#44c8d7;padding:.5rem 1rem;border-radius:.75rem;margin:0 auto;margin-top:1rem !important;width:fit-content}.roadmap-section{position:relative;z-index:1;padding:5rem 0}.roadmap-section .roadmap-container{max-width:80rem;margin:0 auto}.roadmap-section .roadmap-container .section--title{position:relative;z-index:2;width:fit-content;margin:0 auto;margin-bottom:5rem !important}.roadmap-section .roadmap-container .section--title .left-icon{position:absolute;top:-1rem;left:-1.5rem;width:5rem;z-index:1}@media screen and (max-width: 568px){.roadmap-section .roadmap-container .section--title .left-icon{left:0}}.roadmap-section .roadmap-container .section--title .right-icon{position:absolute;bottom:-1rem;right:0rem;width:5rem;z-index:1}.roadmap-section .roadmap-container .section--title h2{margin:0;font-weight:400;font-size:4rem;line-height:1;letter-spacing:2rem;text-align:center;color:#c7fdff}@media screen and (max-width: 768px){.roadmap-section .roadmap-container .section--title h2{font-size:3rem;letter-spacing:1rem}}@media screen and (max-width: 420px){.roadmap-section .roadmap-container .section--title h2{font-size:2.5rem;letter-spacing:1rem}}.roadmap-section .roadmap-image-container{background:url("../../../assets/images/roadmap-bg.webp");background-repeat:no-repeat;background-size:cover;background-position:center;position:relative;z-index:1;width:100%;padding:4rem 0}.roadmap-section .roadmap-image-container .roadmap-inner-container{display:flex;flex-wrap:wrap;justify-content:center;gap:2.5rem;max-width:60rem;margin:0 auto}@media screen and (max-width: 1200px){.roadmap-section .roadmap-image-container .roadmap-inner-container{height:auto;gap:2.5rem;padding:5rem 1rem}}@media screen and (max-width: 768px){.roadmap-section .roadmap-image-container .roadmap-inner-container{gap:1rem}}.roadmap-section .roadmap-image-container .roadmap-inner-container .roadmap-card{width:calc(50% - 2.5rem)}@media screen and (max-width: 768px){.roadmap-section .roadmap-image-container .roadmap-inner-container .roadmap-card{width:100%}}.roadmap-section .roadmap-image-container .roadmap-inner-container .roadmap-card .title{background:url("../../../assets/images/icon/icon-3.png");background-repeat:no-repeat;background-size:100% 100%;width:9.375rem;height:2rem;margin:0 auto;display:flex;align-items:center;justify-content:center}.roadmap-section .roadmap-image-container .roadmap-inner-container .roadmap-card .title h6{margin:0;font-weight:700;font-size:1.25rem;line-height:1;text-align:center;color:#16515b}.roadmap-section .roadmap-image-container .roadmap-inner-container .roadmap-card .content{background:linear-gradient(114.61deg, rgba(0, 18, 23, 0.48) 3.32%, rgba(4, 12, 20, 0.56) 92.1%);backdrop-filter:blur(20px);padding:1.5rem 1rem;border:.0613rem solid #44c8d7}.roadmap-section .roadmap-image-container .roadmap-inner-container .roadmap-card .content h4{margin:0;font-weight:600;font-size:1.25rem;line-height:1.25;color:#eee;margin-bottom:1rem}.roadmap-section .roadmap-image-container .roadmap-inner-container .roadmap-card .content p{margin:0;font-weight:400;font-size:1rem;line-height:1.5;color:#eee}.roadmap-section .roadmap-image-container .roadmap-inner-container .roadmap-card .content-footer{height:3rem;width:100%;border-right:.0613rem solid #44c8d7}@media screen and (max-width: 768px){.roadmap-section .roadmap-image-container .roadmap-inner-container .roadmap-card .content-footer{display:none}}.roadmap-section .roadmap-image-container .roadmap-inner-container .roadmap-card .content-footer.left-footer{border-left:.0613rem solid #44c8d7;border-right:none}.roadmap-section .roadmap-image-container::before{position:absolute;content:"";top:-5rem;left:0;right:0;z-index:-1;background:linear-gradient(180deg, #000000 0%, #000000 52.4%, rgba(0, 0, 0, 0) 98.4%);height:10rem}.roadmap-section .roadmap-image-container::after{position:absolute;content:"";bottom:-8rem;left:0;right:0;width:100%;background:linear-gradient(180deg, rgba(4, 7, 12, 0) 0%, #000000 52.4%, #000000 72.9%);height:16.75rem;z-index:-1}.tokenomics-section{position:relative;z-index:1}@media screen and (max-width: 568px){.tokenomics-section{padding-top:3rem}}.tokenomics-section .tokenomics-container{max-width:80rem;margin:0 auto}.tokenomics-section .tokenomics-container .section-title{position:relative;width:fit-content;margin:0 auto}.tokenomics-section .tokenomics-container .section-title .icon{position:absolute;left:-4.5rem;top:-1.5rem;width:3.5rem}@media screen and (max-width: 568px){.tokenomics-section .tokenomics-container .section-title .icon{position:absolute;left:-1rem;top:-5rem;width:3.5rem}}.tokenomics-section .tokenomics-container .section-title .icon-1{position:absolute;right:0rem;bottom:-1rem;width:10rem}.tokenomics-section .tokenomics-container .section-title h1{margin:0;font-weight:500;font-size:3.25rem;line-height:1;text-align:center;color:#86f9fe}@media screen and (max-width: 568px){.tokenomics-section .tokenomics-container .section-title h1{font-size:3rem}}@media screen and (max-width: 420px){.tokenomics-section .tokenomics-container .section-title h1{font-size:2rem}}.tokenomics-section .tokenomics-container .tokenomics-image-container{max-width:60rem;margin:0 auto;margin-top:3rem !important}.tokenomics-section .token-overview .table-responsive{overflow:auto;scrollbar-width:none}.tokenomics-section .token-overview .table-responsive::-webkit-scrollbar{display:none}.tokenomics-section .token-overview table{max-width:60rem;margin:0 auto;border-color:#44c8d7 !important}.tokenomics-section .token-overview table th,.tokenomics-section .token-overview table td{color:#fff;text-align:center;padding:1rem;white-space:nowrap}.tokenomics-section .token-overview table th:first-child{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.tokenomics-section .token-overview table th:last-child{border-bottom-right-radius:1rem;border-top-right-radius:1rem}.how-to-buy-section{padding-bottom:5rem}.how-to-buy-section .how-to-buy-container{max-width:80rem;margin:0 auto;margin-top:-15rem}@media screen and (max-width: 768px){.how-to-buy-section .how-to-buy-container{margin-top:-7rem}}.how-to-buy-section .how-to-buy-container .section-title{width:fit-content;margin:0 auto;position:relative}.how-to-buy-section .how-to-buy-container .section-title .icon{position:absolute;top:-2.5rem;width:10rem;left:0}@media screen and (max-width: 420px){.how-to-buy-section .how-to-buy-container .section-title .icon{width:7rem}}.how-to-buy-section .how-to-buy-container .section-title h1{margin:0;font-size:5rem;font-weight:400;line-height:1.3;-webkit-text-stroke:.125rem #86f9fe;color:rgba(217,217,217,.5607843137)}@media screen and (max-width: 768px){.how-to-buy-section .how-to-buy-container .section-title h1{font-size:3rem}}@media screen and (max-width: 420px){.how-to-buy-section .how-to-buy-container .section-title h1{font-size:2.75rem}}@media screen and (max-width: 320px){.how-to-buy-section .how-to-buy-container .section-title h1{font-size:2.5rem}}.how-to-buy-section .how-to-buy-container .how-to-buy-wrapper{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:4rem;justify-content:center}@media screen and (max-width: 768px){.how-to-buy-section .how-to-buy-container .how-to-buy-wrapper{gap:1rem}}.how-to-buy-section .how-to-buy-container .how-to-buy-wrapper .how-to-buy-card{width:calc(33.33% - 1.5rem);background:url("../../../assets/images/roadmap-card.webp");background-repeat:no-repeat;background-size:100% 100%;padding:4rem;display:flex;flex-direction:column;gap:1rem}@media screen and (max-width: 1200px){.how-to-buy-section .how-to-buy-container .how-to-buy-wrapper .how-to-buy-card{padding:2rem}}@media screen and (max-width: 992px){.how-to-buy-section .how-to-buy-container .how-to-buy-wrapper .how-to-buy-card{width:calc(50% - 1.5rem)}}@media screen and (max-width: 768px){.how-to-buy-section .how-to-buy-container .how-to-buy-wrapper .how-to-buy-card{width:calc(50% - 1rem);padding:3rem}}@media screen and (max-width: 568px){.how-to-buy-section .how-to-buy-container .how-to-buy-wrapper .how-to-buy-card{width:100%;padding:4rem}}@media screen and (max-width: 420px){.how-to-buy-section .how-to-buy-container .how-to-buy-wrapper .how-to-buy-card{width:100%;padding:2rem}}.how-to-buy-section .how-to-buy-container .how-to-buy-wrapper .how-to-buy-card h4{margin:0;font-weight:700;font-size:1.75rem;line-height:1;text-align:center;color:#fe00fe}.how-to-buy-section .how-to-buy-container .how-to-buy-wrapper .how-to-buy-card p{margin:0;font-weight:700;font-size:1.25rem;line-height:1.6;color:#fff}.team-section{padding:5rem 0}.team-section .team-container{max-width:80rem;margin:0 auto}.team-section .team-container .section--title{position:relative;z-index:2;width:fit-content;margin:0 auto;margin-bottom:5rem !important}.team-section .team-container .section--title .left-icon{position:absolute;top:-1.5rem;left:-3rem;width:10rem;z-index:1}@media screen and (max-width: 568px){.team-section .team-container .section--title .left-icon{left:0}}.team-section .team-container .section--title .right-icon{position:absolute;bottom:-1rem;right:-3rem;width:60%;z-index:1}@media screen and (max-width: 568px){.team-section .team-container .section--title .right-icon{right:0}}.team-section .team-container .section--title h2{margin:0;font-weight:500;font-size:3rem;line-height:1;text-align:center;color:#86f9fe}@media screen and (max-width: 768px){.team-section .team-container .section--title h2{font-size:2.75rem}}@media screen and (max-width: 420px){.team-section .team-container .section--title h2{font-size:2.5rem}}.team-section .team-container .our-team-wrapper{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:3rem}.team-section .team-container .our-team-wrapper .team-card{width:calc(20% - 1rem);display:flex;flex-direction:column;gap:1rem}@media screen and (max-width: 1200px){.team-section .team-container .our-team-wrapper .team-card{width:calc(25% - 1rem)}}@media screen and (max-width: 992px){.team-section .team-container .our-team-wrapper .team-card{width:calc(33.33% - 1rem)}}@media screen and (max-width: 768px){.team-section .team-container .our-team-wrapper .team-card{width:calc(33.33% - 1rem)}}@media screen and (max-width: 568px){.team-section .team-container .our-team-wrapper .team-card{width:100%}}.team-section .team-container .our-team-wrapper .team-card img{width:11rem;height:11rem;object-fit:contain;display:block;margin:0 auto}.team-section .team-container .our-team-wrapper .team-card .details{display:flex;flex-direction:column;gap:.75rem}.team-section .team-container .our-team-wrapper .team-card .details h1{margin:0;font-weight:500;font-size:1.25rem;line-height:1;text-align:center;color:#fff}.team-section .team-container .our-team-wrapper .team-card .details .line{width:.25rem;height:3rem;margin:0 auto;background-color:#86fefb}.team-section .team-container .our-team-wrapper .team-card .details p{margin:0;font-weight:400;font-size:1rem;line-height:1;text-align:center;color:#fff}.faqs-section{padding-bottom:5rem}.faqs-section .faqs-container{max-width:80rem;margin:0 auto}.faqs-section .faqs-container .section--title{width:fit-content;position:relative;margin:0 auto}.faqs-section .faqs-container .section--title::before{position:absolute;content:"";top:-0.5rem;border-left:.25rem solid #86f9fe;left:-0.75rem;width:2rem;height:2rem;border-top:.25rem solid #86f9fe}.faqs-section .faqs-container .section--title::after{position:absolute;content:"";bottom:-0.5rem;border-right:.25rem solid #86f9fe;right:-0.75rem;width:2rem;height:2rem;border-bottom:.25rem solid #86f9fe}.faqs-section .faqs-container .section--title h1{margin:0;font-weight:500;font-size:3.125rem;line-height:100%;letter-spacing:0%;text-align:center;color:#fe00fe}.faqs-section .faqs-container .cus-accordion-wrapper{max-width:55rem;margin:0 auto;margin-top:5rem !important;display:flex;flex-direction:column;gap:1.5rem}.faqs-section .faqs-container .cus-accordion-wrapper .cus-accordion-card .cus-accordion-header{display:flex;align-items:center;justify-content:space-between;background-color:rgba(134,249,254,.1607843137);border-left:.125rem solid #fff;padding:1rem .75rem;cursor:pointer}.faqs-section .faqs-container .cus-accordion-wrapper .cus-accordion-card .cus-accordion-header .title-wrapper{width:calc(100% - 2rem)}.faqs-section .faqs-container .cus-accordion-wrapper .cus-accordion-card .cus-accordion-header .title-wrapper h1{margin:0;font-weight:700;font-size:1.25rem;line-height:1.5;color:#fff}@media screen and (max-width: 420px){.faqs-section .faqs-container .cus-accordion-wrapper .cus-accordion-card .cus-accordion-header .title-wrapper h1{font-size:1rem}}.faqs-section .faqs-container .cus-accordion-wrapper .cus-accordion-card .cus-accordion-header .icon{width:1.5rem;height:1.5rem}.faqs-section .faqs-container .cus-accordion-wrapper .cus-accordion-card .cus-accordion-header .icon svg{width:1.5rem;height:1.5rem}.faqs-section .faqs-container .cus-accordion-wrapper .cus-accordion-card .cus-accordion-body{display:none;padding:1rem}.faqs-section .faqs-container .cus-accordion-wrapper .cus-accordion-card .cus-accordion-body p{margin:0;font-weight:400;font-size:1rem;line-height:1.6;color:#fff}.about-content-section{padding-top:10rem;padding-bottom:4rem}.about-content-section .about-content-container{max-width:80rem;margin:0 auto}.about-content-section .about-content-container .section--title h6{margin:0;font-weight:500;font-size:3.25rem;line-height:1;text-align:center;color:#86f9fe;text-transform:uppercase;margin-bottom:1.5rem}.about-content-section .about-content-container .content{display:flex;flex-direction:column;gap:1rem}.about-content-section .about-content-container .content h6{margin:0;font-size:1.5rem;font-weight:600;line-height:1.6;color:#86f9fe}.about-content-section .about-content-container .content p{margin:0;font-size:1rem;line-height:1.6;font-weight:400;color:#fff}.about-content-section .about-content-container .content p span{font-weight:600}.about-content-section .about-content-container .content ul{display:flex;flex-direction:column;gap:.75rem;padding-left:1rem}.about-content-section .about-content-container .content ul li{margin:0;font-size:1rem;line-height:1.6;font-weight:400;color:#fff;display:flex;gap:.25rem}.about-content-section .about-content-container .content ul li .dot{margin-top:.75rem;width:.25rem;height:.25rem;border-radius:50%;background:#fff;margin-right:.5rem}.about-content-section .about-content-container .content ul li p{max-width:calc(100% - .5rem);width:100%;margin:0;font-size:1rem;line-height:1.6;font-weight:400;color:#fff}.about-content-section .about-content-container .content ul li p span{font-weight:600}.legal-content-section{padding-top:10rem;padding-bottom:4rem}.legal-content-section .legal-content-container{max-width:80rem;margin:0 auto}.legal-content-section .legal-content-container .section--title h6{margin:0;font-weight:500;font-size:3.25rem;line-height:1;text-align:center;color:#86f9fe;text-transform:uppercase;margin-bottom:1.5rem}.legal-content-section .legal-content-container .content{display:flex;flex-direction:column;gap:1.5rem}.legal-content-section .legal-content-container .content h6{margin:0;font-size:1.5rem;font-weight:600;line-height:1.6;color:#86f9fe}.legal-content-section .legal-content-container .content p{margin:0;font-size:1rem;line-height:1.6;font-weight:400;color:#fff}.legal-content-section .legal-content-container .content p span{font-weight:600}.legal-content-section .legal-content-container .content ul{display:flex;flex-direction:column;gap:.75rem;padding-left:1rem}.legal-content-section .legal-content-container .content ul li{margin:0;font-size:1rem;line-height:1.6;font-weight:400;color:#fff;display:flex;gap:.25rem}.legal-content-section .legal-content-container .content ul li .dot{margin-top:.75rem;width:.25rem;height:.25rem;border-radius:50%;background:#fff;margin-right:.5rem}.legal-content-section .legal-content-container .content ul li p{max-width:calc(100% - .5rem);width:100%;margin:0;font-size:1rem;line-height:1.6;font-weight:400;color:#fff}.legal-content-section .legal-content-container .content ul li p span{font-weight:600}.legal-content-section .legal-content-container .content .table-responsive{overflow:auto;scrollbar-width:none}.legal-content-section .legal-content-container .content .table-responsive::-webkit-scrollbar{display:none}.legal-content-section .legal-content-container .content table{max-width:60rem;margin:0 auto;border-color:#44c8d7 !important}.legal-content-section .legal-content-container .content table th,.legal-content-section .legal-content-container .content table td{color:#fff;text-align:center;padding:1rem;white-space:nowrap}.legal-content-section .legal-content-container .content table th:first-child{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.legal-content-section .legal-content-container .content table th:last-child{border-bottom-right-radius:1rem;border-top-right-radius:1rem}.min-h-100{min-height:100vh}/*# sourceMappingURL=style.min.css.map */