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

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;
  padding: 12px 0;
  background-color: rgb(36, 21, 2);
  border-radius: var(--primary-border-radius);
  box-shadow: rgba(249, 134, 0, 0.16) 0px 2px 2px 0px inset,
    rgba(0, 0, 0, 0.38) 0px -2px 0px 0px inset;
}

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

.content-games {
  position: relative;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  padding: 2px;
  background-color: var(--secondary-color);
  border-radius: var(--primary-border-radius);
  background-color: rgb(36, 21, 2);
  box-shadow: rgba(249, 134, 0, 0.16) 0px 2px 2px 0px inset,
    rgba(0, 0, 0, 0.38) 0px -2px 0px 0px inset;
  margin: 16px -24px;
  width: calc(100% + 48px);
}

.content-games-content {
  padding: 24px;
  position: relative;
  z-index: 1;
  background-image: url(/assets/images/d8ce4d75e1.webp);
  border-radius: var(--primary-border-radius);
  background-size: 160px;
  color: rgb(255, 153, 0);
}

.content-games::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    rgb(255, 246, 20) 40%,
    rgb(255, 122, 0) 50%
  );
  border-radius: var(--primary-border-radius);
}

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

.content-games .col-4 > div {
  padding-top: 8px;
  padding-bottom: 16px;
}

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

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

tr:nth-child(even) {
  background-color: #00000040;
}

@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: rgb(175, 135, 107);
}

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

.accordion {
  position: relative;
  display: flex;
  flex-direction: column;
  transition-property: background-color, box-shadow;
  transition-duration: 200ms;
  user-select: none;
  z-index: 10;
  background-color: rgb(36, 21, 2);
  box-shadow: rgba(249, 134, 0, 0.16) 0px 2px 2px 0px inset,
    rgba(0, 0, 0, 0.38) 0px -2px 0px 0px inset;
  margin-bottom: 16px;
  border-radius: 8px;
}

.accordion_active {
  z-index: 0;
}

.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;
  color: rgb(255, 153, 0);
}

.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: 48px 0 24px;
  overflow: hidden;
  width: 100%;
  background-color: rgb(36, 21, 2);
  box-shadow: rgba(249, 134, 0, 0.16) 0px 2px 2px 0px inset,
    rgba(0, 0, 0, 0.38) 0px -2px 0px 0px inset;
  color: var(--secondary-contrast-color);
  background-image: url(/assets/images/d8ce4d75e1.webp);
  background-size: 160px;
}

.footer-divider {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 24px;
  background-image: url(/assets/images/e2e43113b3.webp);
  background-repeat: repeat-x;
  z-index: 1;
}

.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-link-wrapper * {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-link-wrapper a {
  width: 100%;
  background-color: var(--secondary-color);
  border-radius: var(--primary-border-radius);
  height: 100%;
  padding: 8px 12px;
  overflow: hidden;
  background-color: rgb(36, 21, 2);
  box-shadow: rgba(249, 134, 0, 0.16) 0px 2px 2px 0px inset,
    rgba(0, 0, 0, 0.38) 0px -2px 0px 0px inset;
}

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

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

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

.footer-bottom {
  opacity: 0.7;
  color: white;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  gap: 16px;
}

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

.header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgb(36, 21, 2);
  box-shadow: rgba(249, 134, 0, 0.16) 0px 2px 2px 0px inset,
    rgba(0, 0, 0, 0.38) 0px -2px 0px 0px inset;
  color: var(--secondary-contrast-color);
  border-bottom: 1px solid var(--primary-color);
  background-image: url(/assets/images/d459e5a0fb.webp);
  background-size: 100%;
  background-position-x: 50%;
  background-position-y: 100%;
  background-repeat: repeat;
}

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

.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: rgb(255, 153, 0);
}

.header-nav-link_active {
  color: white;
  text-decoration: underline;
}

.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;
  border: none;
  aspect-ratio: 1 / 1;
  margin: auto 0;
  margin-left: auto;
  color: currentColor;
  background-image: url(/assets/images/2f32309ee9.webp);
  background-color: transparent;
}

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

.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;
  background-color: rgb(36, 21, 2);
  box-shadow: rgba(249, 134, 0, 0.16) 0px 2px 2px 0px inset,
    rgba(0, 0, 0, 0.38) 0px -2px 0px 0px inset;
}

