/* Webflow FOUC fallback: visible content before w-mod-ix3 / on file:// */
html.w-mod-js:not(.w-mod-ix3) :is(
  .navbar-section,
  .footer-wrapper,
  .footer-section,
  .hero-section,
  .about-section,
  .module-section,
  .courses-section,
  .testimonial-section,
  .cta-section,
  .single-section,
  .content-group,
  .preload-section .accent-medium,
  .display-medium,
  .display-small,
  .display-large,
  .body-medium,
  .body-large,
  .accent-large,
  .courses-card-wrapper,
  .spline-wrapper,
  .item-wrapper,
  .changelog-page,
  .license-page,
  .style-guide-page,
  .single-page
) {
  visibility: visible !important;
}

html[data-local-static] .preload-section,
html.w-mod-ix3 .preload-section {
  display: none !important;
  pointer-events: none !important;
}
