.__menu__3
{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    height: 50px;
    overflow: visible;
    z-index: 1000000;
    position: relative;
    background: transparent;
}

@media (max-width: 1260px)
{
    .level_0_container_desktop
    {
        display: none !important;
    }
    .__menu__3
    {
        height: 70px;
    }
}
@media (min-width: 1261px)
{
    .level_0_container_mobile
    {
        display: none !important;
    }
}

.level_0_container_desktop
{
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
}

.level_0_item
{
    display: flex;
    margin: 0px 10px;
}

.level_0_item_home
{
    display: flex;
    align-items: center;
    height: 100%;
}

.level_0_item_home svg
{
    height: 80%;
    width: auto;
    max-height: 32px;
}

.level_0_item_text
{
    display: flex;
    line-height: 1;
    font-weight: unset;
    color: #FFFFFF !important;
    font-size: 20px;
    font-family: "Montserrat_Bold", sans-serif;
    text-transform: uppercase;
    transition: all 345ms ease;
}

.level_0_item.is_selected .level_0_item_text,
.level_0_item:hover .level_0_item_text
{
    color: #026D7F !important;
}


.view_container_L1
{
    display: none;
}

.view_container_L1.active
{
    display: flex;
    background: #FFFFFF00;
}

.view_container_L1_sized
{
    display: flex;
    justify-content: space-between;
    background: inherit;
    min-width: 214px;
    flex-direction: column;
}

.menu_view_L1_main
{
    display: flex;
    flex-direction: column;
    background: #FFF;
}

.view_data_flex_item
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}

.view_data_flex_item_before
{
    background: #026D7F;
    width: 4px;
    height: 19px;
    margin-left: 4px;
display: none;}

.menu_view_L2_container .view_data_flex_item_before
{
    background: #89C2D7;
    width: 4px;
    height: 19px;
}




.view_data_flex_item_text
{
    display: flex;
    width: calc(100% - 4px);
    line-height: 2;
    color: #000000 !important;
    font-size: 18px;
    font-family: "Montserrat_Regular", sans-serif;
    margin: 0px 4px;
    transition: all 345ms ease;
}


.view_data_flex_item:hover .view_data_flex_item_text
{
    color: #026D7F !important;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 2.7px;
}

.menu_view_L2_container
{
    display: flex;
    width: 100%;
    flex-direction: column;
    background: #FFF0;
}


.view_container_L2
{
    display: none;
    width: 100%;
    flex-direction: column;
}

.view_container_L2.active
{
    display: flex;
}

#__menu__3__marge__
{
    display: none;
    width: 100%;
    height: 300px;
    background: transparent;
}

#__menu__3__marge__.active
{
    display: block;
}


/* mobile */
.level_0_container_mobile
{
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    background: #FFFFFF;
}

.level_0_mobile_head
{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    background: #097084;
}

.level_0_mobile_head_logo_container
{
    display: flex;
    height: 100%;
    width: calc( 100% - 60px );
    overflow: hidden;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 10px;
}


.level_0_mobile_head_logo_container img
{
    display: block;
    height: calc( 100% - 10px );
}


.level_0_mobile_head_logo_container span
{
    display: flex;
    height: 100%;
    align-items: center;
    text-indent: 10px;

    color: #FFFFFF !important;
    font-size: 16px;
    font-family: "Montserrat_Bold", sans-serif;

}

.level_0_mobile_head_btn_container
{
    display: flex;
    height: 100%;
    width: 60px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.btn_open,
.btn_close
{
    max-height: 50%;
}

.level_0_mobile_head_btn_container .btn_open
{
    display: block;
}

.level_0_mobile_head_btn_container .btn_close
{
    display: none;
}

.level_0_mobile_head_btn_container.active .btn_open
{
    display: none;
}

.level_0_mobile_head_btn_container.active .btn_close
{
    display: block;
}

.level_0_container_mobile_body
{
    display: none;
}

.level_0_container_mobile_body.active
{
    display: flex;
    width: 100%;
    flex-direction: column;
    background: inherit;
}

.level_0_mobile_item
{
    display: flex;
    width: 100%;
    height: 44px;
    align-items: center;
    justify-content: center;
}

.level_0_mobile_item_text
{
    display: flex;
    width: calc( 100% - 60px );

    color: #FFF !important;
    font-size: 16px;
    font-family: "Montserrat_Bold", sans-serif;
    text-transform: uppercase;
}


.level_0_mobile_item_icon
{
    display: flex;
    width: 40px;
    justify-content: flex-end;
}


.level_0_mobile_item_icon img
{
    display: flex;
    width: 10px;
}

.mobile_view_container_L1
{
    display: none;
}

.mobile_view_container_L1.active
{
    display: flex;
    width: 100%;
    flex-direction: column;
    background: #026D7F
}

.mobile_view_container_L2
{
    display: none;
}

.mobile_view_container_L2.active
{
    display: flex;
    width: 100%;
    flex-direction: column;
    background: #FFFFFF
}


.mobile_menu_view_back
{
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-indent: 10px;
    font-family: "Montserrat_Bold", sans-serif;
    color: #FFF;
}
/* mobile */
