.main-content img {
  width: 100%;
  display: block;
  border-radius: var(--primary-border-radius);
  margin-bottom: 24px;
  background-color: var(--secondary-color);
  max-width: 100%;
  box-shadow: 2px 2px 0px 0px rgba(189, 149, 250, 1);
  border: 1px solid white;
}

h2,
h3,
h4,
h5,
h6 {
  padding-top: 24px;
  margin: 0 0 16px;
}

p,
ul,
ol {
  margin: 0 0 16px;
  line-height: 1.4;
}
.table-wrap {
  overflow-x: auto;
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: 24px;
  border-radius: var(--primary-border-radius);
  box-shadow: 2px 2px 0px 0px rgba(189, 149, 250, 1);
  border: 1px solid white;
  color: black;
  background-color: rgba(242, 236, 255, 1);
}

.content-button {
  margin: 16px auto;
}

.content-games {
  position: relative;
  padding: 24px;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  background-color: var(--secondary-color);
  border-radius: var(--primary-border-radius);
  box-shadow: 2px 2px 0px 0px rgba(189, 149, 250, 1);
  border: 1px solid white;
  color: black;
  background-color: rgba(242, 236, 255, 1);
  margin: 16px -24px;
  width: calc(100% + 48px);
  background-image: url(/assets/images/29614a3320.webp);
  background-repeat: repeat;
}

.content-games .col-6 .anim-letters {
  padding-top: 6px;
  padding-bottom: 12px;
}

.content-games img {
  margin-bottom: 0 !important;
}

table {
  table-layout: fixed;
  overflow-wrap: break-word;
  border-spacing: 0;
}

td,
th {
  padding: 6px 24px;
}

tr:nth-child(even) {
  background-color: var(--primary-color);
}

@media (min-width: 1200px) {
  .main-content img {
    margin: 24px auto;
    max-width: 50%;
  }

  .table-wrap {
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }

  .content-games {
    margin: 16px 0;
    width: 100%;
    font-size: 16px;
  }
}

.faq-section {
  display: flex;
  flex-wrap: wrap;
  padding: 24px 0;
}

.faq-title {
  font-size: 40px;
  line-height: 1;
  margin: 0;
}

.faq-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}

.faq-list {
  align-items: flex-start;
}

.accordion svg {
  font-size: 20px;
  flex: 0 0 20px;
  transform: rotateZ(90deg);
  color: rgba(183, 180, 238, 1);
}

.accordion_active svg {
  transform: rotateZ(180deg);
}

.accordion {
  position: relative;
  background-color: var(--secondary-color);
  border-radius: var(--primary-border-radius);
  display: flex;
  flex-direction: column;
  transition-property: background-color, box-shadow;
  transition-duration: 200ms;
  user-select: none;
  z-index: 10;
  margin-bottom: 16px;
  background-color: var(--secondary-color);
  color: var(--secondary-contrast-color);
  box-shadow: 2px 2px 0px 0px rgba(189, 149, 250, 1);
  border: 1px solid white;
  color: black;
  background-color: rgba(242, 236, 255, 1);
}

