.navigation[data-v-6fec198c] {
    align-items: center;
    background: #0a0a0a4d;
    border: 1px solid #1c1c1e;
    border-radius: 20px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1282px;
    padding: 26px 24px;
    width: 100%
}

.navigation[data-v-6fec198c], .navigation__links[data-v-6fec198c] {
    display: flex;
    flex-direction: row
}

.navigation__links[data-v-6fec198c] {
    gap: 24px;
    padding: 10px
}

.navigation__links--link[data-v-6fec198c] {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.008em;
    line-height: 24px;
    text-align: left;
    text-decoration: none
}

.navigation__buttons[data-v-6fec198c] {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
    max-width: 270px;
    width: 100%
}

.navigation__buttons--login[data-v-6fec198c], .navigation__buttons--signup[data-v-6fec198c] {
    all: unset;
    align-items: center;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    flex: 1;
    font-size: 13px;
    font-weight: 600;
    height: 40px;
    justify-content: center;
    line-height: 15.6px;
    padding: 0 24px;
    text-align: center;
    transition: border-color .3s ease, color .3s ease
}

.navigation__buttons--login[data-v-6fec198c] {
    border: 2px solid #7e22ce
}

@media (hover: hover) {
    .navigation__buttons--login[data-v-6fec198c]:hover {
        border-color: #a855f7
    }
}

.navigation__buttons--signup[data-v-6fec198c] {
    background-color: #a855f7
}

@media (hover: hover) {
    .navigation__buttons--signup[data-v-6fec198c]:hover {
        background-color: #a855f7
    }
}

.expansion-panel[data-v-9f3f85eb] {
    background-color: #0a0a0a4d;
    border: 1px solid #1c1c1e;
    border-radius: 12px;
    overflow: hidden;
    padding: 16px;
    width: 95%
}

.expansion-panel.open[data-v-9f3f85eb] {
    background-color: #0a0a0af7;
    height: 99vh
}

.expansion-header[data-v-9f3f85eb] {
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.expansion-content[data-v-9f3f85eb], .expansion-header[data-v-9f3f85eb] {
    display: flex;
    justify-content: space-between
}

.expansion-content[data-v-9f3f85eb] {
    align-items: flex-start;
    flex-direction: column;
    height: 95%;
    padding-top: 56px
}

.expansion-content__links[data-v-9f3f85eb] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 10px
}

.expansion-content__links--link[data-v-9f3f85eb] {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.008em;
    line-height: 24px;
    text-align: left;
    text-decoration: none
}

.expansion-content__buttons[data-v-9f3f85eb] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%
}

.expansion-content__buttons--login[data-v-9f3f85eb], .expansion-content__buttons--signup[data-v-9f3f85eb] {
    all: unset;
    align-items: center;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    justify-content: center;
    line-height: 15.6px;
    min-height: 40px;
    padding: 0 24px;
    text-align: center;
    transition: border-color .3s ease, color .3s ease
}

.expansion-content__buttons--login[data-v-9f3f85eb] {
    border: 2px solid #7e22ce
}

@media (hover: hover) {
    .expansion-content__buttons--login[data-v-9f3f85eb]:hover {
        border-color: #a855f7
    }
}

.expansion-content__buttons--signup[data-v-9f3f85eb] {
    background-color: #a855f7
}

@media (hover: hover) {
    .expansion-content__buttons--signup[data-v-9f3f85eb]:hover {
        background-color: #a855f7
    }
}

.slide-fade-enter-active[data-v-9f3f85eb], .slide-fade-leave-active[data-v-9f3f85eb] {
    transition: max-height .4s ease, opacity .4s ease
}

.slide-fade-enter-from[data-v-9f3f85eb] {
    max-height: 0;
    opacity: 0
}

.slide-fade-enter-to[data-v-9f3f85eb], .slide-fade-leave-from[data-v-9f3f85eb] {
    max-height: 1000px;
    opacity: 1
}

.slide-fade-leave-to[data-v-9f3f85eb] {
    max-height: 0;
    opacity: 0
}

