/*# sourceMappingURL=https://demo.webbureau.nu/thuisreiniging2025/App/BeforeAfter/Templates/Cards/Css/Card.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;
}
.before-after {
  --height: 410px;
  position: relative;
  height: var(--height);
}
.before-after .image-block {
  position: absolute;
  inset: 0 0 0 0;
  height: var(--height);
}
.before-after .image-block img {
  object-fit: cover;
  height: var(--height);
}
.before-after .image-block + .image-block {
  transition: clip-path 0.8s ease-out;
  z-index: 2;
  clip-path: polygon(var(--x-top) 0, 100% 0, 100% 100%, var(--x) 100%);
}
.card.card--BeforeAfter {
  background: #1b9b2226 !important;
  --x: 0%;
  --x-top: 0%;
  display: flex;
  flex-direction: row !important;
}
.card.card--BeforeAfter h3 {
  color: var(--secondary) !important;
  margin-bottom: 0;
}
.card.card--BeforeAfter .card__image {
  width: 50%;
}
.card.card--BeforeAfter .card__image img {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card.card--BeforeAfter .card__content {
  max-width: 100%;
  --font-size: 15px;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}
@media (max-width: 692px) {
  .card.card--BeforeAfter {
    flex-direction: column !important;
  }
  .card.card--BeforeAfter .card__image {
    width: 100%;
  }
  .card.card--BeforeAfter figure img {
    border-radius: var(--border-radius) var(--border-radius) 0 0;
  }
  .card.card--BeforeAfter .card__content {
    border-radius: 0 0 var(--border-radius) var(--border-radius);
  }
}
@media (min-width: 692px) {
  .card.card--BeforeAfter.card--vertical {
    flex-direction: column !important;
  }
  .card.card--BeforeAfter.card--vertical .card__image {
    width: 100%;
  }
  .card.card--BeforeAfter.card--vertical figure img {
    border-radius: var(--border-radius) var(--border-radius) 0 0;
  }
  .card.card--BeforeAfter.card--vertical .card__content {
    border-radius: 0 0 var(--border-radius) var(--border-radius);
  }
  .card.card--BeforeAfter.card--square .card__content {
    display: none;
  }
  .card.card--BeforeAfter.card--square .card__image {
    width: 100%;
  }
  .card.card--BeforeAfter.card--left .card__content, .card.card--BeforeAfter.card--right .card__content {
    max-width: 43%;
    padding: 30px;
  }
  .card.card--BeforeAfter.card--left .card__image, .card.card--BeforeAfter.card--right .card__image {
    width: 50%;
  }
  .card.card--BeforeAfter.card--left .card__content, .card.card--BeforeAfter.card--right .card__content {
    border-radius: 0 0 var(--border-radius) var(--border-radius);
  }
  .card.card--BeforeAfter.card--right {
    flex-direction: row-reverse !important;
  }
  .card.card--BeforeAfter.card--right figure img {
    border-radius: 0;
  }
}