.accordion h3 {
  font-weight: 500;
  min-height: 40px;
  font-size: 18px;
  cursor: pointer;
  padding: 8px 24px;
  line-height: 1.3;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.accordion .accordion-body {
  padding: 0 24px;
  max-height: 0px;
  overflow: hidden;
  margin: 0;
}

.accordion_active .accordion-body {
  padding-bottom: 12px;
  padding-top: 12px;
}

.accordion:last-of-type {
  margin-bottom: 24px;
}

.accordion-content {
  padding: 16px 24px;
  margin: 0;
}

.accordion-divider {
  height: 2px;
  background-color: rgb(219, 219, 219);
}

.accordion_active .accordion-body {
  max-height: 1000px;
}

.footer {
  position: relative;
  padding: 32px 0;
  width: 100%;
  color: #ffffff;
  background-image: url(/assets/images/e5060e3195.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 25%;
}

.footer-main {
  flex: 1 1;
  display: flex;
  flex-direction: column;
}

.footer-link-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.footer-link-wrapper a {
  width: 100%;
  background-color: var(--secondary-color);
  border-radius: var(--primary-border-radius);
  height: 100%;
  padding: 8px 12px;
  overflow: hidden;
  box-shadow: 2px 2px 0px 0px rgba(189, 149, 250, 1);
  border: 1px solid white;
  color: black;
  background-color: rgba(242, 236, 255, 1);
}

.footer-link-wrapper * {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-link-wrapper img {
  max-width: 100px;
}

.footer-copyright {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.footer-bottom {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-link {
  width: 100%;
  aspect-ratio: 2 / 1;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (min-width: 1200px) {
  .footer-copyright {
    text-align: left;
    max-width: 50%;
  }

  .footer-link-wrapper {
    margin-bottom: 0;
  }
}

.adult {
  border-radius: 50%;
  flex: 0 0 38px;
  aspect-ratio: 1 / 1;
  width: 38px;
  border: 2px solid var(--secondary-contrast-color);
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.footer-text {
  opacity: 0.7;
  gap: 6px;
  font-size: 14px;
  text-align: center;
  line-height: 1.3;
}

@media (min-width: 1200px) {
  .footer-text {
    text-align: left;
  }
}

.header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
  background: linear-gradient(180deg, #322c8e 0%, #584fcb 46.01%);
  color: var(--secondary-contrast-color);
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--Header-borderColor, rgba(50, 44, 142, 1));
}

.header::before {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  inset: 0;
  display: block;
  background: radial-gradient(
    88.18% 100% at 50% 0%,
    #7c47d1 0%,
    #081064 60%,
    #081064 100%
  );
  border-bottom: 1px solid var(--tint-neutral-850, rgba(50, 44, 142, 1));
}

.header-content {
  position: relative;
  z-index: 1;
  padding-top: 12px;
  padding-bottom: 12px;
}

.header-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-logo {
  display: flex;
  align-items: center;
}

.header-logo {
  height: 40px;
  display: flex;
  align-items: center;
}

.header-logo img {
  width: 105px !important;
}

.header-logo-image {
  object-fit: contain;
  object-position: center;
}

.header-nav {
  flex: 1 1;
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-nav > * {
  flex: 1 1;
  margin-top: 12px;
}

.header-nav-link {
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(243, 242, 253, 1);
  padding: 8px 12px;
  text-align: center;
  word-break: break-all;
}

.header-nav-link_active {
  box-shadow: 2px 2px 0px 0px rgba(189, 149, 250, 1);
  border: 1px solid white;
  color: black;
  background-color: rgba(242, 236, 255, 1);
  border-radius: var(--primary-border-radius);
}

.header-nav-link:hover {
  opacity: 0.8;
}

.header-button {
  margin-left: auto;
}

.mobile-menu-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 38px;
  height: 38px;
  background-color: transparent;
  border: none;
  aspect-ratio: 1 / 1;
  margin: auto 0;
  margin-left: auto;
  color: #fff;
  position: relative;
}

.mobile-menu-button::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: var(--primary-border-radius);
  inset: -1px;
  display: block;
  background: rgba(60, 52, 172, 1);
  z-index: -1;
  box-shadow: 0px 2px 0px 0px rgba(242, 236, 255, 0.1) inset,
    0px 8px 8px 0px rgba(55, 48, 157, 0.35), 0 4px 0 0 rgb(47, 42, 132);
}

.mobile-menu-button::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: var(--primary-border-radius);
  inset: 0px;
  display: block;
  background: rgba(45, 39, 128, 1);
  z-index: 0;
}

.mobile-menu-button svg {
  position: relative;
  z-index: 1;
}

.mobile-nav {
  z-index: -10;
  position: absolute;
  top: 100%;
  left: 0;
  gap: 16px;
  right: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, #322c8e 0%, #584fcb 46.01%);
  transition-property: transform, opacity;
  transition-duration: 300ms;
  border-bottom: 1px solid var(--Header-borderColor, rgba(50, 44, 142, 1));
}

.mobile-nav.hidden {
  pointer-events: none;
  transform: translateY(-100%);
  opacity: 0;
}

@media (min-width: 1200px) {
  .header-nav > * {
    flex: 0 0 max-content;
    margin-top: 0;
  }

  .header {
    height: 63px;
    overflow: hidden;
  }

  .header-logo {
    height: 63px;
  }
}

.partners-wrapper {
  position: relative;
}

.partners {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 16px 0;
  gap: 16px;
}

.partner {
  padding: 8px 16px;
  flex: 1 1 130px;
  background-color: var(--secondary-color);
  border-radius: var(--primary-border-radius);
  height: 65px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 2px 0px 0px rgba(189, 149, 250, 1);
  border: 1px solid white;
  color: black;
  background-color: rgba(242, 236, 255, 1);
}

.partner img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: center;
}

@media (min-width: 1200px) {
  .partner {
    flex: 0 0 130px;
  }
}

.anim-letters > * {
  transition-property: text-shadow, opacity;
  transition-duration: 200ms;
  position: relative;
}

.anim-letter {
  opacity: 0.6;
  text-shadow: white 1px 0 10px;
}

.button {
  position: relative;
  z-index: 1;
  width: max-content;
  min-height: 38px;
  border: none;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  font-weight: 800;
  min-width: 100px;
  text-transform: uppercase;
  white-space: nowrap;
  transition-property: box-shadow;
  transition-duration: 200ms;
  background-color: transparent;
  border-radius: var(--primary-border-radius);
  /*filter: drop-shadow(0 3px 0 #3a1a3e);*/
  letter-spacing: 0px;
}

.button::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: var(--primary-border-radius);
  inset: -1px;
  display: block;
  background: linear-gradient(180deg, #734ed4 0%, #a873f8 97.9%);
  z-index: -1;
  box-shadow: 0px 2px 0px 0px rgba(242, 236, 255, 0.1) inset,
    0px 8px 8px 0px rgba(55, 48, 157, 0.35), 0 4px 0 0 rgb(47, 42, 132);
}

.button::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: var(--primary-border-radius);
  inset: 0px;
  display: block;
  background: radial-gradient(
    182.55% 100% at 50% 0%,
    #c5a1fa 0%,
    #8f60e2 33.17%,
    #6440bd 37.98%,
    #302987 100%
  );
  z-index: 0;
}

.button > span {
  position: relative;
  z-index: 10;
}

.hero-button {
  /*border: 2px solid #703719;*/
  min-width: 200px;
  min-height: 60px;
  font-size: 22px;
  padding: 0 32px;
}

h1,
h2 {
  font-weight: 800;
  color: black;
}

.button:hover {
  filter: brightness(110%);
}

.button-secondary {
  color: black;
}

.button-secondary::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: var(--primary-border-radius);
  inset: -1px;
  display: block;
  background: linear-gradient(180deg, #faffeb 0%, #87bd01 97.9%);
  z-index: -1;
  box-shadow: 0px 8px 8px 0px rgba(43, 52, 83, 0.35),
    0px 2px 0px 0px rgba(250, 255, 235, 0.3) inset, 0 4px 0 0 rgb(65, 85, 36);
}

.button-secondary::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: var(--primary-border-radius);
  inset: 0px;
  display: block;
  background: radial-gradient(
    182.55% 100% at 50% 0%,
    #f6ffde 0%,
    #aeef01 33.17%,
    #9bd601 37.98%,
    #6a9801 100%
  );

  z-index: 0;
}

/*.button::before {
  z-index: -1;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    90deg,
    #a3d000 24%,
    #fff 48% 50%,
    #fff 52%,
    #a3d000 82%
  );
  border-radius: 8px;
}

.button::after {
  z-index: -1;
  position: absolute;
  content: "";
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border-radius: 5px;
  background-color: #111111;
}*/

/*.button-secondary::after {
  z-index: -1;
  position: absolute;
  content: "";
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  background-color: #ffffff;
  border-radius: 5px;
}*/

.button-big {
  min-height: 62px;
  min-width: 200px;
  border-radius: 555px;
  font-size: 20px;
  font-weight: 900;
}

.button-big::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 555px;
  inset: -1px;
  display: block;
  background: linear-gradient(180deg, #faffeb 0%, #87bd01 97.9%);
  z-index: -1;
  box-shadow: 0px 8px 8px 0px rgba(43, 52, 83, 0.35),
    0px 2px 0px 0px rgba(250, 255, 235, 0.3) inset, 0 4px 0 0 rgb(65, 85, 36);
}

.button-big::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 555px;
  inset: 0px;
  display: block;
  background: radial-gradient(
    182.55% 100% at 50% 0%,
    #f6ffde 0%,
    #aeef01 33.17%,
    #9bd601 37.98%,
    #6a9801 100%
  );
  z-index: 0;
}

