@-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 bat1 {
  0% {
    bottom: 280px;
  }
  50% {
    bottom: 260px;
  }
  100% {
    bottom: 280px;
  }
}
@keyframes bat1 {
  0% {
    bottom: 280px;
  }
  50% {
    bottom: 260px;
  }
  100% {
    bottom: 280px;
  }
}
@-webkit-keyframes bat2 {
  0% {
    bottom: 214px;
  }
  50% {
    bottom: 225px;
  }
  100% {
    bottom: 214px;
  }
}
@keyframes bat2 {
  0% {
    bottom: 214px;
  }
  50% {
    bottom: 225px;
  }
  100% {
    bottom: 214px;
  }
}
@-webkit-keyframes bg {
  0%, 20%, 60%, 100% {
    background-position: 0% 10%;
    opacity: 1;
  }
  40% {
    background-position: 0% 0%;
    opacity: 0.9;
  }
  80% {
    background-position: 0% 10%;
    opacity: 0.9;
  }
}
@keyframes bg {
  0%, 20%, 60%, 100% {
    background-position: 0% 10%;
    opacity: 1;
  }
  40% {
    background-position: 0% 0%;
    opacity: 0.9;
  }
  80% {
    background-position: 0% 10%;
    opacity: 0.9;
  }
}
@-webkit-keyframes light {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes light {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes shadow {
  0% {
    -webkit-box-shadow: 0px 0px 40px #ea5b0c;
            box-shadow: 0px 0px 40px #ea5b0c;
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px rgba(234, 91, 12, 0);
            box-shadow: 0px 0px 0px rgba(234, 91, 12, 0);
  }
  100% {
    -webkit-box-shadow: 0px 0px 40px #ea5b0c;
            box-shadow: 0px 0px 40px #ea5b0c;
  }
}
@keyframes shadow {
  0% {
    -webkit-box-shadow: 0px 0px 40px #ea5b0c;
            box-shadow: 0px 0px 40px #ea5b0c;
  }
  50% {
    -webkit-box-shadow: 0px 0px 0px rgba(234, 91, 12, 0);
            box-shadow: 0px 0px 0px rgba(234, 91, 12, 0);
  }
  100% {
    -webkit-box-shadow: 0px 0px 40px #ea5b0c;
            box-shadow: 0px 0px 40px #ea5b0c;
  }
}
body {
  margin: 0;
  background: url(../img/bg.jpg) center bottom no-repeat;
  background-size: cover;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.wrapper {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wrapper:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(35.62%, rgba(0, 0, 0, 0.33)));
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0.33) 35.62%);
  background-size: 200% 200%;
  z-index: -1;
}

