@charset "UTF-8";
@import url(/fonts/1811-BCWFJY.css);
@import url(/fonts/1811-ASMLWT.css);
@import url(/fonts/le-jeune-deck.css);
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

li {
  margin: 0;
  padding: 0; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  box-sizing: border-box; }

img {
  max-width: 100%; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes navDown {
  from {
    top: -140px; }
  to {
    top: 0; } }

@keyframes tickerLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(-50%, 0, 0); } }

@keyframes fadeNav {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeh1 {
  from {
    transform: translate3d(0, 20px, 0);
    opacity: 0; }
  to {
    transform: translate3d(0, 0%, 0);
    opacity: 1; } }

@keyframes fadeIcon {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 0; }
  to {
    transform: translate3d(0, -50%, 0);
    opacity: 1; } }

@keyframes fadeLoop {
  from {
    transform: translate3d(0, 80px, 0);
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fadeIntro {
  from {
    transform: translate3d(0, 90px, 0);
    opacity: 0; }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.feature-bg {
  background: #9e44db !important; }

.feature-col {
  color: #9e44db !important; }

a.feature-col {
  color: #9a9bd4 !important; }
  a.feature-col:hover {
    color: #231f20 !important; }

.feature-bg-2020 {
  background: #C9815D !important; }

.feature-col-2020 {
  color: #C9815D !important; }

a.feature-col-2020 {
  color: #C9815D !important; }
  a.feature-col-2020:hover {
    color: #231f20 !important; }

.feature-bg-2020-capsule {
  background: #FF675D !important; }

.feature-col-2020-capsule {
  color: #FF675D !important; }

a.feature-col-2020-capsule {
  color: #FF675D !important; }
  a.feature-col-2020-capsule:hover {
    color: #231f20 !important; }

.feature-bg-2019 {
  background: #9a9bd4 !important; }

.feature-col-2019 {
  color: #9a9bd4 !important; }

a.feature-col-2019 {
  color: #9a9bd4 !important; }
  a.feature-col-2019:hover {
    color: #231f20 !important; }

.ddf-bg {
  background: #9e44db; }

.voucher-bg {
  background: #d9c4e8; }

.donate-bg {
  background: #1D3445; }

.bg-salmon {
  background: #FF675D; }

/* ==============
  MIXIN
============== */
/*  ---------------------------
Sass conversion of Adam Schwartz's "Smarter Link Underline"
-- (https://eager.io/blog/smarter-link-underlines/)

Example Usage:
  a {
    @include link-underline(
      $color-background,
      $color-text,
      $color-selection,
      $underline-boldness
    );
  }

NOTE:
$underline-boldness is an optional modifier which will
default to the normal weight unless set to 'bold'

You can downlooad this mixin on npm
(https://github.com/ekfuhrmann/scss-link-underline)
--------------------------- */
.events-filter, .extended-module .container, .extended-module .ddf-body-hd__row, .extended-module .ddf-body__row, .extended-module .archive-overview__row, .extended-module .edition-landing__row, .extended-module .edition2020-landing__row, .extended-module .edition2019-landing__row, .extended-module #ddf23 .playTrailerHolder, #ddf23 .extended-module .playTrailerHolder, .extended-module .offseason-landing__row, .ctaRow .container, .ctaRow .ddf-body-hd__row, .ctaRow .ddf-body__row, .ctaRow .archive-overview__row, .ctaRow .edition-landing__row, .ctaRow .edition2020-landing__row, .ctaRow .edition2019-landing__row, .ctaRow #ddf23 .playTrailerHolder, #ddf23 .ctaRow .playTrailerHolder, .ctaRow .offseason-landing__row, .body-header .container, .body-header .ddf-body-hd__row, .body-header .ddf-body__row, .body-header .archive-overview__row, .body-header .edition-landing__row, .body-header .edition2020-landing__row, .body-header .edition2019-landing__row, .body-header #ddf23 .playTrailerHolder, #ddf23 .body-header .playTrailerHolder, .body-header .offseason-landing__row, .content .container, .content .ddf-body-hd__row, .content .ddf-body__row, .content .archive-overview__row, .content .edition-landing__row, .content .edition2020-landing__row, .content .edition2019-landing__row, .content #ddf23 .playTrailerHolder, #ddf23 .content .playTrailerHolder, .content .offseason-landing__row, .footer .container, .footer .ddf-body-hd__row, .footer .ddf-body__row, .footer .archive-overview__row, .footer .edition-landing__row, .footer .edition2020-landing__row, .footer .edition2019-landing__row, .footer #ddf23 .playTrailerHolder, #ddf23 .footer .playTrailerHolder, .footer .offseason-landing__row, .ddf-body-hd__row, .ddf-body-hd__fullScreen, .ddf-body__row, .page .container, .page .ddf-body-hd__row, .page .ddf-body__row, .page .archive-overview__row, .page .edition-landing__row, .page .edition2020-landing__row, .page .edition2019-landing__row, .page #ddf23 .playTrailerHolder, #ddf23 .page .playTrailerHolder, .page .offseason-landing__row, .strand-article .container, .strand-article .ddf-body-hd__row, .strand-article .ddf-body__row, .strand-article .archive-overview__row, .strand-article .edition-landing__row, .strand-article .edition2020-landing__row, .strand-article .edition2019-landing__row, .strand-article #ddf23 .playTrailerHolder, #ddf23 .strand-article .playTrailerHolder, .strand-article .offseason-landing__row, .archive-overview .container, .archive-overview .ddf-body-hd__row, .archive-overview .ddf-body__row, .archive-overview .archive-overview__row, .archive-overview .edition-landing__row, .archive-overview .edition2020-landing__row, .archive-overview .edition2019-landing__row, .archive-overview #ddf23 .playTrailerHolder, #ddf23 .archive-overview .playTrailerHolder, .archive-overview .offseason-landing__row, .archive-overview__row, .edition-landing__row, .edition2020-landing__row, .edition2019-landing__row, .offseason-landing__row {
  padding-left: 80px; }
  @media (max-width: 600px) {
    .events-filter, .extended-module .container, .extended-module .ddf-body-hd__row, .extended-module .ddf-body__row, .extended-module .archive-overview__row, .extended-module .edition-landing__row, .extended-module .edition2020-landing__row, .extended-module .edition2019-landing__row, .extended-module #ddf23 .playTrailerHolder, #ddf23 .extended-module .playTrailerHolder, .extended-module .offseason-landing__row, .ctaRow .container, .ctaRow .ddf-body-hd__row, .ctaRow .ddf-body__row, .ctaRow .archive-overview__row, .ctaRow .edition-landing__row, .ctaRow .edition2020-landing__row, .ctaRow .edition2019-landing__row, .ctaRow #ddf23 .playTrailerHolder, #ddf23 .ctaRow .playTrailerHolder, .ctaRow .offseason-landing__row, .body-header .container, .body-header .ddf-body-hd__row, .body-header .ddf-body__row, .body-header .archive-overview__row, .body-header .edition-landing__row, .body-header .edition2020-landing__row, .body-header .edition2019-landing__row, .body-header #ddf23 .playTrailerHolder, #ddf23 .body-header .playTrailerHolder, .body-header .offseason-landing__row, .content .container, .content .ddf-body-hd__row, .content .ddf-body__row, .content .archive-overview__row, .content .edition-landing__row, .content .edition2020-landing__row, .content .edition2019-landing__row, .content #ddf23 .playTrailerHolder, #ddf23 .content .playTrailerHolder, .content .offseason-landing__row, .footer .container, .footer .ddf-body-hd__row, .footer .ddf-body__row, .footer .archive-overview__row, .footer .edition-landing__row, .footer .edition2020-landing__row, .footer .edition2019-landing__row, .footer #ddf23 .playTrailerHolder, #ddf23 .footer .playTrailerHolder, .footer .offseason-landing__row, .ddf-body-hd__row, .ddf-body-hd__fullScreen, .ddf-body__row, .page .container, .page .ddf-body-hd__row, .page .ddf-body__row, .page .archive-overview__row, .page .edition-landing__row, .page .edition2020-landing__row, .page .edition2019-landing__row, .page #ddf23 .playTrailerHolder, #ddf23 .page .playTrailerHolder, .page .offseason-landing__row, .strand-article .container, .strand-article .ddf-body-hd__row, .strand-article .ddf-body__row, .strand-article .archive-overview__row, .strand-article .edition-landing__row, .strand-article .edition2020-landing__row, .strand-article .edition2019-landing__row, .strand-article #ddf23 .playTrailerHolder, #ddf23 .strand-article .playTrailerHolder, .strand-article .offseason-landing__row, .archive-overview .container, .archive-overview .ddf-body-hd__row, .archive-overview .ddf-body__row, .archive-overview .archive-overview__row, .archive-overview .edition-landing__row, .archive-overview .edition2020-landing__row, .archive-overview .edition2019-landing__row, .archive-overview #ddf23 .playTrailerHolder, #ddf23 .archive-overview .playTrailerHolder, .archive-overview .offseason-landing__row, .archive-overview__row, .edition-landing__row, .edition2020-landing__row, .edition2019-landing__row, .offseason-landing__row {
      padding-left: 10px;
      padding-right: 10px; } }

.content .two-col__item__text, .content .three-col__item__text, .content .full-col__item__text, .content .list__item__text, .content .summary-list__item__text, .content .standard-list__item__text, .content .stack__item__text, .page__people__list ul li, .page__people__item__text {
  padding: 20px; }
  @media (max-width: 600px) {
    .content .two-col__item__text, .content .three-col__item__text, .content .full-col__item__text, .content .list__item__text, .content .summary-list__item__text, .content .standard-list__item__text, .content .stack__item__text, .page__people__list ul li, .page__people__item__text {
      padding-left: 10px; } }

.button {
  transition: all 0.2s;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: white !important;
  line-height: 1;
  font-weight: lighter;
  padding: 10px; }
  .button:hover {
    color: #231f20 !important;
    border-color: 1px solid #f4f4f4; }

.button.medium {
  font-size: 16px; }
  @media screen and (min-width: 480px) {
    .button.medium {
      font-size: calc(16px + 5 * ((100vw - 480px) / 720)); } }
  @media screen and (min-width: 1200px) {
    .button.medium {
      font-size: 21px; } }

.button.thin {
  border: 1px solid rgba(255, 255, 255, 0.5); }

.button.medium {
  padding: 14px; }
  .button.medium {
    font-size: 16px; }
    @media screen and (min-width: 480px) {
      .button.medium {
        font-size: calc(16px + 5 * ((100vw - 480px) / 720)); } }
    @media screen and (min-width: 1200px) {
      .button.medium {
        font-size: 21px; } }
  @media (max-width: 600px) {
    .button.medium {
      padding: 10px; } }
  .button.medium.rounded {
    border-radius: 5px; }

.button.large {
  padding: 14px; }
  .button.large {
    font-size: 16px; }
    @media screen and (min-width: 480px) {
      .button.large {
        font-size: calc(16px + 10 * ((100vw - 480px) / 720)); } }
    @media screen and (min-width: 1200px) {
      .button.large {
        font-size: 26px; } }
  @media (max-width: 600px) {
    .button.large {
      padding: 10px; } }
  .button.large.rounded {
    border-radius: 5px; }

.button.ddf-col-reversed {
  background: #9e44db;
  border-color: #9e44db;
  color: white; }
  .button.ddf-col-reversed:hover {
    background: white;
    color: #9e44db; }

.button.voucher-col {
  border-color: #9e44db;
  color: #9e44db !important; }
  .button.voucher-col:hover {
    background: transparent;
    color: #231f20 !important; }
  .button.voucher-col.thin {
    border: 1px solid rgba(158, 68, 219, 0.5); }

.button.donate-col {
  border-color: white;
  color: white !important; }
  .button.donate-col:hover {
    background: white;
    color: #1D3445 !important; }
  .button.donate-col.thin {
    border: 1px solid rgba(255, 255, 255, 0.5); }

.button.bold {
  font-weight: bold; }

.button.fill {
  border: none;
  background: #231f20; }
  .button.fill:hover {
    color: white !important;
    background: #080707; }

.button.fill-white {
  border: none;
  background: white;
  color: #231f20 !important; }
  .button.fill-white:hover {
    background: #080707;
    color: white !important; }

.button.rounded {
  border-radius: 3px; }

.button.notransform {
  text-transform: none; }

.button.block {
  display: block; }

@media (min-width: 600px) {
  .button.bigBlock {
    display: block; } }

.button.inline-block {
  display: inline-block;
  margin-bottom: 10px; }

.button.reversed {
  border: 1px solid rgba(35, 31, 32, 0.5);
  color: #231f20 !important; }
  .button.reversed:hover {
    border: 1px solid rgba(35, 31, 32, 0.2) !important;
    color: black !important; }
  .button.reversed.thin {
    border: 1px solid rgba(35, 31, 32, 0.5); }

.button.feature-col {
  border: 1px solid #9e44db;
  background: #9e44db;
  color: white !important; }
  .button.feature-col:hover {
    background: white;
    color: #9e44db !important; }

.button.right {
  text-align: right; }

@media (max-width: 599px) {
  .button.inline-block + .button.inline-block {
    margin-right: 5px; } }

@media (min-width: 600px) {
  .button.inline-block + .button.inline-block {
    margin-left: 10px; } }

/* Slider */
.slideshow, .slideShow {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease; }
  .slideshow.slick-initialized, .slideShow.slick-initialized {
    visibility: visible;
    opacity: 1; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0 40px 0 0;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide .caption {
    color: white;
    margin: 20px 0;
    font-size: 14px; }
    .slick-slide .caption.dark-grey {
      color: #231f20; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

.slideshow .slick-slide {
  margin: 0 20px 0 0; }
  @media (min-width: 600px) {
    .slideshow .slick-slide {
      margin: 0 60px 0 0; } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
button.slick-prev,
button.slick-next {
  background: transparent;
  display: block;
  text-indent: -999em;
  padding: 0;
  border: none;
  outline: none;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 990; }
  button.slick-prev:hover, button.slick-prev:focus,
  button.slick-next:hover,
  button.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    button.slick-prev:hover:before, button.slick-prev:focus:before,
    button.slick-next:hover:before,
    button.slick-next:focus:before {
      opacity: 1; }
  button.slick-prev.slick-disabled:before,
  button.slick-next.slick-disabled:before {
    opacity: 0.25; }
  button.slick-prev:after,
  button.slick-next:after {
    content: '';
    position: absolute;
    top: 0;
    background-image: url("../../images/arrow_left.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: block;
    width: 40px;
    height: 40px; }

button.slick-prev {
  left: 20px; }

button.slick-next {
  right: 20px; }
  button.slick-next:after {
    content: '';
    background-image: url("../../images/arrow_right.svg"); }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  margin: 0 0 0 0;
  margin-left: 0 !important;
  width: 1400px !important;
  max-width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: rgba(35, 31, 32, 0.4);
      display: block;
      border-radius: 50%;
      height: 8px;
      width: 8px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
    .slick-dots li.slick-active button {
      background: #231f20; }

.events-filter-container {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  margin-top: 0;
  margin-bottom: 40px;
  min-height: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.25); }
  @media (max-width: 959px) {
    .events-filter-container {
      border-top: none; } }
  @media (max-width: 599px) {
    .events-filter-container {
      background: rgba(255, 255, 255, 0.2);
      min-height: 100px;
      margin-bottom: 20px; } }

.events-filter__content {
  display: flex;
  flex-flow: column; }
  @media (min-width: 961px) {
    .events-filter__content {
      border-bottom: 1px solid #231f20;
      flex-flow: row;
      justify-content: space-between; } }

.events-filter nav {
  display: flex;
  flex-flow: column;
  margin: 10px 0; }
  @media (min-width: 961px) {
    .events-filter nav {
      flex-flow: row;
      justify-content: flex-start;
      margin: 0; } }

.events-filter h5 {
  display: inline-block;
  color: #231f20; }
  .events-filter h5 a {
    padding: 5px 0;
    line-height: 1.4em;
    border-bottom: 1px solid rgba(0, 0, 0, 0); }
    .events-filter h5 a:hover {
      border-bottom: 1px solid black; }
    .events-filter h5 a.current {
      border-bottom: 1px solid black; }
  @media (min-width: 961px) {
    .events-filter h5 {
      background: url("../../images/filter-arrow.svg") 100% 50% no-repeat;
      background-size: auto 15px;
      margin-right: 15px;
      padding: 0 20px 0 0; } }

.events-filter ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start; }
  .events-filter ul li {
    margin-right: 10px; }
    @media (max-width: 960px) {
      .events-filter ul li {
        margin-bottom: 10px; } }
    @media (min-width: 961px) {
      .events-filter ul li:first-of-type {
        background: url("../../images/filter-arrow.svg") 100% 50% no-repeat;
        background-size: auto 15px;
        margin-right: 15px;
        padding-right: 20px; } }
    .events-filter ul li a {
      padding: 5px 0;
      line-height: 1.4em;
      border-bottom: 1px solid rgba(0, 0, 0, 0); }
      .events-filter ul li a:hover {
        border-bottom: 1px solid black; }
      .events-filter ul li a.current {
        border-bottom: 1px solid black; }
  @media (min-width: 961px) {
    .events-filter ul li {
      margin-right: 20px; }
      .events-filter ul li a {
        padding: 0;
        line-height: 48px; } }

.filter-search {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 0 5px;
  background: rgba(255, 255, 255, 0.5); }
  .filter-search form {
    display: flex;
    align-items: center; }
  .filter-search input[type="search"] {
    background: transparent;
    border: none;
    color: #231f20;
    font-family: "Marr Sans Web";
    font-weight: lighter;
    color: #231f20 !important;
    line-height: 30px;
    margin: 5px 10px 5px 0;
    padding: 4px 10px;
    width: calc(100% - 40px); }
    .filter-search input[type="search"]:focus {
      color: #231f20;
      outline: none; }
    @media (max-width: 959px) {
      .filter-search input[type="search"] {
        padding-left: 5px; } }
  @media (min-width: 961px) {
    .filter-search {
      background: transparent;
      width: 254px;
      padding: 0; }
      .filter-search input[type="search"] {
        width: 300px;
        max-width: calc(100% - 40px);
        border-left: 1px solid rgba(0, 0, 0, 0.5); } }
  .filter-search ::-webkit-input-placeholder {
    color: #231f20;
    font-weight: lighter; }
  .filter-search ::-moz-placeholder {
    color: #231f20; }
  .filter-search ::-ms-placeholder {
    color: #231f20; }
  .filter-search ::-moz-placeholder {
    color: #231f20; }
  .filter-search ::placeholder {
    color: #231f20; }
  .filter-search .search-icon {
    width: 20px;
    height: auto; }

.edition__footer, .event__footer, .offseason__footer {
  color: #231f20; }
  .edition__footer h3, .event__footer h3, .offseason__footer h3 {
    margin-bottom: 28px;
    margin-bottom: 2.8rem; }
  .edition__footer h4, .event__footer h4, .offseason__footer h4 {
    margin-bottom: 28px;
    margin-bottom: 2.8rem; }
  .edition__footer p, .event__footer p, .offseason__footer p {
    font-weight: bold;
    margin-bottom: 14px;
    margin-bottom: 1.4rem; }
  .edition__footer hr, .event__footer hr, .offseason__footer hr {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin: 7px 0;
    margin: 0.7rem 0; }

.edition__quick-nav, .event__quick-nav, .offseason__quick-nav {
  color: white;
  padding: 4vw 0; }
  .edition__quick-nav a, .event__quick-nav a, .offseason__quick-nav a {
    color: white !important; }
    .edition__quick-nav a:hover, .event__quick-nav a:hover, .offseason__quick-nav a:hover {
      color: #231f20 !important; }
  .edition__quick-nav h3, .event__quick-nav h3, .offseason__quick-nav h3 {
    margin-bottom: 28px;
    margin-bottom: 2.8rem; }
  .edition__quick-nav ul.more-strands, .event__quick-nav ul.more-strands, .offseason__quick-nav ul.more-strands {
    margin-bottom: 28px;
    margin-bottom: 2.8rem; }
    .edition__quick-nav ul.more-strands li, .event__quick-nav ul.more-strands li, .offseason__quick-nav ul.more-strands li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      padding: 20px 0; }
      .edition__quick-nav ul.more-strands li:last-of-type, .event__quick-nav ul.more-strands li:last-of-type, .offseason__quick-nav ul.more-strands li:last-of-type {
        border-bottom: none; }
      .edition__quick-nav ul.more-strands li a, .event__quick-nav ul.more-strands li a, .offseason__quick-nav ul.more-strands li a {
        position: relative;
        padding-right: 40px; }
        .edition__quick-nav ul.more-strands li a:before, .event__quick-nav ul.more-strands li a:before, .offseason__quick-nav ul.more-strands li a:before {
          content: '';
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 15px;
          height: 30px;
          background: url("../../images/arrow_right-white.svg") 0 0 no-repeat;
          background-size: auto 100%; }
        @media (max-width: 600px) {
          .edition__quick-nav ul.more-strands li a, .event__quick-nav ul.more-strands li a, .offseason__quick-nav ul.more-strands li a {
            padding-right: 20px; }
            .edition__quick-nav ul.more-strands li a:before, .event__quick-nav ul.more-strands li a:before, .offseason__quick-nav ul.more-strands li a:before {
              content: '';
              position: absolute;
              right: 0;
              top: 50%;
              transform: translateY(-50%);
              width: 7px;
              height: 14px;
              background: url("../../images/arrow_right-white.svg") 0 0 no-repeat;
              background-size: auto 100%; } }

.edition__actions a, .event__actions a, .offseason__actions a {
  margin: 0 10px 10px 0; }

.edition__promotions hr, .edition__social hr, .event__promotions hr, .event__social hr, .offseason__promotions hr, .offseason__social hr {
  max-width: 50%; }

@media (max-width: 600px) {
  .edition__promotions h4, .edition__social h4, .event__promotions h4, .event__social h4, .offseason__promotions h4, .offseason__social h4 {
    margin-bottom: 0; } }

.edition__social.flex-right, .event__social.flex-right, .offseason__social.flex-right {
  display: flex;
  justify-content: flex-end; }

.edition__social ul.social, .event__social ul.social, .offseason__social ul.social {
  display: flex;
  align-items: center; }
  .edition__social ul.social li, .event__social ul.social li, .offseason__social ul.social li {
    margin: 0 20px 20px 0; }
    .edition__social ul.social li.tag, .event__social ul.social li.tag, .offseason__social ul.social li.tag {
      font-size: 18px; }
    .edition__social ul.social li a, .event__social ul.social li a, .offseason__social ul.social li a {
      color: #231f20; }
    .edition__social ul.social li.mailing a, .event__social ul.social li.mailing a, .offseason__social ul.social li.mailing a {
      text-indent: 0;
      width: auto;
      height: auto;
      color: #231f20; }

.voucher-module {
  padding: 40px 0;
  color: #8526c6; }
  @media (min-width: 601px) {
    .voucher-module {
      padding: 120px 0; } }
  .voucher-module h3 {
    margin-bottom: 14px;
    margin-bottom: 1.4rem; }
  .voucher-module__image, .voucher-module__text {
    margin-bottom: 20px; }
    .voucher-module__image p, .voucher-module__text p {
      max-width: 90%; }
  .voucher-module__image {
    margin-bottom: 20px; }
    .voucher-module__image img {
      width: 120px;
      height: auto; }
  @media (min-width: 960px) {
    .voucher-module {
      display: flex;
      justify-content: space-between; }
      .voucher-module__image {
        width: calc(20% - 40px);
        margin-right: 40px; }
        .voucher-module__image img {
          width: 200px;
          height: auto; }
      .voucher-module__text {
        width: calc(55% - 20px);
        margin-right: 40px; }
        .voucher-module__text p {
          width: 520px;
          max-width: 90%; }
      .voucher-module__action {
        margin-left: auto; }
        .voucher-module__action .button {
          width: 100%; } }

.donate-module {
  padding: 40px 0;
  color: white; }
  .donate-module h3 {
    margin-bottom: 14px;
    margin-bottom: 1.4rem; }
  .donate-module p {
    color: white;
    font-weight: bold; }
  .donate-module__image, .donate-module__text {
    margin-bottom: 20px; }
    .donate-module__image p, .donate-module__text p {
      max-width: 90%; }
  .donate-module a.button:hover {
    background-color: white; }
  @media (min-width: 960px) {
    .donate-module {
      display: flex;
      justify-content: space-between; }
      .donate-module__image {
        width: calc(20% - 40px);
        margin-right: 40px; }
        .donate-module__image img {
          width: 200px;
          height: auto; }
      .donate-module__text {
        width: calc(70% - 20px);
        margin-right: 40px; }
        .donate-module__text p {
          width: 520px;
          max-width: 90%; }
      .donate-module__action {
        margin-left: auto; }
        .donate-module__action .button {
          width: 100%; } }

.archive-banner-bg {
  background-color: #FF675D;
  background-image: url("../../assets/images/Digitial-Capsule/ddf-capsule-red-14.jpg");
  background-size: cover; }

.archive-banner {
  padding: 40px 0;
  color: white; }
  .archive-banner h2 a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    color: white !important; }
    .archive-banner h2 a:hover {
      color: #1D3445;
      border-bottom: 1px solid rgba(29, 52, 69, 0.5); }
  .archive-banner p {
    color: white;
    font-weight: bold; }
  .archive-banner__image, .archive-banner__text {
    margin-bottom: 20px; }
    .archive-banner__image p, .archive-banner__text p {
      max-width: 90%; }
  .archive-banner a.button:hover {
    background-color: white; }
  @media (min-width: 960px) {
    .archive-banner {
      padding: 80px 0;
      display: flex;
      justify-content: space-between; }
      .archive-banner__image {
        width: calc(20% - 40px);
        margin-right: 40px; }
        .archive-banner__image img {
          width: 200px;
          height: auto; }
      .archive-banner__text {
        width: calc(70% - 20px);
        margin-right: 40px; }
        .archive-banner__text p {
          width: 520px;
          max-width: 90%; }
      .archive-banner__action {
        margin-left: auto; }
        .archive-banner__action .button {
          width: 100%; } }

.extended-module {
  background: #9e44db;
  color: white;
  padding: 40px 0; }
  @media (min-width: 601px) {
    .extended-module {
      padding: 80px 0; } }
  .extended-module__intro {
    margin-bottom: 40px; }
    .extended-module__intro h3 {
      width: 800px;
      max-width: 100%; }
      .extended-module__intro h3 a.ul, .extended-module__intro h3 h4 a, .extended-module__intro h4 h3 a, .extended-module__intro h3 p a, .extended-module__intro p h3 a, .extended-module__intro h3 .archive-overview__intro p a, .archive-overview__intro p .extended-module__intro h3 a, .extended-module__intro h3 .archive-overview__intro ul a, .archive-overview__intro ul .extended-module__intro h3 a, .extended-module__intro h3 .archive-overview__story p a, .archive-overview__story p .extended-module__intro h3 a, .extended-module__intro h3 .archive-overview__story ul a, .archive-overview__story ul .extended-module__intro h3 a, .extended-module__intro h3 .archive-overview__row__events ul li a.download, .archive-overview__row__events ul li .extended-module__intro h3 a.download, .extended-module__intro h3 .archive-overview__row__subhd p a, .archive-overview__row__subhd p .extended-module__intro h3 a, .extended-module__intro h3 .archive-overview__row__subhd ul a, .archive-overview__row__subhd ul .extended-module__intro h3 a {
        color: white;
        border-bottom: 1px solid rgba(35, 31, 32, 0.5); }
        .extended-module__intro h3 a.ul:hover, .extended-module__intro h3 h4 a:hover, .extended-module__intro h4 h3 a:hover, .extended-module__intro h3 p a:hover, .extended-module__intro p h3 a:hover, .extended-module__intro h3 .archive-overview__intro p a:hover, .archive-overview__intro p .extended-module__intro h3 a:hover, .extended-module__intro h3 .archive-overview__intro ul a:hover, .archive-overview__intro ul .extended-module__intro h3 a:hover, .extended-module__intro h3 .archive-overview__story p a:hover, .archive-overview__story p .extended-module__intro h3 a:hover, .extended-module__intro h3 .archive-overview__story ul a:hover, .archive-overview__story ul .extended-module__intro h3 a:hover, .extended-module__intro h3 .archive-overview__row__events ul li a.download:hover, .archive-overview__row__events ul li .extended-module__intro h3 a.download:hover, .extended-module__intro h3 .archive-overview__row__subhd p a:hover, .archive-overview__row__subhd p .extended-module__intro h3 a:hover, .extended-module__intro h3 .archive-overview__row__subhd ul a:hover, .archive-overview__row__subhd ul .extended-module__intro h3 a:hover {
          color: #231f20 !important;
          border-bottom: 1px solid rgba(35, 31, 32, 0.8); }
    .extended-module__intro h4, .extended-module__intro p {
      width: 960px;
      max-width: 100%; }
      .extended-module__intro h4 a, .extended-module__intro p a {
        color: white !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
        .extended-module__intro h4 a:hover, .extended-module__intro p a:hover {
          color: white !important;
          border-bottom: 1px solid rgba(255, 255, 255, 0.8); }
    .extended-module__intro h2 + h3, .extended-module__intro h2 + h4, .extended-module__intro h2 + p {
      margin-top: 28px;
      margin-top: 2.8rem; }

@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px); }
  to {
    transform: translate(0, 0); } }

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9e44db;
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video;
  transition: opacity .3s ease-out; }

.modal-video-close {
  opacity: 0; }

.modal-video-close .modal-video-movie-wrap {
  transform: translate(0, 100px); }

.modal-video-body {
  max-width: calc(100% - 120px);
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table; }
  @media (min-width: 1201px) {
    .modal-video-body {
      width: 1020px; } }
  @media (max-width: 959px) {
    .modal-video-body {
      max-width: 100%; } }

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video-inner;
  transform: translate(0, 0);
  transition: transform .3s ease-out; }

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent; }

.modal-video-close-btn:before {
  transform: rotate(45deg); }

.modal-video-close-btn:after {
  transform: rotate(-45deg); }

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px; }

.modal-video-close-btn:hover {
  cursor: pointer; }

.modal-video-close-btn:focus {
  outline: none; }

@media (max-width: 959px) {
  .modal-video-close-btn {
    right: 20px;
    top: -50px; } }

.ctaRow {
  background: #9e44db;
  color: white;
  padding: 20px 0; }
  @media (min-width: 600px) {
    .ctaRow {
      padding: 40px 0;
      padding-bottom: 20px; } }
  @media (min-width: 960px) {
    .ctaRow {
      padding: 60px 0;
      padding-bottom: 30px; } }
  .ctaRow a {
    color: white; }
    .ctaRow a:hover {
      color: rgba(255, 255, 255, 0.5); }
  .ctaRow__items {
    padding: 40px 0; }
    .ctaRow__items h4 {
      font-weight: lighter;
      padding-bottom: 10px; }
      @media (min-width: 601px) {
        .ctaRow__items h4 {
          margin-bottom: 1.4rem; } }
    .ctaRow__items p {
      margin-bottom: 28px;
      margin-bottom: 2.8rem; }
    .ctaRow__items__cta {
      padding-bottom: 20px; }
    @media (min-width: 960px) {
      .ctaRow__items {
        display: flex;
        justify-content: space-between; }
        .ctaRow__items__cta {
          width: calc(50% - 40px); } }

.tick-container {
  max-width: 100vw;
  overflow: hidden; }

.one-tick {
  width: 180px;
  height: 50px;
  min-width: 180px;
  background: #eee822;
  display: flex;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: black; }

.one-tick span {
  margin: auto; }

.ticker-tape {
  display: flex; }

.ticker-tape:hover {
  animation-play-state: paused; }

.ticker-tape {
  text-decoration: none;
  animtaion: tick 2s infinite linear;
  -webkit-animation: tick 2s infinite linear;
  -moz-animation: tick 2s infinite linear;
  -o-animation: tick 2s infinite linear;
  -ms-transition: tick 2s infinite linear; }

@keyframes tick {
  0% {
    margin-left: 0px; }
  99.99999% {
    margin-left: -180px; }
  100% {
    margin-left: 0px; } }

/* @mixin fluid-type($min-vw, $max-vw, $min-font-size, $max-font-size) */
strong {
  font-weight: bold; }

html {
  font-size: 62.5%;
  box-sizing: border-box; }

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

body {
  background: #f4f4f4;
  color: #231f20;
  font-family: "Marr Sans Web";
  font-feature-settings: "kern" 1, "liga" 1, "pnum" 1;
  font-kerning: normal;
  font-smoothing: antialiased;
  font-weight: 500;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

hr {
  border-top: 1px solid rgba(35, 31, 32, 0.2);
  border-bottom: none;
  height: 0; }

body a, body a:link, body a:visited, body a:focus, body a:hover, body a:active {
  color: #231f20;
  text-decoration: none;
  transition: all 0.2s; }
  body a:-moz-any-link, body a:link:-moz-any-link, body a:visited:-moz-any-link, body a:focus:-moz-any-link, body a:hover:-moz-any-link, body a:active:-moz-any-link {
    text-decoration: none !important; }
  body a:any-link, body a:link:any-link, body a:visited:any-link, body a:focus:any-link, body a:hover:any-link, body a:active:any-link {
    text-decoration: none !important; }

em {
  font-style: italic; }

.upper {
  text-transform: uppercase;
  letter-spacing: 1px; }

.nomargin {
  margin-bottom: 0; }

.centered {
  text-align: center; }

.ultra {
  font-family: "Marr Sans Web Ultra"; }

/*
$f-mini: 14px;
$f-small: 16px;
$f-body: 18px;
$f-medium: 21px;
$f-large: 26px;
$f-xlarge: 30px;
$f-xxlarge: 45px;
$f-xxxlarge: 60px;
$f-xxxxlarge: 80px;
$f-xxxxlarge: 100px;
	
*/
.edition2019-landing__row--intro p, .offseason-landing__row--intro p {
  font-family: "Canela Web";
  font-weight: lighter;
  line-height: 1; }
  .edition2019-landing__row--intro p, .offseason-landing__row--intro p {
    font-size: 30px; }
    @media screen and (min-width: 480px) {
      .edition2019-landing__row--intro p, .offseason-landing__row--intro p {
        font-size: calc(30px + 70 * ((100vw - 480px) / 720)); } }
    @media screen and (min-width: 1200px) {
      .edition2019-landing__row--intro p, .offseason-landing__row--intro p {
        font-size: 100px; } }
  @media (max-width: 600px) {
    .edition2019-landing__row--intro p, .offseason-landing__row--intro p {
      line-height: 1.2; } }

.body-header .container h1.edition-tf-2020, .body-header .ddf-body-hd__row h1.edition-tf-2020, .body-header .ddf-body__row h1.edition-tf-2020, .body-header .archive-overview__row h1.edition-tf-2020, .body-header .edition-landing__row h1.edition-tf-2020, .body-header .edition2020-landing__row h1.edition-tf-2020, .body-header .edition2019-landing__row h1.edition-tf-2020, .body-header #ddf23 .playTrailerHolder h1.edition-tf-2020, #ddf23 .body-header .playTrailerHolder h1.edition-tf-2020, .body-header .offseason-landing__row h1.edition-tf-2020 {
  font-family: "Le Jeune Deck Web";
  font-weight: lighter;
  line-height: 1.2; }
  .body-header .container h1.edition-tf-2020, .body-header .ddf-body-hd__row h1.edition-tf-2020, .body-header .ddf-body__row h1.edition-tf-2020, .body-header .archive-overview__row h1.edition-tf-2020, .body-header .edition-landing__row h1.edition-tf-2020, .body-header .edition2020-landing__row h1.edition-tf-2020, .body-header .edition2019-landing__row h1.edition-tf-2020, .body-header #ddf23 .playTrailerHolder h1.edition-tf-2020, #ddf23 .body-header .playTrailerHolder h1.edition-tf-2020, .body-header .offseason-landing__row h1.edition-tf-2020 {
    font-size: 30px; }
    @media screen and (min-width: 480px) {
      .body-header .container h1.edition-tf-2020, .body-header .ddf-body-hd__row h1.edition-tf-2020, .body-header .ddf-body__row h1.edition-tf-2020, .body-header .archive-overview__row h1.edition-tf-2020, .body-header .edition-landing__row h1.edition-tf-2020, .body-header .edition2020-landing__row h1.edition-tf-2020, .body-header .edition2019-landing__row h1.edition-tf-2020, .body-header #ddf23 .playTrailerHolder h1.edition-tf-2020, #ddf23 .body-header .playTrailerHolder h1.edition-tf-2020, .body-header .offseason-landing__row h1.edition-tf-2020 {
        font-size: calc(30px + 70 * ((100vw - 480px) / 720)); } }
    @media screen and (min-width: 1200px) {
      .body-header .container h1.edition-tf-2020, .body-header .ddf-body-hd__row h1.edition-tf-2020, .body-header .ddf-body__row h1.edition-tf-2020, .body-header .archive-overview__row h1.edition-tf-2020, .body-header .edition-landing__row h1.edition-tf-2020, .body-header .edition2020-landing__row h1.edition-tf-2020, .body-header .edition2019-landing__row h1.edition-tf-2020, .body-header #ddf23 .playTrailerHolder h1.edition-tf-2020, #ddf23 .body-header .playTrailerHolder h1.edition-tf-2020, .body-header .offseason-landing__row h1.edition-tf-2020 {
        font-size: 100px; } }
  @media (max-width: 600px) {
    .body-header .container h1.edition-tf-2020, .body-header .ddf-body-hd__row h1.edition-tf-2020, .body-header .ddf-body__row h1.edition-tf-2020, .body-header .archive-overview__row h1.edition-tf-2020, .body-header .edition-landing__row h1.edition-tf-2020, .body-header .edition2020-landing__row h1.edition-tf-2020, .body-header .edition2019-landing__row h1.edition-tf-2020, .body-header #ddf23 .playTrailerHolder h1.edition-tf-2020, #ddf23 .body-header .playTrailerHolder h1.edition-tf-2020, .body-header .offseason-landing__row h1.edition-tf-2020 {
      line-height: 1.2; } }

.body-header .container h1.filter, .body-header .ddf-body-hd__row h1.filter, .body-header .ddf-body__row h1.filter, .body-header .archive-overview__row h1.filter, .body-header .edition-landing__row h1.filter, .body-header .edition2020-landing__row h1.filter, .body-header .edition2019-landing__row h1.filter, .body-header #ddf23 .playTrailerHolder h1.filter, #ddf23 .body-header .playTrailerHolder h1.filter, .body-header .offseason-landing__row h1.filter, .body-header .container h1.strand, .body-header .ddf-body-hd__row h1.strand, .body-header .ddf-body__row h1.strand, .body-header .archive-overview__row h1.strand, .body-header .edition-landing__row h1.strand, .body-header .edition2020-landing__row h1.strand, .body-header .edition2019-landing__row h1.strand, .body-header #ddf23 .playTrailerHolder h1.strand, #ddf23 .body-header .playTrailerHolder h1.strand, .body-header .offseason-landing__row h1.strand, .body-header .container .event-cta p, .body-header .ddf-body-hd__row .event-cta p, .body-header .ddf-body__row .event-cta p, .body-header .archive-overview__row .event-cta p, .body-header .edition-landing__row .event-cta p, .body-header .edition2020-landing__row .event-cta p, .body-header .edition2019-landing__row .event-cta p, .body-header #ddf23 .playTrailerHolder .event-cta p, #ddf23 .body-header .playTrailerHolder .event-cta p, .body-header .offseason-landing__row .event-cta p, .heroItem__displayTitle, .archive-overview__intro h1.edition-archive {
  font-family: "Canela Web";
  font-weight: lighter;
  line-height: 1.2; }
  .body-header .container h1.filter, .body-header .ddf-body-hd__row h1.filter, .body-header .ddf-body__row h1.filter, .body-header .archive-overview__row h1.filter, .body-header .edition-landing__row h1.filter, .body-header .edition2020-landing__row h1.filter, .body-header .edition2019-landing__row h1.filter, .body-header #ddf23 .playTrailerHolder h1.filter, #ddf23 .body-header .playTrailerHolder h1.filter, .body-header .offseason-landing__row h1.filter, .body-header .container h1.strand, .body-header .ddf-body-hd__row h1.strand, .body-header .ddf-body__row h1.strand, .body-header .archive-overview__row h1.strand, .body-header .edition-landing__row h1.strand, .body-header .edition2020-landing__row h1.strand, .body-header .edition2019-landing__row h1.strand, .body-header #ddf23 .playTrailerHolder h1.strand, #ddf23 .body-header .playTrailerHolder h1.strand, .body-header .offseason-landing__row h1.strand, .body-header .container .event-cta p, .body-header .ddf-body-hd__row .event-cta p, .body-header .ddf-body__row .event-cta p, .body-header .archive-overview__row .event-cta p, .body-header .edition-landing__row .event-cta p, .body-header .edition2020-landing__row .event-cta p, .body-header .edition2019-landing__row .event-cta p, .body-header #ddf23 .playTrailerHolder .event-cta p, #ddf23 .body-header .playTrailerHolder .event-cta p, .body-header .offseason-landing__row .event-cta p, .heroItem__displayTitle, .archive-overview__intro h1.edition-archive {
    font-size: 26px; }
    @media screen and (min-width: 480px) {
      .body-header .container h1.filter, .body-header .ddf-body-hd__row h1.filter, .body-header .ddf-body__row h1.filter, .body-header .archive-overview__row h1.filter, .body-header .edition-landing__row h1.filter, .body-header .edition2020-landing__row h1.filter, .body-header .edition2019-landing__row h1.filter, .body-header #ddf23 .playTrailerHolder h1.filter, #ddf23 .body-header .playTrailerHolder h1.filter, .body-header .offseason-landing__row h1.filter, .body-header .container h1.strand, .body-header .ddf-body-hd__row h1.strand, .body-header .ddf-body__row h1.strand, .body-header .archive-overview__row h1.strand, .body-header .edition-landing__row h1.strand, .body-header .edition2020-landing__row h1.strand, .body-header .edition2019-landing__row h1.strand, .body-header #ddf23 .playTrailerHolder h1.strand, #ddf23 .body-header .playTrailerHolder h1.strand, .body-header .offseason-landing__row h1.strand, .body-header .container .event-cta p, .body-header .ddf-body-hd__row .event-cta p, .body-header .ddf-body__row .event-cta p, .body-header .archive-overview__row .event-cta p, .body-header .edition-landing__row .event-cta p, .body-header .edition2020-landing__row .event-cta p, .body-header .edition2019-landing__row .event-cta p, .body-header #ddf23 .playTrailerHolder .event-cta p, #ddf23 .body-header .playTrailerHolder .event-cta p, .body-header .offseason-landing__row .event-cta p, .heroItem__displayTitle, .archive-overview__intro h1.edition-archive {
        font-size: calc(26px + 34 * ((100vw - 480px) / 720)); } }
    @media screen and (min-width: 1200px) {
      .body-header .container h1.filter, .body-header .ddf-body-hd__row h1.filter, .body-header .ddf-body__row h1.filter, .body-header .archive-overview__row h1.filter, .body-header .edition-landing__row h1.filter, .body-header .edition2020-landing__row h1.filter, .body-header .edition2019-landing__row h1.filter, .body-header #ddf23 .playTrailerHolder h1.filter, #ddf23 .body-header .playTrailerHolder h1.filter, .body-header .offseason-landing__row h1.filter, .body-header .container h1.strand, .body-header .ddf-body-hd__row h1.strand, .body-header .ddf-body__row h1.strand, .body-header .archive-overview__row h1.strand, .body-header .edition-landing__row h1.strand, .body-header .edition2020-landing__row h1.strand, .body-header .edition2019-landing__row h1.strand, .body-header #ddf23 .playTrailerHolder h1.strand, #ddf23 .body-header .playTrailerHolder h1.strand, .body-header .offseason-landing__row h1.strand, .body-header .container .event-cta p, .body-header .ddf-body-hd__row .event-cta p, .body-header .ddf-body__row .event-cta p, .body-header .archive-overview__row .event-cta p, .body-header .edition-landing__row .event-cta p, .body-header .edition2020-landing__row .event-cta p, .body-header .edition2019-landing__row .event-cta p, .body-header #ddf23 .playTrailerHolder .event-cta p, #ddf23 .body-header .playTrailerHolder .event-cta p, .body-header .offseason-landing__row .event-cta p, .heroItem__displayTitle, .archive-overview__intro h1.edition-archive {
        font-size: 60px; } }
  @media (max-width: 600px) {
    .body-header .container h1.filter, .body-header .ddf-body-hd__row h1.filter, .body-header .ddf-body__row h1.filter, .body-header .archive-overview__row h1.filter, .body-header .edition-landing__row h1.filter, .body-header .edition2020-landing__row h1.filter, .body-header .edition2019-landing__row h1.filter, .body-header #ddf23 .playTrailerHolder h1.filter, #ddf23 .body-header .playTrailerHolder h1.filter, .body-header .offseason-landing__row h1.filter, .body-header .container h1.strand, .body-header .ddf-body-hd__row h1.strand, .body-header .ddf-body__row h1.strand, .body-header .archive-overview__row h1.strand, .body-header .edition-landing__row h1.strand, .body-header .edition2020-landing__row h1.strand, .body-header .edition2019-landing__row h1.strand, .body-header #ddf23 .playTrailerHolder h1.strand, #ddf23 .body-header .playTrailerHolder h1.strand, .body-header .offseason-landing__row h1.strand, .body-header .container .event-cta p, .body-header .ddf-body-hd__row .event-cta p, .body-header .ddf-body__row .event-cta p, .body-header .archive-overview__row .event-cta p, .body-header .edition-landing__row .event-cta p, .body-header .edition2020-landing__row .event-cta p, .body-header .edition2019-landing__row .event-cta p, .body-header #ddf23 .playTrailerHolder .event-cta p, #ddf23 .body-header .playTrailerHolder .event-cta p, .body-header .offseason-landing__row .event-cta p, .heroItem__displayTitle, .archive-overview__intro h1.edition-archive {
      line-height: 1.3; } }

.archive-banner h2, .body-header .container h1.strand.strands-2020, .body-header .ddf-body-hd__row h1.strand.strands-2020, .body-header .ddf-body__row h1.strand.strands-2020, .body-header .archive-overview__row h1.strand.strands-2020, .body-header .edition-landing__row h1.strand.strands-2020, .body-header .edition2020-landing__row h1.strand.strands-2020, .body-header .edition2019-landing__row h1.strand.strands-2020, .body-header #ddf23 .playTrailerHolder h1.strand.strands-2020, #ddf23 .body-header .playTrailerHolder h1.strand.strands-2020, .body-header .offseason-landing__row h1.strand.strands-2020, .body-header .container .event-cta.event-cta-2020 p, .body-header .ddf-body-hd__row .event-cta.event-cta-2020 p, .body-header .ddf-body__row .event-cta.event-cta-2020 p, .body-header .archive-overview__row .event-cta.event-cta-2020 p, .body-header .edition-landing__row .event-cta.event-cta-2020 p, .body-header .edition2020-landing__row .event-cta.event-cta-2020 p, .body-header .edition2019-landing__row .event-cta.event-cta-2020 p, .body-header #ddf23 .playTrailerHolder .event-cta.event-cta-2020 p, #ddf23 .body-header .playTrailerHolder .event-cta.event-cta-2020 p, .body-header .offseason-landing__row .event-cta.event-cta-2020 p, .archive-overview__intro h1.edition-archive--2020-capsule, .edition-landing__row--intro p, .edition2020-landing__row--intro p {
  font-family: "Le Jeune Deck Web";
  font-weight: lighter;
  line-height: 1.2; }
  .archive-banner h2, .body-header .container h1.strand.strands-2020, .body-header .ddf-body-hd__row h1.strand.strands-2020, .body-header .ddf-body__row h1.strand.strands-2020, .body-header .archive-overview__row h1.strand.strands-2020, .body-header .edition-landing__row h1.strand.strands-2020, .body-header .edition2020-landing__row h1.strand.strands-2020, .body-header .edition2019-landing__row h1.strand.strands-2020, .body-header #ddf23 .playTrailerHolder h1.strand.strands-2020, #ddf23 .body-header .playTrailerHolder h1.strand.strands-2020, .body-header .offseason-landing__row h1.strand.strands-2020, .body-header .container .event-cta.event-cta-2020 p, .body-header .ddf-body-hd__row .event-cta.event-cta-2020 p, .body-header .ddf-body__row .event-cta.event-cta-2020 p, .body-header .archive-overview__row .event-cta.event-cta-2020 p, .body-header .edition-landing__row .event-cta.event-cta-2020 p, .body-header .edition2020-landing__row .event-cta.event-cta-2020 p, .body-header .edition2019-landing__row .event-cta.event-cta-2020 p, .body-header #ddf23 .playTrailerHolder .event-cta.event-cta-2020 p, #ddf23 .body-header .playTrailerHolder .event-cta.event-cta-2020 p, .body-header .offseason-landing__row .event-cta.event-cta-2020 p, .archive-overview__intro h1.edition-archive--2020-capsule, .edition-landing__row--intro p, .edition2020-landing__row--intro p {
    font-size: 26px; }
    @media screen and (min-width: 480px) {
      .archive-banner h2, .body-header .container h1.strand.strands-2020, .body-header .ddf-body-hd__row h1.strand.strands-2020, .body-header .ddf-body__row h1.strand.strands-2020, .body-header .archive-overview__row h1.strand.strands-2020, .body-header .edition-landing__row h1.strand.strands-2020, .body-header .edition2020-landing__row h1.strand.strands-2020, .body-header .edition2019-landing__row h1.strand.strands-2020, .body-header #ddf23 .playTrailerHolder h1.strand.strands-2020, #ddf23 .body-header .playTrailerHolder h1.strand.strands-2020, .body-header .offseason-landing__row h1.strand.strands-2020, .body-header .container .event-cta.event-cta-2020 p, .body-header .ddf-body-hd__row .event-cta.event-cta-2020 p, .body-header .ddf-body__row .event-cta.event-cta-2020 p, .body-header .archive-overview__row .event-cta.event-cta-2020 p, .body-header .edition-landing__row .event-cta.event-cta-2020 p, .body-header .edition2020-landing__row .event-cta.event-cta-2020 p, .body-header .edition2019-landing__row .event-cta.event-cta-2020 p, .body-header #ddf23 .playTrailerHolder .event-cta.event-cta-2020 p, #ddf23 .body-header .playTrailerHolder .event-cta.event-cta-2020 p, .body-header .offseason-landing__row .event-cta.event-cta-2020 p, .archive-overview__intro h1.edition-archive--2020-capsule, .edition-landing__row--intro p, .edition2020-landing__row--intro p {
        font-size: calc(26px + 34 * ((100vw - 480px) / 720)); } }
    @media screen and (min-width: 1200px) {
      .archive-banner h2, .body-header .container h1.strand.strands-2020, .body-header .ddf-body-hd__row h1.strand.strands-2020, .body-header .ddf-body__row h1.strand.strands-2020, .body-header .archive-overview__row h1.strand.strands-2020, .body-header .edition-landing__row h1.strand.strands-2020, .body-header .edition2020-landing__row h1.strand.strands-2020, .body-header .edition2019-landing__row h1.strand.strands-2020, .body-header #ddf23 .playTrailerHolder h1.strand.strands-2020, #ddf23 .body-header .playTrailerHolder h1.strand.strands-2020, .body-header .offseason-landing__row h1.strand.strands-2020, .body-header .container .event-cta.event-cta-2020 p, .body-header .ddf-body-hd__row .event-cta.event-cta-2020 p, .body-header .ddf-body__row .event-cta.event-cta-2020 p, .body-header .archive-overview__row .event-cta.event-cta-2020 p, .body-header .edition-landing__row .event-cta.event-cta-2020 p, .body-header .edition2020-landing__row .event-cta.event-cta-2020 p, .body-header .edition2019-landing__row .event-cta.event-cta-2020 p, .body-header #ddf23 .playTrailerHolder .event-cta.event-cta-2020 p, #ddf23 .body-header .playTrailerHolder .event-cta.event-cta-2020 p, .body-header .offseason-landing__row .event-cta.event-cta-2020 p, .archive-overview__intro h1.edition-archive--2020-capsule, .edition-landing__row--intro p, .edition2020-landing__row--intro p {
        font-size: 60px; } }
  @media (max-width: 600px) {
    .archive-banner h2, .body-header .container h1.strand.strands-2020, .body-header .ddf-body-hd__row h1.strand.strands-2020, .body-header .ddf-body__row h1.strand.strands-2020, .body-header .archive-overview__row h1.strand.strands-2020, .body-header .edition-landing__row h1.strand.strands-2020, .body-header .edition2020-landing__row h1.strand.strands-2020, .body-header .edition2019-landing__row h1.strand.strands-2020, .body-header #ddf23 .playTrailerHolder h1.strand.strands-2020, #ddf23 .body-header .playTrailerHolder h1.strand.strands-2020, .body-header .offseason-landing__row h1.strand.strands-2020, .body-header .container .event-cta.event-cta-2020 p, .body-header .ddf-body-hd__row .event-cta.event-cta-2020 p, .body-header .ddf-body__row .event-cta.event-cta-2020 p, .body-header .archive-overview__row .event-cta.event-cta-2020 p, .body-header .edition-landing__row .event-cta.event-cta-2020 p, .body-header .edition2020-landing__row .event-cta.event-cta-2020 p, .body-header .edition2019-landing__row .event-cta.event-cta-2020 p, .body-header #ddf23 .playTrailerHolder .event-cta.event-cta-2020 p, #ddf23 .body-header .playTrailerHolder .event-cta.event-cta-2020 p, .body-header .offseason-landing__row .event-cta.event-cta-2020 p, .archive-overview__intro h1.edition-archive--2020-capsule, .edition-landing__row--intro p, .edition2020-landing__row--intro p {
      line-height: 1.2; } }

.body-header .container h1.strand.strands-2023, .body-header .ddf-body-hd__row h1.strand.strands-2023, .body-header .ddf-body__row h1.strand.strands-2023, .body-header .archive-overview__row h1.strand.strands-2023, .body-header .edition-landing__row h1.strand.strands-2023, .body-header .edition2020-landing__row h1.strand.strands-2023, .body-header .edition2019-landing__row h1.strand.strands-2023, .body-header #ddf23 .playTrailerHolder h1.strand.strands-2023, #ddf23 .body-header .playTrailerHolder h1.strand.strands-2023, .body-header .offseason-landing__row h1.strand.strands-2023 {
  font-family: "Canela Web";
  font-weight: lighter;
  line-height: 1.2; }
  .body-header .container h1.strand.strands-2023, .body-header .ddf-body-hd__row h1.strand.strands-2023, .body-header .ddf-body__row h1.strand.strands-2023, .body-header .archive-overview__row h1.strand.strands-2023, .body-header .edition-landing__row h1.strand.strands-2023, .body-header .edition2020-landing__row h1.strand.strands-2023, .body-header .edition2019-landing__row h1.strand.strands-2023, .body-header #ddf23 .playTrailerHolder h1.strand.strands-2023, #ddf23 .body-header .playTrailerHolder h1.strand.strands-2023, .body-header .offseason-landing__row h1.strand.strands-2023 {
    font-size: 26px; }
    @media screen and (min-width: 480px) {
      .body-header .container h1.strand.strands-2023, .body-header .ddf-body-hd__row h1.strand.strands-2023, .body-header .ddf-body__row h1.strand.strands-2023, .body-header .archive-overview__row h1.strand.strands-2023, .body-header .edition-landing__row h1.strand.strands-2023, .body-header .edition2020-landing__row h1.strand.strands-2023, .body-header .edition2019-landing__row h1.strand.strands-2023, .body-header #ddf23 .playTrailerHolder h1.strand.strands-2023, #ddf23 .body-header .playTrailerHolder h1.strand.strands-2023, .body-header .offseason-landing__row h1.strand.strands-2023 {
        font-size: calc(26px + 34 * ((100vw - 480px) / 720)); } }
    @media screen and (min-width: 1200px) {
      .body-header .container h1.strand.strands-2023, .body-header .ddf-body-hd__row h1.strand.strands-2023, .body-header .ddf-body__row h1.strand.strands-2023, .body-header .archive-overview__row h1.strand.strands-2023, .body-header .edition-landing__row h1.strand.strands-2023, .body-header .edition2020-landing__row h1.strand.strands-2023, .body-header .edition2019-landing__row h1.strand.strands-2023, .body-header #ddf23 .playTrailerHolder h1.strand.strands-2023, #ddf23 .body-header .playTrailerHolder h1.strand.strands-2023, .body-header .offseason-landing__row h1.strand.strands-2023 {
        font-size: 60px; } }
  @media (max-width: 600px) {
    .body-header .container h1.strand.strands-2023, .body-header .ddf-body-hd__row h1.strand.strands-2023, .body-header .ddf-body__row h1.strand.strands-2023, .body-header .archive-overview__row h1.strand.strands-2023, .body-header .edition-landing__row h1.strand.strands-2023, .body-header .edition2020-landing__row h1.strand.strands-2023, .body-header .edition2019-landing__row h1.strand.strands-2023, .body-header #ddf23 .playTrailerHolder h1.strand.strands-2023, #ddf23 .body-header .playTrailerHolder h1.strand.strands-2023, .body-header .offseason-landing__row h1.strand.strands-2023 {
      line-height: 1.2; } }

.body-header.extended .container h1, .body-header.extended .ddf-body-hd__row h1, .body-header.extended .ddf-body__row h1, .body-header.extended .archive-overview__row h1, .body-header.extended .edition-landing__row h1, .body-header.extended .edition2020-landing__row h1, .body-header.extended .edition2019-landing__row h1, .body-header.extended #ddf23 .playTrailerHolder h1, #ddf23 .body-header.extended .playTrailerHolder h1, .body-header.extended .offseason-landing__row h1, .body-header.extended .container h1.event, .body-header.extended .ddf-body-hd__row h1.event, .body-header.extended .ddf-body__row h1.event, .body-header.extended .archive-overview__row h1.event, .body-header.extended .edition-landing__row h1.event, .body-header.extended .edition2020-landing__row h1.event, .body-header.extended .edition2019-landing__row h1.event, .body-header.extended .offseason-landing__row h1.event, .body-header.org .container h1, .body-header.org .ddf-body-hd__row h1, .body-header.org .ddf-body__row h1, .body-header.org .archive-overview__row h1, .body-header.org .edition-landing__row h1, .body-header.org .edition2020-landing__row h1, .body-header.org .edition2019-landing__row h1, .body-header.org #ddf23 .playTrailerHolder h1, #ddf23 .body-header.org .playTrailerHolder h1, .body-header.org .offseason-landing__row h1, .content .section-head h2, .content .list h2.voucher {
  line-height: 1.2; }
  .body-header.extended .container h1, .body-header.extended .ddf-body-hd__row h1, .body-header.extended .ddf-body__row h1, .body-header.extended .archive-overview__row h1, .body-header.extended .edition-landing__row h1, .body-header.extended .edition2020-landing__row h1, .body-header.extended .edition2019-landing__row h1, .body-header.extended #ddf23 .playTrailerHolder h1, #ddf23 .body-header.extended .playTrailerHolder h1, .body-header.extended .offseason-landing__row h1, .body-header.extended .container h1.event, .body-header.extended .ddf-body-hd__row h1.event, .body-header.extended .ddf-body__row h1.event, .body-header.extended .archive-overview__row h1.event, .body-header.extended .edition-landing__row h1.event, .body-header.extended .edition2020-landing__row h1.event, .body-header.extended .edition2019-landing__row h1.event, .body-header.extended .offseason-landing__row h1.event, .body-header.org .container h1, .body-header.org .ddf-body-hd__row h1, .body-header.org .ddf-body__row h1, .body-header.org .archive-overview__row h1, .body-header.org .edition-landing__row h1, .body-header.org .edition2020-landing__row h1, .body-header.org .edition2019-landing__row h1, .body-header.org #ddf23 .playTrailerHolder h1, #ddf23 .body-header.org .playTrailerHolder h1, .body-header.org .offseason-landing__row h1, .content .section-head h2, .content .list h2.voucher {
    font-size: 26px; }
    @media screen and (min-width: 480px) {
      .body-header.extended .container h1, .body-header.extended .ddf-body-hd__row h1, .body-header.extended .ddf-body__row h1, .body-header.extended .archive-overview__row h1, .body-header.extended .edition-landing__row h1, .body-header.extended .edition2020-landing__row h1, .body-header.extended .edition2019-landing__row h1, .body-header.extended #ddf23 .playTrailerHolder h1, #ddf23 .body-header.extended .playTrailerHolder h1, .body-header.extended .offseason-landing__row h1, .body-header.extended .container h1.event, .body-header.extended .ddf-body-hd__row h1.event, .body-header.extended .ddf-body__row h1.event, .body-header.extended .archive-overview__row h1.event, .body-header.extended .edition-landing__row h1.event, .body-header.extended .edition2020-landing__row h1.event, .body-header.extended .edition2019-landing__row h1.event, .body-header.extended .offseason-landing__row h1.event, .body-header.org .container h1, .body-header.org .ddf-body-hd__row h1, .body-header.org .ddf-body__row h1, .body-header.org .archive-overview__row h1, .body-header.org .edition-landing__row h1, .body-header.org .edition2020-landing__row h1, .body-header.org .edition2019-landing__row h1, .body-header.org #ddf23 .playTrailerHolder h1, #ddf23 .body-header.org .playTrailerHolder h1, .body-header.org .offseason-landing__row h1, .content .section-head h2, .content .list h2.voucher {
        font-size: calc(26px + 34 * ((100vw - 480px) / 720)); } }
    @media screen and (min-width: 1200px) {
      .body-header.extended .container h1, .body-header.extended .ddf-body-hd__row h1, .body-header.extended .ddf-body__row h1, .body-header.extended .archive-overview__row h1, .body-header.extended .edition-landing__row h1, .body-header.extended .edition2020-landing__row h1, .body-header.extended .edition2019-landing__row h1, .body-header.extended #ddf23 .playTrailerHolder h1, #ddf23 .body-header.extended .playTrailerHolder h1, .body-header.extended .offseason-landing__row h1, .body-header.extended .container h1.event, .body-header.extended .ddf-body-hd__row h1.event, .body-header.extended .ddf-body__row h1.event, .body-header.extended .archive-overview__row h1.event, .body-header.extended .edition-landing__row h1.event, .body-header.extended .edition2020-landing__row h1.event, .body-header.extended .edition2019-landing__row h1.event, .body-header.extended .offseason-landing__row h1.event, .body-header.org .container h1, .body-header.org .ddf-body-hd__row h1, .body-header.org .ddf-body__row h1, .body-header.org .archive-overview__row h1, .body-header.org .edition-landing__row h1, .body-header.org .edition2020-landing__row h1, .body-header.org .edition2019-landing__row h1, .body-header.org #ddf23 .playTrailerHolder h1, #ddf23 .body-header.org .playTrailerHolder h1, .body-header.org .offseason-landing__row h1, .content .section-head h2, .content .list h2.voucher {
        font-size: 60px; } }
  @media (max-width: 600px) {
    .body-header.extended .container h1, .body-header.extended .ddf-body-hd__row h1, .body-header.extended .ddf-body__row h1, .body-header.extended .archive-overview__row h1, .body-header.extended .edition-landing__row h1, .body-header.extended .edition2020-landing__row h1, .body-header.extended .edition2019-landing__row h1, .body-header.extended #ddf23 .playTrailerHolder h1, #ddf23 .body-header.extended .playTrailerHolder h1, .body-header.extended .offseason-landing__row h1, .body-header.extended .container h1.event, .body-header.extended .ddf-body-hd__row h1.event, .body-header.extended .ddf-body__row h1.event, .body-header.extended .archive-overview__row h1.event, .body-header.extended .edition-landing__row h1.event, .body-header.extended .edition2020-landing__row h1.event, .body-header.extended .edition2019-landing__row h1.event, .body-header.extended .offseason-landing__row h1.event, .body-header.org .container h1, .body-header.org .ddf-body-hd__row h1, .body-header.org .ddf-body__row h1, .body-header.org .archive-overview__row h1, .body-header.org .edition-landing__row h1, .body-header.org .edition2020-landing__row h1, .body-header.org .edition2019-landing__row h1, .body-header.org #ddf23 .playTrailerHolder h1, #ddf23 .body-header.org .playTrailerHolder h1, .body-header.org .offseason-landing__row h1, .content .section-head h2, .content .list h2.voucher {
      line-height: 1.3; } }

.edition__quick-nav ul.more-strands, .event__quick-nav ul.more-strands, .offseason__quick-nav ul.more-strands, .body-header .container h1, .body-header .ddf-body-hd__row h1, .body-header .ddf-body__row h1, .body-header .archive-overview__row h1, .body-header .edition-landing__row h1, .body-header .edition2020-landing__row h1, .body-header .edition2019-landing__row h1, .body-header #ddf23 .playTrailerHolder h1, #ddf23 .body-header .playTrailerHolder h1, .body-header .offseason-landing__row h1, .body-header .container h1.event, .body-header .ddf-body-hd__row h1.event, .body-header .ddf-body__row h1.event, .body-header .archive-overview__row h1.event, .body-header .edition-landing__row h1.event, .body-header .edition2020-landing__row h1.event, .body-header .edition2019-landing__row h1.event, .body-header .offseason-landing__row h1.event, .ddf-body-hd__row h1, .ddf-body-hd__row__post h3, .ddf-body-hd__row__post p, .ddf-body-hd__row__intro h3, .ddf-body-hd__row__intro p, .ddf-body-hd__fullScreen h1, .ddf-body-hd__fullScreen__post h3, .ddf-body-hd__fullScreen__post p, .ddf-body-hd__fullScreen__intro h3, .ddf-body-hd__fullScreen__intro p, .collection-quicknav ul li .collection-title, .platform-article .passes__item__title h3, .platform-article .passes__item__description h3, .page__quote blockquote.press, .page__quote blockquote.press p {
  font-family: "Canela Web";
  line-height: 1.2; }
  .edition__quick-nav ul.more-strands, .event__quick-nav ul.more-strands, .offseason__quick-nav ul.more-strands, .body-header .container h1, .body-header .ddf-body-hd__row h1, .body-header .ddf-body__row h1, .body-header .archive-overview__row h1, .body-header .edition-landing__row h1, .body-header .edition2020-landing__row h1, .body-header .edition2019-landing__row h1, .body-header #ddf23 .playTrailerHolder h1, #ddf23 .body-header .playTrailerHolder h1, .body-header .offseason-landing__row h1, .body-header .container h1.event, .body-header .ddf-body-hd__row h1.event, .body-header .ddf-body__row h1.event, .body-header .archive-overview__row h1.event, .body-header .edition-landing__row h1.event, .body-header .edition2020-landing__row h1.event, .body-header .edition2019-landing__row h1.event, .body-header .offseason-landing__row h1.event, .ddf-body-hd__row h1, .ddf-body-hd__row__post h3, .ddf-body-hd__row__post p, .ddf-body-hd__row__intro h3, .ddf-body-hd__row__intro p, .ddf-body-hd__fullScreen h1, .ddf-body-hd__fullScreen__post h3, .ddf-body-hd__fullScreen__post p, .ddf-body-hd__fullScreen__intro h3, .ddf-body-hd__fullScreen__intro p, .collection-quicknav ul li .collection-title, .platform-article .passes__item__title h3, .platform-article .passes__item__description h3, .page__quote blockquote.press, .page__quote blockquote.press p {
    font-size: 21px; }
    @media screen and (min-width: 480px) {
      .edition__quick-nav ul.more-strands, .event__quick-nav ul.more-strands, .offseason__quick-nav ul.more-strands, .body-header .container h1, .body-header .ddf-body-hd__row h1, .body-header .ddf-body__row h1, .body-header .archive-overview__row h1, .body-header .edition-landing__row h1, .body-header .edition2020-landing__row h1, .body-header .edition2019-landing__row h1, .body-header #ddf23 .playTrailerHolder h1, #ddf23 .body-header .playTrailerHolder h1, .body-header .offseason-landing__row h1, .body-header .container h1.event, .body-header .ddf-body-hd__row h1.event, .body-header .ddf-body__row h1.event, .body-header .archive-overview__row h1.event, .body-header .edition-landing__row h1.event, .body-header .edition2020-landing__row h1.event, .body-header .edition2019-landing__row h1.event, .body-header .offseason-landing__row h1.event, .ddf-body-hd__row h1, .ddf-body-hd__row__post h3, .ddf-body-hd__row__post p, .ddf-body-hd__row__intro h3, .ddf-body-hd__row__intro p, .ddf-body-hd__fullScreen h1, .ddf-body-hd__fullScreen__post h3, .ddf-body-hd__fullScreen__post p, .ddf-body-hd__fullScreen__intro h3, .ddf-body-hd__fullScreen__intro p, .collection-quicknav ul li .collection-title, .platform-article .passes__item__title h3, .platform-article .passes__item__description h3, .page__quote blockquote.press, .page__quote blockquote.press p {
        font-size: calc(21px + 24 * ((100vw - 480px) / 720)); } }
    @media screen and (min-width: 1200px) {
      .edition__quick-nav ul.more-strands, .event__quick-nav ul.more-strands, .offseason__quick-nav ul.more-strands, .body-header .container h1, .body-header .ddf-body-hd__row h1, .body-header .ddf-body__row h1, .body-header .archive-overview__row h1, .body-header .edition-landing__row h1, .body-header .edition2020-landing__row h1, .body-header .edition2019-landing__row h1, .body-header #ddf23 .playTrailerHolder h1, #ddf23 .body-header .playTrailerHolder h1, .body-header .offseason-landing__row h1, .body-header .container h1.event, .body-header .ddf-body-hd__row h1.event, .body-header .ddf-body__row h1.event, .body-header .archive-overview__row h1.event, .body-header .edition-landing__row h1.event, .body-header .edition2020-landing__row h1.event, .body-header .edition2019-landing__row h1.event, .body-header .offseason-landing__row h1.event, .ddf-body-hd__row h1, .ddf-body-hd__row__post h3, .ddf-body-hd__row__post p, .ddf-body-hd__row__intro h3, .ddf-body-hd__row__intro p, .ddf-body-hd__fullScreen h1, .ddf-body-hd__fullScreen__post h3, .ddf-body-hd__fullScreen__post p, .ddf-body-hd__fullScreen__intro h3, .ddf-body-hd__fullScreen__intro p, .collection-quicknav ul li .collection-title, .platform-article .passes__item__title h3, .platform-article .passes__item__description h3, .page__quote blockquote.press, .page__quote blockquote.press p {
        font-size: 45px; } }
  @media (max-width: 600px) {
    .edition__quick-nav ul.more-strands, .event__quick-nav ul.more-strands, .offseason__quick-nav ul.more-strands, .body-header .container h1, .body-header .ddf-body-hd__row h1, .body-header .ddf-body__row h1, .body-header .archive-overview__row h1, .body-header .edition-landing__row h1, .body-header .edition2020-landing__row h1, .body-header .edition2019-landing__row h1, .body-header #ddf23 .playTrailerHolder h1, #ddf23 .body-header .playTrailerHolder h1, .body-header .offseason-landing__row h1, .body-header .container h1.event, .body-header .ddf-body-hd__row h1.event, .body-header .ddf-body__row h1.event, .body-header .archive-overview__row h1.event, .body-header .edition-landing__row h1.event, .body-header .edition2020-landing__row h1.event, .body-header .edition2019-landing__row h1.event, .body-header .offseason-landing__row h1.event, .ddf-body-hd__row h1, .ddf-body-hd__row__post h3, .ddf-body-hd__row__post p, .ddf-body-hd__row__intro h3, .ddf-body-hd__row__intro p, .ddf-body-hd__fullScreen h1, .ddf-body-hd__fullScreen__post h3, .ddf-body-hd__fullScreen__post p, .ddf-body-hd__fullScreen__intro h3, .ddf-body-hd__fullScreen__intro p, .collection-quicknav ul li .collection-title, .platform-article .passes__item__title h3, .platform-article .passes__item__description h3, .page__quote blockquote.press, .page__quote blockquote.press p {
      line-height: 1.3; } }

.body-header .container h1.event.event-2020, .body-header .ddf-body-hd__row h1.event.event-2020, .body-header .ddf-body__row h1.event.event-2020, .body-header .archive-overview__row h1.event.event-2020, .body-header .edition-landing__row h1.event.event-2020, .body-header .edition2020-landing__row h1.event.event-2020, .body-header .edition2019-landing__row h1.event.event-2020, .body-header #ddf23 .playTrailerHolder h1.event.event-2020, #ddf23 .body-header .playTrailerHolder h1.event.event-2020, .body-header .offseason-landing__row h1.event.event-2020 {
  font-family: "Le Jeune Deck Web";
  font-weight: lighter;
  line-height: 1.2; }
  .body-header .container h1.event.event-2020, .body-header .ddf-body-hd__row h1.event.event-2020, .body-header .ddf-body__row h1.event.event-2020, .body-header .archive-overview__row h1.event.event-2020, .body-header .edition-landing__row h1.event.event-2020, .body-header .edition2020-landing__row h1.event.event-2020, .body-header .edition2019-landing__row h1.event.event-2020, .body-header #ddf23 .playTrailerHolder h1.event.event-2020, #ddf23 .body-header .playTrailerHolder h1.event.event-2020, .body-header .offseason-landing__row h1.event.event-2020 {
    font-size: 21px; }
    @media screen and (min-width: 480px) {
      .body-header .container h1.event.event-2020, .body-header .ddf-body-hd__row h1.event.event-2020, .body-header .ddf-body__row h1.event.event-2020, .body-header .archive-overview__row h1.event.event-2020, .body-header .edition-landing__row h1.event.event-2020, .body-header .edition2020-landing__row h1.event.event-2020, .body-header .edition2019-landing__row h1.event.event-2020, .body-header #ddf23 .playTrailerHolder h1.event.event-2020, #ddf23 .body-header .playTrailerHolder h1.event.event-2020, .body-header .offseason-landing__row h1.event.event-2020 {
        font-size: calc(21px + 24 * ((100vw - 480px) / 720)); } }
    @media screen and (min-width: 1200px) {
      .body-header .container h1.event.event-2020, .body-header .ddf-body-hd__row h1.event.event-2020, .body-header .ddf-body__row h1.event.event-2020, .body-header .archive-overview__row h1.event.event-2020, .body-header .edition-landing__row h1.event.event-2020, .body-header .edition2020-landing__row h1.event.event-2020, .body-header .edition2019-landing__row h1.event.event-2020, .body-header #ddf23 .playTrailerHolder h1.event.event-2020, #ddf23 .body-header .playTrailerHolder h1.event.event-2020, .body-header .offseason-landing__row h1.event.event-2020 {
        font-size: 45px; } }
  @media (max-width: 600px) {
    .body-header .container h1.event.event-2020, .body-header .ddf-body-hd__row h1.event.event-2020, .body-header .ddf-body__row h1.event.event-2020, .body-header .archive-overview__row h1.event.event-2020, .body-header .edition-landing__row h1.event.event-2020, .body-header .edition2020-landing__row h1.event.event-2020, .body-header .edition2019-landing__row h1.event.event-2020, .body-header #ddf23 .playTrailerHolder h1.event.event-2020, #ddf23 .body-header .playTrailerHolder h1.event.event-2020, .body-header .offseason-landing__row h1.event.event-2020 {
      line-height: 1.2; } }

.body-header .container h1.event.event-2023, .body-header .ddf-body-hd__row h1.event.event-2023, .body-header .ddf-body__row h1.event.event-2023, .body-header .archive-overview__row h1.event.event-2023, .body-header .edition-landing__row h1.event.event-2023, .body-header .edition2020-landing__row h1.event.event-2023, .body-header .edition2019-landing__row h1.event.event-2023, .body-header #ddf23 .playTrailerHolder h1.event.event-2023, #ddf23 .body-header .playTrailerHolder h1.event.event-2023, .body-header .offseason-landing__row h1.event.event-2023 {
  font-family: "Canela Web";
  font-weight: lighter;
  line-height: 1.2; }
  .body-header .container h1.event.event-2023, .body-header .ddf-body-hd__row h1.event.event-2023, .body-header .ddf-body__row h1.event.event-2023, .body-header .archive-overview__row h1.event.event-2023, .body-header .edition-landing__row h1.event.event-2023, .body-header .edition2020-landing__row h1.event.event-2023, .body-header .edition2019-landing__row h1.event.event-2023, .body-header #ddf23 .playTrailerHolder h1.event.event-2023, #ddf23 .body-header .playTrailerHolder h1.event.event-2023, .body-header .offseason-landing__row h1.event.event-2023 {
    font-size: 21px; }
    @media screen and (min-width: 480px) {
      .body-header .container h1.event.event-2023, .body-header .ddf-body-hd__row h1.event.event-2023, .body-header .ddf-body__row h1.event.event-2023, .body-header .archive-overview__row h1.event.event-2023, .body-header .edition-landing__row h1.event.event-2023, .body-header .edition2020-landing__row h1.event.event-2023, .body-header .edition2019-landing__row h1.event.event-2023, .body-header #ddf23 .playTrailerHolder h1.event.event-2023, #ddf23 .body-header .playTrailerHolder h1.event.event-2023, .body-header .offseason-landing__row h1.event.event-2023 {
        font-size: calc(21px + 24 * ((100vw - 480px) / 720)); } }
    @media screen and (min-width: 1200px) {
      .body-header .container h1.event.event-2023, .body-header .ddf-body-hd__row h1.event.event-2023, .body-header .ddf-body__row h1.event.event-2023, .body-header .archive-overview__row h1.event.event-2023, .body-header .edition-landing__row h1.event.event-2023, .body-header .edition2020-landing__row h1.event.event-2023, .body-header .edition2019-landing__row h1.event.event-2023, .body-header #ddf23 .playTrailerHolder h1.event.event-2023, #ddf23 .body-header .playTrailerHolder h1.event.event-2023, .body-header .offseason-landing__row h1.event.event-2023 {
        font-size: 45px; } }
  @media (max-width: 600px) {
    .body-header .container h1.event.event-2023, .body-header .ddf-body-hd__row h1.event.event-2023, .body-header .ddf-body__row h1.event.event-2023, .body-header .archive-overview__row h1.event.event-2023, .body-header .edition-landing__row h1.event.event-2023, .body-header .edition2020-landing__row h1.event.event-2023, .body-header .edition2019-landing__row h1.event.event-2023, .body-header #ddf23 .playTrailerHolder h1.event.event-2023, #ddf23 .body-header .playTrailerHolder h1.event.event-2023, .body-header .offseason-landing__row h1.event.event-2023 {
      line-height: 1.2; } }

.voucher-module h3, .donate-module h3, .extended-module__intro h2, .extended-module__intro h4, .extended-module__intro p, .ctaRow h3, .body-header.archive .container h1, .body-header.archive .ddf-body-hd__row h1, .body-header.archive .ddf-body__row h1, .body-header.archive .archive-overview__row h1, .body-header.archive .edition-landing__row h1, .body-header.archive .edition2020-landing__row h1, .body-header.archive .edition2019-landing__row h1, .body-header.archive #ddf23 .playTrailerHolder h1, #ddf23 .body-header.archive .playTrailerHolder h1, .body-header.archive .offseason-landing__row h1, .body-header.archive .container h2, .body-header.archive .ddf-body-hd__row h2, .body-header.archive .ddf-body__row h2, .body-header.archive .archive-overview__row h2, .body-header.archive .edition-landing__row h2, .body-header.archive .edition2020-landing__row h2, .body-header.archive .edition2019-landing__row h2, .body-header.archive #ddf23 .playTrailerHolder h2, #ddf23 .body-header.archive .playTrailerHolder h2, .body-header.archive .offseason-landing__row h2, .body-header.org .container h2, .body-header.org .ddf-body-hd__row h2, .body-header.org .ddf-body__row h2, .body-header.org .archive-overview__row h2, .body-header.org .edition-landing__row h2, .body-header.org .edition2020-landing__row h2, .body-header.org .edition2019-landing__row h2, .body-header.org #ddf23 .playTrailerHolder h2, #ddf23 .body-header.org .playTrailerHolder h2, .body-header.org .offseason-landing__row h2, .content .list-head h3, .content .section-head h3, .content .stack__item__text h2, .content__footer p, .footer__org h3, .page__head h2, .page__head h3, .page__cover__image--support__text h3, .page__intro p, .page__offer-grid__row__title h2, .page__booking-grid__row__title h2, .page__quote blockquote, .page__quote blockquote p, .strand-article__intro p, .archive-overview__intro p, .archive-overview__intro ul, .archive-overview__row__subhd h1, .archive-overview__row__subhd h2, .offseason-landing__update h3, .offseason-landing__update p {
  font-weight: lighter;
  line-height: 1.2; }
  .voucher-module h3, .donate-module h3, .extended-module__intro h2, .extended-module__intro h4, .extended-module__intro p, .ctaRow h3, .body-header.archive .container h1, .body-header.archive .ddf-body-hd__row h1, .body-header.archive .ddf-body__row h1, .body-header.archive .archive-overview__row h1, .body-header.archive .edition-landing__row h1, .body-header.archive .edition2020-landing__row h1, .body-header.archive .edition2019-landing__row h1, .body-header.archive #ddf23 .playTrailerHolder h1, #ddf23 .body-header.archive .playTrailerHolder h1, .body-header.archive .offseason-landing__row h1, .body-header.archive .container h2, .body-header.archive .ddf-body-hd__row h2, .body-header.archive .ddf-body__row h2, .body-header.archive .archive-overview__row h2, .body-header.archive .edition-landing__row h2, .body-header.archive .edition2020-landing__row h2, .body-header.archive .edition2019-landing__row h2, .body-header.archive #ddf23 .playTrailerHolder h2, #ddf23 .body-header.archive .playTrailerHolder h2, .body-header.archive .offseason-landing__row h2, .body-header.org .container h2, .body-header.org .ddf-body-hd__row h2, .body-header.org .ddf-body__row h2, .body-header.org .archive-overview__row h2, .body-header.org .edition-landing__row h2, .body-header.org .edition2020-landing__row h2, .body-header.org .edition2019-landing__row h2, .body-header.org #ddf23 .playTrailerHolder h2, #ddf23 .body-header.org .playTrailerHolder h2, .body-header.org .offseason-landing__row h2, .content .list-head h3, .content .section-head h3, .content .stack__item__text h2, .content__footer p, .footer__org h3, .page__head h2, .page__head h3, .page__cover__image--support__text h3, .page__intro p, .page__offer-grid__row__title h2, .page__booking-grid__row__title h2, .page__quote blockquote, .page__quote blockquote p, .strand-article__intro p, .archive-overview__intro p, .archive-overview__intro ul, .archive-overview__row__subhd h1, .archive-overview__row__subhd h2, .offseason-landing__update h3, .offseason-landing__update p {
    font-size: 21px; }
    @media screen and (min-width: 480px) {
      .voucher-module h3, .donate-module h3, .extended-module__intro h2, .extended-module__intro h4, .extended-module__intro p, .ctaRow h3, .body-header.archive .container h1, .body-header.archive .ddf-body-hd__row h1, .body-header.archive .ddf-body__row h1, .body-header.archive .archive-overview__row h1, .body-header.archive .edition-landing__row h1, .body-header.archive .edition2020-landing__row h1, .body-header.archive .edition2019-landing__row h1, .body-header.archive #ddf23 .playTrailerHolder h1, #ddf23 .body-header.archive .playTrailerHolder h1, .body-header.archive .offseason-landing__row h1, .body-header.archive .container h2, .body-header.archive .ddf-body-hd__row h2, .body-header.archive .ddf-body__row h2, .body-header.archive .archive-overview__row h2, .body-header.archive .edition-landing__row h2, .body-header.archive .edition2020-landing__row h2, .body-header.archive .edition2019-landing__row h2, .body-header.archive #ddf23 .playTrailerHolder h2, #ddf23 .body-header.archive .playTrailerHolder h2, .body-header.archive .offseason-landing__row h2, .body-header.org .container h2, .body-header.org .ddf-body-hd__row h2, .body-header.org .ddf-body__row h2, .body-header.org .archive-overview__row h2, .body-header.org .edition-landing__row h2, .body-header.org .edition2020-landing__row h2, .body-header.org .edition2019-landing__row h2, .body-header.org #ddf23 .playTrailerHolder h2, #ddf23 .body-header.org .playTrailerHolder h2, .body-header.org .offseason-landing__row h2, .content .list-head h3, .content .section-head h3, .content .stack__item__text h2, .content__footer p, .footer__org h3, .page__head h2, .page__head h3, .page__cover__image--support__text h3, .page__intro p, .page__offer-grid__row__title h2, .page__booking-grid__row__title h2, .page__quote blockquote, .page__quote blockquote p, .strand-article__intro p, .archive-overview__intro p, .archive-overview__intro ul, .archive-overview__row__subhd h1, .archive-overview__row__subhd h2, .offseason-landing__update h3, .offseason-landing__update p {
        font-size: calc(21px + 24 * ((100vw - 480px) / 720)); } }
    @media screen and (min-width: 1200px) {
      .voucher-module h3, .donate-module h3, .extended-module__intro h2, .extended-module__intro h4, .extended-module__intro p, .ctaRow h3, .body-header.archive .container h1, .body-header.archive .ddf-body-hd__row h1, .body-header.archive .ddf-body__row h1, .body-header.archive .archive-overview__row h1, .body-header.archive .edition-landing__row h1, .body-header.archive .edition2020-landing__row h1, .body-header.archive .edition2019-landing__row h1, .body-header.archive #ddf23 .playTrailerHolder h1, #ddf23 .body-header.archive .playTrailerHolder h1, .body-header.archive .offseason-landing__row h1, .body-header.archive .container h2, .body-header.archive .ddf-body-hd__row h2, .body-header.archive .ddf-body__row h2, .body-header.archive .archive-overview__row h2, .body-header.archive .edition-landing__row h2, .body-header.archive .edition2020-landing__row h2, .body-header.archive .edition2019-landing__row h2, .body-header.archive #ddf23 .playTrailerHolder h2, #ddf23 .body-header.archive .playTrailerHolder h2, .body-header.archive .offseason-landing__row h2, .body-header.org .container h2, .body-header.org .ddf-body-hd__row h2, .body-header.org .ddf-body__row h2, .body-header.org .archive-overview__row h2, .body-header.org .edition-landing__row h2, .body-header.org .edition2020-landing__row h2, .body-header.org .edition2019-landing__row h2, .body-header.org #ddf23 .playTrailerHolder h2, #ddf23 .body-header.org .playTrailerHolder h2, .body-header.org .offseason-landing__row h2, .content .list-head h3, .content .section-head h3, .content .stack__item__text h2, .content__footer p, .footer__org h3, .page__head h2, .page__head h3, .page__cover__image--support__text h3, .page__intro p, .page__offer-grid__row__title h2, .page__booking-grid__row__title h2, .page__quote blockquote, .page__quote blockquote p, .strand-article__intro p, .archive-overview__intro p, .archive-overview__intro ul, .archive-overview__row__subhd h1, .archive-overview__row__subhd h2, .offseason-landing__update h3, .offseason-landing__update p {
        font-size: 45px; } }
  @media (max-width: 600px) {
    .voucher-module h3, .donate-module h3, .extended-module__intro h2, .extended-module__intro h4, .extended-module__intro p, .ctaRow h3, .body-header.archive .container h1, .body-header.archive .ddf-body-hd__row h1, .body-header.archive .ddf-body__row h1, .body-header.archive .archive-overview__row h1, .body-header.archive .edition-landing__row h1, .body-header.archive .edition2020-landing__row h1, .body-header.archive .edition2019-landing__row h1, .body-header.archive #ddf23 .playTrailerHolder h1, #ddf23 .body-header.archive .playTrailerHolder h1, .body-header.archive .offseason-landing__row h1, .body-header.archive .container h2, .body-header.archive .ddf-body-hd__row h2, .body-header.archive .ddf-body__row h2, .body-header.archive .archive-overview__row h2, .body-header.archive .edition-landing__row h2, .body-header.archive .edition2020-landing__row h2, .body-header.archive .edition2019-landing__row h2, .body-header.archive #ddf23 .playTrailerHolder h2, #ddf23 .body-header.archive .playTrailerHolder h2, .body-header.archive .offseason-landing__row h2, .body-header.org .container h2, .body-header.org .ddf-body-hd__row h2, .body-header.org .ddf-body__row h2, .body-header.org .archive-overview__row h2, .body-header.org .edition-landing__row h2, .body-header.org .edition2020-landing__row h2, .body-header.org .edition2019-landing__row h2, .body-header.org #ddf23 .playTrailerHolder h2, #ddf23 .body-header.org .playTrailerHolder h2, .body-header.org .offseason-landing__row h2, .content .list-head h3, .content .section-head h3, .content .stack__item__text h2, .content__footer p, .footer__org h3, .page__head h2, .page__head h3, .page__cover__image--support__text h3, .page__intro p, .page__offer-grid__row__title h2, .page__booking-grid__row__title h2, .page__quote blockquote, .page__quote blockquote p, .strand-article__intro p, .archive-overview__intro p, .archive-overview__intro ul, .archive-overview__row__subhd h1, .archive-overview__row__subhd h2, .offseason-landing__update h3, .offseason-landing__update p {
      line-height: 1.4; } }

.content .list h2 span.edition, .edition-event-collection h2 {
  font-family: "Canela Web";
  font-weight: lighter; }
  .content .list h2 span.edition, .edition-event-collection h2 {
    font-size: 21px; }
    @media screen and (min-width: 480px) {
      .content .list h2 span.edition, .edition-event-collection h2 {
        font-size: calc(21px + 9 * ((100vw - 480px) / 720)); } }
    @media screen and (min-width: 1200px) {
      .content .list h2 span.edition, .edition-event-collection h2 {
        font-size: 30px; } }

.edition__footer h3, .event__footer h3, .offseason__footer h3, .edition__quick-nav h3, .event__quick-nav h3, .offseason__quick-nav h3, .extended-module__intro h3, .body-header .container h2, .body-header .ddf-body-hd__row h2, .body-header .ddf-body__row h2, .body-header .archive-overview__row h2, .body-header .edition-landing__row h2, .body-header .edition2020-landing__row h2, .body-header .edition2019-landing__row h2, .body-header #ddf23 .playTrailerHolder h2, #ddf23 .body-header .playTrailerHolder h2, .body-header .offseason-landing__row h2, .content .list-head h4, .content .list-head p, .content .section-head h4, .content .section-head p, .content .two-col__item__text h2, .content .three-col__item__text h2, .content .full-col__item__text h2, .content .list h2, .content .summary-list h2, .content .summary-list__item__text h2.event, .content .standard-list h2, .ddf-athome h2, .ddf-body__update h3, .ddf-body__update p, .platform-article h1, .message p, .page__head h4, .page__booking-grid h2, .page__article blockquote, .page__article blockquote p, .page__people__item__text h2, .performances h2, .media__header.show, .media__header.extended, .archive-overview__story p, .archive-overview__story ul, .archive-overview__row__subhd p, .archive-overview__row__subhd ul {
  font-size: 21px; }
  @media screen and (min-width: 480px) {
    .edition__footer h3, .event__footer h3, .offseason__footer h3, .edition__quick-nav h3, .event__quick-nav h3, .offseason__quick-nav h3, .extended-module__intro h3, .body-header .container h2, .body-header .ddf-body-hd__row h2, .body-header .ddf-body__row h2, .body-header .archive-overview__row h2, .body-header .edition-landing__row h2, .body-header .edition2020-landing__row h2, .body-header .edition2019-landing__row h2, .body-header #ddf23 .playTrailerHolder h2, #ddf23 .body-header .playTrailerHolder h2, .body-header .offseason-landing__row h2, .content .list-head h4, .content .list-head p, .content .section-head h4, .content .section-head p, .content .two-col__item__text h2, .content .three-col__item__text h2, .content .full-col__item__text h2, .content .list h2, .content .summary-list h2, .content .summary-list__item__text h2.event, .content .standard-list h2, .ddf-athome h2, .ddf-body__update h3, .ddf-body__update p, .platform-article h1, .message p, .page__head h4, .page__booking-grid h2, .page__article blockquote, .page__article blockquote p, .page__people__item__text h2, .performances h2, .media__header.show, .media__header.extended, .archive-overview__story p, .archive-overview__story ul, .archive-overview__row__subhd p, .archive-overview__row__subhd ul {
      font-size: calc(21px + 9 * ((100vw - 480px) / 720)); } }
  @media screen and (min-width: 1200px) {
    .edition__footer h3, .event__footer h3, .offseason__footer h3, .edition__quick-nav h3, .event__quick-nav h3, .offseason__quick-nav h3, .extended-module__intro h3, .body-header .container h2, .body-header .ddf-body-hd__row h2, .body-header .ddf-body__row h2, .body-header .archive-overview__row h2, .body-header .edition-landing__row h2, .body-header .edition2020-landing__row h2, .body-header .edition2019-landing__row h2, .body-header #ddf23 .playTrailerHolder h2, #ddf23 .body-header .playTrailerHolder h2, .body-header .offseason-landing__row h2, .content .list-head h4, .content .list-head p, .content .section-head h4, .content .section-head p, .content .two-col__item__text h2, .content .three-col__item__text h2, .content .full-col__item__text h2, .content .list h2, .content .summary-list h2, .content .summary-list__item__text h2.event, .content .standard-list h2, .ddf-athome h2, .ddf-body__update h3, .ddf-body__update p, .platform-article h1, .message p, .page__head h4, .page__booking-grid h2, .page__article blockquote, .page__article blockquote p, .page__people__item__text h2, .performances h2, .media__header.show, .media__header.extended, .archive-overview__story p, .archive-overview__story ul, .archive-overview__row__subhd p, .archive-overview__row__subhd ul {
      font-size: 30px; } }

.content .list__item__text h2, .archive-overview__row__events {
  font-family: "Canela Web";
  font-weight: lighter; }
  .content .list__item__text h2, .archive-overview__row__events {
    font-size: 18px; }
    @media screen and (min-width: 480px) {
      .content .list__item__text h2, .archive-overview__row__events {
        font-size: calc(18px + 8 * ((100vw - 480px) / 720)); } }
    @media screen and (min-width: 1200px) {
      .content .list__item__text h2, .archive-overview__row__events {
        font-size: 26px; } }

.edition__footer h4, .event__footer h4, .offseason__footer h4, .ctaRow__items h4, .body-header.extended .container p, .body-header.extended .ddf-body-hd__row p, .body-header.extended .ddf-body__row p, .body-header.extended .archive-overview__row p, .body-header.extended .edition-landing__row p, .body-header.extended .edition2020-landing__row p, .body-header.extended .edition2019-landing__row p, .body-header.extended #ddf23 .playTrailerHolder p, #ddf23 .body-header.extended .playTrailerHolder p, .body-header.extended .offseason-landing__row p, .content .three-col__item__text h3, .content .full-col__item__text h3, .content .summary-list__item__text h2, .content .standard-list__item__text h3, #mc_embed_signup label.large, .footer__support h4, .footer__contact a.mailer, .ddf-athome p, .platform-article h2, .page__head h5, .page__values__head h3, .page__about-event__expander, .page__about-event__feature, .page__about-event__feature h2, .page__about-event__feature h3, .page__about-event__feature h4, .page__about-event__feature p, .page__about-event__feature ul, .page__about-event__feature ol, .page__about-event__overview, .page__people__head h3, .page__people__list ul li h2, .strand-article__extended {
  font-size: 18px; }
  @media screen and (min-width: 480px) {
    .edition__footer h4, .event__footer h4, .offseason__footer h4, .ctaRow__items h4, .body-header.extended .container p, .body-header.extended .ddf-body-hd__row p, .body-header.extended .ddf-body__row p, .body-header.extended .archive-overview__row p, .body-header.extended .edition-landing__row p, .body-header.extended .edition2020-landing__row p, .body-header.extended .edition2019-landing__row p, .body-header.extended #ddf23 .playTrailerHolder p, #ddf23 .body-header.extended .playTrailerHolder p, .body-header.extended .offseason-landing__row p, .content .three-col__item__text h3, .content .full-col__item__text h3, .content .summary-list__item__text h2, .content .standard-list__item__text h3, #mc_embed_signup label.large, .footer__support h4, .footer__contact a.mailer, .ddf-athome p, .platform-article h2, .page__head h5, .page__values__head h3, .page__about-event__expander, .page__about-event__feature, .page__about-event__feature h2, .page__about-event__feature h3, .page__about-event__feature h4, .page__about-event__feature p, .page__about-event__feature ul, .page__about-event__feature ol, .page__about-event__overview, .page__people__head h3, .page__people__list ul li h2, .strand-article__extended {
      font-size: calc(18px + 8 * ((100vw - 480px) / 720)); } }
  @media screen and (min-width: 1200px) {
    .edition__footer h4, .event__footer h4, .offseason__footer h4, .ctaRow__items h4, .body-header.extended .container p, .body-header.extended .ddf-body-hd__row p, .body-header.extended .ddf-body__row p, .body-header.extended .archive-overview__row p, .body-header.extended .edition-landing__row p, .body-header.extended .edition2020-landing__row p, .body-header.extended .edition2019-landing__row p, .body-header.extended #ddf23 .playTrailerHolder p, #ddf23 .body-header.extended .playTrailerHolder p, .body-header.extended .offseason-landing__row p, .content .three-col__item__text h3, .content .full-col__item__text h3, .content .summary-list__item__text h2, .content .standard-list__item__text h3, #mc_embed_signup label.large, .footer__support h4, .footer__contact a.mailer, .ddf-athome p, .platform-article h2, .page__head h5, .page__values__head h3, .page__about-event__expander, .page__about-event__feature, .page__about-event__feature h2, .page__about-event__feature h3, .page__about-event__feature h4, .page__about-event__feature p, .page__about-event__feature ul, .page__about-event__feature ol, .page__about-event__overview, .page__people__head h3, .page__people__list ul li h2, .strand-article__extended {
      font-size: 26px; } }

.body-header.archive .container h5, .body-header.archive .ddf-body-hd__row h5, .body-header.archive .ddf-body__row h5, .body-header.archive .archive-overview__row h5, .body-header.archive .edition-landing__row h5, .body-header.archive .edition2020-landing__row h5, .body-header.archive .edition2019-landing__row h5, .body-header.archive .offseason-landing__row h5, .body-header .container h5, .body-header .ddf-body-hd__row h5, .body-header .ddf-body__row h5, .body-header .archive-overview__row h5, .body-header .edition-landing__row h5, .body-header .edition2020-landing__row h5, .body-header .edition2019-landing__row h5, .body-header #ddf23 .playTrailerHolder h5, #ddf23 .body-header .playTrailerHolder h5, .body-header .offseason-landing__row h5, .body-header .container p, .body-header .ddf-body-hd__row p, .body-header .ddf-body__row p, .body-header .archive-overview__row p, .body-header .edition-landing__row p, .body-header .edition2020-landing__row p, .body-header .edition2019-landing__row p, .body-header #ddf23 .playTrailerHolder p, #ddf23 .body-header .playTrailerHolder p, .body-header .offseason-landing__row p, .body-header.org .container h5, .body-header.org .ddf-body-hd__row h5, .body-header.org .ddf-body__row h5, .body-header.org .archive-overview__row h5, .body-header.org .edition-landing__row h5, .body-header.org .edition2020-landing__row h5, .body-header.org .edition2019-landing__row h5, .body-header.org .offseason-landing__row h5, #mc_embed_signup input[type="email"], #mc_embed_signup input[type="text"], .edition-event-collection h5, .edition-event-collection p, .collection-quicknav ul li .collection-timespan, .page__event-top p, .page__event-end p, .page__values__item h3, .page__values__item h4, .page__values__item p, .page__offer-grid h4, .page__offer-grid p, .page__offer-grid ul, .page__offer-grid ol, .page__booking-grid h4, .page__booking-grid p, .page__booking-grid ul, .page__booking-grid ol, .page__article__share h4, .page__article__supporters h4, .page__about-event__credits ul, .page__about-event__credits p, .page__support p, .page__matrix__row__text__detail p, .page__matrix__row__text__detail ul, .page__event-overview h4, .page__event-overview p, .page__people__list ul li p, .page__people__item__text p, .archive-overview__row .media-features__text h3 {
  font-size: 16px; }
  @media screen and (min-width: 480px) {
    .body-header.archive .container h5, .body-header.archive .ddf-body-hd__row h5, .body-header.archive .ddf-body__row h5, .body-header.archive .archive-overview__row h5, .body-header.archive .edition-landing__row h5, .body-header.archive .edition2020-landing__row h5, .body-header.archive .edition2019-landing__row h5, .body-header.archive .offseason-landing__row h5, .body-header .container h5, .body-header .ddf-body-hd__row h5, .body-header .ddf-body__row h5, .body-header .archive-overview__row h5, .body-header .edition-landing__row h5, .body-header .edition2020-landing__row h5, .body-header .edition2019-landing__row h5, .body-header #ddf23 .playTrailerHolder h5, #ddf23 .body-header .playTrailerHolder h5, .body-header .offseason-landing__row h5, .body-header .container p, .body-header .ddf-body-hd__row p, .body-header .ddf-body__row p, .body-header .archive-overview__row p, .body-header .edition-landing__row p, .body-header .edition2020-landing__row p, .body-header .edition2019-landing__row p, .body-header #ddf23 .playTrailerHolder p, #ddf23 .body-header .playTrailerHolder p, .body-header .offseason-landing__row p, .body-header.org .container h5, .body-header.org .ddf-body-hd__row h5, .body-header.org .ddf-body__row h5, .body-header.org .archive-overview__row h5, .body-header.org .edition-landing__row h5, .body-header.org .edition2020-landing__row h5, .body-header.org .edition2019-landing__row h5, .body-header.org .offseason-landing__row h5, #mc_embed_signup input[type="email"], #mc_embed_signup input[type="text"], .edition-event-collection h5, .edition-event-collection p, .collection-quicknav ul li .collection-timespan, .page__event-top p, .page__event-end p, .page__values__item h3, .page__values__item h4, .page__values__item p, .page__offer-grid h4, .page__offer-grid p, .page__offer-grid ul, .page__offer-grid ol, .page__booking-grid h4, .page__booking-grid p, .page__booking-grid ul, .page__booking-grid ol, .page__article__share h4, .page__article__supporters h4, .page__about-event__credits ul, .page__about-event__credits p, .page__support p, .page__matrix__row__text__detail p, .page__matrix__row__text__detail ul, .page__event-overview h4, .page__event-overview p, .page__people__list ul li p, .page__people__item__text p, .archive-overview__row .media-features__text h3 {
      font-size: calc(16px + 2 * ((100vw - 480px) / 720)); } }
  @media screen and (min-width: 1200px) {
    .body-header.archive .container h5, .body-header.archive .ddf-body-hd__row h5, .body-header.archive .ddf-body__row h5, .body-header.archive .archive-overview__row h5, .body-header.archive .edition-landing__row h5, .body-header.archive .edition2020-landing__row h5, .body-header.archive .edition2019-landing__row h5, .body-header.archive .offseason-landing__row h5, .body-header .container h5, .body-header .ddf-body-hd__row h5, .body-header .ddf-body__row h5, .body-header .archive-overview__row h5, .body-header .edition-landing__row h5, .body-header .edition2020-landing__row h5, .body-header .edition2019-landing__row h5, .body-header #ddf23 .playTrailerHolder h5, #ddf23 .body-header .playTrailerHolder h5, .body-header .offseason-landing__row h5, .body-header .container p, .body-header .ddf-body-hd__row p, .body-header .ddf-body__row p, .body-header .archive-overview__row p, .body-header .edition-landing__row p, .body-header .edition2020-landing__row p, .body-header .edition2019-landing__row p, .body-header #ddf23 .playTrailerHolder p, #ddf23 .body-header .playTrailerHolder p, .body-header .offseason-landing__row p, .body-header.org .container h5, .body-header.org .ddf-body-hd__row h5, .body-header.org .ddf-body__row h5, .body-header.org .archive-overview__row h5, .body-header.org .edition-landing__row h5, .body-header.org .edition2020-landing__row h5, .body-header.org .edition2019-landing__row h5, .body-header.org .offseason-landing__row h5, #mc_embed_signup input[type="email"], #mc_embed_signup input[type="text"], .edition-event-collection h5, .edition-event-collection p, .collection-quicknav ul li .collection-timespan, .page__event-top p, .page__event-end p, .page__values__item h3, .page__values__item h4, .page__values__item p, .page__offer-grid h4, .page__offer-grid p, .page__offer-grid ul, .page__offer-grid ol, .page__booking-grid h4, .page__booking-grid p, .page__booking-grid ul, .page__booking-grid ol, .page__article__share h4, .page__article__supporters h4, .page__about-event__credits ul, .page__about-event__credits p, .page__support p, .page__matrix__row__text__detail p, .page__matrix__row__text__detail ul, .page__event-overview h4, .page__event-overview p, .page__people__list ul li p, .page__people__item__text p, .archive-overview__row .media-features__text h3 {
      font-size: 18px; } }

.voucher-module p, .donate-module p, .archive-banner p, .ctaRow__items p, .content .section-head h5, .content .standard-list__item__text p, .footer__org ul, .footer__support p, .ddf-body-hd__row__label h4, .ddf-body-hd__fullScreen__label h4, .edition-event-collection h3, .platform-article p, .platform-article ul, .platform-article ol, .platform-article h3, .platform-article h4, .page__head p, .page__venue-list__intro h3, .page__venue-list__intro h4, .page__venue-list__intro p, .page__venue-list__intro ul, .page__venue-list__intro ol, .page__booking-grid h3, .page__article h3, .page__article h4, .page__article p, .page__article ul, .page__article ol, .page__about-event__expander__mods__item__content .bio h2, .page__about-event__expander__mods__item__content .bio h3, .page__about-event__expander__mods__item__content .bio h4, .page__about-event__expander__mods__item__content .bio p, .page__about-event__credits h3, .page__about-event__credits h4, .page__support h5, .page__matrix__row__text h4, .page__matrix__row__text h5, .page__matrix__row__text p, .page__matrix__row__text ul, .page__matrix__row__text__detail, .page__quote p, .performances__row, .marquee, .edition-social-intro h5, .edition-landing__row h2, .edition2020-landing__row h2, .edition2019-landing__row h2, .offseason-landing__row h2 {
  font-size: 16px; }
  @media screen and (min-width: 480px) {
    .voucher-module p, .donate-module p, .archive-banner p, .ctaRow__items p, .content .section-head h5, .content .standard-list__item__text p, .footer__org ul, .footer__support p, .ddf-body-hd__row__label h4, .ddf-body-hd__fullScreen__label h4, .edition-event-collection h3, .platform-article p, .platform-article ul, .platform-article ol, .platform-article h3, .platform-article h4, .page__head p, .page__venue-list__intro h3, .page__venue-list__intro h4, .page__venue-list__intro p, .page__venue-list__intro ul, .page__venue-list__intro ol, .page__booking-grid h3, .page__article h3, .page__article h4, .page__article p, .page__article ul, .page__article ol, .page__about-event__expander__mods__item__content .bio h2, .page__about-event__expander__mods__item__content .bio h3, .page__about-event__expander__mods__item__content .bio h4, .page__about-event__expander__mods__item__content .bio p, .page__about-event__credits h3, .page__about-event__credits h4, .page__support h5, .page__matrix__row__text h4, .page__matrix__row__text h5, .page__matrix__row__text p, .page__matrix__row__text ul, .page__matrix__row__text__detail, .page__quote p, .performances__row, .marquee, .edition-social-intro h5, .edition-landing__row h2, .edition2020-landing__row h2, .edition2019-landing__row h2, .offseason-landing__row h2 {
      font-size: calc(16px + 5 * ((100vw - 480px) / 720)); } }
  @media screen and (min-width: 1200px) {
    .voucher-module p, .donate-module p, .archive-banner p, .ctaRow__items p, .content .section-head h5, .content .standard-list__item__text p, .footer__org ul, .footer__support p, .ddf-body-hd__row__label h4, .ddf-body-hd__fullScreen__label h4, .edition-event-collection h3, .platform-article p, .platform-article ul, .platform-article ol, .platform-article h3, .platform-article h4, .page__head p, .page__venue-list__intro h3, .page__venue-list__intro h4, .page__venue-list__intro p, .page__venue-list__intro ul, .page__venue-list__intro ol, .page__booking-grid h3, .page__article h3, .page__article h4, .page__article p, .page__article ul, .page__article ol, .page__about-event__expander__mods__item__content .bio h2, .page__about-event__expander__mods__item__content .bio h3, .page__about-event__expander__mods__item__content .bio h4, .page__about-event__expander__mods__item__content .bio p, .page__about-event__credits h3, .page__about-event__credits h4, .page__support h5, .page__matrix__row__text h4, .page__matrix__row__text h5, .page__matrix__row__text p, .page__matrix__row__text ul, .page__matrix__row__text__detail, .page__quote p, .performances__row, .marquee, .edition-social-intro h5, .edition-landing__row h2, .edition2020-landing__row h2, .edition2019-landing__row h2, .offseason-landing__row h2 {
      font-size: 21px; } }

.events-filter h5, .edition__footer p, .event__footer p, .offseason__footer p, .content .two-col__item__text p.dates, .content .three-col__item__text p.date, .content .full-col__item__text p.date, .content .full-col__item__text p.dates, .content .summary-list__item__text p.dates, .content .summary-list__item__text p.date, .content .stack__item__text p.dates, .archive-alert, #mc_embed_signup #mce-responses, #mc_embed_signup label, #mc_embed_signup .response, #mc_embed_signup #mergeRow-gdpr p, #mc_embed_signup #mergeRow-gdpr label, .page__venue-list__grid__item h3, .page__venue-list__grid__item h4, .page__venue-list__grid__item p, .page__venue-list__grid__item a.venueLink, .page__venue-list__grid__item a.venueMap, .page__image p, .page__article p small, .page__article ul small, .page__article ol small, .page__article__image p, .page__about-event__feature .caption, .page__about-event__feature .caption > p, .archive-overview__row__events ul li a.download {
  font-size: 14px; }
  @media screen and (min-width: 480px) {
    .events-filter h5, .edition__footer p, .event__footer p, .offseason__footer p, .content .two-col__item__text p.dates, .content .three-col__item__text p.date, .content .full-col__item__text p.date, .content .full-col__item__text p.dates, .content .summary-list__item__text p.dates, .content .summary-list__item__text p.date, .content .stack__item__text p.dates, .archive-alert, #mc_embed_signup #mce-responses, #mc_embed_signup label, #mc_embed_signup .response, #mc_embed_signup #mergeRow-gdpr p, #mc_embed_signup #mergeRow-gdpr label, .page__venue-list__grid__item h3, .page__venue-list__grid__item h4, .page__venue-list__grid__item p, .page__venue-list__grid__item a.venueLink, .page__venue-list__grid__item a.venueMap, .page__image p, .page__article p small, .page__article ul small, .page__article ol small, .page__article__image p, .page__about-event__feature .caption, .page__about-event__feature .caption > p, .archive-overview__row__events ul li a.download {
      font-size: calc(14px + 2 * ((100vw - 480px) / 720)); } }
  @media screen and (min-width: 1200px) {
    .events-filter h5, .edition__footer p, .event__footer p, .offseason__footer p, .content .two-col__item__text p.dates, .content .three-col__item__text p.date, .content .full-col__item__text p.date, .content .full-col__item__text p.dates, .content .summary-list__item__text p.dates, .content .summary-list__item__text p.date, .content .stack__item__text p.dates, .archive-alert, #mc_embed_signup #mce-responses, #mc_embed_signup label, #mc_embed_signup .response, #mc_embed_signup #mergeRow-gdpr p, #mc_embed_signup #mergeRow-gdpr label, .page__venue-list__grid__item h3, .page__venue-list__grid__item h4, .page__venue-list__grid__item p, .page__venue-list__grid__item a.venueLink, .page__venue-list__grid__item a.venueMap, .page__image p, .page__article p small, .page__article ul small, .page__article ol small, .page__article__image p, .page__about-event__feature .caption, .page__about-event__feature .caption > p, .archive-overview__row__events ul li a.download {
      font-size: 16px; } }

.events-filter ul, .filter-search input[type="search"] {
  font-size: 14px; }

small, p > small, ul > small {
  display: inline-block;
  font-size: 70%;
  line-height: 1.4; }

body.freeze {
  overflow: hidden; }

.wrapper, .container, .ddf-body-hd__row, .ddf-body__row, .archive-overview__row, .edition-landing__row, .edition2020-landing__row, .edition2019-landing__row, #ddf23 .playTrailerHolder, .offseason-landing__row, header, main, footer {
  margin: 0 auto;
  position: relative;
  width: 100%; }
  .wrapper.dark-opaque, .container.dark-opaque, .dark-opaque.ddf-body-hd__row, .dark-opaque.ddf-body__row, .dark-opaque.archive-overview__row, .dark-opaque.edition-landing__row, .dark-opaque.edition2020-landing__row, .dark-opaque.edition2019-landing__row, #ddf23 .dark-opaque.playTrailerHolder, .dark-opaque.offseason-landing__row, header.dark-opaque, main.dark-opaque, footer.dark-opaque {
    background: rgba(0, 0, 0, 0.1); }

.container, .ddf-body-hd__row, .ddf-body__row, .archive-overview__row, .edition-landing__row, .edition2020-landing__row, .edition2019-landing__row, #ddf23 .playTrailerHolder, .offseason-landing__row {
  width: 1400px;
  max-width: 100%; }

main.splash {
  display: block;
  background: #9e44db;
  position: relative; }

.holding {
  background: #9e44db;
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 4vw; }
  .holding h1, .holding p {
    font-family: "Canela Web";
    margin: 0 0 4vw 0; }
    .holding h1, .holding p {
      font-size: 21px; }
      @media screen and (min-width: 480px) {
        .holding h1, .holding p {
          font-size: calc(21px + 5 * ((100vw - 480px) / 720)); } }
      @media screen and (min-width: 1200px) {
        .holding h1, .holding p {
          font-size: 26px; } }
  .holding h1 {
    position: absolute;
    left: 20px;
    top: 20px;
    color: white;
    background: url("../../images/icon_ddf.svg") 0 50% no-repeat;
    background-size: auto 60px;
    padding-left: 60px; }
  .holding p {
    line-height: 1.1;
    color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%); }
    .holding p {
      font-size: 30px; }
      @media screen and (min-width: 480px) {
        .holding p {
          font-size: calc(30px + 70 * ((100vw - 480px) / 720)); } }
      @media screen and (min-width: 1200px) {
        .holding p {
          font-size: 100px; } }
  .holding ul.social {
    position: absolute;
    left: 20px;
    bottom: 20px; }
    .holding ul.social li {
      margin-right: 20px; }
      .holding ul.social li a {
        width: 20px;
        height: 20px; }

.gap {
  width: 100%;
  height: 40px; }
  .gap--tall {
    height: 80px; }
  .gap--xtall {
    height: 120px; }
  .gap--small {
    height: 20px; }
  .gap--mini {
    height: 10px; }
  .gap--zero {
    height: 1px; }

.splash {
  background: #9e44db;
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: left center;
  position: relative;
  width: 100vw;
  height: 100vh; }
  .splash .edition2019-landing {
    background: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.header {
  /* New CSS */
  background: white;
  color: white;
  min-height: 90px; }
  .header .skip-to-content-link {
    background: #9e44db;
    color: white;
    line-height: 1;
    left: 5%;
    padding: 8px 20px;
    position: absolute;
    transform: translateY(-450%);
    transition: transform 0.3s;
    top: 40px; }
  .header .skip-to-content-link:focus {
    transform: translateY(10%); }
  @media (max-width: 600px) {
    .header {
      min-height: 68px; } }
  .header a.menu-toggle {
    display: flex;
    grid-gap: 13.3333333333px;
    position: fixed;
    right: 20px;
    top: 32px;
    text-decoration: none;
    z-index: 1000;
    opacity: 0;
    -webkit-animation: fadeIn 1s 0s forwards normal; }
    .header a.menu-toggle .toggleText {
      font-size: 16px;
      line-height: 1;
      padding-top: 3px;
      color: #9e44db; }
    .header a.menu-toggle .theToggle {
      width: 20px;
      height: 20px;
      transform: rotate(0deg);
      transition: 0.2s ease-in-out;
      cursor: pointer; }
      .header a.menu-toggle .theToggle:hover span {
        background: #9e44db; }
      .header a.menu-toggle .theToggle span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #9e44db;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: 0.2s ease-in-out; }
        .header a.menu-toggle .theToggle span:nth-child(1) {
          top: 0px; }
        .header a.menu-toggle .theToggle span:nth-child(2) {
          top: calc(50% - 1px); }
        .header a.menu-toggle .theToggle span:nth-child(3) {
          top: 18px; }
      .header a.menu-toggle .theToggle.open span {
        background: #9e44db; }
        .header a.menu-toggle .theToggle.open span:nth-child(1) {
          transform-origin: center;
          transform: rotate(45deg);
          top: 50%; }
        .header a.menu-toggle .theToggle.open span:nth-child(2) {
          width: 0; }
        .header a.menu-toggle .theToggle.open span:nth-child(3) {
          transform-origin: center;
          transform: rotate(-45deg);
          top: 50%; }
    .header a.menu-toggle.open .theToggle span {
      background: white; }
    .header a.menu-toggle.open .toggleText {
      color: white; }
    @media (max-width: 960px) {
      .header a.menu-toggle {
        top: 15px;
        right: 10px; }
        .header a.menu-toggle .toggleText {
          font-size: 18px;
          padding-top: 0; }
        .header a.menu-toggle .theToggle {
          width: 18px;
          height: 18px;
          transform: rotate(0deg);
          transition: 0.2s ease-in-out;
          cursor: pointer; }
          .header a.menu-toggle .theToggle:hover span {
            background: #9e44db; }
          .header a.menu-toggle .theToggle span {
            display: block;
            position: absolute;
            height: 2px;
            width: 100%;
            background: #9e44db;
            opacity: 1;
            left: 0;
            transform: rotate(0deg);
            transition: 0.2s ease-in-out; }
            .header a.menu-toggle .theToggle span:nth-child(1) {
              top: 0px; }
            .header a.menu-toggle .theToggle span:nth-child(2) {
              top: calc(50% - 1px); }
            .header a.menu-toggle .theToggle span:nth-child(3) {
              top: 16px; }
          .header a.menu-toggle .theToggle.open span {
            background: #9e44db; }
            .header a.menu-toggle .theToggle.open span:nth-child(1) {
              transform-origin: center;
              transform: rotate(45deg);
              top: 50%; }
            .header a.menu-toggle .theToggle.open span:nth-child(2) {
              width: 0; }
            .header a.menu-toggle .theToggle.open span:nth-child(3) {
              transform-origin: center;
              transform: rotate(-45deg);
              top: 50%; }
        .header a.menu-toggle.open .theToggle span {
          background: white; } }
  .header__nav {
    background: white;
    position: relative;
    padding: 20px 0;
    min-height: 90px;
    max-width: 100%; }
    .header__nav .fadeItem {
      opacity: 0;
      -webkit-animation: fadeNav 0.5s 0.25s forwards normal; }
    .header__nav.fixed, .header__nav.internal {
      -webkit-animation: navDown 0.25s 1 forwards;
      background: white;
      position: fixed;
      left: 50%;
      top: 20px;
      transform: translate(-50%, 0);
      width: 100%;
      z-index: 998;
      box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15); }
      .header__nav.fixed a.ddf-logo, .header__nav.internal a.ddf-logo {
        display: flex; }
        @media (max-width: 1400px) {
          .header__nav.fixed a.ddf-logo, .header__nav.internal a.ddf-logo {
            margin-left: 20px; } }
  @media (max-width: 1400px) and (max-width: 960px) {
    .header__nav.fixed a.ddf-logo, .header__nav.internal a.ddf-logo {
      background-size: auto 38px;
      margin-left: 10px;
      padding-left: 38px;
      padding-top: 0; } }
        .header__nav.fixed a.ddf-logo.ddf-logo--edition, .header__nav.internal a.ddf-logo.ddf-logo--edition {
          display: inherit; }
    @media (max-width: 960px) {
      .header__nav {
        padding: 10px 0;
        min-height: 48px; } }
    .header__nav ul {
      position: absolute;
      right: 50px;
      top: 5px;
      display: flex; }
      @media (max-width: 1520px) {
        .header__nav ul {
          right: 114px; } }
      .header__nav ul li {
        padding: 10px;
        margin: 0 5px 5px 0; }
        .header__nav ul li:last-of-type {
          margin-right: 0; }
        .header__nav ul li a {
          transition: all 0.2s;
          font-size: 16px;
          color: #9e44db;
          line-height: 1; }
          .header__nav ul li a.nav2020 {
            color: #1D3445; }
          .header__nav ul li a:hover, .header__nav ul li a.current {
            color: #231f20;
            border-bottom: 1px solid #9e44db; }
          .header__nav ul li a.stage-link {
            font-size: 14px;
            text-transform: uppercase;
            padding: 5px 20px 5px 8px;
            border-radius: 3px;
            background: #333;
            color: white;
            position: relative; }
            .header__nav ul li a.stage-link:after {
              content: '';
              position: absolute;
              right: 5px;
              top: 4px;
              width: 0;
              height: 0;
              border-top: 4px solid transparent;
              border-bottom: 4px solid transparent;
              border-left: 4px solid white;
              transform: rotate(-45deg); }
            .header__nav ul li a.stage-link:hover {
              border-bottom: none;
              background: #9e44db; }
    .header__nav a.ddf-logo {
      background: url("../../images/icon_ddf-purple.svg") 0 50% no-repeat;
      background-size: auto 100%;
      display: block;
      min-height: 50px;
      padding-left: 80px;
      font-family: "Marr Sans Web";
      color: #9e44db;
      text-decoration: none;
      display: flex;
      align-items: center;
      flex-flow: row wrap; }
      .header__nav a.ddf-logo {
        font-size: 16px; }
        @media screen and (min-width: 480px) {
          .header__nav a.ddf-logo {
            font-size: calc(16px + 5 * ((100vw - 480px) / 720)); } }
        @media screen and (min-width: 1200px) {
          .header__nav a.ddf-logo {
            font-size: 21px; } }
      .header__nav a.ddf-logo span {
        width: 100%;
        line-height: 1.2;
        display: block; }
      .header__nav a.ddf-logo span.date {
        font-size: 80%; }
      @media (max-width: 1400px) {
        .header__nav a.ddf-logo {
          margin-left: 20px;
          padding-left: 60px; } }
  @media (max-width: 1400px) and (max-width: 960px) {
    .header__nav a.ddf-logo {
      background-size: auto 30px;
      margin-left: 10px; } }
      @media (max-width: 1400px) {
        .header__nav a.ddf-logo {
          margin-left: 20px; } }
      @media (max-width: 960px) {
        .header__nav a.ddf-logo {
          background-size: auto 60px;
          background-position: 0 0;
          padding-top: 70px;
          padding-left: 0;
          margin-left: 10px;
          line-height: 28px; } }
      .header__nav a.ddf-logo.ddf-logo--edition {
        display: none; }
    @media (max-width: 960px) {
      .header__nav {
        width: 100%; }
        .header__nav nav {
          display: none;
          margin: 10px;
          position: relative;
          transform: translate(0, 0);
          min-height: 40px; }
        .header__nav ul {
          width: 100%;
          position: relative;
          transform: translate(0, 0);
          left: auto;
          top: auto;
          right: auto;
          justify-content: space-between; }
          .header__nav ul li {
            display: block;
            width: calc(50% - 5px);
            margin: 0; }
            .header__nav ul li a {
              width: 100%; } }

/* Drop down. */
.offscreen {
  position: fixed;
  left: 0;
  top: 0;
  background: #9e44db;
  width: 100%;
  height: 100vh;
  z-index: 999;
  transition: all 0.5s;
  padding: 20px 0;
  transform: translateY(-200%);
  pointer-events: none;
  visibility: hidden; }
  .offscreen .container, .offscreen .ddf-body-hd__row, .offscreen .ddf-body__row, .offscreen .archive-overview__row, .offscreen .edition-landing__row, .offscreen .edition2020-landing__row, .offscreen .edition2019-landing__row, .offscreen #ddf23 .playTrailerHolder, #ddf23 .offscreen .playTrailerHolder, .offscreen .offseason-landing__row {
    min-height: 100vh; }
  .offscreen.open {
    pointer-events: all;
    visibility: visible;
    transform: translateY(0); }
  .offscreen a.ddf-logo {
    background: url("../../images/icon_ddf.svg") 0 50% no-repeat;
    background-size: auto 100%;
    display: block;
    line-height: 60px;
    padding-left: 80px;
    font-family: "Marr Sans Web";
    color: white;
    text-decoration: none; }
    .offscreen a.ddf-logo {
      font-size: 16px; }
      @media screen and (min-width: 480px) {
        .offscreen a.ddf-logo {
          font-size: calc(16px + 5 * ((100vw - 480px) / 720)); } }
      @media screen and (min-width: 1200px) {
        .offscreen a.ddf-logo {
          font-size: 21px; } }
    .offscreen a.ddf-logo span {
      border-bottom: none; }
    @media (max-width: 1400px) {
      .offscreen a.ddf-logo {
        margin-left: 20px;
        padding-left: 60px; } }
  @media (max-width: 1400px) and (max-width: 600px) {
    .offscreen a.ddf-logo {
      background-size: auto 30px;
      margin-left: 10px; } }
    @media (max-width: 1400px) {
      .offscreen a.ddf-logo {
        margin-left: 20px; } }
    @media (max-width: 600px) {
      .offscreen a.ddf-logo {
        background-size: auto 30px;
        background-position: 0 0;
        margin-left: 10px;
        width: 30px;
        height: 30px; }
        .offscreen a.ddf-logo span {
          visibility: hidden; } }
  @media (min-width: 601px) {
    .offscreen__menu {
      margin-top: 18vw; } }
  @media (min-width: 961px) {
    .offscreen__menu {
      margin-top: 10vw; } }
  .offscreen__menu ul {
    margin-bottom: 14px;
    margin-bottom: 1.4rem; }
    .offscreen__menu ul {
      font-size: 16px; }
      @media screen and (min-width: 480px) {
        .offscreen__menu ul {
          font-size: calc(16px + 2 * ((100vw - 480px) / 720)); } }
      @media screen and (min-width: 1200px) {
        .offscreen__menu ul {
          font-size: 18px; } }
    @media (min-width: 601px) {
      .offscreen__menu ul {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start; } }
    .offscreen__menu ul li:first-child {
      border-top: 1px solid white;
      padding-top: 14px;
      padding-top: 1.4rem; }
    .offscreen__menu ul li a {
      color: white; }
      .offscreen__menu ul li a span {
        display: block;
        margin-bottom: 7px;
        margin-bottom: 0.7rem;
        font-weight: normal; }
        .offscreen__menu ul li a span.arrow {
          display: block;
          position: relative;
          font-weight: bold; }
          .offscreen__menu ul li a span.arrow:before {
            position: absolute;
            left: -12px;
            top: 50%;
            transform: translateY(-50%);
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            -moz-transform: scale(0.9999);
            border-width: 5px 0 5px 5px;
            border-color: transparent transparent transparent white; }
          .offscreen__menu ul li a span.arrow:after {
            position: absolute;
            left: -13px;
            top: 50%;
            transform: translateY(-50%);
            content: '';
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            -moz-transform: scale(0.9999);
            border-width: 5px 0 5px 5px;
            border-color: transparent transparent transparent #9e44db; }
          @media (max-width: 599px) {
            .offscreen__menu ul li a span.arrow:before, .offscreen__menu ul li a span.arrow:after {
              display: none; } }
        .offscreen__menu ul li a span.summary {
          display: none;
          font-size: 90%;
          font-weight: lighter; }
        .offscreen__menu ul li a span.stage-link {
          font-size: 14px;
          text-transform: uppercase;
          padding: 5px 20px 5px 8px;
          border-radius: 3px;
          background: #333;
          color: white;
          position: relative; }
          .offscreen__menu ul li a span.stage-link:after {
            content: '';
            position: absolute;
            right: 5px;
            top: 4px;
            width: 0;
            height: 0;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            border-left: 4px solid white;
            transform: rotate(-45deg); }
          .offscreen__menu ul li a span.stage-link:hover {
            border-bottom: none;
            background: #9e44db; }
      .offscreen__menu ul li a:hover {
        color: #231f20; }
    @media (min-width: 601px) {
      .offscreen__menu ul li {
        width: 28%;
        margin-right: 5%;
        margin-bottom: 20px;
        padding-bottom: 20px; }
        .offscreen__menu ul li:first-child {
          border-top: none;
          padding-top: 0; }
        .offscreen__menu ul li:last-child {
          border-bottom: none; }
        .offscreen__menu ul li a span.arrow {
          width: 60%; }
        .offscreen__menu ul li a span.summary {
          display: inherit; } }
  @media (max-width: 1400px) {
    .offscreen__menu {
      margin-left: 20px;
      margin-right: 20px; } }
  @media (max-width: 600px) {
    .offscreen__menu {
      width: 100%;
      display: inherit;
      margin: 2.8rem 10px 10px 10px;
      position: relative;
      transform: translate(0, 0); } }
  .offscreen__menu .buttonMenu {
    margin-bottom: 28px;
    margin-bottom: 2.8rem;
    padding-top: 14px;
    padding-top: 1.4rem;
    margin-right: 14px;
    margin-right: 1.4rem; }
    @media (min-width: 600px) {
      .offscreen__menu .buttonMenu {
        display: none; } }
    .offscreen__menu .buttonMenu h2 {
      font-size: 16px;
      padding-top: 14px;
      padding-top: 1.4rem;
      border-top: 1px solid white;
      text-transform: uppercase; }
      @media (min-width: 600px) {
        .offscreen__menu .buttonMenu h2 {
          margin-bottom: 2.8rem; } }
    .offscreen__menu .buttonMenu ul li {
      margin-bottom: 7px;
      margin-bottom: 0.7rem; }
      .offscreen__menu .buttonMenu ul li:first-child {
        border: none; }
  @media (min-width: 600px) {
    .offscreen__menu .primary {
      border-top: 1px solid white;
      padding-top: 3vw; } }
  .offscreen__menu .supportMenu h2 {
    font-size: 16px;
    padding-top: 14px;
    padding-top: 1.4rem;
    border-top: 1px solid white;
    text-transform: uppercase; }
    @media (min-width: 600px) {
      .offscreen__menu .supportMenu h2 {
        margin-bottom: 2.1rem; } }
  .offscreen__menu .supportMenu ul.support li {
    border-bottom: none;
    margin-bottom: 14px;
    margin-bottom: 1.4rem; }
    .offscreen__menu .supportMenu ul.support li:first-child {
      border-top: none; }
    .offscreen__menu .supportMenu ul.support li a {
      /*position: relative;
						&:before{
							position: absolute; 
							right: 20px; top: 50%;
							transform: translateY(-50%);
							@include triangle(right,8px,8px,white);
						}
						&:after{
							position: absolute; 
							right: 22px; top: 50%;
							transform: translateY(-50%);
							@include triangle(right,8px,8px,$purple);
						}
						@include media("<=medium"){
							width: calc(100% - 20px);
						}*/ }
  @media (min-width: 600px) {
    .offscreen__menu .supportMenu ul.support li a {
      font-size: 1.6rem !important;
      text-align: center; } }
  @media screen and (max-height: 800px) {
    .offscreen__menu .supportMenu ul {
      display: flex;
      flex-wrap: wrap;
      grid-gap: 0.7rem;
      align-items: flex-end; }
      .offscreen__menu .supportMenu ul li {
        margin-bottom: 0 !important; }
        .offscreen__menu .supportMenu ul li:last-child {
          order: -1; }
        .offscreen__menu .supportMenu ul li:first-child {
          padding-top: 0; } }
  @media (min-width: 600px) {
    .offscreen__menu ul.buy {
      display: none; } }
  .offscreen__menu ul.buy li:last-child {
    border-bottom: none; }
  .offscreen__menu ul + ul {
    margin-top: 60px; }
    @media (max-width: 600px) {
      .offscreen__menu ul + ul {
        margin-top: 20px; } }
  .offscreen__contacts {
    position: absolute;
    bottom: 20px;
    left: 10px;
    color: white;
    font-size: 14px; }

@media (max-width: 600px) and (max-height: 689px) {
  .offscreen__contacts {
    display: none; } }
    @media (min-width: 601px) {
      .offscreen__contacts {
        font-size: 16px;
        left: auto;
        bottom: auto;
        left: 66%;
        top: 0;
        width: calc(33% - 80px); } }
    .offscreen__contacts p {
      margin-bottom: 20px; }
      .offscreen__contacts p a {
        color: white; }
    .offscreen__contacts ul.social {
      margin-bottom: 20px; }
      @media screen and (max-height: 800px) {
        .offscreen__contacts ul.social {
          margin-bottom: 0; } }
      .offscreen__contacts ul.social li a {
        width: 20px;
        height: 20px; }
    @media only screen and (max-width: 680px) and (min-width: 601px) {
      .offscreen__contacts {
        font-size: 14px;
        bottom: auto;
        left: 60%;
        top: 24px;
        width: calc(50% - 80px); }
        .offscreen__contacts .offscreen__contacts ul.social {
          margin-bottom: 10px; } }

@media (max-width: 600px) and (max-height: 689px) {
  .offscreen {
    overflow: scroll; } }

.body-header {
  background: #9e44db;
  color: white; }
  .body-header.edition-body-header {
    color: #231f20; }
  .body-header.archive {
    background-color: #251134;
    background-image: url("../../images/ddf_archive-bg.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: white; }
    .body-header.archive .container h1, .body-header.archive .ddf-body-hd__row h1, .body-header.archive .ddf-body__row h1, .body-header.archive .archive-overview__row h1, .body-header.archive .edition-landing__row h1, .body-header.archive .edition2020-landing__row h1, .body-header.archive .edition2019-landing__row h1, .body-header.archive #ddf23 .playTrailerHolder h1, #ddf23 .body-header.archive .playTrailerHolder h1, .body-header.archive .offseason-landing__row h1 {
      font-family: "Marr Sans Web";
      width: 60%; }
      .body-header.archive .container h1 span, .body-header.archive .ddf-body-hd__row h1 span, .body-header.archive .ddf-body__row h1 span, .body-header.archive .archive-overview__row h1 span, .body-header.archive .edition-landing__row h1 span, .body-header.archive .edition2020-landing__row h1 span, .body-header.archive .edition2019-landing__row h1 span, .body-header.archive #ddf23 .playTrailerHolder h1 span, #ddf23 .body-header.archive .playTrailerHolder h1 span, .body-header.archive .offseason-landing__row h1 span {
        display: block; }
        .body-header.archive .container h1 span.performance, .body-header.archive .ddf-body-hd__row h1 span.performance, .body-header.archive .ddf-body__row h1 span.performance, .body-header.archive .archive-overview__row h1 span.performance, .body-header.archive .edition-landing__row h1 span.performance, .body-header.archive .edition2020-landing__row h1 span.performance, .body-header.archive .edition2019-landing__row h1 span.performance, .body-header.archive #ddf23 .playTrailerHolder h1 span.performance, #ddf23 .body-header.archive .playTrailerHolder h1 span.performance, .body-header.archive .offseason-landing__row h1 span.performance {
          color: #231f20; }
      .body-header.archive .container h1 a, .body-header.archive .ddf-body-hd__row h1 a, .body-header.archive .ddf-body__row h1 a, .body-header.archive .archive-overview__row h1 a, .body-header.archive .edition-landing__row h1 a, .body-header.archive .edition2020-landing__row h1 a, .body-header.archive .edition2019-landing__row h1 a, .body-header.archive #ddf23 .playTrailerHolder h1 a, #ddf23 .body-header.archive .playTrailerHolder h1 a, .body-header.archive .offseason-landing__row h1 a {
        color: white; }
        .body-header.archive .container h1 a:hover, .body-header.archive .ddf-body-hd__row h1 a:hover, .body-header.archive .ddf-body__row h1 a:hover, .body-header.archive .archive-overview__row h1 a:hover, .body-header.archive .edition-landing__row h1 a:hover, .body-header.archive .edition2020-landing__row h1 a:hover, .body-header.archive .edition2019-landing__row h1 a:hover, .body-header.archive #ddf23 .playTrailerHolder h1 a:hover, #ddf23 .body-header.archive .playTrailerHolder h1 a:hover, .body-header.archive .offseason-landing__row h1 a:hover {
          color: #231f20; }
    .body-header.archive .container h2, .body-header.archive .ddf-body-hd__row h2, .body-header.archive .ddf-body__row h2, .body-header.archive .archive-overview__row h2, .body-header.archive .edition-landing__row h2, .body-header.archive .edition2020-landing__row h2, .body-header.archive .edition2019-landing__row h2, .body-header.archive #ddf23 .playTrailerHolder h2, #ddf23 .body-header.archive .playTrailerHolder h2, .body-header.archive .offseason-landing__row h2 {
      font-family: "Marr Sans Web";
      width: 80%; }
    .body-header.archive .container h1 + h2, .body-header.archive .ddf-body-hd__row h1 + h2, .body-header.archive .ddf-body__row h1 + h2, .body-header.archive .archive-overview__row h1 + h2, .body-header.archive .edition-landing__row h1 + h2, .body-header.archive .edition2020-landing__row h1 + h2, .body-header.archive .edition2019-landing__row h1 + h2, .body-header.archive #ddf23 .playTrailerHolder h1 + h2, #ddf23 .body-header.archive .playTrailerHolder h1 + h2, .body-header.archive .offseason-landing__row h1 + h2 {
      margin-top: 56px;
      margin-top: 5.6rem; }
    .body-header.archive .container h5, .body-header.archive .ddf-body-hd__row h5, .body-header.archive .ddf-body__row h5, .body-header.archive .archive-overview__row h5, .body-header.archive .edition-landing__row h5, .body-header.archive .edition2020-landing__row h5, .body-header.archive .edition2019-landing__row h5, .body-header.archive #ddf23 .playTrailerHolder h5, #ddf23 .body-header.archive .playTrailerHolder h5, .body-header.archive .offseason-landing__row h5 {
      margin-bottom: 14px;
      margin-bottom: 1.4rem; }
    @media (max-width: 600px) {
      .body-header.archive .container h1, .body-header.archive .ddf-body-hd__row h1, .body-header.archive .ddf-body__row h1, .body-header.archive .archive-overview__row h1, .body-header.archive .edition-landing__row h1, .body-header.archive .edition2020-landing__row h1, .body-header.archive .edition2019-landing__row h1, .body-header.archive #ddf23 .playTrailerHolder h1, #ddf23 .body-header.archive .playTrailerHolder h1, .body-header.archive .offseason-landing__row h1, .body-header.archive .container h2, .body-header.archive .ddf-body-hd__row h2, .body-header.archive .ddf-body__row h2, .body-header.archive .archive-overview__row h2, .body-header.archive .edition-landing__row h2, .body-header.archive .edition2020-landing__row h2, .body-header.archive .edition2019-landing__row h2, .body-header.archive #ddf23 .playTrailerHolder h2, #ddf23 .body-header.archive .playTrailerHolder h2, .body-header.archive .offseason-landing__row h2 {
        width: 80%; }
      .body-header.archive .container h1 + h2, .body-header.archive .ddf-body-hd__row h1 + h2, .body-header.archive .ddf-body__row h1 + h2, .body-header.archive .archive-overview__row h1 + h2, .body-header.archive .edition-landing__row h1 + h2, .body-header.archive .edition2020-landing__row h1 + h2, .body-header.archive .edition2019-landing__row h1 + h2, .body-header.archive #ddf23 .playTrailerHolder h1 + h2, #ddf23 .body-header.archive .playTrailerHolder h1 + h2, .body-header.archive .offseason-landing__row h1 + h2 {
        margin-top: 2.8rem; } }
  .body-header.feature-bg {
    background: #9e44db !important; }
  .body-header.feature-bg-2019 {
    background: #9a9bd4 !important; }
  .body-header.reversed {
    background: white !important;
    color: #231f20; }
    .body-header.reversed a {
      color: #9e44db !important; }
      .body-header.reversed a:hover {
        color: #231f20; }
    .body-header.reversed h5 a, .body-header.reversed p a {
      color: #9e44db !important; }
      .body-header.reversed h5 a:hover, .body-header.reversed p a:hover {
        color: #231f20; }
  .body-header .container, .body-header .ddf-body-hd__row, .body-header .ddf-body__row, .body-header .archive-overview__row, .body-header .edition-landing__row, .body-header .edition2020-landing__row, .body-header .edition2019-landing__row, .body-header #ddf23 .playTrailerHolder, #ddf23 .body-header .playTrailerHolder, .body-header .offseason-landing__row {
    padding-top: 4vw;
    padding-bottom: 4vw; }
    .body-header .container.listing, .body-header .listing.ddf-body-hd__row, .body-header .listing.ddf-body__row, .body-header .listing.archive-overview__row, .body-header .listing.edition-landing__row, .body-header .listing.edition2020-landing__row, .body-header .listing.edition2019-landing__row, .body-header #ddf23 .listing.playTrailerHolder, #ddf23 .body-header .listing.playTrailerHolder, .body-header .listing.offseason-landing__row {
      padding-top: 2vw; }
    .body-header .container hr, .body-header .ddf-body-hd__row hr, .body-header .ddf-body__row hr, .body-header .archive-overview__row hr, .body-header .edition-landing__row hr, .body-header .edition2020-landing__row hr, .body-header .edition2019-landing__row hr, .body-header #ddf23 .playTrailerHolder hr, #ddf23 .body-header .playTrailerHolder hr, .body-header .offseason-landing__row hr {
      border-top: 1px solid white;
      margin: 28px 0 56px;
      margin: 2.8rem 0 5.6rem; }
    .body-header .container h1, .body-header .ddf-body-hd__row h1, .body-header .ddf-body__row h1, .body-header .archive-overview__row h1, .body-header .edition-landing__row h1, .body-header .edition2020-landing__row h1, .body-header .edition2019-landing__row h1, .body-header #ddf23 .playTrailerHolder h1, #ddf23 .body-header .playTrailerHolder h1, .body-header .offseason-landing__row h1 {
      width: 80%; }
      .body-header .container h1 span, .body-header .ddf-body-hd__row h1 span, .body-header .ddf-body__row h1 span, .body-header .archive-overview__row h1 span, .body-header .edition-landing__row h1 span, .body-header .edition2020-landing__row h1 span, .body-header .edition2019-landing__row h1 span, .body-header #ddf23 .playTrailerHolder h1 span, #ddf23 .body-header .playTrailerHolder h1 span, .body-header .offseason-landing__row h1 span {
        display: block; }
        .body-header .container h1 span.performance, .body-header .ddf-body-hd__row h1 span.performance, .body-header .ddf-body__row h1 span.performance, .body-header .archive-overview__row h1 span.performance, .body-header .edition-landing__row h1 span.performance, .body-header .edition2020-landing__row h1 span.performance, .body-header .edition2019-landing__row h1 span.performance, .body-header #ddf23 .playTrailerHolder h1 span.performance, #ddf23 .body-header .playTrailerHolder h1 span.performance, .body-header .offseason-landing__row h1 span.performance, .body-header .container h1 span.count, .body-header .ddf-body-hd__row h1 span.count, .body-header .ddf-body__row h1 span.count, .body-header .archive-overview__row h1 span.count, .body-header .edition-landing__row h1 span.count, .body-header .edition2020-landing__row h1 span.count, .body-header .edition2019-landing__row h1 span.count, .body-header #ddf23 .playTrailerHolder h1 span.count, #ddf23 .body-header .playTrailerHolder h1 span.count, .body-header .offseason-landing__row h1 span.count {
          color: #231f20; }
        .body-header .container h1 span.count, .body-header .ddf-body-hd__row h1 span.count, .body-header .ddf-body__row h1 span.count, .body-header .archive-overview__row h1 span.count, .body-header .edition-landing__row h1 span.count, .body-header .edition2020-landing__row h1 span.count, .body-header .edition2019-landing__row h1 span.count, .body-header #ddf23 .playTrailerHolder h1 span.count, #ddf23 .body-header .playTrailerHolder h1 span.count, .body-header .offseason-landing__row h1 span.count {
          display: inline-block; }
        .body-header .container h1 span.strand-title, .body-header .ddf-body-hd__row h1 span.strand-title, .body-header .ddf-body__row h1 span.strand-title, .body-header .archive-overview__row h1 span.strand-title, .body-header .edition-landing__row h1 span.strand-title, .body-header .edition2020-landing__row h1 span.strand-title, .body-header .edition2019-landing__row h1 span.strand-title, .body-header #ddf23 .playTrailerHolder h1 span.strand-title, #ddf23 .body-header .playTrailerHolder h1 span.strand-title, .body-header .offseason-landing__row h1 span.strand-title, .body-header .container h1 span.scale, .body-header .ddf-body-hd__row h1 span.scale, .body-header .ddf-body__row h1 span.scale, .body-header .archive-overview__row h1 span.scale, .body-header .edition-landing__row h1 span.scale, .body-header .edition2020-landing__row h1 span.scale, .body-header .edition2019-landing__row h1 span.scale, .body-header #ddf23 .playTrailerHolder h1 span.scale, #ddf23 .body-header .playTrailerHolder h1 span.scale, .body-header .offseason-landing__row h1 span.scale {
          font-size: 110%; }
      .body-header .container h1.edition-tf-2020, .body-header .ddf-body-hd__row h1.edition-tf-2020, .body-header .ddf-body__row h1.edition-tf-2020, .body-header .archive-overview__row h1.edition-tf-2020, .body-header .edition-landing__row h1.edition-tf-2020, .body-header .edition2020-landing__row h1.edition-tf-2020, .body-header .edition2019-landing__row h1.edition-tf-2020, .body-header #ddf23 .playTrailerHolder h1.edition-tf-2020, #ddf23 .body-header .playTrailerHolder h1.edition-tf-2020, .body-header .offseason-landing__row h1.edition-tf-2020 {
        width: 98%; }
      .body-header .container h1 a, .body-header .ddf-body-hd__row h1 a, .body-header .ddf-body__row h1 a, .body-header .archive-overview__row h1 a, .body-header .edition-landing__row h1 a, .body-header .edition2020-landing__row h1 a, .body-header .edition2019-landing__row h1 a, .body-header #ddf23 .playTrailerHolder h1 a, #ddf23 .body-header .playTrailerHolder h1 a, .body-header .offseason-landing__row h1 a {
        color: white; }
        .body-header .container h1 a:hover, .body-header .ddf-body-hd__row h1 a:hover, .body-header .ddf-body__row h1 a:hover, .body-header .archive-overview__row h1 a:hover, .body-header .edition-landing__row h1 a:hover, .body-header .edition2020-landing__row h1 a:hover, .body-header .edition2019-landing__row h1 a:hover, .body-header #ddf23 .playTrailerHolder h1 a:hover, #ddf23 .body-header .playTrailerHolder h1 a:hover, .body-header .offseason-landing__row h1 a:hover {
          color: #231f20; }
      .body-header .container h1.filter, .body-header .ddf-body-hd__row h1.filter, .body-header .ddf-body__row h1.filter, .body-header .archive-overview__row h1.filter, .body-header .edition-landing__row h1.filter, .body-header .edition2020-landing__row h1.filter, .body-header .edition2019-landing__row h1.filter, .body-header #ddf23 .playTrailerHolder h1.filter, #ddf23 .body-header .playTrailerHolder h1.filter, .body-header .offseason-landing__row h1.filter {
        width: 95%; }
      .body-header .container h1.event, .body-header .ddf-body-hd__row h1.event, .body-header .ddf-body__row h1.event, .body-header .archive-overview__row h1.event, .body-header .edition-landing__row h1.event, .body-header .edition2020-landing__row h1.event, .body-header .edition2019-landing__row h1.event, .body-header #ddf23 .playTrailerHolder h1.event, #ddf23 .body-header .playTrailerHolder h1.event, .body-header .offseason-landing__row h1.event {
        width: 95%; }
        .body-header .container h1.event.event-2020 .performance, .body-header .ddf-body-hd__row h1.event.event-2020 .performance, .body-header .ddf-body__row h1.event.event-2020 .performance, .body-header .archive-overview__row h1.event.event-2020 .performance, .body-header .edition-landing__row h1.event.event-2020 .performance, .body-header .edition2020-landing__row h1.event.event-2020 .performance, .body-header .edition2019-landing__row h1.event.event-2020 .performance, .body-header #ddf23 .playTrailerHolder h1.event.event-2020 .performance, #ddf23 .body-header .playTrailerHolder h1.event.event-2020 .performance, .body-header .offseason-landing__row h1.event.event-2020 .performance {
          color: #1D3445;
          font-family: "Marr Sans Web Ultra"; }
        .body-header .container h1.event.event-2023, .body-header .ddf-body-hd__row h1.event.event-2023, .body-header .ddf-body__row h1.event.event-2023, .body-header .archive-overview__row h1.event.event-2023, .body-header .edition-landing__row h1.event.event-2023, .body-header .edition2020-landing__row h1.event.event-2023, .body-header .edition2019-landing__row h1.event.event-2023, .body-header #ddf23 .playTrailerHolder h1.event.event-2023, #ddf23 .body-header .playTrailerHolder h1.event.event-2023, .body-header .offseason-landing__row h1.event.event-2023 {
          color: #231f20; }
          .body-header .container h1.event.event-2023 .performance, .body-header .ddf-body-hd__row h1.event.event-2023 .performance, .body-header .ddf-body__row h1.event.event-2023 .performance, .body-header .archive-overview__row h1.event.event-2023 .performance, .body-header .edition-landing__row h1.event.event-2023 .performance, .body-header .edition2020-landing__row h1.event.event-2023 .performance, .body-header .edition2019-landing__row h1.event.event-2023 .performance, .body-header #ddf23 .playTrailerHolder h1.event.event-2023 .performance, #ddf23 .body-header .playTrailerHolder h1.event.event-2023 .performance, .body-header .offseason-landing__row h1.event.event-2023 .performance {
            color: #231f20;
            font-family: "Marr Sans Web"; }
      .body-header .container h1.strand, .body-header .ddf-body-hd__row h1.strand, .body-header .ddf-body__row h1.strand, .body-header .archive-overview__row h1.strand, .body-header .edition-landing__row h1.strand, .body-header .edition2020-landing__row h1.strand, .body-header .edition2019-landing__row h1.strand, .body-header #ddf23 .playTrailerHolder h1.strand, #ddf23 .body-header .playTrailerHolder h1.strand, .body-header .offseason-landing__row h1.strand {
        width: 95%;
        line-height: 1.1 !important; }
        .body-header .container h1.strand.strands-2020, .body-header .ddf-body-hd__row h1.strand.strands-2020, .body-header .ddf-body__row h1.strand.strands-2020, .body-header .archive-overview__row h1.strand.strands-2020, .body-header .edition-landing__row h1.strand.strands-2020, .body-header .edition2020-landing__row h1.strand.strands-2020, .body-header .edition2019-landing__row h1.strand.strands-2020, .body-header #ddf23 .playTrailerHolder h1.strand.strands-2020, #ddf23 .body-header .playTrailerHolder h1.strand.strands-2020, .body-header .offseason-landing__row h1.strand.strands-2020 {
          color: #1D3445; }
        .body-header .container h1.strand.strands-2023, .body-header .ddf-body-hd__row h1.strand.strands-2023, .body-header .ddf-body__row h1.strand.strands-2023, .body-header .archive-overview__row h1.strand.strands-2023, .body-header .edition-landing__row h1.strand.strands-2023, .body-header .edition2020-landing__row h1.strand.strands-2023, .body-header .edition2019-landing__row h1.strand.strands-2023, .body-header #ddf23 .playTrailerHolder h1.strand.strands-2023, #ddf23 .body-header .playTrailerHolder h1.strand.strands-2023, .body-header .offseason-landing__row h1.strand.strands-2023 {
          color: #231f20; }
      .body-header .container h1 a.ul, .body-header .ddf-body-hd__row h1 a.ul, .body-header .ddf-body__row h1 a.ul, .body-header .archive-overview__row h1 a.ul, .body-header .edition-landing__row h1 a.ul, .body-header .edition2020-landing__row h1 a.ul, .body-header .edition2019-landing__row h1 a.ul, .body-header #ddf23 .playTrailerHolder h1 a.ul, #ddf23 .body-header .playTrailerHolder h1 a.ul, .body-header .offseason-landing__row h1 a.ul, .body-header .container h1 .extended-module__intro h4 a, .extended-module__intro h4 .body-header .container h1 a, .body-header .ddf-body-hd__row h1 .extended-module__intro h4 a, .extended-module__intro h4 .body-header .ddf-body-hd__row h1 a, .body-header .ddf-body__row h1 .extended-module__intro h4 a, .extended-module__intro h4 .body-header .ddf-body__row h1 a, .body-header .archive-overview__row h1 .extended-module__intro h4 a, .extended-module__intro h4 .body-header .archive-overview__row h1 a, .body-header .edition-landing__row h1 .extended-module__intro h4 a, .extended-module__intro h4 .body-header .edition-landing__row h1 a, .body-header .edition2020-landing__row h1 .extended-module__intro h4 a, .extended-module__intro h4 .body-header .edition2020-landing__row h1 a, .body-header .edition2019-landing__row h1 .extended-module__intro h4 a, .extended-module__intro h4 .body-header .edition2019-landing__row h1 a, .body-header #ddf23 .playTrailerHolder h1 .extended-module__intro h4 a, .extended-module__intro h4 .body-header #ddf23 .playTrailerHolder h1 a, #ddf23 .body-header .playTrailerHolder h1 .extended-module__intro h4 a, .extended-module__intro h4 #ddf23 .body-header .playTrailerHolder h1 a, .body-header .offseason-landing__row h1 .extended-module__intro h4 a, .extended-module__intro h4 .body-header .offseason-landing__row h1 a, .body-header .container h1 .extended-module__intro p a, .extended-module__intro p .body-header .container h1 a, .body-header .ddf-body-hd__row h1 .extended-module__intro p a, .extended-module__intro p .body-header .ddf-body-hd__row h1 a, .body-header .ddf-body__row h1 .extended-module__intro p a, .extended-module__intro p .body-header .ddf-body__row h1 a, .body-header .archive-overview__row h1 .extended-module__intro p a, .extended-module__intro p .body-header .archive-overview__row h1 a, .body-header .edition-landing__row h1 .extended-module__intro p a, .extended-module__intro p .body-header .edition-landing__row h1 a, .body-header .edition2020-landing__row h1 .extended-module__intro p a, .extended-module__intro p .body-header .edition2020-landing__row h1 a, .body-header .edition2019-landing__row h1 .extended-module__intro p a, .extended-module__intro p .body-header .edition2019-landing__row h1 a, .body-header #ddf23 .playTrailerHolder h1 .extended-module__intro p a, .extended-module__intro p .body-header #ddf23 .playTrailerHolder h1 a, #ddf23 .body-header .playTrailerHolder h1 .extended-module__intro p a, .extended-module__intro p #ddf23 .body-header .playTrailerHolder h1 a, .body-header .offseason-landing__row h1 .extended-module__intro p a, .extended-module__intro p .body-header .offseason-landing__row h1 a, .body-header .container h1 .archive-overview__intro p a, .archive-overview__intro p .body-header .container h1 a, .body-header .ddf-body-hd__row h1 .archive-overview__intro p a, .archive-overview__intro p .body-header .ddf-body-hd__row h1 a, .body-header .ddf-body__row h1 .archive-overview__intro p a, .archive-overview__intro p .body-header .ddf-body__row h1 a, .body-header .archive-overview__row h1 .archive-overview__intro p a, .archive-overview__intro p .body-header .archive-overview__row h1 a, .body-header .edition-landing__row h1 .archive-overview__intro p a, .archive-overview__intro p .body-header .edition-landing__row h1 a, .body-header .edition2020-landing__row h1 .archive-overview__intro p a, .archive-overview__intro p .body-header .edition2020-landing__row h1 a, .body-header .edition2019-landing__row h1 .archive-overview__intro p a, .archive-overview__intro p .body-header .edition2019-landing__row h1 a, .body-header #ddf23 .playTrailerHolder h1 .archive-overview__intro p a, .archive-overview__intro p .body-header #ddf23 .playTrailerHolder h1 a, #ddf23 .body-header .playTrailerHolder h1 .archive-overview__intro p a, .archive-overview__intro p #ddf23 .body-header .playTrailerHolder h1 a, .body-header .offseason-landing__row h1 .archive-overview__intro p a, .archive-overview__intro p .body-header .offseason-landing__row h1 a, .body-header .container h1 .archive-overview__intro ul a, .archive-overview__intro ul .body-header .container h1 a, .body-header .ddf-body-hd__row h1 .archive-overview__intro ul a, .archive-overview__intro ul .body-header .ddf-body-hd__row h1 a, .body-header .ddf-body__row h1 .archive-overview__intro ul a, .archive-overview__intro ul .body-header .ddf-body__row h1 a, .body-header .archive-overview__row h1 .archive-overview__intro ul a, .archive-overview__intro ul .body-header .archive-overview__row h1 a, .body-header .edition-landing__row h1 .archive-overview__intro ul a, .archive-overview__intro ul .body-header .edition-landing__row h1 a, .body-header .edition2020-landing__row h1 .archive-overview__intro ul a, .archive-overview__intro ul .body-header .edition2020-landing__row h1 a, .body-header .edition2019-landing__row h1 .archive-overview__intro ul a, .archive-overview__intro ul .body-header .edition2019-landing__row h1 a, .body-header #ddf23 .playTrailerHolder h1 .archive-overview__intro ul a, .archive-overview__intro ul .body-header #ddf23 .playTrailerHolder h1 a, #ddf23 .body-header .playTrailerHolder h1 .archive-overview__intro ul a, .archive-overview__intro ul #ddf23 .body-header .playTrailerHolder h1 a, .body-header .offseason-landing__row h1 .archive-overview__intro ul a, .archive-overview__intro ul .body-header .offseason-landing__row h1 a, .body-header .container h1 .archive-overview__story p a, .archive-overview__story p .body-header .container h1 a, .body-header .ddf-body-hd__row h1 .archive-overview__story p a, .archive-overview__story p .body-header .ddf-body-hd__row h1 a, .body-header .ddf-body__row h1 .archive-overview__story p a, .archive-overview__story p .body-header .ddf-body__row h1 a, .body-header .archive-overview__row h1 .archive-overview__story p a, .archive-overview__story p .body-header .archive-overview__row h1 a, .body-header .edition-landing__row h1 .archive-overview__story p a, .archive-overview__story p .body-header .edition-landing__row h1 a, .body-header .edition2020-landing__row h1 .archive-overview__story p a, .archive-overview__story p .body-header .edition2020-landing__row h1 a, .body-header .edition2019-landing__row h1 .archive-overview__story p a, .archive-overview__story p .body-header .edition2019-landing__row h1 a, .body-header #ddf23 .playTrailerHolder h1 .archive-overview__story p a, .archive-overview__story p .body-header #ddf23 .playTrailerHolder h1 a, #ddf23 .body-header .playTrailerHolder h1 .archive-overview__story p a, .archive-overview__story p #ddf23 .body-header .playTrailerHolder h1 a, .body-header .offseason-landing__row h1 .archive-overview__story p a, .archive-overview__story p .body-header .offseason-landing__row h1 a, .body-header .container h1 .archive-overview__story ul a, .archive-overview__story ul .body-header .container h1 a, .body-header .ddf-body-hd__row h1 .archive-overview__story ul a, .archive-overview__story ul .body-header .ddf-body-hd__row h1 a, .body-header .ddf-body__row h1 .archive-overview__story ul a, .archive-overview__story ul .body-header .ddf-body__row h1 a, .body-header .archive-overview__row h1 .archive-overview__story ul a, .archive-overview__story ul .body-header .archive-overview__row h1 a, .body-header .edition-landing__row h1 .archive-overview__story ul a, .archive-overview__story ul .body-header .edition-landing__row h1 a, .body-header .edition2020-landing__row h1 .archive-overview__story ul a, .archive-overview__story ul .body-header .edition2020-landing__row h1 a, .body-header .edition2019-landing__row h1 .archive-overview__story ul a, .archive-overview__story ul .body-header .edition2019-landing__row h1 a, .body-header #ddf23 .playTrailerHolder h1 .archive-overview__story ul a, .archive-overview__story ul .body-header #ddf23 .playTrailerHolder h1 a, #ddf23 .body-header .playTrailerHolder h1 .archive-overview__story ul a, .archive-overview__story ul #ddf23 .body-header .playTrailerHolder h1 a, .body-header .offseason-landing__row h1 .archive-overview__story ul a, .archive-overview__story ul .body-header .offseason-landing__row h1 a, .body-header .container h1 .archive-overview__row__events ul li a.download, .archive-overview__row__events ul li .body-header .container h1 a.download, .body-header .ddf-body-hd__row h1 .archive-overview__row__events ul li a.download, .archive-overview__row__events ul li .body-header .ddf-body-hd__row h1 a.download, .body-header .ddf-body__row h1 .archive-overview__row__events ul li a.download, .archive-overview__row__events ul li .body-header .ddf-body__row h1 a.download, .body-header .archive-overview__row h1 .archive-overview__row__events ul li a.download, .archive-overview__row__events ul li .body-header .archive-overview__row h1 a.download, .body-header .edition-landing__row h1 .archive-overview__row__events ul li a.download, .archive-overview__row__events ul li .body-header .edition-landing__row h1 a.download, .body-header .edition2020-landing__row h1 .archive-overview__row__events ul li a.download, .archive-overview__row__events ul li .body-header .edition2020-landing__row h1 a.download, .body-header .edition2019-landing__row h1 .archive-overview__row__events ul li a.download, .archive-overview__row__events ul li .body-header .edition2019-landing__row h1 a.download, .body-header #ddf23 .playTrailerHolder h1 .archive-overview__row__events ul li a.download, .archive-overview__row__events ul li .body-header #ddf23 .playTrailerHolder h1 a.download, #ddf23 .body-header .playTrailerHolder h1 .archive-overview__row__events ul li a.download, .archive-overview__row__events ul li #ddf23 .body-header .playTrailerHolder h1 a.download, .body-header .offseason-landing__row h1 .archive-overview__row__events ul li a.download, .archive-overview__row__events ul li .body-header .offseason-landing__row h1 a.download, .body-header .container h1 .archive-overview__row__subhd p a, .archive-overview__row__subhd p .body-header .container h1 a, .body-header .ddf-body-hd__row h1 .archive-overview__row__subhd p a, .archive-overview__row__subhd p .body-header .ddf-body-hd__row h1 a, .body-header .ddf-body__row h1 .archive-overview__row__subhd p a, .archive-overview__row__subhd p .body-header .ddf-body__row h1 a, .body-header .archive-overview__row h1 .archive-overview__row__subhd p a, .archive-overview__row__subhd p .body-header .archive-overview__row h1 a, .body-header .edition-landing__row h1 .archive-overview__row__subhd p a, .archive-overview__row__subhd p .body-header .edition-landing__row h1 a, .body-header .edition2020-landing__row h1 .archive-overview__row__subhd p a, .archive-overview__row__subhd p .body-header .edition2020-landing__row h1 a, .body-header .edition2019-landing__row h1 .archive-overview__row__subhd p a, .archive-overview__row__subhd p .body-header .edition2019-landing__row h1 a, .body-header #ddf23 .playTrailerHolder h1 .archive-overview__row__subhd p a, .archive-overview__row__subhd p .body-header #ddf23 .playTrailerHolder h1 a, #ddf23 .body-header .playTrailerHolder h1 .archive-overview__row__subhd p a, .archive-overview__row__subhd p #ddf23 .body-header .playTrailerHolder h1 a, .body-header .offseason-landing__row h1 .archive-overview__row__subhd p a, .archive-overview__row__subhd p .body-header .offseason-landing__row h1 a, .body-header .container h1 .archive-overview__row__subhd ul a, .archive-overview__row__subhd ul .body-header .container h1 a, .body-header .ddf-body-hd__row h1 .archive-overview__row__subhd ul a, .archive-overview__row__subhd ul .body-header .ddf-body-hd__row h1 a, .body-header .ddf-body__row h1 .archive-overview__row__subhd ul a, .archive-overview__row__subhd ul .body-header .ddf-body__row h1 a, .body-header .archive-overview__row h1 .archive-overview__row__subhd ul a, .archive-overview__row__subhd ul .body-header .archive-overview__row h1 a, .body-header .edition-landing__row h1 .archive-overview__row__subhd ul a, .archive-overview__row__subhd ul .body-header .edition-landing__row h1 a, .body-header .edition2020-landing__row h1 .archive-overview__row__subhd ul a, .archive-overview__row__subhd ul .body-header .edition2020-landing__row h1 a, .body-header .edition2019-landing__row h1 .archive-overview__row__subhd ul a, .archive-overview__row__subhd ul .body-header .edition2019-landing__row h1 a, .body-header #ddf23 .playTrailerHolder h1 .archive-overview__row__subhd ul a, .archive-overview__row__subhd ul .body-header #ddf23 .playTrailerHolder h1 a, #ddf23 .body-header .playTrailerHolder h1 .archive-overview__row__subhd ul a, .archive-overview__row__subhd ul #ddf23 .body-header .playTrailerHolder h1 a, .body-header .offseason-landing__row h1 .archive-overview__row__subhd ul a, .archive-overview__row__subhd ul .body-header .offseason-landing__row h1 a {
        color: white;
        border-bottom: 1px solid rgba(35, 31, 32, 0.5); }
        .body-header .container h1 a.ul:hover, .body-header .ddf-body-hd__row h1 a.ul:hover, .body-header .ddf-body__row h1 a.ul:hover, .body-header .archive-overview__row h1 a.ul:hover, .body-header .edition-landing__row h1 a.ul:hover, .body-header .edition2020-landing__row h1 a.ul:hover, .body-header .edition2019-landing__row h1 a.ul:hover, .body-header #ddf23 .playTrailerHolder h1 a.ul:hover, #ddf23 .body-header .playTrailerHolder h1 a.ul:hover, .body-header .offseason-landing__row h1 a.ul:hover, .body-header .container h1 .extended-module__intro h4 a:hover, .extended-module__intro h4 .body-header .container h1 a:hover, .body-header .ddf-body-hd__row h1 .extended-module__intro h4 a:hover, .extended-module__intro h4 .body-header .ddf-body-hd__row h1 a:hover, .body-header .ddf-body__row h1 .extended-module__intro h4 a:hover, .extended-module__intro h4 .body-header .ddf-body__row h1 a:hover, .body-header .archive-overview__row h1 .extended-module__intro h4 a:hover, .extended-module__intro h4 .body-header .archive-overview__row h1 a:hover, .body-header .edition-landing__row h1 .extended-module__intro h4 a:hover, .extended-module__intro h4 .body-header .edition-landing__row h1 a:hover, .body-header .edition2020-landing__row h1 .extended-module__intro h4 a:hover, .extended-module__intro h4 .body-header .edition2020-landing__row h1 a:hover, .body-header .edition2019-landing__row h1 .extended-module__intro h4 a:hover, .extended-module__intro h4 .body-header .edition2019-landing__row h1 a:hover, .body-header #ddf23 .playTrailerHolder h1 .extended-module__intro h4 a:hover, .extended-module__intro h4 .body-header #ddf23 .playTrailerHolder h1 a:hover, #ddf23 .body-header .playTrailerHolder h1 .extended-module__intro h4 a:hover, .extended-module__intro h4 #ddf23 .body-header .playTrailerHolder h1 a:hover, .body-header .offseason-landing__row h1 .extended-module__intro h4 a:hover, .extended-module__intro h4 .body-header .offseason-landing__row h1 a:hover, .body-header .container h1 .extended-module__intro p a:hover, .extended-module__intro p .body-header .container h1 a:hover, .body-header .ddf-body-hd__row h1 .extended-module__intro p a:hover, .extended-module__intro p .body-header .ddf-body-hd__row h1 a:hover, .body-header .ddf-body__row h1 .extended-module__intro p a:hover, .extended-module__intro p .body-header .ddf-body__row h1 a:hover, .body-header .archive-overview__row h1 .extended-module__intro p a:hover, .extended-module__intro p .body-header .archive-overview__row h1 a:hover, .body-header .edition-landing__row h1 .extended-module__intro p a:hover, .extended-module__intro p .body-header .edition-landing__row h1 a:hover, .body-header .edition2020-landing__row h1 .extended-module__intro p a:hover, .extended-module__intro p .body-header .edition2020-landing__row h1 a:hover, .body-header .edition2019-landing__row h1 .extended-module__intro p a:hover, .extended-module__intro p .body-header .edition2019-landing__row h1 a:hover, .body-header #ddf23 .playTrailerHolder h1 .extended-module__intro p a:hover, .extended-module__intro p .body-header #ddf23 .playTrailerHolder h1 a:hover, #ddf23 .body-header .playTrailerHolder h1 .extended-module__intro p a:hover, .extended-module__intro p #ddf23 .body-header .playTrailerHolder h1 a:hover, .body-header .offseason-landing__row h1 .extended-module__intro p a:hover, .extended-module__intro p .body-header .offseason-landing__row h1 a:hover, .body-header .container h1 .archive-overview__intro p a:hover, .archive-overview__intro p .body-header .container h1 a:hover, .body-header .ddf-body-hd__row h1 .archive-overview__intro p a:hover, .archive-overview__intro p .body-header .ddf-body-hd__row h1 a:hover, .body-header .ddf-body__row h1 .archive-overview__intro p a:hover, .archive-overview__intro p .body-header .ddf-body__row h1 a:hover, .body-header .archive-overview__row h1 .archive-overview__intro p a:hover, .archive-overview__intro p .body-header .archive-overview__row h1 a:hover, .body-header .edition-landing__row h1 .archive-overview__intro p a:hover, .archive-overview__intro p .body-header .edition-landing__row h1 a:hover, .body-header .edition2020-landing__row h1 .archive-overview__intro p a:hover, .archive-overview__intro p .body-header .edition2020-landing__row h1 a:hover, .body-header .edition2019-landing__row h1 .archive-overview__intro p a:hover, .archive-overview__intro p .body-header .edition2019-landing__row h1 a:hover, .body-header #ddf23 .playTrailerHolder h1 .archive-overview__intro p a:hover, .archive-overview__intro p .body-header #ddf23 .playTrailerHolder h1 a:hover, #ddf23 .body-header .playTrailerHolder h1 .archive-overview__intro p a:hover, .archive-overview__intro p #ddf23 .body-header .playTrailerHolder h1 a:hover, .body-header .offseason-landing__row h1 .archive-overview__intro p a:hover, .archive-overview__intro p .body-header .offseason-landing__row h1 a:hover, .body-header .container h1 .archive-overview__intro ul a:hover, .archive-overview__intro ul .body-header .container h1 a:hover, .body-header .ddf-body-hd__row h1 .archive-overview__intro ul a:hover, .archive-overview__intro ul .body-header .ddf-body-hd__row h1 a:hover, .body-header .ddf-body__row h1 .archive-overview__intro ul a:hover, .archive-overview__intro ul .body-header .ddf-body__row h1 a:hover, .body-header .archive-overview__row h1 .archive-overview__intro ul a:hover, .archive-overview__intro ul .body-header .archive-overview__row h1 a:hover, .body-header .edition-landing__row h1 .archive-overview__intro ul a:hover, .archive-overview__intro ul .body-header .edition-landing__row h1 a:hover, .body-header .edition2020-landing__row h1 .archive-overview__intro ul a:hover, .archive-overview__intro ul .body-header .edition2020-landing__row h1 a:hover, .body-header .edition2019-landing__row h1 .archive-overview__intro ul a:hover, .archive-overview__intro ul .body-header .edition2019-landing__row h1 a:hover, .body-header #ddf23 .playTrailerHolder h1 .archive-overview__intro ul a:hover, .archive-overview__intro ul .body-header #ddf23 .playTrailerHolder h1 a:hover, #ddf23 .body-header .playTrailerHolder h1 .archive-overview__intro ul a:hover, .archive-overview__intro ul #ddf23 .body-header .playTrailerHolder h1 a:hover, .body-header .offseason-landing__row h1 .archive-overview__intro ul a:hover, .archive-overview__intro ul .body-header .offseason-landing__row h1 a:hover, .body-header .container h1 .archive-overview__story p a:hover, .archive-overview__story p .body-header .container h1 a:hover, .body-header .ddf-body-hd__row h1 .archive-overview__story p a:hover, .archive-overview__story p .body-header .ddf-body-hd__row h1 a:hover, .body-header .ddf-body__row h1 .archive-overview__story p a:hover, .archive-overview__story p .body-header .ddf-body__row h1 a:hover, .body-header .archive-overview__row h1 .archive-overview__story p a:hover, .archive-overview__story p .body-header .archive-overview__row h1 a:hover, .body-header .edition-landing__row h1 .archive-overview__story p a:hover, .archive-overview__story p .body-header .edition-landing__row h1 a:hover, .body-header .edition2020-landing__row h1 .archive-overview__story p a:hover, .archive-overview__story p .body-header .edition2020-landing__row h1 a:hover, .body-header .edition2019-landing__row h1 .archive-overview__story p a:hover, .archive-overview__story p .body-header .edition2019-landing__row h1 a:hover, .body-header #ddf23 .playTrailerHolder h1 .archive-overview__story p a:hover, .archive-overview__story p .body-header #ddf23 .playTrailerHolder h1 a:hover, #ddf23 .body-header .playTrailerHolder h1 .archive-overview__story p a:hover, .archive-overview__story p #ddf23 .body-header .playTrailerHolder h1 a:hover, .body-header .offseason-landing__row h1 .archive-overview__story p a:hover, .archive-overview__story p .body-header .offseason-landing__row h1 a:hover, .body-header .container h1 .archive-overview__story ul a:hover, .archive-overview__story ul .body-header .container h1 a:hover, .body-header .ddf-body-hd__row h1 .archive-overview__story ul a:hover, .archive-overview__story ul .body-header .ddf-body-hd__row h1 a:hover, .body-header .ddf-body__row h1 .archive-overview__story ul a:hover, .archive-overview__story ul .body-header .ddf-body__row h1 a:hover, .body-header .archive-overview__row h1 .archive-overview__story ul a:hover, .archive-overview__story ul .body-header .archive-overview__row h1 a:hover, .body-header .edition-landing__row h1 .archive-overview__story ul a:hover, .archive-overview__story ul .body-header .edition-landing__row h1 a:hover, .body-header .edition2020-landing__row h1 .archive-overview__story ul a:hover, .archive-overview__story ul .body-header .edition2020-landing__row h1 a:hover, .body-header .edition2019-landing__row h1 .archive-overview__story ul a:hover, .archive-overview__story ul .body-header .edition2019-landing__row h1 a:hover, .body-header #ddf23 .playTrailerHolder h1 .archive-overview__story ul a:hover, .archive-overview__story ul .body-header #ddf23 .playTrailerHolder h1 a:hover, #ddf23 .body-header .playTrailerHolder h1 .archive-overview__story ul a:hover, .archive-overview__story ul #ddf23 .body-header .playTrailerHolder h1 a:hover, .body-header .offseason-landing__row h1 .archive-overview__story ul a:hover, .archive-overview__story ul .body-header .offseason-landing__row h1 a:hover, .body-header .container h1 .archive-overview__row__events ul li a.download:hover, .archive-overview__row__events ul li .body-header .container h1 a.download:hover, .body-header .ddf-body-hd__row h1 .archive-overview__row__events ul li a.download:hover, .archive-overview__row__events ul li .body-header .ddf-body-hd__row h1 a.download:hover, .body-header .ddf-body__row h1 .archive-overview__row__events ul li a.download:hover, .archive-overview__row__events ul li .body-header .ddf-body__row h1 a.download:hover, .body-header .archive-overview__row h1 .archive-overview__row__events ul li a.download:hover, .archive-overview__row__events ul li .body-header .archive-overview__row h1 a.download:hover, .body-header .edition-landing__row h1 .archive-overview__row__events ul li a.download:hover, .archive-overview__row__events ul li .body-header .edition-landing__row h1 a.download:hover, .body-header .edition2020-landing__row h1 .archive-overview__row__events ul li a.download:hover, .archive-overview__row__events ul li .body-header .edition2020-landing__row h1 a.download:hover, .body-header .edition2019-landing__row h1 .archive-overview__row__events ul li a.download:hover, .archive-overview__row__events ul li .body-header .edition2019-landing__row h1 a.download:hover, .body-header #ddf23 .playTrailerHolder h1 .archive-overview__row__events ul li a.download:hover, .archive-overview__row__events ul li .body-header #ddf23 .playTrailerHolder h1 a.download:hover, #ddf23 .body-header .playTrailerHolder h1 .archive-overview__row__events ul li a.download:hover, .archive-overview__row__events ul li #ddf23 .body-header .playTrailerHolder h1 a.download:hover, .body-header .offseason-landing__row h1 .archive-overview__row__events ul li a.download:hover, .archive-overview__row__events ul li .body-header .offseason-landing__row h1 a.download:hover, .body-header .container h1 .archive-overview__row__subhd p a:hover, .archive-overview__row__subhd p .body-header .container h1 a:hover, .body-header .ddf-body-hd__row h1 .archive-overview__row__subhd p a:hover, .archive-overview__row__subhd p .body-header .ddf-body-hd__row h1 a:hover, .body-header .ddf-body__row h1 .archive-overview__row__subhd p a:hover, .archive-overview__row__subhd p .body-header .ddf-body__row h1 a:hover, .body-header .archive-overview__row h1 .archive-overview__row__subhd p a:hover, .archive-overview__row__subhd p .body-header .archive-overview__row h1 a:hover, .body-header .edition-landing__row h1 .archive-overview__row__subhd p a:hover, .archive-overview__row__subhd p .body-header .edition-landing__row h1 a:hover, .body-header .edition2020-landing__row h1 .archive-overview__row__subhd p a:hover, .archive-overview__row__subhd p .body-header .edition2020-landing__row h1 a:hover, .body-header .edition2019-landing__row h1 .archive-overview__row__subhd p a:hover, .archive-overview__row__subhd p .body-header .edition2019-landing__row h1 a:hover, .body-header #ddf23 .playTrailerHolder h1 .archive-overview__row__subhd p a:hover, .archive-overview__row__subhd p .body-header #ddf23 .playTrailerHolder h1 a:hover, #ddf23 .body-header .playTrailerHolder h1 .archive-overview__row__subhd p a:hover, .archive-overview__row__subhd p #ddf23 .body-header .playTrailerHolder h1 a:hover, .body-header .offseason-landing__row h1 .archive-overview__row__subhd p a:hover, .archive-overview__row__subhd p .body-header .offseason-landing__row h1 a:hover, .body-header .container h1 .archive-overview__row__subhd ul a:hover, .archive-overview__row__subhd ul .body-header .container h1 a:hover, .body-header .ddf-body-hd__row h1 .archive-overview__row__subhd ul a:hover, .archive-overview__row__subhd ul .body-header .ddf-body-hd__row h1 a:hover, .body-header .ddf-body__row h1 .archive-overview__row__subhd ul a:hover, .archive-overview__row__subhd ul .body-header .ddf-body__row h1 a:hover, .body-header .archive-overview__row h1 .archive-overview__row__subhd ul a:hover, .archive-overview__row__subhd ul .body-header .archive-overview__row h1 a:hover, .body-header .edition-landing__row h1 .archive-overview__row__subhd ul a:hover, .archive-overview__row__subhd ul .body-header .edition-landing__row h1 a:hover, .body-header .edition2020-landing__row h1 .archive-overview__row__subhd ul a:hover, .archive-overview__row__subhd ul .body-header .edition2020-landing__row h1 a:hover, .body-header .edition2019-landing__row h1 .archive-overview__row__subhd ul a:hover, .archive-overview__row__subhd ul .body-header .edition2019-landing__row h1 a:hover, .body-header #ddf23 .playTrailerHolder h1 .archive-overview__row__subhd ul a:hover, .archive-overview__row__subhd ul .body-header #ddf23 .playTrailerHolder h1 a:hover, #ddf23 .body-header .playTrailerHolder h1 .archive-overview__row__subhd ul a:hover, .archive-overview__row__subhd ul #ddf23 .body-header .playTrailerHolder h1 a:hover, .body-header .offseason-landing__row h1 .archive-overview__row__subhd ul a:hover, .archive-overview__row__subhd ul .body-header .offseason-landing__row h1 a:hover {
          border-bottom: 1px solid rgba(35, 31, 32, 0.8); }
    .body-header .container h2, .body-header .ddf-body-hd__row h2, .body-header .ddf-body__row h2, .body-header .archive-overview__row h2, .body-header .edition-landing__row h2, .body-header .edition2020-landing__row h2, .body-header .edition2019-landing__row h2, .body-header #ddf23 .playTrailerHolder h2, #ddf23 .body-header .playTrailerHolder h2, .body-header .offseason-landing__row h2 {
      font-family: "Marr Sans Web";
      width: 80%; }
    .body-header .container h1 + h2, .body-header .ddf-body-hd__row h1 + h2, .body-header .ddf-body__row h1 + h2, .body-header .archive-overview__row h1 + h2, .body-header .edition-landing__row h1 + h2, .body-header .edition2020-landing__row h1 + h2, .body-header .edition2019-landing__row h1 + h2, .body-header #ddf23 .playTrailerHolder h1 + h2, #ddf23 .body-header .playTrailerHolder h1 + h2, .body-header .offseason-landing__row h1 + h2 {
      margin-top: 14px;
      margin-top: 1.4rem; }
    .body-header .container h1 + a.button, .body-header .ddf-body-hd__row h1 + a.button, .body-header .ddf-body__row h1 + a.button, .body-header .archive-overview__row h1 + a.button, .body-header .edition-landing__row h1 + a.button, .body-header .edition2020-landing__row h1 + a.button, .body-header .edition2019-landing__row h1 + a.button, .body-header #ddf23 .playTrailerHolder h1 + a.button, #ddf23 .body-header .playTrailerHolder h1 + a.button, .body-header .offseason-landing__row h1 + a.button, .body-header .container h1 + p, .body-header .ddf-body-hd__row h1 + p, .body-header .ddf-body__row h1 + p, .body-header .archive-overview__row h1 + p, .body-header .edition-landing__row h1 + p, .body-header .edition2020-landing__row h1 + p, .body-header .edition2019-landing__row h1 + p, .body-header #ddf23 .playTrailerHolder h1 + p, #ddf23 .body-header .playTrailerHolder h1 + p, .body-header .offseason-landing__row h1 + p, .body-header .container h1 + div.notes, .body-header .ddf-body-hd__row h1 + div.notes, .body-header .ddf-body__row h1 + div.notes, .body-header .archive-overview__row h1 + div.notes, .body-header .edition-landing__row h1 + div.notes, .body-header .edition2020-landing__row h1 + div.notes, .body-header .edition2019-landing__row h1 + div.notes, .body-header #ddf23 .playTrailerHolder h1 + div.notes, #ddf23 .body-header .playTrailerHolder h1 + div.notes, .body-header .offseason-landing__row h1 + div.notes {
      margin-top: 28px;
      margin-top: 2.8rem; }
    .body-header .container h5 a, .body-header .ddf-body-hd__row h5 a, .body-header .ddf-body__row h5 a, .body-header .archive-overview__row h5 a, .body-header .edition-landing__row h5 a, .body-header .edition2020-landing__row h5 a, .body-header .edition2019-landing__row h5 a, .body-header #ddf23 .playTrailerHolder h5 a, #ddf23 .body-header .playTrailerHolder h5 a, .body-header .offseason-landing__row h5 a, .body-header .container p a, .body-header .ddf-body-hd__row p a, .body-header .ddf-body__row p a, .body-header .archive-overview__row p a, .body-header .edition-landing__row p a, .body-header .edition2020-landing__row p a, .body-header .edition2019-landing__row p a, .body-header #ddf23 .playTrailerHolder p a, #ddf23 .body-header .playTrailerHolder p a, .body-header .offseason-landing__row p a {
      color: white; }
      .body-header .container h5 a:hover, .body-header .ddf-body-hd__row h5 a:hover, .body-header .ddf-body__row h5 a:hover, .body-header .archive-overview__row h5 a:hover, .body-header .edition-landing__row h5 a:hover, .body-header .edition2020-landing__row h5 a:hover, .body-header .edition2019-landing__row h5 a:hover, .body-header #ddf23 .playTrailerHolder h5 a:hover, #ddf23 .body-header .playTrailerHolder h5 a:hover, .body-header .offseason-landing__row h5 a:hover, .body-header .container p a:hover, .body-header .ddf-body-hd__row p a:hover, .body-header .ddf-body__row p a:hover, .body-header .archive-overview__row p a:hover, .body-header .edition-landing__row p a:hover, .body-header .edition2020-landing__row p a:hover, .body-header .edition2019-landing__row p a:hover, .body-header #ddf23 .playTrailerHolder p a:hover, #ddf23 .body-header .playTrailerHolder p a:hover, .body-header .offseason-landing__row p a:hover {
        color: rgba(255, 255, 255, 0.5); }
    .body-header .container p.dark, .body-header .ddf-body-hd__row p.dark, .body-header .ddf-body__row p.dark, .body-header .archive-overview__row p.dark, .body-header .edition-landing__row p.dark, .body-header .edition2020-landing__row p.dark, .body-header .edition2019-landing__row p.dark, .body-header #ddf23 .playTrailerHolder p.dark, #ddf23 .body-header .playTrailerHolder p.dark, .body-header .offseason-landing__row p.dark {
      color: #231f20; }
      .body-header .container p.dark a.dark-ul, .body-header .ddf-body-hd__row p.dark a.dark-ul, .body-header .ddf-body__row p.dark a.dark-ul, .body-header .archive-overview__row p.dark a.dark-ul, .body-header .edition-landing__row p.dark a.dark-ul, .body-header .edition2020-landing__row p.dark a.dark-ul, .body-header .edition2019-landing__row p.dark a.dark-ul, .body-header #ddf23 .playTrailerHolder p.dark a.dark-ul, #ddf23 .body-header .playTrailerHolder p.dark a.dark-ul, .body-header .offseason-landing__row p.dark a.dark-ul {
        color: #231f20;
        border-bottom: 1px solid #231f20; }
        .body-header .container p.dark a.dark-ul:hover, .body-header .ddf-body-hd__row p.dark a.dark-ul:hover, .body-header .ddf-body__row p.dark a.dark-ul:hover, .body-header .archive-overview__row p.dark a.dark-ul:hover, .body-header .edition-landing__row p.dark a.dark-ul:hover, .body-header .edition2020-landing__row p.dark a.dark-ul:hover, .body-header .edition2019-landing__row p.dark a.dark-ul:hover, .body-header #ddf23 .playTrailerHolder p.dark a.dark-ul:hover, #ddf23 .body-header .playTrailerHolder p.dark a.dark-ul:hover, .body-header .offseason-landing__row p.dark a.dark-ul:hover {
          border-bottom: 1px solid rgba(35, 31, 32, 0.6); }
    .body-header .container h5, .body-header .ddf-body-hd__row h5, .body-header .ddf-body__row h5, .body-header .archive-overview__row h5, .body-header .edition-landing__row h5, .body-header .edition2020-landing__row h5, .body-header .edition2019-landing__row h5, .body-header #ddf23 .playTrailerHolder h5, #ddf23 .body-header .playTrailerHolder h5, .body-header .offseason-landing__row h5 {
      margin-bottom: 2vw; }
    .body-header .container p, .body-header .ddf-body-hd__row p, .body-header .ddf-body__row p, .body-header .archive-overview__row p, .body-header .edition-landing__row p, .body-header .edition2020-landing__row p, .body-header .edition2019-landing__row p, .body-header #ddf23 .playTrailerHolder p, #ddf23 .body-header .playTrailerHolder p, .body-header .offseason-landing__row p {
      margin-bottom: 14px;
      margin-bottom: 1.4rem; }
      .body-header .container p:last-child, .body-header .ddf-body-hd__row p:last-child, .body-header .ddf-body__row p:last-child, .body-header .archive-overview__row p:last-child, .body-header .edition-landing__row p:last-child, .body-header .edition2020-landing__row p:last-child, .body-header .edition2019-landing__row p:last-child, .body-header #ddf23 .playTrailerHolder p:last-child, #ddf23 .body-header .playTrailerHolder p:last-child, .body-header .offseason-landing__row p:last-child {
        margin-bottom: 0; }
    .body-header .container .notes p, .body-header .ddf-body-hd__row .notes p, .body-header .ddf-body__row .notes p, .body-header .archive-overview__row .notes p, .body-header .edition-landing__row .notes p, .body-header .edition2020-landing__row .notes p, .body-header .edition2019-landing__row .notes p, .body-header #ddf23 .playTrailerHolder .notes p, #ddf23 .body-header .playTrailerHolder .notes p, .body-header .offseason-landing__row .notes p {
      margin-bottom: 0; }
    .body-header .container .event-cta p, .body-header .ddf-body-hd__row .event-cta p, .body-header .ddf-body__row .event-cta p, .body-header .archive-overview__row .event-cta p, .body-header .edition-landing__row .event-cta p, .body-header .edition2020-landing__row .event-cta p, .body-header .edition2019-landing__row .event-cta p, .body-header #ddf23 .playTrailerHolder .event-cta p, #ddf23 .body-header .playTrailerHolder .event-cta p, .body-header .offseason-landing__row .event-cta p {
      width: 80%; }
    .body-header .container .notes + .event-cta, .body-header .ddf-body-hd__row .notes + .event-cta, .body-header .ddf-body__row .notes + .event-cta, .body-header .archive-overview__row .notes + .event-cta, .body-header .edition-landing__row .notes + .event-cta, .body-header .edition2020-landing__row .notes + .event-cta, .body-header .edition2019-landing__row .notes + .event-cta, .body-header #ddf23 .playTrailerHolder .notes + .event-cta, #ddf23 .body-header .playTrailerHolder .notes + .event-cta, .body-header .offseason-landing__row .notes + .event-cta {
      margin-top: 28px;
      margin-top: 2.8rem; }
    .body-header .container a.button + div.notes, .body-header .ddf-body-hd__row a.button + div.notes, .body-header .ddf-body__row a.button + div.notes, .body-header .archive-overview__row a.button + div.notes, .body-header .edition-landing__row a.button + div.notes, .body-header .edition2020-landing__row a.button + div.notes, .body-header .edition2019-landing__row a.button + div.notes, .body-header #ddf23 .playTrailerHolder a.button + div.notes, #ddf23 .body-header .playTrailerHolder a.button + div.notes, .body-header .offseason-landing__row a.button + div.notes {
      margin-top: 28px;
      margin-top: 2.8rem; }
  .body-header.extended .container h1, .body-header.extended .ddf-body-hd__row h1, .body-header.extended .ddf-body__row h1, .body-header.extended .archive-overview__row h1, .body-header.extended .edition-landing__row h1, .body-header.extended .edition2020-landing__row h1, .body-header.extended .edition2019-landing__row h1, .body-header.extended #ddf23 .playTrailerHolder h1, #ddf23 .body-header.extended .playTrailerHolder h1, .body-header.extended .offseason-landing__row h1 {
    font-family: "Marr Sans Web";
    width: 80%; }
    .body-header.extended .container h1 span, .body-header.extended .ddf-body-hd__row h1 span, .body-header.extended .ddf-body__row h1 span, .body-header.extended .archive-overview__row h1 span, .body-header.extended .edition-landing__row h1 span, .body-header.extended .edition2020-landing__row h1 span, .body-header.extended .edition2019-landing__row h1 span, .body-header.extended #ddf23 .playTrailerHolder h1 span, #ddf23 .body-header.extended .playTrailerHolder h1 span, .body-header.extended .offseason-landing__row h1 span {
      display: block; }
      .body-header.extended .container h1 span.performance, .body-header.extended .ddf-body-hd__row h1 span.performance, .body-header.extended .ddf-body__row h1 span.performance, .body-header.extended .archive-overview__row h1 span.performance, .body-header.extended .edition-landing__row h1 span.performance, .body-header.extended .edition2020-landing__row h1 span.performance, .body-header.extended .edition2019-landing__row h1 span.performance, .body-header.extended #ddf23 .playTrailerHolder h1 span.performance, #ddf23 .body-header.extended .playTrailerHolder h1 span.performance, .body-header.extended .offseason-landing__row h1 span.performance {
        color: #231f20; }
    .body-header.extended .container h1 a, .body-header.extended .ddf-body-hd__row h1 a, .body-header.extended .ddf-body__row h1 a, .body-header.extended .archive-overview__row h1 a, .body-header.extended .edition-landing__row h1 a, .body-header.extended .edition2020-landing__row h1 a, .body-header.extended .edition2019-landing__row h1 a, .body-header.extended #ddf23 .playTrailerHolder h1 a, #ddf23 .body-header.extended .playTrailerHolder h1 a, .body-header.extended .offseason-landing__row h1 a {
      color: white; }
      .body-header.extended .container h1 a:hover, .body-header.extended .ddf-body-hd__row h1 a:hover, .body-header.extended .ddf-body__row h1 a:hover, .body-header.extended .archive-overview__row h1 a:hover, .body-header.extended .edition-landing__row h1 a:hover, .body-header.extended .edition2020-landing__row h1 a:hover, .body-header.extended .edition2019-landing__row h1 a:hover, .body-header.extended #ddf23 .playTrailerHolder h1 a:hover, #ddf23 .body-header.extended .playTrailerHolder h1 a:hover, .body-header.extended .offseason-landing__row h1 a:hover {
        color: #231f20; }
    .body-header.extended .container h1.event, .body-header.extended .ddf-body-hd__row h1.event, .body-header.extended .ddf-body__row h1.event, .body-header.extended .archive-overview__row h1.event, .body-header.extended .edition-landing__row h1.event, .body-header.extended .edition2020-landing__row h1.event, .body-header.extended .edition2019-landing__row h1.event, .body-header.extended #ddf23 .playTrailerHolder h1.event, #ddf23 .body-header.extended .playTrailerHolder h1.event, .body-header.extended .offseason-landing__row h1.event {
      width: 95%; }
  .body-header.extended .container p, .body-header.extended .ddf-body-hd__row p, .body-header.extended .ddf-body__row p, .body-header.extended .archive-overview__row p, .body-header.extended .edition-landing__row p, .body-header.extended .edition2020-landing__row p, .body-header.extended .edition2019-landing__row p, .body-header.extended #ddf23 .playTrailerHolder p, #ddf23 .body-header.extended .playTrailerHolder p, .body-header.extended .offseason-landing__row p {
    width: 60%; }
    @media (max-width: 599px) {
      .body-header.extended .container p, .body-header.extended .ddf-body-hd__row p, .body-header.extended .ddf-body__row p, .body-header.extended .archive-overview__row p, .body-header.extended .edition-landing__row p, .body-header.extended .edition2020-landing__row p, .body-header.extended .edition2019-landing__row p, .body-header.extended #ddf23 .playTrailerHolder p, #ddf23 .body-header.extended .playTrailerHolder p, .body-header.extended .offseason-landing__row p {
        width: 100%; } }
  .body-header.org .container h1, .body-header.org .ddf-body-hd__row h1, .body-header.org .ddf-body__row h1, .body-header.org .archive-overview__row h1, .body-header.org .edition-landing__row h1, .body-header.org .edition2020-landing__row h1, .body-header.org .edition2019-landing__row h1, .body-header.org #ddf23 .playTrailerHolder h1, #ddf23 .body-header.org .playTrailerHolder h1, .body-header.org .offseason-landing__row h1 {
    font-family: "Marr Sans Web";
    width: 60%; }
    .body-header.org .container h1 span, .body-header.org .ddf-body-hd__row h1 span, .body-header.org .ddf-body__row h1 span, .body-header.org .archive-overview__row h1 span, .body-header.org .edition-landing__row h1 span, .body-header.org .edition2020-landing__row h1 span, .body-header.org .edition2019-landing__row h1 span, .body-header.org #ddf23 .playTrailerHolder h1 span, #ddf23 .body-header.org .playTrailerHolder h1 span, .body-header.org .offseason-landing__row h1 span {
      display: block; }
      .body-header.org .container h1 span.performance, .body-header.org .ddf-body-hd__row h1 span.performance, .body-header.org .ddf-body__row h1 span.performance, .body-header.org .archive-overview__row h1 span.performance, .body-header.org .edition-landing__row h1 span.performance, .body-header.org .edition2020-landing__row h1 span.performance, .body-header.org .edition2019-landing__row h1 span.performance, .body-header.org #ddf23 .playTrailerHolder h1 span.performance, #ddf23 .body-header.org .playTrailerHolder h1 span.performance, .body-header.org .offseason-landing__row h1 span.performance {
        color: #231f20; }
    .body-header.org .container h1 a, .body-header.org .ddf-body-hd__row h1 a, .body-header.org .ddf-body__row h1 a, .body-header.org .archive-overview__row h1 a, .body-header.org .edition-landing__row h1 a, .body-header.org .edition2020-landing__row h1 a, .body-header.org .edition2019-landing__row h1 a, .body-header.org #ddf23 .playTrailerHolder h1 a, #ddf23 .body-header.org .playTrailerHolder h1 a, .body-header.org .offseason-landing__row h1 a {
      color: white; }
      .body-header.org .container h1 a:hover, .body-header.org .ddf-body-hd__row h1 a:hover, .body-header.org .ddf-body__row h1 a:hover, .body-header.org .archive-overview__row h1 a:hover, .body-header.org .edition-landing__row h1 a:hover, .body-header.org .edition2020-landing__row h1 a:hover, .body-header.org .edition2019-landing__row h1 a:hover, .body-header.org #ddf23 .playTrailerHolder h1 a:hover, #ddf23 .body-header.org .playTrailerHolder h1 a:hover, .body-header.org .offseason-landing__row h1 a:hover {
        color: #231f20; }
  .body-header.org .container h2, .body-header.org .ddf-body-hd__row h2, .body-header.org .ddf-body__row h2, .body-header.org .archive-overview__row h2, .body-header.org .edition-landing__row h2, .body-header.org .edition2020-landing__row h2, .body-header.org .edition2019-landing__row h2, .body-header.org #ddf23 .playTrailerHolder h2, #ddf23 .body-header.org .playTrailerHolder h2, .body-header.org .offseason-landing__row h2 {
    font-family: "Marr Sans Web";
    width: 80%; }
  .body-header.org .container h1 + h2, .body-header.org .ddf-body-hd__row h1 + h2, .body-header.org .ddf-body__row h1 + h2, .body-header.org .archive-overview__row h1 + h2, .body-header.org .edition-landing__row h1 + h2, .body-header.org .edition2020-landing__row h1 + h2, .body-header.org .edition2019-landing__row h1 + h2, .body-header.org #ddf23 .playTrailerHolder h1 + h2, #ddf23 .body-header.org .playTrailerHolder h1 + h2, .body-header.org .offseason-landing__row h1 + h2 {
    margin-top: 56px;
    margin-top: 5.6rem; }
  .body-header.org .container h1 + img, .body-header.org .ddf-body-hd__row h1 + img, .body-header.org .ddf-body__row h1 + img, .body-header.org .archive-overview__row h1 + img, .body-header.org .edition-landing__row h1 + img, .body-header.org .edition2020-landing__row h1 + img, .body-header.org .edition2019-landing__row h1 + img, .body-header.org #ddf23 .playTrailerHolder h1 + img, #ddf23 .body-header.org .playTrailerHolder h1 + img, .body-header.org .offseason-landing__row h1 + img {
    margin-top: 28px;
    margin-top: 2.8rem; }
  .body-header.org .container h5, .body-header.org .ddf-body-hd__row h5, .body-header.org .ddf-body__row h5, .body-header.org .archive-overview__row h5, .body-header.org .edition-landing__row h5, .body-header.org .edition2020-landing__row h5, .body-header.org .edition2019-landing__row h5, .body-header.org #ddf23 .playTrailerHolder h5, #ddf23 .body-header.org .playTrailerHolder h5, .body-header.org .offseason-landing__row h5 {
    margin-bottom: 14px;
    margin-bottom: 1.4rem; }
  .body-header.org .container img.ddf-friends, .body-header.org .ddf-body-hd__row img.ddf-friends, .body-header.org .ddf-body__row img.ddf-friends, .body-header.org .archive-overview__row img.ddf-friends, .body-header.org .edition-landing__row img.ddf-friends, .body-header.org .edition2020-landing__row img.ddf-friends, .body-header.org .edition2019-landing__row img.ddf-friends, .body-header.org #ddf23 .playTrailerHolder img.ddf-friends, #ddf23 .body-header.org .playTrailerHolder img.ddf-friends, .body-header.org .offseason-landing__row img.ddf-friends {
    display: block;
    height: auto;
    width: 200px; }
    @media (max-width: 600px) {
      .body-header.org .container img.ddf-friends, .body-header.org .ddf-body-hd__row img.ddf-friends, .body-header.org .ddf-body__row img.ddf-friends, .body-header.org .archive-overview__row img.ddf-friends, .body-header.org .edition-landing__row img.ddf-friends, .body-header.org .edition2020-landing__row img.ddf-friends, .body-header.org .edition2019-landing__row img.ddf-friends, .body-header.org #ddf23 .playTrailerHolder img.ddf-friends, #ddf23 .body-header.org .playTrailerHolder img.ddf-friends, .body-header.org .offseason-landing__row img.ddf-friends {
        width: 140px; } }
  .body-header.org .container img.ddf-friends-tag, .body-header.org .ddf-body-hd__row img.ddf-friends-tag, .body-header.org .ddf-body__row img.ddf-friends-tag, .body-header.org .archive-overview__row img.ddf-friends-tag, .body-header.org .edition-landing__row img.ddf-friends-tag, .body-header.org .edition2020-landing__row img.ddf-friends-tag, .body-header.org .edition2019-landing__row img.ddf-friends-tag, .body-header.org #ddf23 .playTrailerHolder img.ddf-friends-tag, #ddf23 .body-header.org .playTrailerHolder img.ddf-friends-tag, .body-header.org .offseason-landing__row img.ddf-friends-tag {
    display: block;
    height: auto;
    width: 876px;
    max-width: 90%;
    margin-bottom: 20px; }
  @media (max-width: 600px) {
    .body-header.org .container h1, .body-header.org .ddf-body-hd__row h1, .body-header.org .ddf-body__row h1, .body-header.org .archive-overview__row h1, .body-header.org .edition-landing__row h1, .body-header.org .edition2020-landing__row h1, .body-header.org .edition2019-landing__row h1, .body-header.org #ddf23 .playTrailerHolder h1, #ddf23 .body-header.org .playTrailerHolder h1, .body-header.org .offseason-landing__row h1, .body-header.org .container h2, .body-header.org .ddf-body-hd__row h2, .body-header.org .ddf-body__row h2, .body-header.org .archive-overview__row h2, .body-header.org .edition-landing__row h2, .body-header.org .edition2020-landing__row h2, .body-header.org .edition2019-landing__row h2, .body-header.org #ddf23 .playTrailerHolder h2, #ddf23 .body-header.org .playTrailerHolder h2, .body-header.org .offseason-landing__row h2 {
      width: 80%; }
    .body-header.org .container h1 + h2, .body-header.org .ddf-body-hd__row h1 + h2, .body-header.org .ddf-body__row h1 + h2, .body-header.org .archive-overview__row h1 + h2, .body-header.org .edition-landing__row h1 + h2, .body-header.org .edition2020-landing__row h1 + h2, .body-header.org .edition2019-landing__row h1 + h2, .body-header.org #ddf23 .playTrailerHolder h1 + h2, #ddf23 .body-header.org .playTrailerHolder h1 + h2, .body-header.org .offseason-landing__row h1 + h2 {
      margin-top: 2.8rem; } }
  .body-header.event .container, .body-header.event .ddf-body-hd__row, .body-header.event .ddf-body__row, .body-header.event .archive-overview__row, .body-header.event .edition-landing__row, .body-header.event .edition2020-landing__row, .body-header.event .edition2019-landing__row, .body-header.event #ddf23 .playTrailerHolder, #ddf23 .body-header.event .playTrailerHolder, .body-header.event .offseason-landing__row {
    padding-bottom: 2vw; }
  .body-header--home .container, .body-header--home .ddf-body-hd__row, .body-header--home .ddf-body__row, .body-header--home .archive-overview__row, .body-header--home .edition-landing__row, .body-header--home .edition2020-landing__row, .body-header--home .edition2019-landing__row, .body-header--home #ddf23 .playTrailerHolder, #ddf23 .body-header--home .playTrailerHolder, .body-header--home .offseason-landing__row {
    padding-bottom: 0; }
    @media (min-width: 1400px) {
      .body-header--home .container, .body-header--home .ddf-body-hd__row, .body-header--home .ddf-body__row, .body-header--home .archive-overview__row, .body-header--home .edition-landing__row, .body-header--home .edition2020-landing__row, .body-header--home .edition2019-landing__row, .body-header--home #ddf23 .playTrailerHolder, #ddf23 .body-header--home .playTrailerHolder, .body-header--home .offseason-landing__row {
        padding-bottom: 0; } }
  .body-header--home__highlights {
    display: flex;
    flex-flow: row-reverse wrap;
    align-items: center;
    justify-content: space-between; }
    .body-header--home__highlights__text, .body-header--home__highlights__cover {
      width: 50%; }
    .body-header--home__highlights__text a.button {
      display: none; }
    .body-header--home__highlights__cover .caption {
      font-size: 11px;
      position: absolute;
      right: 20px;
      bottom: 20px;
      color: white;
      z-index: 990; }
      @media (max-width: 600px) {
        .body-header--home__highlights__cover .caption {
          bottom: auto;
          right: 20px;
          top: 30px; } }
    .body-header--home__highlights__cover__image {
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      background: black;
      overflow: hidden;
      position: relative; }
      .body-header--home__highlights__cover__image__wrapper {
        position: absolute;
        width: 200%;
        height: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
        .body-header--home__highlights__cover__image__wrapper img {
          display: block;
          height: 100%;
          width: auto; }
    @media (max-width: 600px) {
      .body-header--home__highlights {
        flex-flow: row wrap; }
        .body-header--home__highlights__text, .body-header--home__highlights__cover {
          width: 100%; }
        .body-header--home__highlights__text {
          padding: 40px 0; }
          .body-header--home__highlights__text h1 span {
            display: block; }
          .body-header--home__highlights__text a.button {
            display: inherit;
            width: 50% !important;
            max-width: 50%; }
          .body-header--home__highlights__text a.button + a.button {
            margin-top: 0.7rem; } }

/* New CSS - Feb 2023. */
.body-header.edition-body-header .container .edition-body-header__titles h1, .body-header.edition-body-header .ddf-body-hd__row .edition-body-header__titles h1, .body-header.edition-body-header .ddf-body__row .edition-body-header__titles h1, .body-header.edition-body-header .archive-overview__row .edition-body-header__titles h1, .body-header.edition-body-header .edition-landing__row .edition-body-header__titles h1, .body-header.edition-body-header .edition2020-landing__row .edition-body-header__titles h1, .body-header.edition-body-header .edition2019-landing__row .edition-body-header__titles h1, .body-header.edition-body-header #ddf23 .playTrailerHolder .edition-body-header__titles h1, #ddf23 .body-header.edition-body-header .playTrailerHolder .edition-body-header__titles h1, .body-header.edition-body-header .offseason-landing__row .edition-body-header__titles h1 {
  font-family: "Marr Sans Web" !important;
  font-size: 26px !important;
  line-height: 1;
  margin-bottom: 7px;
  margin-bottom: 0.7rem; }

.body-header.edition-body-header .container .edition-body-header__titles h2, .body-header.edition-body-header .ddf-body-hd__row .edition-body-header__titles h2, .body-header.edition-body-header .ddf-body__row .edition-body-header__titles h2, .body-header.edition-body-header .archive-overview__row .edition-body-header__titles h2, .body-header.edition-body-header .edition-landing__row .edition-body-header__titles h2, .body-header.edition-body-header .edition2020-landing__row .edition-body-header__titles h2, .body-header.edition-body-header .edition2019-landing__row .edition-body-header__titles h2, .body-header.edition-body-header #ddf23 .playTrailerHolder .edition-body-header__titles h2, #ddf23 .body-header.edition-body-header .playTrailerHolder .edition-body-header__titles h2, .body-header.edition-body-header .offseason-landing__row .edition-body-header__titles h2 {
  font-family: "Marr Sans Web";
  font-size: 18px;
  margin-bottom: 28px;
  margin-bottom: 2.8rem; }

@media (min-width: 600px) {
  .body-header.edition-body-header .container .edition-body-header__titles h1, .body-header.edition-body-header .ddf-body-hd__row .edition-body-header__titles h1, .body-header.edition-body-header .ddf-body__row .edition-body-header__titles h1, .body-header.edition-body-header .archive-overview__row .edition-body-header__titles h1, .body-header.edition-body-header .edition-landing__row .edition-body-header__titles h1, .body-header.edition-body-header .edition2020-landing__row .edition-body-header__titles h1, .body-header.edition-body-header .edition2019-landing__row .edition-body-header__titles h1, .body-header.edition-body-header #ddf23 .playTrailerHolder .edition-body-header__titles h1, #ddf23 .body-header.edition-body-header .playTrailerHolder .edition-body-header__titles h1, .body-header.edition-body-header .offseason-landing__row .edition-body-header__titles h1 {
    font-size: 45px !important; }
  .body-header.edition-body-header .container .edition-body-header__titles h2, .body-header.edition-body-header .ddf-body-hd__row .edition-body-header__titles h2, .body-header.edition-body-header .ddf-body__row .edition-body-header__titles h2, .body-header.edition-body-header .archive-overview__row .edition-body-header__titles h2, .body-header.edition-body-header .edition-landing__row .edition-body-header__titles h2, .body-header.edition-body-header .edition2020-landing__row .edition-body-header__titles h2, .body-header.edition-body-header .edition2019-landing__row .edition-body-header__titles h2, .body-header.edition-body-header #ddf23 .playTrailerHolder .edition-body-header__titles h2, #ddf23 .body-header.edition-body-header .playTrailerHolder .edition-body-header__titles h2, .body-header.edition-body-header .offseason-landing__row .edition-body-header__titles h2 {
    font-size: 21px !important; } }

.body-header.edition-body-header .container .edition-body-header__intro p, .body-header.edition-body-header .ddf-body-hd__row .edition-body-header__intro p, .body-header.edition-body-header .ddf-body__row .edition-body-header__intro p, .body-header.edition-body-header .archive-overview__row .edition-body-header__intro p, .body-header.edition-body-header .edition-landing__row .edition-body-header__intro p, .body-header.edition-body-header .edition2020-landing__row .edition-body-header__intro p, .body-header.edition-body-header .edition2019-landing__row .edition-body-header__intro p, .body-header.edition-body-header #ddf23 .playTrailerHolder .edition-body-header__intro p, #ddf23 .body-header.edition-body-header .playTrailerHolder .edition-body-header__intro p, .body-header.edition-body-header .offseason-landing__row .edition-body-header__intro p {
  font-family: "Canela Web";
  font-size: 21px;
  padding-right: 2vw; }

@media (min-width: 600px) {
  .body-header.edition-body-header .container .edition-body-header__intro p, .body-header.edition-body-header .ddf-body-hd__row .edition-body-header__intro p, .body-header.edition-body-header .ddf-body__row .edition-body-header__intro p, .body-header.edition-body-header .archive-overview__row .edition-body-header__intro p, .body-header.edition-body-header .edition-landing__row .edition-body-header__intro p, .body-header.edition-body-header .edition2020-landing__row .edition-body-header__intro p, .body-header.edition-body-header .edition2019-landing__row .edition-body-header__intro p, .body-header.edition-body-header #ddf23 .playTrailerHolder .edition-body-header__intro p, #ddf23 .body-header.edition-body-header .playTrailerHolder .edition-body-header__intro p, .body-header.edition-body-header .offseason-landing__row .edition-body-header__intro p {
    font-size: 45px;
    line-height: 1.2;
    max-width: 36ch; } }

.body-header.event-header2023 {
  color: #231f20; }
  .body-header.event-header2023 hr {
    border-top: 1px solid #231f20; }

.content.home {
  padding: 4vw 0; }

.content.landing {
  padding: 4vw 0; }

.content.white {
  background: white; }

.content.pad {
  padding: 4vw 0; }

.content.standard-list {
  background: white;
  padding: 4vw 0; }

.content.grad-ddf-top {
  background: linear-gradient(to bottom, #9e44db, #9e44db 200px, #f4f4f4 200px, #f4f4f4); }
  @media (max-width: 600px) {
    .content.grad-ddf-top {
      background: linear-gradient(to bottom, #9e44db, #9e44db 100px, #f4f4f4 100px, #f4f4f4); } }

.content.grad-top-small {
  background: linear-gradient(to bottom, #9e44db, #9e44db 100px, #f4f4f4 100px, #f4f4f4); }
  @media (max-width: 600px) {
    .content.grad-top-small {
      background: linear-gradient(to bottom, #9e44db, #9e44db 50px, #f4f4f4 50px, #f4f4f4); } }

.content.grad-ddf-top-small {
  background: linear-gradient(to bottom, #9e44db, #9e44db 100px, #f4f4f4 100px, #f4f4f4); }
  @media (max-width: 600px) {
    .content.grad-ddf-top-small {
      background: linear-gradient(to bottom, #9e44db, #9e44db 50px, #f4f4f4 50px, #f4f4f4); } }

.content.grad-extended-top {
  background: linear-gradient(to bottom, #9e44db, #9e44db 150px, white 150px, white); }
  @media (max-width: 600px) {
    .content.grad-extended-top {
      background: linear-gradient(to bottom, #9e44db, #9e44db 75px, white 75px, white); } }

.content.grad-ddf-top-white {
  background: linear-gradient(to bottom, #9e44db, #9e44db 200px, white 200px, white); }
  @media (max-width: 600px) {
    .content.grad-ddf-top-white {
      background: linear-gradient(to bottom, #9e44db, #9e44db 100px, white 100px, white); } }

.content.grad {
  background: linear-gradient(to bottom, #9e44db, #9e44db 200px, white 200px, white); }
  .content.grad--2019 {
    background: linear-gradient(to bottom, #9a9bd4, #9a9bd4 200px, white 200px, white); }
  .content.grad--2020 {
    background: linear-gradient(to bottom, #C9815D, #C9815D 200px, white 200px, white); }
  .content.grad--2020-capsule {
    background: linear-gradient(to bottom, #FF675D, #FF675D 200px, white 200px, white); }
  .content.grad.ddf {
    background: linear-gradient(to bottom, #9e44db, #9e44db 200px, #f4f4f4 200px, #f4f4f4); }

.content.grad-small {
  background: linear-gradient(to bottom, #9e44db, #9e44db 100px, white 100px, white); }
  .content.grad-small.ddf {
    background: linear-gradient(to bottom, #9e44db, #9e44db 200px, #f4f4f4 200px, #f4f4f4); }
  .content.grad-small--2020 {
    background: linear-gradient(to bottom, #C9815D, #C9815D 100px, white 100px, white); }

.content.related-list {
  background: white;
  padding: 4vw 0; }
  .content.related-list.feature-bg {
    background: #9e44db; }
    .content.related-list.feature-bg h2 {
      color: white; }
  .content.related-list--news {
    background: white;
    /*
			background: linear-gradient(
			  to bottom,
			  white,
			  white 50%,
			  white 50%,
			  $ddf-col 50%,
			  $ddf-col
			);
			*/ }
    .content.related-list--news h2 {
      color: #9e44db !important; }

.content .container.pad-top, .content .pad-top.ddf-body-hd__row, .content .pad-top.ddf-body__row, .content .pad-top.archive-overview__row, .content .pad-top.edition-landing__row, .content .pad-top.edition2020-landing__row, .content .pad-top.edition2019-landing__row, .content #ddf23 .pad-top.playTrailerHolder, #ddf23 .content .pad-top.playTrailerHolder, .content .pad-top.offseason-landing__row {
  padding-top: 4vw; }

.content .list-head h3 {
  margin-bottom: 28px;
  margin-bottom: 2.8rem; }

.content .list-head h4 {
  margin-bottom: 28px;
  margin-bottom: 2.8rem; }

.content .list-head p {
  margin-bottom: 56px;
  margin-bottom: 5.6rem; }

.content .list-head h2 + p, .content .list-head h3 + p {
  margin-top: -28px;
  margin-top: -2.8rem; }

.content .section-head h2 {
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
  font-weight: bold; }
  .content .section-head h2.light {
    font-weight: lighter; }

.content .section-head h3 {
  margin-bottom: 56px;
  margin-bottom: 5.6rem; }

.content .section-head h4 {
  margin-bottom: 56px;
  margin-bottom: 5.6rem; }

.content .section-head h5 {
  margin-bottom: 28px;
  margin-bottom: 2.8rem; }

.content .section-head p {
  margin-bottom: 56px;
  margin-bottom: 5.6rem; }

.content .section-head h2 + p, .content .section-head h3 + p {
  margin-top: -28px;
  margin-top: -2.8rem; }

@media (max-width: 599px) {
  .content .section-head h2, .content .section-head h3, .content .section-head h4 {
    margin-bottom: 2.8rem; } }

.content .section-end {
  padding: 2vw 0 4vw 0; }
  .content .section-end a.page {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    opacity: 0.5; }
    .content .section-end a.page:hover {
      opacity: 1; }
    .content .section-end a.page--previous {
      background: url("../../images/arrow_left-grey.svg") center center no-repeat;
      background-size: auto 100%; }
    .content .section-end a.page--next {
      background: url("../../images/arrow_right-grey.svg") center center no-repeat;
      background-size: auto 100%; }

.content .two-col {
  background: white; }
  .content .two-col.trans {
    background: transparent; }
  @media (min-width: 601px) {
    .content .two-col {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between; } }
  .content .two-col__item {
    width: calc(50% - 30px); }
    @media (max-width: 959px) {
      .content .two-col__item {
        margin-bottom: 0;
        width: 100%; }
        .content .two-col__item:last-child {
          margin-bottom: 0; } }
    .content .two-col__item__image {
      width: 100%;
      height: 0;
      padding-bottom: 62.5%;
      background: #231f20;
      overflow: hidden;
      position: relative; }
      .content .two-col__item__image img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
    .content .two-col__item__text {
      background: white;
      width: calc(100% - 60px);
      transform: translateY(-40px); }
      .content .two-col__item__text.grey {
        background: #f4f4f4; }
      .content .two-col__item__text p.dates {
        margin-bottom: 7px;
        margin-bottom: 0.7rem;
        color: #231f20; }
      .content .two-col__item__text h2 {
        margin-bottom: 28px;
        margin-bottom: 2.8rem;
        margin-right: 28px;
        margin-right: 2.8rem; }
        .content .two-col__item__text h2 span {
          display: block; }
        .content .two-col__item__text h2 a span {
          transition: all 0.2s; }
          .content .two-col__item__text h2 a span:first-of-type {
            color: #231f20 !important; }
          .content .two-col__item__text h2 a span:nth-of-type(2) {
            color: rgba(35, 31, 32, 0.6) !important; }
        .content .two-col__item__text h2 a:hover {
          color: rgba(35, 31, 32, 0.6) !important; }
        .content .two-col__item__text h2.event a span {
          transition: all 0.2s; }
          .content .two-col__item__text h2.event a span:first-of-type {
            color: #9e44db; }
        .content .two-col__item__text h2.event a:hover {
          color: #9e44db; }
        .content .two-col__item__text h2.event.edition--2019 a span:first-of-type {
          color: #9a9bd4; }
        .content .two-col__item__text h2.event.edition--2019 a:hover {
          color: #9a9bd4; }
        .content .two-col__item__text h2.event.edition--2020 a span:first-of-type {
          color: #C9815D; }
        .content .two-col__item__text h2.event.edition--2020 a:hover {
          color: #C9815D; }
        .content .two-col__item__text h2.event.edition--2020 a span:first-of-type {
          color: #C9815D; }
        .content .two-col__item__text h2.event.edition--2020 a:hover {
          color: #C9815D; }
      @media (max-width: 959px) {
        .content .two-col__item__text {
          width: calc(100% - 20px); } }
      @media (max-width: 600px) {
        .content .two-col__item__text h2 {
          margin-right: 1.4rem; } }

@media (min-width: 601px) {
  .content .three-col {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; } }

.content .three-col__item {
  width: calc(33% - 30px);
  position: relative;
  margin-bottom: 30px; }
  @media (max-width: 959px) {
    .content .three-col__item {
      margin-bottom: 0;
      width: calc(100% - 30px); }
      .content .three-col__item:last-child {
        margin-bottom: 0; } }
  .content .three-col__item__image {
    width: 100%;
    height: 0;
    padding-bottom: 62.5%;
    overflow: hidden;
    position: relative; }
    .content .three-col__item__image img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .content .three-col__item__text {
    background: white;
    width: calc(100% - 20px);
    position: relative;
    transform: translateY(-40px); }
    .content .three-col__item__text__content {
      padding-bottom: 28px;
      padding-bottom: 2.8rem; }
    .content .three-col__item__text.grey {
      background: #f4f4f4; }
    .content .three-col__item__text.border {
      border: 1px solid #f4f4f4; }
    .content .three-col__item__text .featured-post {
      background: #9e44db;
      font-size: 14px;
      color: white;
      padding: 3px 5px;
      display: inline-block;
      margin-right: 5px;
      position: absolute;
      left: 20px;
      top: 0;
      transform: translateY(-75%); }
      @media (max-width: 600px) {
        .content .three-col__item__text .featured-post {
          left: 10px; } }
    .content .three-col__item__text p.date {
      margin-bottom: 14px;
      margin-bottom: 1.4rem; }
    .content .three-col__item__text h2 {
      margin-bottom: 28px;
      margin-bottom: 2.8rem;
      margin-right: 28px;
      margin-right: 2.8rem; }
      .content .three-col__item__text h2 span {
        display: block; }
      .content .three-col__item__text h2 a span {
        transition: all 0.2s; }
        .content .three-col__item__text h2 a span:first-of-type {
          color: #9e44db; }
      .content .three-col__item__text h2 a:hover {
        color: #9e44db; }
    .content .three-col__item__text h3 {
      margin-bottom: 28px;
      margin-bottom: 2.8rem;
      margin-right: 28px;
      margin-right: 2.8rem; }
      .content .three-col__item__text h3 a span {
        transition: all 0.2s; }
        .content .three-col__item__text h3 a span:first-of-type {
          color: #9e44db; }
      .content .three-col__item__text h3 a:hover {
        color: #9e44db; }
    @media (max-width: 959px) {
      .content .three-col__item__text {
        width: calc(100% - 20px); } }
    @media (max-width: 600px) {
      .content .three-col__item__text h2 {
        margin-right: 1.4rem; } }

.content .full-col__item {
  width: 100%;
  position: relative;
  margin-bottom: 30px; }
  @media (max-width: 959px) {
    .content .full-col__item {
      margin-bottom: 0; }
      .content .full-col__item:last-child {
        margin-bottom: 0; } }
  .content .full-col__item__image {
    width: 100%;
    height: 0;
    padding-bottom: 62.5%;
    overflow: hidden;
    position: relative; }
    .content .full-col__item__image img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .content .full-col__item__text {
    background: white;
    width: calc(100% - 30%);
    position: relative;
    transform: translateY(-40px); }
    .content .full-col__item__text__content {
      padding-bottom: 28px;
      padding-bottom: 2.8rem; }
    .content .full-col__item__text.grey {
      background: #f4f4f4; }
    .content .full-col__item__text.border {
      border: 1px solid #f4f4f4; }
    .content .full-col__item__text p.date, .content .full-col__item__text p.dates {
      margin-bottom: 14px;
      margin-bottom: 1.4rem; }
    .content .full-col__item__text h2 {
      margin-bottom: 28px;
      margin-bottom: 2.8rem;
      margin-right: 28px;
      margin-right: 2.8rem; }
      .content .full-col__item__text h2 span {
        display: block; }
      .content .full-col__item__text h2 a span {
        transition: all 0.2s; }
        .content .full-col__item__text h2 a span:first-of-type {
          color: #9e44db; }
      .content .full-col__item__text h2 a:hover {
        color: #9e44db; }
    .content .full-col__item__text h3 {
      margin-bottom: 28px;
      margin-bottom: 2.8rem;
      margin-right: 28px;
      margin-right: 2.8rem; }
      .content .full-col__item__text h3 a span {
        transition: all 0.2s; }
        .content .full-col__item__text h3 a span:first-of-type {
          color: #9e44db; }
      .content .full-col__item__text h3 a:hover {
        color: #9e44db; }
    @media (max-width: 959px) {
      .content .full-col__item__text {
        width: calc(100% - 20px); } }
    @media (max-width: 600px) {
      .content .full-col__item__text h2 {
        margin-right: 1.4rem; } }

.content .list.feature-bg {
  background: #9e44db;
  color: white; }

.content .list h2 {
  color: #231f20;
  margin-bottom: 28px;
  margin-bottom: 2.8rem; }
  .content .list h2 span.edition {
    color: #9e44db; }

.content .list__item {
  background: white;
  display: flex;
  margin-bottom: 40px;
  align-items: center; }
  .content .list__item.grey {
    background: #f4f4f4; }
  @media (max-width: 600px) {
    .content .list__item {
      margin-bottom: 10px; } }
  .content .list__item:last-child {
    margin-bottom: 0; }
  .content .list__item__image {
    background-color: #231f20;
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 150px;
    min-height: 150px;
    height: auto;
    overflow: hidden; }
    @media (min-width: 600px) {
      .content .list__item__image {
        width: 260px;
        min-height: 170px;
        height: auto; } }
    .content .list__item__image a {
      background-color: rgba(35, 31, 32, 0);
      display: block;
      width: 100%;
      height: 100%;
      text-indent: -999em; }
      .content .list__item__image a:hover {
        background-color: rgba(35, 31, 32, 0.4); }
  .content .list__item__text {
    width: calc(100% - 150px); }
    .content .list__item__text.border {
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-width: 1px 1px 1px 0px; }
    @media (min-width: 600px) {
      .content .list__item__text {
        width: calc(100% - 200px); } }
    .content .list__item__text h2 {
      margin-bottom: 14px;
      margin-bottom: 1.4rem; }
      .content .list__item__text h2 a {
        display: block; }
        .content .list__item__text h2 a span {
          transition: all 0.2s; }
          .content .list__item__text h2 a span:first-of-type {
            color: #9e44db; }
          .content .list__item__text h2 a span:nth-child(2) {
            color: #231f20; }
        .content .list__item__text h2 a:hover {
          color: #9e44db; }
        .content .list__item__text h2 a.arrow {
          background-image: url("../../images/arrow_right-grey.svg");
          background-position: calc(100% - 20px) 50%;
          background-repeat: no-repeat;
          background-size: auto 50%; }
    .content .list__item__text a.view {
      font-size: 12px; }
    .content .list__item__text.flex .list__item__text__action {
      display: none; }
    @media (min-width: 600px) {
      .content .list__item__text.flex {
        display: flex;
        justify-content: space-between;
        align-items: top; }
        .content .list__item__text.flex h2 {
          width: calc(100% - 120px - 40px); }
        .content .list__item__text.flex .list__item__text__action {
          display: block;
          width: 120px; } }
    .content .list__item__text.ddf-col h2 a span {
      transition: all 0.2s; }
      .content .list__item__text.ddf-col h2 a span:first-of-type {
        color: #9e44db; }
    .content .list__item__text.ddf-col h2 a:hover {
      color: #9e44db; }

.content .summary-list h2 {
  color: #231f20;
  margin-bottom: 28px;
  margin-bottom: 2.8rem; }

.content .summary-list__item {
  background: white;
  display: flex;
  margin-bottom: 40px; }
  .content .summary-list__item.grey {
    background: #f4f4f4; }
  .content .summary-list__item.border {
    border: 1px solid #e7e7e7; }
  @media (max-width: 600px) {
    .content .summary-list__item {
      margin-bottom: 10px; } }
  .content .summary-list__item:last-child {
    margin-bottom: 0; }
  .content .summary-list__item__image {
    background-color: #231f20;
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 150px;
    min-height: 150px;
    height: auto;
    overflow: hidden; }
    @media (min-width: 600px) {
      .content .summary-list__item__image {
        width: 260px;
        min-height: 200px;
        height: auto; } }
    .content .summary-list__item__image a {
      background-color: rgba(35, 31, 32, 0);
      display: block;
      width: 100%;
      height: 100%;
      text-indent: -999em; }
      .content .summary-list__item__image a:hover {
        background-color: rgba(35, 31, 32, 0.4); }
  .content .summary-list__item__text {
    width: calc(100% - 150px); }
    .content .summary-list__item__text.border {
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-width: 1px 1px 1px 0px; }
    @media (min-width: 600px) {
      .content .summary-list__item__text {
        width: calc(100% - 300px); } }
    .content .summary-list__item__text p.dates, .content .summary-list__item__text p.date {
      margin-bottom: 7px;
      margin-bottom: 0.7rem;
      color: #231f20; }
    .content .summary-list__item__text h2 {
      margin-bottom: 28px;
      margin-bottom: 2.8rem; }
      .content .summary-list__item__text h2.event {
        color: #9e44db; }
        .content .summary-list__item__text h2.event a span {
          transition: all 0.2s; }
          .content .summary-list__item__text h2.event a span:first-of-type {
            color: #231f20 !important; }
          .content .summary-list__item__text h2.event a span:nth-of-type(2) {
            color: rgba(35, 31, 32, 0.6) !important; }
        .content .summary-list__item__text h2.event a:hover {
          color: rgba(35, 31, 32, 0.6) !important; }
        .content .summary-list__item__text h2.event.edition--2019 a span:first-of-type {
          color: #9a9bd4; }
        .content .summary-list__item__text h2.event.edition--2019 a:hover {
          color: #9a9bd4; }
        .content .summary-list__item__text h2.event.edition--2020 a span:first-of-type {
          color: #C9815D; }
        .content .summary-list__item__text h2.event.edition--2020 a:hover {
          color: #C9815D; }
      .content .summary-list__item__text h2 a {
        display: block; }
        .content .summary-list__item__text h2 a span {
          transition: all 0.2s; }
          .content .summary-list__item__text h2 a span:first-of-type {
            color: #9e44db; }
        .content .summary-list__item__text h2 a:hover {
          color: #9e44db; }
        .content .summary-list__item__text h2 a.ddf-col:hover {
          color: #9e44db; }
        .content .summary-list__item__text h2 a.arrow {
          background-image: url("../../images/arrow_right-grey.svg");
          background-position: calc(100% - 20px) 50%;
          background-repeat: no-repeat;
          background-size: auto 50%; }
    .content .summary-list__item__text a.view {
      display: inline-block; }
    @media (min-width: 600px) {
      .content .summary-list__item__text.flex {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .content .summary-list__item__text.flex h2 {
          width: calc(100% - 100px - 40px); }
        .content .summary-list__item__text.flex a.view {
          width: 100px; } }
    .content .summary-list__item__text.ddf-col h2 a span {
      transition: all 0.2s; }
      .content .summary-list__item__text.ddf-col h2 a span:first-of-type {
        color: #9e44db; }
    .content .summary-list__item__text.ddf-col h2 a:hover {
      color: #9e44db; }

.content .standard-list h2 {
  margin-bottom: 28px;
  margin-bottom: 2.8rem; }

.content .standard-list__item {
  background: white;
  margin-bottom: 40px; }
  @media (max-width: 600px) {
    .content .standard-list__item {
      margin-bottom: 10px; } }
  .content .standard-list__item:last-child {
    margin-bottom: 0; }
  .content .standard-list__item.grey {
    background: #f4f4f4; }
  .content .standard-list__item__text.border {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-width: 1px 1px 1px 0px; }
  .content .standard-list__item__text h3 {
    margin-bottom: 14px;
    margin-bottom: 1.4rem; }
    .content .standard-list__item__text h3 a {
      color: #9e44db; }
      .content .standard-list__item__text h3 a:hover {
        color: #231f20; }
  .content .standard-list__item__text p {
    width: 640px;
    max-width: 100%; }

.content .stack__item {
  position: relative;
  margin-bottom: 40px; }
  @media (max-width: 960px) {
    .content .stack__item {
      margin-bottom: 0px; } }
  .content .stack__item:last-child {
    margin-bottom: 0; }
  .content .stack__item__image {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background: #231f20;
    overflow: hidden;
    position: relative; }
    .content .stack__item__image img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .content .stack__item__image .caption {
      font-size: 11px;
      position: absolute;
      right: 20px;
      top: 20px;
      color: white;
      z-index: 990; }
      @media (max-width: 600px) {
        .content .stack__item__image .caption {
          right: 10px;
          top: 10px; } }
  .content .stack__item__text {
    transform: translateY(-60px);
    width: 70%;
    background: white; }
    .content .stack__item__text.grey {
      background: #f4f4f4; }
    @media (max-width: 960px) {
      .content .stack__item__text {
        transform: translateY(-40px);
        width: calc(100% - 20px); } }
    .content .stack__item__text p.dates {
      margin-bottom: 7px;
      margin-bottom: 0.7rem;
      color: #231f20; }
    .content .stack__item__text h2 {
      margin-bottom: 28px;
      margin-bottom: 2.8rem; }
      .content .stack__item__text h2 span {
        display: block; }
      .content .stack__item__text h2 a span {
        transition: all 0.2s; }
        .content .stack__item__text h2 a span:first-of-type {
          color: #231f20 !important; }
        .content .stack__item__text h2 a span:nth-of-type(2) {
          color: rgba(35, 31, 32, 0.6) !important; }
      .content .stack__item__text h2 a:hover {
        color: rgba(35, 31, 32, 0.6) !important; }
      .content .stack__item__text h2.edition--2019 a span:first-of-type {
        color: #9a9bd4; }
      .content .stack__item__text h2.edition--2019 a:hover {
        color: #9a9bd4; }
      .content .stack__item__text h2.edition--2020 a span:first-of-type {
        color: #C9815D; }
      .content .stack__item__text h2.edition--2020 a:hover {
        color: #C9815D; }
    .content .stack__item__text .actions {
      display: flex;
      align-items: center; }
      .content .stack__item__text .actions a.button, .content .stack__item__text .actions a.view {
        margin-right: 20px; }

.content__footer {
  color: white;
  padding: 2vw 0 4vw 0; }
  .content__footer p {
    font-weight: bold;
    margin-right: 40px;
    margin-bottom: 14px;
    margin-bottom: 1.4rem; }
  @media (min-width: 601px) {
    .content__footer {
      display: flex;
      align-items: baseline; }
      .content__footer ul.social li {
        margin-right: 20px; } }

.archive-alert {
  background: rgba(35, 31, 32, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  color: white;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 40px; }

.sticky-icon {
  width: 20px;
  height: 20px;
  background: #9e44db;
  position: absolute;
  left: -10px;
  top: -10px;
  border-radius: 50%; }

ul.social li {
  display: inline-block;
  margin: 0 10px 10px 0; }
  ul.social li a {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: block;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto; }
    ul.social li a.facebook {
      background-image: url("../../images/icon_facebook.svg"); }
    ul.social li a.twitter {
      background-image: url("../../images/icon_twitter.svg"); }
    ul.social li a.instagram, ul.social li a.insta {
      background-image: url("../../images/icon_insta.svg"); }
    ul.social li a.youtube {
      background-image: url("../../images/icon_youtube.svg"); }
    @media (max-width: 600px) {
      ul.social li a {
        width: 20px;
        height: 20px; } }

ul.social.small li a {
  width: 20px;
  height: 20px; }

ul.social.reversed li a.facebook {
  background-image: url("../../images/icon_facebook-black.svg"); }

ul.social.reversed li a.twitter {
  background-image: url("../../images/icon_twitter-black.svg"); }

ul.social.reversed li a.instagram, ul.social.reversed li a.insta {
  background-image: url("../../images/icon_insta-black.svg"); }

ul.social.reversed li a.youtube {
  background-image: url("../../images/icon_youtube-black.svg"); }

a.anchor {
  display: block;
  position: relative;
  visibility: hidden;
  top: -68px; }
  @media (min-width: 600px) {
    a.anchor {
      top: -120px; } }

hr.section {
  margin: 20px 0; }
  @media (min-width: 600px) {
    hr.section {
      margin: 40px 0; } }

.content .two-col__item__text a.view, .content .three-col__item__text a.view, .content .full-col__item__text a.view, .content .list__item__text a.view, .content .summary-list__item__text a.view, .content .stack__item__text a.view, .view, .page__intro a.view, .strand-article__intro a.view {
  font-size: 14px;
  color: #9e44db;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1; }
  .content .two-col__item__text a.view:hover, .content .three-col__item__text a.view:hover, .content .full-col__item__text a.view:hover, .content .list__item__text a.view:hover, .content .summary-list__item__text a.view:hover, .content .stack__item__text a.view:hover, .view:hover, .page__intro a.view:hover, .strand-article__intro a.view:hover {
    color: #231f20; }
  .content .two-col__item__text a.light.view, .content .three-col__item__text a.light.view, .content .full-col__item__text a.light.view, .content .list__item__text a.light.view, .content .summary-list__item__text a.light.view, .content .stack__item__text a.light.view, .light.view, .page__intro a.light.view, .strand-article__intro a.light.view {
    font-weight: lighter; }

.view {
  color: #9e44db !important; }
  .view.feature-col {
    color: #9e44db !important; }
    .view.feature-col:hover {
      color: #231f20 !important; }
  .view.dark-col {
    color: #231f20 !important; }
    .view.dark-col:hover {
      color: #9e44db !important; }
  .view.centre {
    text-align: center; }
  .view.inline-block {
    display: inline-block; }
  .view.border {
    padding: 10px;
    color: #231f20;
    border: 1px solid #231f20; }
    .view.border.rounded {
      border-radius: 3px; }
    .view.border:hover {
      border-color: #231f20; }

a.map {
  color: #231f20 !important;
  display: block;
  font-size: 16px;
  font-weight: bold;
  background: url("../../images/map-icon.svg") 0 50% no-repeat;
  background-size: auto 15px;
  padding-left: 20px; }
  a.map:hover {
    color: #3e3739 !important; }

p > a.map {
  color: #231f20 !important; }

p > a.map:hover {
  color: #3e3739 !important; }

#mc_embed_signup {
  margin-bottom: 40px; }
  #mc_embed_signup.reversed input[type="email"] {
    background: white;
    border-bottom: 1px solid #ccc;
    color: #333; }
    #mc_embed_signup.reversed input[type="email"]:focus {
      outline: none;
      border-bottom: 1px solid #333; }
    #mc_embed_signup.reversed input[type="email"].mce_inline_error {
      border-bottom: 1px solid red !important; }
  #mc_embed_signup.reversed ::-webkit-input-placeholder {
    color: #9e44db; }
  #mc_embed_signup.reversed ::-moz-placeholder {
    color: #9e44db; }
  #mc_embed_signup.reversed ::-ms-placeholder {
    color: #9e44db; }
  #mc_embed_signup.reversed ::-moz-placeholder {
    color: #9e44db; }
  #mc_embed_signup.reversed ::placeholder {
    color: #9e44db; }
  #mc_embed_signup.reversed .check-container .checkmark {
    border: 1px solid #9e44db; }
  #mc_embed_signup.reversed .check-container:hover input ~ .checkmark {
    border: 1px solid #9e44db; }
  #mc_embed_signup.reversed .check-container input:checked ~ .checkmark {
    border: 1px solid #9e44db; }
  #mc_embed_signup.reversed .check-container .checkmark:after {
    background: transparent;
    border: solid #9e44db;
    border-width: 0 1px 1px 0;
    border-radius: 0; }
  #mc_embed_signup.reversed .mce_inline_error {
    font-weight: normal !important;
    background-color: transparent !important;
    color: #9e44db;
    width: 420px;
    max-width: 100%; }
  #mc_embed_signup .name-flex {
    display: flex;
    justify-content: space-between;
    width: 420px;
    max-width: calc(100% - 20px);
    margin-bottom: 20px; }
    #mc_embed_signup .name-flex input[type="text"] {
      width: calc(50% - 10px); }
  #mc_embed_signup fieldset {
    display: block;
    width: 420px !important;
    max-width: 100% !important; }
  #mc_embed_signup #mce-responses {
    width: 420px !important;
    max-width: 100% !important;
    margin-bottom: 20px !important; }
  #mc_embed_signup .mce_inline_error {
    font-weight: normal !important;
    padding-left: 10px !important;
    width: 420px;
    max-width: 100%; }
  #mc_embed_signup .mc-field-group {
    margin-bottom: 20px; }
  #mc_embed_signup label {
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
    display: block; }
  #mc_embed_signup input[type="email"], #mc_embed_signup input[type="text"] {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0;
    border: none;
    color: white;
    padding: 10px;
    margin: 0 0 10px 0;
    width: 420px;
    max-width: calc(100% - 20px); }
    #mc_embed_signup input[type="email"]:focus, #mc_embed_signup input[type="text"]:focus {
      outline: none;
      background: rgba(255, 255, 255, 0.2); }
    #mc_embed_signup input[type="email"].mce_inline_error, #mc_embed_signup input[type="text"].mce_inline_error {
      padding: 10px;
      margin: 0 0 10px 0;
      border: 1px solid red !important; }
    .reversed #mc_embed_signup input[type="email"], .reversed #mc_embed_signup input[type="text"] {
      background: white;
      color: #333;
      border-bottom: 1px solid rgba(51, 51, 51, 0.5); }
      .reversed #mc_embed_signup input[type="email"]:focus, .reversed #mc_embed_signup input[type="text"]:focus {
        outline: none;
        border-bottom: 1px solid white; }
    #mc_embed_signup input[type="email"].reversed, #mc_embed_signup input[type="text"].reversed {
      background: white;
      color: #333;
      border-bottom: 1px solid rgba(51, 51, 51, 0.25); }
      #mc_embed_signup input[type="email"].reversed:focus, #mc_embed_signup input[type="text"].reversed:focus {
        outline: none;
        color: #333;
        border-bottom: 1px solid #333333; }
  #mc_embed_signup select {
    width: 420px;
    max-width: 100%;
    padding: 5px; }
  #mc_embed_signup ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  #mc_embed_signup ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  #mc_embed_signup ::-ms-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  #mc_embed_signup ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  #mc_embed_signup ::placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .reversed #mc_embed_signup ::-webkit-input-placeholder {
    color: #ccc; }
  .reversed #mc_embed_signup ::-moz-placeholder {
    color: #ccc; }
  .reversed #mc_embed_signup ::-ms-placeholder {
    color: #ccc; }
  .reversed #mc_embed_signup ::-moz-placeholder {
    color: #ccc; }
  .reversed #mc_embed_signup ::placeholder {
    color: #ccc; }
  #mc_embed_signup #mergeRow-gdpr p, #mc_embed_signup #mergeRow-gdpr label {
    width: 420px;
    max-width: 100%; }
  #mc_embed_signup input[type="submit"] {
    font-weight: bold;
    border: none;
    border-radius: 0;
    background: #9e44db;
    color: black; }
    #mc_embed_signup input[type="submit"]:hover {
      background: white;
      color: #9e44db; }
  #mc_embed_signup .check-container {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
    #mc_embed_signup .check-container span + span {
      font-size: 14px;
      line-height: 16px;
      margin-left: 25px; }
    #mc_embed_signup .check-container input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    #mc_embed_signup .check-container .checkmark {
      position: absolute;
      left: 0;
      bottom: 50%;
      transform: translateY(50%);
      height: 16px;
      width: 16px;
      border: 1px solid rgba(255, 255, 255, 0.8);
      border-radius: 2px; }
      .reversed #mc_embed_signup .check-container .checkmark {
        border: 1px solid rgba(51, 51, 51, 0.8); }
    #mc_embed_signup .check-container:hover input ~ .checkmark {
      border: 1px solid rgba(255, 255, 255, 0.8); }
    #mc_embed_signup .check-container input:checked ~ .checkmark {
      border: 1px solid rgba(255, 255, 255, 0.8); }
    #mc_embed_signup .check-container .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
    #mc_embed_signup .check-container input:checked ~ .checkmark:after {
      display: block; }
    #mc_embed_signup .check-container .checkmark:after {
      left: 5px;
      top: 2px;
      background: transparent;
      border: solid white;
      border-width: 0 1px 1px 0;
      border-radius: 0;
      transform: rotate(45deg);
      width: 4px;
      height: 8px; }

.footer {
  background: #141414;
  color: white; }
  .footer a {
    color: white; }
    .footer a:hover {
      color: rgba(255, 255, 255, 0.5); }
  .footer__org {
    background: #231f20;
    color: white;
    padding: 20px 0; }
    @media (min-width: 601px) {
      .footer__org {
        padding: 40px 0; } }
    @media (min-width: 961px) {
      .footer__org ul {
        display: flex; } }
    .footer__org ul li {
      margin-right: 20px; }
      .footer__org ul li a {
        position: relative;
        padding-right: 15px;
        color: white; }
        .footer__org ul li a:before {
          content: '';
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          -moz-transform: scale(0.9999);
          border-width: 5px 0 5px 5px;
          border-color: transparent transparent transparent white; }
        .footer__org ul li a:after {
          content: '';
          position: absolute;
          right: 2px;
          top: 50%;
          transform: translateY(-50%);
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          -moz-transform: scale(0.9999);
          border-width: 5px 0 5px 5px;
          border-color: transparent transparent transparent #231f20; }
  .footer__support {
    padding: 40px 0; }
    .footer__support h4 {
      font-weight: lighter; }
      @media (min-width: 601px) {
        .footer__support h4 {
          margin-bottom: 1.4rem; } }
    .footer__support p {
      margin-bottom: 28px;
      margin-bottom: 2.8rem; }
    .footer__support__option {
      margin-bottom: 20px; }
    @media (min-width: 601px) {
      .footer__support {
        padding: 80px 0; } }
    @media (min-width: 960px) {
      .footer__support {
        display: flex;
        justify-content: space-between; }
        .footer__support__option {
          width: calc(50% - 40px); } }
  .footer__contact {
    font-size: 16px; }
    .footer__contact p {
      margin-bottom: 20px; }
    .footer__contact a {
      color: white !important; }
      .footer__contact a:hover {
        color: rgba(255, 255, 255, 0.5) !important; }
    .footer__contact a.mailer {
      position: relative;
      padding-right: 30px;
      color: white !important;
      display: block;
      max-width: calc(100% - 20px);
      margin-bottom: 42px;
      margin-bottom: 4.2rem; }
    .footer__contact a.logo-arts {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      display: block;
      background: url("../../images/ac_dance.png") 0 50% no-repeat;
      background-size: 100% auto;
      width: 130px;
      height: 60px;
      margin-bottom: 14px;
      margin-bottom: 1.4rem; }
    .footer__contact a.button + a.button {
      margin-left: 10px; }
    .footer__contact ul.social {
      margin-bottom: 14px;
      margin-bottom: 1.4rem; }
      .footer__contact ul.social li a {
        width: 20px;
        height: 20px; }
    .footer__contact .container, .footer__contact .ddf-body-hd__row, .footer__contact .ddf-body__row, .footer__contact .archive-overview__row, .footer__contact .edition-landing__row, .footer__contact .edition2020-landing__row, .footer__contact .edition2019-landing__row, .footer__contact #ddf23 .playTrailerHolder, #ddf23 .footer__contact .playTrailerHolder, .footer__contact .offseason-landing__row {
      padding-top: 4vw;
      padding-bottom: 4vw; }
      @media (min-width: 960px) {
        .footer__contact .container, .footer__contact .ddf-body-hd__row, .footer__contact .ddf-body__row, .footer__contact .archive-overview__row, .footer__contact .edition-landing__row, .footer__contact .edition2020-landing__row, .footer__contact .edition2019-landing__row, .footer__contact #ddf23 .playTrailerHolder, #ddf23 .footer__contact .playTrailerHolder, .footer__contact .offseason-landing__row {
          display: flex;
          justify-content: space-between;
          align-items: baseline; } }
    .footer__contact__col {
      margin-bottom: 28px;
      margin-bottom: 2.8rem; }
      .footer__contact__col p > a {
        color: white !important; }
        .footer__contact__col p > a:hover {
          color: rgba(255, 255, 255, 0.6) !important; }
      .footer__contact__col p {
        width: 320px;
        max-width: 100%; }
      @media (min-width: 960px) {
        .footer__contact__col {
          width: 60%; }
          .footer__contact__col:nth-child(2) {
            font-size: 14px;
            width: 20%;
            margin-right: 40px; } }

.ddf-body-hd {
  padding-bottom: 1px;
  background: white; }
  .ddf-body-hd__row {
    padding-top: 40px; }
    .ddf-body-hd__row.pad-end {
      padding-bottom: 40px; }
      @media (min-width: 600px) {
        .ddf-body-hd__row.pad-end {
          padding-bottom: 80px; } }
    .ddf-body-hd__row h1 {
      color: #9e44db;
      opacity: 0;
      width: 60%;
      -webkit-animation: fadeh1 0.5s 1s forwards normal; }
      .ddf-body-hd__row h1 {
        font-size: 26px; }
        @media screen and (min-width: 480px) {
          .ddf-body-hd__row h1 {
            font-size: calc(26px + 19 * ((100vw - 480px) / 720)); } }
        @media screen and (min-width: 1200px) {
          .ddf-body-hd__row h1 {
            font-size: 45px; } }
      .ddf-body-hd__row h1 span {
        color: white;
        display: block; }
    .ddf-body-hd__row__label {
      padding: 0 0 20px 0; }
    .ddf-body-hd__row__post, .ddf-body-hd__row__intro {
      margin-bottom: 80px; }
      .ddf-body-hd__row__post h3, .ddf-body-hd__row__post p, .ddf-body-hd__row__intro h3, .ddf-body-hd__row__intro p {
        color: #231f20; }
        @media (min-width: 960px) {
          .ddf-body-hd__row__post h3, .ddf-body-hd__row__post p, .ddf-body-hd__row__intro h3, .ddf-body-hd__row__intro p {
            width: 80%; } }
      .ddf-body-hd__row__post h3 + a.button, .ddf-body-hd__row__post p + a.button, .ddf-body-hd__row__intro h3 + a.button, .ddf-body-hd__row__intro p + a.button {
        margin-top: 40px; }
  .ddf-body-hd__fullScreen {
    padding-top: 40px; }
    .ddf-body-hd__fullScreen.pad-end {
      padding-bottom: 40px; }
      @media (min-width: 600px) {
        .ddf-body-hd__fullScreen.pad-end {
          padding-bottom: 80px; } }
    .ddf-body-hd__fullScreen h1 {
      color: #9e44db;
      opacity: 0;
      width: 60%;
      -webkit-animation: fadeh1 0.5s 1s forwards normal; }
      .ddf-body-hd__fullScreen h1 {
        font-size: 26px; }
        @media screen and (min-width: 480px) {
          .ddf-body-hd__fullScreen h1 {
            font-size: calc(26px + 19 * ((100vw - 480px) / 720)); } }
        @media screen and (min-width: 1200px) {
          .ddf-body-hd__fullScreen h1 {
            font-size: 45px; } }
      .ddf-body-hd__fullScreen h1 span {
        color: white;
        display: block; }
    .ddf-body-hd__fullScreen__label {
      padding: 0 0 20px 0; }
    .ddf-body-hd__fullScreen__post, .ddf-body-hd__fullScreen__intro {
      margin-bottom: 80px; }
      .ddf-body-hd__fullScreen__post h3, .ddf-body-hd__fullScreen__post p, .ddf-body-hd__fullScreen__intro h3, .ddf-body-hd__fullScreen__intro p {
        color: #231f20; }
        @media (min-width: 960px) {
          .ddf-body-hd__fullScreen__post h3, .ddf-body-hd__fullScreen__post p, .ddf-body-hd__fullScreen__intro h3, .ddf-body-hd__fullScreen__intro p {
            width: 80%; } }
      .ddf-body-hd__fullScreen__post h3 + a.button, .ddf-body-hd__fullScreen__post p + a.button, .ddf-body-hd__fullScreen__intro h3 + a.button, .ddf-body-hd__fullScreen__intro p + a.button {
        margin-top: 40px; }

.ddf-athome {
  background-image: url("../../images/ddf-winter21-bg.jpg");
  background-size: cover;
  padding-bottom: 40px; }
  @media (max-width: 600px) {
    .ddf-athome {
      padding-bottom: 20px; } }
  .ddf-athome h2 {
    color: #231f20; }
    @media (min-width: 960px) {
      .ddf-athome h2 {
        width: 50%; } }
  .ddf-athome p {
    color: #231f20; }
    @media (min-width: 960px) {
      .ddf-athome p {
        width: 50%; } }
  .ddf-athome--actions {
    margin: 40px 0; }
    @media (max-width: 600px) {
      .ddf-athome--actions {
        margin: 20px 0; } }
    .ddf-athome--actions a {
      margin-right: 10px; }
      @media (max-width: 600px) {
        .ddf-athome--actions a {
          display: inline-block;
          margin-bottom: 10px; } }
    @media (min-width: 601px) {
      .ddf-athome--actions {
        display: flex; } }
  .ddf-athome--link {
    border: none;
    background-color: #231f20;
    align-self: flex-end;
    margin-left: auto;
    margin-right: 0; }
    .ddf-athome--link:hover {
      background-color: white; }

.ddf-body__update h3, .ddf-body__update p {
  color: #231f20; }
  @media (min-width: 960px) {
    .ddf-body__update h3, .ddf-body__update p {
      width: 60%; } }

.ddf-body__update h3 + a.button, .ddf-body__update p + a.button {
  margin-top: 40px; }

.ddf-body.white {
  background: white; }

/* Edition Landing Styles */
.edition-event-collection {
  background: white;
  padding: 0;
  margin-bottom: 10px;
  display: flex;
  flex-flow: column-reverse;
  justify-content: space-between;
  width: calc(100% - 10px); }
  .edition-event-collection h2 {
    margin-bottom: 28px;
    margin-bottom: 2.8rem; }
  .edition-event-collection h3 {
    margin-bottom: 14px;
    margin-bottom: 1.4rem; }
  .edition-event-collection h5, .edition-event-collection p {
    margin-bottom: 14px;
    margin-bottom: 1.4rem; }
  .edition-event-collection a.button {
    margin-top: 56px;
    margin-top: 5.6rem; }
  .edition-event-collection__cover {
    width: 100%;
    margin-bottom: 0; }
  .edition-event-collection__copy {
    padding: 20px; }
  @media (min-width: 961px) {
    .edition-event-collection {
      background: linear-gradient(to right, white, white calc(100% - 80px), rgba(255, 255, 255, 0) calc(100% - 80px), rgba(255, 255, 255, 0));
      padding: 40px 0 40px 40px;
      margin-bottom: 40px;
      flex-flow: row wrap;
      width: 100%; }
      .edition-event-collection__copy {
        width: calc(50% - 80px); }
        .edition-event-collection__copy p, .edition-event-collection__copy h5 {
          width: 450px;
          max-width: 100%; }
      .edition-event-collection__cover {
        width: calc(50% - 80px); } }

/* Collection Quicknav */
.collection-quicknav {
  padding: 40px 0; }
  .collection-quicknav ul {
    border-top: 1px solid #231f20;
    padding-top: 20px; }
    .collection-quicknav ul li {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .collection-quicknav ul li .collection-summary {
        width: 60%; }
      .collection-quicknav ul li .collection-action {
        width: auto; }
      .collection-quicknav ul li .collection-timespan, .collection-quicknav ul li .collection-title {
        display: block;
        margin: 7px 0;
        margin: 0.7rem 0; }
      .collection-quicknav ul li .collection-timespan {
        font-family: "Marr Sans Web"; }

.ed22-graphic {
  background: white;
  width: 100%; }
  .ed22-graphic img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto; }

/* Homepage Styles */
.fadeHero {
  -webkit-animation: fadeLoop 1s 1s forwards normal;
  opacity: 0; }

.heroItem {
  opacity: 0;
  width: 1320px;
  max-width: 100%;
  -webkit-animation: fadeLoop 1s 1s forwards normal; }
  .heroItem .lottie {
    width: 100%;
    height: auto; }
  .heroItem__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; }
  .heroItem__displayTitle {
    color: white;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%); }
    .heroItem__displayTitle span {
      display: block; }
    @media (min-width: 961px) {
      .heroItem__displayTitle {
        left: 40px; } }
  .heroItem__file {
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden; }
    .heroItem__file video {
      position: absolute;
      z-index: 0;
      background-size: cover;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto; }
      @media (max-width: 599px) {
        .heroItem__file video {
          left: 0;
          top: 0;
          transform: translate(0, 0);
          width: 100%;
          height: auto;
          min-height: auto; } }
  .heroItem__mark {
    display: none;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: -85px;
    width: 168px;
    height: 241px; }
    .heroItem__mark img {
      max-width: 100%;
      height: auto; }
    @media (min-width: 960px) {
      .heroItem__mark {
        display: inherit; } }
  .heroItem .playTrailer {
    position: absolute;
    bottom: 20px;
    right: 20px; }
    .heroItem .playTrailer.left {
      right: auto;
      left: 0; }
    .heroItem .playTrailer a {
      display: inline-block;
      background: white;
      color: #231f20;
      font-size: 14px;
      font-weight: bold;
      border-radius: 3px;
      padding: 5px 30px 5px 10px; }
      .heroItem .playTrailer a:after {
        content: '';
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 8px;
        border-color: transparent transparent transparent black; }
      .heroItem .playTrailer a:hover {
        background: #231f20;
        color: white; }
        .heroItem .playTrailer a:hover:after {
          border-color: transparent transparent transparent white; }

.platform-article-bg {
  background: #231f20; }

.platform-article {
  padding: 20px 0;
  background: #231f20;
  color: white; }
  @media (min-width: 601px) {
    .platform-article {
      padding: 40px 0 80px; } }
  .platform-article .passes {
    margin: 40px 40px 80px 0; }
    .platform-article .passes__item {
      background: #D096A4 url("../../images/pass-bg.png") 0 50% no-repeat;
      background-size: auto 100%;
      margin-bottom: 20px;
      padding: 20px; }
      .platform-article .passes__item__title {
        padding: 0;
        width: 100%; }
        .platform-article .passes__item__title h3 {
          font-weight: lighter;
          text-align: left; }
      .platform-article .passes__item__description {
        margin-bottom: 14px;
        margin-bottom: 1.4rem; }
        .platform-article .passes__item__description h3 {
          margin: 0;
          max-width: 100%;
          font-weight: lighter;
          text-align: left; }
        .platform-article .passes__item__description p {
          width: auto;
          max-width: 100%; }
          .platform-article .passes__item__description p:last-child {
            margin-bottom: 0; }
      .platform-article .passes__item__action a.button {
        width: 100%;
        text-align: center; }
      @media (min-width: 960px) {
        .platform-article .passes__item {
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          .platform-article .passes__item__title {
            padding: 0 20px;
            width: 25%; }
            .platform-article .passes__item__title span {
              display: block; }
          .platform-article .passes__item__description {
            padding: 20px;
            text-align: left;
            margin-bottom: 0;
            width: 55%; }
          .platform-article .passes__item__action {
            padding: 20px;
            width: 20%;
            margin-left: auto; } }
  .platform-article h1 {
    margin-bottom: 28px;
    margin-bottom: 2.8rem; }
  .platform-article h2 {
    margin-bottom: 28px;
    margin-bottom: 2.8rem; }
  .platform-article p + h2, .platform-article ol + h2, .platform-article ul + h2, .platform-article a + h2, .platform-article p + h3, .platform-article ol + h3, .platform-article ul + h3, .platform-article a + h3 {
    margin-top: 56px;
    margin-top: 5.6rem; }
  .platform-article p, .platform-article ul, .platform-article ol, .platform-article h3, .platform-article h4 {
    margin-bottom: 28px;
    margin-bottom: 2.8rem;
    width: 760px;
    max-width: 90%; }
    .platform-article p a, .platform-article ul a, .platform-article ol a, .platform-article h3 a, .platform-article h4 a {
      color: white;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      .platform-article p a:hover, .platform-article ul a:hover, .platform-article ol a:hover, .platform-article h3 a:hover, .platform-article h4 a:hover {
        border-bottom: 1px solid rgba(255, 255, 255, 0.9); }
  .platform-article ol {
    margin-left: 28px;
    margin-left: 2.8rem;
    list-style: decimal; }
    .platform-article ol ul {
      margin-left: 28px;
      margin-left: 2.8rem; }
      .platform-article ol ul li {
        list-style: disc; }
  .platform-article ul {
    margin-left: 28px;
    margin-left: 2.8rem;
    list-style: disc; }
  .platform-article h3, .platform-article h4 {
    font-weight: bold; }
  .platform-article h3 {
    margin-bottom: 14px;
    margin-bottom: 1.4rem; }
  .platform-article h4 {
    margin-bottom: 0; }
  .platform-article ol h3, .platform-article ul h3 {
    font-weight: bold;
    margin-bottom: 14px;
    margin-bottom: 1.4rem; }
  .platform-article a.button:hover {
    background-color: white; }

.message {
  padding: 2vw 0 4vw; }
  .message p {
    margin-bottom: 28px;
    margin-bottom: 2.8rem; }

.page__head h2 {
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
  font-weight: bold; }

.page__head h3 {
  margin-bottom: 56px;
  margin-bottom: 5.6rem; }

.page__head h4 {
  font-weight: bold;
  margin-bottom: 28px;
  margin-bottom: 2.8rem; }

.page__head h5 {
  font-weight: bold;
  margin-bottom: 14px;
  margin-bottom: 1.4rem; }

.page__head h2.light, .page__head h3.light, .page__head h4.light {
  font-weight: lighter; }

.page__head p {
  margin-bottom: 28px;
  margin-bottom: 2.8rem; }

.page.white {
  background: white; }

.page.archive-bg {
  padding-top: 4vw;
  padding-bottom: 4vw;
  background-color: #251134;
  background-image: url("../../images/ddf_archive-bg.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto; }

.page.grad.event {
  background: linear-gradient(to bottom, #9e44db, #9e44db 200px, white 200px, white); }
  @media (max-width: 600px) {
    .page.grad.event {
      background: linear-gradient(to bottom, #9e44db, #9e44db 100px, white 100px, white); } }
  .page.grad.event--2019 {
    background: linear-gradient(to bottom, #9a9bd4, #9a9bd4 200px, white 200px, white); }
    @media (max-width: 600px) {
      .page.grad.event--2019 {
        background: linear-gradient(to bottom, #9a9bd4, #9a9bd4 100px, white 100px, white); } }
  .page.grad.event--2020 {
    background: linear-gradient(to bottom, #C9815D, #C9815D 200px, white 200px, white); }
    @media (max-width: 600px) {
      .page.grad.event--2020 {
        background: linear-gradient(to bottom, #C9815D, #C9815D 100px, white 100px, white); } }
  .page.grad.event--2020-capsule {
    background: linear-gradient(to bottom, #FF675D, #FF675D 200px, white 200px, white); }
    @media (max-width: 600px) {
      .page.grad.event--2020-capsule {
        background: linear-gradient(to bottom, #FF675D, #FF675D 100px, white 100px, white); } }

.page.grad.extended {
  background: linear-gradient(to bottom, #9e44db, #9e44db 200px, white 200px, white); }
  @media (max-width: 600px) {
    .page.grad.extended {
      background: linear-gradient(to bottom, #9e44db, #9e44db 100px, white 100px, white); } }

.page.grad.article, .page.grad.landing {
  background: linear-gradient(to bottom, #9e44db, #9e44db 200px, white 200px, white); }
  @media (max-width: 600px) {
    .page.grad.article, .page.grad.landing {
      background: linear-gradient(to bottom, #9e44db, #9e44db 100px, white 100px, white); } }

.page.media.grad {
  background: linear-gradient(to bottom, #9e44db, #9e44db 50%, white 50%, white); }
  @media (max-width: 600px) {
    .page.media.grad {
      background: linear-gradient(to bottom, #9e44db, #9e44db 50%, white 50%, white); } }

.page.media.extended {
  background: #9e44db; }
  .page.media.extended.grad {
    background: linear-gradient(to bottom, #9e44db, #9e44db 50%, white 50%, white); }
    @media (max-width: 600px) {
      .page.media.extended.grad {
        background: linear-gradient(to bottom, #9e44db, #9e44db 50%, white 50%, white); } }

.page__cover__image {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background: #231f20;
  overflow: hidden;
  position: relative; }
  .page__cover__image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .page__cover__image .caption {
    font-size: 11px;
    position: absolute;
    right: 20px;
    top: 20px;
    color: white;
    z-index: 990; }
    @media (max-width: 600px) {
      .page__cover__image .caption {
        bottom: auto;
        right: 10px;
        top: 10px; } }
  .page__cover__image--support {
    width: 100%;
    height: 0;
    padding-bottom: 25%;
    background: black url("../../images/bg_support.jpg") 100% 100% no-repeat;
    background-size: auto 100%; }
    .page__cover__image--support__text {
      position: absolute;
      left: 40px;
      top: 50%;
      transform: translateY(-50%); }
      .page__cover__image--support__text h3 {
        color: white; }
      .page__cover__image--support__text h3 + a {
        margin-top: 14px;
        margin-top: 1.4rem; }
      @media (max-width: 600px) {
        .page__cover__image--support__text {
          left: 20px; } }

.page__event-top, .page__event-end {
  padding: 20px 0;
  border-bottom: 1px solid #f4f4f4;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .page__event-top p, .page__event-end p {
    margin-bottom: 0; }
  .page__event-top a.button, .page__event-top p, .page__event-end a.button, .page__event-end p {
    margin: 0 20px 0 0; }

.page__intro {
  padding: 4vw 4vw 4vw 0; }
  .page__intro p {
    margin-bottom: 28px;
    margin-bottom: 2.8rem; }
    @media (min-width: 600px) {
      .page__intro p {
        width: 80%; } }
  .page__intro--article {
    padding: 4vw 4vw 0 0; }
    .page__intro--article p {
      font-weight: normal; }
  .page__intro hr {
    margin: 0; }

.page__values {
  padding: 4vw 4vw 4vw 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .page__values__head {
    width: 100%; }
    .page__values__head h3 {
      margin-bottom: 28px;
      margin-bottom: 2.8rem;
      font-weight: bold; }
      @media (max-width: 599px) {
        .page__values__head h3 {
          margin-bottom: 1.4rem; } }
  .page__values img {
    display: block;
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
    max-width: 100%; }
  .page__values__item {
    width: calc(33% - 60px); }
    .page__values__item h3, .page__values__item h4, .page__values__item p {
      margin-bottom: 14px;
      margin-bottom: 1.4rem; }
    @media (max-width: 959px) {
      .page__values__item {
        width: 100%; } }

.page__offer-grid {
  padding: 4vw 2vw 4vw 0; }
  .page__offer-grid h4, .page__offer-grid p, .page__offer-grid ul, .page__offer-grid ol {
    margin-bottom: 14px;
    margin-bottom: 1.4rem; }
  .page__offer-grid h3, .page__offer-grid h4 {
    font-weight: bold; }
  .page__offer-grid__row {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-bottom: 56px;
    margin-bottom: 5.6rem; }
    .page__offer-grid__row:last-child {
      margin-bottom: 0; }
    .page__offer-grid__row__title {
      width: 100%; }
      .page__offer-grid__row__title h2 {
        margin-bottom: 56px;
        margin-bottom: 5.6rem; }
    .page__offer-grid__row__item {
      width: 33.333%;
      padding-right: 60px; }
      @media (max-width: 599px) {
        .page__offer-grid__row__item {
          width: 100%; } }

.page__venue-list__intro h3, .page__venue-list__intro h4, .page__venue-list__intro p, .page__venue-list__intro ul, .page__venue-list__intro ol {
  width: 640px;
  max-width: 100%; }

.page__venue-list__intro h3 {
  font-weight: bold;
  margin-bottom: 14px;
  margin-bottom: 1.4rem; }

.page__venue-list__grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 960px;
  max-width: 100%; }
  .page__venue-list__grid__item {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    width: calc(33% - 6.6666666667px);
    margin-bottom: 20px; }
    .page__venue-list__grid__item img {
      width: 100%;
      height: auto; }
    .page__venue-list__grid__item p {
      margin-bottom: 14px;
      margin-bottom: 1.4rem; }
    .page__venue-list__grid__item h3, .page__venue-list__grid__item h4 {
      font-weight: bold; }
    .page__venue-list__grid__item a.venueLink, .page__venue-list__grid__item a.venueMap {
      display: block;
      color: #9e44db !important; }
      .page__venue-list__grid__item a.venueLink:hover, .page__venue-list__grid__item a.venueMap:hover {
        color: #231f20 !important; }
    .page__venue-list__grid__item__text {
      padding: 10px; }
    .page__venue-list__grid__item .eq {
      margin-bottom: 10px; }
    @media (max-width: 599px) {
      .page__venue-list__grid__item {
        width: calc(50% - 10px); } }

.page__booking-grid {
  padding: 2vw 2vw 2vw 0; }
  .page__booking-grid h2 {
    margin-bottom: 56px;
    margin-bottom: 5.6rem; }
    @media (max-width: 599px) {
      .page__booking-grid h2 {
        margin-bottom: 2.8rem; } }
  .page__booking-grid h3 {
    margin-bottom: 56px;
    margin-bottom: 5.6rem; }
    @media (max-width: 599px) {
      .page__booking-grid h3 {
        margin-bottom: 2.8rem; } }
  .page__booking-grid h4, .page__booking-grid p, .page__booking-grid ul, .page__booking-grid ol {
    margin-bottom: 14px;
    margin-bottom: 1.4rem; }
  .page__booking-grid h3, .page__booking-grid h4 {
    font-weight: bold; }
  .page__booking-grid__row {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin-bottom: 56px;
    margin-bottom: 5.6rem;
    width: 640px;
    max-width: 100%; }
    .page__booking-grid__row:last-child {
      margin-bottom: 0; }
    .page__booking-grid__row__title {
      width: 100%; }
      .page__booking-grid__row__title h2 {
        margin-bottom: 56px;
        margin-bottom: 5.6rem; }
    .page__booking-grid__row__item {
      width: 50%;
      padding-right: 60px; }
      @media (max-width: 599px) {
        .page__booking-grid__row__item {
          width: 100%; } }

.page__image {
  padding: 2vw 0 2vw 0; }
  .page__image img {
    display: block;
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
    width: 960px;
    max-width: 100%;
    height: auto; }
  .page__image p {
    color: #a69b9e; }
  .page__image .caption {
    color: white;
    margin: 20px 0;
    font-size: 14px; }

.page__article {
  padding: 2vw 4vw 4vw 0; }
  .page__article__social {
    width: 500px;
    max-width: 500px;
    padding: 0 0 4vw 0; }
  .page__article__friends {
    display: flex;
    flex-flow: row wrap; }
    .page__article__friends__group {
      width: 50%;
      margin: 0 0 28px 0;
      margin: 0 0 2.8rem 0;
      padding-right: 28px;
      padding-right: 2.8rem; }
  .page__article.pad-top {
    padding: 4vw 4vw 4vw 0; }
  .page__article h3, .page__article h4, .page__article p, .page__article ul, .page__article ol {
    width: 640px;
    max-width: 100%; }
  .page__article h3 {
    font-weight: bold;
    margin-bottom: 14px;
    margin-bottom: 1.4rem; }
  .page__article h4 {
    font-weight: bold; }
  .page__article figure {
    display: block;
    width: 300px;
    max-width: 100%;
    margin-bottom: 14px;
    margin-bottom: 1.4rem; }
    .page__article figure img {
      width: 100%;
      height: auto; }
  .page__article p + h3, .page__article ul + h3, .page__article ol + h3, .page__article p + h4, .page__article ul + h4, .page__article ol + h4 {
    margin-top: 56px;
    margin-top: 5.6rem; }
  .page__article p, .page__article ul, .page__article ol {
    margin-bottom: 28px !important;
    margin-bottom: 2.8rem !important; }
    .page__article p a, .page__article ul a, .page__article ol a {
      color: #9e44db; }
      .page__article p a:hover, .page__article ul a:hover, .page__article ol a:hover {
        color: #231f20; }
    .page__article p:last-of-type, .page__article ul:last-of-type, .page__article ol:last-of-type {
      margin-bottom: 0; }
  .page__article ul {
    margin-left: 14px;
    margin-left: 1.4rem;
    margin-bottom: 28px;
    margin-bottom: 2.8rem; }
    .page__article ul li {
      list-style: disc; }
  .page__article ol {
    margin-left: 14px;
    margin-left: 1.4rem;
    margin-bottom: 28px;
    margin-bottom: 2.8rem; }
    .page__article ol li {
      list-style: decimal; }
  .page__article hr {
    border-top: 1px solid #f4f4f4;
    margin: 28px 0;
    margin: 2.8rem 0; }
  .page__article hr.end {
    margin: 28px 0;
    margin: 2.8rem 0; }
  .page__article a.button.large {
    margin: 28px 0;
    margin: 2.8rem 0;
    display: block;
    width: 320px;
    max-width: 100%;
    text-align: center; }
  .page__article__share h4 {
    font-weight: bold;
    margin-bottom: 14px;
    margin-bottom: 1.4rem; }
  .page__article__image {
    padding: 4vw 0; }
    .page__article__image img {
      display: block;
      margin-bottom: 14px;
      margin-bottom: 1.4rem;
      max-width: 100%;
      height: auto; }
    .page__article__image p {
      color: #a69b9e; }
    .page__article__image .caption {
      color: white;
      margin: 20px 0;
      font-size: 14px; }
  .page__article__embed {
    padding: 4vw 0;
    width: 960px;
    max-width: 100%; }
    .page__article__embed .embed {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      height: 0; }
      .page__article__embed .embed iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .page__article blockquote {
    margin-bottom: 28px;
    margin-bottom: 2.8rem; }
    .page__article blockquote p {
      margin-bottom: 14px;
      margin-bottom: 1.4rem;
      width: 100% !important; }
      .page__article blockquote p:last-child {
        margin-bottom: 0; }
    @media (min-width: 600px) {
      .page__article blockquote {
        width: 80%; } }
  .page__article blockquote {
    color: #9e44db; }
  .page__article blockquote + p.source {
    color: #9e44db;
    margin-top: -14px;
    margin-top: -1.4rem;
    margin-bottom: 56px;
    margin-bottom: 5.6rem; }
  .page__article blockquote + p + blockquote {
    margin-top: 56px;
    margin-top: 5.6rem; }
  .page__article__supporters {
    border-top: 1px solid #f4f4f4;
    padding-top: 14px;
    padding-top: 1.4rem; }
    .page__article__supporters h4 {
      font-weight: bold;
      margin-bottom: 14px;
      margin-bottom: 1.4rem; }
    .page__article__supporters ul {
      display: flex;
      justify-content: flex-start;
      flex-flow: row wrap;
      width: 100%;
      margin-left: 0; }
      .page__article__supporters ul li {
        list-style: none;
        width: calc(16.5% - 20px);
        margin: 0 20px 20px 0; }
        @media (min-width: 600px) {
          .page__article__supporters ul li {
            width: calc(16.5% - 40px);
            margin: 0 40px 40px 0; } }
        .page__article__supporters ul li img {
          width: 100%;
          height: auto; }
  .page__article.reversed {
    color: white !important; }
    .page__article.reversed h3, .page__article.reversed h4, .page__article.reversed p, .page__article.reversed ul, .page__article.reversed ol {
      color: white !important; }
  .page__article .gallerySlider .slick-slide {
    margin: 0 10px; }

.page__about-event {
  padding: 4vw 4vw 4vw 0; }
  @media (min-width: 960px) {
    .page__about-event {
      display: flex;
      justify-content: space-between;
      flex-flow: row wrap; }
      .page__about-event__overview {
        width: calc(60% - 40px); }
      .page__about-event__credits {
        width: calc(40% - 40px); } }
  .page__about-event h3, .page__about-event h4 {
    font-weight: bold;
    margin-bottom: 14px;
    margin-bottom: 1.4rem; }
  .page__about-event p, .page__about-event ul {
    margin-bottom: 28px;
    margin-bottom: 2.8rem; }
  .page__about-event__expander {
    width: 100%; }
    .page__about-event__expander__intro {
      width: 960px;
      max-width: 100%; }
    .page__about-event__expander__mods {
      width: 960px;
      max-width: 100%; }
      .page__about-event__expander__mods input {
        position: absolute;
        opacity: 0;
        z-index: -1; }
      .page__about-event__expander__mods__item {
        border-top: 1px solid rgba(35, 31, 32, 0.25);
        padding: 20px 0; }
        .page__about-event__expander__mods__item:last-of-type {
          border-bottom: 1px solid rgba(35, 31, 32, 0.25); }
        .page__about-event__expander__mods__item label {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          width: 100%; }
          .page__about-event__expander__mods__item label span {
            font-size: 80%; }
          .page__about-event__expander__mods__item label .item-thumb {
            border-radius: 50%;
            background: #231f20;
            width: 120px;
            height: 120px;
            margin-right: 20px; }
            .page__about-event__expander__mods__item label .item-thumb img {
              border-radius: 50%;
              display: block; }
            @media (max-width: 599px) {
              .page__about-event__expander__mods__item label .item-thumb {
                width: 60px;
                height: 60px; } }
          .page__about-event__expander__mods__item label:before {
            content: ' + ';
            display: block;
            font-size: 18px;
            line-height: 18px;
            padding: 11px 0;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            text-align: center;
            border: 1px solid rgba(35, 31, 32, 0.25);
            color: #231f20;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%); }
          .page__about-event__expander__mods__item label:hover {
            color: rgba(35, 31, 32, 0.8); }
            .page__about-event__expander__mods__item label:hover:before {
              border: 1px solid rgba(35, 31, 32, 0.9); }
        .page__about-event__expander__mods__item__container {
          max-height: 0;
          overflow: hidden; }
        .page__about-event__expander__mods__item input:checked + label:before {
          content: " - "; }
        .page__about-event__expander__mods__item input:checked ~ .page__about-event__expander__mods__item__container {
          max-height: 500vh; }
        .page__about-event__expander__mods__item__content {
          padding: 20px 0; }
          .page__about-event__expander__mods__item__content .article, .page__about-event__expander__mods__item__content .audio, .page__about-event__expander__mods__item__content .embed, .page__about-event__expander__mods__item__content .bio {
            margin: 40px 0; }
          .page__about-event__expander__mods__item__content .article img {
            display: block;
            margin: 40px 0; }
          .page__about-event__expander__mods__item__content .embed {
            position: relative;
            padding-bottom: 56.25%;
            /* 16:9 */
            height: 0; }
            .page__about-event__expander__mods__item__content .embed iframe {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; }
          .page__about-event__expander__mods__item__content .bio {
            width: 80%; }
  .page__about-event__feature h2, .page__about-event__feature h3, .page__about-event__feature h4 {
    font-weight: bold;
    margin-bottom: 14px;
    margin-bottom: 1.4rem; }
  .page__about-event__feature h2, .page__about-event__feature h3, .page__about-event__feature h4, .page__about-event__feature p, .page__about-event__feature ul, .page__about-event__feature ol {
    width: 800px;
    max-width: 100%; }
  .page__about-event__feature ul {
    list-style: disc; }
    @media (max-width: 599px) {
      .page__about-event__feature ul {
        margin-left: 2.8rem; } }
  .page__about-event__feature__social {
    width: 500px;
    max-width: 500px;
    padding: 0 0 4vw 0; }
  .page__about-event__feature__image {
    width: 960px;
    max-width: 100%; }
    .page__about-event__feature__image img {
      display: block;
      max-width: 100%;
      height: auto; }
  .page__about-event__feature__gallery {
    width: 960px;
    max-width: 100%; }
    .page__about-event__feature__gallery .gallerySlider .slick-slide {
      margin: 0 10px; }
  .page__about-event__feature__embed {
    width: 960px;
    max-width: 100%; }
    .page__about-event__feature__embed .embed {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      height: 0; }
      .page__about-event__feature__embed .embed iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .page__about-event__overview ul {
    list-style: disc; }
    @media (max-width: 599px) {
      .page__about-event__overview ul {
        margin-left: 2.8rem; } }
  .page__about-event p > a, .page__about-event ul > a {
    color: #9e44db !important; }
    .page__about-event p > a:hover, .page__about-event ul > a:hover {
      color: #231f20 !important; }
    .event .page__about-event p > a, .event .page__about-event ul > a {
      color: #9e44db !important; }
      .event .page__about-event p > a:hover, .event .page__about-event ul > a:hover {
        color: #231f20 !important; }

.page__support {
  padding: 4vw 4vw 4vw 0; }
  .page__support h5 {
    font-weight: bold;
    margin-bottom: 14px;
    margin-bottom: 1.4rem; }
  .page__support p {
    margin-bottom: 28px;
    margin-bottom: 2.8rem;
    width: 500px;
    max-width: 100%; }
  .page__support ul {
    display: flex;
    align-items: flex-start; }
    .page__support ul li {
      width: 100px;
      margin: 0 20px 20px 0; }
      @media (min-width: 600px) {
        .page__support ul li {
          width: 150px;
          margin: 0 40px 40px 0; } }
      .page__support ul li img {
        width: 100%;
        height: auto; }

.page__matrix {
  padding: 0 4vw 4vw 0; }
  .page__matrix__row {
    border-top: 1px solid #f4f4f4;
    padding: 14px 0;
    padding: 1.4rem 0; }
    @media (min-width: 481px) {
      .page__matrix__row {
        display: flex;
        justify-content: space-between; } }
    .page__matrix__row__text {
      width: calc(100% - 140px); }
      .page__matrix__row__text h4, .page__matrix__row__text h5 {
        font-weight: bold;
        margin-bottom: 14px;
        margin-bottom: 1.4rem; }
        .page__matrix__row__text h4 span, .page__matrix__row__text h5 span {
          font-weight: normal;
          margin: 0 14px;
          margin: 0 1.4rem; }
      .page__matrix__row__text p, .page__matrix__row__text ul {
        width: 640px;
        max-width: 100%; }
      .page__matrix__row__text p + a.view {
        margin-top: 14px;
        margin-top: 1.4rem; }
      .page__matrix__row__text__detail {
        max-height: 0;
        overflow: hidden;
        margin: 0; }
        .page__matrix__row__text__detail.open {
          max-height: 200vh;
          margin: 14px 0;
          margin: 1.4rem 0; }
        .page__matrix__row__text__detail p, .page__matrix__row__text__detail ul {
          width: 640px;
          max-width: 100%;
          margin-bottom: 14px;
          margin-bottom: 1.4rem; }
        .page__matrix__row__text__detail ul li {
          border-top: 1px solid #f4f4f4;
          padding-top: 7px;
          padding-top: 0.7rem;
          margin-bottom: 7px;
          margin-bottom: 0.7rem; }
    .page__matrix__row__action {
      width: 100px; }
      @media (max-width: 599px) {
        .page__matrix__row__action {
          margin-top: 1.4rem; } }

.page__quote {
  padding: 4vw 4vw 4vw 0; }
  .page__quote blockquote {
    margin-bottom: 28px;
    margin-bottom: 2.8rem; }
    .page__quote blockquote p {
      margin-bottom: 14px;
      margin-bottom: 1.4rem; }
      .page__quote blockquote p:last-child {
        margin-bottom: 0; }
    @media (min-width: 600px) {
      .page__quote blockquote {
        width: 80%; } }
  .page__quote blockquote {
    color: #231f20; }

.page__event-overview {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  padding: 2vw 0 4vw 0; }
  .page__event-overview h4 {
    font-weight: bold;
    margin-bottom: 7px;
    margin-bottom: 0.7rem; }
  .page__event-overview__item {
    width: 100%;
    margin-bottom: 14px;
    margin-bottom: 1.4rem; }
    .page__event-overview__item ul.social {
      margin-top: 7px;
      margin-top: 0.7rem; }
      .page__event-overview__item ul.social li {
        margin: 0 20px 20px 0; }
  .page__event-overview a {
    color: #9e44db !important; }
    .page__event-overview a:hover {
      color: #231f20 !important; }
    .event .page__event-overview a {
      color: #231f20 !important; }
      .event .page__event-overview a:hover {
        color: #594f51 !important; }
  @media (min-width: 960px) {
    .page__event-overview__item {
      width: 25%;
      padding-right: 20px; }
      .page__event-overview__item--wide {
        border-top: 1px solid #f4f4f4;
        padding-top: 1.4rem;
        margin-bottom: 1.4rem;
        width: 100%; }
        .page__event-overview__item--wide p {
          width: 640px;
          max-width: 100%; } }

.page__people {
  padding: 4vw 4vw 4vw 0;
  width: 960px;
  max-width: 100%; }
  .page__people__head {
    width: 100%; }
    .page__people__head h3 {
      margin-bottom: 28px;
      margin-bottom: 2.8rem;
      font-weight: bold; }
      @media (max-width: 599px) {
        .page__people__head h3 {
          margin-bottom: 1.4rem; } }
  .page__people__list {
    width: 100%; }
    .page__people__list ul li {
      background: #f4f4f4;
      margin-bottom: 28px;
      margin-bottom: 2.8rem; }
      .page__people__list ul li p {
        margin-bottom: 14px;
        margin-bottom: 1.4rem; }
        .page__people__list ul li p a {
          color: #9e44db; }
          .page__people__list ul li p a:hover {
            color: #231f20; }
      .page__people__list ul li h2 {
        margin-bottom: 14px;
        margin-bottom: 1.4rem;
        margin-right: 28px;
        margin-right: 2.8rem; }
        .page__people__list ul li h2 span {
          display: block; }
        .page__people__list ul li h2 a span {
          transition: all 0.2s; }
          .page__people__list ul li h2 a span:first-of-type {
            color: #9e44db; }
        .page__people__list ul li h2 a:hover {
          color: #9e44db; }
  @media (min-width: 601px) {
    .page__people {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between; } }
  .page__people__item {
    width: calc(50% - 30px); }
    @media (max-width: 959px) {
      .page__people__item {
        margin-bottom: 40px;
        width: 100%; }
        .page__people__item:last-child {
          margin-bottom: 40px; } }
    .page__people__item__image {
      width: 100%;
      height: 0;
      padding-bottom: 62.5%;
      background: #231f20;
      overflow: hidden;
      position: relative; }
      .page__people__item__image img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
    .page__people__item__text {
      background: white;
      width: calc(100% - 60px);
      transform: translateY(-40px); }
      .page__people__item__text.grey {
        background: #f4f4f4; }
      .page__people__item__text p {
        margin-bottom: 14px;
        margin-bottom: 1.4rem; }
        .page__people__item__text p a {
          color: #9e44db; }
          .page__people__item__text p a:hover {
            color: #231f20; }
      .page__people__item__text h2 {
        margin-bottom: 28px;
        margin-bottom: 2.8rem;
        margin-right: 28px;
        margin-right: 2.8rem; }
        .page__people__item__text h2 span {
          display: block; }
        .page__people__item__text h2 a span {
          transition: all 0.2s; }
          .page__people__item__text h2 a span:first-of-type {
            color: #9e44db; }
        .page__people__item__text h2 a:hover {
          color: #9e44db; }
      @media (max-width: 959px) {
        .page__people__item__text {
          width: calc(100% - 20px); } }
      @media (max-width: 600px) {
        .page__people__item__text h2 {
          margin-right: 1.4rem; } }

.performances {
  background: #f4f4f4;
  padding: 2vw 0 4vw 0; }
  .performances h2 {
    margin-bottom: 28px;
    margin-bottom: 2.8rem; }
  .performances__row {
    border-top: 1px solid white;
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    align-items: center; }
    .performances__row__item {
      padding: 10px 20px 10px 0;
      width: 25%; }
    @media (max-width: 959px) {
      .performances__row__item {
        padding: 10px 20px 10px 0;
        width: 25%; }
        .performances__row__item:first-child {
          width: 50%; } }

.media {
  background: #f4f4f4;
  padding: 4vw 0; }
  .media.archive {
    background: transparent;
    padding-top: 0; }
  .media__header {
    margin-bottom: 56px;
    margin-bottom: 5.6rem; }
  .media.grad {
    background: linear-gradient(to bottom, #9e44db, #9e44db 50%, #f4f4f4 50%, #f4f4f4); }
  .media .embed {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
    .media .embed iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.festival-history {
  margin: 4vw 0; }
  .festival-history {
    font-size: 16px; }
    @media screen and (min-width: 480px) {
      .festival-history {
        font-size: calc(16px + 2 * ((100vw - 480px) / 720)); } }
    @media screen and (min-width: 1200px) {
      .festival-history {
        font-size: 18px; } }
  .festival-history__year {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 28px;
    padding-top: 2.8rem;
    padding-bottom: 56px;
    padding-bottom: 5.6rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    .festival-history__year__title {
      margin-bottom: 14px;
      margin-bottom: 1.4rem;
      width: 100%; }
      .festival-history__year__title h3 {
        font-weight: bold; }
    .festival-history__year__cover {
      width: 15%; }
      .festival-history__year__cover img {
        width: 100%;
        height: auto; }
    .festival-history__year__text {
      width: calc(85% - 20px);
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between; }
      .festival-history__year__text__item {
        width: calc(33% - 20px); }
        .festival-history__year__text__item h4 {
          font-weight: bold; }
        .festival-history__year__text__item a, .festival-history__year__text__item a:link, .festival-history__year__text__item a:visited, .festival-history__year__text__item a:focus, .festival-history__year__text__item a:active {
          color: white !important; }
          .festival-history__year__text__item a:hover, .festival-history__year__text__item a:link:hover, .festival-history__year__text__item a:visited:hover, .festival-history__year__text__item a:focus:hover, .festival-history__year__text__item a:active:hover {
            color: rgba(255, 255, 255, 0.5) !important; }
    @media (max-width: 960px) {
      .festival-history__year__text__item {
        width: 100%;
        margin-bottom: 1.4rem; }
        .festival-history__year__text__item:last-child {
          margin-bottom: 0; } }

.marquee {
  color: white;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 10px 0;
  overflow: hidden; }
  .marquee__row {
    -webkit-animation: tickerLeft 20s infinite linear normal;
    overflow: hidden;
    width: 200%;
    white-space: nowrap;
    text-transform: uppercase; }
    @media (max-width: 599px) {
      .marquee__row {
        width: 600%; } }
  @media (min-width: 960px) {
    .marquee {
      padding: 20px 0; } }

.strand-article__cover {
  /* Grid Fallback */
  /* END Grid Fallback */
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(3, 1fr);
  margin: 20px auto 0 auto;
  width: 100%; }
  @supports not (display: grid) {
    .strand-article__cover::after {
      clear: both;
      content: "";
      display: table; }
    .strand-article__cover__item {
      float: left;
      width: calc(33% - 15px);
      margin: 0 5px 5px 0; } }
  .strand-article__cover__item {
    position: relative;
    overflow: hidden;
    display: none; }
    .strand-article__cover__item:nth-of-type(1), .strand-article__cover__item:nth-of-type(2), .strand-article__cover__item:nth-of-type(3) {
      display: inherit; }
    .strand-article__cover__item__image {
      position: relative;
      width: 100%;
      height: auto; }
      .strand-article__cover__item__image img {
        width: 100%;
        height: auto;
        display: block; }
  @media (min-width: 600px) {
    .strand-article__cover {
      margin: 60px auto 0 auto;
      grid-template-columns: repeat(12, 1fr);
      grid-template-rows: repeat(8, 1fr); }
      .strand-article__cover__item {
        display: none; }
        .strand-article__cover__item:nth-of-type(1) {
          display: inherit;
          grid-column-start: 1;
          -ms-grid-column-span: 5;
          /* autoprefixer: off */
          grid-column-end: 6;
          grid-row-start: 1;
          /* autoprefixer: off */
          grid-row-end: 6; }
        .strand-article__cover__item:nth-of-type(2) {
          display: inherit;
          grid-column-start: 8;
          -ms-grid-column-span: 5;
          /* autoprefixer: off */
          grid-column-end: 13;
          grid-row-start: 2;
          /* autoprefixer: off */
          grid-row-end: 7; }
        .strand-article__cover__item:nth-of-type(3) {
          display: inherit;
          grid-column-start: 5;
          -ms-grid-column-span: 5;
          /* autoprefixer: off */
          grid-column-end: 10;
          grid-row-start: 3;
          /* autoprefixer: off */
          grid-row-end: 8; }
      .strand-article__cover__item.grid2 {
        display: none; }
        .strand-article__cover__item.grid2:nth-of-type(1) {
          display: inherit;
          grid-column-start: 1;
          -ms-grid-column-span: 5;
          /* autoprefixer: off */
          grid-column-end: 6;
          grid-row-start: 2;
          /* autoprefixer: off */
          grid-row-end: 7; }
        .strand-article__cover__item.grid2:nth-of-type(2) {
          display: inherit;
          grid-column-start: 5;
          -ms-grid-column-span: 5;
          /* autoprefixer: off */
          grid-column-end: 10;
          grid-row-start: 1;
          /* autoprefixer: off */
          grid-row-end: 7; }
        .strand-article__cover__item.grid2:nth-of-type(3) {
          display: inherit;
          grid-column-start: 8;
          -ms-grid-column-span: 5;
          /* autoprefixer: off */
          grid-column-end: 13;
          grid-row-start: 3;
          /* autoprefixer: off */
          grid-row-end: 8; }
      .strand-article__cover__item.grid3 {
        display: none; }
        .strand-article__cover__item.grid3:nth-of-type(1) {
          display: inherit;
          grid-column-start: 1;
          -ms-grid-column-span: 5;
          /* autoprefixer: off */
          grid-column-end: 6;
          grid-row-start: 2;
          /* autoprefixer: off */
          grid-row-end: 7; }
        .strand-article__cover__item.grid3:nth-of-type(2) {
          display: inherit;
          grid-column-start: 8;
          -ms-grid-column-span: 5;
          /* autoprefixer: off */
          grid-column-end: 13;
          grid-row-start: 1;
          /* autoprefixer: off */
          grid-row-end: 6; }
        .strand-article__cover__item.grid3:nth-of-type(3) {
          display: inherit;
          grid-column-start: 5;
          -ms-grid-column-span: 5;
          /* autoprefixer: off */
          grid-column-end: 10;
          grid-row-start: 3;
          /* autoprefixer: off */
          grid-row-end: 8; }
      .strand-article__cover__item.grid4 {
        display: none; }
        .strand-article__cover__item.grid4:nth-of-type(1) {
          display: inherit;
          grid-column-start: 8;
          -ms-grid-column-span: 5;
          /* autoprefixer: off */
          grid-column-end: 13;
          grid-row-start: 1;
          /* autoprefixer: off */
          grid-row-end: 6; }
        .strand-article__cover__item.grid4:nth-of-type(2) {
          display: inherit;
          grid-column-start: 5;
          -ms-grid-column-span: 5;
          /* autoprefixer: off */
          grid-column-end: 10;
          grid-row-start: 3;
          /* autoprefixer: off */
          grid-row-end: 8; }
        .strand-article__cover__item.grid4:nth-of-type(3) {
          display: inherit;
          grid-column-start: 1;
          -ms-grid-column-span: 5;
          /* autoprefixer: off */
          grid-column-end: 6;
          grid-row-start: 2;
          /* autoprefixer: off */
          grid-row-end: 7; } }

.strand-article__intro {
  padding: 20px 4vw 4vw 0; }
  .strand-article__intro p {
    font-weight: bold;
    margin-bottom: 28px;
    margin-bottom: 2.8rem;
    color: #1D3445; }
    @media (min-width: 600px) {
      .strand-article__intro p {
        width: 80%; } }
  .strand-article__intro p > a, .strand-article__intro p > em a, .strand-article__intro p > strong > a, .strand-article__intro ul > a, .strand-article__intro ul > em a, .strand-article__intro ul > strong > a {
    color: white; }
    .strand-article__intro p > a:hover, .strand-article__intro p > em a:hover, .strand-article__intro p > strong > a:hover, .strand-article__intro ul > a:hover, .strand-article__intro ul > em a:hover, .strand-article__intro ul > strong > a:hover {
      color: #231f20; }

.strand-article__extended {
  padding: 0 4vw 4vw 0; }
  .strand-article__extended h3, .strand-article__extended h4 {
    margin-bottom: 14px;
    margin-bottom: 1.4rem;
    color: #1D3445; }
  .strand-article__extended p, .strand-article__extended ul {
    margin-bottom: 28px;
    margin-bottom: 2.8rem;
    color: #1D3445; }
  .strand-article__extended p > a, .strand-article__extended ul > a {
    color: white; }
    .strand-article__extended p > a:hover, .strand-article__extended ul > a:hover {
      color: #231f20; }
  .strand-article__extended p > a, .strand-article__extended p > em a, .strand-article__extended p > strong > a, .strand-article__extended ul > a, .strand-article__extended ul > em a, .strand-article__extended ul > strong > a {
    color: white; }
    .strand-article__extended p > a:hover, .strand-article__extended p > em a:hover, .strand-article__extended p > strong > a:hover, .strand-article__extended ul > a:hover, .strand-article__extended ul > em a:hover, .strand-article__extended ul > strong > a:hover {
      color: #231f20; }
  @media (min-width: 960px) {
    .strand-article__extended {
      width: calc(60% - 40px); } }

.archive-overview__intro {
  opacity: 0;
  -webkit-animation: fadeIntro 1s 1.25s forwards normal;
  color: white;
  padding: 20px 4vw 4vw 0; }
  .archive-overview__intro a.button.story-toggle:before {
    content: '+  '; }
  .archive-overview__intro a.button.story-toggle.open:before {
    content: '×  '; }
  .archive-overview__intro h1.edition-archive {
    width: 95%;
    line-height: 1.1 !important; }
    .archive-overview__intro h1.edition-archive span {
      color: #231f20;
      display: block; }
  .archive-overview__intro h1 + p {
    margin-top: 28px;
    margin-top: 2.8rem; }
  .archive-overview__intro p, .archive-overview__intro ul {
    margin-bottom: 28px;
    margin-bottom: 2.8rem; }
    @media (min-width: 600px) {
      .archive-overview__intro p, .archive-overview__intro ul {
        width: 80%; } }
    .archive-overview__intro p a, .archive-overview__intro ul a {
      color: white !important;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
      .archive-overview__intro p a:hover, .archive-overview__intro ul a:hover {
        color: white !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.8); }

.archive-overview .gallerySlider .slick-slide {
  margin: 0 10px; }

.archive-overview .videoSlider .slick-slide {
  margin: 0 0 0 0; }

.archive-overview .videoSlider__embed {
  background: white;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .archive-overview .videoSlider__embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.archive-overview__reviews {
  background: white;
  padding: 20px; }
  .archive-overview__reviews .page__quote {
    padding: 2vw 4vw 2vw 0; }

.archive-overview__story {
  transition: max-height 0.5s;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  position: relative;
  height: auto;
  max-height: 0;
  overflow: hidden; }
  .archive-overview__story.open {
    max-height: 800vh; }
  .archive-overview__story p, .archive-overview__story ul {
    margin-bottom: 28px;
    margin-bottom: 2.8rem; }
    @media (min-width: 600px) {
      .archive-overview__story p, .archive-overview__story ul {
        width: 80%; } }
    .archive-overview__story p a, .archive-overview__story ul a {
      color: white !important;
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
      .archive-overview__story p a:hover, .archive-overview__story ul a:hover {
        color: white !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.8); }

.archive-overview__row {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  .archive-overview__row:last-of-type {
    padding-bottom: 4vw; }
  .archive-overview__row.dark {
    background: rgba(0, 0, 0, 0.05); }
  .archive-overview__row.light {
    background: rgba(255, 255, 255, 0.05); }
  .archive-overview__row__events ul {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap; }
    .archive-overview__row__events ul li {
      border-top: 1px solid rgba(255, 255, 255, 0.25);
      padding-top: 10px;
      padding-top: 1rem;
      margin-bottom: 20px;
      margin-bottom: 2rem;
      width: calc(50% - 4rem); }
      @media (max-width: 959px) {
        .archive-overview__row__events ul li {
          width: 100%; } }
      .archive-overview__row__events ul li h4 {
        color: black;
        margin-right: 10px; }
      .archive-overview__row__events ul li h5 {
        color: white;
        margin-bottom: 0; }
      .archive-overview__row__events ul li a.download {
        font-family: "Marr Sans Web";
        color: white !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
        .archive-overview__row__events ul li a.download:hover {
          color: white !important;
          border-bottom: 1px solid rgba(255, 255, 255, 0.8); }
  .archive-overview__row .media-features {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-bottom: 0; }
    .archive-overview__row .media-features li {
      width: calc(50% - 10px);
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between; }
      @media (min-width: 600px) {
        .archive-overview__row .media-features li {
          width: calc(25% - 20px); } }
    .archive-overview__row .media-features__cover {
      width: 100%; }
    .archive-overview__row .media-features__text {
      background: white;
      padding: 10px;
      width: calc(100% - 20px);
      transform: translateY(-20px); }
      @media (min-width: 600px) {
        .archive-overview__row .media-features__text {
          transform: translateY(-40px);
          padding: 20px; } }
      .archive-overview__row .media-features__text h3 {
        font-weight: lighter;
        margin-bottom: 14px;
        margin-bottom: 1.4rem; }
        .archive-overview__row .media-features__text h3 a:hover {
          color: #9e44db; }
  .archive-overview__row__subhd {
    color: white;
    margin-bottom: 20px; }
    .archive-overview__row__subhd h1, .archive-overview__row__subhd h2 {
      color: white;
      width: 80%;
      line-height: 1.1 !important; }
      .archive-overview__row__subhd h1 span, .archive-overview__row__subhd h2 span {
        color: #231f20;
        display: block; }
    .archive-overview__row__subhd h2 + p {
      margin-top: 20px; }
    .archive-overview__row__subhd p, .archive-overview__row__subhd ul {
      margin-bottom: 28px;
      margin-bottom: 2.8rem; }
      @media (min-width: 600px) {
        .archive-overview__row__subhd p, .archive-overview__row__subhd ul {
          width: 80%; } }
      .archive-overview__row__subhd p a, .archive-overview__row__subhd ul a {
        color: white !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
        .archive-overview__row__subhd p a:hover, .archive-overview__row__subhd ul a:hover {
          color: white !important;
          border-bottom: 1px solid rgba(255, 255, 255, 0.8); }
  .archive-overview__row--video {
    opacity: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    -webkit-animation: fadeLoop 1s 1s forwards normal; }
    .archive-overview__row--video__wrapper {
      position: relative;
      padding-top: 0 !important;
      padding-bottom: 56.25% !important;
      height: 0; }
    .archive-overview__row--video__file {
      background: black;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .archive-overview__row--video__file video {
        position: absolute;
        z-index: 0;
        background-size: cover;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto; }
        @media (max-width: 599px) {
          .archive-overview__row--video__file video {
            left: 0;
            top: 0;
            transform: translate(0, 0);
            width: 100%;
            height: auto;
            min-height: auto; } }
    .archive-overview__row--video .playTrailer {
      position: absolute;
      bottom: 20px;
      right: 20px; }
      .archive-overview__row--video .playTrailer a {
        display: inline-block;
        background: rgba(0, 0, 0, 0.5);
        color: white;
        font-size: 14px;
        font-weight: bold;
        border-radius: 3px;
        padding: 5px 30px 5px 10px; }
        .archive-overview__row--video .playTrailer a:after {
          content: '';
          display: block;
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translateY(-50%);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 0 5px 8px;
          border-color: transparent transparent transparent white; }
        .archive-overview__row--video .playTrailer a:hover {
          background: black;
          color: white; }
          .archive-overview__row--video .playTrailer a:hover:after {
            border-color: transparent transparent transparent white; }

.feature-bg-2023 .archive-overview__intro,
.feature-bg-2023 .archive-overview__intro h1.edition-archive span,
.feature-bg-2023 .archive-overview__row__subhd h1.edition-archive,
.feature-bg-2023 .archive-overview__row__subhd h2,
.feature-bg-2023 p,
.feature-bg-2023 h3,
.feature-bg-2023 .event h5,
.feature-bg-2023 .archive-overview__row__events li,
.feature-bg-2023 .archive-overview__row .button {
  color: #231f20 !important;
  font-family: 'Marr Sans Web' !important;
  border-color: inherit !important; }

.archive-overview__row__events a.download, .archive-overview__row__events a.download:link, .archive-overview__row__events a.download:visited {
  color: #231f20 !important;
  border-color: #231f20; }

.edition-social-intro--2020 h5 {
  font-family: "Marr Sans Web Ultra"; }

.edition-landing, .edition2020-landing {
  background: #C9815D; }
  .edition-landing .icon, .edition2020-landing .icon {
    background: url("../../images/icon_ddf.svg") 50% 50% no-repeat;
    background-size: 100% auto;
    width: 220px;
    height: 316px;
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    -webkit-animation: fadeIcon 1s 0.75s forwards normal; }
    @media (max-width: 599px) {
      .edition-landing .icon, .edition2020-landing .icon {
        width: 80px;
        height: 115px; } }

@media (min-width: 601px) and (max-width: 959px) {
  .edition-landing .icon, .edition2020-landing .icon {
    width: 120px;
    height: 172px; } }
  .edition-landing__trans, .edition2020-landing__trans {
    transform: translateY(-20px); }
    @media (min-width: 600px) {
      .edition-landing__trans, .edition2020-landing__trans {
        transform: translateY(-40px); } }
  .edition-landing__row h1, .edition2020-landing__row h1 {
    font-family: "Marr Sans Web";
    font-weight: bold;
    color: white;
    opacity: 0;
    -webkit-animation: fadeh1 0.5s 1s forwards normal; }
    .edition-landing__row h1, .edition2020-landing__row h1 {
      font-size: 21px; }
      @media screen and (min-width: 480px) {
        .edition-landing__row h1, .edition2020-landing__row h1 {
          font-size: calc(21px + 24 * ((100vw - 480px) / 720)); } }
      @media screen and (min-width: 1200px) {
        .edition-landing__row h1, .edition2020-landing__row h1 {
          font-size: 45px; } }
    .edition-landing__row h1 span, .edition2020-landing__row h1 span {
      font-family: "Marr Sans Web Ultra";
      color: white;
      display: block; }
  .edition-landing__row h2, .edition2020-landing__row h2 {
    color: white;
    font-family: "Marr Sans Web";
    margin-bottom: 28px;
    margin-bottom: 2.8rem; }
    .edition-landing__row h2.ultra, .edition2020-landing__row h2.ultra {
      font-family: "Marr Sans Web Ultra"; }
  .edition-landing__row--intro, .edition2020-landing__row--intro {
    opacity: 0;
    -webkit-animation: fadeLoop 1s 1s forwards normal;
    margin-top: 40px;
    color: #1D3445; }
    @media (min-width: 601px) {
      .edition-landing__row--intro, .edition2020-landing__row--intro {
        margin-top: 80px; } }
    .edition-landing__row--intro p, .edition2020-landing__row--intro p {
      max-width: 80%; }
  .edition-landing__row--video, .edition-landing__row--img, .edition2020-landing__row--video, .edition2020-landing__row--img {
    opacity: 0;
    -webkit-animation: fadeLoop 1s 1s forwards normal; }
    .edition-landing__row--video__wrapper, .edition-landing__row--img__wrapper, .edition2020-landing__row--video__wrapper, .edition2020-landing__row--img__wrapper {
      position: relative;
      padding-bottom: 56.25%;
      height: 0; }
      @media (max-width: 599px) {
        .edition-landing__row--video__wrapper, .edition-landing__row--img__wrapper, .edition2020-landing__row--video__wrapper, .edition2020-landing__row--img__wrapper {
          padding-bottom: 56.25%;
          height: auto; } }
    .edition-landing__row--video__file, .edition-landing__row--img__file, .edition2020-landing__row--video__file, .edition2020-landing__row--img__file {
      background: black;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .edition-landing__row--video__file video, .edition-landing__row--img__file video, .edition2020-landing__row--video__file video, .edition2020-landing__row--img__file video {
        position: absolute;
        z-index: 0;
        background-size: cover;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto; }
      .edition-landing__row--video__file img, .edition-landing__row--img__file img, .edition2020-landing__row--video__file img, .edition2020-landing__row--img__file img {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%; }
    @media (max-width: 599px) {
      .edition-landing__row--video__file, .edition-landing__row--img__file, .edition2020-landing__row--video__file, .edition2020-landing__row--img__file {
        background: transparent; }
        .edition-landing__row--video__file video, .edition-landing__row--img__file video, .edition2020-landing__row--video__file video, .edition2020-landing__row--img__file video {
          transform: translate(0, 0);
          left: 0;
          top: 0;
          width: 100%;
          height: auto;
          min-width: auto;
          min-height: auto; } }
    .edition-landing__row--video .playTrailer, .edition-landing__row--img .playTrailer, .edition2020-landing__row--video .playTrailer, .edition2020-landing__row--img .playTrailer {
      position: absolute;
      bottom: 20px;
      right: 20px; }
      .edition-landing__row--video .playTrailer.left, .edition-landing__row--img .playTrailer.left, .edition2020-landing__row--video .playTrailer.left, .edition2020-landing__row--img .playTrailer.left {
        right: auto;
        left: 0; }
      .edition-landing__row--video .playTrailer a, .edition-landing__row--img .playTrailer a, .edition2020-landing__row--video .playTrailer a, .edition2020-landing__row--img .playTrailer a {
        display: inline-block;
        background: #d69f83;
        color: white;
        font-size: 14px;
        font-weight: bold;
        border-radius: 3px;
        padding: 5px 30px 5px 10px; }
        .edition-landing__row--video .playTrailer a:after, .edition-landing__row--img .playTrailer a:after, .edition2020-landing__row--video .playTrailer a:after, .edition2020-landing__row--img .playTrailer a:after {
          content: '';
          display: block;
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translateY(-50%);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 0 5px 8px;
          border-color: transparent transparent transparent black; }
        .edition-landing__row--video .playTrailer a:hover, .edition-landing__row--img .playTrailer a:hover, .edition2020-landing__row--video .playTrailer a:hover, .edition2020-landing__row--img .playTrailer a:hover {
          background: #9e44db;
          color: white; }
          .edition-landing__row--video .playTrailer a:hover:after, .edition-landing__row--img .playTrailer a:hover:after, .edition2020-landing__row--video .playTrailer a:hover:after, .edition2020-landing__row--img .playTrailer a:hover:after {
            border-color: transparent transparent transparent black; }
  .edition-landing__row--strands, .edition2020-landing__row--strands {
    margin-top: 40px; }
    @media (min-width: 601px) {
      .edition-landing__row--strands, .edition2020-landing__row--strands {
        margin-top: 80px; } }
    .edition-landing__row--strands ul, .edition2020-landing__row--strands ul {
      font-family: "Le Jeune Deck Web";
      color: white; }
      .edition-landing__row--strands ul, .edition2020-landing__row--strands ul {
        font-size: 30px; }
        @media screen and (min-width: 480px) {
          .edition-landing__row--strands ul, .edition2020-landing__row--strands ul {
            font-size: calc(30px + 70 * ((100vw - 480px) / 720)); } }
        @media screen and (min-width: 1200px) {
          .edition-landing__row--strands ul, .edition2020-landing__row--strands ul {
            font-size: 100px; } }
      .edition-landing__row--strands ul a, .edition2020-landing__row--strands ul a {
        color: white;
        position: relative; }
        .edition-landing__row--strands ul a:hover, .edition2020-landing__row--strands ul a:hover {
          color: #1D3445;
          transform: translateX(30px); }
        @media (max-width: 600px) {
          .edition-landing__row--strands ul a, .edition2020-landing__row--strands ul a {
            padding-right: 20px;
            /*
						&:after{
							content: '';
							position: absolute; 
							right: 2px; top: 50%; transform: translateY(-50%);
							@include triangle(right,7px,7px,$feature-col);
						}*/ }
            .edition-landing__row--strands ul a:before, .edition2020-landing__row--strands ul a:before {
              content: '';
              position: absolute;
              right: 0;
              top: 50%;
              transform: translateY(-50%);
              content: '';
              display: block;
              width: 0;
              height: 0;
              border-style: solid;
              -moz-transform: scale(0.9999);
              border-width: 7px 0 7px 7px;
              border-color: transparent transparent transparent white; } }
    .edition-landing__row--strands__nav, .edition2020-landing__row--strands__nav {
      /* Grid Fallback */
      /* END Grid Fallback */ }
      .edition-landing__row--strands__nav__image, .edition2020-landing__row--strands__nav__image {
        transition: all 0.5s;
        opacity: 0;
        transform: translateY(100px);
        z-index: 1; }
        .edition-landing__row--strands__nav__image.open, .edition2020-landing__row--strands__nav__image.open {
          opacity: 1;
          transform: translateY(0); }
        @media (max-width: 599px) {
          .edition-landing__row--strands__nav__image, .edition2020-landing__row--strands__nav__image {
            display: none; } }
      @media (min-width: 600px) {
        .edition-landing__row--strands__nav, .edition2020-landing__row--strands__nav {
          display: grid;
          grid-gap: 0;
          width: 100%;
          grid-template-columns: repeat(12, 1fr);
          grid-template-rows: repeat(8, 1fr); }
          .edition-landing__row--strands__nav__image1, .edition2020-landing__row--strands__nav__image1 {
            grid-column-start: 7;
            -ms-grid-column-span: 5;
            /* autoprefixer: off */
            grid-column-end: 12;
            grid-row-start: 1;
            /* autoprefixer: off */
            grid-row-end: 6; }
          .edition-landing__row--strands__nav__image2, .edition2020-landing__row--strands__nav__image2 {
            grid-column-start: 6;
            -ms-grid-column-span: 4;
            /* autoprefixer: off */
            grid-column-end: 10;
            grid-row-start: 3;
            /* autoprefixer: off */
            grid-row-end: 7; }
          .edition-landing__row--strands__nav__image3, .edition2020-landing__row--strands__nav__image3 {
            grid-column-start: 9;
            -ms-grid-column-span: 4;
            /* autoprefixer: off */
            grid-column-end: 13;
            grid-row-start: 4;
            /* autoprefixer: off */
            grid-row-end: 8; }
          .edition-landing__row--strands__nav__links, .edition2020-landing__row--strands__nav__links {
            grid-column-start: 1;
            -ms-grid-column-span: 12;
            /* autoprefixer: off */
            grid-column-end: 13;
            grid-row-start: 1;
            /* autoprefixer: off */
            grid-row-end: 8;
            z-index: 2; } }
  .edition-landing__row + .edition-landing__row, .edition2020-landing__row + .edition-landing__row, .edition-landing__row + .edition2020-landing__row, .edition2020-landing__row + .edition2020-landing__row {
    margin-top: 40px; }

.edition2019-landing {
  background: #9e44db; }
  .edition2019-landing .icon {
    background: url("../../images/icon_ddf.svg") 50% 50% no-repeat;
    background-size: 100% auto;
    width: 220px;
    height: 316px;
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    -webkit-animation: fadeIcon 1s 0.75s forwards normal; }
    @media (max-width: 599px) {
      .edition2019-landing .icon {
        width: 80px;
        height: 115px; } }

@media (min-width: 601px) and (max-width: 959px) {
  .edition2019-landing .icon {
    width: 120px;
    height: 172px; } }
  .edition2019-landing__trans {
    transform: translateY(-20px); }
    @media (min-width: 600px) {
      .edition2019-landing__trans {
        transform: translateY(-40px); } }
  .edition2019-landing__row h1 {
    font-family: "Canela Web";
    color: #231f20;
    opacity: 0;
    -webkit-animation: fadeh1 0.5s 1s forwards normal; }
    .edition2019-landing__row h1 {
      font-size: 21px; }
      @media screen and (min-width: 480px) {
        .edition2019-landing__row h1 {
          font-size: calc(21px + 24 * ((100vw - 480px) / 720)); } }
      @media screen and (min-width: 1200px) {
        .edition2019-landing__row h1 {
          font-size: 45px; } }
    .edition2019-landing__row h1 span {
      color: white;
      display: block; }
  .edition2019-landing__row h2 {
    color: white;
    font-family: "Marr Sans Web";
    margin-bottom: 28px;
    margin-bottom: 2.8rem; }
  .edition2019-landing__row--intro {
    opacity: 0;
    -webkit-animation: fadeLoop 1s 1s forwards normal;
    margin-top: 40px;
    color: white; }
    @media (min-width: 601px) {
      .edition2019-landing__row--intro {
        margin-top: 80px; } }
    .edition2019-landing__row--intro p {
      max-width: 80%; }
  .edition2019-landing__row--video {
    opacity: 0;
    -webkit-animation: fadeLoop 1s 1s forwards normal; }
    .edition2019-landing__row--video__wrapper {
      position: relative;
      padding-bottom: 56.25%;
      height: 0; }
    .edition2019-landing__row--video__file {
      background: black;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .edition2019-landing__row--video__file video {
        position: absolute;
        z-index: 0;
        background-size: cover;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto; }
    .edition2019-landing__row--video .playTrailer {
      position: absolute;
      bottom: 20px;
      right: 20px; }
      .edition2019-landing__row--video .playTrailer a {
        display: inline-block;
        background: #b46fe3;
        color: white;
        font-size: 14px;
        font-weight: bold;
        border-radius: 3px;
        padding: 5px 30px 5px 10px; }
        .edition2019-landing__row--video .playTrailer a:after {
          content: '';
          display: block;
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translateY(-50%);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 0 5px 8px;
          border-color: transparent transparent transparent black; }
        .edition2019-landing__row--video .playTrailer a:hover {
          background: #9e44db;
          color: white; }
          .edition2019-landing__row--video .playTrailer a:hover:after {
            border-color: transparent transparent transparent black; }
  .edition2019-landing__row--strands {
    margin-top: 40px; }
    @media (min-width: 601px) {
      .edition2019-landing__row--strands {
        margin-top: 80px; } }
    .edition2019-landing__row--strands ul {
      font-family: "Canela Web";
      color: white; }
      .edition2019-landing__row--strands ul {
        font-size: 30px; }
        @media screen and (min-width: 480px) {
          .edition2019-landing__row--strands ul {
            font-size: calc(30px + 70 * ((100vw - 480px) / 720)); } }
        @media screen and (min-width: 1200px) {
          .edition2019-landing__row--strands ul {
            font-size: 100px; } }
      .edition2019-landing__row--strands ul a {
        color: white;
        position: relative; }
        .edition2019-landing__row--strands ul a:hover {
          color: #231f20;
          transform: translateX(30px); }
        @media (max-width: 600px) {
          .edition2019-landing__row--strands ul a {
            padding-right: 20px;
            /*
						&:after{
							content: '';
							position: absolute; 
							right: 2px; top: 50%; transform: translateY(-50%);
							@include triangle(right,7px,7px,$feature-col);
						}*/ }
            .edition2019-landing__row--strands ul a:before {
              content: '';
              position: absolute;
              right: 0;
              top: 50%;
              transform: translateY(-50%);
              content: '';
              display: block;
              width: 0;
              height: 0;
              border-style: solid;
              -moz-transform: scale(0.9999);
              border-width: 7px 0 7px 7px;
              border-color: transparent transparent transparent white; } }
    .edition2019-landing__row--strands__nav {
      /* Grid Fallback */
      /* END Grid Fallback */ }
      .edition2019-landing__row--strands__nav__image {
        transition: all 0.5s;
        opacity: 0;
        transform: translateY(100px);
        z-index: 1; }
        .edition2019-landing__row--strands__nav__image.open {
          opacity: 1;
          transform: translateY(0); }
        @media (max-width: 599px) {
          .edition2019-landing__row--strands__nav__image {
            display: none; } }
      @media (min-width: 600px) {
        .edition2019-landing__row--strands__nav {
          display: grid;
          grid-gap: 0;
          width: 100%;
          grid-template-columns: repeat(12, 1fr);
          grid-template-rows: repeat(8, 1fr); }
          .edition2019-landing__row--strands__nav__image1 {
            grid-column-start: 7;
            -ms-grid-column-span: 5;
            /* autoprefixer: off */
            grid-column-end: 12;
            grid-row-start: 1;
            /* autoprefixer: off */
            grid-row-end: 6; }
          .edition2019-landing__row--strands__nav__image2 {
            grid-column-start: 6;
            -ms-grid-column-span: 4;
            /* autoprefixer: off */
            grid-column-end: 10;
            grid-row-start: 3;
            /* autoprefixer: off */
            grid-row-end: 7; }
          .edition2019-landing__row--strands__nav__image3 {
            grid-column-start: 9;
            -ms-grid-column-span: 4;
            /* autoprefixer: off */
            grid-column-end: 13;
            grid-row-start: 4;
            /* autoprefixer: off */
            grid-row-end: 8; }
          .edition2019-landing__row--strands__nav__links {
            grid-column-start: 1;
            -ms-grid-column-span: 12;
            /* autoprefixer: off */
            grid-column-end: 13;
            grid-row-start: 1;
            /* autoprefixer: off */
            grid-row-end: 8;
            z-index: 2; } }
  .edition2019-landing__row + .edition2019-landing__row {
    margin-top: 40px; }

#ddf23 {
  padding: 0px !important;
  position: relative;
  overflow: hidden; }
  #ddf23 .playTrailerHolder {
    z-index: 9; }
    #ddf23 .playTrailerHolder .playTrailer {
      position: absolute;
      z-index: 9;
      bottom: 40px;
      right: 20px; }
      #ddf23 .playTrailerHolder .playTrailer.left {
        right: auto; }
      #ddf23 .playTrailerHolder .playTrailer a {
        display: inline-block;
        background: #eee822;
        color: #231f20;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 5px 30px 5px 10px; }
        #ddf23 .playTrailerHolder .playTrailer a:after {
          content: '';
          display: block;
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translateY(-50%);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 0 5px 8px;
          border-color: transparent transparent transparent black; }
        #ddf23 .playTrailerHolder .playTrailer a:hover {
          background: #231f20;
          color: white; }
          #ddf23 .playTrailerHolder .playTrailer a:hover:after {
            border-color: transparent transparent transparent white; }

#ddf23 img {
  max-width: 100%;
  position: relative;
  z-index: 1;
  vertical-align: bottom; }

.ddf23-bigtext {
  font-size: clamp(40px, 9.85vw, 220px);
  position: absolute;
  z-index: 2;
  color: white;
  left: clamp(10px, 5vw, 220px);
  disply: block;
  line-height: .9;
  font-family: Canela Web; }

.text-top {
  top: clamp(-60px, -2.25vw, -10px); }

.text-bottom {
  bottom: clamp(-60px, -2.5vw, -10px); }

#ddf23 .date {
  Left: 45%;
  position: absolute;
  z-index: 2;
  top: clamp(10px, 1.5vw, 80px);
  color: white;
  font-size: clamp(18px, 2.5vw, 60px);
  line-height: 1.2;
  text-transform: uppercase;
  font-family: Marr Sans Web; }

span.dublin {
  animation: fade-1 4s ease;
  -webkit-animation: fade-1 4s ease-in-out;
  -moz-animation: fade-1 4s ease-in-out;
  -o-animation: fade-1 4s ease-in-out;
  -ms-transition: fade-1 4s ease-in-out; }

@keyframes fade-1 {
  0% {
    opacity: 0;
    filter: blur(10px); }
  45% {
    opacity: 0;
    filter: blur(10px); }
  60% {
    opacity: 1;
    filter: blur(0px); }
  100% {
    opacity: 1;
    filter: blur(0px); } }

span.dance {
  animation: fade-2 4s ease;
  -webkit-animation: fade-2 4s ease-in-out;
  -moz-animation: fade-2 4s ease-in-out;
  -o-animation: fade-2 4s ease-in-out;
  -ms-transition: fade-2 4s ease-in-out; }

@keyframes fade-2 {
  0% {
    opacity: 0;
    filter: blur(10px); }
  50% {
    opacity: 0;
    filter: blur(10px); }
  65% {
    opacity: 1;
    filter: blur(0px); }
  100% {
    opacity: 1;
    filter: blur(0px); } }

span.festival {
  animation: fade-3 4s ease;
  -webkit-animation: fade-3 4s ease-in-out;
  -moz-animation: fade-3 4s ease-in-out;
  -o-animation: fade-3 4s ease-in-out;
  -ms-transition: fade-3 4s ease-in-out; }

@keyframes fade-3 {
  0% {
    opacity: 0;
    filter: blur(10px); }
  55% {
    opacity: 0;
    filter: blur(10px); }
  70% {
    opacity: 1;
    filter: blur(0px); }
  100% {
    opacity: 1;
    filter: blur(0px); } }

.date {
  animation: fade-4 3.8s ease;
  -webkit-animation: fade-4 3.8s ease;
  -moz-animation: fade-4 3.8s ease;
  -o-animation: fade-4 3.8s ease;
  -ms-transition: fade-4 3.8s ease; }

@keyframes fade-4 {
  0% {
    opacity: 0; }
  80% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.featureEvents__title {
  margin-bottom: 28px;
  margin-bottom: 2.8rem; }
  .featureEvents__title h2 {
    font-size: 21px; }

.events-category-list__categoryTitle {
  padding-top: 28px;
  padding-top: 2.8rem; }
  .events-category-list__categoryTitle:first-child {
    padding-top: 0; }
  .events-category-list__categoryTitle h2 {
    font-size: 21px;
    margin-bottom: 14px;
    margin-bottom: 1.4rem; }
    @media (min-width: 600px) {
      .events-category-list__categoryTitle h2 {
        font-size: 30px;
        margin-bottom: 2.8rem; } }

.offseason-landing {
  background: white; }
  .offseason-landing .icon {
    background: url("../../images/icon_ddf.svg") 50% 50% no-repeat;
    background-size: 100% auto;
    width: 220px;
    height: 316px;
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    -webkit-animation: fadeIcon 1s 0.75s forwards normal; }
    @media (max-width: 599px) {
      .offseason-landing .icon {
        width: 80px;
        height: 115px; } }

@media (min-width: 601px) and (max-width: 959px) {
  .offseason-landing .icon {
    width: 120px;
    height: 172px; } }
  .offseason-landing__trans {
    transform: translateY(-20px); }
    @media (min-width: 600px) {
      .offseason-landing__trans {
        transform: translateY(-40px); } }
  .offseason-landing__update {
    margin-bottom: 80px; }
    .offseason-landing__update h3, .offseason-landing__update p {
      color: #231f20; }
      @media (min-width: 960px) {
        .offseason-landing__update h3, .offseason-landing__update p {
          width: 80%; } }
    .offseason-landing__update h3 + a.button, .offseason-landing__update p + a.button {
      margin-top: 40px; }
  .offseason-landing__row h1 {
    font-family: "Canela Web";
    color: #231f20;
    opacity: 0;
    -webkit-animation: fadeh1 0.5s 1s forwards normal; }
    .offseason-landing__row h1 {
      font-size: 21px; }
      @media screen and (min-width: 480px) {
        .offseason-landing__row h1 {
          font-size: calc(21px + 24 * ((100vw - 480px) / 720)); } }
      @media screen and (min-width: 1200px) {
        .offseason-landing__row h1 {
          font-size: 45px; } }
    .offseason-landing__row h1 span {
      color: white;
      display: block; }
  .offseason-landing__row h2 {
    color: #231f20;
    font-family: "Marr Sans Web";
    margin-bottom: 28px;
    margin-bottom: 2.8rem; }
  .offseason-landing__row--intro {
    opacity: 0;
    -webkit-animation: fadeLoop 1s 1s forwards normal;
    margin-top: 40px;
    color: #231f20; }
    @media (min-width: 601px) {
      .offseason-landing__row--intro {
        margin-top: 80px; } }
    .offseason-landing__row--intro p {
      max-width: 80%; }
    @media (min-width: 601px) {
      .offseason-landing__row--intro a.button.large + a.button {
        margin-left: 20px !important; } }
  .offseason-landing__row--video {
    opacity: 0;
    -webkit-animation: fadeLoop 1s 1s forwards normal; }
    .offseason-landing__row--video__wrapper {
      position: relative;
      padding-bottom: 56.25%;
      height: 0; }
    .offseason-landing__row--video__file {
      background: black;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      overflow: hidden; }
      .offseason-landing__row--video__file video {
        position: absolute;
        z-index: 0;
        background-size: cover;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto; }
        @media (max-width: 599px) {
          .offseason-landing__row--video__file video {
            left: 0;
            top: 0;
            transform: translate(0, 0);
            width: 100%;
            height: auto;
            min-height: auto; } }
    .offseason-landing__row--video .playTrailer {
      position: absolute;
      bottom: 20px;
      right: 20px; }
      .offseason-landing__row--video .playTrailer a {
        display: inline-block;
        background: #b46fe3;
        color: white;
        font-size: 14px;
        font-weight: bold;
        border-radius: 3px;
        padding: 5px 30px 5px 10px; }
        .offseason-landing__row--video .playTrailer a:after {
          content: '';
          display: block;
          position: absolute;
          right: 10px;
          top: 50%;
          transform: translateY(-50%);
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5px 0 5px 8px;
          border-color: transparent transparent transparent black; }
        .offseason-landing__row--video .playTrailer a:hover {
          background: #9e44db;
          color: white; }
          .offseason-landing__row--video .playTrailer a:hover:after {
            border-color: transparent transparent transparent black; }
  .offseason-landing__row--strands {
    margin-top: 40px; }
    @media (min-width: 601px) {
      .offseason-landing__row--strands {
        margin-top: 80px; } }
    .offseason-landing__row--strands ul {
      font-family: "Canela Web";
      color: white; }
      .offseason-landing__row--strands ul {
        font-size: 30px; }
        @media screen and (min-width: 480px) {
          .offseason-landing__row--strands ul {
            font-size: calc(30px + 70 * ((100vw - 480px) / 720)); } }
        @media screen and (min-width: 1200px) {
          .offseason-landing__row--strands ul {
            font-size: 100px; } }
      .offseason-landing__row--strands ul a {
        color: white;
        position: relative; }
        .offseason-landing__row--strands ul a:hover {
          color: #231f20;
          transform: translateX(30px); }
        @media (max-width: 600px) {
          .offseason-landing__row--strands ul a {
            padding-right: 20px; }
            .offseason-landing__row--strands ul a:before {
              content: '';
              position: absolute;
              right: 0;
              top: 50%;
              transform: translateY(-50%);
              content: '';
              display: block;
              width: 0;
              height: 0;
              border-style: solid;
              -moz-transform: scale(0.9999);
              border-width: 7px 0 7px 7px;
              border-color: transparent transparent transparent white; }
            .offseason-landing__row--strands ul a:after {
              content: '';
              position: absolute;
              right: 2px;
              top: 50%;
              transform: translateY(-50%);
              content: '';
              display: block;
              width: 0;
              height: 0;
              border-style: solid;
              -moz-transform: scale(0.9999);
              border-width: 7px 0 7px 7px;
              border-color: transparent transparent transparent #9e44db; } }
    .offseason-landing__row--strands__nav {
      /* Grid Fallback */
      /* END Grid Fallback */ }
      .offseason-landing__row--strands__nav__image {
        transition: all 0.5s;
        opacity: 0;
        transform: translateY(100px);
        z-index: 1; }
        .offseason-landing__row--strands__nav__image.open {
          opacity: 1;
          transform: translateY(0); }
        @media (max-width: 599px) {
          .offseason-landing__row--strands__nav__image {
            display: none; } }
      @media (min-width: 600px) {
        .offseason-landing__row--strands__nav {
          display: grid;
          grid-gap: 0;
          width: 100%;
          grid-template-columns: repeat(12, 1fr);
          grid-template-rows: repeat(8, 1fr); }
          .offseason-landing__row--strands__nav__image1 {
            grid-column-start: 7;
            -ms-grid-column-span: 5;
            /* autoprefixer: off */
            grid-column-end: 12;
            grid-row-start: 1;
            /* autoprefixer: off */
            grid-row-end: 6; }
          .offseason-landing__row--strands__nav__image2 {
            grid-column-start: 6;
            -ms-grid-column-span: 4;
            /* autoprefixer: off */
            grid-column-end: 10;
            grid-row-start: 3;
            /* autoprefixer: off */
            grid-row-end: 7; }
          .offseason-landing__row--strands__nav__image3 {
            grid-column-start: 9;
            -ms-grid-column-span: 4;
            /* autoprefixer: off */
            grid-column-end: 13;
            grid-row-start: 4;
            /* autoprefixer: off */
            grid-row-end: 8; }
          .offseason-landing__row--strands__nav__links {
            grid-column-start: 1;
            -ms-grid-column-span: 12;
            /* autoprefixer: off */
            grid-column-end: 13;
            grid-row-start: 1;
            /* autoprefixer: off */
            grid-row-end: 8;
            z-index: 2; } }
  .offseason-landing__row + .offseason-landing__row {
    margin-top: 40px; }