#asc-side-menu {
    position: fixed;
    left: 0px;
    z-index: 0;
    overflow: hidden;
    width: 0px;
    flex-direction: row;
    top: 0px;
}

#asc-side-menu.open {
    width: 100%;
    z-index: 1000000;
}

#asc-side-menu-inner #asc-main-menu {
    z-index: 0;
    overflow: visible;
    position: relative;
    width: 0px;
}

#asc-side-menu-inner.open #asc-main-menu.open {
    width: auto;
    z-index: 1000000;
}

#asc-side-menu-overlay {
    height: 100vh;
}

#asc-side-menu.open #asc-side-menu-overlay {
    width: 100%;
    background-color: rgba(14, 35, 60, 0.9);
    transition: 0.5s width ease;
    z-index: 10;
}

#asc-menu-level-1.open,
#asc-menu-level-2.open,
#asc-menu-level-3.open {
    transform: translate(0, 0);
    transition: 0.5s transform ease;
}

#asc-menu-level-2.open {
    left: 320px;
    z-index: 20;
}

#asc-menu-level-3.open {
    z-index: 10;
}


#asc-menu-level-1,
#asc-menu-level-2,
#asc-menu-level-3,
#asc-side-menu-inner,
#asc-main-menu,
#asc-side-menu {
    transition: 0.5s transform ease;
}

#asc-menu-level-2 {
    transform: translate(-320px);
}

#asc-menu-level-2 {
    transform: translate(-640px);
}

#asc-menu-level-3 {
    transform: translate(-960px);
}

.asc-main-menu {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 320px;
    overflow: visible;
    background: #183251;
    justify-content: space-between;
    display: flex;

}

.asc-menu-level-1 {
    transform: translate(-320px);
    width: 320px;
    height: 100vh;
    background-color: #183251;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    z-index: 30;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;

}

.asc-sub-menu--level-2 {
    position: fixed;
    height: 100vh;

    width: 320px;
    overflow: visible;

    background: #0e233c;

    opacity: 1;
    pointer-events: auto;
    isolation: isolate;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 30px;

}

.asc-sub-menu--level-3 {
    position: fixed;
    height: 100vh;

    width: 320px;
    overflow-y: auto;

    background: #061833;

    isolation: isolate;
    opacity: 1;
    pointer-events: auto;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 30px;

    left: 640px;
}

.asc-menu-item--level-2 {
    transition: transform 2220ms ease, opacity 220ms ease;
}


