/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  line-height: 1.5;
}
pre,
cite,
code,
kbd,
samp {
  font-family: 'Andale Mono', 'Courier New', Courier, monospace;
}
hr {
  border: 0;
  border-top: 1px solid #888;
  margin: 1.5em 0;
  padding: 0;
}
nav ul {
  list-style: none;
  padding-left: 0;
}
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}
ul ul {
  list-style: circle;
}
ul,
ol,
dd {
  padding-left: 2.5em;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote {
  padding-left: 1.25em;
}
blockquote,
q {
  quotes: none;
  font-style: italic;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
p,
pre {
  margin-bottom: 1.5em;
}
a:focus {
  outline: none;
}
ul,
ol,
dl,
hr,
blockquote,
code {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
ul ul,
ul ol,
ul dl,
ol ol,
ol ul,
ol dl,
dl dl,
dl ul,
dl ol {
  margin-top: 0;
  margin-bottom: 0;
}
h1,
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.31em;
}
h4 {
  font-size: 1.13em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 1em;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.5em 0;
}
ins {
  text-decoration: none;
  background-color: #ff9;
  color: #000;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
}
table td.textLeft,
table th.textLeft {
  text-align: left;
}
table td.textRight,
table th.textRight {
  text-align: right;
}
table td.textCenter,
table th.textCenter {
  text-align: center;
}
table td.textJustify,
table th.textJustify {
  text-align: justify;
}
table.pretty td,
table.pretty th {
  border: 1px solid #ccc;
}
table.pretty td.textLeft,
table.pretty th.textLeft {
  text-align: left;
}
table.pretty td.textRight,
table.pretty th.textRight {
  text-align: right;
}
table.pretty td.textCenter,
table.pretty th.textCenter {
  text-align: center;
}
table.pretty td.textJustify,
table.pretty th.textJustify {
  text-align: justify;
}
table.pretty td,
table.pretty th,
table.pretty caption {
  padding: 0.25em 0.5em;
}
table.pretty th {
  background-color: #c2d3d2;
  text-align: left;
  font-weight: 400;
}
table.pretty tr:nth-child(even) {
  background-color: #f4f4f4;
}
table.pretty tfoot {
  font-style: italic;
}
textarea {
  font-family: inherit;
}
input,
button,
select {
  vertical-align: baseline;
  font-family: inherit;
}
button {
  cursor: pointer;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
input[type="password"],
input[type="submit"],
input[type="reset"],
button,
select,
textarea {
  border-radius: 0;
  padding: 0.25em;
  background-color: #F0F0F0;
  border: 1px solid #888;
}
select {
  -webkit-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  background-image: none;
}
input,
textarea {
  outline: 0;
}
legend {
  font-weight: bold;
  padding: 0 0.5em;
}
fieldset {
  padding: 0.5em 1em;
  margin-bottom: 1.5em;
  border: 1px solid #888;
}
iframe {
  border: 0;
}
@font-face {
  font-family: 'Domaine';
  font-style: normal;
  font-weight: 400;
  src: url("DomaineDisp-Regular.woff") format('woff2');
}
@font-face {
  font-family: 'Avernir';
  font-style: normal;
  font-weight: 300;
  src: url("Avernir.woff") format('woff2');
}
.row {
  clear: both;
  text-align: center;
}
.row:after {
  content: '';
  display: block;
  clear: both;
}
.row .column {
  float: left;
  text-align: left;
  box-sizing: border-box;
  width: 100%;
}
.row .column.middle {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.row .column.textLeft {
  text-align: left;
}
.row .column.textRight {
  text-align: right;
}
.row .column.textCenter {
  text-align: center;
}
.row .column.textJustify {
  text-align: justify;
}
.row .column p:last-of-type {
  margin-bottom: 0;
}
.row.two .column,
.row.three .column,
.row.four .column,
.row.five .column {
  margin-left: 40px;
  margin-right: 40px;
}
.row.two .column {
  width: calc(50% - 40px);
}
.row.two .column:nth-child(2n+1) {
  clear: left;
  margin-left: 0;
}
.row.two .column:nth-child(2n) {
  margin-right: 0;
}
.row.three .column {
  width: calc(33.33333% - 53.33333px);
}
.row.three .column:nth-child(3n+1) {
  clear: left;
  margin-left: 0;
}
.row.three .column:nth-child(3n) {
  margin-right: 0;
}
.row.four .column {
  width: calc(25% - 60px);
}
.row.four .column:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}
.row.four .column:nth-child(4n) {
  margin-right: 0;
}
.row.five .column {
  width: calc(20% - 64px);
}
.row.five .column:nth-child(5n+1) {
  clear: left;
  margin-left: 0;
}
.row.five .column:nth-child(5n) {
  margin-right: 0;
}
.row.centered {
  display: inline-block;
}
@media only screen and (max-width: 980px) {
  .row.four .column {
    width: calc(33.33333% - 53.33333px);
  }
  .row.four .column:nth-child(4n+1) {
    clear: none;
    margin-left: 40px;
  }
  .row.four .column:nth-child(4n) {
    margin-right: 40px;
  }
  .row.four .column:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
    margin-right: 40px;
  }
  .row.four .column:nth-child(3n) {
    margin-right: 0;
  }
  .row.five .column {
    width: calc(33.33333% - 53.33333px);
  }
  .row.five .column:nth-child(5n+1) {
    clear: none;
    margin-left: 40px;
  }
  .row.five .column:nth-child(5n) {
    margin-right: 40px;
  }
  .row.five .column:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
    margin-right: 40px;
  }
  .row.five .column:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 900px) {
  .row.two .column {
    width: 100%;
    clear: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 740px) {
  .row.three .column {
    width: 100%;
    clear: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .row.four .column,
  .row.five .column {
    width: calc(50% - 40px);
  }
  .row.four .column:nth-child(3n+1),
  .row.five .column:nth-child(3n+1) {
    clear: none;
    margin-left: 40px;
  }
  .row.four .column:nth-child(3n),
  .row.five .column:nth-child(3n) {
    margin-right: 40px;
  }
  .row.four .column:nth-child(2n+1),
  .row.five .column:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
    margin-right: 40px;
  }
  .row.four .column:nth-child(2n),
  .row.five .column:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 420px) {
  .row.four .column,
  .row.five .column {
    width: 100%;
    clear: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
html {
  font-size: 16px;
}
body {
  padding: 0;
  font-family: Avernir, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: 300;
  color: #FFF;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  line-height: 2;
}
a {
  color: #FFF;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0, 0, 0.25, 1);
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em;
  font-family: Domaine, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  letter-spacing: 0.4em;
  font-weight: 400;
}
h1,
h2 {
  line-height: 1.2;
  margin: 1.2em 0 0.9em;
  font-size: 3rem;
}
h3 {
  font-size: 26/16 + 0rem;
  line-height: 1.6;
  margin-bottom: 1.8em;
}
@media only screen and (max-width: 740px) {
  h3 {
    font-size: 1.125rem;
  }
}
h4 {
  font-size: 18/16 + 0rem;
  font-weight: normal;
  line-height: 1.6;
  margin-top: 80px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 900px) {
  h4 {
    margin-top: 48px;
  }
}
ul {
  margin: 1.25em 0;
}
p {
  margin-top: 0;
  margin-bottom: 1.25em;
}
img.fullWidth {
  max-width: 100%;
  display: block;
  height: auto;
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 14px;
  }
}
.top0 {
  margin-top: 0px !important;
}
.padTop0 {
  padding-top: 0px !important;
}
.bottom0 {
  margin-bottom: 0px !important;
}
.padBottom0 {
  padding-bottom: 0px !important;
}
.left0 {
  margin-left: 0px !important;
}
.padLeft0 {
  padding-left: 0px !important;
}
.right0 {
  margin-right: 0px !important;
}
.padRight0 {
  padding-right: 0px !important;
}
.lift0 {
  margin-top: -0px !important;
}
.top1 {
  margin-top: 1px !important;
}
.padTop1 {
  padding-top: 1px !important;
}
.bottom1 {
  margin-bottom: 1px !important;
}
.padBottom1 {
  padding-bottom: 1px !important;
}
.left1 {
  margin-left: 1px !important;
}
.padLeft1 {
  padding-left: 1px !important;
}
.right1 {
  margin-right: 1px !important;
}
.padRight1 {
  padding-right: 1px !important;
}
.lift1 {
  margin-top: -1px !important;
}
.top2 {
  margin-top: 2px !important;
}
.padTop2 {
  padding-top: 2px !important;
}
.bottom2 {
  margin-bottom: 2px !important;
}
.padBottom2 {
  padding-bottom: 2px !important;
}
.left2 {
  margin-left: 2px !important;
}
.padLeft2 {
  padding-left: 2px !important;
}
.right2 {
  margin-right: 2px !important;
}
.padRight2 {
  padding-right: 2px !important;
}
.lift2 {
  margin-top: -2px !important;
}
.top4 {
  margin-top: 4px !important;
}
.padTop4 {
  padding-top: 4px !important;
}
.bottom4 {
  margin-bottom: 4px !important;
}
.padBottom4 {
  padding-bottom: 4px !important;
}
.left4 {
  margin-left: 4px !important;
}
.padLeft4 {
  padding-left: 4px !important;
}
.right4 {
  margin-right: 4px !important;
}
.padRight4 {
  padding-right: 4px !important;
}
.lift4 {
  margin-top: -4px !important;
}
.top6 {
  margin-top: 6px !important;
}
.padTop6 {
  padding-top: 6px !important;
}
.bottom6 {
  margin-bottom: 6px !important;
}
.padBottom6 {
  padding-bottom: 6px !important;
}
.left6 {
  margin-left: 6px !important;
}
.padLeft6 {
  padding-left: 6px !important;
}
.right6 {
  margin-right: 6px !important;
}
.padRight6 {
  padding-right: 6px !important;
}
.lift6 {
  margin-top: -6px !important;
}
.top8 {
  margin-top: 8px !important;
}
.padTop8 {
  padding-top: 8px !important;
}
.bottom8 {
  margin-bottom: 8px !important;
}
.padBottom8 {
  padding-bottom: 8px !important;
}
.left8 {
  margin-left: 8px !important;
}
.padLeft8 {
  padding-left: 8px !important;
}
.right8 {
  margin-right: 8px !important;
}
.padRight8 {
  padding-right: 8px !important;
}
.lift8 {
  margin-top: -8px !important;
}
.top10 {
  margin-top: 10px !important;
}
.padTop10 {
  padding-top: 10px !important;
}
.bottom10 {
  margin-bottom: 10px !important;
}
.padBottom10 {
  padding-bottom: 10px !important;
}
.left10 {
  margin-left: 10px !important;
}
.padLeft10 {
  padding-left: 10px !important;
}
.right10 {
  margin-right: 10px !important;
}
.padRight10 {
  padding-right: 10px !important;
}
.lift10 {
  margin-top: -10px !important;
}
.top12 {
  margin-top: 12px !important;
}
.padTop12 {
  padding-top: 12px !important;
}
.bottom12 {
  margin-bottom: 12px !important;
}
.padBottom12 {
  padding-bottom: 12px !important;
}
.left12 {
  margin-left: 12px !important;
}
.padLeft12 {
  padding-left: 12px !important;
}
.right12 {
  margin-right: 12px !important;
}
.padRight12 {
  padding-right: 12px !important;
}
.lift12 {
  margin-top: -12px !important;
}
.top16 {
  margin-top: 16px !important;
}
.padTop16 {
  padding-top: 16px !important;
}
.bottom16 {
  margin-bottom: 16px !important;
}
.padBottom16 {
  padding-bottom: 16px !important;
}
.left16 {
  margin-left: 16px !important;
}
.padLeft16 {
  padding-left: 16px !important;
}
.right16 {
  margin-right: 16px !important;
}
.padRight16 {
  padding-right: 16px !important;
}
.lift16 {
  margin-top: -16px !important;
}
.top20 {
  margin-top: 20px !important;
}
.padTop20 {
  padding-top: 20px !important;
}
.bottom20 {
  margin-bottom: 20px !important;
}
.padBottom20 {
  padding-bottom: 20px !important;
}
.left20 {
  margin-left: 20px !important;
}
.padLeft20 {
  padding-left: 20px !important;
}
.right20 {
  margin-right: 20px !important;
}
.padRight20 {
  padding-right: 20px !important;
}
.lift20 {
  margin-top: -20px !important;
}
.top24 {
  margin-top: 24px !important;
}
.padTop24 {
  padding-top: 24px !important;
}
.bottom24 {
  margin-bottom: 24px !important;
}
.padBottom24 {
  padding-bottom: 24px !important;
}
.left24 {
  margin-left: 24px !important;
}
.padLeft24 {
  padding-left: 24px !important;
}
.right24 {
  margin-right: 24px !important;
}
.padRight24 {
  padding-right: 24px !important;
}
.lift24 {
  margin-top: -24px !important;
}
.top32 {
  margin-top: 32px !important;
}
.padTop32 {
  padding-top: 32px !important;
}
.bottom32 {
  margin-bottom: 32px !important;
}
.padBottom32 {
  padding-bottom: 32px !important;
}
.left32 {
  margin-left: 32px !important;
}
.padLeft32 {
  padding-left: 32px !important;
}
.right32 {
  margin-right: 32px !important;
}
.padRight32 {
  padding-right: 32px !important;
}
.lift32 {
  margin-top: -32px !important;
}
.top40 {
  margin-top: 40px !important;
}
.padTop40 {
  padding-top: 40px !important;
}
.bottom40 {
  margin-bottom: 40px !important;
}
.padBottom40 {
  padding-bottom: 40px !important;
}
.left40 {
  margin-left: 40px !important;
}
.padLeft40 {
  padding-left: 40px !important;
}
.right40 {
  margin-right: 40px !important;
}
.padRight40 {
  padding-right: 40px !important;
}
.lift40 {
  margin-top: -40px !important;
}
.top48 {
  margin-top: 48px !important;
}
.padTop48 {
  padding-top: 48px !important;
}
.bottom48 {
  margin-bottom: 48px !important;
}
.padBottom48 {
  padding-bottom: 48px !important;
}
.left48 {
  margin-left: 48px !important;
}
.padLeft48 {
  padding-left: 48px !important;
}
.right48 {
  margin-right: 48px !important;
}
.padRight48 {
  padding-right: 48px !important;
}
.lift48 {
  margin-top: -48px !important;
}
.top64 {
  margin-top: 64px !important;
}
.padTop64 {
  padding-top: 64px !important;
}
.bottom64 {
  margin-bottom: 64px !important;
}
.padBottom64 {
  padding-bottom: 64px !important;
}
.left64 {
  margin-left: 64px !important;
}
.padLeft64 {
  padding-left: 64px !important;
}
.right64 {
  margin-right: 64px !important;
}
.padRight64 {
  padding-right: 64px !important;
}
.lift64 {
  margin-top: -64px !important;
}
.top80 {
  margin-top: 80px !important;
}
.padTop80 {
  padding-top: 80px !important;
}
.bottom80 {
  margin-bottom: 80px !important;
}
.padBottom80 {
  padding-bottom: 80px !important;
}
.left80 {
  margin-left: 80px !important;
}
.padLeft80 {
  padding-left: 80px !important;
}
.right80 {
  margin-right: 80px !important;
}
.padRight80 {
  padding-right: 80px !important;
}
.lift80 {
  margin-top: -80px !important;
}
.top96 {
  margin-top: 96px !important;
}
.padTop96 {
  padding-top: 96px !important;
}
.bottom96 {
  margin-bottom: 96px !important;
}
.padBottom96 {
  padding-bottom: 96px !important;
}
.left96 {
  margin-left: 96px !important;
}
.padLeft96 {
  padding-left: 96px !important;
}
.right96 {
  margin-right: 96px !important;
}
.padRight96 {
  padding-right: 96px !important;
}
.lift96 {
  margin-top: -96px !important;
}
.top128 {
  margin-top: 128px !important;
}
.padTop128 {
  padding-top: 128px !important;
}
.bottom128 {
  margin-bottom: 128px !important;
}
.padBottom128 {
  padding-bottom: 128px !important;
}
.left128 {
  margin-left: 128px !important;
}
.padLeft128 {
  padding-left: 128px !important;
}
.right128 {
  margin-right: 128px !important;
}
.padRight128 {
  padding-right: 128px !important;
}
.lift128 {
  margin-top: -128px !important;
}
.textLeft {
  text-align: left;
}
.textRight {
  text-align: right;
}
.textCenter {
  text-align: center;
}
.textJustify {
  text-align: justify;
}
.textBold,
.bold {
  font-weight: bold;
}
.textNormal,
.normal {
  font-weight: normal;
}
.textLight,
.light {
  font-weight: lighter;
}
.textItalic {
  font-style: italic;
}
.hideText {
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
}
.textHide {
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
}
.textCaps,
.textCapitalize {
  text-transform: uppercase;
}
.textPreventBreakouts {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.valignMiddle {
  vertical-align: middle;
}
.valignTop {
  vertical-align: top;
}
.valignBottom {
  vertical-align: bottom;
}
.font8 {
  font-size: 0.5rem;
}
.font9 {
  font-size: 0.5625rem;
}
.font10 {
  font-size: 0.625rem;
}
.font11 {
  font-size: 0.6875rem;
}
.font12 {
  font-size: 0.75rem;
}
.font13 {
  font-size: 0.8125rem;
}
.font14 {
  font-size: 0.875rem;
}
.font15 {
  font-size: 0.9375rem;
}
.font16 {
  font-size: 1rem;
}
.font18 {
  font-size: 1.125rem;
}
.font21 {
  font-size: 1.3125rem;
}
.font24 {
  font-size: 1.5rem;
}
.font28 {
  font-size: 1.75rem;
}
.font32 {
  font-size: 2rem;
}
.font40 {
  font-size: 2.5rem;
}
.font48 {
  font-size: 3rem;
}
.font64 {
  font-size: 4rem;
}
.fontLight {
  font-weight: 100;
}
.fontNormal {
  font-weight: 400;
}
.fontBold {
  font-weight: 700;
}
.lineHeight1 {
  line-height: 1;
}
.lineHeight11 {
  line-height: 1.1;
}
.lineHeight12 {
  line-height: 1.2;
}
.lineHeight13 {
  line-height: 1.3;
}
.lineHeight14 {
  line-height: 1.4;
}
.lineHeight15 {
  line-height: 1.5;
}
.lineHeight16 {
  line-height: 1.6;
}
.letterSpacingNormal {
  letter-spacing: normal;
}
.letterSpacing1 {
  letter-spacing: 1px;
}
.letterSpacing2 {
  letter-spacing: 2px;
}
.letterSpacing3 {
  letter-spacing: 3px;
}
.preventTextSelection {
  -webkit-user-select: none;
          user-select: none;
}
.floatLeft {
  float: left !important;
}
.floatRight {
  float: right !important;
}
.floatNone {
  float: none !important;
}
.overflowHidden {
  overflow: hidden !important;
}
.overflowVisible {
  overflow: visible !important;
}
.positionStatic {
  position: static !important;
}
.positionRelative {
  position: relative !important;
}
.positionAbsolute {
  position: absolute !important;
}
.positionFixed {
  position: fixed !important;
}
.displayInlineBlock {
  display: inline-block;
}
.displayBlock {
  display: block;
}
.displayInline {
  display: inline;
}
.displayNone,
.hide,
.hidden {
  display: none;
}
.clear {
  clear: both;
}
br.clear {
  font-size: 0;
  display: block;
  height: 0;
}
.clearFix:after {
  content: '';
  display: block;
  clear: both;
}
.clearFixRemove:after {
  content: none;
  display: none;
  clear: none;
}
.cursorPointer {
  cursor: pointer;
}
.cursorDefault {
  cursor: default;
}
.contentWrapper {
  z-index: 2;
  position: relative;
  margin-top: -100px;
}
@media only screen and (max-width: 740px) {
  .contentWrapper {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .contentWrapper {
    margin-top: -60px;
  }
}
@media only screen and (max-width: 1150px) {
  .contentWrapper {
    margin-top: 0;
  }
}
.content {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/bg.png?1804c947c1c');
  padding: 1px 22vw 150px 80px;
}

@media only screen and (max-width: 1440px) {
  .content {
    background-size: auto;
  }
}
@media only screen and (max-width: 1300px) {
  .content {
    padding-right: 12vw;
  }
}
@media only screen and (max-width: 1200px) {
  .content {
    padding-right: 80px;
  }
}
.content .row {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .content .row {
    align-items: normal;
  }
}
.content .row .column:last-of-type {
  padding-right: 80px;
}
@media only screen and (max-width: 900px) {
  .content p, .content h4, .content h1 {
    text-align:center;
  }

  .content .row .column:last-of-type {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .content .row {
    flex-direction: column;
  }
  .content .row .column:first-of-type {
    order: 2;
  }
  .content .row .column:last-of-type {
    order: 1;
  }
}
@media only screen and (max-width: 900px) {
  .content {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .content h1 {
    margin-top: 1.2em;
    font-size: 1.75rem;
  }
  .content h1 br {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .content h4 br {
    display: none;
  }
}
header {
  background-color: #000;
  padding: 27px 40px;
  display: flex;
  justify-content: stretch;
}
header .spacer {
  flex: 1;
}
header .spacer:last-of-type {
  width: 40px;
  flex: unset;
}
@media only screen and (max-width: 420px) {
  header .spacer:last-of-type {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  header .logoIcon {
    display: none;
  }
}
footer {
  background-color: #000;
  font-size: 0.625rem;
  padding: 40px 80px 0;
}
footer .row .column {
  margin-bottom: 40px;
}
@media only screen and (max-width: 740px) {
  footer .row .column {
    text-align: center;
  }
}
footer .row .column.withLogoIcon {
  text-align: center;
}
footer .row .column.last {
  text-align: right;
}
@media only screen and (max-width: 740px) {
  footer .row .column.last {
    text-align: center;
  }
}
@media only screen and (max-width: 740px) {
  footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 420px) {
  footer .row .column {
    text-align: center;
  }
}
.logo {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url('../images/vardags_black_logo.png?1804c83c654');
  width: 170px;
  height: 35px;
  background-size: cover;
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  display: inline-block;
}
.logoIcon {
  background-color: transparent;
  background-repeat: no-repeat;
  /* background-image: url('../images/Vardags_vs_logo_wht_text.svg?18041cbea7e'); */
  background-image: url('../images/vardags_icon.png');
  width: 40px;
  height: 27px;
  background-size: cover;
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.qrCode {
  max-width: 101px;
}
.imageTop {
  background-color: darkgreen;
  background-repeat: no-repeat;
  background-image: url('../images/top.jpg?1804769147f');
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding-top: 28%;
}
@media only screen and (max-width: 740px) {
  .imageTop {
    padding-top: 40%;
  }
}
@media only screen and (max-width: 740px) {
  .imageTop {
    padding-top: 6a0%;
  }
}

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

@font-face{
  font-family:"Garamond_Light";
  src:url("../fonts/Garamond/Garamond-Premier-Pro-Light-Display_19576.woff") format("woff");
  font-display: optional;
}

#footer2 {
  margin:0;
  padding: 80px 80px;
}

#footer2t {
  display:table;
  width:100%;
}

#footer2left {
  display:table-cell;
  vertical-align:bottom;
  width:calc(100% - 180px);
  padding-right:30px;
}

#footer2left svg {
  width:140px;
  height:12px;
}

#footer2leftv {
  font-size:15px;
  letter-spacing:1px;
}

#footer2leftv span {
  display:inline-block;
  padding:0 20px 0 25px;
  color:#D71921;
  font-size:18px;
}

#footer2leftp p {
  font-family:"Garamond_Light";
  font-size:12px;
  margin:15px 0 0 0;
  letter-spacing:0.8px;
  color:#B7B8BC;
  line-height:15px;
}

#footer2leftc {
  margin-top:10px;
  font-family:"Garamond_Light";
  font-size:12px;
  margin-top:10px;
  letter-spacing:0.8px;
  color:#B7B8BC;
}

#footer2right {
  display:table-cell;
  vertical-align:bottom;
  width:180px;
  text-align:right;
}

#footer2right img {
  width:180px;
}

@media only screen and (max-width: 900px) {
  #footer1t, #footer1left, #footer1right, #footer2t, #footer2left, #footer2right {
    display:block;
    width:100%;
    margin:0 auto;
    padding:0;
    text-align:center;
  }
  #footer2 {
    margin:0 auto;
    padding: 40px 40px;
  }
  #footer2right {
    margin-top:30px;
  }
}

@media only screen and (max-width: 460px) {
  #footer1col0, #footer1col1, #footer1col2 {
    display:block;
    margin:20px auto;
    text-align:center;
  }
  #footer2leftv {
    font-size: 13px;
  }
  #footer2leftv svg {
    display:block;
    margin:0 auto 10px auto;
    text-align:center;
  }
  #footer2leftv span {
    display:none;
  }
}
