*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  -webkit-font-smoothing: antialiased;
  background-color: #110D08;
  font-family: 'Lato', sans-serif;
  min-height: 100vh;
  line-height: 1.6;
  color: #D4C09A;
}ul,ol {
  list-style: none;
}img,picture,svg {
  display: block;
  max-width: 100%;
}input,button,textarea,select {
  font: inherit;
}button {
  border: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
}a {
  color: inherit;
  text-decoration: none;
}.xga_layout-qsp {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.xga_page-qsp {
  min-height: 100vh;
  display: flex;
}.xga_main-qsp {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media screen and (min-width: 1079px) {.xga_main-qsp {
  padding-left: 220px;
}
}
@media screen and (max-width:1079px) {.xga_main-qsp {
  padding-bottom: 72px;
}
}.xga_gc-qsp {
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border-radius: 8px;
  background: #181108;
  flex-shrink: 0;
  width: 140px;
  cursor: pointer;
  position: relative;
}
@media(min-width: 642px) {.xga_gc-qsp {
  width: 156px;
}
}
@media(min-width:1080px) {.xga_gc-qsp {
  width: 10.5rem;
}
}.xga_gc-qsp:hover {
  border-color: rgba(201, 168, 76, 0.07);
  transform: translateY(-3px);
}.xga_gc_img-qsp {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.xga_gc_img-qsp img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}.xga_gc_hover-qsp {
  inset: 0;
  transition: opacity .2s;
  background: rgba(8, 6, 3, 0.72);
  align-items: center;
  justify-content: center;
  position: absolute;
  display: flex;
  opacity: 0;
}.xga_gc-qsp:hover .xga_gc_hover-qsp {
  opacity: 1;
}.xga_gc_hover_btn-qsp {
  padding: 0.5rem 1rem;
  border-radius: 4px;
  background: #C9A84C;
  font-weight: 700;
  color: #F5E8C8;
  font-size: 0.75rem;
}.xga_gc_info-qsp {
  padding: 0.5rem 10px 0.625rem;
}.xga_gc_name-qsp {
  overflow: hidden;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 600;
  max-width: 100%;
  color: #D4C09A;
}.xga_gc_prov-qsp {
  color: #6B5740;
  font-size: 10px;
}.xga_gc_tag-qsp {
  padding: 2px 0.438rem;
  border-radius: 4px;
  font-size: 0.563rem;
  left: 6px;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  top: 6px;
  z-index: 2;
}.xga_gc_tag_hot-qsp {
  background: #C43030;
  color: #fff;
}.xga_gc_tag_new-qsp {
  background: #3DAA6A;
  color: #110D08;
}.xga_gc_tag_jp-qsp {
  background: #E8A020;
  color: #110D08;
}.xga_gc_tag_ex-qsp {
  background: #A05C28;
  color: #fff;
}.xga_gc_tag_live-qsp {
  background: #C43030;
  color: #fff;
}.xga_gr-qsp {
  background: #110D08;
  padding: 2rem 16px 0;
}
@media(min-width: 766px) {.xga_gr-qsp {
  padding: 2.25rem 24px 0;
}
}.xga_gr_in-qsp {
  margin: 0 auto;
  max-width: 82.5rem;
}.xga_gr_head-qsp {
  gap: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.625rem;
  align-items: center;
}.xga_gr_head_l-qsp {
  gap: 0.625rem;
  flex: 1;
  align-items: center;
  display: flex;
  min-width: 0;
}.xga_gr_ic-qsp {
  border-radius: 8px;
  width: 2rem;
  display: flex;
  flex-shrink: 0;
  height: 2rem;
  align-items: center;
  justify-content: center;
}.xga_gr_ic-qsp svg {
  width: 1rem;
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.xga_gr_title-qsp {
  font-weight: 700;
  font-size: 1rem;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  color: #F5E8C8;
}
@media(min-width: 766px) {.xga_gr_title-qsp {
  font-size: 18px;
}
}.xga_gr_more-qsp {
  gap: 5px;
  transition: color .2s;
  color: #806650;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 12px;
  align-items: center;
  font-weight: 600;
  display: flex;
}.xga_gr_more-qsp:hover {
  color: #C9A84C;
}.xga_gr_more-qsp svg {
  height: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.75rem;
}.xga_gr_arrows-qsp {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.xga_gr_arr-qsp {
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  color: #A88F6A;
  height: 1.875rem;
  width: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}.xga_gr_arr-qsp:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F5E8C8;
}.xga_gr_arr-qsp svg {
  width: 13px;
  stroke-linejoin: round;
  height: 13px;
  stroke-linecap: round;
}.xga_gr_seo_h-qsp {
  margin: 0 0 0.375rem;
  max-width: 42.5rem;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #D4C09A;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 769px) {.xga_gr_seo_h-qsp {
  font-size: 0.875rem;
}
}.xga_gr_seo-qsp {
  color: #806650;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  line-height: 1.55;
  font-size: 12px;
  max-width: 42.5rem;
}.xga_gr_seo-qsp strong {
  font-weight: 600;
  color: #D4C09A;
}.xga_gr_scroll-qsp {
  gap: 10px;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 10px;
  display: flex;
}.xga_gr_scroll-qsp::-webkit-scrollbar {
  display: none;
}
@media(min-width: 765px) {.xga_gr_scroll-qsp {
  gap: 12px;
}
}.xga_tb-qsp {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #110D08;
  left: 0;
  display: flex;
  z-index: 80;
  top: 0;
  align-items: center;
  right: 0;
  height: 56px;
  position: fixed;
}.xga_tb_in-qsp {
  gap: 0;
  padding: 0 0.875rem;
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
}.xga_tb_burger-qsp {
  border-radius: 8px;
  gap: 5px;
  flex-shrink: 0;
  height: 38px;
  width: 2.375rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}.xga_tb_burger-qsp:hover {
  background: rgba(255, 255, 255, 0.05);
}.xga_tb_burger_line-qsp {
  background: #A88F6A;
  border-radius: 1px;
  height: 2px;
  width: 18px;
  display: block;
}
@media(min-width: 1079px) {.xga_tb_burger-qsp {
  display: none;
}
}.xga_tb_logo-qsp {
  gap: 0.563rem;
  align-items: center;
  letter-spacing: -.01em;
  flex-shrink: 0;
  color: #F5E8C8;
  overflow-wrap: break-word;
  font-size: 1.125rem;
  font-weight: 800;
  margin-right: 1.25rem;
  display: flex;
}.xga_tb_logo_mark-qsp {
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 2rem;
  align-items: center;
  height: 2rem;
}.xga_tb_logo_mark-qsp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.xga_tb_nav-qsp {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 638px) {.xga_tb_nav-qsp {
  display: flex;
}
}.xga_tb_tab-qsp {
  padding: 0.5rem 0.875rem;
  border-radius: 8px;
  transition: background .15s,color .15s;
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #A88F6A;
}.xga_tb_tab-qsp:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5E8C8;
}.xga_tb_tab-qsp.xga_state_active-qsp {
  background: rgba(201, 168, 76, 0.16);
  color: #F5E8C8;
}.xga_tb_right-qsp {
  gap: 8px;
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
}.xga_tb_login-qsp {
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 9px 1rem;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 13px;
  color: #D4C09A;
  display: none;
}.xga_tb_login-qsp:hover {
  border-color: rgba(201, 168, 76, 0.45);
  color: #F5E8C8;
}
@media(min-width: 483px) {.xga_tb_login-qsp {
  display: block;
}
}.xga_tb_reg-qsp {
  padding: 0.563rem 1.125rem;
  transition: background .2s;
  border-radius: 8px;
  background: #3DAA6A;
  font-weight: 700;
  white-space: nowrap;
  color: #0D0A04;
  font-size: 0.813rem;
}.xga_tb_reg-qsp:hover {
  background: #48C07A;
}.xga_sb-qsp {
  transition: transform .25s ease;
  transform: translateX(-100%);
  background: #1E1610;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  position: fixed;
  bottom: 0;
  width: 220px;
  overflow-y: auto;
  left: 0;
  top: 56px;
  z-index: 70;
}.xga_sb-qsp.xga_state_open-qsp {
  transform: translateX(0);
}.xga_sb-qsp::-webkit-scrollbar {
  width: 0.25rem;
}.xga_sb-qsp::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.xga_sb-qsp {
  transform: translateX(0);
}
}.xga_sb_auth-qsp {
  padding: 0.875rem 0.75rem 0.625rem;
}.xga_sb_btn_reg-qsp {
  padding: 11px;
  background: #3DAA6A;
  transition: background .2s;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  margin-bottom: 8px;
  color: #0D0A04;
  display: block;
}.xga_sb_btn_reg-qsp:hover {
  background: #48C07A;
}.xga_sb_btn_login-qsp {
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.5rem;
  transition: border-color .2s;
  color: #D4C09A;
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}.xga_sb_btn_login-qsp:hover {
  border-color: rgba(201, 168, 76, 0.45);
  color: #F5E8C8;
}.xga_sb_promo-qsp {
  overflow: hidden;
  border-radius: 0.5rem;
  background: linear-gradient(135deg,#1E1008,#1E1610);
  margin: 0 12px 0.625rem;
  border: 1px solid rgba(201, 168, 76, 0.16);
  padding: 0.75rem 0.875rem;
  position: relative;
}.xga_sb_promo-qsp::before {
  background: radial-gradient(circle,rgba(201, 168, 76, 0.16),transparent 70%);
  border-radius: 50%;
  right: -1.25rem;
  width: 5rem;
  position: absolute;
  top: -20px;
  content: '';
  height: 5rem;
}.xga_sb_promo_title-qsp {
  font-weight: 700;
  letter-spacing: .06em;
  color: #C9A84C;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0.25rem;
}.xga_sb_promo_text-qsp {
  color: #F5E8C8;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: break-word;
}.xga_sb_promo_sub-qsp {
  margin-top: 3px;
  color: #806650;
  font-size: 0.625rem;
}.xga_sb_nav-qsp {
  padding: 0.375rem 8px 16px;
}.xga_sb_nav_lb-qsp {
  padding: 0.625rem 8px 6px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #6B5740;
  font-size: 10px;
  text-transform: uppercase;
}.xga_sb_link-qsp {
  gap: 0.625rem;
  border-radius: 4px;
  transition: background .15s,color .15s;
  padding: 0.563rem 10px;
  font-weight: 500;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
  cursor: pointer;
  color: #A88F6A;
  font-size: 0.813rem;
}.xga_sb_link-qsp:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5E8C8;
}.xga_sb_link-qsp.xga_state_active-qsp {
  background: rgba(201, 168, 76, 0.16);
  color: #F5E8C8;
}.xga_sb_ic-qsp {
  border-radius: 0.25rem;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 1.875rem;
  align-items: center;
  display: flex;
}.xga_sb_ic-qsp svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
  height: 16px;
}.xga_sb_ic_1-qsp {
  background: rgba(201, 168, 76, 0.07);
  color: #C9A84C;
}.xga_sb_ic_2-qsp {
  background: rgba(61, 170, 106, 0.15);
  color: #3DAA6A;
}.xga_sb_ic_3-qsp {
  background: rgba(232, 160, 32, 0.18);
  color: #E8A020;
}.xga_sb_ic_4-qsp {
  background: rgba(160, 92, 40, 0.22);
  color: #A05C28;
}.xga_sb_ic_5-qsp {
  background: rgba(201, 168, 76, 0.07);
  color: #D4487A;
}.xga_sb_ic_6-qsp {
  background: rgba(160, 92, 40, 0.22);
  color: #8B4DB8;
}.xga_sb_badge-qsp {
  background: #E8A020;
  padding: 2px 0.438rem;
  border-radius: 4px;
  font-size: 0.563rem;
  margin-left: auto;
  font-weight: 700;
  color: #0D0A04;
}.xga_sb_bot-qsp {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 8px;
  padding: 12px;
  display: flex;
}.xga_sb_lang-qsp,.xga_sb_help-qsp {
  transition: border-color .2s;
  padding: 9px 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex: 1;
  gap: 0.375rem;
  font-size: 11px;
  display: flex;
  align-items: center;
  color: #A88F6A;
  font-weight: 600;
  justify-content: center;
}.xga_sb_lang-qsp:hover,.xga_sb_help-qsp:hover {
  border-color: rgba(201, 168, 76, 0.45);
  color: #F5E8C8;
}.xga_sb_lang-qsp svg,.xga_sb_help-qsp svg {
  stroke-linecap: round;
  height: 13px;
  stroke-linejoin: round;
  width: 13px;
}.xga_sb_bd-qsp {
  background: rgba(8, 6, 3, 0.72);
  inset: 0;
  position: fixed;
  z-index: 69;
  display: none;
}.xga_sb_bd-qsp.xga_state_on-qsp {
  display: block;
}
@media(min-width: 1079px) {.xga_sb_bd-qsp {
  display: none!important;
}
}.xga_mob_nav-qsp {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  background: #1E1610;
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  display: flex;
  z-index: 80;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
}
@media(min-width: 1081px) {.xga_mob_nav-qsp {
  display: none;
}
}.xga_mob_nav_item-qsp {
  gap: 4px;
  padding: 0.25rem 2px;
  flex: 1;
  align-items: center;
  color: #6B5740;
  cursor: pointer;
  flex-direction: column;
  display: flex;
}.xga_mob_nav_ic-qsp {
  line-height: 1;
}.xga_mob_nav_ic-qsp svg {
  stroke-linejoin: round;
  height: 1.25rem;
  stroke-linecap: round;
  width: 20px;
}.xga_mob_nav_lb-qsp {
  font-size: 0.625rem;
  font-weight: 600;
  color: #6B5740;
}.xga_mob_nav_item-qsp.xga_state_active-qsp {
  color: #C9A84C;
}.xga_mob_nav_item-qsp.xga_state_active-qsp .xga_mob_nav_lb-qsp {
  color: #C9A84C;
}.xga_hero-qsp {
  padding: 1.25rem 16px 0;
  background: #110D08;
}
@media(min-width: 765px) {.xga_hero-qsp {
  padding: 24px 24px 0;
}
}.xga_hero_in-qsp {
  gap: 12px;
  margin: 0 auto;
  max-width: 1320px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 862px) {.xga_hero_in-qsp {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1102px) {.xga_hero_in-qsp {
  grid-template-columns: 1fr 21.25rem;
}
}.xga_hero_promo-qsp {
  border-radius: 0.75rem;
  overflow: hidden;
  background: #181108;
  min-height: 13.75rem;
  align-items: stretch;
  position: relative;
  display: flex;
}
@media(min-width:768px) {.xga_hero_promo-qsp {
  min-height: 280px;
}
}.xga_hero_promo_bg-qsp {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#1E1008 0%,#110D08 100%);
  background-size: cover;
  position: absolute;
}.xga_hero_promo_bg-qsp::after {
  inset: 0;
  background: linear-gradient(90deg,#110D08 0%,rgba(8, 6, 3, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.xga_hero_promo_glow-qsp {
  background: radial-gradient(circle,rgba(160, 92, 40, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  width: 300px;
  position: absolute;
  pointer-events: none;
  top: -2.5rem;
  height: 300px;
  right: 60px;
}.xga_hero_promo_ct-qsp {
  padding: 1.75rem 24px 1.75rem 1.75rem;
  display: flex;
  flex-direction: column;
  max-width: 30rem;
  z-index: 2;
  justify-content: center;
  position: relative;
}
@media(min-width: 770px) {.xga_hero_promo_ct-qsp {
  padding: 40px 32px;
}
}.xga_hero_badge-qsp {
  border: 1px solid rgba(201, 168, 76, 0.07);
  background: rgba(201, 168, 76, 0.16);
  border-radius: 20px;
  padding: 0.313rem 12px;
  font-weight: 700;
  color: #C9A84C;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 14px;
  letter-spacing: .08em;
  display: inline-block;
}.xga_hero_h1-qsp {
  font-weight: 800;
  line-height: 1.15;
  font-size: 1.625rem;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  color: #F5E8C8;
  margin-bottom: 0.625rem;
}.xga_hero_h1-qsp em {
  font-style: normal;
  color: #E8A020;
}
@media(min-width: 766px) {.xga_hero_h1-qsp {
  font-size: 36px;
}
}.xga_hero_sub-qsp {
  font-size: 0.813rem;
  color: #A88F6A;
  margin-bottom: 20px;
  line-height: 1.55;
}
@media(min-width: 770px) {.xga_hero_sub-qsp {
  font-size: 0.875rem;
}
}.xga_hero_row-qsp {
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.xga_hero_cta-qsp {
  padding: 13px 26px;
  transition: background .2s;
  border-radius: 8px;
  background: #3DAA6A;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0D0A04;
  box-shadow: inset 0 1px 0 rgba(180, 255, 200, 0.12), 0 0.375rem 1.125rem rgba(61, 170, 106, 0.32);
}.xga_hero_cta-qsp:hover {
  background: #48C07A;
}.xga_hero_terms-qsp {
  font-size: 0.688rem;
  color: #6B5740;
}.xga_hero_game-qsp {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #181108;
  display: flex;
  position: relative;
  flex-direction: column;
}.xga_hero_game_badge-qsp {
  background: rgba(232, 160, 32, 0.18);
  padding: 0.313rem 10px;
  border: 1px solid rgba(232, 160, 32, 0.18);
  border-radius: 20px;
  letter-spacing: .06em;
  top: 0.75rem;
  position: absolute;
  font-weight: 700;
  font-size: 0.625rem;
  color: #E8A020;
  z-index: 3;
  text-transform: uppercase;
  left: 0.75rem;
}.xga_hero_game_badge-qsp svg {
  vertical-align: -1px;
  margin-right: 0.25rem;
  height: 0.688rem;
  width: 0.688rem;
}.xga_hero_game_img-qsp {
  background: linear-gradient(135deg,#1E1008,#110D08);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.xga_hero_game_img-qsp img {
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}.xga_hero_game_play-qsp {
  transition: opacity .2s;
  background: rgba(8, 6, 3, 0.72);
  inset: 0;
  align-items: center;
  opacity: 0;
  display: flex;
  justify-content: center;
  position: absolute;
}.xga_hero_game-qsp:hover .xga_hero_game_play-qsp {
  opacity: 1;
}.xga_hero_game_play-qsp span {
  border-radius: 50%;
  background: #C9A84C;
  height: 3.25rem;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  display: flex;
}.xga_hero_game_play-qsp span svg {
  width: 18px;
  margin-left: 2px;
  height: 18px;
}.xga_hero_game_info-qsp {
  padding: 0.875rem 16px;
}.xga_hero_game_title-qsp {
  font-weight: 700;
  color: #F5E8C8;
  margin-bottom: 4px;
  font-size: 15px;
  overflow-wrap: break-word;
}.xga_hero_game_provider-qsp {
  color: #806650;
  font-size: 11px;
}.xga_hero_game_btn-qsp {
  margin: 0.75rem 16px 16px;
  padding: 11px;
  background: #C9A84C;
  transition: background .2s;
  border-radius: 0.5rem;
  display: block;
  font-size: 0.813rem;
  color: #F5E8C8;
  text-align: center;
  font-weight: 700;
}.xga_hero_game-qsp:hover .xga_hero_game_btn-qsp {
  background: #D9BC62;
}.xga_sbar-qsp {
  padding: 1rem 1rem 0;
  background: #110D08;
}
@media(min-width: 766px) {.xga_sbar-qsp {
  padding: 18px 24px 0;
}
}.xga_sbar_in-qsp {
  margin: 0 auto;
  max-width: 1320px;
}.xga_sbar_row-qsp {
  gap: 0.625rem;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
  display: flex;
}.xga_sbar_input-qsp {
  border-radius: 0.5rem;
  background: #181108;
  gap: 0.625rem;
  padding: 0.688rem 16px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  flex: 1;
  font-size: 13px;
  align-items: center;
  cursor: pointer;
  color: #806650;
  display: flex;
}.xga_sbar_input-qsp:hover {
  border-color: rgba(201, 168, 76, 0.45);
}.xga_sbar_input-qsp svg {
  stroke-linejoin: round;
  height: 0.938rem;
  width: 0.938rem;
  stroke-linecap: round;
  flex-shrink: 0;
}.xga_sbar_providers-qsp {
  transition: border-color .2s;
  padding: 0.688rem 18px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 0.5rem;
  background: #181108;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #D4C09A;
  white-space: nowrap;
  font-weight: 600;
}.xga_sbar_providers-qsp:hover {
  border-color: rgba(201, 168, 76, 0.45);
  color: #F5E8C8;
}.xga_sbar_providers-qsp svg {
  stroke-linejoin: round;
  width: 14px;
  height: 14px;
  stroke-linecap: round;
}.xga_sbar_tabs-qsp {
  gap: 0.375rem;
  display: flex;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}.xga_sbar_tabs-qsp::-webkit-scrollbar {
  display: none;
}.xga_sbar_tab-qsp {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.438rem;
  padding: 8px 0.875rem;
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  align-items: center;
  font-size: 0.75rem;
  flex-shrink: 0;
  font-weight: 600;
  color: #A88F6A;
  white-space: nowrap;
  display: flex;
  cursor: pointer;
}.xga_sbar_tab-qsp:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(201, 168, 76, 0.45);
  color: #F5E8C8;
}.xga_sbar_tab-qsp.xga_state_active-qsp {
  border-color: rgba(201, 168, 76, 0.07);
  background: rgba(201, 168, 76, 0.16);
  color: #F5E8C8;
}.xga_sbar_tab_ic-qsp svg {
  width: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.875rem;
}.xga_gr_jp-qsp {
  padding: 20px;
  background: linear-gradient(135deg,#1C0E2A 0%,#0E0A16 100%);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}.xga_gr_jp-qsp::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(160, 92, 40, 0.22) 0%,transparent 70%);
  position: absolute;
  height: 250px;
  content: '';
  top: -3.75rem;
  width: 250px;
  left: -3.75rem;
}.xga_gr_jp-qsp::after {
  background: radial-gradient(circle,rgba(232, 160, 32, 0.18) 0%,transparent 70%);
  border-radius: 50%;
  right: 0;
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: -2.5rem;
}.xga_gr_jp_head-qsp {
  gap: 16px;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
  z-index: 1;
  margin-bottom: 1rem;
}.xga_gr_jp_info-qsp {
  flex: 1;
}.xga_gr_jp_label-qsp {
  font-weight: 700;
  color: #8B4DB8;
  margin-bottom: 6px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
}.xga_gr_jp_label-qsp svg {
  vertical-align: -2px;
  margin-right: 4px;
  stroke-linecap: round;
  height: 0.875rem;
  width: 0.875rem;
  stroke-linejoin: round;
}.xga_gr_jp_amount-qsp {
  margin-bottom: 0.25rem;
  font-size: 2rem;
  color: #F5E8C8;
  overflow-wrap: break-word;
  line-height: 1;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
}
@media(min-width: 766px) {.xga_gr_jp_amount-qsp {
  font-size: 40px;
}
}.xga_gr_jp_amount-qsp span {
  color: #E8A020;
}.xga_gr_jp_seo-qsp {
  max-width: 30rem;
  line-height: 1.5;
  font-size: 0.75rem;
  color: #A88F6A;
  overflow-wrap: break-word;
}.xga_gr_jp_cta-qsp {
  border-radius: 8px;
  background: rgba(160, 92, 40, 0.22);
  padding: 11px 1.25rem;
  border: 1px solid rgba(160, 92, 40, 0.22);
  transition: background .2s;
  white-space: nowrap;
  margin-top: 4px;
  position: relative;
  align-self: flex-start;
  font-size: 0.813rem;
  z-index: 1;
  flex-shrink: 0;
  color: #F5E8C8;
  font-weight: 700;
}.xga_gr_jp_cta-qsp:hover {
  background: #A05C28;
}.xga_ws-qsp {
  background: #110D08;
  padding: 2rem 1rem 0;
}
@media(min-width: 770px) {.xga_ws-qsp {
  padding: 36px 1.5rem 0;
}
}.xga_ws_in-qsp {
  margin: 0 auto;
  max-width: 82.5rem;
}.xga_ws_head-qsp {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
  justify-content: space-between;
}.xga_ws_title-qsp {
  gap: 0.625rem;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  color: #F5E8C8;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
}.xga_ws_title_ic-qsp svg {
  stroke-linejoin: round;
  height: 1.125rem;
  stroke-linecap: round;
  color: #E8A020;
  width: 18px;
}.xga_ws_online-qsp {
  gap: 0.438rem;
  font-size: 0.75rem;
  display: flex;
  color: #806650;
  align-items: center;
  font-weight: 600;
}.xga_ws_online_dot-qsp {
  background: #3DAA6A;
  border-radius: 50%;
  height: 8px;
  box-shadow: 0 0 6px rgba(61, 170, 106, 0.15);
  flex-shrink: 0;
  width: 8px;
}.xga_ws_scroll-qsp {
  gap: 0.5rem;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}.xga_ws_scroll-qsp::-webkit-scrollbar {
  display: none;
}.xga_wc-qsp {
  gap: 0.625rem;
  background: #181108;
  border-radius: 0.5rem;
  padding: 10px 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  flex-shrink: 0;
  min-width: 13.75rem;
  display: flex;
  align-items: center;
}.xga_wc_img-qsp {
  border-radius: 4px;
  overflow: hidden;
  background: #1E1610;
  flex-shrink: 0;
  width: 36px;
  height: 2.25rem;
}.xga_wc_img-qsp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.xga_wc_info-qsp {
  min-width: 0;
}.xga_wc_game-qsp {
  overflow: hidden;
  font-size: 0.75rem;
  font-weight: 600;
  color: #D4C09A;
  text-overflow: ellipsis;
  white-space: nowrap;
}.xga_wc_player-qsp {
  overflow: hidden;
  color: #6B5740;
  white-space: nowrap;
  font-size: 0.625rem;
  text-overflow: ellipsis;
}.xga_wc_amount-qsp {
  white-space: nowrap;
  margin-left: auto;
  font-weight: 700;
  color: #3DAA6A;
  flex-shrink: 0;
  font-size: 0.813rem;
}.xga_bon-qsp {
  background: #110D08;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.xga_bon-qsp {
  padding: 44px 24px 0;
}
}.xga_bon_in-qsp {
  margin: 0 auto;
  max-width: 1320px;
}.xga_bon_head-qsp {
  margin-bottom: 20px;
}.xga_bon_label-qsp {
  color: #C9A84C;
  margin-bottom: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
}.xga_bon_h2-qsp {
  overflow-wrap: break-word;
  color: #F5E8C8;
  margin-bottom: 8px;
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 766px) {.xga_bon_h2-qsp {
  font-size: 1.5rem;
}
}.xga_bon_seo-qsp {
  max-width: 38.75rem;
  font-size: 0.813rem;
  color: #806650;
  line-height: 1.6;
  overflow-wrap: break-word;
}.xga_bon_seo-qsp strong {
  font-weight: 700;
  color: #D4C09A;
}.xga_bon_seo-qsp a {
  color: #C9A84C;
  text-decoration: underline;
}.xga_bon_grid-qsp {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.xga_bon_grid-qsp {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.xga_bon_grid-qsp {
  grid-template-columns: repeat(5,1fr);
}
}.xga_bon_card-qsp {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #181108;
  padding: 16px;
  transition: border-color .2s,transform .2s;
}.xga_bon_card-qsp:hover {
  border-color: rgba(201, 168, 76, 0.07);
  transform: translateY(-2px);
}.xga_bon_card_ic-qsp svg {
  stroke-linejoin: round;
  height: 1.625rem;
  stroke-linecap: round;
  width: 1.625rem;
}.xga_bon_card_ic-qsp {
  margin-bottom: 10px;
}.xga_bon_card_type-qsp {
  letter-spacing: .06em;
  margin-bottom: 0.375rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #806650;
  font-size: 0.625rem;
}.xga_bon_card_amount-qsp {
  margin-bottom: 6px;
  color: #E8A020;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.1;
}.xga_bon_card_name-qsp {
  color: #F5E8C8;
  font-weight: 600;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 0.813rem;
}.xga_bon_card_detail-qsp {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  color: #6B5740;
  font-size: 11px;
  padding-top: 8px;
  overflow-wrap: break-word;
}.xga_reg-qsp {
  padding: 2.25rem 1rem 0;
  background: #110D08;
}
@media(min-width: 771px) {.xga_reg-qsp {
  padding: 44px 24px 0;
}
}.xga_reg_in-qsp {
  background: #1E1610;
  margin: 0 auto;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 28px 24px;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.xga_reg_in-qsp {
  padding: 40px;
}
}.xga_reg_top-qsp {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 857px) {.xga_reg_top-qsp {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.xga_reg_label-qsp {
  color: #C9A84C;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
}.xga_reg_h2-qsp {
  font-family: 'Playfair Display', serif;
  line-height: 1.2;
  overflow-wrap: break-word;
  color: #F5E8C8;
  font-weight: 800;
  font-size: 1.375rem;
  margin-bottom: 12px;
}
@media(min-width: 769px) {.xga_reg_h2-qsp {
  font-size: 28px;
}
}.xga_reg_bonus-qsp {
  border: 1px solid rgba(232, 160, 32, 0.18);
  padding: 0.625rem 16px;
  gap: 8px;
  background: rgba(232, 160, 32, 0.18);
  border-radius: 0.5rem;
  align-items: center;
  display: inline-flex;
  margin-bottom: 16px;
}.xga_reg_bonus_amount-qsp {
  font-weight: 800;
  color: #E8A020;
  font-size: 1.25rem;
}.xga_reg_bonus_text-qsp {
  font-size: 0.813rem;
  line-height: 1.35;
  color: #A88F6A;
}.xga_reg_cta_btn-qsp {
  border-radius: 8px;
  padding: 0.875rem 2rem;
  transition: background .2s;
  background: #3DAA6A;
  color: #0D0A04;
  box-shadow: inset 0 1px 0 rgba(180, 255, 200, 0.12), 0 0.375rem 18px rgba(61, 170, 106, 0.32);
  display: inline-block;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 700;
}.xga_reg_cta_btn-qsp:hover {
  background: #48C07A;
}.xga_reg_terms-qsp {
  font-size: 11px;
  color: #6B5740;
  line-height: 1.5;
}.xga_reg_seo-qsp {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  padding-top: 1.25rem;
  font-size: 0.813rem;
  color: #806650;
  line-height: 1.65;
  margin-top: 20px;
}.xga_reg_seo-qsp p {
  line-height: 1.65;
  font-size: 0.813rem;
  margin-bottom: 10px;
  color: #806650;
}.xga_reg_seo-qsp p:last-child {
  margin-bottom: 0;
}.xga_reg_seo-qsp strong {
  font-weight: 700;
  color: #D4C09A;
}.xga_reg_seo-qsp a {
  transition: color .2s;
  text-decoration: underline;
  color: #C9A84C;
}.xga_reg_seo-qsp a:hover {
  color: #D9BC62;
}.xga_reg_seo-qsp ul,.xga_reg_seo-qsp ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 1.125rem;
}.xga_reg_seo-qsp ol {
  list-style: decimal;
}.xga_reg_seo-qsp li {
  color: #806650;
  margin-bottom: 4px;
  line-height: 1.65;
  font-size: 0.813rem;
}.xga_reg_seo-qsp table {
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  margin-bottom: 10px;
}
@media(min-width:768px) {.xga_reg_seo-qsp table {
  display: table;
}
}.xga_reg_seo-qsp th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  font-weight: 700;
  text-align: left;
  color: #D4C09A;
}.xga_reg_seo-qsp td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #806650;
}.xga_reg_steps-qsp {
  gap: 0.875rem;
  display: flex;
  margin-top: 1.75rem;
  flex-direction: column;
}
@media(min-width: 863px) {.xga_reg_steps-qsp {
  margin-top: 0;
}
}.xga_reg_step-qsp {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  border-radius: 0.5rem;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.xga_reg_step_num-qsp {
  border: 1px solid rgba(201, 168, 76, 0.07);
  border-radius: 50%;
  background: rgba(201, 168, 76, 0.16);
  font-size: 14px;
  height: 2.125rem;
  font-weight: 800;
  color: #C9A84C;
  width: 2.125rem;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}.xga_reg_step_title-qsp {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #F5E8C8;
}.xga_reg_step_text-qsp {
  line-height: 1.5;
  font-size: 12px;
  color: #806650;
}.xga_reg_trust-qsp {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  display: flex;
  margin-top: 1.25rem;
  padding-top: 20px;
  flex-wrap: wrap;
}.xga_reg_trust_item-qsp {
  gap: 7px;
  overflow-wrap: break-word;
  color: #806650;
  display: flex;
  font-size: 0.75rem;
  align-items: center;
}.xga_reg_trust_ic-qsp svg {
  color: #C9A84C;
  width: 1rem;
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.xga_prov-qsp {
  background: #110D08;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.xga_prov-qsp {
  padding: 2.75rem 24px 0;
}
}.xga_prov_in-qsp {
  margin: 0 auto;
  max-width: 1320px;
}.xga_prov_head-qsp {
  margin-bottom: 1rem;
}.xga_prov_label-qsp {
  letter-spacing: .08em;
  color: #C9A84C;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.xga_prov_h2-qsp {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #F5E8C8;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.xga_prov_h2-qsp {
  font-size: 24px;
}
}.xga_prov_seo-qsp {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #806650;
  line-height: 1.6;
  max-width: 620px;
  margin-bottom: 16px;
}.xga_prov_seo-qsp strong {
  color: #D4C09A;
  font-weight: 700;
}.xga_prov_seo-qsp a {
  text-decoration: underline;
  color: #C9A84C;
}.xga_prov_grid-qsp {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.xga_prov_grid-qsp {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.xga_prov_grid-qsp {
  grid-template-columns: repeat(8,1fr);
}
}.xga_prov_card-qsp {
  transition: border-color .2s,background .2s;
  padding: 14px 10px;
  border-radius: 8px;
  background: #181108;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  align-items: center;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}.xga_prov_card-qsp:hover {
  background: #1E1610;
  border-color: rgba(201, 168, 76, 0.45);
}.xga_prov_logo-qsp {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  justify-content: center;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
}.xga_prov_logo-qsp img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.xga_prov_name-qsp {
  text-align: center;
  color: #A88F6A;
  font-size: 11px;
  font-weight: 600;
  overflow-wrap: break-word;
}.xga_app-qsp {
  background: #110D08;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.xga_app-qsp {
  padding: 44px 24px 0;
}
}.xga_app_in-qsp {
  margin: 0 auto;
  max-width: 82.5rem;
}.xga_app_head-qsp {
  margin-bottom: 16px;
}.xga_app_label-qsp {
  margin-bottom: 8px;
  color: #C9A84C;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.xga_app_h2-qsp {
  color: #F5E8C8;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  margin-bottom: 6px;
  font-size: 1.25rem;
  font-weight: 800;
}
@media(min-width: 767px) {.xga_app_h2-qsp {
  font-size: 24px;
}
}.xga_app_sub-qsp {
  color: #806650;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 13px;
  max-width: 600px;
}.xga_app_sub-qsp strong {
  color: #D4C09A;
  font-weight: 700;
}.xga_app_cards-qsp {
  gap: 0.625rem;
  margin-top: 16px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.xga_app_cards-qsp {
  grid-template-columns: repeat(3,1fr);
}
}.xga_app_card-qsp {
  padding: 20px;
  border-radius: 0.5rem;
  gap: 16px;
  overflow: hidden;
  align-items: flex-start;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}.xga_app_card_ios-qsp {
  background: linear-gradient(135deg,rgba(201, 168, 76, 0.16) 0%,#1E1610 100%);
}.xga_app_card_android-qsp {
  background: linear-gradient(135deg,rgba(61, 170, 106, 0.15) 0%,#1E1610 100%);
}.xga_app_card_win-qsp {
  background: linear-gradient(135deg,rgba(232, 160, 32, 0.18) 0%,#1E1610 100%);
}.xga_app_card_ic-qsp svg {
  stroke-linejoin: round;
  height: 2.125rem;
  stroke-linecap: round;
  width: 2.125rem;
}.xga_app_card_ic-qsp {
  color: #F5E8C8;
  flex-shrink: 0;
}.xga_app_card_os-qsp {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #806650;
  margin-bottom: 0.375rem;
  font-weight: 700;
  font-size: 10px;
}.xga_app_card_title-qsp {
  font-weight: 700;
  font-size: 0.938rem;
  line-height: 1.2;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  color: #F5E8C8;
}.xga_app_card_text-qsp {
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #806650;
  font-size: 0.75rem;
}.xga_app_card_btn-qsp {
  transition: background .2s;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(201, 168, 76, 0.45);
  gap: 7px;
  padding: 0.625rem 1.125rem;
  border-radius: 0.25rem;
  font-weight: 700;
  display: inline-flex;
  color: #F5E8C8;
  align-items: center;
  font-size: 13px;
}.xga_app_card_btn-qsp:hover {
  background: rgba(255, 255, 255, 0.07);
}.xga_seo-qsp {
  background: #110D08;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.xga_seo-qsp {
  padding: 44px 24px 0;
}
}.xga_seo_in-qsp {
  padding: 28px 24px;
  border-radius: 12px;
  margin: 0 auto;
  background: #1E1610;
  border: 1px solid rgba(255, 255, 255, 0.10);
  max-width: 1320px;
}
@media(min-width: 770px) {.xga_seo_in-qsp {
  padding: 2.25rem 2.5rem;
}
}.xga_seo_label-qsp {
  color: #C9A84C;
  margin-bottom: 10px;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.xga_seo_h2-qsp {
  overflow-wrap: break-word;
  color: #F5E8C8;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  line-height: 1.25;
}
@media(min-width: 770px) {.xga_seo_h2-qsp {
  font-size: 1.5rem;
}
}.xga_seo_body-qsp {
  overflow-wrap: break-word;
  color: #A88F6A;
  line-height: 1.75;
  font-size: 0.875rem;
}.xga_seo_body-qsp p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #A88F6A;
  line-height: 1.75;
}.xga_seo_body-qsp p:last-child {
  margin-bottom: 0;
}.xga_seo_body-qsp strong {
  font-weight: 700;
  color: #D4C09A;
}.xga_seo_body-qsp a {
  transition: color .2s;
  color: #C9A84C;
  text-decoration: underline;
}.xga_seo_body-qsp a:hover {
  color: #D9BC62;
}.xga_seo_body-qsp ul,.xga_seo_body-qsp ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.xga_seo_body-qsp ol {
  list-style: decimal;
}.xga_seo_body-qsp li {
  font-size: 0.875rem;
  color: #A88F6A;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.xga_seo_body-qsp table {
  width: 100%;
  margin-bottom: 0.75rem;
  display: block;
  overflow-x: auto;
  font-size: 0.813rem;
  border-collapse: collapse;
}
@media(min-width: 771px) {.xga_seo_body-qsp table {
  display: table;
}
}.xga_seo_body-qsp th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  font-weight: 700;
  text-align: left;
  color: #D4C09A;
}.xga_seo_body-qsp td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A88F6A;
}.xga_seo_cols-qsp {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.xga_seo_cols-qsp {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.xga_seo_cols-qsp {
  grid-template-columns: repeat(3,1fr);
}
}.xga_seo_col_h-qsp {
  color: #D4C09A;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 0.438rem;
}.xga_seo_col_p-qsp {
  color: #806650;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
}.xga_seo_stats-qsp {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.xga_seo_stat-qsp {
  background: rgba(201, 168, 76, 0.07);
  padding: 14px 16px;
  border: 1px solid rgba(201, 168, 76, 0.16);
  flex: 1;
  border-radius: 8px;
  min-width: 140px;
}.xga_seo_stat_val-qsp {
  font-size: 20px;
  color: #C9A84C;
  margin-bottom: 0.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
}.xga_seo_stat_lb-qsp {
  color: #806650;
  overflow-wrap: break-word;
  font-size: 11px;
}.xga_seo-qsp {
  padding: 36px 1rem 0;
  background: #110D08;
}
@media(min-width: 771px) {.xga_seo-qsp {
  padding: 2.75rem 1.5rem 0;
}
}.xga_seo_in-qsp {
  border-radius: 0.75rem;
  margin: 0 auto;
  background: #1E1610;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width: 767px) {.xga_seo_in-qsp {
  padding: 2.25rem 40px;
}
}.xga_seo_label-qsp {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-weight: 700;
  color: #C9A84C;
  font-size: 0.688rem;
}.xga_seo_h2-qsp {
  font-family: 'Playfair Display', serif;
  color: #F5E8C8;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 0.875rem;
  font-weight: 800;
}
@media(min-width: 765px) {.xga_seo_h2-qsp {
  font-size: 1.5rem;
}
}.xga_seo_body-qsp {
  overflow-wrap: break-word;
  color: #A88F6A;
  line-height: 1.75;
  font-size: 14px;
}.xga_seo_body-qsp p {
  color: #A88F6A;
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 0.875rem;
}.xga_seo_body-qsp p:last-child {
  margin-bottom: 0;
}.xga_seo_body-qsp strong {
  font-weight: 700;
  color: #D4C09A;
}.xga_seo_body-qsp a {
  transition: color .2s;
  color: #C9A84C;
  text-decoration: underline;
}.xga_seo_body-qsp a:hover {
  color: #D9BC62;
}.xga_seo_body-qsp ul,.xga_seo_body-qsp ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.xga_seo_body-qsp ol {
  list-style: decimal;
}.xga_seo_body-qsp li {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 6px;
  color: #A88F6A;
}.xga_seo_body-qsp table {
  margin-bottom: 0.75rem;
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  display: block;
  overflow-x: auto;
}
@media(min-width: 766px) {.xga_seo_body-qsp table {
  display: table;
}
}.xga_seo_body-qsp th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  text-align: left;
  font-weight: 700;
  color: #D4C09A;
}.xga_seo_body-qsp td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #A88F6A;
}.xga_seo_cols-qsp {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.xga_seo_cols-qsp {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.xga_seo_cols-qsp {
  grid-template-columns: repeat(3,1fr);
}
}.xga_seo_col_h-qsp {
  font-size: 0.813rem;
  color: #D4C09A;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.xga_seo_col_p-qsp {
  line-height: 1.65;
  font-size: 13px;
  color: #806650;
  overflow-wrap: break-word;
}.xga_seo_stats-qsp {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.xga_seo_stat-qsp {
  border-radius: 0.5rem;
  padding: 0.875rem 16px;
  background: rgba(201, 168, 76, 0.07);
  flex: 1;
  border: 1px solid rgba(201, 168, 76, 0.16);
  min-width: 8.75rem;
}.xga_seo_stat_val-qsp {
  color: #C9A84C;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
}.xga_seo_stat_lb-qsp {
  font-size: 11px;
  color: #806650;
  overflow-wrap: break-word;
}.xga_faq-qsp {
  background: #110D08;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.xga_faq-qsp {
  padding: 44px 1.5rem 0;
}
}.xga_faq_in-qsp {
  margin: 0 auto;
  max-width: 82.5rem;
}.xga_faq_head-qsp {
  margin-bottom: 20px;
}.xga_faq_label-qsp {
  text-transform: uppercase;
  color: #C9A84C;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 0.688rem;
  font-weight: 700;
}.xga_faq_h2-qsp {
  color: #F5E8C8;
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 770px) {.xga_faq_h2-qsp {
  font-size: 24px;
}
}.xga_faq_list-qsp {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.xga_faq_item-qsp {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  overflow: hidden;
  background: #1E1610;
}.xga_faq_q-qsp {
  padding: 1rem 20px;
  gap: 12px;
  transition: color .2s;
  overflow-wrap: break-word;
  font-weight: 600;
  color: #D4C09A;
  cursor: pointer;
  font-size: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}.xga_faq_q-qsp:hover {
  color: #F5E8C8;
}.xga_faq_q_ic-qsp {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  justify-content: center;
  color: #C9A84C;
  align-items: center;
  display: flex;
  width: 1.5rem;
  flex-shrink: 0;
  height: 24px;
  font-size: 16px;
}.xga_faq_item-qsp.xga_state_open-qsp .xga_faq_q_ic-qsp {
  transform: rotate(45deg);
}.xga_faq_a-qsp {
  padding: 0 20px 16px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  display: none;
  color: #806650;
  line-height: 1.7;
}.xga_faq_item-qsp.xga_state_open-qsp .xga_faq_a-qsp {
  display: block;
}.xga_faq_a-qsp strong {
  color: #D4C09A;
  font-weight: 700;
}.xga_faq_a-qsp a {
  color: #C9A84C;
  text-decoration: underline;
}.xga_faq_a-qsp ul,.xga_faq_a-qsp ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.xga_faq_a-qsp ol {
  list-style: decimal;
}.xga_faq_a-qsp li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.xga_faq_a-qsp table {
  margin: 0.5rem 0;
  display: block;
  width: 100%;
  overflow-x: auto;
  font-size: 0.75rem;
  border-collapse: collapse;
}
@media(min-width: 769px) {.xga_faq_a-qsp table {
  display: table;
}
}.xga_faq_a-qsp th {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #D4C09A;
  text-align: left;
}.xga_faq_a-qsp td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #806650;
}.xga_seo-qsp {
  background: #110D08;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.xga_seo-qsp {
  padding: 44px 24px 0;
}
}.xga_seo_in-qsp {
  padding: 1.75rem 24px;
  margin: 0 auto;
  background: #1E1610;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 12px;
  max-width: 1320px;
}
@media(min-width: 769px) {.xga_seo_in-qsp {
  padding: 2.25rem 40px;
}
}.xga_seo_label-qsp {
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C9A84C;
  font-size: 11px;
  font-weight: 700;
}.xga_seo_h2-qsp {
  font-size: 20px;
  margin-bottom: 14px;
  font-family: 'Playfair Display', serif;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F5E8C8;
}
@media(min-width: 765px) {.xga_seo_h2-qsp {
  font-size: 1.5rem;
}
}.xga_seo_body-qsp {
  overflow-wrap: break-word;
  color: #A88F6A;
  line-height: 1.75;
  font-size: 14px;
}.xga_seo_body-qsp p {
  line-height: 1.75;
  color: #A88F6A;
  font-size: 14px;
  margin-bottom: 0.75rem;
}.xga_seo_body-qsp p:last-child {
  margin-bottom: 0;
}.xga_seo_body-qsp strong {
  color: #D4C09A;
  font-weight: 700;
}.xga_seo_body-qsp a {
  transition: color .2s;
  text-decoration: underline;
  color: #C9A84C;
}.xga_seo_body-qsp a:hover {
  color: #D9BC62;
}.xga_seo_body-qsp ul,.xga_seo_body-qsp ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.xga_seo_body-qsp ol {
  list-style: decimal;
}.xga_seo_body-qsp li {
  color: #A88F6A;
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 1.75;
}.xga_seo_body-qsp table {
  overflow-x: auto;
  font-size: 0.813rem;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  display: block;
  width: 100%;
}
@media(min-width: 771px) {.xga_seo_body-qsp table {
  display: table;
}
}.xga_seo_body-qsp th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #D4C09A;
}.xga_seo_body-qsp td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A88F6A;
}.xga_seo_cols-qsp {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.xga_seo_cols-qsp {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.xga_seo_cols-qsp {
  grid-template-columns: repeat(3,1fr);
}
}.xga_seo_col_h-qsp {
  font-size: 0.813rem;
  font-weight: 700;
  color: #D4C09A;
  margin-bottom: 7px;
  overflow-wrap: break-word;
}.xga_seo_col_p-qsp {
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #806650;
}.xga_seo_stats-qsp {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.xga_seo_stat-qsp {
  flex: 1;
  background: rgba(201, 168, 76, 0.07);
  border-radius: 8px;
  padding: 0.875rem 16px;
  border: 1px solid rgba(201, 168, 76, 0.16);
  min-width: 140px;
}.xga_seo_stat_val-qsp {
  font-weight: 800;
  color: #C9A84C;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 20px;
}.xga_seo_stat_lb-qsp {
  overflow-wrap: break-word;
  color: #806650;
  font-size: 0.688rem;
}.xga_ft-qsp {
  background: #0C0905;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.xga_ft_support-qsp {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.xga_ft_support-qsp {
  padding: 28px 1.5rem;
}
}.xga_ft_support_in-qsp {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  max-width: 1320px;
  flex-wrap: wrap;
}.xga_ft_support_main-qsp {
  flex: 1;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  min-width: 220px;
}.xga_ft_support_ic-qsp {
  flex-shrink: 0;
  color: #C9A84C;
}.xga_ft_support_ic-qsp svg {
  stroke-linejoin: round;
  height: 30px;
  stroke-linecap: round;
  width: 1.875rem;
}.xga_ft_support_text_title-qsp {
  color: #F5E8C8;
  overflow-wrap: break-word;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 700;
}.xga_ft_support_text_sub-qsp {
  color: #806650;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.xga_ft_support_btn-qsp {
  padding: 11px 22px;
  background: #C9A84C;
  border-radius: 0.5rem;
  transition: background .2s;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  color: #F5E8C8;
}.xga_ft_support_btn-qsp:hover {
  background: #D9BC62;
}.xga_ft_support_contacts-qsp {
  gap: 16px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.xga_ft_support_contact-qsp {
  color: #6B5740;
  line-height: 1.4;
  font-size: 0.75rem;
}.xga_ft_support_contact-qsp strong {
  margin-bottom: 2px;
  display: block;
  font-weight: 600;
  color: #A88F6A;
  font-size: 11px;
}.xga_ft_main-qsp {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 1rem 1.5rem;
}
@media(min-width: 767px) {.xga_ft_main-qsp {
  padding: 40px 24px 32px;
}
}.xga_ft_main_in-qsp {
  gap: 24px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width: 637px) {.xga_ft_main_in-qsp {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.xga_ft_main_in-qsp {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.xga_ft_col_logo-qsp {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.xga_ft_col_logo-qsp {
  grid-column: auto;
}
}.xga_ft_logo-qsp {
  gap: 0.563rem;
  overflow-wrap: break-word;
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
  color: #F5E8C8;
  font-weight: 800;
  align-items: center;
  font-size: 16px;
}.xga_ft_logo_mark-qsp {
  overflow: hidden;
  border-radius: 4px;
  width: 1.875rem;
  height: 30px;
}.xga_ft_logo_mark-qsp img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.xga_ft_logo_sub-qsp {
  overflow-wrap: break-word;
  color: #6B5740;
  max-width: 12.5rem;
  line-height: 1.55;
  font-size: 0.75rem;
}.xga_ft_col_title-qsp {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  color: #A88F6A;
  letter-spacing: .07em;
  margin-bottom: 14px;
}.xga_ft_col_links-qsp {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.xga_ft_col_link-qsp {
  transition: color .2s;
  color: #6B5740;
  font-size: 13px;
  overflow-wrap: break-word;
}.xga_ft_col_link-qsp:hover {
  color: #D4C09A;
}.xga_ft_apps-qsp {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.xga_ft_app_card-qsp {
  gap: 10px;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 0.625rem 0.75rem;
  align-items: center;
  display: flex;
}.xga_ft_app_card-qsp:hover {
  border-color: rgba(201, 168, 76, 0.45);
}.xga_ft_app_card_ic-qsp svg {
  width: 1.375rem;
  stroke-linecap: round;
  height: 22px;
  stroke-linejoin: round;
}.xga_ft_app_card_os-qsp {
  font-weight: 600;
  color: #6B5740;
  font-size: 10px;
}.xga_ft_app_card_action-qsp {
  font-size: 12px;
  font-weight: 700;
  color: #D4C09A;
}.xga_ft_bot-qsp {
  padding: 1.25rem 16px;
}
@media(min-width: 767px) {.xga_ft_bot-qsp {
  padding: 20px 1.5rem;
}
}.xga_ft_bot_in-qsp {
  gap: 1rem;
  margin: 0 auto;
  align-items: center;
  max-width: 82.5rem;
  flex-wrap: wrap;
  display: flex;
}.xga_ft_socials-qsp {
  gap: 0.5rem;
  display: flex;
}.xga_ft_soc-qsp {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  width: 36px;
  align-items: center;
  display: flex;
  height: 2.25rem;
  justify-content: center;
  color: #A88F6A;
}.xga_ft_soc-qsp svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
  width: 16px;
}.xga_ft_soc-qsp:hover {
  background: rgba(255, 255, 255, 0.07);
}.xga_ft_legal-qsp {
  flex: 1;
  overflow-wrap: break-word;
  color: #8A7A64;
  min-width: 12.5rem;
  line-height: 1.6;
  font-size: 0.688rem;
}.xga_ft_legal-qsp strong {
  font-weight: 700;
  color: #A88F6A;
}.xga_ft_legal-qsp a {
  text-decoration: underline;
  color: #A88F6A;
}.xga_ft_age-qsp {
  border-radius: 50%;
  border: 2px solid #8A7A64;
  color: #8A7A64;
  margin-left: auto;
  align-items: center;
  width: 2rem;
  display: flex;
  height: 2rem;
  font-weight: 800;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
}