<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 *******/
@media only screen and (min-width: 768px) {
  .desktop-space__small {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .desktop-space__medium {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .desktop-space__large {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-space__small {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-space__medium {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-space__large {
    padding-bottom: 30px;
  }
}
/*# sourceMappingURL=divider-component.css.map*/</pre></body></html>