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

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

* {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: "inter-variable", sans-serif;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: relative;
  color: #282d3c;
  background: #111;
}

::selection {
  background: #978cde;
  color: #101035;
}

::-moz-selection {
  background: #978cde;
  color: #101035;
}

iframe {
  width: 100%;
  height: 100vh;
}

.trigger-off {
  pointer-events: none;
}

.reveal-text {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.reveal-text .word {
  transform: translateY(40%);
  opacity: 0;
}

img {
  max-width: 100%;
  width: 100%;
}

.scroll-lock {
  position: relative;
  overflow: hidden;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -14px;
  margin-left: -14px;
}

.col-4 {
  max-width: 25%;
  flex: 0 0 25%;
  padding: 0 14px;
}

.col {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 14px;
}

.col-3 {
  max-width: 33.33333%;
  flex: 0 0 33.33333%;
  padding: 0 14px;
}

.col-2 {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 14px;
}

img {
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

strong {
  font-weight: 600;
}

.container {
  margin: 0 auto;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 860px) {
  .container {
    max-width: 830px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 980px;
  }
}
@media screen and (min-width: 1299px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1499px) {
  .container {
    max-width: 1440px;
  }
}

.container-fluid {
  max-width: 100%;
  padding: 0 5.2604166667vw;
}
@media screen and (max-width: 767px) {
  .container-fluid {
    padding: 0 20px;
  }
}

.section-header h2 {
  text-shadow: 0px 2px 0 #9f3911;
  font-size: 46px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.3px;
  text-align: center;
  color: #feb900;
  text-transform: uppercase;
  margin-bottom: 33px;
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 991px) {
  .section-header h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  .section-header h2 {
    font-size: 6.6666666667vw;
    line-height: 1.2;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.separator-bottom {
  position: relative;
}
.separator-bottom:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #717171, #fff, #7e7e7e, #fff, #818181);
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .separator-bottom:before {
    height: 4px;
  }
}

@property --a1 {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@property --a2 {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.border-decor__gradient {
  position: relative;
  border-radius: 22px;
  z-index: 1;
  border: 10px solid transparent;
  isolation: isolate;
}
@media screen and (max-width: 991px) {
  .border-decor__gradient {
    border: 6px solid transparent;
  }
}
.border-decor__gradient::before, .border-decor__gradient::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
  z-index: -1;
  inset: 0;
}
.border-decor__gradient::before {
  --a1: 0deg;
  background: linear-gradient(var(--a1), #545454, #7d7d7d, #ffffff, #686868, #ffffff, #ffffff);
  margin: -10px;
  border-radius: 22px;
  animation: spin-a1 18s linear infinite;
}
@media screen and (max-width: 991px) {
  .border-decor__gradient::before {
    margin: -6px;
    border-radius: 18px;
  }
}
.border-decor__gradient::after {
  --a2: 0deg;
  background: linear-gradient(var(--a2), #d3d3d3, #959595, #ffffff, #5c5c5c, #ffffff, #9e9e9e);
  margin: -4px;
  border-radius: 16px;
  animation: spin-a2 22s linear infinite;
}
@media screen and (max-width: 991px) {
  .border-decor__gradient::after {
    margin: -2px;
    border-radius: 14px;
  }
}

@keyframes spin-a1 {
  to {
    --a1: 1turn;
  }
}
@keyframes spin-a2 {
  to {
    --a2: -1turn;
  }
}
.slide-up.slide-up {
  opacity: 0;
  transform: translateY(40px);
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.slide-up.slide-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

.media-holder video[data-id=hero] .mute-toggle {
  display: none !important;
}

.media-holder, .game-tile__img .img-holder, .banner-content .media-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.media-holder > img,
.media-holder video,
.media-holder .wistia_embed, .game-tile__img video,
.game-tile__img .wistia_embed,
.game-tile__img img, .banner-content video,
.banner-content img,
.banner-content .wistia_embed {
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}

a.btn,
.btn {
  height: 97px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: bold;
  text-shadow: 2px 3.5px 3.1px rgba(0, 0, 0, 0.5);
  color: #fff;
  position: relative;
  background-clip: border-box;
  border: 4px solid transparent;
  text-decoration: none;
  border-radius: 12px;
  line-height: 1;
  font-family: "inter-variable", sans-serif;
  letter-spacing: 0.8px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  padding: 0 100px;
}
@media screen and (max-width: 1024px) {
  a.btn,
  .btn {
    height: 75px;
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  a.btn,
  .btn {
    height: 16.6666666667vw;
    font-size: 5.0980392157vw;
    padding: 0 3.9215686275vw;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  a.btn span,
  .btn span {
    line-height: 1.5;
  }
}

a.btn-main,
.btn-main {
  background-image: linear-gradient(to bottom, #0d6d17, #08851b, #049c1e);
  border: 1px solid #02a620;
}

@media screen and (max-width: 767px) {
  .is-revealed {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}

.main-header {
  background: #111;
  position: relative;
  padding-top: 12px;
}

.logo-holder {
  max-width: 160px;
  display: block;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 991px) {
  .logo-holder {
    max-width: 130px;
  }
}
.logo-holder img {
  max-width: 100%;
  width: 100%;
  margin-bottom: -80px;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.76)) drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.76)) drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.76));
}
@media screen and (max-width: 991px) {
  .logo-holder img {
    margin-bottom: -50px;
  }
}

body.modal-lock {
  overflow: hidden;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
}
.modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal {
  max-width: 600px;
  width: 90%;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transform: translateY(16px) scale(0.98);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.modal-overlay.is-open .modal {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.modal .main-header {
  background: transparent;
}

.modal-body {
  background: #111;
  border-radius: 13px;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 14px;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  color: #fff;
  z-index: 12;
}

#form .form-body {
  color: #fff;
  background-image: none;
  background-position: inherit;
  background-repeat: no-repeat;
  padding: 100px 40px 50px;
}
@media screen and (max-width: 575px) {
  #form .form-body {
    padding: 19.6078431373vw 7.8431372549vw 9.8039215686vw;
  }
}

.form-holder {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

#form .form-body .privacyPolicy p {
  font-size: 14px;
  color: #fff;
}

#form .form-body .privacyPolicy p a {
  color: #fff;
}

#form .btn-holder {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  margin-top: 30px;
}

#form .form-body input.text,
#form .form-body textarea {
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  font-family: Verdana, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  position: relative;
  z-index: 12;
}

#form .form-body textarea {
  width: 100%;
  background: transparent;
  min-height: 100px;
  border: none;
  color: #fff;
  padding-left: 0;
  padding-top: 15px;
}

#form .form-body input.text:focus,
#form .form-body textarea:focus {
  outline: none;
}

