:root {
    --white: #fff;

    --accent1: #FFF602;
    --accent2: #37a7e8;
    --accent3: #85caff;
    --accent4: #3E1C61;
    --accent5: #ffc24d;

    --black1: #000000;
    --black2: #270143;
    --black3: #2b2b2b;

    --gray: #c0c0c0;
    --gray_2: #101010;
    --gray_3: #252525;
    --gray_4: #939393;

    --gradient: linear-gradient(to left,
            #1b170f 0%,
            #00000000 50%,
            #1b170f 100%);

    --brad_small: 8px;
    --brad_1: 12px;
    --brad: 24px;
    --bradBtn: 100px;

    /*  */
    --fz64: 64px;
    --fz44: 40px;
    --fz40: 40px;
    --fz36: 36px;
    --fz32: 32px;
    --fz28: 28px;
    --fz24: 24px;
    --fz22: 22px;
    --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(--black1);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--accent1);
}

html {
    position: relative;
    /* overflow-x: hidden !important; */
    scroll-behavior: smooth;
    scroll-padding-top: 24px;
}

body {
    /* overflow-x: hidden; */
}

body,
html {
    font-family:
        "Inter",
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        "Helvetica Neue",
        Arial,
        "Noto Sans",
        "Liberation Sans",
        Ubuntu,
        Cantarell,
        sans-serif;
    font-size-adjust: 0.52;
    font-synthesis-weight: none;
    font-synthesis-style: none;

    display: block;
    box-sizing: border-box;
    font-size: 20px;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    background-color: #2A0313;
    color: #FFFFFF99 !important;
    text-align: left;

    @media (max-width: 768px) {
        overflow-x: hidden;
    }
}

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(--black1); */
}

a:has(svg) {
    display: flex;
}

a:has(svg)::after {
    content: none;
}

a {
    text-decoration: none;
    color: #999999;
}

a:has(span) span {
    display: inherit;
}

