<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************ Skandinavisk colors ***********/
/******* Aspect ratios *****/
/****** Transition *******/
.tiles__wrapper {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .tiles__wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tiles__container {
    width: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .tiles__container {
    width: 25%;
    flex-basis: 25%;
  }
}

.subscription-set__title {
  line-height: 20px;
}
/*# sourceMappingURL=subscriptionSetRow.css.map*/</pre></body></html>