@import url(https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap);
/* Features */
.features {
    width: 100%;
    height: auto;
    position: relative;
}

.features-container {
    width: 100%;
    height: auto;
    padding: 76px 23% 96px 23%;
    gap: 48px;
    position: relative;
    z-index: 3;
    transition: all 0.3s ease;
}

/* Features header */
.features-header {
    width: 100%;
    height: auto;
    gap: 32px;
}

.features-header__title {
    width: 100%;
    height: auto;
    gap: 8px;
}

.title-caption {
    width: 100%;
    height: auto;
    gap: 8px;

    p {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        background: var(--grey-color2);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }

    img {
        width: auto;
        height: 26px;
    }
}

.title-value {
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    transition: all 0.3s ease;
}

.features-header__grid {
    display: grid;
    grid-template-columns: repeat(20, minmax(0, 1fr));
    grid-template-rows: 80px 80px;
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    grid-auto-flow: row;
    grid-template-areas:
        "item-1 item-1 item-1 item-1 item-2 item-2 item-2 item-2 item-3 item-3 item-3 item-3 item-4 item-4 item-4 item-4 item-5 item-5 item-5 item-5"
        "item-6 item-6 item-6 item-6 item-6 item-7 item-7 item-7 item-7 item-7 item-8 item-8 item-8 item-8 item-8 item-9 item-9 item-9 item-9 item-9"
    ;
    transition: all 0.3s ease;
}

.grid-item-1 {
    grid-area: item-1;
}

.grid-item-2 {
    grid-area: item-2;
}

.grid-item-3 {
    grid-area: item-3;
}

.grid-item-4 {
    grid-area: item-4;
}

.grid-item-5 {
    grid-area: item-5;
}

.grid-item-6 {
    grid-area: item-6;
}

.grid-item-7 {
    grid-area: item-7;
}

.grid-item-8 {
    grid-area: item-8;
}

.grid-item-9 {
    grid-area: item-9;
}


.features-grid__item {
    width: 100%;
    height: 80px;
    min-width: 0;
    position: relative;
    border: 2px solid rgba(61, 109, 144, 0.2);
    background-color: var(--white-color);
    border-radius: 8px;
    padding: 16px;
    gap: 12px;
    cursor: pointer;
    transition: all 0.3s ease;

    &:hover {
        border: 2px solid rgba(0, 89, 255, 1);
    }
}

.features-item__image {
    width: 48px;
    height: 48px;
    -o-object-fit: cover;
       object-fit: cover;
}

.features-item__label {
    width: calc(100% - 60px);
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-wrap: wrap;
}

.features-inactive {
    background: rgba(99, 148, 183, 1);;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.features-soon {
    width: auto;
    height: auto;
    position: absolute;
    top: -2px;
    right: -2px;
    padding: 3px 7px;
    border-radius: 18px;
    background: linear-gradient(85.63deg, #53007F 0%, #A70096 50.48%, #FF005E 100%);

    p {
        font-weight: 700;
        font-size: 11px;
        line-height: 13px;
        color: var(--white-color);
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }
}

/* Features service */
.features-service {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 16px;
    background-color: rgba(250, 250, 250, 1);
    align-items: start;
    padding: 96px;
    gap: 24px;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
}

.features-service__container {
    width: 100%;
    height: auto;
    gap: 80px;
}

.features-service__group  {
    width: 100%;
    height: auto;
    display: none !important;
    gap: 16px;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.features-service__ellipse-1 {
    width: 542px;
    height: 488px;
    position: absolute;
    left: -45px;
    top: -104.12px;
    background: rgba(255, 0, 132, 0.16);
    border-radius: 50%;
    filter: blur(130px);
    -webkit-filter: blur(130px);
    will-change: transform;
    z-index: 1;
    animation: pulseEllipse1 3s linear infinite;
}

.features-service__ellipse-2 {
    width: 842px;
    height: 630px;
    position: absolute;
    left: 596.82px;
    top: 64px;
    background: rgba(247, 0, 255, 0.16);
    border-radius: 50%;
    filter: blur(130px);
    -webkit-filter: blur(130px);
    will-change: transform;
    z-index: 1;
    animation: pulseEllipse2 3s linear infinite;
}

.features-service__ellipse-3 {
    width: 542px;
    height: 533px;
    position: absolute;
    left: -47px;
    top: -85.12px;
    background: rgba(0, 255, 251, 0.1);
    border-radius: 50%;
    filter: blur(130px);
    -webkit-filter: blur(130px);
    will-change: transform;
    z-index: 1;
    animation: pulseEllipse3 3s linear infinite;
}

.features-service__ellipse-4 {
    width: 842px;
    height: 630px;
    position: absolute;
    left: 596.82px;
    top: 64px;
    background: rgba(0, 106, 255, 0.11);
    border-radius: 50%;
    filter: blur(130px);
    -webkit-filter: blur(130px);
    will-change: transform;
    z-index: 1;
    animation: pulseEllipse4 3s linear infinite;
}

.features-service__ellipse-5 {
    width: 542px;
    height: 488px;
    position: absolute;
    left: -45px;
    top: -104.12px;
    background: rgba(255, 106, 0, 0.16);
    border-radius: 50%;
    filter: blur(130px);
    -webkit-filter: blur(130px);
    will-change: transform;
    z-index: 1;
    animation: pulseEllipse5 3s linear infinite;
}

.features-service__ellipse-6 {
    width: 842px;
    height: 630px;
    position: absolute;
    left: 596.82px;
    top: 64px;
    background: rgba(255, 0, 111, 0.16);
    border-radius: 50%;
    filter: blur(130px);
    -webkit-filter: blur(130px);
    will-change: transform;
    z-index: 1;
    animation: pulseEllipse6 3s linear infinite;
}

.features-service__information {
    width: calc(100% - 80px - 461px);
    height: auto;
    gap: 24px;
    align-items: start;
    z-index: 3;
    transition: all 0.3s ease;
}

.information-header {
    width: 100%;
    height: auto;
    gap: 12px;

    img {
        width: 48px;
        height: 48px;
        -o-object-fit: cover;
           object-fit: cover;
    }

    p {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        transition: all 0.3s ease;
    }
}

.information-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    transition: all 0.3s ease;
}

.information-description {
    width: 519px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-wrap: wrap;
    transition: all 0.3s ease;
}

#information-description-desktop {
    display: flex;
}

#information-button-desktop {
    display: flex;
}

.features-service__image {
    width: auto;
    height: 346px;
    z-index: 3;

    img {
        width: 461px;
        height: 346px;
        -o-object-fit: cover;
           object-fit: cover;
        transition: all 0.3s ease;
    }
}

@media (max-width: 1920px) {
    .features-container {
        padding: 76px 10% 96px 10%;
    }
}

@media (max-width: 1500px) {
    .information-description {
        width: 100%;
    }
}

@media (max-width: 1440px) {
    .features-container {
        padding: 76px 64px 96px 64px;
    }

    .features-service {
        height: auto;
    }

    .title-value {
        font-size: 38px;
        line-height: 45px;
    }

    .information-header {
        p {
            font-weight: 500;
        }
    }

    .information-description {
        width: 519px;
    }

    .features-service__image {
        height: 346px;

        img {
            height: 346px;
        }
    }
}

