section {
    margin-bottom: 150px;
    color: rgba(3, 1, 41, 1);
    overflow-x: clip;
    margin-bottom: 48px;
}

.about-brand-title-section {
    min-height: 125vh;
    position: relative;
    isolation: isolate;

    .brand-content {
        overflow: hidden;

        .container {
            .about-title-top {
                margin-top: 280px;
                margin-bottom: 85px;
                font-family: 'Inter', sans-serif;
                font-weight: 500;
                font-size: var(--fs-display);
                line-height: clamp(50px, 7.5vw, 111px);
                letter-spacing: -6%;
                text-align: center;
                vertical-align: middle;
                color: rgba(3, 1, 41, 1);

                p {
                    position: relative;

                    .business-border {
                        color: rgba(4, 129, 255, 1);
                        border: 5px solid rgba(4, 129, 255, 1);
                        border-radius: 61.5px;
                        padding: 0 32px 5px 32px;
                    }
                }
            }

            .about-title-bottom {
                justify-self: center;
                width: 60dvw;
                font-family: 'Inter', sans-serif;
                font-weight: 400;
                font-size: clamp(20px, 3vw, 36px);
                line-height: clamp(25px, 3.5vw, 42px);
                letter-spacing: -6%;
                text-align: center;
            }
        }

        .blur-1 {
            position: absolute;
            width: 520px;
            height: 519px;
            background: rgba(107, 217, 255, 1);
            border-radius: 50%;
            filter: blur(100px);
            top: 546px;
            right: -294px;
            z-index: -1;
        }
        .blur-2 {
            position: absolute;
            width: 520px;
            height: 563px;
            background: rgba(151, 122, 255, 1);
            border-radius: 50%;
            filter: blur(100px);
            top: -296px;
            left: -147px;
        }
        .blur-3 {
            position: absolute;
            width: 616px;
            height: 616px;
            background: rgba(151, 122, 255, 1);
            border-radius: 50%;
            filter: blur(100px);
            top: 671px;
            right: 46px;
            z-index: -1;
        }
        .abs-asterisk {
            position: absolute;
            width: 313px;
            height: 313px;
            background-image: url(../icons/Asterisk.png);
            top: 430px;
            right: 17dvh;
        }
    }
}

.about-us-section {
    min-height: 100vh;
    padding-left: 60px;
    padding-right: 60px;
}

.p-all {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: clamp(16px, 1.8vw, 20px);
    line-height: 42px;
    letter-spacing: -6%;
}

.top-h1-all {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: clamp(38px, 13.25dvw, 96px);
    letter-spacing: -6%;
}

.top-p-all {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: var(--fs-body);
    letter-spacing: -6%;
}

.about-p {
    margin-bottom: 30px;
}

.about-us-company {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 60px;
}

.about-company-h1 {
    padding-top: 20px;
    line-height: clamp(20px, 3vw, 34px);
}

.about-company-text {
    z-index: 1;
    line-height: clamp(22px, 3.5vw, 42px);
    width: 50%;
    text-align: right;
}

.about-us-grid {
    height: 742px;
}

.about-us-grid .flex-row {
    gap: 30px;
    margin: 0;
}

.about-us-grid .about-us-col {
    border: 1px solid rgba(149, 149, 149, 1);
    border-radius: 10px;
    background-color: rgba(241, 241, 241, 0.32);
    padding: 40px;
}

.about-us-col1 {
    width: 791px !important;
}

.about-us-col2 {
    width: 500px;
}

.about-us-col3 {
    width: 444px;
    padding: 0 !important;
}

.about-us-col-img {
    width: 444px;
    height: 742px;
    border-radius: 10px;
    background-color: rgba(241, 241, 241, 0.32);
}

.about-us-col-title {
    font-family: 'TT Neoris Trial', sans-serif;
    font-weight: 500;
    font-size: clamp(45px, 6vw, 96px);
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 44px;
}

.about-us-col-text {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: clamp(24px, 3vw, 36px);
    line-height: clamp(30px, 3.5vw, 47px);
    letter-spacing: -6%;
}

.advantages-section {
    position: relative;
    min-height: 125vh;
    background-color: rgba(3, 1, 41, 1);
    padding: 60px;
    color: rgba(255, 255, 255, 1);
}

.advantages-p {
    position: relative;
    margin-bottom: 42px;
    z-index: 1;
}

.advantages-h1 {
    position: relative;
    font-size: clamp(38px, 13.25dvw, 96px);
    line-height: clamp(40px, 5vw, 74px);
    margin-bottom: 90px;
    color: rgba(255, 255, 255, 1);
    z-index: 1;
}

.advantages-cards {
    gap: 11px;
    font-family: 'Inter', sans-serif;
}

