/* Brand Fix V14 */
.site-header .header-wrap{align-items:center;}
.site-header .brand,.site-footer .footer-logo{display:inline-flex;align-items:center;line-height:0;}
.site-header .brand img{display:block;width:260px;max-width:100%;height:auto;object-fit:contain;}
.site-footer .footer-logo img{display:block;width:252px;max-width:100%;height:auto;object-fit:contain;}
@media (max-width: 767.98px){
  .site-header .brand img{width:210px;}
  body.user-area-v11 .site-header .brand{flex:0 1 210px;width:210px !important;max-width:210px;}
  body.user-area-v11 .site-header .brand img{width:210px !important;}
}
