*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  line-height: 1.6;
  background-color: #141317;
  -webkit-font-smoothing: antialiased;
  color: #C2BBAF;
  min-height: 100vh;
  font-family: 'Barlow', sans-serif;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  cursor: pointer;
  color: inherit;
}a {
  text-decoration: none;
  color: inherit;
}.kfr-layout_x3m {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.kfr-page_x3m {
  min-height: 100vh;
  display: flex;
}.kfr-main_x3m {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media screen and (min-width:1080px) {.kfr-main_x3m {
  padding-left: 220px;
}
}
@media screen and (max-width: 1082px) {.kfr-main_x3m {
  padding-bottom: 72px;
}
}.kfr-gc_x3m {
  background: #181620;
  border-radius: 8px;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  width: 8.75rem;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}
@media(min-width: 638px) {.kfr-gc_x3m {
  width: 156px;
}
}
@media(min-width: 1081px) {.kfr-gc_x3m {
  width: 168px;
}
}.kfr-gc_x3m:hover {
  border-color: rgba(212, 113, 28, 0.08);
  transform: translateY(-3px);
}.kfr-gc_img_x3m {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.kfr-gc_img_x3m img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}.kfr-gc_hover_x3m {
  inset: 0;
  background: rgba(10, 8, 14, 0.72);
  transition: opacity .2s;
  display: flex;
  position: absolute;
  align-items: center;
  opacity: 0;
  justify-content: center;
}.kfr-gc_x3m:hover .kfr-gc_hover_x3m {
  opacity: 1;
}.kfr-gc_hover_btn_x3m {
  background: #D4711C;
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  color: #F0EBE2;
  font-size: 12px;
  font-weight: 700;
}.kfr-gc_info_x3m {
  padding: 0.5rem 0.625rem 10px;
}.kfr-gc_name_x3m {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #C2BBAF;
  font-size: 0.75rem;
  margin-bottom: 3px;
  font-weight: 600;
  white-space: nowrap;
  max-width: 100%;
}.kfr-gc_prov_x3m {
  font-size: 0.625rem;
  color: #8A8078;
}.kfr-gc_tag_x3m {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  position: absolute;
  top: 6px;
  font-weight: 700;
  letter-spacing: .04em;
  z-index: 2;
  font-size: 0.563rem;
  left: 6px;
}.kfr-gc_tag_hot_x3m {
  background: #D43A2A;
  color: #fff;
}.kfr-gc_tag_new_x3m {
  background: #22B869;
  color: #141317;
}.kfr-gc_tag_jp_x3m {
  background: #C99620;
  color: #141317;
}.kfr-gc_tag_ex_x3m {
  background: #9B5214;
  color: #fff;
}.kfr-gc_tag_live_x3m {
  background: #D43A2A;
  color: #fff;
}.kfr-gr_x3m {
  background: #141317;
  padding: 2rem 16px 0;
}
@media(min-width: 769px) {.kfr-gr_x3m {
  padding: 36px 1.5rem 0;
}
}.kfr-gr_in_x3m {
  margin: 0 auto;
  max-width: 83.75rem;
}.kfr-gr_head_x3m {
  gap: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
}.kfr-gr_head_l_x3m {
  flex: 1;
  gap: 10px;
  min-width: 0;
  align-items: center;
  display: flex;
}.kfr-gr_ic_x3m {
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  width: 2rem;
  height: 32px;
  display: flex;
  align-items: center;
}.kfr-gr_ic_x3m svg {
  width: 16px;
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
}.kfr-gr_title_x3m {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #F0EBE2;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.kfr-gr_title_x3m {
  font-size: 18px;
}
}.kfr-gr_more_x3m {
  gap: 5px;
  transition: color .2s;
  font-weight: 600;
  font-size: 0.75rem;
  color: #706860;
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.kfr-gr_more_x3m:hover {
  color: #D4711C;
}.kfr-gr_more_x3m svg {
  stroke-linecap: round;
  height: 12px;
  width: 0.75rem;
  stroke-linejoin: round;
}.kfr-gr_arrows_x3m {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.kfr-gr_arr_x3m {
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: #8F877C;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}.kfr-gr_arr_x3m:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F0EBE2;
}.kfr-gr_arr_x3m svg {
  height: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.813rem;
}.kfr-gr_seo_h_x3m {
  margin: 0 0 0.375rem;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
  font-weight: 700;
  max-width: 42.5rem;
  font-size: 13px;
  color: #C2BBAF;
}
@media(min-width: 767px) {.kfr-gr_seo_h_x3m {
  font-size: 0.875rem;
}
}.kfr-gr_seo_x3m {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.55;
  color: #706860;
  max-width: 42.5rem;
  margin-bottom: 12px;
}.kfr-gr_seo_x3m strong {
  color: #C2BBAF;
  font-weight: 600;
}.kfr-gr_scroll_x3m {
  gap: 10px;
  -webkit-overflow-scrolling: touch;
  display: flex;
  padding-bottom: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}.kfr-gr_scroll_x3m::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.kfr-gr_scroll_x3m {
  gap: 0.75rem;
}
}.kfr-tb_x3m {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #141317;
  align-items: center;
  display: flex;
  top: 0;
  position: fixed;
  z-index: 80;
  height: 56px;
  left: 0;
  right: 0;
}.kfr-tb_in_x3m {
  gap: 0;
  padding: 0 0.875rem;
  height: 100%;
  align-items: center;
  display: flex;
  width: 100%;
}.kfr-tb_burger_x3m {
  gap: 5px;
  border-radius: 8px;
  flex-shrink: 0;
  justify-content: center;
  flex-direction: column;
  height: 2.375rem;
  align-items: center;
  margin-right: 8px;
  width: 38px;
  display: flex;
}.kfr-tb_burger_x3m:hover {
  background: rgba(255, 255, 255, 0.05);
}.kfr-tb_burger_line_x3m {
  border-radius: 1px;
  background: #8F877C;
  display: block;
  height: 2px;
  width: 18px;
}
@media(min-width:1080px) {.kfr-tb_burger_x3m {
  display: none;
}
}.kfr-tb_logo_x3m {
  gap: 0.563rem;
  margin-right: 20px;
  font-weight: 800;
  display: flex;
  overflow-wrap: break-word;
  color: #F0EBE2;
  letter-spacing: -.01em;
  flex-shrink: 0;
  align-items: center;
  font-size: 18px;
}.kfr-tb_logo_mark_x3m {
  border-radius: 0.5rem;
  overflow: hidden;
  height: 32px;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}.kfr-tb_logo_mark_x3m img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.kfr-tb_nav_x3m {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.kfr-tb_nav_x3m {
  display: flex;
}
}.kfr-tb_tab_x3m {
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s;
  border-radius: 0.5rem;
  white-space: nowrap;
  font-size: 0.813rem;
  font-weight: 600;
  color: #8F877C;
}.kfr-tb_tab_x3m:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0EBE2;
}.kfr-tb_tab_x3m.kfr-state_active_x3m {
  background: rgba(212, 113, 28, 0.18);
  color: #F0EBE2;
}.kfr-tb_right_x3m {
  gap: 0.5rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}.kfr-tb_login_x3m {
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.563rem 1rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: none;
  font-size: 0.813rem;
  color: #C2BBAF;
  font-weight: 600;
}.kfr-tb_login_x3m:hover {
  border-color: rgba(212, 112, 28, 0.55);
  color: #F0EBE2;
}
@media(min-width: 482px) {.kfr-tb_login_x3m {
  display: block;
}
}.kfr-tb_reg_x3m {
  border-radius: 0.5rem;
  transition: background .2s;
  background: #22B869;
  padding: 0.563rem 1.125rem;
  white-space: nowrap;
  font-weight: 700;
  color: #120F0C;
  font-size: 0.813rem;
}.kfr-tb_reg_x3m:hover {
  background: #28CF78;
}.kfr-sb_x3m {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform .25s ease;
  transform: translateX(-100%);
  background: #1D1B21;
  width: 13.75rem;
  position: fixed;
  overflow-y: auto;
  top: 56px;
  z-index: 70;
  bottom: 0;
  left: 0;
}.kfr-sb_x3m.kfr-state_open_x3m {
  transform: translateX(0);
}.kfr-sb_x3m::-webkit-scrollbar {
  width: 4px;
}.kfr-sb_x3m::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1083px) {.kfr-sb_x3m {
  transform: translateX(0);
}
}.kfr-sb_auth_x3m {
  padding: 14px 12px 10px;
}.kfr-sb_btn_reg_x3m {
  transition: background .2s;
  background: #22B869;
  padding: 11px;
  border-radius: 0.5rem;
  color: #120F0C;
  font-size: 13px;
  display: block;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.kfr-sb_btn_reg_x3m:hover {
  background: #28CF78;
}.kfr-sb_btn_login_x3m {
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s;
  padding: 10px;
  display: block;
  font-weight: 600;
  color: #C2BBAF;
  font-size: 13px;
  text-align: center;
}.kfr-sb_btn_login_x3m:hover {
  border-color: rgba(212, 112, 28, 0.55);
  color: #F0EBE2;
}.kfr-sb_promo_x3m {
  overflow: hidden;
  background: linear-gradient(135deg,#291808,#1D1B21);
  padding: 0.75rem 0.875rem;
  border: 1px solid rgba(212, 113, 28, 0.18);
  margin: 0 0.75rem 0.625rem;
  border-radius: 0.5rem;
  position: relative;
}.kfr-sb_promo_x3m::before {
  background: radial-gradient(circle,rgba(212, 113, 28, 0.18),transparent 70%);
  border-radius: 50%;
  width: 80px;
  top: -1.25rem;
  position: absolute;
  right: -1.25rem;
  content: '';
  height: 80px;
}.kfr-sb_promo_title_x3m {
  color: #D4711C;
  margin-bottom: 0.25rem;
  font-size: 0.688rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
}.kfr-sb_promo_text_x3m {
  line-height: 1.35;
  font-weight: 600;
  color: #F0EBE2;
  font-size: 12px;
  overflow-wrap: break-word;
}.kfr-sb_promo_sub_x3m {
  margin-top: 3px;
  font-size: 0.625rem;
  color: #706860;
}.kfr-sb_nav_x3m {
  padding: 0.375rem 8px 1rem;
}.kfr-sb_nav_lb_x3m {
  padding: 10px 8px 6px;
  letter-spacing: .08em;
  color: #8A8078;
  font-weight: 700;
  font-size: 0.625rem;
  text-transform: uppercase;
}.kfr-sb_link_x3m {
  transition: background .15s,color .15s;
  border-radius: 4px;
  padding: 0.563rem 0.625rem;
  gap: 0.625rem;
  font-size: 0.813rem;
  color: #8F877C;
  font-weight: 500;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
  cursor: pointer;
}.kfr-sb_link_x3m:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0EBE2;
}.kfr-sb_link_x3m.kfr-state_active_x3m {
  background: rgba(212, 113, 28, 0.18);
  color: #F0EBE2;
}.kfr-sb_ic_x3m {
  border-radius: 4px;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  width: 1.875rem;
  height: 30px;
  display: flex;
}.kfr-sb_ic_x3m svg {
  height: 1rem;
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
}.kfr-sb_ic_1_x3m {
  background: rgba(212, 113, 28, 0.08);
  color: #D4711C;
}.kfr-sb_ic_2_x3m {
  background: rgba(34, 184, 105, 0.16);
  color: #22B869;
}.kfr-sb_ic_3_x3m {
  background: rgba(201, 150, 32, 0.18);
  color: #C99620;
}.kfr-sb_ic_4_x3m {
  background: rgba(155, 82, 20, 0.22);
  color: #9B5214;
}.kfr-sb_ic_5_x3m {
  background: rgba(212, 113, 28, 0.08);
  color: #D43A7E;
}.kfr-sb_ic_6_x3m {
  background: rgba(155, 82, 20, 0.22);
  color: #9B3FD4;
}.kfr-sb_badge_x3m {
  border-radius: 0.25rem;
  background: #C99620;
  padding: 2px 7px;
  font-size: 0.563rem;
  color: #120F0C;
  margin-left: auto;
  font-weight: 700;
}.kfr-sb_bot_x3m {
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  display: flex;
}.kfr-sb_lang_x3m,.kfr-sb_help_x3m {
  border: 1px solid rgba(255, 255, 255, 0.06);
  flex: 1;
  gap: 6px;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.563rem 6px;
  transition: border-color .2s;
  border-radius: 0.25rem;
  font-size: 11px;
  display: flex;
  font-weight: 600;
  color: #8F877C;
  align-items: center;
  justify-content: center;
}.kfr-sb_lang_x3m:hover,.kfr-sb_help_x3m:hover {
  border-color: rgba(212, 112, 28, 0.55);
  color: #F0EBE2;
}.kfr-sb_lang_x3m svg,.kfr-sb_help_x3m svg {
  stroke-linejoin: round;
  height: 0.813rem;
  stroke-linecap: round;
  width: 13px;
}.kfr-sb_bd_x3m {
  inset: 0;
  background: rgba(10, 8, 14, 0.72);
  display: none;
  position: fixed;
  z-index: 69;
}.kfr-sb_bd_x3m.kfr-state_on_x3m {
  display: block;
}
@media(min-width: 1081px) {.kfr-sb_bd_x3m {
  display: none!important;
}
}.kfr-mob_nav_x3m {
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  background: #1D1B21;
  bottom: 0;
  position: fixed;
  display: flex;
  right: 0;
  z-index: 80;
  left: 0;
}
@media(min-width: 1082px) {.kfr-mob_nav_x3m {
  display: none;
}
}.kfr-mob_nav_item_x3m {
  padding: 4px 2px;
  flex: 1;
  gap: 4px;
  flex-direction: column;
  color: #8A8078;
  align-items: center;
  cursor: pointer;
  display: flex;
}.kfr-mob_nav_ic_x3m {
  line-height: 1;
}.kfr-mob_nav_ic_x3m svg {
  height: 1.25rem;
  width: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.kfr-mob_nav_lb_x3m {
  color: #8A8078;
  font-weight: 600;
  font-size: 10px;
}.kfr-mob_nav_item_x3m.kfr-state_active_x3m {
  color: #D4711C;
}.kfr-mob_nav_item_x3m.kfr-state_active_x3m .kfr-mob_nav_lb_x3m {
  color: #D4711C;
}.kfr-hero_x3m {
  background: #141317;
  padding: 1.25rem 16px 0;
}
@media(min-width: 769px) {.kfr-hero_x3m {
  padding: 1.5rem 24px 0;
}
}.kfr-hero_in_x3m {
  margin: 0 auto;
  gap: 12px;
  max-width: 1340px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 863px) {.kfr-hero_in_x3m {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1103px) {.kfr-hero_in_x3m {
  grid-template-columns: 1fr 21.25rem;
}
}.kfr-hero_promo_x3m {
  border-radius: 12px;
  background: #181620;
  overflow: hidden;
  position: relative;
  align-items: stretch;
  min-height: 13.75rem;
  display: flex;
}
@media(min-width: 766px) {.kfr-hero_promo_x3m {
  min-height: 280px;
}
}.kfr-hero_promo_bg_x3m {
  background: linear-gradient(120deg,#291808 0%,#141317 100%);
  inset: 0;
  background-position: center;
  position: absolute;
  background-size: cover;
}.kfr-hero_promo_bg_x3m::after {
  background: linear-gradient(90deg,#141317 0%,rgba(10, 8, 14, 0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.kfr-hero_promo_glow_x3m {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(155, 82, 20, 0.22) 0%,transparent 65%);
  right: 3.75rem;
  height: 18.75rem;
  top: -2.5rem;
  pointer-events: none;
  position: absolute;
  width: 18.75rem;
}.kfr-hero_promo_ct_x3m {
  padding: 28px 24px 28px 28px;
  display: flex;
  z-index: 2;
  justify-content: center;
  flex-direction: column;
  max-width: 480px;
  position: relative;
}
@media(min-width: 765px) {.kfr-hero_promo_ct_x3m {
  padding: 40px 2rem;
}
}.kfr-hero_badge_x3m {
  background: rgba(212, 113, 28, 0.18);
  border-radius: 1.25rem;
  border: 1px solid rgba(212, 113, 28, 0.08);
  padding: 5px 0.75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 14px;
  color: #D4711C;
  display: inline-block;
}.kfr-hero_h1_x3m {
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 0.625rem;
  color: #F0EBE2;
}.kfr-hero_h1_x3m em {
  font-style: normal;
  color: #C99620;
}
@media(min-width: 767px) {.kfr-hero_h1_x3m {
  font-size: 36px;
}
}.kfr-hero_sub_x3m {
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 1.25rem;
  color: #8F877C;
}
@media(min-width: 771px) {.kfr-hero_sub_x3m {
  font-size: 14px;
}
}.kfr-hero_row_x3m {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.kfr-hero_cta_x3m {
  border-radius: 0.5rem;
  padding: 0.813rem 1.625rem;
  background: #22B869;
  transition: background .2s;
  color: #120F0C;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 0.375rem 18px rgba(34, 184, 105, 0.32);
  font-size: 0.875rem;
  font-weight: 700;
}.kfr-hero_cta_x3m:hover {
  background: #28CF78;
}.kfr-hero_terms_x3m {
  font-size: 0.688rem;
  color: #8A8078;
}.kfr-hero_game_x3m {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #181620;
  display: flex;
  position: relative;
  flex-direction: column;
}.kfr-hero_game_badge_x3m {
  border-radius: 1.25rem;
  background: rgba(201, 150, 32, 0.18);
  border: 1px solid rgba(201, 150, 32, 0.18);
  padding: 0.313rem 10px;
  font-weight: 700;
  left: 12px;
  z-index: 3;
  top: 0.75rem;
  letter-spacing: .06em;
  font-size: 0.625rem;
  position: absolute;
  text-transform: uppercase;
  color: #C99620;
}.kfr-hero_game_badge_x3m svg {
  margin-right: 0.25rem;
  height: 11px;
  vertical-align: -1px;
  width: 11px;
}.kfr-hero_game_img_x3m {
  overflow: hidden;
  background: linear-gradient(135deg,#291808,#141317);
  position: relative;
  padding-bottom: 60%;
}.kfr-hero_game_img_x3m img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
}.kfr-hero_game_play_x3m {
  inset: 0;
  background: rgba(10, 8, 14, 0.72);
  transition: opacity .2s;
  align-items: center;
  display: flex;
  opacity: 0;
  position: absolute;
  justify-content: center;
}.kfr-hero_game_x3m:hover .kfr-hero_game_play_x3m {
  opacity: 1;
}.kfr-hero_game_play_x3m span {
  border-radius: 50%;
  background: #D4711C;
  display: flex;
  width: 52px;
  align-items: center;
  justify-content: center;
  height: 52px;
}.kfr-hero_game_play_x3m span svg {
  margin-left: 2px;
  width: 18px;
  height: 1.125rem;
}.kfr-hero_game_info_x3m {
  padding: 14px 16px;
}.kfr-hero_game_title_x3m {
  color: #F0EBE2;
  margin-bottom: 0.25rem;
  font-size: 15px;
  overflow-wrap: break-word;
  font-weight: 700;
}.kfr-hero_game_provider_x3m {
  font-size: 0.688rem;
  color: #706860;
}.kfr-hero_game_btn_x3m {
  transition: background .2s;
  padding: 0.688rem;
  margin: 12px 16px 16px;
  background: #D4711C;
  border-radius: 8px;
  text-align: center;
  color: #F0EBE2;
  font-weight: 700;
  display: block;
  font-size: 13px;
}.kfr-hero_game_x3m:hover .kfr-hero_game_btn_x3m {
  background: #E8821F;
}.kfr-sbar_x3m {
  background: #141317;
  padding: 1rem 16px 0;
}
@media(min-width: 770px) {.kfr-sbar_x3m {
  padding: 18px 24px 0;
}
}.kfr-sbar_in_x3m {
  margin: 0 auto;
  max-width: 83.75rem;
}.kfr-sbar_row_x3m {
  gap: 0.625rem;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
}.kfr-sbar_input_x3m {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #181620;
  gap: 0.625rem;
  flex: 1;
  transition: border-color .2s;
  padding: 11px 1rem;
  border-radius: 8px;
  color: #706860;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
}.kfr-sbar_input_x3m:hover {
  border-color: rgba(212, 112, 28, 0.55);
}.kfr-sbar_input_x3m svg {
  stroke-linejoin: round;
  height: 15px;
  flex-shrink: 0;
  stroke-linecap: round;
  width: 0.938rem;
}.kfr-sbar_providers_x3m {
  background: #181620;
  padding: 11px 18px;
  transition: border-color .2s;
  gap: 8px;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: #C2BBAF;
  white-space: nowrap;
}.kfr-sbar_providers_x3m:hover {
  border-color: rgba(212, 112, 28, 0.55);
  color: #F0EBE2;
}.kfr-sbar_providers_x3m svg {
  height: 0.875rem;
  stroke-linecap: round;
  width: 14px;
  stroke-linejoin: round;
}.kfr-sbar_tabs_x3m {
  gap: 6px;
  scrollbar-width: none;
  padding-bottom: 2px;
  display: flex;
  overflow-x: auto;
}.kfr-sbar_tabs_x3m::-webkit-scrollbar {
  display: none;
}.kfr-sbar_tab_x3m {
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.5rem 0.875rem;
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 20px;
  gap: 0.438rem;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
  display: flex;
  font-size: 0.75rem;
  cursor: pointer;
  color: #8F877C;
  flex-shrink: 0;
}.kfr-sbar_tab_x3m:hover {
  border-color: rgba(212, 112, 28, 0.55);
  background: rgba(255, 255, 255, 0.07);
  color: #F0EBE2;
}.kfr-sbar_tab_x3m.kfr-state_active_x3m {
  background: rgba(212, 113, 28, 0.18);
  border-color: rgba(212, 113, 28, 0.08);
  color: #F0EBE2;
}.kfr-sbar_tab_ic_x3m svg {
  width: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.875rem;
}.kfr-gr_jp_x3m {
  border-radius: 0.75rem;
  padding: 1.25rem;
  background: linear-gradient(135deg,#1E0E2E 0%,#0D0B10 100%);
  overflow: hidden;
  position: relative;
}.kfr-gr_jp_x3m::before {
  background: radial-gradient(circle,rgba(155, 82, 20, 0.22) 0%,transparent 70%);
  border-radius: 50%;
  top: -3.75rem;
  width: 250px;
  content: '';
  left: -60px;
  position: absolute;
  height: 15.625rem;
}.kfr-gr_jp_x3m::after {
  background: radial-gradient(circle,rgba(201, 150, 32, 0.18) 0%,transparent 70%);
  border-radius: 50%;
  right: 0;
  width: 12.5rem;
  bottom: -2.5rem;
  height: 12.5rem;
  content: '';
  position: absolute;
}.kfr-gr_jp_head_x3m {
  gap: 16px;
  margin-bottom: 1rem;
  z-index: 1;
  flex-wrap: wrap;
  display: flex;
  position: relative;
  align-items: flex-start;
}.kfr-gr_jp_info_x3m {
  flex: 1;
}.kfr-gr_jp_label_x3m {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 0.375rem;
  font-weight: 700;
  color: #9B3FD4;
}.kfr-gr_jp_label_x3m svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  vertical-align: -2px;
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 4px;
}.kfr-gr_jp_amount_x3m {
  overflow-wrap: break-word;
  color: #F0EBE2;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 0.25rem;
  line-height: 1;
}
@media(min-width: 769px) {.kfr-gr_jp_amount_x3m {
  font-size: 40px;
}
}.kfr-gr_jp_amount_x3m span {
  color: #C99620;
}.kfr-gr_jp_seo_x3m {
  overflow-wrap: break-word;
  color: #8F877C;
  font-size: 12px;
  line-height: 1.5;
  max-width: 480px;
}.kfr-gr_jp_cta_x3m {
  transition: background .2s;
  border: 1px solid rgba(155, 82, 20, 0.22);
  border-radius: 0.5rem;
  background: rgba(155, 82, 20, 0.22);
  padding: 11px 1.25rem;
  color: #F0EBE2;
  align-self: flex-start;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  flex-shrink: 0;
  margin-top: 0.25rem;
  z-index: 1;
  white-space: nowrap;
}.kfr-gr_jp_cta_x3m:hover {
  background: #9B5214;
}.kfr-ws_x3m {
  padding: 32px 1rem 0;
  background: #141317;
}
@media(min-width: 767px) {.kfr-ws_x3m {
  padding: 2.25rem 1.5rem 0;
}
}.kfr-ws_in_x3m {
  margin: 0 auto;
  max-width: 1340px;
}.kfr-ws_head_x3m {
  gap: 12px;
  display: flex;
  margin-bottom: 0.875rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}.kfr-ws_title_x3m {
  gap: 0.625rem;
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
  align-items: center;
  color: #F0EBE2;
  flex-wrap: wrap;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
}.kfr-ws_title_ic_x3m svg {
  width: 1.125rem;
  stroke-linejoin: round;
  color: #C99620;
  stroke-linecap: round;
  height: 18px;
}.kfr-ws_online_x3m {
  gap: 7px;
  font-weight: 600;
  align-items: center;
  font-size: 12px;
  color: #706860;
  display: flex;
}.kfr-ws_online_dot_x3m {
  background: #22B869;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 6px rgba(34, 184, 105, 0.16);
  flex-shrink: 0;
}.kfr-ws_scroll_x3m {
  gap: 8px;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  display: flex;
}.kfr-ws_scroll_x3m::-webkit-scrollbar {
  display: none;
}.kfr-wc_x3m {
  padding: 0.625rem 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.5rem;
  background: #181620;
  gap: 10px;
  flex-shrink: 0;
  min-width: 13.75rem;
  align-items: center;
  display: flex;
}.kfr-wc_img_x3m {
  overflow: hidden;
  border-radius: 0.25rem;
  background: #1D1B21;
  height: 36px;
  width: 2.25rem;
  flex-shrink: 0;
}.kfr-wc_img_x3m img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.kfr-wc_info_x3m {
  min-width: 0;
}.kfr-wc_game_x3m {
  overflow: hidden;
  color: #C2BBAF;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
}.kfr-wc_player_x3m {
  overflow: hidden;
  color: #8A8078;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 10px;
}.kfr-wc_amount_x3m {
  white-space: nowrap;
  font-size: 13px;
  margin-left: auto;
  flex-shrink: 0;
  color: #22B869;
  font-weight: 700;
}.kfr-prov_x3m {
  padding: 36px 16px 0;
  background: #141317;
}
@media(min-width: 769px) {.kfr-prov_x3m {
  padding: 2.75rem 1.5rem 0;
}
}.kfr-prov_in_x3m {
  margin: 0 auto;
  max-width: 83.75rem;
}.kfr-prov_head_x3m {
  margin-bottom: 16px;
}.kfr-prov_label_x3m {
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #D4711C;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-weight: 700;
}.kfr-prov_h2_x3m {
  color: #F0EBE2;
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
  margin-bottom: 8px;
  font-size: 20px;
}
@media(min-width: 766px) {.kfr-prov_h2_x3m {
  font-size: 1.5rem;
}
}.kfr-prov_seo_x3m {
  margin-bottom: 16px;
  color: #706860;
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 38.75rem;
  font-size: 0.813rem;
}.kfr-prov_seo_x3m strong {
  color: #C2BBAF;
  font-weight: 700;
}.kfr-prov_seo_x3m a {
  text-decoration: underline;
  color: #D4711C;
}.kfr-prov_grid_x3m {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 642px) {.kfr-prov_grid_x3m {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.kfr-prov_grid_x3m {
  grid-template-columns: repeat(8,1fr);
}
}.kfr-prov_card_x3m {
  transition: border-color .2s,background .2s;
  border-radius: 8px;
  background: #181620;
  padding: 14px 0.625rem;
  gap: 0.438rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  flex-direction: column;
  cursor: pointer;
  display: flex;
  align-items: center;
}.kfr-prov_card_x3m:hover {
  background: #1D1B21;
  border-color: rgba(212, 112, 28, 0.55);
}.kfr-prov_logo_x3m {
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  align-items: center;
  display: flex;
  width: 44px;
  justify-content: center;
  height: 2.75rem;
}.kfr-prov_logo_x3m img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.kfr-prov_name_x3m {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #8F877C;
  font-weight: 600;
  text-align: center;
}.kfr-htp_x3m {
  background: #141317;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.kfr-htp_x3m {
  padding: 44px 24px 0;
}
}.kfr-htp_in_x3m {
  margin: 0 auto;
  max-width: 83.75rem;
}.kfr-htp_head_x3m {
  margin-bottom: 22px;
  max-width: 720px;
}.kfr-htp_label_x3m {
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #D4711C;
}.kfr-htp_h2_x3m {
  font-size: 22px;
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 8px;
  font-weight: 800;
  color: #F0EBE2;
}
@media(min-width: 770px) {.kfr-htp_h2_x3m {
  font-size: 28px;
}
}.kfr-htp_intro_x3m {
  font-size: 0.875rem;
  color: #706860;
  line-height: 1.6;
}.kfr-htp_steps_x3m {
  padding: 0;
  list-style: none;
  margin: 0;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width: 638px) {.kfr-htp_steps_x3m {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.kfr-htp_steps_x3m {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.kfr-htp_step_x3m {
  background: #1D1B21;
  padding: 1.25rem 1.125rem 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  display: flex;
  position: relative;
  flex-direction: column;
}.kfr-htp_step_num_x3m {
  border-radius: 50%;
  background: #D4711C;
  color: #120F0C;
  top: -0.75rem;
  left: 20px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.813rem;
  height: 28px;
  font-weight: 800;
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  width: 28px;
}.kfr-htp_step_ic_x3m {
  background: rgba(212, 113, 28, 0.18);
  border-radius: 4px;
  margin: 8px 0 0.75rem;
  color: #D4711C;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  width: 36px;
  align-items: center;
}.kfr-htp_step_ic_x3m svg {
  stroke-linecap: round;
  width: 1.125rem;
  height: 18px;
  stroke-linejoin: round;
}.kfr-htp_step_h_x3m {
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #F0EBE2;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
}.kfr-htp_step_p_x3m {
  color: #706860;
  line-height: 1.55;
  font-size: 13px;
  overflow-wrap: break-word;
}.kfr-htp_step_p_x3m strong {
  font-weight: 600;
  color: #C2BBAF;
}.kfr-htp_cta_x3m {
  padding: 13px 26px;
  transition: background .2s;
  background: #22B869;
  border-radius: 8px;
  color: #120F0C;
  font-weight: 700;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  display: inline-block;
}.kfr-htp_cta_x3m:hover {
  background: #28CF78;
}.kfr-reg_x3m {
  background: #141317;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.kfr-reg_x3m {
  padding: 2.75rem 24px 0;
}
}.kfr-reg_in_x3m {
  border-radius: 0.75rem;
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  background: #1D1B21;
  border: 1px solid rgba(255, 255, 255, 0.06);
  max-width: 1340px;
}
@media(min-width: 769px) {.kfr-reg_in_x3m {
  padding: 2.5rem;
}
}.kfr-reg_top_x3m {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:860px) {.kfr-reg_top_x3m {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.kfr-reg_label_x3m {
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #D4711C;
}.kfr-reg_h2_x3m {
  margin-bottom: 0.75rem;
  line-height: 1.2;
  font-family: 'Rajdhani', sans-serif;
  color: #F0EBE2;
  overflow-wrap: break-word;
  font-size: 22px;
  font-weight: 800;
}
@media(min-width: 771px) {.kfr-reg_h2_x3m {
  font-size: 28px;
}
}.kfr-reg_bonus_x3m {
  padding: 0.625rem 1rem;
  border-radius: 8px;
  background: rgba(201, 150, 32, 0.18);
  gap: 8px;
  border: 1px solid rgba(201, 150, 32, 0.18);
  align-items: center;
  margin-bottom: 1rem;
  display: inline-flex;
}.kfr-reg_bonus_amount_x3m {
  font-size: 1.25rem;
  font-weight: 800;
  color: #C99620;
}.kfr-reg_bonus_text_x3m {
  line-height: 1.35;
  font-size: 13px;
  color: #8F877C;
}.kfr-reg_cta_btn_x3m {
  transition: background .2s;
  border-radius: 0.5rem;
  background: #22B869;
  padding: 14px 32px;
  font-size: 0.938rem;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 0.375rem 1.125rem rgba(34, 184, 105, 0.32);
  display: inline-block;
  color: #120F0C;
  margin-bottom: 0.75rem;
}.kfr-reg_cta_btn_x3m:hover {
  background: #28CF78;
}.kfr-reg_terms_x3m {
  line-height: 1.5;
  color: #8A8078;
  font-size: 0.688rem;
}.kfr-reg_seo_x3m {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.65;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  font-size: 0.813rem;
  color: #706860;
  overflow-wrap: break-word;
}.kfr-reg_seo_x3m p {
  font-size: 0.813rem;
  margin-bottom: 0.625rem;
  line-height: 1.65;
  color: #706860;
}.kfr-reg_seo_x3m p:last-child {
  margin-bottom: 0;
}.kfr-reg_seo_x3m strong {
  font-weight: 700;
  color: #C2BBAF;
}.kfr-reg_seo_x3m a {
  transition: color .2s;
  color: #D4711C;
  text-decoration: underline;
}.kfr-reg_seo_x3m a:hover {
  color: #E8821F;
}.kfr-reg_seo_x3m ul,.kfr-reg_seo_x3m ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 18px;
}.kfr-reg_seo_x3m ol {
  list-style: decimal;
}.kfr-reg_seo_x3m li {
  line-height: 1.65;
  color: #706860;
  margin-bottom: 0.25rem;
  font-size: 13px;
}.kfr-reg_seo_x3m table {
  margin-bottom: 0.625rem;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
}
@media(min-width: 769px) {.kfr-reg_seo_x3m table {
  display: table;
}
}.kfr-reg_seo_x3m th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #C2BBAF;
  font-weight: 700;
}.kfr-reg_seo_x3m td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #706860;
}.kfr-reg_steps_x3m {
  gap: 14px;
  flex-direction: column;
  display: flex;
  margin-top: 1.75rem;
}
@media(min-width: 859px) {.kfr-reg_steps_x3m {
  margin-top: 0;
}
}.kfr-reg_step_x3m {
  background: rgba(255, 255, 255, 0.05);
  padding: 16px;
  gap: 0.875rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.kfr-reg_step_num_x3m {
  background: rgba(212, 113, 28, 0.18);
  border-radius: 50%;
  border: 1px solid rgba(212, 113, 28, 0.08);
  font-weight: 800;
  flex-shrink: 0;
  align-items: center;
  font-size: 0.875rem;
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  color: #D4711C;
}.kfr-reg_step_title_x3m {
  color: #F0EBE2;
  font-size: 0.875rem;
  margin-bottom: 3px;
  font-weight: 700;
}.kfr-reg_step_text_x3m {
  font-size: 12px;
  line-height: 1.5;
  color: #706860;
}.kfr-reg_trust_x3m {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  display: flex;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  flex-wrap: wrap;
}.kfr-reg_trust_item_x3m {
  gap: 0.438rem;
  overflow-wrap: break-word;
  align-items: center;
  color: #706860;
  font-size: 0.75rem;
  display: flex;
}.kfr-reg_trust_ic_x3m svg {
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
  width: 1rem;
  color: #D4711C;
}.kfr-bon_x3m {
  padding: 36px 1rem 0;
  background: #141317;
}
@media(min-width: 769px) {.kfr-bon_x3m {
  padding: 2.75rem 24px 0;
}
}.kfr-bon_in_x3m {
  margin: 0 auto;
  max-width: 1340px;
}.kfr-bon_head_x3m {
  margin-bottom: 1.25rem;
}.kfr-bon_label_x3m {
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #D4711C;
  margin-bottom: 0.5rem;
}.kfr-bon_h2_x3m {
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #F0EBE2;
  margin-bottom: 0.5rem;
}
@media(min-width: 767px) {.kfr-bon_h2_x3m {
  font-size: 1.5rem;
}
}.kfr-bon_seo_x3m {
  color: #706860;
  max-width: 620px;
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word;
}.kfr-bon_seo_x3m strong {
  color: #C2BBAF;
  font-weight: 700;
}.kfr-bon_seo_x3m a {
  text-decoration: underline;
  color: #D4711C;
}.kfr-bon_grid_x3m {
  gap: 0.625rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.kfr-bon_grid_x3m {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.kfr-bon_grid_x3m {
  grid-template-columns: repeat(5,1fr);
}
}.kfr-bon_card_x3m {
  padding: 16px;
  transition: border-color .2s,transform .2s;
  background: #181620;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
}.kfr-bon_card_x3m:hover {
  transform: translateY(-2px);
  border-color: rgba(212, 113, 28, 0.08);
}.kfr-bon_card_ic_x3m svg {
  stroke-linejoin: round;
  width: 26px;
  stroke-linecap: round;
  height: 1.625rem;
}.kfr-bon_card_ic_x3m {
  margin-bottom: 10px;
}.kfr-bon_card_type_x3m {
  text-transform: uppercase;
  color: #706860;
  font-weight: 700;
  font-size: 0.625rem;
  letter-spacing: .06em;
  margin-bottom: 0.375rem;
}.kfr-bon_card_amount_x3m {
  line-height: 1.1;
  margin-bottom: 0.375rem;
  color: #C99620;
  font-size: 1.125rem;
  font-weight: 800;
}.kfr-bon_card_name_x3m {
  overflow-wrap: break-word;
  color: #F0EBE2;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 13px;
}.kfr-bon_card_detail_x3m {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 11px;
  color: #8A8078;
  overflow-wrap: break-word;
  padding-top: 0.5rem;
  line-height: 1.5;
}.kfr-app_x3m {
  background: #141317;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.kfr-app_x3m {
  padding: 44px 24px 0;
}
}.kfr-app_in_x3m {
  margin: 0 auto;
  max-width: 83.75rem;
}.kfr-app_head_x3m {
  margin-bottom: 16px;
}.kfr-app_label_x3m {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #D4711C;
  font-size: 0.688rem;
}.kfr-app_h2_x3m {
  margin-bottom: 6px;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
  color: #F0EBE2;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width: 770px) {.kfr-app_h2_x3m {
  font-size: 24px;
}
}.kfr-app_sub_x3m {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  max-width: 37.5rem;
  line-height: 1.6;
  color: #706860;
}.kfr-app_sub_x3m strong {
  color: #C2BBAF;
  font-weight: 700;
}.kfr-app_cards_x3m {
  gap: 0.625rem;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.kfr-app_cards_x3m {
  grid-template-columns: repeat(3,1fr);
}
}.kfr-app_card_x3m {
  padding: 1.25rem;
  overflow: hidden;
  gap: 1rem;
  border-radius: 8px;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  display: flex;
}.kfr-app_card_ios_x3m {
  background: linear-gradient(135deg,rgba(212, 113, 28, 0.18) 0%,#1D1B21 100%);
}.kfr-app_card_android_x3m {
  background: linear-gradient(135deg,rgba(34, 184, 105, 0.16) 0%,#1D1B21 100%);
}.kfr-app_card_win_x3m {
  background: linear-gradient(135deg,rgba(201, 150, 32, 0.18) 0%,#1D1B21 100%);
}.kfr-app_card_ic_x3m svg {
  width: 2.125rem;
  stroke-linejoin: round;
  height: 2.125rem;
  stroke-linecap: round;
}.kfr-app_card_ic_x3m {
  color: #F0EBE2;
  flex-shrink: 0;
}.kfr-app_card_os_x3m {
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #706860;
  font-size: 0.625rem;
}.kfr-app_card_title_x3m {
  overflow-wrap: break-word;
  line-height: 1.2;
  color: #F0EBE2;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
}.kfr-app_card_text_x3m {
  color: #706860;
  overflow-wrap: break-word;
  font-size: 12px;
  margin-bottom: 14px;
  line-height: 1.5;
}.kfr-app_card_btn_x3m {
  border: 1px solid rgba(212, 112, 28, 0.55);
  gap: 7px;
  transition: background .2s;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 1.125rem;
  color: #F0EBE2;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  align-items: center;
}.kfr-app_card_btn_x3m:hover {
  background: rgba(255, 255, 255, 0.07);
}.kfr-seo_x3m {
  background: #141317;
  padding: 36px 1rem 0;
}
@media(min-width:768px) {.kfr-seo_x3m {
  padding: 2.75rem 24px 0;
}
}.kfr-seo_in_x3m {
  background: #1D1B21;
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  max-width: 1340px;
}
@media(min-width: 769px) {.kfr-seo_in_x3m {
  padding: 2.25rem 2.5rem;
}
}.kfr-seo_label_x3m {
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
  color: #D4711C;
  text-transform: uppercase;
}.kfr-seo_h2_x3m {
  margin-bottom: 0.875rem;
  line-height: 1.25;
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #F0EBE2;
}
@media(min-width:768px) {.kfr-seo_h2_x3m {
  font-size: 1.5rem;
}
}.kfr-seo_body_x3m {
  color: #8F877C;
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
}.kfr-seo_body_x3m p {
  line-height: 1.75;
  font-size: 14px;
  color: #8F877C;
  margin-bottom: 0.75rem;
}.kfr-seo_body_x3m p:last-child {
  margin-bottom: 0;
}.kfr-seo_body_x3m strong {
  font-weight: 700;
  color: #C2BBAF;
}.kfr-seo_body_x3m a {
  transition: color .2s;
  color: #D4711C;
  text-decoration: underline;
}.kfr-seo_body_x3m a:hover {
  color: #E8821F;
}.kfr-seo_body_x3m ul,.kfr-seo_body_x3m ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.kfr-seo_body_x3m ol {
  list-style: decimal;
}.kfr-seo_body_x3m li {
  color: #8F877C;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 14px;
}.kfr-seo_body_x3m table {
  border-collapse: collapse;
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-size: 13px;
  overflow-x: auto;
}
@media(min-width: 769px) {.kfr-seo_body_x3m table {
  display: table;
}
}.kfr-seo_body_x3m th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  font-weight: 700;
  text-align: left;
  color: #C2BBAF;
}.kfr-seo_body_x3m td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #8F877C;
}.kfr-seo_cols_x3m {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.kfr-seo_cols_x3m {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.kfr-seo_cols_x3m {
  grid-template-columns: repeat(3,1fr);
}
}.kfr-seo_col_h_x3m {
  margin-bottom: 7px;
  overflow-wrap: break-word;
  color: #C2BBAF;
  font-size: 13px;
  font-weight: 700;
}.kfr-seo_col_p_x3m {
  color: #706860;
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
}.kfr-seo_stats_x3m {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.kfr-seo_stat_x3m {
  padding: 14px 1rem;
  border-radius: 0.5rem;
  background: rgba(212, 113, 28, 0.08);
  flex: 1;
  border: 1px solid rgba(212, 113, 28, 0.18);
  min-width: 140px;
}.kfr-seo_stat_val_x3m {
  margin-bottom: 4px;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #D4711C;
}.kfr-seo_stat_lb_x3m {
  color: #706860;
  overflow-wrap: break-word;
  font-size: 11px;
}.kfr-seo_x3m {
  padding: 36px 16px 0;
  background: #141317;
}
@media(min-width: 765px) {.kfr-seo_x3m {
  padding: 2.75rem 24px 0;
}
}.kfr-seo_in_x3m {
  border-radius: 12px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1D1B21;
  padding: 1.75rem 1.5rem;
  max-width: 83.75rem;
}
@media(min-width: 765px) {.kfr-seo_in_x3m {
  padding: 2.25rem 2.5rem;
}
}.kfr-seo_label_x3m {
  margin-bottom: 10px;
  color: #D4711C;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
}.kfr-seo_h2_x3m {
  overflow-wrap: break-word;
  color: #F0EBE2;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.25;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width: 769px) {.kfr-seo_h2_x3m {
  font-size: 24px;
}
}.kfr-seo_body_x3m {
  font-size: 14px;
  overflow-wrap: break-word;
  color: #8F877C;
  line-height: 1.75;
}.kfr-seo_body_x3m p {
  line-height: 1.75;
  color: #8F877C;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}.kfr-seo_body_x3m p:last-child {
  margin-bottom: 0;
}.kfr-seo_body_x3m strong {
  color: #C2BBAF;
  font-weight: 700;
}.kfr-seo_body_x3m a {
  transition: color .2s;
  color: #D4711C;
  text-decoration: underline;
}.kfr-seo_body_x3m a:hover {
  color: #E8821F;
}.kfr-seo_body_x3m ul,.kfr-seo_body_x3m ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.kfr-seo_body_x3m ol {
  list-style: decimal;
}.kfr-seo_body_x3m li {
  color: #8F877C;
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 1.75;
}.kfr-seo_body_x3m table {
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  display: block;
}
@media(min-width: 769px) {.kfr-seo_body_x3m table {
  display: table;
}
}.kfr-seo_body_x3m th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #C2BBAF;
  font-weight: 700;
}.kfr-seo_body_x3m td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8F877C;
}.kfr-seo_cols_x3m {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.kfr-seo_cols_x3m {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.kfr-seo_cols_x3m {
  grid-template-columns: repeat(3,1fr);
}
}.kfr-seo_col_h_x3m {
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-size: 0.813rem;
  color: #C2BBAF;
}.kfr-seo_col_p_x3m {
  font-size: 13px;
  color: #706860;
  line-height: 1.65;
  overflow-wrap: break-word;
}.kfr-seo_stats_x3m {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.kfr-seo_stat_x3m {
  border-radius: 8px;
  border: 1px solid rgba(212, 113, 28, 0.18);
  flex: 1;
  padding: 0.875rem 1rem;
  background: rgba(212, 113, 28, 0.08);
  min-width: 8.75rem;
}.kfr-seo_stat_val_x3m {
  font-size: 20px;
  color: #D4711C;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 4px;
}.kfr-seo_stat_lb_x3m {
  color: #706860;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.kfr-faq_x3m {
  background: #141317;
  padding: 36px 16px 0;
}
@media(min-width: 767px) {.kfr-faq_x3m {
  padding: 2.75rem 24px 0;
}
}.kfr-faq_in_x3m {
  margin: 0 auto;
  max-width: 83.75rem;
}.kfr-faq_head_x3m {
  margin-bottom: 1.25rem;
}.kfr-faq_label_x3m {
  text-transform: uppercase;
  color: #D4711C;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 11px;
}.kfr-faq_h2_x3m {
  color: #F0EBE2;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width: 767px) {.kfr-faq_h2_x3m {
  font-size: 24px;
}
}.kfr-faq_list_x3m {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.kfr-faq_item_x3m {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  overflow: hidden;
  background: #1D1B21;
}.kfr-faq_q_x3m {
  transition: color .2s;
  gap: 0.75rem;
  padding: 16px 20px;
  align-items: center;
  overflow-wrap: break-word;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #C2BBAF;
  display: flex;
  font-weight: 600;
  cursor: pointer;
  font-size: 0.875rem;
}.kfr-faq_q_x3m:hover {
  color: #F0EBE2;
}.kfr-faq_q_ic_x3m {
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  border-radius: 50%;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  color: #D4711C;
  font-size: 16px;
  width: 1.5rem;
  height: 24px;
}.kfr-faq_item_x3m.kfr-state_open_x3m .kfr-faq_q_ic_x3m {
  transform: rotate(45deg);
}.kfr-faq_a_x3m {
  padding: 0 20px 16px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  display: none;
  line-height: 1.7;
  color: #706860;
}.kfr-faq_item_x3m.kfr-state_open_x3m .kfr-faq_a_x3m {
  display: block;
}.kfr-faq_a_x3m strong {
  font-weight: 700;
  color: #C2BBAF;
}.kfr-faq_a_x3m a {
  text-decoration: underline;
  color: #D4711C;
}.kfr-faq_a_x3m ul,.kfr-faq_a_x3m ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.kfr-faq_a_x3m ol {
  list-style: decimal;
}.kfr-faq_a_x3m li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.kfr-faq_a_x3m table {
  margin: 0.5rem 0;
  border-collapse: collapse;
  font-size: 12px;
  overflow-x: auto;
  width: 100%;
  display: block;
}
@media(min-width: 766px) {.kfr-faq_a_x3m table {
  display: table;
}
}.kfr-faq_a_x3m th {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C2BBAF;
  text-align: left;
  font-weight: 700;
}.kfr-faq_a_x3m td {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #706860;
}.kfr-seo_x3m {
  padding: 36px 1rem 0;
  background: #141317;
}
@media(min-width: 769px) {.kfr-seo_x3m {
  padding: 44px 1.5rem 0;
}
}.kfr-seo_in_x3m {
  border-radius: 0.75rem;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1D1B21;
  margin: 0 auto;
  max-width: 1340px;
}
@media(min-width: 766px) {.kfr-seo_in_x3m {
  padding: 36px 40px;
}
}.kfr-seo_label_x3m {
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  color: #D4711C;
  text-transform: uppercase;
}.kfr-seo_h2_x3m {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 14px;
  color: #F0EBE2;
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width: 770px) {.kfr-seo_h2_x3m {
  font-size: 24px;
}
}.kfr-seo_body_x3m {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #8F877C;
  font-size: 14px;
}.kfr-seo_body_x3m p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #8F877C;
  margin-bottom: 0.75rem;
}.kfr-seo_body_x3m p:last-child {
  margin-bottom: 0;
}.kfr-seo_body_x3m strong {
  color: #C2BBAF;
  font-weight: 700;
}.kfr-seo_body_x3m a {
  transition: color .2s;
  text-decoration: underline;
  color: #D4711C;
}.kfr-seo_body_x3m a:hover {
  color: #E8821F;
}.kfr-seo_body_x3m ul,.kfr-seo_body_x3m ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.kfr-seo_body_x3m ol {
  list-style: decimal;
}.kfr-seo_body_x3m li {
  line-height: 1.75;
  margin-bottom: 6px;
  color: #8F877C;
  font-size: 14px;
}.kfr-seo_body_x3m table {
  font-size: 0.813rem;
  margin-bottom: 12px;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  width: 100%;
}
@media(min-width: 766px) {.kfr-seo_body_x3m table {
  display: table;
}
}.kfr-seo_body_x3m th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  color: #C2BBAF;
  font-weight: 700;
  text-align: left;
}.kfr-seo_body_x3m td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #8F877C;
}.kfr-seo_cols_x3m {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 639px) {.kfr-seo_cols_x3m {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.kfr-seo_cols_x3m {
  grid-template-columns: repeat(3,1fr);
}
}.kfr-seo_col_h_x3m {
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 0.813rem;
  color: #C2BBAF;
  overflow-wrap: break-word;
}.kfr-seo_col_p_x3m {
  color: #706860;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
}.kfr-seo_stats_x3m {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.kfr-seo_stat_x3m {
  border: 1px solid rgba(212, 113, 28, 0.18);
  flex: 1;
  border-radius: 0.5rem;
  padding: 14px 1rem;
  background: rgba(212, 113, 28, 0.08);
  min-width: 8.75rem;
}.kfr-seo_stat_val_x3m {
  font-size: 1.25rem;
  font-weight: 800;
  color: #D4711C;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
}.kfr-seo_stat_lb_x3m {
  color: #706860;
  overflow-wrap: break-word;
  font-size: 11px;
}.kfr-ft_x3m {
  background: #0D0B10;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 3rem;
}.kfr-ft_support_x3m {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 1rem;
}
@media(min-width: 767px) {.kfr-ft_support_x3m {
  padding: 28px 24px;
}
}.kfr-ft_support_in_x3m {
  gap: 16px;
  margin: 0 auto;
  max-width: 1340px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.kfr-ft_support_main_x3m {
  gap: 1rem;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  min-width: 220px;
  display: flex;
}.kfr-ft_support_ic_x3m {
  flex-shrink: 0;
  color: #D4711C;
}.kfr-ft_support_ic_x3m svg {
  stroke-linejoin: round;
  height: 30px;
  stroke-linecap: round;
  width: 1.875rem;
}.kfr-ft_support_text_title_x3m {
  color: #F0EBE2;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  margin-bottom: 3px;
}.kfr-ft_support_text_sub_x3m {
  overflow-wrap: break-word;
  color: #706860;
  font-size: 12px;
}.kfr-ft_support_btn_x3m {
  background: #D4711C;
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 11px 22px;
  font-weight: 700;
  color: #F0EBE2;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 0.813rem;
}.kfr-ft_support_btn_x3m:hover {
  background: #E8821F;
}.kfr-ft_support_contacts_x3m {
  gap: 16px;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.kfr-ft_support_contact_x3m {
  line-height: 1.4;
  color: #8A8078;
  font-size: 12px;
}.kfr-ft_support_contact_x3m strong {
  color: #8F877C;
  display: block;
  font-weight: 600;
  font-size: 0.688rem;
  margin-bottom: 2px;
}.kfr-ft_main_x3m {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 1rem 1.5rem;
}
@media(min-width: 770px) {.kfr-ft_main_x3m {
  padding: 2.5rem 24px 32px;
}
}.kfr-ft_main_in_x3m {
  margin: 0 auto;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 83.75rem;
}
@media(min-width: 638px) {.kfr-ft_main_in_x3m {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.kfr-ft_main_in_x3m {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.kfr-ft_col_logo_x3m {
  grid-column: 1/-1;
}
@media(min-width:1080px) {.kfr-ft_col_logo_x3m {
  grid-column: auto;
}
}.kfr-ft_logo_x3m {
  gap: 9px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #F0EBE2;
  flex-wrap: wrap;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 12px;
}.kfr-ft_logo_mark_x3m {
  overflow: hidden;
  border-radius: 0.25rem;
  width: 1.875rem;
  height: 30px;
}.kfr-ft_logo_mark_x3m img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.kfr-ft_logo_sub_x3m {
  font-size: 12px;
  line-height: 1.55;
  max-width: 12.5rem;
  color: #8A8078;
  overflow-wrap: break-word;
}.kfr-ft_col_title_x3m {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 14px;
  letter-spacing: .07em;
  color: #8F877C;
}.kfr-ft_col_links_x3m {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.kfr-ft_col_link_x3m {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #8A8078;
  font-size: 0.813rem;
}.kfr-ft_col_link_x3m:hover {
  color: #C2BBAF;
}.kfr-ft_apps_x3m {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.kfr-ft_app_card_x3m {
  border-radius: 0.25rem;
  padding: 10px 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  align-items: center;
  display: flex;
}.kfr-ft_app_card_x3m:hover {
  border-color: rgba(212, 112, 28, 0.55);
}.kfr-ft_app_card_ic_x3m svg {
  stroke-linejoin: round;
  height: 1.375rem;
  width: 22px;
  stroke-linecap: round;
}.kfr-ft_app_card_os_x3m {
  font-weight: 600;
  font-size: 0.625rem;
  color: #8A8078;
}.kfr-ft_app_card_action_x3m {
  font-size: 0.75rem;
  font-weight: 700;
  color: #C2BBAF;
}.kfr-ft_bot_x3m {
  padding: 20px 1rem;
}
@media(min-width: 769px) {.kfr-ft_bot_x3m {
  padding: 20px 24px;
}
}.kfr-ft_bot_in_x3m {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  max-width: 83.75rem;
}.kfr-ft_socials_x3m {
  gap: 8px;
  display: flex;
}.kfr-ft_soc_x3m {
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 4px;
  width: 2.25rem;
  height: 36px;
  color: #8F877C;
  display: flex;
  justify-content: center;
  align-items: center;
}.kfr-ft_soc_x3m svg {
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
  width: 1rem;
}.kfr-ft_soc_x3m:hover {
  background: rgba(255, 255, 255, 0.07);
}.kfr-ft_legal_x3m {
  flex: 1;
  font-size: 0.688rem;
  min-width: 200px;
  color: #9C9289;
  line-height: 1.6;
  overflow-wrap: break-word;
}.kfr-ft_legal_x3m strong {
  font-weight: 700;
  color: #8F877C;
}.kfr-ft_legal_x3m a {
  text-decoration: underline;
  color: #8F877C;
}.kfr-ft_age_x3m {
  border: 2px solid #9C9289;
  border-radius: 50%;
  align-items: center;
  font-weight: 800;
  color: #9C9289;
  display: flex;
  font-size: 0.688rem;
  justify-content: center;
  height: 32px;
  flex-shrink: 0;
  width: 2rem;
  margin-left: auto;
}