body {
  background-color: #00B4A5;
  background-image: url("../../assets/black-frame.png");
  background-repeat: repeat;
  background-position: bottom center;
}

#about_game {
  background-color: #682A8B;
  background-image: url("../../assets/active-campaign/about-game-bg-image-desktop.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#about_game .about-game-cards-container {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #about_game .about-game-cards-container {
    margin-top: 72px;
  }
}
#about_game .about-game-cards-container .about-game-card {
  height: 100%;
  min-width: 330px;
  max-width: 440px;
  display: flex;
  position: relative;
  overflow: visible;
  margin-inline: auto;
}
#about_game .about-game-cards-container .about-game-card .card-number {
  --card-width: 48px;
  --box-shadow-offset: 5px;
  width: var(--card-width);
  height: var(--card-width);
  border: 1px solid #000;
  box-shadow: var(--box-shadow-offset) var(--box-shadow-offset) 0 #000;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-family: "LuckiestGuy", sans-serif;
  font-size: 1.25rem;
  top: -20px;
  z-index: 5;
}
#about_game .about-game-cards-container .about-game-card .card-number.position-right {
  right: 20%;
}
#about_game .about-game-cards-container .about-game-card .card-number.position-left {
  left: 20%;
}
@media (min-width: 768px) {
  #about_game .about-game-cards-container .about-game-card .card-number {
    --card-width: 70px;
    --box-shadow-offset: 8px;
    top: -40px;
    font-size: 2rem;
  }
}
#about_game .about-game-cards-container .about-game-card .card {
  width: 100%;
  min-height: 200px;
}
#about_game .about-game-cards-container .about-game-card .card .card-header {
  padding-top: 12px;
  padding-bottom: 12px;
}
#about_game .about-game-cards-container .about-game-card .card .card-body {
  padding: 16px 16px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  #about_game .about-game-cards-container .about-game-card .card .card-body {
    padding: 16px 12px 0;
  }
}
#about_game .about-game-cards-container .about-game-card .card .card-body .card-content {
  width: 100%;
  padding: 12px 16px 0;
  text-align: center;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  #about_game .about-game-cards-container .about-game-card .card .card-body .card-content {
    max-width: 350px;
  }
}
#about_game .about-game-cards-container .about-game-card .card .card-body .card-content .card-headline {
  text-transform: uppercase;
}
#about_game .about-game-cards-container .about-game-card .card .card-body .card-content .card-description {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.2;
}
#about_game .about-game-cards-container .about-game-card .card .card-body .card-content .card-description a {
  color: inherit;
  text-decoration: underline;
}
#about_game .about-game-cards-container .about-game-card .card .card-body .card-content .card-description a:hover {
  text-decoration: none;
}
#about_game .about-game-cards-container .about-game-card .card .card-body .card-content .card-disclaimer {
  font-size: 0.65rem;
  display: block;
  line-height: 1.1;
  margin-top: 8px;
  font-style: italic;
}
#about_game .about-game-cards-container .about-game-card .card .card-body .card-image {
  width: 100%;
  max-width: 300px;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
#about_game .about-game-cards-container .about-game-card .card .card-body .card-shape {
  width: 115%;
  height: 140px;
  position: absolute;
  z-index: 1;
  border: 1px solid #000;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 99px;
}

@media (min-width: 768px) {
  #prizes {
    background-image: url("../../assets/active-campaign/prizes-section-bg-image.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
#prizes .prizes-card {
  width: 100%;
  margin-top: 32px;
}
@media (min-width: 768px) {
  #prizes .prizes-card {
    max-width: 1030px;
    margin-inline: auto;
    box-shadow: 8px 8px 0 #000;
  }
}
#prizes .prizes-card .card-header {
  padding: 12px;
}
@media (min-width: 768px) {
  #prizes .prizes-card .card-header {
    padding: 32px 20px;
  }
}
#prizes .prizes-card .card-header .card-header-title-wrapper .card-header-title {
  font-family: "LuckiestGuy", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  flex: 1;
}
#prizes .prizes-card .card-body .swiper {
  --swiper-theme-color: #fff;
  margin: 12px 0;
}
@media (min-width: 768px) {
  #prizes .prizes-card .card-body .swiper .swiper-pagination {
    display: none;
  }
}
#prizes .prizes-card .card-footer {
  height: 20px;
}
@media (min-width: 768px) {
  #prizes .prizes-card .card-footer {
    height: 32px;
  }
}

