html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  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: #0B0F1C;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  color: #C8BFA8;
}.hnz_layout-xg7 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.hnz_page-xg7 {
  display: flex;
  min-height: 100vh;
}.hnz_main-xg7 {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media (min-width: 1083px) {.hnz_main-xg7 {
  padding-left: 13.75rem;
}
}
@media (max-width: 1080px) {.hnz_main-xg7 {
  padding-bottom: 4.5rem;
}
}.hnz_gc-xg7 {
  background: #101526;
  transition: transform .2s,border-color .2s;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  width: 8.75rem;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}
@media(min-width: 642px) {.hnz_gc-xg7 {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.hnz_gc-xg7 {
  width: 168px;
}
}.hnz_gc-xg7:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 138, 40, 0.08);
}.hnz_gc_img-xg7 {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.hnz_gc_img-xg7 img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}.hnz_gc_hover-xg7 {
  transition: opacity .2s;
  inset: 0;
  background: rgba(7, 10, 19, 0.72);
  position: absolute;
  align-items: center;
  justify-content: center;
  display: flex;
  opacity: 0;
}.hnz_gc-xg7:hover .hnz_gc_hover-xg7 {
  opacity: 1;
}.hnz_gc_hover_btn-xg7 {
  background: #C88A28;
  padding: 0.5rem 16px;
  border-radius: 6px;
  color: #F4ECD8;
  font-size: 0.75rem;
  font-weight: 700;
}.hnz_gc_info-xg7 {
  padding: 0.5rem 0.625rem 0.625rem;
}.hnz_gc_name-xg7 {
  overflow: hidden;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  max-width: 100%;
  white-space: nowrap;
  color: #C8BFA8;
  font-weight: 600;
}.hnz_gc_prov-xg7 {
  font-size: 0.625rem;
  color: #5E5648;
}.hnz_gc_tag-xg7 {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  z-index: 2;
  top: 0.375rem;
  font-size: 0.563rem;
  position: absolute;
  letter-spacing: .04em;
  left: 0.375rem;
  font-weight: 700;
  text-transform: uppercase;
}.hnz_gc_tag_hot-xg7 {
  background: #D63838;
  color: #fff;
}.hnz_gc_tag_new-xg7 {
  background: #2DB368;
  color: #0B0F1C;
}.hnz_gc_tag_jp-xg7 {
  background: #F0B830;
  color: #0B0F1C;
}.hnz_gc_tag_ex-xg7 {
  background: #8B3E18;
  color: #fff;
}.hnz_gc_tag_live-xg7 {
  background: #D63838;
  color: #fff;
}.hnz_gr-xg7 {
  padding: 32px 1rem 0;
  background: #0B0F1C;
}
@media(min-width: 766px) {.hnz_gr-xg7 {
  padding: 2.25rem 24px 0;
}
}.hnz_gr_in-xg7 {
  margin: 0 auto;
  max-width: 1340px;
}.hnz_gr_head-xg7 {
  gap: 0.75rem;
  display: flex;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
}.hnz_gr_head_l-xg7 {
  flex: 1;
  gap: 0.625rem;
  display: flex;
  align-items: center;
  min-width: 0;
}.hnz_gr_ic-xg7 {
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  width: 32px;
  height: 2rem;
  display: flex;
  align-items: center;
}.hnz_gr_ic-xg7 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
  height: 16px;
}.hnz_gr_title-xg7 {
  font-size: 16px;
  color: #F4ECD8;
  font-weight: 700;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 771px) {.hnz_gr_title-xg7 {
  font-size: 1.125rem;
}
}.hnz_gr_more-xg7 {
  gap: 0.313rem;
  transition: color .2s;
  color: #7A7060;
  white-space: nowrap;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
  flex-shrink: 0;
}.hnz_gr_more-xg7:hover {
  color: #C88A28;
}.hnz_gr_more-xg7 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 12px;
  width: 12px;
}.hnz_gr_arrows-xg7 {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.hnz_gr_arr-xg7 {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: background .15s,color .15s;
  border-radius: 6px;
  height: 30px;
  color: #9A8E78;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}.hnz_gr_arr-xg7:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F4ECD8;
}.hnz_gr_arr-xg7 svg {
  height: 0.813rem;
  width: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.hnz_gr_seo_h-xg7 {
  margin: 0 0 6px;
  color: #C8BFA8;
  overflow-wrap: break-word;
  font-weight: 700;
  max-width: 680px;
  font-size: 13px;
  font-family: 'Cinzel', serif;
}
@media(min-width:768px) {.hnz_gr_seo_h-xg7 {
  font-size: 14px;
}
}.hnz_gr_seo-xg7 {
  overflow-wrap: break-word;
  max-width: 42.5rem;
  line-height: 1.55;
  color: #7A7060;
  font-size: 0.75rem;
  margin-bottom: 12px;
}.hnz_gr_seo-xg7 strong {
  color: #C8BFA8;
  font-weight: 600;
}.hnz_gr_scroll-xg7 {
  gap: 10px;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}.hnz_gr_scroll-xg7::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.hnz_gr_scroll-xg7 {
  gap: 0.75rem;
}
}.hnz_tb-xg7 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0B0F1C;
  z-index: 80;
  height: 56px;
  position: fixed;
  top: 0;
  right: 0;
  align-items: center;
  left: 0;
  display: flex;
}.hnz_tb_in-xg7 {
  padding: 0 0.875rem;
  gap: 0;
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
}.hnz_tb_burger-xg7 {
  gap: 5px;
  border-radius: 0.625rem;
  width: 38px;
  display: flex;
  margin-right: 8px;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  height: 2.375rem;
  justify-content: center;
}.hnz_tb_burger-xg7:hover {
  background: rgba(255, 255, 255, 0.05);
}.hnz_tb_burger_line-xg7 {
  background: #9A8E78;
  border-radius: 1px;
  height: 2px;
  display: block;
  width: 18px;
}
@media(min-width:1080px) {.hnz_tb_burger-xg7 {
  display: none;
}
}.hnz_tb_logo-xg7 {
  gap: 9px;
  overflow-wrap: break-word;
  align-items: center;
  font-weight: 800;
  margin-right: 20px;
  font-size: 1.125rem;
  display: flex;
  color: #F4ECD8;
  letter-spacing: -.01em;
  flex-shrink: 0;
}.hnz_tb_logo_mark-xg7 {
  overflow: hidden;
  border-radius: 0.625rem;
  height: 2rem;
  display: flex;
  width: 32px;
  justify-content: center;
  align-items: center;
}.hnz_tb_logo_mark-xg7 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.hnz_tb_nav-xg7 {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 639px) {.hnz_tb_nav-xg7 {
  display: flex;
}
}.hnz_tb_tab-xg7 {
  border-radius: 0.625rem;
  transition: background .15s,color .15s;
  padding: 0.5rem 14px;
  font-weight: 600;
  font-size: 0.813rem;
  white-space: nowrap;
  color: #9A8E78;
}.hnz_tb_tab-xg7:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4ECD8;
}.hnz_tb_tab-xg7.hnz_state_active-xg7 {
  background: rgba(200, 138, 40, 0.18);
  color: #F4ECD8;
}.hnz_tb_right-xg7 {
  gap: 8px;
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}.hnz_tb_login-xg7 {
  transition: border-color .2s,color .2s;
  border-radius: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 9px 1rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 13px;
  font-weight: 600;
  display: none;
  color: #C8BFA8;
}.hnz_tb_login-xg7:hover {
  border-color: rgba(200, 140, 40, 0.45);
  color: #F4ECD8;
}
@media(min-width: 482px) {.hnz_tb_login-xg7 {
  display: block;
}
}.hnz_tb_reg-xg7 {
  padding: 0.563rem 1.125rem;
  transition: background .2s;
  border-radius: 0.625rem;
  background: #2DB368;
  font-size: 0.813rem;
  color: #0C0E1A;
  white-space: nowrap;
  font-weight: 700;
}.hnz_tb_reg-xg7:hover {
  background: #35CC7A;
}.hnz_sb-xg7 {
  background: #161D2E;
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  position: fixed;
  z-index: 70;
  overflow-y: auto;
  width: 13.75rem;
  bottom: 0;
  left: 0;
  top: 56px;
}.hnz_sb-xg7.hnz_state_open-xg7 {
  transform: translateX(0);
}.hnz_sb-xg7::-webkit-scrollbar {
  width: 0.25rem;
}.hnz_sb-xg7::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1079px) {.hnz_sb-xg7 {
  transform: translateX(0);
}
}.hnz_sb_auth-xg7 {
  padding: 14px 12px 0.625rem;
}.hnz_sb_btn_reg-xg7 {
  background: #2DB368;
  padding: 0.688rem;
  border-radius: 10px;
  transition: background .2s;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.813rem;
  text-align: center;
  color: #0C0E1A;
  font-weight: 700;
}.hnz_sb_btn_reg-xg7:hover {
  background: #35CC7A;
}.hnz_sb_btn_login-xg7 {
  transition: border-color .2s;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  font-weight: 600;
  font-size: 13px;
  display: block;
  color: #C8BFA8;
  text-align: center;
}.hnz_sb_btn_login-xg7:hover {
  border-color: rgba(200, 140, 40, 0.45);
  color: #F4ECD8;
}.hnz_sb_promo-xg7 {
  border-radius: 10px;
  margin: 0 12px 0.625rem;
  background: linear-gradient(135deg,#1C0E30,#161D2E);
  overflow: hidden;
  border: 1px solid rgba(200, 138, 40, 0.18);
  padding: 12px 0.875rem;
  position: relative;
}.hnz_sb_promo-xg7::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200, 138, 40, 0.18),transparent 70%);
  width: 5rem;
  position: absolute;
  height: 80px;
  content: '';
  top: -20px;
  right: -20px;
}.hnz_sb_promo_title-xg7 {
  margin-bottom: 4px;
  letter-spacing: .06em;
  font-weight: 700;
  text-transform: uppercase;
  color: #C88A28;
  font-size: 0.688rem;
}.hnz_sb_promo_text-xg7 {
  font-size: 12px;
  color: #F4ECD8;
  overflow-wrap: break-word;
  line-height: 1.35;
  font-weight: 600;
}.hnz_sb_promo_sub-xg7 {
  margin-top: 3px;
  color: #7A7060;
  font-size: 10px;
}.hnz_sb_nav-xg7 {
  padding: 6px 0.5rem 1rem;
}.hnz_sb_nav_lb-xg7 {
  padding: 10px 0.5rem 6px;
  color: #5E5648;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 10px;
  text-transform: uppercase;
}.hnz_sb_link-xg7 {
  border-radius: 6px;
  transition: background .15s,color .15s;
  padding: 0.563rem 0.625rem;
  gap: 0.625rem;
  align-items: center;
  display: flex;
  font-weight: 500;
  cursor: pointer;
  font-size: 0.813rem;
  color: #9A8E78;
  overflow-wrap: break-word;
}.hnz_sb_link-xg7:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4ECD8;
}.hnz_sb_link-xg7.hnz_state_active-xg7 {
  background: rgba(200, 138, 40, 0.18);
  color: #F4ECD8;
}.hnz_sb_ic-xg7 {
  border-radius: 6px;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  width: 1.875rem;
  display: flex;
  height: 30px;
}.hnz_sb_ic-xg7 svg {
  height: 16px;
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
}.hnz_sb_ic_1-xg7 {
  background: rgba(200, 138, 40, 0.08);
  color: #C88A28;
}.hnz_sb_ic_2-xg7 {
  background: rgba(45, 179, 104, 0.16);
  color: #2DB368;
}.hnz_sb_ic_3-xg7 {
  background: rgba(240, 184, 48, 0.16);
  color: #F0B830;
}.hnz_sb_ic_4-xg7 {
  background: rgba(139, 62, 24, 0.24);
  color: #8B3E18;
}.hnz_sb_ic_5-xg7 {
  background: rgba(200, 138, 40, 0.08);
  color: #D84880;
}.hnz_sb_ic_6-xg7 {
  background: rgba(139, 62, 24, 0.24);
  color: #8C3EC8;
}.hnz_sb_badge-xg7 {
  padding: 2px 7px;
  border-radius: 0.375rem;
  background: #F0B830;
  margin-left: auto;
  font-weight: 700;
  color: #0C0E1A;
  font-size: 9px;
}.hnz_sb_bot-xg7 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  gap: 8px;
  display: flex;
}.hnz_sb_lang-xg7,.hnz_sb_help-xg7 {
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  padding: 9px 6px;
  gap: 6px;
  transition: border-color .2s;
  flex: 1;
  color: #9A8E78;
  font-size: 0.688rem;
  justify-content: center;
  font-weight: 600;
  align-items: center;
  display: flex;
}.hnz_sb_lang-xg7:hover,.hnz_sb_help-xg7:hover {
  border-color: rgba(200, 140, 40, 0.45);
  color: #F4ECD8;
}.hnz_sb_lang-xg7 svg,.hnz_sb_help-xg7 svg {
  height: 13px;
  width: 13px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.hnz_sb_bd-xg7 {
  inset: 0;
  background: rgba(7, 10, 19, 0.72);
  position: fixed;
  display: none;
  z-index: 69;
}.hnz_sb_bd-xg7.hnz_state_on-xg7 {
  display: block;
}
@media(min-width: 1079px) {.hnz_sb_bd-xg7 {
  display: none!important;
}
}.hnz_mob_nav-xg7 {
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  background: #161D2E;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  right: 0;
  z-index: 80;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
}
@media(min-width: 1077px) {.hnz_mob_nav-xg7 {
  display: none;
}
}.hnz_mob_nav_item-xg7 {
  flex: 1;
  gap: 0.25rem;
  padding: 4px 2px;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
  display: flex;
  color: #5E5648;
}.hnz_mob_nav_ic-xg7 {
  line-height: 1;
}.hnz_mob_nav_ic-xg7 svg {
  height: 20px;
  width: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.hnz_mob_nav_lb-xg7 {
  font-size: 10px;
  font-weight: 600;
  color: #5E5648;
}.hnz_mob_nav_item-xg7.hnz_state_active-xg7 {
  color: #C88A28;
}.hnz_mob_nav_item-xg7.hnz_state_active-xg7 .hnz_mob_nav_lb-xg7 {
  color: #C88A28;
}.hnz_hero-xg7 {
  background: #0B0F1C;
  padding: 1.25rem 1rem 0;
}
@media(min-width: 771px) {.hnz_hero-xg7 {
  padding: 24px 1.5rem 0;
}
}.hnz_hero_in-xg7 {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  max-width: 83.75rem;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.hnz_hero_in-xg7 {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1097px) {.hnz_hero_in-xg7 {
  grid-template-columns: 1fr 21.25rem;
}
}.hnz_hero_promo-xg7 {
  overflow: hidden;
  border-radius: 16px;
  background: #101526;
  min-height: 220px;
  align-items: stretch;
  display: flex;
  position: relative;
}
@media(min-width: 767px) {.hnz_hero_promo-xg7 {
  min-height: 280px;
}
}.hnz_hero_promo_bg-xg7 {
  background-position: center;
  background: linear-gradient(120deg,#1C0E30 0%,#0B0F1C 100%);
  inset: 0;
  background-size: cover;
  position: absolute;
}.hnz_hero_promo_bg-xg7::after {
  inset: 0;
  background: linear-gradient(90deg,#0B0F1C 0%,rgba(7, 10, 19, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.hnz_hero_promo_glow-xg7 {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(139, 62, 24, 0.24) 0%,transparent 65%);
  right: 3.75rem;
  width: 300px;
  top: -40px;
  height: 18.75rem;
  position: absolute;
  pointer-events: none;
}.hnz_hero_promo_ct-xg7 {
  padding: 1.75rem 1.5rem 28px 28px;
  max-width: 30rem;
  flex-direction: column;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media(min-width: 770px) {.hnz_hero_promo_ct-xg7 {
  padding: 2.5rem 32px;
}
}.hnz_hero_badge-xg7 {
  border: 1px solid rgba(200, 138, 40, 0.08);
  padding: 0.313rem 0.75rem;
  border-radius: 20px;
  background: rgba(200, 138, 40, 0.18);
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C88A28;
}.hnz_hero_h1-xg7 {
  color: #F4ECD8;
  font-size: 1.625rem;
  line-height: 1.15;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  margin-bottom: 10px;
}.hnz_hero_h1-xg7 em {
  color: #F0B830;
  font-style: normal;
}
@media(min-width: 766px) {.hnz_hero_h1-xg7 {
  font-size: 36px;
}
}.hnz_hero_sub-xg7 {
  margin-bottom: 20px;
  color: #9A8E78;
  line-height: 1.55;
  font-size: 0.813rem;
}
@media(min-width: 769px) {.hnz_hero_sub-xg7 {
  font-size: 0.875rem;
}
}.hnz_hero_row-xg7 {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.hnz_hero_cta-xg7 {
  transition: background .2s;
  border-radius: 10px;
  background: #2DB368;
  padding: 0.813rem 26px;
  color: #0C0E1A;
  box-shadow: 0 4px 1.375rem rgba(45, 179, 104, 0.48);
  font-size: 0.875rem;
  font-weight: 700;
}.hnz_hero_cta-xg7:hover {
  background: #35CC7A;
}.hnz_hero_terms-xg7 {
  font-size: 11px;
  color: #5E5648;
}.hnz_hero_game-xg7 {
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #101526;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}.hnz_hero_game_badge-xg7 {
  background: rgba(240, 184, 48, 0.16);
  border: 1px solid rgba(240, 184, 48, 0.16);
  border-radius: 20px;
  padding: 5px 0.625rem;
  font-weight: 700;
  z-index: 3;
  position: absolute;
  text-transform: uppercase;
  top: 0.75rem;
  font-size: 10px;
  left: 12px;
  letter-spacing: .06em;
  color: #F0B830;
}.hnz_hero_game_badge-xg7 svg {
  height: 11px;
  width: 11px;
  vertical-align: -1px;
  margin-right: 4px;
}.hnz_hero_game_img-xg7 {
  overflow: hidden;
  background: linear-gradient(135deg,#1C0E30,#0B0F1C);
  padding-bottom: 60%;
  position: relative;
}.hnz_hero_game_img-xg7 img {
  inset: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}.hnz_hero_game_play-xg7 {
  inset: 0;
  background: rgba(7, 10, 19, 0.72);
  transition: opacity .2s;
  opacity: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  display: flex;
}.hnz_hero_game-xg7:hover .hnz_hero_game_play-xg7 {
  opacity: 1;
}.hnz_hero_game_play-xg7 span {
  border-radius: 50%;
  background: #C88A28;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  display: flex;
  height: 52px;
}.hnz_hero_game_play-xg7 span svg {
  width: 1.125rem;
  margin-left: 2px;
  height: 1.125rem;
}.hnz_hero_game_info-xg7 {
  padding: 14px 1rem;
}.hnz_hero_game_title-xg7 {
  font-size: 0.938rem;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F4ECD8;
  margin-bottom: 0.25rem;
}.hnz_hero_game_provider-xg7 {
  color: #7A7060;
  font-size: 11px;
}.hnz_hero_game_btn-xg7 {
  border-radius: 10px;
  background: #C88A28;
  transition: background .2s;
  padding: 11px;
  margin: 12px 16px 1rem;
  display: block;
  font-weight: 700;
  font-size: 0.813rem;
  text-align: center;
  color: #F4ECD8;
}.hnz_hero_game-xg7:hover .hnz_hero_game_btn-xg7 {
  background: #DA9E38;
}.hnz_gcg-xg7 {
  padding: 36px 1rem 0;
  background: #0B0F1C;
}
@media(min-width: 769px) {.hnz_gcg-xg7 {
  padding: 2.75rem 1.5rem 0;
}
}.hnz_gcg_in-xg7 {
  margin: 0 auto;
  max-width: 83.75rem;
}.hnz_gcg_head-xg7 {
  max-width: 720px;
  margin-bottom: 20px;
}.hnz_gcg_label-xg7 {
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #C88A28;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: .08em;
}.hnz_gcg_h2-xg7 {
  font-weight: 800;
  font-size: 22px;
  overflow-wrap: break-word;
  color: #F4ECD8;
  font-family: 'Cinzel', serif;
  margin-bottom: 8px;
}
@media(min-width: 765px) {.hnz_gcg_h2-xg7 {
  font-size: 1.75rem;
}
}.hnz_gcg_intro-xg7 {
  font-size: 13px;
  color: #7A7060;
  line-height: 1.6;
}.hnz_gcg_grid-xg7 {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.hnz_gcg_grid-xg7 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.hnz_gcg_grid-xg7 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.hnz_gcg_card-xg7 {
  padding: 20px;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  overflow: hidden;
  border-radius: 16px;
  display: flex;
  cursor: pointer;
  justify-content: flex-end;
  position: relative;
  min-height: 240px;
  flex-direction: column;
}.hnz_gcg_card-xg7:hover {
  border-color: rgba(200, 138, 40, 0.18);
  transform: translateY(-3px);
}.hnz_gcg_card_bg-xg7 {
  inset: 0;
  z-index: 0;
  position: absolute;
}.hnz_gcg_card_bg-xg7::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.hnz_gcg_card_ic-xg7 {
  background: rgba(0,0,0,.45);
  border-radius: 6px;
  align-items: center;
  color: #F4ECD8;
  right: 18px;
  width: 40px;
  justify-content: center;
  top: 1.125rem;
  position: absolute;
  height: 40px;
  display: flex;
  z-index: 2;
}.hnz_gcg_card_ic-xg7 svg {
  height: 20px;
  stroke-linecap: round;
  width: 1.25rem;
  stroke-linejoin: round;
}.hnz_gcg_card_ct-xg7 {
  position: relative;
  z-index: 1;
}.hnz_gcg_card_h-xg7 {
  font-family: 'Cinzel', serif;
  color: #F4ECD8;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-size: 18px;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.hnz_gcg_card_h-xg7 {
  font-size: 20px;
}
}.hnz_gcg_card_p-xg7 {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  margin-bottom: 0.625rem;
  color: rgba(255,255,255,.82);
}.hnz_gcg_card_p-xg7 strong {
  font-weight: 600;
  color: #F4ECD8;
}.hnz_gcg_card_cta-xg7 {
  gap: 0.25rem;
  font-size: 0.75rem;
  display: inline-flex;
  letter-spacing: .04em;
  align-items: center;
  color: #C88A28;
  font-weight: 700;
  text-transform: uppercase;
}.hnz_gcg_card_cta-xg7 svg {
  height: 12px;
  width: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.hnz_gr_jp-xg7 {
  padding: 1.25rem;
  overflow: hidden;
  background: linear-gradient(135deg,#1A0830 0%,#0D0A1E 100%);
  border-radius: 1rem;
  position: relative;
}.hnz_gr_jp-xg7::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(139, 62, 24, 0.24) 0%,transparent 70%);
  width: 250px;
  content: '';
  height: 15.625rem;
  top: -60px;
  left: -3.75rem;
  position: absolute;
}.hnz_gr_jp-xg7::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(240, 184, 48, 0.16) 0%,transparent 70%);
  content: '';
  right: 0;
  bottom: -40px;
  height: 200px;
  position: absolute;
  width: 200px;
}.hnz_gr_jp_head-xg7 {
  gap: 16px;
  align-items: flex-start;
  position: relative;
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  margin-bottom: 16px;
}.hnz_gr_jp_info-xg7 {
  flex: 1;
}.hnz_gr_jp_label-xg7 {
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 6px;
  color: #8C3EC8;
  font-weight: 700;
  letter-spacing: .08em;
}.hnz_gr_jp_label-xg7 svg {
  stroke-linejoin: round;
  margin-right: 4px;
  stroke-linecap: round;
  width: 14px;
  vertical-align: -2px;
  height: 0.875rem;
}.hnz_gr_jp_amount-xg7 {
  font-family: 'Cinzel', serif;
  line-height: 1;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 4px;
  color: #F4ECD8;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.hnz_gr_jp_amount-xg7 {
  font-size: 40px;
}
}.hnz_gr_jp_amount-xg7 span {
  color: #F0B830;
}.hnz_gr_jp_seo-xg7 {
  color: #9A8E78;
  font-size: 0.75rem;
  max-width: 480px;
  line-height: 1.5;
  overflow-wrap: break-word;
}.hnz_gr_jp_cta-xg7 {
  padding: 0.688rem 20px;
  background: rgba(139, 62, 24, 0.24);
  border-radius: 10px;
  border: 1px solid rgba(139, 62, 24, 0.24);
  transition: background .2s;
  flex-shrink: 0;
  font-weight: 700;
  z-index: 1;
  white-space: nowrap;
  font-size: 0.813rem;
  align-self: flex-start;
  position: relative;
  color: #F4ECD8;
  margin-top: 0.25rem;
}.hnz_gr_jp_cta-xg7:hover {
  background: #8B3E18;
}.hnz_ws-xg7 {
  padding: 2rem 1rem 0;
  background: #0B0F1C;
}
@media(min-width: 769px) {.hnz_ws-xg7 {
  padding: 2.25rem 24px 0;
}
}.hnz_ws_in-xg7 {
  margin: 0 auto;
  max-width: 1340px;
}.hnz_ws_head-xg7 {
  gap: 12px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}.hnz_ws_title-xg7 {
  gap: 0.625rem;
  font-size: 16px;
  color: #F4ECD8;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  overflow-wrap: break-word;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.hnz_ws_title_ic-xg7 svg {
  color: #F0B830;
  stroke-linejoin: round;
  width: 1.125rem;
  height: 18px;
  stroke-linecap: round;
}.hnz_ws_online-xg7 {
  gap: 7px;
  font-weight: 600;
  align-items: center;
  font-size: 12px;
  display: flex;
  color: #7A7060;
}.hnz_ws_online_dot-xg7 {
  background: #2DB368;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  box-shadow: 0 0 0.375rem rgba(45, 179, 104, 0.16);
  flex-shrink: 0;
}.hnz_ws_scroll-xg7 {
  gap: 8px;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  display: flex;
}.hnz_ws_scroll-xg7::-webkit-scrollbar {
  display: none;
}.hnz_wc-xg7 {
  gap: 0.625rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #101526;
  padding: 0.625rem 14px;
  min-width: 13.75rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.hnz_wc_img-xg7 {
  background: #161D2E;
  border-radius: 6px;
  overflow: hidden;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}.hnz_wc_img-xg7 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.hnz_wc_info-xg7 {
  min-width: 0;
}.hnz_wc_game-xg7 {
  overflow: hidden;
  font-weight: 600;
  color: #C8BFA8;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  white-space: nowrap;
}.hnz_wc_player-xg7 {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #5E5648;
  white-space: nowrap;
  font-size: 0.625rem;
}.hnz_wc_amount-xg7 {
  color: #2DB368;
  margin-left: auto;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.813rem;
}.hnz_prov-xg7 {
  padding: 36px 16px 0;
  background: #0B0F1C;
}
@media(min-width: 770px) {.hnz_prov-xg7 {
  padding: 2.75rem 1.5rem 0;
}
}.hnz_prov_in-xg7 {
  margin: 0 auto;
  max-width: 1340px;
}.hnz_prov_head-xg7 {
  margin-bottom: 1rem;
}.hnz_prov_label-xg7 {
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  color: #C88A28;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}.hnz_prov_h2-xg7 {
  overflow-wrap: break-word;
  color: #F4ECD8;
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 20px;
}
@media(min-width: 771px) {.hnz_prov_h2-xg7 {
  font-size: 1.5rem;
}
}.hnz_prov_seo-xg7 {
  overflow-wrap: break-word;
  color: #7A7060;
  font-size: 13px;
  max-width: 38.75rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}.hnz_prov_seo-xg7 strong {
  font-weight: 700;
  color: #C8BFA8;
}.hnz_prov_seo-xg7 a {
  color: #C88A28;
  text-decoration: underline;
}.hnz_prov_grid-xg7 {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.hnz_prov_grid-xg7 {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.hnz_prov_grid-xg7 {
  grid-template-columns: repeat(8,1fr);
}
}.hnz_prov_card-xg7 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  gap: 0.438rem;
  transition: border-color .2s,background .2s;
  border-radius: 0.625rem;
  background: #101526;
  padding: 14px 10px;
  align-items: center;
  flex-direction: column;
  display: flex;
  cursor: pointer;
}.hnz_prov_card-xg7:hover {
  background: #161D2E;
  border-color: rgba(200, 140, 40, 0.45);
}.hnz_prov_logo-xg7 {
  overflow: hidden;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  width: 44px;
  height: 2.75rem;
  align-items: center;
  display: flex;
  justify-content: center;
}.hnz_prov_logo-xg7 img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.hnz_prov_name-xg7 {
  font-size: 11px;
  overflow-wrap: break-word;
  text-align: center;
  font-weight: 600;
  color: #9A8E78;
}.hnz_bon-xg7 {
  padding: 36px 1rem 0;
  background: #0B0F1C;
}
@media(min-width: 770px) {.hnz_bon-xg7 {
  padding: 2.75rem 1.5rem 0;
}
}.hnz_bon_in-xg7 {
  margin: 0 auto;
  max-width: 83.75rem;
}.hnz_bon_head-xg7 {
  margin-bottom: 1.25rem;
}.hnz_bon_label-xg7 {
  color: #C88A28;
  font-size: 11px;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.hnz_bon_h2-xg7 {
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #F4ECD8;
  margin-bottom: 8px;
}
@media(min-width: 769px) {.hnz_bon_h2-xg7 {
  font-size: 24px;
}
}.hnz_bon_seo-xg7 {
  line-height: 1.6;
  font-size: 0.813rem;
  color: #7A7060;
  overflow-wrap: break-word;
  max-width: 38.75rem;
}.hnz_bon_seo-xg7 strong {
  font-weight: 700;
  color: #C8BFA8;
}.hnz_bon_seo-xg7 a {
  color: #C88A28;
  text-decoration: underline;
}.hnz_bon_grid-xg7 {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.hnz_bon_grid-xg7 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.hnz_bon_grid-xg7 {
  grid-template-columns: repeat(5,1fr);
}
}.hnz_bon_card-xg7 {
  transition: border-color .2s,transform .2s;
  background: #101526;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.625rem;
  padding: 1rem;
}.hnz_bon_card-xg7:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 138, 40, 0.08);
}.hnz_bon_card_ic-xg7 svg {
  width: 26px;
  stroke-linecap: round;
  height: 26px;
  stroke-linejoin: round;
}.hnz_bon_card_ic-xg7 {
  margin-bottom: 0.625rem;
}.hnz_bon_card_type-xg7 {
  font-weight: 700;
  font-size: 10px;
  color: #7A7060;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}.hnz_bon_card_amount-xg7 {
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 0.375rem;
  font-size: 1.125rem;
  color: #F0B830;
}.hnz_bon_card_name-xg7 {
  color: #F4ECD8;
  margin-bottom: 0.5rem;
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 13px;
}.hnz_bon_card_detail-xg7 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 8px;
  color: #5E5648;
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.hnz_htp-xg7 {
  padding: 36px 16px 0;
  background: #0B0F1C;
}
@media(min-width: 769px) {.hnz_htp-xg7 {
  padding: 44px 1.5rem 0;
}
}.hnz_htp_in-xg7 {
  margin: 0 auto;
  max-width: 83.75rem;
}.hnz_htp_head-xg7 {
  max-width: 720px;
  margin-bottom: 22px;
}.hnz_htp_label-xg7 {
  color: #C88A28;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
}.hnz_htp_h2-xg7 {
  font-size: 1.375rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F4ECD8;
  margin-bottom: 0.5rem;
}
@media(min-width:768px) {.hnz_htp_h2-xg7 {
  font-size: 1.75rem;
}
}.hnz_htp_intro-xg7 {
  line-height: 1.6;
  color: #7A7060;
  font-size: 14px;
}.hnz_htp_steps-xg7 {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 0.75rem;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.hnz_htp_steps-xg7 {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.hnz_htp_steps-xg7 {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.hnz_htp_step-xg7 {
  padding: 1.25rem 1.125rem 18px;
  background: #161D2E;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.625rem;
  flex-direction: column;
  display: flex;
  position: relative;
}.hnz_htp_step_num-xg7 {
  background: #C88A28;
  border-radius: 50%;
  color: #0C0E1A;
  font-family: 'Cinzel', serif;
  position: absolute;
  display: flex;
  left: 20px;
  align-items: center;
  height: 1.75rem;
  font-size: 13px;
  font-weight: 800;
  top: -12px;
  justify-content: center;
  width: 28px;
}.hnz_htp_step_ic-xg7 {
  border-radius: 6px;
  background: rgba(200, 138, 40, 0.18);
  margin: 8px 0 0.75rem;
  align-items: center;
  color: #C88A28;
  display: flex;
  justify-content: center;
  height: 2.25rem;
  width: 2.25rem;
}.hnz_htp_step_ic-xg7 svg {
  height: 1.125rem;
  width: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.hnz_htp_step_h-xg7 {
  font-weight: 700;
  line-height: 1.25;
  font-size: 14px;
  color: #F4ECD8;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
}.hnz_htp_step_p-xg7 {
  color: #7A7060;
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.hnz_htp_step_p-xg7 strong {
  font-weight: 600;
  color: #C8BFA8;
}.hnz_htp_cta-xg7 {
  background: #2DB368;
  border-radius: 10px;
  padding: 0.813rem 1.625rem;
  transition: background .2s;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  display: inline-block;
  color: #0C0E1A;
  font-weight: 700;
}.hnz_htp_cta-xg7:hover {
  background: #35CC7A;
}.hnz_app-xg7 {
  background: #0B0F1C;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.hnz_app-xg7 {
  padding: 2.75rem 24px 0;
}
}.hnz_app_in-xg7 {
  margin: 0 auto;
  max-width: 1340px;
}.hnz_app_head-xg7 {
  margin-bottom: 16px;
}.hnz_app_label-xg7 {
  letter-spacing: .08em;
  font-weight: 700;
  color: #C88A28;
  font-size: 0.688rem;
  margin-bottom: 8px;
  text-transform: uppercase;
}.hnz_app_h2-xg7 {
  overflow-wrap: break-word;
  margin-bottom: 6px;
  color: #F4ECD8;
  font-size: 20px;
  font-weight: 800;
  font-family: 'Cinzel', serif;
}
@media(min-width: 771px) {.hnz_app_h2-xg7 {
  font-size: 1.5rem;
}
}.hnz_app_sub-xg7 {
  font-size: 0.813rem;
  color: #7A7060;
  max-width: 37.5rem;
  overflow-wrap: break-word;
  line-height: 1.6;
}.hnz_app_sub-xg7 strong {
  color: #C8BFA8;
  font-weight: 700;
}.hnz_app_cards-xg7 {
  gap: 0.625rem;
  margin-top: 1rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.hnz_app_cards-xg7 {
  grid-template-columns: repeat(3,1fr);
}
}.hnz_app_card-xg7 {
  gap: 1rem;
  overflow: hidden;
  padding: 20px;
  border-radius: 0.625rem;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
}.hnz_app_card_ios-xg7 {
  background: linear-gradient(135deg,rgba(200, 138, 40, 0.18) 0%,#161D2E 100%);
}.hnz_app_card_android-xg7 {
  background: linear-gradient(135deg,rgba(45, 179, 104, 0.16) 0%,#161D2E 100%);
}.hnz_app_card_win-xg7 {
  background: linear-gradient(135deg,rgba(240, 184, 48, 0.16) 0%,#161D2E 100%);
}.hnz_app_card_ic-xg7 svg {
  width: 34px;
  stroke-linejoin: round;
  height: 2.125rem;
  stroke-linecap: round;
}.hnz_app_card_ic-xg7 {
  color: #F4ECD8;
  flex-shrink: 0;
}.hnz_app_card_os-xg7 {
  color: #7A7060;
  font-size: 10px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
}.hnz_app_card_title-xg7 {
  color: #F4ECD8;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  overflow-wrap: break-word;
}.hnz_app_card_text-xg7 {
  overflow-wrap: break-word;
  color: #7A7060;
  line-height: 1.5;
  font-size: 0.75rem;
  margin-bottom: 0.875rem;
}.hnz_app_card_btn-xg7 {
  background: rgba(255, 255, 255, 0.12);
  transition: background .2s;
  padding: 0.625rem 18px;
  gap: 0.438rem;
  border: 1px solid rgba(200, 140, 40, 0.45);
  border-radius: 0.375rem;
  align-items: center;
  font-weight: 700;
  display: inline-flex;
  color: #F4ECD8;
  font-size: 0.813rem;
}.hnz_app_card_btn-xg7:hover {
  background: rgba(255, 255, 255, 0.07);
}.hnz_reg-xg7 {
  background: #0B0F1C;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.hnz_reg-xg7 {
  padding: 2.75rem 1.5rem 0;
}
}.hnz_reg_in-xg7 {
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1.75rem 24px;
  margin: 0 auto;
  background: #161D2E;
  border-radius: 1rem;
  max-width: 1340px;
}
@media(min-width: 770px) {.hnz_reg_in-xg7 {
  padding: 2.5rem;
}
}.hnz_reg_top-xg7 {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 863px) {.hnz_reg_top-xg7 {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.hnz_reg_label-xg7 {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #C88A28;
  letter-spacing: .08em;
  font-size: 11px;
}.hnz_reg_h2-xg7 {
  font-size: 1.375rem;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  color: #F4ECD8;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  line-height: 1.2;
}
@media(min-width: 771px) {.hnz_reg_h2-xg7 {
  font-size: 28px;
}
}.hnz_reg_bonus-xg7 {
  padding: 10px 16px;
  border: 1px solid rgba(240, 184, 48, 0.16);
  gap: 8px;
  background: rgba(240, 184, 48, 0.16);
  border-radius: 10px;
  display: inline-flex;
  margin-bottom: 1rem;
  align-items: center;
}.hnz_reg_bonus_amount-xg7 {
  color: #F0B830;
  font-size: 1.25rem;
  font-weight: 800;
}.hnz_reg_bonus_text-xg7 {
  font-size: 13px;
  line-height: 1.35;
  color: #9A8E78;
}.hnz_reg_cta_btn-xg7 {
  border-radius: 10px;
  transition: background .2s;
  padding: 14px 32px;
  background: #2DB368;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0.75rem;
  box-shadow: 0 0.25rem 22px rgba(45, 179, 104, 0.48);
  color: #0C0E1A;
  font-size: 0.938rem;
}.hnz_reg_cta_btn-xg7:hover {
  background: #35CC7A;
}.hnz_reg_terms-xg7 {
  line-height: 1.5;
  font-size: 11px;
  color: #5E5648;
}.hnz_reg_seo-xg7 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.813rem;
  margin-top: 20px;
  padding-top: 1.25rem;
  overflow-wrap: break-word;
  color: #7A7060;
  line-height: 1.65;
}.hnz_reg_seo-xg7 p {
  color: #7A7060;
  font-size: 0.813rem;
  margin-bottom: 0.625rem;
  line-height: 1.65;
}.hnz_reg_seo-xg7 p:last-child {
  margin-bottom: 0;
}.hnz_reg_seo-xg7 strong {
  font-weight: 700;
  color: #C8BFA8;
}.hnz_reg_seo-xg7 a {
  transition: color .2s;
  color: #C88A28;
  text-decoration: underline;
}.hnz_reg_seo-xg7 a:hover {
  color: #DA9E38;
}.hnz_reg_seo-xg7 ul,.hnz_reg_seo-xg7 ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 18px;
}.hnz_reg_seo-xg7 ol {
  list-style: decimal;
}.hnz_reg_seo-xg7 li {
  line-height: 1.65;
  margin-bottom: 4px;
  font-size: 0.813rem;
  color: #7A7060;
}.hnz_reg_seo-xg7 table {
  font-size: 0.813rem;
  border-collapse: collapse;
  display: block;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 0.625rem;
}
@media(min-width: 765px) {.hnz_reg_seo-xg7 table {
  display: table;
}
}.hnz_reg_seo-xg7 th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #C8BFA8;
  text-align: left;
}.hnz_reg_seo-xg7 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #7A7060;
}.hnz_reg_steps-xg7 {
  gap: 0.875rem;
  flex-direction: column;
  margin-top: 1.75rem;
  display: flex;
}
@media(min-width: 861px) {.hnz_reg_steps-xg7 {
  margin-top: 0;
}
}.hnz_reg_step-xg7 {
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.625rem;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.hnz_reg_step_num-xg7 {
  border: 1px solid rgba(200, 138, 40, 0.08);
  background: rgba(200, 138, 40, 0.18);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  width: 34px;
  height: 2.125rem;
  flex-shrink: 0;
  align-items: center;
  font-weight: 800;
  color: #C88A28;
  font-size: 14px;
}.hnz_reg_step_title-xg7 {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 0.875rem;
  color: #F4ECD8;
}.hnz_reg_step_text-xg7 {
  font-size: 12px;
  line-height: 1.5;
  color: #7A7060;
}.hnz_reg_trust-xg7 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  padding-top: 1.25rem;
}.hnz_reg_trust_item-xg7 {
  gap: 0.438rem;
  overflow-wrap: break-word;
  align-items: center;
  color: #7A7060;
  display: flex;
  font-size: 0.75rem;
}.hnz_reg_trust_ic-xg7 svg {
  stroke-linejoin: round;
  width: 16px;
  height: 1rem;
  stroke-linecap: round;
  color: #C88A28;
}.hnz_seo-xg7 {
  padding: 2.25rem 16px 0;
  background: #0B0F1C;
}
@media(min-width: 769px) {.hnz_seo-xg7 {
  padding: 2.75rem 1.5rem 0;
}
}.hnz_seo_in-xg7 {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  background: #161D2E;
  max-width: 83.75rem;
}
@media(min-width: 765px) {.hnz_seo_in-xg7 {
  padding: 2.25rem 40px;
}
}.hnz_seo_label-xg7 {
  text-transform: uppercase;
  color: #C88A28;
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.625rem;
}.hnz_seo_h2-xg7 {
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  color: #F4ECD8;
}
@media(min-width:768px) {.hnz_seo_h2-xg7 {
  font-size: 1.5rem;
}
}.hnz_seo_body-xg7 {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #9A8E78;
  line-height: 1.75;
}.hnz_seo_body-xg7 p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #9A8E78;
}.hnz_seo_body-xg7 p:last-child {
  margin-bottom: 0;
}.hnz_seo_body-xg7 strong {
  color: #C8BFA8;
  font-weight: 700;
}.hnz_seo_body-xg7 a {
  transition: color .2s;
  color: #C88A28;
  text-decoration: underline;
}.hnz_seo_body-xg7 a:hover {
  color: #DA9E38;
}.hnz_seo_body-xg7 ul,.hnz_seo_body-xg7 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.hnz_seo_body-xg7 ol {
  list-style: decimal;
}.hnz_seo_body-xg7 li {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 6px;
  color: #9A8E78;
}.hnz_seo_body-xg7 table {
  display: block;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 12px;
  font-size: 13px;
  border-collapse: collapse;
}
@media(min-width: 766px) {.hnz_seo_body-xg7 table {
  display: table;
}
}.hnz_seo_body-xg7 th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C8BFA8;
  font-weight: 700;
  text-align: left;
}.hnz_seo_body-xg7 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #9A8E78;
}.hnz_seo_cols-xg7 {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.hnz_seo_cols-xg7 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.hnz_seo_cols-xg7 {
  grid-template-columns: repeat(3,1fr);
}
}.hnz_seo_col_h-xg7 {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 0.438rem;
  font-weight: 700;
  color: #C8BFA8;
}.hnz_seo_col_p-xg7 {
  color: #7A7060;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
}.hnz_seo_stats-xg7 {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.hnz_seo_stat-xg7 {
  flex: 1;
  background: rgba(200, 138, 40, 0.08);
  border-radius: 10px;
  border: 1px solid rgba(200, 138, 40, 0.18);
  padding: 14px 1rem;
  min-width: 8.75rem;
}.hnz_seo_stat_val-xg7 {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  color: #C88A28;
  font-weight: 800;
}.hnz_seo_stat_lb-xg7 {
  color: #7A7060;
  font-size: 11px;
  overflow-wrap: break-word;
}.hnz_seo-xg7 {
  padding: 2.25rem 1rem 0;
  background: #0B0F1C;
}
@media(min-width: 771px) {.hnz_seo-xg7 {
  padding: 44px 1.5rem 0;
}
}.hnz_seo_in-xg7 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #161D2E;
  padding: 28px 24px;
  border-radius: 16px;
  margin: 0 auto;
  max-width: 83.75rem;
}
@media(min-width: 769px) {.hnz_seo_in-xg7 {
  padding: 2.25rem 40px;
}
}.hnz_seo_label-xg7 {
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  color: #C88A28;
}.hnz_seo_h2-xg7 {
  color: #F4ECD8;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.25;
}
@media(min-width: 769px) {.hnz_seo_h2-xg7 {
  font-size: 24px;
}
}.hnz_seo_body-xg7 {
  line-height: 1.75;
  color: #9A8E78;
  font-size: 14px;
  overflow-wrap: break-word;
}.hnz_seo_body-xg7 p {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #9A8E78;
}.hnz_seo_body-xg7 p:last-child {
  margin-bottom: 0;
}.hnz_seo_body-xg7 strong {
  color: #C8BFA8;
  font-weight: 700;
}.hnz_seo_body-xg7 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C88A28;
}.hnz_seo_body-xg7 a:hover {
  color: #DA9E38;
}.hnz_seo_body-xg7 ul,.hnz_seo_body-xg7 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.hnz_seo_body-xg7 ol {
  list-style: decimal;
}.hnz_seo_body-xg7 li {
  color: #9A8E78;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 6px;
}.hnz_seo_body-xg7 table {
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 0.813rem;
  display: block;
  margin-bottom: 12px;
}
@media(min-width: 769px) {.hnz_seo_body-xg7 table {
  display: table;
}
}.hnz_seo_body-xg7 th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C8BFA8;
  text-align: left;
  font-weight: 700;
}.hnz_seo_body-xg7 td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9A8E78;
}.hnz_seo_cols-xg7 {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 637px) {.hnz_seo_cols-xg7 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.hnz_seo_cols-xg7 {
  grid-template-columns: repeat(3,1fr);
}
}.hnz_seo_col_h-xg7 {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.813rem;
  color: #C8BFA8;
  margin-bottom: 0.438rem;
}.hnz_seo_col_p-xg7 {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #7A7060;
  font-size: 13px;
}.hnz_seo_stats-xg7 {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.hnz_seo_stat-xg7 {
  background: rgba(200, 138, 40, 0.08);
  padding: 14px 1rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(200, 138, 40, 0.18);
  flex: 1;
  min-width: 8.75rem;
}.hnz_seo_stat_val-xg7 {
  color: #C88A28;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 1.25rem;
}.hnz_seo_stat_lb-xg7 {
  color: #7A7060;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.hnz_rv-xg7 {
  padding: 36px 1rem 0;
  background: #0B0F1C;
}
@media(min-width: 766px) {.hnz_rv-xg7 {
  padding: 44px 1.5rem 0;
}
}.hnz_rv_in-xg7 {
  margin: 0 auto;
  max-width: 83.75rem;
}.hnz_rv_head-xg7 {
  max-width: 720px;
  margin-bottom: 1.25rem;
}.hnz_rv_label-xg7 {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C88A28;
}.hnz_rv_h2-xg7 {
  font-weight: 800;
  color: #F4ECD8;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 1.375rem;
}
@media(min-width: 771px) {.hnz_rv_h2-xg7 {
  font-size: 1.75rem;
}
}.hnz_rv_stats-xg7 {
  gap: 1.125rem;
  display: flex;
  font-size: 13px;
  align-items: center;
  color: #7A7060;
  flex-wrap: wrap;
}.hnz_rv_stats_score-xg7 {
  gap: 6px;
  align-items: baseline;
  display: flex;
}.hnz_rv_stats_score_val-xg7 {
  color: #F0B830;
  font-weight: 800;
  font-size: 22px;
  font-family: 'Cinzel', serif;
}.hnz_rv_stats_score_max-xg7 {
  color: #5E5648;
  font-size: 13px;
}.hnz_rv_stats_badge-xg7 {
  gap: 4px;
  align-items: center;
  display: flex;
}.hnz_rv_stats_badge-xg7 svg {
  color: #F0B830;
  height: 0.875rem;
  width: 0.875rem;
}.hnz_rv_grid-xg7 {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.hnz_rv_grid-xg7 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.hnz_rv_grid-xg7 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.hnz_rv_card-xg7 {
  background: #161D2E;
  border-radius: 0.625rem;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  flex-direction: column;
}.hnz_rv_card_stars-xg7 {
  gap: 2px;
  color: #F0B830;
  margin-bottom: 10px;
  display: flex;
}.hnz_rv_card_stars-xg7 svg {
  height: 0.875rem;
  width: 0.875rem;
}.hnz_rv_card_h-xg7 {
  font-weight: 700;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #F4ECD8;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}.hnz_rv_card_body-xg7 {
  flex: 1;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
  margin-bottom: 14px;
  color: #7A7060;
}.hnz_rv_card_body-xg7 strong {
  color: #C8BFA8;
  font-weight: 600;
}.hnz_rv_card_meta-xg7 {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  display: flex;
  padding-top: 0.75rem;
  justify-content: space-between;
  align-items: center;
}.hnz_rv_card_author-xg7 {
  color: #C8BFA8;
  font-size: 0.75rem;
  font-weight: 600;
}.hnz_rv_card_date-xg7 {
  font-size: 0.688rem;
  color: #5E5648;
}.hnz_faq-xg7 {
  padding: 36px 16px 0;
  background: #0B0F1C;
}
@media(min-width: 771px) {.hnz_faq-xg7 {
  padding: 44px 24px 0;
}
}.hnz_faq_in-xg7 {
  margin: 0 auto;
  max-width: 1340px;
}.hnz_faq_head-xg7 {
  margin-bottom: 20px;
}.hnz_faq_label-xg7 {
  margin-bottom: 8px;
  color: #C88A28;
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}.hnz_faq_h2-xg7 {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  color: #F4ECD8;
  font-family: 'Cinzel', serif;
}
@media(min-width: 770px) {.hnz_faq_h2-xg7 {
  font-size: 24px;
}
}.hnz_faq_list-xg7 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.hnz_faq_item-xg7 {
  border-radius: 0.625rem;
  background: #161D2E;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.hnz_faq_q-xg7 {
  transition: color .2s;
  padding: 16px 20px;
  gap: 12px;
  align-items: center;
  font-size: 0.875rem;
  flex-wrap: wrap;
  display: flex;
  overflow-wrap: break-word;
  cursor: pointer;
  font-weight: 600;
  color: #C8BFA8;
  justify-content: space-between;
}.hnz_faq_q-xg7:hover {
  color: #F4ECD8;
}.hnz_faq_q_ic-xg7 {
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #C88A28;
  flex-shrink: 0;
  height: 24px;
  width: 24px;
  font-size: 1rem;
  display: flex;
}.hnz_faq_item-xg7.hnz_state_open-xg7 .hnz_faq_q_ic-xg7 {
  transform: rotate(45deg);
}.hnz_faq_a-xg7 {
  padding: 0 1.25rem 1rem;
  line-height: 1.7;
  color: #7A7060;
  display: none;
  font-size: 13px;
  overflow-wrap: break-word;
}.hnz_faq_item-xg7.hnz_state_open-xg7 .hnz_faq_a-xg7 {
  display: block;
}.hnz_faq_a-xg7 strong {
  color: #C8BFA8;
  font-weight: 700;
}.hnz_faq_a-xg7 a {
  text-decoration: underline;
  color: #C88A28;
}.hnz_faq_a-xg7 ul,.hnz_faq_a-xg7 ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.hnz_faq_a-xg7 ol {
  list-style: decimal;
}.hnz_faq_a-xg7 li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.hnz_faq_a-xg7 table {
  margin: 0.5rem 0;
  overflow-x: auto;
  width: 100%;
  display: block;
  font-size: 0.75rem;
  border-collapse: collapse;
}
@media(min-width: 767px) {.hnz_faq_a-xg7 table {
  display: table;
}
}.hnz_faq_a-xg7 th {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #C8BFA8;
  text-align: left;
}.hnz_faq_a-xg7 td {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A7060;
}.hnz_seo-xg7 {
  background: #0B0F1C;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.hnz_seo-xg7 {
  padding: 44px 24px 0;
}
}.hnz_seo_in-xg7 {
  border-radius: 16px;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #161D2E;
  margin: 0 auto;
  max-width: 83.75rem;
}
@media(min-width: 769px) {.hnz_seo_in-xg7 {
  padding: 2.25rem 40px;
}
}.hnz_seo_label-xg7 {
  font-size: 11px;
  color: #C88A28;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.hnz_seo_h2-xg7 {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F4ECD8;
  line-height: 1.25;
  font-size: 1.25rem;
  margin-bottom: 14px;
}
@media(min-width: 766px) {.hnz_seo_h2-xg7 {
  font-size: 24px;
}
}.hnz_seo_body-xg7 {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #9A8E78;
  line-height: 1.75;
}.hnz_seo_body-xg7 p {
  font-size: 0.875rem;
  margin-bottom: 12px;
  line-height: 1.75;
  color: #9A8E78;
}.hnz_seo_body-xg7 p:last-child {
  margin-bottom: 0;
}.hnz_seo_body-xg7 strong {
  color: #C8BFA8;
  font-weight: 700;
}.hnz_seo_body-xg7 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C88A28;
}.hnz_seo_body-xg7 a:hover {
  color: #DA9E38;
}.hnz_seo_body-xg7 ul,.hnz_seo_body-xg7 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.hnz_seo_body-xg7 ol {
  list-style: decimal;
}.hnz_seo_body-xg7 li {
  margin-bottom: 6px;
  line-height: 1.75;
  color: #9A8E78;
  font-size: 0.875rem;
}.hnz_seo_body-xg7 table {
  margin-bottom: 12px;
  font-size: 0.813rem;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 766px) {.hnz_seo_body-xg7 table {
  display: table;
}
}.hnz_seo_body-xg7 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  text-align: left;
  font-weight: 700;
  color: #C8BFA8;
}.hnz_seo_body-xg7 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #9A8E78;
}.hnz_seo_cols-xg7 {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 637px) {.hnz_seo_cols-xg7 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.hnz_seo_cols-xg7 {
  grid-template-columns: repeat(3,1fr);
}
}.hnz_seo_col_h-xg7 {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 0.813rem;
  color: #C8BFA8;
}.hnz_seo_col_p-xg7 {
  font-size: 0.813rem;
  line-height: 1.65;
  color: #7A7060;
  overflow-wrap: break-word;
}.hnz_seo_stats-xg7 {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.hnz_seo_stat-xg7 {
  background: rgba(200, 138, 40, 0.08);
  padding: 0.875rem 16px;
  flex: 1;
  border: 1px solid rgba(200, 138, 40, 0.18);
  border-radius: 0.625rem;
  min-width: 8.75rem;
}.hnz_seo_stat_val-xg7 {
  color: #C88A28;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.hnz_seo_stat_lb-xg7 {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7A7060;
}.hnz_ft-xg7 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #070A13;
  margin-top: 48px;
}.hnz_ft_support-xg7 {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.hnz_ft_support-xg7 {
  padding: 1.75rem 1.5rem;
}
}.hnz_ft_support_in-xg7 {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  max-width: 83.75rem;
  flex-wrap: wrap;
  align-items: center;
}.hnz_ft_support_main-xg7 {
  gap: 1rem;
  flex: 1;
  align-items: center;
  min-width: 13.75rem;
  flex-wrap: wrap;
  display: flex;
}.hnz_ft_support_ic-xg7 {
  color: #C88A28;
  flex-shrink: 0;
}.hnz_ft_support_ic-xg7 svg {
  height: 1.875rem;
  stroke-linecap: round;
  width: 1.875rem;
  stroke-linejoin: round;
}.hnz_ft_support_text_title-xg7 {
  margin-bottom: 3px;
  color: #F4ECD8;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.hnz_ft_support_text_sub-xg7 {
  font-size: 12px;
  color: #7A7060;
  overflow-wrap: break-word;
}.hnz_ft_support_btn-xg7 {
  transition: background .2s;
  border-radius: 0.625rem;
  padding: 0.688rem 1.375rem;
  background: #C88A28;
  font-weight: 700;
  flex-shrink: 0;
  color: #F4ECD8;
  font-size: 13px;
  white-space: nowrap;
}.hnz_ft_support_btn-xg7:hover {
  background: #DA9E38;
}.hnz_ft_support_contacts-xg7 {
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.hnz_ft_support_contact-xg7 {
  color: #5E5648;
  line-height: 1.4;
  font-size: 0.75rem;
}.hnz_ft_support_contact-xg7 strong {
  color: #9A8E78;
  font-weight: 600;
  font-size: 11px;
  margin-bottom: 2px;
  display: block;
}.hnz_ft_main-xg7 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 16px 1.5rem;
}
@media(min-width: 770px) {.hnz_ft_main-xg7 {
  padding: 40px 1.5rem 32px;
}
}.hnz_ft_main_in-xg7 {
  gap: 1.5rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 83.75rem;
}
@media(min-width:640px) {.hnz_ft_main_in-xg7 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.hnz_ft_main_in-xg7 {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.hnz_ft_col_logo-xg7 {
  grid-column: 1/-1;
}
@media(min-width: 1082px) {.hnz_ft_col_logo-xg7 {
  grid-column: auto;
}
}.hnz_ft_logo-xg7 {
  gap: 9px;
  font-size: 1rem;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  font-weight: 800;
  margin-bottom: 0.75rem;
  color: #F4ECD8;
}.hnz_ft_logo_mark-xg7 {
  border-radius: 0.375rem;
  overflow: hidden;
  width: 30px;
  height: 30px;
}.hnz_ft_logo_mark-xg7 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.hnz_ft_logo_sub-xg7 {
  color: #5E5648;
  max-width: 12.5rem;
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.55;
}.hnz_ft_col_title-xg7 {
  letter-spacing: .07em;
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  color: #9A8E78;
}.hnz_ft_col_links-xg7 {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.hnz_ft_col_link-xg7 {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #5E5648;
  font-size: 0.813rem;
}.hnz_ft_col_link-xg7:hover {
  color: #C8BFA8;
}.hnz_ft_apps-xg7 {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.hnz_ft_app_card-xg7 {
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.375rem;
  transition: border-color .2s;
  padding: 0.625rem 12px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
}.hnz_ft_app_card-xg7:hover {
  border-color: rgba(200, 140, 40, 0.45);
}.hnz_ft_app_card_ic-xg7 svg {
  width: 1.375rem;
  stroke-linecap: round;
  height: 22px;
  stroke-linejoin: round;
}.hnz_ft_app_card_os-xg7 {
  font-size: 0.625rem;
  color: #5E5648;
  font-weight: 600;
}.hnz_ft_app_card_action-xg7 {
  color: #C8BFA8;
  font-size: 0.75rem;
  font-weight: 700;
}.hnz_ft_bot-xg7 {
  padding: 20px 16px;
}
@media(min-width: 765px) {.hnz_ft_bot-xg7 {
  padding: 1.25rem 24px;
}
}.hnz_ft_bot_in-xg7 {
  gap: 1rem;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  max-width: 83.75rem;
}.hnz_ft_socials-xg7 {
  gap: 8px;
  display: flex;
}.hnz_ft_soc-xg7 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: background .2s;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  width: 36px;
  align-items: center;
  color: #9A8E78;
  height: 2.25rem;
  display: flex;
  justify-content: center;
}.hnz_ft_soc-xg7 svg {
  stroke-linejoin: round;
  width: 16px;
  height: 16px;
  stroke-linecap: round;
}.hnz_ft_soc-xg7:hover {
  background: rgba(255, 255, 255, 0.07);
}.hnz_ft_legal-xg7 {
  flex: 1;
  color: #7C8299;
  min-width: 200px;
  overflow-wrap: break-word;
  font-size: 11px;
  line-height: 1.6;
}.hnz_ft_legal-xg7 strong {
  font-weight: 700;
  color: #9A8E78;
}.hnz_ft_legal-xg7 a {
  text-decoration: underline;
  color: #9A8E78;
}.hnz_ft_age-xg7 {
  border: 2px solid #7C8299;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 11px;
  justify-content: center;
  width: 32px;
  margin-left: auto;
  align-items: center;
  color: #7C8299;
  height: 2rem;
  font-weight: 800;
  display: flex;
}