.footer {
    background-color: #000;
    border: 1px solid #0000!important;
    min-height: 3rem;
    padding: .5rem 1rem
}

.footer,.footer_inner_row {
    align-items: center;
    display: flex
}

.footer_inner_row {
    justify-content: space-between;
    margin-bottom: 16px
}

.footer_copyright_wrapper {
    font-family: techmont-bold,sans-serif
}

.footer-seperator-line {
    background-image: linear-gradient(30deg,#0000,#8d0000 50%,#0000);
    height: 1.5px;
    margin-bottom: 8px;
    margin-top: 8px;
    padding-top: 0;
    width: 100%
}

.footer_copyright_text {
    color: #d60d0d
}

.community_icon_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 32px;
    align-items: center;
    display: -ms-grid;
    display: flex;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto
}

.community_icon_wrapper svg {
    height: 28px;
    vertical-align: middle;
    width: 28px
}

:not(svg) {
    transform-origin: 0 0
}

.footer-cta {
    -webkit-text-stroke-width: 1px;
    background-image: linear-gradient(90deg,#e50e2a00,#e50e2a 65%);
    color: #fff;
    display: block;
    font-family: techmont-bold,sans-serif;
    font-size: 76px;
    font-weight: 700;
    height: 9.13rem;
    line-height: 76px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 100%
}

.icon-holder {
    align-items: center;
    background-color: #b8070733;
    border: 1px solid #b80707;
    border-radius: 6px;
    display: flex;
    height: 44px;
    justify-content: center;
    transform: rotate(45deg);
    transition: background-color .3s;
    width: 44px
}

.icon-holder:hover {
    box-shadow: 0 6px 30px rgba(255,11,11,.965)
}

.ftr-icon {
    transform: rotate(-45deg);
    transform-origin: center
}

@media only screen and (max-width: 991px) {
    .footer-cta {
        height:7rem
    }
}

@media only screen and (max-width: 554px) {
    .footer_copyright_wrapper {
        align-items:center;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center
    }

    .footer-cta {
        height: 5.5rem
    }
}

@media only screen and (max-width: 400px) {
    .footer_copyright_wrapper {
        align-items:center;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center
    }
}

header {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: #00041a;
    position: relative;
    top: 0;
    transition: all .3s ease-in-out;
    z-index: 4
}

header.openmenu {
    position: -webkit-sticky;
    position: sticky
}

.logo img {
    max-width: 70px;
    padding: 5px 5px 5px 0;
    width: 100%
}

.logoDesktop {
    left: 50%;
    position: absolute;
    top: 80px;
    transform: translateX(-50%)
}

.logoDesktop img {
    max-width: 120px;
    padding: 5px;
    transform: scale(1.5);
    width: 100%
}

.logoDesktop h2 {
    color: #3df9ff;
    font-family: defiworld-Bold1;
    font-size: 42px
}

.logoDesktop ul {
    display: flex;
    font-family: techmont-bold,sans-serif;
    justify-content: center;
    margin: 0 0 -10px;
    padding: 0;
    text-shadow: 2px 2px 50px #50dbff
}

.logoDesktop ul li {
    animation: ani 1.2s linear infinite;
    font-size: 32px;
    letter-spacing: 6px;
    list-style: none
}

.logoDesktop ul li:first-child {
    animation-delay: .2s
}

.logoDesktop ul li:nth-child(2) {
    animation-delay: .6s
}

.logoDesktop ul li:nth-child(3) {
    animation-delay: .8s
}

.logoDesktop ul li:nth-child(4) {
    animation-delay: 1s
}

.logoDesktop ul li:nth-child(5) {
    animation-delay: 1.4s
}

.logoDesktop ul li:nth-child(6) {
    animation-delay: 1.8s
}

.logoDesktop ul li:nth-child(7) {
    animation-delay: 1.12s
}

.logoDesktop ul li:nth-child(8) {
    animation-delay: 1.16s
}

.logoDesktop ul li:nth-child(9) {
    animation-delay: 1.2s
}

@keyframes ani {
    0% {
        text-shadow: 2px 2px 10px #ff5050
    }

    50% {
        text-shadow: 2px 2px 20px #ff5050
    }

    to {
        text-shadow: 0 0 7px #ff3d3d,0 0 20px #ff3d3d
    }
}

.menu {
    position: relative;
    top: 20px
}

.menu li {
    display: inline-block;
    margin: 0 12px
}

.menu a {
    cursor: pointer;
    display: block;
    font-family: techmont-bold,sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    text-decoration: none;
    text-shadow: 2px 2px 50px #ff5050;
    text-transform: capitalize
}

.balancebox {
    align-items: center;
    display: flex
}

.balancebox li {
    display: inline-block;
    margin-top: 20px
}

.balancebox li:last-child {
    margin-left: 10px
}

.balancebox li span {
    border: 1px solid rgba(229,14,43,.439);
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
    min-width: auto;
    padding: 10px 20px;
    position: relative
}

.balancebox li span:after,.balancebox li span:before {
    width: 100px!important
}

.balancebox li strong {
    margin-left: 8px
}

.rightboxmenu {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    position: relative
}

.hamburger {
    cursor: pointer;
    height: 26px;
    margin-left: 15px;
    position: relative;
    width: 35px!important;
    z-index: 1
}

.hamburger span {
    background-color: #ff02027d;
    top: 10px
}

.hamburger span,.hamburger span:before {
    border-radius: 1px;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 3px;
    left: 0;
    position: absolute;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    width: 100%
}

.hamburger span:before {
    background-color: rgba(229,14,43,.439);
    top: -10px
}

.hamburger span:after {
    background-color: rgba(229,14,43,.439);
    border-radius: 1px;
    bottom: -10px;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 3px;
    left: 0;
    position: absolute;
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    width: 100%
}

.hamburger.is-active span {
    background-color: initial
}

.hamburger.is-active span:before {
    top: 0;
    transform: rotate(45deg)
}

.hamburger.is-active span:after {
    top: 0;
    top: 10px;
    transform: translateY(-10px) rotate(-45deg)
}

.menubar {
    background-color: #041516;
    box-shadow: -20px 0 30px 0 #000;
    display: block!important;
    height: 100%;
    left: -360px;
    margin-top: 60px;
    padding-left: 20px;
    position: fixed;
    top: 0;
    transition: all .3s ease-in-out;
    width: 0;
    z-index: 3
}

.menubar .menu {
    display: block;
    padding-top: 30px!important
}

.menubar .menu li {
    display: block;
    margin-bottom: 10px
}

.menubar .menu li a {
    display: block;
    font-size: 20px;
    padding: 10px;
    text-align: left
}

.mobileMenu {
    left: 0;
    width: 100%
}

.link {
    align-items: center;
    color: #fff;
    display: flex;
    height: 30px;
    text-decoration: none
}

.link:hover {
    color: #d31212
}

.link:hover .link-container {
    transform: translateY(-20px)
}

.link:hover .link-title1 {
    transform: rotate(20deg)
}

.link:hover .link-title2 {
    transform: rotate(0)
}

.mask {
    height: 20px;
    overflow: hidden;
    padding: 0;
    position: relative
}

.link-container,.title {
    transition: transform .4s ease
}

.title {
    display: block;
    font-family: techmont-bold,sans-serif;
    line-height: 20px
}

.link-title1 {
    transform-origin: right center
}

.link-title2 {
    transform: rotate(20deg);
    transform-origin: left center
}

@media only screen and (max-width: 1840px) {
    .menu li {
        margin:0 10px
    }
}

@media only screen and (max-width: 1440px) {
    .menu li {
        margin:0 10px
    }

    header .before {
        width: 300px
    }
}

@media only screen and (max-width: 992px) {
    .balancebox li span {
        letter-spacing:1px;
        margin: 0;
        padding: 10px 15px
    }

    .menu a {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0
    }
}

@media only screen and (max-width: 767px) {
    .rightboxmenu {
        bottom:0
    }

    header:before {
        height: 120px
    }

    .logoDesktop {
        top: 50px
    }

    .logoDesktop ul li {
        font-size: 22px
    }
}

@media only screen and (max-width: 992px) {
    .menu li {
        margin:0 9px
    }
}

@media only screen and (max-width: 767px) {
    .logo img {
        max-width:70px
    }
}

@media only screen and (max-width: 390px) {
    .balancebox {
        font-size:14px
    }

    .balancebox li span {
        padding: 8px 10px
    }

    .hamburger {
        height: 23px;
        margin-left: 10px;
        width: 30px!important
    }
}

._3y6k2 {
    width: 100%
}

.about-heading {
    font-family: techmont-bold,sans-serif;
    font-size: 45px;
    font-weight: 600
}

.about-section {
    position: relative
}

.abtbx {
    max-width: 550px
}

.about-box {
    background-image: linear-gradient(180deg,rgba(35,22,137,.288),#000);
    border: 1px solid rgba(78,42,42,.173);
    display: inline-block;
    height: auto;
    position: relative;
    text-decoration: none;
    transition: transform .5s ease-in-out;
    width: 100%;
    z-index: 2
}

.about-box p {
    color: #bababa;
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 10px
}

.about-box h3 {
    font-size: 30px
}

.padding-xsmall {
    padding: .5rem
}

.section_about-arrow-wrapper {
    align-items: center;
    background-image: linear-gradient(90deg,#e50e2a,#bf031c);
    bottom: 0;
    display: flex;
    height: 2.1rem;
    justify-content: center;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: auto;
    width: 2.3rem
}

.section_about-arrow {
    height: 1.25rem;
    left: 12px;
    position: absolute
}

.section_about-arrow .invisble {
    left: -100%;
    position: absolute
}

.w-embed:after,.w-embed:before {
    content: " ";
    display: table;
    grid-area: 1/1/2/2
}

.section_about-bg {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding-bottom: 80px;
    padding-top: 16.08rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.section_about-bg-gradient {
    background-color: #e50e2a52;
    border-radius: 100%;
    filter: blur(30px);
    height: 21vw;
    max-height: 18.38rem;
    max-width: 38.75rem;
    position: absolute;
    width: 42vw;
    z-index: 5
}

.abt-img {
    height: auto;
    max-width: 450px;
    mix-blend-mode: exclusion
}

.abt-img1 {
    width: 100%
}

@media only screen and (max-width: 992px) {
    .abt-img {
        max-width:350px
    }
}

@media only screen and (max-width: 767px) {
    .about-heading {
        font-family:techmont-bold,sans-serif;
        font-size: 32px;
        font-weight: 600
    }

    .abt-img {
        max-width: 310px
    }
}

.section.hero {
    align-items: center;
    min-height: 90vh
}

.hero-aling,.section.hero {
    display: flex;
    justify-content: center;
    position: relative
}

.hero-heading {
    font-family: techmont-bold,sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
    text-shadow: 0 2px 10px rgba(206,0,0,.635);
    word-break: break-word;
    z-index: 1
}

.hero-heading h1 {
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 0
}

.h2div {
    background-image: linear-gradient(180deg,rgba(35,22,137,.349),#000);
    border: 1px solid #504f4f;
    border-radius: 20px;
    padding: 10px
}

.h2div h3 {
    color: #b80707;
    font-family: techmont-bold,sans-serif
}

.hero-div {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    max-width: 850px;
    position: relative;
    text-align: center
}

.hero-div p {
    color: #fff;
    font-family: Syne Mono,monospace;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin-block:0}

.hero-div h3 {
    color: #b80707!important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 0
}

.hero-logo {
    height: auto;
    margin-bottom: 10px;
    margin-top: 25px;
    max-width: 200px;
    width: 150px
}

.hero-desc {
    z-index: 1
}

.hero-communities {
    -webkit-text-fill-color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(90deg,#e50e2a,#bf031c);
    display: inline-block;
    text-shadow: none
}

.hero-communities::selection {
    background: none
}

.secondary-heading {
    font-family: techmont-bold,sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.1;
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
    text-shadow: 0 1px 10px hwb(0 7% 28%)
}

.bnrbtn,.h2div {
    z-index: 1
}

.bnrbtn {
    gap: 20px
}

.bnrbtn .w-button {
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: inherit;
    text-decoration: none
}

.bnrbtn .button-red-shadow {
    background-color: #b807074d;
    border: 1.5px solid rgba(255,61,61,.439);
    border-radius: 4px;
    box-shadow: 0 0 100px #ff3d3d;
    font-family: techmont-bold,sans-serif;
    font-size: 16px;
    letter-spacing: 3px;
    margin-left: 0;
    margin-top: 5px;
    transition: background-color .3s;
    transition: transform .3s ease-in-out
}

.bnr-btc {
    animation: moveUp 4s ease-in-out infinite;
    bottom: -192px;
    height: 380px;
    left: -305px;
    position: absolute;
    width: 380px;
    z-index: 0
}

.eth-img {
    filter: saturate(120%);
    height: 100%;
    width: 100%;
    z-index: 1
}

.bnr-eth-bg {
    background-color: #ff214a;
    border-radius: 50%;
    filter: blur(90px);
    height: 160px;
    position: absolute;
    width: 160px;
    z-index: -1
}

.bnr-eth {
    animation: moveDown 4s ease-in-out infinite;
    height: 380px;
    position: absolute;
    right: -305px;
    top: -101px;
    width: 380px;
    z-index: 0
}

.ecosystem {
    background: #7e0e0e;
    border-radius: 30px;
    padding-bottom: 2px;
    padding-top: 2px
}

.ecosystem-btn {
    background-color: #00041a;
    border-radius: 30px
}

.buttonGroup .tech_btn {
    height: 55px;
    width: 160px
}

.tech_btn {
    background-color: #0000;
    border: none;
    border-radius: 10px;
    display: inline-block;
    height: 55px;
    max-width: 160px;
    outline: none;
    position: relative;
    transition: transform .3s ease-in-out;
    width: 100%
}

.tech_btn:hover {
    transform: translateY(-6px)
}

.tech_btn i:not(.material-icons),.tech_btn i:nth-child(2) {
    background: linear-gradient(45deg,#ff323e,#0000,#0000,#7710ff)
}

.tech_btn i:not(.material-icons):hover,.tech_btn i:nth-child(2):hover {
    background: linear-gradient(45deg,#7710ff,#0000,#0000,#ff323e)
}

.tech_btn i:not(.material-icons) {
    border-radius: 10px;
    display: block;
    inset: -2px;
    position: absolute
}

.tech_btn i:nth-child(2) {
    filter: blur(10px)
}

.tech_btn span {
    align-items: center;
    background-color: rgba(0,0,0,.651);
    border-radius: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    left: 0;
    letter-spacing: 1.5px;
    overflow: hidden;
    text-transform: capitalize
}

.tech_btn span:before {
    content: "";
    left: -50%;
    transform: skew(25deg)
}

.tech_btn span,.tech_btn span:before {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

@keyframes moveUp {
    0%,to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-50px)
    }
}

@keyframes moveDown {
    0%,to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(50px)
    }
}

@media only screen and (max-width: 1240px) {
    .bnr-eth {
        right:-240px
    }

    .bnr-btc {
        left: -240px
    }
}

@media only screen and (max-width: 767px) {
    .hero-heading {
        font-size:40px
    }

    .bnr-btc {
        left: -130px
    }

    .bnr-eth {
        right: -130px;
        top: -160px
    }
}

@media only screen and (max-width: 575px) {
    .bnr-btc {
        left:-120px
    }

    .bnr-btc,.bnr-eth {
        opacity: .6
    }
}

@media only screen and (max-width: 475px) {
    .tech_btn {
        max-width:130px
    }
}

@media only screen and (max-width: 375px) {
    .tech_btn {
        max-width:110px
    }
}

.accordion-button {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-image: linear-gradient(180deg,#24226861,#000);
    border: 1px solid #68373796;
    border-radius: 7px;
    box-shadow: none;
    color: #fff;
    outline: none;
    padding: 20px
}

.accordion-button:after {
    filter: invert(1) brightness(3)
}

.slide-box {
    display: inline-block;
    height: 250px;
    padding: 20px;
    position: relative;
    text-decoration: none;
    transition: transform .5s ease-in-out;
    width: 550px;
    z-index: 2
}

.accordion-button svg {
    flex-shrink: 0;
    transition: transform .3s ease
}

.accordion-button[aria-expanded=true] svg {
    transform: rotate(180deg)
}

.accordion-button:hover {
    background-color: #301f1f
}

.accordion-body {
    background-image: linear-gradient(90deg,#8354db36,#ab07077a);
    border-radius: 0 0 5px 5px;
    display: none;
    display: block;
    transition: max-height .5s ease
}

.faqOuterSection {
    position: relative
}

.faqOuterSection .accordion-item {
    background-color: initial;
    border: none;
    border-radius: 5px;
    margin-bottom: 15px
}

.faqOuterSection .treebox {
    background-color: initial;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    height: 100%;
    padding: 0;
    position: relative;
    text-align: left
}

.faqOuterSection .treebox>div {
    position: relative;
    z-index: 2
}

.faqOuterSection .treebox b {
    font-weight: 400;
    position: relative;
    z-index: 2
}

.faqOuterSection .treebox i {
    border-radius: 5px;
    display: block;
    inset: -2px;
    position: absolute
}

.faqOuterSection .treebox i,.faqOuterSection .treebox i:nth-child(2) {
    background: linear-gradient(45deg,#64e9ff,#0e1538,#0e1538,#aa64ff)
}

.faqOuterSection .treebox i:nth-child(2) {
    filter: blur(10px)
}

.faqOuterSection .treebox span {
    align-items: center;
    background-color: #0e1538a6;
    border-radius: 3px;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    letter-spacing: 1.5px;
    overflow: hidden;
    position: absolute;
    text-transform: capitalize;
    top: 0;
    width: 100%
}

.faqOuterSection .treebox span:before {
    background-color: hsla(0,0%,100%,.075);
    content: "";
    height: 100%;
    left: -50%;
    position: absolute;
    top: 0;
    transform: skew(25deg);
    width: 100%
}

.faqOuterSection .accordion-body {
    padding: 15px
}

.faqOuterSection .accordion-body p {
    color: #e2e2e2;
    margin: 0 0 10px
}

.faqOuterSection .accordion-body p a {
    color: #00d2ff
}

.faqOuterSection .faqAssetsBox {
    animation: moveUp 4s ease-in-out infinite;
    position: relative;
    text-align: center
}

.faqOuterSection .faqAssetsBox img {
    display: block;
    margin: 0 auto;
    max-width: 450px;
    width: 100%
}

.adv-heading {
    font-family: techmont-bold,sans-serif;
    font-size: 45px;
    font-weight: 600
}

.adv-item {
    background-image: linear-gradient(90deg,#e50e2a00,#e50e2a);
    flex: 1 1;
    height: 300px;
    padding: 1px
}

.adv-info,.adv-item {
    display: flex;
    width: 100%
}

.adv-info {
    align-items: flex-start;
    background-color: #111;
    background-image: linear-gradient(90deg,#211146a6,#000);
    flex-direction: column;
    height: 297px;
    position: relative
}

.quote-bg-gradient {
    background-color: #e50e2a33;
    border-radius: 100%;
    filter: blur(30px);
    height: 11vw;
    position: absolute;
    width: 42vw;
    z-index: 5
}

.wallet-bottom {
    align-items: center;
    display: flex;
    height: 526px;
    justify-content: center;
    margin-top: -108px;
    pointer-events: none;
    width: 526px
}

.wallet-bottom-img {
    filter: saturate(120%);
    height: 576px;
    margin-right: -152.68px;
    margin-top: -50px;
    object-fit: contain;
    -webkit-user-select: none;
    user-select: none;
    width: 678.68px
}

.abt-img1::-webkit-media-controls,.abt-img1::-webkit-media-controls-overlay-play-button {
    display: none!important
}

@media only screen and (max-width: 767px) {
    .adv-heading {
        font-family:techmont-bold,sans-serif;
        font-size: 32px;
        font-weight: 600
    }
}

@media (max-width: 1375px) and (min-width:1280px) {
    .adv-item {
        height:310px
    }

    .adv-info {
        height: 307px
    }
}

.participate-info p {
    font-size: 18px
}

.rm_section {
    padding: 50px 0
}

.rm_main {
    margin-bottom: 20px;
    margin-top: 30px
}

.rm_title {
    position: relative;
    z-index: 1
}

.rm_title span {
    color: #ff78f5;
    display: inline-block;
    font-family: Russo One,sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase
}

.rm_title .img {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -1px
}

.rm_title h2 {
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase
}

.rm-item {
    background: linear-gradient(90deg,#624a993d,#000);
    border: 1px solid rgba(78,42,42,.506);
    display: flex;
    height: 180px;
    margin: 6px auto;
    max-width: 500px;
    padding: 15px;
    transition: transform .4s ease-in-out;
    width: 100%
}

.rm-item:hover {
    box-shadow: 0 6px 30px rgba(255,11,11,.494)
}

.number-image {
    flex: 0 0 21%;
    margin-right: 12px
}

.number-image img {
    filter: hue-rotate(87deg)
}

.description {
    color: #b4b4b9
}

.section_rm-arrow-wrapper {
    align-items: center;
    background-image: linear-gradient(90deg,#e50e2a,#bf031c);
    bottom: 7px;
    bottom: 0;
    display: flex;
    height: 2rem;
    justify-content: center;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: auto;
    width: 2rem
}

.section_rm-arrow {
    height: 1.25rem;
    position: absolute
}

.section_rm-arrow svg {
    height: 20px;
    width: 20px
}

.tokenomics-section {
    padding: 50px 0;
    position: relative
}

.tokenomics-section:before {
    background-position: 50%;
    background-size: cover;
    bottom: -130px;
    content: "";
    left: 0;
    opacity: .3;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.tkncontainer {
    background: #7e0e0e;
    border-radius: 30px;
    padding-bottom: 2px;
    padding-top: 2px
}

.tokenomics-wrapper {
    background-color: #00041a;
    border-radius: 30px;
    display: flex
}

.tkntable {
    display: flex;
    justify-content: center
}

.tokenimg {
    max-width: 530px
}

.tknimg2 {
    height: auto;
    mix-blend-mode: exclusion;
    width: 100%
}

.slider-bg-wrapper {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 5%;
    position: absolute;
    right: auto;
    top: 0;
    width: 100%;
    z-index: 0
}

.slider-bg-wrapper-img {
    bottom: auto;
    height: 82%;
    left: -7.5rem;
    max-width: none;
    object-fit: fill;
    position: absolute;
    right: auto;
    top: -3.7rem;
    z-index: 10
}

.slider-bg-gradient {
    background-color: #e50e2a33;
    border-radius: 100%;
    filter: blur(60px);
    height: 21vw;
    position: absolute;
    width: 42vw;
    z-index: 5
}

.token-metrics {
    background-color: #07011f;
    background-image: radial-gradient(circle at 0 100%,#e50e2a38,#e50e2a00 54%);
    border: 1px solid #917ae342;
    border-radius: 15px;
    box-shadow: 0 4px 8px #0003;
    color: #fff;
    height: auto;
    max-width: 350px;
    padding: 30px 25px;
    text-align: center
}

.token-metrics h2 {
    font-size: 20px;
    margin-top: 0
}

.token-metrics ul {
    list-style-type: none;
    padding-top: 15px;
    text-align: justify
}

.token-metrics ul li {
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    margin: 15px 0
}

.token-metrics ul li strong {
    color: #ad2b2b;
    display: inline-block;
    width: 155px
}

.token-metrics ul li img {
    height: 25px;
    margin-right: 5px;
    vertical-align: middle;
    width: 25px
}

@media only screen and (max-width: 500px) {
    .token-metrics {
        margin:0 5px;
        padding: 25px 15px
    }

    .token-metrics ul li {
        font-size: 16px
    }
}

@media only screen and (max-width: 400px) {
    .token-metrics {
        margin:0 5px;
        padding: 20px 10px
    }

    .token-metrics ul li {
        font-size: 16px
    }
}

/*
! tailwindcss v3.4.7 | MIT License | https://tailwindcss.com
*/
*,:after,:before {
    border: 0 solid #e5e7eb
}

:after,:before {
    --tw-content: ""
}

:host,html {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: normal;
    -webkit-tap-highlight-color: transparent;
    font-family: ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-variation-settings: normal;
    line-height: 1.5;
    tab-size: 4
}

body {
    line-height: inherit
}

hr {
    border-top-width: 1px;
    color: inherit;
    height: 0
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,strong {
    font-weight: bolder
}

code,kbd,pre,samp {
    font-feature-settings: normal;
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: 1em;
    font-variation-settings: normal
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

button,input,optgroup,select,textarea {
    font-feature-settings: inherit;
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    font-variation-settings: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0
}

button,select {
    text-transform: none
}

button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: initial;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: initial
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,legend {
    padding: 0
}

menu,ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

input::placeholder,textarea::placeholder {
    color: #9ca3af;
    opacity: 1
}

[role=button],button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,canvas,embed,iframe,img,object,svg,video {
    display: block;
    vertical-align: middle
}

img,video {
    height: auto;
    max-width: 100%
}

[hidden] {
    display: none
}

*,:after,:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #3b82f680;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #3b82f680;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style:
}

.container {
    width: 100%
}

@media (min-width: 640px) {
    .container {
        max-width:640px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:768px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width:1024px
    }
}

@media (min-width: 1280px) {
    .container {
        max-width:1280px
    }
}

@media (min-width: 1536px) {
    .container {
        max-width:1536px
    }
}

.invisible {
    visibility: hidden
}

.relative {
    position: relative
}

.z-50 {
    z-index: 50
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.m-0 {
    margin: 0
}

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mb-0 {
    margin-bottom: 0
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.ml-4 {
    margin-left: 1rem
}

.ml-9 {
    margin-left: 2.25rem
}

.ml-auto {
    margin-left: auto
}

.mr-4 {
    margin-right: 1rem
}

.mt-0 {
    margin-top: 0
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-16 {
    margin-top: 4rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.hidden {
    display: none
}

.h-5 {
    height: 1.25rem
}

.h-auto {
    height: auto
}

.w-20 {
    width: 5rem
}

.w-5 {
    width: 1.25rem
}

.w-6 {
    width: 1.5rem
}

.w-full {
    width: 100%
}

.max-w-20 {
    max-width: 5rem
}

.max-w-5xl {
    max-width: 64rem
}

.max-w-6xl {
    max-width: 72rem
}

.max-w-\[110px\] {
    max-width: 110px
}

.max-w-\[90px\] {
    max-width: 90px
}

.max-w-fit {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.max-w-full {
    max-width: 100%
}

.max-w-screen-lg {
    max-width: 1024px
}

.flex-shrink-0 {
    flex-shrink: 0
}

.rotate-180 {
    --tw-rotate: 180deg
}

.rotate-180,.transform {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cursor-auto {
    cursor: auto
}

.cursor-pointer {
    cursor: pointer
}

.resize {
    resize: both
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-2 {
    gap: .5rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-y-8 {
    row-gap: 2rem
}

.space-x-2>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(.5rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(.5rem*var(--tw-space-x-reverse))
}

.space-x-4>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(1rem*var(--tw-space-x-reverse))
}

.overflow-hidden {
    overflow: hidden
}

.overflow-visible {
    overflow: visible
}

.rounded-lg {
    border-radius: .5rem
}

.border-t {
    border-top-width: 1px
}

.bg-\[\#00041a\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 4 26/var(--tw-bg-opacity))
}

.p-0 {
    padding: 0
}

.p-2 {
    padding: .5rem
}

.p-\[20px\] {
    padding: 20px
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.py-12 {
    padding-bottom: 3rem;
    padding-top: 3rem
}

.py-2 {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.py-5 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

.py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.pb-0 {
    padding-bottom: 0
}

.pb-1 {
    padding-bottom: .25rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pt-2 {
    padding-top: .5rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-5 {
    padding-top: 1.25rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-start {
    text-align: start
}

.text-end {
    text-align: end
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.font-semibold {
    font-weight: 600
}

.leading-6 {
    line-height: 1.5rem
}

.leading-none {
    line-height: 1
}

.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246/var(--tw-text-opacity))
}

.text-blue-600 {
    --tw-text-opacity: 1;
    color: rgb(37 99 235/var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.underline {
    text-decoration-line: underline
}

.opacity-\[0\.6\] {
    opacity: .6
}

.invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.transition {
    transition-duration: .15s;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.transition-transform {
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

*,:after,:before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

@font-face {
    font-family: techmont-bold;
    font-style: normal;
    font-weight: 700;
    src: url(/static/media/Play-Bold.b78f3be6adabf73cde7f.ttf) format("truetype")
}

html {
    scroll-behavior: smooth
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: #00041a;
    color: #fff;
    font-family: Syne Mono,monospace;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    min-height: 100vh;
    text-align: left;
    word-break: break-word
}

body:before {
    opacity: 0;
    z-index: -2
}

body:after,body:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

body:after {
    filter: hue-rotate(30deg) brightness(.5);
    opacity: .35;
    transform: scale(1.1);
    z-index: -3
}

::-webkit-scrollbar {
    height: 5px;
    width: 5px
}

::-webkit-scrollbar-track {
    background-color: rgba(122,33,33,.494)
}

::-webkit-scrollbar-thumb {
    background-color: rgba(229,14,43,.439)
}

h1,h2,h3,h4,h5,h6 {
    color: #fff;
    font-family: techmont-bold,sans-serif;
    line-height: 1.1
}

p {
    line-height: 1.5
}

img {
    height: auto;
    max-width: 100%
}

a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all .2s ease-in-out
}

a:hover {
    color: #e50e2a
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1350px;
    width: calc(100% - 20px)
}

.loader-container {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center
}

.loader {
    animation: rotation 1.5s linear infinite;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    height: var(--loader-size);
    position: relative;
    width: var(--loader-size)
}

.loader img {
    max-width: 200px
}

#my-scrollbar {
    height: 500px;
    overflow: auto;
    width: 500px
}

.hover\:underline:hover {
    text-decoration-line: underline
}

.focus\:outline-none:focus {
    outline: 2px solid #0000;
    outline-offset: 2px
}

@media (min-width: 640px) {
    .sm\:mb-0 {
        margin-bottom:0
    }

    .sm\:ml-0 {
        margin-left: 0
    }

    .sm\:mt-0 {
        margin-top: 0
    }

    .sm\:justify-between {
        justify-content: space-between
    }

    .sm\:gap-7 {
        gap: 1.75rem
    }

    .sm\:p-0 {
        padding: 0
    }

    .sm\:p-\[20px\] {
        padding: 20px
    }

    .sm\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .sm\:py-4 {
        padding-bottom: 1rem;
        padding-top: 1rem
    }

    .sm\:text-left {
        text-align: left
    }
}

@media (min-width: 768px) {
    .md\:order-1 {
        order:1
    }

    .md\:order-2 {
        order: 2
    }

    .md\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:mb-6 {
        margin-bottom: 1.5rem
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:mt-2 {
        margin-top: .5rem
    }

    .md\:block {
        display: block
    }

    .md\:hidden {
        display: none
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-\[1\/2\] {
        width: 1/2
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:justify-start {
        justify-content: flex-start
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .md\:py-12 {
        padding-bottom: 3rem
    }

    .md\:pt-12,.md\:py-12 {
        padding-top: 3rem
    }

    .md\:text-left {
        text-align: left
    }

    .md\:text-center {
        text-align: center
    }
}

@media (min-width: 1024px) {
    .lg\:order-1 {
        order:1
    }

    .lg\:order-2 {
        order: 2
    }

    .lg\:order-3 {
        order: 3
    }

    .lg\:w-1\/3 {
        width: 33.333333%
    }
}

@media (min-width: 1280px) {
    .xl\:w-1\/4 {
        width:25%
    }
}

/*# sourceMappingURL=main.cf27f375.css.map*/
