html {
    overflow-x: clip;
    font-family: SBSansDisplay, Arial, sans-serif;
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body,
figcaption,
figure,
h1,
h2,
h3,
h4,
ol,
p,
ul {
    margin: 0
}

ol[class],
ul[class] {
    padding: 0;
    list-style: none
}

body {
    box-sizing: border-box;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    overflow-x: clip;
    background-color: #070919;
    color: #fff;
    line-height: 1.5;
    text-rendering: auto
}

@supports not (overflow: clip) {

    html,
    body {
        overflow-x: hidden
    }
}

audio,
canvas,
iframe,
img,
svg,
video {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle
}

button,
input,
select {
    font: inherit
}

:focus:not(:focus-visible) {
    outline: 0
}

@font-face {
    font-family: SBSansDisplay;
    src: url(fonts/SBSansDisplay-Bold.woff2) format("woff2"), url(fonts/SBSansDisplay-Bold.woff) format("woff"), url(fonts/SBSansDisplay-Bold.ttf) format("truetype");
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: SBSansDisplay;
    src: url(fonts/SBSansDisplay-SemiBold.woff2) format("woff2"), url(fonts/SBSansDisplay-SemiBold.woff) format("woff"), url(fonts/SBSansDisplay-SemiBold.ttf) format("truetype");
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: SBSansDisplay;
    src: url(fonts/SBSansDisplay-Regular.woff2) format("woff2"), url(fonts/SBSansDisplay-Regular.woff) format("woff"), url(fonts/SBSansDisplay-Regular.ttf) format("truetype");
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: SBSansDisplay;
    src: url(fonts/SBSansDisplay-Light.woff2) format("woff2"), url(fonts/SBSansDisplay-Light.woff) format("woff"), url(fonts/SBSansDisplay-Light.ttf) format("truetype");
    font-stretch: normal;
    font-style: normal;
    font-weight: 300;
    font-display: swap
}

@font-face {
    font-family: SBSansDisplay;
    src: url(fonts/SBSansDisplay-ExtendedSemibold.woff2) format("woff2"), url(fonts/SBSansDisplay-ExtendedSemibold.woff) format("woff"), url(fonts/SBSansDisplay-Light.ttf) format("truetype");
    font-stretch: normal;
    font-style: normal;
    font-weight: 800;
    font-display: swap
}

.visually-hidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    margin: -1px;
}

.vh {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px)
}

.link {
    color: inherit
}

.link,
.no_decor {
    text-decoration: none
}

.decor {
    text-decoration: underline
}

a {
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: .0667em
}

.link_overlay:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ""
}

.ol {
    outline: 1px dashed red
}

.no_scroll {
    overflow: hidden
}

.hide {
    display: none !important
}

.tab--0 {
    --tab_legend: #090e32
}

.tab--1 {
    --tab_legend: #808bff
}

.tab--2 {
    --tab_legend: #ff6ef5
}

.tab--3 {
    --tab_legend: #8aff86
}

.tab--4 {
    --tab_legend: #f9e07e
}

.tab--5 {
    --tab_legend: #2fffe3
}

.tab--6 {
    --tab_legend: #63bcda
}

.tab--7 {
    --tab_legend: #ff6b6e
}

.tab--8 {
    --tab_legend: #f97ea1
}

.tab--9 {
    --tab_legend: #c97740
}

.layout {
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 2rem
}

@media only screen and (min-width:440px) {
    .layout {
        max-width: 40rem;
        padding: 0
    }
}

@media only screen and (min-width:745px) {
    .layout {
        max-width: 100%;
        padding: 4rem
    }
}

@media only screen and (min-width:1441px) {
    .layout {
        width: 136rem;
        padding: 0
    }
}

.head_logos {
    margin: 0 auto;
    max-width: 1480px;
    padding: 70px 20px 70px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    flex-direction: column;
}

@media only screen and (min-width:1025px) {
    .head_logos {

        padding: 40px 20px 90px;
        flex-direction: row;
    }
}

.head_menu {
    display: none;
}



@media only screen and (min-width:1024px) {
    .head_menu {
        display: block;
    }
}

.head_logos__mob {
    width: 26rem;
    margin-top: 3rem;
    margin-left: 2rem
}

.head_menu-list {
    display: flex;
    gap: 20px;
}

.head_link {
    position: relative;
    display: inline-flex;
    color: rgba(255, 255, 255, .8);


    font-size: 2rem;
    font-weight: 400;
    line-height: 28.9px;
    text-decoration: none;
    transition: color .25s ease;
}

.head_link::after {
    position: absolute;
    right: 0;
    bottom: -.6rem;
    left: 0;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left center;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .34) 70%, rgba(255, 255, 255, 0));
    opacity: 0;
    content: "";
    transition: transform .35s ease, opacity .25s ease;
}

.head_link:hover,
.head_link:focus-visible {
    color: #fff;
}

.head_link:hover::after,
.head_link:focus-visible::after {
    transform: scaleX(1);
    opacity: 1;
}



@media only screen and (min-width:745px) {
    .head_logos__mob {
        display: none
    }
}

