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;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0E0F14;
  color: #C4C8D8;
  line-height: 1.6;
  min-height: 100vh;
  font-family: 'DM Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}.zku_layout_xvy {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.zku_page_xvy {
  min-height: 100vh;
  display: flex;
}.zku_main_xvy {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media (min-width: 1077px) {.zku_main_xvy {
  padding-left: 13.75rem;
}
}
@media (max-width: 1077px) {.zku_main_xvy {
  padding-bottom: 4.5rem;
}
}.zku_gc_xvy {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  background: #12141B;
  cursor: pointer;
  width: 8.75rem;
  position: relative;
  flex-shrink: 0;
}
@media(min-width: 643px) {.zku_gc_xvy {
  width: 9.75rem;
}
}
@media(min-width: 1082px) {.zku_gc_xvy {
  width: 10.5rem;
}
}.zku_gc_xvy:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 194, 168, 0.07);
}.zku_gc_img_xvy {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.zku_gc_img_xvy img {
  inset: 0;
  height: 100%;
  position: absolute;
  object-fit: cover;
  width: 100%;
}.zku_gc_hover_xvy {
  inset: 0;
  background: rgba(9, 10, 15, 0.72);
  transition: opacity .2s;
  position: absolute;
  display: flex;
  align-items: center;
  opacity: 0;
  justify-content: center;
}.zku_gc_xvy:hover .zku_gc_hover_xvy {
  opacity: 1;
}.zku_gc_hover_btn_xvy {
  background: #00C2A8;
  padding: 8px 1rem;
  border-radius: 0.313rem;
  color: #F0F2F8;
  font-size: 0.75rem;
  font-weight: 700;
}.zku_gc_info_xvy {
  padding: 8px 10px 0.625rem;
}.zku_gc_name_xvy {
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #C4C8D8;
  margin-bottom: 3px;
  font-size: 0.75rem;
  white-space: nowrap;
}.zku_gc_prov_xvy {
  color: #484C5E;
  font-size: 0.625rem;
}.zku_gc_tag_xvy {
  border-radius: 4px;
  padding: 2px 7px;
  text-transform: uppercase;
  top: 6px;
  letter-spacing: .04em;
  left: 6px;
  font-weight: 700;
  z-index: 2;
  font-size: 0.563rem;
  position: absolute;
}.zku_gc_tag_hot_xvy {
  background: #E8364A;
  color: #fff;
}.zku_gc_tag_new_xvy {
  background: #18C96A;
  color: #0E0F14;
}.zku_gc_tag_jp_xvy {
  background: #F5C842;
  color: #0E0F14;
}.zku_gc_tag_ex_xvy {
  background: #0066CC;
  color: #fff;
}.zku_gc_tag_live_xvy {
  background: #E8364A;
  color: #fff;
}.zku_gr_xvy {
  background: #0E0F14;
  padding: 2rem 1rem 0;
}
@media(min-width: 771px) {.zku_gr_xvy {
  padding: 36px 24px 0;
}
}.zku_gr_in_xvy {
  margin: 0 auto;
  max-width: 1320px;
}.zku_gr_head_xvy {
  gap: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}.zku_gr_head_l_xvy {
  flex: 1;
  gap: 10px;
  min-width: 0;
  align-items: center;
  display: flex;
}.zku_gr_ic_xvy {
  border-radius: 0.625rem;
  width: 32px;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 2rem;
}.zku_gr_ic_xvy svg {
  width: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
}.zku_gr_title_xvy {
  overflow-wrap: break-word;
  font-weight: 700;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  color: #F0F2F8;
}
@media(min-width:768px) {.zku_gr_title_xvy {
  font-size: 1.125rem;
}
}.zku_gr_more_xvy {
  transition: color .2s;
  gap: 5px;
  flex-shrink: 0;
  display: flex;
  color: #646880;
  font-size: 0.75rem;
  white-space: nowrap;
  align-items: center;
  font-weight: 600;
}.zku_gr_more_xvy:hover {
  color: #00C2A8;
}.zku_gr_more_xvy svg {
  height: 0.75rem;
  stroke-linecap: round;
  width: 12px;
  stroke-linejoin: round;
}.zku_gr_arrows_xvy {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.zku_gr_arr_xvy {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  border-radius: 0.313rem;
  width: 1.875rem;
  display: flex;
  align-items: center;
  height: 1.875rem;
  color: #8E93AA;
  justify-content: center;
}.zku_gr_arr_xvy:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F0F2F8;
}.zku_gr_arr_xvy svg {
  stroke-linejoin: round;
  height: 0.813rem;
  stroke-linecap: round;
  width: 0.813rem;
}.zku_gr_seo_h_xvy {
  margin: 0 0 6px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-family: 'Space Grotesk', sans-serif;
  max-width: 680px;
  font-weight: 700;
  color: #C4C8D8;
}
@media(min-width: 770px) {.zku_gr_seo_h_xvy {
  font-size: 0.875rem;
}
}.zku_gr_seo_xvy {
  line-height: 1.55;
  overflow-wrap: break-word;
  max-width: 680px;
  color: #646880;
  font-size: 12px;
  margin-bottom: 0.75rem;
}.zku_gr_seo_xvy strong {
  font-weight: 600;
  color: #C4C8D8;
}.zku_gr_scroll_xvy {
  gap: 0.625rem;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
}.zku_gr_scroll_xvy::-webkit-scrollbar {
  display: none;
}
@media(min-width: 765px) {.zku_gr_scroll_xvy {
  gap: 12px;
}
}.zku_tb_xvy {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0E0F14;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 3.5rem;
  left: 0;
  z-index: 80;
  position: fixed;
}.zku_tb_in_xvy {
  padding: 0 14px;
  gap: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}.zku_tb_burger_xvy {
  border-radius: 0.625rem;
  gap: 0.313rem;
  display: flex;
  width: 2.375rem;
  align-items: center;
  margin-right: 0.5rem;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
  height: 2.375rem;
}.zku_tb_burger_xvy:hover {
  background: rgba(255, 255, 255, 0.05);
}.zku_tb_burger_line_xvy {
  border-radius: 1px;
  background: #8E93AA;
  height: 2px;
  width: 1.125rem;
  display: block;
}
@media(min-width: 1077px) {.zku_tb_burger_xvy {
  display: none;
}
}.zku_tb_logo_xvy {
  gap: 9px;
  align-items: center;
  letter-spacing: -.01em;
  font-weight: 800;
  flex-shrink: 0;
  display: flex;
  font-size: 18px;
  overflow-wrap: break-word;
  margin-right: 1.25rem;
  color: #F0F2F8;
}.zku_tb_logo_mark_xvy {
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  height: 2rem;
  display: flex;
  width: 2rem;
}.zku_tb_logo_mark_xvy img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.zku_tb_nav_xvy {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 643px) {.zku_tb_nav_xvy {
  display: flex;
}
}.zku_tb_tab_xvy {
  transition: background .15s,color .15s;
  padding: 8px 0.875rem;
  border-radius: 10px;
  font-size: 0.813rem;
  font-weight: 600;
  color: #8E93AA;
  white-space: nowrap;
}.zku_tb_tab_xvy:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0F2F8;
}.zku_tb_tab_xvy.zku_state_active_xvy {
  background: rgba(0, 194, 168, 0.15);
  color: #F0F2F8;
}.zku_tb_right_xvy {
  gap: 0.5rem;
  margin-left: auto;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.zku_tb_login_xvy {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 9px 1rem;
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: none;
  font-weight: 600;
  color: #C4C8D8;
  font-size: 0.813rem;
}.zku_tb_login_xvy:hover {
  border-color: rgba(255, 255, 255, 0.22);
  color: #F0F2F8;
}
@media(min-width: 482px) {.zku_tb_login_xvy {
  display: block;
}
}.zku_tb_reg_xvy {
  transition: background .2s;
  padding: 0.563rem 18px;
  border-radius: 0.625rem;
  background: #18C96A;
  font-weight: 700;
  color: #090A0F;
  white-space: nowrap;
  font-size: 13px;
}.zku_tb_reg_xvy:hover {
  background: #22E07A;
}.zku_sb_xvy {
  transition: transform .25s ease;
  transform: translateX(-100%);
  background: #161820;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 70;
  width: 220px;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  top: 56px;
  position: fixed;
}.zku_sb_xvy.zku_state_open_xvy {
  transform: translateX(0);
}.zku_sb_xvy::-webkit-scrollbar {
  width: 4px;
}.zku_sb_xvy::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1082px) {.zku_sb_xvy {
  transform: translateX(0);
}
}.zku_sb_auth_xvy {
  padding: 0.875rem 12px 10px;
}.zku_sb_btn_reg_xvy {
  border-radius: 10px;
  padding: 11px;
  background: #18C96A;
  transition: background .2s;
  margin-bottom: 8px;
  text-align: center;
  font-weight: 700;
  color: #090A0F;
  display: block;
  font-size: 13px;
}.zku_sb_btn_reg_xvy:hover {
  background: #22E07A;
}.zku_sb_btn_login_xvy {
  padding: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 600;
  font-size: 13px;
  display: block;
  text-align: center;
  color: #C4C8D8;
}.zku_sb_btn_login_xvy:hover {
  border-color: rgba(255, 255, 255, 0.22);
  color: #F0F2F8;
}.zku_sb_promo_xvy {
  padding: 0.75rem 0.875rem;
  overflow: hidden;
  background: linear-gradient(135deg,#062E2A,#161820);
  margin: 0 0.75rem 10px;
  border: 1px solid rgba(0, 194, 168, 0.15);
  border-radius: 10px;
  position: relative;
}.zku_sb_promo_xvy::before {
  background: radial-gradient(circle,rgba(0, 194, 168, 0.15),transparent 70%);
  border-radius: 50%;
  position: absolute;
  top: -1.25rem;
  height: 5rem;
  right: -1.25rem;
  content: '';
  width: 80px;
}.zku_sb_promo_title_xvy {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #00C2A8;
  font-size: 0.688rem;
  margin-bottom: 4px;
}.zku_sb_promo_text_xvy {
  line-height: 1.35;
  font-size: 12px;
  font-weight: 600;
  color: #F0F2F8;
  overflow-wrap: break-word;
}.zku_sb_promo_sub_xvy {
  margin-top: 3px;
  font-size: 10px;
  color: #646880;
}.zku_sb_nav_xvy {
  padding: 0.375rem 8px 16px;
}.zku_sb_nav_lb_xvy {
  padding: 0.625rem 8px 0.375rem;
  color: #484C5E;
  letter-spacing: .08em;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
}.zku_sb_link_xvy {
  gap: 0.625rem;
  transition: background .15s,color .15s;
  border-radius: 0.313rem;
  padding: 9px 0.625rem;
  color: #8E93AA;
  align-items: center;
  font-weight: 500;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  cursor: pointer;
  display: flex;
}.zku_sb_link_xvy:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0F2F8;
}.zku_sb_link_xvy.zku_state_active_xvy {
  background: rgba(0, 194, 168, 0.15);
  color: #F0F2F8;
}.zku_sb_ic_xvy {
  border-radius: 5px;
  width: 1.875rem;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  height: 1.875rem;
  align-items: center;
}.zku_sb_ic_xvy svg {
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
}.zku_sb_ic_1_xvy {
  background: rgba(0, 194, 168, 0.07);
  color: #00C2A8;
}.zku_sb_ic_2_xvy {
  background: rgba(24, 201, 106, 0.14);
  color: #18C96A;
}.zku_sb_ic_3_xvy {
  background: rgba(245, 200, 66, 0.13);
  color: #F5C842;
}.zku_sb_ic_4_xvy {
  background: rgba(0, 102, 204, 0.18);
  color: #0066CC;
}.zku_sb_ic_5_xvy {
  background: rgba(0, 194, 168, 0.07);
  color: #FF4FA3;
}.zku_sb_ic_6_xvy {
  background: rgba(0, 102, 204, 0.18);
  color: #9B5CFF;
}.zku_sb_badge_xvy {
  background: #F5C842;
  padding: 2px 0.438rem;
  border-radius: 0.313rem;
  font-weight: 700;
  font-size: 9px;
  color: #090A0F;
  margin-left: auto;
}.zku_sb_bot_xvy {
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  display: flex;
}.zku_sb_lang_xvy,.zku_sb_help_xvy {
  padding: 9px 6px;
  flex: 1;
  border-radius: 0.313rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.688rem;
  font-weight: 600;
  color: #8E93AA;
}.zku_sb_lang_xvy:hover,.zku_sb_help_xvy:hover {
  border-color: rgba(255, 255, 255, 0.22);
  color: #F0F2F8;
}.zku_sb_lang_xvy svg,.zku_sb_help_xvy svg {
  stroke-linejoin: round;
  width: 13px;
  stroke-linecap: round;
  height: 13px;
}.zku_sb_bd_xvy {
  inset: 0;
  background: rgba(9, 10, 15, 0.72);
  display: none;
  position: fixed;
  z-index: 69;
}.zku_sb_bd_xvy.zku_state_on_xvy {
  display: block;
}
@media(min-width: 1078px) {.zku_sb_bd_xvy {
  display: none!important;
}
}.zku_mob_nav_xvy {
  background: #161820;
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  position: fixed;
  right: 0;
  display: flex;
  left: 0;
  bottom: 0;
  z-index: 80;
}
@media(min-width: 1077px) {.zku_mob_nav_xvy {
  display: none;
}
}.zku_mob_nav_item_xvy {
  gap: 0.25rem;
  flex: 1;
  padding: 0.25rem 2px;
  display: flex;
  color: #484C5E;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
}.zku_mob_nav_ic_xvy {
  line-height: 1;
}.zku_mob_nav_ic_xvy svg {
  stroke-linecap: round;
  width: 20px;
  stroke-linejoin: round;
  height: 20px;
}.zku_mob_nav_lb_xvy {
  font-size: 0.625rem;
  color: #484C5E;
  font-weight: 600;
}.zku_mob_nav_item_xvy.zku_state_active_xvy {
  color: #00C2A8;
}.zku_mob_nav_item_xvy.zku_state_active_xvy .zku_mob_nav_lb_xvy {
  color: #00C2A8;
}.zku_hero_xvy {
  padding: 20px 16px 0;
  background: #0E0F14;
}
@media(min-width: 769px) {.zku_hero_xvy {
  padding: 24px 1.5rem 0;
}
}.zku_hero_in_xvy {
  margin: 0 auto;
  gap: 0.75rem;
  max-width: 82.5rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.zku_hero_in_xvy {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1102px) {.zku_hero_in_xvy {
  grid-template-columns: 1fr 21.25rem;
}
}.zku_hero_promo_xvy {
  border-radius: 15px;
  background: #12141B;
  overflow: hidden;
  align-items: stretch;
  position: relative;
  min-height: 220px;
  display: flex;
}
@media(min-width: 766px) {.zku_hero_promo_xvy {
  min-height: 280px;
}
}.zku_hero_promo_bg_xvy {
  background: linear-gradient(120deg,#062E2A 0%,#0E0F14 100%);
  background-position: center;
  inset: 0;
  background-size: cover;
  position: absolute;
}.zku_hero_promo_bg_xvy::after {
  background: linear-gradient(90deg,#0E0F14 0%,rgba(9, 10, 15, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.zku_hero_promo_glow_xvy {
  background: radial-gradient(circle,rgba(0, 102, 204, 0.18) 0%,transparent 65%);
  border-radius: 50%;
  width: 18.75rem;
  top: -2.5rem;
  pointer-events: none;
  position: absolute;
  right: 60px;
  height: 18.75rem;
}.zku_hero_promo_ct_xvy {
  padding: 28px 1.5rem 28px 28px;
  position: relative;
  flex-direction: column;
  z-index: 2;
  justify-content: center;
  max-width: 480px;
  display: flex;
}
@media(min-width: 769px) {.zku_hero_promo_ct_xvy {
  padding: 2.5rem 2rem;
}
}.zku_hero_badge_xvy {
  background: rgba(0, 194, 168, 0.15);
  padding: 0.313rem 12px;
  border-radius: 20px;
  border: 1px solid rgba(0, 194, 168, 0.07);
  color: #00C2A8;
  display: inline-block;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.625rem;
  margin-bottom: 14px;
  font-weight: 700;
}.zku_hero_h1_xvy {
  overflow-wrap: break-word;
  font-size: 1.625rem;
  line-height: 1.15;
  font-weight: 800;
  color: #F0F2F8;
  margin-bottom: 10px;
  font-family: 'Space Grotesk', sans-serif;
}.zku_hero_h1_xvy em {
  color: #F5C842;
  font-style: normal;
}
@media(min-width: 767px) {.zku_hero_h1_xvy {
  font-size: 36px;
}
}.zku_hero_sub_xvy {
  color: #8E93AA;
  line-height: 1.55;
  font-size: 0.813rem;
  margin-bottom: 1.25rem;
}
@media(min-width: 769px) {.zku_hero_sub_xvy {
  font-size: 0.875rem;
}
}.zku_hero_row_xvy {
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.zku_hero_cta_xvy {
  transition: background .2s;
  padding: 13px 1.625rem;
  border-radius: 0.625rem;
  background: #18C96A;
  box-shadow: 0 2px 14px rgba(24, 201, 106, 0.50), 0 1px 0.25rem rgba(0, 0, 0, 0.35);
  font-size: 0.875rem;
  font-weight: 700;
  color: #090A0F;
}.zku_hero_cta_xvy:hover {
  background: #22E07A;
}.zku_hero_terms_xvy {
  font-size: 0.688rem;
  color: #484C5E;
}.zku_hero_game_xvy {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #12141B;
  flex-direction: column;
  position: relative;
  display: flex;
}.zku_hero_game_badge_xvy {
  border: 1px solid rgba(245, 200, 66, 0.13);
  border-radius: 20px;
  padding: 5px 0.625rem;
  background: rgba(245, 200, 66, 0.13);
  left: 12px;
  font-weight: 700;
  position: absolute;
  font-size: 0.625rem;
  color: #F5C842;
  top: 0.75rem;
  text-transform: uppercase;
  z-index: 3;
  letter-spacing: .06em;
}.zku_hero_game_badge_xvy svg {
  margin-right: 4px;
  width: 11px;
  height: 0.688rem;
  vertical-align: -1px;
}.zku_hero_game_img_xvy {
  overflow: hidden;
  background: linear-gradient(135deg,#062E2A,#0E0F14);
  padding-bottom: 60%;
  position: relative;
}.zku_hero_game_img_xvy img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}.zku_hero_game_play_xvy {
  inset: 0;
  transition: opacity .2s;
  background: rgba(9, 10, 15, 0.72);
  position: absolute;
  display: flex;
  align-items: center;
  opacity: 0;
  justify-content: center;
}.zku_hero_game_xvy:hover .zku_hero_game_play_xvy {
  opacity: 1;
}.zku_hero_game_play_xvy span {
  border-radius: 50%;
  background: #00C2A8;
  justify-content: center;
  width: 52px;
  align-items: center;
  height: 52px;
  display: flex;
}.zku_hero_game_play_xvy span svg {
  height: 18px;
  width: 1.125rem;
  margin-left: 2px;
}.zku_hero_game_info_xvy {
  padding: 14px 1rem;
}.zku_hero_game_title_xvy {
  font-size: 0.938rem;
  margin-bottom: 4px;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F0F2F8;
}.zku_hero_game_provider_xvy {
  font-size: 0.688rem;
  color: #646880;
}.zku_hero_game_btn_xvy {
  border-radius: 0.625rem;
  padding: 11px;
  margin: 12px 16px 1rem;
  transition: background .2s;
  background: #00C2A8;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #F0F2F8;
  display: block;
}.zku_hero_game_xvy:hover .zku_hero_game_btn_xvy {
  background: #00DFC2;
}.zku_sbar_xvy {
  background: #0E0F14;
  padding: 16px 16px 0;
}
@media(min-width: 769px) {.zku_sbar_xvy {
  padding: 18px 24px 0;
}
}.zku_sbar_in_xvy {
  margin: 0 auto;
  max-width: 1320px;
}.zku_sbar_row_xvy {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
}.zku_sbar_input_xvy {
  gap: 0.625rem;
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #12141B;
  border-radius: 10px;
  transition: border-color .2s;
  flex: 1;
  color: #646880;
  font-size: 0.813rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}.zku_sbar_input_xvy:hover {
  border-color: rgba(255, 255, 255, 0.22);
}.zku_sbar_input_xvy svg {
  height: 15px;
  flex-shrink: 0;
  width: 0.938rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.zku_sbar_providers_xvy {
  background: #12141B;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 0.5rem;
  padding: 0.688rem 1.125rem;
  border-radius: 0.625rem;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  color: #C4C8D8;
  align-items: center;
  white-space: nowrap;
}.zku_sbar_providers_xvy:hover {
  border-color: rgba(255, 255, 255, 0.22);
  color: #F0F2F8;
}.zku_sbar_providers_xvy svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.875rem;
  width: 0.875rem;
}.zku_sbar_tabs_xvy {
  gap: 0.375rem;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 2px;
}.zku_sbar_tabs_xvy::-webkit-scrollbar {
  display: none;
}.zku_sbar_tab_xvy {
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.438rem;
  padding: 8px 0.875rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1.25rem;
  transition: background .15s,color .15s,border-color .15s;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  color: #8E93AA;
  font-size: 12px;
  flex-shrink: 0;
  align-items: center;
  cursor: pointer;
}.zku_sbar_tab_xvy:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.07);
  color: #F0F2F8;
}.zku_sbar_tab_xvy.zku_state_active_xvy {
  border-color: rgba(0, 194, 168, 0.07);
  background: rgba(0, 194, 168, 0.15);
  color: #F0F2F8;
}.zku_sbar_tab_ic_xvy svg {
  width: 14px;
  height: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.zku_gr_jp_xvy {
  overflow: hidden;
  background: linear-gradient(135deg,#1A0D3A 0%,#0C0A18 100%);
  border-radius: 15px;
  padding: 20px;
  position: relative;
}.zku_gr_jp_xvy::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(0, 102, 204, 0.18) 0%,transparent 70%);
  width: 15.625rem;
  content: '';
  height: 15.625rem;
  top: -60px;
  position: absolute;
  left: -3.75rem;
}.zku_gr_jp_xvy::after {
  background: radial-gradient(circle,rgba(245, 200, 66, 0.13) 0%,transparent 70%);
  border-radius: 50%;
  content: '';
  width: 200px;
  height: 12.5rem;
  right: 0;
  position: absolute;
  bottom: -40px;
}.zku_gr_jp_head_xvy {
  gap: 16px;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
  z-index: 1;
}.zku_gr_jp_info_xvy {
  flex: 1;
}.zku_gr_jp_label_xvy {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #9B5CFF;
}.zku_gr_jp_label_xvy svg {
  width: 0.875rem;
  height: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
  margin-right: 0.25rem;
  vertical-align: -2px;
}.zku_gr_jp_amount_xvy {
  font-family: 'Space Grotesk', sans-serif;
  color: #F0F2F8;
  overflow-wrap: break-word;
  line-height: 1;
  font-size: 32px;
  margin-bottom: 4px;
  font-weight: 800;
}
@media(min-width: 769px) {.zku_gr_jp_amount_xvy {
  font-size: 40px;
}
}.zku_gr_jp_amount_xvy span {
  color: #F5C842;
}.zku_gr_jp_seo_xvy {
  color: #8E93AA;
  font-size: 0.75rem;
  max-width: 480px;
  overflow-wrap: break-word;
  line-height: 1.5;
}.zku_gr_jp_cta_xvy {
  border-radius: 10px;
  padding: 11px 20px;
  border: 1px solid rgba(0, 102, 204, 0.18);
  background: rgba(0, 102, 204, 0.18);
  transition: background .2s;
  font-weight: 700;
  align-self: flex-start;
  margin-top: 4px;
  white-space: nowrap;
  font-size: 13px;
  color: #F0F2F8;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}.zku_gr_jp_cta_xvy:hover {
  background: #0066CC;
}.zku_ws_xvy {
  padding: 32px 1rem 0;
  background: #0E0F14;
}
@media(min-width: 766px) {.zku_ws_xvy {
  padding: 36px 24px 0;
}
}.zku_ws_in_xvy {
  margin: 0 auto;
  max-width: 82.5rem;
}.zku_ws_head_xvy {
  gap: 0.75rem;
  margin-bottom: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  align-items: center;
}.zku_ws_title_xvy {
  gap: 0.625rem;
  display: flex;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: 16px;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  color: #F0F2F8;
  align-items: center;
}.zku_ws_title_ic_xvy svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 18px;
  color: #F5C842;
  height: 18px;
}.zku_ws_online_xvy {
  gap: 7px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  color: #646880;
}.zku_ws_online_dot_xvy {
  border-radius: 50%;
  background: #18C96A;
  box-shadow: 0 0 6px rgba(24, 201, 106, 0.14);
  height: 0.5rem;
  width: 0.5rem;
  flex-shrink: 0;
}.zku_ws_scroll_xvy {
  gap: 8px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 8px;
}.zku_ws_scroll_xvy::-webkit-scrollbar {
  display: none;
}.zku_wc_xvy {
  gap: 0.625rem;
  background: #12141B;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 0.625rem 0.875rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  min-width: 13.75rem;
}.zku_wc_img_xvy {
  border-radius: 0.313rem;
  overflow: hidden;
  background: #161820;
  flex-shrink: 0;
  height: 36px;
  width: 2.25rem;
}.zku_wc_img_xvy img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.zku_wc_info_xvy {
  min-width: 0;
}.zku_wc_game_xvy {
  overflow: hidden;
  font-size: 0.75rem;
  font-weight: 600;
  text-overflow: ellipsis;
  color: #C4C8D8;
  white-space: nowrap;
}.zku_wc_player_xvy {
  overflow: hidden;
  color: #484C5E;
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}.zku_wc_amount_xvy {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  color: #18C96A;
  margin-left: auto;
}.zku_prov_xvy {
  background: #0E0F14;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.zku_prov_xvy {
  padding: 44px 1.5rem 0;
}
}.zku_prov_in_xvy {
  margin: 0 auto;
  max-width: 82.5rem;
}.zku_prov_head_xvy {
  margin-bottom: 16px;
}.zku_prov_label_xvy {
  text-transform: uppercase;
  font-weight: 700;
  color: #00C2A8;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.zku_prov_h2_xvy {
  font-family: 'Space Grotesk', sans-serif;
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #F0F2F8;
}
@media(min-width: 766px) {.zku_prov_h2_xvy {
  font-size: 1.5rem;
}
}.zku_prov_seo_xvy {
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #646880;
  font-size: 0.813rem;
  max-width: 620px;
  overflow-wrap: break-word;
}.zku_prov_seo_xvy strong {
  color: #C4C8D8;
  font-weight: 700;
}.zku_prov_seo_xvy a {
  text-decoration: underline;
  color: #00C2A8;
}.zku_prov_grid_xvy {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 643px) {.zku_prov_grid_xvy {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.zku_prov_grid_xvy {
  grid-template-columns: repeat(8,1fr);
}
}.zku_prov_card_xvy {
  background: #12141B;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 0.875rem 0.625rem;
  gap: 0.438rem;
  border-radius: 0.625rem;
  transition: border-color .2s,background .2s;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
}.zku_prov_card_xvy:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background: #161820;
}.zku_prov_logo_xvy {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.313rem;
  width: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
}.zku_prov_logo_xvy img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.zku_prov_name_xvy {
  color: #8E93AA;
  font-size: 11px;
  text-align: center;
  overflow-wrap: break-word;
  font-weight: 600;
}.zku_bon_xvy {
  background: #0E0F14;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.zku_bon_xvy {
  padding: 44px 1.5rem 0;
}
}.zku_bon_in_xvy {
  margin: 0 auto;
  max-width: 1320px;
}.zku_bon_head_xvy {
  margin-bottom: 1.25rem;
}.zku_bon_label_xvy {
  color: #00C2A8;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.zku_bon_h2_xvy {
  margin-bottom: 8px;
  font-size: 1.25rem;
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F0F2F8;
}
@media(min-width: 769px) {.zku_bon_h2_xvy {
  font-size: 24px;
}
}.zku_bon_seo_xvy {
  font-size: 0.813rem;
  line-height: 1.6;
  color: #646880;
  max-width: 620px;
  overflow-wrap: break-word;
}.zku_bon_seo_xvy strong {
  font-weight: 700;
  color: #C4C8D8;
}.zku_bon_seo_xvy a {
  color: #00C2A8;
  text-decoration: underline;
}.zku_bon_grid_xvy {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 637px) {.zku_bon_grid_xvy {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.zku_bon_grid_xvy {
  grid-template-columns: repeat(5,1fr);
}
}.zku_bon_card_xvy {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #12141B;
  transition: border-color .2s,transform .2s;
  border-radius: 0.625rem;
  padding: 1rem;
}.zku_bon_card_xvy:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 194, 168, 0.07);
}.zku_bon_card_ic_xvy svg {
  stroke-linecap: round;
  width: 26px;
  height: 26px;
  stroke-linejoin: round;
}.zku_bon_card_ic_xvy {
  margin-bottom: 10px;
}.zku_bon_card_type_xvy {
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  font-size: 10px;
  letter-spacing: .06em;
  font-weight: 700;
  color: #646880;
}.zku_bon_card_amount_xvy {
  color: #F5C842;
  line-height: 1.1;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 0.375rem;
}.zku_bon_card_name_xvy {
  font-size: 0.813rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  color: #F0F2F8;
}.zku_bon_card_detail_xvy {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 8px;
  overflow-wrap: break-word;
  font-size: 11px;
  line-height: 1.5;
  color: #484C5E;
}.zku_htp_xvy {
  background: #0E0F14;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.zku_htp_xvy {
  padding: 2.75rem 24px 0;
}
}.zku_htp_in_xvy {
  margin: 0 auto;
  max-width: 1320px;
}.zku_htp_head_xvy {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.zku_htp_label_xvy {
  letter-spacing: .08em;
  color: #00C2A8;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 11px;
}.zku_htp_h2_xvy {
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 22px;
  font-family: 'Space Grotesk', sans-serif;
  color: #F0F2F8;
}
@media(min-width: 771px) {.zku_htp_h2_xvy {
  font-size: 28px;
}
}.zku_htp_intro_xvy {
  line-height: 1.6;
  font-size: 0.875rem;
  color: #646880;
}.zku_htp_steps_xvy {
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.zku_htp_steps_xvy {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.zku_htp_steps_xvy {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.zku_htp_step_xvy {
  padding: 20px 18px 18px;
  border-radius: 0.625rem;
  background: #161820;
  border: 1px solid rgba(255, 255, 255, 0.10);
  flex-direction: column;
  position: relative;
  display: flex;
}.zku_htp_step_num_xvy {
  border-radius: 50%;
  background: #00C2A8;
  left: 1.25rem;
  justify-content: center;
  font-family: 'Space Grotesk', sans-serif;
  top: -12px;
  color: #090A0F;
  display: flex;
  height: 28px;
  position: absolute;
  width: 1.75rem;
  font-size: 0.813rem;
  font-weight: 800;
  align-items: center;
}.zku_htp_step_ic_xvy {
  border-radius: 5px;
  background: rgba(0, 194, 168, 0.15);
  margin: 0.5rem 0 12px;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  justify-content: center;
  display: flex;
  color: #00C2A8;
}.zku_htp_step_ic_xvy svg {
  stroke-linecap: round;
  height: 18px;
  width: 1.125rem;
  stroke-linejoin: round;
}.zku_htp_step_h_xvy {
  font-size: 14px;
  color: #F0F2F8;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  line-height: 1.25;
  font-weight: 700;
}.zku_htp_step_p_xvy {
  line-height: 1.55;
  color: #646880;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.zku_htp_step_p_xvy strong {
  font-weight: 600;
  color: #C4C8D8;
}.zku_htp_cta_xvy {
  padding: 0.813rem 1.625rem;
  background: #18C96A;
  transition: background .2s;
  border-radius: 0.625rem;
  margin-top: 1.25rem;
  color: #090A0F;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}.zku_htp_cta_xvy:hover {
  background: #22E07A;
}.zku_reg_xvy {
  background: #0E0F14;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.zku_reg_xvy {
  padding: 44px 1.5rem 0;
}
}.zku_reg_in_xvy {
  margin: 0 auto;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  background: #161820;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.zku_reg_in_xvy {
  padding: 40px;
}
}.zku_reg_top_xvy {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 858px) {.zku_reg_top_xvy {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.zku_reg_label_xvy {
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-size: 11px;
  color: #00C2A8;
  font-weight: 700;
}.zku_reg_h2_xvy {
  font-weight: 800;
  color: #F0F2F8;
  font-size: 22px;
  margin-bottom: 0.75rem;
  line-height: 1.2;
  font-family: 'Space Grotesk', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.zku_reg_h2_xvy {
  font-size: 28px;
}
}.zku_reg_bonus_xvy {
  border-radius: 10px;
  background: rgba(245, 200, 66, 0.13);
  border: 1px solid rgba(245, 200, 66, 0.13);
  padding: 0.625rem 16px;
  gap: 0.5rem;
  align-items: center;
  display: inline-flex;
  margin-bottom: 16px;
}.zku_reg_bonus_amount_xvy {
  font-weight: 800;
  font-size: 1.25rem;
  color: #F5C842;
}.zku_reg_bonus_text_xvy {
  line-height: 1.35;
  color: #8E93AA;
  font-size: 0.813rem;
}.zku_reg_cta_btn_xvy {
  transition: background .2s;
  border-radius: 0.625rem;
  padding: 14px 32px;
  background: #18C96A;
  color: #090A0F;
  font-size: 15px;
  margin-bottom: 0.75rem;
  box-shadow: 0 2px 14px rgba(24, 201, 106, 0.50), 0 1px 0.25rem rgba(0, 0, 0, 0.35);
  display: inline-block;
  font-weight: 700;
}.zku_reg_cta_btn_xvy:hover {
  background: #22E07A;
}.zku_reg_terms_xvy {
  color: #484C5E;
  line-height: 1.5;
  font-size: 11px;
}.zku_reg_seo_xvy {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.813rem;
  line-height: 1.65;
  margin-top: 1.25rem;
  overflow-wrap: break-word;
  color: #646880;
  padding-top: 20px;
}.zku_reg_seo_xvy p {
  font-size: 0.813rem;
  line-height: 1.65;
  margin-bottom: 10px;
  color: #646880;
}.zku_reg_seo_xvy p:last-child {
  margin-bottom: 0;
}.zku_reg_seo_xvy strong {
  color: #C4C8D8;
  font-weight: 700;
}.zku_reg_seo_xvy a {
  transition: color .2s;
  color: #00C2A8;
  text-decoration: underline;
}.zku_reg_seo_xvy a:hover {
  color: #00DFC2;
}.zku_reg_seo_xvy ul,.zku_reg_seo_xvy ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 1.125rem;
}.zku_reg_seo_xvy ol {
  list-style: decimal;
}.zku_reg_seo_xvy li {
  line-height: 1.65;
  color: #646880;
  margin-bottom: 0.25rem;
  font-size: 13px;
}.zku_reg_seo_xvy table {
  margin-bottom: 10px;
  border-collapse: collapse;
  font-size: 13px;
  display: block;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 769px) {.zku_reg_seo_xvy table {
  display: table;
}
}.zku_reg_seo_xvy th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  font-weight: 700;
  text-align: left;
  color: #C4C8D8;
}.zku_reg_seo_xvy td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #646880;
}.zku_reg_steps_xvy {
  gap: 0.875rem;
  display: flex;
  margin-top: 1.75rem;
  flex-direction: column;
}
@media(min-width: 861px) {.zku_reg_steps_xvy {
  margin-top: 0;
}
}.zku_reg_step_xvy {
  border-radius: 0.625rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.zku_reg_step_num_xvy {
  border-radius: 50%;
  background: rgba(0, 194, 168, 0.15);
  border: 1px solid rgba(0, 194, 168, 0.07);
  display: flex;
  flex-shrink: 0;
  height: 2.125rem;
  font-weight: 800;
  color: #00C2A8;
  width: 2.125rem;
  align-items: center;
  font-size: 14px;
  justify-content: center;
}.zku_reg_step_title_xvy {
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 700;
  color: #F0F2F8;
}.zku_reg_step_text_xvy {
  line-height: 1.5;
  font-size: 12px;
  color: #646880;
}.zku_reg_trust_xvy {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}.zku_reg_trust_item_xvy {
  gap: 0.438rem;
  display: flex;
  align-items: center;
  color: #646880;
  font-size: 12px;
  overflow-wrap: break-word;
}.zku_reg_trust_ic_xvy svg {
  width: 1rem;
  height: 1rem;
  stroke-linejoin: round;
  color: #00C2A8;
  stroke-linecap: round;
}.zku_app_xvy {
  background: #0E0F14;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.zku_app_xvy {
  padding: 44px 1.5rem 0;
}
}.zku_app_in_xvy {
  margin: 0 auto;
  max-width: 1320px;
}.zku_app_head_xvy {
  margin-bottom: 1rem;
}.zku_app_label_xvy {
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  color: #00C2A8;
}.zku_app_h2_xvy {
  font-weight: 800;
  font-size: 20px;
  color: #F0F2F8;
  margin-bottom: 0.375rem;
  font-family: 'Space Grotesk', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.zku_app_h2_xvy {
  font-size: 1.5rem;
}
}.zku_app_sub_xvy {
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
  color: #646880;
  max-width: 600px;
}.zku_app_sub_xvy strong {
  color: #C4C8D8;
  font-weight: 700;
}.zku_app_cards_xvy {
  gap: 0.625rem;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.zku_app_cards_xvy {
  grid-template-columns: repeat(3,1fr);
}
}.zku_app_card_xvy {
  gap: 1rem;
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
  display: flex;
}.zku_app_card_ios_xvy {
  background: linear-gradient(135deg,rgba(0, 194, 168, 0.15) 0%,#161820 100%);
}.zku_app_card_android_xvy {
  background: linear-gradient(135deg,rgba(24, 201, 106, 0.14) 0%,#161820 100%);
}.zku_app_card_win_xvy {
  background: linear-gradient(135deg,rgba(245, 200, 66, 0.13) 0%,#161820 100%);
}.zku_app_card_ic_xvy svg {
  width: 2.125rem;
  height: 34px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.zku_app_card_ic_xvy {
  flex-shrink: 0;
  color: #F0F2F8;
}.zku_app_card_os_xvy {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 6px;
  color: #646880;
  font-size: 0.625rem;
}.zku_app_card_title_xvy {
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  color: #F0F2F8;
  font-weight: 700;
  line-height: 1.2;
  font-size: 15px;
}.zku_app_card_text_xvy {
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #646880;
}.zku_app_card_btn_xvy {
  gap: 0.438rem;
  padding: 10px 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  transition: background .2s;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 0.313rem;
  display: inline-flex;
  color: #F0F2F8;
  font-weight: 700;
  font-size: 13px;
  align-items: center;
}.zku_app_card_btn_xvy:hover {
  background: rgba(255, 255, 255, 0.07);
}.zku_pmt_xvy {
  background: #0E0F14;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.zku_pmt_xvy {
  padding: 44px 24px 0;
}
}.zku_pmt_in_xvy {
  margin: 0 auto;
  max-width: 82.5rem;
}.zku_pmt_head_xvy {
  margin-bottom: 22px;
  max-width: 720px;
}.zku_pmt_label_xvy {
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #00C2A8;
  text-transform: uppercase;
}.zku_pmt_h2_xvy {
  overflow-wrap: break-word;
  color: #F0F2F8;
  font-weight: 800;
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
  font-family: 'Space Grotesk', sans-serif;
}
@media(min-width: 766px) {.zku_pmt_h2_xvy {
  font-size: 1.75rem;
}
}.zku_pmt_intro_xvy {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #646880;
}.zku_pmt_groups_xvy {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}.zku_pmt_group_xvy {
  padding: 20px;
  border-radius: 10px;
  background: #161820;
  border: 1px solid rgba(255, 255, 255, 0.10);
}.zku_pmt_group_head_xvy {
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}.zku_pmt_group_ic_xvy {
  background: rgba(0, 194, 168, 0.15);
  border-radius: 5px;
  align-items: center;
  width: 36px;
  flex-shrink: 0;
  color: #00C2A8;
  display: flex;
  justify-content: center;
  height: 2.25rem;
}.zku_pmt_group_ic_xvy svg {
  stroke-linejoin: round;
  width: 18px;
  stroke-linecap: round;
  height: 1.125rem;
}.zku_pmt_group_h_xvy {
  margin: 0;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 16px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F0F2F8;
}.zku_pmt_group_p_xvy {
  line-height: 1.6;
  margin-bottom: 14px;
  color: #646880;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.zku_pmt_group_p_xvy strong {
  color: #C4C8D8;
  font-weight: 600;
}.zku_pmt_table_wrap_xvy {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.zku_pmt_table_xvy {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.813rem;
  min-width: 33.75rem;
}.zku_pmt_table_xvy th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  text-align: left;
  text-transform: uppercase;
  color: #C4C8D8;
  letter-spacing: .04em;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 700;
}.zku_pmt_table_xvy td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #646880;
}.zku_pmt_table_xvy tbody tr:last-child td {
  border-bottom: none;
}.zku_pmt_table_xvy tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C4C8D8;
}.zku_seo_xvy {
  padding: 2.25rem 16px 0;
  background: #0E0F14;
}
@media(min-width: 766px) {.zku_seo_xvy {
  padding: 44px 1.5rem 0;
}
}.zku_seo_in_xvy {
  border-radius: 15px;
  background: #161820;
  border: 1px solid rgba(255, 255, 255, 0.10);
  margin: 0 auto;
  padding: 28px 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.zku_seo_in_xvy {
  padding: 36px 2.5rem;
}
}.zku_seo_label_xvy {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-size: 11px;
  color: #00C2A8;
}.zku_seo_h2_xvy {
  margin-bottom: 14px;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #F0F2F8;
  font-family: 'Space Grotesk', sans-serif;
}
@media(min-width: 765px) {.zku_seo_h2_xvy {
  font-size: 1.5rem;
}
}.zku_seo_body_xvy {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #8E93AA;
}.zku_seo_body_xvy p {
  line-height: 1.75;
  color: #8E93AA;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}.zku_seo_body_xvy p:last-child {
  margin-bottom: 0;
}.zku_seo_body_xvy strong {
  font-weight: 700;
  color: #C4C8D8;
}.zku_seo_body_xvy a {
  transition: color .2s;
  text-decoration: underline;
  color: #00C2A8;
}.zku_seo_body_xvy a:hover {
  color: #00DFC2;
}.zku_seo_body_xvy ul,.zku_seo_body_xvy ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.zku_seo_body_xvy ol {
  list-style: decimal;
}.zku_seo_body_xvy li {
  font-size: 14px;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #8E93AA;
}.zku_seo_body_xvy table {
  margin-bottom: 12px;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 13px;
  width: 100%;
}
@media(min-width: 767px) {.zku_seo_body_xvy table {
  display: table;
}
}.zku_seo_body_xvy th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  color: #C4C8D8;
  text-align: left;
}.zku_seo_body_xvy td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #8E93AA;
}.zku_seo_cols_xvy {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width:640px) {.zku_seo_cols_xvy {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.zku_seo_cols_xvy {
  grid-template-columns: repeat(3,1fr);
}
}.zku_seo_col_h_xvy {
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 7px;
  color: #C4C8D8;
}.zku_seo_col_p_xvy {
  color: #646880;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
}.zku_seo_stats_xvy {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.zku_seo_stat_xvy {
  border: 1px solid rgba(0, 194, 168, 0.15);
  border-radius: 10px;
  padding: 0.875rem 1rem;
  flex: 1;
  background: rgba(0, 194, 168, 0.07);
  min-width: 8.75rem;
}.zku_seo_stat_val_xvy {
  font-weight: 800;
  margin-bottom: 0.25rem;
  color: #00C2A8;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}.zku_seo_stat_lb_xvy {
  color: #646880;
  font-size: 11px;
  overflow-wrap: break-word;
}.zku_rv_xvy {
  background: #0E0F14;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.zku_rv_xvy {
  padding: 44px 24px 0;
}
}.zku_rv_in_xvy {
  margin: 0 auto;
  max-width: 82.5rem;
}.zku_rv_head_xvy {
  margin-bottom: 20px;
  max-width: 720px;
}.zku_rv_label_xvy {
  font-weight: 700;
  color: #00C2A8;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}.zku_rv_h2_xvy {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 800;
  color: #F0F2F8;
  font-family: 'Space Grotesk', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.zku_rv_h2_xvy {
  font-size: 1.75rem;
}
}.zku_rv_stats_xvy {
  gap: 1.125rem;
  font-size: 0.813rem;
  align-items: center;
  display: flex;
  color: #646880;
  flex-wrap: wrap;
}.zku_rv_stats_score_xvy {
  gap: 6px;
  align-items: baseline;
  display: flex;
}.zku_rv_stats_score_val_xvy {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 22px;
  color: #F5C842;
  font-weight: 800;
}.zku_rv_stats_score_max_xvy {
  color: #484C5E;
  font-size: 13px;
}.zku_rv_stats_badge_xvy {
  gap: 4px;
  align-items: center;
  display: flex;
}.zku_rv_stats_badge_xvy svg {
  color: #F5C842;
  width: 0.875rem;
  height: 0.875rem;
}.zku_rv_grid_xvy {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.zku_rv_grid_xvy {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.zku_rv_grid_xvy {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.zku_rv_card_xvy {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.625rem;
  padding: 1.25rem;
  background: #161820;
  display: flex;
  flex-direction: column;
}.zku_rv_card_stars_xvy {
  gap: 2px;
  color: #F5C842;
  display: flex;
  margin-bottom: 10px;
}.zku_rv_card_stars_xvy svg {
  width: 14px;
  height: 0.875rem;
}.zku_rv_card_h_xvy {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 14px;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  color: #F0F2F8;
}.zku_rv_card_body_xvy {
  flex: 1;
  font-size: 13px;
  color: #646880;
  margin-bottom: 0.875rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}.zku_rv_card_body_xvy strong {
  color: #C4C8D8;
  font-weight: 600;
}.zku_rv_card_meta_xvy {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  align-items: center;
}.zku_rv_card_author_xvy {
  font-size: 0.75rem;
  font-weight: 600;
  color: #C4C8D8;
}.zku_rv_card_date_xvy {
  font-size: 0.688rem;
  color: #484C5E;
}.zku_seo_xvy {
  padding: 2.25rem 1rem 0;
  background: #0E0F14;
}
@media(min-width:768px) {.zku_seo_xvy {
  padding: 2.75rem 24px 0;
}
}.zku_seo_in_xvy {
  background: #161820;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 15px;
  padding: 1.75rem 1.5rem;
  max-width: 1320px;
}
@media(min-width: 769px) {.zku_seo_in_xvy {
  padding: 36px 2.5rem;
}
}.zku_seo_label_xvy {
  margin-bottom: 0.625rem;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #00C2A8;
  text-transform: uppercase;
  font-weight: 700;
}.zku_seo_h2_xvy {
  overflow-wrap: break-word;
  color: #F0F2F8;
  line-height: 1.25;
  margin-bottom: 14px;
  font-weight: 800;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.25rem;
}
@media(min-width: 767px) {.zku_seo_h2_xvy {
  font-size: 1.5rem;
}
}.zku_seo_body_xvy {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #8E93AA;
  overflow-wrap: break-word;
}.zku_seo_body_xvy p {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 0.75rem;
  color: #8E93AA;
}.zku_seo_body_xvy p:last-child {
  margin-bottom: 0;
}.zku_seo_body_xvy strong {
  color: #C4C8D8;
  font-weight: 700;
}.zku_seo_body_xvy a {
  transition: color .2s;
  text-decoration: underline;
  color: #00C2A8;
}.zku_seo_body_xvy a:hover {
  color: #00DFC2;
}.zku_seo_body_xvy ul,.zku_seo_body_xvy ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.zku_seo_body_xvy ol {
  list-style: decimal;
}.zku_seo_body_xvy li {
  line-height: 1.75;
  color: #8E93AA;
  font-size: 0.875rem;
  margin-bottom: 6px;
}.zku_seo_body_xvy table {
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  width: 100%;
  font-size: 13px;
  margin-bottom: 12px;
}
@media(min-width: 769px) {.zku_seo_body_xvy table {
  display: table;
}
}.zku_seo_body_xvy th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  color: #C4C8D8;
  text-align: left;
}.zku_seo_body_xvy td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #8E93AA;
}.zku_seo_cols_xvy {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 637px) {.zku_seo_cols_xvy {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.zku_seo_cols_xvy {
  grid-template-columns: repeat(3,1fr);
}
}.zku_seo_col_h_xvy {
  font-weight: 700;
  color: #C4C8D8;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-size: 0.813rem;
}.zku_seo_col_p_xvy {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
  color: #646880;
}.zku_seo_stats_xvy {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.zku_seo_stat_xvy {
  border: 1px solid rgba(0, 194, 168, 0.15);
  background: rgba(0, 194, 168, 0.07);
  padding: 0.875rem 1rem;
  flex: 1;
  border-radius: 0.625rem;
  min-width: 8.75rem;
}.zku_seo_stat_val_xvy {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 800;
  color: #00C2A8;
  overflow-wrap: break-word;
}.zku_seo_stat_lb_xvy {
  color: #646880;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.zku_seo_xvy {
  padding: 2.25rem 1rem 0;
  background: #0E0F14;
}
@media(min-width:768px) {.zku_seo_xvy {
  padding: 44px 24px 0;
}
}.zku_seo_in_xvy {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 15px;
  margin: 0 auto;
  padding: 1.75rem 24px;
  background: #161820;
  max-width: 1320px;
}
@media(min-width: 765px) {.zku_seo_in_xvy {
  padding: 36px 40px;
}
}.zku_seo_label_xvy {
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  font-size: 11px;
  color: #00C2A8;
  text-transform: uppercase;
  font-weight: 700;
}.zku_seo_h2_xvy {
  overflow-wrap: break-word;
  color: #F0F2F8;
  line-height: 1.25;
  font-weight: 800;
  font-family: 'Space Grotesk', sans-serif;
  margin-bottom: 14px;
  font-size: 1.25rem;
}
@media(min-width: 765px) {.zku_seo_h2_xvy {
  font-size: 24px;
}
}.zku_seo_body_xvy {
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #8E93AA;
}.zku_seo_body_xvy p {
  margin-bottom: 0.75rem;
  color: #8E93AA;
  font-size: 0.875rem;
  line-height: 1.75;
}.zku_seo_body_xvy p:last-child {
  margin-bottom: 0;
}.zku_seo_body_xvy strong {
  font-weight: 700;
  color: #C4C8D8;
}.zku_seo_body_xvy a {
  transition: color .2s;
  color: #00C2A8;
  text-decoration: underline;
}.zku_seo_body_xvy a:hover {
  color: #00DFC2;
}.zku_seo_body_xvy ul,.zku_seo_body_xvy ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.zku_seo_body_xvy ol {
  list-style: decimal;
}.zku_seo_body_xvy li {
  line-height: 1.75;
  font-size: 14px;
  color: #8E93AA;
  margin-bottom: 6px;
}.zku_seo_body_xvy table {
  display: block;
  border-collapse: collapse;
  font-size: 0.813rem;
  width: 100%;
  margin-bottom: 12px;
  overflow-x: auto;
}
@media(min-width:768px) {.zku_seo_body_xvy table {
  display: table;
}
}.zku_seo_body_xvy th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #C4C8D8;
  text-align: left;
}.zku_seo_body_xvy td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8E93AA;
}.zku_seo_cols_xvy {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.zku_seo_cols_xvy {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.zku_seo_cols_xvy {
  grid-template-columns: repeat(3,1fr);
}
}.zku_seo_col_h_xvy {
  margin-bottom: 0.438rem;
  font-weight: 700;
  font-size: 0.813rem;
  color: #C4C8D8;
  overflow-wrap: break-word;
}.zku_seo_col_p_xvy {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #646880;
  line-height: 1.65;
}.zku_seo_stats_xvy {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.zku_seo_stat_xvy {
  padding: 14px 1rem;
  flex: 1;
  border: 1px solid rgba(0, 194, 168, 0.15);
  border-radius: 10px;
  background: rgba(0, 194, 168, 0.07);
  min-width: 140px;
}.zku_seo_stat_val_xvy {
  font-weight: 800;
  color: #00C2A8;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}.zku_seo_stat_lb_xvy {
  font-size: 11px;
  color: #646880;
  overflow-wrap: break-word;
}.zku_faq_xvy {
  background: #0E0F14;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.zku_faq_xvy {
  padding: 44px 24px 0;
}
}.zku_faq_in_xvy {
  margin: 0 auto;
  max-width: 82.5rem;
}.zku_faq_head_xvy {
  margin-bottom: 20px;
}.zku_faq_label_xvy {
  font-weight: 700;
  letter-spacing: .08em;
  color: #00C2A8;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.688rem;
}.zku_faq_h2_xvy {
  font-weight: 800;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #F0F2F8;
}
@media(min-width: 769px) {.zku_faq_h2_xvy {
  font-size: 1.5rem;
}
}.zku_faq_list_xvy {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.zku_faq_item_xvy {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  overflow: hidden;
  background: #161820;
}.zku_faq_q_xvy {
  padding: 1rem 1.25rem;
  transition: color .2s;
  gap: 12px;
  color: #C4C8D8;
  cursor: pointer;
  justify-content: space-between;
  font-weight: 600;
  display: flex;
  font-size: 0.875rem;
  align-items: center;
  overflow-wrap: break-word;
  flex-wrap: wrap;
}.zku_faq_q_xvy:hover {
  color: #F0F2F8;
}.zku_faq_q_ic_xvy {
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  height: 1.5rem;
  color: #00C2A8;
  align-items: center;
  width: 1.5rem;
  justify-content: center;
  font-size: 16px;
}.zku_faq_item_xvy.zku_state_open_xvy .zku_faq_q_ic_xvy {
  transform: rotate(45deg);
}.zku_faq_a_xvy {
  padding: 0 20px 1rem;
  font-size: 0.813rem;
  color: #646880;
  display: none;
  line-height: 1.7;
  overflow-wrap: break-word;
}.zku_faq_item_xvy.zku_state_open_xvy .zku_faq_a_xvy {
  display: block;
}.zku_faq_a_xvy strong {
  font-weight: 700;
  color: #C4C8D8;
}.zku_faq_a_xvy a {
  color: #00C2A8;
  text-decoration: underline;
}.zku_faq_a_xvy ul,.zku_faq_a_xvy ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.zku_faq_a_xvy ol {
  list-style: decimal;
}.zku_faq_a_xvy li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.zku_faq_a_xvy table {
  margin: 8px 0;
  overflow-x: auto;
  width: 100%;
  display: block;
  font-size: 12px;
  border-collapse: collapse;
}
@media(min-width: 767px) {.zku_faq_a_xvy table {
  display: table;
}
}.zku_faq_a_xvy th {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #C4C8D8;
}.zku_faq_a_xvy td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #646880;
}.zku_ft_xvy {
  background: #090A0F;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.zku_ft_support_xvy {
  padding: 1.5rem 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 767px) {.zku_ft_support_xvy {
  padding: 1.75rem 1.5rem;
}
}.zku_ft_support_in_xvy {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  max-width: 82.5rem;
}.zku_ft_support_main_xvy {
  flex: 1;
  gap: 16px;
  flex-wrap: wrap;
  min-width: 13.75rem;
  display: flex;
  align-items: center;
}.zku_ft_support_ic_xvy {
  color: #00C2A8;
  flex-shrink: 0;
}.zku_ft_support_ic_xvy svg {
  width: 30px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 30px;
}.zku_ft_support_text_title_xvy {
  margin-bottom: 3px;
  color: #F0F2F8;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.zku_ft_support_text_sub_xvy {
  color: #646880;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.zku_ft_support_btn_xvy {
  background: #00C2A8;
  border-radius: 10px;
  padding: 0.688rem 1.375rem;
  transition: background .2s;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
  color: #F0F2F8;
}.zku_ft_support_btn_xvy:hover {
  background: #00DFC2;
}.zku_ft_support_contacts_xvy {
  gap: 1rem;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.zku_ft_support_contact_xvy {
  font-size: 12px;
  line-height: 1.4;
  color: #484C5E;
}.zku_ft_support_contact_xvy strong {
  color: #8E93AA;
  margin-bottom: 2px;
  font-size: 0.688rem;
  font-weight: 600;
  display: block;
}.zku_ft_main_xvy {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 1rem 24px;
}
@media(min-width: 771px) {.zku_ft_main_xvy {
  padding: 2.5rem 24px 32px;
}
}.zku_ft_main_in_xvy {
  gap: 1.5rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1320px;
}
@media(min-width: 637px) {.zku_ft_main_in_xvy {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.zku_ft_main_in_xvy {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.zku_ft_col_logo_xvy {
  grid-column: 1/-1;
}
@media(min-width:1080px) {.zku_ft_col_logo_xvy {
  grid-column: auto;
}
}.zku_ft_logo_xvy {
  gap: 0.563rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  color: #F0F2F8;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
  font-size: 1rem;
}.zku_ft_logo_mark_xvy {
  overflow: hidden;
  border-radius: 5px;
  width: 30px;
  height: 30px;
}.zku_ft_logo_mark_xvy img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.zku_ft_logo_sub_xvy {
  overflow-wrap: break-word;
  color: #484C5E;
  line-height: 1.55;
  max-width: 12.5rem;
  font-size: 12px;
}.zku_ft_col_title_xvy {
  font-size: 0.75rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 700;
  color: #8E93AA;
}.zku_ft_col_links_xvy {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.zku_ft_col_link_xvy {
  transition: color .2s;
  color: #484C5E;
  overflow-wrap: break-word;
  font-size: 13px;
}.zku_ft_col_link_xvy:hover {
  color: #C4C8D8;
}.zku_ft_apps_xvy {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.zku_ft_app_card_xvy {
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s;
  border-radius: 0.313rem;
  gap: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  align-items: center;
  display: flex;
}.zku_ft_app_card_xvy:hover {
  border-color: rgba(255, 255, 255, 0.22);
}.zku_ft_app_card_ic_xvy svg {
  height: 22px;
  width: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.zku_ft_app_card_os_xvy {
  font-size: 0.625rem;
  font-weight: 600;
  color: #484C5E;
}.zku_ft_app_card_action_xvy {
  font-weight: 700;
  font-size: 12px;
  color: #C4C8D8;
}.zku_ft_bot_xvy {
  padding: 20px 16px;
}
@media(min-width: 767px) {.zku_ft_bot_xvy {
  padding: 1.25rem 24px;
}
}.zku_ft_bot_in_xvy {
  margin: 0 auto;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  max-width: 1320px;
}.zku_ft_socials_xvy {
  gap: 0.5rem;
  display: flex;
}.zku_ft_soc_xvy {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  height: 36px;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 2.25rem;
  color: #8E93AA;
}.zku_ft_soc_xvy svg {
  width: 16px;
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
}.zku_ft_soc_xvy:hover {
  background: rgba(255, 255, 255, 0.07);
}.zku_ft_legal_xvy {
  flex: 1;
  overflow-wrap: break-word;
  min-width: 12.5rem;
  line-height: 1.6;
  font-size: 11px;
  color: #5A5E72;
}.zku_ft_legal_xvy strong {
  font-weight: 700;
  color: #8E93AA;
}.zku_ft_legal_xvy a {
  text-decoration: underline;
  color: #8E93AA;
}.zku_ft_age_xvy {
  border-radius: 50%;
  border: 2px solid #5A5E72;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
  font-weight: 800;
  justify-content: center;
  font-size: 0.688rem;
  color: #5A5E72;
  height: 32px;
  width: 32px;
}