*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #0E0A06;
  min-height: 100vh;
  color: #CEB48A;
  font-family: 'Barlow', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  text-decoration: none;
  color: inherit;
}button {
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.gxv-layout-h0w {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.gxv-page-h0w {
  min-height: 100vh;
  display: flex;
}.gxv-main-h0w {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media(min-width: 1081px) {.gxv-main-h0w {
  padding-left: 13.75rem;
}
}
@media(max-width: 1080px) {.gxv-main-h0w {
  padding-bottom: 72px;
}
}.gxv-gc-h0w {
  background: #140C07;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 0.5rem;
  flex-shrink: 0;
  position: relative;
  width: 140px;
  cursor: pointer;
}
@media(min-width: 641px) {.gxv-gc-h0w {
  width: 156px;
}
}
@media(min-width:1080px) {.gxv-gc-h0w {
  width: 10.5rem;
}
}.gxv-gc-h0w:hover {
  transform: translateY(-3px);
  border-color: rgba(232, 124, 28, 0.08);
}.gxv-gc_img-h0w {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.gxv-gc_img-h0w img {
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
}.gxv-gc_hover-h0w {
  background: rgba(7, 4, 2, 0.78);
  transition: opacity .2s;
  inset: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  align-items: center;
  opacity: 0;
}.gxv-gc-h0w:hover .gxv-gc_hover-h0w {
  opacity: 1;
}.gxv-gc_hover_btn-h0w {
  padding: 0.5rem 1rem;
  background: #E87C1C;
  border-radius: 0.313rem;
  font-size: 12px;
  font-weight: 700;
  color: #F4E6CC;
}.gxv-gc_info-h0w {
  padding: 8px 0.625rem 10px;
}.gxv-gc_name-h0w {
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 3px;
  color: #CEB48A;
  font-size: 12px;
  text-overflow: ellipsis;
  max-width: 100%;
  font-weight: 600;
}.gxv-gc_prov-h0w {
  font-size: 0.625rem;
  color: #6A5240;
}.gxv-gc_tag-h0w {
  padding: 2px 0.438rem;
  border-radius: 4px;
  font-weight: 700;
  z-index: 2;
  letter-spacing: .04em;
  position: absolute;
  text-transform: uppercase;
  left: 0.375rem;
  top: 6px;
  font-size: 0.563rem;
}.gxv-gc_tag_hot-h0w {
  background: #D93030;
  color: #fff;
}.gxv-gc_tag_new-h0w {
  background: #3DB86A;
  color: #0E0A06;
}.gxv-gc_tag_jp-h0w {
  background: #F0B828;
  color: #0E0A06;
}.gxv-gc_tag_ex-h0w {
  background: #C04E18;
  color: #fff;
}.gxv-gc_tag_live-h0w {
  background: #D93030;
  color: #fff;
}.gxv-gr-h0w {
  background: #0E0A06;
  padding: 32px 1rem 0;
}
@media(min-width: 770px) {.gxv-gr-h0w {
  padding: 2.25rem 1.5rem 0;
}
}.gxv-gr_in-h0w {
  margin: 0 auto;
  max-width: 82.5rem;
}.gxv-gr_head-h0w {
  gap: 0.75rem;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.gxv-gr_head_l-h0w {
  gap: 10px;
  flex: 1;
  align-items: center;
  min-width: 0;
  display: flex;
}.gxv-gr_ic-h0w {
  border-radius: 0.5rem;
  align-items: center;
  height: 2rem;
  flex-shrink: 0;
  justify-content: center;
  width: 2rem;
  display: flex;
}.gxv-gr_ic-h0w svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
  height: 1rem;
}.gxv-gr_title-h0w {
  font-weight: 700;
  color: #F4E6CC;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 1rem;
}
@media(min-width: 765px) {.gxv-gr_title-h0w {
  font-size: 1.125rem;
}
}.gxv-gr_more-h0w {
  transition: color .2s;
  gap: 0.313rem;
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  color: #806650;
  flex-shrink: 0;
  font-size: 12px;
}.gxv-gr_more-h0w:hover {
  color: #E87C1C;
}.gxv-gr_more-h0w svg {
  width: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.75rem;
}.gxv-gr_arrows-h0w {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.gxv-gr_arr-h0w {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  border-radius: 0.313rem;
  display: flex;
  width: 1.875rem;
  color: #A88A62;
  justify-content: center;
  height: 1.875rem;
  align-items: center;
}.gxv-gr_arr-h0w:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F4E6CC;
}.gxv-gr_arr-h0w svg {
  stroke-linecap: round;
  height: 13px;
  stroke-linejoin: round;
  width: 0.813rem;
}.gxv-gr_seo_h-h0w {
  margin: 0 0 6px;
  font-size: 13px;
  max-width: 42.5rem;
  color: #CEB48A;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 700;
}
@media(min-width: 765px) {.gxv-gr_seo_h-h0w {
  font-size: 14px;
}
}.gxv-gr_seo-h0w {
  font-size: 12px;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #806650;
  max-width: 42.5rem;
}.gxv-gr_seo-h0w strong {
  color: #CEB48A;
  font-weight: 600;
}.gxv-gr_scroll-h0w {
  gap: 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  padding-bottom: 0.625rem;
}.gxv-gr_scroll-h0w::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.gxv-gr_scroll-h0w {
  gap: 12px;
}
}.gxv-tb-h0w {
  background: #0B0805;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  left: 0;
  height: 3.5rem;
  z-index: 80;
  top: 0;
  right: 0;
  align-items: center;
  display: flex;
  position: fixed;
}.gxv-tb_in-h0w {
  gap: 0;
  padding: 0 0.875rem;
  align-items: center;
  width: 100%;
  display: flex;
  height: 100%;
}.gxv-tb_burger-h0w {
  border-radius: 0.5rem;
  gap: 5px;
  justify-content: center;
  flex-direction: column;
  display: flex;
  margin-right: 0.5rem;
  width: 38px;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
}.gxv-tb_burger-h0w:hover {
  background: rgba(255, 255, 255, 0.05);
}.gxv-tb_burger_line-h0w {
  background: #A88A62;
  border-radius: 1px;
  height: 2px;
  width: 18px;
  display: block;
}
@media(min-width: 1077px) {.gxv-tb_burger-h0w {
  display: none;
}
}.gxv-tb_logo-h0w {
  gap: 9px;
  margin-right: 20px;
  font-size: 1.125rem;
  display: flex;
  color: #F4E6CC;
  font-weight: 800;
  flex-shrink: 0;
  align-items: center;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
}.gxv-tb_logo_mark-h0w {
  border-radius: 8px;
  overflow: hidden;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 2rem;
  width: 2rem;
}.gxv-tb_logo_mark-h0w img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.gxv-tb_nav-h0w {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width:640px) {.gxv-tb_nav-h0w {
  display: flex;
}
}.gxv-tb_tab-h0w {
  transition: background .15s,color .15s;
  padding: 0.5rem 0.875rem;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  color: #A88A62;
}.gxv-tb_tab-h0w:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4E6CC;
}.gxv-tb_tab-h0w.gxv-state_active-h0w {
  background: rgba(232, 124, 28, 0.18);
  color: #F4E6CC;
}.gxv-tb_right-h0w {
  gap: 8px;
  flex-shrink: 0;
  align-items: center;
  margin-left: auto;
  display: flex;
}.gxv-tb_login-h0w {
  transition: border-color .2s,color .2s;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.563rem 1rem;
  display: none;
  font-size: 0.813rem;
  font-weight: 600;
  color: #CEB48A;
}.gxv-tb_login-h0w:hover {
  border-color: rgba(232, 124, 28, 0.45);
  color: #F4E6CC;
}
@media(min-width: 481px) {.gxv-tb_login-h0w {
  display: block;
}
}.gxv-tb_reg-h0w {
  padding: 9px 18px;
  transition: background .2s;
  border-radius: 8px;
  background: #3DB86A;
  font-size: 0.813rem;
  white-space: nowrap;
  color: #0D0804;
  font-weight: 700;
}.gxv-tb_reg-h0w:hover {
  background: #4FCC7C;
}.gxv-sb-h0w {
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  background: #1A1009;
  overflow-y: auto;
  bottom: 0;
  top: 56px;
  width: 13.75rem;
  z-index: 70;
  left: 0;
  position: fixed;
}.gxv-sb-h0w.gxv-state_open-h0w {
  transform: translateX(0);
}.gxv-sb-h0w::-webkit-scrollbar {
  width: 0.25rem;
}.gxv-sb-h0w::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1081px) {.gxv-sb-h0w {
  transform: translateX(0);
}
}.gxv-sb_auth-h0w {
  padding: 0.875rem 12px 0.625rem;
}.gxv-sb_btn_reg-h0w {
  border-radius: 8px;
  background: #3DB86A;
  padding: 0.688rem;
  transition: background .2s;
  color: #0D0804;
  display: block;
  font-size: 0.813rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: center;
}.gxv-sb_btn_reg-h0w:hover {
  background: #4FCC7C;
}.gxv-sb_btn_login-h0w {
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  display: block;
  color: #CEB48A;
  text-align: center;
  font-size: 0.813rem;
  font-weight: 600;
}.gxv-sb_btn_login-h0w:hover {
  border-color: rgba(232, 124, 28, 0.45);
  color: #F4E6CC;
}.gxv-sb_promo-h0w {
  border: 1px solid rgba(232, 124, 28, 0.18);
  overflow: hidden;
  margin: 0 12px 0.625rem;
  background: linear-gradient(135deg,#3A1A04,#1A1009);
  border-radius: 8px;
  padding: 12px 14px;
  position: relative;
}.gxv-sb_promo-h0w::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(232, 124, 28, 0.18),transparent 70%);
  top: -20px;
  height: 5rem;
  content: '';
  right: -1.25rem;
  position: absolute;
  width: 5rem;
}.gxv-sb_promo_title-h0w {
  font-weight: 700;
  letter-spacing: .06em;
  margin-bottom: 4px;
  color: #E87C1C;
  font-size: 11px;
  text-transform: uppercase;
}.gxv-sb_promo_text-h0w {
  font-size: 12px;
  font-weight: 600;
  color: #F4E6CC;
  overflow-wrap: break-word;
  line-height: 1.35;
}.gxv-sb_promo_sub-h0w {
  color: #806650;
  margin-top: 3px;
  font-size: 10px;
}.gxv-sb_nav-h0w {
  padding: 6px 8px 16px;
}.gxv-sb_nav_lb-h0w {
  padding: 10px 8px 0.375rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #6A5240;
  letter-spacing: .08em;
  font-weight: 700;
}.gxv-sb_link-h0w {
  border-radius: 0.313rem;
  padding: 9px 10px;
  transition: background .15s,color .15s;
  gap: 10px;
  color: #A88A62;
  align-items: center;
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 500;
  cursor: pointer;
  display: flex;
}.gxv-sb_link-h0w:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4E6CC;
}.gxv-sb_link-h0w.gxv-state_active-h0w {
  background: rgba(232, 124, 28, 0.18);
  color: #F4E6CC;
}.gxv-sb_ic-h0w {
  border-radius: 5px;
  height: 30px;
  flex-shrink: 0;
  display: flex;
  width: 1.875rem;
  align-items: center;
  justify-content: center;
}.gxv-sb_ic-h0w svg {
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
}.gxv-sb_ic_1-h0w {
  background: rgba(232, 124, 28, 0.08);
  color: #E87C1C;
}.gxv-sb_ic_2-h0w {
  background: rgba(61, 184, 106, 0.16);
  color: #3DB86A;
}.gxv-sb_ic_3-h0w {
  background: rgba(240, 184, 40, 0.16);
  color: #F0B828;
}.gxv-sb_ic_4-h0w {
  background: rgba(192, 78, 24, 0.22);
  color: #C04E18;
}.gxv-sb_ic_5-h0w {
  background: rgba(232, 124, 28, 0.08);
  color: #E03C6A;
}.gxv-sb_ic_6-h0w {
  background: rgba(192, 78, 24, 0.22);
  color: #A04CC8;
}.gxv-sb_badge-h0w {
  border-radius: 5px;
  padding: 2px 0.438rem;
  background: #F0B828;
  font-weight: 700;
  color: #0D0804;
  font-size: 9px;
  margin-left: auto;
}.gxv-sb_bot-h0w {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  gap: 8px;
  display: flex;
}.gxv-sb_lang-h0w,.gxv-sb_help-h0w {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  gap: 6px;
  padding: 9px 0.375rem;
  flex: 1;
  border-radius: 0.313rem;
  transition: border-color .2s;
  color: #A88A62;
  align-items: center;
  font-size: 11px;
  justify-content: center;
  display: flex;
  font-weight: 600;
}.gxv-sb_lang-h0w:hover,.gxv-sb_help-h0w:hover {
  border-color: rgba(232, 124, 28, 0.45);
  color: #F4E6CC;
}.gxv-sb_lang-h0w svg,.gxv-sb_help-h0w svg {
  stroke-linejoin: round;
  height: 0.813rem;
  width: 0.813rem;
  stroke-linecap: round;
}.gxv-sb_bd-h0w {
  inset: 0;
  background: rgba(7, 4, 2, 0.78);
  position: fixed;
  z-index: 69;
  display: none;
}.gxv-sb_bd-h0w.gxv-state_on-h0w {
  display: block;
}
@media(min-width: 1083px) {.gxv-sb_bd-h0w {
  display: none!important;
}
}.gxv-mob_nav-h0w {
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  background: #1A1009;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  position: fixed;
  display: flex;
  bottom: 0;
  z-index: 80;
  right: 0;
  left: 0;
}
@media(min-width: 1081px) {.gxv-mob_nav-h0w {
  display: none;
}
}.gxv-mob_nav_item-h0w {
  flex: 1;
  gap: 0.25rem;
  padding: 0.25rem 2px;
  color: #6A5240;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}.gxv-mob_nav_ic-h0w {
  line-height: 1;
}.gxv-mob_nav_ic-h0w svg {
  width: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 20px;
}.gxv-mob_nav_lb-h0w {
  color: #6A5240;
  font-weight: 600;
  font-size: 0.625rem;
}.gxv-mob_nav_item-h0w.gxv-state_active-h0w {
  color: #E87C1C;
}.gxv-mob_nav_item-h0w.gxv-state_active-h0w .gxv-mob_nav_lb-h0w {
  color: #E87C1C;
}.gxv-hero-h0w {
  padding: 20px 1rem 0;
  background: #0E0A06;
}
@media(min-width: 769px) {.gxv-hero-h0w {
  padding: 1.5rem 1.5rem 0;
}
}.gxv-hero_in-h0w {
  margin: 0 auto;
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1320px;
}
@media(min-width: 859px) {.gxv-hero_in-h0w {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1098px) {.gxv-hero_in-h0w {
  grid-template-columns: 1fr 21.25rem;
}
}.gxv-hero_promo-h0w {
  overflow: hidden;
  border-radius: 14px;
  background: #140C07;
  min-height: 220px;
  position: relative;
  display: flex;
  align-items: stretch;
}
@media(min-width: 765px) {.gxv-hero_promo-h0w {
  min-height: 17.5rem;
}
}.gxv-hero_promo_bg-h0w {
  background: linear-gradient(120deg,#3A1A04 0%,#0E0A06 100%);
  background-position: center;
  inset: 0;
  background-size: cover;
  position: absolute;
}.gxv-hero_promo_bg-h0w::after {
  inset: 0;
  background: linear-gradient(90deg,#0E0A06 0%,rgba(7, 4, 2, 0.78) 60%,transparent 100%);
  position: absolute;
  content: '';
}.gxv-hero_promo_glow-h0w {
  background: radial-gradient(circle,rgba(192, 78, 24, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  top: -40px;
  height: 18.75rem;
  position: absolute;
  right: 3.75rem;
  width: 18.75rem;
}.gxv-hero_promo_ct-h0w {
  padding: 28px 1.5rem 28px 28px;
  flex-direction: column;
  display: flex;
  position: relative;
  justify-content: center;
  max-width: 30rem;
  z-index: 2;
}
@media(min-width: 769px) {.gxv-hero_promo_ct-h0w {
  padding: 2.5rem 2rem;
}
}.gxv-hero_badge-h0w {
  padding: 0.313rem 0.75rem;
  border: 1px solid rgba(232, 124, 28, 0.08);
  background: rgba(232, 124, 28, 0.18);
  border-radius: 20px;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #E87C1C;
  letter-spacing: .08em;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0.875rem;
}.gxv-hero_h1-h0w {
  line-height: 1.15;
  font-family: 'Cinzel', serif;
  color: #F4E6CC;
  overflow-wrap: break-word;
  font-size: 1.625rem;
  font-weight: 800;
  margin-bottom: 0.625rem;
}.gxv-hero_h1-h0w em {
  font-style: normal;
  color: #F0B828;
}
@media(min-width:768px) {.gxv-hero_h1-h0w {
  font-size: 2.25rem;
}
}.gxv-hero_sub-h0w {
  line-height: 1.55;
  font-size: 0.813rem;
  color: #A88A62;
  margin-bottom: 20px;
}
@media(min-width: 769px) {.gxv-hero_sub-h0w {
  font-size: 14px;
}
}.gxv-hero_row-h0w {
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.gxv-hero_cta-h0w {
  border-radius: 0.5rem;
  transition: background .2s;
  background: #3DB86A;
  padding: 13px 1.625rem;
  font-size: 0.875rem;
  box-shadow: 0px 0.25rem 1rem rgba(61, 184, 106, 0.48), 0px 1px 0px rgba(0, 60, 20, 0.8);
  color: #0D0804;
  font-weight: 700;
}.gxv-hero_cta-h0w:hover {
  background: #4FCC7C;
}.gxv-hero_terms-h0w {
  color: #6A5240;
  font-size: 0.688rem;
}.gxv-hero_game-h0w {
  border-radius: 0.875rem;
  background: #140C07;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  display: flex;
  flex-direction: column;
}.gxv-hero_game_badge-h0w {
  padding: 0.313rem 10px;
  background: rgba(240, 184, 40, 0.16);
  border: 1px solid rgba(240, 184, 40, 0.16);
  border-radius: 1.25rem;
  z-index: 3;
  text-transform: uppercase;
  top: 12px;
  color: #F0B828;
  letter-spacing: .06em;
  font-weight: 700;
  font-size: 0.625rem;
  position: absolute;
  left: 12px;
}.gxv-hero_game_badge-h0w svg {
  margin-right: 4px;
  width: 11px;
  vertical-align: -1px;
  height: 11px;
}.gxv-hero_game_img-h0w {
  overflow: hidden;
  background: linear-gradient(135deg,#3A1A04,#0E0A06);
  padding-bottom: 60%;
  position: relative;
}.gxv-hero_game_img-h0w img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}.gxv-hero_game_play-h0w {
  transition: opacity .2s;
  inset: 0;
  background: rgba(7, 4, 2, 0.78);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  opacity: 0;
}.gxv-hero_game-h0w:hover .gxv-hero_game_play-h0w {
  opacity: 1;
}.gxv-hero_game_play-h0w span {
  background: #E87C1C;
  border-radius: 50%;
  height: 3.25rem;
  align-items: center;
  justify-content: center;
  width: 52px;
  display: flex;
}.gxv-hero_game_play-h0w span svg {
  height: 18px;
  width: 18px;
  margin-left: 2px;
}.gxv-hero_game_info-h0w {
  padding: 0.875rem 16px;
}.gxv-hero_game_title-h0w {
  font-size: 0.938rem;
  color: #F4E6CC;
  margin-bottom: 4px;
  font-weight: 700;
  overflow-wrap: break-word;
}.gxv-hero_game_provider-h0w {
  font-size: 0.688rem;
  color: #806650;
}.gxv-hero_game_btn-h0w {
  margin: 0.75rem 1rem 1rem;
  transition: background .2s;
  border-radius: 0.5rem;
  background: #E87C1C;
  padding: 11px;
  display: block;
  color: #F4E6CC;
  font-size: 0.813rem;
  text-align: center;
  font-weight: 700;
}.gxv-hero_game-h0w:hover .gxv-hero_game_btn-h0w {
  background: #F5962E;
}.gxv-sbar-h0w {
  background: #0E0A06;
  padding: 1rem 16px 0;
}
@media(min-width: 767px) {.gxv-sbar-h0w {
  padding: 18px 1.5rem 0;
}
}.gxv-sbar_in-h0w {
  margin: 0 auto;
  max-width: 82.5rem;
}.gxv-sbar_row-h0w {
  gap: 0.625rem;
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}.gxv-sbar_input-h0w {
  transition: border-color .2s;
  border-radius: 0.5rem;
  gap: 0.625rem;
  background: #140C07;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 11px 16px;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  color: #806650;
  align-items: center;
}.gxv-sbar_input-h0w:hover {
  border-color: rgba(232, 124, 28, 0.45);
}.gxv-sbar_input-h0w svg {
  stroke-linecap: round;
  height: 15px;
  stroke-linejoin: round;
  width: 0.938rem;
  flex-shrink: 0;
}.gxv-sbar_providers-h0w {
  transition: border-color .2s;
  gap: 0.5rem;
  background: #140C07;
  padding: 11px 1.125rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  white-space: nowrap;
  align-items: center;
  font-weight: 600;
  color: #CEB48A;
  display: flex;
  font-size: 0.813rem;
}.gxv-sbar_providers-h0w:hover {
  border-color: rgba(232, 124, 28, 0.45);
  color: #F4E6CC;
}.gxv-sbar_providers-h0w svg {
  stroke-linecap: round;
  height: 14px;
  width: 0.875rem;
  stroke-linejoin: round;
}.gxv-sbar_tabs-h0w {
  gap: 0.375rem;
  display: flex;
  padding-bottom: 2px;
  overflow-x: auto;
  scrollbar-width: none;
}.gxv-sbar_tabs-h0w::-webkit-scrollbar {
  display: none;
}.gxv-sbar_tab-h0w {
  padding: 8px 0.875rem;
  gap: 0.438rem;
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 0.75rem;
  align-items: center;
  cursor: pointer;
  color: #A88A62;
  display: flex;
}.gxv-sbar_tab-h0w:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(232, 124, 28, 0.45);
  color: #F4E6CC;
}.gxv-sbar_tab-h0w.gxv-state_active-h0w {
  background: rgba(232, 124, 28, 0.18);
  border-color: rgba(232, 124, 28, 0.08);
  color: #F4E6CC;
}.gxv-sbar_tab_ic-h0w svg {
  height: 14px;
  stroke-linejoin: round;
  width: 14px;
  stroke-linecap: round;
}.gxv-gr_jp-h0w {
  padding: 1.25rem;
  border-radius: 0.875rem;
  background: linear-gradient(135deg,#2A0E3A 0%,#100818 100%);
  overflow: hidden;
  position: relative;
}.gxv-gr_jp-h0w::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(192, 78, 24, 0.22) 0%,transparent 70%);
  width: 250px;
  top: -60px;
  content: '';
  left: -3.75rem;
  height: 250px;
  position: absolute;
}.gxv-gr_jp-h0w::after {
  background: radial-gradient(circle,rgba(240, 184, 40, 0.16) 0%,transparent 70%);
  border-radius: 50%;
  bottom: -2.5rem;
  width: 12.5rem;
  right: 0;
  height: 12.5rem;
  content: '';
  position: absolute;
}.gxv-gr_jp_head-h0w {
  gap: 1rem;
  margin-bottom: 1rem;
  align-items: flex-start;
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  position: relative;
}.gxv-gr_jp_info-h0w {
  flex: 1;
}.gxv-gr_jp_label-h0w {
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  color: #A04CC8;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
}.gxv-gr_jp_label-h0w svg {
  stroke-linecap: round;
  width: 0.875rem;
  margin-right: 4px;
  height: 14px;
  vertical-align: -2px;
  stroke-linejoin: round;
}.gxv-gr_jp_amount-h0w {
  overflow-wrap: break-word;
  line-height: 1;
  font-size: 2rem;
  font-family: 'Cinzel', serif;
  color: #F4E6CC;
  margin-bottom: 0.25rem;
  font-weight: 800;
}
@media(min-width: 770px) {.gxv-gr_jp_amount-h0w {
  font-size: 2.5rem;
}
}.gxv-gr_jp_amount-h0w span {
  color: #F0B828;
}.gxv-gr_jp_seo-h0w {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #A88A62;
  max-width: 480px;
  line-height: 1.5;
}.gxv-gr_jp_cta-h0w {
  border: 1px solid rgba(192, 78, 24, 0.22);
  transition: background .2s;
  background: rgba(192, 78, 24, 0.22);
  padding: 0.688rem 1.25rem;
  border-radius: 8px;
  font-weight: 700;
  white-space: nowrap;
  color: #F4E6CC;
  position: relative;
  align-self: flex-start;
  font-size: 0.813rem;
  margin-top: 0.25rem;
  flex-shrink: 0;
  z-index: 1;
}.gxv-gr_jp_cta-h0w:hover {
  background: #C04E18;
}.gxv-ws-h0w {
  background: #0E0A06;
  padding: 2rem 16px 0;
}
@media(min-width: 767px) {.gxv-ws-h0w {
  padding: 2.25rem 1.5rem 0;
}
}.gxv-ws_in-h0w {
  margin: 0 auto;
  max-width: 1320px;
}.gxv-ws_head-h0w {
  gap: 12px;
  align-items: center;
  margin-bottom: 0.875rem;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}.gxv-ws_title-h0w {
  gap: 0.625rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #F4E6CC;
  font-size: 1rem;
  flex-wrap: wrap;
}.gxv-ws_title_ic-h0w svg {
  stroke-linejoin: round;
  height: 1.125rem;
  width: 18px;
  color: #F0B828;
  stroke-linecap: round;
}.gxv-ws_online-h0w {
  gap: 7px;
  font-weight: 600;
  color: #806650;
  align-items: center;
  font-size: 0.75rem;
  display: flex;
}.gxv-ws_online_dot-h0w {
  border-radius: 50%;
  background: #3DB86A;
  box-shadow: 0 0 0.375rem rgba(61, 184, 106, 0.16);
  flex-shrink: 0;
  height: 8px;
  width: 8px;
}.gxv-ws_scroll-h0w {
  gap: 8px;
  display: flex;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  overflow-x: auto;
}.gxv-ws_scroll-h0w::-webkit-scrollbar {
  display: none;
}.gxv-wc-h0w {
  padding: 0.625rem 0.875rem;
  gap: 0.625rem;
  background: #140C07;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  min-width: 13.75rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.gxv-wc_img-h0w {
  overflow: hidden;
  background: #1A1009;
  border-radius: 0.313rem;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
}.gxv-wc_img-h0w img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.gxv-wc_info-h0w {
  min-width: 0;
}.gxv-wc_game-h0w {
  overflow: hidden;
  font-weight: 600;
  color: #CEB48A;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
}.gxv-wc_player-h0w {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #6A5240;
  font-size: 10px;
}.gxv-wc_amount-h0w {
  font-size: 0.813rem;
  margin-left: auto;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 700;
  color: #3DB86A;
}.gxv-app-h0w {
  background: #0E0A06;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.gxv-app-h0w {
  padding: 2.75rem 1.5rem 0;
}
}.gxv-app_in-h0w {
  margin: 0 auto;
  max-width: 82.5rem;
}.gxv-app_head-h0w {
  margin-bottom: 16px;
}.gxv-app_label-h0w {
  margin-bottom: 8px;
  color: #E87C1C;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.gxv-app_h2-h0w {
  font-size: 1.25rem;
  color: #F4E6CC;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
}
@media(min-width: 765px) {.gxv-app_h2-h0w {
  font-size: 24px;
}
}.gxv-app_sub-h0w {
  max-width: 600px;
  line-height: 1.6;
  color: #806650;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.gxv-app_sub-h0w strong {
  color: #CEB48A;
  font-weight: 700;
}.gxv-app_cards-h0w {
  gap: 10px;
  display: grid;
  margin-top: 1rem;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.gxv-app_cards-h0w {
  grid-template-columns: repeat(3,1fr);
}
}.gxv-app_card-h0w {
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 8px;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
}.gxv-app_card_ios-h0w {
  background: linear-gradient(135deg,rgba(232, 124, 28, 0.18) 0%,#1A1009 100%);
}.gxv-app_card_android-h0w {
  background: linear-gradient(135deg,rgba(61, 184, 106, 0.16) 0%,#1A1009 100%);
}.gxv-app_card_win-h0w {
  background: linear-gradient(135deg,rgba(240, 184, 40, 0.16) 0%,#1A1009 100%);
}.gxv-app_card_ic-h0w svg {
  stroke-linecap: round;
  width: 2.125rem;
  height: 2.125rem;
  stroke-linejoin: round;
}.gxv-app_card_ic-h0w {
  color: #F4E6CC;
  flex-shrink: 0;
}.gxv-app_card_os-h0w {
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
  font-weight: 700;
  color: #806650;
  letter-spacing: .08em;
  text-transform: uppercase;
}.gxv-app_card_title-h0w {
  color: #F4E6CC;
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: break-word;
}.gxv-app_card_text-h0w {
  margin-bottom: 14px;
  line-height: 1.5;
  overflow-wrap: break-word;
  color: #806650;
  font-size: 12px;
}.gxv-app_card_btn-h0w {
  padding: 0.625rem 18px;
  border-radius: 0.313rem;
  transition: background .2s;
  gap: 0.438rem;
  border: 1px solid rgba(232, 124, 28, 0.45);
  background: rgba(255, 255, 255, 0.12);
  font-size: 13px;
  font-weight: 700;
  align-items: center;
  display: inline-flex;
  color: #F4E6CC;
}.gxv-app_card_btn-h0w:hover {
  background: rgba(255, 255, 255, 0.07);
}.gxv-reg-h0w {
  background: #0E0A06;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.gxv-reg-h0w {
  padding: 44px 1.5rem 0;
}
}.gxv-reg_in-h0w {
  background: #1A1009;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.75rem 1.5rem;
  border-radius: 14px;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.gxv-reg_in-h0w {
  padding: 40px;
}
}.gxv-reg_top-h0w {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.gxv-reg_top-h0w {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.gxv-reg_label-h0w {
  color: #E87C1C;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 10px;
  font-weight: 700;
}.gxv-reg_h2-h0w {
  font-family: 'Cinzel', serif;
  line-height: 1.2;
  color: #F4E6CC;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}
@media(min-width: 765px) {.gxv-reg_h2-h0w {
  font-size: 28px;
}
}.gxv-reg_bonus-h0w {
  border-radius: 0.5rem;
  padding: 0.625rem 1rem;
  border: 1px solid rgba(240, 184, 40, 0.16);
  gap: 8px;
  background: rgba(240, 184, 40, 0.16);
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}.gxv-reg_bonus_amount-h0w {
  font-size: 20px;
  font-weight: 800;
  color: #F0B828;
}.gxv-reg_bonus_text-h0w {
  line-height: 1.35;
  font-size: 13px;
  color: #A88A62;
}.gxv-reg_cta_btn-h0w {
  transition: background .2s;
  background: #3DB86A;
  padding: 0.875rem 2rem;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  color: #0D0804;
  box-shadow: 0px 0.25rem 1rem rgba(61, 184, 106, 0.48), 0px 1px 0px rgba(0, 60, 20, 0.8);
  display: inline-block;
  font-size: 0.938rem;
  font-weight: 700;
}.gxv-reg_cta_btn-h0w:hover {
  background: #4FCC7C;
}.gxv-reg_terms-h0w {
  font-size: 0.688rem;
  line-height: 1.5;
  color: #6A5240;
}.gxv-reg_seo-h0w {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 13px;
  overflow-wrap: break-word;
  padding-top: 1.25rem;
  color: #806650;
  margin-top: 1.25rem;
  line-height: 1.65;
}.gxv-reg_seo-h0w p {
  font-size: 0.813rem;
  line-height: 1.65;
  color: #806650;
  margin-bottom: 0.625rem;
}.gxv-reg_seo-h0w p:last-child {
  margin-bottom: 0;
}.gxv-reg_seo-h0w strong {
  color: #CEB48A;
  font-weight: 700;
}.gxv-reg_seo-h0w a {
  transition: color .2s;
  text-decoration: underline;
  color: #E87C1C;
}.gxv-reg_seo-h0w a:hover {
  color: #F5962E;
}.gxv-reg_seo-h0w ul,.gxv-reg_seo-h0w ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 1.125rem;
}.gxv-reg_seo-h0w ol {
  list-style: decimal;
}.gxv-reg_seo-h0w li {
  font-size: 0.813rem;
  line-height: 1.65;
  margin-bottom: 4px;
  color: #806650;
}.gxv-reg_seo-h0w table {
  margin-bottom: 0.625rem;
  display: block;
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  overflow-x: auto;
}
@media(min-width: 769px) {.gxv-reg_seo-h0w table {
  display: table;
}
}.gxv-reg_seo-h0w th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  font-weight: 700;
  text-align: left;
  color: #CEB48A;
}.gxv-reg_seo-h0w td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #806650;
}.gxv-reg_steps-h0w {
  gap: 14px;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
}
@media(min-width:860px) {.gxv-reg_steps-h0w {
  margin-top: 0;
}
}.gxv-reg_step-h0w {
  gap: 0.875rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.gxv-reg_step_num-h0w {
  border: 1px solid rgba(232, 124, 28, 0.08);
  border-radius: 50%;
  background: rgba(232, 124, 28, 0.18);
  color: #E87C1C;
  font-size: 0.875rem;
  height: 2.125rem;
  font-weight: 800;
  align-items: center;
  justify-content: center;
  width: 2.125rem;
  flex-shrink: 0;
  display: flex;
}.gxv-reg_step_title-h0w {
  font-size: 0.875rem;
  font-weight: 700;
  color: #F4E6CC;
  margin-bottom: 3px;
}.gxv-reg_step_text-h0w {
  font-size: 12px;
  line-height: 1.5;
  color: #806650;
}.gxv-reg_trust-h0w {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 1.25rem;
  padding-top: 20px;
  flex-wrap: wrap;
  display: flex;
}.gxv-reg_trust_item-h0w {
  gap: 7px;
  display: flex;
  font-size: 0.75rem;
  color: #806650;
  align-items: center;
  overflow-wrap: break-word;
}.gxv-reg_trust_ic-h0w svg {
  height: 16px;
  stroke-linecap: round;
  color: #E87C1C;
  stroke-linejoin: round;
  width: 1rem;
}.gxv-prov-h0w {
  padding: 2.25rem 1rem 0;
  background: #0E0A06;
}
@media(min-width: 769px) {.gxv-prov-h0w {
  padding: 2.75rem 24px 0;
}
}.gxv-prov_in-h0w {
  margin: 0 auto;
  max-width: 82.5rem;
}.gxv-prov_head-h0w {
  margin-bottom: 1rem;
}.gxv-prov_label-h0w {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #E87C1C;
  font-size: 0.688rem;
  margin-bottom: 8px;
}.gxv-prov_h2-h0w {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
  color: #F4E6CC;
}
@media(min-width: 771px) {.gxv-prov_h2-h0w {
  font-size: 24px;
}
}.gxv-prov_seo-h0w {
  overflow-wrap: break-word;
  color: #806650;
  line-height: 1.6;
  font-size: 13px;
  margin-bottom: 1rem;
  max-width: 38.75rem;
}.gxv-prov_seo-h0w strong {
  font-weight: 700;
  color: #CEB48A;
}.gxv-prov_seo-h0w a {
  text-decoration: underline;
  color: #E87C1C;
}.gxv-prov_grid-h0w {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 643px) {.gxv-prov_grid-h0w {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width:1080px) {.gxv-prov_grid-h0w {
  grid-template-columns: repeat(8,1fr);
}
}.gxv-prov_card-h0w {
  padding: 0.875rem 0.625rem;
  transition: border-color .2s,background .2s;
  background: #140C07;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 0.438rem;
  border-radius: 8px;
  display: flex;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
}.gxv-prov_card-h0w:hover {
  background: #1A1009;
  border-color: rgba(232, 124, 28, 0.45);
}.gxv-prov_logo-h0w {
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 5px;
  justify-content: center;
  height: 44px;
  width: 2.75rem;
  align-items: center;
  display: flex;
}.gxv-prov_logo-h0w img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.gxv-prov_name-h0w {
  color: #A88A62;
  font-size: 0.688rem;
  text-align: center;
  overflow-wrap: break-word;
  font-weight: 600;
}.gxv-bon-h0w {
  background: #0E0A06;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.gxv-bon-h0w {
  padding: 44px 24px 0;
}
}.gxv-bon_in-h0w {
  margin: 0 auto;
  max-width: 82.5rem;
}.gxv-bon_head-h0w {
  margin-bottom: 20px;
}.gxv-bon_label-h0w {
  color: #E87C1C;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}.gxv-bon_h2-h0w {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #F4E6CC;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  margin-bottom: 8px;
}
@media(min-width: 770px) {.gxv-bon_h2-h0w {
  font-size: 24px;
}
}.gxv-bon_seo-h0w {
  max-width: 620px;
  color: #806650;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 13px;
}.gxv-bon_seo-h0w strong {
  font-weight: 700;
  color: #CEB48A;
}.gxv-bon_seo-h0w a {
  text-decoration: underline;
  color: #E87C1C;
}.gxv-bon_grid-h0w {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 637px) {.gxv-bon_grid-h0w {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.gxv-bon_grid-h0w {
  grid-template-columns: repeat(5,1fr);
}
}.gxv-bon_card-h0w {
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: #140C07;
  padding: 16px;
}.gxv-bon_card-h0w:hover {
  transform: translateY(-2px);
  border-color: rgba(232, 124, 28, 0.08);
}.gxv-bon_card_ic-h0w svg {
  stroke-linecap: round;
  height: 26px;
  width: 26px;
  stroke-linejoin: round;
}.gxv-bon_card_ic-h0w {
  margin-bottom: 0.625rem;
}.gxv-bon_card_type-h0w {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .06em;
  margin-bottom: 0.375rem;
  font-weight: 700;
  color: #806650;
}.gxv-bon_card_amount-h0w {
  color: #F0B828;
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 0.375rem;
  line-height: 1.1;
}.gxv-bon_card_name-h0w {
  color: #F4E6CC;
  font-weight: 600;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-size: 13px;
}.gxv-bon_card_detail-h0w {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  padding-top: 8px;
  font-size: 11px;
  overflow-wrap: break-word;
  color: #6A5240;
}.gxv-seo-h0w {
  background: #0E0A06;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.gxv-seo-h0w {
  padding: 2.75rem 24px 0;
}
}.gxv-seo_in-h0w {
  border-radius: 14px;
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1A1009;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.gxv-seo_in-h0w {
  padding: 36px 40px;
}
}.gxv-seo_label-h0w {
  text-transform: uppercase;
  font-size: 11px;
  color: #E87C1C;
  margin-bottom: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
}.gxv-seo_h2-h0w {
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 0.875rem;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #F4E6CC;
}
@media(min-width: 770px) {.gxv-seo_h2-h0w {
  font-size: 1.5rem;
}
}.gxv-seo_body-h0w {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A88A62;
}.gxv-seo_body-h0w p {
  line-height: 1.75;
  font-size: 14px;
  color: #A88A62;
  margin-bottom: 0.75rem;
}.gxv-seo_body-h0w p:last-child {
  margin-bottom: 0;
}.gxv-seo_body-h0w strong {
  font-weight: 700;
  color: #CEB48A;
}.gxv-seo_body-h0w a {
  transition: color .2s;
  text-decoration: underline;
  color: #E87C1C;
}.gxv-seo_body-h0w a:hover {
  color: #F5962E;
}.gxv-seo_body-h0w ul,.gxv-seo_body-h0w ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.gxv-seo_body-h0w ol {
  list-style: decimal;
}.gxv-seo_body-h0w li {
  color: #A88A62;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 6px;
}.gxv-seo_body-h0w table {
  width: 100%;
  overflow-x: auto;
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.813rem;
  border-collapse: collapse;
}
@media(min-width: 765px) {.gxv-seo_body-h0w table {
  display: table;
}
}.gxv-seo_body-h0w th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #CEB48A;
  font-weight: 700;
}.gxv-seo_body-h0w td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A88A62;
}.gxv-seo_cols-h0w {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.gxv-seo_cols-h0w {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.gxv-seo_cols-h0w {
  grid-template-columns: repeat(3,1fr);
}
}.gxv-seo_col_h-h0w {
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-size: 0.813rem;
  color: #CEB48A;
}.gxv-seo_col_p-h0w {
  line-height: 1.65;
  color: #806650;
  overflow-wrap: break-word;
  font-size: 13px;
}.gxv-seo_stats-h0w {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.gxv-seo_stat-h0w {
  background: rgba(232, 124, 28, 0.08);
  border-radius: 8px;
  padding: 14px 16px;
  flex: 1;
  border: 1px solid rgba(232, 124, 28, 0.18);
  min-width: 140px;
}.gxv-seo_stat_val-h0w {
  font-weight: 800;
  color: #E87C1C;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
}.gxv-seo_stat_lb-h0w {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #806650;
}.gxv-seo-h0w {
  background: #0E0A06;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.gxv-seo-h0w {
  padding: 2.75rem 24px 0;
}
}.gxv-seo_in-h0w {
  margin: 0 auto;
  background: #1A1009;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 28px 24px;
  border-radius: 14px;
  max-width: 1320px;
}
@media(min-width: 771px) {.gxv-seo_in-h0w {
  padding: 36px 2.5rem;
}
}.gxv-seo_label-h0w {
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  color: #E87C1C;
  text-transform: uppercase;
  font-weight: 700;
}.gxv-seo_h2-h0w {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #F4E6CC;
  margin-bottom: 14px;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width: 765px) {.gxv-seo_h2-h0w {
  font-size: 24px;
}
}.gxv-seo_body-h0w {
  font-size: 0.875rem;
  color: #A88A62;
  overflow-wrap: break-word;
  line-height: 1.75;
}.gxv-seo_body-h0w p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #A88A62;
  font-size: 14px;
}.gxv-seo_body-h0w p:last-child {
  margin-bottom: 0;
}.gxv-seo_body-h0w strong {
  color: #CEB48A;
  font-weight: 700;
}.gxv-seo_body-h0w a {
  transition: color .2s;
  text-decoration: underline;
  color: #E87C1C;
}.gxv-seo_body-h0w a:hover {
  color: #F5962E;
}.gxv-seo_body-h0w ul,.gxv-seo_body-h0w ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.gxv-seo_body-h0w ol {
  list-style: decimal;
}.gxv-seo_body-h0w li {
  color: #A88A62;
  margin-bottom: 6px;
  line-height: 1.75;
  font-size: 0.875rem;
}.gxv-seo_body-h0w table {
  margin-bottom: 12px;
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
}
@media(min-width: 771px) {.gxv-seo_body-h0w table {
  display: table;
}
}.gxv-seo_body-h0w th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #CEB48A;
  text-align: left;
}.gxv-seo_body-h0w td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #A88A62;
}.gxv-seo_cols-h0w {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width:640px) {.gxv-seo_cols-h0w {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.gxv-seo_cols-h0w {
  grid-template-columns: repeat(3,1fr);
}
}.gxv-seo_col_h-h0w {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #CEB48A;
  margin-bottom: 7px;
  font-size: 13px;
}.gxv-seo_col_p-h0w {
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #806650;
}.gxv-seo_stats-h0w {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.gxv-seo_stat-h0w {
  border-radius: 8px;
  border: 1px solid rgba(232, 124, 28, 0.18);
  padding: 0.875rem 1rem;
  background: rgba(232, 124, 28, 0.08);
  flex: 1;
  min-width: 140px;
}.gxv-seo_stat_val-h0w {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 4px;
  color: #E87C1C;
}.gxv-seo_stat_lb-h0w {
  font-size: 0.688rem;
  color: #806650;
  overflow-wrap: break-word;
}.gxv-seo-h0w {
  padding: 2.25rem 16px 0;
  background: #0E0A06;
}
@media(min-width: 770px) {.gxv-seo-h0w {
  padding: 2.75rem 1.5rem 0;
}
}.gxv-seo_in-h0w {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1A1009;
  padding: 28px 1.5rem;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width:768px) {.gxv-seo_in-h0w {
  padding: 36px 40px;
}
}.gxv-seo_label-h0w {
  color: #E87C1C;
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}.gxv-seo_h2-h0w {
  margin-bottom: 0.875rem;
  color: #F4E6CC;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width:768px) {.gxv-seo_h2-h0w {
  font-size: 1.5rem;
}
}.gxv-seo_body-h0w {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #A88A62;
  font-size: 0.875rem;
}.gxv-seo_body-h0w p {
  font-size: 14px;
  line-height: 1.75;
  color: #A88A62;
  margin-bottom: 12px;
}.gxv-seo_body-h0w p:last-child {
  margin-bottom: 0;
}.gxv-seo_body-h0w strong {
  font-weight: 700;
  color: #CEB48A;
}.gxv-seo_body-h0w a {
  transition: color .2s;
  color: #E87C1C;
  text-decoration: underline;
}.gxv-seo_body-h0w a:hover {
  color: #F5962E;
}.gxv-seo_body-h0w ul,.gxv-seo_body-h0w ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.gxv-seo_body-h0w ol {
  list-style: decimal;
}.gxv-seo_body-h0w li {
  color: #A88A62;
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 1.75;
}.gxv-seo_body-h0w table {
  width: 100%;
  font-size: 13px;
  overflow-x: auto;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 771px) {.gxv-seo_body-h0w table {
  display: table;
}
}.gxv-seo_body-h0w th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #CEB48A;
}.gxv-seo_body-h0w td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A88A62;
}.gxv-seo_cols-h0w {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.gxv-seo_cols-h0w {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.gxv-seo_cols-h0w {
  grid-template-columns: repeat(3,1fr);
}
}.gxv-seo_col_h-h0w {
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #CEB48A;
  margin-bottom: 0.438rem;
}.gxv-seo_col_p-h0w {
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #806650;
}.gxv-seo_stats-h0w {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.gxv-seo_stat-h0w {
  padding: 0.875rem 1rem;
  background: rgba(232, 124, 28, 0.08);
  border-radius: 0.5rem;
  border: 1px solid rgba(232, 124, 28, 0.18);
  flex: 1;
  min-width: 8.75rem;
}.gxv-seo_stat_val-h0w {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-weight: 800;
  font-size: 20px;
  color: #E87C1C;
}.gxv-seo_stat_lb-h0w {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #806650;
}.gxv-faq-h0w {
  padding: 36px 1rem 0;
  background: #0E0A06;
}
@media(min-width: 765px) {.gxv-faq-h0w {
  padding: 2.75rem 1.5rem 0;
}
}.gxv-faq_in-h0w {
  margin: 0 auto;
  max-width: 82.5rem;
}.gxv-faq_head-h0w {
  margin-bottom: 20px;
}.gxv-faq_label-h0w {
  text-transform: uppercase;
  color: #E87C1C;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 0.688rem;
  font-weight: 700;
}.gxv-faq_h2-h0w {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F4E6CC;
  font-size: 20px;
  font-family: 'Cinzel', serif;
}
@media(min-width:768px) {.gxv-faq_h2-h0w {
  font-size: 1.5rem;
}
}.gxv-faq_list-h0w {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.gxv-faq_item-h0w {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  overflow: hidden;
  background: #1A1009;
}.gxv-faq_q-h0w {
  gap: 0.75rem;
  transition: color .2s;
  padding: 16px 20px;
  flex-wrap: wrap;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  color: #CEB48A;
  cursor: pointer;
  align-items: center;
  font-size: 14px;
  overflow-wrap: break-word;
}.gxv-faq_q-h0w:hover {
  color: #F4E6CC;
}.gxv-faq_q_ic-h0w {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transition: transform .25s;
  flex-shrink: 0;
  display: flex;
  color: #E87C1C;
  width: 24px;
  align-items: center;
  justify-content: center;
  height: 24px;
  font-size: 16px;
}.gxv-faq_item-h0w.gxv-state_open-h0w .gxv-faq_q_ic-h0w {
  transform: rotate(45deg);
}.gxv-faq_a-h0w {
  padding: 0 20px 16px;
  line-height: 1.7;
  font-size: 13px;
  display: none;
  color: #806650;
  overflow-wrap: break-word;
}.gxv-faq_item-h0w.gxv-state_open-h0w .gxv-faq_a-h0w {
  display: block;
}.gxv-faq_a-h0w strong {
  font-weight: 700;
  color: #CEB48A;
}.gxv-faq_a-h0w a {
  color: #E87C1C;
  text-decoration: underline;
}.gxv-faq_a-h0w ul,.gxv-faq_a-h0w ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 20px;
}.gxv-faq_a-h0w ol {
  list-style: decimal;
}.gxv-faq_a-h0w li {
  margin-bottom: 4px;
  line-height: 1.6;
}.gxv-faq_a-h0w table {
  margin: 0.5rem 0;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  display: block;
}
@media(min-width: 765px) {.gxv-faq_a-h0w table {
  display: table;
}
}.gxv-faq_a-h0w th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #CEB48A;
}.gxv-faq_a-h0w td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #806650;
}.gxv-ft-h0w {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #070402;
  margin-top: 3rem;
}.gxv-ft_support-h0w {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 765px) {.gxv-ft_support-h0w {
  padding: 28px 1.5rem;
}
}.gxv-ft_support_in-h0w {
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  max-width: 1320px;
  align-items: center;
  flex-wrap: wrap;
}.gxv-ft_support_main-h0w {
  gap: 1rem;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  min-width: 220px;
  display: flex;
}.gxv-ft_support_ic-h0w {
  color: #E87C1C;
  flex-shrink: 0;
}.gxv-ft_support_ic-h0w svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 30px;
  height: 30px;
}.gxv-ft_support_text_title-h0w {
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 3px;
  color: #F4E6CC;
  font-size: 0.938rem;
}.gxv-ft_support_text_sub-h0w {
  overflow-wrap: break-word;
  color: #806650;
  font-size: 0.75rem;
}.gxv-ft_support_btn-h0w {
  border-radius: 8px;
  background: #E87C1C;
  transition: background .2s;
  padding: 11px 22px;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 700;
  color: #F4E6CC;
  font-size: 13px;
}.gxv-ft_support_btn-h0w:hover {
  background: #F5962E;
}.gxv-ft_support_contacts-h0w {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.gxv-ft_support_contact-h0w {
  font-size: 0.75rem;
  color: #6A5240;
  line-height: 1.4;
}.gxv-ft_support_contact-h0w strong {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 2px;
  display: block;
  color: #A88A62;
}.gxv-ft_main-h0w {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 16px 1.5rem;
}
@media(min-width: 766px) {.gxv-ft_main-h0w {
  padding: 2.5rem 1.5rem 2rem;
}
}.gxv-ft_main_in-h0w {
  margin: 0 auto;
  gap: 24px;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width:640px) {.gxv-ft_main_in-h0w {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.gxv-ft_main_in-h0w {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.gxv-ft_col_logo-h0w {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.gxv-ft_col_logo-h0w {
  grid-column: auto;
}
}.gxv-ft_logo-h0w {
  gap: 9px;
  overflow-wrap: break-word;
  align-items: center;
  font-weight: 800;
  flex-wrap: wrap;
  color: #F4E6CC;
  font-size: 1rem;
  margin-bottom: 12px;
  display: flex;
}.gxv-ft_logo_mark-h0w {
  overflow: hidden;
  border-radius: 0.313rem;
  width: 30px;
  height: 1.875rem;
}.gxv-ft_logo_mark-h0w img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.gxv-ft_logo_sub-h0w {
  font-size: 12px;
  max-width: 12.5rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #6A5240;
}.gxv-ft_col_title-h0w {
  letter-spacing: .07em;
  margin-bottom: 14px;
  color: #A88A62;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}.gxv-ft_col_links-h0w {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.gxv-ft_col_link-h0w {
  transition: color .2s;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #6A5240;
}.gxv-ft_col_link-h0w:hover {
  color: #CEB48A;
}.gxv-ft_apps-h0w {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.gxv-ft_app_card-h0w {
  gap: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  align-items: center;
  display: flex;
}.gxv-ft_app_card-h0w:hover {
  border-color: rgba(232, 124, 28, 0.45);
}.gxv-ft_app_card_ic-h0w svg {
  stroke-linecap: round;
  width: 1.375rem;
  height: 22px;
  stroke-linejoin: round;
}.gxv-ft_app_card_os-h0w {
  color: #6A5240;
  font-size: 0.625rem;
  font-weight: 600;
}.gxv-ft_app_card_action-h0w {
  color: #CEB48A;
  font-size: 12px;
  font-weight: 700;
}.gxv-ft_bot-h0w {
  padding: 20px 16px;
}
@media(min-width: 771px) {.gxv-ft_bot-h0w {
  padding: 20px 1.5rem;
}
}.gxv-ft_bot_in-h0w {
  margin: 0 auto;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  max-width: 82.5rem;
}.gxv-ft_socials-h0w {
  gap: 8px;
  display: flex;
}.gxv-ft_soc-h0w {
  border-radius: 0.313rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  color: #A88A62;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 2.25rem;
  height: 2.25rem;
}.gxv-ft_soc-h0w svg {
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
  width: 1rem;
}.gxv-ft_soc-h0w:hover {
  background: rgba(255, 255, 255, 0.07);
}.gxv-ft_legal-h0w {
  flex: 1;
  overflow-wrap: break-word;
  color: #9E7E5C;
  min-width: 12.5rem;
  font-size: 0.688rem;
  line-height: 1.6;
}.gxv-ft_legal-h0w strong {
  color: #A88A62;
  font-weight: 700;
}.gxv-ft_legal-h0w a {
  color: #A88A62;
  text-decoration: underline;
}.gxv-ft_age-h0w {
  border-radius: 50%;
  border: 2px solid #9E7E5C;
  color: #9E7E5C;
  display: flex;
  margin-left: auto;
  font-weight: 800;
  flex-shrink: 0;
  height: 2rem;
  width: 2rem;
  justify-content: center;
  align-items: center;
  font-size: 0.688rem;
}