.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 21px 0 21px 0;
    background-color: #0a1727;
    z-index: 2;
    transition: 0.3s all
}

.header__logo {
    display: flex
}

.header__logo svg path {
    transition: all 0.3s
}

.header__languages {
    margin: 0 38px
}

.header__languages a {
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase
}

.header__selector {
    margin-left: 115px
}

.header.nav-up {
    background-color: #0a1727;
    z-index: 999
}

.header.nav-down {
    top: -110px;
    background-color: #0a1727
}

.header .header_nav {
    align-items: center;
    justify-content: flex-end
}

.header .header__menu .nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: -45px
}

.header .header__menu .nav > li {
    margin-right: 32px;
    margin-left: 0;
    padding-bottom: 45px
}

.header .header__menu .nav > li:hover .sub_menu {
    opacity: 1;
    pointer-events: all
}

.header .header__menu .nav > li:hover a:after {
    opacity: 1
}

.header .header__menu .nav > li:hover span:after {
    opacity: 1
}

.header .header__menu .nav > li > a {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    padding: 0 4px;
    position: relative
}

.header .header__menu .nav > li > a:after {
    content: "";
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%;
    transition: 0.3s all;
    cursor: default;
    opacity: 0
}

.header .header__menu .nav > li > a.active:before {
    content: "";
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%;
    opacity: 1;
    transition: 0.3s all;
    cursor: default
}

.header .header__menu .nav > li > span {
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #fff;
    padding: 0 4px;
    position: relative;
    cursor: default
}

.header .header__menu .nav > li > span:after {
    content: "";
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%;
    transition: 0.3s all;
    cursor: default;
    opacity: 0
}

.header .header__menu .nav > li > span.active:before {
    content: "";
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%;
    opacity: 1;
    transition: 0.3s all;
    cursor: default
}

.header .header__menu .nav .sub_menu {
    width: 100%;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: 115px;
    left: 0;
    background: Beige;
    transition: 0.3s all;
    border-top: solid 2px Black;
    padding: 60px 0 105px 0
}

.header .header__menu .nav .sub_menu .sub_menu_description {
    width: 250px;
    padding-left: 35px;
    flex-shrink: 0
}

.header .header__menu .nav .sub_menu .sub_menu_description figure {
    margin-bottom: 18px
}

.header .header__menu .nav .sub_menu .sub_menu_description figure img {
    width: 230px;
    height: 138px;
    border-radius: 5px
}

.header .header__menu .nav .sub_menu .sub_menu_description .title {
    color: #000000;
    margin-bottom: 16px;
    transition: 0.3s all
}

.header .header__menu .nav .sub_menu .sub_menu_description .description {
    font-weight: 500;
    font-style: Medium;
    font-size: 13px;
    line-height: 145%;
    letter-spacing: 0px;
    color: #000000;
    transition: 0.3s all
}

.header .header__menu .nav .sub_menu .menu_column {
    padding-left: 40px;
    width: 300px;
    max-width: 100%
}

.header .header__menu .nav .sub_menu .menu_column .column_title {
    color: #111B29;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0px;
    padding-bottom: 15px;
    margin-bottom: 32px;
    border-bottom: solid 2px #111B29
}

.header .header__menu .nav .sub_menu .menu_column ul {
    margin-bottom: 32px
}

.header .header__menu .nav .sub_menu .menu_column ul li {
    margin-bottom: 24px
}

.header .header__menu .nav .sub_menu .menu_column ul li:last-child {
    margin-bottom: 0
}

.header .header__menu .nav .sub_menu .menu_column ul a {
    color: #171310;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    vertical-align: middle;
    transition: 0.3s all
}

.header .header__menu .nav .sub_menu .menu_column ul a svg {
    margin-right: 23px;
    position: relative;
    top: 2px
}

.header .header__menu .nav .sub_menu .menu_column ul a:hover {
    padding-left: 10px
}

.header .header__menu .nav .sub_menu .menu_column ul a:hover svg path {
    fill: #CD432D
}

.header .header__menu .nav .sub_menu .menu_column ul span {
    color: #171310;
    font-weight: 600;
    font-size: 18px;
    vertical-align: middle;
    transition: 0.3s all
}

.header .header__menu .nav .sub_menu .menu_column ul span svg {
    margin-right: 23px;
    position: relative;
    top: 2px
}

.header .header__menu .nav .sub_menu .menu_column ul span:hover {
    padding-left: 10px
}

.header .header__menu .nav .sub_menu .menu_column ul span:hover svg path {
    fill: #CD432D
}

.header .header__menu .nav .sub_menu .menu_column ul .column_title {
    margin-top: 32px
}