.head_logos__desk {
    display: none
}

@media only screen and (min-width:745px) {
    .head_logos__desk {
        box-sizing: border-box;
        display: block;
        z-index: 0;
        position: relative;
        overflow: hidden;
        isolation: isolate;
        width: calc(100% - 8rem);
        border-radius: 14px;
        padding: 15px 17px;
        max-width: 590px;
        /* backdrop-filter: blur(34.871910095214844px); */
        background: radial-gradient(151.82% 127.28% at 15% 21%, rgba(81, 93, 173, 0.2) 0%, rgba(238, 243, 255, 0.2) 77%, rgba(238, 243, 255, 0.2) 100%);
        transition: background .25s ease;
    }

    .head_logos__desk:before {
        z-index: 3;
        position: absolute;
        padding: 1.27px;
        border-radius: inherit;
        background: radial-gradient(80.38% 222.5% at -13.75% -12.36%, #515DAD 0, hsla(0, 0%, 100%, 0) 100%), radial-gradient(80.69% 208.78% at 108.28% 112.58%, rgba(59, 24, 89, 0) 0, rgba(180, 0, 87, .1) 100%);
        content: "";
        -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        pointer-events: none;
        inset: 0;
        -webkit-mask-composite: xor;
        mask-composite: exclude
    }

    .head_logos__desk:after {
        z-index: 1;
        position: absolute;
        top: -45%;
        bottom: -45%;
        left: -55%;
        width: 34%;
        transform: skewX(-18deg) translateX(-20%);
        background: linear-gradient(105deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .08) 35%, rgba(255, 255, 255, .48) 50%, rgba(255, 255, 255, .08) 65%, rgba(255, 255, 255, 0) 100%);
        filter: blur(.5px);
        opacity: 0;
        content: "";
        pointer-events: none;
    }

    .head_logos__desk:hover,
    .head_logos__desk:focus-visible {
        background: radial-gradient(151.82% 127.28% at 15% 21%, rgba(111, 125, 220, .28) 0%, rgba(238, 243, 255, .24) 77%, rgba(238, 243, 255, .18) 100%);
    }

    .head_logos__desk:hover:after,
    .head_logos__desk:focus-visible:after {
        animation: head-logo-glare .85s cubic-bezier(.22, .61, .36, 1);
    }

    .head_logos__desk>* {
        z-index: 2;
        position: relative;
    }

    @keyframes head-logo-glare {
        0% {
            opacity: 0;
            transform: skewX(-18deg) translateX(-20%);
        }

        18% {
            opacity: 1;
        }

        100% {
            opacity: 0;
            transform: skewX(-18deg) translateX(500%);
        }
    }
}



.head_logos__image {
    width: 100%
}

.collage {
    position: relative;
    width: 180%;
    margin-bottom: -8.5339506173%;
    margin-left: 50%;
    transform: translateX(-50%)
}

@media only screen and (min-width:745px) {
    .collage {
        width: 97rem;
        height: 75rem;
        margin-bottom: -9.8666666667%
    }
}

@media only screen and (min-width:1441px) {
    .collage {
        width: 56.2109646079%;
        height: auto;
        margin-bottom: 0;
        margin-left: auto;
        transform: none
    }
}

.collage__image {
    width: 100%;
    max-width: none
}

@media only screen and (min-width:1441px) {
    .collage__image {
        width: 100%
    }
}

@media only screen and (min-width:1441px) {
    .collage__mob {
        display: none
    }
}

.collage__desk {
    display: none
}

@media only screen and (min-width:1441px) {
    .collage__desk {
        display: block
    }
}

.collage__face {
    position: absolute;
    top: 0;
    overflow: hidden;
    border-radius: 50%;
    background-color: #d9d9d9
}

.collage__face:nth-child(2) {
    left: 25.862654321%;
    width: 14.8148148148%;
    margin-top: 20.6790123457%;
    padding-top: 14.8148148148%
}

@media only screen and (min-width:1441px) {
    .collage__face:nth-child(2) {
        left: 26.2962962963%;
        width: 20%;
        margin-top: 27.5925925926%;
        padding-top: 20%
    }
}

.collage__face:nth-child(3) {
    left: 52.4058641975%;
    width: 19.1358024691%;
    margin-top: 37.6543209877%;
    padding-top: 19.1358024691%
}

@media only screen and (min-width:1441px) {
    .collage__face:nth-child(3) {
        left: 60.9259259259%;
        width: 25.9259259259%;
        margin-top: 49.6296296296%;
        padding-top: 25.9259259259%
    }
}

.collage__face:nth-child(4) {
    left: 31.8811728395%;
    width: 11.4197530864%;
    margin-top: 52.6234567901%;
    padding-top: 11.4197530864%
}

@media only screen and (min-width:1441px) {
    .collage__face:nth-child(4) {
        left: 34.537037037%;
        width: 15.1851851852%;
        margin-top: 70.1851851852%;
        padding-top: 15.1851851852%
    }
}

.collage__face_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%
}

