:root{
    --border-subtle: #e4e6ee;
}
#block-website-websitetopbar {
    background: #ffffff;
    border-bottom: 1px solid var(--border-subtle);
}
.topbar {
    font-size: 13px;
    padding: 6px 0;
    color: #84889a;
}
.topbar-right {
    display: flex;
    gap: 14px;
}
#block-website-header .header-left {
    gap: 18px;
}
#block-website-blocklogoicon img,
#block-website-blocklogo img {
    width: 100%;
    max-height: 65px;
}
.menu #block-website-mainnavigation .tbm-link.level-1 {
    padding: 4px 0;
    font-weight: 600;
    color: #31343f;
}
#block-website-mainnavigation .tbm-nav {
    justify-content: center;
    gap: 18px;
    list-style: none;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}