@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600,800&display=swap);
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@charset "UTF-8";

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    align-items: flex-start;
  }

  .middle-sm {
    align-items: center;
  }

  .bottom-sm {
    align-items: flex-end;
  }

  .around-sm {
    justify-content: space-around;
  }

  .between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    justify-content: center;
    text-align: center;
  }

  .end-md {
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    align-items: flex-start;
  }

  .middle-md {
    align-items: center;
  }

  .bottom-md {
    align-items: flex-end;
  }

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    align-items: flex-start;
  }

  .middle-lg {
    align-items: center;
  }

  .bottom-lg {
    align-items: flex-end;
  }

  .around-lg {
    justify-content: space-around;
  }

  .between-lg {
    justify-content: space-between;
  }

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
:before,
*:after {
  box-sizing: inherit;
}

body {
  color: #000;
  font-family: "Montserrat";
  overflow-x: hidden;
  font-size: 14px;
  padding: 0 0.5em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

mark {
  background: none;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 800;
}

em {
  font-style: italic;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}

.component\:button {
  background: #ee5454;
  border: none;
  border-radius: 30px;
  color: #FFF;
  display: inline-block;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 800;
  padding: 14px 30px 16px 30px;
  text-transform: uppercase;
}

.component\:button:hover {
  opacity: 0.8;
}

.component\:button.»compact {
  font-size: 12px;
  padding: 4px 30px 5px 30px;
}

.component\:button.»alt {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  background: #4E4E50;
}

.component\:button.»alt span {
  flex: 1;
}

.component\:button.»twitter {
  background: #1DA1F2;
}

.component\:button\@menu {
  display: block;
  width: 25px;
}

.component\:button\@menu\:\:line {
  background: #000;
  height: 2px;
  margin: 4px 0;
}

.component\:desaturate {
  filter: grayscale(1);
  transition: filter 0.5s;
}

.card\:person:hover .component\:desaturate {
  filter: grayscale(0);
}

.component\:heading {
  color: #ee5454;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 25px;
  position: relative;
}

.component\:heading span {
  background: #FFF;
  padding-right: 35px;
  position: relative;
  z-index: 1;
}

.component\:heading:after {
  background: #E8E8E8;
  content: " ";
  left: 0;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}

.component\:filter {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}

.component\:filter\:\:label {
  color: #000;
  font-size: 12px;
  font-weight: 800;
  margin-right: 15px;
}

.component\:filter\:\:select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/select-arrow.png?de1dec8f22c31f4cd57db72c19eab3ce);
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: right 10px center;
  border: none;
  border: 1px solid #E8E8E8;
  border-radius: 14.5px;
  color: #4E4E50;
  font-family: "Montserrat";
  font-size: 12px;
  max-width: 200px;
  padding: 4px 25px 4px 10px;
}

@media screen and (max-width: 30em) {
  .component\:filter\:\:select {
    border-radius: 12px;
    max-width: 100%;
    padding-top: 4px;
    flex: 1;
  }
}

.component\:slides {
  position: relative;
}

.component\:slides\:\:slide img {
  display: block;
  height: auto;
  max-width: 100%;
  max-height: 750px;
  margin: 0 auto;
  with: auto;
}

.component\:slides\:\:dots {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  margin-top: 15px;
}

.component\:slides\:\:dots li {
  margin: 0 5px;
}

.component\:slides\:\:dots li.slick-active button {
  background: #ee5454;
}

.component\:slides\:\:dots button {
  background: #4E4E50;
  border: 0;
  border-radius: 100%;
  outline: none;
  height: 10px;
  padding: 0;
  text-indent: -99999999px;
  width: 10px;
}

.component\:slides\:\:dots button:focus {
  outline: none;
}

.component\:switcher {
  display: block;
  position: relative;
}

