* {
  font-family: "Roboto Flex", serif;
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: #381857;
  background-image: url("/newyear2025/assets/bg-animation.jpg");
  background-size: cover;
}

#rules {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}

@media (max-width: 767px) {
  #rules {
    bottom: auto;
    top: 15px;
  }
}

#rules a {
  background-color: #FF7654;
  border: 3px solid #080B2D;
  color: #080B2D;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 100px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#rules a:hover {
  opacity: .8;
}

.loaderWrapper {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #381857;
  background: linear-gradient(135deg, #ff2121, #381857, #381857);
  z-index: 1000;
  pointer-events: none;
  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;
  -webkit-animation: fadeLoader 0.4s 1s ease forwards;
          animation: fadeLoader 0.4s 1s ease forwards;
}

@-webkit-keyframes fadeLoader {
  to {
    opacity: 0;
  }
}

@keyframes fadeLoader {
  to {
    opacity: 0;
  }
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.loaderWrapper .loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100svh;
}

.loaderWrapper .loader svg path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: dash 6s linear forwards;
          animation: dash 6s linear forwards;
}

main {
  overflow: hidden;
  position: relative;
  z-index: 3;
}

main .branch-parallax {
  z-index: 2;
  position: absolute;
}

@media (max-width: 767px) and (max-height: 800px) {
  main .branch-parallax {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@media (min-width: 425px) and (max-width: 767px) {
  main .branch-parallax {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media (min-width: 992px) and (max-width: 1299px) and (min-height: 600px) and (max-height: 699px) {
  main .branch-parallax {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@media (min-width: 992px) and (max-width: 1299px) and (min-height: 700px) and (max-height: 899px) {
  main .branch-parallax {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media (min-width: 1300px) and (max-width: 1399px) and (min-height: 600px) and (max-height: 699px) {
  main .branch-parallax {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@media (min-width: 1300px) and (max-width: 1399px) and (min-height: 700px) and (max-height: 899px) {
  main .branch-parallax {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

main .branch-parallax__wrapper {
  -webkit-animation: scales 0.6s 1s ease forwards;
          animation: scales 0.6s 1s ease forwards;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100svh;
}

@-webkit-keyframes scales {
  from {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scales {
  from {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

main .branch-parallax__wrapper .container-before {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 966px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) and (max-width: 1900px) and (min-height: 600px) and (max-height: 699px) {
  main .branch-parallax__wrapper .container-before {
    width: 690px;
  }
}

@media (min-width: 992px) and (max-width: 1900px) and (min-height: 700px) and (max-height: 899px) {
  main .branch-parallax__wrapper .container-before {
    width: 870px;
  }
}

@media (min-width: 1300px) and (max-width: 1399px) and (min-height: 700px) and (max-height: 899px) {
  main .branch-parallax__wrapper .container-before {
    width: 720px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  main .branch-parallax__wrapper .container-before {
    width: 120%;
  }
}

@media (max-width: 767px) {
  main .branch-parallax__wrapper .container-before {
    width: 210%;
  }
}

@media (orientation: portrait) and (min-width: 425px) and (max-width: 767px) {
  main .branch-parallax__wrapper .container-before {
    width: 165%;
  }
}

@media (orientation: landscape) and (min-width: 425px) and (max-width: 767px) {
  main .branch-parallax__wrapper .container-before {
    width: 100%;
  }
}

@media (max-width: 424px) {
  main .branch-parallax__wrapper .container-before {
    width: 190%;
  }
}

main .branch-parallax__wrapper .container-before .balls {
  max-width: 92%;
  margin-left: -20px;
  margin-top: -120px;
}

@media (orientation: landscape) and (max-width: 767px) and (max-height: 899px) {
  main .branch-parallax__wrapper .container-before .balls {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  main .branch-parallax__wrapper .container-before .balls {
    margin-left: -20%;
    margin-top: -80px;
  }
}

@media (max-width: 767px) {
  main .branch-parallax__wrapper .container-before .balls {
    margin-left: -55%;
    margin-top: -130px;
  }
}

@media (orientation: portrait) and (min-width: 425px) and (max-width: 767px) {
  main .branch-parallax__wrapper .container-before .balls {
    margin-left: -42%;
    margin-top: -165px;
  }
}

@media (orientation: landscape) and (min-width: 425px) and (max-width: 767px) {
  main .branch-parallax__wrapper .container-before .balls {
    margin-left: -5%;
    margin-top: -120px;
  }
}

@media (max-width: 424px) {
  main .branch-parallax__wrapper .container-before .balls {
    margin-left: -50%;
    margin-top: -200px;
  }
}

main .branch-parallax#branch-parallax1 {
  top: -4%;
  left: -4%;
}

main .branch-parallax#branch-parallax2 {
  top: -5%;
  left: 30%;
}

main .branch-parallax#branch-parallax3 {
  top: -3%;
  right: -3%;
}

main .branch-parallax#branch-parallax4 {
  bottom: -3%;
  left: -3%;
}

main .branch-parallax#branch-parallax5 {
  bottom: -5%;
  right: -5%;
}

@media (orientation: landscape) and (max-height: 899px) {
  main .branch-parallax#branch-parallax1 {
    top: -20%;
    left: -4%;
  }
  main .branch-parallax#branch-parallax2 {
    display: none;
  }
  main .branch-parallax#branch-parallax3 {
    top: -20%;
    right: -3%;
  }
  main .branch-parallax#branch-parallax4 {
    bottom: -8%;
    left: -30%;
  }
  main .branch-parallax#branch-parallax5 {
    bottom: -2%;
    right: -30%;
  }
}

@media (orientation: landscape) and (min-width: 768px) and (max-width: 991px) and (min-height: 900px) {
  main .branch-parallax#branch-parallax1, main .branch-parallax#branch-parallax3 {
    display: none;
  }
  main .branch-parallax#branch-parallax2 {
    left: 5%;
  }
  main .branch-parallax#branch-parallax4 {
    bottom: -8%;
    left: -30%;
  }
  main .branch-parallax#branch-parallax5 {
    bottom: -2%;
    right: -15%;
  }
}

@media (min-width: 992px) and (max-width: 1399px) and (min-height: 600px) and (max-height: 699px) {
  main .branch-parallax#branch-parallax1 {
    top: -15%;
    left: -12%;
  }
  main .branch-parallax#branch-parallax2 {
    top: -20%;
    left: 15%;
  }
  main .branch-parallax#branch-parallax3 {
    top: -15%;
    right: -10%;
  }
  main .branch-parallax#branch-parallax4 {
    bottom: -15%;
    left: -12%;
  }
  main .branch-parallax#branch-parallax5 {
    bottom: -15%;
    right: -12%;
  }
}

