<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,400;0,700;1,100;1,400;1,700&amp;display=swap);
/* Dependencies */
:root {
  --sansSerif: 'Lato', Helvetica, Arial, Verdana, sans-serif;

  /* boostrap defaults */
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --black: #000000;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;

  --blackOverlay: rgba(0, 0, 0, 0.2);

  font-size: 16px;
  line-height: 1em;
}
* {
  border: 0;
  font-style: inherit;
  font-family: inherit;
  line-height: 1em;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  background: black;
  color: white;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  position: relative;
  min-width: 280px;
}
main {
  display: block;
  overflow: hidden;
  position: relative;
}
ol,
ul,
dl {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote,
q {
  quotes: '' '';
}
blockquote:before {
    content: '';
  }
q:before {
    content: '';
  }
blockquote:after {
    content: '';
  }
q:after {
    content: '';
  }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table caption,table th,table td {
    text-align: left;
    font-weight: normal;
  }
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}
p {
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 20px;
}
p:last-of-type {
  margin-bottom: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
abbr {
  text-decoration: none;
  cursor: help;
}
img {
  max-width: 100%;
}
a,
button {
  border: none;
  background-color: transparent;
  color: #ffffff;
  color: var(--white);
  cursor: pointer;
  font-weight: 700;
  transition: color 0.3s, fill 0.3s;
}
a:hover,button:hover,a:focus,button:focus {
    color: #007bff;
    color: var(--primary);
  }
/* base */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.skip-content {
  background-color: #000000;
  background-color: var(--black);
  border-radius: 5px;
  color: #ffffff;
  color: var(--white);
  display: inline-block;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: -100px;
  z-index: 2147483647;
  text-decoration: none;
  transition: opacity 0.3s, top 0.3s;
  width: auto;
}
.skip-content:focus {
    color: #ffffff;
    color: var(--white);
    opacity: 1;
    top: 10px;
  }
h1,
.h1 {
  font-size: 50px;
  transition: font-size 0.3s;
}
@media (min-width: 576px) {
h1,
.h1 {
    font-size: 60px;
}
  }
@media (min-width: 768px) {
h1,
.h1 {
    font-size: 70px;
}
  }
@media (min-width: 992px) {
h1,
.h1 {
    font-size: 80px;
}
  }
@media (min-width: 1200px) {
h1,
.h1 {
    font-size: 90px;
}
  }
h2,
.h2 {
  font-size: 40px;
  transition: font-size 0.3s;
}
@media (min-width: 576px) {
h2,
.h2 {
    font-size: 50px;
}
  }
@media (min-width: 768px) {
h2,
.h2 {
    font-size: 60px;
}
  }
@media (min-width: 992px) {
h2,
.h2 {
    font-size: 70px;
}
  }
@media (min-width: 1200px) {
h2,
.h2 {
    font-size: 80px;
}
  }
h3,
.h3 {
  font-size: 30px;
  transition: font-size 0.3s;
}
@media (min-width: 576px) {
h3,
.h3 {
    font-size: 40px;
}
  }
@media (min-width: 768px) {
h3,
.h3 {
    font-size: 50px;
}
  }
@media (min-width: 992px) {
h3,
.h3 {
    font-size: 60px;
}
  }
@media (min-width: 1200px) {
h3,
.h3 {
    font-size: 70px;
}
  }
h4,
.h4 {
  font-size: 20px;
  transition: font-size 0.3s;
}
@media (min-width: 576px) {
h4,
.h4 {
    font-size: 30px;
}
  }
@media (min-width: 768px) {
h4,
.h4 {
    font-size: 40px;
}
  }
@media (min-width: 992px) {
h4,
.h4 {
    font-size: 50px;
}
  }
@media (min-width: 1200px) {
h4,
.h4 {
    font-size: 60px;
}
  }
.smaller {
  font-size: 12px;
}
/* base.css */
body {
  background-color: #000000;
  background-color: var(--black);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  font-family: 'Lato', Helvetica, Arial, Verdana, sans-serif;
  font-family: var(--sansSerif);
  height: 100vh;
  min-height: 320px;
  position: relative;
  width: 100%;
}
body:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.2);
    background-color: var(--blackOverlay);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
  }
/* Set max width of content */
content-wrapper {
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  max-width: 1400px;
}
/* Start main styles */
main {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}
section.logo {
  display: flex;
  height: 100%;
  align-items: stretch;
  justify-content: center;
}
section.logo content-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
section.logo content-wrapper h1,section.logo content-wrapper a {
      color: #ffffff;
      color: var(--white);
      font-weight: 700;
      text-decoration: none;
    }
section.logo content-wrapper .h3 {
      font-weight: 300;
    }
section.logo content-wrapper .h3 sup {
        font-weight: 300;
        font-size: 0.75em;
      }
section.logo content-wrapper .h3 sup a {
          color: #ffffff;
          color: var(--white);
          font-weight: 300;
          text-decoration: none;
        }
my-footer:not(:defined) {
    display: none;
  }
my-footer:defined a {
      text-decoration: none;
    }
my-footer:defined a [data-link='text'] {
      background-image: linear-gradient(#f8f9fa, #f8f9fa);
      background-image: linear-gradient(var(--light), var(--light));
      background-position: left calc(100% - 1px);
      background-repeat: no-repeat;
      background-size: 100% 1px;
      display: inline;
      transition: background 0.3s;
    }
my-footer:defined a:hover,my-footer:defined a:focus {
      color: #ffffff;
      color: var(--white);
    }
my-footer:defined a:hover [data-link='text'] {
        background-position: left bottom;
      }
my-footer:defined a:focus [data-link='text'] {
        background-position: left bottom;
      }
/* Error Page overrides */
body.error-page .skip-content {
    background-color: #ffffff;
    background-color: var(--white);
  }
body.error-page .skip-content:focus {
      color: #007bff;
      color: var(--primary);
    }
body.error-page section.logo {
    color: #000000;
    color: var(--black);
  }
body.error-page section.logo h1,body.error-page section.logo a {
      color: #000000;
      color: var(--black);
    }
body.error-page section.logo p {
      margin-bottom: 0;
    }

</pre></body></html>