/* Past seasons page */
/** =================== MONTSERRAT =================== **/
/** Montserrat Regular **/
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/Montserrat-Regular.ttf") format("truetype");
  font-display: block;
}

/** Montserrat Regular-Italic **/
/** Montserrat Medium **/
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  src: url("/static/fonts/Montserrat-Medium.ttf") format("truetype");
  font-display: block;
}

/** Montserrat Bold **/
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  src: url("/static/fonts/Montserrat-Bold.ttf") format("truetype");
  font-display: block;
}

/** =================== Abril Fatface-Regular =================== **/
@font-face {
  font-family: "Abril Fatface";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/AbrilFatface-Regular.ttf") format("truetype");
  font-display: block;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

html,
body {
  height: 100%;
}

html {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #1D1D1B;
}

html:not(.noscroll) {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html:not(.noscroll) {
    scroll-behavior: auto;
  }
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

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

.container,
.content {
  position: relative;
  width: 100%;
  min-width: 300px;
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  padding: 0 80px;
}

@media (max-width: 1279px) {
  .container {
    padding: 0 65px;
  }
}

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

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

@media (max-width: 640px) {
  .container {
    padding: 0 25px;
  }
}

@media (max-width: 320px) {
  .container {
    padding: 0 15px;
  }
}

.content {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.simple-header-content {
  padding-top: 75px;
}

@media (max-width: 1024px) {
  .simple-header-content {
    padding-top: 65px;
  }
}

.color-red {
  color: red !important;
}

#header-simple {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

#header-simple .header-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 75px;
  background-color: #1D1D1B;
}

#header-simple .header-container .logo-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  padding-top: 5px;
}

#header-simple .header-container .logo-wrap .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

#header-simple .header-container .logo-wrap .logo .logo-icon {
  width: 30px;
  height: 35px;
  margin-right: 10px;
}

#header-simple .header-container .logo-wrap .logo .logo-text {
  width: 115.5px;
  height: 27px;
  border-bottom: 2px solid #ED1C24;
  margin-bottom: 5px;
}

#header-simple .header-container .nav-wrap {
  color: white;
  font-size: 18px;
  line-height: 29px;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

#header-simple .header-container .nav-wrap .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 40px;
  border-bottom: 2px solid red;
  margin-bottom: 10px;
}

#header-simple .header-container .nav-wrap .nav .home-link,
#header-simple .header-container .nav-wrap .nav .programs,
#header-simple .header-container .nav-wrap .nav .past-seasons-link {
  cursor: pointer;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  height: calc(100% - 2px);
  border-bottom: 2px solid transparent;
}

#header-simple .header-container .nav-wrap .nav .home-link:hover,
#header-simple .header-container .nav-wrap .nav .programs:hover,
#header-simple .header-container .nav-wrap .nav .past-seasons-link:hover {
  color: red;
  border-bottom: 2px solid white;
}

#header-simple .header-container .nav-wrap .nav .home-link {
  padding-right: 20px;
}

#header-simple .header-container .nav-wrap .nav .programs {
  position: relative;
  padding: 0 20px;
}

#header-simple .header-container .nav-wrap .nav .programs:hover > .dropdown {
  display: block;
}

#header-simple .header-container .nav-wrap .nav .programs .dropdown {
  display: none;
  cursor: default;
  position: absolute;
  top: calc(100% + 2px);
  font-size: 18px;
  line-height: 25px;
  width: 370px;
  background-color: #1D1D1B;
  padding: 30px 20px;
}

#header-simple .header-container .nav-wrap .nav .programs .dropdown div {
  cursor: pointer;
  color: white;
}

#header-simple .header-container .nav-wrap .nav .programs .dropdown div a:hover {
  opacity: 0.6;
}

#header-simple .header-container .nav-wrap .nav .programs .dropdown div:not(:last-child) {
  margin-bottom: 30px;
}

#header-simple .header-container .nav-wrap .nav .past-seasons-link {
  padding-left: 20px;
}

#header-simple .header-container .burger-wrap {
  display: none;
  position: relative;
}

#header-simple .header-container .burger-wrap.show-menu .burger-button {
  display: none;
}

