*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  font-family: 'Exo 2', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #C9BFB7;
  line-height: 1.6;
  min-height: 100vh;
  background-color: #141210;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  border: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
}a {
  color: inherit;
  text-decoration: none;
}.nya_layout_asc {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.nya_page_asc {
  display: flex;
  min-height: 100vh;
}.nya_main_asc {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media screen and (min-width: 1083px) {.nya_main_asc {
  padding-left: 13.75rem;
}
}
@media screen and (max-width: 1078px) {.nya_main_asc {
  padding-bottom: 4.5rem;
}
}.nya_gc_asc {
  overflow: hidden;
  background: #18150F;
  border-radius: 0.5rem;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  cursor: pointer;
  width: 140px;
  flex-shrink: 0;
  position: relative;
}
@media(min-width: 638px) {.nya_gc_asc {
  width: 9.75rem;
}
}
@media(min-width: 1083px) {.nya_gc_asc {
  width: 168px;
}
}.nya_gc_asc:hover {
  border-color: rgba(232, 52, 10, 0.08);
  transform: translateY(-3px);
}.nya_gc_img_asc {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.nya_gc_img_asc img {
  inset: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}.nya_gc_hover_asc {
  background: rgba(10, 8, 6, 0.72);
  transition: opacity .2s;
  inset: 0;
  opacity: 0;
  align-items: center;
  position: absolute;
  justify-content: center;
  display: flex;
}.nya_gc_asc:hover .nya_gc_hover_asc {
  opacity: 1;
}.nya_gc_hover_btn_asc {
  border-radius: 0.313rem;
  padding: 8px 16px;
  background: #E8340A;
  font-size: 0.75rem;
  color: #F5EFEA;
  font-weight: 700;
}.nya_gc_info_asc {
  padding: 8px 0.625rem 10px;
}.nya_gc_name_asc {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
  color: #C9BFB7;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 12px;
}.nya_gc_prov_asc {
  font-size: 0.625rem;
  color: #554F4A;
}.nya_gc_tag_asc {
  padding: 2px 0.438rem;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  left: 6px;
  letter-spacing: .04em;
  position: absolute;
  top: 0.375rem;
  font-size: 9px;
  z-index: 2;
}.nya_gc_tag_hot_asc {
  background: #D92020;
  color: #fff;
}.nya_gc_tag_new_asc {
  background: #23C55E;
  color: #141210;
}.nya_gc_tag_jp_asc {
  background: #F5A000;
  color: #141210;
}.nya_gc_tag_ex_asc {
  background: #B82A06;
  color: #fff;
}.nya_gc_tag_live_asc {
  background: #D92020;
  color: #fff;
}.nya_gr_asc {
  padding: 32px 1rem 0;
  background: #141210;
}
@media(min-width: 765px) {.nya_gr_asc {
  padding: 2.25rem 24px 0;
}
}.nya_gr_in_asc {
  margin: 0 auto;
  max-width: 1320px;
}.nya_gr_head_asc {
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.625rem;
}.nya_gr_head_l_asc {
  gap: 10px;
  flex: 1;
  align-items: center;
  min-width: 0;
  display: flex;
}.nya_gr_ic_asc {
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 32px;
  display: flex;
  width: 2rem;
}.nya_gr_ic_asc svg {
  stroke-linejoin: round;
  width: 16px;
  height: 16px;
  stroke-linecap: round;
}.nya_gr_title_asc {
  color: #F5EFEA;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.nya_gr_title_asc {
  font-size: 1.125rem;
}
}.nya_gr_more_asc {
  transition: color .2s;
  gap: 0.313rem;
  font-weight: 600;
  flex-shrink: 0;
  font-size: 0.75rem;
  color: #6F6560;
  align-items: center;
  display: flex;
  white-space: nowrap;
}.nya_gr_more_asc:hover {
  color: #E8340A;
}.nya_gr_more_asc svg {
  stroke-linecap: round;
  width: 12px;
  stroke-linejoin: round;
  height: 12px;
}.nya_gr_arrows_asc {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.nya_gr_arr_asc {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.313rem;
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  justify-content: center;
  align-items: center;
  color: #9A8E85;
  height: 30px;
  width: 1.875rem;
  display: flex;
}.nya_gr_arr_asc:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F5EFEA;
}.nya_gr_arr_asc svg {
  height: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 13px;
}.nya_gr_seo_h_asc {
  margin: 0 0 6px;
  color: #C9BFB7;
  max-width: 680px;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.nya_gr_seo_h_asc {
  font-size: 0.875rem;
}
}.nya_gr_seo_asc {
  color: #6F6560;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  line-height: 1.55;
  font-size: 0.75rem;
}.nya_gr_seo_asc strong {
  color: #C9BFB7;
  font-weight: 600;
}.nya_gr_scroll_asc {
  gap: 0.625rem;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
}.nya_gr_scroll_asc::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.nya_gr_scroll_asc {
  gap: 12px;
}
}.nya_tb_asc {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #141210;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 80;
  display: flex;
  top: 0;
  align-items: center;
  height: 56px;
}.nya_tb_in_asc {
  gap: 0;
  padding: 0 0.875rem;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}.nya_tb_burger_asc {
  border-radius: 8px;
  gap: 0.313rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  height: 2.375rem;
  flex-direction: column;
  width: 2.375rem;
  align-items: center;
  margin-right: 8px;
}.nya_tb_burger_asc:hover {
  background: rgba(255, 255, 255, 0.05);
}.nya_tb_burger_line_asc {
  background: #9A8E85;
  border-radius: 1px;
  height: 2px;
  display: block;
  width: 18px;
}
@media(min-width: 1079px) {.nya_tb_burger_asc {
  display: none;
}
}.nya_tb_logo_asc {
  gap: 9px;
  color: #F5EFEA;
  flex-shrink: 0;
  display: flex;
  margin-right: 20px;
  font-weight: 800;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
  font-size: 1.125rem;
  align-items: center;
}.nya_tb_logo_mark_asc {
  overflow: hidden;
  border-radius: 8px;
  height: 32px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  display: flex;
}.nya_tb_logo_mark_asc img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.nya_tb_nav_asc {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 643px) {.nya_tb_nav_asc {
  display: flex;
}
}.nya_tb_tab_asc {
  border-radius: 0.5rem;
  transition: background .15s,color .15s;
  padding: 0.5rem 0.875rem;
  font-size: 13px;
  color: #9A8E85;
  white-space: nowrap;
  font-weight: 600;
}.nya_tb_tab_asc:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EFEA;
}.nya_tb_tab_asc.nya_state_active_asc {
  background: rgba(232, 52, 10, 0.18);
  color: #F5EFEA;
}.nya_tb_right_asc {
  gap: 8px;
  margin-left: auto;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.nya_tb_login_asc {
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 9px 16px;
  font-weight: 600;
  display: none;
  font-size: 0.813rem;
  color: #C9BFB7;
}.nya_tb_login_asc:hover {
  border-color: rgba(232, 52, 10, 0.55);
  color: #F5EFEA;
}
@media(min-width: 482px) {.nya_tb_login_asc {
  display: block;
}
}.nya_tb_reg_asc {
  border-radius: 8px;
  padding: 0.563rem 18px;
  background: #23C55E;
  transition: background .2s;
  white-space: nowrap;
  color: #130D08;
  font-size: 13px;
  font-weight: 700;
}.nya_tb_reg_asc:hover {
  background: #18A84F;
}.nya_sb_asc {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  transform: translateX(-100%);
  background: #1E1A17;
  overflow-y: auto;
  width: 13.75rem;
  position: fixed;
  left: 0;
  top: 3.5rem;
  z-index: 70;
  bottom: 0;
}.nya_sb_asc.nya_state_open_asc {
  transform: translateX(0);
}.nya_sb_asc::-webkit-scrollbar {
  width: 4px;
}.nya_sb_asc::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width:1080px) {.nya_sb_asc {
  transform: translateX(0);
}
}.nya_sb_auth_asc {
  padding: 14px 0.75rem 0.625rem;
}.nya_sb_btn_reg_asc {
  border-radius: 0.5rem;
  padding: 11px;
  transition: background .2s;
  background: #23C55E;
  text-align: center;
  color: #130D08;
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 700;
}.nya_sb_btn_reg_asc:hover {
  background: #18A84F;
}.nya_sb_btn_login_asc {
  border-radius: 0.5rem;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: block;
  font-weight: 600;
  font-size: 0.813rem;
  color: #C9BFB7;
  text-align: center;
}.nya_sb_btn_login_asc:hover {
  border-color: rgba(232, 52, 10, 0.55);
  color: #F5EFEA;
}.nya_sb_promo_asc {
  padding: 0.75rem 0.875rem;
  background: linear-gradient(135deg,#3A1208,#1E1A17);
  margin: 0 0.75rem 10px;
  border: 1px solid rgba(232, 52, 10, 0.18);
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}.nya_sb_promo_asc::before {
  background: radial-gradient(circle,rgba(232, 52, 10, 0.18),transparent 70%);
  border-radius: 50%;
  top: -20px;
  width: 5rem;
  height: 5rem;
  position: absolute;
  right: -1.25rem;
  content: '';
}.nya_sb_promo_title_asc {
  letter-spacing: .06em;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  color: #E8340A;
}.nya_sb_promo_text_asc {
  line-height: 1.35;
  font-weight: 600;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #F5EFEA;
}.nya_sb_promo_sub_asc {
  font-size: 0.625rem;
  color: #6F6560;
  margin-top: 3px;
}.nya_sb_nav_asc {
  padding: 0.375rem 8px 16px;
}.nya_sb_nav_lb_asc {
  padding: 10px 0.5rem 0.375rem;
  font-weight: 700;
  color: #554F4A;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.625rem;
}.nya_sb_link_asc {
  padding: 0.563rem 0.625rem;
  border-radius: 0.313rem;
  transition: background .15s,color .15s;
  gap: 0.625rem;
  display: flex;
  font-size: 0.813rem;
  align-items: center;
  color: #9A8E85;
  overflow-wrap: break-word;
  cursor: pointer;
  font-weight: 500;
}.nya_sb_link_asc:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EFEA;
}.nya_sb_link_asc.nya_state_active_asc {
  background: rgba(232, 52, 10, 0.18);
  color: #F5EFEA;
}.nya_sb_ic_asc {
  border-radius: 0.313rem;
  height: 1.875rem;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 30px;
}.nya_sb_ic_asc svg {
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
  height: 1rem;
}.nya_sb_ic_1_asc {
  background: rgba(232, 52, 10, 0.08);
  color: #E8340A;
}.nya_sb_ic_2_asc {
  background: rgba(35, 197, 94, 0.15);
  color: #23C55E;
}.nya_sb_ic_3_asc {
  background: rgba(245, 160, 0, 0.15);
  color: #F5A000;
}.nya_sb_ic_4_asc {
  background: rgba(184, 42, 6, 0.22);
  color: #B82A06;
}.nya_sb_ic_5_asc {
  background: rgba(232, 52, 10, 0.08);
  color: #E8317A;
}.nya_sb_ic_6_asc {
  background: rgba(184, 42, 6, 0.22);
  color: #8B2BE2;
}.nya_sb_badge_asc {
  border-radius: 5px;
  padding: 2px 0.438rem;
  background: #F5A000;
  margin-left: auto;
  font-weight: 700;
  font-size: 0.563rem;
  color: #130D08;
}.nya_sb_bot_asc {
  padding: 0.75rem;
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.nya_sb_lang_asc,.nya_sb_help_asc {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  padding: 9px 0.375rem;
  gap: 0.375rem;
  flex: 1;
  align-items: center;
  font-size: 0.688rem;
  display: flex;
  font-weight: 600;
  color: #9A8E85;
  justify-content: center;
}.nya_sb_lang_asc:hover,.nya_sb_help_asc:hover {
  border-color: rgba(232, 52, 10, 0.55);
  color: #F5EFEA;
}.nya_sb_lang_asc svg,.nya_sb_help_asc svg {
  height: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 13px;
}.nya_sb_bd_asc {
  inset: 0;
  background: rgba(10, 8, 6, 0.72);
  position: fixed;
  display: none;
  z-index: 69;
}.nya_sb_bd_asc.nya_state_on_asc {
  display: block;
}
@media(min-width: 1081px) {.nya_sb_bd_asc {
  display: none!important;
}
}.nya_mob_nav_asc {
  background: #1E1A17;
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  z-index: 80;
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed;
  display: flex;
}
@media(min-width:1080px) {.nya_mob_nav_asc {
  display: none;
}
}.nya_mob_nav_item_asc {
  flex: 1;
  padding: 0.25rem 2px;
  gap: 4px;
  display: flex;
  color: #554F4A;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
}.nya_mob_nav_ic_asc {
  line-height: 1;
}.nya_mob_nav_ic_asc svg {
  stroke-linecap: round;
  height: 1.25rem;
  stroke-linejoin: round;
  width: 1.25rem;
}.nya_mob_nav_lb_asc {
  font-weight: 600;
  color: #554F4A;
  font-size: 0.625rem;
}.nya_mob_nav_item_asc.nya_state_active_asc {
  color: #E8340A;
}.nya_mob_nav_item_asc.nya_state_active_asc .nya_mob_nav_lb_asc {
  color: #E8340A;
}.nya_hero_asc {
  padding: 20px 1rem 0;
  background: #141210;
}
@media(min-width: 766px) {.nya_hero_asc {
  padding: 1.5rem 1.5rem 0;
}
}.nya_hero_in_asc {
  gap: 0.75rem;
  margin: 0 auto;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.nya_hero_in_asc {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1099px) {.nya_hero_in_asc {
  grid-template-columns: 1fr 21.25rem;
}
}.nya_hero_promo_asc {
  background: #18150F;
  border-radius: 0.813rem;
  overflow: hidden;
  position: relative;
  align-items: stretch;
  min-height: 13.75rem;
  display: flex;
}
@media(min-width: 765px) {.nya_hero_promo_asc {
  min-height: 17.5rem;
}
}.nya_hero_promo_bg_asc {
  background: linear-gradient(120deg,#3A1208 0%,#141210 100%);
  inset: 0;
  background-position: center;
  background-size: cover;
  position: absolute;
}.nya_hero_promo_bg_asc::after {
  background: linear-gradient(90deg,#141210 0%,rgba(10, 8, 6, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.nya_hero_promo_glow_asc {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(184, 42, 6, 0.22) 0%,transparent 65%);
  position: absolute;
  right: 3.75rem;
  height: 300px;
  top: -40px;
  pointer-events: none;
  width: 18.75rem;
}.nya_hero_promo_ct_asc {
  padding: 28px 1.5rem 28px 28px;
  z-index: 2;
  flex-direction: column;
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 480px;
}
@media(min-width: 769px) {.nya_hero_promo_ct_asc {
  padding: 2.5rem 2rem;
}
}.nya_hero_badge_asc {
  border-radius: 1.25rem;
  border: 1px solid rgba(232, 52, 10, 0.08);
  background: rgba(232, 52, 10, 0.18);
  padding: 0.313rem 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #E8340A;
  display: inline-block;
  margin-bottom: 14px;
  letter-spacing: .08em;
  font-size: 10px;
}.nya_hero_h1_asc {
  line-height: 1.15;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F5EFEA;
  font-size: 26px;
  margin-bottom: 10px;
  font-family: 'Barlow Condensed', sans-serif;
}.nya_hero_h1_asc em {
  color: #F5A000;
  font-style: normal;
}
@media(min-width: 769px) {.nya_hero_h1_asc {
  font-size: 36px;
}
}.nya_hero_sub_asc {
  line-height: 1.55;
  color: #9A8E85;
  font-size: 0.813rem;
  margin-bottom: 1.25rem;
}
@media(min-width: 766px) {.nya_hero_sub_asc {
  font-size: 0.875rem;
}
}.nya_hero_row_asc {
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.nya_hero_cta_asc {
  background: #23C55E;
  padding: 13px 1.625rem;
  border-radius: 0.5rem;
  transition: background .2s;
  box-shadow: 0 0 0.875rem rgba(35, 197, 94, 0.50), 0 3px 0.375rem rgba(0, 0, 0, 0.45);
  color: #130D08;
  font-weight: 700;
  font-size: 0.875rem;
}.nya_hero_cta_asc:hover {
  background: #18A84F;
}.nya_hero_terms_asc {
  color: #554F4A;
  font-size: 11px;
}.nya_hero_game_asc {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.813rem;
  background: #18150F;
  flex-direction: column;
  display: flex;
  position: relative;
}.nya_hero_game_badge_asc {
  border: 1px solid rgba(245, 160, 0, 0.15);
  padding: 5px 10px;
  background: rgba(245, 160, 0, 0.15);
  border-radius: 1.25rem;
  font-size: 0.625rem;
  z-index: 3;
  left: 12px;
  font-weight: 700;
  top: 0.75rem;
  position: absolute;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #F5A000;
}.nya_hero_game_badge_asc svg {
  height: 0.688rem;
  vertical-align: -1px;
  width: 11px;
  margin-right: 0.25rem;
}.nya_hero_game_img_asc {
  background: linear-gradient(135deg,#3A1208,#141210);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.nya_hero_game_img_asc img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}.nya_hero_game_play_asc {
  transition: opacity .2s;
  inset: 0;
  background: rgba(10, 8, 6, 0.72);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}.nya_hero_game_asc:hover .nya_hero_game_play_asc {
  opacity: 1;
}.nya_hero_game_play_asc span {
  border-radius: 50%;
  background: #E8340A;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 3.25rem;
  height: 52px;
}.nya_hero_game_play_asc span svg {
  height: 18px;
  margin-left: 2px;
  width: 18px;
}.nya_hero_game_info_asc {
  padding: 0.875rem 16px;
}.nya_hero_game_title_asc {
  font-size: 0.938rem;
  color: #F5EFEA;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.25rem;
}.nya_hero_game_provider_asc {
  font-size: 11px;
  color: #6F6560;
}.nya_hero_game_btn_asc {
  background: #E8340A;
  border-radius: 8px;
  margin: 12px 16px 16px;
  padding: 11px;
  transition: background .2s;
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #F5EFEA;
}.nya_hero_game_asc:hover .nya_hero_game_btn_asc {
  background: #FF4E22;
}.nya_sbar_asc {
  padding: 16px 1rem 0;
  background: #141210;
}
@media(min-width: 770px) {.nya_sbar_asc {
  padding: 18px 1.5rem 0;
}
}.nya_sbar_in_asc {
  margin: 0 auto;
  max-width: 1320px;
}.nya_sbar_row_asc {
  gap: 0.625rem;
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}.nya_sbar_input_asc {
  transition: border-color .2s;
  background: #18150F;
  gap: 0.625rem;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 0.688rem 1rem;
  border-radius: 0.5rem;
  color: #6F6560;
  font-size: 0.813rem;
  align-items: center;
  display: flex;
  cursor: pointer;
}.nya_sbar_input_asc:hover {
  border-color: rgba(232, 52, 10, 0.55);
}.nya_sbar_input_asc svg {
  width: 15px;
  stroke-linejoin: round;
  flex-shrink: 0;
  height: 15px;
  stroke-linecap: round;
}.nya_sbar_providers_asc {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.5rem;
  padding: 0.688rem 1.125rem;
  gap: 8px;
  background: #18150F;
  transition: border-color .2s;
  display: flex;
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.813rem;
  align-items: center;
  color: #C9BFB7;
}.nya_sbar_providers_asc:hover {
  border-color: rgba(232, 52, 10, 0.55);
  color: #F5EFEA;
}.nya_sbar_providers_asc svg {
  height: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 14px;
}.nya_sbar_tabs_asc {
  gap: 0.375rem;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  padding-bottom: 2px;
}.nya_sbar_tabs_asc::-webkit-scrollbar {
  display: none;
}.nya_sbar_tab_asc {
  gap: 7px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 0.875rem;
  transition: background .15s,color .15s,border-color .15s;
  display: flex;
  cursor: pointer;
  flex-shrink: 0;
  font-weight: 600;
  font-size: 12px;
  color: #9A8E85;
  white-space: nowrap;
  align-items: center;
}.nya_sbar_tab_asc:hover {
  border-color: rgba(232, 52, 10, 0.55);
  background: rgba(255, 255, 255, 0.07);
  color: #F5EFEA;
}.nya_sbar_tab_asc.nya_state_active_asc {
  border-color: rgba(232, 52, 10, 0.08);
  background: rgba(232, 52, 10, 0.18);
  color: #F5EFEA;
}.nya_sbar_tab_ic_asc svg {
  stroke-linejoin: round;
  width: 0.875rem;
  stroke-linecap: round;
  height: 0.875rem;
}.nya_gr_jp_asc {
  overflow: hidden;
  padding: 20px;
  border-radius: 0.813rem;
  background: linear-gradient(135deg,#1E0D2E 0%,#0D0B09 100%);
  position: relative;
}.nya_gr_jp_asc::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(184, 42, 6, 0.22) 0%,transparent 70%);
  content: '';
  width: 250px;
  height: 250px;
  top: -60px;
  left: -60px;
  position: absolute;
}.nya_gr_jp_asc::after {
  background: radial-gradient(circle,rgba(245, 160, 0, 0.15) 0%,transparent 70%);
  border-radius: 50%;
  content: '';
  bottom: -2.5rem;
  position: absolute;
  width: 12.5rem;
  right: 0;
  height: 12.5rem;
}.nya_gr_jp_head_asc {
  gap: 1rem;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 16px;
  align-items: flex-start;
}.nya_gr_jp_info_asc {
  flex: 1;
}.nya_gr_jp_label_asc {
  color: #8B2BE2;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: .08em;
}.nya_gr_jp_label_asc svg {
  height: 0.875rem;
  stroke-linejoin: round;
  width: 14px;
  vertical-align: -2px;
  stroke-linecap: round;
  margin-right: 0.25rem;
}.nya_gr_jp_amount_asc {
  margin-bottom: 0.25rem;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F5EFEA;
  font-size: 32px;
  line-height: 1;
}
@media(min-width: 771px) {.nya_gr_jp_amount_asc {
  font-size: 2.5rem;
}
}.nya_gr_jp_amount_asc span {
  color: #F5A000;
}.nya_gr_jp_seo_asc {
  line-height: 1.5;
  font-size: 12px;
  max-width: 480px;
  overflow-wrap: break-word;
  color: #9A8E85;
}.nya_gr_jp_cta_asc {
  padding: 11px 1.25rem;
  transition: background .2s;
  background: rgba(184, 42, 6, 0.22);
  border: 1px solid rgba(184, 42, 6, 0.22);
  border-radius: 8px;
  margin-top: 0.25rem;
  position: relative;
  color: #F5EFEA;
  font-size: 13px;
  align-self: flex-start;
  z-index: 1;
  white-space: nowrap;
  font-weight: 700;
  flex-shrink: 0;
}.nya_gr_jp_cta_asc:hover {
  background: #B82A06;
}.nya_ws_asc {
  padding: 2rem 16px 0;
  background: #141210;
}
@media(min-width: 771px) {.nya_ws_asc {
  padding: 36px 1.5rem 0;
}
}.nya_ws_in_asc {
  margin: 0 auto;
  max-width: 82.5rem;
}.nya_ws_head_asc {
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}.nya_ws_title_asc {
  gap: 10px;
  font-weight: 700;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #F5EFEA;
  font-size: 16px;
}.nya_ws_title_ic_asc svg {
  stroke-linejoin: round;
  height: 18px;
  stroke-linecap: round;
  width: 18px;
  color: #F5A000;
}.nya_ws_online_asc {
  gap: 7px;
  font-size: 12px;
  align-items: center;
  display: flex;
  font-weight: 600;
  color: #6F6560;
}.nya_ws_online_dot_asc {
  background: #23C55E;
  border-radius: 50%;
  box-shadow: 0 0 0.375rem rgba(35, 197, 94, 0.15);
  flex-shrink: 0;
  height: 8px;
  width: 0.5rem;
}.nya_ws_scroll_asc {
  gap: 8px;
  padding-bottom: 0.5rem;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}.nya_ws_scroll_asc::-webkit-scrollbar {
  display: none;
}.nya_wc_asc {
  padding: 0.625rem 14px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.5rem;
  background: #18150F;
  gap: 10px;
  align-items: center;
  min-width: 220px;
  flex-shrink: 0;
  display: flex;
}.nya_wc_img_asc {
  background: #1E1A17;
  overflow: hidden;
  border-radius: 5px;
  height: 36px;
  width: 36px;
  flex-shrink: 0;
}.nya_wc_img_asc img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.nya_wc_info_asc {
  min-width: 0;
}.nya_wc_game_asc {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #C9BFB7;
  font-weight: 600;
  white-space: nowrap;
  font-size: 12px;
}.nya_wc_player_asc {
  overflow: hidden;
  white-space: nowrap;
  color: #554F4A;
  font-size: 0.625rem;
  text-overflow: ellipsis;
}.nya_wc_amount_asc {
  color: #23C55E;
  flex-shrink: 0;
  margin-left: auto;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
}.nya_bon_asc {
  padding: 36px 16px 0;
  background: #141210;
}
@media(min-width: 769px) {.nya_bon_asc {
  padding: 2.75rem 24px 0;
}
}.nya_bon_in_asc {
  margin: 0 auto;
  max-width: 82.5rem;
}.nya_bon_head_asc {
  margin-bottom: 1.25rem;
}.nya_bon_label_asc {
  font-size: 0.688rem;
  margin-bottom: 8px;
  color: #E8340A;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.nya_bon_h2_asc {
  color: #F5EFEA;
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  margin-bottom: 8px;
}
@media(min-width: 771px) {.nya_bon_h2_asc {
  font-size: 1.5rem;
}
}.nya_bon_seo_asc {
  color: #6F6560;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  max-width: 620px;
  line-height: 1.6;
}.nya_bon_seo_asc strong {
  font-weight: 700;
  color: #C9BFB7;
}.nya_bon_seo_asc a {
  color: #E8340A;
  text-decoration: underline;
}.nya_bon_grid_asc {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 639px) {.nya_bon_grid_asc {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.nya_bon_grid_asc {
  grid-template-columns: repeat(5,1fr);
}
}.nya_bon_card_asc {
  border-radius: 0.5rem;
  transition: border-color .2s,transform .2s;
  background: #18150F;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
}.nya_bon_card_asc:hover {
  transform: translateY(-2px);
  border-color: rgba(232, 52, 10, 0.08);
}.nya_bon_card_ic_asc svg {
  stroke-linecap: round;
  height: 1.625rem;
  width: 1.625rem;
  stroke-linejoin: round;
}.nya_bon_card_ic_asc {
  margin-bottom: 10px;
}.nya_bon_card_type_asc {
  margin-bottom: 6px;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #6F6560;
  font-weight: 700;
  letter-spacing: .06em;
}.nya_bon_card_amount_asc {
  font-weight: 800;
  color: #F5A000;
  font-size: 1.125rem;
  line-height: 1.1;
  margin-bottom: 0.375rem;
}.nya_bon_card_name_asc {
  margin-bottom: 8px;
  font-weight: 600;
  color: #F5EFEA;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.nya_bon_card_detail_asc {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 11px;
  overflow-wrap: break-word;
  color: #554F4A;
  padding-top: 8px;
  line-height: 1.5;
}.nya_reg_asc {
  background: #141210;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.nya_reg_asc {
  padding: 2.75rem 1.5rem 0;
}
}.nya_reg_in_asc {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #1E1A17;
  margin: 0 auto;
  border-radius: 0.813rem;
  padding: 1.75rem 1.5rem;
  max-width: 1320px;
}
@media(min-width: 769px) {.nya_reg_in_asc {
  padding: 2.5rem;
}
}.nya_reg_top_asc {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 863px) {.nya_reg_top_asc {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.nya_reg_label_asc {
  color: #E8340A;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
}.nya_reg_h2_asc {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F5EFEA;
  margin-bottom: 0.75rem;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.2;
  font-size: 1.375rem;
}
@media(min-width: 770px) {.nya_reg_h2_asc {
  font-size: 28px;
}
}.nya_reg_bonus_asc {
  gap: 0.5rem;
  border: 1px solid rgba(245, 160, 0, 0.15);
  background: rgba(245, 160, 0, 0.15);
  border-radius: 8px;
  padding: 10px 1rem;
  display: inline-flex;
  margin-bottom: 1rem;
  align-items: center;
}.nya_reg_bonus_amount_asc {
  font-weight: 800;
  font-size: 1.25rem;
  color: #F5A000;
}.nya_reg_bonus_text_asc {
  line-height: 1.35;
  color: #9A8E85;
  font-size: 13px;
}.nya_reg_cta_btn_asc {
  background: #23C55E;
  padding: 14px 2rem;
  border-radius: 0.5rem;
  transition: background .2s;
  margin-bottom: 12px;
  font-size: 0.938rem;
  color: #130D08;
  box-shadow: 0 0 0.875rem rgba(35, 197, 94, 0.50), 0 3px 0.375rem rgba(0, 0, 0, 0.45);
  display: inline-block;
  font-weight: 700;
}.nya_reg_cta_btn_asc:hover {
  background: #18A84F;
}.nya_reg_terms_asc {
  color: #554F4A;
  font-size: 0.688rem;
  line-height: 1.5;
}.nya_reg_seo_asc {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  color: #6F6560;
  font-size: 13px;
  padding-top: 1.25rem;
  line-height: 1.65;
  margin-top: 20px;
}.nya_reg_seo_asc p {
  margin-bottom: 10px;
  line-height: 1.65;
  color: #6F6560;
  font-size: 13px;
}.nya_reg_seo_asc p:last-child {
  margin-bottom: 0;
}.nya_reg_seo_asc strong {
  font-weight: 700;
  color: #C9BFB7;
}.nya_reg_seo_asc a {
  transition: color .2s;
  text-decoration: underline;
  color: #E8340A;
}.nya_reg_seo_asc a:hover {
  color: #FF4E22;
}.nya_reg_seo_asc ul,.nya_reg_seo_asc ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 18px;
}.nya_reg_seo_asc ol {
  list-style: decimal;
}.nya_reg_seo_asc li {
  line-height: 1.65;
  margin-bottom: 0.25rem;
  font-size: 13px;
  color: #6F6560;
}.nya_reg_seo_asc table {
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  font-size: 13px;
  margin-bottom: 0.625rem;
}
@media(min-width: 771px) {.nya_reg_seo_asc table {
  display: table;
}
}.nya_reg_seo_asc th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  text-align: left;
  color: #C9BFB7;
  font-weight: 700;
}.nya_reg_seo_asc td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6F6560;
}.nya_reg_steps_asc {
  gap: 0.875rem;
  display: flex;
  flex-direction: column;
  margin-top: 1.75rem;
}
@media(min-width: 858px) {.nya_reg_steps_asc {
  margin-top: 0;
}
}.nya_reg_step_asc {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.nya_reg_step_num_asc {
  border-radius: 50%;
  border: 1px solid rgba(232, 52, 10, 0.08);
  background: rgba(232, 52, 10, 0.18);
  justify-content: center;
  width: 2.125rem;
  align-items: center;
  height: 34px;
  font-size: 14px;
  flex-shrink: 0;
  color: #E8340A;
  font-weight: 800;
  display: flex;
}.nya_reg_step_title_asc {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #F5EFEA;
}.nya_reg_step_text_asc {
  font-size: 12px;
  line-height: 1.5;
  color: #6F6560;
}.nya_reg_trust_asc {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 20px;
  padding-top: 1.25rem;
  display: flex;
  flex-wrap: wrap;
}.nya_reg_trust_item_asc {
  gap: 0.438rem;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
  font-size: 12px;
  color: #6F6560;
}.nya_reg_trust_ic_asc svg {
  stroke-linejoin: round;
  width: 1rem;
  color: #E8340A;
  height: 1rem;
  stroke-linecap: round;
}.nya_prov_asc {
  background: #141210;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.nya_prov_asc {
  padding: 2.75rem 24px 0;
}
}.nya_prov_in_asc {
  margin: 0 auto;
  max-width: 82.5rem;
}.nya_prov_head_asc {
  margin-bottom: 1rem;
}.nya_prov_label_asc {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  color: #E8340A;
  margin-bottom: 8px;
  letter-spacing: .08em;
}.nya_prov_h2_asc {
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  color: #F5EFEA;
  margin-bottom: 0.5rem;
  font-size: 20px;
}
@media(min-width: 767px) {.nya_prov_h2_asc {
  font-size: 24px;
}
}.nya_prov_seo_asc {
  line-height: 1.6;
  color: #6F6560;
  overflow-wrap: break-word;
  font-size: 13px;
  max-width: 38.75rem;
  margin-bottom: 16px;
}.nya_prov_seo_asc strong {
  font-weight: 700;
  color: #C9BFB7;
}.nya_prov_seo_asc a {
  color: #E8340A;
  text-decoration: underline;
}.nya_prov_grid_asc {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 638px) {.nya_prov_grid_asc {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1082px) {.nya_prov_grid_asc {
  grid-template-columns: repeat(8,1fr);
}
}.nya_prov_card_asc {
  background: #18150F;
  gap: 0.438rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  padding: 0.875rem 10px;
  transition: border-color .2s,background .2s;
  flex-direction: column;
  display: flex;
  cursor: pointer;
  align-items: center;
}.nya_prov_card_asc:hover {
  border-color: rgba(232, 52, 10, 0.55);
  background: #1E1A17;
}.nya_prov_logo_asc {
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 0.313rem;
  align-items: center;
  height: 44px;
  display: flex;
  justify-content: center;
  width: 44px;
}.nya_prov_logo_asc img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.nya_prov_name_asc {
  font-weight: 600;
  font-size: 0.688rem;
  color: #9A8E85;
  overflow-wrap: break-word;
  text-align: center;
}.nya_htp_asc {
  background: #141210;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.nya_htp_asc {
  padding: 2.75rem 1.5rem 0;
}
}.nya_htp_in_asc {
  margin: 0 auto;
  max-width: 1320px;
}.nya_htp_head_asc {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.nya_htp_label_asc {
  margin-bottom: 8px;
  font-size: 0.688rem;
  color: #E8340A;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.nya_htp_h2_asc {
  color: #F5EFEA;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.5rem;
  font-size: 22px;
}
@media(min-width: 765px) {.nya_htp_h2_asc {
  font-size: 1.75rem;
}
}.nya_htp_intro_asc {
  font-size: 14px;
  line-height: 1.6;
  color: #6F6560;
}.nya_htp_steps_asc {
  padding: 0;
  list-style: none;
  margin: 0;
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width: 639px) {.nya_htp_steps_asc {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.nya_htp_steps_asc {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.nya_htp_step_asc {
  background: #1E1A17;
  padding: 1.25rem 1.125rem 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  position: relative;
  flex-direction: column;
}.nya_htp_step_num_asc {
  border-radius: 50%;
  background: #E8340A;
  color: #130D08;
  justify-content: center;
  font-weight: 800;
  height: 28px;
  font-size: 0.813rem;
  font-family: 'Barlow Condensed', sans-serif;
  top: -0.75rem;
  display: flex;
  position: absolute;
  width: 1.75rem;
  left: 20px;
  align-items: center;
}.nya_htp_step_ic_asc {
  border-radius: 0.313rem;
  background: rgba(232, 52, 10, 0.18);
  margin: 8px 0 12px;
  align-items: center;
  width: 36px;
  height: 2.25rem;
  justify-content: center;
  display: flex;
  color: #E8340A;
}.nya_htp_step_ic_asc svg {
  width: 18px;
  height: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.nya_htp_step_h_asc {
  font-size: 14px;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  color: #F5EFEA;
  font-weight: 700;
  line-height: 1.25;
}.nya_htp_step_p_asc {
  overflow-wrap: break-word;
  color: #6F6560;
  line-height: 1.55;
  font-size: 13px;
}.nya_htp_step_p_asc strong {
  font-weight: 600;
  color: #C9BFB7;
}.nya_htp_cta_asc {
  transition: background .2s;
  background: #23C55E;
  padding: 0.813rem 1.625rem;
  border-radius: 0.5rem;
  font-weight: 700;
  margin-top: 1.25rem;
  display: inline-block;
  color: #130D08;
  font-size: 14px;
}.nya_htp_cta_asc:hover {
  background: #18A84F;
}.nya_app_asc {
  padding: 2.25rem 16px 0;
  background: #141210;
}
@media(min-width: 766px) {.nya_app_asc {
  padding: 44px 24px 0;
}
}.nya_app_in_asc {
  margin: 0 auto;
  max-width: 1320px;
}.nya_app_head_asc {
  margin-bottom: 16px;
}.nya_app_label_asc {
  font-size: 0.688rem;
  font-weight: 700;
  color: #E8340A;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}.nya_app_h2_asc {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 0.375rem;
  color: #F5EFEA;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 766px) {.nya_app_h2_asc {
  font-size: 1.5rem;
}
}.nya_app_sub_asc {
  color: #6F6560;
  line-height: 1.6;
  font-size: 0.813rem;
  max-width: 37.5rem;
  overflow-wrap: break-word;
}.nya_app_sub_asc strong {
  color: #C9BFB7;
  font-weight: 700;
}.nya_app_cards_asc {
  gap: 10px;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 16px;
}
@media(min-width: 643px) {.nya_app_cards_asc {
  grid-template-columns: repeat(3,1fr);
}
}.nya_app_card_asc {
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 20px;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
}.nya_app_card_ios_asc {
  background: linear-gradient(135deg,rgba(232, 52, 10, 0.18) 0%,#1E1A17 100%);
}.nya_app_card_android_asc {
  background: linear-gradient(135deg,rgba(35, 197, 94, 0.15) 0%,#1E1A17 100%);
}.nya_app_card_win_asc {
  background: linear-gradient(135deg,rgba(245, 160, 0, 0.15) 0%,#1E1A17 100%);
}.nya_app_card_ic_asc svg {
  width: 2.125rem;
  height: 2.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.nya_app_card_ic_asc {
  color: #F5EFEA;
  flex-shrink: 0;
}.nya_app_card_os_asc {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 700;
  letter-spacing: .08em;
  color: #6F6560;
  font-size: 0.625rem;
}.nya_app_card_title_asc {
  margin-bottom: 6px;
  color: #F5EFEA;
  overflow-wrap: break-word;
  font-weight: 700;
  line-height: 1.2;
  font-size: 0.938rem;
}.nya_app_card_text_asc {
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-size: 0.75rem;
  color: #6F6560;
  line-height: 1.5;
}.nya_app_card_btn_asc {
  background: rgba(255, 255, 255, 0.12);
  transition: background .2s;
  padding: 0.625rem 18px;
  gap: 7px;
  border: 1px solid rgba(232, 52, 10, 0.55);
  border-radius: 0.313rem;
  align-items: center;
  display: inline-flex;
  color: #F5EFEA;
  font-size: 0.813rem;
  font-weight: 700;
}.nya_app_card_btn_asc:hover {
  background: rgba(255, 255, 255, 0.07);
}.nya_faq_asc {
  padding: 36px 1rem 0;
  background: #141210;
}
@media(min-width: 771px) {.nya_faq_asc {
  padding: 2.75rem 24px 0;
}
}.nya_faq_in_asc {
  margin: 0 auto;
  max-width: 1320px;
}.nya_faq_head_asc {
  margin-bottom: 20px;
}.nya_faq_label_asc {
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #E8340A;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
}.nya_faq_h2_asc {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F5EFEA;
  font-size: 20px;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 767px) {.nya_faq_h2_asc {
  font-size: 24px;
}
}.nya_faq_list_asc {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.nya_faq_item_asc {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 8px;
  overflow: hidden;
  background: #1E1A17;
}.nya_faq_q_asc {
  gap: 12px;
  padding: 16px 1.25rem;
  transition: color .2s;
  cursor: pointer;
  overflow-wrap: break-word;
  font-size: 14px;
  flex-wrap: wrap;
  color: #C9BFB7;
  font-weight: 600;
  align-items: center;
  justify-content: space-between;
  display: flex;
}.nya_faq_q_asc:hover {
  color: #F5EFEA;
}.nya_faq_q_ic_asc {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transition: transform .25s;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  height: 1.5rem;
  display: flex;
  width: 24px;
  color: #E8340A;
  font-size: 16px;
}.nya_faq_item_asc.nya_state_open_asc .nya_faq_q_ic_asc {
  transform: rotate(45deg);
}.nya_faq_a_asc {
  padding: 0 1.25rem 1rem;
  overflow-wrap: break-word;
  display: none;
  line-height: 1.7;
  font-size: 13px;
  color: #6F6560;
}.nya_faq_item_asc.nya_state_open_asc .nya_faq_a_asc {
  display: block;
}.nya_faq_a_asc strong {
  color: #C9BFB7;
  font-weight: 700;
}.nya_faq_a_asc a {
  text-decoration: underline;
  color: #E8340A;
}.nya_faq_a_asc ul,.nya_faq_a_asc ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.nya_faq_a_asc ol {
  list-style: decimal;
}.nya_faq_a_asc li {
  margin-bottom: 4px;
  line-height: 1.6;
}.nya_faq_a_asc table {
  margin: 0.5rem 0;
  overflow-x: auto;
  font-size: 12px;
  border-collapse: collapse;
  display: block;
  width: 100%;
}
@media(min-width: 767px) {.nya_faq_a_asc table {
  display: table;
}
}.nya_faq_a_asc th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 0.5rem;
  font-weight: 700;
  color: #C9BFB7;
  text-align: left;
}.nya_faq_a_asc td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 0.5rem;
  color: #6F6560;
}.nya_seo_asc {
  background: #141210;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.nya_seo_asc {
  padding: 2.75rem 1.5rem 0;
}
}.nya_seo_in_asc {
  padding: 28px 24px;
  border-radius: 13px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #1E1A17;
  max-width: 1320px;
}
@media(min-width: 767px) {.nya_seo_in_asc {
  padding: 2.25rem 2.5rem;
}
}.nya_seo_label_asc {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #E8340A;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}.nya_seo_h2_asc {
  color: #F5EFEA;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.25;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 14px;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.nya_seo_h2_asc {
  font-size: 1.5rem;
}
}.nya_seo_body_asc {
  color: #9A8E85;
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.nya_seo_body_asc p {
  color: #9A8E85;
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}.nya_seo_body_asc p:last-child {
  margin-bottom: 0;
}.nya_seo_body_asc strong {
  font-weight: 700;
  color: #C9BFB7;
}.nya_seo_body_asc a {
  transition: color .2s;
  text-decoration: underline;
  color: #E8340A;
}.nya_seo_body_asc a:hover {
  color: #FF4E22;
}.nya_seo_body_asc ul,.nya_seo_body_asc ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.nya_seo_body_asc ol {
  list-style: decimal;
}.nya_seo_body_asc li {
  color: #9A8E85;
  font-size: 14px;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.nya_seo_body_asc table {
  width: 100%;
  font-size: 13px;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 770px) {.nya_seo_body_asc table {
  display: table;
}
}.nya_seo_body_asc th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  color: #C9BFB7;
  font-weight: 700;
  text-align: left;
}.nya_seo_body_asc td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #9A8E85;
}.nya_seo_cols_asc {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.nya_seo_cols_asc {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.nya_seo_cols_asc {
  grid-template-columns: repeat(3,1fr);
}
}.nya_seo_col_h_asc {
  font-weight: 700;
  color: #C9BFB7;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-size: 13px;
}.nya_seo_col_p_asc {
  color: #6F6560;
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
}.nya_seo_stats_asc {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.nya_seo_stat_asc {
  padding: 14px 1rem;
  border-radius: 8px;
  border: 1px solid rgba(232, 52, 10, 0.18);
  background: rgba(232, 52, 10, 0.08);
  flex: 1;
  min-width: 140px;
}.nya_seo_stat_val_asc {
  color: #E8340A;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 4px;
}.nya_seo_stat_lb_asc {
  font-size: 11px;
  color: #6F6560;
  overflow-wrap: break-word;
}.nya_seo_asc {
  padding: 36px 1rem 0;
  background: #141210;
}
@media(min-width: 766px) {.nya_seo_asc {
  padding: 44px 1.5rem 0;
}
}.nya_seo_in_asc {
  background: #1E1A17;
  padding: 28px 24px;
  border-radius: 13px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.10);
  max-width: 82.5rem;
}
@media(min-width: 770px) {.nya_seo_in_asc {
  padding: 2.25rem 2.5rem;
}
}.nya_seo_label_asc {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #E8340A;
}.nya_seo_h2_asc {
  overflow-wrap: break-word;
  color: #F5EFEA;
  line-height: 1.25;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 14px;
  font-size: 1.25rem;
  font-weight: 800;
}
@media(min-width: 771px) {.nya_seo_h2_asc {
  font-size: 24px;
}
}.nya_seo_body_asc {
  font-size: 14px;
  color: #9A8E85;
  overflow-wrap: break-word;
  line-height: 1.75;
}.nya_seo_body_asc p {
  margin-bottom: 12px;
  color: #9A8E85;
  line-height: 1.75;
  font-size: 14px;
}.nya_seo_body_asc p:last-child {
  margin-bottom: 0;
}.nya_seo_body_asc strong {
  color: #C9BFB7;
  font-weight: 700;
}.nya_seo_body_asc a {
  transition: color .2s;
  text-decoration: underline;
  color: #E8340A;
}.nya_seo_body_asc a:hover {
  color: #FF4E22;
}.nya_seo_body_asc ul,.nya_seo_body_asc ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.nya_seo_body_asc ol {
  list-style: decimal;
}.nya_seo_body_asc li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  color: #9A8E85;
}.nya_seo_body_asc table {
  overflow-x: auto;
  margin-bottom: 0.75rem;
  font-size: 13px;
  border-collapse: collapse;
  display: block;
  width: 100%;
}
@media(min-width: 766px) {.nya_seo_body_asc table {
  display: table;
}
}.nya_seo_body_asc th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C9BFB7;
  font-weight: 700;
  text-align: left;
}.nya_seo_body_asc td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #9A8E85;
}.nya_seo_cols_asc {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 637px) {.nya_seo_cols_asc {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.nya_seo_cols_asc {
  grid-template-columns: repeat(3,1fr);
}
}.nya_seo_col_h_asc {
  font-weight: 700;
  font-size: 13px;
  color: #C9BFB7;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
}.nya_seo_col_p_asc {
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #6F6560;
}.nya_seo_stats_asc {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.nya_seo_stat_asc {
  padding: 0.875rem 16px;
  border: 1px solid rgba(232, 52, 10, 0.18);
  background: rgba(232, 52, 10, 0.08);
  flex: 1;
  border-radius: 8px;
  min-width: 8.75rem;
}.nya_seo_stat_val_asc {
  font-size: 1.25rem;
  color: #E8340A;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 4px;
}.nya_seo_stat_lb_asc {
  font-size: 11px;
  color: #6F6560;
  overflow-wrap: break-word;
}.nya_pmt_asc {
  background: #141210;
  padding: 36px 16px 0;
}
@media(min-width: 767px) {.nya_pmt_asc {
  padding: 44px 24px 0;
}
}.nya_pmt_in_asc {
  margin: 0 auto;
  max-width: 82.5rem;
}.nya_pmt_head_asc {
  margin-bottom: 22px;
  max-width: 45rem;
}.nya_pmt_label_asc {
  margin-bottom: 8px;
  color: #E8340A;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
}.nya_pmt_h2_asc {
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F5EFEA;
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
}
@media(min-width: 771px) {.nya_pmt_h2_asc {
  font-size: 28px;
}
}.nya_pmt_intro_asc {
  font-size: 14px;
  color: #6F6560;
  line-height: 1.6;
  overflow-wrap: break-word;
}.nya_pmt_groups_asc {
  gap: 1.25rem;
  flex-direction: column;
  display: flex;
}.nya_pmt_group_asc {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.5rem;
  background: #1E1A17;
}.nya_pmt_group_head_asc {
  gap: 12px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}.nya_pmt_group_ic_asc {
  background: rgba(232, 52, 10, 0.18);
  border-radius: 0.313rem;
  display: flex;
  height: 36px;
  justify-content: center;
  align-items: center;
  width: 36px;
  flex-shrink: 0;
  color: #E8340A;
}.nya_pmt_group_ic_asc svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 18px;
  width: 18px;
}.nya_pmt_group_h_asc {
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #F5EFEA;
  overflow-wrap: break-word;
}.nya_pmt_group_p_asc {
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #6F6560;
  margin-bottom: 0.875rem;
}.nya_pmt_group_p_asc strong {
  font-weight: 600;
  color: #C9BFB7;
}.nya_pmt_table_wrap_asc {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.nya_pmt_table_asc {
  border-collapse: collapse;
  font-size: 0.813rem;
  min-width: 33.75rem;
  width: 100%;
}.nya_pmt_table_asc th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-transform: uppercase;
  font-weight: 700;
  color: #C9BFB7;
  white-space: nowrap;
  letter-spacing: .04em;
  text-align: left;
  font-size: 0.688rem;
}.nya_pmt_table_asc td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #6F6560;
}.nya_pmt_table_asc tbody tr:last-child td {
  border-bottom: none;
}.nya_pmt_table_asc tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C9BFB7;
}.nya_rv_asc {
  padding: 2.25rem 1rem 0;
  background: #141210;
}
@media(min-width:768px) {.nya_rv_asc {
  padding: 2.75rem 1.5rem 0;
}
}.nya_rv_in_asc {
  margin: 0 auto;
  max-width: 82.5rem;
}.nya_rv_head_asc {
  max-width: 720px;
  margin-bottom: 1.25rem;
}.nya_rv_label_asc {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  color: #E8340A;
  letter-spacing: .08em;
  font-size: 11px;
}.nya_rv_h2_asc {
  margin-bottom: 10px;
  color: #F5EFEA;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
}
@media(min-width:768px) {.nya_rv_h2_asc {
  font-size: 1.75rem;
}
}.nya_rv_stats_asc {
  gap: 18px;
  font-size: 0.813rem;
  color: #6F6560;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.nya_rv_stats_score_asc {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.nya_rv_stats_score_val_asc {
  color: #F5A000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  font-weight: 800;
}.nya_rv_stats_score_max_asc {
  color: #554F4A;
  font-size: 0.813rem;
}.nya_rv_stats_badge_asc {
  gap: 4px;
  align-items: center;
  display: flex;
}.nya_rv_stats_badge_asc svg {
  color: #F5A000;
  width: 0.875rem;
  height: 0.875rem;
}.nya_rv_grid_asc {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.nya_rv_grid_asc {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.nya_rv_grid_asc {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.nya_rv_card_asc {
  padding: 1.25rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #1E1A17;
  flex-direction: column;
  display: flex;
}.nya_rv_card_stars_asc {
  gap: 2px;
  color: #F5A000;
  display: flex;
  margin-bottom: 10px;
}.nya_rv_card_stars_asc svg {
  width: 0.875rem;
  height: 14px;
}.nya_rv_card_h_asc {
  font-size: 14px;
  color: #F5EFEA;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  overflow-wrap: break-word;
}.nya_rv_card_body_asc {
  flex: 1;
  line-height: 1.65;
  color: #6F6560;
  overflow-wrap: break-word;
  font-size: 13px;
  margin-bottom: 0.875rem;
}.nya_rv_card_body_asc strong {
  color: #C9BFB7;
  font-weight: 600;
}.nya_rv_card_meta_asc {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  padding-top: 0.75rem;
}.nya_rv_card_author_asc {
  font-size: 12px;
  color: #C9BFB7;
  font-weight: 600;
}.nya_rv_card_date_asc {
  font-size: 11px;
  color: #554F4A;
}.nya_seo_asc {
  padding: 2.25rem 16px 0;
  background: #141210;
}
@media(min-width: 766px) {.nya_seo_asc {
  padding: 44px 24px 0;
}
}.nya_seo_in_asc {
  border: 1px solid rgba(255, 255, 255, 0.10);
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  background: #1E1A17;
  border-radius: 0.813rem;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.nya_seo_in_asc {
  padding: 36px 40px;
}
}.nya_seo_label_asc {
  font-size: 11px;
  text-transform: uppercase;
  color: #E8340A;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 10px;
}.nya_seo_h2_asc {
  line-height: 1.25;
  font-weight: 800;
  font-size: 1.25rem;
  color: #F5EFEA;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.nya_seo_h2_asc {
  font-size: 1.5rem;
}
}.nya_seo_body_asc {
  overflow-wrap: break-word;
  color: #9A8E85;
  line-height: 1.75;
  font-size: 14px;
}.nya_seo_body_asc p {
  color: #9A8E85;
  margin-bottom: 12px;
  font-size: 0.875rem;
  line-height: 1.75;
}.nya_seo_body_asc p:last-child {
  margin-bottom: 0;
}.nya_seo_body_asc strong {
  font-weight: 700;
  color: #C9BFB7;
}.nya_seo_body_asc a {
  transition: color .2s;
  color: #E8340A;
  text-decoration: underline;
}.nya_seo_body_asc a:hover {
  color: #FF4E22;
}.nya_seo_body_asc ul,.nya_seo_body_asc ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.nya_seo_body_asc ol {
  list-style: decimal;
}.nya_seo_body_asc li {
  color: #9A8E85;
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 1.75;
}.nya_seo_body_asc table {
  margin-bottom: 0.75rem;
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  display: block;
}
@media(min-width: 767px) {.nya_seo_body_asc table {
  display: table;
}
}.nya_seo_body_asc th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  color: #C9BFB7;
  font-weight: 700;
  text-align: left;
}.nya_seo_body_asc td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9A8E85;
}.nya_seo_cols_asc {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 642px) {.nya_seo_cols_asc {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.nya_seo_cols_asc {
  grid-template-columns: repeat(3,1fr);
}
}.nya_seo_col_h_asc {
  font-weight: 700;
  color: #C9BFB7;
  margin-bottom: 7px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.nya_seo_col_p_asc {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #6F6560;
  line-height: 1.65;
}.nya_seo_stats_asc {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.nya_seo_stat_asc {
  flex: 1;
  background: rgba(232, 52, 10, 0.08);
  border-radius: 8px;
  border: 1px solid rgba(232, 52, 10, 0.18);
  padding: 0.875rem 1rem;
  min-width: 140px;
}.nya_seo_stat_val_asc {
  overflow-wrap: break-word;
  margin-bottom: 4px;
  color: #E8340A;
  font-weight: 800;
  font-size: 1.25rem;
}.nya_seo_stat_lb_asc {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #6F6560;
}.nya_ft_asc {
  background: #0D0B09;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.nya_ft_support_asc {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 16px;
}
@media(min-width:768px) {.nya_ft_support_asc {
  padding: 28px 1.5rem;
}
}.nya_ft_support_in_asc {
  margin: 0 auto;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 82.5rem;
  align-items: center;
  display: flex;
}.nya_ft_support_main_asc {
  gap: 1rem;
  flex: 1;
  min-width: 13.75rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.nya_ft_support_ic_asc {
  flex-shrink: 0;
  color: #E8340A;
}.nya_ft_support_ic_asc svg {
  stroke-linejoin: round;
  height: 1.875rem;
  stroke-linecap: round;
  width: 1.875rem;
}.nya_ft_support_text_title_asc {
  font-size: 0.938rem;
  margin-bottom: 3px;
  color: #F5EFEA;
  font-weight: 700;
  overflow-wrap: break-word;
}.nya_ft_support_text_sub_asc {
  color: #6F6560;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.nya_ft_support_btn_asc {
  background: #E8340A;
  transition: background .2s;
  padding: 11px 22px;
  border-radius: 8px;
  color: #F5EFEA;
  font-size: 0.813rem;
  flex-shrink: 0;
  font-weight: 700;
  white-space: nowrap;
}.nya_ft_support_btn_asc:hover {
  background: #FF4E22;
}.nya_ft_support_contacts_asc {
  gap: 1rem;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.nya_ft_support_contact_asc {
  color: #554F4A;
  font-size: 0.75rem;
  line-height: 1.4;
}.nya_ft_support_contact_asc strong {
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 11px;
  display: block;
  color: #9A8E85;
}.nya_ft_main_asc {
  padding: 32px 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 765px) {.nya_ft_main_asc {
  padding: 2.5rem 1.5rem 2rem;
}
}.nya_ft_main_in_asc {
  margin: 0 auto;
  gap: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
}
@media(min-width: 642px) {.nya_ft_main_in_asc {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.nya_ft_main_in_asc {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.nya_ft_col_logo_asc {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.nya_ft_col_logo_asc {
  grid-column: auto;
}
}.nya_ft_logo_asc {
  gap: 0.563rem;
  display: flex;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F5EFEA;
  font-size: 1rem;
  margin-bottom: 12px;
  align-items: center;
  flex-wrap: wrap;
}.nya_ft_logo_mark_asc {
  overflow: hidden;
  border-radius: 5px;
  width: 1.875rem;
  height: 30px;
}.nya_ft_logo_mark_asc img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.nya_ft_logo_sub_asc {
  overflow-wrap: break-word;
  max-width: 200px;
  color: #554F4A;
  font-size: 12px;
  line-height: 1.55;
}.nya_ft_col_title_asc {
  text-transform: uppercase;
  margin-bottom: 14px;
  color: #9A8E85;
  letter-spacing: .07em;
  font-weight: 700;
  font-size: 12px;
}.nya_ft_col_links_asc {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.nya_ft_col_link_asc {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #554F4A;
}.nya_ft_col_link_asc:hover {
  color: #C9BFB7;
}.nya_ft_apps_asc {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.nya_ft_app_card_asc {
  border-radius: 0.313rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 0.625rem 12px;
  background: rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  align-items: center;
  display: flex;
}.nya_ft_app_card_asc:hover {
  border-color: rgba(232, 52, 10, 0.55);
}.nya_ft_app_card_ic_asc svg {
  width: 22px;
  height: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.nya_ft_app_card_os_asc {
  font-size: 10px;
  font-weight: 600;
  color: #554F4A;
}.nya_ft_app_card_action_asc {
  color: #C9BFB7;
  font-weight: 700;
  font-size: 12px;
}.nya_ft_bot_asc {
  padding: 1.25rem 1rem;
}
@media(min-width:768px) {.nya_ft_bot_asc {
  padding: 1.25rem 1.5rem;
}
}.nya_ft_bot_in_asc {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  max-width: 1320px;
}.nya_ft_socials_asc {
  gap: 8px;
  display: flex;
}.nya_ft_soc_asc {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 5px;
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  color: #9A8E85;
  align-items: center;
  display: flex;
  width: 36px;
  height: 2.25rem;
  justify-content: center;
}.nya_ft_soc_asc svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
  width: 1rem;
}.nya_ft_soc_asc:hover {
  background: rgba(255, 255, 255, 0.07);
}.nya_ft_legal_asc {
  flex: 1;
  font-size: 11px;
  overflow-wrap: break-word;
  color: #8C837C;
  line-height: 1.6;
  min-width: 200px;
}.nya_ft_legal_asc strong {
  font-weight: 700;
  color: #9A8E85;
}.nya_ft_legal_asc a {
  text-decoration: underline;
  color: #9A8E85;
}.nya_ft_age_asc {
  border-radius: 50%;
  border: 2px solid #8C837C;
  font-weight: 800;
  margin-left: auto;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  height: 2rem;
  font-size: 0.688rem;
  align-items: center;
  color: #8C837C;
  width: 2rem;
}