.hello {
    display: flex;
    /* position: relative; */
    flex-flow: column;
    align-items: center;
    margin-bottom: 10rem;
    gap: 2rem
}

@media only screen and (min-width:1441px) {
    .hello {
        position: static
    }
}

.hello__top {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 5rem;
    gap: 3rem
}

@media only screen and (min-width:1441px) {
    .hello__top {
        box-sizing: border-box;
        display: flex;
        align-items: flex-start;
        max-width: 1440px;
        padding: 0 20px;
        margin: 0 auto;
        margin-bottom: 2rem;

    }

    .hello__top:before {
        z-index: -1;
        position: absolute;
        top: 38.2rem;
        left: -24.4rem;
        width: 83.8rem;
        height: 44.5rem;
        transform: rotate(170.02deg);
        border-radius: 100%;
        fill: radial-gradient(57.23% 52.7% at 49.98% 49.98%, rgb(69, 139, 245) 0%, rgb(69, 139, 245) 100%);
        filter: blur(120px);
        /* content: ""; */
        opacity: .7;
        pointer-events: none
    }
}

.ellips {
    position: absolute;
    z-index: -1;
}

.ellips-1 {
    top: 10rem;
    right: 40rem;
}

.ellips-2 {
    top: 25rem;
    left: 0rem;
}

.ellips-3 {
    top: 25rem;
    right: 0rem;
}

.hello .h3 {
    margin-bottom: 0
}

@media only screen and (min-width:1441px) {
    .hello .h3 {
        max-width: 79.1rem;
        margin-bottom: 3.4rem;
        font: 600 9rem/.9 a;
        font-family: inherit;
        letter-spacing: -2%;
        text-align: left
    }
}


.hello__subheader {
    max-width: 80rem;
    color: #fff;
    font: 400 1.6rem/2.2rem a;
    font-family: inherit;
    text-align: center;

}

@media only screen and (min-width:1441px) {
    .hello__subheader {

        font: 400 2.4rem/2.8rem a;
        font-family: inherit;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 60px;
    }
}

.hello__button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 10px;
    /* backdrop-filter: blur(50.83021545410156px); */
    color: rgba(255, 255, 255, .6);
    padding: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 120%;
    order: 3;
}

@media only screen and (min-width:1025px) {
    .hello__button {
        order: 0;


    }
}

