.main-content img {
  width: 100%;
  display: block;
  border-radius: var(--primary-border-radius);
  margin-bottom: 24px;
  background-color: var(--secondary-color);
  max-width: 100%;
  margin: 0 auto 24px;
}

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);
}

.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);
  margin: 16px -24px;
  width: calc(100% + 48px);
}

.content-games b {
  display: block;
  text-align: center;
  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: #ffffff15;
}

@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%;
  }
}

.main-content img {
  width: 100%;
  display: block;
  border-radius: var(--primary-border-radius);
  margin-bottom: 24px;
  background-color: var(--secondary-color);
  box-shadow: rgb(199, 192, 218) 0px 4px 0px 0px,
    rgba(0, 0, 0, 0.2) 0px 2px 8px 0px,
    rgba(218, 209, 244, 0.5) 0px 0px 60px 0px inset;
  max-width: 100%;
}

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

p,
ul,
ol {
  margin: 0 0 16px;
  line-height: 1.4;
}

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

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

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

.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: #40c4ff;
}

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

.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);
}

.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 p {
  padding: 0 24px;
  max-height: 0px;
  overflow: hidden;
  margin: 0;
}

.accordion_active p {
  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 p {
  max-height: 1000px;
}

.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: #173c99;
}

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

.accordion {
  position: relative;
  background-color: var(--secondary-color);
  display: flex;
  flex-direction: column;
  user-select: none;
  z-index: 10;
  box-shadow: rgb(199, 192, 218) 0px 4px 0px 0px,
    rgba(0, 0, 0, 0.2) 0px 2px 8px 0px,
    rgba(218, 209, 244, 0.5) 0px 0px 60px 0px inset;
  border-radius: var(--primary-border-radius);
  margin-bottom: 16px;
}

.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 p {
  padding: 0 24px;
  max-height: 0px;
  overflow: hidden;
  margin: 0;
}

.accordion_active p {
  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 p {
  max-height: 1000px;
}

.footer {
  position: relative;
  padding: 32px 0;
  width: 100%;
  background-color: var(--secondary-color);
  color: var(--secondary-contrast-color);
}

.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;
}

.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;
  }
}

.footer {
  padding: var(--global-gap) 0;
  overflow: hidden;
  width: 100%;
  background-color: var(--secondary-color);
  color: var(--secondary-contrast-color);
}

.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: 24px;
}

.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);
  color: var(--secondary-contrast-color);
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: inset 0 0 15px #ffffff, 0 6px 10px #00000030;
}

.header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(14, 14, 14, 0.7);
  backdrop-filter: blur(20px);
  color: var(--secondary-contrast-color);
}

.header-content {
  padding-top: 12px;
  padding-bottom: 12px;
}

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

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

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

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

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

.header-nav-link {
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #40c4ff;
  word-break: break-all;
}

.header-nav-link_active {
  color: white;
  text-shadow: white 1px 0 10px;
}

.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;
  border-radius: 5px;
  background: #00000030;
  border: none;
  aspect-ratio: 1 / 1;
  margin: auto 0;
  margin-left: auto;
  color: #40c4ff;
}

.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-color: var(--secondary-color);
  transition-property: transform, opacity;
  transition-duration: 300ms;
  border-bottom: 1px solid var(--primary-color);
}

.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 {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: var(--secondary-color);
  color: var(--secondary-contrast-color);
  background-image: linear-gradient(rgb(82, 0, 202), rgb(59, 0, 148));
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  color: white;
}

.header-content {
  padding-top: 12px;
  padding-bottom: 12px;
  background-image: linear-gradient(rgb(82, 0, 202), rgb(59, 0, 148));
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
}

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

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

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

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

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

.header-nav-link {
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: currentColor;
}

.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;
  border-radius: 5px;
  background: #00000030;
  border: none;
  aspect-ratio: 1 / 1;
  margin: auto 0;
  margin-left: auto;
  color: #fff;
}

.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-image: linear-gradient(rgb(82, 0, 202), rgb(59, 0, 148));
  transition-property: transform, opacity;
  transition-duration: 300ms;
  border-bottom: 1px solid var(--primary-color);
}

