*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background-color: #0E0E11;
  min-height: 100vh;
  color: #C8C8D0;
  line-height: 1.6;
  font-family: 'Barlow', sans-serif;
  -webkit-font-smoothing: antialiased;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}a {
  text-decoration: none;
  color: inherit;
}.obs_layout_e9k {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.obs_page_e9k {
  min-height: 100vh;
  display: flex;
}.obs_main_e9k {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media screen and (min-width:1080px) {.obs_main_e9k {
  padding-left: 220px;
}
}
@media screen and (max-width: 1078px) {.obs_main_e9k {
  padding-bottom: 72px;
}
}.obs_gc_e9k {
  background: #131317;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 0.5rem;
  transition: transform .2s,border-color .2s;
  flex-shrink: 0;
  position: relative;
  width: 140px;
  cursor: pointer;
}
@media(min-width: 637px) {.obs_gc_e9k {
  width: 156px;
}
}
@media(min-width: 1079px) {.obs_gc_e9k {
  width: 10.5rem;
}
}.obs_gc_e9k:hover {
  transform: translateY(-3px);
  border-color: rgba(218, 116, 18, 0.07);
}.obs_gc_img_e9k {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.obs_gc_img_e9k img {
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}.obs_gc_hover_e9k {
  inset: 0;
  transition: opacity .2s;
  background: rgba(0, 0, 0, 0.72);
  justify-content: center;
  display: flex;
  position: absolute;
  align-items: center;
  opacity: 0;
}.obs_gc_e9k:hover .obs_gc_hover_e9k {
  opacity: 1;
}.obs_gc_hover_btn_e9k {
  padding: 8px 1rem;
  background: #DA7412;
  border-radius: 4px;
  color: #F4F4F6;
  font-weight: 700;
  font-size: 0.75rem;
}.obs_gc_info_e9k {
  padding: 0.5rem 0.625rem 10px;
}.obs_gc_name_e9k {
  overflow: hidden;
  color: #C8C8D0;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  max-width: 100%;
  margin-bottom: 3px;
  font-weight: 600;
  white-space: nowrap;
}.obs_gc_prov_e9k {
  color: #555560;
  font-size: 10px;
}.obs_gc_tag_e9k {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  letter-spacing: .04em;
  top: 6px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
  left: 0.375rem;
  position: absolute;
}.obs_gc_tag_hot_e9k {
  background: #E03428;
  color: #fff;
}.obs_gc_tag_new_e9k {
  background: #20B958;
  color: #0E0E11;
}.obs_gc_tag_jp_e9k {
  background: #F4B82E;
  color: #0E0E11;
}.obs_gc_tag_ex_e9k {
  background: #3C5A92;
  color: #fff;
}.obs_gc_tag_live_e9k {
  background: #E03428;
  color: #fff;
}.obs_gr_e9k {
  padding: 2rem 16px 0;
  background: #0E0E11;
}
@media(min-width: 766px) {.obs_gr_e9k {
  padding: 2.25rem 24px 0;
}
}.obs_gr_in_e9k {
  margin: 0 auto;
  max-width: 1320px;
}.obs_gr_head_e9k {
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  display: flex;
}.obs_gr_head_l_e9k {
  gap: 0.625rem;
  flex: 1;
  align-items: center;
  display: flex;
  min-width: 0;
}.obs_gr_ic_e9k {
  border-radius: 0.5rem;
  align-items: center;
  display: flex;
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
  justify-content: center;
}.obs_gr_ic_e9k svg {
  width: 1rem;
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
}.obs_gr_title_e9k {
  font-weight: 700;
  color: #F4F4F6;
  font-size: 1rem;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.obs_gr_title_e9k {
  font-size: 18px;
}
}.obs_gr_more_e9k {
  gap: 0.313rem;
  transition: color .2s;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.75rem;
  display: flex;
  flex-shrink: 0;
  color: #6E6E7C;
}.obs_gr_more_e9k:hover {
  color: #DA7412;
}.obs_gr_more_e9k svg {
  stroke-linejoin: round;
  height: 0.75rem;
  width: 12px;
  stroke-linecap: round;
}.obs_gr_arrows_e9k {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.obs_gr_arr_e9k {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  transition: background .15s,color .15s;
  width: 30px;
  color: #9494A0;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 1.875rem;
}.obs_gr_arr_e9k:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F4F4F6;
}.obs_gr_arr_e9k svg {
  width: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 13px;
}.obs_gr_seo_h_e9k {
  margin: 0 0 0.375rem;
  font-family: 'Barlow Condensed', sans-serif;
  color: #C8C8D0;
  overflow-wrap: break-word;
  font-size: 13px;
  max-width: 680px;
  font-weight: 700;
}
@media(min-width: 766px) {.obs_gr_seo_h_e9k {
  font-size: 0.875rem;
}
}.obs_gr_seo_e9k {
  line-height: 1.55;
  font-size: 0.75rem;
  margin-bottom: 12px;
  color: #6E6E7C;
  max-width: 42.5rem;
  overflow-wrap: break-word;
}.obs_gr_seo_e9k strong {
  font-weight: 600;
  color: #C8C8D0;
}.obs_gr_scroll_e9k {
  gap: 10px;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 0.625rem;
}.obs_gr_scroll_e9k::-webkit-scrollbar {
  display: none;
}
@media(min-width: 765px) {.obs_gr_scroll_e9k {
  gap: 12px;
}
}.obs_tb_e9k {
  background: #0E0E11;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  align-items: center;
  z-index: 80;
  display: flex;
  height: 56px;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
}.obs_tb_in_e9k {
  padding: 0 14px;
  gap: 0;
  align-items: center;
  width: 100%;
  display: flex;
  height: 100%;
}.obs_tb_burger_e9k {
  border-radius: 0.5rem;
  gap: 0.313rem;
  justify-content: center;
  display: flex;
  margin-right: 0.5rem;
  flex-shrink: 0;
  height: 2.375rem;
  align-items: center;
  width: 2.375rem;
  flex-direction: column;
}.obs_tb_burger_e9k:hover {
  background: rgba(255, 255, 255, 0.05);
}.obs_tb_burger_line_e9k {
  border-radius: 1px;
  background: #9494A0;
  width: 1.125rem;
  height: 2px;
  display: block;
}
@media(min-width: 1082px) {.obs_tb_burger_e9k {
  display: none;
}
}.obs_tb_logo_e9k {
  gap: 0.563rem;
  font-weight: 800;
  align-items: center;
  flex-shrink: 0;
  letter-spacing: -.01em;
  font-size: 18px;
  margin-right: 20px;
  display: flex;
  color: #F4F4F6;
  overflow-wrap: break-word;
}.obs_tb_logo_mark_e9k {
  border-radius: 0.5rem;
  overflow: hidden;
  width: 32px;
  align-items: center;
  display: flex;
  height: 2rem;
  justify-content: center;
}.obs_tb_logo_mark_e9k img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.obs_tb_nav_e9k {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 642px) {.obs_tb_nav_e9k {
  display: flex;
}
}.obs_tb_tab_e9k {
  border-radius: 0.5rem;
  transition: background .15s,color .15s;
  padding: 0.5rem 14px;
  font-weight: 600;
  color: #9494A0;
  font-size: 0.813rem;
  white-space: nowrap;
}.obs_tb_tab_e9k:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4F4F6;
}.obs_tb_tab_e9k.obs_state_active_e9k {
  background: rgba(218, 116, 18, 0.18);
  color: #F4F4F6;
}.obs_tb_right_e9k {
  gap: 0.5rem;
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
}.obs_tb_login_e9k {
  border-radius: 8px;
  transition: border-color .2s,color .2s;
  padding: 9px 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: none;
  color: #C8C8D0;
  font-weight: 600;
  font-size: 0.813rem;
}.obs_tb_login_e9k:hover {
  border-color: rgba(218, 116, 18, 0.55);
  color: #F4F4F6;
}
@media(min-width: 481px) {.obs_tb_login_e9k {
  display: block;
}
}.obs_tb_reg_e9k {
  padding: 0.563rem 1.125rem;
  border-radius: 8px;
  background: #20B958;
  transition: background .2s;
  font-weight: 700;
  font-size: 0.813rem;
  white-space: nowrap;
  color: #0C0C0E;
}.obs_tb_reg_e9k:hover {
  background: #27D468;
}.obs_sb_e9k {
  background: #17171C;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  transform: translateX(-100%);
  left: 0;
  position: fixed;
  overflow-y: auto;
  top: 3.5rem;
  width: 220px;
  bottom: 0;
  z-index: 70;
}.obs_sb_e9k.obs_state_open_e9k {
  transform: translateX(0);
}.obs_sb_e9k::-webkit-scrollbar {
  width: 4px;
}.obs_sb_e9k::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1082px) {.obs_sb_e9k {
  transform: translateX(0);
}
}.obs_sb_auth_e9k {
  padding: 0.875rem 12px 10px;
}.obs_sb_btn_reg_e9k {
  background: #20B958;
  padding: 11px;
  transition: background .2s;
  border-radius: 0.5rem;
  font-weight: 700;
  display: block;
  text-align: center;
  color: #0C0C0E;
  font-size: 13px;
  margin-bottom: 8px;
}.obs_sb_btn_reg_e9k:hover {
  background: #27D468;
}.obs_sb_btn_login_e9k {
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  display: block;
  font-weight: 600;
  color: #C8C8D0;
  text-align: center;
  font-size: 0.813rem;
}.obs_sb_btn_login_e9k:hover {
  border-color: rgba(218, 116, 18, 0.55);
  color: #F4F4F6;
}.obs_sb_promo_e9k {
  border-radius: 8px;
  background: linear-gradient(135deg,#2B1808,#17171C);
  padding: 12px 14px;
  margin: 0 0.75rem 10px;
  border: 1px solid rgba(218, 116, 18, 0.18);
  overflow: hidden;
  position: relative;
}.obs_sb_promo_e9k::before {
  background: radial-gradient(circle,rgba(218, 116, 18, 0.18),transparent 70%);
  border-radius: 50%;
  height: 5rem;
  width: 5rem;
  top: -1.25rem;
  right: -20px;
  position: absolute;
  content: '';
}.obs_sb_promo_title_e9k {
  text-transform: uppercase;
  color: #DA7412;
  margin-bottom: 0.25rem;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 0.688rem;
}.obs_sb_promo_text_e9k {
  font-size: 12px;
  font-weight: 600;
  overflow-wrap: break-word;
  color: #F4F4F6;
  line-height: 1.35;
}.obs_sb_promo_sub_e9k {
  font-size: 0.625rem;
  margin-top: 3px;
  color: #6E6E7C;
}.obs_sb_nav_e9k {
  padding: 6px 0.5rem 16px;
}.obs_sb_nav_lb_e9k {
  padding: 0.625rem 8px 0.375rem;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #555560;
}.obs_sb_link_e9k {
  gap: 0.625rem;
  border-radius: 4px;
  padding: 0.563rem 10px;
  transition: background .15s,color .15s;
  align-items: center;
  display: flex;
  color: #9494A0;
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 500;
  cursor: pointer;
}.obs_sb_link_e9k:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4F4F6;
}.obs_sb_link_e9k.obs_state_active_e9k {
  background: rgba(218, 116, 18, 0.18);
  color: #F4F4F6;
}.obs_sb_ic_e9k {
  border-radius: 0.25rem;
  height: 1.875rem;
  justify-content: center;
  flex-shrink: 0;
  width: 1.875rem;
  align-items: center;
  display: flex;
}.obs_sb_ic_e9k svg {
  height: 1rem;
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.obs_sb_ic_1_e9k {
  background: rgba(218, 116, 18, 0.07);
  color: #DA7412;
}.obs_sb_ic_2_e9k {
  background: rgba(32, 185, 88, 0.16);
  color: #20B958;
}.obs_sb_ic_3_e9k {
  background: rgba(244, 184, 46, 0.14);
  color: #F4B82E;
}.obs_sb_ic_4_e9k {
  background: rgba(60, 90, 146, 0.22);
  color: #3C5A92;
}.obs_sb_ic_5_e9k {
  background: rgba(218, 116, 18, 0.07);
  color: #E0427E;
}.obs_sb_ic_6_e9k {
  background: rgba(60, 90, 146, 0.22);
  color: #9C52D8;
}.obs_sb_badge_e9k {
  border-radius: 0.25rem;
  background: #F4B82E;
  padding: 2px 0.438rem;
  color: #0C0C0E;
  margin-left: auto;
  font-weight: 700;
  font-size: 9px;
}.obs_sb_bot_e9k {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  gap: 0.5rem;
  display: flex;
}.obs_sb_lang_e9k,.obs_sb_help_e9k {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  transition: border-color .2s;
  padding: 0.563rem 6px;
  background: rgba(255, 255, 255, 0.05);
  gap: 6px;
  flex: 1;
  font-weight: 600;
  color: #9494A0;
  justify-content: center;
  font-size: 0.688rem;
  display: flex;
  align-items: center;
}.obs_sb_lang_e9k:hover,.obs_sb_help_e9k:hover {
  border-color: rgba(218, 116, 18, 0.55);
  color: #F4F4F6;
}.obs_sb_lang_e9k svg,.obs_sb_help_e9k svg {
  height: 13px;
  width: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.obs_sb_bd_e9k {
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  z-index: 69;
  display: none;
  position: fixed;
}.obs_sb_bd_e9k.obs_state_on_e9k {
  display: block;
}
@media(min-width: 1079px) {.obs_sb_bd_e9k {
  display: none!important;
}
}.obs_mob_nav_e9k {
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  background: #17171C;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 80;
  display: flex;
  bottom: 0;
}
@media(min-width: 1081px) {.obs_mob_nav_e9k {
  display: none;
}
}.obs_mob_nav_item_e9k {
  flex: 1;
  padding: 0.25rem 2px;
  gap: 4px;
  align-items: center;
  color: #555560;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}.obs_mob_nav_ic_e9k {
  line-height: 1;
}.obs_mob_nav_ic_e9k svg {
  width: 1.25rem;
  stroke-linejoin: round;
  height: 1.25rem;
  stroke-linecap: round;
}.obs_mob_nav_lb_e9k {
  font-size: 10px;
  font-weight: 600;
  color: #555560;
}.obs_mob_nav_item_e9k.obs_state_active_e9k {
  color: #DA7412;
}.obs_mob_nav_item_e9k.obs_state_active_e9k .obs_mob_nav_lb_e9k {
  color: #DA7412;
}.obs_hero_e9k {
  background: #0E0E11;
  padding: 20px 1rem 0;
}
@media(min-width: 769px) {.obs_hero_e9k {
  padding: 24px 24px 0;
}
}.obs_hero_in_e9k {
  gap: 12px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 857px) {.obs_hero_in_e9k {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1102px) {.obs_hero_in_e9k {
  grid-template-columns: 1fr 340px;
}
}.obs_hero_promo_e9k {
  overflow: hidden;
  background: #131317;
  border-radius: 12px;
  display: flex;
  position: relative;
  min-height: 220px;
  align-items: stretch;
}
@media(min-width: 767px) {.obs_hero_promo_e9k {
  min-height: 280px;
}
}.obs_hero_promo_bg_e9k {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#2B1808 0%,#0E0E11 100%);
  background-size: cover;
  position: absolute;
}.obs_hero_promo_bg_e9k::after {
  background: linear-gradient(90deg,#0E0E11 0%,rgba(0, 0, 0, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.obs_hero_promo_glow_e9k {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(60, 90, 146, 0.22) 0%,transparent 65%);
  right: 60px;
  height: 300px;
  pointer-events: none;
  width: 18.75rem;
  position: absolute;
  top: -40px;
}.obs_hero_promo_ct_e9k {
  padding: 1.75rem 1.5rem 28px 1.75rem;
  position: relative;
  justify-content: center;
  max-width: 480px;
  flex-direction: column;
  z-index: 2;
  display: flex;
}
@media(min-width: 765px) {.obs_hero_promo_ct_e9k {
  padding: 40px 2rem;
}
}.obs_hero_badge_e9k {
  border-radius: 20px;
  border: 1px solid rgba(218, 116, 18, 0.07);
  padding: 5px 12px;
  background: rgba(218, 116, 18, 0.18);
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
  color: #DA7412;
}.obs_hero_h1_e9k {
  font-size: 26px;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.15;
  color: #F4F4F6;
}.obs_hero_h1_e9k em {
  font-style: normal;
  color: #F4B82E;
}
@media(min-width: 770px) {.obs_hero_h1_e9k {
  font-size: 36px;
}
}.obs_hero_sub_e9k {
  margin-bottom: 20px;
  line-height: 1.55;
  font-size: 0.813rem;
  color: #9494A0;
}
@media(min-width:768px) {.obs_hero_sub_e9k {
  font-size: 14px;
}
}.obs_hero_row_e9k {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.obs_hero_cta_e9k {
  transition: background .2s;
  border-radius: 0.5rem;
  background: #20B958;
  padding: 0.813rem 26px;
  box-shadow: 3px 3px 0px rgba(0,0,0,0.5), 0 0 18px rgba(32, 185, 88, 0.45);
  font-weight: 700;
  font-size: 14px;
  color: #0C0C0E;
}.obs_hero_cta_e9k:hover {
  background: #27D468;
}.obs_hero_terms_e9k {
  color: #555560;
  font-size: 0.688rem;
}.obs_hero_game_e9k {
  background: #131317;
  overflow: hidden;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  position: relative;
  flex-direction: column;
}.obs_hero_game_badge_e9k {
  background: rgba(244, 184, 46, 0.14);
  border-radius: 1.25rem;
  padding: 5px 0.625rem;
  border: 1px solid rgba(244, 184, 46, 0.14);
  position: absolute;
  font-size: 10px;
  z-index: 3;
  color: #F4B82E;
  font-weight: 700;
  text-transform: uppercase;
  top: 0.75rem;
  letter-spacing: .06em;
  left: 0.75rem;
}.obs_hero_game_badge_e9k svg {
  margin-right: 0.25rem;
  height: 11px;
  vertical-align: -1px;
  width: 11px;
}.obs_hero_game_img_e9k {
  overflow: hidden;
  background: linear-gradient(135deg,#2B1808,#0E0E11);
  padding-bottom: 60%;
  position: relative;
}.obs_hero_game_img_e9k img {
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}.obs_hero_game_play_e9k {
  transition: opacity .2s;
  background: rgba(0, 0, 0, 0.72);
  inset: 0;
  justify-content: center;
  opacity: 0;
  align-items: center;
  display: flex;
  position: absolute;
}.obs_hero_game_e9k:hover .obs_hero_game_play_e9k {
  opacity: 1;
}.obs_hero_game_play_e9k span {
  background: #DA7412;
  border-radius: 50%;
  display: flex;
  align-items: center;
  height: 3.25rem;
  justify-content: center;
  width: 52px;
}.obs_hero_game_play_e9k span svg {
  margin-left: 2px;
  height: 1.125rem;
  width: 1.125rem;
}.obs_hero_game_info_e9k {
  padding: 0.875rem 16px;
}.obs_hero_game_title_e9k {
  font-size: 15px;
  color: #F4F4F6;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 700;
}.obs_hero_game_provider_e9k {
  font-size: 0.688rem;
  color: #6E6E7C;
}.obs_hero_game_btn_e9k {
  padding: 11px;
  background: #DA7412;
  transition: background .2s;
  border-radius: 8px;
  margin: 12px 1rem 16px;
  font-weight: 700;
  font-size: 0.813rem;
  text-align: center;
  color: #F4F4F6;
  display: block;
}.obs_hero_game_e9k:hover .obs_hero_game_btn_e9k {
  background: #F08828;
}.obs_sbar_e9k {
  padding: 1rem 16px 0;
  background: #0E0E11;
}
@media(min-width: 767px) {.obs_sbar_e9k {
  padding: 1.125rem 24px 0;
}
}.obs_sbar_in_e9k {
  margin: 0 auto;
  max-width: 1320px;
}.obs_sbar_row_e9k {
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
  display: flex;
}.obs_sbar_input_e9k {
  flex: 1;
  transition: border-color .2s;
  gap: 10px;
  padding: 0.688rem 1rem;
  border-radius: 0.5rem;
  background: #131317;
  border: 1px solid rgba(255, 255, 255, 0.10);
  align-items: center;
  color: #6E6E7C;
  cursor: pointer;
  font-size: 0.813rem;
  display: flex;
}.obs_sbar_input_e9k:hover {
  border-color: rgba(218, 116, 18, 0.55);
}.obs_sbar_input_e9k svg {
  height: 0.938rem;
  width: 0.938rem;
  stroke-linecap: round;
  flex-shrink: 0;
  stroke-linejoin: round;
}.obs_sbar_providers_e9k {
  border-radius: 8px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 0.5rem;
  background: #131317;
  padding: 11px 1.125rem;
  white-space: nowrap;
  color: #C8C8D0;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  align-items: center;
}.obs_sbar_providers_e9k:hover {
  border-color: rgba(218, 116, 18, 0.55);
  color: #F4F4F6;
}.obs_sbar_providers_e9k svg {
  stroke-linecap: round;
  height: 14px;
  width: 0.875rem;
  stroke-linejoin: round;
}.obs_sbar_tabs_e9k {
  gap: 6px;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  padding-bottom: 2px;
}.obs_sbar_tabs_e9k::-webkit-scrollbar {
  display: none;
}.obs_sbar_tab_e9k {
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 7px;
  border-radius: 1.25rem;
  white-space: nowrap;
  font-weight: 600;
  align-items: center;
  cursor: pointer;
  color: #9494A0;
  flex-shrink: 0;
  font-size: 0.75rem;
  display: flex;
}.obs_sbar_tab_e9k:hover {
  border-color: rgba(218, 116, 18, 0.55);
  background: rgba(255, 255, 255, 0.07);
  color: #F4F4F6;
}.obs_sbar_tab_e9k.obs_state_active_e9k {
  background: rgba(218, 116, 18, 0.18);
  border-color: rgba(218, 116, 18, 0.07);
  color: #F4F4F6;
}.obs_sbar_tab_ic_e9k svg {
  height: 0.875rem;
  stroke-linecap: round;
  width: 14px;
  stroke-linejoin: round;
}.obs_gcg_e9k {
  background: #0E0E11;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.obs_gcg_e9k {
  padding: 2.75rem 24px 0;
}
}.obs_gcg_in_e9k {
  margin: 0 auto;
  max-width: 1320px;
}.obs_gcg_head_e9k {
  max-width: 720px;
  margin-bottom: 20px;
}.obs_gcg_label_e9k {
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #DA7412;
  text-transform: uppercase;
}.obs_gcg_h2_e9k {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  color: #F4F4F6;
  font-size: 22px;
}
@media(min-width: 769px) {.obs_gcg_h2_e9k {
  font-size: 1.75rem;
}
}.obs_gcg_intro_e9k {
  line-height: 1.6;
  font-size: 13px;
  color: #6E6E7C;
}.obs_gcg_grid_e9k {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.obs_gcg_grid_e9k {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.obs_gcg_grid_e9k {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.obs_gcg_card_e9k {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1.25rem;
  border-radius: 12px;
  transition: transform .2s,border-color .2s;
  flex-direction: column;
  min-height: 240px;
  cursor: pointer;
  justify-content: flex-end;
  position: relative;
  display: flex;
}.obs_gcg_card_e9k:hover {
  transform: translateY(-3px);
  border-color: rgba(218, 116, 18, 0.18);
}.obs_gcg_card_bg_e9k {
  inset: 0;
  z-index: 0;
  position: absolute;
}.obs_gcg_card_bg_e9k::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.obs_gcg_card_ic_e9k {
  border-radius: 0.25rem;
  background: rgba(0,0,0,.45);
  top: 1.125rem;
  right: 18px;
  width: 40px;
  align-items: center;
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  color: #F4F4F6;
  height: 2.5rem;
}.obs_gcg_card_ic_e9k svg {
  stroke-linejoin: round;
  height: 1.25rem;
  stroke-linecap: round;
  width: 1.25rem;
}.obs_gcg_card_ct_e9k {
  z-index: 1;
  position: relative;
}.obs_gcg_card_h_e9k {
  line-height: 1.2;
  font-size: 18px;
  margin-bottom: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  color: #F4F4F6;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.obs_gcg_card_h_e9k {
  font-size: 1.25rem;
}
}.obs_gcg_card_p_e9k {
  line-height: 1.55;
  font-size: 12px;
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
  margin-bottom: 0.625rem;
}.obs_gcg_card_p_e9k strong {
  color: #F4F4F6;
  font-weight: 600;
}.obs_gcg_card_cta_e9k {
  gap: 4px;
  font-weight: 700;
  align-items: center;
  color: #DA7412;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .04em;
}.obs_gcg_card_cta_e9k svg {
  stroke-linejoin: round;
  height: 0.75rem;
  stroke-linecap: round;
  width: 0.75rem;
}.obs_gr_jp_e9k {
  padding: 1.25rem;
  background: linear-gradient(135deg,#1C0E2E 0%,#090909 100%);
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
}.obs_gr_jp_e9k::before {
  background: radial-gradient(circle,rgba(60, 90, 146, 0.22) 0%,transparent 70%);
  border-radius: 50%;
  height: 250px;
  left: -60px;
  width: 15.625rem;
  top: -60px;
  content: '';
  position: absolute;
}.obs_gr_jp_e9k::after {
  background: radial-gradient(circle,rgba(244, 184, 46, 0.14) 0%,transparent 70%);
  border-radius: 50%;
  bottom: -2.5rem;
  content: '';
  height: 200px;
  width: 200px;
  position: absolute;
  right: 0;
}.obs_gr_jp_head_e9k {
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  z-index: 1;
  align-items: flex-start;
  margin-bottom: 16px;
  position: relative;
}.obs_gr_jp_info_e9k {
  flex: 1;
}.obs_gr_jp_label_e9k {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #9C52D8;
  font-size: 0.688rem;
  margin-bottom: 0.375rem;
}.obs_gr_jp_label_e9k svg {
  vertical-align: -2px;
  margin-right: 0.25rem;
  stroke-linecap: round;
  width: 14px;
  height: 0.875rem;
  stroke-linejoin: round;
}.obs_gr_jp_amount_e9k {
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  line-height: 1;
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 4px;
  color: #F4F4F6;
}
@media(min-width: 770px) {.obs_gr_jp_amount_e9k {
  font-size: 40px;
}
}.obs_gr_jp_amount_e9k span {
  color: #F4B82E;
}.obs_gr_jp_seo_e9k {
  overflow-wrap: break-word;
  max-width: 30rem;
  line-height: 1.5;
  color: #9494A0;
  font-size: 0.75rem;
}.obs_gr_jp_cta_e9k {
  padding: 11px 20px;
  background: rgba(60, 90, 146, 0.22);
  border: 1px solid rgba(60, 90, 146, 0.22);
  transition: background .2s;
  border-radius: 0.5rem;
  position: relative;
  color: #F4F4F6;
  align-self: flex-start;
  font-weight: 700;
  z-index: 1;
  flex-shrink: 0;
  white-space: nowrap;
  margin-top: 4px;
  font-size: 0.813rem;
}.obs_gr_jp_cta_e9k:hover {
  background: #3C5A92;
}.obs_ws_e9k {
  background: #0E0E11;
  padding: 32px 16px 0;
}
@media(min-width: 769px) {.obs_ws_e9k {
  padding: 2.25rem 24px 0;
}
}.obs_ws_in_e9k {
  margin: 0 auto;
  max-width: 82.5rem;
}.obs_ws_head_e9k {
  gap: 0.75rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.875rem;
}.obs_ws_title_e9k {
  gap: 0.625rem;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Barlow Condensed', sans-serif;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
  color: #F4F4F6;
}.obs_ws_title_ic_e9k svg {
  color: #F4B82E;
  width: 1.125rem;
  height: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.obs_ws_online_e9k {
  gap: 7px;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  color: #6E6E7C;
}.obs_ws_online_dot_e9k {
  background: #20B958;
  border-radius: 50%;
  width: 0.5rem;
  box-shadow: 0 0 6px rgba(32, 185, 88, 0.16);
  flex-shrink: 0;
  height: 0.5rem;
}.obs_ws_scroll_e9k {
  gap: 8px;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
}.obs_ws_scroll_e9k::-webkit-scrollbar {
  display: none;
}.obs_wc_e9k {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 10px 14px;
  background: #131317;
  gap: 0.625rem;
  align-items: center;
  min-width: 220px;
  display: flex;
  flex-shrink: 0;
}.obs_wc_img_e9k {
  background: #17171C;
  overflow: hidden;
  border-radius: 4px;
  width: 2.25rem;
  flex-shrink: 0;
  height: 2.25rem;
}.obs_wc_img_e9k img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.obs_wc_info_e9k {
  min-width: 0;
}.obs_wc_game_e9k {
  overflow: hidden;
  color: #C8C8D0;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}.obs_wc_player_e9k {
  overflow: hidden;
  color: #555560;
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}.obs_wc_amount_e9k {
  font-weight: 700;
  color: #20B958;
  font-size: 0.813rem;
  margin-left: auto;
  flex-shrink: 0;
  white-space: nowrap;
}.obs_bon_e9k {
  padding: 2.25rem 1rem 0;
  background: #0E0E11;
}
@media(min-width: 771px) {.obs_bon_e9k {
  padding: 2.75rem 24px 0;
}
}.obs_bon_in_e9k {
  margin: 0 auto;
  max-width: 82.5rem;
}.obs_bon_head_e9k {
  margin-bottom: 1.25rem;
}.obs_bon_label_e9k {
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #DA7412;
}.obs_bon_h2_e9k {
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 8px;
  color: #F4F4F6;
}
@media(min-width: 769px) {.obs_bon_h2_e9k {
  font-size: 24px;
}
}.obs_bon_seo_e9k {
  color: #6E6E7C;
  line-height: 1.6;
  overflow-wrap: break-word;
  max-width: 620px;
  font-size: 13px;
}.obs_bon_seo_e9k strong {
  font-weight: 700;
  color: #C8C8D0;
}.obs_bon_seo_e9k a {
  text-decoration: underline;
  color: #DA7412;
}.obs_bon_grid_e9k {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.obs_bon_grid_e9k {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.obs_bon_grid_e9k {
  grid-template-columns: repeat(5,1fr);
}
}.obs_bon_card_e9k {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  padding: 1rem;
  transition: border-color .2s,transform .2s;
  background: #131317;
}.obs_bon_card_e9k:hover {
  border-color: rgba(218, 116, 18, 0.07);
  transform: translateY(-2px);
}.obs_bon_card_ic_e9k svg {
  stroke-linecap: round;
  height: 1.625rem;
  stroke-linejoin: round;
  width: 1.625rem;
}.obs_bon_card_ic_e9k {
  margin-bottom: 0.625rem;
}.obs_bon_card_type_e9k {
  text-transform: uppercase;
  font-size: 0.625rem;
  color: #6E6E7C;
  margin-bottom: 0.375rem;
  font-weight: 700;
  letter-spacing: .06em;
}.obs_bon_card_amount_e9k {
  color: #F4B82E;
  font-weight: 800;
  margin-bottom: 6px;
  line-height: 1.1;
  font-size: 1.125rem;
}.obs_bon_card_name_e9k {
  color: #F4F4F6;
  font-size: 13px;
  font-weight: 600;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}.obs_bon_card_detail_e9k {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  font-size: 0.688rem;
  padding-top: 0.5rem;
  color: #555560;
  line-height: 1.5;
}.obs_prov_e9k {
  background: #0E0E11;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.obs_prov_e9k {
  padding: 2.75rem 1.5rem 0;
}
}.obs_prov_in_e9k {
  margin: 0 auto;
  max-width: 82.5rem;
}.obs_prov_head_e9k {
  margin-bottom: 1rem;
}.obs_prov_label_e9k {
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #DA7412;
  letter-spacing: .08em;
  margin-bottom: 8px;
}.obs_prov_h2_e9k {
  color: #F4F4F6;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 8px;
}
@media(min-width: 769px) {.obs_prov_h2_e9k {
  font-size: 24px;
}
}.obs_prov_seo_e9k {
  color: #6E6E7C;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
  max-width: 38.75rem;
  line-height: 1.6;
  font-size: 13px;
}.obs_prov_seo_e9k strong {
  font-weight: 700;
  color: #C8C8D0;
}.obs_prov_seo_e9k a {
  text-decoration: underline;
  color: #DA7412;
}.obs_prov_grid_e9k {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 638px) {.obs_prov_grid_e9k {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.obs_prov_grid_e9k {
  grid-template-columns: repeat(8,1fr);
}
}.obs_prov_card_e9k {
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s,background .2s;
  border-radius: 0.5rem;
  padding: 0.875rem 0.625rem;
  background: #131317;
  gap: 0.438rem;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
}.obs_prov_card_e9k:hover {
  border-color: rgba(218, 116, 18, 0.55);
  background: #17171C;
}.obs_prov_logo_e9k {
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 0.25rem;
  height: 2.75rem;
  width: 44px;
  justify-content: center;
  display: flex;
  align-items: center;
}.obs_prov_logo_e9k img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.obs_prov_name_e9k {
  font-size: 11px;
  font-weight: 600;
  color: #9494A0;
  text-align: center;
  overflow-wrap: break-word;
}.obs_htp_e9k {
  padding: 36px 16px 0;
  background: #0E0E11;
}
@media(min-width: 765px) {.obs_htp_e9k {
  padding: 44px 24px 0;
}
}.obs_htp_in_e9k {
  margin: 0 auto;
  max-width: 1320px;
}.obs_htp_head_e9k {
  max-width: 45rem;
  margin-bottom: 22px;
}.obs_htp_label_e9k {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #DA7412;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.obs_htp_h2_e9k {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.375rem;
  color: #F4F4F6;
  margin-bottom: 8px;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.obs_htp_h2_e9k {
  font-size: 1.75rem;
}
}.obs_htp_intro_e9k {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #6E6E7C;
}.obs_htp_steps_e9k {
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  counter-reset: none;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.obs_htp_steps_e9k {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.obs_htp_steps_e9k {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.obs_htp_step_e9k {
  background: #17171C;
  padding: 1.25rem 18px 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  flex-direction: column;
  display: flex;
  position: relative;
}.obs_htp_step_num_e9k {
  border-radius: 50%;
  background: #DA7412;
  display: flex;
  height: 1.75rem;
  justify-content: center;
  width: 28px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #0C0C0E;
  top: -0.75rem;
  font-size: 13px;
  position: absolute;
  left: 1.25rem;
  align-items: center;
  font-weight: 800;
}.obs_htp_step_ic_e9k {
  background: rgba(218, 116, 18, 0.18);
  border-radius: 0.25rem;
  margin: 0.5rem 0 0.75rem;
  color: #DA7412;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
}.obs_htp_step_ic_e9k svg {
  height: 1.125rem;
  width: 18px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.obs_htp_step_h_e9k {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #F4F4F6;
  margin-bottom: 0.375rem;
  line-height: 1.25;
  font-weight: 700;
}.obs_htp_step_p_e9k {
  line-height: 1.55;
  color: #6E6E7C;
  font-size: 13px;
  overflow-wrap: break-word;
}.obs_htp_step_p_e9k strong {
  color: #C8C8D0;
  font-weight: 600;
}.obs_htp_cta_e9k {
  border-radius: 0.5rem;
  transition: background .2s;
  background: #20B958;
  padding: 0.813rem 26px;
  color: #0C0C0E;
  display: inline-block;
  font-weight: 700;
  margin-top: 1.25rem;
  font-size: 0.875rem;
}.obs_htp_cta_e9k:hover {
  background: #27D468;
}.obs_app_e9k {
  padding: 36px 16px 0;
  background: #0E0E11;
}
@media(min-width: 767px) {.obs_app_e9k {
  padding: 44px 24px 0;
}
}.obs_app_in_e9k {
  margin: 0 auto;
  max-width: 1320px;
}.obs_app_head_e9k {
  margin-bottom: 1rem;
}.obs_app_label_e9k {
  font-size: 11px;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  color: #DA7412;
}.obs_app_h2_e9k {
  font-weight: 800;
  margin-bottom: 0.375rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  color: #F4F4F6;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.obs_app_h2_e9k {
  font-size: 24px;
}
}.obs_app_sub_e9k {
  overflow-wrap: break-word;
  max-width: 37.5rem;
  line-height: 1.6;
  color: #6E6E7C;
  font-size: 13px;
}.obs_app_sub_e9k strong {
  font-weight: 700;
  color: #C8C8D0;
}.obs_app_cards_e9k {
  gap: 10px;
  display: grid;
  margin-top: 1rem;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.obs_app_cards_e9k {
  grid-template-columns: repeat(3,1fr);
}
}.obs_app_card_e9k {
  border-radius: 0.5rem;
  gap: 16px;
  overflow: hidden;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
}.obs_app_card_ios_e9k {
  background: linear-gradient(135deg,rgba(218, 116, 18, 0.18) 0%,#17171C 100%);
}.obs_app_card_android_e9k {
  background: linear-gradient(135deg,rgba(32, 185, 88, 0.16) 0%,#17171C 100%);
}.obs_app_card_win_e9k {
  background: linear-gradient(135deg,rgba(244, 184, 46, 0.14) 0%,#17171C 100%);
}.obs_app_card_ic_e9k svg {
  stroke-linecap: round;
  height: 2.125rem;
  width: 34px;
  stroke-linejoin: round;
}.obs_app_card_ic_e9k {
  flex-shrink: 0;
  color: #F4F4F6;
}.obs_app_card_os_e9k {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
  color: #6E6E7C;
}.obs_app_card_title_e9k {
  color: #F4F4F6;
  font-weight: 700;
  font-size: 0.938rem;
  line-height: 1.2;
  overflow-wrap: break-word;
  margin-bottom: 6px;
}.obs_app_card_text_e9k {
  color: #6E6E7C;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  line-height: 1.5;
  font-size: 0.75rem;
}.obs_app_card_btn_e9k {
  gap: 0.438rem;
  border-radius: 0.25rem;
  transition: background .2s;
  border: 1px solid rgba(218, 116, 18, 0.55);
  padding: 0.625rem 18px;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 700;
  color: #F4F4F6;
  display: inline-flex;
  align-items: center;
  font-size: 0.813rem;
}.obs_app_card_btn_e9k:hover {
  background: rgba(255, 255, 255, 0.07);
}.obs_reg_e9k {
  background: #0E0E11;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.obs_reg_e9k {
  padding: 44px 1.5rem 0;
}
}.obs_reg_in_e9k {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #17171C;
  margin: 0 auto;
  border-radius: 12px;
  padding: 1.75rem 1.5rem;
  max-width: 1320px;
}
@media(min-width: 766px) {.obs_reg_in_e9k {
  padding: 2.5rem;
}
}.obs_reg_top_e9k {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:860px) {.obs_reg_top_e9k {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.obs_reg_label_e9k {
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  color: #DA7412;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
}.obs_reg_h2_e9k {
  font-size: 22px;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  margin-bottom: 12px;
  color: #F4F4F6;
  line-height: 1.2;
}
@media(min-width: 766px) {.obs_reg_h2_e9k {
  font-size: 1.75rem;
}
}.obs_reg_bonus_e9k {
  background: rgba(244, 184, 46, 0.14);
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  border: 1px solid rgba(244, 184, 46, 0.14);
  border-radius: 8px;
  align-items: center;
  display: inline-flex;
  margin-bottom: 1rem;
}.obs_reg_bonus_amount_e9k {
  color: #F4B82E;
  font-weight: 800;
  font-size: 20px;
}.obs_reg_bonus_text_e9k {
  line-height: 1.35;
  color: #9494A0;
  font-size: 13px;
}.obs_reg_cta_btn_e9k {
  border-radius: 8px;
  padding: 0.875rem 2rem;
  background: #20B958;
  transition: background .2s;
  display: inline-block;
  font-weight: 700;
  color: #0C0C0E;
  margin-bottom: 0.75rem;
  box-shadow: 3px 3px 0px rgba(0,0,0,0.5), 0 0 1.125rem rgba(32, 185, 88, 0.45);
  font-size: 15px;
}.obs_reg_cta_btn_e9k:hover {
  background: #27D468;
}.obs_reg_terms_e9k {
  font-size: 0.688rem;
  color: #555560;
  line-height: 1.5;
}.obs_reg_seo_e9k {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #6E6E7C;
  line-height: 1.65;
  padding-top: 1.25rem;
  margin-top: 20px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.obs_reg_seo_e9k p {
  color: #6E6E7C;
  margin-bottom: 0.625rem;
  font-size: 13px;
  line-height: 1.65;
}.obs_reg_seo_e9k p:last-child {
  margin-bottom: 0;
}.obs_reg_seo_e9k strong {
  font-weight: 700;
  color: #C8C8D0;
}.obs_reg_seo_e9k a {
  transition: color .2s;
  color: #DA7412;
  text-decoration: underline;
}.obs_reg_seo_e9k a:hover {
  color: #F08828;
}.obs_reg_seo_e9k ul,.obs_reg_seo_e9k ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 18px;
}.obs_reg_seo_e9k ol {
  list-style: decimal;
}.obs_reg_seo_e9k li {
  margin-bottom: 0.25rem;
  line-height: 1.65;
  color: #6E6E7C;
  font-size: 0.813rem;
}.obs_reg_seo_e9k table {
  border-collapse: collapse;
  margin-bottom: 0.625rem;
  display: block;
  width: 100%;
  overflow-x: auto;
  font-size: 0.813rem;
}
@media(min-width: 767px) {.obs_reg_seo_e9k table {
  display: table;
}
}.obs_reg_seo_e9k th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  text-align: left;
  font-weight: 700;
  color: #C8C8D0;
}.obs_reg_seo_e9k td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #6E6E7C;
}.obs_reg_steps_e9k {
  gap: 14px;
  display: flex;
  flex-direction: column;
  margin-top: 1.75rem;
}
@media(min-width:860px) {.obs_reg_steps_e9k {
  margin-top: 0;
}
}.obs_reg_step_e9k {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
  border-radius: 0.5rem;
  gap: 0.875rem;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.obs_reg_step_num_e9k {
  border-radius: 50%;
  border: 1px solid rgba(218, 116, 18, 0.07);
  background: rgba(218, 116, 18, 0.18);
  height: 2.125rem;
  align-items: center;
  flex-shrink: 0;
  width: 34px;
  display: flex;
  color: #DA7412;
  font-size: 0.875rem;
  font-weight: 800;
  justify-content: center;
}.obs_reg_step_title_e9k {
  font-weight: 700;
  margin-bottom: 3px;
  color: #F4F4F6;
  font-size: 14px;
}.obs_reg_step_text_e9k {
  font-size: 12px;
  line-height: 1.5;
  color: #6E6E7C;
}.obs_reg_trust_e9k {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 1.25rem;
  flex-wrap: wrap;
  display: flex;
  padding-top: 20px;
}.obs_reg_trust_item_e9k {
  gap: 7px;
  font-size: 0.75rem;
  color: #6E6E7C;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
}.obs_reg_trust_ic_e9k svg {
  stroke-linecap: round;
  color: #DA7412;
  height: 16px;
  stroke-linejoin: round;
  width: 1rem;
}.obs_seo_e9k {
  background: #0E0E11;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.obs_seo_e9k {
  padding: 2.75rem 1.5rem 0;
}
}.obs_seo_in_e9k {
  background: #17171C;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 12px;
  padding: 28px 24px;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.obs_seo_in_e9k {
  padding: 36px 40px;
}
}.obs_seo_label_e9k {
  font-size: 11px;
  color: #DA7412;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.obs_seo_h2_e9k {
  color: #F4F4F6;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
}
@media(min-width: 770px) {.obs_seo_h2_e9k {
  font-size: 1.5rem;
}
}.obs_seo_body_e9k {
  font-size: 14px;
  color: #9494A0;
  line-height: 1.75;
  overflow-wrap: break-word;
}.obs_seo_body_e9k p {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  color: #9494A0;
}.obs_seo_body_e9k p:last-child {
  margin-bottom: 0;
}.obs_seo_body_e9k strong {
  font-weight: 700;
  color: #C8C8D0;
}.obs_seo_body_e9k a {
  transition: color .2s;
  color: #DA7412;
  text-decoration: underline;
}.obs_seo_body_e9k a:hover {
  color: #F08828;
}.obs_seo_body_e9k ul,.obs_seo_body_e9k ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.obs_seo_body_e9k ol {
  list-style: decimal;
}.obs_seo_body_e9k li {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #9494A0;
}.obs_seo_body_e9k table {
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  margin-bottom: 12px;
}
@media(min-width: 769px) {.obs_seo_body_e9k table {
  display: table;
}
}.obs_seo_body_e9k th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #C8C8D0;
}.obs_seo_body_e9k td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #9494A0;
}.obs_seo_cols_e9k {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width:640px) {.obs_seo_cols_e9k {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.obs_seo_cols_e9k {
  grid-template-columns: repeat(3,1fr);
}
}.obs_seo_col_h_e9k {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  color: #C8C8D0;
  font-weight: 700;
}.obs_seo_col_p_e9k {
  overflow-wrap: break-word;
  color: #6E6E7C;
  font-size: 0.813rem;
  line-height: 1.65;
}.obs_seo_stats_e9k {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.obs_seo_stat_e9k {
  border: 1px solid rgba(218, 116, 18, 0.18);
  border-radius: 0.5rem;
  flex: 1;
  padding: 14px 1rem;
  background: rgba(218, 116, 18, 0.07);
  min-width: 140px;
}.obs_seo_stat_val_e9k {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 4px;
  color: #DA7412;
}.obs_seo_stat_lb_e9k {
  color: #6E6E7C;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.obs_seo_e9k {
  background: #0E0E11;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.obs_seo_e9k {
  padding: 44px 24px 0;
}
}.obs_seo_in_e9k {
  margin: 0 auto;
  background: #17171C;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 12px;
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width: 770px) {.obs_seo_in_e9k {
  padding: 36px 40px;
}
}.obs_seo_label_e9k {
  margin-bottom: 0.625rem;
  color: #DA7412;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.obs_seo_h2_e9k {
  color: #F4F4F6;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-size: 1.25rem;
  line-height: 1.25;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
}
@media(min-width: 767px) {.obs_seo_h2_e9k {
  font-size: 1.5rem;
}
}.obs_seo_body_e9k {
  color: #9494A0;
  font-size: 14px;
  overflow-wrap: break-word;
  line-height: 1.75;
}.obs_seo_body_e9k p {
  line-height: 1.75;
  margin-bottom: 12px;
  color: #9494A0;
  font-size: 14px;
}.obs_seo_body_e9k p:last-child {
  margin-bottom: 0;
}.obs_seo_body_e9k strong {
  color: #C8C8D0;
  font-weight: 700;
}.obs_seo_body_e9k a {
  transition: color .2s;
  text-decoration: underline;
  color: #DA7412;
}.obs_seo_body_e9k a:hover {
  color: #F08828;
}.obs_seo_body_e9k ul,.obs_seo_body_e9k ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.obs_seo_body_e9k ol {
  list-style: decimal;
}.obs_seo_body_e9k li {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 6px;
  color: #9494A0;
}.obs_seo_body_e9k table {
  width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 0.75rem;
}
@media(min-width: 769px) {.obs_seo_body_e9k table {
  display: table;
}
}.obs_seo_body_e9k th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C8C8D0;
  font-weight: 700;
  text-align: left;
}.obs_seo_body_e9k td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #9494A0;
}.obs_seo_cols_e9k {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.obs_seo_cols_e9k {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.obs_seo_cols_e9k {
  grid-template-columns: repeat(3,1fr);
}
}.obs_seo_col_h_e9k {
  font-weight: 700;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  color: #C8C8D0;
}.obs_seo_col_p_e9k {
  line-height: 1.65;
  color: #6E6E7C;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.obs_seo_stats_e9k {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.obs_seo_stat_e9k {
  background: rgba(218, 116, 18, 0.07);
  border: 1px solid rgba(218, 116, 18, 0.18);
  flex: 1;
  border-radius: 8px;
  padding: 0.875rem 16px;
  min-width: 140px;
}.obs_seo_stat_val_e9k {
  overflow-wrap: break-word;
  color: #DA7412;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
}.obs_seo_stat_lb_e9k {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #6E6E7C;
}.obs_faq_e9k {
  padding: 2.25rem 16px 0;
  background: #0E0E11;
}
@media(min-width: 770px) {.obs_faq_e9k {
  padding: 44px 24px 0;
}
}.obs_faq_in_e9k {
  margin: 0 auto;
  max-width: 82.5rem;
}.obs_faq_head_e9k {
  margin-bottom: 1.25rem;
}.obs_faq_label_e9k {
  color: #DA7412;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 8px;
}.obs_faq_h2_e9k {
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4F4F6;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
}
@media(min-width: 767px) {.obs_faq_h2_e9k {
  font-size: 1.5rem;
}
}.obs_faq_list_e9k {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.obs_faq_item_e9k {
  border-radius: 0.5rem;
  overflow: hidden;
  background: #17171C;
  border: 1px solid rgba(255, 255, 255, 0.10);
}.obs_faq_q_e9k {
  padding: 16px 20px;
  gap: 12px;
  transition: color .2s;
  font-size: 0.875rem;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 600;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  color: #C8C8D0;
}.obs_faq_q_e9k:hover {
  color: #F4F4F6;
}.obs_faq_q_ic_e9k {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transition: transform .25s;
  flex-shrink: 0;
  width: 24px;
  justify-content: center;
  height: 24px;
  color: #DA7412;
  font-size: 1rem;
  align-items: center;
  display: flex;
}.obs_faq_item_e9k.obs_state_open_e9k .obs_faq_q_ic_e9k {
  transform: rotate(45deg);
}.obs_faq_a_e9k {
  padding: 0 1.25rem 16px;
  overflow-wrap: break-word;
  line-height: 1.7;
  color: #6E6E7C;
  display: none;
  font-size: 0.813rem;
}.obs_faq_item_e9k.obs_state_open_e9k .obs_faq_a_e9k {
  display: block;
}.obs_faq_a_e9k strong {
  color: #C8C8D0;
  font-weight: 700;
}.obs_faq_a_e9k a {
  text-decoration: underline;
  color: #DA7412;
}.obs_faq_a_e9k ul,.obs_faq_a_e9k ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.obs_faq_a_e9k ol {
  list-style: decimal;
}.obs_faq_a_e9k li {
  line-height: 1.6;
  margin-bottom: 4px;
}.obs_faq_a_e9k table {
  margin: 8px 0;
  font-size: 0.75rem;
  display: block;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 765px) {.obs_faq_a_e9k table {
  display: table;
}
}.obs_faq_a_e9k th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 0.5rem;
  text-align: left;
  font-weight: 700;
  color: #C8C8D0;
}.obs_faq_a_e9k td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6E6E7C;
}.obs_seo_e9k {
  background: #0E0E11;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.obs_seo_e9k {
  padding: 44px 24px 0;
}
}.obs_seo_in_e9k {
  padding: 28px 24px;
  margin: 0 auto;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #17171C;
  max-width: 1320px;
}
@media(min-width: 767px) {.obs_seo_in_e9k {
  padding: 2.25rem 2.5rem;
}
}.obs_seo_label_e9k {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 10px;
  color: #DA7412;
  font-weight: 700;
}.obs_seo_h2_e9k {
  color: #F4F4F6;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.875rem;
}
@media(min-width: 770px) {.obs_seo_h2_e9k {
  font-size: 1.5rem;
}
}.obs_seo_body_e9k {
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #9494A0;
}.obs_seo_body_e9k p {
  margin-bottom: 12px;
  color: #9494A0;
  font-size: 0.875rem;
  line-height: 1.75;
}.obs_seo_body_e9k p:last-child {
  margin-bottom: 0;
}.obs_seo_body_e9k strong {
  color: #C8C8D0;
  font-weight: 700;
}.obs_seo_body_e9k a {
  transition: color .2s;
  color: #DA7412;
  text-decoration: underline;
}.obs_seo_body_e9k a:hover {
  color: #F08828;
}.obs_seo_body_e9k ul,.obs_seo_body_e9k ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.obs_seo_body_e9k ol {
  list-style: decimal;
}.obs_seo_body_e9k li {
  margin-bottom: 6px;
  color: #9494A0;
  line-height: 1.75;
  font-size: 0.875rem;
}.obs_seo_body_e9k table {
  display: block;
  font-size: 13px;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 0.75rem;
}
@media(min-width: 771px) {.obs_seo_body_e9k table {
  display: table;
}
}.obs_seo_body_e9k th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  text-align: left;
  font-weight: 700;
  color: #C8C8D0;
}.obs_seo_body_e9k td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9494A0;
}.obs_seo_cols_e9k {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width:640px) {.obs_seo_cols_e9k {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.obs_seo_cols_e9k {
  grid-template-columns: repeat(3,1fr);
}
}.obs_seo_col_h_e9k {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #C8C8D0;
  margin-bottom: 7px;
  font-weight: 700;
}.obs_seo_col_p_e9k {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #6E6E7C;
  line-height: 1.65;
}.obs_seo_stats_e9k {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.obs_seo_stat_e9k {
  padding: 0.875rem 16px;
  flex: 1;
  background: rgba(218, 116, 18, 0.07);
  border-radius: 0.5rem;
  border: 1px solid rgba(218, 116, 18, 0.18);
  min-width: 140px;
}.obs_seo_stat_val_e9k {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 20px;
  color: #DA7412;
}.obs_seo_stat_lb_e9k {
  overflow-wrap: break-word;
  color: #6E6E7C;
  font-size: 0.688rem;
}.obs_ft_e9k {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #090909;
  margin-top: 3rem;
}.obs_ft_support_e9k {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 770px) {.obs_ft_support_e9k {
  padding: 28px 1.5rem;
}
}.obs_ft_support_in_e9k {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  max-width: 1320px;
}.obs_ft_support_main_e9k {
  gap: 16px;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  min-width: 220px;
  display: flex;
}.obs_ft_support_ic_e9k {
  color: #DA7412;
  flex-shrink: 0;
}.obs_ft_support_ic_e9k svg {
  height: 1.875rem;
  width: 30px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.obs_ft_support_text_title_e9k {
  overflow-wrap: break-word;
  margin-bottom: 3px;
  font-weight: 700;
  color: #F4F4F6;
  font-size: 0.938rem;
}.obs_ft_support_text_sub_e9k {
  overflow-wrap: break-word;
  color: #6E6E7C;
  font-size: 12px;
}.obs_ft_support_btn_e9k {
  padding: 11px 22px;
  border-radius: 0.5rem;
  transition: background .2s;
  background: #DA7412;
  font-size: 13px;
  flex-shrink: 0;
  white-space: nowrap;
  color: #F4F4F6;
  font-weight: 700;
}.obs_ft_support_btn_e9k:hover {
  background: #F08828;
}.obs_ft_support_contacts_e9k {
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.obs_ft_support_contact_e9k {
  color: #555560;
  line-height: 1.4;
  font-size: 12px;
}.obs_ft_support_contact_e9k strong {
  color: #9494A0;
  font-weight: 600;
  display: block;
  font-size: 11px;
  margin-bottom: 2px;
}.obs_ft_main_e9k {
  padding: 32px 16px 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 765px) {.obs_ft_main_e9k {
  padding: 40px 1.5rem 32px;
}
}.obs_ft_main_in_e9k {
  margin: 0 auto;
  gap: 1.5rem;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 643px) {.obs_ft_main_in_e9k {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.obs_ft_main_in_e9k {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.obs_ft_col_logo_e9k {
  grid-column: 1/-1;
}
@media(min-width: 1082px) {.obs_ft_col_logo_e9k {
  grid-column: auto;
}
}.obs_ft_logo_e9k {
  gap: 0.563rem;
  color: #F4F4F6;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 800;
  overflow-wrap: break-word;
}.obs_ft_logo_mark_e9k {
  border-radius: 4px;
  overflow: hidden;
  height: 1.875rem;
  width: 1.875rem;
}.obs_ft_logo_mark_e9k img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.obs_ft_logo_sub_e9k {
  color: #555560;
  line-height: 1.55;
  overflow-wrap: break-word;
  max-width: 12.5rem;
  font-size: 0.75rem;
}.obs_ft_col_title_e9k {
  font-weight: 700;
  color: #9494A0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 0.875rem;
}.obs_ft_col_links_e9k {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.obs_ft_col_link_e9k {
  transition: color .2s;
  color: #555560;
  overflow-wrap: break-word;
  font-size: 13px;
}.obs_ft_col_link_e9k:hover {
  color: #C8C8D0;
}.obs_ft_apps_e9k {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.obs_ft_app_card_e9k {
  padding: 10px 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  gap: 10px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s;
  display: flex;
  align-items: center;
}.obs_ft_app_card_e9k:hover {
  border-color: rgba(218, 116, 18, 0.55);
}.obs_ft_app_card_ic_e9k svg {
  width: 1.375rem;
  stroke-linecap: round;
  height: 22px;
  stroke-linejoin: round;
}.obs_ft_app_card_os_e9k {
  font-weight: 600;
  color: #555560;
  font-size: 0.625rem;
}.obs_ft_app_card_action_e9k {
  font-weight: 700;
  font-size: 0.75rem;
  color: #C8C8D0;
}.obs_ft_bot_e9k {
  padding: 20px 1rem;
}
@media(min-width: 766px) {.obs_ft_bot_e9k {
  padding: 20px 24px;
}
}.obs_ft_bot_in_e9k {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1320px;
  display: flex;
}.obs_ft_socials_e9k {
  gap: 8px;
  display: flex;
}.obs_ft_soc_e9k {
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  color: #9494A0;
  justify-content: center;
  height: 2.25rem;
  display: flex;
  width: 2.25rem;
}.obs_ft_soc_e9k svg {
  width: 1rem;
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.obs_ft_soc_e9k:hover {
  background: rgba(255, 255, 255, 0.07);
}.obs_ft_legal_e9k {
  flex: 1;
  min-width: 12.5rem;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  line-height: 1.6;
  color: #7A7A86;
}.obs_ft_legal_e9k strong {
  font-weight: 700;
  color: #9494A0;
}.obs_ft_legal_e9k a {
  color: #9494A0;
  text-decoration: underline;
}.obs_ft_age_e9k {
  border-radius: 50%;
  border: 2px solid #7A7A86;
  font-weight: 800;
  flex-shrink: 0;
  justify-content: center;
  width: 2rem;
  font-size: 11px;
  height: 2rem;
  margin-left: auto;
  display: flex;
  color: #7A7A86;
  align-items: center;
}