/* https://fonts.google.com/specimen/Titillium+Web */
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,400i,700&display=swap");
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Do not edit directly
 * Generated on Tue, 24 Mar 2020 20:45:50 GMT
 */
:root {
  --bfo-border-default: 2px solid;
  --bfo-border-radius-card: 8px;
  --bfo-color-brand-accent: #00ffdd;
  --bfo-color-brand-alternate: #8877ff;
  --bfo-color-brand-black: #000000;
  --bfo-color-brand-gray-light: #707070;
  --bfo-color-brand-white: #ffffff;
  --bfo-color-brand-shadow: #1d2e40;
  --bfo-color-brand-heading: #eeeeee;
  --bfo-color-brand-base-font: #dddddd;
  --bfo-color-brand-base-background: #001122;
  --bfo-color-avionics-red: #ff5555;
  --bfo-color-avionics-yellow: #fff777;
  --bfo-color-avionics-green: #00ffdd;
  --bfo-color-avionics-cyan: #00bbff;
  --bfo-color-avionics-magenta: #ff44cc;
  --bfo-color-avionics-brown: #775533;
  --bfo-color-text: #000000;
  --bfo-color-card-background: #1d2e40;
  --bfo-color-menu-background: #000000;
  --bfo-font-family-base: "Titillium Web","Verdana",sans-serif;
  --bfo-font-size-base: calc(14px + .2vw);
  --bfo-font-weight-extra-light: 100;
  --bfo-font-weight-light: 300;
  --bfo-font-weight-normal: 400;
  --bfo-font-weight-bold: 600;
  --bfo-font-line-height-base: 1.6;
  --bfo-shadow-down: 0 5px 5px rgba(0,0,0,.5);
  --bfo-shadow-up: 0 -5px 5px rgba(0,0,0,.5);
  --bfo-spacing-base-s: .5rem;
  --bfo-spacing-base-m: 1rem;
  --bfo-spacing-base-l: 1.5rem;
  --bfo-spacing-base-xl: 2rem;
  --bfo-spacing-base-xxl: 3rem;
  --bfo-spacing-margin-block: 0 1rem 1rem 0;
  --bfo-spacing-margin-text: 0 1.5rem 1rem 0;
}

/*
  Do not edit directly
  Generated on Tue, 24 Mar 2020 20:45:50 GMT
*/
* {
  box-sizing: border-box;
}

html {
  font-size: 14px;
}
html body {
  margin: 0;
  padding: 4rem calc(var(--bfo-spacing-base-m) + 2vw);
  font-family: var(--bfo-font-family-base);
  color: var(--bfo-font-family-baseColor);
  font-weight: var(--bfo-font-weight-light);
  line-height: var(--bfo-font-line-height-base);
  background-color: var(--bfo-color-brand-base-background);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bfo-color-brand-heading);
  line-height: 1.1;
  margin-top: 0;
}

h1 {
  font-size: calc(18px + 2vw);
  font-weight: var(--bfo-font-weight-extra-light);
}

h2 {
  font-size: calc(var(--bfo-spacing-base-m) + 1vw);
  font-weight: var(--bfo-font-weight-extra-light);
}

h3 {
  font-size: calc(16px + 1vw);
  font-weight: var(--bfo-font-weight-extra-light);
}

h4 {
  font-size: calc(14px + 0.3vw);
  font-weight: var(--bfo-font-weight-light);
}