.component\:switcher\:\:hover {
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.block\:networks\:\:network:hover .component\:switcher\:\:hover,
.card\:person:hover .component\:switcher\:\:hover {
  opacity: 1;
}

.component\:switcher\:\:original {
  transition: all 0.4s;
}

.block\:networks\:\:network:hover .component\:switcher\:\:original {
  opacity: 0;
}

.card\:advertising\@stat {
  color: #ee5454;
  font-weight: 900;
  margin-bottom: 35px;
  width: 45%;
}

.card\:advertising\@stat\:\:heading {
  font-size: 50px;
}

.card\:advertising\@stat\:\:content {
  font-size: 24px;
  line-height: 1.3;
}

@media screen and (min-width: 48em) {
  .card\:event\:\:col-1 {
    padding-right: 30px;
  }
}

@media screen and (max-width: 54em) {
  .card\:event\:\:col-1 {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 48em) {
  .card\:event\:\:col-2 {
    margin-top: -10px;
    padding-right: 30px;
  }
}

.card\:event\:\:image img {
  display: block;
  height: auto;
  width: 100%;
}

.card\:event\:\:heading {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
}

.card\:event\:\:subheading {
  color: #4E4E50;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.view\:host .card\:event\:\:subheading {
  display: none;
}

.card\:event\:\:content {
  color: #4E4E50;
  margin-bottom: 30px;
  line-height: 1.4;
}

.card\:event\:\:content p:not(:last-child) {
  margin-bottom: 15px;
}

.card\:event\:\:meta {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  color: #4E4E50;
  font-size: 24px;
  margin-bottom: 35px;
}

.card\:event\:\:metabox {
  max-width: 33%;
}

@media screen and (max-width: 30em) {
  .card\:event\:\:metabox:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 30em) {
  .card\:event\:\:metabox {
    max-width: 100%;
    width: 100%;
  }
}

.card\:event\:\:date,
.card\:event\:\:venue {
  margin-bottom: 3px;
  font-weight: 600;
}

.card\:events\:\:hosts {
  margin-bottom: 30px;
}

.card\:events\:\:shows,
.card\:events\:\:hosts {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  margin-right: 0;
  margin-left: 0;
}

.card\:events\:\:shows > *,
.card\:events\:\:hosts > * {
  width: 48%;
}

.card\:events\:\:shows > *:not(:nth-last-child(-n+2)),
.card\:events\:\:hosts > *:not(:nth-last-child(-n+2)) {
  margin-bottom: 25px !important;
}

.card\:person {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 20px;
  padding: 0 25px 30px 0;
}

@media screen and (min-width: 48rem) {
  .card\:person {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }
}

@media screen and (min-width: 48em) {
  .»person\@tiny .card\:person {
    align-items: flex-start;
    border: none;
    margin-bottom: 0;
    padding: 0;
  }
}

.card\:person\:\:image {
  margin-right: 20px;
  width: 160px;
}

@media screen and (max-width: 48rem) {
  .card\:person\:\:image {
    margin-bottom: 10px;
  }
}

.»person\@tiny .card\:person\:\:image {
  width: 80px;
}

@media screen and (max-width: 48em) {
  .»person\@tiny .card\:person\:\:image {
    margin-bottom: 10px;
  }
}

.card\:person\:\:image img {
  display: block;
  height: auto;
  width: 100%;
}

.card\:person\:\:box {
  flex: 1;
}

.card\:person\:\:heading {
  font-weight: 600;
  margin-bottom: 5px;
}

.card\:person\:\:content {
  color: #4E4E50;
  font-size: 14px;
  line-height: 1.35;
}

.card\:person\:\:content:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (min-width: 48em) {
  .card\:person\:\:content.»maxed {
    height: 80px;
    overflow: hidden;
    position: relative;
  }

  .card\:person\:\:content.»maxed:after {
    background: linear-gradient(rgba(255, 255, 255, 0.1), #FFF);
    bottom: 0;
    content: " ";
    height: 62.5%;
    left: 0;
    position: absolute;
    width: 100%;
  }
}

@media screen and (min-width: 48em) {
  .»person\@tiny .card\:person\:\:content.»maxed {
    height: 50px;
  }
}

@media screen and (max-width: 48em) {
  .»person\@tiny .card\:person\:\:content.»maxed {
    height: auto;
  }
}

.card\:person\:\:action {
  border-bottom: 1px solid transparent;
  color: #ee5454;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.card\:person\:\:action:hover {
  border-bottom-color: #ee5454;
}

.card\:show {
  border-bottom: 1px solid #E8E8E8;
  height: 100%;
  padding: 0 25px 30px 0;
}

@media screen and (max-width: 48em) {
  .card\:show {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }
}

@media screen and (min-width: 48em) {
  .»show\@tiny .card\:show {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    border: none;
    margin-bottom: 0;
    padding: 0;
  }
}

.block\:shows\@featured .card\:show {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}

.card\:show\:\:image {
  width: 130px;
}

@media screen and (min-width: 48em) {
  .card\:show\:\:image {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 48em) {
  .card\:show\:\:image {
    margin-right: 20px;
    width: 160px;
  }
}

.»show\@tiny .card\:show\:\:image {
  width: 80px;
}

@media screen and (max-width: 48em) {
  .»show\@tiny .card\:show\:\:image {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 48em) {
  .block\:shows\@featured .card\:show\:\:image {
    width: 54%;
  }
}

.card\:show\:\:image img {
  display: block;
  height: auto;
  width: 100%;
}

@media screen and (max-width: 48em) {
  .card\:show\:\:box {
    flex: 1;
  }
}

@media screen and (min-width: 48em) {
  .block\:shows\@featured .card\:show\:\:box {
    width: 42%;
  }
}

@media screen and (min-width: 48em) {
  .»show\@tiny .card\:show\:\:box {
    flex: 1;
    margin-left: 20px;
  }
}

.card\:show\:\:heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.block\:shows\@featured .card\:show\:\:heading {
  font-size: 24px;
}

.»show\@tiny .card\:show\:\:heading {
  font-size: 16px;
}

.card\:show\:\:content {
  color: #4E4E50;
  line-height: 1.375;
  margin-bottom: 15px;
}

.»show\@tiny .card\:show\:\:content {
  font-size: 14px;
}

@media screen and (min-width: 48em) {
  .»show\@tiny .card\:show\:\:content {
    height: 50px;
    overflow: hidden;
    position: relative;
  }

  .»show\@tiny .card\:show\:\:content:after {
    background: linear-gradient(rgba(255, 255, 255, 0.1), #FFF);
    bottom: 0;
    content: " ";
    height: 62.5%;
    left: 0;
    position: absolute;
    width: 100%;
  }
}

.card\:show\:\:content.»maxed {
  height: 100px;
  overflow: hidden;
  position: relative;
}

.card\:show\:\:content.»maxed:after {
  background: linear-gradient(rgba(255, 255, 255, 0.1), #FFF);
  bottom: 0;
  content: " ";
  height: 62.5%;
  left: 0;
  position: absolute;
  width: 100%;
}

.»show\@tiny .card\:show\:\:content.»maxed {
  height: 50px;
}

.card\:show\:\:action {
  border-bottom: 1px solid transparent;
  color: #ee5454;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.card\:show\:\:action:hover {
  border-bottom-color: #ee5454;
}

@media screen and (min-width: 48rem) {
  .block\:action {
    text-align: center;
  }
}

.block\:action\:\:heading {
  font-size: 20px;
  margin-bottom: 12px;
}

.block\:advertising\:\:box {
  margin-bottom: 75px;
}

@media screen and (max-width: 53rem) {
  .block\:advertising\:\:box .col-md-6:not(:last-child) {
    margin-bottom: 50px;
  }
}

.block\:advertising\:\:heading {
  color: #000;
  font-size: 75px;
  font-weight: 800;
  margin-bottom: 55px;
}

.block\:advertising\:\:terheading {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  max-width: 300px;
}

.block\:advertising\:\:content {
  font-size: 20px;
  line-height: 1.4;
}

.block\:advertising\:\:content:not(:last-child) {
  margin-bottom: 25px;
}

.block\:advertising\:\:content.»large {
  font-size: 24px;
}

.block\:advertising\:\:content p:not(:last-child),
.block\:advertising\:\:content ul:not(:last-child) {
  margin-bottom: 15px;
}

.block\:advertising\:\:content ul {
  list-style: disc;
  margin-left: 30px;
}

.block\:advertising\:\:content ul li:not(:last-child) {
  margin-bottom: 10px;
}

.block\:advertising\:\:content a {
  color: #ee5454;
}

.block\:advertising\:\:content a:hover {
  text-decoration: underline;
}

.block\:advertising\:\:logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}

.block\:advertising\:\:logos img {
  display: block;
  height: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 150px;
}

.block\:advertising\:\:logos a {
  width: 20%;
}

@media screen and (max-width: 48rem) {
  .block\:advertising\:\:logos a {
    width: 50%;
  }
}

.block\:advertising\:\:preview {
  margin-top: 20px;
  font-size: 14px;
}

.block\:advertising\:\:preview audio {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}

.block\:advertising\@callout {
  color: #FFF;
  margin-bottom: 60px;
  position: relative;
  padding: 0 125px;
}

@media screen and (max-width: 48em) {
  .block\:advertising\@callout {
    padding: 0;
  }
}

.block\:advertising\@callout img {
  display: block;
  height: auto;
  max-width: 100%;
  max-height: 750px;
  margin: 0 auto;
  with: auto;
}

@media screen and (max-width: 48em) {
  .block\:advertising\@callout img {
    display: none;
  }
}

.block\:advertising\@callout\:\:overlay {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  height: 100%;
  left: 0;
  padding: 0 125px;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 48em) {
  .block\:advertising\@callout\:\:overlay {
    background-image: url(../images/VMPN_AdvertisingBG.jpg?2652084fa418fd05bced774fe8161e6e);
    background-position: top left;
    background-size: cover;
    min-height: 400px;
    position: static;
    padding: 0;
  }
}

.block\:advertising\@callout\:\:box {
  padding: 50px;
  max-width: 800px;
}

@media screen and (max-width: 48em) {
  .block\:advertising\@callout\:\:box {
    padding: 0 5%;
  }
}

.block\:advertising\@callout\:\:heading {
  font-size: 54px;
  font-weight: 800;
  margin-bottom: 25px;
}

@media screen and (max-width: 48em) {
  .block\:advertising\@callout\:\:heading {
    font-size: 40px;
  }
}

.block\:advertising\@callout\:\:content {
  font-size: 24px;
  line-height: 1.4;
}

@media screen and (max-width: 48em) {
  .block\:advertising\@callout\:\:content {
    font-size: 20px;
  }
}

@media screen and (min-width: 679px) {
  .block\:advertising\@callout\:\:content {
    margin-left: 15%;
  }
}

.block\:advertising\@show\:\:content {
  font-size: 18px;
  line-height: 1.4;
}

@media screen and (max-width: 40em) {
  .block\:advertising\@show\:\:content {
    margin-bottom: 25px;
  }
}

.block\:advertising\@show\:\:info {
  margin-bottom: 50px;
}

.block\:advertising\@show\:\:rolls audio {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

.block\:advertising\@show\:\:rolls .col-xs-12 {
  margin-bottom: 25px;
}

.block\:advertising\@stats {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}

@media screen and (min-width: 769px) {
  .block\:advertising\@stats {
    margin-top: -6px;
    padding-left: 25px;
  }
}

.block\:aside {
  margin-left: -0.5rem;
  margin-bottom: 125px;
}

@media screen and (min-width: 48rem) {
  .block\:aside\:\:items {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }
}

@media screen and (min-width: 48rem) {
  .block\:aside\:\:col-1 {
    width: 50%;
  }
}

@media screen and (max-width: 46rem) {
  .block\:aside\:\:col-1,
  .block\:aside\:\:col-2 {
    margin-bottom: 15px;
  }
}

.block\:header {
  left: 0;
  position: fixed;
  padding: 30px 0;
  transition: all 0.2s;
  top: 0;
  width: 100%;
  z-index: 15;
}

@media screen and (max-width: 48em) {
  .block\:header {
    display: none;
  }
}

.block\:header:after {
  background: #FFF;
  content: " ";
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.3s;
  transform: translateY(-100%);
  width: 100%;
  z-index: -1;
}

.state\:nav\:\:small .block\:header:after {
  transform: translateY(0%);
}

.state\:nav\:\:small .block\:header {
  padding: 20px 0;
}

.block\:header\:\:logo {
  transition: all 0.2s;
}

.state\:nav\:\:small .block\:header\:\:logo {
  width: 95px;
}

.block\:header\@mobile {
  left: 0;
  padding: 30px 0 0 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .block\:header\@mobile {
    display: none;
  }
}

.block\:header\@mobile\:\:boxed {
  margin: 0 auto;
  max-width: grid(70);
  width: 90%;
}

.block\:header\@mobile\:\:col-2 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-direction: row;
}

@media screen and (min-width: 30em) {
  .block\:host\:\:col-1 {
    padding-right: 30px;
  }
}

@media screen and (min-width: 40em) {
  .block\:host\:\:col-2 {
    padding-left: 30px;
  }
}

.block\:host\:\:section:not(:last-child) {
  margin-bottom: 75px;
}

@media screen and (max-width: 40em) {
  .block\:host\:\:section:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 80em) {
  .block\:host\:\:image {
    margin-bottom: 25px;
  }
}

.block\:host\:\:image img {
  display: block;
  height: auto;
  width: 100%;
}

.block\:host\:\:social {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  margin-bottom: 5px;
}

.block\:host\:\:social a:not(:last-child) {
  margin-right: 10px;
}

.block\:host\:\:header {
  margin-bottom: 15px;
}

.block\:host\:\:heading {
  color: #4E4E50;
  font-size: 36px;
  font-weight: 600;
}

.block\:host\:\:heading:not(:last-child) {
  margin-bottom: 5px;
}

.block\:host\:\:subheading {
  color: #ee5454;
  font-size: 20px;
}

.block\:host\:\:content {
  color: #4E4E50;
  font-size: 18px;
  line-height: 1.4;
}

.block\:host\:\:content p:not(:last-child) {
  margin-bottom: 20px;
}

.block\:host\:\:content a {
  color: #ee5454;
}

.block\:host\:\:content a:hover {
  text-decoration: underline;
}

.block\:hosts\:\:action {
  display: block;
  margin-top: -25px;
  text-align: right;
}

.block\:events\:\:header {
  margin-bottom: 30px;
}

.block\:events\:\:items .card\:event:not(:last-child) {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 75px;
  padding-bottom: 75px;
}

@media screen and (min-width: 48em) {
  .block\:events\:\:items .card\:event:not(:last-child) {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
}

.block\:filters {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}

@media screen and (max-width: 30em) {
  .block\:filters {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media screen and (min-width: 30em) {
  .block\:filters.»right {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 30em) {
  .block\:filters\:\:box {
    width: 100%;
  }
}

@media screen and (max-width: 30em) {
  .block\:filters\:\:box:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 30em) {
  .»right .block\:filters\:\:box {
    margin-left: 20px;
  }
}

.block\:footer {
  background: #000;
  font-size: 14px;
  margin: 0 -0.5rem;
  padding: 50px 0;
}

.block\:footer\:\:logo {
  opacity: 0.5;
  margin: 0 auto 35px auto;
}

.block\:footer\:\:logotext {
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}

.block\:footer\:\:colophon {
  color: rgba(255, 255, 255, 0.5);
}

.block\:footer\:\:boxes {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

.block\:footer\:\:nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-direction: row;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 25px;
}

@media screen and (max-width: 30em) {
  .block\:footer\:\:nav {
    flex: auto;
    margin-right: 0;
    margin-bottom: 10px;
    justify-content: center;
  }
}

.block\:footer\:\:nav a {
  width: auto;
}

@media screen and (max-width: 30em) {
  .block\:footer\:\:nav a {
    margin: 0 5px 5px 5px;
  }
}

.block\:footer\:\:nav a:hover {
  color: white;
}

@media screen and (min-width: 30em) {
  .block\:footer\:\:nav a:last-child {
    margin-right: 10px;
  }
}

.block\:footer\:\:nav span {
  color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  margin: 0 10px;
}

@media screen and (max-width: 30em) {
  .block\:footer\:\:nav span {
    display: none;
  }
}

.block\:footer\:\:nav\@social {
  display: flex;
  margin-bottom: 15px;
  justify-content: flex-start;
}

@media screen and (max-width: 30em) {
  .block\:footer\:\:nav\@social {
    flex: auto;
  }
}

.block\:footer\:\:nav\@social a {
  margin: 0 5px;
  opacity: 0.5;
}

.block\:footer\:\:nav\@social a:hover {
  opacity: 1;
}

.block\:navigation {
  margin: 0 auto;
  max-width: grid(70);
  width: 90%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}

.block\:navigation\:\:link {
  font-weight: 800;
  margin: 0 20px;
}

.block\:navigation\@mobile {
  opacity: 0;
  visibility: hidden;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  background: #FFF;
  padding: 25px 5%;
  position: absolute;
  top: 100%;
  width: 100%;
}

.state\:menu .block\:navigation\@mobile {
  opacity: 1;
  visibility: visible;
}

.block\:navigation\@mobile\:\:link {
  font-size: 24px;
}

.block\:navigation\@mobile\:\:link:not(:last-child) {
  margin-bottom: 10px;
}

.block\:network\:\:content {
  color: #4E4E50;
  font-size: 24px;
  line-height: 1.41;
}

.block\:network\:\:content p:not(:last-child) {
  margin-bottom: 15px;
}

.block\:network\:\:content p:first-child:not(:last-child) {
  font-weight: 800;
  font-size: 1.25em;
}

.block\:network\:\:content p:not(:last-child) {
  margin-bottom: 15px;
}

.block\:network\:\:content a {
  color: #ee5454;
}

.block\:network\:\:content a:hover {
  text-decoration: underline;
}

.block\:networks\:\:items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}

.block\:networks\:\:network:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 48em) {
  .block\:networks\:\:network {
    margin-bottom: 30px;
  }
}

.block\:show\:\:header {
  margin-bottom: 15px;
}

@media screen and (min-width: 40em) {
  .block\:show\:\:col-1 {
    padding-right: 30px;
  }
}

@media screen and (min-width: 40em) {
  .block\:show\:\:col-2 {
    padding-left: 30px;
  }
}

.block\:show\:\:section:not(:last-child) {
  margin-bottom: 75px;
}

.block\:show\:\:section .col-sm-3 {
  margin-bottom: 35px;
}

.block\:show\:\:heading {
  font-size: 45px;
  font-weight: 800;
}

.block\:show\:\:heading:not(:last-child) {
  margin-bottom: 5px;
}

.block\:show\:\:subheading {
  color: #ee5454;
  font-size: 20px;
  font-weight: 800;
}

.block\:show\:\:content {
  font-size: 18px;
  line-height: 1.4;
}

.block\:show\:\:content:not(:last-child) {
  margin-bottom: 25px;
}

.block\:show\:\:content p:not(:last-child) {
  margin-bottom: 15px;
}

.block\:show\:\:content a {
  color: #ee5454;
}

.block\:show\:\:content a:hover {
  text-decoration: underline;
}

.block\:show\:\:action {
  color: #ee5454;
}

.block\:show\:\:action:not(:last-child) {
  margin-bottom: 25px;
}

.block\:show\:\:platforms\@featured {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}

.block\:show\:\:platforms\@featured a:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 40em) {
  .block\:show\:\:image {
    margin-bottom: 25px;
  }
}

.block\:show\:\:image img {
  display: block;
  height: auto;
  width: 100%;
}

.block\:show\@platforms {
  margin-bottom: 75px;
}

.block\:show\@platforms\:\:items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}

.block\:show\@platforms\:\:items a {
  display: block;
  margin-bottom: 9px;
}

.block\:show\@platforms\:\:items a:not(:last-child) {
  margin-right: 9px;
}

.block\:shows\:\:header {
  margin-bottom: 50px;
}

@media screen and (min-width: 48em) {
  .block\:shows\:\:items .col-sm-3:not(:nth-last-child(-n+4)) {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 48em) {
  .block\:shows\:\:items .col-sm-3:not(:last-child) {
    margin-bottom: 40px;
  }
}

.block\:shows\:\:action {
  border-bottom: 1px solid transparent;
  display: inline-block;
  margin-top: -25px;
  text-align: right;
}

.block\:shows\:\:action:hover {
  border-bottom-color: #ee5454;
  color: #ee5454;
}

@media screen and (min-width: 48em) {
  .block\:shows\@featured\:\:items .col-sm-6:not(:nth-last-child(-n+2)) {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 48em) {
  .block\:shows\@featured\:\:items .col-sm-6:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 30em) {
  .block\:shows\@related\:\:items .col-lg-3:not(:nth-last-child(-n+4)) {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 30em) {
  .block\:shows\@related\:\:items .col-lg-3:not(:last-child) {
    margin-bottom: 40px;
  }
}

.block\:slides {
  margin-bottom: 75px;
}

.block\:social {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}

.block\:social a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
}

.block\:social a svg {
  display: block;
  height: auto;
  max-width: 100%;
  fill: #FFF;
  margin-right: 5px;
  width: 15px;
}

.block\:subscribe\:\:heading {
  font-size: 20px;
  margin-bottom: 15px;
}

.form\:subscribe {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
}

.form\:subscribe\:\:text {
  background: #E8E8E8;
  border-radius: 0;
  border: none;
  font-family: "Montserrat";
  font-size: 16px;
  flex: 1;
  padding: 12px 10px;
  width: auto;
}

.form\:subscribe\:\:button {
  background: #ee5454;
  border: none;
  color: #FFF;
  font-family: "Montserrat";
  font-size: 16px;
  padding: 0 20px;
}

@media screen and (max-width: 30em) {
  .form\:subscribe\:\:button {
    display: block;
    padding: 10px 0;
    width: 100%;
  }
}

.form\:subscribe\:\:button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.view {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 125px;
  overflow: hidden;
}

.view > .container:not(:last-child) {
  margin-bottom: 75px;
}

.view\:advertising {
  padding-top: 120px;
  margin-bottom: 50px;
}

.view\:events {
  padding-top: 120px;
}

.view\:home {
  padding-top: 120px;
}

.view\:home\:\:action {
  margin-top: -35px;
  text-align: right;
}

@media screen and (max-width: 48em) {
  .view\:home\:\:action {
    display: none;
  }
}

.view\:home\:\:action a {
  border-bottom: 1px solid transparent;
  color: #ee5454;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.view\:home\:\:action a:hover {
  border-bottom-color: #ee5454;
}

.view\:home\:\:action\@large {
  margin-top: 25px;
}

.view\:host {
  padding-top: 120px;
}

.view\:hosts {
  padding-top: 120px;
}

.view\:hosts\:\:content {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 50px;
}

.view\:hosts\:\:content:not(:last-child) {
  margin-bottom: 25px;
}

.view\:hosts\:\:content.»large {
  font-size: 24px;
}

.view\:hosts\:\:content p:not(:last-child) {
  margin-bottom: 15px;
}

.view\:hosts\:\:content a {
  color: #ee5454;
}

.view\:hosts\:\:content a:hover {
  text-decoration: underline;
}

.view\:show {
  padding-top: 120px;
}

.view\:shows {
  padding-top: 120px;
}

.view\:shows\:\:content {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 50px;
}

.view\:shows\:\:content:not(:last-child) {
  margin-bottom: 25px;
}

.view\:shows\:\:content.»large {
  font-size: 24px;
}

.view\:shows\:\:content p:not(:last-child) {
  margin-bottom: 15px;
}

.view\:shows\:\:content a {
  color: #ee5454;
}

.view\:shows\:\:content a:hover {
  text-decoration: underline;
}


