/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

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

/*! SpringRoll 1.1.1 */body{padding:0;margin:0;position:absolute;background-color:transparent;width:100%;height:100%}.frame,#frame{position:absolute;left:0;right:0;height:100%}.content,#content{position:absolute;display:block;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.content canvas,#content canvas{display:block}
/*! SpringRoll 1.1.1 */body{font-size:2em}@media (max-width:2048px){body{font-size:1.9em}}@media (max-width:1920px){body{font-size:1.8em}}@media (max-width:1792px){body{font-size:1.7em}}@media (max-width:1664px){body{font-size:1.6em}}@media (max-width:1536px){body{font-size:1.5em}}@media (max-width:1408px){body{font-size:1.4em}}@media (max-width:1280px){body{font-size:1.3em}}@media (max-width:1152px){body{font-size:1.2em}}@media (max-width:1024px){body{font-size:1.1em}}@media (max-width:896px){body{font-size:1em}}@media (max-width:768px){body{font-size:.9em}}@media (max-width:640px){body{font-size:.8em}}@media (max-width:512px){body{font-size:.7em}}@media (max-width:384px){body{font-size:.6em}}@media (max-width:256px){body{font-size:.5em}}.captions,#captions{position:absolute;z-index:1;width:100%;text-align:center;line-height:2;pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;background:rgba(0,0,0,0.5);color:#fff;font-family:Arial,Helvetica,sans-serif;top:0;bottom:auto}.captions.size-xs,#captions.size-xs{font-size:.8em}.captions.size-sm,#captions.size-sm{font-size:1em}.captions.size-md,#captions.size-md{font-size:1.2em}.captions.size-lg,#captions.size-lg{font-size:1.4em}.captions.size-xl,#captions.size-xl{font-size:1.8em}.captions.align-top,#captions.align-top{top:0;bottom:auto}.captions.align-bottom,#captions.align-bottom{bottom:0;top:auto}.captions.bg-none,#captions.bg-none{background:transparent}.captions.bg-black,#captions.bg-black{background:#000}.captions.bg-black-semi,#captions.bg-black-semi{background:rgba(0,0,0,0.5)}.captions.bg-white,#captions.bg-white{background:#fff}.captions.bg-white-semi,#captions.bg-white-semi{background:rgba(255,255,255,0.5)}.captions.bg-red,#captions.bg-red{background:#f00}.captions.bg-red-semi,#captions.bg-red-semi{background:rgba(255,0,0,0.5)}.captions.bg-yellow,#captions.bg-yellow{background:#ff0}.captions.bg-yellow-semi,#captions.bg-yellow-semi{background:rgba(255,255,0,0.5)}.captions.bg-pink,#captions.bg-pink{background:#f0f}.captions.bg-pink-semi,#captions.bg-pink-semi{background:rgba(255,0,255,0.5)}.captions.bg-blue,#captions.bg-blue{background:#0ff}.captions.bg-blue-semi,#captions.bg-blue-semi{background:rgba(0,255,255,0.5)}.captions.color-black,#captions.color-black{color:#000}.captions.color-black-semi,#captions.color-black-semi{color:rgba(0,0,0,0.5)}.captions.color-white,#captions.color-white{color:#fff}.captions.color-white-semi,#captions.color-white-semi{color:rgba(255,255,255,0.5)}.captions.color-red,#captions.color-red{color:#f00}.captions.color-red-semi,#captions.color-red-semi{color:rgba(255,0,0,0.5)}.captions.color-yellow,#captions.color-yellow{color:#ff0}.captions.color-yellow-semi,#captions.color-yellow-semi{color:rgba(255,255,0,0.5)}.captions.color-pink,#captions.color-pink{color:#f0f}.captions.color-pink-semi,#captions.color-pink-semi{color:rgba(255,0,255,0.5)}.captions.color-blue,#captions.color-blue{color:#0ff}.captions.color-blue-semi,#captions.color-blue-semi{color:rgba(0,255,255,0.5)}.captions.edge-raise,#captions.edge-raise{text-shadow:-1px -1px 0 rgba(255,255,255,0.3),1px 1px 0 rgba(0,0,0,0.8)}.captions.edge-depress,#captions.edge-depress{text-shadow:1px 1px 0 rgba(0,0,0,0.8),-1px -1px 0 rgba(255,255,255,0.3)}.captions.edge-uniform,#captions.edge-uniform{text-shadow:1px 1px 0 rgba(0,0,0,0.8),-1px -1px 0 rgba(0,0,0,0.8),-1px 1px 0 rgba(0,0,0,0.8),1px -1px 0 rgba(0,0,0,0.8)}.captions.edge-drop,#captions.edge-drop{text-shadow:1px 1px 4px rgba(0,0,0,0.4)}.captions.edge-none,#captions.edge-none{text-shadow:none}.captions.font-georgia,#captions.font-georgia{font-family:Georgia,serif}.captions.font-palatino,#captions.font-palatino{font-family:"Palatino Linotype","Book Antiqua",Palatino,serif}.captions.font-times,#captions.font-times{font-family:"Times New Roman",Times,serif}.captions.font-arial,#captions.font-arial{font-family:Arial,Helvetica,sans-serif}.captions.font-arial-black,#captions.font-arial-black{font-family:"Arial Black",Gadget,sans-serif}.captions.font-comic-sans,#captions.font-comic-sans{font-family:"Comic Sans MS",cursive,sans-serif}.captions.font-impact,#captions.font-impact{font-family:Impact,Charcoal,sans-serif}.captions.font-lucida,#captions.font-lucida{font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif}.captions.font-tahoma,#captions.font-tahoma{font-family:Tahoma,Geneva,sans-serif}.captions.font-trebuchet,#captions.font-trebuchet{font-family:"Trebuchet MS",Helvetica,sans-serif}.captions.font-verdana,#captions.font-verdana{font-family:Verdana,Geneva,sans-serif}.captions.font-courier,#captions.font-courier{font-family:"Courier New",Courier,monospace}.captions.font-console,#captions.font-console{font-family:"Lucida Console",Monaco,monospace}
/* peralta-regular - latin */
@font-face {
  font-family: 'Peralta';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/peralta-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Peralta'), local('Peralta-Regular'),
       url('../fonts/peralta-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/peralta-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/peralta-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/peralta-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/peralta-v5-latin-regular.svg#Peralta') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Wellfleet';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Wellfleet-Regular.eot'); /* IE9 Compat Modes */
  src: local('Wellfleet'), local('Wellfleet-Regular'),
       url('../fonts/Wellfleet-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Wellfleet-Regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/Wellfleet-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Wellfleet-Regular.svg#Wellfleet-Regular') format('svg'); /* Legacy iOS */
}

body {
  background-color: #0b0920;
  overflow: hidden;
}

#captions.size-xl.bg-none.color-white.edge-none.font-arial.align-bottom