.ap-global-brandbar{
  --ap-ink:#091b35;--ap-line:#dce5f0;
  position:relative;z-index:9998;display:flex;align-items:center;justify-content:space-between;
  gap:16px;width:100%;min-height:58px;padding:8px clamp(14px,3vw,26px);
  background:rgba(255,255,255,.96);border-bottom:1px solid var(--ap-line);
  box-shadow:0 7px 24px rgba(9,27,53,.055);backdrop-filter:blur(14px) saturate(140%);
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--ap-ink);box-sizing:border-box
}
.ap-global-brandbar *{box-sizing:border-box}
.ap-global-brand-home{display:inline-flex;align-items:center;gap:9px;color:var(--ap-ink)!important;text-decoration:none!important;flex:0 0 auto}
.ap-global-brand-home img{width:38px;height:38px;object-fit:contain;display:block;filter:drop-shadow(0 6px 10px rgba(10,42,94,.12))}
.ap-global-brand-copy{display:flex;flex-direction:column;line-height:1}
.ap-global-brand-copy strong{display:block;font-size:18px;font-weight:950;letter-spacing:-.045em;color:var(--ap-ink)}
.ap-global-brand-copy small{display:block;margin-top:4px;font-size:7px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#718097}
.ap-global-brandnav{display:flex;align-items:center;justify-content:flex-end;gap:4px;flex-wrap:wrap}
.ap-global-brandnav a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:7px 10px;border:1px solid transparent;border-radius:999px;color:#334b6a!important;text-decoration:none!important;font-size:11px;line-height:1;font-weight:800;white-space:nowrap;background:transparent}
.ap-global-brandnav a:hover{background:#f4f7fb;border-color:#d7e1ee}
.ap-global-brandnav .ap-backoffice{background:var(--ap-ink);color:#fff!important;border-color:var(--ap-ink)}
.ap-global-brandnav .ap-backoffice:hover{background:#173b73;border-color:#173b73}
@media(max-width:760px){
  .ap-global-brandbar{align-items:flex-start;flex-direction:column;gap:7px;padding:9px 13px}
  .ap-global-brandnav{width:100%;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding-bottom:1px}
  .ap-global-brandnav::-webkit-scrollbar{display:none}
  .ap-global-brandnav a{flex:0 0 auto}
  .ap-global-brandnav .ap-backoffice{order:-1}
}
@media print{.ap-global-brandbar{display:none!important}}