@media (min-width: 992px) and (max-width: 1399px) and (min-height: 700px) and (max-height: 899px) {
  main .branch-parallax#branch-parallax1 {
    top: -10%;
    left: -10%;
  }
  main .branch-parallax#branch-parallax2 {
    top: -10%;
    left: 20%;
  }
  main .branch-parallax#branch-parallax3 {
    top: -10%;
    right: -5%;
  }
  main .branch-parallax#branch-parallax4 {
    bottom: -10%;
    left: -10%;
  }
  main .branch-parallax#branch-parallax5 {
    bottom: -5%;
    right: -5%;
  }
}

@media (min-width: 1300px) and (max-width: 1399px) and (min-height: 600px) and (max-height: 699px) {
  main .branch-parallax#branch-parallax1 {
    top: -15%;
    left: -12%;
  }
  main .branch-parallax#branch-parallax2 {
    top: -20%;
    left: 20%;
  }
  main .branch-parallax#branch-parallax3 {
    top: -15%;
    right: -10%;
  }
  main .branch-parallax#branch-parallax4 {
    bottom: -15%;
    left: -12%;
  }
  main .branch-parallax#branch-parallax5 {
    bottom: -10%;
    right: -10%;
  }
}

@media (min-width: 1300px) and (max-width: 1399px) and (min-height: 700px) and (max-height: 899px) {
  main .branch-parallax#branch-parallax1 {
    top: -10%;
    left: -10%;
  }
  main .branch-parallax#branch-parallax2 {
    top: -15%;
    left: 25%;
  }
  main .branch-parallax#branch-parallax3 {
    top: -10%;
    right: -10%;
  }
  main .branch-parallax#branch-parallax4 {
    bottom: -10%;
    left: -10%;
  }
  main .branch-parallax#branch-parallax5 {
    bottom: -10%;
    right: -10%;
  }
}

@media (orientation: portrait) and (max-width: 767px) {
  main .branch-parallax#branch-parallax1, main .branch-parallax#branch-parallax3, main .branch-parallax#branch-parallax5 {
    display: none;
  }
  main .branch-parallax#branch-parallax2 {
    top: -5%;
    left: -40%;
  }
  main .branch-parallax#branch-parallax4 {
    left: -50%;
    bottom: -10%;
  }
}

@media (min-width: 425px) and (max-width: 767px) {
  main .branch-parallax#branch-parallax2 {
    top: -12%;
    left: -40%;
  }
}

@media (min-width: 425px) and (max-width: 767px) and (max-height: 800px) {
  main .branch-parallax#branch-parallax2#branch-parallax2 {
    top: -20%;
    left: -20%;
  }
}

@media (max-width: 424px) {
  main .branch-parallax#branch-parallax2 {
    top: -25%;
    left: -50%;
  }
}

@media (max-width: 424px) and (min-height: 800px) {
  main .branch-parallax#branch-parallax2 {
    top: -14%;
    left: -40%;
  }
}

@media (max-width: 424px) and (max-height: 749px) {
  main .branch-parallax#branch-parallax4 {
    bottom: -16%;
  }
}

