

.aqc-ext-header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: var(--z-index-header);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    transition: transform 0.85s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
/* do not cover*/
.leftpane-open .aqc-ext-header {
    z-index: 95;
}

/**
 * Main content
 */
main {
    transition: filter 0.85s cubic-bezier(0.33, 1, 0.68, 1) 0.0s,
                transform 0.85s cubic-bezier(0.33, 1, 0.68, 1) 0.13s;
}

/**
 * Main opened -> shift + blur
 */
.leftpane-open main {
    filter: blur(6px);
    transform: translateX(5%);
}

.aqc-ext-header.white {
    background: white;
}
.leftpane-open .aqc-ext-header.white {
    background: none;
}

.aqc-ext-header.scrolled {
    transform: translateY(-50px) !important;
}

.aqc-ext-header.hidden {
    transform: translateY(-100%) !important;
}

.aqc-ext-header-body {
    position: relative;
    padding: 70px var(--space-xxl) 20px;
    box-sizing: content-box;
    transition: background 0.5s ease 0s;
    display: flex;
    align-items: center;
    height: 48px;
    justify-content: space-between;
    flex: 1 1 0px;
}


/* --------- */
.aqc-mobile-menu {
    display: none;
}
@media (max-width: 768px) {

    .aqc-mobile-menu {
        position: fixed;
        left: 44px;
        bottom: 44px;
        z-index: 100;
        display: flex;
    }

}

/* ------- */
.aqc-mobile-tag-menu-wrapper {
    display: none;
    transition: all 0.4s ease-in-out;
}
@media (max-width: 768px) {

    .aqc-mobile-tag-menu-wrapper {
        position: fixed;
        width: calc(100vw);
        bottom: 44px;
        z-index: 100;
        display: flex;
        flex-flow:row;
        justify-content: center;
    }

}
.leftpane-open .aqc-mobile-tag-menu-wrapper {
    opacity: 0;
}
.left-tagpane-open .aqc-mobile-tag-menu-wrapper {
    opacity: 0;
}


/* -------- */
.aqc-menu-icon-c {
    position: relative;
    width:100%;
    height:100%;
    display: flex;
    place-content: center;
    align-items: center;
}

.aqc-menu-icon-c.white-background {
    display: flex;
}
.aqc-menu-icon-c.transparent-background {
    display: none;
}
.transparent_inversecolors .aqc-menu-icon-c.transparent-background {
    display: flex;
}
.transparent_inversecolors .aqc-menu-icon-c.white-background {
    display: none;
}
/* scrolled down */
.transparent_inversecolors.whitebackground-mega .aqc-menu-icon-c.white-background,
.transparent_inversecolors.whitebackground .aqc-menu-icon-c.white-background {
    display: flex !important;
}
.transparent_inversecolors.whitebackground-mega .aqc-menu-icon-c.transparent-background,
.transparent_inversecolors.whitebackground .aqc-menu-icon-c.transparent-background {
    display: none;
}


/* --------- logo / menu ------- */

.aqc-menu-icon {
    position:absolute;
    font-family: mcfw-icomoon-ultimate;
    background: transparent;/*rgb(222, 53, 100);*/
    color: #1e2f6a; /*white;*/
    border-radius: 100%;
    text-align: center;
    width: 28px;
    height: 28px;
    display: flex;
    place-content: center;
    align-items: center;
}
.aqc-menu-icon:before {
    font-family: linearicons;
    content: '\e92b';
}

/* opened left pane -> close icon */
.leftpane-open .aqc-menu-icon:before {
    font-family: linearicons;
    content: '\e92a';
}

.aqc-ext-header .aqc-menu-icon {
    /*opacity: 0;*/
    /*transform: rotate(-90deg);*/
    transition: all 0.85s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}

.aqc-mobile-menu .aqc-menu-icon {
    opacity: 1;
    transform: rotate(0deg);
    transition: all 0.85s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}

.aqc-ext-header {
    transition: all 0.85s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}

