html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  padding: 0;
  margin: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #0C1410;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  color: #C4D2CA;
  font-family: 'DM Sans', sans-serif;
}.hzr-layout_83x {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.hzr-page_83x {
  display: flex;
  min-height: 100vh;
}.hzr-main_83x {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media (min-width: 1083px) {.hzr-main_83x {
  padding-left: 13.75rem;
}
}
@media (max-width: 1080px) {.hzr-main_83x {
  padding-bottom: 72px;
}
}.hzr-gc_83x {
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 0.625rem;
  overflow: hidden;
  background: #0F1814;
  width: 140px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
@media(min-width: 638px) {.hzr-gc_83x {
  width: 9.75rem;
}
}
@media(min-width: 1078px) {.hzr-gc_83x {
  width: 10.5rem;
}
}.hzr-gc_83x:hover {
  transform: translateY(-3px);
  border-color: rgba(62,217,110,0.07);
}.hzr-gc_img_83x {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.hzr-gc_img_83x img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}.hzr-gc_hover_83x {
  background: rgba(6,10,8,0.72);
  transition: opacity .2s;
  inset: 0;
  display: flex;
  position: absolute;
  align-items: center;
  opacity: 0;
  justify-content: center;
}.hzr-gc_83x:hover .hzr-gc_hover_83x {
  opacity: 1;
}.hzr-gc_hover_btn_83x {
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  background: #3ED96E;
  color: #EEF4F0;
  font-weight: 700;
  font-size: 12px;
}.hzr-gc_info_83x {
  padding: 8px 0.625rem 10px;
}.hzr-gc_name_83x {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #C4D2CA;
  margin-bottom: 3px;
  max-width: 100%;
  white-space: nowrap;
  font-size: 0.75rem;
}.hzr-gc_prov_83x {
  font-size: 10px;
  color: #4E6458;
}.hzr-gc_tag_83x {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 9px;
  top: 0.375rem;
  z-index: 2;
  left: 0.375rem;
  font-weight: 700;
  position: absolute;
}.hzr-gc_tag_hot_83x {
  background: #E84444;
  color: #fff;
}.hzr-gc_tag_new_83x {
  background: #31C45A;
  color: #0C1410;
}.hzr-gc_tag_jp_83x {
  background: #E8A840;
  color: #0C1410;
}.hzr-gc_tag_ex_83x {
  background: #2B7A4E;
  color: #fff;
}.hzr-gc_tag_live_83x {
  background: #E84444;
  color: #fff;
}.hzr-gr_83x {
  background: #0C1410;
  padding: 2rem 16px 0;
}
@media(min-width: 769px) {.hzr-gr_83x {
  padding: 2.25rem 24px 0;
}
}.hzr-gr_in_83x {
  margin: 0 auto;
  max-width: 82.5rem;
}.hzr-gr_head_83x {
  gap: 12px;
  margin-bottom: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.hzr-gr_head_l_83x {
  gap: 0.625rem;
  flex: 1;
  align-items: center;
  display: flex;
  min-width: 0;
}.hzr-gr_ic_83x {
  border-radius: 10px;
  display: flex;
  width: 2rem;
  height: 32px;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
}.hzr-gr_ic_83x svg {
  width: 1rem;
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
}.hzr-gr_title_83x {
  font-size: 1rem;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #EEF4F0;
  font-family: 'Cinzel', serif;
}
@media(min-width: 767px) {.hzr-gr_title_83x {
  font-size: 1.125rem;
}
}.hzr-gr_more_83x {
  gap: 5px;
  transition: color .2s;
  color: #637A6C;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 600;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.hzr-gr_more_83x:hover {
  color: #3ED96E;
}.hzr-gr_more_83x svg {
  width: 0.75rem;
  stroke-linejoin: round;
  height: 12px;
  stroke-linecap: round;
}.hzr-gr_arrows_83x {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.hzr-gr_arr_83x {
  transition: background .15s,color .15s;
  border-radius: 0.375rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  color: #8DA897;
  display: flex;
  height: 1.875rem;
  width: 30px;
  justify-content: center;
  align-items: center;
}.hzr-gr_arr_83x:hover {
  background: rgba(255,255,255,0.07);
  color: #EEF4F0;
}.hzr-gr_arr_83x svg {
  height: 13px;
  width: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.hzr-gr_seo_h_83x {
  margin: 0 0 0.375rem;
  font-size: 0.813rem;
  font-weight: 700;
  max-width: 42.5rem;
  color: #C4D2CA;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.hzr-gr_seo_h_83x {
  font-size: 14px;
}
}.hzr-gr_seo_83x {
  max-width: 680px;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.55;
  color: #637A6C;
  overflow-wrap: break-word;
}.hzr-gr_seo_83x strong {
  color: #C4D2CA;
  font-weight: 600;
}.hzr-gr_scroll_83x {
  gap: 0.625rem;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.625rem;
}.hzr-gr_scroll_83x::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.hzr-gr_scroll_83x {
  gap: 0.75rem;
}
}.hzr-tb_83x {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #0A1210;
  right: 0;
  height: 3.5rem;
  top: 0;
  z-index: 80;
  left: 0;
  position: fixed;
  align-items: center;
  display: flex;
}.hzr-tb_in_83x {
  gap: 0;
  padding: 0 14px;
  align-items: center;
  height: 100%;
  display: flex;
  width: 100%;
}.hzr-tb_burger_83x {
  gap: 0.313rem;
  border-radius: 10px;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex-direction: column;
  display: flex;
  flex-shrink: 0;
  margin-right: 0.5rem;
  align-items: center;
}.hzr-tb_burger_83x:hover {
  background: rgba(255,255,255,0.05);
}.hzr-tb_burger_line_83x {
  border-radius: 1px;
  background: #8DA897;
  width: 18px;
  display: block;
  height: 2px;
}
@media(min-width:1080px) {.hzr-tb_burger_83x {
  display: none;
}
}.hzr-tb_logo_83x {
  gap: 9px;
  letter-spacing: -.01em;
  display: flex;
  font-size: 1.125rem;
  flex-shrink: 0;
  font-weight: 800;
  margin-right: 1.25rem;
  color: #EEF4F0;
  overflow-wrap: break-word;
  align-items: center;
}.hzr-tb_logo_mark_83x {
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
  width: 2rem;
  height: 32px;
  display: flex;
  justify-content: center;
}.hzr-tb_logo_mark_83x img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.hzr-tb_nav_83x {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 642px) {.hzr-tb_nav_83x {
  display: flex;
}
}.hzr-tb_tab_83x {
  transition: background .15s,color .15s;
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 13px;
  white-space: nowrap;
  color: #8DA897;
  font-weight: 600;
}.hzr-tb_tab_83x:hover {
  background: rgba(255,255,255,0.05);
  color: #EEF4F0;
}.hzr-tb_tab_83x.hzr-state_active_83x {
  background: rgba(62,217,110,0.15);
  color: #EEF4F0;
}.hzr-tb_right_83x {
  gap: 0.5rem;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  margin-left: auto;
}.hzr-tb_login_83x {
  padding: 0.563rem 1rem;
  transition: border-color .2s,color .2s;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 10px;
  font-size: 0.813rem;
  font-weight: 600;
  color: #C4D2CA;
  display: none;
}.hzr-tb_login_83x:hover {
  border-color: rgba(255,255,255,0.18);
  color: #EEF4F0;
}
@media(min-width: 477px) {.hzr-tb_login_83x {
  display: block;
}
}.hzr-tb_reg_83x {
  padding: 9px 18px;
  transition: background .2s;
  border-radius: 10px;
  background: #31C45A;
  font-weight: 700;
  color: #091209;
  white-space: nowrap;
  font-size: 0.813rem;
}.hzr-tb_reg_83x:hover {
  background: #45D46C;
}.hzr-sb_83x {
  transform: translateX(-100%);
  transition: transform .25s ease;
  background: #131C18;
  border-right: 1px solid rgba(255,255,255,0.05);
  width: 13.75rem;
  overflow-y: auto;
  bottom: 0;
  position: fixed;
  left: 0;
  top: 3.5rem;
  z-index: 70;
}.hzr-sb_83x.hzr-state_open_83x {
  transform: translateX(0);
}.hzr-sb_83x::-webkit-scrollbar {
  width: 0.25rem;
}.hzr-sb_83x::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1081px) {.hzr-sb_83x {
  transform: translateX(0);
}
}.hzr-sb_auth_83x {
  padding: 14px 12px 0.625rem;
}.hzr-sb_btn_reg_83x {
  border-radius: 0.625rem;
  transition: background .2s;
  padding: 11px;
  background: #31C45A;
  margin-bottom: 0.5rem;
  color: #091209;
  display: block;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
}.hzr-sb_btn_reg_83x:hover {
  background: #45D46C;
}.hzr-sb_btn_login_83x {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  transition: border-color .2s;
  padding: 0.625rem;
  border-radius: 10px;
  font-weight: 600;
  display: block;
  text-align: center;
  color: #C4D2CA;
  font-size: 0.813rem;
}.hzr-sb_btn_login_83x:hover {
  border-color: rgba(255,255,255,0.18);
  color: #EEF4F0;
}.hzr-sb_promo_83x {
  border-radius: 0.625rem;
  margin: 0 12px 0.625rem;
  overflow: hidden;
  background: linear-gradient(135deg,#0D2018,#131C18);
  padding: 12px 0.875rem;
  border: 1px solid rgba(62,217,110,0.15);
  position: relative;
}.hzr-sb_promo_83x::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(62,217,110,0.15),transparent 70%);
  top: -20px;
  right: -20px;
  content: '';
  height: 80px;
  width: 5rem;
  position: absolute;
}.hzr-sb_promo_title_83x {
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 11px;
  color: #3ED96E;
  letter-spacing: .06em;
  font-weight: 700;
}.hzr-sb_promo_text_83x {
  color: #EEF4F0;
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
}.hzr-sb_promo_sub_83x {
  margin-top: 3px;
  color: #637A6C;
  font-size: 0.625rem;
}.hzr-sb_nav_83x {
  padding: 6px 8px 16px;
}.hzr-sb_nav_lb_83x {
  padding: 10px 8px 6px;
  color: #4E6458;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.hzr-sb_link_83x {
  padding: 9px 10px;
  transition: background .15s,color .15s;
  gap: 10px;
  border-radius: 0.375rem;
  color: #8DA897;
  overflow-wrap: break-word;
  font-weight: 500;
  align-items: center;
  font-size: 0.813rem;
  cursor: pointer;
  display: flex;
}.hzr-sb_link_83x:hover {
  background: rgba(255,255,255,0.05);
  color: #EEF4F0;
}.hzr-sb_link_83x.hzr-state_active_83x {
  background: rgba(62,217,110,0.15);
  color: #EEF4F0;
}.hzr-sb_ic_83x {
  border-radius: 6px;
  width: 1.875rem;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 1.875rem;
  display: flex;
}.hzr-sb_ic_83x svg {
  height: 16px;
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
}.hzr-sb_ic_1_83x {
  background: rgba(62,217,110,0.07);
  color: #3ED96E;
}.hzr-sb_ic_2_83x {
  background: rgba(49,196,90,0.15);
  color: #31C45A;
}.hzr-sb_ic_3_83x {
  background: rgba(232,168,64,0.16);
  color: #E8A840;
}.hzr-sb_ic_4_83x {
  background: rgba(43,122,78,0.22);
  color: #2B7A4E;
}.hzr-sb_ic_5_83x {
  background: rgba(62,217,110,0.07);
  color: #E04E9A;
}.hzr-sb_ic_6_83x {
  background: rgba(43,122,78,0.22);
  color: #A04FD4;
}.hzr-sb_badge_83x {
  padding: 2px 7px;
  border-radius: 0.375rem;
  background: #E8A840;
  font-weight: 700;
  font-size: 0.563rem;
  color: #091209;
  margin-left: auto;
}.hzr-sb_bot_83x {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 12px;
  gap: 0.5rem;
  display: flex;
}.hzr-sb_lang_83x,.hzr-sb_help_83x {
  transition: border-color .2s;
  gap: 6px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 0.375rem;
  padding: 0.563rem 6px;
  flex: 1;
  justify-content: center;
  display: flex;
  font-size: 11px;
  align-items: center;
  font-weight: 600;
  color: #8DA897;
}.hzr-sb_lang_83x:hover,.hzr-sb_help_83x:hover {
  border-color: rgba(255,255,255,0.18);
  color: #EEF4F0;
}.hzr-sb_lang_83x svg,.hzr-sb_help_83x svg {
  height: 13px;
  stroke-linejoin: round;
  width: 0.813rem;
  stroke-linecap: round;
}.hzr-sb_bd_83x {
  inset: 0;
  background: rgba(6,10,8,0.72);
  display: none;
  z-index: 69;
  position: fixed;
}.hzr-sb_bd_83x.hzr-state_on_83x {
  display: block;
}
@media(min-width:1080px) {.hzr-sb_bd_83x {
  display: none!important;
}
}.hzr-mob_nav_83x {
  background: #131C18;
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,255,255,0.09);
  z-index: 80;
  left: 0;
  bottom: 0;
  position: fixed;
  right: 0;
  display: flex;
}
@media(min-width: 1081px) {.hzr-mob_nav_83x {
  display: none;
}
}.hzr-mob_nav_item_83x {
  padding: 0.25rem 2px;
  flex: 1;
  gap: 0.25rem;
  align-items: center;
  cursor: pointer;
  display: flex;
  color: #4E6458;
  flex-direction: column;
}.hzr-mob_nav_ic_83x {
  line-height: 1;
}.hzr-mob_nav_ic_83x svg {
  height: 20px;
  stroke-linejoin: round;
  width: 20px;
  stroke-linecap: round;
}.hzr-mob_nav_lb_83x {
  font-size: 10px;
  color: #4E6458;
  font-weight: 600;
}.hzr-mob_nav_item_83x.hzr-state_active_83x {
  color: #3ED96E;
}.hzr-mob_nav_item_83x.hzr-state_active_83x .hzr-mob_nav_lb_83x {
  color: #3ED96E;
}.hzr-hero_83x {
  padding: 20px 16px 0;
  background: #0C1410;
}
@media(min-width: 770px) {.hzr-hero_83x {
  padding: 1.5rem 24px 0;
}
}.hzr-hero_in_83x {
  gap: 12px;
  margin: 0 auto;
  max-width: 82.5rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.hzr-hero_in_83x {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1102px) {.hzr-hero_in_83x {
  grid-template-columns: 1fr 21.25rem;
}
}.hzr-hero_promo_83x {
  overflow: hidden;
  background: #0F1814;
  border-radius: 16px;
  align-items: stretch;
  min-height: 220px;
  display: flex;
  position: relative;
}
@media(min-width: 771px) {.hzr-hero_promo_83x {
  min-height: 280px;
}
}.hzr-hero_promo_bg_83x {
  background: linear-gradient(120deg,#0D2018 0%,#0C1410 100%);
  background-position: center;
  inset: 0;
  background-size: cover;
  position: absolute;
}.hzr-hero_promo_bg_83x::after {
  background: linear-gradient(90deg,#0C1410 0%,rgba(6,10,8,0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.hzr-hero_promo_glow_83x {
  background: radial-gradient(circle,rgba(43,122,78,0.22) 0%,transparent 65%);
  border-radius: 50%;
  right: 60px;
  width: 300px;
  position: absolute;
  top: -40px;
  height: 300px;
  pointer-events: none;
}.hzr-hero_promo_ct_83x {
  padding: 1.75rem 1.5rem 1.75rem 28px;
  max-width: 480px;
  flex-direction: column;
  z-index: 2;
  position: relative;
  justify-content: center;
  display: flex;
}
@media(min-width: 769px) {.hzr-hero_promo_ct_83x {
  padding: 40px 2rem;
}
}.hzr-hero_badge_83x {
  border: 1px solid rgba(62,217,110,0.07);
  background: rgba(62,217,110,0.15);
  border-radius: 1.25rem;
  padding: 5px 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #3ED96E;
  font-size: 0.625rem;
  letter-spacing: .08em;
  margin-bottom: 0.875rem;
  display: inline-block;
}.hzr-hero_h1_83x {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.625rem;
  font-family: 'Cinzel', serif;
  color: #EEF4F0;
  margin-bottom: 10px;
  line-height: 1.15;
}.hzr-hero_h1_83x em {
  color: #E8A840;
  font-style: normal;
}
@media(min-width: 770px) {.hzr-hero_h1_83x {
  font-size: 2.25rem;
}
}.hzr-hero_sub_83x {
  margin-bottom: 20px;
  color: #8DA897;
  font-size: 0.813rem;
  line-height: 1.55;
}
@media(min-width: 765px) {.hzr-hero_sub_83x {
  font-size: 14px;
}
}.hzr-hero_row_83x {
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.hzr-hero_cta_83x {
  padding: 13px 1.625rem;
  background: #31C45A;
  transition: background .2s;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  color: #091209;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 6px 1.375rem rgba(49,196,90,0.40);
}.hzr-hero_cta_83x:hover {
  background: #45D46C;
}.hzr-hero_terms_83x {
  font-size: 0.688rem;
  color: #4E6458;
}.hzr-hero_game_83x {
  border-radius: 1rem;
  border: 1px solid rgba(255,255,255,0.05);
  overflow: hidden;
  background: #0F1814;
  flex-direction: column;
  display: flex;
  position: relative;
}.hzr-hero_game_badge_83x {
  border: 1px solid rgba(232,168,64,0.16);
  background: rgba(232,168,64,0.16);
  padding: 0.313rem 0.625rem;
  border-radius: 20px;
  letter-spacing: .06em;
  left: 12px;
  color: #E8A840;
  font-weight: 700;
  font-size: 0.625rem;
  text-transform: uppercase;
  top: 0.75rem;
  z-index: 3;
  position: absolute;
}.hzr-hero_game_badge_83x svg {
  vertical-align: -1px;
  width: 11px;
  margin-right: 4px;
  height: 0.688rem;
}.hzr-hero_game_img_83x {
  background: linear-gradient(135deg,#0D2018,#0C1410);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.hzr-hero_game_img_83x img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}.hzr-hero_game_play_83x {
  background: rgba(6,10,8,0.72);
  inset: 0;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  opacity: 0;
  justify-content: center;
  align-items: center;
}.hzr-hero_game_83x:hover .hzr-hero_game_play_83x {
  opacity: 1;
}.hzr-hero_game_play_83x span {
  background: #3ED96E;
  border-radius: 50%;
  height: 52px;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 52px;
}.hzr-hero_game_play_83x span svg {
  height: 18px;
  width: 1.125rem;
  margin-left: 2px;
}.hzr-hero_game_info_83x {
  padding: 14px 1rem;
}.hzr-hero_game_title_83x {
  color: #EEF4F0;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  font-weight: 700;
}.hzr-hero_game_provider_83x {
  font-size: 11px;
  color: #637A6C;
}.hzr-hero_game_btn_83x {
  border-radius: 0.625rem;
  transition: background .2s;
  background: #3ED96E;
  margin: 0.75rem 16px 1rem;
  padding: 0.688rem;
  text-align: center;
  display: block;
  color: #EEF4F0;
  font-size: 13px;
  font-weight: 700;
}.hzr-hero_game_83x:hover .hzr-hero_game_btn_83x {
  background: #55E880;
}.hzr-sbar_83x {
  padding: 1rem 1rem 0;
  background: #0C1410;
}
@media(min-width:768px) {.hzr-sbar_83x {
  padding: 18px 24px 0;
}
}.hzr-sbar_in_83x {
  margin: 0 auto;
  max-width: 1320px;
}.hzr-sbar_row_83x {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.75rem;
}.hzr-sbar_input_83x {
  border-radius: 0.625rem;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.09);
  flex: 1;
  background: #0F1814;
  gap: 10px;
  padding: 11px 16px;
  display: flex;
  color: #637A6C;
  cursor: pointer;
  font-size: 0.813rem;
  align-items: center;
}.hzr-sbar_input_83x:hover {
  border-color: rgba(255,255,255,0.18);
}.hzr-sbar_input_83x svg {
  width: 15px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 15px;
  flex-shrink: 0;
}.hzr-sbar_providers_83x {
  gap: 8px;
  background: #0F1814;
  border-radius: 0.625rem;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 11px 1.125rem;
  color: #C4D2CA;
  white-space: nowrap;
  font-size: 0.813rem;
  display: flex;
  font-weight: 600;
  align-items: center;
}.hzr-sbar_providers_83x:hover {
  border-color: rgba(255,255,255,0.18);
  color: #EEF4F0;
}.hzr-sbar_providers_83x svg {
  height: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.875rem;
}.hzr-sbar_tabs_83x {
  gap: 6px;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 2px;
  overflow-x: auto;
}.hzr-sbar_tabs_83x::-webkit-scrollbar {
  display: none;
}.hzr-sbar_tab_83x {
  gap: 0.438rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.05);
  padding: 8px 0.875rem;
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 20px;
  white-space: nowrap;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  font-size: 12px;
  cursor: pointer;
  color: #8DA897;
  font-weight: 600;
}.hzr-sbar_tab_83x:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.18);
  color: #EEF4F0;
}.hzr-sbar_tab_83x.hzr-state_active_83x {
  background: rgba(62,217,110,0.15);
  border-color: rgba(62,217,110,0.07);
  color: #EEF4F0;
}.hzr-sbar_tab_ic_83x svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.875rem;
  width: 0.875rem;
}.hzr-gr_jp_83x {
  border-radius: 1rem;
  background: linear-gradient(135deg,#1A0D2E 0%,#0C1014 100%);
  padding: 20px;
  overflow: hidden;
  position: relative;
}.hzr-gr_jp_83x::before {
  background: radial-gradient(circle,rgba(43,122,78,0.22) 0%,transparent 70%);
  border-radius: 50%;
  height: 15.625rem;
  left: -60px;
  width: 250px;
  content: '';
  top: -3.75rem;
  position: absolute;
}.hzr-gr_jp_83x::after {
  background: radial-gradient(circle,rgba(232,168,64,0.16) 0%,transparent 70%);
  border-radius: 50%;
  position: absolute;
  right: 0;
  width: 200px;
  bottom: -40px;
  height: 200px;
  content: '';
}.hzr-gr_jp_head_83x {
  gap: 1rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
}.hzr-gr_jp_info_83x {
  flex: 1;
}.hzr-gr_jp_label_83x {
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  color: #A04FD4;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
}.hzr-gr_jp_label_83x svg {
  vertical-align: -2px;
  stroke-linecap: round;
  margin-right: 0.25rem;
  height: 14px;
  width: 14px;
  stroke-linejoin: round;
}.hzr-gr_jp_amount_83x {
  font-family: 'Cinzel', serif;
  color: #EEF4F0;
  line-height: 1;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.hzr-gr_jp_amount_83x {
  font-size: 2.5rem;
}
}.hzr-gr_jp_amount_83x span {
  color: #E8A840;
}.hzr-gr_jp_seo_83x {
  overflow-wrap: break-word;
  max-width: 480px;
  color: #8DA897;
  font-size: 0.75rem;
  line-height: 1.5;
}.hzr-gr_jp_cta_83x {
  border-radius: 10px;
  transition: background .2s;
  padding: 0.688rem 1.25rem;
  background: rgba(43,122,78,0.22);
  border: 1px solid rgba(43,122,78,0.22);
  flex-shrink: 0;
  color: #EEF4F0;
  align-self: flex-start;
  position: relative;
  z-index: 1;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.813rem;
  margin-top: 4px;
}.hzr-gr_jp_cta_83x:hover {
  background: #2B7A4E;
}.hzr-ws_83x {
  background: #0C1410;
  padding: 32px 1rem 0;
}
@media(min-width:768px) {.hzr-ws_83x {
  padding: 2.25rem 24px 0;
}
}.hzr-ws_in_83x {
  margin: 0 auto;
  max-width: 1320px;
}.hzr-ws_head_83x {
  gap: 0.75rem;
  display: flex;
  margin-bottom: 0.875rem;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}.hzr-ws_title_83x {
  gap: 10px;
  overflow-wrap: break-word;
  display: flex;
  font-family: 'Cinzel', serif;
  font-size: 1rem;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 700;
  color: #EEF4F0;
}.hzr-ws_title_ic_83x svg {
  height: 1.125rem;
  width: 1.125rem;
  stroke-linecap: round;
  color: #E8A840;
  stroke-linejoin: round;
}.hzr-ws_online_83x {
  gap: 7px;
  font-weight: 600;
  color: #637A6C;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
}.hzr-ws_online_dot_83x {
  background: #31C45A;
  border-radius: 50%;
  height: 0.5rem;
  width: 8px;
  box-shadow: 0 0 0.375rem rgba(49,196,90,0.15);
  flex-shrink: 0;
}.hzr-ws_scroll_83x {
  gap: 8px;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  padding-bottom: 8px;
}.hzr-ws_scroll_83x::-webkit-scrollbar {
  display: none;
}.hzr-wc_83x {
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.09);
  gap: 10px;
  background: #0F1814;
  padding: 10px 0.875rem;
  flex-shrink: 0;
  display: flex;
  min-width: 13.75rem;
  align-items: center;
}.hzr-wc_img_83x {
  background: #131C18;
  overflow: hidden;
  border-radius: 0.375rem;
  width: 2.25rem;
  flex-shrink: 0;
  height: 2.25rem;
}.hzr-wc_img_83x img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.hzr-wc_info_83x {
  min-width: 0;
}.hzr-wc_game_83x {
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  color: #C4D2CA;
  font-size: 12px;
  text-overflow: ellipsis;
}.hzr-wc_player_83x {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 10px;
  color: #4E6458;
}.hzr-wc_amount_83x {
  font-size: 13px;
  margin-left: auto;
  font-weight: 700;
  white-space: nowrap;
  color: #31C45A;
  flex-shrink: 0;
}.hzr-reg_83x {
  background: #0C1410;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.hzr-reg_83x {
  padding: 44px 1.5rem 0;
}
}.hzr-reg_in_83x {
  border: 1px solid rgba(255,255,255,0.05);
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  border-radius: 16px;
  background: #131C18;
  max-width: 1320px;
}
@media(min-width: 765px) {.hzr-reg_in_83x {
  padding: 40px;
}
}.hzr-reg_top_83x {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 859px) {.hzr-reg_top_83x {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.hzr-reg_label_83x {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  font-weight: 700;
  color: #3ED96E;
}.hzr-reg_h2_83x {
  line-height: 1.2;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #EEF4F0;
  margin-bottom: 0.75rem;
  font-size: 1.375rem;
  font-weight: 800;
}
@media(min-width: 769px) {.hzr-reg_h2_83x {
  font-size: 1.75rem;
}
}.hzr-reg_bonus_83x {
  gap: 0.5rem;
  background: rgba(232,168,64,0.16);
  padding: 0.625rem 16px;
  border: 1px solid rgba(232,168,64,0.16);
  border-radius: 10px;
  margin-bottom: 16px;
  align-items: center;
  display: inline-flex;
}.hzr-reg_bonus_amount_83x {
  font-size: 1.25rem;
  color: #E8A840;
  font-weight: 800;
}.hzr-reg_bonus_text_83x {
  font-size: 0.813rem;
  color: #8DA897;
  line-height: 1.35;
}.hzr-reg_cta_btn_83x {
  border-radius: 0.625rem;
  background: #31C45A;
  padding: 14px 2rem;
  transition: background .2s;
  color: #091209;
  margin-bottom: 12px;
  display: inline-block;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 6px 1.375rem rgba(49,196,90,0.40);
  font-size: 15px;
  font-weight: 700;
}.hzr-reg_cta_btn_83x:hover {
  background: #45D46C;
}.hzr-reg_terms_83x {
  color: #4E6458;
  font-size: 0.688rem;
  line-height: 1.5;
}.hzr-reg_seo_83x {
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #637A6C;
  overflow-wrap: break-word;
  padding-top: 1.25rem;
  margin-top: 20px;
  font-size: 0.813rem;
  line-height: 1.65;
}.hzr-reg_seo_83x p {
  color: #637A6C;
  font-size: 0.813rem;
  margin-bottom: 0.625rem;
  line-height: 1.65;
}.hzr-reg_seo_83x p:last-child {
  margin-bottom: 0;
}.hzr-reg_seo_83x strong {
  font-weight: 700;
  color: #C4D2CA;
}.hzr-reg_seo_83x a {
  transition: color .2s;
  text-decoration: underline;
  color: #3ED96E;
}.hzr-reg_seo_83x a:hover {
  color: #55E880;
}.hzr-reg_seo_83x ul,.hzr-reg_seo_83x ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.hzr-reg_seo_83x ol {
  list-style: decimal;
}.hzr-reg_seo_83x li {
  line-height: 1.65;
  color: #637A6C;
  margin-bottom: 0.25rem;
  font-size: 0.813rem;
}.hzr-reg_seo_83x table {
  font-size: 0.813rem;
  margin-bottom: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
}
@media(min-width: 769px) {.hzr-reg_seo_83x table {
  display: table;
}
}.hzr-reg_seo_83x th {
  padding: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #C4D2CA;
  text-align: left;
  font-weight: 700;
}.hzr-reg_seo_83x td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 8px;
  color: #637A6C;
}.hzr-reg_steps_83x {
  gap: 14px;
  display: flex;
  flex-direction: column;
  margin-top: 1.75rem;
}
@media(min-width: 863px) {.hzr-reg_steps_83x {
  margin-top: 0;
}
}.hzr-reg_step_83x {
  padding: 16px;
  background: rgba(255,255,255,0.05);
  gap: 0.875rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(255,255,255,0.05);
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.hzr-reg_step_num_83x {
  background: rgba(62,217,110,0.15);
  border-radius: 50%;
  border: 1px solid rgba(62,217,110,0.07);
  height: 2.125rem;
  color: #3ED96E;
  font-size: 14px;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  font-weight: 800;
  width: 34px;
}.hzr-reg_step_title_83x {
  font-weight: 700;
  color: #EEF4F0;
  font-size: 14px;
  margin-bottom: 3px;
}.hzr-reg_step_text_83x {
  color: #637A6C;
  font-size: 12px;
  line-height: 1.5;
}.hzr-reg_trust_83x {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 20px;
  flex-wrap: wrap;
  display: flex;
  margin-top: 20px;
}.hzr-reg_trust_item_83x {
  gap: 7px;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  align-items: center;
  color: #637A6C;
  display: flex;
}.hzr-reg_trust_ic_83x svg {
  color: #3ED96E;
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
}.hzr-bon_83x {
  background: #0C1410;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.hzr-bon_83x {
  padding: 2.75rem 1.5rem 0;
}
}.hzr-bon_in_83x {
  margin: 0 auto;
  max-width: 1320px;
}.hzr-bon_head_83x {
  margin-bottom: 1.25rem;
}.hzr-bon_label_83x {
  color: #3ED96E;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 11px;
}.hzr-bon_h2_83x {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 0.5rem;
  color: #EEF4F0;
}
@media(min-width: 769px) {.hzr-bon_h2_83x {
  font-size: 1.5rem;
}
}.hzr-bon_seo_83x {
  color: #637A6C;
  font-size: 0.813rem;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  line-height: 1.6;
}.hzr-bon_seo_83x strong {
  color: #C4D2CA;
  font-weight: 700;
}.hzr-bon_seo_83x a {
  color: #3ED96E;
  text-decoration: underline;
}.hzr-bon_grid_83x {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 638px) {.hzr-bon_grid_83x {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.hzr-bon_grid_83x {
  grid-template-columns: repeat(5,1fr);
}
}.hzr-bon_card_83x {
  border-radius: 10px;
  padding: 1rem;
  transition: border-color .2s,transform .2s;
  background: #0F1814;
  border: 1px solid rgba(255,255,255,0.09);
}.hzr-bon_card_83x:hover {
  border-color: rgba(62,217,110,0.07);
  transform: translateY(-2px);
}.hzr-bon_card_ic_83x svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.625rem;
  width: 1.625rem;
}.hzr-bon_card_ic_83x {
  margin-bottom: 0.625rem;
}.hzr-bon_card_type_83x {
  text-transform: uppercase;
  color: #637A6C;
  letter-spacing: .06em;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 10px;
}.hzr-bon_card_amount_83x {
  font-size: 18px;
  margin-bottom: 6px;
  color: #E8A840;
  font-weight: 800;
  line-height: 1.1;
}.hzr-bon_card_name_83x {
  font-size: 0.813rem;
  font-weight: 600;
  color: #EEF4F0;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}.hzr-bon_card_detail_83x {
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #4E6458;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  line-height: 1.5;
  padding-top: 8px;
}.hzr-prov_83x {
  padding: 2.25rem 16px 0;
  background: #0C1410;
}
@media(min-width: 765px) {.hzr-prov_83x {
  padding: 2.75rem 1.5rem 0;
}
}.hzr-prov_in_83x {
  margin: 0 auto;
  max-width: 82.5rem;
}.hzr-prov_head_83x {
  margin-bottom: 16px;
}.hzr-prov_label_83x {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #3ED96E;
  font-size: 0.688rem;
}.hzr-prov_h2_83x {
  font-weight: 800;
  margin-bottom: 8px;
  color: #EEF4F0;
  font-size: 20px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 766px) {.hzr-prov_h2_83x {
  font-size: 24px;
}
}.hzr-prov_seo_83x {
  margin-bottom: 16px;
  max-width: 620px;
  color: #637A6C;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 13px;
}.hzr-prov_seo_83x strong {
  color: #C4D2CA;
  font-weight: 700;
}.hzr-prov_seo_83x a {
  color: #3ED96E;
  text-decoration: underline;
}.hzr-prov_grid_83x {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 642px) {.hzr-prov_grid_83x {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.hzr-prov_grid_83x {
  grid-template-columns: repeat(8,1fr);
}
}.hzr-prov_card_83x {
  padding: 0.875rem 0.625rem;
  background: #0F1814;
  transition: border-color .2s,background .2s;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.09);
  gap: 7px;
  align-items: center;
  flex-direction: column;
  display: flex;
  cursor: pointer;
}.hzr-prov_card_83x:hover {
  border-color: rgba(255,255,255,0.18);
  background: #131C18;
}.hzr-prov_logo_83x {
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  width: 2.75rem;
}.hzr-prov_logo_83x img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.hzr-prov_name_83x {
  color: #8DA897;
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 0.688rem;
  text-align: center;
}.hzr-app_83x {
  background: #0C1410;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.hzr-app_83x {
  padding: 44px 24px 0;
}
}.hzr-app_in_83x {
  margin: 0 auto;
  max-width: 1320px;
}.hzr-app_head_83x {
  margin-bottom: 1rem;
}.hzr-app_label_83x {
  color: #3ED96E;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.hzr-app_h2_83x {
  margin-bottom: 0.375rem;
  font-size: 20px;
  color: #EEF4F0;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.hzr-app_h2_83x {
  font-size: 24px;
}
}.hzr-app_sub_83x {
  font-size: 0.813rem;
  color: #637A6C;
  max-width: 37.5rem;
  overflow-wrap: break-word;
  line-height: 1.6;
}.hzr-app_sub_83x strong {
  font-weight: 700;
  color: #C4D2CA;
}.hzr-app_cards_83x {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 1rem;
}
@media(min-width: 638px) {.hzr-app_cards_83x {
  grid-template-columns: repeat(3,1fr);
}
}.hzr-app_card_83x {
  overflow: hidden;
  border-radius: 0.625rem;
  padding: 20px;
  gap: 16px;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.hzr-app_card_ios_83x {
  background: linear-gradient(135deg,rgba(62,217,110,0.15) 0%,#131C18 100%);
}.hzr-app_card_android_83x {
  background: linear-gradient(135deg,rgba(49,196,90,0.15) 0%,#131C18 100%);
}.hzr-app_card_win_83x {
  background: linear-gradient(135deg,rgba(232,168,64,0.16) 0%,#131C18 100%);
}.hzr-app_card_ic_83x svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 34px;
  width: 2.125rem;
}.hzr-app_card_ic_83x {
  flex-shrink: 0;
  color: #EEF4F0;
}.hzr-app_card_os_83x {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.625rem;
  color: #637A6C;
  font-weight: 700;
  margin-bottom: 0.375rem;
}.hzr-app_card_title_83x {
  font-size: 15px;
  margin-bottom: 6px;
  color: #EEF4F0;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-weight: 700;
}.hzr-app_card_text_83x {
  margin-bottom: 0.875rem;
  font-size: 12px;
  line-height: 1.5;
  overflow-wrap: break-word;
  color: #637A6C;
}.hzr-app_card_btn_83x {
  border-radius: 0.375rem;
  background: rgba(255,255,255,0.12);
  padding: 0.625rem 1.125rem;
  border: 1px solid rgba(255,255,255,0.18);
  transition: background .2s;
  gap: 0.438rem;
  align-items: center;
  display: inline-flex;
  font-size: 0.813rem;
  color: #EEF4F0;
  font-weight: 700;
}.hzr-app_card_btn_83x:hover {
  background: rgba(255,255,255,0.07);
}.hzr-htp_83x {
  padding: 36px 1rem 0;
  background: #0C1410;
}
@media(min-width: 765px) {.hzr-htp_83x {
  padding: 2.75rem 1.5rem 0;
}
}.hzr-htp_in_83x {
  margin: 0 auto;
  max-width: 82.5rem;
}.hzr-htp_head_83x {
  max-width: 45rem;
  margin-bottom: 1.375rem;
}.hzr-htp_label_83x {
  font-size: 11px;
  color: #3ED96E;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}.hzr-htp_h2_83x {
  overflow-wrap: break-word;
  font-size: 1.375rem;
  font-family: 'Cinzel', serif;
  color: #EEF4F0;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
@media(min-width: 767px) {.hzr-htp_h2_83x {
  font-size: 28px;
}
}.hzr-htp_intro_83x {
  font-size: 0.875rem;
  color: #637A6C;
  line-height: 1.6;
}.hzr-htp_steps_83x {
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.hzr-htp_steps_83x {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.hzr-htp_steps_83x {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.hzr-htp_step_83x {
  border: 1px solid rgba(255,255,255,0.09);
  background: #131C18;
  padding: 20px 1.125rem 18px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
}.hzr-htp_step_num_83x {
  border-radius: 50%;
  background: #3ED96E;
  position: absolute;
  width: 28px;
  display: flex;
  left: 1.25rem;
  height: 28px;
  font-family: 'Cinzel', serif;
  top: -0.75rem;
  font-size: 0.813rem;
  font-weight: 800;
  color: #091209;
  justify-content: center;
  align-items: center;
}.hzr-htp_step_ic_83x {
  border-radius: 6px;
  background: rgba(62,217,110,0.15);
  margin: 0.5rem 0 0.75rem;
  align-items: center;
  justify-content: center;
  color: #3ED96E;
  height: 36px;
  width: 2.25rem;
  display: flex;
}.hzr-htp_step_ic_83x svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 18px;
  width: 1.125rem;
}.hzr-htp_step_h_83x {
  font-weight: 700;
  overflow-wrap: break-word;
  color: #EEF4F0;
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 6px;
}.hzr-htp_step_p_83x {
  color: #637A6C;
  line-height: 1.55;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.hzr-htp_step_p_83x strong {
  font-weight: 600;
  color: #C4D2CA;
}.hzr-htp_cta_83x {
  background: #31C45A;
  transition: background .2s;
  border-radius: 0.625rem;
  padding: 0.813rem 1.625rem;
  margin-top: 20px;
  font-size: 0.875rem;
  color: #091209;
  font-weight: 700;
  display: inline-block;
}.hzr-htp_cta_83x:hover {
  background: #45D46C;
}.hzr-faq_83x {
  padding: 36px 1rem 0;
  background: #0C1410;
}
@media(min-width: 770px) {.hzr-faq_83x {
  padding: 44px 1.5rem 0;
}
}.hzr-faq_in_83x {
  margin: 0 auto;
  max-width: 82.5rem;
}.hzr-faq_head_83x {
  margin-bottom: 20px;
}.hzr-faq_label_83x {
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #3ED96E;
}.hzr-faq_h2_83x {
  color: #EEF4F0;
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
  font-family: 'Cinzel', serif;
}
@media(min-width: 765px) {.hzr-faq_h2_83x {
  font-size: 24px;
}
}.hzr-faq_list_83x {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.hzr-faq_item_83x {
  border-radius: 10px;
  background: #131C18;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.09);
}.hzr-faq_q_83x {
  gap: 12px;
  padding: 16px 20px;
  transition: color .2s;
  overflow-wrap: break-word;
  cursor: pointer;
  font-size: 14px;
  color: #C4D2CA;
  font-weight: 600;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.hzr-faq_q_83x:hover {
  color: #EEF4F0;
}.hzr-faq_q_ic_83x {
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  transition: transform .25s;
  color: #3ED96E;
  align-items: center;
  font-size: 1rem;
  flex-shrink: 0;
  width: 1.5rem;
  display: flex;
  justify-content: center;
  height: 1.5rem;
}.hzr-faq_item_83x.hzr-state_open_83x .hzr-faq_q_ic_83x {
  transform: rotate(45deg);
}.hzr-faq_a_83x {
  padding: 0 1.25rem 16px;
  font-size: 13px;
  color: #637A6C;
  overflow-wrap: break-word;
  line-height: 1.7;
  display: none;
}.hzr-faq_item_83x.hzr-state_open_83x .hzr-faq_a_83x {
  display: block;
}.hzr-faq_a_83x strong {
  font-weight: 700;
  color: #C4D2CA;
}.hzr-faq_a_83x a {
  color: #3ED96E;
  text-decoration: underline;
}.hzr-faq_a_83x ul,.hzr-faq_a_83x ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.hzr-faq_a_83x ol {
  list-style: decimal;
}.hzr-faq_a_83x li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.hzr-faq_a_83x table {
  margin: 8px 0;
  border-collapse: collapse;
  font-size: 12px;
  overflow-x: auto;
  width: 100%;
  display: block;
}
@media(min-width: 767px) {.hzr-faq_a_83x table {
  display: table;
}
}.hzr-faq_a_83x th {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  font-weight: 700;
  color: #C4D2CA;
}.hzr-faq_a_83x td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.375rem 8px;
  color: #637A6C;
}.hzr-pmt_83x {
  background: #0C1410;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.hzr-pmt_83x {
  padding: 2.75rem 24px 0;
}
}.hzr-pmt_in_83x {
  margin: 0 auto;
  max-width: 82.5rem;
}.hzr-pmt_head_83x {
  max-width: 45rem;
  margin-bottom: 1.375rem;
}.hzr-pmt_label_83x {
  margin-bottom: 8px;
  color: #3ED96E;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
}.hzr-pmt_h2_83x {
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  color: #EEF4F0;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.hzr-pmt_h2_83x {
  font-size: 1.75rem;
}
}.hzr-pmt_intro_83x {
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #637A6C;
  font-size: 14px;
}.hzr-pmt_groups_83x {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.hzr-pmt_group_83x {
  padding: 20px;
  background: #131C18;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.09);
}.hzr-pmt_group_head_83x {
  gap: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
}.hzr-pmt_group_ic_83x {
  border-radius: 0.375rem;
  background: rgba(62,217,110,0.15);
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
  display: flex;
  flex-shrink: 0;
  color: #3ED96E;
}.hzr-pmt_group_ic_83x svg {
  stroke-linecap: round;
  height: 1.125rem;
  width: 18px;
  stroke-linejoin: round;
}.hzr-pmt_group_h_83x {
  margin: 0;
  font-size: 16px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #EEF4F0;
  font-weight: 700;
}.hzr-pmt_group_p_83x {
  color: #637A6C;
  font-size: 13px;
  margin-bottom: 0.875rem;
  line-height: 1.6;
  overflow-wrap: break-word;
}.hzr-pmt_group_p_83x strong {
  color: #C4D2CA;
  font-weight: 600;
}.hzr-pmt_table_wrap_83x {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.hzr-pmt_table_83x {
  width: 100%;
  min-width: 540px;
  font-size: 13px;
  border-collapse: collapse;
}.hzr-pmt_table_83x th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #C4D2CA;
  letter-spacing: .04em;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 11px;
  text-align: left;
}.hzr-pmt_table_83x td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.75rem;
  color: #637A6C;
}.hzr-pmt_table_83x tbody tr:last-child td {
  border-bottom: none;
}.hzr-pmt_table_83x tr:hover td {
  background: rgba(255,255,255,0.05);
  color: #C4D2CA;
}.hzr-seo_83x {
  background: #0C1410;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.hzr-seo_83x {
  padding: 2.75rem 1.5rem 0;
}
}.hzr-seo_in_83x {
  padding: 28px 24px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 1rem;
  background: #131C18;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 769px) {.hzr-seo_in_83x {
  padding: 2.25rem 40px;
}
}.hzr-seo_label_83x {
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  color: #3ED96E;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.hzr-seo_h2_83x {
  color: #EEF4F0;
  line-height: 1.25;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-weight: 800;
}
@media(min-width: 770px) {.hzr-seo_h2_83x {
  font-size: 1.5rem;
}
}.hzr-seo_body_83x {
  font-size: 14px;
  color: #8DA897;
  line-height: 1.75;
  overflow-wrap: break-word;
}.hzr-seo_body_83x p {
  font-size: 0.875rem;
  color: #8DA897;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.hzr-seo_body_83x p:last-child {
  margin-bottom: 0;
}.hzr-seo_body_83x strong {
  color: #C4D2CA;
  font-weight: 700;
}.hzr-seo_body_83x a {
  transition: color .2s;
  color: #3ED96E;
  text-decoration: underline;
}.hzr-seo_body_83x a:hover {
  color: #55E880;
}.hzr-seo_body_83x ul,.hzr-seo_body_83x ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.hzr-seo_body_83x ol {
  list-style: decimal;
}.hzr-seo_body_83x li {
  color: #8DA897;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  font-size: 14px;
}.hzr-seo_body_83x table {
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 0.813rem;
  margin-bottom: 12px;
  width: 100%;
  display: block;
}
@media(min-width: 766px) {.hzr-seo_body_83x table {
  display: table;
}
}.hzr-seo_body_83x th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #C4D2CA;
  font-weight: 700;
  text-align: left;
}.hzr-seo_body_83x td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #8DA897;
}.hzr-seo_cols_83x {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.hzr-seo_cols_83x {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.hzr-seo_cols_83x {
  grid-template-columns: repeat(3,1fr);
}
}.hzr-seo_col_h_83x {
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-weight: 700;
  color: #C4D2CA;
  font-size: 13px;
}.hzr-seo_col_p_83x {
  color: #637A6C;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
}.hzr-seo_stats_83x {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.hzr-seo_stat_83x {
  border-radius: 0.625rem;
  background: rgba(62,217,110,0.07);
  flex: 1;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(62,217,110,0.15);
  min-width: 140px;
}.hzr-seo_stat_val_83x {
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  color: #3ED96E;
}.hzr-seo_stat_lb_83x {
  overflow-wrap: break-word;
  color: #637A6C;
  font-size: 0.688rem;
}.hzr-seo_83x {
  padding: 2.25rem 1rem 0;
  background: #0C1410;
}
@media(min-width: 769px) {.hzr-seo_83x {
  padding: 2.75rem 1.5rem 0;
}
}.hzr-seo_in_83x {
  border-radius: 1rem;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.09);
  background: #131C18;
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width: 765px) {.hzr-seo_in_83x {
  padding: 2.25rem 2.5rem;
}
}.hzr-seo_label_83x {
  font-size: 0.688rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #3ED96E;
  letter-spacing: .08em;
}.hzr-seo_h2_83x {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  color: #EEF4F0;
  font-weight: 800;
  line-height: 1.25;
  font-size: 20px;
}
@media(min-width: 771px) {.hzr-seo_h2_83x {
  font-size: 1.5rem;
}
}.hzr-seo_body_83x {
  color: #8DA897;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.75;
}.hzr-seo_body_83x p {
  font-size: 14px;
  margin-bottom: 12px;
  color: #8DA897;
  line-height: 1.75;
}.hzr-seo_body_83x p:last-child {
  margin-bottom: 0;
}.hzr-seo_body_83x strong {
  font-weight: 700;
  color: #C4D2CA;
}.hzr-seo_body_83x a {
  transition: color .2s;
  color: #3ED96E;
  text-decoration: underline;
}.hzr-seo_body_83x a:hover {
  color: #55E880;
}.hzr-seo_body_83x ul,.hzr-seo_body_83x ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.hzr-seo_body_83x ol {
  list-style: decimal;
}.hzr-seo_body_83x li {
  color: #8DA897;
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 1.75;
}.hzr-seo_body_83x table {
  margin-bottom: 0.75rem;
  font-size: 13px;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 765px) {.hzr-seo_body_83x table {
  display: table;
}
}.hzr-seo_body_83x th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  font-weight: 700;
  color: #C4D2CA;
}.hzr-seo_body_83x td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #8DA897;
}.hzr-seo_cols_83x {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.hzr-seo_cols_83x {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.hzr-seo_cols_83x {
  grid-template-columns: repeat(3,1fr);
}
}.hzr-seo_col_h_83x {
  font-weight: 700;
  margin-bottom: 7px;
  color: #C4D2CA;
  overflow-wrap: break-word;
  font-size: 13px;
}.hzr-seo_col_p_83x {
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #637A6C;
}.hzr-seo_stats_83x {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.hzr-seo_stat_83x {
  background: rgba(62,217,110,0.07);
  padding: 0.875rem 16px;
  flex: 1;
  border-radius: 0.625rem;
  border: 1px solid rgba(62,217,110,0.15);
  min-width: 140px;
}.hzr-seo_stat_val_83x {
  font-weight: 800;
  margin-bottom: 0.25rem;
  color: #3ED96E;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}.hzr-seo_stat_lb_83x {
  color: #637A6C;
  overflow-wrap: break-word;
  font-size: 11px;
}.hzr-rv_83x {
  background: #0C1410;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.hzr-rv_83x {
  padding: 44px 1.5rem 0;
}
}.hzr-rv_in_83x {
  margin: 0 auto;
  max-width: 1320px;
}.hzr-rv_head_83x {
  max-width: 720px;
  margin-bottom: 1.25rem;
}.hzr-rv_label_83x {
  font-weight: 700;
  color: #3ED96E;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.hzr-rv_h2_83x {
  font-size: 22px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  margin-bottom: 0.625rem;
  color: #EEF4F0;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.hzr-rv_h2_83x {
  font-size: 28px;
}
}.hzr-rv_stats_83x {
  gap: 18px;
  color: #637A6C;
  font-size: 0.813rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.hzr-rv_stats_score_83x {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.hzr-rv_stats_score_val_83x {
  font-size: 1.375rem;
  color: #E8A840;
  font-family: 'Cinzel', serif;
  font-weight: 800;
}.hzr-rv_stats_score_max_83x {
  color: #4E6458;
  font-size: 0.813rem;
}.hzr-rv_stats_badge_83x {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.hzr-rv_stats_badge_83x svg {
  height: 14px;
  color: #E8A840;
  width: 0.875rem;
}.hzr-rv_grid_83x {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.hzr-rv_grid_83x {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.hzr-rv_grid_83x {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.hzr-rv_card_83x {
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.09);
  background: #131C18;
  padding: 20px;
  display: flex;
  flex-direction: column;
}.hzr-rv_card_stars_83x {
  gap: 2px;
  color: #E8A840;
  display: flex;
  margin-bottom: 0.625rem;
}.hzr-rv_card_stars_83x svg {
  height: 0.875rem;
  width: 14px;
}.hzr-rv_card_h_83x {
  color: #EEF4F0;
  line-height: 1.3;
  font-size: 14px;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-weight: 700;
}.hzr-rv_card_body_83x {
  flex: 1;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #637A6C;
  margin-bottom: 0.875rem;
  line-height: 1.65;
}.hzr-rv_card_body_83x strong {
  color: #C4D2CA;
  font-weight: 600;
}.hzr-rv_card_meta_83x {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding-top: 12px;
  flex-wrap: wrap;
}.hzr-rv_card_author_83x {
  font-weight: 600;
  font-size: 0.75rem;
  color: #C4D2CA;
}.hzr-rv_card_date_83x {
  font-size: 11px;
  color: #4E6458;
}.hzr-seo_83x {
  background: #0C1410;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.hzr-seo_83x {
  padding: 2.75rem 1.5rem 0;
}
}.hzr-seo_in_83x {
  border-radius: 16px;
  background: #131C18;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 1.75rem 24px;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.hzr-seo_in_83x {
  padding: 2.25rem 2.5rem;
}
}.hzr-seo_label_83x {
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  color: #3ED96E;
  text-transform: uppercase;
}.hzr-seo_h2_83x {
  color: #EEF4F0;
  margin-bottom: 0.875rem;
  font-size: 20px;
  line-height: 1.25;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 769px) {.hzr-seo_h2_83x {
  font-size: 24px;
}
}.hzr-seo_body_83x {
  font-size: 14px;
  line-height: 1.75;
  color: #8DA897;
  overflow-wrap: break-word;
}.hzr-seo_body_83x p {
  margin-bottom: 0.75rem;
  line-height: 1.75;
  color: #8DA897;
  font-size: 0.875rem;
}.hzr-seo_body_83x p:last-child {
  margin-bottom: 0;
}.hzr-seo_body_83x strong {
  font-weight: 700;
  color: #C4D2CA;
}.hzr-seo_body_83x a {
  transition: color .2s;
  text-decoration: underline;
  color: #3ED96E;
}.hzr-seo_body_83x a:hover {
  color: #55E880;
}.hzr-seo_body_83x ul,.hzr-seo_body_83x ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.hzr-seo_body_83x ol {
  list-style: decimal;
}.hzr-seo_body_83x li {
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #8DA897;
}.hzr-seo_body_83x table {
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  font-size: 13px;
  margin-bottom: 12px;
}
@media(min-width: 765px) {.hzr-seo_body_83x table {
  display: table;
}
}.hzr-seo_body_83x th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 12px;
  font-weight: 700;
  text-align: left;
  color: #C4D2CA;
}.hzr-seo_body_83x td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #8DA897;
}.hzr-seo_cols_83x {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.hzr-seo_cols_83x {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.hzr-seo_cols_83x {
  grid-template-columns: repeat(3,1fr);
}
}.hzr-seo_col_h_83x {
  color: #C4D2CA;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
}.hzr-seo_col_p_83x {
  color: #637A6C;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
}.hzr-seo_stats_83x {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.hzr-seo_stat_83x {
  border: 1px solid rgba(62,217,110,0.15);
  border-radius: 10px;
  background: rgba(62,217,110,0.07);
  flex: 1;
  padding: 0.875rem 1rem;
  min-width: 140px;
}.hzr-seo_stat_val_83x {
  color: #3ED96E;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-size: 1.25rem;
}.hzr-seo_stat_lb_83x {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #637A6C;
}.hzr-ft_83x {
  border-top: 1px solid rgba(255,255,255,0.05);
  background: #080D0B;
  margin-top: 48px;
}.hzr-ft_support_83x {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 24px 16px;
}
@media(min-width: 769px) {.hzr-ft_support_83x {
  padding: 1.75rem 24px;
}
}.hzr-ft_support_in_83x {
  gap: 1rem;
  margin: 0 auto;
  align-items: center;
  display: flex;
  max-width: 1320px;
  flex-wrap: wrap;
}.hzr-ft_support_main_83x {
  flex: 1;
  gap: 16px;
  flex-wrap: wrap;
  min-width: 220px;
  align-items: center;
  display: flex;
}.hzr-ft_support_ic_83x {
  color: #3ED96E;
  flex-shrink: 0;
}.hzr-ft_support_ic_83x svg {
  stroke-linejoin: round;
  height: 30px;
  stroke-linecap: round;
  width: 30px;
}.hzr-ft_support_text_title_83x {
  margin-bottom: 3px;
  overflow-wrap: break-word;
  color: #EEF4F0;
  font-weight: 700;
  font-size: 0.938rem;
}.hzr-ft_support_text_sub_83x {
  overflow-wrap: break-word;
  color: #637A6C;
  font-size: 12px;
}.hzr-ft_support_btn_83x {
  padding: 0.688rem 22px;
  transition: background .2s;
  background: #3ED96E;
  border-radius: 10px;
  font-weight: 700;
  white-space: nowrap;
  color: #EEF4F0;
  font-size: 13px;
  flex-shrink: 0;
}.hzr-ft_support_btn_83x:hover {
  background: #55E880;
}.hzr-ft_support_contacts_83x {
  gap: 1rem;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.hzr-ft_support_contact_83x {
  color: #4E6458;
  font-size: 0.75rem;
  line-height: 1.4;
}.hzr-ft_support_contact_83x strong {
  color: #8DA897;
  margin-bottom: 2px;
  font-size: 0.688rem;
  font-weight: 600;
  display: block;
}.hzr-ft_main_83x {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 2rem 1rem 1.5rem;
}
@media(min-width: 769px) {.hzr-ft_main_83x {
  padding: 40px 1.5rem 2rem;
}
}.hzr-ft_main_in_83x {
  margin: 0 auto;
  gap: 24px;
  max-width: 82.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 643px) {.hzr-ft_main_in_83x {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.hzr-ft_main_in_83x {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.hzr-ft_col_logo_83x {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.hzr-ft_col_logo_83x {
  grid-column: auto;
}
}.hzr-ft_logo_83x {
  gap: 9px;
  flex-wrap: wrap;
  color: #EEF4F0;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  font-weight: 800;
  align-items: center;
  display: flex;
  font-size: 16px;
}.hzr-ft_logo_mark_83x {
  border-radius: 6px;
  overflow: hidden;
  height: 30px;
  width: 30px;
}.hzr-ft_logo_mark_83x img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.hzr-ft_logo_sub_83x {
  overflow-wrap: break-word;
  color: #4E6458;
  font-size: 0.75rem;
  max-width: 200px;
  line-height: 1.55;
}.hzr-ft_col_title_83x {
  font-size: 0.75rem;
  margin-bottom: 14px;
  letter-spacing: .07em;
  font-weight: 700;
  color: #8DA897;
  text-transform: uppercase;
}.hzr-ft_col_links_83x {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.hzr-ft_col_link_83x {
  transition: color .2s;
  color: #4E6458;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.hzr-ft_col_link_83x:hover {
  color: #C4D2CA;
}.hzr-ft_apps_83x {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.hzr-ft_app_card_83x {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  transition: border-color .2s;
  gap: 0.625rem;
  padding: 0.625rem 0.75rem;
  border-radius: 6px;
  align-items: center;
  display: flex;
}.hzr-ft_app_card_83x:hover {
  border-color: rgba(255,255,255,0.18);
}.hzr-ft_app_card_ic_83x svg {
  stroke-linejoin: round;
  width: 22px;
  stroke-linecap: round;
  height: 1.375rem;
}.hzr-ft_app_card_os_83x {
  font-size: 10px;
  font-weight: 600;
  color: #4E6458;
}.hzr-ft_app_card_action_83x {
  font-weight: 700;
  font-size: 12px;
  color: #C4D2CA;
}.hzr-ft_bot_83x {
  padding: 1.25rem 16px;
}
@media(min-width: 770px) {.hzr-ft_bot_83x {
  padding: 20px 1.5rem;
}
}.hzr-ft_bot_in_83x {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1320px;
  display: flex;
}.hzr-ft_socials_83x {
  gap: 8px;
  display: flex;
}.hzr-ft_soc_83x {
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.05);
  border-radius: 0.375rem;
  transition: background .2s;
  height: 2.25rem;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  display: flex;
  color: #8DA897;
}.hzr-ft_soc_83x svg {
  height: 16px;
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
}.hzr-ft_soc_83x:hover {
  background: rgba(255,255,255,0.07);
}.hzr-ft_legal_83x {
  flex: 1;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 11px;
  color: #7A9486;
  min-width: 200px;
}.hzr-ft_legal_83x strong {
  font-weight: 700;
  color: #8DA897;
}.hzr-ft_legal_83x a {
  text-decoration: underline;
  color: #8DA897;
}.hzr-ft_age_83x {
  border-radius: 50%;
  border: 2px solid #7A9486;
  width: 32px;
  height: 2rem;
  font-size: 11px;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
  color: #7A9486;
  align-items: center;
  font-weight: 800;
  justify-content: center;
}