@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --body-color: #160E25;
  --header-padding-top:24px;
  --header-padding-horizontal: 117px;
  --global-lef-right-padding:24px;
  --card-deck-radius: 16px;
}
@media (min-width: 768px) {
  :root {
    --global-lef-right-padding:170px;
    --card-deck-radius: 25px;
  }
}

body {
  background-color: var(--body-color);
  padding: 0;
  margin: 0;
}

.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding-top: var(--header-padding-top);
  transition: all 0.5s ease-in-out;
}
.site-header.sticky {
  backdrop-filter: blur(10px);
  padding-bottom: 16px;
}
.site-header {
  background: linear-gradient(0deg, rgba(32, 19, 46, 0) 21.59%, #20132E 86.93%);
}
.site-header .site-branding img {
  width: 150px;
  height: auto;
}
@media (min-width: 1024) {
  .site-header .site-branding img {
    width: 200px;
  }
}
.site-header .btn-signup {
  display: flex;
  padding: 8px 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 21.5px;
  background: var(--color-button-main-screen-yellow, #FFD338);
}
@media (min-width: 768px) {
  .site-header .btn-signup {
    padding: 4px 24px;
  }
}
@media (min-width: 1024px) {
  .site-header .btn-signup {
    padding: 8px 28px;
    height: 45px;
  }
}

:root {
  --snowflake-by:2;
}
@media (min-width: 1024px) {
  :root {
    --snowflake-by:1;
  }
}

.banner {
  position: relative;
}
@media (min-width: 1200px) {
  .banner {
    margin-top: -6%;
  }
}
@media (min-width: 1600px) {
  .banner {
    margin-top: -5%;
  }
}
.banner picture img {
  aspect-ratio: 700/1042;
  width: 100%;
  height: auto;
}
@media (min-width: 600px) {
  .banner picture img {
    aspect-ratio: 2560/1225;
  }
}
.banner .wrapper.started {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -62%;
  position: relative;
  z-index: 5;
}
@media (min-width: 390px) {
  .banner .wrapper.started {
    margin-top: -56%;
  }
}
@media (min-width: 440px) {
  .banner .wrapper.started {
    margin-top: -50%;
  }
}
@media (min-width: 600px) {
  .banner .wrapper.started {
    margin-top: -12%;
  }
}
@media (min-width: 1200px) {
  .banner .wrapper.started {
    margin-top: -15%;
  }
}
@media (min-width: 1600px) {
  .banner .wrapper.started {
    margin-top: -12%;
  }
}
.banner .wrapper.started ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 600px) {
  .banner .wrapper.started ul {
    display: flex;
    justify-content: center;
    margin-bottom: -25px;
  }
}
@media (min-width: 600px) {
  .banner .wrapper.started ul li:last-of-type {
    margin-left: -50px;
  }
}
.banner .wrapper.started ul li .pink-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 390px) {
  .banner .wrapper.started ul li .pink-box {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (min-width: 600px) {
  .banner .wrapper.started ul li .pink-box {
    flex-direction: column;
    gap: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
  }
}
.banner .wrapper.started ul li .pink-box div:first-of-type {
  position: relative;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 92px */
}
@media (min-width: 390px) {
  .banner .wrapper.started ul li .pink-box div:first-of-type {
    font-size: 80px;
  }
}
@media (min-width: 600px) {
  .banner .wrapper.started ul li .pink-box div:first-of-type {
    font-size: 128px;
    margin-top: -42px;
  }
}
.banner .wrapper.started ul li .pink-box div:first-of-type {
  /* Gradient fill clipped to text */
  background: linear-gradient(180deg, #25FADA 26.92%, #00FFD3 37.81%, #00B185 52.52%, #004E3F 87.48%, #014632 97.6%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Stroke on the top layer */
}
.banner .wrapper.started ul li .pink-box div:first-of-type:before {
  content: attr(data-text); /* or "X3" if you don't want to use data-text */
  position: absolute;
  inset: 0;
  color: transparent; /* ensure no fill */
  -webkit-text-stroke: 0; /* no stroke on shadow copy */
  text-shadow: 5px 0 0 #2B015B; /* shadow color and offset */
  z-index: -1; /* behind the main text */
}
.banner .wrapper.started ul li .pink-box div:first-of-type:after {
  content: attr(data-text);
  position: absolute;
  inset: 0; /* same position as parent */
  color: transparent; /* no fill */
  -webkit-text-stroke: 3px #25FADA; /* stroke outline */
  text-shadow: 5px 0 0 #2B015B; /* drop shadow */
  z-index: -1; /* behind the gradient text */
}
.banner .wrapper.started ul li .pink-box div:last-of-type {
  color: #FFF;
  text-shadow: 2px 0 0 #290356;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  line-height: 1.2em; /* 120.833% */
  text-transform: uppercase;
}
@media (min-width: 390px) {
  .banner .wrapper.started ul li .pink-box div:last-of-type {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (min-width: 600px) {
  .banner .wrapper.started ul li .pink-box div:last-of-type {
    text-align: center;
  }
}
.banner .wrapper.started ul li .purple-box {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 30px;
  margin-top: -50px;
  margin-bottom: -25px;
}
@media (min-width: 390px) {
  .banner .wrapper.started ul li .purple-box {
    padding-top: 75px;
    padding-bottom: 45px;
  }
}
@media (min-width: 600px) {
  .banner .wrapper.started ul li .purple-box {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 80px;
    padding-right: 30px;
    height: 100%;
    justify-content: center;
  }
}
.banner .wrapper.started ul li .purple-box p {
  text-align: center;
  text-shadow: 1.82px 0 0 #290356;
  font-size: 30px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 63.194% */
  margin: 0;
}
@media (min-width: 390px) {
  .banner .wrapper.started ul li .purple-box p {
    font-size: 36px !important;
  }
}
@media (min-width: 600px) {
  .banner .wrapper.started ul li .purple-box p {
    font-size: 43.68px !important;
  }
}
.banner .wrapper.started ul li .purple-box p.white {
  color: #FFF;
  font-size: inherit;
}
.banner .wrapper.started ul li .purple-box p.white.small {
  text-shadow: 2px 0 0 #290356;
  font-size: 16px !important;
  margin-bottom: 5px;
}
@media (min-width: 600px) {
  .banner .wrapper.started ul li .purple-box p.white.small {
    font-size: 32px !important;
    margin-bottom: 10px;
  }
}
.banner .wrapper.started ul li .purple-box p.gold {
  color: #FFCE00;
  font-size: inherit;
  background-image: url(https://fortunewins.com/offers/wp-content/uploads/2025/11/gold-coin.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  padding-right: 34px;
}
@media (min-width: 390px) {
  .banner .wrapper.started ul li .purple-box p.gold {
    padding-right: 40px;
  }
}
@media (min-width: 600px) {
  .banner .wrapper.started ul li .purple-box p.gold {
    padding-right: 50px;
    margin-bottom: 5px;
  }
}
.banner .wrapper.started ul li .purple-box p.green {
  color: #83FF00;
  font-size: inherit;
  background-image: url(https://fortunewins.com/offers/wp-content/uploads/2025/11/fortune-coin.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  padding-right: 34px;
}
@media (min-width: 390px) {
  .banner .wrapper.started ul li .purple-box p.green {
    padding-right: 40px;
  }
}
@media (min-width: 600px) {
  .banner .wrapper.started ul li .purple-box p.green {
    padding-right: 50px;
  }
}
.banner .wrapper.started ul li .purple-box p.green .white {
  color: white;
}
.banner .wrapper.ended {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -37%;
  position: relative;
  z-index: 5;
  color: white;
}
.banner .wrapper.ended h1 {
  font-family: Poppins;
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 40px #BE03E3;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 48px */
  text-align: center;
  padding-bottom: 42px;
}
.banner .wrapper.ended h1 span {
  font-size: 36px;
  white-space: nowrap;
  line-height: 115%;
}
@media (min-width: 768px) {
  .banner .wrapper.ended h1 {
    font-size: 48px;
    line-height: 100%; /* 48px */
  }
  .banner .wrapper.ended h1 span {
    font-size: inherit;
    white-space: unset;
    line-height: inherit;
  }
}
.banner .wrapper.ended h1 {
  padding-bottom: 0;
  font-size: 20px;
}
.banner .wrapper.ended p {
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  margin-bottom: 0px;
}
.banner .wrapper.ended .btn {
  margin-top: 5px;
  position: relative;
  border-radius: 100px;
  background: linear-gradient(99deg, #FFE563 12.07%, #FFD60A 93.97%);
  box-shadow: 0 0 50px 0 #FFD70C;
  display: inline-flex;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #4A0791;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .banner .wrapper.ended .btn {
    margin-top: 0;
    font-size: 20px;
    padding: 20px 50px;
  }
}
@media (min-width: 390px) {
  .banner .wrapper.ended {
    margin-top: -35%;
  }
  .banner .wrapper.ended h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .banner .wrapper.ended p {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media (min-width: 390px) {
  .banner .wrapper.ended {
    margin-top: -35%;
  }
}
@media (min-width: 440px) {
  .banner .wrapper.ended {
    margin-top: -32%;
  }
  .banner .wrapper.ended h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .banner .wrapper.ended p {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .banner .wrapper.ended .btn {
    margin-top: 10px;
  }
}
@media (min-width: 600px) {
  .banner .wrapper.ended {
    margin-top: 0%;
  }
}
@media (min-width: 768px) {
  .banner .wrapper.ended h1 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .banner .wrapper.ended {
    margin-top: -11%;
  }
  .banner .wrapper.ended h1 {
    font-size: 48px;
  }
}
@media (min-width: 1600px) {
  .banner .wrapper.ended {
    margin-top: -10%;
  }
}
@media (min-width: 2560px) {
  .banner .wrapper.ended {
    margin-top: -5%;
  }
}
.banner div {
  text-align: center;
}
.banner div .btn-signup {
  position: relative;
  border-radius: 100px;
  background: linear-gradient(99deg, #FFE563 12.07%, #FFD60A 93.97%);
  box-shadow: 0 0 50px 0 #FFD70C;
  display: inline-flex;
  padding: 15px 80px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #4A0791;
  text-align: center;
  font-family: Montserrat;
  font-size: 4vw;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .banner div .btn-signup {
    margin-top: 0;
    font-size: 24px;
    padding: 20px 110px;
  }
}
.banner div small {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 33.583px; /* 258.333% */
}

.pink-box {
  border-radius: 25px;
  border: 2px solid #FBBFFF;
  background: rgba(40, 3, 84, 0.9);
  box-shadow: 0 1px 109.8px 0 rgba(92, 230, 182, 0.57) inset;
  backdrop-filter: blur(4px);
}

.purple-box {
  display: flex;
  flex-direction: column;
  width: 330px;
  align-items: center;
  flex-shrink: 0;
  color: white;
  border-radius: 25px;
  border: 2px solid #A215C7;
  background: rgba(39, 3, 83, 0.36);
  box-shadow: 0 4px 47.7px -7px #6B068F inset, 0 4px 119.5px 12px #260352;
  position: relative;
  z-index: -1;
  backdrop-filter: blur(4px);
}
@media (min-width: 600px) {
  .purple-box {
    background: rgba(40, 3, 84, 0.79);
    box-shadow: 0 4px 24.4px 0 rgba(255, 255, 255, 0.25) inset, 0 4px 119.5px 12px #260352;
  }
}
.purple-box {
  justify-content: space-between;
  font-family: Montserrat;
}
.purple-box .copy {
  width: 100%;
  text-align: center;
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}
@media (min-width: 768px) {
  .purple-box .copy {
    flex-direction: column;
    padding-bottom: 20px;
    justify-content: center;
    align-items: center;
  }
}
.purple-box .copy .line1 {
  margin-top: -20px;
  font-family: Montserrat;
  font-size: 71px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 147.2px */
  display: block;
  background: linear-gradient(180deg, #FDFA8D 26.92%, #FFF8D0 37.81%, #FEDE6A 52.52%, #FBBC47 87.48%, #D26606 97.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .purple-box .copy .line1 {
    font-size: 128px;
    margin-top: -50px;
  }
}
.purple-box .copy .line2 {
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 41.4px */
  background: linear-gradient(180deg, #FDFA8D 17.97%, #FEDE6A 53.36%, #FBBC47 72.08%, #D26606 83.75%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .purple-box .copy .line2 {
    font-size: 36px;
  }
}
.purple-box .copy .wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 768px) {
  .purple-box .copy .wrap {
    text-align: center;
    align-items: center;
  }
}
.purple-box .copy .line3 {
  color: #FFF;
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (min-width: 768px) {
  .purple-box .copy .line3 {
    font-size: 20px;
  }
}
.purple-box .date {
  font-size: 10px;
  padding: 10px 20px 10px 0;
  width: 100%;
  text-align: right;
  font-weight: 700;
  line-height: 100%;
  border-radius: 0 0 22px 0;
  background: linear-gradient(270deg, #9503CA 6%, rgba(66, 34, 95, 0) 44%);
}
@media (min-width: 768px) {
  .purple-box .date {
    padding: 15px 20px 15px 0;
    font-size: 13px;
    background: linear-gradient(270deg, #9503CA 26.42%, rgba(66, 34, 95, 0) 96.06%);
  }
}

.welcome-bonus {
  margin-top: 100px;
  color: #FFF;
  text-align: center;
}
.welcome-bonus h1 {
  font-family: Poppins;
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 40px #BE03E3;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 48px */
  text-align: center;
  padding-bottom: 42px;
}
.welcome-bonus h1 span {
  font-size: 36px;
  white-space: nowrap;
  line-height: 115%;
}
@media (min-width: 768px) {
  .welcome-bonus h1 {
    font-size: 48px;
    line-height: 100%; /* 48px */
  }
  .welcome-bonus h1 span {
    font-size: inherit;
    white-space: unset;
    line-height: inherit;
  }
}
@media (min-width: 768px) {
  .welcome-bonus {
    max-width: 1000px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.welcome-bonus h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: none;
}
@media (min-width: 1024px) {
  .welcome-bonus h2 {
    font-size: 36px;
    padding-bottom: 27px;
  }
}
.welcome-bonus p {
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}
.welcome-bonus .col-2 {
  background-image: url(https://fortunewins.com/offers/wp-content/uploads/2025/11/xmas-2025-purple-glow.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  gap: 0px;
  position: relative;
  flex-direction: column;
}
@media (min-width: 768px) {
  .welcome-bonus .col-2 {
    flex-direction: row;
    background-position: left center;
    gap: 0px;
  }
}
@media (min-width: 1024px) {
  .welcome-bonus .col-2 {
    gap: 80px;
  }
}
.welcome-bonus .col-2 br {
  display: none;
}
@media (min-width: 768px) {
  .welcome-bonus .col-2 br {
    display: block;
  }
}
.welcome-bonus .col-2.reverse {
  flex-direction: column;
}
@media (min-width: 768px) {
  .welcome-bonus .col-2.reverse {
    flex-direction: row-reverse;
  }
}
.welcome-bonus .col-2 .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
  z-index: -1;
}
.welcome-bonus .col-2 > div:first-of-type {
  display: flex;
  justify-content: center;
  align-content: center;
}
.welcome-bonus .col-2 > div:nth-of-type(2) {
  margin-top: -30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .welcome-bonus .col-2 > div:nth-of-type(2) {
    align-items: flex-start;
    text-align: left;
  }
  .welcome-bonus .col-2 > div:nth-of-type(2) h2 {
    text-align: left;
  }
}
.welcome-bonus .col-2 > div:nth-of-type(2) > span {
  display: flex;
  flex-direction: column;
}
.welcome-bonus .col-2 > div img {
  width: 90%;
  height: auto;
}
@media (min-width: 768px) {
  .welcome-bonus .col-2 > div img {
    width: auto;
    height: 330px;
  }
}
@media (min-width: 1024px) {
  .welcome-bonus .col-2 > div img {
    height: 375px;
  }
}
.welcome-bonus .col-2 > div h3 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 768px) {
  .welcome-bonus .col-2 > div h3 {
    font-size: 36px;
  }
}
.welcome-bonus .col-2 > div .btn {
  position: relative;
  border-radius: 100px;
  background: linear-gradient(99deg, #FFE563 12.07%, #FFD60A 93.97%);
  box-shadow: 0 0 50px 0 #FFD70C;
  display: inline-flex;
  padding: 3% 8%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #4A0791;
  text-align: center;
  font-family: Montserrat;
  font-size: 16.8px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .welcome-bonus .col-2 > div .btn {
    margin-top: 0;
    font-size: 20px;
    padding: 20px 50px;
  }
}

.why-fortune-coins {
  margin-top: 100px;
}
.why-fortune-coins h2 {
  font-family: Poppins;
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 40px #BE03E3;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%; /* 48px */
  text-align: center;
  padding-bottom: 42px;
}
.why-fortune-coins h2 span {
  font-size: 36px;
  white-space: nowrap;
  line-height: 115%;
}
@media (min-width: 768px) {
  .why-fortune-coins h2 {
    font-size: 48px;
    line-height: 100%; /* 48px */
  }
  .why-fortune-coins h2 span {
    font-size: inherit;
    white-space: unset;
    line-height: inherit;
  }
}
.why-fortune-coins ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-left: 12px;
  padding-right: 12px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .why-fortune-coins ul {
    gap: 20px;
    justify-content: center;
    max-width: 1350px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.why-fortune-coins ul li {
  border-radius: 10px;
  border: 2px solid #D801FF;
  background: rgba(216, 1, 255, 0.5);
  color: #FFF;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 10px 10px;
  position: relative;
  flex: 1 auto;
  text-align: center;
}
.why-fortune-coins ul li:first-of-type {
  order: 1;
}
.why-fortune-coins ul li:nth-of-type(2) {
  order: 2;
}
.why-fortune-coins ul li:nth-of-type(3) {
  order: 4;
}
.why-fortune-coins ul li:nth-of-type(4) {
  order: 5;
}
.why-fortune-coins ul li:nth-of-type(5) {
  order: 7;
}
.why-fortune-coins ul li:nth-of-type(6) {
  order: 3;
}
.why-fortune-coins ul li:nth-of-type(7) {
  order: 6;
}
.why-fortune-coins ul li:nth-of-type(8) {
  order: 8;
}
.why-fortune-coins ul li:nth-of-type(9) {
  order: 9;
}
.why-fortune-coins ul li:nth-of-type(10) {
  order: 10;
}
@media (min-width: 768px) {
  .why-fortune-coins ul li {
    font-size: 20px;
    padding: 20px 25px;
    flex: none;
    order: unset !important;
  }
}
.why-fortune-coins ul li span {
  position: relative;
  z-index: 2;
}
.why-fortune-coins ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: #20132E;
  filter: blur(32.6500015259px);
  z-index: 1;
}

.download-area {
  margin-top: 100px;
  gap: 40px;
}
@media (min-width: 768px) {
  .download-area {
    margin-top: 170px;
  }
}
.download-area {
  background-image: var(--bg-img);
  position: relative;
}
.download-area:after {
  background: red;
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 5;
}
.download-area {
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 100px;
}
.download-area ul {
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .download-area ul {
    flex-direction: row;
  }
}
.download-area ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.download-area ul li h3 {
  text-align: center;
  /* Desktop/Headline 2 */
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(99deg, #F99300 12.07%, #FFD60A 93.97%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.download-area ul li h4 {
  color: #FFF;
  text-align: center;
  width: 340px;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.download-area ul li img {
  height: auto;
}
.download-area ul li .app-store {
  display: flex;
  gap: 16px;
  padding-top: 16px;
}
.download-area ul li .app-store img {
  width: auto;
  height: 40px;
}
.download-area ul li .trustpilot {
  padding-top: 22px;
  display: table;
  width: 260px;
}
@media (min-width: 768px) {
  .download-area ul li .trustpilot {
    width: 288px;
  }
}
.download-area ul li .fc-app {
  width: 319px;
}
@media (min-width: 768px) {
  .download-area ul li .fc-app {
    width: 100%;
  }
}
.download-area ul li .rating {
  background: linear-gradient(180deg, #FFD338 0%, #FFEEB4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 5px;
}
.download-area ul li .rating a {
  border-bottom: 1px solid #FFD338;
}

.faq {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.faq h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
  color: #FFD338;
}
.faq #faq-more {
  display: none;
  transition: all 1s ease-out;
  overflow: hidden;
}
.faq #faq-more.expand {
  display: block;
}
.faq #faq-arrow {
  display: none;
}
.faq .item {
  padding-top: 40px;
}
.faq .item h3 {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
.faq .item {
  border-bottom: 1px solid #9503CA;
}

.site-footer {
  background-color: transparent;
}

.footer-hr {
  display: block;
  margin-top: 50px;
  margin-bottom: -50px;
  position: relative;
}
.footer-hr img {
  width: 100%;
  height: auto;
  aspect-ratio: 790/349;
}
@media (min-width: 600px) {
  .footer-hr img {
    aspect-ratio: 4096/928;
  }
}
.footer-hr:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40%;
  background: linear-gradient(to bottom, rgba(40, 3, 84, 0) 25%, rgb(40, 3, 84));
  z-index: 1;
}

.main {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: main-loadup 1s forwards linear, main-loadup-bg 10s forwards linear;
}
.main:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(to bottom, rgba(40, 3, 84, 0) 25%, rgb(40, 3, 84));
  z-index: 1;
}

@keyframes main-loadup {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes main-loadup-bg {
  from {
    background-size: 100% 100%;
    background-position: 0% 0%;
  }
  to {
    background-size: 400% 400%;
    background-position: 0% 100%;
  }
}
.initial-snow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.initial-snow > * {
  font-size: calc(50px / var(--snowflake-by));
  color: white;
  position: absolute;
  top: -5vh;
}

@keyframes snowfall {
  0% {
    transform: translate3d(var(--left-ini), 0, 0);
  }
  100% {
    transform: translate3d(var(--left-end), 110vh, 0);
  }
}
.snow:nth-child(2n) {
  filter: blur(1px);
  font-size: calc(20px / var(--snowflake-by));
}

.snow:nth-child(6n) {
  filter: blur(2px);
  font-size: calc(30px / var(--snowflake-by));
}

.snow:nth-child(10n) {
  filter: blur(5px);
  font-size: calc(30px / var(--snowflake-by));
}

.snow:nth-child(1) {
  --size: 0.8vw;
  --left-ini: 0vw;
  --left-end: -1vw;
  left: 70vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -1s;
}

.snow:nth-child(2) {
  --size: 0.2vw;
  --left-ini: -7vw;
  --left-end: 10vw;
  left: 65vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -8s;
}

.snow:nth-child(3) {
  --size: 1vw;
  --left-ini: 6vw;
  --left-end: 6vw;
  left: 1vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -7s;
}

.snow:nth-child(4) {
  --size: 0.2vw;
  --left-ini: -3vw;
  --left-end: 9vw;
  left: 88vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -5s;
}

.snow:nth-child(5) {
  --size: 0.4vw;
  --left-ini: -2vw;
  --left-end: -9vw;
  left: 74vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -4s;
}

.snow:nth-child(6) {
  --size: 0.2vw;
  --left-ini: 5vw;
  --left-end: 1vw;
  left: 35vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -7s;
}

.snow:nth-child(7) {
  --size: 0.4vw;
  --left-ini: -2vw;
  --left-end: -1vw;
  left: 27vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -8s;
}

.snow:nth-child(8) {
  --size: 1vw;
  --left-ini: -9vw;
  --left-end: -2vw;
  left: 69vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -8s;
}

.snow:nth-child(9) {
  --size: 0.2vw;
  --left-ini: -1vw;
  --left-end: -5vw;
  left: 84vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -6s;
}

.snow:nth-child(10) {
  --size: 0.2vw;
  --left-ini: 7vw;
  --left-end: -9vw;
  left: 82vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -3s;
}

.snow:nth-child(11) {
  --size: 0.6vw;
  --left-ini: -2vw;
  --left-end: -1vw;
  left: 48vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -1s;
}

.snow:nth-child(12) {
  --size: 0.2vw;
  --left-ini: 5vw;
  --left-end: 6vw;
  left: 39vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -8s;
}

.snow:nth-child(13) {
  --size: 0.2vw;
  --left-ini: 6vw;
  --left-end: 5vw;
  left: 3vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -8s;
}

.snow:nth-child(14) {
  --size: 0.8vw;
  --left-ini: -5vw;
  --left-end: -2vw;
  left: 49vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -8s;
}

.snow:nth-child(15) {
  --size: 0.6vw;
  --left-ini: 10vw;
  --left-end: 4vw;
  left: 77vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -4s;
}

.snow:nth-child(16) {
  --size: 0.8vw;
  --left-ini: -3vw;
  --left-end: 1vw;
  left: 86vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -8s;
}

.snow:nth-child(17) {
  --size: 1vw;
  --left-ini: 6vw;
  --left-end: -7vw;
  left: 18vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -6s;
}

.snow:nth-child(18) {
  --size: 1vw;
  --left-ini: -9vw;
  --left-end: 4vw;
  left: 64vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -7s;
}

.snow:nth-child(19) {
  --size: 1vw;
  --left-ini: 2vw;
  --left-end: -7vw;
  left: 52vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -9s;
}

.snow:nth-child(20) {
  --size: 0.4vw;
  --left-ini: 0vw;
  --left-end: 8vw;
  left: 5vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -9s;
}

.snow:nth-child(21) {
  --size: 0.6vw;
  --left-ini: -9vw;
  --left-end: -2vw;
  left: 10vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -3s;
}

.snow:nth-child(22) {
  --size: 0.8vw;
  --left-ini: -3vw;
  --left-end: -8vw;
  left: 54vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -9s;
}

.snow:nth-child(23) {
  --size: 0.6vw;
  --left-ini: -7vw;
  --left-end: -8vw;
  left: 20vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -3s;
}

.snow:nth-child(24) {
  --size: 0.4vw;
  --left-ini: 10vw;
  --left-end: -4vw;
  left: 68vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -8s;
}

.snow:nth-child(25) {
  --size: 1vw;
  --left-ini: 3vw;
  --left-end: 5vw;
  left: 90vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -9s;
}

.snow:nth-child(26) {
  --size: 1vw;
  --left-ini: -7vw;
  --left-end: 5vw;
  left: 71vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -2s;
}

.snow:nth-child(27) {
  --size: 0.6vw;
  --left-ini: 9vw;
  --left-end: 4vw;
  left: 2vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -5s;
}

.snow:nth-child(28) {
  --size: 1vw;
  --left-ini: -5vw;
  --left-end: 3vw;
  left: 23vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -1s;
}

.snow:nth-child(29) {
  --size: 0.4vw;
  --left-ini: -2vw;
  --left-end: -1vw;
  left: 39vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -9s;
}

.snow:nth-child(30) {
  --size: 0.6vw;
  --left-ini: -9vw;
  --left-end: -5vw;
  left: 76vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -5s;
}

.snow:nth-child(31) {
  --size: 0.4vw;
  --left-ini: -5vw;
  --left-end: 3vw;
  left: 14vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -5s;
}

.snow:nth-child(32) {
  --size: 0.2vw;
  --left-ini: 5vw;
  --left-end: -1vw;
  left: 86vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -9s;
}

.snow:nth-child(33) {
  --size: 0.4vw;
  --left-ini: -3vw;
  --left-end: 10vw;
  left: 66vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -6s;
}

.snow:nth-child(34) {
  --size: 1vw;
  --left-ini: -3vw;
  --left-end: 6vw;
  left: 75vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -9s;
}

.snow:nth-child(35) {
  --size: 1vw;
  --left-ini: -6vw;
  --left-end: 7vw;
  left: 22vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -5s;
}

.snow:nth-child(36) {
  --size: 1vw;
  --left-ini: 3vw;
  --left-end: 4vw;
  left: 10vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -10s;
}

.snow:nth-child(37) {
  --size: 0.6vw;
  --left-ini: 2vw;
  --left-end: 10vw;
  left: 95vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -6s;
}

.snow:nth-child(38) {
  --size: 0.8vw;
  --left-ini: 5vw;
  --left-end: 8vw;
  left: 34vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -10s;
}

.snow:nth-child(39) {
  --size: 0.8vw;
  --left-ini: 4vw;
  --left-end: 0vw;
  left: 80vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -2s;
}

.snow:nth-child(40) {
  --size: 0.8vw;
  --left-ini: 1vw;
  --left-end: -7vw;
  left: 45vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -4s;
}

.snow:nth-child(41) {
  --size: 0.2vw;
  --left-ini: 9vw;
  --left-end: 10vw;
  left: 82vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -2s;
}

.snow:nth-child(42) {
  --size: 1vw;
  --left-ini: 9vw;
  --left-end: -9vw;
  left: 22vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -6s;
}

.snow:nth-child(43) {
  --size: 0.6vw;
  --left-ini: 5vw;
  --left-end: 8vw;
  left: 66vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -1s;
}

.snow:nth-child(44) {
  --size: 0.6vw;
  --left-ini: -5vw;
  --left-end: -2vw;
  left: 75vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -4s;
}

.snow:nth-child(45) {
  --size: 0.2vw;
  --left-ini: 0vw;
  --left-end: 3vw;
  left: 2vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -5s;
}

.snow:nth-child(46) {
  --size: 0.2vw;
  --left-ini: 8vw;
  --left-end: -3vw;
  left: 94vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -9s;
}

.snow:nth-child(47) {
  --size: 0.6vw;
  --left-ini: -6vw;
  --left-end: -9vw;
  left: 95vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -4s;
}

.snow:nth-child(48) {
  --size: 0.2vw;
  --left-ini: -5vw;
  --left-end: 6vw;
  left: 34vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -6s;
}

.snow:nth-child(49) {
  --size: 0.8vw;
  --left-ini: 4vw;
  --left-end: 8vw;
  left: 22vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -10s;
}

.snow:nth-child(50) {
  --size: 0.2vw;
  --left-ini: -4vw;
  --left-end: 4vw;
  left: 100vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -9s;
}

/*# sourceMappingURL=christmas-2025-page.css.map */