.container {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  overflow-x: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.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;
}
.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: url(../img/dot.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 8px;
}
.loader-wrapper .dots span:nth-child(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-child(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-child(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;
}

.layer {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  display: none;
}
.layer.man {
  display: block;
  bottom: auto;
  top: 40px;
  right: -33px;
}
.layer.coin1 {
  display: block;
  bottom: 126px;
  left: 144px;
}
.layer.coin1-2 {
  display: block;
  top: 106px;
  right: 703px;
  -webkit-transform: scale(-1, 1) rotate(80deg) !important;
          transform: scale(-1, 1) rotate(80deg) !important;
}
.layer.coin2 {
  display: block;
  bottom: 146px;
  right: 141px;
  z-index: 6;
}
.layer.bat1 {
  display: block;
  -webkit-transform: rotate(30deg) !important;
          transform: rotate(30deg) !important;
  bottom: 280px;
  right: 16px;
  -webkit-animation: bat1 4s ease-in-out infinite;
          animation: bat1 4s ease-in-out infinite;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.layer.bat2 {
  display: block;
  bottom: 214px;
  right: 40%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation: bat2 4s ease-in-out infinite;
          animation: bat2 4s ease-in-out infinite;
}
.layer.cauldron {
  display: block;
  bottom: -401px;
  right: 158px;
}
.layer.light {
  width: calc(1219px * 1);
  height: calc(1219px * 1);
  background: radial-gradient(40.4% 40.4% at 50% 50%, #00C4E6 0%, rgba(0, 181, 255, 0) 100%);
  display: block;
  z-index: 1;
  border-radius: 50%;
  right: -162px;
  bottom: -212px;
  -webkit-animation: light 4s ease-in-out infinite;
          animation: light 4s ease-in-out infinite;
}
.layer.pumpkin {
  display: block;
  right: 388px;
  bottom: 167px;
}

.content {
  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;
  text-align: center;
}
.content .logo {
  max-width: 212px;
  margin-bottom: 80px;
}
.content .logo img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

h1 {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 56px;
  line-height: 56px;
  color: #FAD514;
  padding: 0;
  margin: 0 0 84px 0;
}
h1 span {
  display: block;
  font-size: 32px;
  color: #fff;
}

.promo-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
.promo-code span {
  margin-left: 16px;
  padding: 7px 16px;
  background-color: rgba(255, 255, 255, 0.23);
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 60px;
}
.promo-code span:focus, .promo-code span:hover {
  background-color: rgba(2, 253, 238, 0.46);
}
.promo-code span.active:before {
  opacity: 1;
}
.promo-code span:before {
  position: absolute;
  content: attr(attr-text);
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  left: 0;
  right: 0;
  top: -20px;
  text-transform: none;
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.claim {
  display: block;
  width: 100%;
  max-width: 242px;
  text-decoration: none;
  outline: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 30px;
  padding: 15px 0;
  color: #fff;
  border-radius: 60px;
  text-transform: uppercase;
  border: 2px solid #EA5B0C;
  background-color: #EA5B0C;
  -webkit-animation: shadow 10s ease-in-out infinite;
          animation: shadow 10s ease-in-out infinite;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 24px;
}
.claim:hover {
  -webkit-animation: none;
          animation: none;
  background: transparent;
  color: #FAD514;
  border-color: #FAD514;
  -webkit-box-shadow: 0px 0px 0px rgba(234, 91, 12, 0);
          box-shadow: 0px 0px 0px rgba(234, 91, 12, 0);
}

.terms {
  position: relative;
  max-width: 511px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
.terms p {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  top: -32px;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  border-radius: 18px;
  background: transparent;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  z-index: 11;
}
.terms a {
  position: relative;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  z-index: 12;
  outline: none;
  padding-right: 18px;
}
.terms a:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 6px;
  background: url(../img/arrow.svg) no-repeat;
  top: 50%;
  margin-top: -2px;
  right: 0;
}
.terms a.active ~ p {
  background-color: rgba(2, 253, 238, 0.46);
  padding: 40px 16px 16px;
  max-height: 1000px;
  opacity: 1;
}
.terms a.active:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 1600px) {
  .content .logo {
    margin-bottom: 64px;
  }

  .content {
    z-index: 10;
  }

  h1 {
    margin-bottom: 64px;
    font-size: 46px;
    line-height: 46px;
  }

  .layer {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    display: none;
  }
  .layer.man {
    display: block;
    bottom: auto;
    top: 40px;
    right: -33px;
    max-width: 550px;
    height: auto;
  }
  .layer.coin1 {
    display: block;
    bottom: 126px;
    left: 14px;
    max-width: 70px;
  }
  .layer.coin1-2 {
    display: block;
    top: 106px;
    right: 703px;
    max-width: 70px;
    -webkit-transform: scale(-1, 1) rotate(80deg) !important;
            transform: scale(-1, 1) rotate(80deg) !important;
  }
  .layer.coin2 {
    display: block;
    bottom: 146px;
    right: 141px;
    max-width: 120px;
    z-index: 6;
  }
  .layer.bat1 {
    display: block;
    -webkit-transform: rotate(30deg) !important;
            transform: rotate(30deg) !important;
    bottom: 280px;
    right: 16px;
    -webkit-animation: bat1 4s ease-in-out infinite;
            animation: bat1 4s ease-in-out infinite;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    max-width: 200px;
  }
  .layer.bat2 {
    display: block;
    bottom: 214px;
    right: 40%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-animation: bat2 4s ease-in-out infinite;
            animation: bat2 4s ease-in-out infinite;
  }
  .layer.cauldron {
    display: block;
    bottom: -201px;
    right: 158px;
    max-width: 500px;
  }
  .layer.light {
    width: calc(1219px * 1);
    height: calc(1219px * 1);
    background: radial-gradient(40.4% 40.4% at 50% 50%, #00C4E6 0%, rgba(0, 181, 255, 0) 100%);
    display: block;
    z-index: 1;
    border-radius: 50%;
    right: -162px;
    bottom: -212px;
    -webkit-animation: light 4s ease-in-out infinite;
            animation: light 4s ease-in-out infinite;
  }
  .layer.pumpkin {
    display: block;
    right: 388px;
    max-width: 320px;
    bottom: 167px;
  }
}
@media (max-width: 1200px) {
  .layer {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    display: none;
  }
  .layer.man {
    display: block;
    bottom: auto;
    top: 40px;
    right: -33px;
    max-width: 460px;
    -webkit-transform: none !important;
            transform: none !important;
    height: auto;
  }
  .layer.coin1 {
    display: block;
    bottom: 126px;
    left: 14px;
    -webkit-transform: none !important;
            transform: none !important;
    max-width: 70px;
  }
  .layer.coin1-2 {
    display: block;
    top: 106px;
    right: 703px;
    max-width: 70px;
    -webkit-transform: scale(-1, 1) rotate(80deg) !important;
            transform: scale(-1, 1) rotate(80deg) !important;
  }
  .layer.coin2 {
    display: block;
    bottom: 146px;
    right: 141px;
    max-width: 120px;
    z-index: 6;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .layer.bat1 {
    display: block;
    -webkit-transform: rotate(30deg) !important;
            transform: rotate(30deg) !important;
    bottom: 280px;
    right: 16px;
    -webkit-animation: bat1 4s ease-in-out infinite;
            animation: bat1 4s ease-in-out infinite;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    max-width: 200px;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .layer.bat2 {
    display: block;
    bottom: 214px;
    right: 40%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-animation: bat2 4s ease-in-out infinite;
            animation: bat2 4s ease-in-out infinite;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .layer.cauldron {
    display: block;
    bottom: -201px;
    right: 64px;
    max-width: 500px;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .layer.light {
    width: calc(1219px * 1);
    height: calc(1219px * 1);
    background: radial-gradient(40.4% 40.4% at 50% 50%, #00C4E6 0%, rgba(0, 181, 255, 0) 100%);
    display: block;
    z-index: 1;
    border-radius: 50%;
    right: -162px;
    bottom: -212px;
    -webkit-animation: light 4s ease-in-out infinite;
            animation: light 4s ease-in-out infinite;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .layer.pumpkin {
    display: block;
    right: 230px;
    max-width: 320px;
    bottom: 167px;
    -webkit-transform: none !important;
            transform: none !important;
  }

  .claim {
    margin-bottom: 32px;
    max-width: 180px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .container {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .content {
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 400px;
  }
  .content .logo {
    max-width: 120px;
    margin-bottom: 32px;
  }

  h1 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  h1 span {
    font-size: 18px;
  }
}
@media (width: 1024px) and (height: 1366px) {
  .layer.man {
    top: auto;
    bottom: 300px;
    right: 25%;
  }

  .layer.pumpkin {
    right: 30%;
  }

  .container {
    padding-top: 82px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .layer.coin1-2 {
    right: 0;
  }

  .layer.cauldron {
    right: 28%;
  }
}
@media (max-width: 991px) {
  .container {
    padding-top: 32px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .layer {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
    display: none;
  }
  .layer.man {
    display: block;
    bottom: auto;
    top: auto;
    bottom: 100px;
    right: -33px;
    max-width: 360px;
    -webkit-transform: none !important;
            transform: none !important;
    height: auto;
  }
  .layer.coin1 {
    display: block;
    bottom: 126px;
    left: 14px;
    -webkit-transform: none !important;
            transform: none !important;
    max-width: 70px;
  }
  .layer.coin1-2 {
    display: block;
    top: 106px;
    right: 30%;
    max-width: 70px;
    -webkit-transform: scale(-1, 1) rotate(80deg) !important;
            transform: scale(-1, 1) rotate(80deg) !important;
  }
  .layer.coin2 {
    display: block;
    bottom: 46px;
    right: 141px;
    max-width: 60px;
    z-index: 6;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .layer.bat1 {
    -webkit-transform: rotate(30deg) !important;
            transform: rotate(30deg) !important;
    bottom: 280px;
    right: 16px;
    -webkit-animation: bat1 4s ease-in-out infinite;
            animation: bat1 4s ease-in-out infinite;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    max-width: 200px;
    -webkit-transform: none !important;
            transform: none !important;
    display: none;
  }
  .layer.bat2 {
    bottom: 214px;
    right: 40%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-animation: bat2 4s ease-in-out infinite;
            animation: bat2 4s ease-in-out infinite;
    -webkit-transform: none !important;
            transform: none !important;
    display: none;
  }
  .layer.cauldron {
    display: block;
    bottom: -201px;
    right: 64px;
    max-width: 400px;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .layer.light {
    width: calc(1219px * 1);
    height: calc(1219px * 1);
    background: radial-gradient(40.4% 40.4% at 50% 50%, #00C4E6 0%, rgba(0, 181, 255, 0) 100%);
    display: block;
    z-index: 1;
    border-radius: 50%;
    right: -162px;
    bottom: -212px;
    -webkit-animation: light 4s ease-in-out infinite;
            animation: light 4s ease-in-out infinite;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .layer.pumpkin {
    display: block;
    right: 230px;
    max-width: 200px;
    bottom: 67px;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@media (max-width: 812px) {
  .wrapper:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(18.87%, #000000), color-stop(56.87%, rgba(0, 0, 0, 0.5)), color-stop(69.9%, rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, #000000 18.87%, rgba(0, 0, 0, 0.5) 56.87%, rgba(0, 0, 0, 0) 69.9%);
  }

  .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 420px;
  }

  .layer.stone {
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    right: auto;
    top: auto;
    bottom: 0;
  }

  .layer.coin1,
.layer.coin1-2,
.layer.coin2 {
    display: none;
  }

  body {
    background: url(../img/mob-bg.jpg) center bottom no-repeat;
    background-size: cover;
  }

  .layer.light {
    width: 1180px;
    height: 1180px;
    left: 50%;
    margin-left: -590px;
    bottom: -330px;
  }
  .layer.man {
    max-width: 264px;
    right: 50%;
    margin-right: -132px;
    bottom: 137px;
  }
  .layer.cauldron {
    right: 50%;
    max-width: 360px;
    margin-right: -180px;
  }
  .layer.pumpkin {
    max-width: 200px;
    bottom: 70px;
    right: 50%;
    margin-right: 0px;
  }
}
@media (max-width: 577px) {
  .container {
    padding-top: 48px;
  }

  h1 {
    font-size: 29px;
  }
}