<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.scrollUp {
  position: fixed;
  z-index: 9;
  bottom: 24px;
  right: 24px;
  display: none;
}
.scrollUp button {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid #009494;
  border-radius: 50%;
  background-color: white;
  color: #009494;
  cursor: pointer;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.scrollUp button:focus, .scrollUp button:hover {
  background-color: #009494;
  color: white;
}

@media (max-width: 1439px) {
  .scrollUp {
    display: none;
  }
}

/*# sourceMappingURL=scrollUp.css.map */
</pre></body></html>