/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * 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
   ========================================================================== */
/**
 * 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 */ }

/**
 * 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 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 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 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

/**
 * 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 in Chrome and Safari on macOS.
 */
[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 */ }

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/* PrismJS 1.15.0
https : //prismjs.com/download.html#themes=prism-coy&languages=markup+css+clike+javascript+markup-templating */
/**
 * prism.js Coy theme for JavaScript, CoffeeScript, CSS and HTML
 * Based on https : //github.com/tshedor/workshop-wp-theme (Example: http://workshop.kansan.com/category/sessions/basics or http://workshop.timshedor.com/category/sessions/basics);
 * @author Tim  Shedor
 */
code[class*="language-"],
pre[class*="language-"] {
  color: black;
  background: none;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

/* Code blocks */
pre[class*="language-"] {
  position: relative;
  margin: .5em 0;
  overflow: visible;
  padding: 0; }

pre[class*="language-"] > code {
  position: relative; }

code[class*="language"] {
  max-height: inherit;
  height: inherit;
  display: block;
  overflow: auto; }

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #7D8B99; }

.token.punctuation {
  color: #5F6364; }

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.function-name,
.token.constant,
.token.symbol,
.token.deleted {
  color: #c92c2c; }

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.function,
.token.builtin,
.token.inserted {
  color: #2f9c0a; }

.token.operator,
.token.entity,
.token.url,
.token.variable {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5); }

.token.atrule,
.token.attr-value,
.token.keyword,
.token.class-name {
  color: #1990b8; }

.token.regex,
.token.important {
  color: #e90; }

.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: rgba(255, 255, 255, 0.5); }

.token.important {
  font-weight: normal; }

.token.bold {
  font-weight: bold; }

.token.italic {
  font-style: italic; }

.token.entity {
  cursor: help; }

.namespace {
  opacity: .7; }

@media screen and (max-width: 767px) {
  pre[class*="language-"]:before,
  pre[class*="language-"]:after {
    bottom: 14px;
    box-shadow: none; } }
/* Plugin styles */
.token.tab:not(:empty):before,
.token.cr:before,
.token.lf:before {
  color: #e0d7d1; }

/* Plugin styles: Line Numbers */
pre[class*="language-"].line-numbers.line-numbers {
  padding-left: 0; }

pre[class*="language-"].line-numbers.line-numbers code {
  padding-left: 3.8em; }

pre[class*="language-"].line-numbers.line-numbers .line-numbers-rows {
  left: 0; }

/* Plugin styles: Line Highlight */
pre[class*="language-"][data-line] {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0; }

pre[data-line] code {
  position: relative;
  padding-left: 4em; }

pre .line-highlight {
  margin-top: 0; }

/*  Consider removing this if you have
    a zillion elements in your page  */
*,
*:before,
*:after {
  box-sizing: border-box; }

*:focus {
  outline: 0; }

html {
  font-size: 1em; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body, button, input, select, textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

img {
  display: block;
  width: 100%; }

a {
  text-decoration: none; }

p:only-child,
p:only-of-type {
  margin-top: 0;
  margin-bottom: 0; }

button {
  border: 0;
  outline: 0; }

::-webkit-input-placeholder {
  opacity: 0.5; }

::-moz-placeholder {
  opacity: 0.5; }

input {
  outline: none; }

input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="date"]::-webkit-inner-spin-button {
  display: none; }

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0; }

progress[value],
progress::-webkit-progress-value,
progress[value]::-webkit-progress-bar {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

*:disabled {
  user-select: none;
  pointer-events: none; }

select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

::-webkit-details-marker {
  display: none; }

details > summary:first-of-type {
  list-style-type: none; }

pre, code {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse; }

th {
  font-weight: unset;
  text-align: unset; }

.ff-input,
.ff-input:focus,
.ff-input:active {
  border: none;
  outline: none; }

.ff-pill,
.ff-button {
  user-select: none; }

.ff-button:not([class*='border']) {
  border: none; }

html,
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

main {
  flex: 1 0 auto; }

footer {
  flex-shrink: 0; }

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 0; }

.row > .portion {
  display: flex;
  flex: 1 1 0;
  align-items: flex-start;
  padding: 24px; }

.portion {
  flex-direction: column; }

.portion.horizontal {
  flex-direction: row;
  flex-wrap: wrap; }

.ff-content-container > .row,
.padded-content > .row {
  margin-left: -24px;
  margin-right: -24px; }

@media all and (max-width: 1200px) {
  .ff-content-container .row,
  .padded-content .row {
    margin-left: 0;
    margin-right: 0; } }
@media all and (max-width: 1200px) {
  .row > .portion {
    padding: 16px; } }
@media all and (max-width: 900px) {
  .row > .portion {
    padding: 8px; } }
@media all and (max-width: 600px) {
  .row {
    padding: 0 2vmin; }

  .portion {
    padding: 0 !important; }

  .ff-card[class*="padding"] {
    padding: 4vmin; } }
.row > .portion:only-of-type {
  margin-bottom: 0; }

.row.large-gutters > .portion {
  padding-left: 32px;
  padding-right: 32px; }

.row.small-gutters > .portion {
  padding-left: 8px;
  padding-right: 8px; }

.row.no-gutters > .portion {
  padding-left: 0;
  padding-right: 0; }

.ff-card .row[class*="retain-layout"] > .portion:first-of-type {
  padding-left: 0; }

.ff-card .row[class*="retain-layout"] > .portion:last-of-type {
  padding-right: 0; }

.portion.whole {
  width: 100%; }

.portion.half {
  width: 50%; }

.portion.one-third {
  width: 33.3332%; }

.portion.two-thirds {
  width: 66.6665%; }

.portion.one-fourth {
  width: 25%; }

.portion.three-fourths {
  width: 75%; }

.portion.one-fifth {
  width: 20%; }

.portion.two-fifths {
  width: 40%; }

.portion.three-fifths {
  width: 60%; }

.portion.four-fifths {
  width: 80%; }

.portion.one-sixth {
  width: 16.6666%; }

.portion.two-sixths {
  width: 33.3332%; }

.portion.three-sixths {
  width: 50.0000%; }

.portion.four-sixths {
  width: 66.6665%; }

.portion.five-sixths {
  width: 83.3332%; }

.portion.one-seventh {
  width: 14.2856%; }

.portion.two-sevenths {
  width: 28.5714%; }

.portion.three-sevenths {
  width: 42.8571%; }

.portion.four-sevenths {
  width: 57.1428%; }

.portion.five-sevenths {
  width: 71.4285%; }

.portion.six-sevenths {
  width: 85.7142%; }

.portion.one-eighth {
  width: 12.5%; }

.portion.two-eighths {
  width: 25.0%; }

.portion.three-eighths {
  width: 37.5%; }

.portion.four-eighths {
  width: 50.0%; }

.portion.five-eighths {
  width: 62.5%; }

.portion.six-eighths {
  width: 75.0%; }

.portion.seven-eighths {
  width: 87.5%; }

.portion.one-ninth {
  width: 11.1111%; }

.portion.two-ninths {
  width: 22.2222%; }

.portion.three-ninths {
  width: 33.3333%; }

.portion.four-ninths {
  width: 44.4444%; }

.portion.five-ninths {
  width: 55.5555%; }

.portion.six-ninths {
  width: 66.6665%; }

.portion.seven-ninths {
  width: 77.7778%; }

.portion.eight-ninths {
  width: 88.8889%; }

.portion.one-tenth {
  width: 10%; }

.portion.two-tenths {
  width: 20%; }

.portion.three-tenths {
  width: 30%; }

.portion.four-tenths {
  width: 40%; }

.portion.five-tenths {
  width: 50%; }

.portion.six-tenths {
  width: 60%; }

.portion.seven-tenths {
  width: 70%; }

.portion.eight-tenths {
  width: 80%; }

.portion.nine-tenths {
  width: 90%; }

.portion.one-eleventh {
  width: 9.0909%; }

.portion.two-elevenths {
  width: 18.1818%; }

.portion.three-elevenths {
  width: 27.2727%; }

.portion.four-elevenths {
  width: 36.3636%; }

.portion.five-elevenths {
  width: 45.4545%; }

.portion.six-elevenths {
  width: 54.5454%; }

.portion.seven-elevenths {
  width: 63.6363%; }

.portion.eight-elevenths {
  width: 72.7272%; }

.portion.nine-elevenths {
  width: 81.8181%; }

.portion.ten-elevenths {
  width: 90.9090%; }

.portion.one-twelfth {
  width: 8.3333%; }

.portion.two-twelfths {
  width: 16.6667%; }

.portion.three-twelfths {
  width: 25.0000%; }

.portion.four-twelfths {
  width: 33.3332%; }

.portion.five-twelfths {
  width: 41.6667%; }

.portion.six-twelfths {
  width: 50.0000%; }

.portion.seven-twelfths {
  width: 58.3333%; }

.portion.eight-twelfths {
  width: 66.6667%; }

.portion.nine-twelfths {
  width: 75.0000%; }

.portion.ten-twelfths {
  width: 83.3333%; }

.portion.eleven-twelfths {
  width: 91.6667%; }

.portion.one-thirteenth {
  width: 7.6923%; }

.portion.two-thirteenths {
  width: 15.3846%; }

.portion.three-thirteenths {
  width: 23.0769%; }

.portion.four-thirteenths {
  width: 30.7692%; }

.portion.five-thirteenths {
  width: 38.4615%; }

.portion.six-thirteenths {
  width: 46.1538%; }

.portion.seven-thirteenths {
  width: 53.8462%; }

.portion.eight-thirteenths {
  width: 61.5385%; }

.portion.nine-thirteenths {
  width: 69.2308%; }

.portion.ten-thirteenths {
  width: 76.9231%; }

.portion.eleven-thirteenths {
  width: 84.6154%; }

.portion.twelve-thirteenths {
  width: 92.3077%; }

.portion.one-fourteenth {
  width: 7.1429%; }

.portion.two-fourteenths {
  width: 14.2857%; }

.portion.three-fourteenths {
  width: 21.4286%; }

.portion.four-fourteenths {
  width: 28.5714%; }

.portion.five-fourteenths {
  width: 35.7143%; }

.portion.six-fourteenths {
  width: 42.8571%; }

.portion.seven-fourteenths {
  width: 50.0000%; }

.portion.eight-fourteenths {
  width: 57.1429%; }

.portion.nine-fourteenths {
  width: 64.2857%; }

.portion.ten-fourteenths {
  width: 71.4286%; }

.portion.eleven-fourteenths {
  width: 78.5714%; }

.portion.twelve-fourteenths {
  width: 85.7143%; }

.portion.thirteen-fourteenths {
  width: 92.8571%; }

.portion.one-fifteenth {
  width: 6.6667%; }

.portion.two-fifteenths {
  width: 13.3333%; }

.portion.three-fifteenths {
  width: 20.0000%; }

.portion.four-fifteenths {
  width: 26.6667%; }

.portion.five-fifteenths {
  width: 33.3333%; }

.portion.six-fifteenths {
  width: 40.0000%; }

.portion.seven-fifteenths {
  width: 46.6667%; }

.portion.eight-fifteenths {
  width: 53.3333%; }

.portion.nine-fifteenths {
  width: 60.0000%; }

.portion.ten-fifteenths {
  width: 66.6667%; }

.portion.eleven-fifteenths {
  width: 73.3333%; }

.portion.twelve-fifteenths {
  width: 80.0000%; }

.portion.thirteen-fifteenths {
  width: 86.6667%; }

.portion.fourteen-fifteenths {
  width: 93.3333%; }

.portion.one-sixteenth {
  width: 6.25%; }

.portion.two-sixteenths {
  width: 12.50%; }

.portion.three-sixteenths {
  width: 18.75%; }

.portion.four-sixteenths {
  width: 25.00%; }

.portion.five-sixteenths {
  width: 31.25%; }

.portion.six-sixteenths {
  width: 37.50%; }

.portion.seven-sixteenths {
  width: 43.75%; }

.portion.eight-sixteenths {
  width: 50.00%; }

.portion.nine-sixteenths {
  width: 56.25%; }

.portion.ten-sixteenths {
  width: 62.50%; }

.portion.eleven-sixteenths {
  width: 68.75%; }

.portion.twelve-sixteenths {
  width: 75.00%; }

.portion.thirteen-sixteenths {
  width: 81.25%; }

.portion.fourteen-sixteenths {
  width: 87.50%; }

.portion.fifteen-sixteenths {
  width: 93.75%; }

.portion.whole,
.portion.half,
.portion.one-third,
.portion.two-thirds,
.portion.one-fourth,
.portion.three-fourths,
.portion.one-fifth,
.portion.two-fifths,
.portion.three-fifths,
.portion.four-fifths,
.portion.one-sixth,
.portion.two-sixths,
.portion.three-sixths,
.portion.four-sixths,
.portion.five-sixths,
.portion.one-seventh,
.portion.two-sevenths,
.portion.three-sevenths,
.portion.four-sevenths,
.portion.five-sevenths,
.portion.six-sevenths,
.portion.one-eighth,
.portion.two-eighths,
.portion.three-eighths,
.portion.four-eighths,
.portion.five-eighths,
.portion.six-eighths,
.portion.seven-eighths,
.portion.one-ninth,
.portion.two-ninths,
.portion.three-ninths,
.portion.four-ninths,
.portion.five-ninths,
.portion.six-ninths,
.portion.seven-ninths,
.portion.eight-ninths,
.portion.one-tenth,
.portion.two-tenths,
.portion.three-tenths,
.portion.four-tenths,
.portion.five-tenths,
.portion.six-tenths,
.portion.seven-tenths,
.portion.eight-tenths,
.portion.nine-tenths,
.portion.one-eleventh,
.portion.two-elevenths,
.portion.three-elevenths,
.portion.four-elevenths,
.portion.five-elevenths,
.portion.six-elevenths,
.portion.seven-elevenths,
.portion.eight-elevenths,
.portion.nine-elevenths,
.portion.ten-elevenths,
.portion.one-twelfth,
.portion.two-twelfths,
.portion.three-twelfths,
.portion.four-twelfths,
.portion.five-twelfths,
.portion.six-twelfths,
.portion.seven-twelfths,
.portion.eight-twelfths,
.portion.nine-twelfths,
.portion.ten-twelfths,
.portion.eleven-twelfths,
.portion.one-thirteenth,
.portion.two-thirteenths,
.portion.three-thirteenths,
.portion.four-thirteenths,
.portion.five-thirteenths,
.portion.six-thirteenths,
.portion.seven-thirteenths,
.portion.eight-thirteenths,
.portion.nine-thirteenths,
.portion.ten-thirteenths,
.portion.eleven-thirteenths,
.portion.twelve-thirteenths,
.portion.one-fourteenth,
.portion.two-fourteenths,
.portion.three-fourteenths,
.portion.four-fourteenths,
.portion.five-fourteenths,
.portion.six-fourteenths,
.portion.seven-fourteenths,
.portion.eight-fourteenths,
.portion.nine-fourteenths,
.portion.ten-fourteenths,
.portion.eleven-fourteenths,
.portion.twelve-fourteenths,
.portion.thirteen-fourteenths,
.portion.one-fifteenth,
.portion.two-fifteenths,
.portion.three-fifteenths,
.portion.four-fifteenths,
.portion.five-fifteenths,
.portion.six-fifteenths,
.portion.seven-fifteenths,
.portion.eight-fifteenths,
.portion.nine-fifteenths,
.portion.ten-fifteenths,
.portion.eleven-fifteenths,
.portion.twelve-fifteenths,
.portion.thirteen-fifteenths,
.portion.fourteen-fifteenths,
.portion.one-sixteenth,
.portion.two-sixteenths,
.portion.three-sixteenths,
.portion.four-sixteenths,
.portion.five-sixteenths,
.portion.six-sixteenths,
.portion.seven-sixteenths,
.portion.eight-sixteenths,
.portion.nine-sixteenths,
.portion.ten-sixteenths,
.portion.eleven-sixteenths,
.portion.twelve-sixteenths,
.portion.thirteen-sixteenths,
.portion.fourteen-sixteenths,
.portion.fifteen-sixteenths {
  flex: none; }

.retain-layout-always .portion {
  flex: none !important; }

@media all and (max-width: 600px) {
  .row.retain-layout-on-mobile > .portion {
    flex: none !important; } }
@media all and (min-width: 601px) and (max-width: 900px) {
  .row.retain-layout-on-tab-pt > .portion {
    flex: none !important; } }
@media all and (min-width: 901px) and (max-width: 1200px) {
  .row.retain-layout-on-tab-ls > .portion {
    flex: none !important; } }
@media all and (max-width: 900px) {
  .row:not([class*='retain-layout']) > .portion {
    margin-bottom: 2vmax; } }
@media all and (max-width: 600px) {
  .padded-content {
    padding: 0 2vw; } }
@media all and (min-width: 600px) {
  .padded-content {
    padding: 0 4vw; } }
@media all and (min-width: 900px) {
  .padded-content {
    padding: 0 8vw; } }
@media all and (min-width: 1200px) {
  .padded-content {
    padding: 0 10vw; } }
@media all and (min-width: 1800px) {
  .padded-content {
    padding: 0 12vw; } }
@media all and (min-width: 2400px) {
  .padded-content {
    padding: 0 16vw; } }
@media all and (max-width: 600px) {
  .row:not(.retain-layout-on-mobile) > .portion:not([class*='on-mobile']) {
    width: 100%; }

  .portion.whole-on-mobile {
    width: 100%; }

  .portion.half-on-mobile {
    width: 50%; }

  .portion.one-third-on-mobile {
    width: 33.3332%; }

  .portion.two-thirds-on-mobile {
    width: 66.6665%; }

  .portion.one-fourth-on-mobile {
    width: 25%; }

  .portion.two-fourths-on-mobile {
    width: 50%; }

  .portion.three-fourths-on-mobile {
    width: 75%; }

  .portion.one-fifth-on-mobile {
    width: 20%; }

  .portion.two-fifths-on-mobile {
    width: 40%; }

  .portion.three-fifths-on-mobile {
    width: 60%; }

  .portion.four-fifths-on-mobile {
    width: 80%; }

  .portion.one-sixth-on-mobile {
    width: 16.6666%; }

  .portion.two-sixths-on-mobile {
    width: 33.3332%; }

  .portion.three-sixths-on-mobile {
    width: 50.0000%; }

  .portion.four-sixths-on-mobile {
    width: 66.6665%; }

  .portion.five-sixths-on-mobile {
    width: 83.3332%; }

  .portion.one-seventh-on-mobile {
    width: 14.2856%; }

  .portion.two-sevenths-on-mobile {
    width: 28.5714%; }

  .portion.three-sevenths-on-mobile {
    width: 42.8571%; }

  .portion.four-sevenths-on-mobile {
    width: 57.1428%; }

  .portion.five-sevenths-on-mobile {
    width: 71.4285%; }

  .portion.six-sevenths-on-mobile {
    width: 85.7142%; }

  .portion.one-eighth-on-mobile {
    width: 12.5%; }

  .portion.two-eighths-on-mobile {
    width: 25.0%; }

  .portion.three-eighths-on-mobile {
    width: 37.5%; }

  .portion.four-eighths-on-mobile {
    width: 50.0%; }

  .portion.five-eighths-on-mobile {
    width: 62.5%; }

  .portion.six-eighths-on-mobile {
    width: 75.0%; }

  .portion.seven-eighths-on-mobile {
    width: 87.5%; }

  .portion.one-ninth-on-mobile {
    width: 11.1111%; }

  .portion.two-ninths-on-mobile {
    width: 22.2222%; }

  .portion.three-ninths-on-mobile {
    width: 33.3333%; }

  .portion.four-ninths-on-mobile {
    width: 44.4444%; }

  .portion.five-ninths-on-mobile {
    width: 55.5555%; }

  .portion.six-ninths-on-mobile {
    width: 66.6665%; }

  .portion.seven-ninths-on-mobile {
    width: 77.7778%; }

  .portion.eight-ninths-on-mobile {
    width: 88.8889%; }

  .portion.one-tenth-on-mobile {
    width: 10%; }

  .portion.two-tenths-on-mobile {
    width: 20%; }

  .portion.three-tenths-on-mobile {
    width: 30%; }

  .portion.four-tenths-on-mobile {
    width: 40%; }

  .portion.five-tenths-on-mobile {
    width: 50%; }

  .portion.six-tenths-on-mobile {
    width: 60%; }

  .portion.seven-tenths-on-mobile {
    width: 70%; }

  .portion.eight-tenths-on-mobile {
    width: 80%; }

  .portion.nine-tenths-on-mobile {
    width: 90%; }

  .portion.one-eleventh-on-mobile {
    width: 9.0909%; }

  .portion.two-elevenths-on-mobile {
    width: 18.1818%; }

  .portion.three-elevenths-on-mobile {
    width: 27.2727%; }

  .portion.four-elevenths-on-mobile {
    width: 36.3636%; }

  .portion.five-elevenths-on-mobile {
    width: 45.4545%; }

  .portion.six-elevenths-on-mobile {
    width: 54.5454%; }

  .portion.seven-elevenths-on-mobile {
    width: 63.6363%; }

  .portion.eight-elevenths-on-mobile {
    width: 72.7272%; }

  .portion.nine-elevenths-on-mobile {
    width: 81.8181%; }

  .portion.ten-elevenths-on-mobile {
    width: 90.9090%; }

  .portion.one-twelfth-on-mobile {
    width: 8.3333%; }

  .portion.two-twelfths-on-mobile {
    width: 16.6667%; }

  .portion.three-twelfths-on-mobile {
    width: 25.0000%; }

  .portion.four-twelfths-on-mobile {
    width: 36.3333%; }

  .portion.five-twelfths-on-mobile {
    width: 41.6667%; }

  .portion.six-twelfths-on-mobile {
    width: 50.0000%; }

  .portion.seven-twelfths-on-mobile {
    width: 58.3333%; }

  .portion.eight-twelfths-on-mobile {
    width: 66.6667%; }

  .portion.nine-twelfths-on-mobile {
    width: 75.0000%; }

  .portion.ten-twelfths-on-mobile {
    width: 83.3333%; }

  .portion.eleven-twelfths-on-mobile {
    width: 91.6667%; }

  .portion.one-thirteenth-on-mobile {
    width: 7.6923%; }

  .portion.two-thirteenths-on-mobile {
    width: 15.3846%; }

  .portion.three-thirteenths-on-mobile {
    width: 23.0769%; }

  .portion.four-thirteenths-on-mobile {
    width: 30.7692%; }

  .portion.five-thirteenths-on-mobile {
    width: 38.4615%; }

  .portion.six-thirteenths-on-mobile {
    width: 46.1538%; }

  .portion.seven-thirteenths-on-mobile {
    width: 53.8462%; }

  .portion.eight-thirteenths-on-mobile {
    width: 61.5385%; }

  .portion.nine-thirteenths-on-mobile {
    width: 69.2308%; }

  .portion.ten-thirteenths-on-mobile {
    width: 76.9231%; }

  .portion.eleven-thirteenths-on-mobile {
    width: 84.6154%; }

  .portion.twelve-thirteenths-on-mobile {
    width: 92.3077%; }

  .portion.one-fourteenth-on-mobile {
    width: 7.1429%; }

  .portion.two-fourteenths-on-mobile {
    width: 14.2857%; }

  .portion.three-fourteenths-on-mobile {
    width: 21.4286%; }

  .portion.four-fourteenths-on-mobile {
    width: 28.5714%; }

  .portion.five-fourteenths-on-mobile {
    width: 35.7143%; }

  .portion.six-fourteenths-on-mobile {
    width: 42.8571%; }

  .portion.seven-fourteenths-on-mobile {
    width: 50.0000%; }

  .portion.eight-fourteenths-on-mobile {
    width: 57.1429%; }

  .portion.nine-fourteenths-on-mobile {
    width: 64.2857%; }

  .portion.ten-fourteenths-on-mobile {
    width: 71.4286%; }

  .portion.eleven-fourteenths-on-mobile {
    width: 78.5714%; }

  .portion.twelve-fourteenths-on-mobile {
    width: 85.7143%; }

  .portion.thirteen-fourteenths-on-mobile {
    width: 92.8571%; }

  .portion.one-fifteenth-on-mobile {
    width: 6.6667%; }

  .portion.two-fifteenths-on-mobile {
    width: 13.3333%; }

  .portion.three-fifteenths-on-mobile {
    width: 20.0000%; }

  .portion.four-fifteenths-on-mobile {
    width: 26.6667%; }

  .portion.five-fifteenths-on-mobile {
    width: 33.3333%; }

  .portion.six-fifteenths-on-mobile {
    width: 40.0000%; }

  .portion.seven-fifteenths-on-mobile {
    width: 46.6667%; }

  .portion.eight-fifteenths-on-mobile {
    width: 53.3333%; }

  .portion.nine-fifteenths-on-mobile {
    width: 60.0000%; }

  .portion.ten-fifteenths-on-mobile {
    width: 66.6667%; }

  .portion.eleven-fifteenths-on-mobile {
    width: 73.3333%; }

  .portion.twelve-fifteenths-on-mobile {
    width: 80.0000%; }

  .portion.thirteen-fifteenths-on-mobile {
    width: 86.6667%; }

  .portion.fourteen-fifteenths-on-mobile {
    width: 93.3333%; }

  .portion.one-sixteenth-on-mobile {
    width: 6.25%; }

  .portion.two-sixteenths-on-mobile {
    width: 12.50%; }

  .portion.three-sixteenths-on-mobile {
    width: 18.75%; }

  .portion.four-sixteenths-on-mobile {
    width: 25.00%; }

  .portion.five-sixteenths-on-mobile {
    width: 31.25%; }

  .portion.six-sixteenths-on-mobile {
    width: 37.50%; }

  .portion.seven-sixteenths-on-mobile {
    width: 43.75%; }

  .portion.eight-sixteenths-on-mobile {
    width: 50.00%; }

  .portion.nine-sixteenths-on-mobile {
    width: 56.25%; }

  .portion.ten-sixteenths-on-mobile {
    width: 62.50%; }

  .portion.eleven-sixteenths-on-mobile {
    width: 68.75%; }

  .portion.twelve-sixteenths-on-mobile {
    width: 75.00%; }

  .portion.thirteen-sixteenths-on-mobile {
    width: 81.25%; }

  .portion.fourteen-sixteenths-on-mobile {
    width: 87.50%; }

  .portion.fifteen-sixteenths-on-mobile {
    width: 93.75%; } }
@media all and (min-width: 601px) and (max-width: 900px) {
  .row:not(.retain-layout-on-tab-pt) > .portion:not([class*='tab-pt']) {
    width: 100%; }

  .portion.whole-on-tab-pt {
    width: 100%; }

  .portion.half-on-tab-pt {
    width: 50%; }

  .portion.one-third-on-tab-pt {
    width: 33.3332%; }

  .portion.two-thirds-on-tab-pt {
    width: 66.6665%; }

  .portion.one-fourth-on-tab-pt {
    width: 25%; }

  .portion.two-fourths-on-tab-pt {
    width: 50%; }

  .portion.three-fourths-on-tab-pt {
    width: 75%; }

  .portion.one-fifth-on-tab-pt {
    width: 20%; }

  .portion.two-fifths-on-tab-pt {
    width: 40%; }

  .portion.three-fifths-on-tab-pt {
    width: 60%; }

  .portion.four-fifths-on-tab-pt {
    width: 80%; }

  .portion.one-sixth-on-tab-pt {
    width: 16.6666%; }

  .portion.two-sixths-on-tab-pt {
    width: 33.3332%; }

  .portion.three-sixths-on-tab-pt {
    width: 50.0000%; }

  .portion.four-sixths-on-tab-pt {
    width: 66.6665%; }

  .portion.five-sixths-on-tab-pt {
    width: 83.3332%; }

  .portion.one-seventh-on-tab-pt {
    width: 14.2856%; }

  .portion.two-sevenths-on-tab-pt {
    width: 28.5714%; }

  .portion.three-sevenths-on-tab-pt {
    width: 42.8571%; }

  .portion.four-sevenths-on-tab-pt {
    width: 57.1428%; }

  .portion.five-sevenths-on-tab-pt {
    width: 71.4285%; }

  .portion.six-sevenths-on-tab-pt {
    width: 85.7142%; }

  .portion.one-eighth-on-tab-pt {
    width: 12.5%; }

  .portion.two-eighths-on-tab-pt {
    width: 25.0%; }

  .portion.three-eighths-on-tab-pt {
    width: 37.5%; }

  .portion.four-eighths-on-tab-pt {
    width: 50.0%; }

  .portion.five-eighths-on-tab-pt {
    width: 62.5%; }

  .portion.six-eighths-on-tab-pt {
    width: 75.0%; }

  .portion.seven-eighths-on-tab-pt {
    width: 87.5%; }

  .portion.one-ninth-on-tab-pt {
    width: 11.1111%; }

  .portion.two-ninths-on-tab-pt {
    width: 22.2222%; }

  .portion.three-ninths-on-tab-pt {
    width: 33.3333%; }

  .portion.four-ninths-on-tab-pt {
    width: 44.4444%; }

  .portion.five-ninths-on-tab-pt {
    width: 55.5555%; }

  .portion.six-ninths-on-tab-pt {
    width: 66.6665%; }

  .portion.seven-ninths-on-tab-pt {
    width: 77.7778%; }

  .portion.eight-ninths-on-tab-pt {
    width: 88.8889%; }

  .portion.one-tenth-on-tab-pt {
    width: 10%; }

  .portion.two-tenths-on-tab-pt {
    width: 20%; }

  .portion.three-tenths-on-tab-pt {
    width: 30%; }

  .portion.four-tenths-on-tab-pt {
    width: 40%; }

  .portion.five-tenths-on-tab-pt {
    width: 50%; }

  .portion.six-tenths-on-tab-pt {
    width: 60%; }

  .portion.seven-tenths-on-tab-pt {
    width: 70%; }

  .portion.eight-tenths-on-tab-pt {
    width: 80%; }

  .portion.nine-tenths-on-tab-pt {
    width: 90%; }

  .portion.one-eleventh-on-tab-pt {
    width: 9.0909%; }

  .portion.two-elevenths-on-tab-pt {
    width: 18.1818%; }

  .portion.three-elevenths-on-tab-pt {
    width: 27.2727%; }

  .portion.four-elevenths-on-tab-pt {
    width: 36.3636%; }

  .portion.five-elevenths-on-tab-pt {
    width: 45.4545%; }

  .portion.six-elevenths-on-tab-pt {
    width: 54.5454%; }

  .portion.seven-elevenths-on-tab-pt {
    width: 63.6363%; }

  .portion.eight-elevenths-on-tab-pt {
    width: 72.7272%; }

  .portion.nine-elevenths-on-tab-pt {
    width: 81.8181%; }

  .portion.ten-elevenths-on-tab-pt {
    width: 90.9090%; }

  .portion.one-twelfth-on-tab-pt {
    width: 8.3333%; }

  .portion.two-twelfths-on-tab-pt {
    width: 16.6667%; }

  .portion.three-twelfths-on-tab-pt {
    width: 25.0000%; }

  .portion.four-twelfths-on-tab-pt {
    width: 36.3333%; }

  .portion.five-twelfths-on-tab-pt {
    width: 41.6667%; }

  .portion.six-twelfths-on-tab-pt {
    width: 50.0000%; }

  .portion.seven-twelfths-on-tab-pt {
    width: 58.3333%; }

  .portion.eight-twelfths-on-tab-pt {
    width: 66.6667%; }

  .portion.nine-twelfths-on-tab-pt {
    width: 75.0000%; }

  .portion.ten-twelfths-on-tab-pt {
    width: 83.3333%; }

  .portion.eleven-twelfths-on-tab-pt {
    width: 91.6667%; }

  .portion.one-thirteenth-on-tab-pt {
    width: 7.6923%; }

  .portion.two-thirteenths-on-tab-pt {
    width: 15.3846%; }

  .portion.three-thirteenths-on-tab-pt {
    width: 23.0769%; }

  .portion.four-thirteenths-on-tab-pt {
    width: 30.7692%; }

  .portion.five-thirteenths-on-tab-pt {
    width: 38.4615%; }

  .portion.six-thirteenths-on-tab-pt {
    width: 46.1538%; }

  .portion.seven-thirteenths-on-tab-pt {
    width: 53.8462%; }

  .portion.eight-thirteenths-on-tab-pt {
    width: 61.5385%; }

  .portion.nine-thirteenths-on-tab-pt {
    width: 69.2308%; }

  .portion.ten-thirteenths-on-tab-pt {
    width: 76.9231%; }

  .portion.eleven-thirteenths-on-tab-pt {
    width: 84.6154%; }

  .portion.twelve-thirteenths-on-tab-pt {
    width: 92.3077%; }

  .portion.one-fourteenth-on-tab-pt {
    width: 7.1429%; }

  .portion.two-fourteenths-on-tab-pt {
    width: 14.2857%; }

  .portion.three-fourteenths-on-tab-pt {
    width: 21.4286%; }

  .portion.four-fourteenths-on-tab-pt {
    width: 28.5714%; }

  .portion.five-fourteenths-on-tab-pt {
    width: 35.7143%; }

  .portion.six-fourteenths-on-tab-pt {
    width: 42.8571%; }

  .portion.seven-fourteenths-on-tab-pt {
    width: 50.0000%; }

  .portion.eight-fourteenths-on-tab-pt {
    width: 57.1429%; }

  .portion.nine-fourteenths-on-tab-pt {
    width: 64.2857%; }

  .portion.ten-fourteenths-on-tab-pt {
    width: 71.4286%; }

  .portion.eleven-fourteenths-on-tab-pt {
    width: 78.5714%; }

  .portion.twelve-fourteenths-on-tab-pt {
    width: 85.7143%; }

  .portion.thirteen-fourteenths-on-tab-pt {
    width: 92.8571%; }

  .portion.one-fifteenth-on-tab-pt {
    width: 6.6667%; }

  .portion.two-fifteenths-on-tab-pt {
    width: 13.3333%; }

  .portion.three-fifteenths-on-tab-pt {
    width: 20.0000%; }

  .portion.four-fifteenths-on-tab-pt {
    width: 26.6667%; }

  .portion.five-fifteenths-on-tab-pt {
    width: 33.3333%; }

  .portion.six-fifteenths-on-tab-pt {
    width: 40.0000%; }

  .portion.seven-fifteenths-on-tab-pt {
    width: 46.6667%; }

  .portion.eight-fifteenths-on-tab-pt {
    width: 53.3333%; }

  .portion.nine-fifteenths-on-tab-pt {
    width: 60.0000%; }

  .portion.ten-fifteenths-on-tab-pt {
    width: 66.6667%; }

  .portion.eleven-fifteenths-on-tab-pt {
    width: 73.3333%; }

  .portion.twelve-fifteenths-on-tab-pt {
    width: 80.0000%; }

  .portion.thirteen-fifteenths-on-tab-pt {
    width: 86.6667%; }

  .portion.fourteen-fifteenths-on-tab-pt {
    width: 93.3333%; }

  .portion.one-sixteenth-on-tab-pt {
    width: 6.25%; }

  .portion.two-sixteenths-on-tab-pt {
    width: 12.50%; }

  .portion.three-sixteenths-on-tab-pt {
    width: 18.75%; }

  .portion.four-sixteenths-on-tab-pt {
    width: 25.00%; }

  .portion.five-sixteenths-on-tab-pt {
    width: 31.25%; }

  .portion.six-sixteenths-on-tab-pt {
    width: 37.50%; }

  .portion.seven-sixteenths-on-tab-pt {
    width: 43.75%; }

  .portion.eight-sixteenths-on-tab-pt {
    width: 50.00%; }

  .portion.nine-sixteenths-on-tab-pt {
    width: 56.25%; }

  .portion.ten-sixteenths-on-tab-pt {
    width: 62.50%; }

  .portion.eleven-sixteenths-on-tab-pt {
    width: 68.75%; }

  .portion.twelve-sixteenths-on-tab-pt {
    width: 75.00%; }

  .portion.thirteen-sixteenths-on-tab-pt {
    width: 81.25%; }

  .portion.fourteen-sixteenths-on-tab-pt {
    width: 87.50%; }

  .portion.fifteen-sixteenths-on-tab-pt {
    width: 93.75%; } }
@media all and (min-width: 901px) and (max-width: 1200px) {
  .portion.whole-on-tab-ls {
    width: 100%; }

  .portion.half-on-tab-ls {
    width: 50%; }

  .portion.one-third-on-tab-ls {
    width: 33.3332%; }

  .portion.two-thirds-on-tab-ls {
    width: 66.6665%; }

  .portion.one-fourth-on-tab-ls {
    width: 25%; }

  .portion.two-fourths-on-tab-ls {
    width: 50%; }

  .portion.three-fourths-on-tab-ls {
    width: 75%; }

  .portion.one-fifth-on-tab-ls {
    width: 20%; }

  .portion.two-fifths-on-tab-ls {
    width: 40%; }

  .portion.three-fifths-on-tab-ls {
    width: 60%; }

  .portion.four-fifths-on-tab-ls {
    width: 80%; }

  .portion.one-sixth-on-tab-ls {
    width: 16.6666%; }

  .portion.two-sixths-on-tab-ls {
    width: 33.3332%; }

  .portion.three-sixths-on-tab-ls {
    width: 50.0000%; }

  .portion.four-sixths-on-tab-ls {
    width: 66.6665%; }

  .portion.five-sixths-on-tab-ls {
    width: 83.3332%; }

  .portion.one-seventh-on-tab-ls {
    width: 14.2856%; }

  .portion.two-sevenths-on-tab-ls {
    width: 28.5714%; }

  .portion.three-sevenths-on-tab-ls {
    width: 42.8571%; }

  .portion.four-sevenths-on-tab-ls {
    width: 57.1428%; }

  .portion.five-sevenths-on-tab-ls {
    width: 71.4285%; }

  .portion.six-sevenths-on-tab-ls {
    width: 85.7142%; }

  .portion.one-eighth-on-tab-ls {
    width: 12.5%; }

  .portion.two-eighths-on-tab-ls {
    width: 25.0%; }

  .portion.three-eighths-on-tab-ls {
    width: 37.5%; }

  .portion.four-eighths-on-tab-ls {
    width: 50.0%; }

  .portion.five-eighths-on-tab-ls {
    width: 62.5%; }

  .portion.six-eighths-on-tab-ls {
    width: 75.0%; }

  .portion.seven-eighths-on-tab-ls {
    width: 87.5%; }

  .portion.one-ninth-on-tab-ls {
    width: 11.1111%; }

  .portion.two-ninths-on-tab-ls {
    width: 22.2222%; }

  .portion.three-ninths-on-tab-ls {
    width: 33.3333%; }

  .portion.four-ninths-on-tab-ls {
    width: 44.4444%; }

  .portion.five-ninths-on-tab-ls {
    width: 55.5555%; }

  .portion.six-ninths-on-tab-ls {
    width: 66.6665%; }

  .portion.seven-ninths-on-tab-ls {
    width: 77.7778%; }

  .portion.eight-ninths-on-tab-ls {
    width: 88.8889%; }

  .portion.one-tenth-on-tab-ls {
    width: 10%; }

  .portion.two-tenths-on-tab-ls {
    width: 20%; }

  .portion.three-tenths-on-tab-ls {
    width: 30%; }

  .portion.four-tenths-on-tab-ls {
    width: 40%; }

  .portion.five-tenths-on-tab-ls {
    width: 50%; }

  .portion.six-tenths-on-tab-ls {
    width: 60%; }

  .portion.seven-tenths-on-tab-ls {
    width: 70%; }

  .portion.eight-tenths-on-tab-ls {
    width: 80%; }

  .portion.nine-tenths-on-tab-ls {
    width: 90%; }

  .portion.one-eleventh-on-tab-ls {
    width: 9.0909%; }

  .portion.two-elevenths-on-tab-ls {
    width: 18.1818%; }

  .portion.three-elevenths-on-tab-ls {
    width: 27.2727%; }

  .portion.four-elevenths-on-tab-ls {
    width: 36.3636%; }

  .portion.five-elevenths-on-tab-ls {
    width: 45.4545%; }

  .portion.six-elevenths-on-tab-ls {
    width: 54.5454%; }

  .portion.seven-elevenths-on-tab-ls {
    width: 63.6363%; }

  .portion.eight-elevenths-on-tab-ls {
    width: 72.7272%; }

  .portion.nine-elevenths-on-tab-ls {
    width: 81.8181%; }

  .portion.ten-elevenths-on-tab-ls {
    width: 90.9090%; }

  .portion.one-twelfth-on-tab-ls {
    width: 8.3333%; }

  .portion.two-twelfths-on-tab-ls {
    width: 16.6667%; }

  .portion.three-twelfths-on-tab-ls {
    width: 25.0000%; }

  .portion.four-twelfths-on-tab-ls {
    width: 36.3333%; }

  .portion.five-twelfths-on-tab-ls {
    width: 41.6667%; }

  .portion.six-twelfths-on-tab-ls {
    width: 50.0000%; }

  .portion.seven-twelfths-on-tab-ls {
    width: 58.3333%; }

  .portion.eight-twelfths-on-tab-ls {
    width: 66.6667%; }

  .portion.nine-twelfths-on-tab-ls {
    width: 75.0000%; }

  .portion.ten-twelfths-on-tab-ls {
    width: 83.3333%; }

  .portion.eleven-twelfths-on-tab-ls {
    width: 91.6667%; }

  .portion.one-thirteenth-on-tab-ls {
    width: 7.6923%; }

  .portion.two-thirteenths-on-tab-ls {
    width: 15.3846%; }

  .portion.three-thirteenths-on-tab-ls {
    width: 23.0769%; }

  .portion.four-thirteenths-on-tab-ls {
    width: 30.7692%; }

  .portion.five-thirteenths-on-tab-ls {
    width: 38.4615%; }

  .portion.six-thirteenths-on-tab-ls {
    width: 46.1538%; }

  .portion.seven-thirteenths-on-tab-ls {
    width: 53.8462%; }

  .portion.eight-thirteenths-on-tab-ls {
    width: 61.5385%; }

  .portion.nine-thirteenths-on-tab-ls {
    width: 69.2308%; }

  .portion.ten-thirteenths-on-tab-ls {
    width: 76.9231%; }

  .portion.eleven-thirteenths-on-tab-ls {
    width: 84.6154%; }

  .portion.twelve-thirteenths-on-tab-ls {
    width: 92.3077%; }

  .portion.one-fourteenth-on-tab-ls {
    width: 7.1429%; }

  .portion.two-fourteenths-on-tab-ls {
    width: 14.2857%; }

  .portion.three-fourteenths-on-tab-ls {
    width: 21.4286%; }

  .portion.four-fourteenths-on-tab-ls {
    width: 28.5714%; }

  .portion.five-fourteenths-on-tab-ls {
    width: 35.7143%; }

  .portion.six-fourteenths-on-tab-ls {
    width: 42.8571%; }

  .portion.seven-fourteenths-on-tab-ls {
    width: 50.0000%; }

  .portion.eight-fourteenths-on-tab-ls {
    width: 57.1429%; }

  .portion.nine-fourteenths-on-tab-ls {
    width: 64.2857%; }

  .portion.ten-fourteenths-on-tab-ls {
    width: 71.4286%; }

  .portion.eleven-fourteenths-on-tab-ls {
    width: 78.5714%; }

  .portion.twelve-fourteenths-on-tab-ls {
    width: 85.7143%; }

  .portion.thirteen-fourteenths-on-tab-ls {
    width: 92.8571%; }

  .portion.one-fifteenth-on-tab-ls {
    width: 6.6667%; }

  .portion.two-fifteenths-on-tab-ls {
    width: 13.3333%; }

  .portion.three-fifteenths-on-tab-ls {
    width: 20.0000%; }

  .portion.four-fifteenths-on-tab-ls {
    width: 26.6667%; }

  .portion.five-fifteenths-on-tab-ls {
    width: 33.3333%; }

  .portion.six-fifteenths-on-tab-ls {
    width: 40.0000%; }

  .portion.seven-fifteenths-on-tab-ls {
    width: 46.6667%; }

  .portion.eight-fifteenths-on-tab-ls {
    width: 53.3333%; }

  .portion.nine-fifteenths-on-tab-ls {
    width: 60.0000%; }

  .portion.ten-fifteenths-on-tab-ls {
    width: 66.6667%; }

  .portion.eleven-fifteenths-on-tab-ls {
    width: 73.3333%; }

  .portion.twelve-fifteenths-on-tab-ls {
    width: 80.0000%; }

  .portion.thirteen-fifteenths-on-tab-ls {
    width: 86.6667%; }

  .portion.fourteen-fifteenths-on-tab-ls {
    width: 93.3333%; }

  .portion.one-sixteenth-on-tab-ls {
    width: 6.25%; }

  .portion.two-sixteenths-on-tab-ls {
    width: 12.50%; }

  .portion.three-sixteenths-on-tab-ls {
    width: 18.75%; }

  .portion.four-sixteenths-on-tab-ls {
    width: 25.00%; }

  .portion.five-sixteenths-on-tab-ls {
    width: 31.25%; }

  .portion.six-sixteenths-on-tab-ls {
    width: 37.50%; }

  .portion.seven-sixteenths-on-tab-ls {
    width: 43.75%; }

  .portion.eight-sixteenths-on-tab-ls {
    width: 50.00%; }

  .portion.nine-sixteenths-on-tab-ls {
    width: 56.25%; }

  .portion.ten-sixteenths-on-tab-ls {
    width: 62.50%; }

  .portion.eleven-sixteenths-on-tab-ls {
    width: 68.75%; }

  .portion.twelve-sixteenths-on-tab-ls {
    width: 75.00%; }

  .portion.thirteen-sixteenths-on-tab-ls {
    width: 81.25%; }

  .portion.fourteen-sixteenths-on-tab-ls {
    width: 87.50%; }

  .portion.fifteen-sixteenths-on-tab-ls {
    width: 93.75%; } }
.show-block {
  display: block !important; }

.show-inline {
  display: inline-block !important; }

.show-nothing {
  display: none !important; }

.hide-this {
  visibility: hidden !important; }

.full-width {
  width: 100% !important; }

.full-height {
  height: 100% !important; }

@media all and (max-width: 600px) {
  .full-width-on-mobile {
    width: 100% !important; }

  .full-height-on-mobile {
    height: 100% !important; } }
@media all and (min-width: 601px) and (max-width: 900px) {
  .full-width-on-tab-pt {
    width: 100% !important; }

  .full-height-on-tab-pt {
    height: 100% !important; } }
@media all and (min-width: 901px) and (max-width: 1200px) {
  .full-width-on-tab-ls {
    width: 100% !important; }

  .full-height-on-tab-ls {
    height: 100% !important; } }
.pull-left {
  margin-right: auto !important; }

.pull-right {
  margin-left: auto !important; }

.clear-both {
  clear: both; }

.no-border {
  border: none !important; }

.totally-centre-items,
.totally-center-items {
  display: flex !important;
  align-items: center;
  justify-content: center; }

.vertically-centre-items,
.vertically-center-items {
  display: flex !important;
  align-items: center !important; }

.vertically-centre-this,
.vertically-center-this {
  align-self: center; }

.horizontally-centre-this,
.horizontally-center-this {
  position: relative;
  display: block;
  margin: 0 auto; }

.push-to-ends {
  justify-content: space-between; }

hr {
  border: 0;
  height: 1px;
  margin: 4vmax 0;
  width: 100%; }

hr.primary {
  background: rgba(20, 130, 255, 0.8); }

hr.secondary {
  background: rgba(20, 130, 255, 0.2); }

.no-margin {
  margin: 0 !important; }

.margin-all-fixed {
  margin: 8px; }

.margin-all-tiny {
  margin: 2vmax; }

.margin-all-small {
  margin: 4vmax; }

.margin-all-medium {
  margin: 8vmax; }

.margin-all-large {
  margin: 16vmax; }

.margin-all-huge {
  margin: 24vmax; }

.no-margin-top {
  margin-top: 0 !important; }

.margin-top-fixed {
  margin-top: 8px; }

.margin-top-tiny {
  margin-top: 2vmax; }

.margin-top-small {
  margin-top: 4vmax; }

.margin-top-medium {
  margin-top: 8vmax; }

.margin-top-large {
  margin-top: 16vmax; }

.margin-top-huge {
  margin-top: 24vmax; }

.no-margin-right {
  margin-right: 0 !important; }

.margin-right-fixed {
  margin-right: 8px; }

.margin-right-tiny {
  margin-right: 2vmax; }

.margin-right-small {
  margin-right: 4vmax; }

.margin-right-medium {
  margin-right: 8vmax; }

.margin-right-large {
  margin-right: 16vmax; }

.margin-right-huge {
  margin-right: 24vmax; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.margin-bottom-fixed {
  margin-bottom: 8px; }

.margin-bottom-tiny {
  margin-bottom: 2vmax; }

.margin-bottom-small {
  margin-bottom: 4vmax; }

.margin-bottom-medium {
  margin-bottom: 8vmax; }

.margin-bottom-large {
  margin-bottom: 16vmax; }

.margin-bottom-huge {
  margin-bottom: 24vmax; }

.no-margin-left {
  margin-left: 0 !important; }

.margin-left-fixed {
  margin-left: 8px; }

.margin-left-tiny {
  margin-left: 2vmax; }

.margin-left-small {
  margin-left: 4vmax; }

.margin-left-medium {
  margin-left: 8vmax; }

.margin-left-large {
  margin-left: 16vmax; }

.margin-left-huge {
  margin-left: 24vmax; }

.no-padding {
  padding: 0 !important; }

.padding-all-fixed {
  padding: 8px; }

.padding-all-tiny {
  padding: 2vmax; }

.padding-all-small {
  padding: 4vmax; }

.padding-all-medium {
  padding: 8vmax; }

.padding-all-large {
  padding: 16vmax; }

.padding-all-huge {
  padding: 24vmax; }

.no-padding-top {
  padding-top: 0 !important; }

.padding-top-fixed {
  padding-top: 8px; }

.padding-top-tiny {
  padding-top: 2vmax; }

.padding-top-small {
  padding-top: 4vmax; }

.padding-top-medium {
  padding-top: 8vmax; }

.padding-top-large {
  padding-top: 16vmax; }

.padding-top-huge {
  padding-top: 24vmax; }

.no-padding-right {
  padding-right: 0 !important; }

.padding-right-fixed {
  padding-right: 8px; }

.padding-right-tiny {
  padding-right: 2vmax; }

.padding-right-small {
  padding-right: 4vmax; }

.padding-right-medium {
  padding-right: 8vmax; }

.padding-right-large {
  padding-right: 16vmax; }

.padding-right-huge {
  padding-right: 24vmax; }

.no-padding-bottom {
  padding-bottom: 0 !important; }

.padding-bottom-fixed {
  padding-bottom: 8px; }

.padding-bottom-tiny {
  padding-bottom: 2vmax; }

.padding-bottom-small {
  padding-bottom: 4vmax; }

.padding-bottom-medium {
  padding-bottom: 8vmax; }

.padding-bottom-large {
  padding-bottom: 16vmax; }

.padding-bottom-huge {
  padding-bottom: 24vmax; }

.no-padding-left {
  padding-left: 0 !important; }

.padding-left-fixed {
  padding-left: 8px; }

.padding-left-tiny {
  padding-left: 2vmax; }

.padding-left-small {
  padding-left: 4vmax; }

.padding-left-medium {
  padding-left: 8vmax; }

.padding-left-large {
  padding-left: 16vmax; }

.padding-left-huge {
  padding-left: 24vmax; }

.spacer-huge {
  display: block;
  width: 100%;
  height: 48vmin;
  clear: both; }

.spacer-large {
  display: block;
  width: 100%;
  height: 32vmin;
  clear: both; }

.spacer-medium {
  display: block;
  width: 100%;
  height: 16vmin;
  clear: both; }

.spacer-small {
  display: block;
  width: 100%;
  height: 8vmin;
  clear: both; }

.spacer-tiny {
  display: block;
  width: 100%;
  height: 4vmin;
  clear: both; }

.shape-rounded {
  border-radius: 4px; }

.shape-curved {
  border-radius: 40000px; }

.shape-circular {
  border-radius: 50%; }

.shadow-hard {
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.24); }

.shadow-soft {
  box-shadow: 0 16px 32px -8px rgba(0, 0, 0, 0.32); }

.shadow-mild {
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.24); }

.no-shadow {
  box-shadow: none !important; }

/* == OPACITY ============================================================== */
.opacity-00 {
  opacity: 0.00; }

.opacity-10 {
  opacity: 0.10; }

.opacity-20 {
  opacity: 0.20; }

.opacity-30 {
  opacity: 0.30; }

.opacity-40 {
  opacity: 0.40; }

.opacity-50 {
  opacity: 0.50; }

.opacity-60 {
  opacity: 0.60; }

.opacity-70 {
  opacity: 0.70; }

.opacity-80 {
  opacity: 0.80; }

.opacity-90 {
  opacity: 0.90; }

.opacity-100 {
  opacity: 1.00; }

/* == ICONS ================================================================ */
.icon-tiny {
  width: 16px; }

.icon-small {
  width: 24px; }

.icon-medium {
  width: 32px; }

.icon-large {
  width: 48px; }

.icon-huge {
  width: 64px; }

/* == CUSTOM INTERFACE ELEMENTS =========================================== */
.full-size-bg, .full-size-bg.bg-fixed {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-size: cover;
  z-index: -5; }

.full-size-bg.bg-fixed {
  position: fixed !important; }

.show-only-on-mobile {
  display: none !important; }

.show-only-on-tab-pt {
  display: none !important; }

.show-only-on-tab-ls {
  display: none !important; }

.hide-on-desktop {
  display: none !important; }

@media all and (max-width: 600px) {
  .hide-on-mobile {
    display: none !important; }

  .show-only-on-mobile {
    display: block !important; }

  .center-on-mobile,
  .centre-on-mobile {
    text-align: center !important; } }
@media all and (min-width: 601px) and (max-width: 900px) {
  .hide-on-tab-pt {
    display: none !important; }

  .show-only-on-tab-pt {
    display: block !important; }

  .center-on-tab-pt,
  .centre-on-tab-pt {
    text-align: center !important; } }
@media all and (min-width: 901px) and (max-width: 1200px) {
  .hide-on-tab-ls {
    display: none !important; }

  .show-only-on-tab-ls {
    display: block !important; }

  .center-on-tab-ls,
  .centre-on-tab-ls {
    text-align: center !important; } }
/* == COLOURS ============================================================== */
.bg-hue {
  background-color: #1482ff; }

.bg-tint {
  background-color: #f5faff; }

.bg-analogue {
  background-color: #ff9214; }

.bg-shade {
  background-color: #002147; }

.bg-accent {
  background-color: #14ffff; }

.bg-white {
  background-color: white; }

.bg-black {
  background-color: black; }

.bg-grey {
  background-color: #575757; }

.bg-grey-90 {
  background-color: dimgray; }

.bg-grey-80 {
  background-color: #7a7a7a; }

.bg-grey-70 {
  background-color: #8c8c8c; }

.bg-grey-60 {
  background-color: #9e9e9e; }

.bg-grey-50 {
  background-color: #b0b0b0; }

.bg-grey-40 {
  background-color: #c2c2c2; }

.bg-grey-30 {
  background-color: #d4d4d4; }

.bg-grey-20 {
  background-color: #e6e6e6; }

.bg-grey-10 {
  background-color: #f7f7f7; }

.bg-slate {
  background-color: #70808f; }

.bg-slate-90 {
  background-color: #7e8c9a; }

.bg-slate-80 {
  background-color: #8d99a5; }

.bg-slate-70 {
  background-color: #9ba7b0; }

.bg-slate-60 {
  background-color: #a9b3bc; }

.bg-slate-50 {
  background-color: #b8bfc7; }

.bg-slate-40 {
  background-color: #c5ccd3; }

.bg-slate-30 {
  background-color: #d4d8dd; }

.bg-slate-20 {
  background-color: #e2e6e9; }

.bg-slate-10 {
  background-color: #f1f3f4; }

.bg-red {
  background-color: #ef4343; }

.bg-red-90 {
  background-color: #f05656; }

.bg-red-80 {
  background-color: #f26969; }

.bg-red-70 {
  background-color: #f47c7c; }

.bg-red-60 {
  background-color: #f58e8e; }

.bg-red-50 {
  background-color: #f7a1a1; }

.bg-red-40 {
  background-color: #f8b4b4; }

.bg-red-30 {
  background-color: #fac7c7; }

.bg-red-20 {
  background-color: #fcd9d9; }

.bg-red-10 {
  background-color: #fdecec; }

.bg-orange {
  background-color: #f68a46; }

.bg-orange-90 {
  background-color: #f79659; }

.bg-orange-80 {
  background-color: #f8a26d; }

.bg-orange-70 {
  background-color: #f9af80; }

.bg-orange-60 {
  background-color: #fab88f; }

.bg-orange-50 {
  background-color: #fbc4a2; }

.bg-orange-40 {
  background-color: #fcd1b6; }

.bg-orange-30 {
  background-color: #fcddc9; }

.bg-orange-20 {
  background-color: #fde9dd; }

.bg-orange-10 {
  background-color: #fef6f0; }

.bg-amber {
  background-color: #fcb83b; }

.bg-amber-90 {
  background-color: #fcc04f; }

.bg-amber-80 {
  background-color: #fcc764; }

.bg-amber-70 {
  background-color: #fcce73; }

.bg-amber-60 {
  background-color: #fdd486; }

.bg-amber-50 {
  background-color: #fddb9b; }

.bg-amber-40 {
  background-color: #fde3af; }

.bg-amber-30 {
  background-color: #fee9c3; }

.bg-amber-20 {
  background-color: #fef1d7; }

.bg-amber-10 {
  background-color: #fef8ec; }

.bg-yellow {
  background-color: #ffd60a; }

.bg-yellow-90 {
  background-color: #ffda24; }

.bg-yellow-80 {
  background-color: #ffdf3d; }

.bg-yellow-70 {
  background-color: #ffe357; }

.bg-yellow-60 {
  background-color: #ffe770; }

.bg-yellow-50 {
  background-color: #ffeb8a; }

.bg-yellow-40 {
  background-color: #fff0a3; }

.bg-yellow-30 {
  background-color: #fff4bd; }

.bg-yellow-20 {
  background-color: #fff8d6; }

.bg-yellow-10 {
  background-color: #fffcf0; }

.bg-pistachio {
  background-color: #9fc743; }

.bg-pistachio-90 {
  background-color: #a9cd56; }

.bg-pistachio-80 {
  background-color: #b3d26a; }

.bg-pistachio-70 {
  background-color: #bdd87d; }

.bg-pistachio-60 {
  background-color: #c7de91; }

.bg-pistachio-50 {
  background-color: #d1e4a5; }

.bg-pistachio-40 {
  background-color: #dbeab8; }

.bg-pistachio-30 {
  background-color: #e5f0cc; }

.bg-pistachio-20 {
  background-color: #eff6e0; }

.bg-pistachio-10 {
  background-color: #f9fbf3; }

.bg-green {
  background-color: #36a168; }

.bg-green-90 {
  background-color: #4baa77; }

.bg-green-80 {
  background-color: #5fb487; }

.bg-green-70 {
  background-color: #71bc94; }

.bg-green-60 {
  background-color: #86c6a4; }

.bg-green-50 {
  background-color: #9ad0b3; }

.bg-green-40 {
  background-color: #afd9c3; }

.bg-green-30 {
  background-color: #c1e2d0; }

.bg-green-20 {
  background-color: #d5ece0; }

.bg-green-10 {
  background-color: #eaf5ef; }

.bg-teal {
  background-color: #2fc6b7; }

.bg-teal-90 {
  background-color: #42cdbf; }

.bg-teal-80 {
  background-color: #56d2c6; }

.bg-teal-70 {
  background-color: #6bd6cc; }

.bg-teal-60 {
  background-color: #82ded5; }

.bg-teal-50 {
  background-color: #96e3db; }

.bg-teal-40 {
  background-color: #abe8e2; }

.bg-teal-30 {
  background-color: #bfeee8; }

.bg-teal-20 {
  background-color: #d3f3f0; }

.bg-teal-10 {
  background-color: #ebf9f7; }

.bg-cyan {
  background-color: #33e6da; }

.bg-cyan-90 {
  background-color: #46e7dc; }

.bg-cyan-80 {
  background-color: #5deae0; }

.bg-cyan-70 {
  background-color: #6fece4; }

.bg-cyan-60 {
  background-color: #85efe8; }

.bg-cyan-50 {
  background-color: #97f2ec; }

.bg-cyan-40 {
  background-color: #aef4f0; }

.bg-cyan-30 {
  background-color: #c0f7f3; }

.bg-cyan-20 {
  background-color: #d7f9f8; }

.bg-cyan-10 {
  background-color: #e9fcfb; }

.bg-sky {
  background-color: #72ddfd; }

.bg-sky-90 {
  background-color: #81e0fd; }

.bg-sky-80 {
  background-color: #8be3fd; }

.bg-sky-70 {
  background-color: #9be6fd; }

.bg-sky-60 {
  background-color: #aaeafd; }

.bg-sky-50 {
  background-color: #b9eefe; }

.bg-sky-40 {
  background-color: #c8f1fe; }

.bg-sky-30 {
  background-color: #d2f4fe; }

.bg-sky-20 {
  background-color: #e1f8fe; }

.bg-sky-10 {
  background-color: #f1fbfe; }

.bg-blue {
  background-color: #0064d6; }

.bg-blue-90 {
  background-color: #0072f5; }

.bg-blue-80 {
  background-color: #1482ff; }

.bg-blue-70 {
  background-color: #2e8fff; }

.bg-blue-60 {
  background-color: #4da0ff; }

.bg-blue-50 {
  background-color: #6bb0ff; }

.bg-blue-40 {
  background-color: #8ac0ff; }

.bg-blue-30 {
  background-color: #a8d1ff; }

.bg-blue-20 {
  background-color: #c7e1ff; }

.bg-blue-10 {
  background-color: #e6f1ff; }

.bg-indigo {
  background-color: #3840d6; }

.bg-indigo-90 {
  background-color: #4950da; }

.bg-indigo-80 {
  background-color: #5e65de; }

.bg-indigo-70 {
  background-color: #7379e2; }

.bg-indigo-60 {
  background-color: #888de7; }

.bg-indigo-50 {
  background-color: #9a9eea; }

.bg-indigo-40 {
  background-color: #afb2ee; }

.bg-indigo-30 {
  background-color: #c4c7f2; }

.bg-indigo-20 {
  background-color: #d5d7f6; }

.bg-indigo-10 {
  background-color: #ebebfa; }

.bg-violet {
  background-color: #7c59cf; }

.bg-violet-90 {
  background-color: #8b69d3; }

.bg-violet-80 {
  background-color: #9779d8; }

.bg-violet-70 {
  background-color: #a388dd; }

.bg-violet-60 {
  background-color: #b29ce2; }

.bg-violet-50 {
  background-color: #beace7; }

.bg-violet-40 {
  background-color: #cbbceb; }

.bg-violet-30 {
  background-color: #d7ccf0; }

.bg-violet-20 {
  background-color: #e4dbf5; }

.bg-violet-10 {
  background-color: #f3effa; }

.bg-purple {
  background-color: #c256ae; }

.bg-purple-90 {
  background-color: #c969b7; }

.bg-purple-80 {
  background-color: #ce78bf; }

.bg-purple-70 {
  background-color: #d58bc7; }

.bg-purple-60 {
  background-color: #db9acf; }

.bg-purple-50 {
  background-color: #e1add8; }

.bg-purple-40 {
  background-color: #e7bcdf; }

.bg-purple-30 {
  background-color: #eccae6; }

.bg-purple-20 {
  background-color: #f3ddef; }

.bg-purple-10 {
  background-color: #f8ecf6; }

.bg-pink {
  background-color: #fc73aa; }

.bg-pink-90 {
  background-color: #fc83b3; }

.bg-pink-80 {
  background-color: #fc92bc; }

.bg-pink-70 {
  background-color: #fc9cc2; }

.bg-pink-60 {
  background-color: #fdaacb; }

.bg-pink-50 {
  background-color: #fdbad5; }

.bg-pink-40 {
  background-color: #fdc9de; }

.bg-pink-30 {
  background-color: #fed7e6; }

.bg-pink-20 {
  background-color: #fee1ed; }

.bg-pink-10 {
  background-color: #fef1f6; }

.bg-crimson {
  background-color: #b02754; }

.bg-crimson-90 {
  background-color: #c92c60; }

.bg-crimson-80 {
  background-color: #d53f71; }

.bg-crimson-70 {
  background-color: #d95480; }

.bg-crimson-60 {
  background-color: #df6d93; }

.bg-crimson-50 {
  background-color: #e486a5; }

.bg-crimson-40 {
  background-color: #ea9fb8; }

.bg-crimson-30 {
  background-color: #eeb4c7; }

.bg-crimson-20 {
  background-color: #f4cdda; }

.bg-crimson-10 {
  background-color: #f9e6ec; }

.bg-brown {
  background-color: #906447; }

.bg-brown-90 {
  background-color: #9b7459; }

.bg-brown-80 {
  background-color: #a7846c; }

.bg-brown-70 {
  background-color: #b39480; }

.bg-brown-60 {
  background-color: #bca18f; }

.bg-brown-50 {
  background-color: #c8b1a3; }

.bg-brown-40 {
  background-color: #d3c1b6; }

.bg-brown-30 {
  background-color: #dfd1c8; }

.bg-brown-20 {
  background-color: #e8dfd9; }

.bg-brown-10 {
  background-color: #f4efec; }

.bg-transparent {
  background-color: transparent; }

.text-hue {
  color: #1482ff; }

.text-tint {
  color: #f5faff; }

.text-analogue {
  color: #ff9214; }

.text-shade {
  color: #002147; }

.text-accent {
  color: #14ffff; }

.text-white {
  color: white; }

.text-black {
  color: black; }

.text-grey {
  color: #575757; }

.text-grey-90 {
  color: dimgray; }

.text-grey-80 {
  color: #7a7a7a; }

.text-grey-70 {
  color: #8c8c8c; }

.text-grey-60 {
  color: #9e9e9e; }

.text-grey-50 {
  color: #b0b0b0; }

.text-grey-40 {
  color: #c2c2c2; }

.text-grey-30 {
  color: #d4d4d4; }

.text-grey-20 {
  color: #e6e6e6; }

.text-grey-10 {
  color: #f7f7f7; }

.text-slate {
  color: #70808f; }

.text-slate-90 {
  color: #7e8c9a; }

.text-slate-80 {
  color: #8d99a5; }

.text-slate-70 {
  color: #9ba7b0; }

.text-slate-60 {
  color: #a9b3bc; }

.text-slate-50 {
  color: #b8bfc7; }

.text-slate-40 {
  color: #c5ccd3; }

.text-slate-30 {
  color: #d4d8dd; }

.text-slate-20 {
  color: #e2e6e9; }

.text-slate-10 {
  color: #f1f3f4; }

.text-red {
  color: #ef4343; }

.text-red-90 {
  color: #f05656; }

.text-red-80 {
  color: #f26969; }

.text-red-70 {
  color: #f47c7c; }

.text-red-60 {
  color: #f58e8e; }

.text-red-50 {
  color: #f7a1a1; }

.text-red-40 {
  color: #f8b4b4; }

.text-red-30 {
  color: #fac7c7; }

.text-red-20 {
  color: #fcd9d9; }

.text-red-10 {
  color: #fdecec; }

.text-orange {
  color: #f68a46; }

.text-orange-90 {
  color: #f79659; }

.text-orange-80 {
  color: #f8a26d; }

.text-orange-70 {
  color: #f9af80; }

.text-orange-60 {
  color: #fab88f; }

.text-orange-50 {
  color: #fbc4a2; }

.text-orange-40 {
  color: #fcd1b6; }

.text-orange-30 {
  color: #fcddc9; }

.text-orange-20 {
  color: #fde9dd; }

.text-orange-10 {
  color: #fef6f0; }

.text-amber {
  color: #fcb83b; }

.text-amber-90 {
  color: #fcc04f; }

.text-amber-80 {
  color: #fcc764; }

.text-amber-70 {
  color: #fcce73; }

.text-amber-60 {
  color: #fdd486; }

.text-amber-50 {
  color: #fddb9b; }

.text-amber-40 {
  color: #fde3af; }

.text-amber-30 {
  color: #fee9c3; }

.text-amber-20 {
  color: #fef1d7; }

.text-amber-10 {
  color: #fef8ec; }

.text-yellow {
  color: #ffd60a; }

.text-yellow-90 {
  color: #ffda24; }

.text-yellow-80 {
  color: #ffdf3d; }

.text-yellow-70 {
  color: #ffe357; }

.text-yellow-60 {
  color: #ffe770; }

.text-yellow-50 {
  color: #ffeb8a; }

.text-yellow-40 {
  color: #fff0a3; }

.text-yellow-30 {
  color: #fff4bd; }

.text-yellow-20 {
  color: #fff8d6; }

.text-yellow-10 {
  color: #fffcf0; }

.text-pistachio {
  color: #9fc743; }

.text-pistachio-90 {
  color: #a9cd56; }

.text-pistachio-80 {
  color: #b3d26a; }

.text-pistachio-70 {
  color: #bdd87d; }

.text-pistachio-60 {
  color: #c7de91; }

.text-pistachio-50 {
  color: #d1e4a5; }

.text-pistachio-40 {
  color: #dbeab8; }

.text-pistachio-30 {
  color: #e5f0cc; }

.text-pistachio-20 {
  color: #eff6e0; }

.text-pistachio-10 {
  color: #f9fbf3; }

.text-green {
  color: #36a168; }

.text-green-90 {
  color: #4baa77; }

.text-green-80 {
  color: #5fb487; }

.text-green-70 {
  color: #71bc94; }

.text-green-60 {
  color: #86c6a4; }

.text-green-50 {
  color: #9ad0b3; }

.text-green-40 {
  color: #afd9c3; }

.text-green-30 {
  color: #c1e2d0; }

.text-green-20 {
  color: #d5ece0; }

.text-green-10 {
  color: #eaf5ef; }

.text-teal {
  color: #2fc6b7; }

.text-teal-90 {
  color: #42cdbf; }

.text-teal-80 {
  color: #56d2c6; }

.text-teal-70 {
  color: #6bd6cc; }

.text-teal-60 {
  color: #82ded5; }

.text-teal-50 {
  color: #96e3db; }

.text-teal-40 {
  color: #abe8e2; }

.text-teal-30 {
  color: #bfeee8; }

.text-teal-20 {
  color: #d3f3f0; }

.text-teal-10 {
  color: #ebf9f7; }

.text-cyan {
  color: #33e6da; }

.text-cyan-90 {
  color: #46e7dc; }

.text-cyan-80 {
  color: #5deae0; }

.text-cyan-70 {
  color: #6fece4; }

.text-cyan-60 {
  color: #85efe8; }

.text-cyan-50 {
  color: #97f2ec; }

.text-cyan-40 {
  color: #aef4f0; }

.text-cyan-30 {
  color: #c0f7f3; }

.text-cyan-20 {
  color: #d7f9f8; }

.text-cyan-10 {
  color: #e9fcfb; }

.text-sky {
  color: #72ddfd; }

.text-sky-90 {
  color: #81e0fd; }

.text-sky-80 {
  color: #8be3fd; }

.text-sky-70 {
  color: #9be6fd; }

.text-sky-60 {
  color: #aaeafd; }

.text-sky-50 {
  color: #b9eefe; }

.text-sky-40 {
  color: #c8f1fe; }

.text-sky-30 {
  color: #d2f4fe; }

.text-sky-20 {
  color: #e1f8fe; }

.text-sky-10 {
  color: #f1fbfe; }

.text-blue {
  color: #0064d6; }

.text-blue-90 {
  color: #0072f5; }

.text-blue-80 {
  color: #1482ff; }

.text-blue-70 {
  color: #2e8fff; }

.text-blue-60 {
  color: #4da0ff; }

.text-blue-50 {
  color: #6bb0ff; }

.text-blue-40 {
  color: #8ac0ff; }

.text-blue-30 {
  color: #a8d1ff; }

.text-blue-20 {
  color: #c7e1ff; }

.text-blue-10 {
  color: #e6f1ff; }

.text-indigo {
  color: #3840d6; }

.text-indigo-90 {
  color: #4950da; }

.text-indigo-80 {
  color: #5e65de; }

.text-indigo-70 {
  color: #7379e2; }

.text-indigo-60 {
  color: #888de7; }

.text-indigo-50 {
  color: #9a9eea; }

.text-indigo-40 {
  color: #afb2ee; }

.text-indigo-30 {
  color: #c4c7f2; }

.text-indigo-20 {
  color: #d5d7f6; }

.text-indigo-10 {
  color: #ebebfa; }

.text-violet {
  color: #7c59cf; }

.text-violet-90 {
  color: #8b69d3; }

.text-violet-80 {
  color: #9779d8; }

.text-violet-70 {
  color: #a388dd; }

.text-violet-60 {
  color: #b29ce2; }

.text-violet-50 {
  color: #beace7; }

.text-violet-40 {
  color: #cbbceb; }

.text-violet-30 {
  color: #d7ccf0; }

.text-violet-20 {
  color: #e4dbf5; }

.text-violet-10 {
  color: #f3effa; }

.text-purple {
  color: #c256ae; }

.text-purple-90 {
  color: #c969b7; }

.text-purple-80 {
  color: #ce78bf; }

.text-purple-70 {
  color: #d58bc7; }

.text-purple-60 {
  color: #db9acf; }

.text-purple-50 {
  color: #e1add8; }

.text-purple-40 {
  color: #e7bcdf; }

.text-purple-30 {
  color: #eccae6; }

.text-purple-20 {
  color: #f3ddef; }

.text-purple-10 {
  color: #f8ecf6; }

.text-pink {
  color: #fc73aa; }

.text-pink-90 {
  color: #fc83b3; }

.text-pink-80 {
  color: #fc92bc; }

.text-pink-70 {
  color: #fc9cc2; }

.text-pink-60 {
  color: #fdaacb; }

.text-pink-50 {
  color: #fdbad5; }

.text-pink-40 {
  color: #fdc9de; }

.text-pink-30 {
  color: #fed7e6; }

.text-pink-20 {
  color: #fee1ed; }

.text-pink-10 {
  color: #fef1f6; }

.text-crimson {
  color: #b02754; }

.text-crimson-90 {
  color: #c92c60; }

.text-crimson-80 {
  color: #d53f71; }

.text-crimson-70 {
  color: #d95480; }

.text-crimson-60 {
  color: #df6d93; }

.text-crimson-50 {
  color: #e486a5; }

.text-crimson-40 {
  color: #ea9fb8; }

.text-crimson-30 {
  color: #eeb4c7; }

.text-crimson-20 {
  color: #f4cdda; }

.text-crimson-10 {
  color: #f9e6ec; }

.text-brown {
  color: #906447; }

.text-brown-90 {
  color: #9b7459; }

.text-brown-80 {
  color: #a7846c; }

.text-brown-70 {
  color: #b39480; }

.text-brown-60 {
  color: #bca18f; }

.text-brown-50 {
  color: #c8b1a3; }

.text-brown-40 {
  color: #d3c1b6; }

.text-brown-30 {
  color: #dfd1c8; }

.text-brown-20 {
  color: #e8dfd9; }

.text-brown-10 {
  color: #f4efec; }

.text-transparent {
  color: transparent; }

.border-hue {
  border: 2px solid #1482ff; }

.border-tint {
  border: 2px solid #f5faff; }

.border-analogue {
  border: 2px solid #ff9214; }

.border-shade {
  border: 2px solid #002147; }

.border-accent {
  border: 2px solid #14ffff; }

.border-white {
  border: 2px solid white; }

.border-black {
  border: 2px solid black; }

.border-grey {
  border: 2px solid #575757; }

.border-grey-90 {
  border: 2px solid dimgray; }

.border-grey-80 {
  border: 2px solid #7a7a7a; }

.border-grey-70 {
  border: 2px solid #8c8c8c; }

.border-grey-60 {
  border: 2px solid #9e9e9e; }

.border-grey-50 {
  border: 2px solid #b0b0b0; }

.border-grey-40 {
  border: 2px solid #c2c2c2; }

.border-grey-30 {
  border: 2px solid #d4d4d4; }

.border-grey-20 {
  border: 2px solid #e6e6e6; }

.border-grey-10 {
  border: 2px solid #f7f7f7; }

.border-slate {
  border: 2px solid #70808f; }

.border-slate-90 {
  border: 2px solid #7e8c9a; }

.border-slate-80 {
  border: 2px solid #8d99a5; }

.border-slate-70 {
  border: 2px solid #9ba7b0; }

.border-slate-60 {
  border: 2px solid #a9b3bc; }

.border-slate-50 {
  border: 2px solid #b8bfc7; }

.border-slate-40 {
  border: 2px solid #c5ccd3; }

.border-slate-30 {
  border: 2px solid #d4d8dd; }

.border-slate-20 {
  border: 2px solid #e2e6e9; }

.border-slate-10 {
  border: 2px solid #f1f3f4; }

.border-red {
  border: 2px solid #ef4343; }

.border-red-90 {
  border: 2px solid #f05656; }

.border-red-80 {
  border: 2px solid #f26969; }

.border-red-70 {
  border: 2px solid #f47c7c; }

.border-red-60 {
  border: 2px solid #f58e8e; }

.border-red-50 {
  border: 2px solid #f7a1a1; }

.border-red-40 {
  border: 2px solid #f8b4b4; }

.border-red-30 {
  border: 2px solid #fac7c7; }

.border-red-20 {
  border: 2px solid #fcd9d9; }

.border-red-10 {
  border: 2px solid #fdecec; }

.border-orange {
  border: 2px solid #f68a46; }

.border-orange-90 {
  border: 2px solid #f79659; }

.border-orange-80 {
  border: 2px solid #f8a26d; }

.border-orange-70 {
  border: 2px solid #f9af80; }

.border-orange-60 {
  border: 2px solid #fab88f; }

.border-orange-50 {
  border: 2px solid #fbc4a2; }

.border-orange-40 {
  border: 2px solid #fcd1b6; }

.border-orange-30 {
  border: 2px solid #fcddc9; }

.border-orange-20 {
  border: 2px solid #fde9dd; }

.border-orange-10 {
  border: 2px solid #fef6f0; }

.border-amber {
  border: 2px solid #fcb83b; }

.border-amber-90 {
  border: 2px solid #fcc04f; }

.border-amber-80 {
  border: 2px solid #fcc764; }

.border-amber-70 {
  border: 2px solid #fcce73; }

.border-amber-60 {
  border: 2px solid #fdd486; }

.border-amber-50 {
  border: 2px solid #fddb9b; }

.border-amber-40 {
  border: 2px solid #fde3af; }

.border-amber-30 {
  border: 2px solid #fee9c3; }

.border-amber-20 {
  border: 2px solid #fef1d7; }

.border-amber-10 {
  border: 2px solid #fef8ec; }

.border-yellow {
  border: 2px solid #ffd60a; }

.border-yellow-90 {
  border: 2px solid #ffda24; }

.border-yellow-80 {
  border: 2px solid #ffdf3d; }

.border-yellow-70 {
  border: 2px solid #ffe357; }

.border-yellow-60 {
  border: 2px solid #ffe770; }

.border-yellow-50 {
  border: 2px solid #ffeb8a; }

.border-yellow-40 {
  border: 2px solid #fff0a3; }

.border-yellow-30 {
  border: 2px solid #fff4bd; }

.border-yellow-20 {
  border: 2px solid #fff8d6; }

.border-yellow-10 {
  border: 2px solid #fffcf0; }

.border-pistachio {
  border: 2px solid #9fc743; }

.border-pistachio-90 {
  border: 2px solid #a9cd56; }

.border-pistachio-80 {
  border: 2px solid #b3d26a; }

.border-pistachio-70 {
  border: 2px solid #bdd87d; }

.border-pistachio-60 {
  border: 2px solid #c7de91; }

.border-pistachio-50 {
  border: 2px solid #d1e4a5; }

.border-pistachio-40 {
  border: 2px solid #dbeab8; }

.border-pistachio-30 {
  border: 2px solid #e5f0cc; }

.border-pistachio-20 {
  border: 2px solid #eff6e0; }

.border-pistachio-10 {
  border: 2px solid #f9fbf3; }

.border-green {
  border: 2px solid #36a168; }

.border-green-90 {
  border: 2px solid #4baa77; }

.border-green-80 {
  border: 2px solid #5fb487; }

.border-green-70 {
  border: 2px solid #71bc94; }

.border-green-60 {
  border: 2px solid #86c6a4; }

.border-green-50 {
  border: 2px solid #9ad0b3; }

.border-green-40 {
  border: 2px solid #afd9c3; }

.border-green-30 {
  border: 2px solid #c1e2d0; }

.border-green-20 {
  border: 2px solid #d5ece0; }

.border-green-10 {
  border: 2px solid #eaf5ef; }

.border-teal {
  border: 2px solid #2fc6b7; }

.border-teal-90 {
  border: 2px solid #42cdbf; }

.border-teal-80 {
  border: 2px solid #56d2c6; }

.border-teal-70 {
  border: 2px solid #6bd6cc; }

.border-teal-60 {
  border: 2px solid #82ded5; }

.border-teal-50 {
  border: 2px solid #96e3db; }

.border-teal-40 {
  border: 2px solid #abe8e2; }

.border-teal-30 {
  border: 2px solid #bfeee8; }

.border-teal-20 {
  border: 2px solid #d3f3f0; }

.border-teal-10 {
  border: 2px solid #ebf9f7; }

.border-cyan {
  border: 2px solid #33e6da; }

.border-cyan-90 {
  border: 2px solid #46e7dc; }

.border-cyan-80 {
  border: 2px solid #5deae0; }

.border-cyan-70 {
  border: 2px solid #6fece4; }

.border-cyan-60 {
  border: 2px solid #85efe8; }

.border-cyan-50 {
  border: 2px solid #97f2ec; }

.border-cyan-40 {
  border: 2px solid #aef4f0; }

.border-cyan-30 {
  border: 2px solid #c0f7f3; }

.border-cyan-20 {
  border: 2px solid #d7f9f8; }

.border-cyan-10 {
  border: 2px solid #e9fcfb; }

.border-sky {
  border: 2px solid #72ddfd; }

.border-sky-90 {
  border: 2px solid #81e0fd; }

.border-sky-80 {
  border: 2px solid #8be3fd; }

.border-sky-70 {
  border: 2px solid #9be6fd; }

.border-sky-60 {
  border: 2px solid #aaeafd; }

.border-sky-50 {
  border: 2px solid #b9eefe; }

.border-sky-40 {
  border: 2px solid #c8f1fe; }

.border-sky-30 {
  border: 2px solid #d2f4fe; }

.border-sky-20 {
  border: 2px solid #e1f8fe; }

.border-sky-10 {
  border: 2px solid #f1fbfe; }

.border-blue {
  border: 2px solid #0064d6; }

.border-blue-90 {
  border: 2px solid #0072f5; }

.border-blue-80 {
  border: 2px solid #1482ff; }

.border-blue-70 {
  border: 2px solid #2e8fff; }

.border-blue-60 {
  border: 2px solid #4da0ff; }

.border-blue-50 {
  border: 2px solid #6bb0ff; }

.border-blue-40 {
  border: 2px solid #8ac0ff; }

.border-blue-30 {
  border: 2px solid #a8d1ff; }

.border-blue-20 {
  border: 2px solid #c7e1ff; }

.border-blue-10 {
  border: 2px solid #e6f1ff; }

.border-indigo {
  border: 2px solid #3840d6; }

.border-indigo-90 {
  border: 2px solid #4950da; }

.border-indigo-80 {
  border: 2px solid #5e65de; }

.border-indigo-70 {
  border: 2px solid #7379e2; }

.border-indigo-60 {
  border: 2px solid #888de7; }

.border-indigo-50 {
  border: 2px solid #9a9eea; }

.border-indigo-40 {
  border: 2px solid #afb2ee; }

.border-indigo-30 {
  border: 2px solid #c4c7f2; }

.border-indigo-20 {
  border: 2px solid #d5d7f6; }

.border-indigo-10 {
  border: 2px solid #ebebfa; }

.border-violet {
  border: 2px solid #7c59cf; }

.border-violet-90 {
  border: 2px solid #8b69d3; }

.border-violet-80 {
  border: 2px solid #9779d8; }

.border-violet-70 {
  border: 2px solid #a388dd; }

.border-violet-60 {
  border: 2px solid #b29ce2; }

.border-violet-50 {
  border: 2px solid #beace7; }

.border-violet-40 {
  border: 2px solid #cbbceb; }

.border-violet-30 {
  border: 2px solid #d7ccf0; }

.border-violet-20 {
  border: 2px solid #e4dbf5; }

.border-violet-10 {
  border: 2px solid #f3effa; }

.border-purple {
  border: 2px solid #c256ae; }

.border-purple-90 {
  border: 2px solid #c969b7; }

.border-purple-80 {
  border: 2px solid #ce78bf; }

.border-purple-70 {
  border: 2px solid #d58bc7; }

.border-purple-60 {
  border: 2px solid #db9acf; }

.border-purple-50 {
  border: 2px solid #e1add8; }

.border-purple-40 {
  border: 2px solid #e7bcdf; }

.border-purple-30 {
  border: 2px solid #eccae6; }

.border-purple-20 {
  border: 2px solid #f3ddef; }

.border-purple-10 {
  border: 2px solid #f8ecf6; }

.border-pink {
  border: 2px solid #fc73aa; }

.border-pink-90 {
  border: 2px solid #fc83b3; }

.border-pink-80 {
  border: 2px solid #fc92bc; }

.border-pink-70 {
  border: 2px solid #fc9cc2; }

.border-pink-60 {
  border: 2px solid #fdaacb; }

.border-pink-50 {
  border: 2px solid #fdbad5; }

.border-pink-40 {
  border: 2px solid #fdc9de; }

.border-pink-30 {
  border: 2px solid #fed7e6; }

.border-pink-20 {
  border: 2px solid #fee1ed; }

.border-pink-10 {
  border: 2px solid #fef1f6; }

.border-crimson {
  border: 2px solid #b02754; }

.border-crimson-90 {
  border: 2px solid #c92c60; }

.border-crimson-80 {
  border: 2px solid #d53f71; }

.border-crimson-70 {
  border: 2px solid #d95480; }

.border-crimson-60 {
  border: 2px solid #df6d93; }

.border-crimson-50 {
  border: 2px solid #e486a5; }

.border-crimson-40 {
  border: 2px solid #ea9fb8; }

.border-crimson-30 {
  border: 2px solid #eeb4c7; }

.border-crimson-20 {
  border: 2px solid #f4cdda; }

.border-crimson-10 {
  border: 2px solid #f9e6ec; }

.border-brown {
  border: 2px solid #906447; }

.border-brown-90 {
  border: 2px solid #9b7459; }

.border-brown-80 {
  border: 2px solid #a7846c; }

.border-brown-70 {
  border: 2px solid #b39480; }

.border-brown-60 {
  border: 2px solid #bca18f; }

.border-brown-50 {
  border: 2px solid #c8b1a3; }

.border-brown-40 {
  border: 2px solid #d3c1b6; }

.border-brown-30 {
  border: 2px solid #dfd1c8; }

.border-brown-20 {
  border: 2px solid #e8dfd9; }

.border-brown-10 {
  border: 2px solid #f4efec; }

.border-transparent {
  border: 2px solid transparent; }

.fill-hue {
  fill: #1482ff; }

.fill-tint {
  fill: #f5faff; }

.fill-analogue {
  fill: #ff9214; }

.fill-shade {
  fill: #002147; }

.fill-accent {
  fill: #14ffff; }

.fill-white {
  fill: white; }

.fill-black {
  fill: black; }

.fill-grey {
  fill: #575757; }

.fill-grey-90 {
  fill: dimgray; }

.fill-grey-80 {
  fill: #7a7a7a; }

.fill-grey-70 {
  fill: #8c8c8c; }

.fill-grey-60 {
  fill: #9e9e9e; }

.fill-grey-50 {
  fill: #b0b0b0; }

.fill-grey-40 {
  fill: #c2c2c2; }

.fill-grey-30 {
  fill: #d4d4d4; }

.fill-grey-20 {
  fill: #e6e6e6; }

.fill-grey-10 {
  fill: #f7f7f7; }

.fill-slate {
  fill: #70808f; }

.fill-slate-90 {
  fill: #7e8c9a; }

.fill-slate-80 {
  fill: #8d99a5; }

.fill-slate-70 {
  fill: #9ba7b0; }

.fill-slate-60 {
  fill: #a9b3bc; }

.fill-slate-50 {
  fill: #b8bfc7; }

.fill-slate-40 {
  fill: #c5ccd3; }

.fill-slate-30 {
  fill: #d4d8dd; }

.fill-slate-20 {
  fill: #e2e6e9; }

.fill-slate-10 {
  fill: #f1f3f4; }

.fill-red {
  fill: #ef4343; }

.fill-red-90 {
  fill: #f05656; }

.fill-red-80 {
  fill: #f26969; }

.fill-red-70 {
  fill: #f47c7c; }

.fill-red-60 {
  fill: #f58e8e; }

.fill-red-50 {
  fill: #f7a1a1; }

.fill-red-40 {
  fill: #f8b4b4; }

.fill-red-30 {
  fill: #fac7c7; }

.fill-red-20 {
  fill: #fcd9d9; }

.fill-red-10 {
  fill: #fdecec; }

.fill-orange {
  fill: #f68a46; }

.fill-orange-90 {
  fill: #f79659; }

.fill-orange-80 {
  fill: #f8a26d; }

.fill-orange-70 {
  fill: #f9af80; }

.fill-orange-60 {
  fill: #fab88f; }

.fill-orange-50 {
  fill: #fbc4a2; }

.fill-orange-40 {
  fill: #fcd1b6; }

.fill-orange-30 {
  fill: #fcddc9; }

.fill-orange-20 {
  fill: #fde9dd; }

.fill-orange-10 {
  fill: #fef6f0; }

.fill-amber {
  fill: #fcb83b; }

.fill-amber-90 {
  fill: #fcc04f; }

.fill-amber-80 {
  fill: #fcc764; }

.fill-amber-70 {
  fill: #fcce73; }

.fill-amber-60 {
  fill: #fdd486; }

.fill-amber-50 {
  fill: #fddb9b; }

.fill-amber-40 {
  fill: #fde3af; }

.fill-amber-30 {
  fill: #fee9c3; }

.fill-amber-20 {
  fill: #fef1d7; }

.fill-amber-10 {
  fill: #fef8ec; }

.fill-yellow {
  fill: #ffd60a; }

.fill-yellow-90 {
  fill: #ffda24; }

.fill-yellow-80 {
  fill: #ffdf3d; }

.fill-yellow-70 {
  fill: #ffe357; }

.fill-yellow-60 {
  fill: #ffe770; }

.fill-yellow-50 {
  fill: #ffeb8a; }

.fill-yellow-40 {
  fill: #fff0a3; }

.fill-yellow-30 {
  fill: #fff4bd; }

.fill-yellow-20 {
  fill: #fff8d6; }

.fill-yellow-10 {
  fill: #fffcf0; }

.fill-pistachio {
  fill: #9fc743; }

.fill-pistachio-90 {
  fill: #a9cd56; }

.fill-pistachio-80 {
  fill: #b3d26a; }

.fill-pistachio-70 {
  fill: #bdd87d; }

.fill-pistachio-60 {
  fill: #c7de91; }

.fill-pistachio-50 {
  fill: #d1e4a5; }

.fill-pistachio-40 {
  fill: #dbeab8; }

.fill-pistachio-30 {
  fill: #e5f0cc; }

.fill-pistachio-20 {
  fill: #eff6e0; }

.fill-pistachio-10 {
  fill: #f9fbf3; }

.fill-green {
  fill: #36a168; }

.fill-green-90 {
  fill: #4baa77; }

.fill-green-80 {
  fill: #5fb487; }

.fill-green-70 {
  fill: #71bc94; }

.fill-green-60 {
  fill: #86c6a4; }

.fill-green-50 {
  fill: #9ad0b3; }

.fill-green-40 {
  fill: #afd9c3; }

.fill-green-30 {
  fill: #c1e2d0; }

.fill-green-20 {
  fill: #d5ece0; }

.fill-green-10 {
  fill: #eaf5ef; }

.fill-teal {
  fill: #2fc6b7; }

.fill-teal-90 {
  fill: #42cdbf; }

.fill-teal-80 {
  fill: #56d2c6; }

.fill-teal-70 {
  fill: #6bd6cc; }

.fill-teal-60 {
  fill: #82ded5; }

.fill-teal-50 {
  fill: #96e3db; }

.fill-teal-40 {
  fill: #abe8e2; }

.fill-teal-30 {
  fill: #bfeee8; }

.fill-teal-20 {
  fill: #d3f3f0; }

.fill-teal-10 {
  fill: #ebf9f7; }

.fill-cyan {
  fill: #33e6da; }

.fill-cyan-90 {
  fill: #46e7dc; }

.fill-cyan-80 {
  fill: #5deae0; }

.fill-cyan-70 {
  fill: #6fece4; }

.fill-cyan-60 {
  fill: #85efe8; }

.fill-cyan-50 {
  fill: #97f2ec; }

.fill-cyan-40 {
  fill: #aef4f0; }

.fill-cyan-30 {
  fill: #c0f7f3; }

.fill-cyan-20 {
  fill: #d7f9f8; }

.fill-cyan-10 {
  fill: #e9fcfb; }

.fill-sky {
  fill: #72ddfd; }

.fill-sky-90 {
  fill: #81e0fd; }

.fill-sky-80 {
  fill: #8be3fd; }

.fill-sky-70 {
  fill: #9be6fd; }

.fill-sky-60 {
  fill: #aaeafd; }

.fill-sky-50 {
  fill: #b9eefe; }

.fill-sky-40 {
  fill: #c8f1fe; }

.fill-sky-30 {
  fill: #d2f4fe; }

.fill-sky-20 {
  fill: #e1f8fe; }

.fill-sky-10 {
  fill: #f1fbfe; }

.fill-blue {
  fill: #0064d6; }

.fill-blue-90 {
  fill: #0072f5; }

.fill-blue-80 {
  fill: #1482ff; }

.fill-blue-70 {
  fill: #2e8fff; }

.fill-blue-60 {
  fill: #4da0ff; }

.fill-blue-50 {
  fill: #6bb0ff; }

.fill-blue-40 {
  fill: #8ac0ff; }

.fill-blue-30 {
  fill: #a8d1ff; }

.fill-blue-20 {
  fill: #c7e1ff; }

.fill-blue-10 {
  fill: #e6f1ff; }

.fill-indigo {
  fill: #3840d6; }

.fill-indigo-90 {
  fill: #4950da; }

.fill-indigo-80 {
  fill: #5e65de; }

.fill-indigo-70 {
  fill: #7379e2; }

.fill-indigo-60 {
  fill: #888de7; }

.fill-indigo-50 {
  fill: #9a9eea; }

.fill-indigo-40 {
  fill: #afb2ee; }

.fill-indigo-30 {
  fill: #c4c7f2; }

.fill-indigo-20 {
  fill: #d5d7f6; }

.fill-indigo-10 {
  fill: #ebebfa; }

.fill-violet {
  fill: #7c59cf; }

.fill-violet-90 {
  fill: #8b69d3; }

.fill-violet-80 {
  fill: #9779d8; }

.fill-violet-70 {
  fill: #a388dd; }

.fill-violet-60 {
  fill: #b29ce2; }

.fill-violet-50 {
  fill: #beace7; }

.fill-violet-40 {
  fill: #cbbceb; }

.fill-violet-30 {
  fill: #d7ccf0; }

.fill-violet-20 {
  fill: #e4dbf5; }

.fill-violet-10 {
  fill: #f3effa; }

.fill-purple {
  fill: #c256ae; }

.fill-purple-90 {
  fill: #c969b7; }

.fill-purple-80 {
  fill: #ce78bf; }

.fill-purple-70 {
  fill: #d58bc7; }

.fill-purple-60 {
  fill: #db9acf; }

.fill-purple-50 {
  fill: #e1add8; }

.fill-purple-40 {
  fill: #e7bcdf; }

.fill-purple-30 {
  fill: #eccae6; }

.fill-purple-20 {
  fill: #f3ddef; }

.fill-purple-10 {
  fill: #f8ecf6; }

.fill-pink {
  fill: #fc73aa; }

.fill-pink-90 {
  fill: #fc83b3; }

.fill-pink-80 {
  fill: #fc92bc; }

.fill-pink-70 {
  fill: #fc9cc2; }

.fill-pink-60 {
  fill: #fdaacb; }

.fill-pink-50 {
  fill: #fdbad5; }

.fill-pink-40 {
  fill: #fdc9de; }

.fill-pink-30 {
  fill: #fed7e6; }

.fill-pink-20 {
  fill: #fee1ed; }

.fill-pink-10 {
  fill: #fef1f6; }

.fill-crimson {
  fill: #b02754; }

.fill-crimson-90 {
  fill: #c92c60; }

.fill-crimson-80 {
  fill: #d53f71; }

.fill-crimson-70 {
  fill: #d95480; }

.fill-crimson-60 {
  fill: #df6d93; }

.fill-crimson-50 {
  fill: #e486a5; }

.fill-crimson-40 {
  fill: #ea9fb8; }

.fill-crimson-30 {
  fill: #eeb4c7; }

.fill-crimson-20 {
  fill: #f4cdda; }

.fill-crimson-10 {
  fill: #f9e6ec; }

.fill-brown {
  fill: #906447; }

.fill-brown-90 {
  fill: #9b7459; }

.fill-brown-80 {
  fill: #a7846c; }

.fill-brown-70 {
  fill: #b39480; }

.fill-brown-60 {
  fill: #bca18f; }

.fill-brown-50 {
  fill: #c8b1a3; }

.fill-brown-40 {
  fill: #d3c1b6; }

.fill-brown-30 {
  fill: #dfd1c8; }

.fill-brown-20 {
  fill: #e8dfd9; }

.fill-brown-10 {
  fill: #f4efec; }

.fill-transparent {
  fill: transparent; }

.stroke-hue {
  stroke: #1482ff; }

.stroke-tint {
  stroke: #f5faff; }

.stroke-analogue {
  stroke: #ff9214; }

.stroke-shade {
  stroke: #002147; }

.stroke-accent {
  stroke: #14ffff; }

.stroke-white {
  stroke: white; }

.stroke-black {
  stroke: black; }

.stroke-grey {
  stroke: #575757; }

.stroke-grey-90 {
  stroke: dimgray; }

.stroke-grey-80 {
  stroke: #7a7a7a; }

.stroke-grey-70 {
  stroke: #8c8c8c; }

.stroke-grey-60 {
  stroke: #9e9e9e; }

.stroke-grey-50 {
  stroke: #b0b0b0; }

.stroke-grey-40 {
  stroke: #c2c2c2; }

.stroke-grey-30 {
  stroke: #d4d4d4; }

.stroke-grey-20 {
  stroke: #e6e6e6; }

.stroke-grey-10 {
  stroke: #f7f7f7; }

.stroke-slate {
  stroke: #70808f; }

.stroke-slate-90 {
  stroke: #7e8c9a; }

.stroke-slate-80 {
  stroke: #8d99a5; }

.stroke-slate-70 {
  stroke: #9ba7b0; }

.stroke-slate-60 {
  stroke: #a9b3bc; }

.stroke-slate-50 {
  stroke: #b8bfc7; }

.stroke-slate-40 {
  stroke: #c5ccd3; }

.stroke-slate-30 {
  stroke: #d4d8dd; }

.stroke-slate-20 {
  stroke: #e2e6e9; }

.stroke-slate-10 {
  stroke: #f1f3f4; }

.stroke-red {
  stroke: #ef4343; }

.stroke-red-90 {
  stroke: #f05656; }

.stroke-red-80 {
  stroke: #f26969; }

.stroke-red-70 {
  stroke: #f47c7c; }

.stroke-red-60 {
  stroke: #f58e8e; }

.stroke-red-50 {
  stroke: #f7a1a1; }

.stroke-red-40 {
  stroke: #f8b4b4; }

.stroke-red-30 {
  stroke: #fac7c7; }

.stroke-red-20 {
  stroke: #fcd9d9; }

.stroke-red-10 {
  stroke: #fdecec; }

.stroke-orange {
  stroke: #f68a46; }

.stroke-orange-90 {
  stroke: #f79659; }

.stroke-orange-80 {
  stroke: #f8a26d; }

.stroke-orange-70 {
  stroke: #f9af80; }

.stroke-orange-60 {
  stroke: #fab88f; }

.stroke-orange-50 {
  stroke: #fbc4a2; }

.stroke-orange-40 {
  stroke: #fcd1b6; }

.stroke-orange-30 {
  stroke: #fcddc9; }

.stroke-orange-20 {
  stroke: #fde9dd; }

.stroke-orange-10 {
  stroke: #fef6f0; }

.stroke-amber {
  stroke: #fcb83b; }

.stroke-amber-90 {
  stroke: #fcc04f; }

.stroke-amber-80 {
  stroke: #fcc764; }

.stroke-amber-70 {
  stroke: #fcce73; }

.stroke-amber-60 {
  stroke: #fdd486; }

.stroke-amber-50 {
  stroke: #fddb9b; }

.stroke-amber-40 {
  stroke: #fde3af; }

.stroke-amber-30 {
  stroke: #fee9c3; }

.stroke-amber-20 {
  stroke: #fef1d7; }

.stroke-amber-10 {
  stroke: #fef8ec; }

.stroke-yellow {
  stroke: #ffd60a; }

.stroke-yellow-90 {
  stroke: #ffda24; }

.stroke-yellow-80 {
  stroke: #ffdf3d; }

.stroke-yellow-70 {
  stroke: #ffe357; }

.stroke-yellow-60 {
  stroke: #ffe770; }

.stroke-yellow-50 {
  stroke: #ffeb8a; }

.stroke-yellow-40 {
  stroke: #fff0a3; }

.stroke-yellow-30 {
  stroke: #fff4bd; }

.stroke-yellow-20 {
  stroke: #fff8d6; }

.stroke-yellow-10 {
  stroke: #fffcf0; }

.stroke-pistachio {
  stroke: #9fc743; }

.stroke-pistachio-90 {
  stroke: #a9cd56; }

.stroke-pistachio-80 {
  stroke: #b3d26a; }

.stroke-pistachio-70 {
  stroke: #bdd87d; }

.stroke-pistachio-60 {
  stroke: #c7de91; }

.stroke-pistachio-50 {
  stroke: #d1e4a5; }

.stroke-pistachio-40 {
  stroke: #dbeab8; }

.stroke-pistachio-30 {
  stroke: #e5f0cc; }

.stroke-pistachio-20 {
  stroke: #eff6e0; }

.stroke-pistachio-10 {
  stroke: #f9fbf3; }

.stroke-green {
  stroke: #36a168; }

.stroke-green-90 {
  stroke: #4baa77; }

.stroke-green-80 {
  stroke: #5fb487; }

.stroke-green-70 {
  stroke: #71bc94; }

.stroke-green-60 {
  stroke: #86c6a4; }

.stroke-green-50 {
  stroke: #9ad0b3; }

.stroke-green-40 {
  stroke: #afd9c3; }

.stroke-green-30 {
  stroke: #c1e2d0; }

.stroke-green-20 {
  stroke: #d5ece0; }

.stroke-green-10 {
  stroke: #eaf5ef; }

.stroke-teal {
  stroke: #2fc6b7; }

.stroke-teal-90 {
  stroke: #42cdbf; }

.stroke-teal-80 {
  stroke: #56d2c6; }

.stroke-teal-70 {
  stroke: #6bd6cc; }

.stroke-teal-60 {
  stroke: #82ded5; }

.stroke-teal-50 {
  stroke: #96e3db; }

.stroke-teal-40 {
  stroke: #abe8e2; }

.stroke-teal-30 {
  stroke: #bfeee8; }

.stroke-teal-20 {
  stroke: #d3f3f0; }

.stroke-teal-10 {
  stroke: #ebf9f7; }

.stroke-cyan {
  stroke: #33e6da; }

.stroke-cyan-90 {
  stroke: #46e7dc; }

.stroke-cyan-80 {
  stroke: #5deae0; }

.stroke-cyan-70 {
  stroke: #6fece4; }

.stroke-cyan-60 {
  stroke: #85efe8; }

.stroke-cyan-50 {
  stroke: #97f2ec; }

.stroke-cyan-40 {
  stroke: #aef4f0; }

.stroke-cyan-30 {
  stroke: #c0f7f3; }

.stroke-cyan-20 {
  stroke: #d7f9f8; }

.stroke-cyan-10 {
  stroke: #e9fcfb; }

.stroke-sky {
  stroke: #72ddfd; }

.stroke-sky-90 {
  stroke: #81e0fd; }

.stroke-sky-80 {
  stroke: #8be3fd; }

.stroke-sky-70 {
  stroke: #9be6fd; }

.stroke-sky-60 {
  stroke: #aaeafd; }

.stroke-sky-50 {
  stroke: #b9eefe; }

.stroke-sky-40 {
  stroke: #c8f1fe; }

.stroke-sky-30 {
  stroke: #d2f4fe; }

.stroke-sky-20 {
  stroke: #e1f8fe; }

.stroke-sky-10 {
  stroke: #f1fbfe; }

.stroke-blue {
  stroke: #0064d6; }

.stroke-blue-90 {
  stroke: #0072f5; }

.stroke-blue-80 {
  stroke: #1482ff; }

.stroke-blue-70 {
  stroke: #2e8fff; }

.stroke-blue-60 {
  stroke: #4da0ff; }

.stroke-blue-50 {
  stroke: #6bb0ff; }

.stroke-blue-40 {
  stroke: #8ac0ff; }

.stroke-blue-30 {
  stroke: #a8d1ff; }

.stroke-blue-20 {
  stroke: #c7e1ff; }

.stroke-blue-10 {
  stroke: #e6f1ff; }

.stroke-indigo {
  stroke: #3840d6; }

.stroke-indigo-90 {
  stroke: #4950da; }

.stroke-indigo-80 {
  stroke: #5e65de; }

.stroke-indigo-70 {
  stroke: #7379e2; }

.stroke-indigo-60 {
  stroke: #888de7; }

.stroke-indigo-50 {
  stroke: #9a9eea; }

.stroke-indigo-40 {
  stroke: #afb2ee; }

.stroke-indigo-30 {
  stroke: #c4c7f2; }

.stroke-indigo-20 {
  stroke: #d5d7f6; }

.stroke-indigo-10 {
  stroke: #ebebfa; }

.stroke-violet {
  stroke: #7c59cf; }

.stroke-violet-90 {
  stroke: #8b69d3; }

.stroke-violet-80 {
  stroke: #9779d8; }

.stroke-violet-70 {
  stroke: #a388dd; }

.stroke-violet-60 {
  stroke: #b29ce2; }

.stroke-violet-50 {
  stroke: #beace7; }

.stroke-violet-40 {
  stroke: #cbbceb; }

.stroke-violet-30 {
  stroke: #d7ccf0; }

.stroke-violet-20 {
  stroke: #e4dbf5; }

.stroke-violet-10 {
  stroke: #f3effa; }

.stroke-purple {
  stroke: #c256ae; }

.stroke-purple-90 {
  stroke: #c969b7; }

.stroke-purple-80 {
  stroke: #ce78bf; }

.stroke-purple-70 {
  stroke: #d58bc7; }

.stroke-purple-60 {
  stroke: #db9acf; }

.stroke-purple-50 {
  stroke: #e1add8; }

.stroke-purple-40 {
  stroke: #e7bcdf; }

.stroke-purple-30 {
  stroke: #eccae6; }

.stroke-purple-20 {
  stroke: #f3ddef; }

.stroke-purple-10 {
  stroke: #f8ecf6; }

.stroke-pink {
  stroke: #fc73aa; }

.stroke-pink-90 {
  stroke: #fc83b3; }

.stroke-pink-80 {
  stroke: #fc92bc; }

.stroke-pink-70 {
  stroke: #fc9cc2; }

.stroke-pink-60 {
  stroke: #fdaacb; }

.stroke-pink-50 {
  stroke: #fdbad5; }

.stroke-pink-40 {
  stroke: #fdc9de; }

.stroke-pink-30 {
  stroke: #fed7e6; }

.stroke-pink-20 {
  stroke: #fee1ed; }

.stroke-pink-10 {
  stroke: #fef1f6; }

.stroke-crimson {
  stroke: #b02754; }

.stroke-crimson-90 {
  stroke: #c92c60; }

.stroke-crimson-80 {
  stroke: #d53f71; }

.stroke-crimson-70 {
  stroke: #d95480; }

.stroke-crimson-60 {
  stroke: #df6d93; }

.stroke-crimson-50 {
  stroke: #e486a5; }

.stroke-crimson-40 {
  stroke: #ea9fb8; }

.stroke-crimson-30 {
  stroke: #eeb4c7; }

.stroke-crimson-20 {
  stroke: #f4cdda; }

.stroke-crimson-10 {
  stroke: #f9e6ec; }

.stroke-brown {
  stroke: #906447; }

.stroke-brown-90 {
  stroke: #9b7459; }

.stroke-brown-80 {
  stroke: #a7846c; }

.stroke-brown-70 {
  stroke: #b39480; }

.stroke-brown-60 {
  stroke: #bca18f; }

.stroke-brown-50 {
  stroke: #c8b1a3; }

.stroke-brown-40 {
  stroke: #d3c1b6; }

.stroke-brown-30 {
  stroke: #dfd1c8; }

.stroke-brown-20 {
  stroke: #e8dfd9; }

.stroke-brown-10 {
  stroke: #f4efec; }

.stroke-transparent {
  stroke: transparent; }

/*  Colour of highlight and text colour
    - for Firefox browsers  */
::-moz-selection {
  background: #1482ff;
  color: white; }

::selection {
  background: #1482ff;
  color: white; }

body {
  font-family: "Work Sans", sans-serif;
  font-size: 1em;
  line-height: 1.6;
  color: #002147;
  word-wrap: normal;
  text-rendering: optimizeLegibility;
  background-color: white; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
  margin: 0; }

h1 {
  line-height: 1; }

h2, h3, h4, h5, h6 {
  line-height: 1.2; }

h1 {
  font-size: 5.589506703em; }

h2 {
  font-size: 3.6352150774em; }

h3 {
  font-size: 2.36421376em; }

h4 {
  font-size: 1.906624em; }

h5 {
  font-size: 1.5376em; }

h6 {
  font-size: 1.24em; }

@media all and (max-width: 720px) {
  h1, h2, h3, h4, h5, h6 {
    word-wrap: break-word; } }
p {
  color: #002147;
  font-size: 1em;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 32px; }

.font-sans {
  font-family: "Work Sans", sans-serif; }

.font-serif {
  font-family: "Eczar", serif; }

.font-mono {
  font-family: "Space Mono", monospace; }

a {
  cursor: pointer;
  color: #1482ff;
  font-weight: bold;
  transition: all 0.2s; }

a:not(.ff-button):not(.ff-pill):not(.header-links a):hover {
  color: rgba(20, 130, 255, 0.64); }

a:active {
  opacity: 0.72; }

.text-bold,
b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

.text-tiny {
  font-size: 0.650364204em; }

.text-small {
  font-size: 0.8064516129em; }

.text-medium {
  font-size: 1em; }

.text-large {
  font-size: 1.5376em; }

.text-huge {
  font-size: 2.36421376em; }

.text-centre,
.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.weight-100 {
  font-weight: 100; }

.weight-200 {
  font-weight: 200; }

.weight-300 {
  font-weight: 300; }

.weight-400 {
  font-weight: 400; }

.weight-500 {
  font-weight: 500; }

.weight-600 {
  font-weight: 600; }

.weight-700 {
  font-weight: 700; }

.weight-800 {
  font-weight: 800; }

.weight-900 {
  font-weight: 900; }

.no-line-height {
  line-height: 0; }

.ff-form {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column; }

.ff-form-unit {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  flex: 1 1 auto; }

.ff-input {
  position: relative;
  width: 100%;
  flex: 1 1 auto;
  font-family: "Work Sans", sans-serif;
  background-color: rgba(241, 243, 244, 0.4);
  border-radius: 4px;
  padding: 8px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08); }

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  background-color: rgba(250, 255, 189, 0) !important;
  background-image: none !important;
  color: black !important; }

.ff-form-unit > label,
.ff-form-unit-group > label {
  flex: 1 0 100%;
  position: relative;
  align-self: flex-start;
  margin-bottom: 4px;
  color: #002147;
  order: -1; }

.ff-input:required ~ label::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -8px;
  content: " ";
  width: 3px;
  height: 70%;
  background-color: #ef4343;
  font-weight: bold;
  color: #ef4343; }

.ff-form-unit label span,
.ff-form-unit-group label span {
  display: inline-flex;
  font-size: 80%;
  font-weight: normal;
  color: #002147;
  line-height: 1.4;
  opacity: 0;
  transition: opacity 0.2s; }

.ff-form-unit > .ff-input:focus ~ label,
.ff-form-inline-group .ff-input:focus ~ label,
.ff-form-unit-group > .ff-input:focus ~ label {
  font-weight: bold; }

.ff-form-unit label > span::before,
.ff-form-unit-group label > span::before {
  content: "\0000a0\2022\0000a0"; }

.ff-form-unit .ff-input:focus ~ label > span,
.ff-form-unit .ff-input:active ~ label > span,
.ff-form-unit-group .ff-input:focus ~ label > span,
.ff-form-unit-group .ff-input:active ~ label > span {
  opacity: 1; }

.ff-form-unit .ff-input:not(:focus):not(:placeholder-shown) ~ label > span,
.ff-form-unit-group .ff-input:not(:focus):not(:placeholder-shown) ~ label > span {
  color: #002147; }

.ff-form-inline-group,
.ff-form-unit-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }

.ff-form-inline-group > .ff-form-unit,
.ff-form-unit-group > input {
  flex: 1 1 0;
  flex-direction: row; }

.ff-form-inline-group > label {
  flex: 1 1 100%;
  order: -1; }

.ff-form-inline-group input {
  align-self: flex-end; }

.ff-form-inline-group > .ff-form-unit:not(:last-of-type) {
  margin-right: 24px; }

@media screen and (max-width: 520px) {
  .ff-form-inline-group:not(.retain-layout) > .ff-form-unit {
    flex: 1 1 auto;
    margin-right: 0 !important; }

  .ff-form-inline-group:not(.retain-layout) > .ff-form-unit:not(:last-child) {
    margin-bottom: 16px; } }
.ff-form-inline-group > .ff-form-question {
  flex: 1 0 0;
  align-self: flex-start; }

.ff-form-inline-group > .ff-form-answers {
  flex: 3 1 0; }

.ff-form .ff-form-unit,
.ff-form .ff-form-unit-group,
.ff-form .ff-form-inline-group {
  margin-bottom: 40px; }

.ff-form-inline-group > .ff-form-unit,
.ff-form > .ff-form-unit:last-of-type:not(:only-of-type),
.ff-form > .ff-form-inline-group:last-of-type:not(:only-of-type) {
  margin-bottom: 0; }

.ff-form-answers * {
  margin-bottom: 8px; }

.ff-input.with-icon-left {
  padding-left: 40px; }

span.icon-left,
span.icon-right {
  position: absolute;
  bottom: 6px;
  width: 24px;
  height: 24px; }

span.icon-left {
  left: 8px; }

span.icon-right {
  right: 8px;
  opacity: 0.24; }

span.icon-left svg,
span.icon-right svg {
  fill: #d4d8dd;
  transition: all 0.2s; }

.ff-input.with-icon-left:focus ~ span.icon-left svg {
  fill: #1482ff; }

.ff-input.validate-this {
  padding-right: 24px; }

.ff-input:invalid:not(:focus):not(:placeholder-shown) {
  background-color: rgba(239, 67, 67, 0.24); }

.ff-form-unit .ff-input:invalid:focus:not(:placeholder-shown) ~ label > span,
.ff-form-unit-group .ff-input:invalid:focus:not(:placeholder-shown) ~ label > span,
.ff-form-unit .ff-input:invalid:not(:focus):not(:placeholder-shown) ~ label > span,
.ff-form-unit-group .ff-input:invalid:not(:focus):not(:placeholder-shown) ~ label > span {
  color: #ef4343; }

.ff-input.validate-this:focus ~ span.icon-right {
  opacity: 0.4; }

.ff-input.validate-this:valid ~ span.icon-right {
  opacity: 1; }

.ff-input.validate-this:valid ~ span.icon-right svg {
  fill: #36a168 !important; }

.ff-input[type=password] {
  letter-spacing: 4px; }

textarea.ff-input {
  max-width: 100%;
  min-width: 100%;
  resize: vertical; }

.ff-form-unit-group .unit-prefix,
.ff-form-unit-group .unit-prefix select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.ff-form-unit-group .unit-suffix,
.ff-form-unit-group .unit-suffix select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.ff-form-unit-group *:not(.unit-prefix):not(.unit-suffix) {
  border-radius: 0 !important; }

.ff-checkbox label::before {
  height: 16px;
  width: 16px;
  top: 4px;
  left: 0;
  border-radius: 4px; }

.ff-checkbox label::after {
  height: 6px;
  width: 12px;
  left: 2px;
  top: 8px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg); }

.ff-switch label::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 32px;
  height: 16px;
  border-radius: 8px;
  margin-right: 4px; }

.ff-switch label::after {
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 12px;
  left: 2px;
  top: 6px;
  background: white;
  border-radius: 50%;
  content: '';
  transition: all 0.1s ease-out;
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.6); }

.ff-switch input[type="checkbox"]:checked + label::after {
  left: 18px; }

.ff-radio label::before {
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  border-radius: 50%; }

.ff-radio label::after {
  opacity: 0;
  left: 4px;
  top: 8px;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%; }

input[type="checkbox"],
input[type="radio"] {
  display: none; }

.ff-checkbox,
.ff-switch,
.ff-radio {
  display: inline-block;
  margin-right: 24px; }

.ff-checkbox:only-of-type,
.ff-switch:only-of-type,
.ff-radio:only-of-type {
  margin-right: 0; }

.ff-checkbox label,
.ff-switch label,
.ff-radio label {
  display: inline-block;
  position: relative;
  font-family: "Work Sans", sans-serif;
  color: #002147;
  cursor: pointer;
  vertical-align: middle;
  line-height: 1.1; }

.ff-checkbox label,
.ff-radio label {
  padding-left: 24px; }

.ff-switch label {
  padding-left: 40px; }

.ff-checkbox label::before,
.ff-checkbox label::after,
.ff-switch label::before,
.ff-switch label::after,
.ff-radio label::before,
.ff-radio label::after {
  display: inline-block;
  position: absolute;
  content: "";
  transition: all 0.1s ease-out; }

.ff-checkbox input[type="checkbox"]:disabled + label::before,
.ff-switch input[type="checkbox"]:disabled + label::before,
.ff-radio input[type="radio"]:disabled + label::before,
.ff-checkbox label::before,
.ff-switch label::before,
.ff-radio label::before {
  user-select: none;
  pointer-events: none;
  background: #e6e6e6;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.24) inset; }

.ff-checkbox:hover label::before,
.ff-switch:hover label::before,
.ff-radio:hover label::before {
  background: #d4d4d4; }

.ff-checkbox label::after,
.ff-radio label::after {
  opacity: 0; }

.ff-checkbox input[type="checkbox"]:checked + label::before,
.ff-switch input[type="checkbox"]:checked + label::before,
.ff-radio input[type="radio"]:checked + label::before {
  background: #1482ff; }

.ff-checkbox input[type="checkbox"]:checked + label::after,
.ff-radio input[type="radio"]:checked + label::after {
  opacity: 1; }

.ff-checkbox input[type="checkbox"]:disabled + label,
.ff-switch input[type="checkbox"]:disabled + label,
.ff-radio input[type="radio"]:disabled + label,
.ff-checkbox input[type="checkbox"]:disabled:checked + label,
.ff-switch input[type="checkbox"]:disabled:checked + label,
.ff-radio input[type="radio"]:disabled:checked + label {
  pointer-events: none;
  cursor: default;
  opacity: 0.24; }

.ff-select {
  position: relative;
  width: max-content; }

.ff-select select {
  display: flex;
  height: 100%;
  padding: 8px 48px 8px 8px;
  background-color: rgba(241, 243, 244, 0.4);
  border: none;
  border-radius: 4px;
  font-family: "Work Sans", sans-serif;
  align-items: center; }

.ff-select::after {
  position: absolute;
  display: block;
  content: "\2303";
  top: calc(50% - 18px);
  right: 12px;
  font-size: 24px;
  color: #1482ff;
  line-height: 1.2;
  border-color: #1482ff;
  z-index: 500;
  pointer-events: none;
  transform: rotate(180deg); }

.ff-progress {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%; }

.ff-progress-title {
  margin-bottom: 8px;
  font-weight: bold;
  flex: 0 1 50%; }

.ff-progress-value {
  text-align: right;
  margin-bottom: 8px;
  flex: 0 1 50%; }

progress.ff-progress-bar[value] {
  position: relative;
  flex: 1 1 100%;
  height: 16px;
  border-radius: 8000px;
  background: #f5faff;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.24) inset; }

progress.ff-progress-bar[value]::-webkit-progress-bar {
  border-radius: 8000px;
  background: #f5faff;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.24) inset; }

progress.ff-progress-bar::-webkit-progress-value {
  border-radius: 8000px;
  background: #1482ff; }

progress.ff-progress-bar[value]::-moz-progress-bar {
  border-radius: 8000px;
  background: #1482ff; }

.range-slider {
  width: 100%; }

.slider-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  background: #f7f7f7;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.24) inset;
  outline: none;
  padding: 0;
  margin: 0; }

.slider-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out; }

.slider-range::-webkit-slider-thumb:hover {
  background: #1abc9c; }

.slider-range:active::-webkit-slider-thumb {
  background: #1abc9c; }

.slider-range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out; }

.slider-range::-moz-range-thumb:hover {
  background: #1abc9c; }

.slider-range:active::-moz-range-thumb {
  background: #1abc9c; }

::-moz-range-track {
  border: 0;
  background: rgba(0, 0, 0, 0); }

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0; }

button,
.ff-button {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  padding: 12px 24px;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  font-size: 88%;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: all 0.2s;
  background-position: center; }

button:active,
.ff-button:active {
  box-shadow: none;
  opacity: 0.72; }

button.bg-gradient,
.ff-button.bg-gradient {
  background: -webkit-linear-gradient(-45deg, #1482ff 0%, #ff9214 100%);
  background: -moz-linear-gradient(-45deg, #1482ff 0%, #ff9214 100%);
  background: linear-gradient(135deg, #1482ff 0%, #ff9214 100%); }

button.shape-circular,
.ff-button.shape-circular {
  width: 64px;
  height: 64px;
  padding: 0;
  border-radius: 50%; }

button.shape-circular img,
.ff-button.shape-circular img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.with-loader {
  color: transparent !important;
  box-shadow: none;
  user-select: none;
  pointer-events: none; }

.with-loader::after {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 16px;
  width: 16px;
  border: 3px solid white;
  border-radius: 50%;
  border-top-color: transparent;
  border-right-color: transparent;
  content: "";
  -webkit-animation: spinner 400ms infinite linear;
  animation: spinner 400ms infinite linear; }

.size-tiny.with-loader::after,
.size-small.with-loader::after {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 8px;
  width: 8px;
  border: 2px solid white;
  border-radius: 50%;
  border-top-color: transparent;
  border-right-color: transparent;
  content: "";
  -webkit-animation: spinner 400ms infinite linear;
  animation: spinner 400ms infinite linear; }

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }
@keyframes spinner {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
button[disabled],
.ff-button[disabled] {
  box-shadow: none;
  user-select: none;
  pointer-events: none;
  opacity: 0.32;
  filter: grayscale(100%); }

button.size-tiny,
.ff-button.size-tiny {
  padding: 4px 8px;
  font-size: 0.650364204em; }

button.size-small,
.ff-button.size-small {
  padding: 8px 16px;
  font-size: 0.8064516129em; }

button.size-large,
.ff-button.size-large {
  padding: 16px 32px;
  font-size: 1.5376em; }

button.size-huge,
.ff-button.size-huge {
  padding: 24px 40px;
  font-size: 2.36421376em; }

button.button-plain,
.ff-button.button-plain {
  background: transparent; }

.with-delete::after {
  display: inline-flex;
  position: absolute;
  cursor: pointer;
  right: 8px;
  content: "\00d7";
  font-size: 20px;
  line-height: 0;
  align-self: center; }

button.with-delete,
.ff-button.with-delete,
button.size-tiny.with-delete,
.ff-button.size-tiny.with-delete,
button.size-small.with-delete
.ff-button.size-small.with-delete {
  padding-right: 32px !important; }

.ff-button.size-large.with-delete {
  padding-right: 40px !important; }

.ff-button.size-huge.with-delete {
  padding-right: 48px !important; }

.ff-button.size-large.with-delete::after,
.ff-button.size-huge.with-delete::after {
  font-size: 24px;
  right: 16px; }

button + button,
.ff-button + .ff-button {
  margin-right: 8px; }

button + button:nth-child(2),
.ff-button + .ff-button:nth-child(2) {
  margin-left: 8px; }

.ff-header {
  display: flex;
  position: relative;
  height: 56px;
  justify-content: space-between;
  align-items: center; }

.ff-content-container .ff-header {
  margin: 0 -2vmax; }

#header-logo {
  max-width: 20%;
  height: 56px;
  justify-self: flex-start; }

#header-logo img {
  width: auto;
  height: 100%; }

.header-links {
  position: relative;
  background-color: transparent; }

.header-links a:not(.ff-button) {
  color: #002147; }
  .header-links a:not(.ff-button):hover {
    color: #1482ff; }

.nav-item {
  display: inline-block;
  padding: 0 24px; }

.links-toggle {
  display: none;
  float: right;
  font-size: 48px;
  padding-right: 4vmin; }
  .links-toggle:hover {
    cursor: pointer; }

@media screen and (max-width: 900px) {
  #header-logo {
    width: calc(100% - 56px); }

  .links-toggle {
    display: inline-block;
    padding: 16px; }

  .header-links {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 56px;
    transform: translateY(0);
    background-color: #f7f7f7;
    box-shadow: 0 4px 8px rgba(10, 10, 10, 0.1); }
    .header-links .nav-item {
      border-top: 1px solid #e6e6e6; }
    .header-links .nav-item a {
      display: block;
      padding: 16px; }
    .header-links .ff-button {
      display: block;
      margin: 8px auto;
      width: 80%; }

  #menu-toggle:checked + .header-links {
    display: block; }

  .header-links .nav-item {
    width: 100%;
    display: block; } }
.ff-sidebar-container {
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 240px;
  height: 100vh;
  flex-shrink: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #1482ff;
  z-index: 9999999;
  transition: width 0.2s ease-out; }
  .ff-sidebar-container.collapsed {
    width: 48px; }

.ff-content-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 2vw;
  transition: margin 0.2s ease-out; }

.ff-sidebar-container + .ff-content-container {
  margin-left: 240px;
  width: calc(100% - 240px); }

.ff-sidebar-container.collapsed + .ff-content-container {
  margin-left: 48px;
  width: calc(100% - 48px); }

#sidebar-logo {
  display: flex;
  width: 100%;
  height: 80px;
  align-items: center;
  justify-items: center;
  transition: none !important;
  padding: 12px; }

.ff-sidebar-container #sidebar-logo #logo-small {
  display: none; }

.ff-sidebar-container.collapsed #sidebar-logo #logo-small {
  display: block; }

.ff-sidebar-container #sidebar-logo #logo-big {
  display: block; }

.ff-sidebar-container.collapsed #sidebar-logo #logo-big {
  display: none; }

.sidebar-links {
  position: absolute;
  top: 80px; }

.sidebar-link {
  width: 100%;
  display: flex;
  position: relative;
  align-content: center; }

.ff-sidebar-container .sidebar-link:hover {
  background-color: #e2e6e9; }

.sidebar-link span {
  display: flex;
  width: 48px;
  height: 48px;
  line-height: 1;
  cursor: pointer;
  justify-content: center; }

.sidebar-link span * {
  width: 100%;
  height: 100%;
  align-self: center;
  justify-self: center; }

.sidebar-link:hover svg {
  fill: #1482ff; }

.sidebar-link label {
  display: flex;
  width: 192px;
  height: 48px;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #002147;
  cursor: pointer; }

.sidebar-link label:hover {
  color: #1482ff; }

.sidebar-links details > .sidebar-link label {
  font-weight: normal; }

.sidebar-links summary {
  position: relative; }

.sidebar-links details > summary::before {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 16px;
  right: 12px;
  content: "";
  border-radius: 50%;
  background-color: #e2e6e9;
  cursor: pointer; }

.sidebar-links details > summary:hover::before {
  display: inline-block; }

.sidebar-links details > summary::after {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 20px;
  right: 18px;
  content: "";
  border-style: solid;
  border-width: 0px 2px 2px 0;
  transform: rotate(45deg);
  color: #c5ccd3;
  transition: all 0.2s;
  cursor: pointer; }

.sidebar-links details[open] > summary::after {
  transform: rotate(225deg);
  top: 22px; }

.sidebar-links details[open] > summary:hover::after {
  color: #c5ccd3; }

.ff-sidebar-container.collapsed .sidebar-link span:hover + label {
  display: flex;
  position: fixed;
  width: auto;
  height: auto;
  align-self: center;
  left: 40px;
  background-color: #1482ff;
  font-size: 12px;
  color: white;
  font-weight: normal;
  padding: 2px 8px;
  border-radius: 4px;
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.24); }

.sidebar-links details details > summary > .sidebar-link > label {
  font-weight: normal; }

.sidebar-links details details > .sidebar-link > label {
  opacity: 0.64; }

.sidebar-links details details > .sidebar-link > label:hover {
  opacity: 1; }

.sidebar-links details details > .sidebar-link:hover > label {
  color: #1482ff; }

.ff-sidebar-container::-webkit-scrollbar {
  display: none; }

.ff-card {
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.04); }

.ff-card.padding-tiny {
  padding: 8px; }

.ff-card.padding-small {
  padding: 16px; }

.ff-card.padding-medium {
  padding: 24px; }

.ff-card.padding-large {
  padding: 32px; }

.ff-card.padding-huge {
  padding: 48px; }

.ff-table {
  background-color: white;
  color: #002147; }

.ff-table.bordered-rows td,
.ff-table.bordered-rows th {
  border: 0 solid #c5ccd3;
  border-bottom-width: 1px; }

.ff-table.bordered-columns td,
.ff-table.bordered-columns th {
  border: 0 solid #c5ccd3;
  border-right-width: 1px; }

.ff-table.bordered-all td,
.ff-table.bordered-all th {
  border: 1px solid #c5ccd3; }

.ff-table.padding-tiny th,
.ff-table.padding-tiny td {
  padding: 4px 8px; }

.ff-table.padding-small th,
.ff-table.padding-small td {
  padding: 8px 16px; }

.ff-table.padding-small th,
.ff-table.padding-small td {
  padding: 16px 24px; }

.ff-table.padding-large th,
.ff-table.padding-large td {
  padding: 24px 32px; }

.ff-table.padding-huge th,
.ff-table.padding-huge td {
  padding: 32px 40px; }

.ff-table.striped thead tr {
  background-color: #1482ff; }

.ff-table.striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #e2e6e9; }

.ff-table.hoverable tbody tr:hover {
  background-color: #fef1d7 !important;
  color: #002147;
  transition: all 0.2s; }

.ff-tabs-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.ff-tab-label {
  background: #e2e6e9;
  border: 1px solid #d4d8dd;
  padding: 8px 24px;
  color: #9ba7b0;
  cursor: pointer;
  z-index: 1;
  margin-left: -1px;
  user-select: none; }

.ff-tab-label:first-of-type {
  margin-left: 0; }

.ff-tab-label:hover {
  background: #f1f3f4; }

.ff-tab-content {
  width: 100%;
  margin-top: -1px;
  padding: 16px;
  border: 1px solid #d4d8dd;
  order: 1; }

.ff-tabs-wrapper input[type=radio],
.ff-tab-content {
  display: none; }

.ff-tabs-wrapper input[type=radio]:checked + .ff-tab-label {
  color: #002147;
  background: white;
  border-bottom: 1px solid white; }

.ff-tabs-wrapper input[type=radio]:checked + .ff-tab-label + .ff-tab-content {
  display: block; }

.ff-modal-overlay {
  position: fixed;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: rgba(20, 130, 255, 0.64);
  z-index: 8000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  overflow-y: scroll; }

.ff-modal-wrapper.active .ff-modal-overlay {
  opacity: 1;
  visibility: visible; }

.ff-modal-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  top: 12vh;
  margin: 0 auto;
  width: 600px;
  max-width: 96vw;
  padding: 32px;
  opacity: 0;
  overflow-y: scroll;
  visibility: hidden;
  z-index: 9000; }
  .ff-modal-wrapper.active .ff-modal-content {
    opacity: 1;
    visibility: visible; }
  .ff-modal-content .close-modal {
    position: absolute;
    cursor: pointer;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px; }

@media only screen and (max-width: 600px) {
  .ff-modal-content {
    position: fixed;
    top: 20vh;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-height: 98%;
    padding: 4vw;
    align-items: flex-start; } }
pre code {
  padding: 24px; }

code,
:not(pre) > code {
  font-family: "Space Mono", monospace;
  margin: 0;
  border-radius: 4px;
  padding: 2px 8px;
  border: none;
  background-color: #fdecec;
  color: #ef4343;
  font-size: 92%;
  font-weight: normal;
  white-space: pre; }

@media all and (max-width: 720px) {
  code,
  :not(pre) > code {
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal; }

  pre code {
    padding: 16px; } }
pre code,
pre[class*=language-],
code[class*=language-] {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: "Space Mono", monospace;
  color: #9e9e9e;
  line-height: 1.6;
  font-weight: 400;
  background-color: rgba(253, 236, 236, 0.16);
  text-align: left;
  overflow: auto;
  direction: ltr;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  letter-spacing: -0.5px;
  font-variant-ligatures: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  border-radius: 8px;
  -moz-tab-size: 4;
  tab-size: 4; }

code[class*=language-css],
code[class*=language-less],
code[class*=language-sass] {
  color: #f79659; }

code[class*=language-scss] {
  color: #4baa77; }

code[class*=language-html] {
  color: #575757; }

code[class*=language-js] {
  color: #9779d8; }

code[class*=language-json] .token.string {
  color: #2fc6b7; }

.token.doctype,
.token.delimiter {
  color: dimgray; }

.token.cdata,
.token.prolog,
.token.comment {
  color: #8c8c8c; }

.token.hexcode {
  color: #36a168; }

.token.string {
  color: #df6d93; }

.token.operator {
  color: #9fc743; }

.token.variable {
  color: #f8a26d; }

.token.atrule {
  color: #42cdbf; }

.token.keyword {
  color: #f79659; }

.token.tag {
  color: #7c59cf; }

.token.attr-name {
  color: #f05656; }

.token.attr-value {
  color: #f8a26d; }

.token.function {
  color: #2fc6b7; }

.token.class-name {
  color: #0072f5; }

.token.selector {
  color: #7c59cf; }

.token.property {
  color: #f05656; }

.token.punctuation {
  color: #9e9e9e; }

.token.deleted {
  color: #f8a26d; }

.token.boolean,
.token.constant,
.token.entity,
.token.inserted,
.token.number,
.token.regex,
.token.symbol,
.token.url {
  color: #5fb487; }

.token.namespace {
  opacity: 0.72; }

.token.italic {
  font-style: italic; }

pre.bg-dark code,
pre.bg-dark[class*=language-] {
  background-color: #3a3645; }

pre.bg-dark code[class*=language-html] {
  color: #e6e6e6; }

pre.bg-dark code[class*=language-js] {
  color: #9779d8; }

pre.bg-dark .token.tag {
  color: #9779d8; }

pre.bg-dark .token.selector {
  color: #9779d8; }

pre.bg-dark .token.class-name {
  color: #4da0ff; }

pre::selection,
code::selection,
pre::-moz-selection,
code::-moz-selection,
pre[class*=language-]::selection,
code[class*=language-]::selection,
pre[class*=language-]::-moz-selection,
code[class*=language-] ::-moz-selection {
  text-shadow: none;
  color: white;
  background: rgba(124, 89, 207, 0.72) !important; }

kbd {
  display: inline-block;
  font-family: "Space Mono", monospace;
  margin: 0 4px;
  padding: 4px 8px;
  color: #575757;
  background-color: #f7f7f7;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 4px;
  text-shadow: 0 1px 0 white;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.16);
  user-select: none; }

kbd:active {
  transform: translateY(3px);
  box-shadow: none; }

/*# sourceMappingURL=fictoan.css.map */