a:has(svg)::after {
    content: none;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

a:has(> img),
div:has(> img) {
    display: inherit;
}

svg {
    fill: transparent;
    /* height: auto;
    width: auto; */
    width: 100%;
    height: 100%;
    display: block;
}

ol,
ul,
li {
    padding: 0;
    list-style: none;
    marker: none;
}

.icon_list:has(+ div),
.icon_list:has(+ a),
.icon_list:has(+ p),
section ol:not([class]):has(+ div),
section ol:not([class]):has(+ a),
section ol:not([class]):has(+ p),
section ul:not([class]):has(+ div),
section ul:not([class]):has(+ a),
section ul:not([class]):has(+ p) {
    margin-bottom: 44px;
    /* margin-top: 44px; */
}

.icon_list>li p,
section ol:not([class])>li p,
section ul:not([class])>li p {
    margin-bottom: 8px !important;
    /* color: white !important; */
}

.icon_list>li,
section ol:not([class])>li,
section ul:not([class])>li {
    margin-left: 28px;
    margin-bottom: 12px;
}

.icon_list>li,
section ol:not([class])>li,
section ul:not([class])>li {
    margin-bottom: 0;
    margin-left: 18px;
}

section .icon_list>li:last-child p,
section ol:not([class])>li:last-child p,
section ul:not([class])>li:last-child p {
    margin-bottom: 0 !important;
}

.icon_list>li::before,
section ul:not([class])>li::before {
    content: "•";
    position: absolute;
    top: 0%;
    left: 0;
    transform: translateX(-18px) translateY(0%);
    /* background-image: url("../assets/checkYellow.svg"); */
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    /* width: 16px; */
    /* height: 16px; */
}

.icon_list>li {
    margin-left: 32px !important;

    &:not(:last-child) {
        margin-bottom: 16px;
    }
}

.icon_list>li::before {
    content: "";
    background-image: url(/assets/checkOutline.svg);
    width: 24px;
    height: 24px;
    transform: translateX(-32px) translateY(0%);
}

/* section ul:not([class]) > li:not(:last-child) {
    margin-bottom: 14px;
    & p {
        font-size: 16px !important;
    }
} */
section ul:has(+ *) {
    margin-bottom: 24px;
}

ol {
    counter-reset: list-counter;

    & h3 {
        font-size: 18px;
        margin-bottom: 11px !important;
    }

    & li {
        margin-left: 34px !important;

        & p {
            color: white !important;
        }
    }

    & li::before {
        content: "";
        position: absolute;
        /* background-image: url("/assets/round.svg"); */
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        top: -0px;
        left: -34px;
        /* transform: translateY(-50%); */
        width: 24px;
        height: 24px;
        background: linear-gradient(to bottom, #FFF602 0%, #FD8F01 100%);
        border-radius: 200px;
    }

    & li::after {
        content: counter(list-counter);
        counter-increment: list-counter;
        position: absolute;
        top: -0px;
        /* transform: translateY(-50%); */
        left: -34px;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 700;
        color: black;
        font-family: "Inter", sans-serif;
    }
}

.stars {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
    margin-bottom: 6px;
}

.stars * {
    font-size: 24px;
    color: #ffc531 !important;
}

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: 700;
    color: white !important;

    & strong {
        /* color: var(--accent1) !important; */

        background: linear-gradient(356deg, #1175ba 0%, #c0d2ff 100%);

        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }
}

h1 {
    font-size: 48px;
    /* font-weight: 900; */
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

p {
    /* color: #404040; */
}

p>* {
    display: inline-block;
}

p>a {
    color: var(--accent1) !important;
    font-weight: 500 !important;
}

p strong {
    /* color: black !important; */
}

p,
a {
    font-family: "Inter", sans-serif;
    line-height: 160%;
    font-weight: 400;
    font-size: 16px;
}

button {
    background-color: transparent;
    font-family: "Inter", Arial, sans-serif;
}

/*  */
/*  */
/*  */
.gradient_bg1:has(+ .gradient_bg2) {
    margin-bottom: 0 !important;
}

section:not(:first-child) {
    /* section { */
    margin-bottom: var(--mar-60);

    & div:has(+ h2) {
        margin-bottom: 24px;
    }
}

section:not(.white_bg) h2,
section:not(.white_bg) h2+p {
    /* max-width: 628px; */
}

section div:first-child h2+p,
section h2+p {
    margin-bottom: 32px;
}

.toc__wrapper h2,
section h1,
section h2 {
    margin-bottom: 16px;
}

section h3 {
    margin-bottom: 8px;
}

section h3:has(+ h4) {
    margin-bottom: var(--fz28);
}

section h3+h4 {
    margin-bottom: 12px;
}

section p:not(:last-child) {
    margin-bottom: 24px;
}

section p:last-child {
    margin-bottom: 0 !important;
}

section:last-of-type {
    /* margin-bottom: 0 !important; */
}

section p:has(+ p) {
    margin-bottom: 16px !important;
}

/*  */
/*  */
/*  */

/* .gray_wrapper:not(.second) > *, */
.aside,
.toc__wrapper,
section:not([class]),
.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    /* height: 100%; */
    width: 100%;
}

section * {
    z-index: 1;
}

.taCenter svg,
.taCenter h1,
.taCenter h3,
.taCenter p {
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
}

.titleCenter h2,
.titleCenter p:has(+ h2),
.titleCenter h2+p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1280px) {

    .gray_wrapper:not(.second)>*,
    .toc__wrapper,
    section:not([class]),
    .wrapper {
        max-width: 95%;
    }
}

@media (max-width: 1024px) {
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 36px;
    }

    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;
        --fz36: 28px;
        --fz28: 22px;
        --fz24: 22px;
        --fz22: 17px;
        --fz20: 20px;
        --fz18: 18px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 32px;
    }

    p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {

    .gray_wrapper:not(.second)>*,
    .toc__wrapper,
    section:not([class]),
    .wrapper {
        max-width: 93%;
    }

    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%;
    }

    section div:first-child h2+p,
    section h2+p {
        margin-bottom: 32px;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }
}

.oddPage {
    padding: 220px 0px 0px;

    @media (min-width: 768px) {
        & h2 {
            font-size: 36px;
        }
    }

    & h3 {
        margin-bottom: 16px;
    }

    @media (max-width: 768px) {
        padding: 144px 0 0;
    }
}

p:has(+ h2) {
    margin-bottom: 4px !important;
    color: var(--accent1) !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

iframe {
    display: block;
}