/* 0, 640px */
/* 641px, 1024px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px, ... */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

* {
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal; }

* {
  box-sizing: border-box; }

body, html {
  height: 100%;
  font-size: 100%; }

body {
  cursor: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-family: "eurostile", sans-serif; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

.l-grid {
  display: flex;
  flex-wrap: wrap; }
  .l-grid.__nowrap {
    flex-wrap: nowrap; }
  .l-grid.__expanded {
    width: 100vw;
    margin-left: -5vw;
    margin-right: -5vw; }
  .l-grid.__collapsable {
    flex-wrap: wrap; }
    @media only screen and (max-width: 29.9375rem), only screen and (max-width: 40rem), only screen and (min-width: 40.0625rem) and (max-width: 48.75rem) {
      .l-grid.__collapsable [class*="l-grid__unit"] {
        width: 100%;
        flex-basis: 100%; }
        .l-grid.__collapsable [class*="l-grid__unit"]:not(:first-of-type) {
          margin-top: 1rem; }
      .l-grid.__collapsable.__padded [class*="l-grid__unit"] {
        padding-left: 0;
        padding-right: 0; } }
  .l-grid.__padded [class*="l-grid__unit"] {
    padding-left: 2rem;
    padding-right: 2rem; }
  .l-grid.__padded [class*="l-grid__unit"]:first-of-type {
    padding-left: 0rem; }
  .l-grid.__padded [class*="l-grid__unit"]:last-of-type {
    padding-right: 0rem; }

.l-grid__unit__full {
  width: 100%;
  flex-basis: 100%; }

.l-grid__unit__1-4 {
  width: 25%;
  flex-basis: 25%; }

.l-grid__unit__1-3 {
  width: 33.33%;
  flex-basis: 33.33%; }

.l-grid__unit__1-2 {
  width: 50%;
  flex-basis: 50%; }

.l-grid__unit__2-3 {
  width: 66.66%;
  flex-basis: 66.66%; }

.l-grid__unit__3-4 {
  width: 75%;
  flex-basis: 75%; }

.l-grid__unit__f1 {
  flex: 1; }

.l-grid__unit__f2 {
  flex: 2; }

.l-grid__unit__f3 {
  flex: 2; }

.l-col {
  display: flex;
  flex-flow: column; }
  .l-col.__bottom {
    justify-content: flex-end; }

.l-list.__bullets {
  padding-left: 2.5rem; }

.l-list__item {
  position: relative; }
  .l-list__item:not(:first-of-type) {
    margin-top: 1rem; }

.l-list__item-bullet {
  position: absolute;
  left: -2.5rem;
  top: 5px;
  width: 15px;
  height: 15px; }

.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.c-wrapper {
  width: 90vw;
  max-width: 1280px;
  margin: 0 auto; }

.c-button {
  border-radius: 5px;
  font-family: "eurostile", sans-serif;
  letter-spacing: .1em;
  font-weight: 400;
  transition: all 150ms ease-out;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  text-align: center; }
  .c-button.__primary {
    color: white;
    background-color: #DE1133;
    padding: .75rem 2.5rem;
    font-weight: 700;
    letter-spacing: .15em;
    min-width: 200px; }
    .c-button.__primary:hover {
      background-color: #af0d28; }
  .c-button.__thin {
    padding: .55rem 2.5rem; }
  .c-button.__is-disabled {
    opacity: .5;
    pointer-events: none; }

.c-store-buttons {
  align-items: center;
  background-color: #DE1133;
  box-shadow: 0px 0px 20px black;
  display: flex;
  border-radius: 5px;
  display: flex;
  flex-flow: column;
  width: 100%;
  margin-bottom: 2rem;
  max-width: 450px; }
  @media only screen and (orientation: landscape), only screen and (min-width: 40.0625rem) {
    .c-store-buttons {
      max-width: 800px;
      height: 60px;
      flex-flow: row;
      margin-left: auto;
      margin-right: auto; } }

.c-store-buttons__text-container {
  color: #fff;
  height: 100%;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  flex: 1; }

.c-store-buttons__text {
  font-family: "eurostile", sans-serif;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: .2em;
  line-height: 1;
  margin: 0;
  padding: 1.4rem 2rem;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

.c-store-buttons__list {
  display: flex;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  border-top: 1px solid #af0d28;
  justify-content: space-between;
  flex: 1; }
  @media only screen and (orientation: landscape), only screen and (min-width: 40.0625rem) {
    .c-store-buttons__list {
      border: 0px; } }

.c-store-buttons__item {
  list-style: none;
  flex: 1;
  text-align: center;
  transition: background 150ms ease-out; }
  .c-store-buttons__item:hover {
    background-color: #af0d28; }
  .c-store-buttons__item:not(:first-of-type) {
    border-left: 1px solid #af0d28; }
  @media only screen and (orientation: landscape), only screen and (min-width: 40.0625rem) {
    .c-store-buttons__item {
      border-left: 1px solid #af0d28; } }
  .c-store-buttons__item a {
    display: block;
    padding: .6rem; }

.c-main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 10%, transparent 100%); }
  .c-main-nav .nav-cta .button {
    font-family: "eurostile-extended", sans-serif;
    font-weight: 900;
    font-size: .8rem;
    letter-spacing: .25em;
    text-shadow: 0px 0px 15px black; }

.c-main-nav__logo {
  padding: 0;
  line-height: 0;
  top: 1.5rem;
  left: 1rem;
  margin: 0;
  position: absolute;
  transform: translateY(-100px);
  opacity: 0;
  max-width: 90px;
  transition: opacity 300ms ease-out 0ms, transform 300ms ease-out 300ms; }
  @media only screen and (min-width: 48.8125rem) {
    .c-main-nav__logo {
      top: 0;
      left: 0;
      max-width: 125px; } }

.c-main-nav__logo-link {
  display: block; }

.c-main-nav__container {
  align-items: center;
  display: flex;
  position: relative;
  padding: 1.5rem 1rem;
  margin: 0;
  width: 100vw;
  justify-content: space-between; }
  @media only screen and (min-width: 48.8125rem) {
    .c-main-nav__container {
      width: 90vw;
      max-width: 1280px;
      margin: 1.75rem auto 0;
      padding: 0; } }

.c-main-nav__items {
  align-items: center;
  display: flex;
  flex-flow: column;
  height: 100%;
  margin: 0;
  padding: 1rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  opacity: 0;
  pointer-events: none; }
  @media only screen and (min-width: 48.8125rem) {
    .c-main-nav__items {
      background-color: transparent;
      border-bottom: 1px solid #DE1133;
      flex: 1;
      flex-flow: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      padding: 0;
      position: relative;
      margin: -2px 3rem 0 0;
      opacity: 1;
      pointer-events: all;
      transform: translateY(0px);
      transition: opacity 300ms ease-out 300ms, transform 300ms ease-out 0ms; } }

.c-main-nav__item {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px); }
  .c-main-nav__item:first-of-type .c-main-nav__link {
    padding-left: 0; }
  @media only screen and (min-width: 48.8125rem) {
    .c-main-nav__item {
      opacity: 1;
      transform: translateY(0px); }
      .c-main-nav__item:first-of-type .main-nav__link {
        padding-left: 0; } }

.c-main-nav__link {
  color: #DE1133;
  display: block;
  font-family: "eurostile-extended", sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: .25em;
  padding: 1rem 1.5vw;
  text-shadow: 0px 0px 15px black;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 150ms ease-out; }
  @media only screen and (min-width: 48.8125rem) {
    .c-main-nav__link {
      font-size: .85vw; } }
  @media only screen and (min-width: 90.0625rem) {
    .c-main-nav__link {
      font-size: .9rem; } }
  .c-main-nav__link:hover {
    color: #FF7901; }

.c-main-nav__cta-button {
  position: relative;
  background-color: #DE1133;
  color: white;
  display: block;
  font-family: "eurostile", sans-serif;
  font-size: .9rem;
  font-weight: 900;
  padding: 1rem 3rem;
  border-radius: 5px;
  letter-spacing: .2em;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 150ms ease-out;
  z-index: 100;
  box-shadow: 0px 0px 15px black; }
  @media only screen and (min-width: 48.8125rem) {
    .c-main-nav__cta-button {
      font-size: 1vw;
      font-family: "eurostile-extended", sans-serif;
      letter-spacing: .25em;
      padding: 1rem 3rem; } }
  @media only screen and (min-width: 90.0625rem) {
    .c-main-nav__cta-button {
      font-size: .9rem; } }
  .c-main-nav__cta-button:hover {
    background-color: #af0d28; }

.c-mobile-nav__toggle {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 100; }
  .c-mobile-nav__toggle.is-active {
    border-color: white; }
    .c-mobile-nav__toggle.is-active .c-mobile-nav__bar.__one {
      transform: rotate(45deg) translate3d(0px, -4px, 0); }
    .c-mobile-nav__toggle.is-active .c-mobile-nav__bar.__two {
      opacity: 0; }
    .c-mobile-nav__toggle.is-active .c-mobile-nav__bar.__three {
      transform: rotate(-45deg) translate3d(-2px, 1px, 0); }
  @media only screen and (min-width: 48.8125rem) {
    .c-mobile-nav__toggle {
      display: none; } }

.c-mobile-nav__bars {
  display: flex;
  height: 30px;
  flex-flow: column;
  justify-content: space-around; }

.c-mobile-nav__bar {
  position: relative;
  height: 5px;
  width: 36px;
  background-color: #DE1133;
  transition: all 500ms cubic-bezier(0.2, 0.6, 0.7, 1);
  transform-origin: top left; }

.c-hero {
  position: relative;
  height: 100vh;
  padding-top: 6.5rem; }
  @media only screen and (min-width: 90.0625rem) {
    .c-hero {
      padding-top: 8.5rem; } }
  .c-hero.__extended {
    height: 105vh; }
  .c-hero.__patterned:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../../imgs/pattern.png");
    z-index: 1;
    left: 0;
    top: 0; }

.c-hero__image {
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: blur(10px);
  transition: all 300ms ease-out;
  z-index: 0;
  pointer-events: none; }
  .c-hero__image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(0deg, black 0%, transparent 20%, transparent 80%, rgba(0, 0, 0, 0.5) 100%); }
  .c-hero__image.has-loaded {
    filter: blur(0px); }

.c-hero-content {
  position: relative;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-flow: column;
  padding: 3rem 1rem; }
  .c-hero-content.__half {
    justify-content: center; }
  @media only screen and (min-width: 48.8125rem) {
    .c-hero-content.__half {
      width: 50%;
      padding-left: 2rem; }
    .c-hero-content.__full {
      width: 100%; } }

@media only screen and (min-width: 64.0625rem) {
  .c-hero__video-img {
    display: none; } }

.c-hero__video {
  width: 100%; }

.c-hero__title {
  color: white;
  font-family: "eurostile", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1;
  max-width: 700px;
  text-transform: uppercase; }
  @media only screen and (min-width: 48.8125rem) {
    .c-hero__title {
      font-size: 3.2rem; } }

.c-hero__description {
  color: white;
  font-size: .9rem;
  font-family: "eurostile", sans-serif;
  max-width: 500px; }
  @media only screen and (min-width: 48.8125rem) {
    .c-hero__description {
      font-size: 1.2rem; } }

.c-logo {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  z-index: 10; }
  .c-logo.__large .c-logo-image {
    max-width: 550px; }
  @media only screen and (min-width: 48.8125rem) {
    .c-logo.__large .c-logo-text {
      font-size: 1rem;
      margin-top: .45rem; } }
  .c-logo.__large .c-sub-logo {
    max-width: 500px;
    width: 85vw; }

.c-logo-image {
  width: 50vw;
  max-width: 350px; }

.c-logo-text {
  color: white;
  text-transform: uppercase;
  font-family: "eurostile-extended", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: .5em;
  margin-right: -.5em;
  line-height: 0;
  margin-top: .9rem; }
  .c-logo-text.__small {
    font-weight: 900;
    font-size: .8rem; }

.c-sub-logo {
  max-width: 300px;
  margin-top: 2rem; }

.overlay-cont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  pointer-events: none;
  z-index: 9999; }

.overlay-cont.is-active {
  opacity: 1;
  height: 100%;
  pointer-events: all; }

.overlay-arrow-button {
  position: absolute;
  top: 50%;
  transition: transform 300ms ease-out;
  height: 40px;
  width: 20px;
  margin-top: -20px; }
  @media only screen and (min-width: 48.8125rem) {
    .overlay-arrow-button {
      height: 80px;
      width: 40px;
      margin-top: -40px; } }
  .overlay-arrow-button.next-button {
    right: 1rem; }
    .overlay-arrow-button.next-button:hover {
      transform: translateX(5px); }
  .overlay-arrow-button.prev-button {
    left: 1rem; }
    .overlay-arrow-button.prev-button:hover {
      transform: translateX(-5px); }

.overlay-arrow-icon {
  height: 100%; }
  .overlay-arrow-icon path {
    fill: white; }

.c-icon {
  height: 38px;
  width: 38px; }
  .c-icon.__white path {
    fill: white; }
  .c-icon.__cover {
    height: 100%;
    width: 100%; }

.c-form {
  width: 100%; }

.c-input__control {
  width: 100%;
  overflow: hidden; }
  .c-input__control input, .c-input__control select {
    width: 100%; }

.c-input__text {
  margin: 5px 0;
  color: white;
  border-radius: 3px; }

.c-input__checkbox {
  display: block;
  width: 1px;
  height: 1px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 15px; }

.c-input__checkbox-title {
  color: #8a8a8a;
  padding: 0 0 0 2.5rem;
  margin: 1rem 0;
  display: inline-block;
  text-transform: uppercase; }
  .c-input__checkbox-title:before {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #DE1133;
    border-radius: 5px;
    top: 10px;
    left: 0; }
  .c-input__checkbox-title:after {
    display: none;
    width: 24px;
    height: 24px;
    border: 1px solid #DE1133;
    top: 13px;
    left: 3px;
    border-radius: 2px;
    background-color: #DE1133; }
  .c-input__checkbox-title[checked]:after {
    content: "";
    display: block; }

.c-input__title {
  color: #8a8a8a;
  margin-bottom: 0; }

.c-input__label {
  margin: 7px 0;
  display: block;
  position: relative; }
  .c-input__label.__half {
    float: left;
    width: 50%; }

.c-select-field {
  width: 100%; }
  .c-select-field.__styled {
    margin: 5px 0;
    color: #8a8a8a;
    margin-bottom: 0; }
    .c-select-field.__styled:after {
      content: "";
      position: absolute; }

.c-footer {
  padding: 3rem 1rem; }

.c-pricing {
  display: flex;
  flex-flow: column;
  padding: .5rem 0rem; }

.c-pricing__price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .5rem; }
  .c-pricing__price span {
    color: white;
    font-family: "eurostile", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: .8;
    margin-bottom: -2px; }

.c-pricing__bracket {
  height: 25px;
  width: 25px; }
  .c-pricing__bracket path {
    fill: rgba(255, 255, 255, 0.5); }

.c-separator {
  border: 0;
  height: 1px;
  width: 100%;
  margin: 1rem 0; }
  .c-separator.__gradient.__light {
    background-image: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%); }

.c-slider__arrow {
  transition: all 300ms ease-out; }
  .c-slider__arrow.__prev {
    margin-right: 1rem; }
    .c-slider__arrow.__prev:hover {
      transform: translateX(-3px); }
  .c-slider__arrow.__next {
    margin-left: 1rem; }
    .c-slider__arrow.__next:hover {
      transform: translateX(3px); }
  .c-slider__arrow.is-disabled {
    opacity: .5;
    pointer-events: none; }
  @media only screen and (min-width: 48.8125rem) {
    .c-slider__arrow.__prev {
      margin-right: 2rem; }
    .c-slider__arrow.__next {
      margin-left: 2rem; } }

.c-slider__arrow-icon {
  height: 35px; }
  .c-slider__arrow-icon line {
    stroke: #DE1133;
    stroke-width: 4; }

.c-slider__container {
  overflow: hidden; }

.c-slider__thumbs {
  white-space: nowrap; }

.c-slider__slide-thumb {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-left: -3px;
  padding: .25rem;
  cursor: pointer; }
  .c-slider__slide-thumb:hover .c-slider__overlay {
    opacity: 1; }
  @media only screen and (min-width: 48.8125rem) {
    .c-slider__slide-thumb {
      width: 25%; } }
  .c-slider__slide-thumb img {
    height: auto;
    width: 100%; }

.c-slider__overlay {
  position: absolute;
  padding: 1rem;
  display: flex;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 150ms ease-out; }

.c-slider__overlay-text {
  color: white;
  font-family: "eurostile", sans-serif;
  font-size: 1rem; }

.c-copy {
  font-size: 1.25rem; }

.c-main-nav.is-scrolled .c-mobile-nav__toggle {
  transform: translateY(-100px);
  opacity: 0;
  transition: opacity 300ms ease-out 0ms, transform 300ms ease-out 300ms; }

.c-main-nav.is-scrolled .c-main-nav__logo {
  transform: translateY(0px);
  opacity: 1;
  transition: opacity 300ms ease-out 300ms, transform 300ms ease-out 0ms; }

@media only screen and (min-width: 48.8125rem) {
  .c-main-nav.is-scrolled .c-main-nav__items {
    transform: translateY(-100px);
    opacity: 0;
    transition: opacity 300ms ease-out 0ms, transform 300ms ease-out 300ms; } }

.p-page__title {
  color: #FFF;
  font-family: "eurostile", sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
  letter-spacing: .1em;
  line-height: 1em;
  margin: 1.5rem 0;
  text-transform: uppercase; }
  .p-page__title.__centered {
    text-align: center; }

.p-page__section {
  position: relative;
  padding: 2.5rem 0;
  background-color: #141414; }
  .p-page__section:first-of-type {
    padding-top: 4rem; }
  .p-page__section.__bg-grid:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
    background-image: url("../../imgs/beta/texture_grid-main.png");
    z-index: 0; }
  .p-page__section.__bg-grid .c-wrapper {
    position: relative;
    z-index: 1; }
  .p-page__section.__padded {
    padding: 4rem 0rem; }
    @media only screen and (min-width: 48.8125rem) {
      .p-page__section.__padded {
        padding: 10rem 0rem; } }
  .p-page__section .c-heading {
    text-transform: uppercase;
    letter-spacing: .3em;
    font-family: "eurostile-extended", sans-serif;
    font-size: 1.3rem; }
    @media only screen and (min-width: 48.8125rem) {
      .p-page__section .c-heading {
        font-size: 2rem; } }
    .p-page__section .c-heading.__primary {
      color: #DE1133; }
    .p-page__section .c-heading.__small {
      font-size: 1.5rem;
      text-transform: capitalize; }
  .p-page__section .c-copy {
    color: white;
    font-family: "eurostile", sans-serif; }
    .p-page__section .c-copy.__small {
      font-size: .8rem; }

.p-hero-with-video .c-button.__video {
  position: relative;
  display: block;
  z-index: 3;
  margin-top: 2rem; }
  @media only screen and (min-width: 48.8125rem) {
    .p-hero-with-video .c-button.__video {
      left: 50%;
      margin: 0;
      min-width: none;
      position: absolute;
      text-align: center;
      text-decoration: none;
      top: 75%;
      transform: translate3d(-50%, -50%, 0);
      width: 100%; } }

.p-hero-with-video .c-button__text {
  color: white;
  font-family: "eurostile-extended", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase; }
  @media only screen and (min-width: 48.8125rem) {
    .p-hero-with-video .c-button__text {
      line-height: .1; } }
  .p-hero-with-video .c-button__text.__small {
    font-size: 1rem; }
    .p-hero-with-video .c-button__text.__small .play-btn {
      width: 50px;
      margin-right: 1rem; }
  .p-hero-with-video .c-button__text.__inline {
    display: flex;
    justify-content: center;
    align-items: center; }

.p-hero-with-video .c-hero__video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  @media only screen and (min-width: 64.0625rem) {
    .p-hero-with-video .c-hero__video {
      display: block; } }

.p-hero-with-video .c-hero__video-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }
  @media only screen and (min-width: 64.0625rem) {
    .p-hero-with-video .c-hero__video-img {
      display: none; } }

.p-hero-with-video .c-logo {
  position: relative; }

.p-newsletter-form {
  max-width: 360px;
  margin: 0 auto;
  display: block; }
  .p-newsletter-form input {
    border: 1px solid #DE1133; }

.newsletter form .input-style:after, .newsletter form label p:after,
.newsletter form label p:before {
  content: "";
  position: absolute; }

.p-module__intro {
  padding: 1.5rem 0; }
  .p-module__intro .c-heading {
    margin: 0; }
  .p-module__intro .c-video {
    position: relative;
    min-width: 300px;
    max-width: 400px; }
    .p-module__intro .c-video .c-icon {
      position: absolute;
      top: calc(50% - 15px);
      left: calc(50% - 15px);
      z-index: 2;
      opacity: .8;
      transition: all 150ms ease-out; }
    .p-module__intro .c-video img {
      position: relative; }
  .p-module__intro .c-trigger {
    position: relative;
    display: block; }
    .p-module__intro .c-trigger:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: black;
      opacity: 0;
      transition: all 150ms ease-out; }
    .p-module__intro .c-trigger:hover:after {
      opacity: .2; }
    .p-module__intro .c-trigger:hover .c-icon {
      opacity: 1; }
  @media only screen and (min-width: 48.8125rem) {
    .p-module__intro .c-intro-copy {
      min-width: 400px; } }
  .p-module__intro.__with-cta .c-copy {
    max-width: 800px; }
  .p-module__intro.__with-cta .c-button {
    display: inline-block;
    margin-bottom: .5rem; }
  .p-module__intro.__with-cta [class*="l-grid__unit"]:last-of-type {
    padding-left: 0; }
    @media only screen and (min-width: 48.8125rem) {
      .p-module__intro.__with-cta [class*="l-grid__unit"]:last-of-type {
        align-items: center; } }

.p-module__slider .c-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center; }

@media only screen and (min-width: 48.8125rem) {
  .p-module__features {
    padding: 0 2.5rem; } }

.p-module__features .c-heading {
  color: white; }

.p-module__features .c-subheading {
  color: #DE1133;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .05em;
  font-family: "eurostile", sans-serif; }

.p-module__features .c-copy {
  margin-bottom: 2.3rem;
  font-size: 1.25rem; }

.p-module__features .l-list__item {
  color: white;
  font-family: "eurostile", sans-serif;
  font-size: 1.25rem; }

.p-module__features .l-list__item-bullet {
  top: 8px; }

.p-infobar {
  background-color: #DE1133;
  padding: 1rem 0; }
  @media only screen and (min-width: 48.8125rem) {
    .p-infobar {
      padding: 0;
      height: 115px; } }
  .p-infobar .c-wrapper {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column;
    text-align: center; }
    @media only screen and (min-width: 48.8125rem) {
      .p-infobar .c-wrapper {
        flex-flow: row;
        text-align: left; } }
  .p-infobar .l-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .p-infobar .l-item:first-of-type {
      display: none; }
    @media only screen and (min-width: 48.8125rem) {
      .p-infobar .l-item {
        height: 100%; } }
    @media only screen and (min-width: 64.0625rem) {
      .p-infobar .l-item {
        margin-top: 0; }
        .p-infobar .l-item:first-of-type {
          display: flex; } }
  .p-infobar .c-heading {
    color: white;
    font-family: "eurostile-extended", sans-serif;
    font-size: 1.6rem;
    font-weight: 100;
    letter-spacing: 0.15em;
    text-transform: uppercase; }
  .p-infobar .c-image {
    height: 100px;
    width: auto; }
    .p-infobar .c-image.__small {
      height: 60px; }
    @media only screen and (min-width: 48.8125rem) {
      .p-infobar .c-image {
        height: 100%;
        width: auto; }
        .p-infobar .c-image.__small {
          height: 60%; } }
  .p-infobar .c-button {
    border: 2px solid rgba(255, 255, 255, 0.5); }

.newsletter {
  clear: both;
  padding: 300px 0px 80px;
  background-color: #000;
  background-image: url("../../imgs/fpo/bg-newsletter.jpg");
  background-size: cover;
  background-position: center; }
  .newsletter .c-logo {
    top: 0px; }

@media only screen and (max-width: 860px) {
  .newsletter {
    padding: 100px 10px 80px; } }

.v-dlc .c-main-nav__cta-button {
  transition: opacity 600ms ease-out 300ms; }

.v-dlc .c-main-nav.is-scrolled .c-main-nav__cta-button {
  opacity: 0;
  transition: opacity 600ms ease-out 0ms;
  pointer-events: none; }

.v-dlc .c-hero {
  height: 300px; }
  @media only screen and (min-width: 48.8125rem) {
    .v-dlc .c-hero {
      height: 85vh; } }

.v-dlc .c-logo {
  width: 90%;
  align-items: flex-end; }

.v-dlc .c-logo-image {
  max-width: 500px; }

.v-dlc .c-hero__image {
  background-image: url("../../imgs/dlc/DLC_Hero_Bg_Horiz.jpg"); }
  @media only screen and (min-width: 120.0625rem) {
    .v-dlc .c-hero__image {
      background-image: url("../../imgs/dlc/DLC_Hero_Bg_Horiz.jpg"); } }

.v-dlc .m_media {
  float: none; }

.v-dlc .media__image-cont {
  overflow: hidden; }

.v-dlc .dlc-2 {
  background-image: url("../../imgs/dlc/dlc_2_bg.jpg");
  background-size: cover;
  background-position: center center;
  margin: 2.5rem 0; }

.v-dlc .dlc-3 {
  background-image: url("../../imgs/dlc/dlc_3_bg.jpg");
  background-size: cover;
  background-position: center center; }

.demo__hero {
  position: relative;
  align-items: center;
  display: flex;
  flex-flow: column;
  height: 105vh; }

.demo__hero-image {
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: blur(10px);
  transition: all 300ms ease-out;
  z-index: 0;
  pointer-events: none; }
  .demo__hero-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(0deg, black 0%, transparent 20%, transparent 80%, rgba(0, 0, 0, 0.5) 100%); }
  .demo__hero-image.has-loaded {
    filter: blur(0px);
    background-image: url("../../imgs/demo/demo_hero.jpg"); }
    @media only screen and (min-width: 120.0625rem) {
      .demo__hero-image.has-loaded {
        background-image: url("../../imgs/demo/demo_hero-huge.jpg"); } }
  .demo__hero-image.__IDDQD {
    background-position: center 35%; }

