.bhc-topbar{

background:#041c49;

color:#fff;

font-size:14px;

}

.bhc-topbar .container{

display:flex;

justify-content:space-between;

align-items:center;

height:46px;

}

.topbar-left,
.topbar-right{

display:flex;

align-items:center;

gap:70px;

}

.topbar-left span,
.topbar-right a{

display:flex;

align-items:center;

gap:8px;

color:#fff;

text-decoration:none;

}

.topbar-right a:hover{

color:#D6B64C;

}

.guardian-btn{

background:#D6B64C;

color:#102B5C !important;

padding:6px 26px;

border-radius:50px;

font-weight:600;

transition:.3s;

}

.guardian-btn:hover{

background:#fff;
transform:translateY(-2px);

}



#header{

position:sticky !important;

top:0;

z-index:9999 !important;

background:#fff;

transition:all .35s ease;

}

#header.is-sticky{

box-shadow:0 10px 30px rgba(0,0,0,.08);

}

#header.is-sticky.ct-header [data-id="logo"] .site-logo-container {
    --logo-max-height: 80px;
}
#header.is-sticky.ct-header [data-row*="middle"] {
    --height: 85px;
}