*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #120C07;
  font-family: 'Barlow', sans-serif;
  color: #D4C5A8;
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  color: inherit;
  text-decoration: none;
}button {
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.abs_layout_12w {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.abs_page_12w {
  display: flex;
  min-height: 100vh;
}.abs_main_12w {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media(min-width: 1079px) {.abs_main_12w {
  padding-left: 220px;
}
}
@media(max-width: 1080px) {.abs_main_12w {
  padding-bottom: 4.5rem;
}
}.abs_gc_12w {
  transition: transform .2s,border-color .2s;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  background: #170F06;
  position: relative;
  width: 8.75rem;
  cursor: pointer;
  flex-shrink: 0;
}
@media(min-width: 639px) {.abs_gc_12w {
  width: 156px;
}
}
@media(min-width: 1079px) {.abs_gc_12w {
  width: 168px;
}
}.abs_gc_12w:hover {
  border-color: rgba(212, 144, 46, 0.08);
  transform: translateY(-3px);
}.abs_gc_img_12w {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.abs_gc_img_12w img {
  inset: 0;
  height: 100%;
  position: absolute;
  object-fit: cover;
  width: 100%;
}.abs_gc_hover_12w {
  transition: opacity .2s;
  background: rgba(12, 8, 4, 0.72);
  inset: 0;
  opacity: 0;
  position: absolute;
  align-items: center;
  justify-content: center;
  display: flex;
}.abs_gc_12w:hover .abs_gc_hover_12w {
  opacity: 1;
}.abs_gc_hover_btn_12w {
  background: #D4902E;
  border-radius: 0.375rem;
  padding: 0.5rem 1rem;
  font-weight: 700;
  font-size: 12px;
  color: #F5EEE0;
}.abs_gc_info_12w {
  padding: 8px 10px 0.625rem;
}.abs_gc_name_12w {
  overflow: hidden;
  font-size: 12px;
  color: #D4C5A8;
  text-overflow: ellipsis;
  font-weight: 600;
  white-space: nowrap;
  max-width: 100%;
  margin-bottom: 3px;
}.abs_gc_prov_12w {
  color: #6E5648;
  font-size: 0.625rem;
}.abs_gc_tag_12w {
  border-radius: 0.25rem;
  padding: 2px 7px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  z-index: 2;
  left: 0.375rem;
  top: 0.375rem;
  position: absolute;
  font-size: 0.563rem;
}.abs_gc_tag_hot_12w {
  background: #D44030;
  color: #fff;
}.abs_gc_tag_new_12w {
  background: #4A9E5C;
  color: #120C07;
}.abs_gc_tag_jp_12w {
  background: #F0C040;
  color: #120C07;
}.abs_gc_tag_ex_12w {
  background: #A85C18;
  color: #fff;
}.abs_gc_tag_live_12w {
  background: #D44030;
  color: #fff;
}.abs_gr_12w {
  padding: 32px 16px 0;
  background: #120C07;
}
@media(min-width: 769px) {.abs_gr_12w {
  padding: 2.25rem 1.5rem 0;
}
}.abs_gr_in_12w {
  margin: 0 auto;
  max-width: 83.75rem;
}.abs_gr_head_12w {
  gap: 0.75rem;
  margin-bottom: 0.625rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.abs_gr_head_l_12w {
  flex: 1;
  gap: 10px;
  display: flex;
  align-items: center;
  min-width: 0;
}.abs_gr_ic_12w {
  border-radius: 10px;
  justify-content: center;
  flex-shrink: 0;
  height: 32px;
  align-items: center;
  display: flex;
  width: 32px;
}.abs_gr_ic_12w svg {
  height: 1rem;
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
}.abs_gr_title_12w {
  font-size: 1rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #F5EEE0;
  font-weight: 700;
}
@media(min-width:768px) {.abs_gr_title_12w {
  font-size: 18px;
}
}.abs_gr_more_12w {
  gap: 0.313rem;
  transition: color .2s;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
  flex-shrink: 0;
  white-space: nowrap;
  color: #826655;
  display: flex;
}.abs_gr_more_12w:hover {
  color: #D4902E;
}.abs_gr_more_12w svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.75rem;
  width: 0.75rem;
}.abs_gr_arrows_12w {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.abs_gr_arr_12w {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #A8917A;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
}.abs_gr_arr_12w:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F5EEE0;
}.abs_gr_arr_12w svg {
  height: 13px;
  stroke-linecap: round;
  width: 0.813rem;
  stroke-linejoin: round;
}.abs_gr_seo_h_12w {
  margin: 0 0 6px;
  color: #D4C5A8;
  font-weight: 700;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  font-family: 'Cinzel', serif;
  font-size: 13px;
}
@media(min-width: 767px) {.abs_gr_seo_h_12w {
  font-size: 0.875rem;
}
}.abs_gr_seo_12w {
  line-height: 1.55;
  color: #826655;
  max-width: 680px;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
}.abs_gr_seo_12w strong {
  color: #D4C5A8;
  font-weight: 600;
}.abs_gr_scroll_12w {
  gap: 0.625rem;
  overflow-x: auto;
  display: flex;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 10px;
}.abs_gr_scroll_12w::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.abs_gr_scroll_12w {
  gap: 12px;
}
}.abs_tb_12w {
  background: #120C07;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  right: 0;
  align-items: center;
  z-index: 80;
  top: 0;
  display: flex;
  position: fixed;
  left: 0;
  height: 56px;
}.abs_tb_in_12w {
  padding: 0 0.875rem;
  gap: 0;
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}.abs_tb_burger_12w {
  gap: 5px;
  border-radius: 10px;
  justify-content: center;
  margin-right: 8px;
  width: 38px;
  flex-direction: column;
  height: 38px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.abs_tb_burger_12w:hover {
  background: rgba(255, 255, 255, 0.05);
}.abs_tb_burger_line_12w {
  border-radius: 1px;
  background: #A8917A;
  height: 2px;
  width: 18px;
  display: block;
}
@media(min-width: 1083px) {.abs_tb_burger_12w {
  display: none;
}
}.abs_tb_logo_12w {
  gap: 0.563rem;
  font-size: 1.125rem;
  color: #F5EEE0;
  font-weight: 800;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
  margin-right: 20px;
  letter-spacing: -.01em;
}.abs_tb_logo_mark_12w {
  overflow: hidden;
  border-radius: 0.625rem;
  width: 32px;
  justify-content: center;
  height: 32px;
  display: flex;
  align-items: center;
}.abs_tb_logo_mark_12w img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.abs_tb_nav_12w {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.abs_tb_nav_12w {
  display: flex;
}
}.abs_tb_tab_12w {
  transition: background .15s,color .15s;
  padding: 8px 14px;
  border-radius: 0.625rem;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 600;
  color: #A8917A;
}.abs_tb_tab_12w:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EEE0;
}.abs_tb_tab_12w.abs_state_active_12w {
  background: rgba(212, 144, 46, 0.18);
  color: #F5EEE0;
}.abs_tb_right_12w {
  gap: 0.5rem;
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}.abs_tb_login_12w {
  border-radius: 0.625rem;
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 9px 1rem;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.813rem;
  font-weight: 600;
  display: none;
  color: #D4C5A8;
}.abs_tb_login_12w:hover {
  border-color: rgba(212, 144, 46, 0.45);
  color: #F5EEE0;
}
@media(min-width: 478px) {.abs_tb_login_12w {
  display: block;
}
}.abs_tb_reg_12w {
  border-radius: 10px;
  transition: background .2s;
  background: #4A9E5C;
  padding: 0.563rem 18px;
  color: #0D0A06;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 700;
}.abs_tb_reg_12w:hover {
  background: #5AB86E;
}.abs_sb_12w {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #1E1409;
  transition: transform .25s ease;
  transform: translateX(-100%);
  top: 3.5rem;
  overflow-y: auto;
  z-index: 70;
  width: 220px;
  position: fixed;
  bottom: 0;
  left: 0;
}.abs_sb_12w.abs_state_open_12w {
  transform: translateX(0);
}.abs_sb_12w::-webkit-scrollbar {
  width: 4px;
}.abs_sb_12w::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1081px) {.abs_sb_12w {
  transform: translateX(0);
}
}.abs_sb_auth_12w {
  padding: 0.875rem 0.75rem 0.625rem;
}.abs_sb_btn_reg_12w {
  background: #4A9E5C;
  transition: background .2s;
  border-radius: 0.625rem;
  padding: 11px;
  color: #0D0A06;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 13px;
}.abs_sb_btn_reg_12w:hover {
  background: #5AB86E;
}.abs_sb_btn_login_12w {
  transition: border-color .2s;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.625rem;
  display: block;
  color: #D4C5A8;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
}.abs_sb_btn_login_12w:hover {
  border-color: rgba(212, 144, 46, 0.45);
  color: #F5EEE0;
}.abs_sb_promo_12w {
  padding: 0.75rem 14px;
  background: linear-gradient(135deg,#2A1208,#1E1409);
  overflow: hidden;
  border: 1px solid rgba(212, 144, 46, 0.18);
  margin: 0 12px 0.625rem;
  border-radius: 10px;
  position: relative;
}.abs_sb_promo_12w::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(212, 144, 46, 0.18),transparent 70%);
  top: -1.25rem;
  position: absolute;
  width: 80px;
  right: -20px;
  content: '';
  height: 5rem;
}.abs_sb_promo_title_12w {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #D4902E;
}.abs_sb_promo_text_12w {
  font-weight: 600;
  overflow-wrap: break-word;
  color: #F5EEE0;
  font-size: 0.75rem;
  line-height: 1.35;
}.abs_sb_promo_sub_12w {
  color: #826655;
  font-size: 0.625rem;
  margin-top: 3px;
}.abs_sb_nav_12w {
  padding: 0.375rem 0.5rem 1rem;
}.abs_sb_nav_lb_12w {
  padding: 10px 8px 6px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.625rem;
  color: #6E5648;
  font-weight: 700;
}.abs_sb_link_12w {
  transition: background .15s,color .15s;
  padding: 0.563rem 10px;
  gap: 0.625rem;
  border-radius: 0.375rem;
  color: #A8917A;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 500;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
}.abs_sb_link_12w:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EEE0;
}.abs_sb_link_12w.abs_state_active_12w {
  background: rgba(212, 144, 46, 0.18);
  color: #F5EEE0;
}.abs_sb_ic_12w {
  border-radius: 0.375rem;
  align-items: center;
  justify-content: center;
  height: 30px;
  flex-shrink: 0;
  width: 1.875rem;
  display: flex;
}.abs_sb_ic_12w svg {
  height: 16px;
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.abs_sb_ic_1_12w {
  background: rgba(212, 144, 46, 0.08);
  color: #D4902E;
}.abs_sb_ic_2_12w {
  background: rgba(74, 158, 92, 0.18);
  color: #4A9E5C;
}.abs_sb_ic_3_12w {
  background: rgba(240, 192, 64, 0.16);
  color: #F0C040;
}.abs_sb_ic_4_12w {
  background: rgba(168, 92, 24, 0.22);
  color: #A85C18;
}.abs_sb_ic_5_12w {
  background: rgba(212, 144, 46, 0.08);
  color: #E8507A;
}.abs_sb_ic_6_12w {
  background: rgba(168, 92, 24, 0.22);
  color: #9B4FC8;
}.abs_sb_badge_12w {
  background: #F0C040;
  border-radius: 0.375rem;
  padding: 2px 7px;
  margin-left: auto;
  font-size: 0.563rem;
  color: #0D0A06;
  font-weight: 700;
}.abs_sb_bot_12w {
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  display: flex;
}.abs_sb_lang_12w,.abs_sb_help_12w {
  transition: border-color .2s;
  padding: 0.563rem 0.375rem;
  gap: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  flex: 1;
  align-items: center;
  font-size: 0.688rem;
  display: flex;
  justify-content: center;
  font-weight: 600;
  color: #A8917A;
}.abs_sb_lang_12w:hover,.abs_sb_help_12w:hover {
  border-color: rgba(212, 144, 46, 0.45);
  color: #F5EEE0;
}.abs_sb_lang_12w svg,.abs_sb_help_12w svg {
  width: 0.813rem;
  stroke-linejoin: round;
  height: 13px;
  stroke-linecap: round;
}.abs_sb_bd_12w {
  inset: 0;
  background: rgba(12, 8, 4, 0.72);
  display: none;
  position: fixed;
  z-index: 69;
}.abs_sb_bd_12w.abs_state_on_12w {
  display: block;
}
@media(min-width: 1081px) {.abs_sb_bd_12w {
  display: none!important;
}
}.abs_mob_nav_12w {
  background: #1E1409;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  z-index: 80;
  bottom: 0;
  display: flex;
  left: 0;
  position: fixed;
  right: 0;
}
@media(min-width: 1079px) {.abs_mob_nav_12w {
  display: none;
}
}.abs_mob_nav_item_12w {
  gap: 4px;
  padding: 4px 2px;
  flex: 1;
  align-items: center;
  cursor: pointer;
  display: flex;
  color: #6E5648;
  flex-direction: column;
}.abs_mob_nav_ic_12w {
  line-height: 1;
}.abs_mob_nav_ic_12w svg {
  stroke-linecap: round;
  width: 20px;
  stroke-linejoin: round;
  height: 20px;
}.abs_mob_nav_lb_12w {
  font-size: 0.625rem;
  color: #6E5648;
  font-weight: 600;
}.abs_mob_nav_item_12w.abs_state_active_12w {
  color: #D4902E;
}.abs_mob_nav_item_12w.abs_state_active_12w .abs_mob_nav_lb_12w {
  color: #D4902E;
}.abs_hero_12w {
  padding: 20px 1rem 0;
  background: #120C07;
}
@media(min-width:768px) {.abs_hero_12w {
  padding: 1.5rem 1.5rem 0;
}
}.abs_hero_in_12w {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  max-width: 83.75rem;
  grid-template-columns: 1fr;
}
@media(min-width: 857px) {.abs_hero_in_12w {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1098px) {.abs_hero_in_12w {
  grid-template-columns: 1fr 340px;
}
}.abs_hero_promo_12w {
  border-radius: 1rem;
  overflow: hidden;
  background: #170F06;
  align-items: stretch;
  position: relative;
  min-height: 13.75rem;
  display: flex;
}
@media(min-width: 765px) {.abs_hero_promo_12w {
  min-height: 17.5rem;
}
}.abs_hero_promo_bg_12w {
  background-position: center;
  background: linear-gradient(120deg,#2A1208 0%,#120C07 100%);
  inset: 0;
  position: absolute;
  background-size: cover;
}.abs_hero_promo_bg_12w::after {
  inset: 0;
  background: linear-gradient(90deg,#120C07 0%,rgba(12, 8, 4, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.abs_hero_promo_glow_12w {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(168, 92, 24, 0.22) 0%,transparent 65%);
  position: absolute;
  height: 18.75rem;
  pointer-events: none;
  right: 60px;
  top: -40px;
  width: 300px;
}.abs_hero_promo_ct_12w {
  padding: 1.75rem 1.5rem 1.75rem 1.75rem;
  display: flex;
  position: relative;
  flex-direction: column;
  max-width: 480px;
  justify-content: center;
  z-index: 2;
}
@media(min-width: 769px) {.abs_hero_promo_ct_12w {
  padding: 2.5rem 32px;
}
}.abs_hero_badge_12w {
  border-radius: 1.25rem;
  padding: 0.313rem 0.75rem;
  border: 1px solid rgba(212, 144, 46, 0.08);
  background: rgba(212, 144, 46, 0.18);
  letter-spacing: .08em;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  color: #D4902E;
  display: inline-block;
}.abs_hero_h1_12w {
  line-height: 1.15;
  margin-bottom: 10px;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 26px;
  color: #F5EEE0;
}.abs_hero_h1_12w em {
  font-style: normal;
  color: #F0C040;
}
@media(min-width: 769px) {.abs_hero_h1_12w {
  font-size: 36px;
}
}.abs_hero_sub_12w {
  font-size: 13px;
  line-height: 1.55;
  color: #A8917A;
  margin-bottom: 1.25rem;
}
@media(min-width: 769px) {.abs_hero_sub_12w {
  font-size: 0.875rem;
}
}.abs_hero_row_12w {
  gap: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.abs_hero_cta_12w {
  transition: background .2s;
  background: #4A9E5C;
  border-radius: 0.625rem;
  padding: 0.813rem 26px;
  color: #0D0A06;
  box-shadow: 0 4px 1.375rem rgba(74, 158, 92, 0.52), inset 0 1px 0 rgba(255, 255, 255, 0.10);
  font-size: 14px;
  font-weight: 700;
}.abs_hero_cta_12w:hover {
  background: #5AB86E;
}.abs_hero_terms_12w {
  color: #6E5648;
  font-size: 11px;
}.abs_hero_game_12w {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #170F06;
  position: relative;
  flex-direction: column;
  display: flex;
}.abs_hero_game_badge_12w {
  border: 1px solid rgba(240, 192, 64, 0.16);
  border-radius: 20px;
  background: rgba(240, 192, 64, 0.16);
  padding: 5px 10px;
  font-weight: 700;
  font-size: 0.625rem;
  text-transform: uppercase;
  z-index: 3;
  position: absolute;
  top: 12px;
  letter-spacing: .06em;
  color: #F0C040;
  left: 12px;
}.abs_hero_game_badge_12w svg {
  width: 11px;
  margin-right: 4px;
  height: 11px;
  vertical-align: -1px;
}.abs_hero_game_img_12w {
  background: linear-gradient(135deg,#2A1208,#120C07);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.abs_hero_game_img_12w img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}.abs_hero_game_play_12w {
  inset: 0;
  transition: opacity .2s;
  background: rgba(12, 8, 4, 0.72);
  justify-content: center;
  opacity: 0;
  align-items: center;
  position: absolute;
  display: flex;
}.abs_hero_game_12w:hover .abs_hero_game_play_12w {
  opacity: 1;
}.abs_hero_game_play_12w span {
  background: #D4902E;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 52px;
  width: 3.25rem;
  align-items: center;
}.abs_hero_game_play_12w span svg {
  height: 18px;
  width: 1.125rem;
  margin-left: 2px;
}.abs_hero_game_info_12w {
  padding: 0.875rem 1rem;
}.abs_hero_game_title_12w {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-size: 15px;
  font-weight: 700;
  color: #F5EEE0;
}.abs_hero_game_provider_12w {
  font-size: 0.688rem;
  color: #826655;
}.abs_hero_game_btn_12w {
  transition: background .2s;
  padding: 0.688rem;
  border-radius: 10px;
  background: #D4902E;
  margin: 0.75rem 1rem 1rem;
  display: block;
  font-weight: 700;
  font-size: 0.813rem;
  color: #F5EEE0;
  text-align: center;
}.abs_hero_game_12w:hover .abs_hero_game_btn_12w {
  background: #E8A840;
}.abs_sbar_12w {
  padding: 1rem 16px 0;
  background: #120C07;
}
@media(min-width: 771px) {.abs_sbar_12w {
  padding: 18px 24px 0;
}
}.abs_sbar_in_12w {
  margin: 0 auto;
  max-width: 83.75rem;
}.abs_sbar_row_12w {
  gap: 10px;
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
}.abs_sbar_input_12w {
  flex: 1;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.625rem;
  background: #170F06;
  gap: 10px;
  padding: 0.688rem 1rem;
  font-size: 13px;
  align-items: center;
  display: flex;
  color: #826655;
  cursor: pointer;
}.abs_sbar_input_12w:hover {
  border-color: rgba(212, 144, 46, 0.45);
}.abs_sbar_input_12w svg {
  flex-shrink: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 15px;
  height: 0.938rem;
}.abs_sbar_providers_12w {
  gap: 8px;
  border-radius: 0.625rem;
  transition: border-color .2s;
  background: #170F06;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 11px 1.125rem;
  font-size: 13px;
  display: flex;
  white-space: nowrap;
  color: #D4C5A8;
  align-items: center;
  font-weight: 600;
}.abs_sbar_providers_12w:hover {
  border-color: rgba(212, 144, 46, 0.45);
  color: #F5EEE0;
}.abs_sbar_providers_12w svg {
  height: 0.875rem;
  stroke-linecap: round;
  width: 0.875rem;
  stroke-linejoin: round;
}.abs_sbar_tabs_12w {
  gap: 6px;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 2px;
  overflow-x: auto;
}.abs_sbar_tabs_12w::-webkit-scrollbar {
  display: none;
}.abs_sbar_tab_12w {
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.05);
  gap: 7px;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  color: #A8917A;
  flex-shrink: 0;
  white-space: nowrap;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 600;
}.abs_sbar_tab_12w:hover {
  border-color: rgba(212, 144, 46, 0.45);
  background: rgba(255, 255, 255, 0.07);
  color: #F5EEE0;
}.abs_sbar_tab_12w.abs_state_active_12w {
  background: rgba(212, 144, 46, 0.18);
  border-color: rgba(212, 144, 46, 0.08);
  color: #F5EEE0;
}.abs_sbar_tab_ic_12w svg {
  width: 0.875rem;
  height: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.abs_wy_12w {
  padding: 2rem 1rem 0;
  background: #120C07;
}
@media(min-width: 769px) {.abs_wy_12w {
  padding: 2.5rem 24px 0;
}
}.abs_wy_in_12w {
  margin: 0 auto;
  max-width: 83.75rem;
}.abs_wy_head_12w {
  max-width: 720px;
  margin-bottom: 1.125rem;
}.abs_wy_label_12w {
  text-transform: uppercase;
  color: #D4902E;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
}.abs_wy_h2_12w {
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #F5EEE0;
}
@media(min-width: 770px) {.abs_wy_h2_12w {
  font-size: 1.5rem;
}
}.abs_wy_intro_12w {
  margin: 0;
  line-height: 1.6;
  color: #826655;
  font-size: 0.813rem;
}.abs_wy_grid_12w {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.abs_wy_grid_12w {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.abs_wy_grid_12w {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.abs_wy_card_12w {
  padding: 1.25rem;
  background: #1E1409;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,transform .2s;
  border-radius: 0.625rem;
}.abs_wy_card_12w:hover {
  transform: translateY(-2px);
  border-color: rgba(212, 144, 46, 0.08);
}.abs_wy_card_ic_12w {
  border-radius: 50%;
  background: rgba(212, 144, 46, 0.18);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  width: 2.75rem;
  justify-content: center;
  height: 44px;
  color: #D4902E;
}.abs_wy_card_ic_12w svg {
  width: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.375rem;
}.abs_wy_card_h_12w {
  line-height: 1.25;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  font-size: 15px;
  font-weight: 700;
  color: #F5EEE0;
}.abs_wy_card_p_12w {
  overflow-wrap: break-word;
  color: #826655;
  line-height: 1.6;
  font-size: 0.813rem;
}.abs_wy_card_p_12w strong {
  font-weight: 600;
  color: #D4C5A8;
}.abs_gcg_12w {
  padding: 36px 1rem 0;
  background: #120C07;
}
@media(min-width: 769px) {.abs_gcg_12w {
  padding: 44px 1.5rem 0;
}
}.abs_gcg_in_12w {
  margin: 0 auto;
  max-width: 83.75rem;
}.abs_gcg_head_12w {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.abs_gcg_label_12w {
  font-weight: 700;
  color: #D4902E;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}.abs_gcg_h2_12w {
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  font-weight: 800;
  color: #F5EEE0;
}
@media(min-width: 766px) {.abs_gcg_h2_12w {
  font-size: 1.75rem;
}
}.abs_gcg_intro_12w {
  color: #826655;
  line-height: 1.6;
  font-size: 0.813rem;
}.abs_gcg_grid_12w {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.abs_gcg_grid_12w {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.abs_gcg_grid_12w {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.abs_gcg_card_12w {
  border-radius: 16px;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 20px;
  display: flex;
  min-height: 15rem;
  justify-content: flex-end;
  position: relative;
  cursor: pointer;
  flex-direction: column;
}.abs_gcg_card_12w:hover {
  border-color: rgba(212, 144, 46, 0.18);
  transform: translateY(-3px);
}.abs_gcg_card_bg_12w {
  inset: 0;
  position: absolute;
  z-index: 0;
}.abs_gcg_card_bg_12w::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.abs_gcg_card_ic_12w {
  background: rgba(0,0,0,.45);
  border-radius: 0.375rem;
  height: 2.5rem;
  top: 1.125rem;
  color: #F5EEE0;
  display: flex;
  width: 2.5rem;
  right: 18px;
  position: absolute;
  z-index: 2;
  justify-content: center;
  align-items: center;
}.abs_gcg_card_ic_12w svg {
  stroke-linejoin: round;
  height: 1.25rem;
  stroke-linecap: round;
  width: 1.25rem;
}.abs_gcg_card_ct_12w {
  z-index: 1;
  position: relative;
}.abs_gcg_card_h_12w {
  margin-bottom: 0.5rem;
  color: #F5EEE0;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 770px) {.abs_gcg_card_h_12w {
  font-size: 20px;
}
}.abs_gcg_card_p_12w {
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
  font-size: 0.75rem;
  line-height: 1.55;
}.abs_gcg_card_p_12w strong {
  color: #F5EEE0;
  font-weight: 600;
}.abs_gcg_card_cta_12w {
  gap: 4px;
  letter-spacing: .04em;
  text-transform: uppercase;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  color: #D4902E;
}.abs_gcg_card_cta_12w svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 12px;
  width: 12px;
}.abs_ws_12w {
  background: #120C07;
  padding: 32px 16px 0;
}
@media(min-width: 771px) {.abs_ws_12w {
  padding: 2.25rem 1.5rem 0;
}
}.abs_ws_in_12w {
  margin: 0 auto;
  max-width: 83.75rem;
}.abs_ws_head_12w {
  gap: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}.abs_ws_title_12w {
  gap: 10px;
  flex-wrap: wrap;
  font-size: 1rem;
  color: #F5EEE0;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
}.abs_ws_title_ic_12w svg {
  stroke-linejoin: round;
  color: #F0C040;
  height: 1.125rem;
  width: 18px;
  stroke-linecap: round;
}.abs_ws_online_12w {
  gap: 0.438rem;
  align-items: center;
  display: flex;
  color: #826655;
  font-size: 12px;
  font-weight: 600;
}.abs_ws_online_dot_12w {
  border-radius: 50%;
  background: #4A9E5C;
  box-shadow: 0 0 6px rgba(74, 158, 92, 0.18);
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
}.abs_ws_scroll_12w {
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  display: flex;
  scrollbar-width: none;
}.abs_ws_scroll_12w::-webkit-scrollbar {
  display: none;
}.abs_wc_12w {
  background: #170F06;
  gap: 10px;
  padding: 10px 0.875rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  flex-shrink: 0;
  align-items: center;
  min-width: 220px;
}.abs_wc_img_12w {
  border-radius: 0.375rem;
  background: #1E1409;
  overflow: hidden;
  width: 2.25rem;
  height: 36px;
  flex-shrink: 0;
}.abs_wc_img_12w img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.abs_wc_info_12w {
  min-width: 0;
}.abs_wc_game_12w {
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  color: #D4C5A8;
  font-size: 12px;
  text-overflow: ellipsis;
}.abs_wc_player_12w {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #6E5648;
  white-space: nowrap;
  font-size: 10px;
}.abs_wc_amount_12w {
  white-space: nowrap;
  font-weight: 700;
  margin-left: auto;
  color: #4A9E5C;
  font-size: 13px;
  flex-shrink: 0;
}.abs_prov_12w {
  background: #120C07;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.abs_prov_12w {
  padding: 44px 24px 0;
}
}.abs_prov_in_12w {
  margin: 0 auto;
  max-width: 83.75rem;
}.abs_prov_head_12w {
  margin-bottom: 1rem;
}.abs_prov_label_12w {
  font-size: 11px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #D4902E;
}.abs_prov_h2_12w {
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F5EEE0;
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif;
}
@media(min-width:768px) {.abs_prov_h2_12w {
  font-size: 1.5rem;
}
}.abs_prov_seo_12w {
  line-height: 1.6;
  font-size: 13px;
  margin-bottom: 1rem;
  color: #826655;
  overflow-wrap: break-word;
  max-width: 38.75rem;
}.abs_prov_seo_12w strong {
  color: #D4C5A8;
  font-weight: 700;
}.abs_prov_seo_12w a {
  text-decoration: underline;
  color: #D4902E;
}.abs_prov_grid_12w {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 643px) {.abs_prov_grid_12w {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.abs_prov_grid_12w {
  grid-template-columns: repeat(8,1fr);
}
}.abs_prov_card_12w {
  transition: border-color .2s,background .2s;
  background: #170F06;
  border-radius: 0.625rem;
  gap: 0.438rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 14px 0.625rem;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
  display: flex;
}.abs_prov_card_12w:hover {
  border-color: rgba(212, 144, 46, 0.45);
  background: #1E1409;
}.abs_prov_logo_12w {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  justify-content: center;
  height: 44px;
  display: flex;
  align-items: center;
  width: 2.75rem;
}.abs_prov_logo_12w img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.abs_prov_name_12w {
  font-size: 0.688rem;
  text-align: center;
  font-weight: 600;
  color: #A8917A;
  overflow-wrap: break-word;
}.abs_app_12w {
  padding: 36px 1rem 0;
  background: #120C07;
}
@media(min-width: 769px) {.abs_app_12w {
  padding: 2.75rem 24px 0;
}
}.abs_app_in_12w {
  margin: 0 auto;
  max-width: 83.75rem;
}.abs_app_head_12w {
  margin-bottom: 16px;
}.abs_app_label_12w {
  font-size: 11px;
  margin-bottom: 8px;
  color: #D4902E;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.abs_app_h2_12w {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  color: #F5EEE0;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width: 770px) {.abs_app_h2_12w {
  font-size: 1.5rem;
}
}.abs_app_sub_12w {
  max-width: 600px;
  font-size: 13px;
  color: #826655;
  overflow-wrap: break-word;
  line-height: 1.6;
}.abs_app_sub_12w strong {
  font-weight: 700;
  color: #D4C5A8;
}.abs_app_cards_12w {
  gap: 0.625rem;
  display: grid;
  margin-top: 1rem;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.abs_app_cards_12w {
  grid-template-columns: repeat(3,1fr);
}
}.abs_app_card_12w {
  overflow: hidden;
  gap: 1rem;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}.abs_app_card_ios_12w {
  background: linear-gradient(135deg,rgba(212, 144, 46, 0.18) 0%,#1E1409 100%);
}.abs_app_card_android_12w {
  background: linear-gradient(135deg,rgba(74, 158, 92, 0.18) 0%,#1E1409 100%);
}.abs_app_card_win_12w {
  background: linear-gradient(135deg,rgba(240, 192, 64, 0.16) 0%,#1E1409 100%);
}.abs_app_card_ic_12w svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 34px;
  height: 2.125rem;
}.abs_app_card_ic_12w {
  flex-shrink: 0;
  color: #F5EEE0;
}.abs_app_card_os_12w {
  text-transform: uppercase;
  font-weight: 700;
  color: #826655;
  font-size: 10px;
  letter-spacing: .08em;
  margin-bottom: 0.375rem;
}.abs_app_card_title_12w {
  color: #F5EEE0;
  font-size: 15px;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 1.2;
}.abs_app_card_text_12w {
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #826655;
}.abs_app_card_btn_12w {
  border: 1px solid rgba(212, 144, 46, 0.45);
  gap: 7px;
  background: rgba(255, 255, 255, 0.12);
  transition: background .2s;
  padding: 10px 1.125rem;
  border-radius: 6px;
  font-size: 0.813rem;
  font-weight: 700;
  align-items: center;
  color: #F5EEE0;
  display: inline-flex;
}.abs_app_card_btn_12w:hover {
  background: rgba(255, 255, 255, 0.07);
}.abs_reg_12w {
  padding: 36px 16px 0;
  background: #120C07;
}
@media(min-width: 766px) {.abs_reg_12w {
  padding: 2.75rem 24px 0;
}
}.abs_reg_in_12w {
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #1E1409;
  border-radius: 16px;
  max-width: 1340px;
}
@media(min-width: 770px) {.abs_reg_in_12w {
  padding: 2.5rem;
}
}.abs_reg_top_12w {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.abs_reg_top_12w {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.abs_reg_label_12w {
  font-size: 11px;
  color: #D4902E;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}.abs_reg_h2_12w {
  font-size: 22px;
  font-family: 'Cinzel', serif;
  line-height: 1.2;
  color: #F5EEE0;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 771px) {.abs_reg_h2_12w {
  font-size: 1.75rem;
}
}.abs_reg_bonus_12w {
  padding: 0.625rem 16px;
  border-radius: 0.625rem;
  background: rgba(240, 192, 64, 0.16);
  gap: 8px;
  border: 1px solid rgba(240, 192, 64, 0.16);
  margin-bottom: 16px;
  align-items: center;
  display: inline-flex;
}.abs_reg_bonus_amount_12w {
  font-weight: 800;
  font-size: 20px;
  color: #F0C040;
}.abs_reg_bonus_text_12w {
  line-height: 1.35;
  font-size: 13px;
  color: #A8917A;
}.abs_reg_cta_btn_12w {
  background: #4A9E5C;
  transition: background .2s;
  padding: 0.875rem 32px;
  border-radius: 10px;
  box-shadow: 0 0.25rem 22px rgba(74, 158, 92, 0.52), inset 0 1px 0 rgba(255, 255, 255, 0.10);
  color: #0D0A06;
  font-size: 0.938rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 12px;
}.abs_reg_cta_btn_12w:hover {
  background: #5AB86E;
}.abs_reg_terms_12w {
  font-size: 11px;
  line-height: 1.5;
  color: #6E5648;
}.abs_reg_seo_12w {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #826655;
  padding-top: 1.25rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
  margin-top: 1.25rem;
}.abs_reg_seo_12w p {
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 1.65;
  color: #826655;
}.abs_reg_seo_12w p:last-child {
  margin-bottom: 0;
}.abs_reg_seo_12w strong {
  font-weight: 700;
  color: #D4C5A8;
}.abs_reg_seo_12w a {
  transition: color .2s;
  text-decoration: underline;
  color: #D4902E;
}.abs_reg_seo_12w a:hover {
  color: #E8A840;
}.abs_reg_seo_12w ul,.abs_reg_seo_12w ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.abs_reg_seo_12w ol {
  list-style: decimal;
}.abs_reg_seo_12w li {
  color: #826655;
  line-height: 1.65;
  margin-bottom: 0.25rem;
  font-size: 0.813rem;
}.abs_reg_seo_12w table {
  margin-bottom: 10px;
  border-collapse: collapse;
  display: block;
  font-size: 13px;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 765px) {.abs_reg_seo_12w table {
  display: table;
}
}.abs_reg_seo_12w th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  font-weight: 700;
  color: #D4C5A8;
  text-align: left;
}.abs_reg_seo_12w td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #826655;
}.abs_reg_steps_12w {
  gap: 14px;
  flex-direction: column;
  margin-top: 1.75rem;
  display: flex;
}
@media(min-width: 862px) {.abs_reg_steps_12w {
  margin-top: 0;
}
}.abs_reg_step_12w {
  padding: 1rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.abs_reg_step_num_12w {
  border: 1px solid rgba(212, 144, 46, 0.08);
  border-radius: 50%;
  background: rgba(212, 144, 46, 0.18);
  font-weight: 800;
  font-size: 0.875rem;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  width: 34px;
  align-items: center;
  color: #D4902E;
  height: 2.125rem;
}.abs_reg_step_title_12w {
  margin-bottom: 3px;
  font-weight: 700;
  color: #F5EEE0;
  font-size: 0.875rem;
}.abs_reg_step_text_12w {
  line-height: 1.5;
  color: #826655;
  font-size: 0.75rem;
}.abs_reg_trust_12w {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 1.25rem;
  display: flex;
  padding-top: 1.25rem;
  flex-wrap: wrap;
}.abs_reg_trust_item_12w {
  gap: 7px;
  align-items: center;
  overflow-wrap: break-word;
  color: #826655;
  font-size: 0.75rem;
  display: flex;
}.abs_reg_trust_ic_12w svg {
  stroke-linecap: round;
  height: 16px;
  width: 16px;
  stroke-linejoin: round;
  color: #D4902E;
}.abs_htp_12w {
  background: #120C07;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.abs_htp_12w {
  padding: 44px 24px 0;
}
}.abs_htp_in_12w {
  margin: 0 auto;
  max-width: 1340px;
}.abs_htp_head_12w {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.abs_htp_label_12w {
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #D4902E;
}.abs_htp_h2_12w {
  color: #F5EEE0;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
  font-size: 22px;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.abs_htp_h2_12w {
  font-size: 1.75rem;
}
}.abs_htp_intro_12w {
  line-height: 1.6;
  font-size: 14px;
  color: #826655;
}.abs_htp_steps_12w {
  margin: 0;
  list-style: none;
  padding: 0;
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
  counter-reset: none;
}
@media(min-width: 643px) {.abs_htp_steps_12w {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.abs_htp_steps_12w {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.abs_htp_step_12w {
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1E1409;
  padding: 1.25rem 18px 18px;
  flex-direction: column;
  position: relative;
  display: flex;
}.abs_htp_step_num_12w {
  border-radius: 50%;
  background: #D4902E;
  left: 1.25rem;
  position: absolute;
  justify-content: center;
  top: -0.75rem;
  font-family: 'Cinzel', serif;
  height: 28px;
  font-weight: 800;
  width: 28px;
  color: #0D0A06;
  align-items: center;
  display: flex;
  font-size: 0.813rem;
}.abs_htp_step_ic_12w {
  margin: 8px 0 12px;
  background: rgba(212, 144, 46, 0.18);
  border-radius: 0.375rem;
  align-items: center;
  display: flex;
  height: 2.25rem;
  color: #D4902E;
  justify-content: center;
  width: 2.25rem;
}.abs_htp_step_ic_12w svg {
  height: 18px;
  stroke-linecap: round;
  width: 18px;
  stroke-linejoin: round;
}.abs_htp_step_h_12w {
  color: #F5EEE0;
  margin-bottom: 0.375rem;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.abs_htp_step_p_12w {
  line-height: 1.55;
  color: #826655;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.abs_htp_step_p_12w strong {
  font-weight: 600;
  color: #D4C5A8;
}.abs_htp_cta_12w {
  border-radius: 10px;
  padding: 0.813rem 26px;
  transition: background .2s;
  background: #4A9E5C;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  color: #0D0A06;
  display: inline-block;
  font-weight: 700;
}.abs_htp_cta_12w:hover {
  background: #5AB86E;
}.abs_bon_12w {
  background: #120C07;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.abs_bon_12w {
  padding: 44px 1.5rem 0;
}
}.abs_bon_in_12w {
  margin: 0 auto;
  max-width: 83.75rem;
}.abs_bon_head_12w {
  margin-bottom: 20px;
}.abs_bon_label_12w {
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #D4902E;
  font-weight: 700;
  text-transform: uppercase;
}.abs_bon_h2_12w {
  color: #F5EEE0;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.abs_bon_h2_12w {
  font-size: 24px;
}
}.abs_bon_seo_12w {
  color: #826655;
  line-height: 1.6;
  max-width: 38.75rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.abs_bon_seo_12w strong {
  font-weight: 700;
  color: #D4C5A8;
}.abs_bon_seo_12w a {
  text-decoration: underline;
  color: #D4902E;
}.abs_bon_grid_12w {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 639px) {.abs_bon_grid_12w {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.abs_bon_grid_12w {
  grid-template-columns: repeat(5,1fr);
}
}.abs_bon_card_12w {
  border-radius: 0.625rem;
  background: #170F06;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 16px;
}.abs_bon_card_12w:hover {
  border-color: rgba(212, 144, 46, 0.08);
  transform: translateY(-2px);
}.abs_bon_card_ic_12w svg {
  width: 26px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.625rem;
}.abs_bon_card_ic_12w {
  margin-bottom: 10px;
}.abs_bon_card_type_12w {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: #826655;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
}.abs_bon_card_amount_12w {
  line-height: 1.1;
  font-weight: 800;
  color: #F0C040;
  font-size: 1.125rem;
  margin-bottom: 0.375rem;
}.abs_bon_card_name_12w {
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #F5EEE0;
}.abs_bon_card_detail_12w {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 11px;
  color: #6E5648;
  overflow-wrap: break-word;
  padding-top: 8px;
  line-height: 1.5;
}.abs_seo_12w {
  padding: 36px 16px 0;
  background: #120C07;
}
@media(min-width: 765px) {.abs_seo_12w {
  padding: 44px 24px 0;
}
}.abs_seo_in_12w {
  border-radius: 16px;
  margin: 0 auto;
  background: #1E1409;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.75rem 1.5rem;
  max-width: 83.75rem;
}
@media(min-width: 769px) {.abs_seo_in_12w {
  padding: 36px 2.5rem;
}
}.abs_seo_label_12w {
  font-weight: 700;
  color: #D4902E;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 10px;
}.abs_seo_h2_12w {
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 14px;
  color: #F5EEE0;
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: 'Cinzel', serif;
}
@media(min-width: 765px) {.abs_seo_h2_12w {
  font-size: 1.5rem;
}
}.abs_seo_body_12w {
  color: #A8917A;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
}.abs_seo_body_12w p {
  line-height: 1.75;
  margin-bottom: 12px;
  color: #A8917A;
  font-size: 14px;
}.abs_seo_body_12w p:last-child {
  margin-bottom: 0;
}.abs_seo_body_12w strong {
  font-weight: 700;
  color: #D4C5A8;
}.abs_seo_body_12w a {
  transition: color .2s;
  color: #D4902E;
  text-decoration: underline;
}.abs_seo_body_12w a:hover {
  color: #E8A840;
}.abs_seo_body_12w ul,.abs_seo_body_12w ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.abs_seo_body_12w ol {
  list-style: decimal;
}.abs_seo_body_12w li {
  color: #A8917A;
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 6px;
}.abs_seo_body_12w table {
  font-size: 0.813rem;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  display: block;
  margin-bottom: 12px;
}
@media(min-width: 769px) {.abs_seo_body_12w table {
  display: table;
}
}.abs_seo_body_12w th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  color: #D4C5A8;
  text-align: left;
  font-weight: 700;
}.abs_seo_body_12w td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A8917A;
}.abs_seo_cols_12w {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 637px) {.abs_seo_cols_12w {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.abs_seo_cols_12w {
  grid-template-columns: repeat(3,1fr);
}
}.abs_seo_col_h_12w {
  font-weight: 700;
  margin-bottom: 0.438rem;
  color: #D4C5A8;
  overflow-wrap: break-word;
  font-size: 13px;
}.abs_seo_col_p_12w {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #826655;
}.abs_seo_stats_12w {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.abs_seo_stat_12w {
  flex: 1;
  border-radius: 10px;
  background: rgba(212, 144, 46, 0.08);
  padding: 0.875rem 16px;
  border: 1px solid rgba(212, 144, 46, 0.18);
  min-width: 8.75rem;
}.abs_seo_stat_val_12w {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 0.25rem;
  color: #D4902E;
}.abs_seo_stat_lb_12w {
  overflow-wrap: break-word;
  color: #826655;
  font-size: 0.688rem;
}.abs_seo_12w {
  padding: 36px 1rem 0;
  background: #120C07;
}
@media(min-width: 769px) {.abs_seo_12w {
  padding: 2.75rem 24px 0;
}
}.abs_seo_in_12w {
  background: #1E1409;
  padding: 28px 1.5rem;
  border-radius: 16px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 83.75rem;
}
@media(min-width: 770px) {.abs_seo_in_12w {
  padding: 36px 2.5rem;
}
}.abs_seo_label_12w {
  letter-spacing: .08em;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #D4902E;
  font-size: 0.688rem;
}.abs_seo_h2_12w {
  line-height: 1.25;
  font-weight: 800;
  color: #F5EEE0;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 20px;
}
@media(min-width: 771px) {.abs_seo_h2_12w {
  font-size: 1.5rem;
}
}.abs_seo_body_12w {
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
  color: #A8917A;
}.abs_seo_body_12w p {
  color: #A8917A;
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 14px;
}.abs_seo_body_12w p:last-child {
  margin-bottom: 0;
}.abs_seo_body_12w strong {
  font-weight: 700;
  color: #D4C5A8;
}.abs_seo_body_12w a {
  transition: color .2s;
  color: #D4902E;
  text-decoration: underline;
}.abs_seo_body_12w a:hover {
  color: #E8A840;
}.abs_seo_body_12w ul,.abs_seo_body_12w ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.abs_seo_body_12w ol {
  list-style: decimal;
}.abs_seo_body_12w li {
  margin-bottom: 6px;
  font-size: 0.875rem;
  color: #A8917A;
  line-height: 1.75;
}.abs_seo_body_12w table {
  border-collapse: collapse;
  margin-bottom: 12px;
  width: 100%;
  display: block;
  font-size: 0.813rem;
  overflow-x: auto;
}
@media(min-width: 765px) {.abs_seo_body_12w table {
  display: table;
}
}.abs_seo_body_12w th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #D4C5A8;
}.abs_seo_body_12w td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A8917A;
}.abs_seo_cols_12w {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 639px) {.abs_seo_cols_12w {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.abs_seo_cols_12w {
  grid-template-columns: repeat(3,1fr);
}
}.abs_seo_col_h_12w {
  margin-bottom: 0.438rem;
  font-weight: 700;
  color: #D4C5A8;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.abs_seo_col_p_12w {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #826655;
  overflow-wrap: break-word;
}.abs_seo_stats_12w {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.abs_seo_stat_12w {
  background: rgba(212, 144, 46, 0.08);
  border-radius: 10px;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(212, 144, 46, 0.18);
  flex: 1;
  min-width: 8.75rem;
}.abs_seo_stat_val_12w {
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  color: #D4902E;
}.abs_seo_stat_lb_12w {
  overflow-wrap: break-word;
  color: #826655;
  font-size: 0.688rem;
}.abs_pmt_12w {
  background: #120C07;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.abs_pmt_12w {
  padding: 2.75rem 24px 0;
}
}.abs_pmt_in_12w {
  margin: 0 auto;
  max-width: 83.75rem;
}.abs_pmt_head_12w {
  margin-bottom: 22px;
  max-width: 45rem;
}.abs_pmt_label_12w {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #D4902E;
  font-size: 11px;
  font-weight: 700;
}.abs_pmt_h2_12w {
  color: #F5EEE0;
  font-size: 1.375rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}
@media(min-width: 770px) {.abs_pmt_h2_12w {
  font-size: 1.75rem;
}
}.abs_pmt_intro_12w {
  font-size: 0.875rem;
  color: #826655;
  overflow-wrap: break-word;
  line-height: 1.6;
}.abs_pmt_groups_12w {
  gap: 1.25rem;
  flex-direction: column;
  display: flex;
}.abs_pmt_group_12w {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem;
  background: #1E1409;
}.abs_pmt_group_head_12w {
  gap: 12px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}.abs_pmt_group_ic_12w {
  background: rgba(212, 144, 46, 0.18);
  border-radius: 0.375rem;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 2.25rem;
  height: 36px;
  color: #D4902E;
  flex-shrink: 0;
}.abs_pmt_group_ic_12w svg {
  stroke-linejoin: round;
  width: 18px;
  stroke-linecap: round;
  height: 1.125rem;
}.abs_pmt_group_h_12w {
  margin: 0;
  font-size: 1rem;
  color: #F5EEE0;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 700;
}.abs_pmt_group_p_12w {
  color: #826655;
  font-size: 0.813rem;
  margin-bottom: 0.875rem;
  line-height: 1.6;
  overflow-wrap: break-word;
}.abs_pmt_group_p_12w strong {
  color: #D4C5A8;
  font-weight: 600;
}.abs_pmt_table_wrap_12w {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.abs_pmt_table_12w {
  border-collapse: collapse;
  font-size: 13px;
  width: 100%;
  min-width: 33.75rem;
}.abs_pmt_table_12w th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  text-align: left;
  white-space: nowrap;
  font-weight: 700;
  text-transform: uppercase;
  color: #D4C5A8;
  font-size: 11px;
  letter-spacing: .04em;
}.abs_pmt_table_12w td {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #826655;
}.abs_pmt_table_12w tbody tr:last-child td {
  border-bottom: none;
}.abs_pmt_table_12w tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #D4C5A8;
}.abs_faq_12w {
  padding: 36px 1rem 0;
  background: #120C07;
}
@media(min-width: 770px) {.abs_faq_12w {
  padding: 2.75rem 24px 0;
}
}.abs_faq_in_12w {
  margin: 0 auto;
  max-width: 83.75rem;
}.abs_faq_head_12w {
  margin-bottom: 20px;
}.abs_faq_label_12w {
  letter-spacing: .08em;
  color: #D4902E;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 0.688rem;
}.abs_faq_h2_12w {
  font-weight: 800;
  color: #F5EEE0;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.abs_faq_h2_12w {
  font-size: 24px;
}
}.abs_faq_list_12w {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.abs_faq_item_12w {
  background: #1E1409;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
}.abs_faq_q_12w {
  transition: color .2s;
  gap: 12px;
  padding: 1rem 20px;
  font-weight: 600;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  display: flex;
  font-size: 0.875rem;
  align-items: center;
  color: #D4C5A8;
  cursor: pointer;
  justify-content: space-between;
}.abs_faq_q_12w:hover {
  color: #F5EEE0;
}.abs_faq_q_ic_12w {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  flex-shrink: 0;
  align-items: center;
  height: 1.5rem;
  color: #D4902E;
  display: flex;
  width: 24px;
  justify-content: center;
  font-size: 1rem;
}.abs_faq_item_12w.abs_state_open_12w .abs_faq_q_ic_12w {
  transform: rotate(45deg);
}.abs_faq_a_12w {
  padding: 0 1.25rem 1rem;
  font-size: 13px;
  line-height: 1.7;
  display: none;
  color: #826655;
  overflow-wrap: break-word;
}.abs_faq_item_12w.abs_state_open_12w .abs_faq_a_12w {
  display: block;
}.abs_faq_a_12w strong {
  font-weight: 700;
  color: #D4C5A8;
}.abs_faq_a_12w a {
  text-decoration: underline;
  color: #D4902E;
}.abs_faq_a_12w ul,.abs_faq_a_12w ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.abs_faq_a_12w ol {
  list-style: decimal;
}.abs_faq_a_12w li {
  margin-bottom: 4px;
  line-height: 1.6;
}.abs_faq_a_12w table {
  margin: 8px 0;
  font-size: 0.75rem;
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 765px) {.abs_faq_a_12w table {
  display: table;
}
}.abs_faq_a_12w th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 8px;
  color: #D4C5A8;
  font-weight: 700;
  text-align: left;
}.abs_faq_a_12w td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 8px;
  color: #826655;
}.abs_seo_12w {
  background: #120C07;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.abs_seo_12w {
  padding: 44px 24px 0;
}
}.abs_seo_in_12w {
  margin: 0 auto;
  border-radius: 16px;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #1E1409;
  max-width: 1340px;
}
@media(min-width: 769px) {.abs_seo_in_12w {
  padding: 36px 2.5rem;
}
}.abs_seo_label_12w {
  color: #D4902E;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}.abs_seo_h2_12w {
  line-height: 1.25;
  margin-bottom: 0.875rem;
  font-weight: 800;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  color: #F5EEE0;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.abs_seo_h2_12w {
  font-size: 24px;
}
}.abs_seo_body_12w {
  line-height: 1.75;
  color: #A8917A;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.abs_seo_body_12w p {
  font-size: 14px;
  color: #A8917A;
  margin-bottom: 12px;
  line-height: 1.75;
}.abs_seo_body_12w p:last-child {
  margin-bottom: 0;
}.abs_seo_body_12w strong {
  font-weight: 700;
  color: #D4C5A8;
}.abs_seo_body_12w a {
  transition: color .2s;
  color: #D4902E;
  text-decoration: underline;
}.abs_seo_body_12w a:hover {
  color: #E8A840;
}.abs_seo_body_12w ul,.abs_seo_body_12w ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.abs_seo_body_12w ol {
  list-style: decimal;
}.abs_seo_body_12w li {
  line-height: 1.75;
  color: #A8917A;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
}.abs_seo_body_12w table {
  overflow-x: auto;
  display: block;
  font-size: 0.813rem;
  margin-bottom: 12px;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 770px) {.abs_seo_body_12w table {
  display: table;
}
}.abs_seo_body_12w th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #D4C5A8;
  font-weight: 700;
}.abs_seo_body_12w td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #A8917A;
}.abs_seo_cols_12w {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.abs_seo_cols_12w {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.abs_seo_cols_12w {
  grid-template-columns: repeat(3,1fr);
}
}.abs_seo_col_h_12w {
  font-weight: 700;
  color: #D4C5A8;
  margin-bottom: 7px;
  font-size: 13px;
  overflow-wrap: break-word;
}.abs_seo_col_p_12w {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #826655;
  line-height: 1.65;
}.abs_seo_stats_12w {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.abs_seo_stat_12w {
  border-radius: 10px;
  padding: 0.875rem 16px;
  flex: 1;
  border: 1px solid rgba(212, 144, 46, 0.18);
  background: rgba(212, 144, 46, 0.08);
  min-width: 8.75rem;
}.abs_seo_stat_val_12w {
  font-weight: 800;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  color: #D4902E;
  font-size: 1.25rem;
}.abs_seo_stat_lb_12w {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #826655;
}.abs_ft_12w {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #0C0804;
  margin-top: 3rem;
}.abs_ft_support_12w {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 1rem;
}
@media(min-width: 769px) {.abs_ft_support_12w {
  padding: 28px 1.5rem;
}
}.abs_ft_support_in_12w {
  gap: 1rem;
  margin: 0 auto;
  align-items: center;
  max-width: 1340px;
  display: flex;
  flex-wrap: wrap;
}.abs_ft_support_main_12w {
  gap: 1rem;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  min-width: 220px;
  align-items: center;
}.abs_ft_support_ic_12w {
  color: #D4902E;
  flex-shrink: 0;
}.abs_ft_support_ic_12w svg {
  stroke-linejoin: round;
  height: 1.875rem;
  width: 1.875rem;
  stroke-linecap: round;
}.abs_ft_support_text_title_12w {
  font-size: 15px;
  margin-bottom: 3px;
  color: #F5EEE0;
  font-weight: 700;
  overflow-wrap: break-word;
}.abs_ft_support_text_sub_12w {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #826655;
}.abs_ft_support_btn_12w {
  transition: background .2s;
  padding: 11px 1.375rem;
  background: #D4902E;
  border-radius: 0.625rem;
  flex-shrink: 0;
  color: #F5EEE0;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}.abs_ft_support_btn_12w:hover {
  background: #E8A840;
}.abs_ft_support_contacts_12w {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.abs_ft_support_contact_12w {
  color: #6E5648;
  font-size: 0.75rem;
  line-height: 1.4;
}.abs_ft_support_contact_12w strong {
  margin-bottom: 2px;
  font-size: 11px;
  display: block;
  font-weight: 600;
  color: #A8917A;
}.abs_ft_main_12w {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 1rem 24px;
}
@media(min-width: 769px) {.abs_ft_main_12w {
  padding: 2.5rem 1.5rem 32px;
}
}.abs_ft_main_in_12w {
  gap: 1.5rem;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  max-width: 83.75rem;
  display: grid;
}
@media(min-width: 639px) {.abs_ft_main_in_12w {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.abs_ft_main_in_12w {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.abs_ft_col_logo_12w {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.abs_ft_col_logo_12w {
  grid-column: auto;
}
}.abs_ft_logo_12w {
  gap: 9px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
  font-size: 16px;
  color: #F5EEE0;
  align-items: center;
  font-weight: 800;
  overflow-wrap: break-word;
}.abs_ft_logo_mark_12w {
  border-radius: 6px;
  overflow: hidden;
  height: 30px;
  width: 1.875rem;
}.abs_ft_logo_mark_12w img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.abs_ft_logo_sub_12w {
  max-width: 12.5rem;
  line-height: 1.55;
  color: #6E5648;
  font-size: 12px;
  overflow-wrap: break-word;
}.abs_ft_col_title_12w {
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 700;
  letter-spacing: .07em;
  font-size: 0.75rem;
  color: #A8917A;
}.abs_ft_col_links_12w {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.abs_ft_col_link_12w {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #6E5648;
  font-size: 0.813rem;
}.abs_ft_col_link_12w:hover {
  color: #D4C5A8;
}.abs_ft_apps_12w {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.abs_ft_app_card_12w {
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  gap: 10px;
  align-items: center;
  display: flex;
}.abs_ft_app_card_12w:hover {
  border-color: rgba(212, 144, 46, 0.45);
}.abs_ft_app_card_ic_12w svg {
  height: 22px;
  stroke-linecap: round;
  width: 22px;
  stroke-linejoin: round;
}.abs_ft_app_card_os_12w {
  font-size: 0.625rem;
  color: #6E5648;
  font-weight: 600;
}.abs_ft_app_card_action_12w {
  font-size: 12px;
  color: #D4C5A8;
  font-weight: 700;
}.abs_ft_bot_12w {
  padding: 20px 16px;
}
@media(min-width: 765px) {.abs_ft_bot_12w {
  padding: 20px 1.5rem;
}
}.abs_ft_bot_in_12w {
  gap: 1rem;
  margin: 0 auto;
  align-items: center;
  display: flex;
  max-width: 1340px;
  flex-wrap: wrap;
}.abs_ft_socials_12w {
  gap: 0.5rem;
  display: flex;
}.abs_ft_soc_12w {
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.375rem;
  justify-content: center;
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  color: #A8917A;
}.abs_ft_soc_12w svg {
  stroke-linejoin: round;
  width: 16px;
  height: 16px;
  stroke-linecap: round;
}.abs_ft_soc_12w:hover {
  background: rgba(255, 255, 255, 0.07);
}.abs_ft_legal_12w {
  flex: 1;
  overflow-wrap: break-word;
  color: #917568;
  font-size: 11px;
  min-width: 12.5rem;
  line-height: 1.6;
}.abs_ft_legal_12w strong {
  font-weight: 700;
  color: #A8917A;
}.abs_ft_legal_12w a {
  color: #A8917A;
  text-decoration: underline;
}.abs_ft_age_12w {
  border: 2px solid #917568;
  border-radius: 50%;
  display: flex;
  color: #917568;
  justify-content: center;
  height: 32px;
  align-items: center;
  font-weight: 800;
  width: 2rem;
  flex-shrink: 0;
  font-size: 0.688rem;
  margin-left: auto;
}