*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background-color: #0E0D0B;
  -webkit-font-smoothing: antialiased;
  font-family: 'Barlow', sans-serif;
  min-height: 100vh;
  color: #C5BFB6;
  line-height: 1.6;
}ul,ol {
  list-style: none;
}img,picture,svg {
  display: block;
  max-width: 100%;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}a {
  text-decoration: none;
  color: inherit;
}.khm_layout-wpy {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.khm_page-wpy {
  min-height: 100vh;
  display: flex;
}.khm_main-wpy {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media screen and (min-width: 1081px) {.khm_main-wpy {
  padding-left: 13.75rem;
}
}
@media screen and (max-width: 1078px) {.khm_main-wpy {
  padding-bottom: 4.5rem;
}
}.khm_gc-wpy {
  border-radius: 8px;
  overflow: hidden;
  background: #141210;
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform .2s,border-color .2s;
  flex-shrink: 0;
  width: 140px;
  position: relative;
  cursor: pointer;
}
@media(min-width: 638px) {.khm_gc-wpy {
  width: 156px;
}
}
@media(min-width: 1081px) {.khm_gc-wpy {
  width: 10.5rem;
}
}.khm_gc-wpy:hover {
  border-color: rgba(232,120,24,0.08);
  transform: translateY(-3px);
}.khm_gc_img-wpy {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.khm_gc_img-wpy img {
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}.khm_gc_hover-wpy {
  inset: 0;
  background: rgba(0,0,0,0.74);
  transition: opacity .2s;
  position: absolute;
  align-items: center;
  opacity: 0;
  display: flex;
  justify-content: center;
}.khm_gc-wpy:hover .khm_gc_hover-wpy {
  opacity: 1;
}.khm_gc_hover_btn-wpy {
  background: #E87818;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 0.75rem;
  color: #F0EBE3;
  font-weight: 700;
}.khm_gc_info-wpy {
  padding: 0.5rem 0.625rem 10px;
}.khm_gc_name-wpy {
  overflow: hidden;
  margin-bottom: 3px;
  text-overflow: ellipsis;
  max-width: 100%;
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.75rem;
  color: #C5BFB6;
}.khm_gc_prov-wpy {
  font-size: 0.625rem;
  color: #8A8682;
}.khm_gc_tag-wpy {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  top: 0.375rem;
  font-weight: 700;
  font-size: 0.563rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  z-index: 2;
  position: absolute;
  left: 0.375rem;
}.khm_gc_tag_hot-wpy {
  background: #E03030;
  color: #fff;
}.khm_gc_tag_new-wpy {
  background: #28B860;
  color: #0E0D0B;
}.khm_gc_tag_jp-wpy {
  background: #F5C032;
  color: #0E0D0B;
}.khm_gc_tag_ex-wpy {
  background: #B85C08;
  color: #fff;
}.khm_gc_tag_live-wpy {
  background: #E03030;
  color: #fff;
}.khm_gr-wpy {
  background: #0E0D0B;
  padding: 2rem 16px 0;
}
@media(min-width: 767px) {.khm_gr-wpy {
  padding: 36px 24px 0;
}
}.khm_gr_in-wpy {
  margin: 0 auto;
  max-width: 1360px;
}.khm_gr_head-wpy {
  gap: 12px;
  margin-bottom: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.khm_gr_head_l-wpy {
  gap: 10px;
  flex: 1;
  display: flex;
  min-width: 0;
  align-items: center;
}.khm_gr_ic-wpy {
  border-radius: 0.5rem;
  justify-content: center;
  width: 32px;
  height: 2rem;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.khm_gr_ic-wpy svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
  height: 1rem;
}.khm_gr_title-wpy {
  font-weight: 700;
  color: #F0EBE3;
  font-family: 'Exo 2', sans-serif;
  font-size: 1rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.khm_gr_title-wpy {
  font-size: 18px;
}
}.khm_gr_more-wpy {
  transition: color .2s;
  gap: 5px;
  align-items: center;
  font-weight: 600;
  display: flex;
  color: #848078;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0.75rem;
}.khm_gr_more-wpy:hover {
  color: #E87818;
}.khm_gr_more-wpy svg {
  stroke-linecap: round;
  width: 0.75rem;
  stroke-linejoin: round;
  height: 0.75rem;
}.khm_gr_arrows-wpy {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.khm_gr_arr-wpy {
  border-radius: 0.25rem;
  background: rgba(255,255,255,0.05);
  transition: background .15s,color .15s;
  border: 1px solid rgba(255,255,255,0.10);
  align-items: center;
  height: 1.875rem;
  display: flex;
  width: 1.875rem;
  justify-content: center;
  color: #9C9790;
}.khm_gr_arr-wpy:hover {
  background: rgba(255,255,255,0.07);
  color: #F0EBE3;
}.khm_gr_arr-wpy svg {
  width: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 13px;
}.khm_gr_seo_h-wpy {
  margin: 0 0 6px;
  color: #C5BFB6;
  max-width: 680px;
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
  font-size: 0.813rem;
  font-weight: 700;
}
@media(min-width: 769px) {.khm_gr_seo_h-wpy {
  font-size: 14px;
}
}.khm_gr_seo-wpy {
  margin-bottom: 0.75rem;
  color: #848078;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.55;
  max-width: 42.5rem;
}.khm_gr_seo-wpy strong {
  font-weight: 600;
  color: #C5BFB6;
}.khm_gr_scroll-wpy {
  gap: 10px;
  overflow-x: auto;
  display: flex;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.625rem;
  scrollbar-width: none;
}.khm_gr_scroll-wpy::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.khm_gr_scroll-wpy {
  gap: 12px;
}
}.khm_tb-wpy {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #0E0D0B;
  height: 56px;
  align-items: center;
  right: 0;
  z-index: 80;
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
}.khm_tb_in-wpy {
  gap: 0;
  padding: 0 0.875rem;
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
}.khm_tb_burger-wpy {
  border-radius: 0.5rem;
  gap: 0.313rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
  margin-right: 0.5rem;
  align-items: center;
  flex-shrink: 0;
  width: 2.375rem;
  height: 2.375rem;
}.khm_tb_burger-wpy:hover {
  background: rgba(255,255,255,0.05);
}.khm_tb_burger_line-wpy {
  border-radius: 1px;
  background: #9C9790;
  width: 18px;
  height: 2px;
  display: block;
}
@media(min-width: 1077px) {.khm_tb_burger-wpy {
  display: none;
}
}.khm_tb_logo-wpy {
  gap: 9px;
  letter-spacing: -.01em;
  align-items: center;
  display: flex;
  color: #F0EBE3;
  margin-right: 20px;
  flex-shrink: 0;
  font-size: 18px;
  overflow-wrap: break-word;
  font-weight: 800;
}.khm_tb_logo_mark-wpy {
  border-radius: 0.5rem;
  overflow: hidden;
  height: 32px;
  display: flex;
  align-items: center;
  width: 2rem;
  justify-content: center;
}.khm_tb_logo_mark-wpy img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.khm_tb_nav-wpy {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 637px) {.khm_tb_nav-wpy {
  display: flex;
}
}.khm_tb_tab-wpy {
  padding: 8px 0.875rem;
  border-radius: 0.5rem;
  transition: background .15s,color .15s;
  font-size: 0.813rem;
  color: #9C9790;
  white-space: nowrap;
  font-weight: 600;
}.khm_tb_tab-wpy:hover {
  background: rgba(255,255,255,0.05);
  color: #F0EBE3;
}.khm_tb_tab-wpy.khm_state_active-wpy {
  background: rgba(232,120,24,0.18);
  color: #F0EBE3;
}.khm_tb_right-wpy {
  gap: 0.5rem;
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.khm_tb_login-wpy {
  background: rgba(255,255,255,0.05);
  transition: border-color .2s,color .2s;
  padding: 9px 16px;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.10);
  font-size: 13px;
  display: none;
  color: #C5BFB6;
  font-weight: 600;
}.khm_tb_login-wpy:hover {
  border-color: rgba(232,122,20,0.48);
  color: #F0EBE3;
}
@media(min-width: 477px) {.khm_tb_login-wpy {
  display: block;
}
}.khm_tb_reg-wpy {
  border-radius: 0.5rem;
  padding: 0.563rem 18px;
  background: #28B860;
  transition: background .2s;
  font-weight: 700;
  white-space: nowrap;
  color: #0C0A06;
  font-size: 13px;
}.khm_tb_reg-wpy:hover {
  background: #32CC6E;
}.khm_sb-wpy {
  background: #1A1916;
  transition: transform .25s ease;
  border-right: 1px solid rgba(255,255,255,0.05);
  transform: translateX(-100%);
  bottom: 0;
  width: 13.75rem;
  z-index: 70;
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 3.5rem;
}.khm_sb-wpy.khm_state_open-wpy {
  transform: translateX(0);
}.khm_sb-wpy::-webkit-scrollbar {
  width: 4px;
}.khm_sb-wpy::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255,255,255,0.07);
}
@media(min-width:1080px) {.khm_sb-wpy {
  transform: translateX(0);
}
}.khm_sb_auth-wpy {
  padding: 14px 12px 0.625rem;
}.khm_sb_btn_reg-wpy {
  background: #28B860;
  padding: 0.688rem;
  border-radius: 8px;
  transition: background .2s;
  display: block;
  color: #0C0A06;
  margin-bottom: 8px;
  text-align: center;
  font-size: 0.813rem;
  font-weight: 700;
}.khm_sb_btn_reg-wpy:hover {
  background: #32CC6E;
}.khm_sb_btn_login-wpy {
  border-radius: 8px;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  padding: 10px;
  color: #C5BFB6;
  text-align: center;
  display: block;
  font-size: 0.813rem;
  font-weight: 600;
}.khm_sb_btn_login-wpy:hover {
  border-color: rgba(232,122,20,0.48);
  color: #F0EBE3;
}.khm_sb_promo-wpy {
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 12px 0.875rem;
  border: 1px solid rgba(232,120,24,0.18);
  background: linear-gradient(135deg,#1E0C04,#1A1916);
  margin: 0 0.75rem 0.625rem;
  position: relative;
}.khm_sb_promo-wpy::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(232,120,24,0.18),transparent 70%);
  position: absolute;
  height: 5rem;
  width: 5rem;
  content: '';
  right: -1.25rem;
  top: -20px;
}.khm_sb_promo_title-wpy {
  font-size: 0.688rem;
  letter-spacing: .06em;
  color: #E87818;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  font-weight: 700;
}.khm_sb_promo_text-wpy {
  font-size: 12px;
  line-height: 1.35;
  overflow-wrap: break-word;
  font-weight: 600;
  color: #F0EBE3;
}.khm_sb_promo_sub-wpy {
  color: #848078;
  margin-top: 3px;
  font-size: 0.625rem;
}.khm_sb_nav-wpy {
  padding: 6px 8px 1rem;
}.khm_sb_nav_lb-wpy {
  padding: 10px 0.5rem 0.375rem;
  font-size: 0.625rem;
  letter-spacing: .08em;
  color: #8A8682;
  font-weight: 700;
  text-transform: uppercase;
}.khm_sb_link-wpy {
  padding: 0.563rem 0.625rem;
  transition: background .15s,color .15s;
  border-radius: 4px;
  gap: 0.625rem;
  color: #9C9790;
  overflow-wrap: break-word;
  font-size: 13px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
}.khm_sb_link-wpy:hover {
  background: rgba(255,255,255,0.05);
  color: #F0EBE3;
}.khm_sb_link-wpy.khm_state_active-wpy {
  background: rgba(232,120,24,0.18);
  color: #F0EBE3;
}.khm_sb_ic-wpy {
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 1.875rem;
  justify-content: center;
  width: 30px;
  flex-shrink: 0;
}.khm_sb_ic-wpy svg {
  stroke-linecap: round;
  height: 16px;
  stroke-linejoin: round;
  width: 16px;
}.khm_sb_ic_1-wpy {
  background: rgba(232,120,24,0.08);
  color: #E87818;
}.khm_sb_ic_2-wpy {
  background: rgba(40,184,96,0.18);
  color: #28B860;
}.khm_sb_ic_3-wpy {
  background: rgba(245,192,50,0.18);
  color: #F5C032;
}.khm_sb_ic_4-wpy {
  background: rgba(184,92,8,0.22);
  color: #B85C08;
}.khm_sb_ic_5-wpy {
  background: rgba(232,120,24,0.08);
  color: #E0407A;
}.khm_sb_ic_6-wpy {
  background: rgba(184,92,8,0.22);
  color: #9B40D4;
}.khm_sb_badge-wpy {
  border-radius: 4px;
  background: #F5C032;
  padding: 2px 0.438rem;
  font-size: 0.563rem;
  color: #0C0A06;
  margin-left: auto;
  font-weight: 700;
}.khm_sb_bot-wpy {
  gap: 8px;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 12px;
  display: flex;
}.khm_sb_lang-wpy,.khm_sb_help-wpy {
  border: 1px solid rgba(255,255,255,0.06);
  gap: 0.375rem;
  background: rgba(255,255,255,0.05);
  flex: 1;
  padding: 0.563rem 6px;
  transition: border-color .2s;
  border-radius: 0.25rem;
  color: #9C9790;
  justify-content: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 0.688rem;
}.khm_sb_lang-wpy:hover,.khm_sb_help-wpy:hover {
  border-color: rgba(232,122,20,0.48);
  color: #F0EBE3;
}.khm_sb_lang-wpy svg,.khm_sb_help-wpy svg {
  height: 0.813rem;
  width: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.khm_sb_bd-wpy {
  inset: 0;
  background: rgba(0,0,0,0.74);
  z-index: 69;
  position: fixed;
  display: none;
}.khm_sb_bd-wpy.khm_state_on-wpy {
  display: block;
}
@media(min-width: 1079px) {.khm_sb_bd-wpy {
  display: none!important;
}
}.khm_mob_nav-wpy {
  border-top: 1px solid rgba(255,255,255,0.10);
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  background: #1A1916;
  left: 0;
  right: 0;
  display: flex;
  position: fixed;
  bottom: 0;
  z-index: 80;
}
@media(min-width: 1081px) {.khm_mob_nav-wpy {
  display: none;
}
}.khm_mob_nav_item-wpy {
  padding: 4px 2px;
  flex: 1;
  gap: 0.25rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #8A8682;
  cursor: pointer;
}.khm_mob_nav_ic-wpy {
  line-height: 1;
}.khm_mob_nav_ic-wpy svg {
  width: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.25rem;
}.khm_mob_nav_lb-wpy {
  font-size: 10px;
  color: #8A8682;
  font-weight: 600;
}.khm_mob_nav_item-wpy.khm_state_active-wpy {
  color: #E87818;
}.khm_mob_nav_item-wpy.khm_state_active-wpy .khm_mob_nav_lb-wpy {
  color: #E87818;
}.khm_hero-wpy {
  padding: 20px 16px 0;
  background: #0E0D0B;
}
@media(min-width: 771px) {.khm_hero-wpy {
  padding: 24px 1.5rem 0;
}
}.khm_hero_in-wpy {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 85rem;
}
@media(min-width: 857px) {.khm_hero_in-wpy {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1098px) {.khm_hero_in-wpy {
  grid-template-columns: 1fr 340px;
}
}.khm_hero_promo-wpy {
  background: #141210;
  overflow: hidden;
  border-radius: 0.75rem;
  display: flex;
  align-items: stretch;
  position: relative;
  min-height: 220px;
}
@media(min-width: 765px) {.khm_hero_promo-wpy {
  min-height: 17.5rem;
}
}.khm_hero_promo_bg-wpy {
  background-position: center;
  inset: 0;
  background: linear-gradient(120deg,#1E0C04 0%,#0E0D0B 100%);
  position: absolute;
  background-size: cover;
}.khm_hero_promo_bg-wpy::after {
  background: linear-gradient(90deg,#0E0D0B 0%,rgba(0,0,0,0.74) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.khm_hero_promo_glow-wpy {
  background: radial-gradient(circle,rgba(184,92,8,0.22) 0%,transparent 65%);
  border-radius: 50%;
  position: absolute;
  pointer-events: none;
  right: 60px;
  height: 300px;
  top: -2.5rem;
  width: 300px;
}.khm_hero_promo_ct-wpy {
  padding: 28px 1.5rem 28px 1.75rem;
  z-index: 2;
  justify-content: center;
  flex-direction: column;
  display: flex;
  max-width: 30rem;
  position: relative;
}
@media(min-width: 769px) {.khm_hero_promo_ct-wpy {
  padding: 40px 32px;
}
}.khm_hero_badge-wpy {
  padding: 0.313rem 12px;
  border: 1px solid rgba(232,120,24,0.08);
  border-radius: 18px;
  background: rgba(232,120,24,0.18);
  color: #E87818;
  display: inline-block;
  font-size: 10px;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.khm_hero_h1-wpy {
  font-size: 26px;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  line-height: 1.15;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  color: #F0EBE3;
}.khm_hero_h1-wpy em {
  font-style: normal;
  color: #F5C032;
}
@media(min-width: 770px) {.khm_hero_h1-wpy {
  font-size: 36px;
}
}.khm_hero_sub-wpy {
  margin-bottom: 1.25rem;
  font-size: 13px;
  line-height: 1.55;
  color: #9C9790;
}
@media(min-width: 771px) {.khm_hero_sub-wpy {
  font-size: 14px;
}
}.khm_hero_row-wpy {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.khm_hero_cta-wpy {
  padding: 0.813rem 1.625rem;
  transition: background .2s;
  background: #28B860;
  border-radius: 8px;
  font-size: 14px;
  box-shadow: 0 4px 18px rgba(40,184,96,0.36), 0 1px 0 rgba(0,0,0,0.65);
  font-weight: 700;
  color: #0C0A06;
}.khm_hero_cta-wpy:hover {
  background: #32CC6E;
}.khm_hero_terms-wpy {
  color: #8A8682;
  font-size: 11px;
}.khm_hero_game-wpy {
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 0.75rem;
  background: #141210;
  overflow: hidden;
  flex-direction: column;
  display: flex;
  position: relative;
}.khm_hero_game_badge-wpy {
  background: rgba(245,192,50,0.18);
  padding: 0.313rem 10px;
  border-radius: 1.125rem;
  border: 1px solid rgba(245,192,50,0.18);
  left: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  color: #F5C032;
  top: 12px;
  z-index: 3;
  letter-spacing: .06em;
  font-size: 0.625rem;
}.khm_hero_game_badge-wpy svg {
  vertical-align: -1px;
  width: 11px;
  height: 11px;
  margin-right: 0.25rem;
}.khm_hero_game_img-wpy {
  background: linear-gradient(135deg,#1E0C04,#0E0D0B);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.khm_hero_game_img-wpy img {
  inset: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}.khm_hero_game_play-wpy {
  transition: opacity .2s;
  background: rgba(0,0,0,0.74);
  inset: 0;
  position: absolute;
  justify-content: center;
  display: flex;
  align-items: center;
  opacity: 0;
}.khm_hero_game-wpy:hover .khm_hero_game_play-wpy {
  opacity: 1;
}.khm_hero_game_play-wpy span {
  background: #E87818;
  border-radius: 50%;
  height: 52px;
  width: 52px;
  justify-content: center;
  display: flex;
  align-items: center;
}.khm_hero_game_play-wpy span svg {
  margin-left: 2px;
  width: 1.125rem;
  height: 1.125rem;
}.khm_hero_game_info-wpy {
  padding: 14px 16px;
}.khm_hero_game_title-wpy {
  font-weight: 700;
  color: #F0EBE3;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
}.khm_hero_game_provider-wpy {
  color: #848078;
  font-size: 0.688rem;
}.khm_hero_game_btn-wpy {
  padding: 0.688rem;
  margin: 12px 16px 16px;
  background: #E87818;
  transition: background .2s;
  border-radius: 8px;
  color: #F0EBE3;
  display: block;
  font-size: 0.813rem;
  text-align: center;
  font-weight: 700;
}.khm_hero_game-wpy:hover .khm_hero_game_btn-wpy {
  background: #F08C2A;
}.khm_sbar-wpy {
  background: #0E0D0B;
  padding: 1rem 1rem 0;
}
@media(min-width: 769px) {.khm_sbar-wpy {
  padding: 18px 1.5rem 0;
}
}.khm_sbar_in-wpy {
  margin: 0 auto;
  max-width: 1360px;
}.khm_sbar_row-wpy {
  gap: 10px;
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}.khm_sbar_input-wpy {
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s;
  padding: 11px 16px;
  flex: 1;
  background: #141210;
  gap: 0.625rem;
  display: flex;
  font-size: 13px;
  align-items: center;
  cursor: pointer;
  color: #848078;
}.khm_sbar_input-wpy:hover {
  border-color: rgba(232,122,20,0.48);
}.khm_sbar_input-wpy svg {
  width: 15px;
  stroke-linecap: round;
  height: 0.938rem;
  stroke-linejoin: round;
  flex-shrink: 0;
}.khm_sbar_providers-wpy {
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 0.5rem;
  transition: border-color .2s;
  gap: 8px;
  padding: 11px 1.125rem;
  background: #141210;
  display: flex;
  color: #C5BFB6;
  font-weight: 600;
  font-size: 0.813rem;
  align-items: center;
  white-space: nowrap;
}.khm_sbar_providers-wpy:hover {
  border-color: rgba(232,122,20,0.48);
  color: #F0EBE3;
}.khm_sbar_providers-wpy svg {
  stroke-linejoin: round;
  width: 0.875rem;
  stroke-linecap: round;
  height: 0.875rem;
}.khm_sbar_tabs-wpy {
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
  display: flex;
}.khm_sbar_tabs-wpy::-webkit-scrollbar {
  display: none;
}.khm_sbar_tab-wpy {
  transition: background .15s,color .15s,border-color .15s;
  padding: 8px 14px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.06);
  gap: 0.438rem;
  background: rgba(255,255,255,0.05);
  white-space: nowrap;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.75rem;
  flex-shrink: 0;
  align-items: center;
  color: #9C9790;
  display: flex;
}.khm_sbar_tab-wpy:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(232,122,20,0.48);
  color: #F0EBE3;
}.khm_sbar_tab-wpy.khm_state_active-wpy {
  background: rgba(232,120,24,0.18);
  border-color: rgba(232,120,24,0.08);
  color: #F0EBE3;
}.khm_sbar_tab_ic-wpy svg {
  stroke-linecap: round;
  width: 14px;
  stroke-linejoin: round;
  height: 0.875rem;
}.khm_gr_jp-wpy {
  background: linear-gradient(135deg,#1A0A2E 0%,#0A0812 100%);
  padding: 1.25rem;
  overflow: hidden;
  border-radius: 0.75rem;
  position: relative;
}.khm_gr_jp-wpy::before {
  background: radial-gradient(circle,rgba(184,92,8,0.22) 0%,transparent 70%);
  border-radius: 50%;
  top: -60px;
  height: 250px;
  position: absolute;
  width: 15.625rem;
  left: -3.75rem;
  content: '';
}.khm_gr_jp-wpy::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(245,192,50,0.18) 0%,transparent 70%);
  position: absolute;
  right: 0;
  content: '';
  bottom: -2.5rem;
  width: 12.5rem;
  height: 12.5rem;
}.khm_gr_jp_head-wpy {
  gap: 1rem;
  flex-wrap: wrap;
  z-index: 1;
  display: flex;
  position: relative;
  align-items: flex-start;
  margin-bottom: 16px;
}.khm_gr_jp_info-wpy {
  flex: 1;
}.khm_gr_jp_label-wpy {
  color: #9B40D4;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 700;
}.khm_gr_jp_label-wpy svg {
  height: 0.875rem;
  margin-right: 4px;
  stroke-linejoin: round;
  stroke-linecap: round;
  vertical-align: -2px;
  width: 0.875rem;
}.khm_gr_jp_amount-wpy {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 32px;
  font-family: 'Exo 2', sans-serif;
  line-height: 1;
  color: #F0EBE3;
}
@media(min-width: 767px) {.khm_gr_jp_amount-wpy {
  font-size: 2.5rem;
}
}.khm_gr_jp_amount-wpy span {
  color: #F5C032;
}.khm_gr_jp_seo-wpy {
  font-size: 12px;
  color: #9C9790;
  line-height: 1.5;
  max-width: 480px;
  overflow-wrap: break-word;
}.khm_gr_jp_cta-wpy {
  border-radius: 0.5rem;
  padding: 11px 1.25rem;
  border: 1px solid rgba(184,92,8,0.22);
  background: rgba(184,92,8,0.22);
  transition: background .2s;
  flex-shrink: 0;
  font-weight: 700;
  margin-top: 4px;
  align-self: flex-start;
  color: #F0EBE3;
  white-space: nowrap;
  font-size: 0.813rem;
  z-index: 1;
  position: relative;
}.khm_gr_jp_cta-wpy:hover {
  background: #B85C08;
}.khm_gcg-wpy {
  padding: 36px 1rem 0;
  background: #0E0D0B;
}
@media(min-width:768px) {.khm_gcg-wpy {
  padding: 44px 1.5rem 0;
}
}.khm_gcg_in-wpy {
  margin: 0 auto;
  max-width: 1360px;
}.khm_gcg_head-wpy {
  margin-bottom: 1.25rem;
  max-width: 45rem;
}.khm_gcg_label-wpy {
  color: #E87818;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 11px;
}.khm_gcg_h2-wpy {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 22px;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 8px;
  color: #F0EBE3;
}
@media(min-width: 771px) {.khm_gcg_h2-wpy {
  font-size: 28px;
}
}.khm_gcg_intro-wpy {
  line-height: 1.6;
  font-size: 0.813rem;
  color: #848078;
}.khm_gcg_grid-wpy {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.khm_gcg_grid-wpy {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.khm_gcg_grid-wpy {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.khm_gcg_card-wpy {
  border: 1px solid rgba(255,255,255,0.10);
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  padding: 20px;
  border-radius: 12px;
  flex-direction: column;
  position: relative;
  display: flex;
  min-height: 240px;
  cursor: pointer;
  justify-content: flex-end;
}.khm_gcg_card-wpy:hover {
  transform: translateY(-3px);
  border-color: rgba(232,120,24,0.18);
}.khm_gcg_card_bg-wpy {
  inset: 0;
  z-index: 0;
  position: absolute;
}.khm_gcg_card_bg-wpy::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.khm_gcg_card_ic-wpy {
  border-radius: 4px;
  background: rgba(0,0,0,.45);
  z-index: 2;
  align-items: center;
  top: 1.125rem;
  position: absolute;
  justify-content: center;
  display: flex;
  width: 40px;
  height: 2.5rem;
  color: #F0EBE3;
  right: 18px;
}.khm_gcg_card_ic-wpy svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.25rem;
  height: 1.25rem;
}.khm_gcg_card_ct-wpy {
  position: relative;
  z-index: 1;
}.khm_gcg_card_h-wpy {
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
  color: #F0EBE3;
  line-height: 1.2;
  margin-bottom: 8px;
  font-size: 18px;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.khm_gcg_card_h-wpy {
  font-size: 1.25rem;
}
}.khm_gcg_card_p-wpy {
  font-size: 12px;
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
  line-height: 1.55;
  margin-bottom: 10px;
}.khm_gcg_card_p-wpy strong {
  font-weight: 600;
  color: #F0EBE3;
}.khm_gcg_card_cta-wpy {
  gap: 4px;
  letter-spacing: .04em;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #E87818;
  text-transform: uppercase;
  font-size: 12px;
}.khm_gcg_card_cta-wpy svg {
  height: 12px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 12px;
}.khm_ws-wpy {
  padding: 32px 1rem 0;
  background: #0E0D0B;
}
@media(min-width: 766px) {.khm_ws-wpy {
  padding: 36px 24px 0;
}
}.khm_ws_in-wpy {
  margin: 0 auto;
  max-width: 1360px;
}.khm_ws_head-wpy {
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}.khm_ws_title-wpy {
  gap: 10px;
  font-family: 'Exo 2', sans-serif;
  font-size: 1rem;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  display: flex;
  color: #F0EBE3;
  align-items: center;
  font-weight: 700;
}.khm_ws_title_ic-wpy svg {
  width: 18px;
  stroke-linecap: round;
  height: 1.125rem;
  color: #F5C032;
  stroke-linejoin: round;
}.khm_ws_online-wpy {
  gap: 7px;
  font-weight: 600;
  color: #848078;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
}.khm_ws_online_dot-wpy {
  border-radius: 50%;
  background: #28B860;
  width: 0.5rem;
  box-shadow: 0 0 6px rgba(40,184,96,0.18);
  flex-shrink: 0;
  height: 0.5rem;
}.khm_ws_scroll-wpy {
  gap: 8px;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  display: flex;
}.khm_ws_scroll-wpy::-webkit-scrollbar {
  display: none;
}.khm_wc-wpy {
  background: #141210;
  gap: 10px;
  border-radius: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.10);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  min-width: 13.75rem;
}.khm_wc_img-wpy {
  border-radius: 4px;
  overflow: hidden;
  background: #1A1916;
  height: 2.25rem;
  flex-shrink: 0;
  width: 2.25rem;
}.khm_wc_img-wpy img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.khm_wc_info-wpy {
  min-width: 0;
}.khm_wc_game-wpy {
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #C5BFB6;
  font-size: 0.75rem;
}.khm_wc_player-wpy {
  overflow: hidden;
  font-size: 10px;
  color: #8A8682;
  text-overflow: ellipsis;
  white-space: nowrap;
}.khm_wc_amount-wpy {
  font-weight: 700;
  font-size: 0.813rem;
  color: #28B860;
  margin-left: auto;
  white-space: nowrap;
  flex-shrink: 0;
}.khm_bon-wpy {
  padding: 36px 1rem 0;
  background: #0E0D0B;
}
@media(min-width: 769px) {.khm_bon-wpy {
  padding: 44px 1.5rem 0;
}
}.khm_bon_in-wpy {
  margin: 0 auto;
  max-width: 85rem;
}.khm_bon_head-wpy {
  margin-bottom: 20px;
}.khm_bon_label-wpy {
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  color: #E87818;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}.khm_bon_h2-wpy {
  font-size: 20px;
  margin-bottom: 0.5rem;
  font-family: 'Exo 2', sans-serif;
  color: #F0EBE3;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 770px) {.khm_bon_h2-wpy {
  font-size: 1.5rem;
}
}.khm_bon_seo-wpy {
  max-width: 620px;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
  color: #848078;
}.khm_bon_seo-wpy strong {
  font-weight: 700;
  color: #C5BFB6;
}.khm_bon_seo-wpy a {
  color: #E87818;
  text-decoration: underline;
}.khm_bon_grid-wpy {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 637px) {.khm_bon_grid-wpy {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.khm_bon_grid-wpy {
  grid-template-columns: repeat(5,1fr);
}
}.khm_bon_card-wpy {
  background: #141210;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.10);
  transition: border-color .2s,transform .2s;
}.khm_bon_card-wpy:hover {
  transform: translateY(-2px);
  border-color: rgba(232,120,24,0.08);
}.khm_bon_card_ic-wpy svg {
  width: 26px;
  height: 26px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.khm_bon_card_ic-wpy {
  margin-bottom: 10px;
}.khm_bon_card_type-wpy {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  color: #848078;
}.khm_bon_card_amount-wpy {
  margin-bottom: 6px;
  line-height: 1.1;
  font-weight: 800;
  font-size: 18px;
  color: #F5C032;
}.khm_bon_card_name-wpy {
  overflow-wrap: break-word;
  color: #F0EBE3;
  margin-bottom: 8px;
  font-size: 0.813rem;
  font-weight: 600;
}.khm_bon_card_detail-wpy {
  border-top: 1px solid rgba(255,255,255,0.05);
  color: #8A8682;
  font-size: 0.688rem;
  padding-top: 8px;
  overflow-wrap: break-word;
  line-height: 1.5;
}.khm_reg-wpy {
  padding: 2.25rem 1rem 0;
  background: #0E0D0B;
}
@media(min-width: 767px) {.khm_reg-wpy {
  padding: 44px 24px 0;
}
}.khm_reg_in-wpy {
  border-radius: 12px;
  padding: 1.75rem 1.5rem;
  background: #1A1916;
  border: 1px solid rgba(255,255,255,0.06);
  margin: 0 auto;
  max-width: 85rem;
}
@media(min-width: 767px) {.khm_reg_in-wpy {
  padding: 40px;
}
}.khm_reg_top-wpy {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:860px) {.khm_reg_top-wpy {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.khm_reg_label-wpy {
  color: #E87818;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-size: 0.688rem;
}.khm_reg_h2-wpy {
  margin-bottom: 0.75rem;
  font-weight: 800;
  color: #F0EBE3;
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-size: 1.375rem;
}
@media(min-width: 770px) {.khm_reg_h2-wpy {
  font-size: 28px;
}
}.khm_reg_bonus-wpy {
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid rgba(245,192,50,0.18);
  border-radius: 0.5rem;
  background: rgba(245,192,50,0.18);
  margin-bottom: 1rem;
  align-items: center;
  display: inline-flex;
}.khm_reg_bonus_amount-wpy {
  color: #F5C032;
  font-weight: 800;
  font-size: 20px;
}.khm_reg_bonus_text-wpy {
  color: #9C9790;
  font-size: 0.813rem;
  line-height: 1.35;
}.khm_reg_cta_btn-wpy {
  transition: background .2s;
  background: #28B860;
  border-radius: 8px;
  padding: 14px 2rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #0C0A06;
  font-size: 0.938rem;
  box-shadow: 0 0.25rem 18px rgba(40,184,96,0.36), 0 1px 0 rgba(0,0,0,0.65);
}.khm_reg_cta_btn-wpy:hover {
  background: #32CC6E;
}.khm_reg_terms-wpy {
  color: #8A8682;
  font-size: 11px;
  line-height: 1.5;
}.khm_reg_seo-wpy {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 20px;
  margin-top: 1.25rem;
  overflow-wrap: break-word;
  color: #848078;
  font-size: 13px;
  line-height: 1.65;
}.khm_reg_seo-wpy p {
  color: #848078;
  line-height: 1.65;
  font-size: 13px;
  margin-bottom: 0.625rem;
}.khm_reg_seo-wpy p:last-child {
  margin-bottom: 0;
}.khm_reg_seo-wpy strong {
  color: #C5BFB6;
  font-weight: 700;
}.khm_reg_seo-wpy a {
  transition: color .2s;
  color: #E87818;
  text-decoration: underline;
}.khm_reg_seo-wpy a:hover {
  color: #F08C2A;
}.khm_reg_seo-wpy ul,.khm_reg_seo-wpy ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.khm_reg_seo-wpy ol {
  list-style: decimal;
}.khm_reg_seo-wpy li {
  font-size: 13px;
  margin-bottom: 0.25rem;
  color: #848078;
  line-height: 1.65;
}.khm_reg_seo-wpy table {
  display: block;
  font-size: 13px;
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 767px) {.khm_reg_seo-wpy table {
  display: table;
}
}.khm_reg_seo-wpy th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.5rem;
  color: #C5BFB6;
  text-align: left;
  font-weight: 700;
}.khm_reg_seo-wpy td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #848078;
}.khm_reg_steps-wpy {
  gap: 0.875rem;
  flex-direction: column;
  margin-top: 28px;
  display: flex;
}
@media(min-width: 863px) {.khm_reg_steps-wpy {
  margin-top: 0;
}
}.khm_reg_step-wpy {
  background: rgba(255,255,255,0.05);
  gap: 14px;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.06);
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.khm_reg_step_num-wpy {
  border: 1px solid rgba(232,120,24,0.08);
  background: rgba(232,120,24,0.18);
  border-radius: 50%;
  align-items: center;
  color: #E87818;
  height: 2.125rem;
  width: 34px;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 800;
}.khm_reg_step_title-wpy {
  margin-bottom: 3px;
  color: #F0EBE3;
  font-weight: 700;
  font-size: 14px;
}.khm_reg_step_text-wpy {
  line-height: 1.5;
  color: #848078;
  font-size: 12px;
}.khm_reg_trust-wpy {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}.khm_reg_trust_item-wpy {
  gap: 0.438rem;
  display: flex;
  overflow-wrap: break-word;
  color: #848078;
  align-items: center;
  font-size: 0.75rem;
}.khm_reg_trust_ic-wpy svg {
  color: #E87818;
  height: 1rem;
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
}.khm_htp-wpy {
  background: #0E0D0B;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.khm_htp-wpy {
  padding: 44px 1.5rem 0;
}
}.khm_htp_in-wpy {
  margin: 0 auto;
  max-width: 85rem;
}.khm_htp_head-wpy {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.khm_htp_label-wpy {
  color: #E87818;
  margin-bottom: 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.khm_htp_h2-wpy {
  margin-bottom: 8px;
  color: #F0EBE3;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
  font-size: 22px;
}
@media(min-width: 767px) {.khm_htp_h2-wpy {
  font-size: 1.75rem;
}
}.khm_htp_intro-wpy {
  font-size: 14px;
  color: #848078;
  line-height: 1.6;
}.khm_htp_steps-wpy {
  margin: 0;
  gap: 0.75rem;
  padding: 0;
  list-style: none;
  grid-template-columns: 1fr;
  counter-reset: none;
  display: grid;
}
@media(min-width: 641px) {.khm_htp_steps-wpy {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.khm_htp_steps-wpy {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.khm_htp_step-wpy {
  padding: 20px 18px 1.125rem;
  border-radius: 0.5rem;
  background: #1A1916;
  border: 1px solid rgba(255,255,255,0.10);
  flex-direction: column;
  position: relative;
  display: flex;
}.khm_htp_step_num-wpy {
  background: #E87818;
  border-radius: 50%;
  left: 1.25rem;
  font-size: 0.813rem;
  height: 1.75rem;
  position: absolute;
  font-weight: 800;
  display: flex;
  font-family: 'Exo 2', sans-serif;
  color: #0C0A06;
  justify-content: center;
  align-items: center;
  top: -12px;
  width: 28px;
}.khm_htp_step_ic-wpy {
  border-radius: 0.25rem;
  margin: 0.5rem 0 0.75rem;
  background: rgba(232,120,24,0.18);
  height: 36px;
  color: #E87818;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
}.khm_htp_step_ic-wpy svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.125rem;
  height: 1.125rem;
}.khm_htp_step_h-wpy {
  color: #F0EBE3;
  line-height: 1.25;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-size: 14px;
}.khm_htp_step_p-wpy {
  line-height: 1.55;
  font-size: 13px;
  color: #848078;
  overflow-wrap: break-word;
}.khm_htp_step_p-wpy strong {
  color: #C5BFB6;
  font-weight: 600;
}.khm_htp_cta-wpy {
  border-radius: 0.5rem;
  background: #28B860;
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  font-size: 0.875rem;
  color: #0C0A06;
  display: inline-block;
  margin-top: 1.25rem;
  font-weight: 700;
}.khm_htp_cta-wpy:hover {
  background: #32CC6E;
}.khm_app-wpy {
  padding: 36px 16px 0;
  background: #0E0D0B;
}
@media(min-width:768px) {.khm_app-wpy {
  padding: 2.75rem 1.5rem 0;
}
}.khm_app_in-wpy {
  margin: 0 auto;
  max-width: 1360px;
}.khm_app_head-wpy {
  margin-bottom: 16px;
}.khm_app_label-wpy {
  font-size: 0.688rem;
  font-weight: 700;
  color: #E87818;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.khm_app_h2-wpy {
  margin-bottom: 6px;
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #F0EBE3;
  font-weight: 800;
}
@media(min-width: 771px) {.khm_app_h2-wpy {
  font-size: 1.5rem;
}
}.khm_app_sub-wpy {
  line-height: 1.6;
  color: #848078;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  max-width: 37.5rem;
}.khm_app_sub-wpy strong {
  font-weight: 700;
  color: #C5BFB6;
}.khm_app_cards-wpy {
  gap: 10px;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.khm_app_cards-wpy {
  grid-template-columns: repeat(3,1fr);
}
}.khm_app_card-wpy {
  border-radius: 0.5rem;
  gap: 1rem;
  padding: 20px;
  overflow: hidden;
  align-items: flex-start;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}.khm_app_card_ios-wpy {
  background: linear-gradient(135deg,rgba(232,120,24,0.18) 0%,#1A1916 100%);
}.khm_app_card_android-wpy {
  background: linear-gradient(135deg,rgba(40,184,96,0.18) 0%,#1A1916 100%);
}.khm_app_card_win-wpy {
  background: linear-gradient(135deg,rgba(245,192,50,0.18) 0%,#1A1916 100%);
}.khm_app_card_ic-wpy svg {
  width: 34px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 2.125rem;
}.khm_app_card_ic-wpy {
  flex-shrink: 0;
  color: #F0EBE3;
}.khm_app_card_os-wpy {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.375rem;
  font-weight: 700;
  color: #848078;
  font-size: 0.625rem;
}.khm_app_card_title-wpy {
  line-height: 1.2;
  overflow-wrap: break-word;
  color: #F0EBE3;
  font-size: 0.938rem;
  margin-bottom: 0.375rem;
  font-weight: 700;
}.khm_app_card_text-wpy {
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.5;
  color: #848078;
  margin-bottom: 0.875rem;
}.khm_app_card_btn-wpy {
  transition: background .2s;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(232,122,20,0.48);
  border-radius: 0.25rem;
  padding: 0.625rem 1.125rem;
  gap: 0.438rem;
  font-weight: 700;
  align-items: center;
  font-size: 0.813rem;
  display: inline-flex;
  color: #F0EBE3;
}.khm_app_card_btn-wpy:hover {
  background: rgba(255,255,255,0.07);
}.khm_prov-wpy {
  background: #0E0D0B;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.khm_prov-wpy {
  padding: 2.75rem 1.5rem 0;
}
}.khm_prov_in-wpy {
  margin: 0 auto;
  max-width: 85rem;
}.khm_prov_head-wpy {
  margin-bottom: 16px;
}.khm_prov_label-wpy {
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #E87818;
  font-size: 11px;
  letter-spacing: .08em;
}.khm_prov_h2-wpy {
  font-family: 'Exo 2', sans-serif;
  color: #F0EBE3;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width:768px) {.khm_prov_h2-wpy {
  font-size: 24px;
}
}.khm_prov_seo-wpy {
  max-width: 38.75rem;
  font-size: 0.813rem;
  color: #848078;
  margin-bottom: 1rem;
  line-height: 1.6;
  overflow-wrap: break-word;
}.khm_prov_seo-wpy strong {
  color: #C5BFB6;
  font-weight: 700;
}.khm_prov_seo-wpy a {
  color: #E87818;
  text-decoration: underline;
}.khm_prov_grid-wpy {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 641px) {.khm_prov_grid-wpy {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1083px) {.khm_prov_grid-wpy {
  grid-template-columns: repeat(8,1fr);
}
}.khm_prov_card-wpy {
  background: #141210;
  padding: 14px 10px;
  border-radius: 8px;
  transition: border-color .2s,background .2s;
  gap: 7px;
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}.khm_prov_card-wpy:hover {
  background: #1A1916;
  border-color: rgba(232,122,20,0.48);
}.khm_prov_logo-wpy {
  background: rgba(255,255,255,0.05);
  overflow: hidden;
  border-radius: 4px;
  justify-content: center;
  height: 44px;
  width: 44px;
  align-items: center;
  display: flex;
}.khm_prov_logo-wpy img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.khm_prov_name-wpy {
  text-align: center;
  font-size: 11px;
  overflow-wrap: break-word;
  color: #9C9790;
  font-weight: 600;
}.khm_faq-wpy {
  padding: 36px 1rem 0;
  background: #0E0D0B;
}
@media(min-width: 769px) {.khm_faq-wpy {
  padding: 44px 24px 0;
}
}.khm_faq_in-wpy {
  margin: 0 auto;
  max-width: 1360px;
}.khm_faq_head-wpy {
  margin-bottom: 20px;
}.khm_faq_label-wpy {
  font-weight: 700;
  letter-spacing: .08em;
  color: #E87818;
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 8px;
}.khm_faq_h2-wpy {
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
  font-size: 1.25rem;
  color: #F0EBE3;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.khm_faq_h2-wpy {
  font-size: 24px;
}
}.khm_faq_list-wpy {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.khm_faq_item-wpy {
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 8px;
  background: #1A1916;
  overflow: hidden;
}.khm_faq_q-wpy {
  gap: 12px;
  transition: color .2s;
  padding: 16px 1.25rem;
  align-items: center;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #C5BFB6;
  display: flex;
  font-weight: 600;
  cursor: pointer;
}.khm_faq_q-wpy:hover {
  color: #F0EBE3;
}.khm_faq_q_ic-wpy {
  transition: transform .25s;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  flex-shrink: 0;
  align-items: center;
  font-size: 16px;
  color: #E87818;
  height: 24px;
  display: flex;
  width: 1.5rem;
  justify-content: center;
}.khm_faq_item-wpy.khm_state_open-wpy .khm_faq_q_ic-wpy {
  transform: rotate(45deg);
}.khm_faq_a-wpy {
  padding: 0 20px 16px;
  display: none;
  line-height: 1.7;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #848078;
}.khm_faq_item-wpy.khm_state_open-wpy .khm_faq_a-wpy {
  display: block;
}.khm_faq_a-wpy strong {
  color: #C5BFB6;
  font-weight: 700;
}.khm_faq_a-wpy a {
  color: #E87818;
  text-decoration: underline;
}.khm_faq_a-wpy ul,.khm_faq_a-wpy ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.khm_faq_a-wpy ol {
  list-style: decimal;
}.khm_faq_a-wpy li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.khm_faq_a-wpy table {
  margin: 8px 0;
  font-size: 0.75rem;
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 766px) {.khm_faq_a-wpy table {
  display: table;
}
}.khm_faq_a-wpy th {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  color: #C5BFB6;
  font-weight: 700;
}.khm_faq_a-wpy td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.375rem 0.5rem;
  color: #848078;
}.khm_seo-wpy {
  padding: 36px 1rem 0;
  background: #0E0D0B;
}
@media(min-width: 770px) {.khm_seo-wpy {
  padding: 2.75rem 24px 0;
}
}.khm_seo_in-wpy {
  padding: 28px 1.5rem;
  border-radius: 12px;
  margin: 0 auto;
  background: #1A1916;
  border: 1px solid rgba(255,255,255,0.10);
  max-width: 1360px;
}
@media(min-width: 769px) {.khm_seo_in-wpy {
  padding: 2.25rem 2.5rem;
}
}.khm_seo_label-wpy {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  color: #E87818;
  margin-bottom: 0.625rem;
  font-weight: 700;
}.khm_seo_h2-wpy {
  line-height: 1.25;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: 'Exo 2', sans-serif;
  margin-bottom: 14px;
  color: #F0EBE3;
}
@media(min-width: 765px) {.khm_seo_h2-wpy {
  font-size: 1.5rem;
}
}.khm_seo_body-wpy {
  overflow-wrap: break-word;
  color: #9C9790;
  font-size: 0.875rem;
  line-height: 1.75;
}.khm_seo_body-wpy p {
  margin-bottom: 12px;
  color: #9C9790;
  line-height: 1.75;
  font-size: 14px;
}.khm_seo_body-wpy p:last-child {
  margin-bottom: 0;
}.khm_seo_body-wpy strong {
  font-weight: 700;
  color: #C5BFB6;
}.khm_seo_body-wpy a {
  transition: color .2s;
  text-decoration: underline;
  color: #E87818;
}.khm_seo_body-wpy a:hover {
  color: #F08C2A;
}.khm_seo_body-wpy ul,.khm_seo_body-wpy ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.khm_seo_body-wpy ol {
  list-style: decimal;
}.khm_seo_body-wpy li {
  color: #9C9790;
  line-height: 1.75;
  margin-bottom: 6px;
  font-size: 0.875rem;
}.khm_seo_body-wpy table {
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  display: block;
  font-size: 13px;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 765px) {.khm_seo_body-wpy table {
  display: table;
}
}.khm_seo_body-wpy th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #C5BFB6;
  text-align: left;
}.khm_seo_body-wpy td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 0.75rem;
  color: #9C9790;
}.khm_seo_cols-wpy {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width:640px) {.khm_seo_cols-wpy {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.khm_seo_cols-wpy {
  grid-template-columns: repeat(3,1fr);
}
}.khm_seo_col_h-wpy {
  color: #C5BFB6;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-size: 13px;
  font-weight: 700;
}.khm_seo_col_p-wpy {
  font-size: 13px;
  color: #848078;
  overflow-wrap: break-word;
  line-height: 1.65;
}.khm_seo_stats-wpy {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.khm_seo_stat-wpy {
  padding: 0.875rem 1rem;
  background: rgba(232,120,24,0.08);
  border-radius: 8px;
  flex: 1;
  border: 1px solid rgba(232,120,24,0.18);
  min-width: 8.75rem;
}.khm_seo_stat_val-wpy {
  font-weight: 800;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  color: #E87818;
  font-size: 1.25rem;
}.khm_seo_stat_lb-wpy {
  font-size: 0.688rem;
  color: #848078;
  overflow-wrap: break-word;
}.khm_seo-wpy {
  background: #0E0D0B;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.khm_seo-wpy {
  padding: 44px 24px 0;
}
}.khm_seo_in-wpy {
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  border-radius: 12px;
  background: #1A1916;
  border: 1px solid rgba(255,255,255,0.10);
  max-width: 85rem;
}
@media(min-width: 766px) {.khm_seo_in-wpy {
  padding: 36px 40px;
}
}.khm_seo_label-wpy {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  color: #E87818;
  font-weight: 700;
  margin-bottom: 0.625rem;
}.khm_seo_h2-wpy {
  font-family: 'Exo 2', sans-serif;
  font-size: 20px;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F0EBE3;
  margin-bottom: 14px;
}
@media(min-width: 767px) {.khm_seo_h2-wpy {
  font-size: 1.5rem;
}
}.khm_seo_body-wpy {
  overflow-wrap: break-word;
  color: #9C9790;
  line-height: 1.75;
  font-size: 0.875rem;
}.khm_seo_body-wpy p {
  line-height: 1.75;
  font-size: 14px;
  color: #9C9790;
  margin-bottom: 0.75rem;
}.khm_seo_body-wpy p:last-child {
  margin-bottom: 0;
}.khm_seo_body-wpy strong {
  font-weight: 700;
  color: #C5BFB6;
}.khm_seo_body-wpy a {
  transition: color .2s;
  color: #E87818;
  text-decoration: underline;
}.khm_seo_body-wpy a:hover {
  color: #F08C2A;
}.khm_seo_body-wpy ul,.khm_seo_body-wpy ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.khm_seo_body-wpy ol {
  list-style: decimal;
}.khm_seo_body-wpy li {
  margin-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #9C9790;
}.khm_seo_body-wpy table {
  display: block;
  width: 100%;
  font-size: 0.813rem;
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
}
@media(min-width: 766px) {.khm_seo_body-wpy table {
  display: table;
}
}.khm_seo_body-wpy th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #C5BFB6;
  font-weight: 700;
  text-align: left;
}.khm_seo_body-wpy td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 12px;
  color: #9C9790;
}.khm_seo_cols-wpy {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 639px) {.khm_seo_cols-wpy {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.khm_seo_cols-wpy {
  grid-template-columns: repeat(3,1fr);
}
}.khm_seo_col_h-wpy {
  font-size: 0.813rem;
  color: #C5BFB6;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-weight: 700;
}.khm_seo_col_p-wpy {
  overflow-wrap: break-word;
  color: #848078;
  line-height: 1.65;
  font-size: 0.813rem;
}.khm_seo_stats-wpy {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.khm_seo_stat-wpy {
  border-radius: 8px;
  background: rgba(232,120,24,0.08);
  padding: 0.875rem 16px;
  flex: 1;
  border: 1px solid rgba(232,120,24,0.18);
  min-width: 140px;
}.khm_seo_stat_val-wpy {
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 4px;
  color: #E87818;
}.khm_seo_stat_lb-wpy {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #848078;
}.khm_rv-wpy {
  background: #0E0D0B;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.khm_rv-wpy {
  padding: 44px 1.5rem 0;
}
}.khm_rv_in-wpy {
  margin: 0 auto;
  max-width: 85rem;
}.khm_rv_head-wpy {
  max-width: 720px;
  margin-bottom: 1.25rem;
}.khm_rv_label-wpy {
  font-size: 0.688rem;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #E87818;
}.khm_rv_h2-wpy {
  margin-bottom: 10px;
  font-size: 22px;
  color: #F0EBE3;
  font-family: 'Exo 2', sans-serif;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 769px) {.khm_rv_h2-wpy {
  font-size: 1.75rem;
}
}.khm_rv_stats-wpy {
  gap: 1.125rem;
  font-size: 0.813rem;
  color: #848078;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.khm_rv_stats_score-wpy {
  gap: 6px;
  align-items: baseline;
  display: flex;
}.khm_rv_stats_score_val-wpy {
  color: #F5C032;
  font-size: 1.375rem;
  font-weight: 800;
  font-family: 'Exo 2', sans-serif;
}.khm_rv_stats_score_max-wpy {
  color: #8A8682;
  font-size: 0.813rem;
}.khm_rv_stats_badge-wpy {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.khm_rv_stats_badge-wpy svg {
  color: #F5C032;
  width: 0.875rem;
  height: 14px;
}.khm_rv_grid-wpy {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.khm_rv_grid-wpy {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.khm_rv_grid-wpy {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.khm_rv_card-wpy {
  padding: 1.25rem;
  background: #1A1916;
  border-radius: 0.5rem;
  border: 1px solid rgba(255,255,255,0.10);
  display: flex;
  flex-direction: column;
}.khm_rv_card_stars-wpy {
  gap: 2px;
  color: #F5C032;
  display: flex;
  margin-bottom: 0.625rem;
}.khm_rv_card_stars-wpy svg {
  width: 0.875rem;
  height: 14px;
}.khm_rv_card_h-wpy {
  font-size: 14px;
  overflow-wrap: break-word;
  color: #F0EBE3;
  line-height: 1.3;
  margin-bottom: 8px;
  font-weight: 700;
}.khm_rv_card_body-wpy {
  flex: 1;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-size: 13px;
  color: #848078;
  line-height: 1.65;
}.khm_rv_card_body-wpy strong {
  color: #C5BFB6;
  font-weight: 600;
}.khm_rv_card_meta-wpy {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
}.khm_rv_card_author-wpy {
  color: #C5BFB6;
  font-size: 12px;
  font-weight: 600;
}.khm_rv_card_date-wpy {
  color: #8A8682;
  font-size: 0.688rem;
}.khm_seo-wpy {
  background: #0E0D0B;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.khm_seo-wpy {
  padding: 44px 1.5rem 0;
}
}.khm_seo_in-wpy {
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 12px;
  margin: 0 auto;
  background: #1A1916;
  padding: 1.75rem 1.5rem;
  max-width: 1360px;
}
@media(min-width: 766px) {.khm_seo_in-wpy {
  padding: 2.25rem 2.5rem;
}
}.khm_seo_label-wpy {
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #E87818;
  margin-bottom: 10px;
  letter-spacing: .08em;
}.khm_seo_h2-wpy {
  overflow-wrap: break-word;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  color: #F0EBE3;
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 0.875rem;
}
@media(min-width: 767px) {.khm_seo_h2-wpy {
  font-size: 24px;
}
}.khm_seo_body-wpy {
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
  color: #9C9790;
}.khm_seo_body-wpy p {
  color: #9C9790;
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 0.75rem;
}.khm_seo_body-wpy p:last-child {
  margin-bottom: 0;
}.khm_seo_body-wpy strong {
  font-weight: 700;
  color: #C5BFB6;
}.khm_seo_body-wpy a {
  transition: color .2s;
  text-decoration: underline;
  color: #E87818;
}.khm_seo_body-wpy a:hover {
  color: #F08C2A;
}.khm_seo_body-wpy ul,.khm_seo_body-wpy ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.khm_seo_body-wpy ol {
  list-style: decimal;
}.khm_seo_body-wpy li {
  font-size: 14px;
  line-height: 1.75;
  color: #9C9790;
  margin-bottom: 0.375rem;
}.khm_seo_body-wpy table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.813rem;
  display: block;
  margin-bottom: 12px;
  overflow-x: auto;
}
@media(min-width: 770px) {.khm_seo_body-wpy table {
  display: table;
}
}.khm_seo_body-wpy th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  color: #C5BFB6;
  font-weight: 700;
}.khm_seo_body-wpy td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #9C9790;
}.khm_seo_cols-wpy {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.khm_seo_cols-wpy {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.khm_seo_cols-wpy {
  grid-template-columns: repeat(3,1fr);
}
}.khm_seo_col_h-wpy {
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 700;
  color: #C5BFB6;
}.khm_seo_col_p-wpy {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #848078;
}.khm_seo_stats-wpy {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.khm_seo_stat-wpy {
  padding: 14px 16px;
  flex: 1;
  background: rgba(232,120,24,0.08);
  border-radius: 0.5rem;
  border: 1px solid rgba(232,120,24,0.18);
  min-width: 8.75rem;
}.khm_seo_stat_val-wpy {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
  color: #E87818;
}.khm_seo_stat_lb-wpy {
  color: #848078;
  overflow-wrap: break-word;
  font-size: 11px;
}.khm_ft-wpy {
  border-top: 1px solid rgba(255,255,255,0.05);
  background: #080706;
  margin-top: 3rem;
}.khm_ft_support-wpy {
  padding: 1.5rem 16px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 766px) {.khm_ft_support-wpy {
  padding: 28px 1.5rem;
}
}.khm_ft_support_in-wpy {
  gap: 16px;
  margin: 0 auto;
  max-width: 85rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.khm_ft_support_main-wpy {
  gap: 16px;
  flex: 1;
  align-items: center;
  min-width: 13.75rem;
  flex-wrap: wrap;
  display: flex;
}.khm_ft_support_ic-wpy {
  color: #E87818;
  flex-shrink: 0;
}.khm_ft_support_ic-wpy svg {
  height: 30px;
  width: 1.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.khm_ft_support_text_title-wpy {
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 15px;
  overflow-wrap: break-word;
  color: #F0EBE3;
}.khm_ft_support_text_sub-wpy {
  font-size: 0.75rem;
  color: #848078;
  overflow-wrap: break-word;
}.khm_ft_support_btn-wpy {
  border-radius: 0.5rem;
  padding: 0.688rem 1.375rem;
  transition: background .2s;
  background: #E87818;
  font-weight: 700;
  color: #F0EBE3;
  font-size: 0.813rem;
  white-space: nowrap;
  flex-shrink: 0;
}.khm_ft_support_btn-wpy:hover {
  background: #F08C2A;
}.khm_ft_support_contacts-wpy {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.khm_ft_support_contact-wpy {
  font-size: 12px;
  line-height: 1.4;
  color: #8A8682;
}.khm_ft_support_contact-wpy strong {
  margin-bottom: 2px;
  font-weight: 600;
  color: #9C9790;
  font-size: 0.688rem;
  display: block;
}.khm_ft_main-wpy {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 32px 16px 24px;
}
@media(min-width: 767px) {.khm_ft_main-wpy {
  padding: 40px 1.5rem 32px;
}
}.khm_ft_main_in-wpy {
  margin: 0 auto;
  gap: 24px;
  max-width: 85rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width:640px) {.khm_ft_main_in-wpy {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.khm_ft_main_in-wpy {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.khm_ft_col_logo-wpy {
  grid-column: 1/-1;
}
@media(min-width:1080px) {.khm_ft_col_logo-wpy {
  grid-column: auto;
}
}.khm_ft_logo-wpy {
  gap: 0.563rem;
  font-size: 1rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.75rem;
  color: #F0EBE3;
  font-weight: 800;
  overflow-wrap: break-word;
  display: flex;
}.khm_ft_logo_mark-wpy {
  border-radius: 0.25rem;
  overflow: hidden;
  height: 1.875rem;
  width: 1.875rem;
}.khm_ft_logo_mark-wpy img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.khm_ft_logo_sub-wpy {
  line-height: 1.55;
  max-width: 200px;
  color: #8A8682;
  font-size: 12px;
  overflow-wrap: break-word;
}.khm_ft_col_title-wpy {
  color: #9C9790;
  font-weight: 700;
  letter-spacing: .07em;
  font-size: 0.75rem;
  margin-bottom: 14px;
  text-transform: uppercase;
}.khm_ft_col_links-wpy {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.khm_ft_col_link-wpy {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #8A8682;
}.khm_ft_col_link-wpy:hover {
  color: #C5BFB6;
}.khm_ft_apps-wpy {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.khm_ft_app_card-wpy {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  padding: 0.625rem 12px;
  border-radius: 4px;
  transition: border-color .2s;
  gap: 10px;
  align-items: center;
  display: flex;
}.khm_ft_app_card-wpy:hover {
  border-color: rgba(232,122,20,0.48);
}.khm_ft_app_card_ic-wpy svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 22px;
  height: 22px;
}.khm_ft_app_card_os-wpy {
  font-weight: 600;
  color: #8A8682;
  font-size: 10px;
}.khm_ft_app_card_action-wpy {
  color: #C5BFB6;
  font-size: 12px;
  font-weight: 700;
}.khm_ft_bot-wpy {
  padding: 1.25rem 16px;
}
@media(min-width: 766px) {.khm_ft_bot-wpy {
  padding: 1.25rem 1.5rem;
}
}.khm_ft_bot_in-wpy {
  margin: 0 auto;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  max-width: 85rem;
}.khm_ft_socials-wpy {
  gap: 8px;
  display: flex;
}.khm_ft_soc-wpy {
  transition: background .2s;
  border-radius: 0.25rem;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  align-items: center;
  display: flex;
  height: 2.25rem;
  justify-content: center;
  width: 36px;
  color: #9C9790;
}.khm_ft_soc-wpy svg {
  height: 16px;
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
}.khm_ft_soc-wpy:hover {
  background: rgba(255,255,255,0.07);
}.khm_ft_legal-wpy {
  flex: 1;
  color: #8E8A84;
  min-width: 200px;
  font-size: 11px;
  line-height: 1.6;
  overflow-wrap: break-word;
}.khm_ft_legal-wpy strong {
  color: #9C9790;
  font-weight: 700;
}.khm_ft_legal-wpy a {
  color: #9C9790;
  text-decoration: underline;
}.khm_ft_age-wpy {
  border: 2px solid #8E8A84;
  border-radius: 50%;
  color: #8E8A84;
  align-items: center;
  font-weight: 800;
  height: 2rem;
  font-size: 11px;
  width: 2rem;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
}