<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'sa_custom_caps';
  src:  url('../fonts/sa_custom_caps.eot?s31xf0');
  src:  url('../fonts/sa_custom_caps.eot?s31xf0#iefix') format('embedded-opentype'),
    url('../fonts/sa_custom_caps.ttf?s31xf0') format('truetype'),
    url('../fonts/sa_custom_caps.woff?s31xf0') format('woff'),
    url('../fonts/sa_custom_caps.svg?s31xf0#at_caps') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-sa-custom-"], [class*=" icon-sa-custom-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'sa_custom_caps' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sa-custom-caps-lock:before {
  content: "\e900";
}

.half-width {
  width: 50% !important;
}

.footer-sa ul{
  text-align: left;
}

.footer-sa li{
  text-align: left;
  margin-left: auto;
  display: block;
  max-width: initial;
}

.footer-sa a{
  font-weight: normal;
  text-transform: initial;
  font-size: 14px;
  line-height: 2rem;
}

.form-control-readonly[readonly] {
  cursor: not-allowed !important;
  opacity: 1;
}
</pre></body></html>