@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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
}

html,
body {
    max-width: 100vw;
    scroll-padding-top: 5rem
}

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: #171717;
    font-family: "Poppins", sans-serif
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    margin: 0
}

a {
    text-decoration: none
}

.btn-theme {
    display: flex;
    padding: .75rem 1rem;
    justify-content: center;
    align-items: center;
    gap: .625rem;
    border-radius: .75rem;
    border: 1px solid #1f1f1f;
    background: #080808;
    outline: none !important;
    box-shadow: 0px 2px 6px 0px rgba(241, 207, 149, .6) inset !important;
    transition: all .3s ease-in-out;
    color: #fff;
    font-size: .875rem;
    font-weight: 600;
    line-height: normal
}

.btn-theme:hover,
.btn-theme:active {
    color: #fff !important;
    background: #121212 !important;
    box-shadow: 0px -2px 6px 0px rgba(241, 207, 149, .6) inset !important
}

.section--title {
    display: flex;
    align-items: center;
    gap: 1.25rem
}

.section--title .line {
    width: 12.5rem;
    height: .25rem;
    background: #eec64a
}

@media screen and (max-width: 567px) {
    .section--title .line {
        width: 6.25rem
    }
}

.section--title h2 {
    margin: 0;
    color: #eec64a;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal
}

.top-line-section-title {
    width: fit-content;
    margin-bottom: 2rem !important
}

.top-line-section-title .line {
    width: 14.30456rem;
    height: .25rem;
    background: #eec64a
}

@media screen and (max-width: 567px) {
    .top-line-section-title .line {
        width: 7rem
    }
}

.top-line-section-title h2 {
    margin: 0;
    color: #eec64a;
    font-size: 5rem;
    font-weight: 600;
    line-height: normal
}

@media screen and (max-width: 567px) {
    .top-line-section-title h2 {
        font-size: 3.5rem
    }
}

@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: #0B0F19;
    position: fixed;
    top: 0rem;
    left: 0;
    right: 0;
    padding: .5rem 0rem;
    z-index: 99
}

@media screen and (max-width: 991px) {
    header {
        position: absolute
    }
}

header .gap-6 {
    gap: 1.5rem
}

header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem;
    position: relative;
    z-index: 1;
    margin: 0 auto
}

header nav .logo-wrapper img {
    width: 4.5rem;
    height: 4.5rem;
    object-fit: contain
}

@media screen and (min-width: 1200px) {
    header nav .logo-wrapper img {
        width: 5.60488rem;
        height: 5.61581rem
    }
}

header nav .menu-wrapper {
    display: none;
    padding: .625rem;
    border-radius: .75rem;
    border: .063rem solid #404040;
    background: #000
}

@media screen and (min-width: 992px) {
    header nav .menu-wrapper {
        display: flex;
        align-items: center;
        gap: 1.25rem
    }
}

@media screen and (min-width: 1400px) {
    header nav .menu-wrapper {
        gap: 1.5rem
    }
}

header nav .menu-wrapper .menu-nav-link {
    display: flex;
    padding: .25rem .5rem;
    justify-content: center;
    align-items: center;
    gap: .625rem;
    border-radius: .5rem;
    color: #fff;
    font-size: .875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: 1px solid rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    transition: all .3s ease-in-out
}

header nav .menu-wrapper .menu-nav-link:hover,
header nav .menu-wrapper .menu-nav-link:active,
header nav .menu-wrapper .menu-nav-link.active {
    border: 1px solid rgba(241, 207, 149, .4);
    background: rgba(241, 207, 149, .2)
}

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: 400;
    color: #0b4575;
    line-height: 1;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: .625rem .75rem;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #0b4575;
    border-radius: .625rem
}

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: #171717;
    height: 100vh
}

@media screen and (max-width: 1200px) {
    .mobile-menu-wrapper {
        display: block;
        transform: translate(100%);
        transition: transform .4s ease-in-out
    }
}

