@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Arimo:wght@400;700&display=swap";
@import "https://use.typekit.net/ttn8vgh.css";
@import "https://fonts.googleapis.com/css2?family=Rubik:wght@700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Poppins:wght@500;700;800&display=swap";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: "inter-variable", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.compliance-footer {
  background: #000;
  text-align: center;
  padding: 20px;
  color: #fff;
  overflow: hidden;
}
.compliance-footer .compliance-footer__elements {
  font-size: 23px;
  padding-bottom: 20px;
  font-weight: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.compliance-footer .compliance-footer__elements figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.compliance-footer .compliance-footer__elements figure + figure {
  margin-left: 50px;
}
.compliance-footer .compliance-footer__elements figure + figure::before {
  content: "";
  position: absolute;
  background: #fff;
  left: -25px;
  width: 3px;
  height: 100%;
}
.compliance-footer .igaming-logo {
  width: 150px;
  height: auto;
  display: inline-block;
}
.compliance-footer p {
  font-weight: 500;
  line-height: 18px;
  font-size: 14px;
  margin: 10px auto;
  max-width: 750px;
  color: rgba(255, 255, 255, 0.55);
}
.compliance-footer p span {
  font-weight: 600;
}
.compliance-footer p a {
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .compliance-footer .compliance-footer__elements {
    font-size: 18px;
  }
  .compliance-footer .igaming-logo {
    width: 121px;
  }
}
@media screen and (max-width: 480px) {
  .compliance-footer .compliance-footer__elements {
    font-size: 14px;
  }
  .compliance-footer .igaming-logo {
    width: 90px;
  }
}
.modal-ont {
  background: rgba(0, 0, 0, 0.65);
  font-size: 16px;
}
.modal-ont .modal-dialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
  padding: 1em 0;
  color: #000;
  font-family: sans-serif;
}
.modal-ont .modal-content {
  background: #fff;
  border: 2px solid red;
  border-radius: 12px;
}
.modal-ont .modal-body {
  padding: 1em 1.5em;
  text-align: center;
}
.modal-ont__title {
  font-size: 1.25em;
  font-weight: 700;
  margin-top: 0.5em;
}
.modal-ont__content {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: red;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.1em;
}
.modal-ont__disclaimer {
  font-size: 0.8em;
}
.modal-ont a {
  color: #00008b !important;
}
.modal-ont a:hover {
  color: #00008b !important;
}
:root {
  --app-height: 100vh;
}
body {
  font-family: Roboto, sans-serif;
}
.game-text--heading {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 1px 1px 5px #000;
  margin: 0.5em 0 0 0;
}
.game-text--heading .u__text--large {
  font-size: 1.6em;
}
@media screen and (max-width: 575px) {
  .game-text--heading {
    font-size: 5.8vw;
  }
}
#vignette {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#000),
      to(rgba(0, 0, 0, 0))
    ),
    -webkit-gradient(linear, right top, left top, from(#000), to(rgba(0, 0, 0, 0))),
    -webkit-gradient(linear, left top, right top, from(#000), to(#000)),
    -webkit-gradient(linear, right top, left top, from(#000), to(#000));
  background-image: linear-gradient(to right, #000 0, rgba(0, 0, 0, 0) 100%),
    linear-gradient(to left, #000 0, rgba(0, 0, 0, 0) 100%),
    linear-gradient(to right, #000 0, #000 100%),
    linear-gradient(to left, #000 0, #000 100%);
  background-size: 300px 100vh, 300px 100vh, calc(50% - 700px + 10px) 100vh,
    calc(50% - 700px + 10px) 100vh;
  background-position: calc(50% - 700px + 150px) top,
    calc(50% + 700px - 150px) top, right top, left top;
  background-repeat: no-repeat;
}
#spinwheel {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  z-index: 10;
  width: 600px;
}
#spinwheel::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#spinwheel canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#spinwheel .spin-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  filter: drop-shadow(0 0 20px #000) drop-shadow(0 0 20px #000)
    drop-shadow(0 0 20px #000) drop-shadow(0 0 20px #000);
}
#spinwheel-messages {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 130;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
}
#spinwheel-messages.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#spinwheel-messages .message {
  position: relative;
  display: none;
  width: 100%;
  max-width: 420px;
  color: #000;
  font-size: 30px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}
#spinwheel-messages .message.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#spinwheel-messages .message-inner {
  background: #21273a;
  box-shadow: inset 0 0 6px 6px #0c0e15;
  padding: 45px 20px;
  position: relative;
}
#spinwheel-messages .message-inner .video-holder,
#spinwheel-messages .message-inner .video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: inset 0 0 6px 6px #0c0e15;
}

#spinwheel-messages .message-inner .wistia_embed {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
  box-shadow: inset 0 0 6px 6px #0c0e15;
  z-index: -1;
  position: relative;
}

.video-frame .prize em {
  font-size: 100px;
  display: block;
}

body #spinwheel-messages .video-frame small {
  text-transform: uppercase;
  margin: 0;
  position: relative;
  z-index: 2;
}

body #spinwheel-messages .video-frame .message-footer {
  margin-top: 0;
}

body #spinwheel-messages .video-frame .message-inner {
  padding-top: 50%;
  position: relative;
}

