/* PM24 V173 — final hero-to-stats join: remove the remaining white gutter. */
body.public-index .pm24-v131-page .pm24-v131-hero{
  box-shadow:none!important;
  background:linear-gradient(180deg,#eef8ff 0%,#f8fcff 54%,#e3f1fb 82%,#d7e9f6 100%)!important;
}
body.public-index .pm24-v131-page .pm24-v131-hero .pm24-v131-hero-bg{
  background:linear-gradient(180deg,rgba(255,255,255,.18) 0%,rgba(255,255,255,.05) 58%,rgba(210,231,247,.24) 82%,rgba(202,225,243,.34) 100%)!important;
}
body.public-index .pm24-v131-page .pm24-v131-hero::before{
  display:none!important;
}
body.public-index .pm24-v131-page .pm24-v131-hero:after{
  -webkit-mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.50) 28%,#000 72%,rgba(0,0,0,.12) 100%)!important;
  mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.50) 28%,#000 72%,rgba(0,0,0,.12) 100%)!important;
}
body.public-index .pm24-v131-page section.pm24-v131-hero + section.pm24-v131-stats{
  margin-top:-14px!important;
  position:relative!important;
  z-index:30!important;
}
@media(max-width:1050px){
  body.public-index .pm24-v131-page section.pm24-v131-hero + section.pm24-v131-stats{margin-top:-10px!important}
}
