body {
    box-sizing: border-box;
    background: black;
    margin: 0px;
    padding: 0px;
}

.red {
    border: 1px solid red;
}


/* =======================ContainerHeader============================== */




.navlink {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;

}

.containerHeader {
    width: 100%;
    position: fixed;
    top: 0px;
    padding-top: 32px;
    z-index: 1000;
}

.contentHeader {
    position: relative;
    width: 90%;
    margin: 0 auto;


    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 12px;

    /* border: 1px solid rgba(255, 255, 255, 0.411); */
    border-radius: 120px;
    background: rgba(118, 118, 118, 0.2);
    backdrop-filter: blur(10px);
    z-index: 2;
    overflow: hidden;
}

/* 4 светящихся линии по периметру */
.contentHeader::before,
.contentHeader::after,
.contentHeader .glow-left,
.contentHeader .glow-right {
    content: "";
    position: absolute;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.411), transparent);
    z-index: 3;
    pointer-events: none;
    animation: moveGlow 4s linear infinite;
}

.contentHeader::before {
    height: 1px;
    width: 100%;
    top: 0;
    left: -100%;
}

.contentHeader::after {
    height: 1px;
    width: 100%;
    bottom: 0;
    right: 100%;
    animation-delay: 2s;
}

.contentHeader .glow-left,
.contentHeader .glow-right {
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.411), transparent);
}

.contentHeader .glow-left {
    top: -100%;
    left: 0;
    animation-delay: 1s;
}

.contentHeader .glow-right {
    top: -100%;
    right: 2px;
    animation-delay: 3s;
}

/* Анимация */
@keyframes moveGlow {
    0% {
        transform: translateX(0) translateY(0);
    }

    100% {
        transform: translateX(200%) translateY(150%);
    }
}

.btnHeader {
    border-radius: 50px;
    padding: 13px 60px;
    background: none;
    border: 1px solid rgba(255, 255, 255, 1);
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -2%;
    color: rgba(255, 255, 255, 1);
}

/* ======================End containerHeader===================== */

/* =========================ContainerSection1======================= */

.containerSection1 {
    width: 100%;
    position: relative;
}

.contentSection1 {
    width: 90%;
    margin: 10% auto 100px auto;
    padding: 2;
}