@media screen and (max-width: 1200px) {
    .mobile-menu-wrapper.is_open {
        display: block;
        transform: translate(0%) !important;
        transition: transform .4s ease-in-out
    }
}

.mobile-menu-wrapper .mobile-menu-container {
    background: #171717;
    height: 100%
}

.mobile-menu-wrapper .mobile-menu-container .mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid hsla(0, 0%, 100%, .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: 4.5rem;
    height: auto;
    object-fit: contain
}

.mobile-menu-wrapper .mobile-menu-container .mobile-menu-header .close-icon {
    color: #fff8e3;
    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: #fff8e3
}

.mobile-menu-wrapper .mobile-menu-container .mobile-nav-wrapper .mobile-menu-items .nav-item a.active {
    color: #eec64a
}

footer {
    padding: 3rem 5rem;
    background: linear-gradient(180deg, #303030 0%, #282828 47.6%, #0D0D0D 100%)
}

@media screen and (max-width: 991px) {
    footer {
        padding: 3rem 1rem
    }
}

footer .footer-container {
    max-width: 90rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem
}

footer .footer-container .social-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 767px) {
    footer .footer-container .social-wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 1rem
    }
}

footer .footer-container .social-wrapper h1 {
    margin: 0;
    font-size: 6.25rem;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(185deg, #7E5936 27.47%, #F5CB86 55.46%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

@media screen and (max-width: 1200px) {
    footer .footer-container .social-wrapper h1 {
        font-size: 4rem
    }
}

@media screen and (max-width: 767px) {
    footer .footer-container .social-wrapper h1 {
        font-size: 3rem
    }
}

@media screen and (max-width: 420px) {
    footer .footer-container .social-wrapper h1 {
        font-size: 2.5rem
    }
}

footer .footer-container .social-wrapper .icons-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem
}

footer .footer-container .social-wrapper .icons-wrapper .icons svg {
    width: 1.5rem;
    height: 1.5rem
}

footer .footer-container .line {
    width: 100%;
    height: .0625rem;
    background: #efefef
}

footer .footer-container .copyright-wrapper {
    width: 100%
}

footer .footer-container .copyright-wrapper p {
    margin: 0;
    color: #fff;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center
}

.banner-section {
    padding-top: 10rem;
    padding-bottom: 30rem;
    background: url("/landing_page/assets/images/banner-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

.banner-section::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 14rem;
    background: linear-gradient(180deg, rgba(83, 43, 7, 0) 0%, #532B07 76.92%, #171717 100%);
    z-index: -1
}

.banner-section .banner-container {
    max-width: 80rem;
    margin: 0 auto
}

.banner-section .banner-container .content {
    position: relative;
    z-index: 1
}

.banner-section .banner-container .content .icon-1 {
    width: 13rem;
    position: absolute;
    right: 2rem;
    top: -2rem;
    z-index: -1
}

@media screen and (max-width: 768px) {
    .banner-section .banner-container .content .icon-1 {
        width: 5rem
    }
}

.banner-section .banner-container .content .icon-2 {
    width: 7rem;
    position: absolute;
    right: 15rem;
    top: 15rem;
    z-index: -1
}

@media screen and (max-width: 768px) {
    .banner-section .banner-container .content .icon-2 {
        right: 3rem
    }
}

.banner-section .banner-container .content .icon-3 {
    width: 7rem;
    position: absolute;
    left: 15rem;
    top: 17rem;
    z-index: -1
}

@media screen and (max-width: 768px) {
    .banner-section .banner-container .content .icon-3 {
        display: none
    }
}

.banner-section .banner-container .content .icon-4 {
    width: 3rem;
    position: absolute;
    left: 20rem;
    top: 9rem;
    z-index: -1
}

@media screen and (max-width: 768px) {
    .banner-section .banner-container .content .icon-4 {
        display: none
    }
}

.banner-section .banner-container .content .icon-5 {
    width: 10rem;
    position: absolute;
    left: 2rem;
    top: 0rem;
    z-index: -1
}

@media screen and (max-width: 768px) {
    .banner-section .banner-container .content .icon-5 {
        width: 5rem
    }
}

.banner-section .banner-container .content .title-wrapper {
    position: relative;
    width: fit-content;
    margin: 0 auto
}

.banner-section .banner-container .content .title-wrapper .icon-6 {
    width: 2rem;
    position: absolute;
    right: 0;
    top: 2rem
}

@media screen and (max-width: 768px) {
    .banner-section .banner-container .content .title-wrapper .icon-6 {
        display: none
    }
}

.banner-section .banner-container .content .title-wrapper h1 {
    margin: 0;
    font-size: 6.25rem;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(185deg, #7E5936 27.47%, #F5CB86 55.46%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    text-align: center
}

@media screen and (max-width: 768px) {
    .banner-section .banner-container .content .title-wrapper h1 {
        font-size: 5rem
    }
}

@media screen and (max-width: 650px) {
    .banner-section .banner-container .content .title-wrapper h1 {
        font-size: 4rem
    }
}

@media screen and (max-width: 500px) {
    .banner-section .banner-container .content .title-wrapper h1 {
        font-size: 3rem
    }
}

@media screen and (max-width: 420px) {
    .banner-section .banner-container .content .title-wrapper h1 {
        font-size: 2.5rem
    }
}

.banner-section .banner-container .content p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal
}

.banner-section .banner-container .content a {
    width: fit-content;
    margin: 0 auto;
    margin-top: 3rem !important
}

.aboutus-section {
    padding: 5rem 0
}

@media screen and (max-width: 991px) {
    .aboutus-section {
        padding: 4rem 0
    }
}

.aboutus-section .aboutus-container {
    max-width: 80rem;
    margin: 0 auto
}

.aboutus-section .aboutus-container .aboutus-wrapper {
    max-width: 50rem;
    margin: 0 auto;
    position: relative;
    margin-top: 5rem !important
}

.aboutus-section .aboutus-container .aboutus-wrapper .icon-1 {
    position: absolute;
    bottom: -3rem;
    left: -6rem;
    width: 12rem;
    z-index: -2
}

@media screen and (max-width: 991px) {
    .aboutus-section .aboutus-container .aboutus-wrapper .icon-1 {
        left: 0;
        bottom: 0
    }
}

.aboutus-section .aboutus-container .aboutus-wrapper .icon-2 {
    position: absolute;
    top: -1rem;
    right: -2.5rem;
    width: 5rem;
    z-index: -2
}

@media screen and (max-width: 991px) {
    .aboutus-section .aboutus-container .aboutus-wrapper .icon-2 {
        right: 0;
        top: 0
    }
}

.aboutus-section .aboutus-container .aboutus-wrapper .aboutus-content {
    padding: 6rem 4rem;
    border-radius: 1.875rem;
    background: hsla(0, 0%, 100%, .05);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid hsla(0, 0%, 100%, .15);
    color: #9b9b9b;
    text-align: center;
    z-index: 2
}

.aboutus-section .aboutus-container .aboutus-wrapper .aboutus-content p {
    margin: 0;
    color: #9b9b9b;
    text-align: center !important;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: normal;
    text-align: center
}

.vision-mission-section {
    padding: 5rem 0
}

@media screen and (max-width: 991px) {
    .vision-mission-section {
        padding: 4rem 0
    }
}

.vision-mission-section .vision-mission-container {
    max-width: 80rem;
    margin: 0 auto
}

@media screen and (min-width: 992px) {
    .vision-mission-section .vision-mission-container .content-wrapper {
        max-width: 60rem;
        margin-left: auto !important
    }
}

@media screen and (max-width: 991px) {
    .vision-mission-section .vision-mission-container .content-wrapper img {
        max-width: 30rem;
        display: block;
        margin: 0 auto
    }
}

.vision-mission-section .vision-mission-container .content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}

.vision-mission-section .vision-mission-container .content .line {
    width: 55%;
    height: .25rem;
    background: #f5f5f5
}

.vision-mission-section .vision-mission-container .content p {
    margin: 0;
    color: #f5f5f5;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: normal
}

.fund-allocation-section {
    padding: 5rem 0
}

@media screen and (max-width: 991px) {
    .fund-allocation-section {
        padding: 4rem 0
    }
}

.fund-allocation-section .fund-allocation-container {
    max-width: 80rem;
    margin: 0 auto
}

.fund-allocation-section .fund-allocation-container .fund-allocation-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 5rem
}

@media screen and (max-width: 991px) {
    .fund-allocation-section .fund-allocation-container .fund-allocation-wrapper {
        margin-top: 3rem
    }
}

.fund-allocation-section .fund-allocation-container .fund-allocation-wrapper .fund-allocation-card {
    width: calc(33.33% - 1rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: .75rem;
    border-radius: 1.125rem;
    background: linear-gradient(180deg, #303030 0%, #282828 47.6%, #0D0D0D 100%);
    padding: 1rem;
    min-height: 15rem
}

@media screen and (max-width: 991px) {
    .fund-allocation-section .fund-allocation-container .fund-allocation-wrapper .fund-allocation-card {
        min-height: auto;
        width: calc(50% - 1rem)
    }
}

@media screen and (max-width: 567px) {
    .fund-allocation-section .fund-allocation-container .fund-allocation-wrapper .fund-allocation-card {
        width: 100%
    }
}

.fund-allocation-section .fund-allocation-container .fund-allocation-wrapper .fund-allocation-card h1 {
    margin: 0;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: normal;
    background: linear-gradient(115deg, #E7CB6B 12.06%, #A06D22 77.06%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.fund-allocation-section .fund-allocation-container .fund-allocation-wrapper .fund-allocation-card h6 {
    margin: 0;
    color: #efc649;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: normal
}

.fund-allocation-section .fund-allocation-container .fund-allocation-wrapper .fund-allocation-card p {
    margin: 0;
    color: #f5f5f5;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal
}

.tokenomics-section {
    padding: 5rem 0
}

@media screen and (max-width: 991px) {
    .tokenomics-section {
        padding: 4rem 0
    }
}

.tokenomics-section .tokenomics-container {
    max-width: 80rem;
    margin: 0 auto
}

.tokenomics-section .tokenomics-container .tokenomics-graph-wrapper {
    max-width: 60rem;
    margin: 0 auto;
    margin-top: 5rem !important
}

.team-section {
    padding: 5rem 0
}

@media screen and (max-width: 991px) {
    .team-section {
        padding: 4rem 0
    }
}

.team-section .team-container {
    max-width: 80rem;
    margin: 0 auto
}

.team-section .team-container .team-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.25rem
}

.team-section .team-container .team-wrapper .team-card {
    width: calc(25% - 1.25rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem
}

@media screen and (max-width: 991px) {
    .team-section .team-container .team-wrapper .team-card {
        width: calc(33% - 1.25rem)
    }
}

@media screen and (max-width: 768px) {
    .team-section .team-container .team-wrapper .team-card {
        width: calc(50% - 1.25rem)
    }
}

@media screen and (max-width: 568px) {
    .team-section .team-container .team-wrapper .team-card {
        width: 100%
    }
}

.team-section .team-container .team-wrapper .team-card .content {
    width: 100%;
    border-radius: 1.25rem;
    background: linear-gradient(180deg, #303030 0%, #282828 47.6%, #0D0D0D 100%);
    display: flex;
    padding: 1.25rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    min-height: 13rem
}

.team-section .team-container .team-wrapper .team-card .content .user-info {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.team-section .team-container .team-wrapper .team-card .content .user-info h6 {
    margin: 0;
    color: #fff;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.team-section .team-container .team-wrapper .team-card .content .user-info p {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6
}

.team-section .team-container .team-wrapper .team-card .content .social-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 1rem
}

.team-section .team-container .team-wrapper .team-card .content .social-wrapper .icon img {
    width: 1.5rem;
    height: 1.5rem;
    aspect-ratio: 1/1
}

.faqs-section {
    padding: 5rem 0
}

@media screen and (max-width: 991px) {
    .faqs-section {
        padding: 4rem 0
    }
}

.faqs-section .faqs-container {
    max-width: 80rem;
    margin: 0 auto
}

.faqs-section .faqs-container .title-wrapper h2 {
    margin: 0;
    color: #fff;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center
}

.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;
    padding: 1rem .75rem;
    cursor: pointer;
    border-top: 2px solid rgba(155, 236, 116, .1)
}

.faqs-section .faqs-container .cus-accordion-wrapper .cus-accordion-card .cus-accordion-header .title-wrapper {
    width: calc(100% - 4rem)
}

.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: 3.75rem;
    height: 2rem;
    border-radius: 1rem;
    background: rgba(255, 249, 249, .05);
    display: flex;
    align-items: center;
    justify-content: center
}

.faqs-section .faqs-container .cus-accordion-wrapper .cus-accordion-card .cus-accordion-header .icon svg {
    width: 1rem;
    height: 1rem
}

.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
}

.roadmap-section {
    padding: 5rem 0
}

@media screen and (max-width: 991px) {
    .roadmap-section {
        padding: 4rem 0
    }
}

.roadmap-section .roadmap-container {
    max-width: 80rem;
    margin: 0 auto
}

.roadmap-section .roadmap-container .roadmap-wrapper {
    max-width: 60rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 5rem !important
}

@media screen and (max-width: 991px) {
    .roadmap-section .roadmap-container .roadmap-wrapper {
        margin-top: 3rem !important
    }
}

.roadmap-section .roadmap-container .roadmap-wrapper .roadmap-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 767px) {
    .roadmap-section .roadmap-container .roadmap-wrapper .roadmap-card {
        flex-direction: column
    }
}

@media screen and (max-width: 767px) {
    .roadmap-section .roadmap-container .roadmap-wrapper .roadmap-card:first-child {
        gap: 0
    }
}

.roadmap-section .roadmap-container .roadmap-wrapper .roadmap-card::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: .5rem;
    border-radius: .5rem;
    background: #efc649;
    z-index: -1
}

