html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #0C1220;
  min-height: 100vh;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  font-family: 'Nunito', sans-serif;
  color: #C2D0E8;
}.jjn_layout-3ss {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.jjn_page-3ss {
  display: flex;
  min-height: 100vh;
}.jjn_main-3ss {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media (min-width: 1083px) {.jjn_main-3ss {
  padding-left: 220px;
}
}
@media (max-width: 1080px) {.jjn_main-3ss {
  padding-bottom: 72px;
}
}.jjn_gc-3ss {
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  border-radius: 0.625rem;
  transition: transform .2s,border-color .2s;
  background: #0F1628;
  width: 8.75rem;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}
@media(min-width: 639px) {.jjn_gc-3ss {
  width: 156px;
}
}
@media(min-width: 1079px) {.jjn_gc-3ss {
  width: 10.5rem;
}
}.jjn_gc-3ss:hover {
  transform: translateY(-3px);
  border-color: rgba(62,205,168,0.08);
}.jjn_gc_img-3ss {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.jjn_gc_img-3ss img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}.jjn_gc_hover-3ss {
  transition: opacity .2s;
  background: rgba(7,12,23,0.72);
  inset: 0;
  display: flex;
  position: absolute;
  opacity: 0;
  justify-content: center;
  align-items: center;
}.jjn_gc-3ss:hover .jjn_gc_hover-3ss {
  opacity: 1;
}.jjn_gc_hover_btn-3ss {
  background: #3ECDA8;
  padding: 0.5rem 16px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #EFF4FF;
}.jjn_gc_info-3ss {
  padding: 8px 0.625rem 0.625rem;
}.jjn_gc_name-3ss {
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  color: #C2D0E8;
  font-size: 12px;
  max-width: 100%;
  margin-bottom: 3px;
  text-overflow: ellipsis;
}.jjn_gc_prov-3ss {
  color: #4D5E78;
  font-size: 0.625rem;
}.jjn_gc_tag-3ss {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  font-weight: 700;
  left: 6px;
  z-index: 2;
  letter-spacing: .04em;
  top: 6px;
  position: absolute;
  text-transform: uppercase;
  font-size: 9px;
}.jjn_gc_tag_hot-3ss {
  background: #E04040;
  color: #fff;
}.jjn_gc_tag_new-3ss {
  background: #2FCC8A;
  color: #0C1220;
}.jjn_gc_tag_jp-3ss {
  background: #D4913A;
  color: #0C1220;
}.jjn_gc_tag_ex-3ss {
  background: #1E5F8C;
  color: #fff;
}.jjn_gc_tag_live-3ss {
  background: #E04040;
  color: #fff;
}.jjn_gr-3ss {
  padding: 32px 1rem 0;
  background: #0C1220;
}
@media(min-width: 769px) {.jjn_gr-3ss {
  padding: 2.25rem 24px 0;
}
}.jjn_gr_in-3ss {
  margin: 0 auto;
  max-width: 1320px;
}.jjn_gr_head-3ss {
  gap: 12px;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.jjn_gr_head_l-3ss {
  flex: 1;
  gap: 10px;
  display: flex;
  align-items: center;
  min-width: 0;
}.jjn_gr_ic-3ss {
  border-radius: 0.625rem;
  justify-content: center;
  width: 2rem;
  height: 32px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}.jjn_gr_ic-3ss svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
  height: 16px;
}.jjn_gr_title-3ss {
  font-size: 1rem;
  color: #EFF4FF;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.jjn_gr_title-3ss {
  font-size: 1.125rem;
}
}.jjn_gr_more-3ss {
  transition: color .2s;
  gap: 0.313rem;
  align-items: center;
  display: flex;
  color: #62748F;
  font-size: 0.75rem;
  flex-shrink: 0;
  font-weight: 600;
  white-space: nowrap;
}.jjn_gr_more-3ss:hover {
  color: #3ECDA8;
}.jjn_gr_more-3ss svg {
  stroke-linecap: round;
  height: 12px;
  width: 0.75rem;
  stroke-linejoin: round;
}.jjn_gr_arrows-3ss {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.jjn_gr_arr-3ss {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.375rem;
  transition: background .15s,color .15s;
  background: rgba(255,255,255,0.05);
  align-items: center;
  height: 1.875rem;
  display: flex;
  width: 30px;
  justify-content: center;
  color: #8A9CBD;
}.jjn_gr_arr-3ss:hover {
  background: rgba(255,255,255,0.07);
  color: #EFF4FF;
}.jjn_gr_arr-3ss svg {
  height: 0.813rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 13px;
}.jjn_gr_seo_h-3ss {
  margin: 0 0 6px;
  font-size: 13px;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  color: #C2D0E8;
  font-weight: 700;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 766px) {.jjn_gr_seo_h-3ss {
  font-size: 0.875rem;
}
}.jjn_gr_seo-3ss {
  line-height: 1.55;
  overflow-wrap: break-word;
  max-width: 42.5rem;
  font-size: 12px;
  margin-bottom: 0.75rem;
  color: #62748F;
}.jjn_gr_seo-3ss strong {
  color: #C2D0E8;
  font-weight: 600;
}.jjn_gr_scroll-3ss {
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 10px;
  display: flex;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}.jjn_gr_scroll-3ss::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.jjn_gr_scroll-3ss {
  gap: 0.75rem;
}
}.jjn_tb-3ss {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: #0A101E;
  right: 0;
  align-items: center;
  position: fixed;
  display: flex;
  left: 0;
  height: 3.5rem;
  z-index: 80;
  top: 0;
}.jjn_tb_in-3ss {
  gap: 0;
  padding: 0 14px;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}.jjn_tb_burger-3ss {
  gap: 0.313rem;
  border-radius: 10px;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 2.375rem;
  height: 2.375rem;
  align-items: center;
  margin-right: 8px;
}.jjn_tb_burger-3ss:hover {
  background: rgba(255,255,255,0.05);
}.jjn_tb_burger_line-3ss {
  border-radius: 1px;
  background: #8A9CBD;
  display: block;
  height: 2px;
  width: 1.125rem;
}
@media(min-width: 1079px) {.jjn_tb_burger-3ss {
  display: none;
}
}.jjn_tb_logo-3ss {
  gap: 0.563rem;
  align-items: center;
  color: #EFF4FF;
  letter-spacing: -.01em;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-right: 1.25rem;
  display: flex;
}.jjn_tb_logo_mark-3ss {
  border-radius: 0.625rem;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 2rem;
  display: flex;
  height: 2rem;
}.jjn_tb_logo_mark-3ss img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.jjn_tb_nav-3ss {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 643px) {.jjn_tb_nav-3ss {
  display: flex;
}
}.jjn_tb_tab-3ss {
  padding: 0.5rem 0.875rem;
  border-radius: 0.625rem;
  transition: background .15s,color .15s;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #8A9CBD;
  font-weight: 600;
}.jjn_tb_tab-3ss:hover {
  background: rgba(255,255,255,0.05);
  color: #EFF4FF;
}.jjn_tb_tab-3ss.jjn_state_active-3ss {
  background: rgba(62,205,168,0.18);
  color: #EFF4FF;
}.jjn_tb_right-3ss {
  gap: 8px;
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.jjn_tb_login-3ss {
  transition: border-color .2s,color .2s;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 0.563rem 16px;
  background: rgba(255,255,255,0.05);
  font-weight: 600;
  display: none;
  font-size: 13px;
  color: #C2D0E8;
}.jjn_tb_login-3ss:hover {
  border-color: rgba(62,205,172,0.45);
  color: #EFF4FF;
}
@media(min-width:480px) {.jjn_tb_login-3ss {
  display: block;
}
}.jjn_tb_reg-3ss {
  padding: 9px 18px;
  transition: background .2s;
  border-radius: 0.625rem;
  background: #2FCC8A;
  color: #080F1C;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}.jjn_tb_reg-3ss:hover {
  background: #43DDA0;
}.jjn_sb-3ss {
  background: #131B2F;
  border-right: 1px solid rgba(255,255,255,0.05);
  transform: translateX(-100%);
  transition: transform .25s ease;
  left: 0;
  bottom: 0;
  width: 13.75rem;
  z-index: 70;
  top: 3.5rem;
  position: fixed;
  overflow-y: auto;
}.jjn_sb-3ss.jjn_state_open-3ss {
  transform: translateX(0);
}.jjn_sb-3ss::-webkit-scrollbar {
  width: 4px;
}.jjn_sb-3ss::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
}
@media(min-width: 1078px) {.jjn_sb-3ss {
  transform: translateX(0);
}
}.jjn_sb_auth-3ss {
  padding: 0.875rem 12px 10px;
}.jjn_sb_btn_reg-3ss {
  background: #2FCC8A;
  transition: background .2s;
  padding: 11px;
  border-radius: 0.625rem;
  display: block;
  text-align: center;
  font-size: 0.813rem;
  color: #080F1C;
  font-weight: 700;
  margin-bottom: 0.5rem;
}.jjn_sb_btn_reg-3ss:hover {
  background: #43DDA0;
}.jjn_sb_btn_login-3ss {
  padding: 10px;
  transition: border-color .2s;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 10px;
  background: rgba(255,255,255,0.05);
  color: #C2D0E8;
  font-size: 13px;
  font-weight: 600;
  display: block;
  text-align: center;
}.jjn_sb_btn_login-3ss:hover {
  border-color: rgba(62,205,172,0.45);
  color: #EFF4FF;
}.jjn_sb_promo-3ss {
  overflow: hidden;
  border-radius: 10px;
  padding: 12px 14px;
  margin: 0 12px 0.625rem;
  border: 1px solid rgba(62,205,168,0.18);
  background: linear-gradient(135deg,#0E2040,#131B2F);
  position: relative;
}.jjn_sb_promo-3ss::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(62,205,168,0.18),transparent 70%);
  height: 80px;
  right: -1.25rem;
  top: -1.25rem;
  content: '';
  width: 80px;
  position: absolute;
}.jjn_sb_promo_title-3ss {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 0.25rem;
  color: #3ECDA8;
  letter-spacing: .06em;
}.jjn_sb_promo_text-3ss {
  font-weight: 600;
  color: #EFF4FF;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.35;
}.jjn_sb_promo_sub-3ss {
  color: #62748F;
  font-size: 10px;
  margin-top: 3px;
}.jjn_sb_nav-3ss {
  padding: 0.375rem 8px 1rem;
}.jjn_sb_nav_lb-3ss {
  padding: 10px 8px 6px;
  text-transform: uppercase;
  font-weight: 700;
  color: #4D5E78;
  letter-spacing: .08em;
  font-size: 10px;
}.jjn_sb_link-3ss {
  transition: background .15s,color .15s;
  gap: 0.625rem;
  padding: 0.563rem 0.625rem;
  border-radius: 6px;
  color: #8A9CBD;
  cursor: pointer;
  font-size: 0.813rem;
  align-items: center;
  overflow-wrap: break-word;
  font-weight: 500;
  display: flex;
}.jjn_sb_link-3ss:hover {
  background: rgba(255,255,255,0.05);
  color: #EFF4FF;
}.jjn_sb_link-3ss.jjn_state_active-3ss {
  background: rgba(62,205,168,0.18);
  color: #EFF4FF;
}.jjn_sb_ic-3ss {
  border-radius: 6px;
  align-items: center;
  height: 30px;
  flex-shrink: 0;
  display: flex;
  width: 30px;
  justify-content: center;
}.jjn_sb_ic-3ss svg {
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
}.jjn_sb_ic_1-3ss {
  background: rgba(62,205,168,0.08);
  color: #3ECDA8;
}.jjn_sb_ic_2-3ss {
  background: rgba(47,204,138,0.16);
  color: #2FCC8A;
}.jjn_sb_ic_3-3ss {
  background: rgba(212,145,58,0.18);
  color: #D4913A;
}.jjn_sb_ic_4-3ss {
  background: rgba(30,95,140,0.28);
  color: #1E5F8C;
}.jjn_sb_ic_5-3ss {
  background: rgba(62,205,168,0.08);
  color: #E05C99;
}.jjn_sb_ic_6-3ss {
  background: rgba(30,95,140,0.28);
  color: #9B6BE8;
}.jjn_sb_badge-3ss {
  background: #D4913A;
  border-radius: 0.375rem;
  padding: 2px 7px;
  color: #080F1C;
  font-size: 9px;
  font-weight: 700;
  margin-left: auto;
}.jjn_sb_bot-3ss {
  gap: 0.5rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 12px;
  display: flex;
}.jjn_sb_lang-3ss,.jjn_sb_help-3ss {
  flex: 1;
  border-radius: 0.375rem;
  transition: border-color .2s;
  gap: 0.375rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  padding: 0.563rem 0.375rem;
  display: flex;
  justify-content: center;
  font-weight: 600;
  color: #8A9CBD;
  align-items: center;
  font-size: 0.688rem;
}.jjn_sb_lang-3ss:hover,.jjn_sb_help-3ss:hover {
  border-color: rgba(62,205,172,0.45);
  color: #EFF4FF;
}.jjn_sb_lang-3ss svg,.jjn_sb_help-3ss svg {
  stroke-linecap: round;
  height: 13px;
  stroke-linejoin: round;
  width: 13px;
}.jjn_sb_bd-3ss {
  background: rgba(7,12,23,0.72);
  inset: 0;
  z-index: 69;
  position: fixed;
  display: none;
}.jjn_sb_bd-3ss.jjn_state_on-3ss {
  display: block;
}
@media(min-width:1080px) {.jjn_sb_bd-3ss {
  display: none!important;
}
}.jjn_mob_nav-3ss {
  border-top: 1px solid rgba(255,255,255,0.11);
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  background: #131B2F;
  z-index: 80;
  position: fixed;
  display: flex;
  bottom: 0;
  right: 0;
  left: 0;
}
@media(min-width: 1082px) {.jjn_mob_nav-3ss {
  display: none;
}
}.jjn_mob_nav_item-3ss {
  gap: 0.25rem;
  flex: 1;
  padding: 4px 2px;
  color: #4D5E78;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
}.jjn_mob_nav_ic-3ss {
  line-height: 1;
}.jjn_mob_nav_ic-3ss svg {
  stroke-linejoin: round;
  height: 20px;
  stroke-linecap: round;
  width: 1.25rem;
}.jjn_mob_nav_lb-3ss {
  font-size: 0.625rem;
  color: #4D5E78;
  font-weight: 600;
}.jjn_mob_nav_item-3ss.jjn_state_active-3ss {
  color: #3ECDA8;
}.jjn_mob_nav_item-3ss.jjn_state_active-3ss .jjn_mob_nav_lb-3ss {
  color: #3ECDA8;
}.jjn_hero-3ss {
  background: #0C1220;
  padding: 1.25rem 16px 0;
}
@media(min-width: 770px) {.jjn_hero-3ss {
  padding: 24px 24px 0;
}
}.jjn_hero_in-3ss {
  margin: 0 auto;
  gap: 12px;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width: 862px) {.jjn_hero_in-3ss {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.jjn_hero_in-3ss {
  grid-template-columns: 1fr 21.25rem;
}
}.jjn_hero_promo-3ss {
  border-radius: 16px;
  background: #0F1628;
  overflow: hidden;
  position: relative;
  min-height: 220px;
  display: flex;
  align-items: stretch;
}
@media(min-width: 770px) {.jjn_hero_promo-3ss {
  min-height: 17.5rem;
}
}.jjn_hero_promo_bg-3ss {
  inset: 0;
  background: linear-gradient(120deg,#0E2040 0%,#0C1220 100%);
  background-position: center;
  background-size: cover;
  position: absolute;
}.jjn_hero_promo_bg-3ss::after {
  background: linear-gradient(90deg,#0C1220 0%,rgba(7,12,23,0.72) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.jjn_hero_promo_glow-3ss {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(30,95,140,0.28) 0%,transparent 65%);
  pointer-events: none;
  top: -40px;
  height: 300px;
  right: 60px;
  position: absolute;
  width: 18.75rem;
}.jjn_hero_promo_ct-3ss {
  padding: 1.75rem 24px 1.75rem 1.75rem;
  display: flex;
  position: relative;
  z-index: 2;
  max-width: 30rem;
  flex-direction: column;
  justify-content: center;
}
@media(min-width: 769px) {.jjn_hero_promo_ct-3ss {
  padding: 40px 32px;
}
}.jjn_hero_badge-3ss {
  border-radius: 1.25rem;
  border: 1px solid rgba(62,205,168,0.08);
  background: rgba(62,205,168,0.18);
  padding: 5px 0.75rem;
  color: #3ECDA8;
  margin-bottom: 14px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
}.jjn_hero_h1-3ss {
  margin-bottom: 0.625rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
  overflow-wrap: break-word;
  color: #EFF4FF;
}.jjn_hero_h1-3ss em {
  color: #D4913A;
  font-style: normal;
}
@media(min-width: 767px) {.jjn_hero_h1-3ss {
  font-size: 2.25rem;
}
}.jjn_hero_sub-3ss {
  margin-bottom: 1.25rem;
  font-size: 0.813rem;
  color: #8A9CBD;
  line-height: 1.55;
}
@media(min-width: 771px) {.jjn_hero_sub-3ss {
  font-size: 14px;
}
}.jjn_hero_row-3ss {
  gap: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.jjn_hero_cta-3ss {
  background: #2FCC8A;
  border-radius: 10px;
  padding: 13px 1.625rem;
  transition: background .2s;
  font-weight: 700;
  font-size: 0.875rem;
  box-shadow: 0 4px 22px rgba(47,204,138,0.40), inset 0 1px 0 rgba(255,255,255,0.10);
  color: #080F1C;
}.jjn_hero_cta-3ss:hover {
  background: #43DDA0;
}.jjn_hero_terms-3ss {
  font-size: 0.688rem;
  color: #4D5E78;
}.jjn_hero_game-3ss {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  background: #0F1628;
  border-radius: 1rem;
  position: relative;
  display: flex;
  flex-direction: column;
}.jjn_hero_game_badge-3ss {
  border-radius: 1.25rem;
  padding: 5px 10px;
  background: rgba(212,145,58,0.18);
  border: 1px solid rgba(212,145,58,0.18);
  left: 12px;
  color: #D4913A;
  text-transform: uppercase;
  z-index: 3;
  font-size: 0.625rem;
  position: absolute;
  font-weight: 700;
  top: 0.75rem;
  letter-spacing: .06em;
}.jjn_hero_game_badge-3ss svg {
  vertical-align: -1px;
  height: 0.688rem;
  width: 0.688rem;
  margin-right: 0.25rem;
}.jjn_hero_game_img-3ss {
  overflow: hidden;
  background: linear-gradient(135deg,#0E2040,#0C1220);
  padding-bottom: 60%;
  position: relative;
}.jjn_hero_game_img-3ss img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
}.jjn_hero_game_play-3ss {
  background: rgba(7,12,23,0.72);
  transition: opacity .2s;
  inset: 0;
  align-items: center;
  display: flex;
  opacity: 0;
  position: absolute;
  justify-content: center;
}.jjn_hero_game-3ss:hover .jjn_hero_game_play-3ss {
  opacity: 1;
}.jjn_hero_game_play-3ss span {
  border-radius: 50%;
  background: #3ECDA8;
  justify-content: center;
  width: 3.25rem;
  display: flex;
  align-items: center;
  height: 3.25rem;
}.jjn_hero_game_play-3ss span svg {
  width: 18px;
  height: 1.125rem;
  margin-left: 2px;
}.jjn_hero_game_info-3ss {
  padding: 0.875rem 1rem;
}.jjn_hero_game_title-3ss {
  font-size: 0.938rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #EFF4FF;
  overflow-wrap: break-word;
}.jjn_hero_game_provider-3ss {
  font-size: 11px;
  color: #62748F;
}.jjn_hero_game_btn-3ss {
  margin: 12px 16px 1rem;
  transition: background .2s;
  border-radius: 0.625rem;
  padding: 11px;
  background: #3ECDA8;
  font-size: 0.813rem;
  color: #EFF4FF;
  display: block;
  text-align: center;
  font-weight: 700;
}.jjn_hero_game-3ss:hover .jjn_hero_game_btn-3ss {
  background: #55DDB9;
}.jjn_gr_jp-3ss {
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg,#18103A 0%,#0A0C1E 100%);
  padding: 20px;
  position: relative;
}.jjn_gr_jp-3ss::before {
  background: radial-gradient(circle,rgba(30,95,140,0.28) 0%,transparent 70%);
  border-radius: 50%;
  left: -3.75rem;
  height: 15.625rem;
  content: '';
  top: -3.75rem;
  position: absolute;
  width: 15.625rem;
}.jjn_gr_jp-3ss::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(212,145,58,0.18) 0%,transparent 70%);
  width: 200px;
  content: '';
  height: 12.5rem;
  position: absolute;
  right: 0;
  bottom: -2.5rem;
}.jjn_gr_jp_head-3ss {
  gap: 1rem;
  margin-bottom: 1rem;
  align-items: flex-start;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}.jjn_gr_jp_info-3ss {
  flex: 1;
}.jjn_gr_jp_label-3ss {
  margin-bottom: 0.375rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #9B6BE8;
  font-size: 11px;
}.jjn_gr_jp_label-3ss svg {
  stroke-linecap: round;
  height: 0.875rem;
  margin-right: 0.25rem;
  width: 0.875rem;
  stroke-linejoin: round;
  vertical-align: -2px;
}.jjn_gr_jp_amount-3ss {
  margin-bottom: 4px;
  color: #EFF4FF;
  line-height: 1;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
}
@media(min-width: 770px) {.jjn_gr_jp_amount-3ss {
  font-size: 2.5rem;
}
}.jjn_gr_jp_amount-3ss span {
  color: #D4913A;
}.jjn_gr_jp_seo-3ss {
  color: #8A9CBD;
  max-width: 480px;
  font-size: 0.75rem;
  line-height: 1.5;
  overflow-wrap: break-word;
}.jjn_gr_jp_cta-3ss {
  padding: 11px 1.25rem;
  transition: background .2s;
  background: rgba(30,95,140,0.28);
  border: 1px solid rgba(30,95,140,0.28);
  border-radius: 10px;
  z-index: 1;
  margin-top: 0.25rem;
  color: #EFF4FF;
  font-weight: 700;
  position: relative;
  font-size: 0.813rem;
  flex-shrink: 0;
  white-space: nowrap;
  align-self: flex-start;
}.jjn_gr_jp_cta-3ss:hover {
  background: #1E5F8C;
}.jjn_ws-3ss {
  padding: 2rem 16px 0;
  background: #0C1220;
}
@media(min-width: 771px) {.jjn_ws-3ss {
  padding: 2.25rem 1.5rem 0;
}
}.jjn_ws_in-3ss {
  margin: 0 auto;
  max-width: 82.5rem;
}.jjn_ws_head-3ss {
  gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  margin-bottom: 0.875rem;
}.jjn_ws_title-3ss {
  gap: 0.625rem;
  font-weight: 700;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  color: #EFF4FF;
  font-size: 1rem;
}.jjn_ws_title_ic-3ss svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.125rem;
  width: 18px;
  color: #D4913A;
}.jjn_ws_online-3ss {
  gap: 7px;
  display: flex;
  font-weight: 600;
  color: #62748F;
  font-size: 12px;
  align-items: center;
}.jjn_ws_online_dot-3ss {
  background: #2FCC8A;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(47,204,138,0.16);
  width: 8px;
  height: 8px;
  flex-shrink: 0;
}.jjn_ws_scroll-3ss {
  gap: 8px;
  padding-bottom: 8px;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
}.jjn_ws_scroll-3ss::-webkit-scrollbar {
  display: none;
}.jjn_wc-3ss {
  border: 1px solid rgba(255,255,255,0.11);
  padding: 10px 0.875rem;
  border-radius: 10px;
  background: #0F1628;
  gap: 10px;
  min-width: 220px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.jjn_wc_img-3ss {
  background: #131B2F;
  border-radius: 6px;
  overflow: hidden;
  height: 2.25rem;
  width: 2.25rem;
  flex-shrink: 0;
}.jjn_wc_img-3ss img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.jjn_wc_info-3ss {
  min-width: 0;
}.jjn_wc_game-3ss {
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  color: #C2D0E8;
  font-size: 0.75rem;
  white-space: nowrap;
}.jjn_wc_player-3ss {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.625rem;
  color: #4D5E78;
  text-overflow: ellipsis;
}.jjn_wc_amount-3ss {
  flex-shrink: 0;
  font-size: 13px;
  color: #2FCC8A;
  font-weight: 700;
  white-space: nowrap;
  margin-left: auto;
}.jjn_htp-3ss {
  padding: 2.25rem 1rem 0;
  background: #0C1220;
}
@media(min-width: 765px) {.jjn_htp-3ss {
  padding: 44px 1.5rem 0;
}
}.jjn_htp_in-3ss {
  margin: 0 auto;
  max-width: 82.5rem;
}.jjn_htp_head-3ss {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.jjn_htp_label-3ss {
  letter-spacing: .08em;
  color: #3ECDA8;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 8px;
  text-transform: uppercase;
}.jjn_htp_h2-3ss {
  color: #EFF4FF;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 769px) {.jjn_htp_h2-3ss {
  font-size: 28px;
}
}.jjn_htp_intro-3ss {
  line-height: 1.6;
  font-size: 14px;
  color: #62748F;
}.jjn_htp_steps-3ss {
  gap: 0.75rem;
  margin: 0;
  list-style: none;
  padding: 0;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width:640px) {.jjn_htp_steps-3ss {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.jjn_htp_steps-3ss {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.jjn_htp_step-3ss {
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 10px;
  background: #131B2F;
  padding: 20px 1.125rem 1.125rem;
  display: flex;
  position: relative;
  flex-direction: column;
}.jjn_htp_step_num-3ss {
  background: #3ECDA8;
  border-radius: 50%;
  align-items: center;
  font-size: 13px;
  top: -12px;
  display: flex;
  position: absolute;
  font-weight: 800;
  color: #080F1C;
  width: 1.75rem;
  left: 20px;
  height: 1.75rem;
  font-family: 'Cormorant Garamond', serif;
  justify-content: center;
}.jjn_htp_step_ic-3ss {
  border-radius: 6px;
  margin: 0.5rem 0 0.75rem;
  background: rgba(62,205,168,0.18);
  color: #3ECDA8;
  align-items: center;
  width: 2.25rem;
  display: flex;
  justify-content: center;
  height: 36px;
}.jjn_htp_step_ic-3ss svg {
  width: 18px;
  stroke-linejoin: round;
  height: 1.125rem;
  stroke-linecap: round;
}.jjn_htp_step_h-3ss {
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  color: #EFF4FF;
  font-weight: 700;
  font-size: 0.875rem;
}.jjn_htp_step_p-3ss {
  overflow-wrap: break-word;
  color: #62748F;
  line-height: 1.55;
  font-size: 0.813rem;
}.jjn_htp_step_p-3ss strong {
  font-weight: 600;
  color: #C2D0E8;
}.jjn_htp_cta-3ss {
  background: #2FCC8A;
  transition: background .2s;
  border-radius: 10px;
  padding: 0.813rem 1.625rem;
  color: #080F1C;
  font-weight: 700;
  margin-top: 1.25rem;
  display: inline-block;
  font-size: 0.875rem;
}.jjn_htp_cta-3ss:hover {
  background: #43DDA0;
}.jjn_app-3ss {
  padding: 36px 1rem 0;
  background: #0C1220;
}
@media(min-width: 770px) {.jjn_app-3ss {
  padding: 2.75rem 1.5rem 0;
}
}.jjn_app_in-3ss {
  margin: 0 auto;
  max-width: 1320px;
}.jjn_app_head-3ss {
  margin-bottom: 16px;
}.jjn_app_label-3ss {
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #3ECDA8;
  text-transform: uppercase;
}.jjn_app_h2-3ss {
  color: #EFF4FF;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 6px;
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.jjn_app_h2-3ss {
  font-size: 1.5rem;
}
}.jjn_app_sub-3ss {
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #62748F;
  font-size: 0.813rem;
  max-width: 600px;
}.jjn_app_sub-3ss strong {
  font-weight: 700;
  color: #C2D0E8;
}.jjn_app_cards-3ss {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 16px;
}
@media(min-width: 639px) {.jjn_app_cards-3ss {
  grid-template-columns: repeat(3,1fr);
}
}.jjn_app_card-3ss {
  border-radius: 0.625rem;
  overflow: hidden;
  gap: 16px;
  padding: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}.jjn_app_card_ios-3ss {
  background: linear-gradient(135deg,rgba(62,205,168,0.18) 0%,#131B2F 100%);
}.jjn_app_card_android-3ss {
  background: linear-gradient(135deg,rgba(47,204,138,0.16) 0%,#131B2F 100%);
}.jjn_app_card_win-3ss {
  background: linear-gradient(135deg,rgba(212,145,58,0.18) 0%,#131B2F 100%);
}.jjn_app_card_ic-3ss svg {
  stroke-linejoin: round;
  height: 34px;
  stroke-linecap: round;
  width: 2.125rem;
}.jjn_app_card_ic-3ss {
  color: #EFF4FF;
  flex-shrink: 0;
}.jjn_app_card_os-3ss {
  font-size: 0.625rem;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #62748F;
}.jjn_app_card_title-3ss {
  font-size: 15px;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  color: #EFF4FF;
  line-height: 1.2;
  font-weight: 700;
}.jjn_app_card_text-3ss {
  margin-bottom: 14px;
  overflow-wrap: break-word;
  color: #62748F;
  font-size: 12px;
  line-height: 1.5;
}.jjn_app_card_btn-3ss {
  transition: background .2s;
  padding: 10px 18px;
  border-radius: 0.375rem;
  gap: 7px;
  border: 1px solid rgba(62,205,172,0.45);
  background: rgba(255,255,255,0.12);
  font-weight: 700;
  align-items: center;
  color: #EFF4FF;
  font-size: 13px;
  display: inline-flex;
}.jjn_app_card_btn-3ss:hover {
  background: rgba(255,255,255,0.07);
}.jjn_prov-3ss {
  background: #0C1220;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.jjn_prov-3ss {
  padding: 44px 24px 0;
}
}.jjn_prov_in-3ss {
  margin: 0 auto;
  max-width: 82.5rem;
}.jjn_prov_head-3ss {
  margin-bottom: 16px;
}.jjn_prov_label-3ss {
  text-transform: uppercase;
  color: #3ECDA8;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
}.jjn_prov_h2-3ss {
  font-size: 1.25rem;
  color: #EFF4FF;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 8px;
}
@media(min-width: 770px) {.jjn_prov_h2-3ss {
  font-size: 24px;
}
}.jjn_prov_seo-3ss {
  font-size: 13px;
  overflow-wrap: break-word;
  max-width: 620px;
  color: #62748F;
  line-height: 1.6;
  margin-bottom: 1rem;
}.jjn_prov_seo-3ss strong {
  font-weight: 700;
  color: #C2D0E8;
}.jjn_prov_seo-3ss a {
  text-decoration: underline;
  color: #3ECDA8;
}.jjn_prov_grid-3ss {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 637px) {.jjn_prov_grid-3ss {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.jjn_prov_grid-3ss {
  grid-template-columns: repeat(8,1fr);
}
}.jjn_prov_card-3ss {
  gap: 7px;
  background: #0F1628;
  border-radius: 0.625rem;
  transition: border-color .2s,background .2s;
  padding: 0.875rem 0.625rem;
  border: 1px solid rgba(255,255,255,0.11);
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  display: flex;
}.jjn_prov_card-3ss:hover {
  border-color: rgba(62,205,172,0.45);
  background: #131B2F;
}.jjn_prov_logo-3ss {
  border-radius: 0.375rem;
  background: rgba(255,255,255,0.05);
  overflow: hidden;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
}.jjn_prov_logo-3ss img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.jjn_prov_name-3ss {
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  color: #8A9CBD;
  overflow-wrap: break-word;
}.jjn_reg-3ss {
  padding: 36px 1rem 0;
  background: #0C1220;
}
@media(min-width: 766px) {.jjn_reg-3ss {
  padding: 2.75rem 1.5rem 0;
}
}.jjn_reg_in-3ss {
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 1.75rem 24px;
  margin: 0 auto;
  background: #131B2F;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.jjn_reg_in-3ss {
  padding: 2.5rem;
}
}.jjn_reg_top-3ss {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 859px) {.jjn_reg_top-3ss {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.jjn_reg_label-3ss {
  margin-bottom: 0.625rem;
  color: #3ECDA8;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
}.jjn_reg_h2-3ss {
  color: #EFF4FF;
  line-height: 1.2;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 22px;
  margin-bottom: 12px;
}
@media(min-width: 767px) {.jjn_reg_h2-3ss {
  font-size: 1.75rem;
}
}.jjn_reg_bonus-3ss {
  border: 1px solid rgba(212,145,58,0.18);
  background: rgba(212,145,58,0.18);
  border-radius: 0.625rem;
  gap: 8px;
  padding: 10px 16px;
  display: inline-flex;
  margin-bottom: 1rem;
  align-items: center;
}.jjn_reg_bonus_amount-3ss {
  font-size: 1.25rem;
  color: #D4913A;
  font-weight: 800;
}.jjn_reg_bonus_text-3ss {
  line-height: 1.35;
  color: #8A9CBD;
  font-size: 0.813rem;
}.jjn_reg_cta_btn-3ss {
  transition: background .2s;
  background: #2FCC8A;
  padding: 14px 32px;
  border-radius: 10px;
  box-shadow: 0 4px 22px rgba(47,204,138,0.40), inset 0 1px 0 rgba(255,255,255,0.10);
  margin-bottom: 12px;
  font-weight: 700;
  display: inline-block;
  font-size: 15px;
  color: #080F1C;
}.jjn_reg_cta_btn-3ss:hover {
  background: #43DDA0;
}.jjn_reg_terms-3ss {
  color: #4D5E78;
  line-height: 1.5;
  font-size: 0.688rem;
}.jjn_reg_seo-3ss {
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 20px;
  overflow-wrap: break-word;
  color: #62748F;
  padding-top: 20px;
  line-height: 1.65;
  font-size: 0.813rem;
}.jjn_reg_seo-3ss p {
  color: #62748F;
  line-height: 1.65;
  margin-bottom: 0.625rem;
  font-size: 0.813rem;
}.jjn_reg_seo-3ss p:last-child {
  margin-bottom: 0;
}.jjn_reg_seo-3ss strong {
  font-weight: 700;
  color: #C2D0E8;
}.jjn_reg_seo-3ss a {
  transition: color .2s;
  color: #3ECDA8;
  text-decoration: underline;
}.jjn_reg_seo-3ss a:hover {
  color: #55DDB9;
}.jjn_reg_seo-3ss ul,.jjn_reg_seo-3ss ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 1.125rem;
}.jjn_reg_seo-3ss ol {
  list-style: decimal;
}.jjn_reg_seo-3ss li {
  color: #62748F;
  line-height: 1.65;
  font-size: 0.813rem;
  margin-bottom: 0.25rem;
}.jjn_reg_seo-3ss table {
  overflow-x: auto;
  margin-bottom: 0.625rem;
  font-size: 13px;
  width: 100%;
  display: block;
  border-collapse: collapse;
}
@media(min-width: 769px) {.jjn_reg_seo-3ss table {
  display: table;
}
}.jjn_reg_seo-3ss th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  color: #C2D0E8;
  font-weight: 700;
  text-align: left;
}.jjn_reg_seo-3ss td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 8px;
  color: #62748F;
}.jjn_reg_steps-3ss {
  gap: 0.875rem;
  flex-direction: column;
  margin-top: 1.75rem;
  display: flex;
}
@media(min-width: 862px) {.jjn_reg_steps-3ss {
  margin-top: 0;
}
}.jjn_reg_step-3ss {
  gap: 0.875rem;
  padding: 1rem;
  background: rgba(255,255,255,0.05);
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.06);
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.jjn_reg_step_num-3ss {
  border: 1px solid rgba(62,205,168,0.08);
  border-radius: 50%;
  background: rgba(62,205,168,0.18);
  height: 2.125rem;
  align-items: center;
  font-weight: 800;
  justify-content: center;
  font-size: 0.875rem;
  color: #3ECDA8;
  display: flex;
  flex-shrink: 0;
  width: 34px;
}.jjn_reg_step_title-3ss {
  color: #EFF4FF;
  margin-bottom: 3px;
  font-size: 0.875rem;
  font-weight: 700;
}.jjn_reg_step_text-3ss {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #62748F;
}.jjn_reg_trust-3ss {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}.jjn_reg_trust_item-3ss {
  gap: 7px;
  overflow-wrap: break-word;
  display: flex;
  font-size: 12px;
  color: #62748F;
  align-items: center;
}.jjn_reg_trust_ic-3ss svg {
  stroke-linecap: round;
  height: 1rem;
  color: #3ECDA8;
  width: 1rem;
  stroke-linejoin: round;
}.jjn_bon-3ss {
  padding: 2.25rem 1rem 0;
  background: #0C1220;
}
@media(min-width: 765px) {.jjn_bon-3ss {
  padding: 44px 1.5rem 0;
}
}.jjn_bon_in-3ss {
  margin: 0 auto;
  max-width: 1320px;
}.jjn_bon_head-3ss {
  margin-bottom: 1.25rem;
}.jjn_bon_label-3ss {
  font-size: 11px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #3ECDA8;
}.jjn_bon_h2-3ss {
  color: #EFF4FF;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
}
@media(min-width: 771px) {.jjn_bon_h2-3ss {
  font-size: 24px;
}
}.jjn_bon_seo-3ss {
  color: #62748F;
  line-height: 1.6;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  max-width: 620px;
}.jjn_bon_seo-3ss strong {
  color: #C2D0E8;
  font-weight: 700;
}.jjn_bon_seo-3ss a {
  text-decoration: underline;
  color: #3ECDA8;
}.jjn_bon_grid-3ss {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 638px) {.jjn_bon_grid-3ss {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.jjn_bon_grid-3ss {
  grid-template-columns: repeat(5,1fr);
}
}.jjn_bon_card-3ss {
  transition: border-color .2s,transform .2s;
  background: #0F1628;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 16px;
}.jjn_bon_card-3ss:hover {
  border-color: rgba(62,205,168,0.08);
  transform: translateY(-2px);
}.jjn_bon_card_ic-3ss svg {
  stroke-linejoin: round;
  height: 26px;
  stroke-linecap: round;
  width: 1.625rem;
}.jjn_bon_card_ic-3ss {
  margin-bottom: 0.625rem;
}.jjn_bon_card_type-3ss {
  color: #62748F;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: .06em;
  font-size: 0.625rem;
}.jjn_bon_card_amount-3ss {
  color: #D4913A;
  font-size: 1.125rem;
  margin-bottom: 0.375rem;
  line-height: 1.1;
  font-weight: 800;
}.jjn_bon_card_name-3ss {
  font-size: 13px;
  font-weight: 600;
  color: #EFF4FF;
  margin-bottom: 8px;
  overflow-wrap: break-word;
}.jjn_bon_card_detail-3ss {
  border-top: 1px solid rgba(255,255,255,0.05);
  line-height: 1.5;
  color: #4D5E78;
  font-size: 0.688rem;
  padding-top: 8px;
  overflow-wrap: break-word;
}.jjn_seo-3ss {
  padding: 2.25rem 1rem 0;
  background: #0C1220;
}
@media(min-width: 771px) {.jjn_seo-3ss {
  padding: 2.75rem 24px 0;
}
}.jjn_seo_in-3ss {
  background: #131B2F;
  border-radius: 1rem;
  border: 1px solid rgba(255,255,255,0.11);
  padding: 1.75rem 24px;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 769px) {.jjn_seo_in-3ss {
  padding: 36px 40px;
}
}.jjn_seo_label-3ss {
  text-transform: uppercase;
  color: #3ECDA8;
  font-size: 0.688rem;
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-weight: 700;
}.jjn_seo_h2-3ss {
  font-weight: 800;
  margin-bottom: 0.875rem;
  color: #EFF4FF;
  line-height: 1.25;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.jjn_seo_h2-3ss {
  font-size: 1.5rem;
}
}.jjn_seo_body-3ss {
  color: #8A9CBD;
  font-size: 14px;
  line-height: 1.75;
  overflow-wrap: break-word;
}.jjn_seo_body-3ss p {
  color: #8A9CBD;
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 14px;
}.jjn_seo_body-3ss p:last-child {
  margin-bottom: 0;
}.jjn_seo_body-3ss strong {
  font-weight: 700;
  color: #C2D0E8;
}.jjn_seo_body-3ss a {
  transition: color .2s;
  color: #3ECDA8;
  text-decoration: underline;
}.jjn_seo_body-3ss a:hover {
  color: #55DDB9;
}.jjn_seo_body-3ss ul,.jjn_seo_body-3ss ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.jjn_seo_body-3ss ol {
  list-style: decimal;
}.jjn_seo_body-3ss li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #8A9CBD;
  font-size: 0.875rem;
}.jjn_seo_body-3ss table {
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  margin-bottom: 12px;
  display: block;
}
@media(min-width: 765px) {.jjn_seo_body-3ss table {
  display: table;
}
}.jjn_seo_body-3ss th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  color: #C2D0E8;
  font-weight: 700;
}.jjn_seo_body-3ss td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #8A9CBD;
}.jjn_seo_cols-3ss {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 643px) {.jjn_seo_cols-3ss {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.jjn_seo_cols-3ss {
  grid-template-columns: repeat(3,1fr);
}
}.jjn_seo_col_h-3ss {
  margin-bottom: 7px;
  color: #C2D0E8;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.jjn_seo_col_p-3ss {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #62748F;
  font-size: 0.813rem;
}.jjn_seo_stats-3ss {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.jjn_seo_stat-3ss {
  background: rgba(62,205,168,0.08);
  padding: 0.875rem 16px;
  border-radius: 10px;
  flex: 1;
  border: 1px solid rgba(62,205,168,0.18);
  min-width: 140px;
}.jjn_seo_stat_val-3ss {
  font-size: 20px;
  color: #3ECDA8;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-weight: 800;
}.jjn_seo_stat_lb-3ss {
  color: #62748F;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.jjn_faq-3ss {
  background: #0C1220;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.jjn_faq-3ss {
  padding: 44px 24px 0;
}
}.jjn_faq_in-3ss {
  margin: 0 auto;
  max-width: 82.5rem;
}.jjn_faq_head-3ss {
  margin-bottom: 20px;
}.jjn_faq_label-3ss {
  margin-bottom: 0.5rem;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #3ECDA8;
  letter-spacing: .08em;
}.jjn_faq_h2-3ss {
  overflow-wrap: break-word;
  color: #EFF4FF;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 770px) {.jjn_faq_h2-3ss {
  font-size: 24px;
}
}.jjn_faq_list-3ss {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.jjn_faq_item-3ss {
  border-radius: 10px;
  background: #131B2F;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.11);
}.jjn_faq_q-3ss {
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  transition: color .2s;
  overflow-wrap: break-word;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  flex-wrap: wrap;
  color: #C2D0E8;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}.jjn_faq_q-3ss:hover {
  color: #EFF4FF;
}.jjn_faq_q_ic-3ss {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  display: flex;
  align-items: center;
  color: #3ECDA8;
  height: 24px;
  justify-content: center;
  width: 24px;
  flex-shrink: 0;
  font-size: 16px;
}.jjn_faq_item-3ss.jjn_state_open-3ss .jjn_faq_q_ic-3ss {
  transform: rotate(45deg);
}.jjn_faq_a-3ss {
  padding: 0 1.25rem 1rem;
  color: #62748F;
  display: none;
  font-size: 13px;
  line-height: 1.7;
  overflow-wrap: break-word;
}.jjn_faq_item-3ss.jjn_state_open-3ss .jjn_faq_a-3ss {
  display: block;
}.jjn_faq_a-3ss strong {
  color: #C2D0E8;
  font-weight: 700;
}.jjn_faq_a-3ss a {
  color: #3ECDA8;
  text-decoration: underline;
}.jjn_faq_a-3ss ul,.jjn_faq_a-3ss ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.jjn_faq_a-3ss ol {
  list-style: decimal;
}.jjn_faq_a-3ss li {
  line-height: 1.6;
  margin-bottom: 4px;
}.jjn_faq_a-3ss table {
  margin: 8px 0;
  font-size: 0.75rem;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 770px) {.jjn_faq_a-3ss table {
  display: table;
}
}.jjn_faq_a-3ss th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.375rem 0.5rem;
  font-weight: 700;
  text-align: left;
  color: #C2D0E8;
}.jjn_faq_a-3ss td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.375rem 8px;
  color: #62748F;
}.jjn_seo-3ss {
  background: #0C1220;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.jjn_seo-3ss {
  padding: 2.75rem 24px 0;
}
}.jjn_seo_in-3ss {
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(255,255,255,0.11);
  margin: 0 auto;
  background: #131B2F;
  border-radius: 1rem;
  max-width: 1320px;
}
@media(min-width: 769px) {.jjn_seo_in-3ss {
  padding: 36px 2.5rem;
}
}.jjn_seo_label-3ss {
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #3ECDA8;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
}.jjn_seo_h2-3ss {
  font-size: 20px;
  font-weight: 800;
  color: #EFF4FF;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.25;
  margin-bottom: 14px;
}
@media(min-width: 766px) {.jjn_seo_h2-3ss {
  font-size: 24px;
}
}.jjn_seo_body-3ss {
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
  color: #8A9CBD;
}.jjn_seo_body-3ss p {
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 0.75rem;
  color: #8A9CBD;
}.jjn_seo_body-3ss p:last-child {
  margin-bottom: 0;
}.jjn_seo_body-3ss strong {
  font-weight: 700;
  color: #C2D0E8;
}.jjn_seo_body-3ss a {
  transition: color .2s;
  color: #3ECDA8;
  text-decoration: underline;
}.jjn_seo_body-3ss a:hover {
  color: #55DDB9;
}.jjn_seo_body-3ss ul,.jjn_seo_body-3ss ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.jjn_seo_body-3ss ol {
  list-style: decimal;
}.jjn_seo_body-3ss li {
  font-size: 14px;
  margin-bottom: 6px;
  color: #8A9CBD;
  line-height: 1.75;
}.jjn_seo_body-3ss table {
  width: 100%;
  font-size: 13px;
  display: block;
  margin-bottom: 12px;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 766px) {.jjn_seo_body-3ss table {
  display: table;
}
}.jjn_seo_body-3ss th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  text-align: left;
  color: #C2D0E8;
}.jjn_seo_body-3ss td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 12px;
  color: #8A9CBD;
}.jjn_seo_cols-3ss {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 637px) {.jjn_seo_cols-3ss {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.jjn_seo_cols-3ss {
  grid-template-columns: repeat(3,1fr);
}
}.jjn_seo_col_h-3ss {
  color: #C2D0E8;
  overflow-wrap: break-word;
  font-size: 13px;
  margin-bottom: 0.438rem;
  font-weight: 700;
}.jjn_seo_col_p-3ss {
  color: #62748F;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
}.jjn_seo_stats-3ss {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.jjn_seo_stat-3ss {
  border-radius: 10px;
  padding: 0.875rem 16px;
  border: 1px solid rgba(62,205,168,0.18);
  flex: 1;
  background: rgba(62,205,168,0.08);
  min-width: 140px;
}.jjn_seo_stat_val-3ss {
  color: #3ECDA8;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  font-weight: 800;
}.jjn_seo_stat_lb-3ss {
  color: #62748F;
  overflow-wrap: break-word;
  font-size: 11px;
}.jjn_rv-3ss {
  background: #0C1220;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.jjn_rv-3ss {
  padding: 44px 1.5rem 0;
}
}.jjn_rv_in-3ss {
  margin: 0 auto;
  max-width: 1320px;
}.jjn_rv_head-3ss {
  max-width: 45rem;
  margin-bottom: 1.25rem;
}.jjn_rv_label-3ss {
  color: #3ECDA8;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}.jjn_rv_h2-3ss {
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  margin-bottom: 10px;
  color: #EFF4FF;
  font-size: 22px;
}
@media(min-width: 770px) {.jjn_rv_h2-3ss {
  font-size: 28px;
}
}.jjn_rv_stats-3ss {
  gap: 18px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.813rem;
  color: #62748F;
}.jjn_rv_stats_score-3ss {
  gap: 6px;
  align-items: baseline;
  display: flex;
}.jjn_rv_stats_score_val-3ss {
  font-weight: 800;
  color: #D4913A;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.375rem;
}.jjn_rv_stats_score_max-3ss {
  color: #4D5E78;
  font-size: 13px;
}.jjn_rv_stats_badge-3ss {
  gap: 4px;
  display: flex;
  align-items: center;
}.jjn_rv_stats_badge-3ss svg {
  width: 0.875rem;
  height: 14px;
  color: #D4913A;
}.jjn_rv_grid-3ss {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.jjn_rv_grid-3ss {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.jjn_rv_grid-3ss {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.jjn_rv_card-3ss {
  background: #131B2F;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.11);
  flex-direction: column;
  display: flex;
}.jjn_rv_card_stars-3ss {
  gap: 2px;
  margin-bottom: 10px;
  display: flex;
  color: #D4913A;
}.jjn_rv_card_stars-3ss svg {
  height: 0.875rem;
  width: 14px;
}.jjn_rv_card_h-3ss {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: break-word;
  color: #EFF4FF;
}.jjn_rv_card_body-3ss {
  flex: 1;
  font-size: 0.813rem;
  color: #62748F;
  line-height: 1.65;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
}.jjn_rv_card_body-3ss strong {
  font-weight: 600;
  color: #C2D0E8;
}.jjn_rv_card_meta-3ss {
  border-top: 1px solid rgba(255,255,255,0.05);
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding-top: 12px;
  flex-wrap: wrap;
}.jjn_rv_card_author-3ss {
  color: #C2D0E8;
  font-size: 12px;
  font-weight: 600;
}.jjn_rv_card_date-3ss {
  font-size: 11px;
  color: #4D5E78;
}.jjn_seo-3ss {
  background: #0C1220;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.jjn_seo-3ss {
  padding: 44px 1.5rem 0;
}
}.jjn_seo_in-3ss {
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.11);
  margin: 0 auto;
  background: #131B2F;
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width: 770px) {.jjn_seo_in-3ss {
  padding: 2.25rem 2.5rem;
}
}.jjn_seo_label-3ss {
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #3ECDA8;
}.jjn_seo_h2-3ss {
  color: #EFF4FF;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.25;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 14px;
}
@media(min-width: 770px) {.jjn_seo_h2-3ss {
  font-size: 1.5rem;
}
}.jjn_seo_body-3ss {
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
  color: #8A9CBD;
}.jjn_seo_body-3ss p {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #8A9CBD;
  margin-bottom: 0.75rem;
}.jjn_seo_body-3ss p:last-child {
  margin-bottom: 0;
}.jjn_seo_body-3ss strong {
  color: #C2D0E8;
  font-weight: 700;
}.jjn_seo_body-3ss a {
  transition: color .2s;
  text-decoration: underline;
  color: #3ECDA8;
}.jjn_seo_body-3ss a:hover {
  color: #55DDB9;
}.jjn_seo_body-3ss ul,.jjn_seo_body-3ss ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.jjn_seo_body-3ss ol {
  list-style: decimal;
}.jjn_seo_body-3ss li {
  color: #8A9CBD;
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
}.jjn_seo_body-3ss table {
  display: block;
  overflow-x: auto;
  margin-bottom: 12px;
  width: 100%;
  font-size: 0.813rem;
  border-collapse: collapse;
}
@media(min-width: 766px) {.jjn_seo_body-3ss table {
  display: table;
}
}.jjn_seo_body-3ss th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  text-align: left;
  color: #C2D0E8;
}.jjn_seo_body-3ss td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 0.75rem;
  color: #8A9CBD;
}.jjn_seo_cols-3ss {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.jjn_seo_cols-3ss {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.jjn_seo_cols-3ss {
  grid-template-columns: repeat(3,1fr);
}
}.jjn_seo_col_h-3ss {
  color: #C2D0E8;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 700;
}.jjn_seo_col_p-3ss {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
  color: #62748F;
}.jjn_seo_stats-3ss {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.jjn_seo_stat-3ss {
  padding: 0.875rem 16px;
  border: 1px solid rgba(62,205,168,0.18);
  flex: 1;
  border-radius: 10px;
  background: rgba(62,205,168,0.08);
  min-width: 140px;
}.jjn_seo_stat_val-3ss {
  margin-bottom: 4px;
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #3ECDA8;
}.jjn_seo_stat_lb-3ss {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #62748F;
}.jjn_ft-3ss {
  border-top: 1px solid rgba(255,255,255,0.05);
  background: #070C17;
  margin-top: 3rem;
}.jjn_ft_support-3ss {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 765px) {.jjn_ft_support-3ss {
  padding: 28px 1.5rem;
}
}.jjn_ft_support_in-3ss {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  max-width: 82.5rem;
  flex-wrap: wrap;
}.jjn_ft_support_main-3ss {
  flex: 1;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  min-width: 220px;
}.jjn_ft_support_ic-3ss {
  color: #3ECDA8;
  flex-shrink: 0;
}.jjn_ft_support_ic-3ss svg {
  stroke-linejoin: round;
  width: 30px;
  height: 30px;
  stroke-linecap: round;
}.jjn_ft_support_text_title-3ss {
  font-weight: 700;
  color: #EFF4FF;
  margin-bottom: 3px;
  font-size: 0.938rem;
  overflow-wrap: break-word;
}.jjn_ft_support_text_sub-3ss {
  font-size: 0.75rem;
  color: #62748F;
  overflow-wrap: break-word;
}.jjn_ft_support_btn-3ss {
  background: #3ECDA8;
  padding: 0.688rem 1.375rem;
  border-radius: 0.625rem;
  transition: background .2s;
  color: #EFF4FF;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 13px;
}.jjn_ft_support_btn-3ss:hover {
  background: #55DDB9;
}.jjn_ft_support_contacts-3ss {
  gap: 1rem;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.jjn_ft_support_contact-3ss {
  color: #4D5E78;
  line-height: 1.4;
  font-size: 12px;
}.jjn_ft_support_contact-3ss strong {
  color: #8A9CBD;
  font-size: 0.688rem;
  font-weight: 600;
  margin-bottom: 2px;
  display: block;
}.jjn_ft_main-3ss {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 32px 1rem 24px;
}
@media(min-width: 769px) {.jjn_ft_main-3ss {
  padding: 2.5rem 1.5rem 2rem;
}
}.jjn_ft_main_in-3ss {
  gap: 1.5rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
}
@media(min-width: 641px) {.jjn_ft_main_in-3ss {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.jjn_ft_main_in-3ss {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.jjn_ft_col_logo-3ss {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.jjn_ft_col_logo-3ss {
  grid-column: auto;
}
}.jjn_ft_logo-3ss {
  gap: 0.563rem;
  margin-bottom: 0.75rem;
  align-items: center;
  color: #EFF4FF;
  font-size: 16px;
  overflow-wrap: break-word;
  display: flex;
  flex-wrap: wrap;
  font-weight: 800;
}.jjn_ft_logo_mark-3ss {
  border-radius: 6px;
  overflow: hidden;
  height: 1.875rem;
  width: 1.875rem;
}.jjn_ft_logo_mark-3ss img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.jjn_ft_logo_sub-3ss {
  color: #4D5E78;
  max-width: 200px;
  line-height: 1.55;
  font-size: 12px;
  overflow-wrap: break-word;
}.jjn_ft_col_title-3ss {
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: 12px;
  color: #8A9CBD;
  font-weight: 700;
}.jjn_ft_col_links-3ss {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.jjn_ft_col_link-3ss {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #4D5E78;
}.jjn_ft_col_link-3ss:hover {
  color: #C2D0E8;
}.jjn_ft_apps-3ss {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.jjn_ft_app_card-3ss {
  gap: 10px;
  border: 1px solid rgba(255,255,255,0.11);
  transition: border-color .2s;
  border-radius: 0.375rem;
  background: rgba(255,255,255,0.05);
  padding: 0.625rem 12px;
  display: flex;
  align-items: center;
}.jjn_ft_app_card-3ss:hover {
  border-color: rgba(62,205,172,0.45);
}.jjn_ft_app_card_ic-3ss svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 22px;
  width: 1.375rem;
}.jjn_ft_app_card_os-3ss {
  color: #4D5E78;
  font-size: 0.625rem;
  font-weight: 600;
}.jjn_ft_app_card_action-3ss {
  font-size: 12px;
  color: #C2D0E8;
  font-weight: 700;
}.jjn_ft_bot-3ss {
  padding: 1.25rem 16px;
}
@media(min-width: 766px) {.jjn_ft_bot-3ss {
  padding: 20px 1.5rem;
}
}.jjn_ft_bot_in-3ss {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  max-width: 82.5rem;
}.jjn_ft_socials-3ss {
  gap: 0.5rem;
  display: flex;
}.jjn_ft_soc-3ss {
  transition: background .2s;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 0.375rem;
  background: rgba(255,255,255,0.05);
  display: flex;
  justify-content: center;
  width: 2.25rem;
  align-items: center;
  color: #8A9CBD;
  height: 36px;
}.jjn_ft_soc-3ss svg {
  height: 16px;
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.jjn_ft_soc-3ss:hover {
  background: rgba(255,255,255,0.07);
}.jjn_ft_legal-3ss {
  flex: 1;
  overflow-wrap: break-word;
  min-width: 12.5rem;
  color: #7A8FA8;
  font-size: 0.688rem;
  line-height: 1.6;
}.jjn_ft_legal-3ss strong {
  color: #8A9CBD;
  font-weight: 700;
}.jjn_ft_legal-3ss a {
  color: #8A9CBD;
  text-decoration: underline;
}.jjn_ft_age-3ss {
  border: 2px solid #7A8FA8;
  border-radius: 50%;
  height: 2rem;
  color: #7A8FA8;
  margin-left: auto;
  display: flex;
  font-size: 11px;
  align-items: center;
  font-weight: 800;
  flex-shrink: 0;
  justify-content: center;
  width: 32px;
}