:root {
    --brand-color: #BF8ECB;
    --brand-highlight-color: #5351FB;
    --white-color: #FCFCFC;
    --black-color: #040404;
    --desktop-container-width: 1400px;
    --mobile-margin: 20px;
}

/*
 * TEMP
 */
body {
    font-size: 18px !important;
}

footer {
    background-color: var(--black-color);
    color: var(--white-color);
}


/*
 * General
 */
.box-container {
    margin: 0 auto;
    max-width: var(--desktop-container-width);
    width: 100%;
}

.cta-menu a {
    display: block;
    background-color: var(--white-color);
    color: var(--brand-highlight-color);
    font-weight: bold;
    font-size: 14px;
    border: 2px solid transparent;
    border-radius: 48px;
    padding: 12px 34px;
    text-align: center;
    transition: all .2s;
}

.cta-menu.cta-header a:hover {
    background: var(--black-color);
    border: 2px solid var(--white-color);
    color: var(--white-color);
}

.cta-menu.cta-header a {
    background: linear-gradient(179.59deg, #E50885 0.36%, #A70260 114.92%);
    color: var(--white-color);
}

/*
 * Header
 */
.evoltis-header * {
    box-sizing: border-box;
}

.evoltis-header {
    position: fixed;
    top: 0;
    background-color: var(--black-color);
    border-radius: 0 0 32px 32px;
    padding: 0;
    width: 100%;
    z-index: 99999999;
}

.evoltis-header ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.evoltis-header .header-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.evoltis-header .site-branding img {
    max-width: 121px;
}

.evoltis-header .site-nav .menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 8px;
    padding: 0;
}

.evoltis-header .site-nav a {
    color: var(--white-color);
}

.evoltis-header .site-nav .menu-item {
    padding: 0 10px;
    height: 72px;
}

.evoltis-header .site-nav .menu-item > a {
    display: flex;
    align-items: center;
    border-bottom: 2.5px solid transparent;
    padding: 0 8px;
    width: 100%;
    height: 100%;
}

.evoltis-header .site-nav .menu-item.is-current > a,
.evoltis-header .site-nav .menu-item:hover > a {
    border-bottom: 2.5px solid #FCFCFC;
}

.evoltis-header .site-nav .menu-item > a > svg {
    margin-left: 7px;
    transform: rotate(180deg);
    transition: all .2s;
}

.evoltis-header .site-nav .menu-item:hover > a > svg {
    transform: rotate(0deg);
}

.evoltis-header .mega-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    flex-direction: column;
    row-gap: 30px;
    background: linear-gradient(180deg, #040404 0%, #3D3EBB 185.01%);
    border-bottom: 2px solid #040404;
    border-radius: 0 0 32px 32px;
    box-shadow: 0px 24px 40px 0px #090A2A80;
    padding: 50px 27px 25px 27px;
    width: 100%;
}

.evoltis-header .menu-item.has-mega:hover .mega-dropdown {
    display: flex;
}

.evoltis-header .mega-dropdown .mega-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--brand-color);
    width: 100%;
}

.evoltis-header .mega-dropdown .mega-title > div:first-child {
    font-weight: bold;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}

.evoltis-header .mega-dropdown .mega-title > div:last-child {
    font-style: italic;
}

.evoltis-header .mega-dropdown.has-extra-block .mega-contents {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.evoltis-header .mega-dropdown .mega-items,
.evoltis-header .mega-dropdown .mega-subitems {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding: 0;
    margin: 0;
    width: 100%;
}

.evoltis-header .mega-dropdown:not(.has-extra-block) .mega-items {
    flex-direction: row;
    column-gap: 16px;
}

.evoltis-header .mega-dropdown.has-extra-block .mega-items,
.evoltis-header .mega-dropdown .menu-item-extra {
    width: 50%;
}

.evoltis-header .mega-dropdown:not(.has-extra-block) .mega-items > .mega-item {
    width: 50%;
}

.evoltis-header .mega-dropdown.has-extra-block .mega-items .mega-item {
    width: calc(100%);
}

.evoltis-header .mega-dropdown .menu-item-extra {
    margin-left: 40px;
}

.evoltis-header .mega-dropdown .mega-items .mega-item:not(.is-title) .mega-item-link {
    display: flex;
    align-items: center;
    column-gap: 20px;
    background: linear-gradient(180deg, rgba(252, 252, 252, 0.08) 0%, rgba(252, 252, 252, 0.08) 100%);
    border: 1px solid #FCFCFC08;
    border-radius: 24px;
    padding: 24px;
    width: 100%;
}

.evoltis-header .mega-dropdown .mega-items .mega-item:not(.is-title).is-highlight .mega-item-link {
    background: linear-gradient(180deg, #040404 -43.75%, #5351FB 129.91%);
    border: none;
}

.evoltis-header .mega-dropdown .mega-items .mega-item:not(.is-title).is-highlight:hover .mega-item-link {
    background: linear-gradient(180deg, #040404 -37.05%, #5351FB 162.95%);
}

.evoltis-header .mega-dropdown .mega-items .mega-item:not(.is-title):not(.is-highlight):hover .mega-item-link {
    background: linear-gradient(90deg, rgba(252, 252, 252, 0.04) 0%, rgba(241, 241, 241, 0.04) 100%);
    border: 1px solid #FCFCFC4D;
}

.evoltis-header .mega-dropdown .mega-items .mega-item .mega-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--black-color);
    border-radius: 16px;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}

.evoltis-header .mega-dropdown .mega-items .mega-item .mega-item-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 6px;
}