#form .form-body label.input-label {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
  display: block;
  float: left;
  text-align: left;
  width: 100%;
  font-weight: 700;
  font-family: "inter-variable", sans-serif;
}

#form .form-body .form-wrap {
  width: 70%;
  display: block;
  float: right;
  margin-bottom: 30px;
  position: relative;
}

#form .form-body .form-wrap:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background: #fff;
}

/* wrapper must be positioning context */
#form .form-body .form-wrap {
  position: relative;
}

/* underline bar (hidden by default) */
#form .form-body .form-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 0;
  /* start collapsed */
  background: #fff;
  transition: width 0.25s ease;
}

/* show when focused */
#form .form-body .form-wrap:focus-within::after {
  width: 100%;
}

/* show when field not empty (needs :has support) */
#form .form-body .form-wrap:has(input:not(:placeholder-shown)),
#form .form-body .form-wrap:has(textarea:not(:placeholder-shown)) {
  /* nothing here; just for the ::after selector below */
}

#form .form-body .form-wrap:has(input:not(:placeholder-shown))::after,
#form .form-body .form-wrap:has(textarea:not(:placeholder-shown))::after {
  width: 100%;
}

#form .form-body label.choice {
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #000000;
}

#form .form-body a {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  color: #000000;
}

#form,
#form .quirksMode {
  width: 100%;
}