#header-simple .header-container .burger-wrap.show-menu #burger-menu {
  display: block;
}

#header-simple .header-container .burger-wrap.show-menu .close {
  display: -ms-flexbox;
  display: flex;
}

#header-simple .header-container .burger-wrap .burger-button,
#header-simple .header-container .burger-wrap .close {
  cursor: pointer;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 30px;
  padding: 10px;
  padding-right: 0;
  box-sizing: content-box;
  position: relative;
}

#header-simple .header-container .burger-wrap .burger-button div.line {
  pointer-events: none;
  background-color: white;
  width: 100%;
  height: 3px;
}

#header-simple .header-container .burger-wrap .burger-button div.line:not(:last-child) {
  margin-bottom: 6px;
}

#header-simple .header-container .burger-wrap .close {
  display: none;
  width: 30px;
  height: 50px;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

#header-simple .header-container .burger-wrap .close:before {
  content: url(/static/img/icons/close-white-large.svg);
  color: white;
}

#header-simple .header-container .burger-wrap #burger-menu {
  display: none;
  cursor: default;
  position: fixed;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #1D1D1B;
  color: white;
  font-size: 14px;
  z-index: -1;
}

#header-simple .header-container .burger-wrap #burger-menu:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 200px;
  background-color: #1D1D1B;
}

#header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap {
  height: calc(100% - 145px);
  overflow: auto;
  margin-top: 75px;
  margin-left: 30px;
  padding-top: 30px;
  padding-bottom: 45px;
}

#header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap .item, #header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap details {
  text-transform: uppercase;
}

#header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap .item:not(:last-child), #header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap details:not(:last-child) {
  margin-bottom: 2em;
}

#header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap details summary {
  margin-bottom: 2em;
  position: relative;
  display: block;
}

#header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap details summary::-webkit-details-marker {
  display: none;
}

#header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap details summary:before {
  top: 0;
  right: 35px;
  position: absolute;
  content: url(/static/img/arrows/drop-arrow-white.svg);
}

#header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap details .item, #header-simple .header-container .burger-wrap #burger-menu .burger-menu-wrap details details {
  padding-left: 10px;
}

@media (max-width: 1279px) {
  #header-simple .header-container .nav-wrap {
    font-size: 18px;
    line-height: 22px;
  }
  #header-simple .header-container .nav-wrap .nav .home-link {
    padding-left: 10px;
  }
  #header-simple .header-container .nav-wrap .nav .programs .dropdown {
    width: 288px;
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  #header-simple .header-container {
    height: 65px;
  }
  #header-simple .header-container .logo-wrap .logo .logo-icon {
    width: 35px;
    height: 40px;
    margin-right: 8px;
  }
  #header-simple .header-container .logo-wrap .logo .logo-text {
    width: 137px;
    height: 22px;
  }
  #header-simple .header-container .nav-wrap {
    font-size: 16px;
    line-height: 20px;
  }
  #header-simple .header-container .nav-wrap .nav {
    height: 32px;
  }
  #header-simple .header-container .nav-wrap .nav .programs .dropdown {
    width: 260px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  #header-simple .header-container .nav-wrap {
    font-size: 14px;
    line-height: 17px;
  }
  #header-simple .header-container .nav-wrap .nav {
    height: 28px;
    margin-top: 4px;
  }
  #header-simple .header-container .nav-wrap .nav .programs .dropdown {
    width: 233px;
    font-size: 12px;
  }
  #header-simple .header-container .nav-wrap .nav .programs .dropdown div:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  #header-simple .header-container .nav-wrap .nav .home-link {
    padding-right: 15px;
    padding-left: 0;
  }
  #header-simple .header-container .nav-wrap .nav .programs {
    padding: 0 15px;
  }
  #header-simple .header-container .nav-wrap .nav .programs .dropdown {
    padding: 20px 15px;
    width: 223px;
  }
  #header-simple .header-container .nav-wrap .nav .programs .dropdown div:not(:last-child) {
    margin-bottom: 10px;
  }
  #header-simple .header-container .nav-wrap .nav .past-seasons-link {
    padding-left: 15px;
  }
}

