@-webkit-keyframes loadingBarAnimation {
  0% {
    -webkit-transform: scaleY(2);
            transform: scaleY(2); }
  50%,
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@keyframes loadingBarAnimation {
  0% {
    -webkit-transform: scaleY(2);
            transform: scaleY(2); }
  50%,
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

.loading {
  padding: 100px 0;
  margin: 0 auto;
  display: block;
  position: relative;
  width: 100px;
  color: #403f45; }

.loading__bar {
  display: block;
  margin: 0 -5px;
  position: absolute;
  width: 10px;
  height: 15px;
  background: currentColor;
  -webkit-animation: loadingBarAnimation 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
          animation: loadingBarAnimation 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }

.loading__bar--1 {
  left: 30px;
  -webkit-animation-delay: -0.24s;
          animation-delay: -0.24s; }

.loading__bar--2 {
  left: 50%;
  -webkit-animation-delay: -0.12s;
          animation-delay: -0.12s; }

.loading__bar--3 {
  right: 30px; }

/* ------------------------------------ *\
    #CONTAINER
\* ------------------------------------ */
.container {
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 1460px; }
  @media (min-width: 1024px) {
    .container {
      width: 90%; } }

.container--full-width {
  padding: 0;
  width: 100%;
  max-width: none; }

.container--relative {
  position: relative; }

.text {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c1c0d1;
  font-size: 16px;
  line-height: 1.75; }
  .text strong {
    color: #fff; }

.text--20 {
  color: #fff;
  font-size: 20px;
  line-height: 1.6; }

.text--18 {
  font-size: 18px;
  line-height: 1.55556; }

.text--14 {
  font-size: 14px;
  line-height: 1.42857; }

.text--12 {
  font-size: 12px;
  line-height: 1.41667; }

.text__scope h1,
.text__scope h2,
.text__scope h3,
.text__scope h4,
.text__scope h5,
.text__scope h6,
.text__scope p,
.text__scope ul,
.text__scope ol,
.text__scope img {
  margin: 0 0 20px; }

.text__scope h1,
.text__scope h2,
.text__scope h3,
.text__scope h4,
.text__scope h5,
.text__scope h6 {
  font-family: "Play", "Orbitron", sans-serif;
  font-weight: bold;
  position: relative;
  top: 0.125em; }

.text__scope h1 {
  color: #fff;
  font-size: 46px;
  line-height: 1.26087; }

.text__scope h2 {
  color: #fff;
  font-size: 36px;
  line-height: 1.22222; }

.text__scope h3 {
  color: #fff;
  font-size: 32px;
  line-height: 1.25; }

.text__scope h4 {
  color: #fff;
  font-size: 26px;
  line-height: 1.30769; }

.text__scope h5 {
  color: #fff;
  font-size: 22px;
  line-height: 1.27273; }

.text__scope h6 {
  color: #fff;
  font-size: 18px;
  line-height: 1.33333; }

.text__scope img {
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  height: auto; }

.text__scope ul,
.text__scope ol,
.text__scope dl {
  padding-left: 30px; }

.text__scope ul {
  list-style: none;
  padding-left: 0; }
  .text__scope ul li {
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative; }
    .text__scope ul li::before {
      content: '';
      display: block;
      width: 0.6em;
      height: 0.6em;
      border: solid #f7e050;
      border-width: 2px 2px 0 0;
      position: absolute;
      top: 0.4em;
      left: 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

.text__scope table {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left; }
  .text__scope table img {
    border: 0; }
    .text__scope table img:last-child {
      margin-bottom: 0; }
  .text__scope table strong {
    color: #fff;
    font-family: "Play", "Orbitron", sans-serif; }

.text__scope thead {
  background: rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.875rem; }

.text__scope th,
.text__scope td {
  padding: 10px 30px; }

.text__scope tr:nth-child(2n) {
  background: rgba(255, 255, 255, 0.1); }

.text__scope td + td {
  border-left: 1px solid rgba(255, 255, 255, 0.2); }

/* ------------------------------------ *\
    #ASPECT
\* ------------------------------------ */
.aspect {
  overflow: hidden;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }
  .aspect > img,
  .aspect > svg,
  .aspect > picture img,
  .aspect > iframe,
  .aspect > embed,
  .aspect > canvas,
  .aspect > video {
    margin: 0;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0; }
  .aspect > iframe,
  .aspect > embed,
  .aspect > canvas,
  .aspect > video {
    height: 100%; }

.aspect--visible-overflow {
  overflow: visible; }

.aspect__placeholder {
  display: block;
  width: 100%;
  padding-top: 100%; }
  .aspect--16x9 .aspect__placeholder {
    padding-top: 56.25%; }
  .aspect--4x3 .aspect__placeholder {
    padding-top: 75%; }
  .aspect--135x75 .aspect__placeholder {
    padding-top: 55.55556%; }

.module {
  margin-bottom: 40px; }
  .module:last-child {
    margin-bottom: 0; }

.table-wrapper {
  margin-bottom: 20px;
  overflow-x: auto; }
  .table-wrapper thead {
    white-space: nowrap; }

.section {
  margin-bottom: 70px; }

.wrapper {
  overflow: hidden;
  margin: auto;
  padding-bottom: 1px;
  max-width: 2000px;
  height: 100%;
  position: relative; }

.wrapper__backdrop {
  width: 100%;
  height: 100%;
  background: url(/dist/client/images/bg-rock-repeat-y.jpg) center top no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  will-change: transform; }

.link-ninja {
  cursor: pointer;
  text-decoration: none;
  color: inherit; }

.header {
  text-align: center;
  position: relative;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .header {
      margin-bottom: 70px; } }

.header__tag {
  color: #c1c0d1;
  font-family: "Play", "Orbitron", sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  text-align: left;
  position: absolute; }
  @media (min-width: 768px) {
    .header__tag {
      font-size: 14px; } }

.header__title {
  display: block;
  margin: 20px auto 0;
  width: 187px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-family: "Play", "Orbitron", sans-serif;
  font-weight: 700; }

.header__title-text {
  margin: 0 auto;
  display: block;
  background: -webkit-linear-gradient(#901a1d, #f7e050);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.header__title-logo {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 30vw;
  height: auto; }

.anchor-point {
  display: block;
  position: relative;
  top: -200px;
  height: 1px;
  margin-bottom: -1px; }

.layout-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px; }
  @media (min-width: 1500px) {
    .layout-column {
      margin-bottom: 0; } }

.layout-2-1-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .layout-2-1-column > :nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
    @media (min-width: 1280px) {
      .layout-2-1-column > :nth-child(1) {
        width: 66.66667%; } }
  .layout-2-1-column > :nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
    @media (min-width: 1280px) {
      .layout-2-1-column > :nth-child(2) {
        width: 33.33333%; } }

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  background: #050404; }

#app {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #babab8;
  font-size: 16px;
  line-height: 1.75; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-size: 1.2rem;
  line-height: 1.2; }

ul,
ol {
  margin: 0 0 20px;
  padding: 0; }

p {
  margin: 0 0 20px; }

a,
button {
  cursor: pointer;
  display: inline;
  color: #f7e050;
  padding: 0;
  border: 0;
  background: none;
  font-size: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }

hr {
  margin: 0 0 20px;
  border: solid rgba(255, 255, 255, 0.2);
  border-width: 1px 0 0; }

img {
  vertical-align: middle;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

figure {
  margin: 0; }

svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  fill: currentColor;
  vertical-align: middle; }

iframe {
  display: block; }

select::-ms-expand {
  display: none; }

label {
  cursor: pointer; }

.u-color-white {
  color: #fff !important; }

.u-color-primary {
  color: #f7e050 !important; }

.u-color-primary-dark {
  color: #e1a11c !important; }

.u-color-secondary {
  color: #d42329 !important; }

.u-color-text {
  color: #c1c0d1 !important; }

.u-color-text-dark {
  color: #787882 !important; }

.u-color-bg-light {
  color: #403f45 !important; }

.u-color-bg-dark {
  color: #212024 !important; }

.u-inline-block {
  display: inline-block !important; }

/* ------------------------------------ *\
    #SPACING UTILITIES
\* ------------------------------------ */
.u-mb-40 {
  margin-bottom: 40px !important; }

.u-pt-0 {
  padding-top: 0 !important; }

.u-mb-0 {
  margin-bottom: 0 !important; }

.u-pt-10 {
  padding-top: 10px !important; }

.u-mb-10 {
  margin-bottom: 10px !important; }

.u-pt-15 {
  padding-top: 15px !important; }

.u-mb-15 {
  margin-bottom: 15px !important; }

.u-pt-20 {
  padding-top: 20px !important; }

.u-mb-20 {
  margin-bottom: 20px !important; }

.u-pt-30 {
  padding-top: 30px !important; }

.u-mb-30 {
  margin-bottom: 30px !important; }

.u-pt-40 {
  padding-top: 40px !important; }

.u-mb-40 {
  margin-bottom: 40px !important; }

.u-pt-50 {
  padding-top: 50px !important; }

.u-mb-50 {
  margin-bottom: 50px !important; }

.u-pt-60 {
  padding-top: 60px !important; }

.u-mb-60 {
  margin-bottom: 60px !important; }

.u-pt-70 {
  padding-top: 70px !important; }

.u-mb-70 {
  margin-bottom: 70px !important; }

.u-pt-80 {
  padding-top: 80px !important; }

.u-mb-80 {
  margin-bottom: 80px !important; }

@media (min-width: 480px) {
  .u-pt-0\@xs {
    padding-top: 0 !important; }
  .u-mb-0\@xs {
    margin-bottom: 0 !important; }
  .u-pt-10\@xs {
    padding-top: 10px !important; }
  .u-mb-10\@xs {
    margin-bottom: 10px !important; }
  .u-pt-15\@xs {
    padding-top: 15px !important; }
  .u-mb-15\@xs {
    margin-bottom: 15px !important; }
  .u-pt-20\@xs {
    padding-top: 20px !important; }
  .u-mb-20\@xs {
    margin-bottom: 20px !important; }
  .u-pt-30\@xs {
    padding-top: 30px !important; }
  .u-mb-30\@xs {
    margin-bottom: 30px !important; }
  .u-pt-40\@xs {
    padding-top: 40px !important; }
  .u-mb-40\@xs {
    margin-bottom: 40px !important; }
  .u-pt-50\@xs {
    padding-top: 50px !important; }
  .u-mb-50\@xs {
    margin-bottom: 50px !important; }
  .u-pt-60\@xs {
    padding-top: 60px !important; }
  .u-mb-60\@xs {
    margin-bottom: 60px !important; }
  .u-pt-70\@xs {
    padding-top: 70px !important; }
  .u-mb-70\@xs {
    margin-bottom: 70px !important; }
  .u-pt-80\@xs {
    padding-top: 80px !important; }
  .u-mb-80\@xs {
    margin-bottom: 80px !important; } }

@media (max-width: 479px) {
  .u-pt-0\@less-than-xs {
    padding-top: 0 !important; }
  .u-mb-0\@less-than-xs {
    margin-bottom: 0 !important; }
  .u-pt-10\@less-than-xs {
    padding-top: 10px !important; }
  .u-mb-10\@less-than-xs {
    margin-bottom: 10px !important; }
  .u-pt-15\@less-than-xs {
    padding-top: 15px !important; }
  .u-mb-15\@less-than-xs {
    margin-bottom: 15px !important; }
  .u-pt-20\@less-than-xs {
    padding-top: 20px !important; }
  .u-mb-20\@less-than-xs {
    margin-bottom: 20px !important; }
  .u-pt-30\@less-than-xs {
    padding-top: 30px !important; }
  .u-mb-30\@less-than-xs {
    margin-bottom: 30px !important; }
  .u-pt-40\@less-than-xs {
    padding-top: 40px !important; }
  .u-mb-40\@less-than-xs {
    margin-bottom: 40px !important; }
  .u-pt-50\@less-than-xs {
    padding-top: 50px !important; }
  .u-mb-50\@less-than-xs {
    margin-bottom: 50px !important; }
  .u-pt-60\@less-than-xs {
    padding-top: 60px !important; }
  .u-mb-60\@less-than-xs {
    margin-bottom: 60px !important; }
  .u-pt-70\@less-than-xs {
    padding-top: 70px !important; }
  .u-mb-70\@less-than-xs {
    margin-bottom: 70px !important; }
  .u-pt-80\@less-than-xs {
    padding-top: 80px !important; }
  .u-mb-80\@less-than-xs {
    margin-bottom: 80px !important; } }

@media screen and (min-width: 480px) and (max-width: 539px) {
  .u-pt-0\@xs-only {
    padding-top: 0 !important; }
  .u-mb-0\@xs-only {
    margin-bottom: 0 !important; }
  .u-pt-10\@xs-only {
    padding-top: 10px !important; }
  .u-mb-10\@xs-only {
    margin-bottom: 10px !important; }
  .u-pt-15\@xs-only {
    padding-top: 15px !important; }
  .u-mb-15\@xs-only {
    margin-bottom: 15px !important; }
  .u-pt-20\@xs-only {
    padding-top: 20px !important; }
  .u-mb-20\@xs-only {
    margin-bottom: 20px !important; }
  .u-pt-30\@xs-only {
    padding-top: 30px !important; }
  .u-mb-30\@xs-only {
    margin-bottom: 30px !important; }
  .u-pt-40\@xs-only {
    padding-top: 40px !important; }
  .u-mb-40\@xs-only {
    margin-bottom: 40px !important; }
  .u-pt-50\@xs-only {
    padding-top: 50px !important; }
  .u-mb-50\@xs-only {
    margin-bottom: 50px !important; }
  .u-pt-60\@xs-only {
    padding-top: 60px !important; }
  .u-mb-60\@xs-only {
    margin-bottom: 60px !important; }
  .u-pt-70\@xs-only {
    padding-top: 70px !important; }
  .u-mb-70\@xs-only {
    margin-bottom: 70px !important; }
  .u-pt-80\@xs-only {
    padding-top: 80px !important; }
  .u-mb-80\@xs-only {
    margin-bottom: 80px !important; } }

@media (min-width: 540px) {
  .u-pt-0\@phone {
    padding-top: 0 !important; }
  .u-mb-0\@phone {
    margin-bottom: 0 !important; }
  .u-pt-10\@phone {
    padding-top: 10px !important; }
  .u-mb-10\@phone {
    margin-bottom: 10px !important; }
  .u-pt-15\@phone {
    padding-top: 15px !important; }
  .u-mb-15\@phone {
    margin-bottom: 15px !important; }
  .u-pt-20\@phone {
    padding-top: 20px !important; }
  .u-mb-20\@phone {
    margin-bottom: 20px !important; }
  .u-pt-30\@phone {
    padding-top: 30px !important; }
  .u-mb-30\@phone {
    margin-bottom: 30px !important; }
  .u-pt-40\@phone {
    padding-top: 40px !important; }
  .u-mb-40\@phone {
    margin-bottom: 40px !important; }
  .u-pt-50\@phone {
    padding-top: 50px !important; }
  .u-mb-50\@phone {
    margin-bottom: 50px !important; }
  .u-pt-60\@phone {
    padding-top: 60px !important; }
  .u-mb-60\@phone {
    margin-bottom: 60px !important; }
  .u-pt-70\@phone {
    padding-top: 70px !important; }
  .u-mb-70\@phone {
    margin-bottom: 70px !important; }
  .u-pt-80\@phone {
    padding-top: 80px !important; }
  .u-mb-80\@phone {
    margin-bottom: 80px !important; } }

@media (max-width: 539px) {
  .u-pt-0\@less-than-phone {
    padding-top: 0 !important; }
  .u-mb-0\@less-than-phone {
    margin-bottom: 0 !important; }
  .u-pt-10\@less-than-phone {
    padding-top: 10px !important; }
  .u-mb-10\@less-than-phone {
    margin-bottom: 10px !important; }
  .u-pt-15\@less-than-phone {
    padding-top: 15px !important; }
  .u-mb-15\@less-than-phone {
    margin-bottom: 15px !important; }
  .u-pt-20\@less-than-phone {
    padding-top: 20px !important; }
  .u-mb-20\@less-than-phone {
    margin-bottom: 20px !important; }
  .u-pt-30\@less-than-phone {
    padding-top: 30px !important; }
  .u-mb-30\@less-than-phone {
    margin-bottom: 30px !important; }
  .u-pt-40\@less-than-phone {
    padding-top: 40px !important; }
  .u-mb-40\@less-than-phone {
    margin-bottom: 40px !important; }
  .u-pt-50\@less-than-phone {
    padding-top: 50px !important; }
  .u-mb-50\@less-than-phone {
    margin-bottom: 50px !important; }
  .u-pt-60\@less-than-phone {
    padding-top: 60px !important; }
  .u-mb-60\@less-than-phone {
    margin-bottom: 60px !important; }
  .u-pt-70\@less-than-phone {
    padding-top: 70px !important; }
  .u-mb-70\@less-than-phone {
    margin-bottom: 70px !important; }
  .u-pt-80\@less-than-phone {
    padding-top: 80px !important; }
  .u-mb-80\@less-than-phone {
    margin-bottom: 80px !important; } }

@media screen and (min-width: 540px) and (max-width: 767px) {
  .u-pt-0\@phone-only {
    padding-top: 0 !important; }
  .u-mb-0\@phone-only {
    margin-bottom: 0 !important; }
  .u-pt-10\@phone-only {
    padding-top: 10px !important; }
  .u-mb-10\@phone-only {
    margin-bottom: 10px !important; }
  .u-pt-15\@phone-only {
    padding-top: 15px !important; }
  .u-mb-15\@phone-only {
    margin-bottom: 15px !important; }
  .u-pt-20\@phone-only {
    padding-top: 20px !important; }
  .u-mb-20\@phone-only {
    margin-bottom: 20px !important; }
  .u-pt-30\@phone-only {
    padding-top: 30px !important; }
  .u-mb-30\@phone-only {
    margin-bottom: 30px !important; }
  .u-pt-40\@phone-only {
    padding-top: 40px !important; }
  .u-mb-40\@phone-only {
    margin-bottom: 40px !important; }
  .u-pt-50\@phone-only {
    padding-top: 50px !important; }
  .u-mb-50\@phone-only {
    margin-bottom: 50px !important; }
  .u-pt-60\@phone-only {
    padding-top: 60px !important; }
  .u-mb-60\@phone-only {
    margin-bottom: 60px !important; }
  .u-pt-70\@phone-only {
    padding-top: 70px !important; }
  .u-mb-70\@phone-only {
    margin-bottom: 70px !important; }
  .u-pt-80\@phone-only {
    padding-top: 80px !important; }
  .u-mb-80\@phone-only {
    margin-bottom: 80px !important; } }

@media (min-width: 768px) {
  .u-pt-0\@sm {
    padding-top: 0 !important; }
  .u-mb-0\@sm {
    margin-bottom: 0 !important; }
  .u-pt-10\@sm {
    padding-top: 10px !important; }
  .u-mb-10\@sm {
    margin-bottom: 10px !important; }
  .u-pt-15\@sm {
    padding-top: 15px !important; }
  .u-mb-15\@sm {
    margin-bottom: 15px !important; }
  .u-pt-20\@sm {
    padding-top: 20px !important; }
  .u-mb-20\@sm {
    margin-bottom: 20px !important; }
  .u-pt-30\@sm {
    padding-top: 30px !important; }
  .u-mb-30\@sm {
    margin-bottom: 30px !important; }
  .u-pt-40\@sm {
    padding-top: 40px !important; }
  .u-mb-40\@sm {
    margin-bottom: 40px !important; }
  .u-pt-50\@sm {
    padding-top: 50px !important; }
  .u-mb-50\@sm {
    margin-bottom: 50px !important; }
  .u-pt-60\@sm {
    padding-top: 60px !important; }
  .u-mb-60\@sm {
    margin-bottom: 60px !important; }
  .u-pt-70\@sm {
    padding-top: 70px !important; }
  .u-mb-70\@sm {
    margin-bottom: 70px !important; }
  .u-pt-80\@sm {
    padding-top: 80px !important; }
  .u-mb-80\@sm {
    margin-bottom: 80px !important; } }

@media (max-width: 767px) {
  .u-pt-0\@less-than-sm {
    padding-top: 0 !important; }
  .u-mb-0\@less-than-sm {
    margin-bottom: 0 !important; }
  .u-pt-10\@less-than-sm {
    padding-top: 10px !important; }
  .u-mb-10\@less-than-sm {
    margin-bottom: 10px !important; }
  .u-pt-15\@less-than-sm {
    padding-top: 15px !important; }
  .u-mb-15\@less-than-sm {
    margin-bottom: 15px !important; }
  .u-pt-20\@less-than-sm {
    padding-top: 20px !important; }
  .u-mb-20\@less-than-sm {
    margin-bottom: 20px !important; }
  .u-pt-30\@less-than-sm {
    padding-top: 30px !important; }
  .u-mb-30\@less-than-sm {
    margin-bottom: 30px !important; }
  .u-pt-40\@less-than-sm {
    padding-top: 40px !important; }
  .u-mb-40\@less-than-sm {
    margin-bottom: 40px !important; }
  .u-pt-50\@less-than-sm {
    padding-top: 50px !important; }
  .u-mb-50\@less-than-sm {
    margin-bottom: 50px !important; }
  .u-pt-60\@less-than-sm {
    padding-top: 60px !important; }
  .u-mb-60\@less-than-sm {
    margin-bottom: 60px !important; }
  .u-pt-70\@less-than-sm {
    padding-top: 70px !important; }
  .u-mb-70\@less-than-sm {
    margin-bottom: 70px !important; }
  .u-pt-80\@less-than-sm {
    padding-top: 80px !important; }
  .u-mb-80\@less-than-sm {
    margin-bottom: 80px !important; } }

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-pt-0\@sm-only {
    padding-top: 0 !important; }
  .u-mb-0\@sm-only {
    margin-bottom: 0 !important; }
  .u-pt-10\@sm-only {
    padding-top: 10px !important; }
  .u-mb-10\@sm-only {
    margin-bottom: 10px !important; }
  .u-pt-15\@sm-only {
    padding-top: 15px !important; }
  .u-mb-15\@sm-only {
    margin-bottom: 15px !important; }
  .u-pt-20\@sm-only {
    padding-top: 20px !important; }
  .u-mb-20\@sm-only {
    margin-bottom: 20px !important; }
  .u-pt-30\@sm-only {
    padding-top: 30px !important; }
  .u-mb-30\@sm-only {
    margin-bottom: 30px !important; }
  .u-pt-40\@sm-only {
    padding-top: 40px !important; }
  .u-mb-40\@sm-only {
    margin-bottom: 40px !important; }
  .u-pt-50\@sm-only {
    padding-top: 50px !important; }
  .u-mb-50\@sm-only {
    margin-bottom: 50px !important; }
  .u-pt-60\@sm-only {
    padding-top: 60px !important; }
  .u-mb-60\@sm-only {
    margin-bottom: 60px !important; }
  .u-pt-70\@sm-only {
    padding-top: 70px !important; }
  .u-mb-70\@sm-only {
    margin-bottom: 70px !important; }
  .u-pt-80\@sm-only {
    padding-top: 80px !important; }
  .u-mb-80\@sm-only {
    margin-bottom: 80px !important; } }

@media (min-width: 1024px) {
  .u-pt-0\@md {
    padding-top: 0 !important; }
  .u-mb-0\@md {
    margin-bottom: 0 !important; }
  .u-pt-10\@md {
    padding-top: 10px !important; }
  .u-mb-10\@md {
    margin-bottom: 10px !important; }
  .u-pt-15\@md {
    padding-top: 15px !important; }
  .u-mb-15\@md {
    margin-bottom: 15px !important; }
  .u-pt-20\@md {
    padding-top: 20px !important; }
  .u-mb-20\@md {
    margin-bottom: 20px !important; }
  .u-pt-30\@md {
    padding-top: 30px !important; }
  .u-mb-30\@md {
    margin-bottom: 30px !important; }
  .u-pt-40\@md {
    padding-top: 40px !important; }
  .u-mb-40\@md {
    margin-bottom: 40px !important; }
  .u-pt-50\@md {
    padding-top: 50px !important; }
  .u-mb-50\@md {
    margin-bottom: 50px !important; }
  .u-pt-60\@md {
    padding-top: 60px !important; }
  .u-mb-60\@md {
    margin-bottom: 60px !important; }
  .u-pt-70\@md {
    padding-top: 70px !important; }
  .u-mb-70\@md {
    margin-bottom: 70px !important; }
  .u-pt-80\@md {
    padding-top: 80px !important; }
  .u-mb-80\@md {
    margin-bottom: 80px !important; } }

@media (max-width: 1023px) {
  .u-pt-0\@less-than-md {
    padding-top: 0 !important; }
  .u-mb-0\@less-than-md {
    margin-bottom: 0 !important; }
  .u-pt-10\@less-than-md {
    padding-top: 10px !important; }
  .u-mb-10\@less-than-md {
    margin-bottom: 10px !important; }
  .u-pt-15\@less-than-md {
    padding-top: 15px !important; }
  .u-mb-15\@less-than-md {
    margin-bottom: 15px !important; }
  .u-pt-20\@less-than-md {
    padding-top: 20px !important; }
  .u-mb-20\@less-than-md {
    margin-bottom: 20px !important; }
  .u-pt-30\@less-than-md {
    padding-top: 30px !important; }
  .u-mb-30\@less-than-md {
    margin-bottom: 30px !important; }
  .u-pt-40\@less-than-md {
    padding-top: 40px !important; }
  .u-mb-40\@less-than-md {
    margin-bottom: 40px !important; }
  .u-pt-50\@less-than-md {
    padding-top: 50px !important; }
  .u-mb-50\@less-than-md {
    margin-bottom: 50px !important; }
  .u-pt-60\@less-than-md {
    padding-top: 60px !important; }
  .u-mb-60\@less-than-md {
    margin-bottom: 60px !important; }
  .u-pt-70\@less-than-md {
    padding-top: 70px !important; }
  .u-mb-70\@less-than-md {
    margin-bottom: 70px !important; }
  .u-pt-80\@less-than-md {
    padding-top: 80px !important; }
  .u-mb-80\@less-than-md {
    margin-bottom: 80px !important; } }

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .u-pt-0\@md-only {
    padding-top: 0 !important; }
  .u-mb-0\@md-only {
    margin-bottom: 0 !important; }
  .u-pt-10\@md-only {
    padding-top: 10px !important; }
  .u-mb-10\@md-only {
    margin-bottom: 10px !important; }
  .u-pt-15\@md-only {
    padding-top: 15px !important; }
  .u-mb-15\@md-only {
    margin-bottom: 15px !important; }
  .u-pt-20\@md-only {
    padding-top: 20px !important; }
  .u-mb-20\@md-only {
    margin-bottom: 20px !important; }
  .u-pt-30\@md-only {
    padding-top: 30px !important; }
  .u-mb-30\@md-only {
    margin-bottom: 30px !important; }
  .u-pt-40\@md-only {
    padding-top: 40px !important; }
  .u-mb-40\@md-only {
    margin-bottom: 40px !important; }
  .u-pt-50\@md-only {
    padding-top: 50px !important; }
  .u-mb-50\@md-only {
    margin-bottom: 50px !important; }
  .u-pt-60\@md-only {
    padding-top: 60px !important; }
  .u-mb-60\@md-only {
    margin-bottom: 60px !important; }
  .u-pt-70\@md-only {
    padding-top: 70px !important; }
  .u-mb-70\@md-only {
    margin-bottom: 70px !important; }
  .u-pt-80\@md-only {
    padding-top: 80px !important; }
  .u-mb-80\@md-only {
    margin-bottom: 80px !important; } }

@media (min-width: 1280px) {
  .u-pt-0\@lg {
    padding-top: 0 !important; }
  .u-mb-0\@lg {
    margin-bottom: 0 !important; }
  .u-pt-10\@lg {
    padding-top: 10px !important; }
  .u-mb-10\@lg {
    margin-bottom: 10px !important; }
  .u-pt-15\@lg {
    padding-top: 15px !important; }
  .u-mb-15\@lg {
    margin-bottom: 15px !important; }
  .u-pt-20\@lg {
    padding-top: 20px !important; }
  .u-mb-20\@lg {
    margin-bottom: 20px !important; }
  .u-pt-30\@lg {
    padding-top: 30px !important; }
  .u-mb-30\@lg {
    margin-bottom: 30px !important; }
  .u-pt-40\@lg {
    padding-top: 40px !important; }
  .u-mb-40\@lg {
    margin-bottom: 40px !important; }
  .u-pt-50\@lg {
    padding-top: 50px !important; }
  .u-mb-50\@lg {
    margin-bottom: 50px !important; }
  .u-pt-60\@lg {
    padding-top: 60px !important; }
  .u-mb-60\@lg {
    margin-bottom: 60px !important; }
  .u-pt-70\@lg {
    padding-top: 70px !important; }
  .u-mb-70\@lg {
    margin-bottom: 70px !important; }
  .u-pt-80\@lg {
    padding-top: 80px !important; }
  .u-mb-80\@lg {
    margin-bottom: 80px !important; } }

@media (max-width: 1279px) {
  .u-pt-0\@less-than-lg {
    padding-top: 0 !important; }
  .u-mb-0\@less-than-lg {
    margin-bottom: 0 !important; }
  .u-pt-10\@less-than-lg {
    padding-top: 10px !important; }
  .u-mb-10\@less-than-lg {
    margin-bottom: 10px !important; }
  .u-pt-15\@less-than-lg {
    padding-top: 15px !important; }
  .u-mb-15\@less-than-lg {
    margin-bottom: 15px !important; }
  .u-pt-20\@less-than-lg {
    padding-top: 20px !important; }
  .u-mb-20\@less-than-lg {
    margin-bottom: 20px !important; }
  .u-pt-30\@less-than-lg {
    padding-top: 30px !important; }
  .u-mb-30\@less-than-lg {
    margin-bottom: 30px !important; }
  .u-pt-40\@less-than-lg {
    padding-top: 40px !important; }
  .u-mb-40\@less-than-lg {
    margin-bottom: 40px !important; }
  .u-pt-50\@less-than-lg {
    padding-top: 50px !important; }
  .u-mb-50\@less-than-lg {
    margin-bottom: 50px !important; }
  .u-pt-60\@less-than-lg {
    padding-top: 60px !important; }
  .u-mb-60\@less-than-lg {
    margin-bottom: 60px !important; }
  .u-pt-70\@less-than-lg {
    padding-top: 70px !important; }
  .u-mb-70\@less-than-lg {
    margin-bottom: 70px !important; }
  .u-pt-80\@less-than-lg {
    padding-top: 80px !important; }
  .u-mb-80\@less-than-lg {
    margin-bottom: 80px !important; } }

@media screen and (min-width: 1280px) and (max-width: 1499px) {
  .u-pt-0\@lg-only {
    padding-top: 0 !important; }
  .u-mb-0\@lg-only {
    margin-bottom: 0 !important; }
  .u-pt-10\@lg-only {
    padding-top: 10px !important; }
  .u-mb-10\@lg-only {
    margin-bottom: 10px !important; }
  .u-pt-15\@lg-only {
    padding-top: 15px !important; }
  .u-mb-15\@lg-only {
    margin-bottom: 15px !important; }
  .u-pt-20\@lg-only {
    padding-top: 20px !important; }
  .u-mb-20\@lg-only {
    margin-bottom: 20px !important; }
  .u-pt-30\@lg-only {
    padding-top: 30px !important; }
  .u-mb-30\@lg-only {
    margin-bottom: 30px !important; }
  .u-pt-40\@lg-only {
    padding-top: 40px !important; }
  .u-mb-40\@lg-only {
    margin-bottom: 40px !important; }
  .u-pt-50\@lg-only {
    padding-top: 50px !important; }
  .u-mb-50\@lg-only {
    margin-bottom: 50px !important; }
  .u-pt-60\@lg-only {
    padding-top: 60px !important; }
  .u-mb-60\@lg-only {
    margin-bottom: 60px !important; }
  .u-pt-70\@lg-only {
    padding-top: 70px !important; }
  .u-mb-70\@lg-only {
    margin-bottom: 70px !important; }
  .u-pt-80\@lg-only {
    padding-top: 80px !important; }
  .u-mb-80\@lg-only {
    margin-bottom: 80px !important; } }

@media (min-width: 1500px) {
  .u-pt-0\@xl {
    padding-top: 0 !important; }
  .u-mb-0\@xl {
    margin-bottom: 0 !important; }
  .u-pt-10\@xl {
    padding-top: 10px !important; }
  .u-mb-10\@xl {
    margin-bottom: 10px !important; }
  .u-pt-15\@xl {
    padding-top: 15px !important; }
  .u-mb-15\@xl {
    margin-bottom: 15px !important; }
  .u-pt-20\@xl {
    padding-top: 20px !important; }
  .u-mb-20\@xl {
    margin-bottom: 20px !important; }
  .u-pt-30\@xl {
    padding-top: 30px !important; }
  .u-mb-30\@xl {
    margin-bottom: 30px !important; }
  .u-pt-40\@xl {
    padding-top: 40px !important; }
  .u-mb-40\@xl {
    margin-bottom: 40px !important; }
  .u-pt-50\@xl {
    padding-top: 50px !important; }
  .u-mb-50\@xl {
    margin-bottom: 50px !important; }
  .u-pt-60\@xl {
    padding-top: 60px !important; }
  .u-mb-60\@xl {
    margin-bottom: 60px !important; }
  .u-pt-70\@xl {
    padding-top: 70px !important; }
  .u-mb-70\@xl {
    margin-bottom: 70px !important; }
  .u-pt-80\@xl {
    padding-top: 80px !important; }
  .u-mb-80\@xl {
    margin-bottom: 80px !important; } }

@media (max-width: 1499px) {
  .u-pt-0\@less-than-xl {
    padding-top: 0 !important; }
  .u-mb-0\@less-than-xl {
    margin-bottom: 0 !important; }
  .u-pt-10\@less-than-xl {
    padding-top: 10px !important; }
  .u-mb-10\@less-than-xl {
    margin-bottom: 10px !important; }
  .u-pt-15\@less-than-xl {
    padding-top: 15px !important; }
  .u-mb-15\@less-than-xl {
    margin-bottom: 15px !important; }
  .u-pt-20\@less-than-xl {
    padding-top: 20px !important; }
  .u-mb-20\@less-than-xl {
    margin-bottom: 20px !important; }
  .u-pt-30\@less-than-xl {
    padding-top: 30px !important; }
  .u-mb-30\@less-than-xl {
    margin-bottom: 30px !important; }
  .u-pt-40\@less-than-xl {
    padding-top: 40px !important; }
  .u-mb-40\@less-than-xl {
    margin-bottom: 40px !important; }
  .u-pt-50\@less-than-xl {
    padding-top: 50px !important; }
  .u-mb-50\@less-than-xl {
    margin-bottom: 50px !important; }
  .u-pt-60\@less-than-xl {
    padding-top: 60px !important; }
  .u-mb-60\@less-than-xl {
    margin-bottom: 60px !important; }
  .u-pt-70\@less-than-xl {
    padding-top: 70px !important; }
  .u-mb-70\@less-than-xl {
    margin-bottom: 70px !important; }
  .u-pt-80\@less-than-xl {
    padding-top: 80px !important; }
  .u-mb-80\@less-than-xl {
    margin-bottom: 80px !important; } }

.u-text-center {
  text-align: center !important; }

.u-text-right {
  text-align: right !important; }

.u-uppercase {
  text-transform: uppercase; }

.u-button-block {
  cursor: pointer;
  display: block;
  padding: 0;
  border: 0;
  width: 100%; }

.u-sr-only {
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  width: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  position: absolute !important; }

/* ------------------------------------ *\
    #IMAGE UTILITIES
\* ------------------------------------ */
.u-img-respond {
  max-width: 100%;
  height: auto; }

.u-img-full {
  width: 100%;
  height: auto; }

.u-drop-shadow {
  -webkit-filter: drop-shadow(5px 5px 15px #000);
          filter: drop-shadow(5px 5px 15px #000); }

/* stylelint-disable */
app * {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

app a {
  text-decoration: none; }

#submitLoginBtn {
  background: #d42329; }

.agegate {
  background: none !important; }
  .agegate > div {
    background: none !important;
    width: 100% !important; }
    .agegate > div > div {
      padding: 35px 25px !important; }
  .agegate input {
    width: 30% !important;
    max-width: 100px !important; }
  .agegate button {
    background: none !important;
    cursor: pointer !important;
    display: inline-block !important;
    padding: 0.875em 1.875em 0.75em !important;
    border: 0 !important;
    font-family: "Play", "Orbitron", sans-serif !important;
    color: #000 !important;
    fill: currentColor !important;
    font-size: 16px !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
    font-weight: bold !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-transition: 0.2s !important;
    transition: 0.2s !important;
    position: relative !important;
    z-index: 0 !important; }
    .agegate button::before {
      content: '' !important;
      display: block !important;
      background: #f7e050 -webkit-gradient(linear, left bottom, left top, from(#f7e050), to(#cc701f)) !important;
      background: #f7e050 linear-gradient(0deg, #f7e050 0%, #cc701f 100%) !important;
      position: absolute !important;
      top: 0 !important;
      right: 0 !important;
      left: 0 !important;
      bottom: 0 !important;
      -webkit-clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px) !important;
              clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px) !important;
      z-index: -1 !important; }
    .agegate button::after {
      content: '' !important;
      opacity: 0.7 !important;
      display: block !important;
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      width: 100% !important;
      height: 100% !important;
      border: 1px solid #e1a11c !important;
      z-index: -1 !important; }
      @supports ((-webkit-clip-path: polygon(0 0)) or (clip-path: polygon(0 0))) {
        .agegate button::after {
          border: 0 !important;
          background: #f7e050 !important;
          -webkit-clip-path: polygon(10px 0, 100% 0, 100% 1px, 11px 1px, 1px 11px, 1px 100%, 0 100%, 0 10px) !important;
                  clip-path: polygon(10px 0, 100% 0, 100% 1px, 11px 1px, 1px 11px, 1px 100%, 0 100%, 0 10px) !important; } }
    .agegate button:hover,
    a:hover .agegate button {
      -webkit-filter: brightness(1.15) drop-shadow(0 0 5px #f7e050) !important;
              filter: brightness(1.15) drop-shadow(0 0 5px #f7e050) !important; }
    .agegate button[disabled], .agegate button[disabled]:hover,
    a[disabled]:hover .agegate button {
      cursor: default !important;
      color: #555 !important;
      -webkit-filter: grayscale(100%) !important;
              filter: grayscale(100%) !important; }
  .agegate h4 {
    color: #fff !important;
    font-family: 'Orbitron', sans-serif !important;
    font-size: 25.6px !important;
    line-height: 1.25 !important;
    font-weight: bold !important; }

.RiotWrapper-cogs-global-nav-RiotWrapper-cogs-global-nav76 .RiotWrapper-cogs-global-nav-RiotWrapper-cogs-global-nav87 {
  color: #000; }

.RiotWrapper-visor-alert-RiotWrapper-visor-alert92 a {
  color: inherit; }

.heading {
  font-family: "Play", "Orbitron", sans-serif;
  color: #fff;
  font-weight: bold;
  position: relative;
  top: 0.2em;
  word-break: break-word; }

.heading--uppercase {
  text-transform: uppercase; }

.heading--spacing {
  letter-spacing: 0.3em; }

.heading--100 {
  font-size: 70px;
  line-height: 1;
  top: 0.1em;
  font-weight: bold; }
  @media (min-width: 768px) {
    .heading--100 {
      font-size: 85px; } }
  @media (min-width: 1280px) {
    .heading--100 {
      font-size: 100px; } }

.heading--70 {
  font-size: 49px;
  line-height: 1;
  top: 0.1em;
  font-weight: bold; }
  @media (min-width: 768px) {
    .heading--70 {
      font-size: 59.5px; } }
  @media (min-width: 1280px) {
    .heading--70 {
      font-size: 70px; } }

.heading--56 {
  font-size: 39.2px;
  line-height: 1.10714;
  top: 0.1em;
  font-weight: bold; }
  @media (min-width: 768px) {
    .heading--56 {
      font-size: 47.6px; } }
  @media (min-width: 1280px) {
    .heading--56 {
      font-size: 56px; } }

.heading--46 {
  font-size: 32.2px;
  line-height: 1.26087;
  top: 0.1em;
  font-weight: bold; }
  @media (min-width: 768px) {
    .heading--46 {
      font-size: 39.1px; } }
  @media (min-width: 1280px) {
    .heading--46 {
      font-size: 46px; } }

.heading--36 {
  font-size: 25.2px;
  line-height: 1.22222;
  top: 0.1em;
  font-weight: bold; }
  @media (min-width: 768px) {
    .heading--36 {
      font-size: 30.6px; } }
  @media (min-width: 1280px) {
    .heading--36 {
      font-size: 36px; } }

.heading--32 {
  font-size: 22.4px;
  line-height: 1.25;
  top: 0.1em;
  font-weight: bold; }
  @media (min-width: 768px) {
    .heading--32 {
      font-size: 27.2px; } }
  @media (min-width: 1280px) {
    .heading--32 {
      font-size: 32px; } }

.heading--26 {
  font-size: 18.2px;
  line-height: 1.30769;
  top: 0.1em;
  font-weight: bold; }
  @media (min-width: 768px) {
    .heading--26 {
      font-size: 22.1px; } }
  @media (min-width: 1280px) {
    .heading--26 {
      font-size: 26px; } }

.heading--22 {
  font-size: 15.4px;
  line-height: 1.27273;
  top: 0.1em;
  font-weight: bold; }
  @media (min-width: 768px) {
    .heading--22 {
      font-size: 18.7px; } }
  @media (min-width: 1280px) {
    .heading--22 {
      font-size: 22px; } }

.heading--18 {
  font-size: 12.6px;
  line-height: 1.33333;
  top: 0.1em; }
  @media (min-width: 768px) {
    .heading--18 {
      font-size: 15.3px; } }
  @media (min-width: 1280px) {
    .heading--18 {
      font-size: 18px; } }

.heading--14 {
  font-size: 9.8px;
  line-height: 1.42857;
  top: 0.1em; }
  @media (min-width: 768px) {
    .heading--14 {
      font-size: 11.9px; } }
  @media (min-width: 1280px) {
    .heading--14 {
      font-size: 14px; } }

.heading--grey {
  color: #c1c0d1; }

.layout-1-2-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .layout-1-2-column > :nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
    @media (min-width: 1280px) {
      .layout-1-2-column > :nth-child(1) {
        width: 33.33333%; } }
  .layout-1-2-column > :nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
    @media (min-width: 1280px) {
      .layout-1-2-column > :nth-child(2) {
        width: 66.66667%; } }

.layout-4-6-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .layout-4-6-column > :nth-child(1) {
    width: 100%; }
    @media (min-width: 1280px) {
      .layout-4-6-column > :nth-child(1) {
        width: 40%; } }
  .layout-4-6-column > :nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
    @media (min-width: 1280px) {
      .layout-4-6-column > :nth-child(2) {
        width: 60%; } }

.layout-1-1-1-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .layout-1-1-1-column > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%; }
    @media (min-width: 1280px) {
      .layout-1-1-1-column > * {
        width: 33.33333%; } }

.backdrop {
  height: 100%;
  background: #403f45 center top no-repeat;
  background-size: 100% auto; }

.backdrop--dark {
  background-color: #403f45; }

.backdrop--graphic {
  background-color: #891014;
  background-image: url(/dist/client/images/backdrop-graphic-bg.jpg); }

.backdrop--padding {
  padding: 20px; }
  @media (min-width: 768px) {
    .backdrop--padding {
      padding: 30px; } }

.backdrop--padding-y {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .backdrop--padding-y {
      padding-top: 60px;
      padding-bottom: 60px; } }

.backdrop__slayers-club-icon {
  background: url(/dist/client/images/bg-slayers-club-icon.png) no-repeat center 95px; }

.backdrop--cover {
  background-size: cover; }

.divider {
  max-width: 810px;
  height: 94px;
  background: url(/dist/client/images/hr.png) center top no-repeat, radial-gradient(150px 75px at center top, #000 0%, transparent 100%);
  border: 0;
  margin: 0 auto -50px; }

.crop-corners {
  height: 100%; }

.crop-corners--height-auto {
  height: auto; }

.crop-corners__inner {
  height: 100%;
  position: relative; }

.crop-corners__inner--rb {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%); }
  .crop-corners__inner--rb::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: solid rgba(255, 255, 255, 0.1);
    border-width: 1px 0 0 1px;
    pointer-events: none;
    z-index: 1; }

.crop-corners__inner--both {
  -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
          clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px); }
  .crop-corners__inner--both::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 1px, 21px 1px, 1px 21px, 1px 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 1px, 21px 1px, 1px 21px, 1px 100%, 0 100%);
    pointer-events: none; }

.meta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0; }

.meta-list__item + .meta-list__item {
  margin-left: 5px; }

.activity-feed-item__header {
  line-height: 1.4;
  margin-bottom: 10px; }

.activity-feed {
  padding: 30px 20px; }
  @media (min-width: 768px) {
    .activity-feed {
      padding: 30px; } }

.activity-feed__header {
  margin-bottom: 20px;
  text-align: center; }

.activity-feed__body {
  margin-top: -12px;
  padding: 0 12px;
  max-height: 430px;
  overflow: auto; }

.activity-feed__list {
  list-style: none;
  padding: 0;
  margin: 0; }

.activity-feed__item {
  padding: 12px 0; }
  .activity-feed__item + .activity-feed__item {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }

.block-header__body {
  max-width: 800px; }

.popup {
  width: 100%;
  max-width: 370px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5; }

.popup__outer {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #000; }

.popup__inner {
  background: inherit;
  padding: 15px;
  position: relative;
  z-index: 1; }

.popup__pointer {
  margin: -9px;
  width: 18px;
  height: 18px;
  border: inherit;
  background: inherit;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 100%;
  left: 50%; }

.img-full {
  width: 100%;
  height: auto; }

.img-respond {
  max-width: 100%;
  height: auto; }

.community-event-goal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.community-event-goal__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: center;
      align-self: center;
  line-height: 20px;
  white-space: nowrap; }

.community-event-goal__thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 55px;
  padding-left: 15px; }

.community-event-goal__label {
  font-family: "Play", "Orbitron", sans-serif;
  font-weight: bold;
  line-height: 20px;
  position: relative;
  top: 0.125em; }

.community-event-goal__points {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #babab8;
  font-family: "Play", "Orbitron", sans-serif;
  font-size: 14px; }

.community-event-goal__icon {
  margin-right: 2px;
  position: relative;
  top: -2px; }

.community-event-goal__reward {
  color: #f7e050;
  font-size: 12px; }

.community-event-goal__popup-thumbnail {
  width: 100%;
  margin-bottom: 20px; }

.community-event__header {
  text-align: center; }

.community-event__description {
  margin: 0 auto 30px;
  max-width: 700px; }

.community-event__chart-goal {
  margin: 0;
  font-family: "Play", "Orbitron", sans-serif;
  font-size: 20px;
  font-weight: bold; }
  @media (min-width: 768px) {
    .community-event__chart-goal {
      font-size: 24px; } }

.community-event__goal-number {
  color: #fff; }
  @media (min-width: 768px) {
    .community-event__goal-number {
      font-size: 1.5em; } }

.community-event__event-date {
  margin-bottom: 20px; }

.community-event__progress-bar {
  height: 41px;
  border: 1px solid #d42329;
  background: rgba(212, 35, 41, 0.2);
  padding: 4px;
  position: relative; }

.community-event__progress-bar-fill {
  background: -webkit-gradient(linear, right top, left top, color-stop(20%, rgba(247, 224, 80, 0.6)), to(rgba(212, 35, 41, 0.6))), #e1a11c -webkit-gradient(linear, left bottom, left top, color-stop(50%, transparent), color-stop(50%, #f7e050), to(transparent));
  background: linear-gradient(-90deg, rgba(247, 224, 80, 0.6) 20%, rgba(212, 35, 41, 0.6) 100%), #e1a11c linear-gradient(0deg, transparent 50%, #f7e050 50%, transparent 100%);
  height: 31px;
  left: 4px;
  right: 4px;
  position: absolute;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }

.community-event__goals {
  list-style: none;
  margin-top: 15px;
  padding: 0;
  position: relative; }
  @media (min-width: 768px) {
    .community-event__goals {
      margin: -36px 0.5% 0;
      width: 99%;
      height: 95px; } }

.community-event__goal {
  padding: 10px 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  @media (min-width: 768px) {
    .community-event__goal {
      border-top: none;
      padding-top: 55px;
      max-width: 200px;
      text-align: center;
      position: absolute;
      top: 0;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }
  .community-event__goal:hover {
    z-index: 1; }
  @media (min-width: 768px) {
    .community-event__goal::before {
      content: '';
      height: 55px;
      margin-bottom: 8px;
      border-left: 1px solid #787882;
      position: absolute;
      top: -12px;
      left: 50%; } }
  @media (min-width: 768px) {
    .community-event__goal:first-child {
      text-align: left;
      -webkit-transform: none;
              transform: none; } }
  @media (min-width: 768px) {
    .community-event__goal:first-child::before {
      left: 0; } }
  @media (min-width: 768px) {
    .community-event__goal:last-child {
      text-align: right;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); } }
  @media (min-width: 768px) {
    .community-event__goal:last-child::before {
      left: auto;
      right: 0; } }

.avatar {
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  border: 1px solid #6e6e6d;
  border-radius: 50%;
  background: #000; }

.avatar--thick {
  border-width: 2px;
  padding: 9px; }

.avatar--block {
  display: block; }

.avatar__img {
  display: block;
  border-radius: 50%; }

.carot {
  display: inline-block;
  border: solid;
  border-width: 0 7px 7px;
  border-color: transparent transparent #f7e050; }

.carot--down {
  border-bottom-color: #e1a11c;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.carot--sm {
  border-width: 0 3px 4px; }

.contributor {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.125rem;
  padding: 4px 15px 4px 0; }
  button:hover .contributor,
  a:hover .contributor {
    background: rgba(255, 255, 255, 0.1); }

.contributor--highlight {
  border: 1px solid #f7e050;
  background: rgba(247, 224, 80, 0.18); }

.contributor__stats {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (min-width: 768px) {
    .contributor__stats {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.contributor__avatar-wrap,
.contributor__position,
.contributor__points {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.contributor__position {
  font-weight: bold;
  color: #6e6e6d;
  padding: 0 5px;
  min-width: 50px;
  line-height: 40px;
  text-align: center; }
  .contributor--highlight .contributor__position {
    color: #f7e050; }

.contributor__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.contributor__right {
  margin-left: auto; }

.contributor__carot {
  margin-right: 10px; }

.contributor__avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px; }

.contributor__username {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.leaderboard-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.leaderboard-list__item:nth-of-type(2n + 1) {
  background: rgba(255, 255, 255, 0.07); }

.input {
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #363636;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.7); }
  .input::-webkit-input-placeholder {
    font-style: italic;
    color: #787882; }
  .input:-ms-input-placeholder {
    font-style: italic;
    color: #787882; }
  .input::-ms-input-placeholder {
    font-style: italic;
    color: #787882; }
  .input::placeholder {
    font-style: italic;
    color: #787882; }

.search-input {
  position: relative; }

.search-input__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  position: absolute;
  background: none;
  color: #f7e050;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.community-leaderboard__header {
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .community-leaderboard__header {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.community-leaderboard__title {
  margin-bottom: 0; }

.community-leaderboard__search {
  width: 200px; }

.community-leaderboard__content {
  overflow: hidden;
  padding-left: 24px;
  position: relative; }

.community-leaderboard__top-10-title {
  color: #f7e050;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;
  white-space: nowrap;
  position: absolute;
  left: -24px;
  top: 50%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center top;
          transform-origin: center top; }
  .community-leaderboard__top-10-title::before, .community-leaderboard__top-10-title::after {
    content: '';
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 50vh;
    position: absolute;
    top: calc(50% - 1px); }
  .community-leaderboard__top-10-title::before {
    left: calc(100% + 15px); }
  .community-leaderboard__top-10-title::after {
    right: calc(100% + 15px); }

.content--centered {
  text-align: center; }

.content--centered .content__body {
  margin: auto;
  max-width: 800px; }

.content-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.content-list-item__thumb-wrapper {
  width: 132px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 0;
  margin-right: 24px; }

.content-list-item__header {
  -ms-flex-item-align: center;
      align-self: center; }

.content-list-item__title {
  margin-bottom: 5px;
  font-weight: 400;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  a:hover .content-list-item__title {
    color: #fff; }

.content-list__title {
  font-size: 24px; }

.content-list__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.content-list__item + .content-list__item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.content-block + .content-block {
  margin-top: 20px; }

.button {
  cursor: pointer;
  display: inline-block;
  padding: 0.875em 1.875em 0.75em;
  border: 0;
  font-family: "Play", "Orbitron", sans-serif;
  color: #000;
  fill: currentColor;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  z-index: 0; }
  .button::before {
    content: '';
    display: block;
    background: #f7e050 -webkit-gradient(linear, left bottom, left top, from(#f7e050), to(#cc701f));
    background: #f7e050 linear-gradient(0deg, #f7e050 0%, #cc701f 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
            clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
    z-index: -1; }
  .button::after {
    content: '';
    opacity: 0.7;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e1a11c;
    z-index: -1; }
    @supports ((-webkit-clip-path: polygon(0 0)) or (clip-path: polygon(0 0))) {
      .button::after {
        border: 0;
        background: #f7e050;
        -webkit-clip-path: polygon(10px 0, 100% 0, 100% 1px, 11px 1px, 1px 11px, 1px 100%, 0 100%, 0 10px);
                clip-path: polygon(10px 0, 100% 0, 100% 1px, 11px 1px, 1px 11px, 1px 100%, 0 100%, 0 10px); } }
  .button:hover,
  a:hover .button {
    -webkit-filter: brightness(1.15) drop-shadow(0 0 5px #f7e050);
            filter: brightness(1.15) drop-shadow(0 0 5px #f7e050); }
  .button[disabled], .button[disabled]:hover,
  a[disabled]:hover .button {
    cursor: default;
    color: #555;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }

.button--block {
  display: block;
  width: 100%; }

.button--small {
  font-size: 8px; }
  @media (min-width: 768px) {
    .button--small {
      font-size: 12px; } }

.button--big {
  padding: 1.1875em 1.875em 1.0625em; }

.button--outlined {
  color: #f7e050;
  text-shadow: none; }
  .button--outlined::before {
    background: rgba(247, 224, 80, 0.2); }
  .button--outlined::after {
    content: '';
    opacity: 0.7;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #f7e050; }
    @supports ((-webkit-clip-path: polygon(0 0)) or (clip-path: polygon(0 0))) {
      .button--outlined::after {
        border: 0;
        background: #f7e050;
        -webkit-clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px, 1px 10px, 1px calc(100% - 1px), calc(100% - 11px) calc(100% - 1px), calc(100% - 1px) calc(100% - 11px), calc(100% - 1px) 1px, 11px 1px, 1px 11px, 0 11px);
                clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px, 1px 10px, 1px calc(100% - 1px), calc(100% - 11px) calc(100% - 1px), calc(100% - 1px) calc(100% - 11px), calc(100% - 1px) 1px, 11px 1px, 1px 11px, 0 11px); } }
  .button--outlined:hover,
  a:hover .button--outlined {
    color: #fff;
    -webkit-filter: drop-shadow(0 0 5px #f7e050);
            filter: drop-shadow(0 0 5px #f7e050); }
    .button--outlined:hover::before,
    a:hover .button--outlined::before {
      background: rgba(247, 224, 80, 0.4); }
    .button--outlined:hover::after,
    a:hover .button--outlined::after {
      background: #f7e050; }
  .button--outlined[disabled], .button--outlined[disabled]:hover,
  a[disabled]:hover .button--outlined {
    cursor: default;
    color: #777;
    background: rgba(255, 255, 255, 0.1); }
    .button--outlined[disabled]::after, .button--outlined[disabled]:hover::after,
    a[disabled]:hover .button--outlined::after {
      background: #777; }

.button--color-white {
  color: #fff; }

.button--color-grey::before {
  background: #777 -webkit-gradient(linear, left bottom, left top, from(#777), to(#333));
  background: #777 linear-gradient(0deg, #777 0%, #333 100%); }

.button--color-grey::after {
  background: #777; }

.button--color-grey:hover,
a:hover .button--color-grey {
  -webkit-filter: brightness(1.15) drop-shadow(0 0 5px #000);
          filter: brightness(1.15) drop-shadow(0 0 5px #000); }

.button--color-blue {
  color: #fff; }
  .button--color-blue::before {
    background: #f7e050 -webkit-gradient(linear, left bottom, left top, from(#19295C), to(#395493));
    background: #f7e050 linear-gradient(0deg, #19295C 0%, #395493 100%); }
  .button--color-blue::after {
    background: rgba(255, 255, 255, 0.2); }
  .button--color-blue:hover,
  a:hover .button--color-blue {
    color: #fff;
    -webkit-filter: brightness(1.15) drop-shadow(0 0 5px #485FA0);
            filter: brightness(1.15) drop-shadow(0 0 5px #485FA0); }

.button--color-red {
  color: #fff; }
  .button--color-red::before {
    background: #FB0000 -webkit-gradient(linear, left bottom, left top, from(#8F1212), to(#FB0000));
    background: #FB0000 linear-gradient(0deg, #8F1212 0%, #FB0000 100%); }
  .button--color-red::after {
    background: rgba(255, 255, 255, 0.2); }
  .button--color-red:hover,
  a:hover .button--color-red {
    color: #fff;
    -webkit-filter: brightness(1.15) drop-shadow(0 0 5px #485FA0);
            filter: brightness(1.15) drop-shadow(0 0 5px #485FA0); }

.daily-rewards-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0; }

.daily-rewards-item__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.daily-rewards-item__icon {
  color: #f7e050; }

.daily-rewards-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.points-button__icon {
  margin: -10px 10px; }

.points-button__points {
  color: #fff; }

.check {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 3px solid currentColor;
  padding: 7px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #f7e050; }
  @media (min-width: 768px) {
    .check {
      padding: 10px;
      width: 50px;
      height: 50px; } }

.check--inline {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px; }

.check--small {
  padding: 2px;
  width: 22px;
  height: 22px;
  border-width: 2px;
  line-height: 16px; }

.check__icon {
  display: block;
  color: inherit; }

.daily-rewards-progress__block + .daily-rewards-progress__block {
  margin-top: 20px; }

.daily-rewards__inner {
  padding: 30px 20px; }
  @media (min-width: 768px) {
    .daily-rewards__inner {
      padding: 30px; } }

.daily-rewards__header {
  margin-bottom: 20px;
  text-align: center; }

.slayerPointsIcon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 20px; }

.daily-rewards__title {
  margin: 0; }

.select {
  display: block;
  position: relative;
  min-width: 150px; }
  .select::after {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
    width: 10px;
    height: 10px;
    margin: -8px 0;
    top: 50%;
    right: 12px;
    border: solid #f7e050;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.select__field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  padding: 10px 30px 10px 20px;
  width: 100%;
  border: 1px solid #363636;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.7); }
  .select__field[disabled] {
    opacity: 0.5; }

.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }

.options--centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.options__item:not(:last-child) {
  margin-right: 20px; }

.load-more-items__footer {
  padding-top: 30px;
  text-align: center; }

.entry-card-listing-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.entry-card-listing-card__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #c1c0d1;
  font-size: 13px;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  position: relative; }
  .entry-card-listing-card--active .entry-card-listing-card__date {
    background: rgba(0, 0, 0, 0.4);
    color: #fff; }
  .entry-card-listing-card--complete .entry-card-listing-card__date {
    color: #787882; }

.entry-card-listing-card__flag {
  padding: 0 15px;
  background: #f7e050;
  color: #000;
  font-weight: bold;
  line-height: 38px;
  text-transform: uppercase; }
  .entry-card-listing-card--inactive .entry-card-listing-card__flag,
  .entry-card-listing-card--complete .entry-card-listing-card__flag {
    color: #c1c0d1;
    background: #403f45; }

.entry-card-listing-card__thumbnail {
  position: relative;
  overflow: hidden; }

.entry-card-listing-card__thumbnail-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 20px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(50%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.7) 50%);
  color: #f7e050;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: -1px;
  left: -1px; }

.entry-card-listing-card__thumbnail-img {
  -webkit-transition: 0.75s;
  transition: 0.75s; }
  a:hover .entry-card-listing-card__thumbnail-img {
    -webkit-transform: scale(1.02, 1.02);
            transform: scale(1.02, 1.02); }

.entry-card-listing-card__thumbnail-overlay--cover {
  color: #787882;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.entry-card-listing-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 30px; }

.entry-card-listing-card__title {
  color: #c1c0d1;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  a:hover .entry-card-listing-card__title {
    color: #fff; }

.entry-card-listing-card__options {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.entry-card-listing-card__option-winner {
  color: #f7e050;
  font-size: 14px;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .entry-card-listing__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 768px) {
  .entry-card-listing__header-options {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: auto; } }

.entry-card-listing__header-option {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .entry-card-listing__header-option {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-left: auto;
      width: 100%;
      max-width: 200px; } }

.entry-card-listing__listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0 -15px;
  padding: 0; }

.entry-card-listing__listing-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .entry-card-listing__listing-item {
      width: 50%; } }
  @media (min-width: 1280px) {
    .entry-card-listing__listing-item {
      width: 25%; } }

.tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 150px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.4);
  color: #787882;
  font-size: 10px;
  line-height: 23px;
  letter-spacing: 0.3em;
  text-transform: uppercase; }

.event-card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.event-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px; }
  @media (min-width: 768px) {
    .event-card__content {
      padding: 30px; } }

.event-card__tag {
  margin-bottom: 15px; }

.event-card__tag-icon {
  vertical-align: middle;
  margin-right: 10px;
  color: #f7e050; }

.event-card__title {
  margin-bottom: 30px; }

.event-card__date-wrapper {
  margin-top: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.guide-listing-card {
  height: 100%;
  padding: 1px;
  background: #f7e050; }

.guide-listing-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }

.guide-listing-card__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #c1c0d1;
  font-size: 13px;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  position: relative; }

.guide-listing-card__flag {
  padding: 0 15px;
  background: #f7e050;
  color: #000;
  font-weight: bold;
  line-height: 38px;
  text-transform: uppercase; }
  .guide-listing-card--updated .guide-listing-card__flag {
    background: none;
    color: #fff; }

.guide-listing-card__thumbnail {
  position: relative;
  overflow: hidden; }

.guide-listing-card__thumbnail-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 20px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(50%, rgba(0, 0, 0, 0.7)));
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.7) 50%);
  color: #f7e050;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: -1px;
  left: -1px; }

.guide-listing-card__thumbnail-img {
  -webkit-transition: 0.75s;
  transition: 0.75s; }
  a:hover .guide-listing-card__thumbnail-img {
    -webkit-transform: scale(1.02, 1.02);
            transform: scale(1.02, 1.02); }

.guide-listing-card__thumbnail-overlay--cover {
  color: #787882;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.guide-listing-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 30px; }

.guide-listing-card__title {
  color: #c1c0d1;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  a:hover .guide-listing-card__title {
    color: #fff; }

.guide-listing-card__options {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.guide-listing-card__option-winner {
  color: #f7e050;
  font-size: 14px;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .entry-card-listing__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 768px) {
  .entry-card-listing__header-options {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: auto; } }

.entry-card-listing__header-option {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .entry-card-listing__header-option {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-left: auto;
      width: 100%;
      max-width: 200px; } }

.entry-card-listing__listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0 -15px;
  padding: 0; }

.entry-card-listing__listing-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .entry-card-listing__listing-item {
      width: 50%; } }
  @media (min-width: 1280px) {
    .entry-card-listing__listing-item {
      width: 25%; } }

/* ------------------------------------ *\
    #GLOBAL MODAL
\* ------------------------------------ */
.modal {
  overflow: auto;
  font-family: 'Montserrat', sans-serif;
  position: fixed;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99; }
  @media (min-width: 768px) {
    .modal {
      top: 60px; } }

.modal__overlay {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99; }

.modal__blind {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.modal__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  padding: 20px;
  width: 100%;
  height: calc(100% - 40px);
  position: relative; }
  @media (min-width: 768px) {
    .modal__container {
      margin-top: 60px;
      height: calc(100% - 60px); } }

.modal__close {
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  border: 0;
  padding: 0;
  background: none;
  color: #d42329;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000; }

.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  font-size: 1.5rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  position: relative;
  z-index: 1; }

.modal__button {
  margin: -25px 10px;
  padding: 12px;
  width: 50px;
  height: 50px;
  color: #c1c0d1;
  position: fixed;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  top: 50%; }
  .modal__button:hover {
    color: #fff; }

.modal__prev {
  left: 0; }

.modal__next {
  right: 0; }

.modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%; }

.frame {
  margin-bottom: auto;
  background: #000;
  height: inherit;
  position: relative; }
  .frame::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

.frame--primary::after {
  border-color: #f7e050; }

.frame--secondary::after {
  border-color: #d42329; }

.frame--padding {
  padding: 20px; }

.sc-options__button {
  text-decoration: none; }

.sc-options__modal {
  max-width: 500px;
  margin: auto; }
  @media (min-width: 768px) {
    .sc-options__modal {
      margin-top: 10vh; } }

@media (min-width: 768px) {
  .fan-art-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 768px) {
  .fan-art-cta__image {
    width: 350px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; } }

@media (min-width: 768px) {
  .fan-art-cta__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; } }

.media-layout__grid {
  list-style: none;
  margin: 0 -10px;
  padding: 0; }
  @media (min-width: 768px) {
    .media-layout__grid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -15px; } }

.media-layout__item {
  padding: 0 10px;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 768px) {
    .media-layout__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      padding: 0 15px;
      width: 50%; } }
  @media (min-width: 1500px) {
    .media-layout__item {
      width: 25%; } }
  @media (min-width: 1500px) {
    .media-layout--featured .media-layout__item:nth-child(1),
    .media-layout--featured .media-layout__item:nth-child(2) {
      width: 50%; } }

.image-modal {
  margin: auto;
  width: 80vmin; }
  @media (min-width: 1280px) {
    .image-modal {
      width: 100vmin; } }

.image-modal__inner {
  max-width: 1920px;
  margin: auto; }

.check-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-bottom: 20px; }

.check-block__icon {
  padding-right: 20px; }

.featured-giveaway__header {
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.featured-giveaway__title {
  margin-bottom: 10px; }

.featured-giveaway__layout {
  display: grid;
  grid-gap: 50px; }
  @media (min-width: 1280px) {
    .featured-giveaway__layout {
      grid-template-columns: 340px 1fr; } }

.featured-giveaway__content {
  padding-top: 10px; }

.featured-giveaway__body {
  max-width: 410px; }

.featured-giveaway__perks {
  list-style: none;
  padding: 0;
  font-size: 18px; }

.featured-giveaway__perk-number {
  color: #fff;
  font-family: "Play", "Orbitron", sans-serif;
  font-weight: bold; }

.featured-giveaway__terms a {
  text-decoration: underline; }

.giveaway-card__tag {
  margin-bottom: 15px; }

.giveaway-card__tag-icon {
  margin-right: 10px; }

.giveaway-card__img {
  margin-bottom: 20px; }

.giveaway-card__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 10px; }

.giveaway-winner-card {
  padding: 30px; }

.giveaway-winner-card__tag {
  margin-bottom: 15px; }

.giveaway-winner-card__tag-icon {
  vertical-align: middle;
  margin-right: 10px;
  color: #f7e050; }

.giveaway-winner-card__img {
  vertical-align: middle;
  margin-bottom: 20px; }

.giveaway-winner-card__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 10px; }

.giveaway-winner-card__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 25px;
  padding-top: 25px; }

.giveaway-winner-card__next-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 120px; }

.giveaway-winner-card__next-details {
  margin-left: 20px;
  -ms-flex-item-align: center;
      align-self: center; }

.graphic {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: auto;
  margin-bottom: -70px;
  position: relative;
  z-index: -1; }

.graphic__img {
  max-width: 100%;
  height: auto; }
  @media (min-width: 768px) {
    .graphic__img {
      max-width: none;
      height: initial;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }

.icon-badge {
  position: relative; }

.icon-badge__icons {
  position: absolute;
  right: 5px;
  bottom: 5px; }

.icon-badge__icon {
  display: block;
  border-radius: 50%;
  border: 1px solid #000; }

.images-gallery__header {
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .images-gallery__header {
      padding: 0 250px; } }

.images-gallery__filters {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .images-gallery__filters {
      margin-bottom: 0;
      width: 250px;
      position: absolute;
      bottom: 0;
      right: 0; } }

.images-gallery__title {
  font-size: 30px; }

/* ------------------------------------ *\
    #CAROUSEL
\* ------------------------------------ */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: 0; }

.flickity-viewport {
  overflow: visible;
  position: relative;
  height: 100%; }

.flickity-enabled.is-draggable {
  tap-highlight-color: transparent;
  /* stylelint-disable-line */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: #fff;
  cursor: pointer; }

.flickity-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 5px #19f;
          box-shadow: 0 0 0 5px #19f; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none; }

.flickity-button-icon {
  fill: #333; }

.flickity-prev-next-button {
  cursor: pointer;
  opacity: 1;
  outline: 0;
  background: none;
  border: 0;
  color: #f7e050;
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .flickity-prev-next-button:hover {
    background: none;
    color: #fff; }
  .no-prev-next-buttons .flickity-prev-next-button {
    cursor: default;
    color: #e1a11c; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  fill: currentColor;
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.carousel--aspect {
  overflow: hidden;
  position: relative; }

.carousel__placeholder {
  display: block;
  padding-top: 100%; }

.carousel__inner {
  width: 100%;
  height: 100%; }
  .carousel--aspect .carousel__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.carousel__slide {
  margin: 0 auto;
  height: 100%; }
  .flickity-enabled .carousel__slide {
    height: auto; }

.carousel__slide-fade {
  left: 0 !important;
  opacity: 0;
  z-index: -1; }

.carousel__slide.is-selected {
  opacity: 1; }

.carousel__slide-fade.is-selected {
  opacity: 1;
  z-index: 0; }

.gallery .flickity-viewport {
  overflow: hidden; }

.gallery__img-wrap {
  width: 100%; }

.gallery__thumb-wrap {
  opacity: 0.8;
  width: calc(25% - 10px);
  margin-top: 10px;
  margin-right: 13px;
  position: relative; }
  .gallery__thumb-wrap.is-nav-selected {
    opacity: 1; }

.giveaway-details__pretitle {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(120, 120, 130, 0.2); }

.giveaway-details__title {
  margin-bottom: 10px;
  max-width: 550px; }

.giveaway-details__body {
  max-width: 700px; }

.giveaway-details__perks {
  list-style: none;
  font-size: 18px; }

.giveaway-details__perk + .giveaway-details__perk {
  margin-top: 5px; }

.giveaway-details__terms {
  margin-top: 50px;
  max-width: 550px; }

@media (min-width: 768px) {
  .monthly-giveaway {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px; } }

@media (min-width: 1280px) {
  .monthly-giveaway {
    margin: 0 -30px; } }

@media (min-width: 768px) {
  .monthly-giveaway__gallery {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 15px;
    width: 33.33333%; } }

@media (min-width: 1280px) {
  .monthly-giveaway__gallery {
    padding: 0 30px;
    width: 40%; } }

@media (min-width: 768px) {
  .monthly-giveaway__details {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 0 15px;
    width: 66.66667%; } }

@media (min-width: 1280px) {
  .monthly-giveaway__details {
    padding: 0 30px;
    width: 60%; } }

.news-gallery-slide {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative; }

.news-gallery-slide__type {
  margin-bottom: 0.5625rem;
  font-size: 0.5625rem;
  text-transform: uppercase; }

.news-gallery-slide__nav {
  padding: 0.9375rem 6.84%;
  width: 100%;
  background: rgba(0, 0, 0, 0.67);
  position: absolute;
  bottom: 0; }

.news-gallery-slide__desc {
  padding: 0 20px 18px;
  width: 100%;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }
  .news-gallery-slide__desc::before {
    content: '';
    opacity: 0.67;
    display: block;
    width: 100%;
    height: 195px;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background: linear-gradient(0deg, #000 0%, transparent 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }

.news-gallery-slide__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  color: #c1c0d1;
  font-family: "Play", "Orbitron", sans-serif;
  letter-spacing: 0.3em;
  text-transform: uppercase; }

.news-gallery-slide__meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .news-gallery-slide__meta-item + .news-gallery-slide__meta-item {
    margin-left: 5px; }

.news-gallery-slide__meta-item--divider {
  color: #787882; }

.news-gallery-slide__meta-icon {
  margin-right: 10px;
  color: #f7e050;
  position: relative;
  top: -3px; }

.news-gallery-slide__title {
  margin-bottom: 0; }

.navItem.is-nav-selected {
  opacity: 1; }

.share-bar {
  color: #fff;
  padding: 20px; }
  @media (min-width: 850px) {
    .share-bar {
      padding: 10px 20px 0;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.share-bar__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .share-bar__title {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 10px; } }

.share-bar__title-icon {
  margin: 0 10px; }

.share-bar__options {
  list-style: none;
  margin: 0 0 10px;
  padding: 0; }
  @media (min-width: 768px) {
    .share-bar__options {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.share-bar__option + .share-bar__option {
  margin-top: 10px; }
  @media (min-width: 768px) {
    .share-bar__option + .share-bar__option {
      margin-top: 0;
      margin-left: 10px; } }

.share-bar__button {
  color: #fff;
  display: block;
  width: 100%; }
  @media (min-width: 768px) {
    .share-bar__button {
      margin: 0;
      width: auto; } }

.share-bar__social-icon {
  margin-right: 10px; }

.video-modal__button {
  display: inline-block;
  vertical-align: middle;
  width: inherit;
  padding: 0;
  border: 0;
  background: none;
  outline: none; }

.video-modal__button--block {
  display: block;
  width: 100%; }

.video-modal__card {
  max-width: 70vmax;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.video-modal__card-body {
  background: #000; }

.video-modal__button {
  display: inline-block;
  vertical-align: middle;
  width: inherit;
  padding: 0;
  border: 0;
  background: none;
  outline: none; }

.video-modal__button--block {
  display: block;
  width: 100%; }

.video-modal__card {
  max-width: 70vmax;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.video-modal__card-body {
  background: #000; }

.video-modal__agegate {
  margin: auto;
  width: 100%;
  max-width: 850px; }

.news-gallery-thumb {
  cursor: pointer;
  margin-top: 20px;
  height: 77px;
  padding: 0;
  background: none;
  border: 0;
  text-decoration: none;
  text-align: left;
  border-bottom: 1px solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.5; }
  .news-gallery-thumb.is-nav-selected {
    opacity: 1; }
  @media (min-width: 768px) {
    .news-gallery-thumb {
      width: 50%;
      padding-right: 20px; } }
  @media (min-width: 1024px) {
    .news-gallery-thumb {
      width: 33.33333%;
      padding-right: 25px; } }

.news-gallery-thumb__wrap {
  width: 77px;
  min-width: 77px;
  position: relative;
  background-size: cover;
  background-position: center; }
  .news-gallery-thumb__wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 5px solid #9b9b9b;
    opacity: 0;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease; }
  .news-gallery-thumb__wrap:last-child {
    margin-right: 0; }

.news-gallery-thumb__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  width: 100%; }
  .news-gallery-thumb.is-nav-selected .news-gallery-thumb__tag {
    background: #202020;
    border-bottom: 1px solid #f7e050; }
  @media (max-width: 767px) {
    .news-gallery-thumb__tag {
      display: none; } }

.news-gallery-thumb__type {
  display: block;
  color: #6e6e6d;
  font-family: "Play", "Orbitron", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.3em; }

.news-gallery-thumb__title {
  display: block;
  overflow: hidden;
  color: #babab8;
  font-size: 13px;
  line-height: 1.69231;
  height: 44px; }

.news-gallery {
  overflow: hidden;
  background: #212024;
  width: 100%;
  position: relative; }

.news-gallery__wrap {
  width: 100%;
  height: 100%; }

.news-gallery__carousel-wrap {
  overflow: hidden;
  height: 100%;
  position: relative; }
  .news-gallery__carousel-wrap::before {
    content: '';
    display: block;
    padding-top: 66.98262%; }
    @media (min-width: 768px) {
      .news-gallery__carousel-wrap::before {
        padding-top: 45.3125%; } }

.news-gallery__carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.news-gallery__nav {
  padding: 0 58px;
  width: 100%;
  height: 115px;
  background: rgba(0, 0, 0, 0.9); }
  @media (min-width: 768px) {
    .news-gallery__nav {
      display: block; } }

.news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%; }

.news-card__img-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  position: relative; }
  .news-card__img-wrapper::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 66.98262%; }
    @media (min-width: 768px) {
      .news-card__img-wrapper::before {
        padding-top: 125%; } }
  .news-card__img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }

@media (min-width: 768px) {
  .news-card__img-wrapper--featured::before {
    padding-top: 60.56701%; } }

.news-card__img {
  height: 100%;
  width: 100%;
  -webkit-transition: 0.75s;
  transition: 0.75s; }
  a:hover .news-card__img {
    -webkit-transform: scale(1.02, 1.02);
            transform: scale(1.02, 1.02); }

.news-card__header {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 15px 25px;
  width: 100%; }

.news-card__title {
  margin: 5px 0; }

.news-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c1c0d1;
  font-family: "Play", "Orbitron", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.3em;
  text-transform: uppercase; }

.news-card__points {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.news-card__points-icon {
  margin-right: 10px; }

.news-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px;
  padding: 10px; }
  @media (min-width: 1024px) {
    .news-grid {
      margin: -30px;
      paddding: 15px; } }

.news-grid__item {
  display: block;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%; }
  @media (min-width: 768px) {
    .news-grid__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%; } }
  @media (min-width: 1024px) {
    .news-grid__item {
      padding: 15px;
      width: 25%; } }
  @media (min-width: 768px) {
    .news-grid__item:first-child {
      width: 100%; } }
  @media (min-width: 1024px) {
    .news-grid__item:first-child {
      width: 50%; } }

.page-header-nav {
  overflow: hidden;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #000;
  height: 45px; }

.page-header-nav__scroller {
  overflow: scroll;
  margin: 0 -30px -30px 0;
  padding: 0 30px 15px 0; }

.page-header-nav__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (min-width: 1280px) {
    .page-header-nav__list {
      overflow: visible; } }

.page-header-nav__item + .page-header-nav__item {
  border-left: 1px solid rgba(255, 255, 255, 0.2); }

.page-header-nav__link {
  display: block;
  margin: -1px;
  padding: 6px 27px 0;
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  color: #6e6e6d;
  font-family: "Play", "Orbitron", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 36px;
  text-decoration: none;
  white-space: nowrap; }
  .page-header-nav__link:hover {
    border-bottom-color: #f7e050;
    color: #fff; }

.page-header {
  margin-bottom: -25px; }

@media (min-width: 768px) {
  .page-header__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.page-header__block {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 800px; }

.page-header__title {
  margin: 0;
  font-size: 50px;
  line-height: 1; }

.page-header__body {
  margin-top: 10px; }

.module-header {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .module-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.module-header__right {
  margin-top: 10px; }
  @media (min-width: 768px) {
    .module-header__right {
      margin-top: auto; } }

.versus-past {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  position: relative; }

.versus-past__competitor {
  position: relative; }

.versus-past__image-wrap {
  position: relative; }
  .versus-past__image-wrap::before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px solid #f7e050;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    z-index: 1; }
    .versus-past__competitor--winner .versus-past__image-wrap::before {
      opacity: 1; }

.versus-past__winner {
  padding: 0 11px;
  background: #f7e050;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  position: absolute;
  left: 0;
  bottom: 0; }

.versus-past__vs {
  display: block;
  width: 57px;
  height: 57px;
  margin-top: -48px;
  margin-left: -27px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-family: "Play", "Orbitron", sans-serif;
  letter-spacing: 0.3em;
  text-indent: 0.15em;
  line-height: 57px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2; }

.versus-past__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px; }

.versus-past__votes {
  color: #fff;
  font-weight: bold; }

.past-winners {
  overflow: hidden; }

.past-winners__title {
  margin: 0; }

.past-winners__item {
  margin-right: 20px;
  width: calc(50% - 10px); }

.past-winners__arrow {
  cursor: pointer;
  padding: 0;
  border: 0;
  width: 40px;
  background: none;
  display: block;
  line-height: 40px;
  color: #c1c0d1; }

.past-winners__arrow-icon {
  display: inline-block;
  vertical-align: middle; }

.reward-system-card {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  text-align: center; }
  @media (min-width: 768px) {
    .reward-system-card {
      padding: 15px 25px; } }

.reward-system-card__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px 0;
  line-height: 1; }
  @media (min-width: 768px) {
    .reward-system-card__points {
      margin: 25px 0; } }

.reward-system-card__icon {
  margin-right: 10px; }

.reward-system-grid {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 50px; }
  @media (min-width: 568px) {
    .reward-system-grid {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr; } }
  @media (min-width: 1200px) {
    .reward-system-grid {
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr; } }

.reward-system__check-desc-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 50px;
  max-width: 360px; }

.reward-system__check-icon {
  margin: 0 15px 0 0; }

.content {
  padding: 1px 0; }

.accordion-item {
  max-width: 100%; }

.accordion-item__button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  width: 100%;
  border: 0;
  background: none;
  color: #fff;
  font-family: "Play", "Orbitron", sans-serif;
  font-size: 18px;
  text-align: left;
  text-decoration: none; }

.faq-accordion__header {
  padding: 12px 30px 8px;
  width: 100%;
  min-height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.faq-accordion__title {
  margin: 0; }

.faq-accordion__content {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 30px;
  padding: 20px 0; }

@media (min-width: 1024px) {
  .section-faq__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (min-width: 1024px) {
  .section-faq__list {
    width: calc(50% - 16px); } }

.section-faq__item {
  margin-bottom: 0.625rem; }

.number-box {
  display: block;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f7e050), to(#e1a11c));
  background: linear-gradient(0deg, #f7e050 0%, #e1a11c 100%);
  color: #fff;
  font-family: "Play", "Orbitron", sans-serif;
  text-shadow: 0 1px 0 #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%); }
  @media (min-width: 768px) {
    .number-box {
      width: 60px;
      height: 60px;
      font-size: 36px;
      line-height: 50px; } }

.sign-up-step {
  padding: 27px 27px 7px;
  position: relative;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 10px 30px #000;
          box-shadow: 0 10px 30px #000; }

.sign-up-step__number {
  margin-left: -30px;
  position: absolute;
  left: 50%;
  top: -1px;
  z-index: 1; }

.sign-up-step__title {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0 10px; }

@media (min-width: 768px) {
  .sign-up__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0 -13px; } }

.sign-up__steps-item {
  margin-bottom: 27px; }
  @media (min-width: 768px) {
    .sign-up__steps-item {
      margin-bottom: 0;
      padding: 0 13px;
      width: 33.33333%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; } }

.sign-up__block {
  margin: 50px auto 20px; }
  @media (min-width: 768px) {
    .sign-up__block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 80%; } }

@media (min-width: 768px) {
  .sign-up__content {
    width: 60%; } }

@media (min-width: 768px) {
  .sign-up__options {
    width: 40%; } }

.sign-up__img-wrapper {
  max-width: 700px;
  margin: auto; }

.sc-tag {
  color: #787882;
  font-family: "Play", "Orbitron", sans-serif;
  letter-spacing: 0.3em;
  font-weight: bold;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.sc-tag__icon {
  margin-right: 10px; }

.sc-banner-doom-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px; }

.sc-banner-doom-cta__title {
  padding-right: 20px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1; }

.sc-banner-join-cta__content {
  padding: 50px 8.54167%; }
  @media (min-width: 768px) {
    .sc-banner-join-cta__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.sc-banner-join-cta__icon {
  margin-right: 28px; }

.sc-banner-join-cta__lockup {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .sc-banner-join-cta__lockup {
      margin-bottom: 0; } }

.sc-banner-join-cta__tag-icon {
  margin-right: 10px; }

.sc-banner-join-cta__join-text {
  font-size: 36px;
  font-weight: bold;
  line-height: 1; }

.cta-button {
  cursor: pointer;
  display: inline-block;
  margin: 0 30px;
  padding: 0;
  height: 64px;
  background: none;
  border: 0;
  outline: none;
  color: #fff;
  font-family: "Play", "Orbitron", sans-serif;
  font-size: 16px;
  line-height: 64px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  -webkit-filter: drop-shadow(0 5px 20px #000);
          filter: drop-shadow(0 5px 20px #000);
  z-index: 0;
  text-decoration: none; }
  .cta-button::before, .cta-button::after {
    content: '';
    display: block;
    margin: 0 -30px;
    height: 100%;
    width: 60px;
    background: center repeat-y;
    position: absolute;
    top: 0;
    pointer-events: none;
    z-index: 1; }
  .cta-button::before {
    background-image: url(/dist/client/images/btn-red-left.png);
    left: 0; }
  .cta-button::after {
    background-image: url(/dist/client/images/btn-red-right.png);
    right: 0; }

.cta-button__inner {
  display: block;
  height: 100%;
  width: 100%;
  padding: 2px 20px 0;
  background: url(/dist/client/images/btn-red-repeat.jpg) center repeat-x; }
  .cta-button__inner::after {
    content: '';
    display: block;
    margin: -2px -40px;
    width: 80px;
    height: 8px;
    background: url(/dist/client/images/btn-bar.png);
    position: absolute;
    top: 100%;
    left: 50%; }

.cta-button--grey::before,
.cta-button[disabled]::before {
  background-image: url(/dist/client/images/btn-grey-left.png); }

.cta-button--grey::after,
.cta-button[disabled]::after {
  background-image: url(/dist/client/images/btn-grey-right.png); }

.cta-button--grey .cta-button__inner,
.cta-button[disabled] .cta-button__inner {
  background-image: url(/dist/client/images/btn-grey-repeat.jpg); }
  .cta-button--grey .cta-button__inner::after,
  .cta-button[disabled] .cta-button__inner::after {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }

.sc-entitlement {
  margin: auto;
  max-width: 750px;
  text-align: center; }

.sc-entitlement__body {
  padding: 45px; }

.sc-entitlement__terms {
  overflow: auto;
  height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
  text-align: left; }

.sc-primary-cta {
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.sc-primary-cta__content {
  padding: 20px 20px; }

.sc-primary-cta__body {
  padding-right: 30px;
  color: #ccc; }
  .sc-primary-cta__body b,
  .sc-primary-cta__body strong {
    color: #fff; }

.sc-primary-cta__option-link {
  font-family: "Play", "Orbitron", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold; }

.sc-primary-cta__options {
  padding: 20px 20px;
  background: rgba(0, 0, 0, 0.4); }

.sc-reward-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%; }

.sc-reward-cta__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px; }

.sc-reward-cta__content {
  padding: 30px; }

.sc-reward-cta__body {
  text-align: center; }

.sc-reward-cta__number {
  margin-left: 10px;
  line-height: 1; }

.sc-reward-cta__points-rewarded {
  margin: 0 auto;
  max-width: 300px; }

.sc-reward-cta__options {
  padding: 20px 35px;
  background: rgba(0, 0, 0, 0.4); }

.checkbox {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }

.checkbox__ui {
  display: block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  position: relative;
  border-radius: 2px;
  top: -2px; }
  .checkbox__ui::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #c1c0d1;
    position: absolute;
    top: 0;
    left: 0; }
    input:checked ~ .checkbox__ui::before {
      border-color: #f7e050;
      background: #f7e050; }
  .checkbox__ui::after {
    content: '';
    display: block;
    margin: -10px -4px;
    opacity: 0;
    border: solid #403f45;
    border-width: 0 2px 2px 0;
    width: 8px;
    height: 15px;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    position: absolute;
    top: 50%;
    left: 50%; }
    input:checked ~ .checkbox__ui::after {
      opacity: 1; }

.sc-entitlement {
  margin: auto;
  max-width: 750px;
  text-align: center; }

.sc-entitlement__body {
  padding: 45px; }

.sc-entitlement__terms {
  overflow: auto;
  height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
  text-align: left; }

.progress-bar {
  background: rgba(247, 224, 80, 0.2);
  -webkit-box-shadow: inset 0 0 0 1px #f7e050;
          box-shadow: inset 0 0 0 1px #f7e050;
  position: relative; }

.progress-bar__filled {
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, transparent), color-stop(50%, rgba(255, 255, 255, 0.12)), to(transparent)), -webkit-gradient(linear, left top, right top, from(#88191c), to(#f7e050));
  background: linear-gradient(0deg, transparent 50%, rgba(255, 255, 255, 0.12) 50%, transparent 100%), linear-gradient(90deg, #88191c 0%, #f7e050 100%);
  position: absolute; }

.progress-bar--large {
  height: 45px; }

.progress-bar--medium {
  height: 30px; }

.progress-bar--small {
  height: 20px; }

.sc-progress__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5px 0; }

.sc-progress__title {
  margin-right: 20px; }

.sc-user-card-large__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4); }
  @media (min-width: 768px) {
    .sc-user-card-large__profile {
      padding: 30px; } }

.sc-user-card-large__avatar {
  width: 25%;
  position: relative; }
  @media (min-width: 768px) {
    .sc-user-card-large__avatar {
      width: 200px; } }

.sc-user-card-large__avatar-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #c1c0d1; }
  a:hover .sc-user-card-large__avatar-icon {
    color: #fff; }

.sc-user-card-large__profile-details {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 20px; }
  @media (min-width: 768px) {
    .sc-user-card-large__profile-details {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      padding: 0 30px; } }

.sc-user-card-large__username {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.sc-user-card-large__content {
  padding: 20px 0; }
  @media (min-width: 768px) {
    .sc-user-card-large__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.sc-user-card-large__block {
  padding: 0 20px; }
  @media (min-width: 768px) {
    .sc-user-card-large__block {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
      padding: 0 30px; } }
  .sc-user-card-large__block + .sc-user-card-large__block {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    @media (min-width: 768px) {
      .sc-user-card-large__block + .sc-user-card-large__block {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.1); } }

.sc-user-card-large__block--centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.sc-user-card-large__block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }

.sc-user-card-large__block-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 120px; }

.sc-user-card-large__giveaway {
  padding: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4); }

@media (min-width: 768px) {
  .sc-user-card-large__blocks-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px; } }

@media (min-width: 768px) {
  .sc-user-card-large__blocks-layout-item {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 20px;
    padding: 0 10px; } }

.sc-user-card-large__profile-details-footer {
  margin-top: auto; }

.sc-user-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center; }

.sc-user-stats__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin-bottom: 20px;
  line-height: 1.5;
  padding: 0 5px; }
  @media (min-width: 768px) {
    .sc-user-stats__item {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 25%;
              flex: 1 1 25%;
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .sc-user-stats__item + .sc-user-stats__item {
      border-left: 1px solid rgba(255, 255, 255, 0.1); } }

.sc-user-stats__title {
  margin: 0 0 10px;
  white-space: nowrap; }

.sc-user-card-small__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.4); }

.sc-user-card-small__avatar {
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative; }
  @media (min-width: 768px) {
    .sc-user-card-small__avatar {
      width: 170px; } }

.sc-user-card-small__avatar-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #c1c0d1; }
  a:hover .sc-user-card-small__avatar-icon {
    color: #fff; }

.sc-user-card-small__profile-details {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 75%;
  padding: 20px; }
  @media (min-width: 768px) {
    .sc-user-card-small__profile-details {
      width: calc(100% - 170px); } }

.sc-user-card-small__username {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.sc-user-card-small__view-profile {
  text-align: right; }

.sc-user-card-small__rank-details {
  padding: 15px 30px 30px; }

.sc-user-card-small__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.sc-user-card-small__options {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -5px; }

.sc-user-card-small__options-item {
  padding: 0 5px; }

.sc-user-rewards-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.sc-user-rewards-item__thumb-wrapper {
  width: 90px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 0;
  margin-right: 24px; }

.sc-user-rewards-item__header {
  -ms-flex-item-align: center;
      align-self: center; }

.sc-user-rewards__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.sc-user-rewards__item + .sc-user-rewards__item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  font-family: "Play", "Orbitron", sans-serif;
  font-size: 14px; }
  .pagination li {
    display: inline-block;
    list-style: none;
    margin: 0 3px 0 3px; }
  .pagination a {
    display: block;
    min-width: 36px;
    text-align: center;
    padding: 6px 8px 3px;
    background: rgba(225, 161, 28, 0.2);
    color: #f7e050;
    text-transform: uppercase;
    border: 1px solid #f7e050;
    cursor: pointer;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear; }
    .pagination a:hover {
      background: #f7e050;
      color: #fff; }
  .pagination .active a {
    border-color: #f7e050;
    background: -webkit-gradient(linear, left bottom, left top, from(#d42329), to(#541313));
    background: linear-gradient(0deg, #d42329 0%, #541313 100%);
    color: #fff; }
  .pagination .previous a,
  .pagination .next a {
    width: 35px;
    height: 35px;
    font-size: 0;
    position: relative; }
    .pagination .previous a::before,
    .pagination .next a::before {
      content: '';
      display: block;
      margin: -6px;
      width: 12px;
      height: 12px;
      border: solid currentColor;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 50%;
      left: 50%; }
  .pagination .previous a::before {
    margin-left: -4px;
    border-width: 0 0 3px 3px; }
  .pagination .next a::before {
    margin-left: -8px;
    border-width: 3px 3px 0 0; }

.featured-contributor {
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 10px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  @media (min-width: 768px) {
    .featured-contributor {
      padding-top: 30px; } }
  a:hover .featured-contributor {
    background: rgba(0, 0, 0, 0.3); }

.featured-contributor__avatar {
  text-align: center;
  width: 100px;
  margin: 0 auto 10px; }
  @media (min-width: 768px) {
    .featured-contributor__avatar {
      margin-bottom: 20px;
      width: 140px; } }

.featured-contributor__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.featured-contributor__rank {
  margin-right: 15px; }

.featured-contributor__player {
  overflow: hidden; }

.featured-contributor__username {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.top10__header {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  @media (min-width: 768px) {
    .top10__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.top10__search {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .top10__search {
      width: 200px; } }

.top10__featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -5px; }
  @media (min-width: 768px) {
    .top10__featured {
      margin-bottom: 20px; } }

.top10__featured-item {
  margin-bottom: 10px;
  padding: 0 5px;
  width: 100%; }
  @media (min-width: 768px) {
    .top10__featured-item {
      width: 33.33333%; } }

.top50 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.top50__title {
  background: #666;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 20px 5px;
  text-align: center;
  text-transform: uppercase; }

.top50__fifty {
  font-size: 40px;
  line-height: 1; }

.top50__leaderboard {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

@media (min-width: 768px) {
  .top50__layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.top50__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }

.top50__badge {
  display: block;
  padding: 10px 0 4px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#f7e050), to(#e1a11c));
  background: linear-gradient(0deg, #f7e050 0%, #e1a11c 100%);
  color: #fff;
  font-family: "Play", "Orbitron", sans-serif;
  text-shadow: 0 1px 0 #000;
  font-weight: bold;
  line-height: 1;
  text-align: center; }
  @media (min-width: 768px) {
    .top50__badge {
      width: 90px;
      height: 80px;
      padding: 16px 0 0 0;
      margin-right: 20px;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px));
              clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px)); } }

@media (min-width: 768px) {
  .top50__badge-emphasis {
    display: block;
    color: #fff;
    font-size: 2.28571em; } }

.top50__footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center; }

.top-contributors__title {
  margin: 0; }

.top-contributors__list {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
  padding: 25px 0 0;
  margin: 0; }

@media (min-width: 768px) {
  .upcoming-events__events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px; } }

.upcoming-events__events-item {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .upcoming-events__events-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 50%;
      margin-bottom: 0;
      padding: 0 15px; } }

.upcoming-events__title {
  margin-bottom: 0; }

.upcoming-giveaways__title {
  margin-bottom: 0; }

.upcoming-giveaways__giveaways {
  margin: 0;
  list-style: none;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr; }
  @media (min-width: 768px) {
    .upcoming-giveaways__giveaways {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }

.upcoming-giveaways__frame {
  margin-bottom: 10px; }

.upcoming-giveaways__giveaway-date {
  color: #d42329;
  font-size: 10px;
  text-transform: uppercase; }

.user-search-card__body {
  padding: 30px 20px; }
  @media (min-width: 768px) {
    .user-search-card__body {
      padding-right: 30px;
      padding-left: 30px; } }

.submission {
  margin: 0 5px;
  text-align: center; }

.submission-carousel__header {
  margin-bottom: 20px; }
  @media (min-width: 770px) {
    .submission-carousel__header {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.submission-carousel__header-content {
  max-width: 550px;
  width: 70%; }

.submission-carousel__title {
  font-size: 30px;
  margin: 0; }

.submission-carousel__carousel-wrap {
  overflow: hidden; }

.submission-carousel__carousel {
  margin-left: -6px;
  margin-right: -6px; }

.submission-carousel__controls-button {
  display: block;
  padding: 5px;
  color: #c1c0d1; }
  .submission-carousel__controls-button:hover, .submission-carousel__controls-button:active {
    color: #f7e050; }

.user-submissions {
  padding: 30px 20px; }
  @media (min-width: 768px) {
    .user-submissions {
      padding: 30px; } }

.versus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  position: relative; }

.versus__image-warp {
  cursor: pointer;
  position: relative; }
  .versus__image-warp::before {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px solid #ccc;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    z-index: 1; }

.versus__image-warp--active::before {
  opacity: 1; }

.versus__vs {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  color: #fff;
  display: block;
  font-family: "Play", "Orbitron", sans-serif;
  font-size: 18px;
  letter-spacing: 0.3em;
  line-height: 54px;
  text-align: center;
  text-indent: 0.15em;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54px;
  height: 54px;
  margin-top: -27px;
  margin-left: -27px;
  z-index: 2; }
  @media (min-width: 768px) {
    .versus__vs {
      font-size: 22px;
      width: 90px;
      height: 90px;
      line-height: 90px;
      margin-top: -45px;
      margin-left: -45px; } }

.versus__name {
  color: #fff;
  background: rgba(0, 0, 0, 0.66);
  padding: 0.625rem 1.25rem;
  position: absolute;
  bottom: 0;
  width: 100%; }

.video-thumb {
  max-width: 100%;
  position: relative; }

.video-thumb__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid currentColor;
  color: #f7e050;
  position: absolute;
  width: 46px;
  height: 46px;
  right: 17px;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.15s;
  transition: 0.15s; }
  a:hover .video-thumb__play {
    color: #fff; }

@media (min-width: 1280px) {
  .video-thumb__play--large {
    width: 92px;
    height: 92px; } }

.video-thumb__img {
  -webkit-transition: 0.75s;
  transition: 0.75s; }
  a:hover .video-thumb__img {
    -webkit-transform: scale(1.02, 1.02);
            transform: scale(1.02, 1.02); }

.video-thumb__play-icon {
  display: block;
  margin: auto; }

.video-thumb__header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 112px 20px 20px;
  z-index: 1; }
  .video-thumb__header::before {
    content: '';
    opacity: 0.67;
    display: block;
    width: 100%;
    height: 195px;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background: linear-gradient(0deg, #000 0%, transparent 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1; }

.wallpaper__thumbnail {
  margin-bottom: 16px; }

.wallpaper__controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.wallpaper__select-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding-right: 20px; }

.wallpaper__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60px;
  padding: 10px 0; }
  @media (min-width: 1600px) {
    .wallpaper__button {
      width: 75px; } }

.wallpaper__icon-points {
  width: 24px;
  display: inline-block; }

.well {
  text-align: center; }

.well__body {
  margin: auto;
  max-width: 700px; }

.zulu__device-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin: auto; }

.zulu__selector-wrap {
  margin-left: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.zulu__selector {
  padding-top: 0;
  padding-bottom: 0;
  height: 68px;
  line-height: 68px;
  font-size: 26px;
  font-family: 'Frontage Condensed', sans-serif;
  border-radius: 6px; }

.zulu-button {
  font-family: 'Frontage Condensed', sans-serif;
  display: inline-block;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#71008d), color-stop(12.26246%, #a31ed5), color-stop(35%, #9f57df), color-stop(89.69331%, #92ffff), to(#25ffff));
  background: linear-gradient(90deg, #71008d 0%, #a31ed5 12.26246%, #9f57df 35%, #92ffff 89.69331%, #25ffff 100%);
  color: #fff;
  fill: currentColor;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #000;
  line-height: 1;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 4px; }
  .zulu-button:hover,
  a:hover .zulu-button {
    background: #92ffff;
    -webkit-box-shadow: 0 0 34px 11px rgba(146, 255, 255, 0.2);
            box-shadow: 0 0 34px 11px rgba(146, 255, 255, 0.2); }

.zulu-button--white {
  background: #fff; }

.zulu-button--block {
  display: block; }

.zulu-button__inner {
  display: block;
  padding: 0.8125em 1.875em;
  background: #000;
  border-radius: 3px; }

@font-face {
  font-family: 'Frontage Condensed';
  src: url("/static/zulu/fonts/FrontageCondensed-Regular.woff2") format("woff2"), url("/static/zulu/fonts/FrontageCondensed-Regular.woff") format("woff"), url("/static/zulu/fonts/FrontageCondensed-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Frontage Condensed';
  src: url("/static/zulu/fonts/FrontageCondensed-Bold.woff2") format("woff2"), url("/static/zulu/fonts/FrontageCondensed-Bold.woff") format("woff"), url("/static/zulu/fonts/FrontageCondensed-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700; }

.zulu__banner {
  overflow: hidden;
  background: #040402;
  font-family: 'Frontage Condensed', sans-serif; }

.zulu__banner-img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0; }

.zulu__inner {
  padding-top: 30px;
  background: #000 -webkit-gradient(linear, left top, right top, from(#71008d), color-stop(12.26246%, #a31ed5), color-stop(35%, #9f57df), color-stop(89.69331%, #92ffff), to(#25ffff)) center top no-repeat;
  background: #000 linear-gradient(90deg, #71008d 0%, #a31ed5 12.26246%, #9f57df 35%, #92ffff 89.69331%, #25ffff 100%) center top no-repeat;
  background-size: 100% 1px; }

.zulu__container {
  margin-right: auto;
  margin-left: auto;
  max-width: 750px;
  text-align: center; }

.zulu__terms {
  overflow: auto;
  height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
  text-align: left; }

.mp-hero-parallax {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02); }

.mp-hero-parallax__layer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto; }

.mp-hero-parallax__layer--cover {
  height: 100%;
  width: 100%;
  background-size: cover; }

.mp-hero-parallax__layer--1 {
  top: 0;
  left: 0; }

.mp-hero-parallax__layer--2 {
  top: 5%;
  left: 0; }

.mp-hero-parallax__layer--3 {
  top: 75%;
  left: 0; }

.mp-hero {
  border-bottom: 1px solid #D42329;
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent)), url("/static/marketing-preorder/hero/hero-background-mobile.jpg") center top;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%), url("/static/marketing-preorder/hero/hero-background-mobile.jpg") center top;
  background-size: cover;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .mp-hero {
      background: none; } }

.mp-hero__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1; }

.mp-hero__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 1024px) {
    .mp-hero__header {
      height: 648px; } }
  @media (min-width: 1280px) {
    .mp-hero__header {
      height: 56.25vw; } }

.mp-hero__header-inner {
  margin: auto;
  max-width: 700px;
  padding: 50% 0 30px;
  text-align: center; }
  @media (min-width: 1024px) {
    .mp-hero__header-inner {
      width: 50%;
      margin: 0;
      padding: 70px 0; } }

.mp-hero__logo {
  max-width: 40%;
  height: auto;
  -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.6)); }
  @media (min-width: 1024px) {
    .mp-hero__logo {
      max-width: 50%; } }
  @media (min-width: 1500px) {
    .mp-hero__logo {
      max-width: 60%; } }

.mp-hero__title {
  color: #f7e050;
  font-family: "Play", "Orbitron", sans-serif;
  font-size: 1.875rem;
  -webkit-filter: drop-shadow(0 0 9px #000);
          filter: drop-shadow(0 0 9px #000);
  line-height: 1.2;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#C98710, #E3D8A1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  @media (min-width: 768px) {
    .mp-hero__title {
      font-size: 2.5rem; } }
  @media (min-width: 1280px) {
    .mp-hero__title {
      font-size: 3.4375rem; } }

.mp-hero__date {
  margin: 10px 0;
  color: #fff;
  font-size: 1.25rem;
  font-family: "Play", "Orbitron", sans-serif;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-shadow: 0 2px 6px black; }
  @media (min-width: 768px) {
    .mp-hero__date {
      font-size: 1.5625rem; } }
  @media (min-width: 1280px) {
    .mp-hero__date {
      font-size: 1.875rem; } }

.mp-hero__description {
  position: relative;
  z-index: 1; }
  .mp-hero__description::before {
    content: '';
    display: block;
    background: url("/static/marketing-preorder/backdrop.png");
    background-size: 100% 100%;
    position: absolute;
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    z-index: -1; }

.mp-hero__body {
  text-shadow: 0 1px 9px #000; }

.mp-hero__scroll-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }

.mp-hero__scroll-hint-inner {
  padding: 0 70px;
  height: 20px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(7%, #FB0000), color-stop(35%, #8F1212), color-stop(62%, #8F1212), color-stop(93%, #FB0000));
  background-image: linear-gradient(90deg, #FB0000 7%, #8F1212 35%, #8F1212 62%, #FB0000 93%);
  color: #fff;
  font-family: "Play", "Orbitron", sans-serif;
  font-size: 0.75rem;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0.05263em;
  text-shadow: 0 1px 4px #000;
  position: relative; }
  @media (min-width: 1500px) {
    .mp-hero__scroll-hint-inner {
      height: 38px;
      font-size: 1.1875rem;
      line-height: 38px; } }
  .mp-hero__scroll-hint-inner::before, .mp-hero__scroll-hint-inner::after {
    content: '';
    display: block;
    background: url("/static/marketing-preorder/scroll-hint-edge-left.svg");
    background-size: 100% 100%;
    width: 49px;
    height: 20px;
    position: absolute;
    top: 0;
    margin: 0 -1px; }
    @media (min-width: 1500px) {
      .mp-hero__scroll-hint-inner::before, .mp-hero__scroll-hint-inner::after {
        width: 90px;
        height: 38px; } }
  .mp-hero__scroll-hint-inner::before {
    right: 100%; }
  .mp-hero__scroll-hint-inner::after {
    left: 100%;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }

.gpv2-select {
  display: block;
  position: relative;
  min-width: 150px;
  font-family: "Play", "Orbitron", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  -webkit-filter: drop-shadow(0 2px 10px #d42329);
          filter: drop-shadow(0 2px 10px #d42329);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6), 0 0 10px rgba(255, 255, 255, 0.6); }
  .gpv2-select::before, .gpv2-select::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-clip-path: polygon(0 15px, 15px 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 15px, 15px 0, 100% 0, 100% 100%, 0 100%); }
  .gpv2-select::before {
    background: #d42329; }
  .gpv2-select::after {
    margin: 1px;
    background: url("/static/preorder/btn-texture-red.jpg"); }

.gpv2-select__field {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  padding: 16px 30px 16px 20px;
  width: 100%;
  border: 0;
  color: #fff;
  font-size: 14px;
  background: url("/static/preorder/icon-angle-down.svg") no-repeat;
  background-position: right 16px center; }

.gpv2-content {
  padding: 70px 0;
  background: url("/static/preorder/bg-seamless-tile.jpg") center top; }

.gpv2-block {
  padding: 89px 0 116px;
  background: url("/static/preorder/top-element.png") center top no-repeat, url("/static/preorder/bottom-element.png") center bottom no-repeat; }

.gpv2-block__inner {
  padding: 1px 0;
  background: rgba(17, 19, 22, 0.6); }

.gpv2-block__content {
  margin: -55px 0 0; }

.gpv2-edition-menu {
  margin: 0 auto 50px;
  text-align: center; }

.gpv2-edition-menu__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
  -webkit-filter: drop-shadow(0 2px 10px #000);
          filter: drop-shadow(0 2px 10px #000); }

.gpv2-edition-menu__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 336px; }

.gpv2-edition-menu__button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 26px;
  height: 92px;
  font-size: 25px;
  color: #fff;
  border: 0;
  font-family: "Play", "Orbitron", sans-serif;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  z-index: 0; }
  .gpv2-edition-menu__button::before, .gpv2-edition-menu__button::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .gpv2-edition-menu__button::before {
    background: -webkit-gradient(linear, left bottom, left top, from(#212024), to(#403f45));
    background: linear-gradient(0deg, #212024 0%, #403f45 100%); }
  .gpv2-edition-menu__button::after {
    margin: 1px;
    background: url("/static/preorder/btn-texture-gray.jpg"); }
  .gpv2-edition-menu__item.is-active .gpv2-edition-menu__button, .gpv2-edition-menu__button:hover {
    -webkit-filter: drop-shadow(0 2px 10px #d42329);
            filter: drop-shadow(0 2px 10px #d42329);
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6), 0 0 10px rgba(255, 255, 255, 0.6); }
    .gpv2-edition-menu__item.is-active .gpv2-edition-menu__button::before, .gpv2-edition-menu__button:hover::before {
      background: #d42329; }
    .gpv2-edition-menu__item.is-active .gpv2-edition-menu__button::after, .gpv2-edition-menu__button:hover::after {
      background: url("/static/preorder/btn-texture-red.jpg"); }
  .gpv2-edition-menu__item:first-child .gpv2-edition-menu__button::before, .gpv2-edition-menu__item:first-child .gpv2-edition-menu__button::after {
    background-position: -200px 0;
    -webkit-clip-path: polygon(0 25px, 25px 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 25px, 25px 0, 100% 0, 100% 100%, 0 100%); }
  .gpv2-edition-menu__item:last-child .gpv2-edition-menu__button::before, .gpv2-edition-menu__item:last-child .gpv2-edition-menu__button::after {
    background-position: 200px 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%); }
  .gpv2-edition-menu__item:first-child:last-child .gpv2-edition-menu__button::before, .gpv2-edition-menu__item:first-child:last-child .gpv2-edition-menu__button::after {
    -webkit-clip-path: polygon(0 25px, 25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
            clip-path: polygon(0 25px, 25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%); }

.gpv2-doom64 {
  width: 300px;
  margin: 0 auto; }
  @media (min-width: 1280px) {
    .gpv2-doom64 {
      width: 100%; } }

@media (min-width: 1280px) {
  .gpv2-doom64__logo {
    margin: 0 -37px; } }

.gpv2-doom64__subtitle {
  color: #fff;
  font-family: "Play", "Orbitron", sans-serif;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.33333;
  letter-spacing: 0.075em; }

.gpv2-perk-carousel {
  overflow: hidden; }

.gpv2-perk-carousel__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 1024px) {
    .gpv2-perk-carousel__layout {
      margin: 0 -10px; } }

.gpv2-perk-carousel__layout--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.gpv2-perk-carousel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 280px;
  padding: 0 10px;
  position: relative;
  z-index: 0;
  text-align: center; }
  @media (min-width: 1024px) {
    .gpv2-perk-carousel__item {
      width: auto;
      margin-bottom: 20px; } }
  @media (min-width: 1024px) {
    .gpv2-perk-carousel__layout--wrap .gpv2-perk-carousel__item {
      width: 20%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; } }

.gpv2-perk-carousel__graphic {
  margin-bottom: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  z-index: -1; }

.gpv2-perk-carousel__graphic-img {
  width: 100%;
  max-width: 80%;
  height: auto; }
  @media (min-width: 1024px) {
    .gpv2-perk-carousel__graphic-img {
      max-width: none; } }

@media (min-width: 1024px) {
  .gpv2-perk-carousel__heading {
    word-break: normal;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; } }

.gpv2-shared-perks__divider {
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%); }

.gpv2-shared-perks__title {
  color: #fff;
  font-family: "Play", "Orbitron", sans-serif;
  text-align: center;
  font-size: 1.4375rem;
  line-height: 1.04348;
  font-weight: 600;
  text-shadow: 0 2px 4px #d42329;
  text-transform: uppercase; }

@media (min-width: 1024px) {
  .gpv2-shared-perks__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.gpv2-shared-perks__column {
  position: relative; }
  @media (min-width: 1024px) {
    .gpv2-shared-perks__column {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      padding: 0 60px;
      width: 50%; } }

@media (min-width: 1024px) {
  .gpv2-shared-perks__column--2-5 {
    width: 40%; } }

@media (min-width: 1024px) {
  .gpv2-shared-perks__column--3-5 {
    width: 60%; } }

.gp-section {
  width: 100%; }

.gp__digital-retailers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -10px; }

.gp__digital-retailer-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  padding: 0 10px; }

.gp__digital-retailer {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 15px 15px 0;
  padding: 12px 35px 12px 35px;
  width: 100%;
  height: 62px;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none; }

.gp__digital-retailer-icon {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px; }

.gpv2-edition__divider {
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%); }

.gpv2-edition__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-family: "Play", "Orbitron", sans-serif;
  text-shadow: 0 2px 6px rgba(212, 35, 41, 0.6); }
  @media (min-width: 1024px) {
    .gpv2-edition__header {
      white-space: nowrap; } }
  @media (min-width: 1024px) {
    .gpv2-edition__header::before, .gpv2-edition__header::after {
      content: '';
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      display: block;
      height: 1px;
      margin: 0 20px;
      background: -webkit-gradient(linear, left top, right top, from(rgba(212, 35, 41, 0)), to(#d42329));
      background: linear-gradient(90deg, rgba(212, 35, 41, 0) 0%, #d42329); } }
  .gpv2-edition__header::after {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }

.gpv2-edition__header-title {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0.104em;
  line-height: 40px; }
  @media (min-width: 1024px) {
    .gpv2-edition__header-title {
      font-size: 1.5625rem; } }

.gpv2-edition__header-emp {
  display: block;
  font-size: 1.52em;
  color: #d42329;
  letter-spacing: 0.07632em;
  text-transform: uppercase; }

@media (min-width: 1280px) {
  .gpv2-edition__inset {
    padding: 0 85px; } }

.gpv2-edition__text-block {
  max-width: 500px;
  margin: auto; }

@media (min-width: 1024px) {
  .gpv2-edition__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.gpv2-edition__column {
  position: relative; }
  @media (min-width: 1024px) {
    .gpv2-edition__column {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      padding: 0 60px;
      width: 50%; } }
  @media (min-width: 1024px) {
    .gpv2-edition__columns--divider .gpv2-edition__column:nth-child(2n)::before {
      content: '';
      display: block;
      top: 37px;
      bottom: 37px;
      left: 0;
      width: 1px;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
      position: absolute; } }

@media (min-width: 1024px) {
  .gpv2-edition__column--2-5 {
    width: 40%; } }

@media (min-width: 1024px) {
  .gpv2-edition__column--3-5 {
    width: 60%; } }


.mp-awards {
  overflow: hidden;
  background: url("/static/marketing-preorder/awards-bg.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 80px 0; }

.mp-awards__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -8px -16px; }

.mp-awards__item {
  padding: 8px 16px; }

.mp-trailer {
  background: url("/static/marketing-preorder/trailer/trailer-bg.jpg") center no-repeat;
  background-size: cover;
  padding: 70px 0; }
  @media (min-width: 1024px) {
    .mp-trailer {
      padding: 100px 0; } }

.mp-trailer__video {
  max-width: 1194px;
  margin: auto;
  background: #000;
  border: 1px solid #f7e050;
  -webkit-box-shadow: 0 2px 31px rgba(0, 0, 0, 0.65);
          box-shadow: 0 2px 31px rgba(0, 0, 0, 0.65); }

.mp-battle-mode {
  padding: 70px 0;
  background: url("/static/marketing-preorder/battlemode/texture-bg.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .mp-battle-mode {
      padding: 80px 0 100px; } }

.mp-battle-mode__graphic {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 0; }

.mp-battle-mode__graphic--1 {
  position: absolute;
  left: -36px;
  top: -36px;
  width: 176px;
  height: auto; }
  @media (min-width: 768px) {
    .mp-battle-mode__graphic--1 {
      width: auto;
      left: 36px;
      top: -127px; } }

.mp-battle-mode__graphic--2 {
  max-width: 50%;
  height: auto; }
  @media (min-width: 768px) {
    .mp-battle-mode__graphic--2 {
      position: absolute;
      bottom: 0;
      left: 0; } }

.mp-battle-mode__graphic--3 {
  max-width: 30%;
  height: auto; }
  @media (min-width: 768px) {
    .mp-battle-mode__graphic--3 {
      position: absolute;
      top: -30px;
      right: 0; } }

.mp-battle-mode__inline-graphics {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px; }
  @media (min-width: 768px) {
    .mp-battle-mode__inline-graphics {
      height: 70px; } }

.mp-battle-mode__container {
  margin: auto;
  max-width: 950px;
  position: relative;
  z-index: 1; }

.mp-battle-mode__video {
  max-width: 640px;
  margin: auto;
  background: #000;
  border: 1px solid #f7e050;
  -webkit-box-shadow: 0 2px 31px rgba(0, 0, 0, 0.65);
          box-shadow: 0 2px 31px rgba(0, 0, 0, 0.65); }

.mp-slayers-club {
  background: url("/static/marketing-preorder/bg-slayers-club.jpg") center top; }

.mp-slayers-club__bar {
  border-top: 1px solid #2B2B2B; }

.mp-slayers-club__main {
  padding: 70px 0; }

.mp-slayers-club__content {
  margin: auto;
  max-width: 950px;
  text-align: center; }

.mp-classic {
  padding: 70px 0;
  background: url("/static/marketing-preorder/metal-texture-bg.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .mp-classic {
      padding: 90px 0; } }

.mp-classic__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -30px; }

.mp-classic__item {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0 30px; }
  @media (min-width: 1024px) {
    .mp-classic__item {
      max-width: 400px;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; } }

@media (min-width: 1024px) {
  .mp-classic__media {
    margin-left: -12.63617%;
    margin-right: -4.3573%; } }


.dlcogp-hero-parallax {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02); }

.dlcogp-hero-parallax__layer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto; }

.dlcogp-hero-parallax__layer--cover {
  height: 100%;
  width: 100%;
  background-size: cover; }

.dlcogp-hero-parallax__layer--1 {
  top: 0;
  left: 0; }

.dlcogp-hero-parallax__layer--2 {
  top: auto;
  bottom: 0;
  left: 0; }

.dlcogp-hero-parallax__layer--3 {
  top: auto;
  bottom: 0;
  left: 0; }

.dlcogp-hero {
  border-bottom: 1px solid #D42329;
  position: relative;
  z-index: 1;
  overflow: hidden; }

.dlcogp-hero__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1; }
  .dlcogp-hero__backdrop::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    background-size: 100% auto; }
    @media (min-width: 768px) {
      .dlcogp-hero__backdrop::after {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
        background-repeat: no-repeat; } }
    @media (min-width: 1024px) {
      .dlcogp-hero__backdrop::after {
        background: none; } }

.dlcogp-hero__backdrop-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.dlcogp-hero__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 1024px) {
    .dlcogp-hero__header {
      height: 648px; } }
  @media (min-width: 1280px) {
    .dlcogp-hero__header {
      height: 56.25vw; } }

.dlcogp-hero__header-inner {
  margin: auto;
  max-width: 700px;
  padding: 50% 0 30px;
  text-align: center; }
  @media (min-width: 1024px) {
    .dlcogp-hero__header-inner {
      width: 50%;
      margin: 0;
      padding: 70px 0; } }

.dlcogp-hero__logo {
  max-width: 40%;
  height: auto;
  -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.6)); }
  @media (min-width: 1024px) {
    .dlcogp-hero__logo {
      max-width: 50%; } }
  @media (min-width: 1500px) {
    .dlcogp-hero__logo {
      max-width: 60%; } }

.dlcogp-hero__title {
  color: #f7e050;
  font-family: "Play", "Orbitron", sans-serif;
  font-size: 1.875rem;
  -webkit-filter: drop-shadow(0 0 9px #000);
          filter: drop-shadow(0 0 9px #000);
  line-height: 1.2;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#C98710, #E3D8A1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  @media (min-width: 768px) {
    .dlcogp-hero__title {
      font-size: 2.5rem; } }
  @media (min-width: 1280px) {
    .dlcogp-hero__title {
      font-size: 3.4375rem; } }

.dlcogp-hero__date {
  margin: 10px 0;
  color: #fff;
  font-size: 1.25rem;
  font-family: "Play", "Orbitron", sans-serif;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-shadow: 0 2px 6px black; }
  @media (min-width: 768px) {
    .dlcogp-hero__date {
      font-size: 1.5625rem; } }
  @media (min-width: 1280px) {
    .dlcogp-hero__date {
      font-size: 1.875rem; } }

.dlcogp-hero__description {
  position: relative;
  z-index: 1; }
  .dlcogp-hero__description::before {
    content: '';
    display: block;
    background: url("/static/marketing-preorder/backdrop.png");
    background-size: 100% 100%;
    position: absolute;
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
    z-index: -1; }

.dlcogp-hero__body {
  text-shadow: 0 1px 9px #000; }

.dlcogp-hero__scroll-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }

.dlcogp-hero__scroll-hint-inner {
  padding: 0 70px;
  height: 20px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(7%, #FB0000), color-stop(35%, #8F1212), color-stop(62%, #8F1212), color-stop(93%, #FB0000));
  background-image: linear-gradient(90deg, #FB0000 7%, #8F1212 35%, #8F1212 62%, #FB0000 93%);
  color: #fff;
  font-family: "Play", "Orbitron", sans-serif;
  font-size: 0.75rem;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0.05263em;
  text-shadow: 0 1px 4px #000;
  position: relative; }
  @media (min-width: 1500px) {
    .dlcogp-hero__scroll-hint-inner {
      height: 38px;
      font-size: 1.1875rem;
      line-height: 38px; } }
  .dlcogp-hero__scroll-hint-inner::before, .dlcogp-hero__scroll-hint-inner::after {
    content: '';
    display: block;
    background: url("/static/marketing-preorder/scroll-hint-edge-left.svg");
    background-size: 100% 100%;
    width: 49px;
    height: 20px;
    position: absolute;
    top: 0;
    margin: 0 -1px; }
    @media (min-width: 1500px) {
      .dlcogp-hero__scroll-hint-inner::before, .dlcogp-hero__scroll-hint-inner::after {
        width: 90px;
        height: 38px; } }
  .dlcogp-hero__scroll-hint-inner::before {
    right: 100%; }
  .dlcogp-hero__scroll-hint-inner::after {
    left: 100%;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }

.dlcogp-hero__pinned-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  max-width: 15%;
  height: auto; }

.dlcogp-trailer {
  background: url("/static/dlc/ancient-gods/ancient-bw-bg.jpg") center no-repeat;
  background-size: cover;
  padding: 70px 0; }
  @media (min-width: 1024px) {
    .dlcogp-trailer {
      padding: 100px 0; } }

.dlcogp-trailer__video {
  max-width: 1194px;
  margin: auto;
  background: #000;
  border: 1px solid #f7e050;
  -webkit-box-shadow: 0 2px 31px rgba(0, 0, 0, 0.65);
          box-shadow: 0 2px 31px rgba(0, 0, 0, 0.65); }

.dlcogp-center-block {
  padding: 70px 0;
  background: url("/static/dlc/ancient-gods/ancient-gods-blue-bg.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .dlcogp-center-block {
      padding: 80px 0 100px; } }

.dlcogp-center-block__graphic {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 0; }

.dlcogp-center-block__graphic--1 {
  position: absolute;
  left: -36px;
  top: -36px;
  width: 176px;
  height: auto; }
  @media (min-width: 768px) {
    .dlcogp-center-block__graphic--1 {
      width: auto;
      left: 36px;
      top: -127px; } }

.dlcogp-center-block__graphic--2 {
  max-width: 50%;
  height: auto; }
  @media (min-width: 768px) {
    .dlcogp-center-block__graphic--2 {
      position: absolute;
      bottom: 0;
      left: -145px; } }

.dlcogp-center-block__graphic--3 {
  max-width: 35%;
  height: auto; }
  @media (min-width: 768px) {
    .dlcogp-center-block__graphic--3 {
      position: absolute;
      top: -30px;
      right: 0; } }

.dlcogp-center-block__inline-graphics {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px; }
  @media (min-width: 768px) {
    .dlcogp-center-block__inline-graphics {
      height: 0; } }

.dlcogp-center-block__title {
  color: #f7e050;
  font-family: "Play", "Orbitron", sans-serif;
  font-size: 1.875rem;
  -webkit-filter: drop-shadow(0 0 9px #000);
          filter: drop-shadow(0 0 9px #000);
  line-height: 1.2;
  text-transform: uppercase;
  background: -webkit-linear-gradient(#C98710, #E3D8A1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100% 1.2em; }
  @media (min-width: 768px) {
    .dlcogp-center-block__title {
      font-size: 2.5rem; } }
  @media (min-width: 1280px) {
    .dlcogp-center-block__title {
      font-size: 3.4375rem; } }

.dlcogp-center-block__container {
  margin: auto;
  max-width: 1190px;
  position: relative;
  z-index: 1; }

.dlcogp-center-block__content {
  max-width: 950px;
  margin: auto;
  position: relative;
  z-index: 1; }

.dlcogp-center-block__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (min-width: 768px) {
    .dlcogp-center-block__media {
      margin-top: 70px; } }

.dlcogp-center-block__media-item {
  width: 31.09244%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 20px; }

.dlcogp-center-block__frame {
  background: #000;
  border: 1px solid #f7e050;
  -webkit-box-shadow: 0 2px 31px rgba(0, 0, 0, 0.65);
          box-shadow: 0 2px 31px rgba(0, 0, 0, 0.65); }


.pf-leaderboard {
  padding: 30px 15px; }

.pf-leaderboard__loading {
  color: rgba(255, 255, 255, 0.25); }

.pf-leaderboard__current-user {
  margin-top: 20px; }

.news-details__header {
  margin-bottom: 30px; }

.news-details__thumb {
  margin-bottom: 20px;
  width: 100%;
  position: relative; }
  .news-details__thumb::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 66.98262%; }
    @media (min-width: 768px) {
      .news-details__thumb::before {
        padding-top: 45.3125%; } }
  .news-details__thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }

.giveaway-winners__outer {
  overflow: hidden; }

.giveaway-winners__prize-title {
  margin: 0 0 15px; }

.giveaway-winners__prize-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px; }

.giveaway-winners__winner-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 40px;
  padding: 0; }

.giveaway-winners__winner-item {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  @media (min-width: 768px) {
    .giveaway-winners__winner-item {
      width: 33.33333%; } }
  @media (min-width: 1024px) {
    .giveaway-winners__winner-item {
      width: 25%; } }
  @media (min-width: 1280px) {
    .giveaway-winners__winner-item {
      width: 20%; } }
  @media (min-width: 1500px) {
    .giveaway-winners__winner-item {
      width: 16.66667%; } }

.giveaway-winners__winner-item--winner {
  color: #fff;
  font-weight: bold; }

.giveaway-winners__footer {
  position: relative;
  text-align: center; }
  .giveaway-winners__footer::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    width: 100%;
    height: 50px;
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
    background: linear-gradient(0deg, #000 0%, transparent 100%); }

.giveaway-winners__footer-inner {
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.label {
  display: inline-block;
  padding: 0 14px;
  background: #f7e050;
  color: #050404;
  font-family: "Play", "Orbitron", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.3em; }

.react-add-to-calendar {
  position: relative;
  width: 250px; }

.react-add-to-calendar__button {
  cursor: pointer; }
  .react-add-to-calendar__button:hover {
    color: #fff; }

.react-add-to-calendar__dropdown {
  margin: 20px 0;
  width: 200px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #000;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1; }
  @media (min-width: 768px) {
    .react-add-to-calendar__dropdown {
      margin-left: -100px;
      left: 50%;
      right: auto; } }
  .react-add-to-calendar__dropdown a {
    text-decoration: none; }
    .react-add-to-calendar__dropdown a:hover {
      color: #fff; }
  .react-add-to-calendar__dropdown ul {
    list-style: none;
    background: inherit;
    padding: 15px;
    margin: 0;
    position: relative;
    z-index: 1; }
  .react-add-to-calendar__dropdown::before {
    display: block;
    content: '';
    margin: -9px;
    width: 18px;
    height: 18px;
    border: inherit;
    background: inherit;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: 0; }

.checkStyle {
  float: left;
  margin-right: 10px; }

.event-details__header {
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .event-details__header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.event-details__thumb {
  margin-bottom: 20px; }

.guide-details__header {
  margin-bottom: 30px; }

.guide-details__thumb {
  margin-bottom: 20px; }


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