 .u-section-1 {
  --color-var: #f0f8ff;
}

.u-section-1 .u-sheet-1 {
  min-height: 868px;
}

.u-section-1 .u-custom-html-1 {
  height: auto;
  min-height: 800px;
  margin-top: 68px;
  margin-bottom: 0;
  background-image: none;
  --color-var: #f0f8ff;
}.full-page-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #F0F8FF;
    z-index: -10;
} 