/* ZWars Hero Compact Update */
.hero.hero-manset{
  padding:16px 0 18px !important;
  gap:18px !important;
}
.hero-center{
  max-width:1120px !important;
  padding-top:0 !important;
}
.hero-center .eyebrow{
  display:none !important;
}
.hero-title.hero-title-inline{
  display:flex !important;
  align-items:baseline !important;
  justify-content:center !important;
  flex-wrap:nowrap !important;
  gap:16px !important;
  font-size:clamp(60px,6.5vw,108px) !important;
  line-height:.95 !important;
  margin:0 0 10px !important;
  letter-spacing:-.04em !important;
}
.hero-title.hero-title-inline .title-inline-white{
  color:#f2f2ee !important;
  text-shadow:0 3px 0 rgba(0,0,0,.24),0 0 34px rgba(255,255,255,.13) !important;
}
.hero-title.hero-title-inline .tr-red{
  color:#ff1118 !important;
  text-shadow:0 0 36px rgba(255,0,0,.48) !important;
}
.hero-center .lead{
  max-width:1040px !important;
  margin:0 auto 14px !important;
  font-size:20px !important;
  text-align:center !important;
  color:#e3e6e1 !important;
  line-height:1.28 !important;
}
.hero-center .lead br{
  display:none !important;
}
.hero-center .hero-actions{
  justify-content:center !important;
  margin:14px 0 0 !important;
}
.live-card.hero-side-left,
.zwars-live-chat.hero-side-right{
  min-height:590px !important;
}
@media (max-width: 1250px){
  .hero.hero-manset{
    padding:10px 0 18px !important;
  }
  .hero-title.hero-title-inline{
    font-size:clamp(48px,10vw,86px) !important;
    gap:10px !important;
  }
}
@media (max-width: 720px){
  .hero-title.hero-title-inline{
    flex-wrap:wrap !important;
    row-gap:2px !important;
  }
  .hero-center .lead{
    font-size:18px !important;
  }
}