html {
  scroll-behavior: smooth;
}
body {
  font: 500 16px / 140% "Montserrat";
  background-color: #FFC72C;
  color: #003087;
  overflow-x: hidden;
}
@media only screen and (min-width: 900px) {
  body {
    font: 500 28px / 140% "Montserrat";
  }
}
@media only screen and (min-width: 900px) {
  body.scrolled .header .logo {
    padding: 10px 5px;
  }
}
@media only screen and (min-width: 1600px) {
  body.scrolled .header .logo {
    padding: 16px 42px;
  }
}
@media only screen and (min-width: 900px) {
  body.scrolled .header .logo img {
    width: 100px;
  }
}
@media only screen and (min-width: 1600px) {
  body.scrolled .header .logo img {
    width: 193px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  margin: 0;
}
h1 + *,
.h1 + *,
h2 + *,
.h2 + *,
h3 + *,
.h3 + *,
h4 + *,
.h4 + *,
h5 + *,
.h5 + *,
h6 + *,
.h6 + *,
p + * {
  margin-top: 1rem;
}
h1,
.h1 {
  font: normal 500 36px / 100% "ReklameScriptRegular", "Kalam", cursive;
}
@media only screen and (min-width: 900px) {
  h1,
  .h1 {
    font: normal 500 72px / 110% "ReklameScriptRegular", "Kalam", cursive;
  }
}
h2,
.h2 {
  font: normal 400 28px / 110% "Montserrat";
  text-transform: uppercase;
}
@media only screen and (min-width: 900px) {
  h2,
  .h2 {
    font: normal 400 64px / 110% "Montserrat";
  }
}
h3,
.h3 {
  font: normal 500 22px / 120% "Montserrat";
}
@media only screen and (min-width: 900px) {
  h3,
  .h3 {
    font: normal 500 32px / 140% "Montserrat";
  }
}
h3.number,
.h3.number {
  font: normal 500 36px / 110% "ReklameScriptRegular", "Kalam", cursive;
}
@media only screen and (min-width: 900px) {
  h3.number,
  .h3.number {
    font: normal 400 72px / 110% "ReklameScriptRegular", "Kalam", cursive;
  }
}
h4,
.h4 {
  font: normal 700 22px / 120% "Montserrat";
}
@media only screen and (min-width: 900px) {
  h4,
  .h4 {
    font: normal 700 40px / 100% "Montserrat";
  }
}
.rsr-font {
  font-family: ReklameScriptRegular, Kalam, cursive;
  text-transform: none;
}
p {
  font: 500 16px / 140% "Montserrat";
}
@media only screen and (min-width: 900px) {
  p {
    font: 500 28px / 140% "Montserrat";
  }
}
p + * {
  margin-top: 1rem;
}
p b,
p strong {
  font: 700 16px / 140% "Montserrat";
}
@media only screen and (min-width: 900px) {
  p b,
  p strong {
    font: 700 28px / 140% "Montserrat";
  }
}
p small {
  font: 500 14px / 140% "Montserrat";
}
@media only screen and (min-width: 1400px) {
  p small {
    font: 500 18px / 140% "Montserrat";
  }
}
p small b,
p small strong {
  font: 700 14px / 140% "Montserrat";
}
@media only screen and (min-width: 900px) {
  p small b,
  p small strong {
    font: 700 18px / 140% "Montserrat";
  }
}
a {
  text-decoration: underline;
  color: #003087;
}
img,
picture {
  width: 100%;
  max-width: 100%;
  height: auto;
}
ul {
  margin-left: 38px;
}
ul + * {
  margin-top: 1rem;
}
ul li {
  list-style: disc;
}
ul.alpha li {
  list-style: lower-alpha;
}
ul.bullets li {
  list-style: disc;
}
ol + * {
  margin-top: 1rem;
}
ol li {
  list-style: decimal;
}
.bg.white {
  background-color: #fff;
}
.text-center {
  text-align: center;
}
.text-center > * {
  margin: 0 auto;
}
.header picture,
.header img {
  display: block;
}
.header .grid-container {
  max-width: 100%;
  padding: 0;
}
.header .fixed-box {
  position: fixed;
  right: 0;
  top: 0;
  width: auto;
  z-index: 999;
}
@media only screen and (min-width: 900px) {
  .header .fixed-box {
    left: 0;
    width: fit-content;
  }
}
.header .logo {
  padding: 11px;
  display: inline-block;
  transition: padding 0.3s;
}
@media only screen and (min-width: 900px) {
  .header .logo {
    padding: 42px;
  }
}
.header .logo img {
  transition: width 0.3s;
  width: 88px;
}
@media only screen and (min-width: 900px) {
  .header .logo img {
    width: 263px;
  }
}
.header .box {
  position: relative;
}
.header .box .slogan {
  position: absolute;
  right: 10px;
  bottom: 32px;
  width: 178px;
}
@media only screen and (min-width: 900px) {
  .header .box .slogan {
    width: 30%;
    bottom: auto;
    top: 50%;
    right: 7%;
    transform: translateY(-50%);
  }
}
.teaser:after {
  content: "";
  height: 8px;
  display: block;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  transform: translateY(8px);
}
@media only screen and (min-width: 900px) {
  .teaser:after {
    transform: translateY(20px);
    height: 20px;
  }
}
.teaser .box {
  padding: 16px 0 8px;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 900px) {
  .teaser .box {
    padding: 24px 0 7px;
  }
}
.intro-text {
  padding: 40px 0;
}
@media only screen and (min-width: 900px) {
  .intro-text {
    padding: 80px 0;
  }
}
.intro-text .box {
  text-align: center;
  display: flex;
  flex-flow: column;
  gap: 32px;
  align-items: center;
  max-width: 1326px;
  margin: 0 auto;
}
@media only screen and (min-width: 900px) {
  .intro-text .box {
    gap: 56px;
  }
}
.intro-win {
  padding: 40px 0;
}
@media only screen and (min-width: 900px) {
  .intro-win {
    padding: 80px 0;
  }
}
.intro-win .box {
  text-align: center;
  display: flex;
  flex-flow: column;
  gap: 32px;
  align-items: center;
}
.intro-win .box h2,
.intro-win .box h3 {
  max-width: 1326px;
  margin: 0 auto;
}
@media only screen and (min-width: 900px) {
  .intro-win .box {
    gap: 56px;
  }
}
.intro-win .box img,
.intro-win .box picture {
  display: block;
}
.intro-win .box .footer-box {
  background-color: #fff;
  width: 100%;
  padding: 24px 0 32px;
}
.win-cards {
  padding: 32px 0;
}
@media only screen and (min-width: 900px) {
  .win-cards {
    padding: 80px 0;
  }
}
.win-cards .box {
  text-align: center;
  display: flex;
  flex-flow: column;
  gap: 32px;
  align-items: center;
}
.win-cards .box h2,
.win-cards .box h3 {
  max-width: 1326px;
  margin: 0 auto;
}
@media only screen and (min-width: 900px) {
  .win-cards .box {
    gap: 56px;
  }
}
.win-cards .box img,
.win-cards .box picture {
  display: block;
}
.win-cards .box .cards {
  display: flex;
  flex-flow: column;
  gap: 24px;
}
@media only screen and (min-width: 900px) {
  .win-cards .box .cards {
    flex-flow: row;
  }
}
.win-cards .box .cards .card {
  background-color: #fff;
}
.win-cards .box .cards .card .info {
  width: 100%;
  padding: 24px 0 32px;
}
.slider-cards {
  background-color: #fff;
  padding: 40px 0;
}
@media only screen and (min-width: 900px) {
  .slider-cards {
    padding: 80px 0;
  }
}
.slider-cards .box {
  text-align: center;
}
.slider-cards .box h2 {
  max-width: 1326px;
  margin: 0 auto;
  margin-bottom: 56px;
}
.slider-cards .box p {
  max-width: 1326px;
  margin: 0 auto;
  margin-bottom: 56px;
}
.slider-cards .card {
  background-color: #F0F4FA;
  text-align: center;
}
.slider-cards .card .info {
  padding: 24px 0 32px;
}
.slider-cards .card .info h4 {
  font: normal 500 24px / 100% "ReklameScriptRegular", "Kalam", cursive;
}
@media only screen and (min-width: 900px) {
  .slider-cards .card .info h4 {
    font: normal 500 48px / 110% "ReklameScriptRegular", "Kalam", cursive;
  }
}
.slider-cards .swiper-button-next {
  right: 0;
  width: 48px;
  height: 56px;
}
.slider-cards .swiper-button-next:after {
  width: 48px;
  height: 56px;
  content: "";
  background-image: url("../img/arrow-right-slider.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.slider-cards .swiper-button-prev {
  left: 0;
  width: 48px;
  height: 56px;
}
.slider-cards .swiper-button-prev:after {
  width: 48px;
  height: 56px;
  content: "";
  background-image: url("../img/arrow-left-slider.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.how-to {
  background-color: #fff;
  padding: 40px 0;
}
@media only screen and (min-width: 900px) {
  .how-to {
    padding: 80px 0;
  }
}
.how-to .box {
  display: flex;
  flex-flow: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 900px) {
  .how-to .box {
    gap: 56px;
  }
}
.how-to .icons {
  display: flex;
  flex-flow: column;
  gap: 40px;
  max-width: 1326px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 900px) {
  .how-to .icons {
    flex-flow: row;
  }
}
.how-to .icons .icon {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: end;
  gap: 16px;
  text-align: center;
  flex: 1;
}
@media only screen and (min-width: 900px) {
  .how-to .icons .icon {
    gap: 48px;
  }
}
.how-to .icons .icon .img {
  width: 120px;
}
@media only screen and (min-width: 900px) {
  .how-to .icons .icon .img {
    width: 160px;
  }
}
@media only screen and (min-width: 900px) {
  .how-to .icons .icon p {
    min-height: 112px;
  }
}
.how-to .icons .icon .footer-box {
  width: 72px;
}
@media only screen and (min-width: 900px) {
  .how-to .icons .icon .footer-box {
    margin-top: auto;
  }
}
footer .motto {
  background-color: #fff;
}
footer .motto .box {
  text-align: center;
  padding: 16px 20px 0;
}
@media only screen and (min-width: 900px) {
  footer .motto .box {
    padding: 40px 0 10px;
  }
}
footer .motto:after {
  content: "";
  height: 8px;
  display: block;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  transform: translateY(8px);
}
@media only screen and (min-width: 900px) {
  footer .motto:after {
    transform: translateY(20px);
    height: 20px;
  }
}
footer .motto img {
  max-width: 320px;
}
@media only screen and (min-width: 900px) {
  footer .motto img {
    max-width: 825px;
  }
}
footer .nav {
  padding: 40px 0;
  display: flex;
  flex-flow: column nowrap;
  gap: 16px;
}
@media only screen and (min-width: 900px) {
  footer .nav {
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
  }
}
@media only screen and (min-width: 900px) and (max-width: 980px) {
  footer .nav {
    padding: 25px 0 55px;
    gap: 6px;
  }
}
footer .nav i {
  font: 700 14px / 140% "Montserrat";
  font-style: normal;
  display: none;
}
@media only screen and (min-width: 900px) {
  footer .nav i {
    display: inline;
    font: 700 18px / 140% "Montserrat";
  }
}
footer .nav a {
  font: 700 14px / 140% "Montserrat";
  text-decoration: none;
}
@media only screen and (min-width: 900px) {
  footer .nav a {
    font: 700 18px / 140% "Montserrat";
  }
}
.game {
  background-color: #fff;
}
.game .grid-container {
  max-width: 1920px;
  padding: 0;
}
.game .box {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 32px;
}
@media only screen and (min-width: 900px) {
  .game .box {
    position: relative;
  }
}
.game .start {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  transition: opacity 0.3s;
  text-align: center;
}
.game .start.hide {
  opacity: 0;
}
.game .start .img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(240, 244, 250, 0.8);
}
@media only screen and (min-width: 900px) {
  .game .start .img {
    width: 434px;
    height: 434px;
  }
}
.game .start .img:after {
  content: "";
  position: absolute;
  right: 1%;
  top: 9%;
  background-image: url("../img/question.svg");
  background-size: 100% auto;
  width: 48px;
  height: 48px;
}
@media only screen and (min-width: 900px) {
  .game .start .img:after {
    height: 92px;
    width: 92px;
  }
}
.game .start .img img {
  transform: translateY(20px);
}
@media only screen and (min-width: 900px) {
  .game .start .img img {
    transform: translateY(56px);
  }
}
.game .bg {
  position: relative;
}
.game .video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s;
}
.game .video.active {
  opacity: 1;
}
.game .video video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.game .number {
  display: none;
  flex-flow: row;
  gap: 5%;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s;
  padding: 0 40px 40px;
}
@media only screen and (min-width: 900px) {
  .game .number {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-57%, 59%);
    padding: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .game .number {
    gap: 97px;
  }
}
.game .number.show {
  display: flex;
  top: 50%;
  opacity: 1;
}
.game .number .num {
  transition: transform 0.3s;
  cursor: pointer;
  height: 64px;
}
@media only screen and (min-width: 900px) {
  .game .number .num {
    height: auto;
  }
}
.game .number .num img {
  height: 100%;
}
.game .number .num:hover {
  transform: rotate(10deg);
}
.game .start-game {
  margin-bottom: 40px;
}
@media only screen and (min-width: 900px) {
  .game .start-game {
    margin-bottom: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -110%);
    z-index: 3;
  }
}
@media only screen and (min-width: 1400px) {
  .game .start-game {
    top: 50%;
    transform: translate(-50%, 310%);
  }
}
.game .start-game.hide {
  display: none;
}
.game .bg picture,
.game .bg img {
  display: block;
}
.price {
  padding: 40px 0;
}
@media only screen and (min-width: 900px) {
  .price {
    padding: 80px 0;
  }
}
.price .img {
  width: 300px;
  height: 300px;
  position: relative;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  background-color: #F0F4FA;
}
@media only screen and (min-width: 900px) {
  .price .img {
    width: 540px;
    height: 540px;
  }
}
.price .img .header-box {
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .price .img .header-box {
    top: 40px;
  }
}
.price .img .header-box h4 {
  margin-top: 8px;
}
.price .img .footer-box {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media only screen and (min-width: 900px) {
  .price .img .footer-box {
    bottom: 32px;
  }
}
/*COOKIE BOT */
#CybotCookiebotDialog button:after,
#CookiebotWidget button:after {
  content: none;
}
#CybotCookiebotDialog ul li,
#CookiebotWidget ul li {
  list-style: none;
}
#CookiebotWidget {
  left: unset !important;
  right: 10px;
}
@media screen and (max-width: 600px) {
  #CookiebotWidget:not(.CookiebotWidget-inactive) {
    left: unset !important;
  }
}
.footer-page h3 {
  font-weight: 700;
}
.footer-page .mt0 {
  margin-top: 0 !important;
}
/*# sourceMappingURL=app.css.map */