.demo__wrapper {
  position: relative;
  width: 90vw;
  max-width: 1280px;
  margin: 0 auto;
  z-index: 10; }

@media only screen and (orientation: portrait), only screen and (min-width: 48.8125rem) {
  .demo__info {
    margin-top: -9.5rem; } }

.demo__info-blocks {
  display: flex;
  justify-content: space-between;
  flex-flow: column-reverse; }
  @media only screen and (min-width: 48.8125rem) {
    .demo__info-blocks {
      flex-flow: row; } }

.demo__info-block {
  flex-basis: 100%;
  display: flex;
  justify-content: flex-end;
  flex: 1; }
  .demo__info-block .c-store-buttons {
    margin: 0 0 2rem;
    width: 100%;
    max-width: 800px;
    box-shadow: 0px 0px 20px black; }
  @media only screen and (min-width: 48.8125rem) {
    .demo__info-block {
      flex-basis: 45%;
      flex-grow: 0; }
      .demo__info-block .c-store-buttons {
        margin: 0; } }

.demo__info-text {
  color: white;
  font-family: "eurostile", sans-serif;
  font-size: 1.175rem;
  letter-spacing: 0.05em;
  margin: -.5rem 0 0;
  text-shadow: 0 0 5px black, 0 0 10px black, 0px 0px 15px black;
  text-align: center;
  width: 100%; }
  @media only screen and (min-width: 48.8125rem) {
    .demo__info-text {
      text-align: left; } }