.advantages-cards .adv-row {
    gap: 10px;
    height: 417px;
}

.advantages_block {
    width: 443px;
    padding: 30px 22px 30px 40px;
    z-index: 1;
}

.advantages_block-1 {
    border: 2px solid rgba(116, 141, 206, 1);
    border-radius: 10px;
    background: rgba(4, 129, 255, 1);
    backdrop-filter: blur(95.0999984741211px);
}

.advantages_block-2 {
    border: 2px solid rgba(196, 200, 212, 1);
    border-radius: 10px;
    background: rgba(4, 4, 4, 0.46);
    backdrop-filter: blur(95.0999984741211px);
}

.advantages_block-text {
    width: 897px;
    align-content: end;
}
    .advantages_block-text p {
        font-weight: 300;
        font-size: var(--fs-body-lg);
        line-height: clamp(22px, 2.8vw, 38px);
        letter-spacing: -6%;
    }

.adv-blur {
    position: absolute;
    width: 616px;
    height: 616px;
    background: rgba(122, 142, 255, 1);
    border-radius: 50%;
    filter: blur(150px);
}
    .adv-blur-1 {
        top: 250px;
        left: 298px;
    }
    .adv-blur-2 {
        bottom: -12px;
        right: -137px;
    }

.advantages_block-title h1 {
    font-weight: 600;
    font-size: var(--fs-hero);
    line-height: 0.8;
    letter-spacing: -6%;
}

.advantages_block-p-perc {
    font-weight: 900;
    font-size: var(--fs-h2);
    line-height: clamp(36px, 5vw, 74px);
    letter-spacing: -6%;
}

.advantages_block-p {
    position: absolute;
    bottom: 30px;
    font-weight: 300;
    font-size: var(--fs-body-lg);
    line-height: clamp(18px, 2.5vw, 33px);
    letter-spacing: -6%;
    margin-bottom: 0;
}

.advantages_block-x {
    font-weight: 600;
    font-size: clamp(60px, 8vw, 128px);
    line-height: 0.74;
    letter-spacing: -6%;
    margin-bottom: 12px;
    align-self: end;
}

.advantages_block-p-day {
    font-weight: 700;
    font-size: var(--fs-h2);
    line-height: 0.74;
    letter-spacing: -10%;
}

.advantages_block-p-sec {
    font-weight: 700;
    font-size: var(--fs-h2);
    line-height: 0.74;
    letter-spacing: -6%;
    align-self: end;
    margin-bottom: 0;
    margin-left: 20px;
    margin-bottom: 22px;
}

.advantages_block-p-text {
    font-weight: 300;
    font-size: var(--fs-body-lg);
    line-height: clamp(22px, 2.8vw, 38px);
    letter-spacing: -6%;
}

.principle-section {
    min-height: 140vh;
    font-family: 'Inter', sans-serif;
    padding: 0 60px 0 60px;
    margin-bottom: 300px;
}

.principle-p {
    margin-bottom: 40px;
}

.principle-top-h1 {
    line-height: clamp(40px, 5vw, 74px);
    margin-bottom: 60px;
}

.principle-top-p {
    line-height: clamp(22px, 3.5vw, 42px);
    text-align: right;
}

.principle-cards-top-text {
    font-weight: 500;
    font-size: clamp(22px, 2.8vw, 40px);
    line-height: clamp(36px, 5vw, 74px);
    letter-spacing: -6%;
    margin-bottom: 60px;
}

.pr-column {
    gap: 22px;
}
    .pr-column .flex-row {
        gap: 60px;
    }

.principle-row-2 {
    justify-content: end;
}

.pr-r-block {
    position: relative;
    width: 742px;
    height: 336px;
    border: 1px solid rgba(149, 149, 149, 1);
    border-radius: 10px;
    background: rgba(241, 241, 241, 0.32);
    backdrop-filter: blur(4px);
    padding: 40px;
    transition: all 0.5s ease;
}
    .pr-r-block h1 {
        position: relative;
        font-weight: 600;
        font-size: clamp(32px, 5vw, 75px);
        line-height: clamp(32px, 5vw, 74px);
        letter-spacing: -6%;
        margin-bottom: 16px;
        z-index: 1;
    }
    .pr-r-block p {
        position: relative;
        font-weight: 400;
        font-size: clamp(16px, 2.5vw, 36px);
        line-height: clamp(20px, 3.5vw, 47px);
        letter-spacing: -6%;
        z-index: 1;
    }

    .pr-r-block:hover {
        background: rgba(68, 101, 255, 1);
        border: 1px solid rgba(116, 141, 206, 1);
        backdrop-filter: blur(95.0999984741211px);
        color: rgba(251, 251, 251, 1);
        .circle-item {
            background: rgba(255, 255, 255, 1);
            color: rgba(22, 4, 63, 1);
        }
        &::after {
            display: block;
        }
    }
    .pr-r-block::after {
        display: none;
        content: '';
        position: absolute;
        width: 285px;
        height: 285px;
        background: rgba(121, 199, 255, 1);
        filter: blur(150px);
        top: 22.5px;
        right: 50px;
    }

