/*# sourceMappingURL=http://localhost/eethuisima2025/App/Images/Templates/ParallaxBanner/Css/main.scss.map*/.cw1 {
  --cw:1;
}
.cw2 {
  --cw:2;
}
.cw3 {
  --cw:3;
}
.cw4 {
  --cw:4;
}
.cw5 {
  --cw:5;
}
.cw6 {
  --cw:6;
}
.cw7 {
  --cw:7;
}
.cw8 {
  --cw:8;
}
.cw9 {
  --cw:9;
}
.cw10 {
  --cw:10;
}
.cw11 {
  --cw:11;
}
.cw12 {
  --cw:12;
}
.image-block--parallax {
  overflow: visible !important;
  border-radius: 0px !important;
  position: relative;
  --custom-color: #fff;
  --h1-font-size: 50px;
  --h1-line-height: 55px;
}
.image-block--parallax .parallax {
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-position: 0 var(--bg-offset);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 692px) {
  .image-block--parallax .parallax {
    background-size: auto 1000px;
  }
}
.image-block--parallax figure {
  border-radius: 0px !important;
  height: var(--parallax-banner-height, 600px) !important;
}
.image-block--parallax figure > div {
  height: var(--parallax-banner-height, 600px) !important;
}
.image-block--parallax figure:before {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  opacity: 1;
  background-image: linear-gradient(0deg, rgba(4, 30, 66, 0) 0%, rgba(4, 30, 66, 0.5) 100%);
}
.image-block--parallax figcaption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-block--parallax figcaption .in-active {
  pointer-events: none;
  z-index: -999;
}
.image-block--parallax figcaption grid {
  top: 40%;
  transition: opacity 0.1s;
}
