<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* accessibility */
a.skip-link {
  position: absolute;
  top: -2rem;
  padding: 0 0.5rem;
  background: #ccc;
  color: #16284c !important;
  font-size: small;
  height: 2rem;
  line-height: 2rem;
  display: block;
  transition: top 1s ease-out;
  outline: none;
  z-index: 10000;
}
a.skip-link:focus {
  top: 0;
  transition: top 0.1s;
}
.hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#skip a {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#skip a:focus {
  position: static;
  width: auto;
  height: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* other */
.text-white {color:white !important;}
</pre></body></html>