.btnSection1 {
    background: linear-gradient(180deg, #7133FF 0%, #B06CFF 100%);
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -2%;
    padding: 18px 40px;
    border-radius: 100px;
    border: none;
    color: rgba(255, 255, 255, 1);
}

.containerTextSection1 {
    padding-bottom: 138px;
}


.contentTextSection1 h1 {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 60px;
    line-height: 110.00000000000001%;
    letter-spacing: -2%;
    color: rgba(255, 255, 255, 1);
}

.contentTextSection1 p {
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 156%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.contentPartners {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.imgPartners {
    transition: transform 0.3s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.containerPhoneSection1 {
    height: 100%;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.contentPhoneSection1 {
    height: 100%;
    background: 50% 100% no-repeat url(../images/iPhone-13-Pro-Front.webp);
    position: relative;
    transition: transform 0.3s ease;
    transform-style: preserve-3d;
    z-index: 0;
}

.classPhoneSection1 {
    position: absolute;
    will-change: transform;
    z-index: 2;
    transition: transform 0.3s ease;
    transform-style: preserve-3d;
    z-index: 1;
}


.imgeth {
    top: 10%;
    right: 10%;
}

.imgbtc {
    top: 50%;
}

.imgusd {
    top: 50%;
    right: 0%;
}

.imgtether {
    top: 80%;
    right: 20%;
}

.imgeur {
    top: 80%;
}

/* ====================================ANIMATION===================== */
canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/* ========================ContainerSection2=================================== */

.containerSection2 {
    margin-bottom: 100px;
}

.contentSection2 {
    width: 90%;
    margin: 0 auto;
}

.headerSection2 {
    position: relative;
    overflow: hidden;
    width: max-content;
    padding: 12px 12px;

    /* border: 1px solid rgba(255, 255, 255, 0.411); */
    border-radius: 120px;
    background: rgba(118, 118, 118, 0.2);
    backdrop-filter: blur(10px);
    margin-bottom: 50px;
}

.headerSection2 h1 {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    margin: 0px;
}

.headerSection2::before,
.headerSection2::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.548), transparent);
    pointer-events: none;
    animation: moveGlowH1 4s linear infinite;
    border-radius: inherit;
}

.headerSection2::before {
    height: 1px;
    width: 100%;
    top: 0;
    left: -100%;
}

.headerSection2::after {
    height: 2px;
    width: 100%;
    bottom: 0;
    left: -100%;
    animation-delay: 2s;
}

/* Анимация */
@keyframes moveGlowH1 {
    0% {
        transform: translateX(0) translateY(0);
    }

    100% {
        transform: translateX(200%) translateY(100%);
    }
}

.mainSection2 p {
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 156%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.contentTextSection2 {
    padding-bottom: 200px;
}

.btnSection2 {
    background: linear-gradient(180deg, #7133FF 0%, #B06CFF 100%);
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -2%;
    padding: 18px 40px;
    border-radius: 100px;
    border: none;
    color: rgba(255, 255, 255, 1);
}

.contentWallet {
    margin: 0px;
    padding: 0px;
    height: 100%;
    position: relative;
}

.cardWallet {
    height: 100%;
    width: 100%;
    background: 0% 100% / 80% 100% no-repeat url(../images/wallet.webp);

    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.imgWallet {
    position: absolute;
    width: 358px;
    top: 0px;
}

.imgWallet:nth-child(2) {
    top: 10%;
    right: 10%;
}

.imgWallet:nth-child(3) {
    top: 60%;
    right: 0;
    z-index: 1;
}

.imgWallet:nth-child(4) {
    top: 68%;
    right: 5%;
    z-index: 0;
}

/* ===========================================ContainerSection3=============================== */

.containerSection3 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 100px;
    padding: 40px;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 80px;
    background: -700px -200px / 100% 100% no-repeat url(../images/ef551f242765b23fad8cd73e9f8352d3c4af4f2f\ \(1\).webp),
        30% 100% / 30% 50% no-repeat url(../images/Ellipse\ 3.webp),
        100% 100% / 50% 70% no-repeat url(../images/Ellipse\ 1.webp);
}

.contentSection3 {
    padding: 40px;
    background: linear-gradient(218.7deg, rgba(118, 118, 118, 0.05) 4.82%, rgba(14, 19, 23, 0.005) 77.58%);
    backdrop-filter: blur(10px);
    border-radius: 30px;

}

.headerSection3 {
    position: relative;
    overflow: hidden;
    width: max-content;
    padding: 12px 12px;

    /* border: 1px solid rgba(255, 255, 255, 0.411); */
    border-radius: 120px;
    background: rgba(118, 118, 118, 0.2);
    backdrop-filter: blur(10px);
    margin-bottom: 50px;
}

.headerSection3 h1 {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    margin: 0px;
}

.headerSection3::before,
.headerSection3::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.548), transparent);
    pointer-events: none;
    animation: moveGlowH1 4s linear infinite;
    border-radius: inherit;
}

.headerSection3::before {
    height: 1px;
    width: 100%;
    top: 0;
    left: -100%;
}

.headerSection3::after {
    height: 2px;
    width: 100%;
    bottom: 0;
    left: -100%;
    animation-delay: 2s;
}

/* Анимация */
@keyframes moveGlowH1 {
    0% {
        transform: translateX(0) translateY(0);
    }

    100% {
        transform: translateX(200%) translateY(100%);
    }
}

/* ======================================ContainerSection4===================== */

.containerSection4 {
    margin-bottom: 100px;
}

.contentSection4 {
    width: 90%;
    margin: 0 auto;
}

.headerSection4 {
    position: relative;
    overflow: hidden;
    width: max-content;
    padding: 12px 12px;

    /* border: 1px solid rgba(255, 255, 255, 0.411); */
    border-radius: 120px;
    background: rgba(118, 118, 118, 0.2);
    backdrop-filter: blur(10px);
    margin-bottom: 50px;
}

.headerSection4 h1 {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    margin: 0px;
}

.headerSection4::before,
.headerSection4::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.548), transparent);
    pointer-events: none;
    animation: moveGlowH1 4s linear infinite;
    border-radius: inherit;
}

.headerSection4::before {
    height: 1px;
    width: 100%;
    top: 0;
    left: -100%;
}

.headerSection4::after {
    height: 2px;
    width: 100%;
    bottom: 0;
    left: -100%;
    animation-delay: 2s;
}