@media screen and (max-width: 767px) {
    .roadmap-section .roadmap-container .roadmap-wrapper .roadmap-card::before {
        left: .5rem;
        margin: 0
    }
}

.roadmap-section .roadmap-container .roadmap-wrapper .roadmap-card::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: -3rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: .25rem;
    border-radius: .25rem;
    background: #cce5ff;
    z-index: -2
}

@media screen and (max-width: 767px) {
    .roadmap-section .roadmap-container .roadmap-wrapper .roadmap-card::after {
        left: .65rem;
        margin: 0
    }
}

.roadmap-section .roadmap-container .roadmap-wrapper .roadmap-card:last-child::after {
    display: none
}

.roadmap-section .roadmap-container .roadmap-wrapper .roadmap-card .can-image {
    width: auto !important;
    height: 15.79675rem;
    margin: 0 auto;
    display: block
}

.roadmap-section .roadmap-container .roadmap-wrapper .roadmap-card .content-card {
    display: flex;
    padding: 1.875rem 1.25rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: .75rem;
    border-radius: 1.125rem;
    background: linear-gradient(180deg, #303030 0%, #282828 47.6%, #0D0D0D 100%)
}

.roadmap-section .roadmap-container .roadmap-wrapper .roadmap-card .content-card h6 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: normal;
    background: linear-gradient(115deg, #E7CB6B 12.06%, #A06D22 77.06%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.roadmap-section .roadmap-container .roadmap-wrapper .roadmap-card .content-card ul {
    padding-left: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.roadmap-section .roadmap-container .roadmap-wrapper .roadmap-card .content-card ul li {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: normal
}

.roadmap-section .roadmap-container .roadmap-wrapper .roadmap-card .left-wrapper,
.roadmap-section .roadmap-container .roadmap-wrapper .roadmap-card .right-wrapper {
    width: calc(50% - 2rem)
}

@media screen and (max-width: 767px) {

    .roadmap-section .roadmap-container .roadmap-wrapper .roadmap-card .left-wrapper,
    .roadmap-section .roadmap-container .roadmap-wrapper .roadmap-card .right-wrapper {
        width: calc(100% - 2rem);
        margin-left: auto
    }
}

.common-page-section {
    padding-top: 8rem;
    padding-bottom: 4rem;
    position: relative;
    z-index: 1
}

.common-page-section .common-page-container {
    max-width: 80rem;
    margin: 0 auto
}

.common-page-section .common-page-container p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    text-align: justify
}

.common-page-section .common-page-container p span {
    font-weight: 700
}

.common-page-section .common-page-container a {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    text-align: justify
}

.common-page-section .common-page-container a span {
    font-weight: 700
}

.common-page-section .common-page-container .page-title h1 {
    margin: 0;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1;
    text-align: center;
    color: #000
}

@media screen and (max-width: 567px) {
    .common-page-section .common-page-container .page-title h1 {
        font-size: 2rem
    }
}

.common-page-section .common-page-container .sections-wrapper {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: 3rem
}

.common-page-section .common-page-container .sections-wrapper .section {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.common-page-section .common-page-container .sections-wrapper h2,
.common-page-section .common-page-container .sections-wrapper h3,
.common-page-section .common-page-container .sections-wrapper h4,
.common-page-section .common-page-container .sections-wrapper h5,
.common-page-section .common-page-container .sections-wrapper h6 {
    margin: 0;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
    color: #000;
    margin: 1rem 0 !important
}

@media screen and (min-width: 992px) {

    .common-page-section .common-page-container .sections-wrapper h2 span,
    .common-page-section .common-page-container .sections-wrapper h3 span,
    .common-page-section .common-page-container .sections-wrapper h4 span,
    .common-page-section .common-page-container .sections-wrapper h5 span,
    .common-page-section .common-page-container .sections-wrapper h6 span {
        margin-left: 7.6rem
    }
}

.common-page-section .common-page-container .sections-wrapper a {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    text-align: justify
}

.common-page-section .common-page-container .sections-wrapper a span {
    font-weight: 700
}

.common-page-section .common-page-container .sections-wrapper p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    text-align: justify
}

.common-page-section .common-page-container .sections-wrapper p span {
    font-weight: 700
}

.common-page-section .common-page-container .sections-wrapper ul,
.common-page-section .common-page-container .sections-wrapper ol {
    padding: 0;
    padding-left: 3rem
}

.common-page-section .common-page-container .sections-wrapper ul li,
.common-page-section .common-page-container .sections-wrapper ol li {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #000
}

.common-page-section .common-page-container .sections-wrapper ul li span,
.common-page-section .common-page-container .sections-wrapper ol li span {
    font-weight: 700
}

.common-page-section .common-page-container .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin-top: 3rem
}

.common-page-section .common-page-container .content-wrapper .content-card {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.common-page-section .common-page-container .content-wrapper .content-card .content-card-title h6 {
    margin: 0;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
    color: #000
}

@media screen and (min-width: 992px) {
    .common-page-section .common-page-container .content-wrapper .content-card .content-card-title h6 span {
        margin-left: 7.6rem
    }
}

.common-page-section .common-page-container .content-wrapper .content-card .content-body {
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.common-page-section .common-page-container .content-wrapper .content-card .content-body p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    text-align: justify
}

.common-page-section .common-page-container .content-wrapper .content-card .content-body p span {
    font-weight: 700
}

.common-page-section .common-page-container .content-wrapper .content-card .content-body ul {
    padding: 0;
    padding-left: 3rem
}

.common-page-section .common-page-container .content-wrapper .content-card .content-body ul li {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #000
}

.common-page-section .common-page-container .content-wrapper .content-card .content-body ul li span {
    font-weight: 700
}

/*# sourceMappingURL=style.min.css.map */