.aqc-ext-header.transparent {
    background-color: rgba(255,255,255,0);
}
.aqc-ext-header.transparent_inversecolors {
    background-color: rgba(255,255,255,0);
}

.aqc-ext-header.whitebackground {
    background-color: rgba(255,255,255,1);
}

.aqc-ext-header.whitebackground-mega {
    background-color: rgba(255,255,255,1) !important;
}

.aqc-ext-header.transparent.scrolled {
    background-color: rgba(255,255,255,1);
}

.left-tagpane-open .aqc-ext-header.transparent,
.leftpane-open .aqc-ext-header.transparent {
    background: transparent;
    transform: translateY(-50px) !important;
}

.left-tagpane-open .aqc-ext-header.transparent.scrolled,
.leftpane-open .aqc-ext-header.transparent.scrolled {
    background: transparent;
    transform: translateY(-50px) !important;
}


.aqc-ext-header:hover .aqc-menu-icon {
    opacity: 1;
    transform: rotate(0deg);
}

/* --- left pane open, do not sense hover on header ---- */
.aqc-ext-header:hover .aqc-menu-icon {
    opacity: 1;
    transform: none;
}

.leftpane-open .aqc-menu-icon {
    opacity: 1;
    transform: rotate(90deg);
}

.aqc-mobile-menu .aqc-logo,
.aqc-ext-header .aqc-logo {
    /*position:absolute;*/
    opacity: 1;
    transition: all 0.85s cubic-bezier(0.33, 1, 0.68, 1) 0s;
    padding-right: 6px;
}

.leftpane-open .aqc-logo,
.aqc-ext-header:hover .aqc-logo {
    /*opacity: 0;
    transform: rotate(90deg);*/
}

.aqc-ext-col-1 {
    display: flex;
    align-items: center;
    height: 48px;
    width:48px;
    box-sizing: border-box;
    flex: 0 1 0%;
    align-self: flex-start;
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: baseline;
    backface-visibility: hidden;
    overscroll-behavior: none;
    -webkit-tap-highlight-color: transparent;
}

.aqc-ext-col-2 {
    display: flex;
    align-items: center;
    height: 48px;
    box-sizing: border-box;
    flex: 0 1 22.5%;
    align-self: flex-start;
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: baseline;
    backface-visibility: hidden;
    overscroll-behavior: none;
    -webkit-tap-highlight-color: transparent;
}

/* -------- Open button -------- */
.aqc-menu-open {
    pointer-events: all;
    display: flex;
    flex: 0 1 0%;
    align-items: center;
    padding-right: 20px;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    margin: 0px;
    width: 100%;
    overflow: visible;
    background: transparent;
    line-height: normal;
    appearance: none;
    cursor: pointer;
    outline: transparent;
}

.aqc-menu-open-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
}

.aqc-menu-transform {
    height: 48px;
    width: 48px;
    transition: transform 0.3s ease-in-out 0s;
    transform-origin: center center;
    will-change: transform;
    overflow: hidden;
    /*background-color: var(--color-black);*/
    border-radius: 100%;
    display: flex;
    position: relative;
    place-content: center;
    align-items: center;
}

/* ------------- */
.aqc-header-logo-c {
    pointer-events: all;
    display: inline-block;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    border: 0px;
    transition: opacity 0.5s ease 0s;
}

.aqc-header-logo-c.white-background {
    display: flex;
}
.aqc-header-logo-c.inverse-color {
    display: none;
}
.transparent_inversecolors .aqc-header-logo-c.inverse-color {
    display: flex;
}

.transparent_inversecolors .aqc-header-logo-c.white-background {
    display: none;
}

/* scrolled down */
.transparent_inversecolors.whitebackground-mega .aqc-header-logo-c.white-background,
.transparent_inversecolors.whitebackground .aqc-header-logo-c.white-background {
    display: flex !important;
}
.transparent_inversecolors.whitebackground-mega .aqc-header-logo-c.inverse-color,
.transparent_inversecolors.whitebackground .aqc-header-logo-c.inverse-color {
    display: none;
}


/* ------------- */

/* global left pane opened */