.header .header__menu .nav .sub_menu .menu_column .last-item {
    margin-top: 40px
}

.header .header__menu .nav .sub_menu.fist-menu-item .container > div:nth-of-type(2) {
    width: 330px
}

.header .header__menu .nav .sub_menu.last-menu-item .menu_column {
    width: 400px
}

.header .header__menu .nav .sub_menu.last-menu-item .sub_menu_description {
    display: flex;
    margin-right: 85px;
    width: 540px
}

.header .header__menu .nav .sub_menu.last-menu-item .sub_menu_description figure {
    width: 230px;
    flex-shrink: 0;
    margin-right: 32px
}

.header .header__languages {
    margin: 0 32px 0 0
}

.header .header__languages a {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%
}

.header #inclusivity-button {
    margin-right: 32px
}

.header .header_search_button {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-right: 32px
}

.header .header_search_button svg {
    margin-right: 8px;
    position: relative;
    bottom: 3px
}

.header .header__logo span {
    display: contents
}

.mobile_menu {
    padding: 68px 0 38px 0
}

.open_menu {
    display: none;
    cursor: pointer
}

.mobile_menu_wrap {
    position: fixed;
    left: -200%
}

.front_page_header {
    position: absolute;
    z-index: 10;
    padding: 31px 0 31px 0;
    background-color: transparent;
    left: 0;
    top: 0;
    transition: 0.3s all
}

.front_page_header .header__logo {
    display: none
}

.front_page_header .header_nav {
    justify-content: space-between;
    display: flex;
    width: 100%;
    align-items: center
}

.front_page_header .header_right {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.front_page_header #inclusivity-button {
    margin-right: 130px
}

.front_page_header .sub_menu {
    z-index: 2
}

.front_page_header .hide {
    display: none
}

.front_page_header .mfs {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.front_page_banner {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.front_page_header.scroll_up {
    top: -118px;
    transition: 0.3s all
}

.front_page_header.fixed {
    position: fixed;
    background-color: #0a1727;
    top: 0;
    padding: 21px 0 21px 0
}

.front_page_header.fixed .header__logo {
    display: block;
    transition: 0s all
}

.front_page_header.fixed .header_nav {
    justify-content: flex-end;
    transition: 0s all
}

.front_page_header.fixed #inclusivity-button {
    margin-right: 32px;
    transition: 0s all
}

.header.active_sub_menu {
    background-color: Beige
}

.header.active_sub_menu .header__logo svg path {
    fill: #171310
}

.header.active_sub_menu .nav > li > a {
    color: #171310
}

.header.active_sub_menu .nav > li > span {
    color: #171310
}

.header.active_sub_menu .header__languages a {
    color: #171310
}

.header.active_sub_menu #inclusivity-button svg path {
    fill: #171310
}

.header.active_sub_menu #inclusivity-button svg rect {
    stroke: #171310
}

.header.active_sub_menu .header_search_button {
    color: #171310
}

.header.active_sub_menu .header_search_button svg path {
    stroke: #171310
}

.header.active_sub_menu .nav > li:hover > a:before {
    bottom: -51px;
    background: #CD432D;
    height: 5px;
    z-index: 3
}

.header.active_sub_menu .nav > li:hover > a:after {
    bottom: -51px;
    background: #CD432D;
    height: 5px;
    z-index: 3
}

.header.active_sub_menu .nav > li:hover > span:before {
    bottom: -51px;
    background: #CD432D;
    height: 5px;
    z-index: 3
}

.header.active_sub_menu .nav > li:hover > span:after {
    bottom: -51px;
    background: #CD432D;
    height: 5px;
    z-index: 3
}

@media (max-width: 1500px) {
    .header__logo {
        margin-left: 0
    }

    .header__selector {
        margin-left: 30px
    }
}