h5 {
  font-size: calc(12px + 0.2vw);
  font-weight: var(--bfo-font-weight-normal);
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

h6 {
  font-size: calc(10px + 0.1vw);
  font-weight: var(--bfo-font-weight-bold);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

p {
  font-size: var(--bfo-font-size-base);
  margin-top: var(--bfo-spacing-margin-text);
}

ul {
  padding: 0;
}

/**
 * Do not edit directly
 * Generated on Tue, 24 Mar 2020 20:45:50 GMT
 */
:root {
  --bfo-border-default: 2px solid;
  --bfo-border-radius-card: 8px;
  --bfo-color-brand-accent: #00ffdd;
  --bfo-color-brand-alternate: #8877ff;
  --bfo-color-brand-black: #000000;
  --bfo-color-brand-gray-light: #707070;
  --bfo-color-brand-white: #ffffff;
  --bfo-color-brand-shadow: #1d2e40;
  --bfo-color-brand-heading: #eeeeee;
  --bfo-color-brand-base-font: #dddddd;
  --bfo-color-brand-base-background: #001122;
  --bfo-color-avionics-red: #ff5555;
  --bfo-color-avionics-yellow: #fff777;
  --bfo-color-avionics-green: #00ffdd;
  --bfo-color-avionics-cyan: #00bbff;
  --bfo-color-avionics-magenta: #ff44cc;
  --bfo-color-avionics-brown: #775533;
  --bfo-color-text: #000000;
  --bfo-color-card-background: #1d2e40;
  --bfo-color-menu-background: #000000;
  --bfo-font-family-base: "Titillium Web","Verdana",sans-serif;
  --bfo-font-size-base: calc(14px + .2vw);
  --bfo-font-weight-extra-light: 100;
  --bfo-font-weight-light: 300;
  --bfo-font-weight-normal: 400;
  --bfo-font-weight-bold: 600;
  --bfo-font-line-height-base: 1.6;
  --bfo-shadow-down: 0 5px 5px rgba(0,0,0,.5);
  --bfo-shadow-up: 0 -5px 5px rgba(0,0,0,.5);
  --bfo-spacing-base-s: .5rem;
  --bfo-spacing-base-m: 1rem;
  --bfo-spacing-base-l: 1.5rem;
  --bfo-spacing-base-xl: 2rem;
  --bfo-spacing-base-xxl: 3rem;
  --bfo-spacing-margin-block: 0 1rem 1rem 0;
  --bfo-spacing-margin-text: 0 1.5rem 1rem 0;
}

/*
  Do not edit directly
  Generated on Tue, 24 Mar 2020 20:45:50 GMT
*/
.bfo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: var(--bfo-border-default);
  position: relative;
  padding: var(--bfo-spacing-base-s) var(--bfo-spacing-base-xl);
  cursor: pointer;
  font-family: var(--bfo-font-family-base);
  font-weight: var(--bfo-font-weight-bold);
}
.bfo-button--primary {
  color: var(--bfo-color-text);
  background-color: var(--bfo-color-brand-accent);
  border-color: var(--bfo-color-brand-accent);
}
.bfo-button--secondary {
  color: var(--bfo-color-brand-white);
  background-color: var(--bfo-color-brand-base-background);
  border-color: var(--bfo-color-brand-accent);
}
.bfo-button__icon {
  display: flex;
  height: auto;
  align-items: center;
}
.bfo-button__icon svg {
  fill: currentColor;
}
.bfo-button--s {
  font-size: var(--bfo-font-size-base);
}
.bfo-button--s svg {
  height: calc(1.2 * var(--bfo-font-size-base));
}
.bfo-button--m {
  font-size: calc(1.5 * var(--bfo-font-size-base));
}
.bfo-button--m svg {
  height: calc(1.7 * var(--bfo-font-size-base));
}
.bfo-button--l {
  font-size: calc(2 * var(--bfo-font-size-base));
}
.bfo-button--l svg {
  height: calc(2.2 * var(--bfo-font-size-base));
}
.bfo-button--left {
  flex-direction: row-reverse;
  padding: var(--bfo-spacing-base-s) var(--bfo-spacing-base-l) var(--bfo-spacing-base-s) var(--bfo-spacing-base-s);
}
.bfo-button--left .bfo-button__icon {
  margin-right: var(--bfo-spacing-base-m);
}
.bfo-button--right {
  padding: var(--bfo-spacing-base-s) var(--bfo-spacing-base-s) var(--bfo-spacing-base-s) var(--bfo-spacing-base-l);
}
.bfo-button--right .bfo-button__icon {
  margin-left: var(--bfo-spacing-base-m);
}
.bfo-button--iconOnly {
  padding: 0;
  background-color: transparent;
  border: none;
}
.bfo-button--iconOnly .bfo-button__icon {
  margin: 0;
}
.bfo-button--iconOnly .bfo-button__icon svg {
  color: var(--bfo-color-brand-accent);
}
.bfo-button--disabled {
  background-color: var(--bfo-color-brand-black);
  border-color: var(--bfo-color-brand-gray-light);
  color: var(--bfo-color-brand-gray-light);
}

/**
 * Do not edit directly
 * Generated on Tue, 24 Mar 2020 20:45:50 GMT
 */
:root {
  --bfo-border-default: 2px solid;
  --bfo-border-radius-card: 8px;
  --bfo-color-brand-accent: #00ffdd;
  --bfo-color-brand-alternate: #8877ff;
  --bfo-color-brand-black: #000000;
  --bfo-color-brand-gray-light: #707070;
  --bfo-color-brand-white: #ffffff;
  --bfo-color-brand-shadow: #1d2e40;
  --bfo-color-brand-heading: #eeeeee;
  --bfo-color-brand-base-font: #dddddd;
  --bfo-color-brand-base-background: #001122;
  --bfo-color-avionics-red: #ff5555;
  --bfo-color-avionics-yellow: #fff777;
  --bfo-color-avionics-green: #00ffdd;
  --bfo-color-avionics-cyan: #00bbff;
  --bfo-color-avionics-magenta: #ff44cc;
  --bfo-color-avionics-brown: #775533;
  --bfo-color-text: #000000;
  --bfo-color-card-background: #1d2e40;
  --bfo-color-menu-background: #000000;
  --bfo-font-family-base: "Titillium Web","Verdana",sans-serif;
  --bfo-font-size-base: calc(14px + .2vw);
  --bfo-font-weight-extra-light: 100;
  --bfo-font-weight-light: 300;
  --bfo-font-weight-normal: 400;
  --bfo-font-weight-bold: 600;
  --bfo-font-line-height-base: 1.6;
  --bfo-shadow-down: 0 5px 5px rgba(0,0,0,.5);
  --bfo-shadow-up: 0 -5px 5px rgba(0,0,0,.5);
  --bfo-spacing-base-s: .5rem;
  --bfo-spacing-base-m: 1rem;
  --bfo-spacing-base-l: 1.5rem;
  --bfo-spacing-base-xl: 2rem;
  --bfo-spacing-base-xxl: 3rem;
  --bfo-spacing-margin-block: 0 1rem 1rem 0;
  --bfo-spacing-margin-text: 0 1.5rem 1rem 0;
}

/*
  Do not edit directly
  Generated on Tue, 24 Mar 2020 20:45:50 GMT
*/
.bfo-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: calc(var(--bfo-spacing-base-m) + 1vw);
  background-color: var(--bfo-color-card-background);
  color: var(--bfo-color-brand-heading);
  border-radius: var(--bfo-border-radius-card);
  box-shadow: var(--bfo-shadow-down);
}
.bfo-card__icon {
  width: 32px;
  margin-bottom: var(--bfo-spacing-base-m);
}
.bfo-card__icon svg {
  fill: var(--bfo-color-brand-accent);
}
.bfo-card__heading {
  margin-bottom: var(--bfo-spacing-base-m);
}
.bfo-card__body {
  margin: 0 calc(0.5rem + 2vw) calc(0.5rem + 2vw) 0;
}
.bfo-card__footer {
  margin-top: auto;
  text-align: right;
}
.bfo-card .bfo-button--iconOnly svg {
  fill: var(--bfo-color-brand-accent);
}

