* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

a {
    text-decoration: none;
}

h1 {
    font-weight: 500;
    font-size: 68px;
    line-height: 72px;
    letter-spacing: -3px;
    text-align: center;
    margin-bottom: 32px;
}

h2 {
    font-weight: 500;
    font-size: 56px;
    line-height: 60px;
    letter-spacing: -3px;
    margin-bottom: 30px;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}


.button {
}

.header {
    position: fixed;
    width: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.header__container {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px;
}

.header__logo {
}

.header__nav {
    display: flex;
    gap: 32px;
}

.header__nav-link {
    color: #000;
    font-size: 17px;
    font-weight: 500;

    &.active {
        color: #6944E3;
    }
}

.header__actions {
}

.header__button {
    font-size: 12px;
    padding: 8px 16px;
    background: #000;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 500;
}


.hero {
    height: 95dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('/img/hero-bg.png') no-repeat center 100%;
    background-size: cover;
}

.hero__container {
    max-width: 830px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero__title {

}

.hero__description {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: hsl(0deg 0% 0% / 80%);
    padding: 0 20px;
}

.hero__button {
    display: inline-block;
    background: linear-gradient(152.69deg, #E3CAFC -5.09%, #8C25F4 49.51%, #1A4CE6 108.66%);
    font-size: 17px;
    color: #fff;
    padding: 16px 24px;
    border-radius: 30px;
    margin: 60px auto;
    cursor: pointer;
}

.hero__cta-text {
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -2px;
    text-align: center;
    padding: 0 20px;
}

.hero__cta-highlight {
    color: #6944E3;
}

.fin-edu {
    margin: 140px 0 0 0;
}

.fin-edu__container {
}

.fin-edu__title {

    text-align: center;
}

.fin-edu__desc {
    margin-bottom: 80px;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: hsl(0deg 0% 0% / 80%);
}

.fin-edu__cards {
}

.cards {
    display: flex;
    gap: 20px;
    justify-content: space-around;
}

.card {
    box-shadow: 0 4px 40px 0 #D7D9DE66;
    padding: 32px;
    border-radius: 16px;
}

.card__header {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card__title {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.card__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #818390;
}


.learn {
    margin: 140px 0 0 0;
}

.learn__container {
}

.learn__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.learn__title {
}

.learn__icon {
}

.learn__slider-container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scrollbar-width: none;
    cursor: e-resize;
    width: 99dvw;
    user-select: none;
}

.learn__slider-container::-webkit-scrollbar {
    display: none;
}

.learn__slider-item {
    background: #F1F4F8;
    padding: 32px;
    border-radius: 24px;
    min-width: 500px;
    width: 100%;
}

.learn__slider-img {
    width: 200px;
    margin: 0 auto 16px;
    display: block;
}

.learn__slider-title {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -2px;
    text-align: center;
}

.learn__slider-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}

.learn__stat-container {
}

.learn__stat-wrap {
    display: flex;
    margin-top: 80px;
    gap: 20px;
    justify-content: space-around;
    padding: 40px;
    border: 1px solid #E0E4EA;
    border-radius: 24px;
}

.learn__stat-item {
    text-align: center;
}

.learn__stat-number {
    font-weight: 500;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: -2px;
    text-align: center;
}

.learn__stat-title {
    margin-top: 10px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
}


.trusted {
    background: linear-gradient(180deg, #E0EBFA 0%, #ECE7FB 100%);
    margin-top: 140px;
}

.trusted__container {
    padding: 120px 20px;
}

.trusted__title {
    text-align: center;
    margin-bottom: 80px;
}

.trusted__reviews {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.trusted__review {
    text-align: center;
}

.trusted__review-logo {
    display: block;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
}

.trusted__review-stars {
    display: block;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
}

.trusted__review-text {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
}

.trusted__comments {
    margin-top: 80px;
    display: flex;
    gap: 20px;
}

.trusted__comment {
    background: hsl(0deg 0% 100% / 60%);
    border-radius: 16px;
    padding: 32px;
    flex-basis: calc(100% / 3);
}

.trusted__comment-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
}

.trusted__comment-author {
    display: flex;
    gap: 8px;
    align-items: center;
}

.trusted__comment-avatar {
    width: 52px;
}

.trusted__comment-data {
}

.trusted__comment-name {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.trusted__comment-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #777C85;
}

.start {
}

.start__container {
    margin-top: 140px;
}

.start__title {
}

.start__cards {
    margin-top: 80px;

    .card {
        flex-basis: calc(100% / 3);
    }
}


.build {
    margin-top: 140px;
}

.build__container {
}

.build__title {
}

.build__items {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.build__item {
    background: #F1F4F8;
    border-radius: 16px;
    padding: 32px;
    flex: 1 1 calc(100% / 4);
}

.build__item-img {
    width: 200px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.build__item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}

.build__item-desc {
    color: #818390;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.faq {
    margin-top: 140px;
}

.faq__container {
}

.faq__title {
}

.faq__items {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.faq__item {
    background: #F1F4F8;
    padding: 24px 30px;
    border-radius: 12px;
    transition: all .3s;

    &.active {
        .faq__item-trigger {
            transform: rotate(45deg);
        }

        .faq__item-answer {
            display: block;
        }
    }

}

.faq__item-header {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    cursor: pointer;
}

.faq__item-question {
}

.faq__item-trigger {
    transition: all .3s;
}

.faq__item-answer {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    margin-top: 12px;
    color: #818390;
    display: none;
    transition: all .3s;
}

.cta {
    margin-top: 140px;
    background: #000;
    color: #fff;
}

.cta__container {
    display: flex;
    width: 100%;
    gap: 20px;
    padding: 120px 20px;
}

.cta__col-one {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cta__col {
    flex-basis: 50%;
}

.cta__top {
}

.cta__title {
}

.cta__desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}

.cta__bottom {
}

.cta__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
}

.cta__list-item {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cta__btn {
    background: linear-gradient(152.69deg, #E3CAFC -5.09%, #8C25F4 49.51%, #1A4CE6 108.66%);
    padding: 16px 24px;
    display: inline-block;
    color: #fff;
    border-radius: 32px;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
}

.cta__img {
    width: 100%;
}

.footer {
    margin-top: 140px;
    margin-bottom: 140px;
}

.footer__container {
}

.footer__top {
    display: flex;
    justify-content: space-between;
}

.footer__logo {
}

.footer__nav {
    display: flex;
    gap: 80px;
}

.footer__nav-item {
}

.footer__nav-title {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
}

.footer__nav-list {
    display: flex;
    gap: 16px;
    flex-direction: column;
}

.footer__nav-link { /* font-weight: 500; */
    font-size: 17px;
    line-height: 24px;
    color: #818390;
}

.footer__bottom {
}

.footer__social {
    display: flex;
    gap: 20px;
    margin-bottom: 24px;
}

.footer__social-link {
}

.footer__copy { /* font-weight: 500; */
    font-size: 15px;
    line-height: 24px;
    color: #818390;
    max-width: 500px;
    width: 100%;
}

.on-mobile {
    display: none;
}

.content{
    padding-top: 100px;
    line-height: 1.7rem;
}
.content h1{
    text-align: left;
}
.content h2{}
.content h3{}
.content h4{}
.content ul{
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.content ul li{
    margin-bottom: 10px;
}
.content ol{
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.content ol li{
    margin-bottom: 8px;
}
.content p{
    margin-top: 10px;
}
.content table{}
.content table th{}
.content table th td{}
.content table tr{}
.content table td{}
.content b{}
.content a{}
.content br{}
.content_container{}


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

    .on-mobile{
        display: block;
    }

    a{}
    body{}
    h1{
        font-size: 40px;
        line-height: 100%;
    }
    h2{
        font-size: 40px;
        line-height: normal;
    }

    .container {
    }

    .button {
    }

    .header {
    }

    .header__container {
    }

    .header__logo {
    }

    .header__nav {
        display: none;

    }

    .mob-nav-open{
        height: 100dvh;
        z-index: 55;



        .header__nav{
            position: absolute;
            display: flex;
            flex-direction: column;
            height: 100dvh;
            width: 100%;
            left: 0;
            /* padding: 70px 20px; */
            z-index: 50;
            margin-top: 70px;
            padding: 0px 20px;
        }
    }


    .header__nav-link {
    }

    .header__actions {
        display: none;
    }

    .header__button {
    }

    .hero {
        background: url('/img/hero-bg-mob.png');
        background-repeat: no-repeat;
        background-size: cover;
        height: 85dvh;
    }

    .hero__container {
    }

    .hero__title {
        margin-bottom: 24px;
    }

    .hero__description {
        font-size: 16px;
        line-height: 22px;
    }

    .hero__button {
        margin: 40px auto;
    }

    .hero__cta-text {
        font-size: 28px;
        line-height: normal;
    }

    .hero__cta-highlight {
    }

    .fin-edu {
    }

    .fin-edu__container {
    }

    .fin-edu__title {
    }

    .fin-edu__desc {
    }

    .fin-edu__cards {
    }

    .cards {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .card {
    }

    .card__header {
    }

    .card__title {
    }

    .card__text {
    }

    .learn {
    }

    .learn__container {
    }

    .learn__header {
    }

    .learn__title {
    }

    .learn__icon {
    }

    .learn__slider-container {
    }

    .learn__slider-item {
        min-width: 270px;
    }

    .learn__slider-img {
    }

    .learn__slider-title {
        text-align: left;
        font-size: 24px;
        line-height: normal;
    }

    .learn__slider-desc {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }

    .learn__stat-container {
    }

    .learn__stat-wrap {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 40px;
        margin-top: 60px;
    }

    .learn__stat-item {
    }

    .learn__stat-number {
    }

    .learn__stat-title {
    }

    .trusted {
        margin-top: 60px 0 0 0;
    }

    .trusted__container {
        padding: 60px 20px;
    }

    .trusted__title {
        margin-bottom: 40px;
    }

    .trusted__reviews {
    }

    .trusted__review {
    }

    .trusted__review-logo {
    }

    .trusted__review-stars {
    }

    .trusted__review-text {
    }

    .trusted__comments {
        flex-direction: column;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .trusted__comment {
    }

    .trusted__comment-text {
        font-size: 16px;
        line-height: 24px;
    }

    .trusted__comment-author {
    }

    .trusted__comment-avatar {
    }

    .trusted__comment-data {
    }

    .trusted__comment-name {
    }

    .trusted__comment-info {
    }

    .start {
    }

    .start__container {
        margin-top: 60px;
    }

    .start__title {
    }

    .start__cards {
        margin-top: 40px;
    }

    .build {
        margin-top: 60px;
    }

    .build__container {
    }

    .build__title {
    }

    .build__items {
        margin-top: 40px;
        flex-direction: column;
    }

    .build__item {
    }

    .build__item-img {
        width: 120px;
        margin-bottom: 24px;
        margin-right: inherit;
        margin-left: inherit;
    }

    .build__item-title {
    }

    .build__item-desc {
        font-size: 16px;
    }

    .faq {
        margin-top: 60px;
    }

    .faq__container {
    }

    .faq__title {
    }

    .faq__items {
        margin-top: 40px;
    }

    .faq__item {
    }

    .faq__item-header {
    }

    .faq__item-question {
        font-size: 20px;
        line-height: 28px;
    }

    .faq__item-trigger {
    }

    .faq__item-answer {
    }

    .cta {
        margin-top: 60px;
    }

    .cta__container {
        flex-direction: column;
        flex-wrap: wrap;
        padding: 60px 20px;
    }

    .cta__col-one {
        order: 2;
    }

    .cta__col {
    }

    .cta__top {
    }

    .cta__title {
    }

    .cta__desc {
        font-size: 16px;
        line-height: 22px;
    }

    .cta__bottom {
        margin-top: 60px;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .cta__list {
    }

    .cta__list-item {
        font-size: 18px;
    }

    .cta__btn {
        margin: 0 auto;
    }

    .cta__img {
    }

    .footer {
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .footer__container {
    }

    .footer__top {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .footer__logo {
        margin-bottom: 40px;
    }

    .footer__nav {
        display: block;
    }

    .footer__nav-item {
        display: block;
        margin-bottom: 24px;
    }

    /* Company - ÃƒÂÃ‚Â¿ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â²Ãƒâ€˜Ã¢â‚¬Â¹ÃƒÂÃ‚Â¹ */
    .footer__nav-item:nth-child(1) {
        order: 1;
    }

    /* Legal - ÃƒÂÃ‚Â²Ãƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¾Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â¹ (ÃƒÂÃ‚Â¿ÃƒÂÃ‚Â¾ÃƒÂÃ‚Â´ Company) */
    .footer__nav-item:nth-child(3) {
        order: 2;
    }

    /* Resources - Ãƒâ€˜Ã¢â‚¬Å¡Ãƒâ€˜Ã¢â€šÂ¬ÃƒÂÃ‚ÂµÃƒâ€˜Ã¢â‚¬Å¡ÃƒÂÃ‚Â¸ÃƒÂÃ‚Â¹ */
    .footer__nav-item:nth-child(2) {
        order: 3;
    }


    .footer__nav-title {
    }

    .footer__nav-list {
    }

    .footer__nav-link {
    }

    .footer__bottom {
        margin-top: 100px;
    }

    .footer__social {
    }

    .footer__social-link {
    }

    .footer__copy {
    }

    .mob-nav{
        font-weight: 500;
        font-size: 17px;
        line-height: 24px;

    }
}






.cookie {
    &.close{
        display: none;
    }
}
.cookie-wrapper {
    position: fixed;
    right: 20px;
    bottom: 20px;
    max-width: 500px;
    background: #fff;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0px 4px 8px 0px hsla(0, 0%, 0%, 0.04);
    z-index: 5;
    width: 100%;
}
.cookie__h5 {}
.cookie__content {
    font-size: 15px;
    margin-top: 12px;
    margin-bottom: 12px;
    color: #818390;
}
.cookie__link {
    font-size: 15px;
    color: #818390;
    text-decoration: underline;
}
.cookie__bts {
    .btn{
        cursor: pointer;
        border: none;
        padding: 10px 20px;
    }
    .btn--white{
        border: 1px solid #D8D9E2;
    }
    .btn--black{
    }
;
    margin-top: 24px;
}
.cookie__bts-item{
    display: flex;
    gap: 8px;
}
.cookie__btn--accept {}
.cookie__btn--reject {}
.cookie__btn--white {}
.cookie__btn--customize {}
.cookie__customize-content {
    margin-top: 32px;
    display: none;

    p{
        margin-bottom: 0px;
    }
}
.cookie__customize-items {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cookie__customize-item {
    display: flex;
    justify-content: space-between;
    background: #F5F5F7;
    padding: 16px 20px;
    border-radius: 12px;
}
.cookie__customize-save {
    margin-top: 20px;
    margin-left: auto;
}


@media (max-width: 992px) {

    .cookie {
        left: 0px;
        width: 90%;
        margin: 0 auto;
        right: 0;
    }
    .cookie-wrapper {}
    .cookie__h5 {}
    .cookie__content {}
    .cookie__link {}
    .cookie__bts {}
    .cookie__btn--accept {}
    .cookie__btn--reject {}
    .cookie__btn--white {}
    .cookie__btn--customize {}
    .cookie__customize-content {}
    .cookie__customize-items {}
    .cookie__customize-item {}
    .cookie__customize-save {}


}


.switch {
    display: flex;
    /* align-items: center; */
    /* height: 68px; */
    /* background: #f7f7fa; */
    /* border-radius: 24px; */
    /* padding-left: 30px; */
    /* user-select: none; */
}

.switch input {
    display: none;
}

.slider {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
    background: #e7e7ef;
    border-radius: 36px;
    transition: background 0.3s;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer;
}

.switch input:checked + .slider {
    background: #787a89;
    border-color: #787a89;
}

.slider:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 2.3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    transition: transform 0.3s;
}

.switch input:checked + .slider:before {
    transform: translateX(15px);
}

.checkmark {
    display: none;
    position: absolute;
    left: 1px;
    top: 1px;
    font-size: 18px;
    color: #fff;
    pointer-events: none;
    transition: opacity 0.2s;
}

.switch input:checked + .slider .checkmark {
    display: block;
}

.switch input:disabled + .slider {
    background: #edeef2;
    border-color: #d1d2dc;
    cursor: not-allowed;
    opacity: 0.7;
}

.switch input:disabled + .slider:before {
    background: #fff;
}

.switch input:disabled:checked + .slider {
    background: #d1d2dc;
    border-color: #d1d2dc;
}

.switch input:disabled:checked + .slider .checkmark {
    color: #d1d2dc;
}