body:not(.tse-home) .stm-header,
body:not(.tse-home) .stm_mobile__header {
    font-family: "Poppins", Arial, sans-serif;
}

body:not(.tse-home) .stm-header {
    background: #ffffff !important;
    border-bottom: 1px solid rgba(28, 27, 31, 0.08);
    box-shadow: 0 18px 40px rgba(28, 27, 31, 0.08);
    position: relative;
    z-index: 1000;
}

body:not(.tse-home) .stm-header__row_color_center {
    background: transparent !important;
    padding: 18px 40px !important;
}

body:not(.tse-home) .stm-header__row_center {
    align-items: center;
    display: flex;
    gap: 32px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1280px;
}

body:not(.tse-home) .stm-header__cell {
    align-items: center;
    display: flex;
}

body:not(.tse-home) .stm-logo img.logo {
    height: auto !important;
    max-height: 44px;
    object-fit: contain;
    width: 116px !important;
}

body:not(.tse-home) .stm-navigation,
body:not(.tse-home) .stm-navigation__default {
    line-height: 1.4 !important;
}

body:not(.tse-home) .stm-navigation > ul {
    align-items: center;
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

body:not(.tse-home) .stm-navigation > ul > li {
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}

body:not(.tse-home) .stm-navigation > ul > li::before {
    display: none !important;
}

body:not(.tse-home) .stm-navigation > ul > li > a {
    color: rgba(28, 27, 31, 0.78) !important;
    display: inline-flex;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0;
    line-height: 20px !important;
    padding: 12px 0 !important;
    white-space: nowrap;
}

body:not(.tse-home) .stm-navigation > ul > li.current-menu-item > a,
body:not(.tse-home) .stm-navigation > ul > li.current-menu-parent > a,
body:not(.tse-home) .stm-navigation > ul > li.current-page-ancestor > a,
body:not(.tse-home) .stm-navigation > ul > li:hover > a {
    color: #00398d !important;
}

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

body:not(.tse-home) .stm-navigation ul li:hover > ul.sub-menu,
body:not(.tse-home) .stm-navigation ul li:focus-within > ul.sub-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

body:not(.tse-home) .stm-navigation ul li ul.sub-menu li {
    border: 0 !important;
    float: none !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    width: auto !important;
}

body:not(.tse-home) .stm-navigation ul li ul.sub-menu li a {
    border-radius: 10px;
    color: #1c1b1f !important;
    display: block;
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 10px 12px !important;
    white-space: normal;
}

body:not(.tse-home) .stm-navigation ul li ul.sub-menu li a:hover {
    background: #f6f3f4 !important;
    color: #00398d !important;
}

body:not(.tse-home) .stm_mobile__header {
    background: #ffffff;
    border-bottom: 1px solid rgba(28, 27, 31, 0.08);
    box-shadow: 0 14px 34px rgba(28, 27, 31, 0.1);
}

body:not(.tse-home) .stm_mobile__switcher .mbc {
    background: #00398d !important;
}

@media (max-width: 1024px) {
    body:not(.tse-home) .stm-header__row_color_center {
        padding: 14px 20px !important;
    }

    body:not(.tse-home) .stm-navigation > ul {
        align-items: stretch;
        background: #ffffff;
        border-top: 1px solid rgba(28, 27, 31, 0.08);
        display: block;
        padding: 12px 20px 24px;
    }

    body:not(.tse-home) .stm-navigation > ul > li > a {
        display: block;
        padding: 12px 0 !important;
    }

    body:not(.tse-home) .stm-navigation ul li ul.sub-menu {
        border: 0;
        box-shadow: none;
        margin: 0 0 8px 12px;
        opacity: 1;
        padding: 0 !important;
        position: static;
        transform: none;
        visibility: visible;
    }
}

.stm-header__row_color.pearl_is_sticky.pearl_going_sticky {
    left: auto !important;
    position: sticky !important;
    right: auto !important;
    top: 0 !important;
    width: 100% !important;
}

.admin-bar .stm-header__row_color.pearl_is_sticky.pearl_going_sticky {
    top: 32px !important;
}

.pearl_sticky_holder {
    display: none !important;
}

@media (max-width: 782px) {
    .admin-bar .stm-header__row_color.pearl_is_sticky.pearl_going_sticky {
        top: 46px !important;
    }
}

body .stm-navigation ul li ul.sub-menu li.current-menu-item > a,
body .stm-navigation ul li ul.sub-menu li.current-menu-parent > a,
body .stm-navigation ul li ul.sub-menu li.current-page-ancestor > a,
body .stm-navigation ul li ul.sub-menu li.current_page_item > a,
body .stm-navigation ul li ul.sub-menu li.current_page_parent > a,
.tse-nav-menu .sub-menu li.current-menu-item > a,
.tse-nav-menu .sub-menu li.current-menu-parent > a,
.tse-nav-menu .sub-menu li.current-page-ancestor > a,
.tse-nav-menu .sub-menu li.current_page_item > a,
.tse-nav-menu .sub-menu li.current_page_parent > a {
    background: transparent !important;
    color: #1c1b1f !important;
}

body .stm-navigation ul li ul.sub-menu li > a:hover,
body .stm-navigation ul li ul.sub-menu li:hover > a,
.tse-nav-menu .sub-menu li > a:hover,
.tse-nav-menu .sub-menu li:hover > a {
    background: #f6f3f4 !important;
    color: #00398d !important;
}

@media (max-width: 1023px) {
    body.home .stm_mobile__header,
    body:not(.home) .stm_mobile__header {
        background: #ffffff !important;
        border: 0 !important;
        box-shadow: 0 14px 34px rgba(28, 27, 31, 0.12) !important;
        display: block !important;
        padding: 14px 20px !important;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1003;
    }

    body.admin-bar .stm_mobile__header {
        top: 32px;
    }

    .stm_mobile__header .container {
        max-width: none;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .stm_mobile__logo {
        max-width: 156px !important;
        min-width: 0 !important;
    }

    .stm_mobile__logo img {
        filter: none !important;
        height: auto;
        max-height: 42px;
        object-fit: contain;
        width: 116px;
    }

    .stm_mobile__switcher {
        align-items: center;
        background: rgba(0, 57, 141, 0.06);
        border: 1px solid rgba(0, 57, 141, 0.2);
        border-radius: 10px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        height: 42px;
        justify-content: center;
        margin-left: auto;
        padding: 0;
        width: 46px;
        z-index: 1004;
    }

    .stm_mobile__switcher .mbc,
    .stm_mobile__switcher span {
        background: #00398d !important;
        border-radius: 2px;
        display: block;
        height: 2px;
        margin: 0 0 5px !important;
        width: 20px;
    }

    .stm_mobile__switcher .mbc:last-child,
    .stm_mobile__switcher span:last-child {
        margin-bottom: 0 !important;
    }

    .stm_mobile__switcher.active span:first-child {
        top: 7px;
    }

    .stm_mobile__switcher.active span:last-child {
        top: -7px;
    }

    body.home .stm-header,
    body:not(.home) .stm-header {
        background: rgba(28, 27, 31, 0.98) !important;
        border: 0 !important;
        box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28) !important;
        display: block !important;
        height: calc(100vh - 70px);
        left: 0;
        opacity: 0;
        overflow-y: auto;
        padding: 0 !important;
        pointer-events: none;
        position: fixed !important;
        right: 0;
        top: 70px;
        transform: translateY(-10px);
        transition: opacity 180ms ease, transform 180ms ease;
        visibility: hidden;
        width: 100%;
        z-index: 1002;
    }

    body.admin-bar .stm-header {
        top: 102px;
        height: calc(100vh - 102px);
    }

    body.home .stm-header.active,
    body:not(.home) .stm-header.active {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        visibility: visible;
    }

    .stm-header__overlay.active {
        background: rgba(0, 0, 0, 0.45) !important;
        bottom: 0;
        display: block;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1001;
    }

    body.home .site-content,
    body:not(.home) .site-content {
        padding-top: 0;
    }

    body.home .stm-header__row_color_center,
    body:not(.home) .stm-header__row_color_center {
        padding: 20px !important;
    }

    body.home .stm-header__row_center,
    body:not(.home) .stm-header__row_center,
    body.home .stm-header__cell,
    body:not(.home) .stm-header__cell {
        align-items: stretch;
        display: block;
        max-width: none;
        width: 100%;
    }

    .stm-header .stm-logo,
    .stm-header .stm-search {
        display: none !important;
    }

    body.home .stm-navigation > ul,
    body:not(.home) .stm-navigation > ul {
        align-items: stretch;
        background: transparent !important;
        border: 0 !important;
        display: flex !important;
        flex-direction: column;
        gap: 0;
        margin: 0 !important;
        padding: 8px 0 24px !important;
        width: 100%;
    }

    body.home .stm-navigation > ul > li,
    body:not(.home) .stm-navigation > ul > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        display: block;
        width: 100%;
    }

    body.home .stm-navigation > ul > li > a,
    body:not(.home) .stm-navigation > ul > li > a {
        color: rgba(255, 255, 255, 0.88) !important;
        display: block !important;
        font-size: 16px !important;
        line-height: 24px !important;
        padding: 15px 48px 15px 0 !important;
        position: relative;
        white-space: normal;
    }

    body.home .stm-navigation > ul > li.menu-item-4550 > a,
    body:not(.home) .stm-navigation > ul > li.menu-item-4550 > a {
        background: #ffffff !important;
        border-radius: 12px;
        color: #1c1b1f !important;
        display: inline-flex !important;
        margin: 20px 0 0;
        padding: 12px 18px 12px 22px !important;
        width: auto;
    }

    body.home .stm-navigation ul li ul.sub-menu,
    body:not(.home) .stm-navigation ul li ul.sub-menu {
        background: rgba(255, 255, 255, 0.06) !important;
        border: 0 !important;
        border-radius: 12px;
        box-shadow: none !important;
        display: none !important;
        margin: 0 0 12px !important;
        min-width: 0;
        opacity: 1 !important;
        padding: 8px !important;
        position: static !important;
        transform: none !important;
        visibility: visible !important;
        width: 100%;
    }

    body.home .stm-navigation ul li.active > ul.sub-menu,
    body:not(.home) .stm-navigation ul li.active > ul.sub-menu {
        display: block !important;
    }

    body.home .stm-navigation ul li ul.sub-menu li a,
    body:not(.home) .stm-navigation ul li ul.sub-menu li a {
        color: rgba(255, 255, 255, 0.78) !important;
        padding: 10px 12px !important;
    }

    body.home .stm-navigation ul li ul.sub-menu li a:hover,
    body:not(.home) .stm-navigation ul li ul.sub-menu li a:hover {
        background: rgba(255, 255, 255, 0.08) !important;
        color: #ffffff !important;
    }

    .stm-navigation ul li.menu-item-has-children > a .stm_mobile__dropdown {
        height: 48px !important;
        right: 0 !important;
        top: 50% !important;
        transform: translateY(-50%);
        width: 44px !important;
    }
}

