@font-face {
  font-family: "digital";
  src: url("fonts/digital/digital-7(mono).ttf");
}
body {
  background-color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: 400;
  color: #000;
  overflow-x: hidden;
  background-image: -webkit-image-set(url("/images/background.webp") 1x);
  background-image: url("/images/background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  body {
    background-image: -webkit-image-set(url("/images/background-m.webp") 1x);
    background-image: url("/images/background-m.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
body a, body button {
  text-decoration: none;
  transition: all 0.5s ease-in-out !important;
}
body h1, body h2, body h3, body h4, body h5, body h6, body strong, body b {
  font-weight: 500;
}
body img {
  -o-object-fit: cover;
     object-fit: cover;
}
body section {
  overflow-x: hidden;
}

.page-landing .page-text {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .page-landing .page-text {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .page-landing .page-text .logo {
    max-width: 120px;
  }
}
.page-landing .page-text .cta {
  background: transparent;
  outline: none;
  border: none;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}
.page-landing .page-text .cta:hover {
  opacity: 0.65;
}
.page-landing .page-ambassador {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .page-landing .page-ambassador {
    overflow: hidden;
    height: auto;
  }
}
@media screen and (max-width: 575px) {
  .page-landing .page-ambassador .ambassador {
    transform: scale(1.2);
  }
}
.page-landing .page-ambassador .content {
  bottom: 0;
}
.page-landing .page-ambassador .content #countDown {
  bottom: 16%;
  font-size: 4rem;
  line-height: 4rem;
  left: 34%;
  right: 30%;
  font-family: "digital";
  letter-spacing: -2px;
}
@media screen and (max-width: 1440px) {
  .page-landing .page-ambassador .content #countDown {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .page-landing .page-ambassador .content #countDown {
    bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .page-landing .page-ambassador .content #countDown {
    font-size: 2rem;
    line-height: 2rem;
    bottom: 15%;
  }
}
.page-landing .element-1 {
  top: 5%;
  right: 5%;
}
@media screen and (max-width: 575px) {
  .page-landing .element-1 {
    top: 0;
    right: 2%;
  }
}
@media screen and (max-width: 575px) {
  .page-landing .element-1 img {
    width: 100px;
  }
}
.page-landing .element-2 {
  top: 10%;
  right: 20%;
}
.page-landing .element-3 {
  bottom: 0;
  right: 15%;
}
@keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@keyframes snowflakes-shake {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(80px);
  }
  100% {
    transform: translateX(0px);
  }
}
.snowflake {
  position: fixed;
  top: -15%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 10s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
}

.snowflake:nth-of-type(0) {
  left: 1%;
  animation-delay: 0s, 0s;
}

.snowflake:nth-of-type(1) {
  left: 10%;
  animation-delay: 1s, 1s;
}

.snowflake:nth-of-type(2) {
  left: 20%;
  animation-delay: 6s, 0.5s;
}

.snowflake:nth-of-type(3) {
  left: 30%;
  animation-delay: 4s, 2s;
}

.snowflake:nth-of-type(4) {
  left: 40%;
  animation-delay: 2s, 2s;
}

.snowflake:nth-of-type(5) {
  left: 50%;
  animation-delay: 8s, 3s;
}

.snowflake:nth-of-type(6) {
  left: 60%;
  animation-delay: 6s, 2s;
}

.snowflake:nth-of-type(7) {
  left: 70%;
  animation-delay: 2.5s, 1s;
}

.snowflake:nth-of-type(8) {
  left: 80%;
  animation-delay: 1s, 0s;
}

.snowflake:nth-of-type(9) {
  left: 90%;
  animation-delay: 3s, 1.5s;
}
@media screen and (max-width: 575px) {
  .snowflake:nth-of-type(9) {
    left: 80%;
  }
}

@media screen and (max-width: 575px) {
  .snowflake img.big {
    transform: scale(0.4);
  }
}
@media screen and (max-width: 575px) {
  .snowflake img.middle {
    transform: scale(0.8);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}/*# sourceMappingURL=style.css.map */