<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body.animsition-active {
  overflow-x: hidden;
}

.animsition {
  position: absolute;
  width: 100%;
  min-height: 100%;
  height: auto;
  overflow: auto;
  overflow-y: auto;
}

.animsition.disable {
  position: initial;
  width: auto;
  min-height: auto;
  opacity: 1;
  overflow: hidden;
}
/*# sourceMappingURL=setup.animsition.css.map */</pre></body></html>