/* SETUP */
/* GLOBALs */
/* COLORS */
/* FONT STACK */
/* Grid */
/* 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;
}

/* BASE */
.svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* ==========================================
 * Look in Icomoon SVG style.css
Single-colored icons can be modified like so:
.svg--name {
  font-size: 32px;
  color: red;
}
========================================== */
/* Style all font awesome icons */
.fa {
  padding: 8px;
  font-size: 12px !important;
  width: 28px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin-right: 10px;
}
.fa:hover {
  background: #D50707;
  color: white;
  text-decoration: none;
}

/* Set a specific color for each brand */
/* Facebook */
.fa-facebook,
.fa-twitter,
.fa-instagram,
.fa-linkedin,
.fa-youtube {
  background: #FC0000;
  color: white;
}

@font-face {
  font-family: "Tungsten";
  src: local("Tungsten Condensed Book"), local("Tungsten-Condensed-Book"), url("../fonts/TungstenCondensed-Book.woff2") format("woff2"), url("../fonts/TungstenCondensed-Book.woff") format("woff"), url("../fonts/TungstenCondensed-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Tungsten";
  src: local("Tungsten Condensed Bold"), local("Tungsten-Condensed-Bold"), url("../fonts/TungstenCondensed-Bold.woff2") format("woff2"), url("../fonts/TungstenCondensed-Bold.woff") format("woff"), url("../fonts/TungstenCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Tungsten Rounded";
  src: local("Tungsten Rounded Book"), local("Tungsten-Rounded-Book"), url("../fonts/TungstenRounded-Book.woff2") format("woff2"), url("../fonts/TungstenRounded-Book.woff") format("woff"), url("../fonts/TungstenRounded-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Carlson-Script";
  src: local("Carlson-Script"), url("../fonts/Carlson-Script.woff2") format("woff2"), url("../fonts/Carlson-Script.woff") format("woff"), url("../fonts/Carlson-Script.ttf") format("truetype"), url("../fonts/Carlson-Script.svg#carlsonregular") format("svg");
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Tungsten", sans-serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
}

h1 {
  line-height: 80%;
  text-transform: uppercase;
  margin-bottom: 0.26em;
}
h1 {
  font-size: 80px;
}
@media screen and (min-width: 320px) {
  h1 {
    font-size: calc(80px + 142 * ((100vw - 320px) / 1120));
  }
}
@media screen and (min-width: 1440px) {
  h1 {
    font-size: 222px;
  }
}

h2 {
  font-size: 4em;
  text-transform: uppercase;
  margin-bottom: 0.3em;
}

h3 {
  font-size: 3.375em;
  text-transform: uppercase;
  margin-bottom: 0.3em;
}

p {
  font-size: 16px;
  line-height: 1.1;
}

a {
  color: #EB462A;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
}
a:hover {
  color: #EB462A;
  text-decoration: underline;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.uppercase {
  text-transform: uppercase;
}

.normal-case {
  text-transform: none;
}

.no-br,
.nobr {
  white-space: nowrap;
}

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

html, body {
  font-family: "neue-haas-grotesk-display", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  min-width: 300px;
}

body {
  overflow-x: hidden;
}

body.site {
  background: #1F1F1F;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #FFFFFF;
  height: 100vh;
}

.banner {
  background-color: #FFFFFF;
  color: #1F1F1F;
  overflow: hidden;
  font-weight: 700;
  font-size: 15px;
}

.campaign-nav {
  font-size: 21px;
  text-align: center;
}
.campaign-nav li {
  margin-bottom: 1em;
}

#icon-scroll-container {
  bottom: 1em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  z-index: 3;
}
#icon-scroll-container.active {
  opacity: 1;
}

.icon-scroll {
  width: 0.8em;
  height: 1.36em;
  box-shadow: inset 0 0 0 0.02em #1F1F1F;
  border-radius: 0.4em;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .icon-scroll {
    font-size: 50px;
  }
}
.icon-scroll:before {
  content: "";
  width: 0.1em;
  height: 0.1em;
  background: #1F1F1F;
  margin-left: -0.05em;
  top: 0.2em;
  border-radius: 0.05em;
  -webkit-animation-duration: 1.75s;
  animation-duration: 1.75s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
  position: absolute;
  left: 50%;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(0.75em);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(0.75em);
  }
}
.container-fluid {
  max-width: 1300px;
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
}

[data-scroll][data-animation] {
  opacity: 0;
}

[data-scroll=in] {
  opacity: 1;
}

#iframeGame {
  background-color: #000;
}

.iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.iframe__container {
  position: relative;
  padding-top: 56.25%;
}

button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
  padding: 0;
}

.btn {
  padding: 0.7em 2.75em;
  background-color: #EB462A;
  border: 2px solid #EB462A;
  border-radius: 3em;
  font-weight: 700;
  display: inline-block;
  color: white;
  font-size: 16px;
  line-height: 1;
}
.btn.alt {
  background-color: #FC0000;
  border-color: #FC0000;
  font-family: "Tungsten", sans-serif;
  font-size: 2.25rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block !important;
  padding: 0.5em 1.5em;
}
.btn.alt:hover {
  background-color: #EB462A;
  color: #1F1F1F;
  text-decoration: none;
  border-color: #EB462A;
}
.btn.outline {
  background-color: transparent;
  border-color: #FC0000;
  color: #FC0000;
  font-family: "Tungsten", sans-serif;
  font-size: 2.25rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block !important;
  padding: 0.5em 1.5em;
}
.btn.outline:hover {
  background-color: #EB462A;
  color: #1F1F1F;
  text-decoration: none;
  border-color: #EB462A;
}
.btn.white-outline {
  background-color: transparent;
  border-color: white;
  color: white;
  font-family: "Tungsten", sans-serif;
  font-size: 2.25rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block !important;
  padding: 0.5em 1.5em;
}
.btn.white-outline:hover {
  background-color: #EB462A;
  color: #1F1F1F;
  text-decoration: none;
  border-color: #EB462A;
}
.btn:hover {
  background-color: #EB462A;
  color: #1F1F1F;
  text-decoration: none;
}
.btn.white {
  color: #1F1F1F;
  background: white;
  border-color: white;
}
.btn.white:hover {
  background: white;
  color: #EB462A;
}
.btn.red-copy {
  color: #FC0000;
}
.btn.red-copy:hover {
  color: #FC0000;
}
.btn.red-copy.white:hover {
  background-color: transparent;
  color: white;
}
.btn.large {
  font-size: 23px;
}
.btn.small {
  font-size: 1.75em;
}
.btn.watch {
  display: inline-flex;
  align-items: center;
}
.btn.watch:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid currentColor;
  margin-right: 0.75em;
}
/*# sourceMappingURL=style.min.css.map */
