*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #080D1C;
  color: #C2D4EE;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  line-height: 1.6;
  font-family: 'Exo 2', sans-serif;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  color: inherit;
  text-decoration: none;
}button {
  font: inherit;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.jfc-layout-twl {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.jfc-page-twl {
  display: flex;
  min-height: 100vh;
}.jfc-main-twl {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media(min-width: 1083px) {.jfc-main-twl {
  padding-left: 220px;
}
}
@media(max-width: 1076px) {.jfc-main-twl {
  padding-bottom: 4.5rem;
}
}.jfc-gc-twl {
  background: #0B1022;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform .2s,border-color .2s;
  border-radius: 0.625rem;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  width: 8.75rem;
  flex-shrink: 0;
}
@media(min-width: 643px) {.jfc-gc-twl {
  width: 156px;
}
}
@media(min-width: 1079px) {.jfc-gc-twl {
  width: 168px;
}
}.jfc-gc-twl:hover {
  border-color: rgba(0, 200, 232, 0.07);
  transform: translateY(-3px);
}.jfc-gc_img-twl {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.jfc-gc_img-twl img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}.jfc-gc_hover-twl {
  inset: 0;
  background: rgba(4, 7, 16, 0.72);
  transition: opacity .2s;
  align-items: center;
  opacity: 0;
  display: flex;
  position: absolute;
  justify-content: center;
}.jfc-gc-twl:hover .jfc-gc_hover-twl {
  opacity: 1;
}.jfc-gc_hover_btn-twl {
  padding: 0.5rem 1rem;
  border-radius: 5px;
  background: #00C8E8;
  font-weight: 700;
  color: #EEF4FF;
  font-size: 0.75rem;
}.jfc-gc_info-twl {
  padding: 8px 0.625rem 0.625rem;
}.jfc-gc_name-twl {
  overflow: hidden;
  margin-bottom: 3px;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 600;
  text-overflow: ellipsis;
  color: #C2D4EE;
  max-width: 100%;
}.jfc-gc_prov-twl {
  font-size: 0.625rem;
  color: #4E6278;
}.jfc-gc_tag-twl {
  border-radius: 4px;
  padding: 2px 7px;
  letter-spacing: .04em;
  font-size: 9px;
  font-weight: 700;
  left: 6px;
  text-transform: uppercase;
  top: 0.375rem;
  z-index: 2;
  position: absolute;
}.jfc-gc_tag_hot-twl {
  background: #F03050;
  color: #fff;
}.jfc-gc_tag_new-twl {
  background: #00D68A;
  color: #080D1C;
}.jfc-gc_tag_jp-twl {
  background: #F0B830;
  color: #080D1C;
}.jfc-gc_tag_ex-twl {
  background: #1A50D8;
  color: #fff;
}.jfc-gc_tag_live-twl {
  background: #F03050;
  color: #fff;
}.jfc-gr-twl {
  padding: 32px 1rem 0;
  background: #080D1C;
}
@media(min-width: 771px) {.jfc-gr-twl {
  padding: 36px 24px 0;
}
}.jfc-gr_in-twl {
  margin: 0 auto;
  max-width: 1340px;
}.jfc-gr_head-twl {
  gap: 12px;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  flex-wrap: wrap;
}.jfc-gr_head_l-twl {
  gap: 0.625rem;
  flex: 1;
  align-items: center;
  display: flex;
  min-width: 0;
}.jfc-gr_ic-twl {
  border-radius: 10px;
  height: 32px;
  flex-shrink: 0;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}.jfc-gr_ic-twl svg {
  width: 16px;
  stroke-linecap: round;
  height: 16px;
  stroke-linejoin: round;
}.jfc-gr_title-twl {
  font-family: 'Rajdhani', sans-serif;
  color: #EEF4FF;
  font-size: 16px;
  font-weight: 700;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.jfc-gr_title-twl {
  font-size: 18px;
}
}.jfc-gr_more-twl {
  transition: color .2s;
  gap: 5px;
  font-size: 12px;
  flex-shrink: 0;
  font-weight: 600;
  white-space: nowrap;
  align-items: center;
  color: #607A96;
  display: flex;
}.jfc-gr_more-twl:hover {
  color: #00C8E8;
}.jfc-gr_more-twl svg {
  height: 0.75rem;
  width: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.jfc-gr_arrows-twl {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.jfc-gr_arr-twl {
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  height: 30px;
  width: 1.875rem;
  align-items: center;
  color: #8CA8C8;
}.jfc-gr_arr-twl:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #EEF4FF;
}.jfc-gr_arr-twl svg {
  stroke-linecap: round;
  width: 0.813rem;
  stroke-linejoin: round;
  height: 0.813rem;
}.jfc-gr_seo_h-twl {
  margin: 0 0 0.375rem;
  font-size: 13px;
  font-family: 'Rajdhani', sans-serif;
  max-width: 42.5rem;
  color: #C2D4EE;
  overflow-wrap: break-word;
  font-weight: 700;
}
@media(min-width: 769px) {.jfc-gr_seo_h-twl {
  font-size: 0.875rem;
}
}.jfc-gr_seo-twl {
  color: #607A96;
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.55;
  margin-bottom: 12px;
  max-width: 42.5rem;
}.jfc-gr_seo-twl strong {
  color: #C2D4EE;
  font-weight: 600;
}.jfc-gr_scroll-twl {
  gap: 10px;
  scrollbar-width: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  padding-bottom: 0.625rem;
}.jfc-gr_scroll-twl::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.jfc-gr_scroll-twl {
  gap: 0.75rem;
}
}.jfc-tb-twl {
  background: #080D1C;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  height: 3.5rem;
  left: 0;
  z-index: 80;
  position: fixed;
  top: 0;
  display: flex;
  right: 0;
  align-items: center;
}.jfc-tb_in-twl {
  padding: 0 14px;
  gap: 0;
  align-items: center;
  height: 100%;
  width: 100%;
  display: flex;
}.jfc-tb_burger-twl {
  border-radius: 10px;
  gap: 5px;
  flex-direction: column;
  flex-shrink: 0;
  margin-right: 0.5rem;
  width: 38px;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 2.375rem;
}.jfc-tb_burger-twl:hover {
  background: rgba(255, 255, 255, 0.05);
}.jfc-tb_burger_line-twl {
  border-radius: 1px;
  background: #8CA8C8;
  width: 18px;
  display: block;
  height: 2px;
}
@media(min-width: 1081px) {.jfc-tb_burger-twl {
  display: none;
}
}.jfc-tb_logo-twl {
  gap: 9px;
  flex-shrink: 0;
  letter-spacing: -.01em;
  font-weight: 800;
  align-items: center;
  display: flex;
  margin-right: 20px;
  color: #EEF4FF;
  overflow-wrap: break-word;
  font-size: 18px;
}.jfc-tb_logo_mark-twl {
  overflow: hidden;
  border-radius: 10px;
  align-items: center;
  display: flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}.jfc-tb_logo_mark-twl img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.jfc-tb_nav-twl {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 638px) {.jfc-tb_nav-twl {
  display: flex;
}
}.jfc-tb_tab-twl {
  transition: background .15s,color .15s;
  padding: 8px 14px;
  border-radius: 10px;
  white-space: nowrap;
  color: #8CA8C8;
  font-size: 0.813rem;
  font-weight: 600;
}.jfc-tb_tab-twl:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EEF4FF;
}.jfc-tb_tab-twl.jfc-state_active-twl {
  background: rgba(0, 200, 232, 0.18);
  color: #EEF4FF;
}.jfc-tb_right-twl {
  gap: 8px;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
}.jfc-tb_login-twl {
  border-radius: 0.625rem;
  transition: border-color .2s,color .2s;
  padding: 9px 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: #C2D4EE;
  display: none;
  font-weight: 600;
  font-size: 13px;
}.jfc-tb_login-twl:hover {
  border-color: rgba(0, 210, 240, 0.45);
  color: #EEF4FF;
}
@media(min-width: 481px) {.jfc-tb_login-twl {
  display: block;
}
}.jfc-tb_reg-twl {
  background: #00D68A;
  border-radius: 0.625rem;
  padding: 0.563rem 18px;
  transition: background .2s;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
  color: #050C18;
}.jfc-tb_reg-twl:hover {
  background: #18F0A0;
}.jfc-sb-twl {
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #0F1628;
  transition: transform .25s ease;
  position: fixed;
  top: 3.5rem;
  bottom: 0;
  left: 0;
  z-index: 70;
  width: 13.75rem;
  overflow-y: auto;
}.jfc-sb-twl.jfc-state_open-twl {
  transform: translateX(0);
}.jfc-sb-twl::-webkit-scrollbar {
  width: 0.25rem;
}.jfc-sb-twl::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width:1080px) {.jfc-sb-twl {
  transform: translateX(0);
}
}.jfc-sb_auth-twl {
  padding: 14px 12px 10px;
}.jfc-sb_btn_reg-twl {
  background: #00D68A;
  border-radius: 10px;
  padding: 0.688rem;
  transition: background .2s;
  display: block;
  margin-bottom: 8px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #050C18;
}.jfc-sb_btn_reg-twl:hover {
  background: #18F0A0;
}.jfc-sb_btn_login-twl {
  transition: border-color .2s;
  border-radius: 0.625rem;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  color: #C2D4EE;
  text-align: center;
  font-size: 0.813rem;
  display: block;
  font-weight: 600;
}.jfc-sb_btn_login-twl:hover {
  border-color: rgba(0, 210, 240, 0.45);
  color: #EEF4FF;
}.jfc-sb_promo-twl {
  overflow: hidden;
  border: 1px solid rgba(0, 200, 232, 0.18);
  margin: 0 12px 10px;
  background: linear-gradient(135deg,#061440,#0F1628);
  padding: 12px 14px;
  border-radius: 0.625rem;
  position: relative;
}.jfc-sb_promo-twl::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(0, 200, 232, 0.18),transparent 70%);
  width: 80px;
  height: 5rem;
  right: -20px;
  content: '';
  position: absolute;
  top: -1.25rem;
}.jfc-sb_promo_title-twl {
  color: #00C8E8;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  letter-spacing: .06em;
}.jfc-sb_promo_text-twl {
  font-weight: 600;
  color: #EEF4FF;
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.35;
}.jfc-sb_promo_sub-twl {
  margin-top: 3px;
  color: #607A96;
  font-size: 0.625rem;
}.jfc-sb_nav-twl {
  padding: 0.375rem 8px 16px;
}.jfc-sb_nav_lb-twl {
  padding: 10px 0.5rem 6px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #4E6278;
  text-transform: uppercase;
  font-size: 0.625rem;
}.jfc-sb_link-twl {
  gap: 0.625rem;
  border-radius: 5px;
  padding: 0.563rem 10px;
  transition: background .15s,color .15s;
  color: #8CA8C8;
  font-size: 13px;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 500;
  align-items: center;
  cursor: pointer;
}.jfc-sb_link-twl:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #EEF4FF;
}.jfc-sb_link-twl.jfc-state_active-twl {
  background: rgba(0, 200, 232, 0.18);
  color: #EEF4FF;
}.jfc-sb_ic-twl {
  border-radius: 0.313rem;
  height: 1.875rem;
  justify-content: center;
  flex-shrink: 0;
  display: flex;
  width: 1.875rem;
  align-items: center;
}.jfc-sb_ic-twl svg {
  height: 1rem;
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.jfc-sb_ic_1-twl {
  background: rgba(0, 200, 232, 0.07);
  color: #00C8E8;
}.jfc-sb_ic_2-twl {
  background: rgba(0, 214, 138, 0.16);
  color: #00D68A;
}.jfc-sb_ic_3-twl {
  background: rgba(240, 184, 48, 0.15);
  color: #F0B830;
}.jfc-sb_ic_4-twl {
  background: rgba(26, 80, 216, 0.22);
  color: #1A50D8;
}.jfc-sb_ic_5-twl {
  background: rgba(0, 200, 232, 0.07);
  color: #F040B0;
}.jfc-sb_ic_6-twl {
  background: rgba(26, 80, 216, 0.22);
  color: #9060F0;
}.jfc-sb_badge-twl {
  border-radius: 5px;
  padding: 2px 7px;
  background: #F0B830;
  font-size: 0.563rem;
  color: #050C18;
  font-weight: 700;
  margin-left: auto;
}.jfc-sb_bot-twl {
  padding: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 8px;
  display: flex;
}.jfc-sb_lang-twl,.jfc-sb_help-twl {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 5px;
  flex: 1;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.563rem 0.375rem;
  gap: 0.375rem;
  display: flex;
  font-size: 0.688rem;
  align-items: center;
  color: #8CA8C8;
  font-weight: 600;
  justify-content: center;
}.jfc-sb_lang-twl:hover,.jfc-sb_help-twl:hover {
  border-color: rgba(0, 210, 240, 0.45);
  color: #EEF4FF;
}.jfc-sb_lang-twl svg,.jfc-sb_help-twl svg {
  width: 0.813rem;
  height: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.jfc-sb_bd-twl {
  inset: 0;
  background: rgba(4, 7, 16, 0.72);
  z-index: 69;
  position: fixed;
  display: none;
}.jfc-sb_bd-twl.jfc-state_on-twl {
  display: block;
}
@media(min-width: 1081px) {.jfc-sb_bd-twl {
  display: none!important;
}
}.jfc-mob_nav-twl {
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  background: #0F1628;
  z-index: 80;
  position: fixed;
  display: flex;
  left: 0;
  bottom: 0;
  right: 0;
}
@media(min-width: 1078px) {.jfc-mob_nav-twl {
  display: none;
}
}.jfc-mob_nav_item-twl {
  flex: 1;
  gap: 4px;
  padding: 4px 2px;
  color: #4E6278;
  align-items: center;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}.jfc-mob_nav_ic-twl {
  line-height: 1;
}.jfc-mob_nav_ic-twl svg {
  height: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 20px;
}.jfc-mob_nav_lb-twl {
  font-size: 0.625rem;
  color: #4E6278;
  font-weight: 600;
}.jfc-mob_nav_item-twl.jfc-state_active-twl {
  color: #00C8E8;
}.jfc-mob_nav_item-twl.jfc-state_active-twl .jfc-mob_nav_lb-twl {
  color: #00C8E8;
}.jfc-hero-twl {
  padding: 20px 1rem 0;
  background: #080D1C;
}
@media(min-width: 771px) {.jfc-hero-twl {
  padding: 1.5rem 24px 0;
}
}.jfc-hero_in-twl {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  max-width: 1340px;
  grid-template-columns: 1fr;
}
@media(min-width: 859px) {.jfc-hero_in-twl {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1101px) {.jfc-hero_in-twl {
  grid-template-columns: 1fr 21.25rem;
}
}.jfc-hero_promo-twl {
  overflow: hidden;
  border-radius: 1rem;
  background: #0B1022;
  position: relative;
  align-items: stretch;
  min-height: 220px;
  display: flex;
}
@media(min-width: 766px) {.jfc-hero_promo-twl {
  min-height: 280px;
}
}.jfc-hero_promo_bg-twl {
  background: linear-gradient(120deg,#061440 0%,#080D1C 100%);
  inset: 0;
  background-position: center;
  background-size: cover;
  position: absolute;
}.jfc-hero_promo_bg-twl::after {
  inset: 0;
  background: linear-gradient(90deg,#080D1C 0%,rgba(4, 7, 16, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.jfc-hero_promo_glow-twl {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(26, 80, 216, 0.22) 0%,transparent 65%);
  right: 60px;
  position: absolute;
  pointer-events: none;
  width: 300px;
  top: -40px;
  height: 18.75rem;
}.jfc-hero_promo_ct-twl {
  padding: 28px 24px 28px 28px;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  position: relative;
  display: flex;
  max-width: 480px;
}
@media(min-width: 769px) {.jfc-hero_promo_ct-twl {
  padding: 2.5rem 32px;
}
}.jfc-hero_badge-twl {
  border: 1px solid rgba(0, 200, 232, 0.07);
  border-radius: 1.375rem;
  background: rgba(0, 200, 232, 0.18);
  padding: 0.313rem 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  color: #00C8E8;
  font-size: 10px;
  margin-bottom: 0.875rem;
  letter-spacing: .08em;
}.jfc-hero_h1-twl {
  color: #EEF4FF;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 10px;
  overflow-wrap: break-word;
}.jfc-hero_h1-twl em {
  color: #F0B830;
  font-style: normal;
}
@media(min-width: 767px) {.jfc-hero_h1-twl {
  font-size: 2.25rem;
}
}.jfc-hero_sub-twl {
  line-height: 1.55;
  margin-bottom: 1.25rem;
  color: #8CA8C8;
  font-size: 13px;
}
@media(min-width: 767px) {.jfc-hero_sub-twl {
  font-size: 14px;
}
}.jfc-hero_row-twl {
  gap: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.jfc-hero_cta-twl {
  border-radius: 10px;
  background: #00D68A;
  transition: background .2s;
  padding: 13px 1.625rem;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 0 16px 2px rgba(0, 214, 138, 0.50), 3px 5px 12px rgba(4, 7, 16, 0.65);
  color: #050C18;
}.jfc-hero_cta-twl:hover {
  background: #18F0A0;
}.jfc-hero_terms-twl {
  font-size: 0.688rem;
  color: #4E6278;
}.jfc-hero_game-twl {
  background: #0B1022;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1rem;
  flex-direction: column;
  position: relative;
  display: flex;
}.jfc-hero_game_badge-twl {
  border-radius: 22px;
  padding: 0.313rem 10px;
  border: 1px solid rgba(240, 184, 48, 0.15);
  background: rgba(240, 184, 48, 0.15);
  left: 0.75rem;
  z-index: 3;
  text-transform: uppercase;
  position: absolute;
  top: 0.75rem;
  letter-spacing: .06em;
  font-weight: 700;
  font-size: 10px;
  color: #F0B830;
}.jfc-hero_game_badge-twl svg {
  margin-right: 4px;
  vertical-align: -1px;
  height: 0.688rem;
  width: 11px;
}.jfc-hero_game_img-twl {
  overflow: hidden;
  background: linear-gradient(135deg,#061440,#080D1C);
  position: relative;
  padding-bottom: 60%;
}.jfc-hero_game_img-twl img {
  inset: 0;
  height: 100%;
  position: absolute;
  width: 100%;
  object-fit: cover;
}.jfc-hero_game_play-twl {
  background: rgba(4, 7, 16, 0.72);
  transition: opacity .2s;
  inset: 0;
  justify-content: center;
  position: absolute;
  align-items: center;
  display: flex;
  opacity: 0;
}.jfc-hero_game-twl:hover .jfc-hero_game_play-twl {
  opacity: 1;
}.jfc-hero_game_play-twl span {
  border-radius: 50%;
  background: #00C8E8;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 52px;
  height: 52px;
}.jfc-hero_game_play-twl span svg {
  height: 1.125rem;
  width: 1.125rem;
  margin-left: 2px;
}.jfc-hero_game_info-twl {
  padding: 0.875rem 1rem;
}.jfc-hero_game_title-twl {
  font-weight: 700;
  font-size: 15px;
  color: #EEF4FF;
  margin-bottom: 4px;
  overflow-wrap: break-word;
}.jfc-hero_game_provider-twl {
  color: #607A96;
  font-size: 11px;
}.jfc-hero_game_btn-twl {
  padding: 11px;
  background: #00C8E8;
  border-radius: 0.625rem;
  transition: background .2s;
  margin: 0.75rem 1rem 1rem;
  font-size: 0.813rem;
  display: block;
  font-weight: 700;
  text-align: center;
  color: #EEF4FF;
}.jfc-hero_game-twl:hover .jfc-hero_game_btn-twl {
  background: #22DCFC;
}.jfc-sbar-twl {
  background: #080D1C;
  padding: 1rem 16px 0;
}
@media(min-width: 769px) {.jfc-sbar-twl {
  padding: 1.125rem 24px 0;
}
}.jfc-sbar_in-twl {
  margin: 0 auto;
  max-width: 83.75rem;
}.jfc-sbar_row-twl {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.75rem;
}.jfc-sbar_input-twl {
  padding: 0.688rem 16px;
  flex: 1;
  border-radius: 0.625rem;
  background: #0B1022;
  gap: 0.625rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 0.813rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #607A96;
}.jfc-sbar_input-twl:hover {
  border-color: rgba(0, 210, 240, 0.45);
}.jfc-sbar_input-twl svg {
  height: 15px;
  flex-shrink: 0;
  stroke-linecap: round;
  width: 0.938rem;
  stroke-linejoin: round;
}.jfc-sbar_providers-twl {
  gap: 0.5rem;
  padding: 0.688rem 1.125rem;
  border-radius: 10px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #0B1022;
  font-weight: 600;
  white-space: nowrap;
  color: #C2D4EE;
  font-size: 13px;
  display: flex;
  align-items: center;
}.jfc-sbar_providers-twl:hover {
  border-color: rgba(0, 210, 240, 0.45);
  color: #EEF4FF;
}.jfc-sbar_providers-twl svg {
  height: 14px;
  width: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.jfc-sbar_tabs-twl {
  gap: 6px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}.jfc-sbar_tabs-twl::-webkit-scrollbar {
  display: none;
}.jfc-sbar_tab-twl {
  background: rgba(255, 255, 255, 0.05);
  gap: 7px;
  transition: background .15s,color .15s,border-color .15s;
  padding: 0.5rem 14px;
  border-radius: 1.375rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 12px;
  flex-shrink: 0;
  white-space: nowrap;
  align-items: center;
  font-weight: 600;
  display: flex;
  color: #8CA8C8;
  cursor: pointer;
}.jfc-sbar_tab-twl:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(0, 210, 240, 0.45);
  color: #EEF4FF;
}.jfc-sbar_tab-twl.jfc-state_active-twl {
  border-color: rgba(0, 200, 232, 0.07);
  background: rgba(0, 200, 232, 0.18);
  color: #EEF4FF;
}.jfc-sbar_tab_ic-twl svg {
  stroke-linejoin: round;
  height: 14px;
  stroke-linecap: round;
  width: 14px;
}.jfc-gr_jp-twl {
  border-radius: 16px;
  background: linear-gradient(135deg,#0E0A30 0%,#060818 100%);
  overflow: hidden;
  padding: 20px;
  position: relative;
}.jfc-gr_jp-twl::before {
  background: radial-gradient(circle,rgba(26, 80, 216, 0.22) 0%,transparent 70%);
  border-radius: 50%;
  position: absolute;
  content: '';
  width: 15.625rem;
  left: -60px;
  height: 15.625rem;
  top: -3.75rem;
}.jfc-gr_jp-twl::after {
  background: radial-gradient(circle,rgba(240, 184, 48, 0.15) 0%,transparent 70%);
  border-radius: 50%;
  width: 200px;
  right: 0;
  content: '';
  bottom: -2.5rem;
  height: 200px;
  position: absolute;
}.jfc-gr_jp_head-twl {
  gap: 16px;
  display: flex;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 1rem;
}.jfc-gr_jp_info-twl {
  flex: 1;
}.jfc-gr_jp_label-twl {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  letter-spacing: .08em;
  color: #9060F0;
  font-size: 0.688rem;
}.jfc-gr_jp_label-twl svg {
  stroke-linejoin: round;
  width: 14px;
  stroke-linecap: round;
  margin-right: 4px;
  height: 0.875rem;
  vertical-align: -2px;
}.jfc-gr_jp_amount-twl {
  line-height: 1;
  font-size: 32px;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
  color: #EEF4FF;
  font-weight: 800;
}
@media(min-width: 770px) {.jfc-gr_jp_amount-twl {
  font-size: 40px;
}
}.jfc-gr_jp_amount-twl span {
  color: #F0B830;
}.jfc-gr_jp_seo-twl {
  max-width: 480px;
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 0.75rem;
  color: #8CA8C8;
}.jfc-gr_jp_cta-twl {
  padding: 11px 20px;
  border-radius: 0.625rem;
  background: rgba(26, 80, 216, 0.22);
  border: 1px solid rgba(26, 80, 216, 0.22);
  transition: background .2s;
  color: #EEF4FF;
  font-size: 13px;
  flex-shrink: 0;
  z-index: 1;
  align-self: flex-start;
  font-weight: 700;
  position: relative;
  margin-top: 0.25rem;
  white-space: nowrap;
}.jfc-gr_jp_cta-twl:hover {
  background: #1A50D8;
}.jfc-gcg-twl {
  background: #080D1C;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.jfc-gcg-twl {
  padding: 44px 1.5rem 0;
}
}.jfc-gcg_in-twl {
  margin: 0 auto;
  max-width: 1340px;
}.jfc-gcg_head-twl {
  max-width: 720px;
  margin-bottom: 20px;
}.jfc-gcg_label-twl {
  font-weight: 700;
  margin-bottom: 8px;
  color: #00C8E8;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}.jfc-gcg_h2-twl {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 8px;
  color: #EEF4FF;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.375rem;
}
@media(min-width: 769px) {.jfc-gcg_h2-twl {
  font-size: 28px;
}
}.jfc-gcg_intro-twl {
  color: #607A96;
  font-size: 0.813rem;
  line-height: 1.6;
}.jfc-gcg_grid-twl {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.jfc-gcg_grid-twl {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.jfc-gcg_grid-twl {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.jfc-gcg_card-twl {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border-radius: 16px;
  justify-content: flex-end;
  min-height: 15rem;
  position: relative;
  flex-direction: column;
  cursor: pointer;
  display: flex;
}.jfc-gcg_card-twl:hover {
  border-color: rgba(0, 200, 232, 0.18);
  transform: translateY(-3px);
}.jfc-gcg_card_bg-twl {
  inset: 0;
  z-index: 0;
  position: absolute;
}.jfc-gcg_card_bg-twl::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  content: '';
  position: absolute;
}.jfc-gcg_card_ic-twl {
  background: rgba(0,0,0,.45);
  border-radius: 0.313rem;
  display: flex;
  align-items: center;
  right: 1.125rem;
  width: 40px;
  z-index: 2;
  justify-content: center;
  top: 1.125rem;
  position: absolute;
  height: 40px;
  color: #EEF4FF;
}.jfc-gcg_card_ic-twl svg {
  height: 20px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.25rem;
}.jfc-gcg_card_ct-twl {
  z-index: 1;
  position: relative;
}.jfc-gcg_card_h-twl {
  font-size: 1.125rem;
  color: #EEF4FF;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.jfc-gcg_card_h-twl {
  font-size: 20px;
}
}.jfc-gcg_card_p-twl {
  overflow-wrap: break-word;
  line-height: 1.55;
  margin-bottom: 10px;
  color: rgba(255,255,255,.82);
  font-size: 12px;
}.jfc-gcg_card_p-twl strong {
  color: #EEF4FF;
  font-weight: 600;
}.jfc-gcg_card_cta-twl {
  gap: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #00C8E8;
  letter-spacing: .04em;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
}.jfc-gcg_card_cta-twl svg {
  width: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 12px;
}.jfc-ws-twl {
  background: #080D1C;
  padding: 32px 16px 0;
}
@media(min-width: 767px) {.jfc-ws-twl {
  padding: 36px 1.5rem 0;
}
}.jfc-ws_in-twl {
  margin: 0 auto;
  max-width: 1340px;
}.jfc-ws_head-twl {
  gap: 12px;
  margin-bottom: 14px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.jfc-ws_title-twl {
  gap: 0.625rem;
  font-family: 'Rajdhani', sans-serif;
  align-items: center;
  color: #EEF4FF;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 16px;
  flex-wrap: wrap;
  display: flex;
}.jfc-ws_title_ic-twl svg {
  height: 1.125rem;
  color: #F0B830;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 18px;
}.jfc-ws_online-twl {
  gap: 0.438rem;
  font-size: 0.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #607A96;
}.jfc-ws_online_dot-twl {
  border-radius: 50%;
  background: #00D68A;
  flex-shrink: 0;
  height: 0.5rem;
  width: 8px;
  box-shadow: 0 0 0.375rem rgba(0, 214, 138, 0.16);
}.jfc-ws_scroll-twl {
  gap: 8px;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
}.jfc-ws_scroll-twl::-webkit-scrollbar {
  display: none;
}.jfc-wc-twl {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #0B1022;
  border-radius: 10px;
  gap: 0.625rem;
  padding: 10px 14px;
  min-width: 13.75rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.jfc-wc_img-twl {
  background: #0F1628;
  border-radius: 5px;
  overflow: hidden;
  flex-shrink: 0;
  height: 36px;
  width: 2.25rem;
}.jfc-wc_img-twl img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.jfc-wc_info-twl {
  min-width: 0;
}.jfc-wc_game-twl {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 600;
  color: #C2D4EE;
}.jfc-wc_player-twl {
  overflow: hidden;
  font-size: 0.625rem;
  color: #4E6278;
  text-overflow: ellipsis;
  white-space: nowrap;
}.jfc-wc_amount-twl {
  white-space: nowrap;
  color: #00D68A;
  font-size: 13px;
  margin-left: auto;
  flex-shrink: 0;
  font-weight: 700;
}.jfc-app-twl {
  background: #080D1C;
  padding: 36px 16px 0;
}
@media(min-width: 767px) {.jfc-app-twl {
  padding: 44px 1.5rem 0;
}
}.jfc-app_in-twl {
  margin: 0 auto;
  max-width: 1340px;
}.jfc-app_head-twl {
  margin-bottom: 1rem;
}.jfc-app_label-twl {
  color: #00C8E8;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
}.jfc-app_h2-twl {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  color: #EEF4FF;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
}
@media(min-width:768px) {.jfc-app_h2-twl {
  font-size: 1.5rem;
}
}.jfc-app_sub-twl {
  max-width: 600px;
  color: #607A96;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.6;
}.jfc-app_sub-twl strong {
  color: #C2D4EE;
  font-weight: 700;
}.jfc-app_cards-twl {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  margin-top: 16px;
  display: grid;
}
@media(min-width: 642px) {.jfc-app_cards-twl {
  grid-template-columns: repeat(3,1fr);
}
}.jfc-app_card-twl {
  padding: 20px;
  overflow: hidden;
  border-radius: 10px;
  gap: 1rem;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}.jfc-app_card_ios-twl {
  background: linear-gradient(135deg,rgba(0, 200, 232, 0.18) 0%,#0F1628 100%);
}.jfc-app_card_android-twl {
  background: linear-gradient(135deg,rgba(0, 214, 138, 0.16) 0%,#0F1628 100%);
}.jfc-app_card_win-twl {
  background: linear-gradient(135deg,rgba(240, 184, 48, 0.15) 0%,#0F1628 100%);
}.jfc-app_card_ic-twl svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 2.125rem;
  height: 2.125rem;
}.jfc-app_card_ic-twl {
  color: #EEF4FF;
  flex-shrink: 0;
}.jfc-app_card_os-twl {
  font-weight: 700;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 10px;
  color: #607A96;
}.jfc-app_card_title-twl {
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 15px;
  overflow-wrap: break-word;
  color: #EEF4FF;
}.jfc-app_card_text-twl {
  line-height: 1.5;
  color: #607A96;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.jfc-app_card_btn-twl {
  background: rgba(255, 255, 255, 0.12);
  padding: 0.625rem 18px;
  border: 1px solid rgba(0, 210, 240, 0.45);
  gap: 7px;
  transition: background .2s;
  border-radius: 0.313rem;
  display: inline-flex;
  color: #EEF4FF;
  font-weight: 700;
  font-size: 13px;
  align-items: center;
}.jfc-app_card_btn-twl:hover {
  background: rgba(255, 255, 255, 0.07);
}.jfc-reg-twl {
  padding: 2.25rem 1rem 0;
  background: #080D1C;
}
@media(min-width: 769px) {.jfc-reg-twl {
  padding: 44px 24px 0;
}
}.jfc-reg_in-twl {
  padding: 28px 24px;
  margin: 0 auto;
  background: #0F1628;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1rem;
  max-width: 83.75rem;
}
@media(min-width: 766px) {.jfc-reg_in-twl {
  padding: 40px;
}
}.jfc-reg_top-twl {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.jfc-reg_top-twl {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.jfc-reg_label-twl {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #00C8E8;
  margin-bottom: 0.625rem;
  font-weight: 700;
}.jfc-reg_h2-twl {
  font-size: 1.375rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  line-height: 1.2;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
  color: #EEF4FF;
}
@media(min-width: 770px) {.jfc-reg_h2-twl {
  font-size: 1.75rem;
}
}.jfc-reg_bonus-twl {
  gap: 8px;
  background: rgba(240, 184, 48, 0.15);
  padding: 10px 16px;
  border-radius: 0.625rem;
  border: 1px solid rgba(240, 184, 48, 0.15);
  margin-bottom: 1rem;
  align-items: center;
  display: inline-flex;
}.jfc-reg_bonus_amount-twl {
  font-weight: 800;
  font-size: 1.25rem;
  color: #F0B830;
}.jfc-reg_bonus_text-twl {
  color: #8CA8C8;
  line-height: 1.35;
  font-size: 13px;
}.jfc-reg_cta_btn-twl {
  padding: 14px 32px;
  border-radius: 0.625rem;
  transition: background .2s;
  background: #00D68A;
  color: #050C18;
  font-size: 0.938rem;
  display: inline-block;
  font-weight: 700;
  box-shadow: 0 0 16px 2px rgba(0, 214, 138, 0.50), 3px 0.313rem 0.75rem rgba(4, 7, 16, 0.65);
  margin-bottom: 0.75rem;
}.jfc-reg_cta_btn-twl:hover {
  background: #18F0A0;
}.jfc-reg_terms-twl {
  font-size: 11px;
  color: #4E6278;
  line-height: 1.5;
}.jfc-reg_seo-twl {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #607A96;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
}.jfc-reg_seo-twl p {
  color: #607A96;
  margin-bottom: 10px;
  line-height: 1.65;
  font-size: 13px;
}.jfc-reg_seo-twl p:last-child {
  margin-bottom: 0;
}.jfc-reg_seo-twl strong {
  font-weight: 700;
  color: #C2D4EE;
}.jfc-reg_seo-twl a {
  transition: color .2s;
  text-decoration: underline;
  color: #00C8E8;
}.jfc-reg_seo-twl a:hover {
  color: #22DCFC;
}.jfc-reg_seo-twl ul,.jfc-reg_seo-twl ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 18px;
}.jfc-reg_seo-twl ol {
  list-style: decimal;
}.jfc-reg_seo-twl li {
  line-height: 1.65;
  margin-bottom: 0.25rem;
  color: #607A96;
  font-size: 0.813rem;
}.jfc-reg_seo-twl table {
  display: block;
  overflow-x: auto;
  width: 100%;
  font-size: 0.813rem;
  margin-bottom: 10px;
  border-collapse: collapse;
}
@media(min-width: 766px) {.jfc-reg_seo-twl table {
  display: table;
}
}.jfc-reg_seo-twl th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  font-weight: 700;
  color: #C2D4EE;
  text-align: left;
}.jfc-reg_seo-twl td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #607A96;
}.jfc-reg_steps-twl {
  gap: 14px;
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}
@media(min-width: 858px) {.jfc-reg_steps-twl {
  margin-top: 0;
}
}.jfc-reg_step-twl {
  border-radius: 10px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 0.875rem;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.jfc-reg_step_num-twl {
  border: 1px solid rgba(0, 200, 232, 0.07);
  background: rgba(0, 200, 232, 0.18);
  border-radius: 50%;
  justify-content: center;
  display: flex;
  height: 34px;
  font-size: 14px;
  color: #00C8E8;
  flex-shrink: 0;
  font-weight: 800;
  align-items: center;
  width: 2.125rem;
}.jfc-reg_step_title-twl {
  font-weight: 700;
  margin-bottom: 3px;
  color: #EEF4FF;
  font-size: 0.875rem;
}.jfc-reg_step_text-twl {
  line-height: 1.5;
  color: #607A96;
  font-size: 12px;
}.jfc-reg_trust-twl {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
  display: flex;
}.jfc-reg_trust_item-twl {
  gap: 7px;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #607A96;
  align-items: center;
  display: flex;
}.jfc-reg_trust_ic-twl svg {
  width: 16px;
  stroke-linecap: round;
  color: #00C8E8;
  height: 1rem;
  stroke-linejoin: round;
}.jfc-bon-twl {
  padding: 2.25rem 1rem 0;
  background: #080D1C;
}
@media(min-width: 770px) {.jfc-bon-twl {
  padding: 2.75rem 1.5rem 0;
}
}.jfc-bon_in-twl {
  margin: 0 auto;
  max-width: 83.75rem;
}.jfc-bon_head-twl {
  margin-bottom: 20px;
}.jfc-bon_label-twl {
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  color: #00C8E8;
  text-transform: uppercase;
}.jfc-bon_h2-twl {
  color: #EEF4FF;
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.jfc-bon_h2-twl {
  font-size: 1.5rem;
}
}.jfc-bon_seo-twl {
  font-size: 0.813rem;
  line-height: 1.6;
  max-width: 620px;
  color: #607A96;
  overflow-wrap: break-word;
}.jfc-bon_seo-twl strong {
  color: #C2D4EE;
  font-weight: 700;
}.jfc-bon_seo-twl a {
  color: #00C8E8;
  text-decoration: underline;
}.jfc-bon_grid-twl {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 642px) {.jfc-bon_grid-twl {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.jfc-bon_grid-twl {
  grid-template-columns: repeat(5,1fr);
}
}.jfc-bon_card-twl {
  background: #0B1022;
  padding: 16px;
  border-radius: 0.625rem;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.jfc-bon_card-twl:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 200, 232, 0.07);
}.jfc-bon_card_ic-twl svg {
  height: 26px;
  stroke-linecap: round;
  width: 1.625rem;
  stroke-linejoin: round;
}.jfc-bon_card_ic-twl {
  margin-bottom: 0.625rem;
}.jfc-bon_card_type-twl {
  letter-spacing: .06em;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.625rem;
  color: #607A96;
}.jfc-bon_card_amount-twl {
  margin-bottom: 0.375rem;
  line-height: 1.1;
  color: #F0B830;
  font-size: 18px;
  font-weight: 800;
}.jfc-bon_card_name-twl {
  margin-bottom: 0.5rem;
  font-size: 0.813rem;
  color: #EEF4FF;
  overflow-wrap: break-word;
  font-weight: 600;
}.jfc-bon_card_detail-twl {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  color: #4E6278;
  font-size: 11px;
  padding-top: 0.5rem;
  line-height: 1.5;
}.jfc-prov-twl {
  padding: 36px 1rem 0;
  background: #080D1C;
}
@media(min-width:768px) {.jfc-prov-twl {
  padding: 2.75rem 24px 0;
}
}.jfc-prov_in-twl {
  margin: 0 auto;
  max-width: 83.75rem;
}.jfc-prov_head-twl {
  margin-bottom: 16px;
}.jfc-prov_label-twl {
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #00C8E8;
}.jfc-prov_h2-twl {
  font-size: 1.25rem;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
  color: #EEF4FF;
}
@media(min-width: 771px) {.jfc-prov_h2-twl {
  font-size: 24px;
}
}.jfc-prov_seo-twl {
  margin-bottom: 1rem;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #607A96;
  max-width: 620px;
  overflow-wrap: break-word;
}.jfc-prov_seo-twl strong {
  color: #C2D4EE;
  font-weight: 700;
}.jfc-prov_seo-twl a {
  color: #00C8E8;
  text-decoration: underline;
}.jfc-prov_grid-twl {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 643px) {.jfc-prov_grid-twl {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.jfc-prov_grid-twl {
  grid-template-columns: repeat(8,1fr);
}
}.jfc-prov_card-twl {
  border-radius: 10px;
  gap: 7px;
  background: #0B1022;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s,background .2s;
  padding: 0.875rem 10px;
  flex-direction: column;
  display: flex;
  cursor: pointer;
  align-items: center;
}.jfc-prov_card-twl:hover {
  border-color: rgba(0, 210, 240, 0.45);
  background: #0F1628;
}.jfc-prov_logo-twl {
  border-radius: 5px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 2.75rem;
}.jfc-prov_logo-twl img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}.jfc-prov_name-twl {
  color: #8CA8C8;
  overflow-wrap: break-word;
  text-align: center;
  font-size: 0.688rem;
  font-weight: 600;
}.jfc-seo-twl {
  padding: 2.25rem 16px 0;
  background: #080D1C;
}
@media(min-width: 769px) {.jfc-seo-twl {
  padding: 2.75rem 1.5rem 0;
}
}.jfc-seo_in-twl {
  padding: 28px 24px;
  background: #0F1628;
  margin: 0 auto;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  max-width: 83.75rem;
}
@media(min-width: 770px) {.jfc-seo_in-twl {
  padding: 36px 40px;
}
}.jfc-seo_label-twl {
  text-transform: uppercase;
  font-size: 11px;
  color: #00C8E8;
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-weight: 700;
}.jfc-seo_h2-twl {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1.25;
  margin-bottom: 14px;
  font-size: 20px;
  color: #EEF4FF;
}
@media(min-width: 769px) {.jfc-seo_h2-twl {
  font-size: 24px;
}
}.jfc-seo_body-twl {
  line-height: 1.75;
  color: #8CA8C8;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.jfc-seo_body-twl p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #8CA8C8;
}.jfc-seo_body-twl p:last-child {
  margin-bottom: 0;
}.jfc-seo_body-twl strong {
  font-weight: 700;
  color: #C2D4EE;
}.jfc-seo_body-twl a {
  transition: color .2s;
  color: #00C8E8;
  text-decoration: underline;
}.jfc-seo_body-twl a:hover {
  color: #22DCFC;
}.jfc-seo_body-twl ul,.jfc-seo_body-twl ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.jfc-seo_body-twl ol {
  list-style: decimal;
}.jfc-seo_body-twl li {
  margin-bottom: 0.375rem;
  color: #8CA8C8;
  line-height: 1.75;
  font-size: 14px;
}.jfc-seo_body-twl table {
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 13px;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 766px) {.jfc-seo_body-twl table {
  display: table;
}
}.jfc-seo_body-twl th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  color: #C2D4EE;
  text-align: left;
  font-weight: 700;
}.jfc-seo_body-twl td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8CA8C8;
}.jfc-seo_cols-twl {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.jfc-seo_cols-twl {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.jfc-seo_cols-twl {
  grid-template-columns: repeat(3,1fr);
}
}.jfc-seo_col_h-twl {
  color: #C2D4EE;
  font-size: 0.813rem;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
}.jfc-seo_col_p-twl {
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #607A96;
}.jfc-seo_stats-twl {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.jfc-seo_stat-twl {
  padding: 0.875rem 16px;
  background: rgba(0, 200, 232, 0.07);
  border: 1px solid rgba(0, 200, 232, 0.18);
  flex: 1;
  border-radius: 0.625rem;
  min-width: 140px;
}.jfc-seo_stat_val-twl {
  margin-bottom: 0.25rem;
  font-weight: 800;
  color: #00C8E8;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}.jfc-seo_stat_lb-twl {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #607A96;
}.jfc-seo-twl {
  padding: 36px 16px 0;
  background: #080D1C;
}
@media(min-width: 766px) {.jfc-seo-twl {
  padding: 44px 24px 0;
}
}.jfc-seo_in-twl {
  margin: 0 auto;
  background: #0F1628;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 1.75rem 1.5rem;
  max-width: 83.75rem;
}
@media(min-width: 765px) {.jfc-seo_in-twl {
  padding: 2.25rem 40px;
}
}.jfc-seo_label-twl {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #00C8E8;
  font-weight: 700;
  letter-spacing: .08em;
}.jfc-seo_h2-twl {
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: 'Rajdhani', sans-serif;
  color: #EEF4FF;
  font-weight: 800;
  margin-bottom: 14px;
}
@media(min-width: 767px) {.jfc-seo_h2-twl {
  font-size: 1.5rem;
}
}.jfc-seo_body-twl {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #8CA8C8;
  font-size: 14px;
}.jfc-seo_body-twl p {
  color: #8CA8C8;
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 12px;
}.jfc-seo_body-twl p:last-child {
  margin-bottom: 0;
}.jfc-seo_body-twl strong {
  color: #C2D4EE;
  font-weight: 700;
}.jfc-seo_body-twl a {
  transition: color .2s;
  color: #00C8E8;
  text-decoration: underline;
}.jfc-seo_body-twl a:hover {
  color: #22DCFC;
}.jfc-seo_body-twl ul,.jfc-seo_body-twl ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.jfc-seo_body-twl ol {
  list-style: decimal;
}.jfc-seo_body-twl li {
  font-size: 14px;
  margin-bottom: 0.375rem;
  color: #8CA8C8;
  line-height: 1.75;
}.jfc-seo_body-twl table {
  font-size: 13px;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 771px) {.jfc-seo_body-twl table {
  display: table;
}
}.jfc-seo_body-twl th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #C2D4EE;
}.jfc-seo_body-twl td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #8CA8C8;
}.jfc-seo_cols-twl {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 642px) {.jfc-seo_cols-twl {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.jfc-seo_cols-twl {
  grid-template-columns: repeat(3,1fr);
}
}.jfc-seo_col_h-twl {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.438rem;
  color: #C2D4EE;
}.jfc-seo_col_p-twl {
  font-size: 0.813rem;
  color: #607A96;
  line-height: 1.65;
  overflow-wrap: break-word;
}.jfc-seo_stats-twl {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.jfc-seo_stat-twl {
  flex: 1;
  border: 1px solid rgba(0, 200, 232, 0.18);
  padding: 14px 1rem;
  background: rgba(0, 200, 232, 0.07);
  border-radius: 0.625rem;
  min-width: 140px;
}.jfc-seo_stat_val-twl {
  color: #00C8E8;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.25rem;
}.jfc-seo_stat_lb-twl {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #607A96;
}.jfc-faq-twl {
  padding: 36px 1rem 0;
  background: #080D1C;
}
@media(min-width: 765px) {.jfc-faq-twl {
  padding: 44px 1.5rem 0;
}
}.jfc-faq_in-twl {
  margin: 0 auto;
  max-width: 1340px;
}.jfc-faq_head-twl {
  margin-bottom: 20px;
}.jfc-faq_label-twl {
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #00C8E8;
}.jfc-faq_h2-twl {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #EEF4FF;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width: 766px) {.jfc-faq_h2-twl {
  font-size: 1.5rem;
}
}.jfc-faq_list-twl {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.jfc-faq_item-twl {
  border-radius: 0.625rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #0F1628;
}.jfc-faq_q-twl {
  transition: color .2s;
  padding: 1rem 20px;
  gap: 0.75rem;
  font-size: 14px;
  cursor: pointer;
  align-items: center;
  font-weight: 600;
  color: #C2D4EE;
  display: flex;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  justify-content: space-between;
}.jfc-faq_q-twl:hover {
  color: #EEF4FF;
}.jfc-faq_q_ic-twl {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  width: 24px;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  align-items: center;
  height: 24px;
  display: flex;
  color: #00C8E8;
}.jfc-faq_item-twl.jfc-state_open-twl .jfc-faq_q_ic-twl {
  transform: rotate(45deg);
}.jfc-faq_a-twl {
  padding: 0 20px 16px;
  color: #607A96;
  line-height: 1.7;
  overflow-wrap: break-word;
  font-size: 13px;
  display: none;
}.jfc-faq_item-twl.jfc-state_open-twl .jfc-faq_a-twl {
  display: block;
}.jfc-faq_a-twl strong {
  font-weight: 700;
  color: #C2D4EE;
}.jfc-faq_a-twl a {
  text-decoration: underline;
  color: #00C8E8;
}.jfc-faq_a-twl ul,.jfc-faq_a-twl ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.jfc-faq_a-twl ol {
  list-style: decimal;
}.jfc-faq_a-twl li {
  margin-bottom: 4px;
  line-height: 1.6;
}.jfc-faq_a-twl table {
  margin: 8px 0;
  border-collapse: collapse;
  font-size: 0.75rem;
  width: 100%;
  display: block;
  overflow-x: auto;
}
@media(min-width: 767px) {.jfc-faq_a-twl table {
  display: table;
}
}.jfc-faq_a-twl th {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #C2D4EE;
}.jfc-faq_a-twl td {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #607A96;
}.jfc-rv-twl {
  background: #080D1C;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.jfc-rv-twl {
  padding: 44px 24px 0;
}
}.jfc-rv_in-twl {
  margin: 0 auto;
  max-width: 1340px;
}.jfc-rv_head-twl {
  margin-bottom: 1.25rem;
  max-width: 45rem;
}.jfc-rv_label-twl {
  letter-spacing: .08em;
  font-size: 11px;
  color: #00C8E8;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
}.jfc-rv_h2-twl {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #EEF4FF;
  margin-bottom: 10px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 22px;
}
@media(min-width: 769px) {.jfc-rv_h2-twl {
  font-size: 28px;
}
}.jfc-rv_stats-twl {
  gap: 1.125rem;
  align-items: center;
  color: #607A96;
  flex-wrap: wrap;
  display: flex;
  font-size: 13px;
}.jfc-rv_stats_score-twl {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.jfc-rv_stats_score_val-twl {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 800;
  font-size: 1.375rem;
  color: #F0B830;
}.jfc-rv_stats_score_max-twl {
  color: #4E6278;
  font-size: 13px;
}.jfc-rv_stats_badge-twl {
  gap: 4px;
  align-items: center;
  display: flex;
}.jfc-rv_stats_badge-twl svg {
  color: #F0B830;
  height: 14px;
  width: 0.875rem;
}.jfc-rv_grid-twl {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.jfc-rv_grid-twl {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.jfc-rv_grid-twl {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.jfc-rv_card-twl {
  border-radius: 0.625rem;
  padding: 20px;
  background: #0F1628;
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  flex-direction: column;
}.jfc-rv_card_stars-twl {
  gap: 2px;
  color: #F0B830;
  margin-bottom: 0.625rem;
  display: flex;
}.jfc-rv_card_stars-twl svg {
  width: 0.875rem;
  height: 0.875rem;
}.jfc-rv_card_h-twl {
  overflow-wrap: break-word;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.3;
  color: #EEF4FF;
  font-weight: 700;
}.jfc-rv_card_body-twl {
  flex: 1;
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  color: #607A96;
}.jfc-rv_card_body-twl strong {
  color: #C2D4EE;
  font-weight: 600;
}.jfc-rv_card_meta-twl {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.75rem;
  display: flex;
}.jfc-rv_card_author-twl {
  font-weight: 600;
  font-size: 12px;
  color: #C2D4EE;
}.jfc-rv_card_date-twl {
  font-size: 0.688rem;
  color: #4E6278;
}.jfc-seo-twl {
  padding: 2.25rem 1rem 0;
  background: #080D1C;
}
@media(min-width: 771px) {.jfc-seo-twl {
  padding: 44px 24px 0;
}
}.jfc-seo_in-twl {
  padding: 1.75rem 24px;
  margin: 0 auto;
  border-radius: 1rem;
  background: #0F1628;
  border: 1px solid rgba(255, 255, 255, 0.11);
  max-width: 1340px;
}
@media(min-width: 767px) {.jfc-seo_in-twl {
  padding: 36px 40px;
}
}.jfc-seo_label-twl {
  margin-bottom: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #00C8E8;
  font-size: 11px;
}.jfc-seo_h2-twl {
  color: #EEF4FF;
  font-weight: 800;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  font-size: 20px;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.jfc-seo_h2-twl {
  font-size: 24px;
}
}.jfc-seo_body-twl {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #8CA8C8;
  line-height: 1.75;
}.jfc-seo_body-twl p {
  color: #8CA8C8;
  font-size: 0.875rem;
  margin-bottom: 12px;
  line-height: 1.75;
}.jfc-seo_body-twl p:last-child {
  margin-bottom: 0;
}.jfc-seo_body-twl strong {
  color: #C2D4EE;
  font-weight: 700;
}.jfc-seo_body-twl a {
  transition: color .2s;
  text-decoration: underline;
  color: #00C8E8;
}.jfc-seo_body-twl a:hover {
  color: #22DCFC;
}.jfc-seo_body-twl ul,.jfc-seo_body-twl ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.jfc-seo_body-twl ol {
  list-style: decimal;
}.jfc-seo_body-twl li {
  color: #8CA8C8;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
}.jfc-seo_body-twl table {
  margin-bottom: 12px;
  width: 100%;
  border-collapse: collapse;
  font-size: 0.813rem;
  display: block;
  overflow-x: auto;
}
@media(min-width: 769px) {.jfc-seo_body-twl table {
  display: table;
}
}.jfc-seo_body-twl th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  text-align: left;
  color: #C2D4EE;
  font-weight: 700;
}.jfc-seo_body-twl td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #8CA8C8;
}.jfc-seo_cols-twl {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 643px) {.jfc-seo_cols-twl {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.jfc-seo_cols-twl {
  grid-template-columns: repeat(3,1fr);
}
}.jfc-seo_col_h-twl {
  color: #C2D4EE;
  margin-bottom: 7px;
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 700;
}.jfc-seo_col_p-twl {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #607A96;
  line-height: 1.65;
}.jfc-seo_stats-twl {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.jfc-seo_stat-twl {
  border: 1px solid rgba(0, 200, 232, 0.18);
  flex: 1;
  padding: 0.875rem 1rem;
  background: rgba(0, 200, 232, 0.07);
  border-radius: 0.625rem;
  min-width: 8.75rem;
}.jfc-seo_stat_val-twl {
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #00C8E8;
}.jfc-seo_stat_lb-twl {
  font-size: 0.688rem;
  color: #607A96;
  overflow-wrap: break-word;
}.jfc-ft-twl {
  background: #040710;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.jfc-ft_support-twl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 16px;
}
@media(min-width: 769px) {.jfc-ft_support-twl {
  padding: 28px 24px;
}
}.jfc-ft_support_in-twl {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  max-width: 1340px;
}.jfc-ft_support_main-twl {
  gap: 1rem;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
  min-width: 13.75rem;
  display: flex;
}.jfc-ft_support_ic-twl {
  color: #00C8E8;
  flex-shrink: 0;
}.jfc-ft_support_ic-twl svg {
  height: 30px;
  width: 1.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.jfc-ft_support_text_title-twl {
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #EEF4FF;
}.jfc-ft_support_text_sub-twl {
  overflow-wrap: break-word;
  color: #607A96;
  font-size: 0.75rem;
}.jfc-ft_support_btn-twl {
  transition: background .2s;
  padding: 0.688rem 22px;
  border-radius: 10px;
  background: #00C8E8;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
  color: #EEF4FF;
  font-size: 0.813rem;
}.jfc-ft_support_btn-twl:hover {
  background: #22DCFC;
}.jfc-ft_support_contacts-twl {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.jfc-ft_support_contact-twl {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #4E6278;
}.jfc-ft_support_contact-twl strong {
  font-weight: 600;
  font-size: 11px;
  margin-bottom: 2px;
  color: #8CA8C8;
  display: block;
}.jfc-ft_main-twl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 16px 1.5rem;
}
@media(min-width: 766px) {.jfc-ft_main-twl {
  padding: 2.5rem 1.5rem 2rem;
}
}.jfc-ft_main_in-twl {
  margin: 0 auto;
  gap: 1.5rem;
  display: grid;
  max-width: 1340px;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 638px) {.jfc-ft_main_in-twl {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.jfc-ft_main_in-twl {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.jfc-ft_col_logo-twl {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.jfc-ft_col_logo-twl {
  grid-column: auto;
}
}.jfc-ft_logo-twl {
  gap: 9px;
  display: flex;
  overflow-wrap: break-word;
  color: #EEF4FF;
  font-weight: 800;
  font-size: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
}.jfc-ft_logo_mark-twl {
  border-radius: 5px;
  overflow: hidden;
  width: 30px;
  height: 1.875rem;
}.jfc-ft_logo_mark-twl img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.jfc-ft_logo_sub-twl {
  color: #4E6278;
  line-height: 1.55;
  max-width: 200px;
  font-size: 12px;
  overflow-wrap: break-word;
}.jfc-ft_col_title-twl {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  color: #8CA8C8;
  letter-spacing: .07em;
}.jfc-ft_col_links-twl {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.jfc-ft_col_link-twl {
  transition: color .2s;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #4E6278;
}.jfc-ft_col_link-twl:hover {
  color: #C2D4EE;
}.jfc-ft_apps-twl {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.jfc-ft_app_card-twl {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s;
  gap: 10px;
  padding: 0.625rem 12px;
  border-radius: 0.313rem;
  align-items: center;
  display: flex;
}.jfc-ft_app_card-twl:hover {
  border-color: rgba(0, 210, 240, 0.45);
}.jfc-ft_app_card_ic-twl svg {
  stroke-linecap: round;
  height: 1.375rem;
  width: 1.375rem;
  stroke-linejoin: round;
}.jfc-ft_app_card_os-twl {
  font-weight: 600;
  font-size: 10px;
  color: #4E6278;
}.jfc-ft_app_card_action-twl {
  font-weight: 700;
  font-size: 0.75rem;
  color: #C2D4EE;
}.jfc-ft_bot-twl {
  padding: 1.25rem 1rem;
}
@media(min-width: 766px) {.jfc-ft_bot-twl {
  padding: 20px 24px;
}
}.jfc-ft_bot_in-twl {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: 1340px;
  flex-wrap: wrap;
}.jfc-ft_socials-twl {
  gap: 8px;
  display: flex;
}.jfc-ft_soc-twl {
  border-radius: 5px;
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  justify-content: center;
  color: #8CA8C8;
  display: flex;
  height: 2.25rem;
  width: 36px;
  align-items: center;
}.jfc-ft_soc-twl svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
  height: 16px;
}.jfc-ft_soc-twl:hover {
  background: rgba(255, 255, 255, 0.07);
}.jfc-ft_legal-twl {
  flex: 1;
  color: #7A9CB8;
  overflow-wrap: break-word;
  line-height: 1.6;
  min-width: 12.5rem;
  font-size: 11px;
}.jfc-ft_legal-twl strong {
  color: #8CA8C8;
  font-weight: 700;
}.jfc-ft_legal-twl a {
  text-decoration: underline;
  color: #8CA8C8;
}.jfc-ft_age-twl {
  border: 2px solid #7A9CB8;
  border-radius: 50%;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 2rem;
  margin-left: auto;
  color: #7A9CB8;
  font-weight: 800;
  display: flex;
  font-size: 11px;
  align-items: center;
}