@charset "UTF-8";
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
@import url("//hello.myfonts.net/count/36d9ea");
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(720deg);
  }
}

@keyframes blink {
  0% {
    content: '';
  }
  25% {
    content: '▶';
  }
  50% {
    content: '▶▶';
  }
  75% {
    content: '▶▶▶';
  }
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul, li, figure, blockquote, p, h1, h2, h3, h4, h5 {
  margin: 0;
}

ul, li, figure, blockquote {
  padding: 0;
}

ul {
  list-style: none;
}

a:link, a:hover, a:visited {
  color: inherit;
  text-decoration: none;
}

.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 800ms cubic-bezier(0.01, 0.44, 0.42, 1);
}

.dragdealer {
  position: relative;
  height: 30px;
  background: #EEE;
}

.dragdealer .handle {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.dragdealer .red-bar {
  width: 100px;
  height: 30px;
  background: #CC0000;
  color: #FFF;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

.dragdealer .disabled {
  background: #898989;
}

.frame {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}

.js_slider {
  height: 100%;
}

.slides {
  display: inline-block;
  height: 100%;
}

li {
  position: relative;
  display: inline-block;
}

.prev, .next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: block;
  cursor: pointer;
}

.next {
  right: 0;
}

.prev {
  left: 0;
}

.next svg, .prev svg {
  width: 25px;
}

.uniform__potty {
  position: absolute;
  left: -9999px;
}

.clearfix::after {
  clear: both;
  content: '';
  display: table;
}

.cover {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.cover img.lazyload {
  width: 100%;
  height: 100%;
}

.cover img, .cover svg {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

.filter {
  position: relative;
}

.filter img {
  z-index: 1;
  mix-blend-mode: multiply;
}

.filter:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #D72B2F;
  z-index: 0;
}

html {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

html, body {
  min-width: 100%;
  min-height: 100%;
  background-color: #B0CBB6;
}

html, body, div, article, aside, section, main, nav, footer, header, form,
fieldset, legend, pre, code, p, a, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt,
dd, blockquote, figcaption, figure, textarea, span, input[type="email"],
input[type="number"], input[type="password"], input[type="tel"],
input[type="text"], input[type="url"], .border-box {
  box-sizing: border-box;
}

html:after, html:before, body:after, body:before, div:after, div:before, article:after, article:before, aside:after, aside:before, section:after, section:before, main:after, main:before, nav:after, nav:before, footer:after, footer:before, header:after, header:before, form:after, form:before,
fieldset:after,
fieldset:before, legend:after, legend:before, pre:after, pre:before, code:after, code:before, p:after, p:before, a:after, a:before, h1:after, h1:before, h2:after, h2:before, h3:after, h3:before, h4:after, h4:before, h5:after, h5:before, h6:after, h6:before, ul:after, ul:before, ol:after, ol:before, li:after, li:before, dl:after, dl:before, dt:after, dt:before,
dd:after,
dd:before, blockquote:after, blockquote:before, figcaption:after, figcaption:before, figure:after, figure:before, textarea:after, textarea:before, span:after, span:before, input[type="email"]:after, input[type="email"]:before,
input[type="number"]:after,
input[type="number"]:before, input[type="password"]:after, input[type="password"]:before, input[type="tel"]:after, input[type="tel"]:before,
input[type="text"]:after,
input[type="text"]:before, input[type="url"]:after, input[type="url"]:before, .border-box:after, .border-box:before {
  box-sizing: inherit;
}

.menu-is-open {
  cursor: pointer;
}

input, button, submit {
  border: none;
}

input:focus {
  outline: none;
}

iframe {
  max-width: 100%;
}

.sr .load-hidden {
  visiblity: hidden;
}

@font-face {
  font-family: 'Marquee-ExtraLight';
  font-display: block;
  src: url("../fonts/36D9EA_0_0.eot");
  src: url("../fonts/36D9EA_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/36D9EA_0_0.woff2") format("woff2"), url("../fonts/36D9EA_0_0.woff") format("woff"), url("../fonts/36D9EA_0_0.ttf") format("truetype");
}

@font-face {
  font-family: 'FavoritRegular';
  font-display: block;
  src: url("../fonts/favorit-regular.woff");
}

@font-face {
  font-family: 'FavoritMedium';
  font-display: block;
  src: url("../fonts/favorit-medium.woff");
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

.button {
  display: inline-block;
  position: relative;
  font-family: "FavoritMedium", "Helvetica Bold", "Arial Black", sans-serif;
  text-align: left;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.button:after, .button:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  z-index: 0;
  background-color: inherit;
  background-size: 210% 100%;
  background-position: 99%;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.button:before {
  top: 0;
  bottom: 50%;
  transform: skewX(15deg);
}

.button:after {
  top: calc(50% - 1px);
  bottom: 0;
  transform: skewX(-15deg);
}

.button:hover, .button.button--active {
  cursor: pointer;
}

.button:hover:after, .button:hover:before, .button.button--active:after, .button.button--active:before {
  background-position: 0%;
}

@media (max-width: 768px) {
  .button:hover:after, .button:hover:before, .button.button--active:after, .button.button--active:before {
    background-position: 100%;
  }
}

.button--hover-text:hover, .button--hover-text.button--active {
  max-width: 400px;
  width: auto;
}

.button--hover-text:hover:after, .button--hover-text:hover:before, .button--hover-text.button--active:after, .button--hover-text.button--active:before {
  background-position: 0%;
}

.button--hover-text:hover .button__text, .button--hover-text.button--active .button__text {
  display: none;
}

.button--hover-text:hover .button__text--hover, .button--hover-text.button--active .button__text--hover {
  display: block;
  overflow: hidden;
}

.button--hover-text {
  max-width: 90px;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1), max-width 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.button__text--hover {
  display: none;
}

.button__text {
  position: relative;
  z-index: 1;
}

input.button__text {
  background-color: transparent;
}

.button__badge {
  position: absolute;
  top: -13px;
  right: -8px;
  height: 27px;
  width: 27px;
  padding: 4px 0 0;
  z-index: 1;
  border-radius: 50%;
  text-align: center;
  font-family: "Marquee-ExtraLight", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 15px;
  background-color: #D72B2F;
  color: #fff;
}

@media (max-width: 768px) {
  .button__badge {
    top: -14px;
  }
}

.button--primary, .button--primary:link, .button--primary:active, .button--primary:visited {
  color: #fff;
}

.button--primary:after, .button--primary:before, .button--primary:link:after, .button--primary:link:before, .button--primary:active:after, .button--primary:active:before, .button--primary:visited:after, .button--primary:visited:before {
  background-color: #D72B2F;
  background-image: linear-gradient(to right, #b42529, #b42529 50%, #000 50%);
}

.button--primaryAlt, .button--primaryAlt:link, .button--primaryAlt:active, .button--primaryAlt:visited {
  color: #fff;
}

.button--primaryAlt:after, .button--primaryAlt:before, .button--primaryAlt:link:after, .button--primaryAlt:link:before, .button--primaryAlt:active:after, .button--primaryAlt:active:before, .button--primaryAlt:visited:after, .button--primaryAlt:visited:before {
  background-color: #fff;
  background-image: linear-gradient(to right, #000, #000 50%, #b42529 50%);
}

.button--primaryAlt:hover, .button--primaryAlt.button--active, .button--primaryAlt:link:hover, .button--primaryAlt:link.button--active, .button--primaryAlt:active:hover, .button--primaryAlt:active.button--active, .button--primaryAlt:visited:hover, .button--primaryAlt:visited.button--active {
  color: #fff;
}

@media (max-width: 768px) {
  .button--primaryAlt:hover, .button--primaryAlt.button--active, .button--primaryAlt:link:hover, .button--primaryAlt:link.button--active, .button--primaryAlt:active:hover, .button--primaryAlt:active.button--active, .button--primaryAlt:visited:hover, .button--primaryAlt:visited.button--active {
    color: #000;
  }
}

.button--secondary, .button--secondary:link, .button--secondary:active, .button--secondary:visited {
  color: #fff;
}

.button--secondary:after, .button--secondary:before, .button--secondary:link:after, .button--secondary:link:before, .button--secondary:active:after, .button--secondary:active:before, .button--secondary:visited:after, .button--secondary:visited:before {
  background-color: #000;
  background-image: linear-gradient(to right, #232323, #232323 50%, #000 50%);
}

.button--secondary:hover, .button--secondary.button--active, .button--secondary:link:hover, .button--secondary:link.button--active, .button--secondary:active:hover, .button--secondary:active.button--active, .button--secondary:visited:hover, .button--secondary:visited.button--active {
  color: #fff;
}

.button--dark, .button--dark:link, .button--dark:active, .button--dark:visited {
  color: #fff;
}

.button--dark:hover, .button--dark:link:hover, .button--dark:active:hover, .button--dark:visited:hover {
  color: #fff;
}

.button--dark:after, .button--dark:before, .button--dark:link:after, .button--dark:link:before, .button--dark:active:after, .button--dark:active:before, .button--dark:visited:after, .button--dark:visited:before {
  background-color: #000;
  background-image: linear-gradient(to right, #b42529, #b42529 50%, #D72B2F 50%);
}

.button--s {
  padding: 6px 14px 6px;
  font-size: 18px;
}

.button--m {
  padding: 9px 18px 9px;
  font-size: 20px;
}

.button--s, .button--m {
  transform: scale(1) rotate(-1deg);
}

.button--s:hover, .button--s.button--active, .button--m:hover, .button--m.button--active {
  transform: scale(1.06) rotate(-1deg);
}

@media (max-width: 768px) {
  .button--s, .button--m {
    padding: 8px 17px;
    font-size: 16px;
  }
  .button--s:hover, .button--s.button--active, .button--m:hover, .button--m.button--active {
    transform: scale(1) rotate(-1deg);
  }
}

.button--l {
  max-width: 465px;
  padding: 19px 25px 22px 35px;
  font-size: 25px;
  line-height: 34px;
  transform: scale(1) rotate(-1deg);
}

.button--l:hover, .button--l.button--active {
  transform: scale(1.04) rotate(-1deg);
}

@media (max-width: 1366px) {
  .button--l {
    padding: 15px 25px 17px 30px;
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 1024px) {
  .button--l {
    padding: 12px 20px 14px 20px;
    font-size: 16px;
    line-height: 23px;
  }
}

@media (max-width: 768px) {
  .button--l:hover, .button--l.button--active {
    transform: scale(1) rotate(-1deg);
  }
}

.button--heading {
  padding: 5px 15px 4px 12px;
  font-size: 16px;
  letter-spacing: 0.2px;
  font-family: "Marquee-ExtraLight", "Helvetica Bold", "Arial Black", sans-serif;
  text-transform: uppercase;
}

.button--heading:hover {
  transform: scale(1.04) rotate(-1deg);
}

@media (max-width: 768px) {
  .button--heading {
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
  }
  .button--heading:hover, .button--heading.button--active {
    transform: scale(1) rotate(0);
  }
}

.button--straight {
  transform: rotate(0);
}

.button--straight.button--s, .button--straight.button--m {
  transform: scale(1) rotate(0);
}

.button--straight.button--s:hover, .button--straight.button--s.button--active, .button--straight.button--m:hover, .button--straight.button--m.button--active {
  transform: scale(1.06) rotate(0);
}

.button--straight.button--l {
  transform: scale(1) rotate(0);
}

.button--straight.button--l:hover, .button--straight.button--l.button--active {
  transform: scale(1.04) rotate(0);
}

.button--no-transition.button--s, .button--no-transition.button--m {
  transform: scale(1) rotate(0);
}

.button--no-transition.button--s:hover, .button--no-transition.button--s.button--active, .button--no-transition.button--m:hover, .button--no-transition.button--m.button--active {
  transform: scale(1) rotate(0);
}

.button--no-transition.button--l {
  transform: scale(1) rotate(0);
}

.button--no-transition.button--l:hover, .button--no-transition.button--l.button--active {
  transform: scale(1) rotate(0);
}

.grid {
  padding-top: 32px;
}

@media (max-width: 1024px) {
  .grid {
    padding-top: 10px;
  }
}

@media (max-width: 768px) {
  .grid {
    padding-top: 70px;
  }
}

.grid--card {
  overflow: hidden;
  padding-top: 220px;
}

@media (max-width: 1024px) {
  .grid--card {
    padding-top: 200px;
  }
}

@media (max-width: 768px) {
  .grid--card {
    padding-top: 120px;
  }
}

.grid--articles {
  padding-bottom: 150px;
}

@media (max-width: 1024px) {
  .grid--articles {
    padding-bottom: 100px;
  }
}

.grid__banner {
  width: 100%;
  padding-top: 60px;
  margin-bottom: 70px;
}

@media (max-width: 1366px) {
  .grid__banner {
    padding-top: 55px;
  }
}

@media (max-width: 1024px) {
  .grid__banner {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .grid__banner {
    display: none;
  }
}

.grid__row {
  position: relative;
  margin: 0 auto;
  width: 1366px;
}

.grid__row::after {
  clear: both;
  content: "";
  display: block;
}

@media (max-width: 1366px) {
  .grid__row {
    width: 1024px;
  }
}

@media (max-width: 1024px) {
  .grid__row {
    width: 768px;
  }
}

@media (max-width: 768px) {
  .grid__row {
    width: 100%;
    max-width: 500px;
  }
}

.grid__row + .grid__row:not(.grid__row--no-padding) {
  padding-top: 40px;
}

@media (max-width: 768px) {
  .grid__row + .grid__row:not(.grid__row--no-padding) {
    padding-top: 0;
  }
}

.grid__cell {
  width: calc(50% - 75px);
  float: left;
  margin-left: 50px;
  margin-bottom: 50px;
}

@media (max-width: 1366px) {
  .grid__cell {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px;
  }
}

@media (max-width: 1024px) {
  .grid__cell {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .grid__cell {
    width: calc(100%);
    float: left;
    margin-left: 0;
    margin-bottom: 50px;
  }
}

.grid__cell--small {
  width: calc(33.33333% - 66.66667px);
  float: left;
  margin-left: 50px;
}

@media (max-width: 1366px) {
  .grid__cell--small {
    width: calc(33.33333% - 40px);
    float: left;
    margin-left: 30px;
  }
}

@media (max-width: 1024px) {
  .grid__cell--small {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .grid__cell--small {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}

.grid__cell--full {
  width: calc(100% - 100px);
  float: left;
  margin-left: 50px;
}

@media (max-width: 1366px) {
  .grid__cell--full {
    width: calc(100% - 60px);
    float: left;
    margin-left: 30px;
  }
}

@media (max-width: 1024px) {
  .grid__cell--full {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .grid__cell--full {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}

.grid__cell--hidden {
  display: none;
}

.container {
  width: 100%;
}

.container__inner {
  position: relative;
  margin: 0 auto;
  width: 1366px;
}

@media (max-width: 1366px) {
  .container__inner {
    width: 1024px;
  }
}

@media (max-width: 1024px) {
  .container__inner {
    width: 768px;
  }
}

@media (max-width: 768px) {
  .container__inner {
    width: 400px;
  }
}

.article-card {
  display: block;
  position: relative;
  margin-bottom: 45px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 700ms ease;
}

.article-card:hover .article-card__img {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  .article-card {
    padding: 0 20px;
  }
  .article-card:hover .article-card__img {
    transform: scale(1);
  }
}

.article-card--hidden {
  opacity: 0;
}

.article-card--large .article-card__img {
  padding-bottom: 50%;
}

@media (max-width: 768px) {
  .article-card--large .article-card__img {
    padding-bottom: 72%;
  }
}

.article-card--large .article-card__btn {
  text-align: left;
  padding-left: 42px;
}

@media (max-width: 768px) {
  .article-card--large .article-card__btn {
    text-align: center;
    padding-left: 0;
  }
}

.article-card--small .article-card__btn {
  position: absolute;
  right: 30px;
  bottom: -25px;
  left: 30px;
}

.article-card__img {
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.01s;
  position: relative;
  height: 0;
  padding-bottom: 72%;
  overflow: hidden;
  z-index: 0;
}

.article-card__img img {
  position: absolute;
  display: block;
  width: auto;
  height: 100%;
}

.article-card__btn {
  position: absolute;
  right: 30px;
  bottom: -45px;
  left: 30px;
  text-align: center;
  z-index: 1;
}

.history-card {
  display: block;
  position: relative;
  margin: 30px 0 40px;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.01s;
}

.history-card__img-container {
  position: relative;
  left: -10%;
}

.history-card__img {
  position: relative;
  width: 60%;
  left: 20%;
  z-index: 1;
  margin: 0 auto;
}

.history-card__bg {
  position: absolute;
  top: 0;
  left: 20%;
  width: 66%;
  margin: -3% 0 0 -3%;
  z-index: 0;
}

.history-card__title {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 50%;
  margin-left: -10%;
  font-size: 38px;
  font-family: "FavoritMedium", "Helvetica Bold", "Arial Black", sans-serif;
}

@media (max-width: 1024px) {
  .history-card__title {
    font-size: 31px;
  }
}

.history-card__word {
  position: absolute;
  z-index: 1;
}

.history-card__word--1 {
  top: 30%;
  left: -53%;
  width: 200px;
  text-align: left;
  transform-origin: top left;
  transform: rotate(-57deg);
}

.history-card__word--2 {
  left: 42%;
  top: -7%;
  transform-origin: top left;
  transform: rotate(-9deg);
}

.history-card__word--3 {
  left: 48%;
  top: 10%;
  transform-origin: top left;
  transform: rotate(5deg);
}

.history-card__word--4 {
  left: 50%;
  top: 27%;
  transform-origin: top left;
  transform: rotate(25deg);
}

.history-card__btn {
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  z-index: 1;
  text-align: center;
}

.participate-card {
  display: block;
  position: relative;
  padding-top: 40px;
  margin-bottom: 60px;
}

@media (max-width: 1366px) {
  .participate-card {
    padding-top: 10px;
  }
}

.participate-card--toolate {
  padding-top: 100px;
}

.participate-card__text {
  text-align: center;
  text-transform: uppercase;
  font-family: "Marquee-ExtraLight", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 55px;
  line-height: 67px;
}

.participate-card__text strong {
  position: relative;
  display: inline-block;
  margin: 23px 0;
  font-weight: normal;
  z-index: 1;
}

.participate-card__text strong:before {
  content: '';
  position: absolute;
  top: -7px;
  right: -20px;
  bottom: -7px;
  left: -40px;
  transform: skewX(5deg) perspective(400px) rotateY(-10deg) translateZ(-31px) scale(1.05);
  background-color: #9F3A22;
  z-index: -1;
}

@media (max-width: 1024px) {
  .participate-card__text {
    font-size: 37px;
    line-height: 48px;
  }
  .participate-card__text strong {
    margin: 17px 0;
  }
}

.participate-card__btn {
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
  text-align: center;
}

.calendar-card {
  display: block;
  padding: 27px 0 0 50px;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.01s;
}

.calendar-card:hover {
  cursor: pointer;
}

@media (max-width: 1366px) {
  .calendar-card {
    padding: 15px 0 0 25px;
  }
}

@media (max-width: 1024px) {
  .calendar-card {
    padding: 20px 0 0 19px;
  }
}

@media (max-width: 768px) {
  .calendar-card {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 400px) {
  .calendar-card {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.calendar-card__type {
  margin-bottom: 22px;
  color: #fff;
  font-family: "FavoritMedium", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 26px;
}

@media (max-width: 1366px) {
  .calendar-card__type {
    margin-bottom: 15px;
  }
}

@media (max-width: 1024px) {
  .calendar-card__type {
    font-size: 20px;
  }
}

.calendar-card__date {
  margin-bottom: 21px;
  text-transform: uppercase;
  font-family: "Marquee-ExtraLight", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 71px;
  letter-spacing: 0.6px;
  line-height: 82px;
}

@media (max-width: 1366px) {
  .calendar-card__date {
    font-size: 60px;
    line-height: 75px;
  }
}

@media (max-width: 1024px) {
  .calendar-card__date {
    font-size: 40px;
    line-height: 47px;
  }
}

.calendar-card__location {
  margin-bottom: 49px;
  font-family: "FavoritRegular", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
}

@media (max-width: 1366px) {
  .calendar-card__location {
    margin-bottom: 37px;
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .calendar-card__location {
    margin-bottom: 34px;
  }
}

.banner {
  display: block;
  width: 10000px;
  margin-left: -100px;
  padding: 18px 0 13px;
  background-color: #D72B2F;
  color: #fff;
  text-transform: uppercase;
  font-family: "Marquee-ExtraLight", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 40px;
  transform-origin: top left;
  transform: rotate(-2deg);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 200% 200%;
  background-position-y: 110%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, #b42529, #b42529 50%, #D72B2F 50%);
}

.banner:hover {
  background-position-y: 0%;
}

@media (max-width: 1366px) {
  .banner {
    padding: 14px 0 10px;
    font-size: 32px;
  }
}

@media (max-width: 1024px) {
  .banner {
    font-size: 28px;
  }
}

.banner__inner {
  display: inline-block;
}

.subscribe {
  position: relative;
  padding: 126px 0 212px;
  background-color: #b42529;
  color: #fff;
  text-align: center;
}

.subscribe > div:not(.subscribe__bg):not(.response--success), .subscribe > h3 {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .subscribe {
    padding: 60px 30px 212px;
  }
}

.subscribe__bg {
  position: absolute;
  bottom: 60px;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  overflow-x: hidden;
}

.subscribe__bg:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 60px;
  left: 50%;
  width: 200vw;
  margin-left: -100vw;
  background-color: #b42529;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .subscribe__bg:after {
    width: 250vw;
    margin-left: -125vw;
  }
}

.subscribe__title {
  margin-bottom: 27px;
  font-family: "FavoritMedium", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 24px;
}

@media (max-width: 1024px) {
  .subscribe__title {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .subscribe__title {
    margin-bottom: 17px;
    font-size: 20px;
  }
}

.subscribe__form {
  position: relative;
}

.subscribe__input {
  position: relative;
  margin: 0 auto 78px;
  max-width: 720px;
  padding-right: 116px;
}

@media (max-width: 768px) {
  .subscribe__input {
    padding-right: 0;
  }
}

.subscribe__button {
  position: absolute;
  top: 7px;
  right: 0;
  z-index: 1;
}

.subscribe__button button {
  background-color: transparent;
}

@media (max-width: 768px) {
  .subscribe__button {
    position: relative;
    top: 10px;
  }
}

.subscribe__social {
  font-family: "FavoritMedium", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 20px;
}

.subscribe__social h4 {
  padding-right: 5px;
}

.subscribe__social h4, .subscribe__social ul, .subscribe__social li {
  display: inline-block;
}

@media (max-width: 768px) {
  .subscribe__social h4 {
    margin-bottom: 10px;
  }
}

@media (max-width: 400px) {
  .subscribe__social h4 {
    margin-bottom: 0;
  }
}

.subscribe__link {
  margin-left: 9px;
}

@media (max-width: 400px) {
  .subscribe__link {
    margin-top: 10px;
  }
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 77px 0 170px;
  z-index: 10;
  color: #fff;
  pointer-events: none;
  cursor: default;
}

.menu::after {
  clear: both;
  content: "";
  display: block;
}

.menu a:hover {
  transition: color 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #232323;
}

.menu .menu__item, .menu .menu__close {
  transition-delay: 0ms;
}

@media (max-width: 768px) {
  .menu {
    padding: 46px 0 100px;
  }
}

.menu--open {
  pointer-events: auto;
}

.menu--open .menu__item, .menu--open .menu__close {
  opacity: 1;
}

.menu--open .menu__item {
  transition-delay: 200ms;
}

.menu--open .menu__close {
  transition-delay: 150ms;
}

.menu__item {
  width: calc(100% - 100px);
  float: left;
  margin-left: 50px;
  opacity: 0;
}

.menu__main {
  font-family: "Marquee-ExtraLight", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 63px;
  line-height: 80px;
  text-transform: uppercase;
}

@media (max-width: 1366px) {
  .menu__main {
    font-size: 54px;
    line-height: 68px;
  }
}

@media (max-width: 768px) {
  .menu__main {
    font-size: 44px;
    line-height: 60px;
  }
}

.menu__sub {
  font-family: "FavoritRegular", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  line-height: 22px;
  margin-top: 28px;
}

@media (max-width: 768px) {
  .menu__sub {
    margin-top: 21px;
  }
}

.menu__bnn {
  margin-top: 28px;
}

@media (max-width: 768px) {
  .menu__bnn {
    margin-left: 10px;
  }
}

.menu__close {
  position: absolute;
  top: 51px;
  right: 45px;
  height: 40px;
  width: 40px;
  opacity: 0;
  cursor: pointer;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu__close svg {
  display: block;
}

.menu__close:hover {
  animation: rotating 1s;
  animation-timing-function: cubic-bezier(0.735, 0.005, 0.385, 1.005);
}

@media (max-width: 768px) {
  .menu__close {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .menu__close:hover {
    animation: none;
  }
}

.balloon {
  position: fixed;
  top: 0;
  right: 0;
  width: 150%;
  z-index: 9;
  pointer-events: none;
}

.balloon svg {
  overflow: visible;
}

@media (max-width: 768px) {
  .balloon {
    left: -80%;
    width: 200%;
  }
}

.balloon__svg {
  height: 100%;
  width: 100%;
  position: absolute;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 5;
}

@media (max-width: 768px) {
  .header {
    max-width: 554px;
    margin: 0 auto;
  }
}

.header__toggle {
  position: fixed;
  top: 63px;
  right: 48px;
  height: 50px;
  width: 130px;
  padding: 11px 0 0 60px;
  font-family: "FavoritMedium", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 22px;
  color: #000;
}

.header__toggle a {
  display: inline-block;
  transform: rotate(3deg);
}

.header__toggle:hover {
  cursor: pointer;
}

.header__toggle:hover .header__icon--top {
  width: 28px;
}

@media (max-width: 1024px) {
  .header__toggle:hover .header__icon--top {
    width: 24px;
  }
}

@media (max-width: 1024px) {
  .header__toggle {
    top: 46px;
    right: 0;
    padding: 13px 0 0 56px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .header__toggle {
    height: 55px;
    width: 55px;
    top: 12px;
    right: 11px;
    padding: 17px 15px;
  }
  .header__toggle a {
    display: none;
  }
}

.header__icon {
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 16px;
  height: 22px;
  width: 28px;
  border-top: 4px #000 solid;
  border-bottom: 4px #000 solid;
}

.header__icon:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 4px;
  margin-top: -2px;
  background-color: #000;
}

@media (max-width: 1024px) {
  .header__icon {
    height: 19px;
    width: 24px;
    border-top: 3px #000 solid;
    border-bottom: 3px #000 solid;
  }
  .header__icon:after {
    height: 3px;
  }
}

@media (max-width: 768px) {
  .header__icon {
    position: relative;
    top: 0;
    left: 0;
  }
}

.header__icon--top {
  width: 0;
  border-top-color: #D72B2F;
  border-bottom-color: #D72B2F;
  transition: width 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header__icon--top:after {
  background-color: #D72B2F;
}

@media (max-width: 768px) {
  .header__icon--top {
    display: none;
  }
}

.header__logo {
  display: block;
  width: 510px;
  margin: 62px auto 0;
}

.header__logo img, .header__logo svg {
  display: block;
  width: 100%;
}

@media (max-width: 1024px) {
  .header__logo {
    width: 439px;
    margin-top: 52px;
  }
}

@media (max-width: 768px) {
  .header__logo {
    width: 100%;
    margin-top: 24px;
    padding: 0 75px 0 25px;
  }
}

.footer {
  position: relative;
  padding: 27px 0 45px;
  background-color: #000;
  color: #fff;
}

.footer:after {
  content: '';
  display: block;
  position: absolute;
  bottom: calc(100% - 5px);
  left: 0;
  height: 100px;
  width: 100%;
  background: url(../img/blocks.svg) bottom center no-repeat;
  background-size: 105% 100%;
}

@media (max-width: 768px) {
  .footer {
    padding: 46px 18px 42px;
  }
  .footer:after {
    height: 50px;
    width: 100%;
  }
}

.footer__cell {
  width: calc(33.33333% - 66.66667px);
  float: left;
  margin-left: 50px;
  font-family: "FavoritMedium", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 15px;
}

.footer__cell a:hover {
  color: #fff;
}

.footer__cell li {
  display: block;
}

@media (max-width: 1366px) {
  .footer__cell {
    width: calc(33.33333% - 40px);
    float: left;
    margin-left: 30px;
  }
}

@media (max-width: 1024px) {
  .footer__cell {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .footer__cell {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
  .footer__cell a:hover {
    color: inherit;
  }
}

@media (max-width: 768px) {
  .footer__cell + .footer__cell {
    margin-top: 23px;
  }
}

.footer__cell--large {
  width: calc(50% - 75px);
  float: left;
  margin-left: 50px;
}

@media (max-width: 1366px) {
  .footer__cell--large {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px;
  }
}

@media (max-width: 1024px) {
  .footer__cell--large {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .footer__cell--large {
    width: calc(100%);
    float: left;
    margin-left: 0;
  }
}

.footer__colophon {
  clear: both;
  margin-top: 28px;
  font-family: "FavoritRegular", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 768px) {
  .footer__colophon {
    margin-top: 7px;
  }
}

.walloffame {
  position: relative;
  overflow: hidden;
  padding: 150px 0 200px;
  color: #000;
}

.walloffame:before {
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  right: 0;
  bottom: -800px;
  left: 0;
  background-color: #7B3715;
  transform: skewY(-2.5deg);
}

@media (max-width: 768px) {
  .walloffame {
    padding: 120px 0 150px;
  }
}

.walloffame--touch .walloffame__row {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.walloffame__title {
  float: left;
  padding: 0 20px;
  font-family: "Marquee-ExtraLight", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 768px) {
  .walloffame__title {
    float: none;
    padding: 0 0 0 20px;
    margin-bottom: 10px;
    font-size: 30px;
  }
}

.walloffame__prices {
  float: right;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .walloffame__prices {
    float: none;
    padding: 0 0 0 20px;
  }
}

.walloffame__price {
  display: inline-block;
  margin-left: 15px;
  font-family: "FavoritMedium", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 20px;
}

.walloffame__price svg {
  margin: auto 5px -3px auto;
}

@media (max-width: 768px) {
  .walloffame__price {
    margin-left: 0;
    font-size: 16px;
  }
  .walloffame__price svg {
    margin-bottom: -4px;
  }
}

.walloffame__inner {
  width: 10000px;
  margin-top: 25px;
  cursor: grab;
}

.walloffame__container {
  display: block;
  width: 20000px;
  margin-top: 30px;
}

.walloffame__container::after {
  clear: both;
  content: "";
  display: block;
}

.walloffame__row {
  max-width: 100%;
}

.walloffame__col {
  display: inline-block;
  vertical-align: top;
  margin-right: -3px;
  width: 270px;
  padding: 20px 0 20px 40px;
}

@media (max-width: 768px) {
  .walloffame__col {
    width: 200px;
  }
}

.artiest-card {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  min-height: 281px;
}

@media (max-width: 768px) {
  .artiest-card {
    min-height: 227px;
  }
}

.artiest-card__img {
  position: relative;
  display: block;
  padding: 15px 15px 0;
  min-height: 215px;
}

@media (max-width: 768px) {
  .artiest-card__img {
    min-height: 145px;
  }
}

.artiest-card__img img {
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  z-index: 1;
}

.artiest-card__bg {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 0;
  display: block;
}

.artiest-card__bg svg {
  display: block;
  height: auto;
  width: 100%;
}

.artiest-card__footer {
  margin-top: 10px;
  font-family: "Marquee-ExtraLight", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 18px;
  color: #000;
}

.artiest-card__footer svg {
  display: inline-block;
  margin: 0 4px -2px 2px;
}

.cookie {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 13px 0 16px;
  background-color: #232323;
  z-index: 5;
}

.cookie--hidden, .prompt.prompt--hidden {
  display: none;
}

.cookie__close, .cookie__text {
  display: inline-block;
  position: relative;
}

.cookie__close {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  padding: 0 50px;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1;
}

.cookie__close:hover {
  cursor: pointer;
}

.cookie__close:hover svg {
  animation: rotating 1s;
  animation-timing-function: cubic-bezier(0.735, 0.005, 0.385, 1.005);
}

@media (max-width: 1366px) {
  .cookie__close {
    padding: 0 30px;
    margin-right: -63px;
  }
}

@media (max-width: 768px) {
  .cookie__close {
    padding: 0 0;
    padding-left: 15px;
  }
}

.cookie__text {
  margin-left: 60px;
  padding-left: 60px;
  width: calc(100% - 63px);
  font-family: "FavoritRegular", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  color: #fff;
}

.cookie__text a:link {
  text-decoration: underline;
}

.cookie__text a:hover {
  text-decoration: none;
}

@media (max-width: 1366px) {
  .cookie__text {
    margin-left: 40px;
  }
}

@media (max-width: 768px) {
  .cookie__text {
    width: 100%;
    padding-right: 20px;
    margin-left: 10px;
    font-size: 14px;
  }
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  filter: none;
  overflow-y: scroll;
  opacity: 0;
  background-color: rgba(51, 24, 24, 0.6);
  transition: opacity 500ms ease;
  cursor: url("../img/saw.svg") 20 20, zoom-out;
  -webkit-overflow-scrolling: touch;
}

.popup > article:last-child {
  margin-bottom: 120vh;
}

.popup--open {
  opacity: 1;
}

.popup--open .popup__contentWrapper, .popup--open .prompt-content-wrapper {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.popup--fadeout {
  opacity: 0;
  cursor: default;
}

.popup--fadeout .popup__contentWrapper, .popup--fadeout .prompt-content-wrapper {
  opacity: 0;
  transform: translate3d(0, 0, 0);
}

.popup__contentWrapper, .prompt-content-wrapper {
  position: relative;
  top: 100px;
  margin: 0 auto;
  min-height: 100vh;
  width: 1366px;
  opacity: 1;
  transform: translate3d(0, 150px, 0);
  background-color: #fff;
  box-shadow: 0px 0px 58px 0px rgba(0, 0, 0, 0.15);
  transition: opacity 300ms ease, transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: default;
  overflow: hidden;
}

.popup__contentWrapper:before, .prompt-content-wrapper:before {
  content: '';
  position: absolute;
  top: -100px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 90vh;
  background-color: #9F3A22;
}

@media (max-width: 1024px) {
  .popup__contentWrapper:before, .prompt-content-wrapper:before {
    height: 50vh;
  }
}

@media (max-width: 1366px) {
  .popup__contentWrapper, .prompt-content-wrapper {
    width: 1024px;
  }
}

@media (max-width: 1024px) {
  .popup__contentWrapper, .prompt-content-wrapper {
    width: 768px;
  }
}

@media (max-width: 768px) {
  .popup__contentWrapper, .prompt-content-wrapper {
    width: 100%;
  }
}

.popup__contentWrapper--small {
  width: 1170px;
  min-height: 90vh;
  background-color: #9F3A22;
}

.popup__contentWrapper--small:before {
  display: none;
}

@media (max-width: 1366px) {
  .popup__contentWrapper--small {
    max-width: 800px;
    width: 100%;
  }
}

.popup__contentWrapper--agenda:before {
  top: 0;
  height: 366px;
  z-index: 0;
}

@media (max-width: 1366px) {
  .popup__contentWrapper--agenda:before {
    height: 310px;
  }
}

@media (max-width: 1024px) {
  .popup__contentWrapper--agenda:before {
    height: 254px;
  }
}

@media (max-width: 768px) {
  .popup__contentWrapper--agenda:before {
    height: 0;
  }
}

.popup__contentWrapper + .popup__contentWrapper, .prompt-content-wrapper + .popup__contentWrapper, .popup__contentWrapper + .prompt-content-wrapper, .prompt-content-wrapper + .prompt-content-wrapper {
  margin-top: 150px;
}

.popup__close {
  display: none;
  position: fixed;
  bottom: 60px;
  left: 50%;
  z-index: 10;
  margin-left: -20px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.popup__close:hover {
  cursor: pointer;
}

@media (max-width: 1024px) {
  .popup__close {
    display: block;
  }
}

.popup__close--fadein {
  transform: scale(1);
  opacity: 1;
}

.popup__close--fadeout {
  transform: scale(0);
  opacity: 0;
}

.prompt {
  position: absolute;
  top: 30px;
  left: 10px;
  z-index: 4;
}

.prompt .prompt__content {
  height: 420px;
  width: 420px;
  text-align: center;
  background-image: url("../img/star.svg");
  background-repeat: no-repeat;
  background-size: 420px 420px;
  transform: rotate(-20deg);
}

.prompt .cookie__close {
  position: relative;
  top: 40px;
  left: 85px;
  margin: 0;
  padding: 0;
}

.prompt__text {
  margin-top: 90px;
  color: #009833;
}

.prompt__text h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 50px;
  line-height: 120%;
  margin: 0 auto;
  font-family: "Marquee-ExtraLight", "Helvetica Bold", "Arial Black", sans-serif;
}

.prompt__text p {
  font-family: "FavoritRegular", "Helvetica", "Arial", sans-serif;
}

.prompt-content-wrapper {
  width: 300px;
  min-height: auto;
  top: 40vh;
}

@media (max-width: 1024px) {
  .prompt {
    width: 100%;
    top: 20vh;
    left: auto;
  }
  .prompt__content {
    margin: 0 auto;
  }
}

.page .hero {
  top: 0;
}

@media (max-width: 768px) {
  .page .hero {
    top: 0;
  }
}

.page .hero__img {
  top: 0;
}

@media (max-width: 768px) {
  .page .hero__img {
    top: 0;
  }
}

.hero {
  position: relative;
  top: -100px;
}

@media (max-width: 768px) {
  .hero {
    overflow: hidden;
    padding-bottom: 50px;
    top: -50px;
  }
}

.hero__img-wrapper {
  position: relative;
  height: 90vh;
}

@media (max-width: 1024px) {
  .hero__img-wrapper {
    height: 50vh;
  }
}

.hero__img {
  position: absolute;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  background-color: #9F3A22;
  z-index: 0;
}

@media (max-width: 768px) {
  .hero__img {
    top: 50px;
  }
}

.hero__caption {
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  z-index: 2;
}

.hero__caption::after {
  clear: both;
  content: "";
  display: block;
}

@media (max-width: 1366px) {
  .hero__caption {
    position: relative;
    top: 0;
    right: auto;
    bottom: auto;
    left: auto;
  }
}

.hero__title, .hero__intro {
  width: calc(66.66667% - 83.33333px);
  float: left;
  margin-left: 50px;
}

@media (max-width: 1024px) {
  .hero__title, .hero__intro {
    width: 100%;
  }
}

.hero__title {
  margin-left: calc(8.33333% - 54.16667px + 100px);
}

@media (max-width: 1366px) {
  .hero__title {
    position: absolute;
    bottom: 100%;
  }
}

@media (max-width: 1024px) {
  .hero__title {
    margin-left: 0;
    padding: 0 20px 0 25px;
  }
}

.hero__intro {
  margin-left: calc(16.66667% - 58.33333px + 100px);
}

@media (max-width: 1024px) {
  .hero__intro {
    margin-left: 0;
  }
}

.title {
  position: relative;
  display: inline-block;
  padding: 34px 40px 47px 60px;
  font-family: "Marquee-ExtraLight", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 35px;
  line-height: 42px;
  color: #fff;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.title span {
  position: relative;
  z-index: 1;
}

.title:after, .title:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  z-index: 0;
  background-color: #D72B2F;
}

.title:before {
  top: 0;
  bottom: 50%;
  transform: skewX(7deg);
}

.title:after {
  top: calc(50% - 1px);
  bottom: 0;
  transform: skewX(-7deg);
}

@media (max-width: 1366px) {
  .title {
    transform: rotate(-3deg);
  }
}

@media (max-width: 1024px) {
  .title {
    padding: 14px 20px 13px 26px;
    z-index: 1;
    font-size: 16px;
    font-family: "FavoritMedium", "Helvetica Bold", "Arial Black", sans-serif;
    line-height: 23px;
    color: #fff;
    text-transform: none;
    transform: rotate(0);
  }
}

.intro {
  position: relative;
  display: inline-block;
  margin-top: -20px;
  padding: 32px 40px 31px 42px;
  font-family: "FavoritMedium", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  transform: rotate(-2deg);
}

.intro p {
  position: relative;
  z-index: 1;
  margin-bottom: 1em;
}

.intro h1 {
  position: relative;
  z-index: 1;
  font-family: "Marquee-ExtraLight", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 18pt;
  margin-bottom: 0.5em;
}

.intro h2 {
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-family: "Marquee-ExtraLight", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 14pt;
}

.intro:after, .intro:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  z-index: 0;
  background-color: #9F3A22;
}

@media (max-width: 1024px) {
  .intro:after, .intro:before {
    left: -20px;
    right: -20px;
  }
}

.intro:before {
  top: 0;
  bottom: 50%;
  transform: skewX(7deg);
}

@media (max-width: 1024px) {
  .intro:before {
    transform: rotate(-3deg);
  }
}

.intro:after {
  top: calc(50% - 1px);
  bottom: 0;
  transform: skewX(-7deg);
}

@media (max-width: 1024px) {
  .intro:after {
    transform: rotate(-3deg);
  }
}

@media (max-width: 1366px) {
  .intro {
    transform: rotate(-3deg);
  }
}

@media (max-width: 1024px) {
  .intro {
    margin-top: -30px;
    padding: 58px 27px 31px;
    min-width: 100%;
    font-size: 16px;
    line-height: 22px;
    transform: none;
    z-index: 0;
  }
}

.intro ul {
  list-style: disc;
  margin-bottom: 1em;
  margin-left: 1em;
  z-index: 1;
}

.intro li {
  display: list-item;
  margin-left: 1em;
  margin-right: 1em;
  z-index: 1;
}

.article-content {
  position: relative;
  top: -100px;
  padding-top: 75px;
  margin-bottom: -100px;
}

.article-content::after {
  clear: both;
  content: "";
  display: block;
}

.article-content > div, .article-content > footer {
  margin-bottom: 75px;
}

.article-content > div:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .article-content > div, .article-content > footer {
    margin-bottom: 50px;
  }
}

.page .article-content {
  top: 0;
}

.article-content__block {
  width: calc(66.66667% - 83.33333px);
  float: left;
  margin-left: 50px;
  margin-left: calc(33.33333% - 66.66667px + 100px);
  max-width: 900px;
}

@media (max-width: 1024px) {
  .article-content__block {
    width: calc(83.33333% - 55px);
    float: left;
    margin-left: 30px;
    margin-left: calc(16.66667% - 35px + 60px);
  }
}

@media (max-width: 768px) {
  .article-content__block {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-left: calc(0% - 20px + 40px);
  }
}

.article-content__block ul {
  list-style: disc;
  margin-bottom: 1em;
  margin-left: 1em;
}

.article-content__block li {
  display: list-item;
  margin-left: 1em;
  margin-right: 1em;
}

.article-content__full {
  position: relative;
  clear: both;
  width: 100%;
}

.body {
  font-family: "FavoritRegular", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.body h2 {
  font-family: "Marquee-ExtraLight", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}

.body strong {
  font-family: "FavoritMedium", "Helvetica Bold", "Arial Black", sans-serif;
  font-weight: normal;
}

.body img {
  width: 100%;
  height: auto;
  margin: 30px 0;
}

.body p + p, .body h2 + p {
  margin-top: 18px;
}

.body p + h2 {
  margin-top: 35px;
}

.body a:link {
  text-decoration: underline;
}

.body a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .body {
    font-size: 15px;
    line-height: 22px;
  }
  .body h2 {
    font-size: 18px;
  }
}

.blockquote {
  color: #fff;
}

.blockquote:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #9F3A22;
  transform: skewY(-1deg);
}

@media (max-width: 768px) {
  .blockquote:after {
    transform: skewY(-2deg);
  }
}

@media (max-width: 400px) {
  .blockquote:after {
    transform: skewY(-3deg);
  }
}

.blockquote__inner {
  width: calc(83.33333% - 91.66667px);
  float: left;
  margin-left: 50px;
  margin-left: calc(8.33333% - 54.16667px + 100px);
  float: none;
  display: inline-block;
  padding: 50px 0 47px;
}

@media (max-width: 1024px) {
  .blockquote__inner {
    width: calc(100% - 60px);
    float: left;
    margin-left: 30px;
    float: none;
  }
}

@media (max-width: 768px) {
  .blockquote__inner {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-left: 0;
    padding: 46px 0 37px;
    float: none;
  }
}

.blockquote__text, .blockquote__cite {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .blockquote__text, .blockquote__cite {
    margin-left: 20px;
  }
}

.blockquote__text {
  font-family: "Marquee-ExtraLight", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 55px;
  line-height: 61px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .blockquote__text {
    font-size: 30px;
    line-height: 34px;
  }
}

.blockquote__cite {
  display: inline-block;
  margin-top: 34px;
  font-size: 16px;
  font-family: "FavoritRegular", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  color: #000;
}

.blockquote__cite:before {
  content: '';
  display: inline-block;
  height: 1px;
  width: 27px;
  margin: auto 12px 5px auto;
  background-color: currentColor;
}

@media (max-width: 768px) {
  .blockquote__cite {
    margin-top: 21px;
    font-size: 15px;
  }
}

.inlinequote {
  font-family: "FavoritRegular", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
}

@media (max-width: 768px) {
  .inlinequote {
    font-size: 15px;
  }
}

.inlinequote__text {
  line-height: 30px;
}

.inlinequote__text:before {
  content: "‘";
}

.inlinequote__text:after {
  content: "’";
}

@media (max-width: 768px) {
  .inlinequote__text {
    line-height: 22px;
  }
}

.inlinequote__cite {
  display: inline-block;
  margin-top: 17px;
  color: #D72B2F;
  font-style: normal;
  font-size: 16px;
}

.inlinequote__cite:before {
  content: '';
  display: inline-block;
  height: 1px;
  width: 27px;
  margin: auto 12px 5px auto;
  background-color: currentColor;
}

@media (max-width: 768px) {
  .inlinequote__cite {
    margin-top: 10px;
    font-size: 15px;
  }
}

.expander {
  cursor: pointer;
}

.expander--open .expander__body {
  max-height: 3000px;
}

.expander__title {
  font-family: "Marquee-ExtraLight", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .expander__title {
    font-size: 18px;
  }
}

.expander__subtitle {
  font-family: "FavoritRegular", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
}

@media (max-width: 768px) {
  .expander__subtitle {
    margin-top: 7px;
    font-size: 15px;
    line-height: 22px;
  }
}

.expander__body {
  margin-top: 17px;
  max-height: 185px;
  padding: 28px 29px;
  overflow: hidden;
  font-family: "FavoritRegular", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  background-color: #232323;
  transition: all 800ms ease;
  color: #fff;
}

.expander__body p + p {
  margin-top: 24px;
}

@media (max-width: 768px) {
  .expander__body {
    max-height: 277px;
    margin: 17px -20px 0;
    padding: 23px 20px;
  }
}

.expander__open {
  margin-top: -8px;
  text-align: center;
  transition: opacity 200ms ease;
}

@media (max-width: 768px) {
  .expander__open {
    margin-top: -16px;
  }
}

.dates li {
  display: block;
  position: relative;
  padding: 19px 0 16px;
  font-family: "FavoritRegular", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.dates li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: -136px;
  height: 1px;
  background-color: #E5E5E5;
}

@media (max-width: 768px) {
  .dates li {
    padding: 26px 0 20px;
  }
  .dates li:before, .dates li:after {
    left: -20px;
    right: -20px;
  }
}

.dates li:last-child:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: -136px;
  height: 1px;
  background-color: #E5E5E5;
}

@media (max-width: 768px) {
  .dates li:last-child:after {
    left: -20px;
    right: -20px;
  }
}

.dates strong {
  position: absolute;
  left: -105px;
  height: 0;
  font-family: "Marquee-ExtraLight", "Helvetica Bold", "Arial Black", sans-serif;
  font-weight: normal;
  font-size: 30px;
}

@media (max-width: 768px) {
  .dates strong {
    display: block;
    position: relative;
    left: 0;
    height: auto;
    margin-bottom: 10px;
    font-size: 26px;
  }
}

.dates em {
  margin: 0 2px;
  font-style: normal;
  font-family: "Marquee-ExtraLight", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.slideshow {
  position: relative;
  height: 673px;
  width: 100%;
  padding: 0 10px 60px;
  overflow: hidden;
  cursor: grab;
}

@media (max-width: 768px) {
  .slideshow {
    height: 273px;
    padding-bottom: 30px;
  }
}

.slideshow--touch {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.slideshow__content-wrapper {
  height: 100%;
  display: block;
  white-space: nowrap;
}

.swipe-instruction {
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  height: 61px;
  width: 300px;
  transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 1500ms;
  z-index: 2;
}

.swipe-instruction:before, .swipe-instruction:after {
  content: '';
  position: absolute;
  right: 150px;
  left: -150px;
  height: 31px;
  z-index: 0;
  background-color: #D72B2F;
}

.swipe-instruction:before {
  top: -30px;
  transform: skewX(15deg);
}

.swipe-instruction:after {
  top: 0;
  transform: skewX(-15deg);
}

.swipe-instruction:hover, .swipe-instruction.button--active {
  cursor: pointer;
}

.swipe-instruction:hover:after, .swipe-instruction:hover:before, .swipe-instruction.button--active:after, .swipe-instruction.button--active:before {
  background-position: 0%;
}

@media (max-width: 768px) {
  .swipe-instruction {
    top: calc(50% - 15px);
    height: 41px;
    width: 240px;
  }
  .swipe-instruction:before, .swipe-instruction:after {
    left: -120px;
    right: 120px;
    height: 20px;
  }
  .swipe-instruction:before {
    top: -20px;
  }
}

.swipe-instruction--dark:before, .swipe-instruction--dark:after {
  background-color: #D72B2F;
}

.swipe-instruction--dark .swipe-instruction__inner {
  color: #fff;
}

.swipe-instruction--bottom {
  top: auto;
  bottom: 100px;
}

.swipe-instruction--bottom .swipe-instruction__inner {
  color: #000;
}

.swipe-instruction--bottom:before, .swipe-instruction--bottom:after {
  background-color: transparent;
}

@media (max-width: 768px) {
  .swipe-instruction--bottom {
    bottom: 83px;
  }
}

.swipe-instruction--alt {
  transform: rotate(-2deg);
}

.swipe-instruction--alt:before, .swipe-instruction--alt:after {
  content: none;
}

.swipe-instruction--alt .swipe-instruction__inner {
  font-family: "Marquee-ExtraLight", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.swipe-instruction--alt .swipe-instruction__inner:before {
  content: none;
}

.swipe-instruction--alt .swipe-instruction__inner:after {
  content: '▶▶▶';
  position: static;
  right: auto;
  left: auto;
  height: auto;
  z-index: 0;
  color: #fff;
  background-color: transparent;
}

.swipe-instruction--alt.swipe-instruction--animate {
  opacity: 1;
}

.swipe-instruction--alt.swipe-instruction--animate .swipe-instruction__inner:after {
  animation-name: blink;
  animation-duration: 1.5s;
  animation-iteration-count: 3;
}

@media (max-width: 768px) {
  .swipe-instruction--alt .swipe-instruction__inner {
    height: 48px;
    width: 300px;
    font-size: 15px;
  }
}

.swipe-instruction__inner {
  position: relative;
  height: 61px;
  width: 300px;
  padding: 17px 0 0 34px;
  margin: -30px 0 0 -150px;
  z-index: 1;
  font-size: 20px;
  font-family: "FavoritRegular", "Helvetica", "Arial", sans-serif;
  color: #fff;
  pointer-events: none;
  transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 1500ms;
}

.swipe-instruction__inner:before, .swipe-instruction__inner:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 21px;
}

.swipe-instruction__inner:before {
  height: 17px;
  width: 64px;
  margin-top: -8px;
  border-radius: 20px;
  background-color: #000;
}

.swipe-instruction__inner:after {
  height: 11px;
  width: 11px;
  margin: -5px 3px 0 0;
  border-radius: 50%;
  background-color: #fff;
  transition: transform 500ms ease-in-out;
  transition-delay: 200ms;
}

@media (max-width: 768px) {
  .swipe-instruction__inner {
    height: 48px;
    width: 242px;
    padding: 14px 0 0 24px;
    margin: -24px 0 0 -121px;
    font-size: 15px;
  }
  .swipe-instruction__inner:before {
    height: 13px;
    width: 57px;
    margin-top: -6px;
  }
  .swipe-instruction__inner:after {
    height: 9px;
    width: 9px;
    margin: -4px 2px 0 0;
  }
}

.swipe-instruction--animate {
  opacity: 0;
}

.swipe-instruction--animate .swipe-instruction__inner:after {
  transform: translateX(-47px);
}

@media (max-width: 768px) {
  .swipe-instruction--animate .swipe-instruction__inner:after {
    transform: translateX(-43px);
  }
}

.slide {
  vertical-align: top;
  display: inline-block;
  height: 100%;
  width: auto;
  padding: 0 24px;
  user-select: none;
  pointer-events: none;
}

.slide img {
  height: 100%;
  width: auto;
}

@media (max-width: 768px) {
  .slide {
    padding: 0 10px;
  }
}

.slide__img {
  height: 100%;
}

.slide__caption {
  margin-top: 14px;
  font-family: "FavoritRegular", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  color: #D72B2F;
}

@media (max-width: 768px) {
  .slide__caption {
    margin-top: 8px;
    font-size: 15px;
  }
}

.publish-date {
  float: left;
  width: 50%;
  padding-right: 20px;
  font-family: "FavoritRegular", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
}

@media (max-width: 768px) {
  .publish-date {
    width: 45%;
    font-size: 15px;
  }
}

.share {
  position: relative;
  float: right;
  width: 50%;
  text-align: right;
  cursor: pointer;
  font-family: "FavoritMedium", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 16px;
}

.share p {
  position: relative;
  z-index: 1;
  transition: opacity 200ms ease;
}

.share p svg {
  display: inline-block;
  margin: 0 0 -5px 12px;
}

.share.share--open p {
  opacity: 0;
}

.share.share--open .share__icons {
  z-index: 1;
}

.share.share--open .share__item {
  opacity: 1;
  transform: translateX(0);
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.share.share--open .share__item a {
  pointer-events: all;
}

.share.share--open .share__item--facebook {
  transition-delay: 200ms;
}

.share.share--open .share__item--twitter {
  transition-delay: 150ms;
}

.share.share--open .share__item--whatsapp {
  transition-delay: 100ms;
}

@media (max-width: 768px) {
  .share {
    width: 150px;
    text-align: left;
    font-size: 15px;
  }
  .share p {
    position: relative;
    padding: 0 35px 0 50px;
  }
  .share p svg {
    position: absolute;
    right: 0;
    top: 10px;
  }
}

.share__icons {
  position: absolute;
  top: -8px;
  right: 15px;
  z-index: 0;
}

@media (max-width: 768px) {
  .share__icons {
    top: 0;
  }
}

.share__item {
  position: relative;
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 10ms;
}

.share__item--facebook .share__icon {
  top: 11px;
  left: 14px;
}

.share__item--twitter .share__icon {
  top: 11px;
  left: 12px;
}

.share__item--whatsapp .share__icon {
  top: 8px;
  left: 9px;
}

.share__icon {
  position: absolute;
}

.links {
  float: left;
  width: 50%;
}

.links__item {
  margin: 0 13px 10px 0;
}

@media (max-width: 400px) {
  .links__item {
    display: block;
  }
}

.deelnemen {
  position: relative;
  max-width: 763px;
  margin: 0 auto;
  padding: 145px 0 153px;
  background-color: #9F3A22;
}

.deelnemen .input + .input {
  margin-top: 20px;
}

@media (max-width: 1366px) {
  .deelnemen {
    padding: 70px 20px;
  }
  .deelnemen .input + .input {
    margin-top: 10px;
  }
}

@media (max-width: 1024px) {
  .deelnemen {
    padding: 70px 20px;
  }
  .deelnemen .input + .input {
    margin-top: 10px;
  }
}

.deelnemen__title {
  margin-bottom: 32px;
  font-family: "Marquee-ExtraLight", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 50px;
  line-height: 58px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 1024px) {
  .deelnemen__title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 768px) {
  .deelnemen__title {
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 36px;
  }
}

.deelnemen__description {
  margin-bottom: 55px;
}

.deelnemen__description p {
  font-family: "FavoritRegular", "Helvetica", "Arial", sans-serif;
  font-size: 19px;
  line-height: 30px;
}

.deelnemen__description p + p {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .deelnemen__description p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .deelnemen__description {
    margin-bottom: 30px;
  }
  .deelnemen__description p + p {
    margin-top: 15px;
  }
}

.deelnemen__form {
  position: relative;
}

.deelnemen__button {
  margin-top: 32px;
  text-align: center;
}

@media (max-width: 768px) {
  .deelnemen__button {
    margin-top: 30px;
  }
}

.deelnemen__required {
  padding: 34px 24px 0;
  font-family: "FavoritMedium", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 16px;
}

@media (max-width: 768px) {
  .deelnemen__required {
    padding: 13px 15px 0;
    font-size: 15px;
  }
}

.deelnemen__success {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  display: none;
  padding-top: 15px;
  height: 90px;
  bottom: -4px;
  text-align: center;
  font-family: "FavoritMedium", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 20px;
  background-color: #9F3A22;
}

@media (max-width: 768px) {
  .deelnemen__success {
    font-size: 18px;
  }
}

.deelnemen__success--show {
  display: block;
}

.deelnemen__error {
  display: none;
  margin-top: 10px;
  color: #D72B2F;
}

.deelnemen__error--show {
  display: block;
}

.input {
  display: inline-block;
  position: relative;
  height: 64px;
  width: 100%;
}

.input:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 116px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform: skewX(10deg);
  z-index: 0;
}

.input .mce_inline_error {
  color: #D72B2F;
}

.input input {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 22px;
  z-index: 1;
  font-family: "FavoritMedium", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 20px;
  background-color: #fff;
  color: #000;
}

.input input::placeholder {
  color: #000;
  opacity: 1;
}

.input .input__error {
  color: #D72B2F;
}

.input .input__error::placeholder {
  color: #D72B2F;
}

@media (max-width: 768px) {
  .input {
    padding-right: 0;
    height: 36px;
  }
  .input input {
    font-size: 16px;
    padding-left: 14px;
  }
}

.page {
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 200px;
}

.page--deelnemen {
  padding: 150px 0 50px;
  max-width: none;
  background-color: #9F3A22;
}

@media (max-width: 768px) {
  .page--deelnemen {
    padding: 90px 0 60px;
  }
}

@media (max-width: 400px) {
  .page--deelnemen {
    padding: 60px 0 60px;
  }
}

.event {
  position: relative;
  display: block;
  height: 70px;
  padding: 0 23px 0 25px;
  border-radius: 5px;
  border-top: 1px solid #EBEBEB;
  color: #000;
  transition: background-color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.event > span {
  display: inline-block;
  vertical-align: top;
}

.event:not(.event--no-interaction):hover {
  background-color: #9fb498;
  cursor: pointer;
}

.event:not(.event--no-interaction):hover .event__date, .event:not(.event--no-interaction):hover .event__time {
  color: #000;
}

@media (max-width: 768px) {
  .event {
    height: auto;
    padding: 0 32px;
  }
  .event > span {
    display: block;
  }
  .event:hover {
    background-color: transparent;
  }
  .event:hover .event__date, .event:hover .event__time {
    color: #D72B2F;
  }
}

.event--no-interaction {
  pointer-events: none;
}

.event__date, .event__time {
  width: 183px;
  padding-top: 18px;
  font-family: "Marquee-ExtraLight", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  transition: color 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 1024px) {
  .event__date, .event__time {
    width: 150px;
    font-size: 20px;
    padding-top: 22px;
  }
}

@media (max-width: 768px) {
  .event__date, .event__time {
    display: block;
    width: auto;
    padding-top: 17px;
    font-size: 18px;
  }
}

.event__time {
  color: #333;
}

.event__location {
  width: 280px;
  padding-top: 20px;
  font-family: "FavoritMedium", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 22px;
}

@media (max-width: 1024px) {
  .event__location {
    font-size: 15px;
    width: 200px;
    padding-top: 25px;
  }
}

@media (max-width: 768px) {
  .event__location {
    display: block;
    width: auto;
    padding-top: 2px;
    font-size: 20px;
  }
}

.event__details {
  padding-top: 14px;
  font-family: "FavoritRegular", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 1024px) {
  .event__details {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .event__details {
    padding: 5px 0 16px;
    line-height: 21px;
  }
}

.event__cta {
  position: absolute;
  top: 16px;
  right: 23px;
}

@media (max-width: 768px) {
  .event__cta {
    top: 33px;
    right: 28px;
  }
}

.events__title {
  position: relative;
  margin-bottom: 100px;
  padding: 30px 0 2px;
  z-index: 1;
  font-size: 240px;
  font-family: "Marquee-ExtraLight", "Helvetica Bold", "Arial Black", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background-color: #b42529;
}

@media (max-width: 1366px) {
  .events__title {
    font-size: 200px;
  }
}

@media (max-width: 1024px) {
  .events__title {
    padding-bottom: 15px;
    font-size: 150px;
  }
}

@media (max-width: 768px) {
  .events__title {
    margin-bottom: 60px;
    padding-bottom: 15px;
    font-size: 20vw;
  }
}

.page .events__title {
  padding: 180px 0 20px;
}

@media (max-width: 1024px) {
  .page .events__title {
    padding-top: 150px;
  }
}

@media (max-width: 768px) {
  .page .events__title {
    padding-top: 120px;
  }
}

@media (max-width: 400px) {
  .page .events__title {
    padding-top: 90px;
  }
}

.events__grid {
  margin-bottom: 150px;
}

.events__row {
  display: block;
  padding: 0 105px;
}

@media (max-width: 1366px) {
  .events__row {
    padding: 0 50px;
  }
}

@media (max-width: 1024px) {
  .events__row {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .events__row {
    padding: 0;
  }
}

.events__month {
  padding: 0 131px 30px;
}

.events__month h2 {
  font-family: "Marquee-ExtraLight", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 46px;
  font-weight: normal;
  color: #D72B2F;
  text-transform: uppercase;
}

@media (max-width: 1366px) {
  .events__month {
    padding: 0 74px 30px;
  }
}

@media (max-width: 768px) {
  .events__month {
    padding: 0 32px 20px;
  }
  .events__month h2 {
    font-size: 30px;
  }
}

.events__row + .events__month {
  margin-top: 70px;
}

@media (max-width: 768px) {
  .events__row + .events__month {
    margin-top: 40px;
  }
}

.screensaver-originals {
  display: none;
}

.screensaver {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 20;
}

.screensaver--fadeout {
  opacity: 0;
}

.screensaver__item {
  position: absolute;
  margin: -250px 0 0 -250px;
  opacity: 0;
  transform: rotate(0) scale(1);
  transition: all 400ms cubic-bezier(0.14, 1.02, 0.61, 0.985);
}

.screensaver__item--reveal {
  opacity: 1;
}

.more {
  padding-top: 25px;
  margin-bottom: 160px;
  transition: opacity 400ms ease;
  text-align: center;
}

.more--hidden {
  opacity: 0;
  pointer-events: none;
}

.response--success {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 120px;
  left: 0;
  padding: 100px 20% 0;
  font-family: "FavoritRegular", "Helvetica", "Arial", sans-serif;
  font-size: 25px;
  color: #D72B2F;
  background-color: #D72B2F;
  z-index: 1;
}

.response--success:before {
  content: 'Bedankt voor je aanmelding!';
  display: block;
  margin-bottom: 6px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-family: "Marquee-ExtraLight", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 35px;
}

.response--success:after {
  content: '';
  position: absolute;
  right: 15%;
  bottom: 80px;
  height: 144px;
  width: 175px;
  background-image: url("../img/smile.svg");
  background-repeat: no-repeat;
}

@media (max-width: 1366px) {
  .response--success:after {
    right: 50px;
  }
}

@media (max-width: 1024px) {
  .response--success {
    font-size: 20px;
  }
  .response--success:before {
    font-size: 25px;
  }
  .response--success:after {
    background-size: 70%;
    bottom: 120px;
  }
}

@media (max-width: 768px) {
  .response--success {
    padding: 50px 20px 0;
  }
  .response--success:after {
    background-image: none;
  }
}

.response--error {
  font-family: "FavoritRegular", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  margin: -40px 0 30px;
}

@media (max-width: 400px) {
  .response--error {
    font-size: 16px;
  }
}

.error {
  padding: 200px 0 150px;
}

@media (max-width: 768px) {
  .error {
    padding: 120px 0 100px;
  }
}

.error__message {
  padding: 12vw 30px 0;
  font-family: "Marquee-ExtraLight", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 6.5vw;
  line-height: 7.5vw;
  text-transform: uppercase;
}

.error__message span {
  display: block;
}

@media (max-width: 768px) {
  .error__message {
    display: none;
  }
}

.error__type, .error__icon {
  text-align: center;
}

.error__type {
  font-family: "Marquee-ExtraLight", "Helvetica Bold", "Arial Black", sans-serif;
  font-size: 16vw;
  letter-spacing: -27px;
  color: #D72B2F;
  margin-bottom: 1vw;
}

.error__type span {
  display: inline-block;
}

.error__type span:nth-child(2) {
  position: relative;
  top: 30px;
}

@media (max-width: 768px) {
  .error__type {
    font-size: 140px;
    letter-spacing: -24px;
  }
}

.error__icon img {
  width: 34vw;
}

@media (max-width: 768px) {
  .error__icon img {
    width: 300px;
  }
}