.button-big > span {
  position: static;
}

.button-big > span::before {
  border-radius: 555px;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  display: block;
  background-image: url(/assets/images/444b7cedb2.webp);
}

.floating-button {
  position: sticky;
  bottom: 24px;
  z-index: 10;
  margin: 24px auto;
  transform: translateY(200%);
  transition-property: transform;
  transition-duration: 400ms;
}

.floating-button.active {
  transform: translateY(0%);
}

@keyframes floating-button-animation {
  0% {
    transform: translateX(-50%) rotateZ(-50deg);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    transform: translateX(50%) rotateZ(-50deg);
    opacity: 0;
  }
  100% {
    transform: translateX(50%) rotateZ(-50deg);
    opacity: 0;
  }
}

.floating-button-indicator {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: none;
  background: linear-gradient(
    90deg,
    #ffffff60 0%,
    #ffffff80 50%,
    #ffffff60 100%
  );
  animation: floating-button-animation 800ms ease-in-out infinite;
}

.section {
  display: flex;
  align-items: flex-start;
  padding: var(--global-gap) 0;
}

.section h3 {
  font-size: 20px;
  line-height: 1.1;
  padding-top: 16px;
}

.section img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  line-height: 1;
}

ol,
ul {
  padding-left: 20px;
  line-height: 1.4;
}