.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;
  }
}

.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;
}

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

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

.partners-wrapper {
  position: relative;
  background-color: var(--secondary-color);
  border-radius: var(--primary-border-radius);
  margin-bottom: 24px;
  overflow: hidden;
  box-shadow: rgb(199, 192, 218) 0px 4px 0px 0px,
    rgba(0, 0, 0, 0.2) 0px 2px 8px 0px,
    rgba(218, 209, 244, 0.5) 0px 0px 60px 0px inset;
}

.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: rgb(246, 243, 250);
  text-decoration: none;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  padding: 0 0 2px;
  font-weight: 600;
  min-width: 100px;
  text-transform: uppercase;
  white-space: nowrap;
  transition-property: box-shadow;
  transition-duration: 200ms;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 9px 0px;
  text-shadow: rgb(77, 1, 181) -1px -1px 0px, rgb(77, 1, 181) -1px -1px 0px,
    rgb(77, 1, 181) -1px 0px 0px, rgb(77, 1, 181) -1px 1px 0px,
    rgb(77, 1, 181) -1px 1px 0px, rgb(77, 1, 181) -1px -1px 0px,
    rgb(77, 1, 181) -1px -1px 0px, rgb(77, 1, 181) -1px 0px 0px,
    rgb(77, 1, 181) -1px 1px 0px, rgb(77, 1, 181) -1px 1px 0px,
    rgb(77, 1, 181) 0px -1px 0px, rgb(77, 1, 181) 0px -1px 0px,
    rgb(77, 1, 181) 0px 0px 0px, rgb(77, 1, 181) 0px 1px 0px,
    rgb(77, 1, 181) 0px 1px 0px, rgb(77, 1, 181) 1px -1px 0px,
    rgb(77, 1, 181) 1px -1px 0px, rgb(77, 1, 181) 1px 0px 0px,
    rgb(77, 1, 181) 1px 1px 0px, rgb(77, 1, 181) 1px 1px 0px,
    rgb(77, 1, 181) 1px -1px 0px, rgb(77, 1, 181) 1px -1px 0px,
    rgb(77, 1, 181) 1px 0px 0px, rgb(77, 1, 181) 1px 1px 0px,
    rgb(77, 1, 181) 1px 1px 0px, rgb(77, 1, 181) -1px 2px 0px,
    rgb(77, 1, 181) 0px 2px 0px, rgb(77, 1, 181) 1px 2px 0px,
    rgb(77, 1, 181) 1px 2px 0px;
  font-size: 14px;
  /*filter: drop-shadow(0 3px 0 #3a1a3e);*/
}

.button::before {
  content: "";
  position: absolute;
  padding: 1px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 4px;
  background-image: conic-gradient(
      from 192.75deg at 50% 25.93%,
      rgba(255, 255, 255, 0.4) -25.41deg,
      rgba(255, 255, 255, 0.7) 9.98deg,
      rgba(255, 255, 255, 0.62) 45.54deg,
      rgba(255, 255, 255, 0) 59.7deg,
      rgba(255, 255, 255, 0) 177.49deg,
      rgba(255, 255, 255, 0) 295.25deg,
      rgba(255, 255, 255, 0.4) 334.59deg,
      rgba(255, 255, 255, 0.7) 369.98deg
    ),
    linear-gradient(
      3deg,
      rgba(255, 255, 255, 0) 89.29%,
      rgba(255, 255, 255, 0.7) 94.1%,
      rgba(255, 255, 255, 0.7) 95.33%
    );
  mask-image: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px),
    linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
  text-rendering: auto;
  pointer-events: none;
  mask-clip: content-box, border-box;
  mask-composite: exclude, exclude;
  mask-mode: match-source, match-source;
  mask-origin: content-box, border-box;
  mask-repeat: repeat, repeat;
  mask-size: auto, auto;
  border-radius: 50px;
}

