*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #0D0904;
  -webkit-font-smoothing: antialiased;
  color: #CEBB9C;
  font-family: 'Nunito', sans-serif;
  line-height: 1.6;
  min-height: 100vh;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  color: inherit;
  text-decoration: none;
}button {
  border: none;
  font: inherit;
  background: none;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.hjb-layout-c8k {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.hjb-page-c8k {
  min-height: 100vh;
  display: flex;
}.hjb-main-c8k {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media(min-width: 1077px) {.hjb-main-c8k {
  padding-left: 13.75rem;
}
}
@media(max-width:1079px) {.hjb-main-c8k {
  padding-bottom: 72px;
}
}.hjb-gc-c8k {
  border: 1px solid rgba(255, 220, 140, 0.07);
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  background: #130E07;
  border-radius: 10px;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  width: 8.75rem;
}
@media(min-width: 639px) {.hjb-gc-c8k {
  width: 156px;
}
}
@media(min-width: 1081px) {.hjb-gc-c8k {
  width: 168px;
}
}.hjb-gc-c8k:hover {
  border-color: rgba(47, 172, 216, 0.07);
  transform: translateY(-3px);
}.hjb-gc_img-c8k {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.hjb-gc_img-c8k img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}.hjb-gc_hover-c8k {
  inset: 0;
  background: rgba(7, 5, 2, 0.72);
  transition: opacity .2s;
  opacity: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  align-items: center;
}.hjb-gc-c8k:hover .hjb-gc_hover-c8k {
  opacity: 1;
}.hjb-gc_hover_btn-c8k {
  padding: 0.5rem 16px;
  border-radius: 6px;
  background: #2FACD8;
  font-weight: 700;
  color: #F7EDDA;
  font-size: 0.75rem;
}.hjb-gc_info-c8k {
  padding: 0.5rem 10px 0.625rem;
}.hjb-gc_name-c8k {
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  color: #CEBB9C;
  margin-bottom: 3px;
  max-width: 100%;
  text-overflow: ellipsis;
}.hjb-gc_prov-c8k {
  color: #5E4F34;
  font-size: 0.625rem;
}.hjb-gc_tag-c8k {
  padding: 2px 0.438rem;
  border-radius: 4px;
  z-index: 2;
  position: absolute;
  text-transform: uppercase;
  font-weight: 700;
  left: 6px;
  top: 6px;
  letter-spacing: .04em;
  font-size: 0.563rem;
}.hjb-gc_tag_hot-c8k {
  background: #E03248;
  color: #fff;
}.hjb-gc_tag_new-c8k {
  background: #28C47A;
  color: #0D0904;
}.hjb-gc_tag_jp-c8k {
  background: #D49210;
  color: #0D0904;
}.hjb-gc_tag_ex-c8k {
  background: #9B6C1A;
  color: #fff;
}.hjb-gc_tag_live-c8k {
  background: #E03248;
  color: #fff;
}.hjb-gr-c8k {
  padding: 32px 1rem 0;
  background: #0D0904;
}
@media(min-width: 769px) {.hjb-gr-c8k {
  padding: 36px 24px 0;
}
}.hjb-gr_in-c8k {
  margin: 0 auto;
  max-width: 1320px;
}.hjb-gr_head-c8k {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}.hjb-gr_head_l-c8k {
  gap: 0.625rem;
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
}.hjb-gr_ic-c8k {
  border-radius: 0.625rem;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
  flex-shrink: 0;
  align-items: center;
}.hjb-gr_ic-c8k svg {
  height: 1rem;
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.hjb-gr_title-c8k {
  color: #F7EDDA;
  font-size: 16px;
  overflow-wrap: break-word;
  font-weight: 700;
  font-family: 'Cinzel', serif;
}
@media(min-width:768px) {.hjb-gr_title-c8k {
  font-size: 18px;
}
}.hjb-gr_more-c8k {
  transition: color .2s;
  gap: 5px;
  font-size: 0.75rem;
  white-space: nowrap;
  font-weight: 600;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  color: #7A6847;
}.hjb-gr_more-c8k:hover {
  color: #2FACD8;
}.hjb-gr_more-c8k svg {
  width: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 12px;
}.hjb-gr_arrows-c8k {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.hjb-gr_arr-c8k {
  border-radius: 0.375rem;
  background: rgba(255, 235, 180, 0.05);
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 220, 140, 0.13);
  align-items: center;
  color: #A08B68;
  width: 1.875rem;
  height: 30px;
  display: flex;
  justify-content: center;
}.hjb-gr_arr-c8k:hover {
  background: rgba(255, 235, 180, 0.07);
  color: #F7EDDA;
}.hjb-gr_arr-c8k svg {
  height: 13px;
  stroke-linejoin: round;
  width: 13px;
  stroke-linecap: round;
}.hjb-gr_seo_h-c8k {
  margin: 0 0 6px;
  font-size: 13px;
  max-width: 42.5rem;
  color: #CEBB9C;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.hjb-gr_seo_h-c8k {
  font-size: 14px;
}
}.hjb-gr_seo-c8k {
  max-width: 680px;
  line-height: 1.55;
  color: #7A6847;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  font-size: 12px;
}.hjb-gr_seo-c8k strong {
  color: #CEBB9C;
  font-weight: 600;
}.hjb-gr_scroll-c8k {
  gap: 10px;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  display: flex;
}.hjb-gr_scroll-c8k::-webkit-scrollbar {
  display: none;
}
@media(min-width: 770px) {.hjb-gr_scroll-c8k {
  gap: 12px;
}
}.hjb-tb-c8k {
  background: #0D0904;
  border-bottom: 1px solid rgba(255, 235, 180, 0.07);
  position: fixed;
  top: 0;
  left: 0;
  height: 3.5rem;
  align-items: center;
  display: flex;
  z-index: 80;
  right: 0;
}.hjb-tb_in-c8k {
  gap: 0;
  padding: 0 14px;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}.hjb-tb_burger-c8k {
  gap: 5px;
  border-radius: 10px;
  align-items: center;
  height: 38px;
  display: flex;
  width: 38px;
  flex-direction: column;
  justify-content: center;
  margin-right: 8px;
  flex-shrink: 0;
}.hjb-tb_burger-c8k:hover {
  background: rgba(255, 235, 180, 0.05);
}.hjb-tb_burger_line-c8k {
  border-radius: 1px;
  background: #A08B68;
  height: 2px;
  display: block;
  width: 1.125rem;
}
@media(min-width: 1078px) {.hjb-tb_burger-c8k {
  display: none;
}
}.hjb-tb_logo-c8k {
  gap: 0.563rem;
  flex-shrink: 0;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
  margin-right: 1.25rem;
  font-weight: 800;
  color: #F7EDDA;
  font-size: 1.125rem;
}.hjb-tb_logo_mark-c8k {
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  width: 32px;
  justify-content: center;
  height: 32px;
  align-items: center;
}.hjb-tb_logo_mark-c8k img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.hjb-tb_nav-c8k {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 642px) {.hjb-tb_nav-c8k {
  display: flex;
}
}.hjb-tb_tab-c8k {
  border-radius: 0.625rem;
  transition: background .15s,color .15s;
  padding: 8px 14px;
  color: #A08B68;
  font-weight: 600;
  font-size: 0.813rem;
  white-space: nowrap;
}.hjb-tb_tab-c8k:hover {
  background: rgba(255, 235, 180, 0.05);
  color: #F7EDDA;
}.hjb-tb_tab-c8k.hjb-state_active-c8k {
  background: rgba(47, 172, 216, 0.18);
  color: #F7EDDA;
}.hjb-tb_right-c8k {
  gap: 0.5rem;
  margin-left: auto;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.hjb-tb_login-c8k {
  transition: border-color .2s,color .2s;
  background: rgba(255, 235, 180, 0.05);
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 220, 140, 0.13);
  padding: 0.563rem 1rem;
  display: none;
  color: #CEBB9C;
  font-size: 0.813rem;
  font-weight: 600;
}.hjb-tb_login-c8k:hover {
  border-color: rgba(255, 200, 80, 0.32);
  color: #F7EDDA;
}
@media(min-width:480px) {.hjb-tb_login-c8k {
  display: block;
}
}.hjb-tb_reg-c8k {
  padding: 0.563rem 1.125rem;
  transition: background .2s;
  border-radius: 10px;
  background: #28C47A;
  white-space: nowrap;
  color: #0D0904;
  font-size: 13px;
  font-weight: 700;
}.hjb-tb_reg-c8k:hover {
  background: #3DDEA0;
}.hjb-sb-c8k {
  transition: transform .25s ease;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 235, 180, 0.05);
  background: #18120A;
  position: fixed;
  width: 13.75rem;
  left: 0;
  z-index: 70;
  overflow-y: auto;
  top: 56px;
  bottom: 0;
}.hjb-sb-c8k.hjb-state_open-c8k {
  transform: translateX(0);
}.hjb-sb-c8k::-webkit-scrollbar {
  width: 0.25rem;
}.hjb-sb-c8k::-webkit-scrollbar-thumb {
  background: rgba(255, 235, 180, 0.07);
  border-radius: 2px;
}
@media(min-width:1080px) {.hjb-sb-c8k {
  transform: translateX(0);
}
}.hjb-sb_auth-c8k {
  padding: 0.875rem 0.75rem 0.625rem;
}.hjb-sb_btn_reg-c8k {
  padding: 11px;
  border-radius: 0.625rem;
  background: #28C47A;
  transition: background .2s;
  text-align: center;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.813rem;
  font-weight: 700;
  color: #0D0904;
}.hjb-sb_btn_reg-c8k:hover {
  background: #3DDEA0;
}.hjb-sb_btn_login-c8k {
  border: 1px solid rgba(255, 220, 140, 0.13);
  padding: 0.625rem;
  transition: border-color .2s;
  border-radius: 0.625rem;
  background: rgba(255, 235, 180, 0.05);
  display: block;
  text-align: center;
  font-weight: 600;
  color: #CEBB9C;
  font-size: 0.813rem;
}.hjb-sb_btn_login-c8k:hover {
  border-color: rgba(255, 200, 80, 0.32);
  color: #F7EDDA;
}.hjb-sb_promo-c8k {
  background: linear-gradient(135deg,#1A3A4A,#18120A);
  border: 1px solid rgba(47, 172, 216, 0.18);
  margin: 0 0.75rem 10px;
  border-radius: 10px;
  overflow: hidden;
  padding: 12px 14px;
  position: relative;
}.hjb-sb_promo-c8k::before {
  background: radial-gradient(circle,rgba(47, 172, 216, 0.18),transparent 70%);
  border-radius: 50%;
  width: 80px;
  right: -1.25rem;
  top: -1.25rem;
  height: 80px;
  position: absolute;
  content: '';
}.hjb-sb_promo_title-c8k {
  font-size: 11px;
  letter-spacing: .06em;
  font-weight: 700;
  text-transform: uppercase;
  color: #2FACD8;
  margin-bottom: 0.25rem;
}.hjb-sb_promo_text-c8k {
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
  color: #F7EDDA;
}.hjb-sb_promo_sub-c8k {
  font-size: 0.625rem;
  color: #7A6847;
  margin-top: 3px;
}.hjb-sb_nav-c8k {
  padding: 0.375rem 0.5rem 1rem;
}.hjb-sb_nav_lb-c8k {
  padding: 0.625rem 0.5rem 0.375rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #5E4F34;
  letter-spacing: .08em;
  font-size: 0.625rem;
}.hjb-sb_link-c8k {
  transition: background .15s,color .15s;
  padding: 9px 10px;
  gap: 0.625rem;
  border-radius: 0.375rem;
  color: #A08B68;
  font-weight: 500;
  overflow-wrap: break-word;
  display: flex;
  font-size: 0.813rem;
  cursor: pointer;
  align-items: center;
}.hjb-sb_link-c8k:hover {
  background: rgba(255, 235, 180, 0.05);
  color: #F7EDDA;
}.hjb-sb_link-c8k.hjb-state_active-c8k {
  background: rgba(47, 172, 216, 0.18);
  color: #F7EDDA;
}.hjb-sb_ic-c8k {
  border-radius: 0.375rem;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 1.875rem;
  flex-shrink: 0;
  width: 30px;
}.hjb-sb_ic-c8k svg {
  stroke-linecap: round;
  width: 16px;
  height: 1rem;
  stroke-linejoin: round;
}.hjb-sb_ic_1-c8k {
  background: rgba(47, 172, 216, 0.07);
  color: #2FACD8;
}.hjb-sb_ic_2-c8k {
  background: rgba(40, 196, 122, 0.16);
  color: #28C47A;
}.hjb-sb_ic_3-c8k {
  background: rgba(212, 146, 16, 0.18);
  color: #D49210;
}.hjb-sb_ic_4-c8k {
  background: rgba(155, 108, 26, 0.22);
  color: #9B6C1A;
}.hjb-sb_ic_5-c8k {
  background: rgba(47, 172, 216, 0.07);
  color: #E0507A;
}.hjb-sb_ic_6-c8k {
  background: rgba(155, 108, 26, 0.22);
  color: #9044CC;
}.hjb-sb_badge-c8k {
  background: #D49210;
  border-radius: 0.375rem;
  padding: 2px 7px;
  font-weight: 700;
  font-size: 0.563rem;
  color: #0D0904;
  margin-left: auto;
}.hjb-sb_bot-c8k {
  border-top: 1px solid rgba(255, 235, 180, 0.05);
  padding: 0.75rem;
  gap: 8px;
  display: flex;
}.hjb-sb_lang-c8k,.hjb-sb_help-c8k {
  border-radius: 6px;
  padding: 9px 6px;
  background: rgba(255, 235, 180, 0.05);
  flex: 1;
  gap: 6px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 220, 140, 0.07);
  color: #A08B68;
  align-items: center;
  font-size: 11px;
  justify-content: center;
  font-weight: 600;
  display: flex;
}.hjb-sb_lang-c8k:hover,.hjb-sb_help-c8k:hover {
  border-color: rgba(255, 200, 80, 0.32);
  color: #F7EDDA;
}.hjb-sb_lang-c8k svg,.hjb-sb_help-c8k svg {
  height: 13px;
  stroke-linecap: round;
  width: 0.813rem;
  stroke-linejoin: round;
}.hjb-sb_bd-c8k {
  background: rgba(7, 5, 2, 0.72);
  inset: 0;
  display: none;
  position: fixed;
  z-index: 69;
}.hjb-sb_bd-c8k.hjb-state_on-c8k {
  display: block;
}
@media(min-width: 1081px) {.hjb-sb_bd-c8k {
  display: none!important;
}
}.hjb-mob_nav-c8k {
  background: #18120A;
  border-top: 1px solid rgba(255, 220, 140, 0.13);
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 80;
  display: flex;
  right: 0;
}
@media(min-width: 1077px) {.hjb-mob_nav-c8k {
  display: none;
}
}.hjb-mob_nav_item-c8k {
  gap: 0.25rem;
  flex: 1;
  padding: 4px 2px;
  cursor: pointer;
  flex-direction: column;
  color: #5E4F34;
  display: flex;
  align-items: center;
}.hjb-mob_nav_ic-c8k {
  line-height: 1;
}.hjb-mob_nav_ic-c8k svg {
  stroke-linejoin: round;
  width: 1.25rem;
  height: 20px;
  stroke-linecap: round;
}.hjb-mob_nav_lb-c8k {
  font-size: 10px;
  color: #5E4F34;
  font-weight: 600;
}.hjb-mob_nav_item-c8k.hjb-state_active-c8k {
  color: #2FACD8;
}.hjb-mob_nav_item-c8k.hjb-state_active-c8k .hjb-mob_nav_lb-c8k {
  color: #2FACD8;
}.hjb-hero-c8k {
  background: #0D0904;
  padding: 1.25rem 16px 0;
}
@media(min-width: 769px) {.hjb-hero-c8k {
  padding: 24px 24px 0;
}
}.hjb-hero_in-c8k {
  gap: 12px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1320px;
}
@media(min-width: 859px) {.hjb-hero_in-c8k {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.hjb-hero_in-c8k {
  grid-template-columns: 1fr 340px;
}
}.hjb-hero_promo-c8k {
  background: #130E07;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  min-height: 220px;
  align-items: stretch;
  display: flex;
}
@media(min-width:768px) {.hjb-hero_promo-c8k {
  min-height: 280px;
}
}.hjb-hero_promo_bg-c8k {
  background: linear-gradient(120deg,#1A3A4A 0%,#0D0904 100%);
  background-position: center;
  inset: 0;
  background-size: cover;
  position: absolute;
}.hjb-hero_promo_bg-c8k::after {
  inset: 0;
  background: linear-gradient(90deg,#0D0904 0%,rgba(7, 5, 2, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.hjb-hero_promo_glow-c8k {
  background: radial-gradient(circle,rgba(155, 108, 26, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  right: 60px;
  height: 18.75rem;
  top: -2.5rem;
  position: absolute;
  width: 18.75rem;
}.hjb-hero_promo_ct-c8k {
  padding: 1.75rem 1.5rem 28px 28px;
  max-width: 480px;
  position: relative;
  z-index: 2;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
@media(min-width: 770px) {.hjb-hero_promo_ct-c8k {
  padding: 40px 2rem;
}
}.hjb-hero_badge-c8k {
  background: rgba(47, 172, 216, 0.18);
  padding: 0.313rem 0.75rem;
  border-radius: 20px;
  border: 1px solid rgba(47, 172, 216, 0.07);
  color: #2FACD8;
  display: inline-block;
  letter-spacing: .08em;
  font-size: 0.625rem;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-weight: 700;
}.hjb-hero_h1-c8k {
  overflow-wrap: break-word;
  line-height: 1.15;
  margin-bottom: 0.625rem;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 1.625rem;
  color: #F7EDDA;
}.hjb-hero_h1-c8k em {
  font-style: normal;
  color: #D49210;
}
@media(min-width: 770px) {.hjb-hero_h1-c8k {
  font-size: 36px;
}
}.hjb-hero_sub-c8k {
  color: #A08B68;
  font-size: 0.813rem;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}
@media(min-width: 770px) {.hjb-hero_sub-c8k {
  font-size: 0.875rem;
}
}.hjb-hero_row-c8k {
  gap: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.hjb-hero_cta-c8k {
  background: #28C47A;
  border-radius: 10px;
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  font-weight: 700;
  font-size: 0.875rem;
  color: #0D0904;
  box-shadow: 0 6px 1.25rem rgba(40, 196, 122, 0.45), 0 1px 0 rgba(255, 255, 255, 0.12) inset;
}.hjb-hero_cta-c8k:hover {
  background: #3DDEA0;
}.hjb-hero_terms-c8k {
  font-size: 11px;
  color: #5E4F34;
}.hjb-hero_game-c8k {
  background: #130E07;
  overflow: hidden;
  border: 1px solid rgba(255, 220, 140, 0.07);
  border-radius: 1rem;
  position: relative;
  flex-direction: column;
  display: flex;
}.hjb-hero_game_badge-c8k {
  border-radius: 20px;
  padding: 0.313rem 0.625rem;
  border: 1px solid rgba(212, 146, 16, 0.18);
  background: rgba(212, 146, 16, 0.18);
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  z-index: 3;
  top: 12px;
  left: 12px;
  color: #D49210;
  position: absolute;
}.hjb-hero_game_badge-c8k svg {
  vertical-align: -1px;
  margin-right: 4px;
  width: 11px;
  height: 0.688rem;
}.hjb-hero_game_img-c8k {
  overflow: hidden;
  background: linear-gradient(135deg,#1A3A4A,#0D0904);
  position: relative;
  padding-bottom: 60%;
}.hjb-hero_game_img-c8k img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}.hjb-hero_game_play-c8k {
  background: rgba(7, 5, 2, 0.72);
  transition: opacity .2s;
  inset: 0;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  opacity: 0;
}.hjb-hero_game-c8k:hover .hjb-hero_game_play-c8k {
  opacity: 1;
}.hjb-hero_game_play-c8k span {
  border-radius: 50%;
  background: #2FACD8;
  display: flex;
  width: 3.25rem;
  align-items: center;
  justify-content: center;
  height: 3.25rem;
}.hjb-hero_game_play-c8k span svg {
  margin-left: 2px;
  height: 1.125rem;
  width: 1.125rem;
}.hjb-hero_game_info-c8k {
  padding: 0.875rem 1rem;
}.hjb-hero_game_title-c8k {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
  color: #F7EDDA;
  overflow-wrap: break-word;
}.hjb-hero_game_provider-c8k {
  color: #7A6847;
  font-size: 0.688rem;
}.hjb-hero_game_btn-c8k {
  border-radius: 0.625rem;
  margin: 0.75rem 1rem 1rem;
  transition: background .2s;
  padding: 0.688rem;
  background: #2FACD8;
  color: #F7EDDA;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  display: block;
}.hjb-hero_game-c8k:hover .hjb-hero_game_btn-c8k {
  background: #52C8F0;
}.hjb-sbar-c8k {
  padding: 1rem 1rem 0;
  background: #0D0904;
}
@media(min-width: 770px) {.hjb-sbar-c8k {
  padding: 18px 24px 0;
}
}.hjb-sbar_in-c8k {
  margin: 0 auto;
  max-width: 82.5rem;
}.hjb-sbar_row-c8k {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}.hjb-sbar_input-c8k {
  padding: 11px 1rem;
  flex: 1;
  gap: 10px;
  border-radius: 10px;
  background: #130E07;
  transition: border-color .2s;
  border: 1px solid rgba(255, 220, 140, 0.13);
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #7A6847;
  font-size: 0.813rem;
}.hjb-sbar_input-c8k:hover {
  border-color: rgba(255, 200, 80, 0.32);
}.hjb-sbar_input-c8k svg {
  width: 15px;
  stroke-linejoin: round;
  stroke-linecap: round;
  flex-shrink: 0;
  height: 0.938rem;
}.hjb-sbar_providers-c8k {
  padding: 11px 1.125rem;
  transition: border-color .2s;
  gap: 8px;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 220, 140, 0.13);
  background: #130E07;
  display: flex;
  font-weight: 600;
  color: #CEBB9C;
  font-size: 0.813rem;
  align-items: center;
  white-space: nowrap;
}.hjb-sbar_providers-c8k:hover {
  border-color: rgba(255, 200, 80, 0.32);
  color: #F7EDDA;
}.hjb-sbar_providers-c8k svg {
  stroke-linecap: round;
  height: 14px;
  width: 0.875rem;
  stroke-linejoin: round;
}.hjb-sbar_tabs-c8k {
  gap: 6px;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 2px;
}.hjb-sbar_tabs-c8k::-webkit-scrollbar {
  display: none;
}.hjb-sbar_tab-c8k {
  border-radius: 20px;
  transition: background .15s,color .15s,border-color .15s;
  background: rgba(255, 235, 180, 0.05);
  padding: 8px 14px;
  gap: 0.438rem;
  border: 1px solid rgba(255, 220, 140, 0.07);
  font-size: 0.75rem;
  font-weight: 600;
  align-items: center;
  display: flex;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
  color: #A08B68;
}.hjb-sbar_tab-c8k:hover {
  background: rgba(255, 235, 180, 0.07);
  border-color: rgba(255, 200, 80, 0.32);
  color: #F7EDDA;
}.hjb-sbar_tab-c8k.hjb-state_active-c8k {
  border-color: rgba(47, 172, 216, 0.07);
  background: rgba(47, 172, 216, 0.18);
  color: #F7EDDA;
}.hjb-sbar_tab_ic-c8k svg {
  height: 0.875rem;
  width: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.hjb-gr_jp-c8k {
  padding: 20px;
  background: linear-gradient(135deg,#1E0D38 0%,#0A0614 100%);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}.hjb-gr_jp-c8k::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(155, 108, 26, 0.22) 0%,transparent 70%);
  position: absolute;
  height: 15.625rem;
  content: '';
  top: -60px;
  left: -60px;
  width: 15.625rem;
}.hjb-gr_jp-c8k::after {
  background: radial-gradient(circle,rgba(212, 146, 16, 0.18) 0%,transparent 70%);
  border-radius: 50%;
  content: '';
  width: 12.5rem;
  right: 0;
  height: 12.5rem;
  position: absolute;
  bottom: -2.5rem;
}.hjb-gr_jp_head-c8k {
  gap: 1rem;
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
}.hjb-gr_jp_info-c8k {
  flex: 1;
}.hjb-gr_jp_label-c8k {
  color: #9044CC;
  margin-bottom: 0.375rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
}.hjb-gr_jp_label-c8k svg {
  stroke-linejoin: round;
  vertical-align: -2px;
  margin-right: 0.25rem;
  height: 0.875rem;
  width: 14px;
  stroke-linecap: round;
}.hjb-gr_jp_amount-c8k {
  font-family: 'Cinzel', serif;
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 2rem;
  color: #F7EDDA;
  overflow-wrap: break-word;
  line-height: 1;
}
@media(min-width: 771px) {.hjb-gr_jp_amount-c8k {
  font-size: 2.5rem;
}
}.hjb-gr_jp_amount-c8k span {
  color: #D49210;
}.hjb-gr_jp_seo-c8k {
  max-width: 480px;
  color: #A08B68;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.5;
}.hjb-gr_jp_cta-c8k {
  border: 1px solid rgba(155, 108, 26, 0.22);
  padding: 0.688rem 1.25rem;
  border-radius: 10px;
  transition: background .2s;
  background: rgba(155, 108, 26, 0.22);
  align-self: flex-start;
  font-size: 0.813rem;
  white-space: nowrap;
  margin-top: 0.25rem;
  color: #F7EDDA;
  flex-shrink: 0;
  z-index: 1;
  font-weight: 700;
  position: relative;
}.hjb-gr_jp_cta-c8k:hover {
  background: #9B6C1A;
}.hjb-gcg-c8k {
  background: #0D0904;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.hjb-gcg-c8k {
  padding: 2.75rem 1.5rem 0;
}
}.hjb-gcg_in-c8k {
  margin: 0 auto;
  max-width: 1320px;
}.hjb-gcg_head-c8k {
  max-width: 720px;
  margin-bottom: 20px;
}.hjb-gcg_label-c8k {
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #2FACD8;
  letter-spacing: .08em;
  text-transform: uppercase;
}.hjb-gcg_h2-c8k {
  color: #F7EDDA;
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.hjb-gcg_h2-c8k {
  font-size: 1.75rem;
}
}.hjb-gcg_intro-c8k {
  color: #7A6847;
  line-height: 1.6;
  font-size: 0.813rem;
}.hjb-gcg_grid-c8k {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.hjb-gcg_grid-c8k {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.hjb-gcg_grid-c8k {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.hjb-gcg_card-c8k {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 220, 140, 0.13);
  padding: 20px;
  transition: transform .2s,border-color .2s;
  flex-direction: column;
  min-height: 240px;
  position: relative;
  display: flex;
  cursor: pointer;
  justify-content: flex-end;
}.hjb-gcg_card-c8k:hover {
  transform: translateY(-3px);
  border-color: rgba(47, 172, 216, 0.18);
}.hjb-gcg_card_bg-c8k {
  inset: 0;
  z-index: 0;
  position: absolute;
}.hjb-gcg_card_bg-c8k::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.hjb-gcg_card_ic-c8k {
  border-radius: 0.375rem;
  background: rgba(0,0,0,.45);
  color: #F7EDDA;
  right: 1.125rem;
  top: 18px;
  display: flex;
  width: 2.5rem;
  z-index: 2;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 2.5rem;
}.hjb-gcg_card_ic-c8k svg {
  stroke-linejoin: round;
  height: 1.25rem;
  stroke-linecap: round;
  width: 1.25rem;
}.hjb-gcg_card_ct-c8k {
  z-index: 1;
  position: relative;
}.hjb-gcg_card_h-c8k {
  font-weight: 800;
  color: #F7EDDA;
  overflow-wrap: break-word;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.hjb-gcg_card_h-c8k {
  font-size: 1.25rem;
}
}.hjb-gcg_card_p-c8k {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  margin-bottom: 10px;
}.hjb-gcg_card_p-c8k strong {
  color: #F7EDDA;
  font-weight: 600;
}.hjb-gcg_card_cta-c8k {
  gap: 4px;
  color: #2FACD8;
  text-transform: uppercase;
  font-size: 0.75rem;
  display: inline-flex;
  align-items: center;
  letter-spacing: .04em;
  font-weight: 700;
}.hjb-gcg_card_cta-c8k svg {
  width: 12px;
  stroke-linejoin: round;
  height: 12px;
  stroke-linecap: round;
}.hjb-ws-c8k {
  background: #0D0904;
  padding: 2rem 16px 0;
}
@media(min-width: 769px) {.hjb-ws-c8k {
  padding: 2.25rem 1.5rem 0;
}
}.hjb-ws_in-c8k {
  margin: 0 auto;
  max-width: 1320px;
}.hjb-ws_head-c8k {
  gap: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.875rem;
  justify-content: space-between;
  align-items: center;
}.hjb-ws_title-c8k {
  gap: 10px;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  display: flex;
  font-weight: 700;
  color: #F7EDDA;
  align-items: center;
  font-size: 16px;
  font-family: 'Cinzel', serif;
}.hjb-ws_title_ic-c8k svg {
  height: 18px;
  stroke-linejoin: round;
  color: #D49210;
  stroke-linecap: round;
  width: 18px;
}.hjb-ws_online-c8k {
  gap: 7px;
  align-items: center;
  display: flex;
  color: #7A6847;
  font-size: 12px;
  font-weight: 600;
}.hjb-ws_online_dot-c8k {
  background: #28C47A;
  border-radius: 50%;
  flex-shrink: 0;
  height: 8px;
  width: 8px;
  box-shadow: 0 0 6px rgba(40, 196, 122, 0.16);
}.hjb-ws_scroll-c8k {
  gap: 0.5rem;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 8px;
  display: flex;
}.hjb-ws_scroll-c8k::-webkit-scrollbar {
  display: none;
}.hjb-wc-c8k {
  border: 1px solid rgba(255, 220, 140, 0.13);
  gap: 10px;
  background: #130E07;
  border-radius: 10px;
  padding: 0.625rem 14px;
  display: flex;
  min-width: 13.75rem;
  flex-shrink: 0;
  align-items: center;
}.hjb-wc_img-c8k {
  overflow: hidden;
  background: #18120A;
  border-radius: 0.375rem;
  flex-shrink: 0;
  height: 36px;
  width: 2.25rem;
}.hjb-wc_img-c8k img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.hjb-wc_info-c8k {
  min-width: 0;
}.hjb-wc_game-c8k {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  white-space: nowrap;
  font-weight: 600;
  color: #CEBB9C;
}.hjb-wc_player-c8k {
  overflow: hidden;
  color: #5E4F34;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.625rem;
}.hjb-wc_amount-c8k {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  color: #28C47A;
  white-space: nowrap;
}.hjb-bon-c8k {
  padding: 2.25rem 1rem 0;
  background: #0D0904;
}
@media(min-width:768px) {.hjb-bon-c8k {
  padding: 2.75rem 24px 0;
}
}.hjb-bon_in-c8k {
  margin: 0 auto;
  max-width: 1320px;
}.hjb-bon_head-c8k {
  margin-bottom: 20px;
}.hjb-bon_label-c8k {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  color: #2FACD8;
  letter-spacing: .08em;
  font-size: 11px;
}.hjb-bon_h2-c8k {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
  font-weight: 800;
  color: #F7EDDA;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.hjb-bon_h2-c8k {
  font-size: 1.5rem;
}
}.hjb-bon_seo-c8k {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #7A6847;
  line-height: 1.6;
  max-width: 38.75rem;
}.hjb-bon_seo-c8k strong {
  font-weight: 700;
  color: #CEBB9C;
}.hjb-bon_seo-c8k a {
  text-decoration: underline;
  color: #2FACD8;
}.hjb-bon_grid-c8k {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width:640px) {.hjb-bon_grid-c8k {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.hjb-bon_grid-c8k {
  grid-template-columns: repeat(5,1fr);
}
}.hjb-bon_card-c8k {
  transition: border-color .2s,transform .2s;
  background: #130E07;
  padding: 16px;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 220, 140, 0.13);
}.hjb-bon_card-c8k:hover {
  transform: translateY(-2px);
  border-color: rgba(47, 172, 216, 0.07);
}.hjb-bon_card_ic-c8k svg {
  width: 26px;
  stroke-linejoin: round;
  height: 26px;
  stroke-linecap: round;
}.hjb-bon_card_ic-c8k {
  margin-bottom: 0.625rem;
}.hjb-bon_card_type-c8k {
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 10px;
  color: #7A6847;
}.hjb-bon_card_amount-c8k {
  margin-bottom: 0.375rem;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.1;
  color: #D49210;
}.hjb-bon_card_name-c8k {
  font-weight: 600;
  color: #F7EDDA;
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}.hjb-bon_card_detail-c8k {
  border-top: 1px solid rgba(255, 235, 180, 0.05);
  line-height: 1.5;
  padding-top: 8px;
  font-size: 11px;
  overflow-wrap: break-word;
  color: #5E4F34;
}.hjb-app-c8k {
  padding: 2.25rem 1rem 0;
  background: #0D0904;
}
@media(min-width:768px) {.hjb-app-c8k {
  padding: 2.75rem 24px 0;
}
}.hjb-app_in-c8k {
  margin: 0 auto;
  max-width: 82.5rem;
}.hjb-app_head-c8k {
  margin-bottom: 16px;
}.hjb-app_label-c8k {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  color: #2FACD8;
  letter-spacing: .08em;
  margin-bottom: 8px;
}.hjb-app_h2-c8k {
  font-family: 'Cinzel', serif;
  margin-bottom: 0.375rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #F7EDDA;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.hjb-app_h2-c8k {
  font-size: 1.5rem;
}
}.hjb-app_sub-c8k {
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.6;
  max-width: 37.5rem;
  color: #7A6847;
}.hjb-app_sub-c8k strong {
  color: #CEBB9C;
  font-weight: 700;
}.hjb-app_cards-c8k {
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}
@media(min-width: 641px) {.hjb-app_cards-c8k {
  grid-template-columns: repeat(3,1fr);
}
}.hjb-app_card-c8k {
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 0.625rem;
  gap: 16px;
  position: relative;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.hjb-app_card_ios-c8k {
  background: linear-gradient(135deg,rgba(47, 172, 216, 0.18) 0%,#18120A 100%);
}.hjb-app_card_android-c8k {
  background: linear-gradient(135deg,rgba(40, 196, 122, 0.16) 0%,#18120A 100%);
}.hjb-app_card_win-c8k {
  background: linear-gradient(135deg,rgba(212, 146, 16, 0.18) 0%,#18120A 100%);
}.hjb-app_card_ic-c8k svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 34px;
  height: 34px;
}.hjb-app_card_ic-c8k {
  flex-shrink: 0;
  color: #F7EDDA;
}.hjb-app_card_os-c8k {
  font-size: 10px;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 700;
  color: #7A6847;
  letter-spacing: .08em;
}.hjb-app_card_title-c8k {
  color: #F7EDDA;
  margin-bottom: 0.375rem;
  font-size: 0.938rem;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-weight: 700;
}.hjb-app_card_text-c8k {
  line-height: 1.5;
  font-size: 12px;
  overflow-wrap: break-word;
  color: #7A6847;
  margin-bottom: 14px;
}.hjb-app_card_btn-c8k {
  border-radius: 6px;
  padding: 0.625rem 18px;
  border: 1px solid rgba(255, 200, 80, 0.32);
  background: rgba(255, 235, 180, 0.12);
  gap: 7px;
  transition: background .2s;
  font-size: 13px;
  display: inline-flex;
  font-weight: 700;
  color: #F7EDDA;
  align-items: center;
}.hjb-app_card_btn-c8k:hover {
  background: rgba(255, 235, 180, 0.07);
}.hjb-reg-c8k {
  background: #0D0904;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.hjb-reg-c8k {
  padding: 44px 24px 0;
}
}.hjb-reg_in-c8k {
  background: #18120A;
  padding: 28px 24px;
  border-radius: 1rem;
  border: 1px solid rgba(255, 220, 140, 0.07);
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 769px) {.hjb-reg_in-c8k {
  padding: 2.5rem;
}
}.hjb-reg_top-c8k {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.hjb-reg_top-c8k {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.hjb-reg_label-c8k {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 10px;
  color: #2FACD8;
}.hjb-reg_h2-c8k {
  overflow-wrap: break-word;
  margin-bottom: 12px;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  font-size: 22px;
  color: #F7EDDA;
  line-height: 1.2;
}
@media(min-width: 765px) {.hjb-reg_h2-c8k {
  font-size: 1.75rem;
}
}.hjb-reg_bonus-c8k {
  gap: 0.5rem;
  border-radius: 10px;
  background: rgba(212, 146, 16, 0.18);
  padding: 0.625rem 1rem;
  border: 1px solid rgba(212, 146, 16, 0.18);
  margin-bottom: 16px;
  align-items: center;
  display: inline-flex;
}.hjb-reg_bonus_amount-c8k {
  font-size: 20px;
  font-weight: 800;
  color: #D49210;
}.hjb-reg_bonus_text-c8k {
  font-size: 0.813rem;
  color: #A08B68;
  line-height: 1.35;
}.hjb-reg_cta_btn-c8k {
  padding: 14px 2rem;
  transition: background .2s;
  background: #28C47A;
  border-radius: 0.625rem;
  color: #0D0904;
  font-weight: 700;
  box-shadow: 0 6px 1.25rem rgba(40, 196, 122, 0.45), 0 1px 0 rgba(255, 255, 255, 0.12) inset;
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 15px;
}.hjb-reg_cta_btn-c8k:hover {
  background: #3DDEA0;
}.hjb-reg_terms-c8k {
  font-size: 0.688rem;
  color: #5E4F34;
  line-height: 1.5;
}.hjb-reg_seo-c8k {
  border-top: 1px solid rgba(255, 235, 180, 0.05);
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-top: 20px;
  color: #7A6847;
  padding-top: 20px;
  line-height: 1.65;
}.hjb-reg_seo-c8k p {
  margin-bottom: 0.625rem;
  line-height: 1.65;
  font-size: 13px;
  color: #7A6847;
}.hjb-reg_seo-c8k p:last-child {
  margin-bottom: 0;
}.hjb-reg_seo-c8k strong {
  font-weight: 700;
  color: #CEBB9C;
}.hjb-reg_seo-c8k a {
  transition: color .2s;
  text-decoration: underline;
  color: #2FACD8;
}.hjb-reg_seo-c8k a:hover {
  color: #52C8F0;
}.hjb-reg_seo-c8k ul,.hjb-reg_seo-c8k ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 1.125rem;
}.hjb-reg_seo-c8k ol {
  list-style: decimal;
}.hjb-reg_seo-c8k li {
  font-size: 0.813rem;
  margin-bottom: 4px;
  line-height: 1.65;
  color: #7A6847;
}.hjb-reg_seo-c8k table {
  margin-bottom: 0.625rem;
  overflow-x: auto;
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
  display: block;
}
@media(min-width: 765px) {.hjb-reg_seo-c8k table {
  display: table;
}
}.hjb-reg_seo-c8k th {
  border-bottom: 1px solid rgba(255, 235, 180, 0.07);
  padding: 8px;
  color: #CEBB9C;
  text-align: left;
  font-weight: 700;
}.hjb-reg_seo-c8k td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
  color: #7A6847;
}.hjb-reg_steps-c8k {
  gap: 14px;
  flex-direction: column;
  margin-top: 28px;
  display: flex;
}
@media(min-width: 863px) {.hjb-reg_steps-c8k {
  margin-top: 0;
}
}.hjb-reg_step-c8k {
  border: 1px solid rgba(255, 220, 140, 0.07);
  padding: 16px;
  gap: 14px;
  background: rgba(255, 235, 180, 0.05);
  border-radius: 0.625rem;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.hjb-reg_step_num-c8k {
  border-radius: 50%;
  background: rgba(47, 172, 216, 0.18);
  border: 1px solid rgba(47, 172, 216, 0.07);
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
  font-weight: 800;
  color: #2FACD8;
  width: 2.125rem;
  display: flex;
  height: 34px;
}.hjb-reg_step_title-c8k {
  color: #F7EDDA;
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 14px;
}.hjb-reg_step_text-c8k {
  font-size: 0.75rem;
  color: #7A6847;
  line-height: 1.5;
}.hjb-reg_trust-c8k {
  border-top: 1px solid rgba(255, 235, 180, 0.05);
  gap: 10px;
  padding-top: 1.25rem;
  margin-top: 20px;
  flex-wrap: wrap;
  display: flex;
}.hjb-reg_trust_item-c8k {
  gap: 0.438rem;
  font-size: 12px;
  display: flex;
  color: #7A6847;
  overflow-wrap: break-word;
  align-items: center;
}.hjb-reg_trust_ic-c8k svg {
  color: #2FACD8;
  stroke-linecap: round;
  width: 16px;
  height: 16px;
  stroke-linejoin: round;
}.hjb-prov-c8k {
  background: #0D0904;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.hjb-prov-c8k {
  padding: 44px 24px 0;
}
}.hjb-prov_in-c8k {
  margin: 0 auto;
  max-width: 82.5rem;
}.hjb-prov_head-c8k {
  margin-bottom: 16px;
}.hjb-prov_label-c8k {
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #2FACD8;
  letter-spacing: .08em;
  font-weight: 700;
}.hjb-prov_h2-c8k {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F7EDDA;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 8px;
}
@media(min-width: 766px) {.hjb-prov_h2-c8k {
  font-size: 1.5rem;
}
}.hjb-prov_seo-c8k {
  font-size: 0.813rem;
  color: #7A6847;
  overflow-wrap: break-word;
  margin-bottom: 16px;
  max-width: 620px;
  line-height: 1.6;
}.hjb-prov_seo-c8k strong {
  color: #CEBB9C;
  font-weight: 700;
}.hjb-prov_seo-c8k a {
  color: #2FACD8;
  text-decoration: underline;
}.hjb-prov_grid-c8k {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 641px) {.hjb-prov_grid-c8k {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.hjb-prov_grid-c8k {
  grid-template-columns: repeat(8,1fr);
}
}.hjb-prov_card-c8k {
  border-radius: 10px;
  background: #130E07;
  gap: 7px;
  padding: 14px 0.625rem;
  border: 1px solid rgba(255, 220, 140, 0.13);
  transition: border-color .2s,background .2s;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
  display: flex;
}.hjb-prov_card-c8k:hover {
  border-color: rgba(255, 200, 80, 0.32);
  background: #18120A;
}.hjb-prov_logo-c8k {
  border-radius: 6px;
  overflow: hidden;
  background: rgba(255, 235, 180, 0.05);
  width: 44px;
  display: flex;
  justify-content: center;
  height: 2.75rem;
  align-items: center;
}.hjb-prov_logo-c8k img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.hjb-prov_name-c8k {
  color: #A08B68;
  font-size: 0.688rem;
  font-weight: 600;
  text-align: center;
  overflow-wrap: break-word;
}.hjb-htp-c8k {
  padding: 36px 16px 0;
  background: #0D0904;
}
@media(min-width: 770px) {.hjb-htp-c8k {
  padding: 44px 24px 0;
}
}.hjb-htp_in-c8k {
  margin: 0 auto;
  max-width: 82.5rem;
}.hjb-htp_head-c8k {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.hjb-htp_label-c8k {
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #2FACD8;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}.hjb-htp_h2-c8k {
  font-weight: 800;
  font-size: 1.375rem;
  color: #F7EDDA;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
}
@media(min-width: 770px) {.hjb-htp_h2-c8k {
  font-size: 28px;
}
}.hjb-htp_intro-c8k {
  line-height: 1.6;
  color: #7A6847;
  font-size: 0.875rem;
}.hjb-htp_steps-c8k {
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.hjb-htp_steps-c8k {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.hjb-htp_steps-c8k {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.hjb-htp_step-c8k {
  border: 1px solid rgba(255, 220, 140, 0.13);
  padding: 1.25rem 18px 18px;
  background: #18120A;
  border-radius: 0.625rem;
  flex-direction: column;
  display: flex;
  position: relative;
}.hjb-htp_step_num-c8k {
  background: #2FACD8;
  border-radius: 50%;
  display: flex;
  font-weight: 800;
  align-items: center;
  color: #0D0904;
  left: 20px;
  position: absolute;
  width: 1.75rem;
  font-size: 13px;
  justify-content: center;
  height: 28px;
  top: -12px;
  font-family: 'Cinzel', serif;
}.hjb-htp_step_ic-c8k {
  border-radius: 0.375rem;
  background: rgba(47, 172, 216, 0.18);
  margin: 0.5rem 0 0.75rem;
  width: 36px;
  color: #2FACD8;
  align-items: center;
  display: flex;
  height: 2.25rem;
  justify-content: center;
}.hjb-htp_step_ic-c8k svg {
  width: 18px;
  stroke-linejoin: round;
  height: 18px;
  stroke-linecap: round;
}.hjb-htp_step_h-c8k {
  line-height: 1.25;
  color: #F7EDDA;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 6px;
  overflow-wrap: break-word;
}.hjb-htp_step_p-c8k {
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 0.813rem;
  color: #7A6847;
}.hjb-htp_step_p-c8k strong {
  color: #CEBB9C;
  font-weight: 600;
}.hjb-htp_cta-c8k {
  border-radius: 10px;
  padding: 13px 1.625rem;
  background: #28C47A;
  transition: background .2s;
  color: #0D0904;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
  font-size: 14px;
}.hjb-htp_cta-c8k:hover {
  background: #3DDEA0;
}.hjb-seo-c8k {
  background: #0D0904;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.hjb-seo-c8k {
  padding: 44px 24px 0;
}
}.hjb-seo_in-c8k {
  background: #18120A;
  border: 1px solid rgba(255, 220, 140, 0.13);
  border-radius: 1rem;
  margin: 0 auto;
  padding: 1.75rem 24px;
  max-width: 1320px;
}
@media(min-width: 766px) {.hjb-seo_in-c8k {
  padding: 36px 40px;
}
}.hjb-seo_label-c8k {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 10px;
  color: #2FACD8;
  font-size: 11px;
  font-weight: 700;
}.hjb-seo_h2-c8k {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F7EDDA;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  font-size: 1.25rem;
  margin-bottom: 14px;
}
@media(min-width:768px) {.hjb-seo_h2-c8k {
  font-size: 24px;
}
}.hjb-seo_body-c8k {
  line-height: 1.75;
  color: #A08B68;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.hjb-seo_body-c8k p {
  color: #A08B68;
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 0.875rem;
}.hjb-seo_body-c8k p:last-child {
  margin-bottom: 0;
}.hjb-seo_body-c8k strong {
  font-weight: 700;
  color: #CEBB9C;
}.hjb-seo_body-c8k a {
  transition: color .2s;
  text-decoration: underline;
  color: #2FACD8;
}.hjb-seo_body-c8k a:hover {
  color: #52C8F0;
}.hjb-seo_body-c8k ul,.hjb-seo_body-c8k ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.hjb-seo_body-c8k ol {
  list-style: decimal;
}.hjb-seo_body-c8k li {
  line-height: 1.75;
  color: #A08B68;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
}.hjb-seo_body-c8k table {
  margin-bottom: 0.75rem;
  font-size: 13px;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
}
@media(min-width:768px) {.hjb-seo_body-c8k table {
  display: table;
}
}.hjb-seo_body-c8k th {
  border-bottom: 1px solid rgba(255, 235, 180, 0.07);
  padding: 0.625rem 12px;
  text-align: left;
  font-weight: 700;
  color: #CEBB9C;
}.hjb-seo_body-c8k td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
  color: #A08B68;
}.hjb-seo_cols-c8k {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width:640px) {.hjb-seo_cols-c8k {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.hjb-seo_cols-c8k {
  grid-template-columns: repeat(3,1fr);
}
}.hjb-seo_col_h-c8k {
  overflow-wrap: break-word;
  color: #CEBB9C;
  font-weight: 700;
  font-size: 0.813rem;
  margin-bottom: 7px;
}.hjb-seo_col_p-c8k {
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #7A6847;
}.hjb-seo_stats-c8k {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.hjb-seo_stat-c8k {
  flex: 1;
  border: 1px solid rgba(47, 172, 216, 0.18);
  padding: 14px 16px;
  border-radius: 0.625rem;
  background: rgba(47, 172, 216, 0.07);
  min-width: 8.75rem;
}.hjb-seo_stat_val-c8k {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #2FACD8;
  margin-bottom: 0.25rem;
}.hjb-seo_stat_lb-c8k {
  overflow-wrap: break-word;
  color: #7A6847;
  font-size: 11px;
}.hjb-seo-c8k {
  background: #0D0904;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.hjb-seo-c8k {
  padding: 2.75rem 1.5rem 0;
}
}.hjb-seo_in-c8k {
  border-radius: 16px;
  border: 1px solid rgba(255, 220, 140, 0.13);
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  background: #18120A;
  max-width: 82.5rem;
}
@media(min-width:768px) {.hjb-seo_in-c8k {
  padding: 36px 2.5rem;
}
}.hjb-seo_label-c8k {
  margin-bottom: 0.625rem;
  color: #2FACD8;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.hjb-seo_h2-c8k {
  color: #F7EDDA;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 14px;
}
@media(min-width: 769px) {.hjb-seo_h2-c8k {
  font-size: 24px;
}
}.hjb-seo_body-c8k {
  font-size: 14px;
  color: #A08B68;
  overflow-wrap: break-word;
  line-height: 1.75;
}.hjb-seo_body-c8k p {
  line-height: 1.75;
  color: #A08B68;
  font-size: 14px;
  margin-bottom: 12px;
}.hjb-seo_body-c8k p:last-child {
  margin-bottom: 0;
}.hjb-seo_body-c8k strong {
  font-weight: 700;
  color: #CEBB9C;
}.hjb-seo_body-c8k a {
  transition: color .2s;
  text-decoration: underline;
  color: #2FACD8;
}.hjb-seo_body-c8k a:hover {
  color: #52C8F0;
}.hjb-seo_body-c8k ul,.hjb-seo_body-c8k ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.hjb-seo_body-c8k ol {
  list-style: decimal;
}.hjb-seo_body-c8k li {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #A08B68;
}.hjb-seo_body-c8k table {
  border-collapse: collapse;
  display: block;
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 771px) {.hjb-seo_body-c8k table {
  display: table;
}
}.hjb-seo_body-c8k th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 235, 180, 0.07);
  text-align: left;
  font-weight: 700;
  color: #CEBB9C;
}.hjb-seo_body-c8k td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
  color: #A08B68;
}.hjb-seo_cols-c8k {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.hjb-seo_cols-c8k {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.hjb-seo_cols-c8k {
  grid-template-columns: repeat(3,1fr);
}
}.hjb-seo_col_h-c8k {
  font-weight: 700;
  margin-bottom: 0.438rem;
  color: #CEBB9C;
  font-size: 13px;
  overflow-wrap: break-word;
}.hjb-seo_col_p-c8k {
  overflow-wrap: break-word;
  color: #7A6847;
  font-size: 0.813rem;
  line-height: 1.65;
}.hjb-seo_stats-c8k {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.hjb-seo_stat-c8k {
  padding: 14px 1rem;
  border: 1px solid rgba(47, 172, 216, 0.18);
  border-radius: 0.625rem;
  flex: 1;
  background: rgba(47, 172, 216, 0.07);
  min-width: 8.75rem;
}.hjb-seo_stat_val-c8k {
  color: #2FACD8;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 4px;
}.hjb-seo_stat_lb-c8k {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #7A6847;
}.hjb-seo-c8k {
  padding: 2.25rem 1rem 0;
  background: #0D0904;
}
@media(min-width: 765px) {.hjb-seo-c8k {
  padding: 2.75rem 24px 0;
}
}.hjb-seo_in-c8k {
  padding: 28px 1.5rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 220, 140, 0.13);
  background: #18120A;
  border-radius: 1rem;
  max-width: 1320px;
}
@media(min-width: 767px) {.hjb-seo_in-c8k {
  padding: 2.25rem 40px;
}
}.hjb-seo_label-c8k {
  margin-bottom: 10px;
  font-size: 11px;
  letter-spacing: .08em;
  color: #2FACD8;
  text-transform: uppercase;
  font-weight: 700;
}.hjb-seo_h2-c8k {
  color: #F7EDDA;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 14px;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.hjb-seo_h2-c8k {
  font-size: 1.5rem;
}
}.hjb-seo_body-c8k {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #A08B68;
  line-height: 1.75;
}.hjb-seo_body-c8k p {
  font-size: 14px;
  color: #A08B68;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.hjb-seo_body-c8k p:last-child {
  margin-bottom: 0;
}.hjb-seo_body-c8k strong {
  color: #CEBB9C;
  font-weight: 700;
}.hjb-seo_body-c8k a {
  transition: color .2s;
  color: #2FACD8;
  text-decoration: underline;
}.hjb-seo_body-c8k a:hover {
  color: #52C8F0;
}.hjb-seo_body-c8k ul,.hjb-seo_body-c8k ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.hjb-seo_body-c8k ol {
  list-style: decimal;
}.hjb-seo_body-c8k li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #A08B68;
  font-size: 14px;
}.hjb-seo_body-c8k table {
  width: 100%;
  font-size: 0.813rem;
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 12px;
  display: block;
}
@media(min-width: 771px) {.hjb-seo_body-c8k table {
  display: table;
}
}.hjb-seo_body-c8k th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 235, 180, 0.07);
  font-weight: 700;
  color: #CEBB9C;
  text-align: left;
}.hjb-seo_body-c8k td {
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
  padding: 10px 12px;
  color: #A08B68;
}.hjb-seo_cols-c8k {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.hjb-seo_cols-c8k {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.hjb-seo_cols-c8k {
  grid-template-columns: repeat(3,1fr);
}
}.hjb-seo_col_h-c8k {
  color: #CEBB9C;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 13px;
}.hjb-seo_col_p-c8k {
  line-height: 1.65;
  color: #7A6847;
  font-size: 13px;
  overflow-wrap: break-word;
}.hjb-seo_stats-c8k {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.hjb-seo_stat-c8k {
  padding: 0.875rem 1rem;
  background: rgba(47, 172, 216, 0.07);
  border-radius: 10px;
  border: 1px solid rgba(47, 172, 216, 0.18);
  flex: 1;
  min-width: 140px;
}.hjb-seo_stat_val-c8k {
  overflow-wrap: break-word;
  color: #2FACD8;
  font-size: 20px;
  margin-bottom: 0.25rem;
  font-weight: 800;
}.hjb-seo_stat_lb-c8k {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7A6847;
}.hjb-rv-c8k {
  padding: 36px 16px 0;
  background: #0D0904;
}
@media(min-width: 770px) {.hjb-rv-c8k {
  padding: 44px 24px 0;
}
}.hjb-rv_in-c8k {
  margin: 0 auto;
  max-width: 1320px;
}.hjb-rv_head-c8k {
  max-width: 720px;
  margin-bottom: 20px;
}.hjb-rv_label-c8k {
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #2FACD8;
  font-size: 11px;
}.hjb-rv_h2-c8k {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 10px;
  color: #F7EDDA;
  font-size: 22px;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.hjb-rv_h2-c8k {
  font-size: 28px;
}
}.hjb-rv_stats-c8k {
  gap: 18px;
  display: flex;
  color: #7A6847;
  flex-wrap: wrap;
  font-size: 13px;
  align-items: center;
}.hjb-rv_stats_score-c8k {
  gap: 6px;
  align-items: baseline;
  display: flex;
}.hjb-rv_stats_score_val-c8k {
  color: #D49210;
  font-size: 22px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
}.hjb-rv_stats_score_max-c8k {
  font-size: 0.813rem;
  color: #5E4F34;
}.hjb-rv_stats_badge-c8k {
  gap: 4px;
  align-items: center;
  display: flex;
}.hjb-rv_stats_badge-c8k svg {
  color: #D49210;
  height: 14px;
  width: 14px;
}.hjb-rv_grid-c8k {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.hjb-rv_grid-c8k {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.hjb-rv_grid-c8k {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.hjb-rv_card-c8k {
  background: #18120A;
  padding: 1.25rem;
  border: 1px solid rgba(255, 220, 140, 0.13);
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
}.hjb-rv_card_stars-c8k {
  gap: 2px;
  color: #D49210;
  display: flex;
  margin-bottom: 0.625rem;
}.hjb-rv_card_stars-c8k svg {
  height: 14px;
  width: 0.875rem;
}.hjb-rv_card_h-c8k {
  color: #F7EDDA;
  line-height: 1.3;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 8px;
  overflow-wrap: break-word;
}.hjb-rv_card_body-c8k {
  flex: 1;
  color: #7A6847;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
  margin-bottom: 14px;
}.hjb-rv_card_body-c8k strong {
  color: #CEBB9C;
  font-weight: 600;
}.hjb-rv_card_meta-c8k {
  border-top: 1px solid rgba(255, 235, 180, 0.05);
  gap: 0.625rem;
  padding-top: 12px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}.hjb-rv_card_author-c8k {
  font-size: 0.75rem;
  color: #CEBB9C;
  font-weight: 600;
}.hjb-rv_card_date-c8k {
  font-size: 11px;
  color: #5E4F34;
}.hjb-faq-c8k {
  background: #0D0904;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.hjb-faq-c8k {
  padding: 2.75rem 1.5rem 0;
}
}.hjb-faq_in-c8k {
  margin: 0 auto;
  max-width: 82.5rem;
}.hjb-faq_head-c8k {
  margin-bottom: 20px;
}.hjb-faq_label-c8k {
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #2FACD8;
  font-weight: 700;
}.hjb-faq_h2-c8k {
  overflow-wrap: break-word;
  color: #F7EDDA;
  font-size: 20px;
  font-weight: 800;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.hjb-faq_h2-c8k {
  font-size: 24px;
}
}.hjb-faq_list-c8k {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.hjb-faq_item-c8k {
  background: #18120A;
  border: 1px solid rgba(255, 220, 140, 0.13);
  border-radius: 0.625rem;
  overflow: hidden;
}.hjb-faq_q-c8k {
  gap: 12px;
  padding: 16px 20px;
  transition: color .2s;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  overflow-wrap: break-word;
  justify-content: space-between;
  color: #CEBB9C;
  font-size: 0.875rem;
}.hjb-faq_q-c8k:hover {
  color: #F7EDDA;
}.hjb-faq_q_ic-c8k {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 235, 180, 0.05);
  width: 1.5rem;
  justify-content: center;
  font-size: 16px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  color: #2FACD8;
  height: 24px;
}.hjb-faq_item-c8k.hjb-state_open-c8k .hjb-faq_q_ic-c8k {
  transform: rotate(45deg);
}.hjb-faq_a-c8k {
  padding: 0 20px 1rem;
  line-height: 1.7;
  font-size: 0.813rem;
  color: #7A6847;
  overflow-wrap: break-word;
  display: none;
}.hjb-faq_item-c8k.hjb-state_open-c8k .hjb-faq_a-c8k {
  display: block;
}.hjb-faq_a-c8k strong {
  font-weight: 700;
  color: #CEBB9C;
}.hjb-faq_a-c8k a {
  text-decoration: underline;
  color: #2FACD8;
}.hjb-faq_a-c8k ul,.hjb-faq_a-c8k ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.hjb-faq_a-c8k ol {
  list-style: decimal;
}.hjb-faq_a-c8k li {
  margin-bottom: 4px;
  line-height: 1.6;
}.hjb-faq_a-c8k table {
  margin: 8px 0;
  overflow-x: auto;
  font-size: 0.75rem;
  border-collapse: collapse;
  display: block;
  width: 100%;
}
@media(min-width: 767px) {.hjb-faq_a-c8k table {
  display: table;
}
}.hjb-faq_a-c8k th {
  border-bottom: 1px solid rgba(255, 235, 180, 0.07);
  padding: 6px 8px;
  font-weight: 700;
  color: #CEBB9C;
  text-align: left;
}.hjb-faq_a-c8k td {
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
  padding: 0.375rem 0.5rem;
  color: #7A6847;
}.hjb-ft-c8k {
  border-top: 1px solid rgba(255, 235, 180, 0.05);
  background: #070503;
  margin-top: 3rem;
}.hjb-ft_support-c8k {
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
  padding: 1.5rem 16px;
}
@media(min-width: 767px) {.hjb-ft_support-c8k {
  padding: 1.75rem 1.5rem;
}
}.hjb-ft_support_in-c8k {
  gap: 1rem;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  max-width: 82.5rem;
}.hjb-ft_support_main-c8k {
  flex: 1;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  min-width: 13.75rem;
  align-items: center;
}.hjb-ft_support_ic-c8k {
  color: #2FACD8;
  flex-shrink: 0;
}.hjb-ft_support_ic-c8k svg {
  width: 1.875rem;
  stroke-linejoin: round;
  height: 30px;
  stroke-linecap: round;
}.hjb-ft_support_text_title-c8k {
  margin-bottom: 3px;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F7EDDA;
}.hjb-ft_support_text_sub-c8k {
  color: #7A6847;
  overflow-wrap: break-word;
  font-size: 12px;
}.hjb-ft_support_btn-c8k {
  transition: background .2s;
  background: #2FACD8;
  padding: 0.688rem 1.375rem;
  border-radius: 0.625rem;
  font-weight: 700;
  color: #F7EDDA;
  font-size: 13px;
  white-space: nowrap;
  flex-shrink: 0;
}.hjb-ft_support_btn-c8k:hover {
  background: #52C8F0;
}.hjb-ft_support_contacts-c8k {
  gap: 1rem;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.hjb-ft_support_contact-c8k {
  color: #5E4F34;
  line-height: 1.4;
  font-size: 12px;
}.hjb-ft_support_contact-c8k strong {
  font-size: 0.688rem;
  font-weight: 600;
  color: #A08B68;
  display: block;
  margin-bottom: 2px;
}.hjb-ft_main-c8k {
  padding: 32px 16px 1.5rem;
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
}
@media(min-width: 765px) {.hjb-ft_main-c8k {
  padding: 2.5rem 24px 32px;
}
}.hjb-ft_main_in-c8k {
  gap: 24px;
  margin: 0 auto;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.hjb-ft_main_in-c8k {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.hjb-ft_main_in-c8k {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.hjb-ft_col_logo-c8k {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.hjb-ft_col_logo-c8k {
  grid-column: auto;
}
}.hjb-ft_logo-c8k {
  gap: 9px;
  overflow-wrap: break-word;
  font-weight: 800;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1rem;
  color: #F7EDDA;
  margin-bottom: 0.75rem;
  display: flex;
}.hjb-ft_logo_mark-c8k {
  border-radius: 6px;
  overflow: hidden;
  width: 1.875rem;
  height: 1.875rem;
}.hjb-ft_logo_mark-c8k img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.hjb-ft_logo_sub-c8k {
  max-width: 12.5rem;
  overflow-wrap: break-word;
  color: #5E4F34;
  font-size: 0.75rem;
  line-height: 1.55;
}.hjb-ft_col_title-c8k {
  font-size: 0.75rem;
  color: #A08B68;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.875rem;
  letter-spacing: .07em;
}.hjb-ft_col_links-c8k {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.hjb-ft_col_link-c8k {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #5E4F34;
}.hjb-ft_col_link-c8k:hover {
  color: #CEBB9C;
}.hjb-ft_apps-c8k {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.hjb-ft_app_card-c8k {
  transition: border-color .2s;
  background: rgba(255, 235, 180, 0.05);
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 220, 140, 0.13);
  padding: 0.625rem 0.75rem;
  gap: 10px;
  align-items: center;
  display: flex;
}.hjb-ft_app_card-c8k:hover {
  border-color: rgba(255, 200, 80, 0.32);
}.hjb-ft_app_card_ic-c8k svg {
  height: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.375rem;
}.hjb-ft_app_card_os-c8k {
  font-size: 10px;
  color: #5E4F34;
  font-weight: 600;
}.hjb-ft_app_card_action-c8k {
  font-weight: 700;
  font-size: 12px;
  color: #CEBB9C;
}.hjb-ft_bot-c8k {
  padding: 20px 1rem;
}
@media(min-width: 767px) {.hjb-ft_bot-c8k {
  padding: 20px 1.5rem;
}
}.hjb-ft_bot_in-c8k {
  gap: 16px;
  margin: 0 auto;
  max-width: 82.5rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.hjb-ft_socials-c8k {
  gap: 8px;
  display: flex;
}.hjb-ft_soc-c8k {
  transition: background .2s;
  border: 1px solid rgba(255, 220, 140, 0.13);
  border-radius: 0.375rem;
  background: rgba(255, 235, 180, 0.05);
  color: #A08B68;
  display: flex;
  height: 36px;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
}.hjb-ft_soc-c8k svg {
  height: 16px;
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
}.hjb-ft_soc-c8k:hover {
  background: rgba(255, 235, 180, 0.07);
}.hjb-ft_legal-c8k {
  flex: 1;
  font-size: 11px;
  color: #7A6847;
  min-width: 12.5rem;
  overflow-wrap: break-word;
  line-height: 1.6;
}.hjb-ft_legal-c8k strong {
  color: #A08B68;
  font-weight: 700;
}.hjb-ft_legal-c8k a {
  color: #A08B68;
  text-decoration: underline;
}.hjb-ft_age-c8k {
  border: 2px solid #7A6847;
  border-radius: 50%;
  justify-content: center;
  color: #7A6847;
  display: flex;
  width: 32px;
  font-weight: 800;
  font-size: 0.688rem;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
  height: 32px;
}