#form.af-quirksMode {
  overflow-x: hidden;
}

#form .af-quirksMode .bodyText {
  padding-top: 2px;
  padding-bottom: 2px;
}

#form {
  overflow: hidden;
}

#form input,
#form submit,
#form textarea,
#form select,
#form label,
#form optgroup,
#form option {
  float: none;
  margin: 0;
  position: static;
}

#form select,
#form label,
#form optgroup,
#form option {
  padding: 0;
}

#form input,
#form textarea,
#form select {
  font-size: 100%;
}

#form form,
#form textarea,
.form-wrapper,
#form img {
  float: none;
  color: inherit;
  margin: 0;
  padding: 0;
  position: static;
  background-color: none;
  border: none;
}

#form div {
  margin: 0;
}

#form {
  display: block;
}

#form body,
#form dl,
#form dt,
#form dd,
#form h1,
#form h2,
#form h3,
#form h4,
#form h5,
#form h6,
#form pre,
#form code,
#form fieldset,
#form legend,
#form blockquote,
#form th,
#form td {
  float: none;
  color: inherit;
  margin: 0;
  padding: 0;
  position: static;
}

#form p {
  color: inherit;
}

#form ul,
#form ol {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 40px;
}

#form .bodyText p {
  margin: 1em 0;
}

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

#form fieldset {
  border: 0;
}

.af-clear {
  clear: both;
}

.af-form {
  box-sizing: border-box;
  margin: auto;
  text-align: left;
}

.form-element {
  padding-bottom: 5px;
  padding-top: 5px;
}

.form-wrapper {
  text-indent: 0;
}

.form-body input.submit,
.form-body input.image {
  float: none !important;
}

.form-body input.submit {
  white-space: inherit;
}

.form-body input.text {
  width: 100%;
  padding: 2px !important;
}

.form-body .form-wrap {
  text-align: left;
}

.form-element label {
  float: left;
  text-align: left;
}

.lbl-right .form-element label {
  text-align: right;
}

.af-quirksMode .form-element {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.form-body.standards input.submit {
  padding: 4px 12px;
}

.form-element label {
  display: block;
  float: left;
}

#form .form-body .form-wrap {
  width: 100% !important;
}

#form .form-body .form-element {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

#form .form-body .form-element:first-child {
  margin-top: 0 !important;
}

#form .form-body input.text {
  border-radius: 3px !important;
  color: #fff;
  font-family: "inter-variable", sans-serif;
  font-size: 18px;
  padding: 8px 12px 8px 0 !important;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  height: 65px;
  background: transparent;
  border: none;
  font-family: "inter-variable", sans-serif;
}
@media screen and (max-width: 575px) {
  #form .form-body input.text {
    height: 9.8039215686vw;
  }
}

#form .form-element-radio input.radio:checked ~ label {
  font-weight: 700 !important;
}

#form .form-element-radio input.radio:focus ~ label {
  box-shadow: inset 0 0 0 2px rgba(25, 35, 70, 0.25);
}

#form .form-element-radio input.radio:checked ~ label:before {
  background-color: #777777;
  border-color: #d6dee3;
}

#form .form-element-radio label.choice {
  border: 1px solid #d6dee3;
  border-radius: 3px !important;
  display: block !important;
  font-weight: 300 !important;
  margin: 0.5rem 0 !important;
  padding: 1rem 1rem 1rem 2rem !important;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#form .form-element-radio label.choice:before {
  background-color: #fff;
  border: 1px solid #d6dee3;
  border-radius: 50%;
  content: "";
  height: 0.75rem;
  margin-left: -1.3rem;
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  width: 0.75rem;
}

