@import url(https://web.archive.org/web/20240116095924cs_/https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&amp;display=swap);
#bs-header[data-v-6ccd7fb4] {
  background-color: #000;
  padding: 0 8px 0 8px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#bs-page-logo[data-v-6ccd7fb4] {
  float: left;
  margin-right: 16px;
}
#bs-page-logo img[data-v-6ccd7fb4] {
  height: 30px;
  width: auto;
  margin: 8px;
  padding: 0;
}
#bs-page-nav[data-v-6ccd7fb4] {
  float: left;
  margin: 0;
  padding: 0;
}
#bs-page-nav a[data-v-6ccd7fb4] {
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
}
#bs-page-nav .tab[data-v-6ccd7fb4] {
  text-transform: uppercase;
  padding: 16px;
  padding-bottom: 14px;
  margin: 0;
  text-decoration: none;
  border-bottom: 2px solid #000;
}
#bs-page-nav .tab.router-link-active[data-v-6ccd7fb4],
#bs-page-nav .tab[data-v-6ccd7fb4]:hover {
  color: #fff;
  border-bottom: 2px solid #ff0 !important;
}
#bs-page-cta[data-v-6ccd7fb4] {
  float: right;
  margin: 8px 0 8px 0;
}
#bs-footer[data-v-4a1147aa] {
  background-color: #00161c;
  padding: 24px 0 96px 0;
}
#bs-footer-nav a[data-v-4a1147aa] {
  display: block;
  text-decoration: none;
  padding: 8px 0 8px 0;
}
#bs-footer-nav a.router-link-exact-active[data-v-4a1147aa],
#bs-footer-nav a[data-v-4a1147aa]:hover {
  border-left: 2px solid #ff0;
  padding-left: 8px;
  color: #fff;
}
#bs-page-footer-mobile[data-v-4a1147aa] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #00161c;
  z-index: 10000000;
}
#bs-page-footer-mobile a[data-v-4a1147aa] {
  margin: 16px 32px 16px 32px;
}
/*!
 * Bootstrap Grid Only (grid and responsive utilities extracted from Bootstrap 4.1.3)
 * GitHub: https://github.com/dmhendricks/bootstrap-grid-css
 * Bootstrap License: MIT (https://github.com/twbs/bootstrap/blob/v4-dev/LICENSE)
 * Credits: Twitter, Inc. & The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
:after,
:before {
  box-sizing: inherit;
}
.bootstrap-wrapper .clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.bootstrap-wrapper .visible {
  visibility: visible !important;
}
.bootstrap-wrapper .invisible {
  visibility: hidden !important;
}
.bootstrap-wrapper .hidden-xs-up {
  display: none !important;
}
@media (max-width: 575.98px) {
  .bootstrap-wrapper .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .bootstrap-wrapper .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .bootstrap-wrapper .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-wrapper .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .bootstrap-wrapper .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-wrapper .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .bootstrap-wrapper .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-wrapper .hidden-xl-up {
    display: none !important;
  }
}
.bootstrap-wrapper .hidden-xl-down,
.bootstrap-wrapper .visible-print-block {
  display: none !important;
}
@media print {
  .bootstrap-wrapper .visible-print-block {
    display: block !important;
  }
}
.bootstrap-wrapper .visible-print-inline {
  display: none !important;
}
@media print {
  .bootstrap-wrapper .visible-print-inline {
    display: inline !important;
  }
}
.bootstrap-wrapper .visible-print-inline-block {
  display: none !important;
}
@media print {
  .bootstrap-wrapper .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .bootstrap-wrapper .hidden-print {
    display: none !important;
  }
}
.bootstrap-wrapper .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .bootstrap-wrapper .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrap-wrapper .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bootstrap-wrapper .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-wrapper .container {
    max-width: 1140px;
  }
}
.bootstrap-wrapper .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.bootstrap-wrapper .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.bootstrap-wrapper .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap-wrapper .no-gutters > .col,
.bootstrap-wrapper .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-wrapper .col,
.bootstrap-wrapper .col-1,
.bootstrap-wrapper .col-2,
.bootstrap-wrapper .col-3,
.bootstrap-wrapper .col-4,
.bootstrap-wrapper .col-5,
.bootstrap-wrapper .col-6,
.bootstrap-wrapper .col-7,
.bootstrap-wrapper .col-8,
.bootstrap-wrapper .col-9,
.bootstrap-wrapper .col-10,
.bootstrap-wrapper .col-11,
.bootstrap-wrapper .col-12,
.bootstrap-wrapper .col-auto,
.bootstrap-wrapper .col-lg,
.bootstrap-wrapper .col-lg-1,
.bootstrap-wrapper .col-lg-2,
.bootstrap-wrapper .col-lg-3,
.bootstrap-wrapper .col-lg-4,
.bootstrap-wrapper .col-lg-5,
.bootstrap-wrapper .col-lg-6,
.bootstrap-wrapper .col-lg-7,
.bootstrap-wrapper .col-lg-8,
.bootstrap-wrapper .col-lg-9,
.bootstrap-wrapper .col-lg-10,
.bootstrap-wrapper .col-lg-11,
.bootstrap-wrapper .col-lg-12,
.bootstrap-wrapper .col-lg-auto,
.bootstrap-wrapper .col-md,
.bootstrap-wrapper .col-md-1,
.bootstrap-wrapper .col-md-2,
.bootstrap-wrapper .col-md-3,
.bootstrap-wrapper .col-md-4,
.bootstrap-wrapper .col-md-5,
.bootstrap-wrapper .col-md-6,
.bootstrap-wrapper .col-md-7,
.bootstrap-wrapper .col-md-8,
.bootstrap-wrapper .col-md-9,
.bootstrap-wrapper .col-md-10,
.bootstrap-wrapper .col-md-11,
.bootstrap-wrapper .col-md-12,
.bootstrap-wrapper .col-md-auto,
.bootstrap-wrapper .col-sm,
.bootstrap-wrapper .col-sm-1,
.bootstrap-wrapper .col-sm-2,
.bootstrap-wrapper .col-sm-3,
.bootstrap-wrapper .col-sm-4,
.bootstrap-wrapper .col-sm-5,
.bootstrap-wrapper .col-sm-6,
.bootstrap-wrapper .col-sm-7,
.bootstrap-wrapper .col-sm-8,
.bootstrap-wrapper .col-sm-9,
.bootstrap-wrapper .col-sm-10,
.bootstrap-wrapper .col-sm-11,
.bootstrap-wrapper .col-sm-12,
.bootstrap-wrapper .col-sm-auto,
.bootstrap-wrapper .col-xl,
.bootstrap-wrapper .col-xl-1,
.bootstrap-wrapper .col-xl-2,
.bootstrap-wrapper .col-xl-3,
.bootstrap-wrapper .col-xl-4,
.bootstrap-wrapper .col-xl-5,
.bootstrap-wrapper .col-xl-6,
.bootstrap-wrapper .col-xl-7,
.bootstrap-wrapper .col-xl-8,
.bootstrap-wrapper .col-xl-9,
.bootstrap-wrapper .col-xl-10,
.bootstrap-wrapper .col-xl-11,
.bootstrap-wrapper .col-xl-12,
.bootstrap-wrapper .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrap-wrapper .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.bootstrap-wrapper .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.bootstrap-wrapper .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.bootstrap-wrapper .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.bootstrap-wrapper .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.bootstrap-wrapper .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.bootstrap-wrapper .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.bootstrap-wrapper .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.bootstrap-wrapper .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.bootstrap-wrapper .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.bootstrap-wrapper .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.bootstrap-wrapper .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.bootstrap-wrapper .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.bootstrap-wrapper .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.bootstrap-wrapper .order-first {
  order: -1;
}
.bootstrap-wrapper .order-last {
  order: 13;
}
.bootstrap-wrapper .order-0 {
  order: 0;
}
.bootstrap-wrapper .order-1 {
  order: 1;
}
.bootstrap-wrapper .order-2 {
  order: 2;
}
.bootstrap-wrapper .order-3 {
  order: 3;
}
.bootstrap-wrapper .order-4 {
  order: 4;
}
.bootstrap-wrapper .order-5 {
  order: 5;
}
.bootstrap-wrapper .order-6 {
  order: 6;
}
.bootstrap-wrapper .order-7 {
  order: 7;
}
.bootstrap-wrapper .order-8 {
  order: 8;
}
.bootstrap-wrapper .order-9 {
  order: 9;
}
.bootstrap-wrapper .order-10 {
  order: 10;
}
.bootstrap-wrapper .order-11 {
  order: 11;
}
.bootstrap-wrapper .order-12 {
  order: 12;
}
.bootstrap-wrapper .offset-1 {
  margin-left: 8.3333333333%;
}
.bootstrap-wrapper .offset-2 {
  margin-left: 16.6666666667%;
}
.bootstrap-wrapper .offset-3 {
  margin-left: 25%;
}
.bootstrap-wrapper .offset-4 {
  margin-left: 33.3333333333%;
}
.bootstrap-wrapper .offset-5 {
  margin-left: 41.6666666667%;
}
.bootstrap-wrapper .offset-6 {
  margin-left: 50%;
}
.bootstrap-wrapper .offset-7 {
  margin-left: 58.3333333333%;
}
.bootstrap-wrapper .offset-8 {
  margin-left: 66.6666666667%;
}
.bootstrap-wrapper .offset-9 {
  margin-left: 75%;
}
.bootstrap-wrapper .offset-10 {
  margin-left: 83.3333333333%;
}
.bootstrap-wrapper .offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .bootstrap-wrapper .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-wrapper .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-wrapper .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-wrapper .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-wrapper .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-wrapper .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-wrapper .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-wrapper .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-wrapper .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-wrapper .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-wrapper .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-wrapper .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-wrapper .order-sm-first {
    order: -1;
  }
  .bootstrap-wrapper .order-sm-last {
    order: 13;
  }
  .bootstrap-wrapper .order-sm-0 {
    order: 0;
  }
  .bootstrap-wrapper .order-sm-1 {
    order: 1;
  }
  .bootstrap-wrapper .order-sm-2 {
    order: 2;
  }
  .bootstrap-wrapper .order-sm-3 {
    order: 3;
  }
  .bootstrap-wrapper .order-sm-4 {
    order: 4;
  }
  .bootstrap-wrapper .order-sm-5 {
    order: 5;
  }
  .bootstrap-wrapper .order-sm-6 {
    order: 6;
  }
  .bootstrap-wrapper .order-sm-7 {
    order: 7;
  }
  .bootstrap-wrapper .order-sm-8 {
    order: 8;
  }
  .bootstrap-wrapper .order-sm-9 {
    order: 9;
  }
  .bootstrap-wrapper .order-sm-10 {
    order: 10;
  }
  .bootstrap-wrapper .order-sm-11 {
    order: 11;
  }
  .bootstrap-wrapper .order-sm-12 {
    order: 12;
  }
  .bootstrap-wrapper .offset-sm-0 {
    margin-left: 0;
  }
  .bootstrap-wrapper .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-wrapper .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-wrapper .offset-sm-3 {
    margin-left: 25%;
  }
  .bootstrap-wrapper .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-wrapper .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-wrapper .offset-sm-6 {
    margin-left: 50%;
  }
  .bootstrap-wrapper .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-wrapper .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-wrapper .offset-sm-9 {
    margin-left: 75%;
  }
  .bootstrap-wrapper .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-wrapper .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .bootstrap-wrapper .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-wrapper .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-wrapper .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-wrapper .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-wrapper .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-wrapper .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-wrapper .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-wrapper .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-wrapper .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-wrapper .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-wrapper .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-wrapper .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-wrapper .order-md-first {
    order: -1;
  }
  .bootstrap-wrapper .order-md-last {
    order: 13;
  }
  .bootstrap-wrapper .order-md-0 {
    order: 0;
  }
  .bootstrap-wrapper .order-md-1 {
    order: 1;
  }
  .bootstrap-wrapper .order-md-2 {
    order: 2;
  }
  .bootstrap-wrapper .order-md-3 {
    order: 3;
  }
  .bootstrap-wrapper .order-md-4 {
    order: 4;
  }
  .bootstrap-wrapper .order-md-5 {
    order: 5;
  }
  .bootstrap-wrapper .order-md-6 {
    order: 6;
  }
  .bootstrap-wrapper .order-md-7 {
    order: 7;
  }
  .bootstrap-wrapper .order-md-8 {
    order: 8;
  }
  .bootstrap-wrapper .order-md-9 {
    order: 9;
  }
  .bootstrap-wrapper .order-md-10 {
    order: 10;
  }
  .bootstrap-wrapper .order-md-11 {
    order: 11;
  }
  .bootstrap-wrapper .order-md-12 {
    order: 12;
  }
  .bootstrap-wrapper .offset-md-0 {
    margin-left: 0;
  }
  .bootstrap-wrapper .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-wrapper .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-wrapper .offset-md-3 {
    margin-left: 25%;
  }
  .bootstrap-wrapper .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-wrapper .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-wrapper .offset-md-6 {
    margin-left: 50%;
  }
  .bootstrap-wrapper .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-wrapper .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-wrapper .offset-md-9 {
    margin-left: 75%;
  }
  .bootstrap-wrapper .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-wrapper .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .bootstrap-wrapper .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-wrapper .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-wrapper .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-wrapper .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-wrapper .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-wrapper .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-wrapper .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-wrapper .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-wrapper .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-wrapper .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-wrapper .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-wrapper .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-wrapper .order-lg-first {
    order: -1;
  }
  .bootstrap-wrapper .order-lg-last {
    order: 13;
  }
  .bootstrap-wrapper .order-lg-0 {
    order: 0;
  }
  .bootstrap-wrapper .order-lg-1 {
    order: 1;
  }
  .bootstrap-wrapper .order-lg-2 {
    order: 2;
  }
  .bootstrap-wrapper .order-lg-3 {
    order: 3;
  }
  .bootstrap-wrapper .order-lg-4 {
    order: 4;
  }
  .bootstrap-wrapper .order-lg-5 {
    order: 5;
  }
  .bootstrap-wrapper .order-lg-6 {
    order: 6;
  }
  .bootstrap-wrapper .order-lg-7 {
    order: 7;
  }
  .bootstrap-wrapper .order-lg-8 {
    order: 8;
  }
  .bootstrap-wrapper .order-lg-9 {
    order: 9;
  }
  .bootstrap-wrapper .order-lg-10 {
    order: 10;
  }
  .bootstrap-wrapper .order-lg-11 {
    order: 11;
  }
  .bootstrap-wrapper .order-lg-12 {
    order: 12;
  }
  .bootstrap-wrapper .offset-lg-0 {
    margin-left: 0;
  }
  .bootstrap-wrapper .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-wrapper .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-wrapper .offset-lg-3 {
    margin-left: 25%;
  }
  .bootstrap-wrapper .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-wrapper .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-wrapper .offset-lg-6 {
    margin-left: 50%;
  }
  .bootstrap-wrapper .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-wrapper .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-wrapper .offset-lg-9 {
    margin-left: 75%;
  }
  .bootstrap-wrapper .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-wrapper .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .bootstrap-wrapper .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-wrapper .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-wrapper .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-wrapper .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-wrapper .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-wrapper .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-wrapper .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-wrapper .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-wrapper .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-wrapper .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-wrapper .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-wrapper .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-wrapper .order-xl-first {
    order: -1;
  }
  .bootstrap-wrapper .order-xl-last {
    order: 13;
  }
  .bootstrap-wrapper .order-xl-0 {
    order: 0;
  }
  .bootstrap-wrapper .order-xl-1 {
    order: 1;
  }
  .bootstrap-wrapper .order-xl-2 {
    order: 2;
  }
  .bootstrap-wrapper .order-xl-3 {
    order: 3;
  }
  .bootstrap-wrapper .order-xl-4 {
    order: 4;
  }
  .bootstrap-wrapper .order-xl-5 {
    order: 5;
  }
  .bootstrap-wrapper .order-xl-6 {
    order: 6;
  }
  .bootstrap-wrapper .order-xl-7 {
    order: 7;
  }
  .bootstrap-wrapper .order-xl-8 {
    order: 8;
  }
  .bootstrap-wrapper .order-xl-9 {
    order: 9;
  }
  .bootstrap-wrapper .order-xl-10 {
    order: 10;
  }
  .bootstrap-wrapper .order-xl-11 {
    order: 11;
  }
  .bootstrap-wrapper .order-xl-12 {
    order: 12;
  }
  .bootstrap-wrapper .offset-xl-0 {
    margin-left: 0;
  }
  .bootstrap-wrapper .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-wrapper .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-wrapper .offset-xl-3 {
    margin-left: 25%;
  }
  .bootstrap-wrapper .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-wrapper .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-wrapper .offset-xl-6 {
    margin-left: 50%;
  }
  .bootstrap-wrapper .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-wrapper .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-wrapper .offset-xl-9 {
    margin-left: 75%;
  }
  .bootstrap-wrapper .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-wrapper .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.bootstrap-wrapper .img-fluid {
  max-width: 100%;
  height: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "“" "”" "‘" "’";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
:root {
  font-size: 15px;
}
body {
  color: #1abfb8;
  font-family: Fira Mono, monospace;
  background-color: #00212a;
  background-image: url(../jpg/space.d5d5bf10.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  line-height: 1.5em;
}
body.roadmap {
  background-image: none;
}
body,
html {
  height: 100%;
}
label {
  color: #ff0;
  text-transform: uppercase;
}
label.icon-label {
  font-size: 0.8em;
  text-align: center;
  display: block;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  color: #fff;
  margin-bottom: 0.3em;
  text-transform: uppercase;
  line-height: 1.2em;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1em;
  color: #ff0;
}
p {
  color: #ccc;
  line-height: 1.5em;
  margin-bottom: 2em;
}
a {
  color: #fff;
  text-decoration: underline;
}
li {
  margin-bottom: 1em;
}
.bs-article {
  margin-bottom: 128px;
}
#bs-content {
  margin-top: 96px;
  min-height: 640px;
}
.bs-note {
  background-color: #d06cc1;
  color: #fff;
  padding: 1em;
}
.bs-cta,
.bs-note {
  text-align: center;
}
.bs-cta {
  background-color: #ff0;
  color: #000;
  padding: 8px 16px 8px 16px;
  text-decoration: none !important;
  display: inline-block;
  text-transform: uppercase;
}
.bs-cta:hover {
  background-color: #fff;
}
.bs-button-secondary {
  color: #fff;
  border: 1px solid #fff;
}
.bs-button-secondary,
.bs-button-third {
  padding: 8px 16px 8px 16px;
  text-decoration: none !important;
  display: inline-block;
  text-transform: uppercase;
}
.bs-button-third {
  color: #fff !important;
  border: 1px solid #444;
  background-color: #111;
}
.bs-button-secondary:hover {
  color: #1abfb8;
  border: 1px solid #1abfb8;
}
.bs-b-block {
  text-align: center;
  margin-bottom: 12px;
}
.bs-b-block,
.bs-button-point {
  display: block;
  text-decoration: none !important;
}
.bs-button-point {
  text-align: left;
  padding: 8px 16px 8px 16px;
  color: #fff;
}
.green {
  color: #0f0;
}
.bs-button-point:hover {
  color: #1abfb8;
}
.mb-1 {
  margin-bottom: 1em;
}
.mb-4 {
  margin-bottom: 4em;
}
.bs-res-img {
  width: 100%;
  height: auto;
}
.bs-card {
  margin: 2em 0 2em 0;
  padding: 1em;
  background-color: #000;
}
.input-block input,
.input-block label {
  display: block;
}
.m-show,
.t-show {
  display: none;
}
.input-large {
  background-color: #00151b;
  font-size: 18px;
  padding: 8px;
  border: 1px solid #999;
  color: #ccc;
  width: 100%;
  max-width: 520px;
  margin: 8px 0 8px 0;
}
.yellow-notification {
  background-color: #ff0;
  border: 1px solid #990;
  color: #000;
  padding: 16px;
  margin-bottom: 42px;
}
.yellow-notification a {
  color: #000;
}
.bs-social {
  margin-top: 8px;
  margin-bottom: 56px;
}
.bs-social-link {
  text-decoration: none;
  margin: 24px 0 24px 0;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 0.8em;
  line-height: 1.6em;
}
.bs-social-link:hover {
  color: #fff;
}
.bs-social-link img {
  float: left;
  height: 56px;
  width: auto;
  margin-right: 16px;
}
@media screen and (max-width: 1160px) {
  .t-hide {
    display: none !important;
  }
  .t-show {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .m-hide {
    display: none !important;
  }
  .m-show {
    display: inline-block;
  }
  .bs-listed-on {
    display: block;
    text-align: center;
  }
}
.bs-listed-on[data-v-3d885f95] {
  height: 36px;
  width: auto;
  margin: 1em;
}
.bs-article section[data-v-3bafbe50] {
  margin-bottom: 64px;
}
.bs-res-img.small[data-v-82f55990] {
  width: 80%;
  margin: 10%;
}
.bs-article[data-v-82f55990] {
  margin-bottom: 64px;
}
.bs-roadmap[data-v-fea37970] {
  text-align: center;
}
.bs-roadmap-line[data-v-fea37970] {
  border-bottom: 4px solid #1abfb8;
  margin: 42px -16px 42px -16px;
  text-align: center;
}
.bs-roadmap-line span[data-v-fea37970] {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #000;
  border: 4px solid #1abfb8;
  margin-bottom: -22px;
}
.bs-roadmap-line.done span[data-v-fea37970] {
  background-color: #0c9690;
}
.bs-roadmap-line.open span[data-v-fea37970] {
  background-color: #000;
}
.bs-team-member a[data-v-62b283a2] {
  font-size: 0.8em;
  text-decoration: none;
  color: #0ff;
}
.bs-team-member a[data-v-62b283a2]:hover {
  text-decoration: underline;
}
#bs-page-selector[data-v-6ae2e454] {
  margin: 52px -16px 0 -16px;
}
#bs-page-selector .m-nav[data-v-6ae2e454] {
  text-align: center;
  display: block;
  padding: 32px;
  background-color: #111;
  border-top: 1px solid #333;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5em;
}
/*
     FILE ARCHIVED ON 09:59:24 Jan 16, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:00:56 Oct 07, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.666
  exclusion.robots: 0.027
  exclusion.robots.policy: 0.01
  esindex: 0.013
  cdx.remote: 378.762
  LoadShardBlock: 785.249 (3)
  PetaboxLoader3.datanode: 1237.327 (4)
  load_resource: 490.279
*/