/**
 * Do not edit directly
 * Generated on Tue, 24 Mar 2020 20:45:50 GMT
 */
:root {
  --bfo-border-default: 2px solid;
  --bfo-border-radius-card: 8px;
  --bfo-color-brand-accent: #00ffdd;
  --bfo-color-brand-alternate: #8877ff;
  --bfo-color-brand-black: #000000;
  --bfo-color-brand-gray-light: #707070;
  --bfo-color-brand-white: #ffffff;
  --bfo-color-brand-shadow: #1d2e40;
  --bfo-color-brand-heading: #eeeeee;
  --bfo-color-brand-base-font: #dddddd;
  --bfo-color-brand-base-background: #001122;
  --bfo-color-avionics-red: #ff5555;
  --bfo-color-avionics-yellow: #fff777;
  --bfo-color-avionics-green: #00ffdd;
  --bfo-color-avionics-cyan: #00bbff;
  --bfo-color-avionics-magenta: #ff44cc;
  --bfo-color-avionics-brown: #775533;
  --bfo-color-text: #000000;
  --bfo-color-card-background: #1d2e40;
  --bfo-color-menu-background: #000000;
  --bfo-font-family-base: "Titillium Web","Verdana",sans-serif;
  --bfo-font-size-base: calc(14px + .2vw);
  --bfo-font-weight-extra-light: 100;
  --bfo-font-weight-light: 300;
  --bfo-font-weight-normal: 400;
  --bfo-font-weight-bold: 600;
  --bfo-font-line-height-base: 1.6;
  --bfo-shadow-down: 0 5px 5px rgba(0,0,0,.5);
  --bfo-shadow-up: 0 -5px 5px rgba(0,0,0,.5);
  --bfo-spacing-base-s: .5rem;
  --bfo-spacing-base-m: 1rem;
  --bfo-spacing-base-l: 1.5rem;
  --bfo-spacing-base-xl: 2rem;
  --bfo-spacing-base-xxl: 3rem;
  --bfo-spacing-margin-block: 0 1rem 1rem 0;
  --bfo-spacing-margin-text: 0 1.5rem 1rem 0;
}