.circle-item {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 91px;
    height: 91px;
    border-radius: 50%;
    background-color: rgba(16, 16, 16, 1);
    font-weight: 300;
    font-size: clamp(16px, 2.8vw, 40px);
    line-height: 2.3;
    text-align: center;
    vertical-align: middle;
    color: rgba(233, 233, 233, 1);
    transition: all 0.5s ease;
}

.pr-arrow {
    position: absolute;
    width: 116px;
    height: 90px;
    background-image: url(../icons/arrow.png);
    background-repeat: no-repeat;
}
    .pr-arrow.ar-1 {
        top: 30px;
        right: -102px;
        z-index: 1;
    }
    .pr-arrow.ar-2 {
        rotate: 90deg;
        right: -85px;
        bottom: -50px;
    }
    .pr-arrow.ar-3 {
        rotate: 90deg;
        left: -116px;
        bottom: -50px;
    }
    .pr-arrow.ar-4 {
        rotate: 180deg;
        top: 30px;
        left: -102px;
    }

.directions-section {
    min-height: 130vh;
    font-family: 'Inter', sans-serif;
    background: rgba(3, 1, 41, 1);
    position: relative;
    padding: 60px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 110px;
}

.mobius-strip {
    background-image: url(../icons/Mobius\ Strip.png);
    background-repeat: no-repeat;
    width: 540px;
    height: 540px;
    position: absolute;
    right: -126px;
    top: -301px;
}

.directions-p {
    margin-bottom: 60px;
}

.directions-h1 {
    line-height: clamp(20px, 3vw, 34px);
    margin-bottom: 124px;
}

.directions-grid-cards {
    gap: 20px;
    position: relative;
    z-index: 1;
}

.d-card-1 {
    width: 640px;
    height: 721px;
    background: rgba(4, 4, 4, 0.46);
    border: 2px solid rgba(196, 200, 212, 1);
    border-radius: 10px;
    backdrop-filter: blur(95.0999984741211px);
    padding: 40px;
}
    .d-card-1 h1 {
        font-weight: 600;
        font-size: var(--fs-h2);
        line-height: clamp(36px, 4.5vw, 68px);
        letter-spacing: -6%;
    }

.d-c-row-1 {
    height: 76px;
    gap: 20px;
}
.d-card-2, .d-c-row-2, .d-c-r-col-1, .d-c-r-col-2 {
    gap: 20px;
}

.d-card-all {
    border-radius: 10px;
    backdrop-filter: blur(95.0999984741211px);
    font-weight: 400;
    font-size: var(--fs-body);
    line-height: clamp(20px, 2.8vw, 38px);
    letter-spacing: -6%;
}

.d-c-vision {
    width: 422px;
    height: 76px;
    background: rgba(4, 129, 255, 1);
    border: 2px solid rgba(50, 83, 166, 1);
    align-content: center;
    text-align: center;
}

.d-c-ai {
    width: 633px;
    color: rgba(3, 1, 41, 1);
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(4, 129, 255, 1);
    align-content: center;
    text-align: center;
}

.d-c-r-col-1 {
    width: 640px;
}

.d-c-row-2 .d-card-all {
    padding-top: 25px;
    padding-left: 40px;
}

.d-c-r-c-1-1 {
    height: 240px;
    background: rgba(4, 129, 255, 1);
    border: 2px solid rgba(116, 141, 206, 1);
}

.d-c-r-c-1-2 {
    height: 177px;
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(4, 129, 255, 1);
    color: rgba(3, 1, 41, 1);
}

.d-c-r-c-1-3 {
    height: 91px;
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(4, 129, 255, 1);
    color: rgba(3, 1, 41, 1);
}

.d-c-r-col-2 {
    width: 415px;
}

.d-c-r-c-2-1 {
    height: 317px;
    background: rgba(4, 4, 4, 0.46);
    border: 2px solid rgba(196, 200, 212, 1);
}

.d-c-r-c-2-2 {
    height: 358px;
    background: rgba(4, 129, 255, 1);
    border: 2px solid rgba(116, 141, 206, 1);
    margin-bottom: 200px;
}

.d-blur {
    content: '';
    position: absolute;
    width: 616px;
    height: 616px;
    border-radius: 50%;
    background: rgba(122, 142, 255, 1);
    filter: blur(150px);
    top: 300px;
    left: 405px;
    z-index: -1;
}

