body.tse-special-header .stm-header,
body.tse-special-header .stm_mobile__header {
    font-family: "Poppins", Arial, sans-serif;
}

body.tse-special-header .stm-header {
    background: #ffffff !important;
    border-bottom: 0 !important;
    box-shadow: none !important;
}

body.tse-special-header .stm-header__row_color_center {
    padding: 32px 40px 18px !important;
}

body.tse-special-header .stm-header__row_center {
    max-width: 1280px;
}

body.tse-special-header .stm-logo img.logo {
    max-height: 44px !important;
    width: 116px !important;
}

body.tse-special-header .stm-navigation > ul {
    gap: 40px;
}

body.tse-special-header .stm-navigation > ul > li > a {
    color: rgba(28, 27, 31, 0.8) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
}

body.tse-special-header .stm-navigation > ul > li.current-menu-item > a,
body.tse-special-header .stm-navigation > ul > li.current-menu-parent > a,
body.tse-special-header .stm-navigation > ul > li.current-page-ancestor > a,
body.tse-special-header .stm-navigation > ul > li.current_page_parent > a,
body.tse-special-header .stm-navigation > ul > li:hover > a {
    color: #1c1b1f !important;
}

body.tse-special-header.single-csrs .stm-navigation > ul > li.current_page_parent > a {
    color: rgba(28, 27, 31, 0.8) !important;
}

body.tse-special-header.single-csrs .stm-navigation > ul > li.menu-item-4456 > a,
body.tse-special-header.single-csrs .stm-navigation > ul > li.menu-item-4456:hover > a {
    color: #1c1b1f !important;
}


body.tse-special-header.single-post .stm-navigation > ul > li.current_page_parent > a {
    color: rgba(28, 27, 31, 0.8) !important;
}

body.tse-special-header.single-post .stm-navigation > ul > li.menu-item-5764 > a,
body.tse-special-header.single-post .stm-navigation > ul > li.menu-item-5764:hover > a {
    color: #1c1b1f !important;
}

body.tse-special-header .stm-navigation > ul > li.menu-item-4550 > a {
    align-items: center;
    background: #e46832 !important;
    border-radius: 10px;
    color: #ffffff !important;
    display: inline-flex;
    gap: 8px;
    font-weight: 600 !important;
    padding: 8px 16px 8px 20px !important;
}

body.tse-special-header .stm-navigation > ul > li.menu-item-4550 > a::after {
    background: url("assets/tse/arrow-white.svg") center / contain no-repeat;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
}

body.tse-special-header .stm-navigation > ul > li.menu-item-4550 > a:hover {
    background: #cf5727 !important;
    color: #ffffff !important;
}

body.tse-special-header .stm-search {
    display: none !important;
}

body.tse-special-header .stm_mobile__header {
    background: #ffffff !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.tse-special-header .stm_mobile__logo img {
    max-height: 42px !important;
    width: 116px !important;
}

body.tse-special-header .stm_mobile__switcher .mbc,
body.tse-special-header .stm_mobile__switcher span {
    background: #1c1b1f !important;
}

@media (max-width: 1180px) and (min-width: 1024px) {
    body.tse-special-header .stm-navigation > ul {
        gap: 24px;
    }
}

@media (max-width: 1023px) {
    body.tse-special-header .stm_mobile__header {
        box-shadow: 0 14px 34px rgba(28, 27, 31, 0.1) !important;
    }

    body.tse-special-header .stm-header {
        background: rgba(28, 27, 31, 0.98) !important;
        box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28) !important;
    }

    body.tse-special-header .stm-navigation > ul {
        gap: 0;
    }

    body.tse-special-header .stm-navigation > ul > li > a,
    body.tse-special-header.single-csrs .stm-navigation > ul > li.current_page_parent > a {
        color: rgba(255, 255, 255, 0.88) !important;
    }

    body.tse-special-header.single-csrs .stm-navigation > ul > li.menu-item-4456 > a {
        color: #ffffff !important;
    }


    body.tse-special-header.single-post .stm-navigation > ul > li.current_page_parent > a {
        color: rgba(255, 255, 255, 0.88) !important;
    }

    body.tse-special-header.single-post .stm-navigation > ul > li.menu-item-5764 > a {
        color: #ffffff !important;
    }

    body.tse-special-header .stm-navigation > ul > li.menu-item-4550 > a {
        background: #e46832 !important;
        color: #ffffff !important;
        margin-top: 20px;
    }
}


body.tse-special-header .tse-special-topbar {
    background: #ffffff;
    font-family: "Poppins", Arial, sans-serif;
    padding: 18px 40px;
    position: relative;
    z-index: 1000;
}