@media (max-width: 782px) {
    body.admin-bar .stm_mobile__header {
        top: 46px;
    }

    body.admin-bar .stm-header {
        top: 116px;
        height: calc(100vh - 116px);
    }
}

@media (min-width: 1024px) {
    body.home .site-content,
    body:not(.home) .site-content {
        padding-top: 0;
    }
}

body:not(.home) .stm-footer {
    background-color: #0a2f72 !important;
    background-image: linear-gradient(180deg, rgba(0, 57, 141, 0.96) 0%, rgba(28, 27, 31, 0.98) 78%), url("assets/tse/figma-footer-bg.png?v=1784002900");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff !important;
    padding: 64px 0 0;
}

body:not(.home) .stm-footer::before {
    background-image: url("assets/tse/figma-footer-glow.svg?v=1784002900");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 420px;
    left: 8%;
    opacity: 0.75;
    pointer-events: none;
    position: absolute;
    top: -210px;
    width: 680px;
    z-index: 0;
}

body:not(.home) .stm-footer > .container {
    position: relative;
    z-index: 1;
}

body:not(.home) .stm-footer .footer-widgets {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    margin: 0;
    padding-bottom: 44px;
}

body:not(.home) .stm-footer .footer-widgets aside.widget {
    color: rgba(255, 255, 255, 0.82) !important;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
}

