@font-face {
  font-family: "Work Sans";
  font-weight: 400;
  src: url("../fonts/work-sans.regular.ttf");
}
@font-face {
  font-family: "Work Sans";
  font-weight: 700;
  src: url("../fonts/work-sans.bold.ttf");
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
  background: black;
}

@media (max-width: 991px) {
  .d-xs-none {
    display: none;
  }
}

.d-xs-inline {
  display: none;
}
@media (max-width: 991px) {
  .d-xs-inline {
    display: inline;
  }
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.page-wrapper {
  font-family: "Work Sans";
  background: url(../img/bg.jpg) center top no-repeat;
  background-size: cover !important;
  max-width: 100vw;
  overflow-x: hidden;
  overflow-y: hidden;
  line-height: 1.3;
}

body:not(.au):not(.ca):not(.nz) .page-wrapper {
  background: url(../img/bg.jpg) center top no-repeat;
}
body:not(.au):not(.ca):not(.nz) .hero__img-mobile {
  display: none;
  position: absolute;
  right: 0px;
  top: 10px;
  height: 430px;
}
@media (max-width: 991px) {
  body:not(.au):not(.ca):not(.nz) .hero__img-mobile {
    display: flex;
  }
}
@media (max-width: 991px) and (max-height: 500px) {
  body:not(.au):not(.ca):not(.nz) .hero__img-mobile {
    height: 320px;
    top: 0px !important;
  }
}
@media (max-width: 577px) {
  body:not(.au):not(.ca):not(.nz) .hero__img-mobile {
    top: 35px;
    height: 300px;
  }
}

.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  z-index: 99;
  visibility: visible;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition-duration: 0.4s;
}
.loader-wrapper .loader {
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.loader-wrapper .logo {
  margin-right: -32px;
  margin-bottom: 32px;
}
.loader-wrapper .dots {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.loader-wrapper .dots span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  max-width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #EA5B0C;
  background-size: 100% 100%;
  margin: 0 8px;
}
.loader-wrapper .dots span:nth-of-type(1) {
  -webkit-animation: loaderanim 2.3s linear alternate infinite;
  animation: loaderanim 2.3s linear alternate infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loader-wrapper .dots span:nth-of-type(2) {
  -webkit-animation: loaderanim 2.3s linear alternate infinite;
  animation: loaderanim 2.3s linear alternate infinite;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.loader-wrapper .dots span:nth-of-type(3) {
  -webkit-animation: loaderanim 2.3s linear alternate infinite;
  animation: loaderanim 2.3s linear alternate infinite;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.loaded .loader-wrapper {
  opacity: 0;
  visibility: hidden;
}

.container {
  max-width: 1450px;
  margin: auto;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .container {
    padding: 0 25px;
  }
}
@media (max-width: 577px) {
  .container {
    max-width: 320px;
    padding: 0 15px;
  }
}

.section {
  max-width: 670px;
  margin-bottom: 120px;
  position: relative;
  width: 50%;
}
@media (max-width: 991px) {
  .section {
    width: 100%;
    max-width: none;
    margin-bottom: 80px;
  }
}

.header-logo {
  display: flex;
  max-width: 212px;
  height: auto;
  margin: 50px auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
}
@media (max-width: 991px) {
  .header-logo {
    position: relative;
    max-width: 122px;
    margin: 50px auto 0px;
  }
}
@media (max-width: 991px) and (max-height: 500px) {
  .header-logo {
    margin: 20px auto 0;
  }
}
.header-logo__img {
  display: block;
  width: 100%;
  height: auto;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 70px;
  max-width: 720px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .hero {
    min-height: 0;
  }
}
@media (max-width: 991px) {
  .hero {
    flex-direction: column-reverse;
    padding-top: 50px;
    margin-bottom: 40px;
    max-width: 100%;
  }
}
.hero__coins-mobile {
  display: none;
  width: 60px;
  transform: rotate(-95deg);
  position: absolute;
  left: 180px;
  top: 205px;
}
@media (max-width: 991px) {
  .hero__coins-mobile {
    display: flex;
  }
}
.hero__coins-mobile--2 {
  left: 0;
  top: -50px;
  width: 100px;
  transform: scaleX(-1) rotate(25deg);
}
.hero__imgContainer {
  position: relative;
  height: 100%;
  width: 100%;
  max-height: 670px;
  max-width: 670px;
  margin: auto;
}
@media (max-width: 1199px) {
  .hero__imgContainer {
    max-height: 400px;
    max-width: 400px;
  }
}
@media (max-height: 900px) {
  .hero__imgContainer {
    max-height: 400px;
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .hero__imgContainer {
    display: none;
  }
}
.hero__stars {
  position: absolute;
  top: 0px;
  left: -80px;
  -webkit-animation: light 2s ease-out infinite;
  animation: light 2s ease-out infinite;
  width: auto;
  height: 100%;
  max-height: 710px;
}
@media (max-width: 1199px) {
  .hero__stars {
    max-height: 500px;
  }
}
@media (max-height: 900px) {
  .hero__stars {
    max-height: 500px;
  }
}
.hero__coins {
  position: absolute;
  top: -200px;
  left: -200px;
  -webkit-animation: coin 2s 1.2s ease-in-out infinite alternate;
  animation: coin 2s 1.2s ease-in-out infinite alternate;
  width: auto;
  height: 900px;
}
@media (max-width: 1199px) {
  .hero__coins {
    height: 500px;
    top: -100px;
    left: -100px;
  }
}
@media (max-height: 900px) {
  .hero__coins {
    height: 500px;
    top: -100px;
    left: -100px;
  }
}
.hero__coins--2 {
  -webkit-animation: coin 3s 0.2s ease-in-out infinite alternate;
  animation: coin 3s 0.2s ease-in-out infinite alternate;
}
.hero__img {
  position: relative;
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.hero__img-mobile {
  display: none;
  position: absolute;
  right: 0px;
  top: 15px;
  height: 370px;
}
@media (max-width: 991px) and (max-height: 500px) {
  .hero__img-mobile {
    height: 300px;
    top: -20px !important;
  }
}
@media (max-width: 991px) {
  .hero__img-mobile {
    display: flex;
  }
}
.hero .authProcess {
  padding-bottom: 150px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .hero .authProcess {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .hero .authProcess {
    padding-bottom: 0;
    margin: auto;
  }
}
.hero .authProcess__list {
  margin-top: 70px;
  color: white;
  font-weight: 700;
  display: flex;
  max-width: 720px;
  counter-reset: value;
  position: relative;
  padding-bottom: 70px;
}
@media (max-width: 1199px) {
  .hero .authProcess__list {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .hero .authProcess__list {
    max-width: 100%;
    flex-direction: column;
    margin-right: 0;
    margin-top: 70px;
    padding-bottom: 0;
    font-size: 16px;
  }
}
.hero .authProcess__list::before, .hero .authProcess__list::after {
  display: flex;
  transform: rotate(45deg);
  border: 1px solid white;
  border-top: none;
  border-left: none;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
}
@media (max-width: 991px) {
  .hero .authProcess__list::before, .hero .authProcess__list::after {
    display: none;
  }
}
.hero .authProcess__list::after {
  bottom: 10px;
}
.hero .authProcess__el {
  background: rgba(255, 255, 255, 0.2);
  padding: 16px 16px 16px 50px;
  border-radius: 9px;
  margin-right: 18px;
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 16px;
}
.hero .authProcess__el:first-of-type, .hero .authProcess__el:last-of-type {
  flex-shrink: 0;
}
.hero .authProcess__el:nth-of-type(2) {
  min-width: 30%;
}
@media (max-width: 577px) {
  .hero .authProcess__el:nth-of-type(2) > * {
    position: relative;
    top: -20px;
  }
}
@media (max-width: 1199px) {
  .hero .authProcess__el {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .hero .authProcess__el {
    margin-right: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    font-weight: 400;
    height: 148px;
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.hero .authProcess__el::before {
  position: absolute;
  left: 13px;
  font-size: 50px;
  top: 5px;
  counter-increment: value;
  content: counter(value);
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
}
@media (max-width: 991px) {
  .hero .authProcess__el::before {
    color: white;
    font-size: 60px;
  }
}
.hero .authProcess__el::after {
  content: "";
  display: none;
  position: absolute;
  width: 148px;
  height: 148px;
  background: url(../img/authProcess.png) center left no-repeat;
}
@media (max-width: 991px) {
  .hero .authProcess__el::after {
    display: flex;
  }
}
@media (max-width: 991px) {
  .hero .authProcess__el:nth-of-type(1) {
    padding-left: 155px;
  }
  .hero .authProcess__el:nth-of-type(1)::before {
    left: 105px;
    top: -30px;
    z-index: 1;
  }
  .hero .authProcess__el:nth-of-type(1)::after {
    left: 0;
    top: -50px;
  }
  .hero .authProcess__el:nth-of-type(2) {
    padding-right: 155px;
  }
  .hero .authProcess__el:nth-of-type(2)::before {
    right: 110px;
    top: -50px;
    left: auto;
    z-index: 1;
  }
  .hero .authProcess__el:nth-of-type(2)::after {
    right: 0;
    top: -50px;
    background-position: -148px center;
  }
  .hero .authProcess__el:nth-of-type(3) {
    padding-left: 155px;
    margin-bottom: 0;
  }
  .hero .authProcess__el:nth-of-type(3)::before {
    left: 105px;
    top: -50px;
    z-index: 1;
  }
  .hero .authProcess__el:nth-of-type(3)::after {
    left: 0;
    top: -50px;
    background-position: -300px center;
  }
}
.hero .authProcess__el-big {
  text-transform: uppercase;
  margin-bottom: 3px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .hero .authProcess__el-big {
    font-size: 18px;
  }
}
.hero__main {
  font-weight: 700;
  text-align: center;
  position: fixed;
  top: 0;
  right: 15px;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 1450px;
  margin: auto;
  display: flex;
  padding-bottom: 80px;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero__main {
    position: relative;
    right: auto;
    top: 0;
  }
}
.hero__main-inner {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin-right: 0;
  margin-left: auto;
  padding-right: 15px;
  width: 44%;
}
@media (max-width: 991px) {
  .hero__main-inner {
    width: 100%;
    max-width: none;
    align-items: flex-start;
    padding-right: 0;
    max-width: 100%;
  }
}
.hero__text1 {
  color: white;
  font-size: 32px;
  margin-bottom: 25px;
}
@media (max-height: 900px) {
  .hero__text1 {
    font-size: 22px;
  }
}
@media (max-height: 900px) and (min-width: 992px) {
  .hero__text1 {
    font-size: 14px !important;
    margin-bottom: 14px !important;
  }
}
@media (max-width: 991px) {
  .hero__text1 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
    padding-right: 70px;
  }
}
@media (max-width: 991px) and (max-height: 500px) {
  .hero__text1 {
    margin-bottom: 0;
  }
}
.hero__text1:nth-of-type(5) {
  font-size: 24px;
}
@media (max-height: 900px) {
  .hero__text1:nth-of-type(5) {
    font-size: 18px;
  }
}
@media (max-height: 900px) and (min-width: 992px) {
  .hero__text1:nth-of-type(5) {
    font-size: 14px !important;
    margin-bottom: 14px !important;
  }
}
@media (max-width: 991px) {
  .hero__text1:nth-of-type(5) {
    font-size: 15px;
    margin-bottom: 20px;
    text-align: left;
    padding-right: 70px;
  }
}
@media (max-width: 991px) and (max-height: 500px) {
  .hero__text1:nth-of-type(5) {
    margin-bottom: 15px;
  }
}
.hero__text2 {
  color: #FAD514;
  font-size: 50px;
  margin-bottom: 6px;
}
@media (max-height: 900px) {
  .hero__text2 {
    font-size: 32px;
    margin-bottom: 0px;
  }
}
@media (max-height: 900px) and (min-width: 992px) {
  .hero__text2 {
    font-size: 23px !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1199px) {
  .hero__text2 {
    font-size: 28px;
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) and (max-height: 500px) {
  .hero__text2 {
    font-size: 23px;
  }
}
.hero__text3 {
  color: #FAD514;
  font-size: 120px;
  margin-bottom: 6px;
  line-height: 0.9;
}
@media (max-height: 900px) {
  .hero__text3 {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 0px;
  }
}
@media (max-height: 900px) and (min-width: 992px) {
  .hero__text3 {
    font-size: 48px !important;
  }
}
@media (max-width: 1199px) {
  .hero__text3 {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) and (max-height: 500px) {
  .hero__text3 {
    font-size: 35px;
  }
}
.hero__text4 {
  color: #FAD514;
  font-size: 42px;
  margin-bottom: 30px;
}
@media (max-height: 900px) {
  .hero__text4 {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
@media (max-height: 900px) and (min-width: 992px) {
  .hero__text4 {
    font-size: 21px !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 1199px) {
  .hero__text4 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) and (max-height: 500px) {
  .hero__text4 {
    font-size: 23px;
    margin-bottom: 0;
  }
}
.hero .copyCode {
  border: 1px dashed hsla(0deg, 0%, 100%, 0.5);
  border-radius: 10px;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  padding: 15px 25px;
  margin-bottom: 50px;
}
@media (max-height: 900px) {
  .hero .copyCode {
    font-size: 18px;
    padding: 8px 16px;
    margin-bottom: 50px;
  }
}
@media (max-height: 900px) and (min-width: 992px) {
  .hero .copyCode {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 1199px) {
  .hero .copyCode {
    font-size: 18px;
    padding: 8px 16px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) and (max-height: 500px) {
  .hero .copyCode {
    margin-bottom: 10px;
  }
}
.hero .copyCode__code {
  color: white;
  position: relative;
  cursor: pointer;
}
.hero .copyCode__code::before {
  position: absolute;
  content: attr(attr-text);
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  right: 0;
  top: -30px;
  text-transform: none;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  background: rgba(37, 170, 214, 0.6);
  border-radius: 3px;
  padding: 4px 10px;
  display: flex;
}
.hero .copyCode__code.active::before {
  opacity: 1;
}
.hero__button {
  background: #EA5B0C;
  display: flex;
  box-shadow: 0px 0px 40px #EA5B0C;
  border-radius: 100px;
  color: white;
  text-decoration: none;
  height: 60px;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 450px;
  margin-bottom: 10px;
  flex-shrink: 0;
  transition-duration: 0.4s;
  font-size: 18px;
  letter-spacing: 1px;
}
@media (max-height: 900px) {
  .hero__button {
    margin: 0 auto 10px;
    font-size: 18px;
    height: 54px;
    max-width: 350px;
  }
}
@media (max-height: 900px) and (min-width: 992px) {
  .hero__button {
    height: 44px !important;
    font-size: 15px !important;
  }
}
@media (max-width: 1199px) {
  .hero__button {
    margin: 0 auto 10px;
    font-size: 18px;
    height: 54px;
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .hero__button {
    max-width: 100%;
  }
}
.hero__button:hover {
  box-shadow: none;
}
.hero .accordion__el {
  margin-bottom: 30px;
  max-width: 400px;
  padding: 15px;
  border-radius: 15px;
}
@media (max-height: 900px) {
  .hero .accordion__el {
    padding: 15px;
    border-radius: 15px;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .hero .accordion__el {
    padding: 15px;
    border-radius: 15px;
    max-width: 100%;
  }
}
.hero .accordion__el-toggle {
  font-size: 16px;
  font-family: "Work Sans";
  color: white;
  padding: 0;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 15px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .hero .accordion__el-toggle {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .hero .accordion__el-toggle {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.hero .accordion__el-toggle::after {
  width: 10px;
  height: 10px;
  content: "";
  border: 1px solid white;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) translateY(-5px);
  flex-shrink: 0;
  margin-left: 5px;
  position: relative;
}
@media (max-height: 900px) {
  .hero .accordion__el-toggle::after {
    width: 10px;
    height: 10px;
    margin-left: 5px;
  }
}
@media (max-width: 991px) {
  .hero .accordion__el-toggle::after {
    width: 10px;
    height: 10px;
    margin-left: 5px;
  }
}
.hero .accordion__el.active .accordion__el-toggle::after {
  transform: rotate(225deg);
  left: 7px;
  top: 4px;
}
@media (max-height: 900px) {
  .hero .accordion__el.active .accordion__el-toggle::after {
    top: 3px;
    left: 7px;
  }
}
@media (max-width: 991px) {
  .hero .accordion__el.active .accordion__el-toggle::after {
    top: 3px;
    left: 7px;
  }
}
.hero .accordion__el-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
.hero .accordion__el-text {
  font-weight: 400;
  color: white;
  text-transform: none;
  font-size: 12px;
  line-height: 1.5;
}
.hero .accordion__el.active {
  background: rgba(37, 170, 214, 0.46);
}
.hero .accordion__el.active .accordion__el-panel {
  height: auto;
}
.hero .certificates {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  width: 100%;
}
@media (max-height: 900px) {
  .hero .certificates {
    max-width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}
@media (max-height: 900px) and (min-width: 992px) {
  .hero .certificates {
    max-width: 260px !important;
  }
}
@media (max-width: 991px) {
  .hero .certificates {
    max-width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}
.hero .certificates__el {
  background-image: url(../img/certificates.svg);
  background-repeat: repeat-x !important;
  background-size: auto 100%;
  width: 165px;
  height: 48px;
}
@media (max-height: 900px) {
  .hero .certificates__el {
    width: 138px;
    height: 40px;
  }
}
@media (max-height: 900px) and (min-width: 992px) {
  .hero .certificates__el {
    width: 100px !important;
    height: 29px !important;
  }
}
@media (max-width: 991px) {
  .hero .certificates__el {
    width: 138px;
    height: 40px;
  }
}
.hero .certificates__el:nth-of-type(2) {
  background-position: 166px 0px;
}
@media (max-height: 900px) {
  .hero .certificates__el:nth-of-type(2) {
    background-position: 138px 0;
  }
}
@media (max-height: 900px) and (min-width: 992px) {
  .hero .certificates__el:nth-of-type(2) {
    background-position: 100px 0;
  }
}
@media (max-width: 991px) {
  .hero .certificates__el:nth-of-type(2) {
    background-position: 138px 0;
  }
}

.benefits {
  color: white;
}
.benefits__coins {
  -webkit-animation: coin 2s 1.2s ease-in-out infinite alternate;
  animation: coin 2s 1.2s ease-in-out infinite alternate;
  position: absolute;
  right: -140px;
  top: -120px;
}
@media (max-width: 1199px) {
  .benefits__coins {
    display: none;
  }
}
@media (max-width: 991px) {
  .benefits__coins {
    width: 150px;
    top: auto;
    bottom: calc(100% + 500px);
    right: -25px;
  }
}
.benefits__coins--2 {
  top: auto;
  left: -220px;
  bottom: -160px;
  -webkit-animation: coin 3s 1.2s ease-in-out infinite alternate;
  animation: coin 3s 1.2s ease-in-out infinite alternate;
}
@media (max-width: 991px) {
  .benefits__coins--2 {
    width: 150px;
    top: auto;
    bottom: calc(100% - 100px);
    right: -90px;
    left: auto;
  }
}
@media (max-width: 577px) {
  .benefits__coins--2 {
    right: -82px;
  }
}
.benefits__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .benefits__title {
    font-size: 22px;
  }
}
.benefits__list-el-icon {
  width: 124px;
  height: 100px;
  background-image: url(../img/benefits.png);
  background-size: auto 100%;
  margin-right: 15px;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .benefits__list-el-icon {
    width: 85px;
    height: 67px;
    margin-left: -10px;
    margin-right: 5px;
  }
}
.benefits__list-el {
  padding: 20px;
  display: flex;
  margin-bottom: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.24);
  align-items: center;
}
@media (max-width: 1199px) {
  .benefits__list-el {
    padding: 16px 8px 16px 16px;
  }
}
@media (max-width: 1199px) {
  .benefits__list-el {
    margin-bottom: 8px;
  }
}
.benefits__list-el:nth-of-type(1) .benefits__list-el-icon {
  background-position: 0 0;
}
.benefits__list-el:nth-of-type(2) .benefits__list-el-icon {
  background-position: -120px 0px;
}
@media (max-width: 1199px) {
  .benefits__list-el:nth-of-type(2) .benefits__list-el-icon {
    background-position: -80px 0px;
  }
}
.benefits__list-el:nth-of-type(3) .benefits__list-el-icon {
  background-position: -240px 0px;
}
@media (max-width: 1199px) {
  .benefits__list-el:nth-of-type(3) .benefits__list-el-icon {
    background-position: -160px 0px;
  }
}
.benefits__list-el:nth-of-type(4) .benefits__list-el-icon {
  background-position: -360px 0px;
}
@media (max-width: 1199px) {
  .benefits__list-el:nth-of-type(4) .benefits__list-el-icon {
    background-position: -240px 0px;
  }
}
.benefits__list-el-title {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 1199px) {
  .benefits__list-el-title {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.benefits__list-el-text {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .benefits__list-el-text {
    font-size: 16px;
  }
}

.games {
  z-index: 1;
}
.games__title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 90px;
  text-align: center;
  color: white;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .games__title {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .games__title {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .games__title {
    font-size: 12vw;
  }
}
@media (max-width: 577px) {
  .games__title {
    font-size: 35px;
  }
}
.games__row {
  display: flex;
  justify-content: space-between;
}
.games__col {
  width: calc(33.3333333333% - 10px);
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
}
@media (max-width: 991px) {
  .games__col {
    width: calc(33.3333333333% - 4px);
  }
}
.games__el-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.winners {
  background: rgba(255, 255, 255, 0.35);
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 10;
  max-width: 100%;
  overflow: hidden;
  bottom: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .winners {
    top: auto;
    bottom: 0;
    position: fixed;
  }
}
.winners.fixed {
  top: auto;
  bottom: 0;
  position: fixed;
}
.winners .swiper-slide {
  max-width: 300px;
}
@media (max-width: 991px), (max-height: 740px) {
  .winners .swiper-slide {
    max-width: 200px;
  }
}
.winners__el {
  display: flex;
  padding: 12px;
}
@media (max-width: 991px), (max-height: 740px) {
  .winners__el {
    padding: 6px;
  }
}
.winners__el-avatar {
  width: 56px;
  height: 56px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 8px;
  flex-shrink: 0;
}
@media (max-width: 991px), (max-height: 740px) {
  .winners__el-avatar {
    width: 30px;
    height: 30px;
    margin-right: 4px;
  }
}
.winners__el-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}
.winners__el-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}
.winners__el-price {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
@media (max-width: 991px), (max-height: 740px) {
  .winners__el-price {
    margin-bottom: -2px;
    font-size: 16px;
  }
}
.winners__el-text {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991px), (max-height: 740px) {
  .winners__el-text {
    font-size: 10px;
  }
}

.faq {
  z-index: 1;
}
@media (max-width: 991px) {
  .faq {
    padding-bottom: 40px;
  }
}
.faq__title {
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 42px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .faq__title {
    font-size: 22px;
  }
}
.faq .accordion__el {
  background: rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  color: white;
  padding: 16px;
  margin-bottom: 16px;
}
.faq .accordion__el-toggle {
  color: white;
  padding: 0;
  border: none;
  background: transparent;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  margin: -16px;
  cursor: pointer;
  padding-right: 40px;
  position: relative;
}
.faq .accordion__el-toggle-icon {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  right: 16px;
  display: flex;
  position: absolute;
  top: 16px;
}
.faq .accordion__el-toggle-icon::before, .faq .accordion__el-toggle-icon::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  background: white;
  margin: auto;
  width: 100%;
  height: 100%;
}
.faq .accordion__el-toggle-icon::before {
  height: 1px;
}
.faq .accordion__el-toggle-icon::after {
  width: 1px;
}
.faq .accordion__el-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
.faq .accordion__el-text {
  padding-top: 16px;
}
.faq .accordion__el-text a {
  color: #EA5B0C;
}
.faq .accordion__el.active .accordion__el-toggle-icon::after {
  display: none;
}
.faq .accordion__el.active .accordion__el-panel {
  height: auto;
}
@-webkit-keyframes loaderanim {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes loaderanim {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes light {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
@keyframes light {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
@-webkit-keyframes coin {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes coin {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}