/* Plans page hero banner — image: plans.png 1774×887 */
#hero.plans-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1774 / 887;
  min-height: unset;
  max-height: none;
  height: auto;
  display: block;
  background-color: #1f1648;
  background-image: url('../img/home/plans.png');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-drag: none;
}

@media screen and (max-width: 992px) {
  #hero.plans-hero {
    min-height: unset;
    max-height: none;
    aspect-ratio: 1774 / 887;
  }
}
