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