@media (max-width: 1368px) {
    .features-header__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-template-rows: repeat(3, 80px);
        grid-template-areas:
            "item-1 item-2 item-3"
            "item-4 item-5 item-6"
            "item-7 item-8 item-9"
        ;
    }

    .features-service {
        padding: 48px;
    }

    .features-service__container {
        gap: 40px;
    }

    .features-service__information {
        width: calc(100% - 40px - 420px);
    }

    .information-description {
        width: 100%;
    }

    .features-service__image {
        height: auto;

        img {
            width: 420px;
            height: auto;
        }
    }
}

@media (max-width: 1024px) {
    .features-container {
        padding: 40px 32px 60px 32px;
    }

    .features-header__grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .features-service__information {
        width: calc(100% - 32px - 400px);
    }

    .features-service__container {
        gap: 32px;
    }

    .features-service__image {
        img {
            width: 400px;
        }
    }
}

@media (max-width: 920px) {
    .features-service {
        padding: 24px;
    }

    #information-description-desktop {
        display: none;
    }
    
    #information-button-desktop {
        display: none;
    }

    .features-service__information {
        width: calc(100% - 32px - 360px);
    }

    .features-service__image {
        img {
            width: 360px;
        }
    }

    .features-service__group {
        display: flex !important;
    }
}

@media (max-width: 768px) {
    .features-container {
        padding: 20px 24px 40px 24px;
        gap: 24px;
    }

    .title-value {
        font-size: 32px;
        line-height: 38px;
    }

    .features-header__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(5, 80px);
        grid-template-areas:
            "item-1 item-2"
            "item-3 item-4"
            "item-5 item-6"
            "item-7 item-8"
            "item-9 item-10"
        ;
    }

    .features-service__information {
        gap: 16px;
    }
}

@media (max-width: 680px) {
    .features-service__container {
        flex-direction: column !important;
    }

    .features-service__information {
        width: 100%;
    }

    #features-block-2 {
        flex-direction: column-reverse !important;
    }
}

@media (max-width: 580px) {
    .features-header__grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-template-rows: repeat(9, 80px);
        grid-template-areas:
            "item-1"
            "item-2"
            "item-3"
            "item-4"
            "item-5"
            "item-6"
            "item-7"
            "item-8"
            "item-9"
        ;
    }

    .features-service__group {
        align-items: baseline;

        button {
            width: 100%;
        }
    }
}

@media (max-width: 460px) {
    .features-service {
        gap: 16px;
    }

    .features-service__information {
        gap: 8px;
    }

    .features-service__container {
        gap: 20px;
    }

    .features-service__image {
        img {
            width: 100%;
        }
    }
}

@media (max-width: 420px) {
    .title-caption {
        img {
            width: auto;
            height: 17px;
        }
    }

    .information-header {
        p {
            font-size: 16px;
            line-height: 19px;
        }
    }

    .information-title {
        font-size: 22px;
        line-height: 26px;
    }
}

@media (max-width: 375px) {
    .features-container {
        padding: 20px 16px 40px 16px;
    }

    .features-header__title {
        gap: 4px;
    }

    .title-caption {
        p {
            font-size: 10px;
            line-height: 12px;
            color: var(--grey-color2);
        }
    
        img {
            width: auto;
            height: 17px;
        }
    }

    .title-value {
        font-size: 22px;
        line-height: 26px;
    }

    .features-header__grid {
        grid-row-gap: 8px;
    }

    .information-description {
        font-size: 14px;
        line-height: 17px;
    }
}

@keyframes pulseEllipse1 {
    0% {
        filter: blur(130px);
        -webkit-filter: blur(130px);
        will-change: transform;
        transform: scale(1);
    }
    50% {
        background: rgba(247, 0, 255, 0.16);
        filter: blur(50px);
        -webkit-filter: blur(50px);
        will-change: transform;
        transform: scale(1.5);
    }
    100% {
        filter: blur(130px);
        -webkit-filter: blur(130px);
        will-change: transform;
        transform: scale(1);
    }
}

@keyframes pulseEllipse2 {
    0% {
        filter: blur(130px);
        -webkit-filter: blur(130px);
        will-change: transform;
        transform: scale(1);
    }
    50% {
        background: rgba(255, 0, 132, 0.16);
        filter: blur(50px);
        -webkit-filter: blur(50px);
        will-change: transform;
        transform: scale(1.25);
    }
    100% {
        filter: blur(130px);
        -webkit-filter: blur(130px);
        will-change: transform;
        transform: scale(1);
    }
}

@keyframes pulseEllipse3 {
    0% {
        filter: blur(130px);
        -webkit-filter: blur(130px);
        will-change: transform;
        transform: scale(1);
    }
    50% {
        background: rgba(0, 106, 255, 0.11);
        filter: blur(50px);
        -webkit-filter: blur(50px);
        will-change: transform;
        transform: scale(1.5);
    }
    100% {
        filter: blur(130px);
        -webkit-filter: blur(130px);
        will-change: transform;
        transform: scale(1);
    }
}

@keyframes pulseEllipse4 {
    0% {
        filter: blur(130px);
        -webkit-filter: blur(130px);
        will-change: transform;
        transform: scale(1);
    }
    50% {
        background: rgba(0, 255, 251, 0.1);
        filter: blur(50px);
        -webkit-filter: blur(50px);
        will-change: transform;
        transform: scale(1.25);
    }
    100% {
        filter: blur(130px);
        -webkit-filter: blur(130px);
        will-change: transform;
        transform: scale(1);
    }
}

@keyframes pulseEllipse5 {
    0% {
        filter: blur(130px);
        -webkit-filter: blur(130px);
        will-change: transform;
        transform: scale(1);
    }
    50% {
        background: rgba(255, 0, 111, 0.16);
        filter: blur(50px);
        -webkit-filter: blur(50px);
        will-change: transform;
        transform: scale(1.5);
    }
    100% {
        filter: blur(130px);
        -webkit-filter: blur(130px);
        will-change: transform;
        transform: scale(1);
    }
}

@keyframes pulseEllipse6 {
    0% {
        filter: blur(130px);
        -webkit-filter: blur(130px);
        will-change: transform;
        transform: scale(1);
    }
    50% {
        background: rgba(255, 106, 0, 0.16);
        filter: blur(50px);
        -webkit-filter: blur(50px);
        will-change: transform;
        transform: scale(1.25);
    }
    100% {
        filter: blur(130px);
        -webkit-filter: blur(130px);
        will-change: transform;
        transform: scale(1);
    }
}
/* Support */
.support {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.support-ellipse-1 {
    width: 689px;
    height: 689px;
    position: absolute;
    left: 795px;
    top: -0.12px;
    background: rgba(98, 0, 255, 0.07);
    filter: blur(130px);
    -webkit-filter: blur(130px);
    will-change: transform;
    z-index: 1;
    animation: supportEllipse1Animation 6s ease-in-out infinite;
}

.support-ellipse-2 {
    width: 689px;
    height: 689px;
    position: absolute;
    left: 1316px;
    top: -96.12px;
    background: rgba(255, 0, 230, 0.2);
    filter: blur(130px);
    -webkit-filter: blur(130px);
    will-change: transform;
    z-index: 1;
    animation: supportEllipse2Animation 6s ease-in-out infinite;
}

.support-container {
    width: 100%;
    height: auto;
    position: relative;
    padding: 96px 23%;
    gap: 48px;
    z-index: 3;
    transition: all 0.3s ease;
}

.support-container__information {
    width: 678px;
    height: auto;
    gap: 48px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.support-header {
    width: 100%;
    height: auto;
    gap: 8px;

    p {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        background: var(--grey-color2);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        transition: all 0.3s ease;
    }

    h2 {
        font-weight: 700;
        font-size: 40px;
        line-height: 47px;
        transition: all 0.3s ease;
    }
}

.support-description {
    width: 344px;
    height: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    transition: all 0.3s ease;
}

.support-controllers {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    gap: 24px;
}

.support-image__container {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;

    .support-image {
        transform: scale(calc(616/365));
    }
}

.support-image {
    width: 365px;
    height: 215px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

#support-image-1 {
    position: absolute;
    bottom: 7%;
    right: 5%;
    animation: animationSupport1 10s ease-in-out infinite;
}

#support-image-2 {
    position: absolute;
    top: 3%;
    right: 15%;
    z-index: 2;
    animation: animationSupport2 8s ease-in-out infinite;
}

#support-image-3 {
    position: absolute;
    top: 0px;
    left: 35%;
    animation: animationSupport1 8s ease-in-out infinite;
}