/*
  Do not edit directly
  Generated on Tue, 24 Mar 2020 20:45:50 GMT
*/
.bfo-flight-table {
  width: 100%;
  padding: 1rem;
  color: white;
}
.bfo-flight-table table {
  border-spacing: 0;
  width: 100%;
  border: none;
}
.bfo-flight-table table th {
  color: var(--bfo-color-brand-gray-light);
}
.bfo-flight-table table tr {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
.bfo-flight-table table tr td:last-of-type {
  color: var(--bfo-color-brand-accent);
}
.bfo-flight-table table tr td:first-of-type {
  font-size: calc(1.5 * var(--bfo-font-size-base));
}
.bfo-flight-table table tr td:nth-child(3),
.bfo-flight-table table tr td:nth-child(4) {
  font-weight: var(--bfo-font-weight-bold);
}
.bfo-flight-table table th,
.bfo-flight-table table td {
  text-align: left;
  margin: 0;
  padding: var(--bfo-spacing-base-l);
  font-size: var(--bfo-font-size-base);
  border-bottom: 1px solid var(--bfo-color-brand-gray-light);
}
.bfo-flight-table table th span,
.bfo-flight-table table td span {
  white-space: nowrap;
}
.bfo-flight-table table th svg,
.bfo-flight-table table td svg {
  width: var(--bfo-spacing-base-m);
  fill: var(--bfo-color-brand-accent);
  margin-left: var(--bfo-spacing-base-s);
}
.bfo-flight-table table th:first-of-type,
.bfo-flight-table table td:first-of-type {
  padding-left: 0;
}
.bfo-flight-table table th:last-of-type,
.bfo-flight-table table td:last-of-type {
  padding-right: 0;
}

/**
 * Do not edit directly
 * Generated on Tue, 24 Mar 2020 20:45:50 GMT
 */
:root {
  --bfo-border-default: 2px solid;
  --bfo-border-radius-card: 8px;
  --bfo-color-brand-accent: #00ffdd;
  --bfo-color-brand-alternate: #8877ff;
  --bfo-color-brand-black: #000000;
  --bfo-color-brand-gray-light: #707070;
  --bfo-color-brand-white: #ffffff;
  --bfo-color-brand-shadow: #1d2e40;
  --bfo-color-brand-heading: #eeeeee;
  --bfo-color-brand-base-font: #dddddd;
  --bfo-color-brand-base-background: #001122;
  --bfo-color-avionics-red: #ff5555;
  --bfo-color-avionics-yellow: #fff777;
  --bfo-color-avionics-green: #00ffdd;
  --bfo-color-avionics-cyan: #00bbff;
  --bfo-color-avionics-magenta: #ff44cc;
  --bfo-color-avionics-brown: #775533;
  --bfo-color-text: #000000;
  --bfo-color-card-background: #1d2e40;
  --bfo-color-menu-background: #000000;
  --bfo-font-family-base: "Titillium Web","Verdana",sans-serif;
  --bfo-font-size-base: calc(14px + .2vw);
  --bfo-font-weight-extra-light: 100;
  --bfo-font-weight-light: 300;
  --bfo-font-weight-normal: 400;
  --bfo-font-weight-bold: 600;
  --bfo-font-line-height-base: 1.6;
  --bfo-shadow-down: 0 5px 5px rgba(0,0,0,.5);
  --bfo-shadow-up: 0 -5px 5px rgba(0,0,0,.5);
  --bfo-spacing-base-s: .5rem;
  --bfo-spacing-base-m: 1rem;
  --bfo-spacing-base-l: 1.5rem;
  --bfo-spacing-base-xl: 2rem;
  --bfo-spacing-base-xxl: 3rem;
  --bfo-spacing-margin-block: 0 1rem 1rem 0;
  --bfo-spacing-margin-text: 0 1.5rem 1rem 0;
}

/*
  Do not edit directly
  Generated on Tue, 24 Mar 2020 20:45:50 GMT
*/
.bfo-tabs {
  position: relative;
  display: block;
  color: var(--bfo-color-brand-heading);
}
.bfo-tabs__wrapper {
  position: relative;
  margin: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: var(--bfo-spacing-base-l);
  margin-bottom: var(--bfo-spacing-base-l);
}
.bfo-tabs__item-wrapper {
  padding-right: var(--bfo-spacing-base-xxl);
}
.bfo-tabs__item-wrapper:hover {
  cursor: pointer;
}
.bfo-tabs__item-wrapper:focus {
  outline: 0;
}
.bfo-tabs__item {
  position: relative;
  color: var(--bfo-color-brand-gray-light);
  margin-bottom: 0;
}
.bfo-tabs__item ~ .bfo-tabs__item::after {
  right: 0;
  left: 100%;
}
.bfo-tabs__item--active::after {
  right: 0;
  left: 0;
}
.bfo-tabs__item--active {
  color: var(--bfo-color-brand-heading);
}
.bfo-tabs__slider {
  background: var(--bfo-color-brand-accent);
  height: 4px;
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease-out;
  left: 0;
}
.bfo-tabs__panel {
  z-index: 0;
  display: none;
}
.bfo-tabs__panel--active {
  display: block;
  z-index: 1;
}

/**
 * Do not edit directly
 * Generated on Tue, 24 Mar 2020 20:45:50 GMT
 */
:root {
  --bfo-border-default: 2px solid;
  --bfo-border-radius-card: 8px;
  --bfo-color-brand-accent: #00ffdd;
  --bfo-color-brand-alternate: #8877ff;
  --bfo-color-brand-black: #000000;
  --bfo-color-brand-gray-light: #707070;
  --bfo-color-brand-white: #ffffff;
  --bfo-color-brand-shadow: #1d2e40;
  --bfo-color-brand-heading: #eeeeee;
  --bfo-color-brand-base-font: #dddddd;
  --bfo-color-brand-base-background: #001122;
  --bfo-color-avionics-red: #ff5555;
  --bfo-color-avionics-yellow: #fff777;
  --bfo-color-avionics-green: #00ffdd;
  --bfo-color-avionics-cyan: #00bbff;
  --bfo-color-avionics-magenta: #ff44cc;
  --bfo-color-avionics-brown: #775533;
  --bfo-color-text: #000000;
  --bfo-color-card-background: #1d2e40;
  --bfo-color-menu-background: #000000;
  --bfo-font-family-base: "Titillium Web","Verdana",sans-serif;
  --bfo-font-size-base: calc(14px + .2vw);
  --bfo-font-weight-extra-light: 100;
  --bfo-font-weight-light: 300;
  --bfo-font-weight-normal: 400;
  --bfo-font-weight-bold: 600;
  --bfo-font-line-height-base: 1.6;
  --bfo-shadow-down: 0 5px 5px rgba(0,0,0,.5);
  --bfo-shadow-up: 0 -5px 5px rgba(0,0,0,.5);
  --bfo-spacing-base-s: .5rem;
  --bfo-spacing-base-m: 1rem;
  --bfo-spacing-base-l: 1.5rem;
  --bfo-spacing-base-xl: 2rem;
  --bfo-spacing-base-xxl: 3rem;
  --bfo-spacing-margin-block: 0 1rem 1rem 0;
  --bfo-spacing-margin-text: 0 1.5rem 1rem 0;
}

/*
  Do not edit directly
  Generated on Tue, 24 Mar 2020 20:45:50 GMT
*/
.bfo-grid {
  margin-bottom: 1rem;
  --bfo-grid-item-size: 100px;
  display: grid;
  justify-items: stretch;
  align-items: stretch;
  justify-content: stretch;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(var(--bfo-grid-item-size), 1fr));
}
.bfo-grid--item-size-s {
  --bfo-grid-item-size: 200px;
}
.bfo-grid--item-size-m {
  --bfo-grid-item-size: 300px;
}
.bfo-grid--item-size-l {
  --bfo-grid-item-size: 500px;
}
.bfo-grid--gap-size-s {
  gap: var(--bfo-spacing-base-s);
}
.bfo-grid--gap-size-m {
  gap: var(--bfo-spacing-base-m);
}
.bfo-grid--gap-size-l {
  gap: var(--bfo-spacing-base-l);
}
.bfo-grid .bfo-grid__item {
  display: flex;
}
.bfo-grid .bfo-grid__item > * {
  width: 100%;
  margin: 0;
}