/* The application supplies its existing navigation and preserved Hero.
   Keep Framer's original Hero in its React tree to preserve hydration. */
.framer-16zcb9e-container {
  display: none !important;
}

#__framer-badge-container {
  display: none !important;
}

#hero {
  visibility: hidden !important;
  box-sizing: border-box !important;
  height: 800px !important;
  min-height: 800px !important;
  max-height: 800px !important;
}

iframe#anivance-preserved-hero {
  position: absolute;
  display: block;
  border: 0;
  z-index: 2;
}

/* Join the Challenge banner to Our Position without the export's spare
   section height and oversized top padding. Preserve the banner and Hero. */
@media (min-width: 1280px) {
  section[data-framer-name="The Challege section"] {
    height: auto !important;
  }
  section[data-framer-name="Our position section "] > [data-framer-name="our position next leap section"] {
    padding-top: 56px !important;
  }
}