#support-image-4 {
    position: absolute;
    top: 50%;
    right: 12%;
    animation: animationSupport3 6s ease-in-out infinite;
}

#support-image-5 {
    position: absolute;
    bottom: 10%;
    left: 32%;
    z-index: 2;
    animation: animationSupport2 12s ease-in-out infinite;
}

#support-image-6 {
    position: absolute;
    top: 30%;
    left: 0px;
    animation: animationSupport1 10s ease-in-out infinite;
}

#support-image-7 {
    position: absolute;
    top: 25%;
    right: 0px;
    animation: animationSupport3 12s ease-in-out infinite;
}

#support-image-8 {
    position: absolute;
    top: 15%;
    left: 27%;
    z-index: 2;
    animation: animationSupport3 8s ease-in-out infinite;
}

#support-image-9 {
    position: absolute;
    top: 55%;
    left: 17%;
    animation: animationSupport2 16s ease-in-out infinite;
}

#support-image-10 {
    position: absolute;
    bottom: 0px;
    left: 60%;
    animation: animationSupport3 14s ease-in-out infinite;
}

#support-image-11 {
    position: absolute;
    top: 5%;
    left: 35%;
    z-index: 1;
    animation: animationSupport1 20s ease-in-out infinite;
}
 
@media (max-width: 1920px) {
    .support-ellipse-1 {
        left: 595px;
    }

    .support-ellipse-2 {
        left: 968px;
    }
    
    .support-container {
        padding: 96px 10%;
    }
}

@media (max-width: 1440px) {
    .support-ellipse-1 {
        left: 795px;
    }

    .support-ellipse-2 {
        left: 768px;
    }

    .support-container {
        padding: 96px 64px;
    }
}

@media (max-width: 1368px) {
    .support-container__information {
        width: auto;
    }
}

@media (max-width: 1024px) {
    .support-ellipse-2 {
        left: 346px;
    }

    .support-container {
        padding: 60px 32px;
    }

    .support-image__container {
        width: 496px;

        .support-image {
            transform: scale(calc(496/365));
        }
    }
}

@media (max-width: 768px) {
    .support-container {
        padding: 40px 24px;
    }

    .support-container__information {
        width: 290px;
        gap: 24px;
    }

    .support-description {
        width: 100%;
    }

    .support-header {
        h2 {
            font-size: 32px;
            line-height: 38px;
        }
    }
}

@media (max-width: 600px) {
    .support-ellipse-2 {
        top: 153px;
        left: 50%;
        transform: translateX(-50%);
    }

    .support-container {
        flex-direction: column !important;
    }

    .support-container__information {
        width: 100%;
    }

    .support-image__container {
        width: 100%;

        .support-image {
            transform: none;
        }
    }

    .support-image {
        width: 100%;
        max-width: 496px;
        height: auto;
        min-height: 215px;
    }
}

@media (max-width:500px) {
    .support-controllers {
        button {
            width: 100%;
        }
    }
}

@media (max-width: 375px) {
    .support-container {
        padding: 40px 16px;
    }

    .support-container__information {
        gap: 16px;
    }

    .support-header {
        gap: 4px;

        p {
            font-size: 10px;
            line-height: 12px;
        }

        h2 {
            font-size: 22px;
            line-height: 26px;
        }
    }
}

@keyframes animationSupport1 {
    0%, 100% {
        transform: translate(0, 0);
        scale: 1;
    }
    25% {
        transform: translate(5px, -5px);
    }
    50% {
        transform: translate(-5px, 5px);
        scale: 1.1;
    }
    75% {
        transform: translate(3px, -3px);
    }
}

@keyframes animationSupport2 {
    0%, 100% {
        transform: translate(0, 0);
        scale: 1;
    }
    25% {
        transform: translate(10px, 0px);
    }
    50% {
        transform: translate(0px, -5px);
        scale: 1.2;
    }
    75% {
        transform: translate(-5px, -3px);
    }
}

@keyframes animationSupport3 {
    0%, 100% {
        transform: translate(0, 0);
        scale: 1;
    }
    25% {
        transform: translate(0px, 10px);
    }
    50% {
        transform: translate(-5px, 0px);
        scale: 1.1;
    }
    75% {
        transform: translate(3px, -5px);
    }
}

@keyframes supportEllipse1Animation {
    0% {
        background: rgba(98, 0, 255, 0.07);
    }
    50% {
        background: rgba(255, 0, 230, 0.2);
    }
    100% {
        background: rgba(98, 0, 255, 0.07);
    }
}