@media (max-width: 580px) {
  #header-simple .header-container .nav-wrap {
    display: none;
  }
  #header-simple .header-container .burger-wrap {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 320px) {
  #header-simple .header-container .logo-wrap .logo .logo-icon {
    width: 28px;
    height: 32px;
    margin-right: 6px;
  }
  #header-simple .header-container .logo-wrap .logo .logo-text {
    border-bottom: 1px solid #ED1C24;
    width: 110px;
    height: 20px;
    margin-bottom: 8px;
  }
}

.footer-container {
  -ms-flex-positive: 0;
      flex-grow: 0;
  margin-top: 80px;
}

.footer-container .contacts-wrapper {
  height: 240px;
  background-color: #1D1D1B;
}

.footer-container .contacts-wrapper .contacts {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}

.footer-container .contacts-wrapper .contacts .contact-us {
  font-family: Abril Fatface;
  white-space: nowrap;
  position: absolute;
  height: 35px;
  left: 0;
  bottom: -30px;
  font-size: 46px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  color: red;
}

.footer-container .contacts-wrapper .contacts .contact-us span {
  color: #1D1D1B;
}

.footer-container .contact-info {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.footer-container .contact-info .logo {
  display: -ms-flexbox;
  display: flex;
}

.footer-container .contact-info .logo .logo-icon {
  width: 43px;
  height: 50px;
  margin-right: 10px;
}

.footer-container .contact-info .logo .logo-text {
  width: 170px;
  height: 27px;
  border-bottom: 2px solid #ED1C24;
  margin-top: 7px;
}

.footer-container .contact-info .addr {
  font-size: 18px;
  margin-top: 25px;
  color: white;
  line-height: 150%;
}

.footer-container .contact-info .addr div {
  text-align: center;
}

.footer-container .socials {
  height: 90px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}

.footer-container .socials span {
  white-space: nowrap;
  font-weight: 500;
  font-size: 18px;
  margin-right: 60px;
}

.footer-container .socials .icon {
  height: 27px;
}

.footer-container .socials .icon:not(:last-child) {
  margin-right: 60px;
}

.footer-container .socials .icon svg {
  fill: #1D1D1B;
}

.footer-container .socials .icon svg:hover {
  fill: red;
}

.footer-container .socials .icon .twitter-ico,
.footer-container .socials .icon .instagram-ico,
.footer-container .socials .icon .fb-ico {
  width: 27px;
}

.footer-container .socials .icon .youtube-ico {
  width: 33px;
}

@media (max-width: 1279px) {
  .footer-container .contacts-wrapper {
    height: 190px;
  }
  .footer-container .contacts-wrapper .contacts .contact-us {
    font-size: 36px;
  }
  .footer-container .contact-info .addr {
    margin-top: 15px;
    font-size: 16px;
  }
  .footer-container .contact-info .logo .logo-icon {
    width: 38px;
    height: 44px;
    margin-right: 8px;
  }
  .footer-container .contact-info .logo .logo-text {
    width: 150px;
    height: 23px;
  }
  .footer-container .socials span {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .footer-container .socials span {
    margin-right: 30px;
  }
  .footer-container .socials .icon:not(:last-child) {
    margin-right: 40px;
  }
}

@media (max-width: 768px) {
  .footer-container .contact-info .addr {
    font-size: 14px;
  }
  .footer-container .socials span {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .footer-container .socials {
    height: 65px;
  }
  .footer-container .socials span {
    margin-right: 6%;
  }
  .footer-container .socials .icon:not(:last-child) {
    margin-right: 7%;
  }
}

@media (max-width: 320px) {
  .footer-container .socials span {
    margin-right: 6%;
  }
  .footer-container .socials .icon:not(:last-child) {
    margin-right: 9%;
  }
}

#past-seasons h1 {
  font-family: Abril Fatface;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 65px;
  text-align: center;
  text-transform: uppercase;
  color: #1D1D1B;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0 !important;
}

@media (max-width: 1279px) {
  #past-seasons h1 {
    font-size: 36px;
    line-height: 49px;
  }
}

@media (max-width: 1024px) {
  #past-seasons h1 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 768px) {
  #past-seasons h1 {
    margin-bottom: 1em;
  }
}