.demo__media-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media only screen and (min-width: 48.8125rem) {
    .demo__media-items {
      justify-content: space-between; } }

.demo__media {
  display: flex; }
  .demo__media .m_media {
    flex-basis: 95%;
    border: 1px solid rgba(222, 17, 51, 0.5);
    transition: border 150ms ease-out;
    margin: 1%; }
    .demo__media .m_media:first-of-type {
      margin-left: 0; }
    .demo__media .m_media:last-of-type {
      margin-right: 0; }
    .demo__media .m_media:hover {
      border-color: #DE1133; }
  .demo__media .demo__wrapper {
    padding: 2rem 0 5rem;
    border-bottom: 10px solid #DE1133; }
  @media only screen and (min-width: 40.0625rem) {
    .demo__media .m_media {
      flex-basis: 47%; } }
  @media only screen and (min-width: 48.8125rem) {
    .demo__media .m_media {
      flex-basis: 47%; } }

@media only screen and (min-width: 48.8125rem) and (orientation: landscape) {
  .demo__media .m_media {
    flex-basis: 18%; } }
  @media only screen and (min-width: 64.0625rem) {
    .demo__media .m_media {
      flex-basis: 18%; } }

.dlc__info-bar-pricing {
  display: flex;
  flex-flow: column;
  padding: .5rem 0rem; }
  .dlc__info-bar-pricing .price-block {
    display: flex;
    align-items: center;
    justify-content: center; }
  .dlc__info-bar-pricing .price {
    color: white;
    font-family: "eurostile", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: .8;
    margin-bottom: 2px;
    text-align: center; }
  .dlc__info-bar-pricing .buy-now__primary-btn {
    margin: .5rem 0 0;
    box-shadow: 0px 0px 15px 0px black; }

.preorder-popout {
  position: absolute;
  right: 0px;
  top: 60px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 15%;
  height: auto;
  padding: 20px;
  margin: 20px; }

.preorder-popout div.close {
  margin: 0;
  padding: 0 0 15px 0; }

.preorder-popout a.close {
  color: white;
  text-align: right;
  font-size: 20px; }

.preorder-popout img.boximg {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.popout__tag, a.popout__title {
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
  font-family: Euro, sans-serif; }

.popout__tag {
  color: #c30e1f;
  letter-spacing: .15em;
  font-size: 18px;
  padding: 20px 0; }

a.popout__title {
  color: #FFF;
  line-height: 1.1em;
  margin: 0;
  padding-top: 5px;
  letter-spacing: .2em;
  font-size: 14px; }

@media only screen and (max-width: 1500px) {
  .preorder-popout {
    width: 20%; }
  .popout__tag {
    font-size: 14px; }
  a.popout__title {
    font-size: 12px; } }

/*# sourceMappingURL=maps/main.css.map */
