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