html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0D1220;
  color: #C8BFA8;
  line-height: 1.6;
  font-family: 'Barlow', sans-serif;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}.cbc_layout_1rb {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.cbc_page_1rb {
  display: flex;
  min-height: 100vh;
}.cbc_main_1rb {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media (min-width: 1081px) {.cbc_main_1rb {
  padding-left: 220px;
}
}
@media (max-width:1079px) {.cbc_main_1rb {
  padding-bottom: 72px;
}
}.cbc_gc_1rb {
  border-radius: 0.625rem;
  background: #111728;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  width: 140px;
}
@media(min-width: 638px) {.cbc_gc_1rb {
  width: 9.75rem;
}
}
@media(min-width: 1082px) {.cbc_gc_1rb {
  width: 168px;
}
}.cbc_gc_1rb:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 148, 58, 0.07);
}.cbc_gc_img_1rb {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.cbc_gc_img_1rb img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}.cbc_gc_hover_1rb {
  inset: 0;
  background: rgba(9, 13, 24, 0.72);
  transition: opacity .2s;
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}.cbc_gc_1rb:hover .cbc_gc_hover_1rb {
  opacity: 1;
}.cbc_gc_hover_btn_1rb {
  background: #C9943A;
  padding: 8px 1rem;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #F0E8D0;
}.cbc_gc_info_1rb {
  padding: 8px 0.625rem 10px;
}.cbc_gc_name_1rb {
  overflow: hidden;
  font-weight: 600;
  color: #C8BFA8;
  margin-bottom: 3px;
  white-space: nowrap;
  font-size: 12px;
  max-width: 100%;
  text-overflow: ellipsis;
}.cbc_gc_prov_1rb {
  font-size: 10px;
  color: #5E5749;
}.cbc_gc_tag_1rb {
  padding: 2px 7px;
  border-radius: 4px;
  font-weight: 700;
  letter-spacing: .04em;
  position: absolute;
  top: 0.375rem;
  text-transform: uppercase;
  left: 0.375rem;
  z-index: 2;
  font-size: 9px;
}.cbc_gc_tag_hot_1rb {
  background: #E04040;
  color: #fff;
}.cbc_gc_tag_new_1rb {
  background: #2DB87A;
  color: #0D1220;
}.cbc_gc_tag_jp_1rb {
  background: #E8B430;
  color: #0D1220;
}.cbc_gc_tag_ex_1rb {
  background: #7B5C2E;
  color: #fff;
}.cbc_gc_tag_live_1rb {
  background: #E04040;
  color: #fff;
}.cbc_gr_1rb {
  padding: 2rem 16px 0;
  background: #0D1220;
}
@media(min-width: 770px) {.cbc_gr_1rb {
  padding: 2.25rem 1.5rem 0;
}
}.cbc_gr_in_1rb {
  margin: 0 auto;
  max-width: 82.5rem;
}.cbc_gr_head_1rb {
  gap: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
  align-items: center;
}.cbc_gr_head_l_1rb {
  gap: 10px;
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
}.cbc_gr_ic_1rb {
  border-radius: 0.625rem;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  width: 2rem;
  justify-content: center;
  align-items: center;
}.cbc_gr_ic_1rb svg {
  stroke-linecap: round;
  width: 16px;
  height: 16px;
  stroke-linejoin: round;
}.cbc_gr_title_1rb {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  color: #F0E8D0;
  overflow-wrap: break-word;
  font-size: 1rem;
}
@media(min-width: 765px) {.cbc_gr_title_1rb {
  font-size: 1.125rem;
}
}.cbc_gr_more_1rb {
  transition: color .2s;
  gap: 0.313rem;
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
  align-items: center;
  color: #756C5C;
  font-weight: 600;
  font-size: 0.75rem;
}.cbc_gr_more_1rb:hover {
  color: #C9943A;
}.cbc_gr_more_1rb svg {
  height: 0.75rem;
  stroke-linecap: round;
  width: 0.75rem;
  stroke-linejoin: round;
}.cbc_gr_arrows_1rb {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.cbc_gr_arr_1rb {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: background .15s,color .15s;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  color: #9A9080;
  align-items: center;
  justify-content: center;
  display: flex;
}.cbc_gr_arr_1rb:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F0E8D0;
}.cbc_gr_arr_1rb svg {
  stroke-linejoin: round;
  width: 13px;
  height: 13px;
  stroke-linecap: round;
}.cbc_gr_seo_h_1rb {
  margin: 0 0 6px;
  color: #C8BFA8;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 0.813rem;
  max-width: 680px;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.cbc_gr_seo_h_1rb {
  font-size: 14px;
}
}.cbc_gr_seo_1rb {
  overflow-wrap: break-word;
  line-height: 1.55;
  margin-bottom: 12px;
  color: #756C5C;
  font-size: 12px;
  max-width: 680px;
}.cbc_gr_seo_1rb strong {
  color: #C8BFA8;
  font-weight: 600;
}.cbc_gr_scroll_1rb {
  gap: 10px;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}.cbc_gr_scroll_1rb::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.cbc_gr_scroll_1rb {
  gap: 12px;
}
}.cbc_tb_1rb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0D1220;
  left: 0;
  position: fixed;
  right: 0;
  height: 56px;
  align-items: center;
  top: 0;
  z-index: 80;
  display: flex;
}.cbc_tb_in_1rb {
  gap: 0;
  padding: 0 14px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
}.cbc_tb_burger_1rb {
  gap: 5px;
  border-radius: 10px;
  justify-content: center;
  flex-direction: column;
  display: flex;
  margin-right: 8px;
  flex-shrink: 0;
  align-items: center;
  width: 2.375rem;
  height: 2.375rem;
}.cbc_tb_burger_1rb:hover {
  background: rgba(255, 255, 255, 0.05);
}.cbc_tb_burger_line_1rb {
  border-radius: 1px;
  background: #9A9080;
  display: block;
  height: 2px;
  width: 18px;
}
@media(min-width: 1081px) {.cbc_tb_burger_1rb {
  display: none;
}
}.cbc_tb_logo_1rb {
  gap: 9px;
  color: #F0E8D0;
  align-items: center;
  overflow-wrap: break-word;
  margin-right: 1.25rem;
  font-size: 1.125rem;
  letter-spacing: -.01em;
  display: flex;
  font-weight: 800;
  flex-shrink: 0;
}.cbc_tb_logo_mark_1rb {
  overflow: hidden;
  border-radius: 0.625rem;
  height: 2rem;
  display: flex;
  width: 32px;
  align-items: center;
  justify-content: center;
}.cbc_tb_logo_mark_1rb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.cbc_tb_nav_1rb {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 637px) {.cbc_tb_nav_1rb {
  display: flex;
}
}.cbc_tb_tab_1rb {
  transition: background .15s,color .15s;
  border-radius: 10px;
  padding: 8px 14px;
  font-weight: 600;
  color: #9A9080;
  font-size: 0.813rem;
  white-space: nowrap;
}.cbc_tb_tab_1rb:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0E8D0;
}.cbc_tb_tab_1rb.cbc_state_active_1rb {
  background: rgba(201, 148, 58, 0.18);
  color: #F0E8D0;
}.cbc_tb_right_1rb {
  gap: 8px;
  flex-shrink: 0;
  display: flex;
  margin-left: auto;
  align-items: center;
}.cbc_tb_login_1rb {
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s,color .2s;
  padding: 9px 1rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  color: #C8BFA8;
  font-weight: 600;
  display: none;
  font-size: 13px;
}.cbc_tb_login_1rb:hover {
  border-color: rgba(201, 148, 58, 0.45);
  color: #F0E8D0;
}
@media(min-width:480px) {.cbc_tb_login_1rb {
  display: block;
}
}.cbc_tb_reg_1rb {
  background: #2DB87A;
  border-radius: 10px;
  transition: background .2s;
  padding: 9px 1.125rem;
  font-weight: 700;
  white-space: nowrap;
  font-size: 13px;
  color: #0D1220;
}.cbc_tb_reg_1rb:hover {
  background: #38D490;
}.cbc_sb_1rb {
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #141B2E;
  transition: transform .25s ease;
  left: 0;
  width: 220px;
  position: fixed;
  overflow-y: auto;
  bottom: 0;
  top: 3.5rem;
  z-index: 70;
}.cbc_sb_1rb.cbc_state_open_1rb {
  transform: translateX(0);
}.cbc_sb_1rb::-webkit-scrollbar {
  width: 4px;
}.cbc_sb_1rb::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1083px) {.cbc_sb_1rb {
  transform: translateX(0);
}
}.cbc_sb_auth_1rb {
  padding: 0.875rem 12px 0.625rem;
}.cbc_sb_btn_reg_1rb {
  padding: 0.688rem;
  background: #2DB87A;
  transition: background .2s;
  border-radius: 0.625rem;
  font-weight: 700;
  display: block;
  font-size: 13px;
  margin-bottom: 0.5rem;
  text-align: center;
  color: #0D1220;
}.cbc_sb_btn_reg_1rb:hover {
  background: #38D490;
}.cbc_sb_btn_login_1rb {
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  border-radius: 10px;
  text-align: center;
  font-size: 0.813rem;
  display: block;
  color: #C8BFA8;
  font-weight: 600;
}.cbc_sb_btn_login_1rb:hover {
  border-color: rgba(201, 148, 58, 0.45);
  color: #F0E8D0;
}.cbc_sb_promo_1rb {
  margin: 0 12px 10px;
  border: 1px solid rgba(201, 148, 58, 0.18);
  background: linear-gradient(135deg,#1A2440,#141B2E);
  padding: 12px 14px;
  overflow: hidden;
  border-radius: 0.625rem;
  position: relative;
}.cbc_sb_promo_1rb::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(201, 148, 58, 0.18),transparent 70%);
  height: 80px;
  width: 80px;
  content: '';
  position: absolute;
  right: -20px;
  top: -1.25rem;
}.cbc_sb_promo_title_1rb {
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #C9943A;
  font-weight: 700;
  font-size: 11px;
}.cbc_sb_promo_text_1rb {
  overflow-wrap: break-word;
  color: #F0E8D0;
  font-size: 0.75rem;
  line-height: 1.35;
  font-weight: 600;
}.cbc_sb_promo_sub_1rb {
  color: #756C5C;
  font-size: 0.625rem;
  margin-top: 3px;
}.cbc_sb_nav_1rb {
  padding: 6px 8px 1rem;
}.cbc_sb_nav_lb_1rb {
  padding: 0.625rem 8px 6px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .08em;
  color: #5E5749;
  font-weight: 700;
}.cbc_sb_link_1rb {
  border-radius: 6px;
  padding: 9px 0.625rem;
  transition: background .15s,color .15s;
  gap: 0.625rem;
  overflow-wrap: break-word;
  color: #9A9080;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  align-items: center;
}.cbc_sb_link_1rb:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0E8D0;
}.cbc_sb_link_1rb.cbc_state_active_1rb {
  background: rgba(201, 148, 58, 0.18);
  color: #F0E8D0;
}.cbc_sb_ic_1rb {
  border-radius: 0.375rem;
  display: flex;
  width: 30px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  height: 30px;
}.cbc_sb_ic_1rb svg {
  stroke-linecap: round;
  width: 1rem;
  height: 16px;
  stroke-linejoin: round;
}.cbc_sb_ic_1_1rb {
  background: rgba(201, 148, 58, 0.07);
  color: #C9943A;
}.cbc_sb_ic_2_1rb {
  background: rgba(45, 184, 122, 0.16);
  color: #2DB87A;
}.cbc_sb_ic_3_1rb {
  background: rgba(232, 180, 48, 0.15);
  color: #E8B430;
}.cbc_sb_ic_4_1rb {
  background: rgba(123, 92, 46, 0.22);
  color: #7B5C2E;
}.cbc_sb_ic_5_1rb {
  background: rgba(201, 148, 58, 0.07);
  color: #E85A7A;
}.cbc_sb_ic_6_1rb {
  background: rgba(123, 92, 46, 0.22);
  color: #7B4FC9;
}.cbc_sb_badge_1rb {
  background: #E8B430;
  border-radius: 6px;
  padding: 2px 7px;
  color: #0D1220;
  font-size: 9px;
  margin-left: auto;
  font-weight: 700;
}.cbc_sb_bot_1rb {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 8px;
  padding: 12px;
  display: flex;
}.cbc_sb_lang_1rb,.cbc_sb_help_1rb {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  gap: 6px;
  border-radius: 6px;
  padding: 9px 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: border-color .2s;
  font-size: 0.688rem;
  color: #9A9080;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: 600;
}.cbc_sb_lang_1rb:hover,.cbc_sb_help_1rb:hover {
  border-color: rgba(201, 148, 58, 0.45);
  color: #F0E8D0;
}.cbc_sb_lang_1rb svg,.cbc_sb_help_1rb svg {
  height: 0.813rem;
  stroke-linejoin: round;
  width: 0.813rem;
  stroke-linecap: round;
}.cbc_sb_bd_1rb {
  inset: 0;
  background: rgba(9, 13, 24, 0.72);
  position: fixed;
  z-index: 69;
  display: none;
}.cbc_sb_bd_1rb.cbc_state_on_1rb {
  display: block;
}
@media(min-width: 1082px) {.cbc_sb_bd_1rb {
  display: none!important;
}
}.cbc_mob_nav_1rb {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  background: #141B2E;
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  left: 0;
  right: 0;
  position: fixed;
  z-index: 80;
  display: flex;
  bottom: 0;
}
@media(min-width: 1083px) {.cbc_mob_nav_1rb {
  display: none;
}
}.cbc_mob_nav_item_1rb {
  gap: 4px;
  flex: 1;
  padding: 4px 2px;
  color: #5E5749;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}.cbc_mob_nav_ic_1rb {
  line-height: 1;
}.cbc_mob_nav_ic_1rb svg {
  height: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.25rem;
}.cbc_mob_nav_lb_1rb {
  font-weight: 600;
  color: #5E5749;
  font-size: 10px;
}.cbc_mob_nav_item_1rb.cbc_state_active_1rb {
  color: #C9943A;
}.cbc_mob_nav_item_1rb.cbc_state_active_1rb .cbc_mob_nav_lb_1rb {
  color: #C9943A;
}.cbc_hero_1rb {
  background: #0D1220;
  padding: 1.25rem 16px 0;
}
@media(min-width:768px) {.cbc_hero_1rb {
  padding: 1.5rem 1.5rem 0;
}
}.cbc_hero_in_1rb {
  margin: 0 auto;
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1320px;
}
@media(min-width: 861px) {.cbc_hero_in_1rb {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1101px) {.cbc_hero_in_1rb {
  grid-template-columns: 1fr 340px;
}
}.cbc_hero_promo_1rb {
  border-radius: 0.875rem;
  background: #111728;
  overflow: hidden;
  position: relative;
  display: flex;
  min-height: 13.75rem;
  align-items: stretch;
}
@media(min-width: 769px) {.cbc_hero_promo_1rb {
  min-height: 17.5rem;
}
}.cbc_hero_promo_bg_1rb {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#1A2440 0%,#0D1220 100%);
  position: absolute;
  background-size: cover;
}.cbc_hero_promo_bg_1rb::after {
  inset: 0;
  background: linear-gradient(90deg,#0D1220 0%,rgba(9, 13, 24, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.cbc_hero_promo_glow_1rb {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(123, 92, 46, 0.22) 0%,transparent 65%);
  right: 60px;
  height: 300px;
  position: absolute;
  top: -40px;
  width: 18.75rem;
  pointer-events: none;
}.cbc_hero_promo_ct_1rb {
  padding: 28px 1.5rem 28px 28px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  max-width: 30rem;
}
@media(min-width: 766px) {.cbc_hero_promo_ct_1rb {
  padding: 2.5rem 32px;
}
}.cbc_hero_badge_1rb {
  border: 1px solid rgba(201, 148, 58, 0.07);
  background: rgba(201, 148, 58, 0.18);
  border-radius: 20px;
  padding: 0.313rem 12px;
  letter-spacing: .08em;
  color: #C9943A;
  margin-bottom: 14px;
  font-size: 10px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}.cbc_hero_h1_1rb {
  color: #F0E8D0;
  font-size: 26px;
  margin-bottom: 0.625rem;
  font-family: 'Cinzel', serif;
  line-height: 1.15;
  overflow-wrap: break-word;
  font-weight: 800;
}.cbc_hero_h1_1rb em {
  font-style: normal;
  color: #E8B430;
}
@media(min-width: 769px) {.cbc_hero_h1_1rb {
  font-size: 36px;
}
}.cbc_hero_sub_1rb {
  line-height: 1.55;
  font-size: 13px;
  color: #9A9080;
  margin-bottom: 20px;
}
@media(min-width: 769px) {.cbc_hero_sub_1rb {
  font-size: 0.875rem;
}
}.cbc_hero_row_1rb {
  gap: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.cbc_hero_cta_1rb {
  transition: background .2s;
  border-radius: 0.625rem;
  background: #2DB87A;
  padding: 0.813rem 1.625rem;
  font-weight: 700;
  color: #0D1220;
  font-size: 0.875rem;
  box-shadow: 0 0.25rem 18px rgba(45, 184, 122, 0.42), 0 1px 0 rgba(45, 184, 122, 0.12);
}.cbc_hero_cta_1rb:hover {
  background: #38D490;
}.cbc_hero_terms_1rb {
  color: #5E5749;
  font-size: 0.688rem;
}.cbc_hero_game_1rb {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #111728;
  border-radius: 0.875rem;
  position: relative;
  display: flex;
  flex-direction: column;
}.cbc_hero_game_badge_1rb {
  border-radius: 1.25rem;
  padding: 5px 0.625rem;
  border: 1px solid rgba(232, 180, 48, 0.15);
  background: rgba(232, 180, 48, 0.15);
  letter-spacing: .06em;
  color: #E8B430;
  position: absolute;
  left: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 3;
  top: 0.75rem;
  font-size: 10px;
}.cbc_hero_game_badge_1rb svg {
  margin-right: 0.25rem;
  height: 0.688rem;
  vertical-align: -1px;
  width: 0.688rem;
}.cbc_hero_game_img_1rb {
  overflow: hidden;
  background: linear-gradient(135deg,#1A2440,#0D1220);
  padding-bottom: 60%;
  position: relative;
}.cbc_hero_game_img_1rb img {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}.cbc_hero_game_play_1rb {
  inset: 0;
  transition: opacity .2s;
  background: rgba(9, 13, 24, 0.72);
  opacity: 0;
  justify-content: center;
  position: absolute;
  align-items: center;
  display: flex;
}.cbc_hero_game_1rb:hover .cbc_hero_game_play_1rb {
  opacity: 1;
}.cbc_hero_game_play_1rb span {
  border-radius: 50%;
  background: #C9943A;
  align-items: center;
  justify-content: center;
  width: 52px;
  display: flex;
  height: 3.25rem;
}.cbc_hero_game_play_1rb span svg {
  height: 1.125rem;
  margin-left: 2px;
  width: 18px;
}.cbc_hero_game_info_1rb {
  padding: 0.875rem 16px;
}.cbc_hero_game_title_1rb {
  color: #F0E8D0;
  font-size: 0.938rem;
  font-weight: 700;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.cbc_hero_game_provider_1rb {
  color: #756C5C;
  font-size: 11px;
}.cbc_hero_game_btn_1rb {
  background: #C9943A;
  margin: 0.75rem 16px 16px;
  transition: background .2s;
  border-radius: 0.625rem;
  padding: 11px;
  display: block;
  font-weight: 700;
  color: #F0E8D0;
  font-size: 13px;
  text-align: center;
}.cbc_hero_game_1rb:hover .cbc_hero_game_btn_1rb {
  background: #DFA94E;
}.cbc_sbar_1rb {
  background: #0D1220;
  padding: 16px 16px 0;
}
@media(min-width: 765px) {.cbc_sbar_1rb {
  padding: 1.125rem 1.5rem 0;
}
}.cbc_sbar_in_1rb {
  margin: 0 auto;
  max-width: 1320px;
}.cbc_sbar_row_1rb {
  gap: 0.625rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  display: flex;
}.cbc_sbar_input_1rb {
  transition: border-color .2s;
  gap: 0.625rem;
  flex: 1;
  padding: 11px 1rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #111728;
  border-radius: 10px;
  font-size: 0.813rem;
  align-items: center;
  display: flex;
  color: #756C5C;
  cursor: pointer;
}.cbc_sbar_input_1rb:hover {
  border-color: rgba(201, 148, 58, 0.45);
}.cbc_sbar_input_1rb svg {
  width: 0.938rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  height: 0.938rem;
}.cbc_sbar_providers_1rb {
  background: #111728;
  gap: 0.5rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.625rem;
  padding: 0.688rem 18px;
  font-size: 13px;
  display: flex;
  font-weight: 600;
  white-space: nowrap;
  align-items: center;
  color: #C8BFA8;
}.cbc_sbar_providers_1rb:hover {
  border-color: rgba(201, 148, 58, 0.45);
  color: #F0E8D0;
}.cbc_sbar_providers_1rb svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.875rem;
  width: 0.875rem;
}.cbc_sbar_tabs_1rb {
  gap: 0.375rem;
  display: flex;
  padding-bottom: 2px;
  overflow-x: auto;
  scrollbar-width: none;
}.cbc_sbar_tabs_1rb::-webkit-scrollbar {
  display: none;
}.cbc_sbar_tab_1rb {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  gap: 0.438rem;
  padding: 8px 0.875rem;
  transition: background .15s,color .15s,border-color .15s;
  cursor: pointer;
  font-size: 12px;
  flex-shrink: 0;
  display: flex;
  color: #9A9080;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
}.cbc_sbar_tab_1rb:hover {
  border-color: rgba(201, 148, 58, 0.45);
  background: rgba(255, 255, 255, 0.07);
  color: #F0E8D0;
}.cbc_sbar_tab_1rb.cbc_state_active_1rb {
  background: rgba(201, 148, 58, 0.18);
  border-color: rgba(201, 148, 58, 0.07);
  color: #F0E8D0;
}.cbc_sbar_tab_ic_1rb svg {
  height: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.875rem;
}.cbc_gr_jp_1rb {
  padding: 20px;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(135deg,#1A1232 0%,#090D18 100%);
  position: relative;
}.cbc_gr_jp_1rb::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(123, 92, 46, 0.22) 0%,transparent 70%);
  top: -3.75rem;
  height: 250px;
  width: 15.625rem;
  position: absolute;
  left: -3.75rem;
  content: '';
}.cbc_gr_jp_1rb::after {
  background: radial-gradient(circle,rgba(232, 180, 48, 0.15) 0%,transparent 70%);
  border-radius: 50%;
  right: 0;
  bottom: -2.5rem;
  height: 12.5rem;
  position: absolute;
  content: '';
  width: 12.5rem;
}.cbc_gr_jp_head_1rb {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 16px;
  z-index: 1;
  position: relative;
}.cbc_gr_jp_info_1rb {
  flex: 1;
}.cbc_gr_jp_label_1rb {
  letter-spacing: .08em;
  font-weight: 700;
  color: #7B4FC9;
  margin-bottom: 6px;
  font-size: 11px;
  text-transform: uppercase;
}.cbc_gr_jp_label_1rb svg {
  height: 0.875rem;
  vertical-align: -2px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 14px;
  margin-right: 4px;
}.cbc_gr_jp_amount_1rb {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #F0E8D0;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}
@media(min-width:768px) {.cbc_gr_jp_amount_1rb {
  font-size: 40px;
}
}.cbc_gr_jp_amount_1rb span {
  color: #E8B430;
}.cbc_gr_jp_seo_1rb {
  max-width: 30rem;
  line-height: 1.5;
  overflow-wrap: break-word;
  color: #9A9080;
  font-size: 0.75rem;
}.cbc_gr_jp_cta_1rb {
  padding: 0.688rem 1.25rem;
  border-radius: 10px;
  background: rgba(123, 92, 46, 0.22);
  transition: background .2s;
  border: 1px solid rgba(123, 92, 46, 0.22);
  white-space: nowrap;
  font-size: 13px;
  z-index: 1;
  flex-shrink: 0;
  position: relative;
  margin-top: 4px;
  color: #F0E8D0;
  align-self: flex-start;
  font-weight: 700;
}.cbc_gr_jp_cta_1rb:hover {
  background: #7B5C2E;
}.cbc_gcg_1rb {
  background: #0D1220;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.cbc_gcg_1rb {
  padding: 44px 24px 0;
}
}.cbc_gcg_in_1rb {
  margin: 0 auto;
  max-width: 1320px;
}.cbc_gcg_head_1rb {
  margin-bottom: 20px;
  max-width: 720px;
}.cbc_gcg_label_1rb {
  margin-bottom: 8px;
  font-weight: 700;
  color: #C9943A;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.cbc_gcg_h2_1rb {
  font-family: 'Cinzel', serif;
  color: #F0E8D0;
  font-weight: 800;
  font-size: 22px;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}
@media(min-width: 770px) {.cbc_gcg_h2_1rb {
  font-size: 1.75rem;
}
}.cbc_gcg_intro_1rb {
  line-height: 1.6;
  font-size: 13px;
  color: #756C5C;
}.cbc_gcg_grid_1rb {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.cbc_gcg_grid_1rb {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.cbc_gcg_grid_1rb {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.cbc_gcg_card_1rb {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border-radius: 14px;
  cursor: pointer;
  display: flex;
  position: relative;
  justify-content: flex-end;
  flex-direction: column;
  min-height: 240px;
}.cbc_gcg_card_1rb:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 148, 58, 0.18);
}.cbc_gcg_card_bg_1rb {
  inset: 0;
  z-index: 0;
  position: absolute;
}.cbc_gcg_card_bg_1rb::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.cbc_gcg_card_ic_1rb {
  border-radius: 6px;
  background: rgba(0,0,0,.45);
  z-index: 2;
  align-items: center;
  width: 2.5rem;
  display: flex;
  right: 1.125rem;
  position: absolute;
  top: 18px;
  justify-content: center;
  color: #F0E8D0;
  height: 2.5rem;
}.cbc_gcg_card_ic_1rb svg {
  width: 1.25rem;
  stroke-linecap: round;
  height: 1.25rem;
  stroke-linejoin: round;
}.cbc_gcg_card_ct_1rb {
  z-index: 1;
  position: relative;
}.cbc_gcg_card_h_1rb {
  overflow-wrap: break-word;
  line-height: 1.2;
  color: #F0E8D0;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  font-size: 18px;
}
@media(min-width: 770px) {.cbc_gcg_card_h_1rb {
  font-size: 20px;
}
}.cbc_gcg_card_p_1rb {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
}.cbc_gcg_card_p_1rb strong {
  font-weight: 600;
  color: #F0E8D0;
}.cbc_gcg_card_cta_1rb {
  gap: 4px;
  display: inline-flex;
  text-transform: uppercase;
  align-items: center;
  color: #C9943A;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .04em;
}.cbc_gcg_card_cta_1rb svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.75rem;
  width: 0.75rem;
}.cbc_ws_1rb {
  padding: 32px 1rem 0;
  background: #0D1220;
}
@media(min-width: 767px) {.cbc_ws_1rb {
  padding: 2.25rem 24px 0;
}
}.cbc_ws_in_1rb {
  margin: 0 auto;
  max-width: 82.5rem;
}.cbc_ws_head_1rb {
  gap: 0.75rem;
  justify-content: space-between;
  margin-bottom: 14px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.cbc_ws_title_1rb {
  gap: 10px;
  color: #F0E8D0;
  flex-wrap: wrap;
  display: flex;
  font-weight: 700;
  align-items: center;
  font-size: 16px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}.cbc_ws_title_ic_1rb svg {
  color: #E8B430;
  width: 1.125rem;
  height: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.cbc_ws_online_1rb {
  gap: 7px;
  font-size: 0.75rem;
  align-items: center;
  display: flex;
  font-weight: 600;
  color: #756C5C;
}.cbc_ws_online_dot_1rb {
  border-radius: 50%;
  background: #2DB87A;
  width: 8px;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(45, 184, 122, 0.16);
  height: 8px;
}.cbc_ws_scroll_1rb {
  gap: 0.5rem;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}.cbc_ws_scroll_1rb::-webkit-scrollbar {
  display: none;
}.cbc_wc_1rb {
  background: #111728;
  padding: 10px 0.875rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 0.625rem;
  display: flex;
  min-width: 13.75rem;
  flex-shrink: 0;
  align-items: center;
}.cbc_wc_img_1rb {
  border-radius: 0.375rem;
  overflow: hidden;
  background: #141B2E;
  flex-shrink: 0;
  height: 2.25rem;
  width: 36px;
}.cbc_wc_img_1rb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.cbc_wc_info_1rb {
  min-width: 0;
}.cbc_wc_game_1rb {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #C8BFA8;
  white-space: nowrap;
}.cbc_wc_player_1rb {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #5E5749;
  font-size: 10px;
}.cbc_wc_amount_1rb {
  font-weight: 700;
  color: #2DB87A;
  flex-shrink: 0;
  margin-left: auto;
  white-space: nowrap;
  font-size: 13px;
}.cbc_bon_1rb {
  padding: 2.25rem 16px 0;
  background: #0D1220;
}
@media(min-width: 769px) {.cbc_bon_1rb {
  padding: 44px 24px 0;
}
}.cbc_bon_in_1rb {
  margin: 0 auto;
  max-width: 82.5rem;
}.cbc_bon_head_1rb {
  margin-bottom: 20px;
}.cbc_bon_label_1rb {
  font-weight: 700;
  color: #C9943A;
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}.cbc_bon_h2_1rb {
  color: #F0E8D0;
  font-size: 20px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-weight: 800;
}
@media(min-width: 770px) {.cbc_bon_h2_1rb {
  font-size: 1.5rem;
}
}.cbc_bon_seo_1rb {
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 620px;
  color: #756C5C;
  font-size: 0.813rem;
}.cbc_bon_seo_1rb strong {
  font-weight: 700;
  color: #C8BFA8;
}.cbc_bon_seo_1rb a {
  color: #C9943A;
  text-decoration: underline;
}.cbc_bon_grid_1rb {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.cbc_bon_grid_1rb {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.cbc_bon_grid_1rb {
  grid-template-columns: repeat(5,1fr);
}
}.cbc_bon_card_1rb {
  background: #111728;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.625rem;
  transition: border-color .2s,transform .2s;
}.cbc_bon_card_1rb:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 148, 58, 0.07);
}.cbc_bon_card_ic_1rb svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 26px;
  width: 26px;
}.cbc_bon_card_ic_1rb {
  margin-bottom: 10px;
}.cbc_bon_card_type_1rb {
  letter-spacing: .06em;
  font-size: 10px;
  color: #756C5C;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  font-weight: 700;
}.cbc_bon_card_amount_1rb {
  font-size: 1.125rem;
  margin-bottom: 6px;
  line-height: 1.1;
  color: #E8B430;
  font-weight: 800;
}.cbc_bon_card_name_1rb {
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 13px;
  color: #F0E8D0;
}.cbc_bon_card_detail_1rb {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 11px;
  overflow-wrap: break-word;
  color: #5E5749;
  line-height: 1.5;
  padding-top: 8px;
}.cbc_reg_1rb {
  background: #0D1220;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.cbc_reg_1rb {
  padding: 44px 24px 0;
}
}.cbc_reg_in_1rb {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.875rem;
  padding: 1.75rem 24px;
  background: #141B2E;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 769px) {.cbc_reg_in_1rb {
  padding: 2.5rem;
}
}.cbc_reg_top_1rb {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 858px) {.cbc_reg_top_1rb {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.cbc_reg_label_1rb {
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-size: 11px;
  color: #C9943A;
  text-transform: uppercase;
  font-weight: 700;
}.cbc_reg_h2_1rb {
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.2;
  font-size: 1.375rem;
  color: #F0E8D0;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 771px) {.cbc_reg_h2_1rb {
  font-size: 1.75rem;
}
}.cbc_reg_bonus_1rb {
  background: rgba(232, 180, 48, 0.15);
  border-radius: 0.625rem;
  border: 1px solid rgba(232, 180, 48, 0.15);
  padding: 0.625rem 16px;
  gap: 8px;
  margin-bottom: 1rem;
  align-items: center;
  display: inline-flex;
}.cbc_reg_bonus_amount_1rb {
  font-weight: 800;
  font-size: 1.25rem;
  color: #E8B430;
}.cbc_reg_bonus_text_1rb {
  color: #9A9080;
  font-size: 0.813rem;
  line-height: 1.35;
}.cbc_reg_cta_btn_1rb {
  padding: 14px 2rem;
  transition: background .2s;
  background: #2DB87A;
  border-radius: 10px;
  font-weight: 700;
  margin-bottom: 0.75rem;
  box-shadow: 0 0.25rem 1.125rem rgba(45, 184, 122, 0.42), 0 1px 0 rgba(45, 184, 122, 0.12);
  font-size: 0.938rem;
  display: inline-block;
  color: #0D1220;
}.cbc_reg_cta_btn_1rb:hover {
  background: #38D490;
}.cbc_reg_terms_1rb {
  color: #5E5749;
  line-height: 1.5;
  font-size: 11px;
}.cbc_reg_seo_1rb {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #756C5C;
  margin-top: 20px;
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
  padding-top: 1.25rem;
}.cbc_reg_seo_1rb p {
  margin-bottom: 0.625rem;
  font-size: 0.813rem;
  color: #756C5C;
  line-height: 1.65;
}.cbc_reg_seo_1rb p:last-child {
  margin-bottom: 0;
}.cbc_reg_seo_1rb strong {
  color: #C8BFA8;
  font-weight: 700;
}.cbc_reg_seo_1rb a {
  transition: color .2s;
  text-decoration: underline;
  color: #C9943A;
}.cbc_reg_seo_1rb a:hover {
  color: #DFA94E;
}.cbc_reg_seo_1rb ul,.cbc_reg_seo_1rb ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.cbc_reg_seo_1rb ol {
  list-style: decimal;
}.cbc_reg_seo_1rb li {
  line-height: 1.65;
  color: #756C5C;
  font-size: 0.813rem;
  margin-bottom: 0.25rem;
}.cbc_reg_seo_1rb table {
  margin-bottom: 0.625rem;
  overflow-x: auto;
  font-size: 13px;
  display: block;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 771px) {.cbc_reg_seo_1rb table {
  display: table;
}
}.cbc_reg_seo_1rb th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #C8BFA8;
}.cbc_reg_seo_1rb td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #756C5C;
}.cbc_reg_steps_1rb {
  gap: 14px;
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}
@media(min-width: 861px) {.cbc_reg_steps_1rb {
  margin-top: 0;
}
}.cbc_reg_step_1rb {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 14px;
  padding: 1rem;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.cbc_reg_step_num_1rb {
  border-radius: 50%;
  background: rgba(201, 148, 58, 0.18);
  border: 1px solid rgba(201, 148, 58, 0.07);
  font-weight: 800;
  width: 2.125rem;
  color: #C9943A;
  height: 34px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  font-size: 0.875rem;
}.cbc_reg_step_title_1rb {
  font-size: 0.875rem;
  margin-bottom: 3px;
  font-weight: 700;
  color: #F0E8D0;
}.cbc_reg_step_text_1rb {
  line-height: 1.5;
  color: #756C5C;
  font-size: 0.75rem;
}.cbc_reg_trust_1rb {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  padding-top: 20px;
}.cbc_reg_trust_item_1rb {
  gap: 7px;
  align-items: center;
  color: #756C5C;
  display: flex;
  overflow-wrap: break-word;
  font-size: 12px;
}.cbc_reg_trust_ic_1rb svg {
  color: #C9943A;
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
}.cbc_prov_1rb {
  background: #0D1220;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.cbc_prov_1rb {
  padding: 2.75rem 24px 0;
}
}.cbc_prov_in_1rb {
  margin: 0 auto;
  max-width: 1320px;
}.cbc_prov_head_1rb {
  margin-bottom: 16px;
}.cbc_prov_label_1rb {
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
  color: #C9943A;
  font-size: 11px;
  text-transform: uppercase;
}.cbc_prov_h2_1rb {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F0E8D0;
  font-family: 'Cinzel', serif;
  margin-bottom: 8px;
  font-size: 20px;
}
@media(min-width: 771px) {.cbc_prov_h2_1rb {
  font-size: 24px;
}
}.cbc_prov_seo_1rb {
  overflow-wrap: break-word;
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 13px;
  color: #756C5C;
  max-width: 620px;
}.cbc_prov_seo_1rb strong {
  font-weight: 700;
  color: #C8BFA8;
}.cbc_prov_seo_1rb a {
  color: #C9943A;
  text-decoration: underline;
}.cbc_prov_grid_1rb {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.cbc_prov_grid_1rb {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.cbc_prov_grid_1rb {
  grid-template-columns: repeat(8,1fr);
}
}.cbc_prov_card_1rb {
  padding: 14px 10px;
  background: #111728;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  transition: border-color .2s,background .2s;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}.cbc_prov_card_1rb:hover {
  background: #141B2E;
  border-color: rgba(201, 148, 58, 0.45);
}.cbc_prov_logo_1rb {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  height: 44px;
  width: 44px;
  align-items: center;
}.cbc_prov_logo_1rb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.cbc_prov_name_1rb {
  font-weight: 600;
  color: #9A9080;
  font-size: 11px;
  text-align: center;
  overflow-wrap: break-word;
}.cbc_app_1rb {
  padding: 2.25rem 1rem 0;
  background: #0D1220;
}
@media(min-width: 765px) {.cbc_app_1rb {
  padding: 44px 1.5rem 0;
}
}.cbc_app_in_1rb {
  margin: 0 auto;
  max-width: 1320px;
}.cbc_app_head_1rb {
  margin-bottom: 16px;
}.cbc_app_label_1rb {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #C9943A;
}.cbc_app_h2_1rb {
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-weight: 800;
  font-size: 1.25rem;
  color: #F0E8D0;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.cbc_app_h2_1rb {
  font-size: 1.5rem;
}
}.cbc_app_sub_1rb {
  overflow-wrap: break-word;
  max-width: 37.5rem;
  color: #756C5C;
  line-height: 1.6;
  font-size: 13px;
}.cbc_app_sub_1rb strong {
  color: #C8BFA8;
  font-weight: 700;
}.cbc_app_cards_1rb {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 16px;
}
@media(min-width: 639px) {.cbc_app_cards_1rb {
  grid-template-columns: repeat(3,1fr);
}
}.cbc_app_card_1rb {
  padding: 1.25rem;
  border-radius: 10px;
  overflow: hidden;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  display: flex;
}.cbc_app_card_ios_1rb {
  background: linear-gradient(135deg,rgba(201, 148, 58, 0.18) 0%,#141B2E 100%);
}.cbc_app_card_android_1rb {
  background: linear-gradient(135deg,rgba(45, 184, 122, 0.16) 0%,#141B2E 100%);
}.cbc_app_card_win_1rb {
  background: linear-gradient(135deg,rgba(232, 180, 48, 0.15) 0%,#141B2E 100%);
}.cbc_app_card_ic_1rb svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 34px;
  height: 34px;
}.cbc_app_card_ic_1rb {
  flex-shrink: 0;
  color: #F0E8D0;
}.cbc_app_card_os_1rb {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  color: #756C5C;
  letter-spacing: .08em;
}.cbc_app_card_title_1rb {
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  font-weight: 700;
  line-height: 1.2;
  font-size: 0.938rem;
  color: #F0E8D0;
}.cbc_app_card_text_1rb {
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  color: #756C5C;
  font-size: 12px;
  line-height: 1.5;
}.cbc_app_card_btn_1rb {
  padding: 0.625rem 18px;
  transition: background .2s;
  border: 1px solid rgba(201, 148, 58, 0.45);
  background: rgba(255, 255, 255, 0.12);
  gap: 7px;
  border-radius: 6px;
  align-items: center;
  font-weight: 700;
  display: inline-flex;
  color: #F0E8D0;
  font-size: 13px;
}.cbc_app_card_btn_1rb:hover {
  background: rgba(255, 255, 255, 0.07);
}.cbc_htp_1rb {
  background: #0D1220;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.cbc_htp_1rb {
  padding: 2.75rem 24px 0;
}
}.cbc_htp_in_1rb {
  margin: 0 auto;
  max-width: 1320px;
}.cbc_htp_head_1rb {
  max-width: 45rem;
  margin-bottom: 22px;
}.cbc_htp_label_1rb {
  color: #C9943A;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.cbc_htp_h2_1rb {
  font-family: 'Cinzel', serif;
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 22px;
  overflow-wrap: break-word;
  color: #F0E8D0;
}
@media(min-width: 767px) {.cbc_htp_h2_1rb {
  font-size: 28px;
}
}.cbc_htp_intro_1rb {
  font-size: 0.875rem;
  color: #756C5C;
  line-height: 1.6;
}.cbc_htp_steps_1rb {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 12px;
  display: grid;
  counter-reset: none;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.cbc_htp_steps_1rb {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.cbc_htp_steps_1rb {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.cbc_htp_step_1rb {
  padding: 1.25rem 1.125rem 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  background: #141B2E;
  position: relative;
  flex-direction: column;
  display: flex;
}.cbc_htp_step_num_1rb {
  border-radius: 50%;
  background: #C9943A;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  color: #0D1220;
  position: absolute;
  font-size: 13px;
  height: 28px;
  left: 20px;
  top: -0.75rem;
}.cbc_htp_step_ic_1rb {
  border-radius: 0.375rem;
  margin: 8px 0 12px;
  background: rgba(201, 148, 58, 0.18);
  width: 36px;
  align-items: center;
  height: 2.25rem;
  color: #C9943A;
  justify-content: center;
  display: flex;
}.cbc_htp_step_ic_1rb svg {
  height: 18px;
  width: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.cbc_htp_step_h_1rb {
  color: #F0E8D0;
  font-weight: 700;
  line-height: 1.25;
  font-size: 14px;
  margin-bottom: 6px;
  overflow-wrap: break-word;
}.cbc_htp_step_p_1rb {
  font-size: 0.813rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #756C5C;
}.cbc_htp_step_p_1rb strong {
  font-weight: 600;
  color: #C8BFA8;
}.cbc_htp_cta_1rb {
  border-radius: 10px;
  transition: background .2s;
  padding: 0.813rem 26px;
  background: #2DB87A;
  display: inline-block;
  margin-top: 20px;
  color: #0D1220;
  font-size: 0.875rem;
  font-weight: 700;
}.cbc_htp_cta_1rb:hover {
  background: #38D490;
}.cbc_seo_1rb {
  background: #0D1220;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.cbc_seo_1rb {
  padding: 44px 1.5rem 0;
}
}.cbc_seo_in_1rb {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #141B2E;
  margin: 0 auto;
  border-radius: 0.875rem;
  padding: 28px 24px;
  max-width: 1320px;
}
@media(min-width: 770px) {.cbc_seo_in_1rb {
  padding: 2.25rem 2.5rem;
}
}.cbc_seo_label_1rb {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #C9943A;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 10px;
}.cbc_seo_h2_1rb {
  color: #F0E8D0;
  font-weight: 800;
  line-height: 1.25;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.875rem;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.cbc_seo_h2_1rb {
  font-size: 1.5rem;
}
}.cbc_seo_body_1rb {
  line-height: 1.75;
  color: #9A9080;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.cbc_seo_body_1rb p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 12px;
  color: #9A9080;
}.cbc_seo_body_1rb p:last-child {
  margin-bottom: 0;
}.cbc_seo_body_1rb strong {
  color: #C8BFA8;
  font-weight: 700;
}.cbc_seo_body_1rb a {
  transition: color .2s;
  color: #C9943A;
  text-decoration: underline;
}.cbc_seo_body_1rb a:hover {
  color: #DFA94E;
}.cbc_seo_body_1rb ul,.cbc_seo_body_1rb ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.cbc_seo_body_1rb ol {
  list-style: decimal;
}.cbc_seo_body_1rb li {
  margin-bottom: 6px;
  font-size: 0.875rem;
  color: #9A9080;
  line-height: 1.75;
}.cbc_seo_body_1rb table {
  font-size: 0.813rem;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  margin-bottom: 0.75rem;
  width: 100%;
}
@media(min-width: 765px) {.cbc_seo_body_1rb table {
  display: table;
}
}.cbc_seo_body_1rb th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C8BFA8;
  text-align: left;
  font-weight: 700;
}.cbc_seo_body_1rb td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9A9080;
}.cbc_seo_cols_1rb {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 639px) {.cbc_seo_cols_1rb {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.cbc_seo_cols_1rb {
  grid-template-columns: repeat(3,1fr);
}
}.cbc_seo_col_h_1rb {
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #C8BFA8;
}.cbc_seo_col_p_1rb {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #756C5C;
  font-size: 13px;
}.cbc_seo_stats_1rb {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.cbc_seo_stat_1rb {
  border: 1px solid rgba(201, 148, 58, 0.18);
  flex: 1;
  border-radius: 0.625rem;
  padding: 14px 1rem;
  background: rgba(201, 148, 58, 0.07);
  min-width: 140px;
}.cbc_seo_stat_val_1rb {
  margin-bottom: 4px;
  color: #C9943A;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
}.cbc_seo_stat_lb_1rb {
  color: #756C5C;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.cbc_faq_1rb {
  padding: 2.25rem 16px 0;
  background: #0D1220;
}
@media(min-width: 767px) {.cbc_faq_1rb {
  padding: 2.75rem 24px 0;
}
}.cbc_faq_in_1rb {
  margin: 0 auto;
  max-width: 1320px;
}.cbc_faq_head_1rb {
  margin-bottom: 20px;
}.cbc_faq_label_1rb {
  font-size: 11px;
  color: #C9943A;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}.cbc_faq_h2_1rb {
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  color: #F0E8D0;
}
@media(min-width:768px) {.cbc_faq_h2_1rb {
  font-size: 24px;
}
}.cbc_faq_list_1rb {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.cbc_faq_item_1rb {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #141B2E;
}.cbc_faq_q_1rb {
  padding: 16px 20px;
  transition: color .2s;
  gap: 12px;
  color: #C8BFA8;
  justify-content: space-between;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 600;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.875rem;
  cursor: pointer;
}.cbc_faq_q_1rb:hover {
  color: #F0E8D0;
}.cbc_faq_q_ic_1rb {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  font-size: 1rem;
  color: #C9943A;
  align-items: center;
  justify-content: center;
}.cbc_faq_item_1rb.cbc_state_open_1rb .cbc_faq_q_ic_1rb {
  transform: rotate(45deg);
}.cbc_faq_a_1rb {
  padding: 0 1.25rem 16px;
  line-height: 1.7;
  color: #756C5C;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  display: none;
}.cbc_faq_item_1rb.cbc_state_open_1rb .cbc_faq_a_1rb {
  display: block;
}.cbc_faq_a_1rb strong {
  font-weight: 700;
  color: #C8BFA8;
}.cbc_faq_a_1rb a {
  color: #C9943A;
  text-decoration: underline;
}.cbc_faq_a_1rb ul,.cbc_faq_a_1rb ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 20px;
}.cbc_faq_a_1rb ol {
  list-style: decimal;
}.cbc_faq_a_1rb li {
  line-height: 1.6;
  margin-bottom: 4px;
}.cbc_faq_a_1rb table {
  margin: 0.5rem 0;
  overflow-x: auto;
  font-size: 12px;
  display: block;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 769px) {.cbc_faq_a_1rb table {
  display: table;
}
}.cbc_faq_a_1rb th {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #C8BFA8;
  text-align: left;
}.cbc_faq_a_1rb td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 8px;
  color: #756C5C;
}.cbc_seo_1rb {
  background: #0D1220;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.cbc_seo_1rb {
  padding: 2.75rem 1.5rem 0;
}
}.cbc_seo_in_1rb {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  margin: 0 auto;
  background: #141B2E;
  padding: 28px 24px;
  max-width: 1320px;
}
@media(min-width: 767px) {.cbc_seo_in_1rb {
  padding: 2.25rem 40px;
}
}.cbc_seo_label_1rb {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  color: #C9943A;
  font-weight: 700;
}.cbc_seo_h2_1rb {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  margin-bottom: 14px;
  color: #F0E8D0;
  overflow-wrap: break-word;
  line-height: 1.25;
}
@media(min-width: 769px) {.cbc_seo_h2_1rb {
  font-size: 1.5rem;
}
}.cbc_seo_body_1rb {
  line-height: 1.75;
  color: #9A9080;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.cbc_seo_body_1rb p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #9A9080;
  margin-bottom: 12px;
}.cbc_seo_body_1rb p:last-child {
  margin-bottom: 0;
}.cbc_seo_body_1rb strong {
  color: #C8BFA8;
  font-weight: 700;
}.cbc_seo_body_1rb a {
  transition: color .2s;
  text-decoration: underline;
  color: #C9943A;
}.cbc_seo_body_1rb a:hover {
  color: #DFA94E;
}.cbc_seo_body_1rb ul,.cbc_seo_body_1rb ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.cbc_seo_body_1rb ol {
  list-style: decimal;
}.cbc_seo_body_1rb li {
  margin-bottom: 0.375rem;
  font-size: 14px;
  line-height: 1.75;
  color: #9A9080;
}.cbc_seo_body_1rb table {
  font-size: 0.813rem;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  display: block;
  margin-bottom: 0.75rem;
}
@media(min-width: 770px) {.cbc_seo_body_1rb table {
  display: table;
}
}.cbc_seo_body_1rb th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  color: #C8BFA8;
  font-weight: 700;
  text-align: left;
}.cbc_seo_body_1rb td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9A9080;
}.cbc_seo_cols_1rb {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.cbc_seo_cols_1rb {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.cbc_seo_cols_1rb {
  grid-template-columns: repeat(3,1fr);
}
}.cbc_seo_col_h_1rb {
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 13px;
  color: #C8BFA8;
  overflow-wrap: break-word;
}.cbc_seo_col_p_1rb {
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
  color: #756C5C;
}.cbc_seo_stats_1rb {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.cbc_seo_stat_1rb {
  padding: 0.875rem 1rem;
  flex: 1;
  border: 1px solid rgba(201, 148, 58, 0.18);
  border-radius: 0.625rem;
  background: rgba(201, 148, 58, 0.07);
  min-width: 8.75rem;
}.cbc_seo_stat_val_1rb {
  overflow-wrap: break-word;
  color: #C9943A;
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 1.25rem;
}.cbc_seo_stat_lb_1rb {
  font-size: 0.688rem;
  color: #756C5C;
  overflow-wrap: break-word;
}.cbc_rv_1rb {
  background: #0D1220;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.cbc_rv_1rb {
  padding: 2.75rem 1.5rem 0;
}
}.cbc_rv_in_1rb {
  margin: 0 auto;
  max-width: 1320px;
}.cbc_rv_head_1rb {
  max-width: 720px;
  margin-bottom: 1.25rem;
}.cbc_rv_label_1rb {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C9943A;
  margin-bottom: 8px;
  font-size: 0.688rem;
}.cbc_rv_h2_1rb {
  color: #F0E8D0;
  margin-bottom: 10px;
  font-size: 22px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
}
@media(min-width: 771px) {.cbc_rv_h2_1rb {
  font-size: 28px;
}
}.cbc_rv_stats_1rb {
  gap: 1.125rem;
  align-items: center;
  color: #756C5C;
  font-size: 0.813rem;
  display: flex;
  flex-wrap: wrap;
}.cbc_rv_stats_score_1rb {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.cbc_rv_stats_score_val_1rb {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  color: #E8B430;
  font-size: 22px;
}.cbc_rv_stats_score_max_1rb {
  color: #5E5749;
  font-size: 0.813rem;
}.cbc_rv_stats_badge_1rb {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.cbc_rv_stats_badge_1rb svg {
  height: 0.875rem;
  width: 14px;
  color: #E8B430;
}.cbc_rv_grid_1rb {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.cbc_rv_grid_1rb {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.cbc_rv_grid_1rb {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.cbc_rv_card_1rb {
  background: #141B2E;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
}.cbc_rv_card_stars_1rb {
  gap: 2px;
  display: flex;
  color: #E8B430;
  margin-bottom: 10px;
}.cbc_rv_card_stars_1rb svg {
  width: 14px;
  height: 14px;
}.cbc_rv_card_h_1rb {
  font-size: 14px;
  line-height: 1.3;
  color: #F0E8D0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  overflow-wrap: break-word;
}.cbc_rv_card_body_1rb {
  flex: 1;
  margin-bottom: 14px;
  line-height: 1.65;
  color: #756C5C;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.cbc_rv_card_body_1rb strong {
  font-weight: 600;
  color: #C8BFA8;
}.cbc_rv_card_meta_1rb {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 12px;
}.cbc_rv_card_author_1rb {
  font-size: 12px;
  font-weight: 600;
  color: #C8BFA8;
}.cbc_rv_card_date_1rb {
  color: #5E5749;
  font-size: 11px;
}.cbc_seo_1rb {
  background: #0D1220;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.cbc_seo_1rb {
  padding: 2.75rem 24px 0;
}
}.cbc_seo_in_1rb {
  margin: 0 auto;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 14px;
  background: #141B2E;
  max-width: 1320px;
}
@media(min-width: 770px) {.cbc_seo_in_1rb {
  padding: 2.25rem 40px;
}
}.cbc_seo_label_1rb {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C9943A;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.688rem;
}.cbc_seo_h2_1rb {
  font-family: 'Cinzel', serif;
  color: #F0E8D0;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width: 770px) {.cbc_seo_h2_1rb {
  font-size: 1.5rem;
}
}.cbc_seo_body_1rb {
  line-height: 1.75;
  font-size: 14px;
  color: #9A9080;
  overflow-wrap: break-word;
}.cbc_seo_body_1rb p {
  line-height: 1.75;
  color: #9A9080;
  font-size: 14px;
  margin-bottom: 12px;
}.cbc_seo_body_1rb p:last-child {
  margin-bottom: 0;
}.cbc_seo_body_1rb strong {
  color: #C8BFA8;
  font-weight: 700;
}.cbc_seo_body_1rb a {
  transition: color .2s;
  color: #C9943A;
  text-decoration: underline;
}.cbc_seo_body_1rb a:hover {
  color: #DFA94E;
}.cbc_seo_body_1rb ul,.cbc_seo_body_1rb ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.cbc_seo_body_1rb ol {
  list-style: decimal;
}.cbc_seo_body_1rb li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #9A9080;
  font-size: 0.875rem;
}.cbc_seo_body_1rb table {
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  display: block;
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
}
@media(min-width: 769px) {.cbc_seo_body_1rb table {
  display: table;
}
}.cbc_seo_body_1rb th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  color: #C8BFA8;
  text-align: left;
}.cbc_seo_body_1rb td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #9A9080;
}.cbc_seo_cols_1rb {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 637px) {.cbc_seo_cols_1rb {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.cbc_seo_cols_1rb {
  grid-template-columns: repeat(3,1fr);
}
}.cbc_seo_col_h_1rb {
  font-size: 0.813rem;
  color: #C8BFA8;
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
}.cbc_seo_col_p_1rb {
  font-size: 13px;
  line-height: 1.65;
  color: #756C5C;
  overflow-wrap: break-word;
}.cbc_seo_stats_1rb {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.cbc_seo_stat_1rb {
  border-radius: 10px;
  background: rgba(201, 148, 58, 0.07);
  border: 1px solid rgba(201, 148, 58, 0.18);
  padding: 14px 16px;
  flex: 1;
  min-width: 140px;
}.cbc_seo_stat_val_1rb {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 20px;
  font-weight: 800;
  color: #C9943A;
}.cbc_seo_stat_lb_1rb {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #756C5C;
}.cbc_ft_1rb {
  background: #090D18;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.cbc_ft_support_1rb {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width:768px) {.cbc_ft_support_1rb {
  padding: 1.75rem 1.5rem;
}
}.cbc_ft_support_in_1rb {
  gap: 1rem;
  margin: 0 auto;
  max-width: 82.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.cbc_ft_support_main_1rb {
  gap: 1rem;
  flex: 1;
  min-width: 13.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.cbc_ft_support_ic_1rb {
  flex-shrink: 0;
  color: #C9943A;
}.cbc_ft_support_ic_1rb svg {
  height: 1.875rem;
  stroke-linecap: round;
  width: 1.875rem;
  stroke-linejoin: round;
}.cbc_ft_support_text_title_1rb {
  margin-bottom: 3px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F0E8D0;
  font-size: 0.938rem;
}.cbc_ft_support_text_sub_1rb {
  color: #756C5C;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.cbc_ft_support_btn_1rb {
  transition: background .2s;
  padding: 0.688rem 1.375rem;
  border-radius: 0.625rem;
  background: #C9943A;
  color: #F0E8D0;
  white-space: nowrap;
  font-size: 13px;
  flex-shrink: 0;
  font-weight: 700;
}.cbc_ft_support_btn_1rb:hover {
  background: #DFA94E;
}.cbc_ft_support_contacts_1rb {
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.cbc_ft_support_contact_1rb {
  line-height: 1.4;
  color: #5E5749;
  font-size: 0.75rem;
}.cbc_ft_support_contact_1rb strong {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #9A9080;
  margin-bottom: 2px;
}.cbc_ft_main_1rb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 1rem 1.5rem;
}
@media(min-width:768px) {.cbc_ft_main_1rb {
  padding: 40px 24px 2rem;
}
}.cbc_ft_main_in_1rb {
  margin: 0 auto;
  gap: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
}
@media(min-width: 641px) {.cbc_ft_main_in_1rb {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.cbc_ft_main_in_1rb {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.cbc_ft_col_logo_1rb {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.cbc_ft_col_logo_1rb {
  grid-column: auto;
}
}.cbc_ft_logo_1rb {
  gap: 9px;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  font-size: 1rem;
  font-weight: 800;
  align-items: center;
  color: #F0E8D0;
}.cbc_ft_logo_mark_1rb {
  border-radius: 6px;
  overflow: hidden;
  width: 1.875rem;
  height: 1.875rem;
}.cbc_ft_logo_mark_1rb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.cbc_ft_logo_sub_1rb {
  max-width: 200px;
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 0.75rem;
  color: #5E5749;
}.cbc_ft_col_title_1rb {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 14px;
  color: #9A9080;
  letter-spacing: .07em;
  text-transform: uppercase;
}.cbc_ft_col_links_1rb {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.cbc_ft_col_link_1rb {
  transition: color .2s;
  font-size: 0.813rem;
  color: #5E5749;
  overflow-wrap: break-word;
}.cbc_ft_col_link_1rb:hover {
  color: #C8BFA8;
}.cbc_ft_apps_1rb {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.cbc_ft_app_card_1rb {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 0.625rem;
  padding: 0.625rem 0.75rem;
  transition: border-color .2s;
  align-items: center;
  display: flex;
}.cbc_ft_app_card_1rb:hover {
  border-color: rgba(201, 148, 58, 0.45);
}.cbc_ft_app_card_ic_1rb svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 22px;
  height: 1.375rem;
}.cbc_ft_app_card_os_1rb {
  font-size: 0.625rem;
  color: #5E5749;
  font-weight: 600;
}.cbc_ft_app_card_action_1rb {
  font-size: 0.75rem;
  color: #C8BFA8;
  font-weight: 700;
}.cbc_ft_bot_1rb {
  padding: 1.25rem 1rem;
}
@media(min-width: 769px) {.cbc_ft_bot_1rb {
  padding: 20px 1.5rem;
}
}.cbc_ft_bot_in_1rb {
  margin: 0 auto;
  gap: 16px;
  max-width: 82.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.cbc_ft_socials_1rb {
  gap: 8px;
  display: flex;
}.cbc_ft_soc_1rb {
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 6px;
  height: 36px;
  justify-content: center;
  width: 2.25rem;
  display: flex;
  align-items: center;
  color: #9A9080;
}.cbc_ft_soc_1rb svg {
  width: 1rem;
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
}.cbc_ft_soc_1rb:hover {
  background: rgba(255, 255, 255, 0.07);
}.cbc_ft_legal_1rb {
  flex: 1;
  overflow-wrap: break-word;
  line-height: 1.6;
  min-width: 200px;
  color: #7A8299;
  font-size: 0.688rem;
}.cbc_ft_legal_1rb strong {
  font-weight: 700;
  color: #9A9080;
}.cbc_ft_legal_1rb a {
  text-decoration: underline;
  color: #9A9080;
}.cbc_ft_age_1rb {
  border: 2px solid #7A8299;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  width: 32px;
  color: #7A8299;
  display: flex;
  font-size: 0.688rem;
  flex-shrink: 0;
  font-weight: 800;
  height: 32px;
}