#form .af-footer p {
  margin: 0 !important;
}

#form input.text:hover {
  cursor: pointer;
  opacity: 0.8;
}

.main-footer {
  padding: 100px 0;
  background: #111;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .main-footer {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .main-footer {
    padding: 7.8431372549vw 0;
  }
}

.footer-content {
  max-width: 1060px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .footer-content {
    max-width: 860px;
  }
}
.footer-content p {
  font-size: 24px;
  letter-spacing: 0.35px;
  color: #fff;
}
.footer-content p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .footer-content p {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .footer-content p {
    font-size: 3.5294117647vw;
  }
}
.footer-content p a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}

.footer-logo {
  max-width: 160px;
  display: block;
  margin: 60px auto;
}
@media screen and (max-width: 1024px) {
  .footer-logo {
    max-width: 130px;
    margin: 40px auto;
  }
}
@media screen and (max-width: 575px) {
  .footer-logo {
    max-width: 25.4901960784vw;
    margin: 5.8823529412vw auto;
  }
}
.footer-logo img {
  display: block;
  line-height: 1;
}

.hero-section {
  background: #111 url("./assets/img/hero-bg.jpg") no-repeat top center/100% auto;
  padding-top: 140px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .hero-section {
    padding-top: 90px;
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 575px) {
  .hero-section {
    padding-top: 17.6470588235vw;
    padding-bottom: 9.8039215686vw;
  }
}
.hero-section .game-tiles__section {
  padding-top: 40px;
  padding-bottom: 0;
}

.hero-section__content .mute-toggle {
  display: grid;
}

.media {
  position: relative;
  padding-top: 56%;
  margin-bottom: 36px;
}
@media screen and (max-width: 575px) {
  .media.media-square {
    padding-top: 122%;
  }
}
.media .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-section__content__holder {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-radius: 16px;
  box-shadow: 0px 10px 38.2px 7.8px rgba(0, 0, 0, 0.76);
  margin-bottom: 40px;
  max-width: calc(100% - 30px);
}
@media screen and (min-width: 576px) {
  .hero-section__content__holder {
    max-width: calc(100% - 30px);
  }
}
@media screen and (min-width: 768px) {
  .hero-section__content__holder {
    max-width: 720px;
  }
}
@media screen and (min-width: 860px) {
  .hero-section__content__holder {
    max-width: 800px;
  }
}
@media screen and (min-width: 992px) {
  .hero-section__content__holder {
    max-width: 830px;
  }
}
@media screen and (max-width: 575px) {
  .hero-section__content__holder {
    margin-bottom: 5.8823529412vw;
  }
}

.hero-section__content {
  padding: 25px 40px 37px;
  text-align: center;
  background: #111;
  border-radius: 13px;
}
@media screen and (max-width: 1024px) {
  .hero-section__content {
    border-radius: 12px;
  }
}
@media screen and (max-width: 575px) {
  .hero-section__content {
    padding: 4.9019607843vw 2.9411764706vw 5.8823529412vw;
  }
}
.hero-section__content h1 {
  font-size: 46px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.92px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .hero-section__content h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  .hero-section__content h1 {
    font-size: 5.8823529412vw;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 375px) {
  .hero-section__content h1 {
    font-size: 7.4509803922vw;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.hero-section__content p {
  font-size: 28px;
  letter-spacing: 0.56px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .hero-section__content p {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .hero-section__content p {
    font-size: 3.9215686275vw;
  }
}
@media screen and (max-width: 375px) {
  .hero-section__content p {
    font-size: 4.3137254902vw;
  }
  .hero-section__content p br {
    display: none;
  }
}
.hero-section__content .btn-holder {
  padding-top: 26px;
}
@media screen and (max-width: 575px) {
  .hero-section__content .btn-holder {
    padding-top: 3.9215686275vw;
  }
}

.hero-section__trustpilot {
  max-width: 607px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .hero-section__trustpilot {
    padding: 0 14px;
  }
}
@media screen and (max-width: 575px) {
  .hero-section__trustpilot {
    max-width: 80%;
  }
}

.hero-section__features {
  height: 100%;
}
.hero-section__features .row {
  justify-content: center;
}
.hero-section__features .border-decor__gradient {
  height: 100%;
}
.hero-section__features h2 {
  font-size: 46px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.3px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 52px;
}
@media screen and (max-width: 1024px) {
  .hero-section__features h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  .hero-section__features h2 {
    font-size: 5.8823529412vw;
    margin-bottom: 3.9215686275vw;
    line-height: 1.2;
    letter-spacing: 0;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1024px) {
  .hero-section__features .col-4 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .hero-section__features .col-4:not(:nth-last-child(-n+2)) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .hero-section__features .col-4 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
}

.hero-section__feature {
  position: relative;
  height: 100%;
}
.hero-section__feature h3 {
  text-shadow: 0px 2px 0 #9f3911;
  font-size: 21px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.92px;
  color: #feb900;
  text-transform: uppercase;
  margin-bottom: 6px;
}
@media screen and (max-width: 575px) {
  .hero-section__feature h3 {
    font-size: 3.5294117647vw;
  }
}
@media screen and (max-width: 375px) {
  .hero-section__feature h3 {
    font-size: 5.0980392157vw;
  }
}
.hero-section__feature p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: left;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 1499px) {
  .hero-section__feature p {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .hero-section__feature p {
    font-size: 3.137254902vw;
  }
}
@media screen and (max-width: 375px) {
  .hero-section__feature p {
    font-size: 4.7058823529vw;
  }
}

.hero-section__feature__content {
  padding: 20px 20px;
  background: #111;
  border-radius: 13px;
  height: 100%;
}

.hero-section__feature-icon {
  width: 110px;
  height: 110px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 575px) {
  .hero-section__feature-icon {
    width: 15.6862745098vw;
    height: 15.6862745098vw;
    margin-bottom: 3.9215686275vw;
  }
}
.hero-section__feature-icon img {
  max-width: 100%;
  width: 100%;
}

.hero-section__footer {
  text-align: center;
  padding: 61px 14px 0 14px;
}
@media screen and (max-width: 575px) {
  .hero-section__footer {
    padding: 7.8431372549vw 14px 0 14px;
  }
}
.hero-section__footer .btn {
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .hero-section__footer .btn {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .hero-section__footer .btn {
    font-size: 4.7058823529vw;
  }
}
.hero-section__footer .btn span {
  padding: 0 70px 5px 70px;
}
@media screen and (max-width: 575px) {
  .hero-section__footer .btn span {
    padding: 0 19.6078431373vw 0.9803921569vw 19.6078431373vw;
  }
}

.panel-section {
  background: url("./assets/img/panel-bg.jpg") no-repeat top center/cover;
  padding: 126px 0;
}
@media screen and (max-width: 1024px) {
  .panel-section {
    padding: 65px 0;
  }
}
@media screen and (max-width: 575px) {
  .panel-section {
    padding: 9.8039215686vw 0;
  }
}

.panel-content {
  padding: 44px 80px 50px;
  background: #111;
  border-radius: 13px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .panel-content {
    padding: 30px 40px 50px;
  }
}
@media screen and (max-width: 575px) {
  .panel-content {
    padding: 5.8823529412vw 5.8823529412vw 7.8431372549vw;
  }
}
.panel-content h2 {
  font-size: 46px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.3px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 33px;
}
@media screen and (max-width: 1499px) {
  .panel-content h2 br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .panel-content h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 575px) {
  .panel-content h2 {
    font-size: 5.0980392157vw;
  }
}
.panel-content p {
  text-shadow: 0px 2px 21.6px rgba(0, 0, 0, 0.75);
  font-size: 28px;
  letter-spacing: 0.46px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .panel-content p {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .panel-content p {
    font-size: 3.9215686275vw;
  }
}
.panel-content p:not(:last-of-type) {
  margin-bottom: 38px;
}
@media screen and (max-width: 1024px) {
  .panel-content p:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.panel-content p em {
  font-style: normal;
  color: #feb900;
  font-weight: 700;
}
.panel-content ul li {
  text-shadow: 0px 2px 21.6px rgba(0, 0, 0, 0.75);
  font-size: 28px;
  letter-spacing: 0.46px;
  color: #fff;
}
.panel-content .btn-holder {
  padding-top: 25px;
}

.game-tiles__section {
  padding: 87px 0 121px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .game-tiles__section {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 575px) {
  .game-tiles__section {
    padding: 9.8039215686vw 0 9.8039215686vw;
  }
}
.game-tiles__section h2 {
  margin-bottom: 49px;
}
@media screen and (max-width: 575px) {
  .game-tiles__section h2 {
    margin-bottom: 9.8039215686vw;
  }
}
.game-tiles__section .row {
  justify-content: center;
}
.game-tiles__section .container:not(:last-of-type) {
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .game-tiles__section .container:not(:last-of-type) {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 575px) {
  .game-tiles__section .container:not(:last-of-type) {
    margin-bottom: 7.8431372549vw;
  }
}
@media screen and (max-width: 767px) {
  .game-tiles__section .col-3 {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 0;
  }
  .game-tiles__section .col-3:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .game-tiles__section .col-3 {
    max-width: 70%;
    flex: 0 0 70%;
  }
}
@media screen and (max-width: 575px) {
  .game-tiles__section .col-3 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.game-tiles__section .col-3:not(:nth-last-child(-n+3)) {
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .game-tiles__section .col-3:not(:nth-last-child(-n+3)) {
    margin-bottom: 30px;
  }
}
.game-tiles__section .col,
.game-tiles__section .col-3 {
  position: relative;
}
.game-tiles__section .col:hover .btn,
.game-tiles__section .col-3:hover .btn {
  opacity: 1;
  transform: translateY(0%);
}
.game-tiles__section .col .btn-holder,
.game-tiles__section .col-3 .btn-holder {
  text-align: center;
  padding-top: 30px;
}
.game-tiles__section .col .btn,
.game-tiles__section .col-3 .btn {
  width: 100%;
  max-width: 351px;
  z-index: 4;
  font-size: 33px;
  padding: 0 20px;
}
@media screen and (max-width: 1499px) {
  .game-tiles__section .col .btn,
  .game-tiles__section .col-3 .btn {
    height: 75px;
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .game-tiles__section .col .btn,
  .game-tiles__section .col-3 .btn {
    font-size: 5.8823529412vw;
    height: 16.6666666667vw;
    max-width: 68.6274509804vw;
  }
}
.game-tiles__section .col .btn span,
.game-tiles__section .col-3 .btn span {
  padding: 0 15px;
}

.game-tiles__section--suits {
  background: #111 url("./assets/img/card-suits-bg.jpg") no-repeat top center/100% auto;
}

.game-tiles__section--stars {
  background: #111 url("./assets/img/stars-bg.jpg") no-repeat top center/100% auto;
}

.game-tile {
  background: transparent;
  position: relative;
  overflow: hidden;
}

.game-tile__img {
  padding-top: 96%;
  position: relative;
}
.game-tile__img video,
.game-tile__img .wistia_embed,
.game-tile__img img {
  border-radius: 13px;
}

.game-tile__body {
  padding: 62px 33px 20px;
}
@media screen and (max-width: 1024px) {
  .game-tile__body {
    padding: 40px 10px 20px;
  }
}
.game-tile__body p {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.48px;
  text-align: center;
  color: #fff;
  text-shadow: 0px 4px 16.6px #000;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .game-tile__body p {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .game-tile__body p {
    font-size: 4.7058823529vw;
  }
}

.banner-section {
  padding: 76px 0;
  background: url("./assets/img/banner-12-masks.jpg") no-repeat center/cover;
}
@media screen and (max-width: 1024px) {
  .banner-section {
    padding: 45px 0;
  }
}
.banner-section .section-header h2 {
  margin-bottom: 49px;
}

.banner-content {
  padding-top: 38.5%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .banner-content {
    padding-top: 52%;
  }
}
.banner-content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 13px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.banner-content:hover:before {
  visibility: visible;
  opacity: 1;
}
.banner-content:hover .btn {
  opacity: 1;
  transform: translateY(0%);
}
.banner-content video,
.banner-content img,
.banner-content .wistia_embed {
  border-radius: 13px;
}
.banner-content .btn-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 40px;
  z-index: 4;
  max-width: 100%;
  text-align: center;
  z-index: 4;
}
@media screen and (max-width: 1499px) {
  .banner-content .btn-holder {
    padding: 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .banner-content .btn-holder {
    padding: 0 5.8823529412vw;
  }
}
.banner-content .btn {
  width: 100%;
  max-width: 351px;
  opacity: 0;
  transform: translateY(10%);
  z-index: 4;
  font-size: 33px;
}
@media screen and (max-width: 1499px) {
  .banner-content .btn {
    height: 75px;
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .banner-content .btn {
    font-size: 5.8823529412vw;
    height: 16.6666666667vw;
    max-width: 68.6274509804vw;
  }
}
.banner-content .btn span {
  padding: 0 15px;
}

.mute-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 52;
}

/* ensure positioning context */
.mute-toggle svg {
  width: 18px;
  height: 18px;
}

.game-page .game-tiles__section {
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .game-page .col-3.col-3 {
    margin-bottom: 40px;
  }
}
.game-page .col-3.col-3:hover .btn {
  opacity: 1;
  transform: translateY(0%);
}
.game-page .col-3.col-3:hover .game-tile__img:before {
  visibility: visible;
  opacity: 1;
}
.game-page .col-3.col-3 .btn-holder {
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .game-page .col-3.col-3 .btn-holder {
    position: static;
    transform: translate(0, 0);
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .game-page .col-3.col-3 .btn-holder {
    margin-top: 5.8823529412vw;
  }
}
@media screen and (max-width: 767px) {
  .game-page .col-3.col-3 .btn {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.game-page .col {
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .game-page .col {
    max-width: 70%;
    flex: 0 0 70%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .game-page .col {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 9.8039215686vw;
  }
}
.game-page .col .btn-holder {
  text-align: center;
  top: 50%;
  position: absolute;
  z-index: 4;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .game-page .col .btn-holder {
    position: static;
    transform: translate(0, 0);
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .game-page .col .btn-holder {
    margin-top: 5.8823529412vw;
  }
}
.game-page .col .btn {
  max-width: 351px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .game-page .col .btn {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.game-page .col .game-tile__img {
  padding-top: 30%;
}
@media screen and (max-width: 767px) {
  .game-page .col .game-tile__img {
    padding-top: 60%;
  }
}
@media screen and (max-width: 767px) {
  .game-page .btn.slide-up.slide-up {
    opacity: 0 !important;
    transform: translateY(40px) !important;
    transition: transform 0.6s ease, opacity 0.6s ease;
  }
  .game-page .btn.slide-up.slide-up.in-view {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}

.text-content {
  color: #fff;
  padding-bottom: 60px;
  padding-top: 120px;
}
.text-content h1 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 60px;
}
.text-content h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.text-content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.text-content ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.text-content ul li {
  margin-bottom: 0.5rem;
}
.text-content ul li p {
  margin-bottom: 0;
}
.text-content strong {
  font-weight: 600;
}
.text-content em {
  font-style: italic;
}
.text-content a {
  color: #0077cc;
  text-decoration: underline;
}
.text-content a:hover {
  text-decoration: none;
}

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