#leaderboard {
  background-color: #9D7FB9;
  border-top: 1px solid #000;
  background-image: url("../../assets/black-frame.png");
  background-repeat: repeat;
  background-position: bottom center;
  position: relative;
}
#leaderboard .gamepads-image,
#leaderboard .gamepads-image-half {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  bottom: -400px;
  margin-inline: auto;
  display: none;
}
@media (min-width: 768px) {
  #leaderboard .gamepads-image {
    display: block;
    bottom: -322px;
    width: 770px;
  }
}
@media (min-width: 1140px) {
  #leaderboard .gamepads-image {
    bottom: -495px;
    width: 1120px;
  }
}
@media (min-width: 1440px) {
  #leaderboard .gamepads-image {
    bottom: -590px;
    width: 1320px;
  }
}
@media (min-width: 768px) {
  #leaderboard .gamepads-image-half {
    display: block;
    bottom: 26px;
    width: 549px;
  }
}
@media (min-width: 1140px) {
  #leaderboard .gamepads-image-half {
    bottom: 24px;
    width: 590px;
  }
}
@media (min-width: 1440px) {
  #leaderboard .gamepads-image-half {
    bottom: 24px;
    width: 584px;
  }
}
@media (min-width: 768px) {
  #leaderboard .leaderboard-section-inner {
    background-image: url("../../assets/active-campaign/leaderboard-section-bg-image.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
#leaderboard .leaderboard-section-inner .section-description {
  max-width: 600px;
}
#leaderboard .leaderboard-section-inner .ranking-wrapper {
  flex: 1 0 350px;
  max-width: 350px;
  min-height: 508px;
  position: relative;
  box-shadow: 8px 8px 0 #000;
}
#leaderboard .leaderboard-section-inner .ranking-wrapper .convert-bells-wrapper {
  padding: 12px;
  background-color: #00B4A5;
  border-top: 1px solid #000;
}
#leaderboard .leaderboard-section-inner .ranking-wrapper .convert-bells-wrapper .convert-bells-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #000;
  margin-bottom: 12px;
}
#leaderboard .leaderboard-section-inner .ranking-wrapper .convert-bells-wrapper .convert-bells-content span {
  color: #fff;
  font-family: "LuckiestGuy", sans-serif;
  margin-inline: 4px;
}
#leaderboard .leaderboard-section-inner .ranking-wrapper .convert-bells-wrapper .convert-bells-content img {
  width: 20px;
  height: auto;
  margin-left: 4px;
}
#leaderboard .leaderboard-section-inner .ranking-wrapper .convert-bells-wrapper .convert-bells-modal-button {
  margin-bottom: 16px;
}

#winners {
  background-image: url("../../assets/active-campaign/winners-section-bg-image.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-top: 1px solid #000;
}
#winners .ranking-wrapper {
  max-width: 760px;
  min-height: 320px;
}
#winners .ranking-wrapper .card-header {
  border-bottom: 0;
  border-bottom: 0;
}
#winners .ranking-wrapper .ranking-body {
  padding: 0 0 12px;
  max-height: 480px;
  overflow-y: auto;
  position: relative;
}
#winners .ranking-wrapper .ranking-body .ranking-list {
  gap: 0;
  overflow: unset;
  max-height: unset;
}
#winners .ranking-wrapper .ranking-body .ranking-list .ranking-list-date {
  padding: 12px 0 12px 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: sticky;
  top: 0;
  z-index: 10;
}
#winners .ranking-wrapper .ranking-body .ranking-list .ranking-list-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  gap: 8px;
  position: sticky;
  margin-bottom: 12px;
}
#winners .ranking-wrapper .ranking-body .ranking-list .ranking-list-head > * {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#winners .ranking-wrapper .ranking-body .ranking-list .ranking-list-head > * > * {
  width: 40%;
}
#winners .ranking-wrapper .ranking-body .ranking-list .ranking-list-head > * > *:last-child {
  width: 60%;
}
#winners .ranking-wrapper .ranking-body .ranking-list .ranking-list-head > *:first-child {
  flex: unset;
  width: 32px;
  height: 32px;
}
#winners .ranking-wrapper .ranking-body .ranking-list li {
  padding: 4px 12px;
}
#winners .ranking-wrapper .ranking-body .ranking-list li .user-details > * {
  width: 40%;
}
#winners .ranking-wrapper .ranking-body .ranking-list li .user-details > *:last-child {
  width: 60%;
}

footer {
  background-color: #5D3090;
  background-image: url("../../assets/black-frame.png");
  background-repeat: repeat;
  background-position: top center;
}

/*# sourceMappingURL=active-campaign.css.map */