@keyframes supportEllipse2Animation {
    0% {
        background: rgba(255, 0, 230, 0.2);
    }
    50% {
        background: rgba(98, 0, 255, 0.07);
    }
    100% {
        background: rgba(255, 0, 230, 0.2);
    }
}
/* Sources */
.sources {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.sources-ellipse-1 {
    width: 655px;
    height: 655px;
    position: absolute;
    left: 443px;
    top: -0.12px;
    background: rgba(255, 77, 0, 0.11);
    filter: blur(130px);
    -webkit-filter: blur(130px);
    will-change: transform;
    z-index: 1;
}

.sources-ellipse-2 {
    width: 832px;
    height: 832px;
    position: absolute;
    left: 1024px;
    top: 68.88px;
    background: rgba(191, 0, 255, 0.11);
    filter: blur(130px);
    -webkit-filter: blur(130px);
    will-change: transform;
    z-index: 1;
}

.map-container {
    width: 980px;
    height: 817px;
    position: absolute;
    left: 50%;
    top: 196px;
    transform: translateX(-50%);
    background: transparent;
    z-index: 1;
}

.map-container canvas {
    width: 100%;
    height: 100%;
}
  
.sources-map {
    width: 100%;
    height: 100%;
}

.sources-container {
    width: 100%;
    height: auto;
    position: relative;
    padding: 96px 0px;
    gap: 48px;
    background-color: rgba(255, 255, 255, 0.01);
    z-index: 3;
}

.sources-header {
    width: 100%;
    height: auto;
    padding: 0px 23%;
    gap: 8px;

    p {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        background: var(--grey-color2);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }

    h2 {
        font-weight: 700;
        font-size: 40px;
        line-height: 47px;
    }
}

.sources-cards {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    padding: 0px 23%;
    gap: 48px;
}

.source-card {
    width: 428px;
    height: 269px;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    padding: 40px;
    gap: 0px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.source-card__type {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-align: center;
    transition: all 0.3s ease;
}

.source-card__value {
    font-size: 48px;
    font-weight: 700;
    line-height: 57px;
    background: linear-gradient(85.63deg, #1C007F 0%, #A70096 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transition: all 0.3s ease;
}

.source-card__caption {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(85.63deg, #1C007F 0%, #A70096 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transition: all 0.3s ease;
}

.source-card__description {
    width: 100%;
    height: auto;
    gap: 8px;
    margin-top: 24px;

    p {
        font-size: 12px;
        font-weight: 700;
        line-height: 14px;
        text-align: center;
    }
}

@media (max-width: 1920px) {
    .sources-ellipse-1 {
        left: 223px;
    }

    .sources-ellipse-2 {
        left: 804px;
    }

    .sources-header {
        padding: 0px 10%;
    }

    .sources-cards {
        padding: 0px 10%;
    }
}

@media (max-width: 1440px) {
    .sources-ellipse-1 {
        left: 23px;
    }

    .sources-ellipse-2 {
        left: 604px;
    }
    
    .sources-header {
        padding: 0px 64px;
    }

    .sources-cards {
        padding: 0px 64px;
    }
}

@media (max-width: 1068px) {
    .source-card {
        width: 45%;
    }
} 

@media (max-width: 1024px) {
    .sources-ellipse-1 {
        left: -237px;
    }

    .sources-ellipse-2 {
        left: 344px;
    }

    .sources-header {
        padding: 0px 32px;
    }

    .sources-cards {
        padding: 0px 32px;
    }
}

@media (max-width: 768px) {
    .sources-container {
        padding: 40px 0px;
        gap: 32px;
    }

    .sources-header {
        padding: 0px 24px;

        h2 {
            font-size: 32px;
            line-height: 38px;
        }
    }

    .sources-cards {
        padding: 0px 24px;
        gap: 24px;
    }
    
    .source-card__value {
        font-size: 40px;
        line-height: 47px;
    }
    
    .source-card__description {
        width: 100%;
        height: auto;
        gap: 8px;
        margin-top: 24px;
    
        p {
            font-size: 12px;
            font-weight: 700;
            line-height: 14px;
            text-align: center;
        }
    }
}

@media (max-width: 650px) {
    .source-card {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 375px) {
    .sources-container {
        gap: 24px;
    }

    .sources-header {
        padding: 0px 16px;
        gap: 4px;

        p {
            font-size: 10px;
            line-height: 12px;
        }

        h2 {
            font-size: 22px;
            line-height: 26px;
        }
    }

    .sources-cards {
        flex-direction: column !important;
        padding: 0px 6px;
        gap: 16px;
    }

    .source-card {
        width: 100%;
        height: auto;
        padding: 24px;
    }
}

@keyframes spinMap {
    0% {
      transform: rotateY(0deg) rotateX(10deg); /* Начальное положение с небольшим наклоном по X */
    }
    25% {
      transform: rotateY(90deg) rotateX(10deg); /* Поворот на 90 градусов по Y */
    }
    50% {
      transform: rotateY(180deg) rotateX(10deg); /* Поворот на 180 градусов */
    }
    75% {
      transform: rotateY(270deg) rotateX(10deg); /* Поворот на 270 градусов */
    }
    100% {
      transform: rotateY(360deg) rotateX(10deg); /* Полный оборот, совпадающий с началом */
    }
  }
/* Reviews */
.reviews {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.reviews-ellipse-1 {
    width: 630px;
    height: 630px;
    position: absolute;
    left: 1136px;
    top: 58.88px;
    background: rgba(255, 0, 191, 0.07);
    border-radius: 50%;
    filter: blur(130px);
    -webkit-filter: blur(130px);
    will-change: transform;
    z-index: 1;
}

.reviews-container {
    width: 100%;
    height: auto;
    position: relative;
    padding: 96px 0px;
    gap: 48px;
    background-color: rgba(255, 255, 255, 0.01);
    box-shadow: 0px 0px 52px 0px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 0px 52px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 52px 0px rgba(0, 0, 0, 0.06);
    z-index: 3;
}

.reviews-header {
    width: 100%;
    height: auto;
    padding: 0px 23%;
    gap: 8px;

    p {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        background: var(--grey-color2);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }

    h2 {
        font-weight: 700;
        font-size: 40px;
        line-height: 47px;
    }
}

.reviews-row {
    width: -moz-max-content;
    width: max-content;
    height: auto;
    position: relative;
    display: flex;
    white-space: nowrap;
    gap: 48px;
    will-change: transform;
}

.reviews-items {
    flex-shrink: 0;
    display: flex;
    gap: 48px;
}

.reviews-row__author {
    width: 424px;
    height: auto;
    position: relative;
    align-items: flex-end;
    isolation: isolate;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    padding: 40px;
    gap: 18px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.reviews-marquee {
    will-change: transform;
    animation: scrollReviews 26s linear infinite;
}

.author-image {
    position: absolute;
    top: -20px;
    left: -10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
}

.author-container {
    width: calc(100% - 30px);
    height: auto;
    padding-left: 30px;
}

.author-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.author-post {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.author-review {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-wrap: wrap;
}

.reviews-stats {
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: start;
    gap: 96px;
    transition: all 0.3s ease;
}

.reviews-stats-item {
    width: auto;
    height: auto;
}

.reviews-stats__value {
    font-weight: 700;
    font-size: 48px;
    line-height: 57px;
    background: linear-gradient(85.63deg, #1C007F 0%, #A70096 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transition: all 0.3s ease;
}

.reviews-stats__caption {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-top: -5px;
    text-align: center;
    transition: all 0.3s ease;
}

#reviews-stats-3 {
    max-width: 200px;
}

#reviews-stats-4 {
    max-width: 170px;
}

.reviews-marks {
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: start;
    gap: 96px;
    transition: all 0.3s ease;
}

.mark-brand {
    width: 48px;
    height: 48px;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.3s ease;
}

.mark-container {
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 13px;
    gap: 11px;
    transition: all 0.3s ease;

    p {
        font-weight: 500;
        font-size: 24px;
        line-height: 17px;
    }

    .mark-container__stars {
        width: auto;
        height: auto;

        img {
            width: 20px;
            height: 20px;
            -o-object-fit: cover;
               object-fit: cover;
        }
    }
}

.mark-value {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    background: linear-gradient(85.63deg, #1C007F 0%, #A70096 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transition: all 0.3s ease;
}

@media (max-width: 1920px) {
    .reviews-header {
        padding: 0px 10%;
    }
}

@media (max-width: 1440px) {
    .reviews-header {
        padding: 0px 64px;
    }

    .mark-container {
        margin-left: 6px;
        margin-right: 8px;
    }

    .mark-value {
        font-weight: 700;
        font-style: italic;
        padding-right: 3px;
    }
}

@media (max-width: 1024px) {
    .reviews-ellipse-1 {
        left: 50%;
        transform: translateX(-50%);
    }

    .reviews-header {
        padding: 0px 32px;
    }

    .reviews-row__author {
        width: 364px;
        height: auto;       
    }

    .author-name {
        font-weight: 500;
    }

    .reviews-stats {
        justify-content: space-between;
        padding: 0px 32px;
        gap: 0;
    }

    .reviews-marks {
        justify-content: space-between;
        align-items: baseline;
        padding: 0px 78px;
        gap: 0;
    }
}

@media (max-width: 860px) {
    .reviews-stats__value {
        font-size: 32px;
        line-height: 38px;
    }
    
    .reviews-stats__caption {
        font-size: 14px;
        line-height: 17px;
        margin-top: -2px;
    }
    
    #reviews-stats-3 {
        max-width: 150px;
    }
    
    #reviews-stats-4 {
        max-width: 150px;
    }

    .reviews-marks {
        padding: 0px 24px;
    }

    .mark-container {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 768px) {
    .reviews-ellipse-1 {
        left: 236px;
        transform: translateX(0px);
    }

    .reviews-container {
        padding: 40px 0px;
        gap: 32px;
    }

    .reviews-header {
        padding: 0px 24px;

        h2 {
            font-size: 32px;
            line-height: 38px;
        }
    }

    .reviews-row {
        gap: 24px;
    }

    .reviews-items {
        gap: 24px;
    }

    .reviews-marquee {
        animation: scrollReviewsMobile 26s linear infinite;
    }

    .reviews-row__author {
        width: 234px;
        height: auto;
        padding: 16px;
    }
    
    .author-image {
        width: 80px;
        height: 80px;
    }
    
    .author-name {
        font-size: 16px;
        line-height: 19px;
    }
    
    .author-post {
        font-size: 12px;
        line-height: 14px;
    }
    
    .author-review {
        font-size: 14px;
    }

    .reviews-marks {
        gap: 24px;
    }
}

@media (max-width: 720px) {
    .reviews-marks {
        flex-direction: column !important;
        align-items: center !important;
    }

    .mark-container {
        margin-left: 4px;
        margin-right: 4px;
    }
}

@media (max-width: 680px) {
    .reviews-stats {
        flex-direction: column !important;
        align-items: center;
        gap: 24px;
    }

    #reviews-stats-3 {
        max-width: none;
    }

    #reviews-stats-4 {
        max-width: none;
    }
}

@media (max-width: 375px) {
    .reviews-container {
        gap: 24px;
    }

    .reviews-header {
        padding: 0px 16px;
        gap: 4px;

        p {
            font-size: 10px;
            line-height: 12px;
        }

        h2 {
            font-size: 22px;
            line-height: 26px;
        }
    }
}

@keyframes scrollReviews {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - 48px));
    }
}

@keyframes scrollReviewsMobile {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - 24px));
    }
}
/* Metrics */
.metrics {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.metrics-row {
    width: -moz-max-content;
    width: max-content;
    height: auto;
    position: relative;
    white-space: nowrap;
    display: flex;
    padding-top: 60px;
    padding-bottom: 20px;
    gap: 24px;
    z-index: 3;
    will-change: transform;
}

.metrics-items {
    flex-shrink: 0;
    display: flex;
    gap: 24px;
}

.metrics-row__item {
    width: 320px;
    height: 168px;
    flex-shrink: 0;
    align-items: start;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid var(--white-color);
    border-radius: 8px;
    padding: 24px;
    gap: 8px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.metrics-marquee {
    will-change: transform;
    animation: scrollMetrics 26s linear infinite;
}

.item-value {
    width: 100%;
    height: auto;
    gap: 8px;
}

.item-value__indicator {
    width: 17.3px;
    height: 16px;
}

.item-value__income {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    background: linear-gradient(85.63deg, #1C007F 0%, #A70096 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.item-category {
    width: 100%;
    height: auto;
    gap: 8px;
}

.item-category__icon {
    width: 24px;
    height: 24px;
    -o-object-fit: cover;
       object-fit: cover;
}

.item-category__name {
    width: calc(100% - 32px);
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    text-wrap: wrap;
}

.item-author {
    width: 100%;
    height: auto;
    gap: 8px;
}

.item-author__image {
    width: 48px;
    height: 48px;
    background-color: var(--grey-color1);
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    flex-shrink: 0;
}

.item-author__container {
    width: 100%;
    height: auto;
}

.item-author__name {
    width: calc(100% - 56px);
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-wrap: wrap;
}

.item-author__post {
    width: calc(100% - 56px);
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
}

@media (max-width: 768px) {
    .metrics-row {
        padding-top: 40px;
        gap: 16px;
    }

    .metrics-items {
        gap: 16px;
    }

    .metrics-marquee {
        will-change: transform;
        animation: scrollMetricsMobile 26s linear infinite;
    }

    .metrics-row__item {
        width: 210px;
        height: 146px;
        padding: 16px;
    }

    .item-value__income {
        font-size: 20px;
        line-height: 24px;
    }

    .item-category__name {
        font-size: 14px;
    }

    .item-author__name {
        font-size: 14px;
        line-height: 17px;
    }

    .item-author__post {
        font-size: 10px;
        line-height: 12px;
    }
}

@media (max-width: 375px) {
    .metrics-row__item {
        width: 186px;
    }
}

@keyframes scrollMetrics {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - 24px));
    }
}

