  html:not(.lenis-ready) {
    opacity: 0;
  }
  html.lenis-ready {
    opacity: 1 !important;
    visibility: visible !important;
  }