body:not(.home) .stm-footer .footer-widgets h1,
body:not(.home) .stm-footer .footer-widgets h2,
body:not(.home) .stm-footer .footer-widgets h3,
body:not(.home) .stm-footer .footer-widgets h4,
body:not(.home) .stm-footer .footer-widgets h5,
body:not(.home) .stm-footer .footer-widgets h6 {
    color: #ffffff !important;
}

body:not(.home) .stm-footer .footer-widgets h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 12px;
    text-transform: uppercase;
}

body:not(.home) .stm-footer .footer-widgets p,
body:not(.home) .stm-footer .footer-widgets li,
body:not(.home) .stm-footer .footer-widgets span,
body:not(.home) .stm-footer .footer-widgets div,
body:not(.home) .stm-footer .footer-widgets a,
body:not(.home) .stm-footer__bottom,
body:not(.home) .stm-footer__bottom span,
body:not(.home) .stm-footer__bottom a {
    color: rgba(255, 255, 255, 0.82) !important;
}

body:not(.home) .stm-footer .footer-widgets p {
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
}

body:not(.home) .stm-footer .footer-widgets a:hover,
body:not(.home) .stm-footer__bottom a:hover {
    color: #ffffff !important;
}

body:not(.home) .stm-footer__bottom {
    border-top: 0;
    padding: 24px 0 30px;
}

body:not(.home) .stm-footer__bottom::before {
    background: transparent !important;
}

body:not(.home) .stm-footer__bottom .stm_markup {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}

@media (max-width: 767px) {
    body:not(.home) .stm-footer {
        padding-top: 44px;
    }

    body:not(.home) .stm-footer .footer-widgets {
        padding-bottom: 32px;
    }

    body:not(.home) .stm-footer__bottom {
        padding-bottom: 24px;
    }
}

@media (max-width: 1023px) {
    .stm_mobile__switcher {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        height: 34px;
        width: 34px;
    }
}

body.page-id-4507 .stm-logo img.logo {
    height: auto !important;
    max-height: 40px !important;
    object-fit: contain !important;
    width: 108px !important;
}

body.page-id-4507 .stm_mobile__logo img {
    max-height: 34px !important;
    width: 108px !important;
}

body.page-id-4507 .list-brands {
    gap: 24px;
    margin: 32px 0 64px !important;
}

body.page-id-4507 .list-brands .item {
    background: #ffffff;
    border: 1px solid rgba(28, 27, 31, 0.1) !important;
    border-radius: 8px;
    margin: 0 !important;
    overflow: hidden;
    width: calc(33.333% - 16px) !important;
}

