/*! 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;
}

html {
  height: 100%;
}

body {
  font-family: "Roboto";
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  position: relative;
  overflow-x: hidden;
}

.video-bg__holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.video-bg {
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}

.btn {
  width: 300px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url("../images/button-bg.png") no-repeat center/100% 100%;
  font-weight: 900;
  color: #fff;
  text-shadow: 0px 2px 4px #000;
  font-size: 22px;
  text-decoration: none;
  border-radius: 100px;
  box-shadow: 0px 6px 4px 0 #000;
}

@media screen and (max-width: 575px) {
  .btn {
    font-size: 5.33333vw;
    width: 69.33333vw;
    height: 16vw;
  }
}

.jquery-modal {
  z-index: 999;
}

.wheel-page {
  width: 100vw;
  padding-top: 29px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #000 url("../images/background.jpg") no-repeat bottom center/cover;
}

@media screen and (max-width: 575px) {
  .wheel-page {
    padding-top: 5.33333vw;
  }
}

.video-bg__holder {
  z-index: -1;
}

.wheel-page__header {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 29px;
  max-width: 400px;
}

@media screen and (min-width: 1921px) {
  .wheel-page__header {
    max-width: 20.83333vw;
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .wheel-page__header {
    margin-bottom: 5.33333vw;
  }
}

.wheel-page__header img {
  max-width: 100%;
  width: 100%;
}

.wheel-page__header .logo {
  max-width: 174px;
  text-align: center;
  display: inline-block;
  margin-bottom: 7px;
}

@media screen and (min-width: 1921px) {
  .wheel-page__header .logo {
    max-width: 9.0625vw;
  }
}

.header-img img {
  filter: drop-shadow(0 0 20px #000) drop-shadow(0 0 20px #000) drop-shadow(0 5px 10px #000);
}

.wheel-holder {
  position: relative;
  background: url("../images/wheel-bg.png") no-repeat center top/cover;
  box-shadow: 0 0 20px 10px #000;
  border-radius: 100%;
  margin-bottom: 19px;
  line-height: 1;
}

.wheel-holder:before {
  position: absolute;
  content: "";
  width: 169px;
  height: 93px;
  top: -23px;
  background: url("../images/pointer.png") no-repeat center/contain;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

@media screen and (min-width: 1921px) {
  .wheel-holder:before {
    width: 8.80208vw;
    height: 4.84375vw;
    top: -1.04167vw;
  }
}

@media screen and (max-width: 575px) {
  .wheel-holder:before {
    width: 24vw;
    height: 13.33333vw;
    top: -2.93333vw;
  }
}

.wheel-holder .wheel-trigger {
  position: absolute;
  background: transparent;
  border: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wheel-holder .wheel-trigger img {
  max-width: 205px;
  width: 100%;
}

@media screen and (max-width: 575px) {
  .wheel-holder .wheel-trigger img {
    max-width: 34.66667vw;
  }
}

.wheel-trigger {
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.wheel-trigger.disabled {
  pointer-events: none;
}

.decor {
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .decor {
    display: none;
  }
}

.decor img {
  max-width: 100%;
  width: 100%;
}

.decor-left {
  width: 301px;
  height: 661px;
  left: -32.4%;
  top: 1.3%;
}

@media screen and (min-width: 1921px) {
  .decor-left {
    width: 15.67708vw;
    height: 34.42708vw;
    top: 10.3%;
  }
}

.decor-right {
  width: 229px;
  height: 665px;
  right: -30.5%;
  top: 1.6%;
}

@media screen and (min-width: 1921px) {
  .decor-right {
    width: 11.92708vw;
    height: 34.63542vw;
    top: 10.3%;
  }
}

.wheel-canvas {
  max-width: 580px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}

@media screen and (min-width: 1921px) {
  .wheel-canvas {
    max-width: 33.75vw;
  }
}

@media screen and (max-width: 575px) {
  .wheel-canvas {
    width: 86.66667vw;
    height: 86.66667vw;
    max-width: 100%;
  }
}

.main-footer {
  max-width: 600px;
  width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .main-footer {
    padding: 0 20px;
  }
}

.main-footer:after, .main-footer:before {
  position: absolute;
  content: "";
  height: 100px;
  width: 126px;
  bottom: 98%;
  background: url("../images/arrow.png") no-repeat center/contain;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .main-footer:after, .main-footer:before {
    height: 9.76562vw;
    width: 12.30469vw;
  }
}

@media screen and (max-width: 991px) {
  .main-footer:after, .main-footer:before {
    height: 13.33333vw;
    width: 16.8vw;
  }
}

.main-footer:before {
  left: 10%;
}

@media screen and (max-width: 991px) {
  .main-footer:before {
    left: 7%;
  }
}

.main-footer:after {
  right: 10%;
  transform: scaleX(-1);
}

@media screen and (max-width: 991px) {
  .main-footer:after {
    right: 7%;
  }
}

.footer-content {
  position: relative;
  border-radius: 10px;
  box-shadow: 5px 3.3px 34.6px 3.4px rgba(0, 0, 0, 0.78);
  border: 2px solid transparent;
  background-clip: border-box;
  border-radius: 10px;
  text-align: center;
  padding: 15px 20px;
}

.footer-content p {
  position: relative;
  z-index: 1;
  font-size: 26px;
  color: #a0a0a0;
  text-transform: uppercase;
  margin: 0;
}

@media screen and (max-width: 575px) {
  .footer-content p {
    font-size: 5.33333vw;
  }
}

.footer-content p em {
  font-style: normal;
  color: #ffc400;
}

.footer-content:after, .footer-content:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.footer-content:before {
  margin: -2px;
  background-image: linear-gradient(to right, #bb8028, #fcfac3, #cfa33e);
  border-radius: 10px;
}

.footer-content:after {
  background: #000;
  border-radius: 8px;
}

.modal {
  background: transparent;
  position: relative;
  background-clip: border-box;
  border: 4px solid transparent;
  border-radius: 20px;
  padding: 50px 20px 56px;
  max-width: 510px;
  width: 100%;
}

@media screen and (max-width: 575px) {
  .modal {
    padding: 13.33333vw 5.33333vw;
  }
}

.modal:after, .modal:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.modal:before {
  margin: -4px;
  border-radius: 20px;
  background: linear-gradient(to top, #dfaf45, #f4ede1, #c49233, #deaa40, #e1cb84);
}

.modal:after {
  border-radius: 18px;
  background: radial-gradient(circle at 50% 50%, #ce0000, #000);
}

.modal .modal-body {
  position: relative;
  z-index: 1;
  text-align: center;
}

.modal .modal-body p {
  font-size: 30px;
  color: #fff;
  text-shadow: 0px 4px 4px #000;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 23px;
}

@media screen and (max-width: 575px) {
  .modal .modal-body p {
    font-size: 5.33333vw;
    margin-bottom: 5.33333vw;
  }
}

.modal .modal-body p em {
  font-size: 34px;
  color: #ffc400;
  font-style: normal;
}

@media screen and (max-width: 575px) {
  .modal .modal-body p em {
    font-size: 6.4vw;
  }
}

.modal .modal-body .bonus {
  color: #ffc400;
  font-size: 102px;
  margin-bottom: 10px;
  line-height: 1;
}

@media screen and (max-width: 575px) {
  .modal .modal-body .bonus {
    font-size: 24vw;
    margin-bottom: 2.66667vw;
  }
}

.modal figure {
  max-width: 319px;
  display: inline-block;
  margin-bottom: 37px;
}

@media screen and (max-width: 575px) {
  .modal figure {
    margin-bottom: 8vw;
  }
}

.modal figure img {
  max-width: 100%;
  width: 100%;
}

.geo-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.geo-modal h2 {
  font-size: 28px;
  color: #000;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: -0.8px;
  margin-top: 0;
}

.geo-modal p {
  color: #000;
  font-size: 24px;
  margin: 0 0 17px 0;
  padding-left: 70px;
}

.geo-modal p:last-of-type {
  margin-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.geo-modal p:not(last-of-type):before {
  top: calc(50% - 17px);
}

.geo-modal p a {
  text-decoration: underline;
}

.geo-modal .modal-body__content > p {
  line-height: 1.5;
  margin-top: 0;
  position: relative;
}

.geo-modal .modal-body__content > p a {
  color: #0033ff;
  text-decoration: underline;
}

.geo-modal .modal-body {
  display: block;
  max-width: 850px;
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  border: solid 2px #979494;
  padding: 0;
}

.modal-body__header {
  padding-top: 0;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: solid 1px #727070;
  text-align: center;
}

.geo-modal p a,
.geo-modal p {
  position: relative;
}

.modal-body__content {
  position: relative;
  z-index: 3;
  background: #fff;
  padding: 45px 56px 42px;
}

.modal-body__content .pros-text:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url("../images/pros-symbol.png") no-repeat center/contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.modal-body__content .cons-text:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url("../images/cons-symbol.png") no-repeat center/contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.modal-in {
  overflow: hidden;
}

.hidden.hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  .geo-modal h2 {
    font-size: 20px;
    line-height: 0.91;
  }
  .geo-modal .modal-body__content > p {
    font-size: 18px;
    line-height: 1.11;
    margin-left: 7px;
    padding-left: 53px;
  }
  .geo-modal .modal-body__content > p:not(:last-of-type) {
    margin-bottom: 14px;
  }
  .modal-body__content {
    position: relative;
    z-index: 3;
    background: #fff;
    padding: 32px 27px 32px;
  }
  .modal-body__header {
    margin-bottom: 18px;
  }
  .modal-body__content .cons-text:before,
  .modal-body__content .pros-text:before {
    width: 23px;
    height: 23px;
  }
}

@media screen and (max-width: 374px) {
  .modal-body__content {
    padding: 20px 15px;
  }
}

.compliance-footer {
  text-align: center;
  padding: 20px;
  color: #666;
  overflow: hidden;
  background: #000;
  margin-top: 30px;
}
.compliance-footer .compliance-footer__elements {
  font-size: 23px;
  padding-bottom: 20px;
  font-weight: 900;

  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: 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: 13px;
  margin: 10px auto;
  max-width: 800px;
  color: #fff;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.compliance-footer p span {
  font-weight: 600;
}
.compliance-footer p a {
  font-weight: 700;
  cursor: pointer;
  text-decoration: underline;
  color: #fff;
}
.compliance-footer__logos a {
  padding: 20px 20px;
}
@media screen and (max-width: 767px) {
  .compliance-footer .compliance-footer__elements {
    font-size: 18px;
  }
  .compliance-footer .igaming-logo {
    width: 121px;
  }
  .compliance-footer {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .compliance-footer .compliance-footer__elements {
    font-size: 14px;
  }
  .compliance-footer .igaming-logo {
    width: 90px;
  }
}

/*# sourceMappingURL=style.css.map */