*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #e8edf0;
  background: #070f16;
  overflow-x: hidden;
}

body.is-locked_a1f5 {
  overflow: hidden;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #ffffff;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  text-decoration: underline;
}

ul {
  list-style: none;
}

.container_c8d2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.section-title_d4e8 {
  color: #fff;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .section-title_d4e8 {
    font-size: 40px;
    line-height: 50px;
  }
}

.section-subtitle_d4e8 {
  text-align: center;
  color: #c5d0d8;
  max-width: 720px;
  margin: 0 auto 40px;
}

.card-title_d4e8 {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .card-title_d4e8 {
    font-size: 22px;
  }
}

.btn-main_k9m2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border: none;
  border-radius: 40px;
  background: transparent;
  color: #030d0f;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  z-index: 0;
  transition: box-shadow 0.3s ease;
}

.hero__content_h5c1 .btn-main_k9m2 {
  margin: 0 auto;
  max-width: 290px;
}

.btn-main_k9m2::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(180deg, #ffac2e 0%, #ffe93f 100%);
  z-index: -2;
}

.btn-main_k9m2::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.btn-main_k9m2:hover::after,
.btn-main_k9m2:focus-visible::after {
  opacity: 1;
}

.btn-main_k9m2:hover,
.btn-main_k9m2:focus-visible {
  box-shadow: 0 0 14px 0 #ffcb00;
  text-decoration: none;
}

.btn-secondary_k9m2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 40px;
  background: transparent;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition:
    background 0.3s ease,
    border-color 0.3s ease;
}

.btn-secondary_k9m2:hover,
.btn-secondary_k9m2:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.5);
}

/* Header */
.header_f3a9 {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  background: rgba(3, 13, 15, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.header__inner_f3a9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  gap: 16px;
}

.header__logo_f3a9 img {
  width: 100px;
  height: auto;
}

.header__nav_f3a9 {
  display: none;
}

.header__list_f3a9 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}

.header__link_f3a9 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 24.8px */
  transition: all 0.2s;
}
.header__link_f3a9.active_f3a9 {
  color: #fff;
  font-size: 16px;
}

.header__link_f3a9:hover,
.header__link_f3a9:focus-visible {
  color: #ffe93f;
  text-decoration: none;
}