@media (max-width: 640px) {
  #past-seasons h1 {
    font-size: 22px;
    line-height: 30px;
  }
}

#past-seasons .season,
#past-seasons .season-negative {
  width: 100%;
}

#past-seasons .season .wrap,
#past-seasons .season-negative .wrap {
  margin: 0 auto;
  max-width: 1360px;
  padding-bottom: 2em;
}

#past-seasons .season .wrap h2,
#past-seasons .season-negative .wrap h2 {
  white-space: nowrap;
  font-family: Abril Fatface;
  font-style: normal;
  font-weight: normal;
  font-size: 100.364px;
  line-height: 140%;
  text-align: center;
  padding-top: 0.4em;
}

#past-seasons .season .wrap .events,
#past-seasons .season-negative .wrap .events {
  width: 100%;
  position: relative;
  padding: 30px 0;
}

#past-seasons .season .wrap .events .event,
#past-seasons .season-negative .wrap .events .event {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#past-seasons .season .wrap .events .event .info,
#past-seasons .season-negative .wrap .events .event .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  width: 50%;
  padding-bottom: 30px;
  -ms-flex: 1;
      flex: 1;
}

#past-seasons .season .wrap .events .event .info .info-wrap,
#past-seasons .season-negative .wrap .events .event .info .info-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 415px;
}

#past-seasons .season .wrap .events .event .info .info-wrap .title,
#past-seasons .season-negative .wrap .events .event .info .info-wrap .title {
  font-family: Abril Fatface;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 49px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.7em;
}

#past-seasons .season .wrap .events .event .info .info-wrap .subtitle,
#past-seasons .season-negative .wrap .events .event .info .info-wrap .subtitle {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 1em;
}

#past-seasons .season .wrap .events .event .info .info-wrap .levels .level-wrapper,
#past-seasons .season-negative .wrap .events .event .info .info-wrap .levels .level-wrapper {
  padding-bottom: 19px;
  padding-top: 19px;
  border-bottom: 2px solid #C4C4C4;
}

#past-seasons .season .wrap .events .event .info .info-wrap .levels .level-wrapper .level,
#past-seasons .season-negative .wrap .events .event .info .info-wrap .levels .level-wrapper .level {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #333333;
}

#past-seasons .season .wrap .events .event .info .info-wrap .levels .level-wrapper .venue,
#past-seasons .season-negative .wrap .events .event .info .info-wrap .levels .level-wrapper .venue {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #1D1D1B;
  margin-top: 13px;
}

#past-seasons .season .wrap .events .event .info .info-wrap .levels .level-wrapper .date,
#past-seasons .season-negative .wrap .events .event .info .info-wrap .levels .level-wrapper .date {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 180%;
  text-align: justify;
  letter-spacing: 0.05em;
  color: #1D1D1B;
  margin-top: 13px;
}

#past-seasons .season .wrap .events .event .photo,
#past-seasons .season-negative .wrap .events .event .photo {
  display: -ms-flexbox;
  display: flex;
  width: 680px;
  min-width: 470px;
  -ms-flex: 1;
      flex: 1;
}

#past-seasons .season .wrap .events .event .photo .image,
#past-seasons .season-negative .wrap .events .event .photo .image {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}

#past-seasons .season .wrap .events .event .photo .image img,
#past-seasons .season-negative .wrap .events .event .photo .image img {
  padding-bottom: 30px;
  width: 100%;
}

#past-seasons .season {
  color: #333333;
}

#past-seasons .season .wrap .events .event .info {
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-right: 25px;
}

#past-seasons .season .wrap .events .event .photo {
  padding-left: 25px;
  border-left: 2px solid red;
}

#past-seasons .season-negative {
  color: white;
  background-color: #1D1D1B;
}

#past-seasons .season-negative .wrap .events .event {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

#past-seasons .season-negative .wrap .events .event .info {
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-left: 25px;
}

#past-seasons .season-negative .wrap .events .event .info .info-wrap {
  margin-left: 47px;
}

#past-seasons .season-negative .wrap .events .event .info .info-wrap .levels .level-wrapper * {
  color: white !important;
}

#past-seasons .season-negative .wrap .events .event .photo {
  padding-right: 25px;
  border-right: 2px solid red;
}