.tech-stack-section {
    position: relative;
    font-family: 'Inter', sans-serif;
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 250px;
}

.tech-content {
    z-index: 1;
}

.tech-p {
    margin-bottom: 35px;
}

.tech-top-h1 {
    line-height: clamp(36px, 5vw, 74px);
    margin-bottom: 177px;
}

.tech-text h1 {
    font-weight: 600;
    font-size: var(--fs-display);
    line-height: clamp(36px, 5vw, 74px);
    letter-spacing: -6%;
    margin-bottom: 20px;
}
    .tech-text span {
        color: rgba(4, 129, 255, 1);
    }

.tech-top-p {
    max-width: 920px;
    text-align: right;
}

.tech-text p {
    font-weight: 400;
    font-size: clamp(20px, 2.5vw, 32px);
    line-height: clamp(26px, 3.5vw, 42px);
    letter-spacing: -6%;
    margin-bottom: 27px;
}

.tech-text img {
    width: 61.09px;
    height: 106.78px;
    margin-bottom: 22px;
}

.tech-blur-left {
    content: '';
    position: absolute;
    width: 616px;
    height: 616px;
    background: rgba(4, 129, 255, 1);
    border-radius: 50%;
    filter: blur(150px);
    left: -293px;
    bottom: 0;
    z-index: -1;
}

.tech-blur-right {
    content: '';
    position: absolute;
    width: 520px;
    height: 519px;
    background: rgba(107, 217, 255, 1);
    border-radius: 50%;
    filter: blur(150px);
    right: -294px;
    top: 390px;
    z-index: -1;
}

.clients-section {
    padding: 0 60px 0 60px;
    min-height: 120vh;
    margin-bottom: 220px;
}

.clients-top-text {
    margin-bottom: 90px;
}

.clients-top-p {
    align-content: end;
}

.clients-fan-card-wrapper {
    --fan-w: clamp(300px, 32vw, 513px);
    --fan-h: calc(var(--fan-w) * 1.2886);
    --fan-step: clamp(10px, 1.06vw, 17px);
    position: relative;
    height: calc(var(--fan-h) + var(--fan-step) * 5 + 28px);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.clients-fan-card {
    position: absolute;
    width: var(--fan-w);
    height: var(--fan-h);
    border-radius: clamp(6px, 0.75vw, 12px);
    overflow: hidden;
    transform-origin: bottom center;
    cursor: pointer;
}

.clients-fan-card img {
    width: var(--fan-w);
    height: var(--fan-h);
    object-fit: cover;
    display: block;
    border-radius: clamp(6px, 0.75vw, 12px);
}

.clients-fan-card:nth-child(1) { left: calc((100% - var(--fan-w) / 2) / 6 * 0); top: calc(var(--fan-step) * 0); z-index: 1; }
.clients-fan-card:nth-child(2) { left: calc((100% - var(--fan-w) / 2) / 6 * 1); top: calc(var(--fan-step) * 1); z-index: 2; }
.clients-fan-card:nth-child(3) { left: calc((100% - var(--fan-w) / 2) / 6 * 2); top: calc(var(--fan-step) * 2); z-index: 3; }
.clients-fan-card:nth-child(4) { left: calc((100% - var(--fan-w) / 2) / 6 * 3); top: calc(var(--fan-step) * 3); z-index: 4; }
.clients-fan-card:nth-child(5) { left: calc((100% - var(--fan-w) / 2) / 6 * 4); top: calc(var(--fan-step) * 4); z-index: 5; }
.clients-fan-card:nth-child(6) { left: calc((100% - var(--fan-w) / 2) / 6 * 5); top: calc(var(--fan-step) * 5); z-index: 6; }

.clients-caption {
    position: relative;
    top: -80px;
    margin-left: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: clamp(24px, 4vw, 64px);
    line-height: clamp(24px, 4vw, 52px);
    letter-spacing: 0%;
    vertical-align: middle;
}
    .clients-caption span {
        color: rgba(4, 129, 255, 1);
    }

.support-section {
    min-height: 100vh;
    padding: 0 45px;

    .support-top-text {
        margin-bottom: 60px;
    }

    .support-top-p {
        align-content: end;
    }

    .support-carousel {
        width: 100%;
        height: 742px;
        border: 1px solid rgba(149, 149, 149, 1);
        backdrop-filter: blur(4px);
        border-radius: 10px;
    }

    .carousel-item {
        height: 100%;
    }

    .support-carousel-item {
        height: 100%;
        position: relative;
    }

    .support-carousel-item p {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        font-size: var(--fs-display);
        line-height: 0.74;
        letter-spacing: -6%;
        padding-left: 40px;
        padding-top: 36px;
    }
        .support-carousel-item p span {
            font-weight: 500;
            display: inline-block;
            color: rgba(4, 129, 255, 1);
            border: 5px solid rgba(4, 129, 255, 1);
            border-radius: 66.5px;
            padding: 13px 40px 30px 40px;
        }

    .sup-img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: absolute;
        z-index: -1;
    }
        .sup-img-1 { width: 60%; height: 742px; bottom: 0 !important; right: -50px; object-position: left; }
        .sup-img-2 { width: 887px; height: 800px; bottom: -25px; right: -25px; }
        .sup-img-3 { width: 688px; height: 688px; bottom: 27px; right: 27px; }
        .sup-img-4 { width: 767px; height: 741px; bottom: 0; right: 0; }
        .sup-img-5 { width: 955px; height: 855px; bottom: 0; right: 0; object-position: bottom; }

    .carousel-inner {
        height: 100%;
        width: 100%;
    }

    .carousel-control-content button {
        top: unset;
        width: 46px;
        height: 46px;
        background: rgba(27, 27, 27, 1);
        opacity: 1;
        border-radius: 50%;
        bottom: 30px;
    }
        .carousel-control-prev { left: 40px; }
        .carousel-control-next { right: 40px; }
        .carousel-control-next img { rotate: 180deg; }
}