p {
  line-height: 1.4;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
  font-weight: 500;
}

.section p,
.section ul,
.section ol {
}

.section-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 32px;
  padding-bottom: 0;
}

.hero-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero img {
  display: block;
  box-shadow: 2px 2px 0px 0px rgba(189, 149, 250, 1);
  border: 1px solid white;
  color: black;
  background-color: rgba(242, 236, 255, 1);
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  padding: 24px 0;
}

.hero-content {
  padding: 24px 48px;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.hero-content {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  z-index: 1;
}

a {
  color: rgba(142, 13, 240, 1);
}

.subtitle {
  padding: 0;
  margin: 0 0 12px;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  color: white;
  text-shadow: 0px 1px 0px rgba(142, 13, 240, 1);
}

.subtitle b {
  text-shadow: none;
  border: 1px solid rgba(88, 79, 203, 1);
  background-color: rgba(55, 48, 157, 1);
  border-radius: 555px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 600;
  padding: 0 12px;
  box-shadow: 0 2px 0 0 rgba(55, 48, 157, 1);
}

@media (min-width: 768px) {
  .hero {
    width: 100%;
    margin-top: 16px;
  }

  .hero-content {
    padding: 24px;
  }
}

@media (min-width: 1200px) {
  .subtitle {
    font-size: 48px;
    line-height: 50px;
  }

  .subtitle b {
    line-height: 28px;
    font-size: 20px;
  }

  .hero-content {
    max-width: 50%;
    top: 0;
    bottom: 0;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  .button-big {
    min-height: 78px;
    min-width: 250px;
    border-radius: 555px;
    font-size: 28px;
    font-weight: 900;
  }

  .hero img {
    border-radius: var(--primary-border-radius);
  }
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

:root {
  --global-gap: 16px;

  --primary-color: rgba(218, 216, 245, 1);
  --primary-contrast-color: rgb(41, 41, 41);

  --secondary-color: rgba(220, 218, 249, 1);
  --secondary-contrast-color: rgba(74, 65, 198, 1);

  --primary-border-radius: 12px;
}

hr {
  display: none;
}

html,
body {
  margin: 0;
  padding: 0;
  min-width: 375px;
  max-width: 100vw;
  min-height: 100vh;
}

body {
  display: flex;
  flex-direction: column;
  background-color: var(--primary-color);
  color: var(--primary-contrast-color);
}

main {
  flex: 1 1;
  min-width: 375px;
  max-width: 100vw;
}

picture {
  display: block;
}

@media (min-width: 1200px) {
  :root {
    --global-gap: 32px;
  }

  main {
    padding: 0 0 var(--global-gap);
  }
}