@media (max-width: 1279px) {
  #past-seasons .season .wrap h2,
  #past-seasons .season-negative .wrap h2 {
    font-size: 90px;
  }
  #past-seasons .season .wrap .events .event .info .info-wrap .title,
  #past-seasons .season-negative .wrap .events .event .info .info-wrap .title {
    font-size: 26px;
    line-height: 35px;
  }
  #past-seasons .season .wrap .events .event .info .info-wrap .subtitle,
  #past-seasons .season-negative .wrap .events .event .info .info-wrap .subtitle {
    font-size: 16px;
    line-height: 20px;
  }
  #past-seasons .season-negative .wrap .events .event .info .info-wrap {
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  #past-seasons .season .wrap h2,
  #past-seasons .season-negative .wrap h2 {
    font-size: 80px;
  }
  #past-seasons .season .wrap .events .event .info,
  #past-seasons .season-negative .wrap .events .event .info {
    -ms-flex: 6;
        flex: 6;
  }
  #past-seasons .season .wrap .events .event .info .info-wrap,
  #past-seasons .season-negative .wrap .events .event .info .info-wrap {
    width: 100%;
  }
  #past-seasons .season .wrap .events .event .info .info-wrap .title,
  #past-seasons .season-negative .wrap .events .event .info .info-wrap .title {
    font-size: 22px;
    line-height: 30px;
  }
  #past-seasons .season .wrap .events .event .photo,
  #past-seasons .season-negative .wrap .events .event .photo {
    -ms-flex: 9;
        flex: 9;
    min-width: 420px;
  }
}

@media (max-width: 768px) {
  #past-seasons .season .wrap,
  #past-seasons .season-negative .wrap {
    padding-bottom: 0;
  }
  #past-seasons .season .wrap h2,
  #past-seasons .season-negative .wrap h2 {
    font-size: 70px;
  }
  #past-seasons .season .wrap .events,
  #past-seasons .season-negative .wrap .events {
    padding-bottom: 0;
  }
  #past-seasons .season .wrap .events .event,
  #past-seasons .season-negative .wrap .events .event {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    max-width: 500px;
    margin: 0 auto;
  }
  #past-seasons .season .wrap .events .event:first-child .photo,
  #past-seasons .season-negative .wrap .events .event:first-child .photo {
    padding-top: 0;
  }
  #past-seasons .season .wrap .events .event .info,
  #past-seasons .season-negative .wrap .events .event .info {
    padding: 0 0 2em;
    border: none;
    width: 100%;
  }
  #past-seasons .season .wrap .events .event .info .info-wrap .title,
  #past-seasons .season-negative .wrap .events .event .info .info-wrap .title {
    margin: 0 auto 0.7em;
    font-size: 18px;
    line-height: 24px;
  }
  #past-seasons .season .wrap .events .event .info .info-wrap .subtitle,
  #past-seasons .season-negative .wrap .events .event .info .info-wrap .subtitle {
    margin: 0 auto 3em;
    font-size: 14px;
    line-height: 17px;
  }
  #past-seasons .season .wrap .events .event .info .info-wrap .links,
  #past-seasons .season-negative .wrap .events .event .info .info-wrap .links {
    margin: 0 auto 12px;
  }
  #past-seasons .season .wrap .events .event .photo,
  #past-seasons .season-negative .wrap .events .event .photo {
    border: none;
    width: 100%;
    min-width: unset;
    padding: 0;
  }
}

@media (max-width: 640px) {
  #past-seasons .season .wrap h2,
  #past-seasons .season-negative .wrap h2 {
    font-size: 60px;
  }
  #past-seasons .season .wrap .events .event .info .info-wrap .links .link,
  #past-seasons .season-negative .wrap .events .event .info .info-wrap .links .link {
    width: 170px;
  }
}

@media (max-width: 480px) {
  #past-seasons .season .wrap h2,
  #past-seasons .season-negative .wrap h2 {
    font-size: 50px;
  }
}

@media (max-width: 320px) {
  #past-seasons .season .wrap h2,
  #past-seasons .season-negative .wrap h2 {
    font-size: 40px;
  }
}

/*# sourceMappingURL=past-seasons.css.map */