/* Анимация */
@keyframes moveGlowH1 {
    0% {
        transform: translateX(0) translateY(0);
    }

    100% {
        transform: translateX(200%) translateY(100%);
    }
}

/* =====================Card=================== */

.containerCardSection4:hover {
    cursor: pointer;
}

.previewsCardSection4 p {
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
}

.containerCardSection4 {
    position: relative;
    overflow: hidden;
    width: 20%;
    height: 395px;
    border-radius: 16px;

    transition: width 0.4s ease, max-height 0.4s ease;
    overflow: hidden;
    flex-shrink: 0;

    /* transition: transform 0.3s ease;
    transform-style: preserve-3d; */

}

.containerCardSection4::before,
.containerCardSection4::after,
.containerCardSection4 .glow-left {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.548), transparent);
    pointer-events: none;
    animation: moveGlowcontainerCardSection4 4s linear infinite;
    border-radius: inherit;
}

.containerCardSection4::before {
    height: 1px;
    width: 100%;
    top: 0;
    left: -100%;
}

.containerCardSection4::after {
    height: 2px;
    width: 100%;
    bottom: 0;
    left: -100%;
    animation-delay: 2s;
}

.containerCardSection4 .glow-left {
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.411), transparent);
}

.containerCardSection4 .glow-left {
    top: -100%;
    left: -1px;
    animation-delay: 2s;
}

/* Анимация */
@keyframes moveGlowcontainerCardSection4 {
    0% {
        transform: translateX(0) translateY(0);
    }

    100% {
        transform: translateX(200%) translateY(200%);
    }
}



.containerCardSection4.active {
    width: 40%;
}

.previewsCardSection4 {
    opacity: 0;
    overflow: hidden;
    display: none;
    padding: 0px 16px;

    background: 120% 50% / 200% 150% no-repeat url(../images/map.webp);
    background-position: start;

    transition: opacity 0.3s ease, max-height 0.3s ease, padding 0.3s ease;
}

.previewsCardSection4.active {
    display: block;
    opacity: 1;
    padding: 98px 16px;
}



.contentCardSection4 {
    position: relative;
    height: 100%;
    display: none;
    opacity: 0;
    padding: 0px 16px;
    overflow: hidden;
    background-image:
        url("../images/ef551f242765b23fad8cd73e9f8352d3c4af4f2f (1).webp");

    background-position: 170% 50%, center;
    background-size: 150% 150%, cover;
    background-repeat: no-repeat, no-repeat;
    transition: opacity 0.3s ease, max-height 0.3s ease, padding 0.3s ease;

}

.contentCardSection4 p {
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
}

.contentCardSection4.active {
    display: block;
    opacity: 1;
    padding: 32px 16px;
}


.blockCardSection4 {
    width: 70%;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    border-radius: 12px;
    padding: 12px;
    z-index: 0;
}

.blockCardSection4:hover {
    z-index: 1;
}

.blockCardSection4 p {
    color: black;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 15.18px;
    line-height: 120%;
    letter-spacing: 0%;

}

.blockCardSection4Two {
    bottom: 5%;
    right: 5%;
}

/* ==============================containerSection5========================= */

.containerSection5 {
    margin-bottom: 100px;
}

.contentSection5 {
    width: 90%;
    margin: 0 auto;
}

.headerSection5 {
    position: relative;
    overflow: hidden;
    width: max-content;
    padding: 12px 12px;

    /* border: 1px solid rgba(255, 255, 255, 0.411); */
    border-radius: 120px;
    background: rgba(118, 118, 118, 0.2);
    backdrop-filter: blur(10px);
    margin-bottom: 50px;
}

.headerSection5 h1 {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    margin: 0px;
}

.headerSection5::before,
.headerSection5::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.548), transparent);
    pointer-events: none;
    animation: moveGlowH1 4s linear infinite;
    border-radius: inherit;
}

.headerSection5::before {
    height: 1px;
    width: 100%;
    top: 0;
    left: -100%;
}

.headerSection5::after {
    height: 2px;
    width: 100%;
    bottom: 0;
    left: -100%;
    animation-delay: 2s;
}



/* Анимация */
@keyframes moveGlowH1 {
    0% {
        transform: translateX(0) translateY(0);
    }

    100% {
        transform: translateX(200%) translateY(100%);
    }
}

.blockSection5 {
    position: relative;
    min-height: 170px;
    border-radius: 12px;
}

