.elementor-96 .elementor-element.elementor-element-ee9f981{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-ee9f981 *//* ===== WINHERO BONUS HERO: strict vertical stack ===== */
.hero .hero-content{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
}

.hero .hero-top{
  display:block !important;
}

.hero .hero-image{
  order:1;
  width:100%;
  display:flex !important;
  justify-content:center !important;
  margin:0 0 24px !important;
  flex:none !important;
}

.hero .hero-image .image-placeholder{
  width:100%;
  max-width:620px !important;
  margin:0 auto !important;
}

.hero .hero-text{
  order:2;
  width:100%;
  max-width:920px !important;
  margin:0 auto !important;
  text-align:center !important;
  flex:none !important;
}

.hero .hero-text h1,
.hero .hero-text .lead,
.hero .hero-text p{
  text-align:center !important;
}

.hero .hero-actions{
  order:3;
  display:flex !important;
  justify-content:center !important;
  flex-wrap:wrap !important;
  gap:12px !important;
  margin-top:18px !important;
}

.hero .hero-table,
.hero .table-wrap.is-wide{
  order:4;
  width:100%;
  margin-top:24px !important;
}

.hero .cta-row{
  order:5;
  width:100%;
  display:flex !important;
  justify-content:center !important;
  margin-top:20px !important;
}

@media (max-width:768px){
  .hero .hero-image{
    margin-bottom:18px !important;
  }

  .hero .hero-actions{
    flex-direction:column !important;
    align-items:stretch !important;
  }

  .hero .hero-actions .cta-button,
  .hero .cta-row .cta-button{
    width:100% !important;
  }
}/* End custom CSS */