body #spinwheel-messages .video-frame .message-inner:before {
  position: absolute;
  height: 50%;
  bottom: 0;
  left: 0;
  content: "";
  background: linear-gradient(
    to top,
    #0f121b 20%,
    #21273a 50%,
    transparent 95%
  );
  width: 100%;
}

body #spinwheel-messages .last-frame small {
  margin-bottom: 0;
  margin-top: 0;
}
body #spinwheel-messages .last-frame p {
  text-transform: uppercase;
  font-weight: 700;
}

#spinwheel-messages .message-content {
  overflow: auto;
}
#spinwheel-messages .message-footer {
  padding: 20px 0 0 0;
}
#spinwheel-messages .btn-message {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 20px 20px;
  border: solid 4px #000;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1;
}
#spinwheel-messages .btn-message:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
#spinwheel-messages .btn-message:focus {
  text-decoration: none;
}
@media screen and (max-width: 575px) {
  #spinwheel-messages .btn-message {
    font-size: 25px;
  }
}
#spinwheel-messages h2 {
  font-size: 40px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  #spinwheel-messages h2 {
    font-size: 30px;
  }
}
#spinwheel-messages h3 {
  font-size: 30px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  #spinwheel-messages h3 {
    font-size: 20px;
  }
}
#spinwheel-messages p {
  font-size: 25px;
  line-height: 1.2;
  margin: 15px 0 0 0;
  display: block;
}
@media screen and (max-width: 575px) {
  #spinwheel-messages p {
    font-size: 18px;
  }
}
.game-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .game-loader {
    max-width: 100px;
  }
}
.lds-dual-ring {
  display: inline-block;
  width: 100px;
  height: 100px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  margin: 1px;
  border-radius: 50%;
  border: 10px solid #ffd43e;
  border-color: #ffd43e transparent #ffd43e transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}
@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body {
  position: relative;
  background-color: #010815;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: var(--app-height);
  background-size: 1920px auto;
  background-position: calc(50% + 530px) bottom, center top;
  background-repeat: no-repeat;
  font-family: teko;
}

body:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/bg-lg.png) no-repeat bottom / cover;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  body:before {
    background: transparent;
  }
}

@media screen and (max-width: 767px) {
  body:before {
    width: 70vw;
  }
}

