/* Keep one native document scroller for Locomotive v5 and ScrollTrigger. */
html {
  overflow-x: clip;
  overflow-y: auto;
  scroll-behavior: auto;
  scroll-padding-top: 9rem;
}
body {
  height: auto;
  min-height: 100vh;
  overflow-x: clip;
  overflow-y: visible;
  overscroll-behavior-y: auto;
}
html::-webkit-scrollbar {
  display: block;
  width: 8px;
}
html::-webkit-scrollbar-thumb {
  background: #424754;
  border-radius: 9999px;
}
.motion-heading-copy {
  min-width: 0;
}
.motion-heading-word {
  display: inline-block;
  vertical-align: baseline;
}
