
/* Brand header v3.2 */
.brand-lockup-v32{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  min-width:520px;
  margin-right:18px;
}
.brand-lockup-v32-top{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  width:100%;
}
.brand-lockup-v32 .brand{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:0!important;
  text-decoration:none!important;
}
.brand-lockup-v32 .brand img{
  width:auto!important;
  height:164px!important;
  max-width:360px!important;
  object-fit:contain!important;
  display:block!important;
}
.brand-certified-v32{
  font-size:clamp(34px,3.4vw,58px);
  line-height:1.02;
  font-weight:900;
  color:#073b5c;
  max-width:520px;
  text-align:left;
  text-transform:none;
}
.brand-tagline-v32{
  width:100%;
  margin-top:10px;
  text-align:center;
  color:#078eab;
  font-size:clamp(18px,1.5vw,26px);
  line-height:1.15;
  font-weight:900;
}
.nav .inner,.header .inner,header .inner{
  align-items:center!important;
}
@media(max-width:1100px){
  .brand-lockup-v32{
    min-width:100%;
    width:100%;
    margin:0 0 12px;
  }
  .brand-lockup-v32-top{
    gap:16px;
  }
  .brand-lockup-v32 .brand img{
    height:130px!important;
    max-width:300px!important;
  }
  .brand-certified-v32{
    font-size:clamp(28px,4vw,44px);
    max-width:420px;
  }
}
@media(max-width:700px){
  .brand-lockup-v32{
    min-width:100%;
    width:100%;
  }
  .brand-lockup-v32-top{
    flex-direction:column;
    gap:8px;
  }
  .brand-lockup-v32 .brand img{
    height:116px!important;
    max-width:92vw!important;
  }
  .brand-certified-v32{
    font-size:32px;
    max-width:94vw;
    text-align:center;
  }
  .brand-tagline-v32{
    font-size:19px;
    padding:0 10px;
  }
}
