/* Homepage flow — below-fold / reveal-footer rules loaded async (hotels sticky stays in a2z-flow.css). */

@media (min-width: 900px) and (prefers-reduced-motion: no-preference) {
  body.a2z-home.fl-reveal-footer #main {
    position: relative;
    z-index: 1;
    background: #ffffff;
  }
  body.a2z-home.fl-reveal-footer .a2z-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
  }
  body.a2z-home.fl-reveal-footer .a2z-footer > * {
    position: relative;
    z-index: 1;
  }
}