main .license {
  position: absolute;
  bottom: -8px;
  left: 0;
  z-index: 3;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (orientation: landscape) and (max-height: 599px) {
  main .license {
    display: none;
  }
}

main .license img {
  max-width: 600px;
  margin-left: -40px;
}

@media (orientation: landscape) and (max-height: 700px) {
  main .license img {
    max-width: 450px;
  }
}

@media (min-width: 992px) and (max-width: 1900px) and (min-height: 600px) and (max-height: 699px) {
  main .license img {
    max-width: 450px;
  }
}

@media (min-width: 992px) and (max-width: 1900px) and (min-height: 700px) and (max-height: 899px) {
  main .license img {
    max-width: 500px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  main .license img {
    max-width: 640px;
  }
}

@media (max-width: 767px) {
  main .license img {
    max-width: 450px;
    margin-right: -100px;
  }
}

@media (max-width: 424px) {
  main .license img {
    max-width: 400px;
  }
}

main #branchParallaxAfter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

main .container {
  position: relative;
  z-index: 1;
  margin: 0px auto;
  width: 510px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
}

main .container h1 {
  font-size: 40px;
  font-weight: 1000;
  line-height: 40px;
  text-align: center;
  margin-bottom: 16px;
}

main .container p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  margin: 0;
}

@media (orientation: landscape) and (max-width: 767px) and (max-height: 899px) {
  main .container {
    width: 400px;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (orientation: portrait) and (max-width: 767px) {
  main .container {
    width: 100%;
    max-width: 600px;
    padding: 0 20px;
    margin: -20px auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (orientation: portrait) and (max-width: 767px) and (max-height: 800px) {
  main .container {
    margin: -40px auto;
  }
}

@media (orientation: portrait) and (max-width: 767px) {
  main .container h1 {
    font-size: 36px;
    line-height: 36px;
  }
  main .container p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }
}

@media (max-width: 380px) {
  main .container {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    margin: -50px auto;
  }
}

main .container .button-before {
  margin-left: 0px;
  margin-top: 24px;
  position: relative;
  width: 208px;
  height: 64px;
}

main .container .button-before::before {
  content: '';
  background-color: #080B2D;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 208px;
  height: 64px;
  border-radius: 1000px;
}

main .container .button-before .btn {
  position: relative;
  z-index: 2;
  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;
  width: 208px;
  height: 64px;
  border-radius: 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FF7654;
  border: 3px solid #080B2D;
  color: #080B2D;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

main .container .button-before:hover {
  cursor: pointer;
}

main .container .button-before:hover .btn {
  margin-top: -3px;
  margin-left: -3px;
}

main .container .button-before:active .btn {
  margin-top: 0px;
  margin-left: 0px;
}

@media (min-width: 992px) and (max-width: 1299px) and (min-height: 600px) and (max-height: 699px) {
  main .container {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media (min-width: 1300px) and (max-width: 1399px) {
  main .container {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

main .quiz-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 660px;
  background-color: #ffffff;
  border-radius: 50px;
  border: 10px solid #080B2D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

main .quiz-container__wrapper {
  width: 880px;
  margin: 0 auto;
  height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: -1;
}

@media (min-width: 992px) and (max-width: 1299px) {
  main .quiz-container {
    height: 90svh;
  }
  main .quiz-container__wrapper {
    width: 90%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  main .quiz-container {
    height: 70svh;
  }
  main .quiz-container__wrapper {
    width: 80%;
  }
}

@media (orientation: landscape) and (min-height: 900px) {
  main .quiz-container > div {
    height: 100% !important;
  }
}

@media (orientation: portrait) and (max-width: 767px) {
  main .quiz-container {
    max-height: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  main .quiz-container__wrapper {
    width: calc(100% - 20px);
  }
}

@media (orientation: portrait) and (max-width: 400px) {
  main .quiz-container {
    height: calc(100svh - 20px);
    overflow: scroll;
  }
  main .quiz-container .marquiz__container {
    height: 100% !important;
  }
  main .quiz-container .marquiz__container iframe {
    margin-top: 20px;
    height: auto !important;
  }
}

main .container-before {
  -webkit-transition: all .5s;
  transition: all .5s;
}

main.quiz-active .container-before {
  opacity: 0;
}

@-webkit-keyframes licenseFadeOut {
  from {
    margin-bottom: 0;
  }
  to {
    margin-bottom: -400px;
  }
}

@keyframes licenseFadeOut {
  from {
    margin-bottom: 0;
  }
  to {
    margin-bottom: -400px;
  }
}

main.quiz-active .license {
  -webkit-animation: .4s ease-out licenseFadeOut forwards;
          animation: .4s ease-out licenseFadeOut forwards;
}

main.quiz-active .container {
  display: none;
}

main.quiz-active .quiz-container__wrapper {
  opacity: 1;
  z-index: 999;
}

.snowfield {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bg-animation {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  left: 0;
  top: 0;
  height: 100svh;
  width: 100svw;
}

.bg-animation__iframe {
  -webkit-transform: scale(2.5);
          transform: scale(2.5);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/*# sourceMappingURL=style.css.map */