.hello__button:before {
    position: absolute;
    padding: 1.27px;
    border-radius: inherit;
    background: radial-gradient(80.38% 222.5% at -13.75% -12.36%, #515dad 0, hsla(0, 0%, 100%, 0) 100%), radial-gradient(80.69% 208.78% at 108.28% 112.58%, rgba(59, 24, 89, 0) 0, rgba(180, 0, 87, .1) 100%);
    content: "";
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    pointer-events: none;
    inset: 0;
    -webkit-mask-composite: xor;
    mask-composite: exclude
}

.hello__text {

    color: #fff;
    font: 400 1.8rem/2.6rem a;
    font-family: inherit
}

.hello__text>p:not(:last-child) {
    margin-bottom: 2rem;
}

.result__section {
    position: relative;
    margin-bottom: 10rem;
}

.result__digit {
    font-weight: 800;
    font-size: 8rem;
    letter-spacing: -0.04rem;
    font-variant-numeric: tabular-nums;
    min-width: 4ch;
    text-align: center;
}

.result__name {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.17rem;
}

.hello__text-wrap {
    margin: 0 auto;
    max-width: 100rem;
    display: flex;
    gap: 8rem;
    margin-bottom: 6rem;
    flex-direction: column;
}

@media only screen and (min-width:1025px) {
    .hello__text-wrap {
        flex-direction: row;
    }
}

.hello__subtitle {
    font-weight: 800;
    font-size: 6.2rem;
    line-height: 5.3rem;
}

.hello__text>b {
    color: #A4FFD0;
    font-weight: 600;
}



.ig {
    display: flex;
    z-index: 1;
    position: relative;
    flex-flow: row wrap;
    max-width: 30rem;
    margin: 0 auto 10rem;
    gap: 4rem
}

@media only screen and (min-width:745px) {
    .ig {
        width: 80rem;
        max-width: none;
        gap: 6rem 14rem
    }
}

.ig:before {
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 0;
    width: 640px;
    height: 516px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(49.96% 53.49% at 49.98% 49.98%, #458bf5 0, rgba(9, 14, 50, 0) 100%);
    content: "";
    filter: blur(100px);
}

@media only screen and (min-width:745px) {
    .ig:before {
        left: 16rem;
        width: 882px;
        height: 710px
    }
}

.ig:after {
    z-index: -1;
    position: absolute;
    top: 50%;
    right: 0;
    width: 640px;
    height: 516px;
    transform: translate(50%, -50%);
    border-radius: 50%;
    background: radial-gradient(49.96% 53.49% at 49.98% 49.98%, #a845f5 0, rgba(9, 14, 50, 0) 100%);
    content: "";
    filter: blur(100px);
}

@media only screen and (min-width:745px) {
    .ig:after {
        right: 16rem;
        width: 882px;
        height: 710px
    }
}

.ig__item {
    display: flex;
    flex-flow: column;
    width: 13rem;
    height: 100%
}

@media only screen and (min-width:745px) {
    .ig__item {
        width: 32rem
    }
}

@media only screen and (min-width:1441px) {
    .ig__item {
        width: 33rem
    }
}

.ig__numbers {
    color: #fff;
    font: 600 9rem/1 a;
    font-family: inherit;
    letter-spacing: -4%
}

.ig__desc {
    padding-left: .5rem;
    color: #fff;
    font: 400 1.6rem/1.9rem a;
    font-family: inherit
}

.tabs {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 2.8rem;
    gap: .8rem
}

@media only screen and (min-width:745px) {
    .tabs {
        margin-bottom: 7rem;
        gap: 1.2rem
    }
}

.tabs a:focus-visible {
    outline: none
}

.faces {
    position: relative;
    margin-bottom: 6rem;
}

.faces__list {
    display: flex;
}

@media only screen and (max-width:1440px) {
    .faces__list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width:744px) {
    .faces__list {

        grid-template-columns: repeat(1, 1fr);
    }

    .faces__item {
        left: 0 !important;
    }



    .faces__item:nth-child(-n+3) {
        display: none;
    }

    .faces__digit:nth-of-type(3) {
        display: none;
    }

    .hello__subtitle {
        font-size: 5rem;

    }

    .result__list {
        display: flex !important;
        flex-direction: column;
    }
}


.faces__item {
    position: relative;
    overflow: hidden;
    width: 225px;
    height: 225px;
    border-radius: 50px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .05) 65%, rgba(81, 93, 173, 0));
    -webkit-backdrop-filter: blur(10px) saturate(110%);
    backdrop-filter: blur(5px) saturate(145%);
}

.faces__item:first-child {
    transform: rotate(-5deg);
}



.faces__item:nth-child(2) {
    transform: rotate(1deg);
    position: relative;
    left: -5px;
    top: 20px;
}

.faces__item:nth-child(3) {
    transform: rotate(-4.7deg);
    position: relative;
    left: -10px;
    top: -10px;

}



.faces__item:nth-child(4) {
    transform: rotate(1.2deg);
    position: relative;
    left: -20px;
    top: 20px;

}

.faces__item:nth-child(5) {
    transform: rotate(-4.7deg);
    position: relative;
    left: -40px;
    top: 0px;

}

.faces__item:nth-child(6) {
    transform: rotate(1.5deg);
    position: relative;
    left: -60px;
    top: -30px;

}

.faces__digit {
    display: none;
    position: absolute;
    width: 75px;
    height: 75px;
}

.faces__digit:first-of-type {
    top: -46px;
    left: 167px;
    transform: rotate(-4.7deg);

}

.faces__digit:nth-of-type(2) {
    bottom: -40px;
    left: 43.5%;
    transform: rotate(-4.7deg);
}

.faces__digit:nth-of-type(3) {
    top: -77px;
    right: 1%;
    transform: rotate(-4.7deg);
}

.bg-liquid-glass {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    @apply bg-muted/25;
}

@supports not (hanging-punctuation:first) {
    .bg-liquid-glass {
        backdrop-filter: url(#displacementFilter) blur(2px);
    }
}

.result__list {
    max-width: 104rem;
    padding: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 270px);
    gap: 2rem;
    margin: 0 auto;
}

@media only screen and (min-width:1024px) {
    .result__list {
        grid-template-columns: repeat(3, 1fr);
    }
}

.result__item {
    padding: 2rem;

    border-radius: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(135deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .05) 65%, rgba(81, 93, 173, 0));
    -webkit-backdrop-filter: blur(10px) saturate(110%);
    backdrop-filter: blur(5px) saturate(145%);
}

.result__item::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: radial-gradient(circle at 0% 17%, rgba(234, 230, 25, 0.7), rgba(21, 182, 72, 0.7) 39.01%, rgba(10, 159, 223, 0.7) 74.572%),
        linear-gradient(136.77deg, rgb(100, 238, 97) 3.194%, rgb(50, 184, 211) 96.806%);
    ;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    pointer-events: none;
}



.faces__item::after {
    content: '';
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .54) 42%, rgba(255, 255, 255, .16) 68%, rgba(255, 255, 255, 0) 100%);
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    mask-composite: exclude;
    pointer-events: none;

}

.tab {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    height: 2.4rem;
    padding: 0 .8rem;
    -webkit-column-gap: .6rem;
    column-gap: .6rem;
    border-radius: .8rem;
    background-color: hsla(0, 0%, 100%, .2);
    color: hsla(0, 0%, 100%, .8);
    font: 400 1.4rem/1 a;
    font-family: inherit
}

.tab-wrap {
    display: flex;
    /* flex-direction: column;
    align-items: flex-start; */
    justify-content: space-between;
    gap: .6rem;
    flex-wrap: wrap;
}



