/* ASKV 1.3.3 — HQ emblem + symmetric hero typography */
.brand-logo-img,.hero-emblem-img,.login-emblem{
  object-fit:contain!important;
  image-rendering:auto;
  background:transparent!important;
}
.brand-logo-img{
  width:72px!important;
  height:72px!important;
  border:0!important;
  border-radius:50%!important;
}
.login-emblem{
  width:180px!important;
  height:180px!important;
  border-radius:50%!important;
  margin-bottom:10px!important;
}
.hero{
  --askv-emblem-space:280px;
  padding-left:40px!important;
  padding-right:40px!important;
}
.hero-title-small{
  left:40px!important;
  right:calc(var(--askv-emblem-space) + 20px)!important;
  width:auto!important;
  text-align:center!important;
  box-sizing:border-box;
}
.hero-title{
  width:calc(100% - var(--askv-emblem-space))!important;
  max-width:none!important;
  padding-right:0!important;
  margin:35px var(--askv-emblem-space) 0 0!important;
  text-align:center!important;
  box-sizing:border-box;
}
.hero-emblem-img{
  position:absolute!important;
  right:28px!important;
  top:38px!important;
  width:238px!important;
  height:238px!important;
  border-radius:50%!important;
  object-fit:contain!important;
  box-shadow:none!important;
}
@media(max-width:1200px){
  .hero{--askv-emblem-space:235px}
  .hero-emblem-img{width:205px!important;height:205px!important;top:54px!important;right:20px!important}
}
@media(max-width:950px){
  .hero{--askv-emblem-space:0px;padding-left:20px!important;padding-right:20px!important}
  .hero-title-small{left:20px!important;right:20px!important}
  .hero-title{width:100%!important;margin:35px 0 0!important;padding:0 16px!important}
  .hero-emblem-img{opacity:.16!important;right:20px!important}
}