.button > span {
  position: relative;
  border-radius: 50px;
  box-shadow: rgb(77, 1, 181) 0px 2px 0px 0px;
  background-clip: border-box, border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(
      71.49% 72.87% at 49.68% 119.13%,
      rgba(214, 97, 255, 0.5) 0%,
      rgba(185, 71, 255, 0.5) 29%,
      rgba(185, 71, 255, 0) 100%
    ),
    linear-gradient(179.73deg, rgb(88, 23, 203) 0.23%, rgb(82, 0, 202) 99.77%);
  background-origin: padding-box, padding-box;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.button > span::after {
  pointer-events: none;
  position: absolute;
  content: "";
  display: block;
  background-image: linear-gradient(
    3.21deg,
    rgba(170, 96, 255, 0.25) 4.05%,
    rgba(170, 96, 255, 0.5) 96.61%
  );
  border-bottom-left-radius: 19px 12px;
  border-bottom-right-radius: 19px 12px;
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
  top: 2px;
  left: 4px;
  right: 4px;
  height: 18px;
}

/*.button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  height: 100%;
  background: radial-gradient(#ffffff50 0, #ffffff00 100%);
  transition-property: transform, opacity;
  transition-duration: 200ms;
  opacity: 0;
  transform: scale(0);
}*/

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

h1,
h2,
h3 {
  color: rgb(82, 0, 202);
  font-weight: 800;
}

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

.button-secondary {
  color: rgb(242, 255, 191);
  text-shadow: rgb(8, 91, 0) -1px -1px 0px, rgb(8, 91, 0) -1px -1px 0px,
    rgb(8, 91, 0) -1px 0px 0px, rgb(8, 91, 0) -1px 1px 0px,
    rgb(8, 91, 0) -1px 1px 0px, rgb(8, 91, 0) -1px -1px 0px,
    rgb(8, 91, 0) -1px -1px 0px, rgb(8, 91, 0) -1px 0px 0px,
    rgb(8, 91, 0) -1px 1px 0px, rgb(8, 91, 0) -1px 1px 0px,
    rgb(8, 91, 0) 0px -1px 0px, rgb(8, 91, 0) 0px -1px 0px,
    rgb(8, 91, 0) 0px 0px 0px, rgb(8, 91, 0) 0px 1px 0px,
    rgb(8, 91, 0) 0px 1px 0px, rgb(8, 91, 0) 1px -1px 0px,
    rgb(8, 91, 0) 1px -1px 0px, rgb(8, 91, 0) 1px 0px 0px,
    rgb(8, 91, 0) 1px 1px 0px, rgb(8, 91, 0) 1px 1px 0px,
    rgb(8, 91, 0) 1px -1px 0px, rgb(8, 91, 0) 1px -1px 0px,
    rgb(8, 91, 0) 1px 0px 0px, rgb(8, 91, 0) 1px 1px 0px,
    rgb(8, 91, 0) 1px 1px 0px, rgb(8, 91, 0) -1px 2px 0px,
    rgb(8, 91, 0) 0px 2px 0px, rgb(8, 91, 0) 1px 2px 0px,
    rgb(8, 91, 0) 1px 2px 0px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 9px 0px;
}

.button-secondary::before {
  mask-image: linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px),
    linear-gradient(rgb(255, 255, 255) 0px, rgb(255, 255, 255) 0px);
  background-image: conic-gradient(
      from 192.75deg at 50% 25.93%,
      rgba(255, 255, 255, 0.7) -25.41deg,
      rgb(255, 255, 255) 9.98deg,
      rgba(255, 255, 255, 0.92) 45.54deg,
      rgba(255, 255, 255, 0) 59.7deg,
      rgba(255, 255, 255, 0) 0deg,
      rgba(255, 255, 255, 0) 300deg,
      rgba(255, 255, 255, 0.7) 334.59deg,
      rgb(255, 255, 255) 369.98deg
    ),
    linear-gradient(
      3deg,
      rgba(255, 255, 255, 0) 89.29%,
      rgb(255, 255, 255) 94.1%,
      rgb(255, 255, 255) 95.33%
    );
}