/* ----- header ----- */
.aqc-header-menu-c {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex: 0 1 80%;
    align-self: center;
    height:100%;
}
.aqc-header-menu-c > .main {
    height:100%;
}

@media (max-width: 768px) {
    .aqc-header-menu-c {
        display: none;
    }
}

/* ---------------------- */
.aqc-header-menu-c > .main {
    display: flex;
    flex-flow: row;
    width:100%;
    justify-content: center;
    transition: opacity 0.4s ease-in-out 0.5s, transform  0.7s cubic-bezier(0.33, 1, 0.68, 1) 0.5s;
}
.leftpane-open .aqc-header-menu-c > .main {
    opacity: 0;
    pointer-events: none;
    transform: translateX(50px);
    transition: opacity 0.4s ease-in-out, transform  0.7s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}

/* disable main scroll */
.leftpane-open {
    overflow: hidden;
}

/* --------------------------- */
.aqc-header-menu-c > .left-pane {
    display: flex;
    opacity: 0;
    width:0px;
    flex-flow: row;
    justify-content: center;
    pointer-events: none;
}
.leftpane-open .aqc-header-menu-c > .left-pane {
    width:100%;
    opacity: 1;
    transition: opacity 1.85s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}

/* ------------------ */
.aqc-header-menu-item {
    color: var(--color-black);
    opacity: 0.8;
    transition: opacity 0.5s ease 0s;
    margin-right: 1.75em;
    height:100%;
}

.aqc-header-menu-item:hover {
    color: var(--color-black);
    opacity: 1;
}

/* ----- right side ------ */
.aqc-header-left,
.aqc-header-right {
    display: flex;
    justify-content: flex-end;
    /*position: relative;*/
    align-items: center;
    height: 48px;
    box-sizing: border-box;
    flex: 0 1 7%;
    align-self: flex-end;
}

.aqc-header-right .aqc-header-menu-item {
    padding-right: 0px;
    margin-right: 0px;
    width:64px;
}

/* only when left pane open */
.aqc-header-left {
    display: none;
}
.leftpane-open .aqc-header-left {
    /*display: flex;*/
}

/* ------ indicator ------ */
.aqc-scroll-indicator {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    pointer-events: none;
}
.leftpane-open .aqc-scroll-indicator {
    display: none;
}

.aqc-scroll-indicator > div {
    width: 100%;
    height: 3px;
    position: relative;
    z-index: 1;
}
.aqc-scroll-indicator > div > .indicator-value {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background-color: #DE3564;
}



/* ------ subheader ------- */
.aqc-sub-header {
    margin-top: 88px;
    position: fixed;
    overflow: hidden;
    left: 0px;
    top: 0px;
    height: 80px;
    width: 100%;
    z-index: calc(var(--z-index-label) - 1);
    padding: var(--space-xs) var(--space-xxl);
    background-color: transparent;
    background-color: var(--color-white);
    transform: translate(0px, 0px);
    transition: transform 0.85s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.aqc-sub-header.hidden {
    transform: translateY(-160px) !important;
}

.aqc-sub-header-body {
    height: 100%;
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.aqc-subheader-c {
    display: inline-block;
    box-sizing: border-box;
    flex: 0 1 66.6667%;
    margin-left: 0%;
    display: flex;
    align-content: center;
    align-items: center;
    height:100%;
    width: 100%;
    flex-grow: 1;
}

.aqc-subheader-c > a {
    height: 100%;
}

.aqc-subheader-c > a > button,
.aqc-subheader-c > button {
    display: inline-block;
    width: auto;
    padding: 0px 0vw;
    font-size: var(--font-size-xd-14);
    line-height: 1.2em;
    transition: opacity 0.6s ease 0s;
    border: none;
    background: none;
    height:100%;
}

.aqc-subheader-c > button > div,
.aqc-subheader-c > button > div > a {
    height: 100%;
    display: flex;
    align-items: center;
}

/* ------  ------ */
.aqc-subheader-c > .subheader-divider {
    flex-grow: 1;
}

/* ----- sub-header link ----- */
.aqc-subheader-c > button > div {
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    padding: 0px 2vw;
    transition: all 0.6s ease 0s;
}
.aqc-subheader-c > button > div:hover {
    background: #efefef;
}

/* ----- link -----*/
.aqc-subheader-c > button > div > a {
    transition: all 0.6s ease 0s;
    text-decoration: none;
    font-size: 12px;
    color: #6f6f6f;
}
.aqc-subheader-c > button > div:hover > a {
    text-decoration: none;
    color:#0f0f0f;
}


/* ------  ------ */
.aqc-subheader-c > .order-button {
    background-color: rgba(222, 40, 83, 1);
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 12px;
    margin-left: 16px;
    margin-right: 16px;
    flex-grow: 0;
    cursor: pointer;
    width:fit-content;
    height:32px;
}

.aqc-subheader-c > .order-button > a,
.aqc-subheader-c > .order-button > a:visited,
.aqc-subheader-c > .order-button > a:hover,
.aqc-subheader-c > .order-button > a:active {
    color: white;
}

.aqc-subheader-c > .order-button > a > div:hover {
    background-color: rgba(222, 40, 83, 1);
}

/* anchor to offset the referenced content */
.aqc-menu-anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}

/* ----- leftpane menu -----*/
.aqc-ext-leftpane-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100vh);
    margin: 0px;
    display: flex;
    justify-content: center;
    z-index: var(--z-index-label);
    position: fixed;
    transform: translateX(-100%);
    transition: all 0.85s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
    pointer-events: none;
}

