*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #0E0B07;
  line-height: 1.6;
  font-family: 'Nunito', sans-serif;
  color: #D5C7A4;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  color: inherit;
  text-decoration: none;
}button {
  font: inherit;
  background: none;
  border: none;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.bpt_layout_w81 {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.bpt_page_w81 {
  display: flex;
  min-height: 100vh;
}.bpt_main_w81 {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media(min-width: 1077px) {.bpt_main_w81 {
  padding-left: 220px;
}
}
@media(max-width: 1077px) {.bpt_main_w81 {
  padding-bottom: 72px;
}
}.bpt_gc_w81 {
  background: #131009;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  width: 8.75rem;
  cursor: pointer;
}
@media(min-width: 637px) {.bpt_gc_w81 {
  width: 9.75rem;
}
}
@media(min-width: 1082px) {.bpt_gc_w81 {
  width: 168px;
}
}.bpt_gc_w81:hover {
  border-color: rgba(201, 124, 22, 0.07);
  transform: translateY(-3px);
}.bpt_gc_img_w81 {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.bpt_gc_img_w81 img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}.bpt_gc_hover_w81 {
  transition: opacity .2s;
  inset: 0;
  background: rgba(8, 5, 0, 0.72);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  position: absolute;
}.bpt_gc_w81:hover .bpt_gc_hover_w81 {
  opacity: 1;
}.bpt_gc_hover_btn_w81 {
  background: #C97C16;
  border-radius: 6px;
  padding: 8px 1rem;
  color: #F6EDD8;
  font-size: 0.75rem;
  font-weight: 700;
}.bpt_gc_info_w81 {
  padding: 8px 10px 0.625rem;
}.bpt_gc_name_w81 {
  overflow: hidden;
  font-size: 12px;
  color: #D5C7A4;
  text-overflow: ellipsis;
  max-width: 100%;
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: 3px;
}.bpt_gc_prov_w81 {
  color: #5E4E38;
  font-size: 0.625rem;
}.bpt_gc_tag_w81 {
  padding: 2px 7px;
  border-radius: 4px;
  letter-spacing: .04em;
  font-weight: 700;
  position: absolute;
  z-index: 2;
  text-transform: uppercase;
  top: 0.375rem;
  left: 0.375rem;
  font-size: 9px;
}.bpt_gc_tag_hot_w81 {
  background: #D42E24;
  color: #fff;
}.bpt_gc_tag_new_w81 {
  background: #2BAD6A;
  color: #0E0B07;
}.bpt_gc_tag_jp_w81 {
  background: #F2B230;
  color: #0E0B07;
}.bpt_gc_tag_ex_w81 {
  background: #7B3C10;
  color: #fff;
}.bpt_gc_tag_live_w81 {
  background: #D42E24;
  color: #fff;
}.bpt_gr_w81 {
  background: #0E0B07;
  padding: 2rem 16px 0;
}
@media(min-width:768px) {.bpt_gr_w81 {
  padding: 36px 1.5rem 0;
}
}.bpt_gr_in_w81 {
  margin: 0 auto;
  max-width: 82.5rem;
}.bpt_gr_head_w81 {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
}.bpt_gr_head_l_w81 {
  flex: 1;
  gap: 0.625rem;
  display: flex;
  align-items: center;
  min-width: 0;
}.bpt_gr_ic_w81 {
  border-radius: 10px;
  align-items: center;
  display: flex;
  width: 32px;
  flex-shrink: 0;
  justify-content: center;
  height: 2rem;
}.bpt_gr_ic_w81 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
  height: 16px;
}.bpt_gr_title_w81 {
  color: #F6EDD8;
  font-size: 16px;
  font-weight: 700;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 766px) {.bpt_gr_title_w81 {
  font-size: 1.125rem;
}
}.bpt_gr_more_w81 {
  transition: color .2s;
  gap: 5px;
  white-space: nowrap;
  font-size: 12px;
  color: #7E6A4E;
  display: flex;
  font-weight: 600;
  align-items: center;
  flex-shrink: 0;
}.bpt_gr_more_w81:hover {
  color: #C97C16;
}.bpt_gr_more_w81 svg {
  stroke-linecap: round;
  height: 0.75rem;
  width: 0.75rem;
  stroke-linejoin: round;
}.bpt_gr_arrows_w81 {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.bpt_gr_arr_w81 {
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  width: 1.875rem;
  align-items: center;
  color: #A8936E;
  justify-content: center;
  display: flex;
  height: 30px;
}.bpt_gr_arr_w81:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F6EDD8;
}.bpt_gr_arr_w81 svg {
  stroke-linecap: round;
  height: 13px;
  stroke-linejoin: round;
  width: 0.813rem;
}.bpt_gr_seo_h_w81 {
  margin: 0 0 6px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  max-width: 42.5rem;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  color: #D5C7A4;
}
@media(min-width: 769px) {.bpt_gr_seo_h_w81 {
  font-size: 14px;
}
}.bpt_gr_seo_w81 {
  max-width: 680px;
  margin-bottom: 12px;
  color: #7E6A4E;
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.55;
}.bpt_gr_seo_w81 strong {
  font-weight: 600;
  color: #D5C7A4;
}.bpt_gr_scroll_w81 {
  gap: 10px;
  display: flex;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 0.625rem;
}.bpt_gr_scroll_w81::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.bpt_gr_scroll_w81 {
  gap: 0.75rem;
}
}.bpt_tb_w81 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0E0B07;
  height: 3.5rem;
  align-items: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  z-index: 80;
}.bpt_tb_in_w81 {
  gap: 0;
  padding: 0 0.875rem;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}.bpt_tb_burger_w81 {
  gap: 0.313rem;
  border-radius: 10px;
  align-items: center;
  width: 2.375rem;
  height: 38px;
  justify-content: center;
  flex-direction: column;
  display: flex;
  flex-shrink: 0;
  margin-right: 0.5rem;
}.bpt_tb_burger_w81:hover {
  background: rgba(255, 255, 255, 0.05);
}.bpt_tb_burger_line_w81 {
  background: #A8936E;
  border-radius: 1px;
  width: 18px;
  display: block;
  height: 2px;
}
@media(min-width: 1078px) {.bpt_tb_burger_w81 {
  display: none;
}
}.bpt_tb_logo_w81 {
  gap: 0.563rem;
  letter-spacing: -.01em;
  align-items: center;
  font-weight: 800;
  font-size: 18px;
  flex-shrink: 0;
  color: #F6EDD8;
  display: flex;
  margin-right: 1.25rem;
  overflow-wrap: break-word;
}.bpt_tb_logo_mark_w81 {
  overflow: hidden;
  border-radius: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}.bpt_tb_logo_mark_w81 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.bpt_tb_nav_w81 {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 639px) {.bpt_tb_nav_w81 {
  display: flex;
}
}.bpt_tb_tab_w81 {
  transition: background .15s,color .15s;
  border-radius: 10px;
  padding: 8px 14px;
  font-weight: 600;
  font-size: 13px;
  color: #A8936E;
  white-space: nowrap;
}.bpt_tb_tab_w81:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F6EDD8;
}.bpt_tb_tab_w81.bpt_state_active_w81 {
  background: rgba(201, 124, 22, 0.18);
  color: #F6EDD8;
}.bpt_tb_right_w81 {
  gap: 8px;
  margin-left: auto;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.bpt_tb_login_w81 {
  padding: 0.563rem 16px;
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  font-weight: 600;
  font-size: 13px;
  display: none;
  color: #D5C7A4;
}.bpt_tb_login_w81:hover {
  border-color: rgba(201, 126, 22, 0.50);
  color: #F6EDD8;
}
@media(min-width: 477px) {.bpt_tb_login_w81 {
  display: block;
}
}.bpt_tb_reg_w81 {
  transition: background .2s;
  background: #2BAD6A;
  border-radius: 10px;
  padding: 9px 18px;
  font-weight: 700;
  font-size: 0.813rem;
  white-space: nowrap;
  color: #0C0800;
}.bpt_tb_reg_w81:hover {
  background: #33C97E;
}.bpt_sb_w81 {
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #171310;
  transition: transform .25s ease;
  left: 0;
  width: 220px;
  top: 56px;
  position: fixed;
  z-index: 70;
  overflow-y: auto;
  bottom: 0;
}.bpt_sb_w81.bpt_state_open_w81 {
  transform: translateX(0);
}.bpt_sb_w81::-webkit-scrollbar {
  width: 4px;
}.bpt_sb_w81::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1079px) {.bpt_sb_w81 {
  transform: translateX(0);
}
}.bpt_sb_auth_w81 {
  padding: 0.875rem 12px 10px;
}.bpt_sb_btn_reg_w81 {
  border-radius: 10px;
  transition: background .2s;
  background: #2BAD6A;
  padding: 0.688rem;
  text-align: center;
  margin-bottom: 8px;
  font-size: 0.813rem;
  font-weight: 700;
  display: block;
  color: #0C0800;
}.bpt_sb_btn_reg_w81:hover {
  background: #33C97E;
}.bpt_sb_btn_login_w81 {
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  padding: 10px;
  border-radius: 0.625rem;
  font-weight: 600;
  text-align: center;
  display: block;
  font-size: 0.813rem;
  color: #D5C7A4;
}.bpt_sb_btn_login_w81:hover {
  border-color: rgba(201, 126, 22, 0.50);
  color: #F6EDD8;
}.bpt_sb_promo_w81 {
  border-radius: 10px;
  border: 1px solid rgba(201, 124, 22, 0.18);
  overflow: hidden;
  background: linear-gradient(135deg,#2C1500,#171310);
  padding: 12px 0.875rem;
  margin: 0 0.75rem 10px;
  position: relative;
}.bpt_sb_promo_w81::before {
  background: radial-gradient(circle,rgba(201, 124, 22, 0.18),transparent 70%);
  border-radius: 50%;
  position: absolute;
  height: 80px;
  right: -20px;
  content: '';
  width: 80px;
  top: -1.25rem;
}.bpt_sb_promo_title_w81 {
  color: #C97C16;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  letter-spacing: .06em;
}.bpt_sb_promo_text_w81 {
  line-height: 1.35;
  font-weight: 600;
  font-size: 12px;
  overflow-wrap: break-word;
  color: #F6EDD8;
}.bpt_sb_promo_sub_w81 {
  color: #7E6A4E;
  font-size: 0.625rem;
  margin-top: 3px;
}.bpt_sb_nav_w81 {
  padding: 0.375rem 0.5rem 16px;
}.bpt_sb_nav_lb_w81 {
  padding: 0.625rem 8px 0.375rem;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #5E4E38;
}.bpt_sb_link_w81 {
  gap: 0.625rem;
  border-radius: 6px;
  padding: 9px 10px;
  transition: background .15s,color .15s;
  overflow-wrap: break-word;
  cursor: pointer;
  align-items: center;
  color: #A8936E;
  display: flex;
  font-size: 0.813rem;
  font-weight: 500;
}.bpt_sb_link_w81:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F6EDD8;
}.bpt_sb_link_w81.bpt_state_active_w81 {
  background: rgba(201, 124, 22, 0.18);
  color: #F6EDD8;
}.bpt_sb_ic_w81 {
  border-radius: 0.375rem;
  align-items: center;
  justify-content: center;
  width: 30px;
  display: flex;
  flex-shrink: 0;
  height: 30px;
}.bpt_sb_ic_w81 svg {
  height: 1rem;
  width: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.bpt_sb_ic_1_w81 {
  background: rgba(201, 124, 22, 0.07);
  color: #C97C16;
}.bpt_sb_ic_2_w81 {
  background: rgba(43, 173, 106, 0.16);
  color: #2BAD6A;
}.bpt_sb_ic_3_w81 {
  background: rgba(242, 178, 48, 0.16);
  color: #F2B230;
}.bpt_sb_ic_4_w81 {
  background: rgba(123, 60, 16, 0.32);
  color: #7B3C10;
}.bpt_sb_ic_5_w81 {
  background: rgba(201, 124, 22, 0.07);
  color: #D43880;
}.bpt_sb_ic_6_w81 {
  background: rgba(123, 60, 16, 0.32);
  color: #9B3ED6;
}.bpt_sb_badge_w81 {
  border-radius: 0.375rem;
  background: #F2B230;
  padding: 2px 7px;
  margin-left: auto;
  color: #0C0800;
  font-weight: 700;
  font-size: 0.563rem;
}.bpt_sb_bot_w81 {
  gap: 0.5rem;
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.bpt_sb_lang_w81,.bpt_sb_help_w81 {
  flex: 1;
  transition: border-color .2s;
  border-radius: 6px;
  padding: 0.563rem 0.375rem;
  gap: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #A8936E;
  align-items: center;
  font-size: 11px;
  display: flex;
  font-weight: 600;
  justify-content: center;
}.bpt_sb_lang_w81:hover,.bpt_sb_help_w81:hover {
  border-color: rgba(201, 126, 22, 0.50);
  color: #F6EDD8;
}.bpt_sb_lang_w81 svg,.bpt_sb_help_w81 svg {
  width: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.813rem;
}.bpt_sb_bd_w81 {
  inset: 0;
  background: rgba(8, 5, 0, 0.72);
  position: fixed;
  z-index: 69;
  display: none;
}.bpt_sb_bd_w81.bpt_state_on_w81 {
  display: block;
}
@media(min-width: 1081px) {.bpt_sb_bd_w81 {
  display: none!important;
}
}.bpt_mob_nav_w81 {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #171310;
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  bottom: 0;
  left: 0;
  z-index: 80;
  display: flex;
  position: fixed;
  right: 0;
}
@media(min-width: 1079px) {.bpt_mob_nav_w81 {
  display: none;
}
}.bpt_mob_nav_item_w81 {
  gap: 4px;
  flex: 1;
  padding: 0.25rem 2px;
  color: #5E4E38;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
}.bpt_mob_nav_ic_w81 {
  line-height: 1;
}.bpt_mob_nav_ic_w81 svg {
  width: 20px;
  height: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.bpt_mob_nav_lb_w81 {
  font-size: 10px;
  font-weight: 600;
  color: #5E4E38;
}.bpt_mob_nav_item_w81.bpt_state_active_w81 {
  color: #C97C16;
}.bpt_mob_nav_item_w81.bpt_state_active_w81 .bpt_mob_nav_lb_w81 {
  color: #C97C16;
}.bpt_hero_w81 {
  padding: 20px 1rem 0;
  background: #0E0B07;
}
@media(min-width: 765px) {.bpt_hero_w81 {
  padding: 1.5rem 1.5rem 0;
}
}.bpt_hero_in_w81 {
  margin: 0 auto;
  gap: 12px;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr;
}
@media(min-width: 859px) {.bpt_hero_in_w81 {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1103px) {.bpt_hero_in_w81 {
  grid-template-columns: 1fr 340px;
}
}.bpt_hero_promo_w81 {
  background: #131009;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  min-height: 13.75rem;
  align-items: stretch;
  display: flex;
}
@media(min-width: 767px) {.bpt_hero_promo_w81 {
  min-height: 280px;
}
}.bpt_hero_promo_bg_w81 {
  inset: 0;
  background: linear-gradient(120deg,#2C1500 0%,#0E0B07 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.bpt_hero_promo_bg_w81::after {
  background: linear-gradient(90deg,#0E0B07 0%,rgba(8, 5, 0, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.bpt_hero_promo_glow_w81 {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(123, 60, 16, 0.32) 0%,transparent 65%);
  height: 18.75rem;
  right: 60px;
  position: absolute;
  pointer-events: none;
  top: -40px;
  width: 300px;
}.bpt_hero_promo_ct_w81 {
  padding: 28px 24px 28px 1.75rem;
  z-index: 2;
  justify-content: center;
  position: relative;
  flex-direction: column;
  display: flex;
  max-width: 30rem;
}
@media(min-width: 766px) {.bpt_hero_promo_ct_w81 {
  padding: 40px 32px;
}
}.bpt_hero_badge_w81 {
  background: rgba(201, 124, 22, 0.18);
  border: 1px solid rgba(201, 124, 22, 0.07);
  padding: 0.313rem 0.75rem;
  border-radius: 20px;
  font-size: 10px;
  letter-spacing: .08em;
  color: #C97C16;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}.bpt_hero_h1_w81 {
  overflow-wrap: break-word;
  font-size: 1.625rem;
  line-height: 1.15;
  color: #F6EDD8;
  margin-bottom: 10px;
  font-weight: 800;
  font-family: 'Cinzel', serif;
}.bpt_hero_h1_w81 em {
  font-style: normal;
  color: #F2B230;
}
@media(min-width: 765px) {.bpt_hero_h1_w81 {
  font-size: 2.25rem;
}
}.bpt_hero_sub_w81 {
  line-height: 1.55;
  margin-bottom: 1.25rem;
  font-size: 0.813rem;
  color: #A8936E;
}
@media(min-width: 770px) {.bpt_hero_sub_w81 {
  font-size: 14px;
}
}.bpt_hero_row_w81 {
  gap: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.bpt_hero_cta_w81 {
  background: #2BAD6A;
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  border-radius: 10px;
  color: #0C0800;
  font-size: 0.875rem;
  box-shadow: 0 0.25rem 1.125rem rgba(43, 173, 106, 0.44), 0 1px 0.25rem rgba(0, 0, 0, 0.45);
  font-weight: 700;
}.bpt_hero_cta_w81:hover {
  background: #33C97E;
}.bpt_hero_terms_w81 {
  color: #5E4E38;
  font-size: 11px;
}.bpt_hero_game_w81 {
  border-radius: 14px;
  background: #131009;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  display: flex;
  position: relative;
  flex-direction: column;
}.bpt_hero_game_badge_w81 {
  border-radius: 20px;
  border: 1px solid rgba(242, 178, 48, 0.16);
  background: rgba(242, 178, 48, 0.16);
  padding: 0.313rem 10px;
  position: absolute;
  font-weight: 700;
  left: 12px;
  font-size: 0.625rem;
  z-index: 3;
  color: #F2B230;
  text-transform: uppercase;
  letter-spacing: .06em;
  top: 12px;
}.bpt_hero_game_badge_w81 svg {
  margin-right: 4px;
  width: 0.688rem;
  height: 11px;
  vertical-align: -1px;
}.bpt_hero_game_img_w81 {
  background: linear-gradient(135deg,#2C1500,#0E0B07);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.bpt_hero_game_img_w81 img {
  inset: 0;
  height: 100%;
  position: absolute;
  object-fit: cover;
  width: 100%;
}.bpt_hero_game_play_w81 {
  background: rgba(8, 5, 0, 0.72);
  transition: opacity .2s;
  inset: 0;
  align-items: center;
  display: flex;
  position: absolute;
  justify-content: center;
  opacity: 0;
}.bpt_hero_game_w81:hover .bpt_hero_game_play_w81 {
  opacity: 1;
}.bpt_hero_game_play_w81 span {
  background: #C97C16;
  border-radius: 50%;
  height: 3.25rem;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  display: flex;
}.bpt_hero_game_play_w81 span svg {
  margin-left: 2px;
  height: 1.125rem;
  width: 1.125rem;
}.bpt_hero_game_info_w81 {
  padding: 0.875rem 1rem;
}.bpt_hero_game_title_w81 {
  font-weight: 700;
  color: #F6EDD8;
  margin-bottom: 4px;
  font-size: 15px;
  overflow-wrap: break-word;
}.bpt_hero_game_provider_w81 {
  font-size: 0.688rem;
  color: #7E6A4E;
}.bpt_hero_game_btn_w81 {
  transition: background .2s;
  margin: 12px 16px 1rem;
  padding: 11px;
  border-radius: 0.625rem;
  background: #C97C16;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 0.813rem;
  color: #F6EDD8;
}.bpt_hero_game_w81:hover .bpt_hero_game_btn_w81 {
  background: #E08F1C;
}.bpt_sbar_w81 {
  padding: 1rem 16px 0;
  background: #0E0B07;
}
@media(min-width: 769px) {.bpt_sbar_w81 {
  padding: 18px 1.5rem 0;
}
}.bpt_sbar_in_w81 {
  margin: 0 auto;
  max-width: 1320px;
}.bpt_sbar_row_w81 {
  gap: 10px;
  display: flex;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}.bpt_sbar_input_w81 {
  border-radius: 10px;
  padding: 11px 1rem;
  transition: border-color .2s;
  background: #131009;
  flex: 1;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  cursor: pointer;
  align-items: center;
  color: #7E6A4E;
  font-size: 0.813rem;
}.bpt_sbar_input_w81:hover {
  border-color: rgba(201, 126, 22, 0.50);
}.bpt_sbar_input_w81 svg {
  height: 15px;
  stroke-linecap: round;
  flex-shrink: 0;
  width: 15px;
  stroke-linejoin: round;
}.bpt_sbar_providers_w81 {
  border-radius: 0.625rem;
  transition: border-color .2s;
  background: #131009;
  gap: 0.5rem;
  padding: 11px 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  white-space: nowrap;
  color: #D5C7A4;
  font-weight: 600;
  font-size: 13px;
  align-items: center;
}.bpt_sbar_providers_w81:hover {
  border-color: rgba(201, 126, 22, 0.50);
  color: #F6EDD8;
}.bpt_sbar_providers_w81 svg {
  width: 0.875rem;
  stroke-linejoin: round;
  height: 14px;
  stroke-linecap: round;
}.bpt_sbar_tabs_w81 {
  gap: 0.375rem;
  display: flex;
  padding-bottom: 2px;
  overflow-x: auto;
  scrollbar-width: none;
}.bpt_sbar_tabs_w81::-webkit-scrollbar {
  display: none;
}.bpt_sbar_tab_w81 {
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  padding: 0.5rem 0.875rem;
  gap: 7px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex-shrink: 0;
  align-items: center;
  color: #A8936E;
  font-size: 0.75rem;
  display: flex;
  cursor: pointer;
  font-weight: 600;
  white-space: nowrap;
}.bpt_sbar_tab_w81:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(201, 126, 22, 0.50);
  color: #F6EDD8;
}.bpt_sbar_tab_w81.bpt_state_active_w81 {
  background: rgba(201, 124, 22, 0.18);
  border-color: rgba(201, 124, 22, 0.07);
  color: #F6EDD8;
}.bpt_sbar_tab_ic_w81 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.875rem;
  width: 0.875rem;
}.bpt_wy_w81 {
  padding: 2rem 16px 0;
  background: #0E0B07;
}
@media(min-width: 771px) {.bpt_wy_w81 {
  padding: 40px 24px 0;
}
}.bpt_wy_in_w81 {
  margin: 0 auto;
  max-width: 1320px;
}.bpt_wy_head_w81 {
  max-width: 720px;
  margin-bottom: 18px;
}.bpt_wy_label_w81 {
  margin-bottom: 0.5rem;
  color: #C97C16;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.bpt_wy_h2_w81 {
  overflow-wrap: break-word;
  color: #F6EDD8;
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  font-weight: 800;
}
@media(min-width: 769px) {.bpt_wy_h2_w81 {
  font-size: 1.5rem;
}
}.bpt_wy_intro_w81 {
  margin: 0;
  font-size: 13px;
  color: #7E6A4E;
  line-height: 1.6;
}.bpt_wy_grid_w81 {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.bpt_wy_grid_w81 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.bpt_wy_grid_w81 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.bpt_wy_card_w81 {
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem;
  background: #171310;
  border-radius: 0.625rem;
}.bpt_wy_card_w81:hover {
  border-color: rgba(201, 124, 22, 0.07);
  transform: translateY(-2px);
}.bpt_wy_card_ic_w81 {
  background: rgba(201, 124, 22, 0.18);
  border-radius: 50%;
  margin-bottom: 0.875rem;
  width: 44px;
  justify-content: center;
  color: #C97C16;
  display: flex;
  align-items: center;
  height: 2.75rem;
}.bpt_wy_card_ic_w81 svg {
  height: 22px;
  stroke-linejoin: round;
  width: 1.375rem;
  stroke-linecap: round;
}.bpt_wy_card_h_w81 {
  line-height: 1.25;
  color: #F6EDD8;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 6px;
}.bpt_wy_card_p_w81 {
  line-height: 1.6;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #7E6A4E;
}.bpt_wy_card_p_w81 strong {
  color: #D5C7A4;
  font-weight: 600;
}.bpt_gcg_w81 {
  padding: 36px 16px 0;
  background: #0E0B07;
}
@media(min-width: 766px) {.bpt_gcg_w81 {
  padding: 44px 1.5rem 0;
}
}.bpt_gcg_in_w81 {
  margin: 0 auto;
  max-width: 82.5rem;
}.bpt_gcg_head_w81 {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.bpt_gcg_label_w81 {
  letter-spacing: .08em;
  font-weight: 700;
  color: #C97C16;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
}.bpt_gcg_h2_w81 {
  color: #F6EDD8;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-size: 1.375rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.bpt_gcg_h2_w81 {
  font-size: 1.75rem;
}
}.bpt_gcg_intro_w81 {
  line-height: 1.6;
  font-size: 0.813rem;
  color: #7E6A4E;
}.bpt_gcg_grid_w81 {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.bpt_gcg_grid_w81 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.bpt_gcg_grid_w81 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.bpt_gcg_card_w81 {
  border-radius: 14px;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 20px;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  min-height: 240px;
  display: flex;
}.bpt_gcg_card_w81:hover {
  border-color: rgba(201, 124, 22, 0.18);
  transform: translateY(-3px);
}.bpt_gcg_card_bg_w81 {
  inset: 0;
  z-index: 0;
  position: absolute;
}.bpt_gcg_card_bg_w81::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.bpt_gcg_card_ic_w81 {
  background: rgba(0,0,0,.45);
  border-radius: 0.375rem;
  display: flex;
  position: absolute;
  z-index: 2;
  color: #F6EDD8;
  width: 40px;
  top: 18px;
  right: 1.125rem;
  justify-content: center;
  align-items: center;
  height: 40px;
}.bpt_gcg_card_ic_w81 svg {
  width: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.25rem;
}.bpt_gcg_card_ct_w81 {
  position: relative;
  z-index: 1;
}.bpt_gcg_card_h_w81 {
  color: #F6EDD8;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}
@media(min-width: 770px) {.bpt_gcg_card_h_w81 {
  font-size: 20px;
}
}.bpt_gcg_card_p_w81 {
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  margin-bottom: 10px;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.bpt_gcg_card_p_w81 strong {
  color: #F6EDD8;
  font-weight: 600;
}.bpt_gcg_card_cta_w81 {
  gap: 4px;
  font-weight: 700;
  font-size: 12px;
  color: #C97C16;
  align-items: center;
  letter-spacing: .04em;
  text-transform: uppercase;
  display: inline-flex;
}.bpt_gcg_card_cta_w81 svg {
  stroke-linecap: round;
  height: 0.75rem;
  width: 12px;
  stroke-linejoin: round;
}.bpt_gr_jp_w81 {
  overflow: hidden;
  border-radius: 14px;
  background: linear-gradient(135deg,#1C0A2C 0%,#0A0508 100%);
  padding: 1.25rem;
  position: relative;
}.bpt_gr_jp_w81::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(123, 60, 16, 0.32) 0%,transparent 70%);
  width: 15.625rem;
  left: -3.75rem;
  height: 250px;
  top: -60px;
  content: '';
  position: absolute;
}.bpt_gr_jp_w81::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(242, 178, 48, 0.16) 0%,transparent 70%);
  bottom: -2.5rem;
  width: 12.5rem;
  content: '';
  position: absolute;
  right: 0;
  height: 200px;
}.bpt_gr_jp_head_w81 {
  gap: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  display: flex;
  margin-bottom: 1rem;
}.bpt_gr_jp_info_w81 {
  flex: 1;
}.bpt_gr_jp_label_w81 {
  margin-bottom: 6px;
  font-size: 0.688rem;
  color: #9B3ED6;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.bpt_gr_jp_label_w81 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  vertical-align: -2px;
  width: 14px;
  height: 0.875rem;
  margin-right: 0.25rem;
}.bpt_gr_jp_amount_w81 {
  font-weight: 800;
  line-height: 1;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 2rem;
  color: #F6EDD8;
  margin-bottom: 0.25rem;
}
@media(min-width: 765px) {.bpt_gr_jp_amount_w81 {
  font-size: 40px;
}
}.bpt_gr_jp_amount_w81 span {
  color: #F2B230;
}.bpt_gr_jp_seo_w81 {
  line-height: 1.5;
  max-width: 30rem;
  font-size: 12px;
  color: #A8936E;
  overflow-wrap: break-word;
}.bpt_gr_jp_cta_w81 {
  transition: background .2s;
  padding: 11px 20px;
  border-radius: 10px;
  border: 1px solid rgba(123, 60, 16, 0.32);
  background: rgba(123, 60, 16, 0.32);
  font-weight: 700;
  z-index: 1;
  margin-top: 0.25rem;
  align-self: flex-start;
  color: #F6EDD8;
  position: relative;
  white-space: nowrap;
  font-size: 0.813rem;
  flex-shrink: 0;
}.bpt_gr_jp_cta_w81:hover {
  background: #7B3C10;
}.bpt_ws_w81 {
  padding: 2rem 1rem 0;
  background: #0E0B07;
}
@media(min-width: 766px) {.bpt_ws_w81 {
  padding: 36px 24px 0;
}
}.bpt_ws_in_w81 {
  margin: 0 auto;
  max-width: 82.5rem;
}.bpt_ws_head_w81 {
  gap: 0.75rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-bottom: 0.875rem;
  flex-wrap: wrap;
}.bpt_ws_title_w81 {
  gap: 0.625rem;
  color: #F6EDD8;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  align-items: center;
}.bpt_ws_title_ic_w81 svg {
  height: 1.125rem;
  color: #F2B230;
  width: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.bpt_ws_online_w81 {
  gap: 0.438rem;
  font-weight: 600;
  align-items: center;
  font-size: 12px;
  color: #7E6A4E;
  display: flex;
}.bpt_ws_online_dot_w81 {
  border-radius: 50%;
  background: #2BAD6A;
  height: 8px;
  box-shadow: 0 0 6px rgba(43, 173, 106, 0.16);
  width: 8px;
  flex-shrink: 0;
}.bpt_ws_scroll_w81 {
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 0.5rem;
}.bpt_ws_scroll_w81::-webkit-scrollbar {
  display: none;
}.bpt_wc_w81 {
  background: #131009;
  padding: 0.625rem 0.875rem;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.625rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  min-width: 220px;
}.bpt_wc_img_w81 {
  border-radius: 6px;
  overflow: hidden;
  background: #171310;
  height: 36px;
  width: 2.25rem;
  flex-shrink: 0;
}.bpt_wc_img_w81 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.bpt_wc_info_w81 {
  min-width: 0;
}.bpt_wc_game_w81 {
  overflow: hidden;
  white-space: nowrap;
  color: #D5C7A4;
  font-size: 12px;
  font-weight: 600;
  text-overflow: ellipsis;
}.bpt_wc_player_w81 {
  overflow: hidden;
  font-size: 10px;
  text-overflow: ellipsis;
  color: #5E4E38;
  white-space: nowrap;
}.bpt_wc_amount_w81 {
  color: #2BAD6A;
  margin-left: auto;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 0.813rem;
}.bpt_prov_w81 {
  background: #0E0B07;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.bpt_prov_w81 {
  padding: 44px 1.5rem 0;
}
}.bpt_prov_in_w81 {
  margin: 0 auto;
  max-width: 82.5rem;
}.bpt_prov_head_w81 {
  margin-bottom: 1rem;
}.bpt_prov_label_w81 {
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 11px;
  color: #C97C16;
  text-transform: uppercase;
}.bpt_prov_h2_w81 {
  color: #F6EDD8;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.bpt_prov_h2_w81 {
  font-size: 24px;
}
}.bpt_prov_seo_w81 {
  color: #7E6A4E;
  max-width: 620px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 16px;
  line-height: 1.6;
}.bpt_prov_seo_w81 strong {
  color: #D5C7A4;
  font-weight: 700;
}.bpt_prov_seo_w81 a {
  text-decoration: underline;
  color: #C97C16;
}.bpt_prov_grid_w81 {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 637px) {.bpt_prov_grid_w81 {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.bpt_prov_grid_w81 {
  grid-template-columns: repeat(8,1fr);
}
}.bpt_prov_card_w81 {
  transition: border-color .2s,background .2s;
  background: #131009;
  padding: 14px 0.625rem;
  gap: 0.438rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}.bpt_prov_card_w81:hover {
  border-color: rgba(201, 126, 22, 0.50);
  background: #171310;
}.bpt_prov_logo_w81 {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
}.bpt_prov_logo_w81 img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.bpt_prov_name_w81 {
  color: #A8936E;
  font-size: 11px;
  text-align: center;
  overflow-wrap: break-word;
  font-weight: 600;
}.bpt_app_w81 {
  padding: 2.25rem 1rem 0;
  background: #0E0B07;
}
@media(min-width: 769px) {.bpt_app_w81 {
  padding: 2.75rem 24px 0;
}
}.bpt_app_in_w81 {
  margin: 0 auto;
  max-width: 82.5rem;
}.bpt_app_head_w81 {
  margin-bottom: 1rem;
}.bpt_app_label_w81 {
  color: #C97C16;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
}.bpt_app_h2_w81 {
  color: #F6EDD8;
  margin-bottom: 0.375rem;
  font-size: 20px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.bpt_app_h2_w81 {
  font-size: 1.5rem;
}
}.bpt_app_sub_w81 {
  max-width: 37.5rem;
  overflow-wrap: break-word;
  color: #7E6A4E;
  line-height: 1.6;
  font-size: 0.813rem;
}.bpt_app_sub_w81 strong {
  color: #D5C7A4;
  font-weight: 700;
}.bpt_app_cards_w81 {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 16px;
}
@media(min-width: 641px) {.bpt_app_cards_w81 {
  grid-template-columns: repeat(3,1fr);
}
}.bpt_app_card_w81 {
  overflow: hidden;
  padding: 20px;
  border-radius: 0.625rem;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}.bpt_app_card_ios_w81 {
  background: linear-gradient(135deg,rgba(201, 124, 22, 0.18) 0%,#171310 100%);
}.bpt_app_card_android_w81 {
  background: linear-gradient(135deg,rgba(43, 173, 106, 0.16) 0%,#171310 100%);
}.bpt_app_card_win_w81 {
  background: linear-gradient(135deg,rgba(242, 178, 48, 0.16) 0%,#171310 100%);
}.bpt_app_card_ic_w81 svg {
  height: 34px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 2.125rem;
}.bpt_app_card_ic_w81 {
  color: #F6EDD8;
  flex-shrink: 0;
}.bpt_app_card_os_w81 {
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  color: #7E6A4E;
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
}.bpt_app_card_title_w81 {
  color: #F6EDD8;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-size: 15px;
  margin-bottom: 6px;
  font-weight: 700;
}.bpt_app_card_text_w81 {
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-size: 12px;
  color: #7E6A4E;
  line-height: 1.5;
}.bpt_app_card_btn_w81 {
  border-radius: 6px;
  transition: background .2s;
  padding: 10px 1.125rem;
  background: rgba(255, 255, 255, 0.12);
  gap: 0.438rem;
  border: 1px solid rgba(201, 126, 22, 0.50);
  font-size: 13px;
  font-weight: 700;
  align-items: center;
  color: #F6EDD8;
  display: inline-flex;
}.bpt_app_card_btn_w81:hover {
  background: rgba(255, 255, 255, 0.07);
}.bpt_bon_w81 {
  padding: 36px 1rem 0;
  background: #0E0B07;
}
@media(min-width:768px) {.bpt_bon_w81 {
  padding: 2.75rem 1.5rem 0;
}
}.bpt_bon_in_w81 {
  margin: 0 auto;
  max-width: 1320px;
}.bpt_bon_head_w81 {
  margin-bottom: 20px;
}.bpt_bon_label_w81 {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  color: #C97C16;
  font-size: 0.688rem;
}.bpt_bon_h2_w81 {
  font-weight: 800;
  margin-bottom: 8px;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #F6EDD8;
  font-family: 'Cinzel', serif;
}
@media(min-width: 766px) {.bpt_bon_h2_w81 {
  font-size: 24px;
}
}.bpt_bon_seo_w81 {
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #7E6A4E;
  max-width: 38.75rem;
}.bpt_bon_seo_w81 strong {
  font-weight: 700;
  color: #D5C7A4;
}.bpt_bon_seo_w81 a {
  color: #C97C16;
  text-decoration: underline;
}.bpt_bon_grid_w81 {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 637px) {.bpt_bon_grid_w81 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.bpt_bon_grid_w81 {
  grid-template-columns: repeat(5,1fr);
}
}.bpt_bon_card_w81 {
  transition: border-color .2s,transform .2s;
  background: #131009;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1rem;
}.bpt_bon_card_w81:hover {
  border-color: rgba(201, 124, 22, 0.07);
  transform: translateY(-2px);
}.bpt_bon_card_ic_w81 svg {
  stroke-linecap: round;
  width: 26px;
  stroke-linejoin: round;
  height: 1.625rem;
}.bpt_bon_card_ic_w81 {
  margin-bottom: 0.625rem;
}.bpt_bon_card_type_w81 {
  letter-spacing: .06em;
  color: #7E6A4E;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
}.bpt_bon_card_amount_w81 {
  font-weight: 800;
  margin-bottom: 0.375rem;
  font-size: 1.125rem;
  line-height: 1.1;
  color: #F2B230;
}.bpt_bon_card_name_w81 {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  color: #F6EDD8;
  font-weight: 600;
}.bpt_bon_card_detail_w81 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  overflow-wrap: break-word;
  padding-top: 8px;
  font-size: 11px;
  color: #5E4E38;
}.bpt_htp_w81 {
  padding: 2.25rem 16px 0;
  background: #0E0B07;
}
@media(min-width: 769px) {.bpt_htp_w81 {
  padding: 2.75rem 1.5rem 0;
}
}.bpt_htp_in_w81 {
  margin: 0 auto;
  max-width: 82.5rem;
}.bpt_htp_head_w81 {
  margin-bottom: 22px;
  max-width: 45rem;
}.bpt_htp_label_w81 {
  letter-spacing: .08em;
  color: #C97C16;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}.bpt_htp_h2_w81 {
  color: #F6EDD8;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
  font-weight: 800;
}
@media(min-width:768px) {.bpt_htp_h2_w81 {
  font-size: 1.75rem;
}
}.bpt_htp_intro_w81 {
  color: #7E6A4E;
  line-height: 1.6;
  font-size: 0.875rem;
}.bpt_htp_steps_w81 {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 12px;
  display: grid;
  counter-reset: none;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.bpt_htp_steps_w81 {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.bpt_htp_steps_w81 {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.bpt_htp_step_w81 {
  background: #171310;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem 18px 1.125rem;
  display: flex;
  flex-direction: column;
  position: relative;
}.bpt_htp_step_num_w81 {
  background: #C97C16;
  border-radius: 50%;
  font-size: 0.813rem;
  font-weight: 800;
  height: 28px;
  font-family: 'Cinzel', serif;
  position: absolute;
  display: flex;
  left: 1.25rem;
  align-items: center;
  top: -0.75rem;
  justify-content: center;
  color: #0C0800;
  width: 28px;
}.bpt_htp_step_ic_w81 {
  margin: 8px 0 0.75rem;
  border-radius: 0.375rem;
  background: rgba(201, 124, 22, 0.18);
  height: 2.25rem;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #C97C16;
  width: 2.25rem;
}.bpt_htp_step_ic_w81 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.125rem;
  width: 18px;
}.bpt_htp_step_h_w81 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 6px;
  color: #F6EDD8;
  overflow-wrap: break-word;
}.bpt_htp_step_p_w81 {
  color: #7E6A4E;
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.bpt_htp_step_p_w81 strong {
  color: #D5C7A4;
  font-weight: 600;
}.bpt_htp_cta_w81 {
  background: #2BAD6A;
  transition: background .2s;
  padding: 13px 26px;
  border-radius: 10px;
  color: #0C0800;
  margin-top: 1.25rem;
  font-weight: 700;
  font-size: 0.875rem;
  display: inline-block;
}.bpt_htp_cta_w81:hover {
  background: #33C97E;
}.bpt_reg_w81 {
  padding: 2.25rem 16px 0;
  background: #0E0B07;
}
@media(min-width: 766px) {.bpt_reg_w81 {
  padding: 2.75rem 1.5rem 0;
}
}.bpt_reg_in_w81 {
  border-radius: 14px;
  padding: 1.75rem 24px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #171310;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.bpt_reg_in_w81 {
  padding: 2.5rem;
}
}.bpt_reg_top_w81 {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 857px) {.bpt_reg_top_w81 {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.bpt_reg_label_w81 {
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #C97C16;
}.bpt_reg_h2_w81 {
  line-height: 1.2;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 1.375rem;
  font-weight: 800;
  color: #F6EDD8;
}
@media(min-width:768px) {.bpt_reg_h2_w81 {
  font-size: 28px;
}
}.bpt_reg_bonus_w81 {
  padding: 10px 16px;
  border: 1px solid rgba(242, 178, 48, 0.16);
  border-radius: 10px;
  background: rgba(242, 178, 48, 0.16);
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 16px;
  display: inline-flex;
}.bpt_reg_bonus_amount_w81 {
  color: #F2B230;
  font-weight: 800;
  font-size: 1.25rem;
}.bpt_reg_bonus_text_w81 {
  line-height: 1.35;
  color: #A8936E;
  font-size: 13px;
}.bpt_reg_cta_btn_w81 {
  background: #2BAD6A;
  transition: background .2s;
  border-radius: 10px;
  padding: 14px 32px;
  display: inline-block;
  box-shadow: 0 0.25rem 18px rgba(43, 173, 106, 0.44), 0 1px 4px rgba(0, 0, 0, 0.45);
  margin-bottom: 0.75rem;
  font-weight: 700;
  font-size: 15px;
  color: #0C0800;
}.bpt_reg_cta_btn_w81:hover {
  background: #33C97E;
}.bpt_reg_terms_w81 {
  color: #5E4E38;
  font-size: 0.688rem;
  line-height: 1.5;
}.bpt_reg_seo_w81 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  margin-top: 1.25rem;
  color: #7E6A4E;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
}.bpt_reg_seo_w81 p {
  font-size: 0.813rem;
  color: #7E6A4E;
  margin-bottom: 0.625rem;
  line-height: 1.65;
}.bpt_reg_seo_w81 p:last-child {
  margin-bottom: 0;
}.bpt_reg_seo_w81 strong {
  font-weight: 700;
  color: #D5C7A4;
}.bpt_reg_seo_w81 a {
  transition: color .2s;
  color: #C97C16;
  text-decoration: underline;
}.bpt_reg_seo_w81 a:hover {
  color: #E08F1C;
}.bpt_reg_seo_w81 ul,.bpt_reg_seo_w81 ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 18px;
}.bpt_reg_seo_w81 ol {
  list-style: decimal;
}.bpt_reg_seo_w81 li {
  margin-bottom: 0.25rem;
  line-height: 1.65;
  color: #7E6A4E;
  font-size: 0.813rem;
}.bpt_reg_seo_w81 table {
  width: 100%;
  font-size: 0.813rem;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  margin-bottom: 10px;
}
@media(min-width: 766px) {.bpt_reg_seo_w81 table {
  display: table;
}
}.bpt_reg_seo_w81 th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D5C7A4;
  text-align: left;
  font-weight: 700;
}.bpt_reg_seo_w81 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #7E6A4E;
}.bpt_reg_steps_w81 {
  gap: 14px;
  display: flex;
  flex-direction: column;
  margin-top: 1.75rem;
}
@media(min-width: 861px) {.bpt_reg_steps_w81 {
  margin-top: 0;
}
}.bpt_reg_step_w81 {
  border-radius: 0.625rem;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.bpt_reg_step_num_w81 {
  border: 1px solid rgba(201, 124, 22, 0.07);
  border-radius: 50%;
  background: rgba(201, 124, 22, 0.18);
  align-items: center;
  width: 2.125rem;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 800;
  color: #C97C16;
  display: flex;
  height: 2.125rem;
  justify-content: center;
}.bpt_reg_step_title_w81 {
  color: #F6EDD8;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
}.bpt_reg_step_text_w81 {
  color: #7E6A4E;
  font-size: 12px;
  line-height: 1.5;
}.bpt_reg_trust_w81 {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  padding-top: 20px;
}.bpt_reg_trust_item_w81 {
  gap: 7px;
  overflow-wrap: break-word;
  color: #7E6A4E;
  font-size: 12px;
  align-items: center;
  display: flex;
}.bpt_reg_trust_ic_w81 svg {
  color: #C97C16;
  stroke-linecap: round;
  height: 16px;
  width: 16px;
  stroke-linejoin: round;
}.bpt_seo_w81 {
  padding: 2.25rem 1rem 0;
  background: #0E0B07;
}
@media(min-width: 766px) {.bpt_seo_w81 {
  padding: 44px 1.5rem 0;
}
}.bpt_seo_in_w81 {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.875rem;
  background: #171310;
  padding: 28px 24px;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 769px) {.bpt_seo_in_w81 {
  padding: 36px 2.5rem;
}
}.bpt_seo_label_w81 {
  color: #C97C16;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}.bpt_seo_h2_w81 {
  font-family: 'Cinzel', serif;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #F6EDD8;
  line-height: 1.25;
  font-weight: 800;
}
@media(min-width: 769px) {.bpt_seo_h2_w81 {
  font-size: 1.5rem;
}
}.bpt_seo_body_w81 {
  font-size: 14px;
  overflow-wrap: break-word;
  color: #A8936E;
  line-height: 1.75;
}.bpt_seo_body_w81 p {
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #A8936E;
  font-size: 14px;
}.bpt_seo_body_w81 p:last-child {
  margin-bottom: 0;
}.bpt_seo_body_w81 strong {
  color: #D5C7A4;
  font-weight: 700;
}.bpt_seo_body_w81 a {
  transition: color .2s;
  color: #C97C16;
  text-decoration: underline;
}.bpt_seo_body_w81 a:hover {
  color: #E08F1C;
}.bpt_seo_body_w81 ul,.bpt_seo_body_w81 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.bpt_seo_body_w81 ol {
  list-style: decimal;
}.bpt_seo_body_w81 li {
  color: #A8936E;
  margin-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1.75;
}.bpt_seo_body_w81 table {
  margin-bottom: 0.75rem;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}
@media(min-width: 765px) {.bpt_seo_body_w81 table {
  display: table;
}
}.bpt_seo_body_w81 th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D5C7A4;
  font-weight: 700;
  text-align: left;
}.bpt_seo_body_w81 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #A8936E;
}.bpt_seo_cols_w81 {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 643px) {.bpt_seo_cols_w81 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.bpt_seo_cols_w81 {
  grid-template-columns: repeat(3,1fr);
}
}.bpt_seo_col_h_w81 {
  margin-bottom: 0.438rem;
  color: #D5C7A4;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 13px;
}.bpt_seo_col_p_w81 {
  font-size: 0.813rem;
  line-height: 1.65;
  color: #7E6A4E;
  overflow-wrap: break-word;
}.bpt_seo_stats_w81 {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.bpt_seo_stat_w81 {
  padding: 0.875rem 1rem;
  border: 1px solid rgba(201, 124, 22, 0.18);
  border-radius: 0.625rem;
  background: rgba(201, 124, 22, 0.07);
  flex: 1;
  min-width: 140px;
}.bpt_seo_stat_val_w81 {
  color: #C97C16;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 0.25rem;
}.bpt_seo_stat_lb_w81 {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #7E6A4E;
}.bpt_rv_w81 {
  background: #0E0B07;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.bpt_rv_w81 {
  padding: 44px 1.5rem 0;
}
}.bpt_rv_in_w81 {
  margin: 0 auto;
  max-width: 1320px;
}.bpt_rv_head_w81 {
  max-width: 720px;
  margin-bottom: 20px;
}.bpt_rv_label_w81 {
  text-transform: uppercase;
  color: #C97C16;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.bpt_rv_h2_w81 {
  font-size: 22px;
  color: #F6EDD8;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  margin-bottom: 10px;
}
@media(min-width: 769px) {.bpt_rv_h2_w81 {
  font-size: 1.75rem;
}
}.bpt_rv_stats_w81 {
  gap: 1.125rem;
  flex-wrap: wrap;
  display: flex;
  color: #7E6A4E;
  font-size: 0.813rem;
  align-items: center;
}.bpt_rv_stats_score_w81 {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.bpt_rv_stats_score_val_w81 {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #F2B230;
  font-size: 1.375rem;
}.bpt_rv_stats_score_max_w81 {
  color: #5E4E38;
  font-size: 13px;
}.bpt_rv_stats_badge_w81 {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.bpt_rv_stats_badge_w81 svg {
  width: 14px;
  color: #F2B230;
  height: 14px;
}.bpt_rv_grid_w81 {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.bpt_rv_grid_w81 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.bpt_rv_grid_w81 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.bpt_rv_card_w81 {
  border-radius: 0.625rem;
  background: #171310;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 20px;
  display: flex;
  flex-direction: column;
}.bpt_rv_card_stars_w81 {
  gap: 2px;
  margin-bottom: 0.625rem;
  color: #F2B230;
  display: flex;
}.bpt_rv_card_stars_w81 svg {
  width: 14px;
  height: 14px;
}.bpt_rv_card_h_w81 {
  font-size: 0.875rem;
  color: #F6EDD8;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}.bpt_rv_card_body_w81 {
  flex: 1;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #7E6A4E;
  font-size: 13px;
}.bpt_rv_card_body_w81 strong {
  color: #D5C7A4;
  font-weight: 600;
}.bpt_rv_card_meta_w81 {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}.bpt_rv_card_author_w81 {
  font-weight: 600;
  color: #D5C7A4;
  font-size: 12px;
}.bpt_rv_card_date_w81 {
  font-size: 11px;
  color: #5E4E38;
}.bpt_seo_w81 {
  background: #0E0B07;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.bpt_seo_w81 {
  padding: 44px 24px 0;
}
}.bpt_seo_in_w81 {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.75rem 1.5rem;
  background: #171310;
  border-radius: 14px;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width:768px) {.bpt_seo_in_w81 {
  padding: 2.25rem 2.5rem;
}
}.bpt_seo_label_w81 {
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #C97C16;
}.bpt_seo_h2_w81 {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  color: #F6EDD8;
  font-size: 20px;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 14px;
}
@media(min-width: 765px) {.bpt_seo_h2_w81 {
  font-size: 1.5rem;
}
}.bpt_seo_body_w81 {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #A8936E;
}.bpt_seo_body_w81 p {
  line-height: 1.75;
  color: #A8936E;
  font-size: 14px;
  margin-bottom: 12px;
}.bpt_seo_body_w81 p:last-child {
  margin-bottom: 0;
}.bpt_seo_body_w81 strong {
  color: #D5C7A4;
  font-weight: 700;
}.bpt_seo_body_w81 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C97C16;
}.bpt_seo_body_w81 a:hover {
  color: #E08F1C;
}.bpt_seo_body_w81 ul,.bpt_seo_body_w81 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.bpt_seo_body_w81 ol {
  list-style: decimal;
}.bpt_seo_body_w81 li {
  font-size: 14px;
  color: #A8936E;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.bpt_seo_body_w81 table {
  width: 100%;
  font-size: 0.813rem;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  margin-bottom: 0.75rem;
}
@media(min-width: 766px) {.bpt_seo_body_w81 table {
  display: table;
}
}.bpt_seo_body_w81 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  font-weight: 700;
  text-align: left;
  color: #D5C7A4;
}.bpt_seo_body_w81 td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A8936E;
}.bpt_seo_cols_w81 {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.bpt_seo_cols_w81 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.bpt_seo_cols_w81 {
  grid-template-columns: repeat(3,1fr);
}
}.bpt_seo_col_h_w81 {
  font-weight: 700;
  margin-bottom: 7px;
  color: #D5C7A4;
  font-size: 13px;
  overflow-wrap: break-word;
}.bpt_seo_col_p_w81 {
  color: #7E6A4E;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.bpt_seo_stats_w81 {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.bpt_seo_stat_w81 {
  border: 1px solid rgba(201, 124, 22, 0.18);
  background: rgba(201, 124, 22, 0.07);
  padding: 14px 16px;
  border-radius: 0.625rem;
  flex: 1;
  min-width: 140px;
}.bpt_seo_stat_val_w81 {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #C97C16;
  font-size: 1.25rem;
  margin-bottom: 4px;
}.bpt_seo_stat_lb_w81 {
  color: #7E6A4E;
  overflow-wrap: break-word;
  font-size: 11px;
}.bpt_pmt_w81 {
  background: #0E0B07;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.bpt_pmt_w81 {
  padding: 44px 1.5rem 0;
}
}.bpt_pmt_in_w81 {
  margin: 0 auto;
  max-width: 82.5rem;
}.bpt_pmt_head_w81 {
  max-width: 45rem;
  margin-bottom: 1.375rem;
}.bpt_pmt_label_w81 {
  letter-spacing: .08em;
  color: #C97C16;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 0.688rem;
}.bpt_pmt_h2_w81 {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #F6EDD8;
  margin-bottom: 0.5rem;
  font-size: 22px;
  font-weight: 800;
}
@media(min-width: 769px) {.bpt_pmt_h2_w81 {
  font-size: 1.75rem;
}
}.bpt_pmt_intro_w81 {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #7E6A4E;
  line-height: 1.6;
}.bpt_pmt_groups_w81 {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.bpt_pmt_group_w81 {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.625rem;
  padding: 20px;
  background: #171310;
}.bpt_pmt_group_head_w81 {
  gap: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.625rem;
  align-items: center;
}.bpt_pmt_group_ic_w81 {
  border-radius: 0.375rem;
  background: rgba(201, 124, 22, 0.18);
  color: #C97C16;
  width: 36px;
  height: 2.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.bpt_pmt_group_ic_w81 svg {
  stroke-linejoin: round;
  width: 1.125rem;
  height: 18px;
  stroke-linecap: round;
}.bpt_pmt_group_h_w81 {
  margin: 0;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F6EDD8;
  font-family: 'Cinzel', serif;
  font-size: 16px;
}.bpt_pmt_group_p_w81 {
  margin-bottom: 0.875rem;
  line-height: 1.6;
  color: #7E6A4E;
  font-size: 13px;
  overflow-wrap: break-word;
}.bpt_pmt_group_p_w81 strong {
  font-weight: 600;
  color: #D5C7A4;
}.bpt_pmt_table_wrap_w81 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.bpt_pmt_table_w81 {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.813rem;
  min-width: 33.75rem;
}.bpt_pmt_table_w81 th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D5C7A4;
  font-size: 0.688rem;
  text-align: left;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}.bpt_pmt_table_w81 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  color: #7E6A4E;
}.bpt_pmt_table_w81 tbody tr:last-child td {
  border-bottom: none;
}.bpt_pmt_table_w81 tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #D5C7A4;
}.bpt_seo_w81 {
  padding: 36px 1rem 0;
  background: #0E0B07;
}
@media(min-width: 769px) {.bpt_seo_w81 {
  padding: 2.75rem 1.5rem 0;
}
}.bpt_seo_in_w81 {
  margin: 0 auto;
  border-radius: 14px;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #171310;
  max-width: 1320px;
}
@media(min-width: 769px) {.bpt_seo_in_w81 {
  padding: 2.25rem 40px;
}
}.bpt_seo_label_w81 {
  letter-spacing: .08em;
  color: #C97C16;
  margin-bottom: 10px;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
}.bpt_seo_h2_w81 {
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  color: #F6EDD8;
}
@media(min-width: 767px) {.bpt_seo_h2_w81 {
  font-size: 24px;
}
}.bpt_seo_body_w81 {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #A8936E;
  font-size: 14px;
}.bpt_seo_body_w81 p {
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 0.875rem;
  color: #A8936E;
}.bpt_seo_body_w81 p:last-child {
  margin-bottom: 0;
}.bpt_seo_body_w81 strong {
  font-weight: 700;
  color: #D5C7A4;
}.bpt_seo_body_w81 a {
  transition: color .2s;
  color: #C97C16;
  text-decoration: underline;
}.bpt_seo_body_w81 a:hover {
  color: #E08F1C;
}.bpt_seo_body_w81 ul,.bpt_seo_body_w81 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.bpt_seo_body_w81 ol {
  list-style: decimal;
}.bpt_seo_body_w81 li {
  color: #A8936E;
  margin-bottom: 0.375rem;
  font-size: 14px;
  line-height: 1.75;
}.bpt_seo_body_w81 table {
  margin-bottom: 0.75rem;
  overflow-x: auto;
  width: 100%;
  display: block;
  border-collapse: collapse;
  font-size: 13px;
}
@media(min-width: 770px) {.bpt_seo_body_w81 table {
  display: table;
}
}.bpt_seo_body_w81 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #D5C7A4;
}.bpt_seo_body_w81 td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A8936E;
}.bpt_seo_cols_w81 {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.bpt_seo_cols_w81 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.bpt_seo_cols_w81 {
  grid-template-columns: repeat(3,1fr);
}
}.bpt_seo_col_h_w81 {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #D5C7A4;
}.bpt_seo_col_p_w81 {
  line-height: 1.65;
  color: #7E6A4E;
  overflow-wrap: break-word;
  font-size: 13px;
}.bpt_seo_stats_w81 {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.bpt_seo_stat_w81 {
  flex: 1;
  background: rgba(201, 124, 22, 0.07);
  border-radius: 10px;
  padding: 14px 16px;
  border: 1px solid rgba(201, 124, 22, 0.18);
  min-width: 140px;
}.bpt_seo_stat_val_w81 {
  overflow-wrap: break-word;
  color: #C97C16;
  font-size: 20px;
  margin-bottom: 0.25rem;
  font-weight: 800;
}.bpt_seo_stat_lb_w81 {
  color: #7E6A4E;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.bpt_faq_w81 {
  padding: 2.25rem 1rem 0;
  background: #0E0B07;
}
@media(min-width: 767px) {.bpt_faq_w81 {
  padding: 2.75rem 1.5rem 0;
}
}.bpt_faq_in_w81 {
  margin: 0 auto;
  max-width: 82.5rem;
}.bpt_faq_head_w81 {
  margin-bottom: 20px;
}.bpt_faq_label_w81 {
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #C97C16;
  font-size: 11px;
}.bpt_faq_h2_w81 {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #F6EDD8;
}
@media(min-width: 769px) {.bpt_faq_h2_w81 {
  font-size: 24px;
}
}.bpt_faq_list_w81 {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.bpt_faq_item_w81 {
  background: #171310;
  border-radius: 0.625rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.bpt_faq_q_w81 {
  gap: 12px;
  transition: color .2s;
  padding: 16px 20px;
  overflow-wrap: break-word;
  color: #D5C7A4;
  display: flex;
  cursor: pointer;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  justify-content: space-between;
}.bpt_faq_q_w81:hover {
  color: #F6EDD8;
}.bpt_faq_q_ic_w81 {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  color: #C97C16;
  height: 1.5rem;
  align-items: center;
  width: 1.5rem;
  font-size: 1rem;
  flex-shrink: 0;
}.bpt_faq_item_w81.bpt_state_open_w81 .bpt_faq_q_ic_w81 {
  transform: rotate(45deg);
}.bpt_faq_a_w81 {
  padding: 0 20px 1rem;
  line-height: 1.7;
  font-size: 13px;
  display: none;
  color: #7E6A4E;
  overflow-wrap: break-word;
}.bpt_faq_item_w81.bpt_state_open_w81 .bpt_faq_a_w81 {
  display: block;
}.bpt_faq_a_w81 strong {
  font-weight: 700;
  color: #D5C7A4;
}.bpt_faq_a_w81 a {
  color: #C97C16;
  text-decoration: underline;
}.bpt_faq_a_w81 ul,.bpt_faq_a_w81 ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.bpt_faq_a_w81 ol {
  list-style: decimal;
}.bpt_faq_a_w81 li {
  line-height: 1.6;
  margin-bottom: 4px;
}.bpt_faq_a_w81 table {
  margin: 8px 0;
  width: 100%;
  font-size: 0.75rem;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 765px) {.bpt_faq_a_w81 table {
  display: table;
}
}.bpt_faq_a_w81 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 8px;
  text-align: left;
  font-weight: 700;
  color: #D5C7A4;
}.bpt_faq_a_w81 td {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7E6A4E;
}.bpt_ft_w81 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #080500;
  margin-top: 3rem;
}.bpt_ft_support_w81 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 1rem;
}
@media(min-width: 767px) {.bpt_ft_support_w81 {
  padding: 28px 1.5rem;
}
}.bpt_ft_support_in_w81 {
  gap: 1rem;
  margin: 0 auto;
  max-width: 82.5rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.bpt_ft_support_main_w81 {
  flex: 1;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  min-width: 13.75rem;
  align-items: center;
}.bpt_ft_support_ic_w81 {
  flex-shrink: 0;
  color: #C97C16;
}.bpt_ft_support_ic_w81 svg {
  height: 30px;
  stroke-linejoin: round;
  width: 1.875rem;
  stroke-linecap: round;
}.bpt_ft_support_text_title_w81 {
  overflow-wrap: break-word;
  margin-bottom: 3px;
  font-weight: 700;
  color: #F6EDD8;
  font-size: 15px;
}.bpt_ft_support_text_sub_w81 {
  overflow-wrap: break-word;
  color: #7E6A4E;
  font-size: 12px;
}.bpt_ft_support_btn_w81 {
  transition: background .2s;
  border-radius: 0.625rem;
  background: #C97C16;
  padding: 0.688rem 1.375rem;
  flex-shrink: 0;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #F6EDD8;
}.bpt_ft_support_btn_w81:hover {
  background: #E08F1C;
}.bpt_ft_support_contacts_w81 {
  gap: 1rem;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.bpt_ft_support_contact_w81 {
  font-size: 0.75rem;
  color: #5E4E38;
  line-height: 1.4;
}.bpt_ft_support_contact_w81 strong {
  color: #A8936E;
  margin-bottom: 2px;
  font-size: 11px;
  display: block;
  font-weight: 600;
}.bpt_ft_main_w81 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 16px 24px;
}
@media(min-width: 769px) {.bpt_ft_main_w81 {
  padding: 40px 1.5rem 2rem;
}
}.bpt_ft_main_in_w81 {
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 82.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.bpt_ft_main_in_w81 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.bpt_ft_main_in_w81 {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.bpt_ft_col_logo_w81 {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.bpt_ft_col_logo_w81 {
  grid-column: auto;
}
}.bpt_ft_logo_w81 {
  gap: 9px;
  display: flex;
  overflow-wrap: break-word;
  font-size: 1rem;
  color: #F6EDD8;
  font-weight: 800;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}.bpt_ft_logo_mark_w81 {
  border-radius: 0.375rem;
  overflow: hidden;
  width: 1.875rem;
  height: 30px;
}.bpt_ft_logo_mark_w81 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.bpt_ft_logo_sub_w81 {
  max-width: 12.5rem;
  overflow-wrap: break-word;
  color: #5E4E38;
  line-height: 1.55;
  font-size: 12px;
}.bpt_ft_col_title_w81 {
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #A8936E;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0.875rem;
}.bpt_ft_col_links_w81 {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.bpt_ft_col_link_w81 {
  transition: color .2s;
  color: #5E4E38;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.bpt_ft_col_link_w81:hover {
  color: #D5C7A4;
}.bpt_ft_apps_w81 {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.bpt_ft_app_card_w81 {
  gap: 0.625rem;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  transition: border-color .2s;
  display: flex;
  align-items: center;
}.bpt_ft_app_card_w81:hover {
  border-color: rgba(201, 126, 22, 0.50);
}.bpt_ft_app_card_ic_w81 svg {
  stroke-linejoin: round;
  height: 22px;
  width: 1.375rem;
  stroke-linecap: round;
}.bpt_ft_app_card_os_w81 {
  font-size: 10px;
  font-weight: 600;
  color: #5E4E38;
}.bpt_ft_app_card_action_w81 {
  font-size: 0.75rem;
  color: #D5C7A4;
  font-weight: 700;
}.bpt_ft_bot_w81 {
  padding: 1.25rem 16px;
}
@media(min-width: 769px) {.bpt_ft_bot_w81 {
  padding: 20px 1.5rem;
}
}.bpt_ft_bot_in_w81 {
  gap: 16px;
  margin: 0 auto;
  max-width: 1320px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.bpt_ft_socials_w81 {
  gap: 0.5rem;
  display: flex;
}.bpt_ft_soc_w81 {
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  justify-content: center;
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  color: #A8936E;
  align-items: center;
}.bpt_ft_soc_w81 svg {
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
  width: 1rem;
}.bpt_ft_soc_w81:hover {
  background: rgba(255, 255, 255, 0.07);
}.bpt_ft_legal_w81 {
  flex: 1;
  font-size: 0.688rem;
  color: #8C7A60;
  min-width: 12.5rem;
  overflow-wrap: break-word;
  line-height: 1.6;
}.bpt_ft_legal_w81 strong {
  color: #A8936E;
  font-weight: 700;
}.bpt_ft_legal_w81 a {
  color: #A8936E;
  text-decoration: underline;
}.bpt_ft_age_w81 {
  border: 2px solid #8C7A60;
  border-radius: 50%;
  width: 32px;
  align-items: center;
  flex-shrink: 0;
  height: 2rem;
  display: flex;
  font-size: 11px;
  font-weight: 800;
  margin-left: auto;
  color: #8C7A60;
  justify-content: center;
}