@keyframes scrollMetricsMobile {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - 16px));
    }
}
/* Footer */
.footer {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.footer-container {
    width: 100%;
    height: auto;
    position: relative;
    padding: 96px 23%;
    gap: 48px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    justify-content: space-between;
    z-index: 3;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 52px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 52px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 52px 0px rgba(0, 0, 0, 0.08);
}

.footer-brand {
    width: auto;
    height: auto;
    gap: 27px;
    justify-content: space-between;
}

.footer-brand__logotype {
    width: 132px;
    height: 22px;
    -o-object-fit: cover;
       object-fit: cover;
}

.footer-brand__socialmedias {
    width: auto;
    height: auto;
    gap: 8px;

    p {
        font-size: 14px;
        font-weight: 700;
        line-height: 16.52px;
        letter-spacing: 0.02em;
        text-align: left;
    }
}

.footer-socialmedias__items {
    width: auto;
    height: auto;
    gap: 8px;

    img {
        width: 24px;
        height: 24px;
        -o-object-fit: cover;
           object-fit: cover;
    }
}

.footer-brand__legal {
    width: auto;
    height: auto;

    p {
        font-weight: 700;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 0.02em;
    }
}

#footer-group-laptop {
    display: none;
}

.footer-links__container {
    width: auto;
    height: auto;
    gap: 48px;
}

.footer-links {
    min-width: 350px;
    width: auto;
    height: auto;
    flex-shrink: 0;
    gap: 16px;
}

.footer-link {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    transition: all 0.3s ease;

    &:hover {
        p {
            color: var(--grey-color1);
        }
    }

    p {
        color: var(--dark-color);
        transition: all 0.3s ease;
    }
}

.footer-group {
    width: auto;
    height: auto;
    flex-shrink: 0;
    justify-content: space-between;
    align-items: start;
}

.footer-group__support {
    width: auto;
    height: auto;
    gap: 16px;

    p {
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
        letter-spacing: 0.02em;
    }
}

.footer-support__email {
    font-size: 16px;
    font-weight: 500;
    line-height: 18.88px;
    letter-spacing: 0.02em;

    p {
        color: var(--dark-color);
    }
}

.bank-image {
    width: 363px;
}

@media (max-width: 1920px) {
    .footer-container {
        padding: 96px 10%;
    }
}

