*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #091624;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  min-height: 100vh;
  font-family: 'Nunito', sans-serif;
  color: #B8D0E8;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  color: inherit;
  text-decoration: none;
}button {
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.gkg-layout_qja {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.gkg-page_qja {
  min-height: 100vh;
  display: flex;
}.gkg-main_qja {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media(min-width: 1083px) {.gkg-main_qja {
  padding-left: 220px;
}
}
@media(max-width: 1082px) {.gkg-main_qja {
  padding-bottom: 4.5rem;
}
}.gkg-gc_qja {
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border-radius: 12px;
  background: #0C1B2D;
  border: 1px solid rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
  width: 8.75rem;
  position: relative;
  cursor: pointer;
}
@media(min-width: 642px) {.gkg-gc_qja {
  width: 9.75rem;
}
}
@media(min-width:1080px) {.gkg-gc_qja {
  width: 10.5rem;
}
}.gkg-gc_qja:hover {
  border-color: rgba(0, 200, 230, 0.07);
  transform: translateY(-3px);
}.gkg-gc_img_qja {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.gkg-gc_img_qja img {
  inset: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}.gkg-gc_hover_qja {
  transition: opacity .2s;
  background: rgba(5, 13, 24, 0.72);
  inset: 0;
  align-items: center;
  opacity: 0;
  position: absolute;
  display: flex;
  justify-content: center;
}.gkg-gc_qja:hover .gkg-gc_hover_qja {
  opacity: 1;
}.gkg-gc_hover_btn_qja {
  background: #00C8E6;
  padding: 8px 16px;
  border-radius: 8px;
  color: #EDF6FF;
  font-weight: 700;
  font-size: 12px;
}.gkg-gc_info_qja {
  padding: 0.5rem 10px 10px;
}.gkg-gc_name_qja {
  overflow: hidden;
  font-size: 0.75rem;
  color: #B8D0E8;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  max-width: 100%;
  white-space: nowrap;
  font-weight: 600;
}.gkg-gc_prov_qja {
  color: #486075;
  font-size: 10px;
}.gkg-gc_tag_qja {
  border-radius: 0.25rem;
  padding: 2px 7px;
  z-index: 2;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  top: 6px;
  left: 6px;
  letter-spacing: .04em;
  position: absolute;
}.gkg-gc_tag_hot_qja {
  background: #E83248;
  color: #fff;
}.gkg-gc_tag_new_qja {
  background: #18D46A;
  color: #091624;
}.gkg-gc_tag_jp_qja {
  background: #FFAB1A;
  color: #091624;
}.gkg-gc_tag_ex_qja {
  background: #FF6B2B;
  color: #fff;
}.gkg-gc_tag_live_qja {
  background: #E83248;
  color: #fff;
}.gkg-gr_qja {
  padding: 32px 1rem 0;
  background: #091624;
}
@media(min-width: 766px) {.gkg-gr_qja {
  padding: 36px 24px 0;
}
}.gkg-gr_in_qja {
  margin: 0 auto;
  max-width: 1320px;
}.gkg-gr_head_qja {
  gap: 0.75rem;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.gkg-gr_head_l_qja {
  flex: 1;
  gap: 10px;
  align-items: center;
  min-width: 0;
  display: flex;
}.gkg-gr_ic_qja {
  border-radius: 0.75rem;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 2rem;
  flex-shrink: 0;
  height: 32px;
}.gkg-gr_ic_qja svg {
  height: 1rem;
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
}.gkg-gr_title_qja {
  font-family: 'Fredoka One', sans-serif;
  font-weight: 700;
  color: #EDF6FF;
  overflow-wrap: break-word;
  font-size: 16px;
}
@media(min-width: 769px) {.gkg-gr_title_qja {
  font-size: 1.125rem;
}
}.gkg-gr_more_qja {
  transition: color .2s;
  gap: 0.313rem;
  flex-shrink: 0;
  font-weight: 600;
  color: #5B7A96;
  display: flex;
  align-items: center;
  font-size: 12px;
  white-space: nowrap;
}.gkg-gr_more_qja:hover {
  color: #00C8E6;
}.gkg-gr_more_qja svg {
  stroke-linejoin: round;
  width: 0.75rem;
  height: 12px;
  stroke-linecap: round;
}.gkg-gr_arrows_qja {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.gkg-gr_arr_qja {
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  width: 30px;
  align-items: center;
  color: #7A9BB8;
  display: flex;
  height: 1.875rem;
  justify-content: center;
}.gkg-gr_arr_qja:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #EDF6FF;
}.gkg-gr_arr_qja svg {
  width: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.813rem;
}.gkg-gr_seo_h_qja {
  margin: 0 0 6px;
  font-size: 0.813rem;
  color: #B8D0E8;
  font-weight: 700;
  overflow-wrap: break-word;
  max-width: 680px;
  font-family: 'Fredoka One', sans-serif;
}
@media(min-width: 771px) {.gkg-gr_seo_h_qja {
  font-size: 14px;
}
}.gkg-gr_seo_qja {
  color: #5B7A96;
  overflow-wrap: break-word;
  font-size: 12px;
  max-width: 42.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.55;
}.gkg-gr_seo_qja strong {
  color: #B8D0E8;
  font-weight: 600;
}.gkg-gr_scroll_qja {
  gap: 0.625rem;
  display: flex;
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}.gkg-gr_scroll_qja::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.gkg-gr_scroll_qja {
  gap: 0.75rem;
}
}.gkg-tb_qja {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #07121F;
  align-items: center;
  top: 0;
  z-index: 80;
  height: 56px;
  position: fixed;
  left: 0;
  display: flex;
  right: 0;
}.gkg-tb_in_qja {
  gap: 0;
  padding: 0 14px;
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}.gkg-tb_burger_qja {
  border-radius: 12px;
  gap: 5px;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 2.375rem;
  height: 38px;
  margin-right: 0.5rem;
}.gkg-tb_burger_qja:hover {
  background: rgba(255, 255, 255, 0.05);
}.gkg-tb_burger_line_qja {
  background: #7A9BB8;
  border-radius: 1px;
  width: 18px;
  height: 2px;
  display: block;
}
@media(min-width: 1082px) {.gkg-tb_burger_qja {
  display: none;
}
}.gkg-tb_logo_qja {
  gap: 0.563rem;
  align-items: center;
  display: flex;
  font-weight: 800;
  flex-shrink: 0;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
  font-size: 18px;
  margin-right: 1.25rem;
  color: #EDF6FF;
}.gkg-tb_logo_mark_qja {
  overflow: hidden;
  border-radius: 12px;
  height: 2rem;
  display: flex;
  align-items: center;
  width: 32px;
  justify-content: center;
}.gkg-tb_logo_mark_qja img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.gkg-tb_nav_qja {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 643px) {.gkg-tb_nav_qja {
  display: flex;
}
}.gkg-tb_tab_qja {
  transition: background .15s,color .15s;
  border-radius: 12px;
  padding: 8px 0.875rem;
  font-size: 0.813rem;
  white-space: nowrap;
  color: #7A9BB8;
  font-weight: 600;
}.gkg-tb_tab_qja:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EDF6FF;
}.gkg-tb_tab_qja.gkg-state_active_qja {
  background: rgba(0, 200, 230, 0.18);
  color: #EDF6FF;
}.gkg-tb_right_qja {
  gap: 0.5rem;
  flex-shrink: 0;
  align-items: center;
  margin-left: auto;
  display: flex;
}.gkg-tb_login_qja {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s,color .2s;
  padding: 0.563rem 1rem;
  border-radius: 12px;
  color: #B8D0E8;
  display: none;
  font-weight: 600;
  font-size: 13px;
}.gkg-tb_login_qja:hover {
  border-color: rgba(0, 200, 230, 0.45);
  color: #EDF6FF;
}
@media(min-width: 481px) {.gkg-tb_login_qja {
  display: block;
}
}.gkg-tb_reg_qja {
  border-radius: 12px;
  transition: background .2s;
  padding: 0.563rem 18px;
  background: #18D46A;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.813rem;
  color: #071220;
}.gkg-tb_reg_qja:hover {
  background: #2EE87E;
}.gkg-sb_qja {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  transform: translateX(-100%);
  background: #0F2035;
  bottom: 0;
  width: 13.75rem;
  left: 0;
  top: 3.5rem;
  position: fixed;
  z-index: 70;
  overflow-y: auto;
}.gkg-sb_qja.gkg-state_open_qja {
  transform: translateX(0);
}.gkg-sb_qja::-webkit-scrollbar {
  width: 0.25rem;
}.gkg-sb_qja::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1083px) {.gkg-sb_qja {
  transform: translateX(0);
}
}.gkg-sb_auth_qja {
  padding: 0.875rem 0.75rem 0.625rem;
}.gkg-sb_btn_reg_qja {
  transition: background .2s;
  padding: 11px;
  background: #18D46A;
  border-radius: 12px;
  font-weight: 700;
  display: block;
  font-size: 13px;
  text-align: center;
  margin-bottom: 0.5rem;
  color: #071220;
}.gkg-sb_btn_reg_qja:hover {
  background: #2EE87E;
}.gkg-sb_btn_login_qja {
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem;
  color: #B8D0E8;
  font-size: 0.813rem;
  font-weight: 600;
  display: block;
  text-align: center;
}.gkg-sb_btn_login_qja:hover {
  border-color: rgba(0, 200, 230, 0.45);
  color: #EDF6FF;
}.gkg-sb_promo_qja {
  overflow: hidden;
  padding: 0.75rem 0.875rem;
  margin: 0 12px 10px;
  background: linear-gradient(135deg,#0A2B4A,#0F2035);
  border-radius: 0.75rem;
  border: 1px solid rgba(0, 200, 230, 0.18);
  position: relative;
}.gkg-sb_promo_qja::before {
  background: radial-gradient(circle,rgba(0, 200, 230, 0.18),transparent 70%);
  border-radius: 50%;
  content: '';
  width: 80px;
  position: absolute;
  top: -20px;
  right: -20px;
  height: 5rem;
}.gkg-sb_promo_title_qja {
  color: #00C8E6;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 4px;
  letter-spacing: .06em;
}.gkg-sb_promo_text_qja {
  color: #EDF6FF;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.35;
  overflow-wrap: break-word;
}.gkg-sb_promo_sub_qja {
  margin-top: 3px;
  color: #5B7A96;
  font-size: 10px;
}.gkg-sb_nav_qja {
  padding: 6px 8px 1rem;
}.gkg-sb_nav_lb_qja {
  padding: 0.625rem 0.5rem 6px;
  font-size: 10px;
  color: #486075;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}.gkg-sb_link_qja {
  gap: 10px;
  border-radius: 0.5rem;
  padding: 9px 10px;
  transition: background .15s,color .15s;
  color: #7A9BB8;
  font-weight: 500;
  overflow-wrap: break-word;
  cursor: pointer;
  align-items: center;
  font-size: 0.813rem;
  display: flex;
}.gkg-sb_link_qja:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EDF6FF;
}.gkg-sb_link_qja.gkg-state_active_qja {
  background: rgba(0, 200, 230, 0.18);
  color: #EDF6FF;
}.gkg-sb_ic_qja {
  border-radius: 0.5rem;
  flex-shrink: 0;
  width: 30px;
  display: flex;
  align-items: center;
  height: 30px;
  justify-content: center;
}.gkg-sb_ic_qja svg {
  height: 16px;
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.gkg-sb_ic_1_qja {
  background: rgba(0, 200, 230, 0.07);
  color: #00C8E6;
}.gkg-sb_ic_2_qja {
  background: rgba(24, 212, 106, 0.16);
  color: #18D46A;
}.gkg-sb_ic_3_qja {
  background: rgba(255, 171, 26, 0.16);
  color: #FFAB1A;
}.gkg-sb_ic_4_qja {
  background: rgba(255, 107, 43, 0.20);
  color: #FF6B2B;
}.gkg-sb_ic_5_qja {
  background: rgba(0, 200, 230, 0.07);
  color: #FF4D9E;
}.gkg-sb_ic_6_qja {
  background: rgba(255, 107, 43, 0.20);
  color: #9B5CE6;
}.gkg-sb_badge_qja {
  padding: 2px 0.438rem;
  background: #FFAB1A;
  border-radius: 8px;
  margin-left: auto;
  font-size: 9px;
  font-weight: 700;
  color: #071220;
}.gkg-sb_bot_qja {
  gap: 8px;
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.gkg-sb_lang_qja,.gkg-sb_help_qja {
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: border-color .2s;
  border-radius: 8px;
  padding: 0.563rem 6px;
  flex: 1;
  gap: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 600;
  justify-content: center;
  color: #7A9BB8;
  align-items: center;
  font-size: 11px;
  display: flex;
}.gkg-sb_lang_qja:hover,.gkg-sb_help_qja:hover {
  border-color: rgba(0, 200, 230, 0.45);
  color: #EDF6FF;
}.gkg-sb_lang_qja svg,.gkg-sb_help_qja svg {
  height: 13px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 13px;
}.gkg-sb_bd_qja {
  background: rgba(5, 13, 24, 0.72);
  inset: 0;
  position: fixed;
  display: none;
  z-index: 69;
}.gkg-sb_bd_qja.gkg-state_on_qja {
  display: block;
}
@media(min-width: 1077px) {.gkg-sb_bd_qja {
  display: none!important;
}
}.gkg-mob_nav_qja {
  background: #0F2035;
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  left: 0;
  display: flex;
  position: fixed;
  z-index: 80;
  bottom: 0;
  right: 0;
}
@media(min-width: 1082px) {.gkg-mob_nav_qja {
  display: none;
}
}.gkg-mob_nav_item_qja {
  padding: 0.25rem 2px;
  gap: 4px;
  flex: 1;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  display: flex;
  color: #486075;
}.gkg-mob_nav_ic_qja {
  line-height: 1;
}.gkg-mob_nav_ic_qja svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.25rem;
  width: 20px;
}.gkg-mob_nav_lb_qja {
  font-weight: 600;
  font-size: 10px;
  color: #486075;
}.gkg-mob_nav_item_qja.gkg-state_active_qja {
  color: #00C8E6;
}.gkg-mob_nav_item_qja.gkg-state_active_qja .gkg-mob_nav_lb_qja {
  color: #00C8E6;
}.gkg-hero_qja {
  padding: 20px 1rem 0;
  background: #091624;
}
@media(min-width: 770px) {.gkg-hero_qja {
  padding: 1.5rem 24px 0;
}
}.gkg-hero_in_qja {
  gap: 12px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  max-width: 1320px;
  display: grid;
}
@media(min-width: 861px) {.gkg-hero_in_qja {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1097px) {.gkg-hero_in_qja {
  grid-template-columns: 1fr 21.25rem;
}
}.gkg-hero_promo_qja {
  overflow: hidden;
  border-radius: 18px;
  background: #0C1B2D;
  min-height: 220px;
  align-items: stretch;
  display: flex;
  position: relative;
}
@media(min-width: 766px) {.gkg-hero_promo_qja {
  min-height: 17.5rem;
}
}.gkg-hero_promo_bg_qja {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#0A2B4A 0%,#091624 100%);
  position: absolute;
  background-size: cover;
}.gkg-hero_promo_bg_qja::after {
  inset: 0;
  background: linear-gradient(90deg,#091624 0%,rgba(5, 13, 24, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.gkg-hero_promo_glow_qja {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(255, 107, 43, 0.20) 0%,transparent 65%);
  top: -2.5rem;
  position: absolute;
  pointer-events: none;
  height: 300px;
  right: 3.75rem;
  width: 300px;
}.gkg-hero_promo_ct_qja {
  padding: 28px 24px 28px 28px;
  z-index: 2;
  max-width: 480px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media(min-width: 770px) {.gkg-hero_promo_ct_qja {
  padding: 40px 32px;
}
}.gkg-hero_badge_qja {
  border: 1px solid rgba(0, 200, 230, 0.07);
  padding: 0.313rem 0.75rem;
  border-radius: 1.5rem;
  background: rgba(0, 200, 230, 0.18);
  color: #00C8E6;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  font-size: 0.625rem;
  display: inline-block;
}.gkg-hero_h1_qja {
  margin-bottom: 0.625rem;
  font-size: 1.625rem;
  color: #EDF6FF;
  overflow-wrap: break-word;
  line-height: 1.15;
  font-family: 'Fredoka One', sans-serif;
  font-weight: 800;
}.gkg-hero_h1_qja em {
  font-style: normal;
  color: #FFAB1A;
}
@media(min-width: 770px) {.gkg-hero_h1_qja {
  font-size: 36px;
}
}.gkg-hero_sub_qja {
  font-size: 13px;
  margin-bottom: 1.25rem;
  color: #7A9BB8;
  line-height: 1.55;
}
@media(min-width: 770px) {.gkg-hero_sub_qja {
  font-size: 14px;
}
}.gkg-hero_row_qja {
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.gkg-hero_cta_qja {
  background: #18D46A;
  transition: background .2s;
  border-radius: 0.75rem;
  padding: 0.813rem 1.625rem;
  font-size: 0.875rem;
  box-shadow: 0 0.25rem 6px rgba(0, 0, 0, 0.50), 0 0 22px rgba(24, 212, 106, 0.40);
  font-weight: 700;
  color: #071220;
}.gkg-hero_cta_qja:hover {
  background: #2EE87E;
}.gkg-hero_terms_qja {
  color: #486075;
  font-size: 11px;
}.gkg-hero_game_qja {
  background: #0C1B2D;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  border-radius: 1.125rem;
  display: flex;
  position: relative;
  flex-direction: column;
}.gkg-hero_game_badge_qja {
  border: 1px solid rgba(255, 171, 26, 0.16);
  padding: 0.313rem 0.625rem;
  border-radius: 24px;
  background: rgba(255, 171, 26, 0.16);
  font-weight: 700;
  left: 12px;
  z-index: 3;
  color: #FFAB1A;
  position: absolute;
  text-transform: uppercase;
  top: 0.75rem;
  letter-spacing: .06em;
  font-size: 10px;
}.gkg-hero_game_badge_qja svg {
  height: 0.688rem;
  vertical-align: -1px;
  width: 0.688rem;
  margin-right: 0.25rem;
}.gkg-hero_game_img_qja {
  background: linear-gradient(135deg,#0A2B4A,#091624);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.gkg-hero_game_img_qja img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}.gkg-hero_game_play_qja {
  background: rgba(5, 13, 24, 0.72);
  inset: 0;
  transition: opacity .2s;
  display: flex;
  opacity: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
}.gkg-hero_game_qja:hover .gkg-hero_game_play_qja {
  opacity: 1;
}.gkg-hero_game_play_qja span {
  border-radius: 50%;
  background: #00C8E6;
  display: flex;
  align-items: center;
  width: 52px;
  height: 52px;
  justify-content: center;
}.gkg-hero_game_play_qja span svg {
  height: 18px;
  width: 1.125rem;
  margin-left: 2px;
}.gkg-hero_game_info_qja {
  padding: 14px 16px;
}.gkg-hero_game_title_qja {
  font-weight: 700;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  color: #EDF6FF;
}.gkg-hero_game_provider_qja {
  color: #5B7A96;
  font-size: 0.688rem;
}.gkg-hero_game_btn_qja {
  background: #00C8E6;
  border-radius: 12px;
  padding: 11px;
  margin: 0.75rem 16px 16px;
  transition: background .2s;
  text-align: center;
  font-weight: 700;
  display: block;
  font-size: 0.813rem;
  color: #EDF6FF;
}.gkg-hero_game_qja:hover .gkg-hero_game_btn_qja {
  background: #22DAEE;
}.gkg-sbar_qja {
  padding: 16px 16px 0;
  background: #091624;
}
@media(min-width: 770px) {.gkg-sbar_qja {
  padding: 18px 1.5rem 0;
}
}.gkg-sbar_in_qja {
  margin: 0 auto;
  max-width: 82.5rem;
}.gkg-sbar_row_qja {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.75rem;
}.gkg-sbar_input_qja {
  padding: 11px 1rem;
  gap: 10px;
  border-radius: 0.75rem;
  background: #0C1B2D;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  flex: 1;
  display: flex;
  cursor: pointer;
  color: #5B7A96;
  align-items: center;
  font-size: 13px;
}.gkg-sbar_input_qja:hover {
  border-color: rgba(0, 200, 230, 0.45);
}.gkg-sbar_input_qja svg {
  height: 15px;
  stroke-linecap: round;
  flex-shrink: 0;
  width: 15px;
  stroke-linejoin: round;
}.gkg-sbar_providers_qja {
  transition: border-color .2s;
  border-radius: 12px;
  padding: 0.688rem 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  gap: 0.5rem;
  background: #0C1B2D;
  display: flex;
  font-size: 0.813rem;
  white-space: nowrap;
  color: #B8D0E8;
  font-weight: 600;
  align-items: center;
}.gkg-sbar_providers_qja:hover {
  border-color: rgba(0, 200, 230, 0.45);
  color: #EDF6FF;
}.gkg-sbar_providers_qja svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.875rem;
  height: 0.875rem;
}.gkg-sbar_tabs_qja {
  gap: 0.375rem;
  scrollbar-width: none;
  padding-bottom: 2px;
  display: flex;
  overflow-x: auto;
}.gkg-sbar_tabs_qja::-webkit-scrollbar {
  display: none;
}.gkg-sbar_tab_qja {
  transition: background .15s,color .15s,border-color .15s;
  padding: 0.5rem 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  gap: 0.438rem;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  color: #7A9BB8;
  font-size: 12px;
  flex-shrink: 0;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  align-items: center;
}.gkg-sbar_tab_qja:hover {
  border-color: rgba(0, 200, 230, 0.45);
  background: rgba(255, 255, 255, 0.07);
  color: #EDF6FF;
}.gkg-sbar_tab_qja.gkg-state_active_qja {
  border-color: rgba(0, 200, 230, 0.07);
  background: rgba(0, 200, 230, 0.18);
  color: #EDF6FF;
}.gkg-sbar_tab_ic_qja svg {
  stroke-linecap: round;
  height: 0.875rem;
  width: 14px;
  stroke-linejoin: round;
}.gkg-wy_qja {
  background: #091624;
  padding: 2rem 1rem 0;
}
@media(min-width: 770px) {.gkg-wy_qja {
  padding: 2.5rem 1.5rem 0;
}
}.gkg-wy_in_qja {
  margin: 0 auto;
  max-width: 82.5rem;
}.gkg-wy_head_qja {
  margin-bottom: 1.125rem;
  max-width: 45rem;
}.gkg-wy_label_qja {
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #00C8E6;
}.gkg-wy_h2_qja {
  font-family: 'Fredoka One', sans-serif;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #EDF6FF;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.gkg-wy_h2_qja {
  font-size: 1.5rem;
}
}.gkg-wy_intro_qja {
  margin: 0;
  line-height: 1.6;
  color: #5B7A96;
  font-size: 0.813rem;
}.gkg-wy_grid_qja {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.gkg-wy_grid_qja {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.gkg-wy_grid_qja {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.gkg-wy_card_qja {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  padding: 20px;
  transition: border-color .2s,transform .2s;
  background: #0F2035;
}.gkg-wy_card_qja:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 200, 230, 0.07);
}.gkg-wy_card_ic_qja {
  background: rgba(0, 200, 230, 0.18);
  border-radius: 50%;
  justify-content: center;
  color: #00C8E6;
  align-items: center;
  display: flex;
  width: 2.75rem;
  height: 44px;
  margin-bottom: 14px;
}.gkg-wy_card_ic_qja svg {
  height: 22px;
  stroke-linejoin: round;
  width: 22px;
  stroke-linecap: round;
}.gkg-wy_card_h_qja {
  overflow-wrap: break-word;
  font-size: 0.938rem;
  margin-bottom: 6px;
  line-height: 1.25;
  font-weight: 700;
  color: #EDF6FF;
}.gkg-wy_card_p_qja {
  color: #5B7A96;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.6;
}.gkg-wy_card_p_qja strong {
  color: #B8D0E8;
  font-weight: 600;
}.gkg-gr_jp_qja {
  overflow: hidden;
  background: linear-gradient(135deg,#16094A 0%,#070B1E 100%);
  border-radius: 1.125rem;
  padding: 20px;
  position: relative;
}.gkg-gr_jp_qja::before {
  background: radial-gradient(circle,rgba(255, 107, 43, 0.20) 0%,transparent 70%);
  border-radius: 50%;
  width: 250px;
  position: absolute;
  top: -3.75rem;
  content: '';
  height: 250px;
  left: -60px;
}.gkg-gr_jp_qja::after {
  background: radial-gradient(circle,rgba(255, 171, 26, 0.16) 0%,transparent 70%);
  border-radius: 50%;
  position: absolute;
  width: 12.5rem;
  bottom: -40px;
  right: 0;
  height: 200px;
  content: '';
}.gkg-gr_jp_head_qja {
  gap: 1rem;
  z-index: 1;
  position: relative;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.gkg-gr_jp_info_qja {
  flex: 1;
}.gkg-gr_jp_label_qja {
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #9B5CE6;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: .08em;
}.gkg-gr_jp_label_qja svg {
  stroke-linecap: round;
  height: 0.875rem;
  margin-right: 0.25rem;
  vertical-align: -2px;
  width: 0.875rem;
  stroke-linejoin: round;
}.gkg-gr_jp_amount_qja {
  font-family: 'Fredoka One', sans-serif;
  overflow-wrap: break-word;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 0.25rem;
  font-size: 2rem;
  color: #EDF6FF;
}
@media(min-width: 769px) {.gkg-gr_jp_amount_qja {
  font-size: 40px;
}
}.gkg-gr_jp_amount_qja span {
  color: #FFAB1A;
}.gkg-gr_jp_seo_qja {
  max-width: 480px;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #7A9BB8;
  line-height: 1.5;
}.gkg-gr_jp_cta_qja {
  border-radius: 0.75rem;
  transition: background .2s;
  padding: 0.688rem 1.25rem;
  background: rgba(255, 107, 43, 0.20);
  border: 1px solid rgba(255, 107, 43, 0.20);
  white-space: nowrap;
  align-self: flex-start;
  flex-shrink: 0;
  font-weight: 700;
  z-index: 1;
  margin-top: 0.25rem;
  font-size: 13px;
  color: #EDF6FF;
  position: relative;
}.gkg-gr_jp_cta_qja:hover {
  background: #FF6B2B;
}.gkg-gcg_qja {
  padding: 36px 16px 0;
  background: #091624;
}
@media(min-width: 770px) {.gkg-gcg_qja {
  padding: 2.75rem 1.5rem 0;
}
}.gkg-gcg_in_qja {
  margin: 0 auto;
  max-width: 1320px;
}.gkg-gcg_head_qja {
  max-width: 45rem;
  margin-bottom: 20px;
}.gkg-gcg_label_qja {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-weight: 700;
  color: #00C8E6;
}.gkg-gcg_h2_qja {
  font-family: 'Fredoka One', sans-serif;
  color: #EDF6FF;
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 1.375rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.gkg-gcg_h2_qja {
  font-size: 28px;
}
}.gkg-gcg_intro_qja {
  color: #5B7A96;
  line-height: 1.6;
  font-size: 0.813rem;
}.gkg-gcg_grid_qja {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.gkg-gcg_grid_qja {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.gkg-gcg_grid_qja {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.gkg-gcg_card_qja {
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 1.125rem;
  justify-content: flex-end;
  display: flex;
  cursor: pointer;
  min-height: 240px;
  flex-direction: column;
  position: relative;
}.gkg-gcg_card_qja:hover {
  border-color: rgba(0, 200, 230, 0.18);
  transform: translateY(-3px);
}.gkg-gcg_card_bg_qja {
  inset: 0;
  z-index: 0;
  position: absolute;
}.gkg-gcg_card_bg_qja::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.gkg-gcg_card_ic_qja {
  background: rgba(0,0,0,.45);
  border-radius: 8px;
  right: 1.125rem;
  z-index: 2;
  color: #EDF6FF;
  top: 18px;
  height: 40px;
  display: flex;
  width: 2.5rem;
  justify-content: center;
  position: absolute;
  align-items: center;
}.gkg-gcg_card_ic_qja svg {
  height: 20px;
  width: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.gkg-gcg_card_ct_qja {
  position: relative;
  z-index: 1;
}.gkg-gcg_card_h_qja {
  margin-bottom: 8px;
  font-family: 'Fredoka One', sans-serif;
  overflow-wrap: break-word;
  color: #EDF6FF;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}
@media(min-width: 765px) {.gkg-gcg_card_h_qja {
  font-size: 1.25rem;
}
}.gkg-gcg_card_p_qja {
  line-height: 1.55;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
  font-size: 12px;
}.gkg-gcg_card_p_qja strong {
  font-weight: 600;
  color: #EDF6FF;
}.gkg-gcg_card_cta_qja {
  gap: 0.25rem;
  letter-spacing: .04em;
  font-weight: 700;
  color: #00C8E6;
  align-items: center;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 0.75rem;
}.gkg-gcg_card_cta_qja svg {
  height: 12px;
  width: 0.75rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.gkg-ws_qja {
  padding: 32px 1rem 0;
  background: #091624;
}
@media(min-width: 765px) {.gkg-ws_qja {
  padding: 36px 1.5rem 0;
}
}.gkg-ws_in_qja {
  margin: 0 auto;
  max-width: 1320px;
}.gkg-ws_head_qja {
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 14px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.gkg-ws_title_qja {
  gap: 0.625rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #EDF6FF;
  font-size: 1rem;
  flex-wrap: wrap;
  font-family: 'Fredoka One', sans-serif;
  align-items: center;
  display: flex;
}.gkg-ws_title_ic_qja svg {
  width: 1.125rem;
  stroke-linecap: round;
  height: 18px;
  color: #FFAB1A;
  stroke-linejoin: round;
}.gkg-ws_online_qja {
  gap: 7px;
  display: flex;
  font-size: 12px;
  align-items: center;
  font-weight: 600;
  color: #5B7A96;
}.gkg-ws_online_dot_qja {
  background: #18D46A;
  border-radius: 50%;
  flex-shrink: 0;
  height: 0.5rem;
  box-shadow: 0 0 0.375rem rgba(24, 212, 106, 0.16);
  width: 8px;
}.gkg-ws_scroll_qja {
  gap: 8px;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 8px;
  overflow-x: auto;
}.gkg-ws_scroll_qja::-webkit-scrollbar {
  display: none;
}.gkg-wc_qja {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #0C1B2D;
  gap: 10px;
  padding: 0.625rem 0.875rem;
  border-radius: 12px;
  align-items: center;
  display: flex;
  min-width: 13.75rem;
  flex-shrink: 0;
}.gkg-wc_img_qja {
  overflow: hidden;
  border-radius: 0.5rem;
  background: #0F2035;
  flex-shrink: 0;
  height: 2.25rem;
  width: 2.25rem;
}.gkg-wc_img_qja img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.gkg-wc_info_qja {
  min-width: 0;
}.gkg-wc_game_qja {
  overflow: hidden;
  color: #B8D0E8;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  white-space: nowrap;
  font-weight: 600;
}.gkg-wc_player_qja {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 10px;
  color: #486075;
}.gkg-wc_amount_qja {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  color: #18D46A;
  margin-left: auto;
  white-space: nowrap;
}.gkg-prov_qja {
  background: #091624;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.gkg-prov_qja {
  padding: 2.75rem 1.5rem 0;
}
}.gkg-prov_in_qja {
  margin: 0 auto;
  max-width: 1320px;
}.gkg-prov_head_qja {
  margin-bottom: 1rem;
}.gkg-prov_label_qja {
  color: #00C8E6;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
}.gkg-prov_h2_qja {
  font-family: 'Fredoka One', sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: #EDF6FF;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
}
@media(min-width: 767px) {.gkg-prov_h2_qja {
  font-size: 1.5rem;
}
}.gkg-prov_seo_qja {
  max-width: 620px;
  font-size: 13px;
  color: #5B7A96;
  overflow-wrap: break-word;
  line-height: 1.6;
  margin-bottom: 1rem;
}.gkg-prov_seo_qja strong {
  color: #B8D0E8;
  font-weight: 700;
}.gkg-prov_seo_qja a {
  text-decoration: underline;
  color: #00C8E6;
}.gkg-prov_grid_qja {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 641px) {.gkg-prov_grid_qja {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.gkg-prov_grid_qja {
  grid-template-columns: repeat(8,1fr);
}
}.gkg-prov_card_qja {
  background: #0C1B2D;
  gap: 0.438rem;
  padding: 0.875rem 0.625rem;
  border-radius: 0.75rem;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
}.gkg-prov_card_qja:hover {
  background: #0F2035;
  border-color: rgba(0, 200, 230, 0.45);
}.gkg-prov_logo_qja {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  overflow: hidden;
  width: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
}.gkg-prov_logo_qja img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.gkg-prov_name_qja {
  font-size: 0.688rem;
  text-align: center;
  color: #7A9BB8;
  font-weight: 600;
  overflow-wrap: break-word;
}.gkg-app_qja {
  padding: 2.25rem 16px 0;
  background: #091624;
}
@media(min-width: 767px) {.gkg-app_qja {
  padding: 44px 24px 0;
}
}.gkg-app_in_qja {
  margin: 0 auto;
  max-width: 1320px;
}.gkg-app_head_qja {
  margin-bottom: 1rem;
}.gkg-app_label_qja {
  font-weight: 700;
  text-transform: uppercase;
  color: #00C8E6;
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: .08em;
}.gkg-app_h2_qja {
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-weight: 800;
  color: #EDF6FF;
  font-size: 1.25rem;
  font-family: 'Fredoka One', sans-serif;
}
@media(min-width: 767px) {.gkg-app_h2_qja {
  font-size: 24px;
}
}.gkg-app_sub_qja {
  line-height: 1.6;
  color: #5B7A96;
  max-width: 600px;
  font-size: 13px;
  overflow-wrap: break-word;
}.gkg-app_sub_qja strong {
  font-weight: 700;
  color: #B8D0E8;
}.gkg-app_cards_qja {
  gap: 10px;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.gkg-app_cards_qja {
  grid-template-columns: repeat(3,1fr);
}
}.gkg-app_card_qja {
  overflow: hidden;
  padding: 20px;
  gap: 1rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
}.gkg-app_card_ios_qja {
  background: linear-gradient(135deg,rgba(0, 200, 230, 0.18) 0%,#0F2035 100%);
}.gkg-app_card_android_qja {
  background: linear-gradient(135deg,rgba(24, 212, 106, 0.16) 0%,#0F2035 100%);
}.gkg-app_card_win_qja {
  background: linear-gradient(135deg,rgba(255, 171, 26, 0.16) 0%,#0F2035 100%);
}.gkg-app_card_ic_qja svg {
  stroke-linejoin: round;
  width: 2.125rem;
  stroke-linecap: round;
  height: 2.125rem;
}.gkg-app_card_ic_qja {
  color: #EDF6FF;
  flex-shrink: 0;
}.gkg-app_card_os_qja {
  letter-spacing: .08em;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 10px;
  color: #5B7A96;
  font-weight: 700;
}.gkg-app_card_title_qja {
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  color: #EDF6FF;
  margin-bottom: 0.375rem;
  line-height: 1.2;
}.gkg-app_card_text_qja {
  color: #5B7A96;
  line-height: 1.5;
  font-size: 12px;
  overflow-wrap: break-word;
  margin-bottom: 14px;
}.gkg-app_card_btn_qja {
  transition: background .2s;
  padding: 0.625rem 18px;
  gap: 0.438rem;
  border: 1px solid rgba(0, 200, 230, 0.45);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.12);
  display: inline-flex;
  color: #EDF6FF;
  font-weight: 700;
  align-items: center;
  font-size: 0.813rem;
}.gkg-app_card_btn_qja:hover {
  background: rgba(255, 255, 255, 0.07);
}.gkg-reg_qja {
  background: #091624;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.gkg-reg_qja {
  padding: 2.75rem 1.5rem 0;
}
}.gkg-reg_in_qja {
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #0F2035;
  border-radius: 18px;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 770px) {.gkg-reg_in_qja {
  padding: 40px;
}
}.gkg-reg_top_qja {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 862px) {.gkg-reg_top_qja {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.gkg-reg_label_qja {
  color: #00C8E6;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
}.gkg-reg_h2_qja {
  color: #EDF6FF;
  font-family: 'Fredoka One', sans-serif;
  line-height: 1.2;
  font-size: 1.375rem;
  font-weight: 800;
  margin-bottom: 12px;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.gkg-reg_h2_qja {
  font-size: 1.75rem;
}
}.gkg-reg_bonus_qja {
  border: 1px solid rgba(255, 171, 26, 0.16);
  gap: 8px;
  border-radius: 0.75rem;
  background: rgba(255, 171, 26, 0.16);
  padding: 10px 1rem;
  display: inline-flex;
  margin-bottom: 16px;
  align-items: center;
}.gkg-reg_bonus_amount_qja {
  font-size: 1.25rem;
  font-weight: 800;
  color: #FFAB1A;
}.gkg-reg_bonus_text_qja {
  line-height: 1.35;
  font-size: 13px;
  color: #7A9BB8;
}.gkg-reg_cta_btn_qja {
  background: #18D46A;
  padding: 14px 32px;
  border-radius: 0.75rem;
  transition: background .2s;
  font-weight: 700;
  color: #071220;
  font-size: 15px;
  display: inline-block;
  box-shadow: 0 4px 0.375rem rgba(0, 0, 0, 0.50), 0 0 1.375rem rgba(24, 212, 106, 0.40);
  margin-bottom: 12px;
}.gkg-reg_cta_btn_qja:hover {
  background: #2EE87E;
}.gkg-reg_terms_qja {
  line-height: 1.5;
  color: #486075;
  font-size: 0.688rem;
}.gkg-reg_seo_qja {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 1.25rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #5B7A96;
  margin-top: 20px;
  line-height: 1.65;
}.gkg-reg_seo_qja p {
  line-height: 1.65;
  font-size: 0.813rem;
  margin-bottom: 10px;
  color: #5B7A96;
}.gkg-reg_seo_qja p:last-child {
  margin-bottom: 0;
}.gkg-reg_seo_qja strong {
  font-weight: 700;
  color: #B8D0E8;
}.gkg-reg_seo_qja a {
  transition: color .2s;
  text-decoration: underline;
  color: #00C8E6;
}.gkg-reg_seo_qja a:hover {
  color: #22DAEE;
}.gkg-reg_seo_qja ul,.gkg-reg_seo_qja ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.gkg-reg_seo_qja ol {
  list-style: decimal;
}.gkg-reg_seo_qja li {
  margin-bottom: 4px;
  color: #5B7A96;
  line-height: 1.65;
  font-size: 13px;
}.gkg-reg_seo_qja table {
  border-collapse: collapse;
  font-size: 0.813rem;
  overflow-x: auto;
  display: block;
  width: 100%;
  margin-bottom: 0.625rem;
}
@media(min-width:768px) {.gkg-reg_seo_qja table {
  display: table;
}
}.gkg-reg_seo_qja th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #B8D0E8;
}.gkg-reg_seo_qja td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #5B7A96;
}.gkg-reg_steps_qja {
  gap: 14px;
  margin-top: 28px;
  flex-direction: column;
  display: flex;
}
@media(min-width: 863px) {.gkg-reg_steps_qja {
  margin-top: 0;
}
}.gkg-reg_step_qja {
  gap: 0.875rem;
  padding: 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.gkg-reg_step_num_qja {
  border: 1px solid rgba(0, 200, 230, 0.07);
  border-radius: 50%;
  background: rgba(0, 200, 230, 0.18);
  height: 34px;
  display: flex;
  color: #00C8E6;
  font-size: 0.875rem;
  flex-shrink: 0;
  align-items: center;
  width: 2.125rem;
  justify-content: center;
  font-weight: 800;
}.gkg-reg_step_title_qja {
  color: #EDF6FF;
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 0.875rem;
}.gkg-reg_step_text_qja {
  line-height: 1.5;
  color: #5B7A96;
  font-size: 12px;
}.gkg-reg_trust_qja {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  padding-top: 1.25rem;
  margin-top: 20px;
}.gkg-reg_trust_item_qja {
  gap: 7px;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #5B7A96;
  display: flex;
  align-items: center;
}.gkg-reg_trust_ic_qja svg {
  width: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
  color: #00C8E6;
}.gkg-htp_qja {
  padding: 2.25rem 16px 0;
  background: #091624;
}
@media(min-width: 767px) {.gkg-htp_qja {
  padding: 44px 24px 0;
}
}.gkg-htp_in_qja {
  margin: 0 auto;
  max-width: 82.5rem;
}.gkg-htp_head_qja {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.gkg-htp_label_qja {
  color: #00C8E6;
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}.gkg-htp_h2_qja {
  font-size: 22px;
  font-weight: 800;
  color: #EDF6FF;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-family: 'Fredoka One', sans-serif;
}
@media(min-width: 769px) {.gkg-htp_h2_qja {
  font-size: 1.75rem;
}
}.gkg-htp_intro_qja {
  line-height: 1.6;
  color: #5B7A96;
  font-size: 0.875rem;
}.gkg-htp_steps_qja {
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  counter-reset: none;
}
@media(min-width: 639px) {.gkg-htp_steps_qja {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.gkg-htp_steps_qja {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.gkg-htp_step_qja {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 20px 1.125rem 1.125rem;
  background: #0F2035;
  position: relative;
  flex-direction: column;
  display: flex;
}.gkg-htp_step_num_qja {
  border-radius: 50%;
  background: #00C8E6;
  left: 20px;
  color: #071220;
  align-items: center;
  font-weight: 800;
  width: 1.75rem;
  height: 28px;
  font-size: 13px;
  justify-content: center;
  font-family: 'Fredoka One', sans-serif;
  position: absolute;
  display: flex;
  top: -12px;
}.gkg-htp_step_ic_qja {
  border-radius: 8px;
  margin: 8px 0 12px;
  background: rgba(0, 200, 230, 0.18);
  color: #00C8E6;
  align-items: center;
  display: flex;
  width: 2.25rem;
  justify-content: center;
  height: 2.25rem;
}.gkg-htp_step_ic_qja svg {
  height: 18px;
  width: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.gkg-htp_step_h_qja {
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 6px;
  overflow-wrap: break-word;
  color: #EDF6FF;
  font-size: 0.875rem;
}.gkg-htp_step_p_qja {
  color: #5B7A96;
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 0.813rem;
}.gkg-htp_step_p_qja strong {
  color: #B8D0E8;
  font-weight: 600;
}.gkg-htp_cta_qja {
  transition: background .2s;
  border-radius: 12px;
  background: #18D46A;
  padding: 13px 26px;
  margin-top: 1.25rem;
  color: #071220;
  font-weight: 700;
  display: inline-block;
  font-size: 14px;
}.gkg-htp_cta_qja:hover {
  background: #2EE87E;
}.gkg-bon_qja {
  background: #091624;
  padding: 36px 1rem 0;
}
@media(min-width:768px) {.gkg-bon_qja {
  padding: 2.75rem 24px 0;
}
}.gkg-bon_in_qja {
  margin: 0 auto;
  max-width: 82.5rem;
}.gkg-bon_head_qja {
  margin-bottom: 20px;
}.gkg-bon_label_qja {
  color: #00C8E6;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 11px;
}.gkg-bon_h2_qja {
  color: #EDF6FF;
  font-weight: 800;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-family: 'Fredoka One', sans-serif;
  font-size: 20px;
}
@media(min-width: 765px) {.gkg-bon_h2_qja {
  font-size: 1.5rem;
}
}.gkg-bon_seo_qja {
  font-size: 13px;
  color: #5B7A96;
  max-width: 620px;
  line-height: 1.6;
  overflow-wrap: break-word;
}.gkg-bon_seo_qja strong {
  color: #B8D0E8;
  font-weight: 700;
}.gkg-bon_seo_qja a {
  color: #00C8E6;
  text-decoration: underline;
}.gkg-bon_grid_qja {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 638px) {.gkg-bon_grid_qja {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.gkg-bon_grid_qja {
  grid-template-columns: repeat(5,1fr);
}
}.gkg-bon_card_qja {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  transition: border-color .2s,transform .2s;
  background: #0C1B2D;
}.gkg-bon_card_qja:hover {
  border-color: rgba(0, 200, 230, 0.07);
  transform: translateY(-2px);
}.gkg-bon_card_ic_qja svg {
  width: 1.625rem;
  height: 26px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.gkg-bon_card_ic_qja {
  margin-bottom: 10px;
}.gkg-bon_card_type_qja {
  color: #5B7A96;
  font-size: 0.625rem;
  letter-spacing: .06em;
  margin-bottom: 6px;
  font-weight: 700;
  text-transform: uppercase;
}.gkg-bon_card_amount_qja {
  font-size: 1.125rem;
  color: #FFAB1A;
  margin-bottom: 6px;
  line-height: 1.1;
  font-weight: 800;
}.gkg-bon_card_name_qja {
  overflow-wrap: break-word;
  font-weight: 600;
  margin-bottom: 8px;
  color: #EDF6FF;
  font-size: 13px;
}.gkg-bon_card_detail_qja {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 0.688rem;
  color: #486075;
  padding-top: 8px;
}.gkg-faq_qja {
  background: #091624;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.gkg-faq_qja {
  padding: 2.75rem 1.5rem 0;
}
}.gkg-faq_in_qja {
  margin: 0 auto;
  max-width: 82.5rem;
}.gkg-faq_head_qja {
  margin-bottom: 20px;
}.gkg-faq_label_qja {
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #00C8E6;
}.gkg-faq_h2_qja {
  font-family: 'Fredoka One', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #EDF6FF;
}
@media(min-width: 769px) {.gkg-faq_h2_qja {
  font-size: 1.5rem;
}
}.gkg-faq_list_qja {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.gkg-faq_item_qja {
  border-radius: 0.75rem;
  background: #0F2035;
  border: 1px solid rgba(255, 255, 255, 0.11);
  overflow: hidden;
}.gkg-faq_q_qja {
  transition: color .2s;
  gap: 12px;
  padding: 1rem 20px;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
  color: #B8D0E8;
  overflow-wrap: break-word;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  font-weight: 600;
}.gkg-faq_q_qja:hover {
  color: #EDF6FF;
}.gkg-faq_q_ic_qja {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  color: #00C8E6;
  font-size: 1rem;
  align-items: center;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  justify-content: center;
}.gkg-faq_item_qja.gkg-state_open_qja .gkg-faq_q_ic_qja {
  transform: rotate(45deg);
}.gkg-faq_a_qja {
  padding: 0 1.25rem 16px;
  line-height: 1.7;
  font-size: 13px;
  color: #5B7A96;
  overflow-wrap: break-word;
  display: none;
}.gkg-faq_item_qja.gkg-state_open_qja .gkg-faq_a_qja {
  display: block;
}.gkg-faq_a_qja strong {
  color: #B8D0E8;
  font-weight: 700;
}.gkg-faq_a_qja a {
  text-decoration: underline;
  color: #00C8E6;
}.gkg-faq_a_qja ul,.gkg-faq_a_qja ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.gkg-faq_a_qja ol {
  list-style: decimal;
}.gkg-faq_a_qja li {
  line-height: 1.6;
  margin-bottom: 4px;
}.gkg-faq_a_qja table {
  margin: 0.5rem 0;
  font-size: 12px;
  display: block;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 771px) {.gkg-faq_a_qja table {
  display: table;
}
}.gkg-faq_a_qja th {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #B8D0E8;
  font-weight: 700;
  text-align: left;
}.gkg-faq_a_qja td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 0.5rem;
  color: #5B7A96;
}.gkg-seo_qja {
  background: #091624;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.gkg-seo_qja {
  padding: 44px 24px 0;
}
}.gkg-seo_in_qja {
  background: #0F2035;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  margin: 0 auto;
  border-radius: 1.125rem;
  max-width: 1320px;
}
@media(min-width: 770px) {.gkg-seo_in_qja {
  padding: 2.25rem 2.5rem;
}
}.gkg-seo_label_qja {
  font-weight: 700;
  color: #00C8E6;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
}.gkg-seo_h2_qja {
  margin-bottom: 0.875rem;
  color: #EDF6FF;
  font-weight: 800;
  font-family: 'Fredoka One', sans-serif;
  line-height: 1.25;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.gkg-seo_h2_qja {
  font-size: 1.5rem;
}
}.gkg-seo_body_qja {
  overflow-wrap: break-word;
  font-size: 14px;
  color: #7A9BB8;
  line-height: 1.75;
}.gkg-seo_body_qja p {
  color: #7A9BB8;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  font-size: 14px;
}.gkg-seo_body_qja p:last-child {
  margin-bottom: 0;
}.gkg-seo_body_qja strong {
  font-weight: 700;
  color: #B8D0E8;
}.gkg-seo_body_qja a {
  transition: color .2s;
  color: #00C8E6;
  text-decoration: underline;
}.gkg-seo_body_qja a:hover {
  color: #22DAEE;
}.gkg-seo_body_qja ul,.gkg-seo_body_qja ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.gkg-seo_body_qja ol {
  list-style: decimal;
}.gkg-seo_body_qja li {
  line-height: 1.75;
  color: #7A9BB8;
  font-size: 14px;
  margin-bottom: 0.375rem;
}.gkg-seo_body_qja table {
  width: 100%;
  display: block;
  overflow-x: auto;
  font-size: 13px;
  margin-bottom: 12px;
  border-collapse: collapse;
}
@media(min-width:768px) {.gkg-seo_body_qja table {
  display: table;
}
}.gkg-seo_body_qja th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #B8D0E8;
  text-align: left;
  font-weight: 700;
}.gkg-seo_body_qja td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A9BB8;
}.gkg-seo_cols_qja {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.gkg-seo_cols_qja {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.gkg-seo_cols_qja {
  grid-template-columns: repeat(3,1fr);
}
}.gkg-seo_col_h_qja {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 13px;
  color: #B8D0E8;
}.gkg-seo_col_p_qja {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #5B7A96;
}.gkg-seo_stats_qja {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.gkg-seo_stat_qja {
  border: 1px solid rgba(0, 200, 230, 0.18);
  background: rgba(0, 200, 230, 0.07);
  border-radius: 0.75rem;
  padding: 14px 16px;
  flex: 1;
  min-width: 8.75rem;
}.gkg-seo_stat_val_qja {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  color: #00C8E6;
  overflow-wrap: break-word;
  font-weight: 800;
}.gkg-seo_stat_lb_qja {
  color: #5B7A96;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.gkg-seo_qja {
  background: #091624;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.gkg-seo_qja {
  padding: 44px 24px 0;
}
}.gkg-seo_in_qja {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 1.75rem 1.5rem;
  border-radius: 18px;
  margin: 0 auto;
  background: #0F2035;
  max-width: 1320px;
}
@media(min-width: 765px) {.gkg-seo_in_qja {
  padding: 36px 2.5rem;
}
}.gkg-seo_label_qja {
  margin-bottom: 0.625rem;
  color: #00C8E6;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
}.gkg-seo_h2_qja {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  color: #EDF6FF;
  font-size: 1.25rem;
  font-family: 'Fredoka One', sans-serif;
}
@media(min-width: 769px) {.gkg-seo_h2_qja {
  font-size: 24px;
}
}.gkg-seo_body_qja {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #7A9BB8;
}.gkg-seo_body_qja p {
  line-height: 1.75;
  color: #7A9BB8;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}.gkg-seo_body_qja p:last-child {
  margin-bottom: 0;
}.gkg-seo_body_qja strong {
  color: #B8D0E8;
  font-weight: 700;
}.gkg-seo_body_qja a {
  transition: color .2s;
  color: #00C8E6;
  text-decoration: underline;
}.gkg-seo_body_qja a:hover {
  color: #22DAEE;
}.gkg-seo_body_qja ul,.gkg-seo_body_qja ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.gkg-seo_body_qja ol {
  list-style: decimal;
}.gkg-seo_body_qja li {
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #7A9BB8;
}.gkg-seo_body_qja table {
  overflow-x: auto;
  margin-bottom: 12px;
  width: 100%;
  display: block;
  font-size: 13px;
  border-collapse: collapse;
}
@media(min-width: 767px) {.gkg-seo_body_qja table {
  display: table;
}
}.gkg-seo_body_qja th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #B8D0E8;
  text-align: left;
  font-weight: 700;
}.gkg-seo_body_qja td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A9BB8;
}.gkg-seo_cols_qja {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.gkg-seo_cols_qja {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.gkg-seo_cols_qja {
  grid-template-columns: repeat(3,1fr);
}
}.gkg-seo_col_h_qja {
  font-weight: 700;
  overflow-wrap: break-word;
  color: #B8D0E8;
  font-size: 13px;
  margin-bottom: 0.438rem;
}.gkg-seo_col_p_qja {
  color: #5B7A96;
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}.gkg-seo_stats_qja {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.gkg-seo_stat_qja {
  flex: 1;
  border: 1px solid rgba(0, 200, 230, 0.18);
  border-radius: 0.75rem;
  padding: 0.875rem 1rem;
  background: rgba(0, 200, 230, 0.07);
  min-width: 8.75rem;
}.gkg-seo_stat_val_qja {
  color: #00C8E6;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 20px;
}.gkg-seo_stat_lb_qja {
  color: #5B7A96;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.gkg-seo_qja {
  background: #091624;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.gkg-seo_qja {
  padding: 2.75rem 24px 0;
}
}.gkg-seo_in_qja {
  background: #0F2035;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.gkg-seo_in_qja {
  padding: 36px 40px;
}
}.gkg-seo_label_qja {
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: .08em;
  color: #00C8E6;
  font-size: 11px;
  font-weight: 700;
}.gkg-seo_h2_qja {
  font-family: 'Fredoka One', sans-serif;
  line-height: 1.25;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 14px;
  color: #EDF6FF;
}
@media(min-width:768px) {.gkg-seo_h2_qja {
  font-size: 24px;
}
}.gkg-seo_body_qja {
  line-height: 1.75;
  color: #7A9BB8;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.gkg-seo_body_qja p {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  color: #7A9BB8;
  line-height: 1.75;
}.gkg-seo_body_qja p:last-child {
  margin-bottom: 0;
}.gkg-seo_body_qja strong {
  color: #B8D0E8;
  font-weight: 700;
}.gkg-seo_body_qja a {
  transition: color .2s;
  color: #00C8E6;
  text-decoration: underline;
}.gkg-seo_body_qja a:hover {
  color: #22DAEE;
}.gkg-seo_body_qja ul,.gkg-seo_body_qja ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.gkg-seo_body_qja ol {
  list-style: decimal;
}.gkg-seo_body_qja li {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 6px;
  color: #7A9BB8;
}.gkg-seo_body_qja table {
  font-size: 13px;
  border-collapse: collapse;
  display: block;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 0.75rem;
}
@media(min-width: 767px) {.gkg-seo_body_qja table {
  display: table;
}
}.gkg-seo_body_qja th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #B8D0E8;
  font-weight: 700;
  text-align: left;
}.gkg-seo_body_qja td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #7A9BB8;
}.gkg-seo_cols_qja {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.gkg-seo_cols_qja {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.gkg-seo_cols_qja {
  grid-template-columns: repeat(3,1fr);
}
}.gkg-seo_col_h_qja {
  color: #B8D0E8;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 700;
}.gkg-seo_col_p_qja {
  font-size: 0.813rem;
  line-height: 1.65;
  color: #5B7A96;
  overflow-wrap: break-word;
}.gkg-seo_stats_qja {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.gkg-seo_stat_qja {
  background: rgba(0, 200, 230, 0.07);
  flex: 1;
  border: 1px solid rgba(0, 200, 230, 0.18);
  padding: 14px 16px;
  border-radius: 0.75rem;
  min-width: 140px;
}.gkg-seo_stat_val_qja {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  color: #00C8E6;
}.gkg-seo_stat_lb_qja {
  font-size: 11px;
  color: #5B7A96;
  overflow-wrap: break-word;
}.gkg-pmt_qja {
  background: #091624;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.gkg-pmt_qja {
  padding: 2.75rem 24px 0;
}
}.gkg-pmt_in_qja {
  margin: 0 auto;
  max-width: 1320px;
}.gkg-pmt_head_qja {
  max-width: 720px;
  margin-bottom: 22px;
}.gkg-pmt_label_qja {
  text-transform: uppercase;
  font-size: 11px;
  color: #00C8E6;
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: .08em;
}.gkg-pmt_h2_qja {
  font-weight: 800;
  font-size: 1.375rem;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #EDF6FF;
  font-family: 'Fredoka One', sans-serif;
}
@media(min-width: 765px) {.gkg-pmt_h2_qja {
  font-size: 28px;
}
}.gkg-pmt_intro_qja {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #5B7A96;
  line-height: 1.6;
}.gkg-pmt_groups_qja {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}.gkg-pmt_group_qja {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #0F2035;
  padding: 20px;
}.gkg-pmt_group_head_qja {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}.gkg-pmt_group_ic_qja {
  background: rgba(0, 200, 230, 0.18);
  border-radius: 8px;
  align-items: center;
  display: flex;
  color: #00C8E6;
  flex-shrink: 0;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
}.gkg-pmt_group_ic_qja svg {
  width: 18px;
  stroke-linecap: round;
  height: 18px;
  stroke-linejoin: round;
}.gkg-pmt_group_h_qja {
  margin: 0;
  font-weight: 700;
  color: #EDF6FF;
  font-family: 'Fredoka One', sans-serif;
  font-size: 1rem;
  overflow-wrap: break-word;
}.gkg-pmt_group_p_qja {
  margin-bottom: 0.875rem;
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #5B7A96;
}.gkg-pmt_group_p_qja strong {
  color: #B8D0E8;
  font-weight: 600;
}.gkg-pmt_table_wrap_qja {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.gkg-pmt_table_qja {
  width: 100%;
  border-collapse: collapse;
  min-width: 33.75rem;
  font-size: 13px;
}.gkg-pmt_table_qja th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  letter-spacing: .04em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  white-space: nowrap;
  color: #B8D0E8;
  text-align: left;
}.gkg-pmt_table_qja td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #5B7A96;
}.gkg-pmt_table_qja tbody tr:last-child td {
  border-bottom: none;
}.gkg-pmt_table_qja tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #B8D0E8;
}.gkg-ft_qja {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #050D18;
  margin-top: 3rem;
}.gkg-ft_support_qja {
  padding: 24px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 771px) {.gkg-ft_support_qja {
  padding: 1.75rem 1.5rem;
}
}.gkg-ft_support_in_qja {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  max-width: 1320px;
  display: flex;
  flex-wrap: wrap;
}.gkg-ft_support_main_qja {
  gap: 1rem;
  flex: 1;
  flex-wrap: wrap;
  display: flex;
  min-width: 220px;
  align-items: center;
}.gkg-ft_support_ic_qja {
  color: #00C8E6;
  flex-shrink: 0;
}.gkg-ft_support_ic_qja svg {
  width: 1.875rem;
  height: 1.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.gkg-ft_support_text_title_qja {
  margin-bottom: 3px;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  font-weight: 700;
  color: #EDF6FF;
}.gkg-ft_support_text_sub_qja {
  font-size: 12px;
  color: #5B7A96;
  overflow-wrap: break-word;
}.gkg-ft_support_btn_qja {
  border-radius: 0.75rem;
  background: #00C8E6;
  transition: background .2s;
  padding: 11px 1.375rem;
  font-size: 13px;
  flex-shrink: 0;
  color: #EDF6FF;
  font-weight: 700;
  white-space: nowrap;
}.gkg-ft_support_btn_qja:hover {
  background: #22DAEE;
}.gkg-ft_support_contacts_qja {
  gap: 16px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.gkg-ft_support_contact_qja {
  line-height: 1.4;
  font-size: 12px;
  color: #486075;
}.gkg-ft_support_contact_qja strong {
  display: block;
  margin-bottom: 2px;
  font-size: 11px;
  color: #7A9BB8;
  font-weight: 600;
}.gkg-ft_main_qja {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 765px) {.gkg-ft_main_qja {
  padding: 40px 1.5rem 2rem;
}
}.gkg-ft_main_in_qja {
  gap: 24px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 641px) {.gkg-ft_main_in_qja {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.gkg-ft_main_in_qja {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.gkg-ft_col_logo_qja {
  grid-column: 1/-1;
}
@media(min-width: 1082px) {.gkg-ft_col_logo_qja {
  grid-column: auto;
}
}.gkg-ft_logo_qja {
  gap: 0.563rem;
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 800;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  margin-bottom: 12px;
  color: #EDF6FF;
}.gkg-ft_logo_mark_qja {
  overflow: hidden;
  border-radius: 0.5rem;
  height: 1.875rem;
  width: 1.875rem;
}.gkg-ft_logo_mark_qja img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.gkg-ft_logo_sub_qja {
  font-size: 0.75rem;
  max-width: 12.5rem;
  color: #486075;
  overflow-wrap: break-word;
  line-height: 1.55;
}.gkg-ft_col_title_qja {
  letter-spacing: .07em;
  margin-bottom: 0.875rem;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #7A9BB8;
}.gkg-ft_col_links_qja {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.gkg-ft_col_link_qja {
  transition: color .2s;
  color: #486075;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.gkg-ft_col_link_qja:hover {
  color: #B8D0E8;
}.gkg-ft_apps_qja {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.gkg-ft_app_card_qja {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 10px 12px;
  border-radius: 0.5rem;
  gap: 0.625rem;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  display: flex;
}.gkg-ft_app_card_qja:hover {
  border-color: rgba(0, 200, 230, 0.45);
}.gkg-ft_app_card_ic_qja svg {
  height: 1.375rem;
  width: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.gkg-ft_app_card_os_qja {
  font-weight: 600;
  font-size: 10px;
  color: #486075;
}.gkg-ft_app_card_action_qja {
  font-weight: 700;
  color: #B8D0E8;
  font-size: 0.75rem;
}.gkg-ft_bot_qja {
  padding: 1.25rem 16px;
}
@media(min-width: 766px) {.gkg-ft_bot_qja {
  padding: 1.25rem 24px;
}
}.gkg-ft_bot_in_qja {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  max-width: 82.5rem;
}.gkg-ft_socials_qja {
  gap: 0.5rem;
  display: flex;
}.gkg-ft_soc_qja {
  background: rgba(255, 255, 255, 0.05);
  transition: background .2s;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  width: 36px;
  display: flex;
  height: 36px;
  color: #7A9BB8;
  justify-content: center;
  align-items: center;
}.gkg-ft_soc_qja svg {
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
  width: 16px;
}.gkg-ft_soc_qja:hover {
  background: rgba(255, 255, 255, 0.07);
}.gkg-ft_legal_qja {
  flex: 1;
  overflow-wrap: break-word;
  color: #5E7F9A;
  line-height: 1.6;
  font-size: 11px;
  min-width: 12.5rem;
}.gkg-ft_legal_qja strong {
  font-weight: 700;
  color: #7A9BB8;
}.gkg-ft_legal_qja a {
  color: #7A9BB8;
  text-decoration: underline;
}.gkg-ft_age_qja {
  border-radius: 50%;
  border: 2px solid #5E7F9A;
  width: 32px;
  align-items: center;
  color: #5E7F9A;
  height: 2rem;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  margin-left: auto;
  font-size: 0.688rem;
  font-weight: 800;
}