*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #0D1117;
  min-height: 100vh;
  font-family: 'Inter', sans-serif;
  color: #C4D2DC;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  text-decoration: none;
  color: inherit;
}button {
  border: none;
  font: inherit;
  background: none;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.ktg_layout_6qa {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.ktg_page_6qa {
  min-height: 100vh;
  display: flex;
}.ktg_main_6qa {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media(min-width: 1078px) {.ktg_main_6qa {
  padding-left: 220px;
}
}
@media(max-width: 1078px) {.ktg_main_6qa {
  padding-bottom: 72px;
}
}.ktg_gc_6qa {
  background: #101620;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  width: 8.75rem;
  position: relative;
}
@media(min-width: 637px) {.ktg_gc_6qa {
  width: 156px;
}
}
@media(min-width: 1081px) {.ktg_gc_6qa {
  width: 168px;
}
}.ktg_gc_6qa:hover {
  border-color: rgba(0, 200, 150, 0.07);
  transform: translateY(-3px);
}.ktg_gc_img_6qa {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.ktg_gc_img_6qa img {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}.ktg_gc_hover_6qa {
  background: rgba(0, 0, 0, 0.68);
  inset: 0;
  transition: opacity .2s;
  opacity: 0;
  align-items: center;
  justify-content: center;
  position: absolute;
  display: flex;
}.ktg_gc_6qa:hover .ktg_gc_hover_6qa {
  opacity: 1;
}.ktg_gc_hover_btn_6qa {
  border-radius: 4px;
  background: #00C896;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  color: #EFF4F8;
  font-weight: 700;
}.ktg_gc_info_6qa {
  padding: 8px 10px 10px;
}.ktg_gc_name_6qa {
  overflow: hidden;
  color: #C4D2DC;
  margin-bottom: 3px;
  font-size: 0.75rem;
  max-width: 100%;
  white-space: nowrap;
  font-weight: 600;
  text-overflow: ellipsis;
}.ktg_gc_prov_6qa {
  color: #4E6474;
  font-size: 10px;
}.ktg_gc_tag_6qa {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  text-transform: uppercase;
  position: absolute;
  top: 0.375rem;
  font-weight: 700;
  letter-spacing: .04em;
  font-size: 0.563rem;
  left: 6px;
  z-index: 2;
}.ktg_gc_tag_hot_6qa {
  background: #E53B3B;
  color: #fff;
}.ktg_gc_tag_new_6qa {
  background: #22C55E;
  color: #0D1117;
}.ktg_gc_tag_jp_6qa {
  background: #D4920A;
  color: #0D1117;
}.ktg_gc_tag_ex_6qa {
  background: #0A6E52;
  color: #fff;
}.ktg_gc_tag_live_6qa {
  background: #E53B3B;
  color: #fff;
}.ktg_gr_6qa {
  padding: 2rem 16px 0;
  background: #0D1117;
}
@media(min-width: 767px) {.ktg_gr_6qa {
  padding: 2.25rem 1.5rem 0;
}
}.ktg_gr_in_6qa {
  margin: 0 auto;
  max-width: 1320px;
}.ktg_gr_head_6qa {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}.ktg_gr_head_l_6qa {
  gap: 10px;
  flex: 1;
  min-width: 0;
  align-items: center;
  display: flex;
}.ktg_gr_ic_6qa {
  border-radius: 0.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 32px;
  height: 32px;
}.ktg_gr_ic_6qa svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
  height: 16px;
}.ktg_gr_title_6qa {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 1rem;
  overflow-wrap: break-word;
  color: #EFF4F8;
}
@media(min-width: 766px) {.ktg_gr_title_6qa {
  font-size: 18px;
}
}.ktg_gr_more_6qa {
  gap: 5px;
  transition: color .2s;
  font-weight: 600;
  color: #6A8090;
  display: flex;
  font-size: 12px;
  white-space: nowrap;
  align-items: center;
  flex-shrink: 0;
}.ktg_gr_more_6qa:hover {
  color: #00C896;
}.ktg_gr_more_6qa svg {
  stroke-linecap: round;
  width: 12px;
  height: 0.75rem;
  stroke-linejoin: round;
}.ktg_gr_arrows_6qa {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.ktg_gr_arr_6qa {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.25rem;
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  height: 30px;
  display: flex;
  width: 1.875rem;
  justify-content: center;
  align-items: center;
  color: #8FA4B4;
}.ktg_gr_arr_6qa:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #EFF4F8;
}.ktg_gr_arr_6qa svg {
  width: 0.813rem;
  height: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.ktg_gr_seo_h_6qa {
  margin: 0 0 0.375rem;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  font-size: 13px;
  color: #C4D2DC;
  overflow-wrap: break-word;
  max-width: 680px;
}
@media(min-width: 767px) {.ktg_gr_seo_h_6qa {
  font-size: 14px;
}
}.ktg_gr_seo_6qa {
  overflow-wrap: break-word;
  margin-bottom: 12px;
  max-width: 680px;
  font-size: 0.75rem;
  line-height: 1.55;
  color: #6A8090;
}.ktg_gr_seo_6qa strong {
  color: #C4D2DC;
  font-weight: 600;
}.ktg_gr_scroll_6qa {
  gap: 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  padding-bottom: 0.625rem;
}.ktg_gr_scroll_6qa::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.ktg_gr_scroll_6qa {
  gap: 12px;
}
}.ktg_tb_6qa {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0D1117;
  z-index: 80;
  top: 0;
  display: flex;
  right: 0;
  left: 0;
  position: fixed;
  height: 3.5rem;
  align-items: center;
}.ktg_tb_in_6qa {
  gap: 0;
  padding: 0 0.875rem;
  height: 100%;
  width: 100%;
  align-items: center;
  display: flex;
}.ktg_tb_burger_6qa {
  gap: 0.313rem;
  border-radius: 0.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  flex-direction: column;
  width: 38px;
  display: flex;
  height: 2.375rem;
}.ktg_tb_burger_6qa:hover {
  background: rgba(255, 255, 255, 0.05);
}.ktg_tb_burger_line_6qa {
  border-radius: 1px;
  background: #8FA4B4;
  display: block;
  width: 18px;
  height: 2px;
}
@media(min-width: 1077px) {.ktg_tb_burger_6qa {
  display: none;
}
}.ktg_tb_logo_6qa {
  gap: 9px;
  flex-shrink: 0;
  display: flex;
  font-weight: 800;
  margin-right: 20px;
  overflow-wrap: break-word;
  color: #EFF4F8;
  align-items: center;
  letter-spacing: -.01em;
  font-size: 18px;
}.ktg_tb_logo_mark_6qa {
  overflow: hidden;
  border-radius: 8px;
  height: 2rem;
  display: flex;
  align-items: center;
  width: 32px;
  justify-content: center;
}.ktg_tb_logo_mark_6qa img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.ktg_tb_nav_6qa {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.ktg_tb_nav_6qa {
  display: flex;
}
}.ktg_tb_tab_6qa {
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s;
  border-radius: 0.5rem;
  font-size: 13px;
  font-weight: 600;
  color: #8FA4B4;
  white-space: nowrap;
}.ktg_tb_tab_6qa:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EFF4F8;
}.ktg_tb_tab_6qa.ktg_state_active_6qa {
  background: rgba(0, 200, 150, 0.15);
  color: #EFF4F8;
}.ktg_tb_right_6qa {
  gap: 8px;
  display: flex;
  margin-left: auto;
  flex-shrink: 0;
  align-items: center;
}.ktg_tb_login_6qa {
  transition: border-color .2s,color .2s;
  border-radius: 8px;
  padding: 9px 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  font-weight: 600;
  font-size: 0.813rem;
  color: #C4D2DC;
  display: none;
}.ktg_tb_login_6qa:hover {
  border-color: rgba(0, 200, 150, 0.35);
  color: #EFF4F8;
}
@media(min-width: 482px) {.ktg_tb_login_6qa {
  display: block;
}
}.ktg_tb_reg_6qa {
  padding: 0.563rem 18px;
  border-radius: 0.5rem;
  background: #22C55E;
  transition: background .2s;
  font-size: 13px;
  color: #041510;
  font-weight: 700;
  white-space: nowrap;
}.ktg_tb_reg_6qa:hover {
  background: #34D46E;
}.ktg_sb_6qa {
  background: #131C25;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  transition: transform .25s ease;
  position: fixed;
  bottom: 0;
  top: 56px;
  z-index: 70;
  overflow-y: auto;
  left: 0;
  width: 220px;
}.ktg_sb_6qa.ktg_state_open_6qa {
  transform: translateX(0);
}.ktg_sb_6qa::-webkit-scrollbar {
  width: 0.25rem;
}.ktg_sb_6qa::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.ktg_sb_6qa {
  transform: translateX(0);
}
}.ktg_sb_auth_6qa {
  padding: 14px 0.75rem 10px;
}.ktg_sb_btn_reg_6qa {
  border-radius: 8px;
  transition: background .2s;
  background: #22C55E;
  padding: 11px;
  display: block;
  margin-bottom: 8px;
  text-align: center;
  font-weight: 700;
  color: #041510;
  font-size: 13px;
}.ktg_sb_btn_reg_6qa:hover {
  background: #34D46E;
}.ktg_sb_btn_login_6qa {
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  color: #C4D2DC;
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 0.813rem;
}.ktg_sb_btn_login_6qa:hover {
  border-color: rgba(0, 200, 150, 0.35);
  color: #EFF4F8;
}.ktg_sb_promo_6qa {
  overflow: hidden;
  padding: 0.75rem 0.875rem;
  margin: 0 0.75rem 10px;
  border-radius: 0.5rem;
  background: linear-gradient(135deg,#0A2018,#131C25);
  border: 1px solid rgba(0, 200, 150, 0.15);
  position: relative;
}.ktg_sb_promo_6qa::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(0, 200, 150, 0.15),transparent 70%);
  top: -20px;
  content: '';
  height: 5rem;
  width: 80px;
  position: absolute;
  right: -20px;
}.ktg_sb_promo_title_6qa {
  color: #00C896;
  font-weight: 700;
  margin-bottom: 0.25rem;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}.ktg_sb_promo_text_6qa {
  font-weight: 600;
  line-height: 1.35;
  font-size: 0.75rem;
  color: #EFF4F8;
  overflow-wrap: break-word;
}.ktg_sb_promo_sub_6qa {
  font-size: 10px;
  color: #6A8090;
  margin-top: 3px;
}.ktg_sb_nav_6qa {
  padding: 6px 8px 16px;
}.ktg_sb_nav_lb_6qa {
  padding: 0.625rem 0.5rem 6px;
  text-transform: uppercase;
  color: #4E6474;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 10px;
}.ktg_sb_link_6qa {
  padding: 0.563rem 10px;
  transition: background .15s,color .15s;
  border-radius: 0.25rem;
  gap: 0.625rem;
  align-items: center;
  overflow-wrap: break-word;
  color: #8FA4B4;
  font-size: 0.813rem;
  display: flex;
  font-weight: 500;
  cursor: pointer;
}.ktg_sb_link_6qa:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EFF4F8;
}.ktg_sb_link_6qa.ktg_state_active_6qa {
  background: rgba(0, 200, 150, 0.15);
  color: #EFF4F8;
}.ktg_sb_ic_6qa {
  border-radius: 0.25rem;
  height: 30px;
  width: 30px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.ktg_sb_ic_6qa svg {
  width: 1rem;
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.ktg_sb_ic_1_6qa {
  background: rgba(0, 200, 150, 0.07);
  color: #00C896;
}.ktg_sb_ic_2_6qa {
  background: rgba(34, 197, 94, 0.14);
  color: #22C55E;
}.ktg_sb_ic_3_6qa {
  background: rgba(212, 146, 10, 0.15);
  color: #D4920A;
}.ktg_sb_ic_4_6qa {
  background: rgba(10, 110, 82, 0.28);
  color: #0A6E52;
}.ktg_sb_ic_5_6qa {
  background: rgba(0, 200, 150, 0.07);
  color: #E8408C;
}.ktg_sb_ic_6_6qa {
  background: rgba(10, 110, 82, 0.28);
  color: #7C3AED;
}.ktg_sb_badge_6qa {
  padding: 2px 0.438rem;
  background: #D4920A;
  border-radius: 0.25rem;
  margin-left: auto;
  color: #041510;
  font-weight: 700;
  font-size: 0.563rem;
}.ktg_sb_bot_6qa {
  gap: 8px;
  padding: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.ktg_sb_lang_6qa,.ktg_sb_help_6qa {
  padding: 0.563rem 0.375rem;
  flex: 1;
  border-radius: 0.25rem;
  gap: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  display: flex;
  font-weight: 600;
  font-size: 0.688rem;
  justify-content: center;
  color: #8FA4B4;
  align-items: center;
}.ktg_sb_lang_6qa:hover,.ktg_sb_help_6qa:hover {
  border-color: rgba(0, 200, 150, 0.35);
  color: #EFF4F8;
}.ktg_sb_lang_6qa svg,.ktg_sb_help_6qa svg {
  stroke-linejoin: round;
  width: 0.813rem;
  stroke-linecap: round;
  height: 0.813rem;
}.ktg_sb_bd_6qa {
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
  position: fixed;
  z-index: 69;
  display: none;
}.ktg_sb_bd_6qa.ktg_state_on_6qa {
  display: block;
}
@media(min-width:1080px) {.ktg_sb_bd_6qa {
  display: none!important;
}
}.ktg_mob_nav_6qa {
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #131C25;
  bottom: 0;
  left: 0;
  z-index: 80;
  right: 0;
  position: fixed;
  display: flex;
}
@media(min-width: 1079px) {.ktg_mob_nav_6qa {
  display: none;
}
}.ktg_mob_nav_item_6qa {
  gap: 4px;
  flex: 1;
  padding: 4px 2px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  color: #4E6474;
  align-items: center;
}.ktg_mob_nav_ic_6qa {
  line-height: 1;
}.ktg_mob_nav_ic_6qa svg {
  stroke-linejoin: round;
  width: 1.25rem;
  stroke-linecap: round;
  height: 20px;
}.ktg_mob_nav_lb_6qa {
  color: #4E6474;
  font-weight: 600;
  font-size: 0.625rem;
}.ktg_mob_nav_item_6qa.ktg_state_active_6qa {
  color: #00C896;
}.ktg_mob_nav_item_6qa.ktg_state_active_6qa .ktg_mob_nav_lb_6qa {
  color: #00C896;
}.ktg_hero_6qa {
  background: #0D1117;
  padding: 1.25rem 1rem 0;
}
@media(min-width:768px) {.ktg_hero_6qa {
  padding: 24px 24px 0;
}
}.ktg_hero_in_6qa {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1320px;
}
@media(min-width: 861px) {.ktg_hero_in_6qa {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1097px) {.ktg_hero_in_6qa {
  grid-template-columns: 1fr 21.25rem;
}
}.ktg_hero_promo_6qa {
  overflow: hidden;
  background: #101620;
  border-radius: 12px;
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 220px;
}
@media(min-width: 767px) {.ktg_hero_promo_6qa {
  min-height: 280px;
}
}.ktg_hero_promo_bg_6qa {
  background-position: center;
  background: linear-gradient(120deg,#0A2018 0%,#0D1117 100%);
  inset: 0;
  position: absolute;
  background-size: cover;
}.ktg_hero_promo_bg_6qa::after {
  inset: 0;
  background: linear-gradient(90deg,#0D1117 0%,rgba(0, 0, 0, 0.68) 60%,transparent 100%);
  position: absolute;
  content: '';
}.ktg_hero_promo_glow_6qa {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(10, 110, 82, 0.28) 0%,transparent 65%);
  top: -40px;
  width: 18.75rem;
  position: absolute;
  pointer-events: none;
  right: 60px;
  height: 18.75rem;
}.ktg_hero_promo_ct_6qa {
  padding: 28px 24px 1.75rem 1.75rem;
  justify-content: center;
  display: flex;
  position: relative;
  max-width: 30rem;
  z-index: 2;
  flex-direction: column;
}
@media(min-width: 767px) {.ktg_hero_promo_ct_6qa {
  padding: 2.5rem 32px;
}
}.ktg_hero_badge_6qa {
  border: 1px solid rgba(0, 200, 150, 0.07);
  padding: 0.313rem 12px;
  background: rgba(0, 200, 150, 0.15);
  border-radius: 20px;
  font-weight: 700;
  margin-bottom: 0.875rem;
  letter-spacing: .08em;
  display: inline-block;
  color: #00C896;
  text-transform: uppercase;
  font-size: 10px;
}.ktg_hero_h1_6qa {
  overflow-wrap: break-word;
  font-size: 1.625rem;
  color: #EFF4F8;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 0.625rem;
  font-family: 'Cinzel', serif;
}.ktg_hero_h1_6qa em {
  font-style: normal;
  color: #D4920A;
}
@media(min-width: 767px) {.ktg_hero_h1_6qa {
  font-size: 2.25rem;
}
}.ktg_hero_sub_6qa {
  font-size: 0.813rem;
  line-height: 1.55;
  color: #8FA4B4;
  margin-bottom: 20px;
}
@media(min-width: 769px) {.ktg_hero_sub_6qa {
  font-size: 14px;
}
}.ktg_hero_row_6qa {
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.ktg_hero_cta_6qa {
  background: #22C55E;
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 0.813rem 1.625rem;
  color: #041510;
  font-weight: 700;
  box-shadow: 0 3px 0 #16a34a, 0 0.313rem 1.375rem rgba(34, 197, 94, 0.38);
  font-size: 14px;
}.ktg_hero_cta_6qa:hover {
  background: #34D46E;
}.ktg_hero_terms_6qa {
  color: #4E6474;
  font-size: 11px;
}.ktg_hero_game_6qa {
  background: #101620;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  flex-direction: column;
  position: relative;
  display: flex;
}.ktg_hero_game_badge_6qa {
  background: rgba(212, 146, 10, 0.15);
  border: 1px solid rgba(212, 146, 10, 0.15);
  border-radius: 1.25rem;
  padding: 5px 10px;
  left: 0.75rem;
  font-size: 10px;
  position: absolute;
  color: #D4920A;
  z-index: 3;
  top: 0.75rem;
  letter-spacing: .06em;
  font-weight: 700;
  text-transform: uppercase;
}.ktg_hero_game_badge_6qa svg {
  vertical-align: -1px;
  height: 0.688rem;
  width: 11px;
  margin-right: 0.25rem;
}.ktg_hero_game_img_6qa {
  background: linear-gradient(135deg,#0A2018,#0D1117);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.ktg_hero_game_img_6qa img {
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
}.ktg_hero_game_play_6qa {
  transition: opacity .2s;
  background: rgba(0, 0, 0, 0.68);
  inset: 0;
  position: absolute;
  display: flex;
  opacity: 0;
  align-items: center;
  justify-content: center;
}.ktg_hero_game_6qa:hover .ktg_hero_game_play_6qa {
  opacity: 1;
}.ktg_hero_game_play_6qa span {
  border-radius: 50%;
  background: #00C896;
  display: flex;
  align-items: center;
  height: 3.25rem;
  justify-content: center;
  width: 52px;
}.ktg_hero_game_play_6qa span svg {
  height: 1.125rem;
  width: 18px;
  margin-left: 2px;
}.ktg_hero_game_info_6qa {
  padding: 14px 16px;
}.ktg_hero_game_title_6qa {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-weight: 700;
  font-size: 0.938rem;
  color: #EFF4F8;
}.ktg_hero_game_provider_6qa {
  font-size: 11px;
  color: #6A8090;
}.ktg_hero_game_btn_6qa {
  padding: 11px;
  transition: background .2s;
  background: #00C896;
  margin: 0.75rem 16px 16px;
  border-radius: 8px;
  color: #EFF4F8;
  display: block;
  text-align: center;
  font-size: 0.813rem;
  font-weight: 700;
}.ktg_hero_game_6qa:hover .ktg_hero_game_btn_6qa {
  background: #00DDA8;
}.ktg_sbar_6qa {
  background: #0D1117;
  padding: 16px 16px 0;
}
@media(min-width: 771px) {.ktg_sbar_6qa {
  padding: 1.125rem 1.5rem 0;
}
}.ktg_sbar_in_6qa {
  margin: 0 auto;
  max-width: 1320px;
}.ktg_sbar_row_6qa {
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
  display: flex;
}.ktg_sbar_input_6qa {
  flex: 1;
  padding: 11px 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 10px;
  border-radius: 8px;
  transition: border-color .2s;
  background: #101620;
  font-size: 0.813rem;
  color: #6A8090;
  display: flex;
  cursor: pointer;
  align-items: center;
}.ktg_sbar_input_6qa:hover {
  border-color: rgba(0, 200, 150, 0.35);
}.ktg_sbar_input_6qa svg {
  width: 15px;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  height: 15px;
}.ktg_sbar_providers_6qa {
  border-radius: 8px;
  gap: 0.5rem;
  transition: border-color .2s;
  background: #101620;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.688rem 1.125rem;
  white-space: nowrap;
  font-weight: 600;
  color: #C4D2DC;
  align-items: center;
  font-size: 13px;
  display: flex;
}.ktg_sbar_providers_6qa:hover {
  border-color: rgba(0, 200, 150, 0.35);
  color: #EFF4F8;
}.ktg_sbar_providers_6qa svg {
  stroke-linejoin: round;
  height: 0.875rem;
  width: 0.875rem;
  stroke-linecap: round;
}.ktg_sbar_tabs_6qa {
  gap: 0.375rem;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 2px;
}.ktg_sbar_tabs_6qa::-webkit-scrollbar {
  display: none;
}.ktg_sbar_tab_6qa {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1.25rem;
  gap: 0.438rem;
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s,border-color .15s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  font-weight: 600;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
  color: #8FA4B4;
  cursor: pointer;
  font-size: 12px;
}.ktg_sbar_tab_6qa:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(0, 200, 150, 0.35);
  color: #EFF4F8;
}.ktg_sbar_tab_6qa.ktg_state_active_6qa {
  border-color: rgba(0, 200, 150, 0.07);
  background: rgba(0, 200, 150, 0.15);
  color: #EFF4F8;
}.ktg_sbar_tab_ic_6qa svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.875rem;
  width: 0.875rem;
}.ktg_wy_6qa {
  background: #0D1117;
  padding: 32px 1rem 0;
}
@media(min-width: 769px) {.ktg_wy_6qa {
  padding: 40px 24px 0;
}
}.ktg_wy_in_6qa {
  margin: 0 auto;
  max-width: 82.5rem;
}.ktg_wy_head_6qa {
  max-width: 720px;
  margin-bottom: 18px;
}.ktg_wy_label_6qa {
  margin-bottom: 8px;
  color: #00C896;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}.ktg_wy_h2_6qa {
  color: #EFF4F8;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.ktg_wy_h2_6qa {
  font-size: 24px;
}
}.ktg_wy_intro_6qa {
  margin: 0;
  line-height: 1.6;
  font-size: 13px;
  color: #6A8090;
}.ktg_wy_grid_6qa {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.ktg_wy_grid_6qa {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.ktg_wy_grid_6qa {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.ktg_wy_card_6qa {
  transition: border-color .2s,transform .2s;
  border-radius: 8px;
  background: #131C25;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.ktg_wy_card_6qa:hover {
  border-color: rgba(0, 200, 150, 0.07);
  transform: translateY(-2px);
}.ktg_wy_card_ic_6qa {
  border-radius: 50%;
  background: rgba(0, 200, 150, 0.15);
  margin-bottom: 14px;
  align-items: center;
  height: 2.75rem;
  color: #00C896;
  width: 44px;
  justify-content: center;
  display: flex;
}.ktg_wy_card_ic_6qa svg {
  height: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.375rem;
}.ktg_wy_card_h_6qa {
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-size: 15px;
  color: #EFF4F8;
  font-weight: 700;
}.ktg_wy_card_p_6qa {
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #6A8090;
  font-size: 13px;
}.ktg_wy_card_p_6qa strong {
  color: #C4D2DC;
  font-weight: 600;
}.ktg_gr_jp_6qa {
  overflow: hidden;
  border-radius: 12px;
  padding: 20px;
  background: linear-gradient(135deg,#1A0D2E 0%,#0E1219 100%);
  position: relative;
}.ktg_gr_jp_6qa::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(10, 110, 82, 0.28) 0%,transparent 70%);
  position: absolute;
  width: 250px;
  top: -3.75rem;
  left: -60px;
  height: 250px;
  content: '';
}.ktg_gr_jp_6qa::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(212, 146, 10, 0.15) 0%,transparent 70%);
  bottom: -2.5rem;
  height: 200px;
  position: absolute;
  width: 12.5rem;
  right: 0;
  content: '';
}.ktg_gr_jp_head_6qa {
  gap: 1rem;
  display: flex;
  margin-bottom: 1rem;
  z-index: 1;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
}.ktg_gr_jp_info_6qa {
  flex: 1;
}.ktg_gr_jp_label_6qa {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.375rem;
  font-size: 0.688rem;
  color: #7C3AED;
  letter-spacing: .08em;
}.ktg_gr_jp_label_6qa svg {
  vertical-align: -2px;
  stroke-linecap: round;
  height: 0.875rem;
  stroke-linejoin: round;
  margin-right: 0.25rem;
  width: 14px;
}.ktg_gr_jp_amount_6qa {
  color: #EFF4F8;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  font-family: 'Cinzel', serif;
}
@media(min-width: 771px) {.ktg_gr_jp_amount_6qa {
  font-size: 2.5rem;
}
}.ktg_gr_jp_amount_6qa span {
  color: #D4920A;
}.ktg_gr_jp_seo_6qa {
  line-height: 1.5;
  color: #8FA4B4;
  font-size: 12px;
  overflow-wrap: break-word;
  max-width: 30rem;
}.ktg_gr_jp_cta_6qa {
  transition: background .2s;
  padding: 11px 1.25rem;
  background: rgba(10, 110, 82, 0.28);
  border-radius: 0.5rem;
  border: 1px solid rgba(10, 110, 82, 0.28);
  margin-top: 0.25rem;
  white-space: nowrap;
  position: relative;
  color: #EFF4F8;
  flex-shrink: 0;
  font-weight: 700;
  align-self: flex-start;
  z-index: 1;
  font-size: 13px;
}.ktg_gr_jp_cta_6qa:hover {
  background: #0A6E52;
}.ktg_ws_6qa {
  padding: 2rem 16px 0;
  background: #0D1117;
}
@media(min-width: 766px) {.ktg_ws_6qa {
  padding: 36px 1.5rem 0;
}
}.ktg_ws_in_6qa {
  margin: 0 auto;
  max-width: 1320px;
}.ktg_ws_head_6qa {
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  display: flex;
}.ktg_ws_title_6qa {
  gap: 10px;
  font-family: 'Cinzel', serif;
  display: flex;
  color: #EFF4F8;
  font-weight: 700;
  flex-wrap: wrap;
  font-size: 1rem;
  overflow-wrap: break-word;
  align-items: center;
}.ktg_ws_title_ic_6qa svg {
  height: 1.125rem;
  color: #D4920A;
  width: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.ktg_ws_online_6qa {
  gap: 7px;
  align-items: center;
  color: #6A8090;
  font-weight: 600;
  font-size: 0.75rem;
  display: flex;
}.ktg_ws_online_dot_6qa {
  background: #22C55E;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(34, 197, 94, 0.14);
  width: 0.5rem;
  height: 0.5rem;
  flex-shrink: 0;
}.ktg_ws_scroll_6qa {
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  display: flex;
  scrollbar-width: none;
}.ktg_ws_scroll_6qa::-webkit-scrollbar {
  display: none;
}.ktg_wc_6qa {
  padding: 0.625rem 0.875rem;
  border-radius: 8px;
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #101620;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  min-width: 220px;
}.ktg_wc_img_6qa {
  overflow: hidden;
  background: #131C25;
  border-radius: 4px;
  width: 2.25rem;
  height: 36px;
  flex-shrink: 0;
}.ktg_wc_img_6qa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.ktg_wc_info_6qa {
  min-width: 0;
}.ktg_wc_game_6qa {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #C4D2DC;
  font-weight: 600;
  font-size: 0.75rem;
  white-space: nowrap;
}.ktg_wc_player_6qa {
  overflow: hidden;
  color: #4E6474;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
}.ktg_wc_amount_6qa {
  margin-left: auto;
  color: #22C55E;
  white-space: nowrap;
  font-size: 13px;
  flex-shrink: 0;
  font-weight: 700;
}.ktg_app_6qa {
  padding: 36px 16px 0;
  background: #0D1117;
}
@media(min-width: 765px) {.ktg_app_6qa {
  padding: 44px 1.5rem 0;
}
}.ktg_app_in_6qa {
  margin: 0 auto;
  max-width: 82.5rem;
}.ktg_app_head_6qa {
  margin-bottom: 1rem;
}.ktg_app_label_6qa {
  color: #00C896;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
}.ktg_app_h2_6qa {
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  color: #EFF4F8;
  margin-bottom: 6px;
  font-size: 20px;
}
@media(min-width: 767px) {.ktg_app_h2_6qa {
  font-size: 1.5rem;
}
}.ktg_app_sub_6qa {
  font-size: 13px;
  line-height: 1.6;
  max-width: 600px;
  overflow-wrap: break-word;
  color: #6A8090;
}.ktg_app_sub_6qa strong {
  font-weight: 700;
  color: #C4D2DC;
}.ktg_app_cards_6qa {
  gap: 0.625rem;
  margin-top: 16px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.ktg_app_cards_6qa {
  grid-template-columns: repeat(3,1fr);
}
}.ktg_app_card_6qa {
  overflow: hidden;
  padding: 20px;
  gap: 1rem;
  border-radius: 8px;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
  display: flex;
}.ktg_app_card_ios_6qa {
  background: linear-gradient(135deg,rgba(0, 200, 150, 0.15) 0%,#131C25 100%);
}.ktg_app_card_android_6qa {
  background: linear-gradient(135deg,rgba(34, 197, 94, 0.14) 0%,#131C25 100%);
}.ktg_app_card_win_6qa {
  background: linear-gradient(135deg,rgba(212, 146, 10, 0.15) 0%,#131C25 100%);
}.ktg_app_card_ic_6qa svg {
  stroke-linejoin: round;
  width: 34px;
  height: 2.125rem;
  stroke-linecap: round;
}.ktg_app_card_ic_6qa {
  flex-shrink: 0;
  color: #EFF4F8;
}.ktg_app_card_os_6qa {
  letter-spacing: .08em;
  margin-bottom: 0.375rem;
  color: #6A8090;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
}.ktg_app_card_title_6qa {
  font-size: 15px;
  line-height: 1.2;
  color: #EFF4F8;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
}.ktg_app_card_text_6qa {
  font-size: 12px;
  color: #6A8090;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  line-height: 1.5;
}.ktg_app_card_btn_6qa {
  background: rgba(255, 255, 255, 0.12);
  transition: background .2s;
  border: 1px solid rgba(0, 200, 150, 0.35);
  border-radius: 4px;
  gap: 7px;
  padding: 10px 18px;
  display: inline-flex;
  color: #EFF4F8;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
}.ktg_app_card_btn_6qa:hover {
  background: rgba(255, 255, 255, 0.07);
}.ktg_reg_6qa {
  padding: 36px 1rem 0;
  background: #0D1117;
}
@media(min-width: 767px) {.ktg_reg_6qa {
  padding: 44px 24px 0;
}
}.ktg_reg_in_6qa {
  border-radius: 0.75rem;
  background: #131C25;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 28px 1.5rem;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.ktg_reg_in_6qa {
  padding: 40px;
}
}.ktg_reg_top_6qa {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.ktg_reg_top_6qa {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.ktg_reg_label_6qa {
  font-size: 11px;
  color: #00C896;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.ktg_reg_h2_6qa {
  color: #EFF4F8;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 12px;
  font-size: 22px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 767px) {.ktg_reg_h2_6qa {
  font-size: 28px;
}
}.ktg_reg_bonus_6qa {
  border-radius: 8px;
  padding: 0.625rem 16px;
  background: rgba(212, 146, 10, 0.15);
  border: 1px solid rgba(212, 146, 10, 0.15);
  gap: 0.5rem;
  align-items: center;
  display: inline-flex;
  margin-bottom: 16px;
}.ktg_reg_bonus_amount_6qa {
  font-weight: 800;
  color: #D4920A;
  font-size: 1.25rem;
}.ktg_reg_bonus_text_6qa {
  line-height: 1.35;
  color: #8FA4B4;
  font-size: 0.813rem;
}.ktg_reg_cta_btn_6qa {
  transition: background .2s;
  background: #22C55E;
  padding: 0.875rem 32px;
  border-radius: 0.5rem;
  box-shadow: 0 3px 0 #16a34a, 0 0.313rem 1.375rem rgba(34, 197, 94, 0.38);
  color: #041510;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 12px;
  display: inline-block;
}.ktg_reg_cta_btn_6qa:hover {
  background: #34D46E;
}.ktg_reg_terms_6qa {
  font-size: 11px;
  line-height: 1.5;
  color: #4E6474;
}.ktg_reg_seo_6qa {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #6A8090;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}.ktg_reg_seo_6qa p {
  margin-bottom: 0.625rem;
  font-size: 13px;
  line-height: 1.65;
  color: #6A8090;
}.ktg_reg_seo_6qa p:last-child {
  margin-bottom: 0;
}.ktg_reg_seo_6qa strong {
  color: #C4D2DC;
  font-weight: 700;
}.ktg_reg_seo_6qa a {
  transition: color .2s;
  text-decoration: underline;
  color: #00C896;
}.ktg_reg_seo_6qa a:hover {
  color: #00DDA8;
}.ktg_reg_seo_6qa ul,.ktg_reg_seo_6qa ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.ktg_reg_seo_6qa ol {
  list-style: decimal;
}.ktg_reg_seo_6qa li {
  line-height: 1.65;
  color: #6A8090;
  font-size: 13px;
  margin-bottom: 4px;
}.ktg_reg_seo_6qa table {
  overflow-x: auto;
  margin-bottom: 10px;
  width: 100%;
  font-size: 0.813rem;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 769px) {.ktg_reg_seo_6qa table {
  display: table;
}
}.ktg_reg_seo_6qa th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px;
  text-align: left;
  font-weight: 700;
  color: #C4D2DC;
}.ktg_reg_seo_6qa td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #6A8090;
}.ktg_reg_steps_6qa {
  gap: 14px;
  flex-direction: column;
  display: flex;
  margin-top: 1.75rem;
}
@media(min-width: 857px) {.ktg_reg_steps_6qa {
  margin-top: 0;
}
}.ktg_reg_step_6qa {
  padding: 16px;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.ktg_reg_step_num_6qa {
  border-radius: 50%;
  border: 1px solid rgba(0, 200, 150, 0.07);
  background: rgba(0, 200, 150, 0.15);
  height: 2.125rem;
  display: flex;
  color: #00C896;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  width: 2.125rem;
  flex-shrink: 0;
}.ktg_reg_step_title_6qa {
  color: #EFF4F8;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 3px;
}.ktg_reg_step_text_6qa {
  color: #6A8090;
  line-height: 1.5;
  font-size: 0.75rem;
}.ktg_reg_trust_6qa {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}.ktg_reg_trust_item_6qa {
  gap: 7px;
  color: #6A8090;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
  font-size: 12px;
}.ktg_reg_trust_ic_6qa svg {
  stroke-linecap: round;
  color: #00C896;
  width: 16px;
  stroke-linejoin: round;
  height: 1rem;
}.ktg_prov_6qa {
  padding: 2.25rem 16px 0;
  background: #0D1117;
}
@media(min-width: 770px) {.ktg_prov_6qa {
  padding: 2.75rem 1.5rem 0;
}
}.ktg_prov_in_6qa {
  margin: 0 auto;
  max-width: 1320px;
}.ktg_prov_head_6qa {
  margin-bottom: 1rem;
}.ktg_prov_label_6qa {
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #00C896;
  font-size: 11px;
  text-transform: uppercase;
}.ktg_prov_h2_6qa {
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #EFF4F8;
}
@media(min-width: 770px) {.ktg_prov_h2_6qa {
  font-size: 24px;
}
}.ktg_prov_seo_6qa {
  color: #6A8090;
  line-height: 1.6;
  font-size: 0.813rem;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  margin-bottom: 16px;
}.ktg_prov_seo_6qa strong {
  color: #C4D2DC;
  font-weight: 700;
}.ktg_prov_seo_6qa a {
  text-decoration: underline;
  color: #00C896;
}.ktg_prov_grid_6qa {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 639px) {.ktg_prov_grid_6qa {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.ktg_prov_grid_6qa {
  grid-template-columns: repeat(8,1fr);
}
}.ktg_prov_card_6qa {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.875rem 0.625rem;
  background: #101620;
  border-radius: 8px;
  gap: 7px;
  transition: border-color .2s,background .2s;
  flex-direction: column;
  display: flex;
  cursor: pointer;
  align-items: center;
}.ktg_prov_card_6qa:hover {
  background: #131C25;
  border-color: rgba(0, 200, 150, 0.35);
}.ktg_prov_logo_6qa {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  overflow: hidden;
  align-items: center;
  height: 2.75rem;
  display: flex;
  width: 2.75rem;
  justify-content: center;
}.ktg_prov_logo_6qa img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.ktg_prov_name_6qa {
  font-weight: 600;
  text-align: center;
  color: #8FA4B4;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.ktg_bon_6qa {
  padding: 36px 16px 0;
  background: #0D1117;
}
@media(min-width: 766px) {.ktg_bon_6qa {
  padding: 2.75rem 24px 0;
}
}.ktg_bon_in_6qa {
  margin: 0 auto;
  max-width: 82.5rem;
}.ktg_bon_head_6qa {
  margin-bottom: 20px;
}.ktg_bon_label_6qa {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-size: 11px;
  color: #00C896;
}.ktg_bon_h2_6qa {
  margin-bottom: 8px;
  color: #EFF4F8;
  font-size: 20px;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.ktg_bon_h2_6qa {
  font-size: 24px;
}
}.ktg_bon_seo_6qa {
  max-width: 38.75rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #6A8090;
  font-size: 0.813rem;
}.ktg_bon_seo_6qa strong {
  font-weight: 700;
  color: #C4D2DC;
}.ktg_bon_seo_6qa a {
  text-decoration: underline;
  color: #00C896;
}.ktg_bon_grid_6qa {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 642px) {.ktg_bon_grid_6qa {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.ktg_bon_grid_6qa {
  grid-template-columns: repeat(5,1fr);
}
}.ktg_bon_card_6qa {
  padding: 1rem;
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
  background: #101620;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.ktg_bon_card_6qa:hover {
  border-color: rgba(0, 200, 150, 0.07);
  transform: translateY(-2px);
}.ktg_bon_card_ic_6qa svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 26px;
  width: 26px;
}.ktg_bon_card_ic_6qa {
  margin-bottom: 0.625rem;
}.ktg_bon_card_type_6qa {
  margin-bottom: 6px;
  letter-spacing: .06em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  color: #6A8090;
}.ktg_bon_card_amount_6qa {
  font-size: 1.125rem;
  margin-bottom: 0.375rem;
  color: #D4920A;
  line-height: 1.1;
  font-weight: 800;
}.ktg_bon_card_name_6qa {
  font-weight: 600;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  color: #EFF4F8;
}.ktg_bon_card_detail_6qa {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #4E6474;
  padding-top: 8px;
  font-size: 0.688rem;
  line-height: 1.5;
  overflow-wrap: break-word;
}.ktg_htp_6qa {
  background: #0D1117;
  padding: 36px 1rem 0;
}
@media(min-width:768px) {.ktg_htp_6qa {
  padding: 44px 24px 0;
}
}.ktg_htp_in_6qa {
  margin: 0 auto;
  max-width: 82.5rem;
}.ktg_htp_head_6qa {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.ktg_htp_label_6qa {
  text-transform: uppercase;
  color: #00C896;
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.ktg_htp_h2_6qa {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 22px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #EFF4F8;
}
@media(min-width: 769px) {.ktg_htp_h2_6qa {
  font-size: 28px;
}
}.ktg_htp_intro_6qa {
  color: #6A8090;
  line-height: 1.6;
  font-size: 14px;
}.ktg_htp_steps_6qa {
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.ktg_htp_steps_6qa {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.ktg_htp_steps_6qa {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.ktg_htp_step_6qa {
  border-radius: 0.5rem;
  background: #131C25;
  padding: 20px 1.125rem 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  position: relative;
  flex-direction: column;
  display: flex;
}.ktg_htp_step_num_6qa {
  border-radius: 50%;
  background: #00C896;
  height: 1.75rem;
  display: flex;
  position: absolute;
  top: -0.75rem;
  font-family: 'Cinzel', serif;
  justify-content: center;
  color: #041510;
  width: 28px;
  left: 1.25rem;
  font-weight: 800;
  font-size: 0.813rem;
  align-items: center;
}.ktg_htp_step_ic_6qa {
  background: rgba(0, 200, 150, 0.15);
  border-radius: 0.25rem;
  margin: 8px 0 12px;
  width: 36px;
  display: flex;
  height: 2.25rem;
  justify-content: center;
  align-items: center;
  color: #00C896;
}.ktg_htp_step_ic_6qa svg {
  stroke-linejoin: round;
  height: 1.125rem;
  width: 18px;
  stroke-linecap: round;
}.ktg_htp_step_h_6qa {
  font-weight: 700;
  color: #EFF4F8;
  line-height: 1.25;
  font-size: 0.875rem;
  margin-bottom: 6px;
  overflow-wrap: break-word;
}.ktg_htp_step_p_6qa {
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #6A8090;
  font-size: 13px;
}.ktg_htp_step_p_6qa strong {
  font-weight: 600;
  color: #C4D2DC;
}.ktg_htp_cta_6qa {
  transition: background .2s;
  background: #22C55E;
  padding: 13px 26px;
  border-radius: 8px;
  font-size: 0.875rem;
  color: #041510;
  font-weight: 700;
  margin-top: 1.25rem;
  display: inline-block;
}.ktg_htp_cta_6qa:hover {
  background: #34D46E;
}.ktg_seo_6qa {
  padding: 2.25rem 16px 0;
  background: #0D1117;
}
@media(min-width: 765px) {.ktg_seo_6qa {
  padding: 44px 1.5rem 0;
}
}.ktg_seo_in_6qa {
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  border-radius: 0.75rem;
  padding: 1.75rem 1.5rem;
  background: #131C25;
  max-width: 1320px;
}
@media(min-width: 770px) {.ktg_seo_in_6qa {
  padding: 36px 2.5rem;
}
}.ktg_seo_label_6qa {
  color: #00C896;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
}.ktg_seo_h2_6qa {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 800;
  color: #EFF4F8;
  font-family: 'Cinzel', serif;
  margin-bottom: 14px;
}
@media(min-width: 769px) {.ktg_seo_h2_6qa {
  font-size: 1.5rem;
}
}.ktg_seo_body_6qa {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #8FA4B4;
}.ktg_seo_body_6qa p {
  color: #8FA4B4;
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 0.875rem;
}.ktg_seo_body_6qa p:last-child {
  margin-bottom: 0;
}.ktg_seo_body_6qa strong {
  font-weight: 700;
  color: #C4D2DC;
}.ktg_seo_body_6qa a {
  transition: color .2s;
  text-decoration: underline;
  color: #00C896;
}.ktg_seo_body_6qa a:hover {
  color: #00DDA8;
}.ktg_seo_body_6qa ul,.ktg_seo_body_6qa ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.ktg_seo_body_6qa ol {
  list-style: decimal;
}.ktg_seo_body_6qa li {
  font-size: 0.875rem;
  margin-bottom: 6px;
  line-height: 1.75;
  color: #8FA4B4;
}.ktg_seo_body_6qa table {
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  width: 100%;
  display: block;
  font-size: 13px;
}
@media(min-width: 769px) {.ktg_seo_body_6qa table {
  display: table;
}
}.ktg_seo_body_6qa th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  text-align: left;
  color: #C4D2DC;
  font-weight: 700;
}.ktg_seo_body_6qa td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8FA4B4;
}.ktg_seo_cols_6qa {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 642px) {.ktg_seo_cols_6qa {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.ktg_seo_cols_6qa {
  grid-template-columns: repeat(3,1fr);
}
}.ktg_seo_col_h_6qa {
  margin-bottom: 7px;
  color: #C4D2DC;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.ktg_seo_col_p_6qa {
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #6A8090;
}.ktg_seo_stats_6qa {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.ktg_seo_stat_6qa {
  background: rgba(0, 200, 150, 0.07);
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 200, 150, 0.15);
  padding: 0.875rem 1rem;
  flex: 1;
  min-width: 8.75rem;
}.ktg_seo_stat_val_6qa {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  color: #00C896;
}.ktg_seo_stat_lb_6qa {
  font-size: 0.688rem;
  color: #6A8090;
  overflow-wrap: break-word;
}.ktg_seo_6qa {
  background: #0D1117;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.ktg_seo_6qa {
  padding: 2.75rem 24px 0;
}
}.ktg_seo_in_6qa {
  padding: 1.75rem 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #131C25;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 771px) {.ktg_seo_in_6qa {
  padding: 2.25rem 2.5rem;
}
}.ktg_seo_label_6qa {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  color: #00C896;
  margin-bottom: 10px;
}.ktg_seo_h2_6qa {
  line-height: 1.25;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #EFF4F8;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  margin-bottom: 0.875rem;
}
@media(min-width: 766px) {.ktg_seo_h2_6qa {
  font-size: 1.5rem;
}
}.ktg_seo_body_6qa {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #8FA4B4;
}.ktg_seo_body_6qa p {
  font-size: 14px;
  line-height: 1.75;
  color: #8FA4B4;
  margin-bottom: 0.75rem;
}.ktg_seo_body_6qa p:last-child {
  margin-bottom: 0;
}.ktg_seo_body_6qa strong {
  color: #C4D2DC;
  font-weight: 700;
}.ktg_seo_body_6qa a {
  transition: color .2s;
  text-decoration: underline;
  color: #00C896;
}.ktg_seo_body_6qa a:hover {
  color: #00DDA8;
}.ktg_seo_body_6qa ul,.ktg_seo_body_6qa ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.ktg_seo_body_6qa ol {
  list-style: decimal;
}.ktg_seo_body_6qa li {
  line-height: 1.75;
  color: #8FA4B4;
  font-size: 14px;
  margin-bottom: 6px;
}.ktg_seo_body_6qa table {
  width: 100%;
  font-size: 0.813rem;
  border-collapse: collapse;
  margin-bottom: 12px;
  display: block;
  overflow-x: auto;
}
@media(min-width: 765px) {.ktg_seo_body_6qa table {
  display: table;
}
}.ktg_seo_body_6qa th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  color: #C4D2DC;
  text-align: left;
}.ktg_seo_body_6qa td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8FA4B4;
}.ktg_seo_cols_6qa {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 642px) {.ktg_seo_cols_6qa {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.ktg_seo_cols_6qa {
  grid-template-columns: repeat(3,1fr);
}
}.ktg_seo_col_h_6qa {
  font-size: 13px;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #C4D2DC;
}.ktg_seo_col_p_6qa {
  line-height: 1.65;
  color: #6A8090;
  font-size: 13px;
  overflow-wrap: break-word;
}.ktg_seo_stats_6qa {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.ktg_seo_stat_6qa {
  background: rgba(0, 200, 150, 0.07);
  border-radius: 0.5rem;
  padding: 14px 16px;
  border: 1px solid rgba(0, 200, 150, 0.15);
  flex: 1;
  min-width: 8.75rem;
}.ktg_seo_stat_val_6qa {
  color: #00C896;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-weight: 800;
}.ktg_seo_stat_lb_6qa {
  color: #6A8090;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.ktg_seo_6qa {
  padding: 36px 16px 0;
  background: #0D1117;
}
@media(min-width: 769px) {.ktg_seo_6qa {
  padding: 44px 1.5rem 0;
}
}.ktg_seo_in_6qa {
  background: #131C25;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.75rem;
  margin: 0 auto;
  padding: 1.75rem 24px;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.ktg_seo_in_6qa {
  padding: 2.25rem 2.5rem;
}
}.ktg_seo_label_6qa {
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #00C896;
}.ktg_seo_h2_6qa {
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  margin-bottom: 0.875rem;
  font-size: 20px;
  color: #EFF4F8;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.ktg_seo_h2_6qa {
  font-size: 1.5rem;
}
}.ktg_seo_body_6qa {
  font-size: 0.875rem;
  color: #8FA4B4;
  overflow-wrap: break-word;
  line-height: 1.75;
}.ktg_seo_body_6qa p {
  line-height: 1.75;
  color: #8FA4B4;
  margin-bottom: 12px;
  font-size: 0.875rem;
}.ktg_seo_body_6qa p:last-child {
  margin-bottom: 0;
}.ktg_seo_body_6qa strong {
  color: #C4D2DC;
  font-weight: 700;
}.ktg_seo_body_6qa a {
  transition: color .2s;
  text-decoration: underline;
  color: #00C896;
}.ktg_seo_body_6qa a:hover {
  color: #00DDA8;
}.ktg_seo_body_6qa ul,.ktg_seo_body_6qa ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.ktg_seo_body_6qa ol {
  list-style: decimal;
}.ktg_seo_body_6qa li {
  margin-bottom: 6px;
  color: #8FA4B4;
  line-height: 1.75;
  font-size: 0.875rem;
}.ktg_seo_body_6qa table {
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 12px;
  display: block;
  font-size: 0.813rem;
}
@media(min-width: 765px) {.ktg_seo_body_6qa table {
  display: table;
}
}.ktg_seo_body_6qa th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C4D2DC;
  text-align: left;
  font-weight: 700;
}.ktg_seo_body_6qa td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #8FA4B4;
}.ktg_seo_cols_6qa {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.ktg_seo_cols_6qa {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.ktg_seo_cols_6qa {
  grid-template-columns: repeat(3,1fr);
}
}.ktg_seo_col_h_6qa {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #C4D2DC;
  margin-bottom: 7px;
}.ktg_seo_col_p_6qa {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #6A8090;
  font-size: 0.813rem;
}.ktg_seo_stats_6qa {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.ktg_seo_stat_6qa {
  padding: 0.875rem 1rem;
  border: 1px solid rgba(0, 200, 150, 0.15);
  border-radius: 0.5rem;
  flex: 1;
  background: rgba(0, 200, 150, 0.07);
  min-width: 140px;
}.ktg_seo_stat_val_6qa {
  font-size: 20px;
  color: #00C896;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 800;
}.ktg_seo_stat_lb_6qa {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #6A8090;
}.ktg_faq_6qa {
  background: #0D1117;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.ktg_faq_6qa {
  padding: 2.75rem 24px 0;
}
}.ktg_faq_in_6qa {
  margin: 0 auto;
  max-width: 1320px;
}.ktg_faq_head_6qa {
  margin-bottom: 1.25rem;
}.ktg_faq_label_6qa {
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-weight: 700;
  color: #00C896;
  font-size: 0.688rem;
  text-transform: uppercase;
}.ktg_faq_h2_6qa {
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  color: #EFF4F8;
}
@media(min-width: 771px) {.ktg_faq_h2_6qa {
  font-size: 24px;
}
}.ktg_faq_list_6qa {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.ktg_faq_item_6qa {
  border-radius: 0.5rem;
  overflow: hidden;
  background: #131C25;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.ktg_faq_q_6qa {
  gap: 0.75rem;
  transition: color .2s;
  padding: 1rem 20px;
  display: flex;
  justify-content: space-between;
  color: #C4D2DC;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  font-size: 14px;
}.ktg_faq_q_6qa:hover {
  color: #EFF4F8;
}.ktg_faq_q_ic_6qa {
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  border-radius: 50%;
  color: #00C896;
  align-items: center;
  justify-content: center;
  width: 24px;
  display: flex;
  height: 24px;
  flex-shrink: 0;
  font-size: 16px;
}.ktg_faq_item_6qa.ktg_state_open_6qa .ktg_faq_q_ic_6qa {
  transform: rotate(45deg);
}.ktg_faq_a_6qa {
  padding: 0 20px 16px;
  display: none;
  font-size: 0.813rem;
  line-height: 1.7;
  overflow-wrap: break-word;
  color: #6A8090;
}.ktg_faq_item_6qa.ktg_state_open_6qa .ktg_faq_a_6qa {
  display: block;
}.ktg_faq_a_6qa strong {
  color: #C4D2DC;
  font-weight: 700;
}.ktg_faq_a_6qa a {
  text-decoration: underline;
  color: #00C896;
}.ktg_faq_a_6qa ul,.ktg_faq_a_6qa ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 20px;
}.ktg_faq_a_6qa ol {
  list-style: decimal;
}.ktg_faq_a_6qa li {
  margin-bottom: 4px;
  line-height: 1.6;
}.ktg_faq_a_6qa table {
  margin: 0.5rem 0;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 12px;
  width: 100%;
  display: block;
}
@media(min-width: 766px) {.ktg_faq_a_6qa table {
  display: table;
}
}.ktg_faq_a_6qa th {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C4D2DC;
}.ktg_faq_a_6qa td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 0.5rem;
  color: #6A8090;
}.ktg_rv_6qa {
  padding: 36px 1rem 0;
  background: #0D1117;
}
@media(min-width: 766px) {.ktg_rv_6qa {
  padding: 2.75rem 24px 0;
}
}.ktg_rv_in_6qa {
  margin: 0 auto;
  max-width: 1320px;
}.ktg_rv_head_6qa {
  margin-bottom: 20px;
  max-width: 720px;
}.ktg_rv_label_6qa {
  letter-spacing: .08em;
  color: #00C896;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 8px;
}.ktg_rv_h2_6qa {
  margin-bottom: 10px;
  font-weight: 800;
  color: #EFF4F8;
  font-family: 'Cinzel', serif;
  font-size: 1.375rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.ktg_rv_h2_6qa {
  font-size: 1.75rem;
}
}.ktg_rv_stats_6qa {
  gap: 1.125rem;
  color: #6A8090;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.813rem;
}.ktg_rv_stats_score_6qa {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.ktg_rv_stats_score_val_6qa {
  color: #D4920A;
  font-family: 'Cinzel', serif;
  font-size: 1.375rem;
  font-weight: 800;
}.ktg_rv_stats_score_max_6qa {
  font-size: 13px;
  color: #4E6474;
}.ktg_rv_stats_badge_6qa {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.ktg_rv_stats_badge_6qa svg {
  width: 14px;
  height: 14px;
  color: #D4920A;
}.ktg_rv_grid_6qa {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.ktg_rv_grid_6qa {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.ktg_rv_grid_6qa {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.ktg_rv_card_6qa {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  padding: 20px;
  background: #131C25;
  flex-direction: column;
  display: flex;
}.ktg_rv_card_stars_6qa {
  gap: 2px;
  margin-bottom: 0.625rem;
  color: #D4920A;
  display: flex;
}.ktg_rv_card_stars_6qa svg {
  width: 0.875rem;
  height: 14px;
}.ktg_rv_card_h_6qa {
  overflow-wrap: break-word;
  line-height: 1.3;
  margin-bottom: 8px;
  color: #EFF4F8;
  font-size: 14px;
  font-weight: 700;
}.ktg_rv_card_body_6qa {
  flex: 1;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #6A8090;
  font-size: 0.813rem;
  margin-bottom: 14px;
}.ktg_rv_card_body_6qa strong {
  font-weight: 600;
  color: #C4D2DC;
}.ktg_rv_card_meta_6qa {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  padding-top: 0.75rem;
}.ktg_rv_card_author_6qa {
  font-weight: 600;
  font-size: 0.75rem;
  color: #C4D2DC;
}.ktg_rv_card_date_6qa {
  font-size: 11px;
  color: #4E6474;
}.ktg_ft_6qa {
  background: #080C0F;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.ktg_ft_support_6qa {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 16px;
}
@media(min-width: 769px) {.ktg_ft_support_6qa {
  padding: 28px 24px;
}
}.ktg_ft_support_in_6qa {
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  max-width: 82.5rem;
  flex-wrap: wrap;
  align-items: center;
}.ktg_ft_support_main_6qa {
  gap: 1rem;
  flex: 1;
  min-width: 13.75rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.ktg_ft_support_ic_6qa {
  color: #00C896;
  flex-shrink: 0;
}.ktg_ft_support_ic_6qa svg {
  width: 1.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.875rem;
}.ktg_ft_support_text_title_6qa {
  overflow-wrap: break-word;
  color: #EFF4F8;
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 15px;
}.ktg_ft_support_text_sub_6qa {
  color: #6A8090;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.ktg_ft_support_btn_6qa {
  background: #00C896;
  padding: 11px 22px;
  transition: background .2s;
  border-radius: 8px;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
  color: #EFF4F8;
}.ktg_ft_support_btn_6qa:hover {
  background: #00DDA8;
}.ktg_ft_support_contacts_6qa {
  gap: 16px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.ktg_ft_support_contact_6qa {
  color: #4E6474;
  font-size: 0.75rem;
  line-height: 1.4;
}.ktg_ft_support_contact_6qa strong {
  font-size: 0.688rem;
  font-weight: 600;
  margin-bottom: 2px;
  color: #8FA4B4;
  display: block;
}.ktg_ft_main_6qa {
  padding: 2rem 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 771px) {.ktg_ft_main_6qa {
  padding: 2.5rem 24px 2rem;
}
}.ktg_ft_main_in_6qa {
  margin: 0 auto;
  gap: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1320px;
}
@media(min-width: 638px) {.ktg_ft_main_in_6qa {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.ktg_ft_main_in_6qa {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.ktg_ft_col_logo_6qa {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.ktg_ft_col_logo_6qa {
  grid-column: auto;
}
}.ktg_ft_logo_6qa {
  gap: 0.563rem;
  font-size: 16px;
  margin-bottom: 12px;
  flex-wrap: wrap;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
  font-weight: 800;
  color: #EFF4F8;
}.ktg_ft_logo_mark_6qa {
  border-radius: 0.25rem;
  overflow: hidden;
  height: 1.875rem;
  width: 30px;
}.ktg_ft_logo_mark_6qa img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.ktg_ft_logo_sub_6qa {
  color: #4E6474;
  line-height: 1.55;
  max-width: 200px;
  overflow-wrap: break-word;
  font-size: 12px;
}.ktg_ft_col_title_6qa {
  letter-spacing: .07em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #8FA4B4;
  margin-bottom: 0.875rem;
}.ktg_ft_col_links_6qa {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.ktg_ft_col_link_6qa {
  transition: color .2s;
  color: #4E6474;
  font-size: 13px;
  overflow-wrap: break-word;
}.ktg_ft_col_link_6qa:hover {
  color: #C4D2DC;
}.ktg_ft_apps_6qa {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.ktg_ft_app_card_6qa {
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  border-radius: 4px;
  transition: border-color .2s;
  align-items: center;
  display: flex;
}.ktg_ft_app_card_6qa:hover {
  border-color: rgba(0, 200, 150, 0.35);
}.ktg_ft_app_card_ic_6qa svg {
  height: 1.375rem;
  stroke-linejoin: round;
  width: 22px;
  stroke-linecap: round;
}.ktg_ft_app_card_os_6qa {
  font-size: 10px;
  color: #4E6474;
  font-weight: 600;
}.ktg_ft_app_card_action_6qa {
  font-size: 0.75rem;
  color: #C4D2DC;
  font-weight: 700;
}.ktg_ft_bot_6qa {
  padding: 1.25rem 16px;
}
@media(min-width: 765px) {.ktg_ft_bot_6qa {
  padding: 20px 1.5rem;
}
}.ktg_ft_bot_in_6qa {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  max-width: 1320px;
  align-items: center;
}.ktg_ft_socials_6qa {
  gap: 0.5rem;
  display: flex;
}.ktg_ft_soc_6qa {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  transition: background .2s;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  display: flex;
  color: #8FA4B4;
  height: 36px;
}.ktg_ft_soc_6qa svg {
  stroke-linecap: round;
  height: 1rem;
  width: 16px;
  stroke-linejoin: round;
}.ktg_ft_soc_6qa:hover {
  background: rgba(255, 255, 255, 0.07);
}.ktg_ft_legal_6qa {
  flex: 1;
  overflow-wrap: break-word;
  min-width: 12.5rem;
  line-height: 1.6;
  color: #697F8E;
  font-size: 11px;
}.ktg_ft_legal_6qa strong {
  color: #8FA4B4;
  font-weight: 700;
}.ktg_ft_legal_6qa a {
  text-decoration: underline;
  color: #8FA4B4;
}.ktg_ft_age_6qa {
  border-radius: 50%;
  border: 2px solid #697F8E;
  margin-left: auto;
  height: 2rem;
  font-size: 11px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  width: 2rem;
  color: #697F8E;
  display: flex;
}