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

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../assets/fonts/fa-regular-400.eot");
  src: url("../assets/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/fa-regular-400.woff2") format("woff2"), url("../assets/fonts/fa-regular-400.woff") format("woff"), url("../assets/fonts/fa-regular-400.ttf") format("truetype"), url("../assets/fonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../assets/fonts/fa-solid-900.eot");
  src: url("../assets/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/fa-solid-900.woff2") format("woff2"), url("../assets/fonts/fa-solid-900.woff") format("woff"), url("../assets/fonts/fa-solid-900.ttf") format("truetype"), url("../assets/fonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../assets/fonts/fa-brands-400.eot");
  src: url("../assets/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/fa-brands-400.woff2") format("woff2"), url("../assets/fonts/fa-brands-400.woff") format("woff"), url("../assets/fonts/fa-brands-400.ttf") format("truetype"), url("../assets/fonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }

.fa-500px:before {
  content: "\f26e"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-dot-circle:before {
  content: "\f192"; }

@font-face {
  font-family: 'NoeDisplay';
  src: url("../assets/fonts/NoeDisplay-Medium.ttf"); }

@font-face {
  font-family: 'NoeDisplayItalic';
  src: url("../assets/fonts/NoeDisplay-RegularItalic.ttf"); }

@font-face {
  font-family: 'NoeDisplayBold';
  src: url("../assets/fonts/NoeDisplay-Bold.ttf"); }

@font-face {
  font-family: 'DMSansBold';
  src: url("../assets/fonts/DMSans-Bold.ttf"); }

@font-face {
  font-family: 'MadeTommy';
  src: url("../assets/fonts/MADETOMMY-Medium.otf"); }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 40px white inset !important; }

html,
body {
  font-family: 'NoeDisplay', Arial, sans-serif; }
  html,
  body {
    font-size: 16px; }
    @media screen and (min-width: 400px) {
      html,
      body {
        font-size: calc(16px + 4 * ((100vw - 400px) / 200)); } }
    @media screen and (min-width: 600px) {
      html,
      body {
        font-size: 20px; } }

html {
  height: 100%;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: fixed;
  position: sticky;
  overflow: hidden; }

body {
  background: #bbdbe9;
  background: linear-gradient(0deg, #76c5df 0%, #bbdbe9 100%); }

body {
  height: 100%;
  min-height: 100%;
  max-height: 100%; }

a {
  color: #c82506;
  text-decoration: none; }

#app {
  width: 100%;
  height: 100%;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
  position: relative;
  background: #bbdbe9;
  background: linear-gradient(0deg, #76c5df 0%, #bbdbe9 100%);
  overflow: hidden; }
  #app.iosFullscreenFix {
    height: 100vh !important; }

.screen {
  position: absolute;
  margin: 20px;
  border-radius: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  max-width: 500px;
  margin: 20px auto;
  transform: translateX(-50%);
  left: 50%; }
  .screen .screenContent {
    position: relative;
    margin: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px); }

.screenContent.warning {
  background: white;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.9rem; }

iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none; }

#snowCanvas {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

