
/*! Squarespace LESS Compiler  (less.js language v1.3.3)  */
.background-pause-button.visible{display:none !important}#block-yui_3_17_2_1_1736556937016_23665.video-block .video-player{padding-bottom:50%}
/* Fix: Without Squarespace JS, section-border (absolute, solid bg) covers content.
   Move the background to the section itself and make section-border non-painting. */
.page-section > .section-border {
  background-color: transparent !important;
}
.page-section > .section-border > .section-background {
  background-color: transparent !important;
}
.page-section {
  background-color: var(--siteBackgroundColor, #e6e4dd);
}
.page-section[data-section-theme="dark"],
.page-section[data-section-theme="dark-bold"] {
  background-color: var(--darkAccent, #ff9e7c);
}
.page-section > .content-wrapper {
  position: relative;
  z-index: 2;
}
/* Disable Squarespace scroll animations that hide content without JS */
@keyframes hideContent { 0%, 100% { opacity: 1; } }
.block-animation-fade-in,
.block-animation-slide-up,
.block-animation-reveal,
.block-animation-focus-in {
  opacity: 1 !important;
  transform: none !important;
}
