




.easysite-block>p {
  margin: 0;
}


body {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
}



:where(.pp-section--alt-odd #eslcms-content > section:nth-child(odd)) {
  background: var(--pp-section--alt-background);
}

:where(.pp-section--alt-even #eslcms-content > section:nth-child(even)) {
  background: var(--pp-section--alt-background);
}



@media(max-width: 477px) {
  body {
    --pp-header-height: 150px;
    
  }
}

@media(max-width: 766px) {
  body {
    --pp-header-height: 150px;
    
  }
}

@media(max-width: 990px) {
  body {
    --pp-header-height: 150px;
    
  }
}

@media(min-width: 991px) {
  body {
    --pp-header-height: 150px;
    
  }
}




body.esl-is-frontend :focus-visible {
  outline-offset: var(--pp-focus-outline-offset);
  z-index: 1;
}


@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  
  [class*=fade-],
  [class*=-fade] {
    opacity: 1 !important;
  }
}