@charset "UTF-8";
/* ======================================================================================================== */
/* SRC/SCSS/MAIN.SCSS */
/* ======================================================================================================== */
/* RESETS */
/* ========================================================================== */
/* ======================================================================================================== */
/* SRC/SCSS/RESET/_NORMALIZE.SCSS */
/* ======================================================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-box-sizing: content-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

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

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

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* ======================================================================================================== */
/* SRC/SCSS/RESET/_WORDPRESS.SCSS */
/* ======================================================================================================== */
#wpadminbar,
#ajax-links,
#body-classes {
  display: none !important; }

html,
html.js,
#html-wrapper {
  margin-top: 0px !important; }

/* ======================================================================================================== */
/* SRC/SCSS/RESET/_RESET.SCSS */
/* ======================================================================================================== */
#js,
html,
body {
  margin: 0 !important;
  padding: 0 !important; }

article,
div,
fieldset,
figure,
form,
footer,
header,
nav,
section {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  box-sizing: border-box; }

a {
  outline: none !important;
  text-decoration: none;
  color: inherit; }

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ol,
ul,
blockquote {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal; }

figure {
  line-height: 0;
  background-color: transparent; }

img,
video,
iframe {
  max-width: 100%;
  max-height: none;
  height: auto;
  width: auto; }

mark {
  background-color: transparent; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-position: center;
  background-repeat: no-repeat;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  outline: none !important; }

ul,
li {
  list-style: none; }

input,
button,
textarea {
  outline: none !important; }

p:empty {
  display: none !important; }

/* ======================================================================================================== */
/* SRC/SCSS/RESET/_SMOOTH.SCSS */
/* ======================================================================================================== */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* SCSS UTILS */
/* ========================================================================== */
/* Webfonts */
/* ========================================================================== */
@font-face {
  font-family: 'Druk';
  font-weight: 900;
  src: url("../fonts/Druk-Heavy-Web.eot");
  src: url("../fonts/Druk-Heavy-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Druk-Heavy-Web.woff2") format("woff2"), url("../fonts/Druk-Heavy-Web.woff") format("woff"), url("../fonts/Druk-Heavy-Web.ttf") format("truetype"); }

@font-face {
  font-family: 'Druk Wide';
  font-weight: 700;
  src: url("../fonts/Druk-Wide-Bold-Web.eot");
  src: url("../fonts/Druk-Wide-Bold-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Druk-Wide-Bold-Web.woff2") format("woff2"), url("../fonts/Druk-Wide-Bold-Web.woff") format("woff"), url("../fonts/Druk-Wide-Bold-Web.ttf") format("truetype"); }

@font-face {
  font-family: 'Druk Wide';
  font-weight: 900;
  src: url("../fonts/Druk Wide-Heavy-Web.eot");
  src: url("../fonts/Druk-Wide-Heavy-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Druk-Wide-Heavy-Web.woff2") format("woff2"), url("../fonts/Druk-Wide-Heavy-Web.woff") format("woff"), url("../fonts/Druk-Wide-Heavy-Web.ttf") format("truetype"); }

/* ======================================================================================================== */
/* SRC/SCSS/UTILS/VARIABLES.SCSS */
/* ======================================================================================================== */
/* Break Points */
/* Columns Numbers */
/* Page Margins */
/* Gutters */
/* Site Width */
/* Paragraph */
/* Heading */
/* Filters */
/* Navigation elements */
/* Ticker */
/* Colors */
/* Animations */
/* ease in helpers */
/* ease out helpers */
/* ======================================================================================================== */
/* SRC/SCSS/UTILS/MIXINS.SCSS */
/* ======================================================================================================== */
/* media queries */
/* fill parent element */
/* ======================================================================================================== */
/* SRC/SCSS/UTILS/FIGURE.SCSS */
/* ======================================================================================================== */
.u-figure {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  overflow: hidden; }
  .u-figure img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    opacity: 0;
    transition: opacity 250ms; }
  .u-figure--contain img {
    object-fit: contain; }
  .u-figure video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    opacity: 0;
    transition: opacity 250ms; }
  .u-figure--contain video {
    object-fit: contain; }
  .u-figure.state-media-loaded img {
    opacity: 1; }
  .u-figure.state-media-loaded video {
    opacity: 1; }
  .u-figure--center * {
    object-position: 50% 50%; }
  .u-figure--top-left * {
    object-position: 0% 0%; }
  .u-figure--top * {
    object-position: 50% 0%; }
  .u-figure--top-right * {
    object-position: 100% 0%; }
  .u-figure--left * {
    object-position: 0% 50%; }
  .u-figure--right * {
    object-position: 100% 50%; }
  .u-figure--bottom-left * {
    object-position: 0% 100%; }
  .u-figure--bottom * {
    object-position: 50% 100%; }
  .u-figure--bottom-right * {
    object-position: 100% 100%; }
  .u-figure iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 800ms; }
  .u-figure.state-media-loaded iframe {
    opacity: 1; }

