/* V18 — hero logo centered */
html body .roi-hero-art__brand{
  max-width: 1040px;
}
html body .roi-hero-art__brand .hero-logo-title{
  margin: 10px auto 22px !important;
  padding: 0 !important;
  line-height: 0 !important;
  max-width: 980px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
}
html body .roi-hero-art__brand .hero-logo-title::before,
html body .roi-hero-art__brand .hero-logo-title::after{
  display: none !important;
  content: none !important;
}
html body .roi-hero-art__brand .hero-logo-title img{
  width: min(980px, 82vw);
  max-width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 36px rgba(129, 86, 255, .22)) drop-shadow(0 10px 24px rgba(255, 255, 255, .10));
}
html body .roi-hero-art__brand .roi-hero-subtitle{
  max-width: 860px;
  margin: 0 auto 20px !important;
}
html body .roi-hero-art__brand .roi-hero-status{
  margin-top: 0 !important;
}
@media (max-width: 991px){
  html body .roi-hero-art__brand .hero-logo-title{
    margin: 8px auto 18px !important;
    max-width: 92vw;
  }
  html body .roi-hero-art__brand .hero-logo-title img{
    width: min(760px, 92vw);
  }
}
@media (max-width: 767px){
  html body .roi-hero-art__brand .hero-logo-title img{
    width: 94vw;
  }
  html body .roi-hero-art__eyebrow{
    margin-bottom: 14px !important;
  }
  html body .roi-hero-art__brand .roi-hero-subtitle{
    max-width: 92vw;
  }
}
