*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background-color: #131009;
  font-family: 'DM Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  color: #C9BCA8;
  min-height: 100vh;
}ul,ol {
  list-style: none;
}img,picture,svg {
  display: block;
  max-width: 100%;
}input,button,textarea,select {
  font: inherit;
}button {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}a {
  text-decoration: none;
  color: inherit;
}.jlq-layout-ksz {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.jlq-page-ksz {
  display: flex;
  min-height: 100vh;
}.jlq-main-ksz {
  flex: 1;
  min-width: 0;
  padding-top: 56px;
}
@media screen and (min-width: 1083px) {.jlq-main-ksz {
  padding-left: 13.75rem;
}
}
@media screen and (max-width: 1077px) {.jlq-main-ksz {
  padding-bottom: 4.5rem;
}
}.jlq-gc-ksz {
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.625rem;
  background: #181308;
  width: 8.75rem;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
@media(min-width: 639px) {.jlq-gc-ksz {
  width: 156px;
}
}
@media(min-width: 1081px) {.jlq-gc-ksz {
  width: 168px;
}
}.jlq-gc-ksz:hover {
  transform: translateY(-3px);
  border-color: rgba(56, 170, 191, 0.08);
}.jlq-gc_img-ksz {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.jlq-gc_img-ksz img {
  inset: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}.jlq-gc_hover-ksz {
  transition: opacity .2s;
  inset: 0;
  background: rgba(10, 7, 4, 0.72);
  justify-content: center;
  align-items: center;
  position: absolute;
  opacity: 0;
  display: flex;
}.jlq-gc-ksz:hover .jlq-gc_hover-ksz {
  opacity: 1;
}.jlq-gc_hover_btn-ksz {
  padding: 8px 1rem;
  background: #38AABF;
  border-radius: 6px;
  color: #F4EEE2;
  font-weight: 700;
  font-size: 12px;
}.jlq-gc_info-ksz {
  padding: 0.5rem 0.625rem 0.625rem;
}.jlq-gc_name-ksz {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.75rem;
  max-width: 100%;
  margin-bottom: 3px;
  color: #C9BCA8;
  text-overflow: ellipsis;
  font-weight: 600;
}.jlq-gc_prov-ksz {
  color: #5E5244;
  font-size: 0.625rem;
}.jlq-gc_tag-ksz {
  padding: 2px 7px;
  border-radius: 0.25rem;
  position: absolute;
  letter-spacing: .04em;
  top: 6px;
  z-index: 2;
  left: 0.375rem;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}.jlq-gc_tag_hot-ksz {
  background: #E03A2C;
  color: #fff;
}.jlq-gc_tag_new-ksz {
  background: #4DC87A;
  color: #131009;
}.jlq-gc_tag_jp-ksz {
  background: #F2BC34;
  color: #131009;
}.jlq-gc_tag_ex-ksz {
  background: #E06B2E;
  color: #fff;
}.jlq-gc_tag_live-ksz {
  background: #E03A2C;
  color: #fff;
}.jlq-gr-ksz {
  padding: 32px 16px 0;
  background: #131009;
}
@media(min-width: 769px) {.jlq-gr-ksz {
  padding: 36px 1.5rem 0;
}
}.jlq-gr_in-ksz {
  margin: 0 auto;
  max-width: 1340px;
}.jlq-gr_head-ksz {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}.jlq-gr_head_l-ksz {
  flex: 1;
  gap: 10px;
  min-width: 0;
  align-items: center;
  display: flex;
}.jlq-gr_ic-ksz {
  border-radius: 10px;
  height: 32px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 32px;
}.jlq-gr_ic-ksz svg {
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
  width: 16px;
}.jlq-gr_title-ksz {
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  color: #F4EEE2;
  font-weight: 700;
  font-size: 1rem;
}
@media(min-width: 771px) {.jlq-gr_title-ksz {
  font-size: 18px;
}
}.jlq-gr_more-ksz {
  transition: color .2s;
  gap: 5px;
  color: #786A58;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
}.jlq-gr_more-ksz:hover {
  color: #38AABF;
}.jlq-gr_more-ksz svg {
  stroke-linejoin: round;
  height: 12px;
  width: 12px;
  stroke-linecap: round;
}.jlq-gr_arrows-ksz {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.jlq-gr_arr-ksz {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  transition: background .15s,color .15s;
  display: flex;
  width: 1.875rem;
  align-items: center;
  color: #9A8A76;
  height: 30px;
  justify-content: center;
}.jlq-gr_arr-ksz:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F4EEE2;
}.jlq-gr_arr-ksz svg {
  height: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 13px;
}.jlq-gr_seo_h-ksz {
  margin: 0 0 6px;
  font-weight: 700;
  max-width: 680px;
  font-size: 0.813rem;
  font-family: 'Barlow Condensed', sans-serif;
  color: #C9BCA8;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.jlq-gr_seo_h-ksz {
  font-size: 0.875rem;
}
}.jlq-gr_seo-ksz {
  max-width: 680px;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #786A58;
  margin-bottom: 12px;
  font-size: 0.75rem;
}.jlq-gr_seo-ksz strong {
  color: #C9BCA8;
  font-weight: 600;
}.jlq-gr_scroll-ksz {
  gap: 0.625rem;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-width: none;
  display: flex;
  -webkit-overflow-scrolling: touch;
}.jlq-gr_scroll-ksz::-webkit-scrollbar {
  display: none;
}
@media(min-width: 770px) {.jlq-gr_scroll-ksz {
  gap: 0.75rem;
}
}.jlq-tb-ksz {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #131009;
  height: 56px;
  z-index: 80;
  top: 0;
  position: fixed;
  display: flex;
  align-items: center;
  left: 0;
  right: 0;
}.jlq-tb_in-ksz {
  gap: 0;
  padding: 0 14px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}.jlq-tb_burger-ksz {
  border-radius: 0.625rem;
  gap: 0.313rem;
  display: flex;
  justify-content: center;
  width: 38px;
  align-items: center;
  height: 38px;
  margin-right: 8px;
  flex-direction: column;
  flex-shrink: 0;
}.jlq-tb_burger-ksz:hover {
  background: rgba(255, 255, 255, 0.05);
}.jlq-tb_burger_line-ksz {
  border-radius: 1px;
  background: #9A8A76;
  height: 2px;
  display: block;
  width: 18px;
}
@media(min-width: 1081px) {.jlq-tb_burger-ksz {
  display: none;
}
}.jlq-tb_logo-ksz {
  gap: 9px;
  align-items: center;
  font-size: 18px;
  color: #F4EEE2;
  margin-right: 20px;
  font-weight: 800;
  display: flex;
  overflow-wrap: break-word;
  flex-shrink: 0;
  letter-spacing: -.01em;
}.jlq-tb_logo_mark-ksz {
  overflow: hidden;
  border-radius: 0.625rem;
  width: 32px;
  display: flex;
  height: 32px;
  align-items: center;
  justify-content: center;
}.jlq-tb_logo_mark-ksz img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.jlq-tb_nav-ksz {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 643px) {.jlq-tb_nav-ksz {
  display: flex;
}
}.jlq-tb_tab-ksz {
  border-radius: 10px;
  transition: background .15s,color .15s;
  padding: 8px 0.875rem;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  color: #9A8A76;
}.jlq-tb_tab-ksz:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4EEE2;
}.jlq-tb_tab-ksz.jlq-state_active-ksz {
  background: rgba(56, 170, 191, 0.18);
  color: #F4EEE2;
}.jlq-tb_right-ksz {
  gap: 0.5rem;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
}.jlq-tb_login-ksz {
  padding: 9px 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  transition: border-color .2s,color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: none;
  font-weight: 600;
  font-size: 13px;
  color: #C9BCA8;
}.jlq-tb_login-ksz:hover {
  border-color: rgba(255, 255, 255, 0.22);
  color: #F4EEE2;
}
@media(min-width: 478px) {.jlq-tb_login-ksz {
  display: block;
}
}.jlq-tb_reg-ksz {
  padding: 0.563rem 18px;
  background: #4DC87A;
  border-radius: 10px;
  transition: background .2s;
  font-weight: 700;
  color: #0E0B07;
  font-size: 13px;
  white-space: nowrap;
}.jlq-tb_reg-ksz:hover {
  background: #5FD98B;
}.jlq-sb-ksz {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #1E1710;
  transition: transform .25s ease;
  transform: translateX(-100%);
  overflow-y: auto;
  top: 3.5rem;
  bottom: 0;
  width: 220px;
  left: 0;
  position: fixed;
  z-index: 70;
}.jlq-sb-ksz.jlq-state_open-ksz {
  transform: translateX(0);
}.jlq-sb-ksz::-webkit-scrollbar {
  width: 4px;
}.jlq-sb-ksz::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1079px) {.jlq-sb-ksz {
  transform: translateX(0);
}
}.jlq-sb_auth-ksz {
  padding: 14px 12px 10px;
}.jlq-sb_btn_reg-ksz {
  transition: background .2s;
  padding: 0.688rem;
  background: #4DC87A;
  border-radius: 10px;
  margin-bottom: 8px;
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #0E0B07;
}.jlq-sb_btn_reg-ksz:hover {
  background: #5FD98B;
}.jlq-sb_btn_login-ksz {
  border-radius: 10px;
  padding: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  font-weight: 600;
  text-align: center;
  font-size: 13px;
  display: block;
  color: #C9BCA8;
}.jlq-sb_btn_login-ksz:hover {
  border-color: rgba(255, 255, 255, 0.22);
  color: #F4EEE2;
}.jlq-sb_promo-ksz {
  padding: 12px 0.875rem;
  border: 1px solid rgba(56, 170, 191, 0.18);
  border-radius: 0.625rem;
  background: linear-gradient(135deg,#17282D,#1E1710);
  margin: 0 12px 10px;
  overflow: hidden;
  position: relative;
}.jlq-sb_promo-ksz::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(56, 170, 191, 0.18),transparent 70%);
  position: absolute;
  right: -1.25rem;
  height: 80px;
  width: 5rem;
  content: '';
  top: -1.25rem;
}.jlq-sb_promo_title-ksz {
  color: #38AABF;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 0.25rem;
}.jlq-sb_promo_text-ksz {
  color: #F4EEE2;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  font-weight: 600;
  line-height: 1.35;
}.jlq-sb_promo_sub-ksz {
  margin-top: 3px;
  color: #786A58;
  font-size: 10px;
}.jlq-sb_nav-ksz {
  padding: 6px 0.5rem 1rem;
}.jlq-sb_nav_lb-ksz {
  padding: 0.625rem 8px 0.375rem;
  letter-spacing: .08em;
  color: #5E5244;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
}.jlq-sb_link-ksz {
  border-radius: 0.375rem;
  padding: 0.563rem 0.625rem;
  gap: 10px;
  transition: background .15s,color .15s;
  display: flex;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #9A8A76;
}.jlq-sb_link-ksz:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4EEE2;
}.jlq-sb_link-ksz.jlq-state_active-ksz {
  background: rgba(56, 170, 191, 0.18);
  color: #F4EEE2;
}.jlq-sb_ic-ksz {
  border-radius: 0.375rem;
  flex-shrink: 0;
  height: 1.875rem;
  justify-content: center;
  width: 1.875rem;
  align-items: center;
  display: flex;
}.jlq-sb_ic-ksz svg {
  height: 16px;
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
}.jlq-sb_ic_1-ksz {
  background: rgba(56, 170, 191, 0.08);
  color: #38AABF;
}.jlq-sb_ic_2-ksz {
  background: rgba(77, 200, 122, 0.16);
  color: #4DC87A;
}.jlq-sb_ic_3-ksz {
  background: rgba(242, 188, 52, 0.16);
  color: #F2BC34;
}.jlq-sb_ic_4-ksz {
  background: rgba(224, 107, 46, 0.20);
  color: #E06B2E;
}.jlq-sb_ic_5-ksz {
  background: rgba(56, 170, 191, 0.08);
  color: #E8527E;
}.jlq-sb_ic_6-ksz {
  background: rgba(224, 107, 46, 0.20);
  color: #A35ED4;
}.jlq-sb_badge-ksz {
  border-radius: 0.375rem;
  padding: 2px 7px;
  background: #F2BC34;
  margin-left: auto;
  font-size: 0.563rem;
  color: #0E0B07;
  font-weight: 700;
}.jlq-sb_bot-ksz {
  gap: 8px;
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.jlq-sb_lang-ksz,.jlq-sb_help-ksz {
  border: 1px solid rgba(255, 255, 255, 0.06);
  flex: 1;
  transition: border-color .2s;
  border-radius: 0.375rem;
  gap: 0.375rem;
  padding: 0.563rem 6px;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 600;
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 11px;
  color: #9A8A76;
}.jlq-sb_lang-ksz:hover,.jlq-sb_help-ksz:hover {
  border-color: rgba(255, 255, 255, 0.22);
  color: #F4EEE2;
}.jlq-sb_lang-ksz svg,.jlq-sb_help-ksz svg {
  width: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 13px;
}.jlq-sb_bd-ksz {
  background: rgba(10, 7, 4, 0.72);
  inset: 0;
  display: none;
  position: fixed;
  z-index: 69;
}.jlq-sb_bd-ksz.jlq-state_on-ksz {
  display: block;
}
@media(min-width: 1079px) {.jlq-sb_bd-ksz {
  display: none!important;
}
}.jlq-mob_nav-ksz {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  background: #1E1710;
  left: 0;
  position: fixed;
  z-index: 80;
  display: flex;
  bottom: 0;
  right: 0;
}
@media(min-width:1080px) {.jlq-mob_nav-ksz {
  display: none;
}
}.jlq-mob_nav_item-ksz {
  flex: 1;
  gap: 0.25rem;
  padding: 4px 2px;
  flex-direction: column;
  align-items: center;
  color: #5E5244;
  cursor: pointer;
  display: flex;
}.jlq-mob_nav_ic-ksz {
  line-height: 1;
}.jlq-mob_nav_ic-ksz svg {
  width: 20px;
  stroke-linejoin: round;
  height: 1.25rem;
  stroke-linecap: round;
}.jlq-mob_nav_lb-ksz {
  color: #5E5244;
  font-weight: 600;
  font-size: 10px;
}.jlq-mob_nav_item-ksz.jlq-state_active-ksz {
  color: #38AABF;
}.jlq-mob_nav_item-ksz.jlq-state_active-ksz .jlq-mob_nav_lb-ksz {
  color: #38AABF;
}.jlq-hero-ksz {
  background: #131009;
  padding: 20px 1rem 0;
}
@media(min-width: 769px) {.jlq-hero-ksz {
  padding: 1.5rem 1.5rem 0;
}
}.jlq-hero_in-ksz {
  gap: 12px;
  margin: 0 auto;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 1340px;
}
@media(min-width: 861px) {.jlq-hero_in-ksz {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1098px) {.jlq-hero_in-ksz {
  grid-template-columns: 1fr 340px;
}
}.jlq-hero_promo-ksz {
  background: #181308;
  overflow: hidden;
  border-radius: 16px;
  align-items: stretch;
  position: relative;
  display: flex;
  min-height: 13.75rem;
}
@media(min-width: 767px) {.jlq-hero_promo-ksz {
  min-height: 280px;
}
}.jlq-hero_promo_bg-ksz {
  inset: 0;
  background: linear-gradient(120deg,#17282D 0%,#131009 100%);
  background-position: center;
  background-size: cover;
  position: absolute;
}.jlq-hero_promo_bg-ksz::after {
  inset: 0;
  background: linear-gradient(90deg,#131009 0%,rgba(10, 7, 4, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.jlq-hero_promo_glow-ksz {
  background: radial-gradient(circle,rgba(224, 107, 46, 0.20) 0%,transparent 65%);
  border-radius: 50%;
  top: -2.5rem;
  position: absolute;
  right: 3.75rem;
  pointer-events: none;
  width: 18.75rem;
  height: 300px;
}.jlq-hero_promo_ct-ksz {
  padding: 1.75rem 1.5rem 1.75rem 1.75rem;
  flex-direction: column;
  max-width: 30rem;
  position: relative;
  display: flex;
  z-index: 2;
  justify-content: center;
}
@media(min-width: 767px) {.jlq-hero_promo_ct-ksz {
  padding: 2.5rem 32px;
}
}.jlq-hero_badge-ksz {
  border: 1px solid rgba(56, 170, 191, 0.08);
  background: rgba(56, 170, 191, 0.18);
  padding: 5px 0.75rem;
  border-radius: 20px;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: .08em;
  font-size: 0.625rem;
  color: #38AABF;
  text-transform: uppercase;
  display: inline-block;
}.jlq-hero_h1-ksz {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  color: #F4EEE2;
  line-height: 1.15;
}.jlq-hero_h1-ksz em {
  color: #F2BC34;
  font-style: normal;
}
@media(min-width: 769px) {.jlq-hero_h1-ksz {
  font-size: 36px;
}
}.jlq-hero_sub-ksz {
  margin-bottom: 20px;
  line-height: 1.55;
  font-size: 0.813rem;
  color: #9A8A76;
}
@media(min-width: 767px) {.jlq-hero_sub-ksz {
  font-size: 0.875rem;
}
}.jlq-hero_row-ksz {
  gap: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.jlq-hero_cta-ksz {
  transition: background .2s;
  background: #4DC87A;
  border-radius: 0.625rem;
  padding: 13px 26px;
  color: #0E0B07;
  font-weight: 700;
  box-shadow: 0 0.375rem 1.375rem rgba(77, 200, 122, 0.42), 0 2px 0.313rem rgba(77, 200, 122, 0.22);
  font-size: 14px;
}.jlq-hero_cta-ksz:hover {
  background: #5FD98B;
}.jlq-hero_terms-ksz {
  color: #5E5244;
  font-size: 11px;
}.jlq-hero_game-ksz {
  border-radius: 16px;
  background: #181308;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  flex-direction: column;
  display: flex;
}.jlq-hero_game_badge-ksz {
  padding: 5px 10px;
  background: rgba(242, 188, 52, 0.16);
  border-radius: 1.25rem;
  border: 1px solid rgba(242, 188, 52, 0.16);
  position: absolute;
  font-size: 10px;
  z-index: 3;
  color: #F2BC34;
  top: 12px;
  left: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
}.jlq-hero_game_badge-ksz svg {
  vertical-align: -1px;
  width: 0.688rem;
  margin-right: 4px;
  height: 0.688rem;
}.jlq-hero_game_img-ksz {
  overflow: hidden;
  background: linear-gradient(135deg,#17282D,#131009);
  padding-bottom: 60%;
  position: relative;
}.jlq-hero_game_img-ksz img {
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}.jlq-hero_game_play-ksz {
  transition: opacity .2s;
  background: rgba(10, 7, 4, 0.72);
  inset: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  opacity: 0;
  position: absolute;
}.jlq-hero_game-ksz:hover .jlq-hero_game_play-ksz {
  opacity: 1;
}.jlq-hero_game_play-ksz span {
  border-radius: 50%;
  background: #38AABF;
  width: 3.25rem;
  justify-content: center;
  height: 52px;
  align-items: center;
  display: flex;
}.jlq-hero_game_play-ksz span svg {
  margin-left: 2px;
  width: 18px;
  height: 18px;
}.jlq-hero_game_info-ksz {
  padding: 0.875rem 1rem;
}.jlq-hero_game_title-ksz {
  color: #F4EEE2;
  font-size: 0.938rem;
  margin-bottom: 4px;
  font-weight: 700;
  overflow-wrap: break-word;
}.jlq-hero_game_provider-ksz {
  font-size: 0.688rem;
  color: #786A58;
}.jlq-hero_game_btn-ksz {
  transition: background .2s;
  background: #38AABF;
  border-radius: 10px;
  padding: 11px;
  margin: 12px 1rem 1rem;
  text-align: center;
  display: block;
  font-weight: 700;
  font-size: 13px;
  color: #F4EEE2;
}.jlq-hero_game-ksz:hover .jlq-hero_game_btn-ksz {
  background: #4BBFD5;
}.jlq-gr_jp-ksz {
  border-radius: 16px;
  overflow: hidden;
  padding: 1.25rem;
  background: linear-gradient(135deg,#1C0E30 0%,#0F0A1E 100%);
  position: relative;
}.jlq-gr_jp-ksz::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(224, 107, 46, 0.20) 0%,transparent 70%);
  top: -60px;
  position: absolute;
  width: 15.625rem;
  left: -3.75rem;
  height: 250px;
  content: '';
}.jlq-gr_jp-ksz::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(242, 188, 52, 0.16) 0%,transparent 70%);
  bottom: -40px;
  position: absolute;
  right: 0;
  height: 200px;
  content: '';
  width: 200px;
}.jlq-gr_jp_head-ksz {
  gap: 16px;
  z-index: 1;
  align-items: flex-start;
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  position: relative;
}.jlq-gr_jp_info-ksz {
  flex: 1;
}.jlq-gr_jp_label-ksz {
  color: #A35ED4;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 11px;
  letter-spacing: .08em;
}.jlq-gr_jp_label-ksz svg {
  stroke-linejoin: round;
  height: 14px;
  vertical-align: -2px;
  width: 14px;
  margin-right: 0.25rem;
  stroke-linecap: round;
}.jlq-gr_jp_amount-ksz {
  overflow-wrap: break-word;
  line-height: 1;
  margin-bottom: 0.25rem;
  font-size: 2rem;
  color: #F4EEE2;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
}
@media(min-width: 766px) {.jlq-gr_jp_amount-ksz {
  font-size: 40px;
}
}.jlq-gr_jp_amount-ksz span {
  color: #F2BC34;
}.jlq-gr_jp_seo-ksz {
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #9A8A76;
  font-size: 12px;
  max-width: 30rem;
}.jlq-gr_jp_cta-ksz {
  background: rgba(224, 107, 46, 0.20);
  border-radius: 10px;
  border: 1px solid rgba(224, 107, 46, 0.20);
  padding: 0.688rem 1.25rem;
  transition: background .2s;
  align-self: flex-start;
  color: #F4EEE2;
  flex-shrink: 0;
  z-index: 1;
  position: relative;
  white-space: nowrap;
  font-size: 0.813rem;
  margin-top: 0.25rem;
  font-weight: 700;
}.jlq-gr_jp_cta-ksz:hover {
  background: #E06B2E;
}.jlq-ws-ksz {
  background: #131009;
  padding: 32px 16px 0;
}
@media(min-width: 766px) {.jlq-ws-ksz {
  padding: 36px 24px 0;
}
}.jlq-ws_in-ksz {
  margin: 0 auto;
  max-width: 1340px;
}.jlq-ws_head-ksz {
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.jlq-ws_title-ksz {
  gap: 0.625rem;
  overflow-wrap: break-word;
  color: #F4EEE2;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 1rem;
  align-items: center;
  font-family: 'Barlow Condensed', sans-serif;
}.jlq-ws_title_ic-ksz svg {
  width: 18px;
  stroke-linejoin: round;
  color: #F2BC34;
  height: 1.125rem;
  stroke-linecap: round;
}.jlq-ws_online-ksz {
  gap: 7px;
  color: #786A58;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  align-items: center;
}.jlq-ws_online_dot-ksz {
  background: #4DC87A;
  border-radius: 50%;
  width: 0.5rem;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(77, 200, 122, 0.16);
  height: 8px;
}.jlq-ws_scroll-ksz {
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
  display: flex;
}.jlq-ws_scroll-ksz::-webkit-scrollbar {
  display: none;
}.jlq-wc-ksz {
  padding: 10px 0.875rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #181308;
  gap: 0.625rem;
  align-items: center;
  display: flex;
  min-width: 13.75rem;
  flex-shrink: 0;
}.jlq-wc_img-ksz {
  border-radius: 6px;
  background: #1E1710;
  overflow: hidden;
  width: 2.25rem;
  flex-shrink: 0;
  height: 36px;
}.jlq-wc_img-ksz img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.jlq-wc_info-ksz {
  min-width: 0;
}.jlq-wc_game-ksz {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #C9BCA8;
  font-weight: 600;
  font-size: 12px;
}.jlq-wc_player-ksz {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #5E5244;
  font-size: 10px;
}.jlq-wc_amount-ksz {
  flex-shrink: 0;
  color: #4DC87A;
  margin-left: auto;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 700;
}.jlq-app-ksz {
  background: #131009;
  padding: 36px 1rem 0;
}
@media(min-width:768px) {.jlq-app-ksz {
  padding: 2.75rem 24px 0;
}
}.jlq-app_in-ksz {
  margin: 0 auto;
  max-width: 1340px;
}.jlq-app_head-ksz {
  margin-bottom: 16px;
}.jlq-app_label-ksz {
  letter-spacing: .08em;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #38AABF;
  font-weight: 700;
}.jlq-app_h2-ksz {
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 0.375rem;
  font-weight: 800;
  font-size: 20px;
  overflow-wrap: break-word;
  color: #F4EEE2;
}
@media(min-width: 771px) {.jlq-app_h2-ksz {
  font-size: 24px;
}
}.jlq-app_sub-ksz {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  max-width: 600px;
  color: #786A58;
  line-height: 1.6;
}.jlq-app_sub-ksz strong {
  color: #C9BCA8;
  font-weight: 700;
}.jlq-app_cards-ksz {
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 16px;
  display: grid;
}
@media(min-width: 637px) {.jlq-app_cards-ksz {
  grid-template-columns: repeat(3,1fr);
}
}.jlq-app_card-ksz {
  padding: 20px;
  gap: 16px;
  border-radius: 0.625rem;
  overflow: hidden;
  align-items: flex-start;
  display: flex;
  position: relative;
  flex-wrap: wrap;
}.jlq-app_card_ios-ksz {
  background: linear-gradient(135deg,rgba(56, 170, 191, 0.18) 0%,#1E1710 100%);
}.jlq-app_card_android-ksz {
  background: linear-gradient(135deg,rgba(77, 200, 122, 0.16) 0%,#1E1710 100%);
}.jlq-app_card_win-ksz {
  background: linear-gradient(135deg,rgba(242, 188, 52, 0.16) 0%,#1E1710 100%);
}.jlq-app_card_ic-ksz svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 2.125rem;
  height: 2.125rem;
}.jlq-app_card_ic-ksz {
  flex-shrink: 0;
  color: #F4EEE2;
}.jlq-app_card_os-ksz {
  text-transform: uppercase;
  color: #786A58;
  margin-bottom: 0.375rem;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .08em;
}.jlq-app_card_title-ksz {
  margin-bottom: 0.375rem;
  font-size: 0.938rem;
  line-height: 1.2;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F4EEE2;
}.jlq-app_card_text-ksz {
  margin-bottom: 0.875rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #786A58;
  overflow-wrap: break-word;
}.jlq-app_card_btn-ksz {
  background: rgba(255, 255, 255, 0.12);
  transition: background .2s;
  gap: 0.438rem;
  padding: 0.625rem 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  color: #F4EEE2;
  font-size: 0.813rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}.jlq-app_card_btn-ksz:hover {
  background: rgba(255, 255, 255, 0.07);
}.jlq-htp-ksz {
  background: #131009;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.jlq-htp-ksz {
  padding: 44px 1.5rem 0;
}
}.jlq-htp_in-ksz {
  margin: 0 auto;
  max-width: 1340px;
}.jlq-htp_head-ksz {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.jlq-htp_label-ksz {
  color: #38AABF;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 8px;
}.jlq-htp_h2-ksz {
  margin-bottom: 0.5rem;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4EEE2;
  font-weight: 800;
  font-size: 22px;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.jlq-htp_h2-ksz {
  font-size: 28px;
}
}.jlq-htp_intro-ksz {
  line-height: 1.6;
  font-size: 14px;
  color: #786A58;
}.jlq-htp_steps-ksz {
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.jlq-htp_steps-ksz {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.jlq-htp_steps-ksz {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.jlq-htp_step-ksz {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 20px 18px 18px;
  border-radius: 0.625rem;
  background: #1E1710;
  position: relative;
  flex-direction: column;
  display: flex;
}.jlq-htp_step_num-ksz {
  border-radius: 50%;
  background: #38AABF;
  color: #0E0B07;
  font-size: 13px;
  width: 28px;
  align-items: center;
  top: -12px;
  justify-content: center;
  font-weight: 800;
  left: 1.25rem;
  height: 28px;
  position: absolute;
  display: flex;
  font-family: 'Barlow Condensed', sans-serif;
}.jlq-htp_step_ic-ksz {
  margin: 8px 0 12px;
  background: rgba(56, 170, 191, 0.18);
  border-radius: 6px;
  height: 36px;
  align-items: center;
  justify-content: center;
  color: #38AABF;
  display: flex;
  width: 2.25rem;
}.jlq-htp_step_ic-ksz svg {
  height: 1.125rem;
  stroke-linecap: round;
  width: 1.125rem;
  stroke-linejoin: round;
}.jlq-htp_step_h-ksz {
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  color: #F4EEE2;
  line-height: 1.25;
  font-size: 0.875rem;
  font-weight: 700;
}.jlq-htp_step_p-ksz {
  color: #786A58;
  font-size: 0.813rem;
  line-height: 1.55;
  overflow-wrap: break-word;
}.jlq-htp_step_p-ksz strong {
  color: #C9BCA8;
  font-weight: 600;
}.jlq-htp_cta-ksz {
  padding: 13px 1.625rem;
  background: #4DC87A;
  transition: background .2s;
  border-radius: 0.625rem;
  display: inline-block;
  font-weight: 700;
  color: #0E0B07;
  margin-top: 20px;
  font-size: 0.875rem;
}.jlq-htp_cta-ksz:hover {
  background: #5FD98B;
}.jlq-reg-ksz {
  background: #131009;
  padding: 36px 1rem 0;
}
@media(min-width:768px) {.jlq-reg-ksz {
  padding: 44px 1.5rem 0;
}
}.jlq-reg_in-ksz {
  margin: 0 auto;
  padding: 1.75rem 24px;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #1E1710;
  max-width: 1340px;
}
@media(min-width: 767px) {.jlq-reg_in-ksz {
  padding: 40px;
}
}.jlq-reg_top-ksz {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:860px) {.jlq-reg_top-ksz {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.jlq-reg_label-ksz {
  margin-bottom: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #38AABF;
  font-size: 0.688rem;
}.jlq-reg_h2-ksz {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  line-height: 1.2;
  font-size: 1.375rem;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  color: #F4EEE2;
}
@media(min-width: 766px) {.jlq-reg_h2-ksz {
  font-size: 1.75rem;
}
}.jlq-reg_bonus-ksz {
  gap: 8px;
  background: rgba(242, 188, 52, 0.16);
  border-radius: 0.625rem;
  border: 1px solid rgba(242, 188, 52, 0.16);
  padding: 0.625rem 16px;
  align-items: center;
  display: inline-flex;
  margin-bottom: 1rem;
}.jlq-reg_bonus_amount-ksz {
  font-weight: 800;
  color: #F2BC34;
  font-size: 1.25rem;
}.jlq-reg_bonus_text-ksz {
  font-size: 0.813rem;
  color: #9A8A76;
  line-height: 1.35;
}.jlq-reg_cta_btn-ksz {
  transition: background .2s;
  border-radius: 10px;
  background: #4DC87A;
  padding: 0.875rem 2rem;
  font-size: 0.938rem;
  font-weight: 700;
  display: inline-block;
  color: #0E0B07;
  margin-bottom: 12px;
  box-shadow: 0 0.375rem 1.375rem rgba(77, 200, 122, 0.42), 0 2px 5px rgba(77, 200, 122, 0.22);
}.jlq-reg_cta_btn-ksz:hover {
  background: #5FD98B;
}.jlq-reg_terms-ksz {
  font-size: 11px;
  color: #5E5244;
  line-height: 1.5;
}.jlq-reg_seo-ksz {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 1.25rem;
  font-size: 0.813rem;
  color: #786A58;
  padding-top: 20px;
  line-height: 1.65;
  overflow-wrap: break-word;
}.jlq-reg_seo-ksz p {
  color: #786A58;
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 0.625rem;
}.jlq-reg_seo-ksz p:last-child {
  margin-bottom: 0;
}.jlq-reg_seo-ksz strong {
  font-weight: 700;
  color: #C9BCA8;
}.jlq-reg_seo-ksz a {
  transition: color .2s;
  text-decoration: underline;
  color: #38AABF;
}.jlq-reg_seo-ksz a:hover {
  color: #4BBFD5;
}.jlq-reg_seo-ksz ul,.jlq-reg_seo-ksz ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 18px;
}.jlq-reg_seo-ksz ol {
  list-style: decimal;
}.jlq-reg_seo-ksz li {
  color: #786A58;
  margin-bottom: 0.25rem;
  line-height: 1.65;
  font-size: 0.813rem;
}.jlq-reg_seo-ksz table {
  width: 100%;
  overflow-x: auto;
  display: block;
  font-size: 0.813rem;
  margin-bottom: 10px;
  border-collapse: collapse;
}
@media(min-width: 767px) {.jlq-reg_seo-ksz table {
  display: table;
}
}.jlq-reg_seo-ksz th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C9BCA8;
  text-align: left;
  font-weight: 700;
}.jlq-reg_seo-ksz td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #786A58;
}.jlq-reg_steps-ksz {
  gap: 14px;
  flex-direction: column;
  margin-top: 28px;
  display: flex;
}
@media(min-width: 857px) {.jlq-reg_steps-ksz {
  margin-top: 0;
}
}.jlq-reg_step-ksz {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 14px;
  border-radius: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.jlq-reg_step_num-ksz {
  border: 1px solid rgba(56, 170, 191, 0.08);
  background: rgba(56, 170, 191, 0.18);
  border-radius: 50%;
  font-weight: 800;
  color: #38AABF;
  flex-shrink: 0;
  font-size: 0.875rem;
  width: 34px;
  display: flex;
  align-items: center;
  height: 2.125rem;
  justify-content: center;
}.jlq-reg_step_title-ksz {
  font-size: 0.875rem;
  color: #F4EEE2;
  margin-bottom: 3px;
  font-weight: 700;
}.jlq-reg_step_text-ksz {
  font-size: 12px;
  line-height: 1.5;
  color: #786A58;
}.jlq-reg_trust-ksz {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  padding-top: 1.25rem;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}.jlq-reg_trust_item-ksz {
  gap: 7px;
  display: flex;
  color: #786A58;
  overflow-wrap: break-word;
  font-size: 12px;
  align-items: center;
}.jlq-reg_trust_ic-ksz svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
  height: 16px;
  color: #38AABF;
}.jlq-bon-ksz {
  background: #131009;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.jlq-bon-ksz {
  padding: 2.75rem 1.5rem 0;
}
}.jlq-bon_in-ksz {
  margin: 0 auto;
  max-width: 1340px;
}.jlq-bon_head-ksz {
  margin-bottom: 20px;
}.jlq-bon_label-ksz {
  color: #38AABF;
  margin-bottom: 8px;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.jlq-bon_h2-ksz {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 8px;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4EEE2;
}
@media(min-width: 771px) {.jlq-bon_h2-ksz {
  font-size: 1.5rem;
}
}.jlq-bon_seo-ksz {
  max-width: 38.75rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #786A58;
  font-size: 0.813rem;
}.jlq-bon_seo-ksz strong {
  color: #C9BCA8;
  font-weight: 700;
}.jlq-bon_seo-ksz a {
  color: #38AABF;
  text-decoration: underline;
}.jlq-bon_grid-ksz {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 638px) {.jlq-bon_grid-ksz {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.jlq-bon_grid-ksz {
  grid-template-columns: repeat(5,1fr);
}
}.jlq-bon_card-ksz {
  transition: border-color .2s,transform .2s;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.625rem;
  background: #181308;
}.jlq-bon_card-ksz:hover {
  transform: translateY(-2px);
  border-color: rgba(56, 170, 191, 0.08);
}.jlq-bon_card_ic-ksz svg {
  stroke-linejoin: round;
  height: 1.625rem;
  width: 1.625rem;
  stroke-linecap: round;
}.jlq-bon_card_ic-ksz {
  margin-bottom: 10px;
}.jlq-bon_card_type-ksz {
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .06em;
  color: #786A58;
  font-weight: 700;
}.jlq-bon_card_amount-ksz {
  font-weight: 800;
  margin-bottom: 6px;
  color: #F2BC34;
  line-height: 1.1;
  font-size: 18px;
}.jlq-bon_card_name-ksz {
  margin-bottom: 0.5rem;
  color: #F4EEE2;
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 0.813rem;
}.jlq-bon_card_detail-ksz {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  padding-top: 8px;
  font-size: 11px;
  overflow-wrap: break-word;
  color: #5E5244;
}.jlq-prov-ksz {
  background: #131009;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.jlq-prov-ksz {
  padding: 44px 24px 0;
}
}.jlq-prov_in-ksz {
  margin: 0 auto;
  max-width: 1340px;
}.jlq-prov_head-ksz {
  margin-bottom: 1rem;
}.jlq-prov_label-ksz {
  letter-spacing: .08em;
  color: #38AABF;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 8px;
  font-weight: 700;
}.jlq-prov_h2-ksz {
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4EEE2;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 20px;
}
@media(min-width: 769px) {.jlq-prov_h2-ksz {
  font-size: 1.5rem;
}
}.jlq-prov_seo-ksz {
  max-width: 620px;
  line-height: 1.6;
  overflow-wrap: break-word;
  margin-bottom: 16px;
  font-size: 13px;
  color: #786A58;
}.jlq-prov_seo-ksz strong {
  color: #C9BCA8;
  font-weight: 700;
}.jlq-prov_seo-ksz a {
  text-decoration: underline;
  color: #38AABF;
}.jlq-prov_grid-ksz {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 642px) {.jlq-prov_grid-ksz {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width:1080px) {.jlq-prov_grid-ksz {
  grid-template-columns: repeat(8,1fr);
}
}.jlq-prov_card-ksz {
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 14px 10px;
  transition: border-color .2s,background .2s;
  gap: 0.438rem;
  background: #181308;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  display: flex;
}.jlq-prov_card-ksz:hover {
  background: #1E1710;
  border-color: rgba(255, 255, 255, 0.22);
}.jlq-prov_logo-ksz {
  overflow: hidden;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
}.jlq-prov_logo-ksz img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.jlq-prov_name-ksz {
  overflow-wrap: break-word;
  text-align: center;
  font-size: 0.688rem;
  color: #9A8A76;
  font-weight: 600;
}.jlq-pmt-ksz {
  background: #131009;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.jlq-pmt-ksz {
  padding: 44px 24px 0;
}
}.jlq-pmt_in-ksz {
  margin: 0 auto;
  max-width: 1340px;
}.jlq-pmt_head-ksz {
  max-width: 45rem;
  margin-bottom: 1.375rem;
}.jlq-pmt_label-ksz {
  margin-bottom: 0.5rem;
  color: #38AABF;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
}.jlq-pmt_h2-ksz {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  color: #F4EEE2;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 1.375rem;
}
@media(min-width: 769px) {.jlq-pmt_h2-ksz {
  font-size: 1.75rem;
}
}.jlq-pmt_intro-ksz {
  color: #786A58;
  font-size: 0.875rem;
  line-height: 1.6;
  overflow-wrap: break-word;
}.jlq-pmt_groups-ksz {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.jlq-pmt_group-ksz {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1E1710;
  border-radius: 10px;
  padding: 1.25rem;
}.jlq-pmt_group_head-ksz {
  gap: 12px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.jlq-pmt_group_ic-ksz {
  border-radius: 6px;
  background: rgba(56, 170, 191, 0.18);
  height: 36px;
  align-items: center;
  width: 2.25rem;
  justify-content: center;
  flex-shrink: 0;
  display: flex;
  color: #38AABF;
}.jlq-pmt_group_ic-ksz svg {
  width: 1.125rem;
  stroke-linecap: round;
  height: 18px;
  stroke-linejoin: round;
}.jlq-pmt_group_h-ksz {
  margin: 0;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4EEE2;
  font-size: 1rem;
  font-weight: 700;
}.jlq-pmt_group_p-ksz {
  line-height: 1.6;
  margin-bottom: 14px;
  color: #786A58;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.jlq-pmt_group_p-ksz strong {
  font-weight: 600;
  color: #C9BCA8;
}.jlq-pmt_table_wrap-ksz {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.jlq-pmt_table-ksz {
  font-size: 0.813rem;
  border-collapse: collapse;
  width: 100%;
  min-width: 33.75rem;
}.jlq-pmt_table-ksz th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  color: #C9BCA8;
  text-align: left;
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
}.jlq-pmt_table-ksz td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #786A58;
}.jlq-pmt_table-ksz tbody tr:last-child td {
  border-bottom: none;
}.jlq-pmt_table-ksz tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C9BCA8;
}.jlq-seo-ksz {
  background: #131009;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.jlq-seo-ksz {
  padding: 44px 24px 0;
}
}.jlq-seo_in-ksz {
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 1.75rem 1.5rem;
  background: #1E1710;
  border-radius: 16px;
  max-width: 83.75rem;
}
@media(min-width: 771px) {.jlq-seo_in-ksz {
  padding: 36px 2.5rem;
}
}.jlq-seo_label-ksz {
  margin-bottom: 10px;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #38AABF;
  text-transform: uppercase;
}.jlq-seo_h2-ksz {
  font-size: 20px;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4EEE2;
  margin-bottom: 0.875rem;
  font-weight: 800;
}
@media(min-width: 765px) {.jlq-seo_h2-ksz {
  font-size: 1.5rem;
}
}.jlq-seo_body-ksz {
  overflow-wrap: break-word;
  color: #9A8A76;
  line-height: 1.75;
  font-size: 0.875rem;
}.jlq-seo_body-ksz p {
  margin-bottom: 0.75rem;
  line-height: 1.75;
  font-size: 14px;
  color: #9A8A76;
}.jlq-seo_body-ksz p:last-child {
  margin-bottom: 0;
}.jlq-seo_body-ksz strong {
  color: #C9BCA8;
  font-weight: 700;
}.jlq-seo_body-ksz a {
  transition: color .2s;
  text-decoration: underline;
  color: #38AABF;
}.jlq-seo_body-ksz a:hover {
  color: #4BBFD5;
}.jlq-seo_body-ksz ul,.jlq-seo_body-ksz ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.jlq-seo_body-ksz ol {
  list-style: decimal;
}.jlq-seo_body-ksz li {
  line-height: 1.75;
  color: #9A8A76;
  margin-bottom: 0.375rem;
  font-size: 14px;
}.jlq-seo_body-ksz table {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  display: block;
  font-size: 0.813rem;
}
@media(min-width: 770px) {.jlq-seo_body-ksz table {
  display: table;
}
}.jlq-seo_body-ksz th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  color: #C9BCA8;
  font-weight: 700;
  text-align: left;
}.jlq-seo_body-ksz td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #9A8A76;
}.jlq-seo_cols-ksz {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.jlq-seo_cols-ksz {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.jlq-seo_cols-ksz {
  grid-template-columns: repeat(3,1fr);
}
}.jlq-seo_col_h-ksz {
  font-size: 0.813rem;
  font-weight: 700;
  color: #C9BCA8;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
}.jlq-seo_col_p-ksz {
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #786A58;
}.jlq-seo_stats-ksz {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.jlq-seo_stat-ksz {
  border-radius: 10px;
  border: 1px solid rgba(56, 170, 191, 0.18);
  background: rgba(56, 170, 191, 0.08);
  flex: 1;
  padding: 14px 16px;
  min-width: 8.75rem;
}.jlq-seo_stat_val-ksz {
  font-size: 1.25rem;
  color: #38AABF;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
}.jlq-seo_stat_lb-ksz {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #786A58;
}.jlq-faq-ksz {
  background: #131009;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.jlq-faq-ksz {
  padding: 44px 1.5rem 0;
}
}.jlq-faq_in-ksz {
  margin: 0 auto;
  max-width: 83.75rem;
}.jlq-faq_head-ksz {
  margin-bottom: 1.25rem;
}.jlq-faq_label-ksz {
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 8px;
  color: #38AABF;
  text-transform: uppercase;
  font-weight: 700;
}.jlq-faq_h2-ksz {
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4EEE2;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.jlq-faq_h2-ksz {
  font-size: 24px;
}
}.jlq-faq_list-ksz {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.jlq-faq_item-ksz {
  overflow: hidden;
  background: #1E1710;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.625rem;
}.jlq-faq_q-ksz {
  transition: color .2s;
  gap: 12px;
  padding: 1rem 1.25rem;
  cursor: pointer;
  flex-wrap: wrap;
  font-size: 0.875rem;
  color: #C9BCA8;
  justify-content: space-between;
  font-weight: 600;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
}.jlq-faq_q-ksz:hover {
  color: #F4EEE2;
}.jlq-faq_q_ic-ksz {
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 1rem;
  display: flex;
  color: #38AABF;
  width: 24px;
  justify-content: center;
  height: 24px;
  align-items: center;
}.jlq-faq_item-ksz.jlq-state_open-ksz .jlq-faq_q_ic-ksz {
  transform: rotate(45deg);
}.jlq-faq_a-ksz {
  padding: 0 20px 16px;
  color: #786A58;
  overflow-wrap: break-word;
  display: none;
  line-height: 1.7;
  font-size: 0.813rem;
}.jlq-faq_item-ksz.jlq-state_open-ksz .jlq-faq_a-ksz {
  display: block;
}.jlq-faq_a-ksz strong {
  font-weight: 700;
  color: #C9BCA8;
}.jlq-faq_a-ksz a {
  text-decoration: underline;
  color: #38AABF;
}.jlq-faq_a-ksz ul,.jlq-faq_a-ksz ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.jlq-faq_a-ksz ol {
  list-style: decimal;
}.jlq-faq_a-ksz li {
  margin-bottom: 4px;
  line-height: 1.6;
}.jlq-faq_a-ksz table {
  margin: 8px 0;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 0.75rem;
  display: block;
  width: 100%;
}
@media(min-width: 769px) {.jlq-faq_a-ksz table {
  display: table;
}
}.jlq-faq_a-ksz th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 8px;
  font-weight: 700;
  text-align: left;
  color: #C9BCA8;
}.jlq-faq_a-ksz td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 0.5rem;
  color: #786A58;
}.jlq-seo-ksz {
  background: #131009;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.jlq-seo-ksz {
  padding: 44px 24px 0;
}
}.jlq-seo_in-ksz {
  padding: 28px 1.5rem;
  background: #1E1710;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  max-width: 83.75rem;
}
@media(min-width: 767px) {.jlq-seo_in-ksz {
  padding: 2.25rem 2.5rem;
}
}.jlq-seo_label-ksz {
  font-size: 11px;
  color: #38AABF;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
}.jlq-seo_h2-ksz {
  margin-bottom: 0.875rem;
  font-size: 20px;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.25;
  font-weight: 800;
  color: #F4EEE2;
}
@media(min-width: 769px) {.jlq-seo_h2-ksz {
  font-size: 1.5rem;
}
}.jlq-seo_body-ksz {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #9A8A76;
  font-size: 14px;
}.jlq-seo_body-ksz p {
  line-height: 1.75;
  margin-bottom: 12px;
  color: #9A8A76;
  font-size: 0.875rem;
}.jlq-seo_body-ksz p:last-child {
  margin-bottom: 0;
}.jlq-seo_body-ksz strong {
  color: #C9BCA8;
  font-weight: 700;
}.jlq-seo_body-ksz a {
  transition: color .2s;
  color: #38AABF;
  text-decoration: underline;
}.jlq-seo_body-ksz a:hover {
  color: #4BBFD5;
}.jlq-seo_body-ksz ul,.jlq-seo_body-ksz ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.jlq-seo_body-ksz ol {
  list-style: decimal;
}.jlq-seo_body-ksz li {
  line-height: 1.75;
  margin-bottom: 6px;
  color: #9A8A76;
  font-size: 14px;
}.jlq-seo_body-ksz table {
  margin-bottom: 0.75rem;
  width: 100%;
  font-size: 13px;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 767px) {.jlq-seo_body-ksz table {
  display: table;
}
}.jlq-seo_body-ksz th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #C9BCA8;
  text-align: left;
}.jlq-seo_body-ksz td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9A8A76;
}.jlq-seo_cols-ksz {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 639px) {.jlq-seo_cols-ksz {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.jlq-seo_cols-ksz {
  grid-template-columns: repeat(3,1fr);
}
}.jlq-seo_col_h-ksz {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  color: #C9BCA8;
  font-weight: 700;
}.jlq-seo_col_p-ksz {
  color: #786A58;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
}.jlq-seo_stats-ksz {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.jlq-seo_stat-ksz {
  padding: 14px 16px;
  flex: 1;
  background: rgba(56, 170, 191, 0.08);
  border: 1px solid rgba(56, 170, 191, 0.18);
  border-radius: 10px;
  min-width: 8.75rem;
}.jlq-seo_stat_val-ksz {
  font-size: 20px;
  color: #38AABF;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
}.jlq-seo_stat_lb-ksz {
  color: #786A58;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.jlq-seo-ksz {
  padding: 36px 16px 0;
  background: #131009;
}
@media(min-width: 770px) {.jlq-seo-ksz {
  padding: 2.75rem 1.5rem 0;
}
}.jlq-seo_in-ksz {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 28px 1.5rem;
  background: #1E1710;
  border-radius: 1rem;
  margin: 0 auto;
  max-width: 83.75rem;
}
@media(min-width: 769px) {.jlq-seo_in-ksz {
  padding: 2.25rem 40px;
}
}.jlq-seo_label-ksz {
  color: #38AABF;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}.jlq-seo_h2-ksz {
  line-height: 1.25;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 14px;
  color: #F4EEE2;
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 765px) {.jlq-seo_h2-ksz {
  font-size: 24px;
}
}.jlq-seo_body-ksz {
  color: #9A8A76;
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
}.jlq-seo_body-ksz p {
  font-size: 14px;
  color: #9A8A76;
  line-height: 1.75;
  margin-bottom: 12px;
}.jlq-seo_body-ksz p:last-child {
  margin-bottom: 0;
}.jlq-seo_body-ksz strong {
  color: #C9BCA8;
  font-weight: 700;
}.jlq-seo_body-ksz a {
  transition: color .2s;
  color: #38AABF;
  text-decoration: underline;
}.jlq-seo_body-ksz a:hover {
  color: #4BBFD5;
}.jlq-seo_body-ksz ul,.jlq-seo_body-ksz ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.jlq-seo_body-ksz ol {
  list-style: decimal;
}.jlq-seo_body-ksz li {
  font-size: 14px;
  color: #9A8A76;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.jlq-seo_body-ksz table {
  font-size: 0.813rem;
  margin-bottom: 12px;
  overflow-x: auto;
  display: block;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 769px) {.jlq-seo_body-ksz table {
  display: table;
}
}.jlq-seo_body-ksz th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C9BCA8;
}.jlq-seo_body-ksz td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #9A8A76;
}.jlq-seo_cols-ksz {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 638px) {.jlq-seo_cols-ksz {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.jlq-seo_cols-ksz {
  grid-template-columns: repeat(3,1fr);
}
}.jlq-seo_col_h-ksz {
  font-weight: 700;
  font-size: 0.813rem;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  color: #C9BCA8;
}.jlq-seo_col_p-ksz {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #786A58;
  font-size: 0.813rem;
}.jlq-seo_stats-ksz {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.jlq-seo_stat-ksz {
  border: 1px solid rgba(56, 170, 191, 0.18);
  border-radius: 10px;
  padding: 14px 1rem;
  background: rgba(56, 170, 191, 0.08);
  flex: 1;
  min-width: 140px;
}.jlq-seo_stat_val-ksz {
  margin-bottom: 4px;
  font-weight: 800;
  color: #38AABF;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}.jlq-seo_stat_lb-ksz {
  overflow-wrap: break-word;
  color: #786A58;
  font-size: 0.688rem;
}.jlq-ft-ksz {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #0C0905;
  margin-top: 3rem;
}.jlq-ft_support-ksz {
  padding: 1.5rem 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.jlq-ft_support-ksz {
  padding: 1.75rem 24px;
}
}.jlq-ft_support_in-ksz {
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1340px;
}.jlq-ft_support_main-ksz {
  gap: 16px;
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  min-width: 220px;
}.jlq-ft_support_ic-ksz {
  color: #38AABF;
  flex-shrink: 0;
}.jlq-ft_support_ic-ksz svg {
  width: 1.875rem;
  height: 30px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.jlq-ft_support_text_title-ksz {
  font-size: 0.938rem;
  margin-bottom: 3px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F4EEE2;
}.jlq-ft_support_text_sub-ksz {
  color: #786A58;
  overflow-wrap: break-word;
  font-size: 12px;
}.jlq-ft_support_btn-ksz {
  transition: background .2s;
  border-radius: 10px;
  background: #38AABF;
  padding: 0.688rem 1.375rem;
  color: #F4EEE2;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
}.jlq-ft_support_btn-ksz:hover {
  background: #4BBFD5;
}.jlq-ft_support_contacts-ksz {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
}.jlq-ft_support_contact-ksz {
  font-size: 12px;
  line-height: 1.4;
  color: #5E5244;
}.jlq-ft_support_contact-ksz strong {
  font-weight: 600;
  color: #9A8A76;
  display: block;
  font-size: 0.688rem;
  margin-bottom: 2px;
}.jlq-ft_main-ksz {
  padding: 32px 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 770px) {.jlq-ft_main-ksz {
  padding: 40px 1.5rem 32px;
}
}.jlq-ft_main_in-ksz {
  margin: 0 auto;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 1340px;
}
@media(min-width: 638px) {.jlq-ft_main_in-ksz {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.jlq-ft_main_in-ksz {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.jlq-ft_col_logo-ksz {
  grid-column: 1/-1;
}
@media(min-width:1080px) {.jlq-ft_col_logo-ksz {
  grid-column: auto;
}
}.jlq-ft_logo-ksz {
  gap: 0.563rem;
  font-size: 16px;
  color: #F4EEE2;
  align-items: center;
  margin-bottom: 12px;
  flex-wrap: wrap;
  display: flex;
  font-weight: 800;
  overflow-wrap: break-word;
}.jlq-ft_logo_mark-ksz {
  overflow: hidden;
  border-radius: 0.375rem;
  width: 30px;
  height: 30px;
}.jlq-ft_logo_mark-ksz img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.jlq-ft_logo_sub-ksz {
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #5E5244;
  max-width: 200px;
}.jlq-ft_col_title-ksz {
  letter-spacing: .07em;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #9A8A76;
  margin-bottom: 14px;
}.jlq-ft_col_links-ksz {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.jlq-ft_col_link-ksz {
  transition: color .2s;
  font-size: 0.813rem;
  color: #5E5244;
  overflow-wrap: break-word;
}.jlq-ft_col_link-ksz:hover {
  color: #C9BCA8;
}.jlq-ft_apps-ksz {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.jlq-ft_app_card-ksz {
  gap: 0.625rem;
  padding: 10px 12px;
  transition: border-color .2s;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  align-items: center;
}.jlq-ft_app_card-ksz:hover {
  border-color: rgba(255, 255, 255, 0.22);
}.jlq-ft_app_card_ic-ksz svg {
  stroke-linecap: round;
  width: 22px;
  height: 1.375rem;
  stroke-linejoin: round;
}.jlq-ft_app_card_os-ksz {
  font-size: 0.625rem;
  color: #5E5244;
  font-weight: 600;
}.jlq-ft_app_card_action-ksz {
  color: #C9BCA8;
  font-weight: 700;
  font-size: 0.75rem;
}.jlq-ft_bot-ksz {
  padding: 1.25rem 1rem;
}
@media(min-width: 766px) {.jlq-ft_bot-ksz {
  padding: 20px 1.5rem;
}
}.jlq-ft_bot_in-ksz {
  margin: 0 auto;
  gap: 1rem;
  max-width: 83.75rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.jlq-ft_socials-ksz {
  gap: 8px;
  display: flex;
}.jlq-ft_soc-ksz {
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  display: flex;
  justify-content: center;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  color: #9A8A76;
}.jlq-ft_soc-ksz svg {
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
  width: 16px;
}.jlq-ft_soc-ksz:hover {
  background: rgba(255, 255, 255, 0.07);
}.jlq-ft_legal-ksz {
  flex: 1;
  line-height: 1.6;
  font-size: 0.688rem;
  min-width: 12.5rem;
  overflow-wrap: break-word;
  color: #7A6D5F;
}.jlq-ft_legal-ksz strong {
  color: #9A8A76;
  font-weight: 700;
}.jlq-ft_legal-ksz a {
  text-decoration: underline;
  color: #9A8A76;
}.jlq-ft_age-ksz {
  border-radius: 50%;
  border: 2px solid #7A6D5F;
  font-size: 0.688rem;
  color: #7A6D5F;
  margin-left: auto;
  font-weight: 800;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}