.block-hero-404 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 30.375rem;
  text-align: center
}
body.show-qa-overlays .block-hero-404 {
  height: auto;
  min-height: clamp(46.75rem,31.6071428571rem + 31.5476190476vw,60rem)
}
.block-hero-404 .content-wrapper {
  flex: 0 0 100%;
  width: 100%
}