@media only screen and (min-width:745px) {
    .tab {
        height: 3.6rem;
        padding: 0 1.6rem;
        -webkit-column-gap: 1rem;
        column-gap: 1rem;
        border-radius: 1.2rem;
        font-size: 1.6rem
    }

    .tab-wrap {
        gap: .8rem;
    }

    .tab-giga {

        font-size: 1.1rem;
    }
}

a:focus-visible .tab {
    box-shadow: 0 0 0 1px #fff
}

a:focus-visible .tab,
a:hover .tab {
    background-color: hsla(0, 0%, 100%, .3019607843)
}

.tab:before {
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: .4rem;
    background-color: var(--tab_legend);
    content: ""
}

.tab-giga {
    display: flex;
    height: auto;
    padding: 0.6rem .9rem;

    align-items: center;
    justify-content: center;

    color: rgba(255, 255, 255, .7);

    font-size: 1.2rem;
    line-height: 1.05;
    white-space: normal;
}

.tab-giga:before {
    content: '';
    height: 24px;
    width: 24px;
    background-image: url('img/giga-lg.svg');
    background-repeat: no-repeat;
    background-size: 70%;
    /* background-color: rgba(252, 229, 17, 0.7); */
    background-color: #7336AB;
    background-position: center;
}

.tab-giga--effect:before {
    /* 
    background-color: rgba(118, 213, 2, 0.7); */
    background-color: #269082;
}

.card_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    margin-bottom: 6rem;
    gap: 1.6rem
}

@media only screen and (min-width:745px) {
    .card_list {
        margin-bottom: 6.1rem;
        gap: 2rem
    }
}

@media only screen and (min-width:1441px) {
    .card_list {
        grid-template-columns: repeat(4, minmax(280px, 1fr))
    }
}

.card_list__item.is_opened {
    display: grid;
    z-index: 10;
    position: fixed;
    place-items: center;
    background-color: rgba(9, 14, 50, .95);
    inset: 0
}

.card_list--limited :nth-child(n+7) {
    display: none
}

@media only screen and (min-width:974px) {
    .card_list--limited :nth-child(n+7) {
        display: inherit
    }

    .card_list--limited :nth-child(n+10) {
        display: none
    }
}

@media only screen and (min-width:1275px) {

    .card_list--limited :nth-child(n+7),
    .card_list--limited :nth-child(n+10) {
        display: inherit
    }

    .card_list--limited :nth-child(n+13) {
        display: none
    }
}

.card_list__item.is_hidden {
    display: none !important
}

.card_list__item:not(.is_opened) {
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
    isolation: isolate;
    transition: transform .25s ease;
}

.card_list.is_filtering .card_list__item:not(.is_opened) {
    transition: none;
}

.card_list__item:not(.is_opened):hover,
.card_list__item:not(.is_opened):focus-within {
    transform: translateY(-4px);
}

.card_list.is_filtering .card_list__item:not(.is_opened):hover,
.card_list.is_filtering .card_list__item:not(.is_opened):focus-within {
    transform: none;
}

.card_list__item:not(.is_opened)::after {
    z-index: 3;
    position: absolute;
    top: -45%;
    bottom: -45%;
    left: -55%;
    width: 36%;
    transform: skewX(-18deg) translateX(-20%);
    background: linear-gradient(105deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .07) 35%, rgba(255, 255, 255, .46) 50%, rgba(255, 255, 255, .07) 65%, rgba(255, 255, 255, 0) 100%);
    filter: blur(.5px);
    opacity: 0;
    content: "";
    pointer-events: none;
}

.card_list__item:not(.is_opened):hover::after,
.card_list__item:not(.is_opened):focus-within::after {
    animation: card-list-glare .9s cubic-bezier(.22, .61, .36, 1);
}

@keyframes card-list-glare {
    0% {
        opacity: 0;
        transform: skewX(-18deg) translateX(-20%);
    }

    18% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: skewX(-18deg) translateX(500%);
    }
}

.card {
    box-sizing: border-box;
    display: flex;
    z-index: 1;
    position: relative;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 2rem;
    border: 2px solid hsla(0, 0%, 100%, .1607843137);
    border-radius: 2rem;
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .08), hsla(0, 0%, 100%, .08)), radial-gradient(78.61% 105.63% at 98.57% 100%, rgba(168, 69, 245, .2) 0, transparent 100%);
    background-color: #090e32;
    color: hsla(0, 0%, 100%, .0784313725);
    transition: border-color .25s ease, background .25s ease
}

.card_list__item:not(.is_opened):hover>.card,
.card_list__item:not(.is_opened):focus-within>.card {
    border-color: hsla(0, 0%, 100%, .28);
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .11), hsla(0, 0%, 100%, .11)), radial-gradient(78.61% 105.63% at 98.57% 100%, rgba(168, 69, 245, .26) 0, transparent 100%);
    background-color: #090e32
}

@media only screen and (min-width:745px) {
    .card {
        padding: 2.4rem
    }
}

:not(.is_opened)>.card {
    cursor: pointer
}

:not(.is_opened)>.card .giga_chat,
:not(.is_opened)>.card .giga_effect {
    display: none
}