@media (max-width: 768px) {
    .aqc-ext-leftpane-menu {
        transform: translateX(-100%);
        transition: all 0.85s cubic-bezier(0.33, 1, 0.68, 1) 0.12s;
    }
}

.aqc-ext-leftpane-menu.visible {
    transform: translateX(0%);
    background-color: rgba(0, 0, 0, 0.23);
    transition: all 0.85s cubic-bezier(0.33, 1, 0.68, 1) 0.0s;
    pointer-events: all;
}
@media (max-width: 768px) {
    .aqc-ext-leftpane-menu.visible {
        transform: translateX(0%);
        transition: transform 0.85s cubic-bezier(0.33, 1, 0.68, 1) 0.0s;
        pointer-events: all;
    }
}

@media (max-width: 768px) {
    .aqc-ext-leftpane-menu .aqc-ext-leftpane-leftside {
        opacity: 0;
        transition: opacity 0.85s cubic-bezier(0.33, 1, 0.68, 1) 0s;
    }
    .aqc-ext-leftpane-menu.visible .aqc-ext-leftpane-leftside {
        opacity: 1;
        transition: opacity 1.05s cubic-bezier(0.33, 1, 0.68, 1) 0.12s;
    }
}

/* ------- content ------- */
.aqc-ext-leftpane-menu-body {
    position: relative;
    z-index: 10;
    width: 100%;
    height: calc(100vh);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: calc(16vh);
    padding-bottom: var(--space-xxl);
    padding: var(--space-xs) var(--space-xxl);
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 768px) {
    .aqc-ext-leftpane-menu-body {
        padding: 0px;
        /*background: rgb(238, 209, 219);*/
        overflow: scroll;
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

/* ---------------------- */
.aqc-ext-leftpane-leftside {
    box-sizing: border-box;
    flex: 0 1 41.6667%;
    flex-flow: column;
    display:flex;
}

@media (max-width: 768px) {
    .aqc-ext-leftpane-leftside {
        flex: 0 1 100%;
    }
}

/* ---------------------- */
.aqc-ext-leftpane-rightside {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    flex: 0 1 64.3333%;
}
@media (max-width: 768px) {
    .aqc-ext-leftpane-rightside {
        display: none;
    }
}

/* ---------------------- */
.aqc-ext-leftpane-leftside .aqc-side-menuitem {
    opacity: 0.2;
    transform: none;
    text-transform: lowercase;
    margin: 0.1em 0px;
    text-transform: lowercase;
    font-size: var(--font-size-xd-70);
    width: auto;
    font-weight: 500;
    line-height: 1;
    color: var(--color-black);
    text-align: left;
    letter-spacing: -0.05em;
    padding: 0px;
    padding-left: var( --space-xxl);
    padding-right: var( --space-xxl);
}
.aqc-ext-leftpane-leftside .aqc-side-menuitem.small {
    font-size: var(--font-size-xd-30);
}
@media (max-width: 768px) {
    .aqc-ext-leftpane-leftside .aqc-side-menuitem {
        text-transform: lowercase;
        font-size: 40px;
        width: auto;
        padding-left: var(--space-xxl);
        padding-right: var(--space-xxl);
        color: black;
        opacity: 1;
        font-weight: 500;
    }
}


.aqc-ext-leftpane-leftside .aqc-side-menuitem.alwaysblack {
    opacity: 1;
    width:100%;
}

.aqc-ext-leftpane-leftside .aqc-side-menuitem.alwaysblack .nog-label {
    flex-grow: 1;
}


.aqc-mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .aqc-mobile-only {
        display: flex;
    }
}

/* --- */
.aqc-side-main-menu-c {
    display: flex;
    flex-flow: column;
}

.aqc-side-main-menu-c.first {
    padding-top: 300px;
}

.aqc-side-main-menu-c.primary.last {
    padding-bottom:32px;
}

.aqc-side-main-menu-c.secondary.last {
    padding-bottom:200px;
}


/* ----------- */
.aqc-side-main-menu-item {
    padding-top: 0px;
    padding-bottom: 8px;
}

@media (max-width: 768px) {
    .aqc-side-main-menu-item.first {
        padding-top: 300px;
    }
}

.aqc-side-main-menu-item.last {
    padding-bottom: 32px;
}

/* ----------- */
.mobile-sub-menu-c {
    transition: all 0.45s cubic-bezier(0.33, 1, 0.68, 1) 0.0s;
    overflow: hidden;
}

.mobile-sub-menu-c.opened {
    padding-top: calc(3vh);
    padding-bottom: calc(3vh);
    transition: all 0.85s cubic-bezier(0.13, 1, 0.88, 1) 0.0s;
}

/* ----------- */
.mobile-sub-menu {
    padding-left: var(--space-xxl);
    background: white;
    padding-top: 32px;
    padding-bottom: 32px;
    display:none;
    height: fit-content;
}

@media (max-width: 768px) {
    .mobile-sub-menu {
        display: flex;
        flex-flow:column;
    }
}

/* ------ mobile --------------- */
.aqc-ext-leftpane-leftside .mobile-sub-menu .aqc-side-menuitem {
    opacity: 0.2;
    transform: none;
    text-transform: lowercase;
    margin: 0.1em 0px;
    text-transform: lowercase;
    font-size: 16px;
    width: auto;
    font-weight: 500;
    line-height: 1;
    color: var(--color-black);
    text-align: left;
    letter-spacing: -0.05em;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: calc(1vh);
    padding-top: calc(1vh);
}


.aqc-ext-leftpane-leftside .aqc-side-menuitem:hover {
    opacity: 0.7;
    transform: none;
}

.aqc-ext-leftpane-leftside .aqc-side-menuitem.selected {
    opacity: 1;
    transform: none;
}

/* ---- right side ----- */
.aqc-ext-leftpane-rightside .right-panel-content {
    transform-origin: left center 0px;
    height: 100%;
    display: flex;
    place-content: center;
    flex-flow: row wrap;
    transition: all 0.35s ease-in-out;
    position:absolute;
    width:100%;
}

@media (max-width: 768px) {
    .aqc-ext-leftpane-rightside .right-panel-content {
        display:none;
    }
}

.aqc-ext-leftpane-rightside .right-panel-content .background {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    transition: all 0.35s ease-in-out;
}

.aqc-ext-leftpane-rightside .right-panel-content.white .background {
    background: white;
}

.aqc-ext-leftpane-rightside .right-panel-content.transparent .background {
    background: none;
}

.aqc-ext-leftpane-rightside .right-panel-content .right-menu {
    transition: all 0.65s ease;
    opacity: 1;
}

/* ---- hidden ---- */
.aqc-ext-leftpane-rightside .right-panel-content.hidden .right-menu {
    transform: translateX(-3%);
    opacity: 0;
    pointer-events: none;
}

.aqc-ext-leftpane-rightside .right-panel-content.hidden .background {
    width: 0px;
    /* delay to avoid white background jumping */
    transition: all 0.35s ease-in-out 0.36s;
}

.aqc-ext-leftpane-rightside .right-panel-c {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    flex-flow: column;
}


/* --------- menu content ------------- */
.aqc-ext-leftpane-rightside .right-menu {
    transform-origin: left center 0px;
    flex: 1 1 100%;
    height: 100%;
    display: flex;
    place-content: center;
    flex-flow: column;
    width: 100%;
    z-index: 11;
}

.aqc-ext-leftpane-rightside .aqc-side-menuheader {
    opacity: 0.2;
    transform: none;
    text-transform: lowercase;
    margin: 0.1em 0px;
    width: auto;
    font-weight: 300;
    line-height: 1;
    color: var(--color-black);
    text-align: left;
    padding: 0px;
    padding-left: var( --space-xxl);
    padding-right: var( --space-xxl);

    text-transform: lowercase;
    font-size: var(--font-size-xd-40);
    letter-spacing: -0.03em;
    padding-top: calc(3vh);
}

/* ------------ right menu item ---------- */
.aqc-ext-leftpane-rightside .aqc-side-menuitem {
    opacity: 0.2;
    transform: none;
    text-transform: lowercase;
    margin: 0.1em 0px;
    width: auto;
    font-weight: 500;
    line-height: 1;
    color: var(--color-black);
    text-align: left;
    padding: 0px;
    padding-left: var( --space-xxl);
    padding-right: var( --space-xxl);
    text-transform: lowercase;
    font-size: var(--font-size-xd-40);
    letter-spacing: -0.03em;
}

.aqc-ext-leftpane-rightside .aqc-side-menuitem:hover {
    opacity: 0.7;
    transform: none;
}

.aqc-ext-leftpane-rightside .aqc-side-menuitem.selected {
    opacity: 1;
    transform: none;
}

/* ------- first pane col bg ------- */
.aqc-ext-leftpane-menu .first-col-bg {
    background: rgb(238, 209, 219);
    left: 0px;
    width: 42.5%;
    z-index: 4;
    position: absolute;
    top: 0px;
    height: 100%;
    transform-origin: left center;
    transform: translateX(-100%);
    transition: transform 0.85s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
}
.aqc-ext-leftpane-menu.visible .first-col-bg {
    transform: translateX(0%);
    transition: all 0.85s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}

@media (max-width: 768px) {
    .aqc-ext-leftpane-menu .first-col-bg {
        width: 100%;
    }
}


/* ------- second pane col bg ------- */
.aqc-ext-leftpane-menu .second-col-bg {
    left: 40%;
    width: 60%;
    z-index: 2;
    /*background-color: var(--color-white);*/
    position: absolute;
    top: 0px;
    height: 100%;
    transform-origin: left center;
    transform: translateX(-100%);
    transition: transform 0.85s cubic-bezier(0.33, 1, 0.68, 1) 0s;

}

.aqc-ext-leftpane-menu.visible .second-col-bg {
    transform: none;
}
@media (max-width: 768px) {
    .aqc-ext-leftpane-menu.visible .second-col-bg {
        display: none;
    }
}


/* -------------------------- */
.aqc-ext-leftpane-header-menu-c {
    position: absolute;
    padding: 70px var(--space-xxl) 20px;
    width:100%;
    padding-left: 15vw;
    box-sizing: content-box;
    transition: background 0.5s ease 0s;
    display: flex;
    align-items: center;
    height: 48px;
    justify-content: space-between;
    flex: 1 1 0px;
    z-index: 100;
    left: 0px;
    top: 0px;
    position: absolute;
}

