html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #070C18;
  color: #C2BDB4;
  min-height: 100vh;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}.kfh-layout-o3s {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.kfh-page-o3s {
  display: flex;
  min-height: 100vh;
}.kfh-main-o3s {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media (min-width: 1081px) {.kfh-main-o3s {
  padding-left: 220px;
}
}
@media (max-width: 1080px) {.kfh-main-o3s {
  padding-bottom: 4.5rem;
}
}.kfh-gc-o3s {
  background: #0A1020;
  border-radius: 10px;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  width: 8.75rem;
}
@media(min-width: 641px) {.kfh-gc-o3s {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.kfh-gc-o3s {
  width: 10.5rem;
}
}.kfh-gc-o3s:hover {
  border-color: rgba(77, 143, 214, 0.07);
  transform: translateY(-3px);
}.kfh-gc_img-o3s {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.kfh-gc_img-o3s img {
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}.kfh-gc_hover-o3s {
  background: rgba(4, 8, 16, 0.72);
  transition: opacity .2s;
  inset: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
}.kfh-gc-o3s:hover .kfh-gc_hover-o3s {
  opacity: 1;
}.kfh-gc_hover_btn-o3s {
  padding: 8px 16px;
  background: #4D8FD6;
  border-radius: 0.375rem;
  font-weight: 700;
  color: #EEE9E0;
  font-size: 0.75rem;
}.kfh-gc_info-o3s {
  padding: 0.5rem 0.625rem 10px;
}.kfh-gc_name-o3s {
  overflow: hidden;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 12px;
  text-overflow: ellipsis;
  max-width: 100%;
  color: #C2BDB4;
  white-space: nowrap;
}.kfh-gc_prov-o3s {
  color: #524E4A;
  font-size: 0.625rem;
}.kfh-gc_tag-o3s {
  padding: 2px 7px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: .04em;
  top: 0.375rem;
  font-weight: 700;
  position: absolute;
  font-size: 9px;
  left: 0.375rem;
  z-index: 2;
}.kfh-gc_tag_hot-o3s {
  background: #D63A3A;
  color: #fff;
}.kfh-gc_tag_new-o3s {
  background: #2ECC7A;
  color: #070C18;
}.kfh-gc_tag_jp-o3s {
  background: #C49A38;
  color: #070C18;
}.kfh-gc_tag_ex-o3s {
  background: #2A3580;
  color: #fff;
}.kfh-gc_tag_live-o3s {
  background: #D63A3A;
  color: #fff;
}.kfh-gr-o3s {
  background: #070C18;
  padding: 2rem 1rem 0;
}
@media(min-width: 766px) {.kfh-gr-o3s {
  padding: 36px 24px 0;
}
}.kfh-gr_in-o3s {
  margin: 0 auto;
  max-width: 1320px;
}.kfh-gr_head-o3s {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
}.kfh-gr_head_l-o3s {
  flex: 1;
  gap: 0.625rem;
  min-width: 0;
  display: flex;
  align-items: center;
}.kfh-gr_ic-o3s {
  border-radius: 10px;
  display: flex;
  width: 2rem;
  height: 32px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}.kfh-gr_ic-o3s svg {
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
}.kfh-gr_title-o3s {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  color: #EEE9E0;
  overflow-wrap: break-word;
  font-weight: 700;
}
@media(min-width: 770px) {.kfh-gr_title-o3s {
  font-size: 1.125rem;
}
}.kfh-gr_more-o3s {
  transition: color .2s;
  gap: 5px;
  white-space: nowrap;
  display: flex;
  font-weight: 600;
  align-items: center;
  font-size: 12px;
  color: #686460;
  flex-shrink: 0;
}.kfh-gr_more-o3s:hover {
  color: #4D8FD6;
}.kfh-gr_more-o3s svg {
  height: 12px;
  width: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.kfh-gr_arrows-o3s {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.kfh-gr_arr-o3s {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .15s,color .15s;
  color: #8C8880;
  display: flex;
  align-items: center;
  width: 1.875rem;
  height: 30px;
  justify-content: center;
}.kfh-gr_arr-o3s:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #EEE9E0;
}.kfh-gr_arr-o3s svg {
  height: 0.813rem;
  width: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.kfh-gr_seo_h-o3s {
  margin: 0 0 0.375rem;
  font-weight: 700;
  color: #C2BDB4;
  font-family: 'Cormorant Garamond', serif;
  font-size: 13px;
  overflow-wrap: break-word;
  max-width: 42.5rem;
}
@media(min-width: 770px) {.kfh-gr_seo_h-o3s {
  font-size: 14px;
}
}.kfh-gr_seo-o3s {
  margin-bottom: 0.75rem;
  max-width: 680px;
  overflow-wrap: break-word;
  color: #686460;
  line-height: 1.55;
  font-size: 0.75rem;
}.kfh-gr_seo-o3s strong {
  font-weight: 600;
  color: #C2BDB4;
}.kfh-gr_scroll-o3s {
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 0.625rem;
  display: flex;
  -webkit-overflow-scrolling: touch;
}.kfh-gr_scroll-o3s::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.kfh-gr_scroll-o3s {
  gap: 12px;
}
}.kfh-tb-o3s {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #070C18;
  left: 0;
  top: 0;
  display: flex;
  height: 56px;
  z-index: 80;
  right: 0;
  align-items: center;
  position: fixed;
}.kfh-tb_in-o3s {
  gap: 0;
  padding: 0 14px;
  align-items: center;
  display: flex;
  width: 100%;
  height: 100%;
}.kfh-tb_burger-o3s {
  gap: 5px;
  border-radius: 0.625rem;
  margin-right: 8px;
  width: 2.375rem;
  height: 38px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}.kfh-tb_burger-o3s:hover {
  background: rgba(255, 255, 255, 0.05);
}.kfh-tb_burger_line-o3s {
  background: #8C8880;
  border-radius: 1px;
  width: 18px;
  display: block;
  height: 2px;
}
@media(min-width: 1081px) {.kfh-tb_burger-o3s {
  display: none;
}
}.kfh-tb_logo-o3s {
  gap: 0.563rem;
  color: #EEE9E0;
  display: flex;
  align-items: center;
  font-weight: 800;
  flex-shrink: 0;
  overflow-wrap: break-word;
  margin-right: 1.25rem;
  letter-spacing: -.01em;
  font-size: 1.125rem;
}.kfh-tb_logo_mark-o3s {
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  width: 32px;
  align-items: center;
  justify-content: center;
  height: 32px;
}.kfh-tb_logo_mark-o3s img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.kfh-tb_nav-o3s {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 637px) {.kfh-tb_nav-o3s {
  display: flex;
}
}.kfh-tb_tab-o3s {
  padding: 8px 14px;
  border-radius: 0.625rem;
  transition: background .15s,color .15s;
  color: #8C8880;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 600;
}.kfh-tb_tab-o3s:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EEE9E0;
}.kfh-tb_tab-o3s.kfh-state_active-o3s {
  background: rgba(77, 143, 214, 0.18);
  color: #EEE9E0;
}.kfh-tb_right-o3s {
  gap: 8px;
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.kfh-tb_login-o3s {
  border-radius: 10px;
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  padding: 9px 1rem;
  color: #C2BDB4;
  font-weight: 600;
  display: none;
  font-size: 13px;
}.kfh-tb_login-o3s:hover {
  border-color: rgba(196, 154, 56, 0.38);
  color: #EEE9E0;
}
@media(min-width: 481px) {.kfh-tb_login-o3s {
  display: block;
}
}.kfh-tb_reg-o3s {
  background: #2ECC7A;
  padding: 9px 18px;
  transition: background .2s;
  border-radius: 10px;
  color: #07090E;
  font-weight: 700;
  white-space: nowrap;
  font-size: 13px;
}.kfh-tb_reg-o3s:hover {
  background: #3DDEA8;
}.kfh-sb-o3s {
  transition: transform .25s ease;
  transform: translateX(-100%);
  background: #0D1526;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  top: 3.5rem;
  width: 220px;
  z-index: 70;
  overflow-y: auto;
  position: fixed;
  bottom: 0;
  left: 0;
}.kfh-sb-o3s.kfh-state_open-o3s {
  transform: translateX(0);
}.kfh-sb-o3s::-webkit-scrollbar {
  width: 0.25rem;
}.kfh-sb-o3s::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1082px) {.kfh-sb-o3s {
  transform: translateX(0);
}
}.kfh-sb_auth-o3s {
  padding: 0.875rem 0.75rem 10px;
}.kfh-sb_btn_reg-o3s {
  border-radius: 10px;
  background: #2ECC7A;
  transition: background .2s;
  padding: 0.688rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.813rem;
  text-align: center;
  color: #07090E;
}.kfh-sb_btn_reg-o3s:hover {
  background: #3DDEA8;
}.kfh-sb_btn_login-o3s {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  padding: 0.625rem;
  border-radius: 10px;
  color: #C2BDB4;
  font-size: 13px;
  text-align: center;
  display: block;
  font-weight: 600;
}.kfh-sb_btn_login-o3s:hover {
  border-color: rgba(196, 154, 56, 0.38);
  color: #EEE9E0;
}.kfh-sb_promo-o3s {
  border-radius: 0.625rem;
  margin: 0 12px 0.625rem;
  background: linear-gradient(135deg,#0E1A40,#0D1526);
  border: 1px solid rgba(77, 143, 214, 0.18);
  overflow: hidden;
  padding: 12px 14px;
  position: relative;
}.kfh-sb_promo-o3s::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(77, 143, 214, 0.18),transparent 70%);
  content: '';
  height: 5rem;
  width: 80px;
  position: absolute;
  right: -1.25rem;
  top: -1.25rem;
}.kfh-sb_promo_title-o3s {
  color: #4D8FD6;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .06em;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}.kfh-sb_promo_text-o3s {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.35;
  color: #EEE9E0;
  overflow-wrap: break-word;
}.kfh-sb_promo_sub-o3s {
  margin-top: 3px;
  font-size: 10px;
  color: #686460;
}.kfh-sb_nav-o3s {
  padding: 0.375rem 8px 16px;
}.kfh-sb_nav_lb-o3s {
  padding: 0.625rem 0.5rem 6px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 10px;
  color: #524E4A;
}.kfh-sb_link-o3s {
  border-radius: 6px;
  gap: 10px;
  padding: 9px 0.625rem;
  transition: background .15s,color .15s;
  align-items: center;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  display: flex;
  color: #8C8880;
  cursor: pointer;
  font-weight: 500;
}.kfh-sb_link-o3s:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EEE9E0;
}.kfh-sb_link-o3s.kfh-state_active-o3s {
  background: rgba(77, 143, 214, 0.18);
  color: #EEE9E0;
}.kfh-sb_ic-o3s {
  border-radius: 0.375rem;
  flex-shrink: 0;
  height: 1.875rem;
  width: 30px;
  align-items: center;
  display: flex;
  justify-content: center;
}.kfh-sb_ic-o3s svg {
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
  height: 1rem;
}.kfh-sb_ic_1-o3s {
  background: rgba(77, 143, 214, 0.07);
  color: #4D8FD6;
}.kfh-sb_ic_2-o3s {
  background: rgba(46, 204, 122, 0.16);
  color: #2ECC7A;
}.kfh-sb_ic_3-o3s {
  background: rgba(196, 154, 56, 0.18);
  color: #C49A38;
}.kfh-sb_ic_4-o3s {
  background: rgba(42, 53, 128, 0.30);
  color: #2A3580;
}.kfh-sb_ic_5-o3s {
  background: rgba(77, 143, 214, 0.07);
  color: #D45FA8;
}.kfh-sb_ic_6-o3s {
  background: rgba(42, 53, 128, 0.30);
  color: #7B4FC4;
}.kfh-sb_badge-o3s {
  background: #C49A38;
  border-radius: 0.375rem;
  padding: 2px 0.438rem;
  font-weight: 700;
  font-size: 9px;
  margin-left: auto;
  color: #07090E;
}.kfh-sb_bot-o3s {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  gap: 8px;
  display: flex;
}.kfh-sb_lang-o3s,.kfh-sb_help-o3s {
  flex: 1;
  gap: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  transition: border-color .2s;
  padding: 9px 6px;
  display: flex;
  justify-content: center;
  font-size: 0.688rem;
  color: #8C8880;
  align-items: center;
  font-weight: 600;
}.kfh-sb_lang-o3s:hover,.kfh-sb_help-o3s:hover {
  border-color: rgba(196, 154, 56, 0.38);
  color: #EEE9E0;
}.kfh-sb_lang-o3s svg,.kfh-sb_help-o3s svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.813rem;
  height: 0.813rem;
}.kfh-sb_bd-o3s {
  inset: 0;
  background: rgba(4, 8, 16, 0.72);
  display: none;
  position: fixed;
  z-index: 69;
}.kfh-sb_bd-o3s.kfh-state_on-o3s {
  display: block;
}
@media(min-width: 1082px) {.kfh-sb_bd-o3s {
  display: none!important;
}
}.kfh-mob_nav-o3s {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  background: #0D1526;
  display: flex;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 80;
  position: fixed;
}
@media(min-width: 1079px) {.kfh-mob_nav-o3s {
  display: none;
}
}.kfh-mob_nav_item-o3s {
  gap: 4px;
  flex: 1;
  padding: 0.25rem 2px;
  align-items: center;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  color: #524E4A;
}.kfh-mob_nav_ic-o3s {
  line-height: 1;
}.kfh-mob_nav_ic-o3s svg {
  width: 20px;
  height: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.kfh-mob_nav_lb-o3s {
  font-size: 0.625rem;
  color: #524E4A;
  font-weight: 600;
}.kfh-mob_nav_item-o3s.kfh-state_active-o3s {
  color: #4D8FD6;
}.kfh-mob_nav_item-o3s.kfh-state_active-o3s .kfh-mob_nav_lb-o3s {
  color: #4D8FD6;
}.kfh-hero-o3s {
  padding: 20px 16px 0;
  background: #070C18;
}
@media(min-width: 770px) {.kfh-hero-o3s {
  padding: 1.5rem 1.5rem 0;
}
}.kfh-hero_in-o3s {
  margin: 0 auto;
  gap: 12px;
  grid-template-columns: 1fr;
  max-width: 1320px;
  display: grid;
}
@media(min-width:860px) {.kfh-hero_in-o3s {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1101px) {.kfh-hero_in-o3s {
  grid-template-columns: 1fr 340px;
}
}.kfh-hero_promo-o3s {
  background: #0A1020;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  min-height: 220px;
  align-items: stretch;
  display: flex;
}
@media(min-width: 770px) {.kfh-hero_promo-o3s {
  min-height: 280px;
}
}.kfh-hero_promo_bg-o3s {
  background: linear-gradient(120deg,#0E1A40 0%,#070C18 100%);
  inset: 0;
  background-position: center;
  position: absolute;
  background-size: cover;
}.kfh-hero_promo_bg-o3s::after {
  inset: 0;
  background: linear-gradient(90deg,#070C18 0%,rgba(4, 8, 16, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.kfh-hero_promo_glow-o3s {
  background: radial-gradient(circle,rgba(42, 53, 128, 0.30) 0%,transparent 65%);
  border-radius: 50%;
  position: absolute;
  right: 60px;
  top: -2.5rem;
  width: 18.75rem;
  pointer-events: none;
  height: 18.75rem;
}.kfh-hero_promo_ct-o3s {
  padding: 1.75rem 1.5rem 1.75rem 28px;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  max-width: 30rem;
  display: flex;
  position: relative;
}
@media(min-width: 765px) {.kfh-hero_promo_ct-o3s {
  padding: 2.5rem 32px;
}
}.kfh-hero_badge-o3s {
  border-radius: 20px;
  background: rgba(77, 143, 214, 0.18);
  border: 1px solid rgba(77, 143, 214, 0.07);
  padding: 0.313rem 0.75rem;
  letter-spacing: .08em;
  display: inline-block;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #4D8FD6;
  font-weight: 700;
  margin-bottom: 0.875rem;
}.kfh-hero_h1-o3s {
  line-height: 1.15;
  margin-bottom: 10px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #EEE9E0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.625rem;
}.kfh-hero_h1-o3s em {
  color: #C49A38;
  font-style: normal;
}
@media(min-width: 769px) {.kfh-hero_h1-o3s {
  font-size: 2.25rem;
}
}.kfh-hero_sub-o3s {
  font-size: 0.813rem;
  color: #8C8880;
  margin-bottom: 1.25rem;
  line-height: 1.55;
}
@media(min-width: 770px) {.kfh-hero_sub-o3s {
  font-size: 14px;
}
}.kfh-hero_row-o3s {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.kfh-hero_cta-o3s {
  padding: 0.813rem 1.625rem;
  border-radius: 0.625rem;
  transition: background .2s;
  background: #2ECC7A;
  font-weight: 700;
  color: #07090E;
  font-size: 0.875rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 0.25rem 1.125rem rgba(46, 204, 122, 0.38);
}.kfh-hero_cta-o3s:hover {
  background: #3DDEA8;
}.kfh-hero_terms-o3s {
  font-size: 11px;
  color: #524E4A;
}.kfh-hero_game-o3s {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #0A1020;
  flex-direction: column;
  position: relative;
  display: flex;
}.kfh-hero_game_badge-o3s {
  background: rgba(196, 154, 56, 0.18);
  border-radius: 1.25rem;
  padding: 5px 0.625rem;
  border: 1px solid rgba(196, 154, 56, 0.18);
  left: 12px;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 0.625rem;
  top: 12px;
  color: #C49A38;
  z-index: 3;
  font-weight: 700;
}.kfh-hero_game_badge-o3s svg {
  margin-right: 0.25rem;
  width: 0.688rem;
  height: 11px;
  vertical-align: -1px;
}.kfh-hero_game_img-o3s {
  background: linear-gradient(135deg,#0E1A40,#070C18);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.kfh-hero_game_img-o3s img {
  inset: 0;
  width: 100%;
  position: absolute;
  object-fit: cover;
  height: 100%;
}.kfh-hero_game_play-o3s {
  transition: opacity .2s;
  inset: 0;
  background: rgba(4, 8, 16, 0.72);
  align-items: center;
  position: absolute;
  opacity: 0;
  justify-content: center;
  display: flex;
}.kfh-hero_game-o3s:hover .kfh-hero_game_play-o3s {
  opacity: 1;
}.kfh-hero_game_play-o3s span {
  background: #4D8FD6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  display: flex;
  height: 52px;
}.kfh-hero_game_play-o3s span svg {
  margin-left: 2px;
  height: 18px;
  width: 18px;
}.kfh-hero_game_info-o3s {
  padding: 14px 1rem;
}.kfh-hero_game_title-o3s {
  color: #EEE9E0;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 4px;
}.kfh-hero_game_provider-o3s {
  font-size: 11px;
  color: #686460;
}.kfh-hero_game_btn-o3s {
  background: #4D8FD6;
  transition: background .2s;
  margin: 0.75rem 1rem 16px;
  border-radius: 10px;
  padding: 0.688rem;
  font-size: 13px;
  text-align: center;
  display: block;
  color: #EEE9E0;
  font-weight: 700;
}.kfh-hero_game-o3s:hover .kfh-hero_game_btn-o3s {
  background: #6BA8E8;
}.kfh-sbar-o3s {
  background: #070C18;
  padding: 16px 1rem 0;
}
@media(min-width: 765px) {.kfh-sbar-o3s {
  padding: 1.125rem 24px 0;
}
}.kfh-sbar_in-o3s {
  margin: 0 auto;
  max-width: 1320px;
}.kfh-sbar_row-o3s {
  gap: 0.625rem;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
  display: flex;
}.kfh-sbar_input-o3s {
  transition: border-color .2s;
  background: #0A1020;
  padding: 0.688rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  flex: 1;
  gap: 10px;
  color: #686460;
  align-items: center;
  display: flex;
  cursor: pointer;
  font-size: 13px;
}.kfh-sbar_input-o3s:hover {
  border-color: rgba(196, 154, 56, 0.38);
}.kfh-sbar_input-o3s svg {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.kfh-sbar_providers-o3s {
  padding: 11px 18px;
  transition: border-color .2s;
  border-radius: 0.625rem;
  background: #0A1020;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 8px;
  display: flex;
  color: #C2BDB4;
  align-items: center;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.813rem;
}.kfh-sbar_providers-o3s:hover {
  border-color: rgba(196, 154, 56, 0.38);
  color: #EEE9E0;
}.kfh-sbar_providers-o3s svg {
  height: 0.875rem;
  width: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.kfh-sbar_tabs-o3s {
  gap: 0.375rem;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 2px;
}.kfh-sbar_tabs-o3s::-webkit-scrollbar {
  display: none;
}.kfh-sbar_tab-o3s {
  background: rgba(255, 255, 255, 0.05);
  gap: 0.438rem;
  padding: 0.5rem 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  transition: background .15s,color .15s,border-color .15s;
  align-items: center;
  font-weight: 600;
  color: #8C8880;
  white-space: nowrap;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 12px;
  display: flex;
}.kfh-sbar_tab-o3s:hover {
  border-color: rgba(196, 154, 56, 0.38);
  background: rgba(255, 255, 255, 0.07);
  color: #EEE9E0;
}.kfh-sbar_tab-o3s.kfh-state_active-o3s {
  background: rgba(77, 143, 214, 0.18);
  border-color: rgba(77, 143, 214, 0.07);
  color: #EEE9E0;
}.kfh-sbar_tab_ic-o3s svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.875rem;
  width: 14px;
}.kfh-gr_jp-o3s {
  padding: 1.25rem;
  border-radius: 16px;
  background: linear-gradient(135deg,#160E2E 0%,#07050F 100%);
  overflow: hidden;
  position: relative;
}.kfh-gr_jp-o3s::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(42, 53, 128, 0.30) 0%,transparent 70%);
  top: -60px;
  width: 250px;
  left: -3.75rem;
  content: '';
  height: 15.625rem;
  position: absolute;
}.kfh-gr_jp-o3s::after {
  background: radial-gradient(circle,rgba(196, 154, 56, 0.18) 0%,transparent 70%);
  border-radius: 50%;
  width: 200px;
  content: '';
  bottom: -2.5rem;
  right: 0;
  height: 12.5rem;
  position: absolute;
}.kfh-gr_jp_head-o3s {
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 16px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  display: flex;
}.kfh-gr_jp_info-o3s {
  flex: 1;
}.kfh-gr_jp_label-o3s {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.375rem;
  font-size: 0.688rem;
  color: #7B4FC4;
}.kfh-gr_jp_label-o3s svg {
  margin-right: 4px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 14px;
  width: 0.875rem;
  vertical-align: -2px;
}.kfh-gr_jp_amount-o3s {
  overflow-wrap: break-word;
  line-height: 1;
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  margin-bottom: 4px;
  color: #EEE9E0;
  font-weight: 800;
}
@media(min-width: 765px) {.kfh-gr_jp_amount-o3s {
  font-size: 40px;
}
}.kfh-gr_jp_amount-o3s span {
  color: #C49A38;
}.kfh-gr_jp_seo-o3s {
  font-size: 0.75rem;
  line-height: 1.5;
  overflow-wrap: break-word;
  color: #8C8880;
  max-width: 30rem;
}.kfh-gr_jp_cta-o3s {
  border: 1px solid rgba(42, 53, 128, 0.30);
  border-radius: 10px;
  padding: 0.688rem 20px;
  transition: background .2s;
  background: rgba(42, 53, 128, 0.30);
  flex-shrink: 0;
  z-index: 1;
  margin-top: 4px;
  white-space: nowrap;
  align-self: flex-start;
  font-weight: 700;
  color: #EEE9E0;
  position: relative;
  font-size: 13px;
}.kfh-gr_jp_cta-o3s:hover {
  background: #2A3580;
}.kfh-ws-o3s {
  padding: 32px 1rem 0;
  background: #070C18;
}
@media(min-width:768px) {.kfh-ws-o3s {
  padding: 36px 1.5rem 0;
}
}.kfh-ws_in-o3s {
  margin: 0 auto;
  max-width: 1320px;
}.kfh-ws_head-o3s {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}.kfh-ws_title-o3s {
  gap: 10px;
  overflow-wrap: break-word;
  font-weight: 700;
  display: flex;
  color: #EEE9E0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  align-items: center;
  flex-wrap: wrap;
}.kfh-ws_title_ic-o3s svg {
  width: 18px;
  height: 1.125rem;
  color: #C49A38;
  stroke-linecap: round;
  stroke-linejoin: round;
}.kfh-ws_online-o3s {
  gap: 7px;
  display: flex;
  font-size: 12px;
  color: #686460;
  font-weight: 600;
  align-items: center;
}.kfh-ws_online_dot-o3s {
  border-radius: 50%;
  background: #2ECC7A;
  flex-shrink: 0;
  width: 8px;
  box-shadow: 0 0 0.375rem rgba(46, 204, 122, 0.16);
  height: 8px;
}.kfh-ws_scroll-o3s {
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 8px;
  display: flex;
}.kfh-ws_scroll-o3s::-webkit-scrollbar {
  display: none;
}.kfh-wc-o3s {
  gap: 0.625rem;
  border-radius: 10px;
  padding: 10px 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0A1020;
  align-items: center;
  min-width: 220px;
  flex-shrink: 0;
  display: flex;
}.kfh-wc_img-o3s {
  background: #0D1526;
  overflow: hidden;
  border-radius: 0.375rem;
  width: 2.25rem;
  height: 36px;
  flex-shrink: 0;
}.kfh-wc_img-o3s img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.kfh-wc_info-o3s {
  min-width: 0;
}.kfh-wc_game-o3s {
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  color: #C2BDB4;
  font-size: 0.75rem;
  text-overflow: ellipsis;
}.kfh-wc_player-o3s {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #524E4A;
  font-size: 10px;
  white-space: nowrap;
}.kfh-wc_amount-o3s {
  flex-shrink: 0;
  font-weight: 700;
  white-space: nowrap;
  color: #2ECC7A;
  margin-left: auto;
  font-size: 13px;
}.kfh-prov-o3s {
  padding: 2.25rem 16px 0;
  background: #070C18;
}
@media(min-width:768px) {.kfh-prov-o3s {
  padding: 44px 24px 0;
}
}.kfh-prov_in-o3s {
  margin: 0 auto;
  max-width: 82.5rem;
}.kfh-prov_head-o3s {
  margin-bottom: 16px;
}.kfh-prov_label-o3s {
  color: #4D8FD6;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
}.kfh-prov_h2-o3s {
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #EEE9E0;
}
@media(min-width: 771px) {.kfh-prov_h2-o3s {
  font-size: 1.5rem;
}
}.kfh-prov_seo-o3s {
  max-width: 620px;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #686460;
}.kfh-prov_seo-o3s strong {
  color: #C2BDB4;
  font-weight: 700;
}.kfh-prov_seo-o3s a {
  text-decoration: underline;
  color: #4D8FD6;
}.kfh-prov_grid-o3s {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 642px) {.kfh-prov_grid-o3s {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width:1080px) {.kfh-prov_grid-o3s {
  grid-template-columns: repeat(8,1fr);
}
}.kfh-prov_card-o3s {
  border-radius: 10px;
  gap: 7px;
  background: #0A1020;
  transition: border-color .2s,background .2s;
  padding: 0.875rem 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  cursor: pointer;
  flex-direction: column;
  display: flex;
  align-items: center;
}.kfh-prov_card-o3s:hover {
  border-color: rgba(196, 154, 56, 0.38);
  background: #0D1526;
}.kfh-prov_logo-o3s {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  overflow: hidden;
  height: 44px;
  width: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}.kfh-prov_logo-o3s img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.kfh-prov_name-o3s {
  font-size: 0.688rem;
  color: #8C8880;
  text-align: center;
  font-weight: 600;
  overflow-wrap: break-word;
}.kfh-htp-o3s {
  padding: 36px 16px 0;
  background: #070C18;
}
@media(min-width: 769px) {.kfh-htp-o3s {
  padding: 44px 24px 0;
}
}.kfh-htp_in-o3s {
  margin: 0 auto;
  max-width: 82.5rem;
}.kfh-htp_head-o3s {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.kfh-htp_label-o3s {
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #4D8FD6;
  font-weight: 700;
}.kfh-htp_h2-o3s {
  font-size: 22px;
  margin-bottom: 8px;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #EEE9E0;
}
@media(min-width: 771px) {.kfh-htp_h2-o3s {
  font-size: 1.75rem;
}
}.kfh-htp_intro-o3s {
  color: #686460;
  line-height: 1.6;
  font-size: 0.875rem;
}.kfh-htp_steps-o3s {
  margin: 0;
  gap: 12px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  counter-reset: none;
}
@media(min-width: 643px) {.kfh-htp_steps-o3s {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.kfh-htp_steps-o3s {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.kfh-htp_step-o3s {
  border-radius: 0.625rem;
  background: #0D1526;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem 18px 18px;
  display: flex;
  flex-direction: column;
  position: relative;
}.kfh-htp_step_num-o3s {
  background: #4D8FD6;
  border-radius: 50%;
  font-family: 'Cormorant Garamond', serif;
  top: -12px;
  height: 1.75rem;
  color: #07090E;
  left: 20px;
  font-weight: 800;
  align-items: center;
  font-size: 13px;
  justify-content: center;
  display: flex;
  width: 1.75rem;
  position: absolute;
}.kfh-htp_step_ic-o3s {
  border-radius: 6px;
  background: rgba(77, 143, 214, 0.18);
  margin: 0.5rem 0 0.75rem;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  color: #4D8FD6;
}.kfh-htp_step_ic-o3s svg {
  stroke-linecap: round;
  width: 1.125rem;
  height: 1.125rem;
  stroke-linejoin: round;
}.kfh-htp_step_h-o3s {
  margin-bottom: 6px;
  color: #EEE9E0;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.25;
}.kfh-htp_step_p-o3s {
  line-height: 1.55;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #686460;
}.kfh-htp_step_p-o3s strong {
  font-weight: 600;
  color: #C2BDB4;
}.kfh-htp_cta-o3s {
  background: #2ECC7A;
  border-radius: 10px;
  padding: 13px 1.625rem;
  transition: background .2s;
  font-size: 14px;
  display: inline-block;
  color: #07090E;
  font-weight: 700;
  margin-top: 1.25rem;
}.kfh-htp_cta-o3s:hover {
  background: #3DDEA8;
}.kfh-bon-o3s {
  padding: 36px 1rem 0;
  background: #070C18;
}
@media(min-width: 766px) {.kfh-bon-o3s {
  padding: 44px 1.5rem 0;
}
}.kfh-bon_in-o3s {
  margin: 0 auto;
  max-width: 1320px;
}.kfh-bon_head-o3s {
  margin-bottom: 20px;
}.kfh-bon_label-o3s {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #4D8FD6;
  text-transform: uppercase;
}.kfh-bon_h2-o3s {
  margin-bottom: 8px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #EEE9E0;
}
@media(min-width: 767px) {.kfh-bon_h2-o3s {
  font-size: 1.5rem;
}
}.kfh-bon_seo-o3s {
  max-width: 620px;
  color: #686460;
  line-height: 1.6;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.kfh-bon_seo-o3s strong {
  font-weight: 700;
  color: #C2BDB4;
}.kfh-bon_seo-o3s a {
  text-decoration: underline;
  color: #4D8FD6;
}.kfh-bon_grid-o3s {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 638px) {.kfh-bon_grid-o3s {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.kfh-bon_grid-o3s {
  grid-template-columns: repeat(5,1fr);
}
}.kfh-bon_card-o3s {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 16px;
  background: #0A1020;
  border-radius: 0.625rem;
  transition: border-color .2s,transform .2s;
}.kfh-bon_card-o3s:hover {
  transform: translateY(-2px);
  border-color: rgba(77, 143, 214, 0.07);
}.kfh-bon_card_ic-o3s svg {
  width: 1.625rem;
  stroke-linecap: round;
  height: 26px;
  stroke-linejoin: round;
}.kfh-bon_card_ic-o3s {
  margin-bottom: 10px;
}.kfh-bon_card_type-o3s {
  font-weight: 700;
  text-transform: uppercase;
  color: #686460;
  margin-bottom: 0.375rem;
  letter-spacing: .06em;
  font-size: 0.625rem;
}.kfh-bon_card_amount-o3s {
  font-weight: 800;
  font-size: 18px;
  color: #C49A38;
  line-height: 1.1;
  margin-bottom: 0.375rem;
}.kfh-bon_card_name-o3s {
  overflow-wrap: break-word;
  color: #EEE9E0;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 0.813rem;
}.kfh-bon_card_detail-o3s {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 8px;
  line-height: 1.5;
  color: #524E4A;
  font-size: 11px;
  overflow-wrap: break-word;
}.kfh-app-o3s {
  padding: 2.25rem 16px 0;
  background: #070C18;
}
@media(min-width:768px) {.kfh-app-o3s {
  padding: 44px 1.5rem 0;
}
}.kfh-app_in-o3s {
  margin: 0 auto;
  max-width: 1320px;
}.kfh-app_head-o3s {
  margin-bottom: 1rem;
}.kfh-app_label-o3s {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  color: #4D8FD6;
  letter-spacing: .08em;
}.kfh-app_h2-o3s {
  overflow-wrap: break-word;
  color: #EEE9E0;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 6px;
  font-size: 20px;
}
@media(min-width: 770px) {.kfh-app_h2-o3s {
  font-size: 24px;
}
}.kfh-app_sub-o3s {
  font-size: 13px;
  max-width: 600px;
  overflow-wrap: break-word;
  color: #686460;
  line-height: 1.6;
}.kfh-app_sub-o3s strong {
  color: #C2BDB4;
  font-weight: 700;
}.kfh-app_cards-o3s {
  gap: 10px;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.kfh-app_cards-o3s {
  grid-template-columns: repeat(3,1fr);
}
}.kfh-app_card-o3s {
  overflow: hidden;
  padding: 20px;
  gap: 16px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}.kfh-app_card_ios-o3s {
  background: linear-gradient(135deg,rgba(77, 143, 214, 0.18) 0%,#0D1526 100%);
}.kfh-app_card_android-o3s {
  background: linear-gradient(135deg,rgba(46, 204, 122, 0.16) 0%,#0D1526 100%);
}.kfh-app_card_win-o3s {
  background: linear-gradient(135deg,rgba(196, 154, 56, 0.18) 0%,#0D1526 100%);
}.kfh-app_card_ic-o3s svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 2.125rem;
  width: 34px;
}.kfh-app_card_ic-o3s {
  flex-shrink: 0;
  color: #EEE9E0;
}.kfh-app_card_os-o3s {
  font-size: 0.625rem;
  color: #686460;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.kfh-app_card_title-o3s {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 15px;
  color: #EEE9E0;
  margin-bottom: 6px;
  line-height: 1.2;
}.kfh-app_card_text-o3s {
  font-size: 12px;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #686460;
}.kfh-app_card_btn-o3s {
  padding: 0.625rem 18px;
  border-radius: 0.375rem;
  transition: background .2s;
  background: rgba(255, 255, 255, 0.12);
  gap: 7px;
  border: 1px solid rgba(196, 154, 56, 0.38);
  align-items: center;
  color: #EEE9E0;
  font-weight: 700;
  font-size: 0.813rem;
  display: inline-flex;
}.kfh-app_card_btn-o3s:hover {
  background: rgba(255, 255, 255, 0.07);
}.kfh-reg-o3s {
  padding: 36px 16px 0;
  background: #070C18;
}
@media(min-width: 769px) {.kfh-reg-o3s {
  padding: 44px 24px 0;
}
}.kfh-reg_in-o3s {
  background: #0D1526;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 765px) {.kfh-reg_in-o3s {
  padding: 2.5rem;
}
}.kfh-reg_top-o3s {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.kfh-reg_top-o3s {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.kfh-reg_label-o3s {
  margin-bottom: 10px;
  font-size: 11px;
  color: #4D8FD6;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.kfh-reg_h2-o3s {
  line-height: 1.2;
  font-size: 22px;
  color: #EEE9E0;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 12px;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.kfh-reg_h2-o3s {
  font-size: 28px;
}
}.kfh-reg_bonus-o3s {
  background: rgba(196, 154, 56, 0.18);
  padding: 10px 1rem;
  border-radius: 10px;
  gap: 0.5rem;
  border: 1px solid rgba(196, 154, 56, 0.18);
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
}.kfh-reg_bonus_amount-o3s {
  font-size: 1.25rem;
  font-weight: 800;
  color: #C49A38;
}.kfh-reg_bonus_text-o3s {
  font-size: 13px;
  line-height: 1.35;
  color: #8C8880;
}.kfh-reg_cta_btn-o3s {
  padding: 14px 2rem;
  background: #2ECC7A;
  transition: background .2s;
  border-radius: 0.625rem;
  display: inline-block;
  color: #07090E;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 4px 18px rgba(46, 204, 122, 0.38);
  font-size: 0.938rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
}.kfh-reg_cta_btn-o3s:hover {
  background: #3DDEA8;
}.kfh-reg_terms-o3s {
  line-height: 1.5;
  font-size: 11px;
  color: #524E4A;
}.kfh-reg_seo-o3s {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 1.25rem;
  color: #686460;
  overflow-wrap: break-word;
  padding-top: 20px;
  font-size: 13px;
  line-height: 1.65;
}.kfh-reg_seo-o3s p {
  color: #686460;
  margin-bottom: 0.625rem;
  line-height: 1.65;
  font-size: 0.813rem;
}.kfh-reg_seo-o3s p:last-child {
  margin-bottom: 0;
}.kfh-reg_seo-o3s strong {
  font-weight: 700;
  color: #C2BDB4;
}.kfh-reg_seo-o3s a {
  transition: color .2s;
  color: #4D8FD6;
  text-decoration: underline;
}.kfh-reg_seo-o3s a:hover {
  color: #6BA8E8;
}.kfh-reg_seo-o3s ul,.kfh-reg_seo-o3s ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.kfh-reg_seo-o3s ol {
  list-style: decimal;
}.kfh-reg_seo-o3s li {
  color: #686460;
  margin-bottom: 4px;
  line-height: 1.65;
  font-size: 0.813rem;
}.kfh-reg_seo-o3s table {
  margin-bottom: 0.625rem;
  border-collapse: collapse;
  font-size: 13px;
  overflow-x: auto;
  display: block;
  width: 100%;
}
@media(min-width: 767px) {.kfh-reg_seo-o3s table {
  display: table;
}
}.kfh-reg_seo-o3s th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C2BDB4;
}.kfh-reg_seo-o3s td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #686460;
}.kfh-reg_steps-o3s {
  gap: 0.875rem;
  margin-top: 1.75rem;
  flex-direction: column;
  display: flex;
}
@media(min-width: 861px) {.kfh-reg_steps-o3s {
  margin-top: 0;
}
}.kfh-reg_step-o3s {
  border-radius: 10px;
  padding: 16px;
  gap: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.kfh-reg_step_num-o3s {
  background: rgba(77, 143, 214, 0.18);
  border-radius: 50%;
  border: 1px solid rgba(77, 143, 214, 0.07);
  width: 34px;
  flex-shrink: 0;
  height: 2.125rem;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 800;
  color: #4D8FD6;
  font-size: 14px;
}.kfh-reg_step_title-o3s {
  margin-bottom: 3px;
  font-weight: 700;
  color: #EEE9E0;
  font-size: 0.875rem;
}.kfh-reg_step_text-o3s {
  color: #686460;
  line-height: 1.5;
  font-size: 0.75rem;
}.kfh-reg_trust-o3s {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 20px;
}.kfh-reg_trust_item-o3s {
  gap: 0.438rem;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
  font-size: 12px;
  color: #686460;
}.kfh-reg_trust_ic-o3s svg {
  color: #4D8FD6;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
  height: 16px;
}.kfh-seo-o3s {
  padding: 2.25rem 16px 0;
  background: #070C18;
}
@media(min-width: 769px) {.kfh-seo-o3s {
  padding: 2.75rem 1.5rem 0;
}
}.kfh-seo_in-o3s {
  background: #0D1526;
  border-radius: 16px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.75rem 1.5rem;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.kfh-seo_in-o3s {
  padding: 36px 40px;
}
}.kfh-seo_label-o3s {
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  color: #4D8FD6;
  margin-bottom: 0.625rem;
  font-weight: 700;
}.kfh-seo_h2-o3s {
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  line-height: 1.25;
  margin-bottom: 14px;
  color: #EEE9E0;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width: 766px) {.kfh-seo_h2-o3s {
  font-size: 24px;
}
}.kfh-seo_body-o3s {
  line-height: 1.75;
  color: #8C8880;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.kfh-seo_body-o3s p {
  font-size: 0.875rem;
  color: #8C8880;
  margin-bottom: 12px;
  line-height: 1.75;
}.kfh-seo_body-o3s p:last-child {
  margin-bottom: 0;
}.kfh-seo_body-o3s strong {
  color: #C2BDB4;
  font-weight: 700;
}.kfh-seo_body-o3s a {
  transition: color .2s;
  text-decoration: underline;
  color: #4D8FD6;
}.kfh-seo_body-o3s a:hover {
  color: #6BA8E8;
}.kfh-seo_body-o3s ul,.kfh-seo_body-o3s ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.kfh-seo_body-o3s ol {
  list-style: decimal;
}.kfh-seo_body-o3s li {
  line-height: 1.75;
  margin-bottom: 6px;
  color: #8C8880;
  font-size: 0.875rem;
}.kfh-seo_body-o3s table {
  margin-bottom: 0.75rem;
  font-size: 0.813rem;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 769px) {.kfh-seo_body-o3s table {
  display: table;
}
}.kfh-seo_body-o3s th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  color: #C2BDB4;
  font-weight: 700;
  text-align: left;
}.kfh-seo_body-o3s td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8C8880;
}.kfh-seo_cols-o3s {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.kfh-seo_cols-o3s {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.kfh-seo_cols-o3s {
  grid-template-columns: repeat(3,1fr);
}
}.kfh-seo_col_h-o3s {
  overflow-wrap: break-word;
  color: #C2BDB4;
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 0.813rem;
}.kfh-seo_col_p-o3s {
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #686460;
}.kfh-seo_stats-o3s {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.kfh-seo_stat-o3s {
  border-radius: 10px;
  border: 1px solid rgba(77, 143, 214, 0.18);
  background: rgba(77, 143, 214, 0.07);
  padding: 0.875rem 16px;
  flex: 1;
  min-width: 8.75rem;
}.kfh-seo_stat_val-o3s {
  font-weight: 800;
  color: #4D8FD6;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-size: 20px;
}.kfh-seo_stat_lb-o3s {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #686460;
}.kfh-faq-o3s {
  padding: 2.25rem 16px 0;
  background: #070C18;
}
@media(min-width: 769px) {.kfh-faq-o3s {
  padding: 44px 24px 0;
}
}.kfh-faq_in-o3s {
  margin: 0 auto;
  max-width: 1320px;
}.kfh-faq_head-o3s {
  margin-bottom: 1.25rem;
}.kfh-faq_label-o3s {
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #4D8FD6;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}.kfh-faq_h2-o3s {
  color: #EEE9E0;
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.kfh-faq_h2-o3s {
  font-size: 24px;
}
}.kfh-faq_list-o3s {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.kfh-faq_item-o3s {
  overflow: hidden;
  background: #0D1526;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
}.kfh-faq_q-o3s {
  gap: 12px;
  padding: 16px 20px;
  transition: color .2s;
  display: flex;
  color: #C2BDB4;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  overflow-wrap: break-word;
  font-weight: 600;
  align-items: center;
  cursor: pointer;
}.kfh-faq_q-o3s:hover {
  color: #EEE9E0;
}.kfh-faq_q_ic-o3s {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  width: 1.5rem;
  display: flex;
  color: #4D8FD6;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  height: 1.5rem;
}.kfh-faq_item-o3s.kfh-state_open-o3s .kfh-faq_q_ic-o3s {
  transform: rotate(45deg);
}.kfh-faq_a-o3s {
  padding: 0 1.25rem 1rem;
  font-size: 13px;
  color: #686460;
  overflow-wrap: break-word;
  display: none;
  line-height: 1.7;
}.kfh-faq_item-o3s.kfh-state_open-o3s .kfh-faq_a-o3s {
  display: block;
}.kfh-faq_a-o3s strong {
  color: #C2BDB4;
  font-weight: 700;
}.kfh-faq_a-o3s a {
  color: #4D8FD6;
  text-decoration: underline;
}.kfh-faq_a-o3s ul,.kfh-faq_a-o3s ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 20px;
}.kfh-faq_a-o3s ol {
  list-style: decimal;
}.kfh-faq_a-o3s li {
  line-height: 1.6;
  margin-bottom: 4px;
}.kfh-faq_a-o3s table {
  margin: 0.5rem 0;
  border-collapse: collapse;
  font-size: 0.75rem;
  width: 100%;
  overflow-x: auto;
  display: block;
}
@media(min-width: 771px) {.kfh-faq_a-o3s table {
  display: table;
}
}.kfh-faq_a-o3s th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 8px;
  text-align: left;
  font-weight: 700;
  color: #C2BDB4;
}.kfh-faq_a-o3s td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 0.5rem;
  color: #686460;
}.kfh-seo-o3s {
  background: #070C18;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.kfh-seo-o3s {
  padding: 2.75rem 24px 0;
}
}.kfh-seo_in-o3s {
  padding: 1.75rem 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0D1526;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.kfh-seo_in-o3s {
  padding: 2.25rem 2.5rem;
}
}.kfh-seo_label-o3s {
  margin-bottom: 0.625rem;
  font-size: 11px;
  text-transform: uppercase;
  color: #4D8FD6;
  font-weight: 700;
  letter-spacing: .08em;
}.kfh-seo_h2-o3s {
  color: #EEE9E0;
  line-height: 1.25;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 771px) {.kfh-seo_h2-o3s {
  font-size: 1.5rem;
}
}.kfh-seo_body-o3s {
  color: #8C8880;
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
}.kfh-seo_body-o3s p {
  margin-bottom: 12px;
  line-height: 1.75;
  color: #8C8880;
  font-size: 14px;
}.kfh-seo_body-o3s p:last-child {
  margin-bottom: 0;
}.kfh-seo_body-o3s strong {
  font-weight: 700;
  color: #C2BDB4;
}.kfh-seo_body-o3s a {
  transition: color .2s;
  color: #4D8FD6;
  text-decoration: underline;
}.kfh-seo_body-o3s a:hover {
  color: #6BA8E8;
}.kfh-seo_body-o3s ul,.kfh-seo_body-o3s ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.kfh-seo_body-o3s ol {
  list-style: decimal;
}.kfh-seo_body-o3s li {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 6px;
  color: #8C8880;
}.kfh-seo_body-o3s table {
  border-collapse: collapse;
  font-size: 13px;
  overflow-x: auto;
  margin-bottom: 12px;
  width: 100%;
  display: block;
}
@media(min-width:768px) {.kfh-seo_body-o3s table {
  display: table;
}
}.kfh-seo_body-o3s th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  color: #C2BDB4;
  text-align: left;
  font-weight: 700;
}.kfh-seo_body-o3s td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #8C8880;
}.kfh-seo_cols-o3s {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 643px) {.kfh-seo_cols-o3s {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.kfh-seo_cols-o3s {
  grid-template-columns: repeat(3,1fr);
}
}.kfh-seo_col_h-o3s {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 13px;
  color: #C2BDB4;
  margin-bottom: 7px;
}.kfh-seo_col_p-o3s {
  line-height: 1.65;
  color: #686460;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.kfh-seo_stats-o3s {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.kfh-seo_stat-o3s {
  background: rgba(77, 143, 214, 0.07);
  border: 1px solid rgba(77, 143, 214, 0.18);
  border-radius: 10px;
  padding: 0.875rem 16px;
  flex: 1;
  min-width: 140px;
}.kfh-seo_stat_val-o3s {
  font-weight: 800;
  font-size: 20px;
  color: #4D8FD6;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.kfh-seo_stat_lb-o3s {
  color: #686460;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.kfh-rv-o3s {
  padding: 2.25rem 1rem 0;
  background: #070C18;
}
@media(min-width: 769px) {.kfh-rv-o3s {
  padding: 2.75rem 24px 0;
}
}.kfh-rv_in-o3s {
  margin: 0 auto;
  max-width: 1320px;
}.kfh-rv_head-o3s {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.kfh-rv_label-o3s {
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #4D8FD6;
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
}.kfh-rv_h2-o3s {
  margin-bottom: 0.625rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #EEE9E0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.375rem;
}
@media(min-width: 767px) {.kfh-rv_h2-o3s {
  font-size: 28px;
}
}.kfh-rv_stats-o3s {
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  color: #686460;
  display: flex;
  font-size: 13px;
}.kfh-rv_stats_score-o3s {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.kfh-rv_stats_score_val-o3s {
  color: #C49A38;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
}.kfh-rv_stats_score_max-o3s {
  font-size: 13px;
  color: #524E4A;
}.kfh-rv_stats_badge-o3s {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.kfh-rv_stats_badge-o3s svg {
  height: 14px;
  width: 14px;
  color: #C49A38;
}.kfh-rv_grid-o3s {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.kfh-rv_grid-o3s {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.kfh-rv_grid-o3s {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.kfh-rv_card-o3s {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 20px;
  background: #0D1526;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}.kfh-rv_card_stars-o3s {
  gap: 2px;
  color: #C49A38;
  margin-bottom: 10px;
  display: flex;
}.kfh-rv_card_stars-o3s svg {
  width: 14px;
  height: 14px;
}.kfh-rv_card_h-o3s {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
  color: #EEE9E0;
  font-weight: 700;
}.kfh-rv_card_body-o3s {
  flex: 1;
  line-height: 1.65;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  color: #686460;
  font-size: 13px;
}.kfh-rv_card_body-o3s strong {
  color: #C2BDB4;
  font-weight: 600;
}.kfh-rv_card_meta-o3s {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.75rem;
  display: flex;
}.kfh-rv_card_author-o3s {
  font-size: 12px;
  color: #C2BDB4;
  font-weight: 600;
}.kfh-rv_card_date-o3s {
  font-size: 0.688rem;
  color: #524E4A;
}.kfh-seo-o3s {
  background: #070C18;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.kfh-seo-o3s {
  padding: 2.75rem 24px 0;
}
}.kfh-seo_in-o3s {
  border-radius: 16px;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0D1526;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.kfh-seo_in-o3s {
  padding: 2.25rem 40px;
}
}.kfh-seo_label-o3s {
  font-weight: 700;
  color: #4D8FD6;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.kfh-seo_h2-o3s {
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  color: #EEE9E0;
  line-height: 1.25;
  font-weight: 800;
}
@media(min-width: 770px) {.kfh-seo_h2-o3s {
  font-size: 24px;
}
}.kfh-seo_body-o3s {
  font-size: 0.875rem;
  color: #8C8880;
  overflow-wrap: break-word;
  line-height: 1.75;
}.kfh-seo_body-o3s p {
  margin-bottom: 0.75rem;
  color: #8C8880;
  font-size: 0.875rem;
  line-height: 1.75;
}.kfh-seo_body-o3s p:last-child {
  margin-bottom: 0;
}.kfh-seo_body-o3s strong {
  font-weight: 700;
  color: #C2BDB4;
}.kfh-seo_body-o3s a {
  transition: color .2s;
  color: #4D8FD6;
  text-decoration: underline;
}.kfh-seo_body-o3s a:hover {
  color: #6BA8E8;
}.kfh-seo_body-o3s ul,.kfh-seo_body-o3s ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.kfh-seo_body-o3s ol {
  list-style: decimal;
}.kfh-seo_body-o3s li {
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #8C8880;
}.kfh-seo_body-o3s table {
  margin-bottom: 12px;
  overflow-x: auto;
  width: 100%;
  font-size: 0.813rem;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 766px) {.kfh-seo_body-o3s table {
  display: table;
}
}.kfh-seo_body-o3s th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #C2BDB4;
}.kfh-seo_body-o3s td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8C8880;
}.kfh-seo_cols-o3s {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.kfh-seo_cols-o3s {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.kfh-seo_cols-o3s {
  grid-template-columns: repeat(3,1fr);
}
}.kfh-seo_col_h-o3s {
  color: #C2BDB4;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
}.kfh-seo_col_p-o3s {
  line-height: 1.65;
  font-size: 13px;
  color: #686460;
  overflow-wrap: break-word;
}.kfh-seo_stats-o3s {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.kfh-seo_stat-o3s {
  border-radius: 0.625rem;
  flex: 1;
  background: rgba(77, 143, 214, 0.07);
  border: 1px solid rgba(77, 143, 214, 0.18);
  padding: 14px 16px;
  min-width: 140px;
}.kfh-seo_stat_val-o3s {
  font-weight: 800;
  color: #4D8FD6;
  margin-bottom: 4px;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}.kfh-seo_stat_lb-o3s {
  color: #686460;
  font-size: 11px;
  overflow-wrap: break-word;
}.kfh-pmt-o3s {
  padding: 2.25rem 1rem 0;
  background: #070C18;
}
@media(min-width: 766px) {.kfh-pmt-o3s {
  padding: 44px 1.5rem 0;
}
}.kfh-pmt_in-o3s {
  margin: 0 auto;
  max-width: 1320px;
}.kfh-pmt_head-o3s {
  max-width: 45rem;
  margin-bottom: 22px;
}.kfh-pmt_label-o3s {
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #4D8FD6;
}.kfh-pmt_h2-o3s {
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-size: 22px;
  color: #EEE9E0;
}
@media(min-width: 769px) {.kfh-pmt_h2-o3s {
  font-size: 1.75rem;
}
}.kfh-pmt_intro-o3s {
  color: #686460;
  font-size: 14px;
  overflow-wrap: break-word;
  line-height: 1.6;
}.kfh-pmt_groups-o3s {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}.kfh-pmt_group-o3s {
  padding: 1.25rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0D1526;
}.kfh-pmt_group_head-o3s {
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.625rem;
  display: flex;
}.kfh-pmt_group_ic-o3s {
  border-radius: 0.375rem;
  background: rgba(77, 143, 214, 0.18);
  color: #4D8FD6;
  flex-shrink: 0;
  justify-content: center;
  width: 36px;
  height: 2.25rem;
  align-items: center;
  display: flex;
}.kfh-pmt_group_ic-o3s svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.125rem;
  width: 18px;
}.kfh-pmt_group_h-o3s {
  margin: 0;
  font-weight: 700;
  color: #EEE9E0;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  font-size: 1rem;
}.kfh-pmt_group_p-o3s {
  margin-bottom: 14px;
  color: #686460;
  line-height: 1.6;
  font-size: 13px;
  overflow-wrap: break-word;
}.kfh-pmt_group_p-o3s strong {
  color: #C2BDB4;
  font-weight: 600;
}.kfh-pmt_table_wrap-o3s {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.kfh-pmt_table-o3s {
  border-collapse: collapse;
  font-size: 13px;
  width: 100%;
  min-width: 33.75rem;
}.kfh-pmt_table-o3s th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  text-transform: uppercase;
  color: #C2BDB4;
  white-space: nowrap;
  letter-spacing: .04em;
  text-align: left;
  font-weight: 700;
  font-size: 0.688rem;
}.kfh-pmt_table-o3s td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  color: #686460;
}.kfh-pmt_table-o3s tbody tr:last-child td {
  border-bottom: none;
}.kfh-pmt_table-o3s tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C2BDB4;
}.kfh-ft-o3s {
  background: #040810;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.kfh-ft_support-o3s {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.kfh-ft_support-o3s {
  padding: 1.75rem 1.5rem;
}
}.kfh-ft_support_in-o3s {
  gap: 16px;
  margin: 0 auto;
  max-width: 82.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.kfh-ft_support_main-o3s {
  gap: 1rem;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  min-width: 13.75rem;
  align-items: center;
}.kfh-ft_support_ic-o3s {
  flex-shrink: 0;
  color: #4D8FD6;
}.kfh-ft_support_ic-o3s svg {
  stroke-linejoin: round;
  width: 1.875rem;
  height: 30px;
  stroke-linecap: round;
}.kfh-ft_support_text_title-o3s {
  margin-bottom: 3px;
  font-weight: 700;
  color: #EEE9E0;
  overflow-wrap: break-word;
  font-size: 15px;
}.kfh-ft_support_text_sub-o3s {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #686460;
}.kfh-ft_support_btn-o3s {
  border-radius: 10px;
  padding: 11px 22px;
  background: #4D8FD6;
  transition: background .2s;
  color: #EEE9E0;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
}.kfh-ft_support_btn-o3s:hover {
  background: #6BA8E8;
}.kfh-ft_support_contacts-o3s {
  gap: 16px;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.kfh-ft_support_contact-o3s {
  font-size: 0.75rem;
  color: #524E4A;
  line-height: 1.4;
}.kfh-ft_support_contact-o3s strong {
  color: #8C8880;
  display: block;
  font-weight: 600;
  font-size: 0.688rem;
  margin-bottom: 2px;
}.kfh-ft_main-o3s {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 1rem 1.5rem;
}
@media(min-width: 767px) {.kfh-ft_main-o3s {
  padding: 40px 24px 32px;
}
}.kfh-ft_main_in-o3s {
  gap: 24px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
}
@media(min-width: 643px) {.kfh-ft_main_in-o3s {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.kfh-ft_main_in-o3s {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.kfh-ft_col_logo-o3s {
  grid-column: 1/-1;
}
@media(min-width: 1083px) {.kfh-ft_col_logo-o3s {
  grid-column: auto;
}
}.kfh-ft_logo-o3s {
  gap: 0.563rem;
  font-weight: 800;
  font-size: 16px;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
  color: #EEE9E0;
}.kfh-ft_logo_mark-o3s {
  border-radius: 6px;
  overflow: hidden;
  width: 1.875rem;
  height: 1.875rem;
}.kfh-ft_logo_mark-o3s img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.kfh-ft_logo_sub-o3s {
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #524E4A;
  font-size: 12px;
  max-width: 12.5rem;
}.kfh-ft_col_title-o3s {
  color: #8C8880;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .07em;
  font-size: 0.75rem;
  margin-bottom: 14px;
}.kfh-ft_col_links-o3s {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.kfh-ft_col_link-o3s {
  transition: color .2s;
  color: #524E4A;
  overflow-wrap: break-word;
  font-size: 13px;
}.kfh-ft_col_link-o3s:hover {
  color: #C2BDB4;
}.kfh-ft_apps-o3s {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.kfh-ft_app_card-o3s {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  gap: 10px;
  padding: 0.625rem 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
}.kfh-ft_app_card-o3s:hover {
  border-color: rgba(196, 154, 56, 0.38);
}.kfh-ft_app_card_ic-o3s svg {
  stroke-linecap: round;
  height: 1.375rem;
  stroke-linejoin: round;
  width: 1.375rem;
}.kfh-ft_app_card_os-o3s {
  font-size: 0.625rem;
  color: #524E4A;
  font-weight: 600;
}.kfh-ft_app_card_action-o3s {
  font-size: 12px;
  color: #C2BDB4;
  font-weight: 700;
}.kfh-ft_bot-o3s {
  padding: 1.25rem 1rem;
}
@media(min-width: 770px) {.kfh-ft_bot-o3s {
  padding: 1.25rem 1.5rem;
}
}.kfh-ft_bot_in-o3s {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 82.5rem;
  display: flex;
  align-items: center;
}.kfh-ft_socials-o3s {
  gap: 0.5rem;
  display: flex;
}.kfh-ft_soc-o3s {
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  width: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  color: #8C8880;
}.kfh-ft_soc-o3s svg {
  stroke-linecap: round;
  height: 16px;
  width: 16px;
  stroke-linejoin: round;
}.kfh-ft_soc-o3s:hover {
  background: rgba(255, 255, 255, 0.07);
}.kfh-ft_legal-o3s {
  flex: 1;
  overflow-wrap: break-word;
  min-width: 200px;
  color: #7A7470;
  font-size: 11px;
  line-height: 1.6;
}.kfh-ft_legal-o3s strong {
  color: #8C8880;
  font-weight: 700;
}.kfh-ft_legal-o3s a {
  text-decoration: underline;
  color: #8C8880;
}.kfh-ft_age-o3s {
  border-radius: 50%;
  border: 2px solid #7A7470;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  color: #7A7470;
  font-weight: 800;
  width: 32px;
  display: flex;
  flex-shrink: 0;
  font-size: 11px;
  height: 32px;
}