.button-secondary > span {
  background-image: radial-gradient(
      54.8% 49.01% at 49.68% 103.13%,
      rgba(213, 255, 43, 0.7) 0%,
      rgba(122, 255, 89, 0.7) 17.5%,
      rgba(122, 255, 89, 0) 100%
    ),
    linear-gradient(rgb(62, 225, 5) 0%, rgb(5, 156, 7) 100%);
  box-shadow: rgb(15, 158, 17) 0px 2px 0px 0px;
}

.button-secondary > span::after {
  background-image: linear-gradient(
    358.79deg,
    rgba(122, 255, 89, 0.21) 24.24%,
    rgba(122, 255, 89, 0.7) 92.95%
  );
}

/*.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: 42px;
  min-width: 140px;
  font-size: 24px;
}

.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;
}

h1 {
  font-size: 32px;
  font-weight: 600;
}

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: var(--global-gap);
  padding-bottom: 0;
}

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

.hero img {
  display: block;
}

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

.hero h1 {
  margin: 0;
  font-weight: 700;
  margin-bottom: 12px;
  color: rgb(11, 23, 47);
  padding: 3px 10px;
  font-size: 20px;
  border: 2px solid transparent;
  background-image: linear-gradient(rgb(199, 255, 235), rgb(108, 255, 202));
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

a {
  color: rgb(59, 0, 148);
}

.subtitle {
  padding: 0;
  margin: 0 0 24px;
  font-weight: 800;
  font-size: 32px;
  margin-bottom: 12px;
  font-weight: 600;
  padding: 4px 12px;
  color: rgb(59, 0, 148);
}

.subtitle b {
  text-shadow: none;
  font-size: 0.7em;
}

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

  .hero-content {
    align-items: flex-start;
    text-align: left;
    padding: 24px;
  }
}

@media (min-width: 1200px) {
  .hero-content {
    padding: 24px 48px;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

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

  .hero {
    margin-top: 24px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

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

  .subtitle {
    color: white;
    filter: drop-shadow(rgb(59, 0, 148) 0px 3px 0px)
      drop-shadow(rgba(77, 1, 181, 0.4) 0px 4px 5px);
  }
}

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

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

  --primary-color: #fff;
  --primary-contrast-color: #424242;

  --secondary-color: rgb(235, 231, 248);
  --secondary-contrast-color: #424242;

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

hr {
  display: none;
}

html,
body {
  margin: 0;
  padding: 0;
  min-width: 375px;
  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;
  width: 100vw;
}

picture {
  display: block;
}

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

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

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: Font-Secondary, sans-serif;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: Font-Secondary;
  src: url("/fonts/primary.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.container {
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }

  .container-xl {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .d-xl-none {
    display: none !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

/* ===== Additional styles - overrides and fixes ===== */

html,
body {
  max-width: 100%;
  width: 100%;
}

*:not(.row):not(span):not(.content-games):not(.table-wrap):not(.container):not(.container-xl):not([class^="col"]):not([class*=" col"]):not(.main-content img) {
  max-width: 100%
}

@media (min-width: 1200px) {
  .container-xl {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 1200px) {
  .hero-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 24px;
  }

  .subtitle {
    font-size: 22px;
    color: white;
    text-shadow: 0 0 1px black;
    filter: drop-shadow(rgb(59, 0, 148) 0px 3px 0px) drop-shadow(rgba(77, 1, 181, 0.4) 0px 4px 5px);
  }
}

@font-face {
  font-family: Font-Secondary;
  src: url("/fonts/figtree.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}

/* Header buttons side-by-side */
.header-nav.order-last {
  justify-content: center;
  gap: 12px;
}

.header-nav.order-last > a {
  flex: 0 0 auto;
  margin-top: 0;
}

@media (min-width: 1200px) {
  .header-nav.order-last {
    justify-content: flex-end;
  }
}

/* Table styles with borders */
table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}

th, td {
  border: 1px solid var(--secondary-color);
  padding: 12px 16px;
  text-align: right;
}

th {
  background-color: var(--secondary-color);
  font-weight: 700;
}

tr:nth-child(even) {
  background-color: rgba(235, 231, 248, 0.5);
}

tr:hover {
  background-color: rgba(235, 231, 248, 0.8);
}