.header__burger_f3a9 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.header__burger-line_f3a9 {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

@media (min-width: 1100px) {
  .header__nav_f3a9 {
    display: block;
  }

  .header__burger_f3a9 {
    display: none;
  }

  .header__logo_f3a9 img {
    width: 124px;
  }
}

/* Mobile menu */
.mobile-menu_e7b1 {
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none;
  visibility: hidden;
}

.mobile-menu_e7b1.is-open_e7b1 {
  pointer-events: auto;
  visibility: visible;
}

.mobile-menu__overlay_e7b1 {
  position: absolute;
  inset: 0;
  background: rgba(3, 13, 15, 0.7);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.mobile-menu_e7b1.is-open_e7b1 .mobile-menu__overlay_e7b1 {
  opacity: 1;
}

.mobile-menu__panel_e7b1 {
  position: absolute;
  top: 0;
  right: 0;
  width: min(300px, 85vw);
  height: 100%;
  padding: 24px;
  background: #0a1a20;
  transform: translateX(100%);
  transition: transform 0.35s ease;
  overflow-y: auto;
}

.mobile-menu_e7b1.is-open_e7b1 .mobile-menu__panel_e7b1 {
  transform: translateX(0);
}

.mobile-menu__close_e7b1 {
  display: block;
  margin-left: auto;
  margin-bottom: 24px;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.mobile-menu__list_e7b1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mobile-menu__link_e7b1 {
  color: #fff;
  font-size: 16px;
  /* font-weight: 600; */
}

.mobile-menu__link_e7b1:hover,
.mobile-menu__link_e7b1:focus-visible {
  color: #ffe93f;
  text-decoration: none;
}

/* Hero */
.hero_h5c1 {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero__video-wrap_h5c1 {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__video_h5c1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__overlay_h5c1 {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(5, 33, 29, 0.7) 60%, #070f16 100%);
}

.hero__content_h5c1 {
  position: relative;
  z-index: 2;
  padding: 100px 0 80px;
  max-width: 1026px;
}

.hero__title_h5c1 {
  color: #fff;
  font-family: "Outfit", sans-serif;
  margin-bottom: 24px;
  text-align: center;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.hero__text_h5c1 {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 150%; /* 27px */
}

@media (max-width: 768px) {
  .hero__title_h5c1 {
    font-size: 38px;
  }

  .hero__text_h5c1 {
    font-size: 14px;
  }
}

/* Why */
.why_w2n7 {
  padding: 60px 0;
  background: #070f16;
  overflow: hidden;
}

.why__grid_w2n7 {
  display: grid;
  gap: 24px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.why__cards_w2n7 {
  display: grid;
  gap: 40px;
  align-items: center;
}

.why__card_w2n7 p {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.why__icon_w2n7 {
  width: 60px;
  height: 60px;
  margin-bottom: 14px;
}

.why__video-wrap_w2n7 {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 435/337;
}

.why__video_w2n7 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why__banner_w2n7 {
  padding: 8px 20px;
  text-align: center;
  color: #030d0f;
  background: linear-gradient(180deg, #ffac2e 0%, #ffe93f 100%);
  border-radius: 0;
  font-size: 14px;

  color: #030f0d;
  text-align: center;
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 155%; /* 24.8px */
  font-family: "Outfit", sans-serif;
  /* font-size: 18px; */
  font-weight: 600;
}

@media (max-width: 767px) {
  .why__banner_w2n7 {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .why__grid_w2n7 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    /* gap: 40px; */
  }

  .why__cards_w2n7 {
    grid-template-columns: 1fr;
  }

  .why__banner_w2n7 {
    font-size: 16px;
  }
}

@media (max-width: 1080px) and (min-width: 992px) {
  .why__grid_w2n7 {
    max-width: 930px;
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .why__grid_w2n7 {
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (min-width: 1080px) {
  .why__grid_w2n7 {
    grid-template-columns: 1fr minmax(280px, 26%);
    align-items: stretch;
  }

  .why__cards_w2n7 {
    grid-template-columns: repeat(3, 1fr);
  }

  .why__video-wrap_w2n7 {
    min-height: 100%;
  }
}

/* Shared bg sections */
.bg-sections_p6r3 {
  background-color: #070f16;
  background-image: none;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.bg-sections_p6r3.is-loaded_p6r3 {
  background:
    linear-gradient(
      180deg,
      #070f16 10%,
      rgba(7, 15, 22, 0.05) 20%,
      rgba(7, 15, 22, 0.25) 80%,
      #070f16 90%
    ),
    url("../assets/bg.webp") lightgray 50% / cover no-repeat;
}

/* About */
.about_a8k4 {
  padding: 60px 0 40px;
}

.about__grid_a8k4 {
  display: flex;
  flex-direction: column-reverse;
  gap: 32px;
  align-items: center;
  margin-top: 40px;
}

/* .about__image_a8k4 {
  max-width: 320px;
} */

.about__blocks_a8k4 {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.about__text_a8k4 {
  color: #c5d0d8;
}

@media (min-width: 992px) {
  .about__grid_a8k4 {
    flex-direction: row;
    align-items: flex-start;
  }

  .about__image_a8k4 {
    flex: 0 0 40%;
    max-width: none;
  }

  .about__blocks_a8k4 {
    flex: 1;
  }
}

/* Games */
.games_g1t5 {
  padding: 40px 0 60px;
}

.games__grid_g1t5 {
  display: grid;
  gap: 24px;
}

.game-card_g1t5 {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(3, 9, 13, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.game-card__image_g1t5 {
  width: calc(100% - 20px * 2);
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin: 20px 20px 0;
  border-radius: 10px;
}

.game-card__body_g1t5 {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
}

.game-card__meta_g1t5 {
  color: #ffe93f;
  font-size: 14px;
  font-weight: 600;
}

.game-card__rules-toggle_g1t5 {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 12px 0;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #ffe12e;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
}

.game-card__arrow_g1t5 {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.game-card__rules-toggle_g1t5[aria-expanded="true"] .game-card__arrow_g1t5 {
  transform: rotate(180deg);
}

.game-card__rules_g1t5 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.game-card__rules_g1t5.is-open_g1t5 {
  max-height: 400px;
}

.game-card__rules-list_g1t5 {
  padding: 0 0 12px;
  color: #c5d0d8;
  font-size: 14px;
}

.game-card__rules-list_g1t5 li {
  position: relative;
  padding-left: 16px;
}

.game-card__rules-list_g1t5 li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #77edc9;
}

.game-card__btn_g1t5 {
  margin-top: auto;
  align-self: flex-start;
}

@media (min-width: 768px) {
  .games__grid_g1t5 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* How */
.how_h3w8 {
  padding: 40px 0 60px;
}

.how__steps_h3w8 {
  display: grid;
  gap: 32px;
}

.how__step_h3w8 {
  /* text-align: center; */
  max-width: 360px;
  margin: 0 auto;
}

.how__icon_h3w8 {
  width: 80px;
  height: 80px;
  margin: 0 0 10px;
  object-fit: contain;
}

.how__text_h3w8 {
  color: #c5d0d8;
  font-size: 15px;
}

@media (min-width: 768px) {
  .how__steps_h3w8 {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

/* FAQ */
.faq_f9q2 {
  padding: 60px 0;
  background: #070f16;
}

.faq__list_f9q2 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}

.faq__item_f9q2 {
  border-radius: 20px;
  box-shadow: 0 4px 12px 0 rgba(1, 1, 11, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(119, 237, 201, 0.08);
  overflow: hidden;
}

.faq__question_f9q2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px 24px;
  border: none;
  background: transparent;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  gap: 16px;
}

.faq__arrow_f9q2 {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: transform 0.35s ease;
}

.faq__question_f9q2[aria-expanded="true"] .faq__arrow_f9q2 {
  transform: rotate(180deg);
}

.faq__answer_f9q2 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.faq__answer_f9q2.is-open_f9q2 {
  max-height: 500px;
}

.faq__answer-inner_f9q2 {
  padding: 0 24px 20px;
  color: #c5d0d8;
}

/* Responsible */
.responsible_r4m6 {
  padding: 60px 0;
  text-align: center;
}

.responsible__text_r4m6 {
  max-width: 800px;
  margin: 0 auto 32px;
  color: #c5d0d8;
}

/* Contact */
.contact_c7n1 {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.contact__video-wrap_c7n1 {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.contact__video_c7n1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact__overlay_c7n1 {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    #070f16 0%,
    rgba(7, 15, 22, 0.75) 25%,
    rgba(7, 15, 22, 0.75) 75%,
    #070f16 100%
  );
}

.contact__inner_c7n1 {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin: 0 auto;
}

.contact__form_c7n1 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}

.contact__field_c7n1 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contact__label_c7n1 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.contact__input_c7n1,
.contact__textarea_c7n1 {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: rgba(3, 9, 13, 0.7);
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  border-radius: 10px;
  background: rgba(119, 237, 201, 0.14);
  box-shadow: 0 4px 12px 0 rgba(1, 1, 11, 0.15);
  backdrop-filter: blur(5px);
}

.contact__input_c7n1::placeholder,
.contact__textarea_c7n1::placeholder {
  color: #8a9aa6;
}

.contact__input_c7n1:focus-visible,
.contact__textarea_c7n1:focus-visible {
  outline: 2px solid #ffe93f;
  outline-offset: 2px;
}

.contact__textarea_c7n1 {
  min-height: 140px;
  resize: vertical;
}

.contact__submit_c7n1 {
  align-self: flex-start;
}

/* Footer */
.footer_b2c4 {
  background: #0e1e21;
  padding: 48px 0 0;
  /* border-top: 1px solid rgba(255, 255, 255, 0.08); */
}

.footer__top_b2c4 {
  display: grid;
  gap: 32px;
  padding-bottom: 40px;
}

.footer__brand_b2c4 {
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

.footer__heading_b2c4 {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}

.footer__text_b2c4 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  /* margin-bottom: 8px; */
}

.footer__links_b2c4 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__link_b2c4 {
  color: #77edc9;
  font-size: 14px;

  color: rgba(255, 255, 255, 0.8);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}

.footer__help_b2c4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin: 16px 0;
}

.footer__help_b2c4 li a {
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}

.footer__bottom_b2c4 {
  padding: 32px 0;
  border-top: 1px solid #ffe12e;
  text-align: center;
}

.footer__copy_b2c4 {
  color: #7a8a94;
  font-size: 13px;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .footer__top_b2c4 {
    grid-template-columns: 1fr 1.3fr 1fr;
  }
}

/* Legal page */
.legal_l5p9 {
  padding: 60px 0 80px;
  margin-top: 50px;
}

.legal__title_l5p9 {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1.25;
  text-align: center;
}

.legal__subtitle_l5p9 {
  color: #c5d0d8;
  font-size: 18px;
  margin-bottom: 32px;
}

.legal__content_l5p9 {
  color: #a8b5be;
}

@media (min-width: 768px) {
  .legal__title_l5p9 {
    font-size: 40px;
  }
}

/* Modals */
.modal-overlay_m2x8 {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(3, 13, 15, 0.85);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}

.modal-overlay_m2x8.is-visible_m2x8 {
  opacity: 1;
  visibility: visible;
}

.modal_m2x8 {
  width: 100%;
  max-width: 480px;
  padding: 32px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0a1a20;
  transform: translateY(20px);
  transition: transform 0.35s ease;
}

.modal-overlay_m2x8.is-visible_m2x8 .modal_m2x8 {
  transform: translateY(0);
}

.modal__title_m2x8 {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
}

.modal__text_m2x8 {
  color: #c5d0d8;
  margin-bottom: 24px;
}

.modal__actions_m2x8 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Cookie banner */
.cookie-banner_b8n3 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  padding: 16px;
  background: rgba(10, 26, 32, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transform: translateY(100%);
  opacity: 0;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}

.cookie-banner_b8n3.is-visible_b8n3 {
  transform: translateY(0);
  opacity: 1;
}

.cookie-banner__inner_b8n3 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.cookie-banner__text_b8n3 {
  color: #e0e8ec;
  font-size: 14px;
}

.cookie-banner__actions_b8n3 {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
}

@media (min-width: 768px) {
  .cookie-banner__inner_b8n3 {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.sr-only_u4v1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:focus-visible {
  outline: 2px solid #ffe93f;
  outline-offset: 2px;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Scroll-spy & media breakout */
@media (min-width: 992px) {
  .about__grid_a8k4 {
    align-items: flex-start;
  }

  .about__image_a8k4 {
    flex: 0 0 auto;
    width: 63%;
    max-width: none;
    margin-left: calc(50% - 50vw);
  }

  @media (max-width: 1550px) {
    .about__image_a8k4 {
      width: 50%;
    }
  }

  .about__blocks_a8k4 {
    flex: 1;
    min-width: 0;
    max-width: 620px;
    margin-left: auto;
  }
}

@media (min-width: 1080px) {
  .why__grid_w2n7 {
    align-items: center;
  }

  .why__cards_w2n7 {
    flex: 1;
    min-width: 0;
  }

  .why__video-wrap_w2n7 {
    flex: 0 0 auto;
    width: min(38vw, 520px);
    margin-right: calc(-14vw);
    justify-self: end;
  }
}

@media (max-width: 1079px) {
  .why__video-wrap_w2n7 {
    margin-right: auto;
    width: 100%;
    max-width: 720px;
  }
}

@media (max-width: 991px) {
  .about__image_a8k4 {
    margin-left: -16px;
    width: 100%;
    max-width: 720px;
    margin-right: auto;
  }
}

/* Games balance & slots */
.games__balance_g1t5 {
  text-align: center;
  color: #ffe93f;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 28px;
}

.slot-mount_s7k2 {
  width: 100%;
}

.slot_s7k2 {
  position: relative;
  margin: 8px 0 16px;
}

.slot__wrap_s7k2 {
  position: relative;
}

.slot__frame_s7k2 {
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  padding: 10px;
}

.slot_s7k2--jungle .slot__frame_s7k2 {
  background: #0f4d35;
}

.slot_s7k2--savanna .slot__frame_s7k2 {
  background: linear-gradient(180deg, #442008 0%, #884704 49.52%, #442008 100%);
}

.slot__reels_s7k2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-width: 270px;
  margin: 0 auto;
}

.slot__reel_s7k2 {
  height: 266px;
  overflow: hidden;
  border-radius: 8px;
  /* background: rgba(0, 0, 0, 0.2); */
}

.slot__strip_s7k2 {
  will-change: transform;
  backface-visibility: hidden;
}

.slot__cell_s7k2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}

.slot__cell_s7k2 img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

/* .slot__line_s7k2 {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  height: 56px;
  transform: translateY(-50%);
  border-top: 1px solid rgba(255, 225, 46, 0.35);
  border-bottom: 1px solid rgba(255, 225, 46, 0.35);
  pointer-events: none;
  z-index: 2;
} */

.slot_s7k2--jungle .slot__cell_s7k2.is-win_s7k2 img {
  border-radius: 4px;
  border: 1px solid #fff;
  box-shadow: 0 0 4px 1px #ffe12e;
}

.slot_s7k2--savanna .slot__cell_s7k2.is-win_s7k2 img {
  border-radius: 50px;
  box-shadow: 0 0 10px 1px #ffde66;
}

@keyframes jackpot-pulse_s7k2 {
  0%,
  100% {
    box-shadow: 0 0 10px 2px #ffe12e;
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 24px 6px #fff;
    transform: scale(1.1);
  }
}

.slot_s7k2--jungle .slot__cell_s7k2.is-jackpot_s7k2 img {
  border-radius: 4px;
  border: 2px solid #fff;
  animation: jackpot-pulse_s7k2 0.75s ease-in-out infinite;
}

.slot_s7k2--savanna .slot__cell_s7k2.is-jackpot_s7k2 img {
  border-radius: 50px;
  border: 2px solid #fff;
  animation: jackpot-pulse_s7k2 0.75s ease-in-out infinite;
}

.slot_s7k2.is-jackpot-active_s7k2 .slot__frame_s7k2 {
  box-shadow: 0 0 20px 4px rgba(255, 225, 46, 0.45);
}

.slot__win-pop_s7k2.is-jackpot-pop_s7k2 {
  color: #fff;
  font-size: 32px;
  text-shadow: 0 0 12px #ffe12e;
}

.slot__spin_s7k2 {
  width: 100%;
  margin-top: 12px;
}

.slot__spin_s7k2:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}

.slot__win-pop_s7k2 {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translate(-50%, 10px);
  opacity: 0;
  color: #ffe93f;
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  font-weight: 700;
  pointer-events: none;
  z-index: 5;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.slot__win-pop_s7k2.is-visible_s7k2 {
  opacity: 1;
  transform: translate(-50%, -18px);
}

.game-card_g1t5 p {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.game-card__meta_g1t5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.game-card__meta_g1t5 b,
.game-card_g1t5 p strong {
  color: #fff;
  font-family: "Outfit";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.game-card__meta_g1t5--line {
  border-bottom: 1px solid #ffe12e;
}

.legal_l5p9 h2 {
  color: #fff;
  font-family: "Outfit";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 10px 0 20px;
}

.legal_l5p9 p {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 576px) {
  .legal_l5p9 h2 {
    font-size: 18px;
  }

  .legal_l5p9 p {
    font-size: 14px;
  }
}

.footer__logo_b2c4 {
  display: inline-block;
  margin-bottom: 12px;
}

.footer__logo_b2c4 img {
  width: 124px;
  height: auto;
}

.why_w2n7,
.faq_f9q2,
.how_h3w8,
.about_a8k4,
.games_g1t5,
.responsible_r4m6,
.contact_c7n1 {
  content-visibility: auto;
  contain-intrinsic-size: auto 500px;
}
