/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box; }

body {
  background-color: #1c1a1a;
  color: #ffffff; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit; }

/**
 * Basic styles for links
 */
a {
  color: #ffffff;
  text-decoration: none;
  transition: all .1s ease-in-out; }
  a:hover, a:active, a:focus {
    color: #a92425;
    text-decoration: none; }

/**
 * Basic typography styles for common elements
 */
body {
  color: #ffffff;
  font: normal 125%/1.4 "Montserrat", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  line-height: 100%; }

.navbar-top {
  color: #ffffff;
  font-size: 0.9em; }
  .navbar-top li > a {
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase; }
  @media only screen and (max-height: 770px) {
    .navbar-top {
      font-size: 0.6em; } }

footer .copyright {
  font-size: 0.7em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase; }
footer .block-title {
  text-transform: uppercase;
  font-weight: 500; }
footer .cta {
  font-weight: 500;
  text-transform: uppercase; }
  footer .cta:hover {
    color: #ffffff; }
footer .social-icons {
  font-size: 1.6em; }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.navbar-top {
  background-color: #333232;
  padding: 1rem 2rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1500; }
  .navbar-top li > a {
    border: 4px solid transparent;
    padding: 1rem 1.5rem !important;
    transition: all .1s ease-in-out; }
    .navbar-top li > a:hover, .navbar-top li > a:active, .navbar-top li > a:focus {
      border-color: #ffffff; }
  .navbar-top li.active > a {
    border-color: #ffffff; }
  .navbar-top li + li > a {
    margin-left: .5rem; }
  .navbar-top li.cta > a {
    background-color: #7f2021; }
    .navbar-top li.cta > a:hover, .navbar-top li.cta > a:active, .navbar-top li.cta > a:focus {
      background-color: #a92425;
      border-color: #a92425; }
  .navbar-top .navbar-icons {
    margin-left: 10rem; }
    .navbar-top .navbar-icons li > a {
      padding: 1rem 0 !important;
      border-width: 0; }
      .navbar-top .navbar-icons li > a:hover, .navbar-top .navbar-icons li > a:active, .navbar-top .navbar-icons li > a:focus {
        color: #a92425; }
    .navbar-top .navbar-icons li + li > a {
      margin-left: 1rem; }
    @media only screen and (max-width: 1010px) {
      .navbar-top .navbar-icons {
        margin-left: 5rem; } }
  @media only screen and (max-width: 1250px) {
    .navbar-top .navbar-brand {
      display: none; } }
  @media only screen and (max-width: 991px) {
    .navbar-top {
      display: none; } }
  @media only screen and (max-height: 770px) {
    .navbar-top {
      padding: 0.5rem 1rem; }
      .navbar-top .navbar-brand img {
        height: 2rem; }
      .navbar-top li > a {
        padding: 0.5rem 1rem !important; } }

footer .footer-content {
  padding: 2rem; }
footer .copyright {
  background-color: #2e2e2e;
  padding: 2rem; }
footer .block-title {
  margin-bottom: 2rem; }
footer .cta {
  background-color: #7f2021;
  display: inline-block;
  padding: 1rem 1.5rem;
  transition: all .1s ease-in-out; }
  footer .cta:hover {
    background-color: #a92425; }
footer .social-icons {
  display: flex;
  flex-flow: row;
  list-style: none;
  padding: 0;
  margin: 0; }
  footer .social-icons > li {
    padding: 0;
    margin: 0; }
    footer .social-icons > li + li {
      margin-left: 2rem; }
  @media (max-width: 1199px) {
    footer .social-icons {
      justify-content: center; } }
@media (max-width: 1199px) {
  footer {
    padding: 4rem 2rem; }
    footer hr {
      margin: 4rem auto; } }

.btn-top {
  display: none;
  position: fixed;
  right: 0.75rem;
  bottom: 0.75rem;
  border: 0;
  cursor: pointer;
  z-index: 2500;
  background-image: url("/assets/img/btn-top.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 55px;
  height: 55px;
  padding: 2.5rem;
  background-color: rgba(28, 26, 26, 0.4); }
  .btn-top:focus {
    outline: 0; }
  @media only screen and (max-width: 812px) {
    .btn-top {
      width: 25px;
      height: 25px;
      background-size: 80%;
      padding: 1.5rem; } }
  @media only screen and (max-height: 600px) and (orientation: landscape) {
    .btn-top {
      display: none !important; } }
  @media only screen and (max-width: 812px) {
    .btn-top {
      display: none !important; } }

hr {
  height: 1px;
  width: 60%;
  margin: 1rem auto 0;
  background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(35, 90, 155, 0) 1%, white 50%, rgba(125, 185, 232, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(35, 90, 155, 0) 1%, white 50%, rgba(125, 185, 232, 0) 100%);
  background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(35, 90, 155, 0) 1%, white 50%, rgba(125, 185, 232, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=1 ); }

.page-home section {
  min-height: 100vh;
  overflow: hidden;
  position: relative; }

.page-home .section-banner .highlights-container {
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative; }
.page-home .section-banner .container-inner {
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  height: 100%;
  width: 150vw;
  position: absolute;
  left: -25vw;
  display: flex; }
.page-home .section-banner .highlight {
  transition: all 1s cubic-bezier(1, 0, 0.25, 1);
  -webkit-flex: 0.3;
  -ms-flex: 0.3;
  flex: 0.3;
  overflow: hidden;
  position: relative; }
  .page-home .section-banner .highlight:hover .slide-inner {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%); }
    @media only screen and (max-width: 1250px) {
      .page-home .section-banner .highlight:hover .slide-inner {
        transition: none; } }
  @media only screen and (min-width: 1251px) {
    .page-home .section-banner .highlight:hover {
      flex: 1; } }
  .page-home .section-banner .highlight.filler-accent {
    background-color: #7f2021; }
  .page-home .section-banner .highlight.filler-black {
    background-color: #000000; }
  .page-home .section-banner .highlight.filler-white {
    background-color: #ffffff; }
  .page-home .section-banner .highlight.highlight-accent {
    -webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(1000%) contrast(2);
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(1000%) contrast(0.8); }
  .page-home .section-banner .highlight .slide-inner {
    transition: all 1s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background-size: cover;
    background-position: center;
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    height: 100%;
    width: 150vw;
    position: absolute;
    left: -25vw; }
  @media only screen and (max-width: 1250px) {
    .page-home .section-banner .highlight:nth-child(3) .slide-inner {
      -webkit-filter: grayscale(50%);
      filter: grayscale(50%); } }
.page-home .section-banner .logo-container {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
  z-index: 2000; }
  @media only screen and (max-width: 1440px) {
    .page-home .section-banner .logo-container {
      bottom: 3.8rem; }
      .page-home .section-banner .logo-container img {
        width: 25rem; } }
  @media only screen and (max-width: 1250px) {
    .page-home .section-banner .logo-container {
      top: 9rem;
      bottom: auto; } }
  @media only screen and (max-width: 991px) {
    .page-home .section-banner .logo-container {
      top: 3rem; } }
  @media only screen and (max-width: 730px) {
    .page-home .section-banner .logo-container {
      left: 1rem;
      top: 1rem; }
      .page-home .section-banner .logo-container img {
        width: 40vw; } }
  @media only screen and (max-height: 550px) {
    .page-home .section-banner .logo-container {
      left: 1rem;
      top: 1rem; }
      .page-home .section-banner .logo-container img {
        width: 40vw; } }
  @media only screen and (max-height: 450px) {
    .page-home .section-banner .logo-container img {
      width: auto;
      height: 30vh; } }
.page-home .section-banner .sponsors-container {
  position: absolute;
  left: 0;
  bottom: 4rem;
  height: 10rem;
  width: 100%;
  background-color: #1c1a1a;
  z-index: 500;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 1rem 30rem 1rem 35rem; }
  .page-home .section-banner .sponsors-container > * {
    display: flex;
    flex-flow: row;
    align-items: center; }
    .page-home .section-banner .sponsors-container > *:last-child {
      justify-content: flex-end; }
    .page-home .section-banner .sponsors-container > * img {
      margin: 1rem;
      max-height: 3.5rem;
      max-width: 10rem; }
  @media only screen and (max-width: 1520px) {
    .page-home .section-banner .sponsors-container {
      padding-right: 25rem; } }
  @media only screen and (max-width: 1440px) {
    .page-home .section-banner .sponsors-container {
      padding-left: 30rem; } }
  @media only screen and (max-width: 1250px) {
    .page-home .section-banner .sponsors-container {
      padding-left: 1rem;
      padding-right: 16rem;
      flex-flow: row;
      flex-wrap: wrap;
      align-items: center;
      height: auto;
      background-color: rgba(28, 26, 26, 0.7); }
      .page-home .section-banner .sponsors-container > * {
        flex-wrap: wrap;
        justify-content: center; }
        .page-home .section-banner .sponsors-container > *:last-child {
          justify-content: center; } }
  @media only screen and (max-width: 520px) {
    .page-home .section-banner .sponsors-container {
      padding-right: 11rem;
      bottom: 0; }
      .page-home .section-banner .sponsors-container img {
        max-height: 3rem;
        max-width: 8rem; } }
  @media only screen and (max-height: 850px) and (orientation: landscape) {
    .page-home .section-banner .sponsors-container {
      padding-right: 25rem; } }
  @media only screen and (max-height: 550px) {
    .page-home .section-banner .sponsors-container {
      bottom: 0;
      padding-right: 16rem; } }
  @media only screen and (max-height: 450px) {
    .page-home .section-banner .sponsors-container {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
      .page-home .section-banner .sponsors-container img {
        max-height: 3rem;
        max-width: 8rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem; } }
  @media only screen and (max-height: 360px) and (max-width: 640px) {
    .page-home .section-banner .sponsors-container img {
      max-width: 6rem;
      max-height: 2rem; } }
.page-home .section-banner .countdown-container {
  -ms-transform: skewX(-8deg);
  -webkit-transform: skewX(-8deg);
  transform: skewX(-8deg);
  transform-origin: bottom left;
  background-color: rgba(46, 46, 46, 0.95);
  position: absolute;
  top: 0;
  right: 10rem;
  height: 100%;
  width: 20rem;
  z-index: 1000;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding-top: 7rem;
  font-weight: 600;
  text-transform: uppercase;
  overflow: hidden; }
  .page-home .section-banner .countdown-container > * {
    -ms-transform: skewX(8deg);
    -webkit-transform: skewX(8deg);
    transform: skewX(8deg);
    text-align: center;
    width: 100%; }
    .page-home .section-banner .countdown-container > * + * {
      margin-top: 3rem; }
  .page-home .section-banner .countdown-container .countdown-title {
    font-size: 1.8em;
    line-height: 100%; }
  .page-home .section-banner .countdown-container .countdown-footer {
    font-size: 0.9em; }
  .page-home .section-banner .countdown-container .cta {
    background-color: #7f2021;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    margin: 1rem 0 0 -25%;
    display: block;
    width: 150%; }
    .page-home .section-banner .countdown-container .cta:hover, .page-home .section-banner .countdown-container .cta:active, .page-home .section-banner .countdown-container .cta:focus {
      background-color: #a92425;
      color: #ffffff; }
    .page-home .section-banner .countdown-container .cta.mobile-only {
      display: none; }
      @media only screen and (max-width: 991px) {
        .page-home .section-banner .countdown-container .cta.mobile-only {
          display: block; } }
  .page-home .section-banner .countdown-container .social-icons {
    display: none;
    flex-flow: row;
    font-size: 1.4em;
    list-style: none;
    padding: 0;
    margin: 1rem 0 0 0;
    justify-content: center; }
    .page-home .section-banner .countdown-container .social-icons > li {
      padding: 0;
      margin: 0; }
      .page-home .section-banner .countdown-container .social-icons > li + li {
        margin-left: 1rem; }
    @media only screen and (max-width: 991px) {
      .page-home .section-banner .countdown-container .social-icons {
        display: flex; } }
  .page-home .section-banner .countdown-container .timer-value {
    font-size: 3em;
    line-height: 100%; }
  .page-home .section-banner .countdown-container .timer-title {
    font-size: 1em; }
  @media only screen and (max-width: 1520px) {
    .page-home .section-banner .countdown-container {
      width: 15rem; }
      .page-home .section-banner .countdown-container .countdown-title {
        font-size: 1.2em; }
      .page-home .section-banner .countdown-container .countdown-footer {
        font-size: 0.7em; } }
  @media only screen and (max-width: 1250px) {
    .page-home .section-banner .countdown-container {
      -ms-transform: skewX(0);
      -webkit-transform: skewX(0);
      transform: skewX(0);
      right: 0 !important; }
      .page-home .section-banner .countdown-container > * {
        -ms-transform: skewX(0);
        -webkit-transform: skewX(0);
        transform: skewX(0); } }
  @media only screen and (max-width: 991px) {
    .page-home .section-banner .countdown-container {
      padding-top: 0 !important; } }
  @media only screen and (max-width: 520px) {
    .page-home .section-banner .countdown-container {
      width: 10rem;
      font-size: 0.9em; }
      .page-home .section-banner .countdown-container .timer-value {
        font-size: 2em; }
      .page-home .section-banner .countdown-container > * + * {
        margin-top: 2rem; } }
  @media only screen and (max-height: 930px) and (orientation: landscape) {
    .page-home .section-banner .countdown-container > * + * {
      margin-top: 2rem; } }
  @media only screen and (max-height: 850px) and (orientation: landscape) {
    .page-home .section-banner .countdown-container {
      right: 6rem; }
      .page-home .section-banner .countdown-container .timer-value {
        font-size: 2.5em; }
      .page-home .section-banner .countdown-container hr {
        margin-top: 0.5rem; } }
  @media only screen and (max-height: 770px) and (orientation: landscape) {
    .page-home .section-banner .countdown-container {
      font-size: 0.9em;
      padding-top: 4rem; } }
  @media only screen and (max-height: 720px) {
    .page-home .section-banner .countdown-container {
      font-size: 0.8em; }
      .page-home .section-banner .countdown-container > * + * {
        margin-top: 1rem; }
      .page-home .section-banner .countdown-container .cta {
        margin-top: 0.5rem; }
      .page-home .section-banner .countdown-container .social-icons {
        margin-top: 0.5rem; } }
  @media only screen and (max-height: 550px) {
    .page-home .section-banner .countdown-container .timer-value {
      font-size: 1.5em; }
    .page-home .section-banner .countdown-container .timer-title {
      font-size: 0.6em; } }
  @media only screen and (max-height: 450px) {
    .page-home .section-banner .countdown-container .countdown-title {
      display: flex;
      flex-flow: row;
      align-items: center;
      justify-content: center; }
      .page-home .section-banner .countdown-container .countdown-title > * + * {
        margin-left: 1rem; }
    .page-home .section-banner .countdown-container .timer-block hr {
      display: none; } }
  @media only screen and (max-height: 400px) {
    .page-home .section-banner .countdown-container .seconds {
      display: none; } }
  @media only screen and (max-height: 340px) {
    .page-home .section-banner .countdown-container .minutes {
      display: none; } }

.page-home .section-teams {
  background-image: url("/assets/img/bg-pattern.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-flow: column; }
  .page-home .section-teams .event-selector-container {
    background-color: #333232;
    height: 5rem;
    margin-top: 4rem;
    display: flex;
    flex-flow: row;
    align-items: center;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 600;
    padding: 0 4rem; }
    .page-home .section-teams .event-selector-container > * {
      cursor: pointer;
      transition: all 0.1s ease-in-out;
      padding: 0.5rem 1rem;
      border: 4px solid transparent; }
      .page-home .section-teams .event-selector-container > *.active, .page-home .section-teams .event-selector-container > *:hover {
        border-color: #ffffff; }
      .page-home .section-teams .event-selector-container > * + * {
        margin-left: .5rem; }
    .page-home .section-teams .event-selector-container .mobile-only {
      display: none; }
    @media only screen and (max-width: 1250px) {
      .page-home .section-teams .event-selector-container {
        margin-top: 0;
        font-size: 0.8em;
        height: 3.5rem; }
        .page-home .section-teams .event-selector-container > * {
          padding: 0.2rem 0.5rem; }
        .page-home .section-teams .event-selector-container .mobile-only {
          display: block; }
        .page-home .section-teams .event-selector-container .desktop-only {
          display: none; } }
    @media only screen and (max-width: 823px) {
      .page-home .section-teams .event-selector-container {
        padding: 0 1rem;
        justify-content: center;
        font-size: 0.6em;
        height: 2.5rem; }
        .page-home .section-teams .event-selector-container > * {
          border-width: 2px; } }
  .page-home .section-teams .team-logos-container {
    transition: background 0.4s ease-in-out;
    padding: 0 2rem;
    background-color: rgba(46, 46, 46, 0.95);
    position: absolute;
    top: 0;
    right: 10rem;
    height: 100%;
    width: 20rem;
    font-size: 2em;
    z-index: 1000;
    display: flex;
    flex-flow: column;
    justify-content: center;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center; }
    .page-home .section-teams .team-logos-container.full-width {
      background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, #1c1a1a 30%, #1c1a1a 70%, rgba(125, 185, 232, 0) 100%);
      background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, #1c1a1a 30%, #1c1a1a 70%, rgba(125, 185, 232, 0) 100%);
      background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, #1c1a1a 30%, #1c1a1a 70%, rgba(125, 185, 232, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=0 );
      width: 100%;
      height: auto;
      margin-top: 4rem;
      padding: 1rem 10rem;
      position: relative;
      align-items: center;
      z-index: 500;
      right: 0; }
      .page-home .section-teams .team-logos-container.full-width img {
        margin: 1rem; }
      @media only screen and (max-width: 1520px) {
        .page-home .section-teams .team-logos-container.full-width {
          padding: 1rem 2rem; }
          .page-home .section-teams .team-logos-container.full-width img {
            width: 6rem; } }
      @media only screen and (max-width: 1050px) {
        .page-home .section-teams .team-logos-container.full-width img {
          margin: 1rem; } }
      @media only screen and (max-width: 823px) {
        .page-home .section-teams .team-logos-container.full-width {
          flex-wrap: nowrap;
          height: 100%;
          margin-top: 1rem; }
          .page-home .section-teams .team-logos-container.full-width img {
            margin: 0.2rem;
            width: 5rem; }
          .page-home .section-teams .team-logos-container.full-width .section-title {
            display: block; } }
      @media only screen and (max-width: 375px) {
        .page-home .section-teams .team-logos-container.full-width img {
          width: 3.5rem; } }
      @media only screen and (max-height: 600px) and (orientation: landscape) {
        .page-home .section-teams .team-logos-container.full-width {
          margin-top: 1rem;
          height: 100%; } }
      @media only screen and (max-height: 411px) and (orientation: landscape) {
        .page-home .section-teams .team-logos-container.full-width img {
          width: 3.5rem; } }
    .page-home .section-teams .team-logos-container img {
      cursor: pointer;
      transition: all 0.2s ease-in-out; }
      .page-home .section-teams .team-logos-container img:hover, .page-home .section-teams .team-logos-container img.active {
        -webkit-filter: drop-shadow(0px 0px 8px #a92425);
        filter: drop-shadow(0px 0px 8px #a92425); }
      .page-home .section-teams .team-logos-container img.active-permanent {
        -webkit-filter: drop-shadow(0px 0px 2px #ffffff);
        filter: drop-shadow(0px 0px 2px #ffffff); }
    .page-home .section-teams .team-logos-container .row + .row {
      margin-top: 4rem; }
    .page-home .section-teams .team-logos-container .section-title {
      line-height: 100%;
      margin-bottom: 4rem; }
      .page-home .section-teams .team-logos-container .section-title .event-title {
        font-size: 0.9em;
        font-weight: 300; }
    @media only screen and (max-width: 1520px) {
      .page-home .section-teams .team-logos-container {
        width: 15rem; }
        .page-home .section-teams .team-logos-container img {
          width: 4.5rem; } }
    @media only screen and (max-height: 850px) and (orientation: landscape) {
      .page-home .section-teams .team-logos-container {
        right: 6rem; } }
    @media only screen and (max-width: 1250px) {
      .page-home .section-teams .team-logos-container {
        right: 0; } }
    @media only screen and (max-width: 823px) {
      .page-home .section-teams .team-logos-container {
        top: auto;
        bottom: 0;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        padding: 0.5rem; }
        .page-home .section-teams .team-logos-container .section-title {
          font-size: 0.5em;
          margin-bottom: 0.5rem; }
        .page-home .section-teams .team-logos-container .event-title {
          display: none; }
        .page-home .section-teams .team-logos-container .team-logos .row {
          display: inline-flex;
          flex-wrap: wrap;
          margin: 0 -7px; }
          .page-home .section-teams .team-logos-container .team-logos .row > * {
            display: inline-flex;
            flex-wrap: wrap;
            width: auto;
            height: auto;
            padding: 0; }
          .page-home .section-teams .team-logos-container .team-logos .row img {
            height: 3.5rem;
            width: 3.5rem;
            padding: 0.5rem; } }
    @media only screen and (max-height: 600px) {
      .page-home .section-teams .team-logos-container .section-title {
        display: none; } }
    @media only screen and (max-height: 600px) and (orientation: landscape) {
      .page-home .section-teams .team-logos-container {
        padding: 0; }
        .page-home .section-teams .team-logos-container .team-logos .row img {
          height: 3rem;
          width: 3rem; } }
  .page-home .section-teams .team-logos {
    transition: all 0.2s ease-in-out;
    display: none; }
    .page-home .section-teams .team-logos.active {
      display: block; }
  .page-home .section-teams .team-slider {
    flex: 1;
    display: flex;
    flex-flow: row;
    align-items: center;
    position: relative;
    padding: 0 4rem; }
    .page-home .section-teams .team-slider .slide {
      transition: all 0.2s ease-in-out;
      display: none;
      position: absolute;
      height: 100%;
      width: 100%;
      flex-flow: column; }
      .page-home .section-teams .team-slider .slide.active {
        display: flex; }
      .page-home .section-teams .team-slider .slide > img {
        align-self: center;
        margin-right: 36.8rem; }
        @media only screen and (min-width: 1251px) {
          .page-home .section-teams .team-slider .slide > img {
            margin-top: auto; } }
        @media only screen and (max-width: 1800px) {
          .page-home .section-teams .team-slider .slide > img {
            width: auto;
            max-width: 60vw; } }
        @media only screen and (max-width: 1520px) {
          .page-home .section-teams .team-slider .slide > img {
            margin-right: 31.8rem; } }
        @media only screen and (max-width: 1250px) {
          .page-home .section-teams .team-slider .slide > img {
            margin-right: 21.8rem; } }
        @media only screen and (max-width: 823px) {
          .page-home .section-teams .team-slider .slide > img {
            margin-left: auto;
            margin-right: auto;
            max-width: none;
            width: 80%; } }
      @media only screen and (max-width: 1250px) {
        .page-home .section-teams .team-slider .slide {
          justify-content: center;
          align-items: center; } }
      @media only screen and (max-width: 823px) {
        .page-home .section-teams .team-slider .slide {
          padding-bottom: 9.5rem; } }
      @media only screen and (max-height: 600px) and (orientation: landscape) {
        .page-home .section-teams .team-slider .slide {
          padding-bottom: 5rem; }
          .page-home .section-teams .team-slider .slide > img {
            width: 50%; } }
    .page-home .section-teams .team-slider .description {
      background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, #1c1a1a 30%, #1c1a1a 70%, rgba(125, 185, 232, 0) 100%);
      background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, #1c1a1a 30%, #1c1a1a 70%, rgba(125, 185, 232, 0) 100%);
      background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, #1c1a1a 30%, #1c1a1a 70%, rgba(125, 185, 232, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=0 );
      display: flex;
      flex-flow: row;
      font-size: 0.8em;
      align-items: center;
      margin-top: 1rem;
      padding: 0 46.8rem 8rem 10rem;
      width: 100%; }
      .page-home .section-teams .team-slider .description h2 {
        font-weight: 600;
        font-size: 1.5em;
        margin-bottom: 2rem;
        text-transform: uppercase; }
      .page-home .section-teams .team-slider .description > * + * {
        margin-left: 3rem; }
      @media only screen and (max-width: 1800px) {
        .page-home .section-teams .team-slider .description {
          padding-right: 36.8rem;
          padding-left: 0; } }
      @media only screen and (max-width: 1520px) {
        .page-home .section-teams .team-slider .description {
          padding-right: 31.8rem; } }
      @media only screen and (max-width: 1250px) {
        .page-home .section-teams .team-slider .description {
          padding-right: 21.8rem;
          padding-bottom: 2rem; } }
      @media only screen and (max-width: 1000px) {
        .page-home .section-teams .team-slider .description > :first-child {
          display: none; }
        .page-home .section-teams .team-slider .description > * + * {
          margin-left: 0; } }
      @media only screen and (max-width: 823px) {
        .page-home .section-teams .team-slider .description {
          font-size: 0.55em;
          margin-top: 0.5rem;
          padding: 0 2rem; }
          .page-home .section-teams .team-slider .description h2 {
            margin-bottom: 0.5rem; } }
      @media only screen and (max-height: 600px) and (orientation: landscape) {
        .page-home .section-teams .team-slider .description {
          font-size: 0.45em;
          padding: 0 1rem; } }
    @media only screen and (max-width: 823px) {
      .page-home .section-teams .team-slider {
        padding: 0; } }

.page-home .section-schedule {
  text-transform: uppercase; }
  .page-home .section-schedule .schedule-container {
    transition: all 0.2s ease-in-out;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 100%;
    min-height: 100vh;
    position: relative; }
    .page-home .section-schedule .schedule-container[data-event="csgo"] {
      background-image: url("/assets/img/bg-csgo.jpg"); }
    .page-home .section-schedule .schedule-container[data-event="overwatch"] {
      background-image: url("/assets/img/bg-overwatch.jpg"); }
    .page-home .section-schedule .schedule-container[data-event="xandata"] {
      background-image: url("/assets/img/bg-xandata.jpg"); }
    .page-home .section-schedule .schedule-container[data-event="ros"] {
      background-image: url("/assets/img/bg-ros.jpg"); }
    .page-home .section-schedule .schedule-container[data-event="pubg"] {
      background-image: url("/assets/img/bg-pubg.jpg"); }
    .page-home .section-schedule .schedule-container[data-event="general"] {
      background-image: url("/assets/img/bg-event-general.jpg"); }
  .page-home .section-schedule .schedule-theme {
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: none; }
    .page-home .section-schedule .schedule-theme.active {
      display: block; }
  .page-home .section-schedule .schedule-details {
    position: absolute;
    top: 0;
    left: 4rem;
    height: 100%;
    padding: 4rem 17rem 0 4rem;
    width: 50rem;
    background-color: rgba(46, 46, 46, 0.95);
    z-index: 500;
    font-weight: 400; }
    @media only screen and (max-width: 1380px) {
      .page-home .section-schedule .schedule-details {
        left: 0; } }
    @media only screen and (max-width: 1300px) {
      .page-home .section-schedule .schedule-details {
        padding-right: 4rem;
        width: 37rem; } }
    @media only screen and (max-width: 815px) {
      .page-home .section-schedule .schedule-details {
        background-color: #1c1a1a;
        width: 100%; } }
    @media only screen and (max-width: 530px) {
      .page-home .section-schedule .schedule-details {
        padding: 1rem; } }
    @media only screen and (max-height: 450px) and (orientation: landscape) {
      .page-home .section-schedule .schedule-details {
        padding: 1rem;
        display: flex;
        flex-flow: row; }
        .page-home .section-schedule .schedule-details .schedule-header {
          flex: 0.1;
          margin-right: 1rem; }
        .page-home .section-schedule .schedule-details .section-title {
          font-size: 1em; }
        .page-home .section-schedule .schedule-details .schedule-content {
          flex: 0.9; }
        .page-home .section-schedule .schedule-details .schedule-content {
          font-size: 0.8em; } }
  .page-home .section-schedule .section-title {
    font-size: 2em;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 2rem; }
    @media only screen and (max-height: 750px) {
      .page-home .section-schedule .section-title {
        font-size: 1.5em;
        margin-bottom: 1rem; } }
  .page-home .section-schedule .event-logo {
    transition: all 0.2s ease-in-out;
    position: absolute;
    right: 4rem;
    top: 4rem;
    z-index: 2000; }
    @media only screen and (max-width: 1080px) {
      .page-home .section-schedule .event-logo {
        max-width: 20rem; } }
    @media only screen and (max-width: 980px) {
      .page-home .section-schedule .event-logo {
        max-width: 10rem; } }
    @media only screen and (max-width: 815px) {
      .page-home .section-schedule .event-logo {
        display: none; } }
    @media only screen and (max-height: 450px) and (orientation: landscape) {
      .page-home .section-schedule .event-logo {
        top: 2rem;
        right: 2rem; } }
  .page-home .section-schedule .event-characters {
    transition: all 0.2s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 40rem;
    z-index: 1000; }
    @media only screen and (max-width: 1500px) {
      .page-home .section-schedule .event-characters {
        max-height: 75vh; } }
    @media only screen and (max-width: 1380px) {
      .page-home .section-schedule .event-characters {
        left: 33rem; } }
    @media only screen and (max-width: 1080px) {
      .page-home .section-schedule .event-characters {
        z-index: 500;
        left: 20rem; } }
    @media only screen and (max-width: 980px) {
      .page-home .section-schedule .event-characters {
        display: none; } }
  .page-home .section-schedule .event-dates {
    display: flex;
    flex-flow: row;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 8rem; }
    .page-home .section-schedule .event-dates > * + * {
      margin-left: 2.5rem; }
      @media only screen and (max-width: 450px) {
        .page-home .section-schedule .event-dates > * + * {
          margin-left: 1rem; } }
    @media only screen and (max-height: 860px) {
      .page-home .section-schedule .event-dates {
        margin-bottom: 1rem; } }
    @media only screen and (max-height: 450px) and (orientation: landscape) {
      .page-home .section-schedule .event-dates > * + * {
        margin-left: 0;
        margin-top: 1rem; } }
    @media only screen and (max-height: 360px) and (orientation: landscape) {
      .page-home .section-schedule .event-dates > * + * {
        margin-top: 0.5rem; } }
  .page-home .section-schedule .event-date {
    transition: all 0.1s ease-in-out;
    line-height: 150%;
    position: relative;
    padding: 0 0.2rem 0 1rem;
    cursor: pointer; }
    .page-home .section-schedule .event-date:hover, .page-home .section-schedule .event-date.active {
      background-color: #7f2021; }
    .page-home .section-schedule .event-date .day {
      -webkit-transform: rotate(270deg);
      -moz-transform: rotate(270deg);
      -o-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg);
      transform-origin: bottom left;
      font-size: 0.5em;
      position: absolute;
      left: 1.5rem;
      top: 2rem; }
    .page-home .section-schedule .event-date .date {
      font-size: 2.5em;
      font-weight: 700;
      padding-top: 0.5rem; }
    .page-home .section-schedule .event-date .month {
      font-size: 1.2em;
      font-weight: 300; }
  .page-home .section-schedule .schedule-items {
    transition: all 0.1s ease-in-out;
    padding-bottom: 3rem;
    border-bottom: 1rem solid #7f2021;
    display: none; }
    .page-home .section-schedule .schedule-items.active {
      display: block; }
    .page-home .section-schedule .schedule-items > * + * {
      margin-top: 0.7rem; }
    .page-home .section-schedule .schedule-items .schedule-date {
      background-color: #7f2021;
      text-align: center;
      font-weight: 600;
      padding: 0.5rem 0; }
      @media only screen and (max-width: 430px) {
        .page-home .section-schedule .schedule-items .schedule-date {
          padding: 0.2rem; } }
      @media only screen and (max-height: 450px) and (orientation: landscape) {
        .page-home .section-schedule .schedule-items .schedule-date {
          padding: 0.2rem; } }
    .page-home .section-schedule .schedule-items .item {
      display: flex;
      flex-flow: row;
      cursor: pointer; }
      .page-home .section-schedule .schedule-items .item.active .description, .page-home .section-schedule .schedule-items .item:hover .description {
        background-position: 0% top, 0% top; }
      .page-home .section-schedule .schedule-items .item .time {
        background-color: #7f2021;
        font-weight: 600;
        padding: 0.5rem;
        text-align: center;
        width: 5rem; }
        @media only screen and (max-width: 430px) {
          .page-home .section-schedule .schedule-items .item .time {
            width: 4rem;
            padding: 0.2rem; } }
      .page-home .section-schedule .schedule-items .item .description {
        background-color: #2e2e2e;
        background-image: linear-gradient(to right, #7f2021 50%, #2e2e2e 10%);
        background-size: 200% 100%;
        background-repeat: no-repeat;
        background-position: 100% top, 100% top;
        transition: background-position 0.2s cubic-bezier(1, 0, 0, 1);
        padding: 0.5rem;
        text-align: right;
        flex: 1;
        text-transform: none; }
        @media only screen and (max-width: 430px) {
          .page-home .section-schedule .schedule-items .item .description {
            padding: 0.2rem; } }
      @media only screen and (max-height: 450px) and (orientation: landscape) {
        .page-home .section-schedule .schedule-items .item .time {
          padding: 0.2rem; }
        .page-home .section-schedule .schedule-items .item .description {
          padding: 0.2rem 0.5rem; } }
    @media only screen and (max-height: 700px) {
      .page-home .section-schedule .schedule-items {
        padding-bottom: 0;
        border-bottom: 0; } }
    @media only screen and (max-width: 430px) {
      .page-home .section-schedule .schedule-items {
        font-size: 0.8em; } }
    @media only screen and (max-width: 350px) {
      .page-home .section-schedule .schedule-items {
        font-size: 0.75em; } }
    @media only screen and (max-height: 450px) and (orientation: landscape) {
      .page-home .section-schedule .schedule-items > * + * {
        margin-top: 0.5rem; } }
    @media only screen and (max-height: 360px) and (orientation: landscape) {
      .page-home .section-schedule .schedule-items > * + * {
        margin-top: 0.2rem; } }

.page-home .section-talents {
  background-image: url("/assets/img/bg-talents-left-arrow.png"), url("/assets/img/bg-talents-left-dots.png"), url("/assets/img/bg-talents-right-dots.png"), url("/assets/img/bg-talents-main.png");
  background-position: left 0 bottom 3rem, left 0.5rem top 4rem, right 0.5rem bottom 7rem, center center;
  background-size: auto, auto, auto, cover;
  background-repeat: no-repeat; }
  .page-home .section-talents .talents-container {
    display: flex;
    flex-flow: row;
    padding: 4rem 14rem;
    min-height: 100vh; }
    @media only screen and (max-width: 1550px) {
      .page-home .section-talents .talents-container {
        padding: 4rem 6rem; } }
    @media only screen and (max-width: 1100px) and (orientation: portrait) {
      .page-home .section-talents .talents-container {
        flex-flow: column; } }
    @media only screen and (max-width: 850px) {
      .page-home .section-talents .talents-container {
        padding: 4rem; } }
    @media only screen and (max-width: 823px) {
      .page-home .section-talents .talents-container {
        padding: 1rem; } }
    @media only screen and (max-height: 865px) and (orientation: portrait) {
      .page-home .section-talents .talents-container {
        padding: 0; } }
    @media only screen and (max-height: 715px) and (orientation: landscape) {
      .page-home .section-talents .talents-container {
        padding: 2rem; } }
    @media only screen and (max-height: 485px) and (orientation: landscape) {
      .page-home .section-talents .talents-container {
        height: 100%;
        padding: 0; } }
  .page-home .section-talents .talents-content {
    flex: 1; }
    @media only screen and (max-height: 865px) and (orientation: portrait) {
      .page-home .section-talents .talents-content {
        display: flex;
        justify-content: center;
        align-items: center; } }
  .page-home .section-talents .talent-photos {
    transition: all 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    white-space: nowrap;
    max-width: 70rem; }
    .page-home .section-talents .talent-photos .talent {
      font-size: 1rem;
      flex-basis: 25%;
      margin-bottom: 2rem;
      display: flex;
      flex-flow: column;
      justify-content: center;
      align-items: center;
      font-size: 0.95rem; }
    .page-home .section-talents .talent-photos .talent-name {
      text-transform: uppercase;
      font-weight: 600; }
    .page-home .section-talents .talent-photos .talent-title {
      font-weight: 500; }
    .page-home .section-talents .talent-photos .thumbnail {
      transition: all 0.2s ease-in-out;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      cursor: pointer;
      margin-bottom: 0.5rem;
      width: 15rem; }
      .page-home .section-talents .talent-photos .thumbnail:hover, .page-home .section-talents .talent-photos .thumbnail:active, .page-home .section-talents .talent-photos .thumbnail:focus {
        -webkit-filter: none;
        filter: none; }
    @media only screen and (max-width: 1270px) {
      .page-home .section-talents .talent-photos .talent {
        font-size: 0.6em; }
      .page-home .section-talents .talent-photos .thumbnail {
        width: 12rem; } }
    @media only screen and (max-width: 850px) {
      .page-home .section-talents .talent-photos {
        max-width: none;
        width: 100%;
        padding: 0; } }
    @media only screen and (max-width: 823px) {
      .page-home .section-talents .talent-photos .talent {
        flex-basis: 50%;
        font-size: 0.5em;
        margin-bottom: 1rem; }
      .page-home .section-talents .talent-photos .thumbnail {
        width: 8rem; } }
    @media only screen and (max-width: 405px) {
      .page-home .section-talents .talent-photos .talent {
        font-size: 0.4em; } }
    @media only screen and (max-width: 330px) {
      .page-home .section-talents .talent-photos .talent {
        font-size: 0.3em; }
      .page-home .section-talents .talent-photos .thumbnail {
        width: 7rem; } }
    @media only screen and (max-height: 950px) and (orientation: portrait) {
      .page-home .section-talents .talent-photos .thumbnail {
        width: 7rem; } }
    @media only screen and (max-height: 865px) and (orientation: portrait) {
      .page-home .section-talents .talent-photos .talent {
        flex-basis: 33%;
        margin-bottom: 0; }
      .page-home .section-talents .talent-photos .talent-title,
      .page-home .section-talents .talent-photos .talent-name {
        display: none; }
      .page-home .section-talents .talent-photos .thumbnail {
        margin-bottom: 0;
        width: 100%; } }
    @media only screen and (max-height: 1000px) and (orientation: landscape) {
      .page-home .section-talents .talent-photos .talent {
        font-size: 0.6em; }
      .page-home .section-talents .talent-photos .thumbnail {
        width: 12rem; } }
    @media only screen and (max-height: 820px) and (orientation: landscape) {
      .page-home .section-talents .talent-photos .talent {
        font-size: 0.5em; }
      .page-home .section-talents .talent-photos .thumbnail {
        width: 10rem; } }
    @media only screen and (max-height: 715px) and (orientation: landscape) {
      .page-home .section-talents .talent-photos .thumbnail {
        width: 8rem; } }
    @media only screen and (max-height: 585px) and (orientation: landscape) {
      .page-home .section-talents .talent-photos .thumbnail {
        width: 6rem; } }
    @media only screen and (max-height: 485px) and (orientation: landscape) {
      .page-home .section-talents .talent-photos {
        width: 100vh;
        max-width: none;
        height: 100%;
        margin: 0 auto;
        justify-content: flex-start; }
        .page-home .section-talents .talent-photos .talent {
          flex-basis: 25%;
          align-items: flex-start;
          margin-bottom: 0; }
        .page-home .section-talents .talent-photos .talent-title,
        .page-home .section-talents .talent-photos .talent-name {
          display: none; }
        .page-home .section-talents .talent-photos .thumbnail {
          margin-bottom: 0;
          width: auto;
          height: 25vh; } }
  .page-home .section-talents .talent-bios {
    height: 100%;
    display: flex;
    flex-flow: row;
    align-items: center;
    max-width: 80rem;
    margin: 0 auto; }
    .page-home .section-talents .talent-bios .btn-close {
      transition: all 0.2s ease-in-out;
      -webkit-filter: drop-shadow(0px 0px 10px rgba(46, 46, 46, 0.95));
      filter: drop-shadow(0px 0px 10px rgba(46, 46, 46, 0.95));
      background-color: #7f2021;
      border-radius: 50%;
      font-size: 2em;
      line-height: 100%;
      width: 5rem;
      height: 5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      position: absolute;
      right: -1.5rem;
      top: -1.5rem;
      z-index: 2000; }
      .page-home .section-talents .talent-bios .btn-close:hover, .page-home .section-talents .talent-bios .btn-close:active, .page-home .section-talents .talent-bios .btn-close:focus {
        background-color: #a92425; }
      @media only screen and (max-width: 1180px) {
        .page-home .section-talents .talent-bios .btn-close {
          width: 3.5rem;
          height: 3.5rem;
          font-size: 1.8em;
          right: 0;
          top: 0;
          border-radius: 0; } }
    .page-home .section-talents .talent-bios .bio {
      transition: all 0.2s ease-in-out;
      display: none;
      flex-flow: row;
      position: relative; }
      .page-home .section-talents .talent-bios .bio.active {
        display: flex; }
      .page-home .section-talents .talent-bios .bio .portrait {
        margin-right: -2rem;
        z-index: 1000; }
        @media only screen and (max-width: 1360px) {
          .page-home .section-talents .talent-bios .bio .portrait img {
            max-width: 15rem; } }
        @media only screen and (max-width: 660px) {
          .page-home .section-talents .talent-bios .bio .portrait img {
            max-width: 12rem; } }
        @media only screen and (max-width: 420px) {
          .page-home .section-talents .talent-bios .bio .portrait img {
            max-width: 9rem; } }
        @media only screen and (max-width: 790px) and (max-height: 630px) {
          .page-home .section-talents .talent-bios .bio .portrait img {
            max-width: 9rem; } }
        @media only screen and (max-height: 325px) and (orientation: landscape) {
          .page-home .section-talents .talent-bios .bio .portrait img {
            max-width: 8rem; } }
      .page-home .section-talents .talent-bios .bio .talent-info {
        flex: 1;
        background-color: #353535;
        min-height: 400px; }
      .page-home .section-talents .talent-bios .bio .talent-byline {
        background-color: #7f2021;
        display: inline-block;
        padding: 0.2rem 2rem;
        font-size: 1.2em;
        margin: 2rem 0 0 2rem; }
      .page-home .section-talents .talent-bios .bio .talent-name {
        text-transform: uppercase;
        font-weight: 600; }
      .page-home .section-talents .talent-bios .bio .talent-title {
        font-weight: 500; }
      .page-home .section-talents .talent-bios .bio .description {
        font-size: 0.9em;
        line-height: 1.5em;
        margin: 2rem 4rem 0 4rem;
        max-height: 70vh; }
      .page-home .section-talents .talent-bios .bio .description-inner {
        padding-right: 0.5rem; }
      .page-home .section-talents .talent-bios .bio .social-icons {
        display: flex;
        flex-flow: row;
        align-items: center;
        list-style: none;
        padding: 2rem;
        margin: 0 2rem; }
        .page-home .section-talents .talent-bios .bio .social-icons .follow {
          font-size: 0.7em;
          font-weight: 600;
          text-transform: uppercase; }
        .page-home .section-talents .talent-bios .bio .social-icons > li {
          padding: 0;
          margin: 0; }
          .page-home .section-talents .talent-bios .bio .social-icons > li + li {
            margin-left: 1rem; }
      .page-home .section-talents .talent-bios .bio .controls {
        margin-left: auto;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 0;
        bottom: 2rem; }
        .page-home .section-talents .talent-bios .bio .controls > button + button {
          margin-top: 0.5rem; }
        .page-home .section-talents .talent-bios .bio .controls button {
          transition: all 0.2s ease-in-out;
          background-color: #7f2021;
          padding: 1rem;
          margin: 0;
          color: #ffffff;
          border: 0;
          cursor: pointer;
          display: flex;
          flex-flow: row;
          align-items: center;
          justify-content: center;
          text-transform: uppercase;
          font-size: 1.8em;
          font-weight: 700; }
          .page-home .section-talents .talent-bios .bio .controls button:hover {
            background-color: #a92425; }
        @media only screen and (max-width: 1180px) {
          .page-home .section-talents .talent-bios .bio .controls {
            bottom: 8rem; } }
      @media only screen and (max-width: 1180px) {
        .page-home .section-talents .talent-bios .bio {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%; } }
      @media only screen and (max-width: 790px) {
        .page-home .section-talents .talent-bios .bio {
          flex-flow: column; }
          .page-home .section-talents .talent-bios .bio .talent-info {
            margin-top: -15rem; }
          .page-home .section-talents .talent-bios .bio .talent-byline {
            margin: 7rem 0 4rem;
            padding-left: 16rem;
            width: 100%; }
          .page-home .section-talents .talent-bios .bio .description {
            max-height: calc(100vh - 300px);
            margin: 1rem 2rem 0; }
          .page-home .section-talents .talent-bios .bio .social-icons {
            margin: 0; }
          .page-home .section-talents .talent-bios .bio .controls {
            bottom: 2rem; } }
      @media only screen and (max-width: 660px) {
        .page-home .section-talents .talent-bios .bio .talent-byline {
          padding-left: 13rem;
          font-size: 0.9em; }
        .page-home .section-talents .talent-bios .bio .description {
          font-size: 0.8em; } }
      @media only screen and (max-width: 420px) {
        .page-home .section-talents .talent-bios .bio .controls {
          bottom: 0;
          right: 0;
          display: flex;
          flex-flow: row; }
          .page-home .section-talents .talent-bios .bio .controls > button + button {
            margin-top: 0;
            margin-left: 0.5rem; }
        .page-home .section-talents .talent-bios .bio .talent-byline {
          padding-left: 10rem;
          font-size: 0.7em;
          margin-top: 10rem;
          margin-bottom: 2rem; } }
      @media only screen and (max-width: 790px) and (orientation: landscape) {
        .page-home .section-talents .talent-bios .bio .controls {
          bottom: 0;
          right: 0;
          display: flex;
          flex-flow: row; }
          .page-home .section-talents .talent-bios .bio .controls > button + button {
            margin-top: 0;
            margin-left: 0.5rem; }
        .page-home .section-talents .talent-bios .bio .talent-byline {
          padding-left: 10rem;
          font-size: 0.7em;
          margin-top: 10rem;
          margin-bottom: 2rem; } }
      @media only screen and (max-height: 340px) and (orientation: landscape) {
        .page-home .section-talents .talent-bios .bio .controls button {
          padding: 0.5rem;
          font-size: 1.2em; } }
      @media only screen and (max-height: 605px) and (orientation: landscape) {
        .page-home .section-talents .talent-bios .bio .description {
          font-size: 0.8em;
          max-height: 55vh; } }
      @media only screen and (max-height: 460px) and (orientation: landscape) {
        .page-home .section-talents .talent-bios .bio .description {
          max-height: 50vh; }
        .page-home .section-talents .talent-bios .bio .talent-byline {
          font-size: 0.9em; } }
      @media only screen and (max-height: 375px) and (max-width: 790px) and (orientation: landscape) {
        .page-home .section-talents .talent-bios .bio .description {
          max-height: calc(100vh - 170px);
          font-size: 0.7em;
          margin: 0 1rem; }
        .page-home .section-talents .talent-bios .bio .social-icons {
          padding: 1rem; } }
  .page-home .section-talents .section-title {
    font-size: 2em;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 3rem;
    text-transform: uppercase;
    flex: 0;
    margin-right: 4rem; }
    @media only screen and (max-width: 850px) {
      .page-home .section-talents .section-title {
        padding-left: 3rem; } }
    @media only screen and (max-width: 823px) {
      .page-home .section-talents .section-title {
        font-size: 1.5em;
        padding-left: 0;
        margin-bottom: 1rem; } }
    @media only screen and (max-height: 865px) and (orientation: portrait) {
      .page-home .section-talents .section-title {
        margin: 3rem 1rem 1rem; } }
    @media only screen and (max-height: 485px) and (orientation: landscape) {
      .page-home .section-talents .section-title {
        margin: 1rem 1rem 0 1rem; } }
  @media only screen and (max-width: 823px) {
    .page-home .section-talents {
      background-image: url("/assets/img/bg-talents-left-arrow.png"), url("/assets/img/bg-talents-main.png");
      background-position: left 0 bottom -10rem, center center;
      background-size: auto, cover; } }
  @media only screen and (max-height: 715px) and (orientation: landscape) {
    .page-home .section-talents {
      background-image: url("/assets/img/bg-talents-left-arrow.png"), url("/assets/img/bg-talents-main.png");
      background-position: left 0 bottom -10rem, center center;
      background-size: auto, cover; } }

/*# sourceMappingURL=style.css.map */
