<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*# sourceMappingURL=https://webbureau.nu/App/Portfolio/Templates/Cards/Css/CardImage.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;
}
.card.card--image-service {
  --card-border:0px solid transparent;
  position: relative;
  --h3-margin-bottom: 100px;
  --custom-color:#fff;
}
.card.card--image-service figure {
  display: flex;
  justify-content: center;
}
.card.card--image-service figure img {
  max-height: 410px;
}
.card.card--image-service a {
  opacity: 0;
}
.card.card--image-service:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  content: "";
  background-image: linear-gradient(181.46488613deg, #00000000 0%, #000000ff 100%);
  opacity: 0.4;
}
.card.card--image-service .card__tags {
  position: absolute;
  z-index: 1;
  bottom: 5px;
  left: 5px;
  transition: right 1.5s;
  --custom-font-size: 12px;
  display: flex;
  flex-wrap: nowrap;
  gap: 3px;
}
.card.card--image-service .card__tags.card__tags--groups {
  bottom: 50px;
}
.card.card--image-service .card__tags .card__tag {
  border: 1px solid #fff;
  border-radius: var(--border-radius);
  padding: 3px 6px;
  white-space: nowrap;
}
.card.card--image-service .card__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: flex-start;
  justify-content: flex-start;
}
.card.card--image-service .card__content .card__description {
  display: none;
}
.card.card--image-service .card__content .card__read-more {
  margin-top: auto;
  margin-bottom: 0px;
}
.card.card--image-service .card__content a {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
</pre></body></html>