@media screen and (max-width: 575px) {
  body:before {
    width: 100%;
    mask: unset;
    mask-size: unset;
    mask-position: unset;
    mask-repeat: unset;
    mask-composite: unset;
  }
}
body .top-banner-ad {
  background: #000;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  padding: 5px 5px;
  text-transform: uppercase;
  position: relative;
}
body .footer-disclaimer {
  width: 100%;
  background: #efefef;
  padding: 0;
  border-top: 1px solid #bcbcbc;
  position: absolute;
  bottom: -363px;
}
@media screen and (max-width: 642px) {
  body .footer-disclaimer {
    bottom: -468px;
  }
}
body .footer-disclaimer .footer-container {
  max-width: 750px;
  margin: 0 auto;
  padding: 30px 4px;
}
body .footer-disclaimer .footer-container p.disclaimer {
  font-weight: 500;
}
body .footer-disclaimer .footer-container p {
  text-align: center;
  margin-bottom: 30px;
  line-height: 18px;
  font-size: 14px;
}
body .footer-disclaimer .footer-container p span {
  font-weight: 600;
}
body .footer-disclaimer .footer-container p a {
  color: #1c54bb;
  font-weight: 700;
  cursor: pointer;
}
body .footer-disclaimer .footer-container p .copyright {
  font-weight: 600;
}
body .footer-icons > * {
  display: inline-block;
}
body .footer-icons {
  background: #000;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  bottom: -51px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 100%;
}
@media screen and (max-width: 642px) {
  body .footer-icons {
    bottom: -103px;
  }
}
body .footer-icons .bIcons {
  background-image: url(../img/footer-icons.fs8.png);
  background-repeat: no-repeat;
  height: 45px;
}
body .footer-icons .bIcons.bIcon-18 {
  background-position: 0 0;
  width: 33px;
}
body .footer-icons .bIcons.bIcon-KAHN {
  background-position: -200px 0;
  width: 140px;
}
body .footer-icons .bIcons.bIcon-AU {
  background-position: -3600px 0;
  width: 130px;
}
body .footer-icons .bIcons.bIcon-ECO {
  background-position: -400px 0;
  width: 140px;
}
body .footer-icons .bIcons.bIcon-CR {
  background-position: -800px 0;
  width: 63px;
}
body .footer-icons .bIcons.bIcon-MGS {
  background-position: -600px 0;
  width: 102px;
}
body .footer-icons a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
body .footer-copyright {
  pointer-events: none;
  width: 100%;
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 10px 5px 10px;

  background: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  z-index: 50;
  text-align: center;
  font-size: 7px;
  line-height: 1.1;
  margin: 0 0 -2px 0;
  font-family: oporto;
}
body .page-heading {
  text-align: center;
  color: #fff;
  font-family: teko, Rubik, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #000;
  text-shadow: 2px 3px 0 #000;
  font-size: 26px;
  padding: 0 10px;
  margin-bottom: -40px;
  z-index: 1;
  position: relative;
  margin-top: 0;
  margin-top: 4vw;
}
body .page-heading .styled-text {
  display: inline-block;
  font-family: teko, Rubik, sans-serif;
  font-weight: 900;
  line-height: 1;
  font-size: 2.4em;
  margin: 0.1em 0 0.1em 0;
  -webkit-text-stroke: 2px #000;
  text-shadow: none;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, #fcd052),
    to(#fff)
  );
  background-image: linear-gradient(180deg, #fcd052 20%, #fff 100%);
}
body .page-heading .styled-text--small {
  font-size: 1.1em;
}
body .page-heading .logo-header {
  display: block;
  margin: 0 auto;
  width: 20vw;
  max-width: 100%;
}

.title-img {
  margin-top: 9px;
  width: 20vw;
}

@media screen and (max-width: 575px) {
  body .page-heading {
    font-size: 23px;
    margin: 10px 0;
    text-shadow: 3px 3px 0 #000;
  }
  body .page-heading .styled-text {
    font-size: 1.9em;
  }
  body .page-heading .styled-text--small {
    -webkit-text-stroke: 0;
  }
}
body .spinwheel-contain {
  width: 65vw;
  max-width: 100%;
  display: flex;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 700px;
  margin-top: auto;
}
body .spinwheel-contain #spinwheel {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body .spinwheel-contain::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media screen and (max-width: 575px) {
  body .spinwheel-contain #spinwheel {
    width: calc(100% + 43vw) !important;
    max-width: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  body .spinwheel-contain::after {
    padding-bottom: 88%;
  }
}
body .expander {
  -webkit-box-flex: 0.7;
  -webkit-flex-grow: 0.7;
  -ms-flex-positive: 0.7;
  flex-grow: 0.7;
}
body #spinwheel-messages {
  background-color: rgba(0, 0, 0, 0.88);
}
body #spinwheel-messages .message {
  background-color: transparent;
  max-width: 670px;
}

@media screen and (max-width: 575px) {
  body #spinwheel-messages {
    max-width: none;
    width: calc(100% + 100px);
    margin-left: -50px;
  }
}
body #spinwheel-messages .message-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 575px) {
  body #spinwheel-messages .message-inner {
    padding: 30px 33px 20px;
  }
}
body #spinwheel-messages .message-footer {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  body #spinwheel-messages .message-footer {
    padding: 0;
  }
}
body #spinwheel-messages .message-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 10px 10px 0;
  overflow: hidden;
}
body #spinwheel-messages .message-content .symbol {
  max-width: 40px;
  padding: 5px 0 10px;
}
body #spinwheel-messages .divider {
  width: 80%;
  height: 4px;
  background-color: #fcd052;
  display: block;
  margin: 15px auto;
  -webkit-box-shadow: 0 0 5px 0 #fcd052;
  box-shadow: 0 0 5px 0 #fcd052;
}
body #spinwheel-messages h2 {
  font-family: teko, sans-serif;
  font-weight: 400;
  line-height: 0.9em;
  font-size: 58px;
  margin: 0.2em 0;
  color: #fff;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 575px) {
  body #spinwheel-messages h2 {
    font-size: 27px;
  }
}
body #spinwheel-messages h3,
body #spinwheel-messages p {
  text-shadow: 0px 5px 10px #000;
  font-size: 44.5px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  font-family: "inter-variable", sans-serif;
  margin-top: 0;
  font-weight: 700;
}
body #spinwheel-messages img {
  max-width: 100%;
  margin-bottom: 35px;
}
body #spinwheel-messages small {
  text-shadow: 0px 5px 10px #000;
  font-family: "inter-variable", sans-serif;
  font-size: 29px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  margin: 30px 0;
  display: block;
}

