*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #0D1119;
  -webkit-font-smoothing: antialiased;
  font-family: 'Barlow', sans-serif;
  color: #C2B89E;
  min-height: 100vh;
  line-height: 1.6;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  text-decoration: none;
  color: inherit;
}button {
  background: none;
  font: inherit;
  border: none;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.zjz-layout_m8h {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.zjz-page_m8h {
  display: flex;
  min-height: 100vh;
}.zjz-main_m8h {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media(min-width: 1083px) {.zjz-main_m8h {
  padding-left: 13.75rem;
}
}
@media(max-width: 1081px) {.zjz-main_m8h {
  padding-bottom: 72px;
}
}.zjz-gc_m8h {
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  background: #111622;
  width: 8.75rem;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}
@media(min-width: 637px) {.zjz-gc_m8h {
  width: 156px;
}
}
@media(min-width: 1077px) {.zjz-gc_m8h {
  width: 10.5rem;
}
}.zjz-gc_m8h:hover {
  border-color: rgba(200,148,28,0.08);
  transform: translateY(-3px);
}.zjz-gc_img_m8h {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.zjz-gc_img_m8h img {
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}.zjz-gc_hover_m8h {
  inset: 0;
  transition: opacity .2s;
  background: rgba(7,10,14,0.72);
  position: absolute;
  opacity: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}.zjz-gc_m8h:hover .zjz-gc_hover_m8h {
  opacity: 1;
}.zjz-gc_hover_btn_m8h {
  border-radius: 0.25rem;
  background: #C8941C;
  padding: 8px 1rem;
  color: #EDE6D5;
  font-size: 0.75rem;
  font-weight: 700;
}.zjz-gc_info_m8h {
  padding: 0.5rem 10px 10px;
}.zjz-gc_name_m8h {
  overflow: hidden;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  max-width: 100%;
  color: #C2B89E;
  margin-bottom: 3px;
  text-overflow: ellipsis;
}.zjz-gc_prov_m8h {
  color: #524E48;
  font-size: 10px;
}.zjz-gc_tag_m8h {
  border-radius: 0.25rem;
  padding: 2px 7px;
  letter-spacing: .04em;
  position: absolute;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 2;
  left: 0.375rem;
  font-size: 0.563rem;
  top: 6px;
}.zjz-gc_tag_hot_m8h {
  background: #D93838;
  color: #fff;
}.zjz-gc_tag_new_m8h {
  background: #28B865;
  color: #0D1119;
}.zjz-gc_tag_jp_m8h {
  background: #F0B829;
  color: #0D1119;
}.zjz-gc_tag_ex_m8h {
  background: #6B4E14;
  color: #fff;
}.zjz-gc_tag_live_m8h {
  background: #D93838;
  color: #fff;
}.zjz-gr_m8h {
  background: #0D1119;
  padding: 2rem 16px 0;
}
@media(min-width: 769px) {.zjz-gr_m8h {
  padding: 36px 24px 0;
}
}.zjz-gr_in_m8h {
  margin: 0 auto;
  max-width: 82.5rem;
}.zjz-gr_head_m8h {
  gap: 12px;
  margin-bottom: 0.625rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.zjz-gr_head_l_m8h {
  flex: 1;
  gap: 0.625rem;
  min-width: 0;
  display: flex;
  align-items: center;
}.zjz-gr_ic_m8h {
  border-radius: 8px;
  flex-shrink: 0;
  display: flex;
  height: 32px;
  align-items: center;
  justify-content: center;
  width: 32px;
}.zjz-gr_ic_m8h svg {
  stroke-linecap: round;
  height: 1rem;
  width: 16px;
  stroke-linejoin: round;
}.zjz-gr_title_m8h {
  color: #EDE6D5;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 16px;
  font-family: 'Exo 2', sans-serif;
}
@media(min-width: 770px) {.zjz-gr_title_m8h {
  font-size: 1.125rem;
}
}.zjz-gr_more_m8h {
  gap: 5px;
  transition: color .2s;
  flex-shrink: 0;
  font-weight: 600;
  white-space: nowrap;
  align-items: center;
  font-size: 12px;
  display: flex;
  color: #6A6258;
}.zjz-gr_more_m8h:hover {
  color: #C8941C;
}.zjz-gr_more_m8h svg {
  stroke-linecap: round;
  height: 12px;
  width: 12px;
  stroke-linejoin: round;
}.zjz-gr_arrows_m8h {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.zjz-gr_arr_m8h {
  transition: background .15s,color .15s;
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.11);
  display: flex;
  color: #8A8070;
  height: 1.875rem;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
}.zjz-gr_arr_m8h:hover {
  background: rgba(255,255,255,0.07);
  color: #EDE6D5;
}.zjz-gr_arr_m8h svg {
  width: 13px;
  stroke-linejoin: round;
  height: 0.813rem;
  stroke-linecap: round;
}.zjz-gr_seo_h_m8h {
  margin: 0 0 6px;
  max-width: 42.5rem;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #C2B89E;
}
@media(min-width: 767px) {.zjz-gr_seo_h_m8h {
  font-size: 14px;
}
}.zjz-gr_seo_m8h {
  line-height: 1.55;
  max-width: 680px;
  overflow-wrap: break-word;
  color: #6A6258;
  margin-bottom: 12px;
  font-size: 0.75rem;
}.zjz-gr_seo_m8h strong {
  font-weight: 600;
  color: #C2B89E;
}.zjz-gr_scroll_m8h {
  gap: 10px;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
}.zjz-gr_scroll_m8h::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.zjz-gr_scroll_m8h {
  gap: 12px;
}
}.zjz-tb_m8h {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #0B0F19;
  height: 3.5rem;
  right: 0;
  z-index: 80;
  top: 0;
  display: flex;
  left: 0;
  position: fixed;
  align-items: center;
}.zjz-tb_in_m8h {
  padding: 0 0.875rem;
  gap: 0;
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
}.zjz-tb_burger_m8h {
  border-radius: 8px;
  gap: 5px;
  align-items: center;
  justify-content: center;
  height: 2.375rem;
  width: 2.375rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  margin-right: 8px;
}.zjz-tb_burger_m8h:hover {
  background: rgba(255,255,255,0.05);
}.zjz-tb_burger_line_m8h {
  background: #8A8070;
  border-radius: 1px;
  width: 18px;
  height: 2px;
  display: block;
}
@media(min-width: 1077px) {.zjz-tb_burger_m8h {
  display: none;
}
}.zjz-tb_logo_m8h {
  gap: 0.563rem;
  align-items: center;
  display: flex;
  letter-spacing: -.01em;
  font-size: 18px;
  margin-right: 1.25rem;
  color: #EDE6D5;
  font-weight: 800;
  overflow-wrap: break-word;
  flex-shrink: 0;
}.zjz-tb_logo_mark_m8h {
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  width: 2rem;
  align-items: center;
  height: 2rem;
  justify-content: center;
}.zjz-tb_logo_mark_m8h img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.zjz-tb_nav_m8h {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 638px) {.zjz-tb_nav_m8h {
  display: flex;
}
}.zjz-tb_tab_m8h {
  padding: 0.5rem 14px;
  transition: background .15s,color .15s;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.813rem;
  color: #8A8070;
  white-space: nowrap;
}.zjz-tb_tab_m8h:hover {
  background: rgba(255,255,255,0.05);
  color: #EDE6D5;
}.zjz-tb_tab_m8h.zjz-state_active_m8h {
  background: rgba(200,148,28,0.18);
  color: #EDE6D5;
}.zjz-tb_right_m8h {
  gap: 8px;
  flex-shrink: 0;
  display: flex;
  margin-left: auto;
  align-items: center;
}.zjz-tb_login_m8h {
  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.11);
  padding: 0.563rem 16px;
  font-size: 13px;
  display: none;
  font-weight: 600;
  color: #C2B89E;
}.zjz-tb_login_m8h:hover {
  border-color: rgba(200,148,28,0.45);
  color: #EDE6D5;
}
@media(min-width: 481px) {.zjz-tb_login_m8h {
  display: block;
}
}.zjz-tb_reg_m8h {
  border-radius: 8px;
  background: #28B865;
  transition: background .2s;
  padding: 0.563rem 1.125rem;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  color: #0A0D14;
}.zjz-tb_reg_m8h:hover {
  background: #32CC74;
}.zjz-sb_m8h {
  border-right: 1px solid rgba(255,255,255,0.05);
  transition: transform .25s ease;
  background: #161D28;
  transform: translateX(-100%);
  left: 0;
  overflow-y: auto;
  bottom: 0;
  top: 3.5rem;
  width: 13.75rem;
  position: fixed;
  z-index: 70;
}.zjz-sb_m8h.zjz-state_open_m8h {
  transform: translateX(0);
}.zjz-sb_m8h::-webkit-scrollbar {
  width: 4px;
}.zjz-sb_m8h::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
}
@media(min-width: 1078px) {.zjz-sb_m8h {
  transform: translateX(0);
}
}.zjz-sb_auth_m8h {
  padding: 0.875rem 12px 10px;
}.zjz-sb_btn_reg_m8h {
  border-radius: 0.5rem;
  background: #28B865;
  padding: 11px;
  transition: background .2s;
  font-size: 0.813rem;
  margin-bottom: 8px;
  color: #0A0D14;
  text-align: center;
  font-weight: 700;
  display: block;
}.zjz-sb_btn_reg_m8h:hover {
  background: #32CC74;
}.zjz-sb_btn_login_m8h {
  padding: 0.625rem;
  border-radius: 0.5rem;
  transition: border-color .2s;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.11);
  font-size: 13px;
  color: #C2B89E;
  font-weight: 600;
  text-align: center;
  display: block;
}.zjz-sb_btn_login_m8h:hover {
  border-color: rgba(200,148,28,0.45);
  color: #EDE6D5;
}.zjz-sb_promo_m8h {
  padding: 12px 14px;
  overflow: hidden;
  border: 1px solid rgba(200,148,28,0.18);
  background: linear-gradient(135deg,#1C2C4A,#161D28);
  border-radius: 0.5rem;
  margin: 0 0.75rem 10px;
  position: relative;
}.zjz-sb_promo_m8h::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200,148,28,0.18),transparent 70%);
  width: 80px;
  right: -20px;
  height: 80px;
  top: -20px;
  content: '';
  position: absolute;
}.zjz-sb_promo_title_m8h {
  letter-spacing: .06em;
  margin-bottom: 0.25rem;
  font-weight: 700;
  color: #C8941C;
  font-size: 11px;
  text-transform: uppercase;
}.zjz-sb_promo_text_m8h {
  font-size: 12px;
  font-weight: 600;
  overflow-wrap: break-word;
  line-height: 1.35;
  color: #EDE6D5;
}.zjz-sb_promo_sub_m8h {
  margin-top: 3px;
  font-size: 0.625rem;
  color: #6A6258;
}.zjz-sb_nav_m8h {
  padding: 6px 8px 1rem;
}.zjz-sb_nav_lb_m8h {
  padding: 10px 0.5rem 0.375rem;
  color: #524E48;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.625rem;
}.zjz-sb_link_m8h {
  gap: 0.625rem;
  border-radius: 4px;
  padding: 0.563rem 10px;
  transition: background .15s,color .15s;
  overflow-wrap: break-word;
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 0.813rem;
  font-weight: 500;
  color: #8A8070;
}.zjz-sb_link_m8h:hover {
  background: rgba(255,255,255,0.05);
  color: #EDE6D5;
}.zjz-sb_link_m8h.zjz-state_active_m8h {
  background: rgba(200,148,28,0.18);
  color: #EDE6D5;
}.zjz-sb_ic_m8h {
  border-radius: 0.25rem;
  align-items: center;
  width: 30px;
  justify-content: center;
  display: flex;
  height: 30px;
  flex-shrink: 0;
}.zjz-sb_ic_m8h svg {
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
}.zjz-sb_ic_1_m8h {
  background: rgba(200,148,28,0.08);
  color: #C8941C;
}.zjz-sb_ic_2_m8h {
  background: rgba(40,184,101,0.16);
  color: #28B865;
}.zjz-sb_ic_3_m8h {
  background: rgba(240,184,41,0.15);
  color: #F0B829;
}.zjz-sb_ic_4_m8h {
  background: rgba(107,78,20,0.28);
  color: #6B4E14;
}.zjz-sb_ic_5_m8h {
  background: rgba(200,148,28,0.08);
  color: #E03A8C;
}.zjz-sb_ic_6_m8h {
  background: rgba(107,78,20,0.28);
  color: #7C42D4;
}.zjz-sb_badge_m8h {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  background: #F0B829;
  color: #0A0D14;
  font-weight: 700;
  margin-left: auto;
  font-size: 0.563rem;
}.zjz-sb_bot_m8h {
  padding: 0.75rem;
  gap: 0.5rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
}.zjz-sb_lang_m8h,.zjz-sb_help_m8h {
  border-radius: 4px;
  padding: 0.563rem 6px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  transition: border-color .2s;
  gap: 6px;
  flex: 1;
  font-weight: 600;
  justify-content: center;
  display: flex;
  font-size: 11px;
  color: #8A8070;
  align-items: center;
}.zjz-sb_lang_m8h:hover,.zjz-sb_help_m8h:hover {
  border-color: rgba(200,148,28,0.45);
  color: #EDE6D5;
}.zjz-sb_lang_m8h svg,.zjz-sb_help_m8h svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 13px;
  height: 13px;
}.zjz-sb_bd_m8h {
  inset: 0;
  background: rgba(7,10,14,0.72);
  position: fixed;
  display: none;
  z-index: 69;
}.zjz-sb_bd_m8h.zjz-state_on_m8h {
  display: block;
}
@media(min-width: 1077px) {.zjz-sb_bd_m8h {
  display: none!important;
}
}.zjz-mob_nav_m8h {
  border-top: 1px solid rgba(255,255,255,0.11);
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  background: #161D28;
  left: 0;
  z-index: 80;
  right: 0;
  bottom: 0;
  display: flex;
  position: fixed;
}
@media(min-width: 1081px) {.zjz-mob_nav_m8h {
  display: none;
}
}.zjz-mob_nav_item_m8h {
  gap: 4px;
  padding: 0.25rem 2px;
  flex: 1;
  color: #524E48;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}.zjz-mob_nav_ic_m8h {
  line-height: 1;
}.zjz-mob_nav_ic_m8h svg {
  width: 1.25rem;
  stroke-linejoin: round;
  height: 20px;
  stroke-linecap: round;
}.zjz-mob_nav_lb_m8h {
  font-weight: 600;
  font-size: 0.625rem;
  color: #524E48;
}.zjz-mob_nav_item_m8h.zjz-state_active_m8h {
  color: #C8941C;
}.zjz-mob_nav_item_m8h.zjz-state_active_m8h .zjz-mob_nav_lb_m8h {
  color: #C8941C;
}.zjz-hero_m8h {
  background: #0D1119;
  padding: 1.25rem 1rem 0;
}
@media(min-width: 770px) {.zjz-hero_m8h {
  padding: 1.5rem 1.5rem 0;
}
}.zjz-hero_in_m8h {
  margin: 0 auto;
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
}
@media(min-width: 857px) {.zjz-hero_in_m8h {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1097px) {.zjz-hero_in_m8h {
  grid-template-columns: 1fr 340px;
}
}.zjz-hero_promo_m8h {
  background: #111622;
  overflow: hidden;
  border-radius: 12px;
  min-height: 13.75rem;
  display: flex;
  position: relative;
  align-items: stretch;
}
@media(min-width: 766px) {.zjz-hero_promo_m8h {
  min-height: 17.5rem;
}
}.zjz-hero_promo_bg_m8h {
  inset: 0;
  background: linear-gradient(120deg,#1C2C4A 0%,#0D1119 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.zjz-hero_promo_bg_m8h::after {
  background: linear-gradient(90deg,#0D1119 0%,rgba(7,10,14,0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.zjz-hero_promo_glow_m8h {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(107,78,20,0.28) 0%,transparent 65%);
  width: 300px;
  right: 3.75rem;
  pointer-events: none;
  position: absolute;
  height: 18.75rem;
  top: -40px;
}.zjz-hero_promo_ct_m8h {
  padding: 1.75rem 24px 1.75rem 28px;
  justify-content: center;
  z-index: 2;
  flex-direction: column;
  position: relative;
  max-width: 480px;
  display: flex;
}
@media(min-width: 767px) {.zjz-hero_promo_ct_m8h {
  padding: 2.5rem 32px;
}
}.zjz-hero_badge_m8h {
  padding: 5px 0.75rem;
  border: 1px solid rgba(200,148,28,0.08);
  background: rgba(200,148,28,0.18);
  border-radius: 20px;
  display: inline-block;
  letter-spacing: .08em;
  margin-bottom: 0.875rem;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #C8941C;
}.zjz-hero_h1_m8h {
  overflow-wrap: break-word;
  line-height: 1.15;
  color: #EDE6D5;
  margin-bottom: 0.625rem;
  font-weight: 800;
  font-size: 26px;
  font-family: 'Exo 2', sans-serif;
}.zjz-hero_h1_m8h em {
  font-style: normal;
  color: #F0B829;
}
@media(min-width:768px) {.zjz-hero_h1_m8h {
  font-size: 36px;
}
}.zjz-hero_sub_m8h {
  color: #8A8070;
  margin-bottom: 20px;
  line-height: 1.55;
  font-size: 13px;
}
@media(min-width: 769px) {.zjz-hero_sub_m8h {
  font-size: 14px;
}
}.zjz-hero_row_m8h {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.zjz-hero_cta_m8h {
  transition: background .2s;
  background: #28B865;
  border-radius: 8px;
  padding: 0.813rem 26px;
  box-shadow: 0 4px 0.875rem rgba(40,184,101,0.38), 0 1px 4px rgba(0,0,0,0.55);
  font-weight: 700;
  color: #0A0D14;
  font-size: 14px;
}.zjz-hero_cta_m8h:hover {
  background: #32CC74;
}.zjz-hero_terms_m8h {
  font-size: 0.688rem;
  color: #524E48;
}.zjz-hero_game_m8h {
  border-radius: 12px;
  background: #111622;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  display: flex;
  flex-direction: column;
  position: relative;
}.zjz-hero_game_badge_m8h {
  padding: 0.313rem 10px;
  border: 1px solid rgba(240,184,41,0.15);
  background: rgba(240,184,41,0.15);
  border-radius: 20px;
  top: 12px;
  color: #F0B829;
  letter-spacing: .06em;
  left: 12px;
  font-size: 10px;
  position: absolute;
  font-weight: 700;
  z-index: 3;
  text-transform: uppercase;
}.zjz-hero_game_badge_m8h svg {
  height: 11px;
  margin-right: 4px;
  width: 0.688rem;
  vertical-align: -1px;
}.zjz-hero_game_img_m8h {
  overflow: hidden;
  background: linear-gradient(135deg,#1C2C4A,#0D1119);
  padding-bottom: 60%;
  position: relative;
}.zjz-hero_game_img_m8h img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}.zjz-hero_game_play_m8h {
  transition: opacity .2s;
  background: rgba(7,10,14,0.72);
  inset: 0;
  opacity: 0;
  justify-content: center;
  align-items: center;
  position: absolute;
  display: flex;
}.zjz-hero_game_m8h:hover .zjz-hero_game_play_m8h {
  opacity: 1;
}.zjz-hero_game_play_m8h span {
  background: #C8941C;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 52px;
}.zjz-hero_game_play_m8h span svg {
  margin-left: 2px;
  width: 18px;
  height: 18px;
}.zjz-hero_game_info_m8h {
  padding: 0.875rem 16px;
}.zjz-hero_game_title_m8h {
  margin-bottom: 0.25rem;
  font-weight: 700;
  font-size: 0.938rem;
  color: #EDE6D5;
  overflow-wrap: break-word;
}.zjz-hero_game_provider_m8h {
  color: #6A6258;
  font-size: 0.688rem;
}.zjz-hero_game_btn_m8h {
  border-radius: 8px;
  margin: 12px 1rem 16px;
  background: #C8941C;
  padding: 11px;
  transition: background .2s;
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #EDE6D5;
}.zjz-hero_game_m8h:hover .zjz-hero_game_btn_m8h {
  background: #DDA82E;
}.zjz-sbar_m8h {
  background: #0D1119;
  padding: 16px 16px 0;
}
@media(min-width: 766px) {.zjz-sbar_m8h {
  padding: 1.125rem 1.5rem 0;
}
}.zjz-sbar_in_m8h {
  margin: 0 auto;
  max-width: 1320px;
}.zjz-sbar_row_m8h {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}.zjz-sbar_input_m8h {
  padding: 11px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.11);
  gap: 0.625rem;
  transition: border-color .2s;
  background: #111622;
  flex: 1;
  font-size: 0.813rem;
  color: #6A6258;
  cursor: pointer;
  display: flex;
  align-items: center;
}.zjz-sbar_input_m8h:hover {
  border-color: rgba(200,148,28,0.45);
}.zjz-sbar_input_m8h svg {
  width: 15px;
  flex-shrink: 0;
  stroke-linecap: round;
  height: 0.938rem;
  stroke-linejoin: round;
}.zjz-sbar_providers_m8h {
  gap: 8px;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.11);
  background: #111622;
  transition: border-color .2s;
  padding: 0.688rem 18px;
  color: #C2B89E;
  font-size: 0.813rem;
  font-weight: 600;
  display: flex;
  white-space: nowrap;
  align-items: center;
}.zjz-sbar_providers_m8h:hover {
  border-color: rgba(200,148,28,0.45);
  color: #EDE6D5;
}.zjz-sbar_providers_m8h svg {
  stroke-linejoin: round;
  height: 0.875rem;
  width: 0.875rem;
  stroke-linecap: round;
}.zjz-sbar_tabs_m8h {
  gap: 0.375rem;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}.zjz-sbar_tabs_m8h::-webkit-scrollbar {
  display: none;
}.zjz-sbar_tab_m8h {
  padding: 8px 0.875rem;
  transition: background .15s,color .15s,border-color .15s;
  background: rgba(255,255,255,0.05);
  gap: 0.438rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(255,255,255,0.06);
  flex-shrink: 0;
  white-space: nowrap;
  cursor: pointer;
  color: #8A8070;
  align-items: center;
  display: flex;
  font-weight: 600;
  font-size: 0.75rem;
}.zjz-sbar_tab_m8h:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(200,148,28,0.45);
  color: #EDE6D5;
}.zjz-sbar_tab_m8h.zjz-state_active_m8h {
  border-color: rgba(200,148,28,0.08);
  background: rgba(200,148,28,0.18);
  color: #EDE6D5;
}.zjz-sbar_tab_ic_m8h svg {
  height: 0.875rem;
  width: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.zjz-wy_m8h {
  padding: 2rem 1rem 0;
  background: #0D1119;
}
@media(min-width: 769px) {.zjz-wy_m8h {
  padding: 40px 24px 0;
}
}.zjz-wy_in_m8h {
  margin: 0 auto;
  max-width: 82.5rem;
}.zjz-wy_head_m8h {
  margin-bottom: 1.125rem;
  max-width: 45rem;
}.zjz-wy_label_m8h {
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #C8941C;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}.zjz-wy_h2_m8h {
  font-weight: 800;
  margin-bottom: 8px;
  color: #EDE6D5;
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width: 765px) {.zjz-wy_h2_m8h {
  font-size: 24px;
}
}.zjz-wy_intro_m8h {
  margin: 0;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #6A6258;
}.zjz-wy_grid_m8h {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.zjz-wy_grid_m8h {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.zjz-wy_grid_m8h {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.zjz-wy_card_m8h {
  background: #161D28;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.11);
  transition: border-color .2s,transform .2s;
  padding: 1.25rem;
}.zjz-wy_card_m8h:hover {
  border-color: rgba(200,148,28,0.08);
  transform: translateY(-2px);
}.zjz-wy_card_ic_m8h {
  background: rgba(200,148,28,0.18);
  border-radius: 50%;
  align-items: center;
  color: #C8941C;
  width: 44px;
  justify-content: center;
  display: flex;
  height: 44px;
  margin-bottom: 0.875rem;
}.zjz-wy_card_ic_m8h svg {
  stroke-linecap: round;
  height: 22px;
  stroke-linejoin: round;
  width: 22px;
}.zjz-wy_card_h_m8h {
  margin-bottom: 0.375rem;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #EDE6D5;
  line-height: 1.25;
  font-size: 15px;
}.zjz-wy_card_p_m8h {
  font-size: 0.813rem;
  line-height: 1.6;
  color: #6A6258;
  overflow-wrap: break-word;
}.zjz-wy_card_p_m8h strong {
  color: #C2B89E;
  font-weight: 600;
}.zjz-gr_jp_m8h {
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg,#1A0E3C 0%,#0A0C16 100%);
  padding: 1.25rem;
  position: relative;
}.zjz-gr_jp_m8h::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(107,78,20,0.28) 0%,transparent 70%);
  left: -60px;
  width: 250px;
  position: absolute;
  content: '';
  top: -60px;
  height: 250px;
}.zjz-gr_jp_m8h::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(240,184,41,0.15) 0%,transparent 70%);
  width: 12.5rem;
  bottom: -40px;
  position: absolute;
  right: 0;
  content: '';
  height: 200px;
}.zjz-gr_jp_head_m8h {
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
  z-index: 1;
  align-items: flex-start;
  position: relative;
  display: flex;
}.zjz-gr_jp_info_m8h {
  flex: 1;
}.zjz-gr_jp_label_m8h {
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #7C42D4;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.375rem;
}.zjz-gr_jp_label_m8h svg {
  height: 14px;
  vertical-align: -2px;
  width: 0.875rem;
  stroke-linecap: round;
  margin-right: 0.25rem;
  stroke-linejoin: round;
}.zjz-gr_jp_amount_m8h {
  overflow-wrap: break-word;
  font-size: 32px;
  color: #EDE6D5;
  line-height: 1;
  margin-bottom: 4px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
}
@media(min-width: 769px) {.zjz-gr_jp_amount_m8h {
  font-size: 2.5rem;
}
}.zjz-gr_jp_amount_m8h span {
  color: #F0B829;
}.zjz-gr_jp_seo_m8h {
  color: #8A8070;
  max-width: 480px;
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.5;
}.zjz-gr_jp_cta_m8h {
  transition: background .2s;
  border-radius: 8px;
  border: 1px solid rgba(107,78,20,0.28);
  background: rgba(107,78,20,0.28);
  padding: 11px 20px;
  color: #EDE6D5;
  position: relative;
  z-index: 1;
  margin-top: 4px;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  align-self: flex-start;
}.zjz-gr_jp_cta_m8h:hover {
  background: #6B4E14;
}.zjz-gcg_m8h {
  padding: 2.25rem 1rem 0;
  background: #0D1119;
}
@media(min-width: 765px) {.zjz-gcg_m8h {
  padding: 2.75rem 1.5rem 0;
}
}.zjz-gcg_in_m8h {
  margin: 0 auto;
  max-width: 82.5rem;
}.zjz-gcg_head_m8h {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.zjz-gcg_label_m8h {
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #C8941C;
}.zjz-gcg_h2_m8h {
  font-size: 22px;
  margin-bottom: 8px;
  font-family: 'Exo 2', sans-serif;
  color: #EDE6D5;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.zjz-gcg_h2_m8h {
  font-size: 28px;
}
}.zjz-gcg_intro_m8h {
  line-height: 1.6;
  color: #6A6258;
  font-size: 13px;
}.zjz-gcg_grid_m8h {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.zjz-gcg_grid_m8h {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.zjz-gcg_grid_m8h {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.zjz-gcg_card_m8h {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 12px;
  padding: 20px;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  flex-direction: column;
  position: relative;
  justify-content: flex-end;
  display: flex;
  cursor: pointer;
  min-height: 15rem;
}.zjz-gcg_card_m8h:hover {
  border-color: rgba(200,148,28,0.18);
  transform: translateY(-3px);
}.zjz-gcg_card_bg_m8h {
  inset: 0;
  position: absolute;
  z-index: 0;
}.zjz-gcg_card_bg_m8h::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.zjz-gcg_card_ic_m8h {
  background: rgba(0,0,0,.45);
  border-radius: 4px;
  z-index: 2;
  right: 1.125rem;
  justify-content: center;
  position: absolute;
  top: 18px;
  color: #EDE6D5;
  height: 2.5rem;
  display: flex;
  width: 40px;
  align-items: center;
}.zjz-gcg_card_ic_m8h svg {
  height: 1.25rem;
  stroke-linejoin: round;
  width: 20px;
  stroke-linecap: round;
}.zjz-gcg_card_ct_m8h {
  z-index: 1;
  position: relative;
}.zjz-gcg_card_h_m8h {
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #EDE6D5;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-size: 1.125rem;
}
@media(min-width: 769px) {.zjz-gcg_card_h_m8h {
  font-size: 1.25rem;
}
}.zjz-gcg_card_p_m8h {
  overflow-wrap: break-word;
  font-size: 12px;
  margin-bottom: 0.625rem;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
}.zjz-gcg_card_p_m8h strong {
  font-weight: 600;
  color: #EDE6D5;
}.zjz-gcg_card_cta_m8h {
  gap: 0.25rem;
  color: #C8941C;
  letter-spacing: .04em;
  display: inline-flex;
  font-weight: 700;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
}.zjz-gcg_card_cta_m8h svg {
  height: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.75rem;
}.zjz-ws_m8h {
  padding: 32px 1rem 0;
  background: #0D1119;
}
@media(min-width:768px) {.zjz-ws_m8h {
  padding: 36px 24px 0;
}
}.zjz-ws_in_m8h {
  margin: 0 auto;
  max-width: 82.5rem;
}.zjz-ws_head_m8h {
  gap: 0.75rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-bottom: 14px;
  flex-wrap: wrap;
}.zjz-ws_title_m8h {
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  color: #EDE6D5;
  overflow-wrap: break-word;
  font-weight: 700;
  display: flex;
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
}.zjz-ws_title_ic_m8h svg {
  stroke-linecap: round;
  height: 18px;
  color: #F0B829;
  stroke-linejoin: round;
  width: 18px;
}.zjz-ws_online_m8h {
  gap: 7px;
  align-items: center;
  font-weight: 600;
  color: #6A6258;
  font-size: 0.75rem;
  display: flex;
}.zjz-ws_online_dot_m8h {
  border-radius: 50%;
  background: #28B865;
  flex-shrink: 0;
  height: 0.5rem;
  width: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(40,184,101,0.16);
}.zjz-ws_scroll_m8h {
  gap: 8px;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 0.5rem;
  overflow-x: auto;
}.zjz-ws_scroll_m8h::-webkit-scrollbar {
  display: none;
}.zjz-wc_m8h {
  background: #111622;
  border-radius: 8px;
  gap: 0.625rem;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 10px 14px;
  align-items: center;
  min-width: 13.75rem;
  display: flex;
  flex-shrink: 0;
}.zjz-wc_img_m8h {
  background: #161D28;
  border-radius: 4px;
  overflow: hidden;
  width: 2.25rem;
  height: 36px;
  flex-shrink: 0;
}.zjz-wc_img_m8h img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.zjz-wc_info_m8h {
  min-width: 0;
}.zjz-wc_game_m8h {
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  color: #C2B89E;
}.zjz-wc_player_m8h {
  overflow: hidden;
  font-size: 0.625rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #524E48;
}.zjz-wc_amount_m8h {
  color: #28B865;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
  margin-left: auto;
  flex-shrink: 0;
}.zjz-app_m8h {
  background: #0D1119;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.zjz-app_m8h {
  padding: 2.75rem 1.5rem 0;
}
}.zjz-app_in_m8h {
  margin: 0 auto;
  max-width: 1320px;
}.zjz-app_head_m8h {
  margin-bottom: 16px;
}.zjz-app_label_m8h {
  font-weight: 700;
  color: #C8941C;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
}.zjz-app_h2_m8h {
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 0.375rem;
  color: #EDE6D5;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 769px) {.zjz-app_h2_m8h {
  font-size: 24px;
}
}.zjz-app_sub_m8h {
  max-width: 37.5rem;
  color: #6A6258;
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word;
}.zjz-app_sub_m8h strong {
  font-weight: 700;
  color: #C2B89E;
}.zjz-app_cards_m8h {
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}
@media(min-width: 638px) {.zjz-app_cards_m8h {
  grid-template-columns: repeat(3,1fr);
}
}.zjz-app_card_m8h {
  border-radius: 0.5rem;
  gap: 1rem;
  padding: 1.25rem;
  overflow: hidden;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
}.zjz-app_card_ios_m8h {
  background: linear-gradient(135deg,rgba(200,148,28,0.18) 0%,#161D28 100%);
}.zjz-app_card_android_m8h {
  background: linear-gradient(135deg,rgba(40,184,101,0.16) 0%,#161D28 100%);
}.zjz-app_card_win_m8h {
  background: linear-gradient(135deg,rgba(240,184,41,0.15) 0%,#161D28 100%);
}.zjz-app_card_ic_m8h svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 2.125rem;
  width: 34px;
}.zjz-app_card_ic_m8h {
  flex-shrink: 0;
  color: #EDE6D5;
}.zjz-app_card_os_m8h {
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: .08em;
  margin-bottom: 6px;
  font-weight: 700;
  color: #6A6258;
}.zjz-app_card_title_m8h {
  overflow-wrap: break-word;
  line-height: 1.2;
  font-weight: 700;
  font-size: 0.938rem;
  margin-bottom: 0.375rem;
  color: #EDE6D5;
}.zjz-app_card_text_m8h {
  color: #6A6258;
  line-height: 1.5;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-size: 0.75rem;
}.zjz-app_card_btn_m8h {
  border-radius: 4px;
  transition: background .2s;
  gap: 7px;
  border: 1px solid rgba(200,148,28,0.45);
  background: rgba(255,255,255,0.12);
  padding: 0.625rem 18px;
  display: inline-flex;
  font-weight: 700;
  color: #EDE6D5;
  font-size: 0.813rem;
  align-items: center;
}.zjz-app_card_btn_m8h:hover {
  background: rgba(255,255,255,0.07);
}.zjz-prov_m8h {
  padding: 2.25rem 16px 0;
  background: #0D1119;
}
@media(min-width:768px) {.zjz-prov_m8h {
  padding: 2.75rem 24px 0;
}
}.zjz-prov_in_m8h {
  margin: 0 auto;
  max-width: 82.5rem;
}.zjz-prov_head_m8h {
  margin-bottom: 1rem;
}.zjz-prov_label_m8h {
  font-weight: 700;
  letter-spacing: .08em;
  color: #C8941C;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
}.zjz-prov_h2_m8h {
  color: #EDE6D5;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 20px;
}
@media(min-width: 769px) {.zjz-prov_h2_m8h {
  font-size: 24px;
}
}.zjz-prov_seo_m8h {
  overflow-wrap: break-word;
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 0.813rem;
  max-width: 38.75rem;
  color: #6A6258;
}.zjz-prov_seo_m8h strong {
  font-weight: 700;
  color: #C2B89E;
}.zjz-prov_seo_m8h a {
  text-decoration: underline;
  color: #C8941C;
}.zjz-prov_grid_m8h {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 637px) {.zjz-prov_grid_m8h {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.zjz-prov_grid_m8h {
  grid-template-columns: repeat(8,1fr);
}
}.zjz-prov_card_m8h {
  transition: border-color .2s,background .2s;
  background: #111622;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 14px 10px;
  gap: 0.438rem;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  align-items: center;
}.zjz-prov_card_m8h:hover {
  background: #161D28;
  border-color: rgba(200,148,28,0.45);
}.zjz-prov_logo_m8h {
  background: rgba(255,255,255,0.05);
  border-radius: 0.25rem;
  overflow: hidden;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 2.75rem;
  height: 44px;
}.zjz-prov_logo_m8h img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.zjz-prov_name_m8h {
  color: #8A8070;
  text-align: center;
  overflow-wrap: break-word;
  font-size: 11px;
  font-weight: 600;
}.zjz-bon_m8h {
  background: #0D1119;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.zjz-bon_m8h {
  padding: 2.75rem 24px 0;
}
}.zjz-bon_in_m8h {
  margin: 0 auto;
  max-width: 82.5rem;
}.zjz-bon_head_m8h {
  margin-bottom: 20px;
}.zjz-bon_label_m8h {
  color: #C8941C;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
}.zjz-bon_h2_m8h {
  margin-bottom: 0.5rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #EDE6D5;
  font-family: 'Exo 2', sans-serif;
  font-size: 20px;
}
@media(min-width: 769px) {.zjz-bon_h2_m8h {
  font-size: 24px;
}
}.zjz-bon_seo_m8h {
  overflow-wrap: break-word;
  color: #6A6258;
  max-width: 620px;
  line-height: 1.6;
  font-size: 13px;
}.zjz-bon_seo_m8h strong {
  font-weight: 700;
  color: #C2B89E;
}.zjz-bon_seo_m8h a {
  color: #C8941C;
  text-decoration: underline;
}.zjz-bon_grid_m8h {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.zjz-bon_grid_m8h {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.zjz-bon_grid_m8h {
  grid-template-columns: repeat(5,1fr);
}
}.zjz-bon_card_m8h {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
  padding: 1rem;
  background: #111622;
  transition: border-color .2s,transform .2s;
}.zjz-bon_card_m8h:hover {
  transform: translateY(-2px);
  border-color: rgba(200,148,28,0.08);
}.zjz-bon_card_ic_m8h svg {
  width: 1.625rem;
  stroke-linecap: round;
  height: 1.625rem;
  stroke-linejoin: round;
}.zjz-bon_card_ic_m8h {
  margin-bottom: 10px;
}.zjz-bon_card_type_m8h {
  text-transform: uppercase;
  color: #6A6258;
  margin-bottom: 0.375rem;
  letter-spacing: .06em;
  font-size: 10px;
  font-weight: 700;
}.zjz-bon_card_amount_m8h {
  color: #F0B829;
  line-height: 1.1;
  font-weight: 800;
  font-size: 1.125rem;
  margin-bottom: 0.375rem;
}.zjz-bon_card_name_m8h {
  font-size: 13px;
  margin-bottom: 0.5rem;
  color: #EDE6D5;
  font-weight: 600;
  overflow-wrap: break-word;
}.zjz-bon_card_detail_m8h {
  border-top: 1px solid rgba(255,255,255,0.05);
  line-height: 1.5;
  color: #524E48;
  font-size: 11px;
  overflow-wrap: break-word;
  padding-top: 8px;
}.zjz-reg_m8h {
  background: #0D1119;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.zjz-reg_m8h {
  padding: 44px 1.5rem 0;
}
}.zjz-reg_in_m8h {
  background: #161D28;
  border-radius: 0.75rem;
  padding: 28px 1.5rem;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.06);
  max-width: 82.5rem;
}
@media(min-width: 771px) {.zjz-reg_in_m8h {
  padding: 40px;
}
}.zjz-reg_top_m8h {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:860px) {.zjz-reg_top_m8h {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.zjz-reg_label_m8h {
  font-weight: 700;
  margin-bottom: 10px;
  color: #C8941C;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.zjz-reg_h2_m8h {
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  color: #EDE6D5;
  font-family: 'Exo 2', sans-serif;
  font-size: 1.375rem;
}
@media(min-width: 769px) {.zjz-reg_h2_m8h {
  font-size: 1.75rem;
}
}.zjz-reg_bonus_m8h {
  padding: 10px 1rem;
  border: 1px solid rgba(240,184,41,0.15);
  gap: 8px;
  background: rgba(240,184,41,0.15);
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
}.zjz-reg_bonus_amount_m8h {
  font-weight: 800;
  color: #F0B829;
  font-size: 20px;
}.zjz-reg_bonus_text_m8h {
  font-size: 13px;
  color: #8A8070;
  line-height: 1.35;
}.zjz-reg_cta_btn_m8h {
  padding: 14px 32px;
  border-radius: 8px;
  background: #28B865;
  transition: background .2s;
  display: inline-block;
  font-size: 15px;
  box-shadow: 0 0.25rem 0.875rem rgba(40,184,101,0.38), 0 1px 0.25rem rgba(0,0,0,0.55);
  margin-bottom: 0.75rem;
  font-weight: 700;
  color: #0A0D14;
}.zjz-reg_cta_btn_m8h:hover {
  background: #32CC74;
}.zjz-reg_terms_m8h {
  color: #524E48;
  line-height: 1.5;
  font-size: 0.688rem;
}.zjz-reg_seo_m8h {
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 13px;
  padding-top: 20px;
  overflow-wrap: break-word;
  margin-top: 1.25rem;
  line-height: 1.65;
  color: #6A6258;
}.zjz-reg_seo_m8h p {
  color: #6A6258;
  line-height: 1.65;
  font-size: 0.813rem;
  margin-bottom: 0.625rem;
}.zjz-reg_seo_m8h p:last-child {
  margin-bottom: 0;
}.zjz-reg_seo_m8h strong {
  font-weight: 700;
  color: #C2B89E;
}.zjz-reg_seo_m8h a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8941C;
}.zjz-reg_seo_m8h a:hover {
  color: #DDA82E;
}.zjz-reg_seo_m8h ul,.zjz-reg_seo_m8h ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 1.125rem;
}.zjz-reg_seo_m8h ol {
  list-style: decimal;
}.zjz-reg_seo_m8h li {
  margin-bottom: 0.25rem;
  color: #6A6258;
  font-size: 0.813rem;
  line-height: 1.65;
}.zjz-reg_seo_m8h table {
  width: 100%;
  margin-bottom: 0.625rem;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 13px;
}
@media(min-width: 771px) {.zjz-reg_seo_m8h table {
  display: table;
}
}.zjz-reg_seo_m8h th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  text-align: left;
  color: #C2B89E;
}.zjz-reg_seo_m8h td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #6A6258;
}.zjz-reg_steps_m8h {
  gap: 14px;
  display: flex;
  margin-top: 1.75rem;
  flex-direction: column;
}
@media(min-width: 858px) {.zjz-reg_steps_m8h {
  margin-top: 0;
}
}.zjz-reg_step_m8h {
  gap: 0.875rem;
  border-radius: 0.5rem;
  padding: 1rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.zjz-reg_step_num_m8h {
  border: 1px solid rgba(200,148,28,0.08);
  border-radius: 50%;
  background: rgba(200,148,28,0.18);
  font-size: 0.875rem;
  align-items: center;
  color: #C8941C;
  width: 2.125rem;
  display: flex;
  justify-content: center;
  font-weight: 800;
  height: 2.125rem;
  flex-shrink: 0;
}.zjz-reg_step_title_m8h {
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 3px;
  color: #EDE6D5;
}.zjz-reg_step_text_m8h {
  line-height: 1.5;
  font-size: 12px;
  color: #6A6258;
}.zjz-reg_trust_m8h {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.625rem;
  display: flex;
  margin-top: 1.25rem;
  flex-wrap: wrap;
  padding-top: 1.25rem;
}.zjz-reg_trust_item_m8h {
  gap: 7px;
  color: #6A6258;
  font-size: 0.75rem;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
}.zjz-reg_trust_ic_m8h svg {
  stroke-linejoin: round;
  height: 16px;
  color: #C8941C;
  width: 16px;
  stroke-linecap: round;
}.zjz-htp_m8h {
  padding: 2.25rem 1rem 0;
  background: #0D1119;
}
@media(min-width: 767px) {.zjz-htp_m8h {
  padding: 44px 24px 0;
}
}.zjz-htp_in_m8h {
  margin: 0 auto;
  max-width: 82.5rem;
}.zjz-htp_head_m8h {
  margin-bottom: 22px;
  max-width: 45rem;
}.zjz-htp_label_m8h {
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  color: #C8941C;
  font-size: 11px;
  letter-spacing: .08em;
}.zjz-htp_h2_m8h {
  margin-bottom: 0.5rem;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 22px;
  color: #EDE6D5;
}
@media(min-width: 769px) {.zjz-htp_h2_m8h {
  font-size: 1.75rem;
}
}.zjz-htp_intro_m8h {
  color: #6A6258;
  font-size: 0.875rem;
  line-height: 1.6;
}.zjz-htp_steps_m8h {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width: 638px) {.zjz-htp_steps_m8h {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.zjz-htp_steps_m8h {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.zjz-htp_step_m8h {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.5rem;
  padding: 1.25rem 18px 1.125rem;
  background: #161D28;
  position: relative;
  display: flex;
  flex-direction: column;
}.zjz-htp_step_num_m8h {
  background: #C8941C;
  border-radius: 50%;
  height: 1.75rem;
  display: flex;
  position: absolute;
  font-size: 0.813rem;
  color: #0A0D14;
  align-items: center;
  font-family: 'Exo 2', sans-serif;
  top: -12px;
  width: 1.75rem;
  justify-content: center;
  left: 1.25rem;
  font-weight: 800;
}.zjz-htp_step_ic_m8h {
  border-radius: 4px;
  margin: 0.5rem 0 0.75rem;
  background: rgba(200,148,28,0.18);
  height: 2.25rem;
  display: flex;
  color: #C8941C;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
}.zjz-htp_step_ic_m8h svg {
  stroke-linejoin: round;
  width: 18px;
  stroke-linecap: round;
  height: 1.125rem;
}.zjz-htp_step_h_m8h {
  margin-bottom: 6px;
  line-height: 1.25;
  font-weight: 700;
  color: #EDE6D5;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.zjz-htp_step_p_m8h {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #6A6258;
  line-height: 1.55;
}.zjz-htp_step_p_m8h strong {
  font-weight: 600;
  color: #C2B89E;
}.zjz-htp_cta_m8h {
  transition: background .2s;
  border-radius: 8px;
  background: #28B865;
  padding: 0.813rem 1.625rem;
  color: #0A0D14;
  font-weight: 700;
  font-size: 0.875rem;
  display: inline-block;
  margin-top: 20px;
}.zjz-htp_cta_m8h:hover {
  background: #32CC74;
}.zjz-seo_m8h {
  background: #0D1119;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.zjz-seo_m8h {
  padding: 44px 1.5rem 0;
}
}.zjz-seo_in_m8h {
  padding: 1.75rem 24px;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.11);
  background: #161D28;
  border-radius: 12px;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.zjz-seo_in_m8h {
  padding: 36px 40px;
}
}.zjz-seo_label_m8h {
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  color: #C8941C;
  margin-bottom: 10px;
  text-transform: uppercase;
}.zjz-seo_h2_m8h {
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 0.875rem;
  font-family: 'Exo 2', sans-serif;
  color: #EDE6D5;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width: 766px) {.zjz-seo_h2_m8h {
  font-size: 24px;
}
}.zjz-seo_body_m8h {
  color: #8A8070;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 0.875rem;
}.zjz-seo_body_m8h p {
  color: #8A8070;
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 0.75rem;
}.zjz-seo_body_m8h p:last-child {
  margin-bottom: 0;
}.zjz-seo_body_m8h strong {
  font-weight: 700;
  color: #C2B89E;
}.zjz-seo_body_m8h a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8941C;
}.zjz-seo_body_m8h a:hover {
  color: #DDA82E;
}.zjz-seo_body_m8h ul,.zjz-seo_body_m8h ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.zjz-seo_body_m8h ol {
  list-style: decimal;
}.zjz-seo_body_m8h li {
  color: #8A8070;
  margin-bottom: 0.375rem;
  font-size: 14px;
  line-height: 1.75;
}.zjz-seo_body_m8h table {
  font-size: 13px;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  width: 100%;
  display: block;
  overflow-x: auto;
}
@media(min-width: 769px) {.zjz-seo_body_m8h table {
  display: table;
}
}.zjz-seo_body_m8h th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #C2B89E;
}.zjz-seo_body_m8h td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #8A8070;
}.zjz-seo_cols_m8h {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 637px) {.zjz-seo_cols_m8h {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.zjz-seo_cols_m8h {
  grid-template-columns: repeat(3,1fr);
}
}.zjz-seo_col_h_m8h {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  color: #C2B89E;
}.zjz-seo_col_p_m8h {
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #6A6258;
}.zjz-seo_stats_m8h {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.zjz-seo_stat_m8h {
  background: rgba(200,148,28,0.08);
  border-radius: 8px;
  padding: 0.875rem 16px;
  flex: 1;
  border: 1px solid rgba(200,148,28,0.18);
  min-width: 8.75rem;
}.zjz-seo_stat_val_m8h {
  color: #C8941C;
  font-weight: 800;
  margin-bottom: 4px;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}.zjz-seo_stat_lb_m8h {
  color: #6A6258;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.zjz-rv_m8h {
  padding: 36px 1rem 0;
  background: #0D1119;
}
@media(min-width: 766px) {.zjz-rv_m8h {
  padding: 2.75rem 24px 0;
}
}.zjz-rv_in_m8h {
  margin: 0 auto;
  max-width: 1320px;
}.zjz-rv_head_m8h {
  max-width: 720px;
  margin-bottom: 20px;
}.zjz-rv_label_m8h {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #C8941C;
}.zjz-rv_h2_m8h {
  font-size: 22px;
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
  color: #EDE6D5;
  margin-bottom: 0.625rem;
  font-weight: 800;
}
@media(min-width: 769px) {.zjz-rv_h2_m8h {
  font-size: 28px;
}
}.zjz-rv_stats_m8h {
  gap: 1.125rem;
  align-items: center;
  color: #6A6258;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.813rem;
}.zjz-rv_stats_score_m8h {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.zjz-rv_stats_score_val_m8h {
  color: #F0B829;
  font-size: 22px;
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
}.zjz-rv_stats_score_max_m8h {
  font-size: 13px;
  color: #524E48;
}.zjz-rv_stats_badge_m8h {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.zjz-rv_stats_badge_m8h svg {
  height: 0.875rem;
  color: #F0B829;
  width: 0.875rem;
}.zjz-rv_grid_m8h {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.zjz-rv_grid_m8h {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.zjz-rv_grid_m8h {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.zjz-rv_card_m8h {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
  padding: 20px;
  background: #161D28;
  flex-direction: column;
  display: flex;
}.zjz-rv_card_stars_m8h {
  gap: 2px;
  color: #F0B829;
  margin-bottom: 10px;
  display: flex;
}.zjz-rv_card_stars_m8h svg {
  height: 0.875rem;
  width: 0.875rem;
}.zjz-rv_card_h_m8h {
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #EDE6D5;
  font-size: 14px;
  line-height: 1.3;
}.zjz-rv_card_body_m8h {
  flex: 1;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #6A6258;
  margin-bottom: 14px;
  font-size: 0.813rem;
}.zjz-rv_card_body_m8h strong {
  font-weight: 600;
  color: #C2B89E;
}.zjz-rv_card_meta_m8h {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  align-items: center;
  padding-top: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}.zjz-rv_card_author_m8h {
  font-weight: 600;
  font-size: 12px;
  color: #C2B89E;
}.zjz-rv_card_date_m8h {
  font-size: 11px;
  color: #524E48;
}.zjz-faq_m8h {
  background: #0D1119;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.zjz-faq_m8h {
  padding: 44px 24px 0;
}
}.zjz-faq_in_m8h {
  margin: 0 auto;
  max-width: 82.5rem;
}.zjz-faq_head_m8h {
  margin-bottom: 20px;
}.zjz-faq_label_m8h {
  font-size: 11px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C8941C;
}.zjz-faq_h2_m8h {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #EDE6D5;
  font-weight: 800;
}
@media(min-width: 769px) {.zjz-faq_h2_m8h {
  font-size: 24px;
}
}.zjz-faq_list_m8h {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.zjz-faq_item_m8h {
  overflow: hidden;
  background: #161D28;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
}.zjz-faq_q_m8h {
  padding: 1rem 1.25rem;
  gap: 12px;
  transition: color .2s;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  align-items: center;
  font-weight: 600;
  justify-content: space-between;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  color: #C2B89E;
}.zjz-faq_q_m8h:hover {
  color: #EDE6D5;
}.zjz-faq_q_ic_m8h {
  transition: transform .25s;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  align-items: center;
  color: #C8941C;
  display: flex;
  height: 1.5rem;
  width: 24px;
  flex-shrink: 0;
  font-size: 1rem;
  justify-content: center;
}.zjz-faq_item_m8h.zjz-state_open_m8h .zjz-faq_q_ic_m8h {
  transform: rotate(45deg);
}.zjz-faq_a_m8h {
  padding: 0 1.25rem 1rem;
  color: #6A6258;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.7;
  display: none;
}.zjz-faq_item_m8h.zjz-state_open_m8h .zjz-faq_a_m8h {
  display: block;
}.zjz-faq_a_m8h strong {
  font-weight: 700;
  color: #C2B89E;
}.zjz-faq_a_m8h a {
  color: #C8941C;
  text-decoration: underline;
}.zjz-faq_a_m8h ul,.zjz-faq_a_m8h ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 20px;
}.zjz-faq_a_m8h ol {
  list-style: decimal;
}.zjz-faq_a_m8h li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.zjz-faq_a_m8h table {
  margin: 0.5rem 0;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}
@media(min-width: 771px) {.zjz-faq_a_m8h table {
  display: table;
}
}.zjz-faq_a_m8h th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  text-align: left;
  color: #C2B89E;
}.zjz-faq_a_m8h td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 6px 0.5rem;
  color: #6A6258;
}.zjz-pmt_m8h {
  padding: 2.25rem 1rem 0;
  background: #0D1119;
}
@media(min-width: 770px) {.zjz-pmt_m8h {
  padding: 44px 1.5rem 0;
}
}.zjz-pmt_in_m8h {
  margin: 0 auto;
  max-width: 1320px;
}.zjz-pmt_head_m8h {
  margin-bottom: 22px;
  max-width: 45rem;
}.zjz-pmt_label_m8h {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
  color: #C8941C;
}.zjz-pmt_h2_m8h {
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 8px;
  font-size: 22px;
  color: #EDE6D5;
  font-weight: 800;
}
@media(min-width: 771px) {.zjz-pmt_h2_m8h {
  font-size: 1.75rem;
}
}.zjz-pmt_intro_m8h {
  font-size: 14px;
  line-height: 1.6;
  color: #6A6258;
  overflow-wrap: break-word;
}.zjz-pmt_groups_m8h {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.zjz-pmt_group_m8h {
  padding: 1.25rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.11);
  background: #161D28;
}.zjz-pmt_group_head_m8h {
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}.zjz-pmt_group_ic_m8h {
  border-radius: 4px;
  background: rgba(200,148,28,0.18);
  justify-content: center;
  display: flex;
  width: 2.25rem;
  height: 2.25rem;
  color: #C8941C;
  align-items: center;
  flex-shrink: 0;
}.zjz-pmt_group_ic_m8h svg {
  height: 1.125rem;
  width: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.zjz-pmt_group_h_m8h {
  margin: 0;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  color: #EDE6D5;
  overflow-wrap: break-word;
  font-size: 1rem;
}.zjz-pmt_group_p_m8h {
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  color: #6A6258;
  line-height: 1.6;
  font-size: 13px;
}.zjz-pmt_group_p_m8h strong {
  font-weight: 600;
  color: #C2B89E;
}.zjz-pmt_table_wrap_m8h {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.zjz-pmt_table_m8h {
  font-size: 0.813rem;
  min-width: 540px;
  width: 100%;
  border-collapse: collapse;
}.zjz-pmt_table_m8h th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 12px;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
  color: #C2B89E;
  letter-spacing: .04em;
  font-size: 11px;
  text-align: left;
}.zjz-pmt_table_m8h td {
  padding: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #6A6258;
}.zjz-pmt_table_m8h tbody tr:last-child td {
  border-bottom: none;
}.zjz-pmt_table_m8h tr:hover td {
  background: rgba(255,255,255,0.05);
  color: #C2B89E;
}.zjz-seo_m8h {
  background: #0D1119;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.zjz-seo_m8h {
  padding: 44px 24px 0;
}
}.zjz-seo_in_m8h {
  border: 1px solid rgba(255,255,255,0.11);
  padding: 28px 1.5rem;
  background: #161D28;
  margin: 0 auto;
  border-radius: 0.75rem;
  max-width: 1320px;
}
@media(min-width: 767px) {.zjz-seo_in_m8h {
  padding: 36px 40px;
}
}.zjz-seo_label_m8h {
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.625rem;
  color: #C8941C;
}.zjz-seo_h2_m8h {
  color: #EDE6D5;
  margin-bottom: 14px;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
  line-height: 1.25;
}
@media(min-width: 769px) {.zjz-seo_h2_m8h {
  font-size: 1.5rem;
}
}.zjz-seo_body_m8h {
  color: #8A8070;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
}.zjz-seo_body_m8h p {
  margin-bottom: 0.75rem;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #8A8070;
}.zjz-seo_body_m8h p:last-child {
  margin-bottom: 0;
}.zjz-seo_body_m8h strong {
  font-weight: 700;
  color: #C2B89E;
}.zjz-seo_body_m8h a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8941C;
}.zjz-seo_body_m8h a:hover {
  color: #DDA82E;
}.zjz-seo_body_m8h ul,.zjz-seo_body_m8h ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.zjz-seo_body_m8h ol {
  list-style: decimal;
}.zjz-seo_body_m8h li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #8A8070;
  font-size: 0.875rem;
}.zjz-seo_body_m8h table {
  display: block;
  width: 100%;
  font-size: 0.813rem;
  overflow-x: auto;
  margin-bottom: 12px;
  border-collapse: collapse;
}
@media(min-width: 767px) {.zjz-seo_body_m8h table {
  display: table;
}
}.zjz-seo_body_m8h th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  color: #C2B89E;
  text-align: left;
}.zjz-seo_body_m8h td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 12px;
  color: #8A8070;
}.zjz-seo_cols_m8h {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 643px) {.zjz-seo_cols_m8h {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.zjz-seo_cols_m8h {
  grid-template-columns: repeat(3,1fr);
}
}.zjz-seo_col_h_m8h {
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  color: #C2B89E;
  font-weight: 700;
}.zjz-seo_col_p_m8h {
  line-height: 1.65;
  color: #6A6258;
  overflow-wrap: break-word;
  font-size: 13px;
}.zjz-seo_stats_m8h {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.zjz-seo_stat_m8h {
  border-radius: 8px;
  background: rgba(200,148,28,0.08);
  flex: 1;
  border: 1px solid rgba(200,148,28,0.18);
  padding: 0.875rem 1rem;
  min-width: 8.75rem;
}.zjz-seo_stat_val_m8h {
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  color: #C8941C;
}.zjz-seo_stat_lb_m8h {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #6A6258;
}.zjz-seo_m8h {
  background: #0D1119;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.zjz-seo_m8h {
  padding: 2.75rem 1.5rem 0;
}
}.zjz-seo_in_m8h {
  padding: 28px 24px;
  border-radius: 0.75rem;
  border: 1px solid rgba(255,255,255,0.11);
  background: #161D28;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 771px) {.zjz-seo_in_m8h {
  padding: 36px 2.5rem;
}
}.zjz-seo_label_m8h {
  color: #C8941C;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
}.zjz-seo_h2_m8h {
  color: #EDE6D5;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
  font-family: 'Exo 2', sans-serif;
}
@media(min-width:768px) {.zjz-seo_h2_m8h {
  font-size: 1.5rem;
}
}.zjz-seo_body_m8h {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #8A8070;
  font-size: 0.875rem;
}.zjz-seo_body_m8h p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #8A8070;
  margin-bottom: 0.75rem;
}.zjz-seo_body_m8h p:last-child {
  margin-bottom: 0;
}.zjz-seo_body_m8h strong {
  color: #C2B89E;
  font-weight: 700;
}.zjz-seo_body_m8h a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8941C;
}.zjz-seo_body_m8h a:hover {
  color: #DDA82E;
}.zjz-seo_body_m8h ul,.zjz-seo_body_m8h ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.zjz-seo_body_m8h ol {
  list-style: decimal;
}.zjz-seo_body_m8h li {
  font-size: 0.875rem;
  color: #8A8070;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.zjz-seo_body_m8h table {
  display: block;
  margin-bottom: 12px;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 0.813rem;
}
@media(min-width: 765px) {.zjz-seo_body_m8h table {
  display: table;
}
}.zjz-seo_body_m8h th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #C2B89E;
  text-align: left;
}.zjz-seo_body_m8h td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #8A8070;
}.zjz-seo_cols_m8h {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 638px) {.zjz-seo_cols_m8h {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.zjz-seo_cols_m8h {
  grid-template-columns: repeat(3,1fr);
}
}.zjz-seo_col_h_m8h {
  font-weight: 700;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #C2B89E;
  margin-bottom: 0.438rem;
}.zjz-seo_col_p_m8h {
  line-height: 1.65;
  color: #6A6258;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.zjz-seo_stats_m8h {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.zjz-seo_stat_m8h {
  flex: 1;
  background: rgba(200,148,28,0.08);
  border-radius: 0.5rem;
  padding: 14px 16px;
  border: 1px solid rgba(200,148,28,0.18);
  min-width: 140px;
}.zjz-seo_stat_val_m8h {
  font-weight: 800;
  font-size: 1.25rem;
  color: #C8941C;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.zjz-seo_stat_lb_m8h {
  overflow-wrap: break-word;
  color: #6A6258;
  font-size: 0.688rem;
}.zjz-ft_m8h {
  background: #070A0E;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 48px;
}.zjz-ft_support_m8h {
  padding: 1.5rem 16px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 765px) {.zjz-ft_support_m8h {
  padding: 28px 24px;
}
}.zjz-ft_support_in_m8h {
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 82.5rem;
}.zjz-ft_support_main_m8h {
  gap: 1rem;
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 13.75rem;
  flex-wrap: wrap;
}.zjz-ft_support_ic_m8h {
  flex-shrink: 0;
  color: #C8941C;
}.zjz-ft_support_ic_m8h svg {
  stroke-linecap: round;
  width: 30px;
  stroke-linejoin: round;
  height: 1.875rem;
}.zjz-ft_support_text_title_m8h {
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 3px;
  color: #EDE6D5;
  font-size: 15px;
}.zjz-ft_support_text_sub_m8h {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #6A6258;
}.zjz-ft_support_btn_m8h {
  border-radius: 0.5rem;
  padding: 0.688rem 22px;
  transition: background .2s;
  background: #C8941C;
  font-weight: 700;
  flex-shrink: 0;
  color: #EDE6D5;
  font-size: 13px;
  white-space: nowrap;
}.zjz-ft_support_btn_m8h:hover {
  background: #DDA82E;
}.zjz-ft_support_contacts_m8h {
  gap: 16px;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.zjz-ft_support_contact_m8h {
  line-height: 1.4;
  color: #524E48;
  font-size: 12px;
}.zjz-ft_support_contact_m8h strong {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #8A8070;
  margin-bottom: 2px;
}.zjz-ft_main_m8h {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 2rem 16px 1.5rem;
}
@media(min-width:768px) {.zjz-ft_main_m8h {
  padding: 2.5rem 24px 2rem;
}
}.zjz-ft_main_in_m8h {
  gap: 24px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  max-width: 1320px;
  display: grid;
}
@media(min-width: 642px) {.zjz-ft_main_in_m8h {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.zjz-ft_main_in_m8h {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.zjz-ft_col_logo_m8h {
  grid-column: 1/-1;
}
@media(min-width: 1082px) {.zjz-ft_col_logo_m8h {
  grid-column: auto;
}
}.zjz-ft_logo_m8h {
  gap: 0.563rem;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  font-weight: 800;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
  color: #EDE6D5;
  font-size: 1rem;
}.zjz-ft_logo_mark_m8h {
  border-radius: 4px;
  overflow: hidden;
  height: 1.875rem;
  width: 30px;
}.zjz-ft_logo_mark_m8h img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.zjz-ft_logo_sub_m8h {
  color: #524E48;
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.55;
  max-width: 200px;
}.zjz-ft_col_title_m8h {
  letter-spacing: .07em;
  font-weight: 700;
  color: #8A8070;
  font-size: 12px;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
}.zjz-ft_col_links_m8h {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.zjz-ft_col_link_m8h {
  transition: color .2s;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #524E48;
}.zjz-ft_col_link_m8h:hover {
  color: #C2B89E;
}.zjz-ft_apps_m8h {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.zjz-ft_app_card_m8h {
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.11);
  background: rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  gap: 10px;
  border-radius: 0.25rem;
  align-items: center;
  display: flex;
}.zjz-ft_app_card_m8h:hover {
  border-color: rgba(200,148,28,0.45);
}.zjz-ft_app_card_ic_m8h svg {
  width: 22px;
  stroke-linejoin: round;
  height: 1.375rem;
  stroke-linecap: round;
}.zjz-ft_app_card_os_m8h {
  font-weight: 600;
  font-size: 0.625rem;
  color: #524E48;
}.zjz-ft_app_card_action_m8h {
  font-size: 12px;
  color: #C2B89E;
  font-weight: 700;
}.zjz-ft_bot_m8h {
  padding: 20px 1rem;
}
@media(min-width: 769px) {.zjz-ft_bot_m8h {
  padding: 1.25rem 24px;
}
}.zjz-ft_bot_in_m8h {
  gap: 16px;
  margin: 0 auto;
  max-width: 82.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.zjz-ft_socials_m8h {
  gap: 8px;
  display: flex;
}.zjz-ft_soc_m8h {
  background: rgba(255,255,255,0.05);
  border-radius: 0.25rem;
  border: 1px solid rgba(255,255,255,0.11);
  transition: background .2s;
  color: #8A8070;
  width: 36px;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 2.25rem;
}.zjz-ft_soc_m8h svg {
  width: 1rem;
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.zjz-ft_soc_m8h:hover {
  background: rgba(255,255,255,0.07);
}.zjz-ft_legal_m8h {
  flex: 1;
  font-size: 11px;
  color: #8C8882;
  min-width: 12.5rem;
  overflow-wrap: break-word;
  line-height: 1.6;
}.zjz-ft_legal_m8h strong {
  font-weight: 700;
  color: #8A8070;
}.zjz-ft_legal_m8h a {
  color: #8A8070;
  text-decoration: underline;
}.zjz-ft_age_m8h {
  border: 2px solid #8C8882;
  border-radius: 50%;
  flex-shrink: 0;
  font-weight: 800;
  margin-left: auto;
  display: flex;
  height: 32px;
  font-size: 11px;
  color: #8C8882;
  justify-content: center;
  align-items: center;
  width: 2rem;
}