@media (max-width: 1540px) {
    .footer-container {
        gap: 24px;
    }
}

@media (max-width: 1440px) {
    .footer-container {
        padding: 96px 64px;
    }

    .footer-links__container {
        gap: 24px;
    }
}

@media (max-width: 1368px) {
    .footer-container {
        justify-content: start;
        gap: 32px;
    }

    .footer-links__container {
        flex-direction: column !important;
        gap: 11px;
    }

    .footer-links {
        min-width: none;
        gap: 11px;
    }

    .footer-brand {
        gap: 16px;
    }

    .footer-group__support {
        gap: 0px;
    }

    #footer-group-desktop {
        display: none;
    }

    #footer-group-laptop {
        display: flex;
    }

    .footer-group {
        gap: 8px;
    }
}

@media (max-width: 1024px) {
    .footer-container {
        padding: 60px 32px;
    }
}

@media (max-width: 768px) {

}

@media (max-width: 720px) {
    .footer-container {
        flex-direction: column !important;
        gap: 10px;
    }
}

@media (max-width: 375px) {
    .footer-container {
        padding: 40px 24px;
    }

    .footer-link {
        font-size: 12px;
        line-height: 14px;
    }
}
/* Header */
.header {
    width: 100%;
    height: auto;
    position: relative;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 52px 0px rgba(0, 0, 0, 0.08);
    z-index: 100;
}

.header-container {
    width: 100%;
    height: auto;
    padding: 16px 0px;
    position: relative;
}

.header-container__row {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: space-between;
    padding: 0px 23%;
    gap: 10px;
}

.brand {
    width: auto;
    height: auto;
}

.brand-image {
    width: auto;
    height: 32px;
}

.controllers {
    width: auto;
    height: auto;
    gap: 10px;
}

#login-icon {
    display: none;
}

#menu {
    display: none;
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
}

.menu-close {

    #menu-line-1 {
        transform: translateY(6px) rotate(45deg);
    }

    #menu-line-2 {
        opacity: 0;
    }

    #menu-line-3 {
        transform: translateY(-6px) rotate(-45deg);
    }
}

.menu-line {
    width: 17.5px;
    height: 1.5px;
    background-color: var(--blue-color);
    border-radius: 2px;
    transition: all 0.2s ease;
}

@media (max-width: 1920px) {
    .header-container__row {
        padding: 0px 10%;
    }
}

@media (max-width: 1440px) {
    .header-container__row {
        padding: 0px 64px;
    }
}

@media (max-width: 1024px) {
    .header-container__row {
        padding: 0px 32px;
    }
}

@media (max-width: 768px) {
    .header-container {
        padding: 8px;
    }

    .header-container__row {
        padding: 0px 24px;
    }

    .brand-image {
        height: 22px;
    }
}

@media (max-width: 375px) {
    .brand-image {
        height: 18px;
    }

    #login-button {
        display: none;
    }

    #login-icon {
        display: flex;
    }

    #menu {
        display: flex;
        gap: 4.5px;

        &:hover {
            transform: scale(1.1);
        }
    }
}
/* Public */
.public {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.public-ellipse-1 {
    width: 913px;
    height: 913px;
    position: absolute;
    left: 1324px;
    top: -148.12px;
    background: rgba(0, 166, 255, 0.15);
    filter: blur(130px);
    -webkit-filter: blur(130px);
    will-change: transform;
    z-index: 2;
}

.public-container {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0px;
    gap: 48px;
    background-color: rgba(255, 255, 255, 0.01);
    z-index: 3;
}

.public-header {
    width: 100%;
    height: auto;
    padding: 0px 23%;
    gap: 8px;

    p {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        background: var(--grey-color2);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }

    h2 {
        font-weight: 700;
        font-size: 40px;
        line-height: 47px;
    }
}

.public-row {
    width: -moz-max-content;
    width: max-content;
    height: auto;
    position: relative;
    display: flex;
    white-space: nowrap;
    align-items: stretch !important;
    gap: 32px;
    will-change: transform;
}

.public-items {
    flex-shrink: 0;
    display: flex;
    gap: 32px;
}

.public-person {
    width: 320px;
    height: auto;
    align-items: flex-start;
    padding: 0px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    gap: 0px;
    overflow: hidden;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.public-marquee {
    will-change: transform;
    animation: scrollPublic 26s linear infinite;
}

.public-person__image {
    width: 100%;
    height: 233px;
    -o-object-fit: cover;
       object-fit: cover;
}

.public-person__container {
    width: 100%;
    height: auto;
    padding: 24px;
    gap: 8px;
}

.public-person__post {
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-wrap: wrap;
    background: linear-gradient(85.63deg, #1C007F 0%, #A70096 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transition: all 0.3s ease;
}

.public-person__description {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-wrap: wrap;
    transition: all 0.3s ease;
}

.public-controller {
    width: 100%;
    height: auto;
    padding: 0px 23%;
}

@media (max-width: 1920px) {
    .public-header {
        padding: 0px 10%;
    }

    .public-controller {
        padding: 0px 10%;
    }
}

@media (max-width: 1440px) {
    .public-header {
        padding: 0px 64px;
    }

    .public-controller {
        padding: 0px 64px;
    }

    .public-person {
        width: 290px;
        height: auto;
    }
}

@media (max-width: 1024px) {
    .public-header {
        padding: 0px 32px;
    }

    .public-controller {
        padding: 0px 32px;
    }
}

@media (max-width: 768px) {
    .public-container {
        gap: 32px;
    }

    .public-header {
        padding: 0px 24px;

        h2 {
            font-size: 32px;
            line-height: 38px;
        }
    }

    .public-row {
        gap: 8px;
    }

    .public-items {
        gap: 8px;
    }

    .public-marquee {
        will-change: transform;
        animation: scrollPublicMobile 26s linear infinite;
    }

    .public-person {
        width: 240px;
    }

    .public-person__container {
        padding: 16px;
    }

    .public-person__post {
        font-size: 18px;
        line-height: 21px;
    }

    .public-person__description {
        font-size: 14px;
        line-height: 20px;
    }

    .public-controller {
        padding: 0px 24px;
    }
}

@media (max-width: 375px) {
    .public-container {
        gap: 24px;
    }

    .public-header {
        padding: 0px 16px;
        gap: 4px;

        p {
            font-size: 10px;
            line-height: 12px;
        }

        h2 {
            font-size: 22px;
            line-height: 26px;
        }
    }

    .public-controller {
        padding: 0px 16px;

        button {
            width: 100%;
        }
    }
}

@keyframes scrollPublic {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - 32px));
    }
}

@keyframes scrollPublicMobile {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - 8px));
    }
}
.button {
    width: auto;
    height: auto;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    border-radius: 4px;
    padding: 16px 0px;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;

    &:hover {
        border-radius: 8px;
    }

    p {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
    }
}

.button-icon {
    width: auto;
    height: auto;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;

    &:hover {
        img {
            transform: scale(1.1);
        }
    }

    img {
        transition: all 0.3s ease;
    }
}

.button-primary {
    height: 52px;
    background-color: var(--blue-color);
    padding: 16px 24px;

    &:hover {
        transform: scale(1.05);
    }

    p {
        color: var(--white-color);
    }
}

.button-secondary {
    height: 50.5px;
    box-shadow: 0 0 0 1.5px var(--blue-color);
    background-color: var(--white-color);
    padding: 16px 24px;

    &:hover {
        transform: scale(1.05);
    }

    p {
        color: var(--blue-color);
    }
}

