*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #0E1219;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  color: #C8CED9;
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  text-decoration: none;
  color: inherit;
}button {
  border: none;
  background: none;
  font: inherit;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.kyj-layout-feo {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.kyj-page-feo {
  display: flex;
  min-height: 100vh;
}.kyj-main-feo {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media(min-width: 1082px) {.kyj-main-feo {
  padding-left: 220px;
}
}
@media(max-width:1079px) {.kyj-main-feo {
  padding-bottom: 72px;
}
}.kyj-gc-feo {
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  border-radius: 8px;
  background: #121720;
  flex-shrink: 0;
  width: 8.75rem;
  cursor: pointer;
  position: relative;
}
@media(min-width: 642px) {.kyj-gc-feo {
  width: 9.75rem;
}
}
@media(min-width: 1083px) {.kyj-gc-feo {
  width: 168px;
}
}.kyj-gc-feo:hover {
  transform: translateY(-3px);
  border-color: rgba(240,165,0,0.07);
}.kyj-gc_img-feo {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.kyj-gc_img-feo img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}.kyj-gc_hover-feo {
  background: rgba(9,12,17,0.72);
  inset: 0;
  transition: opacity .2s;
  justify-content: center;
  opacity: 0;
  align-items: center;
  position: absolute;
  display: flex;
}.kyj-gc-feo:hover .kyj-gc_hover-feo {
  opacity: 1;
}.kyj-gc_hover_btn-feo {
  padding: 0.5rem 16px;
  background: #F0A500;
  border-radius: 4px;
  color: #F2F4F7;
  font-size: 12px;
  font-weight: 700;
}.kyj-gc_info-feo {
  padding: 0.5rem 10px 0.625rem;
}.kyj-gc_name-feo {
  overflow: hidden;
  font-weight: 600;
  color: #C8CED9;
  margin-bottom: 3px;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  font-size: 0.75rem;
}.kyj-gc_prov-feo {
  color: #4E5667;
  font-size: 0.625rem;
}.kyj-gc_tag-feo {
  padding: 2px 7px;
  border-radius: 0.25rem;
  left: 0.375rem;
  text-transform: uppercase;
  z-index: 2;
  top: 0.375rem;
  font-weight: 700;
  position: absolute;
  letter-spacing: .04em;
  font-size: 9px;
}.kyj-gc_tag_hot-feo {
  background: #EF4444;
  color: #fff;
}.kyj-gc_tag_new-feo {
  background: #22C55E;
  color: #0E1219;
}.kyj-gc_tag_jp-feo {
  background: #FBBF24;
  color: #0E1219;
}.kyj-gc_tag_ex-feo {
  background: #C46B00;
  color: #fff;
}.kyj-gc_tag_live-feo {
  background: #EF4444;
  color: #fff;
}.kyj-gr-feo {
  background: #0E1219;
  padding: 2rem 1rem 0;
}
@media(min-width: 765px) {.kyj-gr-feo {
  padding: 36px 24px 0;
}
}.kyj-gr_in-feo {
  margin: 0 auto;
  max-width: 82.5rem;
}.kyj-gr_head-feo {
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  display: flex;
}.kyj-gr_head_l-feo {
  gap: 10px;
  flex: 1;
  min-width: 0;
  align-items: center;
  display: flex;
}.kyj-gr_ic-feo {
  border-radius: 8px;
  justify-content: center;
  display: flex;
  height: 32px;
  align-items: center;
  width: 32px;
  flex-shrink: 0;
}.kyj-gr_ic-feo svg {
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
  height: 16px;
}.kyj-gr_title-feo {
  color: #F2F4F7;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media(min-width: 769px) {.kyj-gr_title-feo {
  font-size: 18px;
}
}.kyj-gr_more-feo {
  transition: color .2s;
  gap: 0.313rem;
  font-weight: 600;
  align-items: center;
  flex-shrink: 0;
  font-size: 0.75rem;
  display: flex;
  white-space: nowrap;
  color: #6A7385;
}.kyj-gr_more-feo:hover {
  color: #F0A500;
}.kyj-gr_more-feo svg {
  height: 0.75rem;
  stroke-linecap: round;
  width: 0.75rem;
  stroke-linejoin: round;
}.kyj-gr_arrows-feo {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.kyj-gr_arr-feo {
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.11);
  transition: background .15s,color .15s;
  background: rgba(255,255,255,0.05);
  width: 1.875rem;
  color: #8E97A8;
  height: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}.kyj-gr_arr-feo:hover {
  background: rgba(255,255,255,0.07);
  color: #F2F4F7;
}.kyj-gr_arr-feo svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.813rem;
  width: 13px;
}.kyj-gr_seo_h-feo {
  margin: 0 0 0.375rem;
  overflow-wrap: break-word;
  color: #C8CED9;
  font-family: 'Barlow Condensed', sans-serif;
  max-width: 42.5rem;
  font-size: 13px;
  font-weight: 700;
}
@media(min-width: 769px) {.kyj-gr_seo_h-feo {
  font-size: 0.875rem;
}
}.kyj-gr_seo-feo {
  margin-bottom: 0.75rem;
  color: #6A7385;
  line-height: 1.55;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  font-size: 12px;
}.kyj-gr_seo-feo strong {
  font-weight: 600;
  color: #C8CED9;
}.kyj-gr_scroll-feo {
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 0.625rem;
  -webkit-overflow-scrolling: touch;
  display: flex;
}.kyj-gr_scroll-feo::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.kyj-gr_scroll-feo {
  gap: 0.75rem;
}
}.kyj-tb-feo {
  background: #0E1219;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  top: 0;
  right: 0;
  align-items: center;
  position: fixed;
  display: flex;
  z-index: 80;
  left: 0;
  height: 56px;
}.kyj-tb_in-feo {
  padding: 0 0.875rem;
  gap: 0;
  width: 100%;
  align-items: center;
  display: flex;
  height: 100%;
}.kyj-tb_burger-feo {
  border-radius: 0.5rem;
  gap: 5px;
  flex-direction: column;
  height: 38px;
  width: 38px;
  justify-content: center;
  margin-right: 0.5rem;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.kyj-tb_burger-feo:hover {
  background: rgba(255,255,255,0.05);
}.kyj-tb_burger_line-feo {
  border-radius: 1px;
  background: #8E97A8;
  display: block;
  height: 2px;
  width: 18px;
}
@media(min-width: 1077px) {.kyj-tb_burger-feo {
  display: none;
}
}.kyj-tb_logo-feo {
  gap: 9px;
  font-size: 18px;
  font-weight: 800;
  color: #F2F4F7;
  align-items: center;
  display: flex;
  margin-right: 20px;
  flex-shrink: 0;
  overflow-wrap: break-word;
  letter-spacing: -.01em;
}.kyj-tb_logo_mark-feo {
  border-radius: 0.5rem;
  overflow: hidden;
  height: 2rem;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 32px;
}.kyj-tb_logo_mark-feo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.kyj-tb_nav-feo {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 638px) {.kyj-tb_nav-feo {
  display: flex;
}
}.kyj-tb_tab-feo {
  transition: background .15s,color .15s;
  padding: 8px 14px;
  border-radius: 8px;
  color: #8E97A8;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
}.kyj-tb_tab-feo:hover {
  background: rgba(255,255,255,0.05);
  color: #F2F4F7;
}.kyj-tb_tab-feo.kyj-state_active-feo {
  background: rgba(240,165,0,0.18);
  color: #F2F4F7;
}.kyj-tb_right-feo {
  gap: 0.5rem;
  margin-left: auto;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.kyj-tb_login-feo {
  background: rgba(255,255,255,0.05);
  padding: 9px 1rem;
  border: 1px solid rgba(255,255,255,0.11);
  transition: border-color .2s,color .2s;
  border-radius: 8px;
  font-weight: 600;
  display: none;
  font-size: 13px;
  color: #C8CED9;
}.kyj-tb_login-feo:hover {
  border-color: rgba(255,183,36,0.45);
  color: #F2F4F7;
}
@media(min-width: 483px) {.kyj-tb_login-feo {
  display: block;
}
}.kyj-tb_reg-feo {
  background: #22C55E;
  border-radius: 8px;
  transition: background .2s;
  padding: 9px 18px;
  white-space: nowrap;
  color: #0B0E14;
  font-weight: 700;
  font-size: 0.813rem;
}.kyj-tb_reg-feo:hover {
  background: #16A34A;
}.kyj-sb-feo {
  transition: transform .25s ease;
  transform: translateX(-100%);
  background: #161C26;
  border-right: 1px solid rgba(255,255,255,0.05);
  left: 0;
  top: 56px;
  position: fixed;
  z-index: 70;
  bottom: 0;
  width: 220px;
  overflow-y: auto;
}.kyj-sb-feo.kyj-state_open-feo {
  transform: translateX(0);
}.kyj-sb-feo::-webkit-scrollbar {
  width: 4px;
}.kyj-sb-feo::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
}
@media(min-width: 1081px) {.kyj-sb-feo {
  transform: translateX(0);
}
}.kyj-sb_auth-feo {
  padding: 14px 0.75rem 10px;
}.kyj-sb_btn_reg-feo {
  background: #22C55E;
  padding: 0.688rem;
  transition: background .2s;
  border-radius: 8px;
  display: block;
  margin-bottom: 8px;
  color: #0B0E14;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}.kyj-sb_btn_reg-feo:hover {
  background: #16A34A;
}.kyj-sb_btn_login-feo {
  border-radius: 0.5rem;
  padding: 10px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.11);
  transition: border-color .2s;
  display: block;
  font-size: 0.813rem;
  font-weight: 600;
  text-align: center;
  color: #C8CED9;
}.kyj-sb_btn_login-feo:hover {
  border-color: rgba(255,183,36,0.45);
  color: #F2F4F7;
}.kyj-sb_promo-feo {
  border-radius: 0.5rem;
  margin: 0 12px 0.625rem;
  background: linear-gradient(135deg,#1A1000,#161C26);
  overflow: hidden;
  padding: 0.75rem 0.875rem;
  border: 1px solid rgba(240,165,0,0.18);
  position: relative;
}.kyj-sb_promo-feo::before {
  background: radial-gradient(circle,rgba(240,165,0,0.18),transparent 70%);
  border-radius: 50%;
  height: 5rem;
  top: -1.25rem;
  width: 80px;
  right: -20px;
  content: '';
  position: absolute;
}.kyj-sb_promo_title-feo {
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #F0A500;
  letter-spacing: .06em;
  font-weight: 700;
  margin-bottom: 4px;
}.kyj-sb_promo_text-feo {
  font-size: 0.75rem;
  color: #F2F4F7;
  line-height: 1.35;
  overflow-wrap: break-word;
  font-weight: 600;
}.kyj-sb_promo_sub-feo {
  margin-top: 3px;
  font-size: 0.625rem;
  color: #6A7385;
}.kyj-sb_nav-feo {
  padding: 6px 0.5rem 16px;
}.kyj-sb_nav_lb-feo {
  padding: 0.625rem 0.5rem 6px;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #4E5667;
  font-weight: 700;
}.kyj-sb_link-feo {
  gap: 0.625rem;
  transition: background .15s,color .15s;
  padding: 0.563rem 10px;
  border-radius: 4px;
  color: #8E97A8;
  font-size: 0.813rem;
  cursor: pointer;
  align-items: center;
  font-weight: 500;
  display: flex;
  overflow-wrap: break-word;
}.kyj-sb_link-feo:hover {
  background: rgba(255,255,255,0.05);
  color: #F2F4F7;
}.kyj-sb_link-feo.kyj-state_active-feo {
  background: rgba(240,165,0,0.18);
  color: #F2F4F7;
}.kyj-sb_ic-feo {
  border-radius: 4px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 30px;
  height: 1.875rem;
  justify-content: center;
}.kyj-sb_ic-feo svg {
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
  height: 16px;
}.kyj-sb_ic_1-feo {
  background: rgba(240,165,0,0.07);
  color: #F0A500;
}.kyj-sb_ic_2-feo {
  background: rgba(34,197,94,0.15);
  color: #22C55E;
}.kyj-sb_ic_3-feo {
  background: rgba(251,191,36,0.14);
  color: #FBBF24;
}.kyj-sb_ic_4-feo {
  background: rgba(196,107,0,0.22);
  color: #C46B00;
}.kyj-sb_ic_5-feo {
  background: rgba(240,165,0,0.07);
  color: #F472B6;
}.kyj-sb_ic_6-feo {
  background: rgba(196,107,0,0.22);
  color: #A855F7;
}.kyj-sb_badge-feo {
  background: #FBBF24;
  padding: 2px 0.438rem;
  border-radius: 4px;
  color: #0B0E14;
  font-weight: 700;
  margin-left: auto;
  font-size: 0.563rem;
}.kyj-sb_bot-feo {
  gap: 0.5rem;
  padding: 0.75rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
}.kyj-sb_lang-feo,.kyj-sb_help-feo {
  gap: 0.375rem;
  border-radius: 0.25rem;
  background: rgba(255,255,255,0.05);
  padding: 9px 6px;
  border: 1px solid rgba(255,255,255,0.06);
  flex: 1;
  transition: border-color .2s;
  align-items: center;
  color: #8E97A8;
  justify-content: center;
  display: flex;
  font-weight: 600;
  font-size: 11px;
}.kyj-sb_lang-feo:hover,.kyj-sb_help-feo:hover {
  border-color: rgba(255,183,36,0.45);
  color: #F2F4F7;
}.kyj-sb_lang-feo svg,.kyj-sb_help-feo svg {
  height: 13px;
  stroke-linejoin: round;
  width: 0.813rem;
  stroke-linecap: round;
}.kyj-sb_bd-feo {
  background: rgba(9,12,17,0.72);
  inset: 0;
  position: fixed;
  z-index: 69;
  display: none;
}.kyj-sb_bd-feo.kyj-state_on-feo {
  display: block;
}
@media(min-width:1080px) {.kyj-sb_bd-feo {
  display: none!important;
}
}.kyj-mob_nav-feo {
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  background: #161C26;
  border-top: 1px solid rgba(255,255,255,0.11);
  right: 0;
  z-index: 80;
  bottom: 0;
  left: 0;
  display: flex;
  position: fixed;
}
@media(min-width: 1082px) {.kyj-mob_nav-feo {
  display: none;
}
}.kyj-mob_nav_item-feo {
  gap: 4px;
  flex: 1;
  padding: 4px 2px;
  cursor: pointer;
  color: #4E5667;
  align-items: center;
  display: flex;
  flex-direction: column;
}.kyj-mob_nav_ic-feo {
  line-height: 1;
}.kyj-mob_nav_ic-feo svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.kyj-mob_nav_lb-feo {
  color: #4E5667;
  font-weight: 600;
  font-size: 10px;
}.kyj-mob_nav_item-feo.kyj-state_active-feo {
  color: #F0A500;
}.kyj-mob_nav_item-feo.kyj-state_active-feo .kyj-mob_nav_lb-feo {
  color: #F0A500;
}.kyj-hero-feo {
  background: #0E1219;
  padding: 20px 16px 0;
}
@media(min-width: 765px) {.kyj-hero-feo {
  padding: 1.5rem 24px 0;
}
}.kyj-hero_in-feo {
  margin: 0 auto;
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
}
@media(min-width: 862px) {.kyj-hero_in-feo {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1097px) {.kyj-hero_in-feo {
  grid-template-columns: 1fr 21.25rem;
}
}.kyj-hero_promo-feo {
  overflow: hidden;
  border-radius: 12px;
  background: #121720;
  display: flex;
  min-height: 220px;
  position: relative;
  align-items: stretch;
}
@media(min-width: 766px) {.kyj-hero_promo-feo {
  min-height: 17.5rem;
}
}.kyj-hero_promo_bg-feo {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#1A1000 0%,#0E1219 100%);
  position: absolute;
  background-size: cover;
}.kyj-hero_promo_bg-feo::after {
  background: linear-gradient(90deg,#0E1219 0%,rgba(9,12,17,0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.kyj-hero_promo_glow-feo {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(196,107,0,0.22) 0%,transparent 65%);
  width: 300px;
  pointer-events: none;
  height: 300px;
  position: absolute;
  right: 60px;
  top: -40px;
}.kyj-hero_promo_ct-feo {
  padding: 28px 24px 1.75rem 1.75rem;
  display: flex;
  position: relative;
  max-width: 30rem;
  z-index: 2;
  justify-content: center;
  flex-direction: column;
}
@media(min-width: 765px) {.kyj-hero_promo_ct-feo {
  padding: 2.5rem 2rem;
}
}.kyj-hero_badge-feo {
  background: rgba(240,165,0,0.18);
  border-radius: 1.25rem;
  border: 1px solid rgba(240,165,0,0.07);
  padding: 0.313rem 12px;
  margin-bottom: 0.875rem;
  font-size: 0.625rem;
  color: #F0A500;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  letter-spacing: .08em;
}.kyj-hero_h1-feo {
  line-height: 1.15;
  color: #F2F4F7;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 26px;
}.kyj-hero_h1-feo em {
  color: #FBBF24;
  font-style: normal;
}
@media(min-width: 765px) {.kyj-hero_h1-feo {
  font-size: 2.25rem;
}
}.kyj-hero_sub-feo {
  color: #8E97A8;
  font-size: 0.813rem;
  margin-bottom: 20px;
  line-height: 1.55;
}
@media(min-width: 765px) {.kyj-hero_sub-feo {
  font-size: 0.875rem;
}
}.kyj-hero_row-feo {
  gap: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.kyj-hero_cta-feo {
  background: #22C55E;
  border-radius: 8px;
  padding: 0.813rem 26px;
  transition: background .2s;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 2px 0.75rem rgba(34,197,94,0.32), 0 1px 3px rgba(0,0,0,0.5);
  color: #0B0E14;
}.kyj-hero_cta-feo:hover {
  background: #16A34A;
}.kyj-hero_terms-feo {
  color: #4E5667;
  font-size: 0.688rem;
}.kyj-hero_game-feo {
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.75rem;
  overflow: hidden;
  background: #121720;
  flex-direction: column;
  display: flex;
  position: relative;
}.kyj-hero_game_badge-feo {
  border: 1px solid rgba(251,191,36,0.14);
  background: rgba(251,191,36,0.14);
  padding: 0.313rem 10px;
  border-radius: 1.25rem;
  left: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
  color: #FBBF24;
  top: 0.75rem;
  z-index: 3;
  position: absolute;
  font-size: 0.625rem;
}.kyj-hero_game_badge-feo svg {
  margin-right: 4px;
  width: 0.688rem;
  vertical-align: -1px;
  height: 0.688rem;
}.kyj-hero_game_img-feo {
  background: linear-gradient(135deg,#1A1000,#0E1219);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.kyj-hero_game_img-feo img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}.kyj-hero_game_play-feo {
  background: rgba(9,12,17,0.72);
  transition: opacity .2s;
  inset: 0;
  opacity: 0;
  align-items: center;
  position: absolute;
  display: flex;
  justify-content: center;
}.kyj-hero_game-feo:hover .kyj-hero_game_play-feo {
  opacity: 1;
}.kyj-hero_game_play-feo span {
  border-radius: 50%;
  background: #F0A500;
  align-items: center;
  display: flex;
  height: 3.25rem;
  width: 52px;
  justify-content: center;
}.kyj-hero_game_play-feo span svg {
  height: 18px;
  margin-left: 2px;
  width: 1.125rem;
}.kyj-hero_game_info-feo {
  padding: 14px 1rem;
}.kyj-hero_game_title-feo {
  margin-bottom: 4px;
  color: #F2F4F7;
  font-size: 15px;
  font-weight: 700;
  overflow-wrap: break-word;
}.kyj-hero_game_provider-feo {
  font-size: 0.688rem;
  color: #6A7385;
}.kyj-hero_game_btn-feo {
  transition: background .2s;
  border-radius: 8px;
  margin: 12px 1rem 16px;
  padding: 11px;
  background: #F0A500;
  color: #F2F4F7;
  text-align: center;
  display: block;
  font-weight: 700;
  font-size: 0.813rem;
}.kyj-hero_game-feo:hover .kyj-hero_game_btn-feo {
  background: #FFB824;
}.kyj-sbar-feo {
  padding: 1rem 16px 0;
  background: #0E1219;
}
@media(min-width: 770px) {.kyj-sbar-feo {
  padding: 18px 1.5rem 0;
}
}.kyj-sbar_in-feo {
  margin: 0 auto;
  max-width: 1320px;
}.kyj-sbar_row-feo {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.75rem;
}.kyj-sbar_input-feo {
  padding: 11px 16px;
  gap: 0.625rem;
  transition: border-color .2s;
  border-radius: 0.5rem;
  flex: 1;
  border: 1px solid rgba(255,255,255,0.11);
  background: #121720;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  color: #6A7385;
  align-items: center;
}.kyj-sbar_input-feo:hover {
  border-color: rgba(255,183,36,0.45);
}.kyj-sbar_input-feo svg {
  height: 15px;
  width: 0.938rem;
  flex-shrink: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
}.kyj-sbar_providers-feo {
  gap: 8px;
  border-radius: 0.5rem;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 0.688rem 1.125rem;
  background: #121720;
  white-space: nowrap;
  color: #C8CED9;
  font-size: 0.813rem;
  font-weight: 600;
  align-items: center;
  display: flex;
}.kyj-sbar_providers-feo:hover {
  border-color: rgba(255,183,36,0.45);
  color: #F2F4F7;
}.kyj-sbar_providers-feo svg {
  width: 14px;
  height: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.kyj-sbar_tabs-feo {
  gap: 0.375rem;
  padding-bottom: 2px;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
}.kyj-sbar_tabs-feo::-webkit-scrollbar {
  display: none;
}.kyj-sbar_tab-feo {
  border: 1px solid rgba(255,255,255,0.06);
  padding: 0.5rem 0.875rem;
  gap: 0.438rem;
  border-radius: 20px;
  background: rgba(255,255,255,0.05);
  transition: background .15s,color .15s,border-color .15s;
  flex-shrink: 0;
  font-weight: 600;
  display: flex;
  cursor: pointer;
  white-space: nowrap;
  align-items: center;
  color: #8E97A8;
  font-size: 0.75rem;
}.kyj-sbar_tab-feo:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,183,36,0.45);
  color: #F2F4F7;
}.kyj-sbar_tab-feo.kyj-state_active-feo {
  border-color: rgba(240,165,0,0.07);
  background: rgba(240,165,0,0.18);
  color: #F2F4F7;
}.kyj-sbar_tab_ic-feo svg {
  width: 14px;
  height: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.kyj-gcg-feo {
  background: #0E1219;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.kyj-gcg-feo {
  padding: 2.75rem 1.5rem 0;
}
}.kyj-gcg_in-feo {
  margin: 0 auto;
  max-width: 82.5rem;
}.kyj-gcg_head-feo {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.kyj-gcg_label-feo {
  text-transform: uppercase;
  color: #F0A500;
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.kyj-gcg_h2-feo {
  font-size: 1.375rem;
  color: #F2F4F7;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}
@media(min-width: 765px) {.kyj-gcg_h2-feo {
  font-size: 1.75rem;
}
}.kyj-gcg_intro-feo {
  line-height: 1.6;
  font-size: 0.813rem;
  color: #6A7385;
}.kyj-gcg_grid-feo {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.kyj-gcg_grid-feo {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.kyj-gcg_grid-feo {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.kyj-gcg_card-feo {
  padding: 1.25rem;
  overflow: hidden;
  border-radius: 12px;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255,255,255,0.11);
  cursor: pointer;
  justify-content: flex-end;
  display: flex;
  min-height: 240px;
  flex-direction: column;
  position: relative;
}.kyj-gcg_card-feo:hover {
  transform: translateY(-3px);
  border-color: rgba(240,165,0,0.18);
}.kyj-gcg_card_bg-feo {
  inset: 0;
  position: absolute;
  z-index: 0;
}.kyj-gcg_card_bg-feo::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.kyj-gcg_card_ic-feo {
  border-radius: 4px;
  background: rgba(0,0,0,.45);
  position: absolute;
  width: 40px;
  justify-content: center;
  color: #F2F4F7;
  height: 2.5rem;
  top: 1.125rem;
  display: flex;
  align-items: center;
  z-index: 2;
  right: 1.125rem;
}.kyj-gcg_card_ic-feo svg {
  width: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 20px;
}.kyj-gcg_card_ct-feo {
  z-index: 1;
  position: relative;
}.kyj-gcg_card_h-feo {
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F2F4F7;
}
@media(min-width: 769px) {.kyj-gcg_card_h-feo {
  font-size: 20px;
}
}.kyj-gcg_card_p-feo {
  overflow-wrap: break-word;
  margin-bottom: 10px;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
  font-size: 12px;
}.kyj-gcg_card_p-feo strong {
  color: #F2F4F7;
  font-weight: 600;
}.kyj-gcg_card_cta-feo {
  gap: 4px;
  text-transform: uppercase;
  align-items: center;
  display: inline-flex;
  color: #F0A500;
  letter-spacing: .04em;
  font-weight: 700;
  font-size: 12px;
}.kyj-gcg_card_cta-feo svg {
  height: 0.75rem;
  stroke-linejoin: round;
  width: 12px;
  stroke-linecap: round;
}.kyj-gr_jp-feo {
  padding: 20px;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(135deg,#1A0E2E 0%,#0D0A17 100%);
  position: relative;
}.kyj-gr_jp-feo::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(196,107,0,0.22) 0%,transparent 70%);
  content: '';
  width: 250px;
  height: 15.625rem;
  top: -60px;
  left: -60px;
  position: absolute;
}.kyj-gr_jp-feo::after {
  background: radial-gradient(circle,rgba(251,191,36,0.14) 0%,transparent 70%);
  border-radius: 50%;
  height: 12.5rem;
  width: 12.5rem;
  content: '';
  right: 0;
  bottom: -40px;
  position: absolute;
}.kyj-gr_jp_head-feo {
  gap: 1rem;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  align-items: flex-start;
  position: relative;
}.kyj-gr_jp_info-feo {
  flex: 1;
}.kyj-gr_jp_label-feo {
  font-size: 11px;
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  color: #A855F7;
  text-transform: uppercase;
  font-weight: 700;
}.kyj-gr_jp_label-feo svg {
  vertical-align: -2px;
  height: 0.875rem;
  stroke-linecap: round;
  width: 14px;
  margin-right: 4px;
  stroke-linejoin: round;
}.kyj-gr_jp_amount-feo {
  color: #F2F4F7;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1;
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 4px;
}
@media(min-width: 766px) {.kyj-gr_jp_amount-feo {
  font-size: 40px;
}
}.kyj-gr_jp_amount-feo span {
  color: #FBBF24;
}.kyj-gr_jp_seo-feo {
  overflow-wrap: break-word;
  font-size: 12px;
  color: #8E97A8;
  line-height: 1.5;
  max-width: 30rem;
}.kyj-gr_jp_cta-feo {
  border: 1px solid rgba(196,107,0,0.22);
  padding: 0.688rem 1.25rem;
  border-radius: 8px;
  transition: background .2s;
  background: rgba(196,107,0,0.22);
  white-space: nowrap;
  margin-top: 0.25rem;
  align-self: flex-start;
  color: #F2F4F7;
  flex-shrink: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 13px;
  position: relative;
}.kyj-gr_jp_cta-feo:hover {
  background: #C46B00;
}.kyj-ws-feo {
  padding: 32px 16px 0;
  background: #0E1219;
}
@media(min-width: 770px) {.kyj-ws-feo {
  padding: 2.25rem 24px 0;
}
}.kyj-ws_in-feo {
  margin: 0 auto;
  max-width: 1320px;
}.kyj-ws_head-feo {
  gap: 12px;
  align-items: center;
  display: flex;
  margin-bottom: 0.875rem;
  justify-content: space-between;
  flex-wrap: wrap;
}.kyj-ws_title-feo {
  gap: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  display: flex;
  overflow-wrap: break-word;
  font-size: 16px;
  align-items: center;
  flex-wrap: wrap;
  color: #F2F4F7;
  font-weight: 700;
}.kyj-ws_title_ic-feo svg {
  stroke-linecap: round;
  color: #FBBF24;
  height: 1.125rem;
  stroke-linejoin: round;
  width: 1.125rem;
}.kyj-ws_online-feo {
  gap: 7px;
  color: #6A7385;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 0.75rem;
}.kyj-ws_online_dot-feo {
  border-radius: 50%;
  background: #22C55E;
  flex-shrink: 0;
  height: 0.5rem;
  box-shadow: 0 0 6px rgba(34,197,94,0.15);
  width: 0.5rem;
}.kyj-ws_scroll-feo {
  gap: 8px;
  padding-bottom: 0.5rem;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}.kyj-ws_scroll-feo::-webkit-scrollbar {
  display: none;
}.kyj-wc-feo {
  padding: 10px 14px;
  border-radius: 8px;
  gap: 0.625rem;
  border: 1px solid rgba(255,255,255,0.11);
  background: #121720;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  min-width: 220px;
}.kyj-wc_img-feo {
  background: #161C26;
  border-radius: 0.25rem;
  overflow: hidden;
  width: 36px;
  height: 2.25rem;
  flex-shrink: 0;
}.kyj-wc_img-feo img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.kyj-wc_info-feo {
  min-width: 0;
}.kyj-wc_game-feo {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #C8CED9;
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.75rem;
}.kyj-wc_player-feo {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 10px;
  color: #4E5667;
}.kyj-wc_amount-feo {
  flex-shrink: 0;
  font-size: 0.813rem;
  color: #22C55E;
  margin-left: auto;
  white-space: nowrap;
  font-weight: 700;
}.kyj-prov-feo {
  padding: 2.25rem 16px 0;
  background: #0E1219;
}
@media(min-width: 771px) {.kyj-prov-feo {
  padding: 2.75rem 1.5rem 0;
}
}.kyj-prov_in-feo {
  margin: 0 auto;
  max-width: 1320px;
}.kyj-prov_head-feo {
  margin-bottom: 16px;
}.kyj-prov_label-feo {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #F0A500;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 11px;
}.kyj-prov_h2-feo {
  font-weight: 800;
  margin-bottom: 8px;
  font-size: 1.25rem;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F2F4F7;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.kyj-prov_h2-feo {
  font-size: 1.5rem;
}
}.kyj-prov_seo-feo {
  line-height: 1.6;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
  color: #6A7385;
  font-size: 13px;
  max-width: 620px;
}.kyj-prov_seo-feo strong {
  font-weight: 700;
  color: #C8CED9;
}.kyj-prov_seo-feo a {
  text-decoration: underline;
  color: #F0A500;
}.kyj-prov_grid-feo {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 639px) {.kyj-prov_grid-feo {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.kyj-prov_grid-feo {
  grid-template-columns: repeat(8,1fr);
}
}.kyj-prov_card-feo {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 8px;
  padding: 0.875rem 0.625rem;
  transition: border-color .2s,background .2s;
  background: #121720;
  gap: 0.438rem;
  align-items: center;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}.kyj-prov_card-feo:hover {
  background: #161C26;
  border-color: rgba(255,183,36,0.45);
}.kyj-prov_logo-feo {
  border-radius: 4px;
  background: rgba(255,255,255,0.05);
  overflow: hidden;
  align-items: center;
  width: 2.75rem;
  justify-content: center;
  display: flex;
  height: 44px;
}.kyj-prov_logo-feo img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.kyj-prov_name-feo {
  text-align: center;
  font-size: 11px;
  overflow-wrap: break-word;
  color: #8E97A8;
  font-weight: 600;
}.kyj-app-feo {
  background: #0E1219;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.kyj-app-feo {
  padding: 44px 1.5rem 0;
}
}.kyj-app_in-feo {
  margin: 0 auto;
  max-width: 1320px;
}.kyj-app_head-feo {
  margin-bottom: 16px;
}.kyj-app_label-feo {
  font-size: 11px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #F0A500;
}.kyj-app_h2-feo {
  color: #F2F4F7;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  margin-bottom: 6px;
}
@media(min-width: 766px) {.kyj-app_h2-feo {
  font-size: 24px;
}
}.kyj-app_sub-feo {
  max-width: 37.5rem;
  color: #6A7385;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 13px;
}.kyj-app_sub-feo strong {
  color: #C8CED9;
  font-weight: 700;
}.kyj-app_cards-feo {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}
@media(min-width: 641px) {.kyj-app_cards-feo {
  grid-template-columns: repeat(3,1fr);
}
}.kyj-app_card-feo {
  gap: 16px;
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}.kyj-app_card_ios-feo {
  background: linear-gradient(135deg,rgba(240,165,0,0.18) 0%,#161C26 100%);
}.kyj-app_card_android-feo {
  background: linear-gradient(135deg,rgba(34,197,94,0.15) 0%,#161C26 100%);
}.kyj-app_card_win-feo {
  background: linear-gradient(135deg,rgba(251,191,36,0.14) 0%,#161C26 100%);
}.kyj-app_card_ic-feo svg {
  stroke-linecap: round;
  height: 34px;
  stroke-linejoin: round;
  width: 2.125rem;
}.kyj-app_card_ic-feo {
  flex-shrink: 0;
  color: #F2F4F7;
}.kyj-app_card_os-feo {
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #6A7385;
  font-size: 0.625rem;
  font-weight: 700;
}.kyj-app_card_title-feo {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 0.938rem;
  line-height: 1.2;
  color: #F2F4F7;
}.kyj-app_card_text-feo {
  line-height: 1.5;
  color: #6A7385;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  margin-bottom: 14px;
}.kyj-app_card_btn-feo {
  border: 1px solid rgba(255,183,36,0.45);
  background: rgba(255,255,255,0.12);
  transition: background .2s;
  border-radius: 4px;
  gap: 0.438rem;
  padding: 10px 18px;
  font-size: 0.813rem;
  font-weight: 700;
  display: inline-flex;
  color: #F2F4F7;
  align-items: center;
}.kyj-app_card_btn-feo:hover {
  background: rgba(255,255,255,0.07);
}.kyj-bon-feo {
  padding: 2.25rem 16px 0;
  background: #0E1219;
}
@media(min-width: 769px) {.kyj-bon-feo {
  padding: 2.75rem 24px 0;
}
}.kyj-bon_in-feo {
  margin: 0 auto;
  max-width: 1320px;
}.kyj-bon_head-feo {
  margin-bottom: 20px;
}.kyj-bon_label-feo {
  color: #F0A500;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
}.kyj-bon_h2-feo {
  overflow-wrap: break-word;
  color: #F2F4F7;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
}
@media(min-width:768px) {.kyj-bon_h2-feo {
  font-size: 1.5rem;
}
}.kyj-bon_seo-feo {
  color: #6A7385;
  line-height: 1.6;
  max-width: 38.75rem;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.kyj-bon_seo-feo strong {
  font-weight: 700;
  color: #C8CED9;
}.kyj-bon_seo-feo a {
  text-decoration: underline;
  color: #F0A500;
}.kyj-bon_grid-feo {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 638px) {.kyj-bon_grid-feo {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.kyj-bon_grid-feo {
  grid-template-columns: repeat(5,1fr);
}
}.kyj-bon_card-feo {
  transition: border-color .2s,transform .2s;
  padding: 1rem;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.5rem;
  background: #121720;
}.kyj-bon_card-feo:hover {
  transform: translateY(-2px);
  border-color: rgba(240,165,0,0.07);
}.kyj-bon_card_ic-feo svg {
  width: 26px;
  stroke-linecap: round;
  height: 26px;
  stroke-linejoin: round;
}.kyj-bon_card_ic-feo {
  margin-bottom: 0.625rem;
}.kyj-bon_card_type-feo {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #6A7385;
  margin-bottom: 6px;
  letter-spacing: .06em;
}.kyj-bon_card_amount-feo {
  font-weight: 800;
  font-size: 1.125rem;
  margin-bottom: 0.375rem;
  line-height: 1.1;
  color: #FBBF24;
}.kyj-bon_card_name-feo {
  color: #F2F4F7;
  font-weight: 600;
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
}.kyj-bon_card_detail-feo {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  line-height: 1.5;
  padding-top: 0.5rem;
  color: #4E5667;
  font-size: 0.688rem;
}.kyj-reg-feo {
  background: #0E1219;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.kyj-reg-feo {
  padding: 44px 1.5rem 0;
}
}.kyj-reg_in-feo {
  margin: 0 auto;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255,255,255,0.06);
  background: #161C26;
  border-radius: 12px;
  max-width: 1320px;
}
@media(min-width: 765px) {.kyj-reg_in-feo {
  padding: 40px;
}
}.kyj-reg_top-feo {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 857px) {.kyj-reg_top-feo {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.kyj-reg_label-feo {
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #F0A500;
  letter-spacing: .08em;
}.kyj-reg_h2-feo {
  color: #F2F4F7;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.375rem;
  margin-bottom: 12px;
}
@media(min-width: 766px) {.kyj-reg_h2-feo {
  font-size: 1.75rem;
}
}.kyj-reg_bonus-feo {
  gap: 0.5rem;
  background: rgba(251,191,36,0.14);
  padding: 0.625rem 16px;
  border-radius: 0.5rem;
  border: 1px solid rgba(251,191,36,0.14);
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
}.kyj-reg_bonus_amount-feo {
  font-size: 20px;
  color: #FBBF24;
  font-weight: 800;
}.kyj-reg_bonus_text-feo {
  font-size: 13px;
  line-height: 1.35;
  color: #8E97A8;
}.kyj-reg_cta_btn-feo {
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 0.875rem 2rem;
  background: #22C55E;
  font-weight: 700;
  margin-bottom: 0.75rem;
  display: inline-block;
  color: #0B0E14;
  box-shadow: 0 2px 0.75rem rgba(34,197,94,0.32), 0 1px 3px rgba(0,0,0,0.5);
  font-size: 0.938rem;
}.kyj-reg_cta_btn-feo:hover {
  background: #16A34A;
}.kyj-reg_terms-feo {
  color: #4E5667;
  line-height: 1.5;
  font-size: 0.688rem;
}.kyj-reg_seo-feo {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  color: #6A7385;
  line-height: 1.65;
  padding-top: 20px;
  font-size: 13px;
  margin-top: 1.25rem;
}.kyj-reg_seo-feo p {
  color: #6A7385;
  line-height: 1.65;
  font-size: 13px;
  margin-bottom: 0.625rem;
}.kyj-reg_seo-feo p:last-child {
  margin-bottom: 0;
}.kyj-reg_seo-feo strong {
  color: #C8CED9;
  font-weight: 700;
}.kyj-reg_seo-feo a {
  transition: color .2s;
  text-decoration: underline;
  color: #F0A500;
}.kyj-reg_seo-feo a:hover {
  color: #FFB824;
}.kyj-reg_seo-feo ul,.kyj-reg_seo-feo ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 1.125rem;
}.kyj-reg_seo-feo ol {
  list-style: decimal;
}.kyj-reg_seo-feo li {
  line-height: 1.65;
  margin-bottom: 4px;
  font-size: 0.813rem;
  color: #6A7385;
}.kyj-reg_seo-feo table {
  display: block;
  overflow-x: auto;
  margin-bottom: 10px;
  border-collapse: collapse;
  font-size: 0.813rem;
  width: 100%;
}
@media(min-width:768px) {.kyj-reg_seo-feo table {
  display: table;
}
}.kyj-reg_seo-feo th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.5rem;
  color: #C8CED9;
  font-weight: 700;
  text-align: left;
}.kyj-reg_seo-feo td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.5rem;
  color: #6A7385;
}.kyj-reg_steps-feo {
  gap: 14px;
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}
@media(min-width: 862px) {.kyj-reg_steps-feo {
  margin-top: 0;
}
}.kyj-reg_step-feo {
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  gap: 14px;
  background: rgba(255,255,255,0.05);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.kyj-reg_step_num-feo {
  border-radius: 50%;
  background: rgba(240,165,0,0.18);
  border: 1px solid rgba(240,165,0,0.07);
  font-size: 0.875rem;
  justify-content: center;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: #F0A500;
  width: 34px;
  font-weight: 800;
  height: 2.125rem;
}.kyj-reg_step_title-feo {
  font-size: 0.875rem;
  margin-bottom: 3px;
  font-weight: 700;
  color: #F2F4F7;
}.kyj-reg_step_text-feo {
  color: #6A7385;
  font-size: 12px;
  line-height: 1.5;
}.kyj-reg_trust-feo {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}.kyj-reg_trust_item-feo {
  gap: 7px;
  font-size: 0.75rem;
  color: #6A7385;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
}.kyj-reg_trust_ic-feo svg {
  stroke-linejoin: round;
  color: #F0A500;
  height: 1rem;
  stroke-linecap: round;
  width: 1rem;
}.kyj-seo-feo {
  background: #0E1219;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.kyj-seo-feo {
  padding: 44px 24px 0;
}
}.kyj-seo_in-feo {
  border-radius: 12px;
  padding: 1.75rem 24px;
  background: #161C26;
  border: 1px solid rgba(255,255,255,0.11);
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.kyj-seo_in-feo {
  padding: 2.25rem 2.5rem;
}
}.kyj-seo_label-feo {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.625rem;
  color: #F0A500;
  font-size: 11px;
}.kyj-seo_h2-feo {
  font-size: 20px;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  line-height: 1.25;
  color: #F2F4F7;
}
@media(min-width: 770px) {.kyj-seo_h2-feo {
  font-size: 1.5rem;
}
}.kyj-seo_body-feo {
  color: #8E97A8;
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
}.kyj-seo_body-feo p {
  margin-bottom: 0.75rem;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #8E97A8;
}.kyj-seo_body-feo p:last-child {
  margin-bottom: 0;
}.kyj-seo_body-feo strong {
  font-weight: 700;
  color: #C8CED9;
}.kyj-seo_body-feo a {
  transition: color .2s;
  text-decoration: underline;
  color: #F0A500;
}.kyj-seo_body-feo a:hover {
  color: #FFB824;
}.kyj-seo_body-feo ul,.kyj-seo_body-feo ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.kyj-seo_body-feo ol {
  list-style: decimal;
}.kyj-seo_body-feo li {
  line-height: 1.75;
  color: #8E97A8;
  margin-bottom: 6px;
  font-size: 0.875rem;
}.kyj-seo_body-feo table {
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  font-size: 0.813rem;
  margin-bottom: 12px;
  display: block;
}
@media(min-width: 770px) {.kyj-seo_body-feo table {
  display: table;
}
}.kyj-seo_body-feo th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 0.75rem;
  color: #C8CED9;
  font-weight: 700;
  text-align: left;
}.kyj-seo_body-feo td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #8E97A8;
}.kyj-seo_cols-feo {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 643px) {.kyj-seo_cols-feo {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.kyj-seo_cols-feo {
  grid-template-columns: repeat(3,1fr);
}
}.kyj-seo_col_h-feo {
  overflow-wrap: break-word;
  color: #C8CED9;
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 0.813rem;
}.kyj-seo_col_p-feo {
  overflow-wrap: break-word;
  color: #6A7385;
  font-size: 13px;
  line-height: 1.65;
}.kyj-seo_stats-feo {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.kyj-seo_stat-feo {
  flex: 1;
  background: rgba(240,165,0,0.07);
  border: 1px solid rgba(240,165,0,0.18);
  border-radius: 8px;
  padding: 14px 1rem;
  min-width: 8.75rem;
}.kyj-seo_stat_val-feo {
  font-weight: 800;
  color: #F0A500;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
}.kyj-seo_stat_lb-feo {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #6A7385;
}.kyj-rv-feo {
  padding: 36px 16px 0;
  background: #0E1219;
}
@media(min-width: 769px) {.kyj-rv-feo {
  padding: 44px 1.5rem 0;
}
}.kyj-rv_in-feo {
  margin: 0 auto;
  max-width: 1320px;
}.kyj-rv_head-feo {
  max-width: 720px;
  margin-bottom: 20px;
}.kyj-rv_label-feo {
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #F0A500;
}.kyj-rv_h2-feo {
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F2F4F7;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 800;
}
@media(min-width: 770px) {.kyj-rv_h2-feo {
  font-size: 1.75rem;
}
}.kyj-rv_stats-feo {
  gap: 1.125rem;
  color: #6A7385;
  flex-wrap: wrap;
  display: flex;
  font-size: 0.813rem;
  align-items: center;
}.kyj-rv_stats_score-feo {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.kyj-rv_stats_score_val-feo {
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.375rem;
  color: #FBBF24;
}.kyj-rv_stats_score_max-feo {
  color: #4E5667;
  font-size: 13px;
}.kyj-rv_stats_badge-feo {
  gap: 4px;
  display: flex;
  align-items: center;
}.kyj-rv_stats_badge-feo svg {
  width: 0.875rem;
  color: #FBBF24;
  height: 14px;
}.kyj-rv_grid-feo {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.kyj-rv_grid-feo {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.kyj-rv_grid-feo {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.kyj-rv_card-feo {
  padding: 20px;
  border-radius: 8px;
  background: #161C26;
  border: 1px solid rgba(255,255,255,0.11);
  flex-direction: column;
  display: flex;
}.kyj-rv_card_stars-feo {
  gap: 2px;
  color: #FBBF24;
  display: flex;
  margin-bottom: 10px;
}.kyj-rv_card_stars-feo svg {
  height: 0.875rem;
  width: 0.875rem;
}.kyj-rv_card_h-feo {
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  line-height: 1.3;
  color: #F2F4F7;
  font-weight: 700;
  font-size: 0.875rem;
}.kyj-rv_card_body-feo {
  flex: 1;
  line-height: 1.65;
  font-size: 13px;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  color: #6A7385;
}.kyj-rv_card_body-feo strong {
  color: #C8CED9;
  font-weight: 600;
}.kyj-rv_card_meta-feo {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
  align-items: center;
  padding-top: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
}.kyj-rv_card_author-feo {
  font-weight: 600;
  color: #C8CED9;
  font-size: 12px;
}.kyj-rv_card_date-feo {
  font-size: 0.688rem;
  color: #4E5667;
}.kyj-faq-feo {
  background: #0E1219;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.kyj-faq-feo {
  padding: 2.75rem 24px 0;
}
}.kyj-faq_in-feo {
  margin: 0 auto;
  max-width: 82.5rem;
}.kyj-faq_head-feo {
  margin-bottom: 20px;
}.kyj-faq_label-feo {
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 11px;
  color: #F0A500;
  text-transform: uppercase;
}.kyj-faq_h2-feo {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F2F4F7;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
}
@media(min-width:768px) {.kyj-faq_h2-feo {
  font-size: 1.5rem;
}
}.kyj-faq_list-feo {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.kyj-faq_item-feo {
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.11);
  background: #161C26;
}.kyj-faq_q-feo {
  gap: 12px;
  padding: 1rem 20px;
  transition: color .2s;
  cursor: pointer;
  align-items: center;
  overflow-wrap: break-word;
  justify-content: space-between;
  display: flex;
  font-size: 0.875rem;
  color: #C8CED9;
  font-weight: 600;
  flex-wrap: wrap;
}.kyj-faq_q-feo:hover {
  color: #F2F4F7;
}.kyj-faq_q_ic-feo {
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  transition: transform .25s;
  flex-shrink: 0;
  height: 24px;
  font-size: 1rem;
  align-items: center;
  color: #F0A500;
  justify-content: center;
  width: 24px;
  display: flex;
}.kyj-faq_item-feo.kyj-state_open-feo .kyj-faq_q_ic-feo {
  transform: rotate(45deg);
}.kyj-faq_a-feo {
  padding: 0 20px 1rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #6A7385;
  display: none;
  line-height: 1.7;
}.kyj-faq_item-feo.kyj-state_open-feo .kyj-faq_a-feo {
  display: block;
}.kyj-faq_a-feo strong {
  font-weight: 700;
  color: #C8CED9;
}.kyj-faq_a-feo a {
  color: #F0A500;
  text-decoration: underline;
}.kyj-faq_a-feo ul,.kyj-faq_a-feo ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.kyj-faq_a-feo ol {
  list-style: decimal;
}.kyj-faq_a-feo li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.kyj-faq_a-feo table {
  margin: 0.5rem 0;
  overflow-x: auto;
  font-size: 0.75rem;
  display: block;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 769px) {.kyj-faq_a-feo table {
  display: table;
}
}.kyj-faq_a-feo th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.375rem 8px;
  font-weight: 700;
  color: #C8CED9;
  text-align: left;
}.kyj-faq_a-feo td {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #6A7385;
}.kyj-seo-feo {
  background: #0E1219;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.kyj-seo-feo {
  padding: 2.75rem 1.5rem 0;
}
}.kyj-seo_in-feo {
  border-radius: 12px;
  background: #161C26;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 28px 1.5rem;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.kyj-seo_in-feo {
  padding: 36px 2.5rem;
}
}.kyj-seo_label-feo {
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.625rem;
  color: #F0A500;
}.kyj-seo_h2-feo {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F2F4F7;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 766px) {.kyj-seo_h2-feo {
  font-size: 1.5rem;
}
}.kyj-seo_body-feo {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #8E97A8;
  font-size: 14px;
}.kyj-seo_body-feo p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #8E97A8;
  margin-bottom: 12px;
}.kyj-seo_body-feo p:last-child {
  margin-bottom: 0;
}.kyj-seo_body-feo strong {
  color: #C8CED9;
  font-weight: 700;
}.kyj-seo_body-feo a {
  transition: color .2s;
  text-decoration: underline;
  color: #F0A500;
}.kyj-seo_body-feo a:hover {
  color: #FFB824;
}.kyj-seo_body-feo ul,.kyj-seo_body-feo ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.kyj-seo_body-feo ol {
  list-style: decimal;
}.kyj-seo_body-feo li {
  line-height: 1.75;
  color: #8E97A8;
  margin-bottom: 6px;
  font-size: 0.875rem;
}.kyj-seo_body-feo table {
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 12px;
  font-size: 13px;
  display: block;
  width: 100%;
}
@media(min-width: 765px) {.kyj-seo_body-feo table {
  display: table;
}
}.kyj-seo_body-feo th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.625rem 0.75rem;
  color: #C8CED9;
  font-weight: 700;
  text-align: left;
}.kyj-seo_body-feo td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 0.75rem;
  color: #8E97A8;
}.kyj-seo_cols-feo {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 643px) {.kyj-seo_cols-feo {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.kyj-seo_cols-feo {
  grid-template-columns: repeat(3,1fr);
}
}.kyj-seo_col_h-feo {
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #C8CED9;
  font-weight: 700;
}.kyj-seo_col_p-feo {
  line-height: 1.65;
  color: #6A7385;
  overflow-wrap: break-word;
  font-size: 13px;
}.kyj-seo_stats-feo {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.kyj-seo_stat-feo {
  padding: 0.875rem 1rem;
  border-radius: 8px;
  background: rgba(240,165,0,0.07);
  flex: 1;
  border: 1px solid rgba(240,165,0,0.18);
  min-width: 140px;
}.kyj-seo_stat_val-feo {
  margin-bottom: 0.25rem;
  color: #F0A500;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}.kyj-seo_stat_lb-feo {
  color: #6A7385;
  overflow-wrap: break-word;
  font-size: 11px;
}.kyj-seo-feo {
  background: #0E1219;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.kyj-seo-feo {
  padding: 44px 24px 0;
}
}.kyj-seo_in-feo {
  border: 1px solid rgba(255,255,255,0.11);
  background: #161C26;
  margin: 0 auto;
  border-radius: 12px;
  padding: 1.75rem 24px;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.kyj-seo_in-feo {
  padding: 36px 2.5rem;
}
}.kyj-seo_label-feo {
  font-size: 0.688rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #F0A500;
  font-weight: 700;
  letter-spacing: .08em;
}.kyj-seo_h2-feo {
  font-family: 'Barlow Condensed', sans-serif;
  color: #F2F4F7;
  line-height: 1.25;
  font-size: 1.25rem;
  margin-bottom: 14px;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.kyj-seo_h2-feo {
  font-size: 24px;
}
}.kyj-seo_body-feo {
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
  color: #8E97A8;
}.kyj-seo_body-feo p {
  color: #8E97A8;
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 0.75rem;
}.kyj-seo_body-feo p:last-child {
  margin-bottom: 0;
}.kyj-seo_body-feo strong {
  color: #C8CED9;
  font-weight: 700;
}.kyj-seo_body-feo a {
  transition: color .2s;
  text-decoration: underline;
  color: #F0A500;
}.kyj-seo_body-feo a:hover {
  color: #FFB824;
}.kyj-seo_body-feo ul,.kyj-seo_body-feo ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.kyj-seo_body-feo ol {
  list-style: decimal;
}.kyj-seo_body-feo li {
  margin-bottom: 6px;
  line-height: 1.75;
  color: #8E97A8;
  font-size: 14px;
}.kyj-seo_body-feo table {
  font-size: 0.813rem;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  width: 100%;
  overflow-x: auto;
  display: block;
}
@media(min-width: 765px) {.kyj-seo_body-feo table {
  display: table;
}
}.kyj-seo_body-feo th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  text-align: left;
  color: #C8CED9;
}.kyj-seo_body-feo td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 12px;
  color: #8E97A8;
}.kyj-seo_cols-feo {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 642px) {.kyj-seo_cols-feo {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.kyj-seo_cols-feo {
  grid-template-columns: repeat(3,1fr);
}
}.kyj-seo_col_h-feo {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 7px;
  color: #C8CED9;
  font-weight: 700;
}.kyj-seo_col_p-feo {
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #6A7385;
}.kyj-seo_stats-feo {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.kyj-seo_stat-feo {
  flex: 1;
  border-radius: 0.5rem;
  padding: 0.875rem 1rem;
  background: rgba(240,165,0,0.07);
  border: 1px solid rgba(240,165,0,0.18);
  min-width: 140px;
}.kyj-seo_stat_val-feo {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #F0A500;
  margin-bottom: 4px;
  font-weight: 800;
}.kyj-seo_stat_lb-feo {
  color: #6A7385;
  font-size: 11px;
  overflow-wrap: break-word;
}.kyj-ft-feo {
  background: #090C11;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 48px;
}.kyj-ft_support-feo {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 24px 1rem;
}
@media(min-width: 771px) {.kyj-ft_support-feo {
  padding: 1.75rem 1.5rem;
}
}.kyj-ft_support_in-feo {
  gap: 16px;
  margin: 0 auto;
  max-width: 82.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.kyj-ft_support_main-feo {
  flex: 1;
  gap: 1rem;
  align-items: center;
  min-width: 13.75rem;
  flex-wrap: wrap;
  display: flex;
}.kyj-ft_support_ic-feo {
  color: #F0A500;
  flex-shrink: 0;
}.kyj-ft_support_ic-feo svg {
  height: 1.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.875rem;
}.kyj-ft_support_text_title-feo {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 15px;
  overflow-wrap: break-word;
  color: #F2F4F7;
}.kyj-ft_support_text_sub-feo {
  overflow-wrap: break-word;
  color: #6A7385;
  font-size: 12px;
}.kyj-ft_support_btn-feo {
  background: #F0A500;
  transition: background .2s;
  padding: 11px 22px;
  border-radius: 0.5rem;
  flex-shrink: 0;
  font-size: 0.813rem;
  color: #F2F4F7;
  white-space: nowrap;
  font-weight: 700;
}.kyj-ft_support_btn-feo:hover {
  background: #FFB824;
}.kyj-ft_support_contacts-feo {
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.kyj-ft_support_contact-feo {
  color: #4E5667;
  font-size: 0.75rem;
  line-height: 1.4;
}.kyj-ft_support_contact-feo strong {
  font-size: 11px;
  margin-bottom: 2px;
  font-weight: 600;
  display: block;
  color: #8E97A8;
}.kyj-ft_main-feo {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 32px 16px 24px;
}
@media(min-width: 771px) {.kyj-ft_main-feo {
  padding: 2.5rem 24px 2rem;
}
}.kyj-ft_main_in-feo {
  margin: 0 auto;
  gap: 1.5rem;
  display: grid;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 637px) {.kyj-ft_main_in-feo {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.kyj-ft_main_in-feo {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.kyj-ft_col_logo-feo {
  grid-column: 1/-1;
}
@media(min-width: 1079px) {.kyj-ft_col_logo-feo {
  grid-column: auto;
}
}.kyj-ft_logo-feo {
  gap: 0.563rem;
  font-size: 1rem;
  display: flex;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  color: #F2F4F7;
  font-weight: 800;
  align-items: center;
  margin-bottom: 12px;
}.kyj-ft_logo_mark-feo {
  border-radius: 4px;
  overflow: hidden;
  width: 1.875rem;
  height: 1.875rem;
}.kyj-ft_logo_mark-feo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.kyj-ft_logo_sub-feo {
  font-size: 0.75rem;
  max-width: 12.5rem;
  color: #4E5667;
  overflow-wrap: break-word;
  line-height: 1.55;
}.kyj-ft_col_title-feo {
  letter-spacing: .07em;
  color: #8E97A8;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  margin-bottom: 14px;
}.kyj-ft_col_links-feo {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.kyj-ft_col_link-feo {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #4E5667;
}.kyj-ft_col_link-feo:hover {
  color: #C8CED9;
}.kyj-ft_apps-feo {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.kyj-ft_app_card-feo {
  border: 1px solid rgba(255,255,255,0.11);
  padding: 10px 12px;
  transition: border-color .2s;
  gap: 0.625rem;
  background: rgba(255,255,255,0.05);
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
}.kyj-ft_app_card-feo:hover {
  border-color: rgba(255,183,36,0.45);
}.kyj-ft_app_card_ic-feo svg {
  stroke-linejoin: round;
  height: 1.375rem;
  width: 22px;
  stroke-linecap: round;
}.kyj-ft_app_card_os-feo {
  font-weight: 600;
  color: #4E5667;
  font-size: 0.625rem;
}.kyj-ft_app_card_action-feo {
  color: #C8CED9;
  font-size: 12px;
  font-weight: 700;
}.kyj-ft_bot-feo {
  padding: 20px 1rem;
}
@media(min-width: 767px) {.kyj-ft_bot-feo {
  padding: 20px 24px;
}
}.kyj-ft_bot_in-feo {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 82.5rem;
  align-items: center;
}.kyj-ft_socials-feo {
  gap: 0.5rem;
  display: flex;
}.kyj-ft_soc-feo {
  background: rgba(255,255,255,0.05);
  transition: background .2s;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,0.11);
  height: 2.25rem;
  align-items: center;
  color: #8E97A8;
  display: flex;
  width: 36px;
  justify-content: center;
}.kyj-ft_soc-feo svg {
  stroke-linejoin: round;
  width: 1rem;
  height: 16px;
  stroke-linecap: round;
}.kyj-ft_soc-feo:hover {
  background: rgba(255,255,255,0.07);
}.kyj-ft_legal-feo {
  flex: 1;
  color: #5C6474;
  overflow-wrap: break-word;
  line-height: 1.6;
  min-width: 200px;
  font-size: 0.688rem;
}.kyj-ft_legal-feo strong {
  font-weight: 700;
  color: #8E97A8;
}.kyj-ft_legal-feo a {
  text-decoration: underline;
  color: #8E97A8;
}.kyj-ft_age-feo {
  border: 2px solid #5C6474;
  border-radius: 50%;
  margin-left: auto;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #5C6474;
  font-size: 11px;
  font-weight: 800;
}