html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0D1520;
  color: #C2D0DC;
  font-family: 'DM Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  min-height: 100vh;
}.btv-layout-o0r {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.btv-page-o0r {
  min-height: 100vh;
  display: flex;
}.btv-main-o0r {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media (min-width: 1081px) {.btv-main-o0r {
  padding-left: 13.75rem;
}
}
@media (max-width:1079px) {.btv-main-o0r {
  padding-bottom: 72px;
}
}.btv-gc-o0r {
  background: #131D2A;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.625rem;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  width: 8.75rem;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}
@media(min-width:640px) {.btv-gc-o0r {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.btv-gc-o0r {
  width: 10.5rem;
}
}.btv-gc-o0r:hover {
  transform: translateY(-3px);
  border-color: rgba(126, 181, 214, 0.08);
}.btv-gc_img-o0r {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.btv-gc_img-o0r img {
  inset: 0;
  width: 100%;
  position: absolute;
  object-fit: cover;
  height: 100%;
}.btv-gc_hover-o0r {
  inset: 0;
  transition: opacity .2s;
  background: rgba(7, 12, 18, 0.72);
  align-items: center;
  opacity: 0;
  display: flex;
  position: absolute;
  justify-content: center;
}.btv-gc-o0r:hover .btv-gc_hover-o0r {
  opacity: 1;
}.btv-gc_hover_btn-o0r {
  background: #7EB5D6;
  border-radius: 0.313rem;
  padding: 0.5rem 1rem;
  font-weight: 700;
  color: #EEF3F8;
  font-size: 12px;
}.btv-gc_info-o0r {
  padding: 0.5rem 0.625rem 0.625rem;
}.btv-gc_name-o0r {
  overflow: hidden;
  color: #C2D0DC;
  white-space: nowrap;
  max-width: 100%;
  font-size: 12px;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  font-weight: 600;
}.btv-gc_prov-o0r {
  color: #455866;
  font-size: 0.625rem;
}.btv-gc_tag-o0r {
  border-radius: 0.25rem;
  padding: 2px 7px;
  left: 6px;
  top: 0.375rem;
  font-size: 9px;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: .04em;
  position: absolute;
  font-weight: 700;
}.btv-gc_tag_hot-o0r {
  background: #E04550;
  color: #fff;
}.btv-gc_tag_new-o0r {
  background: #3DBD7D;
  color: #0D1520;
}.btv-gc_tag_jp-o0r {
  background: #D4A84B;
  color: #0D1520;
}.btv-gc_tag_ex-o0r {
  background: #4B6FAD;
  color: #fff;
}.btv-gc_tag_live-o0r {
  background: #E04550;
  color: #fff;
}.btv-gr-o0r {
  background: #0D1520;
  padding: 32px 1rem 0;
}
@media(min-width:768px) {.btv-gr-o0r {
  padding: 36px 24px 0;
}
}.btv-gr_in-o0r {
  margin: 0 auto;
  max-width: 82.5rem;
}.btv-gr_head-o0r {
  gap: 12px;
  margin-bottom: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.btv-gr_head_l-o0r {
  flex: 1;
  gap: 10px;
  display: flex;
  align-items: center;
  min-width: 0;
}.btv-gr_ic-o0r {
  border-radius: 0.625rem;
  height: 32px;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 32px;
  flex-shrink: 0;
}.btv-gr_ic-o0r svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
  width: 1rem;
}.btv-gr_title-o0r {
  color: #EEF3F8;
  font-size: 1rem;
  overflow-wrap: break-word;
  font-weight: 700;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 771px) {.btv-gr_title-o0r {
  font-size: 1.125rem;
}
}.btv-gr_more-o0r {
  gap: 0.313rem;
  transition: color .2s;
  flex-shrink: 0;
  color: #5E7280;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: nowrap;
}.btv-gr_more-o0r:hover {
  color: #7EB5D6;
}.btv-gr_more-o0r svg {
  stroke-linecap: round;
  width: 12px;
  height: 0.75rem;
  stroke-linejoin: round;
}.btv-gr_arrows-o0r {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.btv-gr_arr-o0r {
  transition: background .15s,color .15s;
  border-radius: 0.313rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  justify-content: center;
  display: flex;
  width: 30px;
  align-items: center;
  color: #8A9EAD;
  height: 30px;
}.btv-gr_arr-o0r:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #EEF3F8;
}.btv-gr_arr-o0r svg {
  stroke-linecap: round;
  width: 13px;
  height: 0.813rem;
  stroke-linejoin: round;
}.btv-gr_seo_h-o0r {
  margin: 0 0 6px;
  color: #C2D0DC;
  max-width: 42.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}
@media(min-width: 769px) {.btv-gr_seo_h-o0r {
  font-size: 14px;
}
}.btv-gr_seo-o0r {
  font-size: 12px;
  line-height: 1.55;
  max-width: 42.5rem;
  color: #5E7280;
  overflow-wrap: break-word;
  margin-bottom: 12px;
}.btv-gr_seo-o0r strong {
  color: #C2D0DC;
  font-weight: 600;
}.btv-gr_scroll-o0r {
  gap: 10px;
  display: flex;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 10px;
  overflow-x: auto;
}.btv-gr_scroll-o0r::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.btv-gr_scroll-o0r {
  gap: 12px;
}
}.btv-tb-o0r {
  background: #0D1520;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  align-items: center;
  right: 0;
  z-index: 80;
  top: 0;
  position: fixed;
  height: 3.5rem;
  left: 0;
  display: flex;
}.btv-tb_in-o0r {
  padding: 0 0.875rem;
  gap: 0;
  width: 100%;
  align-items: center;
  display: flex;
  height: 100%;
}.btv-tb_burger-o0r {
  gap: 0.313rem;
  border-radius: 0.625rem;
  height: 2.375rem;
  flex-direction: column;
  width: 2.375rem;
  margin-right: 0.5rem;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.btv-tb_burger-o0r:hover {
  background: rgba(255, 255, 255, 0.05);
}.btv-tb_burger_line-o0r {
  border-radius: 1px;
  background: #8A9EAD;
  display: block;
  width: 18px;
  height: 2px;
}
@media(min-width: 1081px) {.btv-tb_burger-o0r {
  display: none;
}
}.btv-tb_logo-o0r {
  gap: 9px;
  align-items: center;
  overflow-wrap: break-word;
  flex-shrink: 0;
  font-size: 1.125rem;
  color: #EEF3F8;
  display: flex;
  margin-right: 1.25rem;
  letter-spacing: -.01em;
  font-weight: 800;
}.btv-tb_logo_mark-o0r {
  border-radius: 0.625rem;
  overflow: hidden;
  display: flex;
  width: 32px;
  justify-content: center;
  height: 2rem;
  align-items: center;
}.btv-tb_logo_mark-o0r img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.btv-tb_nav-o0r {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 642px) {.btv-tb_nav-o0r {
  display: flex;
}
}.btv-tb_tab-o0r {
  padding: 0.5rem 14px;
  border-radius: 10px;
  transition: background .15s,color .15s;
  font-size: 0.813rem;
  font-weight: 600;
  color: #8A9EAD;
  white-space: nowrap;
}.btv-tb_tab-o0r:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EEF3F8;
}.btv-tb_tab-o0r.btv-state_active-o0r {
  background: rgba(126, 181, 214, 0.18);
  color: #EEF3F8;
}.btv-tb_right-o0r {
  gap: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: auto;
}.btv-tb_login-o0r {
  transition: border-color .2s,color .2s;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 9px 1rem;
  font-weight: 600;
  font-size: 13px;
  color: #C2D0DC;
  display: none;
}.btv-tb_login-o0r:hover {
  border-color: rgba(126, 181, 214, 0.42);
  color: #EEF3F8;
}
@media(min-width:480px) {.btv-tb_login-o0r {
  display: block;
}
}.btv-tb_reg-o0r {
  background: #3DBD7D;
  border-radius: 0.625rem;
  padding: 0.563rem 18px;
  transition: background .2s;
  font-weight: 700;
  font-size: 0.813rem;
  white-space: nowrap;
  color: #0A1018;
}.btv-tb_reg-o0r:hover {
  background: #50CD8F;
}.btv-sb-o0r {
  transition: transform .25s ease;
  background: #192534;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 70;
  position: fixed;
  width: 13.75rem;
  top: 3.5rem;
  bottom: 0;
  overflow-y: auto;
  left: 0;
}.btv-sb-o0r.btv-state_open-o0r {
  transform: translateX(0);
}.btv-sb-o0r::-webkit-scrollbar {
  width: 0.25rem;
}.btv-sb-o0r::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1078px) {.btv-sb-o0r {
  transform: translateX(0);
}
}.btv-sb_auth-o0r {
  padding: 0.875rem 0.75rem 10px;
}.btv-sb_btn_reg-o0r {
  border-radius: 10px;
  padding: 11px;
  background: #3DBD7D;
  transition: background .2s;
  font-size: 13px;
  color: #0A1018;
  margin-bottom: 8px;
  font-weight: 700;
  text-align: center;
  display: block;
}.btv-sb_btn_reg-o0r:hover {
  background: #50CD8F;
}.btv-sb_btn_login-o0r {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 0.625rem;
  border-radius: 0.625rem;
  transition: border-color .2s;
  font-weight: 600;
  color: #C2D0DC;
  text-align: center;
  display: block;
  font-size: 0.813rem;
}.btv-sb_btn_login-o0r:hover {
  border-color: rgba(126, 181, 214, 0.42);
  color: #EEF3F8;
}.btv-sb_promo-o0r {
  margin: 0 0.75rem 10px;
  border: 1px solid rgba(126, 181, 214, 0.18);
  background: linear-gradient(135deg,#0E1E3A,#192534);
  padding: 0.75rem 14px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}.btv-sb_promo-o0r::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(126, 181, 214, 0.18),transparent 70%);
  top: -1.25rem;
  position: absolute;
  width: 5rem;
  right: -1.25rem;
  height: 80px;
  content: '';
}.btv-sb_promo_title-o0r {
  margin-bottom: 0.25rem;
  font-weight: 700;
  font-size: 0.688rem;
  color: #7EB5D6;
  letter-spacing: .06em;
  text-transform: uppercase;
}.btv-sb_promo_text-o0r {
  overflow-wrap: break-word;
  line-height: 1.35;
  font-weight: 600;
  font-size: 0.75rem;
  color: #EEF3F8;
}.btv-sb_promo_sub-o0r {
  color: #5E7280;
  font-size: 0.625rem;
  margin-top: 3px;
}.btv-sb_nav-o0r {
  padding: 6px 8px 1rem;
}.btv-sb_nav_lb-o0r {
  padding: 10px 8px 0.375rem;
  letter-spacing: .08em;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #455866;
  font-weight: 700;
}.btv-sb_link-o0r {
  padding: 0.563rem 10px;
  border-radius: 5px;
  gap: 10px;
  transition: background .15s,color .15s;
  overflow-wrap: break-word;
  font-weight: 500;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  color: #8A9EAD;
}.btv-sb_link-o0r:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EEF3F8;
}.btv-sb_link-o0r.btv-state_active-o0r {
  background: rgba(126, 181, 214, 0.18);
  color: #EEF3F8;
}.btv-sb_ic-o0r {
  border-radius: 5px;
  display: flex;
  align-items: center;
  width: 1.875rem;
  justify-content: center;
  height: 30px;
  flex-shrink: 0;
}.btv-sb_ic-o0r svg {
  width: 1rem;
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
}.btv-sb_ic_1-o0r {
  background: rgba(126, 181, 214, 0.08);
  color: #7EB5D6;
}.btv-sb_ic_2-o0r {
  background: rgba(61, 189, 125, 0.18);
  color: #3DBD7D;
}.btv-sb_ic_3-o0r {
  background: rgba(212, 168, 75, 0.18);
  color: #D4A84B;
}.btv-sb_ic_4-o0r {
  background: rgba(75, 111, 173, 0.22);
  color: #4B6FAD;
}.btv-sb_ic_5-o0r {
  background: rgba(126, 181, 214, 0.08);
  color: #D966A8;
}.btv-sb_ic_6-o0r {
  background: rgba(75, 111, 173, 0.22);
  color: #9B6FD4;
}.btv-sb_badge-o0r {
  background: #D4A84B;
  padding: 2px 0.438rem;
  border-radius: 5px;
  color: #0A1018;
  font-size: 0.563rem;
  font-weight: 700;
  margin-left: auto;
}.btv-sb_bot-o0r {
  padding: 0.75rem;
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.btv-sb_lang-o0r,.btv-sb_help-o0r {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  padding: 9px 6px;
  gap: 0.375rem;
  border-radius: 0.313rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  color: #8A9EAD;
  font-weight: 600;
  font-size: 11px;
  justify-content: center;
  align-items: center;
  display: flex;
}.btv-sb_lang-o0r:hover,.btv-sb_help-o0r:hover {
  border-color: rgba(126, 181, 214, 0.42);
  color: #EEF3F8;
}.btv-sb_lang-o0r svg,.btv-sb_help-o0r svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 13px;
  height: 0.813rem;
}.btv-sb_bd-o0r {
  background: rgba(7, 12, 18, 0.72);
  inset: 0;
  position: fixed;
  display: none;
  z-index: 69;
}.btv-sb_bd-o0r.btv-state_on-o0r {
  display: block;
}
@media(min-width: 1079px) {.btv-sb_bd-o0r {
  display: none!important;
}
}.btv-mob_nav-o0r {
  background: #192534;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  position: fixed;
  left: 0;
  z-index: 80;
  right: 0;
  bottom: 0;
  display: flex;
}
@media(min-width: 1081px) {.btv-mob_nav-o0r {
  display: none;
}
}.btv-mob_nav_item-o0r {
  gap: 4px;
  padding: 0.25rem 2px;
  flex: 1;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  color: #455866;
  align-items: center;
}.btv-mob_nav_ic-o0r {
  line-height: 1;
}.btv-mob_nav_ic-o0r svg {
  stroke-linecap: round;
  height: 20px;
  stroke-linejoin: round;
  width: 20px;
}.btv-mob_nav_lb-o0r {
  font-weight: 600;
  font-size: 0.625rem;
  color: #455866;
}.btv-mob_nav_item-o0r.btv-state_active-o0r {
  color: #7EB5D6;
}.btv-mob_nav_item-o0r.btv-state_active-o0r .btv-mob_nav_lb-o0r {
  color: #7EB5D6;
}.btv-hero-o0r {
  padding: 20px 16px 0;
  background: #0D1520;
}
@media(min-width: 769px) {.btv-hero-o0r {
  padding: 24px 1.5rem 0;
}
}.btv-hero_in-o0r {
  gap: 0.75rem;
  margin: 0 auto;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width: 863px) {.btv-hero_in-o0r {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1101px) {.btv-hero_in-o0r {
  grid-template-columns: 1fr 21.25rem;
}
}.btv-hero_promo-o0r {
  background: #131D2A;
  overflow: hidden;
  border-radius: 14px;
  min-height: 220px;
  display: flex;
  align-items: stretch;
  position: relative;
}
@media(min-width: 770px) {.btv-hero_promo-o0r {
  min-height: 17.5rem;
}
}.btv-hero_promo_bg-o0r {
  background-position: center;
  background: linear-gradient(120deg,#0E1E3A 0%,#0D1520 100%);
  inset: 0;
  background-size: cover;
  position: absolute;
}.btv-hero_promo_bg-o0r::after {
  inset: 0;
  background: linear-gradient(90deg,#0D1520 0%,rgba(7, 12, 18, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.btv-hero_promo_glow-o0r {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(75, 111, 173, 0.22) 0%,transparent 65%);
  right: 60px;
  pointer-events: none;
  top: -40px;
  position: absolute;
  height: 300px;
  width: 18.75rem;
}.btv-hero_promo_ct-o0r {
  padding: 28px 1.5rem 1.75rem 28px;
  z-index: 2;
  position: relative;
  max-width: 480px;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
@media(min-width: 766px) {.btv-hero_promo_ct-o0r {
  padding: 2.5rem 32px;
}
}.btv-hero_badge-o0r {
  border-radius: 20px;
  background: rgba(126, 181, 214, 0.18);
  padding: 5px 0.75rem;
  border: 1px solid rgba(126, 181, 214, 0.08);
  margin-bottom: 0.875rem;
  color: #7EB5D6;
  font-weight: 700;
  font-size: 0.625rem;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: .08em;
}.btv-hero_h1-o0r {
  margin-bottom: 10px;
  line-height: 1.15;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  color: #EEF3F8;
  font-size: 1.625rem;
  overflow-wrap: break-word;
}.btv-hero_h1-o0r em {
  color: #D4A84B;
  font-style: normal;
}
@media(min-width: 769px) {.btv-hero_h1-o0r {
  font-size: 2.25rem;
}
}.btv-hero_sub-o0r {
  color: #8A9EAD;
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}
@media(min-width: 765px) {.btv-hero_sub-o0r {
  font-size: 0.875rem;
}
}.btv-hero_row-o0r {
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.btv-hero_cta-o0r {
  padding: 0.813rem 1.625rem;
  background: #3DBD7D;
  border-radius: 10px;
  transition: background .2s;
  font-size: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0.375rem 1rem rgba(61, 189, 125, 0.35);
  color: #0A1018;
  font-weight: 700;
}.btv-hero_cta-o0r:hover {
  background: #50CD8F;
}.btv-hero_terms-o0r {
  font-size: 0.688rem;
  color: #455866;
}.btv-hero_game-o0r {
  background: #131D2A;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}.btv-hero_game_badge-o0r {
  border: 1px solid rgba(212, 168, 75, 0.18);
  border-radius: 1.25rem;
  padding: 0.313rem 0.625rem;
  background: rgba(212, 168, 75, 0.18);
  font-weight: 700;
  letter-spacing: .06em;
  position: absolute;
  color: #D4A84B;
  left: 12px;
  z-index: 3;
  font-size: 0.625rem;
  text-transform: uppercase;
  top: 12px;
}.btv-hero_game_badge-o0r svg {
  height: 11px;
  width: 11px;
  vertical-align: -1px;
  margin-right: 4px;
}.btv-hero_game_img-o0r {
  overflow: hidden;
  background: linear-gradient(135deg,#0E1E3A,#0D1520);
  position: relative;
  padding-bottom: 60%;
}.btv-hero_game_img-o0r img {
  inset: 0;
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
}.btv-hero_game_play-o0r {
  inset: 0;
  background: rgba(7, 12, 18, 0.72);
  transition: opacity .2s;
  justify-content: center;
  position: absolute;
  display: flex;
  align-items: center;
  opacity: 0;
}.btv-hero_game-o0r:hover .btv-hero_game_play-o0r {
  opacity: 1;
}.btv-hero_game_play-o0r span {
  border-radius: 50%;
  background: #7EB5D6;
  display: flex;
  width: 3.25rem;
  height: 3.25rem;
  justify-content: center;
  align-items: center;
}.btv-hero_game_play-o0r span svg {
  width: 18px;
  height: 1.125rem;
  margin-left: 2px;
}.btv-hero_game_info-o0r {
  padding: 0.875rem 16px;
}.btv-hero_game_title-o0r {
  font-size: 0.938rem;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #EEF3F8;
}.btv-hero_game_provider-o0r {
  color: #5E7280;
  font-size: 0.688rem;
}.btv-hero_game_btn-o0r {
  border-radius: 10px;
  padding: 0.688rem;
  transition: background .2s;
  margin: 0.75rem 1rem 1rem;
  background: #7EB5D6;
  display: block;
  color: #EEF3F8;
  font-size: 0.813rem;
  font-weight: 700;
  text-align: center;
}.btv-hero_game-o0r:hover .btv-hero_game_btn-o0r {
  background: #99C8E6;
}.btv-sbar-o0r {
  background: #0D1520;
  padding: 1rem 16px 0;
}
@media(min-width: 771px) {.btv-sbar-o0r {
  padding: 1.125rem 1.5rem 0;
}
}.btv-sbar_in-o0r {
  margin: 0 auto;
  max-width: 82.5rem;
}.btv-sbar_row-o0r {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 12px;
}.btv-sbar_input-o0r {
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 11px 16px;
  transition: border-color .2s;
  flex: 1;
  border-radius: 10px;
  background: #131D2A;
  gap: 0.625rem;
  cursor: pointer;
  font-size: 0.813rem;
  display: flex;
  align-items: center;
  color: #5E7280;
}.btv-sbar_input-o0r:hover {
  border-color: rgba(126, 181, 214, 0.42);
}.btv-sbar_input-o0r svg {
  stroke-linejoin: round;
  height: 15px;
  flex-shrink: 0;
  stroke-linecap: round;
  width: 15px;
}.btv-sbar_providers-o0r {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  gap: 0.5rem;
  transition: border-color .2s;
  padding: 11px 18px;
  background: #131D2A;
  color: #C2D0DC;
  font-size: 0.813rem;
  align-items: center;
  font-weight: 600;
  display: flex;
  white-space: nowrap;
}.btv-sbar_providers-o0r:hover {
  border-color: rgba(126, 181, 214, 0.42);
  color: #EEF3F8;
}.btv-sbar_providers-o0r svg {
  width: 0.875rem;
  height: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.btv-sbar_tabs-o0r {
  gap: 6px;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  padding-bottom: 2px;
}.btv-sbar_tabs-o0r::-webkit-scrollbar {
  display: none;
}.btv-sbar_tab-o0r {
  background: rgba(255, 255, 255, 0.05);
  gap: 0.438rem;
  padding: 0.5rem 14px;
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex-shrink: 0;
  white-space: nowrap;
  color: #8A9EAD;
  display: flex;
  cursor: pointer;
  font-weight: 600;
  align-items: center;
  font-size: 0.75rem;
}.btv-sbar_tab-o0r:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(126, 181, 214, 0.42);
  color: #EEF3F8;
}.btv-sbar_tab-o0r.btv-state_active-o0r {
  background: rgba(126, 181, 214, 0.18);
  border-color: rgba(126, 181, 214, 0.08);
  color: #EEF3F8;
}.btv-sbar_tab_ic-o0r svg {
  width: 0.875rem;
  height: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.btv-wy-o0r {
  background: #0D1520;
  padding: 2rem 16px 0;
}
@media(min-width: 767px) {.btv-wy-o0r {
  padding: 40px 24px 0;
}
}.btv-wy_in-o0r {
  margin: 0 auto;
  max-width: 82.5rem;
}.btv-wy_head-o0r {
  margin-bottom: 18px;
  max-width: 45rem;
}.btv-wy_label-o0r {
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #7EB5D6;
  font-weight: 700;
}.btv-wy_h2-o0r {
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 8px;
  font-size: 1.25rem;
  color: #EEF3F8;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.btv-wy_h2-o0r {
  font-size: 1.5rem;
}
}.btv-wy_intro-o0r {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #5E7280;
}.btv-wy_grid-o0r {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.btv-wy_grid-o0r {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.btv-wy_grid-o0r {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.btv-wy_card-o0r {
  border-radius: 10px;
  background: #192534;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 20px;
}.btv-wy_card-o0r:hover {
  transform: translateY(-2px);
  border-color: rgba(126, 181, 214, 0.08);
}.btv-wy_card_ic-o0r {
  background: rgba(126, 181, 214, 0.18);
  border-radius: 50%;
  width: 2.75rem;
  align-items: center;
  color: #7EB5D6;
  display: flex;
  height: 2.75rem;
  justify-content: center;
  margin-bottom: 0.875rem;
}.btv-wy_card_ic-o0r svg {
  height: 22px;
  stroke-linejoin: round;
  width: 1.375rem;
  stroke-linecap: round;
}.btv-wy_card_h-o0r {
  font-weight: 700;
  font-size: 0.938rem;
  color: #EEF3F8;
  margin-bottom: 6px;
  overflow-wrap: break-word;
  line-height: 1.25;
}.btv-wy_card_p-o0r {
  font-size: 13px;
  line-height: 1.6;
  color: #5E7280;
  overflow-wrap: break-word;
}.btv-wy_card_p-o0r strong {
  font-weight: 600;
  color: #C2D0DC;
}.btv-gr_jp-o0r {
  border-radius: 14px;
  padding: 1.25rem;
  overflow: hidden;
  background: linear-gradient(135deg,#16113A 0%,#0A0D1E 100%);
  position: relative;
}.btv-gr_jp-o0r::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(75, 111, 173, 0.22) 0%,transparent 70%);
  position: absolute;
  left: -60px;
  content: '';
  width: 15.625rem;
  top: -3.75rem;
  height: 15.625rem;
}.btv-gr_jp-o0r::after {
  background: radial-gradient(circle,rgba(212, 168, 75, 0.18) 0%,transparent 70%);
  border-radius: 50%;
  right: 0;
  width: 12.5rem;
  position: absolute;
  content: '';
  height: 200px;
  bottom: -40px;
}.btv-gr_jp_head-o0r {
  gap: 16px;
  align-items: flex-start;
  position: relative;
  display: flex;
  margin-bottom: 1rem;
  z-index: 1;
  flex-wrap: wrap;
}.btv-gr_jp_info-o0r {
  flex: 1;
}.btv-gr_jp_label-o0r {
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  font-size: 11px;
  color: #9B6FD4;
}.btv-gr_jp_label-o0r svg {
  stroke-linejoin: round;
  margin-right: 0.25rem;
  width: 14px;
  stroke-linecap: round;
  height: 0.875rem;
  vertical-align: -2px;
}.btv-gr_jp_amount-o0r {
  color: #EEF3F8;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 0.25rem;
}
@media(min-width: 770px) {.btv-gr_jp_amount-o0r {
  font-size: 40px;
}
}.btv-gr_jp_amount-o0r span {
  color: #D4A84B;
}.btv-gr_jp_seo-o0r {
  max-width: 480px;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #8A9EAD;
}.btv-gr_jp_cta-o0r {
  transition: background .2s;
  border-radius: 0.625rem;
  background: rgba(75, 111, 173, 0.22);
  padding: 0.688rem 1.25rem;
  border: 1px solid rgba(75, 111, 173, 0.22);
  position: relative;
  z-index: 1;
  color: #EEF3F8;
  font-size: 13px;
  flex-shrink: 0;
  font-weight: 700;
  margin-top: 4px;
  align-self: flex-start;
  white-space: nowrap;
}.btv-gr_jp_cta-o0r:hover {
  background: #4B6FAD;
}.btv-gcg-o0r {
  background: #0D1520;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.btv-gcg-o0r {
  padding: 2.75rem 24px 0;
}
}.btv-gcg_in-o0r {
  margin: 0 auto;
  max-width: 1320px;
}.btv-gcg_head-o0r {
  max-width: 45rem;
  margin-bottom: 20px;
}.btv-gcg_label-o0r {
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #7EB5D6;
  margin-bottom: 0.5rem;
}.btv-gcg_h2-o0r {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  color: #EEF3F8;
}
@media(min-width: 765px) {.btv-gcg_h2-o0r {
  font-size: 1.75rem;
}
}.btv-gcg_intro-o0r {
  color: #5E7280;
  font-size: 0.813rem;
  line-height: 1.6;
}.btv-gcg_grid-o0r {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.btv-gcg_grid-o0r {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.btv-gcg_grid-o0r {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.btv-gcg_card-o0r {
  padding: 20px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: transform .2s,border-color .2s;
  min-height: 15rem;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}.btv-gcg_card-o0r:hover {
  border-color: rgba(126, 181, 214, 0.18);
  transform: translateY(-3px);
}.btv-gcg_card_bg-o0r {
  inset: 0;
  position: absolute;
  z-index: 0;
}.btv-gcg_card_bg-o0r::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.btv-gcg_card_ic-o0r {
  border-radius: 0.313rem;
  background: rgba(0,0,0,.45);
  right: 18px;
  justify-content: center;
  color: #EEF3F8;
  width: 2.5rem;
  display: flex;
  height: 40px;
  z-index: 2;
  top: 18px;
  align-items: center;
  position: absolute;
}.btv-gcg_card_ic-o0r svg {
  stroke-linecap: round;
  height: 1.25rem;
  width: 1.25rem;
  stroke-linejoin: round;
}.btv-gcg_card_ct-o0r {
  z-index: 1;
  position: relative;
}.btv-gcg_card_h-o0r {
  line-height: 1.2;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  color: #EEF3F8;
  font-size: 1.125rem;
}
@media(min-width: 766px) {.btv-gcg_card_h-o0r {
  font-size: 20px;
}
}.btv-gcg_card_p-o0r {
  line-height: 1.55;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  font-size: 12px;
  color: rgba(255,255,255,.82);
}.btv-gcg_card_p-o0r strong {
  color: #EEF3F8;
  font-weight: 600;
}.btv-gcg_card_cta-o0r {
  gap: 4px;
  color: #7EB5D6;
  font-weight: 700;
  font-size: 0.75rem;
  display: inline-flex;
  text-transform: uppercase;
  align-items: center;
  letter-spacing: .04em;
}.btv-gcg_card_cta-o0r svg {
  width: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.75rem;
}.btv-ws-o0r {
  background: #0D1520;
  padding: 32px 1rem 0;
}
@media(min-width: 769px) {.btv-ws-o0r {
  padding: 2.25rem 24px 0;
}
}.btv-ws_in-o0r {
  margin: 0 auto;
  max-width: 1320px;
}.btv-ws_head-o0r {
  gap: 0.75rem;
  justify-content: space-between;
  display: flex;
  margin-bottom: 0.875rem;
  align-items: center;
  flex-wrap: wrap;
}.btv-ws_title-o0r {
  gap: 0.625rem;
  color: #EEF3F8;
  overflow-wrap: break-word;
  align-items: center;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  flex-wrap: wrap;
  display: flex;
  font-size: 16px;
}.btv-ws_title_ic-o0r svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 18px;
  color: #D4A84B;
  width: 1.125rem;
}.btv-ws_online-o0r {
  gap: 7px;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: #5E7280;
}.btv-ws_online_dot-o0r {
  border-radius: 50%;
  background: #3DBD7D;
  height: 8px;
  width: 8px;
  box-shadow: 0 0 0.375rem rgba(61, 189, 125, 0.18);
  flex-shrink: 0;
}.btv-ws_scroll-o0r {
  gap: 8px;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  display: flex;
}.btv-ws_scroll-o0r::-webkit-scrollbar {
  display: none;
}.btv-wc-o0r {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #131D2A;
  border-radius: 0.625rem;
  padding: 10px 14px;
  gap: 0.625rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 220px;
}.btv-wc_img-o0r {
  background: #192534;
  overflow: hidden;
  border-radius: 0.313rem;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}.btv-wc_img-o0r img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.btv-wc_info-o0r {
  min-width: 0;
}.btv-wc_game-o0r {
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.75rem;
  color: #C2D0DC;
  text-overflow: ellipsis;
}.btv-wc_player-o0r {
  overflow: hidden;
  font-size: 0.625rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #455866;
}.btv-wc_amount-o0r {
  color: #3DBD7D;
  margin-left: auto;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.813rem;
  flex-shrink: 0;
}.btv-bon-o0r {
  background: #0D1520;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.btv-bon-o0r {
  padding: 2.75rem 24px 0;
}
}.btv-bon_in-o0r {
  margin: 0 auto;
  max-width: 1320px;
}.btv-bon_head-o0r {
  margin-bottom: 20px;
}.btv-bon_label-o0r {
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #7EB5D6;
}.btv-bon_h2-o0r {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #EEF3F8;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 769px) {.btv-bon_h2-o0r {
  font-size: 24px;
}
}.btv-bon_seo-o0r {
  max-width: 38.75rem;
  color: #5E7280;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.6;
}.btv-bon_seo-o0r strong {
  font-weight: 700;
  color: #C2D0DC;
}.btv-bon_seo-o0r a {
  text-decoration: underline;
  color: #7EB5D6;
}.btv-bon_grid-o0r {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 637px) {.btv-bon_grid-o0r {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.btv-bon_grid-o0r {
  grid-template-columns: repeat(5,1fr);
}
}.btv-bon_card-o0r {
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1rem;
  background: #131D2A;
  border-radius: 0.625rem;
}.btv-bon_card-o0r:hover {
  transform: translateY(-2px);
  border-color: rgba(126, 181, 214, 0.08);
}.btv-bon_card_ic-o0r svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.625rem;
  height: 26px;
}.btv-bon_card_ic-o0r {
  margin-bottom: 0.625rem;
}.btv-bon_card_type-o0r {
  margin-bottom: 0.375rem;
  letter-spacing: .06em;
  color: #5E7280;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
}.btv-bon_card_amount-o0r {
  color: #D4A84B;
  margin-bottom: 0.375rem;
  font-weight: 800;
  line-height: 1.1;
  font-size: 18px;
}.btv-bon_card_name-o0r {
  color: #EEF3F8;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-size: 13px;
  font-weight: 600;
}.btv-bon_card_detail-o0r {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 11px;
  padding-top: 0.5rem;
  color: #455866;
  overflow-wrap: break-word;
  line-height: 1.5;
}.btv-app-o0r {
  padding: 2.25rem 16px 0;
  background: #0D1520;
}
@media(min-width:768px) {.btv-app-o0r {
  padding: 2.75rem 24px 0;
}
}.btv-app_in-o0r {
  margin: 0 auto;
  max-width: 82.5rem;
}.btv-app_head-o0r {
  margin-bottom: 1rem;
}.btv-app_label-o0r {
  color: #7EB5D6;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
}.btv-app_h2-o0r {
  margin-bottom: 0.375rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  color: #EEF3F8;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 766px) {.btv-app_h2-o0r {
  font-size: 1.5rem;
}
}.btv-app_sub-o0r {
  color: #5E7280;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
  max-width: 600px;
}.btv-app_sub-o0r strong {
  color: #C2D0DC;
  font-weight: 700;
}.btv-app_cards-o0r {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}
@media(min-width: 637px) {.btv-app_cards-o0r {
  grid-template-columns: repeat(3,1fr);
}
}.btv-app_card-o0r {
  overflow: hidden;
  padding: 20px;
  border-radius: 0.625rem;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  display: flex;
}.btv-app_card_ios-o0r {
  background: linear-gradient(135deg,rgba(126, 181, 214, 0.18) 0%,#192534 100%);
}.btv-app_card_android-o0r {
  background: linear-gradient(135deg,rgba(61, 189, 125, 0.18) 0%,#192534 100%);
}.btv-app_card_win-o0r {
  background: linear-gradient(135deg,rgba(212, 168, 75, 0.18) 0%,#192534 100%);
}.btv-app_card_ic-o0r svg {
  height: 34px;
  width: 2.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.btv-app_card_ic-o0r {
  color: #EEF3F8;
  flex-shrink: 0;
}.btv-app_card_os-o0r {
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
  color: #5E7280;
  letter-spacing: .08em;
  margin-bottom: 6px;
}.btv-app_card_title-o0r {
  font-size: 0.938rem;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.2;
  overflow-wrap: break-word;
  color: #EEF3F8;
}.btv-app_card_text-o0r {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  color: #5E7280;
}.btv-app_card_btn-o0r {
  transition: background .2s;
  border-radius: 5px;
  gap: 7px;
  border: 1px solid rgba(126, 181, 214, 0.42);
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.12);
  color: #EEF3F8;
  font-size: 0.813rem;
  align-items: center;
  display: inline-flex;
  font-weight: 700;
}.btv-app_card_btn-o0r:hover {
  background: rgba(255, 255, 255, 0.07);
}.btv-reg-o0r {
  background: #0D1520;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.btv-reg-o0r {
  padding: 2.75rem 1.5rem 0;
}
}.btv-reg_in-o0r {
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  background: #192534;
  border-radius: 0.875rem;
  max-width: 1320px;
}
@media(min-width: 766px) {.btv-reg_in-o0r {
  padding: 40px;
}
}.btv-reg_top-o0r {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.btv-reg_top-o0r {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.btv-reg_label-o0r {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 10px;
  color: #7EB5D6;
}.btv-reg_h2-o0r {
  overflow-wrap: break-word;
  color: #EEF3F8;
  line-height: 1.2;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 0.75rem;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 770px) {.btv-reg_h2-o0r {
  font-size: 28px;
}
}.btv-reg_bonus-o0r {
  padding: 10px 16px;
  border-radius: 0.625rem;
  background: rgba(212, 168, 75, 0.18);
  border: 1px solid rgba(212, 168, 75, 0.18);
  gap: 8px;
  align-items: center;
  margin-bottom: 1rem;
  display: inline-flex;
}.btv-reg_bonus_amount-o0r {
  color: #D4A84B;
  font-size: 20px;
  font-weight: 800;
}.btv-reg_bonus_text-o0r {
  color: #8A9EAD;
  font-size: 0.813rem;
  line-height: 1.35;
}.btv-reg_cta_btn-o0r {
  padding: 14px 32px;
  background: #3DBD7D;
  border-radius: 10px;
  transition: background .2s;
  font-size: 0.938rem;
  display: inline-block;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 0.375rem 16px rgba(61, 189, 125, 0.35);
  font-weight: 700;
  color: #0A1018;
  margin-bottom: 12px;
}.btv-reg_cta_btn-o0r:hover {
  background: #50CD8F;
}.btv-reg_terms-o0r {
  line-height: 1.5;
  font-size: 0.688rem;
  color: #455866;
}.btv-reg_seo-o0r {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
  color: #5E7280;
  margin-top: 1.25rem;
  padding-top: 20px;
}.btv-reg_seo-o0r p {
  color: #5E7280;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.65;
}.btv-reg_seo-o0r p:last-child {
  margin-bottom: 0;
}.btv-reg_seo-o0r strong {
  font-weight: 700;
  color: #C2D0DC;
}.btv-reg_seo-o0r a {
  transition: color .2s;
  color: #7EB5D6;
  text-decoration: underline;
}.btv-reg_seo-o0r a:hover {
  color: #99C8E6;
}.btv-reg_seo-o0r ul,.btv-reg_seo-o0r ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.btv-reg_seo-o0r ol {
  list-style: decimal;
}.btv-reg_seo-o0r li {
  font-size: 0.813rem;
  line-height: 1.65;
  color: #5E7280;
  margin-bottom: 0.25rem;
}.btv-reg_seo-o0r table {
  display: block;
  font-size: 0.813rem;
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 765px) {.btv-reg_seo-o0r table {
  display: table;
}
}.btv-reg_seo-o0r th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  font-weight: 700;
  color: #C2D0DC;
  text-align: left;
}.btv-reg_seo-o0r td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #5E7280;
}.btv-reg_steps-o0r {
  gap: 14px;
  margin-top: 1.75rem;
  flex-direction: column;
  display: flex;
}
@media(min-width:860px) {.btv-reg_steps-o0r {
  margin-top: 0;
}
}.btv-reg_step-o0r {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 16px;
  gap: 14px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.btv-reg_step_num-o0r {
  border: 1px solid rgba(126, 181, 214, 0.08);
  border-radius: 50%;
  background: rgba(126, 181, 214, 0.18);
  display: flex;
  flex-shrink: 0;
  height: 2.125rem;
  font-weight: 800;
  font-size: 14px;
  justify-content: center;
  color: #7EB5D6;
  align-items: center;
  width: 2.125rem;
}.btv-reg_step_title-o0r {
  font-weight: 700;
  margin-bottom: 3px;
  color: #EEF3F8;
  font-size: 14px;
}.btv-reg_step_text-o0r {
  line-height: 1.5;
  color: #5E7280;
  font-size: 12px;
}.btv-reg_trust-o0r {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  display: flex;
}.btv-reg_trust_item-o0r {
  gap: 0.438rem;
  align-items: center;
  font-size: 0.75rem;
  color: #5E7280;
  overflow-wrap: break-word;
  display: flex;
}.btv-reg_trust_ic-o0r svg {
  stroke-linejoin: round;
  color: #7EB5D6;
  height: 16px;
  stroke-linecap: round;
  width: 16px;
}.btv-prov-o0r {
  background: #0D1520;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.btv-prov-o0r {
  padding: 44px 24px 0;
}
}.btv-prov_in-o0r {
  margin: 0 auto;
  max-width: 1320px;
}.btv-prov_head-o0r {
  margin-bottom: 1rem;
}.btv-prov_label-o0r {
  font-weight: 700;
  color: #7EB5D6;
  margin-bottom: 0.5rem;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.btv-prov_h2-o0r {
  font-family: 'Cormorant Garamond', serif;
  color: #EEF3F8;
  font-size: 1.25rem;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 769px) {.btv-prov_h2-o0r {
  font-size: 1.5rem;
}
}.btv-prov_seo-o0r {
  line-height: 1.6;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 1rem;
  color: #5E7280;
}.btv-prov_seo-o0r strong {
  color: #C2D0DC;
  font-weight: 700;
}.btv-prov_seo-o0r a {
  color: #7EB5D6;
  text-decoration: underline;
}.btv-prov_grid-o0r {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width:640px) {.btv-prov_grid-o0r {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1078px) {.btv-prov_grid-o0r {
  grid-template-columns: repeat(8,1fr);
}
}.btv-prov_card-o0r {
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 0.438rem;
  padding: 0.875rem 0.625rem;
  transition: border-color .2s,background .2s;
  border-radius: 0.625rem;
  background: #131D2A;
  flex-direction: column;
  align-items: center;
  display: flex;
  cursor: pointer;
}.btv-prov_card-o0r:hover {
  border-color: rgba(126, 181, 214, 0.42);
  background: #192534;
}.btv-prov_logo-o0r {
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 0.313rem;
  height: 44px;
  justify-content: center;
  width: 44px;
  align-items: center;
  display: flex;
}.btv-prov_logo-o0r img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.btv-prov_name-o0r {
  font-weight: 600;
  font-size: 11px;
  color: #8A9EAD;
  text-align: center;
  overflow-wrap: break-word;
}.btv-faq-o0r {
  background: #0D1520;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.btv-faq-o0r {
  padding: 2.75rem 1.5rem 0;
}
}.btv-faq_in-o0r {
  margin: 0 auto;
  max-width: 1320px;
}.btv-faq_head-o0r {
  margin-bottom: 1.25rem;
}.btv-faq_label-o0r {
  color: #7EB5D6;
  font-size: 11px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.btv-faq_h2-o0r {
  font-size: 1.25rem;
  font-weight: 800;
  color: #EEF3F8;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width:768px) {.btv-faq_h2-o0r {
  font-size: 24px;
}
}.btv-faq_list-o0r {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.btv-faq_item-o0r {
  border-radius: 0.625rem;
  background: #192534;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
}.btv-faq_q-o0r {
  transition: color .2s;
  gap: 0.75rem;
  padding: 16px 20px;
  flex-wrap: wrap;
  display: flex;
  cursor: pointer;
  color: #C2D0DC;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  justify-content: space-between;
  font-weight: 600;
  align-items: center;
}.btv-faq_q-o0r:hover {
  color: #EEF3F8;
}.btv-faq_q_ic-o0r {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  justify-content: center;
  font-size: 16px;
  width: 24px;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  color: #7EB5D6;
  height: 24px;
}.btv-faq_item-o0r.btv-state_open-o0r .btv-faq_q_ic-o0r {
  transform: rotate(45deg);
}.btv-faq_a-o0r {
  padding: 0 20px 16px;
  color: #5E7280;
  font-size: 0.813rem;
  display: none;
  overflow-wrap: break-word;
  line-height: 1.7;
}.btv-faq_item-o0r.btv-state_open-o0r .btv-faq_a-o0r {
  display: block;
}.btv-faq_a-o0r strong {
  color: #C2D0DC;
  font-weight: 700;
}.btv-faq_a-o0r a {
  text-decoration: underline;
  color: #7EB5D6;
}.btv-faq_a-o0r ul,.btv-faq_a-o0r ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.btv-faq_a-o0r ol {
  list-style: decimal;
}.btv-faq_a-o0r li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.btv-faq_a-o0r table {
  margin: 8px 0;
  overflow-x: auto;
  display: block;
  font-size: 0.75rem;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 769px) {.btv-faq_a-o0r table {
  display: table;
}
}.btv-faq_a-o0r th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 8px;
  color: #C2D0DC;
  text-align: left;
  font-weight: 700;
}.btv-faq_a-o0r td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #5E7280;
}.btv-seo-o0r {
  padding: 2.25rem 1rem 0;
  background: #0D1520;
}
@media(min-width: 766px) {.btv-seo-o0r {
  padding: 2.75rem 24px 0;
}
}.btv-seo_in-o0r {
  border-radius: 14px;
  margin: 0 auto;
  background: #192534;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  max-width: 82.5rem;
}
@media(min-width: 771px) {.btv-seo_in-o0r {
  padding: 2.25rem 2.5rem;
}
}.btv-seo_label-o0r {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #7EB5D6;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.btv-seo_h2-o0r {
  line-height: 1.25;
  font-size: 20px;
  color: #EEF3F8;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 0.875rem;
}
@media(min-width: 770px) {.btv-seo_h2-o0r {
  font-size: 1.5rem;
}
}.btv-seo_body-o0r {
  overflow-wrap: break-word;
  color: #8A9EAD;
  font-size: 0.875rem;
  line-height: 1.75;
}.btv-seo_body-o0r p {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.75;
  color: #8A9EAD;
}.btv-seo_body-o0r p:last-child {
  margin-bottom: 0;
}.btv-seo_body-o0r strong {
  color: #C2D0DC;
  font-weight: 700;
}.btv-seo_body-o0r a {
  transition: color .2s;
  text-decoration: underline;
  color: #7EB5D6;
}.btv-seo_body-o0r a:hover {
  color: #99C8E6;
}.btv-seo_body-o0r ul,.btv-seo_body-o0r ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.btv-seo_body-o0r ol {
  list-style: decimal;
}.btv-seo_body-o0r li {
  color: #8A9EAD;
  font-size: 0.875rem;
  margin-bottom: 6px;
  line-height: 1.75;
}.btv-seo_body-o0r table {
  display: block;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 12px;
  overflow-x: auto;
  font-size: 0.813rem;
}
@media(min-width: 769px) {.btv-seo_body-o0r table {
  display: table;
}
}.btv-seo_body-o0r th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C2D0DC;
  text-align: left;
  font-weight: 700;
}.btv-seo_body-o0r td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8A9EAD;
}.btv-seo_cols-o0r {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width:640px) {.btv-seo_cols-o0r {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.btv-seo_cols-o0r {
  grid-template-columns: repeat(3,1fr);
}
}.btv-seo_col_h-o0r {
  color: #C2D0DC;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.438rem;
  font-size: 13px;
}.btv-seo_col_p-o0r {
  color: #5E7280;
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.btv-seo_stats-o0r {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.btv-seo_stat-o0r {
  border: 1px solid rgba(126, 181, 214, 0.18);
  border-radius: 10px;
  background: rgba(126, 181, 214, 0.08);
  padding: 14px 16px;
  flex: 1;
  min-width: 140px;
}.btv-seo_stat_val-o0r {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #7EB5D6;
  font-size: 20px;
}.btv-seo_stat_lb-o0r {
  color: #5E7280;
  font-size: 11px;
  overflow-wrap: break-word;
}.btv-seo-o0r {
  padding: 36px 1rem 0;
  background: #0D1520;
}
@media(min-width: 766px) {.btv-seo-o0r {
  padding: 2.75rem 24px 0;
}
}.btv-seo_in-o0r {
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #192534;
  border-radius: 0.875rem;
  padding: 28px 24px;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.btv-seo_in-o0r {
  padding: 36px 2.5rem;
}
}.btv-seo_label-o0r {
  text-transform: uppercase;
  color: #7EB5D6;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 10px;
}.btv-seo_h2-o0r {
  font-weight: 800;
  color: #EEF3F8;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width:768px) {.btv-seo_h2-o0r {
  font-size: 1.5rem;
}
}.btv-seo_body-o0r {
  overflow-wrap: break-word;
  color: #8A9EAD;
  line-height: 1.75;
  font-size: 14px;
}.btv-seo_body-o0r p {
  margin-bottom: 0.75rem;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #8A9EAD;
}.btv-seo_body-o0r p:last-child {
  margin-bottom: 0;
}.btv-seo_body-o0r strong {
  font-weight: 700;
  color: #C2D0DC;
}.btv-seo_body-o0r a {
  transition: color .2s;
  text-decoration: underline;
  color: #7EB5D6;
}.btv-seo_body-o0r a:hover {
  color: #99C8E6;
}.btv-seo_body-o0r ul,.btv-seo_body-o0r ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.btv-seo_body-o0r ol {
  list-style: decimal;
}.btv-seo_body-o0r li {
  font-size: 0.875rem;
  color: #8A9EAD;
  line-height: 1.75;
  margin-bottom: 6px;
}.btv-seo_body-o0r table {
  overflow-x: auto;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  display: block;
  width: 100%;
  font-size: 13px;
}
@media(min-width: 770px) {.btv-seo_body-o0r table {
  display: table;
}
}.btv-seo_body-o0r th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  color: #C2D0DC;
  font-weight: 700;
  text-align: left;
}.btv-seo_body-o0r td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #8A9EAD;
}.btv-seo_cols-o0r {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 637px) {.btv-seo_cols-o0r {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.btv-seo_cols-o0r {
  grid-template-columns: repeat(3,1fr);
}
}.btv-seo_col_h-o0r {
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #C2D0DC;
  margin-bottom: 7px;
}.btv-seo_col_p-o0r {
  overflow-wrap: break-word;
  color: #5E7280;
  line-height: 1.65;
  font-size: 13px;
}.btv-seo_stats-o0r {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.btv-seo_stat-o0r {
  flex: 1;
  background: rgba(126, 181, 214, 0.08);
  border-radius: 0.625rem;
  padding: 14px 16px;
  border: 1px solid rgba(126, 181, 214, 0.18);
  min-width: 8.75rem;
}.btv-seo_stat_val-o0r {
  margin-bottom: 4px;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #7EB5D6;
}.btv-seo_stat_lb-o0r {
  color: #5E7280;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.btv-seo-o0r {
  padding: 36px 1rem 0;
  background: #0D1520;
}
@media(min-width: 769px) {.btv-seo-o0r {
  padding: 44px 24px 0;
}
}.btv-seo_in-o0r {
  border: 1px solid rgba(255, 255, 255, 0.10);
  margin: 0 auto;
  padding: 1.75rem 24px;
  border-radius: 0.875rem;
  background: #192534;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.btv-seo_in-o0r {
  padding: 36px 40px;
}
}.btv-seo_label-o0r {
  margin-bottom: 0.625rem;
  font-size: 0.688rem;
  color: #7EB5D6;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.btv-seo_h2-o0r {
  line-height: 1.25;
  margin-bottom: 14px;
  font-size: 20px;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #EEF3F8;
}
@media(min-width: 766px) {.btv-seo_h2-o0r {
  font-size: 1.5rem;
}
}.btv-seo_body-o0r {
  font-size: 14px;
  color: #8A9EAD;
  overflow-wrap: break-word;
  line-height: 1.75;
}.btv-seo_body-o0r p {
  line-height: 1.75;
  color: #8A9EAD;
  margin-bottom: 12px;
  font-size: 0.875rem;
}.btv-seo_body-o0r p:last-child {
  margin-bottom: 0;
}.btv-seo_body-o0r strong {
  font-weight: 700;
  color: #C2D0DC;
}.btv-seo_body-o0r a {
  transition: color .2s;
  text-decoration: underline;
  color: #7EB5D6;
}.btv-seo_body-o0r a:hover {
  color: #99C8E6;
}.btv-seo_body-o0r ul,.btv-seo_body-o0r ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.btv-seo_body-o0r ol {
  list-style: decimal;
}.btv-seo_body-o0r li {
  color: #8A9EAD;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 14px;
}.btv-seo_body-o0r table {
  overflow-x: auto;
  font-size: 13px;
  border-collapse: collapse;
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
@media(min-width: 767px) {.btv-seo_body-o0r table {
  display: table;
}
}.btv-seo_body-o0r th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C2D0DC;
  font-weight: 700;
  text-align: left;
}.btv-seo_body-o0r td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8A9EAD;
}.btv-seo_cols-o0r {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 642px) {.btv-seo_cols-o0r {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.btv-seo_cols-o0r {
  grid-template-columns: repeat(3,1fr);
}
}.btv-seo_col_h-o0r {
  margin-bottom: 0.438rem;
  font-size: 13px;
  color: #C2D0DC;
  overflow-wrap: break-word;
  font-weight: 700;
}.btv-seo_col_p-o0r {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
  color: #5E7280;
}.btv-seo_stats-o0r {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.btv-seo_stat-o0r {
  border-radius: 10px;
  padding: 14px 1rem;
  background: rgba(126, 181, 214, 0.08);
  flex: 1;
  border: 1px solid rgba(126, 181, 214, 0.18);
  min-width: 140px;
}.btv-seo_stat_val-o0r {
  font-size: 20px;
  color: #7EB5D6;
  font-weight: 800;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
}.btv-seo_stat_lb-o0r {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #5E7280;
}.btv-ft-o0r {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #070C12;
  margin-top: 3rem;
}.btv-ft_support-o0r {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.btv-ft_support-o0r {
  padding: 1.75rem 24px;
}
}.btv-ft_support_in-o0r {
  gap: 16px;
  margin: 0 auto;
  max-width: 82.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.btv-ft_support_main-o0r {
  flex: 1;
  gap: 16px;
  flex-wrap: wrap;
  min-width: 220px;
  display: flex;
  align-items: center;
}.btv-ft_support_ic-o0r {
  color: #7EB5D6;
  flex-shrink: 0;
}.btv-ft_support_ic-o0r svg {
  height: 1.875rem;
  width: 1.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.btv-ft_support_text_title-o0r {
  overflow-wrap: break-word;
  color: #EEF3F8;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 3px;
}.btv-ft_support_text_sub-o0r {
  color: #5E7280;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.btv-ft_support_btn-o0r {
  padding: 0.688rem 22px;
  background: #7EB5D6;
  border-radius: 0.625rem;
  transition: background .2s;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0.813rem;
  font-weight: 700;
  color: #EEF3F8;
}.btv-ft_support_btn-o0r:hover {
  background: #99C8E6;
}.btv-ft_support_contacts-o0r {
  gap: 1rem;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.btv-ft_support_contact-o0r {
  line-height: 1.4;
  color: #455866;
  font-size: 12px;
}.btv-ft_support_contact-o0r strong {
  font-size: 0.688rem;
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
  color: #8A9EAD;
}.btv-ft_main-o0r {
  padding: 32px 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 770px) {.btv-ft_main-o0r {
  padding: 2.5rem 1.5rem 2rem;
}
}.btv-ft_main_in-o0r {
  gap: 24px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 637px) {.btv-ft_main_in-o0r {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.btv-ft_main_in-o0r {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.btv-ft_col_logo-o0r {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.btv-ft_col_logo-o0r {
  grid-column: auto;
}
}.btv-ft_logo-o0r {
  gap: 0.563rem;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  color: #EEF3F8;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 800;
}.btv-ft_logo_mark-o0r {
  border-radius: 0.313rem;
  overflow: hidden;
  height: 30px;
  width: 30px;
}.btv-ft_logo_mark-o0r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.btv-ft_logo_sub-o0r {
  line-height: 1.55;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  max-width: 12.5rem;
  color: #455866;
}.btv-ft_col_title-o0r {
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: 12px;
  margin-bottom: 14px;
  color: #8A9EAD;
  font-weight: 700;
}.btv-ft_col_links-o0r {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.btv-ft_col_link-o0r {
  transition: color .2s;
  color: #455866;
  font-size: 13px;
  overflow-wrap: break-word;
}.btv-ft_col_link-o0r:hover {
  color: #C2D0DC;
}.btv-ft_apps-o0r {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.btv-ft_app_card-o0r {
  gap: 0.625rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  border-radius: 0.313rem;
  display: flex;
  align-items: center;
}.btv-ft_app_card-o0r:hover {
  border-color: rgba(126, 181, 214, 0.42);
}.btv-ft_app_card_ic-o0r svg {
  height: 22px;
  width: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.btv-ft_app_card_os-o0r {
  font-weight: 600;
  font-size: 10px;
  color: #455866;
}.btv-ft_app_card_action-o0r {
  font-weight: 700;
  color: #C2D0DC;
  font-size: 12px;
}.btv-ft_bot-o0r {
  padding: 1.25rem 1rem;
}
@media(min-width: 767px) {.btv-ft_bot-o0r {
  padding: 20px 24px;
}
}.btv-ft_bot_in-o0r {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  max-width: 82.5rem;
  display: flex;
  flex-wrap: wrap;
}.btv-ft_socials-o0r {
  gap: 8px;
  display: flex;
}.btv-ft_soc-o0r {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.313rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: background .2s;
  color: #8A9EAD;
  display: flex;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
}.btv-ft_soc-o0r svg {
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
  width: 16px;
}.btv-ft_soc-o0r:hover {
  background: rgba(255, 255, 255, 0.07);
}.btv-ft_legal-o0r {
  flex: 1;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  min-width: 12.5rem;
  color: #728592;
  line-height: 1.6;
}.btv-ft_legal-o0r strong {
  color: #8A9EAD;
  font-weight: 700;
}.btv-ft_legal-o0r a {
  text-decoration: underline;
  color: #8A9EAD;
}.btv-ft_age-o0r {
  border-radius: 50%;
  border: 2px solid #728592;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 32px;
  color: #728592;
  margin-left: auto;
  display: flex;
  flex-shrink: 0;
  font-size: 0.688rem;
  font-weight: 800;
}