:root {
    --white: #ffffff;

    --accent1: #807b6f;
    --accent2: #807b6f;
    --accent3: #1b3c96;
    --accent4: white;

    --black1: #0a0a0a;
    --black2: #270143;

    --gray: #1b1b1b;

    --brad: 4px;
    --brad2: 12px;
    --bradBtn: 30px;

    /*  */
    --fz64: 64px;
    --fz40: 40px;
    --fz28: 28px;
    --fz24: 24px;
    --fz20: 20px;
    --fz18: 18px;
}
*,
*::after,
*::before {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    border: none;
    position: relative;
}
* {
    position: relative;
}
*::-webkit-scrollbar {
    width: 12px;
    height: 5px;
}
*::-webkit-scrollbar-track {
    background: var(--white);
}
*::-webkit-scrollbar-thumb {
    background-color: var(--accent2);
}

html {
    position: relative;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}
body {
    overflow: hidden;
}

body,
html {
    display: block;
    box-sizing: border-box;
    font-size: 20px;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    background-color: var(--black1);
    color: var(--accent4);
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
a:not([class]):hover {
    color: var(--accent1) !important;
}
a:has(svg) {
    display: flex;
}
a:has(svg)::after {
    content: none;
}
a {
    text-decoration: none;
    color: inherit;
}
a:has(span) span {
    display: inherit;
}

a:has(svg)::after {
    content: none;
}
img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
div:has(> img) {
    display: inherit;
}
svg {
    fill: transparent;
    /* height: auto;
    width: auto; */
    width: 100%;
    height: 100%;
    display: block;
}

ul,
li {
    padding: 0;
    list-style: none;
    marker: none;
}
section ul:not([class]) > li {
    margin-left: 18px;
    margin-bottom: 12px;
}
section ul:not([class]) > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-18px) translateY(0px);
    background-image: url("");
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 21px;
}

/* a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: currentColor;
    bottom: -2px;
    left: 0;
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
a:hover::after {
    width: 100%;
}
a:has(img, div)::after {
    content: none;
} */
/*  */
/*  */
/*  */
/*  */
h1,
h2,
h3,
h4,
h5 {
    font-family: "Inter", sans-serif;
    line-height: 120%;
    font-weight: 400;
}
h1 {
    font-size: 80px;
    text-transform: uppercase;
}
h2 span,
h1 span {
    font-style: italic;
    font-weight: 200;
}
h2 {
    font-size: 64px;
    text-transform: uppercase;
}
h3 {
    font-size: var(--fz40);
}
p {
    font-size: 16px;
}
p > * {
    display: inline-block;
}
p,
a {
    font-family: "Inter", sans-serif;
    position: relative;
    line-height: 160%;
    font-weight: 300;
}
/*  */
/*  */
/*  */
section:not(:first-child):not(:nth-child(2)) {
    margin-bottom: var(--mar-100);
}

section h2,
section h2 + p,
section:not(.wrapper.flex) h2,
section:not(.wrapper.flex) h2 + p {
    max-width: 45%;
}
/* .stats h2,
.stats h2 + p, */
section > .wrapper.flex_3 h2,
section > .wrapper.flex_3 h2 + p {
    max-width: unset !important;
}
section div:first-child h2 + p,
section h2 + p {
    margin-bottom: 64px;
}
.toc__wrapper h2,
section h1,
section h2 {
    margin-bottom: 20px;
}
section h3 {
    margin-bottom: 16px;
}
section p {
    margin-bottom: 24px;
}
/*  */
/*  */
/*  */
.image_top_2,
section:not([class]),
.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1560px;
    height: 100%;
    width: 100%;

    /* overflow-x: hidden; */
}
.cases_wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    /* max-width: 1556px; */
    height: 100%;
    width: 100%;
}
video {
    cursor: pointer;
}
@media (max-width: 1556px) {
    /* .cases_wrapper {
        max-width: 95%;
    } */
}
@media (max-width: 1560px) {
    .image_top_2,
    .cases_wrapper,
    section:not([class]),
    .wrapper {
        max-width: 95%;
    }
}
@media (max-width: 1024px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 36px;
    }
    /* section:not(:first-child):not(:nth-child(2)) {
        margin-bottom: 50px;
    } */
    section > .wrapper > h2,
    section > h2 {
        margin-bottom: 16px !important;
    }
}
@media (max-width: 992px) {
    .title,
    section > h2,
    section > p,
    section > div:first-child > h2,
    section > div:first-child > p {
        max-width: 100%;
    }
    .title,
    section > div:first-child > p,
    section > p {
        margin-bottom: 32px !important;
    }
    :root {
        --fz64: 32px;
        --fz40: 28px;
        --fz28: 22px;
        --fz24: 24px;
        --fz20: 20px;
        --fz18: 18px;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 32px;
    }
}
@media (max-width: 768px) {
    section > .wrapper > p,
    section > .wrapper > h2,
    section > p,
    section > h2 {
        max-width: 100%;
    }

    section h2,
    section h2 + p,
    section:not(.wrapper.flex) h2,
    section:not(.wrapper.flex) h2 + p {
        max-width: 100%;
    }

    .image_top_2,
    section:not([class]),
    .wrapper {
        max-width: 93%;
    }
}