.cardScreen .screenContent {
  -webkit-filter: drop-shadow(0.3rem 0.3rem 0rem rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(0.3rem 0.3rem 0rem rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0.3rem 0.3rem 0rem rgba(0, 0, 0, 0.2)); }

.card {
  perspective: 1000px;
  position: absolute;
  left: 5%;
  top: 15%;
  width: 90%;
  height: 70%;
  transform-style: preserve-3d;
  transform: rotate3d(0, 1, 0, -180deg); }
  .card .border {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../assets/images/cardborder.png");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0; }
  .card .paper {
    perspective: 1000px;
    position: absolute;
    left: 1%;
    top: 0%;
    width: 98%;
    height: 100%;
    transform: translate3d(0, 0, 0px);
    transform-origin: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d; }
  .card .top {
    position: absolute;
    width: 100%;
    left: 0%;
    top: 0px;
    height: calc(100% / 3);
    background: #f4f5f6;
    background: linear-gradient(0deg, #f4f5f6 0%, #ffffff 100%);
    transform-origin: bottom;
    transform: rotate3d(1, 0, 0, -179deg); }
    .card .top .border {
      background-position: top; }
  .card .middle {
    position: absolute;
    width: 100%;
    left: 0%;
    top: calc(99% / 3);
    height: calc(102% / 3);
    background: #f4f5f6;
    background: linear-gradient(0deg, #f4f5f6 0%, #ffffff 100%);
    transform: translate3d(0, 0, 0px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .card .middle .border {
      background-position: center; }
  .card .bottom {
    position: absolute;
    width: 100%;
    left: 0%;
    top: calc(200% / 3);
    height: calc(100% / 3);
    background: #f4f5f6;
    background: linear-gradient(0deg, #f4f5f6 0%, #ffffff 100%);
    transform-origin: top;
    transform: rotate3d(1, 0, 0, 180deg); }
    .card .bottom .border {
      background-position: bottom; }
  .card .outside {
    visibility: hidden;
    position: absolute;
    width: 100%;
    top: calc(100% / 3);
    height: calc(100% / 3);
    background: #f4f5f6;
    background: linear-gradient(0deg, #f4f5f6 0%, #ffffff 100%);
    transform: translate3d(0, 0, -10px) rotate3d(0, 1, 0, 180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .card .envelopeFront {
    width: 100%;
    padding-top: calc(525 / 800 * 100%);
    background: url("../assets/images/envelopeFront.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateZ(5px); }
  .card .envelopeBack {
    width: 100%;
    padding-top: calc(525 / 800 * 100%);
    background: url("../assets/images/envelopeBack.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .card .envelopeTop {
    width: 100%;
    padding-top: calc(525 / 800 * 100%);
    background: url("../assets/images/envelopeTop.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    top: 50%;
    transform: translateY(-150%) translateZ(5px) rotate3d(1, 0, 0, -179deg);
    transform-origin: bottom; }
  .card .envelopeOutside {
    width: 100%;
    padding-top: calc(525 / 800 * 100%);
    background-color: #ffffff;
    background-image: url("../assets/images/envelopeOutside.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateZ(-1px) scaleX(-1); }
    .card .envelopeOutside p.addressedTo {
      position: absolute;
      margin: 0;
      top: 50%;
      text-align: center;
      left: 50%;
      width: 90%;
      transform: translate(-50%, -50%);
      color: #073763;
      font-family: "NoeDisplayItalic"; }
  .card .cardContent {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    font-size: 1rem;
    line-height: 1.5rem;
    transform: translateX(-50%) translateY(-50%) translateZ(20px);
    opacity: 0;
    padding-top: 80px; }
    @media (min-width: 560px) {
      .card .cardContent {
        padding-top: 80px; } }
    .card .cardContent p {
      font-size: 1rem;
      color: #073763;
      font-family: "NoeDisplayItalic";
      text-align: center;
      line-height: 1.2rem; }
      @media screen and (max-width: 320px) {
        .card .cardContent p {
          font-size: 0.8rem;
          line-height: 1rem; } }
      @media screen and (max-height: 735px) {
        .card .cardContent p {
          font-size: 0.8rem;
          line-height: 1rem; } }
    .card .cardContent .button {
      width: 80%; }

p.clickToOpen {
  font-family: "NoeDisplayItalic";
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  margin: 0;
  color: #c82506; }

.parallaxTown {
  display: block;
  position: absolute;
  bottom: 0;
  width: 200%;
  height: 40%;
  left: 50%;
  transform: translateX(-50%); }
  @media (min-width: 1280px) {
    .parallaxTown {
      width: 100%; } }
  .parallaxTown .layer {
    display: block;
    position: absolute;
    left: 0%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom; }
    .parallaxTown .layer:nth-child(1) {
      width: 200%;
      top: 0%;
      height: 100%;
      background-image: url("../assets/images/new_p_0.png"); }
    .parallaxTown .layer:nth-child(2) {
      width: 240%;
      top: 0%;
      height: 100%;
      background-image: url("../assets/images/new_p_1.png"); }
    .parallaxTown .layer:nth-child(3) {
      width: 270%;
      top: 0%;
      height: 100%;
      background-image: url("../assets/images/new_p_2.png"); }
    .parallaxTown .layer:nth-child(4) {
      width: 320%;
      top: 0%;
      height: 100%;
      background-image: url("../assets/images/new_p_3.png"); }
    .parallaxTown .layer:nth-child(5) {
      width: 400%;
      top: 0%;
      height: 100%;
      background-image: url("../assets/images/new_p_4.png"); }

.introForm {
  text-align: center;
  top: 30%;
  height: 50%;
  position: absolute;
  transform: translateY(-50%); }
  .introForm p {
    font-family: 'NoeDisplayItalic';
    color: #c82506; }
  .introForm img {
    max-width: 100%; }
  .introForm label {
    display: block;
    clear: both;
    width: 100%;
    color: #c82506;
    text-align: center; }
  .introForm input {
    font-family: 'NoeDisplayItalic';
    color: #073763;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    text-align: center;
    border: none;
    margin-bottom: 1rem; }
  .introForm #obj0 {
    margin-top: 1rem; }
    .introForm #obj0 p {
      font-size: 1.5rem; }
  .introForm #obj3 {
    margin-top: 2rem; }
  .introForm #obj4 {
    margin-top: 2rem; }
    .introForm #obj4 label {
      font-size: 1rem;
      font-family: 'NoeDisplayItalic';
      margin-bottom: 1rem; }
    .introForm #obj4 input {
      font-size: 1rem; }
  .introForm #com_logo {
    max-width: 30%;
    padding-top: 2rem; }

.button {
  clear: both;
  display: block;
  border: 1px solid #c82506;
  border-radius: 200px;
  padding: 0.6rem;
  font-family: 'MadeTommy', 'Arial', sans-serif;
  font-size: 0.8rem;
  margin: 0.5rem auto;
  float: none;
  width: 60%;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1rem; }
  .button.button-red {
    background: #c82506;
    color: white; }
  .button.button-green {
    background: #3e6643;
    border: 1px solid #3e6643;
    color: white; }
  .button.button-clear {
    background: none;
    color: #c82506;
    border: 1px solid #c82506; }
  .button.button-white {
    background: white;
    color: #c82506;
    border: 1px solid #c82506; }
  .button.button-clearGreen {
    background: none;
    color: #3e6643;
    border: 1px solid #3e6643; }
  .button.button-info {
    font-family: 'NoeDisplay';
    text-transform: lowercase;
    background: none;
    color: white;
    border: 2px solid white;
    width: 2.2rem;
    font-size: 2rem;
    padding: 0;
    height: 2.2rem;
    line-height: 2rem; }
  .button.button-circle {
    width: 3.2rem;
    height: 3.2rem; }
    .button.button-circle i {
      font-size: 1.8rem;
      line-height: 2rem;
      vertical-align: middle; }
  @media (min-width: 700px) {
    .button {
      padding: 0.4rem;
      font-size: 0.5rem;
      width: 40%; } }

.spiritGauge {
  position: absolute;
  bottom: 0;
  width: 100%; }
  .spiritGauge .instructions {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
    background: white;
    transition: all 0.5s; }
    .spiritGauge .instructions p {
      width: 70%;
      margin: 0px;
      padding: 20px 10px;
      box-sizing: border-box;
      text-align: center;
      color: #073763;
      font-family: 'NoeDisplayItalic'; }
  .spiritGauge .gaugeDisplay {
    position: absolute;
    width: 30%;
    max-width: 130px;
    right: 0;
    bottom: 0;
    background: white;
    transition: all 0.5s; }
    .spiritGauge .gaugeDisplay .arrow {
      transition: all 0.5s;
      border-right: 20px solid transparent;
      border-left: 20px solid #c82506;
      border-bottom: 20px solid transparent;
      height: 0;
      width: 0;
      position: absolute;
      top: 5px;
      left: 5px;
      z-index: 2; }
    .spiritGauge .gaugeDisplay img {
      transition: all 0.5s;
      width: 100%;
      margin-bottom: calc(0.7rem + 40px); }
  .spiritGauge .gaugeLabel {
    transition: all 0.5s;
    background: white;
    color: #c82506;
    position: absolute;
    width: 30%;
    max-width: 130px;
    right: 0;
    bottom: 20px; }
    .spiritGauge .gaugeLabel p {
      margin: 0;
      padding: 10px;
      font-size: 0.7rem;
      text-align: center; }
  .spiritGauge.closed .instructions {
    transform: translateY(100%); }
  .spiritGauge.closed .gaugeDisplay {
    width: 15%; }
    .spiritGauge.closed .gaugeDisplay .arrow {
      border-right: 10px solid transparent;
      border-left: 10px solid #c82506;
      border-bottom: 10px solid transparent; }
    .spiritGauge.closed .gaugeDisplay img {
      margin-bottom: 0; }
  .spiritGauge.closed .gaugeLabel {
    transform: translateY(200%); }
  .spiritGauge.hidden .instructions {
    transform: translateY(100%); }
  .spiritGauge.hidden .gaugeDisplay {
    transform: translateX(100%); }
  .spiritGauge.hidden .gaugeLabel {
    transform: translateY(200%); }

.modalCover {
  z-index: 10;
  transition: all 0.8s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0); }
  .modalCover.closed {
    opacity: 0;
    pointer-events: none; }

.imgInText {
  max-height: 5rem; }

.modal,
.imageModal {
  position: absolute;
  background: white;
  border-radius: 20px;
  width: calc(100% - 40px);
  max-width: 600px;
  margin: 0px auto;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
  background: #f4f5f6;
  background: linear-gradient(0deg, #f4f5f6 0%, #ffffff 100%);
  transition: all 0.8s;
  font-family: 'NoeDisplayItalic'; }
  .modal .modalContent,
  .imageModal .modalContent {
    position: relative;
    margin: 30px;
    text-align: center;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    color: #073763; }
    .modal .modalContent img,
    .imageModal .modalContent img {
      max-width: 100%; }
    .modal .modalContent p,
    .imageModal .modalContent p {
      white-space: pre-line; }
  .modal.open,
  .imageModal.open {
    top: 50%; }
  .modal.closed,
  .imageModal.closed {
    top: -1000px; }

.imageModal .modalContent img {
  max-height: 220px; }

.loadingModalCover {
  z-index: 10;
  transition: all 0.8s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .loadingModalCover.showBackground {
    background: rgba(141, 204, 226, 0.8); }
  .loadingModalCover.hideBackground {
    background: rgba(141, 204, 226, 0); }
  .loadingModalCover.closed {
    opacity: 0;
    pointer-events: none; }

.loadingModal {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; }
  .loadingModal .modalContent {
    position: relative;
    text-align: center; }
    .loadingModal .modalContent img {
      width: 6rem;
      max-width: 100%;
      animation: rotation 3s infinite linear; }
    .loadingModal .modalContent p {
      color: white;
      font-family: 'MadeTommy', 'Arial', sans-serif;
      font-size: 1.2rem;
      margin: 0.2rem;
      letter-spacing: 0.1rem; }

.scan_circle {
  pointer-events: none; }

.termsScreen {
  background: white;
  color: black;
  border-radius: 20px; }
  .termsScreen .screenContent {
    height: calc(100% - 4rem);
    overflow: auto; }

/*# sourceMappingURL=style.css.map */