.is_opened>.card {
    width: calc(100% - 4rem);
    max-width: 80rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 100dvh;
    margin: auto;
    padding: 3.2rem 2.4rem 2.4rem;
    overflow-y: auto;
    outline: none
}

.is_opened>.card .giga_effect {
    display: flex;
    align-items: center
}

.is_opened>.card .giga_chat {
    display: block
}

.card__close {
    display: none;
    position: absolute;
    top: 2.4rem;
    right: 1.6rem;
    margin: 0;
    padding: .8rem;
    border: 0;
    border-radius: 0;
    border-radius: 3px;
    outline: none;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.card__close:focus-visible {
    box-shadow: 0 0 0 2px #fff
}

.is_opened>.card .card__close {
    display: block
}

.card__title {
    margin-bottom: 1.6rem;
    color: #fff;
    font: 300 2.8rem/1 a;
    font-family: inherit
}

@media only screen and (min-width:745px) {
    .card__title {
        margin-bottom: 2.4rem;
        font-size: 3.4rem
    }
}

.card__intro {
    margin-bottom: 1.2rem;
    color: #fff;
    font: 400 1.6rem/2.2rem a;
    font-family: inherit
}

@media only screen and (min-width:745px) {
    .card__intro {
        margin-bottom: 2.4rem
    }
}

@media only screen and (min-width:745px) {
    .is_opened>.card .card__special {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 1.2rem
    }
}



:not(.is_opened)>.card .card__special {
    margin-top: auto;
    width: 100%;
}

:not(.is_opened)>.card .tab-wrap {
    flex-direction: row;
    align-items: center;
}

.card__owners {
    display: flex;
    flex-flow: column;
    margin-bottom: 2rem;
    gap: .8rem
}

.is_opened>.card .card__owners {
    gap: 2rem
}

@media only screen and (min-width:745px) {
    .is_opened>.card .card__owners {
        margin-bottom: 0
    }
}

.card__picture {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.2rem;
    border-radius: 1.2rem;
    background: hsla(0, 0%, 100%, .1019607843);
    gap: 1.2rem
}

.card__img {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background-color: #fff
}

.card__caption {
    color: #fff;
    font: 400 1.6rem/1.9rem a;
    font-family: inherit
}

.card__caption>span {
    font-weight: 300;
    font-size: 1.4rem;
}

.is_opened>.card .giga_effect__title {
    margin-bottom: 0;
    font: 600 3.4rem/1 a;
    font-family: inherit
}

.giga_chat {
    margin: 3.2rem 0 2.4rem;
    padding-top: 3.2rem;
    border-top: 2px solid #353551
}

.footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding-bottom: 4rem;
    display: none;

}



.footer__link {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    margin: 0 auto;
    display: flex;
    gap: 1rem;
    text-decoration: none;
    color: #fff;
    width: 100%;
    border-radius: 14px;
    padding: 15px 17px;
    max-width: 100%;
    backdrop-filter: blur(34.871910095214844px);
    background: radial-gradient(151.82% 127.28% at 15% 21%, rgba(81, 93, 173, 0.2) 0%, rgba(238, 243, 255, 0.2) 77%, rgba(238, 243, 255, 0.2) 100%);
    transition: transform .25s ease, background .25s ease;
}

.footer__link::before {
    z-index: 3;
    position: absolute;
    padding: 1.27px;
    border-radius: inherit;
    background: radial-gradient(80.38% 222.5% at -13.75% -12.36%, #515DAD 0, hsla(0, 0%, 100%, 0) 100%), radial-gradient(80.69% 208.78% at 108.28% 112.58%, rgba(59, 24, 89, 0) 0, rgba(180, 0, 87, .1) 100%);
    content: "";
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    pointer-events: none;
    inset: 0;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.footer__link::after {
    z-index: 1;
    position: absolute;
    top: -45%;
    bottom: -45%;
    left: -55%;
    width: 38%;
    transform: skewX(-18deg) translateX(-20%);
    background: linear-gradient(105deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .08) 35%, rgba(255, 255, 255, .55) 50%, rgba(255, 255, 255, .08) 65%, rgba(255, 255, 255, 0) 100%);
    filter: blur(.5px);
    opacity: 0;
    content: "";
    pointer-events: none;
}

.footer__link>* {
    z-index: 2;
    position: relative;
}

.footer__link:hover,
.footer__link:focus-visible {
    transform: translateY(-2px);
    background: radial-gradient(151.82% 127.28% at 15% 21%, rgba(111, 125, 220, .28) 0%, rgba(238, 243, 255, .24) 77%, rgba(238, 243, 255, .18) 100%);
}

.footer__link:hover::after,
.footer__link:focus-visible::after {
    animation: footer-link-glare .85s cubic-bezier(.22, .61, .36, 1);
}

@keyframes footer-link-glare {
    0% {
        opacity: 0;
        transform: skewX(-18deg) translateX(-20%);
    }

    18% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: skewX(-18deg) translateX(460%);
    }
}

@media only screen and (min-width:745px) {

    .footer__link {
        width: calc((100% - 2rem) / 2);
    }

}

.footer__link-img {
    width: 50px;
    height: 50px;
}

