/* ZWars Hero Singleline Fix */
.hero.hero-manset{
  padding:8px 0 14px !important;
  gap:16px !important;
}
.hero-center{
  max-width:1380px !important;
  padding-top:0 !important;
}
.hero-center .eyebrow{
  display:none !important;
}
.hero-title.hero-title-inline{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex-wrap:nowrap !important;
  gap:14px !important;
  white-space:nowrap !important;
  font-size:clamp(42px,5.25vw,94px) !important;
  line-height:.96 !important;
  margin:0 0 8px !important;
  letter-spacing:-.04em !important;
}
.hero-title.hero-title-inline span{
  display:inline-block !important;
  white-space:nowrap !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:1220px !important;
  margin:0 auto 10px !important;
  font-size:18px !important;
  text-align:center !important;
  color:#e3e6e1 !important;
  line-height:1.24 !important;
}
.hero-center .lead br{display:none !important;}
.hero-center .hero-actions{
  justify-content:center !important;
  margin:10px 0 0 !important;
}
.hero-center .btn{
  min-height:56px !important;
}
.live-card.hero-side-left,
.zwars-live-chat.hero-side-right{
  min-height:585px !important;
  margin-top:-2px !important;
}
@media (max-width: 1180px){
  .hero-title.hero-title-inline{
    font-size:clamp(36px,5.4vw,74px) !important;
    gap:10px !important;
  }
}
@media (max-width: 900px){
  .hero.hero-manset{
    padding:10px 0 16px !important;
  }
  .hero-title.hero-title-inline{
    flex-wrap:wrap !important;
    white-space:normal !important;
    font-size:clamp(34px,8.5vw,66px) !important;
    gap:6px 10px !important;
  }
  .hero-title.hero-title-inline span{white-space:normal !important;}
  .hero-center .lead{
    font-size:17px !important;
  }
}