:root {
    --bg: #151516;
    --innerBg: #1d1d1e;
    --innerBlackBg: #120e0b;
    --innerBlackLighterBg: #161412;

    --yellow: #ffc278;
    --purple: #8f60ff;
    --orange: #ff7d34;
    --green: #3cff73;
    --orangeLight: #fdf0ea;
    --lightOrange: #fdf0ea;

    --textMain: #fcfdfe;
    --textP: #75767f;
    --textPLighter: #aaaab4;
    --textBtn: #151516;
    --brad: 32px;
}

*,
*::after,
*::before {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    border: none;
}
* {
    position: relative;
}
html {
    position: relative;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}
body {
    /* overflow: hidden; */
}
@media (max-width: 968px) {
    body {
        overflow: hidden;
    }
}
body,
html {
    display: block;
    box-sizing: border-box;
    font-size: 18px;
    font-smooth: always;
    -webkit-font-smoothing: antialiased;
    background-color: #0f0f0f;
    color: var(--textMain);
}
h2 > * {
    display: inline-block;
    vertical-align: middle;
}
body::-webkit-scrollbar {
    width: 12px;
}
body::-webkit-scrollbar-track {
    background: transparent;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--green);
    border-radius: var(--brad);
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
ul,
li {
    padding: 0;
    list-style: none;
    marker: none;
}
.liCircle li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.liCircle li:not(:last-child) {
    margin-bottom: 16px;
}
.liCircle li > * {
    display: inline-block;
    vertical-align: middle;
}
.liCircle li::before {
    /* transform: translateY(3px); */
    display: inline-block;
    margin-right: 16px;
    font-size: 24px;
    content: "•";
    color: var(--textP) !important;
}
.liCircleColor li::before {
    color: var(--purple) !important;
}
.bannerRad {
    border-radius: var(--brad);
    overflow: hidden;
    aspect-ratio: 2/1;
}
.wrapper {
    max-width: 1340px;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}
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-weight: 400 !important;
    font-family: "Poppins", sans-serif;
    color: #39FD41;
    line-height: 130% !important;
    background-clip: text;
}
p,
a {
    font-family: "poppins", sans-serif;
    font-weight: 500;
    color: #fff!important;
    font-size: 18px;
    position: relative;
}
p {
    font-size: 18px;
}

p,
a {
    line-height: 180% !important;
}
.fz18 {
    font-size: 18px;
}
.fz124 {
    font-size: 124px;
}
.fz64 {
    font-size: 64px;
}
.fz64 {
    font-size: 64px;
}
.fz56 {
    font-size: 56px;
}
.fz52 {
    font-size: 52px;
}
/* .fz48 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 900;
} */
.fz48 {
    font-size: 48px;
}
.fz42 {
    font-size: 42px;
    line-height: 120% !important;
}
.fz36 {
    font-size: 36px;
}
.fz30 {
    font-size: 30px;
}
.fz28 {
    font-size: 28px;
    text-transform: none;
}
.fz24 {
    font-size: 24px;
    text-transform: none;
}
.fz20 {
    font-size: 20px;
    font-weight: 600;
}
.fz16 {
    font-size: 16px;
}
.fz14 {
    font-size: 14px;
}
p > * {
    display: inline-block;
}
section {
    position: relative;
}
.width60 {
    max-width: 60%;
}
.width50 {
    max-width: 50%;
}
.width40 {
    max-width: 40%;
}

@media (max-width: 1340px) {
    .wrapper {
        max-width: 95%;
    }
}
@media (max-width: 1024px) {
    .fz124 {
        font-size: 12vw;
    }
}
@media (max-width: 768px) {
    *,
    body,
    html {
        user-select: none;
        /* pointer-events: none; */
    }
    .liCircle li:not(:last-child) {
        margin-bottom: 2.5vw;
    }
    .liCircle li::before {
        margin-right: 2vw;
        font-size: 4vw;
    }
    .stars {
        width: 4vw;
        height: 4vw;
    }
    .width60 {
        max-width: 100%;
    }
    .width40 {
        max-width: 100%;
    }
    .width50 {
        max-width: 100%;
    }
    .padding {
        padding: 0 14px;
    }
    h2 {
        font-size: 6vw;
    }
    .fz64 {
        /* font-size: 6vw; */
        font-size: 52px;
        width: 100%;
        max-width: max-content;
    }
    .fz56 {
        font-size: 6.4vw;
    }
    .fz52 {
        font-size: 32px;
        /* font-size: 6.2vw; */
    }
    .fz48 {
        font-size: 4vw;
    }
    .fz36 {
        font-size: 24px;
        /* font-size: 4.6vw; */
    }
    .fz30 {
        font-size: 4.2vw;
    }
    .fz28 {
        font-size: 3.9vw;
    }
    .fz24 {
        /* font-size: 3.8vw; */
        font-size: 20px;
    }
    .fz20 {
        font-size: 20px;
        /* font-size: 3.6vw; */
    }
    p,
    a,
    .fz18 {
        font-size: 18px;
        /* font-size: 2.6vw; */
    }
    .fz16 {
        font-size: 16px;
        /* font-size: 2.2vw; */
    }
    .wrapper {
        max-width: 88%;
    }
}

.pricing-list__selector {
    gap: 16px;
    justify-content: flex-start;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #343434;
    background: var(--Black3, #1d1d1d);
    padding: 8px;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Poppins", sans-serif;
}
.pricing-list__selector-item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    padding: 12px 24px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-decoration: none;
    letter-spacing: normal;
    color: #fff;
    cursor: pointer;
}
.pricing-list__selector-item--active {
    background: #0f0f0f;
}

@media (max-width: 768px) {
    .pricing-list__selector{
        margin-bottom: 20px;
    }
}

p.h2{
    font-size: 36px;
}
p.h2b{
    font-size: 52px;
}
p.h4{
    font-size: 24px;
    text-transform: none;
}
p.h2, p.h2b, p.h4, .accord__item > div:first-child > p.h4{
    font-weight: 400 !important;
    font-family: "Poppins", sans-serif;
    color: #39FD41!important;
    line-height: 130% !important;
    background-clip: text;
}