<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GLOBAL
----------------------------------------------------------------------------------------------------*/

html,
body {
  height: 100%;
}

body {
  font-family: "Noto Sans" !important;
  font-size: 13px !important;
  line-height: 1.538em !important;
  color: #555555;
  font-weight: 400;
  
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Jost Regular" !important;
}

b, strong {
  font-weight: 700;
}

a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}

.btn {
  border-radius: 0;
}
.btn-submit {
  background-color: #ffffff;
  color: #000000;
}
.btn-submit:hover, .btn-submit:focus {
    color: #000000;
}
.btn-recover {
  background-color: #424143;
  color: #ffffff;
  font-size: 0.857em;
  padding: 9.5px 12px;
}


/* HEADER
----------------------------------------------------------------------------------------------------*/

#header {
  border-bottom: 0;
  background-color: #041d31;
  color: #ffffff;
  min-height: 56px;
  -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.15);
}
#header a {
  color: #81c8e8;
}
#header a:hover,
#header a:active {
  color: #81c8e8;
  text-decoration: none;
}

/* FOOTER
----------------------------------------------------------------------------------------------------*/

#footer {
  margin: 0;
  background-color: #ffffff;
  padding: 14px 0;
  z-index: 1040;
/*  position: relative;*/
  font-size: 0.615em;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
  color: #666666;
  -webkit-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
    position: fixed;
    width: 100%;
    bottom: 0;
}
#footer &gt; section &gt; div:first-child {
  font-size: 1.250em;
}
#footer &gt; section {
  margin: 0;
}
#footer a {
  color: #666666;
}
#footer a:hover,
#footer a:focus {
  color: #666666;
  text-decoration: none;
}</pre></body></html>