*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #101018;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  color: #C6C0B6;
  min-height: 100vh;
  font-family: 'Barlow', sans-serif;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  color: inherit;
  text-decoration: none;
}button {
  background: none;
  font: inherit;
  border: none;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.buc-layout-dss {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.buc-page-dss {
  min-height: 100vh;
  display: flex;
}.buc-main-dss {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media(min-width: 1079px) {.buc-main-dss {
  padding-left: 220px;
}
}
@media(max-width: 1078px) {.buc-main-dss {
  padding-bottom: 72px;
}
}.buc-gc-dss {
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.05);
  overflow: hidden;
  background: #151525;
  transition: transform .2s,border-color .2s;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  width: 140px;
}
@media(min-width: 638px) {.buc-gc-dss {
  width: 156px;
}
}
@media(min-width: 1078px) {.buc-gc-dss {
  width: 168px;
}
}.buc-gc-dss:hover {
  border-color: rgba(196,136,14,0.08);
  transform: translateY(-3px);
}.buc-gc_img-dss {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.buc-gc_img-dss img {
  inset: 0;
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
}.buc-gc_hover-dss {
  background: rgba(7,7,13,0.76);
  inset: 0;
  transition: opacity .2s;
  position: absolute;
  opacity: 0;
  justify-content: center;
  display: flex;
  align-items: center;
}.buc-gc-dss:hover .buc-gc_hover-dss {
  opacity: 1;
}.buc-gc_hover_btn-dss {
  background: #C4880E;
  border-radius: 0.25rem;
  padding: 0.5rem 16px;
  font-size: 0.75rem;
  color: #F2EDE3;
  font-weight: 700;
}.buc-gc_info-dss {
  padding: 8px 0.625rem 0.625rem;
}.buc-gc_name-dss {
  overflow: hidden;
  color: #C6C0B6;
  margin-bottom: 3px;
  font-size: 12px;
  max-width: 100%;
  text-overflow: ellipsis;
  font-weight: 600;
  white-space: nowrap;
}.buc-gc_prov-dss {
  color: #7E7870;
  font-size: 10px;
}.buc-gc_tag-dss {
  padding: 2px 0.438rem;
  border-radius: 4px;
  position: absolute;
  z-index: 2;
  font-size: 0.563rem;
  top: 0.375rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  left: 6px;
}.buc-gc_tag_hot-dss {
  background: #EF4444;
  color: #fff;
}.buc-gc_tag_new-dss {
  background: #22C55E;
  color: #101018;
}.buc-gc_tag_jp-dss {
  background: #F59E0B;
  color: #101018;
}.buc-gc_tag_ex-dss {
  background: #6A2FA0;
  color: #fff;
}.buc-gc_tag_live-dss {
  background: #EF4444;
  color: #fff;
}.buc-gr-dss {
  padding: 2rem 16px 0;
  background: #101018;
}
@media(min-width: 769px) {.buc-gr-dss {
  padding: 36px 24px 0;
}
}.buc-gr_in-dss {
  margin: 0 auto;
  max-width: 83.75rem;
}.buc-gr_head-dss {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}.buc-gr_head_l-dss {
  flex: 1;
  gap: 10px;
  min-width: 0;
  align-items: center;
  display: flex;
}.buc-gr_ic-dss {
  border-radius: 8px;
  justify-content: center;
  display: flex;
  height: 32px;
  flex-shrink: 0;
  align-items: center;
  width: 32px;
}.buc-gr_ic-dss svg {
  stroke-linecap: round;
  height: 16px;
  width: 1rem;
  stroke-linejoin: round;
}.buc-gr_title-dss {
  color: #F2EDE3;
  font-family: 'Cinzel', serif;
  font-size: 16px;
  overflow-wrap: break-word;
  font-weight: 700;
}
@media(min-width: 766px) {.buc-gr_title-dss {
  font-size: 18px;
}
}.buc-gr_more-dss {
  transition: color .2s;
  gap: 5px;
  font-size: 0.75rem;
  display: flex;
  white-space: nowrap;
  font-weight: 600;
  align-items: center;
  color: #878178;
  flex-shrink: 0;
}.buc-gr_more-dss:hover {
  color: #C4880E;
}.buc-gr_more-dss svg {
  height: 12px;
  stroke-linecap: round;
  width: 12px;
  stroke-linejoin: round;
}.buc-gr_arrows-dss {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.buc-gr_arr-dss {
  border-radius: 4px;
  transition: background .15s,color .15s;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  width: 30px;
  height: 30px;
  align-items: center;
  display: flex;
  color: #9A9288;
  justify-content: center;
}.buc-gr_arr-dss:hover {
  background: rgba(255,255,255,0.07);
  color: #F2EDE3;
}.buc-gr_arr-dss svg {
  stroke-linecap: round;
  height: 13px;
  stroke-linejoin: round;
  width: 13px;
}.buc-gr_seo_h-dss {
  margin: 0 0 0.375rem;
  font-weight: 700;
  font-size: 0.813rem;
  font-family: 'Cinzel', serif;
  color: #C6C0B6;
  max-width: 42.5rem;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.buc-gr_seo_h-dss {
  font-size: 0.875rem;
}
}.buc-gr_seo-dss {
  font-size: 12px;
  max-width: 42.5rem;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  line-height: 1.55;
  color: #878178;
}.buc-gr_seo-dss strong {
  color: #C6C0B6;
  font-weight: 600;
}.buc-gr_scroll-dss {
  gap: 0.625rem;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.buc-gr_scroll-dss::-webkit-scrollbar {
  display: none;
}
@media(min-width: 765px) {.buc-gr_scroll-dss {
  gap: 12px;
}
}.buc-tb-dss {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #0D0D1A;
  position: fixed;
  align-items: center;
  display: flex;
  top: 0;
  right: 0;
  z-index: 80;
  left: 0;
  height: 56px;
}.buc-tb_in-dss {
  gap: 0;
  padding: 0 0.875rem;
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
}.buc-tb_burger-dss {
  border-radius: 0.5rem;
  gap: 5px;
  flex-shrink: 0;
  width: 2.375rem;
  justify-content: center;
  height: 38px;
  align-items: center;
  margin-right: 0.5rem;
  flex-direction: column;
  display: flex;
}.buc-tb_burger-dss:hover {
  background: rgba(255,255,255,0.05);
}.buc-tb_burger_line-dss {
  background: #9A9288;
  border-radius: 1px;
  height: 2px;
  width: 18px;
  display: block;
}
@media(min-width: 1083px) {.buc-tb_burger-dss {
  display: none;
}
}.buc-tb_logo-dss {
  gap: 9px;
  font-size: 1.125rem;
  letter-spacing: -.01em;
  margin-right: 20px;
  font-weight: 800;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
  color: #F2EDE3;
}.buc-tb_logo_mark-dss {
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  height: 32px;
  width: 2rem;
  align-items: center;
  justify-content: center;
}.buc-tb_logo_mark-dss img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.buc-tb_nav-dss {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 639px) {.buc-tb_nav-dss {
  display: flex;
}
}.buc-tb_tab-dss {
  padding: 8px 14px;
  transition: background .15s,color .15s;
  border-radius: 8px;
  font-weight: 600;
  white-space: nowrap;
  color: #9A9288;
  font-size: 13px;
}.buc-tb_tab-dss:hover {
  background: rgba(255,255,255,0.05);
  color: #F2EDE3;
}.buc-tb_tab-dss.buc-state_active-dss {
  background: rgba(196,136,14,0.18);
  color: #F2EDE3;
}.buc-tb_right-dss {
  gap: 8px;
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}.buc-tb_login-dss {
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s,color .2s;
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
  padding: 0.563rem 1rem;
  font-size: 13px;
  font-weight: 600;
  display: none;
  color: #C6C0B6;
}.buc-tb_login-dss:hover {
  border-color: rgba(196,136,14,0.48);
  color: #F2EDE3;
}
@media(min-width: 477px) {.buc-tb_login-dss {
  display: block;
}
}.buc-tb_reg-dss {
  border-radius: 8px;
  transition: background .2s;
  padding: 9px 18px;
  background: #22C55E;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #0D0C18;
}.buc-tb_reg-dss:hover {
  background: #16A34A;
}.buc-sb-dss {
  transition: transform .25s ease;
  background: #1A1A2C;
  border-right: 1px solid rgba(255,255,255,0.05);
  transform: translateX(-100%);
  top: 56px;
  overflow-y: auto;
  z-index: 70;
  width: 13.75rem;
  bottom: 0;
  left: 0;
  position: fixed;
}.buc-sb-dss.buc-state_open-dss {
  transform: translateX(0);
}.buc-sb-dss::-webkit-scrollbar {
  width: 0.25rem;
}.buc-sb-dss::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1079px) {.buc-sb-dss {
  transform: translateX(0);
}
}.buc-sb_auth-dss {
  padding: 14px 0.75rem 10px;
}.buc-sb_btn_reg-dss {
  padding: 0.688rem;
  background: #22C55E;
  border-radius: 0.5rem;
  transition: background .2s;
  margin-bottom: 8px;
  text-align: center;
  color: #0D0C18;
  display: block;
  font-weight: 700;
  font-size: 0.813rem;
}.buc-sb_btn_reg-dss:hover {
  background: #16A34A;
}.buc-sb_btn_login-dss {
  padding: 10px;
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.10);
  color: #C6C0B6;
  font-size: 0.813rem;
  text-align: center;
  font-weight: 600;
  display: block;
}.buc-sb_btn_login-dss:hover {
  border-color: rgba(196,136,14,0.48);
  color: #F2EDE3;
}.buc-sb_promo-dss {
  overflow: hidden;
  border: 1px solid rgba(196,136,14,0.18);
  margin: 0 12px 10px;
  padding: 0.75rem 0.875rem;
  background: linear-gradient(135deg,#1C082E,#1A1A2C);
  border-radius: 0.5rem;
  position: relative;
}.buc-sb_promo-dss::before {
  background: radial-gradient(circle,rgba(196,136,14,0.18),transparent 70%);
  border-radius: 50%;
  top: -1.25rem;
  position: absolute;
  width: 80px;
  right: -20px;
  height: 5rem;
  content: '';
}.buc-sb_promo_title-dss {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  color: #C4880E;
}.buc-sb_promo_text-dss {
  font-weight: 600;
  line-height: 1.35;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #F2EDE3;
}.buc-sb_promo_sub-dss {
  color: #878178;
  font-size: 0.625rem;
  margin-top: 3px;
}.buc-sb_nav-dss {
  padding: 6px 0.5rem 1rem;
}.buc-sb_nav_lb-dss {
  padding: 0.625rem 8px 6px;
  color: #7E7870;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .08em;
}.buc-sb_link-dss {
  border-radius: 4px;
  transition: background .15s,color .15s;
  gap: 10px;
  padding: 9px 10px;
  font-weight: 500;
  font-size: 13px;
  align-items: center;
  color: #9A9288;
  cursor: pointer;
  overflow-wrap: break-word;
  display: flex;
}.buc-sb_link-dss:hover {
  background: rgba(255,255,255,0.05);
  color: #F2EDE3;
}.buc-sb_link-dss.buc-state_active-dss {
  background: rgba(196,136,14,0.18);
  color: #F2EDE3;
}.buc-sb_ic-dss {
  border-radius: 0.25rem;
  justify-content: center;
  align-items: center;
  width: 1.875rem;
  display: flex;
  flex-shrink: 0;
  height: 30px;
}.buc-sb_ic-dss svg {
  width: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
}.buc-sb_ic_1-dss {
  background: rgba(196,136,14,0.08);
  color: #C4880E;
}.buc-sb_ic_2-dss {
  background: rgba(34,197,94,0.15);
  color: #22C55E;
}.buc-sb_ic_3-dss {
  background: rgba(245,158,11,0.15);
  color: #F59E0B;
}.buc-sb_ic_4-dss {
  background: rgba(106,47,160,0.22);
  color: #6A2FA0;
}.buc-sb_ic_5-dss {
  background: rgba(196,136,14,0.08);
  color: #EC4899;
}.buc-sb_ic_6-dss {
  background: rgba(106,47,160,0.22);
  color: #9333EA;
}.buc-sb_badge-dss {
  padding: 2px 0.438rem;
  background: #F59E0B;
  border-radius: 0.25rem;
  font-size: 0.563rem;
  font-weight: 700;
  color: #0D0C18;
  margin-left: auto;
}.buc-sb_bot-dss {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.5rem;
  padding: 0.75rem;
  display: flex;
}.buc-sb_lang-dss,.buc-sb_help-dss {
  flex: 1;
  padding: 0.563rem 0.375rem;
  border-radius: 0.25rem;
  background: rgba(255,255,255,0.05);
  gap: 6px;
  border: 1px solid rgba(255,255,255,0.05);
  transition: border-color .2s;
  align-items: center;
  color: #9A9288;
  justify-content: center;
  font-weight: 600;
  display: flex;
  font-size: 11px;
}.buc-sb_lang-dss:hover,.buc-sb_help-dss:hover {
  border-color: rgba(196,136,14,0.48);
  color: #F2EDE3;
}.buc-sb_lang-dss svg,.buc-sb_help-dss svg {
  stroke-linejoin: round;
  width: 13px;
  height: 13px;
  stroke-linecap: round;
}.buc-sb_bd-dss {
  background: rgba(7,7,13,0.76);
  inset: 0;
  display: none;
  z-index: 69;
  position: fixed;
}.buc-sb_bd-dss.buc-state_on-dss {
  display: block;
}
@media(min-width: 1081px) {.buc-sb_bd-dss {
  display: none!important;
}
}.buc-mob_nav-dss {
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  background: #1A1A2C;
  border-top: 1px solid rgba(255,255,255,0.10);
  right: 0;
  display: flex;
  position: fixed;
  z-index: 80;
  bottom: 0;
  left: 0;
}
@media(min-width: 1082px) {.buc-mob_nav-dss {
  display: none;
}
}.buc-mob_nav_item-dss {
  flex: 1;
  padding: 4px 2px;
  gap: 4px;
  color: #7E7870;
  flex-direction: column;
  cursor: pointer;
  display: flex;
  align-items: center;
}.buc-mob_nav_ic-dss {
  line-height: 1;
}.buc-mob_nav_ic-dss svg {
  stroke-linejoin: round;
  height: 20px;
  width: 20px;
  stroke-linecap: round;
}.buc-mob_nav_lb-dss {
  font-size: 0.625rem;
  color: #7E7870;
  font-weight: 600;
}.buc-mob_nav_item-dss.buc-state_active-dss {
  color: #C4880E;
}.buc-mob_nav_item-dss.buc-state_active-dss .buc-mob_nav_lb-dss {
  color: #C4880E;
}.buc-hero-dss {
  padding: 1.25rem 16px 0;
  background: #101018;
}
@media(min-width: 769px) {.buc-hero-dss {
  padding: 24px 24px 0;
}
}.buc-hero_in-dss {
  gap: 12px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 1340px;
}
@media(min-width: 858px) {.buc-hero_in-dss {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width:1100px) {.buc-hero_in-dss {
  grid-template-columns: 1fr 21.25rem;
}
}.buc-hero_promo-dss {
  overflow: hidden;
  border-radius: 12px;
  background: #151525;
  align-items: stretch;
  position: relative;
  min-height: 13.75rem;
  display: flex;
}
@media(min-width: 765px) {.buc-hero_promo-dss {
  min-height: 280px;
}
}.buc-hero_promo_bg-dss {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#1C082E 0%,#101018 100%);
  position: absolute;
  background-size: cover;
}.buc-hero_promo_bg-dss::after {
  inset: 0;
  background: linear-gradient(90deg,#101018 0%,rgba(7,7,13,0.76) 60%,transparent 100%);
  content: '';
  position: absolute;
}.buc-hero_promo_glow-dss {
  background: radial-gradient(circle,rgba(106,47,160,0.22) 0%,transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  height: 18.75rem;
  width: 300px;
  right: 3.75rem;
  top: -2.5rem;
  position: absolute;
}.buc-hero_promo_ct-dss {
  padding: 28px 1.5rem 28px 1.75rem;
  z-index: 2;
  display: flex;
  position: relative;
  justify-content: center;
  flex-direction: column;
  max-width: 480px;
}
@media(min-width: 765px) {.buc-hero_promo_ct-dss {
  padding: 40px 2rem;
}
}.buc-hero_badge-dss {
  border-radius: 20px;
  background: rgba(196,136,14,0.18);
  padding: 0.313rem 0.75rem;
  border: 1px solid rgba(196,136,14,0.08);
  margin-bottom: 14px;
  color: #C4880E;
  display: inline-block;
  letter-spacing: .08em;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
}.buc-hero_h1-dss {
  margin-bottom: 10px;
  font-size: 26px;
  color: #F2EDE3;
  overflow-wrap: break-word;
  line-height: 1.15;
  font-family: 'Cinzel', serif;
  font-weight: 800;
}.buc-hero_h1-dss em {
  font-style: normal;
  color: #F59E0B;
}
@media(min-width: 765px) {.buc-hero_h1-dss {
  font-size: 2.25rem;
}
}.buc-hero_sub-dss {
  line-height: 1.55;
  color: #9A9288;
  margin-bottom: 1.25rem;
  font-size: 0.813rem;
}
@media(min-width: 766px) {.buc-hero_sub-dss {
  font-size: 14px;
}
}.buc-hero_row-dss {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.buc-hero_cta-dss {
  border-radius: 0.5rem;
  padding: 13px 26px;
  transition: background .2s;
  background: #22C55E;
  box-shadow: 0 4px 16px rgba(34,197,94,0.38), inset 0 1px 0 rgba(255,255,255,0.14);
  font-size: 14px;
  font-weight: 700;
  color: #0D0C18;
}.buc-hero_cta-dss:hover {
  background: #16A34A;
}.buc-hero_terms-dss {
  color: #7E7870;
  font-size: 0.688rem;
}.buc-hero_game-dss {
  background: #151525;
  border: 1px solid rgba(255,255,255,0.05);
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  position: relative;
}.buc-hero_game_badge-dss {
  border: 1px solid rgba(245,158,11,0.15);
  padding: 0.313rem 10px;
  border-radius: 1.25rem;
  background: rgba(245,158,11,0.15);
  top: 12px;
  text-transform: uppercase;
  z-index: 3;
  position: absolute;
  color: #F59E0B;
  left: 0.75rem;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 0.625rem;
}.buc-hero_game_badge-dss svg {
  width: 11px;
  height: 11px;
  vertical-align: -1px;
  margin-right: 0.25rem;
}.buc-hero_game_img-dss {
  overflow: hidden;
  background: linear-gradient(135deg,#1C082E,#101018);
  padding-bottom: 60%;
  position: relative;
}.buc-hero_game_img-dss img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}.buc-hero_game_play-dss {
  inset: 0;
  transition: opacity .2s;
  background: rgba(7,7,13,0.76);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}.buc-hero_game-dss:hover .buc-hero_game_play-dss {
  opacity: 1;
}.buc-hero_game_play-dss span {
  background: #C4880E;
  border-radius: 50%;
  justify-content: center;
  width: 52px;
  align-items: center;
  display: flex;
  height: 52px;
}.buc-hero_game_play-dss span svg {
  margin-left: 2px;
  width: 18px;
  height: 18px;
}.buc-hero_game_info-dss {
  padding: 14px 16px;
}.buc-hero_game_title-dss {
  overflow-wrap: break-word;
  margin-bottom: 4px;
  color: #F2EDE3;
  font-size: 0.938rem;
  font-weight: 700;
}.buc-hero_game_provider-dss {
  color: #878178;
  font-size: 0.688rem;
}.buc-hero_game_btn-dss {
  padding: 0.688rem;
  background: #C4880E;
  transition: background .2s;
  margin: 0.75rem 1rem 1rem;
  border-radius: 0.5rem;
  font-weight: 700;
  display: block;
  color: #F2EDE3;
  font-size: 13px;
  text-align: center;
}.buc-hero_game-dss:hover .buc-hero_game_btn-dss {
  background: #D49818;
}.buc-sbar-dss {
  padding: 16px 1rem 0;
  background: #101018;
}
@media(min-width: 771px) {.buc-sbar-dss {
  padding: 1.125rem 24px 0;
}
}.buc-sbar_in-dss {
  margin: 0 auto;
  max-width: 83.75rem;
}.buc-sbar_row-dss {
  gap: 10px;
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
}.buc-sbar_input-dss {
  background: #151525;
  gap: 10px;
  flex: 1;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 11px 16px;
  transition: border-color .2s;
  border-radius: 0.5rem;
  align-items: center;
  display: flex;
  font-size: 0.813rem;
  color: #878178;
  cursor: pointer;
}.buc-sbar_input-dss:hover {
  border-color: rgba(196,136,14,0.48);
}.buc-sbar_input-dss svg {
  flex-shrink: 0;
  height: 0.938rem;
  stroke-linejoin: round;
  width: 15px;
  stroke-linecap: round;
}.buc-sbar_providers-dss {
  border: 1px solid rgba(255,255,255,0.10);
  padding: 11px 18px;
  border-radius: 8px;
  gap: 8px;
  transition: border-color .2s;
  background: #151525;
  font-weight: 600;
  font-size: 0.813rem;
  white-space: nowrap;
  align-items: center;
  color: #C6C0B6;
  display: flex;
}.buc-sbar_providers-dss:hover {
  border-color: rgba(196,136,14,0.48);
  color: #F2EDE3;
}.buc-sbar_providers-dss svg {
  stroke-linejoin: round;
  width: 0.875rem;
  stroke-linecap: round;
  height: 14px;
}.buc-sbar_tabs-dss {
  gap: 6px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}.buc-sbar_tabs-dss::-webkit-scrollbar {
  display: none;
}.buc-sbar_tab-dss {
  padding: 8px 14px;
  gap: 0.438rem;
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
  transition: background .15s,color .15s,border-color .15s;
  border: 1px solid rgba(255,255,255,0.05);
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 12px;
  color: #9A9288;
  font-weight: 600;
}.buc-sbar_tab-dss:hover {
  border-color: rgba(196,136,14,0.48);
  background: rgba(255,255,255,0.07);
  color: #F2EDE3;
}.buc-sbar_tab-dss.buc-state_active-dss {
  background: rgba(196,136,14,0.18);
  border-color: rgba(196,136,14,0.08);
  color: #F2EDE3;
}.buc-sbar_tab_ic-dss svg {
  stroke-linecap: round;
  height: 0.875rem;
  width: 0.875rem;
  stroke-linejoin: round;
}.buc-wy-dss {
  padding: 2rem 1rem 0;
  background: #101018;
}
@media(min-width: 766px) {.buc-wy-dss {
  padding: 2.5rem 1.5rem 0;
}
}.buc-wy_in-dss {
  margin: 0 auto;
  max-width: 1340px;
}.buc-wy_head-dss {
  margin-bottom: 1.125rem;
  max-width: 45rem;
}.buc-wy_label-dss {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C4880E;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 0.688rem;
}.buc-wy_h2-dss {
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
  color: #F2EDE3;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
}
@media(min-width: 769px) {.buc-wy_h2-dss {
  font-size: 1.5rem;
}
}.buc-wy_intro-dss {
  margin: 0;
  line-height: 1.6;
  color: #878178;
  font-size: 13px;
}.buc-wy_grid-dss {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.buc-wy_grid-dss {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.buc-wy_grid-dss {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.buc-wy_card-dss {
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  transition: border-color .2s,transform .2s;
  background: #1A1A2C;
}.buc-wy_card-dss:hover {
  transform: translateY(-2px);
  border-color: rgba(196,136,14,0.08);
}.buc-wy_card_ic-dss {
  background: rgba(196,136,14,0.18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  color: #C4880E;
  width: 44px;
  justify-content: center;
  height: 44px;
  margin-bottom: 14px;
}.buc-wy_card_ic-dss svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 22px;
  width: 22px;
}.buc-wy_card_h-dss {
  line-height: 1.25;
  margin-bottom: 0.375rem;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F2EDE3;
  font-size: 15px;
}.buc-wy_card_p-dss {
  font-size: 0.813rem;
  line-height: 1.6;
  color: #878178;
  overflow-wrap: break-word;
}.buc-wy_card_p-dss strong {
  color: #C6C0B6;
  font-weight: 600;
}.buc-gr_jp-dss {
  padding: 1.25rem;
  border-radius: 0.75rem;
  overflow: hidden;
  background: linear-gradient(135deg,#1A0830 0%,#09070F 100%);
  position: relative;
}.buc-gr_jp-dss::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(106,47,160,0.22) 0%,transparent 70%);
  top: -60px;
  width: 250px;
  content: '';
  height: 15.625rem;
  position: absolute;
  left: -60px;
}.buc-gr_jp-dss::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(245,158,11,0.15) 0%,transparent 70%);
  content: '';
  right: 0;
  bottom: -2.5rem;
  width: 12.5rem;
  height: 12.5rem;
  position: absolute;
}.buc-gr_jp_head-dss {
  gap: 16px;
  position: relative;
  align-items: flex-start;
  z-index: 1;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
}.buc-gr_jp_info-dss {
  flex: 1;
}.buc-gr_jp_label-dss {
  margin-bottom: 0.375rem;
  color: #9333EA;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.buc-gr_jp_label-dss svg {
  vertical-align: -2px;
  width: 14px;
  height: 14px;
  stroke-linejoin: round;
  margin-right: 0.25rem;
  stroke-linecap: round;
}.buc-gr_jp_amount-dss {
  font-weight: 800;
  line-height: 1;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #F2EDE3;
  font-size: 2rem;
  margin-bottom: 0.25rem;
}
@media(min-width: 770px) {.buc-gr_jp_amount-dss {
  font-size: 40px;
}
}.buc-gr_jp_amount-dss span {
  color: #F59E0B;
}.buc-gr_jp_seo-dss {
  color: #9A9288;
  max-width: 480px;
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 12px;
}.buc-gr_jp_cta-dss {
  border: 1px solid rgba(106,47,160,0.22);
  background: rgba(106,47,160,0.22);
  padding: 0.688rem 1.25rem;
  border-radius: 0.5rem;
  transition: background .2s;
  flex-shrink: 0;
  font-size: 13px;
  align-self: flex-start;
  z-index: 1;
  position: relative;
  color: #F2EDE3;
  font-weight: 700;
  white-space: nowrap;
  margin-top: 0.25rem;
}.buc-gr_jp_cta-dss:hover {
  background: #6A2FA0;
}.buc-gcg-dss {
  padding: 36px 1rem 0;
  background: #101018;
}
@media(min-width: 765px) {.buc-gcg-dss {
  padding: 2.75rem 24px 0;
}
}.buc-gcg_in-dss {
  margin: 0 auto;
  max-width: 83.75rem;
}.buc-gcg_head-dss {
  margin-bottom: 20px;
  max-width: 720px;
}.buc-gcg_label-dss {
  color: #C4880E;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
}.buc-gcg_h2-dss {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #F2EDE3;
  font-size: 1.375rem;
  font-weight: 800;
  margin-bottom: 8px;
}
@media(min-width: 771px) {.buc-gcg_h2-dss {
  font-size: 1.75rem;
}
}.buc-gcg_intro-dss {
  color: #878178;
  line-height: 1.6;
  font-size: 13px;
}.buc-gcg_grid-dss {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.buc-gcg_grid-dss {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.buc-gcg_grid-dss {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.buc-gcg_card-dss {
  border-radius: 0.75rem;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 20px;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  cursor: pointer;
  justify-content: flex-end;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 240px;
}.buc-gcg_card-dss:hover {
  transform: translateY(-3px);
  border-color: rgba(196,136,14,0.18);
}.buc-gcg_card_bg-dss {
  inset: 0;
  position: absolute;
  z-index: 0;
}.buc-gcg_card_bg-dss::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.buc-gcg_card_ic-dss {
  border-radius: 0.25rem;
  background: rgba(0,0,0,.45);
  width: 40px;
  z-index: 2;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  right: 18px;
  color: #F2EDE3;
  display: flex;
  top: 1.125rem;
  position: absolute;
}.buc-gcg_card_ic-dss svg {
  width: 20px;
  stroke-linejoin: round;
  height: 20px;
  stroke-linecap: round;
}.buc-gcg_card_ct-dss {
  position: relative;
  z-index: 1;
}.buc-gcg_card_h-dss {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  color: #F2EDE3;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.buc-gcg_card_h-dss {
  font-size: 1.25rem;
}
}.buc-gcg_card_p-dss {
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: rgba(255,255,255,.82);
  margin-bottom: 0.625rem;
}.buc-gcg_card_p-dss strong {
  color: #F2EDE3;
  font-weight: 600;
}.buc-gcg_card_cta-dss {
  gap: 0.25rem;
  color: #C4880E;
  text-transform: uppercase;
  letter-spacing: .04em;
  align-items: center;
  font-size: 12px;
  display: inline-flex;
  font-weight: 700;
}.buc-gcg_card_cta-dss svg {
  height: 0.75rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.75rem;
}.buc-ws-dss {
  padding: 32px 16px 0;
  background: #101018;
}
@media(min-width: 765px) {.buc-ws-dss {
  padding: 2.25rem 1.5rem 0;
}
}.buc-ws_in-dss {
  margin: 0 auto;
  max-width: 83.75rem;
}.buc-ws_head-dss {
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}.buc-ws_title-dss {
  gap: 0.625rem;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  display: flex;
  overflow-wrap: break-word;
  font-size: 16px;
  color: #F2EDE3;
  flex-wrap: wrap;
  align-items: center;
}.buc-ws_title_ic-dss svg {
  color: #F59E0B;
  stroke-linejoin: round;
  height: 18px;
  stroke-linecap: round;
  width: 1.125rem;
}.buc-ws_online-dss {
  gap: 0.438rem;
  align-items: center;
  font-size: 0.75rem;
  color: #878178;
  display: flex;
  font-weight: 600;
}.buc-ws_online_dot-dss {
  border-radius: 50%;
  background: #22C55E;
  height: 0.5rem;
  flex-shrink: 0;
  width: 8px;
  box-shadow: 0 0 6px rgba(34,197,94,0.15);
}.buc-ws_scroll-dss {
  gap: 0.5rem;
  display: flex;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
}.buc-ws_scroll-dss::-webkit-scrollbar {
  display: none;
}.buc-wc-dss {
  border: 1px solid rgba(255,255,255,0.10);
  background: #151525;
  gap: 10px;
  border-radius: 8px;
  padding: 0.625rem 0.875rem;
  align-items: center;
  display: flex;
  min-width: 13.75rem;
  flex-shrink: 0;
}.buc-wc_img-dss {
  border-radius: 4px;
  background: #1A1A2C;
  overflow: hidden;
  height: 2.25rem;
  width: 36px;
  flex-shrink: 0;
}.buc-wc_img-dss img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.buc-wc_info-dss {
  min-width: 0;
}.buc-wc_game-dss {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  color: #C6C0B6;
}.buc-wc_player-dss {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.625rem;
  color: #7E7870;
}.buc-wc_amount-dss {
  color: #22C55E;
  margin-left: auto;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}.buc-bon-dss {
  background: #101018;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.buc-bon-dss {
  padding: 44px 24px 0;
}
}.buc-bon_in-dss {
  margin: 0 auto;
  max-width: 1340px;
}.buc-bon_head-dss {
  margin-bottom: 1.25rem;
}.buc-bon_label-dss {
  font-weight: 700;
  color: #C4880E;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-size: 11px;
}.buc-bon_h2-dss {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 8px;
  color: #F2EDE3;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.buc-bon_h2-dss {
  font-size: 1.5rem;
}
}.buc-bon_seo-dss {
  line-height: 1.6;
  font-size: 13px;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  color: #878178;
}.buc-bon_seo-dss strong {
  font-weight: 700;
  color: #C6C0B6;
}.buc-bon_seo-dss a {
  text-decoration: underline;
  color: #C4880E;
}.buc-bon_grid-dss {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.buc-bon_grid-dss {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.buc-bon_grid-dss {
  grid-template-columns: repeat(5,1fr);
}
}.buc-bon_card-dss {
  padding: 1rem;
  background: #151525;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s,transform .2s;
}.buc-bon_card-dss:hover {
  border-color: rgba(196,136,14,0.08);
  transform: translateY(-2px);
}.buc-bon_card_ic-dss svg {
  stroke-linecap: round;
  height: 1.625rem;
  width: 26px;
  stroke-linejoin: round;
}.buc-bon_card_ic-dss {
  margin-bottom: 10px;
}.buc-bon_card_type-dss {
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 6px;
  font-size: 10px;
  color: #878178;
  font-weight: 700;
}.buc-bon_card_amount-dss {
  color: #F59E0B;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 6px;
  font-weight: 800;
}.buc-bon_card_name-dss {
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 0.813rem;
  color: #F2EDE3;
}.buc-bon_card_detail-dss {
  border-top: 1px solid rgba(255,255,255,0.05);
  line-height: 1.5;
  color: #7E7870;
  font-size: 11px;
  overflow-wrap: break-word;
  padding-top: 0.5rem;
}.buc-reg-dss {
  background: #101018;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.buc-reg-dss {
  padding: 2.75rem 24px 0;
}
}.buc-reg_in-dss {
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.05);
  padding: 28px 24px;
  background: #1A1A2C;
  border-radius: 12px;
  max-width: 1340px;
}
@media(min-width: 767px) {.buc-reg_in-dss {
  padding: 2.5rem;
}
}.buc-reg_top-dss {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.buc-reg_top-dss {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.buc-reg_label-dss {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #C4880E;
  letter-spacing: .08em;
}.buc-reg_h2-dss {
  color: #F2EDE3;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 22px;
  margin-bottom: 0.75rem;
  font-weight: 800;
}
@media(min-width: 771px) {.buc-reg_h2-dss {
  font-size: 1.75rem;
}
}.buc-reg_bonus-dss {
  padding: 0.625rem 1rem;
  background: rgba(245,158,11,0.15);
  border: 1px solid rgba(245,158,11,0.15);
  gap: 0.5rem;
  border-radius: 8px;
  display: inline-flex;
  margin-bottom: 16px;
  align-items: center;
}.buc-reg_bonus_amount-dss {
  font-weight: 800;
  font-size: 1.25rem;
  color: #F59E0B;
}.buc-reg_bonus_text-dss {
  font-size: 0.813rem;
  color: #9A9288;
  line-height: 1.35;
}.buc-reg_cta_btn-dss {
  padding: 14px 32px;
  background: #22C55E;
  border-radius: 8px;
  transition: background .2s;
  margin-bottom: 12px;
  font-size: 15px;
  display: inline-block;
  font-weight: 700;
  color: #0D0C18;
  box-shadow: 0 0.25rem 1rem rgba(34,197,94,0.38), inset 0 1px 0 rgba(255,255,255,0.14);
}.buc-reg_cta_btn-dss:hover {
  background: #16A34A;
}.buc-reg_terms-dss {
  color: #7E7870;
  font-size: 0.688rem;
  line-height: 1.5;
}.buc-reg_seo-dss {
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 1.25rem;
  font-size: 13px;
  padding-top: 20px;
  color: #878178;
  overflow-wrap: break-word;
  line-height: 1.65;
}.buc-reg_seo-dss p {
  font-size: 13px;
  line-height: 1.65;
  color: #878178;
  margin-bottom: 10px;
}.buc-reg_seo-dss p:last-child {
  margin-bottom: 0;
}.buc-reg_seo-dss strong {
  color: #C6C0B6;
  font-weight: 700;
}.buc-reg_seo-dss a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4880E;
}.buc-reg_seo-dss a:hover {
  color: #D49818;
}.buc-reg_seo-dss ul,.buc-reg_seo-dss ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.buc-reg_seo-dss ol {
  list-style: decimal;
}.buc-reg_seo-dss li {
  font-size: 0.813rem;
  line-height: 1.65;
  color: #878178;
  margin-bottom: 0.25rem;
}.buc-reg_seo-dss table {
  margin-bottom: 10px;
  border-collapse: collapse;
  font-size: 0.813rem;
  overflow-x: auto;
  width: 100%;
  display: block;
}
@media(min-width: 770px) {.buc-reg_seo-dss table {
  display: table;
}
}.buc-reg_seo-dss th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 8px;
  font-weight: 700;
  text-align: left;
  color: #C6C0B6;
}.buc-reg_seo-dss td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.5rem;
  color: #878178;
}.buc-reg_steps-dss {
  gap: 0.875rem;
  flex-direction: column;
  margin-top: 1.75rem;
  display: flex;
}
@media(min-width: 859px) {.buc-reg_steps-dss {
  margin-top: 0;
}
}.buc-reg_step-dss {
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.05);
  gap: 0.875rem;
  background: rgba(255,255,255,0.05);
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.buc-reg_step_num-dss {
  border-radius: 50%;
  border: 1px solid rgba(196,136,14,0.08);
  background: rgba(196,136,14,0.18);
  width: 34px;
  height: 2.125rem;
  color: #C4880E;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  font-weight: 800;
  align-items: center;
  flex-shrink: 0;
}.buc-reg_step_title-dss {
  color: #F2EDE3;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 3px;
}.buc-reg_step_text-dss {
  color: #878178;
  line-height: 1.5;
  font-size: 12px;
}.buc-reg_trust-dss {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  margin-top: 1.25rem;
}.buc-reg_trust_item-dss {
  gap: 0.438rem;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
  font-size: 12px;
  color: #878178;
}.buc-reg_trust_ic-dss svg {
  color: #C4880E;
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
  width: 1rem;
}.buc-prov-dss {
  background: #101018;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.buc-prov-dss {
  padding: 44px 24px 0;
}
}.buc-prov_in-dss {
  margin: 0 auto;
  max-width: 1340px;
}.buc-prov_head-dss {
  margin-bottom: 16px;
}.buc-prov_label-dss {
  color: #C4880E;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
}.buc-prov_h2-dss {
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #F2EDE3;
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: 'Cinzel', serif;
}
@media(min-width:768px) {.buc-prov_h2-dss {
  font-size: 24px;
}
}.buc-prov_seo-dss {
  color: #878178;
  overflow-wrap: break-word;
  font-size: 13px;
  margin-bottom: 1rem;
  line-height: 1.6;
  max-width: 620px;
}.buc-prov_seo-dss strong {
  color: #C6C0B6;
  font-weight: 700;
}.buc-prov_seo-dss a {
  color: #C4880E;
  text-decoration: underline;
}.buc-prov_grid-dss {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 638px) {.buc-prov_grid-dss {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.buc-prov_grid-dss {
  grid-template-columns: repeat(8,1fr);
}
}.buc-prov_card-dss {
  background: #151525;
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s,background .2s;
  border-radius: 8px;
  gap: 0.438rem;
  padding: 0.875rem 0.625rem;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  display: flex;
}.buc-prov_card-dss:hover {
  border-color: rgba(196,136,14,0.48);
  background: #1A1A2C;
}.buc-prov_logo-dss {
  border-radius: 0.25rem;
  background: rgba(255,255,255,0.05);
  overflow: hidden;
  align-items: center;
  display: flex;
  width: 44px;
  height: 2.75rem;
  justify-content: center;
}.buc-prov_logo-dss img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.buc-prov_name-dss {
  font-size: 11px;
  overflow-wrap: break-word;
  text-align: center;
  font-weight: 600;
  color: #9A9288;
}.buc-htp-dss {
  background: #101018;
  padding: 36px 16px 0;
}
@media(min-width: 767px) {.buc-htp-dss {
  padding: 44px 24px 0;
}
}.buc-htp_in-dss {
  margin: 0 auto;
  max-width: 83.75rem;
}.buc-htp_head-dss {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.buc-htp_label-dss {
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C4880E;
}.buc-htp_h2-dss {
  font-weight: 800;
  color: #F2EDE3;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
}
@media(min-width: 765px) {.buc-htp_h2-dss {
  font-size: 28px;
}
}.buc-htp_intro-dss {
  font-size: 0.875rem;
  color: #878178;
  line-height: 1.6;
}.buc-htp_steps-dss {
  padding: 0;
  gap: 12px;
  list-style: none;
  margin: 0;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.buc-htp_steps-dss {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.buc-htp_steps-dss {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.buc-htp_step-dss {
  border: 1px solid rgba(255,255,255,0.10);
  padding: 20px 1.125rem 1.125rem;
  background: #1A1A2C;
  border-radius: 8px;
  display: flex;
  position: relative;
  flex-direction: column;
}.buc-htp_step_num-dss {
  background: #C4880E;
  border-radius: 50%;
  color: #0D0C18;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  width: 1.75rem;
  position: absolute;
  display: flex;
  height: 28px;
  font-size: 0.813rem;
  justify-content: center;
  top: -12px;
  align-items: center;
  left: 1.25rem;
}.buc-htp_step_ic-dss {
  border-radius: 4px;
  background: rgba(196,136,14,0.18);
  margin: 0.5rem 0 12px;
  display: flex;
  align-items: center;
  color: #C4880E;
  justify-content: center;
  height: 36px;
  width: 2.25rem;
}.buc-htp_step_ic-dss svg {
  stroke-linejoin: round;
  height: 1.125rem;
  stroke-linecap: round;
  width: 1.125rem;
}.buc-htp_step_h-dss {
  overflow-wrap: break-word;
  line-height: 1.25;
  color: #F2EDE3;
  margin-bottom: 0.375rem;
  font-size: 14px;
  font-weight: 700;
}.buc-htp_step_p-dss {
  line-height: 1.55;
  color: #878178;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.buc-htp_step_p-dss strong {
  font-weight: 600;
  color: #C6C0B6;
}.buc-htp_cta-dss {
  transition: background .2s;
  border-radius: 0.5rem;
  background: #22C55E;
  padding: 0.813rem 1.625rem;
  margin-top: 1.25rem;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  color: #0D0C18;
}.buc-htp_cta-dss:hover {
  background: #16A34A;
}.buc-app-dss {
  padding: 2.25rem 1rem 0;
  background: #101018;
}
@media(min-width: 767px) {.buc-app-dss {
  padding: 44px 24px 0;
}
}.buc-app_in-dss {
  margin: 0 auto;
  max-width: 1340px;
}.buc-app_head-dss {
  margin-bottom: 1rem;
}.buc-app_label-dss {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-size: 11px;
  color: #C4880E;
}.buc-app_h2-dss {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  margin-bottom: 0.375rem;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #F2EDE3;
}
@media(min-width: 765px) {.buc-app_h2-dss {
  font-size: 24px;
}
}.buc-app_sub-dss {
  color: #878178;
  max-width: 600px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.6;
}.buc-app_sub-dss strong {
  font-weight: 700;
  color: #C6C0B6;
}.buc-app_cards-dss {
  gap: 10px;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 16px;
}
@media(min-width:640px) {.buc-app_cards-dss {
  grid-template-columns: repeat(3,1fr);
}
}.buc-app_card-dss {
  gap: 16px;
  overflow: hidden;
  border-radius: 8px;
  padding: 1.25rem;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.buc-app_card_ios-dss {
  background: linear-gradient(135deg,rgba(196,136,14,0.18) 0%,#1A1A2C 100%);
}.buc-app_card_android-dss {
  background: linear-gradient(135deg,rgba(34,197,94,0.15) 0%,#1A1A2C 100%);
}.buc-app_card_win-dss {
  background: linear-gradient(135deg,rgba(245,158,11,0.15) 0%,#1A1A2C 100%);
}.buc-app_card_ic-dss svg {
  stroke-linecap: round;
  width: 34px;
  stroke-linejoin: round;
  height: 34px;
}.buc-app_card_ic-dss {
  color: #F2EDE3;
  flex-shrink: 0;
}.buc-app_card_os-dss {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 6px;
  font-weight: 700;
  color: #878178;
}.buc-app_card_title-dss {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 6px;
  color: #F2EDE3;
}.buc-app_card_text-dss {
  margin-bottom: 14px;
  line-height: 1.5;
  color: #878178;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.buc-app_card_btn-dss {
  transition: background .2s;
  background: rgba(255,255,255,0.12);
  border-radius: 4px;
  padding: 10px 1.125rem;
  gap: 7px;
  border: 1px solid rgba(196,136,14,0.48);
  font-size: 0.813rem;
  display: inline-flex;
  color: #F2EDE3;
  align-items: center;
  font-weight: 700;
}.buc-app_card_btn-dss:hover {
  background: rgba(255,255,255,0.07);
}.buc-seo-dss {
  background: #101018;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.buc-seo-dss {
  padding: 2.75rem 24px 0;
}
}.buc-seo_in-dss {
  border: 1px solid rgba(255,255,255,0.10);
  background: #1A1A2C;
  border-radius: 12px;
  margin: 0 auto;
  padding: 28px 1.5rem;
  max-width: 83.75rem;
}
@media(min-width: 771px) {.buc-seo_in-dss {
  padding: 36px 2.5rem;
}
}.buc-seo_label-dss {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C4880E;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}.buc-seo_h2-dss {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #F2EDE3;
  font-size: 20px;
}
@media(min-width: 766px) {.buc-seo_h2-dss {
  font-size: 1.5rem;
}
}.buc-seo_body-dss {
  color: #9A9288;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.75;
}.buc-seo_body-dss p {
  font-size: 0.875rem;
  color: #9A9288;
  margin-bottom: 12px;
  line-height: 1.75;
}.buc-seo_body-dss p:last-child {
  margin-bottom: 0;
}.buc-seo_body-dss strong {
  color: #C6C0B6;
  font-weight: 700;
}.buc-seo_body-dss a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4880E;
}.buc-seo_body-dss a:hover {
  color: #D49818;
}.buc-seo_body-dss ul,.buc-seo_body-dss ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.buc-seo_body-dss ol {
  list-style: decimal;
}.buc-seo_body-dss li {
  line-height: 1.75;
  font-size: 14px;
  color: #9A9288;
  margin-bottom: 0.375rem;
}.buc-seo_body-dss table {
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  display: block;
  font-size: 0.813rem;
  margin-bottom: 12px;
}
@media(min-width: 771px) {.buc-seo_body-dss table {
  display: table;
}
}.buc-seo_body-dss th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  color: #C6C0B6;
  font-weight: 700;
}.buc-seo_body-dss td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9A9288;
}.buc-seo_cols-dss {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.buc-seo_cols-dss {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.buc-seo_cols-dss {
  grid-template-columns: repeat(3,1fr);
}
}.buc-seo_col_h-dss {
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-size: 0.813rem;
  color: #C6C0B6;
  font-weight: 700;
}.buc-seo_col_p-dss {
  line-height: 1.65;
  color: #878178;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.buc-seo_stats-dss {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.buc-seo_stat-dss {
  background: rgba(196,136,14,0.08);
  border: 1px solid rgba(196,136,14,0.18);
  padding: 0.875rem 1rem;
  flex: 1;
  border-radius: 8px;
  min-width: 8.75rem;
}.buc-seo_stat_val-dss {
  font-weight: 800;
  margin-bottom: 0.25rem;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #C4880E;
}.buc-seo_stat_lb-dss {
  color: #878178;
  overflow-wrap: break-word;
  font-size: 11px;
}.buc-faq-dss {
  background: #101018;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.buc-faq-dss {
  padding: 2.75rem 24px 0;
}
}.buc-faq_in-dss {
  margin: 0 auto;
  max-width: 83.75rem;
}.buc-faq_head-dss {
  margin-bottom: 20px;
}.buc-faq_label-dss {
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 0.688rem;
  color: #C4880E;
  text-transform: uppercase;
}.buc-faq_h2-dss {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
  color: #F2EDE3;
}
@media(min-width: 766px) {.buc-faq_h2-dss {
  font-size: 1.5rem;
}
}.buc-faq_list-dss {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.buc-faq_item-dss {
  overflow: hidden;
  border-radius: 8px;
  background: #1A1A2C;
  border: 1px solid rgba(255,255,255,0.10);
}.buc-faq_q-dss {
  transition: color .2s;
  padding: 16px 20px;
  gap: 12px;
  color: #C6C0B6;
  justify-content: space-between;
  font-weight: 600;
  flex-wrap: wrap;
  font-size: 14px;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
  cursor: pointer;
}.buc-faq_q-dss:hover {
  color: #F2EDE3;
}.buc-faq_q_ic-dss {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255,255,255,0.05);
  display: flex;
  justify-content: center;
  font-size: 16px;
  align-items: center;
  height: 1.5rem;
  flex-shrink: 0;
  width: 1.5rem;
  color: #C4880E;
}.buc-faq_item-dss.buc-state_open-dss .buc-faq_q_ic-dss {
  transform: rotate(45deg);
}.buc-faq_a-dss {
  padding: 0 20px 1rem;
  line-height: 1.7;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  display: none;
  color: #878178;
}.buc-faq_item-dss.buc-state_open-dss .buc-faq_a-dss {
  display: block;
}.buc-faq_a-dss strong {
  font-weight: 700;
  color: #C6C0B6;
}.buc-faq_a-dss a {
  text-decoration: underline;
  color: #C4880E;
}.buc-faq_a-dss ul,.buc-faq_a-dss ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.buc-faq_a-dss ol {
  list-style: decimal;
}.buc-faq_a-dss li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.buc-faq_a-dss table {
  margin: 8px 0;
  overflow-x: auto;
  width: 100%;
  font-size: 12px;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 767px) {.buc-faq_a-dss table {
  display: table;
}
}.buc-faq_a-dss th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.375rem 0.5rem;
  color: #C6C0B6;
  font-weight: 700;
  text-align: left;
}.buc-faq_a-dss td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #878178;
}.buc-rv-dss {
  background: #101018;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.buc-rv-dss {
  padding: 2.75rem 24px 0;
}
}.buc-rv_in-dss {
  margin: 0 auto;
  max-width: 83.75rem;
}.buc-rv_head-dss {
  max-width: 45rem;
  margin-bottom: 20px;
}.buc-rv_label-dss {
  font-weight: 700;
  color: #C4880E;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}.buc-rv_h2-dss {
  margin-bottom: 0.625rem;
  font-weight: 800;
  color: #F2EDE3;
  font-family: 'Cinzel', serif;
  font-size: 1.375rem;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.buc-rv_h2-dss {
  font-size: 28px;
}
}.buc-rv_stats-dss {
  gap: 18px;
  font-size: 13px;
  color: #878178;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.buc-rv_stats_score-dss {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.buc-rv_stats_score_val-dss {
  color: #F59E0B;
  font-family: 'Cinzel', serif;
  font-size: 1.375rem;
  font-weight: 800;
}.buc-rv_stats_score_max-dss {
  color: #7E7870;
  font-size: 13px;
}.buc-rv_stats_badge-dss {
  gap: 4px;
  display: flex;
  align-items: center;
}.buc-rv_stats_badge-dss svg {
  height: 14px;
  color: #F59E0B;
  width: 0.875rem;
}.buc-rv_grid-dss {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.buc-rv_grid-dss {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.buc-rv_grid-dss {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.buc-rv_card-dss {
  background: #1A1A2C;
  border-radius: 8px;
  padding: 1.25rem;
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  flex-direction: column;
}.buc-rv_card_stars-dss {
  gap: 2px;
  display: flex;
  margin-bottom: 0.625rem;
  color: #F59E0B;
}.buc-rv_card_stars-dss svg {
  width: 0.875rem;
  height: 14px;
}.buc-rv_card_h-dss {
  line-height: 1.3;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F2EDE3;
  margin-bottom: 8px;
  font-size: 14px;
}.buc-rv_card_body-dss {
  flex: 1;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  margin-bottom: 0.875rem;
  color: #878178;
}.buc-rv_card_body-dss strong {
  font-weight: 600;
  color: #C6C0B6;
}.buc-rv_card_meta-dss {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 0.625rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  flex-wrap: wrap;
}.buc-rv_card_author-dss {
  color: #C6C0B6;
  font-weight: 600;
  font-size: 12px;
}.buc-rv_card_date-dss {
  font-size: 0.688rem;
  color: #7E7870;
}.buc-seo-dss {
  padding: 36px 1rem 0;
  background: #101018;
}
@media(min-width: 770px) {.buc-seo-dss {
  padding: 2.75rem 24px 0;
}
}.buc-seo_in-dss {
  border-radius: 12px;
  margin: 0 auto;
  padding: 28px 24px;
  border: 1px solid rgba(255,255,255,0.10);
  background: #1A1A2C;
  max-width: 83.75rem;
}
@media(min-width: 769px) {.buc-seo_in-dss {
  padding: 36px 40px;
}
}.buc-seo_label-dss {
  font-size: 0.688rem;
  color: #C4880E;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
}.buc-seo_h2-dss {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F2EDE3;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  font-size: 1.25rem;
  font-weight: 800;
}
@media(min-width: 770px) {.buc-seo_h2-dss {
  font-size: 1.5rem;
}
}.buc-seo_body-dss {
  line-height: 1.75;
  color: #9A9288;
  overflow-wrap: break-word;
  font-size: 14px;
}.buc-seo_body-dss p {
  color: #9A9288;
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 0.75rem;
}.buc-seo_body-dss p:last-child {
  margin-bottom: 0;
}.buc-seo_body-dss strong {
  color: #C6C0B6;
  font-weight: 700;
}.buc-seo_body-dss a {
  transition: color .2s;
  color: #C4880E;
  text-decoration: underline;
}.buc-seo_body-dss a:hover {
  color: #D49818;
}.buc-seo_body-dss ul,.buc-seo_body-dss ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.buc-seo_body-dss ol {
  list-style: decimal;
}.buc-seo_body-dss li {
  color: #9A9288;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  font-size: 14px;
}.buc-seo_body-dss table {
  width: 100%;
  display: block;
  margin-bottom: 12px;
  overflow-x: auto;
  font-size: 0.813rem;
  border-collapse: collapse;
}
@media(min-width: 770px) {.buc-seo_body-dss table {
  display: table;
}
}.buc-seo_body-dss th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #C6C0B6;
  font-weight: 700;
  text-align: left;
}.buc-seo_body-dss td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #9A9288;
}.buc-seo_cols-dss {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 639px) {.buc-seo_cols-dss {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.buc-seo_cols-dss {
  grid-template-columns: repeat(3,1fr);
}
}.buc-seo_col_h-dss {
  font-size: 0.813rem;
  margin-bottom: 0.438rem;
  color: #C6C0B6;
  font-weight: 700;
  overflow-wrap: break-word;
}.buc-seo_col_p-dss {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #878178;
}.buc-seo_stats-dss {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.buc-seo_stat-dss {
  flex: 1;
  border: 1px solid rgba(196,136,14,0.18);
  background: rgba(196,136,14,0.08);
  border-radius: 8px;
  padding: 0.875rem 16px;
  min-width: 140px;
}.buc-seo_stat_val-dss {
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  color: #C4880E;
  font-weight: 800;
}.buc-seo_stat_lb-dss {
  overflow-wrap: break-word;
  color: #878178;
  font-size: 11px;
}.buc-seo-dss {
  padding: 2.25rem 16px 0;
  background: #101018;
}
@media(min-width: 769px) {.buc-seo-dss {
  padding: 44px 24px 0;
}
}.buc-seo_in-dss {
  border-radius: 0.75rem;
  border: 1px solid rgba(255,255,255,0.10);
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  background: #1A1A2C;
  max-width: 83.75rem;
}
@media(min-width: 771px) {.buc-seo_in-dss {
  padding: 36px 2.5rem;
}
}.buc-seo_label-dss {
  color: #C4880E;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: .08em;
}.buc-seo_h2-dss {
  font-size: 20px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.25;
  color: #F2EDE3;
}
@media(min-width: 771px) {.buc-seo_h2-dss {
  font-size: 1.5rem;
}
}.buc-seo_body-dss {
  color: #9A9288;
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
}.buc-seo_body-dss p {
  color: #9A9288;
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 12px;
}.buc-seo_body-dss p:last-child {
  margin-bottom: 0;
}.buc-seo_body-dss strong {
  color: #C6C0B6;
  font-weight: 700;
}.buc-seo_body-dss a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4880E;
}.buc-seo_body-dss a:hover {
  color: #D49818;
}.buc-seo_body-dss ul,.buc-seo_body-dss ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.buc-seo_body-dss ol {
  list-style: decimal;
}.buc-seo_body-dss li {
  color: #9A9288;
  font-size: 14px;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.buc-seo_body-dss table {
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  display: block;
  margin-bottom: 0.75rem;
  font-size: 13px;
}
@media(min-width: 769px) {.buc-seo_body-dss table {
  display: table;
}
}.buc-seo_body-dss th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  text-align: left;
  font-weight: 700;
  color: #C6C0B6;
}.buc-seo_body-dss td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9A9288;
}.buc-seo_cols-dss {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 638px) {.buc-seo_cols-dss {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.buc-seo_cols-dss {
  grid-template-columns: repeat(3,1fr);
}
}.buc-seo_col_h-dss {
  color: #C6C0B6;
  font-size: 0.813rem;
  font-weight: 700;
  margin-bottom: 7px;
  overflow-wrap: break-word;
}.buc-seo_col_p-dss {
  font-size: 0.813rem;
  color: #878178;
  overflow-wrap: break-word;
  line-height: 1.65;
}.buc-seo_stats-dss {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.buc-seo_stat-dss {
  padding: 0.875rem 1rem;
  border: 1px solid rgba(196,136,14,0.18);
  border-radius: 8px;
  background: rgba(196,136,14,0.08);
  flex: 1;
  min-width: 8.75rem;
}.buc-seo_stat_val-dss {
  font-size: 1.25rem;
  color: #C4880E;
  font-weight: 800;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.buc-seo_stat_lb-dss {
  color: #878178;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.buc-ft-dss {
  background: #07070D;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 48px;
}.buc-ft_support-dss {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 769px) {.buc-ft_support-dss {
  padding: 28px 24px;
}
}.buc-ft_support_in-dss {
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  max-width: 83.75rem;
  align-items: center;
  flex-wrap: wrap;
}.buc-ft_support_main-dss {
  gap: 1rem;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  min-width: 220px;
}.buc-ft_support_ic-dss {
  color: #C4880E;
  flex-shrink: 0;
}.buc-ft_support_ic-dss svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.875rem;
  width: 30px;
}.buc-ft_support_text_title-dss {
  overflow-wrap: break-word;
  font-size: 0.938rem;
  margin-bottom: 3px;
  font-weight: 700;
  color: #F2EDE3;
}.buc-ft_support_text_sub-dss {
  color: #878178;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.buc-ft_support_btn-dss {
  padding: 11px 1.375rem;
  background: #C4880E;
  border-radius: 8px;
  transition: background .2s;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  color: #F2EDE3;
  flex-shrink: 0;
}.buc-ft_support_btn-dss:hover {
  background: #D49818;
}.buc-ft_support_contacts-dss {
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.buc-ft_support_contact-dss {
  line-height: 1.4;
  font-size: 12px;
  color: #7E7870;
}.buc-ft_support_contact-dss strong {
  display: block;
  font-weight: 600;
  color: #9A9288;
  font-size: 11px;
  margin-bottom: 2px;
}.buc-ft_main-dss {
  padding: 2rem 1rem 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 767px) {.buc-ft_main-dss {
  padding: 2.5rem 24px 32px;
}
}.buc-ft_main_in-dss {
  margin: 0 auto;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 1340px;
}
@media(min-width: 642px) {.buc-ft_main_in-dss {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.buc-ft_main_in-dss {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.buc-ft_col_logo-dss {
  grid-column: 1/-1;
}
@media(min-width: 1083px) {.buc-ft_col_logo-dss {
  grid-column: auto;
}
}.buc-ft_logo-dss {
  gap: 0.563rem;
  font-weight: 800;
  color: #F2EDE3;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  font-size: 1rem;
  overflow-wrap: break-word;
  margin-bottom: 12px;
}.buc-ft_logo_mark-dss {
  border-radius: 0.25rem;
  overflow: hidden;
  width: 1.875rem;
  height: 30px;
}.buc-ft_logo_mark-dss img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.buc-ft_logo_sub-dss {
  color: #7E7870;
  max-width: 12.5rem;
  font-size: 12px;
  line-height: 1.55;
  overflow-wrap: break-word;
}.buc-ft_col_title-dss {
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 14px;
  letter-spacing: .07em;
  color: #9A9288;
  text-transform: uppercase;
}.buc-ft_col_links-dss {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.buc-ft_col_link-dss {
  transition: color .2s;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #7E7870;
}.buc-ft_col_link-dss:hover {
  color: #C6C0B6;
}.buc-ft_apps-dss {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.buc-ft_app_card-dss {
  gap: 10px;
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s;
  background: rgba(255,255,255,0.05);
  border-radius: 4px;
  padding: 0.625rem 0.75rem;
  align-items: center;
  display: flex;
}.buc-ft_app_card-dss:hover {
  border-color: rgba(196,136,14,0.48);
}.buc-ft_app_card_ic-dss svg {
  stroke-linecap: round;
  width: 22px;
  stroke-linejoin: round;
  height: 1.375rem;
}.buc-ft_app_card_os-dss {
  color: #7E7870;
  font-size: 0.625rem;
  font-weight: 600;
}.buc-ft_app_card_action-dss {
  font-weight: 700;
  color: #C6C0B6;
  font-size: 12px;
}.buc-ft_bot-dss {
  padding: 20px 16px;
}
@media(min-width:768px) {.buc-ft_bot-dss {
  padding: 20px 1.5rem;
}
}.buc-ft_bot_in-dss {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 83.75rem;
  align-items: center;
  display: flex;
}.buc-ft_socials-dss {
  gap: 0.5rem;
  display: flex;
}.buc-ft_soc-dss {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.25rem;
  transition: background .2s;
  align-items: center;
  color: #9A9288;
  width: 2.25rem;
  display: flex;
  justify-content: center;
  height: 2.25rem;
}.buc-ft_soc-dss svg {
  width: 1rem;
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.buc-ft_soc-dss:hover {
  background: rgba(255,255,255,0.07);
}.buc-ft_legal-dss {
  flex: 1;
  min-width: 12.5rem;
  line-height: 1.6;
  font-size: 11px;
  color: #857F79;
  overflow-wrap: break-word;
}.buc-ft_legal-dss strong {
  font-weight: 700;
  color: #9A9288;
}.buc-ft_legal-dss a {
  text-decoration: underline;
  color: #9A9288;
}.buc-ft_age-dss {
  border-radius: 50%;
  border: 2px solid #857F79;
  height: 2rem;
  font-weight: 800;
  margin-left: auto;
  font-size: 11px;
  display: flex;
  color: #857F79;
  flex-shrink: 0;
  width: 2rem;
  justify-content: center;
  align-items: center;
}