.button-alternative {
    height: 52px;
    background-color: var(--white-color);
    padding: 16px 24px;

    &:hover {
        transform: scale(1.05);
    }

    p {
        color: var(--blue-color);
    }
}

.button-hero__primary {
    height: 51px;
    background-color: var(--blue-color);
    padding: 16px 24px;

    &:hover {
        transform: scale(1.05);
    }

    p {
        color: var(--white-color);
    }
}

.button-hero__alternative {
    height: 51px;
    background-color: var(--white-color);
    padding: 16px 24px;

    &:hover {
        transform: scale(1.05);
    }

    p {
        color: var(--blue-color);
    }
}

.button-public__primary {
    height: 51px;
    background-color: var(--blue-color);
    padding: 16px 24px;

    &:hover {
        transform: scale(1.05);
    }

    p {
        color: var(--white-color);
    }
}

.button-footer__primary {
    height: 51px;
    background-color: var(--blue-color);
    padding: 16px 24px;

    &:hover {
        transform: scale(1.05);
    }

    p {
        color: var(--white-color);
    }
}

.button-header__primary {
    height: 49px;
    background-color: var(--blue-color);
    padding: 16px 24px;
    
    p {
        font-size: 14px;
        line-height: 17px;
        color: var(--white-color);
    }
}

.button-header__secondary {
    height: 47.5px;
    box-shadow: 0 0 0 1.5px var(--blue-color);
    background-color: var(--white-color);
    padding: 16px 24px;

    p {
        font-size: 14px;
        line-height: 17px;
        color: var(--blue-color);
    }
}

.button-support {
    width: 56px;
    height: 56px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    border-radius: 300px;
    background: #0059FF url(/assets/main/assets/icons/button-support.svg) no-repeat center;
    cursor: pointer;

    display: flex;
    z-index: 99999;
}

@media (max-width: 768px) {
    .button-header__primary {
        height: 34px;
        padding: 8px 16px;

        p {
            font-size: 14px;
            line-height: 17px;
        }
    }

    .button-header__secondary {
        height: 32.5px;
        padding: 8px 16px;

        p {
            font-size: 14px;
            line-height: 17px;
        }
    }
}

@media (max-width: 375px) {
    .button {
        gap: 4px;

        p {
            font-size: 14px;
            line-height: 17px;
        }
    }

    .button-primary,
    .button-alternative {
        height: 40px;
        padding: 10.5px 16px;
        gap: 10px;

        p {
            font-size: 16px;
            line-height: 19px;
        }
    }

    .button-secondary {
        height: 38.5px;
        padding: 10.5px 16px;
        gap: 10px;

        p {
            font-size: 16px;
            line-height: 19px;
        }
    }

    .button-hero__primary,
    .button-hero__alternative {
        height: 33px;
        padding: 8px 16px;
    }

    .button-public__primary {
        height: 35px;
        padding: 8px 16px;
    }

    .button-footer__primary {
        height: 34px;
        padding: 8px 16px;
    }
}
/* Hero section */
.hero {
    width: 100%;
    height: auto;
    position: relative;
    background: linear-gradient(180deg, #FFFFFF 0%, #EFF8FF 100%);
}

.hero-container {
    width: 100%;
    height: auto;
    padding: 122px 23%;
    gap: 160px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.hero-ellipse1 {
    width: 635px;
    height: 635px;
    position: absolute;
    top: -79px;
    left: 473px;
    border-radius: 50%;
    background-color: rgba(0, 170, 255, 0.2);
    filter: blur(130px);
    -webkit-filter: blur(130px);
    will-change: transform;
    z-index: 1;
    transition: all 0.3s ease;
}

.hero-ellipse2 {
    width: 1074px;
    height: 1080px;
    position: absolute;
    top: -208px;
    left: 1098px;
    border-radius: 50%;
    background-color: rgba(0, 238, 255, 0.1);
    filter: blur(130px);
    -webkit-filter: blur(130px);
    will-change: transform;
    z-index: 1;
    transition: all 0.3s ease;
}
.hero-container__information {
    width: 549px;
    height: auto;
    position: relative;
    background: transparent;
    z-index: 3;
    gap: 24px;
}

.hero-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 57px;
    transition: all 0.3s ease;
}

.hero-media {
    width: 100%;
    height: auto;
    gap: 16px;
    transition: all 0.3s ease;

    img {
        width: 40px;
        height: 40px;
        -o-object-fit: cover;
           object-fit: cover;
        transition: all 0.3s ease;
    }
}

.hero-images {
    width: 100%;
    height: 220px;
    position: relative;
    z-index: 1;
}

.hero-description {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    transition: all 0.3s ease;
}

.hero-description__tablet {
    display: none;
    transition: all 0.3s ease;
}

.hero-controllers {
    width: 100%;
    height: auto;
    gap: 24px;
    transition: all 0.3s ease;
}

.hero-socialmedia {
    width: 100%;
    height: auto;
    gap: 8px;
    transition: all 0.3s ease;
}

.hero-socialmedia__label {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: var(--grey-color1);
    transition: all 0.3s ease;
}

.hero-socialmedia__items {
    width: 100%;
    height: auto;
    gap: 8px;
    
    img {
        width: 24px;
        height: 24px;
        -o-object-fit: cover;
           object-fit: cover;
    }
}

.socialmedia-soon {
    width: 92px;
    height: 24px;
    padding: 0px 10px 0px 7px;
    background-color: var(--white-color);
    border-radius: 40px;
    gap: 4px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.13);
    overflow: hidden;

    .timer-icon {
        width: 12px;
        height: 12px;
        -o-object-fit: cover;
           object-fit: cover;
    }

    p {
        font-weight: 500;
        font-size: 10px;
        color: var(--grey-color1);
        line-height: 12px;
    }

    .youtube-icon {
        width: 24px;
        height: 24px;
        -o-object-fit: cover;
           object-fit: cover;
    }
}

#hero-images-mobile {
    display: none;
}

.hero-container__images {
    width: auto;
    height: 1px;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.hero-images__iphone {
    position: absolute;
    top: 6px;
    left: -230px;
    z-index: 2;
}

.hero-images__ipad {
    position: absolute;
    left: 0px;
    top: -52px;
    z-index: 1;
}

@media (max-width: 1920px) {
    .hero-container {
        padding: 122px 10%;
    }

    .hero-ellipse1 {
        left: 148px;
    }

    .hero-ellipse2 {
        left: 773px;
    }
}

@media (max-width: 1440px) {
    .hero-container {
        padding: 122px 64px;
    }

    .hero-ellipse1 {
        left: -177px;
    }

    .hero-ellipse2 {
        left: 448px;
    }
}

@media (max-width: 1024px) {
    .hero-container {
        padding: 60px 32px;
        gap: 0px;
    }

    .hero-images__iphone {
        top: -40px;
        left: 122px;
    }

    .hero-images__ipad {
        top: 61px;
        width: 600px;
    }
}

@media (max-width: 768px) {
    .hero-container {
        padding: 48px 24px;
    }
    
    .hero-images__iphone {
        top: -40px;
        left: -140px;
    }

    .hero-images__ipad {
        top: 61px;
        width: 600px;
        left: -160px;
    }

    .hero-ellipse2 {
        display: none;
    }

    .hero-title {
        font-size: 39px;
        line-height: 46px;
    }

    .hero-media {
        max-width: 348px;
        gap: 8px;

        img {
            width: 32px;
            height: 32px;
        }
    }

    .hero-description {
        display: none;
    }

    .hero-description__tablet {
        display: flex;
        max-width: 348px;
        font-weight: 500;
        font-size: 16px;
        line-height: 23px;
    }

    .hero-controllers {
        max-width: 348px;
        flex-direction: column !important;
        align-items: start;
        gap: 8px;
    }
}

@media (max-width: 550px) {
    #hero-images-desktop {
        display: none;
    }

    #hero-images-mobile {
        display: flex;
    }

    .hero-images__iphone {
        width: 40%;
        height: auto;
        top: -16px;
        left: 40%;
    }

    .hero-images__ipad {
        width: 85%;
        height: auto;
        top: -16px;
        left: 0px;
    }
}

