.header-brand{
  display:inline-flex!important;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:2px;
  flex:0 0 auto;
  color:#4b3453;
  text-decoration:none;
}
.header-brand img{
  display:block;
  width:96px!important;
  height:50px;
  object-fit:contain;
}
.header-brand span{
  color:#4b3453;
  font-family:Manrope,Arial,sans-serif;
  font-size:11px;
  font-weight:800;
  line-height:1.1;
  letter-spacing:-.02em;
  white-space:nowrap;
}
header nav .active-nav:hover{
  background:var(--p)!important;
  color:#fff!important;
  box-shadow:0 5px 14px rgba(75,52,83,.2)!important;
}
@media(max-width:620px){
  .header-brand img{width:84px!important;height:44px}
  .header-brand span{font-size:10px}
}
