/* ===== YaKa Global Brand Lockup v2 ===== */
:root{
  --yaka-logo-header-width:270px;
  --yaka-logo-footer-width:300px;
}
.yaka-lockup{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  line-height:0!important;
  text-decoration:none!important;
  overflow:visible!important;
}
.yaka-lockup img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
  image-rendering:auto!important;
}
.yaka-lockup--header img{
  width:var(--yaka-logo-header-width)!important;
  max-width:31vw!important;
  max-height:72px!important;
}
.yaka-lockup--footer img{
  width:var(--yaka-logo-footer-width)!important;
  max-width:42vw!important;
  max-height:88px!important;
}
.yaka-lockup-host{
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  height:auto!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
  overflow:visible!important;
  background:transparent!important;
  border:0!important;
}
@media(max-width:1100px){
  :root{
    --yaka-logo-header-width:235px;
    --yaka-logo-footer-width:270px;
  }
}
@media(max-width:760px){
  :root{
    --yaka-logo-header-width:195px;
    --yaka-logo-footer-width:230px;
  }
  .yaka-lockup--header img{max-width:52vw!important;max-height:60px!important}
  .yaka-lockup--footer img{max-width:68vw!important;max-height:72px!important}
}
@media(max-width:480px){
  :root{
    --yaka-logo-header-width:170px;
    --yaka-logo-footer-width:210px;
  }
  .yaka-lockup--header img{max-width:58vw!important}
  .yaka-lockup--footer img{max-width:76vw!important}
}
