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 {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0C0F0C;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  color: #C4CCC4;
  line-height: 1.6;
}.hzh-layout-vrt {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.hzh-page-vrt {
  min-height: 100vh;
  display: flex;
}.hzh-main-vrt {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media (min-width: 1081px) {.hzh-main-vrt {
  padding-left: 220px;
}
}
@media (max-width: 1081px) {.hzh-main-vrt {
  padding-bottom: 4.5rem;
}
}.hzh-gc-vrt {
  background: #131613;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border-radius: 0.5rem;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  width: 8.75rem;
}
@media(min-width: 637px) {.hzh-gc-vrt {
  width: 9.75rem;
}
}
@media(min-width: 1083px) {.hzh-gc-vrt {
  width: 10.5rem;
}
}.hzh-gc-vrt:hover {
  border-color: rgba(32, 212, 54, 0.07);
  transform: translateY(-3px);
}.hzh-gc_img-vrt {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.hzh-gc_img-vrt img {
  inset: 0;
  height: 100%;
  position: absolute;
  object-fit: cover;
  width: 100%;
}.hzh-gc_hover-vrt {
  background: rgba(0, 0, 0, 0.68);
  transition: opacity .2s;
  inset: 0;
  opacity: 0;
  position: absolute;
  align-items: center;
  justify-content: center;
  display: flex;
}.hzh-gc-vrt:hover .hzh-gc_hover-vrt {
  opacity: 1;
}.hzh-gc_hover_btn-vrt {
  padding: 0.5rem 1rem;
  background: #20D436;
  border-radius: 5px;
  font-size: 0.75rem;
  color: #EFF3EF;
  font-weight: 700;
}.hzh-gc_info-vrt {
  padding: 8px 10px 0.625rem;
}.hzh-gc_name-vrt {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  color: #C4CCC4;
  max-width: 100%;
  font-weight: 600;
  white-space: nowrap;
  font-size: 12px;
}.hzh-gc_prov-vrt {
  color: #525852;
  font-size: 10px;
}.hzh-gc_tag-vrt {
  padding: 2px 7px;
  border-radius: 0.25rem;
  letter-spacing: .04em;
  z-index: 2;
  font-size: 9px;
  position: absolute;
  top: 6px;
  text-transform: uppercase;
  font-weight: 700;
  left: 0.375rem;
}.hzh-gc_tag_hot-vrt {
  background: #E63038;
  color: #fff;
}.hzh-gc_tag_new-vrt {
  background: #17A829;
  color: #0C0F0C;
}.hzh-gc_tag_jp-vrt {
  background: #F0A020;
  color: #0C0F0C;
}.hzh-gc_tag_ex-vrt {
  background: #0D6B38;
  color: #fff;
}.hzh-gc_tag_live-vrt {
  background: #E63038;
  color: #fff;
}.hzh-gr-vrt {
  padding: 32px 1rem 0;
  background: #0C0F0C;
}
@media(min-width: 769px) {.hzh-gr-vrt {
  padding: 36px 1.5rem 0;
}
}.hzh-gr_in-vrt {
  margin: 0 auto;
  max-width: 1320px;
}.hzh-gr_head-vrt {
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-bottom: 0.625rem;
}.hzh-gr_head_l-vrt {
  gap: 0.625rem;
  flex: 1;
  min-width: 0;
  align-items: center;
  display: flex;
}.hzh-gr_ic-vrt {
  border-radius: 0.5rem;
  width: 32px;
  height: 2rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}.hzh-gr_ic-vrt svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
  height: 1rem;
}.hzh-gr_title-vrt {
  font-size: 16px;
  overflow-wrap: break-word;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  color: #EFF3EF;
}
@media(min-width: 769px) {.hzh-gr_title-vrt {
  font-size: 1.125rem;
}
}.hzh-gr_more-vrt {
  gap: 5px;
  transition: color .2s;
  font-size: 12px;
  white-space: nowrap;
  color: #697069;
  font-weight: 600;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}.hzh-gr_more-vrt:hover {
  color: #20D436;
}.hzh-gr_more-vrt svg {
  width: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 12px;
}.hzh-gr_arrows-vrt {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.hzh-gr_arr-vrt {
  transition: background .15s,color .15s;
  border-radius: 0.313rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  color: #8C968C;
  display: flex;
  justify-content: center;
  width: 1.875rem;
  height: 30px;
  align-items: center;
}.hzh-gr_arr-vrt:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #EFF3EF;
}.hzh-gr_arr-vrt svg {
  width: 13px;
  height: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.hzh-gr_seo_h-vrt {
  margin: 0 0 6px;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #C4CCC4;
  max-width: 42.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
}
@media(min-width:768px) {.hzh-gr_seo_h-vrt {
  font-size: 14px;
}
}.hzh-gr_seo-vrt {
  margin-bottom: 12px;
  color: #697069;
  overflow-wrap: break-word;
  font-size: 12px;
  max-width: 42.5rem;
  line-height: 1.55;
}.hzh-gr_seo-vrt strong {
  font-weight: 600;
  color: #C4CCC4;
}.hzh-gr_scroll-vrt {
  gap: 10px;
  padding-bottom: 10px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  display: flex;
}.hzh-gr_scroll-vrt::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.hzh-gr_scroll-vrt {
  gap: 12px;
}
}.hzh-tb-vrt {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0C0F0C;
  top: 0;
  left: 0;
  height: 56px;
  display: flex;
  right: 0;
  align-items: center;
  z-index: 80;
  position: fixed;
}.hzh-tb_in-vrt {
  padding: 0 0.875rem;
  gap: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}.hzh-tb_burger-vrt {
  gap: 0.313rem;
  border-radius: 0.5rem;
  width: 2.375rem;
  align-items: center;
  height: 38px;
  display: flex;
  flex-shrink: 0;
  margin-right: 0.5rem;
  justify-content: center;
  flex-direction: column;
}.hzh-tb_burger-vrt:hover {
  background: rgba(255, 255, 255, 0.05);
}.hzh-tb_burger_line-vrt {
  border-radius: 1px;
  background: #8C968C;
  height: 2px;
  display: block;
  width: 1.125rem;
}
@media(min-width: 1078px) {.hzh-tb_burger-vrt {
  display: none;
}
}.hzh-tb_logo-vrt {
  gap: 0.563rem;
  color: #EFF3EF;
  letter-spacing: -.01em;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.125rem;
  align-items: center;
  margin-right: 1.25rem;
  flex-shrink: 0;
  display: flex;
}.hzh-tb_logo_mark-vrt {
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: 32px;
  width: 2rem;
  align-items: center;
}.hzh-tb_logo_mark-vrt img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.hzh-tb_nav-vrt {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 642px) {.hzh-tb_nav-vrt {
  display: flex;
}
}.hzh-tb_tab-vrt {
  padding: 8px 0.875rem;
  transition: background .15s,color .15s;
  border-radius: 0.5rem;
  white-space: nowrap;
  font-weight: 600;
  color: #8C968C;
  font-size: 13px;
}.hzh-tb_tab-vrt:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EFF3EF;
}.hzh-tb_tab-vrt.hzh-state_active-vrt {
  background: rgba(32, 212, 54, 0.15);
  color: #EFF3EF;
}.hzh-tb_right-vrt {
  gap: 8px;
  flex-shrink: 0;
  display: flex;
  margin-left: auto;
  align-items: center;
}.hzh-tb_login-vrt {
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  padding: 9px 16px;
  display: none;
  font-size: 13px;
  font-weight: 600;
  color: #C4CCC4;
}.hzh-tb_login-vrt:hover {
  border-color: rgba(32, 212, 54, 0.45);
  color: #EFF3EF;
}
@media(min-width:480px) {.hzh-tb_login-vrt {
  display: block;
}
}.hzh-tb_reg-vrt {
  background: #17A829;
  border-radius: 8px;
  padding: 0.563rem 1.125rem;
  transition: background .2s;
  font-weight: 700;
  color: #060C07;
  white-space: nowrap;
  font-size: 13px;
}.hzh-tb_reg-vrt:hover {
  background: #139822;
}.hzh-sb-vrt {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  background: #171B17;
  transition: transform .25s ease;
  top: 3.5rem;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 70;
  width: 13.75rem;
}.hzh-sb-vrt.hzh-state_open-vrt {
  transform: translateX(0);
}.hzh-sb-vrt::-webkit-scrollbar {
  width: 4px;
}.hzh-sb-vrt::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.hzh-sb-vrt {
  transform: translateX(0);
}
}.hzh-sb_auth-vrt {
  padding: 0.875rem 0.75rem 0.625rem;
}.hzh-sb_btn_reg-vrt {
  padding: 11px;
  border-radius: 8px;
  background: #17A829;
  transition: background .2s;
  color: #060C07;
  text-align: center;
  display: block;
  font-weight: 700;
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
}.hzh-sb_btn_reg-vrt:hover {
  background: #139822;
}.hzh-sb_btn_login-vrt {
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 10px;
  color: #C4CCC4;
  display: block;
  font-weight: 600;
  text-align: center;
  font-size: 13px;
}.hzh-sb_btn_login-vrt:hover {
  border-color: rgba(32, 212, 54, 0.45);
  color: #EFF3EF;
}.hzh-sb_promo-vrt {
  background: linear-gradient(135deg,#092915,#171B17);
  margin: 0 0.75rem 0.625rem;
  padding: 12px 0.875rem;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(32, 212, 54, 0.15);
  position: relative;
}.hzh-sb_promo-vrt::before {
  background: radial-gradient(circle,rgba(32, 212, 54, 0.15),transparent 70%);
  border-radius: 50%;
  height: 5rem;
  width: 80px;
  top: -1.25rem;
  content: '';
  position: absolute;
  right: -1.25rem;
}.hzh-sb_promo_title-vrt {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 0.25rem;
  color: #20D436;
  font-size: 11px;
}.hzh-sb_promo_text-vrt {
  overflow-wrap: break-word;
  line-height: 1.35;
  color: #EFF3EF;
  font-weight: 600;
  font-size: 0.75rem;
}.hzh-sb_promo_sub-vrt {
  margin-top: 3px;
  color: #697069;
  font-size: 10px;
}.hzh-sb_nav-vrt {
  padding: 6px 8px 1rem;
}.hzh-sb_nav_lb-vrt {
  padding: 0.625rem 0.5rem 6px;
  color: #525852;
  font-size: 0.625rem;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}.hzh-sb_link-vrt {
  border-radius: 0.313rem;
  gap: 0.625rem;
  transition: background .15s,color .15s;
  padding: 9px 0.625rem;
  font-size: 0.813rem;
  cursor: pointer;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 500;
  align-items: center;
  color: #8C968C;
}.hzh-sb_link-vrt:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EFF3EF;
}.hzh-sb_link-vrt.hzh-state_active-vrt {
  background: rgba(32, 212, 54, 0.15);
  color: #EFF3EF;
}.hzh-sb_ic-vrt {
  border-radius: 0.313rem;
  align-items: center;
  flex-shrink: 0;
  height: 1.875rem;
  justify-content: center;
  width: 1.875rem;
  display: flex;
}.hzh-sb_ic-vrt svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
  width: 16px;
}.hzh-sb_ic_1-vrt {
  background: rgba(32, 212, 54, 0.07);
  color: #20D436;
}.hzh-sb_ic_2-vrt {
  background: rgba(23, 168, 41, 0.18);
  color: #17A829;
}.hzh-sb_ic_3-vrt {
  background: rgba(240, 160, 32, 0.16);
  color: #F0A020;
}.hzh-sb_ic_4-vrt {
  background: rgba(13, 107, 56, 0.30);
  color: #0D6B38;
}.hzh-sb_ic_5-vrt {
  background: rgba(32, 212, 54, 0.07);
  color: #E0358A;
}.hzh-sb_ic_6-vrt {
  background: rgba(13, 107, 56, 0.30);
  color: #8B3FD8;
}.hzh-sb_badge-vrt {
  padding: 2px 0.438rem;
  border-radius: 0.313rem;
  background: #F0A020;
  color: #060C07;
  font-size: 9px;
  margin-left: auto;
  font-weight: 700;
}.hzh-sb_bot-vrt {
  gap: 8px;
  padding: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.hzh-sb_lang-vrt,.hzh-sb_help-vrt {
  border-radius: 0.313rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  flex: 1;
  gap: 6px;
  padding: 0.563rem 6px;
  font-size: 11px;
  align-items: center;
  display: flex;
  color: #8C968C;
  font-weight: 600;
  justify-content: center;
}.hzh-sb_lang-vrt:hover,.hzh-sb_help-vrt:hover {
  border-color: rgba(32, 212, 54, 0.45);
  color: #EFF3EF;
}.hzh-sb_lang-vrt svg,.hzh-sb_help-vrt svg {
  height: 13px;
  stroke-linecap: round;
  width: 0.813rem;
  stroke-linejoin: round;
}.hzh-sb_bd-vrt {
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
  z-index: 69;
  display: none;
  position: fixed;
}.hzh-sb_bd-vrt.hzh-state_on-vrt {
  display: block;
}
@media(min-width: 1077px) {.hzh-sb_bd-vrt {
  display: none!important;
}
}.hzh-mob_nav-vrt {
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #171B17;
  right: 0;
  left: 0;
  z-index: 80;
  display: flex;
  bottom: 0;
  position: fixed;
}
@media(min-width:1080px) {.hzh-mob_nav-vrt {
  display: none;
}
}.hzh-mob_nav_item-vrt {
  padding: 0.25rem 2px;
  flex: 1;
  gap: 4px;
  flex-direction: column;
  align-items: center;
  display: flex;
  color: #525852;
  cursor: pointer;
}.hzh-mob_nav_ic-vrt {
  line-height: 1;
}.hzh-mob_nav_ic-vrt svg {
  stroke-linecap: round;
  width: 20px;
  stroke-linejoin: round;
  height: 1.25rem;
}.hzh-mob_nav_lb-vrt {
  color: #525852;
  font-weight: 600;
  font-size: 0.625rem;
}.hzh-mob_nav_item-vrt.hzh-state_active-vrt {
  color: #20D436;
}.hzh-mob_nav_item-vrt.hzh-state_active-vrt .hzh-mob_nav_lb-vrt {
  color: #20D436;
}.hzh-hero-vrt {
  background: #0C0F0C;
  padding: 20px 1rem 0;
}
@media(min-width: 770px) {.hzh-hero-vrt {
  padding: 24px 24px 0;
}
}.hzh-hero_in-vrt {
  gap: 12px;
  margin: 0 auto;
  max-width: 1320px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 857px) {.hzh-hero_in-vrt {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.hzh-hero_in-vrt {
  grid-template-columns: 1fr 340px;
}
}.hzh-hero_promo-vrt {
  border-radius: 0.813rem;
  background: #131613;
  overflow: hidden;
  align-items: stretch;
  min-height: 220px;
  position: relative;
  display: flex;
}
@media(min-width: 771px) {.hzh-hero_promo-vrt {
  min-height: 280px;
}
}.hzh-hero_promo_bg-vrt {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#092915 0%,#0C0F0C 100%);
  background-size: cover;
  position: absolute;
}.hzh-hero_promo_bg-vrt::after {
  inset: 0;
  background: linear-gradient(90deg,#0C0F0C 0%,rgba(0, 0, 0, 0.68) 60%,transparent 100%);
  content: '';
  position: absolute;
}.hzh-hero_promo_glow-vrt {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(13, 107, 56, 0.30) 0%,transparent 65%);
  top: -40px;
  right: 3.75rem;
  position: absolute;
  height: 18.75rem;
  width: 18.75rem;
  pointer-events: none;
}.hzh-hero_promo_ct-vrt {
  padding: 28px 24px 1.75rem 1.75rem;
  justify-content: center;
  max-width: 480px;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media(min-width: 769px) {.hzh-hero_promo_ct-vrt {
  padding: 2.5rem 2rem;
}
}.hzh-hero_badge-vrt {
  background: rgba(32, 212, 54, 0.15);
  padding: 0.313rem 0.75rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(32, 212, 54, 0.07);
  font-weight: 700;
  font-size: 0.625rem;
  margin-bottom: 14px;
  display: inline-block;
  text-transform: uppercase;
  color: #20D436;
  letter-spacing: .08em;
}.hzh-hero_h1-vrt {
  font-size: 1.625rem;
  color: #EFF3EF;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 10px;
  line-height: 1.15;
}.hzh-hero_h1-vrt em {
  color: #F0A020;
  font-style: normal;
}
@media(min-width: 769px) {.hzh-hero_h1-vrt {
  font-size: 2.25rem;
}
}.hzh-hero_sub-vrt {
  margin-bottom: 1.25rem;
  color: #8C968C;
  font-size: 13px;
  line-height: 1.55;
}
@media(min-width: 769px) {.hzh-hero_sub-vrt {
  font-size: 0.875rem;
}
}.hzh-hero_row-vrt {
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.hzh-hero_cta-vrt {
  border-radius: 0.5rem;
  background: #17A829;
  padding: 13px 1.625rem;
  transition: background .2s;
  color: #060C07;
  box-shadow: 0 0.375rem 1.25rem rgba(23, 168, 41, 0.52), inset 0 1px 0 rgba(255, 255, 255, 0.10);
  font-size: 14px;
  font-weight: 700;
}.hzh-hero_cta-vrt:hover {
  background: #139822;
}.hzh-hero_terms-vrt {
  font-size: 11px;
  color: #525852;
}.hzh-hero_game-vrt {
  background: #131613;
  overflow: hidden;
  border-radius: 0.813rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex-direction: column;
  position: relative;
  display: flex;
}.hzh-hero_game_badge-vrt {
  background: rgba(240, 160, 32, 0.16);
  border: 1px solid rgba(240, 160, 32, 0.16);
  padding: 5px 0.625rem;
  border-radius: 20px;
  letter-spacing: .06em;
  font-weight: 700;
  font-size: 10px;
  left: 0.75rem;
  top: 0.75rem;
  text-transform: uppercase;
  z-index: 3;
  color: #F0A020;
  position: absolute;
}.hzh-hero_game_badge-vrt svg {
  vertical-align: -1px;
  margin-right: 0.25rem;
  width: 11px;
  height: 0.688rem;
}.hzh-hero_game_img-vrt {
  overflow: hidden;
  background: linear-gradient(135deg,#092915,#0C0F0C);
  position: relative;
  padding-bottom: 60%;
}.hzh-hero_game_img-vrt img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}.hzh-hero_game_play-vrt {
  background: rgba(0, 0, 0, 0.68);
  transition: opacity .2s;
  inset: 0;
  justify-content: center;
  opacity: 0;
  align-items: center;
  display: flex;
  position: absolute;
}.hzh-hero_game-vrt:hover .hzh-hero_game_play-vrt {
  opacity: 1;
}.hzh-hero_game_play-vrt span {
  background: #20D436;
  border-radius: 50%;
  display: flex;
  height: 3.25rem;
  align-items: center;
  width: 3.25rem;
  justify-content: center;
}.hzh-hero_game_play-vrt span svg {
  width: 18px;
  height: 18px;
  margin-left: 2px;
}.hzh-hero_game_info-vrt {
  padding: 0.875rem 16px;
}.hzh-hero_game_title-vrt {
  font-size: 0.938rem;
  color: #EFF3EF;
  font-weight: 700;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
}.hzh-hero_game_provider-vrt {
  color: #697069;
  font-size: 0.688rem;
}.hzh-hero_game_btn-vrt {
  background: #20D436;
  margin: 0.75rem 1rem 1rem;
  transition: background .2s;
  border-radius: 8px;
  padding: 11px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #EFF3EF;
  display: block;
}.hzh-hero_game-vrt:hover .hzh-hero_game_btn-vrt {
  background: #19C02E;
}.hzh-sbar-vrt {
  background: #0C0F0C;
  padding: 1rem 1rem 0;
}
@media(min-width: 769px) {.hzh-sbar-vrt {
  padding: 18px 24px 0;
}
}.hzh-sbar_in-vrt {
  margin: 0 auto;
  max-width: 1320px;
}.hzh-sbar_row-vrt {
  gap: 0.625rem;
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
}.hzh-sbar_input-vrt {
  transition: border-color .2s;
  flex: 1;
  background: #131613;
  border-radius: 8px;
  gap: 10px;
  padding: 0.688rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  cursor: pointer;
  display: flex;
  color: #697069;
  font-size: 13px;
  align-items: center;
}.hzh-sbar_input-vrt:hover {
  border-color: rgba(32, 212, 54, 0.45);
}.hzh-sbar_input-vrt svg {
  stroke-linejoin: round;
  width: 0.938rem;
  flex-shrink: 0;
  stroke-linecap: round;
  height: 15px;
}.hzh-sbar_providers-vrt {
  padding: 0.688rem 1.125rem;
  transition: border-color .2s;
  border-radius: 0.5rem;
  background: #131613;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 8px;
  display: flex;
  color: #C4CCC4;
  white-space: nowrap;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
}.hzh-sbar_providers-vrt:hover {
  border-color: rgba(32, 212, 54, 0.45);
  color: #EFF3EF;
}.hzh-sbar_providers-vrt svg {
  height: 0.875rem;
  width: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.hzh-sbar_tabs-vrt {
  gap: 0.375rem;
  padding-bottom: 2px;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
}.hzh-sbar_tabs-vrt::-webkit-scrollbar {
  display: none;
}.hzh-sbar_tab-vrt {
  background: rgba(255, 255, 255, 0.05);
  gap: 7px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  padding: 8px 14px;
  cursor: pointer;
  font-size: 0.75rem;
  color: #8C968C;
  flex-shrink: 0;
  font-weight: 600;
  white-space: nowrap;
  align-items: center;
  display: flex;
}.hzh-sbar_tab-vrt:hover {
  border-color: rgba(32, 212, 54, 0.45);
  background: rgba(255, 255, 255, 0.07);
  color: #EFF3EF;
}.hzh-sbar_tab-vrt.hzh-state_active-vrt {
  background: rgba(32, 212, 54, 0.15);
  border-color: rgba(32, 212, 54, 0.07);
  color: #EFF3EF;
}.hzh-sbar_tab_ic-vrt svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.875rem;
  height: 14px;
}.hzh-wy-vrt {
  padding: 2rem 16px 0;
  background: #0C0F0C;
}
@media(min-width: 765px) {.hzh-wy-vrt {
  padding: 40px 24px 0;
}
}.hzh-wy_in-vrt {
  margin: 0 auto;
  max-width: 82.5rem;
}.hzh-wy_head-vrt {
  margin-bottom: 1.125rem;
  max-width: 45rem;
}.hzh-wy_label-vrt {
  color: #20D436;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 8px;
}.hzh-wy_h2-vrt {
  margin-bottom: 8px;
  color: #EFF3EF;
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
}
@media(min-width: 766px) {.hzh-wy_h2-vrt {
  font-size: 24px;
}
}.hzh-wy_intro-vrt {
  margin: 0;
  color: #697069;
  line-height: 1.6;
  font-size: 0.813rem;
}.hzh-wy_grid-vrt {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.hzh-wy_grid-vrt {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.hzh-wy_grid-vrt {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.hzh-wy_card-vrt {
  background: #171B17;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem;
  transition: border-color .2s,transform .2s;
}.hzh-wy_card-vrt:hover {
  border-color: rgba(32, 212, 54, 0.07);
  transform: translateY(-2px);
}.hzh-wy_card_ic-vrt {
  border-radius: 50%;
  background: rgba(32, 212, 54, 0.15);
  margin-bottom: 14px;
  width: 44px;
  color: #20D436;
  display: flex;
  justify-content: center;
  height: 44px;
  align-items: center;
}.hzh-wy_card_ic-vrt svg {
  stroke-linecap: round;
  height: 22px;
  stroke-linejoin: round;
  width: 22px;
}.hzh-wy_card_h-vrt {
  color: #EFF3EF;
  margin-bottom: 6px;
  line-height: 1.25;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 15px;
}.hzh-wy_card_p-vrt {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #697069;
  line-height: 1.6;
}.hzh-wy_card_p-vrt strong {
  color: #C4CCC4;
  font-weight: 600;
}.hzh-gr_jp-vrt {
  background: linear-gradient(135deg,#1B0B3A 0%,#0C0F0C 100%);
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 13px;
  position: relative;
}.hzh-gr_jp-vrt::before {
  background: radial-gradient(circle,rgba(13, 107, 56, 0.30) 0%,transparent 70%);
  border-radius: 50%;
  content: '';
  left: -3.75rem;
  position: absolute;
  width: 15.625rem;
  top: -3.75rem;
  height: 15.625rem;
}.hzh-gr_jp-vrt::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(240, 160, 32, 0.16) 0%,transparent 70%);
  content: '';
  width: 12.5rem;
  position: absolute;
  height: 200px;
  bottom: -2.5rem;
  right: 0;
}.hzh-gr_jp_head-vrt {
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  position: relative;
  align-items: flex-start;
  z-index: 1;
  margin-bottom: 16px;
}.hzh-gr_jp_info-vrt {
  flex: 1;
}.hzh-gr_jp_label-vrt {
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 0.375rem;
  color: #8B3FD8;
  text-transform: uppercase;
}.hzh-gr_jp_label-vrt svg {
  stroke-linejoin: round;
  width: 14px;
  height: 0.875rem;
  vertical-align: -2px;
  margin-right: 0.25rem;
  stroke-linecap: round;
}.hzh-gr_jp_amount-vrt {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1;
  color: #EFF3EF;
  overflow-wrap: break-word;
  margin-bottom: 4px;
}
@media(min-width:768px) {.hzh-gr_jp_amount-vrt {
  font-size: 40px;
}
}.hzh-gr_jp_amount-vrt span {
  color: #F0A020;
}.hzh-gr_jp_seo-vrt {
  max-width: 480px;
  line-height: 1.5;
  overflow-wrap: break-word;
  color: #8C968C;
  font-size: 0.75rem;
}.hzh-gr_jp_cta-vrt {
  border: 1px solid rgba(13, 107, 56, 0.30);
  padding: 0.688rem 1.25rem;
  background: rgba(13, 107, 56, 0.30);
  transition: background .2s;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 0.813rem;
  align-self: flex-start;
  color: #EFF3EF;
  flex-shrink: 0;
  position: relative;
  margin-top: 0.25rem;
  white-space: nowrap;
  z-index: 1;
}.hzh-gr_jp_cta-vrt:hover {
  background: #0D6B38;
}.hzh-ws-vrt {
  background: #0C0F0C;
  padding: 32px 16px 0;
}
@media(min-width: 766px) {.hzh-ws-vrt {
  padding: 2.25rem 24px 0;
}
}.hzh-ws_in-vrt {
  margin: 0 auto;
  max-width: 1320px;
}.hzh-ws_head-vrt {
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 14px;
}.hzh-ws_title-vrt {
  gap: 0.625rem;
  color: #EFF3EF;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
}.hzh-ws_title_ic-vrt svg {
  height: 1.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 18px;
  color: #F0A020;
}.hzh-ws_online-vrt {
  gap: 0.438rem;
  color: #697069;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
}.hzh-ws_online_dot-vrt {
  background: #17A829;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 0.375rem rgba(23, 168, 41, 0.18);
  width: 8px;
  height: 8px;
}.hzh-ws_scroll-vrt {
  gap: 8px;
  display: flex;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  overflow-x: auto;
}.hzh-ws_scroll-vrt::-webkit-scrollbar {
  display: none;
}.hzh-wc-vrt {
  background: #131613;
  padding: 0.625rem 0.875rem;
  border-radius: 8px;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  align-items: center;
  min-width: 13.75rem;
  flex-shrink: 0;
  display: flex;
}.hzh-wc_img-vrt {
  background: #171B17;
  overflow: hidden;
  border-radius: 5px;
  height: 2.25rem;
  width: 36px;
  flex-shrink: 0;
}.hzh-wc_img-vrt img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.hzh-wc_info-vrt {
  min-width: 0;
}.hzh-wc_game-vrt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #C4CCC4;
  font-size: 0.75rem;
}.hzh-wc_player-vrt {
  overflow: hidden;
  color: #525852;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 10px;
}.hzh-wc_amount-vrt {
  color: #17A829;
  white-space: nowrap;
  font-weight: 700;
  margin-left: auto;
  font-size: 13px;
  flex-shrink: 0;
}.hzh-reg-vrt {
  background: #0C0F0C;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.hzh-reg-vrt {
  padding: 2.75rem 24px 0;
}
}.hzh-reg_in-vrt {
  border-radius: 13px;
  background: #171B17;
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  max-width: 82.5rem;
}
@media(min-width:768px) {.hzh-reg_in-vrt {
  padding: 40px;
}
}.hzh-reg_top-vrt {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.hzh-reg_top-vrt {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.hzh-reg_label-vrt {
  color: #20D436;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
}.hzh-reg_h2-vrt {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  color: #EFF3EF;
  font-size: 22px;
  line-height: 1.2;
}
@media(min-width: 770px) {.hzh-reg_h2-vrt {
  font-size: 1.75rem;
}
}.hzh-reg_bonus-vrt {
  padding: 10px 1rem;
  border: 1px solid rgba(240, 160, 32, 0.16);
  border-radius: 8px;
  gap: 8px;
  background: rgba(240, 160, 32, 0.16);
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
}.hzh-reg_bonus_amount-vrt {
  font-size: 1.25rem;
  font-weight: 800;
  color: #F0A020;
}.hzh-reg_bonus_text-vrt {
  font-size: 0.813rem;
  line-height: 1.35;
  color: #8C968C;
}.hzh-reg_cta_btn-vrt {
  padding: 0.875rem 32px;
  background: #17A829;
  transition: background .2s;
  border-radius: 0.5rem;
  margin-bottom: 12px;
  font-size: 0.938rem;
  box-shadow: 0 6px 1.25rem rgba(23, 168, 41, 0.52), inset 0 1px 0 rgba(255, 255, 255, 0.10);
  color: #060C07;
  display: inline-block;
  font-weight: 700;
}.hzh-reg_cta_btn-vrt:hover {
  background: #139822;
}.hzh-reg_terms-vrt {
  font-size: 0.688rem;
  line-height: 1.5;
  color: #525852;
}.hzh-reg_seo-vrt {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #697069;
  font-size: 0.813rem;
  margin-top: 20px;
  overflow-wrap: break-word;
  padding-top: 20px;
  line-height: 1.65;
}.hzh-reg_seo-vrt p {
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 10px;
  color: #697069;
}.hzh-reg_seo-vrt p:last-child {
  margin-bottom: 0;
}.hzh-reg_seo-vrt strong {
  color: #C4CCC4;
  font-weight: 700;
}.hzh-reg_seo-vrt a {
  transition: color .2s;
  text-decoration: underline;
  color: #20D436;
}.hzh-reg_seo-vrt a:hover {
  color: #19C02E;
}.hzh-reg_seo-vrt ul,.hzh-reg_seo-vrt ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.hzh-reg_seo-vrt ol {
  list-style: decimal;
}.hzh-reg_seo-vrt li {
  font-size: 0.813rem;
  line-height: 1.65;
  color: #697069;
  margin-bottom: 4px;
}.hzh-reg_seo-vrt table {
  font-size: 0.813rem;
  margin-bottom: 10px;
  overflow-x: auto;
  display: block;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 766px) {.hzh-reg_seo-vrt table {
  display: table;
}
}.hzh-reg_seo-vrt th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  color: #C4CCC4;
  font-weight: 700;
  text-align: left;
}.hzh-reg_seo-vrt td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #697069;
}.hzh-reg_steps-vrt {
  gap: 14px;
  display: flex;
  margin-top: 1.75rem;
  flex-direction: column;
}
@media(min-width: 857px) {.hzh-reg_steps-vrt {
  margin-top: 0;
}
}.hzh-reg_step-vrt {
  gap: 0.875rem;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.hzh-reg_step_num-vrt {
  border-radius: 50%;
  background: rgba(32, 212, 54, 0.15);
  border: 1px solid rgba(32, 212, 54, 0.07);
  width: 34px;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  display: flex;
  font-weight: 800;
  align-items: center;
  color: #20D436;
  height: 2.125rem;
}.hzh-reg_step_title-vrt {
  margin-bottom: 3px;
  font-size: 0.875rem;
  color: #EFF3EF;
  font-weight: 700;
}.hzh-reg_step_text-vrt {
  line-height: 1.5;
  color: #697069;
  font-size: 0.75rem;
}.hzh-reg_trust-vrt {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 1.25rem;
  display: flex;
}.hzh-reg_trust_item-vrt {
  gap: 7px;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
  color: #697069;
  font-size: 12px;
}.hzh-reg_trust_ic-vrt svg {
  width: 16px;
  color: #20D436;
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.hzh-htp-vrt {
  background: #0C0F0C;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.hzh-htp-vrt {
  padding: 2.75rem 1.5rem 0;
}
}.hzh-htp_in-vrt {
  margin: 0 auto;
  max-width: 82.5rem;
}.hzh-htp_head-vrt {
  max-width: 45rem;
  margin-bottom: 22px;
}.hzh-htp_label-vrt {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #20D436;
  font-size: 0.688rem;
  font-weight: 700;
}.hzh-htp_h2-vrt {
  margin-bottom: 8px;
  color: #EFF3EF;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-size: 22px;
}
@media(min-width: 766px) {.hzh-htp_h2-vrt {
  font-size: 1.75rem;
}
}.hzh-htp_intro-vrt {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #697069;
}.hzh-htp_steps-vrt {
  margin: 0;
  list-style: none;
  gap: 0.75rem;
  padding: 0;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width: 641px) {.hzh-htp_steps-vrt {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.hzh-htp_steps-vrt {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.hzh-htp_step-vrt {
  border-radius: 8px;
  background: #171B17;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem 18px 18px;
  flex-direction: column;
  display: flex;
  position: relative;
}.hzh-htp_step_num-vrt {
  background: #20D436;
  border-radius: 50%;
  height: 28px;
  color: #060C07;
  top: -12px;
  position: absolute;
  justify-content: center;
  left: 1.25rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  display: flex;
  width: 28px;
  align-items: center;
  font-size: 0.813rem;
}.hzh-htp_step_ic-vrt {
  background: rgba(32, 212, 54, 0.15);
  border-radius: 0.313rem;
  margin: 0.5rem 0 0.75rem;
  width: 2.25rem;
  align-items: center;
  height: 36px;
  justify-content: center;
  display: flex;
  color: #20D436;
}.hzh-htp_step_ic-vrt svg {
  height: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 18px;
}.hzh-htp_step_h-vrt {
  font-weight: 700;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.25;
  margin-bottom: 6px;
  color: #EFF3EF;
}.hzh-htp_step_p-vrt {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #697069;
}.hzh-htp_step_p-vrt strong {
  color: #C4CCC4;
  font-weight: 600;
}.hzh-htp_cta-vrt {
  background: #17A829;
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 0.813rem 1.625rem;
  font-weight: 700;
  margin-top: 1.25rem;
  display: inline-block;
  color: #060C07;
  font-size: 14px;
}.hzh-htp_cta-vrt:hover {
  background: #139822;
}.hzh-bon-vrt {
  padding: 2.25rem 1rem 0;
  background: #0C0F0C;
}
@media(min-width: 770px) {.hzh-bon-vrt {
  padding: 44px 24px 0;
}
}.hzh-bon_in-vrt {
  margin: 0 auto;
  max-width: 82.5rem;
}.hzh-bon_head-vrt {
  margin-bottom: 1.25rem;
}.hzh-bon_label-vrt {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #20D436;
  letter-spacing: .08em;
}.hzh-bon_h2-vrt {
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  color: #EFF3EF;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media(min-width: 766px) {.hzh-bon_h2-vrt {
  font-size: 1.5rem;
}
}.hzh-bon_seo-vrt {
  overflow-wrap: break-word;
  max-width: 620px;
  color: #697069;
  font-size: 0.813rem;
  line-height: 1.6;
}.hzh-bon_seo-vrt strong {
  color: #C4CCC4;
  font-weight: 700;
}.hzh-bon_seo-vrt a {
  color: #20D436;
  text-decoration: underline;
}.hzh-bon_grid-vrt {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 642px) {.hzh-bon_grid-vrt {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.hzh-bon_grid-vrt {
  grid-template-columns: repeat(5,1fr);
}
}.hzh-bon_card-vrt {
  transition: border-color .2s,transform .2s;
  background: #131613;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  padding: 16px;
}.hzh-bon_card-vrt:hover {
  border-color: rgba(32, 212, 54, 0.07);
  transform: translateY(-2px);
}.hzh-bon_card_ic-vrt svg {
  stroke-linecap: round;
  width: 26px;
  stroke-linejoin: round;
  height: 26px;
}.hzh-bon_card_ic-vrt {
  margin-bottom: 10px;
}.hzh-bon_card_type-vrt {
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 700;
  color: #697069;
}.hzh-bon_card_amount-vrt {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.1;
  color: #F0A020;
  margin-bottom: 0.375rem;
}.hzh-bon_card_name-vrt {
  font-size: 0.813rem;
  color: #EFF3EF;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 600;
}.hzh-bon_card_detail-vrt {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 0.688rem;
  color: #525852;
  padding-top: 8px;
}.hzh-app-vrt {
  padding: 36px 1rem 0;
  background: #0C0F0C;
}
@media(min-width: 769px) {.hzh-app-vrt {
  padding: 2.75rem 1.5rem 0;
}
}.hzh-app_in-vrt {
  margin: 0 auto;
  max-width: 1320px;
}.hzh-app_head-vrt {
  margin-bottom: 1rem;
}.hzh-app_label-vrt {
  font-weight: 700;
  font-size: 11px;
  color: #20D436;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
}.hzh-app_h2-vrt {
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  color: #EFF3EF;
  font-size: 20px;
  margin-bottom: 0.375rem;
}
@media(min-width: 765px) {.hzh-app_h2-vrt {
  font-size: 24px;
}
}.hzh-app_sub-vrt {
  color: #697069;
  line-height: 1.6;
  max-width: 37.5rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.hzh-app_sub-vrt strong {
  font-weight: 700;
  color: #C4CCC4;
}.hzh-app_cards-vrt {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  margin-top: 16px;
  display: grid;
}
@media(min-width: 643px) {.hzh-app_cards-vrt {
  grid-template-columns: repeat(3,1fr);
}
}.hzh-app_card-vrt {
  padding: 20px;
  gap: 16px;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.hzh-app_card_ios-vrt {
  background: linear-gradient(135deg,rgba(32, 212, 54, 0.15) 0%,#171B17 100%);
}.hzh-app_card_android-vrt {
  background: linear-gradient(135deg,rgba(23, 168, 41, 0.18) 0%,#171B17 100%);
}.hzh-app_card_win-vrt {
  background: linear-gradient(135deg,rgba(240, 160, 32, 0.16) 0%,#171B17 100%);
}.hzh-app_card_ic-vrt svg {
  stroke-linecap: round;
  height: 2.125rem;
  width: 2.125rem;
  stroke-linejoin: round;
}.hzh-app_card_ic-vrt {
  flex-shrink: 0;
  color: #EFF3EF;
}.hzh-app_card_os-vrt {
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #697069;
}.hzh-app_card_title-vrt {
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  color: #EFF3EF;
}.hzh-app_card_text-vrt {
  line-height: 1.5;
  margin-bottom: 0.875rem;
  font-size: 12px;
  color: #697069;
  overflow-wrap: break-word;
}.hzh-app_card_btn-vrt {
  gap: 7px;
  border: 1px solid rgba(32, 212, 54, 0.45);
  transition: background .2s;
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 1.125rem;
  border-radius: 5px;
  color: #EFF3EF;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 0.813rem;
}.hzh-app_card_btn-vrt:hover {
  background: rgba(255, 255, 255, 0.07);
}.hzh-prov-vrt {
  padding: 2.25rem 1rem 0;
  background: #0C0F0C;
}
@media(min-width: 769px) {.hzh-prov-vrt {
  padding: 44px 24px 0;
}
}.hzh-prov_in-vrt {
  margin: 0 auto;
  max-width: 1320px;
}.hzh-prov_head-vrt {
  margin-bottom: 1rem;
}.hzh-prov_label-vrt {
  color: #20D436;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
}.hzh-prov_h2-vrt {
  color: #EFF3EF;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.hzh-prov_h2-vrt {
  font-size: 24px;
}
}.hzh-prov_seo-vrt {
  overflow-wrap: break-word;
  margin-bottom: 16px;
  line-height: 1.6;
  font-size: 13px;
  max-width: 620px;
  color: #697069;
}.hzh-prov_seo-vrt strong {
  font-weight: 700;
  color: #C4CCC4;
}.hzh-prov_seo-vrt a {
  color: #20D436;
  text-decoration: underline;
}.hzh-prov_grid-vrt {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 638px) {.hzh-prov_grid-vrt {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.hzh-prov_grid-vrt {
  grid-template-columns: repeat(8,1fr);
}
}.hzh-prov_card-vrt {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,background .2s;
  padding: 14px 0.625rem;
  gap: 0.438rem;
  background: #131613;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  display: flex;
}.hzh-prov_card-vrt:hover {
  border-color: rgba(32, 212, 54, 0.45);
  background: #171B17;
}.hzh-prov_logo-vrt {
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  width: 2.75rem;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
}.hzh-prov_logo-vrt img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.hzh-prov_name-vrt {
  font-size: 11px;
  text-align: center;
  overflow-wrap: break-word;
  font-weight: 600;
  color: #8C968C;
}.hzh-seo-vrt {
  padding: 36px 1rem 0;
  background: #0C0F0C;
}
@media(min-width: 766px) {.hzh-seo-vrt {
  padding: 44px 1.5rem 0;
}
}.hzh-seo_in-vrt {
  background: #171B17;
  margin: 0 auto;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 28px 24px;
  max-width: 1320px;
}
@media(min-width: 770px) {.hzh-seo_in-vrt {
  padding: 2.25rem 2.5rem;
}
}.hzh-seo_label-vrt {
  margin-bottom: 10px;
  color: #20D436;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
}.hzh-seo_h2-vrt {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #EFF3EF;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.875rem;
  line-height: 1.25;
}
@media(min-width: 771px) {.hzh-seo_h2-vrt {
  font-size: 1.5rem;
}
}.hzh-seo_body-vrt {
  font-size: 14px;
  overflow-wrap: break-word;
  color: #8C968C;
  line-height: 1.75;
}.hzh-seo_body-vrt p {
  color: #8C968C;
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 14px;
}.hzh-seo_body-vrt p:last-child {
  margin-bottom: 0;
}.hzh-seo_body-vrt strong {
  font-weight: 700;
  color: #C4CCC4;
}.hzh-seo_body-vrt a {
  transition: color .2s;
  color: #20D436;
  text-decoration: underline;
}.hzh-seo_body-vrt a:hover {
  color: #19C02E;
}.hzh-seo_body-vrt ul,.hzh-seo_body-vrt ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.hzh-seo_body-vrt ol {
  list-style: decimal;
}.hzh-seo_body-vrt li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #8C968C;
  font-size: 0.875rem;
}.hzh-seo_body-vrt table {
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 12px;
  font-size: 0.813rem;
  display: block;
}
@media(min-width:768px) {.hzh-seo_body-vrt table {
  display: table;
}
}.hzh-seo_body-vrt th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C4CCC4;
  font-weight: 700;
  text-align: left;
}.hzh-seo_body-vrt td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8C968C;
}.hzh-seo_cols-vrt {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 637px) {.hzh-seo_cols-vrt {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.hzh-seo_cols-vrt {
  grid-template-columns: repeat(3,1fr);
}
}.hzh-seo_col_h-vrt {
  color: #C4CCC4;
  font-weight: 700;
  font-size: 0.813rem;
  margin-bottom: 7px;
  overflow-wrap: break-word;
}.hzh-seo_col_p-vrt {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #697069;
  line-height: 1.65;
}.hzh-seo_stats-vrt {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.hzh-seo_stat-vrt {
  background: rgba(32, 212, 54, 0.07);
  flex: 1;
  border-radius: 0.5rem;
  border: 1px solid rgba(32, 212, 54, 0.15);
  padding: 0.875rem 1rem;
  min-width: 140px;
}.hzh-seo_stat_val-vrt {
  font-weight: 800;
  margin-bottom: 0.25rem;
  font-size: 20px;
  color: #20D436;
  overflow-wrap: break-word;
}.hzh-seo_stat_lb-vrt {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #697069;
}.hzh-faq-vrt {
  background: #0C0F0C;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.hzh-faq-vrt {
  padding: 2.75rem 1.5rem 0;
}
}.hzh-faq_in-vrt {
  margin: 0 auto;
  max-width: 1320px;
}.hzh-faq_head-vrt {
  margin-bottom: 1.25rem;
}.hzh-faq_label-vrt {
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #20D436;
  margin-bottom: 8px;
}.hzh-faq_h2-vrt {
  font-size: 1.25rem;
  font-family: 'Barlow Condensed', sans-serif;
  color: #EFF3EF;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 769px) {.hzh-faq_h2-vrt {
  font-size: 24px;
}
}.hzh-faq_list-vrt {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.hzh-faq_item-vrt {
  border-radius: 0.5rem;
  background: #171B17;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.hzh-faq_q-vrt {
  gap: 12px;
  padding: 1rem 1.25rem;
  transition: color .2s;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  overflow-wrap: break-word;
  color: #C4CCC4;
  font-size: 0.875rem;
  flex-wrap: wrap;
  font-weight: 600;
  display: flex;
}.hzh-faq_q-vrt:hover {
  color: #EFF3EF;
}.hzh-faq_q_ic-vrt {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  flex-shrink: 0;
  font-size: 16px;
  color: #20D436;
}.hzh-faq_item-vrt.hzh-state_open-vrt .hzh-faq_q_ic-vrt {
  transform: rotate(45deg);
}.hzh-faq_a-vrt {
  padding: 0 20px 1rem;
  display: none;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.7;
  color: #697069;
}.hzh-faq_item-vrt.hzh-state_open-vrt .hzh-faq_a-vrt {
  display: block;
}.hzh-faq_a-vrt strong {
  font-weight: 700;
  color: #C4CCC4;
}.hzh-faq_a-vrt a {
  text-decoration: underline;
  color: #20D436;
}.hzh-faq_a-vrt ul,.hzh-faq_a-vrt ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.hzh-faq_a-vrt ol {
  list-style: decimal;
}.hzh-faq_a-vrt li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.hzh-faq_a-vrt table {
  margin: 8px 0;
  border-collapse: collapse;
  font-size: 12px;
  overflow-x: auto;
  width: 100%;
  display: block;
}
@media(min-width: 766px) {.hzh-faq_a-vrt table {
  display: table;
}
}.hzh-faq_a-vrt th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C4CCC4;
  font-weight: 700;
  text-align: left;
}.hzh-faq_a-vrt td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #697069;
}.hzh-seo-vrt {
  background: #0C0F0C;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.hzh-seo-vrt {
  padding: 44px 24px 0;
}
}.hzh-seo_in-vrt {
  margin: 0 auto;
  border-radius: 13px;
  background: #171B17;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.75rem 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.hzh-seo_in-vrt {
  padding: 36px 2.5rem;
}
}.hzh-seo_label-vrt {
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #20D436;
  font-size: 0.688rem;
}.hzh-seo_h2-vrt {
  font-weight: 800;
  margin-bottom: 0.875rem;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #EFF3EF;
  line-height: 1.25;
}
@media(min-width: 765px) {.hzh-seo_h2-vrt {
  font-size: 24px;
}
}.hzh-seo_body-vrt {
  overflow-wrap: break-word;
  color: #8C968C;
  line-height: 1.75;
  font-size: 0.875rem;
}.hzh-seo_body-vrt p {
  line-height: 1.75;
  color: #8C968C;
  font-size: 14px;
  margin-bottom: 0.75rem;
}.hzh-seo_body-vrt p:last-child {
  margin-bottom: 0;
}.hzh-seo_body-vrt strong {
  font-weight: 700;
  color: #C4CCC4;
}.hzh-seo_body-vrt a {
  transition: color .2s;
  text-decoration: underline;
  color: #20D436;
}.hzh-seo_body-vrt a:hover {
  color: #19C02E;
}.hzh-seo_body-vrt ul,.hzh-seo_body-vrt ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.hzh-seo_body-vrt ol {
  list-style: decimal;
}.hzh-seo_body-vrt li {
  font-size: 14px;
  line-height: 1.75;
  color: #8C968C;
  margin-bottom: 6px;
}.hzh-seo_body-vrt table {
  display: block;
  font-size: 0.813rem;
  overflow-x: auto;
  margin-bottom: 12px;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 769px) {.hzh-seo_body-vrt table {
  display: table;
}
}.hzh-seo_body-vrt th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C4CCC4;
  font-weight: 700;
  text-align: left;
}.hzh-seo_body-vrt td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #8C968C;
}.hzh-seo_cols-vrt {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 643px) {.hzh-seo_cols-vrt {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.hzh-seo_cols-vrt {
  grid-template-columns: repeat(3,1fr);
}
}.hzh-seo_col_h-vrt {
  overflow-wrap: break-word;
  color: #C4CCC4;
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 13px;
}.hzh-seo_col_p-vrt {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #697069;
}.hzh-seo_stats-vrt {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.hzh-seo_stat-vrt {
  border: 1px solid rgba(32, 212, 54, 0.15);
  padding: 14px 1rem;
  background: rgba(32, 212, 54, 0.07);
  flex: 1;
  border-radius: 8px;
  min-width: 140px;
}.hzh-seo_stat_val-vrt {
  color: #20D436;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.25rem;
  font-size: 20px;
}.hzh-seo_stat_lb-vrt {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #697069;
}.hzh-rv-vrt {
  background: #0C0F0C;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.hzh-rv-vrt {
  padding: 44px 1.5rem 0;
}
}.hzh-rv_in-vrt {
  margin: 0 auto;
  max-width: 1320px;
}.hzh-rv_head-vrt {
  max-width: 45rem;
  margin-bottom: 20px;
}.hzh-rv_label-vrt {
  font-weight: 700;
  text-transform: uppercase;
  color: #20D436;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 8px;
}.hzh-rv_h2-vrt {
  color: #EFF3EF;
  font-weight: 800;
  font-size: 1.375rem;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 769px) {.hzh-rv_h2-vrt {
  font-size: 1.75rem;
}
}.hzh-rv_stats-vrt {
  gap: 1.125rem;
  color: #697069;
  font-size: 0.813rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.hzh-rv_stats_score-vrt {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.hzh-rv_stats_score_val-vrt {
  font-size: 1.375rem;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F0A020;
  font-weight: 800;
}.hzh-rv_stats_score_max-vrt {
  font-size: 0.813rem;
  color: #525852;
}.hzh-rv_stats_badge-vrt {
  gap: 4px;
  display: flex;
  align-items: center;
}.hzh-rv_stats_badge-vrt svg {
  color: #F0A020;
  height: 0.875rem;
  width: 14px;
}.hzh-rv_grid-vrt {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.hzh-rv_grid-vrt {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.hzh-rv_grid-vrt {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.hzh-rv_card-vrt {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  padding: 20px;
  background: #171B17;
  flex-direction: column;
  display: flex;
}.hzh-rv_card_stars-vrt {
  gap: 2px;
  display: flex;
  margin-bottom: 0.625rem;
  color: #F0A020;
}.hzh-rv_card_stars-vrt svg {
  width: 14px;
  height: 14px;
}.hzh-rv_card_h-vrt {
  font-size: 0.875rem;
  line-height: 1.3;
  overflow-wrap: break-word;
  color: #EFF3EF;
  font-weight: 700;
  margin-bottom: 8px;
}.hzh-rv_card_body-vrt {
  flex: 1;
  margin-bottom: 0.875rem;
  color: #697069;
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.hzh-rv_card_body-vrt strong {
  font-weight: 600;
  color: #C4CCC4;
}.hzh-rv_card_meta-vrt {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding-top: 0.75rem;
  flex-wrap: wrap;
}.hzh-rv_card_author-vrt {
  font-size: 0.75rem;
  color: #C4CCC4;
  font-weight: 600;
}.hzh-rv_card_date-vrt {
  font-size: 11px;
  color: #525852;
}.hzh-seo-vrt {
  padding: 36px 1rem 0;
  background: #0C0F0C;
}
@media(min-width: 769px) {.hzh-seo-vrt {
  padding: 2.75rem 24px 0;
}
}.hzh-seo_in-vrt {
  padding: 28px 1.5rem;
  background: #171B17;
  border-radius: 0.813rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 1320px;
}
@media(min-width: 765px) {.hzh-seo_in-vrt {
  padding: 2.25rem 2.5rem;
}
}.hzh-seo_label-vrt {
  color: #20D436;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}.hzh-seo_h2-vrt {
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  color: #EFF3EF;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.25;
}
@media(min-width: 771px) {.hzh-seo_h2-vrt {
  font-size: 24px;
}
}.hzh-seo_body-vrt {
  line-height: 1.75;
  color: #8C968C;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.hzh-seo_body-vrt p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #8C968C;
}.hzh-seo_body-vrt p:last-child {
  margin-bottom: 0;
}.hzh-seo_body-vrt strong {
  color: #C4CCC4;
  font-weight: 700;
}.hzh-seo_body-vrt a {
  transition: color .2s;
  color: #20D436;
  text-decoration: underline;
}.hzh-seo_body-vrt a:hover {
  color: #19C02E;
}.hzh-seo_body-vrt ul,.hzh-seo_body-vrt ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.hzh-seo_body-vrt ol {
  list-style: decimal;
}.hzh-seo_body-vrt li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #8C968C;
  font-size: 14px;
}.hzh-seo_body-vrt table {
  margin-bottom: 12px;
  overflow-x: auto;
  font-size: 0.813rem;
  width: 100%;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 766px) {.hzh-seo_body-vrt table {
  display: table;
}
}.hzh-seo_body-vrt th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  color: #C4CCC4;
  font-weight: 700;
  text-align: left;
}.hzh-seo_body-vrt td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8C968C;
}.hzh-seo_cols-vrt {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 639px) {.hzh-seo_cols-vrt {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.hzh-seo_cols-vrt {
  grid-template-columns: repeat(3,1fr);
}
}.hzh-seo_col_h-vrt {
  overflow-wrap: break-word;
  color: #C4CCC4;
  font-size: 13px;
  margin-bottom: 7px;
  font-weight: 700;
}.hzh-seo_col_p-vrt {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #697069;
  line-height: 1.65;
}.hzh-seo_stats-vrt {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.hzh-seo_stat-vrt {
  flex: 1;
  border-radius: 0.5rem;
  padding: 14px 16px;
  border: 1px solid rgba(32, 212, 54, 0.15);
  background: rgba(32, 212, 54, 0.07);
  min-width: 8.75rem;
}.hzh-seo_stat_val-vrt {
  font-weight: 800;
  color: #20D436;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}.hzh-seo_stat_lb-vrt {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #697069;
}.hzh-pmt-vrt {
  background: #0C0F0C;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.hzh-pmt-vrt {
  padding: 44px 24px 0;
}
}.hzh-pmt_in-vrt {
  margin: 0 auto;
  max-width: 82.5rem;
}.hzh-pmt_head-vrt {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.hzh-pmt_label-vrt {
  letter-spacing: .08em;
  color: #20D436;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
}.hzh-pmt_h2-vrt {
  font-size: 1.375rem;
  overflow-wrap: break-word;
  color: #EFF3EF;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 767px) {.hzh-pmt_h2-vrt {
  font-size: 1.75rem;
}
}.hzh-pmt_intro-vrt {
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #697069;
  font-size: 14px;
}.hzh-pmt_groups-vrt {
  gap: 1.25rem;
  flex-direction: column;
  display: flex;
}.hzh-pmt_group-vrt {
  background: #171B17;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 20px;
  border-radius: 8px;
}.hzh-pmt_group_head-vrt {
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.625rem;
  display: flex;
}.hzh-pmt_group_ic-vrt {
  background: rgba(32, 212, 54, 0.15);
  border-radius: 5px;
  color: #20D436;
  justify-content: center;
  height: 36px;
  align-items: center;
  flex-shrink: 0;
  width: 36px;
  display: flex;
}.hzh-pmt_group_ic-vrt svg {
  stroke-linecap: round;
  height: 1.125rem;
  stroke-linejoin: round;
  width: 18px;
}.hzh-pmt_group_h-vrt {
  margin: 0;
  color: #EFF3EF;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  overflow-wrap: break-word;
}.hzh-pmt_group_p-vrt {
  font-size: 13px;
  line-height: 1.6;
  color: #697069;
  margin-bottom: 14px;
  overflow-wrap: break-word;
}.hzh-pmt_group_p-vrt strong {
  font-weight: 600;
  color: #C4CCC4;
}.hzh-pmt_table_wrap-vrt {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.hzh-pmt_table-vrt {
  min-width: 540px;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.813rem;
}.hzh-pmt_table-vrt th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  letter-spacing: .04em;
  font-size: 11px;
  color: #C4CCC4;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: left;
}.hzh-pmt_table-vrt td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  color: #697069;
}.hzh-pmt_table-vrt tbody tr:last-child td {
  border-bottom: none;
}.hzh-pmt_table-vrt tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C4CCC4;
}.hzh-ft-vrt {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #080A08;
  margin-top: 3rem;
}.hzh-ft_support-vrt {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 766px) {.hzh-ft_support-vrt {
  padding: 1.75rem 1.5rem;
}
}.hzh-ft_support_in-vrt {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 82.5rem;
}.hzh-ft_support_main-vrt {
  gap: 16px;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  min-width: 13.75rem;
}.hzh-ft_support_ic-vrt {
  color: #20D436;
  flex-shrink: 0;
}.hzh-ft_support_ic-vrt svg {
  stroke-linecap: round;
  height: 1.875rem;
  stroke-linejoin: round;
  width: 1.875rem;
}.hzh-ft_support_text_title-vrt {
  overflow-wrap: break-word;
  margin-bottom: 3px;
  font-size: 15px;
  color: #EFF3EF;
  font-weight: 700;
}.hzh-ft_support_text_sub-vrt {
  overflow-wrap: break-word;
  color: #697069;
  font-size: 0.75rem;
}.hzh-ft_support_btn-vrt {
  background: #20D436;
  padding: 11px 22px;
  transition: background .2s;
  border-radius: 8px;
  flex-shrink: 0;
  font-weight: 700;
  white-space: nowrap;
  color: #EFF3EF;
  font-size: 0.813rem;
}.hzh-ft_support_btn-vrt:hover {
  background: #19C02E;
}.hzh-ft_support_contacts-vrt {
  gap: 1rem;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.hzh-ft_support_contact-vrt {
  color: #525852;
  line-height: 1.4;
  font-size: 0.75rem;
}.hzh-ft_support_contact-vrt strong {
  display: block;
  color: #8C968C;
  font-size: 11px;
  margin-bottom: 2px;
  font-weight: 600;
}.hzh-ft_main-vrt {
  padding: 32px 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width:768px) {.hzh-ft_main-vrt {
  padding: 40px 1.5rem 2rem;
}
}.hzh-ft_main_in-vrt {
  gap: 1.5rem;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 1320px;
}
@media(min-width:640px) {.hzh-ft_main_in-vrt {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.hzh-ft_main_in-vrt {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.hzh-ft_col_logo-vrt {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.hzh-ft_col_logo-vrt {
  grid-column: auto;
}
}.hzh-ft_logo-vrt {
  gap: 0.563rem;
  margin-bottom: 0.75rem;
  color: #EFF3EF;
  align-items: center;
  font-weight: 800;
  overflow-wrap: break-word;
  display: flex;
  font-size: 1rem;
  flex-wrap: wrap;
}.hzh-ft_logo_mark-vrt {
  overflow: hidden;
  border-radius: 5px;
  height: 30px;
  width: 30px;
}.hzh-ft_logo_mark-vrt img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.hzh-ft_logo_sub-vrt {
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #525852;
  max-width: 200px;
}.hzh-ft_col_title-vrt {
  font-size: 0.75rem;
  color: #8C968C;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .07em;
}.hzh-ft_col_links-vrt {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.hzh-ft_col_link-vrt {
  transition: color .2s;
  color: #525852;
  font-size: 13px;
  overflow-wrap: break-word;
}.hzh-ft_col_link-vrt:hover {
  color: #C4CCC4;
}.hzh-ft_apps-vrt {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.hzh-ft_app_card-vrt {
  border-radius: 5px;
  gap: 10px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  display: flex;
}.hzh-ft_app_card-vrt:hover {
  border-color: rgba(32, 212, 54, 0.45);
}.hzh-ft_app_card_ic-vrt svg {
  height: 1.375rem;
  stroke-linejoin: round;
  width: 22px;
  stroke-linecap: round;
}.hzh-ft_app_card_os-vrt {
  font-size: 10px;
  font-weight: 600;
  color: #525852;
}.hzh-ft_app_card_action-vrt {
  font-weight: 700;
  color: #C4CCC4;
  font-size: 0.75rem;
}.hzh-ft_bot-vrt {
  padding: 1.25rem 1rem;
}
@media(min-width: 767px) {.hzh-ft_bot-vrt {
  padding: 1.25rem 24px;
}
}.hzh-ft_bot_in-vrt {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  max-width: 1320px;
  align-items: center;
}.hzh-ft_socials-vrt {
  gap: 0.5rem;
  display: flex;
}.hzh-ft_soc-vrt {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.313rem;
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  align-items: center;
  height: 2.25rem;
  width: 2.25rem;
  justify-content: center;
  display: flex;
  color: #8C968C;
}.hzh-ft_soc-vrt svg {
  stroke-linejoin: round;
  height: 1rem;
  width: 1rem;
  stroke-linecap: round;
}.hzh-ft_soc-vrt:hover {
  background: rgba(255, 255, 255, 0.07);
}.hzh-ft_legal-vrt {
  flex: 1;
  line-height: 1.6;
  overflow-wrap: break-word;
  min-width: 12.5rem;
  color: #797F79;
  font-size: 0.688rem;
}.hzh-ft_legal-vrt strong {
  color: #8C968C;
  font-weight: 700;
}.hzh-ft_legal-vrt a {
  text-decoration: underline;
  color: #8C968C;
}.hzh-ft_age-vrt {
  border-radius: 50%;
  border: 2px solid #797F79;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  height: 2rem;
  font-weight: 800;
  display: flex;
  margin-left: auto;
  color: #797F79;
  flex-shrink: 0;
  width: 2rem;
}