.footer__link>p {
    font-size: 1.6rem;
    text-decoration: none;

}

.giga_chat__title {
    width: 100%;
    margin-bottom: 1.2rem;
    color: #fff;
    font: 600 2.4rem/2.6rem a;
    font-family: inherit
}

.giga_chat__text {
    width: 100%;
    color: #fff;
    font: 400 1.8rem/2.6rem a;
    font-family: inherit
}

.giga_effect {
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-bottom: 2rem;
    padding: 1.2rem 1.2rem 1.6rem;
    border: 1px solid #fff;
    border-radius: 1.2rem;
    background-color: hsla(0, 0%, 100%, .0784313725);
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, .08), hsla(0, 0%, 100%, .08)), radial-gradient(78.61% 105.63% at 98.57% 100%, rgba(168, 69, 245, .2) 0, transparent 100%);
    background-repeat: no-repeat;
    gap: 1.2rem
}

.giga_effect__logo {
    width: 3rem;
    height: 3rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 30 30'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15 0a15 15 0 110 30 15 15 0 010-30m12.35 11.36a13.4 13.4 0 01-2.83 6.22 21 21 0 01-6.67 5.3 22 22 0 01-8.18 2.36 22 22 0 01-2.64-.01 12.93 12.93 0 0020.4-13.76zm-10.5-10C12.41 1.37 8.4 3.2 6.1 6.25l-.02.02a9 9 0 00-1.92 3.86 4.5 4.5 0 00.09 2.16 4.4 4.4 0 004.49 3.07h.13c3.3-.28 6.26-2.36 8.71-4.37 1.54-1.28 3-2.98 3.1-4.08a47 47 0 00-6.9 4.21.64.64 0 01-.87-.13 68 68 0 00-3.47-4.17.64.64 0 01.1-.94q5.07-3.81 9.98-4.27-1.32-.23-2.68-.23' clip-rule='evenodd'/%3E%3C/svg%3E")
}

.giga_effect__title {
    margin-bottom: 1.2rem;
    color: #fff;
    font: 600 2.4rem/2.6rem a;
    font-family: inherit
}

.giga_effect__text {
    width: 100%;
    color: #fff;
    font: 400 2rem/2.5rem a;
    font-family: inherit
}

.giga_effect__text>b {
    color: #b6a5ff;
    font-weight: 600
}

.vicon {
    display: inline-block;
    position: relative;
    font: 20px/0 a;
    vertical-align: middle;
    fill: currentcolor
}

.vicon__body {
    display: block;
    width: 1em;
    height: 1em;
    -ms-transform: translate(.5px, -.3px);
    transform: translateX(0);
    background: inherit
}

.all_cases {
    display: none !important;
    z-index: 1;
    position: relative;
    width: 100%;
    margin: -13.7rem 0 13.7rem;
    padding: 1.4rem 0;
    border: 0;
    border-radius: 0;
    border-radius: 1.2rem;
    background-color: transparent;
    background-color: hsla(0, 0%, 100%, .3019607843);
    color: #fff;
    font: 400 1.8rem/2.6rem a;
    font-family: inherit;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media only screen and (min-width:745px) {
    .all_cases {
        display: none;
        margin-top: -22.1rem;
        margin-bottom: 22.1rem
    }
}

.all_cases:before {
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 35.4rem;
    background: linear-gradient(0deg, #0c1339 20%, rgba(12, 19, 57, 0));
    content: "";
    pointer-events: none
}

@media only screen and (min-width:745px) {
    .all_cases:before {
        height: 47.8rem
    }
}

.all_cases:focus-visible,
.all_cases:hover {
    background-color: hsla(0, 0%, 100%, .4)
}

.card_list--limited~.all_cases {
    display: none;
    display: block
}

.h3 {
    z-index: 2;
    position: relative;
    margin-bottom: 2.8rem;
    color: #fff;
    font: 700 3.4rem/1 a;
    font-family: inherit
}

@media only screen and (min-width:745px) {
    .h3 {
        margin-bottom: 7rem;
        font-size: 6rem;
        text-align: center
    }
}

.iview_list {
    display: flex;
    flex-flow: column;
    margin-bottom: 8rem;
    gap: 1.6rem
}

@media only screen and (min-width:931px) {
    .iview_list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-bottom: 10rem;
        gap: 3.2rem
    }
}

.iview_list__item {
    position: relative;
    min-width: 0;
    min-height: 100px;
    overflow: hidden;
    border-radius: 2rem;
    isolation: isolate;
    transition: transform .25s ease;
    text-decoration: none;
}

.iview_list__item--top {
    border-radius: 50px
}

.iview_list__item:hover,
.iview_list__item:focus-within {
    transform: translateY(-4px)
}

.iview_list__item::after {
    z-index: 3;
    position: absolute;
    top: -45%;
    bottom: -45%;
    left: -55%;
    width: 36%;
    transform: skewX(-18deg) translateX(-20%);
    background: linear-gradient(105deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .07) 35%, rgba(255, 255, 255, .42) 50%, rgba(255, 255, 255, .07) 65%, rgba(255, 255, 255, 0) 100%);
    filter: blur(.5px);
    opacity: 0;
    content: "";
    pointer-events: none
}