.prize span {
  font-size: 63.5px;
  font-family: "inter-variable", sans-serif;
  text-align: center;
  color: #d34a3f;
  background-image: linear-gradient(to top, #b41334, #dc4c41, #b21333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  font-weight: 700;
  filter: drop-shadow(0 1px 1px rgba(255, 255, 255, 0.5))
    drop-shadow(0 -1px 1px rgba(255, 255, 255, 0.5))
    drop-shadow(0 -2px 0px #b41334) drop-shadow(0 2px 0px #b41334)
    drop-shadow(0 3px 5px #000) drop-shadow(0 2px 4px #000);
}
.prize em {
  font-family: "inter-variable", sans-serif;
  font-style: normal;
  font-size: 122px;
  line-height: 1;
  font-weight: 700;
  display: block;
  background-image: linear-gradient(to top, #b41334, #dc4c41, #b21333);
  filter: drop-shadow(0 1px 1px rgba(255, 255, 255, 0.5))
    drop-shadow(0 -1px 1px rgba(255, 255, 255, 0.5))
    drop-shadow(0 -2px 0px #b41334) drop-shadow(0 2px 0px #b41334)
    drop-shadow(0 3px 5px #000) drop-shadow(0 2px 4px #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 575px) {
  body #spinwheel-messages h3,
  body #spinwheel-messages p {
    font-size: 16px;
  }
}
body #spinwheel-messages h4 {
  font-size: 35px;
  font-family: teko, sans-serif;
  font-weight: 400;
  margin: 0.2em 0;
  color: #efcd1d;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  body #spinwheel-messages h4 {
    font-size: 25px;
  }
}
body #spinwheel-messages .btn-message {
  border: 0;
  background-image: url("../img/btn-center.png");
  background-position: center center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 94px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "inter-variable", sans-serif;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  text-shadow: 0px 5px 10px #000;
  font-family: Inter;
  font-size: 30px;
  text-align: center;
  color: #fff;
}

body #spinwheel-messages .btn-message span {
  position: relative;
  z-index: 1;
  font-family: "inter-variable", sans-serif;
}

body #spinwheel-messages .btn-message:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/btn-left.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto 100%;
  left: -15px;
  top: 0;
}
body #spinwheel-messages .btn-message:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../img/btn-right.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  right: -15px;
  top: 0;
}

body #spinwheel-messages .btn-message:hover {
  background-color: transparent;
}

.frame {
  position: relative;
  overflow: visible;
  isolation: isolate;
  --t: 43px;
  --r: 56px;
  --b: 43px;
  --l: 56px;
  --scale: 1;
  --gap: 1;
  padding: calc(var(--t) * var(--scale) * var(--gap))
    calc(var(--r) * var(--scale) * var(--gap))
    calc(var(--b) * var(--scale) * var(--gap))
    calc(var(--l) * var(--scale) * var(--gap));
}

.frame::before {
  content: "";
  position: absolute;
  inset: calc(-1 * var(--t) * var(--scale)) calc(-1 * var(--r) * var(--scale))
    calc(-1 * var(--b) * var(--scale)) calc(-1 * var(--l) * var(--scale));
  border-style: solid;
  border-width: calc(var(--t) * var(--scale)) calc(var(--r) * var(--scale))
    calc(var(--b) * var(--scale)) calc(var(--l) * var(--scale));
  border-image-source: url("../img/frame.png");
  border-image-slice: 78 98 78 98;
  border-image-width: 1;
  border-image-repeat: round;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 12;
  top: 0;
  left: 0;
}

.frame::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.45));
}