.carousel-fade .carousel-item {
    transition: opacity 200ms ease-in-out !important;
}

.ceo-section {
    font-family: 'Inter', sans-serif;
    padding: 0 80px 0 120px;
    margin-bottom: 442px;
}

.ceo-quotes {
    height: 111px;
    width: 100%;
    display: flex;
    justify-content: end;
}

.ceo-content {
    gap: 20px;
    width: 100%;
    height: 700px;
}

.ceo-profile img {
    width: 599px;
    height: 700px;
}

.ceo-text-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ceo-text {
    font-weight: 300;
    font-size: clamp(30px, 4vw, 64px);
    line-height: clamp(34px, 5vw, 74px);
    letter-spacing: -6%;
}

.ceo-signature {
    font-weight: 600;
    font-size: var(--fs-body-lg);
    line-height: clamp(22px, 3.5vw, 42px);
    letter-spacing: -6%;
    margin-bottom: 0;
}

.caption-section {
    position: relative;
    text-align: center;
    font-family: 'Inter', sans-serif;
    min-height: 100vh;
}

.caption-text h1 {
    display: inline-block;
    font-weight: 400;
    font-size: var(--fs-display);
    line-height: 1.11;
    letter-spacing: -6%;
    vertical-align: middle;
    margin-bottom: 53px;
}
    .caption-text h1 span {
        display: inline-block;
        font-weight: 500;
        line-height: 1.11;
        color: rgba(4, 129, 255, 1);
        border: 5px solid rgba(4, 129, 255, 1);
        border-radius: 66.5px;
        padding: 0 40px 10px 40px;
    }

.caption-text p {
    font-weight: 400;
    font-size: clamp(24px, 2.5vw, 36px);
    line-height: clamp(26px, 3.5vw, 42px);
    letter-spacing: -6%;
}

.cap-blur-1 {
    position: absolute;
    bottom: 50px;
    right: 46px;
    width: 616px;
    height: 616px;
    background: rgba(151, 122, 255, 1);
    filter: blur(150px);
    border-radius: 50%;
    z-index: -1;
}

.cap-blur-2 {
    position: absolute;
    bottom: 269px;
    right: -294px;
    width: 520px;
    height: 520px;
    background: rgba(107, 217, 255, 1);
    filter: blur(150px);
    border-radius: 50%;
    z-index: -1;
}

.cap-asterisk {
    position: absolute;
    top: 75px;
    right: 70px;
    width: 313px;
    height: 313px;
    background-image: url(../icons/Asterisk.png);
}

