html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  padding: 0;
  margin: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #181512;
  line-height: 1.6;
  color: #D4CDCA;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  font-family: 'Nunito', sans-serif;
}.zfg-layout_xtx {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.zfg-page_xtx {
  display: flex;
  min-height: 100vh;
}.zfg-main_xtx {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media (min-width: 1082px) {.zfg-main_xtx {
  padding-left: 13.75rem;
}
}
@media (max-width: 1081px) {.zfg-main_xtx {
  padding-bottom: 4.5rem;
}
}.zfg-gc_xtx {
  border-radius: 12px;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  background: #1C1915;
  border: 1px solid rgba(255, 255, 255, 0.06);
  width: 8.75rem;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}
@media(min-width: 637px) {.zfg-gc_xtx {
  width: 9.75rem;
}
}
@media(min-width:1080px) {.zfg-gc_xtx {
  width: 10.5rem;
}
}.zfg-gc_xtx:hover {
  border-color: rgba(255, 92, 26, 0.08);
  transform: translateY(-3px);
}.zfg-gc_img_xtx {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.zfg-gc_img_xtx img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
}.zfg-gc_hover_xtx {
  inset: 0;
  transition: opacity .2s;
  background: rgba(10, 8, 6, 0.72);
  position: absolute;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}.zfg-gc_xtx:hover .zfg-gc_hover_xtx {
  opacity: 1;
}.zfg-gc_hover_btn_xtx {
  border-radius: 6px;
  padding: 8px 1rem;
  background: #FF5C1A;
  font-size: 0.75rem;
  font-weight: 700;
  color: #F5F2EE;
}.zfg-gc_info_xtx {
  padding: 8px 10px 10px;
}.zfg-gc_name_xtx {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  white-space: nowrap;
  max-width: 100%;
  font-weight: 600;
  font-size: 12px;
  color: #D4CDCA;
}.zfg-gc_prov_xtx {
  color: #5E5956;
  font-size: 10px;
}.zfg-gc_tag_xtx {
  border-radius: 4px;
  padding: 2px 7px;
  letter-spacing: .04em;
  left: 6px;
  font-weight: 700;
  top: 0.375rem;
  position: absolute;
  font-size: 0.563rem;
  text-transform: uppercase;
  z-index: 2;
}.zfg-gc_tag_hot_xtx {
  background: #EF4444;
  color: #fff;
}.zfg-gc_tag_new_xtx {
  background: #22C55E;
  color: #181512;
}.zfg-gc_tag_jp_xtx {
  background: #F59E0B;
  color: #181512;
}.zfg-gc_tag_ex_xtx {
  background: #FFC200;
  color: #fff;
}.zfg-gc_tag_live_xtx {
  background: #EF4444;
  color: #fff;
}.zfg-gr_xtx {
  padding: 2rem 1rem 0;
  background: #181512;
}
@media(min-width: 767px) {.zfg-gr_xtx {
  padding: 36px 1.5rem 0;
}
}.zfg-gr_in_xtx {
  margin: 0 auto;
  max-width: 83.75rem;
}.zfg-gr_head_xtx {
  gap: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.625rem;
}.zfg-gr_head_l_xtx {
  flex: 1;
  gap: 10px;
  display: flex;
  min-width: 0;
  align-items: center;
}.zfg-gr_ic_xtx {
  border-radius: 12px;
  display: flex;
  width: 2rem;
  justify-content: center;
  height: 2rem;
  flex-shrink: 0;
  align-items: center;
}.zfg-gr_ic_xtx svg {
  width: 16px;
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
}.zfg-gr_title_xtx {
  font-size: 1rem;
  font-family: 'Baloo 2', sans-serif;
  font-weight: 700;
  color: #F5F2EE;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.zfg-gr_title_xtx {
  font-size: 18px;
}
}.zfg-gr_more_xtx {
  gap: 5px;
  transition: color .2s;
  font-size: 12px;
  flex-shrink: 0;
  white-space: nowrap;
  color: #7E7672;
  font-weight: 600;
  display: flex;
  align-items: center;
}.zfg-gr_more_xtx:hover {
  color: #FF5C1A;
}.zfg-gr_more_xtx svg {
  width: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.75rem;
}.zfg-gr_arrows_xtx {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.zfg-gr_arr_xtx {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  align-items: center;
  display: flex;
  color: #A39C98;
  justify-content: center;
  height: 1.875rem;
  width: 30px;
}.zfg-gr_arr_xtx:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F5F2EE;
}.zfg-gr_arr_xtx svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 13px;
  width: 0.813rem;
}.zfg-gr_seo_h_xtx {
  margin: 0 0 6px;
  max-width: 680px;
  overflow-wrap: break-word;
  font-weight: 700;
  font-family: 'Baloo 2', sans-serif;
  font-size: 13px;
  color: #D4CDCA;
}
@media(min-width: 769px) {.zfg-gr_seo_h_xtx {
  font-size: 0.875rem;
}
}.zfg-gr_seo_xtx {
  line-height: 1.55;
  color: #7E7672;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  font-size: 0.75rem;
}.zfg-gr_seo_xtx strong {
  color: #D4CDCA;
  font-weight: 600;
}.zfg-gr_scroll_xtx {
  gap: 0.625rem;
  -webkit-overflow-scrolling: touch;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 10px;
}.zfg-gr_scroll_xtx::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.zfg-gr_scroll_xtx {
  gap: 12px;
}
}.zfg-tb_xtx {
  background: #181512;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  height: 56px;
  z-index: 80;
  align-items: center;
  top: 0;
  display: flex;
  right: 0;
  left: 0;
  position: fixed;
}.zfg-tb_in_xtx {
  padding: 0 14px;
  gap: 0;
  height: 100%;
  align-items: center;
  width: 100%;
  display: flex;
}.zfg-tb_burger_xtx {
  gap: 5px;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 38px;
  flex-direction: column;
  margin-right: 8px;
  width: 2.375rem;
}.zfg-tb_burger_xtx:hover {
  background: rgba(255, 255, 255, 0.05);
}.zfg-tb_burger_line_xtx {
  background: #A39C98;
  border-radius: 1px;
  width: 18px;
  height: 2px;
  display: block;
}
@media(min-width: 1078px) {.zfg-tb_burger_xtx {
  display: none;
}
}.zfg-tb_logo_xtx {
  gap: 0.563rem;
  margin-right: 20px;
  overflow-wrap: break-word;
  color: #F5F2EE;
  align-items: center;
  flex-shrink: 0;
  letter-spacing: -.01em;
  font-size: 18px;
  font-weight: 800;
  display: flex;
}.zfg-tb_logo_mark_xtx {
  border-radius: 0.75rem;
  overflow: hidden;
  width: 32px;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 32px;
}.zfg-tb_logo_mark_xtx img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.zfg-tb_nav_xtx {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 641px) {.zfg-tb_nav_xtx {
  display: flex;
}
}.zfg-tb_tab_xtx {
  transition: background .15s,color .15s;
  border-radius: 0.75rem;
  padding: 0.5rem 0.875rem;
  font-weight: 600;
  white-space: nowrap;
  font-size: 13px;
  color: #A39C98;
}.zfg-tb_tab_xtx:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5F2EE;
}.zfg-tb_tab_xtx.zfg-state_active_xtx {
  background: rgba(255, 92, 26, 0.18);
  color: #F5F2EE;
}.zfg-tb_right_xtx {
  gap: 0.5rem;
  flex-shrink: 0;
  display: flex;
  margin-left: auto;
  align-items: center;
}.zfg-tb_login_xtx {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.563rem 16px;
  font-weight: 600;
  font-size: 0.813rem;
  color: #D4CDCA;
  display: none;
}.zfg-tb_login_xtx:hover {
  border-color: rgba(255, 92, 26, 0.52);
  color: #F5F2EE;
}
@media(min-width: 478px) {.zfg-tb_login_xtx {
  display: block;
}
}.zfg-tb_reg_xtx {
  padding: 0.563rem 18px;
  background: #22C55E;
  border-radius: 12px;
  transition: background .2s;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
  color: #120F0D;
}.zfg-tb_reg_xtx:hover {
  background: #16A34A;
}.zfg-sb_xtx {
  background: #211D19;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  transition: transform .25s ease;
  bottom: 0;
  top: 3.5rem;
  z-index: 70;
  position: fixed;
  left: 0;
  width: 13.75rem;
  overflow-y: auto;
}.zfg-sb_xtx.zfg-state_open_xtx {
  transform: translateX(0);
}.zfg-sb_xtx::-webkit-scrollbar {
  width: 0.25rem;
}.zfg-sb_xtx::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.zfg-sb_xtx {
  transform: translateX(0);
}
}.zfg-sb_auth_xtx {
  padding: 0.875rem 0.75rem 10px;
}.zfg-sb_btn_reg_xtx {
  border-radius: 12px;
  padding: 0.688rem;
  background: #22C55E;
  transition: background .2s;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #120F0D;
  display: block;
  font-weight: 700;
  font-size: 0.813rem;
}.zfg-sb_btn_reg_xtx:hover {
  background: #16A34A;
}.zfg-sb_btn_login_xtx {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem;
  font-weight: 600;
  display: block;
  color: #D4CDCA;
  font-size: 0.813rem;
  text-align: center;
}.zfg-sb_btn_login_xtx:hover {
  border-color: rgba(255, 92, 26, 0.52);
  color: #F5F2EE;
}.zfg-sb_promo_xtx {
  overflow: hidden;
  border-radius: 0.75rem;
  background: linear-gradient(135deg,#2B1608,#211D19);
  margin: 0 12px 0.625rem;
  padding: 0.75rem 0.875rem;
  border: 1px solid rgba(255, 92, 26, 0.18);
  position: relative;
}.zfg-sb_promo_xtx::before {
  background: radial-gradient(circle,rgba(255, 92, 26, 0.18),transparent 70%);
  border-radius: 50%;
  width: 80px;
  top: -20px;
  right: -1.25rem;
  position: absolute;
  content: '';
  height: 80px;
}.zfg-sb_promo_title_xtx {
  margin-bottom: 4px;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  color: #FF5C1A;
  font-size: 0.688rem;
}.zfg-sb_promo_text_xtx {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.35;
  color: #F5F2EE;
}.zfg-sb_promo_sub_xtx {
  margin-top: 3px;
  font-size: 10px;
  color: #7E7672;
}.zfg-sb_nav_xtx {
  padding: 6px 8px 1rem;
}.zfg-sb_nav_lb_xtx {
  padding: 0.625rem 8px 6px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #5E5956;
}.zfg-sb_link_xtx {
  transition: background .15s,color .15s;
  padding: 0.563rem 0.625rem;
  border-radius: 6px;
  gap: 10px;
  font-size: 0.813rem;
  display: flex;
  color: #A39C98;
  align-items: center;
  font-weight: 500;
  overflow-wrap: break-word;
  cursor: pointer;
}.zfg-sb_link_xtx:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5F2EE;
}.zfg-sb_link_xtx.zfg-state_active_xtx {
  background: rgba(255, 92, 26, 0.18);
  color: #F5F2EE;
}.zfg-sb_ic_xtx {
  border-radius: 0.375rem;
  justify-content: center;
  width: 1.875rem;
  align-items: center;
  height: 30px;
  display: flex;
  flex-shrink: 0;
}.zfg-sb_ic_xtx svg {
  stroke-linejoin: round;
  width: 1rem;
  height: 1rem;
  stroke-linecap: round;
}.zfg-sb_ic_1_xtx {
  background: rgba(255, 92, 26, 0.08);
  color: #FF5C1A;
}.zfg-sb_ic_2_xtx {
  background: rgba(34, 197, 94, 0.18);
  color: #22C55E;
}.zfg-sb_ic_3_xtx {
  background: rgba(245, 158, 11, 0.18);
  color: #F59E0B;
}.zfg-sb_ic_4_xtx {
  background: rgba(255, 194, 0, 0.20);
  color: #FFC200;
}.zfg-sb_ic_5_xtx {
  background: rgba(255, 92, 26, 0.08);
  color: #EC4899;
}.zfg-sb_ic_6_xtx {
  background: rgba(255, 194, 0, 0.20);
  color: #A855F7;
}.zfg-sb_badge_xtx {
  border-radius: 6px;
  padding: 2px 7px;
  background: #F59E0B;
  font-weight: 700;
  margin-left: auto;
  font-size: 9px;
  color: #120F0D;
}.zfg-sb_bot_xtx {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 8px;
  padding: 12px;
  display: flex;
}.zfg-sb_lang_xtx,.zfg-sb_help_xtx {
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 6px;
  flex: 1;
  border-radius: 6px;
  padding: 9px 6px;
  font-weight: 600;
  color: #A39C98;
  font-size: 0.688rem;
  align-items: center;
  justify-content: center;
  display: flex;
}.zfg-sb_lang_xtx:hover,.zfg-sb_help_xtx:hover {
  border-color: rgba(255, 92, 26, 0.52);
  color: #F5F2EE;
}.zfg-sb_lang_xtx svg,.zfg-sb_help_xtx svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 13px;
  height: 13px;
}.zfg-sb_bd_xtx {
  inset: 0;
  background: rgba(10, 8, 6, 0.72);
  z-index: 69;
  display: none;
  position: fixed;
}.zfg-sb_bd_xtx.zfg-state_on_xtx {
  display: block;
}
@media(min-width: 1082px) {.zfg-sb_bd_xtx {
  display: none!important;
}
}.zfg-mob_nav_xtx {
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  background: #211D19;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  left: 0;
  display: flex;
  bottom: 0;
  z-index: 80;
  position: fixed;
  right: 0;
}
@media(min-width: 1077px) {.zfg-mob_nav_xtx {
  display: none;
}
}.zfg-mob_nav_item_xtx {
  padding: 0.25rem 2px;
  flex: 1;
  gap: 4px;
  color: #5E5956;
  flex-direction: column;
  align-items: center;
  display: flex;
  cursor: pointer;
}.zfg-mob_nav_ic_xtx {
  line-height: 1;
}.zfg-mob_nav_ic_xtx svg {
  stroke-linejoin: round;
  height: 1.25rem;
  stroke-linecap: round;
  width: 1.25rem;
}.zfg-mob_nav_lb_xtx {
  font-weight: 600;
  color: #5E5956;
  font-size: 0.625rem;
}.zfg-mob_nav_item_xtx.zfg-state_active_xtx {
  color: #FF5C1A;
}.zfg-mob_nav_item_xtx.zfg-state_active_xtx .zfg-mob_nav_lb_xtx {
  color: #FF5C1A;
}.zfg-hero_xtx {
  background: #181512;
  padding: 20px 16px 0;
}
@media(min-width: 771px) {.zfg-hero_xtx {
  padding: 24px 24px 0;
}
}.zfg-hero_in_xtx {
  gap: 0.75rem;
  margin: 0 auto;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 1340px;
}
@media(min-width: 861px) {.zfg-hero_in_xtx {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1103px) {.zfg-hero_in_xtx {
  grid-template-columns: 1fr 21.25rem;
}
}.zfg-hero_promo_xtx {
  border-radius: 1.125rem;
  overflow: hidden;
  background: #1C1915;
  position: relative;
  display: flex;
  min-height: 13.75rem;
  align-items: stretch;
}
@media(min-width: 766px) {.zfg-hero_promo_xtx {
  min-height: 280px;
}
}.zfg-hero_promo_bg_xtx {
  background: linear-gradient(120deg,#2B1608 0%,#181512 100%);
  inset: 0;
  background-position: center;
  background-size: cover;
  position: absolute;
}.zfg-hero_promo_bg_xtx::after {
  inset: 0;
  background: linear-gradient(90deg,#181512 0%,rgba(10, 8, 6, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.zfg-hero_promo_glow_xtx {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(255, 194, 0, 0.20) 0%,transparent 65%);
  right: 60px;
  height: 18.75rem;
  width: 18.75rem;
  top: -2.5rem;
  position: absolute;
  pointer-events: none;
}.zfg-hero_promo_ct_xtx {
  padding: 1.75rem 24px 1.75rem 1.75rem;
  flex-direction: column;
  position: relative;
  justify-content: center;
  display: flex;
  z-index: 2;
  max-width: 30rem;
}
@media(min-width: 769px) {.zfg-hero_promo_ct_xtx {
  padding: 40px 2rem;
}
}.zfg-hero_badge_xtx {
  padding: 5px 12px;
  border: 1px solid rgba(255, 92, 26, 0.08);
  border-radius: 24px;
  background: rgba(255, 92, 26, 0.18);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  display: inline-block;
  color: #FF5C1A;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
}.zfg-hero_h1_xtx {
  overflow-wrap: break-word;
  font-family: 'Baloo 2', sans-serif;
  line-height: 1.15;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 26px;
  color: #F5F2EE;
}.zfg-hero_h1_xtx em {
  font-style: normal;
  color: #F59E0B;
}
@media(min-width:768px) {.zfg-hero_h1_xtx {
  font-size: 36px;
}
}.zfg-hero_sub_xtx {
  font-size: 0.813rem;
  color: #A39C98;
  margin-bottom: 20px;
  line-height: 1.55;
}
@media(min-width: 766px) {.zfg-hero_sub_xtx {
  font-size: 0.875rem;
}
}.zfg-hero_row_xtx {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.zfg-hero_cta_xtx {
  padding: 0.813rem 26px;
  border-radius: 12px;
  transition: background .2s;
  background: #22C55E;
  font-weight: 700;
  color: #120F0D;
  box-shadow: 0 6px 18px rgba(34, 197, 94, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-size: 14px;
}.zfg-hero_cta_xtx:hover {
  background: #16A34A;
}.zfg-hero_terms_xtx {
  font-size: 0.688rem;
  color: #5E5956;
}.zfg-hero_game_xtx {
  overflow: hidden;
  background: #1C1915;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  position: relative;
  display: flex;
  flex-direction: column;
}.zfg-hero_game_badge_xtx {
  padding: 5px 10px;
  border: 1px solid rgba(245, 158, 11, 0.18);
  border-radius: 24px;
  background: rgba(245, 158, 11, 0.18);
  color: #F59E0B;
  font-weight: 700;
  font-size: 0.625rem;
  top: 12px;
  text-transform: uppercase;
  left: 12px;
  letter-spacing: .06em;
  z-index: 3;
  position: absolute;
}.zfg-hero_game_badge_xtx svg {
  vertical-align: -1px;
  width: 11px;
  margin-right: 4px;
  height: 0.688rem;
}.zfg-hero_game_img_xtx {
  overflow: hidden;
  background: linear-gradient(135deg,#2B1608,#181512);
  padding-bottom: 60%;
  position: relative;
}.zfg-hero_game_img_xtx img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}.zfg-hero_game_play_xtx {
  transition: opacity .2s;
  inset: 0;
  background: rgba(10, 8, 6, 0.72);
  justify-content: center;
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
}.zfg-hero_game_xtx:hover .zfg-hero_game_play_xtx {
  opacity: 1;
}.zfg-hero_game_play_xtx span {
  background: #FF5C1A;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  height: 52px;
  align-items: center;
  width: 52px;
}.zfg-hero_game_play_xtx span svg {
  margin-left: 2px;
  width: 1.125rem;
  height: 1.125rem;
}.zfg-hero_game_info_xtx {
  padding: 14px 16px;
}.zfg-hero_game_title_xtx {
  margin-bottom: 4px;
  font-size: 0.938rem;
  font-weight: 700;
  color: #F5F2EE;
  overflow-wrap: break-word;
}.zfg-hero_game_provider_xtx {
  font-size: 0.688rem;
  color: #7E7672;
}.zfg-hero_game_btn_xtx {
  transition: background .2s;
  background: #FF5C1A;
  margin: 0.75rem 16px 16px;
  padding: 0.688rem;
  border-radius: 0.75rem;
  text-align: center;
  font-size: 0.813rem;
  color: #F5F2EE;
  font-weight: 700;
  display: block;
}.zfg-hero_game_xtx:hover .zfg-hero_game_btn_xtx {
  background: #FF7A3D;
}.zfg-sbar_xtx {
  background: #181512;
  padding: 16px 1rem 0;
}
@media(min-width: 767px) {.zfg-sbar_xtx {
  padding: 1.125rem 24px 0;
}
}.zfg-sbar_in_xtx {
  margin: 0 auto;
  max-width: 1340px;
}.zfg-sbar_row_xtx {
  gap: 0.625rem;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
  display: flex;
}.zfg-sbar_input_xtx {
  border-radius: 12px;
  gap: 10px;
  background: #1C1915;
  border: 1px solid rgba(255, 255, 255, 0.10);
  flex: 1;
  transition: border-color .2s;
  padding: 11px 1rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  color: #7E7672;
}.zfg-sbar_input_xtx:hover {
  border-color: rgba(255, 92, 26, 0.52);
}.zfg-sbar_input_xtx svg {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.zfg-sbar_providers_xtx {
  border-radius: 0.75rem;
  gap: 8px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 11px 1.125rem;
  background: #1C1915;
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  font-size: 13px;
  color: #D4CDCA;
}.zfg-sbar_providers_xtx:hover {
  border-color: rgba(255, 92, 26, 0.52);
  color: #F5F2EE;
}.zfg-sbar_providers_xtx svg {
  height: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 14px;
}.zfg-sbar_tabs_xtx {
  gap: 6px;
  padding-bottom: 2px;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
}.zfg-sbar_tabs_xtx::-webkit-scrollbar {
  display: none;
}.zfg-sbar_tab_xtx {
  background: rgba(255, 255, 255, 0.05);
  padding: 0.5rem 0.875rem;
  border-radius: 24px;
  gap: 7px;
  transition: background .15s,color .15s,border-color .15s;
  border: 1px solid rgba(255, 255, 255, 0.06);
  align-items: center;
  cursor: pointer;
  color: #A39C98;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  white-space: nowrap;
  flex-shrink: 0;
}.zfg-sbar_tab_xtx:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 92, 26, 0.52);
  color: #F5F2EE;
}.zfg-sbar_tab_xtx.zfg-state_active_xtx {
  border-color: rgba(255, 92, 26, 0.08);
  background: rgba(255, 92, 26, 0.18);
  color: #F5F2EE;
}.zfg-sbar_tab_ic_xtx svg {
  width: 0.875rem;
  stroke-linejoin: round;
  height: 14px;
  stroke-linecap: round;
}.zfg-wy_xtx {
  padding: 2rem 16px 0;
  background: #181512;
}
@media(min-width: 765px) {.zfg-wy_xtx {
  padding: 40px 1.5rem 0;
}
}.zfg-wy_in_xtx {
  margin: 0 auto;
  max-width: 1340px;
}.zfg-wy_head_xtx {
  margin-bottom: 18px;
  max-width: 45rem;
}.zfg-wy_label_xtx {
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #FF5C1A;
}.zfg-wy_h2_xtx {
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #F5F2EE;
  font-weight: 800;
  font-family: 'Baloo 2', sans-serif;
  font-size: 1.25rem;
}
@media(min-width: 771px) {.zfg-wy_h2_xtx {
  font-size: 24px;
}
}.zfg-wy_intro_xtx {
  margin: 0;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #7E7672;
}.zfg-wy_grid_xtx {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.zfg-wy_grid_xtx {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.zfg-wy_grid_xtx {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.zfg-wy_card_xtx {
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1.25rem;
  background: #211D19;
  border-radius: 0.75rem;
  transition: border-color .2s,transform .2s;
}.zfg-wy_card_xtx:hover {
  border-color: rgba(255, 92, 26, 0.08);
  transform: translateY(-2px);
}.zfg-wy_card_ic_xtx {
  background: rgba(255, 92, 26, 0.18);
  border-radius: 50%;
  color: #FF5C1A;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.875rem;
  width: 2.75rem;
  height: 2.75rem;
}.zfg-wy_card_ic_xtx svg {
  stroke-linejoin: round;
  height: 22px;
  width: 22px;
  stroke-linecap: round;
}.zfg-wy_card_h_xtx {
  overflow-wrap: break-word;
  margin-bottom: 6px;
  line-height: 1.25;
  font-size: 0.938rem;
  font-weight: 700;
  color: #F5F2EE;
}.zfg-wy_card_p_xtx {
  line-height: 1.6;
  font-size: 13px;
  color: #7E7672;
  overflow-wrap: break-word;
}.zfg-wy_card_p_xtx strong {
  font-weight: 600;
  color: #D4CDCA;
}.zfg-gr_jp_xtx {
  overflow: hidden;
  background: linear-gradient(135deg,#1E1030 0%,#110C1E 100%);
  padding: 20px;
  border-radius: 1.125rem;
  position: relative;
}.zfg-gr_jp_xtx::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(255, 194, 0, 0.20) 0%,transparent 70%);
  left: -60px;
  width: 15.625rem;
  position: absolute;
  top: -3.75rem;
  content: '';
  height: 15.625rem;
}.zfg-gr_jp_xtx::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(245, 158, 11, 0.18) 0%,transparent 70%);
  position: absolute;
  content: '';
  right: 0;
  width: 200px;
  bottom: -2.5rem;
  height: 12.5rem;
}.zfg-gr_jp_head_xtx {
  gap: 1rem;
  align-items: flex-start;
  display: flex;
  position: relative;
  margin-bottom: 16px;
  flex-wrap: wrap;
  z-index: 1;
}.zfg-gr_jp_info_xtx {
  flex: 1;
}.zfg-gr_jp_label_xtx {
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  color: #A855F7;
  font-weight: 700;
}.zfg-gr_jp_label_xtx svg {
  margin-right: 4px;
  stroke-linejoin: round;
  stroke-linecap: round;
  vertical-align: -2px;
  height: 14px;
  width: 14px;
}.zfg-gr_jp_amount_xtx {
  color: #F5F2EE;
  line-height: 1;
  margin-bottom: 0.25rem;
  font-family: 'Baloo 2', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 32px;
}
@media(min-width:768px) {.zfg-gr_jp_amount_xtx {
  font-size: 2.5rem;
}
}.zfg-gr_jp_amount_xtx span {
  color: #F59E0B;
}.zfg-gr_jp_seo_xtx {
  overflow-wrap: break-word;
  color: #A39C98;
  max-width: 30rem;
  font-size: 12px;
  line-height: 1.5;
}.zfg-gr_jp_cta_xtx {
  border: 1px solid rgba(255, 194, 0, 0.20);
  padding: 0.688rem 20px;
  background: rgba(255, 194, 0, 0.20);
  border-radius: 12px;
  transition: background .2s;
  position: relative;
  align-self: flex-start;
  white-space: nowrap;
  font-weight: 700;
  color: #F5F2EE;
  font-size: 0.813rem;
  flex-shrink: 0;
  margin-top: 0.25rem;
  z-index: 1;
}.zfg-gr_jp_cta_xtx:hover {
  background: #FFC200;
}.zfg-ws_xtx {
  background: #181512;
  padding: 32px 1rem 0;
}
@media(min-width: 771px) {.zfg-ws_xtx {
  padding: 2.25rem 24px 0;
}
}.zfg-ws_in_xtx {
  margin: 0 auto;
  max-width: 1340px;
}.zfg-ws_head_xtx {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 14px;
}.zfg-ws_title_xtx {
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  overflow-wrap: break-word;
  font-family: 'Baloo 2', sans-serif;
  font-size: 1rem;
  color: #F5F2EE;
  display: flex;
  font-weight: 700;
}.zfg-ws_title_ic_xtx svg {
  color: #F59E0B;
  height: 1.125rem;
  stroke-linecap: round;
  width: 18px;
  stroke-linejoin: round;
}.zfg-ws_online_xtx {
  gap: 0.438rem;
  color: #7E7672;
  font-weight: 600;
  align-items: center;
  display: flex;
  font-size: 0.75rem;
}.zfg-ws_online_dot_xtx {
  background: #22C55E;
  border-radius: 50%;
  box-shadow: 0 0 0.375rem rgba(34, 197, 94, 0.18);
  height: 0.5rem;
  width: 0.5rem;
  flex-shrink: 0;
}.zfg-ws_scroll_xtx {
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
}.zfg-ws_scroll_xtx::-webkit-scrollbar {
  display: none;
}.zfg-wc_xtx {
  background: #1C1915;
  border-radius: 0.75rem;
  padding: 10px 0.875rem;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  min-width: 220px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.zfg-wc_img_xtx {
  background: #211D19;
  overflow: hidden;
  border-radius: 0.375rem;
  height: 36px;
  flex-shrink: 0;
  width: 2.25rem;
}.zfg-wc_img_xtx img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.zfg-wc_info_xtx {
  min-width: 0;
}.zfg-wc_game_xtx {
  overflow: hidden;
  color: #D4CDCA;
  white-space: nowrap;
  font-size: 12px;
  text-overflow: ellipsis;
  font-weight: 600;
}.zfg-wc_player_xtx {
  overflow: hidden;
  font-size: 0.625rem;
  color: #5E5956;
  text-overflow: ellipsis;
  white-space: nowrap;
}.zfg-wc_amount_xtx {
  margin-left: auto;
  font-weight: 700;
  flex-shrink: 0;
  color: #22C55E;
  white-space: nowrap;
  font-size: 0.813rem;
}.zfg-htp_xtx {
  background: #181512;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.zfg-htp_xtx {
  padding: 44px 24px 0;
}
}.zfg-htp_in_xtx {
  margin: 0 auto;
  max-width: 1340px;
}.zfg-htp_head_xtx {
  max-width: 45rem;
  margin-bottom: 22px;
}.zfg-htp_label_xtx {
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  color: #FF5C1A;
}.zfg-htp_h2_xtx {
  font-family: 'Baloo 2', sans-serif;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 8px;
  color: #F5F2EE;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.zfg-htp_h2_xtx {
  font-size: 1.75rem;
}
}.zfg-htp_intro_xtx {
  line-height: 1.6;
  color: #7E7672;
  font-size: 14px;
}.zfg-htp_steps_xtx {
  list-style: none;
  gap: 12px;
  margin: 0;
  padding: 0;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.zfg-htp_steps_xtx {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.zfg-htp_steps_xtx {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.zfg-htp_step_xtx {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1.25rem 18px 18px;
  background: #211D19;
  flex-direction: column;
  display: flex;
  position: relative;
}.zfg-htp_step_num_xtx {
  border-radius: 50%;
  background: #FF5C1A;
  height: 1.75rem;
  left: 1.25rem;
  font-weight: 800;
  font-size: 0.813rem;
  color: #120F0D;
  position: absolute;
  display: flex;
  justify-content: center;
  top: -12px;
  font-family: 'Baloo 2', sans-serif;
  width: 1.75rem;
  align-items: center;
}.zfg-htp_step_ic_xtx {
  border-radius: 0.375rem;
  margin: 0.5rem 0 0.75rem;
  background: rgba(255, 92, 26, 0.18);
  width: 2.25rem;
  color: #FF5C1A;
  align-items: center;
  height: 2.25rem;
  justify-content: center;
  display: flex;
}.zfg-htp_step_ic_xtx svg {
  stroke-linecap: round;
  height: 1.125rem;
  stroke-linejoin: round;
  width: 1.125rem;
}.zfg-htp_step_h_xtx {
  font-weight: 700;
  margin-bottom: 6px;
  overflow-wrap: break-word;
  color: #F5F2EE;
  line-height: 1.25;
  font-size: 0.875rem;
}.zfg-htp_step_p_xtx {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #7E7672;
  line-height: 1.55;
}.zfg-htp_step_p_xtx strong {
  color: #D4CDCA;
  font-weight: 600;
}.zfg-htp_cta_xtx {
  border-radius: 0.75rem;
  padding: 13px 1.625rem;
  transition: background .2s;
  background: #22C55E;
  font-weight: 700;
  margin-top: 1.25rem;
  display: inline-block;
  color: #120F0D;
  font-size: 0.875rem;
}.zfg-htp_cta_xtx:hover {
  background: #16A34A;
}.zfg-reg_xtx {
  padding: 2.25rem 16px 0;
  background: #181512;
}
@media(min-width: 769px) {.zfg-reg_xtx {
  padding: 44px 1.5rem 0;
}
}.zfg-reg_in_xtx {
  border-radius: 18px;
  padding: 28px 1.5rem;
  margin: 0 auto;
  background: #211D19;
  border: 1px solid rgba(255, 255, 255, 0.06);
  max-width: 83.75rem;
}
@media(min-width: 769px) {.zfg-reg_in_xtx {
  padding: 2.5rem;
}
}.zfg-reg_top_xtx {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 857px) {.zfg-reg_top_xtx {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.zfg-reg_label_xtx {
  color: #FF5C1A;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}.zfg-reg_h2_xtx {
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  font-weight: 800;
  font-size: 1.375rem;
  font-family: 'Baloo 2', sans-serif;
  line-height: 1.2;
  color: #F5F2EE;
}
@media(min-width:768px) {.zfg-reg_h2_xtx {
  font-size: 28px;
}
}.zfg-reg_bonus_xtx {
  gap: 8px;
  padding: 0.625rem 1rem;
  background: rgba(245, 158, 11, 0.18);
  border: 1px solid rgba(245, 158, 11, 0.18);
  border-radius: 12px;
  display: inline-flex;
  margin-bottom: 16px;
  align-items: center;
}.zfg-reg_bonus_amount_xtx {
  font-size: 20px;
  font-weight: 800;
  color: #F59E0B;
}.zfg-reg_bonus_text_xtx {
  color: #A39C98;
  font-size: 13px;
  line-height: 1.35;
}.zfg-reg_cta_btn_xtx {
  transition: background .2s;
  border-radius: 12px;
  background: #22C55E;
  padding: 14px 32px;
  margin-bottom: 12px;
  box-shadow: 0 6px 18px rgba(34, 197, 94, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: #120F0D;
  display: inline-block;
  font-size: 0.938rem;
  font-weight: 700;
}.zfg-reg_cta_btn_xtx:hover {
  background: #16A34A;
}.zfg-reg_terms_xtx {
  color: #5E5956;
  line-height: 1.5;
  font-size: 11px;
}.zfg-reg_seo_xtx {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #7E7672;
  font-size: 0.813rem;
  padding-top: 1.25rem;
  margin-top: 20px;
  line-height: 1.65;
  overflow-wrap: break-word;
}.zfg-reg_seo_xtx p {
  line-height: 1.65;
  margin-bottom: 0.625rem;
  font-size: 0.813rem;
  color: #7E7672;
}.zfg-reg_seo_xtx p:last-child {
  margin-bottom: 0;
}.zfg-reg_seo_xtx strong {
  color: #D4CDCA;
  font-weight: 700;
}.zfg-reg_seo_xtx a {
  transition: color .2s;
  color: #FF5C1A;
  text-decoration: underline;
}.zfg-reg_seo_xtx a:hover {
  color: #FF7A3D;
}.zfg-reg_seo_xtx ul,.zfg-reg_seo_xtx ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.zfg-reg_seo_xtx ol {
  list-style: decimal;
}.zfg-reg_seo_xtx li {
  color: #7E7672;
  line-height: 1.65;
  margin-bottom: 4px;
  font-size: 13px;
}.zfg-reg_seo_xtx table {
  font-size: 0.813rem;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 0.625rem;
}
@media(min-width: 770px) {.zfg-reg_seo_xtx table {
  display: table;
}
}.zfg-reg_seo_xtx th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  text-align: left;
  color: #D4CDCA;
  font-weight: 700;
}.zfg-reg_seo_xtx td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7E7672;
}.zfg-reg_steps_xtx {
  gap: 0.875rem;
  flex-direction: column;
  display: flex;
  margin-top: 1.75rem;
}
@media(min-width: 861px) {.zfg-reg_steps_xtx {
  margin-top: 0;
}
}.zfg-reg_step_xtx {
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 14px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.zfg-reg_step_num_xtx {
  border: 1px solid rgba(255, 92, 26, 0.08);
  background: rgba(255, 92, 26, 0.18);
  border-radius: 50%;
  flex-shrink: 0;
  align-items: center;
  font-size: 14px;
  height: 34px;
  color: #FF5C1A;
  justify-content: center;
  width: 34px;
  font-weight: 800;
  display: flex;
}.zfg-reg_step_title_xtx {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
  color: #F5F2EE;
}.zfg-reg_step_text_xtx {
  font-size: 12px;
  color: #7E7672;
  line-height: 1.5;
}.zfg-reg_trust_xtx {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.25rem;
}.zfg-reg_trust_item_xtx {
  gap: 0.438rem;
  color: #7E7672;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
  font-size: 12px;
}.zfg-reg_trust_ic_xtx svg {
  color: #FF5C1A;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
  width: 16px;
}.zfg-prov_xtx {
  padding: 36px 16px 0;
  background: #181512;
}
@media(min-width: 769px) {.zfg-prov_xtx {
  padding: 44px 24px 0;
}
}.zfg-prov_in_xtx {
  margin: 0 auto;
  max-width: 1340px;
}.zfg-prov_head_xtx {
  margin-bottom: 1rem;
}.zfg-prov_label_xtx {
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  color: #FF5C1A;
  text-transform: uppercase;
  font-size: 11px;
}.zfg-prov_h2_xtx {
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-family: 'Baloo 2', sans-serif;
  overflow-wrap: break-word;
  color: #F5F2EE;
  font-size: 20px;
}
@media(min-width: 771px) {.zfg-prov_h2_xtx {
  font-size: 1.5rem;
}
}.zfg-prov_seo_xtx {
  max-width: 620px;
  overflow-wrap: break-word;
  margin-bottom: 16px;
  color: #7E7672;
  font-size: 0.813rem;
  line-height: 1.6;
}.zfg-prov_seo_xtx strong {
  font-weight: 700;
  color: #D4CDCA;
}.zfg-prov_seo_xtx a {
  text-decoration: underline;
  color: #FF5C1A;
}.zfg-prov_grid_xtx {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 638px) {.zfg-prov_grid_xtx {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.zfg-prov_grid_xtx {
  grid-template-columns: repeat(8,1fr);
}
}.zfg-prov_card_xtx {
  padding: 0.875rem 10px;
  background: #1C1915;
  transition: border-color .2s,background .2s;
  border-radius: 0.75rem;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  flex-direction: column;
  cursor: pointer;
  display: flex;
  align-items: center;
}.zfg-prov_card_xtx:hover {
  background: #211D19;
  border-color: rgba(255, 92, 26, 0.52);
}.zfg-prov_logo_xtx {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
  width: 44px;
}.zfg-prov_logo_xtx img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.zfg-prov_name_xtx {
  overflow-wrap: break-word;
  font-weight: 600;
  text-align: center;
  font-size: 0.688rem;
  color: #A39C98;
}.zfg-app_xtx {
  padding: 36px 16px 0;
  background: #181512;
}
@media(min-width: 771px) {.zfg-app_xtx {
  padding: 2.75rem 1.5rem 0;
}
}.zfg-app_in_xtx {
  margin: 0 auto;
  max-width: 83.75rem;
}.zfg-app_head_xtx {
  margin-bottom: 1rem;
}.zfg-app_label_xtx {
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #FF5C1A;
  font-weight: 700;
}.zfg-app_h2_xtx {
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Baloo 2', sans-serif;
  font-size: 1.25rem;
  margin-bottom: 6px;
  color: #F5F2EE;
}
@media(min-width: 765px) {.zfg-app_h2_xtx {
  font-size: 24px;
}
}.zfg-app_sub_xtx {
  color: #7E7672;
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word;
  max-width: 37.5rem;
}.zfg-app_sub_xtx strong {
  color: #D4CDCA;
  font-weight: 700;
}.zfg-app_cards_xtx {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 16px;
}
@media(min-width: 639px) {.zfg-app_cards_xtx {
  grid-template-columns: repeat(3,1fr);
}
}.zfg-app_card_xtx {
  border-radius: 0.75rem;
  overflow: hidden;
  gap: 16px;
  padding: 20px;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
  display: flex;
}.zfg-app_card_ios_xtx {
  background: linear-gradient(135deg,rgba(255, 92, 26, 0.18) 0%,#211D19 100%);
}.zfg-app_card_android_xtx {
  background: linear-gradient(135deg,rgba(34, 197, 94, 0.18) 0%,#211D19 100%);
}.zfg-app_card_win_xtx {
  background: linear-gradient(135deg,rgba(245, 158, 11, 0.18) 0%,#211D19 100%);
}.zfg-app_card_ic_xtx svg {
  stroke-linejoin: round;
  width: 2.125rem;
  height: 34px;
  stroke-linecap: round;
}.zfg-app_card_ic_xtx {
  flex-shrink: 0;
  color: #F5F2EE;
}.zfg-app_card_os_xtx {
  font-weight: 700;
  letter-spacing: .08em;
  color: #7E7672;
  font-size: 0.625rem;
  margin-bottom: 6px;
  text-transform: uppercase;
}.zfg-app_card_title_xtx {
  line-height: 1.2;
  color: #F5F2EE;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 15px;
}.zfg-app_card_text_xtx {
  font-size: 0.75rem;
  margin-bottom: 14px;
  color: #7E7672;
  overflow-wrap: break-word;
  line-height: 1.5;
}.zfg-app_card_btn_xtx {
  gap: 0.438rem;
  border-radius: 6px;
  transition: background .2s;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 92, 26, 0.52);
  padding: 10px 1.125rem;
  align-items: center;
  font-weight: 700;
  color: #F5F2EE;
  font-size: 13px;
  display: inline-flex;
}.zfg-app_card_btn_xtx:hover {
  background: rgba(255, 255, 255, 0.07);
}.zfg-bon_xtx {
  background: #181512;
  padding: 36px 1rem 0;
}
@media(min-width:768px) {.zfg-bon_xtx {
  padding: 44px 1.5rem 0;
}
}.zfg-bon_in_xtx {
  margin: 0 auto;
  max-width: 1340px;
}.zfg-bon_head_xtx {
  margin-bottom: 20px;
}.zfg-bon_label_xtx {
  font-weight: 700;
  color: #FF5C1A;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.688rem;
}.zfg-bon_h2_xtx {
  margin-bottom: 0.5rem;
  font-family: 'Baloo 2', sans-serif;
  color: #F5F2EE;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width: 770px) {.zfg-bon_h2_xtx {
  font-size: 1.5rem;
}
}.zfg-bon_seo_xtx {
  overflow-wrap: break-word;
  color: #7E7672;
  max-width: 620px;
  line-height: 1.6;
  font-size: 13px;
}.zfg-bon_seo_xtx strong {
  font-weight: 700;
  color: #D4CDCA;
}.zfg-bon_seo_xtx a {
  color: #FF5C1A;
  text-decoration: underline;
}.zfg-bon_grid_xtx {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 637px) {.zfg-bon_grid_xtx {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.zfg-bon_grid_xtx {
  grid-template-columns: repeat(5,1fr);
}
}.zfg-bon_card_xtx {
  padding: 1rem;
  border-radius: 0.75rem;
  transition: border-color .2s,transform .2s;
  background: #1C1915;
  border: 1px solid rgba(255, 255, 255, 0.10);
}.zfg-bon_card_xtx:hover {
  border-color: rgba(255, 92, 26, 0.08);
  transform: translateY(-2px);
}.zfg-bon_card_ic_xtx svg {
  width: 1.625rem;
  stroke-linejoin: round;
  height: 1.625rem;
  stroke-linecap: round;
}.zfg-bon_card_ic_xtx {
  margin-bottom: 0.625rem;
}.zfg-bon_card_type_xtx {
  margin-bottom: 6px;
  font-size: 10px;
  color: #7E7672;
  letter-spacing: .06em;
  font-weight: 700;
  text-transform: uppercase;
}.zfg-bon_card_amount_xtx {
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 0.375rem;
  font-weight: 800;
  color: #F59E0B;
}.zfg-bon_card_name_xtx {
  margin-bottom: 8px;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #F5F2EE;
  font-weight: 600;
}.zfg-bon_card_detail_xtx {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  padding-top: 0.5rem;
  overflow-wrap: break-word;
  font-size: 11px;
  color: #5E5956;
}.zfg-seo_xtx {
  background: #181512;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.zfg-seo_xtx {
  padding: 44px 24px 0;
}
}.zfg-seo_in_xtx {
  background: #211D19;
  padding: 1.75rem 24px;
  border-radius: 1.125rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.10);
  max-width: 83.75rem;
}
@media(min-width: 770px) {.zfg-seo_in_xtx {
  padding: 2.25rem 2.5rem;
}
}.zfg-seo_label_xtx {
  letter-spacing: .08em;
  color: #FF5C1A;
  margin-bottom: 0.625rem;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
}.zfg-seo_h2_xtx {
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Baloo 2', sans-serif;
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
  color: #F5F2EE;
}
@media(min-width: 767px) {.zfg-seo_h2_xtx {
  font-size: 1.5rem;
}
}.zfg-seo_body_xtx {
  color: #A39C98;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.zfg-seo_body_xtx p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A39C98;
  margin-bottom: 0.75rem;
}.zfg-seo_body_xtx p:last-child {
  margin-bottom: 0;
}.zfg-seo_body_xtx strong {
  font-weight: 700;
  color: #D4CDCA;
}.zfg-seo_body_xtx a {
  transition: color .2s;
  text-decoration: underline;
  color: #FF5C1A;
}.zfg-seo_body_xtx a:hover {
  color: #FF7A3D;
}.zfg-seo_body_xtx ul,.zfg-seo_body_xtx ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.zfg-seo_body_xtx ol {
  list-style: decimal;
}.zfg-seo_body_xtx li {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #A39C98;
}.zfg-seo_body_xtx table {
  margin-bottom: 12px;
  display: block;
  overflow-x: auto;
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
}
@media(min-width: 767px) {.zfg-seo_body_xtx table {
  display: table;
}
}.zfg-seo_body_xtx th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  text-align: left;
  color: #D4CDCA;
  font-weight: 700;
}.zfg-seo_body_xtx td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A39C98;
}.zfg-seo_cols_xtx {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 637px) {.zfg-seo_cols_xtx {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.zfg-seo_cols_xtx {
  grid-template-columns: repeat(3,1fr);
}
}.zfg-seo_col_h_xtx {
  color: #D4CDCA;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 13px;
}.zfg-seo_col_p_xtx {
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #7E7672;
}.zfg-seo_stats_xtx {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.zfg-seo_stat_xtx {
  border: 1px solid rgba(255, 92, 26, 0.18);
  padding: 14px 16px;
  background: rgba(255, 92, 26, 0.08);
  border-radius: 12px;
  flex: 1;
  min-width: 8.75rem;
}.zfg-seo_stat_val_xtx {
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 800;
  color: #FF5C1A;
  overflow-wrap: break-word;
}.zfg-seo_stat_lb_xtx {
  overflow-wrap: break-word;
  color: #7E7672;
  font-size: 0.688rem;
}.zfg-faq_xtx {
  padding: 2.25rem 1rem 0;
  background: #181512;
}
@media(min-width: 769px) {.zfg-faq_xtx {
  padding: 2.75rem 24px 0;
}
}.zfg-faq_in_xtx {
  margin: 0 auto;
  max-width: 1340px;
}.zfg-faq_head_xtx {
  margin-bottom: 1.25rem;
}.zfg-faq_label_xtx {
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #FF5C1A;
  margin-bottom: 8px;
}.zfg-faq_h2_xtx {
  font-weight: 800;
  font-family: 'Baloo 2', sans-serif;
  font-size: 20px;
  color: #F5F2EE;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.zfg-faq_h2_xtx {
  font-size: 1.5rem;
}
}.zfg-faq_list_xtx {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.zfg-faq_item_xtx {
  border: 1px solid rgba(255, 255, 255, 0.10);
  overflow: hidden;
  background: #211D19;
  border-radius: 12px;
}.zfg-faq_q_xtx {
  padding: 1rem 20px;
  gap: 0.75rem;
  transition: color .2s;
  display: flex;
  justify-content: space-between;
  overflow-wrap: break-word;
  color: #D4CDCA;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  align-items: center;
  flex-wrap: wrap;
}.zfg-faq_q_xtx:hover {
  color: #F5F2EE;
}.zfg-faq_q_ic_xtx {
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  border-radius: 50%;
  color: #FF5C1A;
  width: 24px;
  justify-content: center;
  font-size: 1rem;
  display: flex;
  height: 1.5rem;
  align-items: center;
  flex-shrink: 0;
}.zfg-faq_item_xtx.zfg-state_open_xtx .zfg-faq_q_ic_xtx {
  transform: rotate(45deg);
}.zfg-faq_a_xtx {
  padding: 0 20px 16px;
  display: none;
  color: #7E7672;
  line-height: 1.7;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.zfg-faq_item_xtx.zfg-state_open_xtx .zfg-faq_a_xtx {
  display: block;
}.zfg-faq_a_xtx strong {
  color: #D4CDCA;
  font-weight: 700;
}.zfg-faq_a_xtx a {
  text-decoration: underline;
  color: #FF5C1A;
}.zfg-faq_a_xtx ul,.zfg-faq_a_xtx ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 1.25rem;
}.zfg-faq_a_xtx ol {
  list-style: decimal;
}.zfg-faq_a_xtx li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.zfg-faq_a_xtx table {
  margin: 8px 0;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  font-size: 0.75rem;
}
@media(min-width: 769px) {.zfg-faq_a_xtx table {
  display: table;
}
}.zfg-faq_a_xtx th {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #D4CDCA;
  text-align: left;
}.zfg-faq_a_xtx td {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7E7672;
}.zfg-seo_xtx {
  padding: 2.25rem 16px 0;
  background: #181512;
}
@media(min-width: 771px) {.zfg-seo_xtx {
  padding: 2.75rem 24px 0;
}
}.zfg-seo_in_xtx {
  background: #211D19;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  margin: 0 auto;
  border-radius: 1.125rem;
  max-width: 1340px;
}
@media(min-width: 771px) {.zfg-seo_in_xtx {
  padding: 2.25rem 40px;
}
}.zfg-seo_label_xtx {
  letter-spacing: .08em;
  color: #FF5C1A;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}.zfg-seo_h2_xtx {
  font-family: 'Baloo 2', sans-serif;
  overflow-wrap: break-word;
  color: #F5F2EE;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 0.875rem;
}
@media(min-width: 771px) {.zfg-seo_h2_xtx {
  font-size: 1.5rem;
}
}.zfg-seo_body_xtx {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #A39C98;
}.zfg-seo_body_xtx p {
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 0.875rem;
  color: #A39C98;
}.zfg-seo_body_xtx p:last-child {
  margin-bottom: 0;
}.zfg-seo_body_xtx strong {
  font-weight: 700;
  color: #D4CDCA;
}.zfg-seo_body_xtx a {
  transition: color .2s;
  text-decoration: underline;
  color: #FF5C1A;
}.zfg-seo_body_xtx a:hover {
  color: #FF7A3D;
}.zfg-seo_body_xtx ul,.zfg-seo_body_xtx ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.zfg-seo_body_xtx ol {
  list-style: decimal;
}.zfg-seo_body_xtx li {
  color: #A39C98;
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.zfg-seo_body_xtx table {
  overflow-x: auto;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  width: 100%;
  display: block;
  font-size: 0.813rem;
}
@media(min-width: 765px) {.zfg-seo_body_xtx table {
  display: table;
}
}.zfg-seo_body_xtx th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D4CDCA;
  text-align: left;
  font-weight: 700;
}.zfg-seo_body_xtx td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #A39C98;
}.zfg-seo_cols_xtx {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.zfg-seo_cols_xtx {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.zfg-seo_cols_xtx {
  grid-template-columns: repeat(3,1fr);
}
}.zfg-seo_col_h_xtx {
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 13px;
  color: #D4CDCA;
}.zfg-seo_col_p_xtx {
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #7E7672;
}.zfg-seo_stats_xtx {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.zfg-seo_stat_xtx {
  padding: 0.875rem 1rem;
  background: rgba(255, 92, 26, 0.08);
  border-radius: 0.75rem;
  flex: 1;
  border: 1px solid rgba(255, 92, 26, 0.18);
  min-width: 140px;
}.zfg-seo_stat_val_xtx {
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  color: #FF5C1A;
  font-size: 1.25rem;
  font-weight: 800;
}.zfg-seo_stat_lb_xtx {
  overflow-wrap: break-word;
  color: #7E7672;
  font-size: 0.688rem;
}.zfg-seo_xtx {
  padding: 36px 1rem 0;
  background: #181512;
}
@media(min-width: 771px) {.zfg-seo_xtx {
  padding: 44px 24px 0;
}
}.zfg-seo_in_xtx {
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  margin: 0 auto;
  background: #211D19;
  border-radius: 18px;
  max-width: 1340px;
}
@media(min-width: 765px) {.zfg-seo_in_xtx {
  padding: 36px 2.5rem;
}
}.zfg-seo_label_xtx {
  text-transform: uppercase;
  color: #FF5C1A;
  margin-bottom: 10px;
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
}.zfg-seo_h2_xtx {
  overflow-wrap: break-word;
  font-family: 'Baloo 2', sans-serif;
  margin-bottom: 14px;
  line-height: 1.25;
  font-weight: 800;
  font-size: 20px;
  color: #F5F2EE;
}
@media(min-width: 771px) {.zfg-seo_h2_xtx {
  font-size: 1.5rem;
}
}.zfg-seo_body_xtx {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #A39C98;
  line-height: 1.75;
}.zfg-seo_body_xtx p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A39C98;
  margin-bottom: 12px;
}.zfg-seo_body_xtx p:last-child {
  margin-bottom: 0;
}.zfg-seo_body_xtx strong {
  color: #D4CDCA;
  font-weight: 700;
}.zfg-seo_body_xtx a {
  transition: color .2s;
  text-decoration: underline;
  color: #FF5C1A;
}.zfg-seo_body_xtx a:hover {
  color: #FF7A3D;
}.zfg-seo_body_xtx ul,.zfg-seo_body_xtx ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.zfg-seo_body_xtx ol {
  list-style: decimal;
}.zfg-seo_body_xtx li {
  color: #A39C98;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 14px;
}.zfg-seo_body_xtx table {
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
  width: 100%;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
}
@media(min-width:768px) {.zfg-seo_body_xtx table {
  display: table;
}
}.zfg-seo_body_xtx th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D4CDCA;
  text-align: left;
  font-weight: 700;
}.zfg-seo_body_xtx td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A39C98;
}.zfg-seo_cols_xtx {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.zfg-seo_cols_xtx {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.zfg-seo_cols_xtx {
  grid-template-columns: repeat(3,1fr);
}
}.zfg-seo_col_h_xtx {
  color: #D4CDCA;
  font-weight: 700;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.zfg-seo_col_p_xtx {
  line-height: 1.65;
  color: #7E7672;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.zfg-seo_stats_xtx {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.zfg-seo_stat_xtx {
  flex: 1;
  padding: 14px 1rem;
  border: 1px solid rgba(255, 92, 26, 0.18);
  border-radius: 0.75rem;
  background: rgba(255, 92, 26, 0.08);
  min-width: 8.75rem;
}.zfg-seo_stat_val_xtx {
  color: #FF5C1A;
  font-size: 20px;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
}.zfg-seo_stat_lb_xtx {
  overflow-wrap: break-word;
  color: #7E7672;
  font-size: 11px;
}.zfg-pmt_xtx {
  background: #181512;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.zfg-pmt_xtx {
  padding: 2.75rem 24px 0;
}
}.zfg-pmt_in_xtx {
  margin: 0 auto;
  max-width: 1340px;
}.zfg-pmt_head_xtx {
  margin-bottom: 22px;
  max-width: 45rem;
}.zfg-pmt_label_xtx {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #FF5C1A;
}.zfg-pmt_h2_xtx {
  font-weight: 800;
  font-size: 22px;
  color: #F5F2EE;
  margin-bottom: 8px;
  font-family: 'Baloo 2', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.zfg-pmt_h2_xtx {
  font-size: 1.75rem;
}
}.zfg-pmt_intro_xtx {
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #7E7672;
}.zfg-pmt_groups_xtx {
  gap: 1.25rem;
  flex-direction: column;
  display: flex;
}.zfg-pmt_group_xtx {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #211D19;
  border-radius: 0.75rem;
}.zfg-pmt_group_head_xtx {
  gap: 12px;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.zfg-pmt_group_ic_xtx {
  background: rgba(255, 92, 26, 0.18);
  border-radius: 6px;
  height: 2.25rem;
  width: 2.25rem;
  justify-content: center;
  align-items: center;
  color: #FF5C1A;
  display: flex;
  flex-shrink: 0;
}.zfg-pmt_group_ic_xtx svg {
  height: 1.125rem;
  stroke-linecap: round;
  width: 18px;
  stroke-linejoin: round;
}.zfg-pmt_group_h_xtx {
  margin: 0;
  font-family: 'Baloo 2', sans-serif;
  font-size: 16px;
  overflow-wrap: break-word;
  color: #F5F2EE;
  font-weight: 700;
}.zfg-pmt_group_p_xtx {
  overflow-wrap: break-word;
  line-height: 1.6;
  margin-bottom: 0.875rem;
  font-size: 13px;
  color: #7E7672;
}.zfg-pmt_group_p_xtx strong {
  color: #D4CDCA;
  font-weight: 600;
}.zfg-pmt_table_wrap_xtx {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.zfg-pmt_table_xtx {
  border-collapse: collapse;
  font-size: 13px;
  width: 100%;
  min-width: 540px;
}.zfg-pmt_table_xtx th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  white-space: nowrap;
  letter-spacing: .04em;
  font-weight: 700;
  text-align: left;
  color: #D4CDCA;
  font-size: 0.688rem;
  text-transform: uppercase;
}.zfg-pmt_table_xtx td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  color: #7E7672;
}.zfg-pmt_table_xtx tbody tr:last-child td {
  border-bottom: none;
}.zfg-pmt_table_xtx tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #D4CDCA;
}.zfg-ft_xtx {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #100E0B;
  margin-top: 3rem;
}.zfg-ft_support_xtx {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 16px;
}
@media(min-width: 765px) {.zfg-ft_support_xtx {
  padding: 1.75rem 1.5rem;
}
}.zfg-ft_support_in_xtx {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  max-width: 1340px;
  flex-wrap: wrap;
  align-items: center;
}.zfg-ft_support_main_xtx {
  gap: 16px;
  flex: 1;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  min-width: 13.75rem;
}.zfg-ft_support_ic_xtx {
  flex-shrink: 0;
  color: #FF5C1A;
}.zfg-ft_support_ic_xtx svg {
  width: 1.875rem;
  height: 1.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.zfg-ft_support_text_title_xtx {
  font-weight: 700;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  color: #F5F2EE;
  margin-bottom: 3px;
}.zfg-ft_support_text_sub_xtx {
  overflow-wrap: break-word;
  color: #7E7672;
  font-size: 12px;
}.zfg-ft_support_btn_xtx {
  padding: 11px 22px;
  border-radius: 12px;
  background: #FF5C1A;
  transition: background .2s;
  color: #F5F2EE;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  flex-shrink: 0;
}.zfg-ft_support_btn_xtx:hover {
  background: #FF7A3D;
}.zfg-ft_support_contacts_xtx {
  gap: 1rem;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.zfg-ft_support_contact_xtx {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #5E5956;
}.zfg-ft_support_contact_xtx strong {
  color: #A39C98;
  font-size: 11px;
  margin-bottom: 2px;
  font-weight: 600;
  display: block;
}.zfg-ft_main_xtx {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 16px 24px;
}
@media(min-width: 769px) {.zfg-ft_main_xtx {
  padding: 40px 24px 32px;
}
}.zfg-ft_main_in_xtx {
  margin: 0 auto;
  gap: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 83.75rem;
}
@media(min-width: 642px) {.zfg-ft_main_in_xtx {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.zfg-ft_main_in_xtx {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.zfg-ft_col_logo_xtx {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.zfg-ft_col_logo_xtx {
  grid-column: auto;
}
}.zfg-ft_logo_xtx {
  gap: 0.563rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #F5F2EE;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  flex-wrap: wrap;
}.zfg-ft_logo_mark_xtx {
  overflow: hidden;
  border-radius: 6px;
  width: 1.875rem;
  height: 1.875rem;
}.zfg-ft_logo_mark_xtx img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.zfg-ft_logo_sub_xtx {
  color: #5E5956;
  line-height: 1.55;
  overflow-wrap: break-word;
  max-width: 200px;
  font-size: 0.75rem;
}.zfg-ft_col_title_xtx {
  color: #A39C98;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .07em;
  font-size: 12px;
}.zfg-ft_col_links_xtx {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.zfg-ft_col_link_xtx {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #5E5956;
}.zfg-ft_col_link_xtx:hover {
  color: #D4CDCA;
}.zfg-ft_apps_xtx {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.zfg-ft_app_card_xtx {
  padding: 10px 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 10px;
  transition: border-color .2s;
  display: flex;
  align-items: center;
}.zfg-ft_app_card_xtx:hover {
  border-color: rgba(255, 92, 26, 0.52);
}.zfg-ft_app_card_ic_xtx svg {
  stroke-linejoin: round;
  width: 22px;
  stroke-linecap: round;
  height: 22px;
}.zfg-ft_app_card_os_xtx {
  font-size: 0.625rem;
  font-weight: 600;
  color: #5E5956;
}.zfg-ft_app_card_action_xtx {
  color: #D4CDCA;
  font-weight: 700;
  font-size: 12px;
}.zfg-ft_bot_xtx {
  padding: 20px 1rem;
}
@media(min-width: 766px) {.zfg-ft_bot_xtx {
  padding: 20px 1.5rem;
}
}.zfg-ft_bot_in_xtx {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 1340px;
  align-items: center;
  display: flex;
}.zfg-ft_socials_xtx {
  gap: 8px;
  display: flex;
}.zfg-ft_soc_xtx {
  border-radius: 6px;
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  width: 36px;
  display: flex;
  height: 36px;
  justify-content: center;
  align-items: center;
  color: #A39C98;
}.zfg-ft_soc_xtx svg {
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
  width: 16px;
}.zfg-ft_soc_xtx:hover {
  background: rgba(255, 255, 255, 0.07);
}.zfg-ft_legal_xtx {
  flex: 1;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #787270;
  font-size: 11px;
  min-width: 200px;
}.zfg-ft_legal_xtx strong {
  font-weight: 700;
  color: #A39C98;
}.zfg-ft_legal_xtx a {
  color: #A39C98;
  text-decoration: underline;
}.zfg-ft_age_xtx {
  border: 2px solid #787270;
  border-radius: 50%;
  align-items: center;
  height: 2rem;
  justify-content: center;
  color: #787270;
  width: 32px;
  flex-shrink: 0;
  font-weight: 800;
  margin-left: auto;
  display: flex;
  font-size: 11px;
}