body .frame .transform-top {
  left: 50%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translateX(-50%) rotate(0);
  transform: translateX(-50%) rotate(0);
}
body .frame .transform-bottom {
  left: 50%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
body .frame .transform-right {
  top: 50%;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: translateX(50%) rotate(90deg);
  transform: translateX(50%) rotate(90deg);
}
body .frame .transform-left {
  top: 50%;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: translateX(-50%) rotate(-90deg);
  transform: translateX(-50%) rotate(-90deg);
}
body .u__text--color-golden {
  color: #efcd1d;
}
.title-img {
  margin-left: auto;
  margin-right: auto;
}
.title-img img {
  max-width: 100%;
}
.bg-holder .wistia_embed,
.bg-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-holder .wistia_embed video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  max-width: 100%;
  max-height: 100%;
}

.lg-bg {
}

.sm-bg {
  display: none;
}

@media screen and (min-width: 1921px) {
  .title-img img {
    width: 100%;
  }
  .title-img {
    width: 21.8vw;
  }
  body .page-heading .logo-header {
    width: 20vw;
  }
}
@media screen and (max-width: 991px) {
  .title-img,
  body .page-heading .logo-header {
    width: 35vw;
  }
  body .page-heading {
    margin-top: 8vw;
    margin-bottom: -2vw;
  }
}
@media screen and (max-width: 767px) {
  body .page-heading {
    margin-top: 32vw;
  }
  .prize span {
    font-size: 7vw;
  }
  .prize em {
    font-size: 18vw;
  }
  body #spinwheel-messages p {
    font-size: 7vw;
  }
  body #spinwheel-messages small {
    font-size: 4vw;
    margin: 3vw 0;
  }
  body #spinwheel-messages .message-inner {
    padding: 6vw 5vw;
  }
  body #spinwheel-messages .message {
    max-width: 90%;
  }
  body .page-heading {
    margin-bottom: -2vw;
  }
  .lg-bg {
    display: none;
  }

  .sm-bg {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  body .page-heading .logo-header {
    width: 75vw;
  }
  body .spinwheel-contain {
    width: 100%;
  }
  .title-img {
    width: 75vw;
    margin-left: auto;
    margin-right: auto;
  }
  body .spinwheel-contain {
    height: 450px;
    margin-top: auto;
  }
  body #spinwheel-messages p {
    font-size: 9vw;
  }
  body #spinwheel-messages .btn-message {
    font-size: 7vw;
    padding: 0 8vw;
    height: 22vw;
  }

  body #spinwheel-messages .video-frame .btn-message {
    font-size: 5vw;
  }

  .video-frame .prize em {
    font-size: 20vw;
  }

  body #spinwheel-messages img {
    margin-bottom: 8vw;
  }

  body #spinwheel-messages .message-footer {
    max-width: 90%;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
  }
  body #spinwheel-messages .message-content {
    padding-left: 0;
    padding-right: 0;
  }
  body #spinwheel-messages .btn-message::before,
  body #spinwheel-messages .btn-message::after {
    width: 50%;
  }
  .frame {
    --scale: 0.75;
  }
  body #spinwheel-messages .video-frame .message-inner {
    padding-top: 78%;
  }
}

/* keep the Wistia iframe "real" in the layout for iOS */
/* Your modal container that wraps the Wistia embed */
.video-frame {
  display: none;
}
.video-frame.active {
  display: block;
}

/* prewarm: not display:none (Safari requirement), but visually hidden */
.video-frame.prewarm {
  display: block;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

@keyframes pulse {
  0% {
    top: 42%;
    left: 50%;
    transform: scale(1) translate(-50%, -50%);
  }
  50% {
    top: 42%;
    left: 50%;
    transform: scale(1.1) translate(-50%, -50%);
  }
  100% {
    top: 42%;
    left: 50%;
    transform: scale(1) translate(-50%, -50%);
  }
}
.tap-to-play {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  position: absolute;
  width: 8.5416666667vw;
  height: 8.5416666667vw;
  z-index: 2;
  animation: pulse 1s infinite ease-in-out;
  transform-origin: 0 0 0;
  z-index: 12;
}
@media screen and (max-width: 1024px) {
  .tap-to-play {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
@media screen and (max-width: 575px) {
  .tap-to-play {
    width: 23.6666666667vw;
    height: 23.6666666667vw;
  }
}
@media screen and (max-width: 400px) {
  .tap-to-play {
    width: 30.6666666667vw;
    height: 30.6666666667vw;
  }
}

.tap-to-play img {
  max-width: 100%;
  width: 100%;
}

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