*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  color: #DCCFB4;
  background-color: #0E0C0A;
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  font-family: 'Barlow', sans-serif;
}ul,ol {
  list-style: none;
}img,picture,svg {
  display: block;
  max-width: 100%;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}a {
  color: inherit;
  text-decoration: none;
}.hcs_layout_bod {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.hcs_page_bod {
  display: flex;
  min-height: 100vh;
}.hcs_main_bod {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media screen and (min-width: 1083px) {.hcs_main_bod {
  padding-left: 220px;
}
}
@media screen and (max-width: 1081px) {.hcs_main_bod {
  padding-bottom: 72px;
}
}.hcs_gc_bod {
  border-radius: 0.5rem;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.05);
  background: #151210;
  flex-shrink: 0;
  width: 140px;
  cursor: pointer;
  position: relative;
}
@media(min-width: 638px) {.hcs_gc_bod {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.hcs_gc_bod {
  width: 168px;
}
}.hcs_gc_bod:hover {
  transform: translateY(-3px);
  border-color: rgba(200,146,42,0.08);
}.hcs_gc_img_bod {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.hcs_gc_img_bod img {
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}.hcs_gc_hover_bod {
  transition: opacity .2s;
  inset: 0;
  background: rgba(8,7,6,0.72);
  opacity: 0;
  align-items: center;
  justify-content: center;
  position: absolute;
  display: flex;
}.hcs_gc_bod:hover .hcs_gc_hover_bod {
  opacity: 1;
}.hcs_gc_hover_btn_bod {
  background: #C8922A;
  border-radius: 0.25rem;
  padding: 8px 1rem;
  font-size: 12px;
  font-weight: 700;
  color: #F5EDD8;
}.hcs_gc_info_bod {
  padding: 8px 0.625rem 10px;
}.hcs_gc_name_bod {
  overflow: hidden;
  color: #DCCFB4;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 3px;
  font-size: 0.75rem;
  font-weight: 600;
}.hcs_gc_prov_bod {
  color: #8A7A69;
  font-size: 10px;
}.hcs_gc_tag_bod {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  left: 0.375rem;
  position: absolute;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .04em;
  z-index: 2;
  top: 6px;
  text-transform: uppercase;
}.hcs_gc_tag_hot_bod {
  background: #D94040;
  color: #fff;
}.hcs_gc_tag_new_bod {
  background: #3DB86A;
  color: #0E0C0A;
}.hcs_gc_tag_jp_bod {
  background: #E8B84B;
  color: #0E0C0A;
}.hcs_gc_tag_ex_bod {
  background: #8B5E14;
  color: #fff;
}.hcs_gc_tag_live_bod {
  background: #D94040;
  color: #fff;
}.hcs_gr_bod {
  padding: 32px 16px 0;
  background: #0E0C0A;
}
@media(min-width:768px) {.hcs_gr_bod {
  padding: 36px 1.5rem 0;
}
}.hcs_gr_in_bod {
  margin: 0 auto;
  max-width: 1320px;
}.hcs_gr_head_bod {
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-bottom: 0.625rem;
}.hcs_gr_head_l_bod {
  flex: 1;
  gap: 10px;
  display: flex;
  align-items: center;
  min-width: 0;
}.hcs_gr_ic_bod {
  border-radius: 8px;
  align-items: center;
  width: 2rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  height: 2rem;
}.hcs_gr_ic_bod svg {
  stroke-linecap: round;
  height: 16px;
  width: 16px;
  stroke-linejoin: round;
}.hcs_gr_title_bod {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F5EDD8;
}
@media(min-width: 769px) {.hcs_gr_title_bod {
  font-size: 1.125rem;
}
}.hcs_gr_more_bod {
  transition: color .2s;
  gap: 0.313rem;
  color: #9C8B72;
  font-size: 12px;
  display: flex;
  align-items: center;
  font-weight: 600;
  flex-shrink: 0;
  white-space: nowrap;
}.hcs_gr_more_bod:hover {
  color: #C8922A;
}.hcs_gr_more_bod svg {
  width: 12px;
  height: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.hcs_gr_arrows_bod {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.hcs_gr_arr_bod {
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.05);
  transition: background .15s,color .15s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B8A88A;
  height: 30px;
  width: 30px;
}.hcs_gr_arr_bod:hover {
  background: rgba(255,255,255,0.07);
  color: #F5EDD8;
}.hcs_gr_arr_bod svg {
  height: 13px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.813rem;
}.hcs_gr_seo_h_bod {
  margin: 0 0 6px;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 13px;
  max-width: 680px;
  font-family: 'Playfair Display', serif;
  color: #DCCFB4;
}
@media(min-width: 767px) {.hcs_gr_seo_h_bod {
  font-size: 0.875rem;
}
}.hcs_gr_seo_bod {
  max-width: 42.5rem;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  color: #9C8B72;
  font-size: 0.75rem;
  line-height: 1.55;
}.hcs_gr_seo_bod strong {
  font-weight: 600;
  color: #DCCFB4;
}.hcs_gr_scroll_bod {
  gap: 0.625rem;
  -webkit-overflow-scrolling: touch;
  display: flex;
  padding-bottom: 0.625rem;
  overflow-x: auto;
  scrollbar-width: none;
}.hcs_gr_scroll_bod::-webkit-scrollbar {
  display: none;
}
@media(min-width: 770px) {.hcs_gr_scroll_bod {
  gap: 12px;
}
}.hcs_tb_bod {
  background: #0E0C0A;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  align-items: center;
  height: 3.5rem;
  display: flex;
  position: fixed;
  left: 0;
  z-index: 80;
  right: 0;
  top: 0;
}.hcs_tb_in_bod {
  padding: 0 14px;
  gap: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}.hcs_tb_burger_bod {
  gap: 0.313rem;
  border-radius: 8px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  height: 38px;
  display: flex;
  margin-right: 0.5rem;
  width: 38px;
}.hcs_tb_burger_bod:hover {
  background: rgba(255,255,255,0.05);
}.hcs_tb_burger_line_bod {
  background: #B8A88A;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 1.125rem;
}
@media(min-width:1080px) {.hcs_tb_burger_bod {
  display: none;
}
}.hcs_tb_logo_bod {
  gap: 0.563rem;
  margin-right: 20px;
  letter-spacing: -.01em;
  align-items: center;
  color: #F5EDD8;
  font-size: 18px;
  overflow-wrap: break-word;
  font-weight: 800;
  flex-shrink: 0;
  display: flex;
}.hcs_tb_logo_mark_bod {
  overflow: hidden;
  border-radius: 0.5rem;
  width: 2rem;
  align-items: center;
  height: 2rem;
  justify-content: center;
  display: flex;
}.hcs_tb_logo_mark_bod img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.hcs_tb_nav_bod {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width:640px) {.hcs_tb_nav_bod {
  display: flex;
}
}.hcs_tb_tab_bod {
  padding: 0.5rem 14px;
  border-radius: 0.5rem;
  transition: background .15s,color .15s;
  font-weight: 600;
  color: #B8A88A;
  font-size: 0.813rem;
  white-space: nowrap;
}.hcs_tb_tab_bod:hover {
  background: rgba(255,255,255,0.05);
  color: #F5EDD8;
}.hcs_tb_tab_bod.hcs_state_active_bod {
  background: rgba(200,146,42,0.18);
  color: #F5EDD8;
}.hcs_tb_right_bod {
  gap: 0.5rem;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
}.hcs_tb_login_bod {
  padding: 0.563rem 1rem;
  background: rgba(255,255,255,0.05);
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.813rem;
  display: none;
  color: #DCCFB4;
}.hcs_tb_login_bod:hover {
  border-color: rgba(200,146,42,0.38);
  color: #F5EDD8;
}
@media(min-width: 477px) {.hcs_tb_login_bod {
  display: block;
}
}.hcs_tb_reg_bod {
  transition: background .2s;
  background: #3DB86A;
  border-radius: 0.5rem;
  padding: 9px 18px;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #1A1209;
}.hcs_tb_reg_bod:hover {
  background: #2EA85A;
}.hcs_sb_bod {
  background: #1D1915;
  transition: transform .25s ease;
  border-right: 1px solid rgba(255,255,255,0.05);
  transform: translateX(-100%);
  left: 0;
  bottom: 0;
  position: fixed;
  z-index: 70;
  top: 3.5rem;
  width: 220px;
  overflow-y: auto;
}.hcs_sb_bod.hcs_state_open_bod {
  transform: translateX(0);
}.hcs_sb_bod::-webkit-scrollbar {
  width: 0.25rem;
}.hcs_sb_bod::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1081px) {.hcs_sb_bod {
  transform: translateX(0);
}
}.hcs_sb_auth_bod {
  padding: 14px 12px 10px;
}.hcs_sb_btn_reg_bod {
  background: #3DB86A;
  padding: 11px;
  border-radius: 8px;
  transition: background .2s;
  text-align: center;
  font-size: 13px;
  color: #1A1209;
  margin-bottom: 8px;
  display: block;
  font-weight: 700;
}.hcs_sb_btn_reg_bod:hover {
  background: #2EA85A;
}.hcs_sb_btn_login_bod {
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  display: block;
  color: #DCCFB4;
}.hcs_sb_btn_login_bod:hover {
  border-color: rgba(200,146,42,0.38);
  color: #F5EDD8;
}.hcs_sb_promo_bod {
  overflow: hidden;
  border-radius: 0.5rem;
  margin: 0 0.75rem 10px;
  border: 1px solid rgba(200,146,42,0.18);
  padding: 0.75rem 14px;
  background: linear-gradient(135deg,#2A1A06,#1D1915);
  position: relative;
}.hcs_sb_promo_bod::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200,146,42,0.18),transparent 70%);
  width: 80px;
  top: -20px;
  height: 80px;
  right: -1.25rem;
  position: absolute;
  content: '';
}.hcs_sb_promo_title_bod {
  letter-spacing: .06em;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 11px;
  color: #C8922A;
  text-transform: uppercase;
}.hcs_sb_promo_text_bod {
  color: #F5EDD8;
  font-size: 12px;
  overflow-wrap: break-word;
  font-weight: 600;
  line-height: 1.35;
}.hcs_sb_promo_sub_bod {
  font-size: 10px;
  color: #9C8B72;
  margin-top: 3px;
}.hcs_sb_nav_bod {
  padding: 0.375rem 0.5rem 16px;
}.hcs_sb_nav_lb_bod {
  padding: 0.625rem 0.5rem 0.375rem;
  font-size: 10px;
  letter-spacing: .08em;
  color: #8A7A69;
  text-transform: uppercase;
  font-weight: 700;
}.hcs_sb_link_bod {
  gap: 0.625rem;
  transition: background .15s,color .15s;
  border-radius: 0.25rem;
  padding: 0.563rem 10px;
  font-size: 13px;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
  font-weight: 500;
  color: #B8A88A;
  cursor: pointer;
}.hcs_sb_link_bod:hover {
  background: rgba(255,255,255,0.05);
  color: #F5EDD8;
}.hcs_sb_link_bod.hcs_state_active_bod {
  background: rgba(200,146,42,0.18);
  color: #F5EDD8;
}.hcs_sb_ic_bod {
  border-radius: 4px;
  align-items: center;
  width: 1.875rem;
  flex-shrink: 0;
  justify-content: center;
  height: 30px;
  display: flex;
}.hcs_sb_ic_bod svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
  height: 1rem;
}.hcs_sb_ic_1_bod {
  background: rgba(200,146,42,0.08);
  color: #C8922A;
}.hcs_sb_ic_2_bod {
  background: rgba(61,184,106,0.15);
  color: #3DB86A;
}.hcs_sb_ic_3_bod {
  background: rgba(232,184,75,0.16);
  color: #E8B84B;
}.hcs_sb_ic_4_bod {
  background: rgba(139,94,20,0.22);
  color: #8B5E14;
}.hcs_sb_ic_5_bod {
  background: rgba(200,146,42,0.08);
  color: #E8527A;
}.hcs_sb_ic_6_bod {
  background: rgba(139,94,20,0.22);
  color: #9B4FC8;
}.hcs_sb_badge_bod {
  padding: 2px 0.438rem;
  border-radius: 4px;
  background: #E8B84B;
  color: #1A1209;
  font-size: 9px;
  margin-left: auto;
  font-weight: 700;
}.hcs_sb_bot_bod {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 12px;
  gap: 8px;
  display: flex;
}.hcs_sb_lang_bod,.hcs_sb_help_bod {
  border: 1px solid rgba(255,255,255,0.05);
  transition: border-color .2s;
  gap: 0.375rem;
  flex: 1;
  padding: 9px 6px;
  border-radius: 0.25rem;
  background: rgba(255,255,255,0.05);
  justify-content: center;
  color: #B8A88A;
  font-size: 0.688rem;
  font-weight: 600;
  align-items: center;
  display: flex;
}.hcs_sb_lang_bod:hover,.hcs_sb_help_bod:hover {
  border-color: rgba(200,146,42,0.38);
  color: #F5EDD8;
}.hcs_sb_lang_bod svg,.hcs_sb_help_bod svg {
  stroke-linejoin: round;
  height: 13px;
  width: 0.813rem;
  stroke-linecap: round;
}.hcs_sb_bd_bod {
  background: rgba(8,7,6,0.72);
  inset: 0;
  display: none;
  z-index: 69;
  position: fixed;
}.hcs_sb_bd_bod.hcs_state_on_bod {
  display: block;
}
@media(min-width: 1083px) {.hcs_sb_bd_bod {
  display: none!important;
}
}.hcs_mob_nav_bod {
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  background: #1D1915;
  border-top: 1px solid rgba(255,255,255,0.09);
  display: flex;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 80;
}
@media(min-width: 1081px) {.hcs_mob_nav_bod {
  display: none;
}
}.hcs_mob_nav_item_bod {
  flex: 1;
  padding: 0.25rem 2px;
  gap: 0.25rem;
  flex-direction: column;
  color: #8A7A69;
  display: flex;
  cursor: pointer;
  align-items: center;
}.hcs_mob_nav_ic_bod {
  line-height: 1;
}.hcs_mob_nav_ic_bod svg {
  stroke-linecap: round;
  width: 20px;
  stroke-linejoin: round;
  height: 1.25rem;
}.hcs_mob_nav_lb_bod {
  font-size: 0.625rem;
  font-weight: 600;
  color: #8A7A69;
}.hcs_mob_nav_item_bod.hcs_state_active_bod {
  color: #C8922A;
}.hcs_mob_nav_item_bod.hcs_state_active_bod .hcs_mob_nav_lb_bod {
  color: #C8922A;
}.hcs_hero_bod {
  padding: 20px 1rem 0;
  background: #0E0C0A;
}
@media(min-width: 771px) {.hcs_hero_bod {
  padding: 1.5rem 24px 0;
}
}.hcs_hero_in_bod {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1320px;
}
@media(min-width:860px) {.hcs_hero_in_bod {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1103px) {.hcs_hero_in_bod {
  grid-template-columns: 1fr 21.25rem;
}
}.hcs_hero_promo_bod {
  overflow: hidden;
  border-radius: 12px;
  background: #151210;
  min-height: 13.75rem;
  display: flex;
  align-items: stretch;
  position: relative;
}
@media(min-width: 767px) {.hcs_hero_promo_bod {
  min-height: 280px;
}
}.hcs_hero_promo_bg_bod {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#2A1A06 0%,#0E0C0A 100%);
  background-size: cover;
  position: absolute;
}.hcs_hero_promo_bg_bod::after {
  inset: 0;
  background: linear-gradient(90deg,#0E0C0A 0%,rgba(8,7,6,0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.hcs_hero_promo_glow_bod {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(139,94,20,0.22) 0%,transparent 65%);
  right: 60px;
  height: 18.75rem;
  width: 18.75rem;
  top: -40px;
  pointer-events: none;
  position: absolute;
}.hcs_hero_promo_ct_bod {
  padding: 28px 24px 1.75rem 28px;
  z-index: 2;
  display: flex;
  position: relative;
  flex-direction: column;
  max-width: 480px;
  justify-content: center;
}
@media(min-width: 769px) {.hcs_hero_promo_ct_bod {
  padding: 2.5rem 32px;
}
}.hcs_hero_badge_bod {
  border: 1px solid rgba(200,146,42,0.08);
  background: rgba(200,146,42,0.18);
  padding: 5px 0.75rem;
  border-radius: 20px;
  letter-spacing: .08em;
  color: #C8922A;
  margin-bottom: 0.875rem;
  font-size: 0.625rem;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}.hcs_hero_h1_bod {
  margin-bottom: 0.625rem;
  font-weight: 800;
  color: #F5EDD8;
  overflow-wrap: break-word;
  font-size: 26px;
  font-family: 'Playfair Display', serif;
  line-height: 1.15;
}.hcs_hero_h1_bod em {
  color: #E8B84B;
  font-style: normal;
}
@media(min-width: 771px) {.hcs_hero_h1_bod {
  font-size: 36px;
}
}.hcs_hero_sub_bod {
  margin-bottom: 20px;
  color: #B8A88A;
  font-size: 0.813rem;
  line-height: 1.55;
}
@media(min-width: 770px) {.hcs_hero_sub_bod {
  font-size: 0.875rem;
}
}.hcs_hero_row_bod {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.hcs_hero_cta_bod {
  background: #3DB86A;
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 0.813rem 26px;
  font-weight: 700;
  color: #1A1209;
  font-size: 0.875rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 0.25rem 20px rgba(61,184,106,0.44);
}.hcs_hero_cta_bod:hover {
  background: #2EA85A;
}.hcs_hero_terms_bod {
  font-size: 11px;
  color: #8A7A69;
}.hcs_hero_game_bod {
  border-radius: 0.75rem;
  background: #151210;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.05);
  display: flex;
  position: relative;
  flex-direction: column;
}.hcs_hero_game_badge_bod {
  padding: 5px 0.625rem;
  border: 1px solid rgba(232,184,75,0.16);
  border-radius: 1.25rem;
  background: rgba(232,184,75,0.16);
  text-transform: uppercase;
  position: absolute;
  letter-spacing: .06em;
  z-index: 3;
  top: 12px;
  font-weight: 700;
  color: #E8B84B;
  font-size: 0.625rem;
  left: 0.75rem;
}.hcs_hero_game_badge_bod svg {
  margin-right: 0.25rem;
  height: 0.688rem;
  width: 0.688rem;
  vertical-align: -1px;
}.hcs_hero_game_img_bod {
  overflow: hidden;
  background: linear-gradient(135deg,#2A1A06,#0E0C0A);
  padding-bottom: 60%;
  position: relative;
}.hcs_hero_game_img_bod img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}.hcs_hero_game_play_bod {
  inset: 0;
  transition: opacity .2s;
  background: rgba(8,7,6,0.72);
  display: flex;
  align-items: center;
  opacity: 0;
  justify-content: center;
  position: absolute;
}.hcs_hero_game_bod:hover .hcs_hero_game_play_bod {
  opacity: 1;
}.hcs_hero_game_play_bod span {
  background: #C8922A;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  width: 3.25rem;
  height: 3.25rem;
  align-items: center;
}.hcs_hero_game_play_bod span svg {
  height: 18px;
  width: 1.125rem;
  margin-left: 2px;
}.hcs_hero_game_info_bod {
  padding: 14px 1rem;
}.hcs_hero_game_title_bod {
  margin-bottom: 0.25rem;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-weight: 700;
}.hcs_hero_game_provider_bod {
  font-size: 11px;
  color: #9C8B72;
}.hcs_hero_game_btn_bod {
  margin: 0.75rem 16px 1rem;
  border-radius: 8px;
  background: #C8922A;
  transition: background .2s;
  padding: 0.688rem;
  color: #F5EDD8;
  font-size: 0.813rem;
  text-align: center;
  font-weight: 700;
  display: block;
}.hcs_hero_game_bod:hover .hcs_hero_game_btn_bod {
  background: #DBA840;
}.hcs_sbar_bod {
  background: #0E0C0A;
  padding: 16px 1rem 0;
}
@media(min-width: 766px) {.hcs_sbar_bod {
  padding: 18px 1.5rem 0;
}
}.hcs_sbar_in_bod {
  margin: 0 auto;
  max-width: 1320px;
}.hcs_sbar_row_bod {
  gap: 10px;
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
}.hcs_sbar_input_bod {
  flex: 1;
  background: #151210;
  padding: 0.688rem 1rem;
  gap: 0.625rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.09);
  transition: border-color .2s;
  cursor: pointer;
  font-size: 13px;
  color: #9C8B72;
  display: flex;
  align-items: center;
}.hcs_sbar_input_bod:hover {
  border-color: rgba(200,146,42,0.38);
}.hcs_sbar_input_bod svg {
  height: 0.938rem;
  width: 15px;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}.hcs_sbar_providers_bod {
  gap: 0.5rem;
  padding: 0.688rem 18px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  background: #151210;
  transition: border-color .2s;
  color: #DCCFB4;
  font-size: 13px;
  font-weight: 600;
  align-items: center;
  display: flex;
  white-space: nowrap;
}.hcs_sbar_providers_bod:hover {
  border-color: rgba(200,146,42,0.38);
  color: #F5EDD8;
}.hcs_sbar_providers_bod svg {
  width: 0.875rem;
  height: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.hcs_sbar_tabs_bod {
  gap: 6px;
  display: flex;
  padding-bottom: 2px;
  scrollbar-width: none;
  overflow-x: auto;
}.hcs_sbar_tabs_bod::-webkit-scrollbar {
  display: none;
}.hcs_sbar_tab_bod {
  gap: 0.438rem;
  padding: 8px 0.875rem;
  transition: background .15s,color .15s,border-color .15s;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 20px;
  font-weight: 600;
  cursor: pointer;
  color: #B8A88A;
  white-space: nowrap;
  font-size: 0.75rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.hcs_sbar_tab_bod:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(200,146,42,0.38);
  color: #F5EDD8;
}.hcs_sbar_tab_bod.hcs_state_active_bod {
  border-color: rgba(200,146,42,0.08);
  background: rgba(200,146,42,0.18);
  color: #F5EDD8;
}.hcs_sbar_tab_ic_bod svg {
  stroke-linejoin: round;
  height: 0.875rem;
  width: 0.875rem;
  stroke-linecap: round;
}.hcs_gr_jp_bod {
  border-radius: 12px;
  overflow: hidden;
  padding: 20px;
  background: linear-gradient(135deg,#1E0D2E 0%,#0A0710 100%);
  position: relative;
}.hcs_gr_jp_bod::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(139,94,20,0.22) 0%,transparent 70%);
  left: -60px;
  content: '';
  position: absolute;
  width: 250px;
  height: 15.625rem;
  top: -60px;
}.hcs_gr_jp_bod::after {
  background: radial-gradient(circle,rgba(232,184,75,0.16) 0%,transparent 70%);
  border-radius: 50%;
  bottom: -40px;
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  right: 0;
}.hcs_gr_jp_head_bod {
  gap: 1rem;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
  z-index: 1;
}.hcs_gr_jp_info_bod {
  flex: 1;
}.hcs_gr_jp_label_bod {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  color: #9B4FC8;
  text-transform: uppercase;
}.hcs_gr_jp_label_bod svg {
  stroke-linejoin: round;
  width: 14px;
  height: 0.875rem;
  stroke-linecap: round;
  margin-right: 0.25rem;
  vertical-align: -2px;
}.hcs_gr_jp_amount_bod {
  font-weight: 800;
  color: #F5EDD8;
  overflow-wrap: break-word;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 4px;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 767px) {.hcs_gr_jp_amount_bod {
  font-size: 2.5rem;
}
}.hcs_gr_jp_amount_bod span {
  color: #E8B84B;
}.hcs_gr_jp_seo_bod {
  max-width: 480px;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #B8A88A;
}.hcs_gr_jp_cta_bod {
  border-radius: 8px;
  padding: 0.688rem 20px;
  border: 1px solid rgba(139,94,20,0.22);
  transition: background .2s;
  background: rgba(139,94,20,0.22);
  flex-shrink: 0;
  align-self: flex-start;
  font-size: 0.813rem;
  font-weight: 700;
  z-index: 1;
  margin-top: 4px;
  position: relative;
  white-space: nowrap;
  color: #F5EDD8;
}.hcs_gr_jp_cta_bod:hover {
  background: #8B5E14;
}.hcs_gcg_bod {
  padding: 36px 16px 0;
  background: #0E0C0A;
}
@media(min-width: 766px) {.hcs_gcg_bod {
  padding: 44px 24px 0;
}
}.hcs_gcg_in_bod {
  margin: 0 auto;
  max-width: 1320px;
}.hcs_gcg_head_bod {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.hcs_gcg_label_bod {
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 8px;
  color: #C8922A;
  text-transform: uppercase;
}.hcs_gcg_h2_bod {
  font-family: 'Playfair Display', serif;
  font-size: 1.375rem;
  overflow-wrap: break-word;
  color: #F5EDD8;
  margin-bottom: 8px;
  font-weight: 800;
}
@media(min-width: 770px) {.hcs_gcg_h2_bod {
  font-size: 28px;
}
}.hcs_gcg_intro_bod {
  font-size: 0.813rem;
  line-height: 1.6;
  color: #9C8B72;
}.hcs_gcg_grid_bod {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.hcs_gcg_grid_bod {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.hcs_gcg_grid_bod {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.hcs_gcg_card_bod {
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 20px;
  justify-content: flex-end;
  flex-direction: column;
  min-height: 15rem;
  display: flex;
  position: relative;
  cursor: pointer;
}.hcs_gcg_card_bod:hover {
  border-color: rgba(200,146,42,0.18);
  transform: translateY(-3px);
}.hcs_gcg_card_bg_bod {
  inset: 0;
  z-index: 0;
  position: absolute;
}.hcs_gcg_card_bg_bod::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.hcs_gcg_card_ic_bod {
  background: rgba(0,0,0,.45);
  border-radius: 0.25rem;
  justify-content: center;
  top: 1.125rem;
  color: #F5EDD8;
  align-items: center;
  display: flex;
  z-index: 2;
  width: 40px;
  height: 2.5rem;
  right: 18px;
  position: absolute;
}.hcs_gcg_card_ic_bod svg {
  height: 20px;
  stroke-linejoin: round;
  width: 1.25rem;
  stroke-linecap: round;
}.hcs_gcg_card_ct_bod {
  position: relative;
  z-index: 1;
}.hcs_gcg_card_h_bod {
  overflow-wrap: break-word;
  color: #F5EDD8;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-size: 18px;
  line-height: 1.2;
  font-family: 'Playfair Display', serif;
}
@media(min-width:768px) {.hcs_gcg_card_h_bod {
  font-size: 1.25rem;
}
}.hcs_gcg_card_p_bod {
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 12px;
  color: rgba(255,255,255,.82);
  margin-bottom: 0.625rem;
}.hcs_gcg_card_p_bod strong {
  font-weight: 600;
  color: #F5EDD8;
}.hcs_gcg_card_cta_bod {
  gap: 4px;
  align-items: center;
  letter-spacing: .04em;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: inline-flex;
  color: #C8922A;
  font-weight: 700;
}.hcs_gcg_card_cta_bod svg {
  width: 0.75rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.75rem;
}.hcs_ws_bod {
  background: #0E0C0A;
  padding: 32px 1rem 0;
}
@media(min-width: 766px) {.hcs_ws_bod {
  padding: 2.25rem 1.5rem 0;
}
}.hcs_ws_in_bod {
  margin: 0 auto;
  max-width: 1320px;
}.hcs_ws_head_bod {
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  display: flex;
}.hcs_ws_title_bod {
  gap: 10px;
  font-size: 16px;
  color: #F5EDD8;
  display: flex;
  font-family: 'Playfair Display', serif;
  align-items: center;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  font-weight: 700;
}.hcs_ws_title_ic_bod svg {
  height: 1.125rem;
  stroke-linejoin: round;
  color: #E8B84B;
  stroke-linecap: round;
  width: 18px;
}.hcs_ws_online_bod {
  gap: 7px;
  color: #9C8B72;
  font-size: 0.75rem;
  align-items: center;
  font-weight: 600;
  display: flex;
}.hcs_ws_online_dot_bod {
  border-radius: 50%;
  background: #3DB86A;
  width: 8px;
  height: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(61,184,106,0.15);
  flex-shrink: 0;
}.hcs_ws_scroll_bod {
  gap: 8px;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 8px;
  overflow-x: auto;
}.hcs_ws_scroll_bod::-webkit-scrollbar {
  display: none;
}.hcs_wc_bod {
  background: #151210;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  padding: 10px 0.875rem;
  gap: 0.625rem;
  flex-shrink: 0;
  display: flex;
  min-width: 13.75rem;
  align-items: center;
}.hcs_wc_img_bod {
  background: #1D1915;
  overflow: hidden;
  border-radius: 0.25rem;
  height: 2.25rem;
  width: 2.25rem;
  flex-shrink: 0;
}.hcs_wc_img_bod img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.hcs_wc_info_bod {
  min-width: 0;
}.hcs_wc_game_bod {
  overflow: hidden;
  font-size: 12px;
  white-space: nowrap;
  color: #DCCFB4;
  font-weight: 600;
  text-overflow: ellipsis;
}.hcs_wc_player_bod {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.625rem;
  white-space: nowrap;
  color: #8A7A69;
}.hcs_wc_amount_bod {
  font-weight: 700;
  margin-left: auto;
  font-size: 13px;
  color: #3DB86A;
  white-space: nowrap;
  flex-shrink: 0;
}.hcs_prov_bod {
  padding: 2.25rem 16px 0;
  background: #0E0C0A;
}
@media(min-width:768px) {.hcs_prov_bod {
  padding: 2.75rem 1.5rem 0;
}
}.hcs_prov_in_bod {
  margin: 0 auto;
  max-width: 1320px;
}.hcs_prov_head_bod {
  margin-bottom: 16px;
}.hcs_prov_label_bod {
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C8922A;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.hcs_prov_h2_bod {
  margin-bottom: 8px;
  color: #F5EDD8;
  font-size: 1.25rem;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.hcs_prov_h2_bod {
  font-size: 1.5rem;
}
}.hcs_prov_seo_bod {
  max-width: 620px;
  overflow-wrap: break-word;
  font-size: 13px;
  margin-bottom: 1rem;
  color: #9C8B72;
  line-height: 1.6;
}.hcs_prov_seo_bod strong {
  font-weight: 700;
  color: #DCCFB4;
}.hcs_prov_seo_bod a {
  color: #C8922A;
  text-decoration: underline;
}.hcs_prov_grid_bod {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 638px) {.hcs_prov_grid_bod {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.hcs_prov_grid_bod {
  grid-template-columns: repeat(8,1fr);
}
}.hcs_prov_card_bod {
  border-radius: 8px;
  gap: 0.438rem;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 0.875rem 0.625rem;
  transition: border-color .2s,background .2s;
  background: #151210;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
  display: flex;
}.hcs_prov_card_bod:hover {
  border-color: rgba(200,146,42,0.38);
  background: #1D1915;
}.hcs_prov_logo_bod {
  border-radius: 0.25rem;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  width: 2.75rem;
  height: 44px;
  align-items: center;
  display: flex;
  justify-content: center;
}.hcs_prov_logo_bod img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.hcs_prov_name_bod {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  text-align: center;
  color: #B8A88A;
  font-weight: 600;
}.hcs_app_bod {
  background: #0E0C0A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.hcs_app_bod {
  padding: 2.75rem 1.5rem 0;
}
}.hcs_app_in_bod {
  margin: 0 auto;
  max-width: 1320px;
}.hcs_app_head_bod {
  margin-bottom: 16px;
}.hcs_app_label_bod {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #C8922A;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.hcs_app_h2_bod {
  margin-bottom: 6px;
  color: #F5EDD8;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
}
@media(min-width: 765px) {.hcs_app_h2_bod {
  font-size: 1.5rem;
}
}.hcs_app_sub_bod {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #9C8B72;
  max-width: 37.5rem;
  line-height: 1.6;
}.hcs_app_sub_bod strong {
  color: #DCCFB4;
  font-weight: 700;
}.hcs_app_cards_bod {
  gap: 0.625rem;
  display: grid;
  margin-top: 16px;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.hcs_app_cards_bod {
  grid-template-columns: repeat(3,1fr);
}
}.hcs_app_card_bod {
  gap: 16px;
  padding: 1.25rem;
  overflow: hidden;
  border-radius: 0.5rem;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
  display: flex;
}.hcs_app_card_ios_bod {
  background: linear-gradient(135deg,rgba(200,146,42,0.18) 0%,#1D1915 100%);
}.hcs_app_card_android_bod {
  background: linear-gradient(135deg,rgba(61,184,106,0.15) 0%,#1D1915 100%);
}.hcs_app_card_win_bod {
  background: linear-gradient(135deg,rgba(232,184,75,0.16) 0%,#1D1915 100%);
}.hcs_app_card_ic_bod svg {
  height: 34px;
  stroke-linecap: round;
  width: 2.125rem;
  stroke-linejoin: round;
}.hcs_app_card_ic_bod {
  color: #F5EDD8;
  flex-shrink: 0;
}.hcs_app_card_os_bod {
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #9C8B72;
  margin-bottom: 6px;
}.hcs_app_card_title_bod {
  margin-bottom: 6px;
  color: #F5EDD8;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 15px;
}.hcs_app_card_text_bod {
  margin-bottom: 0.875rem;
  color: #9C8B72;
  font-size: 0.75rem;
  line-height: 1.5;
  overflow-wrap: break-word;
}.hcs_app_card_btn_bod {
  background: rgba(255,255,255,0.12);
  transition: background .2s;
  border: 1px solid rgba(200,146,42,0.38);
  padding: 0.625rem 1.125rem;
  border-radius: 4px;
  gap: 7px;
  font-weight: 700;
  color: #F5EDD8;
  align-items: center;
  display: inline-flex;
  font-size: 13px;
}.hcs_app_card_btn_bod:hover {
  background: rgba(255,255,255,0.07);
}.hcs_bon_bod {
  padding: 2.25rem 16px 0;
  background: #0E0C0A;
}
@media(min-width: 769px) {.hcs_bon_bod {
  padding: 44px 24px 0;
}
}.hcs_bon_in_bod {
  margin: 0 auto;
  max-width: 82.5rem;
}.hcs_bon_head_bod {
  margin-bottom: 20px;
}.hcs_bon_label_bod {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #C8922A;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.hcs_bon_h2_bod {
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  color: #F5EDD8;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.hcs_bon_h2_bod {
  font-size: 1.5rem;
}
}.hcs_bon_seo_bod {
  line-height: 1.6;
  max-width: 620px;
  font-size: 13px;
  color: #9C8B72;
  overflow-wrap: break-word;
}.hcs_bon_seo_bod strong {
  font-weight: 700;
  color: #DCCFB4;
}.hcs_bon_seo_bod a {
  text-decoration: underline;
  color: #C8922A;
}.hcs_bon_grid_bod {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 637px) {.hcs_bon_grid_bod {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.hcs_bon_grid_bod {
  grid-template-columns: repeat(5,1fr);
}
}.hcs_bon_card_bod {
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.09);
  transition: border-color .2s,transform .2s;
  background: #151210;
  border-radius: 8px;
}.hcs_bon_card_bod:hover {
  transform: translateY(-2px);
  border-color: rgba(200,146,42,0.08);
}.hcs_bon_card_ic_bod svg {
  stroke-linejoin: round;
  height: 1.625rem;
  width: 1.625rem;
  stroke-linecap: round;
}.hcs_bon_card_ic_bod {
  margin-bottom: 0.625rem;
}.hcs_bon_card_type_bod {
  font-weight: 700;
  color: #9C8B72;
  margin-bottom: 0.375rem;
  letter-spacing: .06em;
  font-size: 0.625rem;
  text-transform: uppercase;
}.hcs_bon_card_amount_bod {
  font-size: 18px;
  margin-bottom: 0.375rem;
  color: #E8B84B;
  font-weight: 800;
  line-height: 1.1;
}.hcs_bon_card_name_bod {
  font-weight: 600;
  color: #F5EDD8;
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}.hcs_bon_card_detail_bod {
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #8A7A69;
  padding-top: 8px;
  line-height: 1.5;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.hcs_reg_bod {
  padding: 2.25rem 16px 0;
  background: #0E0C0A;
}
@media(min-width: 771px) {.hcs_reg_bod {
  padding: 44px 24px 0;
}
}.hcs_reg_in_bod {
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 0.75rem;
  background: #1D1915;
  padding: 28px 24px;
  max-width: 1320px;
}
@media(min-width: 769px) {.hcs_reg_in_bod {
  padding: 2.5rem;
}
}.hcs_reg_top_bod {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.hcs_reg_top_bod {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.hcs_reg_label_bod {
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #C8922A;
}.hcs_reg_h2_bod {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  color: #F5EDD8;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 767px) {.hcs_reg_h2_bod {
  font-size: 28px;
}
}.hcs_reg_bonus_bod {
  padding: 10px 1rem;
  background: rgba(232,184,75,0.16);
  border-radius: 8px;
  border: 1px solid rgba(232,184,75,0.16);
  gap: 0.5rem;
  margin-bottom: 16px;
  align-items: center;
  display: inline-flex;
}.hcs_reg_bonus_amount_bod {
  font-weight: 800;
  color: #E8B84B;
  font-size: 20px;
}.hcs_reg_bonus_text_bod {
  color: #B8A88A;
  line-height: 1.35;
  font-size: 0.813rem;
}.hcs_reg_cta_btn_bod {
  border-radius: 0.5rem;
  background: #3DB86A;
  transition: background .2s;
  padding: 0.875rem 2rem;
  margin-bottom: 0.75rem;
  color: #1A1209;
  font-size: 15px;
  display: inline-block;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.14), 0 0.25rem 20px rgba(61,184,106,0.44);
  font-weight: 700;
}.hcs_reg_cta_btn_bod:hover {
  background: #2EA85A;
}.hcs_reg_terms_bod {
  color: #8A7A69;
  font-size: 11px;
  line-height: 1.5;
}.hcs_reg_seo_bod {
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 1.25rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #9C8B72;
  line-height: 1.65;
  padding-top: 1.25rem;
}.hcs_reg_seo_bod p {
  font-size: 0.813rem;
  line-height: 1.65;
  margin-bottom: 10px;
  color: #9C8B72;
}.hcs_reg_seo_bod p:last-child {
  margin-bottom: 0;
}.hcs_reg_seo_bod strong {
  color: #DCCFB4;
  font-weight: 700;
}.hcs_reg_seo_bod a {
  transition: color .2s;
  color: #C8922A;
  text-decoration: underline;
}.hcs_reg_seo_bod a:hover {
  color: #DBA840;
}.hcs_reg_seo_bod ul,.hcs_reg_seo_bod ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 1.125rem;
}.hcs_reg_seo_bod ol {
  list-style: decimal;
}.hcs_reg_seo_bod li {
  color: #9C8B72;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.65;
}.hcs_reg_seo_bod table {
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  margin-bottom: 10px;
  font-size: 0.813rem;
}
@media(min-width: 769px) {.hcs_reg_seo_bod table {
  display: table;
}
}.hcs_reg_seo_bod th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 8px;
  font-weight: 700;
  text-align: left;
  color: #DCCFB4;
}.hcs_reg_seo_bod td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9C8B72;
}.hcs_reg_steps_bod {
  gap: 0.875rem;
  flex-direction: column;
  display: flex;
  margin-top: 28px;
}
@media(min-width: 861px) {.hcs_reg_steps_bod {
  margin-top: 0;
}
}.hcs_reg_step_bod {
  padding: 1rem;
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
  gap: 14px;
  border: 1px solid rgba(255,255,255,0.05);
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.hcs_reg_step_num_bod {
  border: 1px solid rgba(200,146,42,0.08);
  border-radius: 50%;
  background: rgba(200,146,42,0.18);
  height: 2.125rem;
  display: flex;
  font-size: 0.875rem;
  justify-content: center;
  color: #C8922A;
  flex-shrink: 0;
  align-items: center;
  font-weight: 800;
  width: 34px;
}.hcs_reg_step_title_bod {
  font-size: 0.875rem;
  color: #F5EDD8;
  margin-bottom: 3px;
  font-weight: 700;
}.hcs_reg_step_text_bod {
  color: #9C8B72;
  font-size: 12px;
  line-height: 1.5;
}.hcs_reg_trust_bod {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 1.25rem;
  display: flex;
  padding-top: 20px;
  flex-wrap: wrap;
}.hcs_reg_trust_item_bod {
  gap: 0.438rem;
  color: #9C8B72;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
}.hcs_reg_trust_ic_bod svg {
  color: #C8922A;
  stroke-linecap: round;
  width: 16px;
  height: 16px;
  stroke-linejoin: round;
}.hcs_seo_bod {
  padding: 36px 1rem 0;
  background: #0E0C0A;
}
@media(min-width: 767px) {.hcs_seo_bod {
  padding: 2.75rem 1.5rem 0;
}
}.hcs_seo_in_bod {
  margin: 0 auto;
  background: #1D1915;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 12px;
  max-width: 1320px;
}
@media(min-width:768px) {.hcs_seo_in_bod {
  padding: 2.25rem 40px;
}
}.hcs_seo_label_bod {
  color: #C8922A;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
}.hcs_seo_h2_bod {
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #F5EDD8;
  font-weight: 800;
}
@media(min-width: 766px) {.hcs_seo_h2_bod {
  font-size: 24px;
}
}.hcs_seo_body_bod {
  color: #B8A88A;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
}.hcs_seo_body_bod p {
  color: #B8A88A;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.75;
}.hcs_seo_body_bod p:last-child {
  margin-bottom: 0;
}.hcs_seo_body_bod strong {
  color: #DCCFB4;
  font-weight: 700;
}.hcs_seo_body_bod a {
  transition: color .2s;
  color: #C8922A;
  text-decoration: underline;
}.hcs_seo_body_bod a:hover {
  color: #DBA840;
}.hcs_seo_body_bod ul,.hcs_seo_body_bod ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.hcs_seo_body_bod ol {
  list-style: decimal;
}.hcs_seo_body_bod li {
  color: #B8A88A;
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
}.hcs_seo_body_bod table {
  border-collapse: collapse;
  font-size: 13px;
  overflow-x: auto;
  width: 100%;
  display: block;
  margin-bottom: 0.75rem;
}
@media(min-width: 771px) {.hcs_seo_body_bod table {
  display: table;
}
}.hcs_seo_body_bod th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  text-align: left;
  color: #DCCFB4;
}.hcs_seo_body_bod td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 0.75rem;
  color: #B8A88A;
}.hcs_seo_cols_bod {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 637px) {.hcs_seo_cols_bod {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.hcs_seo_cols_bod {
  grid-template-columns: repeat(3,1fr);
}
}.hcs_seo_col_h_bod {
  color: #DCCFB4;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 700;
  margin-bottom: 7px;
}.hcs_seo_col_p_bod {
  font-size: 13px;
  color: #9C8B72;
  line-height: 1.65;
  overflow-wrap: break-word;
}.hcs_seo_stats_bod {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.hcs_seo_stat_bod {
  padding: 0.875rem 16px;
  border-radius: 8px;
  background: rgba(200,146,42,0.08);
  border: 1px solid rgba(200,146,42,0.18);
  flex: 1;
  min-width: 8.75rem;
}.hcs_seo_stat_val_bod {
  color: #C8922A;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
}.hcs_seo_stat_lb_bod {
  font-size: 11px;
  color: #9C8B72;
  overflow-wrap: break-word;
}.hcs_seo_bod {
  padding: 2.25rem 16px 0;
  background: #0E0C0A;
}
@media(min-width: 769px) {.hcs_seo_bod {
  padding: 2.75rem 24px 0;
}
}.hcs_seo_in_bod {
  background: #1D1915;
  border-radius: 0.75rem;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 28px 1.5rem;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 766px) {.hcs_seo_in_bod {
  padding: 2.25rem 2.5rem;
}
}.hcs_seo_label_bod {
  color: #C8922A;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
}.hcs_seo_h2_bod {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  color: #F5EDD8;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.25;
}
@media(min-width: 765px) {.hcs_seo_h2_bod {
  font-size: 24px;
}
}.hcs_seo_body_bod {
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
  color: #B8A88A;
}.hcs_seo_body_bod p {
  font-size: 14px;
  color: #B8A88A;
  margin-bottom: 12px;
  line-height: 1.75;
}.hcs_seo_body_bod p:last-child {
  margin-bottom: 0;
}.hcs_seo_body_bod strong {
  color: #DCCFB4;
  font-weight: 700;
}.hcs_seo_body_bod a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8922A;
}.hcs_seo_body_bod a:hover {
  color: #DBA840;
}.hcs_seo_body_bod ul,.hcs_seo_body_bod ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.hcs_seo_body_bod ol {
  list-style: decimal;
}.hcs_seo_body_bod li {
  margin-bottom: 6px;
  font-size: 14px;
  color: #B8A88A;
  line-height: 1.75;
}.hcs_seo_body_bod table {
  display: block;
  border-collapse: collapse;
  margin-bottom: 12px;
  overflow-x: auto;
  width: 100%;
  font-size: 0.813rem;
}
@media(min-width: 765px) {.hcs_seo_body_bod table {
  display: table;
}
}.hcs_seo_body_bod th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  font-weight: 700;
  color: #DCCFB4;
  text-align: left;
}.hcs_seo_body_bod td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 12px;
  color: #B8A88A;
}.hcs_seo_cols_bod {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.hcs_seo_cols_bod {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.hcs_seo_cols_bod {
  grid-template-columns: repeat(3,1fr);
}
}.hcs_seo_col_h_bod {
  margin-bottom: 7px;
  font-size: 13px;
  color: #DCCFB4;
  overflow-wrap: break-word;
  font-weight: 700;
}.hcs_seo_col_p_bod {
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #9C8B72;
}.hcs_seo_stats_bod {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.hcs_seo_stat_bod {
  border-radius: 0.5rem;
  border: 1px solid rgba(200,146,42,0.18);
  padding: 0.875rem 16px;
  flex: 1;
  background: rgba(200,146,42,0.08);
  min-width: 140px;
}.hcs_seo_stat_val_bod {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  color: #C8922A;
}.hcs_seo_stat_lb_bod {
  color: #9C8B72;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.hcs_faq_bod {
  padding: 36px 16px 0;
  background: #0E0C0A;
}
@media(min-width: 767px) {.hcs_faq_bod {
  padding: 44px 1.5rem 0;
}
}.hcs_faq_in_bod {
  margin: 0 auto;
  max-width: 1320px;
}.hcs_faq_head_bod {
  margin-bottom: 1.25rem;
}.hcs_faq_label_bod {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #C8922A;
  font-size: 0.688rem;
}.hcs_faq_h2_bod {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #F5EDD8;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 771px) {.hcs_faq_h2_bod {
  font-size: 1.5rem;
}
}.hcs_faq_list_bod {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.hcs_faq_item_bod {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.09);
  background: #1D1915;
}.hcs_faq_q_bod {
  gap: 0.75rem;
  padding: 16px 20px;
  transition: color .2s;
  flex-wrap: wrap;
  display: flex;
  color: #DCCFB4;
  align-items: center;
  font-weight: 600;
  overflow-wrap: break-word;
  justify-content: space-between;
  font-size: 0.875rem;
  cursor: pointer;
}.hcs_faq_q_bod:hover {
  color: #F5EDD8;
}.hcs_faq_q_ic_bod {
  background: rgba(255,255,255,0.05);
  transition: transform .25s;
  border-radius: 50%;
  justify-content: center;
  width: 24px;
  font-size: 1rem;
  height: 24px;
  align-items: center;
  display: flex;
  color: #C8922A;
  flex-shrink: 0;
}.hcs_faq_item_bod.hcs_state_open_bod .hcs_faq_q_ic_bod {
  transform: rotate(45deg);
}.hcs_faq_a_bod {
  padding: 0 20px 16px;
  color: #9C8B72;
  display: none;
  font-size: 13px;
  line-height: 1.7;
  overflow-wrap: break-word;
}.hcs_faq_item_bod.hcs_state_open_bod .hcs_faq_a_bod {
  display: block;
}.hcs_faq_a_bod strong {
  color: #DCCFB4;
  font-weight: 700;
}.hcs_faq_a_bod a {
  text-decoration: underline;
  color: #C8922A;
}.hcs_faq_a_bod ul,.hcs_faq_a_bod ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.hcs_faq_a_bod ol {
  list-style: decimal;
}.hcs_faq_a_bod li {
  line-height: 1.6;
  margin-bottom: 4px;
}.hcs_faq_a_bod table {
  margin: 0.5rem 0;
  width: 100%;
  overflow-x: auto;
  display: block;
  font-size: 0.75rem;
  border-collapse: collapse;
}
@media(min-width: 771px) {.hcs_faq_a_bod table {
  display: table;
}
}.hcs_faq_a_bod th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.375rem 0.5rem;
  font-weight: 700;
  text-align: left;
  color: #DCCFB4;
}.hcs_faq_a_bod td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 6px 8px;
  color: #9C8B72;
}.hcs_seo_bod {
  background: #0E0C0A;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.hcs_seo_bod {
  padding: 2.75rem 1.5rem 0;
}
}.hcs_seo_in_bod {
  background: #1D1915;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 1.75rem 24px;
  border-radius: 12px;
  max-width: 1320px;
}
@media(min-width: 767px) {.hcs_seo_in_bod {
  padding: 36px 2.5rem;
}
}.hcs_seo_label_bod {
  letter-spacing: .08em;
  color: #C8922A;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
}.hcs_seo_h2_bod {
  font-family: 'Playfair Display', serif;
  color: #F5EDD8;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 0.875rem;
  line-height: 1.25;
}
@media(min-width: 765px) {.hcs_seo_h2_bod {
  font-size: 24px;
}
}.hcs_seo_body_bod {
  color: #B8A88A;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.75;
}.hcs_seo_body_bod p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #B8A88A;
  margin-bottom: 12px;
}.hcs_seo_body_bod p:last-child {
  margin-bottom: 0;
}.hcs_seo_body_bod strong {
  color: #DCCFB4;
  font-weight: 700;
}.hcs_seo_body_bod a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8922A;
}.hcs_seo_body_bod a:hover {
  color: #DBA840;
}.hcs_seo_body_bod ul,.hcs_seo_body_bod ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.hcs_seo_body_bod ol {
  list-style: decimal;
}.hcs_seo_body_bod li {
  line-height: 1.75;
  font-size: 14px;
  color: #B8A88A;
  margin-bottom: 6px;
}.hcs_seo_body_bod table {
  width: 100%;
  margin-bottom: 12px;
  display: block;
  font-size: 0.813rem;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 765px) {.hcs_seo_body_bod table {
  display: table;
}
}.hcs_seo_body_bod th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  font-weight: 700;
  text-align: left;
  color: #DCCFB4;
}.hcs_seo_body_bod td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #B8A88A;
}.hcs_seo_cols_bod {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.hcs_seo_cols_bod {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.hcs_seo_cols_bod {
  grid-template-columns: repeat(3,1fr);
}
}.hcs_seo_col_h_bod {
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  color: #DCCFB4;
  font-weight: 700;
  overflow-wrap: break-word;
}.hcs_seo_col_p_bod {
  line-height: 1.65;
  color: #9C8B72;
  overflow-wrap: break-word;
  font-size: 13px;
}.hcs_seo_stats_bod {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.hcs_seo_stat_bod {
  background: rgba(200,146,42,0.08);
  flex: 1;
  border-radius: 0.5rem;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(200,146,42,0.18);
  min-width: 140px;
}.hcs_seo_stat_val_bod {
  font-weight: 800;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #C8922A;
}.hcs_seo_stat_lb_bod {
  overflow-wrap: break-word;
  color: #9C8B72;
  font-size: 11px;
}.hcs_ft_bod {
  background: #080706;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 3rem;
}.hcs_ft_support_bod {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 24px 1rem;
}
@media(min-width: 771px) {.hcs_ft_support_bod {
  padding: 28px 24px;
}
}.hcs_ft_support_in_bod {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  max-width: 1320px;
  display: flex;
  flex-wrap: wrap;
}.hcs_ft_support_main_bod {
  flex: 1;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 220px;
}.hcs_ft_support_ic_bod {
  color: #C8922A;
  flex-shrink: 0;
}.hcs_ft_support_ic_bod svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 30px;
  height: 30px;
}.hcs_ft_support_text_title_bod {
  font-size: 0.938rem;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 3px;
  color: #F5EDD8;
}.hcs_ft_support_text_sub_bod {
  overflow-wrap: break-word;
  color: #9C8B72;
  font-size: 12px;
}.hcs_ft_support_btn_bod {
  border-radius: 8px;
  background: #C8922A;
  padding: 11px 22px;
  transition: background .2s;
  flex-shrink: 0;
  font-size: 0.813rem;
  color: #F5EDD8;
  white-space: nowrap;
  font-weight: 700;
}.hcs_ft_support_btn_bod:hover {
  background: #DBA840;
}.hcs_ft_support_contacts_bod {
  gap: 1rem;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.hcs_ft_support_contact_bod {
  color: #8A7A69;
  font-size: 12px;
  line-height: 1.4;
}.hcs_ft_support_contact_bod strong {
  font-size: 11px;
  font-weight: 600;
  display: block;
  color: #B8A88A;
  margin-bottom: 2px;
}.hcs_ft_main_bod {
  padding: 32px 1rem 24px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 770px) {.hcs_ft_main_bod {
  padding: 2.5rem 1.5rem 2rem;
}
}.hcs_ft_main_in_bod {
  gap: 24px;
  margin: 0 auto;
  max-width: 82.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 639px) {.hcs_ft_main_in_bod {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.hcs_ft_main_in_bod {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.hcs_ft_col_logo_bod {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.hcs_ft_col_logo_bod {
  grid-column: auto;
}
}.hcs_ft_logo_bod {
  gap: 9px;
  align-items: center;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  display: flex;
  font-size: 16px;
  font-weight: 800;
  flex-wrap: wrap;
  color: #F5EDD8;
}.hcs_ft_logo_mark_bod {
  overflow: hidden;
  border-radius: 4px;
  width: 1.875rem;
  height: 30px;
}.hcs_ft_logo_mark_bod img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.hcs_ft_logo_sub_bod {
  max-width: 12.5rem;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #8A7A69;
}.hcs_ft_col_title_bod {
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 0.875rem;
  font-weight: 700;
  color: #B8A88A;
  font-size: 12px;
}.hcs_ft_col_links_bod {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.hcs_ft_col_link_bod {
  transition: color .2s;
  color: #8A7A69;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.hcs_ft_col_link_bod:hover {
  color: #DCCFB4;
}.hcs_ft_apps_bod {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.hcs_ft_app_card_bod {
  gap: 10px;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  padding: 0.625rem 12px;
  align-items: center;
  display: flex;
}.hcs_ft_app_card_bod:hover {
  border-color: rgba(200,146,42,0.38);
}.hcs_ft_app_card_ic_bod svg {
  height: 1.375rem;
  width: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.hcs_ft_app_card_os_bod {
  font-size: 0.625rem;
  color: #8A7A69;
  font-weight: 600;
}.hcs_ft_app_card_action_bod {
  font-size: 0.75rem;
  color: #DCCFB4;
  font-weight: 700;
}.hcs_ft_bot_bod {
  padding: 1.25rem 16px;
}
@media(min-width:768px) {.hcs_ft_bot_bod {
  padding: 1.25rem 24px;
}
}.hcs_ft_bot_in_bod {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 82.5rem;
  display: flex;
  align-items: center;
}.hcs_ft_socials_bod {
  gap: 8px;
  display: flex;
}.hcs_ft_soc_bod {
  border-radius: 0.25rem;
  transition: background .2s;
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.05);
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #B8A88A;
}.hcs_ft_soc_bod svg {
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
  height: 16px;
}.hcs_ft_soc_bod:hover {
  background: rgba(255,255,255,0.07);
}.hcs_ft_legal_bod {
  flex: 1;
  line-height: 1.6;
  color: #80705C;
  min-width: 12.5rem;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.hcs_ft_legal_bod strong {
  color: #B8A88A;
  font-weight: 700;
}.hcs_ft_legal_bod a {
  text-decoration: underline;
  color: #B8A88A;
}.hcs_ft_age_bod {
  border-radius: 50%;
  border: 2px solid #80705C;
  height: 32px;
  color: #80705C;
  justify-content: center;
  width: 2rem;
  font-size: 0.688rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
  font-weight: 800;
}