* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:global(.grecaptcha-badge) {
  visibility: hidden;
}
body,
html {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
}
body {
  overscroll-behavior-y: contain;
  position: relative;
  user-select: none;
}
body.keyboard-visible .main,
body.out-of-screen .main {
  height: auto;
}
.main {
  height: 100vh;
  min-height: 100vh;
  width: 100vw;
}
@media (orientation: landscape) and (pointer: coarse) and (hover: none) {
  .main {
    height: auto;
  }
}
@supports (height: 100dvh) {
  .main {
    height: 100dvh;
    min-height: 100dvmin;
    width: 100dvw;
  }
  @media (orientation: landscape) and (pointer: coarse) and (hover: none) {
    .main {
      height: auto;
    }
  }
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}
button,
input {
  border: none;
  outline: none;
}
:active,
:focus,
:hover {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 36rem) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 48rem) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 62rem) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 75rem) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 87.5rem) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Inter_18pt-Regular.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Inter_18pt-Medium.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Inter_18pt-SemiBold.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Inter_18pt-Bold.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/Inter_18pt-BoldItalic.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/Inter_18pt-ExtraBold.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Inter;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/Inter_18pt-Black.woff2) format('woff2');
}
:root {
  --font-family: 'Inter';
  --index: calc(1vw + 1vh);
  --cubic: cubic-bezier(0.5, 0, 0, 1);
  --cubic_2: cubic-bezier(0.05, 0.5, 0, 1);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  --header-height: 4.5rem;
  --boost-win: linear-gradient(180deg, #e9b352, #d6803b);
}
@keyframes flyingDown {
  0% {
    transform: translateY(0);
  }
  17.87% {
    transform: translateY(16.7%);
  }
  32.25% {
    transform: translateY(0);
  }
  41.38% {
    transform: translateY(11.1%);
  }
  58.75% {
    transform: translateY(-8.3%);
  }
  71.25% {
    transform: translateY(25%);
  }
  87.5% {
    transform: translateY(8.3%);
  }
  to {
    transform: translateY(0);
  }
}

.flyingDown14 {
  animation: flyingUp 14s ease-in-out infinite;
}

.flyingDown16 {
  animation: flyingUp 16s ease-in-out infinite;
}

.flyingDown18 {
  animation: flyingUp 18s ease-in-out infinite;
}

.flyingDown20 {
  animation: flyingUp 20s ease-in-out infinite;
}

.flyingDown22 {
  animation: flyingUp 22s ease-in-out infinite;
}

.flyingDown24 {
  animation: flyingUp 24s ease-in-out infinite;
}

.flyingDown26 {
  animation: flyingUp 26s ease-in-out infinite;
}

.flyingDown28 {
  animation: flyingUp 28s ease-in-out infinite;
}

.flyingDown30 {
  animation: flyingUp 30s ease-in-out infinite;
}

@keyframes flyingUp {
  0% {
    transform: translateY(0);
  }
  17.87% {
    transform: translateY(-16.7%);
  }
  32.25% {
    transform: translateY(0);
  }
  41.38% {
    transform: translateY(-11.1%);
  }
  58.75% {
    transform: translateY(8.3%);
  }
  71.25% {
    transform: translateY(-25%);
  }
  87.5% {
    transform: translateY(-8.3%);
  }
  to {
    transform: translateY(0);
  }
}
.flyingUp14 {
  animation: flyingUp 14s ease-in-out infinite;
}

.flyingUp16 {
  animation: flyingUp 16s ease-in-out infinite;
}

@keyframes fadeOpacity {
  0%,
  to {
    opacity: 0.35;
  }
  14% {
    opacity: 0.85;
  }
  28% {
    opacity: 0.35;
  }
  42% {
    opacity: 1;
  }
  56% {
    opacity: 0.35;
  }
  70% {
    opacity: 0.65;
  }
  84% {
    opacity: 0.35;
  }
}
.fadeInPulse {
  animation: fadeOpacity 8s ease-in-out infinite;
}
@keyframes wheelShakeSmall {
  0% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(6deg);
  }
  to {
    transform: rotate(-2deg);
  }
}
.setWheelShakeSmall {
  animation: wheelShakeSmall 3s ease-in-out infinite;
}
@keyframes wheelShakeSmallArrow {
  0% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-6deg);
  }
  to {
    transform: rotate(2deg);
  }
}
.wheelShakeSmallArrow {
  animation: wheelShakeSmallArrow 3s ease-in-out infinite;
}
@keyframes pulseAnimation {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.setPulseAnimation {
  animation: pulseAnimation 2s ease-in-out infinite;
}
@keyframes pulseBtn {
  0% {
    transform: scale(0.95);
  }
  6% {
    transform: scale(1);
  }
  12% {
    transform: scale(0.95);
  }
  24% {
    transform: scale(0.95);
  }
  30% {
    transform: scale(1);
  }
  36% {
    transform: scale(0.95);
  }
  to {
    transform: scale(0.95);
  }
}
.setPulseBtn {
  animation: pulseBtn 1s linear infinite;
}
@keyframes shakeY {
  0%,
  to {
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateY(-0.3125rem);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateY(0.3125rem);
  }
}
.setShakeY {
  animation: shakeY 8s ease-in-out infinite;
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.setRubberBand {
  animation: rubberBand 5.6s ease-in-out;
}
@keyframes rubberBandReverse {
  0% {
    opacity: 0.3;
    transform: scaleY(1.4);
    z-index: -1;
  }
  30% {
    opacity: 0.6;
    transform: scale3d(0.85, 1.25, 1);
    z-index: -1;
  }
  40% {
    opacity: 1;
    transform: scale3d(1.25, 0.75, 1);
    z-index: 0;
  }
  50% {
    opacity: 0.9;
    transform: scale3d(0.9, 1.1, 1);
    z-index: 0;
  }
  65% {
    opacity: 1;
    transform: scale3d(1.05, 0.95, 1);
    z-index: 0;
  }
  75% {
    opacity: 0.95;
    transform: scale3d(0.98, 1.02, 1);
    z-index: 0;
  }
  to {
    opacity: 1;
    transform: scaleX(1);
    z-index: 0;
  }
}
.setRubberBandReverse {
  animation: rubberBandReverse 1s ease-in-out;
  opacity: 1 !important;
}
@keyframes animateTada {
  0% {
    transform: scaleX(1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
html {
  font-family: var(--font-family);
}
body {
  background-color: light-dark(#fff, #000);
}
@media (max-width: 47.99875rem) {
  body.lang-kz .ejForm__title {
    font-size: clamp(0.875rem, 5.1vw, 2rem);
  }
}
.container {
  margin-inline: 1rem;
  max-width: 70rem;
  position: relative;
}
@media (min-width: 75rem) {
  .container {
    margin-inline: auto;
  }
}
.absolute {
  position: absolute;
}
.flex {
  display: flex;
}
.flex--center {
  align-items: center;
}
.estop {
  pointer-events: none;
  will-change: transform;
}
.button {
  align-items: center;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--font-family);
  font-weight: 700;
  justify-content: center;
  padding: 0.5rem 1.0625rem;
  position: relative;
  text-transform: uppercase;
  z-index: 5;
}
.button--yellow {
  background-color: #795f32;
  border: none;
  color: #0009;
  min-height: 3.125rem;
  padding: 0.75rem 2rem;
  width: 100%;
}
.button--yellow:focus {
  background-color: #df8134;
}
.header {
  left: 0;
  padding-inline: 1rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 98;
}
@media (min-width: 48rem) {
  .header {
    padding-inline: 2rem;
  }
}
@media (min-width: 75rem) {
  .header {
    padding-top: 1rem;
  }
}
.nav {
  align-items: center;
  display: flex;
  gap: 1rem;
  height: var(--header-height);
  justify-content: space-between;
  position: relative;
}
@media (min-width: 48rem) {
  .nav {
    align-items: flex-end;
  }
}
@media (min-width: 75rem) {
  .nav {
    align-items: center;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(12, 1fr);
    margin-inline: auto;
    max-width: 80%;
  }
  .nav__logo {
    grid-column: span 2;
  }
}
.nav__logo img {
  height: 1.5625rem;
  min-height: 1.5625rem;
}
@media (min-width: 48rem) and (orientation: portrait) {
  .nav__logo img {
    height: 3rem;
    min-height: 3rem;
  }
}
@media (min-width: 75rem) {
  .nav__logo img {
    height: auto;
    margin-bottom: 0.3125rem;
    min-height: auto;
    width: calc(var(--index) * 8.4);
  }
}
.nav__btn .button {
  font-size: 0.75rem;
}
.nav__btn .button:hover {
  background-color: #e9b352;
  border-color: #e9b352;
  color: #000;
}
@media (min-width: 75rem) {
  .nav__btn .button {
    font-size: calc(var(--index) * 0.6161);
  }
}
.nav__titleWrap {
  flex-direction: column;
  margin-bottom: calc(var(--index) * -1.5);
  text-align: center;
}
@media (min-width: 75rem) {
  .nav__titleWrap {
    grid-column: span 8;
  }
}
.nav__inner {
  gap: 0.5rem;
  transform: scale(0.8);
}
@media (min-width: 48rem) {
  .nav__inner {
    transform: scale(1);
  }
}
@media (min-width: 75rem) {
  .nav__inner {
    grid-column: span 2;
  }
}
.nav__title {
  color: #fff;
  font-size: calc(var(--index) * 1.2);
  font-weight: 800;
  text-transform: uppercase;
}
.validForm + .button--yellow {
  background-color: #e9b352 !important;
  box-shadow: 0 0 0.9375rem #e9b35266 !important;
}
.password-wrapper {
  position: relative;
  width: 100%;
}
.password-toggle-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' fill='none' viewBox='0 0 33 33'%3E%3Cpath fill='%237A7A81' fill-rule='evenodd' d='M22.372 8.146c-1.896-.864-3.893-1.291-6.545-1.272-.71.011-1.978.116-3.21.466-4.923 1.398-8.36 4.572-10.741 9.007-.139.258-.05.427.061.636 1.296 2.455 3.013 4.558 5.252 6.21.423.312.44.496.05.839-.273.239-.527.5-.78.761-.22.226-.44.452-.672.664-.314.287-.38.502-.014.799.295.238.584.504.807.808.406.556.69.416 1.118-.014 3.208-3.232 6.43-6.451 9.65-9.67l4.392-4.392c1.73-1.733 3.461-3.466 5.202-5.189.315-.313.422-.524.02-.846a6.6 6.6 0 0 1-.944-.943c-.3-.361-.508-.298-.8.014-.302.322-.616.632-.93.943-.333.33-.667.662-.987 1.006-.293.316-.53.355-.929.173M11.027 19.503a6 6 0 0 1-.74-2.857h.002c-.01-4.52 4.772-7.512 8.767-5.485q.681.345.167.873l-.082.08a2 2 0 0 0-.183.193c-.55.709-1.12.943-2.117.718-2.52-.568-4.77 2.138-3.946 4.634.148.448.061.69-.257.969a10 10 0 0 0-.988.987c-.305.355-.44.224-.623-.112m1.949 7.5c1.138.287 2.294.397 3.536.435 1.177-.03 2.421-.116 3.636-.447 4.988-1.36 8.457-4.551 10.867-9.02.115-.212.11-.374 0-.583a19.7 19.7 0 0 0-3.526-4.793c-.273-.274-.44-.282-.715-.002a400 400 0 0 1-3.955 3.956c-.2.198-.246.4-.23.679.223 3.79-2.726 6.737-6.517 6.516-.28-.017-.481.032-.679.232q-1.27 1.29-2.561 2.56c-.28.276-.232.374.144.468' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: cover;
  cursor: pointer;
  height: 1.5rem;
  position: absolute;
  right: 0.625rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
}
.password-toggle-icon.visible {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' fill='none' viewBox='0 0 33 33'%3E%3Cpath fill='%23fff' fill-opacity='.8' d='M17.542 5.545c5.402.304 10.247 3.336 13.064 9.447.148.32.12.573-.013.883-2.552 5.94-8.323 9.68-14.822 9.397-6.512-.284-11.112-3.524-13.866-9.419-.15-.32-.12-.573.013-.883 2.486-5.786 8.1-9.472 15.624-9.425m-1.255 3.3c-3.71-.012-6.587 2.823-6.608 6.514-.022 3.745 2.821 6.63 6.546 6.642 3.711.011 6.587-2.825 6.609-6.516.021-3.745-2.822-6.63-6.547-6.64'/%3E%3Cpath fill='%23fff' fill-opacity='.8' d='M16.371 19.856c-2.25-.003-3.946-1.695-3.951-3.945-.005-2.277 1.71-3.982 3.993-3.966 2.247.015 3.928 1.722 3.919 3.976-.009 2.249-1.709 3.937-3.961 3.935'/%3E%3C/svg%3E");
}
.langSelector {
  display: block;
  position: relative;
  text-transform: uppercase;
  z-index: 50;
}
.langSelector.bg--light .selected > span {
  color: #0f100fcc;
}
.langSelector.bg--light .selected.active {
  background-color: #dedede80;
}
.langSelector.bg--light .selected-icon img {
  height: 0.75rem;
  min-height: 0.75rem;
  min-width: 0.75rem;
  width: 0.75rem;
}
.langSelector.bg--light .dropdown-list {
  background-color: #dedede80;
}
.langSelector.bg--light .dropdown-list li span,
.langSelector.bg--light .dropdown-list li.active span,
.langSelector.bg--light .dropdown-list li:hover span {
  color: #0f100fcc;
}
.langSelector .selected {
  align-items: center;
  background-color: transparent;
  border-radius: 0.5rem 0.5rem 0 0;
  cursor: pointer;
  display: flex;
  gap: 0.3125rem;
  justify-content: space-between;
  padding: 0.5rem;
  transition: all 0.25s ease-in-out;
}
.langSelector .selected > img {
  border-radius: 100%;
}
.langSelector .selected > span {
  color: #e7e7e9;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (min-width: 75rem) {
  .langSelector .selected > span {
    font-size: calc(var(--index) * 0.55);
  }
}
.langSelector .selected-icon {
  transition: all 0.25s ease-in-out;
}
.langSelector .selected-icon img {
  height: 0.5rem;
  min-height: 0.5rem;
  min-width: 0.75rem;
  width: 0.75rem;
}
.langSelector .selected.active {
  background-color: rgba(8, 11, 20, 0.7);
}
.langSelector .selected.active .selected-icon {
  transform: rotate(-180deg);
}
.langSelector .dropdown-list {
  background-color: rgba(8, 11, 20, 0.7);
  border-radius: 0 0 0.5rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  list-style-type: none;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0.5rem;
  position: absolute;
  top: 2.5rem;
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  width: 100%;
}
.langSelector .dropdown-list li {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 0.3125rem;
  transition: all 0.25s ease;
}
.langSelector .dropdown-list li img {
  border-radius: 50%;
}
.langSelector .dropdown-list li span {
  color: #e7e7e9;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  transition: all 0.25s ease;
}
@media (min-width: 75rem) {
  .langSelector .dropdown-list li span {
    font-size: calc(var(--index) * 0.55);
  }
}
.langSelector .dropdown-list li.active span,
.langSelector .dropdown-list li:hover span {
  color: #e7e7e9;
}
.langSelector .dropdown-list.active {
  max-height: 16.25rem;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.hero {
  height: 100%;
}
@media (min-width: 75rem) {
  .hero {
    padding-top: 2.7rem;
  }
}
.hero__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: unset;
}
.hero__title {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 800;
  padding-top: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 6;
}
@media (min-width: 48rem) and (orientation: portrait) {
  .hero__title {
    font-size: 2rem;
    padding-top: 3.125rem;
  }
}
.hero__subtitle {
  background: var(--boost-win, linear-gradient(180deg, #e9b352 0, #d6803b 100%));
  background-clip: text;
  -webkit-background-clip: text;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  font-size: 0.875rem;
  margin-top: 0.3125rem;
}
@media (min-width: 48rem) and (orientation: portrait) {
  .hero__subtitle {
    font-size: 1.625rem;
  }
}
@media (min-width: 75rem) {
  .hero__subtitle {
    font-size: calc(var(--index) * 0.94);
  }
}
.ejWheel {
  cursor: pointer;
  text-align: center;
}
.ejWheel__inner {
  align-items: center;
  display: flex;
  height: 23.375rem;
  justify-content: center;
  margin-inline: auto;
  margin-top: 1rem;
  position: relative;
  width: 23.375rem;
  z-index: 5;
}
@media (min-width: 48rem) and (orientation: portrait) {
  .ejWheel__inner {
    height: 38.75rem;
    width: 37.5rem;
  }
}
@media (min-width: 75rem) {
  .ejWheel__inner {
    height: 42.0625rem;
    margin-top: 1rem;
    width: 40.8125rem;
    zoom: 0.8;
  }
}
.ejWheel__inner > picture {
  position: absolute;
}
.ejWheel__center {
  width: 20rem;
}
@media (min-width: 48rem) and (orientation: portrait) {
  .ejWheel__center {
    width: 32.5rem;
  }
}
@media (min-width: 75rem) {
  .ejWheel__center {
    width: 34.375rem;
  }
}
.ejWheel__arrowWrap,
.ejWheel__outerWrap {
  z-index: 1;
}
.ejWheel__arrow {
  width: 4.3125rem;
}
@media (min-width: 48rem) and (orientation: portrait) {
  .ejWheel__arrow {
    width: calc(var(--index) * 6.48);
  }
}
@media (min-width: 75rem) {
  .ejWheel__arrow {
    width: calc(var(--index) * 4.48);
  }
}
.ejWheel__pointerWrap {
  top: 0;
  z-index: 1;
}
.ejWheel__pointer {
  width: 5.625rem;
}
@media (min-width: 48rem) and (orientation: portrait) {
  .ejWheel__pointer {
    width: 8.75rem;
  }
}
@media (min-width: 75rem) {
  .ejWheel__pointer {
    width: 9.6875rem;
  }
}
.ejWheel__win {
  opacity: 0;
  position: absolute;
  top: 2.6875rem;
  width: 9rem;
}
@media (min-width: 48rem) {
  .ejWheel__win {
    top: 4.5rem;
    width: 15.25rem;
  }
}
@media (min-width: 60rem) {
  .ejWheel__win {
    top: 2.9rem;
    width: 8.9rem;
  }
}
@media (min-width: 75rem) {
  .ejWheel__win {
    top: 5.3125rem;
    width: 15.9375rem;
  }
}
.ejWheel__button {
  align-items: center;
  background: linear-gradient(
    185deg,
    #fffb90 -87.23%,
    #fbe978 -54.9%,
    #f8dc65 -31.81%,
    #e6c758 -24.88%,
    #c49f40 -8.72%,
    #ac832f 5.14%,
    #9e7225 16.69%,
    #996c22 25.92%,
    #9d7125 32.85%,
    #a98030,
    #bd9a42,
    #d9be5a 60.57%,
    #fbe878 72.11%,
    #ffa 90.59%,
    #fbe878 104.44%,
    #a4631b 143.7%
  );
  border: 0.995px solid #ffc800;
  border-radius: 1.24413rem;
  box-shadow:
    0 0 0.78663rem 0.78663rem #0009,
    0 1.327px 0.705rem #ffc800;
  box-shadow:
    0 0 12.586px 12.586px #0009,
    0 1.327px 11.28px #ffc800;
  color: #341c02;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.176px;
  line-height: 1;
  padding: 0.625rem 4rem;
  position: relative;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 48rem) and (orientation: portrait) {
  .ejWheel__button {
    background: linear-gradient(
      185deg,
      #fffb90 -87.23%,
      #fbe978 -54.9%,
      #f8dc65 -31.81%,
      #e6c758 -24.88%,
      #c49f40 -8.72%,
      #ac832f 5.14%,
      #9e7225 16.69%,
      #996c22 25.92%,
      #9d7125 32.85%,
      #a98030,
      #bd9a42,
      #d9be5a 60.57%,
      #fbe878 72.11%,
      #ffa 90.59%,
      #fbe878 104.44%,
      #a4631b 143.7%
    );
    border: 0.12594rem solid #ffc800;
    border-radius: 2.519rem;
    box-shadow: 0 0.16794rem 1.42744rem #ffc800;
    font-size: 2rem;
    letter-spacing: 0.322px;
    min-height: 4.6875rem;
    min-width: 25rem;
  }
}
@media (min-width: 75rem) {
  .ejWheel__button {
    font-size: 2rem;
    top: auto;
    letter-spacing: 0.322px;
    min-height: 4.6875rem;
    min-width: 25rem;
    border-radius: 2.519rem;
  }
}
.ejWheel__buttonWrap {
  margin-top: 1.25rem;
  position: relative;
  z-index: 7;
}
@media (min-width: 48rem) and (orientation: portrait) {
  .ejWheel__buttonWrap {
    margin-top: -1.25rem;
  }
}
@media (min-width: 60rem) {
  .ejWheel__buttonWrap {
    margin-top: 0.625rem;
  }
}
.main {
  background-color: #000;
  background-image: url(../img/mob-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: var(--header-height) 0;
  position: relative;
}
@media (min-width: 48rem) {
  .main {
    background-image: url(../img/tablet-bg.jpg);
  }
}
@media (min-width: 75rem) {
  .main {
    background-image: url(../img/desktop-bg.jpg);
  }
}
.main__overlay {
  animation-delay: -2s;
  animation-duration: 15s;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: fixed;
  width: 100%;
}
.main__girl-1 {
  bottom: 0;
  left: 0;
  width: calc(var(--index) * 18.3);
  z-index: 6;
}
@media (min-width: 48rem) and (orientation: portrait) {
  .main__girl-1 {
    width: calc(var(--index) * 19.4);
  }
}
@media (min-width: 60rem) {
  .main__girl-1 {
    left: 6rem;
    width: calc(var(--index) * 19);
  }
}
.main__girl-2 {
  bottom: 0;
  right: 0;
  width: calc(var(--index) * 14.2);
  z-index: 6;
}
@media (min-width: 48rem) and (orientation: portrait) {
  .main__girl-2 {
    width: auto;
    width: calc(var(--index) * 15.4);
  }
}
@media (min-width: 60rem) {
  .main__girl-2 {
    right: 6rem;
    width: calc(var(--index) * 16.1);
  }
}
.main__coin-1 {
  left: 0;
  top: 7.6rem;
  width: calc(var(--index) * 5.8);
}
@media (min-width: 48rem) {
  .main__coin-1 {
    left: 0.5rem;
    top: 11rem;
    width: calc(var(--index) * 9.5);
  }
}
@media (min-width: 75rem) {
  .main__coin-1 {
    left: 0;
    top: 6rem;
    width: calc(var(--index) * 7.7);
  }
}
.main__coin-2 {
  right: 0;
  top: 5rem;
  width: calc(var(--index) * 6);
}
@media (min-width: 48rem) {
  .main__coin-2 {
    top: 7rem;
    width: calc(var(--index) * 6.5);
  }
}
@media (min-width: 75rem) {
  .main__coin-2 {
    left: 26rem;
    right: unset;
    top: 9.2rem;
    width: calc(var(--index) * 7.1);
  }
}
.main__coin-3 {
  right: 0;
  top: 14.5rem;
  width: calc(var(--index) * 6.9);
  z-index: 5;
}
@media (min-width: 48rem) {
  .main__coin-3 {
    left: 0;
    right: unset;
    top: 25rem;
    width: calc(var(--index) * 5);
  }
}
@media (min-width: 75rem) {
  .main__coin-3 {
    left: unset;
    right: 26rem;
    top: 6.7rem;
    width: calc(var(--index) * 5.8);
  }
}
@media (min-width: 48rem) {
  .main__coin-4 {
    right: 0;
    top: 18rem;
    width: calc(var(--index) * 8.5);
  }
}
@media (min-width: 75rem) {
  .main__coin-4 {
    right: 0;
    top: 6rem;
    width: calc(var(--index) * 4);
  }
}
@media (min-width: 48rem) {
  .main__coin-5 {
    bottom: -1rem;
    left: 7rem;
    width: calc(var(--index) * 7.2);
    z-index: 6;
  }
}
@media (min-width: 75rem) {
  .main__coin-5 {
    left: 1.5rem;
    top: 35.5rem;
    width: calc(var(--index) * 5.7);
  }
}
@media (min-width: 48rem) {
  .main__coin-6 {
    bottom: 1.7rem;
    right: 1rem;
    width: calc(var(--index) * 7.9);
    z-index: 6;
  }
}
@media (min-width: 75rem) {
  .main__coin-6 {
    bottom: 1rem;
    left: 26.5rem;
    right: unset;
    width: calc(var(--index) * 7.4);
  }
  .main__coin-7 {
    bottom: 15rem;
    right: 1.5rem;
    width: calc(var(--index) * 4.5);
    z-index: 6;
  }
  .main__coin-8 {
    bottom: -3rem;
    right: 2rem;
    width: calc(var(--index) * 11.5);
    z-index: 6;
  }
}
@media (orientation: portrait) {
  .main__coin {
    animation: none;
  }
}
.ejModal {
  align-items: center;
  background-image: url(../img/mob-bg-modal.jpg);
  background-position: top;
  background-size: cover;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: auto;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
@media (min-width: 48rem) {
  .ejModal {
    background-image: url(../img/tablet-bg-modal.jpg);
  }
}
@media (min-width: 75rem) {
  .ejModal {
    background-image: url(../img/desktop-bg-modal.jpg);
  }
}
.ejModal.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.ejModal.active .ejModal__inner {
  opacity: 1;
  transform: scale(1) rotate(0);
}
.ejModal.active .modalStep__content {
  animation: animateTada 1s ease-in-out 0.3s;
}
.ejModal__inner {
  align-items: flex-start;
  background: #01020ade;
  border: 0.1875rem solid #9b14ac;
  border-radius: 1.53788rem;
  box-shadow:
    inset -0.3125rem -0.3125rem 0.625rem #6f1057cc,
    inset 0.3125rem 0.3125rem 0.625rem #094b60cc;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 90vw;
  opacity: 0;
  padding: 2.75rem 1.25rem;
  transform: scale(0.3) rotate(-1turn);
  transition:
    transform 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
  width: calc(100% - 2.5rem);
}
@media (min-width: 48rem) and (orientation: portrait) {
  .ejModal__inner {
    background: #01020a;
    border: 0.34256rem solid #9b14ac;
    border-radius: 2.71213rem;
    box-shadow:
      inset -0.625rem -0.625rem 1.875rem #7f1464cc,
      inset 0.625rem 0.625rem 1.875rem #095d79cc;
  }
}
@media (min-width: 60rem) {
  .ejModal__inner {
    max-width: calc(var(--index) * 22.2);
    max-width: 43.75rem;
  }
}
.ejModal__inner--smallPadding {
  padding: calc(var(--index) * 1.7) 1.25rem;
}
.ejModal__inner--bigPadding {
  padding-bottom: 2.8125rem;
  padding-top: 1.5625rem;
}
@media (min-width: 48rem) {
  .ejModal__inner--bigPadding {
    padding-bottom: 3.4375rem;
    padding-top: 2.1875rem;
  }
}
.ejModal__inner--customPadding {
  padding: 3.75rem 1.25rem 5.625rem;
}
@media (min-width: 75rem) {
  .ejModal__inner--customPadding {
    padding-bottom: 7.5rem;
  }
}
.modalStep {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
}
.modalStep__icon {
  margin-bottom: 0.9375rem;
}
@media (min-width: 75rem) {
  .modalStep__icon {
    width: 7.1875rem;
  }
}
.modalStep__title {
  color: #fff;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 48rem) {
  .modalStep__title {
    font-size: 2.1875rem;
  }
}
@media (min-width: 75rem) {
  .modalStep__title {
    font-size: 2.8125rem;
    margin-bottom: 1.25rem;
  }
}
.modalStep__title--big {
  font-size: 0.9375rem;
}
@media (min-width: 48rem) {
  .modalStep__title--big {
    font-size: 2.75rem;
  }
}
@media (min-width: 75rem) {
  .modalStep__title--big {
    font-size: 2rem;
  }
}
.modalStep__content {
  margin-top: 0.625rem;
  text-align: center;
}
@media (min-width: 48rem) {
  .modalStep__content {
    margin: 1.25rem 0;
  }
}
@media (min-width: 75rem) {
  .modalStep__content {
    margin: 1.875rem 0;
  }
}
.modalStep__content > span {
  background: linear-gradient(
    126deg,
    #fff 13.85%,
    #ccccb4 29.04%,
    #fff 43.5%,
    #c9ccb4 58.32%,
    #fff 72.77%,
    #ccccb4 87.97%
  );
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0.5rem 1rem hsla(71, 64%, 87%, 0.4));
}
@media (min-width: 48rem) {
  .modalStep__content > span {
    font-size: 6.25rem;
  }
}
@media (min-width: 75rem) {
  .modalStep__content > span {
    font-size: 7.5rem;
  }
}
.modalStep__button {
  align-items: center;
  background: var(
    --2,
    linear-gradient(
      185deg,
      #fffb90 -87.23%,
      #fbe978 -54.9%,
      #f8dc65 -31.81%,
      #e6c758 -24.88%,
      #c49f40 -8.72%,
      #ac832f 5.14%,
      #9e7225 16.69%,
      #996c22 25.92%,
      #9d7125 32.85%,
      #a98030 42.09%,
      #bd9a42 51.33%,
      #d9be5a 60.57%,
      #fbe878 72.11%,
      #ffa 90.59%,
      #fbe878 104.44%,
      #a4631b 143.7%
    )
  );
  border: 1.05px solid #ffc800;
  border-radius: 1.31269rem;
  box-shadow: 0 1.4px 0.74388rem #ffc800;
  color: #171717;
  cursor: pointer;
  display: flex;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  line-height: normal;
  margin-top: 1.25rem;
  padding: 0.5625rem 2.375rem;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 48rem) {
  .modalStep__button {
    background: var(
      --2,
      linear-gradient(
        185deg,
        #fffb90 -87.23%,
        #fbe978 -54.9%,
        #f8dc65 -31.81%,
        #e6c758 -24.88%,
        #c49f40 -8.72%,
        #ac832f 5.14%,
        #9e7225 16.69%,
        #996c22 25.92%,
        #9d7125 32.85%,
        #a98030 42.09%,
        #bd9a42 51.33%,
        #d9be5a 60.57%,
        #fbe878 72.11%,
        #ffa 90.59%,
        #fbe878 104.44%,
        #a4631b 143.7%
      )
    );
    border: 0.13206rem solid #ffc800;
    border-radius: 2.64119rem;
    box-shadow: 0 0.17606rem 1.49669rem #ffc800;
    font-size: 2.1875rem;
  }
}
@media (min-width: 75rem) {
  .modalStep__button {
    background: var(
      --2,
      linear-gradient(
        185deg,
        #fffb90 -87.23%,
        #fbe978 -54.9%,
        #f8dc65 -31.81%,
        #e6c758 -24.88%,
        #c49f40 -8.72%,
        #ac832f 5.14%,
        #9e7225 16.69%,
        #996c22 25.92%,
        #9d7125 32.85%,
        #a98030 42.09%,
        #bd9a42 51.33%,
        #d9be5a 60.57%,
        #fbe878 72.11%,
        #ffa 90.59%,
        #fbe878 104.44%,
        #a4631b 143.7%
      )
    );
    border: 0.14106rem solid #ffc800;
    border-radius: 2.82081rem;
    box-shadow: 0 0.18806rem 1.59844rem #ffc800;
    font-size: 2.25rem;
    min-width: 25rem;
  }
}
.modalStep__footer {
  bottom: 1.25rem;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
}
@media (min-width: 75rem) {
  .modalStep__footer {
    bottom: 2.5rem;
  }
}
body.ejModalFinal-visible [data-final-hide] {
  display: none !important;
}
body.ejModalFinal-visible [data-final-show-top] {
  z-index: 100;
}
.ejForm {
  background: #01020ac4;
  border-radius: 1.25rem;
  position: relative;
  width: 100%;
}
.ejForm__head > span {
  color: #fff;
  display: block;
  font-size: 1.1875rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 48rem) {
  .ejForm__head > span {
    font-size: 2rem;
    margin-inline: auto;
  }
}
@media (min-width: 75rem) {
  .ejForm__head > span {
    font-size: calc(var(--index) * 1.23);
    max-width: 100%;
  }
}
.ejForm__title {
  background: linear-gradient(
    126deg,
    #fff 13.85%,
    #cbccb4 29.04%,
    #fff 43.5%,
    #ccccb4 58.32%,
    #fff 72.77%,
    #ccc9b4 87.97%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: #fff;
  font-size: clamp(0.75rem, 4.6vw, 2rem);
  font-weight: 900;
  text-align: center;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0.5rem 1rem hsla(71, 64%, 87%, 0.4));
  margin-inline: auto;
  margin-top: 1.25rem;
}
@media (min-width: 48rem) {
  .ejForm__title {
    letter-spacing: 0.75px;
    margin-top: 1.25rem;
  }
}
.ejForm__content {
  margin-top: 1.3rem;
}
@media (min-width: 48rem) {
  .ejForm__content {
    margin-top: 2.2rem;
    margin-inline: auto;
    max-width: 22.5rem;
    padding-inline: 0.5rem;
  }
}
.ejForm__toggle {
  align-items: center;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 0.75rem;
  display: flex;
  gap: 0.25rem;
  justify-content: space-between;
  padding: 0.25rem;
}
.ejForm__toggle > div {
  align-items: center;
  background-color: transparent;
  border-radius: 0.5rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.625rem 0.9375rem;
  transition: background-color 0.25s ease-in-out;
  width: 100%;
}
.ejForm__toggle > div.active,
.ejForm__toggle > div:hover {
  background-color: #404040;
}
@media (min-width: 75rem) {
  .ejForm__toggle > div {
    font-size: 1.125rem;
    padding: 1.12rem 1.25rem;
  }
}
.ejForm__fields {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.ejForm__button {
  cursor: pointer;
  margin-top: 1.5rem;
}
@media (min-width: 75rem) {
  .ejForm__button {
    font-size: 1.125rem;
    padding: 1.12rem 2rem;
  }
}
.inputWrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}

.inputWrapper .prefixInline {
  position: relative;
  display: grid;
  grid-auto-flow: row;
}
.phoneIcon {
  position: absolute;
  width: min(100vw * calc(14 / 375), 100dvh * calc(14 / 667));
  height: min(100vw * calc(14 / 375), 100dvh * calc(14 / 667));
  top: 50%;
  transform: translateY(calc(-50% - 1px));
  left: min(100vw * calc(10 / 375), 100dvh * calc(10 / 667));
}
.inputWrapper .prefixInline input[type='tel'] {
  padding-left: min(100vw * calc(25 / 375), 100dvh * calc(25 / 667));
}
.input {
  background-color: transparent;
  border: 0.125rem solid #7a7a81;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1rem !important;
  font-weight: 500;
  padding: 0.9375rem 1.25rem;
  width: 100%;
}
.input::-moz-placeholder {
  color: #fff9;
  font-size: 1.125rem;
  font-weight: 500;
}
.input::placeholder {
  color: #fff9;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (min-width: 75rem) {
  .input {
    min-height: 3.625rem;
    padding: 1.12rem 1.25rem;
  }
}
.ejTimer {
  color: #69195e;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 48rem) {
  .ejTimer {
    font-size: 1.875rem;
  }
}