body.page-id-4507 .list-brands .for-thumb {
    justify-content: center;
    min-height: 210px !important;
    padding: 28px 22px 54px;
}

body.page-id-4507 .list-brands .img-holder {
    justify-content: center;
    min-height: 118px !important;
    width: 100%;
}

body.page-id-4507 .list-brands .img-holder img {
    height: auto !important;
    max-height: 76px !important;
    max-width: 150px !important;
    object-fit: contain !important;
    width: auto !important;
}

body.page-id-4507 .list-brands .caption-holder {
    font-size: 14px !important;
    font-weight: 600;
    line-height: 1.35;
    min-height: 48px;
    padding: 10px 12px !important;
}

body.page-id-4507 .dropbox-holder {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(28, 27, 31, 0.1) !important;
    border-radius: 8px;
    gap: 38px;
    margin: 32px 0 18px;
    padding: 36px 42px !important;
}

body.page-id-4507 .dropbox-logo {
    align-items: center;
    display: flex;
    justify-content: center;
    min-width: 180px !important;
    width: 180px;
}

body.page-id-4507 .dropbox-logo img {
    height: auto !important;
    max-height: 96px !important;
    max-width: 170px !important;
    object-fit: contain !important;
    width: auto !important;
}

body.page-id-4507 .dropbox-caption {
    flex: 1;
    min-width: 0;
}

body.page-id-4507 .dropbox-caption h4 {
    color: #1c1b1f;
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 12px;
}

@media (max-width: 900px) {
    body.page-id-4507 .list-brands .item {
        width: calc(50% - 12px) !important;
    }
}

@media (max-width: 600px) {
    body.page-id-4507 .stm-logo img.logo,
    body.page-id-4507 .stm_mobile__logo img {
        max-height: 32px !important;
        width: 104px !important;
    }

    body.page-id-4507 .list-brands {
        gap: 18px;
    }

    body.page-id-4507 .list-brands .item {
        width: 100% !important;
    }

    body.page-id-4507 .list-brands .for-thumb {
        min-height: 180px !important;
    }

    body.page-id-4507 .dropbox-holder {
        align-items: flex-start;
        gap: 22px;
        padding: 28px 22px !important;
    }

    body.page-id-4507 .dropbox-logo {
        justify-content: flex-start;
        min-width: 0 !important;
        width: 100%;
    }

    body.page-id-4507 .dropbox-logo img {
        max-height: 76px !important;
        max-width: 150px !important;
    }
}

body.page-id-4507 .list-brands {
    display: grid !important;
    gap: 24px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 40px 0 72px !important;
}

body.page-id-4507 .list-brands .item {
    background: #ffffff;
    border: 0 !important;
    border-radius: 22px;
    box-shadow: 0 18px 48px rgba(28, 27, 31, 0.08);
    cursor: pointer;
    margin: 0 !important;
    min-height: 340px;
    overflow: hidden;
    padding: 36px 34px 32px;
    transition: transform 180ms ease, box-shadow 180ms ease;
    width: auto !important;
}

body.page-id-4507 .list-brands .item:hover {
    box-shadow: 0 24px 58px rgba(28, 27, 31, 0.14) !important;
    transform: translateY(-3px);
}

body.page-id-4507 .list-brands .for-thumb {
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    min-height: 0 !important;
    padding: 0 !important;
    position: static;
}

body.page-id-4507 .list-brands .img-holder {
    align-items: center;
    background: #f6f3f4;
    border-radius: 10px;
    display: flex;
    height: 54px;
    justify-content: center;
    min-height: 54px !important;
    padding: 8px;
    position: static;
    width: 54px;
}

body.page-id-4507 .list-brands .img-holder img {
    height: auto !important;
    max-height: 38px !important;
    max-width: 42px !important;
    object-fit: contain !important;
    width: auto !important;
}

body.page-id-4507 .list-brands .caption-holder {
    background: transparent !important;
    bottom: auto;
    color: #1c1b1f !important;
    font-size: 20px !important;
    font-weight: 700;
    left: auto;
    line-height: 1.35;
    margin-top: 28px;
    min-height: 0;
    padding: 0 !important;
    position: static !important;
    right: auto;
    text-align: left;
    width: 100%;
}

body.page-id-4507 .list-brands .info-addtional {
    display: block !important;
    margin-top: 16px;
}

body.page-id-4507 .list-brands .info-addtional .title,
body.page-id-4507 .list-brands .info-addtional .tagline,
body.page-id-4507 .list-brands .info-addtional .visit-link {
    display: none !important;
}

