html.chetana-nav-intro-pending,
html.chetana-nav-intro-running,
html.chetana-nav-intro-pending body,
html.chetana-nav-intro-running body {
  overflow: hidden !important;
  overscroll-behavior: none;
}

html.chetana-nav-intro-pending [nav="logo"],
html.chetana-nav-intro-running:not(.chetana-nav-intro-handoff) [nav="logo"] {
  opacity: 0 !important;
}

html.chetana-nav-intro-pending::before,
html.chetana-nav-intro-pending::after {
  position: fixed;
  z-index: 2147483647;
  pointer-events: auto;
  content: "";
}

html.chetana-nav-intro-pending::before {
  inset: 0;
  background-color: #fff;
  background-image: url("https://cdn.prod.website-files.com/6a2a98a8a03885cc497a451d/6a2ab0770f12de5269b92b6a_papertexture.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

html.chetana-nav-intro-pending::after {
  top: 50%;
  left: 50%;
  width: 3.375rem;
  height: 12.125rem;
  background-image: url("https://cdn.prod.website-files.com/6a2a98a8a03885cc497a451d/6a2aaeaaf65f038484ee519b_logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.chetana-nav-intro-overlay {
  position: fixed;
  z-index: 2147483647;
  inset: 0;
  overflow: hidden;
  pointer-events: auto;
  isolation: isolate;
}

.chetana-nav-intro-background {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-color: #fff;
  background-image: url("https://cdn.prod.website-files.com/6a2a98a8a03885cc497a451d/6a2ab0770f12de5269b92b6a_papertexture.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  will-change: transform;
}

.chetana-nav-intro-logo {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  max-width: none;
  object-fit: contain;
  pointer-events: none;
  transform-origin: top left;
  will-change: width, height, transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
  html.chetana-nav-intro-pending::before,
  html.chetana-nav-intro-pending::after,
  .chetana-nav-intro-overlay {
    display: none !important;
  }
}
