*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  color: #C8C8D4;
  background-color: #0E0E18;
  font-family: 'Barlow', sans-serif;
  line-height: 1.6;
}ul,ol {
  list-style: none;
}img,picture,svg {
  display: block;
  max-width: 100%;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: inherit;
}a {
  color: inherit;
  text-decoration: none;
}.bgk-layout-m06 {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.bgk-page-m06 {
  display: flex;
  min-height: 100vh;
}.bgk-main-m06 {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media screen and (min-width: 1083px) {.bgk-main-m06 {
  padding-left: 13.75rem;
}
}
@media screen and (max-width: 1082px) {.bgk-main-m06 {
  padding-bottom: 72px;
}
}.bgk-gc-m06 {
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  background: #13131E;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.05);
  position: relative;
  cursor: pointer;
  width: 8.75rem;
  flex-shrink: 0;
}
@media(min-width: 641px) {.bgk-gc-m06 {
  width: 156px;
}
}
@media(min-width: 1079px) {.bgk-gc-m06 {
  width: 168px;
}
}.bgk-gc-m06:hover {
  border-color: rgba(212,0,60,0.07);
  transform: translateY(-3px);
}.bgk-gc_img-m06 {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.bgk-gc_img-m06 img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
}.bgk-gc_hover-m06 {
  transition: opacity .2s;
  inset: 0;
  background: rgba(9,9,16,0.72);
  opacity: 0;
  justify-content: center;
  position: absolute;
  align-items: center;
  display: flex;
}.bgk-gc-m06:hover .bgk-gc_hover-m06 {
  opacity: 1;
}.bgk-gc_hover_btn-m06 {
  border-radius: 0.25rem;
  padding: 8px 1rem;
  background: #D4003C;
  font-weight: 700;
  font-size: 0.75rem;
  color: #F4F4F8;
}.bgk-gc_info-m06 {
  padding: 0.5rem 10px 10px;
}.bgk-gc_name-m06 {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 12px;
  color: #C8C8D4;
  white-space: nowrap;
  font-weight: 600;
  margin-bottom: 3px;
}.bgk-gc_prov-m06 {
  font-size: 10px;
  color: #545464;
}.bgk-gc_tag-m06 {
  border-radius: 0.25rem;
  padding: 2px 7px;
  letter-spacing: .04em;
  font-weight: 700;
  z-index: 2;
  top: 6px;
  font-size: 9px;
  text-transform: uppercase;
  position: absolute;
  left: 6px;
}.bgk-gc_tag_hot-m06 {
  background: #FF2D47;
  color: #fff;
}.bgk-gc_tag_new-m06 {
  background: #22C55E;
  color: #0E0E18;
}.bgk-gc_tag_jp-m06 {
  background: #F5C800;
  color: #0E0E18;
}.bgk-gc_tag_ex-m06 {
  background: #8A001E;
  color: #fff;
}.bgk-gc_tag_live-m06 {
  background: #FF2D47;
  color: #fff;
}.bgk-gr-m06 {
  background: #0E0E18;
  padding: 2rem 16px 0;
}
@media(min-width: 767px) {.bgk-gr-m06 {
  padding: 2.25rem 24px 0;
}
}.bgk-gr_in-m06 {
  margin: 0 auto;
  max-width: 1340px;
}.bgk-gr_head-m06 {
  gap: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}.bgk-gr_head_l-m06 {
  flex: 1;
  gap: 10px;
  min-width: 0;
  align-items: center;
  display: flex;
}.bgk-gr_ic-m06 {
  border-radius: 8px;
  justify-content: center;
  height: 2rem;
  width: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.bgk-gr_ic-m06 svg {
  width: 1rem;
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.bgk-gr_title-m06 {
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  color: #F4F4F8;
  font-size: 1rem;
  font-weight: 700;
}
@media(min-width: 765px) {.bgk-gr_title-m06 {
  font-size: 18px;
}
}.bgk-gr_more-m06 {
  transition: color .2s;
  gap: 5px;
  font-weight: 600;
  font-size: 12px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #6E6E80;
}.bgk-gr_more-m06:hover {
  color: #D4003C;
}.bgk-gr_more-m06 svg {
  height: 12px;
  width: 0.75rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.bgk-gr_arrows-m06 {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.bgk-gr_arr-m06 {
  transition: background .15s,color .15s;
  background: rgba(255,255,255,0.05);
  border-radius: 0.25rem;
  border: 1px solid rgba(255,255,255,0.09);
  width: 1.875rem;
  align-items: center;
  justify-content: center;
  color: #9898A8;
  height: 30px;
  display: flex;
}.bgk-gr_arr-m06:hover {
  background: rgba(255,255,255,0.07);
  color: #F4F4F8;
}.bgk-gr_arr-m06 svg {
  width: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 13px;
}.bgk-gr_seo_h-m06 {
  margin: 0 0 6px;
  font-weight: 700;
  max-width: 680px;
  color: #C8C8D4;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 769px) {.bgk-gr_seo_h-m06 {
  font-size: 14px;
}
}.bgk-gr_seo-m06 {
  line-height: 1.55;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #6E6E80;
  max-width: 42.5rem;
}.bgk-gr_seo-m06 strong {
  font-weight: 600;
  color: #C8C8D4;
}.bgk-gr_scroll-m06 {
  gap: 0.625rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 0.625rem;
  display: flex;
}.bgk-gr_scroll-m06::-webkit-scrollbar {
  display: none;
}
@media(min-width: 770px) {.bgk-gr_scroll-m06 {
  gap: 12px;
}
}.bgk-tb-m06 {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #0E0E18;
  top: 0;
  z-index: 80;
  left: 0;
  height: 3.5rem;
  display: flex;
  right: 0;
  align-items: center;
  position: fixed;
}.bgk-tb_in-m06 {
  gap: 0;
  padding: 0 0.875rem;
  align-items: center;
  height: 100%;
  display: flex;
  width: 100%;
}.bgk-tb_burger-m06 {
  gap: 0.313rem;
  border-radius: 8px;
  margin-right: 0.5rem;
  align-items: center;
  height: 38px;
  flex-shrink: 0;
  width: 2.375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}.bgk-tb_burger-m06:hover {
  background: rgba(255,255,255,0.05);
}.bgk-tb_burger_line-m06 {
  border-radius: 1px;
  background: #9898A8;
  height: 2px;
  width: 18px;
  display: block;
}
@media(min-width: 1078px) {.bgk-tb_burger-m06 {
  display: none;
}
}.bgk-tb_logo-m06 {
  gap: 0.563rem;
  font-size: 18px;
  margin-right: 1.25rem;
  flex-shrink: 0;
  letter-spacing: -.01em;
  display: flex;
  overflow-wrap: break-word;
  font-weight: 800;
  align-items: center;
  color: #F4F4F8;
}.bgk-tb_logo_mark-m06 {
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
}.bgk-tb_logo_mark-m06 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.bgk-tb_nav-m06 {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 641px) {.bgk-tb_nav-m06 {
  display: flex;
}
}.bgk-tb_tab-m06 {
  transition: background .15s,color .15s;
  padding: 8px 14px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
  color: #9898A8;
}.bgk-tb_tab-m06:hover {
  background: rgba(255,255,255,0.05);
  color: #F4F4F8;
}.bgk-tb_tab-m06.bgk-state_active-m06 {
  background: rgba(212,0,60,0.18);
  color: #F4F4F8;
}.bgk-tb_right-m06 {
  gap: 0.5rem;
  flex-shrink: 0;
  align-items: center;
  margin-left: auto;
  display: flex;
}.bgk-tb_login-m06 {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  padding: 9px 16px;
  border-radius: 0.5rem;
  transition: border-color .2s,color .2s;
  font-weight: 600;
  font-size: 13px;
  color: #C8C8D4;
  display: none;
}.bgk-tb_login-m06:hover {
  border-color: rgba(212,0,60,0.55);
  color: #F4F4F8;
}
@media(min-width: 483px) {.bgk-tb_login-m06 {
  display: block;
}
}.bgk-tb_reg-m06 {
  border-radius: 0.5rem;
  padding: 9px 1.125rem;
  background: #22C55E;
  transition: background .2s;
  font-weight: 700;
  white-space: nowrap;
  font-size: 13px;
  color: #0E0610;
}.bgk-tb_reg-m06:hover {
  background: #16A34A;
}.bgk-sb-m06 {
  border-right: 1px solid rgba(255,255,255,0.05);
  transition: transform .25s ease;
  background: #1A1A26;
  transform: translateX(-100%);
  top: 56px;
  position: fixed;
  bottom: 0;
  width: 13.75rem;
  z-index: 70;
  overflow-y: auto;
  left: 0;
}.bgk-sb-m06.bgk-state_open-m06 {
  transform: translateX(0);
}.bgk-sb-m06::-webkit-scrollbar {
  width: 0.25rem;
}.bgk-sb-m06::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1077px) {.bgk-sb-m06 {
  transform: translateX(0);
}
}.bgk-sb_auth-m06 {
  padding: 14px 0.75rem 10px;
}.bgk-sb_btn_reg-m06 {
  padding: 11px;
  border-radius: 0.5rem;
  transition: background .2s;
  background: #22C55E;
  display: block;
  font-weight: 700;
  font-size: 13px;
  color: #0E0610;
  text-align: center;
  margin-bottom: 8px;
}.bgk-sb_btn_reg-m06:hover {
  background: #16A34A;
}.bgk-sb_btn_login-m06 {
  transition: border-color .2s;
  padding: 0.625rem;
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.05);
  border-radius: 0.5rem;
  display: block;
  text-align: center;
  font-size: 0.813rem;
  color: #C8C8D4;
  font-weight: 600;
}.bgk-sb_btn_login-m06:hover {
  border-color: rgba(212,0,60,0.55);
  color: #F4F4F8;
}.bgk-sb_promo-m06 {
  margin: 0 12px 10px;
  border-radius: 8px;
  padding: 12px 14px;
  border: 1px solid rgba(212,0,60,0.18);
  overflow: hidden;
  background: linear-gradient(135deg,#8C001E,#1A1A26);
  position: relative;
}.bgk-sb_promo-m06::before {
  background: radial-gradient(circle,rgba(212,0,60,0.18),transparent 70%);
  border-radius: 50%;
  right: -1.25rem;
  width: 5rem;
  top: -1.25rem;
  height: 80px;
  position: absolute;
  content: '';
}.bgk-sb_promo_title-m06 {
  margin-bottom: 4px;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  color: #D4003C;
}.bgk-sb_promo_text-m06 {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #F4F4F8;
  font-weight: 600;
  line-height: 1.35;
}.bgk-sb_promo_sub-m06 {
  color: #6E6E80;
  margin-top: 3px;
  font-size: 0.625rem;
}.bgk-sb_nav-m06 {
  padding: 0.375rem 0.5rem 1rem;
}.bgk-sb_nav_lb-m06 {
  padding: 10px 8px 6px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 10px;
  color: #545464;
}.bgk-sb_link-m06 {
  gap: 0.625rem;
  border-radius: 0.25rem;
  transition: background .15s,color .15s;
  padding: 0.563rem 0.625rem;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #9898A8;
  overflow-wrap: break-word;
}.bgk-sb_link-m06:hover {
  background: rgba(255,255,255,0.05);
  color: #F4F4F8;
}.bgk-sb_link-m06.bgk-state_active-m06 {
  background: rgba(212,0,60,0.18);
  color: #F4F4F8;
}.bgk-sb_ic-m06 {
  border-radius: 4px;
  height: 30px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  width: 1.875rem;
  justify-content: center;
}.bgk-sb_ic-m06 svg {
  stroke-linecap: round;
  width: 16px;
  height: 16px;
  stroke-linejoin: round;
}.bgk-sb_ic_1-m06 {
  background: rgba(212,0,60,0.07);
  color: #D4003C;
}.bgk-sb_ic_2-m06 {
  background: rgba(34,197,94,0.15);
  color: #22C55E;
}.bgk-sb_ic_3-m06 {
  background: rgba(245,200,0,0.14);
  color: #F5C800;
}.bgk-sb_ic_4-m06 {
  background: rgba(138,0,30,0.28);
  color: #8A001E;
}.bgk-sb_ic_5-m06 {
  background: rgba(212,0,60,0.07);
  color: #E8407A;
}.bgk-sb_ic_6-m06 {
  background: rgba(138,0,30,0.28);
  color: #7B2FBE;
}.bgk-sb_badge-m06 {
  border-radius: 4px;
  padding: 2px 7px;
  background: #F5C800;
  color: #0E0610;
  font-size: 0.563rem;
  margin-left: auto;
  font-weight: 700;
}.bgk-sb_bot-m06 {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.5rem;
  padding: 12px;
  display: flex;
}.bgk-sb_lang-m06,.bgk-sb_help-m06 {
  flex: 1;
  padding: 0.563rem 0.375rem;
  border-radius: 0.25rem;
  transition: border-color .2s;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.05);
  gap: 0.375rem;
  font-weight: 600;
  justify-content: center;
  font-size: 11px;
  align-items: center;
  color: #9898A8;
  display: flex;
}.bgk-sb_lang-m06:hover,.bgk-sb_help-m06:hover {
  border-color: rgba(212,0,60,0.55);
  color: #F4F4F8;
}.bgk-sb_lang-m06 svg,.bgk-sb_help-m06 svg {
  stroke-linecap: round;
  width: 13px;
  stroke-linejoin: round;
  height: 0.813rem;
}.bgk-sb_bd-m06 {
  background: rgba(9,9,16,0.72);
  inset: 0;
  position: fixed;
  z-index: 69;
  display: none;
}.bgk-sb_bd-m06.bgk-state_on-m06 {
  display: block;
}
@media(min-width: 1079px) {.bgk-sb_bd-m06 {
  display: none!important;
}
}.bgk-mob_nav-m06 {
  background: #1A1A26;
  border-top: 1px solid rgba(255,255,255,0.09);
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  z-index: 80;
  left: 0;
  display: flex;
  position: fixed;
  right: 0;
  bottom: 0;
}
@media(min-width: 1083px) {.bgk-mob_nav-m06 {
  display: none;
}
}.bgk-mob_nav_item-m06 {
  padding: 0.25rem 2px;
  flex: 1;
  gap: 4px;
  color: #545464;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
}.bgk-mob_nav_ic-m06 {
  line-height: 1;
}.bgk-mob_nav_ic-m06 svg {
  height: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.25rem;
}.bgk-mob_nav_lb-m06 {
  font-size: 10px;
  font-weight: 600;
  color: #545464;
}.bgk-mob_nav_item-m06.bgk-state_active-m06 {
  color: #D4003C;
}.bgk-mob_nav_item-m06.bgk-state_active-m06 .bgk-mob_nav_lb-m06 {
  color: #D4003C;
}.bgk-hero-m06 {
  padding: 20px 16px 0;
  background: #0E0E18;
}
@media(min-width: 769px) {.bgk-hero-m06 {
  padding: 1.5rem 1.5rem 0;
}
}.bgk-hero_in-m06 {
  gap: 12px;
  margin: 0 auto;
  max-width: 83.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.bgk-hero_in-m06 {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1102px) {.bgk-hero_in-m06 {
  grid-template-columns: 1fr 340px;
}
}.bgk-hero_promo-m06 {
  overflow: hidden;
  border-radius: 14px;
  background: #13131E;
  position: relative;
  align-items: stretch;
  min-height: 220px;
  display: flex;
}
@media(min-width: 766px) {.bgk-hero_promo-m06 {
  min-height: 17.5rem;
}
}.bgk-hero_promo_bg-m06 {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#8C001E 0%,#0E0E18 100%);
  background-size: cover;
  position: absolute;
}.bgk-hero_promo_bg-m06::after {
  background: linear-gradient(90deg,#0E0E18 0%,rgba(9,9,16,0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.bgk-hero_promo_glow-m06 {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(138,0,30,0.28) 0%,transparent 65%);
  width: 300px;
  position: absolute;
  right: 60px;
  height: 18.75rem;
  pointer-events: none;
  top: -40px;
}.bgk-hero_promo_ct-m06 {
  padding: 1.75rem 24px 1.75rem 1.75rem;
  flex-direction: column;
  display: flex;
  z-index: 2;
  position: relative;
  justify-content: center;
  max-width: 480px;
}
@media(min-width: 770px) {.bgk-hero_promo_ct-m06 {
  padding: 2.5rem 32px;
}
}.bgk-hero_badge-m06 {
  padding: 5px 12px;
  background: rgba(212,0,60,0.18);
  border-radius: 1.25rem;
  border: 1px solid rgba(212,0,60,0.07);
  margin-bottom: 14px;
  font-size: 10px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #D4003C;
  letter-spacing: .08em;
}.bgk-hero_h1-m06 {
  color: #F4F4F8;
  margin-bottom: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.625rem;
  line-height: 1.15;
  overflow-wrap: break-word;
}.bgk-hero_h1-m06 em {
  font-style: normal;
  color: #F5C800;
}
@media(min-width: 769px) {.bgk-hero_h1-m06 {
  font-size: 2.25rem;
}
}.bgk-hero_sub-m06 {
  color: #9898A8;
  margin-bottom: 1.25rem;
  font-size: 13px;
  line-height: 1.55;
}
@media(min-width: 771px) {.bgk-hero_sub-m06 {
  font-size: 0.875rem;
}
}.bgk-hero_row-m06 {
  gap: 0.625rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.bgk-hero_cta-m06 {
  padding: 0.813rem 26px;
  border-radius: 0.5rem;
  background: #22C55E;
  transition: background .2s;
  font-weight: 700;
  box-shadow: 0 3px 0.875rem rgba(34,197,94,0.50), inset 0 1px 0 rgba(255,255,255,0.12);
  color: #0E0610;
  font-size: 14px;
}.bgk-hero_cta-m06:hover {
  background: #16A34A;
}.bgk-hero_terms-m06 {
  font-size: 11px;
  color: #545464;
}.bgk-hero_game-m06 {
  background: #13131E;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.05);
  flex-direction: column;
  display: flex;
  position: relative;
}.bgk-hero_game_badge-m06 {
  border: 1px solid rgba(245,200,0,0.14);
  padding: 0.313rem 0.625rem;
  background: rgba(245,200,0,0.14);
  border-radius: 20px;
  z-index: 3;
  font-size: 0.625rem;
  left: 0.75rem;
  top: 12px;
  color: #F5C800;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
}.bgk-hero_game_badge-m06 svg {
  height: 11px;
  vertical-align: -1px;
  width: 11px;
  margin-right: 4px;
}.bgk-hero_game_img-m06 {
  background: linear-gradient(135deg,#8C001E,#0E0E18);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.bgk-hero_game_img-m06 img {
  inset: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
}.bgk-hero_game_play-m06 {
  transition: opacity .2s;
  inset: 0;
  background: rgba(9,9,16,0.72);
  opacity: 0;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
}.bgk-hero_game-m06:hover .bgk-hero_game_play-m06 {
  opacity: 1;
}.bgk-hero_game_play-m06 span {
  background: #D4003C;
  border-radius: 50%;
  width: 3.25rem;
  justify-content: center;
  height: 52px;
  display: flex;
  align-items: center;
}.bgk-hero_game_play-m06 span svg {
  height: 1.125rem;
  margin-left: 2px;
  width: 18px;
}.bgk-hero_game_info-m06 {
  padding: 14px 1rem;
}.bgk-hero_game_title-m06 {
  color: #F4F4F8;
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 700;
  overflow-wrap: break-word;
}.bgk-hero_game_provider-m06 {
  font-size: 0.688rem;
  color: #6E6E80;
}.bgk-hero_game_btn-m06 {
  transition: background .2s;
  background: #D4003C;
  border-radius: 0.5rem;
  margin: 0.75rem 1rem 1rem;
  padding: 11px;
  font-weight: 700;
  color: #F4F4F8;
  text-align: center;
  display: block;
  font-size: 0.813rem;
}.bgk-hero_game-m06:hover .bgk-hero_game_btn-m06 {
  background: #F0004E;
}.bgk-sbar-m06 {
  padding: 16px 16px 0;
  background: #0E0E18;
}
@media(min-width: 771px) {.bgk-sbar-m06 {
  padding: 18px 1.5rem 0;
}
}.bgk-sbar_in-m06 {
  margin: 0 auto;
  max-width: 1340px;
}.bgk-sbar_row-m06 {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 12px;
}.bgk-sbar_input-m06 {
  gap: 10px;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 0.688rem 1rem;
  background: #13131E;
  transition: border-color .2s;
  flex: 1;
  border-radius: 0.5rem;
  color: #6E6E80;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  align-items: center;
}.bgk-sbar_input-m06:hover {
  border-color: rgba(212,0,60,0.55);
}.bgk-sbar_input-m06 svg {
  height: 15px;
  width: 15px;
  flex-shrink: 0;
  stroke-linejoin: round;
  stroke-linecap: round;
}.bgk-sbar_providers-m06 {
  border: 1px solid rgba(255,255,255,0.09);
  padding: 0.688rem 1.125rem;
  gap: 8px;
  transition: border-color .2s;
  border-radius: 0.5rem;
  background: #13131E;
  display: flex;
  font-weight: 600;
  align-items: center;
  white-space: nowrap;
  font-size: 13px;
  color: #C8C8D4;
}.bgk-sbar_providers-m06:hover {
  border-color: rgba(212,0,60,0.55);
  color: #F4F4F8;
}.bgk-sbar_providers-m06 svg {
  stroke-linejoin: round;
  height: 0.875rem;
  width: 14px;
  stroke-linecap: round;
}.bgk-sbar_tabs-m06 {
  gap: 6px;
  padding-bottom: 2px;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
}.bgk-sbar_tabs-m06::-webkit-scrollbar {
  display: none;
}.bgk-sbar_tab-m06 {
  gap: 0.438rem;
  transition: background .15s,color .15s,border-color .15s;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 20px;
  padding: 8px 14px;
  background: rgba(255,255,255,0.05);
  font-weight: 600;
  font-size: 12px;
  color: #9898A8;
  align-items: center;
  cursor: pointer;
  display: flex;
  white-space: nowrap;
  flex-shrink: 0;
}.bgk-sbar_tab-m06:hover {
  border-color: rgba(212,0,60,0.55);
  background: rgba(255,255,255,0.07);
  color: #F4F4F8;
}.bgk-sbar_tab-m06.bgk-state_active-m06 {
  border-color: rgba(212,0,60,0.07);
  background: rgba(212,0,60,0.18);
  color: #F4F4F8;
}.bgk-sbar_tab_ic-m06 svg {
  width: 14px;
  stroke-linecap: round;
  height: 14px;
  stroke-linejoin: round;
}.bgk-wy-m06 {
  background: #0E0E18;
  padding: 2rem 16px 0;
}
@media(min-width: 767px) {.bgk-wy-m06 {
  padding: 40px 24px 0;
}
}.bgk-wy_in-m06 {
  margin: 0 auto;
  max-width: 83.75rem;
}.bgk-wy_head-m06 {
  max-width: 720px;
  margin-bottom: 18px;
}.bgk-wy_label-m06 {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #D4003C;
}.bgk-wy_h2-m06 {
  color: #F4F4F8;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 8px;
  font-weight: 800;
}
@media(min-width: 765px) {.bgk-wy_h2-m06 {
  font-size: 24px;
}
}.bgk-wy_intro-m06 {
  margin: 0;
  font-size: 0.813rem;
  color: #6E6E80;
  line-height: 1.6;
}.bgk-wy_grid-m06 {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.bgk-wy_grid-m06 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.bgk-wy_grid-m06 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.bgk-wy_card-m06 {
  transition: border-color .2s,transform .2s;
  padding: 20px;
  background: #1A1A26;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.09);
}.bgk-wy_card-m06:hover {
  transform: translateY(-2px);
  border-color: rgba(212,0,60,0.07);
}.bgk-wy_card_ic-m06 {
  border-radius: 50%;
  background: rgba(212,0,60,0.18);
  color: #D4003C;
  margin-bottom: 14px;
  align-items: center;
  width: 44px;
  display: flex;
  height: 44px;
  justify-content: center;
}.bgk-wy_card_ic-m06 svg {
  stroke-linecap: round;
  height: 1.375rem;
  width: 22px;
  stroke-linejoin: round;
}.bgk-wy_card_h-m06 {
  line-height: 1.25;
  margin-bottom: 6px;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F4F4F8;
  font-size: 0.938rem;
}.bgk-wy_card_p-m06 {
  overflow-wrap: break-word;
  color: #6E6E80;
  font-size: 0.813rem;
  line-height: 1.6;
}.bgk-wy_card_p-m06 strong {
  color: #C8C8D4;
  font-weight: 600;
}.bgk-ws-m06 {
  background: #0E0E18;
  padding: 32px 16px 0;
}
@media(min-width: 767px) {.bgk-ws-m06 {
  padding: 2.25rem 1.5rem 0;
}
}.bgk-ws_in-m06 {
  margin: 0 auto;
  max-width: 1340px;
}.bgk-ws_head-m06 {
  gap: 0.75rem;
  justify-content: space-between;
  margin-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.bgk-ws_title-m06 {
  gap: 0.625rem;
  color: #F4F4F8;
  align-items: center;
  font-family: 'Barlow Condensed', sans-serif;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  overflow-wrap: break-word;
}.bgk-ws_title_ic-m06 svg {
  stroke-linecap: round;
  width: 18px;
  height: 18px;
  color: #F5C800;
  stroke-linejoin: round;
}.bgk-ws_online-m06 {
  gap: 7px;
  font-size: 12px;
  font-weight: 600;
  color: #6E6E80;
  align-items: center;
  display: flex;
}.bgk-ws_online_dot-m06 {
  border-radius: 50%;
  background: #22C55E;
  box-shadow: 0 0 6px rgba(34,197,94,0.15);
  height: 8px;
  width: 0.5rem;
  flex-shrink: 0;
}.bgk-ws_scroll-m06 {
  gap: 0.5rem;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}.bgk-ws_scroll-m06::-webkit-scrollbar {
  display: none;
}.bgk-wc-m06 {
  padding: 0.625rem 14px;
  background: #13131E;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.5rem;
  gap: 0.625rem;
  flex-shrink: 0;
  min-width: 220px;
  align-items: center;
  display: flex;
}.bgk-wc_img-m06 {
  overflow: hidden;
  border-radius: 0.25rem;
  background: #1A1A26;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
}.bgk-wc_img-m06 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.bgk-wc_info-m06 {
  min-width: 0;
}.bgk-wc_game-m06 {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #C8C8D4;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 600;
}.bgk-wc_player-m06 {
  overflow: hidden;
  white-space: nowrap;
  font-size: 10px;
  text-overflow: ellipsis;
  color: #545464;
}.bgk-wc_amount-m06 {
  white-space: nowrap;
  color: #22C55E;
  margin-left: auto;
  font-weight: 700;
  font-size: 0.813rem;
  flex-shrink: 0;
}.bgk-bon-m06 {
  padding: 36px 1rem 0;
  background: #0E0E18;
}
@media(min-width: 766px) {.bgk-bon-m06 {
  padding: 44px 1.5rem 0;
}
}.bgk-bon_in-m06 {
  margin: 0 auto;
  max-width: 1340px;
}.bgk-bon_head-m06 {
  margin-bottom: 20px;
}.bgk-bon_label-m06 {
  font-weight: 700;
  font-size: 11px;
  color: #D4003C;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.bgk-bon_h2-m06 {
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4F4F8;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 771px) {.bgk-bon_h2-m06 {
  font-size: 1.5rem;
}
}.bgk-bon_seo-m06 {
  font-size: 13px;
  line-height: 1.6;
  color: #6E6E80;
  overflow-wrap: break-word;
  max-width: 620px;
}.bgk-bon_seo-m06 strong {
  font-weight: 700;
  color: #C8C8D4;
}.bgk-bon_seo-m06 a {
  text-decoration: underline;
  color: #D4003C;
}.bgk-bon_grid-m06 {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 639px) {.bgk-bon_grid-m06 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.bgk-bon_grid-m06 {
  grid-template-columns: repeat(5,1fr);
}
}.bgk-bon_card-m06 {
  padding: 1rem;
  background: #13131E;
  transition: border-color .2s,transform .2s;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.09);
}.bgk-bon_card-m06:hover {
  transform: translateY(-2px);
  border-color: rgba(212,0,60,0.07);
}.bgk-bon_card_ic-m06 svg {
  height: 26px;
  stroke-linecap: round;
  width: 1.625rem;
  stroke-linejoin: round;
}.bgk-bon_card_ic-m06 {
  margin-bottom: 0.625rem;
}.bgk-bon_card_type-m06 {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .06em;
  margin-bottom: 0.375rem;
  color: #6E6E80;
}.bgk-bon_card_amount-m06 {
  color: #F5C800;
  line-height: 1.1;
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 6px;
}.bgk-bon_card_name-m06 {
  font-weight: 600;
  font-size: 0.813rem;
  color: #F4F4F8;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}.bgk-bon_card_detail-m06 {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #545464;
  padding-top: 8px;
  line-height: 1.5;
}.bgk-app-m06 {
  padding: 2.25rem 16px 0;
  background: #0E0E18;
}
@media(min-width: 769px) {.bgk-app-m06 {
  padding: 2.75rem 24px 0;
}
}.bgk-app_in-m06 {
  margin: 0 auto;
  max-width: 83.75rem;
}.bgk-app_head-m06 {
  margin-bottom: 16px;
}.bgk-app_label-m06 {
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #D4003C;
}.bgk-app_h2-m06 {
  margin-bottom: 6px;
  overflow-wrap: break-word;
  color: #F4F4F8;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
}
@media(min-width: 766px) {.bgk-app_h2-m06 {
  font-size: 1.5rem;
}
}.bgk-app_sub-m06 {
  color: #6E6E80;
  line-height: 1.6;
  font-size: 0.813rem;
  max-width: 37.5rem;
  overflow-wrap: break-word;
}.bgk-app_sub-m06 strong {
  color: #C8C8D4;
  font-weight: 700;
}.bgk-app_cards-m06 {
  gap: 10px;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 1rem;
}
@media(min-width:640px) {.bgk-app_cards-m06 {
  grid-template-columns: repeat(3,1fr);
}
}.bgk-app_card-m06 {
  gap: 1rem;
  padding: 20px;
  border-radius: 0.5rem;
  overflow: hidden;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}.bgk-app_card_ios-m06 {
  background: linear-gradient(135deg,rgba(212,0,60,0.18) 0%,#1A1A26 100%);
}.bgk-app_card_android-m06 {
  background: linear-gradient(135deg,rgba(34,197,94,0.15) 0%,#1A1A26 100%);
}.bgk-app_card_win-m06 {
  background: linear-gradient(135deg,rgba(245,200,0,0.14) 0%,#1A1A26 100%);
}.bgk-app_card_ic-m06 svg {
  width: 34px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 2.125rem;
}.bgk-app_card_ic-m06 {
  color: #F4F4F8;
  flex-shrink: 0;
}.bgk-app_card_os-m06 {
  letter-spacing: .08em;
  font-size: 10px;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  color: #6E6E80;
  font-weight: 700;
}.bgk-app_card_title-m06 {
  margin-bottom: 6px;
  color: #F4F4F8;
  overflow-wrap: break-word;
  font-weight: 700;
  line-height: 1.2;
  font-size: 15px;
}.bgk-app_card_text-m06 {
  color: #6E6E80;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
}.bgk-app_card_btn-m06 {
  background: rgba(255,255,255,0.12);
  gap: 0.438rem;
  border: 1px solid rgba(212,0,60,0.55);
  border-radius: 0.25rem;
  transition: background .2s;
  padding: 0.625rem 18px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  color: #F4F4F8;
  align-items: center;
}.bgk-app_card_btn-m06:hover {
  background: rgba(255,255,255,0.07);
}.bgk-prov-m06 {
  background: #0E0E18;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.bgk-prov-m06 {
  padding: 2.75rem 24px 0;
}
}.bgk-prov_in-m06 {
  margin: 0 auto;
  max-width: 83.75rem;
}.bgk-prov_head-m06 {
  margin-bottom: 16px;
}.bgk-prov_label-m06 {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  color: #D4003C;
}.bgk-prov_h2-m06 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #F4F4F8;
  margin-bottom: 8px;
}
@media(min-width: 766px) {.bgk-prov_h2-m06 {
  font-size: 24px;
}
}.bgk-prov_seo-m06 {
  line-height: 1.6;
  font-size: 13px;
  margin-bottom: 16px;
  overflow-wrap: break-word;
  max-width: 620px;
  color: #6E6E80;
}.bgk-prov_seo-m06 strong {
  color: #C8C8D4;
  font-weight: 700;
}.bgk-prov_seo-m06 a {
  color: #D4003C;
  text-decoration: underline;
}.bgk-prov_grid-m06 {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 642px) {.bgk-prov_grid-m06 {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.bgk-prov_grid-m06 {
  grid-template-columns: repeat(8,1fr);
}
}.bgk-prov_card-m06 {
  gap: 7px;
  background: #13131E;
  border-radius: 8px;
  transition: border-color .2s,background .2s;
  padding: 0.875rem 10px;
  border: 1px solid rgba(255,255,255,0.09);
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  display: flex;
}.bgk-prov_card-m06:hover {
  background: #1A1A26;
  border-color: rgba(212,0,60,0.55);
}.bgk-prov_logo-m06 {
  background: rgba(255,255,255,0.05);
  overflow: hidden;
  border-radius: 4px;
  display: flex;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  justify-content: center;
}.bgk-prov_logo-m06 img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.bgk-prov_name-m06 {
  font-weight: 600;
  font-size: 11px;
  color: #9898A8;
  text-align: center;
  overflow-wrap: break-word;
}.bgk-reg-m06 {
  background: #0E0E18;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.bgk-reg-m06 {
  padding: 44px 24px 0;
}
}.bgk-reg_in-m06 {
  border: 1px solid rgba(255,255,255,0.05);
  background: #1A1A26;
  border-radius: 0.875rem;
  margin: 0 auto;
  padding: 28px 24px;
  max-width: 83.75rem;
}
@media(min-width: 770px) {.bgk-reg_in-m06 {
  padding: 2.5rem;
}
}.bgk-reg_top-m06 {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 862px) {.bgk-reg_top-m06 {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.bgk-reg_label-m06 {
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  color: #D4003C;
  letter-spacing: .08em;
}.bgk-reg_h2-m06 {
  overflow-wrap: break-word;
  line-height: 1.2;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  margin-bottom: 12px;
  font-size: 1.375rem;
  color: #F4F4F8;
}
@media(min-width: 770px) {.bgk-reg_h2-m06 {
  font-size: 28px;
}
}.bgk-reg_bonus-m06 {
  padding: 10px 16px;
  background: rgba(245,200,0,0.14);
  border: 1px solid rgba(245,200,0,0.14);
  border-radius: 8px;
  gap: 0.5rem;
  margin-bottom: 16px;
  align-items: center;
  display: inline-flex;
}.bgk-reg_bonus_amount-m06 {
  font-weight: 800;
  font-size: 20px;
  color: #F5C800;
}.bgk-reg_bonus_text-m06 {
  color: #9898A8;
  font-size: 0.813rem;
  line-height: 1.35;
}.bgk-reg_cta_btn-m06 {
  transition: background .2s;
  border-radius: 0.5rem;
  background: #22C55E;
  padding: 0.875rem 2rem;
  font-size: 15px;
  color: #0E0610;
  font-weight: 700;
  margin-bottom: 12px;
  box-shadow: 0 3px 14px rgba(34,197,94,0.50), inset 0 1px 0 rgba(255,255,255,0.12);
  display: inline-block;
}.bgk-reg_cta_btn-m06:hover {
  background: #16A34A;
}.bgk-reg_terms-m06 {
  line-height: 1.5;
  font-size: 11px;
  color: #545464;
}.bgk-reg_seo-m06 {
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 20px;
  font-size: 0.813rem;
  color: #6E6E80;
  padding-top: 1.25rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}.bgk-reg_seo-m06 p {
  margin-bottom: 0.625rem;
  line-height: 1.65;
  color: #6E6E80;
  font-size: 13px;
}.bgk-reg_seo-m06 p:last-child {
  margin-bottom: 0;
}.bgk-reg_seo-m06 strong {
  font-weight: 700;
  color: #C8C8D4;
}.bgk-reg_seo-m06 a {
  transition: color .2s;
  text-decoration: underline;
  color: #D4003C;
}.bgk-reg_seo-m06 a:hover {
  color: #F0004E;
}.bgk-reg_seo-m06 ul,.bgk-reg_seo-m06 ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 1.125rem;
}.bgk-reg_seo-m06 ol {
  list-style: decimal;
}.bgk-reg_seo-m06 li {
  color: #6E6E80;
  font-size: 0.813rem;
  line-height: 1.65;
  margin-bottom: 0.25rem;
}.bgk-reg_seo-m06 table {
  margin-bottom: 0.625rem;
  width: 100%;
  font-size: 13px;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 766px) {.bgk-reg_seo-m06 table {
  display: table;
}
}.bgk-reg_seo-m06 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.5rem;
  text-align: left;
  color: #C8C8D4;
  font-weight: 700;
}.bgk-reg_seo-m06 td {
  padding: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #6E6E80;
}.bgk-reg_steps-m06 {
  gap: 14px;
  flex-direction: column;
  display: flex;
  margin-top: 1.75rem;
}
@media(min-width: 857px) {.bgk-reg_steps-m06 {
  margin-top: 0;
}
}.bgk-reg_step-m06 {
  border: 1px solid rgba(255,255,255,0.05);
  padding: 1rem;
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
  gap: 0.875rem;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.bgk-reg_step_num-m06 {
  border: 1px solid rgba(212,0,60,0.07);
  background: rgba(212,0,60,0.18);
  border-radius: 50%;
  font-size: 0.875rem;
  width: 2.125rem;
  flex-shrink: 0;
  height: 2.125rem;
  color: #D4003C;
  justify-content: center;
  display: flex;
  align-items: center;
  font-weight: 800;
}.bgk-reg_step_title-m06 {
  font-weight: 700;
  margin-bottom: 3px;
  color: #F4F4F8;
  font-size: 0.875rem;
}.bgk-reg_step_text-m06 {
  color: #6E6E80;
  font-size: 0.75rem;
  line-height: 1.5;
}.bgk-reg_trust-m06 {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.25rem;
  margin-top: 20px;
}.bgk-reg_trust_item-m06 {
  gap: 7px;
  font-size: 12px;
  align-items: center;
  display: flex;
  color: #6E6E80;
  overflow-wrap: break-word;
}.bgk-reg_trust_ic-m06 svg {
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
  width: 1rem;
  color: #D4003C;
}.bgk-seo-m06 {
  padding: 2.25rem 16px 0;
  background: #0E0E18;
}
@media(min-width: 765px) {.bgk-seo-m06 {
  padding: 2.75rem 24px 0;
}
}.bgk-seo_in-m06 {
  background: #1A1A26;
  padding: 28px 24px;
  margin: 0 auto;
  border-radius: 0.875rem;
  border: 1px solid rgba(255,255,255,0.09);
  max-width: 83.75rem;
}
@media(min-width: 769px) {.bgk-seo_in-m06 {
  padding: 36px 2.5rem;
}
}.bgk-seo_label-m06 {
  margin-bottom: 10px;
  letter-spacing: .08em;
  color: #D4003C;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
}.bgk-seo_h2-m06 {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #F4F4F8;
  margin-bottom: 0.875rem;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 765px) {.bgk-seo_h2-m06 {
  font-size: 1.5rem;
}
}.bgk-seo_body-m06 {
  font-size: 0.875rem;
  color: #9898A8;
  line-height: 1.75;
  overflow-wrap: break-word;
}.bgk-seo_body-m06 p {
  margin-bottom: 12px;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #9898A8;
}.bgk-seo_body-m06 p:last-child {
  margin-bottom: 0;
}.bgk-seo_body-m06 strong {
  color: #C8C8D4;
  font-weight: 700;
}.bgk-seo_body-m06 a {
  transition: color .2s;
  text-decoration: underline;
  color: #D4003C;
}.bgk-seo_body-m06 a:hover {
  color: #F0004E;
}.bgk-seo_body-m06 ul,.bgk-seo_body-m06 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.bgk-seo_body-m06 ol {
  list-style: decimal;
}.bgk-seo_body-m06 li {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #9898A8;
  margin-bottom: 6px;
}.bgk-seo_body-m06 table {
  margin-bottom: 0.75rem;
  overflow-x: auto;
  font-size: 0.813rem;
  width: 100%;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 765px) {.bgk-seo_body-m06 table {
  display: table;
}
}.bgk-seo_body-m06 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 0.75rem;
  color: #C8C8D4;
  font-weight: 700;
  text-align: left;
}.bgk-seo_body-m06 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #9898A8;
}.bgk-seo_cols-m06 {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 643px) {.bgk-seo_cols-m06 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.bgk-seo_cols-m06 {
  grid-template-columns: repeat(3,1fr);
}
}.bgk-seo_col_h-m06 {
  margin-bottom: 7px;
  color: #C8C8D4;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.bgk-seo_col_p-m06 {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #6E6E80;
  overflow-wrap: break-word;
}.bgk-seo_stats-m06 {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.bgk-seo_stat-m06 {
  border-radius: 8px;
  border: 1px solid rgba(212,0,60,0.18);
  background: rgba(212,0,60,0.07);
  padding: 14px 1rem;
  flex: 1;
  min-width: 8.75rem;
}.bgk-seo_stat_val-m06 {
  font-weight: 800;
  color: #D4003C;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 0.25rem;
}.bgk-seo_stat_lb-m06 {
  overflow-wrap: break-word;
  color: #6E6E80;
  font-size: 11px;
}.bgk-seo-m06 {
  padding: 36px 1rem 0;
  background: #0E0E18;
}
@media(min-width: 769px) {.bgk-seo-m06 {
  padding: 44px 1.5rem 0;
}
}.bgk-seo_in-m06 {
  border-radius: 0.875rem;
  padding: 1.75rem 24px;
  background: #1A1A26;
  border: 1px solid rgba(255,255,255,0.09);
  margin: 0 auto;
  max-width: 1340px;
}
@media(min-width: 771px) {.bgk-seo_in-m06 {
  padding: 36px 2.5rem;
}
}.bgk-seo_label-m06 {
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #D4003C;
}.bgk-seo_h2-m06 {
  font-weight: 800;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4F4F8;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.25;
}
@media(min-width: 765px) {.bgk-seo_h2-m06 {
  font-size: 1.5rem;
}
}.bgk-seo_body-m06 {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #9898A8;
  overflow-wrap: break-word;
}.bgk-seo_body-m06 p {
  line-height: 1.75;
  color: #9898A8;
  margin-bottom: 12px;
  font-size: 0.875rem;
}.bgk-seo_body-m06 p:last-child {
  margin-bottom: 0;
}.bgk-seo_body-m06 strong {
  font-weight: 700;
  color: #C8C8D4;
}.bgk-seo_body-m06 a {
  transition: color .2s;
  text-decoration: underline;
  color: #D4003C;
}.bgk-seo_body-m06 a:hover {
  color: #F0004E;
}.bgk-seo_body-m06 ul,.bgk-seo_body-m06 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.bgk-seo_body-m06 ol {
  list-style: decimal;
}.bgk-seo_body-m06 li {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #9898A8;
  margin-bottom: 0.375rem;
}.bgk-seo_body-m06 table {
  font-size: 0.813rem;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  display: block;
}
@media(min-width: 769px) {.bgk-seo_body-m06 table {
  display: table;
}
}.bgk-seo_body-m06 th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  font-weight: 700;
  text-align: left;
  color: #C8C8D4;
}.bgk-seo_body-m06 td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9898A8;
}.bgk-seo_cols-m06 {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 642px) {.bgk-seo_cols-m06 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.bgk-seo_cols-m06 {
  grid-template-columns: repeat(3,1fr);
}
}.bgk-seo_col_h-m06 {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 13px;
  color: #C8C8D4;
  overflow-wrap: break-word;
}.bgk-seo_col_p-m06 {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #6E6E80;
  line-height: 1.65;
}.bgk-seo_stats-m06 {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.bgk-seo_stat-m06 {
  background: rgba(212,0,60,0.07);
  padding: 14px 16px;
  flex: 1;
  border-radius: 8px;
  border: 1px solid rgba(212,0,60,0.18);
  min-width: 140px;
}.bgk-seo_stat_val-m06 {
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  color: #D4003C;
}.bgk-seo_stat_lb-m06 {
  color: #6E6E80;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.bgk-seo-m06 {
  padding: 2.25rem 1rem 0;
  background: #0E0E18;
}
@media(min-width: 767px) {.bgk-seo-m06 {
  padding: 2.75rem 1.5rem 0;
}
}.bgk-seo_in-m06 {
  padding: 1.75rem 24px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.875rem;
  margin: 0 auto;
  background: #1A1A26;
  max-width: 83.75rem;
}
@media(min-width: 769px) {.bgk-seo_in-m06 {
  padding: 2.25rem 2.5rem;
}
}.bgk-seo_label-m06 {
  color: #D4003C;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
}.bgk-seo_h2-m06 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  margin-bottom: 14px;
  color: #F4F4F8;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 766px) {.bgk-seo_h2-m06 {
  font-size: 1.5rem;
}
}.bgk-seo_body-m06 {
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
  color: #9898A8;
}.bgk-seo_body-m06 p {
  margin-bottom: 12px;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #9898A8;
}.bgk-seo_body-m06 p:last-child {
  margin-bottom: 0;
}.bgk-seo_body-m06 strong {
  font-weight: 700;
  color: #C8C8D4;
}.bgk-seo_body-m06 a {
  transition: color .2s;
  color: #D4003C;
  text-decoration: underline;
}.bgk-seo_body-m06 a:hover {
  color: #F0004E;
}.bgk-seo_body-m06 ul,.bgk-seo_body-m06 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.bgk-seo_body-m06 ol {
  list-style: decimal;
}.bgk-seo_body-m06 li {
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 1.75;
  color: #9898A8;
}.bgk-seo_body-m06 table {
  border-collapse: collapse;
  display: block;
  width: 100%;
  overflow-x: auto;
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
}
@media(min-width: 769px) {.bgk-seo_body-m06 table {
  display: table;
}
}.bgk-seo_body-m06 th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  font-weight: 700;
  color: #C8C8D4;
}.bgk-seo_body-m06 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 0.75rem;
  color: #9898A8;
}.bgk-seo_cols-m06 {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 643px) {.bgk-seo_cols-m06 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.bgk-seo_cols-m06 {
  grid-template-columns: repeat(3,1fr);
}
}.bgk-seo_col_h-m06 {
  font-size: 13px;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #C8C8D4;
}.bgk-seo_col_p-m06 {
  font-size: 0.813rem;
  color: #6E6E80;
  overflow-wrap: break-word;
  line-height: 1.65;
}.bgk-seo_stats-m06 {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.bgk-seo_stat-m06 {
  background: rgba(212,0,60,0.07);
  border-radius: 0.5rem;
  flex: 1;
  padding: 14px 16px;
  border: 1px solid rgba(212,0,60,0.18);
  min-width: 140px;
}.bgk-seo_stat_val-m06 {
  color: #D4003C;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 0.25rem;
}.bgk-seo_stat_lb-m06 {
  color: #6E6E80;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.bgk-faq-m06 {
  padding: 2.25rem 16px 0;
  background: #0E0E18;
}
@media(min-width: 771px) {.bgk-faq-m06 {
  padding: 2.75rem 24px 0;
}
}.bgk-faq_in-m06 {
  margin: 0 auto;
  max-width: 1340px;
}.bgk-faq_head-m06 {
  margin-bottom: 1.25rem;
}.bgk-faq_label-m06 {
  color: #D4003C;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
}.bgk-faq_h2-m06 {
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4F4F8;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width: 770px) {.bgk-faq_h2-m06 {
  font-size: 1.5rem;
}
}.bgk-faq_list-m06 {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.bgk-faq_item-m06 {
  background: #1A1A26;
  border: 1px solid rgba(255,255,255,0.09);
  overflow: hidden;
  border-radius: 8px;
}.bgk-faq_q-m06 {
  padding: 16px 20px;
  transition: color .2s;
  gap: 12px;
  justify-content: space-between;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.875rem;
  display: flex;
  cursor: pointer;
  font-weight: 600;
  color: #C8C8D4;
}.bgk-faq_q-m06:hover {
  color: #F4F4F8;
}.bgk-faq_q_ic-m06 {
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  transition: transform .25s;
  color: #D4003C;
  align-items: center;
  width: 24px;
  display: flex;
  flex-shrink: 0;
  font-size: 16px;
  height: 1.5rem;
  justify-content: center;
}.bgk-faq_item-m06.bgk-state_open-m06 .bgk-faq_q_ic-m06 {
  transform: rotate(45deg);
}.bgk-faq_a-m06 {
  padding: 0 20px 16px;
  display: none;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #6E6E80;
  line-height: 1.7;
}.bgk-faq_item-m06.bgk-state_open-m06 .bgk-faq_a-m06 {
  display: block;
}.bgk-faq_a-m06 strong {
  font-weight: 700;
  color: #C8C8D4;
}.bgk-faq_a-m06 a {
  color: #D4003C;
  text-decoration: underline;
}.bgk-faq_a-m06 ul,.bgk-faq_a-m06 ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 1.25rem;
}.bgk-faq_a-m06 ol {
  list-style: decimal;
}.bgk-faq_a-m06 li {
  line-height: 1.6;
  margin-bottom: 4px;
}.bgk-faq_a-m06 table {
  margin: 8px 0;
  font-size: 0.75rem;
  width: 100%;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
}
@media(min-width: 769px) {.bgk-faq_a-m06 table {
  display: table;
}
}.bgk-faq_a-m06 th {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  font-weight: 700;
  color: #C8C8D4;
}.bgk-faq_a-m06 td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.375rem 0.5rem;
  color: #6E6E80;
}.bgk-ft-m06 {
  background: #090910;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 48px;
}.bgk-ft_support-m06 {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 1.5rem 16px;
}
@media(min-width: 766px) {.bgk-ft_support-m06 {
  padding: 1.75rem 24px;
}
}.bgk-ft_support_in-m06 {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1340px;
  display: flex;
}.bgk-ft_support_main-m06 {
  gap: 16px;
  flex: 1;
  min-width: 220px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.bgk-ft_support_ic-m06 {
  color: #D4003C;
  flex-shrink: 0;
}.bgk-ft_support_ic-m06 svg {
  height: 30px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 30px;
}.bgk-ft_support_text_title-m06 {
  margin-bottom: 3px;
  overflow-wrap: break-word;
  font-size: 15px;
  font-weight: 700;
  color: #F4F4F8;
}.bgk-ft_support_text_sub-m06 {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #6E6E80;
}.bgk-ft_support_btn-m06 {
  background: #D4003C;
  padding: 11px 22px;
  transition: background .2s;
  border-radius: 0.5rem;
  color: #F4F4F8;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}.bgk-ft_support_btn-m06:hover {
  background: #F0004E;
}.bgk-ft_support_contacts-m06 {
  gap: 16px;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.bgk-ft_support_contact-m06 {
  font-size: 12px;
  color: #545464;
  line-height: 1.4;
}.bgk-ft_support_contact-m06 strong {
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
  color: #9898A8;
  font-size: 11px;
}.bgk-ft_main-m06 {
  padding: 2rem 16px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 771px) {.bgk-ft_main-m06 {
  padding: 2.5rem 24px 2rem;
}
}.bgk-ft_main_in-m06 {
  gap: 1.5rem;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 1340px;
}
@media(min-width: 642px) {.bgk-ft_main_in-m06 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.bgk-ft_main_in-m06 {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.bgk-ft_col_logo-m06 {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.bgk-ft_col_logo-m06 {
  grid-column: auto;
}
}.bgk-ft_logo-m06 {
  gap: 9px;
  overflow-wrap: break-word;
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  color: #F4F4F8;
  font-weight: 800;
  align-items: center;
}.bgk-ft_logo_mark-m06 {
  overflow: hidden;
  border-radius: 0.25rem;
  width: 30px;
  height: 1.875rem;
}.bgk-ft_logo_mark-m06 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.bgk-ft_logo_sub-m06 {
  line-height: 1.55;
  font-size: 12px;
  max-width: 12.5rem;
  color: #545464;
  overflow-wrap: break-word;
}.bgk-ft_col_title-m06 {
  text-transform: uppercase;
  font-size: 12px;
  color: #9898A8;
  font-weight: 700;
  letter-spacing: .07em;
  margin-bottom: 0.875rem;
}.bgk-ft_col_links-m06 {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.bgk-ft_col_link-m06 {
  transition: color .2s;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #545464;
}.bgk-ft_col_link-m06:hover {
  color: #C8C8D4;
}.bgk-ft_apps-m06 {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.bgk-ft_app_card-m06 {
  border-radius: 0.25rem;
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.05);
  padding: 0.625rem 12px;
  gap: 10px;
  transition: border-color .2s;
  align-items: center;
  display: flex;
}.bgk-ft_app_card-m06:hover {
  border-color: rgba(212,0,60,0.55);
}.bgk-ft_app_card_ic-m06 svg {
  width: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.375rem;
}.bgk-ft_app_card_os-m06 {
  color: #545464;
  font-weight: 600;
  font-size: 10px;
}.bgk-ft_app_card_action-m06 {
  color: #C8C8D4;
  font-size: 12px;
  font-weight: 700;
}.bgk-ft_bot-m06 {
  padding: 1.25rem 1rem;
}
@media(min-width: 767px) {.bgk-ft_bot-m06 {
  padding: 20px 1.5rem;
}
}.bgk-ft_bot_in-m06 {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  max-width: 1340px;
}.bgk-ft_socials-m06 {
  gap: 0.5rem;
  display: flex;
}.bgk-ft_soc-m06 {
  transition: background .2s;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.25rem;
  color: #9898A8;
  height: 2.25rem;
  width: 36px;
  justify-content: center;
  display: flex;
  align-items: center;
}.bgk-ft_soc-m06 svg {
  width: 16px;
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
}.bgk-ft_soc-m06:hover {
  background: rgba(255,255,255,0.07);
}.bgk-ft_legal-m06 {
  flex: 1;
  color: #7A7A8C;
  min-width: 12.5rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 11px;
}.bgk-ft_legal-m06 strong {
  font-weight: 700;
  color: #9898A8;
}.bgk-ft_legal-m06 a {
  color: #9898A8;
  text-decoration: underline;
}.bgk-ft_age-m06 {
  border-radius: 50%;
  border: 2px solid #7A7A8C;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  margin-left: auto;
  width: 2rem;
  color: #7A7A8C;
  font-size: 11px;
  font-weight: 800;
  height: 2rem;
}