html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #0C0B1C;
  color: #C4BFEA;
  min-height: 100vh;
  line-height: 1.6;
  font-family: 'DM Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}.syj-layout-di4 {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.syj-page-di4 {
  display: flex;
  min-height: 100vh;
}.syj-main-di4 {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media (min-width: 1083px) {.syj-main-di4 {
  padding-left: 13.75rem;
}
}
@media (max-width: 1081px) {.syj-main-di4 {
  padding-bottom: 72px;
}
}.syj-gc-di4 {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.5rem;
  background: #0F0E22;
  transition: transform .2s,border-color .2s;
  position: relative;
  cursor: pointer;
  width: 140px;
  flex-shrink: 0;
}
@media(min-width: 642px) {.syj-gc-di4 {
  width: 9.75rem;
}
}
@media(min-width: 1079px) {.syj-gc-di4 {
  width: 168px;
}
}.syj-gc-di4:hover {
  transform: translateY(-3px);
  border-color: rgba(100, 87, 212, 0.08);
}.syj-gc_img-di4 {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.syj-gc_img-di4 img {
  inset: 0;
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
}.syj-gc_hover-di4 {
  transition: opacity .2s;
  background: rgba(7, 6, 15, 0.72);
  inset: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  align-items: center;
  opacity: 0;
}.syj-gc-di4:hover .syj-gc_hover-di4 {
  opacity: 1;
}.syj-gc_hover_btn-di4 {
  border-radius: 0.313rem;
  padding: 8px 1rem;
  background: #6457D4;
  color: #F0EEFF;
  font-size: 12px;
  font-weight: 700;
}.syj-gc_info-di4 {
  padding: 0.5rem 0.625rem 10px;
}.syj-gc_name-di4 {
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  max-width: 100%;
  text-overflow: ellipsis;
  font-size: 12px;
  color: #C4BFEA;
  margin-bottom: 3px;
}.syj-gc_prov-di4 {
  font-size: 10px;
  color: #524F78;
}.syj-gc_tag-di4 {
  padding: 2px 7px;
  border-radius: 0.25rem;
  font-size: 0.563rem;
  letter-spacing: .04em;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
  position: absolute;
  left: 6px;
  top: 6px;
}.syj-gc_tag_hot-di4 {
  background: #E82333;
  color: #fff;
}.syj-gc_tag_new-di4 {
  background: #22C55E;
  color: #0C0B1C;
}.syj-gc_tag_jp-di4 {
  background: #F5A623;
  color: #0C0B1C;
}.syj-gc_tag_ex-di4 {
  background: #4A3BB8;
  color: #fff;
}.syj-gc_tag_live-di4 {
  background: #E82333;
  color: #fff;
}.syj-gr-di4 {
  background: #0C0B1C;
  padding: 32px 16px 0;
}
@media(min-width: 769px) {.syj-gr-di4 {
  padding: 36px 24px 0;
}
}.syj-gr_in-di4 {
  margin: 0 auto;
  max-width: 1340px;
}.syj-gr_head-di4 {
  gap: 0.75rem;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.syj-gr_head_l-di4 {
  flex: 1;
  gap: 0.625rem;
  display: flex;
  min-width: 0;
  align-items: center;
}.syj-gr_ic-di4 {
  border-radius: 8px;
  display: flex;
  width: 2rem;
  flex-shrink: 0;
  align-items: center;
  height: 2rem;
  justify-content: center;
}.syj-gr_ic-di4 svg {
  height: 16px;
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.syj-gr_title-di4 {
  font-size: 1rem;
  overflow-wrap: break-word;
  color: #F0EEFF;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
}
@media(min-width: 767px) {.syj-gr_title-di4 {
  font-size: 18px;
}
}.syj-gr_more-di4 {
  transition: color .2s;
  gap: 5px;
  font-weight: 600;
  align-items: center;
  font-size: 12px;
  white-space: nowrap;
  color: #6C6896;
  display: flex;
  flex-shrink: 0;
}.syj-gr_more-di4:hover {
  color: #6457D4;
}.syj-gr_more-di4 svg {
  stroke-linejoin: round;
  height: 0.75rem;
  stroke-linecap: round;
  width: 0.75rem;
}.syj-gr_arrows-di4 {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.syj-gr_arr-di4 {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.313rem;
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  height: 30px;
  width: 1.875rem;
  display: flex;
  align-items: center;
  color: #948FC0;
  justify-content: center;
}.syj-gr_arr-di4:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F0EEFF;
}.syj-gr_arr-di4 svg {
  height: 13px;
  width: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.syj-gr_seo_h-di4 {
  margin: 0 0 0.375rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #C4BFEA;
  font-family: 'Rajdhani', sans-serif;
  max-width: 680px;
}
@media(min-width: 770px) {.syj-gr_seo_h-di4 {
  font-size: 0.875rem;
}
}.syj-gr_seo-di4 {
  overflow-wrap: break-word;
  margin-bottom: 12px;
  color: #6C6896;
  font-size: 12px;
  line-height: 1.55;
  max-width: 42.5rem;
}.syj-gr_seo-di4 strong {
  font-weight: 600;
  color: #C4BFEA;
}.syj-gr_scroll-di4 {
  gap: 0.625rem;
  -webkit-overflow-scrolling: touch;
  display: flex;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: none;
}.syj-gr_scroll-di4::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.syj-gr_scroll-di4 {
  gap: 0.75rem;
}
}.syj-tb-di4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0C0B1C;
  right: 0;
  height: 3.5rem;
  z-index: 80;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  align-items: center;
}.syj-tb_in-di4 {
  padding: 0 0.875rem;
  gap: 0;
  align-items: center;
  height: 100%;
  width: 100%;
  display: flex;
}.syj-tb_burger-di4 {
  border-radius: 0.5rem;
  gap: 0.313rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 38px;
  height: 38px;
  justify-content: center;
  margin-right: 0.5rem;
  flex-shrink: 0;
}.syj-tb_burger-di4:hover {
  background: rgba(255, 255, 255, 0.05);
}.syj-tb_burger_line-di4 {
  border-radius: 1px;
  background: #948FC0;
  width: 18px;
  height: 2px;
  display: block;
}
@media(min-width: 1083px) {.syj-tb_burger-di4 {
  display: none;
}
}.syj-tb_logo-di4 {
  gap: 0.563rem;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.01em;
  margin-right: 1.25rem;
  color: #F0EEFF;
}.syj-tb_logo_mark-di4 {
  overflow: hidden;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}.syj-tb_logo_mark-di4 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.syj-tb_nav-di4 {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 643px) {.syj-tb_nav-di4 {
  display: flex;
}
}.syj-tb_tab-di4 {
  transition: background .15s,color .15s;
  border-radius: 8px;
  padding: 0.5rem 14px;
  font-weight: 600;
  color: #948FC0;
  font-size: 0.813rem;
  white-space: nowrap;
}.syj-tb_tab-di4:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0EEFF;
}.syj-tb_tab-di4.syj-state_active-di4 {
  background: rgba(100, 87, 212, 0.18);
  color: #F0EEFF;
}.syj-tb_right-di4 {
  gap: 0.5rem;
  align-items: center;
  display: flex;
  margin-left: auto;
  flex-shrink: 0;
}.syj-tb_login-di4 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 9px 1rem;
  font-size: 0.813rem;
  color: #C4BFEA;
  font-weight: 600;
  display: none;
}.syj-tb_login-di4:hover {
  border-color: rgba(100, 87, 212, 0.55);
  color: #F0EEFF;
}
@media(min-width: 482px) {.syj-tb_login-di4 {
  display: block;
}
}.syj-tb_reg-di4 {
  background: #22C55E;
  transition: background .2s;
  padding: 0.563rem 18px;
  border-radius: 0.5rem;
  white-space: nowrap;
  font-size: 13px;
  color: #0D0C20;
  font-weight: 700;
}.syj-tb_reg-di4:hover {
  background: #18A84F;
}.syj-sb-di4 {
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  background: #13122A;
  width: 220px;
  bottom: 0;
  top: 56px;
  position: fixed;
  z-index: 70;
  left: 0;
  overflow-y: auto;
}.syj-sb-di4.syj-state_open-di4 {
  transform: translateX(0);
}.syj-sb-di4::-webkit-scrollbar {
  width: 4px;
}.syj-sb-di4::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1077px) {.syj-sb-di4 {
  transform: translateX(0);
}
}.syj-sb_auth-di4 {
  padding: 14px 0.75rem 0.625rem;
}.syj-sb_btn_reg-di4 {
  padding: 0.688rem;
  background: #22C55E;
  border-radius: 8px;
  transition: background .2s;
  margin-bottom: 8px;
  font-weight: 700;
  display: block;
  color: #0D0C20;
  text-align: center;
  font-size: 13px;
}.syj-sb_btn_reg-di4:hover {
  background: #18A84F;
}.syj-sb_btn_login-di4 {
  transition: border-color .2s;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem;
  text-align: center;
  font-weight: 600;
  display: block;
  font-size: 13px;
  color: #C4BFEA;
}.syj-sb_btn_login-di4:hover {
  border-color: rgba(100, 87, 212, 0.55);
  color: #F0EEFF;
}.syj-sb_promo-di4 {
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 12px 0.875rem;
  border: 1px solid rgba(100, 87, 212, 0.18);
  margin: 0 12px 0.625rem;
  background: linear-gradient(135deg,#1C0E45,#13122A);
  position: relative;
}.syj-sb_promo-di4::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(100, 87, 212, 0.18),transparent 70%);
  right: -1.25rem;
  position: absolute;
  top: -1.25rem;
  content: '';
  width: 5rem;
  height: 5rem;
}.syj-sb_promo_title-di4 {
  color: #6457D4;
  font-size: 11px;
  margin-bottom: 0.25rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
}.syj-sb_promo_text-di4 {
  line-height: 1.35;
  font-size: 12px;
  color: #F0EEFF;
  overflow-wrap: break-word;
  font-weight: 600;
}.syj-sb_promo_sub-di4 {
  font-size: 10px;
  margin-top: 3px;
  color: #6C6896;
}.syj-sb_nav-di4 {
  padding: 0.375rem 8px 1rem;
}.syj-sb_nav_lb-di4 {
  padding: 10px 0.5rem 0.375rem;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #524F78;
}.syj-sb_link-di4 {
  border-radius: 0.313rem;
  gap: 0.625rem;
  padding: 9px 10px;
  transition: background .15s,color .15s;
  align-items: center;
  cursor: pointer;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 500;
  color: #948FC0;
  display: flex;
}.syj-sb_link-di4:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0EEFF;
}.syj-sb_link-di4.syj-state_active-di4 {
  background: rgba(100, 87, 212, 0.18);
  color: #F0EEFF;
}.syj-sb_ic-di4 {
  border-radius: 0.313rem;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  height: 1.875rem;
  width: 1.875rem;
}.syj-sb_ic-di4 svg {
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
}.syj-sb_ic_1-di4 {
  background: rgba(100, 87, 212, 0.08);
  color: #6457D4;
}.syj-sb_ic_2-di4 {
  background: rgba(34, 197, 94, 0.14);
  color: #22C55E;
}.syj-sb_ic_3-di4 {
  background: rgba(245, 166, 35, 0.15);
  color: #F5A623;
}.syj-sb_ic_4-di4 {
  background: rgba(74, 59, 184, 0.28);
  color: #4A3BB8;
}.syj-sb_ic_5-di4 {
  background: rgba(100, 87, 212, 0.08);
  color: #E8449A;
}.syj-sb_ic_6-di4 {
  background: rgba(74, 59, 184, 0.28);
  color: #9B55E0;
}.syj-sb_badge-di4 {
  border-radius: 0.313rem;
  padding: 2px 7px;
  background: #F5A623;
  font-weight: 700;
  margin-left: auto;
  font-size: 0.563rem;
  color: #0D0C20;
}.syj-sb_bot-di4 {
  padding: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.5rem;
  display: flex;
}.syj-sb_lang-di4,.syj-sb_help-di4 {
  border: 1px solid rgba(255, 255, 255, 0.06);
  flex: 1;
  padding: 0.563rem 6px;
  gap: 6px;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.313rem;
  justify-content: center;
  display: flex;
  font-size: 0.688rem;
  color: #948FC0;
  font-weight: 600;
  align-items: center;
}.syj-sb_lang-di4:hover,.syj-sb_help-di4:hover {
  border-color: rgba(100, 87, 212, 0.55);
  color: #F0EEFF;
}.syj-sb_lang-di4 svg,.syj-sb_help-di4 svg {
  stroke-linejoin: round;
  height: 13px;
  width: 13px;
  stroke-linecap: round;
}.syj-sb_bd-di4 {
  inset: 0;
  background: rgba(7, 6, 15, 0.72);
  z-index: 69;
  position: fixed;
  display: none;
}.syj-sb_bd-di4.syj-state_on-di4 {
  display: block;
}
@media(min-width: 1079px) {.syj-sb_bd-di4 {
  display: none!important;
}
}.syj-mob_nav-di4 {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  background: #13122A;
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 80;
  display: flex;
}
@media(min-width: 1081px) {.syj-mob_nav-di4 {
  display: none;
}
}.syj-mob_nav_item-di4 {
  gap: 0.25rem;
  flex: 1;
  padding: 0.25rem 2px;
  color: #524F78;
  flex-direction: column;
  cursor: pointer;
  display: flex;
  align-items: center;
}.syj-mob_nav_ic-di4 {
  line-height: 1;
}.syj-mob_nav_ic-di4 svg {
  width: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.25rem;
}.syj-mob_nav_lb-di4 {
  font-size: 0.625rem;
  color: #524F78;
  font-weight: 600;
}.syj-mob_nav_item-di4.syj-state_active-di4 {
  color: #6457D4;
}.syj-mob_nav_item-di4.syj-state_active-di4 .syj-mob_nav_lb-di4 {
  color: #6457D4;
}.syj-hero-di4 {
  padding: 1.25rem 16px 0;
  background: #0C0B1C;
}
@media(min-width: 770px) {.syj-hero-di4 {
  padding: 24px 24px 0;
}
}.syj-hero_in-di4 {
  gap: 0.75rem;
  margin: 0 auto;
  max-width: 83.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.syj-hero_in-di4 {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1102px) {.syj-hero_in-di4 {
  grid-template-columns: 1fr 340px;
}
}.syj-hero_promo-di4 {
  border-radius: 14px;
  overflow: hidden;
  background: #0F0E22;
  display: flex;
  min-height: 220px;
  align-items: stretch;
  position: relative;
}
@media(min-width: 766px) {.syj-hero_promo-di4 {
  min-height: 17.5rem;
}
}.syj-hero_promo_bg-di4 {
  background: linear-gradient(120deg,#1C0E45 0%,#0C0B1C 100%);
  background-position: center;
  inset: 0;
  position: absolute;
  background-size: cover;
}.syj-hero_promo_bg-di4::after {
  inset: 0;
  background: linear-gradient(90deg,#0C0B1C 0%,rgba(7, 6, 15, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.syj-hero_promo_glow-di4 {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(74, 59, 184, 0.28) 0%,transparent 65%);
  height: 18.75rem;
  width: 300px;
  right: 3.75rem;
  top: -2.5rem;
  position: absolute;
  pointer-events: none;
}.syj-hero_promo_ct-di4 {
  padding: 1.75rem 24px 1.75rem 1.75rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  max-width: 480px;
  z-index: 2;
}
@media(min-width: 766px) {.syj-hero_promo_ct-di4 {
  padding: 2.5rem 2rem;
}
}.syj-hero_badge-di4 {
  border-radius: 20px;
  border: 1px solid rgba(100, 87, 212, 0.08);
  background: rgba(100, 87, 212, 0.18);
  padding: 5px 12px;
  text-transform: uppercase;
  color: #6457D4;
  margin-bottom: 14px;
  font-size: 10px;
  letter-spacing: .08em;
  display: inline-block;
  font-weight: 700;
}.syj-hero_h1-di4 {
  font-size: 1.625rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 0.625rem;
  color: #F0EEFF;
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
}.syj-hero_h1-di4 em {
  font-style: normal;
  color: #F5A623;
}
@media(min-width: 769px) {.syj-hero_h1-di4 {
  font-size: 2.25rem;
}
}.syj-hero_sub-di4 {
  line-height: 1.55;
  font-size: 13px;
  margin-bottom: 20px;
  color: #948FC0;
}
@media(min-width: 769px) {.syj-hero_sub-di4 {
  font-size: 14px;
}
}.syj-hero_row-di4 {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.syj-hero_cta-di4 {
  border-radius: 8px;
  padding: 0.813rem 26px;
  transition: background .2s;
  background: #22C55E;
  font-size: 14px;
  color: #0D0C20;
  font-weight: 700;
  box-shadow: 0 4px 1rem rgba(34, 197, 94, 0.42);
}.syj-hero_cta-di4:hover {
  background: #18A84F;
}.syj-hero_terms-di4 {
  font-size: 0.688rem;
  color: #524F78;
}.syj-hero_game-di4 {
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #0F0E22;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  display: flex;
}.syj-hero_game_badge-di4 {
  padding: 0.313rem 0.625rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(245, 166, 35, 0.15);
  background: rgba(245, 166, 35, 0.15);
  position: absolute;
  left: 12px;
  z-index: 3;
  top: 12px;
  font-weight: 700;
  color: #F5A623;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 10px;
}.syj-hero_game_badge-di4 svg {
  vertical-align: -1px;
  height: 0.688rem;
  margin-right: 0.25rem;
  width: 11px;
}.syj-hero_game_img-di4 {
  background: linear-gradient(135deg,#1C0E45,#0C0B1C);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.syj-hero_game_img-di4 img {
  inset: 0;
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
}.syj-hero_game_play-di4 {
  background: rgba(7, 6, 15, 0.72);
  transition: opacity .2s;
  inset: 0;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}.syj-hero_game-di4:hover .syj-hero_game_play-di4 {
  opacity: 1;
}.syj-hero_game_play-di4 span {
  background: #6457D4;
  border-radius: 50%;
  height: 52px;
  width: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}.syj-hero_game_play-di4 span svg {
  margin-left: 2px;
  width: 1.125rem;
  height: 18px;
}.syj-hero_game_info-di4 {
  padding: 14px 1rem;
}.syj-hero_game_title-di4 {
  font-size: 0.938rem;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-weight: 700;
  color: #F0EEFF;
}.syj-hero_game_provider-di4 {
  font-size: 0.688rem;
  color: #6C6896;
}.syj-hero_game_btn-di4 {
  transition: background .2s;
  background: #6457D4;
  border-radius: 8px;
  margin: 0.75rem 16px 1rem;
  padding: 0.688rem;
  font-size: 13px;
  text-align: center;
  color: #F0EEFF;
  font-weight: 700;
  display: block;
}.syj-hero_game-di4:hover .syj-hero_game_btn-di4 {
  background: #7568E2;
}.syj-sbar-di4 {
  background: #0C0B1C;
  padding: 16px 16px 0;
}
@media(min-width: 766px) {.syj-sbar-di4 {
  padding: 18px 24px 0;
}
}.syj-sbar_in-di4 {
  margin: 0 auto;
  max-width: 83.75rem;
}.syj-sbar_row-di4 {
  gap: 10px;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  display: flex;
}.syj-sbar_input-di4 {
  gap: 0.625rem;
  flex: 1;
  background: #0F0E22;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  transition: border-color .2s;
  padding: 0.688rem 16px;
  align-items: center;
  font-size: 13px;
  cursor: pointer;
  color: #6C6896;
  display: flex;
}.syj-sbar_input-di4:hover {
  border-color: rgba(100, 87, 212, 0.55);
}.syj-sbar_input-di4 svg {
  height: 0.938rem;
  stroke-linecap: round;
  flex-shrink: 0;
  width: 15px;
  stroke-linejoin: round;
}.syj-sbar_providers-di4 {
  padding: 0.688rem 1.125rem;
  transition: border-color .2s;
  border-radius: 8px;
  background: #0F0E22;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: #C4BFEA;
  white-space: nowrap;
}.syj-sbar_providers-di4:hover {
  border-color: rgba(100, 87, 212, 0.55);
  color: #F0EEFF;
}.syj-sbar_providers-di4 svg {
  stroke-linecap: round;
  width: 0.875rem;
  stroke-linejoin: round;
  height: 0.875rem;
}.syj-sbar_tabs-di4 {
  gap: 6px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}.syj-sbar_tabs-di4::-webkit-scrollbar {
  display: none;
}.syj-sbar_tab-di4 {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.5rem 14px;
  transition: background .15s,color .15s,border-color .15s;
  gap: 7px;
  color: #948FC0;
  display: flex;
  font-size: 0.75rem;
  flex-shrink: 0;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  align-items: center;
}.syj-sbar_tab-di4:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(100, 87, 212, 0.55);
  color: #F0EEFF;
}.syj-sbar_tab-di4.syj-state_active-di4 {
  border-color: rgba(100, 87, 212, 0.08);
  background: rgba(100, 87, 212, 0.18);
  color: #F0EEFF;
}.syj-sbar_tab_ic-di4 svg {
  width: 0.875rem;
  height: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.syj-wy-di4 {
  background: #0C0B1C;
  padding: 32px 16px 0;
}
@media(min-width: 766px) {.syj-wy-di4 {
  padding: 40px 1.5rem 0;
}
}.syj-wy_in-di4 {
  margin: 0 auto;
  max-width: 1340px;
}.syj-wy_head-di4 {
  max-width: 720px;
  margin-bottom: 1.125rem;
}.syj-wy_label-di4 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #6457D4;
  font-size: 0.688rem;
}.syj-wy_h2-di4 {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 20px;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
  color: #F0EEFF;
}
@media(min-width: 766px) {.syj-wy_h2-di4 {
  font-size: 1.5rem;
}
}.syj-wy_intro-di4 {
  margin: 0;
  color: #6C6896;
  font-size: 0.813rem;
  line-height: 1.6;
}.syj-wy_grid-di4 {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.syj-wy_grid-di4 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.syj-wy_grid-di4 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.syj-wy_card-di4 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1.25rem;
  border-radius: 0.5rem;
  background: #13122A;
  transition: border-color .2s,transform .2s;
}.syj-wy_card-di4:hover {
  border-color: rgba(100, 87, 212, 0.08);
  transform: translateY(-2px);
}.syj-wy_card_ic-di4 {
  border-radius: 50%;
  background: rgba(100, 87, 212, 0.18);
  align-items: center;
  justify-content: center;
  width: 44px;
  margin-bottom: 14px;
  height: 44px;
  color: #6457D4;
  display: flex;
}.syj-wy_card_ic-di4 svg {
  stroke-linecap: round;
  width: 1.375rem;
  stroke-linejoin: round;
  height: 22px;
}.syj-wy_card_h-di4 {
  line-height: 1.25;
  font-weight: 700;
  color: #F0EEFF;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  font-size: 15px;
}.syj-wy_card_p-di4 {
  color: #6C6896;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.6;
}.syj-wy_card_p-di4 strong {
  color: #C4BFEA;
  font-weight: 600;
}.syj-gr_jp-di4 {
  overflow: hidden;
  border-radius: 0.875rem;
  background: linear-gradient(135deg,#240E52 0%,#0E0A24 100%);
  padding: 1.25rem;
  position: relative;
}.syj-gr_jp-di4::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(74, 59, 184, 0.28) 0%,transparent 70%);
  width: 250px;
  height: 250px;
  position: absolute;
  top: -3.75rem;
  left: -60px;
  content: '';
}.syj-gr_jp-di4::after {
  background: radial-gradient(circle,rgba(245, 166, 35, 0.15) 0%,transparent 70%);
  border-radius: 50%;
  bottom: -2.5rem;
  right: 0;
  height: 200px;
  content: '';
  width: 200px;
  position: absolute;
}.syj-gr_jp_head-di4 {
  gap: 16px;
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  z-index: 1;
  align-items: flex-start;
}.syj-gr_jp_info-di4 {
  flex: 1;
}.syj-gr_jp_label-di4 {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #9B55E0;
  font-weight: 700;
}.syj-gr_jp_label-di4 svg {
  stroke-linecap: round;
  height: 14px;
  vertical-align: -2px;
  margin-right: 4px;
  stroke-linejoin: round;
  width: 0.875rem;
}.syj-gr_jp_amount-di4 {
  margin-bottom: 0.25rem;
  font-size: 32px;
  line-height: 1;
  overflow-wrap: break-word;
  color: #F0EEFF;
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width: 767px) {.syj-gr_jp_amount-di4 {
  font-size: 2.5rem;
}
}.syj-gr_jp_amount-di4 span {
  color: #F5A623;
}.syj-gr_jp_seo-di4 {
  overflow-wrap: break-word;
  color: #948FC0;
  max-width: 480px;
  line-height: 1.5;
  font-size: 12px;
}.syj-gr_jp_cta-di4 {
  border-radius: 8px;
  background: rgba(74, 59, 184, 0.28);
  border: 1px solid rgba(74, 59, 184, 0.28);
  padding: 0.688rem 1.25rem;
  transition: background .2s;
  margin-top: 0.25rem;
  font-size: 13px;
  flex-shrink: 0;
  z-index: 1;
  color: #F0EEFF;
  align-self: flex-start;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
}.syj-gr_jp_cta-di4:hover {
  background: #4A3BB8;
}.syj-ws-di4 {
  padding: 32px 16px 0;
  background: #0C0B1C;
}
@media(min-width:768px) {.syj-ws-di4 {
  padding: 2.25rem 1.5rem 0;
}
}.syj-ws_in-di4 {
  margin: 0 auto;
  max-width: 83.75rem;
}.syj-ws_head-di4 {
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
}.syj-ws_title-di4 {
  gap: 0.625rem;
  align-items: center;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  color: #F0EEFF;
  font-family: 'Rajdhani', sans-serif;
  display: flex;
  font-weight: 700;
  font-size: 1rem;
}.syj-ws_title_ic-di4 svg {
  width: 1.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #F5A623;
  height: 1.125rem;
}.syj-ws_online-di4 {
  gap: 7px;
  font-weight: 600;
  align-items: center;
  display: flex;
  color: #6C6896;
  font-size: 12px;
}.syj-ws_online_dot-di4 {
  background: #22C55E;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(34, 197, 94, 0.14);
  height: 8px;
  flex-shrink: 0;
  width: 0.5rem;
}.syj-ws_scroll-di4 {
  gap: 8px;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  padding-bottom: 0.5rem;
}.syj-ws_scroll-di4::-webkit-scrollbar {
  display: none;
}.syj-wc-di4 {
  background: #0F0E22;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 10px 0.875rem;
  border-radius: 0.5rem;
  min-width: 13.75rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.syj-wc_img-di4 {
  background: #13122A;
  border-radius: 5px;
  overflow: hidden;
  height: 2.25rem;
  flex-shrink: 0;
  width: 36px;
}.syj-wc_img-di4 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.syj-wc_info-di4 {
  min-width: 0;
}.syj-wc_game-di4 {
  overflow: hidden;
  white-space: nowrap;
  color: #C4BFEA;
  font-weight: 600;
  font-size: 12px;
  text-overflow: ellipsis;
}.syj-wc_player-di4 {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.625rem;
  text-overflow: ellipsis;
  color: #524F78;
}.syj-wc_amount-di4 {
  flex-shrink: 0;
  margin-left: auto;
  color: #22C55E;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
}.syj-prov-di4 {
  padding: 2.25rem 1rem 0;
  background: #0C0B1C;
}
@media(min-width: 769px) {.syj-prov-di4 {
  padding: 2.75rem 1.5rem 0;
}
}.syj-prov_in-di4 {
  margin: 0 auto;
  max-width: 83.75rem;
}.syj-prov_head-di4 {
  margin-bottom: 16px;
}.syj-prov_label-di4 {
  font-weight: 700;
  text-transform: uppercase;
  color: #6457D4;
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 8px;
}.syj-prov_h2-di4 {
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #F0EEFF;
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.syj-prov_h2-di4 {
  font-size: 24px;
}
}.syj-prov_seo-di4 {
  font-size: 13px;
  margin-bottom: 1rem;
  color: #6C6896;
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 38.75rem;
}.syj-prov_seo-di4 strong {
  color: #C4BFEA;
  font-weight: 700;
}.syj-prov_seo-di4 a {
  color: #6457D4;
  text-decoration: underline;
}.syj-prov_grid-di4 {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 639px) {.syj-prov_grid-di4 {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width:1080px) {.syj-prov_grid-di4 {
  grid-template-columns: repeat(8,1fr);
}
}.syj-prov_card-di4 {
  padding: 14px 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #0F0E22;
  transition: border-color .2s,background .2s;
  gap: 7px;
  border-radius: 0.5rem;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  display: flex;
}.syj-prov_card-di4:hover {
  background: #13122A;
  border-color: rgba(100, 87, 212, 0.55);
}.syj-prov_logo-di4 {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  justify-content: center;
  width: 2.75rem;
  display: flex;
  align-items: center;
  height: 2.75rem;
}.syj-prov_logo-di4 img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.syj-prov_name-di4 {
  font-size: 11px;
  text-align: center;
  font-weight: 600;
  color: #948FC0;
  overflow-wrap: break-word;
}.syj-bon-di4 {
  padding: 2.25rem 16px 0;
  background: #0C0B1C;
}
@media(min-width: 769px) {.syj-bon-di4 {
  padding: 44px 24px 0;
}
}.syj-bon_in-di4 {
  margin: 0 auto;
  max-width: 83.75rem;
}.syj-bon_head-di4 {
  margin-bottom: 20px;
}.syj-bon_label-di4 {
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #6457D4;
  font-weight: 700;
}.syj-bon_h2-di4 {
  font-size: 1.25rem;
  color: #F0EEFF;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
}
@media(min-width: 766px) {.syj-bon_h2-di4 {
  font-size: 24px;
}
}.syj-bon_seo-di4 {
  color: #6C6896;
  max-width: 620px;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 13px;
}.syj-bon_seo-di4 strong {
  font-weight: 700;
  color: #C4BFEA;
}.syj-bon_seo-di4 a {
  color: #6457D4;
  text-decoration: underline;
}.syj-bon_grid-di4 {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 637px) {.syj-bon_grid-di4 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.syj-bon_grid-di4 {
  grid-template-columns: repeat(5,1fr);
}
}.syj-bon_card-di4 {
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 16px;
  background: #0F0E22;
  border-radius: 8px;
}.syj-bon_card-di4:hover {
  border-color: rgba(100, 87, 212, 0.08);
  transform: translateY(-2px);
}.syj-bon_card_ic-di4 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 26px;
  height: 26px;
}.syj-bon_card_ic-di4 {
  margin-bottom: 10px;
}.syj-bon_card_type-di4 {
  font-size: 10px;
  letter-spacing: .06em;
  margin-bottom: 6px;
  font-weight: 700;
  text-transform: uppercase;
  color: #6C6896;
}.syj-bon_card_amount-di4 {
  font-weight: 800;
  margin-bottom: 0.375rem;
  line-height: 1.1;
  font-size: 18px;
  color: #F5A623;
}.syj-bon_card_name-di4 {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  color: #F0EEFF;
  font-weight: 600;
}.syj-bon_card_detail-di4 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 0.5rem;
  color: #524F78;
  line-height: 1.5;
  font-size: 11px;
  overflow-wrap: break-word;
}.syj-app-di4 {
  background: #0C0B1C;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.syj-app-di4 {
  padding: 2.75rem 24px 0;
}
}.syj-app_in-di4 {
  margin: 0 auto;
  max-width: 83.75rem;
}.syj-app_head-di4 {
  margin-bottom: 1rem;
}.syj-app_label-di4 {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #6457D4;
  font-size: 0.688rem;
  font-weight: 700;
}.syj-app_h2-di4 {
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-size: 1.25rem;
  font-family: 'Rajdhani', sans-serif;
  color: #F0EEFF;
  font-weight: 800;
}
@media(min-width: 767px) {.syj-app_h2-di4 {
  font-size: 24px;
}
}.syj-app_sub-di4 {
  color: #6C6896;
  font-size: 0.813rem;
  max-width: 600px;
  overflow-wrap: break-word;
  line-height: 1.6;
}.syj-app_sub-di4 strong {
  color: #C4BFEA;
  font-weight: 700;
}.syj-app_cards-di4 {
  gap: 0.625rem;
  margin-top: 1rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.syj-app_cards-di4 {
  grid-template-columns: repeat(3,1fr);
}
}.syj-app_card-di4 {
  gap: 1rem;
  overflow: hidden;
  padding: 20px;
  border-radius: 8px;
  align-items: flex-start;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}.syj-app_card_ios-di4 {
  background: linear-gradient(135deg,rgba(100, 87, 212, 0.18) 0%,#13122A 100%);
}.syj-app_card_android-di4 {
  background: linear-gradient(135deg,rgba(34, 197, 94, 0.14) 0%,#13122A 100%);
}.syj-app_card_win-di4 {
  background: linear-gradient(135deg,rgba(245, 166, 35, 0.15) 0%,#13122A 100%);
}.syj-app_card_ic-di4 svg {
  stroke-linejoin: round;
  height: 34px;
  stroke-linecap: round;
  width: 2.125rem;
}.syj-app_card_ic-di4 {
  color: #F0EEFF;
  flex-shrink: 0;
}.syj-app_card_os-di4 {
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #6C6896;
  font-size: 10px;
  letter-spacing: .08em;
  font-weight: 700;
}.syj-app_card_title-di4 {
  overflow-wrap: break-word;
  font-size: 0.938rem;
  margin-bottom: 0.375rem;
  line-height: 1.2;
  color: #F0EEFF;
  font-weight: 700;
}.syj-app_card_text-di4 {
  margin-bottom: 14px;
  color: #6C6896;
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 12px;
}.syj-app_card_btn-di4 {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.12);
  gap: 0.438rem;
  transition: background .2s;
  padding: 10px 18px;
  border: 1px solid rgba(100, 87, 212, 0.55);
  font-size: 0.813rem;
  color: #F0EEFF;
  align-items: center;
  font-weight: 700;
  display: inline-flex;
}.syj-app_card_btn-di4:hover {
  background: rgba(255, 255, 255, 0.07);
}.syj-reg-di4 {
  background: #0C0B1C;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.syj-reg-di4 {
  padding: 2.75rem 1.5rem 0;
}
}.syj-reg_in-di4 {
  background: #13122A;
  border-radius: 0.875rem;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin: 0 auto;
  max-width: 1340px;
}
@media(min-width: 771px) {.syj-reg_in-di4 {
  padding: 2.5rem;
}
}.syj-reg_top-di4 {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 863px) {.syj-reg_top-di4 {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.syj-reg_label-di4 {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #6457D4;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .08em;
}.syj-reg_h2-di4 {
  overflow-wrap: break-word;
  color: #F0EEFF;
  line-height: 1.2;
  font-size: 1.375rem;
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 12px;
  font-weight: 800;
}
@media(min-width: 769px) {.syj-reg_h2-di4 {
  font-size: 1.75rem;
}
}.syj-reg_bonus-di4 {
  border: 1px solid rgba(245, 166, 35, 0.15);
  padding: 0.625rem 16px;
  gap: 0.5rem;
  border-radius: 8px;
  background: rgba(245, 166, 35, 0.15);
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
}.syj-reg_bonus_amount-di4 {
  font-weight: 800;
  color: #F5A623;
  font-size: 20px;
}.syj-reg_bonus_text-di4 {
  color: #948FC0;
  line-height: 1.35;
  font-size: 13px;
}.syj-reg_cta_btn-di4 {
  border-radius: 0.5rem;
  transition: background .2s;
  background: #22C55E;
  padding: 14px 2rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 4px 1rem rgba(34, 197, 94, 0.42);
  font-weight: 700;
  color: #0D0C20;
  font-size: 0.938rem;
  display: inline-block;
}.syj-reg_cta_btn-di4:hover {
  background: #18A84F;
}.syj-reg_terms-di4 {
  line-height: 1.5;
  color: #524F78;
  font-size: 11px;
}.syj-reg_seo-di4 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-top: 20px;
  line-height: 1.65;
  color: #6C6896;
}.syj-reg_seo-di4 p {
  color: #6C6896;
  font-size: 13px;
  margin-bottom: 0.625rem;
  line-height: 1.65;
}.syj-reg_seo-di4 p:last-child {
  margin-bottom: 0;
}.syj-reg_seo-di4 strong {
  color: #C4BFEA;
  font-weight: 700;
}.syj-reg_seo-di4 a {
  transition: color .2s;
  text-decoration: underline;
  color: #6457D4;
}.syj-reg_seo-di4 a:hover {
  color: #7568E2;
}.syj-reg_seo-di4 ul,.syj-reg_seo-di4 ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.syj-reg_seo-di4 ol {
  list-style: decimal;
}.syj-reg_seo-di4 li {
  color: #6C6896;
  margin-bottom: 4px;
  line-height: 1.65;
  font-size: 0.813rem;
}.syj-reg_seo-di4 table {
  overflow-x: auto;
  width: 100%;
  font-size: 0.813rem;
  margin-bottom: 10px;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 770px) {.syj-reg_seo-di4 table {
  display: table;
}
}.syj-reg_seo-di4 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  text-align: left;
  color: #C4BFEA;
  font-weight: 700;
}.syj-reg_seo-di4 td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6C6896;
}.syj-reg_steps-di4 {
  gap: 14px;
  display: flex;
  margin-top: 28px;
  flex-direction: column;
}
@media(min-width: 861px) {.syj-reg_steps-di4 {
  margin-top: 0;
}
}.syj-reg_step-di4 {
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.syj-reg_step_num-di4 {
  border-radius: 50%;
  border: 1px solid rgba(100, 87, 212, 0.08);
  background: rgba(100, 87, 212, 0.18);
  height: 34px;
  flex-shrink: 0;
  font-weight: 800;
  align-items: center;
  font-size: 14px;
  width: 2.125rem;
  color: #6457D4;
  display: flex;
  justify-content: center;
}.syj-reg_step_title-di4 {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
  color: #F0EEFF;
}.syj-reg_step_text-di4 {
  font-size: 12px;
  color: #6C6896;
  line-height: 1.5;
}.syj-reg_trust-di4 {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  padding-top: 20px;
}.syj-reg_trust_item-di4 {
  gap: 0.438rem;
  overflow-wrap: break-word;
  color: #6C6896;
  align-items: center;
  font-size: 12px;
  display: flex;
}.syj-reg_trust_ic-di4 svg {
  stroke-linejoin: round;
  width: 1rem;
  height: 1rem;
  stroke-linecap: round;
  color: #6457D4;
}.syj-htp-di4 {
  padding: 36px 16px 0;
  background: #0C0B1C;
}
@media(min-width: 766px) {.syj-htp-di4 {
  padding: 2.75rem 1.5rem 0;
}
}.syj-htp_in-di4 {
  margin: 0 auto;
  max-width: 1340px;
}.syj-htp_head-di4 {
  margin-bottom: 22px;
  max-width: 45rem;
}.syj-htp_label-di4 {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  color: #6457D4;
  margin-bottom: 8px;
  font-weight: 700;
}.syj-htp_h2-di4 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
  font-size: 1.375rem;
  color: #F0EEFF;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
}
@media(min-width: 769px) {.syj-htp_h2-di4 {
  font-size: 28px;
}
}.syj-htp_intro-di4 {
  line-height: 1.6;
  color: #6C6896;
  font-size: 14px;
}.syj-htp_steps-di4 {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.75rem;
  counter-reset: none;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.syj-htp_steps-di4 {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.syj-htp_steps-di4 {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.syj-htp_step-di4 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  padding: 20px 18px 18px;
  background: #13122A;
  flex-direction: column;
  position: relative;
  display: flex;
}.syj-htp_step_num-di4 {
  border-radius: 50%;
  background: #6457D4;
  justify-content: center;
  position: absolute;
  top: -0.75rem;
  height: 1.75rem;
  align-items: center;
  font-weight: 800;
  width: 28px;
  font-size: 0.813rem;
  color: #0D0C20;
  left: 1.25rem;
  font-family: 'Rajdhani', sans-serif;
  display: flex;
}.syj-htp_step_ic-di4 {
  background: rgba(100, 87, 212, 0.18);
  border-radius: 0.313rem;
  margin: 8px 0 0.75rem;
  color: #6457D4;
  width: 36px;
  height: 36px;
  justify-content: center;
  display: flex;
  align-items: center;
}.syj-htp_step_ic-di4 svg {
  stroke-linejoin: round;
  height: 1.125rem;
  stroke-linecap: round;
  width: 1.125rem;
}.syj-htp_step_h-di4 {
  font-size: 0.875rem;
  line-height: 1.25;
  margin-bottom: 6px;
  font-weight: 700;
  color: #F0EEFF;
  overflow-wrap: break-word;
}.syj-htp_step_p-di4 {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #6C6896;
  line-height: 1.55;
}.syj-htp_step_p-di4 strong {
  font-weight: 600;
  color: #C4BFEA;
}.syj-htp_cta-di4 {
  border-radius: 8px;
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  background: #22C55E;
  display: inline-block;
  color: #0D0C20;
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 1.25rem;
}.syj-htp_cta-di4:hover {
  background: #18A84F;
}.syj-faq-di4 {
  padding: 36px 1rem 0;
  background: #0C0B1C;
}
@media(min-width: 771px) {.syj-faq-di4 {
  padding: 2.75rem 24px 0;
}
}.syj-faq_in-di4 {
  margin: 0 auto;
  max-width: 1340px;
}.syj-faq_head-di4 {
  margin-bottom: 20px;
}.syj-faq_label-di4 {
  text-transform: uppercase;
  color: #6457D4;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 11px;
}.syj-faq_h2-di4 {
  color: #F0EEFF;
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 765px) {.syj-faq_h2-di4 {
  font-size: 1.5rem;
}
}.syj-faq_list-di4 {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.syj-faq_item-di4 {
  overflow: hidden;
  background: #13122A;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
}.syj-faq_q-di4 {
  transition: color .2s;
  gap: 12px;
  padding: 1rem 20px;
  align-items: center;
  font-weight: 600;
  flex-wrap: wrap;
  cursor: pointer;
  color: #C4BFEA;
  overflow-wrap: break-word;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}.syj-faq_q-di4:hover {
  color: #F0EEFF;
}.syj-faq_q_ic-di4 {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  align-items: center;
  flex-shrink: 0;
  width: 1.5rem;
  display: flex;
  font-size: 16px;
  color: #6457D4;
  justify-content: center;
  height: 24px;
}.syj-faq_item-di4.syj-state_open-di4 .syj-faq_q_ic-di4 {
  transform: rotate(45deg);
}.syj-faq_a-di4 {
  padding: 0 20px 16px;
  color: #6C6896;
  line-height: 1.7;
  font-size: 13px;
  display: none;
  overflow-wrap: break-word;
}.syj-faq_item-di4.syj-state_open-di4 .syj-faq_a-di4 {
  display: block;
}.syj-faq_a-di4 strong {
  color: #C4BFEA;
  font-weight: 700;
}.syj-faq_a-di4 a {
  text-decoration: underline;
  color: #6457D4;
}.syj-faq_a-di4 ul,.syj-faq_a-di4 ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.syj-faq_a-di4 ol {
  list-style: decimal;
}.syj-faq_a-di4 li {
  line-height: 1.6;
  margin-bottom: 4px;
}.syj-faq_a-di4 table {
  margin: 8px 0;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  width: 100%;
  font-size: 0.75rem;
}
@media(min-width: 769px) {.syj-faq_a-di4 table {
  display: table;
}
}.syj-faq_a-di4 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 8px;
  color: #C4BFEA;
  text-align: left;
  font-weight: 700;
}.syj-faq_a-di4 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 8px;
  color: #6C6896;
}.syj-pmt-di4 {
  background: #0C0B1C;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.syj-pmt-di4 {
  padding: 44px 24px 0;
}
}.syj-pmt_in-di4 {
  margin: 0 auto;
  max-width: 83.75rem;
}.syj-pmt_head-di4 {
  max-width: 45rem;
  margin-bottom: 1.375rem;
}.syj-pmt_label-di4 {
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #6457D4;
  font-weight: 700;
}.syj-pmt_h2-di4 {
  font-size: 1.375rem;
  font-weight: 800;
  color: #F0EEFF;
  margin-bottom: 0.5rem;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.syj-pmt_h2-di4 {
  font-size: 28px;
}
}.syj-pmt_intro-di4 {
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.875rem;
  color: #6C6896;
}.syj-pmt_groups-di4 {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}.syj-pmt_group-di4 {
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #13122A;
}.syj-pmt_group_head-di4 {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
  align-items: center;
  display: flex;
}.syj-pmt_group_ic-di4 {
  border-radius: 0.313rem;
  background: rgba(100, 87, 212, 0.18);
  align-items: center;
  display: flex;
  color: #6457D4;
  justify-content: center;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
}.syj-pmt_group_ic-di4 svg {
  width: 18px;
  stroke-linecap: round;
  height: 1.125rem;
  stroke-linejoin: round;
}.syj-pmt_group_h-di4 {
  margin: 0;
  font-weight: 700;
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1rem;
  color: #F0EEFF;
}.syj-pmt_group_p-di4 {
  color: #6C6896;
  margin-bottom: 14px;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.syj-pmt_group_p-di4 strong {
  color: #C4BFEA;
  font-weight: 600;
}.syj-pmt_table_wrap-di4 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.syj-pmt_table-di4 {
  border-collapse: collapse;
  width: 100%;
  min-width: 540px;
  font-size: 0.813rem;
}.syj-pmt_table-di4 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  letter-spacing: .04em;
  text-align: left;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  color: #C4BFEA;
  font-size: 0.688rem;
}.syj-pmt_table-di4 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  color: #6C6896;
}.syj-pmt_table-di4 tbody tr:last-child td {
  border-bottom: none;
}.syj-pmt_table-di4 tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C4BFEA;
}.syj-seo-di4 {
  padding: 2.25rem 16px 0;
  background: #0C0B1C;
}
@media(min-width: 765px) {.syj-seo-di4 {
  padding: 44px 1.5rem 0;
}
}.syj-seo_in-di4 {
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #13122A;
  margin: 0 auto;
  padding: 28px 24px;
  max-width: 1340px;
}
@media(min-width: 771px) {.syj-seo_in-di4 {
  padding: 36px 40px;
}
}.syj-seo_label-di4 {
  color: #6457D4;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
}.syj-seo_h2-di4 {
  font-size: 1.25rem;
  color: #F0EEFF;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width: 770px) {.syj-seo_h2-di4 {
  font-size: 24px;
}
}.syj-seo_body-di4 {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #948FC0;
  font-size: 14px;
}.syj-seo_body-di4 p {
  line-height: 1.75;
  font-size: 14px;
  color: #948FC0;
  margin-bottom: 12px;
}.syj-seo_body-di4 p:last-child {
  margin-bottom: 0;
}.syj-seo_body-di4 strong {
  font-weight: 700;
  color: #C4BFEA;
}.syj-seo_body-di4 a {
  transition: color .2s;
  color: #6457D4;
  text-decoration: underline;
}.syj-seo_body-di4 a:hover {
  color: #7568E2;
}.syj-seo_body-di4 ul,.syj-seo_body-di4 ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.syj-seo_body-di4 ol {
  list-style: decimal;
}.syj-seo_body-di4 li {
  line-height: 1.75;
  color: #948FC0;
  font-size: 14px;
  margin-bottom: 0.375rem;
}.syj-seo_body-di4 table {
  overflow-x: auto;
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
  display: block;
  margin-bottom: 0.75rem;
}
@media(min-width: 771px) {.syj-seo_body-di4 table {
  display: table;
}
}.syj-seo_body-di4 th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C4BFEA;
  font-weight: 700;
  text-align: left;
}.syj-seo_body-di4 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #948FC0;
}.syj-seo_cols-di4 {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 642px) {.syj-seo_cols-di4 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.syj-seo_cols-di4 {
  grid-template-columns: repeat(3,1fr);
}
}.syj-seo_col_h-di4 {
  font-size: 0.813rem;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  color: #C4BFEA;
}.syj-seo_col_p-di4 {
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #6C6896;
}.syj-seo_stats-di4 {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.syj-seo_stat-di4 {
  border-radius: 8px;
  flex: 1;
  border: 1px solid rgba(100, 87, 212, 0.18);
  background: rgba(100, 87, 212, 0.08);
  padding: 14px 16px;
  min-width: 8.75rem;
}.syj-seo_stat_val-di4 {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  color: #6457D4;
}.syj-seo_stat_lb-di4 {
  font-size: 11px;
  color: #6C6896;
  overflow-wrap: break-word;
}.syj-rv-di4 {
  background: #0C0B1C;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.syj-rv-di4 {
  padding: 44px 24px 0;
}
}.syj-rv_in-di4 {
  margin: 0 auto;
  max-width: 83.75rem;
}.syj-rv_head-di4 {
  margin-bottom: 20px;
  max-width: 720px;
}.syj-rv_label-di4 {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-size: 11px;
  color: #6457D4;
  font-weight: 700;
}.syj-rv_h2-di4 {
  font-size: 22px;
  font-weight: 800;
  color: #F0EEFF;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width: 767px) {.syj-rv_h2-di4 {
  font-size: 28px;
}
}.syj-rv_stats-di4 {
  gap: 1.125rem;
  align-items: center;
  font-size: 0.813rem;
  display: flex;
  color: #6C6896;
  flex-wrap: wrap;
}.syj-rv_stats_score-di4 {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.syj-rv_stats_score_val-di4 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
  font-size: 22px;
  color: #F5A623;
}.syj-rv_stats_score_max-di4 {
  font-size: 0.813rem;
  color: #524F78;
}.syj-rv_stats_badge-di4 {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.syj-rv_stats_badge-di4 svg {
  height: 0.875rem;
  width: 0.875rem;
  color: #F5A623;
}.syj-rv_grid-di4 {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.syj-rv_grid-di4 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.syj-rv_grid-di4 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.syj-rv_card-di4 {
  padding: 20px;
  border-radius: 0.5rem;
  background: #13122A;
  border: 1px solid rgba(255, 255, 255, 0.10);
  flex-direction: column;
  display: flex;
}.syj-rv_card_stars-di4 {
  gap: 2px;
  margin-bottom: 0.625rem;
  display: flex;
  color: #F5A623;
}.syj-rv_card_stars-di4 svg {
  width: 14px;
  height: 0.875rem;
}.syj-rv_card_h-di4 {
  line-height: 1.3;
  color: #F0EEFF;
  margin-bottom: 8px;
  font-size: 14px;
  overflow-wrap: break-word;
  font-weight: 700;
}.syj-rv_card_body-di4 {
  flex: 1;
  margin-bottom: 14px;
  color: #6C6896;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
}.syj-rv_card_body-di4 strong {
  font-weight: 600;
  color: #C4BFEA;
}.syj-rv_card_meta-di4 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.75rem;
}.syj-rv_card_author-di4 {
  color: #C4BFEA;
  font-weight: 600;
  font-size: 12px;
}.syj-rv_card_date-di4 {
  color: #524F78;
  font-size: 0.688rem;
}.syj-seo-di4 {
  background: #0C0B1C;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.syj-seo-di4 {
  padding: 44px 1.5rem 0;
}
}.syj-seo_in-di4 {
  border-radius: 14px;
  background: #13122A;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  margin: 0 auto;
  max-width: 83.75rem;
}
@media(min-width: 766px) {.syj-seo_in-di4 {
  padding: 2.25rem 2.5rem;
}
}.syj-seo_label-di4 {
  color: #6457D4;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: .08em;
}.syj-seo_h2-di4 {
  line-height: 1.25;
  color: #F0EEFF;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 14px;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.syj-seo_h2-di4 {
  font-size: 1.5rem;
}
}.syj-seo_body-di4 {
  color: #948FC0;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
}.syj-seo_body-di4 p {
  line-height: 1.75;
  color: #948FC0;
  font-size: 14px;
  margin-bottom: 12px;
}.syj-seo_body-di4 p:last-child {
  margin-bottom: 0;
}.syj-seo_body-di4 strong {
  color: #C4BFEA;
  font-weight: 700;
}.syj-seo_body-di4 a {
  transition: color .2s;
  color: #6457D4;
  text-decoration: underline;
}.syj-seo_body-di4 a:hover {
  color: #7568E2;
}.syj-seo_body-di4 ul,.syj-seo_body-di4 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.syj-seo_body-di4 ol {
  list-style: decimal;
}.syj-seo_body-di4 li {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 6px;
  color: #948FC0;
}.syj-seo_body-di4 table {
  margin-bottom: 0.75rem;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.813rem;
  width: 100%;
}
@media(min-width: 769px) {.syj-seo_body-di4 table {
  display: table;
}
}.syj-seo_body-di4 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  text-align: left;
  color: #C4BFEA;
  font-weight: 700;
}.syj-seo_body-di4 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #948FC0;
}.syj-seo_cols-di4 {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.syj-seo_cols-di4 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.syj-seo_cols-di4 {
  grid-template-columns: repeat(3,1fr);
}
}.syj-seo_col_h-di4 {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-weight: 700;
  color: #C4BFEA;
}.syj-seo_col_p-di4 {
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #6C6896;
}.syj-seo_stats-di4 {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.syj-seo_stat-di4 {
  padding: 0.875rem 1rem;
  border-radius: 8px;
  border: 1px solid rgba(100, 87, 212, 0.18);
  flex: 1;
  background: rgba(100, 87, 212, 0.08);
  min-width: 8.75rem;
}.syj-seo_stat_val-di4 {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #6457D4;
}.syj-seo_stat_lb-di4 {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #6C6896;
}.syj-seo-di4 {
  background: #0C0B1C;
  padding: 36px 1rem 0;
}
@media(min-width:768px) {.syj-seo-di4 {
  padding: 2.75rem 24px 0;
}
}.syj-seo_in-di4 {
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.875rem;
  padding: 28px 1.5rem;
  background: #13122A;
  max-width: 83.75rem;
}
@media(min-width: 769px) {.syj-seo_in-di4 {
  padding: 2.25rem 2.5rem;
}
}.syj-seo_label-di4 {
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  font-weight: 700;
  color: #6457D4;
  text-transform: uppercase;
  font-size: 0.688rem;
}.syj-seo_h2-di4 {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 0.875rem;
  color: #F0EEFF;
  line-height: 1.25;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width: 765px) {.syj-seo_h2-di4 {
  font-size: 1.5rem;
}
}.syj-seo_body-di4 {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #948FC0;
  overflow-wrap: break-word;
}.syj-seo_body-di4 p {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  color: #948FC0;
}.syj-seo_body-di4 p:last-child {
  margin-bottom: 0;
}.syj-seo_body-di4 strong {
  color: #C4BFEA;
  font-weight: 700;
}.syj-seo_body-di4 a {
  transition: color .2s;
  color: #6457D4;
  text-decoration: underline;
}.syj-seo_body-di4 a:hover {
  color: #7568E2;
}.syj-seo_body-di4 ul,.syj-seo_body-di4 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.syj-seo_body-di4 ol {
  list-style: decimal;
}.syj-seo_body-di4 li {
  color: #948FC0;
  margin-bottom: 6px;
  line-height: 1.75;
  font-size: 14px;
}.syj-seo_body-di4 table {
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  width: 100%;
  display: block;
  font-size: 13px;
}
@media(min-width: 766px) {.syj-seo_body-di4 table {
  display: table;
}
}.syj-seo_body-di4 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #C4BFEA;
}.syj-seo_body-di4 td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #948FC0;
}.syj-seo_cols-di4 {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 637px) {.syj-seo_cols-di4 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.syj-seo_cols-di4 {
  grid-template-columns: repeat(3,1fr);
}
}.syj-seo_col_h-di4 {
  color: #C4BFEA;
  font-size: 0.813rem;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 7px;
}.syj-seo_col_p-di4 {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #6C6896;
  font-size: 13px;
}.syj-seo_stats-di4 {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.syj-seo_stat-di4 {
  background: rgba(100, 87, 212, 0.08);
  border-radius: 0.5rem;
  padding: 0.875rem 16px;
  flex: 1;
  border: 1px solid rgba(100, 87, 212, 0.18);
  min-width: 140px;
}.syj-seo_stat_val-di4 {
  color: #6457D4;
  margin-bottom: 4px;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
}.syj-seo_stat_lb-di4 {
  font-size: 11px;
  color: #6C6896;
  overflow-wrap: break-word;
}.syj-ft-di4 {
  background: #07060F;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.syj-ft_support-di4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 16px;
}
@media(min-width: 769px) {.syj-ft_support-di4 {
  padding: 1.75rem 1.5rem;
}
}.syj-ft_support_in-di4 {
  gap: 1rem;
  margin: 0 auto;
  max-width: 83.75rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.syj-ft_support_main-di4 {
  flex: 1;
  gap: 1rem;
  align-items: center;
  min-width: 220px;
  display: flex;
  flex-wrap: wrap;
}.syj-ft_support_ic-di4 {
  color: #6457D4;
  flex-shrink: 0;
}.syj-ft_support_ic-di4 svg {
  height: 30px;
  width: 1.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.syj-ft_support_text_title-di4 {
  font-weight: 700;
  color: #F0EEFF;
  font-size: 15px;
  overflow-wrap: break-word;
  margin-bottom: 3px;
}.syj-ft_support_text_sub-di4 {
  color: #6C6896;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.syj-ft_support_btn-di4 {
  transition: background .2s;
  background: #6457D4;
  border-radius: 8px;
  padding: 0.688rem 22px;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.813rem;
  color: #F0EEFF;
  flex-shrink: 0;
}.syj-ft_support_btn-di4:hover {
  background: #7568E2;
}.syj-ft_support_contacts-di4 {
  gap: 1rem;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.syj-ft_support_contact-di4 {
  line-height: 1.4;
  color: #524F78;
  font-size: 0.75rem;
}.syj-ft_support_contact-di4 strong {
  font-weight: 600;
  font-size: 0.688rem;
  margin-bottom: 2px;
  color: #948FC0;
  display: block;
}.syj-ft_main-di4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 16px 1.5rem;
}
@media(min-width: 769px) {.syj-ft_main-di4 {
  padding: 2.5rem 24px 2rem;
}
}.syj-ft_main_in-di4 {
  margin: 0 auto;
  gap: 24px;
  max-width: 83.75rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.syj-ft_main_in-di4 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.syj-ft_main_in-di4 {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.syj-ft_col_logo-di4 {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.syj-ft_col_logo-di4 {
  grid-column: auto;
}
}.syj-ft_logo-di4 {
  gap: 0.563rem;
  margin-bottom: 0.75rem;
  font-size: 16px;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 800;
  display: flex;
  overflow-wrap: break-word;
  color: #F0EEFF;
}.syj-ft_logo_mark-di4 {
  overflow: hidden;
  border-radius: 5px;
  height: 30px;
  width: 1.875rem;
}.syj-ft_logo_mark-di4 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.syj-ft_logo_sub-di4 {
  max-width: 12.5rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #524F78;
  font-size: 12px;
}.syj-ft_col_title-di4 {
  font-size: 12px;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-weight: 700;
  color: #948FC0;
}.syj-ft_col_links-di4 {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.syj-ft_col_link-di4 {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #524F78;
  font-size: 13px;
}.syj-ft_col_link-di4:hover {
  color: #C4BFEA;
}.syj-ft_apps-di4 {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.syj-ft_app_card-di4 {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.313rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  transition: border-color .2s;
  gap: 10px;
  align-items: center;
  display: flex;
}.syj-ft_app_card-di4:hover {
  border-color: rgba(100, 87, 212, 0.55);
}.syj-ft_app_card_ic-di4 svg {
  stroke-linecap: round;
  width: 1.375rem;
  height: 22px;
  stroke-linejoin: round;
}.syj-ft_app_card_os-di4 {
  font-size: 10px;
  color: #524F78;
  font-weight: 600;
}.syj-ft_app_card_action-di4 {
  color: #C4BFEA;
  font-weight: 700;
  font-size: 12px;
}.syj-ft_bot-di4 {
  padding: 1.25rem 16px;
}
@media(min-width:768px) {.syj-ft_bot-di4 {
  padding: 1.25rem 1.5rem;
}
}.syj-ft_bot_in-di4 {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  max-width: 83.75rem;
  display: flex;
}.syj-ft_socials-di4 {
  gap: 8px;
  display: flex;
}.syj-ft_soc-di4 {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: background .2s;
  border-radius: 0.313rem;
  align-items: center;
  width: 2.25rem;
  justify-content: center;
  height: 2.25rem;
  display: flex;
  color: #948FC0;
}.syj-ft_soc-di4 svg {
  stroke-linejoin: round;
  height: 1rem;
  width: 16px;
  stroke-linecap: round;
}.syj-ft_soc-di4:hover {
  background: rgba(255, 255, 255, 0.07);
}.syj-ft_legal-di4 {
  flex: 1;
  overflow-wrap: break-word;
  line-height: 1.6;
  min-width: 200px;
  font-size: 0.688rem;
  color: #837FA8;
}.syj-ft_legal-di4 strong {
  font-weight: 700;
  color: #948FC0;
}.syj-ft_legal-di4 a {
  text-decoration: underline;
  color: #948FC0;
}.syj-ft_age-di4 {
  border: 2px solid #837FA8;
  border-radius: 50%;
  display: flex;
  height: 32px;
  width: 2rem;
  color: #837FA8;
  flex-shrink: 0;
  justify-content: center;
  margin-left: auto;
  font-weight: 800;
  font-size: 11px;
  align-items: center;
}