.blockSection5:hover {
    cursor: pointer;
}


.contentBlockSection5 {
    overflow: hidden;
    top: 0px;
    padding: 32px 16px;
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 12px;

    backdrop-filter: blur(10px);
    background: rgba(14, 18, 22, 0.6);

    transition: top 0.4s ease;

}

.contentBlockSection5::before,
.contentBlockSection5::after,
.contentBlockSection5 .glow-left {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.548), transparent);
    pointer-events: none;
    animation: moveGlowcontentBlockSection5 4s linear infinite;
    border-radius: inherit;
}

.contentBlockSection5::before {
    height: 1px;
    width: 100%;
    top: 0;
    left: -100%;
}

.contentBlockSection5::after {
    height: 2px;
    width: 100%;
    bottom: 0;
    left: -100%;
    animation-delay: 2s;
}

.contentBlockSection5 .glow-left {
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.411), transparent);
}

.contentBlockSection5 .glow-left {
    top: -100%;
    left: 0;
    animation-delay: 2s;
}

/* Анимация */
@keyframes moveGlowcontentBlockSection5 {
    0% {
        transform: translateX(0) translateY(0);
    }

    100% {
        transform: translateX(200%) translateY(200%);
    }
}

.contentBlockSection5.active {
    top: -20px;
}

.contentBlockSection5 p {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;

    color: rgba(255, 255, 255, 1);
}

.contentBlockSection5 strong {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
}

.previewsBlockSection5 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    /* лёгкий сдвиг вниз */
    transition:
        opacity 0.4s ease,
        transform 0.4s ease,
        visibility 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.previewsBlockSection5.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    /* возвращаем в норму */
    position: relative;
    z-index: 2;
}

.showTextBlockSection5 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    /* лёгкий сдвиг вниз */
    transition:
        opacity 0.4s ease,
        transform 0.4s ease,
        visibility 0.4s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.showTextBlockSection5.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    /* возвращаем в норму */
    position: relative;
    z-index: 2;
}

.capsulShadow {
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
}

.capsulShadow.active {
    display: block;
    opacity: 1;
}

.imgSection5 {
    transition: transform 0.3s ease;
    transform-style: preserve-3d;
}

.capsulShadowPurple.active {
    top: 20%;
    left: 15%;
    width: 70%;
    height: 30%;
    position: absolute;
    background: rgba(239, 68, 68, 0.796);
    border-radius: 100px;
    box-shadow:
        0 0 10px rgba(239, 68, 68, 1),
        0 0 20px rgba(239, 68, 68, 1),
        0 0 40px rgba(239, 68, 68, 1),
        0 0 80px rgba(239, 68, 68, 1),
        0 0 100px rgba(239, 68, 68, 1),
        0 0 120px rgba(239, 68, 68, 1),
        inset 0 0 20px rgba(239, 68, 68, 1);
}


.capsulShadowYelov.active {
    top: 20%;
    left: 15%;
    width: 70%;
    height: 30%;
    position: absolute;
    background: rgba(250, 204, 21, 1);
    border-radius: 100px;
    box-shadow:
        0 0 10px rgba(250, 204, 21, 1),
        0 0 20px rgba(250, 204, 21, 1),
        0 0 40px rgba(250, 204, 21, 1),
        0 0 80px rgba(250, 204, 21, 1),
        0 0 100px rgba(250, 204, 21, 1),
        0 0 120px rgba(250, 204, 21, 1),
        inset 0 0 20px rgba(250, 204, 21, 1);
}


.capsulShadowPurpleLite.active {
    top: 20%;
    left: 15%;
    width: 70%;
    height: 30%;
    position: absolute;
    background: rgba(192, 132, 252, 1);
    border-radius: 100px;
    box-shadow:
        0 0 10px rgba(192, 132, 252, 1),
        0 0 20px rgba(192, 132, 252, 1),
        0 0 40px rgba(192, 132, 252, 1),
        0 0 80px rgba(192, 132, 252, 1),
        0 0 100px rgba(192, 132, 252, 1),
        0 0 120px rgba(192, 132, 252, 1),
        inset 0 0 20px rgba(192, 132, 252, 1);
}