@media (max-width: 460px) {
    .hero-images__iphone {
        width: 50%;
        height: auto;
        top: -16px;
        left: 40%;
    }

    .hero-images__ipad {
        width: 100%;
        height: auto;
        top: -16px;
        left: 0px;
    }
}

@media (max-width: 430px) {

}

@media (max-width: 375px) {
    .hero-container {
        padding: 24px 16px;
    }

    .hero-images__iphone {
        width: 57%;
        height: auto;
        top: -16px;
        left: 40%;
    }

    .hero-images__ipad {
        width: 120%;
        height: auto;
        top: -16px;
        left: 0px;
    }

    .hero-title {
        font-size: 28px;
        line-height: 33px;
    }

    .hero-media {
        max-width: none;

        img {
            width: 24px;
            height: 24px;
        }
    }

    .hero-description__tablet {
        max-width: none;
        font-size: 14px;
        line-height: 20px;
    }

    .hero-socialmedia__label {
        font-size: 12px;
        line-height: 14px;
    }

    .hero-controllers {
        max-width: none;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: baseline;
    }
}
/* Modal */
.modal {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9999;
}

.modal--active {
    display: flex;
}

.modal-dialog {
    width: 570px;
    padding: 40px;
    gap: 24px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;

    background: rgba(0,170,255, 0.1);
    background: radial-gradient(circle farthest-side at 360px 70px, rgba(230,247,255,1) 0%, rgba(255,255,255,1) 60%);
}

.modal-dialog--small {
    width: 440px;
}

.modal-dialog h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.63px;
    text-align: left;
    color: #2F2F2F;
}

.modal-dialog h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.47px;
    text-align: left;
    color: #2F2F2F;
}

.modal-dialog p {
    font-size: 16px;
    font-weight: 400;
    line-height: 18.56px;
    text-align: left;
    color: #2F2F2F;
}

.modal-dialog--block-information {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.modal-button {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.09px;
    text-align: left;
    color: #fff;
    width: 100%;
    text-align: center;
}

.close-modal {
    width: 24px;
    height: 24px;
    background: url("/assets/main/assets/icons/close-modal.svg") no-repeat center;
    align-self: end;
    position: absolute;
    transform: translate(30px, -30px);
    cursor: pointer;
}

.modal-link {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.47px;
    text-align: left;
    color: rgba(0, 89, 255, 1);
}

.form__group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.form__group {
    margin-bottom: 16px;
}

.form__group:nth-last-child {
    margin-bottom: 24px;
}

.form__group--title {
    font-size: 12px;
    font-weight: 400;
    line-height: 13.92px;
    text-align: left;
}

.form__group--input {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(213, 226, 255, 1);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14) inset;
    padding: 16px 24px;

    font-size: 16px;
    font-weight: 500;
    line-height: 18.83px;
    text-align: left;

    border-radius: 4px;
}

.form__group--input::-moz-placeholder {
    color: rgba(99, 148, 183, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 18.83px;
    text-align: left;
}

.form__group--input::placeholder {
    color: rgba(99, 148, 183, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 18.83px;
    text-align: left;
}

.form__group textarea {
    resize: none;
}

.block-dialog--small {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Mobile adaptation */
@media (max-width: 768px) {
    .modal-dialog {
        width: 95%;
        max-width: 100%;
        padding: 24px 16px;
        margin: 16px;
        max-height: 90vh;
        overflow-y: auto;
    }

    .modal-dialog--small {
        width: 95%;
    }

    .modal-dialog h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .modal-dialog h2 {
        font-size: 16px;
        line-height: 19px;
    }

    .modal-dialog p {
        font-size: 14px;
        line-height: 17px;
    }

    .modal-link {
        font-size: 14px;
        line-height: 17px;
    }

    .close-modal {
        transform: translate(10px, -15px);
    }

    .modal-button {
        font-size: 14px;
        padding: 12px 16px;
    }
}

@media (max-width: 420px) {
    .modal-dialog {
        padding: 20px 12px;
        gap: 16px;
    }

    .modal-dialog h1 {
        font-size: 18px;
    }
}
:root {
    --black-color: rgb(0, 0, 0);
    --white-color: rgb(255, 255, 255);
    --dark-color: rgb(47, 47, 47);
    --grey-color1: rgb(100, 100, 100);
    --grey-color2: rgb(119, 119, 119);
    --blue-color: rgb(0, 89, 255);
    --green-color: rgb(0, 182, 124);
    --primary-color-1: rgb(28, 0, 128);
    --primary-color-2: rgb(167, 0, 150);
    --primary-color-3: rgb(255, 0, 94);
    --primary-color-4: rgb(255, 120, 0);
    --primary-color-5: rgb(255, 187, 0);
}
body {
    margin: 0;
}

pre {
    font-family: monospace, monospace;
}

table {
    border-collapse: collapse;
}

input, textarea {
    -webkit-user-select: auto;
    -moz-user-select: auto;
         user-select: auto;
}

textarea {
    white-space: revert;
}

:where(pre) {
    all: revert;
    box-sizing: border-box;
}

:where([hidden]) {
    display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    -webkit-line-break: after-white-space;
    overflow-wrap: break-word;
    -webkit-user-select: auto;
    -moz-user-select: auto;
         user-select: auto;
    line-break: auto;
}

:where([draggable=true]) {
    -webkit-user-drag: element;
}

:where(dialog:modal) {
    all: revert;
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

menu, ol, summary, ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    background-color: transparent;
    text-decoration: none;
}

::-moz-placeholder {
    color: unset;
}
::placeholder {
    color: unset;
}

meter {
    -webkit-appearance: revert;
    -moz-appearance: revert;
    appearance: revert;
}

::-webkit-details-marker {
    display: none;
}

button, a {
    -webkit-tap-highlight-color: transparent;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

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

.flex-align-center {
    display: flex;
    align-items: center;
}

.flex-justify-center {
    display: flex;
    justify-content: center;
}

.flex-justify-between {
    display: flex;
    justify-content: space-between;
}
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    background-color: var(--white-color);
    color: var(--dark-color);
    box-sizing: border-box;
}

body * {
    font-family: 'Raleway', sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
}

.page-wrapper {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    display: none;
}

.text-blue {
    color: var(--blue-color);
}

.text-gradient {
    background: linear-gradient(85.63deg, #1C007F 0%, #A70096 45.00%, #FF005E 100.00%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
@media (max-width: 768px) {
    .hidden-mobile {
        display: none;
    }
}
