body .site-header,
body #masthead,
body header.site-header,
body .header-main,
body .elementor-location-header{
    display:none !important;
}

.mmc-global-header{
    position:relative;
    z-index:10001;
    background:#ffffff;
    border-bottom:1px solid rgba(23,50,79,0.1);
    box-shadow:0 8px 24px rgba(23,50,79,0.06);
}

.mmc-global-header__top{
    background:rgba(255,255,255,0.98);
    backdrop-filter:blur(14px);
}

.mmc-global-header__inner{
    display:grid;
    grid-template-columns:auto minmax(420px,1fr) auto;
    gap:22px;
    align-items:center;
    width:100%;
    max-width:none;
    min-height:78px;
    margin:0 auto;
    padding:10px 32px;
    box-sizing:border-box;
}

.mmc-global-header svg{
    display:block;
    width:20px;
    height:20px;
    fill:currentColor;
}

.mmc-global-header__brand{
    display:inline-flex;
    align-items:center;
    gap:11px;
    min-width:0;
    color:#071d3a;
    text-decoration:none;
    font-weight:950;
}

.mmc-global-header__brand img{
    display:block;
    width:54px;
    height:54px;
    border-radius:13px;
    object-fit:cover;
    box-shadow:0 5px 16px rgba(7,29,58,0.12);
}

.mmc-global-header__name{
    font-size:22px;
    line-height:1;
    white-space:nowrap;
}

.mmc-global-header__search{
    display:flex;
    align-items:center;
    gap:10px;
    min-width:0;
    max-width:none;
    height:48px;
    padding:0 17px;
    border:1px solid rgba(23,50,79,0.14);
    border-radius:999px;
    background:#ffffff;
    color:#69717d;
}

.mmc-global-header__search input{
    width:100%;
    min-width:0;
    border:0;
    outline:0;
    background:transparent;
    color:#071d3a;
    font-size:15px;
    font-weight:750;
}

.mmc-global-header__search input::placeholder{
    color:#7b8491;
}

.mmc-global-header__actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:8px;
    min-width:max-content;
}

.mmc-global-header__location,
.mmc-global-header__icon-link,
.mmc-global-header__mobile-menu summary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-height:42px;
    padding:10px 13px;
    border:1px solid rgba(23,50,79,0.1);
    border-radius:999px;
    background:#f6f7f8;
    color:#071d3a;
    text-decoration:none;
    font-size:14px;
    line-height:1;
    font-weight:900;
    cursor:pointer;
}

.mmc-global-header__location{
    border-color:rgba(138,91,36,0.16);
    background:#fff7ee;
    color:#74480f;
}

.mmc-global-header__icon-link:hover,
.mmc-global-header__mobile-menu summary:hover,
.mmc-global-header__location:hover{
    background:#eef2f7;
}

.mmc-global-header__mobile-menu{
    display:none;
    position:relative;
}

.mmc-global-header__mobile-menu summary{
    width:42px;
    height:42px;
    padding:0;
    list-style:none;
}

.mmc-global-header__mobile-menu summary::-webkit-details-marker{
    display:none;
}

.mmc-global-header__mobile-panel{
    position:fixed;
    top:76px;
    left:16px;
    right:16px;
    display:grid;
    min-width:0;
    padding:10px;
    border:1px solid rgba(23,50,79,0.1);
    border-radius:14px;
    background:#ffffff;
    box-shadow:0 18px 44px rgba(23,50,79,0.16);
}

.mmc-global-header__mobile-panel a{
    padding:11px 12px;
    border-radius:10px;
    color:#071d3a;
    text-decoration:none;
    font-size:14px;
    font-weight:850;
}

.mmc-global-header__mobile-panel a:hover{
    background:#f6f7f8;
}

.mmc-global-header__nav{
    border-top:1px solid rgba(23,50,79,0.08);
    background:#f8fafb;
}

.mmc-global-header__nav-inner{
    display:flex;
    align-items:center;
    gap:8px;
    width:100%;
    max-width:none;
    min-height:44px;
    margin:0 auto;
    padding:0 32px;
    box-sizing:border-box;
}

.mmc-global-header__nav a,
.mmc-global-header__desktop-socials a{
    display:inline-flex;
    align-items:center;
    min-height:34px;
    padding:8px 12px;
    border-radius:999px;
    color:#344153;
    text-decoration:none;
    font-size:14px;
    line-height:1;
    font-weight:900;
}

.mmc-global-header__nav a:hover,
.mmc-global-header__desktop-socials a:hover{
    background:#ffffff;
    color:#071d3a;
}

.mmc-global-header__desktop-socials{
    display:flex;
    gap:6px;
    margin-left:auto;
}

.mmc-global-header__desktop-socials a{
    width:34px;
    min-height:34px;
    justify-content:center;
    padding:0;
    color:#69717d;
}

.mmc-global-header__desktop-socials svg,
.mmc-global-header__socials svg{
    width:18px;
    height:18px;
}

.mmc-global-header__socials{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
    margin-top:8px;
    padding-top:10px;
    border-top:1px solid rgba(23,50,79,0.1);
}

.mmc-global-header__socials a{
    display:inline-flex;
    width:38px;
    height:38px;
    align-items:center;
    justify-content:center;
    padding:0;
    border-radius:999px;
    background:#f6f7f8;
    color:#46505d;
}

@media(max-width:920px){
    .mmc-global-header__inner{
        grid-template-columns:auto 1fr auto;
        gap:10px;
        min-height:112px;
        padding:10px 16px 12px;
    }

    .mmc-global-header__brand{
        grid-column:1;
        grid-row:1;
    }

    .mmc-global-header__brand img{
        width:40px;
        height:40px;
        border-radius:10px;
    }

    .mmc-global-header__name{
        display:none;
    }

    .mmc-global-header__actions{
        display:contents;
    }

    .mmc-global-header__search{
        grid-column:1 / -1;
        grid-row:2;
        height:46px;
    }

    .mmc-global-header__icon-link{
        width:42px;
        height:42px;
        padding:0;
    }

    .mmc-global-header__desktop-action{
        display:none;
    }

    .mmc-global-header__icon-link span{
        display:none;
    }

    .mmc-global-header__location{
        grid-column:2;
        grid-row:1;
        justify-self:center;
        min-width:0;
        padding:10px 11px;
    }

    .mmc-global-header__location span:nth-child(3){
        display:none;
    }

    .mmc-global-header__mobile-menu{
        display:block;
        grid-column:3;
        grid-row:1;
        justify-self:end;
    }

    .mmc-global-header__nav{
        display:none;
    }
}

@media(max-width:420px){
    .mmc-global-header__inner{
        padding-left:14px;
        padding-right:14px;
    }

    .mmc-global-header__location{
        font-size:13px;
    }

    .mmc-global-header__search{
        padding:0 14px;
    }

    .mmc-global-header__search input{
        font-size:14px;
    }
}