@media (max-width: 768px) {

    section {
        margin-bottom: 80px;
    }

    .about-brand-title-section {
        min-height: auto;
        margin-bottom: 186px;

        .brand-content {
            .container {
                .about-title-top {
                    margin-top: 120px;
                    margin-bottom: 154px;
                    font-weight: 500;
                    /* line-height: 55px; */

                    .business-border {
                        border-width: 3px;
                        padding: 0 16px 3px 16px !important;
                        border-radius: 30px;
                    }
                }

                .about-title-bottom {
                    font-weight: 400;
                    line-height: 25px;
                    letter-spacing: -6%;
                    width: 100%;
                    padding: 0 32px !important;
                }
            }
            .blur-1 { width: 161px; height: 161px; right: -110px; top: 180px; filter: blur(50px); }
            .blur-2 { width: 235px; height: 237px; left: -137px; top: -258px; filter: blur(75px); }
            .blur-3 { width: 136.61px; height: 136.61px; right: -40px; top: 264px; filter: blur(50px); }

            .abs-asterisk {
                width: 94px;
                height: 94px;
                background-size: contain;
                background-repeat: no-repeat;
                top: 300px;
                right: clamp(10px, 3vw, 40px);
                /* z-index: -1; */
            }
        }
    }

    .about-us-section {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 0;
    }

    /* .top-h1-all  { line-height: 34px; }
    .top-p-all   { line-height: 18px; }
    .p-all       { line-height: 42px; margin-bottom: 0; } */

    .about-us-company {
        flex-direction: column;
        margin-bottom: 60px;

        .about-company-h1 {
            margin-bottom: 50px;
        }
        .about-company-text {
            width: 100%;
            text-align: right;
            letter-spacing: -6%;
            align-self: flex-end;
        }
    }

    .about-us-grid {
        height: auto;

        .flex-row {
            flex-direction: column !important;
            gap: 8px;
        }
    }

    .about-us-col1,
    .about-us-col2,
    .about-us-col3 {
        width: 100% !important;
    }

    .about-us-col1 {
        height: 360px;
        padding: 18px 20px !important;
    }

    .about-us-col2 { display: none; }

    .about-us-col-img {
        width: 100%;
        height: 226px;
    }

    .about-us-col-title { margin-bottom: 34px; }

    .advantages-section {
        padding: 44px 20px;
        min-height: auto;
        margin-bottom: 50px;

        .advantages-h1 { line-height: 45px; margin-bottom: 40px; }

        .adv-mobile-subtitle {
            position: relative;
            z-index: 1;
            font-weight: 400;
            font-size: 16px;
            line-height: 18px;
            text-align: right;
            margin-bottom: 90px;
        }

        .adv-mobile-item {
            z-index: 1;
            margin-bottom: 80px;

            .adv-mobile-number {
                .adv-m-big {
                    font-size: clamp(99px, 31.07vw, 128px);
                    font-weight: 600;
                    line-height: 74px;
                }
                .adv-m-sup {
                    font-size: clamp(37px, 11.65vw, 48px);
                    font-weight: 900;
                    line-height: 74px;
                }
            }
            .adv-mobile-label {
                font-size: 20px;
                font-weight: 400;
                line-height: 33px;
            }
        }

        .adv-mobile-bottom-text {
            position: relative;
            z-index: 1;
            font-size: clamp(28px, 8.74vw, 36px);
            font-weight: 400;
            line-height: 38px;
        }

        .adv-blur { width: 329px; height: 329px; filter: blur(150px); z-index: 0; }
        .adv-blur-1 { top: 109px; left: -119px; }
        .adv-blur-2 { bottom: 460px; right: -164px; }
    }

    .principle-section {
        padding: 0 20px;
        margin-bottom: 80px;
        min-height: auto;
    }

    .principle-top-text {
        flex-direction: column !important;

        .principle-top-h1 { font-size: clamp(50px, 15.53vw, 64px); line-height: 57px; margin-bottom: 35px; }
        .principle-top-p {
            width: 77%;
            text-align: right;
            align-self: end;
            font-size: 16px;
            line-height: 18px;
        }
    }

    .principle-cards {
        .pr-column {
            gap: 29px;
            .flex-row {
                gap: 29px;
                flex-direction: column !important;

                .pr-r-block {
                    position: relative;
                    width: 100%;
                    height: 112px;
                    padding: 14px;

                    h1 { line-height: 0.74; }
                    p  { line-height: 18px; width: 85%; }
                    .circle-item {
                        width: 33px;
                        height: 33px;
                        font-weight: 400;
                        padding: 0;
                        line-height: 2;
                    }
                    &:hover {
                        background-color: rgba(241, 241, 241, 0.32) !important;
                        border: 1px solid rgba(149, 149, 149, 1);
                        color: rgba(3, 1, 41, 1);
                        backdrop-filter: blur(4px);
                        .circle-item {
                            background: rgba(16, 16, 16, 1);
                            color: rgba(233, 233, 233, 1);
                        }
                        &::after { display: none; }
                    }
                }
            }
            .principle-row-2 {
                .pr-r-block:first-child { order: 2; }
                .pr-r-block:last-child  { order: 1; }
            }
        }
    }

    .pr-arrow {
        width: 35px;
        height: 35px;
        background-size: contain;
        rotate: 90deg !important;
        bottom: -24px !important;

        &.ar-1 { top: inherit !important; right: inherit !important; left: calc(14px + (75px*0)); }
        &.ar-2 { right: inherit !important; left: calc(14px + (75px*1)); }
        &.ar-3 { left: calc(14px + (75px*3)); }
        &.ar-4 { top: inherit !important; left: calc(14px + (75px*2)); }
    }

    .mobius-strip {
        width: 183px;
        height: 183px;
        top: -78px;
        right: -44px;
        background-size: contain;
    }

    .directions-section {
        padding: 118px 20px 90px 20px;
        min-height: auto;
        margin-bottom: 100px;

        .directions-h1 {line-height: 45px; margin-bottom: 60px; margin-top: 8px; }

        .directions-carousel {
            height: 539px;
            width: 100%;

            .carousel-inner {
                height: 442px;
                border-radius: 10px;

                .carousel-item {
                    height: 100%;
                    border-radius: 10px;
                    padding: 27px 24px;

                    &.item--black {
                        background: rgba(4, 4, 4, 0.46);
                        border: 2px solid rgba(196, 200, 212, 1);
                        backdrop-filter: blur(47.55px);
                    }
                    &.item--blue {
                        background: rgba(4, 129, 255, 1);
                    }

                    .directions-carousel-item {
                        h1 { font-size: clamp(37px, 11.65vw, 48px); font-weight: 600; line-height: 48px; letter-spacing: -6%; }
                        h2 { font-size: clamp(50px, 15.53vw, 64px); font-weight: 600; line-height: 52px; letter-spacing: -6%; }
                        p  { margin-top: 17px; font-size: clamp(19px, 5.83vw, 24px); font-weight: 400; line-height: 28px; letter-spacing: -6%; }
                    }
                }
            }

            .carousel-control-content button {
                top: unset;
                width: 46px;
                height: 46px;
                background: rgba(247, 247, 247, 1);
                opacity: 1;
                border-radius: 50%;
                bottom: 0;
                img { filter: invert(1) !important; }
            }
            .carousel-control-prev { left: 0; }
            .carousel-control-next { right: 0; }
            .carousel-control-next img { rotate: 180deg; }
        }
    }

    .tech-stack-section {
        padding: 0 20px;
        margin-bottom: 170px;

        .tech-content {
            .tech-top-text {
                flex-direction: column !important;
                margin-bottom: 106px;

                .tech-top-h1 {
                    font-size: clamp(50px, 15.53vw, 64px);
                    font-weight: 600;
                    line-height: 57px;
                    letter-spacing: -6%;
                    margin-bottom: 40px;
                }
                .tech-top-p {
                    width: 77%;
                    align-self: end;
                    font-size: 16px;
                    line-height: 18px;
                    letter-spacing: -6%;
                    text-align: right;
                }
            }
            .tech-text {
                h1 { font-size: clamp(31px, 9.71vw, 40px); line-height: 34px; letter-spacing: -6%; }
                p  { font-size: 20px; line-height: 26px; letter-spacing: -6%; justify-self: center; text-align: center; width: 84%; }
                img { width: 61px; height: 105px; object-fit: contain; }
            }
        }
        .tech-blur-left  { width: 202px; height: 208px; filter: blur(50px); top: 457px; left: -151px; }
        .tech-blur-right { width: 186px; height: 234px; filter: blur(50px); top: 665px; right: -133px; }
        .tech-blur-bottom {
            position: absolute;
            width: 202px;
            height: 223px;
            background: rgba(4, 129, 255, 1);
            border-radius: 50%;
            filter: blur(50px);
            top: 1042px;
            left: -151px;
        }
    }

    .clients-section {
        padding: 0 20px;
        margin-bottom: 173px;

        .clients-top-text {
            flex-direction: column !important;
            margin-bottom: 36px;

            .clients-top-h1 { font-size: clamp(50px, 15.53vw, 64px); font-weight: 600; line-height: 57px; letter-spacing: -6%; margin-bottom: 30px; }
            .clients-top-p  { text-align: end; font-size: 16px; line-height: 18px; letter-spacing: -6%; margin-bottom: 0; }
        }
        .clients-content {
            .clients-fan-card-wrapper {
                --fan-w: clamp(140px, 47.6vw, 181px);
                --fan-h: calc(var(--fan-w) * 1.2099);
                --fan-step: clamp(6px, 2.34vw, 9px);
                --fan-row-gap: calc(var(--fan-h) * 0.8858);

                width: 100%;
                height: calc(var(--fan-row-gap) + var(--fan-h) + var(--fan-step) * 2 + 10px);

                .clients-fan-card, .clients-fan-card img {
                    width: var(--fan-w) !important;
                    height: var(--fan-h) !important;
                    border-radius: 3px;
                }

                .clients-fan-card:nth-child(1) { left: calc((100% - var(--fan-w) / 2) / 3 * 0); top: calc(var(--fan-step) * 0); z-index: 4; }
                .clients-fan-card:nth-child(2) { left: calc((100% - var(--fan-w) / 2) / 3 * 1); top: calc(var(--fan-step) * 1); z-index: 5; }
                .clients-fan-card:nth-child(3) { left: calc((100% - var(--fan-w) / 2) / 3 * 2); top: calc(var(--fan-step) * 2); z-index: 6; }
                .clients-fan-card:nth-child(4) { left: calc((100% - var(--fan-w) / 2) / 3 * 0); top: calc(var(--fan-row-gap) + var(--fan-step) * 0); z-index: 1; }
                .clients-fan-card:nth-child(5) { left: calc((100% - var(--fan-w) / 2) / 3 * 1); top: calc(var(--fan-row-gap) + var(--fan-step) * 1); z-index: 2; }
                .clients-fan-card:nth-child(6) { left: calc((100% - var(--fan-w) / 2) / 3 * 2); top: calc(var(--fan-row-gap) + var(--fan-step) * 2); z-index: 3; }
            }
            .clients-caption {
                top: 0;
                margin-top: 20px;
                margin-left: 0;
                line-height: 24px;
                letter-spacing: 0;
            }
        }
    }

    .support-section {
        padding: 0 20px;
        min-height: auto;
        margin-bottom: 200px;

        .support-top-text {
            flex-direction: column !important;
            margin-bottom: 40px;

            h1 { font-size: clamp(50px, 15.53vw, 64px); font-weight: 600; line-height: 57px; margin-bottom: 28px; }
            p  { font-size: 16px; line-height: 18px; text-align: right; margin-bottom: 0; }
        }

        .support-carousel {
            height: auto;
            min-height: 511px;
            border: none;

            .carousel-inner {
                min-height: 452px;
                height: 100%;
                border: 1px solid rgba(149, 149, 149, 1);
                backdrop-filter: blur(4px);
                border-radius: 10px;

                .carousel-item {
                    min-height: 452px;
                    height: 100%;
                    position: relative;

                    .support-carousel-item {
                        min-height: 452px;

                        p {
                            font-size: clamp(47px, 14.56vw, 60px);
                            line-height: 48px;
                            padding-left: 18px;
                            padding-top: 12px;

                            span {
                                display: inline !important;
                                font-weight: 500;
                                border: none;
                                padding: 0;
                            }
                        }
                        .sup-img {
                            &.sup-img-1 { bottom: 0; right: -119px; width: 476px; height: 370px; }
                            &.sup-img-2 { bottom: 0; right: 9px; width: 406px; height: 373px; }
                            &.sup-img-3 { bottom: 0; right: -8px; width: 347px; height: 309px; object-position: top; }
                            &.sup-img-4 { bottom: 0; right: 0; width: 371px; height: 359px; }
                            &.sup-img-5 { bottom: 0; right: -4px; width: 405px; height: 362px; }
                        }
                    }
                }
            }
        }
        .carousel-control-content {
            button {
                bottom: 0;
                &.carousel-control-prev { left: 0; }
                &.carousel-control-next { right: 0; }
            }
        }
    }

    .ceo-section {
        padding: 0 20px;
        margin-bottom: 187px;
        position: relative;

        .ceo-quotes {
            right: 20px;
            top: 0;
            position: absolute;
            height: 70px;
            z-index: 10;
        }

        .ceo-content {
            flex-direction: column !important;
            height: auto;
            padding-top: 56px;

            .ceo-profile img {
                width: 100%;
                height: 323px;
                object-fit: contain;
                margin-bottom: 12px;
            }

            .ceo-text      { line-height: 33px; font-weight: 400; margin-bottom: 65px; }
            .ceo-signature { font-size: clamp(28px, 8.74vw, 36px); line-height: 42px; font-weight: 600; text-align: right; }
        }
    }

    .caption-section {
        min-height: auto;
        padding: 60px 20px;

        .caption-text {
            h1 {
                line-height: 100%;
                margin-bottom: 120px;

                span {
                    line-height: 74%;
                    border-width: 3px;
                    border-radius: 30px;
                    padding: 0 20px 6px;
                }
            }
            p {
                padding: 0 23px;
                line-height: 25px;
            }
        }
        .cap-blur-1 { width: 136.61px; height: 136.61px; filter: blur(50px); top: 225px; right: -5.51px; rotate: -23.76deg; }
        .cap-blur-2 { width: 161px; height: 161px; filter: blur(50px); rotate: -23.76deg; top: 135px; right: -110px; }
        .cap-asterisk { width: 94px; height: 94px; background-size: contain; top: 215px; right: 30px; }
    }
}
