html {
  background: #fffafb;
}

body,
body.page-directory,
body.page-document,
body.page-media,
body.page-service {
  position: relative;
  isolation: isolate;
  background: transparent;
}

.site-fixed-background {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background: #fffafb url('/assets/img/generated/inad-fixed-page-background.webp') center bottom / cover no-repeat;
}

.site-main::before,
.site-main::after {
  display: none;
}

@media (max-width: 760px) {
  .site-fixed-background {
    background-position: 58% bottom;
  }
}

@media (prefers-reduced-data: reduce) {
  .site-fixed-background {
    background-image: none;
  }
}