.asc-menu-item-row {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0, 0, 0, 0.3);
    border-bottom-style: solid;
    flex-direction: row;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.asc-menu-section {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.asc-svg-right {
    width: 18px !important;
    height: 18px !important;
}

.asc-menu-title {
    font-family: 'futura-pt';
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 3px;
    margin-top: 0px;
    line-height: 1.1;
    text-align: left;
}

.asc-menu-second-line {
    font-family: 'Open Sans';
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    color: #ffffff;
    text-align: left;
    font-weight: 300;
}

.asc-menu-text {
    width: 100%;
}

a.asc-link-wrap {
    color: inherit;
    font-weight: inherit;
}

.asc-home-link {
    padding-right: 0px;
    margin-bottom: 40px;
    margin-top: 25px;
}

.asc-side-menu-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.asc-side-menu-close svg {
    fill: white;
    width: 32px;
    height: 32px;
}

.asc-social-icons-block {
    padding-right: 0px;
    margin-bottom: 40px;
    align-items: center !important;
    text-align: center;
}

.asc-social-icons {
    flex-direction: row;
    margin-right: -10px;
    margin-bottom: -10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.asc-social-icons a {
    line-height: 1;
    width: 1em;
    height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.asc-social-icons a svg {
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.asc-social-icons-facebook {
    font-size: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 50%;
    background-color: #3b5998;
}

.asc-social-icons-facebook:hover {
    background-color: #5b79b8;
}

.asc-social-icons-facebook>svg {
    width: .5em;
    height: .5em;
    color: white;
}

.asc-social-icons-twitter {
    font-size: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 50%;
    background-color: #00b6f1;
}

.asc-social-icons-twitter:hover {
    background-color: #20d6ff;
}

.asc-social-icons-twitter>svg {
    width: .5em;
    height: .5em;
    color: white;
}

.asc-social-icons-linkedin {
    font-size: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 50%;
    background-color: #007bb6;
}

.asc-social-icons-linkedin:hover {
    background-color: #209bd6;
}

.asc-social-icons-linkedin>svg {
    width: .5em;
    height: .5em;
    color: white;
}

.asc-primary-menu {
    height: 100%;
    justify-content: space-between;
}

.asc-mobile-header {
    display: none;
}

.asc-mobile-sub-header {
    display: none;
}

.asc-sub-menu-close {
    display: none;
}

#asc-menu-level-1-mobile,
#asc-menu-level-2-mobile,
#asc-menu-level-3-mobile {
    display: none;
}

.asc-menu-section-mobile {
    display: none;
}

.asc-menu-item-row-mobile {
    display: none;
}

#asc-menu-section-mobile {
    display: none;
}

@media only screen and (max-width:1024px) {

    #asc-menu-root,
    #asc-menu-level-2,
    #asc-menu-level-3 {
        display: none;
    }

    #asc-menu-level-1-mobile {
        display: flex;
        flex-direction: column;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin: 0 30px;
    }

    #asc-side-menu {
        width: 0px;
        top: 0px;
    }

    #asc-side-menu-inner.open {
        height: 100%;
        overflow: visible;
        background-color: #183251;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        width: 100%;
    }

    #asc-side-menu-inner.open #asc-main-menu.open {
        width: 100%;
    }

    #asc-menu-level-1.open {
        overflow-x: hidden;
        overflow-y: scroll;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        padding: 0px;
        box-sizing: content-box;
        z-index: 10;
        align-self: center;
    }

    #asc-menu-level-2-mobile {
        display: none;
        overflow-x: hidden;
        overflow-y: scroll;
        width: 100%;
        overflow-y: scroll;
        box-sizing: content-box;
        pointer-events: none;
        padding: 0;
        padding-bottom: 0;
        z-index: 20;
        background: #183251;
        position: relative;
        height: 100%;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin: 0 30px;
    }

    #asc-menu-level-2-mobile.open {
        pointer-events: auto;
        align-self: center;
        justify-content: flex-start;
        pointer-events: auto;
        display: flex;
        flex-direction: column;
    }

    .asc-menu-item--level-2 {
        width: 80% !important;
        margin-left: 0;
    }

    .asc-sub-menu-hidden {
        display: none !important;
    }

    #asc-menu-level-3-mobile {
        display: none;
        overflow-x: hidden;
        overflow-y: scroll;
        width: 100%;
        overflow-y: scroll;
        padding-right: 30px;
        box-sizing: content-box;
        z-index: 30;
        pointer-events: none;
        padding: 0;
        position: relative;
        height: 100%;
        -ms-overflow-style: none;
        scrollbar-width: none;
        margin: 0 30px;

    }

    #asc-menu-level-3-mobile.open {
        pointer-events: auto;
        z-index: 30;
        align-self: center;
        justify-content: flex-start;
        background: #183251;
        display: flex;
        flex-direction: column;
        left: unset;
    }

    .asc-menu-item--level-3 {
        width: 80% !important;
        margin-left: 0;
    }

    .asc-side-menu-back {
        display: inline-flex;
        color: white;
        font-weight: 300;
        align-items: center;
        user-select: none;
    }

    #asc-side-menu-overlay {
        display: none;
    }

    .asc-primary-menu {
        width: 100%;
        padding: 30px 0 30px 0;
    }

    .asc-side-menu-close {
        right: 3px;
    }

    .asc-mobile-header {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: space-between;
        padding-bottom: 10px;
    }

    .asc-mobile-sub-header {
        display: flex;
        color: white;
        flex-direction: column;
        margin-bottom: 12px;
    }

    .asc-side-menu-back svg {
        width: 32px;
        height: 32px;
    }

    .asc-sub-menu-close {
        display: none;
        right: 12px;
    }

    .asc-mobile-header-title-level-2,
    .asc-mobile-header-title-level-3 {
        font-family: 'futura-pt';
        font-weight: bold;
        font-size: 24px;
        color: white;
    }

    .asc-menu-header-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        user-select: none;
    }

    .asc-menu-section-mobile {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .asc-menu-item-row-mobile {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom-width: 1px;
        border-bottom-color: rgba(0, 0, 0, 0.3);
        border-bottom-style: solid;
        flex-direction: row;
        display: flex;
        align-items: center;
        width: 100%;
    }

    #asc-menu-section-mobile {
        display: flex;
        width: 100%;
    }

    .asc-social-icons-block {
        margin-bottom: 0;
    }

    .asc-home-link {
        width: 100%;
    }

    .asc-home-link a {
        align-self: center;
    }
}