*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background-color: #0D0E1F;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  line-height: 1.6;
  font-family: 'Nunito Sans', sans-serif;
  color: #C2BDEA;
}ul,ol {
  list-style: none;
}img,picture,svg {
  display: block;
  max-width: 100%;
}input,button,textarea,select {
  font: inherit;
}button {
  border: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
}a {
  text-decoration: none;
  color: inherit;
}.jce-layout_p3y {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.jce-page_p3y {
  display: flex;
  min-height: 100vh;
}.jce-main_p3y {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media screen and (min-width: 1079px) {.jce-main_p3y {
  padding-left: 220px;
}
}
@media screen and (max-width: 1080px) {.jce-main_p3y {
  padding-bottom: 4.5rem;
}
}.jce-gc_p3y {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #101223;
  transition: transform .2s,border-color .2s;
  border-radius: 0.625rem;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  width: 140px;
}
@media(min-width: 642px) {.jce-gc_p3y {
  width: 156px;
}
}
@media(min-width: 1078px) {.jce-gc_p3y {
  width: 10.5rem;
}
}.jce-gc_p3y:hover {
  border-color: rgba(111, 94, 245, 0.08);
  transform: translateY(-3px);
}.jce-gc_img_p3y {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.jce-gc_img_p3y img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}.jce-gc_hover_p3y {
  background: rgba(8, 9, 21, 0.72);
  transition: opacity .2s;
  inset: 0;
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}.jce-gc_p3y:hover .jce-gc_hover_p3y {
  opacity: 1;
}.jce-gc_hover_btn_p3y {
  padding: 0.5rem 16px;
  background: #6F5EF5;
  border-radius: 0.375rem;
  font-weight: 700;
  color: #EEEAFF;
  font-size: 0.75rem;
}.jce-gc_info_p3y {
  padding: 0.5rem 10px 0.625rem;
}.jce-gc_name_p3y {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  font-weight: 600;
  margin-bottom: 3px;
  white-space: nowrap;
  color: #C2BDEA;
  font-size: 12px;
}.jce-gc_prov_p3y {
  color: #565476;
  font-size: 0.625rem;
}.jce-gc_tag_p3y {
  padding: 2px 0.438rem;
  border-radius: 4px;
  text-transform: uppercase;
  z-index: 2;
  left: 0.375rem;
  position: absolute;
  letter-spacing: .04em;
  font-weight: 700;
  font-size: 0.563rem;
  top: 6px;
}.jce-gc_tag_hot_p3y {
  background: #E53535;
  color: #fff;
}.jce-gc_tag_new_p3y {
  background: #22C55E;
  color: #0D0E1F;
}.jce-gc_tag_jp_p3y {
  background: #F59E0B;
  color: #0D0E1F;
}.jce-gc_tag_ex_p3y {
  background: #9B4DFF;
  color: #fff;
}.jce-gc_tag_live_p3y {
  background: #E53535;
  color: #fff;
}.jce-gr_p3y {
  background: #0D0E1F;
  padding: 32px 1rem 0;
}
@media(min-width: 767px) {.jce-gr_p3y {
  padding: 36px 24px 0;
}
}.jce-gr_in_p3y {
  margin: 0 auto;
  max-width: 1320px;
}.jce-gr_head_p3y {
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  display: flex;
}.jce-gr_head_l_p3y {
  gap: 10px;
  flex: 1;
  align-items: center;
  min-width: 0;
  display: flex;
}.jce-gr_ic_p3y {
  border-radius: 0.625rem;
  display: flex;
  height: 2rem;
  flex-shrink: 0;
  align-items: center;
  width: 2rem;
  justify-content: center;
}.jce-gr_ic_p3y svg {
  stroke-linecap: round;
  height: 16px;
  stroke-linejoin: round;
  width: 1rem;
}.jce-gr_title_p3y {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #EEEAFF;
}
@media(min-width:768px) {.jce-gr_title_p3y {
  font-size: 1.125rem;
}
}.jce-gr_more_p3y {
  gap: 0.313rem;
  transition: color .2s;
  font-weight: 600;
  color: #6B688F;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  white-space: nowrap;
  font-size: 0.75rem;
}.jce-gr_more_p3y:hover {
  color: #6F5EF5;
}.jce-gr_more_p3y svg {
  stroke-linecap: round;
  width: 0.75rem;
  height: 0.75rem;
  stroke-linejoin: round;
}.jce-gr_arrows_p3y {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.jce-gr_arr_p3y {
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  display: flex;
  color: #9390BF;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 30px;
}.jce-gr_arr_p3y:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #EEEAFF;
}.jce-gr_arr_p3y svg {
  width: 13px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.813rem;
}.jce-gr_seo_h_p3y {
  margin: 0 0 6px;
  max-width: 680px;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  color: #C2BDEA;
}
@media(min-width: 766px) {.jce-gr_seo_h_p3y {
  font-size: 0.875rem;
}
}.jce-gr_seo_p3y {
  max-width: 680px;
  color: #6B688F;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  line-height: 1.55;
}.jce-gr_seo_p3y strong {
  color: #C2BDEA;
  font-weight: 600;
}.jce-gr_scroll_p3y {
  gap: 0.625rem;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  padding-bottom: 0.625rem;
  -webkit-overflow-scrolling: touch;
}.jce-gr_scroll_p3y::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.jce-gr_scroll_p3y {
  gap: 0.75rem;
}
}.jce-tb_p3y {
  background: #0D0E1F;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  left: 0;
  display: flex;
  z-index: 80;
  height: 56px;
  position: fixed;
  right: 0;
  top: 0;
  align-items: center;
}.jce-tb_in_p3y {
  gap: 0;
  padding: 0 14px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}.jce-tb_burger_p3y {
  border-radius: 10px;
  gap: 5px;
  flex-direction: column;
  width: 38px;
  display: flex;
  height: 2.375rem;
  justify-content: center;
  margin-right: 0.5rem;
  align-items: center;
  flex-shrink: 0;
}.jce-tb_burger_p3y:hover {
  background: rgba(255, 255, 255, 0.05);
}.jce-tb_burger_line_p3y {
  background: #9390BF;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 1.125rem;
}
@media(min-width: 1083px) {.jce-tb_burger_p3y {
  display: none;
}
}.jce-tb_logo_p3y {
  gap: 9px;
  display: flex;
  font-size: 18px;
  color: #EEEAFF;
  overflow-wrap: break-word;
  font-weight: 800;
  letter-spacing: -.01em;
  align-items: center;
  margin-right: 1.25rem;
  flex-shrink: 0;
}.jce-tb_logo_mark_p3y {
  border-radius: 0.625rem;
  overflow: hidden;
  display: flex;
  height: 2rem;
  width: 32px;
  justify-content: center;
  align-items: center;
}.jce-tb_logo_mark_p3y img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.jce-tb_nav_p3y {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 638px) {.jce-tb_nav_p3y {
  display: flex;
}
}.jce-tb_tab_p3y {
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s;
  border-radius: 10px;
  font-weight: 600;
  white-space: nowrap;
  color: #9390BF;
  font-size: 0.813rem;
}.jce-tb_tab_p3y:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EEEAFF;
}.jce-tb_tab_p3y.jce-state_active_p3y {
  background: rgba(111, 94, 245, 0.18);
  color: #EEEAFF;
}.jce-tb_right_p3y {
  gap: 8px;
  flex-shrink: 0;
  align-items: center;
  margin-left: auto;
  display: flex;
}.jce-tb_login_p3y {
  background: rgba(255, 255, 255, 0.05);
  padding: 9px 1rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s,color .2s;
  font-weight: 600;
  display: none;
  font-size: 0.813rem;
  color: #C2BDEA;
}.jce-tb_login_p3y:hover {
  border-color: rgba(111, 94, 245, 0.60);
  color: #EEEAFF;
}
@media(min-width: 477px) {.jce-tb_login_p3y {
  display: block;
}
}.jce-tb_reg_p3y {
  background: #22C55E;
  padding: 0.563rem 18px;
  transition: background .2s;
  border-radius: 10px;
  font-size: 0.813rem;
  color: #0C0D1E;
  white-space: nowrap;
  font-weight: 700;
}.jce-tb_reg_p3y:hover {
  background: #16A34A;
}.jce-sb_p3y {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  transform: translateX(-100%);
  background: #13152A;
  position: fixed;
  width: 220px;
  z-index: 70;
  top: 56px;
  left: 0;
  overflow-y: auto;
  bottom: 0;
}.jce-sb_p3y.jce-state_open_p3y {
  transform: translateX(0);
}.jce-sb_p3y::-webkit-scrollbar {
  width: 0.25rem;
}.jce-sb_p3y::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1078px) {.jce-sb_p3y {
  transform: translateX(0);
}
}.jce-sb_auth_p3y {
  padding: 14px 12px 10px;
}.jce-sb_btn_reg_p3y {
  transition: background .2s;
  padding: 0.688rem;
  border-radius: 10px;
  background: #22C55E;
  margin-bottom: 8px;
  font-weight: 700;
  color: #0C0D1E;
  text-align: center;
  font-size: 0.813rem;
  display: block;
}.jce-sb_btn_reg_p3y:hover {
  background: #16A34A;
}.jce-sb_btn_login_p3y {
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.625rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: block;
  color: #C2BDEA;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
}.jce-sb_btn_login_p3y:hover {
  border-color: rgba(111, 94, 245, 0.60);
  color: #EEEAFF;
}.jce-sb_promo_p3y {
  background: linear-gradient(135deg,#1A0D3F,#13152A);
  border-radius: 0.625rem;
  overflow: hidden;
  padding: 0.75rem 0.875rem;
  margin: 0 12px 10px;
  border: 1px solid rgba(111, 94, 245, 0.18);
  position: relative;
}.jce-sb_promo_p3y::before {
  background: radial-gradient(circle,rgba(111, 94, 245, 0.18),transparent 70%);
  border-radius: 50%;
  position: absolute;
  right: -20px;
  width: 80px;
  height: 5rem;
  content: '';
  top: -1.25rem;
}.jce-sb_promo_title_p3y {
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .06em;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  color: #6F5EF5;
}.jce-sb_promo_text_p3y {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.35;
  color: #EEEAFF;
  overflow-wrap: break-word;
}.jce-sb_promo_sub_p3y {
  margin-top: 3px;
  color: #6B688F;
  font-size: 10px;
}.jce-sb_nav_p3y {
  padding: 0.375rem 8px 1rem;
}.jce-sb_nav_lb_p3y {
  padding: 10px 8px 0.375rem;
  color: #565476;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 10px;
}.jce-sb_link_p3y {
  padding: 0.563rem 0.625rem;
  border-radius: 6px;
  transition: background .15s,color .15s;
  gap: 0.625rem;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #9390BF;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
}.jce-sb_link_p3y:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EEEAFF;
}.jce-sb_link_p3y.jce-state_active_p3y {
  background: rgba(111, 94, 245, 0.18);
  color: #EEEAFF;
}.jce-sb_ic_p3y {
  border-radius: 6px;
  align-items: center;
  flex-shrink: 0;
  width: 1.875rem;
  display: flex;
  height: 1.875rem;
  justify-content: center;
}.jce-sb_ic_p3y svg {
  height: 16px;
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.jce-sb_ic_1_p3y {
  background: rgba(111, 94, 245, 0.08);
  color: #6F5EF5;
}.jce-sb_ic_2_p3y {
  background: rgba(34, 197, 94, 0.15);
  color: #22C55E;
}.jce-sb_ic_3_p3y {
  background: rgba(245, 158, 11, 0.15);
  color: #F59E0B;
}.jce-sb_ic_4_p3y {
  background: rgba(155, 77, 255, 0.20);
  color: #9B4DFF;
}.jce-sb_ic_5_p3y {
  background: rgba(111, 94, 245, 0.08);
  color: #F472B6;
}.jce-sb_ic_6_p3y {
  background: rgba(155, 77, 255, 0.20);
  color: #8B5CF6;
}.jce-sb_badge_p3y {
  border-radius: 0.375rem;
  padding: 2px 0.438rem;
  background: #F59E0B;
  margin-left: auto;
  font-size: 9px;
  font-weight: 700;
  color: #0C0D1E;
}.jce-sb_bot_p3y {
  gap: 0.5rem;
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.jce-sb_lang_p3y,.jce-sb_help_p3y {
  flex: 1;
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 9px 0.375rem;
  gap: 6px;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  color: #9390BF;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  font-size: 0.688rem;
  display: flex;
}.jce-sb_lang_p3y:hover,.jce-sb_help_p3y:hover {
  border-color: rgba(111, 94, 245, 0.60);
  color: #EEEAFF;
}.jce-sb_lang_p3y svg,.jce-sb_help_p3y svg {
  height: 13px;
  stroke-linejoin: round;
  width: 0.813rem;
  stroke-linecap: round;
}.jce-sb_bd_p3y {
  background: rgba(8, 9, 21, 0.72);
  inset: 0;
  display: none;
  position: fixed;
  z-index: 69;
}.jce-sb_bd_p3y.jce-state_on_p3y {
  display: block;
}
@media(min-width: 1079px) {.jce-sb_bd_p3y {
  display: none!important;
}
}.jce-mob_nav_p3y {
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  background: #13152A;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  bottom: 0;
  display: flex;
  right: 0;
  position: fixed;
  left: 0;
  z-index: 80;
}
@media(min-width: 1082px) {.jce-mob_nav_p3y {
  display: none;
}
}.jce-mob_nav_item_p3y {
  gap: 0.25rem;
  flex: 1;
  padding: 0.25rem 2px;
  flex-direction: column;
  cursor: pointer;
  color: #565476;
  display: flex;
  align-items: center;
}.jce-mob_nav_ic_p3y {
  line-height: 1;
}.jce-mob_nav_ic_p3y svg {
  stroke-linecap: round;
  height: 20px;
  width: 20px;
  stroke-linejoin: round;
}.jce-mob_nav_lb_p3y {
  color: #565476;
  font-weight: 600;
  font-size: 0.625rem;
}.jce-mob_nav_item_p3y.jce-state_active_p3y {
  color: #6F5EF5;
}.jce-mob_nav_item_p3y.jce-state_active_p3y .jce-mob_nav_lb_p3y {
  color: #6F5EF5;
}.jce-hero_p3y {
  background: #0D0E1F;
  padding: 1.25rem 16px 0;
}
@media(min-width: 766px) {.jce-hero_p3y {
  padding: 1.5rem 1.5rem 0;
}
}.jce-hero_in_p3y {
  margin: 0 auto;
  gap: 12px;
  max-width: 82.5rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.jce-hero_in_p3y {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1103px) {.jce-hero_in_p3y {
  grid-template-columns: 1fr 340px;
}
}.jce-hero_promo_p3y {
  overflow: hidden;
  border-radius: 1rem;
  background: #101223;
  min-height: 220px;
  position: relative;
  display: flex;
  align-items: stretch;
}
@media(min-width: 769px) {.jce-hero_promo_p3y {
  min-height: 17.5rem;
}
}.jce-hero_promo_bg_p3y {
  inset: 0;
  background: linear-gradient(120deg,#1A0D3F 0%,#0D0E1F 100%);
  background-position: center;
  background-size: cover;
  position: absolute;
}.jce-hero_promo_bg_p3y::after {
  background: linear-gradient(90deg,#0D0E1F 0%,rgba(8, 9, 21, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.jce-hero_promo_glow_p3y {
  background: radial-gradient(circle,rgba(155, 77, 255, 0.20) 0%,transparent 65%);
  border-radius: 50%;
  right: 60px;
  height: 18.75rem;
  width: 300px;
  position: absolute;
  top: -2.5rem;
  pointer-events: none;
}.jce-hero_promo_ct_p3y {
  padding: 1.75rem 1.5rem 28px 1.75rem;
  z-index: 2;
  justify-content: center;
  display: flex;
  max-width: 480px;
  flex-direction: column;
  position: relative;
}
@media(min-width:768px) {.jce-hero_promo_ct_p3y {
  padding: 40px 32px;
}
}.jce-hero_badge_p3y {
  border-radius: 1.25rem;
  padding: 5px 0.75rem;
  background: rgba(111, 94, 245, 0.18);
  border: 1px solid rgba(111, 94, 245, 0.08);
  display: inline-block;
  color: #6F5EF5;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 700;
}.jce-hero_h1_p3y {
  font-weight: 800;
  margin-bottom: 0.625rem;
  color: #EEEAFF;
  overflow-wrap: break-word;
  font-size: 1.625rem;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.15;
}.jce-hero_h1_p3y em {
  color: #F59E0B;
  font-style: normal;
}
@media(min-width: 770px) {.jce-hero_h1_p3y {
  font-size: 36px;
}
}.jce-hero_sub_p3y {
  line-height: 1.55;
  font-size: 13px;
  margin-bottom: 20px;
  color: #9390BF;
}
@media(min-width: 769px) {.jce-hero_sub_p3y {
  font-size: 0.875rem;
}
}.jce-hero_row_p3y {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.jce-hero_cta_p3y {
  background: #22C55E;
  transition: background .2s;
  border-radius: 0.625rem;
  padding: 0.813rem 26px;
  box-shadow: 0 0.25rem 0.875rem rgba(34, 197, 94, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-size: 14px;
  font-weight: 700;
  color: #0C0D1E;
}.jce-hero_cta_p3y:hover {
  background: #16A34A;
}.jce-hero_terms_p3y {
  font-size: 0.688rem;
  color: #565476;
}.jce-hero_game_p3y {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1rem;
  background: #101223;
  position: relative;
  flex-direction: column;
  display: flex;
}.jce-hero_game_badge_p3y {
  padding: 0.313rem 10px;
  background: rgba(245, 158, 11, 0.15);
  border-radius: 1.25rem;
  border: 1px solid rgba(245, 158, 11, 0.15);
  position: absolute;
  left: 0.75rem;
  z-index: 3;
  color: #F59E0B;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .06em;
  top: 12px;
  font-weight: 700;
}.jce-hero_game_badge_p3y svg {
  width: 11px;
  height: 0.688rem;
  vertical-align: -1px;
  margin-right: 4px;
}.jce-hero_game_img_p3y {
  background: linear-gradient(135deg,#1A0D3F,#0D0E1F);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.jce-hero_game_img_p3y img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}.jce-hero_game_play_p3y {
  background: rgba(8, 9, 21, 0.72);
  transition: opacity .2s;
  inset: 0;
  display: flex;
  justify-content: center;
  opacity: 0;
  position: absolute;
  align-items: center;
}.jce-hero_game_p3y:hover .jce-hero_game_play_p3y {
  opacity: 1;
}.jce-hero_game_play_p3y span {
  background: #6F5EF5;
  border-radius: 50%;
  align-items: center;
  width: 52px;
  display: flex;
  justify-content: center;
  height: 52px;
}.jce-hero_game_play_p3y span svg {
  margin-left: 2px;
  height: 1.125rem;
  width: 18px;
}.jce-hero_game_info_p3y {
  padding: 14px 16px;
}.jce-hero_game_title_p3y {
  font-weight: 700;
  color: #EEEAFF;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  margin-bottom: 4px;
}.jce-hero_game_provider_p3y {
  font-size: 0.688rem;
  color: #6B688F;
}.jce-hero_game_btn_p3y {
  margin: 12px 16px 1rem;
  transition: background .2s;
  background: #6F5EF5;
  border-radius: 10px;
  padding: 11px;
  font-weight: 700;
  color: #EEEAFF;
  font-size: 13px;
  text-align: center;
  display: block;
}.jce-hero_game_p3y:hover .jce-hero_game_btn_p3y {
  background: #5A4AE0;
}.jce-sbar_p3y {
  padding: 1rem 16px 0;
  background: #0D0E1F;
}
@media(min-width: 771px) {.jce-sbar_p3y {
  padding: 1.125rem 24px 0;
}
}.jce-sbar_in_p3y {
  margin: 0 auto;
  max-width: 82.5rem;
}.jce-sbar_row_p3y {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.75rem;
}.jce-sbar_input_p3y {
  gap: 10px;
  padding: 0.688rem 1rem;
  border-radius: 0.625rem;
  background: #101223;
  transition: border-color .2s;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 13px;
  cursor: pointer;
  color: #6B688F;
  display: flex;
  align-items: center;
}.jce-sbar_input_p3y:hover {
  border-color: rgba(111, 94, 245, 0.60);
}.jce-sbar_input_p3y svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.938rem;
  width: 0.938rem;
  flex-shrink: 0;
}.jce-sbar_providers_p3y {
  gap: 0.5rem;
  background: #101223;
  padding: 0.688rem 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s;
  border-radius: 10px;
  white-space: nowrap;
  color: #C2BDEA;
  font-size: 13px;
  align-items: center;
  display: flex;
  font-weight: 600;
}.jce-sbar_providers_p3y:hover {
  border-color: rgba(111, 94, 245, 0.60);
  color: #EEEAFF;
}.jce-sbar_providers_p3y svg {
  stroke-linejoin: round;
  height: 0.875rem;
  stroke-linecap: round;
  width: 0.875rem;
}.jce-sbar_tabs_p3y {
  gap: 6px;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 2px;
  overflow-x: auto;
}.jce-sbar_tabs_p3y::-webkit-scrollbar {
  display: none;
}.jce-sbar_tab_p3y {
  padding: 8px 0.875rem;
  transition: background .15s,color .15s,border-color .15s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1.25rem;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.75rem;
  display: flex;
  color: #9390BF;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
}.jce-sbar_tab_p3y:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(111, 94, 245, 0.60);
  color: #EEEAFF;
}.jce-sbar_tab_p3y.jce-state_active_p3y {
  border-color: rgba(111, 94, 245, 0.08);
  background: rgba(111, 94, 245, 0.18);
  color: #EEEAFF;
}.jce-sbar_tab_ic_p3y svg {
  width: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 14px;
}.jce-gcg_p3y {
  padding: 36px 1rem 0;
  background: #0D0E1F;
}
@media(min-width: 766px) {.jce-gcg_p3y {
  padding: 2.75rem 24px 0;
}
}.jce-gcg_in_p3y {
  margin: 0 auto;
  max-width: 1320px;
}.jce-gcg_head_p3y {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.jce-gcg_label_p3y {
  color: #6F5EF5;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.jce-gcg_h2_p3y {
  font-weight: 800;
  font-size: 1.375rem;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 8px;
  color: #EEEAFF;
}
@media(min-width: 765px) {.jce-gcg_h2_p3y {
  font-size: 28px;
}
}.jce-gcg_intro_p3y {
  font-size: 0.813rem;
  color: #6B688F;
  line-height: 1.6;
}.jce-gcg_grid_p3y {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.jce-gcg_grid_p3y {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.jce-gcg_grid_p3y {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.jce-gcg_card_p3y {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 20px;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  position: relative;
  min-height: 15rem;
  justify-content: flex-end;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}.jce-gcg_card_p3y:hover {
  transform: translateY(-3px);
  border-color: rgba(111, 94, 245, 0.18);
}.jce-gcg_card_bg_p3y {
  inset: 0;
  z-index: 0;
  position: absolute;
}.jce-gcg_card_bg_p3y::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.jce-gcg_card_ic_p3y {
  border-radius: 0.375rem;
  background: rgba(0,0,0,.45);
  right: 1.125rem;
  top: 1.125rem;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  position: absolute;
  display: flex;
  z-index: 2;
  color: #EEEAFF;
}.jce-gcg_card_ic_p3y svg {
  height: 1.25rem;
  width: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.jce-gcg_card_ct_p3y {
  z-index: 1;
  position: relative;
}.jce-gcg_card_h_p3y {
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  color: #EEEAFF;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 767px) {.jce-gcg_card_h_p3y {
  font-size: 20px;
}
}.jce-gcg_card_p_p3y {
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
  line-height: 1.55;
}.jce-gcg_card_p_p3y strong {
  font-weight: 600;
  color: #EEEAFF;
}.jce-gcg_card_cta_p3y {
  gap: 0.25rem;
  text-transform: uppercase;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 700;
  align-items: center;
  color: #6F5EF5;
  letter-spacing: .04em;
}.jce-gcg_card_cta_p3y svg {
  stroke-linejoin: round;
  height: 12px;
  width: 0.75rem;
  stroke-linecap: round;
}.jce-ws_p3y {
  background: #0D0E1F;
  padding: 32px 1rem 0;
}
@media(min-width: 769px) {.jce-ws_p3y {
  padding: 36px 24px 0;
}
}.jce-ws_in_p3y {
  margin: 0 auto;
  max-width: 1320px;
}.jce-ws_head_p3y {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.875rem;
  flex-wrap: wrap;
  justify-content: space-between;
}.jce-ws_title_p3y {
  gap: 0.625rem;
  flex-wrap: wrap;
  color: #EEEAFF;
  font-weight: 700;
  font-size: 1rem;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
  font-family: 'Barlow Condensed', sans-serif;
}.jce-ws_title_ic_p3y svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 18px;
  color: #F59E0B;
  width: 18px;
}.jce-ws_online_p3y {
  gap: 0.438rem;
  font-weight: 600;
  font-size: 12px;
  align-items: center;
  display: flex;
  color: #6B688F;
}.jce-ws_online_dot_p3y {
  border-radius: 50%;
  background: #22C55E;
  width: 8px;
  flex-shrink: 0;
  height: 0.5rem;
  box-shadow: 0 0 6px rgba(34, 197, 94, 0.15);
}.jce-ws_scroll_p3y {
  gap: 0.5rem;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
  display: flex;
  overflow-x: auto;
}.jce-ws_scroll_p3y::-webkit-scrollbar {
  display: none;
}.jce-wc_p3y {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0.625rem 0.875rem;
  border-radius: 10px;
  background: #101223;
  gap: 0.625rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  min-width: 220px;
}.jce-wc_img_p3y {
  overflow: hidden;
  border-radius: 6px;
  background: #13152A;
  height: 2.25rem;
  flex-shrink: 0;
  width: 2.25rem;
}.jce-wc_img_p3y img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.jce-wc_info_p3y {
  min-width: 0;
}.jce-wc_game_p3y {
  overflow: hidden;
  font-size: 12px;
  color: #C2BDEA;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}.jce-wc_player_p3y {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #565476;
  font-size: 10px;
}.jce-wc_amount_p3y {
  font-size: 0.813rem;
  white-space: nowrap;
  margin-left: auto;
  color: #22C55E;
  font-weight: 700;
  flex-shrink: 0;
}.jce-reg_p3y {
  background: #0D0E1F;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.jce-reg_p3y {
  padding: 44px 1.5rem 0;
}
}.jce-reg_in_p3y {
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
  background: #13152A;
  max-width: 1320px;
}
@media(min-width: 765px) {.jce-reg_in_p3y {
  padding: 2.5rem;
}
}.jce-reg_top_p3y {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 862px) {.jce-reg_top_p3y {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.jce-reg_label_p3y {
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6F5EF5;
  margin-bottom: 10px;
  font-size: 11px;
}.jce-reg_h2_p3y {
  line-height: 1.2;
  font-weight: 800;
  color: #EEEAFF;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.jce-reg_h2_p3y {
  font-size: 1.75rem;
}
}.jce-reg_bonus_p3y {
  padding: 0.625rem 1rem;
  border-radius: 0.625rem;
  background: rgba(245, 158, 11, 0.15);
  gap: 0.5rem;
  border: 1px solid rgba(245, 158, 11, 0.15);
  align-items: center;
  display: inline-flex;
  margin-bottom: 16px;
}.jce-reg_bonus_amount_p3y {
  font-weight: 800;
  font-size: 1.25rem;
  color: #F59E0B;
}.jce-reg_bonus_text_p3y {
  font-size: 0.813rem;
  color: #9390BF;
  line-height: 1.35;
}.jce-reg_cta_btn_p3y {
  transition: background .2s;
  border-radius: 0.625rem;
  background: #22C55E;
  padding: 14px 32px;
  margin-bottom: 0.75rem;
  font-size: 15px;
  box-shadow: 0 4px 0.875rem rgba(34, 197, 94, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-weight: 700;
  color: #0C0D1E;
  display: inline-block;
}.jce-reg_cta_btn_p3y:hover {
  background: #16A34A;
}.jce-reg_terms_p3y {
  line-height: 1.5;
  color: #565476;
  font-size: 11px;
}.jce-reg_seo_p3y {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #6B688F;
  margin-top: 1.25rem;
}.jce-reg_seo_p3y p {
  color: #6B688F;
  line-height: 1.65;
  margin-bottom: 0.625rem;
  font-size: 13px;
}.jce-reg_seo_p3y p:last-child {
  margin-bottom: 0;
}.jce-reg_seo_p3y strong {
  color: #C2BDEA;
  font-weight: 700;
}.jce-reg_seo_p3y a {
  transition: color .2s;
  color: #6F5EF5;
  text-decoration: underline;
}.jce-reg_seo_p3y a:hover {
  color: #5A4AE0;
}.jce-reg_seo_p3y ul,.jce-reg_seo_p3y ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 18px;
}.jce-reg_seo_p3y ol {
  list-style: decimal;
}.jce-reg_seo_p3y li {
  line-height: 1.65;
  color: #6B688F;
  margin-bottom: 4px;
  font-size: 0.813rem;
}.jce-reg_seo_p3y table {
  width: 100%;
  display: block;
  margin-bottom: 0.625rem;
  font-size: 13px;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 770px) {.jce-reg_seo_p3y table {
  display: table;
}
}.jce-reg_seo_p3y th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  font-weight: 700;
  text-align: left;
  color: #C2BDEA;
}.jce-reg_seo_p3y td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6B688F;
}.jce-reg_steps_p3y {
  gap: 14px;
  display: flex;
  flex-direction: column;
  margin-top: 1.75rem;
}
@media(min-width: 861px) {.jce-reg_steps_p3y {
  margin-top: 0;
}
}.jce-reg_step_p3y {
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  gap: 14px;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.jce-reg_step_num_p3y {
  border-radius: 50%;
  background: rgba(111, 94, 245, 0.18);
  border: 1px solid rgba(111, 94, 245, 0.08);
  justify-content: center;
  flex-shrink: 0;
  height: 34px;
  font-size: 14px;
  font-weight: 800;
  display: flex;
  align-items: center;
  color: #6F5EF5;
  width: 34px;
}.jce-reg_step_title_p3y {
  color: #EEEAFF;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 3px;
}.jce-reg_step_text_p3y {
  font-size: 12px;
  color: #6B688F;
  line-height: 1.5;
}.jce-reg_trust_p3y {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  padding-top: 1.25rem;
  margin-top: 20px;
}.jce-reg_trust_item_p3y {
  gap: 0.438rem;
  font-size: 0.75rem;
  display: flex;
  overflow-wrap: break-word;
  color: #6B688F;
  align-items: center;
}.jce-reg_trust_ic_p3y svg {
  stroke-linejoin: round;
  color: #6F5EF5;
  stroke-linecap: round;
  height: 16px;
  width: 1rem;
}.jce-htp_p3y {
  padding: 2.25rem 1rem 0;
  background: #0D0E1F;
}
@media(min-width: 765px) {.jce-htp_p3y {
  padding: 44px 24px 0;
}
}.jce-htp_in_p3y {
  margin: 0 auto;
  max-width: 82.5rem;
}.jce-htp_head_p3y {
  max-width: 45rem;
  margin-bottom: 22px;
}.jce-htp_label_p3y {
  letter-spacing: .08em;
  color: #6F5EF5;
  margin-bottom: 0.5rem;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}.jce-htp_h2_p3y {
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #EEEAFF;
  font-size: 22px;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 766px) {.jce-htp_h2_p3y {
  font-size: 1.75rem;
}
}.jce-htp_intro_p3y {
  font-size: 0.875rem;
  color: #6B688F;
  line-height: 1.6;
}.jce-htp_steps_p3y {
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0.75rem;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.jce-htp_steps_p3y {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.jce-htp_steps_p3y {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.jce-htp_step_p3y {
  padding: 1.25rem 1.125rem 18px;
  border-radius: 0.625rem;
  background: #13152A;
  border: 1px solid rgba(255, 255, 255, 0.11);
  flex-direction: column;
  display: flex;
  position: relative;
}.jce-htp_step_num_p3y {
  border-radius: 50%;
  background: #6F5EF5;
  left: 20px;
  align-items: center;
  width: 28px;
  font-family: 'Barlow Condensed', sans-serif;
  justify-content: center;
  top: -12px;
  height: 1.75rem;
  font-weight: 800;
  position: absolute;
  font-size: 13px;
  display: flex;
  color: #0C0D1E;
}.jce-htp_step_ic_p3y {
  margin: 0.5rem 0 0.75rem;
  background: rgba(111, 94, 245, 0.18);
  border-radius: 0.375rem;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 2.25rem;
  color: #6F5EF5;
  height: 36px;
}.jce-htp_step_ic_p3y svg {
  width: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.125rem;
}.jce-htp_step_h_p3y {
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  color: #EEEAFF;
  margin-bottom: 0.375rem;
}.jce-htp_step_p_p3y {
  overflow-wrap: break-word;
  color: #6B688F;
  line-height: 1.55;
  font-size: 0.813rem;
}.jce-htp_step_p_p3y strong {
  color: #C2BDEA;
  font-weight: 600;
}.jce-htp_cta_p3y {
  background: #22C55E;
  border-radius: 0.625rem;
  padding: 13px 26px;
  transition: background .2s;
  color: #0C0D1E;
  margin-top: 20px;
  font-weight: 700;
  display: inline-block;
  font-size: 0.875rem;
}.jce-htp_cta_p3y:hover {
  background: #16A34A;
}.jce-bon_p3y {
  padding: 36px 1rem 0;
  background: #0D0E1F;
}
@media(min-width: 769px) {.jce-bon_p3y {
  padding: 44px 1.5rem 0;
}
}.jce-bon_in_p3y {
  margin: 0 auto;
  max-width: 1320px;
}.jce-bon_head_p3y {
  margin-bottom: 1.25rem;
}.jce-bon_label_p3y {
  color: #6F5EF5;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 8px;
  font-weight: 700;
}.jce-bon_h2_p3y {
  margin-bottom: 0.5rem;
  color: #EEEAFF;
  font-size: 1.25rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.jce-bon_h2_p3y {
  font-size: 1.5rem;
}
}.jce-bon_seo_p3y {
  line-height: 1.6;
  color: #6B688F;
  overflow-wrap: break-word;
  max-width: 620px;
  font-size: 13px;
}.jce-bon_seo_p3y strong {
  font-weight: 700;
  color: #C2BDEA;
}.jce-bon_seo_p3y a {
  text-decoration: underline;
  color: #6F5EF5;
}.jce-bon_grid_p3y {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 638px) {.jce-bon_grid_p3y {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.jce-bon_grid_p3y {
  grid-template-columns: repeat(5,1fr);
}
}.jce-bon_card_p3y {
  background: #101223;
  border-radius: 0.625rem;
  padding: 1rem;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.jce-bon_card_p3y:hover {
  transform: translateY(-2px);
  border-color: rgba(111, 94, 245, 0.08);
}.jce-bon_card_ic_p3y svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 26px;
  height: 1.625rem;
}.jce-bon_card_ic_p3y {
  margin-bottom: 10px;
}.jce-bon_card_type_p3y {
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .06em;
  color: #6B688F;
}.jce-bon_card_amount_p3y {
  font-size: 18px;
  color: #F59E0B;
  margin-bottom: 6px;
  font-weight: 800;
  line-height: 1.1;
}.jce-bon_card_name_p3y {
  font-size: 0.813rem;
  color: #EEEAFF;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 600;
}.jce-bon_card_detail_p3y {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 11px;
  padding-top: 8px;
  overflow-wrap: break-word;
  color: #565476;
  line-height: 1.5;
}.jce-prov_p3y {
  background: #0D0E1F;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.jce-prov_p3y {
  padding: 2.75rem 1.5rem 0;
}
}.jce-prov_in_p3y {
  margin: 0 auto;
  max-width: 82.5rem;
}.jce-prov_head_p3y {
  margin-bottom: 1rem;
}.jce-prov_label_p3y {
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  color: #6F5EF5;
}.jce-prov_h2_p3y {
  overflow-wrap: break-word;
  color: #EEEAFF;
  font-size: 1.25rem;
  margin-bottom: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
}
@media(min-width: 771px) {.jce-prov_h2_p3y {
  font-size: 1.5rem;
}
}.jce-prov_seo_p3y {
  line-height: 1.6;
  color: #6B688F;
  font-size: 0.813rem;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  margin-bottom: 16px;
}.jce-prov_seo_p3y strong {
  color: #C2BDEA;
  font-weight: 700;
}.jce-prov_seo_p3y a {
  color: #6F5EF5;
  text-decoration: underline;
}.jce-prov_grid_p3y {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 641px) {.jce-prov_grid_p3y {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.jce-prov_grid_p3y {
  grid-template-columns: repeat(8,1fr);
}
}.jce-prov_card_p3y {
  border: 1px solid rgba(255, 255, 255, 0.11);
  gap: 7px;
  transition: border-color .2s,background .2s;
  padding: 0.875rem 10px;
  border-radius: 0.625rem;
  background: #101223;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
}.jce-prov_card_p3y:hover {
  border-color: rgba(111, 94, 245, 0.60);
  background: #13152A;
}.jce-prov_logo_p3y {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  justify-content: center;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
}.jce-prov_logo_p3y img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.jce-prov_name_p3y {
  font-weight: 600;
  color: #9390BF;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  text-align: center;
}.jce-app_p3y {
  background: #0D0E1F;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.jce-app_p3y {
  padding: 44px 1.5rem 0;
}
}.jce-app_in_p3y {
  margin: 0 auto;
  max-width: 82.5rem;
}.jce-app_head_p3y {
  margin-bottom: 16px;
}.jce-app_label_p3y {
  margin-bottom: 0.5rem;
  color: #6F5EF5;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
}.jce-app_h2_p3y {
  font-weight: 800;
  color: #EEEAFF;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
}
@media(min-width: 769px) {.jce-app_h2_p3y {
  font-size: 24px;
}
}.jce-app_sub_p3y {
  line-height: 1.6;
  font-size: 0.813rem;
  max-width: 37.5rem;
  overflow-wrap: break-word;
  color: #6B688F;
}.jce-app_sub_p3y strong {
  font-weight: 700;
  color: #C2BDEA;
}.jce-app_cards_p3y {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 1rem;
}
@media(min-width:640px) {.jce-app_cards_p3y {
  grid-template-columns: repeat(3,1fr);
}
}.jce-app_card_p3y {
  padding: 1.25rem;
  border-radius: 0.625rem;
  overflow: hidden;
  gap: 1rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}.jce-app_card_ios_p3y {
  background: linear-gradient(135deg,rgba(111, 94, 245, 0.18) 0%,#13152A 100%);
}.jce-app_card_android_p3y {
  background: linear-gradient(135deg,rgba(34, 197, 94, 0.15) 0%,#13152A 100%);
}.jce-app_card_win_p3y {
  background: linear-gradient(135deg,rgba(245, 158, 11, 0.15) 0%,#13152A 100%);
}.jce-app_card_ic_p3y svg {
  stroke-linecap: round;
  height: 2.125rem;
  width: 2.125rem;
  stroke-linejoin: round;
}.jce-app_card_ic_p3y {
  color: #EEEAFF;
  flex-shrink: 0;
}.jce-app_card_os_p3y {
  color: #6B688F;
  text-transform: uppercase;
  font-size: 0.625rem;
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  font-weight: 700;
}.jce-app_card_title_p3y {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  color: #EEEAFF;
  overflow-wrap: break-word;
  margin-bottom: 6px;
}.jce-app_card_text_p3y {
  color: #6B688F;
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 12px;
  margin-bottom: 0.875rem;
}.jce-app_card_btn_p3y {
  transition: background .2s;
  background: rgba(255, 255, 255, 0.12);
  gap: 0.438rem;
  border-radius: 0.375rem;
  border: 1px solid rgba(111, 94, 245, 0.60);
  padding: 0.625rem 18px;
  font-size: 0.813rem;
  display: inline-flex;
  font-weight: 700;
  align-items: center;
  color: #EEEAFF;
}.jce-app_card_btn_p3y:hover {
  background: rgba(255, 255, 255, 0.07);
}.jce-seo_p3y {
  background: #0D0E1F;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.jce-seo_p3y {
  padding: 44px 1.5rem 0;
}
}.jce-seo_in_p3y {
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #13152A;
  max-width: 1320px;
}
@media(min-width: 770px) {.jce-seo_in_p3y {
  padding: 2.25rem 40px;
}
}.jce-seo_label_p3y {
  text-transform: uppercase;
  color: #6F5EF5;
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
}.jce-seo_h2_p3y {
  margin-bottom: 14px;
  color: #EEEAFF;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.25;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 770px) {.jce-seo_h2_p3y {
  font-size: 1.5rem;
}
}.jce-seo_body_p3y {
  font-size: 14px;
  color: #9390BF;
  overflow-wrap: break-word;
  line-height: 1.75;
}.jce-seo_body_p3y p {
  margin-bottom: 12px;
  color: #9390BF;
  font-size: 0.875rem;
  line-height: 1.75;
}.jce-seo_body_p3y p:last-child {
  margin-bottom: 0;
}.jce-seo_body_p3y strong {
  color: #C2BDEA;
  font-weight: 700;
}.jce-seo_body_p3y a {
  transition: color .2s;
  color: #6F5EF5;
  text-decoration: underline;
}.jce-seo_body_p3y a:hover {
  color: #5A4AE0;
}.jce-seo_body_p3y ul,.jce-seo_body_p3y ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.jce-seo_body_p3y ol {
  list-style: decimal;
}.jce-seo_body_p3y li {
  line-height: 1.75;
  color: #9390BF;
  font-size: 0.875rem;
  margin-bottom: 6px;
}.jce-seo_body_p3y table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 12px;
  display: block;
  font-size: 0.813rem;
  overflow-x: auto;
}
@media(min-width: 769px) {.jce-seo_body_p3y table {
  display: table;
}
}.jce-seo_body_p3y th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C2BDEA;
}.jce-seo_body_p3y td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9390BF;
}.jce-seo_cols_p3y {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 639px) {.jce-seo_cols_p3y {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.jce-seo_cols_p3y {
  grid-template-columns: repeat(3,1fr);
}
}.jce-seo_col_h_p3y {
  color: #C2BDEA;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-size: 0.813rem;
}.jce-seo_col_p_p3y {
  line-height: 1.65;
  color: #6B688F;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.jce-seo_stats_p3y {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.jce-seo_stat_p3y {
  padding: 0.875rem 1rem;
  flex: 1;
  border: 1px solid rgba(111, 94, 245, 0.18);
  background: rgba(111, 94, 245, 0.08);
  border-radius: 10px;
  min-width: 140px;
}.jce-seo_stat_val_p3y {
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  color: #6F5EF5;
}.jce-seo_stat_lb_p3y {
  overflow-wrap: break-word;
  color: #6B688F;
  font-size: 0.688rem;
}.jce-seo_p3y {
  background: #0D0E1F;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.jce-seo_p3y {
  padding: 2.75rem 24px 0;
}
}.jce-seo_in_p3y {
  border-radius: 1rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 28px 24px;
  background: #13152A;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.jce-seo_in_p3y {
  padding: 2.25rem 2.5rem;
}
}.jce-seo_label_p3y {
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #6F5EF5;
  font-weight: 700;
}.jce-seo_h2_p3y {
  line-height: 1.25;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #EEEAFF;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.875rem;
}
@media(min-width: 766px) {.jce-seo_h2_p3y {
  font-size: 1.5rem;
}
}.jce-seo_body_p3y {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #9390BF;
  font-size: 0.875rem;
}.jce-seo_body_p3y p {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  color: #9390BF;
  line-height: 1.75;
}.jce-seo_body_p3y p:last-child {
  margin-bottom: 0;
}.jce-seo_body_p3y strong {
  color: #C2BDEA;
  font-weight: 700;
}.jce-seo_body_p3y a {
  transition: color .2s;
  text-decoration: underline;
  color: #6F5EF5;
}.jce-seo_body_p3y a:hover {
  color: #5A4AE0;
}.jce-seo_body_p3y ul,.jce-seo_body_p3y ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.jce-seo_body_p3y ol {
  list-style: decimal;
}.jce-seo_body_p3y li {
  line-height: 1.75;
  font-size: 14px;
  color: #9390BF;
  margin-bottom: 6px;
}.jce-seo_body_p3y table {
  font-size: 13px;
  display: block;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 12px;
}
@media(min-width: 765px) {.jce-seo_body_p3y table {
  display: table;
}
}.jce-seo_body_p3y th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  text-align: left;
  color: #C2BDEA;
  font-weight: 700;
}.jce-seo_body_p3y td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #9390BF;
}.jce-seo_cols_p3y {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 643px) {.jce-seo_cols_p3y {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.jce-seo_cols_p3y {
  grid-template-columns: repeat(3,1fr);
}
}.jce-seo_col_h_p3y {
  margin-bottom: 0.438rem;
  color: #C2BDEA;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 700;
}.jce-seo_col_p_p3y {
  overflow-wrap: break-word;
  color: #6B688F;
  font-size: 13px;
  line-height: 1.65;
}.jce-seo_stats_p3y {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.jce-seo_stat_p3y {
  border: 1px solid rgba(111, 94, 245, 0.18);
  border-radius: 0.625rem;
  background: rgba(111, 94, 245, 0.08);
  flex: 1;
  padding: 0.875rem 16px;
  min-width: 140px;
}.jce-seo_stat_val_p3y {
  overflow-wrap: break-word;
  font-size: 20px;
  color: #6F5EF5;
  font-weight: 800;
  margin-bottom: 0.25rem;
}.jce-seo_stat_lb_p3y {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #6B688F;
}.jce-rv_p3y {
  background: #0D0E1F;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.jce-rv_p3y {
  padding: 2.75rem 1.5rem 0;
}
}.jce-rv_in_p3y {
  margin: 0 auto;
  max-width: 82.5rem;
}.jce-rv_head_p3y {
  max-width: 45rem;
  margin-bottom: 20px;
}.jce-rv_label_p3y {
  text-transform: uppercase;
  color: #6F5EF5;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-size: 11px;
}.jce-rv_h2_p3y {
  color: #EEEAFF;
  font-size: 22px;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.625rem;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.jce-rv_h2_p3y {
  font-size: 1.75rem;
}
}.jce-rv_stats_p3y {
  gap: 18px;
  align-items: center;
  display: flex;
  color: #6B688F;
  flex-wrap: wrap;
  font-size: 0.813rem;
}.jce-rv_stats_score_p3y {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.jce-rv_stats_score_val_p3y {
  font-size: 22px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  color: #F59E0B;
}.jce-rv_stats_score_max_p3y {
  color: #565476;
  font-size: 0.813rem;
}.jce-rv_stats_badge_p3y {
  gap: 4px;
  display: flex;
  align-items: center;
}.jce-rv_stats_badge_p3y svg {
  width: 14px;
  height: 0.875rem;
  color: #F59E0B;
}.jce-rv_grid_p3y {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.jce-rv_grid_p3y {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.jce-rv_grid_p3y {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.jce-rv_card_p3y {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #13152A;
  padding: 1.25rem;
  flex-direction: column;
  display: flex;
}.jce-rv_card_stars_p3y {
  gap: 2px;
  display: flex;
  color: #F59E0B;
  margin-bottom: 10px;
}.jce-rv_card_stars_p3y svg {
  height: 14px;
  width: 14px;
}.jce-rv_card_h_p3y {
  font-size: 0.875rem;
  line-height: 1.3;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #EEEAFF;
  margin-bottom: 8px;
}.jce-rv_card_body_p3y {
  flex: 1;
  font-size: 0.813rem;
  line-height: 1.65;
  margin-bottom: 14px;
  color: #6B688F;
  overflow-wrap: break-word;
}.jce-rv_card_body_p3y strong {
  font-weight: 600;
  color: #C2BDEA;
}.jce-rv_card_meta_p3y {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  padding-top: 12px;
}.jce-rv_card_author_p3y {
  font-weight: 600;
  font-size: 0.75rem;
  color: #C2BDEA;
}.jce-rv_card_date_p3y {
  font-size: 11px;
  color: #565476;
}.jce-seo_p3y {
  padding: 2.25rem 1rem 0;
  background: #0D0E1F;
}
@media(min-width:768px) {.jce-seo_p3y {
  padding: 2.75rem 24px 0;
}
}.jce-seo_in_p3y {
  padding: 28px 24px;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  margin: 0 auto;
  background: #13152A;
  max-width: 1320px;
}
@media(min-width: 767px) {.jce-seo_in_p3y {
  padding: 2.25rem 2.5rem;
}
}.jce-seo_label_p3y {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
  color: #6F5EF5;
  margin-bottom: 10px;
  text-transform: uppercase;
}.jce-seo_h2_p3y {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #EEEAFF;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 14px;
}
@media(min-width: 770px) {.jce-seo_h2_p3y {
  font-size: 1.5rem;
}
}.jce-seo_body_p3y {
  line-height: 1.75;
  font-size: 14px;
  color: #9390BF;
  overflow-wrap: break-word;
}.jce-seo_body_p3y p {
  color: #9390BF;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.75;
}.jce-seo_body_p3y p:last-child {
  margin-bottom: 0;
}.jce-seo_body_p3y strong {
  font-weight: 700;
  color: #C2BDEA;
}.jce-seo_body_p3y a {
  transition: color .2s;
  color: #6F5EF5;
  text-decoration: underline;
}.jce-seo_body_p3y a:hover {
  color: #5A4AE0;
}.jce-seo_body_p3y ul,.jce-seo_body_p3y ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.jce-seo_body_p3y ol {
  list-style: decimal;
}.jce-seo_body_p3y li {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.75;
  color: #9390BF;
}.jce-seo_body_p3y table {
  display: block;
  font-size: 13px;
  margin-bottom: 12px;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 767px) {.jce-seo_body_p3y table {
  display: table;
}
}.jce-seo_body_p3y th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #C2BDEA;
  font-weight: 700;
}.jce-seo_body_p3y td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #9390BF;
}.jce-seo_cols_p3y {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width:640px) {.jce-seo_cols_p3y {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.jce-seo_cols_p3y {
  grid-template-columns: repeat(3,1fr);
}
}.jce-seo_col_h_p3y {
  margin-bottom: 7px;
  color: #C2BDEA;
  font-weight: 700;
  font-size: 13px;
  overflow-wrap: break-word;
}.jce-seo_col_p_p3y {
  color: #6B688F;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
}.jce-seo_stats_p3y {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.jce-seo_stat_p3y {
  background: rgba(111, 94, 245, 0.08);
  border-radius: 0.625rem;
  padding: 14px 1rem;
  border: 1px solid rgba(111, 94, 245, 0.18);
  flex: 1;
  min-width: 140px;
}.jce-seo_stat_val_p3y {
  color: #6F5EF5;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 4px;
}.jce-seo_stat_lb_p3y {
  color: #6B688F;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.jce-faq_p3y {
  padding: 36px 16px 0;
  background: #0D0E1F;
}
@media(min-width: 765px) {.jce-faq_p3y {
  padding: 2.75rem 1.5rem 0;
}
}.jce-faq_in_p3y {
  margin: 0 auto;
  max-width: 1320px;
}.jce-faq_head_p3y {
  margin-bottom: 20px;
}.jce-faq_label_p3y {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #6F5EF5;
}.jce-faq_h2_p3y {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #EEEAFF;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.jce-faq_h2_p3y {
  font-size: 1.5rem;
}
}.jce-faq_list_p3y {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.jce-faq_item_p3y {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #13152A;
  border-radius: 10px;
}.jce-faq_q_p3y {
  gap: 12px;
  padding: 1rem 20px;
  transition: color .2s;
  color: #C2BDEA;
  overflow-wrap: break-word;
  cursor: pointer;
  flex-wrap: wrap;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  display: flex;
}.jce-faq_q_p3y:hover {
  color: #EEEAFF;
}.jce-faq_q_ic_p3y {
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  border-radius: 50%;
  display: flex;
  width: 24px;
  color: #6F5EF5;
  align-items: center;
  height: 24px;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}.jce-faq_item_p3y.jce-state_open_p3y .jce-faq_q_ic_p3y {
  transform: rotate(45deg);
}.jce-faq_a_p3y {
  padding: 0 20px 1rem;
  font-size: 0.813rem;
  line-height: 1.7;
  color: #6B688F;
  overflow-wrap: break-word;
  display: none;
}.jce-faq_item_p3y.jce-state_open_p3y .jce-faq_a_p3y {
  display: block;
}.jce-faq_a_p3y strong {
  color: #C2BDEA;
  font-weight: 700;
}.jce-faq_a_p3y a {
  color: #6F5EF5;
  text-decoration: underline;
}.jce-faq_a_p3y ul,.jce-faq_a_p3y ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.jce-faq_a_p3y ol {
  list-style: decimal;
}.jce-faq_a_p3y li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.jce-faq_a_p3y table {
  margin: 8px 0;
  overflow-x: auto;
  width: 100%;
  font-size: 0.75rem;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 770px) {.jce-faq_a_p3y table {
  display: table;
}
}.jce-faq_a_p3y th {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #C2BDEA;
  font-weight: 700;
}.jce-faq_a_p3y td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 0.5rem;
  color: #6B688F;
}.jce-ft_p3y {
  background: #080915;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.jce-ft_support_p3y {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 771px) {.jce-ft_support_p3y {
  padding: 1.75rem 24px;
}
}.jce-ft_support_in_p3y {
  margin: 0 auto;
  gap: 1rem;
  max-width: 1320px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.jce-ft_support_main_p3y {
  gap: 1rem;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  min-width: 220px;
}.jce-ft_support_ic_p3y {
  flex-shrink: 0;
  color: #6F5EF5;
}.jce-ft_support_ic_p3y svg {
  height: 30px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 30px;
}.jce-ft_support_text_title_p3y {
  font-size: 15px;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 3px;
  color: #EEEAFF;
}.jce-ft_support_text_sub_p3y {
  overflow-wrap: break-word;
  font-size: 12px;
  color: #6B688F;
}.jce-ft_support_btn_p3y {
  transition: background .2s;
  border-radius: 0.625rem;
  background: #6F5EF5;
  padding: 11px 22px;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  flex-shrink: 0;
  color: #EEEAFF;
}.jce-ft_support_btn_p3y:hover {
  background: #5A4AE0;
}.jce-ft_support_contacts_p3y {
  gap: 1rem;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.jce-ft_support_contact_p3y {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #565476;
}.jce-ft_support_contact_p3y strong {
  display: block;
  margin-bottom: 2px;
  font-size: 0.688rem;
  color: #9390BF;
  font-weight: 600;
}.jce-ft_main_p3y {
  padding: 32px 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.jce-ft_main_p3y {
  padding: 2.5rem 1.5rem 32px;
}
}.jce-ft_main_in_p3y {
  gap: 1.5rem;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  max-width: 1320px;
  display: grid;
}
@media(min-width: 642px) {.jce-ft_main_in_p3y {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.jce-ft_main_in_p3y {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.jce-ft_col_logo_p3y {
  grid-column: 1/-1;
}
@media(min-width:1080px) {.jce-ft_col_logo_p3y {
  grid-column: auto;
}
}.jce-ft_logo_p3y {
  gap: 0.563rem;
  font-size: 16px;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 800;
  color: #EEEAFF;
  flex-wrap: wrap;
  align-items: center;
}.jce-ft_logo_mark_p3y {
  border-radius: 0.375rem;
  overflow: hidden;
  width: 30px;
  height: 30px;
}.jce-ft_logo_mark_p3y img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.jce-ft_logo_sub_p3y {
  line-height: 1.55;
  font-size: 12px;
  overflow-wrap: break-word;
  color: #565476;
  max-width: 200px;
}.jce-ft_col_title_p3y {
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: .07em;
  color: #9390BF;
}.jce-ft_col_links_p3y {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.jce-ft_col_link_p3y {
  transition: color .2s;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #565476;
}.jce-ft_col_link_p3y:hover {
  color: #C2BDEA;
}.jce-ft_apps_p3y {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.jce-ft_app_card_p3y {
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  transition: border-color .2s;
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  gap: 0.625rem;
  align-items: center;
  display: flex;
}.jce-ft_app_card_p3y:hover {
  border-color: rgba(111, 94, 245, 0.60);
}.jce-ft_app_card_ic_p3y svg {
  height: 1.375rem;
  width: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.jce-ft_app_card_os_p3y {
  color: #565476;
  font-weight: 600;
  font-size: 10px;
}.jce-ft_app_card_action_p3y {
  color: #C2BDEA;
  font-size: 0.75rem;
  font-weight: 700;
}.jce-ft_bot_p3y {
  padding: 20px 1rem;
}
@media(min-width: 769px) {.jce-ft_bot_p3y {
  padding: 1.25rem 1.5rem;
}
}.jce-ft_bot_in_p3y {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 82.5rem;
  align-items: center;
}.jce-ft_socials_p3y {
  gap: 0.5rem;
  display: flex;
}.jce-ft_soc_p3y {
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: #9390BF;
  width: 36px;
  align-items: center;
  justify-content: center;
  height: 36px;
  display: flex;
}.jce-ft_soc_p3y svg {
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
}.jce-ft_soc_p3y:hover {
  background: rgba(255, 255, 255, 0.07);
}.jce-ft_legal_p3y {
  flex: 1;
  overflow-wrap: break-word;
  color: #8D8BAA;
  line-height: 1.6;
  min-width: 12.5rem;
  font-size: 0.688rem;
}.jce-ft_legal_p3y strong {
  font-weight: 700;
  color: #9390BF;
}.jce-ft_legal_p3y a {
  text-decoration: underline;
  color: #9390BF;
}.jce-ft_age_p3y {
  border-radius: 50%;
  border: 2px solid #8D8BAA;
  font-weight: 800;
  align-items: center;
  justify-content: center;
  color: #8D8BAA;
  display: flex;
  flex-shrink: 0;
  width: 2rem;
  height: 32px;
  margin-left: auto;
  font-size: 0.688rem;
}