/* FUNDAI Release 40.0.0 HF1 — homepage hero/ribbon collision guard.
   Intentionally scoped to the public homepage only. */
@media (min-width:981px){
  body.home-page .hero{
    height:auto!important;
    min-height:clamp(720px,52vw,780px)!important;
    max-height:none!important;
    padding-bottom:clamp(170px,12vw,194px)!important;
    margin-bottom:0!important;
    overflow:visible!important;
  }
  body.home-page .hero-copy{
    min-width:0;
    align-self:center;
    padding-bottom:24px;
  }
  body.home-page .hero-actions{
    position:relative;
    z-index:6;
    margin-top:18px!important;
    margin-bottom:0!important;
  }
  body.home-page .trust-ribbon{
    position:relative;
    z-index:8;
    margin-top:-70px!important;
  }
}
@media (max-width:980px){
  body.home-page .hero-actions{
    position:relative;
    z-index:2;
    margin-bottom:18px!important;
  }
  body.home-page .trust-ribbon{margin-top:0!important}
}
