html.home-center-pending [data-home-center-fallback] {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html.home-center-pending body.home-map-page::before {
  content: "";
  position: fixed;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 2px solid rgba(255, 255, 255, 0.13);
  border-top-color: #ff6500;
  border-radius: 50%;
  pointer-events: none;
  animation: livar-home-center-pending 0.72s linear infinite;
}

@keyframes livar-home-center-pending {
  to { transform: rotate(360deg); }
}

.home-center-host[hidden] {
  display: none !important;
}

.home-center-host {
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
  background: #050608;
  isolation: isolate;
}

.home-center-host.is-booting {
  position: absolute !important;
  left: -200vw !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.home-center-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  margin: 0;
  border: 0;
  background: #050608;
}

body.home-center-active [data-home-center-fallback] {
  display: none !important;
}

@media (min-width: 901px) {
  .home-center-host.is-ready,
  .home-center-host.is-booting {
    position: absolute;
    z-index: 3;
    top: var(--home-center-top, 118px);
    width: min(1540px, calc(100vw - 36px));
    height: var(--home-center-height, calc(100svh - 340px));
    min-height: 120px;
    margin: 0;
  }

  .home-center-host.is-ready {
    left: 50%;
    transform: translateX(-50%);
  }

  .home-center-host.home-center-width-contained {
    width: min(1120px, calc(100vw - 36px));
  }

  .home-center-host.home-center-width-wide {
    width: min(1540px, calc(100vw - 36px));
  }

  .home-center-host.home-center-width-full {
    width: 100vw;
  }
}

@media (max-width: 900px) {
  .home-center-host.is-booting {
    width: 100%;
    height: var(--home-center-mobile-min, 560px);
  }

  .home-center-host.is-ready {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: var(--home-center-mobile-min, 560px);
    margin: 0;
    overflow: hidden;
  }

  .home-center-host.is-ready.home-center-width-full {
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
  }

  .home-center-host.is-ready .home-center-frame {
    height: var(--home-center-mobile-height, 560px);
    min-height: var(--home-center-mobile-min, 560px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html.home-center-pending body.home-map-page::before {
    animation: none;
  }

  .home-center-host,
  .home-center-frame {
    scroll-behavior: auto !important;
  }
}
/* Desktop footer access v3.13.30: the parent document must remain scrollable
 * after the fixed first viewport so boundary handoff can reveal the footer. */
@media (min-width: 901px) {
  html.home-map-document {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior-y: auto;
  }

  html.home-map-document body.home-map-page {
    overflow: visible !important;
    overscroll-behavior-y: auto;
  }
}