body.page-id-4507 .list-brands .info-addtional .desc,
body.page-id-4507 .list-brands .info-addtional .desc p {
    color: rgba(28, 27, 31, 0.68);
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

body.page-id-4507 .list-brands .info-addtional .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

@media (max-width: 1024px) {
    body.page-id-4507 .list-brands {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    body.page-id-4507 .list-brands {
        gap: 18px !important;
        grid-template-columns: 1fr;
        margin-top: 28px !important;
    }

    body.page-id-4507 .list-brands .item {
        border-radius: 18px;
        min-height: 0;
        padding: 28px 24px;
    }

    body.page-id-4507 .list-brands .caption-holder {
        font-size: 18px !important;
        margin-top: 22px;
    }
}

body.page-id-4507 .list-brands .for-thumb {
    flex-direction: column !important;
}

body.page-id-4507 .list-brands .caption-holder {
    display: -webkit-box !important;
    min-height: 54px;
    max-width: 100%;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.page-id-4507 .list-brands .img-holder {
    background: transparent !important;
    border-radius: 0 !important;
    height: 100px !important;
    min-height: 100px !important;
    padding: 0 !important;
    width: 100px !important;
}

body.page-id-4507 .list-brands .img-holder img {
    height: auto !important;
    max-height: 100px !important;
    max-width: 100px !important;
    width: 100% !important;
}

body:not(.home) > .stm-footer {
    display: none !important;
}

.tse-global-footer {
    background-color: #1c1b1f;
    background-image: linear-gradient(180deg, rgba(0, 57, 141, 0.96) 8.253%, rgba(28, 27, 31, 0.98) 68.919%), url("assets/tse/figma-footer-bg.png?v=1784002900");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    overflow: hidden;
    padding: 113px 80px 72px;
    position: relative;
}

.tse-global-footer::before {
    background-image: url("assets/tse/figma-footer-glow.svg?v=1784002900");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 560px;
    left: 79px;
    pointer-events: none;
    position: absolute;
    top: -274px;
    width: 872px;
    z-index: 0;
}

.tse-global-footer > * {
    position: relative;
    z-index: 1;
}

.tse-global-footer-cta {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 824px;
    text-align: center;
}

.tse-global-footer-cta h2 {
    background: linear-gradient(87deg, #ffffff 61%, rgba(255, 255, 255, 0.18) 108%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.06;
    margin: 0;
}

.tse-global-footer-cta p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.75;
    margin: 21px 0 31px;
}

.tse-global-button {
    align-items: center;
    background: #ef6a32;
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(239, 106, 50, 0.32);
    color: #ffffff !important;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    line-height: 1;
    min-height: 56px;
    padding: 18px 30px;
    text-decoration: none !important;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.tse-global-button img {
    height: 18px;
    transition: transform 180ms ease;
    width: 18px;
}

.tse-global-button:hover {
    background: #f47a45;
    box-shadow: 0 22px 48px rgba(239, 106, 50, 0.4);
    color: #ffffff !important;
    transform: translateY(-2px);
}

.tse-global-button:hover img {
    transform: translate(2px, -2px);
}

.tse-global-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    display: grid;
    gap: 44px;
    grid-template-columns: 174px 190px 1fr auto;
    margin: 94px auto 0;
    max-width: 1280px;
    padding-top: 49px;
}

.tse-global-footer-logo img {
    filter: brightness(0) invert(1);
    height: 66px;
    object-fit: contain;
    width: 174px;
}

.tse-global-footer-bottom h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    margin: 0 0 8px;
}

.tse-global-footer-bottom a,
.tse-global-footer-bottom p,
.tse-global-footer-menu a {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 13px;
    line-height: 1.55;
    margin: 0 0 5px;
    text-decoration: none !important;
}

.tse-global-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tse-global-footer-menu a {
    display: block;
}

.tse-global-footer-bottom a:hover,
.tse-global-footer-menu a:hover {
    color: #ffffff !important;
}

.tse-global-copyright {
    text-align: right;
}

@media (max-width: 1180px) {
    .tse-global-footer {
        padding-left: 40px;
        padding-right: 40px;
    }

    .tse-global-footer-bottom {
        grid-template-columns: 174px 1fr 1fr;
    }

    .tse-global-copyright {
        grid-column: 1 / -1;
        text-align: left;
    }
}

@media (max-width: 760px) {
    .tse-global-footer {
        padding: 72px 20px 48px;
    }

    .tse-global-footer-cta h2 {
        font-size: 26px;
        line-height: 1.2;
    }

    .tse-global-footer-cta p {
        font-size: 15px;
    }

    .tse-global-footer-bottom {
        gap: 28px;
        grid-template-columns: 1fr;
        margin-top: 64px;
    }

    .tse-global-copyright {
        text-align: left;
    }
}

body:not(.home) .stm_titlebox {
    align-items: center !important;
    background-color: #1c1b1f !important;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.18) 36%, rgba(0, 57, 141, 0.72) 78%, #00398d 100%), url("assets/tse/figma-hero.png?v=1783994834") !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex !important;
    justify-content: center !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    min-height: 560px !important;
    overflow: hidden !important;
    padding: 190px 80px 82px !important;
    position: relative !important;
    text-align: center !important;
    width: 100vw !important;
}

body:not(.home) .stm_titlebox::before,
body:not(.home) .stm_titlebox::after {
    background: transparent !important;
    background-color: transparent !important;
    display: none !important;
}

body:not(.home) .stm_titlebox > .container {
    margin: 0 auto !important;
    max-width: 1158px !important;
    padding: 0 !important;
    width: 100% !important;
}

body:not(.home) .stm_titlebox .stm_flex,
body:not(.home) .stm_titlebox .stm_titlebox__inner {
    display: block !important;
    text-align: center !important;
    width: 100% !important;
}

body:not(.home) .stm_titlebox .stm_titlebox__title {
    background: linear-gradient(159deg, #ffffff 38%, rgba(255, 255, 255, 0.28) 108%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    font-family: "Poppins", Arial, sans-serif !important;
    font-size: 64px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.125 !important;
    margin: 0 !important;
    text-align: center !important;
    text-transform: none !important;
}

body:not(.home) .stm_titlebox .stm_titlebox__subtitle {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 16px !important;
    line-height: 28px !important;
    margin: 23px auto 0 !important;
    max-width: 960px !important;
    text-align: center !important;
}

body:not(.home) .stm_titlebox .stm_separator,
body:not(.home) .stm_titlebox .stm_breadcrumbs {
    display: none !important;
}

@media (max-width: 1023px) {
    body:not(.home) .stm_titlebox {
        margin-left: calc(50% - 50vw) !important;
        margin-right: calc(50% - 50vw) !important;
        min-height: 560px !important;
        padding: 190px 40px 72px !important;
        width: 100vw !important;
    }

    body:not(.home) .stm_titlebox .stm_titlebox__title {
        font-size: 48px !important;
        line-height: 1.14 !important;
    }

    body:not(.home) .stm_titlebox .stm_titlebox__subtitle {
        font-size: 15px !important;
        line-height: 25px !important;
    }
}
@media (max-width: 760px) {
    body:not(.home) .stm_titlebox {
        min-height: 620px !important;
        padding: 245px 20px 72px !important;
    }

    body:not(.home) .stm_titlebox .stm_titlebox__title {
        font-size: 42px !important;
        line-height: 1.14 !important;
    }
}

/* TSE shared header, menu and footer overrides */
:root {
    --tse-header-max-width: 1280px;
    --tse-header-x: 80px;
    --tse-header-top: 31px;
    --tse-logo-width: 116px;
    --tse-logo-height: 44px;
    --tse-blue: #00398d;
    --tse-ink: #1c1b1f;
    --tse-soft: #f6f3f4;
    --tse-orange: #ef6a32;
}

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

@media (min-width: 1024px) {
    html body #wrapper .stm-header,
    html body #wrapper .stm-header.active,
    body .stm-header,
    body .stm-header.active {
        background: transparent !important;
        background-color: transparent !important;
        background-image: none !important;
        border-bottom: 0 !important;
        box-shadow: none !important;
        left: 0 !important;
        min-height: 0 !important;
        position: absolute !important;
        top: 0 !important;
        width: 100% !important;
        z-index: 1000 !important;
    }

    html body #wrapper .stm_mobile__header,
    body .stm_mobile__header {
        background: transparent !important;
        background-color: transparent !important;
        background-image: none !important;
        box-shadow: none !important;
        display: none !important;
    }

    body .stm-header__row_color.pearl_is_sticky,
    body .stm-header__row_color.pearl_going_sticky,
    body .stm-header__row_color.pearl_is_sticky.pearl_going_sticky {
        background: transparent !important;
        background-color: transparent !important;
        background-image: none !important;
        box-shadow: none !important;
        left: auto !important;
        position: static !important;
        right: auto !important;
        top: auto !important;
        width: auto !important;
    }

    html body #wrapper .stm-header::before,
    html body #wrapper .stm-header::after,
    html body #wrapper .fullwidth-header-part,
    html body #wrapper .stm-header__row_color,
    html body #wrapper .stm-header__row_color_center,
    html body #wrapper .stm-header__row_center,
    html body #wrapper .stm-header__row_color::before,
    html body #wrapper .stm-header__row_color::after,
    html body #wrapper .stm-header__row_color_center::before,
    html body #wrapper .stm-header__row_color_center::after,
    html body #wrapper .stm-header__row_center::before,
    html body #wrapper .stm-header__row_center::after,
    body .stm-header::before,
    body .stm-header::after,
    body .fullwidth-header-part,
    body .stm-header__row_color,
    body .stm-header__row_color_center,
    body .stm-header__row_center,
    body .stm-header__row_color::before,
    body .stm-header__row_color::after,
    body .stm-header__row_color_center::before,
    body .stm-header__row_color_center::after,
    body .stm-header__row_center::before,
    body .stm-header__row_center::after {
        background: transparent !important;
        background-color: transparent !important;
        background-image: none !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    html body #wrapper .stm-header__row_color::before,
    html body #wrapper .stm-header__row_color::after,
    html body #wrapper .stm-header__row_color_center::before,
    html body #wrapper .stm-header__row_color_center::after,
    html body #wrapper .stm-header__row_center::before,
    html body #wrapper .stm-header__row_center::after,
    body .stm-header__row_color::before,
    body .stm-header__row_color::after,
    body .stm-header__row_color_center::before,
    body .stm-header__row_color_center::after,
    body .stm-header__row_center::before,
    body .stm-header__row_center::after {
        content: none !important;
        display: none !important;
    }

    body .stm-header__row_color_center {
        padding: var(--tse-header-top) var(--tse-header-x) 0 !important;
    }

    body .stm-header__row_center {
        align-items: center !important;
        display: grid !important;
        gap: 28px !important;
        grid-template-columns: var(--tse-logo-width) 1fr auto !important;
        margin: 0 auto !important;
        max-width: var(--tse-header-max-width) !important;
    }

    body .stm-header__cell {
        align-items: center !important;
        display: flex !important;
    }

    body .stm-logo img.logo {
        filter: brightness(0) invert(1) !important;
        height: auto !important;
        max-height: var(--tse-logo-height) !important;
        object-fit: contain !important;
        width: var(--tse-logo-width) !important;
    }

    body .stm-navigation,
    body .stm-navigation__default {
        line-height: 1.4 !important;
    }

    body .stm-navigation > ul {
        align-items: center !important;
        display: flex !important;
        gap: 34px !important;
        justify-content: center !important;
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body .stm-navigation > ul > li {
        line-height: 1.4 !important;
        margin: 0 !important;
        padding: 0 !important;
        position: relative !important;
    }

    body .stm-navigation > ul > li::before {
        display: none !important;
    }

    body .stm-navigation > ul > li > a {
        color: rgba(255, 255, 255, 0.82) !important;
        display: inline-flex !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        letter-spacing: 0 !important;
        line-height: 20px !important;
        padding: 8px 0 !important;
        text-decoration: none !important;
        white-space: nowrap !important;
    }

    body .stm-navigation > ul > li.current-menu-item > a,
    body .stm-navigation > ul > li.current-menu-parent > a,
    body .stm-navigation > ul > li.current-page-ancestor > a,
    body .stm-navigation > ul > li:hover > a {
        color: #ffffff !important;
    }

    html body #wrapper .stm-header__element.object575 .stm-navigation > ul > li:not(.menu-item-4550) > a,
    html body #wrapper .stm-header__element.object575 .stm-navigation > ul > li:not(.menu-item-4550).current-menu-item > a,
    html body #wrapper .stm-header__element.object575 .stm-navigation > ul > li:not(.menu-item-4550).current-menu-parent > a,
    html body #wrapper .stm-header__element.object575 .stm-navigation > ul > li:not(.menu-item-4550).current-page-ancestor > a,
    html body #wrapper .stm-header__element.object575 .stm-navigation > ul > li:not(.menu-item-4550):hover > a,
    body.stm_header_style_1 .stm-header__element.object575 .stm-navigation > ul > li:not(.menu-item-4550) > a,
    body.stm_header_style_1 .stm-header__element.object575 .stm-navigation > ul > li:not(.menu-item-4550).current-menu-item > a,
    body.stm_header_style_1 .stm-header__element.object575 .stm-navigation > ul > li:not(.menu-item-4550).current-menu-parent > a,
    body.stm_header_style_1 .stm-header__element.object575 .stm-navigation > ul > li:not(.menu-item-4550).current-page-ancestor > a,
    body.stm_header_style_1 .stm-header__element.object575 .stm-navigation > ul > li:not(.menu-item-4550):hover > a {
        color: rgba(255, 255, 255, 0.82) !important;
    }

    html body #wrapper .stm-header__element.object575 .stm-navigation > ul > li:not(.menu-item-4550):hover > a,
    body.stm_header_style_1 .stm-header__element.object575 .stm-navigation > ul > li:not(.menu-item-4550):hover > a {
        color: #ffffff !important;
    }

    body .stm-navigation > ul > li.menu-item-4550 > a {
        align-items: center !important;
        background: #ffffff !important;
        border-radius: 10px !important;
        box-shadow: none !important;
        color: var(--tse-ink) !important;
        display: inline-flex !important;
        font-weight: 600 !important;
        gap: 8px !important;
        min-height: 36px !important;
        padding: 8px 16px 8px 20px !important;
        transition: transform 180ms ease, background 180ms ease !important;
    }

    body .stm-navigation > ul > li.menu-item-4550 > a::after {
        background: url("assets/tse/arrow-dark.svg?v=1783994834") center / contain no-repeat !important;
        content: "" !important;
        display: inline-block !important;
        height: 20px !important;
        transition: transform 180ms ease !important;
        width: 20px !important;
    }

    body .stm-navigation > ul > li.menu-item-4550 > a:hover {
        background: var(--tse-soft) !important;
        transform: translateY(-2px) !important;
    }

    body .stm-navigation > ul > li.menu-item-4550 > a:hover::after {
        transform: translate(2px, -2px) !important;
    }

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

    body .stm-navigation ul li:hover > ul.sub-menu,
    body .stm-navigation ul li:focus-within > ul.sub-menu {
        opacity: 1 !important;
        transform: translateY(0) !important;
        visibility: visible !important;
    }

    body .stm-navigation ul li ul.sub-menu li {
        border: 0 !important;
        float: none !important;
        line-height: 1.4 !important;
        margin: 0 !important;
        width: auto !important;
    }

    body .stm-navigation ul li ul.sub-menu li a {
        border-radius: 10px !important;
        color: var(--tse-ink) !important;
        display: block !important;
        font-size: 14px !important;
        line-height: 20px !important;
        padding: 10px 12px !important;
        white-space: normal !important;
    }

    body .stm-navigation ul li ul.sub-menu li.current-menu-item > a,
    body .stm-navigation ul li ul.sub-menu li.current-menu-parent > a,
    body .stm-navigation ul li ul.sub-menu li.current-page-ancestor > a,
    body .stm-navigation ul li ul.sub-menu li.current_page_item > a,
    body .stm-navigation ul li ul.sub-menu li.current_page_parent > a {
        background: transparent !important;
        color: var(--tse-ink) !important;
    }

    body .stm-navigation ul li ul.sub-menu li a:hover,
    body .stm-navigation ul li ul.sub-menu li:hover > a {
        background: var(--tse-soft) !important;
        color: var(--tse-blue) !important;
    }

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

@media (max-width: 1023px) {
    body .stm_mobile__header {
        background: #ffffff !important;
        border: 0 !important;
        box-shadow: 0 14px 34px rgba(28, 27, 31, 0.12) !important;
        display: block !important;
        padding: 14px 20px !important;
        position: fixed !important;
        top: 0 !important;
        width: 100% !important;
        z-index: 1003 !important;
    }

    body.admin-bar .stm_mobile__header {
        top: 32px !important;
    }

    body .stm_mobile__switcher .mbc,
    body .stm_mobile__switcher span {
        background: var(--tse-blue) !important;
    }

    body .stm-header {
        background: rgba(28, 27, 31, 0.98) !important;
        border: 0 !important;
        box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28) !important;
        display: block !important;
        height: calc(100vh - 70px) !important;
        left: 0 !important;
        opacity: 0 !important;
        overflow-y: auto !important;
        padding: 0 !important;
        pointer-events: none !important;
        position: fixed !important;
        right: 0 !important;
        top: 70px !important;
        transform: translateY(-10px) !important;
        transition: opacity 180ms ease, transform 180ms ease !important;
        visibility: hidden !important;
        width: 100% !important;
        z-index: 1002 !important;
    }

    body.admin-bar .stm-header {
        height: calc(100vh - 102px) !important;
        top: 102px !important;
    }

    body .stm-header.active {
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: translateY(0) !important;
        visibility: visible !important;
    }

    body .stm-header__row_color_center {
        padding: 20px !important;
    }

    body .stm-header__row_center,
    body .stm-header__cell {
        align-items: stretch !important;
        display: block !important;
        max-width: none !important;
        width: 100% !important;
    }

    body .stm-header .stm-logo,
    body .stm-header .stm-search {
        display: none !important;
    }

    body .stm-navigation > ul {
        align-items: stretch !important;
        background: transparent !important;
        border: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        margin: 0 !important;
        padding: 8px 0 24px !important;
        width: 100% !important;
    }

    body .stm-navigation > ul > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        display: block !important;
        margin: 0 !important;
        width: 100% !important;
    }

    body .stm-navigation > ul > li > a {
        color: rgba(255, 255, 255, 0.88) !important;
        display: block !important;
        font-size: 16px !important;
        line-height: 24px !important;
        padding: 15px 48px 15px 0 !important;
        position: relative !important;
        white-space: normal !important;
    }

    body .stm-navigation > ul > li.menu-item-4550 > a {
        background: #ffffff !important;
        border-radius: 12px !important;
        color: var(--tse-ink) !important;
        display: inline-flex !important;
        margin: 20px 0 0 !important;
        padding: 12px 18px 12px 22px !important;
        width: auto !important;
    }

    body .stm-navigation ul li ul.sub-menu {
        background: rgba(255, 255, 255, 0.06) !important;
        border: 0 !important;
        border-radius: 12px !important;
        box-shadow: none !important;
        display: none !important;
        margin: 0 0 12px !important;
        min-width: 0 !important;
        opacity: 1 !important;
        padding: 8px !important;
        position: static !important;
        transform: none !important;
        visibility: visible !important;
        width: 100% !important;
    }

    body .stm-navigation ul li.active > ul.sub-menu {
        display: block !important;
    }

    body .stm-navigation ul li ul.sub-menu li a {
        color: rgba(255, 255, 255, 0.78) !important;
        padding: 10px 12px !important;
    }

    body .stm-navigation ul li ul.sub-menu li a:hover,
    body .stm-navigation ul li ul.sub-menu li:hover > a {
        background: rgba(255, 255, 255, 0.08) !important;
        color: #ffffff !important;
    }
}

@media (max-width: 782px) {
    body.admin-bar .stm_mobile__header {
        top: 46px !important;
    }

    body.admin-bar .stm-header {
        height: calc(100vh - 116px) !important;
        top: 116px !important;
    }
}

body .stm-footer,
body .pre_footer,
body.home .tse-footer {
    display: none !important;
}
