html, body {
  height: 100%;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}
html body {
  min-height: 100vh;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  background-color: #f9f9f9;
}
html .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
html .d-flex {
  display: flex;
}
html .justify-content-center {
  justify-content: center;
}
html .align-items-center {
  align-items: center;
}

.container {
  height: 100vh;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .container {
    width: 100%;
  }
}
.container .background {
  position: relative;
  width: 480px;
  overflow-x: hidden;
}
.container .background .platform {
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  margin: 0 auto;
  align-items: center;
  background-image: url("./images/bg_main_d.jpg?v1.0");
  background-image: -webkit-image-set(url("./images/bg_main_d.webp?v1.0") 1x);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
}
@media screen and (min-height: 1200px) {
  .container .background .platform {
    transform: scale(1.4);
  }
}
@media screen and (max-width: 575px) {
  .container .background .platform {
    background-image: url("./images/bg_main_m.jpg?v1.0");
    background-image: -webkit-image-set(url("./images/bg_main_m.webp?v1.0") 1x);
  }
}
.container .background .platform > div.col-12 {
  position: relative;
}
.container .background .platform .sub-title img {
  animation: zoomInOut 2s ease-in-out infinite;
}
@media screen and (max-width: 575px) {
  .container .background .platform .sub-title img {
    width: 220px;
  }
}
@media screen and (max-width: 575px) {
  .container .background .platform .arrow-down img {
    width: 38px;
    height: 38px;
  }
}
.container .background .platform .shaker-cta {
  position: relative;
  perspective: 400px;
  cursor: pointer;
  border: none;
  background: transparent;
  outline: none;
  justify-content: center;
  text-align: center;
  display: flex;
  margin: 0 auto;
}
.container .background .platform .shaker-cta::before {
  content: " ";
  position: absolute;
  background-image: url("./images/shining_d.png?v1.0");
  background-image: -webkit-image-set(url("./images/shining_d.webp?v1.0") 1x);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 280px;
  height: 280px;
  bottom: 0;
  left: calc(50% - 140px);
  right: calc(50% - 140px);
  mix-blend-mode: screen;
  animation: rotate360 30s linear infinite;
  transform: scale(1.3);
}
@media screen and (max-width: 575px) {
  .container .background .platform .shaker-cta::before {
    width: 180px;
    height: 180px;
    left: calc(50% - 90px);
    right: calc(50% - 90px);
  }
}
.container .background .platform .shaker-cta:hover .cta {
  transform: scale(1.1);
}
.container .background .platform .shaker-cta:disabled .cta {
  transform: scale(1);
}
.container .background .platform .shaker-cta .shaker {
  justify-content: center;
  display: flex;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 575px) {
  .container .background .platform .shaker-cta .shaker img {
    width: 50%;
  }
}
.container .background .platform .shaker-cta .shaker.opacity {
  opacity: 0.5;
}
.container .background .platform .shaker-cta .cta.open {
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  z-index: 3;
  justify-content: center;
  display: flex;
  cursor: pointer;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 575px) {
  .container .background .platform .shaker-cta .cta.open {
    bottom: -40px;
  }
}
.container .background .platform .shaker-cta .cta.open.disabled {
  filter: grayscale(1);
  opacity: 0.5;
}
@media screen and (max-width: 575px) {
  .container .background .platform .shaker-cta .cta.open img {
    width: 80%;
    height: auto;
  }
}
.container .background .platform .shaker-cta .stick {
  position: absolute;
  top: -5%;
  left: 0;
  right: 0;
  justify-content: center;
  display: none;
  z-index: -1;
}
.container .background .platform .shaker-cta .stick.show {
  display: flex;
  animation: stickEject 1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards, stickGlow 0.7s ease-in-out infinite;
  z-index: 100 !important;
}
.container .background .platform .shaker-cta .shaking {
  transition: transform 0.3s ease;
  animation: shake 1s ease-in-out;
}
.container .background .platform .shaker-cta .shake-shake {
  animation: shake 0.7s ease-in-out infinite;
}
.container .background .platform .shaker-cta .pulse {
  transition: transform 0.3s ease;
  animation: zoomInOut 2s ease-in-out infinite;
}
.container .modal.winner-modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  z-index: 200;
  background-color: rgba(249, 249, 249, 0.9);
  display: none;
  align-items: center;
  padding: 15px 0;
  background-image: url("./images/bg_winner_d.jpg?v1.0");
  background-image: -webkit-image-set(url("./images/bg_winner_d.webp?v1.0") 1x);
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  overflow-x: hidden;
}
@media screen and (max-width: 575px) {
  .container .modal.winner-modal {
    background-image: url("./images/bg_winner_m.jpg?v1.0");
    background-image: -webkit-image-set(url("./images/bg_winner_m.webp?v1.0") 1x);
  }
}
.container .modal.winner-modal > div {
  height: 100%;
}
.container .modal.winner-modal .main-title {
  top: 25px;
}
.container .modal.winner-modal .main-title::before {
  content: " ";
  position: absolute;
  background-image: url("./images/shining_d.png?v1.0");
  background-image: -webkit-image-set(url("./images/shining_d.webp?v1.0") 1x);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  mix-blend-mode: screen;
  transform: scale(1.3);
  z-index: -1;
}
.container .modal.winner-modal .message {
  position: relative;
}
.container .modal.winner-modal .message::before {
  content: " ";
  position: absolute;
  background-image: url("./images/shining_d.png?v1.0");
  background-image: -webkit-image-set(url("./images/shining_d.webp?v1.0") 1x);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 280px;
  height: 280px;
  bottom: 0;
  left: calc(50% - 140px);
  right: calc(50% - 140px);
  mix-blend-mode: screen;
  animation: rotate360 30s linear infinite;
  transform: scale(1.3);
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .container .modal.winner-modal .message::before {
    width: 240px;
    height: 240px;
    left: calc(50% - 120px);
    right: calc(50% - 120px);
  }
}
@media screen and (max-width: 575px) {
  .container .modal.winner-modal .message img {
    width: 90%;
  }
}
.container .modal.winner-modal .message .congratz {
  position: absolute;
  left: 0;
  top: -65px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  left: calc(50% - 160px);
  right: calc(50% - 160px);
  animation: rotateSwing 2.7s ease-in-out infinite;
  filter: drop-shadow(0 0 8px #b00000);
}
@media screen and (max-width: 575px) {
  .container .modal.winner-modal .message .congratz {
    width: 70%;
    left: 15%;
    right: 15%;
    top: -55px;
  }
}
.container .modal.winner-modal .cta.claim {
  z-index: 9999;
  position: relative;
  mix-blend-mode: screen;
}
.container .modal.winner-modal .cta.claim img {
  animation: headShake 2s ease-in-out infinite;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 575px) {
  .container .modal.winner-modal .cta.claim img {
    width: 80%;
    height: auto;
  }
}
.container .main-title {
  position: relative;
}
@media screen and (max-width: 575px) {
  .container .main-title img {
    width: 100%;
  }
}
@media screen and (max-width: 575px) and (max-width: 390px) {
  .container .main-title img {
    width: 300px;
  }
}
.container .main-title .elements {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: zoomInSpring 3s ease-out infinite;
}

.zoom-travel-in {
  animation: zoomTravelIn 0.35s ease-out forwards;
  transform-origin: center center;
  will-change: transform, opacity;
  display: block !important;
}

@keyframes shake {
  0%, 100% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-5deg);
  }
  20% {
    transform: rotate(5deg);
  }
  30% {
    transform: rotate(-5deg);
  }
  40% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(-5deg);
  }
  80% {
    transform: rotate(5deg);
  }
  90% {
    transform: rotate(-5deg);
  }
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(1.05, 1.05, 1.05);
  }
  75% {
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes stickEject {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg);
    opacity: 1;
  }
  /* 40% {
      transform: translateX(0) translateY(-50px) rotate(0deg);
      opacity: 1;
  }
  70% {
      transform: translateX(0) translateY(-65px) rotate(0deg);
      opacity: 1;
  } */
  100% {
    transform: translateX(0) translateY(-55px) rotate(0deg);
    opacity: 1;
  }
}
@keyframes rotate360 {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
@keyframes stickGlow {
  0%, 100% {
    filter: drop-shadow(0 0 8px rgba(255, 215, 0, 0.6)) drop-shadow(0 0 12px rgba(255, 183, 0, 0.6));
  }
  50% {
    filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.6)) drop-shadow(0 0 25px rgba(255, 183, 0, 0.6)) drop-shadow(0 0 25px rgba(255, 69, 0, 0.6));
  }
}
@keyframes zoomTravelOut {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  100% {
    transform: scale3d(2.5, 2.5, 1);
    opacity: 0;
  }
}
@keyframes zoomTravelIn {
  0% {
    transform: scale3d(2.5, 2.5, 1);
    opacity: 0;
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes zoomInSpring {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  75% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    filter: drop-shadow(5px 5px 10px rgba(99, 11, 14, 0.4));
  }
  100% {
    transform: scale(1);
  }
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
@keyframes rotateSwing {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-5deg);
  }
}/*# sourceMappingURL=style.css.map */