.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: color, transform;
  transition-duration: 200ms;
  position: relative;
}

.anim-letter {
  color: white;
  transform: scale(1.1);
}

.button {
  position: relative;
  z-index: 1;
  width: max-content;
  min-height: 40px;
  border-radius: 40px;
  border: none;
  color: white;
  text-decoration: none;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  padding: 2px;
  font-size: 14px;
  font-weight: 600;
  min-width: 100px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Font-Secondary;
  transition-property: box-shadow;
  transition-duration: 200ms;
  text-shadow: rgb(76, 20, 5) 1px -1px 1px;
  /*filter: drop-shadow(0 3px 0 #3a1a3e);*/
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    rgb(255, 246, 20) 40%,
    rgb(255, 122, 0) 50%
  );
  border-radius: 40px;
}

.button > span {
  display: block;
  position: relative;
  z-index: 1;
  background-image: linear-gradient(rgb(59, 19, 3) 0%, rgb(86, 25, 5) 100%);
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  box-shadow: rgb(255, 246, 20) 0px 0.73px 0.73px 0px,
    rgb(113, 25, 25) 0px -1.46px 14.56px 0px inset;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  min-height: inherit;
  border-radius: inherit;
  min-width: inherit;
  overflow: hidden;
}

.button > span::before {
  content: "";
  position: absolute;
  height: 19px;
  border-radius: 19px;
  left: 12px;
  top: 3px;
  right: 12px;
  margin: 0 auto;
  z-index: 1;
  background-image: linear-gradient(
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  opacity: 0.5;
  transition-property: opacity;
  transition-duration: 200ms;
}

.button:hover > span::before {
  opacity: 0.8;
}

.hero-button {
  min-height: 54px;
  font-size: 18px;
  min-width: 200px;
}

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

.button-secondary > span {
  text-shadow: rgba(26, 139, 146, 0.7) 1px -1px 2px;
  background-image: linear-gradient(
    rgb(24, 224, 200) 0%,
    rgb(26, 139, 146) 100%
  );
  box-shadow: rgb(255, 246, 20) 0px 1px 1px 0px,
    rgb(17, 106, 125) 0px -2px 20px 0px inset;
}

.button-secondary:hover {
}

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

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

h2 {
  color: white;
}

.hero h1 {
  color: rgb(255, 153, 0);
}

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;
  margin-top: 24px;
  overflow: hidden;
  border-radius: var(--primary-border-radius);
}

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

@keyframes banner-scale-down {
  0% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

.hero picture {
  border-radius: var(--primary-border-radius);
  overflow: hidden;
}

.hero img {
  animation: banner-scale-down 10s ease-out forwards;
  display: block;
}

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

.hero h1 {
  margin: 0;
  margin-bottom: 24px;
}

.subtitle {
  font-size: 28px;
  margin: 0 0 24px;
  font-weight: 800;
  line-height: 1.2;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.35) 0px 3px 3px;
}

.subtitle b {
  color: rgb(255, 153, 0);
  font-size: 0.7em;
  font-weight: 600;
}

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

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

@media (min-width: 1200px) {
  .hero-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 24px 48px;
    max-width: 60%;
    text-align: center;
    align-items: center;
  }

  h1 {
    font-size: 36px;
    color: white;
    max-width: 50%;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  .subtitle {
    padding: 0;
    line-height: 46px;
    font-size: 50px !important;
  }

  .hero h1 {
    background-color: #ffffff10;
    backdrop-filter: blur(10px);
    border-radius: 12px;
    margin: 0 !important;
    padding: 8px;
    text-shadow: rgba(0, 0, 0, 0.35) 0px 3px 3px;
    margin-bottom: 12px !important;
  }
}

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

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

  --primary-color: rgb(0, 0, 0);
  --primary-contrast-color: #ebebeb;

  --secondary-color: rgb(36, 21, 2);
  --secondary-contrast-color: rgb(233, 200, 176);

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

hr {
  display: none;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.pulse-animation {
  animation: pulse 2s ease-in-out infinite;
}

html,
body {
  margin: 0;
  padding: 0;
  min-width: 375px;
  width: 100vw;
  min-height: 100vh;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  background-color: var(--primary-color);
  color: var(--primary-contrast-color);
  background-attachment: fixed;
  background-image: url(/assets/images/913327bff9.webp);
}

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

