html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0C1120;
  color: #C9C0A8;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  font-family: 'Barlow', sans-serif;
}.kzv-layout-h29 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.kzv-page-h29 {
  min-height: 100vh;
  display: flex;
}.kzv-main-h29 {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media (min-width: 1083px) {.kzv-main-h29 {
  padding-left: 13.75rem;
}
}
@media (max-width: 1080px) {.kzv-main-h29 {
  padding-bottom: 72px;
}
}.kzv-gc-h29 {
  background: #0F1522;
  transition: transform .2s,border-color .2s;
  border-radius: 0.563rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  width: 140px;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}
@media(min-width: 641px) {.kzv-gc-h29 {
  width: 156px;
}
}
@media(min-width: 1081px) {.kzv-gc-h29 {
  width: 168px;
}
}.kzv-gc-h29:hover {
  border-color: rgba(201,162,39,0.08);
  transform: translateY(-3px);
}.kzv-gc_img-h29 {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.kzv-gc_img-h29 img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}.kzv-gc_hover-h29 {
  inset: 0;
  transition: opacity .2s;
  background: rgba(5,9,20,0.72);
  display: flex;
  align-items: center;
  opacity: 0;
  justify-content: center;
  position: absolute;
}.kzv-gc-h29:hover .kzv-gc_hover-h29 {
  opacity: 1;
}.kzv-gc_hover_btn-h29 {
  border-radius: 5px;
  padding: 0.5rem 1rem;
  background: #C9A227;
  color: #F2ECD8;
  font-weight: 700;
  font-size: 12px;
}.kzv-gc_info-h29 {
  padding: 8px 10px 10px;
}.kzv-gc_name-h29 {
  overflow: hidden;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  font-size: 12px;
  color: #C9C0A8;
  font-weight: 600;
}.kzv-gc_prov-h29 {
  color: #5E5648;
  font-size: 10px;
}.kzv-gc_tag-h29 {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 9px;
  z-index: 2;
  left: 0.375rem;
  top: 6px;
  position: absolute;
  font-weight: 700;
}.kzv-gc_tag_hot-h29 {
  background: #D93030;
  color: #fff;
}.kzv-gc_tag_new-h29 {
  background: #1FB857;
  color: #0C1120;
}.kzv-gc_tag_jp-h29 {
  background: #E8A020;
  color: #0C1120;
}.kzv-gc_tag_ex-h29 {
  background: #8B5E10;
  color: #fff;
}.kzv-gc_tag_live-h29 {
  background: #D93030;
  color: #fff;
}.kzv-gr-h29 {
  background: #0C1120;
  padding: 2rem 1rem 0;
}
@media(min-width: 766px) {.kzv-gr-h29 {
  padding: 36px 1.5rem 0;
}
}.kzv-gr_in-h29 {
  margin: 0 auto;
  max-width: 1320px;
}.kzv-gr_head-h29 {
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}.kzv-gr_head_l-h29 {
  flex: 1;
  gap: 10px;
  display: flex;
  min-width: 0;
  align-items: center;
}.kzv-gr_ic-h29 {
  border-radius: 0.563rem;
  flex-shrink: 0;
  width: 32px;
  align-items: center;
  height: 2rem;
  display: flex;
  justify-content: center;
}.kzv-gr_ic-h29 svg {
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
}.kzv-gr_title-h29 {
  font-size: 1rem;
  overflow-wrap: break-word;
  color: #F2ECD8;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 700;
}
@media(min-width: 766px) {.kzv-gr_title-h29 {
  font-size: 18px;
}
}.kzv-gr_more-h29 {
  gap: 0.313rem;
  transition: color .2s;
  font-size: 12px;
  align-items: center;
  flex-shrink: 0;
  font-weight: 600;
  color: #716860;
  display: flex;
  white-space: nowrap;
}.kzv-gr_more-h29:hover {
  color: #C9A227;
}.kzv-gr_more-h29 svg {
  width: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 12px;
}.kzv-gr_arrows-h29 {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.kzv-gr_arr-h29 {
  background: rgba(255,255,255,0.05);
  border-radius: 5px;
  border: 1px solid rgba(255,255,255,0.11);
  transition: background .15s,color .15s;
  justify-content: center;
  align-items: center;
  color: #9A9080;
  width: 1.875rem;
  display: flex;
  height: 1.875rem;
}.kzv-gr_arr-h29:hover {
  background: rgba(255,255,255,0.07);
  color: #F2ECD8;
}.kzv-gr_arr-h29 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 13px;
  height: 13px;
}.kzv-gr_seo_h-h29 {
  margin: 0 0 6px;
  font-weight: 700;
  font-size: 0.813rem;
  font-family: 'Bebas Neue', sans-serif;
  max-width: 42.5rem;
  overflow-wrap: break-word;
  color: #C9C0A8;
}
@media(min-width: 769px) {.kzv-gr_seo_h-h29 {
  font-size: 0.875rem;
}
}.kzv-gr_seo-h29 {
  line-height: 1.55;
  color: #716860;
  margin-bottom: 0.75rem;
  font-size: 12px;
  overflow-wrap: break-word;
  max-width: 680px;
}.kzv-gr_seo-h29 strong {
  font-weight: 600;
  color: #C9C0A8;
}.kzv-gr_scroll-h29 {
  gap: 0.625rem;
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 10px;
}.kzv-gr_scroll-h29::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.kzv-gr_scroll-h29 {
  gap: 12px;
}
}.kzv-tb-h29 {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #0C1120;
  height: 56px;
  display: flex;
  position: fixed;
  align-items: center;
  left: 0;
  z-index: 80;
  top: 0;
  right: 0;
}.kzv-tb_in-h29 {
  gap: 0;
  padding: 0 0.875rem;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}.kzv-tb_burger-h29 {
  border-radius: 9px;
  gap: 0.313rem;
  justify-content: center;
  display: flex;
  width: 2.375rem;
  flex-direction: column;
  height: 2.375rem;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0.5rem;
}.kzv-tb_burger-h29:hover {
  background: rgba(255,255,255,0.05);
}.kzv-tb_burger_line-h29 {
  border-radius: 1px;
  background: #9A9080;
  height: 2px;
  display: block;
  width: 1.125rem;
}
@media(min-width: 1081px) {.kzv-tb_burger-h29 {
  display: none;
}
}.kzv-tb_logo-h29 {
  gap: 0.563rem;
  overflow-wrap: break-word;
  align-items: center;
  font-weight: 800;
  display: flex;
  letter-spacing: -.01em;
  font-size: 1.125rem;
  color: #F2ECD8;
  margin-right: 20px;
  flex-shrink: 0;
}.kzv-tb_logo_mark-h29 {
  overflow: hidden;
  border-radius: 9px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
}.kzv-tb_logo_mark-h29 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.kzv-tb_nav-h29 {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 641px) {.kzv-tb_nav-h29 {
  display: flex;
}
}.kzv-tb_tab-h29 {
  border-radius: 0.563rem;
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s;
  white-space: nowrap;
  color: #9A9080;
  font-weight: 600;
  font-size: 0.813rem;
}.kzv-tb_tab-h29:hover {
  background: rgba(255,255,255,0.05);
  color: #F2ECD8;
}.kzv-tb_tab-h29.kzv-state_active-h29 {
  background: rgba(201,162,39,0.18);
  color: #F2ECD8;
}.kzv-tb_right-h29 {
  gap: 0.5rem;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
}.kzv-tb_login-h29 {
  transition: border-color .2s,color .2s;
  padding: 0.563rem 1rem;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.563rem;
  background: rgba(255,255,255,0.05);
  font-size: 13px;
  color: #C9C0A8;
  font-weight: 600;
  display: none;
}.kzv-tb_login-h29:hover {
  border-color: rgba(201,162,39,0.55);
  color: #F2ECD8;
}
@media(min-width: 481px) {.kzv-tb_login-h29 {
  display: block;
}
}.kzv-tb_reg-h29 {
  background: #1FB857;
  border-radius: 0.563rem;
  padding: 0.563rem 18px;
  transition: background .2s;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  color: #0C0E14;
}.kzv-tb_reg-h29:hover {
  background: #27CC64;
}.kzv-sb-h29 {
  transform: translateX(-100%);
  transition: transform .25s ease;
  border-right: 1px solid rgba(255,255,255,0.05);
  background: #131928;
  overflow-y: auto;
  z-index: 70;
  width: 13.75rem;
  left: 0;
  top: 3.5rem;
  bottom: 0;
  position: fixed;
}.kzv-sb-h29.kzv-state_open-h29 {
  transform: translateX(0);
}.kzv-sb-h29::-webkit-scrollbar {
  width: 4px;
}.kzv-sb-h29::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1081px) {.kzv-sb-h29 {
  transform: translateX(0);
}
}.kzv-sb_auth-h29 {
  padding: 14px 0.75rem 0.625rem;
}.kzv-sb_btn_reg-h29 {
  background: #1FB857;
  transition: background .2s;
  border-radius: 0.563rem;
  padding: 11px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-align: center;
  color: #0C0E14;
  display: block;
  font-size: 0.813rem;
}.kzv-sb_btn_reg-h29:hover {
  background: #27CC64;
}.kzv-sb_btn_login-h29 {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.11);
  transition: border-color .2s;
  border-radius: 9px;
  padding: 10px;
  font-size: 13px;
  color: #C9C0A8;
  display: block;
  font-weight: 600;
  text-align: center;
}.kzv-sb_btn_login-h29:hover {
  border-color: rgba(201,162,39,0.55);
  color: #F2ECD8;
}.kzv-sb_promo-h29 {
  padding: 12px 14px;
  border: 1px solid rgba(201,162,39,0.18);
  overflow: hidden;
  margin: 0 0.75rem 10px;
  border-radius: 9px;
  background: linear-gradient(135deg,#1A0F2E,#131928);
  position: relative;
}.kzv-sb_promo-h29::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(201,162,39,0.18),transparent 70%);
  position: absolute;
  content: '';
  right: -20px;
  top: -20px;
  width: 5rem;
  height: 80px;
}.kzv-sb_promo_title-h29 {
  letter-spacing: .06em;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #C9A227;
  margin-bottom: 4px;
}.kzv-sb_promo_text-h29 {
  font-size: 12px;
  font-weight: 600;
  overflow-wrap: break-word;
  color: #F2ECD8;
  line-height: 1.35;
}.kzv-sb_promo_sub-h29 {
  font-size: 10px;
  margin-top: 3px;
  color: #716860;
}.kzv-sb_nav-h29 {
  padding: 0.375rem 8px 16px;
}.kzv-sb_nav_lb-h29 {
  padding: 0.625rem 0.5rem 0.375rem;
  letter-spacing: .08em;
  color: #5E5648;
  font-weight: 700;
  font-size: 0.625rem;
  text-transform: uppercase;
}.kzv-sb_link-h29 {
  transition: background .15s,color .15s;
  padding: 9px 0.625rem;
  border-radius: 5px;
  gap: 0.625rem;
  cursor: pointer;
  font-weight: 500;
  overflow-wrap: break-word;
  color: #9A9080;
  align-items: center;
  display: flex;
  font-size: 13px;
}.kzv-sb_link-h29:hover {
  background: rgba(255,255,255,0.05);
  color: #F2ECD8;
}.kzv-sb_link-h29.kzv-state_active-h29 {
  background: rgba(201,162,39,0.18);
  color: #F2ECD8;
}.kzv-sb_ic-h29 {
  border-radius: 5px;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  height: 30px;
  width: 1.875rem;
}.kzv-sb_ic-h29 svg {
  stroke-linejoin: round;
  width: 1rem;
  height: 16px;
  stroke-linecap: round;
}.kzv-sb_ic_1-h29 {
  background: rgba(201,162,39,0.08);
  color: #C9A227;
}.kzv-sb_ic_2-h29 {
  background: rgba(31,184,87,0.15);
  color: #1FB857;
}.kzv-sb_ic_3-h29 {
  background: rgba(232,160,32,0.16);
  color: #E8A020;
}.kzv-sb_ic_4-h29 {
  background: rgba(139,94,16,0.22);
  color: #8B5E10;
}.kzv-sb_ic_5-h29 {
  background: rgba(201,162,39,0.08);
  color: #E0407A;
}.kzv-sb_ic_6-h29 {
  background: rgba(139,94,16,0.22);
  color: #9B4DCA;
}.kzv-sb_badge-h29 {
  border-radius: 5px;
  background: #E8A020;
  padding: 2px 7px;
  font-weight: 700;
  color: #0C0E14;
  margin-left: auto;
  font-size: 9px;
}.kzv-sb_bot-h29 {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 0.75rem;
  gap: 8px;
  display: flex;
}.kzv-sb_lang-h29,.kzv-sb_help-h29 {
  flex: 1;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.313rem;
  transition: border-color .2s;
  padding: 0.563rem 6px;
  gap: 6px;
  align-items: center;
  font-size: 11px;
  color: #9A9080;
  justify-content: center;
  font-weight: 600;
  display: flex;
}.kzv-sb_lang-h29:hover,.kzv-sb_help-h29:hover {
  border-color: rgba(201,162,39,0.55);
  color: #F2ECD8;
}.kzv-sb_lang-h29 svg,.kzv-sb_help-h29 svg {
  height: 13px;
  stroke-linecap: round;
  width: 0.813rem;
  stroke-linejoin: round;
}.kzv-sb_bd-h29 {
  background: rgba(5,9,20,0.72);
  inset: 0;
  z-index: 69;
  position: fixed;
  display: none;
}.kzv-sb_bd-h29.kzv-state_on-h29 {
  display: block;
}
@media(min-width: 1082px) {.kzv-sb_bd-h29 {
  display: none!important;
}
}.kzv-mob_nav-h29 {
  background: #131928;
  border-top: 1px solid rgba(255,255,255,0.11);
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  z-index: 80;
  bottom: 0;
  left: 0;
  display: flex;
  right: 0;
  position: fixed;
}
@media(min-width: 1078px) {.kzv-mob_nav-h29 {
  display: none;
}
}.kzv-mob_nav_item-h29 {
  padding: 0.25rem 2px;
  gap: 4px;
  flex: 1;
  color: #5E5648;
  align-items: center;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}.kzv-mob_nav_ic-h29 {
  line-height: 1;
}.kzv-mob_nav_ic-h29 svg {
  stroke-linejoin: round;
  height: 1.25rem;
  stroke-linecap: round;
  width: 1.25rem;
}.kzv-mob_nav_lb-h29 {
  color: #5E5648;
  font-weight: 600;
  font-size: 10px;
}.kzv-mob_nav_item-h29.kzv-state_active-h29 {
  color: #C9A227;
}.kzv-mob_nav_item-h29.kzv-state_active-h29 .kzv-mob_nav_lb-h29 {
  color: #C9A227;
}.kzv-hero-h29 {
  background: #0C1120;
  padding: 20px 16px 0;
}
@media(min-width: 769px) {.kzv-hero-h29 {
  padding: 1.5rem 1.5rem 0;
}
}.kzv-hero_in-h29 {
  margin: 0 auto;
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 857px) {.kzv-hero_in-h29 {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1097px) {.kzv-hero_in-h29 {
  grid-template-columns: 1fr 21.25rem;
}
}.kzv-hero_promo-h29 {
  border-radius: 0.875rem;
  background: #0F1522;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 220px;
}
@media(min-width: 769px) {.kzv-hero_promo-h29 {
  min-height: 17.5rem;
}
}.kzv-hero_promo_bg-h29 {
  background: linear-gradient(120deg,#1A0F2E 0%,#0C1120 100%);
  background-position: center;
  inset: 0;
  background-size: cover;
  position: absolute;
}.kzv-hero_promo_bg-h29::after {
  inset: 0;
  background: linear-gradient(90deg,#0C1120 0%,rgba(5,9,20,0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.kzv-hero_promo_glow-h29 {
  background: radial-gradient(circle,rgba(139,94,16,0.22) 0%,transparent 65%);
  border-radius: 50%;
  right: 60px;
  width: 300px;
  pointer-events: none;
  top: -40px;
  position: absolute;
  height: 18.75rem;
}.kzv-hero_promo_ct-h29 {
  padding: 1.75rem 1.5rem 1.75rem 28px;
  max-width: 480px;
  justify-content: center;
  display: flex;
  position: relative;
  z-index: 2;
  flex-direction: column;
}
@media(min-width: 767px) {.kzv-hero_promo_ct-h29 {
  padding: 40px 2rem;
}
}.kzv-hero_badge-h29 {
  padding: 5px 12px;
  border: 1px solid rgba(201,162,39,0.08);
  background: rgba(201,162,39,0.18);
  border-radius: 1.25rem;
  font-size: 0.625rem;
  letter-spacing: .08em;
  color: #C9A227;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.875rem;
}.kzv-hero_h1-h29 {
  color: #F2ECD8;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.625rem;
  line-height: 1.15;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px;
}.kzv-hero_h1-h29 em {
  font-style: normal;
  color: #E8A020;
}
@media(min-width: 769px) {.kzv-hero_h1-h29 {
  font-size: 36px;
}
}.kzv-hero_sub-h29 {
  color: #9A9080;
  line-height: 1.55;
  margin-bottom: 1.25rem;
  font-size: 0.813rem;
}
@media(min-width: 770px) {.kzv-hero_sub-h29 {
  font-size: 0.875rem;
}
}.kzv-hero_row-h29 {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.kzv-hero_cta-h29 {
  padding: 0.813rem 26px;
  background: #1FB857;
  border-radius: 9px;
  transition: background .2s;
  font-weight: 700;
  box-shadow: 0 2px 0 rgba(0,60,20,0.55), 0 5px 18px rgba(31,184,87,0.32);
  color: #0C0E14;
  font-size: 0.875rem;
}.kzv-hero_cta-h29:hover {
  background: #27CC64;
}.kzv-hero_terms-h29 {
  font-size: 11px;
  color: #5E5648;
}.kzv-hero_game-h29 {
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.06);
  background: #0F1522;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}.kzv-hero_game_badge-h29 {
  border-radius: 1.25rem;
  padding: 5px 0.625rem;
  background: rgba(232,160,32,0.16);
  border: 1px solid rgba(232,160,32,0.16);
  z-index: 3;
  letter-spacing: .06em;
  font-size: 10px;
  color: #E8A020;
  top: 0.75rem;
  font-weight: 700;
  left: 12px;
  position: absolute;
  text-transform: uppercase;
}.kzv-hero_game_badge-h29 svg {
  vertical-align: -1px;
  width: 0.688rem;
  margin-right: 0.25rem;
  height: 11px;
}.kzv-hero_game_img-h29 {
  background: linear-gradient(135deg,#1A0F2E,#0C1120);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.kzv-hero_game_img-h29 img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}.kzv-hero_game_play-h29 {
  background: rgba(5,9,20,0.72);
  transition: opacity .2s;
  inset: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  opacity: 0;
  display: flex;
}.kzv-hero_game-h29:hover .kzv-hero_game_play-h29 {
  opacity: 1;
}.kzv-hero_game_play-h29 span {
  background: #C9A227;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  width: 52px;
  height: 3.25rem;
  align-items: center;
}.kzv-hero_game_play-h29 span svg {
  height: 18px;
  margin-left: 2px;
  width: 18px;
}.kzv-hero_game_info-h29 {
  padding: 0.875rem 16px;
}.kzv-hero_game_title-h29 {
  font-weight: 700;
  color: #F2ECD8;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  margin-bottom: 0.25rem;
}.kzv-hero_game_provider-h29 {
  color: #716860;
  font-size: 0.688rem;
}.kzv-hero_game_btn-h29 {
  transition: background .2s;
  background: #C9A227;
  margin: 0.75rem 1rem 16px;
  padding: 11px;
  border-radius: 9px;
  color: #F2ECD8;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 0.813rem;
}.kzv-hero_game-h29:hover .kzv-hero_game_btn-h29 {
  background: #DDB635;
}.kzv-wy-h29 {
  background: #0C1120;
  padding: 32px 1rem 0;
}
@media(min-width: 770px) {.kzv-wy-h29 {
  padding: 40px 1.5rem 0;
}
}.kzv-wy_in-h29 {
  margin: 0 auto;
  max-width: 1320px;
}.kzv-wy_head-h29 {
  margin-bottom: 18px;
  max-width: 720px;
}.kzv-wy_label-h29 {
  text-transform: uppercase;
  font-size: 11px;
  color: #C9A227;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.kzv-wy_h2-h29 {
  font-weight: 800;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #F2ECD8;
}
@media(min-width: 771px) {.kzv-wy_h2-h29 {
  font-size: 1.5rem;
}
}.kzv-wy_intro-h29 {
  margin: 0;
  line-height: 1.6;
  color: #716860;
  font-size: 13px;
}.kzv-wy_grid-h29 {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.kzv-wy_grid-h29 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.kzv-wy_grid-h29 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.kzv-wy_card-h29 {
  border: 1px solid rgba(255,255,255,0.11);
  background: #131928;
  transition: border-color .2s,transform .2s;
  padding: 1.25rem;
  border-radius: 9px;
}.kzv-wy_card-h29:hover {
  border-color: rgba(201,162,39,0.08);
  transform: translateY(-2px);
}.kzv-wy_card_ic-h29 {
  background: rgba(201,162,39,0.18);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  color: #C9A227;
  align-items: center;
  margin-bottom: 14px;
  width: 44px;
  height: 44px;
}.kzv-wy_card_ic-h29 svg {
  width: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.375rem;
}.kzv-wy_card_h-h29 {
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #F2ECD8;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 0.938rem;
}.kzv-wy_card_p-h29 {
  line-height: 1.6;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #716860;
}.kzv-wy_card_p-h29 strong {
  font-weight: 600;
  color: #C9C0A8;
}.kzv-gcg-h29 {
  background: #0C1120;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.kzv-gcg-h29 {
  padding: 2.75rem 1.5rem 0;
}
}.kzv-gcg_in-h29 {
  margin: 0 auto;
  max-width: 1320px;
}.kzv-gcg_head-h29 {
  margin-bottom: 20px;
  max-width: 720px;
}.kzv-gcg_label-h29 {
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #C9A227;
  letter-spacing: .08em;
  font-weight: 700;
}.kzv-gcg_h2-h29 {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 800;
  font-family: 'Bebas Neue', sans-serif;
  color: #F2ECD8;
  font-size: 1.375rem;
}
@media(min-width: 767px) {.kzv-gcg_h2-h29 {
  font-size: 28px;
}
}.kzv-gcg_intro-h29 {
  font-size: 13px;
  line-height: 1.6;
  color: #716860;
}.kzv-gcg_grid-h29 {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.kzv-gcg_grid-h29 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.kzv-gcg_grid-h29 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.kzv-gcg_card-h29 {
  overflow: hidden;
  border-radius: 0.875rem;
  transition: transform .2s,border-color .2s;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.11);
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
  min-height: 15rem;
  cursor: pointer;
  position: relative;
}.kzv-gcg_card-h29:hover {
  transform: translateY(-3px);
  border-color: rgba(201,162,39,0.18);
}.kzv-gcg_card_bg-h29 {
  inset: 0;
  z-index: 0;
  position: absolute;
}.kzv-gcg_card_bg-h29::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.kzv-gcg_card_ic-h29 {
  border-radius: 5px;
  background: rgba(0,0,0,.45);
  top: 18px;
  z-index: 2;
  justify-content: center;
  height: 2.5rem;
  position: absolute;
  color: #F2ECD8;
  right: 1.125rem;
  display: flex;
  align-items: center;
  width: 2.5rem;
}.kzv-gcg_card_ic-h29 svg {
  stroke-linejoin: round;
  height: 1.25rem;
  stroke-linecap: round;
  width: 1.25rem;
}.kzv-gcg_card_ct-h29 {
  z-index: 1;
  position: relative;
}.kzv-gcg_card_h-h29 {
  font-size: 18px;
  color: #F2ECD8;
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-family: 'Bebas Neue', sans-serif;
}
@media(min-width: 765px) {.kzv-gcg_card_h-h29 {
  font-size: 20px;
}
}.kzv-gcg_card_p-h29 {
  margin-bottom: 10px;
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
  font-size: 0.75rem;
}.kzv-gcg_card_p-h29 strong {
  font-weight: 600;
  color: #F2ECD8;
}.kzv-gcg_card_cta-h29 {
  gap: 0.25rem;
  letter-spacing: .04em;
  color: #C9A227;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  align-items: center;
  display: inline-flex;
}.kzv-gcg_card_cta-h29 svg {
  stroke-linejoin: round;
  height: 0.75rem;
  stroke-linecap: round;
  width: 12px;
}.kzv-gr_jp-h29 {
  background: linear-gradient(135deg,#1C0D30 0%,#0A0B18 100%);
  padding: 20px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}.kzv-gr_jp-h29::before {
  background: radial-gradient(circle,rgba(139,94,16,0.22) 0%,transparent 70%);
  border-radius: 50%;
  position: absolute;
  top: -3.75rem;
  content: '';
  left: -3.75rem;
  width: 250px;
  height: 250px;
}.kzv-gr_jp-h29::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(232,160,32,0.16) 0%,transparent 70%);
  right: 0;
  bottom: -2.5rem;
  position: absolute;
  width: 200px;
  height: 200px;
  content: '';
}.kzv-gr_jp_head-h29 {
  gap: 16px;
  z-index: 1;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 16px;
}.kzv-gr_jp_info-h29 {
  flex: 1;
}.kzv-gr_jp_label-h29 {
  color: #9B4DCA;
  letter-spacing: .08em;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}.kzv-gr_jp_label-h29 svg {
  margin-right: 0.25rem;
  vertical-align: -2px;
  stroke-linejoin: round;
  height: 0.875rem;
  stroke-linecap: round;
  width: 14px;
}.kzv-gr_jp_amount-h29 {
  line-height: 1;
  font-weight: 800;
  font-size: 2rem;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-family: 'Bebas Neue', sans-serif;
  color: #F2ECD8;
}
@media(min-width: 769px) {.kzv-gr_jp_amount-h29 {
  font-size: 40px;
}
}.kzv-gr_jp_amount-h29 span {
  color: #E8A020;
}.kzv-gr_jp_seo-h29 {
  max-width: 480px;
  line-height: 1.5;
  font-size: 12px;
  color: #9A9080;
  overflow-wrap: break-word;
}.kzv-gr_jp_cta-h29 {
  padding: 0.688rem 1.25rem;
  background: rgba(139,94,16,0.22);
  border: 1px solid rgba(139,94,16,0.22);
  transition: background .2s;
  border-radius: 9px;
  flex-shrink: 0;
  position: relative;
  align-self: flex-start;
  white-space: nowrap;
  z-index: 1;
  font-size: 13px;
  margin-top: 4px;
  color: #F2ECD8;
  font-weight: 700;
}.kzv-gr_jp_cta-h29:hover {
  background: #8B5E10;
}.kzv-ws-h29 {
  background: #0C1120;
  padding: 2rem 16px 0;
}
@media(min-width: 769px) {.kzv-ws-h29 {
  padding: 36px 1.5rem 0;
}
}.kzv-ws_in-h29 {
  margin: 0 auto;
  max-width: 82.5rem;
}.kzv-ws_head-h29 {
  gap: 0.75rem;
  margin-bottom: 0.875rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}.kzv-ws_title-h29 {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 16px;
  color: #F2ECD8;
  overflow-wrap: break-word;
  font-family: 'Bebas Neue', sans-serif;
  align-items: center;
}.kzv-ws_title_ic-h29 svg {
  height: 1.125rem;
  width: 18px;
  stroke-linejoin: round;
  stroke-linecap: round;
  color: #E8A020;
}.kzv-ws_online-h29 {
  gap: 7px;
  color: #716860;
  display: flex;
  font-size: 12px;
  align-items: center;
  font-weight: 600;
}.kzv-ws_online_dot-h29 {
  background: #1FB857;
  border-radius: 50%;
  flex-shrink: 0;
  height: 8px;
  box-shadow: 0 0 0.375rem rgba(31,184,87,0.15);
  width: 0.5rem;
}.kzv-ws_scroll-h29 {
  gap: 0.5rem;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 8px;
  display: flex;
}.kzv-ws_scroll-h29::-webkit-scrollbar {
  display: none;
}.kzv-wc-h29 {
  padding: 0.625rem 0.875rem;
  background: #0F1522;
  border: 1px solid rgba(255,255,255,0.11);
  gap: 10px;
  border-radius: 9px;
  flex-shrink: 0;
  min-width: 220px;
  display: flex;
  align-items: center;
}.kzv-wc_img-h29 {
  border-radius: 0.313rem;
  overflow: hidden;
  background: #131928;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
}.kzv-wc_img-h29 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.kzv-wc_info-h29 {
  min-width: 0;
}.kzv-wc_game-h29 {
  overflow: hidden;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #C9C0A8;
}.kzv-wc_player-h29 {
  overflow: hidden;
  white-space: nowrap;
  font-size: 10px;
  color: #5E5648;
  text-overflow: ellipsis;
}.kzv-wc_amount-h29 {
  color: #1FB857;
  font-weight: 700;
  margin-left: auto;
  font-size: 0.813rem;
  white-space: nowrap;
  flex-shrink: 0;
}.kzv-prov-h29 {
  padding: 36px 16px 0;
  background: #0C1120;
}
@media(min-width: 769px) {.kzv-prov-h29 {
  padding: 2.75rem 1.5rem 0;
}
}.kzv-prov_in-h29 {
  margin: 0 auto;
  max-width: 1320px;
}.kzv-prov_head-h29 {
  margin-bottom: 1rem;
}.kzv-prov_label-h29 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #C9A227;
  font-size: 11px;
  margin-bottom: 0.5rem;
}.kzv-prov_h2-h29 {
  color: #F2ECD8;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 800;
  font-family: 'Bebas Neue', sans-serif;
}
@media(min-width: 766px) {.kzv-prov_h2-h29 {
  font-size: 1.5rem;
}
}.kzv-prov_seo-h29 {
  color: #716860;
  font-size: 13px;
  max-width: 620px;
  overflow-wrap: break-word;
  line-height: 1.6;
  margin-bottom: 16px;
}.kzv-prov_seo-h29 strong {
  color: #C9C0A8;
  font-weight: 700;
}.kzv-prov_seo-h29 a {
  color: #C9A227;
  text-decoration: underline;
}.kzv-prov_grid-h29 {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 641px) {.kzv-prov_grid-h29 {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width:1080px) {.kzv-prov_grid-h29 {
  grid-template-columns: repeat(8,1fr);
}
}.kzv-prov_card-h29 {
  border-radius: 0.563rem;
  transition: border-color .2s,background .2s;
  gap: 7px;
  background: #0F1522;
  padding: 0.875rem 10px;
  border: 1px solid rgba(255,255,255,0.11);
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
}.kzv-prov_card-h29:hover {
  border-color: rgba(201,162,39,0.55);
  background: #131928;
}.kzv-prov_logo-h29 {
  border-radius: 5px;
  background: rgba(255,255,255,0.05);
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: 2.75rem;
  height: 44px;
  align-items: center;
}.kzv-prov_logo-h29 img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.kzv-prov_name-h29 {
  font-weight: 600;
  overflow-wrap: break-word;
  text-align: center;
  color: #9A9080;
  font-size: 11px;
}.kzv-reg-h29 {
  background: #0C1120;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.kzv-reg-h29 {
  padding: 2.75rem 24px 0;
}
}.kzv-reg_in-h29 {
  background: #131928;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  padding: 1.75rem 24px;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.kzv-reg_in-h29 {
  padding: 40px;
}
}.kzv-reg_top-h29 {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 857px) {.kzv-reg_top-h29 {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.kzv-reg_label-h29 {
  color: #C9A227;
  font-size: 11px;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.kzv-reg_h2-h29 {
  font-size: 22px;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  line-height: 1.2;
  color: #F2ECD8;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 800;
}
@media(min-width: 769px) {.kzv-reg_h2-h29 {
  font-size: 1.75rem;
}
}.kzv-reg_bonus-h29 {
  gap: 0.5rem;
  border: 1px solid rgba(232,160,32,0.16);
  border-radius: 0.563rem;
  padding: 10px 1rem;
  background: rgba(232,160,32,0.16);
  align-items: center;
  margin-bottom: 16px;
  display: inline-flex;
}.kzv-reg_bonus_amount-h29 {
  font-size: 1.25rem;
  color: #E8A020;
  font-weight: 800;
}.kzv-reg_bonus_text-h29 {
  line-height: 1.35;
  color: #9A9080;
  font-size: 13px;
}.kzv-reg_cta_btn-h29 {
  padding: 0.875rem 2rem;
  background: #1FB857;
  border-radius: 9px;
  transition: background .2s;
  font-size: 0.938rem;
  margin-bottom: 0.75rem;
  display: inline-block;
  color: #0C0E14;
  font-weight: 700;
  box-shadow: 0 2px 0 rgba(0,60,20,0.55), 0 5px 1.125rem rgba(31,184,87,0.32);
}.kzv-reg_cta_btn-h29:hover {
  background: #27CC64;
}.kzv-reg_terms-h29 {
  line-height: 1.5;
  font-size: 0.688rem;
  color: #5E5648;
}.kzv-reg_seo-h29 {
  border-top: 1px solid rgba(255,255,255,0.05);
  line-height: 1.65;
  padding-top: 1.25rem;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #716860;
  margin-top: 20px;
}.kzv-reg_seo-h29 p {
  color: #716860;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.65;
}.kzv-reg_seo-h29 p:last-child {
  margin-bottom: 0;
}.kzv-reg_seo-h29 strong {
  font-weight: 700;
  color: #C9C0A8;
}.kzv-reg_seo-h29 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C9A227;
}.kzv-reg_seo-h29 a:hover {
  color: #DDB635;
}.kzv-reg_seo-h29 ul,.kzv-reg_seo-h29 ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.kzv-reg_seo-h29 ol {
  list-style: decimal;
}.kzv-reg_seo-h29 li {
  color: #716860;
  margin-bottom: 0.25rem;
  font-size: 13px;
  line-height: 1.65;
}.kzv-reg_seo-h29 table {
  width: 100%;
  display: block;
  margin-bottom: 0.625rem;
  font-size: 13px;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 765px) {.kzv-reg_seo-h29 table {
  display: table;
}
}.kzv-reg_seo-h29 th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  color: #C9C0A8;
  font-weight: 700;
}.kzv-reg_seo-h29 td {
  padding: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #716860;
}.kzv-reg_steps-h29 {
  gap: 14px;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
}
@media(min-width:860px) {.kzv-reg_steps-h29 {
  margin-top: 0;
}
}.kzv-reg_step-h29 {
  border-radius: 0.563rem;
  gap: 0.875rem;
  padding: 1rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.kzv-reg_step_num-h29 {
  border-radius: 50%;
  background: rgba(201,162,39,0.18);
  border: 1px solid rgba(201,162,39,0.08);
  color: #C9A227;
  font-weight: 800;
  font-size: 0.875rem;
  width: 2.125rem;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  height: 34px;
}.kzv-reg_step_title-h29 {
  margin-bottom: 3px;
  font-size: 0.875rem;
  color: #F2ECD8;
  font-weight: 700;
}.kzv-reg_step_text-h29 {
  font-size: 12px;
  color: #716860;
  line-height: 1.5;
}.kzv-reg_trust-h29 {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 1.25rem;
  display: flex;
  padding-top: 20px;
  flex-wrap: wrap;
}.kzv-reg_trust_item-h29 {
  gap: 0.438rem;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
  font-size: 12px;
  color: #716860;
}.kzv-reg_trust_ic-h29 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #C9A227;
  height: 1rem;
  width: 16px;
}.kzv-bon-h29 {
  background: #0C1120;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.kzv-bon-h29 {
  padding: 44px 24px 0;
}
}.kzv-bon_in-h29 {
  margin: 0 auto;
  max-width: 1320px;
}.kzv-bon_head-h29 {
  margin-bottom: 1.25rem;
}.kzv-bon_label-h29 {
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #C9A227;
  font-weight: 700;
  margin-bottom: 8px;
}.kzv-bon_h2-h29 {
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-family: 'Bebas Neue', sans-serif;
  color: #F2ECD8;
}
@media(min-width: 766px) {.kzv-bon_h2-h29 {
  font-size: 24px;
}
}.kzv-bon_seo-h29 {
  color: #716860;
  font-size: 13px;
  line-height: 1.6;
  max-width: 38.75rem;
  overflow-wrap: break-word;
}.kzv-bon_seo-h29 strong {
  font-weight: 700;
  color: #C9C0A8;
}.kzv-bon_seo-h29 a {
  color: #C9A227;
  text-decoration: underline;
}.kzv-bon_grid-h29 {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 642px) {.kzv-bon_grid-h29 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.kzv-bon_grid-h29 {
  grid-template-columns: repeat(5,1fr);
}
}.kzv-bon_card-h29 {
  border-radius: 9px;
  background: #0F1522;
  border: 1px solid rgba(255,255,255,0.11);
  transition: border-color .2s,transform .2s;
  padding: 1rem;
}.kzv-bon_card-h29:hover {
  border-color: rgba(201,162,39,0.08);
  transform: translateY(-2px);
}.kzv-bon_card_ic-h29 svg {
  height: 1.625rem;
  stroke-linecap: round;
  width: 26px;
  stroke-linejoin: round;
}.kzv-bon_card_ic-h29 {
  margin-bottom: 0.625rem;
}.kzv-bon_card_type-h29 {
  font-weight: 700;
  letter-spacing: .06em;
  color: #716860;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
}.kzv-bon_card_amount-h29 {
  margin-bottom: 0.375rem;
  font-weight: 800;
  line-height: 1.1;
  color: #E8A020;
  font-size: 1.125rem;
}.kzv-bon_card_name-h29 {
  font-size: 0.813rem;
  font-weight: 600;
  color: #F2ECD8;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}.kzv-bon_card_detail-h29 {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  color: #5E5648;
  padding-top: 0.5rem;
  font-size: 11px;
  line-height: 1.5;
}.kzv-htp-h29 {
  background: #0C1120;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.kzv-htp-h29 {
  padding: 44px 1.5rem 0;
}
}.kzv-htp_in-h29 {
  margin: 0 auto;
  max-width: 82.5rem;
}.kzv-htp_head-h29 {
  max-width: 45rem;
  margin-bottom: 1.375rem;
}.kzv-htp_label-h29 {
  margin-bottom: 8px;
  color: #C9A227;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}.kzv-htp_h2-h29 {
  color: #F2ECD8;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-size: 1.375rem;
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.kzv-htp_h2-h29 {
  font-size: 28px;
}
}.kzv-htp_intro-h29 {
  color: #716860;
  line-height: 1.6;
  font-size: 14px;
}.kzv-htp_steps-h29 {
  gap: 0.75rem;
  padding: 0;
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  counter-reset: none;
}
@media(min-width: 642px) {.kzv-htp_steps-h29 {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.kzv-htp_steps-h29 {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.kzv-htp_step-h29 {
  background: #131928;
  border-radius: 9px;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 1.25rem 1.125rem 1.125rem;
  flex-direction: column;
  display: flex;
  position: relative;
}.kzv-htp_step_num-h29 {
  border-radius: 50%;
  background: #C9A227;
  position: absolute;
  font-size: 0.813rem;
  align-items: center;
  font-family: 'Bebas Neue', sans-serif;
  left: 20px;
  width: 1.75rem;
  top: -12px;
  display: flex;
  color: #0C0E14;
  justify-content: center;
  height: 1.75rem;
  font-weight: 800;
}.kzv-htp_step_ic-h29 {
  border-radius: 5px;
  margin: 8px 0 12px;
  background: rgba(201,162,39,0.18);
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  display: flex;
  color: #C9A227;
}.kzv-htp_step_ic-h29 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.125rem;
  height: 18px;
}.kzv-htp_step_h-h29 {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 6px;
  color: #F2ECD8;
  line-height: 1.25;
  overflow-wrap: break-word;
}.kzv-htp_step_p-h29 {
  overflow-wrap: break-word;
  color: #716860;
  font-size: 13px;
  line-height: 1.55;
}.kzv-htp_step_p-h29 strong {
  font-weight: 600;
  color: #C9C0A8;
}.kzv-htp_cta-h29 {
  border-radius: 9px;
  padding: 13px 26px;
  transition: background .2s;
  background: #1FB857;
  display: inline-block;
  color: #0C0E14;
  margin-top: 1.25rem;
  font-weight: 700;
  font-size: 0.875rem;
}.kzv-htp_cta-h29:hover {
  background: #27CC64;
}.kzv-app-h29 {
  padding: 2.25rem 1rem 0;
  background: #0C1120;
}
@media(min-width: 769px) {.kzv-app-h29 {
  padding: 2.75rem 24px 0;
}
}.kzv-app_in-h29 {
  margin: 0 auto;
  max-width: 1320px;
}.kzv-app_head-h29 {
  margin-bottom: 16px;
}.kzv-app_label-h29 {
  margin-bottom: 0.5rem;
  font-size: 11px;
  letter-spacing: .08em;
  color: #C9A227;
  text-transform: uppercase;
  font-weight: 700;
}.kzv-app_h2-h29 {
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Bebas Neue', sans-serif;
  margin-bottom: 6px;
  font-size: 20px;
  color: #F2ECD8;
}
@media(min-width: 771px) {.kzv-app_h2-h29 {
  font-size: 1.5rem;
}
}.kzv-app_sub-h29 {
  overflow-wrap: break-word;
  max-width: 37.5rem;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #716860;
}.kzv-app_sub-h29 strong {
  font-weight: 700;
  color: #C9C0A8;
}.kzv-app_cards-h29 {
  gap: 0.625rem;
  display: grid;
  margin-top: 16px;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.kzv-app_cards-h29 {
  grid-template-columns: repeat(3,1fr);
}
}.kzv-app_card-h29 {
  padding: 20px;
  border-radius: 9px;
  gap: 16px;
  overflow: hidden;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  position: relative;
}.kzv-app_card_ios-h29 {
  background: linear-gradient(135deg,rgba(201,162,39,0.18) 0%,#131928 100%);
}.kzv-app_card_android-h29 {
  background: linear-gradient(135deg,rgba(31,184,87,0.15) 0%,#131928 100%);
}.kzv-app_card_win-h29 {
  background: linear-gradient(135deg,rgba(232,160,32,0.16) 0%,#131928 100%);
}.kzv-app_card_ic-h29 svg {
  stroke-linejoin: round;
  width: 2.125rem;
  stroke-linecap: round;
  height: 34px;
}.kzv-app_card_ic-h29 {
  flex-shrink: 0;
  color: #F2ECD8;
}.kzv-app_card_os-h29 {
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  color: #716860;
}.kzv-app_card_title-h29 {
  font-size: 15px;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F2ECD8;
  line-height: 1.2;
}.kzv-app_card_text-h29 {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 14px;
  color: #716860;
}.kzv-app_card_btn-h29 {
  transition: background .2s;
  border: 1px solid rgba(201,162,39,0.55);
  background: rgba(255,255,255,0.12);
  gap: 0.438rem;
  border-radius: 0.313rem;
  padding: 10px 1.125rem;
  color: #F2ECD8;
  display: inline-flex;
  font-weight: 700;
  font-size: 13px;
  align-items: center;
}.kzv-app_card_btn-h29:hover {
  background: rgba(255,255,255,0.07);
}.kzv-faq-h29 {
  background: #0C1120;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.kzv-faq-h29 {
  padding: 44px 1.5rem 0;
}
}.kzv-faq_in-h29 {
  margin: 0 auto;
  max-width: 82.5rem;
}.kzv-faq_head-h29 {
  margin-bottom: 20px;
}.kzv-faq_label-h29 {
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  color: #C9A227;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.kzv-faq_h2-h29 {
  font-size: 1.25rem;
  color: #F2ECD8;
  overflow-wrap: break-word;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 800;
}
@media(min-width:768px) {.kzv-faq_h2-h29 {
  font-size: 1.5rem;
}
}.kzv-faq_list-h29 {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.kzv-faq_item-h29 {
  overflow: hidden;
  background: #131928;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.563rem;
}.kzv-faq_q-h29 {
  gap: 0.75rem;
  transition: color .2s;
  padding: 16px 1.25rem;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  display: flex;
  color: #C9C0A8;
}.kzv-faq_q-h29:hover {
  color: #F2ECD8;
}.kzv-faq_q_ic-h29 {
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  transition: transform .25s;
  justify-content: center;
  font-size: 16px;
  color: #C9A227;
  align-items: center;
  height: 24px;
  width: 1.5rem;
  display: flex;
  flex-shrink: 0;
}.kzv-faq_item-h29.kzv-state_open-h29 .kzv-faq_q_ic-h29 {
  transform: rotate(45deg);
}.kzv-faq_a-h29 {
  padding: 0 20px 1rem;
  line-height: 1.7;
  display: none;
  overflow-wrap: break-word;
  color: #716860;
  font-size: 13px;
}.kzv-faq_item-h29.kzv-state_open-h29 .kzv-faq_a-h29 {
  display: block;
}.kzv-faq_a-h29 strong {
  font-weight: 700;
  color: #C9C0A8;
}.kzv-faq_a-h29 a {
  text-decoration: underline;
  color: #C9A227;
}.kzv-faq_a-h29 ul,.kzv-faq_a-h29 ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 20px;
}.kzv-faq_a-h29 ol {
  list-style: decimal;
}.kzv-faq_a-h29 li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.kzv-faq_a-h29 table {
  margin: 0.5rem 0;
  font-size: 12px;
  border-collapse: collapse;
  width: 100%;
  display: block;
  overflow-x: auto;
}
@media(min-width: 765px) {.kzv-faq_a-h29 table {
  display: table;
}
}.kzv-faq_a-h29 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.375rem 0.5rem;
  font-weight: 700;
  text-align: left;
  color: #C9C0A8;
}.kzv-faq_a-h29 td {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #716860;
}.kzv-seo-h29 {
  background: #0C1120;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.kzv-seo-h29 {
  padding: 2.75rem 24px 0;
}
}.kzv-seo_in-h29 {
  background: #131928;
  border-radius: 0.875rem;
  margin: 0 auto;
  padding: 28px 24px;
  border: 1px solid rgba(255,255,255,0.11);
  max-width: 82.5rem;
}
@media(min-width:768px) {.kzv-seo_in-h29 {
  padding: 2.25rem 40px;
}
}.kzv-seo_label-h29 {
  color: #C9A227;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
}.kzv-seo_h2-h29 {
  line-height: 1.25;
  font-weight: 800;
  font-family: 'Bebas Neue', sans-serif;
  color: #F2ECD8;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 771px) {.kzv-seo_h2-h29 {
  font-size: 24px;
}
}.kzv-seo_body-h29 {
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #9A9080;
}.kzv-seo_body-h29 p {
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 14px;
  color: #9A9080;
}.kzv-seo_body-h29 p:last-child {
  margin-bottom: 0;
}.kzv-seo_body-h29 strong {
  font-weight: 700;
  color: #C9C0A8;
}.kzv-seo_body-h29 a {
  transition: color .2s;
  color: #C9A227;
  text-decoration: underline;
}.kzv-seo_body-h29 a:hover {
  color: #DDB635;
}.kzv-seo_body-h29 ul,.kzv-seo_body-h29 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.kzv-seo_body-h29 ol {
  list-style: decimal;
}.kzv-seo_body-h29 li {
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  color: #9A9080;
  line-height: 1.75;
}.kzv-seo_body-h29 table {
  display: block;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
}
@media(min-width: 767px) {.kzv-seo_body-h29 table {
  display: table;
}
}.kzv-seo_body-h29 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 12px;
  color: #C9C0A8;
  font-weight: 700;
  text-align: left;
}.kzv-seo_body-h29 td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9A9080;
}.kzv-seo_cols-h29 {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 639px) {.kzv-seo_cols-h29 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.kzv-seo_cols-h29 {
  grid-template-columns: repeat(3,1fr);
}
}.kzv-seo_col_h-h29 {
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-weight: 700;
  color: #C9C0A8;
  font-size: 13px;
}.kzv-seo_col_p-h29 {
  overflow-wrap: break-word;
  color: #716860;
  line-height: 1.65;
  font-size: 13px;
}.kzv-seo_stats-h29 {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.kzv-seo_stat-h29 {
  border-radius: 9px;
  padding: 14px 16px;
  background: rgba(201,162,39,0.08);
  flex: 1;
  border: 1px solid rgba(201,162,39,0.18);
  min-width: 140px;
}.kzv-seo_stat_val-h29 {
  color: #C9A227;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
}.kzv-seo_stat_lb-h29 {
  font-size: 11px;
  color: #716860;
  overflow-wrap: break-word;
}.kzv-seo-h29 {
  background: #0C1120;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.kzv-seo-h29 {
  padding: 44px 1.5rem 0;
}
}.kzv-seo_in-h29 {
  padding: 1.75rem 24px;
  border: 1px solid rgba(255,255,255,0.11);
  margin: 0 auto;
  border-radius: 14px;
  background: #131928;
  max-width: 1320px;
}
@media(min-width: 770px) {.kzv-seo_in-h29 {
  padding: 36px 2.5rem;
}
}.kzv-seo_label-h29 {
  font-weight: 700;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C9A227;
  font-size: 0.688rem;
}.kzv-seo_h2-h29 {
  font-size: 1.25rem;
  font-family: 'Bebas Neue', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  line-height: 1.25;
  color: #F2ECD8;
  font-weight: 800;
}
@media(min-width: 769px) {.kzv-seo_h2-h29 {
  font-size: 24px;
}
}.kzv-seo_body-h29 {
  line-height: 1.75;
  color: #9A9080;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.kzv-seo_body-h29 p {
  font-size: 0.875rem;
  margin-bottom: 12px;
  line-height: 1.75;
  color: #9A9080;
}.kzv-seo_body-h29 p:last-child {
  margin-bottom: 0;
}.kzv-seo_body-h29 strong {
  color: #C9C0A8;
  font-weight: 700;
}.kzv-seo_body-h29 a {
  transition: color .2s;
  color: #C9A227;
  text-decoration: underline;
}.kzv-seo_body-h29 a:hover {
  color: #DDB635;
}.kzv-seo_body-h29 ul,.kzv-seo_body-h29 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.kzv-seo_body-h29 ol {
  list-style: decimal;
}.kzv-seo_body-h29 li {
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 1.75;
  color: #9A9080;
}.kzv-seo_body-h29 table {
  border-collapse: collapse;
  width: 100%;
  display: block;
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
  overflow-x: auto;
}
@media(min-width: 769px) {.kzv-seo_body-h29 table {
  display: table;
}
}.kzv-seo_body-h29 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  color: #C9C0A8;
  font-weight: 700;
}.kzv-seo_body-h29 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #9A9080;
}.kzv-seo_cols-h29 {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.kzv-seo_cols-h29 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.kzv-seo_cols-h29 {
  grid-template-columns: repeat(3,1fr);
}
}.kzv-seo_col_h-h29 {
  font-size: 0.813rem;
  color: #C9C0A8;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 7px;
}.kzv-seo_col_p-h29 {
  color: #716860;
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}.kzv-seo_stats-h29 {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.kzv-seo_stat-h29 {
  border-radius: 9px;
  border: 1px solid rgba(201,162,39,0.18);
  flex: 1;
  padding: 14px 1rem;
  background: rgba(201,162,39,0.08);
  min-width: 140px;
}.kzv-seo_stat_val-h29 {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #C9A227;
  margin-bottom: 0.25rem;
}.kzv-seo_stat_lb-h29 {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #716860;
}.kzv-seo-h29 {
  padding: 36px 16px 0;
  background: #0C1120;
}
@media(min-width: 771px) {.kzv-seo-h29 {
  padding: 44px 1.5rem 0;
}
}.kzv-seo_in-h29 {
  margin: 0 auto;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 1.75rem 1.5rem;
  background: #131928;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.kzv-seo_in-h29 {
  padding: 2.25rem 2.5rem;
}
}.kzv-seo_label-h29 {
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #C9A227;
  font-size: 0.688rem;
}.kzv-seo_h2-h29 {
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 14px;
  line-height: 1.25;
  font-weight: 800;
  color: #F2ECD8;
  font-family: 'Bebas Neue', sans-serif;
}
@media(min-width: 765px) {.kzv-seo_h2-h29 {
  font-size: 24px;
}
}.kzv-seo_body-h29 {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #9A9080;
  font-size: 14px;
}.kzv-seo_body-h29 p {
  color: #9A9080;
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}.kzv-seo_body-h29 p:last-child {
  margin-bottom: 0;
}.kzv-seo_body-h29 strong {
  color: #C9C0A8;
  font-weight: 700;
}.kzv-seo_body-h29 a {
  transition: color .2s;
  color: #C9A227;
  text-decoration: underline;
}.kzv-seo_body-h29 a:hover {
  color: #DDB635;
}.kzv-seo_body-h29 ul,.kzv-seo_body-h29 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.kzv-seo_body-h29 ol {
  list-style: decimal;
}.kzv-seo_body-h29 li {
  color: #9A9080;
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 6px;
}.kzv-seo_body-h29 table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 12px;
  font-size: 13px;
}
@media(min-width:768px) {.kzv-seo_body-h29 table {
  display: table;
}
}.kzv-seo_body-h29 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  color: #C9C0A8;
  font-weight: 700;
  text-align: left;
}.kzv-seo_body-h29 td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9A9080;
}.kzv-seo_cols-h29 {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 643px) {.kzv-seo_cols-h29 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.kzv-seo_cols-h29 {
  grid-template-columns: repeat(3,1fr);
}
}.kzv-seo_col_h-h29 {
  color: #C9C0A8;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 7px;
}.kzv-seo_col_p-h29 {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
  color: #716860;
}.kzv-seo_stats-h29 {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.kzv-seo_stat-h29 {
  padding: 0.875rem 16px;
  border: 1px solid rgba(201,162,39,0.18);
  flex: 1;
  background: rgba(201,162,39,0.08);
  border-radius: 0.563rem;
  min-width: 8.75rem;
}.kzv-seo_stat_val-h29 {
  margin-bottom: 4px;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #C9A227;
  font-weight: 800;
}.kzv-seo_stat_lb-h29 {
  font-size: 11px;
  color: #716860;
  overflow-wrap: break-word;
}.kzv-pmt-h29 {
  padding: 36px 1rem 0;
  background: #0C1120;
}
@media(min-width: 769px) {.kzv-pmt-h29 {
  padding: 44px 24px 0;
}
}.kzv-pmt_in-h29 {
  margin: 0 auto;
  max-width: 1320px;
}.kzv-pmt_head-h29 {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.kzv-pmt_label-h29 {
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #C9A227;
  margin-bottom: 8px;
  text-transform: uppercase;
}.kzv-pmt_h2-h29 {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-size: 22px;
  color: #F2ECD8;
}
@media(min-width: 769px) {.kzv-pmt_h2-h29 {
  font-size: 1.75rem;
}
}.kzv-pmt_intro-h29 {
  overflow-wrap: break-word;
  color: #716860;
  line-height: 1.6;
  font-size: 14px;
}.kzv-pmt_groups-h29 {
  gap: 1.25rem;
  flex-direction: column;
  display: flex;
}.kzv-pmt_group-h29 {
  padding: 1.25rem;
  background: #131928;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.563rem;
}.kzv-pmt_group_head-h29 {
  gap: 12px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.kzv-pmt_group_ic-h29 {
  border-radius: 5px;
  background: rgba(201,162,39,0.18);
  height: 36px;
  width: 36px;
  justify-content: center;
  color: #C9A227;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.kzv-pmt_group_ic-h29 svg {
  height: 1.125rem;
  stroke-linecap: round;
  width: 1.125rem;
  stroke-linejoin: round;
}.kzv-pmt_group_h-h29 {
  margin: 0;
  overflow-wrap: break-word;
  font-size: 1rem;
  color: #F2ECD8;
  font-weight: 700;
  font-family: 'Bebas Neue', sans-serif;
}.kzv-pmt_group_p-h29 {
  color: #716860;
  margin-bottom: 0.875rem;
  font-size: 0.813rem;
  line-height: 1.6;
  overflow-wrap: break-word;
}.kzv-pmt_group_p-h29 strong {
  font-weight: 600;
  color: #C9C0A8;
}.kzv-pmt_table_wrap-h29 {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.kzv-pmt_table-h29 {
  border-collapse: collapse;
  min-width: 33.75rem;
  width: 100%;
  font-size: 13px;
}.kzv-pmt_table-h29 th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  letter-spacing: .04em;
  text-align: left;
  font-size: 0.688rem;
  font-weight: 700;
  color: #C9C0A8;
  text-transform: uppercase;
  white-space: nowrap;
}.kzv-pmt_table-h29 td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #716860;
}.kzv-pmt_table-h29 tbody tr:last-child td {
  border-bottom: none;
}.kzv-pmt_table-h29 tr:hover td {
  background: rgba(255,255,255,0.05);
  color: #C9C0A8;
}.kzv-ft-h29 {
  border-top: 1px solid rgba(255,255,255,0.05);
  background: #070C17;
  margin-top: 3rem;
}.kzv-ft_support-h29 {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 24px 16px;
}
@media(min-width:768px) {.kzv-ft_support-h29 {
  padding: 1.75rem 1.5rem;
}
}.kzv-ft_support_in-h29 {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1320px;
  align-items: center;
}.kzv-ft_support_main-h29 {
  gap: 16px;
  flex: 1;
  display: flex;
  min-width: 220px;
  flex-wrap: wrap;
  align-items: center;
}.kzv-ft_support_ic-h29 {
  color: #C9A227;
  flex-shrink: 0;
}.kzv-ft_support_ic-h29 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.875rem;
  width: 1.875rem;
}.kzv-ft_support_text_title-h29 {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F2ECD8;
  font-size: 15px;
  margin-bottom: 3px;
}.kzv-ft_support_text_sub-h29 {
  overflow-wrap: break-word;
  font-size: 12px;
  color: #716860;
}.kzv-ft_support_btn-h29 {
  transition: background .2s;
  padding: 0.688rem 1.375rem;
  border-radius: 9px;
  background: #C9A227;
  color: #F2ECD8;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0.813rem;
  font-weight: 700;
}.kzv-ft_support_btn-h29:hover {
  background: #DDB635;
}.kzv-ft_support_contacts-h29 {
  gap: 1rem;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.kzv-ft_support_contact-h29 {
  line-height: 1.4;
  color: #5E5648;
  font-size: 12px;
}.kzv-ft_support_contact-h29 strong {
  margin-bottom: 2px;
  color: #9A9080;
  font-size: 0.688rem;
  font-weight: 600;
  display: block;
}.kzv-ft_main-h29 {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 2rem 16px 1.5rem;
}
@media(min-width: 767px) {.kzv-ft_main-h29 {
  padding: 2.5rem 24px 32px;
}
}.kzv-ft_main_in-h29 {
  margin: 0 auto;
  gap: 24px;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.kzv-ft_main_in-h29 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.kzv-ft_main_in-h29 {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.kzv-ft_col_logo-h29 {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.kzv-ft_col_logo-h29 {
  grid-column: auto;
}
}.kzv-ft_logo-h29 {
  gap: 0.563rem;
  display: flex;
  font-size: 16px;
  color: #F2ECD8;
  margin-bottom: 12px;
  font-weight: 800;
  align-items: center;
  flex-wrap: wrap;
  overflow-wrap: break-word;
}.kzv-ft_logo_mark-h29 {
  border-radius: 0.313rem;
  overflow: hidden;
  width: 1.875rem;
  height: 30px;
}.kzv-ft_logo_mark-h29 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.kzv-ft_logo_sub-h29 {
  font-size: 12px;
  line-height: 1.55;
  color: #5E5648;
  max-width: 200px;
  overflow-wrap: break-word;
}.kzv-ft_col_title-h29 {
  font-weight: 700;
  letter-spacing: .07em;
  font-size: 0.75rem;
  color: #9A9080;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
}.kzv-ft_col_links-h29 {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.kzv-ft_col_link-h29 {
  transition: color .2s;
  color: #5E5648;
  font-size: 13px;
  overflow-wrap: break-word;
}.kzv-ft_col_link-h29:hover {
  color: #C9C0A8;
}.kzv-ft_apps-h29 {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.kzv-ft_app_card-h29 {
  border: 1px solid rgba(255,255,255,0.11);
  transition: border-color .2s;
  padding: 0.625rem 12px;
  background: rgba(255,255,255,0.05);
  border-radius: 0.313rem;
  gap: 0.625rem;
  display: flex;
  align-items: center;
}.kzv-ft_app_card-h29:hover {
  border-color: rgba(201,162,39,0.55);
}.kzv-ft_app_card_ic-h29 svg {
  width: 22px;
  height: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.kzv-ft_app_card_os-h29 {
  font-size: 10px;
  color: #5E5648;
  font-weight: 600;
}.kzv-ft_app_card_action-h29 {
  font-weight: 700;
  font-size: 0.75rem;
  color: #C9C0A8;
}.kzv-ft_bot-h29 {
  padding: 20px 16px;
}
@media(min-width: 767px) {.kzv-ft_bot-h29 {
  padding: 1.25rem 1.5rem;
}
}.kzv-ft_bot_in-h29 {
  margin: 0 auto;
  gap: 16px;
  max-width: 82.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.kzv-ft_socials-h29 {
  gap: 8px;
  display: flex;
}.kzv-ft_soc-h29 {
  background: rgba(255,255,255,0.05);
  transition: background .2s;
  border-radius: 0.313rem;
  border: 1px solid rgba(255,255,255,0.11);
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  width: 2.25rem;
  display: flex;
  color: #9A9080;
}.kzv-ft_soc-h29 svg {
  stroke-linejoin: round;
  height: 1rem;
  width: 1rem;
  stroke-linecap: round;
}.kzv-ft_soc-h29:hover {
  background: rgba(255,255,255,0.07);
}.kzv-ft_legal-h29 {
  flex: 1;
  line-height: 1.6;
  font-size: 0.688rem;
  min-width: 12.5rem;
  color: #897E70;
  overflow-wrap: break-word;
}.kzv-ft_legal-h29 strong {
  color: #9A9080;
  font-weight: 700;
}.kzv-ft_legal-h29 a {
  text-decoration: underline;
  color: #9A9080;
}.kzv-ft_age-h29 {
  border: 2px solid #897E70;
  border-radius: 50%;
  align-items: center;
  margin-left: auto;
  width: 2rem;
  font-weight: 800;
  font-size: 11px;
  flex-shrink: 0;
  justify-content: center;
  height: 32px;
  display: flex;
  color: #897E70;
}