html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #0D0B08;
  min-height: 100vh;
  color: #D6C9A8;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  font-family: 'Barlow', sans-serif;
}.hxa-layout_bxo {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.hxa-page_bxo {
  min-height: 100vh;
  display: flex;
}.hxa-main_bxo {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media (min-width: 1083px) {.hxa-main_bxo {
  padding-left: 220px;
}
}
@media (max-width: 1076px) {.hxa-main_bxo {
  padding-bottom: 4.5rem;
}
}.hxa-gc_bxo {
  transition: transform .2s,border-color .2s;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  background: #121009;
  cursor: pointer;
  width: 140px;
  position: relative;
  flex-shrink: 0;
}
@media(min-width: 641px) {.hxa-gc_bxo {
  width: 9.75rem;
}
}
@media(min-width: 1078px) {.hxa-gc_bxo {
  width: 168px;
}
}.hxa-gc_bxo:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 164, 50, 0.07);
}.hxa-gc_img_bxo {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.hxa-gc_img_bxo img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}.hxa-gc_hover_bxo {
  inset: 0;
  transition: opacity .2s;
  background: rgba(8, 6, 4, 0.72);
  position: absolute;
  display: flex;
  justify-content: center;
  opacity: 0;
  align-items: center;
}.hxa-gc_bxo:hover .hxa-gc_hover_bxo {
  opacity: 1;
}.hxa-gc_hover_btn_bxo {
  background: #C8A432;
  padding: 8px 1rem;
  border-radius: 0.313rem;
  font-weight: 700;
  color: #F5EDD6;
  font-size: 12px;
}.hxa-gc_info_bxo {
  padding: 0.5rem 10px 0.625rem;
}.hxa-gc_name_bxo {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #D6C9A8;
  font-size: 12px;
  max-width: 100%;
  white-space: nowrap;
  margin-bottom: 3px;
}.hxa-gc_prov_bxo {
  color: #5A5040;
  font-size: 0.625rem;
}.hxa-gc_tag_bxo {
  border-radius: 4px;
  padding: 2px 7px;
  font-size: 0.563rem;
  left: 6px;
  position: absolute;
  z-index: 2;
  letter-spacing: .04em;
  top: 0.375rem;
  text-transform: uppercase;
  font-weight: 700;
}.hxa-gc_tag_hot_bxo {
  background: #D94040;
  color: #fff;
}.hxa-gc_tag_new_bxo {
  background: #3DB870;
  color: #0D0B08;
}.hxa-gc_tag_jp_bxo {
  background: #E8A020;
  color: #0D0B08;
}.hxa-gc_tag_ex_bxo {
  background: #A06820;
  color: #fff;
}.hxa-gc_tag_live_bxo {
  background: #D94040;
  color: #fff;
}.hxa-gr_bxo {
  padding: 32px 1rem 0;
  background: #0D0B08;
}
@media(min-width: 766px) {.hxa-gr_bxo {
  padding: 36px 1.5rem 0;
}
}.hxa-gr_in_bxo {
  margin: 0 auto;
  max-width: 83.75rem;
}.hxa-gr_head_bxo {
  gap: 12px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.hxa-gr_head_l_bxo {
  flex: 1;
  gap: 10px;
  min-width: 0;
  align-items: center;
  display: flex;
}.hxa-gr_ic_bxo {
  border-radius: 0.5rem;
  align-items: center;
  width: 2rem;
  display: flex;
  height: 32px;
  flex-shrink: 0;
  justify-content: center;
}.hxa-gr_ic_bxo svg {
  stroke-linejoin: round;
  height: 1rem;
  width: 1rem;
  stroke-linecap: round;
}.hxa-gr_title_bxo {
  font-size: 1rem;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  color: #F5EDD6;
}
@media(min-width: 771px) {.hxa-gr_title_bxo {
  font-size: 1.125rem;
}
}.hxa-gr_more_bxo {
  gap: 5px;
  transition: color .2s;
  font-size: 12px;
  align-items: center;
  font-weight: 600;
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
  color: #7A6E58;
}.hxa-gr_more_bxo:hover {
  color: #C8A432;
}.hxa-gr_more_bxo svg {
  stroke-linecap: round;
  height: 0.75rem;
  width: 12px;
  stroke-linejoin: round;
}.hxa-gr_arrows_bxo {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.hxa-gr_arr_bxo {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .15s,color .15s;
  border-radius: 0.313rem;
  background: rgba(255, 255, 255, 0.05);
  justify-content: center;
  width: 1.875rem;
  height: 30px;
  display: flex;
  align-items: center;
  color: #A89878;
}.hxa-gr_arr_bxo:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F5EDD6;
}.hxa-gr_arr_bxo svg {
  stroke-linecap: round;
  height: 0.813rem;
  width: 0.813rem;
  stroke-linejoin: round;
}.hxa-gr_seo_h_bxo {
  margin: 0 0 6px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #D6C9A8;
  max-width: 42.5rem;
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.hxa-gr_seo_h_bxo {
  font-size: 14px;
}
}.hxa-gr_seo_bxo {
  font-size: 0.75rem;
  max-width: 42.5rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  color: #7A6E58;
}.hxa-gr_seo_bxo strong {
  color: #D6C9A8;
  font-weight: 600;
}.hxa-gr_scroll_bxo {
  gap: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}.hxa-gr_scroll_bxo::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.hxa-gr_scroll_bxo {
  gap: 0.75rem;
}
}.hxa-tb_bxo {
  background: #0D0B08;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  position: fixed;
  top: 0;
  height: 56px;
  display: flex;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 80;
}.hxa-tb_in_bxo {
  gap: 0;
  padding: 0 0.875rem;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}.hxa-tb_burger_bxo {
  gap: 5px;
  border-radius: 8px;
  flex-shrink: 0;
  flex-direction: column;
  width: 38px;
  height: 38px;
  justify-content: center;
  margin-right: 8px;
  display: flex;
  align-items: center;
}.hxa-tb_burger_bxo:hover {
  background: rgba(255, 255, 255, 0.05);
}.hxa-tb_burger_line_bxo {
  background: #A89878;
  border-radius: 1px;
  width: 18px;
  display: block;
  height: 2px;
}
@media(min-width: 1077px) {.hxa-tb_burger_bxo {
  display: none;
}
}.hxa-tb_logo_bxo {
  gap: 9px;
  color: #F5EDD6;
  font-size: 1.125rem;
  align-items: center;
  overflow-wrap: break-word;
  flex-shrink: 0;
  display: flex;
  font-weight: 800;
  margin-right: 20px;
  letter-spacing: -.01em;
}.hxa-tb_logo_mark_bxo {
  border-radius: 8px;
  overflow: hidden;
  height: 32px;
  width: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}.hxa-tb_logo_mark_bxo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.hxa-tb_nav_bxo {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 643px) {.hxa-tb_nav_bxo {
  display: flex;
}
}.hxa-tb_tab_bxo {
  padding: 8px 0.875rem;
  border-radius: 8px;
  transition: background .15s,color .15s;
  font-weight: 600;
  font-size: 0.813rem;
  color: #A89878;
  white-space: nowrap;
}.hxa-tb_tab_bxo:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EDD6;
}.hxa-tb_tab_bxo.hxa-state_active_bxo {
  background: rgba(200, 164, 50, 0.18);
  color: #F5EDD6;
}.hxa-tb_right_bxo {
  gap: 8px;
  margin-left: auto;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.hxa-tb_login_bxo {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.563rem 1rem;
  border-radius: 0.5rem;
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 600;
  display: none;
  color: #D6C9A8;
  font-size: 13px;
}.hxa-tb_login_bxo:hover {
  border-color: rgba(200, 164, 50, 0.40);
  color: #F5EDD6;
}
@media(min-width: 481px) {.hxa-tb_login_bxo {
  display: block;
}
}.hxa-tb_reg_bxo {
  padding: 9px 18px;
  transition: background .2s;
  background: #3DB870;
  border-radius: 0.5rem;
  color: #100E08;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}.hxa-tb_reg_bxo:hover {
  background: #4FCC82;
}.hxa-sb_bxo {
  background: #171410;
  transition: transform .25s ease;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  bottom: 0;
  top: 3.5rem;
  position: fixed;
  z-index: 70;
  left: 0;
  overflow-y: auto;
  width: 13.75rem;
}.hxa-sb_bxo.hxa-state_open_bxo {
  transform: translateX(0);
}.hxa-sb_bxo::-webkit-scrollbar {
  width: 0.25rem;
}.hxa-sb_bxo::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1081px) {.hxa-sb_bxo {
  transform: translateX(0);
}
}.hxa-sb_auth_bxo {
  padding: 0.875rem 0.75rem 0.625rem;
}.hxa-sb_btn_reg_bxo {
  padding: 0.688rem;
  transition: background .2s;
  border-radius: 0.5rem;
  background: #3DB870;
  margin-bottom: 8px;
  font-size: 13px;
  color: #100E08;
  text-align: center;
  font-weight: 700;
  display: block;
}.hxa-sb_btn_reg_bxo:hover {
  background: #4FCC82;
}.hxa-sb_btn_login_bxo {
  padding: 0.625rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: #D6C9A8;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  display: block;
}.hxa-sb_btn_login_bxo:hover {
  border-color: rgba(200, 164, 50, 0.40);
  color: #F5EDD6;
}.hxa-sb_promo_bxo {
  background: linear-gradient(135deg,#2A1E06,#171410);
  margin: 0 12px 0.625rem;
  border: 1px solid rgba(200, 164, 50, 0.18);
  padding: 0.75rem 0.875rem;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}.hxa-sb_promo_bxo::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200, 164, 50, 0.18),transparent 70%);
  width: 80px;
  position: absolute;
  right: -1.25rem;
  height: 5rem;
  top: -1.25rem;
  content: '';
}.hxa-sb_promo_title_bxo {
  font-size: 11px;
  margin-bottom: 0.25rem;
  letter-spacing: .06em;
  color: #C8A432;
  text-transform: uppercase;
  font-weight: 700;
}.hxa-sb_promo_text_bxo {
  overflow-wrap: break-word;
  line-height: 1.35;
  color: #F5EDD6;
  font-size: 0.75rem;
  font-weight: 600;
}.hxa-sb_promo_sub_bxo {
  font-size: 10px;
  color: #7A6E58;
  margin-top: 3px;
}.hxa-sb_nav_bxo {
  padding: 6px 0.5rem 16px;
}.hxa-sb_nav_lb_bxo {
  padding: 0.625rem 8px 6px;
  color: #5A5040;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.625rem;
  font-weight: 700;
}.hxa-sb_link_bxo {
  gap: 0.625rem;
  padding: 9px 10px;
  border-radius: 5px;
  transition: background .15s,color .15s;
  display: flex;
  font-size: 13px;
  align-items: center;
  overflow-wrap: break-word;
  color: #A89878;
  cursor: pointer;
  font-weight: 500;
}.hxa-sb_link_bxo:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EDD6;
}.hxa-sb_link_bxo.hxa-state_active_bxo {
  background: rgba(200, 164, 50, 0.18);
  color: #F5EDD6;
}.hxa-sb_ic_bxo {
  border-radius: 0.313rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  width: 1.875rem;
  height: 30px;
  align-items: center;
}.hxa-sb_ic_bxo svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
  width: 16px;
}.hxa-sb_ic_1_bxo {
  background: rgba(200, 164, 50, 0.07);
  color: #C8A432;
}.hxa-sb_ic_2_bxo {
  background: rgba(61, 184, 112, 0.15);
  color: #3DB870;
}.hxa-sb_ic_3_bxo {
  background: rgba(232, 160, 32, 0.16);
  color: #E8A020;
}.hxa-sb_ic_4_bxo {
  background: rgba(160, 104, 32, 0.22);
  color: #A06820;
}.hxa-sb_ic_5_bxo {
  background: rgba(200, 164, 50, 0.07);
  color: #D45FA0;
}.hxa-sb_ic_6_bxo {
  background: rgba(160, 104, 32, 0.22);
  color: #9B5FD4;
}.hxa-sb_badge_bxo {
  background: #E8A020;
  border-radius: 5px;
  padding: 2px 0.438rem;
  font-weight: 700;
  font-size: 9px;
  color: #100E08;
  margin-left: auto;
}.hxa-sb_bot_bxo {
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  display: flex;
}.hxa-sb_lang_bxo,.hxa-sb_help_bxo {
  transition: border-color .2s;
  gap: 6px;
  background: rgba(255, 255, 255, 0.05);
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.563rem 0.375rem;
  border-radius: 5px;
  font-size: 0.688rem;
  font-weight: 600;
  color: #A89878;
  justify-content: center;
  display: flex;
  align-items: center;
}.hxa-sb_lang_bxo:hover,.hxa-sb_help_bxo:hover {
  border-color: rgba(200, 164, 50, 0.40);
  color: #F5EDD6;
}.hxa-sb_lang_bxo svg,.hxa-sb_help_bxo svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 13px;
  width: 0.813rem;
}.hxa-sb_bd_bxo {
  background: rgba(8, 6, 4, 0.72);
  inset: 0;
  z-index: 69;
  display: none;
  position: fixed;
}.hxa-sb_bd_bxo.hxa-state_on_bxo {
  display: block;
}
@media(min-width: 1077px) {.hxa-sb_bd_bxo {
  display: none!important;
}
}.hxa-mob_nav_bxo {
  background: #171410;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  left: 0;
  z-index: 80;
  bottom: 0;
  display: flex;
  right: 0;
  position: fixed;
}
@media(min-width: 1081px) {.hxa-mob_nav_bxo {
  display: none;
}
}.hxa-mob_nav_item_bxo {
  flex: 1;
  padding: 4px 2px;
  gap: 0.25rem;
  color: #5A5040;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}.hxa-mob_nav_ic_bxo {
  line-height: 1;
}.hxa-mob_nav_ic_bxo svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.25rem;
  height: 1.25rem;
}.hxa-mob_nav_lb_bxo {
  font-size: 0.625rem;
  font-weight: 600;
  color: #5A5040;
}.hxa-mob_nav_item_bxo.hxa-state_active_bxo {
  color: #C8A432;
}.hxa-mob_nav_item_bxo.hxa-state_active_bxo .hxa-mob_nav_lb_bxo {
  color: #C8A432;
}.hxa-hero_bxo {
  padding: 1.25rem 1rem 0;
  background: #0D0B08;
}
@media(min-width: 765px) {.hxa-hero_bxo {
  padding: 24px 24px 0;
}
}.hxa-hero_in_bxo {
  gap: 12px;
  margin: 0 auto;
  max-width: 83.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 858px) {.hxa-hero_in_bxo {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1101px) {.hxa-hero_in_bxo {
  grid-template-columns: 1fr 21.25rem;
}
}.hxa-hero_promo_bxo {
  background: #121009;
  border-radius: 0.813rem;
  overflow: hidden;
  align-items: stretch;
  min-height: 220px;
  position: relative;
  display: flex;
}
@media(min-width: 765px) {.hxa-hero_promo_bxo {
  min-height: 280px;
}
}.hxa-hero_promo_bg_bxo {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#2A1E06 0%,#0D0B08 100%);
  position: absolute;
  background-size: cover;
}.hxa-hero_promo_bg_bxo::after {
  background: linear-gradient(90deg,#0D0B08 0%,rgba(8, 6, 4, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.hxa-hero_promo_glow_bxo {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(160, 104, 32, 0.22) 0%,transparent 65%);
  width: 300px;
  pointer-events: none;
  position: absolute;
  right: 60px;
  top: -40px;
  height: 18.75rem;
}.hxa-hero_promo_ct_bxo {
  padding: 28px 1.5rem 28px 28px;
  flex-direction: column;
  position: relative;
  justify-content: center;
  z-index: 2;
  display: flex;
  max-width: 30rem;
}
@media(min-width:768px) {.hxa-hero_promo_ct_bxo {
  padding: 40px 32px;
}
}.hxa-hero_badge_bxo {
  border-radius: 1.25rem;
  background: rgba(200, 164, 50, 0.18);
  padding: 0.313rem 0.75rem;
  border: 1px solid rgba(200, 164, 50, 0.07);
  font-weight: 700;
  color: #C8A432;
  margin-bottom: 0.875rem;
  font-size: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  display: inline-block;
}.hxa-hero_h1_bxo {
  color: #F5EDD6;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.625rem;
  line-height: 1.15;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 10px;
}.hxa-hero_h1_bxo em {
  color: #E8A020;
  font-style: normal;
}
@media(min-width: 765px) {.hxa-hero_h1_bxo {
  font-size: 36px;
}
}.hxa-hero_sub_bxo {
  margin-bottom: 1.25rem;
  color: #A89878;
  font-size: 0.813rem;
  line-height: 1.55;
}
@media(min-width: 770px) {.hxa-hero_sub_bxo {
  font-size: 0.875rem;
}
}.hxa-hero_row_bxo {
  gap: 0.625rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.hxa-hero_cta_bxo {
  border-radius: 0.5rem;
  padding: 0.813rem 26px;
  transition: background .2s;
  background: #3DB870;
  font-weight: 700;
  font-size: 14px;
  color: #100E08;
  box-shadow: 0 2px 0 rgba(16, 72, 38, 0.9), 0 5px 18px rgba(61, 184, 112, 0.30);
}.hxa-hero_cta_bxo:hover {
  background: #4FCC82;
}.hxa-hero_terms_bxo {
  color: #5A5040;
  font-size: 0.688rem;
}.hxa-hero_game_bxo {
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  background: #121009;
  border-radius: 13px;
  position: relative;
  display: flex;
  flex-direction: column;
}.hxa-hero_game_badge_bxo {
  padding: 5px 0.625rem;
  border-radius: 20px;
  border: 1px solid rgba(232, 160, 32, 0.16);
  background: rgba(232, 160, 32, 0.16);
  font-weight: 700;
  color: #E8A020;
  z-index: 3;
  position: absolute;
  top: 0.75rem;
  font-size: 0.625rem;
  letter-spacing: .06em;
  left: 0.75rem;
  text-transform: uppercase;
}.hxa-hero_game_badge_bxo svg {
  vertical-align: -1px;
  height: 0.688rem;
  margin-right: 0.25rem;
  width: 0.688rem;
}.hxa-hero_game_img_bxo {
  background: linear-gradient(135deg,#2A1E06,#0D0B08);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.hxa-hero_game_img_bxo img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
}.hxa-hero_game_play_bxo {
  background: rgba(8, 6, 4, 0.72);
  inset: 0;
  transition: opacity .2s;
  justify-content: center;
  align-items: center;
  opacity: 0;
  display: flex;
  position: absolute;
}.hxa-hero_game_bxo:hover .hxa-hero_game_play_bxo {
  opacity: 1;
}.hxa-hero_game_play_bxo span {
  background: #C8A432;
  border-radius: 50%;
  display: flex;
  height: 52px;
  width: 3.25rem;
  justify-content: center;
  align-items: center;
}.hxa-hero_game_play_bxo span svg {
  height: 18px;
  margin-left: 2px;
  width: 1.125rem;
}.hxa-hero_game_info_bxo {
  padding: 0.875rem 1rem;
}.hxa-hero_game_title_bxo {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0.25rem;
  color: #F5EDD6;
}.hxa-hero_game_provider_bxo {
  color: #7A6E58;
  font-size: 11px;
}.hxa-hero_game_btn_bxo {
  margin: 12px 1rem 16px;
  background: #C8A432;
  padding: 0.688rem;
  border-radius: 8px;
  transition: background .2s;
  text-align: center;
  font-weight: 700;
  color: #F5EDD6;
  display: block;
  font-size: 13px;
}.hxa-hero_game_bxo:hover .hxa-hero_game_btn_bxo {
  background: #DABC4A;
}.hxa-sbar_bxo {
  padding: 1rem 16px 0;
  background: #0D0B08;
}
@media(min-width: 769px) {.hxa-sbar_bxo {
  padding: 1.125rem 1.5rem 0;
}
}.hxa-sbar_in_bxo {
  margin: 0 auto;
  max-width: 83.75rem;
}.hxa-sbar_row_bxo {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.75rem;
}.hxa-sbar_input_bxo {
  padding: 0.688rem 16px;
  flex: 1;
  border-radius: 0.5rem;
  background: #121009;
  transition: border-color .2s;
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #7A6E58;
  align-items: center;
  display: flex;
  font-size: 0.813rem;
  cursor: pointer;
}.hxa-sbar_input_bxo:hover {
  border-color: rgba(200, 164, 50, 0.40);
}.hxa-sbar_input_bxo svg {
  stroke-linecap: round;
  width: 15px;
  flex-shrink: 0;
  height: 15px;
  stroke-linejoin: round;
}.hxa-sbar_providers_bxo {
  background: #121009;
  gap: 8px;
  border-radius: 0.5rem;
  transition: border-color .2s;
  padding: 0.688rem 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 13px;
  display: flex;
  font-weight: 600;
  align-items: center;
  white-space: nowrap;
  color: #D6C9A8;
}.hxa-sbar_providers_bxo:hover {
  border-color: rgba(200, 164, 50, 0.40);
  color: #F5EDD6;
}.hxa-sbar_providers_bxo svg {
  width: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 14px;
}.hxa-sbar_tabs_bxo {
  gap: 6px;
  display: flex;
  overflow-x: auto;
  padding-bottom: 2px;
  scrollbar-width: none;
}.hxa-sbar_tabs_bxo::-webkit-scrollbar {
  display: none;
}.hxa-sbar_tab_bxo {
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  background: rgba(255, 255, 255, 0.05);
  gap: 7px;
  padding: 0.5rem 0.875rem;
  border-radius: 1.25rem;
  color: #A89878;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  flex-shrink: 0;
  display: flex;
}.hxa-sbar_tab_bxo:hover {
  border-color: rgba(200, 164, 50, 0.40);
  background: rgba(255, 255, 255, 0.07);
  color: #F5EDD6;
}.hxa-sbar_tab_bxo.hxa-state_active_bxo {
  background: rgba(200, 164, 50, 0.18);
  border-color: rgba(200, 164, 50, 0.07);
  color: #F5EDD6;
}.hxa-sbar_tab_ic_bxo svg {
  height: 14px;
  width: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.hxa-wy_bxo {
  padding: 2rem 16px 0;
  background: #0D0B08;
}
@media(min-width: 769px) {.hxa-wy_bxo {
  padding: 2.5rem 24px 0;
}
}.hxa-wy_in_bxo {
  margin: 0 auto;
  max-width: 1340px;
}.hxa-wy_head_bxo {
  margin-bottom: 1.125rem;
  max-width: 45rem;
}.hxa-wy_label_bxo {
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #C8A432;
  font-size: 11px;
}.hxa-wy_h2_bxo {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  color: #F5EDD6;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 8px;
}
@media(min-width: 769px) {.hxa-wy_h2_bxo {
  font-size: 24px;
}
}.hxa-wy_intro_bxo {
  margin: 0;
  line-height: 1.6;
  color: #7A6E58;
  font-size: 0.813rem;
}.hxa-wy_grid_bxo {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.hxa-wy_grid_bxo {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.hxa-wy_grid_bxo {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.hxa-wy_card_bxo {
  transition: border-color .2s,transform .2s;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #171410;
  border-radius: 8px;
}.hxa-wy_card_bxo:hover {
  border-color: rgba(200, 164, 50, 0.07);
  transform: translateY(-2px);
}.hxa-wy_card_ic_bxo {
  border-radius: 50%;
  background: rgba(200, 164, 50, 0.18);
  justify-content: center;
  width: 44px;
  display: flex;
  align-items: center;
  color: #C8A432;
  margin-bottom: 0.875rem;
  height: 2.75rem;
}.hxa-wy_card_ic_bxo svg {
  height: 1.375rem;
  width: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.hxa-wy_card_h_bxo {
  color: #F5EDD6;
  font-weight: 700;
  overflow-wrap: break-word;
  line-height: 1.25;
  margin-bottom: 6px;
  font-size: 0.938rem;
}.hxa-wy_card_p_bxo {
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #7A6E58;
}.hxa-wy_card_p_bxo strong {
  color: #D6C9A8;
  font-weight: 600;
}.hxa-ws_bxo {
  background: #0D0B08;
  padding: 2rem 16px 0;
}
@media(min-width: 769px) {.hxa-ws_bxo {
  padding: 36px 24px 0;
}
}.hxa-ws_in_bxo {
  margin: 0 auto;
  max-width: 1340px;
}.hxa-ws_head_bxo {
  gap: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.875rem;
  align-items: center;
  justify-content: space-between;
}.hxa-ws_title_bxo {
  gap: 0.625rem;
  color: #F5EDD6;
  align-items: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  display: flex;
  font-size: 1rem;
  overflow-wrap: break-word;
  flex-wrap: wrap;
}.hxa-ws_title_ic_bxo svg {
  stroke-linecap: round;
  width: 1.125rem;
  color: #E8A020;
  height: 18px;
  stroke-linejoin: round;
}.hxa-ws_online_bxo {
  gap: 7px;
  display: flex;
  color: #7A6E58;
  font-size: 12px;
  align-items: center;
  font-weight: 600;
}.hxa-ws_online_dot_bxo {
  background: #3DB870;
  border-radius: 50%;
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  box-shadow: 0 0 6px rgba(61, 184, 112, 0.15);
}.hxa-ws_scroll_bxo {
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 8px;
  display: flex;
}.hxa-ws_scroll_bxo::-webkit-scrollbar {
  display: none;
}.hxa-wc_bxo {
  padding: 0.625rem 0.875rem;
  border-radius: 0.5rem;
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #121009;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  min-width: 13.75rem;
}.hxa-wc_img_bxo {
  background: #171410;
  overflow: hidden;
  border-radius: 5px;
  width: 2.25rem;
  flex-shrink: 0;
  height: 36px;
}.hxa-wc_img_bxo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.hxa-wc_info_bxo {
  min-width: 0;
}.hxa-wc_game_bxo {
  overflow: hidden;
  font-size: 12px;
  color: #D6C9A8;
  text-overflow: ellipsis;
  font-weight: 600;
  white-space: nowrap;
}.hxa-wc_player_bxo {
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
  color: #5A5040;
  white-space: nowrap;
}.hxa-wc_amount_bxo {
  margin-left: auto;
  color: #3DB870;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.813rem;
}.hxa-htp_bxo {
  padding: 36px 1rem 0;
  background: #0D0B08;
}
@media(min-width: 767px) {.hxa-htp_bxo {
  padding: 44px 1.5rem 0;
}
}.hxa-htp_in_bxo {
  margin: 0 auto;
  max-width: 83.75rem;
}.hxa-htp_head_bxo {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.hxa-htp_label_bxo {
  letter-spacing: .08em;
  color: #C8A432;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}.hxa-htp_h2_bxo {
  font-weight: 800;
  font-size: 22px;
  overflow-wrap: break-word;
  color: #F5EDD6;
  margin-bottom: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 766px) {.hxa-htp_h2_bxo {
  font-size: 1.75rem;
}
}.hxa-htp_intro_bxo {
  font-size: 0.875rem;
  color: #7A6E58;
  line-height: 1.6;
}.hxa-htp_steps_bxo {
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  grid-template-columns: 1fr;
  counter-reset: none;
  display: grid;
}
@media(min-width: 638px) {.hxa-htp_steps_bxo {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.hxa-htp_steps_bxo {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.hxa-htp_step_bxo {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 20px 18px 18px;
  background: #171410;
  flex-direction: column;
  display: flex;
  position: relative;
}.hxa-htp_step_num_bxo {
  background: #C8A432;
  border-radius: 50%;
  font-weight: 800;
  display: flex;
  left: 20px;
  top: -0.75rem;
  height: 28px;
  font-size: 13px;
  justify-content: center;
  width: 1.75rem;
  align-items: center;
  color: #100E08;
  font-family: 'Barlow Condensed', sans-serif;
  position: absolute;
}.hxa-htp_step_ic_bxo {
  background: rgba(200, 164, 50, 0.18);
  border-radius: 5px;
  margin: 8px 0 0.75rem;
  height: 2.25rem;
  align-items: center;
  color: #C8A432;
  display: flex;
  justify-content: center;
  width: 36px;
}.hxa-htp_step_ic_bxo svg {
  stroke-linejoin: round;
  height: 1.125rem;
  width: 18px;
  stroke-linecap: round;
}.hxa-htp_step_h_bxo {
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  line-height: 1.25;
  color: #F5EDD6;
  font-size: 0.875rem;
}.hxa-htp_step_p_bxo {
  overflow-wrap: break-word;
  color: #7A6E58;
  font-size: 0.813rem;
  line-height: 1.55;
}.hxa-htp_step_p_bxo strong {
  font-weight: 600;
  color: #D6C9A8;
}.hxa-htp_cta_bxo {
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 13px 1.625rem;
  background: #3DB870;
  color: #100E08;
  font-size: 0.875rem;
  display: inline-block;
  font-weight: 700;
  margin-top: 20px;
}.hxa-htp_cta_bxo:hover {
  background: #4FCC82;
}.hxa-app_bxo {
  padding: 2.25rem 1rem 0;
  background: #0D0B08;
}
@media(min-width: 765px) {.hxa-app_bxo {
  padding: 2.75rem 1.5rem 0;
}
}.hxa-app_in_bxo {
  margin: 0 auto;
  max-width: 1340px;
}.hxa-app_head_bxo {
  margin-bottom: 1rem;
}.hxa-app_label_bxo {
  font-weight: 700;
  color: #C8A432;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
}.hxa-app_h2_bxo {
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  color: #F5EDD6;
  margin-bottom: 6px;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.hxa-app_h2_bxo {
  font-size: 1.5rem;
}
}.hxa-app_sub_bxo {
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #7A6E58;
  font-size: 0.813rem;
  max-width: 600px;
}.hxa-app_sub_bxo strong {
  color: #D6C9A8;
  font-weight: 700;
}.hxa-app_cards_bxo {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}
@media(min-width:640px) {.hxa-app_cards_bxo {
  grid-template-columns: repeat(3,1fr);
}
}.hxa-app_card_bxo {
  border-radius: 8px;
  overflow: hidden;
  gap: 1rem;
  padding: 1.25rem;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}.hxa-app_card_ios_bxo {
  background: linear-gradient(135deg,rgba(200, 164, 50, 0.18) 0%,#171410 100%);
}.hxa-app_card_android_bxo {
  background: linear-gradient(135deg,rgba(61, 184, 112, 0.15) 0%,#171410 100%);
}.hxa-app_card_win_bxo {
  background: linear-gradient(135deg,rgba(232, 160, 32, 0.16) 0%,#171410 100%);
}.hxa-app_card_ic_bxo svg {
  stroke-linecap: round;
  width: 34px;
  stroke-linejoin: round;
  height: 2.125rem;
}.hxa-app_card_ic_bxo {
  flex-shrink: 0;
  color: #F5EDD6;
}.hxa-app_card_os_bxo {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  color: #7A6E58;
  font-size: 10px;
}.hxa-app_card_title_bxo {
  color: #F5EDD6;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.375rem;
}.hxa-app_card_text_bxo {
  line-height: 1.5;
  font-size: 12px;
  margin-bottom: 0.875rem;
  color: #7A6E58;
  overflow-wrap: break-word;
}.hxa-app_card_btn_bxo {
  transition: background .2s;
  padding: 10px 1.125rem;
  gap: 0.438rem;
  border-radius: 0.313rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(200, 164, 50, 0.40);
  align-items: center;
  font-size: 13px;
  color: #F5EDD6;
  font-weight: 700;
  display: inline-flex;
}.hxa-app_card_btn_bxo:hover {
  background: rgba(255, 255, 255, 0.07);
}.hxa-bon_bxo {
  padding: 36px 1rem 0;
  background: #0D0B08;
}
@media(min-width: 765px) {.hxa-bon_bxo {
  padding: 2.75rem 24px 0;
}
}.hxa-bon_in_bxo {
  margin: 0 auto;
  max-width: 83.75rem;
}.hxa-bon_head_bxo {
  margin-bottom: 20px;
}.hxa-bon_label_bxo {
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  color: #C8A432;
  font-weight: 700;
}.hxa-bon_h2_bxo {
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.5rem;
  color: #F5EDD6;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width: 769px) {.hxa-bon_h2_bxo {
  font-size: 1.5rem;
}
}.hxa-bon_seo_bxo {
  max-width: 38.75rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #7A6E58;
  line-height: 1.6;
}.hxa-bon_seo_bxo strong {
  color: #D6C9A8;
  font-weight: 700;
}.hxa-bon_seo_bxo a {
  color: #C8A432;
  text-decoration: underline;
}.hxa-bon_grid_bxo {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width:640px) {.hxa-bon_grid_bxo {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.hxa-bon_grid_bxo {
  grid-template-columns: repeat(5,1fr);
}
}.hxa-bon_card_bxo {
  padding: 1rem;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #121009;
  border-radius: 8px;
}.hxa-bon_card_bxo:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 164, 50, 0.07);
}.hxa-bon_card_ic_bxo svg {
  width: 1.625rem;
  height: 1.625rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.hxa-bon_card_ic_bxo {
  margin-bottom: 0.625rem;
}.hxa-bon_card_type_bxo {
  font-size: 10px;
  color: #7A6E58;
  letter-spacing: .06em;
  margin-bottom: 0.375rem;
  font-weight: 700;
  text-transform: uppercase;
}.hxa-bon_card_amount_bxo {
  font-size: 1.125rem;
  color: #E8A020;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 0.375rem;
}.hxa-bon_card_name_bxo {
  overflow-wrap: break-word;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #F5EDD6;
  font-size: 0.813rem;
}.hxa-bon_card_detail_bxo {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  color: #5A5040;
  font-size: 11px;
  padding-top: 8px;
  line-height: 1.5;
}.hxa-prov_bxo {
  padding: 36px 1rem 0;
  background: #0D0B08;
}
@media(min-width: 769px) {.hxa-prov_bxo {
  padding: 2.75rem 1.5rem 0;
}
}.hxa-prov_in_bxo {
  margin: 0 auto;
  max-width: 1340px;
}.hxa-prov_head_bxo {
  margin-bottom: 1rem;
}.hxa-prov_label_bxo {
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #C8A432;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.hxa-prov_h2_bxo {
  margin-bottom: 0.5rem;
  font-size: 20px;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F5EDD6;
  font-weight: 800;
}
@media(min-width: 769px) {.hxa-prov_h2_bxo {
  font-size: 1.5rem;
}
}.hxa-prov_seo_bxo {
  line-height: 1.6;
  max-width: 38.75rem;
  color: #7A6E58;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 16px;
}.hxa-prov_seo_bxo strong {
  color: #D6C9A8;
  font-weight: 700;
}.hxa-prov_seo_bxo a {
  text-decoration: underline;
  color: #C8A432;
}.hxa-prov_grid_bxo {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 637px) {.hxa-prov_grid_bxo {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.hxa-prov_grid_bxo {
  grid-template-columns: repeat(8,1fr);
}
}.hxa-prov_card_bxo {
  gap: 7px;
  transition: border-color .2s,background .2s;
  padding: 0.875rem 0.625rem;
  background: #121009;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  display: flex;
}.hxa-prov_card_bxo:hover {
  background: #171410;
  border-color: rgba(200, 164, 50, 0.40);
}.hxa-prov_logo_bxo {
  overflow: hidden;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  justify-content: center;
  display: flex;
  height: 44px;
  width: 2.75rem;
}.hxa-prov_logo_bxo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.hxa-prov_name_bxo {
  text-align: center;
  color: #A89878;
  font-size: 11px;
  font-weight: 600;
  overflow-wrap: break-word;
}.hxa-reg_bxo {
  background: #0D0B08;
  padding: 36px 16px 0;
}
@media(min-width: 767px) {.hxa-reg_bxo {
  padding: 44px 1.5rem 0;
}
}.hxa-reg_in_bxo {
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.75rem 24px;
  border-radius: 13px;
  margin: 0 auto;
  background: #171410;
  max-width: 83.75rem;
}
@media(min-width: 770px) {.hxa-reg_in_bxo {
  padding: 40px;
}
}.hxa-reg_top_bxo {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 862px) {.hxa-reg_top_bxo {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.hxa-reg_label_bxo {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.688rem;
  color: #C8A432;
}.hxa-reg_h2_bxo {
  margin-bottom: 0.75rem;
  color: #F5EDD6;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-size: 1.375rem;
  font-weight: 800;
}
@media(min-width:768px) {.hxa-reg_h2_bxo {
  font-size: 1.75rem;
}
}.hxa-reg_bonus_bxo {
  gap: 8px;
  border-radius: 0.5rem;
  padding: 0.625rem 1rem;
  border: 1px solid rgba(232, 160, 32, 0.16);
  background: rgba(232, 160, 32, 0.16);
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}.hxa-reg_bonus_amount_bxo {
  font-size: 1.25rem;
  color: #E8A020;
  font-weight: 800;
}.hxa-reg_bonus_text_bxo {
  font-size: 0.813rem;
  color: #A89878;
  line-height: 1.35;
}.hxa-reg_cta_btn_bxo {
  background: #3DB870;
  padding: 14px 2rem;
  transition: background .2s;
  border-radius: 0.5rem;
  color: #100E08;
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: 700;
  display: inline-block;
  box-shadow: 0 2px 0 rgba(16, 72, 38, 0.9), 0 5px 1.125rem rgba(61, 184, 112, 0.30);
}.hxa-reg_cta_btn_bxo:hover {
  background: #4FCC82;
}.hxa-reg_terms_bxo {
  font-size: 11px;
  color: #5A5040;
  line-height: 1.5;
}.hxa-reg_seo_bxo {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 1.25rem;
  font-size: 0.813rem;
  color: #7A6E58;
  margin-top: 20px;
  overflow-wrap: break-word;
  line-height: 1.65;
}.hxa-reg_seo_bxo p {
  line-height: 1.65;
  font-size: 0.813rem;
  margin-bottom: 10px;
  color: #7A6E58;
}.hxa-reg_seo_bxo p:last-child {
  margin-bottom: 0;
}.hxa-reg_seo_bxo strong {
  font-weight: 700;
  color: #D6C9A8;
}.hxa-reg_seo_bxo a {
  transition: color .2s;
  color: #C8A432;
  text-decoration: underline;
}.hxa-reg_seo_bxo a:hover {
  color: #DABC4A;
}.hxa-reg_seo_bxo ul,.hxa-reg_seo_bxo ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.hxa-reg_seo_bxo ol {
  list-style: decimal;
}.hxa-reg_seo_bxo li {
  font-size: 0.813rem;
  margin-bottom: 0.25rem;
  color: #7A6E58;
  line-height: 1.65;
}.hxa-reg_seo_bxo table {
  margin-bottom: 0.625rem;
  display: block;
  font-size: 0.813rem;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 770px) {.hxa-reg_seo_bxo table {
  display: table;
}
}.hxa-reg_seo_bxo th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  font-weight: 700;
  text-align: left;
  color: #D6C9A8;
}.hxa-reg_seo_bxo td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #7A6E58;
}.hxa-reg_steps_bxo {
  gap: 0.875rem;
  margin-top: 1.75rem;
  flex-direction: column;
  display: flex;
}
@media(min-width: 857px) {.hxa-reg_steps_bxo {
  margin-top: 0;
}
}.hxa-reg_step_bxo {
  gap: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.hxa-reg_step_num_bxo {
  background: rgba(200, 164, 50, 0.18);
  border-radius: 50%;
  border: 1px solid rgba(200, 164, 50, 0.07);
  align-items: center;
  font-weight: 800;
  font-size: 0.875rem;
  justify-content: center;
  width: 2.125rem;
  display: flex;
  color: #C8A432;
  flex-shrink: 0;
  height: 34px;
}.hxa-reg_step_title_bxo {
  font-weight: 700;
  color: #F5EDD6;
  font-size: 14px;
  margin-bottom: 3px;
}.hxa-reg_step_text_bxo {
  font-size: 12px;
  color: #7A6E58;
  line-height: 1.5;
}.hxa-reg_trust_bxo {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  padding-top: 1.25rem;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}.hxa-reg_trust_item_bxo {
  gap: 0.438rem;
  align-items: center;
  display: flex;
  color: #7A6E58;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.hxa-reg_trust_ic_bxo svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
  height: 1rem;
  color: #C8A432;
}.hxa-seo_bxo {
  background: #0D0B08;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.hxa-seo_bxo {
  padding: 44px 24px 0;
}
}.hxa-seo_in_bxo {
  border-radius: 0.813rem;
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #171410;
  max-width: 83.75rem;
}
@media(min-width: 769px) {.hxa-seo_in_bxo {
  padding: 36px 40px;
}
}.hxa-seo_label_bxo {
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  color: #C8A432;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}.hxa-seo_h2_bxo {
  margin-bottom: 14px;
  color: #F5EDD6;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 767px) {.hxa-seo_h2_bxo {
  font-size: 24px;
}
}.hxa-seo_body_bxo {
  font-size: 0.875rem;
  color: #A89878;
  line-height: 1.75;
  overflow-wrap: break-word;
}.hxa-seo_body_bxo p {
  color: #A89878;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}.hxa-seo_body_bxo p:last-child {
  margin-bottom: 0;
}.hxa-seo_body_bxo strong {
  color: #D6C9A8;
  font-weight: 700;
}.hxa-seo_body_bxo a {
  transition: color .2s;
  color: #C8A432;
  text-decoration: underline;
}.hxa-seo_body_bxo a:hover {
  color: #DABC4A;
}.hxa-seo_body_bxo ul,.hxa-seo_body_bxo ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.hxa-seo_body_bxo ol {
  list-style: decimal;
}.hxa-seo_body_bxo li {
  font-size: 14px;
  color: #A89878;
  line-height: 1.75;
  margin-bottom: 6px;
}.hxa-seo_body_bxo table {
  margin-bottom: 12px;
  font-size: 0.813rem;
  display: block;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 769px) {.hxa-seo_body_bxo table {
  display: table;
}
}.hxa-seo_body_bxo th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #D6C9A8;
}.hxa-seo_body_bxo td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A89878;
}.hxa-seo_cols_bxo {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 642px) {.hxa-seo_cols_bxo {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.hxa-seo_cols_bxo {
  grid-template-columns: repeat(3,1fr);
}
}.hxa-seo_col_h_bxo {
  font-size: 0.813rem;
  margin-bottom: 7px;
  color: #D6C9A8;
  overflow-wrap: break-word;
  font-weight: 700;
}.hxa-seo_col_p_bxo {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #7A6E58;
  font-size: 13px;
}.hxa-seo_stats_bxo {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.hxa-seo_stat_bxo {
  border: 1px solid rgba(200, 164, 50, 0.18);
  background: rgba(200, 164, 50, 0.07);
  flex: 1;
  border-radius: 0.5rem;
  padding: 14px 16px;
  min-width: 140px;
}.hxa-seo_stat_val_bxo {
  color: #C8A432;
  font-size: 20px;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 800;
}.hxa-seo_stat_lb_bxo {
  font-size: 0.688rem;
  color: #7A6E58;
  overflow-wrap: break-word;
}.hxa-seo_bxo {
  padding: 2.25rem 16px 0;
  background: #0D0B08;
}
@media(min-width: 766px) {.hxa-seo_bxo {
  padding: 44px 1.5rem 0;
}
}.hxa-seo_in_bxo {
  background: #171410;
  margin: 0 auto;
  border-radius: 0.813rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 28px 24px;
  max-width: 1340px;
}
@media(min-width: 766px) {.hxa-seo_in_bxo {
  padding: 2.25rem 40px;
}
}.hxa-seo_label_bxo {
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #C8A432;
}.hxa-seo_h2_bxo {
  color: #F5EDD6;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  margin-bottom: 14px;
}
@media(min-width: 769px) {.hxa-seo_h2_bxo {
  font-size: 24px;
}
}.hxa-seo_body_bxo {
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
  color: #A89878;
}.hxa-seo_body_bxo p {
  line-height: 1.75;
  font-size: 14px;
  color: #A89878;
  margin-bottom: 0.75rem;
}.hxa-seo_body_bxo p:last-child {
  margin-bottom: 0;
}.hxa-seo_body_bxo strong {
  color: #D6C9A8;
  font-weight: 700;
}.hxa-seo_body_bxo a {
  transition: color .2s;
  color: #C8A432;
  text-decoration: underline;
}.hxa-seo_body_bxo a:hover {
  color: #DABC4A;
}.hxa-seo_body_bxo ul,.hxa-seo_body_bxo ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.hxa-seo_body_bxo ol {
  list-style: decimal;
}.hxa-seo_body_bxo li {
  color: #A89878;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
}.hxa-seo_body_bxo table {
  margin-bottom: 0.75rem;
  display: block;
  font-size: 13px;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 769px) {.hxa-seo_body_bxo table {
  display: table;
}
}.hxa-seo_body_bxo th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #D6C9A8;
}.hxa-seo_body_bxo td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #A89878;
}.hxa-seo_cols_bxo {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.hxa-seo_cols_bxo {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.hxa-seo_cols_bxo {
  grid-template-columns: repeat(3,1fr);
}
}.hxa-seo_col_h_bxo {
  font-weight: 700;
  color: #D6C9A8;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 7px;
}.hxa-seo_col_p_bxo {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #7A6E58;
  line-height: 1.65;
}.hxa-seo_stats_bxo {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.hxa-seo_stat_bxo {
  border: 1px solid rgba(200, 164, 50, 0.18);
  flex: 1;
  background: rgba(200, 164, 50, 0.07);
  border-radius: 0.5rem;
  padding: 14px 16px;
  min-width: 8.75rem;
}.hxa-seo_stat_val_bxo {
  font-size: 20px;
  color: #C8A432;
  font-weight: 800;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.hxa-seo_stat_lb_bxo {
  font-size: 0.688rem;
  color: #7A6E58;
  overflow-wrap: break-word;
}.hxa-faq_bxo {
  padding: 2.25rem 1rem 0;
  background: #0D0B08;
}
@media(min-width: 766px) {.hxa-faq_bxo {
  padding: 44px 1.5rem 0;
}
}.hxa-faq_in_bxo {
  margin: 0 auto;
  max-width: 83.75rem;
}.hxa-faq_head_bxo {
  margin-bottom: 20px;
}.hxa-faq_label_bxo {
  font-weight: 700;
  font-size: 11px;
  color: #C8A432;
  margin-bottom: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.hxa-faq_h2_bxo {
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F5EDD6;
  font-weight: 800;
}
@media(min-width: 770px) {.hxa-faq_h2_bxo {
  font-size: 1.5rem;
}
}.hxa-faq_list_bxo {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.hxa-faq_item_bxo {
  border-radius: 8px;
  background: #171410;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.hxa-faq_q_bxo {
  padding: 16px 20px;
  gap: 12px;
  transition: color .2s;
  color: #D6C9A8;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  font-weight: 600;
  flex-wrap: wrap;
  cursor: pointer;
}.hxa-faq_q_bxo:hover {
  color: #F5EDD6;
}.hxa-faq_q_ic_bxo {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  font-size: 16px;
  display: flex;
  flex-shrink: 0;
  height: 24px;
  justify-content: center;
  color: #C8A432;
  align-items: center;
  width: 1.5rem;
}.hxa-faq_item_bxo.hxa-state_open_bxo .hxa-faq_q_ic_bxo {
  transform: rotate(45deg);
}.hxa-faq_a_bxo {
  padding: 0 1.25rem 16px;
  color: #7A6E58;
  line-height: 1.7;
  font-size: 13px;
  overflow-wrap: break-word;
  display: none;
}.hxa-faq_item_bxo.hxa-state_open_bxo .hxa-faq_a_bxo {
  display: block;
}.hxa-faq_a_bxo strong {
  font-weight: 700;
  color: #D6C9A8;
}.hxa-faq_a_bxo a {
  color: #C8A432;
  text-decoration: underline;
}.hxa-faq_a_bxo ul,.hxa-faq_a_bxo ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.hxa-faq_a_bxo ol {
  list-style: decimal;
}.hxa-faq_a_bxo li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.hxa-faq_a_bxo table {
  margin: 0.5rem 0;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  font-size: 12px;
  width: 100%;
}
@media(min-width: 770px) {.hxa-faq_a_bxo table {
  display: table;
}
}.hxa-faq_a_bxo th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 8px;
  text-align: left;
  color: #D6C9A8;
  font-weight: 700;
}.hxa-faq_a_bxo td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 8px;
  color: #7A6E58;
}.hxa-seo_bxo {
  background: #0D0B08;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.hxa-seo_bxo {
  padding: 2.75rem 24px 0;
}
}.hxa-seo_in_bxo {
  padding: 28px 1.5rem;
  background: #171410;
  margin: 0 auto;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 83.75rem;
}
@media(min-width: 771px) {.hxa-seo_in_bxo {
  padding: 2.25rem 40px;
}
}.hxa-seo_label_bxo {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  color: #C8A432;
  font-size: 11px;
  font-weight: 700;
}.hxa-seo_h2_bxo {
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-weight: 800;
  font-size: 1.25rem;
  color: #F5EDD6;
  margin-bottom: 14px;
}
@media(min-width: 769px) {.hxa-seo_h2_bxo {
  font-size: 24px;
}
}.hxa-seo_body_bxo {
  color: #A89878;
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.hxa-seo_body_bxo p {
  line-height: 1.75;
  margin-bottom: 12px;
  color: #A89878;
  font-size: 0.875rem;
}.hxa-seo_body_bxo p:last-child {
  margin-bottom: 0;
}.hxa-seo_body_bxo strong {
  color: #D6C9A8;
  font-weight: 700;
}.hxa-seo_body_bxo a {
  transition: color .2s;
  color: #C8A432;
  text-decoration: underline;
}.hxa-seo_body_bxo a:hover {
  color: #DABC4A;
}.hxa-seo_body_bxo ul,.hxa-seo_body_bxo ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.hxa-seo_body_bxo ol {
  list-style: decimal;
}.hxa-seo_body_bxo li {
  line-height: 1.75;
  margin-bottom: 6px;
  font-size: 14px;
  color: #A89878;
}.hxa-seo_body_bxo table {
  margin-bottom: 0.75rem;
  width: 100%;
  overflow-x: auto;
  display: block;
  font-size: 0.813rem;
  border-collapse: collapse;
}
@media(min-width: 771px) {.hxa-seo_body_bxo table {
  display: table;
}
}.hxa-seo_body_bxo th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #D6C9A8;
}.hxa-seo_body_bxo td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A89878;
}.hxa-seo_cols_bxo {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.hxa-seo_cols_bxo {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.hxa-seo_cols_bxo {
  grid-template-columns: repeat(3,1fr);
}
}.hxa-seo_col_h_bxo {
  font-size: 0.813rem;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  color: #D6C9A8;
}.hxa-seo_col_p_bxo {
  overflow-wrap: break-word;
  color: #7A6E58;
  line-height: 1.65;
  font-size: 13px;
}.hxa-seo_stats_bxo {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.hxa-seo_stat_bxo {
  padding: 0.875rem 1rem;
  background: rgba(200, 164, 50, 0.07);
  flex: 1;
  border-radius: 8px;
  border: 1px solid rgba(200, 164, 50, 0.18);
  min-width: 140px;
}.hxa-seo_stat_val_bxo {
  color: #C8A432;
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
}.hxa-seo_stat_lb_bxo {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7A6E58;
}.hxa-rv_bxo {
  padding: 36px 16px 0;
  background: #0D0B08;
}
@media(min-width: 769px) {.hxa-rv_bxo {
  padding: 44px 1.5rem 0;
}
}.hxa-rv_in_bxo {
  margin: 0 auto;
  max-width: 1340px;
}.hxa-rv_head_bxo {
  max-width: 45rem;
  margin-bottom: 20px;
}.hxa-rv_label_bxo {
  color: #C8A432;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.hxa-rv_h2_bxo {
  font-family: 'Barlow Condensed', sans-serif;
  color: #F5EDD6;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 22px;
}
@media(min-width:768px) {.hxa-rv_h2_bxo {
  font-size: 28px;
}
}.hxa-rv_stats_bxo {
  gap: 18px;
  color: #7A6E58;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
}.hxa-rv_stats_score_bxo {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.hxa-rv_stats_score_val_bxo {
  font-weight: 800;
  font-size: 22px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #E8A020;
}.hxa-rv_stats_score_max_bxo {
  font-size: 13px;
  color: #5A5040;
}.hxa-rv_stats_badge_bxo {
  gap: 4px;
  display: flex;
  align-items: center;
}.hxa-rv_stats_badge_bxo svg {
  height: 14px;
  color: #E8A020;
  width: 0.875rem;
}.hxa-rv_grid_bxo {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.hxa-rv_grid_bxo {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.hxa-rv_grid_bxo {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.hxa-rv_card_bxo {
  border-radius: 8px;
  padding: 1.25rem;
  background: #171410;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex-direction: column;
  display: flex;
}.hxa-rv_card_stars_bxo {
  gap: 2px;
  margin-bottom: 10px;
  display: flex;
  color: #E8A020;
}.hxa-rv_card_stars_bxo svg {
  width: 0.875rem;
  height: 0.875rem;
}.hxa-rv_card_h_bxo {
  overflow-wrap: break-word;
  line-height: 1.3;
  color: #F5EDD6;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 14px;
}.hxa-rv_card_body_bxo {
  flex: 1;
  font-size: 13px;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  color: #7A6E58;
  line-height: 1.65;
}.hxa-rv_card_body_bxo strong {
  color: #D6C9A8;
  font-weight: 600;
}.hxa-rv_card_meta_bxo {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-top: 12px;
}.hxa-rv_card_author_bxo {
  color: #D6C9A8;
  font-size: 12px;
  font-weight: 600;
}.hxa-rv_card_date_bxo {
  color: #5A5040;
  font-size: 0.688rem;
}.hxa-ft_bxo {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #080604;
  margin-top: 3rem;
}.hxa-ft_support_bxo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 1rem;
}
@media(min-width: 766px) {.hxa-ft_support_bxo {
  padding: 28px 24px;
}
}.hxa-ft_support_in_bxo {
  margin: 0 auto;
  gap: 1rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  max-width: 1340px;
}.hxa-ft_support_main_bxo {
  gap: 16px;
  flex: 1;
  align-items: center;
  min-width: 13.75rem;
  display: flex;
  flex-wrap: wrap;
}.hxa-ft_support_ic_bxo {
  color: #C8A432;
  flex-shrink: 0;
}.hxa-ft_support_ic_bxo svg {
  height: 1.875rem;
  stroke-linejoin: round;
  width: 30px;
  stroke-linecap: round;
}.hxa-ft_support_text_title_bxo {
  color: #F5EDD6;
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 0.938rem;
  overflow-wrap: break-word;
}.hxa-ft_support_text_sub_bxo {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #7A6E58;
}.hxa-ft_support_btn_bxo {
  padding: 0.688rem 22px;
  transition: background .2s;
  border-radius: 8px;
  background: #C8A432;
  color: #F5EDD6;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 0.813rem;
  white-space: nowrap;
}.hxa-ft_support_btn_bxo:hover {
  background: #DABC4A;
}.hxa-ft_support_contacts_bxo {
  gap: 16px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.hxa-ft_support_contact_bxo {
  font-size: 12px;
  line-height: 1.4;
  color: #5A5040;
}.hxa-ft_support_contact_bxo strong {
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #A89878;
  display: block;
}.hxa-ft_main_bxo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 16px 24px;
}
@media(min-width: 769px) {.hxa-ft_main_bxo {
  padding: 2.5rem 24px 32px;
}
}.hxa-ft_main_in_bxo {
  gap: 24px;
  margin: 0 auto;
  max-width: 1340px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width:640px) {.hxa-ft_main_in_bxo {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.hxa-ft_main_in_bxo {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.hxa-ft_col_logo_bxo {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.hxa-ft_col_logo_bxo {
  grid-column: auto;
}
}.hxa-ft_logo_bxo {
  gap: 9px;
  color: #F5EDD6;
  align-items: center;
  display: flex;
  margin-bottom: 0.75rem;
  font-weight: 800;
  flex-wrap: wrap;
  font-size: 1rem;
  overflow-wrap: break-word;
}.hxa-ft_logo_mark_bxo {
  overflow: hidden;
  border-radius: 0.313rem;
  height: 30px;
  width: 1.875rem;
}.hxa-ft_logo_mark_bxo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.hxa-ft_logo_sub_bxo {
  font-size: 0.75rem;
  max-width: 200px;
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #5A5040;
}.hxa-ft_col_title_bxo {
  text-transform: uppercase;
  font-weight: 700;
  color: #A89878;
  font-size: 12px;
  margin-bottom: 14px;
  letter-spacing: .07em;
}.hxa-ft_col_links_bxo {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.hxa-ft_col_link_bxo {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #5A5040;
  font-size: 13px;
}.hxa-ft_col_link_bxo:hover {
  color: #D6C9A8;
}.hxa-ft_apps_bxo {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.hxa-ft_app_card_bxo {
  gap: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  padding: 10px 12px;
  align-items: center;
  display: flex;
}.hxa-ft_app_card_bxo:hover {
  border-color: rgba(200, 164, 50, 0.40);
}.hxa-ft_app_card_ic_bxo svg {
  height: 1.375rem;
  width: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.hxa-ft_app_card_os_bxo {
  font-size: 10px;
  color: #5A5040;
  font-weight: 600;
}.hxa-ft_app_card_action_bxo {
  font-size: 12px;
  font-weight: 700;
  color: #D6C9A8;
}.hxa-ft_bot_bxo {
  padding: 20px 1rem;
}
@media(min-width: 771px) {.hxa-ft_bot_bxo {
  padding: 20px 24px;
}
}.hxa-ft_bot_in_bxo {
  gap: 1rem;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
  max-width: 83.75rem;
  display: flex;
}.hxa-ft_socials_bxo {
  gap: 0.5rem;
  display: flex;
}.hxa-ft_soc_bxo {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.313rem;
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  height: 36px;
  justify-content: center;
  align-items: center;
  color: #A89878;
  width: 36px;
}.hxa-ft_soc_bxo svg {
  width: 16px;
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.hxa-ft_soc_bxo:hover {
  background: rgba(255, 255, 255, 0.07);
}.hxa-ft_legal_bxo {
  flex: 1;
  color: #6B6050;
  line-height: 1.6;
  min-width: 12.5rem;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.hxa-ft_legal_bxo strong {
  font-weight: 700;
  color: #A89878;
}.hxa-ft_legal_bxo a {
  text-decoration: underline;
  color: #A89878;
}.hxa-ft_age_bxo {
  border-radius: 50%;
  border: 2px solid #6B6050;
  color: #6B6050;
  height: 2rem;
  width: 2rem;
  font-weight: 800;
  margin-left: auto;
  font-size: 0.688rem;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}