/* LAYOUT */
/* ========================================================================== */
/* ======================================================================================================== */
/* SRC/SCSS/LAYOUT/_GRID.SCSS */
/* ======================================================================================================== */
.l-grid {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc(100% - 2.5rem + 1.25rem);
  max-width: calc(200rem + 1.25rem); }
  @media screen and (min-width: 25em) {
    .l-grid {
      width: calc(100% - 3.625rem + 1.5rem);
      max-width: calc(200rem + 1.5rem); } }
  @media screen and (min-width: 47.5rem) {
    .l-grid {
      width: calc(100% - 4.75rem + 1.75rem);
      max-width: calc(200rem + 1.75rem); } }
  @media screen and (min-width: 74rem) {
    .l-grid {
      width: calc(100% - 5.875rem + 2.25rem);
      max-width: calc(200rem + 2.25rem); } }
  @media screen and (min-width: 90rem) {
    .l-grid {
      width: calc(100% - 7rem + 2.25rem);
      max-width: calc(200rem + 2.25rem); } }
  @media screen and (min-width: 110rem) {
    .l-grid {
      width: calc(100% - 8.125rem + 2.5rem);
      max-width: calc(200rem + 2.5rem); } }
  .l-grid--xs-start {
    align-items: flex-start; }
  .l-grid--xs-middle {
    align-items: center; }
  .l-grid--xs-end {
    align-items: flex-end; }
  .l-grid--xs-even {
    align-items: stretch; }
  .l-grid--xs-center {
    justify-content: center; }
  .l-grid--xs-justified {
    justify-content: space-between; }
  .l-grid--no-gutter {
    width: calc(100% - 2.5rem);
    max-width: 200rem; }
    @media screen and (min-width: 25em) {
      .l-grid--no-gutter {
        width: calc(100% - 3.625rem);
        max-width: 200rem; } }
    @media screen and (min-width: 47.5rem) {
      .l-grid--no-gutter {
        width: calc(100% - 4.75rem);
        max-width: 200rem; } }
    @media screen and (min-width: 74rem) {
      .l-grid--no-gutter {
        width: calc(100% - 5.875rem);
        max-width: 200rem; } }
    @media screen and (min-width: 90rem) {
      .l-grid--no-gutter {
        width: calc(100% - 7rem);
        max-width: 200rem; } }
    @media screen and (min-width: 110rem) {
      .l-grid--no-gutter {
        width: calc(100% - 8.125rem);
        max-width: 200rem; } }
  @media screen and (min-width: 25em) {
    .l-grid--s-start {
      align-items: flex-start; }
    .l-grid--s-middle {
      align-items: center; }
    .l-grid--s-end {
      align-items: flex-end; }
    .l-grid--s-even {
      align-items: stretch; }
    .l-grid--s-center {
      justify-content: center; }
    .l-grid--s-justified {
      justify-content: space-between; } }
  @media screen and (min-width: 47.5rem) {
    .l-grid--m-start {
      align-items: flex-start; }
    .l-grid--m-middle {
      align-items: center; }
    .l-grid--m-end {
      align-items: flex-end; }
    .l-grid--m-even {
      align-items: stretch; }
    .l-grid--m-center {
      justify-content: center; }
    .l-grid--m-justified {
      justify-content: space-between; } }
  @media screen and (min-width: 74rem) {
    .l-grid--l-start {
      align-items: flex-start; }
    .l-grid--l-middle {
      align-items: center; }
    .l-grid--l-end {
      align-items: flex-end; }
    .l-grid--l-even {
      align-items: stretch; }
    .l-grid--l-center {
      justify-content: center; }
    .l-grid--l-justified {
      justify-content: space-between; }
    .l-grid--l-reverse {
      flex-direction: row-reverse; } }
  @media screen and (min-width: 90rem) {
    .l-grid--xl-start {
      align-items: flex-start; }
    .l-grid--xl-middle {
      align-items: center; }
    .l-grid--xl-end {
      align-items: flex-end; }
    .l-grid--xl-even {
      align-items: stretch; }
    .l-grid--xl-center {
      justify-content: center; }
    .l-grid--xl-justified {
      justify-content: space-between; } }
  @media screen and (min-width: 110rem) {
    .l-grid--xxl-start {
      align-items: flex-start; }
    .l-grid--xxl-middle {
      align-items: center; }
    .l-grid--xxl-end {
      align-items: flex-end; }
    .l-grid--xxl-even {
      align-items: stretch; }
    .l-grid--xxl-center {
      justify-content: center; }
    .l-grid--xxl-justified {
      justify-content: space-between; } }
  .l-grid__col {
    min-height: 0.0625rem;
    width: 100%;
    display: block;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
    .l-grid--no-gutter .l-grid__col {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .l-grid__col--xs-1-4 {
      width: 25%; }
    .l-grid__col--xs-2-4 {
      width: 50%; }
    .l-grid__col--xs-3-4 {
      width: 75%; }
    .l-grid__col--xs-4-4 {
      width: 100%; }
    .l-grid__col--xs-push-1-4 {
      margin-left: 25%; }
    .l-grid__col--xs-push-2-4 {
      margin-left: 50%; }
    .l-grid__col--xs-push-3-4 {
      margin-left: 75%; }
    .l-grid__col--xs-push-4-4 {
      margin-left: 100%; }
    .l-grid__col--xs-push-right-1-4 {
      margin-right: 25%; }
    .l-grid__col--xs-push-right-2-4 {
      margin-right: 50%; }
    .l-grid__col--xs-push-right-3-4 {
      margin-right: 75%; }
    .l-grid__col--xs-push-right-4-4 {
      margin-right: 100%; }
    .l-grid__col--xs-1-8 {
      width: 12.5%; }
    .l-grid__col--xs-2-8 {
      width: 25%; }
    .l-grid__col--xs-3-8 {
      width: 37.5%; }
    .l-grid__col--xs-4-8 {
      width: 50%; }
    .l-grid__col--xs-5-8 {
      width: 62.5%; }
    .l-grid__col--xs-6-8 {
      width: 75%; }
    .l-grid__col--xs-7-8 {
      width: 87.5%; }
    .l-grid__col--xs-8-8 {
      width: 100%; }
    .l-grid__col--xs-push-1-8 {
      margin-left: 12.5%; }
    .l-grid__col--xs-push-2-8 {
      margin-left: 25%; }
    .l-grid__col--xs-push-3-8 {
      margin-left: 37.5%; }
    .l-grid__col--xs-push-4-8 {
      margin-left: 50%; }
    .l-grid__col--xs-push-5-8 {
      margin-left: 62.5%; }
    .l-grid__col--xs-push-6-8 {
      margin-left: 75%; }
    .l-grid__col--xs-push-7-8 {
      margin-left: 87.5%; }
    .l-grid__col--xs-push-8-8 {
      margin-left: 100%; }
    .l-grid__col--xs-push-right-1-8 {
      margin-right: 12.5%; }
    .l-grid__col--xs-push-right-2-8 {
      margin-right: 25%; }
    .l-grid__col--xs-push-right-3-8 {
      margin-right: 37.5%; }
    .l-grid__col--xs-push-right-4-8 {
      margin-right: 50%; }
    .l-grid__col--xs-push-right-5-8 {
      margin-right: 62.5%; }
    .l-grid__col--xs-push-right-6-8 {
      margin-right: 75%; }
    .l-grid__col--xs-push-right-7-8 {
      margin-right: 87.5%; }
    .l-grid__col--xs-push-right-8-8 {
      margin-right: 100%; }
    .l-grid__col--xs-hide {
      display: none; }
    @media screen and (min-width: 25em) {
      .l-grid__col {
        padding-left: 0.75rem;
        padding-right: 0.75rem; }
        .l-grid__col--s-1-8 {
          width: 12.5%; }
        .l-grid__col--s-2-8 {
          width: 25%; }
        .l-grid__col--s-3-8 {
          width: 37.5%; }
        .l-grid__col--s-4-8 {
          width: 50%; }
        .l-grid__col--s-5-8 {
          width: 62.5%; }
        .l-grid__col--s-6-8 {
          width: 75%; }
        .l-grid__col--s-7-8 {
          width: 87.5%; }
        .l-grid__col--s-8-8 {
          width: 100%; }
        .l-grid__col--s-push-1-8 {
          margin-left: 12.5%; }
        .l-grid__col--s-push-2-8 {
          margin-left: 25%; }
        .l-grid__col--s-push-3-8 {
          margin-left: 37.5%; }
        .l-grid__col--s-push-4-8 {
          margin-left: 50%; }
        .l-grid__col--s-push-5-8 {
          margin-left: 62.5%; }
        .l-grid__col--s-push-6-8 {
          margin-left: 75%; }
        .l-grid__col--s-push-7-8 {
          margin-left: 87.5%; }
        .l-grid__col--s-push-8-8 {
          margin-left: 100%; }
        .l-grid__col--s-push-right-1-8 {
          margin-right: 12.5%; }
        .l-grid__col--s-push-right-2-8 {
          margin-right: 25%; }
        .l-grid__col--s-push-right-3-8 {
          margin-right: 37.5%; }
        .l-grid__col--s-push-right-4-8 {
          margin-right: 50%; }
        .l-grid__col--s-push-right-5-8 {
          margin-right: 62.5%; }
        .l-grid__col--s-push-right-6-8 {
          margin-right: 75%; }
        .l-grid__col--s-push-right-7-8 {
          margin-right: 87.5%; }
        .l-grid__col--s-push-right-8-8 {
          margin-right: 100%; }
        .l-grid__col--s-1-16 {
          width: 6.25%; }
        .l-grid__col--s-2-16 {
          width: 12.5%; }
        .l-grid__col--s-3-16 {
          width: 18.75%; }
        .l-grid__col--s-4-16 {
          width: 25%; }
        .l-grid__col--s-5-16 {
          width: 31.25%; }
        .l-grid__col--s-6-16 {
          width: 37.5%; }
        .l-grid__col--s-7-16 {
          width: 43.75%; }
        .l-grid__col--s-8-16 {
          width: 50%; }
        .l-grid__col--s-9-16 {
          width: 56.25%; }
        .l-grid__col--s-10-16 {
          width: 62.5%; }
        .l-grid__col--s-11-16 {
          width: 68.75%; }
        .l-grid__col--s-12-16 {
          width: 75%; }
        .l-grid__col--s-13-16 {
          width: 81.25%; }
        .l-grid__col--s-14-16 {
          width: 87.5%; }
        .l-grid__col--s-15-16 {
          width: 93.75%; }
        .l-grid__col--s-16-16 {
          width: 100%; }
        .l-grid__col--s-push-1-16 {
          margin-left: 6.25%; }
        .l-grid__col--s-push-2-16 {
          margin-left: 12.5%; }
        .l-grid__col--s-push-3-16 {
          margin-left: 18.75%; }
        .l-grid__col--s-push-4-16 {
          margin-left: 25%; }
        .l-grid__col--s-push-5-16 {
          margin-left: 31.25%; }
        .l-grid__col--s-push-6-16 {
          margin-left: 37.5%; }
        .l-grid__col--s-push-7-16 {
          margin-left: 43.75%; }
        .l-grid__col--s-push-8-16 {
          margin-left: 50%; }
        .l-grid__col--s-push-9-16 {
          margin-left: 56.25%; }
        .l-grid__col--s-push-10-16 {
          margin-left: 62.5%; }
        .l-grid__col--s-push-11-16 {
          margin-left: 68.75%; }
        .l-grid__col--s-push-12-16 {
          margin-left: 75%; }
        .l-grid__col--s-push-13-16 {
          margin-left: 81.25%; }
        .l-grid__col--s-push-14-16 {
          margin-left: 87.5%; }
        .l-grid__col--s-push-15-16 {
          margin-left: 93.75%; }
        .l-grid__col--s-push-16-16 {
          margin-left: 100%; }
        .l-grid__col--s-push-right-1-16 {
          margin-right: 6.25%; }
        .l-grid__col--s-push-right-2-16 {
          margin-right: 12.5%; }
        .l-grid__col--s-push-right-3-16 {
          margin-right: 18.75%; }
        .l-grid__col--s-push-right-4-16 {
          margin-right: 25%; }
        .l-grid__col--s-push-right-5-16 {
          margin-right: 31.25%; }
        .l-grid__col--s-push-right-6-16 {
          margin-right: 37.5%; }
        .l-grid__col--s-push-right-7-16 {
          margin-right: 43.75%; }
        .l-grid__col--s-push-right-8-16 {
          margin-right: 50%; }
        .l-grid__col--s-push-right-9-16 {
          margin-right: 56.25%; }
        .l-grid__col--s-push-right-10-16 {
          margin-right: 62.5%; }
        .l-grid__col--s-push-right-11-16 {
          margin-right: 68.75%; }
        .l-grid__col--s-push-right-12-16 {
          margin-right: 75%; }
        .l-grid__col--s-push-right-13-16 {
          margin-right: 81.25%; }
        .l-grid__col--s-push-right-14-16 {
          margin-right: 87.5%; }
        .l-grid__col--s-push-right-15-16 {
          margin-right: 93.75%; }
        .l-grid__col--s-push-right-16-16 {
          margin-right: 100%; }
        .l-grid__col--s-hide {
          display: none; }
        .l-grid__col--s-show {
          display: block; } }
    @media screen and (min-width: 47.5rem) {
      .l-grid__col {
        padding-left: 0.875rem;
        padding-right: 0.875rem; }
        .l-grid__col--m-1-12 {
          width: 8.3333333333%; }
        .l-grid__col--m-2-12 {
          width: 16.6666666667%; }
        .l-grid__col--m-3-12 {
          width: 25%; }
        .l-grid__col--m-4-12 {
          width: 33.3333333333%; }
        .l-grid__col--m-5-12 {
          width: 41.6666666667%; }
        .l-grid__col--m-6-12 {
          width: 50%; }
        .l-grid__col--m-7-12 {
          width: 58.3333333333%; }
        .l-grid__col--m-8-12 {
          width: 66.6666666667%; }
        .l-grid__col--m-9-12 {
          width: 75%; }
        .l-grid__col--m-10-12 {
          width: 83.3333333333%; }
        .l-grid__col--m-11-12 {
          width: 91.6666666667%; }
        .l-grid__col--m-12-12 {
          width: 100%; }
        .l-grid__col--m-push-1-12 {
          margin-left: 8.3333333333%; }
        .l-grid__col--m-push-2-12 {
          margin-left: 16.6666666667%; }
        .l-grid__col--m-push-3-12 {
          margin-left: 25%; }
        .l-grid__col--m-push-4-12 {
          margin-left: 33.3333333333%; }
        .l-grid__col--m-push-5-12 {
          margin-left: 41.6666666667%; }
        .l-grid__col--m-push-6-12 {
          margin-left: 50%; }
        .l-grid__col--m-push-7-12 {
          margin-left: 58.3333333333%; }
        .l-grid__col--m-push-8-12 {
          margin-left: 66.6666666667%; }
        .l-grid__col--m-push-9-12 {
          margin-left: 75%; }
        .l-grid__col--m-push-10-12 {
          margin-left: 83.3333333333%; }
        .l-grid__col--m-push-11-12 {
          margin-left: 91.6666666667%; }
        .l-grid__col--m-push-12-12 {
          margin-left: 100%; }
        .l-grid__col--m-push-right-1-12 {
          margin-right: 8.3333333333%; }
        .l-grid__col--m-push-right-2-12 {
          margin-right: 16.6666666667%; }
        .l-grid__col--m-push-right-3-12 {
          margin-right: 25%; }
        .l-grid__col--m-push-right-4-12 {
          margin-right: 33.3333333333%; }
        .l-grid__col--m-push-right-5-12 {
          margin-right: 41.6666666667%; }
        .l-grid__col--m-push-right-6-12 {
          margin-right: 50%; }
        .l-grid__col--m-push-right-7-12 {
          margin-right: 58.3333333333%; }
        .l-grid__col--m-push-right-8-12 {
          margin-right: 66.6666666667%; }
        .l-grid__col--m-push-right-9-12 {
          margin-right: 75%; }
        .l-grid__col--m-push-right-10-12 {
          margin-right: 83.3333333333%; }
        .l-grid__col--m-push-right-11-12 {
          margin-right: 91.6666666667%; }
        .l-grid__col--m-push-right-12-12 {
          margin-right: 100%; }
        .l-grid__col--m-1-24 {
          width: 4.1666666667%; }
        .l-grid__col--m-2-24 {
          width: 8.3333333333%; }
        .l-grid__col--m-3-24 {
          width: 12.5%; }
        .l-grid__col--m-4-24 {
          width: 16.6666666667%; }
        .l-grid__col--m-5-24 {
          width: 20.8333333333%; }
        .l-grid__col--m-6-24 {
          width: 25%; }
        .l-grid__col--m-7-24 {
          width: 29.1666666667%; }
        .l-grid__col--m-8-24 {
          width: 33.3333333333%; }
        .l-grid__col--m-9-24 {
          width: 37.5%; }
        .l-grid__col--m-10-24 {
          width: 41.6666666667%; }
        .l-grid__col--m-11-24 {
          width: 45.8333333333%; }
        .l-grid__col--m-12-24 {
          width: 50%; }
        .l-grid__col--m-13-24 {
          width: 54.1666666667%; }
        .l-grid__col--m-14-24 {
          width: 58.3333333333%; }
        .l-grid__col--m-15-24 {
          width: 62.5%; }
        .l-grid__col--m-16-24 {
          width: 66.6666666667%; }
        .l-grid__col--m-17-24 {
          width: 70.8333333333%; }
        .l-grid__col--m-18-24 {
          width: 75%; }
        .l-grid__col--m-19-24 {
          width: 79.1666666667%; }
        .l-grid__col--m-20-24 {
          width: 83.3333333333%; }
        .l-grid__col--m-21-24 {
          width: 87.5%; }
        .l-grid__col--m-22-24 {
          width: 91.6666666667%; }
        .l-grid__col--m-23-24 {
          width: 95.8333333333%; }
        .l-grid__col--m-24-24 {
          width: 100%; }
        .l-grid__col--m-push-1-24 {
          margin-left: 4.1666666667%; }
        .l-grid__col--m-push-2-24 {
          margin-left: 8.3333333333%; }
        .l-grid__col--m-push-3-24 {
          margin-left: 12.5%; }
        .l-grid__col--m-push-4-24 {
          margin-left: 16.6666666667%; }
        .l-grid__col--m-push-5-24 {
          margin-left: 20.8333333333%; }
        .l-grid__col--m-push-6-24 {
          margin-left: 25%; }
        .l-grid__col--m-push-7-24 {
          margin-left: 29.1666666667%; }
        .l-grid__col--m-push-8-24 {
          margin-left: 33.3333333333%; }
        .l-grid__col--m-push-9-24 {
          margin-left: 37.5%; }
        .l-grid__col--m-push-10-24 {
          margin-left: 41.6666666667%; }
        .l-grid__col--m-push-11-24 {
          margin-left: 45.8333333333%; }
        .l-grid__col--m-push-12-24 {
          margin-left: 50%; }
        .l-grid__col--m-push-13-24 {
          margin-left: 54.1666666667%; }
        .l-grid__col--m-push-14-24 {
          margin-left: 58.3333333333%; }
        .l-grid__col--m-push-15-24 {
          margin-left: 62.5%; }
        .l-grid__col--m-push-16-24 {
          margin-left: 66.6666666667%; }
        .l-grid__col--m-push-17-24 {
          margin-left: 70.8333333333%; }
        .l-grid__col--m-push-18-24 {
          margin-left: 75%; }
        .l-grid__col--m-push-19-24 {
          margin-left: 79.1666666667%; }
        .l-grid__col--m-push-20-24 {
          margin-left: 83.3333333333%; }
        .l-grid__col--m-push-21-24 {
          margin-left: 87.5%; }
        .l-grid__col--m-push-22-24 {
          margin-left: 91.6666666667%; }
        .l-grid__col--m-push-23-24 {
          margin-left: 95.8333333333%; }
        .l-grid__col--m-push-24-24 {
          margin-left: 100%; }
        .l-grid__col--m-push-right-1-24 {
          margin-right: 4.1666666667%; }
        .l-grid__col--m-push-right-2-24 {
          margin-right: 8.3333333333%; }
        .l-grid__col--m-push-right-3-24 {
          margin-right: 12.5%; }
        .l-grid__col--m-push-right-4-24 {
          margin-right: 16.6666666667%; }
        .l-grid__col--m-push-right-5-24 {
          margin-right: 20.8333333333%; }
        .l-grid__col--m-push-right-6-24 {
          margin-right: 25%; }
        .l-grid__col--m-push-right-7-24 {
          margin-right: 29.1666666667%; }
        .l-grid__col--m-push-right-8-24 {
          margin-right: 33.3333333333%; }
        .l-grid__col--m-push-right-9-24 {
          margin-right: 37.5%; }
        .l-grid__col--m-push-right-10-24 {
          margin-right: 41.6666666667%; }
        .l-grid__col--m-push-right-11-24 {
          margin-right: 45.8333333333%; }
        .l-grid__col--m-push-right-12-24 {
          margin-right: 50%; }
        .l-grid__col--m-push-right-13-24 {
          margin-right: 54.1666666667%; }
        .l-grid__col--m-push-right-14-24 {
          margin-right: 58.3333333333%; }
        .l-grid__col--m-push-right-15-24 {
          margin-right: 62.5%; }
        .l-grid__col--m-push-right-16-24 {
          margin-right: 66.6666666667%; }
        .l-grid__col--m-push-right-17-24 {
          margin-right: 70.8333333333%; }
        .l-grid__col--m-push-right-18-24 {
          margin-right: 75%; }
        .l-grid__col--m-push-right-19-24 {
          margin-right: 79.1666666667%; }
        .l-grid__col--m-push-right-20-24 {
          margin-right: 83.3333333333%; }
        .l-grid__col--m-push-right-21-24 {
          margin-right: 87.5%; }
        .l-grid__col--m-push-right-22-24 {
          margin-right: 91.6666666667%; }
        .l-grid__col--m-push-right-23-24 {
          margin-right: 95.8333333333%; }
        .l-grid__col--m-push-right-24-24 {
          margin-right: 100%; }
        .l-grid__col--m-hide {
          display: none; }
        .l-grid__col--m-show {
          display: block; } }
    @media screen and (min-width: 74rem) {
      .l-grid__col {
        padding-left: 1.125rem;
        padding-right: 1.125rem; }
        .l-grid__col--l-1-12 {
          width: 8.3333333333%; }
        .l-grid__col--l-2-12 {
          width: 16.6666666667%; }
        .l-grid__col--l-3-12 {
          width: 25%; }
        .l-grid__col--l-4-12 {
          width: 33.3333333333%; }
        .l-grid__col--l-5-12 {
          width: 41.6666666667%; }
        .l-grid__col--l-6-12 {
          width: 50%; }
        .l-grid__col--l-7-12 {
          width: 58.3333333333%; }
        .l-grid__col--l-8-12 {
          width: 66.6666666667%; }
        .l-grid__col--l-9-12 {
          width: 75%; }
        .l-grid__col--l-10-12 {
          width: 83.3333333333%; }
        .l-grid__col--l-11-12 {
          width: 91.6666666667%; }
        .l-grid__col--l-12-12 {
          width: 100%; }
        .l-grid__col--l-push-1-12 {
          margin-left: 8.3333333333%; }
        .l-grid__col--l-push-2-12 {
          margin-left: 16.6666666667%; }
        .l-grid__col--l-push-3-12 {
          margin-left: 25%; }
        .l-grid__col--l-push-4-12 {
          margin-left: 33.3333333333%; }
        .l-grid__col--l-push-5-12 {
          margin-left: 41.6666666667%; }
        .l-grid__col--l-push-6-12 {
          margin-left: 50%; }
        .l-grid__col--l-push-7-12 {
          margin-left: 58.3333333333%; }
        .l-grid__col--l-push-8-12 {
          margin-left: 66.6666666667%; }
        .l-grid__col--l-push-9-12 {
          margin-left: 75%; }
        .l-grid__col--l-push-10-12 {
          margin-left: 83.3333333333%; }
        .l-grid__col--l-push-11-12 {
          margin-left: 91.6666666667%; }
        .l-grid__col--l-push-12-12 {
          margin-left: 100%; }
        .l-grid__col--l-push-right-1-12 {
          margin-right: 8.3333333333%; }
        .l-grid__col--l-push-right-2-12 {
          margin-right: 16.6666666667%; }
        .l-grid__col--l-push-right-3-12 {
          margin-right: 25%; }
        .l-grid__col--l-push-right-4-12 {
          margin-right: 33.3333333333%; }
        .l-grid__col--l-push-right-5-12 {
          margin-right: 41.6666666667%; }
        .l-grid__col--l-push-right-6-12 {
          margin-right: 50%; }
        .l-grid__col--l-push-right-7-12 {
          margin-right: 58.3333333333%; }
        .l-grid__col--l-push-right-8-12 {
          margin-right: 66.6666666667%; }
        .l-grid__col--l-push-right-9-12 {
          margin-right: 75%; }
        .l-grid__col--l-push-right-10-12 {
          margin-right: 83.3333333333%; }
        .l-grid__col--l-push-right-11-12 {
          margin-right: 91.6666666667%; }
        .l-grid__col--l-push-right-12-12 {
          margin-right: 100%; }
        .l-grid__col--l-1-24 {
          width: 4.1666666667%; }
        .l-grid__col--l-2-24 {
          width: 8.3333333333%; }
        .l-grid__col--l-3-24 {
          width: 12.5%; }
        .l-grid__col--l-4-24 {
          width: 16.6666666667%; }
        .l-grid__col--l-5-24 {
          width: 20.8333333333%; }
        .l-grid__col--l-6-24 {
          width: 25%; }
        .l-grid__col--l-7-24 {
          width: 29.1666666667%; }
        .l-grid__col--l-8-24 {
          width: 33.3333333333%; }
        .l-grid__col--l-9-24 {
          width: 37.5%; }
        .l-grid__col--l-10-24 {
          width: 41.6666666667%; }
        .l-grid__col--l-11-24 {
          width: 45.8333333333%; }
        .l-grid__col--l-12-24 {
          width: 50%; }
        .l-grid__col--l-13-24 {
          width: 54.1666666667%; }
        .l-grid__col--l-14-24 {
          width: 58.3333333333%; }
        .l-grid__col--l-15-24 {
          width: 62.5%; }
        .l-grid__col--l-16-24 {
          width: 66.6666666667%; }
        .l-grid__col--l-17-24 {
          width: 70.8333333333%; }
        .l-grid__col--l-18-24 {
          width: 75%; }
        .l-grid__col--l-19-24 {
          width: 79.1666666667%; }
        .l-grid__col--l-20-24 {
          width: 83.3333333333%; }
        .l-grid__col--l-21-24 {
          width: 87.5%; }
        .l-grid__col--l-22-24 {
          width: 91.6666666667%; }
        .l-grid__col--l-23-24 {
          width: 95.8333333333%; }
        .l-grid__col--l-24-24 {
          width: 100%; }
        .l-grid__col--l-push-1-24 {
          margin-left: 4.1666666667%; }
        .l-grid__col--l-push-2-24 {
          margin-left: 8.3333333333%; }
        .l-grid__col--l-push-3-24 {
          margin-left: 12.5%; }
        .l-grid__col--l-push-4-24 {
          margin-left: 16.6666666667%; }
        .l-grid__col--l-push-5-24 {
          margin-left: 20.8333333333%; }
        .l-grid__col--l-push-6-24 {
          margin-left: 25%; }
        .l-grid__col--l-push-7-24 {
          margin-left: 29.1666666667%; }
        .l-grid__col--l-push-8-24 {
          margin-left: 33.3333333333%; }
        .l-grid__col--l-push-9-24 {
          margin-left: 37.5%; }
        .l-grid__col--l-push-10-24 {
          margin-left: 41.6666666667%; }
        .l-grid__col--l-push-11-24 {
          margin-left: 45.8333333333%; }
        .l-grid__col--l-push-12-24 {
          margin-left: 50%; }
        .l-grid__col--l-push-13-24 {
          margin-left: 54.1666666667%; }
        .l-grid__col--l-push-14-24 {
          margin-left: 58.3333333333%; }
        .l-grid__col--l-push-15-24 {
          margin-left: 62.5%; }
        .l-grid__col--l-push-16-24 {
          margin-left: 66.6666666667%; }
        .l-grid__col--l-push-17-24 {
          margin-left: 70.8333333333%; }
        .l-grid__col--l-push-18-24 {
          margin-left: 75%; }
        .l-grid__col--l-push-19-24 {
          margin-left: 79.1666666667%; }
        .l-grid__col--l-push-20-24 {
          margin-left: 83.3333333333%; }
        .l-grid__col--l-push-21-24 {
          margin-left: 87.5%; }
        .l-grid__col--l-push-22-24 {
          margin-left: 91.6666666667%; }
        .l-grid__col--l-push-23-24 {
          margin-left: 95.8333333333%; }
        .l-grid__col--l-push-24-24 {
          margin-left: 100%; }
        .l-grid__col--l-push-right-1-24 {
          margin-right: 4.1666666667%; }
        .l-grid__col--l-push-right-2-24 {
          margin-right: 8.3333333333%; }
        .l-grid__col--l-push-right-3-24 {
          margin-right: 12.5%; }
        .l-grid__col--l-push-right-4-24 {
          margin-right: 16.6666666667%; }
        .l-grid__col--l-push-right-5-24 {
          margin-right: 20.8333333333%; }
        .l-grid__col--l-push-right-6-24 {
          margin-right: 25%; }
        .l-grid__col--l-push-right-7-24 {
          margin-right: 29.1666666667%; }
        .l-grid__col--l-push-right-8-24 {
          margin-right: 33.3333333333%; }
        .l-grid__col--l-push-right-9-24 {
          margin-right: 37.5%; }
        .l-grid__col--l-push-right-10-24 {
          margin-right: 41.6666666667%; }
        .l-grid__col--l-push-right-11-24 {
          margin-right: 45.8333333333%; }
        .l-grid__col--l-push-right-12-24 {
          margin-right: 50%; }
        .l-grid__col--l-push-right-13-24 {
          margin-right: 54.1666666667%; }
        .l-grid__col--l-push-right-14-24 {
          margin-right: 58.3333333333%; }
        .l-grid__col--l-push-right-15-24 {
          margin-right: 62.5%; }
        .l-grid__col--l-push-right-16-24 {
          margin-right: 66.6666666667%; }
        .l-grid__col--l-push-right-17-24 {
          margin-right: 70.8333333333%; }
        .l-grid__col--l-push-right-18-24 {
          margin-right: 75%; }
        .l-grid__col--l-push-right-19-24 {
          margin-right: 79.1666666667%; }
        .l-grid__col--l-push-right-20-24 {
          margin-right: 83.3333333333%; }
        .l-grid__col--l-push-right-21-24 {
          margin-right: 87.5%; }
        .l-grid__col--l-push-right-22-24 {
          margin-right: 91.6666666667%; }
        .l-grid__col--l-push-right-23-24 {
          margin-right: 95.8333333333%; }
        .l-grid__col--l-push-right-24-24 {
          margin-right: 100%; }
        .l-grid__col--l-hide {
          display: none; }
        .l-grid__col--l-show {
          display: block; } }
    @media screen and (min-width: 90rem) {
      .l-grid__col {
        padding-left: 1.125rem;
        padding-right: 1.125rem; }
        .l-grid__col--xl-1-12 {
          width: 8.3333333333%; }
        .l-grid__col--xl-2-12 {
          width: 16.6666666667%; }
        .l-grid__col--xl-3-12 {
          width: 25%; }
        .l-grid__col--xl-4-12 {
          width: 33.3333333333%; }
        .l-grid__col--xl-5-12 {
          width: 41.6666666667%; }
        .l-grid__col--xl-6-12 {
          width: 50%; }
        .l-grid__col--xl-7-12 {
          width: 58.3333333333%; }
        .l-grid__col--xl-8-12 {
          width: 66.6666666667%; }
        .l-grid__col--xl-9-12 {
          width: 75%; }
        .l-grid__col--xl-10-12 {
          width: 83.3333333333%; }
        .l-grid__col--xl-11-12 {
          width: 91.6666666667%; }
        .l-grid__col--xl-12-12 {
          width: 100%; }
        .l-grid__col--xl-push-1-12 {
          margin-left: 8.3333333333%; }
        .l-grid__col--xl-push-2-12 {
          margin-left: 16.6666666667%; }
        .l-grid__col--xl-push-3-12 {
          margin-left: 25%; }
        .l-grid__col--xl-push-4-12 {
          margin-left: 33.3333333333%; }
        .l-grid__col--xl-push-5-12 {
          margin-left: 41.6666666667%; }
        .l-grid__col--xl-push-6-12 {
          margin-left: 50%; }
        .l-grid__col--xl-push-7-12 {
          margin-left: 58.3333333333%; }
        .l-grid__col--xl-push-8-12 {
          margin-left: 66.6666666667%; }
        .l-grid__col--xl-push-9-12 {
          margin-left: 75%; }
        .l-grid__col--xl-push-10-12 {
          margin-left: 83.3333333333%; }
        .l-grid__col--xl-push-11-12 {
          margin-left: 91.6666666667%; }
        .l-grid__col--xl-push-12-12 {
          margin-left: 100%; }
        .l-grid__col--xl-push-right-1-12 {
          margin-right: 8.3333333333%; }
        .l-grid__col--xl-push-right-2-12 {
          margin-right: 16.6666666667%; }
        .l-grid__col--xl-push-right-3-12 {
          margin-right: 25%; }
        .l-grid__col--xl-push-right-4-12 {
          margin-right: 33.3333333333%; }
        .l-grid__col--xl-push-right-5-12 {
          margin-right: 41.6666666667%; }
        .l-grid__col--xl-push-right-6-12 {
          margin-right: 50%; }
        .l-grid__col--xl-push-right-7-12 {
          margin-right: 58.3333333333%; }
        .l-grid__col--xl-push-right-8-12 {
          margin-right: 66.6666666667%; }
        .l-grid__col--xl-push-right-9-12 {
          margin-right: 75%; }
        .l-grid__col--xl-push-right-10-12 {
          margin-right: 83.3333333333%; }
        .l-grid__col--xl-push-right-11-12 {
          margin-right: 91.6666666667%; }
        .l-grid__col--xl-push-right-12-12 {
          margin-right: 100%; }
        .l-grid__col--xl-1-24 {
          width: 4.1666666667%; }
        .l-grid__col--xl-2-24 {
          width: 8.3333333333%; }
        .l-grid__col--xl-3-24 {
          width: 12.5%; }
        .l-grid__col--xl-4-24 {
          width: 16.6666666667%; }
        .l-grid__col--xl-5-24 {
          width: 20.8333333333%; }
        .l-grid__col--xl-6-24 {
          width: 25%; }
        .l-grid__col--xl-7-24 {
          width: 29.1666666667%; }
        .l-grid__col--xl-8-24 {
          width: 33.3333333333%; }
        .l-grid__col--xl-9-24 {
          width: 37.5%; }
        .l-grid__col--xl-10-24 {
          width: 41.6666666667%; }
        .l-grid__col--xl-11-24 {
          width: 45.8333333333%; }
        .l-grid__col--xl-12-24 {
          width: 50%; }
        .l-grid__col--xl-13-24 {
          width: 54.1666666667%; }
        .l-grid__col--xl-14-24 {
          width: 58.3333333333%; }
        .l-grid__col--xl-15-24 {
          width: 62.5%; }
        .l-grid__col--xl-16-24 {
          width: 66.6666666667%; }
        .l-grid__col--xl-17-24 {
          width: 70.8333333333%; }
        .l-grid__col--xl-18-24 {
          width: 75%; }
        .l-grid__col--xl-19-24 {
          width: 79.1666666667%; }
        .l-grid__col--xl-20-24 {
          width: 83.3333333333%; }
        .l-grid__col--xl-21-24 {
          width: 87.5%; }
        .l-grid__col--xl-22-24 {
          width: 91.6666666667%; }
        .l-grid__col--xl-23-24 {
          width: 95.8333333333%; }
        .l-grid__col--xl-24-24 {
          width: 100%; }
        .l-grid__col--xl-push-1-24 {
          margin-left: 4.1666666667%; }
        .l-grid__col--xl-push-2-24 {
          margin-left: 8.3333333333%; }
        .l-grid__col--xl-push-3-24 {
          margin-left: 12.5%; }
        .l-grid__col--xl-push-4-24 {
          margin-left: 16.6666666667%; }
        .l-grid__col--xl-push-5-24 {
          margin-left: 20.8333333333%; }
        .l-grid__col--xl-push-6-24 {
          margin-left: 25%; }
        .l-grid__col--xl-push-7-24 {
          margin-left: 29.1666666667%; }
        .l-grid__col--xl-push-8-24 {
          margin-left: 33.3333333333%; }
        .l-grid__col--xl-push-9-24 {
          margin-left: 37.5%; }
        .l-grid__col--xl-push-10-24 {
          margin-left: 41.6666666667%; }
        .l-grid__col--xl-push-11-24 {
          margin-left: 45.8333333333%; }
        .l-grid__col--xl-push-12-24 {
          margin-left: 50%; }
        .l-grid__col--xl-push-13-24 {
          margin-left: 54.1666666667%; }
        .l-grid__col--xl-push-14-24 {
          margin-left: 58.3333333333%; }
        .l-grid__col--xl-push-15-24 {
          margin-left: 62.5%; }
        .l-grid__col--xl-push-16-24 {
          margin-left: 66.6666666667%; }
        .l-grid__col--xl-push-17-24 {
          margin-left: 70.8333333333%; }
        .l-grid__col--xl-push-18-24 {
          margin-left: 75%; }
        .l-grid__col--xl-push-19-24 {
          margin-left: 79.1666666667%; }
        .l-grid__col--xl-push-20-24 {
          margin-left: 83.3333333333%; }
        .l-grid__col--xl-push-21-24 {
          margin-left: 87.5%; }
        .l-grid__col--xl-push-22-24 {
          margin-left: 91.6666666667%; }
        .l-grid__col--xl-push-23-24 {
          margin-left: 95.8333333333%; }
        .l-grid__col--xl-push-24-24 {
          margin-left: 100%; }
        .l-grid__col--xl-push-right-1-24 {
          margin-right: 4.1666666667%; }
        .l-grid__col--xl-push-right-2-24 {
          margin-right: 8.3333333333%; }
        .l-grid__col--xl-push-right-3-24 {
          margin-right: 12.5%; }
        .l-grid__col--xl-push-right-4-24 {
          margin-right: 16.6666666667%; }
        .l-grid__col--xl-push-right-5-24 {
          margin-right: 20.8333333333%; }
        .l-grid__col--xl-push-right-6-24 {
          margin-right: 25%; }
        .l-grid__col--xl-push-right-7-24 {
          margin-right: 29.1666666667%; }
        .l-grid__col--xl-push-right-8-24 {
          margin-right: 33.3333333333%; }
        .l-grid__col--xl-push-right-9-24 {
          margin-right: 37.5%; }
        .l-grid__col--xl-push-right-10-24 {
          margin-right: 41.6666666667%; }
        .l-grid__col--xl-push-right-11-24 {
          margin-right: 45.8333333333%; }
        .l-grid__col--xl-push-right-12-24 {
          margin-right: 50%; }
        .l-grid__col--xl-push-right-13-24 {
          margin-right: 54.1666666667%; }
        .l-grid__col--xl-push-right-14-24 {
          margin-right: 58.3333333333%; }
        .l-grid__col--xl-push-right-15-24 {
          margin-right: 62.5%; }
        .l-grid__col--xl-push-right-16-24 {
          margin-right: 66.6666666667%; }
        .l-grid__col--xl-push-right-17-24 {
          margin-right: 70.8333333333%; }
        .l-grid__col--xl-push-right-18-24 {
          margin-right: 75%; }
        .l-grid__col--xl-push-right-19-24 {
          margin-right: 79.1666666667%; }
        .l-grid__col--xl-push-right-20-24 {
          margin-right: 83.3333333333%; }
        .l-grid__col--xl-push-right-21-24 {
          margin-right: 87.5%; }
        .l-grid__col--xl-push-right-22-24 {
          margin-right: 91.6666666667%; }
        .l-grid__col--xl-push-right-23-24 {
          margin-right: 95.8333333333%; }
        .l-grid__col--xl-push-right-24-24 {
          margin-right: 100%; }
        .l-grid__col--xl-hide {
          display: none; }
        .l-grid__col--xl-show {
          display: block; } }
    @media screen and (min-width: 110rem) {
      .l-grid__col {
        padding-left: 1.25rem;
        padding-right: 1.25rem; }
        .l-grid__col--xxl-1-12 {
          width: 8.3333333333%; }
        .l-grid__col--xxl-2-12 {
          width: 16.6666666667%; }
        .l-grid__col--xxl-3-12 {
          width: 25%; }
        .l-grid__col--xxl-4-12 {
          width: 33.3333333333%; }
        .l-grid__col--xxl-5-12 {
          width: 41.6666666667%; }
        .l-grid__col--xxl-6-12 {
          width: 50%; }
        .l-grid__col--xxl-7-12 {
          width: 58.3333333333%; }
        .l-grid__col--xxl-8-12 {
          width: 66.6666666667%; }
        .l-grid__col--xxl-9-12 {
          width: 75%; }
        .l-grid__col--xxl-10-12 {
          width: 83.3333333333%; }
        .l-grid__col--xxl-11-12 {
          width: 91.6666666667%; }
        .l-grid__col--xxl-12-12 {
          width: 100%; }
        .l-grid__col--xxl-push-1-12 {
          margin-left: 8.3333333333%; }
        .l-grid__col--xxl-push-2-12 {
          margin-left: 16.6666666667%; }
        .l-grid__col--xxl-push-3-12 {
          margin-left: 25%; }
        .l-grid__col--xxl-push-4-12 {
          margin-left: 33.3333333333%; }
        .l-grid__col--xxl-push-5-12 {
          margin-left: 41.6666666667%; }
        .l-grid__col--xxl-push-6-12 {
          margin-left: 50%; }
        .l-grid__col--xxl-push-7-12 {
          margin-left: 58.3333333333%; }
        .l-grid__col--xxl-push-8-12 {
          margin-left: 66.6666666667%; }
        .l-grid__col--xxl-push-9-12 {
          margin-left: 75%; }
        .l-grid__col--xxl-push-10-12 {
          margin-left: 83.3333333333%; }
        .l-grid__col--xxl-push-11-12 {
          margin-left: 91.6666666667%; }
        .l-grid__col--xxl-push-12-12 {
          margin-left: 100%; }
        .l-grid__col--xxl-push-right-1-12 {
          margin-right: 8.3333333333%; }
        .l-grid__col--xxl-push-right-2-12 {
          margin-right: 16.6666666667%; }
        .l-grid__col--xxl-push-right-3-12 {
          margin-right: 25%; }
        .l-grid__col--xxl-push-right-4-12 {
          margin-right: 33.3333333333%; }
        .l-grid__col--xxl-push-right-5-12 {
          margin-right: 41.6666666667%; }
        .l-grid__col--xxl-push-right-6-12 {
          margin-right: 50%; }
        .l-grid__col--xxl-push-right-7-12 {
          margin-right: 58.3333333333%; }
        .l-grid__col--xxl-push-right-8-12 {
          margin-right: 66.6666666667%; }
        .l-grid__col--xxl-push-right-9-12 {
          margin-right: 75%; }
        .l-grid__col--xxl-push-right-10-12 {
          margin-right: 83.3333333333%; }
        .l-grid__col--xxl-push-right-11-12 {
          margin-right: 91.6666666667%; }
        .l-grid__col--xxl-push-right-12-12 {
          margin-right: 100%; }
        .l-grid__col--xxl-1-24 {
          width: 4.1666666667%; }
        .l-grid__col--xxl-2-24 {
          width: 8.3333333333%; }
        .l-grid__col--xxl-3-24 {
          width: 12.5%; }
        .l-grid__col--xxl-4-24 {
          width: 16.6666666667%; }
        .l-grid__col--xxl-5-24 {
          width: 20.8333333333%; }
        .l-grid__col--xxl-6-24 {
          width: 25%; }
        .l-grid__col--xxl-7-24 {
          width: 29.1666666667%; }
        .l-grid__col--xxl-8-24 {
          width: 33.3333333333%; }
        .l-grid__col--xxl-9-24 {
          width: 37.5%; }
        .l-grid__col--xxl-10-24 {
          width: 41.6666666667%; }
        .l-grid__col--xxl-11-24 {
          width: 45.8333333333%; }
        .l-grid__col--xxl-12-24 {
          width: 50%; }
        .l-grid__col--xxl-13-24 {
          width: 54.1666666667%; }
        .l-grid__col--xxl-14-24 {
          width: 58.3333333333%; }
        .l-grid__col--xxl-15-24 {
          width: 62.5%; }
        .l-grid__col--xxl-16-24 {
          width: 66.6666666667%; }
        .l-grid__col--xxl-17-24 {
          width: 70.8333333333%; }
        .l-grid__col--xxl-18-24 {
          width: 75%; }
        .l-grid__col--xxl-19-24 {
          width: 79.1666666667%; }
        .l-grid__col--xxl-20-24 {
          width: 83.3333333333%; }
        .l-grid__col--xxl-21-24 {
          width: 87.5%; }
        .l-grid__col--xxl-22-24 {
          width: 91.6666666667%; }
        .l-grid__col--xxl-23-24 {
          width: 95.8333333333%; }
        .l-grid__col--xxl-24-24 {
          width: 100%; }
        .l-grid__col--xxl-push-1-24 {
          margin-left: 4.1666666667%; }
        .l-grid__col--xxl-push-2-24 {
          margin-left: 8.3333333333%; }
        .l-grid__col--xxl-push-3-24 {
          margin-left: 12.5%; }
        .l-grid__col--xxl-push-4-24 {
          margin-left: 16.6666666667%; }
        .l-grid__col--xxl-push-5-24 {
          margin-left: 20.8333333333%; }
        .l-grid__col--xxl-push-6-24 {
          margin-left: 25%; }
        .l-grid__col--xxl-push-7-24 {
          margin-left: 29.1666666667%; }
        .l-grid__col--xxl-push-8-24 {
          margin-left: 33.3333333333%; }
        .l-grid__col--xxl-push-9-24 {
          margin-left: 37.5%; }
        .l-grid__col--xxl-push-10-24 {
          margin-left: 41.6666666667%; }
        .l-grid__col--xxl-push-11-24 {
          margin-left: 45.8333333333%; }
        .l-grid__col--xxl-push-12-24 {
          margin-left: 50%; }
        .l-grid__col--xxl-push-13-24 {
          margin-left: 54.1666666667%; }
        .l-grid__col--xxl-push-14-24 {
          margin-left: 58.3333333333%; }
        .l-grid__col--xxl-push-15-24 {
          margin-left: 62.5%; }
        .l-grid__col--xxl-push-16-24 {
          margin-left: 66.6666666667%; }
        .l-grid__col--xxl-push-17-24 {
          margin-left: 70.8333333333%; }
        .l-grid__col--xxl-push-18-24 {
          margin-left: 75%; }
        .l-grid__col--xxl-push-19-24 {
          margin-left: 79.1666666667%; }
        .l-grid__col--xxl-push-20-24 {
          margin-left: 83.3333333333%; }
        .l-grid__col--xxl-push-21-24 {
          margin-left: 87.5%; }
        .l-grid__col--xxl-push-22-24 {
          margin-left: 91.6666666667%; }
        .l-grid__col--xxl-push-23-24 {
          margin-left: 95.8333333333%; }
        .l-grid__col--xxl-push-24-24 {
          margin-left: 100%; }
        .l-grid__col--xxl-push-right-1-24 {
          margin-right: 4.1666666667%; }
        .l-grid__col--xxl-push-right-2-24 {
          margin-right: 8.3333333333%; }
        .l-grid__col--xxl-push-right-3-24 {
          margin-right: 12.5%; }
        .l-grid__col--xxl-push-right-4-24 {
          margin-right: 16.6666666667%; }
        .l-grid__col--xxl-push-right-5-24 {
          margin-right: 20.8333333333%; }
        .l-grid__col--xxl-push-right-6-24 {
          margin-right: 25%; }
        .l-grid__col--xxl-push-right-7-24 {
          margin-right: 29.1666666667%; }
        .l-grid__col--xxl-push-right-8-24 {
          margin-right: 33.3333333333%; }
        .l-grid__col--xxl-push-right-9-24 {
          margin-right: 37.5%; }
        .l-grid__col--xxl-push-right-10-24 {
          margin-right: 41.6666666667%; }
        .l-grid__col--xxl-push-right-11-24 {
          margin-right: 45.8333333333%; }
        .l-grid__col--xxl-push-right-12-24 {
          margin-right: 50%; }
        .l-grid__col--xxl-push-right-13-24 {
          margin-right: 54.1666666667%; }
        .l-grid__col--xxl-push-right-14-24 {
          margin-right: 58.3333333333%; }
        .l-grid__col--xxl-push-right-15-24 {
          margin-right: 62.5%; }
        .l-grid__col--xxl-push-right-16-24 {
          margin-right: 66.6666666667%; }
        .l-grid__col--xxl-push-right-17-24 {
          margin-right: 70.8333333333%; }
        .l-grid__col--xxl-push-right-18-24 {
          margin-right: 75%; }
        .l-grid__col--xxl-push-right-19-24 {
          margin-right: 79.1666666667%; }
        .l-grid__col--xxl-push-right-20-24 {
          margin-right: 83.3333333333%; }
        .l-grid__col--xxl-push-right-21-24 {
          margin-right: 87.5%; }
        .l-grid__col--xxl-push-right-22-24 {
          margin-right: 91.6666666667%; }
        .l-grid__col--xxl-push-right-23-24 {
          margin-right: 95.8333333333%; }
        .l-grid__col--xxl-push-right-24-24 {
          margin-right: 100%; }
        .l-grid__col--xxl-hide {
          display: none; }
        .l-grid__col--xxl-show {
          display: block; } }

/* ======================================================================================================== */
/* SRC/SCSS/LAYOUT/_GRID.SCSS */
/* ======================================================================================================== */
/* COMPONENTS */
/* ========================================================================== */
body {
  background-color: #e3c5fd;
  transition: background-color 250ms; }
  body.state-page-reverse {
    background-color: #DF1619; }
  body.state-bw {
    background-color: #e3c5fd; }

.c-cover {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  position: fixed;
  background-color: #e3c5fd;
  z-index: 9999;
  transition: background-color 250ms; }
  .state-page-reverse .c-cover {
    background-color: #DF1619; }
  .state-bw .c-cover {
    background-color: #000; }
  .state-site-loaded .c-cover {
    opacity: 0;
    visibility: hidden;
    transition: opacity 400ms linear 400ms, visibility 0ms linear 800ms, background-color 250ms; }

.c-block-space {
  margin-bottom: 1.625rem; }
  @media screen and (min-width: 25em) {
    .c-block-space {
      margin-bottom: 1.625rem; } }
  @media screen and (min-width: 47.5rem) {
    .c-block-space {
      margin-bottom: 1.9375rem; } }
  @media screen and (min-width: 74rem) {
    .c-block-space {
      margin-bottom: 1.9375rem; } }
  @media screen and (min-width: 90rem) {
    .c-block-space {
      margin-bottom: 1.9375rem; } }
  @media screen and (min-width: 110rem) {
    .c-block-space {
      margin-bottom: 2.125rem; } }

.c-paragraph, .scope-text p,
.scope-text ol,
.scope-text ul, .scope-text h4, .scope-text h5, .scope-text h6, .c-page__header, .c-share, .c-ticker__text, .c-schedule__item__note, .c-tooltip {
  font-family: "Helvetica Neue World W01_55 Rm", sans-serif;
  font-size: 0.875rem;
  line-height: 1.375em;
  color: #DF1619; }
  .state-bw .c-paragraph, .state-bw .scope-text p, .scope-text .state-bw p,
  .state-bw .scope-text ol, .scope-text .state-bw ol,
  .state-bw .scope-text ul, .scope-text .state-bw ul, .state-bw .scope-text h4, .scope-text .state-bw h4, .state-bw .scope-text h5, .scope-text .state-bw h5, .state-bw .scope-text h6, .scope-text .state-bw h6, .state-bw .c-page__header, .state-bw .c-share, .state-bw .c-ticker__text, .state-bw .c-schedule__item__note, .state-bw .c-tooltip {
    color: #000; }
  @media screen and (min-width: 25em) {
    .c-paragraph, .scope-text p,
    .scope-text ol,
    .scope-text ul, .scope-text h4, .scope-text h5, .scope-text h6, .c-page__header, .c-share, .c-ticker__text, .c-schedule__item__note, .c-tooltip {
      font-size: 0.875rem; } }
  @media screen and (min-width: 47.5rem) {
    .c-paragraph, .scope-text p,
    .scope-text ol,
    .scope-text ul, .scope-text h4, .scope-text h5, .scope-text h6, .c-page__header, .c-share, .c-ticker__text, .c-schedule__item__note, .c-tooltip {
      font-size: 1rem; } }
  @media screen and (min-width: 74rem) {
    .c-paragraph, .scope-text p,
    .scope-text ol,
    .scope-text ul, .scope-text h4, .scope-text h5, .scope-text h6, .c-page__header, .c-share, .c-ticker__text, .c-schedule__item__note, .c-tooltip {
      font-size: 1rem; } }
  @media screen and (min-width: 90rem) {
    .c-paragraph, .scope-text p,
    .scope-text ol,
    .scope-text ul, .scope-text h4, .scope-text h5, .scope-text h6, .c-page__header, .c-share, .c-ticker__text, .c-schedule__item__note, .c-tooltip {
      font-size: 1rem; } }
  @media screen and (min-width: 110rem) {
    .c-paragraph, .scope-text p,
    .scope-text ol,
    .scope-text ul, .scope-text h4, .scope-text h5, .scope-text h6, .c-page__header, .c-share, .c-ticker__text, .c-schedule__item__note, .c-tooltip {
      font-size: 1rem; } }
  .c-paragraph--bold, .scope-text h4, .scope-text h5, .scope-text h6 {
    font-family: "Helvetica Neue World W01_75 Bd", sans-serif; }
  .c-paragraph--uppercase {
    text-transform: uppercase; }
  .c-paragraph--underline {
    text-decoration: underline; }
  .c-paragraph--space, .scope-text p,
  .scope-text ol,
  .scope-text ul {
    margin-top: -0.375em;
    margin-bottom: calc(-0.125em + 1.625rem); }
    @media screen and (min-width: 25em) {
      .c-paragraph--space, .scope-text p,
      .scope-text ol,
      .scope-text ul {
        margin-bottom: calc(-0.125em + 1.625rem); } }
    @media screen and (min-width: 47.5rem) {
      .c-paragraph--space, .scope-text p,
      .scope-text ol,
      .scope-text ul {
        margin-bottom: calc(-0.125em + 1.9375rem); } }
    @media screen and (min-width: 74rem) {
      .c-paragraph--space, .scope-text p,
      .scope-text ol,
      .scope-text ul {
        margin-bottom: calc(-0.125em + 1.9375rem); } }
    @media screen and (min-width: 90rem) {
      .c-paragraph--space, .scope-text p,
      .scope-text ol,
      .scope-text ul {
        margin-bottom: calc(-0.125em + 1.9375rem); } }
    @media screen and (min-width: 110rem) {
      .c-paragraph--space, .scope-text p,
      .scope-text ol,
      .scope-text ul {
        margin-bottom: calc(-0.125em + 2.125rem); } }
  .c-paragraph--reduce-top-margin {
    margin-top: -0.375em; }
  .c-paragraph--reduce-bottom-margin {
    margin-bottom: -0.125em; }
  .c-paragraph--large, .scope-text--large p,
  .scope-text--large ol,
  .scope-text--large ul, .scope-text--large h1:after,
  .scope-text--large h2:after,
  .scope-text--large h4:after, .scope-text--large h4,
  .scope-text--large h5,
  .scope-text--large h6, .scope-text--small h4,
  .scope-text--small h5,
  .scope-text--small h6 {
    font-size: 1.125rem; }
    @media screen and (min-width: 25em) {
      .c-paragraph--large, .scope-text--large p,
      .scope-text--large ol,
      .scope-text--large ul, .scope-text--large h1:after,
      .scope-text--large h2:after,
      .scope-text--large h4:after, .scope-text--large h4,
      .scope-text--large h5,
      .scope-text--large h6, .scope-text--small h4,
      .scope-text--small h5,
      .scope-text--small h6 {
        font-size: 1.125rem; } }
    @media screen and (min-width: 47.5rem) {
      .c-paragraph--large, .scope-text--large p,
      .scope-text--large ol,
      .scope-text--large ul, .scope-text--large h1:after,
      .scope-text--large h2:after,
      .scope-text--large h4:after, .scope-text--large h4,
      .scope-text--large h5,
      .scope-text--large h6, .scope-text--small h4,
      .scope-text--small h5,
      .scope-text--small h6 {
        font-size: 1.25rem; } }
    @media screen and (min-width: 74rem) {
      .c-paragraph--large, .scope-text--large p,
      .scope-text--large ol,
      .scope-text--large ul, .scope-text--large h1:after,
      .scope-text--large h2:after,
      .scope-text--large h4:after, .scope-text--large h4,
      .scope-text--large h5,
      .scope-text--large h6, .scope-text--small h4,
      .scope-text--small h5,
      .scope-text--small h6 {
        font-size: 1.25rem; } }
    @media screen and (min-width: 90rem) {
      .c-paragraph--large, .scope-text--large p,
      .scope-text--large ol,
      .scope-text--large ul, .scope-text--large h1:after,
      .scope-text--large h2:after,
      .scope-text--large h4:after, .scope-text--large h4,
      .scope-text--large h5,
      .scope-text--large h6, .scope-text--small h4,
      .scope-text--small h5,
      .scope-text--small h6 {
        font-size: 1.25rem; } }
    @media screen and (min-width: 110rem) {
      .c-paragraph--large, .scope-text--large p,
      .scope-text--large ol,
      .scope-text--large ul, .scope-text--large h1:after,
      .scope-text--large h2:after,
      .scope-text--large h4:after, .scope-text--large h4,
      .scope-text--large h5,
      .scope-text--large h6, .scope-text--small h4,
      .scope-text--small h5,
      .scope-text--small h6 {
        font-size: 1.25rem; } }
  .c-paragraph--very-large, .scope-text--very-large p,
  .scope-text--very-large ol,
  .scope-text--very-large ul, .scope-text--very-large h1:after,
  .scope-text--very-large h2:after,
  .scope-text--very-large h4:after, .scope-text--very-large h4,
  .scope-text--very-large h5,
  .scope-text--very-large h6 {
    font-size: 1.375rem; }
    @media screen and (min-width: 25em) {
      .c-paragraph--very-large, .scope-text--very-large p,
      .scope-text--very-large ol,
      .scope-text--very-large ul, .scope-text--very-large h1:after,
      .scope-text--very-large h2:after,
      .scope-text--very-large h4:after, .scope-text--very-large h4,
      .scope-text--very-large h5,
      .scope-text--very-large h6 {
        font-size: 1.375rem; } }
    @media screen and (min-width: 47.5rem) {
      .c-paragraph--very-large, .scope-text--very-large p,
      .scope-text--very-large ol,
      .scope-text--very-large ul, .scope-text--very-large h1:after,
      .scope-text--very-large h2:after,
      .scope-text--very-large h4:after, .scope-text--very-large h4,
      .scope-text--very-large h5,
      .scope-text--very-large h6 {
        font-size: 1.625rem; } }
    @media screen and (min-width: 74rem) {
      .c-paragraph--very-large, .scope-text--very-large p,
      .scope-text--very-large ol,
      .scope-text--very-large ul, .scope-text--very-large h1:after,
      .scope-text--very-large h2:after,
      .scope-text--very-large h4:after, .scope-text--very-large h4,
      .scope-text--very-large h5,
      .scope-text--very-large h6 {
        font-size: 1.625rem; } }
    @media screen and (min-width: 90rem) {
      .c-paragraph--very-large, .scope-text--very-large p,
      .scope-text--very-large ol,
      .scope-text--very-large ul, .scope-text--very-large h1:after,
      .scope-text--very-large h2:after,
      .scope-text--very-large h4:after, .scope-text--very-large h4,
      .scope-text--very-large h5,
      .scope-text--very-large h6 {
        font-size: 1.625rem; } }
    @media screen and (min-width: 110rem) {
      .c-paragraph--very-large, .scope-text--very-large p,
      .scope-text--very-large ol,
      .scope-text--very-large ul, .scope-text--very-large h1:after,
      .scope-text--very-large h2:after,
      .scope-text--very-large h4:after, .scope-text--very-large h4,
      .scope-text--very-large h5,
      .scope-text--very-large h6 {
        font-size: 1.625rem; } }
  .c-paragraph--small, .scope-text--small p,
  .scope-text--small ol,
  .scope-text--small ul, .scope-text--small h1:after,
  .scope-text--small h2:after,
  .scope-text--small h4:after, .c-schedule__item__note, .c-tooltip {
    font-size: 0.8125rem; }
    @media screen and (min-width: 25em) {
      .c-paragraph--small, .scope-text--small p,
      .scope-text--small ol,
      .scope-text--small ul, .scope-text--small h1:after,
      .scope-text--small h2:after,
      .scope-text--small h4:after, .c-schedule__item__note, .c-tooltip {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 47.5rem) {
      .c-paragraph--small, .scope-text--small p,
      .scope-text--small ol,
      .scope-text--small ul, .scope-text--small h1:after,
      .scope-text--small h2:after,
      .scope-text--small h4:after, .c-schedule__item__note, .c-tooltip {
        font-size: 0.9375rem; } }
    @media screen and (min-width: 74rem) {
      .c-paragraph--small, .scope-text--small p,
      .scope-text--small ol,
      .scope-text--small ul, .scope-text--small h1:after,
      .scope-text--small h2:after,
      .scope-text--small h4:after, .c-schedule__item__note, .c-tooltip {
        font-size: 0.9375rem; } }
    @media screen and (min-width: 90rem) {
      .c-paragraph--small, .scope-text--small p,
      .scope-text--small ol,
      .scope-text--small ul, .scope-text--small h1:after,
      .scope-text--small h2:after,
      .scope-text--small h4:after, .c-schedule__item__note, .c-tooltip {
        font-size: 0.9375rem; } }
    @media screen and (min-width: 110rem) {
      .c-paragraph--small, .scope-text--small p,
      .scope-text--small ol,
      .scope-text--small ul, .scope-text--small h1:after,
      .scope-text--small h2:after,
      .scope-text--small h4:after, .c-schedule__item__note, .c-tooltip {
        font-size: 0.9375rem; } }
  .c-paragraph--very-small {
    font-size: 0.75rem; }
    @media screen and (min-width: 25em) {
      .c-paragraph--very-small {
        font-size: 0.75rem; } }
    @media screen and (min-width: 47.5rem) {
      .c-paragraph--very-small {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 74rem) {
      .c-paragraph--very-small {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 90rem) {
      .c-paragraph--very-small {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 110rem) {
      .c-paragraph--very-small {
        font-size: 0.8125rem; } }

.c-heading, .c-menu__submenu__item, .c-menu__submenu__link, .c-schedule__section-heading, .c-schedule__subheading, .c-schedule__item__heading {
  font-family: "Druk Wide", sans-serif;
  font-size: 1.484375rem;
  line-height: 1em;
  color: #DF1619;
  font-weight: 900; }
  .state-bw .c-heading, .state-bw .c-menu__submenu__item, .state-bw .c-menu__submenu__link, .state-bw .c-schedule__section-heading, .state-bw .c-schedule__subheading, .state-bw .c-schedule__item__heading {
    color: #000; }
  .c-heading--spacing {
    margin-top: -0.0625em;
    margin-bottom: calc(-0.0625em + 1.625rem); }
    @media screen and (min-width: 25em) {
      .c-heading--spacing {
        margin-bottom: calc(-0.0625em + 1.625rem); } }
    @media screen and (min-width: 47.5rem) {
      .c-heading--spacing {
        margin-bottom: calc(-0.0625em + 1.9375rem); } }
    @media screen and (min-width: 74rem) {
      .c-heading--spacing {
        margin-bottom: calc(-0.0625em + 1.9375rem); } }
    @media screen and (min-width: 90rem) {
      .c-heading--spacing {
        margin-bottom: calc(-0.0625em + 1.9375rem); } }
    @media screen and (min-width: 110rem) {
      .c-heading--spacing {
        margin-bottom: calc(-0.0625em + 2.125rem); } }
  @media screen and (min-width: 25em) {
    .c-heading, .c-menu__submenu__item, .c-menu__submenu__link, .c-schedule__section-heading, .c-schedule__subheading, .c-schedule__item__heading {
      font-size: 1.484375rem; } }
  @media screen and (min-width: 47.5rem) {
    .c-heading, .c-menu__submenu__item, .c-menu__submenu__link, .c-schedule__section-heading, .c-schedule__subheading, .c-schedule__item__heading {
      font-size: 2.375rem; } }
  @media screen and (min-width: 74rem) {
    .c-heading, .c-menu__submenu__item, .c-menu__submenu__link, .c-schedule__section-heading, .c-schedule__subheading, .c-schedule__item__heading {
      font-size: 2.375rem; } }
  @media screen and (min-width: 90rem) {
    .c-heading, .c-menu__submenu__item, .c-menu__submenu__link, .c-schedule__section-heading, .c-schedule__subheading, .c-schedule__item__heading {
      font-size: 2.375rem; } }
  @media screen and (min-width: 110rem) {
    .c-heading, .c-menu__submenu__item, .c-menu__submenu__link, .c-schedule__section-heading, .c-schedule__subheading, .c-schedule__item__heading {
      font-size: 2.96875rem; } }
  .c-heading--secondary {
    font-family: "Druk Wide", sans-serif;
    font-weight: 700; }
  .c-heading--space {
    margin-top: -0.0625em;
    margin-bottom: calc(-0.0625em + 1.625rem); }
    @media screen and (min-width: 25em) {
      .c-heading--space {
        margin-bottom: calc(-0.0625em + 1.625rem); } }
    @media screen and (min-width: 47.5rem) {
      .c-heading--space {
        margin-bottom: calc(-0.0625em + 1.9375rem); } }
    @media screen and (min-width: 74rem) {
      .c-heading--space {
        margin-bottom: calc(-0.0625em + 1.9375rem); } }
    @media screen and (min-width: 90rem) {
      .c-heading--space {
        margin-bottom: calc(-0.0625em + 1.9375rem); } }
    @media screen and (min-width: 110rem) {
      .c-heading--space {
        margin-bottom: calc(-0.0625em + 2.125rem); } }
  .c-heading--underline {
    text-decoration: underline; }

.c-subheading, .c-page .c-button, .scope-text h1,
.scope-text h2,
.scope-text h3, .scope-text--small h3, .c-share__label, .c-share__list__link--text, .c-schedule__item__subheading {
  font-family: "Druk", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1em;
  color: #DF1619;
  text-transform: uppercase;
  letter-spacing: 0.03em; }
  .c-subheading--spacing, .scope-text h1,
  .scope-text h2,
  .scope-text h3 {
    margin-top: -0.0625em;
    margin-bottom: calc(-0.0625em + 1.625rem); }
    @media screen and (min-width: 25em) {
      .c-subheading--spacing, .scope-text h1,
      .scope-text h2,
      .scope-text h3 {
        margin-bottom: calc(-0.0625em + 1.625rem); } }
    @media screen and (min-width: 47.5rem) {
      .c-subheading--spacing, .scope-text h1,
      .scope-text h2,
      .scope-text h3 {
        margin-bottom: calc(-0.0625em + 1.9375rem); } }
    @media screen and (min-width: 74rem) {
      .c-subheading--spacing, .scope-text h1,
      .scope-text h2,
      .scope-text h3 {
        margin-bottom: calc(-0.0625em + 1.9375rem); } }
    @media screen and (min-width: 90rem) {
      .c-subheading--spacing, .scope-text h1,
      .scope-text h2,
      .scope-text h3 {
        margin-bottom: calc(-0.0625em + 1.9375rem); } }
    @media screen and (min-width: 110rem) {
      .c-subheading--spacing, .scope-text h1,
      .scope-text h2,
      .scope-text h3 {
        margin-bottom: calc(-0.0625em + 2.125rem); } }
  .state-bw .c-subheading, .state-bw .c-page .c-button, .c-page .state-bw .c-button, .state-bw .scope-text h1, .scope-text .state-bw h1,
  .state-bw .scope-text h2, .scope-text .state-bw h2,
  .state-bw .scope-text h3, .scope-text .state-bw h3, .state-bw .scope-text--small h3, .scope-text--small .state-bw h3, .state-bw .c-share__label, .state-bw .c-share__list__link--text, .state-bw .c-schedule__item__subheading {
    color: #000; }
  @media screen and (min-width: 25em) {
    .c-subheading, .c-page .c-button, .scope-text h1,
    .scope-text h2,
    .scope-text h3, .scope-text--small h3, .c-share__label, .c-share__list__link--text, .c-schedule__item__subheading {
      font-size: 1.5rem; } }
  @media screen and (min-width: 47.5rem) {
    .c-subheading, .c-page .c-button, .scope-text h1,
    .scope-text h2,
    .scope-text h3, .scope-text--small h3, .c-share__label, .c-share__list__link--text, .c-schedule__item__subheading {
      font-size: 2rem; } }
  @media screen and (min-width: 74rem) {
    .c-subheading, .c-page .c-button, .scope-text h1,
    .scope-text h2,
    .scope-text h3, .scope-text--small h3, .c-share__label, .c-share__list__link--text, .c-schedule__item__subheading {
      font-size: 2rem; } }
  @media screen and (min-width: 90rem) {
    .c-subheading, .c-page .c-button, .scope-text h1,
    .scope-text h2,
    .scope-text h3, .scope-text--small h3, .c-share__label, .c-share__list__link--text, .c-schedule__item__subheading {
      font-size: 2rem; } }
  @media screen and (min-width: 110rem) {
    .c-subheading, .c-page .c-button, .scope-text h1,
    .scope-text h2,
    .scope-text h3, .scope-text--small h3, .c-share__label, .c-share__list__link--text, .c-schedule__item__subheading {
      font-size: 2.5rem; } }
  .c-subheading--very-small, .scope-text--small h3, .c-share__label, .c-share__list__link--text {
    font-family: "Druk Wide", sans-serif;
    font-size: 0.6875rem;
    font-weight: 900; }
    @media screen and (min-width: 25em) {
      .c-subheading--very-small, .scope-text--small h3, .c-share__label, .c-share__list__link--text {
        font-size: 0.6875rem; } }
    @media screen and (min-width: 47.5rem) {
      .c-subheading--very-small, .scope-text--small h3, .c-share__label, .c-share__list__link--text {
        font-size: 0.75rem; } }
    @media screen and (min-width: 74rem) {
      .c-subheading--very-small, .scope-text--small h3, .c-share__label, .c-share__list__link--text {
        font-size: 0.75rem; } }
    @media screen and (min-width: 90rem) {
      .c-subheading--very-small, .scope-text--small h3, .c-share__label, .c-share__list__link--text {
        font-size: 0.75rem; } }
    @media screen and (min-width: 110rem) {
      .c-subheading--very-small, .scope-text--small h3, .c-share__label, .c-share__list__link--text {
        font-size: 0.75rem; } }
  .c-subheading--small, .c-page .c-button {
    font-family: "Druk Wide", sans-serif;
    font-size: 0.8125rem;
    font-weight: 900; }
    @media screen and (min-width: 25em) {
      .c-subheading--small, .c-page .c-button {
        font-size: 0.8125rem; } }
    @media screen and (min-width: 47.5rem) {
      .c-subheading--small, .c-page .c-button {
        font-size: 0.9375rem; } }
    @media screen and (min-width: 74rem) {
      .c-subheading--small, .c-page .c-button {
        font-size: 0.9375rem; } }
    @media screen and (min-width: 90rem) {
      .c-subheading--small, .c-page .c-button {
        font-size: 0.9375rem; } }
    @media screen and (min-width: 110rem) {
      .c-subheading--small, .c-page .c-button {
        font-size: 0.9375rem; } }
  .c-subheading--border-bottom:after {
    content: '';
    display: block;
    border-bottom: 1px solid #DF1619;
    transition: border-color 250ms;
    padding-bottom: calc(-0.0625em + 1.625rem); }
    @media screen and (min-width: 25em) {
      .c-subheading--border-bottom:after {
        padding-bottom: calc(-0.0625em + 1.625rem); } }
    @media screen and (min-width: 47.5rem) {
      .c-subheading--border-bottom:after {
        padding-bottom: calc(-0.0625em + 1.9375rem); } }
    @media screen and (min-width: 74rem) {
      .c-subheading--border-bottom:after {
        padding-bottom: calc(-0.0625em + 1.9375rem); } }
    @media screen and (min-width: 90rem) {
      .c-subheading--border-bottom:after {
        padding-bottom: calc(-0.0625em + 1.9375rem); } }
    @media screen and (min-width: 110rem) {
      .c-subheading--border-bottom:after {
        padding-bottom: calc(-0.0625em + 2.125rem); } }
  .state-bw .c-subheading--border-bottom:after {
    border-color: #000; }

.c-page .c-button {
  display: inline-block;
  color: #e3c5fd !important;
  padding: 0.5em 1.25em;
  background-color: #DF1619 !important;
  text-decoration: none;
  margin-bottom: 1.625rem;
  transition: color 250ms !important; }
  @media screen and (min-width: 25em) {
    .c-page .c-button {
      margin-bottom: 1.625rem; } }
  @media screen and (min-width: 47.5rem) {
    .c-page .c-button {
      margin-bottom: 1.9375rem; } }
  @media screen and (min-width: 74rem) {
    .c-page .c-button {
      margin-bottom: 1.9375rem; } }
  @media screen and (min-width: 90rem) {
    .c-page .c-button {
      margin-bottom: 1.9375rem; } }
  @media screen and (min-width: 110rem) {
    .c-page .c-button {
      margin-bottom: 2.125rem; } }
  .state-bw .c-page .c-button {
    background-color: black !important; }
  .no-touch .c-page .c-button:hover {
    color: white !important; }

.c-heading + .c-subheading, .c-menu__submenu__item + .c-subheading, .c-menu__submenu__link + .c-subheading, .c-schedule__section-heading + .c-subheading, .c-schedule__subheading + .c-subheading, .c-schedule__item__heading + .c-subheading, .c-page .c-heading + .c-button, .c-page .c-menu__submenu__item + .c-button, .c-page .c-menu__submenu__link + .c-button, .c-page .c-schedule__section-heading + .c-button, .c-page .c-schedule__subheading + .c-button, .c-page .c-schedule__item__heading + .c-button, .scope-text .c-heading + h1, .scope-text .c-menu__submenu__item + h1, .scope-text .c-menu__submenu__link + h1, .scope-text .c-schedule__section-heading + h1, .scope-text .c-schedule__subheading + h1, .scope-text .c-schedule__item__heading + h1,
.scope-text .c-heading + h2,
.scope-text .c-menu__submenu__item + h2,
.scope-text .c-menu__submenu__link + h2,
.scope-text .c-schedule__section-heading + h2,
.scope-text .c-schedule__subheading + h2,
.scope-text .c-schedule__item__heading + h2,
.scope-text .c-heading + h3,
.scope-text .c-menu__submenu__item + h3,
.scope-text .c-menu__submenu__link + h3,
.scope-text .c-schedule__section-heading + h3,
.scope-text .c-schedule__subheading + h3,
.scope-text .c-schedule__item__heading + h3, .scope-text--small .c-heading + h3, .scope-text--small .c-menu__submenu__item + h3, .scope-text--small .c-menu__submenu__link + h3, .scope-text--small .c-schedule__section-heading + h3, .scope-text--small .c-schedule__subheading + h3, .scope-text--small .c-schedule__item__heading + h3, .c-heading + .c-share__label, .c-menu__submenu__item + .c-share__label, .c-menu__submenu__link + .c-share__label, .c-schedule__section-heading + .c-share__label, .c-schedule__subheading + .c-share__label, .c-schedule__item__heading + .c-share__label, .c-heading + .c-share__list__link--text, .c-menu__submenu__item + .c-share__list__link--text, .c-menu__submenu__link + .c-share__list__link--text, .c-schedule__section-heading + .c-share__list__link--text, .c-schedule__subheading + .c-share__list__link--text, .c-schedule__item__heading + .c-share__list__link--text, .c-heading + .c-schedule__item__subheading, .c-menu__submenu__item + .c-schedule__item__subheading, .c-menu__submenu__link + .c-schedule__item__subheading, .c-schedule__section-heading + .c-schedule__item__subheading, .c-schedule__subheading + .c-schedule__item__subheading, .c-schedule__item__heading + .c-schedule__item__subheading {
  padding-top: 0.25em; }

.scope-text ul ul,
.scope-text ul ol,
.scope-text ol ul,
.scope-text ol ol {
  margin-top: 0;
  margin-bottom: 0; }
  .scope-text ul ul li:before,
  .scope-text ul ol li:before,
  .scope-text ol ul li:before,
  .scope-text ol ol li:before {
    color: #e3c5fd;
    text-shadow: -1px -1px 0 #DF1619, 1px -1px 0 #DF1619, -1px 1px 0 #DF1619, 1px 1px 0 #DF1619;
    transition: text-sahdow 250ms; }

.state-bw .scope-text ul ul li:before,
.state-bw .scope-text ul ol li:before,
.state-bw .scope-text ol ul li:before,
.state-bw .scope-text ol ol li:before {
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }

.scope-text h1,
.scope-text h2,
.scope-text h3 {
  margin-bottom: 0;
  padding-bottom: 0.25em; }

.scope-text h4 {
  margin-top: -0.375em;
  margin-bottom: 0.375em;
  text-transform: uppercase; }

.scope-text h5 {
  text-decoration: underline;
  margin-top: -0.375em;
  margin-bottom: 0.375em; }

.scope-text h6 {
  margin-top: -0.375em;
  margin-bottom: 0.375em; }

.scope-text li {
  padding-left: 0.8125em;
  position: relative; }
  .scope-text li:before {
    content: '•';
    position: absolute;
    top: 0;
    left: 0; }

.scope-text a {
  text-decoration: underline; }

.scope-text .js-accordion__body {
  overflow: hidden; }

.scope-text p iframe {
  margin-top: 0.375em;
  margin-bottom: 0.125em; }
  @media screen and (min-width: 25em) {
    .scope-text p iframe {
      margin-bottom: 0.125em; } }
  @media screen and (min-width: 47.5rem) {
    .scope-text p iframe {
      margin-bottom: 0.125em; } }
  @media screen and (min-width: 74rem) {
    .scope-text p iframe {
      margin-bottom: 0.125em; } }
  @media screen and (min-width: 90rem) {
    .scope-text p iframe {
      margin-bottom: 0.125em; } }
  @media screen and (min-width: 110rem) {
    .scope-text p iframe {
      margin-bottom: 0.125em; } }

.scope-text a {
  transition: color 250ms; }

.no-touch .scope-text a:hover {
  color: #000; }

.l-content-block:first-child h1:first-child {
  margin-top: -0.0625em; }
  .l-content-block:first-child h1:first-child:before {
    display: none; }

.l-content-block:first-child h2:first-child {
  margin-top: -0.0625em; }
  .l-content-block:first-child h2:first-child:before {
    display: none; }

/* ======================================================================================================== */
/* SRC/SCSS/COMPONENTS/MEDIA.SCSS */
/* ======================================================================================================== */
.c-media {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden; }

.l-content-block > .c-media {
  display: block;
  position: relative; }

.c-image {
  position: relative;
  display: block;
  opacity: 1; }
  .c-image--fill {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; }

.c-video {
  position: relative;
  display: block;
  opacity: 0; }
  .c-video--fill {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; }
  .c-video.state-ready {
    transition: opacity 400ms linear 500ms;
    opacity: 1; }

/* ======================================================================================================== */
/* SRC/SCSS/COMPONENTS/WRAPPER.SCSS */
/* ======================================================================================================== */
.c-site-wrapper {
  display: block;
  position: relative;
  background-color: #e3c5fd;
  overflow: hidden; }
  .c-site-wrapper.state-parallax-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    will-change: transform;
    overflow: hidden; }

.c-page {
  transition: opacity 400ms, max-height 0ms linear 400ms, visibility 0ms linear 400ms, background-color 250ms;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  background-color: #e3c5fd; }
  .state-page-reverse .c-page {
    background-color: #DF1619; }
  .state-bw .c-page {
    background-color: #e3c5fd; }
  .c-page__inner {
    height: 100%;
    overflow: hidden;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    padding-top: 4.734375rem;
    padding-bottom: 5.484375rem; }
    @media screen and (min-width: 25em) {
      .c-page__inner {
        padding-top: 4.734375rem;
        padding-bottom: 5.484375rem; } }
    @media screen and (min-width: 47.5rem) {
      .c-page__inner {
        padding-top: 4.734375rem;
        padding-bottom: 5.859375rem; } }
    @media screen and (min-width: 74rem) {
      .c-page__inner {
        padding-top: 4.734375rem;
        padding-bottom: 5.859375rem; } }
    @media screen and (min-width: 90rem) {
      .c-page__inner {
        padding-top: 6.3125rem;
        padding-bottom: 6.8125rem; } }
    @media screen and (min-width: 110rem) {
      .c-page__inner {
        padding-top: 7.890625rem;
        padding-bottom: 7.890625rem; } }
  .c-page__media {
    background-color: rgba(0, 0, 0, 0.2); }
    .c-page__media--schedule {
      padding-top: 56.25%;
      margin-bottom: 2.109375rem; }
      @media screen and (min-width: 47.5rem) {
        .c-page__media--schedule {
          margin-bottom: 3.375rem; } }
      @media screen and (min-width: 74rem) {
        .c-page__media--schedule {
          padding-top: 0;
          margin-bottom: 0;
          min-height: calc(100vh - 10.59375rem);
          min-height: calc((var(--vh, 1vh) * 100) - 10.59375rem); } }
      @media screen and (min-width: 90rem) {
        .c-page__media--schedule {
          min-height: calc(100vh - 13.125rem);
          min-height: calc((var(--vh, 1vh) * 100) - 13.125rem); } }
      @media screen and (min-width: 110rem) {
        .c-page__media--schedule {
          min-height: calc(100vh - 15.78125rem);
          min-height: calc((var(--vh, 1vh) * 100) - 15.78125rem); } }
    .c-page__media #twitch-embed,
    .c-page__media iframe {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute; }
  .c-page.state-active {
    opacity: 1;
    visibility: visible;
    max-height: 999999px;
    transition: opacity 400ms linear 450ms, max-height 0ms linear 400ms, visibility 0ms linear 400ms; }
  .c-page__header {
    margin-bottom: 1.625em;
    margin-top: 1.625em; }
    @media screen and (min-width: 74rem) {
      .c-page__header {
        margin-top: 0; } }

.c-nav {
  display: block;
  background-color: #e3c5fd;
  height: 4.734375rem;
  transition: background-color 250ms; }
  @media screen and (min-width: 25em) {
    .c-nav {
      height: 4.734375rem; } }
  @media screen and (min-width: 47.5rem) {
    .c-nav {
      height: 4.734375rem; } }
  @media screen and (min-width: 74rem) {
    .c-nav {
      height: 4.734375rem; } }
  @media screen and (min-width: 90rem) {
    .c-nav {
      height: 6.3125rem; } }
  @media screen and (min-width: 110rem) {
    .c-nav {
      height: 7.890625rem; } }
  .c-nav--top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000; }
  .c-nav--reverse {
    background-color: #DF1619; }
  .state-page-reverse .c-nav {
    background-color: #DF1619; }
  .state-bw .c-nav {
    background-color: #e3c5fd; }
  .c-nav--bottom {
    position: fixed;
    left: 0;
    bottom: 0.75rem;
    width: 100%;
    display: block; }
    @media screen and (min-width: 25em) {
      .c-nav--bottom {
        bottom: 0.75rem; } }
    @media screen and (min-width: 47.5rem) {
      .c-nav--bottom {
        bottom: 1.125rem; } }
    @media screen and (min-width: 74rem) {
      .c-nav--bottom {
        bottom: 1.125rem;
        display: block; } }
    @media screen and (min-width: 90rem) {
      .c-nav--bottom {
        bottom: 0.5rem; } }
    @media screen and (min-width: 110rem) {
      .c-nav--bottom {
        bottom: 0rem; } }
  .c-nav__list {
    height: 100%;
    display: inline-block; }
    .c-nav__list--desktop {
      display: none; }
      @media screen and (min-width: 47.5rem) {
        .c-nav__list--desktop {
          display: inline-block; } }
    .c-nav__list--footer {
      float: left;
      margin-left: 1.25rem; }
      @media screen and (min-width: 25em) {
        .c-nav__list--footer {
          margin-left: 1.8125rem; } }
      @media screen and (min-width: 47.5rem) {
        .c-nav__list--footer {
          float: right;
          margin-right: 2.375rem; } }
      @media screen and (min-width: 74rem) {
        .c-nav__list--footer {
          margin-right: 2.9375rem; } }
      @media screen and (min-width: 90rem) {
        .c-nav__list--footer {
          margin-right: 3.5rem; } }
      @media screen and (min-width: 110rem) {
        .c-nav__list--footer {
          margin-right: 4.0625rem; } }
    .c-nav__list--left {
      float: left;
      margin-left: 1.25rem; }
      @media screen and (min-width: 25em) {
        .c-nav__list--left {
          margin-left: 1.8125rem; } }
      @media screen and (min-width: 47.5rem) {
        .c-nav__list--left {
          margin-left: 2.375rem; } }
      @media screen and (min-width: 74rem) {
        .c-nav__list--left {
          margin-left: 2.9375rem; } }
      @media screen and (min-width: 90rem) {
        .c-nav__list--left {
          margin-left: 3.5rem; } }
      @media screen and (min-width: 110rem) {
        .c-nav__list--left {
          margin-left: 4.0625rem; } }
    .c-nav__list--right {
      float: right;
      margin-right: 1.25rem; }
      @media screen and (min-width: 25em) {
        .c-nav__list--right {
          margin-right: 1.8125rem; } }
      @media screen and (min-width: 47.5rem) {
        .c-nav__list--right {
          margin-right: 2.375rem; } }
      @media screen and (min-width: 74rem) {
        .c-nav__list--right {
          margin-right: 2.9375rem; } }
      @media screen and (min-width: 90rem) {
        .c-nav__list--right {
          margin-right: 3.5rem; } }
      @media screen and (min-width: 110rem) {
        .c-nav__list--right {
          margin-right: 4.0625rem; } }
    .c-nav__list__item {
      height: 100%;
      display: inline-block;
      float: left; }
      .c-nav__list__item--desktop {
        display: none; }
        @media screen and (min-width: 74rem) {
          .c-nav__list__item--desktop {
            display: inline-block; } }
      .c-nav__list__item--mobile {
        display: inline-block; }
        @media screen and (min-width: 74rem) {
          .c-nav__list__item--mobile {
            display: none; } }
    .c-nav__list__link, .c-menu__link {
      position: relative;
      display: block;
      line-height: 4.734375rem;
      height: 100%;
      margin-right: 1.25rem;
      font-family: "Druk Wide", sans-serif;
      font-weight: 900;
      font-size: 1.171875rem;
      text-transform: uppercase;
      color: #DF1619;
      transition: color 250ms;
      letter-spacing: 0.03em; }
      @media screen and (min-width: 25em) {
        .c-nav__list__link, .c-menu__link {
          line-height: 4.734375rem;
          margin-right: 1.5rem;
          font-size: 1.171875rem; } }
      @media screen and (min-width: 47.5rem) {
        .c-nav__list__link, .c-menu__link {
          line-height: 4.734375rem;
          margin-right: 1.75rem;
          font-size: 1.171875rem; } }
      @media screen and (min-width: 74rem) {
        .c-nav__list__link, .c-menu__link {
          line-height: 4.734375rem;
          margin-right: 2.25rem;
          font-size: 1.171875rem; } }
      @media screen and (min-width: 90rem) {
        .c-nav__list__link, .c-menu__link {
          line-height: 6.3125rem;
          margin-right: 2.25rem;
          font-size: 1.5625rem; } }
      @media screen and (min-width: 110rem) {
        .c-nav__list__link, .c-menu__link {
          line-height: 7.890625rem;
          margin-right: 2.5rem;
          font-size: 1.953125rem; } }
      .state-page-reverse .c-nav__list__link, .state-page-reverse .c-menu__link {
        color: #e3c5fd; }
      .state-bw .c-nav__list__link, .state-bw .c-menu__link {
        color: #000; }
      .c-nav__list__link--icon, .c-menu__link--icon {
        padding-right: 1em; }
      .c-nav__list__link__icon, .c-menu__link__icon {
        position: absolute;
        width: 0.625em;
        height: 0.0625em;
        height: auto;
        right: 0;
        top: calc(50% - 0.3125em);
        transition: transform 250ms;
        display: block; }
        .c-nav__list__link__icon *, .c-menu__link__icon * {
          fill: #DF1619 !important;
          transition: fill 250ms; }
        .state-active .c-nav__list__link__icon, .state-active .c-menu__link__icon {
          transform: rotate(135deg); }
          .state-active .c-nav__list__link__icon *, .state-active .c-menu__link__icon * {
            fill: #000 !important; }
        a:hover .c-nav__list__link__icon *, a:hover .c-menu__link__icon * {
          fill: #000 !important; }
        a.state-active .c-nav__list__link__icon *, a.state-active .c-menu__link__icon * {
          fill: black !important; }
        .c-nav__list__link__icon--left {
          right: auto;
          left: 0; }
        .state-page-reverse .c-nav__list__link__icon *, .state-page-reverse .c-menu__link__icon * {
          fill: #e3c5fd !important; }
        .state-page-reverse .state-active .c-nav__list__link__icon *, .state-page-reverse .state-active .c-menu__link__icon * {
          color: black; }
        .state-page-reverse a:hover .c-nav__list__link__icon *, .state-page-reverse a:hover .c-menu__link__icon * {
          color: black; }
        .state-bw .c-nav__list__link__icon *, .state-bw .c-menu__link__icon * {
          fill: #000 !important; }
        .state-bw .state-active .c-nav__list__link__icon *, .state-bw .state-active .c-menu__link__icon * {
          color: #DF1619; }
        .state-bw a:hover .c-nav__list__link__icon *, .state-bw a:hover .c-menu__link__icon * {
          color: #DF1619; }
      .c-nav__list__link.state-active, .state-active.c-menu__link {
        color: #000; }
      .state-bw .c-nav__list__link.state-active, .state-bw .state-active.c-menu__link {
        color: #000; }
      .c-nav__list__link:hover, .c-menu__link:hover {
        color: #000; }
    .c-nav__list__link-icon {
      position: relative;
      display: block;
      height: 100%;
      margin-left: 0.5em;
      margin-right: 0;
      text-indent: -9999px;
      width: 2rem;
      height: 1.5rem;
      top: calc(50% - 0.75rem); }
      .c-nav__list__link-icon--wide {
        width: 2.375rem; }
      li:first-child .c-nav__list__link-icon {
        margin-left: 0; }
      .c-nav__list__link-icon--last {
        margin-right: calc(1.25rem - 0.5em); }
        @media screen and (min-width: 25em) {
          .c-nav__list__link-icon--last {
            margin-right: calc(1.5rem - 0.5em); } }
        @media screen and (min-width: 47.5rem) {
          .c-nav__list__link-icon--last {
            margin-right: calc(1.75rem - 0.5em); } }
        @media screen and (min-width: 74rem) {
          .c-nav__list__link-icon--last {
            margin-right: calc(2.25rem - 0.5em); } }
        @media screen and (min-width: 90rem) {
          .c-nav__list__link-icon--last {
            margin-right: calc(2.25rem - 0.5em); } }
        @media screen and (min-width: 110rem) {
          .c-nav__list__link-icon--last {
            margin-right: calc(2.5rem - 0.5em); } }
      .state-page-reverse .c-nav__list__link-icon {
        color: #e3c5fd; }
      .state-bw .c-nav__list__link-icon {
        color: #000; }
      .c-nav__list__link-icon__icon {
        position: absolute;
        width: 100%;
        height: auto;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 250ms; }
        .c-nav__list__link-icon__icon * {
          fill: #DF1619 !important;
          transition: fill 250ms; }
        .state-active .c-nav__list__link-icon__icon * {
          fill: #000 !important; }
        a:hover .c-nav__list__link-icon__icon * {
          fill: black !important; }
        .state-page-reverse .c-nav__list__link-icon__icon * {
          fill: #e3c5fd !important; }
        .state-page-reverse .state-active .c-nav__list__link-icon__icon * {
          fill: black !important; }
        .state-page-reverse a:hover .c-nav__list__link-icon__icon * {
          color: black !important; }
        .state-bw .c-nav__list__link-icon__icon * {
          fill: black !important; }
        .state-bw .state-active .c-nav__list__link-icon__icon * {
          fill: black !important; }
        .state-bw a:hover .c-nav__list__link-icon__icon * {
          fill: black !important; }
    .c-nav__list__button {
      position: relative;
      display: block;
      top: calc(50% - 0.75rem);
      height: 1.5rem;
      width: 1.75rem;
      margin-left: 0.5em;
      text-indent: -9999px; }
      @media screen and (min-width: 25em) {
        .c-nav__list__button {
          width: 1.75rem; } }
      @media screen and (min-width: 47.5rem) {
        .c-nav__list__button {
          width: 1.75rem; } }
      @media screen and (min-width: 74rem) {
        .c-nav__list__button {
          width: 1.75rem; } }
      @media screen and (min-width: 90rem) {
        .c-nav__list__button {
          width: 1.75rem; } }
      @media screen and (min-width: 110rem) {
        .c-nav__list__button {
          width: 2.1875rem; } }
      .c-nav__list__button svg {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute; }
        .c-nav__list__button svg * {
          transition: fill 250ms;
          fill: #DF1619 !important; }
      .state-page-reverse .c-nav__list__button svg * {
        fill: #e3c5fd !important; }
      .state-bw .c-nav__list__button svg * {
        fill: #000 !important; }
      .c-nav__list__button:hover svg * {
        fill: #000 !important; }

.c-menu {
  z-index: 9999;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  overflow: auto;
  background-color: #DF1619;
  transition: width 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 250ms; }
  @media screen and (min-width: 74rem) {
    .c-menu {
      display: none; } }
  .c-menu .c-nav {
    position: absolute !important; }
  .state-bw .c-menu {
    background-color: #000; }
  .state-menu-open .c-menu {
    width: 100%; }
  .c-menu__inner {
    overflow: hidden;
    width: 100vw;
    min-height: 100vh;
    min-height: calc(var(--rvh, 1vh) * 100);
    padding: 4.734375rem 1.25rem; }
    @media screen and (min-width: 25em) {
      .c-menu__inner {
        padding: 4.734375rem 1.8125rem; } }
    @media screen and (min-width: 47.5rem) {
      .c-menu__inner {
        padding: 4.734375rem 2.375rem; } }
  .c-menu__list {
    position: relative;
    display: block; }
  .c-menu__link {
    color: #e3c5fd;
    line-height: 1em;
    margin: 0 0 0.4375em !important;
    display: inline-block;
    transition: color 250ms; }
    .state-bw .c-menu__link {
      color: #e3c5fd; }
    .state-bw .c-menu__link:hover {
      color: #e3c5fd; }
    .c-menu__link__icon * {
      fill: #e3c5fd !important; }
    .state-bw .c-menu__link__icon * {
      fill: #e3c5fd !important; }
    .state-bw a:hover .c-menu__link__icon * {
      fill: #e3c5fd !important; }
    .state-accordion-open .c-menu__link__icon {
      transform: rotate(135deg); }
  .c-menu__submenu__item:last-child {
    padding-bottom: 0.125em; }
  .c-menu__submenu__link {
    font-weight: normal;
    display: inline-block;
    margin-bottom: 0.3125em;
    color: #e3c5fd;
    transition: color 250ms; }
    .c-menu__submenu__link:hover {
      color: #000; }
    .state-bw .c-menu__submenu__link {
      color: #e3c5fd; }
    .state-bw .c-menu__submenu__link:hover {
      color: #e3c5fd; }

.c-share {
  display: flex;
  flex-wrap: wrap;
  height: 1.75rem;
  margin-bottom: 1.625em;
  transition: color 250ms; }
  .c-share__label {
    line-height: 1.75rem;
    display: block; }
  .state-bw .c-share {
    color: black; }
  .c-share__list {
    display: flex; }
    .c-share__list__item {
      display: block;
      position: relative;
      height: 1.75rem;
      width: 1.75rem;
      margin-left: 0.5rem; }
      .c-share__list__item--text {
        width: auto;
        margin-left: 1rem; }
    .c-share__list__link {
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      text-indent: -9999px; }
      .c-share__list__link svg {
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0; }
        .c-share__list__link svg * {
          transition: fill 250ms;
          fill: #DF1619 !important; }
          .state-bw .c-share__list__link svg * {
            fill: black !important; }
      .no-touch .c-share__list__link:hover svg * {
        fill: black !important; }
      .c-share__list__link--text {
        position: relative;
        display: block;
        line-height: 1.75rem;
        display: block;
        width: auto;
        padding-left: 1.125em;
        text-indent: 0px;
        transition: color 250ms; }
        .no-touch .c-share__list__link--text:hover {
          color: black; }
        .c-share__list__link--text:before {
          content: '';
          width: 0.75em;
          height: 0.25em;
          background-color: #DF1619;
          position: absolute;
          top: calc(50% - 0.0625em);
          left: 0;
          transition: background-color 250ms; }
        .c-share__list__link--text:after {
          content: '';
          width: 0.75em;
          height: 0.25em;
          background-color: #DF1619;
          position: absolute;
          top: calc(50% - 0.0625em);
          left: 0;
          transform: rotate(90deg);
          transition: background-color 250ms; }
        .no-touch .c-share__list__link--text:hover {
          color: black; }
          .no-touch .c-share__list__link--text:hover:before {
            background-color: black; }
          .no-touch .c-share__list__link--text:hover:after {
            background-color: black; }

.c-ticker {
  background-color: #e3c5fd;
  transition: background-color 250ms;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.375rem;
  z-index: 9990; }
  @media screen and (min-width: 25em) {
    .c-ticker {
      height: 2.375rem; } }
  @media screen and (min-width: 47.5rem) {
    .c-ticker {
      height: 2.75rem; } }
  @media screen and (min-width: 74rem) {
    .c-ticker {
      height: 2.75rem; } }
  @media screen and (min-width: 90rem) {
    .c-ticker {
      height: 2.75rem; } }
  @media screen and (min-width: 110rem) {
    .c-ticker {
      height: 2.75rem; } }
  .state-page-reverse .c-ticker {
    background-color: #DF1619; }
  .state-bw .c-ticker {
    background-color: #e3c5fd; }
  .c-ticker__inner {
    display: flex;
    align-items: center;
    height: 100%; }
  .c-ticker__text {
    white-space: nowrap; }
    .state-page-reverse .c-ticker__text {
      color: #e3c5fd; }
    .state-bw .c-ticker__text {
      color: black; }

@media screen and (min-width: 74rem) {
  .state-video-playing .c-schedule {
    display: none; } }

.c-schedule__heading {
  text-indent: -9999px;
  font-size: 0;
  height: 4.609375rem;
  margin-top: 2.109375rem;
  margin-bottom: 2.109375rem; }
  @media screen and (min-width: 47.5rem) {
    .c-schedule__heading {
      height: 7.375rem;
      margin-bottom: 3.375rem;
      margin-top: 3.375rem; } }
  @media screen and (min-width: 110rem) {
    .c-schedule__heading {
      margin-top: 0;
      height: 9.21875rem;
      margin-bottom: 4.21875rem; } }
  .c-schedule__heading svg {
    position: relative;
    display: block;
    width: auto;
    height: 100%; }

.c-schedule__section-heading {
  text-transform: uppercase;
  font-size: 1.015625rem;
  padding-bottom: 1.09375rem; }
  @media screen and (min-width: 47.5rem) {
    .c-schedule__section-heading {
      font-size: 1.625rem;
      padding-bottom: 1.75rem; } }
  @media screen and (min-width: 110rem) {
    .c-schedule__section-heading {
      font-size: 2.03125rem;
      padding-bottom: 2.1875rem; } }

.c-schedule__subheading {
  background-color: black;
  color: #e3c5fd;
  text-transform: uppercase;
  padding: 0.3125em 0.5em;
  font-size: 0.6640625rem;
  margin-bottom: 0.3125rem;
  display: inline-block; }
  @media screen and (min-width: 47.5rem) {
    .c-schedule__subheading {
      font-size: 1.0625rem;
      margin-bottom: 0.5rem; } }
  @media screen and (min-width: 110rem) {
    .c-schedule__subheading {
      font-size: 1.328125rem;
      margin-bottom: 0.625rem; } }

.c-schedule__list {
  position: relative;
  display: block;
  padding-bottom: 1.09375rem; }
  @media screen and (min-width: 47.5rem) {
    .c-schedule__list {
      padding-bottom: 1.75rem; } }
  @media screen and (min-width: 110rem) {
    .c-schedule__list {
      padding-bottom: 2.1875rem; } }

.c-schedule__item {
  position: relative;
  display: block;
  font-size: 1.0546875rem;
  padding-bottom: 1.015625rem; }
  @media screen and (min-width: 47.5rem) {
    .c-schedule__item {
      font-size: 1.6875rem;
      padding-bottom: 1.625rem; } }
  @media screen and (min-width: 110rem) {
    .c-schedule__item {
      font-size: 2.109375rem;
      padding-bottom: 2.03125rem; } }
  .c-schedule__item__heading {
    font-size: 1.25rem; }
    @media screen and (min-width: 47.5rem) {
      .c-schedule__item__heading {
        font-size: 2rem; } }
    @media screen and (min-width: 110rem) {
      .c-schedule__item__heading {
        font-size: 2.5rem; } }
    .no-touch a:hover .c-schedule__item__heading {
      color: black; }
  .c-schedule__item__subheading {
    font-size: 1.0546875rem; }
    @media screen and (min-width: 47.5rem) {
      .c-schedule__item__subheading {
        font-size: 1.6875rem; } }
    @media screen and (min-width: 110rem) {
      .c-schedule__item__subheading {
        font-size: 2.109375rem; } }
    .no-touch a:hover .c-schedule__item__subheading {
      color: black; }
  .c-schedule__item__note {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0rem;
    display: block; }
    .no-touch a:hover .c-schedule__item__note {
      color: black; }

.c-tooltip {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #DF1619;
  color: white;
  padding: 0.0625em 0.75em 0.375em;
  margin: 0.75em 0 0 !important;
  margin: 0.5em 0 0 !important;
  transform: translateX(-50%);
  border-radius: 0.125em;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 125ms linear 0ms, visibility 0ms linear 125ms;
  white-space: nowrap; }
  .c-tooltip.state-active {
    transition: opacity 250ms linear 250ms, visibility 0ms linear 250ms;
    opacity: 1;
    visibility: visible; }
  .c-tooltip:before {
    width: 0.75em;
    height: 0.75em;
    position: absolute;
    top: -0.375em;
    left: calc(50% - 0.375em);
    background-color: #DF1619;
    transform: rotate(45deg); }
  .c-tooltip.state-right {
    transform: translateX(-100%);
    margin-left: 2em !important; }
    .c-tooltip.state-right:before {
      left: calc(100% - 2em); }
  .state-bw .c-tooltip {
    background-color: black;
    color: #e3c5fd; }
    .state-bw .c-tooltip:before {
      background-color: black; }

.c-full-height {
  min-height: calc(100vh - 10.21875rem);
  min-height: calc((var(--vh, 1vh) * 100) - 10.21875rem); }
  @media screen and (min-width: 25em) {
    .c-full-height {
      min-height: calc(100vh - 10.21875rem);
      min-height: calc((var(--vh, 1vh) * 100) - 10.21875rem); } }
  @media screen and (orientation: portrait) {
    .c-full-height {
      min-height: calc(100vh - 6.734375rem);
      min-height: calc((var(--vh, 1vh) * 100) - 6.734375rem);
      margin-top: -3.484375rem; } }
  @media screen and (min-width: 47.5rem) {
    .c-full-height {
      margin-top: 0;
      min-height: calc(100vh - 10.59375rem);
      min-height: calc((var(--vh, 1vh) * 100) - 10.59375rem); } }
  @media screen and (min-width: 47.5rem) and (orientation: portrait) {
    .c-full-height {
      min-height: calc(100vh - 8.234375rem);
      min-height: calc((var(--vh, 1vh) * 100) - 8.234375rem);
      margin-top: -2.359375rem; } }
  @media screen and (min-width: 74rem) {
    .c-full-height {
      margin-top: 0;
      min-height: calc(100vh - 10.59375rem);
      min-height: calc((var(--vh, 1vh) * 100) - 10.59375rem); } }
  @media screen and (min-width: 90rem) {
    .c-full-height {
      min-height: calc(100vh - 13.125rem);
      min-height: calc((var(--vh, 1vh) * 100) - 13.125rem); } }
  @media screen and (min-width: 110rem) {
    .c-full-height {
      min-height: calc(100vh - 15.78125rem);
      min-height: calc((var(--vh, 1vh) * 100) - 15.78125rem); } }

.c-full-height .c-full-height {
  margin-top: 0 !important; }

@media screen and (orientation: portrait) {
  .c-cards__inner {
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important; } }

.c-cards__card {
  position: absolute;
  border: 0.125rem solid #DF1619;
  transition: border-color 250ms;
  width: calc(100% - 4.921875rem);
  height: calc(100% - 4.921875rem);
  box-sizing: border-box;
  display: block; }
  @media screen and (orientation: portrait) {
    .c-cards__card {
      height: calc(100% - 9.84375rem); } }
  @media screen and (min-width: 47.5rem) {
    .c-cards__card {
      border: 0.25rem solid #DF1619;
      width: calc(100% - 7.734375rem);
      height: calc(100% - 7.734375rem); } }
  @media screen and (min-width: 47.5rem) and (orientation: portrait) {
    .c-cards__card {
      height: calc(100% - 15.46875rem); } }
  @media screen and (min-width: 74rem) {
    .c-cards__card {
      width: calc(100% - 11.25rem);
      height: calc(100% - 11.25rem); } }
  .state-bw .c-cards__card {
    border-color: #e3c5fd; }
  .c-cards__card:nth-child(1) {
    z-index: 5;
    top: 4.921875rem;
    left: 0rem; }
    @media screen and (orientation: portrait) {
      .c-cards__card:nth-child(1) {
        top: 9.84375rem; } }
    @media screen and (min-width: 47.5rem) {
      .c-cards__card:nth-child(1) {
        top: 7.734375rem;
        left: 0rem; } }
    @media screen and (min-width: 47.5rem) and (orientation: portrait) {
      .c-cards__card:nth-child(1) {
        top: 15.46875rem; } }
    @media screen and (min-width: 74rem) {
      .c-cards__card:nth-child(1) {
        top: 11.25rem;
        left: 0rem; } }
  .c-cards__card:nth-child(2) {
    z-index: 4;
    top: 3.28125rem;
    left: 1.640625rem; }
    @media screen and (orientation: portrait) {
      .c-cards__card:nth-child(2) {
        top: 6.5625rem; } }
    @media screen and (min-width: 47.5rem) {
      .c-cards__card:nth-child(2) {
        top: 5.15625rem;
        left: 2.578125rem; } }
    @media screen and (min-width: 47.5rem) and (orientation: portrait) {
      .c-cards__card:nth-child(2) {
        top: 10.3125rem; } }
    @media screen and (min-width: 74rem) {
      .c-cards__card:nth-child(2) {
        top: 7.5rem;
        left: 3.75rem; } }
  .c-cards__card:nth-child(3) {
    z-index: 3;
    top: 1.640625rem;
    left: 3.28125rem; }
    @media screen and (orientation: portrait) {
      .c-cards__card:nth-child(3) {
        top: 3.28125rem; } }
    @media screen and (min-width: 47.5rem) {
      .c-cards__card:nth-child(3) {
        top: 2.578125rem;
        left: 5.15625rem; } }
    @media screen and (min-width: 47.5rem) and (orientation: portrait) {
      .c-cards__card:nth-child(3) {
        top: 5.15625rem; } }
    @media screen and (min-width: 74rem) {
      .c-cards__card:nth-child(3) {
        top: 3.75rem;
        left: 7.5rem; } }
  .c-cards__card:nth-child(4) {
    z-index: 2;
    top: 0rem;
    left: 4.921875rem; }
    @media screen and (min-width: 47.5rem) {
      .c-cards__card:nth-child(4) {
        top: 0rem;
        left: 7.734375rem; } }
    @media screen and (min-width: 74rem) {
      .c-cards__card:nth-child(4) {
        top: 0rem;
        left: 11.25rem; } }
  .c-cards__card.c-cards__card.state-active {
    z-index: 10; }
  .c-cards__card__inner {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #e3c5fd;
    transition: background-color 250ms; }
    .no-touch .c-cards__card__inner:hover {
      background-color: white !important; }
    .state-bw .c-cards__card__inner {
      background-color: black; }
  .c-cards__card__link {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    z-index: 100;
    top: 1.640625rem;
    right: 1.640625rem; }
    @media screen and (min-width: 47.5rem) {
      .c-cards__card__link {
        top: 2.578125rem;
        right: 2.578125rem; } }
    @media screen and (min-width: 74rem) {
      .c-cards__card__link {
        top: 3.75rem;
        right: 3.75rem; } }
  .c-cards__card__heading {
    width: 100%;
    font-family: 'Druk Wide',sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    transition: color 250ms;
    color: #DF1619;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    font-size: 0.546875rem;
    line-height: 1.515625rem; }
    @media screen and (min-width: 47.5rem) {
      .c-cards__card__heading {
        font-size: 0.859375rem;
        line-height: 2.328125rem; } }
    @media screen and (min-width: 74rem) {
      .c-cards__card__heading {
        font-size: 1.25rem;
        line-height: 3.5rem; } }
    .state-bw .c-cards__card__heading {
      color: #e3c5fd; }
  .c-cards__card__subheading {
    font-family: 'Druk Wide',sans-serif;
    font-weight: 700;
    font-size: 0.546875rem;
    line-height: 1.515625rem;
    text-align: center;
    text-transform: uppercase;
    color: #DF1619;
    transition: color 250ms;
    position: absolute;
    right: calc((1.640625rem - 0.125rem) * 0.5);
    top: calc(50% - 0.7578125rem);
    transform: translateX(50%) rotate(90deg);
    z-index: 10; }
    @media screen and (min-width: 47.5rem) {
      .c-cards__card__subheading {
        font-size: 0.859375rem;
        line-height: 2.328125rem;
        right: calc((2.578125rem - 0.25rem) * 0.5);
        top: calc(50% - 1.1640625rem); } }
    @media screen and (min-width: 74rem) {
      .c-cards__card__subheading {
        font-size: 1.25rem;
        line-height: 3.5rem;
        right: calc((3.75rem - 0.25rem) * 0.5);
        top: calc(50% - 1.75rem); } }
    .state-bw .c-cards__card__subheading {
      color: #e3c5fd; }
  .c-cards__card__byline {
    width: 100%;
    font-family: 'Helvetica Neue World W01_55 Rm', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #DF1619;
    transition: color 250ms;
    position: absolute;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    font-size: 0.546875rem;
    line-height: 1.515625rem; }
    @media screen and (min-width: 47.5rem) {
      .c-cards__card__byline {
        font-size: 0.859375rem;
        line-height: 2.328125rem; } }
    @media screen and (min-width: 74rem) {
      .c-cards__card__byline {
        font-size: 1.25rem;
        line-height: 3.5rem; } }
    .state-bw .c-cards__card__byline {
      color: #e3c5fd; }
  .c-cards__card__icon {
    position: absolute;
    right: 0.79296875rem;
    top: 0.79296875rem;
    width: 0.4375rem;
    height: 0.4375rem;
    margin-top: -0.21875rem;
    margin-right: -0.21875rem; }
    @media screen and (min-width: 47.5rem) {
      .c-cards__card__icon {
        right: 1.1328125rem;
        top: 1.1328125rem;
        width: 0.625rem;
        height: 0.625rem;
        margin-top: -0.3125rem;
        margin-right: -0.3125rem; } }
    @media screen and (min-width: 74rem) {
      .c-cards__card__icon {
        right: 1.8125rem;
        top: 1.8125rem;
        width: 1rem;
        height: 1rem;
        margin-top: -0.5rem;
        margin-right: -0.5rem; } }
    .c-cards__card__icon:after {
      position: absolute;
      content: '';
      width: 100%;
      height: 0.125rem;
      background-color: #DF1619;
      top: calc(50% - 0.0625rem);
      transition: background-color 250ms; }
    .c-cards__card__icon:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 0.125rem;
      background-color: #DF1619;
      top: calc(50% - 0.0625rem);
      transform: rotate(90deg);
      transition: background-color 250ms; }
    .state-bw .c-cards__card__icon:before {
      background-color: #e3c5fd; }
    .state-bw .c-cards__card__icon:after {
      background-color: #e3c5fd; }
    .c-cards__card.state-active .c-cards__card__icon {
      transform: rotate(45deg); }
  .c-cards__card__graphic {
    position: absolute;
    z-index: 10;
    top: 1.640625rem;
    right: 1.640625rem;
    bottom: 1.640625rem;
    left: 1.640625rem; }
    @media screen and (orientation: portrait) {
      .c-cards__card__graphic {
        left: 0 !important;
        right: 0 !important; } }
    @media screen and (min-width: 47.5rem) {
      .c-cards__card__graphic {
        top: 1.875rem;
        right: 1.875rem;
        bottom: 1.875rem;
        left: 1.875rem; } }
    @media screen and (min-width: 74rem) {
      .c-cards__card__graphic {
        top: 2.578125rem;
        right: 2.578125rem;
        bottom: 2.578125rem;
        left: 2.578125rem; } }
    @media screen and (min-width: 74rem) {
      .c-cards__card__graphic {
        top: 3.75rem;
        right: 3.75rem;
        bottom: 3.75rem;
        left: 3.75rem; } }
    .c-cards__card__graphic__inner {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: absolute; }
      .c-cards__card__graphic__inner svg {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute; }
        .c-cards__card__graphic__inner svg * {
          fill: #DF1619 !important;
          transition: fill 250ms !important; }
      .state-bw .c-cards__card__graphic__inner svg * {
        fill: #e3c5fd !important; }
  .c-cards__card__background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    transition: opacity 250ms; }
    .no-touch a:hover .c-cards__card__background {
      opacity: 0; }
    .c-cards__card__background--wavemart {
      background-image: url("../img/bg-wavemart.jpg"); }
    .c-cards__card__background--radiowave {
      background-image: url("../img/bg-radiowave.jpg"); }
    .c-cards__card__background--nextwave {
      background-image: url("../img/bg-nextwave.jpg"); }
    .state-bw .c-cards__card__background {
      opacity: 0; }

.plyr {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute; }

.plyr__video-wrapper {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  padding-bottom: 0 !important; }

.plyr__control.plyr__control--overlaid {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border: 0.125rem solid #DF1619 !important;
  padding: 1.25rem !important; }
  @media screen and (min-width: 47.5rem) {
    .plyr__control.plyr__control--overlaid {
      border: 0.25rem solid #DF1619 !important;
      padding: 2.5rem !important; } }
  .plyr__control.plyr__control--overlaid svg {
    width: 2.5rem !important;
    height: 2.5rem !important;
    transform: translateX(0.125rem) !important; }
    @media screen and (min-width: 47.5rem) {
      .plyr__control.plyr__control--overlaid svg {
        width: 5rem !important;
        height: 5rem !important;
        transform: translateX(0.25rem) !important; } }
    .plyr__control.plyr__control--overlaid svg * {
      fill: #DF1619 !important; }

.plyr__poster {
  background-size: cover !important; }

:root {
  --plyr-color-main:#DF1619; }

@media screen and (max-width: 74rem) {
  .js-fixed {
    transform: none !important; } }

.u-desktop-hide {
  display: block; }
  @media screen and (min-width: 74rem) {
    .u-desktop-hide {
      display: none; } }

.u-mobile-hide {
  display: none; }
  @media screen and (min-width: 74rem) {
    .u-mobile-hide {
      display: block; } }

.u-tablet-hide {
  display: block; }
  @media screen and (min-width: 47.5rem) {
    .u-tablet-hide {
      display: none; } }

.u-tablet-show {
  display: none; }
  @media screen and (min-width: 47.5rem) {
    .u-tablet-show {
      display: block; } }