@media (max-width: 1300px) {
    .front_page_header .hide {
        display: block
    }

    .front_page_header #inclusivity-button {
        margin-right: 36px
    }

    .front_page_header .container.flex {
        justify-content: flex-end
    }

    .front_page_header.fixed .container.flex {
        justify-content: space-between
    }

    .header .header_nav {
        display: none
    }

    .header .container {
        justify-content: space-between;
        align-items: center
    }

    .open_menu {
        display: block
    }

    .cls {
        cursor: pointer
    }

    .admin-bar .mobile_menu_wrap {
        top: 32px
    }

    .mobile_menu_show .mobile_menu_wrap {
        left: 0
    }

    .mobile_menu_wrap {
        background: Beige;
        position: fixed;
        height: 100vh;
        left: -200%;
        top: 0;
        width: 100%;
        z-index: 10;
        padding: 32px 0;
        transition: 0.3s all
    }

    .mobile_menu_wrap .header__languages {
        margin-left: 0;
        justify-content: center;
        flex-direction: column;
        display: flex;
        margin-right: 30px
    }

    .mobile_menu_wrap .header__languages a {
        color: #171310;
        font-size: 18px
    }

    .mobile_menu_wrap #inclusivity-button svg path {
        fill: #171310
    }

    .mobile_menu_wrap #inclusivity-button svg rect {
        stroke: #171310
    }

    .mobile_menu_wrap .mobile_menu_top {
        align-items: center
    }

    .mobile_menu_wrap .mobile_menu {
        padding: 68px 0 38px 0
    }

    .mobile_menu_wrap .mobile_menu .header_search_button {
        color: #171310;
        font-size: 18px;
        font-weight: 500
    }

    .mobile_menu_wrap .mobile_menu .header_search_button svg {
        position: relative;
        top: 5px;
        margin-right: 8px
    }

    .mobile_menu_wrap .mobile_menu .header_search_button svg path {
        stroke: #171310
    }

    .mobile_menu_wrap .mobile_menu .header__menu .nav {
        padding-top: 64px;
        padding-bottom: 40px
    }

    .mobile_menu_wrap .mobile_menu .header__menu .nav > li {
        margin-bottom: 32px;
        width: 100%
    }

    .mobile_menu_wrap .mobile_menu .header__menu .nav > li > a {
        font-weight: 600;
        font-size: 22px;
        line-height: 150%;
        letter-spacing: 0px;
        padding-bottom: 17px;
        border-bottom: solid 1px #232220;
        color: #232220;
        width: 100%;
        display: block
    }

    .mobile_menu_wrap .mobile_menu .header__menu .nav > li > span {
        font-weight: 600;
        font-size: 22px;
        line-height: 150%;
        letter-spacing: 0px;
        padding-bottom: 17px;
        border-bottom: solid 1px #232220;
        color: #232220;
        width: 100%;
        display: block
    }

    .mobile_menu_wrap .mobile_menu .header__menu .sub_menu {
        padding-top: 38px;
        position: absolute;
        left: -100%;
        top: 90px;
        width: 100%;
        background: Beige;
        transition: 0.2s all;
        height: 80vh;
        overflow-y: auto
    }

    .mobile_menu_wrap .mobile_menu .header__menu .sub_menu .container .menu_back {
        padding: 15px 24px;
        border: solid 1px #232220;
        border-radius: 12px;
        width: 35px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 42px;
        cursor: pointer
    }

    .mobile_menu_wrap .mobile_menu .header__menu .sub_menu .column_title {
        font-weight: 600;
        font-size: 22px;
        line-height: 150%;
        letter-spacing: 0px;
        padding-bottom: 17px;
        border-bottom: solid 1px #232220;
        color: #232220;
        width: 100%;
        display: block;
        margin-bottom: 32px
    }

    .mobile_menu_wrap .mobile_menu .header__menu .sub_menu ul {
        margin-bottom: 40px
    }

    .mobile_menu_wrap .mobile_menu .header__menu .sub_menu ul .column_title {
        margin-top: 40px
    }

    .mobile_menu_wrap .mobile_menu .header__menu .sub_menu ul li {
        margin-bottom: 24px
    }

    .mobile_menu_wrap .mobile_menu .header__menu .sub_menu ul li:last-child {
        margin-bottom: 0
    }

    .mobile_menu_wrap .mobile_menu .header__menu .sub_menu ul li a {
        color: #171310;
        font-weight: 600;
        font-size: 18px;
        line-height: 100%;
        vertical-align: middle
    }

    .mobile_menu_wrap .mobile_menu .header__menu .sub_menu ul li a svg {
        margin-right: 23px;
        position: relative;
        top: 2px
    }

    .mobile_menu_wrap .mobile_menu .header__menu .active_sub_menu .sub_menu {
        left: 0
    }
}

@media (max-width: 768px) {
    main, .admin-bar main {
        margin-top: 135px
    }

    .header {
        transition: all 0.3s
    }

    .header__logo span {
        display: flex
    }

    .header__languages {
        display: none
    }

    .header__selector {
        display: none
    }

    .menu-opened .header__logo {
        display: none
    }

    .white-theme .header {
        background-color: #FFFBF2
    }

    .white-theme .header__opener {
        border: 1px solid #131313
    }

    #wpadminbar {
        display: none !important
    }

    html {
        margin-top: 0 !important
    }

    .admin-bar .header {
        top: 0
    }
}