.evoltis-header .mega-dropdown .mega-items .mega-item.is-title > .mega-item-title {
    font-size: 16px;
    color: var(--white-color);
    letter-spacing: 2.1px;
    text-transform: uppercase;
}

.evoltis-header .mega-dropdown .mega-items .mega-item .mega-item-desc {
    color: #F1F1F1CC;
}


@media screen and (max-width: 1439px) {
    .box-container {
        padding: 0 var(--mobile-margin);
    }

    .evoltis-header {
        border-radius: 0;
    }
}

@media screen and (min-width: 1025px) {
    .evoltis-header .site-nav-mobile,
    .evoltis-header .menu-opener {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    body.menu-opened {
        overflow: hidden;
    }

    .cta-menu a {
        font-size: 16px;
        padding: 10px 34px;
    }

    .cta-menu.cta-mobile {
        position: fixed;
        bottom: 0;
        display: flex;
        justify-content: center;
        padding: 24px;
        border-top: 1px solid #FCFCFC14;
        width: 100%;
    }

    .cta-menu.cta-mobile .menu-item,
    .cta-menu.cta-mobile a {
        width: 100%;
    }

    .evoltis-header .header-inner {
        height: 70px;
    }

    .evoltis-header .right-block {
        display: flex;
        align-items: center;
        column-gap: 12px;
    }

    .evoltis-header .site-branding img {
        max-width: 106px;
    }

    .evoltis-header .site-nav,
    body:not(.menu-opened) .evoltis-header .site-nav-mobile {
        display: none;
    }

    body.menu-opened .evoltis-header .site-nav-mobile {
        position: absolute;
        top: 100%;
        left: 0;
        background: linear-gradient(180deg, #040404 0%, #3D3EBB 160.28%);
        padding: 30px 0;
        width: 100%;
        height: calc(100vh - 70px);
        overflow-y: auto;
        z-index: 9999999;
    }

    .evoltis-header .site-nav-mobile .menu {
        display: flex;
        flex-direction: column;
        row-gap: 0;
        list-style-type: none;
        border-top: 1px solid #FCFCFC14;
        padding: 0;
        margin: 0;
        overflow-y: auto;
        height: calc(100vh - 200px);
    }

    .evoltis-header .site-nav-mobile .menu .menu-subitems {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .evoltis-header .site-nav-mobile .menu .menu-subitems.depth-0 {
        display: none;
        padding: 16px calc(var(--mobile-margin) + 10px);
    }

    .evoltis-header .site-nav-mobile .menu .menu-item {
        border-bottom: 1px solid #FCFCFC14;
    }

    .evoltis-header .site-nav-mobile .menu .menu-item .menu-item-toggle,
    .evoltis-header .site-nav-mobile .menu .menu-item > .menu-item-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: bold;
        font-size: 16px;
        color: var(--white-color);
        padding: 14px calc(var(--mobile-margin) + 10px);
    }

    .evoltis-header .site-nav-mobile .menu .menu-item-toggle[aria-expanded="true"] {
        background: linear-gradient(180deg, rgba(252, 252, 252, 0.1) 0%, rgba(252, 252, 252, 0.06) 100%);
        color: var(--brand-color);
    }

    .evoltis-header .site-nav-mobile .menu .menu-item-toggle svg {
        transform: rotate(180deg);
        transition: all .3s;
    }

    .evoltis-header .site-nav-mobile .menu .menu-item-toggle[aria-expanded="true"] svg {
        transform: rotate(0deg);
    }

    .evoltis-header .site-nav-mobile .menu .menu-item-toggle[aria-expanded="true"] svg path {
        stroke: var(--brand-color);
    }

    .evoltis-header .site-nav-mobile .menu .menu-item-toggle[aria-expanded="true"] + .menu-subitems {
        display: block;
    }

    .evoltis-header .site-nav-mobile .menu .menu-subitem-link {
        display: flex;
        align-items: center;
        column-gap: 12px;
        padding: 14px 0;
    }

    .evoltis-header .site-nav-mobile .menu .menu-subitem-link .menu-subitem-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--black-color);
        border-radius: 8px;
        width: 36px;
        height: 36px;
    }

    .evoltis-header .site-nav-mobile .menu .menu-subitem-link .menu-subitem-icon img {
        width: 24px;
    }

    .evoltis-header .site-nav-mobile .menu .menu-subitem-link .menu-subitem-title {
        font-weight: 700;
        font-size: 16px;
        color: var(--white-color);
    }

    .evoltis-header .site-nav-mobile .menu .menu-subitem-link .menu-subitem-desc {
        font-size: 14px;
        color: #F1F1F1CC;
    }

    .evoltis-header .menu-opener {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        row-gap: 3px;
        width: 18px;
        transition: all .3s;
        cursor: pointer;
    }

    .evoltis-header .menu-opener > div {
        position: relative;
        background-color: #FFFFFF;
        width: 100%;
        height: 2px;
        transform: rotate(0deg);
        transition: all .4s;
    }

    body.menu-opened .evoltis-header .menu-opener > div:first-child {
        transform: rotate(45deg);
    }

    body.menu-opened .evoltis-header .menu-opener > div:nth-child(2) {
        display: none;
    }

    body.menu-opened .evoltis-header .menu-opener > div:last-child {
        transform: rotate(-45deg);
        top: -5px;
    }
}