body.tse-special-header .tse-special-topbar__inner {
    align-items: center;
    display: flex;
    gap: 32px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

body.tse-special-header .tse-special-topbar__logo {
    display: inline-flex;
    flex: 0 0 auto;
}

body.tse-special-header .tse-special-topbar__logo img {
    display: block;
    height: auto;
    max-height: 44px;
    object-fit: contain;
    width: 116px;
}

body.tse-special-header .tse-special-topbar__nav {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    min-width: 0;
}

body.tse-special-header .tse-special-menu {
    align-items: center;
    display: flex;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

body.tse-special-header .tse-special-menu li {
    line-height: 1;
    margin: 0;
    position: relative;
}

body.tse-special-header .tse-special-menu a {
    color: rgba(28, 27, 31, 0.8);
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    padding: 8px 0;
    text-decoration: none;
    white-space: nowrap;
}

body.tse-special-header.single-csrs .tse-special-menu .menu-item-4456 > a,
body.tse-special-header.single-post .tse-special-menu .menu-item-5764 > a,
body.tse-special-header .tse-special-menu > li.current-menu-item > a,
body.tse-special-header .tse-special-menu > li.current-menu-parent > a,
body.tse-special-header .tse-special-menu > li.current-page-ancestor > a,
body.tse-special-header .tse-special-menu > li:hover > a {
    color: #1c1b1f;
}

body.tse-special-header .tse-special-menu .sub-menu {
    background: #ffffff;
    border: 1px solid rgba(28, 27, 31, 0.08);
    border-radius: 14px;
    box-shadow: 0 24px 52px rgba(28, 27, 31, 0.16);
    left: 0;
    list-style: none;
    margin: 0;
    min-width: 250px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: calc(100% + 12px);
    transform: translateY(8px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
    visibility: hidden;
    z-index: 1002;
}

body.tse-special-header .tse-special-menu li:hover > .sub-menu,
body.tse-special-header .tse-special-menu li:focus-within > .sub-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

body.tse-special-header .tse-special-menu .sub-menu a {
    border-radius: 10px;
    color: #1c1b1f;
    display: block;
    padding: 10px 12px;
    white-space: normal;
}

body.tse-special-header .tse-special-menu .sub-menu a:hover {
    background: #f6f3f4;
    color: #00398d;
}

body.tse-special-header .tse-special-menu .menu-item-4550 > a {
    align-items: center;
    background: #e46832;
    border-radius: 10px;
    color: #ffffff !important;
    display: inline-flex;
    gap: 8px;
    font-weight: 600;
    padding: 8px 16px 8px 20px;
}

body.tse-special-header .tse-special-menu .menu-item-4550 > a::after {
    background: url("assets/tse/arrow-white.svg") center / contain no-repeat;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
}

body.tse-special-header .tse-special-menu .menu-item-4550 > a:hover {
    background: #cf5727;
    color: #ffffff !important;
}

body.tse-special-header .tse-special-topbar__toggle {
    align-items: center;
    background: transparent;
    border: 0;
    display: none;
    flex-direction: column;
    gap: 5px;
    height: 38px;
    justify-content: center;
    padding: 0;
    width: 38px;
}

body.tse-special-header .tse-special-topbar__toggle span {
    background: #1c1b1f;
    border-radius: 2px;
    display: block;
    height: 2px;
    width: 22px;
}

@media (max-width: 1180px) and (min-width: 1024px) {
    body.tse-special-header .tse-special-menu {
        gap: 24px;
    }
}

@media (max-width: 1023px) {
    body.tse-special-header .tse-special-topbar {
        box-shadow: 0 14px 34px rgba(28, 27, 31, 0.1);
        padding: 14px 20px;
        position: relative;
    }

    body.tse-special-header .tse-special-topbar__toggle {
        display: inline-flex;
    }

    body.tse-special-header .tse-special-topbar__nav {
        background: rgba(28, 27, 31, 0.98);
        box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
        display: none;
        left: 0;
        max-height: calc(100vh - 70px);
        overflow-y: auto;
        padding: 20px;
        position: absolute;
        right: 0;
        top: 100%;
    }

    body.tse-special-header .tse-special-topbar__nav.is-open {
        display: block;
    }

    body.tse-special-header .tse-special-menu {
        align-items: stretch;
        display: flex;
        flex-direction: column;
        gap: 0;
        width: 100%;
    }

    body.tse-special-header .tse-special-menu > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    body.tse-special-header .tse-special-menu a,
    body.tse-special-header.single-csrs .tse-special-menu .menu-item-4456 > a,
    body.tse-special-header.single-post .tse-special-menu .menu-item-5764 > a {
        color: rgba(255, 255, 255, 0.88);
        display: flex;
        font-size: 16px;
        line-height: 24px;
        padding: 15px 0;
        white-space: normal;
    }

    body.tse-special-header .tse-special-menu .sub-menu {
        background: rgba(255, 255, 255, 0.06);
        border: 0;
        box-shadow: none;
        display: block;
        margin: 0 0 12px;
        min-width: 0;
        opacity: 1;
        padding: 8px;
        position: static;
        transform: none;
        visibility: visible;
    }

    body.tse-special-header .tse-special-menu .sub-menu a {
        color: rgba(255, 255, 255, 0.78);
    }

    body.tse-special-header .tse-special-menu .menu-item-4550 > a {
        background: #e46832;
        display: inline-flex;
        margin-top: 20px;
        padding: 12px 18px 12px 22px;
    }
}