.capsulShadowOrange.active {
    top: 20%;
    left: 15%;
    width: 70%;
    height: 30%;
    position: absolute;
    background: rgba(239, 134, 68, 1);
    border-radius: 100px;
    box-shadow:
        0 0 10px rgba(239, 134, 68, 1),
        0 0 20px rgba(239, 134, 68, 1),
        0 0 40px rgba(239, 134, 68, 1),
        0 0 80px rgba(239, 134, 68, 1),
        0 0 100px rgba(239, 134, 68, 1),
        0 0 120px rgba(239, 134, 68, 1),
        inset 0 0 20px rgba(239, 134, 68, 1);
}


/* ===============================ContainerSerction6========================== */

.containerSection6 {
    margin-bottom: 100px;
}

.contentSection6 {
    width: 40%;
    margin: 0 auto;
    padding: 30px 33px;
    background: rgb(255, 255, 255);
    border-radius: 22px;
}

.headerSection6 {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.headerSection6 p {
    background: rgba(9, 206, 82, 0.12);
    padding: 8px 16px;

    border-radius: 92px;

    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 11.14px;
    line-height: 14.86px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

    color: rgba(21, 128, 61, 1);
}

.blockSection6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    padding: 16px;
    background: rgba(236, 240, 252, 1);
    transition: transform 0.8s ease;
    /* плавное масштабирование */
}

.blockSection6.active {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(0, 132, 255, 0.3);
}

.blockSection6 p {
    margin: 0px;
    padding: 0px;
}

/* =================================ContainerSection7======================= */

.containerSection7 {
    margin-bottom: 100px;
}

.contentSection7 {
    width: 90%;
    margin: 0 auto;
}

.headerSection7 h1 {
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 51px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
}

.blockSection7 {
    border-radius: 12px;
    padding: 44px 32px;
    background: rgba(255, 255, 255, 1);
}

.blockSection7 p {
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: rgba(17, 24, 39, 1);
}

.imgBlockSection7 {
    transition: transform 0.3s ease;
    transform-style: preserve-3d;
}

/* =============================containerSection8==================== */

.containerSection8 {
    margin-bottom: 100px;
}

.contentSection8 {
    width: 90%;
    margin: 0 auto;
}

.headerSection8 h1 {
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}

.headerSection8 p {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: rgba(255, 255, 255, 1);
}

.blockFAQ {
    padding: 170px 24px;
    border-radius: 12px;
    background: linear-gradient(122.41deg, rgba(239, 246, 255, 0.69) 2.37%, rgba(238, 242, 255, 0.69) 38.02%, rgba(250, 245, 255, 0.69) 80.25%);
}

.blockFAQ h3 {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: rgba(1, 1, 1, 1);
}

.blockFAQ p {
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: rgba(75, 85, 99, 1);
}

.btnSection8 {
    padding: 16px 32px;
    background: rgba(7, 106, 255, 1);
    border-radius: 100px;
    border: none;

    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -2%;
    color: rgba(255, 255, 255, 1);
}

.acordionItem {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(198, 196, 196, 1);
}

.acordionItem:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.acordionHeader h1 {
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.acordionHeader:hover {
    cursor: pointer;
}

.imgAcordion {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    position: absolute;
}

.imgAcordion.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.imgAcordionActive {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    position: absolute;
}

.imgAcordionActive.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.acordionMain p {
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.acordionMain {
    max-height: 0;

    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

.acordionMain.active {
    max-height: 500px;
    opacity: 1;
}

/* ===================================containerSection9=========================== */

.containerSection9 {
    margin-bottom: 100px;
}

.contentSection9 {
    width: 50%;
    margin: 0 auto;
}

.headerSection9 h1 {
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 51px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

    color: rgba(255, 255, 255, 1);
}

.headerSection9 p {
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.793);
}

.form input {
    width: 100%;

    padding: 18px;

    color: rgba(255, 255, 255, 0.793);
    background: rgba(255, 255, 255, 0.12);

    border-radius: 8px;

    border: 1px solid rgba(184, 184, 184, 1);
}

.btnForm {
    background: rgba(7, 106, 255, 1);
    border: none;
    border-radius: 100px;

    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -2%;

    color: rgba(255, 255, 255, 1);

    padding: 22px 32px;
}

/* =========================containerFooter===================== */

.containerFooter {
    padding: 95px 0px;
}

.contentFooter {
    width: 90%;

    margin: 0 auto;

    padding-bottom: 70px;

    border-bottom: 1px solid rgba(213, 213, 213, 0.793);
}