html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  padding: 0;
  margin: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #131722;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  min-height: 100vh;
  color: #C4CCDF;
}.ips-layout_hoe {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.ips-page_hoe {
  min-height: 100vh;
  display: flex;
}.ips-main_hoe {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media (min-width: 1078px) {.ips-main_hoe {
  padding-left: 13.75rem;
}
}
@media (max-width: 1077px) {.ips-main_hoe {
  padding-bottom: 4.5rem;
}
}.ips-gc_hoe {
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  background: #161C29;
  border-radius: 8px;
  cursor: pointer;
  flex-shrink: 0;
  width: 140px;
  position: relative;
}
@media(min-width:640px) {.ips-gc_hoe {
  width: 156px;
}
}
@media(min-width: 1077px) {.ips-gc_hoe {
  width: 168px;
}
}.ips-gc_hoe:hover {
  transform: translateY(-3px);
  border-color: rgba(61,126,255,0.08);
}.ips-gc_img_hoe {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.ips-gc_img_hoe img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}.ips-gc_hover_hoe {
  inset: 0;
  transition: opacity .2s;
  background: rgba(10,12,22,0.72);
  justify-content: center;
  position: absolute;
  align-items: center;
  opacity: 0;
  display: flex;
}.ips-gc_hoe:hover .ips-gc_hover_hoe {
  opacity: 1;
}.ips-gc_hover_btn_hoe {
  padding: 0.5rem 1rem;
  border-radius: 5px;
  background: #3D7EFF;
  font-weight: 700;
  font-size: 12px;
  color: #EEF1FA;
}.ips-gc_info_hoe {
  padding: 0.5rem 10px 10px;
}.ips-gc_name_hoe {
  overflow: hidden;
  color: #C4CCDF;
  font-size: 0.75rem;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  font-weight: 600;
}.ips-gc_prov_hoe {
  color: #4E5570;
  font-size: 10px;
}.ips-gc_tag_hoe {
  padding: 2px 7px;
  border-radius: 0.25rem;
  top: 6px;
  left: 0.375rem;
  font-size: 9px;
  font-weight: 700;
  position: absolute;
  z-index: 2;
  letter-spacing: .04em;
  text-transform: uppercase;
}.ips-gc_tag_hot_hoe {
  background: #E93B3B;
  color: #fff;
}.ips-gc_tag_new_hoe {
  background: #21C55D;
  color: #131722;
}.ips-gc_tag_jp_hoe {
  background: #F5A623;
  color: #131722;
}.ips-gc_tag_ex_hoe {
  background: #6448E8;
  color: #fff;
}.ips-gc_tag_live_hoe {
  background: #E93B3B;
  color: #fff;
}.ips-gr_hoe {
  padding: 32px 1rem 0;
  background: #131722;
}
@media(min-width: 767px) {.ips-gr_hoe {
  padding: 36px 24px 0;
}
}.ips-gr_in_hoe {
  margin: 0 auto;
  max-width: 1320px;
}.ips-gr_head_hoe {
  gap: 12px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.ips-gr_head_l_hoe {
  gap: 0.625rem;
  flex: 1;
  min-width: 0;
  align-items: center;
  display: flex;
}.ips-gr_ic_hoe {
  border-radius: 0.5rem;
  height: 32px;
  width: 32px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}.ips-gr_ic_hoe svg {
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
}.ips-gr_title_hoe {
  color: #EEF1FA;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.ips-gr_title_hoe {
  font-size: 18px;
}
}.ips-gr_more_hoe {
  gap: 5px;
  transition: color .2s;
  font-weight: 600;
  font-size: 0.75rem;
  display: flex;
  flex-shrink: 0;
  color: #636B87;
  align-items: center;
  white-space: nowrap;
}.ips-gr_more_hoe:hover {
  color: #3D7EFF;
}.ips-gr_more_hoe svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 12px;
  height: 0.75rem;
}.ips-gr_arrows_hoe {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.ips-gr_arr_hoe {
  background: rgba(255,255,255,0.05);
  transition: background .15s,color .15s;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 5px;
  height: 1.875rem;
  display: flex;
  width: 30px;
  justify-content: center;
  color: #8C96B4;
  align-items: center;
}.ips-gr_arr_hoe:hover {
  background: rgba(255,255,255,0.07);
  color: #EEF1FA;
}.ips-gr_arr_hoe svg {
  stroke-linejoin: round;
  width: 0.813rem;
  stroke-linecap: round;
  height: 13px;
}.ips-gr_seo_h_hoe {
  margin: 0 0 0.375rem;
  font-family: 'Barlow Condensed', sans-serif;
  max-width: 680px;
  color: #C4CCDF;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.813rem;
}
@media(min-width: 770px) {.ips-gr_seo_h_hoe {
  font-size: 14px;
}
}.ips-gr_seo_hoe {
  font-size: 0.75rem;
  line-height: 1.55;
  color: #636B87;
  max-width: 680px;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
}.ips-gr_seo_hoe strong {
  font-weight: 600;
  color: #C4CCDF;
}.ips-gr_scroll_hoe {
  gap: 10px;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 0.625rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.ips-gr_scroll_hoe::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.ips-gr_scroll_hoe {
  gap: 0.75rem;
}
}.ips-tb_hoe {
  background: #111520;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  left: 0;
  height: 3.5rem;
  display: flex;
  position: fixed;
  right: 0;
  z-index: 80;
  top: 0;
  align-items: center;
}.ips-tb_in_hoe {
  gap: 0;
  padding: 0 14px;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}.ips-tb_burger_hoe {
  gap: 0.313rem;
  border-radius: 8px;
  flex-shrink: 0;
  align-items: center;
  width: 38px;
  justify-content: center;
  flex-direction: column;
  margin-right: 8px;
  height: 38px;
  display: flex;
}.ips-tb_burger_hoe:hover {
  background: rgba(255,255,255,0.05);
}.ips-tb_burger_line_hoe {
  border-radius: 1px;
  background: #8C96B4;
  height: 2px;
  display: block;
  width: 18px;
}
@media(min-width: 1082px) {.ips-tb_burger_hoe {
  display: none;
}
}.ips-tb_logo_hoe {
  gap: 9px;
  letter-spacing: -.01em;
  font-weight: 800;
  font-size: 1.125rem;
  color: #EEF1FA;
  margin-right: 20px;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  overflow-wrap: break-word;
}.ips-tb_logo_mark_hoe {
  overflow: hidden;
  border-radius: 8px;
  justify-content: center;
  width: 2rem;
  display: flex;
  align-items: center;
  height: 32px;
}.ips-tb_logo_mark_hoe img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.ips-tb_nav_hoe {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 641px) {.ips-tb_nav_hoe {
  display: flex;
}
}.ips-tb_tab_hoe {
  padding: 8px 14px;
  transition: background .15s,color .15s;
  border-radius: 0.5rem;
  color: #8C96B4;
  font-weight: 600;
  white-space: nowrap;
  font-size: 13px;
}.ips-tb_tab_hoe:hover {
  background: rgba(255,255,255,0.05);
  color: #EEF1FA;
}.ips-tb_tab_hoe.ips-state_active_hoe {
  background: rgba(61,126,255,0.18);
  color: #EEF1FA;
}.ips-tb_right_hoe {
  gap: 8px;
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.ips-tb_login_hoe {
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  border-radius: 0.5rem;
  padding: 0.563rem 16px;
  transition: border-color .2s,color .2s;
  color: #C4CCDF;
  font-weight: 600;
  display: none;
  font-size: 13px;
}.ips-tb_login_hoe:hover {
  border-color: rgba(255,255,255,0.20);
  color: #EEF1FA;
}
@media(min-width: 479px) {.ips-tb_login_hoe {
  display: block;
}
}.ips-tb_reg_hoe {
  padding: 9px 1.125rem;
  transition: background .2s;
  border-radius: 8px;
  background: #21C55D;
  font-size: 0.813rem;
  color: #0B0E1A;
  font-weight: 700;
  white-space: nowrap;
}.ips-tb_reg_hoe:hover {
  background: #29D96A;
}.ips-sb_hoe {
  transform: translateX(-100%);
  background: #1A2030;
  border-right: 1px solid rgba(255,255,255,0.05);
  transition: transform .25s ease;
  overflow-y: auto;
  z-index: 70;
  bottom: 0;
  width: 13.75rem;
  left: 0;
  position: fixed;
  top: 3.5rem;
}.ips-sb_hoe.ips-state_open_hoe {
  transform: translateX(0);
}.ips-sb_hoe::-webkit-scrollbar {
  width: 4px;
}.ips-sb_hoe::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width: 1082px) {.ips-sb_hoe {
  transform: translateX(0);
}
}.ips-sb_auth_hoe {
  padding: 14px 0.75rem 0.625rem;
}.ips-sb_btn_reg_hoe {
  border-radius: 0.5rem;
  background: #21C55D;
  transition: background .2s;
  padding: 11px;
  color: #0B0E1A;
  display: block;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 8px;
  text-align: center;
}.ips-sb_btn_reg_hoe:hover {
  background: #29D96A;
}.ips-sb_btn_login_hoe {
  border-radius: 0.5rem;
  background: rgba(255,255,255,0.05);
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s;
  color: #C4CCDF;
  font-weight: 600;
  display: block;
  text-align: center;
  font-size: 13px;
}.ips-sb_btn_login_hoe:hover {
  border-color: rgba(255,255,255,0.20);
  color: #EEF1FA;
}.ips-sb_promo_hoe {
  border-radius: 0.5rem;
  padding: 12px 0.875rem;
  background: linear-gradient(135deg,#0E1A40,#1A2030);
  overflow: hidden;
  margin: 0 12px 10px;
  border: 1px solid rgba(61,126,255,0.18);
  position: relative;
}.ips-sb_promo_hoe::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(61,126,255,0.18),transparent 70%);
  top: -20px;
  content: '';
  position: absolute;
  width: 5rem;
  right: -20px;
  height: 5rem;
}.ips-sb_promo_title_hoe {
  font-weight: 700;
  color: #3D7EFF;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 0.25rem;
  font-size: 0.688rem;
}.ips-sb_promo_text_hoe {
  overflow-wrap: break-word;
  font-size: 12px;
  color: #EEF1FA;
  font-weight: 600;
  line-height: 1.35;
}.ips-sb_promo_sub_hoe {
  color: #636B87;
  margin-top: 3px;
  font-size: 0.625rem;
}.ips-sb_nav_hoe {
  padding: 0.375rem 0.5rem 1rem;
}.ips-sb_nav_lb_hoe {
  padding: 10px 8px 0.375rem;
  color: #4E5570;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.ips-sb_link_hoe {
  transition: background .15s,color .15s;
  padding: 9px 0.625rem;
  gap: 10px;
  border-radius: 5px;
  display: flex;
  cursor: pointer;
  font-weight: 500;
  color: #8C96B4;
  overflow-wrap: break-word;
  align-items: center;
  font-size: 13px;
}.ips-sb_link_hoe:hover {
  background: rgba(255,255,255,0.05);
  color: #EEF1FA;
}.ips-sb_link_hoe.ips-state_active_hoe {
  background: rgba(61,126,255,0.18);
  color: #EEF1FA;
}.ips-sb_ic_hoe {
  border-radius: 5px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 1.875rem;
}.ips-sb_ic_hoe svg {
  width: 16px;
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
}.ips-sb_ic_1_hoe {
  background: rgba(61,126,255,0.08);
  color: #3D7EFF;
}.ips-sb_ic_2_hoe {
  background: rgba(33,197,93,0.16);
  color: #21C55D;
}.ips-sb_ic_3_hoe {
  background: rgba(245,166,35,0.15);
  color: #F5A623;
}.ips-sb_ic_4_hoe {
  background: rgba(100,72,232,0.20);
  color: #6448E8;
}.ips-sb_ic_5_hoe {
  background: rgba(61,126,255,0.08);
  color: #F0478A;
}.ips-sb_ic_6_hoe {
  background: rgba(100,72,232,0.20);
  color: #9B5CF6;
}.ips-sb_badge_hoe {
  padding: 2px 7px;
  border-radius: 0.313rem;
  background: #F5A623;
  font-size: 9px;
  color: #0B0E1A;
  margin-left: auto;
  font-weight: 700;
}.ips-sb_bot_hoe {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 0.75rem;
  gap: 8px;
  display: flex;
}.ips-sb_lang_hoe,.ips-sb_help_hoe {
  border-radius: 5px;
  border: 1px solid rgba(255,255,255,0.06);
  transition: border-color .2s;
  gap: 6px;
  padding: 9px 0.375rem;
  flex: 1;
  background: rgba(255,255,255,0.05);
  font-size: 0.688rem;
  color: #8C96B4;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}.ips-sb_lang_hoe:hover,.ips-sb_help_hoe:hover {
  border-color: rgba(255,255,255,0.20);
  color: #EEF1FA;
}.ips-sb_lang_hoe svg,.ips-sb_help_hoe svg {
  stroke-linecap: round;
  width: 0.813rem;
  stroke-linejoin: round;
  height: 13px;
}.ips-sb_bd_hoe {
  background: rgba(10,12,22,0.72);
  inset: 0;
  position: fixed;
  display: none;
  z-index: 69;
}.ips-sb_bd_hoe.ips-state_on_hoe {
  display: block;
}
@media(min-width: 1079px) {.ips-sb_bd_hoe {
  display: none!important;
}
}.ips-mob_nav_hoe {
  background: #1A2030;
  border-top: 1px solid rgba(255,255,255,0.10);
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  z-index: 80;
  left: 0;
  display: flex;
  position: fixed;
  right: 0;
  bottom: 0;
}
@media(min-width:1080px) {.ips-mob_nav_hoe {
  display: none;
}
}.ips-mob_nav_item_hoe {
  padding: 0.25rem 2px;
  gap: 0.25rem;
  flex: 1;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  color: #4E5570;
}.ips-mob_nav_ic_hoe {
  line-height: 1;
}.ips-mob_nav_ic_hoe svg {
  stroke-linecap: round;
  height: 20px;
  stroke-linejoin: round;
  width: 20px;
}.ips-mob_nav_lb_hoe {
  font-weight: 600;
  color: #4E5570;
  font-size: 0.625rem;
}.ips-mob_nav_item_hoe.ips-state_active_hoe {
  color: #3D7EFF;
}.ips-mob_nav_item_hoe.ips-state_active_hoe .ips-mob_nav_lb_hoe {
  color: #3D7EFF;
}.ips-hero_hoe {
  background: #131722;
  padding: 20px 16px 0;
}
@media(min-width: 766px) {.ips-hero_hoe {
  padding: 24px 1.5rem 0;
}
}.ips-hero_in_hoe {
  gap: 12px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
}
@media(min-width: 861px) {.ips-hero_in_hoe {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1102px) {.ips-hero_in_hoe {
  grid-template-columns: 1fr 21.25rem;
}
}.ips-hero_promo_hoe {
  overflow: hidden;
  background: #161C29;
  border-radius: 0.875rem;
  display: flex;
  min-height: 220px;
  position: relative;
  align-items: stretch;
}
@media(min-width: 765px) {.ips-hero_promo_hoe {
  min-height: 17.5rem;
}
}.ips-hero_promo_bg_hoe {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#0E1A40 0%,#131722 100%);
  background-size: cover;
  position: absolute;
}.ips-hero_promo_bg_hoe::after {
  background: linear-gradient(90deg,#131722 0%,rgba(10,12,22,0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.ips-hero_promo_glow_hoe {
  background: radial-gradient(circle,rgba(100,72,232,0.20) 0%,transparent 65%);
  border-radius: 50%;
  right: 60px;
  top: -40px;
  pointer-events: none;
  width: 300px;
  position: absolute;
  height: 300px;
}.ips-hero_promo_ct_hoe {
  padding: 1.75rem 24px 28px 1.75rem;
  display: flex;
  justify-content: center;
  max-width: 30rem;
  flex-direction: column;
  z-index: 2;
  position: relative;
}
@media(min-width: 769px) {.ips-hero_promo_ct_hoe {
  padding: 2.5rem 32px;
}
}.ips-hero_badge_hoe {
  padding: 5px 12px;
  background: rgba(61,126,255,0.18);
  border: 1px solid rgba(61,126,255,0.08);
  border-radius: 20px;
  font-size: 10px;
  letter-spacing: .08em;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  color: #3D7EFF;
  font-weight: 700;
}.ips-hero_h1_hoe {
  font-weight: 800;
  color: #EEF1FA;
  font-size: 26px;
  margin-bottom: 0.625rem;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  line-height: 1.15;
}.ips-hero_h1_hoe em {
  font-style: normal;
  color: #F5A623;
}
@media(min-width: 769px) {.ips-hero_h1_hoe {
  font-size: 36px;
}
}.ips-hero_sub_hoe {
  line-height: 1.55;
  font-size: 0.813rem;
  color: #8C96B4;
  margin-bottom: 1.25rem;
}
@media(min-width: 767px) {.ips-hero_sub_hoe {
  font-size: 0.875rem;
}
}.ips-hero_row_hoe {
  gap: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.ips-hero_cta_hoe {
  transition: background .2s;
  background: #21C55D;
  border-radius: 0.5rem;
  padding: 0.813rem 26px;
  font-weight: 700;
  font-size: 14px;
  color: #0B0E1A;
  box-shadow: 0 8px 1.75rem rgba(33,197,93,0.42), inset 0 1px 0 rgba(255,255,255,0.18);
}.ips-hero_cta_hoe:hover {
  background: #29D96A;
}.ips-hero_terms_hoe {
  font-size: 0.688rem;
  color: #4E5570;
}.ips-hero_game_hoe {
  overflow: hidden;
  background: #161C29;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 14px;
  flex-direction: column;
  position: relative;
  display: flex;
}.ips-hero_game_badge_hoe {
  background: rgba(245,166,35,0.15);
  border: 1px solid rgba(245,166,35,0.15);
  padding: 5px 10px;
  border-radius: 1.25rem;
  font-weight: 700;
  z-index: 3;
  top: 12px;
  color: #F5A623;
  text-transform: uppercase;
  font-size: 0.625rem;
  position: absolute;
  left: 0.75rem;
  letter-spacing: .06em;
}.ips-hero_game_badge_hoe svg {
  width: 11px;
  margin-right: 4px;
  vertical-align: -1px;
  height: 11px;
}.ips-hero_game_img_hoe {
  background: linear-gradient(135deg,#0E1A40,#131722);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.ips-hero_game_img_hoe img {
  inset: 0;
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
}.ips-hero_game_play_hoe {
  transition: opacity .2s;
  background: rgba(10,12,22,0.72);
  inset: 0;
  justify-content: center;
  opacity: 0;
  align-items: center;
  position: absolute;
  display: flex;
}.ips-hero_game_hoe:hover .ips-hero_game_play_hoe {
  opacity: 1;
}.ips-hero_game_play_hoe span {
  background: #3D7EFF;
  border-radius: 50%;
  align-items: center;
  height: 52px;
  display: flex;
  justify-content: center;
  width: 52px;
}.ips-hero_game_play_hoe span svg {
  width: 18px;
  margin-left: 2px;
  height: 1.125rem;
}.ips-hero_game_info_hoe {
  padding: 0.875rem 1rem;
}.ips-hero_game_title_hoe {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #EEF1FA;
  margin-bottom: 4px;
  font-size: 0.938rem;
}.ips-hero_game_provider_hoe {
  font-size: 11px;
  color: #636B87;
}.ips-hero_game_btn_hoe {
  background: #3D7EFF;
  margin: 12px 16px 1rem;
  transition: background .2s;
  padding: 11px;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 700;
  display: block;
  font-size: 0.813rem;
  color: #EEF1FA;
}.ips-hero_game_hoe:hover .ips-hero_game_btn_hoe {
  background: #5A93FF;
}.ips-sbar_hoe {
  padding: 1rem 16px 0;
  background: #131722;
}
@media(min-width: 765px) {.ips-sbar_hoe {
  padding: 1.125rem 1.5rem 0;
}
}.ips-sbar_in_hoe {
  margin: 0 auto;
  max-width: 1320px;
}.ips-sbar_row_hoe {
  gap: 10px;
  margin-bottom: 12px;
  flex-wrap: wrap;
  display: flex;
}.ips-sbar_input_hoe {
  flex: 1;
  border: 1px solid rgba(255,255,255,0.10);
  gap: 0.625rem;
  background: #161C29;
  transition: border-color .2s;
  border-radius: 8px;
  padding: 11px 1rem;
  display: flex;
  cursor: pointer;
  color: #636B87;
  font-size: 13px;
  align-items: center;
}.ips-sbar_input_hoe:hover {
  border-color: rgba(255,255,255,0.20);
}.ips-sbar_input_hoe svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  flex-shrink: 0;
  width: 0.938rem;
  height: 0.938rem;
}.ips-sbar_providers_hoe {
  border: 1px solid rgba(255,255,255,0.10);
  background: #161C29;
  gap: 8px;
  transition: border-color .2s;
  padding: 11px 18px;
  border-radius: 0.5rem;
  white-space: nowrap;
  display: flex;
  font-weight: 600;
  color: #C4CCDF;
  font-size: 0.813rem;
  align-items: center;
}.ips-sbar_providers_hoe:hover {
  border-color: rgba(255,255,255,0.20);
  color: #EEF1FA;
}.ips-sbar_providers_hoe svg {
  height: 0.875rem;
  width: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.ips-sbar_tabs_hoe {
  gap: 0.375rem;
  scrollbar-width: none;
  padding-bottom: 2px;
  overflow-x: auto;
  display: flex;
}.ips-sbar_tabs_hoe::-webkit-scrollbar {
  display: none;
}.ips-sbar_tab_hoe {
  border-radius: 1.25rem;
  gap: 7px;
  padding: 8px 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  transition: background .15s,color .15s,border-color .15s;
  color: #8C96B4;
  flex-shrink: 0;
  align-items: center;
  white-space: nowrap;
  display: flex;
  font-size: 12px;
  cursor: pointer;
  font-weight: 600;
}.ips-sbar_tab_hoe:hover {
  border-color: rgba(255,255,255,0.20);
  background: rgba(255,255,255,0.07);
  color: #EEF1FA;
}.ips-sbar_tab_hoe.ips-state_active_hoe {
  background: rgba(61,126,255,0.18);
  border-color: rgba(61,126,255,0.08);
  color: #EEF1FA;
}.ips-sbar_tab_ic_hoe svg {
  height: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.875rem;
}.ips-wy_hoe {
  background: #131722;
  padding: 2rem 1rem 0;
}
@media(min-width: 767px) {.ips-wy_hoe {
  padding: 2.5rem 1.5rem 0;
}
}.ips-wy_in_hoe {
  margin: 0 auto;
  max-width: 82.5rem;
}.ips-wy_head_hoe {
  max-width: 45rem;
  margin-bottom: 1.125rem;
}.ips-wy_label_hoe {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 0.688rem;
  color: #3D7EFF;
  font-weight: 700;
}.ips-wy_h2_hoe {
  font-size: 1.25rem;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 800;
  color: #EEF1FA;
}
@media(min-width:768px) {.ips-wy_h2_hoe {
  font-size: 1.5rem;
}
}.ips-wy_intro_hoe {
  margin: 0;
  font-size: 13px;
  color: #636B87;
  line-height: 1.6;
}.ips-wy_grid_hoe {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.ips-wy_grid_hoe {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.ips-wy_grid_hoe {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.ips-wy_card_hoe {
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.5rem;
  transition: border-color .2s,transform .2s;
  padding: 20px;
  background: #1A2030;
}.ips-wy_card_hoe:hover {
  transform: translateY(-2px);
  border-color: rgba(61,126,255,0.08);
}.ips-wy_card_ic_hoe {
  background: rgba(61,126,255,0.18);
  border-radius: 50%;
  margin-bottom: 14px;
  align-items: center;
  height: 2.75rem;
  color: #3D7EFF;
  display: flex;
  justify-content: center;
  width: 2.75rem;
}.ips-wy_card_ic_hoe svg {
  height: 1.375rem;
  width: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.ips-wy_card_h_hoe {
  margin-bottom: 6px;
  font-size: 0.938rem;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #EEF1FA;
  line-height: 1.25;
}.ips-wy_card_p_hoe {
  font-size: 0.813rem;
  color: #636B87;
  overflow-wrap: break-word;
  line-height: 1.6;
}.ips-wy_card_p_hoe strong {
  color: #C4CCDF;
  font-weight: 600;
}.ips-gr_jp_hoe {
  padding: 1.25rem;
  background: linear-gradient(135deg,#1A1040 0%,#0E0C20 100%);
  border-radius: 0.875rem;
  overflow: hidden;
  position: relative;
}.ips-gr_jp_hoe::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(100,72,232,0.20) 0%,transparent 70%);
  width: 15.625rem;
  content: '';
  position: absolute;
  left: -3.75rem;
  top: -60px;
  height: 250px;
}.ips-gr_jp_hoe::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(245,166,35,0.15) 0%,transparent 70%);
  right: 0;
  width: 200px;
  content: '';
  bottom: -2.5rem;
  height: 200px;
  position: absolute;
}.ips-gr_jp_head_hoe {
  gap: 1rem;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}.ips-gr_jp_info_hoe {
  flex: 1;
}.ips-gr_jp_label_hoe {
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  color: #9B5CF6;
  letter-spacing: .08em;
}.ips-gr_jp_label_hoe svg {
  margin-right: 0.25rem;
  stroke-linejoin: round;
  vertical-align: -2px;
  width: 0.875rem;
  height: 0.875rem;
  stroke-linecap: round;
}.ips-gr_jp_amount_hoe {
  overflow-wrap: break-word;
  line-height: 1;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.25rem;
  color: #EEF1FA;
  font-size: 2rem;
}
@media(min-width: 767px) {.ips-gr_jp_amount_hoe {
  font-size: 2.5rem;
}
}.ips-gr_jp_amount_hoe span {
  color: #F5A623;
}.ips-gr_jp_seo_hoe {
  max-width: 30rem;
  line-height: 1.5;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #8C96B4;
}.ips-gr_jp_cta_hoe {
  border: 1px solid rgba(100,72,232,0.20);
  border-radius: 8px;
  padding: 0.688rem 1.25rem;
  transition: background .2s;
  background: rgba(100,72,232,0.20);
  font-size: 0.813rem;
  white-space: nowrap;
  z-index: 1;
  margin-top: 0.25rem;
  flex-shrink: 0;
  font-weight: 700;
  color: #EEF1FA;
  position: relative;
  align-self: flex-start;
}.ips-gr_jp_cta_hoe:hover {
  background: #6448E8;
}.ips-ws_hoe {
  padding: 2rem 16px 0;
  background: #131722;
}
@media(min-width: 771px) {.ips-ws_hoe {
  padding: 2.25rem 24px 0;
}
}.ips-ws_in_hoe {
  margin: 0 auto;
  max-width: 82.5rem;
}.ips-ws_head_hoe {
  gap: 0.75rem;
  margin-bottom: 0.875rem;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.ips-ws_title_hoe {
  gap: 0.625rem;
  font-size: 16px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #EEF1FA;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  font-weight: 700;
}.ips-ws_title_ic_hoe svg {
  color: #F5A623;
  width: 18px;
  stroke-linejoin: round;
  height: 1.125rem;
  stroke-linecap: round;
}.ips-ws_online_hoe {
  gap: 7px;
  font-size: 0.75rem;
  color: #636B87;
  display: flex;
  align-items: center;
  font-weight: 600;
}.ips-ws_online_dot_hoe {
  background: #21C55D;
  border-radius: 50%;
  flex-shrink: 0;
  height: 0.5rem;
  width: 8px;
  box-shadow: 0 0 0.375rem rgba(33,197,93,0.16);
}.ips-ws_scroll_hoe {
  gap: 0.5rem;
  padding-bottom: 8px;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
}.ips-ws_scroll_hoe::-webkit-scrollbar {
  display: none;
}.ips-wc_hoe {
  padding: 0.625rem 0.875rem;
  border: 1px solid rgba(255,255,255,0.10);
  background: #161C29;
  border-radius: 8px;
  gap: 0.625rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  min-width: 220px;
}.ips-wc_img_hoe {
  overflow: hidden;
  background: #1A2030;
  border-radius: 0.313rem;
  height: 2.25rem;
  width: 2.25rem;
  flex-shrink: 0;
}.ips-wc_img_hoe img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.ips-wc_info_hoe {
  min-width: 0;
}.ips-wc_game_hoe {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #C4CCDF;
  font-weight: 600;
  white-space: nowrap;
  font-size: 12px;
}.ips-wc_player_hoe {
  overflow: hidden;
  white-space: nowrap;
  color: #4E5570;
  font-size: 0.625rem;
  text-overflow: ellipsis;
}.ips-wc_amount_hoe {
  font-weight: 700;
  color: #21C55D;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 13px;
  margin-left: auto;
}.ips-bon_hoe {
  background: #131722;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.ips-bon_hoe {
  padding: 2.75rem 24px 0;
}
}.ips-bon_in_hoe {
  margin: 0 auto;
  max-width: 1320px;
}.ips-bon_head_hoe {
  margin-bottom: 1.25rem;
}.ips-bon_label_hoe {
  text-transform: uppercase;
  color: #3D7EFF;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
}.ips-bon_h2_hoe {
  font-weight: 800;
  color: #EEF1FA;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.5rem;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.ips-bon_h2_hoe {
  font-size: 1.5rem;
}
}.ips-bon_seo_hoe {
  font-size: 13px;
  max-width: 620px;
  line-height: 1.6;
  color: #636B87;
  overflow-wrap: break-word;
}.ips-bon_seo_hoe strong {
  color: #C4CCDF;
  font-weight: 700;
}.ips-bon_seo_hoe a {
  color: #3D7EFF;
  text-decoration: underline;
}.ips-bon_grid_hoe {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.ips-bon_grid_hoe {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.ips-bon_grid_hoe {
  grid-template-columns: repeat(5,1fr);
}
}.ips-bon_card_hoe {
  padding: 1rem;
  border-radius: 8px;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255,255,255,0.10);
  background: #161C29;
}.ips-bon_card_hoe:hover {
  transform: translateY(-2px);
  border-color: rgba(61,126,255,0.08);
}.ips-bon_card_ic_hoe svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.625rem;
  height: 1.625rem;
}.ips-bon_card_ic_hoe {
  margin-bottom: 10px;
}.ips-bon_card_type_hoe {
  color: #636B87;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 0.375rem;
}.ips-bon_card_amount_hoe {
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.1;
  margin-bottom: 6px;
  color: #F5A623;
}.ips-bon_card_name_hoe {
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #EEF1FA;
}.ips-bon_card_detail_hoe {
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 0.688rem;
  padding-top: 0.5rem;
  overflow-wrap: break-word;
  color: #4E5570;
  line-height: 1.5;
}.ips-prov_hoe {
  background: #131722;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.ips-prov_hoe {
  padding: 2.75rem 1.5rem 0;
}
}.ips-prov_in_hoe {
  margin: 0 auto;
  max-width: 1320px;
}.ips-prov_head_hoe {
  margin-bottom: 16px;
}.ips-prov_label_hoe {
  margin-bottom: 8px;
  color: #3D7EFF;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.ips-prov_h2_hoe {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  color: #EEF1FA;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.ips-prov_h2_hoe {
  font-size: 24px;
}
}.ips-prov_seo_hoe {
  color: #636B87;
  max-width: 620px;
  line-height: 1.6;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
  font-size: 13px;
}.ips-prov_seo_hoe strong {
  color: #C4CCDF;
  font-weight: 700;
}.ips-prov_seo_hoe a {
  text-decoration: underline;
  color: #3D7EFF;
}.ips-prov_grid_hoe {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width:640px) {.ips-prov_grid_hoe {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.ips-prov_grid_hoe {
  grid-template-columns: repeat(8,1fr);
}
}.ips-prov_card_hoe {
  border-radius: 0.5rem;
  transition: border-color .2s,background .2s;
  background: #161C29;
  border: 1px solid rgba(255,255,255,0.10);
  padding: 0.875rem 10px;
  gap: 7px;
  display: flex;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
}.ips-prov_card_hoe:hover {
  background: #1A2030;
  border-color: rgba(255,255,255,0.20);
}.ips-prov_logo_hoe {
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  border-radius: 0.313rem;
  height: 2.75rem;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}.ips-prov_logo_hoe img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.ips-prov_name_hoe {
  overflow-wrap: break-word;
  color: #8C96B4;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
}.ips-app_hoe {
  padding: 2.25rem 1rem 0;
  background: #131722;
}
@media(min-width: 771px) {.ips-app_hoe {
  padding: 2.75rem 24px 0;
}
}.ips-app_in_hoe {
  margin: 0 auto;
  max-width: 1320px;
}.ips-app_head_hoe {
  margin-bottom: 16px;
}.ips-app_label_hoe {
  font-weight: 700;
  color: #3D7EFF;
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.ips-app_h2_hoe {
  font-size: 20px;
  margin-bottom: 6px;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #EEF1FA;
}
@media(min-width: 767px) {.ips-app_h2_hoe {
  font-size: 1.5rem;
}
}.ips-app_sub_hoe {
  font-size: 13px;
  line-height: 1.6;
  max-width: 600px;
  color: #636B87;
  overflow-wrap: break-word;
}.ips-app_sub_hoe strong {
  color: #C4CCDF;
  font-weight: 700;
}.ips-app_cards_hoe {
  gap: 0.625rem;
  margin-top: 1rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.ips-app_cards_hoe {
  grid-template-columns: repeat(3,1fr);
}
}.ips-app_card_hoe {
  gap: 1rem;
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 0.5rem;
  position: relative;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.ips-app_card_ios_hoe {
  background: linear-gradient(135deg,rgba(61,126,255,0.18) 0%,#1A2030 100%);
}.ips-app_card_android_hoe {
  background: linear-gradient(135deg,rgba(33,197,93,0.16) 0%,#1A2030 100%);
}.ips-app_card_win_hoe {
  background: linear-gradient(135deg,rgba(245,166,35,0.15) 0%,#1A2030 100%);
}.ips-app_card_ic_hoe svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 34px;
  width: 34px;
}.ips-app_card_ic_hoe {
  color: #EEF1FA;
  flex-shrink: 0;
}.ips-app_card_os_hoe {
  color: #636B87;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
}.ips-app_card_title_hoe {
  color: #EEF1FA;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0.375rem;
}.ips-app_card_text_hoe {
  font-size: 12px;
  color: #636B87;
  line-height: 1.5;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
}.ips-app_card_btn_hoe {
  border: 1px solid rgba(255,255,255,0.20);
  gap: 7px;
  border-radius: 0.313rem;
  transition: background .2s;
  background: rgba(255,255,255,0.12);
  padding: 10px 1.125rem;
  font-size: 0.813rem;
  display: inline-flex;
  font-weight: 700;
  color: #EEF1FA;
  align-items: center;
}.ips-app_card_btn_hoe:hover {
  background: rgba(255,255,255,0.07);
}.ips-reg_hoe {
  background: #131722;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.ips-reg_hoe {
  padding: 44px 24px 0;
}
}.ips-reg_in_hoe {
  border: 1px solid rgba(255,255,255,0.06);
  background: #1A2030;
  padding: 28px 1.5rem;
  margin: 0 auto;
  border-radius: 14px;
  max-width: 1320px;
}
@media(min-width: 769px) {.ips-reg_in_hoe {
  padding: 40px;
}
}.ips-reg_top_hoe {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 857px) {.ips-reg_top_hoe {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.ips-reg_label_hoe {
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-size: 11px;
  color: #3D7EFF;
  text-transform: uppercase;
  font-weight: 700;
}.ips-reg_h2_hoe {
  line-height: 1.2;
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #EEF1FA;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 770px) {.ips-reg_h2_hoe {
  font-size: 28px;
}
}.ips-reg_bonus_hoe {
  padding: 0.625rem 16px;
  gap: 8px;
  border: 1px solid rgba(245,166,35,0.15);
  border-radius: 0.5rem;
  background: rgba(245,166,35,0.15);
  display: inline-flex;
  margin-bottom: 16px;
  align-items: center;
}.ips-reg_bonus_amount_hoe {
  font-size: 1.25rem;
  color: #F5A623;
  font-weight: 800;
}.ips-reg_bonus_text_hoe {
  color: #8C96B4;
  line-height: 1.35;
  font-size: 13px;
}.ips-reg_cta_btn_hoe {
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 0.875rem 32px;
  background: #21C55D;
  display: inline-block;
  color: #0B0E1A;
  box-shadow: 0 8px 28px rgba(33,197,93,0.42), inset 0 1px 0 rgba(255,255,255,0.18);
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 0.938rem;
}.ips-reg_cta_btn_hoe:hover {
  background: #29D96A;
}.ips-reg_terms_hoe {
  line-height: 1.5;
  color: #4E5570;
  font-size: 0.688rem;
}.ips-reg_seo_hoe {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  color: #636B87;
  padding-top: 20px;
  font-size: 13px;
  margin-top: 20px;
  line-height: 1.65;
}.ips-reg_seo_hoe p {
  color: #636B87;
  line-height: 1.65;
  margin-bottom: 10px;
  font-size: 13px;
}.ips-reg_seo_hoe p:last-child {
  margin-bottom: 0;
}.ips-reg_seo_hoe strong {
  font-weight: 700;
  color: #C4CCDF;
}.ips-reg_seo_hoe a {
  transition: color .2s;
  text-decoration: underline;
  color: #3D7EFF;
}.ips-reg_seo_hoe a:hover {
  color: #5A93FF;
}.ips-reg_seo_hoe ul,.ips-reg_seo_hoe ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 18px;
}.ips-reg_seo_hoe ol {
  list-style: decimal;
}.ips-reg_seo_hoe li {
  color: #636B87;
  line-height: 1.65;
  font-size: 0.813rem;
  margin-bottom: 0.25rem;
}.ips-reg_seo_hoe table {
  display: block;
  margin-bottom: 0.625rem;
  border-collapse: collapse;
  font-size: 0.813rem;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 767px) {.ips-reg_seo_hoe table {
  display: table;
}
}.ips-reg_seo_hoe th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.5rem;
  font-weight: 700;
  color: #C4CCDF;
  text-align: left;
}.ips-reg_seo_hoe td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #636B87;
}.ips-reg_steps_hoe {
  gap: 0.875rem;
  flex-direction: column;
  margin-top: 28px;
  display: flex;
}
@media(min-width: 861px) {.ips-reg_steps_hoe {
  margin-top: 0;
}
}.ips-reg_step_hoe {
  padding: 16px;
  background: rgba(255,255,255,0.05);
  gap: 14px;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.06);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.ips-reg_step_num_hoe {
  border: 1px solid rgba(61,126,255,0.08);
  border-radius: 50%;
  background: rgba(61,126,255,0.18);
  color: #3D7EFF;
  font-size: 0.875rem;
  flex-shrink: 0;
  font-weight: 800;
  width: 34px;
  height: 2.125rem;
  justify-content: center;
  display: flex;
  align-items: center;
}.ips-reg_step_title_hoe {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 3px;
  color: #EEF1FA;
}.ips-reg_step_text_hoe {
  font-size: 12px;
  color: #636B87;
  line-height: 1.5;
}.ips-reg_trust_hoe {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 10px;
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  padding-top: 1.25rem;
}.ips-reg_trust_item_hoe {
  gap: 0.438rem;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
  font-size: 12px;
  color: #636B87;
}.ips-reg_trust_ic_hoe svg {
  height: 1rem;
  color: #3D7EFF;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
}.ips-seo_hoe {
  background: #131722;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.ips-seo_hoe {
  padding: 44px 24px 0;
}
}.ips-seo_in_hoe {
  padding: 28px 24px;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.875rem;
  margin: 0 auto;
  background: #1A2030;
  max-width: 1320px;
}
@media(min-width: 769px) {.ips-seo_in_hoe {
  padding: 36px 2.5rem;
}
}.ips-seo_label_hoe {
  font-size: 0.688rem;
  color: #3D7EFF;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.ips-seo_h2_hoe {
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.25;
  color: #EEF1FA;
  margin-bottom: 14px;
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.ips-seo_h2_hoe {
  font-size: 1.5rem;
}
}.ips-seo_body_hoe {
  font-size: 0.875rem;
  color: #8C96B4;
  line-height: 1.75;
  overflow-wrap: break-word;
}.ips-seo_body_hoe p {
  line-height: 1.75;
  margin-bottom: 12px;
  color: #8C96B4;
  font-size: 0.875rem;
}.ips-seo_body_hoe p:last-child {
  margin-bottom: 0;
}.ips-seo_body_hoe strong {
  color: #C4CCDF;
  font-weight: 700;
}.ips-seo_body_hoe a {
  transition: color .2s;
  color: #3D7EFF;
  text-decoration: underline;
}.ips-seo_body_hoe a:hover {
  color: #5A93FF;
}.ips-seo_body_hoe ul,.ips-seo_body_hoe ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.ips-seo_body_hoe ol {
  list-style: decimal;
}.ips-seo_body_hoe li {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #8C96B4;
  margin-bottom: 0.375rem;
}.ips-seo_body_hoe table {
  width: 100%;
  display: block;
  font-size: 13px;
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
}
@media(min-width: 767px) {.ips-seo_body_hoe table {
  display: table;
}
}.ips-seo_body_hoe th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  color: #C4CCDF;
  font-weight: 700;
}.ips-seo_body_hoe td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 12px;
  color: #8C96B4;
}.ips-seo_cols_hoe {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 638px) {.ips-seo_cols_hoe {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.ips-seo_cols_hoe {
  grid-template-columns: repeat(3,1fr);
}
}.ips-seo_col_h_hoe {
  font-weight: 700;
  color: #C4CCDF;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-size: 13px;
}.ips-seo_col_p_hoe {
  line-height: 1.65;
  color: #636B87;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.ips-seo_stats_hoe {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.ips-seo_stat_hoe {
  border: 1px solid rgba(61,126,255,0.18);
  background: rgba(61,126,255,0.08);
  flex: 1;
  border-radius: 8px;
  padding: 0.875rem 16px;
  min-width: 8.75rem;
}.ips-seo_stat_val_hoe {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  color: #3D7EFF;
  margin-bottom: 0.25rem;
}.ips-seo_stat_lb_hoe {
  color: #636B87;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.ips-seo_hoe {
  padding: 2.25rem 1rem 0;
  background: #131722;
}
@media(min-width: 770px) {.ips-seo_hoe {
  padding: 2.75rem 24px 0;
}
}.ips-seo_in_hoe {
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  background: #1A2030;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.875rem;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.ips-seo_in_hoe {
  padding: 36px 2.5rem;
}
}.ips-seo_label_hoe {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 0.688rem;
  font-weight: 700;
  color: #3D7EFF;
}.ips-seo_h2_hoe {
  color: #EEF1FA;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 14px;
}
@media(min-width: 769px) {.ips-seo_h2_hoe {
  font-size: 24px;
}
}.ips-seo_body_hoe {
  color: #8C96B4;
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.ips-seo_body_hoe p {
  line-height: 1.75;
  color: #8C96B4;
  font-size: 14px;
  margin-bottom: 0.75rem;
}.ips-seo_body_hoe p:last-child {
  margin-bottom: 0;
}.ips-seo_body_hoe strong {
  font-weight: 700;
  color: #C4CCDF;
}.ips-seo_body_hoe a {
  transition: color .2s;
  text-decoration: underline;
  color: #3D7EFF;
}.ips-seo_body_hoe a:hover {
  color: #5A93FF;
}.ips-seo_body_hoe ul,.ips-seo_body_hoe ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.ips-seo_body_hoe ol {
  list-style: decimal;
}.ips-seo_body_hoe li {
  margin-bottom: 6px;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #8C96B4;
}.ips-seo_body_hoe table {
  display: block;
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  margin-bottom: 12px;
  overflow-x: auto;
}
@media(min-width: 770px) {.ips-seo_body_hoe table {
  display: table;
}
}.ips-seo_body_hoe th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 12px;
  color: #C4CCDF;
  text-align: left;
  font-weight: 700;
}.ips-seo_body_hoe td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #8C96B4;
}.ips-seo_cols_hoe {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 643px) {.ips-seo_cols_hoe {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.ips-seo_cols_hoe {
  grid-template-columns: repeat(3,1fr);
}
}.ips-seo_col_h_hoe {
  color: #C4CCDF;
  font-size: 13px;
  margin-bottom: 7px;
  font-weight: 700;
  overflow-wrap: break-word;
}.ips-seo_col_p_hoe {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #636B87;
  line-height: 1.65;
}.ips-seo_stats_hoe {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.ips-seo_stat_hoe {
  border-radius: 0.5rem;
  flex: 1;
  background: rgba(61,126,255,0.08);
  padding: 0.875rem 1rem;
  border: 1px solid rgba(61,126,255,0.18);
  min-width: 8.75rem;
}.ips-seo_stat_val_hoe {
  font-weight: 800;
  margin-bottom: 0.25rem;
  color: #3D7EFF;
  overflow-wrap: break-word;
  font-size: 20px;
}.ips-seo_stat_lb_hoe {
  font-size: 0.688rem;
  color: #636B87;
  overflow-wrap: break-word;
}.ips-faq_hoe {
  padding: 2.25rem 1rem 0;
  background: #131722;
}
@media(min-width: 769px) {.ips-faq_hoe {
  padding: 2.75rem 1.5rem 0;
}
}.ips-faq_in_hoe {
  margin: 0 auto;
  max-width: 1320px;
}.ips-faq_head_hoe {
  margin-bottom: 20px;
}.ips-faq_label_hoe {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  color: #3D7EFF;
  letter-spacing: .08em;
}.ips-faq_h2_hoe {
  font-size: 20px;
  overflow-wrap: break-word;
  color: #EEF1FA;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 766px) {.ips-faq_h2_hoe {
  font-size: 1.5rem;
}
}.ips-faq_list_hoe {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.ips-faq_item_hoe {
  overflow: hidden;
  border-radius: 8px;
  background: #1A2030;
  border: 1px solid rgba(255,255,255,0.10);
}.ips-faq_q_hoe {
  padding: 1rem 20px;
  gap: 0.75rem;
  transition: color .2s;
  overflow-wrap: break-word;
  display: flex;
  color: #C4CCDF;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 0.875rem;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}.ips-faq_q_hoe:hover {
  color: #EEF1FA;
}.ips-faq_q_ic_hoe {
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  transition: transform .25s;
  width: 24px;
  justify-content: center;
  color: #3D7EFF;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 24px;
  font-size: 16px;
}.ips-faq_item_hoe.ips-state_open_hoe .ips-faq_q_ic_hoe {
  transform: rotate(45deg);
}.ips-faq_a_hoe {
  padding: 0 20px 1rem;
  color: #636B87;
  line-height: 1.7;
  display: none;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.ips-faq_item_hoe.ips-state_open_hoe .ips-faq_a_hoe {
  display: block;
}.ips-faq_a_hoe strong {
  color: #C4CCDF;
  font-weight: 700;
}.ips-faq_a_hoe a {
  color: #3D7EFF;
  text-decoration: underline;
}.ips-faq_a_hoe ul,.ips-faq_a_hoe ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 20px;
}.ips-faq_a_hoe ol {
  list-style: decimal;
}.ips-faq_a_hoe li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.ips-faq_a_hoe table {
  margin: 8px 0;
  display: block;
  width: 100%;
  font-size: 0.75rem;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 770px) {.ips-faq_a_hoe table {
  display: table;
}
}.ips-faq_a_hoe th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.375rem 0.5rem;
  font-weight: 700;
  text-align: left;
  color: #C4CCDF;
}.ips-faq_a_hoe td {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #636B87;
}.ips-pmt_hoe {
  padding: 2.25rem 16px 0;
  background: #131722;
}
@media(min-width: 769px) {.ips-pmt_hoe {
  padding: 44px 1.5rem 0;
}
}.ips-pmt_in_hoe {
  margin: 0 auto;
  max-width: 82.5rem;
}.ips-pmt_head_hoe {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.ips-pmt_label_hoe {
  font-weight: 700;
  letter-spacing: .08em;
  color: #3D7EFF;
  font-size: 11px;
  margin-bottom: 8px;
  text-transform: uppercase;
}.ips-pmt_h2_hoe {
  font-family: 'Barlow Condensed', sans-serif;
  color: #EEF1FA;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 22px;
}
@media(min-width: 771px) {.ips-pmt_h2_hoe {
  font-size: 28px;
}
}.ips-pmt_intro_hoe {
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #636B87;
  font-size: 14px;
}.ips-pmt_groups_hoe {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}.ips-pmt_group_hoe {
  border: 1px solid rgba(255,255,255,0.10);
  padding: 20px;
  border-radius: 8px;
  background: #1A2030;
}.ips-pmt_group_head_hoe {
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}.ips-pmt_group_ic_hoe {
  border-radius: 5px;
  background: rgba(61,126,255,0.18);
  justify-content: center;
  display: flex;
  align-items: center;
  color: #3D7EFF;
  width: 36px;
  flex-shrink: 0;
  height: 36px;
}.ips-pmt_group_ic_hoe svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 18px;
  height: 18px;
}.ips-pmt_group_h_hoe {
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #EEF1FA;
}.ips-pmt_group_p_hoe {
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 14px;
  color: #636B87;
}.ips-pmt_group_p_hoe strong {
  color: #C4CCDF;
  font-weight: 600;
}.ips-pmt_table_wrap_hoe {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.ips-pmt_table_hoe {
  border-collapse: collapse;
  font-size: 13px;
  width: 100%;
  min-width: 540px;
}.ips-pmt_table_hoe th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 12px;
  font-size: 0.688rem;
  color: #C4CCDF;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  white-space: nowrap;
  text-align: left;
}.ips-pmt_table_hoe td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.75rem;
  color: #636B87;
}.ips-pmt_table_hoe tbody tr:last-child td {
  border-bottom: none;
}.ips-pmt_table_hoe tr:hover td {
  background: rgba(255,255,255,0.05);
  color: #C4CCDF;
}.ips-seo_hoe {
  background: #131722;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.ips-seo_hoe {
  padding: 2.75rem 1.5rem 0;
}
}.ips-seo_in_hoe {
  padding: 28px 1.5rem;
  background: #1A2030;
  margin: 0 auto;
  border-radius: 0.875rem;
  border: 1px solid rgba(255,255,255,0.10);
  max-width: 82.5rem;
}
@media(min-width: 767px) {.ips-seo_in_hoe {
  padding: 36px 40px;
}
}.ips-seo_label_hoe {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  font-weight: 700;
  color: #3D7EFF;
}.ips-seo_h2_hoe {
  line-height: 1.25;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #EEF1FA;
}
@media(min-width: 771px) {.ips-seo_h2_hoe {
  font-size: 24px;
}
}.ips-seo_body_hoe {
  overflow-wrap: break-word;
  color: #8C96B4;
  font-size: 0.875rem;
  line-height: 1.75;
}.ips-seo_body_hoe p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #8C96B4;
}.ips-seo_body_hoe p:last-child {
  margin-bottom: 0;
}.ips-seo_body_hoe strong {
  color: #C4CCDF;
  font-weight: 700;
}.ips-seo_body_hoe a {
  transition: color .2s;
  text-decoration: underline;
  color: #3D7EFF;
}.ips-seo_body_hoe a:hover {
  color: #5A93FF;
}.ips-seo_body_hoe ul,.ips-seo_body_hoe ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.ips-seo_body_hoe ol {
  list-style: decimal;
}.ips-seo_body_hoe li {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.75;
  color: #8C96B4;
}.ips-seo_body_hoe table {
  margin-bottom: 0.75rem;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 13px;
  width: 100%;
  display: block;
}
@media(min-width: 767px) {.ips-seo_body_hoe table {
  display: table;
}
}.ips-seo_body_hoe th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  color: #C4CCDF;
  font-weight: 700;
  text-align: left;
}.ips-seo_body_hoe td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #8C96B4;
}.ips-seo_cols_hoe {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.ips-seo_cols_hoe {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.ips-seo_cols_hoe {
  grid-template-columns: repeat(3,1fr);
}
}.ips-seo_col_h_hoe {
  font-size: 13px;
  color: #C4CCDF;
  margin-bottom: 0.438rem;
  font-weight: 700;
  overflow-wrap: break-word;
}.ips-seo_col_p_hoe {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
  color: #636B87;
}.ips-seo_stats_hoe {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.ips-seo_stat_hoe {
  background: rgba(61,126,255,0.08);
  flex: 1;
  border: 1px solid rgba(61,126,255,0.18);
  border-radius: 0.5rem;
  padding: 0.875rem 16px;
  min-width: 140px;
}.ips-seo_stat_val_hoe {
  margin-bottom: 0.25rem;
  font-weight: 800;
  color: #3D7EFF;
  overflow-wrap: break-word;
  font-size: 20px;
}.ips-seo_stat_lb_hoe {
  color: #636B87;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.ips-ft_hoe {
  border-top: 1px solid rgba(255,255,255,0.05);
  background: #0C0F18;
  margin-top: 3rem;
}.ips-ft_support_hoe {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 766px) {.ips-ft_support_hoe {
  padding: 28px 1.5rem;
}
}.ips-ft_support_in_hoe {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 1320px;
  display: flex;
  align-items: center;
}.ips-ft_support_main_hoe {
  flex: 1;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  min-width: 13.75rem;
}.ips-ft_support_ic_hoe {
  flex-shrink: 0;
  color: #3D7EFF;
}.ips-ft_support_ic_hoe svg {
  stroke-linejoin: round;
  width: 1.875rem;
  stroke-linecap: round;
  height: 1.875rem;
}.ips-ft_support_text_title_hoe {
  color: #EEF1FA;
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 15px;
  overflow-wrap: break-word;
}.ips-ft_support_text_sub_hoe {
  font-size: 0.75rem;
  color: #636B87;
  overflow-wrap: break-word;
}.ips-ft_support_btn_hoe {
  background: #3D7EFF;
  border-radius: 8px;
  transition: background .2s;
  padding: 11px 22px;
  font-size: 13px;
  flex-shrink: 0;
  font-weight: 700;
  white-space: nowrap;
  color: #EEF1FA;
}.ips-ft_support_btn_hoe:hover {
  background: #5A93FF;
}.ips-ft_support_contacts_hoe {
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.ips-ft_support_contact_hoe {
  color: #4E5570;
  line-height: 1.4;
  font-size: 0.75rem;
}.ips-ft_support_contact_hoe strong {
  margin-bottom: 2px;
  font-weight: 600;
  display: block;
  color: #8C96B4;
  font-size: 0.688rem;
}.ips-ft_main_hoe {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 32px 1rem 24px;
}
@media(min-width: 770px) {.ips-ft_main_hoe {
  padding: 40px 24px 2rem;
}
}.ips-ft_main_in_hoe {
  margin: 0 auto;
  gap: 24px;
  max-width: 82.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 643px) {.ips-ft_main_in_hoe {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.ips-ft_main_in_hoe {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.ips-ft_col_logo_hoe {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.ips-ft_col_logo_hoe {
  grid-column: auto;
}
}.ips-ft_logo_hoe {
  gap: 9px;
  align-items: center;
  color: #EEF1FA;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  display: flex;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}.ips-ft_logo_mark_hoe {
  border-radius: 5px;
  overflow: hidden;
  height: 1.875rem;
  width: 1.875rem;
}.ips-ft_logo_mark_hoe img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.ips-ft_logo_sub_hoe {
  line-height: 1.55;
  color: #4E5570;
  max-width: 200px;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.ips-ft_col_title_hoe {
  letter-spacing: .07em;
  color: #8C96B4;
  margin-bottom: 0.875rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
}.ips-ft_col_links_hoe {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.ips-ft_col_link_hoe {
  transition: color .2s;
  font-size: 0.813rem;
  color: #4E5570;
  overflow-wrap: break-word;
}.ips-ft_col_link_hoe:hover {
  color: #C4CCDF;
}.ips-ft_apps_hoe {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.ips-ft_app_card_hoe {
  padding: 0.625rem 0.75rem;
  gap: 0.625rem;
  border-radius: 5px;
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s;
  background: rgba(255,255,255,0.05);
  display: flex;
  align-items: center;
}.ips-ft_app_card_hoe:hover {
  border-color: rgba(255,255,255,0.20);
}.ips-ft_app_card_ic_hoe svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.375rem;
  height: 1.375rem;
}.ips-ft_app_card_os_hoe {
  color: #4E5570;
  font-weight: 600;
  font-size: 10px;
}.ips-ft_app_card_action_hoe {
  font-size: 0.75rem;
  font-weight: 700;
  color: #C4CCDF;
}.ips-ft_bot_hoe {
  padding: 1.25rem 16px;
}
@media(min-width: 769px) {.ips-ft_bot_hoe {
  padding: 1.25rem 1.5rem;
}
}.ips-ft_bot_in_hoe {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 82.5rem;
  display: flex;
  align-items: center;
}.ips-ft_socials_hoe {
  gap: 8px;
  display: flex;
}.ips-ft_soc_hoe {
  border: 1px solid rgba(255,255,255,0.10);
  transition: background .2s;
  background: rgba(255,255,255,0.05);
  border-radius: 0.313rem;
  color: #8C96B4;
  width: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
}.ips-ft_soc_hoe svg {
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
}.ips-ft_soc_hoe:hover {
  background: rgba(255,255,255,0.07);
}.ips-ft_legal_hoe {
  flex: 1;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #7A84A8;
  font-size: 0.688rem;
  min-width: 200px;
}.ips-ft_legal_hoe strong {
  font-weight: 700;
  color: #8C96B4;
}.ips-ft_legal_hoe a {
  text-decoration: underline;
  color: #8C96B4;
}.ips-ft_age_hoe {
  border: 2px solid #7A84A8;
  border-radius: 50%;
  align-items: center;
  font-size: 0.688rem;
  margin-left: auto;
  display: flex;
  height: 32px;
  font-weight: 800;
  flex-shrink: 0;
  justify-content: center;
  color: #7A84A8;
  width: 2rem;
}