.iview_list__item:hover::after,
.iview_list__item:focus-within::after {
    animation: card-list-glare .9s cubic-bezier(.22, .61, .36, 1)
}

.iview_list__item--top {
    grid-column: 1/-1
}

.iview {
    box-sizing: border-box;
    display: flex;
    z-index: 0;
    position: relative;
    overflow: hidden;
    flex-flow: column;
    padding: 2.4rem;
    border-radius: 50px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .05) 65%, rgba(81, 93, 173, 0));
    -webkit-backdrop-filter: blur(10px) saturate(110%);
    backdrop-filter: blur(5px) saturate(145%);
    gap: 2rem
}

.iview:before {
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .54) 42%, rgba(255, 255, 255, .16) 68%, rgba(255, 255, 255, 0) 100%);
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    pointer-events: none;
    inset: 0;
    -webkit-mask-composite: xor;
    mask-composite: exclude
}

.iview:after,
.iview:before {
    position: absolute;
    content: ""
}

.iview:after {
    display: none
}

@media only screen and (min-width:745px) {
    .iview:after {
        right: max(0, min(calc(-81.70968rem + 109.67742vw), 30.6rem));
        left: auto;
        height: 1136px;
        transform: translate(50%, -56%)
    }
}

@media only screen and (min-width:1024px) {
    .iview:after {
        right: max(30.6rem, min(calc(-20.6rem + 50vw), 51.4rem));
        transform: translate(50%, -50%)
    }
}

@media only screen and (min-width:1441px) {
    .iview:after {
        right: 50%
    }
}

@media only screen and (min-width:745px) {
    .iview {
        flex-flow: row;
        align-items: stretch;
        padding: 4rem 3.2rem;
        gap: 4rem;
        height: 100%;
    }
}

.iview__photo {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 2rem;
    aspect-ratio: 1/1
}

@media only screen and (min-width:745px) {
    .iview__photo {
        flex-shrink: 0;
        align-self: flex-start;
        width: 30rem
    }
}

.iview__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 0;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 78%, rgba(0, 0, 0, .7) 88%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 78%, rgba(0, 0, 0, .7) 88%, rgba(0, 0, 0, 0) 100%)
}

.iview__text {
    display: flex;
    flex-flow: column;
    gap: 2rem;
    height: 100%;
}

.iview__title {
    font: 800 2rem/2.4rem a;
    font-family: inherit
}

@media (min-width: 1024px) {
    .iview__title {
        font: 800 3rem/3.4rem a;
        font-family: inherit;
    }

}

.iview__info,
.iview__title {
    color: #fff;
    overflow-wrap: break-word
}

.iview__info {

    font: 400 1.6rem/2.2rem a;
    font-family: inherit
}

.iview__info:last-child {
    position: relative;
    align-self: flex-start;
    margin-top: auto;
}

.iview__info:last-child::after {
    position: absolute;
    right: 0;
    bottom: -.6rem;
    left: 0;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left center;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .34) 70%, rgba(255, 255, 255, 0));
    opacity: 0;
    content: "";
    transition: transform .35s ease, opacity .25s ease;
}



.iview_list__item:hover .iview__info:last-child::after,
.iview_list__item:focus-visible .iview__info:last-child::after {
    transform: scaleX(1);
    opacity: 1;
}

.iview_small {
    box-sizing: border-box;
    display: flex;
    position: relative;
    flex-flow: column;
    padding: 2.4rem;
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .05) 65%, rgba(81, 93, 173, 0));
    -webkit-backdrop-filter: blur(10px) saturate(110%);
    backdrop-filter: blur(5px) saturate(145%);
    gap: 2rem;
    height: 100%;
}

.iview_small:before {
    position: absolute;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .54) 42%, rgba(255, 255, 255, .16) 68%, rgba(255, 255, 255, 0) 100%);
    content: "";
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    pointer-events: none;
    inset: 0;
    -webkit-mask-composite: xor;
    mask-composite: exclude
}

.iview_small__photo {
    position: relative;
    width: 100%;
    height: 12rem;
    overflow: hidden;
    border-radius: 1.2rem;
    background-color: #d9d9d9;
    flex-shrink: 0;
}

.iview_small__img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.iview_small__title {
    color: #fff;
    font: 800 2.4rem/2.8rem a;
    font-family: inherit;
    overflow-wrap: break-word
}

.iview_small__info {
    color: #fff;
    font: 400 1.6rem/2.2rem a;
    font-family: inherit;
    overflow-wrap: break-word
}

.about {
    color: #fff;
    font: 400 1.6rem/1.9rem a;
    font-family: inherit;
    padding-bottom: 4rem;
}

#interview {
    position: relative;
}



#interview .ellips-1 {
    top: -30rem;
    right: 10rem;
}


#interview .ellips-2 {
    top: 0rem;
    right: -20rem;
    left: auto;
}

#interview .ellips-3 {
    top: 9rem;
    left: -27rem;
}