/* Final launch containment for intentionally off-canvas carousel slides and
   decorative CTA shapes on the static home page. */
html {
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html {
    overflow-x: clip;
  }
}