.empowering[data-v-fd8ef91c] {
    background: linear-gradient(180deg, #090817a6 1.03%, #06050f 101.27%), url(../images/ReadyBg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 188px 0 95px
}

.empowering .container[data-v-fd8ef91c] {
    display: flex;
    flex-direction: row;
    gap: 100px;
    margin: 0 auto;
    max-width: 1297px
}

.empowering__content[data-v-fd8ef91c] {
    gap: 61px;
    max-width: 590px
}

.empowering__content[data-v-fd8ef91c], .empowering__content__top[data-v-fd8ef91c] {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.empowering__content__top[data-v-fd8ef91c] {
    gap: 32px
}

.empowering__content__top--text[data-v-fd8ef91c] {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: center
}

.empowering__content__top--text h2[data-v-fd8ef91c] {
    color: #fff;
    font-size: 55px;
    font-weight: 800;
    letter-spacing: -.018em;
    line-height: 68px;
    text-align: left
}

.empowering__content__top--text h3[data-v-fd8ef91c] {
    color: #aeaeb2;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.01em;
    line-height: 28px;
    text-align: left
}

.empowering__content__top--btn[data-v-fd8ef91c] {
    all: unset;
    align-items: center;
    background-color: #a855f7;
    border-radius: 16px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 19px;
    font-weight: 600;
    height: 64px;
    justify-content: center;
    line-height: 23px;
    padding: 0 24px;
    text-align: center;
    width: 216px
}

@media (hover: hover) {
    .empowering__content__top--btn[data-v-fd8ef91c]:hover {
        background-color: #a855f7
    }
}

.empowering__content__bottom[data-v-fd8ef91c] {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 13px;
    justify-content: center
}

.empowering__content__bottom--text[data-v-fd8ef91c] {
    color: #aeaeb2;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.006em;
    line-height: 20px;
    text-align: left
}

.navigation-desctop[data-v-fd8ef91c] {
    top: 21px
}

.navigation-desctop[data-v-fd8ef91c], .navigation-mobile[data-v-fd8ef91c] {
    left: 50%;
    position: absolute;
    transform: translate(-50%)
}

.navigation-mobile[data-v-fd8ef91c] {
    top: 8px
}

@media (max-width: 760px) {
    .empowering[data-v-fd8ef91c] {
        padding: 116px 0 69px
    }

    .empowering .container[data-v-fd8ef91c] {
        flex-direction: column;
        gap: 61px;
        max-width: 344px
    }

    .empowering__content[data-v-fd8ef91c] {
        gap: 61px;
        max-width: 590px
    }

    .empowering__content[data-v-fd8ef91c], .empowering__content__top[data-v-fd8ef91c] {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .empowering__content__top[data-v-fd8ef91c] {
        gap: 32px
    }

    .empowering__content__top--text[data-v-fd8ef91c] {
        align-items: center;
        gap: 24px
    }

    .empowering__content__top--text h2[data-v-fd8ef91c] {
        font-size: 36px;
        letter-spacing: -.014em;
        line-height: 44px;
        text-align: center
    }

    .empowering__content__top--text h3[data-v-fd8ef91c] {
        font-size: 14px;
        letter-spacing: -.006em;
        line-height: 20px;
        text-align: center
    }

    .empowering__content__bottom[data-v-fd8ef91c] {
        align-items: center
    }

    .empowering__content__bottom--text[data-v-fd8ef91c] {
        font-size: 12px;
        letter-spacing: -.005em;
        line-height: 16px;
        text-align: Center
    }
}

.ai[data-v-f819843e] {
    background: linear-gradient(1turn, #0b0a16 6.4%, #090817a6 57.08%, #06050f 101.29%), url(../images/ReadyBg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 151px 0 68px
}

.ai .container[data-v-f819843e] {
    gap: 74px;
    max-width: 1278px
}

.ai .container[data-v-f819843e], .ai__title[data-v-f819843e] {
    display: flex;
    flex-direction: column;
    margin: 0 auto
}

.ai__title[data-v-f819843e] {
    align-items: center;
    gap: 24px;
    justify-content: center;
    max-width: 736px
}

.ai__title--title[data-v-f819843e] {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: -.018em;
    line-height: 68px;
    text-align: center
}

.ai__title--subtitle[data-v-f819843e] {
    color: #aeaeb2;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.01em;
    line-height: 28px;
    text-align: center
}

.ai__content[data-v-f819843e] {
    display: flex;
    flex-direction: column;
    gap: 58px
}

.ai__content--card[data-v-f819843e] {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center
}

.ai__content--card--image img[data-v-f819843e] {
    border: 1px solid #1c1c1e;
    border-radius: 28px
}

.ai__content--btn[data-v-f819843e] {
    all: unset;
    align-items: center;
    border: 2px solid #7e22ce;
    border-radius: 16px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 17px;
    font-weight: 600;
    height: 60px;
    justify-content: center;
    line-height: 20.4px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
    transition: border-color .3s ease, color .3s ease;
    width: 209px
}

@media (hover: hover) {
    .ai__content--btn[data-v-f819843e]:hover {
        border-color: #a855f7
    }
}

@media (max-width: 760px) {
    .ai[data-v-f819843e] {
        padding: 31px 0 66px
    }

    .ai .container[data-v-f819843e] {
        gap: 37px;
        max-width: 344px
    }

    .ai__title[data-v-f819843e] {
        gap: 16px;
        margin: 0 auto
    }

    .ai__title--title[data-v-f819843e] {
        font-size: 30px;
        font-weight: 800;
        letter-spacing: -.013em;
        line-height: 38px
    }

    .ai__title--subtitle[data-v-f819843e] {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -.007em;
        line-height: 22px
    }

    .ai__content[data-v-f819843e] {
        gap: 40px
    }

    .ai__content--card[data-v-f819843e] {
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: center
    }

    .ai__content--card--image img[data-v-f819843e] {
        max-width: 344px
    }
}

.works[data-v-9f70d229] {
    background: linear-gradient(178.8deg, #0b0a16 1.03%, #080713d2, #06050f 101.27%), url(../images/ReadyBg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 119px 0 62px
}

.works .container[data-v-9f70d229] {
    display: flex;
    flex-direction: column;
    gap: 73px;
    margin: 0 auto;
    max-width: 1278px
}

.works--title[data-v-9f70d229] {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: -.018em;
    line-height: 68px;
    text-align: center
}

.works__cards[data-v-9f70d229] {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.works__cards--card[data-v-9f70d229] {
    background-color: #0a0a0a4d;
    border: 1px solid #1c1c1e;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    max-width: 600px;
    padding: 54px 105px 46px
}

.works__cards--card--title[data-v-9f70d229] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.01em;
    line-height: 28px
}

.works__cards--card--image1[data-v-9f70d229] {
    background-image: url(../images/elips-1.png);
    background-position: 50%;
    padding-top: 32px
}

.works__cards--card--image2[data-v-9f70d229] {
    background-image: url(../images/elips-2.png);
    background-position: 50%;
    padding-top: 32px
}

@media (max-width: 760px) {
    .works[data-v-9f70d229] {
        padding: 44px 0 54px
    }

    .works .container[data-v-9f70d229] {
        gap: 35px;
        max-width: 344px
    }

    .works--title[data-v-9f70d229] {
        font-size: 30px;
        font-weight: 800;
        letter-spacing: -.013em;
        line-height: 38px
    }

    .works__cards[data-v-9f70d229] {
        display: flex;
        flex-direction: column;
        gap: 18px;
        justify-content: space-between
    }

    .works__cards--card[data-v-9f70d229] {
        flex-direction: column;
        max-width: 600px;
        padding: 41px 0
    }

    .works__cards--card--title[data-v-9f70d229] {
        font-size: 18px;
        font-weight: 500;
        letter-spacing: -.008em;
        line-height: 24px;
        padding: 0 20px
    }

    .works__cards--card--image1[data-v-9f70d229] {
        background-image: url(images/elips-1.png);
        background-position: 50%;
        background-size: 125%;
        border-radius: 20px;
        padding: 37px 20px 0
    }

    .works__cards--card--image1 img[data-v-9f70d229] {
        max-height: 318px;
        max-width: 302px
    }

    .works__cards--card--image2[data-v-9f70d229] {
        background-image: url(images/elips-2.png);
        background-position: 50%;
        background-size: 125%;
        border-radius: 20px;
        padding: 37px 20px 0
    }

    .works__cards--card--image2 img[data-v-9f70d229] {
        max-height: 318px;
        max-width: 302px
    }
}

.risk[data-v-032f056a] {
    background: linear-gradient(180deg, #070610, #0b0d24);
    padding: 111px 0 178px
}

.risk .container[data-v-032f056a] {
    gap: 93px;
    margin: 0 auto;
    max-width: 924px
}

.risk .container[data-v-032f056a], .risk__header[data-v-032f056a] {
    display: flex;
    flex-direction: column
}

.risk__header[data-v-032f056a] {
    gap: 24px;
    text-align: center
}

.risk__header--title[data-v-032f056a] {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: -.018em;
    line-height: 68px;
    text-align: center
}

.risk__header--subtitle[data-v-032f056a] {
    color: #aeaeb2;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.01em;
    line-height: 28px;
    text-align: center
}

.risk__content[data-v-032f056a] {
    display: flex;
    flex-direction: row;
    gap: 24px
}

.risk__content__card[data-v-032f056a] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: flex-start;
    width: 213px
}

.risk__content__card--img[data-v-032f056a] {
    align-items: center;
    background: linear-gradient(1turn, #0a0a0a4d, #23005c4d);
    border: 1px solid #1c1c1e;
    border-radius: 28px;
    display: flex;
    height: 139px;
    justify-content: center;
    width: 138px
}

.risk__content__card--text[data-v-032f056a] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.01em;
    line-height: 28px;
    max-width: 181px;
    text-align: center
}

@media (max-width: 760px) {
    .risk[data-v-032f056a] {
        background: linear-gradient(180deg, #070610, #0b0d24);
        padding: 43px 0 63px
    }

    .risk .container[data-v-032f056a] {
        gap: 42px;
        max-width: 360px
    }

    .risk__header--title[data-v-032f056a] {
        font-size: 30px;
        font-weight: 800;
        letter-spacing: -.013em;
        line-height: 38px
    }

    .risk__header--subtitle[data-v-032f056a] {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -.007em;
        line-height: 22px
    }

    .risk__content[data-v-032f056a] {
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center
    }

    .risk__content__card[data-v-032f056a] {
        width: 138px
    }

    .risk__content__card--text[data-v-032f056a] {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -.007em;
        line-height: 22px;
        max-width: 181px;
        text-align: center
    }
}

.transparancy[data-v-79dc8d6d] {
    background: linear-gradient(0deg, #070610, #0b0d24);
    padding: 92px 0 74px
}

.transparancy .container[data-v-79dc8d6d] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 93px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1296px
}

.transparancy .background-mobile[data-v-79dc8d6d] {
    display: none
}

.transparancy__header[data-v-79dc8d6d] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    max-width: 736px;
    text-align: center
}

.transparancy__header--title[data-v-79dc8d6d] {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: -.018em;
    line-height: 68px;
    text-align: center
}

.transparancy__header--subtitle[data-v-79dc8d6d] {
    color: #aeaeb2;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.01em;
    line-height: 28px;
    text-align: center
}

.transparancy .background[data-v-79dc8d6d] {
    position: relative;
    width: 100%
}

.transparancy .background[data-v-79dc8d6d]:before {
    background-image: url(../images/elips-3.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 110%;
    content: "";
    height: 120%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 102%;
    z-index: 1
}

.transparancy__table[data-v-79dc8d6d] {
    background-color: #0a0a16f0;
    border-radius: 40px;
    padding: 100px 102px;
    position: relative;
    z-index: 2
}

.transparancy__table[data-v-79dc8d6d], .transparancy__table__content[data-v-79dc8d6d] {
    border: 1px solid #1c1c1e;
    overflow: hidden;
    width: 100%
}

.transparancy__table__content[data-v-79dc8d6d] {
    border-collapse: separate;
    border-radius: inherit;
    border-spacing: 0;
    min-width: 100%
}

.transparancy__table__content .table-header[data-v-79dc8d6d] {
    background-color: #1414144d
}

.transparancy__table__content .table-content[data-v-79dc8d6d] {
    border-bottom: 1px solid #1c1c1e
}

.transparancy__table__content .table-content[data-v-79dc8d6d]:nth-child(2n) {
    background-color: #0404044d
}

.transparancy__table__content .table-content[data-v-79dc8d6d]:nth-child(odd) {
    background-color: #1414144d
}

.transparancy__table__content--header[data-v-79dc8d6d] {
    color: #aeaeb2;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.01em;
    line-height: 28px;
    padding: 16px 32px;
    text-align: center
}

.transparancy__table__content--text[data-v-79dc8d6d] {
    border-top: 1px solid #1c1c1e;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 28px;
    padding: 24px 32px;
    text-align: center
}

@media (max-width: 760px) {
    .transparancy[data-v-79dc8d6d] {
        overflow: hidden;
        padding: 61px 0 74px
    }

    .transparancy .container[data-v-79dc8d6d] {
        gap: 50px;
        max-width: 344px
    }

    .transparancy__header[data-v-79dc8d6d] {
        gap: 16px;
        max-width: 344px
    }

    .transparancy__header--title[data-v-79dc8d6d] {
        font-size: 30px;
        letter-spacing: -.013em;
        line-height: 38px
    }

    .transparancy__header--subtitle[data-v-79dc8d6d] {
        font-size: 16px;
        letter-spacing: -.007em;
        line-height: 22px
    }

    .transparancy .background-mobile[data-v-79dc8d6d] {
        display: block;
        position: relative;
        width: 100%
    }

    .transparancy .background-mobile[data-v-79dc8d6d]:before {
        background-image: url(../images/elips-4.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
        height: 200%;
        left: 50%;
        overflow: hidden;
        position: absolute;
        top: 40%;
        transform: translate(-50%, -50%);
        width: 110vw;
        z-index: 1
    }

    .transparancy .background[data-v-79dc8d6d] {
        display: none
    }

    .transparancy__table__content[data-v-79dc8d6d] {
        border-radius: 20px;
        position: relative;
        z-index: 2
    }

    .transparancy__table__content .table-header[data-v-79dc8d6d] {
        background-color: #1414144d
    }

    .transparancy__table__content .table-content[data-v-79dc8d6d] {
        border-bottom: 1px solid #1c1c1e
    }

    .transparancy__table__content .table-content[data-v-79dc8d6d]:nth-child(2n) {
        background-color: #0404044d
    }

    .transparancy__table__content .table-content[data-v-79dc8d6d]:nth-child(odd) {
        background-color: #1414144d
    }

    .transparancy__table__content--header[data-v-79dc8d6d] {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: -.006em;
        line-height: 20px;
        padding: 16px;
        text-align: left
    }

    .transparancy__table__content--header[data-v-79dc8d6d]:last-child {
        text-align: right
    }

    .transparancy__table__content--text[data-v-79dc8d6d] {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: -.006em;
        line-height: 20px;
        padding: 16px;
        text-align: left
    }

    .transparancy__table__content--text[data-v-79dc8d6d]:last-child {
        text-align: right
    }
}

.ourMission[data-v-b97a7e1d] {
    background: linear-gradient(180deg, #070611, #06050fc7 14.21%), url(../images/ReadyBg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 982px;
    padding: 137px 0
}

.ourMission .container[data-v-b97a7e1d] {
    align-items: flex-start;
    background-image:linear-gradient(rgba(59, 25, 76, 0.9), rgba(59, 25, 76, 0.4)), url(../images/missionBg.png);
    border-radius: 51px;
    display: flex;
    flex-direction: column;
    gap: 57px;
    height: 708px;
    margin: 0 auto;
    max-width: 1257px;
    padding-left: 96px;
    padding-top: 190px
}

.ourMission__content[data-v-b97a7e1d] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 590px
}

.ourMission__content--title[data-v-b97a7e1d] {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: -.018em;
    line-height: 68px
}

.ourMission__content--subtitle[data-v-b97a7e1d] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.01em;
    line-height: 28px
}

@media (max-width: 760px) {
    .ourMission[data-v-b97a7e1d] {
        height: 770px;
        padding: 0
    }

    .ourMission .container[data-v-b97a7e1d] {
        background-image: linear-gradient(rgba(59, 25, 76, 0.9), rgba(59, 25, 76, 0.4)), url(../images/missionBgMobile.png);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 0;
        height: 770px;
        max-width: 1257px;
        padding: 46px 19px 0;
    }


    .ourMission__content[data-v-b97a7e1d] {
        max-width: 322px
    }

    .ourMission__content--title[data-v-b97a7e1d] {
        font-size: 30px;
        line-height: 38px
    }

    .ourMission__content--subtitle[data-v-b97a7e1d] {
        font-size: 16px;
        letter-spacing: -.007em;
        line-height: 22px
    }
}

.expansion-panel[data-v-06e94fe3] {
    border: 1px solid #470072;
    border-radius: 36px;
    overflow: hidden;
    padding: 44px 40px
}

.expansion-header[data-v-06e94fe3] {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.expansion-header h3[data-v-06e94fe3] {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -.012em;
    line-height: 32px;
    text-align: left
}

.expansion-header .toggler[data-v-06e94fe3] {
    min-height: 33px;
    min-width: 33px
}

.expansion-content[data-v-06e94fe3] {
    color: #aeaeb2;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.01em;
    line-height: 28px;
    padding-top: 24px;
    text-align: left
}

.expansion-content.largeContent[data-v-06e94fe3] {
    gap: 24px
}

.slide-fade-enter-active[data-v-06e94fe3], .slide-fade-leave-active[data-v-06e94fe3] {
    transition: max-height .4s ease, opacity .4s ease
}

.slide-fade-enter-from[data-v-06e94fe3] {
    max-height: 0;
    opacity: 0
}

.slide-fade-enter-to[data-v-06e94fe3], .slide-fade-leave-from[data-v-06e94fe3] {
    max-height: 500px;
    opacity: 1
}

.slide-fade-leave-to[data-v-06e94fe3] {
    max-height: 0;
    opacity: 0
}

@media (max-width: 760px) {
    .expansion-panel[data-v-06e94fe3] {
        border-radius: 26px;
        padding: 16px 24px
    }

    .expansion-header[data-v-06e94fe3] {
        align-items: center;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }

    .expansion-header h3[data-v-06e94fe3] {
        font-size: 18px;
        letter-spacing: -.008em;
        line-height: 24px
    }

    .expansion-content[data-v-06e94fe3] {
        font-size: 16px;
        letter-spacing: -.007em;
        line-height: 22px;
        padding-top: 16px
    }

    .expansion-content.largeContent[data-v-06e94fe3] {
        gap: 16px
    }
}

.faq[data-v-694aa221] {
    background: linear-gradient(1turn, #010101, #0b0d24);
    padding: 70px 0 151px
}

.faq .container[data-v-694aa221] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 70px;
    justify-content: center;
    margin: 0 auto;
    max-width: 994px
}

.faq__title[data-v-694aa221] {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: -.018em;
    line-height: 68px;
    text-align: center
}

.faq__panel[data-v-694aa221] {
    width: 100%
}

@media (max-width: 760px) {
    .faq[data-v-694aa221] {
        padding: 28px 0 68px
    }

    .faq .container[data-v-694aa221] {
        gap: 12px;
        max-width: 344px
    }

    .faq__title[data-v-694aa221] {
        font-size: 30px;
        letter-spacing: -.013em;
        line-height: 38px;
        margin-bottom: 17px
    }
}

.ready[data-v-0f8f47dc] {
    background: linear-gradient(180deg, #010101, #0b0d24);
    padding-bottom: 22px
}

.ready .container[data-v-0f8f47dc] {
    background-image: url(../images/ReadyBg.png);
    border-radius: 51px;
    gap: 57px;
    height: 434px;
    margin: 0 auto;
    max-width: 1278px;
    padding-top: 81px
}

.ready .container[data-v-0f8f47dc], .ready__top[data-v-0f8f47dc] {
    align-items: center;
    display: flex;
    flex-direction: column
}

.ready__top[data-v-0f8f47dc] {
    gap: 24px;
    justify-content: center
}

.ready__top--title[data-v-0f8f47dc] {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    letter-spacing: -.018em;
    line-height: 68px
}

.ready__top--subtitle[data-v-0f8f47dc] {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -.01em;
    line-height: 28px
}

.ready__btn[data-v-0f8f47dc] {
    all: unset;
    align-items: center;
    background-color: #a855f7;
    border-radius: 16px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 19px;
    font-weight: 600;
    height: 64px;
    justify-content: center;
    line-height: 23px;
    padding: 0 24px;
    text-align: center;
    width: 216px
}

@media (hover: hover) {
    .ready__btn[data-v-0f8f47dc]:hover {
        background-color: #a855f7
    }
}

@media (max-width: 760px) {
    .ready[data-v-0f8f47dc] {
        padding-bottom: 45px
    }

    .ready .container[data-v-0f8f47dc] {
        border-radius: 24px;
        gap: 68px;
        height: 422px;
        margin: 0 auto;
        max-width: 344px;
        padding-top: 54px
    }

    .ready__top[data-v-0f8f47dc] {
        gap: 16px;
        text-align: center;
        width: 297px
    }

    .ready__top--title[data-v-0f8f47dc] {
        font-size: 30px;
        font-weight: 800;
        letter-spacing: -.013em;
        line-height: 38px
    }

    .ready__top--subtitle[data-v-0f8f47dc] {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -.007em;
        line-height: 22px
    }
}

.footer[data-v-9229626d] {
    background: linear-gradient(0deg, #010101, #0b0d24);
    padding-bottom: 61px;
    padding-top: 120px
}

.footer .container[data-v-9229626d] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0 auto;
    max-width: 1062px
}

.footer__top[data-v-9229626d] {
    flex-direction: row;
    justify-content: space-between
}

.footer__top[data-v-9229626d], .footer__top__title[data-v-9229626d] {
    align-items: flex-start;
    display: flex
}

.footer__top__title[data-v-9229626d] {
    flex-direction: column;
    gap: 8px;
    max-width: 320px
}

.footer__top__title__logo[data-v-9229626d] {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

.footer__top__title__content[data-v-9229626d] {
    color: #ffffffb2;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.007em;
    line-height: 22px
}

.footer__top__title__content small[data-v-9229626d] {
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px
}

.footer__top__links[data-v-9229626d] {
    -moz-column-gap: 50px;
    column-gap: 50px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    row-gap: 8px
}

.footer__top__links--link a[data-v-9229626d] {
    color: #aeaeb2;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.007em;
    line-height: 22px;
    text-decoration: none
}

.footer__top__comunity[data-v-9229626d] {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.footer__top__comunity--title[data-v-9229626d] {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 28px
}

.footer__top__comunity__links[data-v-9229626d] {
    align-items: center;
    display: flex;
    gap: 25px;
    justify-content: center
}

.footer__bot[data-v-9229626d] {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center
}

.footer__bot__risk[data-v-9229626d] {
    color: #aeaeb2;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -.005em;
    line-height: 16px
}

.footer__bot__content[data-v-9229626d] {
    color: #aeaeb2;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: -.004em;
    line-height: 14px
}

@media (max-width: 760px) {
    .footer[data-v-9229626d] {
        padding-bottom: 39px;
        padding-top: 26px
    }

    .footer .container[data-v-9229626d] {
        max-width: 305px
    }

    .footer__top[data-v-9229626d] {
        align-items: flex-start;
        flex-direction: column;
        gap: 32px;
        justify-content: center
    }

    .footer__top__links[data-v-9229626d] {
        -moz-column-gap: 81px;
        column-gap: 81px;
        row-gap: 16px
    }

    .footer__top__comunity__links[data-v-9229626d] {
        gap: 27px
    }
}
