*,::before,::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background-color: #0C0804;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  color: #D2BF9E;
  min-height: 100vh;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  border: none;
  background: transparent;
  cursor: pointer;
  color: inherit;
}a {
  color: inherit;
  text-decoration: none;
}.jwb_layout-un8 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.jwb_page-un8 {
  display: flex;
  min-height: 100vh;
}.jwb_main-un8 {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media screen and (min-width: 1079px) {.jwb_main-un8 {
  padding-left: 13.75rem;
}
}
@media screen and (max-width: 1077px) {.jwb_main-un8 {
  padding-bottom: 4.5rem;
}
}.jwb_gc-un8 {
  overflow: hidden;
  border-radius: 8px;
  background: #110D06;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255, 220, 160, 0.07);
  cursor: pointer;
  position: relative;
  width: 140px;
  flex-shrink: 0;
}
@media(min-width: 639px) {.jwb_gc-un8 {
  width: 9.75rem;
}
}
@media(min-width: 1079px) {.jwb_gc-un8 {
  width: 10.5rem;
}
}.jwb_gc-un8:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 146, 42, 0.07);
}.jwb_gc_img-un8 {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.jwb_gc_img-un8 img {
  inset: 0;
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
}.jwb_gc_hover-un8 {
  transition: opacity .2s;
  background: rgba(6, 3, 0, 0.72);
  inset: 0;
  opacity: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  position: absolute;
}.jwb_gc-un8:hover .jwb_gc_hover-un8 {
  opacity: 1;
}.jwb_gc_hover_btn-un8 {
  border-radius: 4px;
  padding: 0.5rem 16px;
  background: #C8922A;
  font-size: 12px;
  font-weight: 700;
  color: #F5EEDD;
}.jwb_gc_info-un8 {
  padding: 0.5rem 10px 10px;
}.jwb_gc_name-un8 {
  overflow: hidden;
  white-space: nowrap;
  color: #D2BF9E;
  max-width: 100%;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  margin-bottom: 3px;
  font-weight: 600;
}.jwb_gc_prov-un8 {
  font-size: 0.625rem;
  color: #4E4030;
}.jwb_gc_tag-un8 {
  border-radius: 4px;
  padding: 2px 0.438rem;
  top: 6px;
  z-index: 2;
  font-weight: 700;
  text-transform: uppercase;
  left: 6px;
  letter-spacing: .04em;
  position: absolute;
  font-size: 9px;
}.jwb_gc_tag_hot-un8 {
  background: #C43232;
  color: #fff;
}.jwb_gc_tag_new-un8 {
  background: #2E9E5C;
  color: #0C0804;
}.jwb_gc_tag_jp-un8 {
  background: #D4A832;
  color: #0C0804;
}.jwb_gc_tag_ex-un8 {
  background: #9E5C18;
  color: #fff;
}.jwb_gc_tag_live-un8 {
  background: #C43232;
  color: #fff;
}.jwb_gr-un8 {
  padding: 2rem 1rem 0;
  background: #0C0804;
}
@media(min-width: 765px) {.jwb_gr-un8 {
  padding: 36px 24px 0;
}
}.jwb_gr_in-un8 {
  margin: 0 auto;
  max-width: 1340px;
}.jwb_gr_head-un8 {
  gap: 12px;
  align-items: center;
  display: flex;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
}.jwb_gr_head_l-un8 {
  flex: 1;
  gap: 10px;
  min-width: 0;
  align-items: center;
  display: flex;
}.jwb_gr_ic-un8 {
  border-radius: 0.5rem;
  height: 2rem;
  display: flex;
  align-items: center;
  width: 32px;
  flex-shrink: 0;
  justify-content: center;
}.jwb_gr_ic-un8 svg {
  stroke-linecap: round;
  width: 1rem;
  stroke-linejoin: round;
  height: 1rem;
}.jwb_gr_title-un8 {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F5EEDD;
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
}
@media(min-width: 769px) {.jwb_gr_title-un8 {
  font-size: 18px;
}
}.jwb_gr_more-un8 {
  gap: 0.313rem;
  transition: color .2s;
  display: flex;
  white-space: nowrap;
  align-items: center;
  color: #6B5A42;
  font-size: 0.75rem;
  flex-shrink: 0;
  font-weight: 600;
}.jwb_gr_more-un8:hover {
  color: #C8922A;
}.jwb_gr_more-un8 svg {
  stroke-linecap: round;
  width: 12px;
  height: 0.75rem;
  stroke-linejoin: round;
}.jwb_gr_arrows-un8 {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.jwb_gr_arr-un8 {
  border: 1px solid rgba(255, 220, 160, 0.13);
  transition: background .15s,color .15s;
  border-radius: 4px;
  background: rgba(255, 235, 190, 0.05);
  justify-content: center;
  height: 30px;
  width: 30px;
  color: #9A8568;
  align-items: center;
  display: flex;
}.jwb_gr_arr-un8:hover {
  background: rgba(255, 235, 190, 0.07);
  color: #F5EEDD;
}.jwb_gr_arr-un8 svg {
  width: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 13px;
}.jwb_gr_seo_h-un8 {
  margin: 0 0 6px;
  font-size: 13px;
  color: #D2BF9E;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  max-width: 680px;
  font-weight: 700;
}
@media(min-width: 769px) {.jwb_gr_seo_h-un8 {
  font-size: 0.875rem;
}
}.jwb_gr_seo-un8 {
  line-height: 1.55;
  color: #6B5A42;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  max-width: 42.5rem;
}.jwb_gr_seo-un8 strong {
  color: #D2BF9E;
  font-weight: 600;
}.jwb_gr_scroll-un8 {
  gap: 0.625rem;
  scrollbar-width: none;
  padding-bottom: 10px;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.jwb_gr_scroll-un8::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.jwb_gr_scroll-un8 {
  gap: 12px;
}
}.jwb_tb-un8 {
  background: #0A0703;
  border-bottom: 1px solid rgba(255, 235, 190, 0.07);
  top: 0;
  display: flex;
  position: fixed;
  height: 3.5rem;
  z-index: 80;
  right: 0;
  align-items: center;
  left: 0;
}.jwb_tb_in-un8 {
  padding: 0 14px;
  gap: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}.jwb_tb_burger-un8 {
  border-radius: 0.5rem;
  gap: 5px;
  flex-shrink: 0;
  width: 38px;
  margin-right: 0.5rem;
  justify-content: center;
  flex-direction: column;
  display: flex;
  align-items: center;
  height: 38px;
}.jwb_tb_burger-un8:hover {
  background: rgba(255, 235, 190, 0.05);
}.jwb_tb_burger_line-un8 {
  background: #9A8568;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 1.125rem;
}
@media(min-width: 1082px) {.jwb_tb_burger-un8 {
  display: none;
}
}.jwb_tb_logo-un8 {
  gap: 9px;
  overflow-wrap: break-word;
  color: #F5EEDD;
  flex-shrink: 0;
  font-weight: 800;
  letter-spacing: -.01em;
  align-items: center;
  display: flex;
  font-size: 1.125rem;
  margin-right: 20px;
}.jwb_tb_logo_mark-un8 {
  overflow: hidden;
  border-radius: 8px;
  align-items: center;
  display: flex;
  width: 2rem;
  justify-content: center;
  height: 32px;
}.jwb_tb_logo_mark-un8 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.jwb_tb_nav-un8 {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 637px) {.jwb_tb_nav-un8 {
  display: flex;
}
}.jwb_tb_tab-un8 {
  transition: background .15s,color .15s;
  padding: 8px 14px;
  border-radius: 0.5rem;
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #9A8568;
}.jwb_tb_tab-un8:hover {
  background: rgba(255, 235, 190, 0.05);
  color: #F5EEDD;
}.jwb_tb_tab-un8.jwb_state_active-un8 {
  background: rgba(200, 146, 42, 0.18);
  color: #F5EEDD;
}.jwb_tb_right-un8 {
  gap: 0.5rem;
  flex-shrink: 0;
  margin-left: auto;
  align-items: center;
  display: flex;
}.jwb_tb_login-un8 {
  padding: 0.563rem 16px;
  background: rgba(255, 235, 190, 0.05);
  border: 1px solid rgba(255, 220, 160, 0.13);
  border-radius: 0.5rem;
  transition: border-color .2s,color .2s;
  color: #D2BF9E;
  font-size: 13px;
  font-weight: 600;
  display: none;
}.jwb_tb_login-un8:hover {
  border-color: rgba(200, 146, 42, 0.45);
  color: #F5EEDD;
}
@media(min-width: 481px) {.jwb_tb_login-un8 {
  display: block;
}
}.jwb_tb_reg-un8 {
  transition: background .2s;
  padding: 9px 18px;
  border-radius: 8px;
  background: #2E9E5C;
  font-size: 0.813rem;
  color: #0E0803;
  white-space: nowrap;
  font-weight: 700;
}.jwb_tb_reg-un8:hover {
  background: #38B46A;
}.jwb_sb-un8 {
  transition: transform .25s ease;
  background: #161009;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 235, 190, 0.05);
  z-index: 70;
  width: 13.75rem;
  top: 3.5rem;
  overflow-y: auto;
  left: 0;
  bottom: 0;
  position: fixed;
}.jwb_sb-un8.jwb_state_open-un8 {
  transform: translateX(0);
}.jwb_sb-un8::-webkit-scrollbar {
  width: 0.25rem;
}.jwb_sb-un8::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 235, 190, 0.07);
}
@media(min-width: 1081px) {.jwb_sb-un8 {
  transform: translateX(0);
}
}.jwb_sb_auth-un8 {
  padding: 0.875rem 0.75rem 10px;
}.jwb_sb_btn_reg-un8 {
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 11px;
  background: #2E9E5C;
  text-align: center;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.813rem;
  font-weight: 700;
  color: #0E0803;
}.jwb_sb_btn_reg-un8:hover {
  background: #38B46A;
}.jwb_sb_btn_login-un8 {
  border-radius: 0.5rem;
  background: rgba(255, 235, 190, 0.05);
  border: 1px solid rgba(255, 220, 160, 0.13);
  padding: 10px;
  transition: border-color .2s;
  color: #D2BF9E;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  display: block;
}.jwb_sb_btn_login-un8:hover {
  border-color: rgba(200, 146, 42, 0.45);
  color: #F5EEDD;
}.jwb_sb_promo-un8 {
  padding: 0.75rem 14px;
  background: linear-gradient(135deg,#1E0C04,#161009);
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0.75rem 0.625rem;
  border: 1px solid rgba(200, 146, 42, 0.18);
  position: relative;
}.jwb_sb_promo-un8::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200, 146, 42, 0.18),transparent 70%);
  content: '';
  width: 5rem;
  top: -1.25rem;
  height: 5rem;
  right: -20px;
  position: absolute;
}.jwb_sb_promo_title-un8 {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #C8922A;
  letter-spacing: .06em;
  margin-bottom: 0.25rem;
}.jwb_sb_promo_text-un8 {
  line-height: 1.35;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #F5EEDD;
  font-weight: 600;
}.jwb_sb_promo_sub-un8 {
  color: #6B5A42;
  font-size: 0.625rem;
  margin-top: 3px;
}.jwb_sb_nav-un8 {
  padding: 6px 8px 1rem;
}.jwb_sb_nav_lb-un8 {
  padding: 0.625rem 8px 6px;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 10px;
  text-transform: uppercase;
  color: #4E4030;
}.jwb_sb_link-un8 {
  padding: 9px 0.625rem;
  gap: 10px;
  transition: background .15s,color .15s;
  border-radius: 0.25rem;
  cursor: pointer;
  align-items: center;
  color: #9A8568;
  overflow-wrap: break-word;
  font-weight: 500;
  font-size: 13px;
  display: flex;
}.jwb_sb_link-un8:hover {
  background: rgba(255, 235, 190, 0.05);
  color: #F5EEDD;
}.jwb_sb_link-un8.jwb_state_active-un8 {
  background: rgba(200, 146, 42, 0.18);
  color: #F5EEDD;
}.jwb_sb_ic-un8 {
  border-radius: 4px;
  flex-shrink: 0;
  display: flex;
  width: 1.875rem;
  justify-content: center;
  align-items: center;
  height: 1.875rem;
}.jwb_sb_ic-un8 svg {
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
}.jwb_sb_ic_1-un8 {
  background: rgba(200, 146, 42, 0.07);
  color: #C8922A;
}.jwb_sb_ic_2-un8 {
  background: rgba(46, 158, 92, 0.16);
  color: #2E9E5C;
}.jwb_sb_ic_3-un8 {
  background: rgba(212, 168, 50, 0.15);
  color: #D4A832;
}.jwb_sb_ic_4-un8 {
  background: rgba(158, 92, 24, 0.22);
  color: #9E5C18;
}.jwb_sb_ic_5-un8 {
  background: rgba(200, 146, 42, 0.07);
  color: #C84870;
}.jwb_sb_ic_6-un8 {
  background: rgba(158, 92, 24, 0.22);
  color: #8A4EA0;
}.jwb_sb_badge-un8 {
  background: #D4A832;
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  margin-left: auto;
  font-size: 0.563rem;
  color: #0E0803;
  font-weight: 700;
}.jwb_sb_bot-un8 {
  border-top: 1px solid rgba(255, 235, 190, 0.05);
  gap: 8px;
  padding: 12px;
  display: flex;
}.jwb_sb_lang-un8,.jwb_sb_help-un8 {
  border: 1px solid rgba(255, 220, 160, 0.07);
  background: rgba(255, 235, 190, 0.05);
  transition: border-color .2s;
  padding: 0.563rem 6px;
  border-radius: 4px;
  gap: 0.375rem;
  flex: 1;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 11px;
  color: #9A8568;
}.jwb_sb_lang-un8:hover,.jwb_sb_help-un8:hover {
  border-color: rgba(200, 146, 42, 0.45);
  color: #F5EEDD;
}.jwb_sb_lang-un8 svg,.jwb_sb_help-un8 svg {
  stroke-linecap: round;
  width: 13px;
  stroke-linejoin: round;
  height: 0.813rem;
}.jwb_sb_bd-un8 {
  background: rgba(6, 3, 0, 0.72);
  inset: 0;
  display: none;
  z-index: 69;
  position: fixed;
}.jwb_sb_bd-un8.jwb_state_on-un8 {
  display: block;
}
@media(min-width:1080px) {.jwb_sb_bd-un8 {
  display: none!important;
}
}.jwb_mob_nav-un8 {
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 220, 160, 0.13);
  background: #161009;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 80;
  bottom: 0;
  display: flex;
}
@media(min-width: 1079px) {.jwb_mob_nav-un8 {
  display: none;
}
}.jwb_mob_nav_item-un8 {
  flex: 1;
  padding: 0.25rem 2px;
  gap: 4px;
  color: #4E4030;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  display: flex;
}.jwb_mob_nav_ic-un8 {
  line-height: 1;
}.jwb_mob_nav_ic-un8 svg {
  width: 1.25rem;
  stroke-linejoin: round;
  height: 1.25rem;
  stroke-linecap: round;
}.jwb_mob_nav_lb-un8 {
  color: #4E4030;
  font-size: 10px;
  font-weight: 600;
}.jwb_mob_nav_item-un8.jwb_state_active-un8 {
  color: #C8922A;
}.jwb_mob_nav_item-un8.jwb_state_active-un8 .jwb_mob_nav_lb-un8 {
  color: #C8922A;
}.jwb_hero-un8 {
  background: #0C0804;
  padding: 20px 16px 0;
}
@media(min-width:768px) {.jwb_hero-un8 {
  padding: 24px 24px 0;
}
}.jwb_hero_in-un8 {
  margin: 0 auto;
  gap: 12px;
  max-width: 83.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:860px) {.jwb_hero_in-un8 {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1103px) {.jwb_hero_in-un8 {
  grid-template-columns: 1fr 21.25rem;
}
}.jwb_hero_promo-un8 {
  background: #110D06;
  border-radius: 14px;
  overflow: hidden;
  min-height: 13.75rem;
  align-items: stretch;
  display: flex;
  position: relative;
}
@media(min-width: 770px) {.jwb_hero_promo-un8 {
  min-height: 280px;
}
}.jwb_hero_promo_bg-un8 {
  background: linear-gradient(120deg,#1E0C04 0%,#0C0804 100%);
  background-position: center;
  inset: 0;
  background-size: cover;
  position: absolute;
}.jwb_hero_promo_bg-un8::after {
  inset: 0;
  background: linear-gradient(90deg,#0C0804 0%,rgba(6, 3, 0, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.jwb_hero_promo_glow-un8 {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(158, 92, 24, 0.22) 0%,transparent 65%);
  position: absolute;
  width: 18.75rem;
  top: -40px;
  right: 3.75rem;
  height: 300px;
  pointer-events: none;
}.jwb_hero_promo_ct-un8 {
  padding: 1.75rem 1.5rem 28px 28px;
  flex-direction: column;
  justify-content: center;
  max-width: 480px;
  display: flex;
  z-index: 2;
  position: relative;
}
@media(min-width: 767px) {.jwb_hero_promo_ct-un8 {
  padding: 2.5rem 32px;
}
}.jwb_hero_badge-un8 {
  border-radius: 20px;
  padding: 0.313rem 12px;
  background: rgba(200, 146, 42, 0.18);
  border: 1px solid rgba(200, 146, 42, 0.07);
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  display: inline-block;
  color: #C8922A;
}.jwb_hero_h1-un8 {
  color: #F5EEDD;
  font-family: 'Playfair Display', serif;
  font-size: 1.625rem;
  margin-bottom: 0.625rem;
  font-weight: 800;
  overflow-wrap: break-word;
  line-height: 1.15;
}.jwb_hero_h1-un8 em {
  font-style: normal;
  color: #D4A832;
}
@media(min-width: 766px) {.jwb_hero_h1-un8 {
  font-size: 2.25rem;
}
}.jwb_hero_sub-un8 {
  line-height: 1.55;
  color: #9A8568;
  margin-bottom: 20px;
  font-size: 0.813rem;
}
@media(min-width: 769px) {.jwb_hero_sub-un8 {
  font-size: 0.875rem;
}
}.jwb_hero_row-un8 {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.jwb_hero_cta-un8 {
  transition: background .2s;
  background: #2E9E5C;
  border-radius: 8px;
  padding: 13px 26px;
  box-shadow: 0 0.375rem 22px rgba(46, 158, 92, 0.48), 0 1px 3px rgba(0, 0, 0, 0.85);
  color: #0E0803;
  font-size: 0.875rem;
  font-weight: 700;
}.jwb_hero_cta-un8:hover {
  background: #38B46A;
}.jwb_hero_terms-un8 {
  font-size: 0.688rem;
  color: #4E4030;
}.jwb_hero_game-un8 {
  border: 1px solid rgba(255, 220, 160, 0.07);
  border-radius: 14px;
  overflow: hidden;
  background: #110D06;
  flex-direction: column;
  position: relative;
  display: flex;
}.jwb_hero_game_badge-un8 {
  padding: 0.313rem 10px;
  background: rgba(212, 168, 50, 0.15);
  border: 1px solid rgba(212, 168, 50, 0.15);
  border-radius: 20px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: .06em;
  left: 12px;
  text-transform: uppercase;
  color: #D4A832;
  position: absolute;
  z-index: 3;
  top: 0.75rem;
}.jwb_hero_game_badge-un8 svg {
  height: 0.688rem;
  margin-right: 0.25rem;
  width: 11px;
  vertical-align: -1px;
}.jwb_hero_game_img-un8 {
  background: linear-gradient(135deg,#1E0C04,#0C0804);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.jwb_hero_game_img-un8 img {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}.jwb_hero_game_play-un8 {
  transition: opacity .2s;
  inset: 0;
  background: rgba(6, 3, 0, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
}.jwb_hero_game-un8:hover .jwb_hero_game_play-un8 {
  opacity: 1;
}.jwb_hero_game_play-un8 span {
  border-radius: 50%;
  background: #C8922A;
  display: flex;
  justify-content: center;
  height: 3.25rem;
  align-items: center;
  width: 3.25rem;
}.jwb_hero_game_play-un8 span svg {
  height: 1.125rem;
  margin-left: 2px;
  width: 18px;
}.jwb_hero_game_info-un8 {
  padding: 0.875rem 1rem;
}.jwb_hero_game_title-un8 {
  overflow-wrap: break-word;
  color: #F5EEDD;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 0.938rem;
}.jwb_hero_game_provider-un8 {
  color: #6B5A42;
  font-size: 11px;
}.jwb_hero_game_btn-un8 {
  margin: 0.75rem 1rem 1rem;
  transition: background .2s;
  background: #C8922A;
  padding: 0.688rem;
  border-radius: 0.5rem;
  color: #F5EEDD;
  display: block;
  font-weight: 700;
  text-align: center;
  font-size: 13px;
}.jwb_hero_game-un8:hover .jwb_hero_game_btn-un8 {
  background: #DAA83E;
}.jwb_sbar-un8 {
  background: #0C0804;
  padding: 16px 16px 0;
}
@media(min-width: 770px) {.jwb_sbar-un8 {
  padding: 18px 24px 0;
}
}.jwb_sbar_in-un8 {
  margin: 0 auto;
  max-width: 83.75rem;
}.jwb_sbar_row-un8 {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 12px;
}.jwb_sbar_input-un8 {
  transition: border-color .2s;
  gap: 10px;
  background: #110D06;
  flex: 1;
  border: 1px solid rgba(255, 220, 160, 0.13);
  padding: 11px 16px;
  border-radius: 8px;
  display: flex;
  font-size: 13px;
  align-items: center;
  color: #6B5A42;
  cursor: pointer;
}.jwb_sbar_input-un8:hover {
  border-color: rgba(200, 146, 42, 0.45);
}.jwb_sbar_input-un8 svg {
  width: 0.938rem;
  height: 15px;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}.jwb_sbar_providers-un8 {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 220, 160, 0.13);
  transition: border-color .2s;
  background: #110D06;
  padding: 11px 18px;
  gap: 8px;
  display: flex;
  font-weight: 600;
  color: #D2BF9E;
  white-space: nowrap;
  align-items: center;
  font-size: 0.813rem;
}.jwb_sbar_providers-un8:hover {
  border-color: rgba(200, 146, 42, 0.45);
  color: #F5EEDD;
}.jwb_sbar_providers-un8 svg {
  height: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.875rem;
}.jwb_sbar_tabs-un8 {
  gap: 0.375rem;
  padding-bottom: 2px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}.jwb_sbar_tabs-un8::-webkit-scrollbar {
  display: none;
}.jwb_sbar_tab-un8 {
  padding: 0.5rem 0.875rem;
  border-radius: 20px;
  transition: background .15s,color .15s,border-color .15s;
  background: rgba(255, 235, 190, 0.05);
  border: 1px solid rgba(255, 220, 160, 0.07);
  gap: 0.438rem;
  color: #9A8568;
  display: flex;
  cursor: pointer;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 600;
  flex-shrink: 0;
  align-items: center;
}.jwb_sbar_tab-un8:hover {
  background: rgba(255, 235, 190, 0.07);
  border-color: rgba(200, 146, 42, 0.45);
  color: #F5EEDD;
}.jwb_sbar_tab-un8.jwb_state_active-un8 {
  background: rgba(200, 146, 42, 0.18);
  border-color: rgba(200, 146, 42, 0.07);
  color: #F5EEDD;
}.jwb_sbar_tab_ic-un8 svg {
  stroke-linecap: round;
  height: 14px;
  stroke-linejoin: round;
  width: 0.875rem;
}.jwb_gr_jp-un8 {
  background: linear-gradient(135deg,#1A0818 0%,#0C0508 100%);
  border-radius: 0.875rem;
  overflow: hidden;
  padding: 1.25rem;
  position: relative;
}.jwb_gr_jp-un8::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(158, 92, 24, 0.22) 0%,transparent 70%);
  width: 250px;
  position: absolute;
  left: -60px;
  height: 15.625rem;
  top: -60px;
  content: '';
}.jwb_gr_jp-un8::after {
  background: radial-gradient(circle,rgba(212, 168, 50, 0.15) 0%,transparent 70%);
  border-radius: 50%;
  bottom: -40px;
  height: 200px;
  content: '';
  position: absolute;
  right: 0;
  width: 12.5rem;
}.jwb_gr_jp_head-un8 {
  gap: 1rem;
  display: flex;
  align-items: flex-start;
  z-index: 1;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 1rem;
}.jwb_gr_jp_info-un8 {
  flex: 1;
}.jwb_gr_jp_label-un8 {
  margin-bottom: 6px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
  color: #8A4EA0;
}.jwb_gr_jp_label-un8 svg {
  stroke-linecap: round;
  height: 0.875rem;
  width: 0.875rem;
  stroke-linejoin: round;
  margin-right: 0.25rem;
  vertical-align: -2px;
}.jwb_gr_jp_amount-un8 {
  line-height: 1;
  font-size: 2rem;
  margin-bottom: 0.25rem;
  color: #F5EEDD;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 770px) {.jwb_gr_jp_amount-un8 {
  font-size: 40px;
}
}.jwb_gr_jp_amount-un8 span {
  color: #D4A832;
}.jwb_gr_jp_seo-un8 {
  color: #9A8568;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.5;
  max-width: 480px;
}.jwb_gr_jp_cta-un8 {
  background: rgba(158, 92, 24, 0.22);
  transition: background .2s;
  border-radius: 8px;
  border: 1px solid rgba(158, 92, 24, 0.22);
  padding: 11px 20px;
  z-index: 1;
  white-space: nowrap;
  margin-top: 0.25rem;
  position: relative;
  font-weight: 700;
  flex-shrink: 0;
  color: #F5EEDD;
  align-self: flex-start;
  font-size: 0.813rem;
}.jwb_gr_jp_cta-un8:hover {
  background: #9E5C18;
}.jwb_gcg-un8 {
  background: #0C0804;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.jwb_gcg-un8 {
  padding: 44px 24px 0;
}
}.jwb_gcg_in-un8 {
  margin: 0 auto;
  max-width: 1340px;
}.jwb_gcg_head-un8 {
  margin-bottom: 20px;
  max-width: 45rem;
}.jwb_gcg_label-un8 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #C8922A;
  font-size: 11px;
}.jwb_gcg_h2-un8 {
  font-size: 22px;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #F5EEDD;
}
@media(min-width: 771px) {.jwb_gcg_h2-un8 {
  font-size: 28px;
}
}.jwb_gcg_intro-un8 {
  font-size: 13px;
  line-height: 1.6;
  color: #6B5A42;
}.jwb_gcg_grid-un8 {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.jwb_gcg_grid-un8 {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.jwb_gcg_grid-un8 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.jwb_gcg_card-un8 {
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  padding: 1.25rem;
  border: 1px solid rgba(255, 220, 160, 0.13);
  border-radius: 14px;
  display: flex;
  min-height: 240px;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}.jwb_gcg_card-un8:hover {
  border-color: rgba(200, 146, 42, 0.18);
  transform: translateY(-3px);
}.jwb_gcg_card_bg-un8 {
  inset: 0;
  z-index: 0;
  position: absolute;
}.jwb_gcg_card_bg-un8::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.jwb_gcg_card_ic-un8 {
  background: rgba(0,0,0,.45);
  border-radius: 4px;
  align-items: center;
  right: 18px;
  display: flex;
  width: 40px;
  position: absolute;
  color: #F5EEDD;
  z-index: 2;
  top: 1.125rem;
  height: 40px;
  justify-content: center;
}.jwb_gcg_card_ic-un8 svg {
  stroke-linejoin: round;
  width: 1.25rem;
  height: 20px;
  stroke-linecap: round;
}.jwb_gcg_card_ct-un8 {
  z-index: 1;
  position: relative;
}.jwb_gcg_card_h-un8 {
  font-size: 18px;
  color: #F5EEDD;
  margin-bottom: 0.5rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  line-height: 1.2;
}
@media(min-width: 769px) {.jwb_gcg_card_h-un8 {
  font-size: 1.25rem;
}
}.jwb_gcg_card_p-un8 {
  margin-bottom: 0.625rem;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
  font-size: 12px;
  overflow-wrap: break-word;
}.jwb_gcg_card_p-un8 strong {
  color: #F5EEDD;
  font-weight: 600;
}.jwb_gcg_card_cta-un8 {
  gap: 4px;
  letter-spacing: .04em;
  display: inline-flex;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #C8922A;
  align-items: center;
}.jwb_gcg_card_cta-un8 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.75rem;
  width: 12px;
}.jwb_ws-un8 {
  padding: 32px 1rem 0;
  background: #0C0804;
}
@media(min-width: 766px) {.jwb_ws-un8 {
  padding: 36px 24px 0;
}
}.jwb_ws_in-un8 {
  margin: 0 auto;
  max-width: 83.75rem;
}.jwb_ws_head-un8 {
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}.jwb_ws_title-un8 {
  gap: 0.625rem;
  overflow-wrap: break-word;
  display: flex;
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  align-items: center;
  color: #F5EEDD;
  flex-wrap: wrap;
}.jwb_ws_title_ic-un8 svg {
  width: 18px;
  height: 18px;
  stroke-linecap: round;
  color: #D4A832;
  stroke-linejoin: round;
}.jwb_ws_online-un8 {
  gap: 0.438rem;
  color: #6B5A42;
  align-items: center;
  display: flex;
  font-weight: 600;
  font-size: 0.75rem;
}.jwb_ws_online_dot-un8 {
  background: #2E9E5C;
  border-radius: 50%;
  box-shadow: 0 0 0.375rem rgba(46, 158, 92, 0.16);
  height: 8px;
  width: 8px;
  flex-shrink: 0;
}.jwb_ws_scroll-un8 {
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  display: flex;
}.jwb_ws_scroll-un8::-webkit-scrollbar {
  display: none;
}.jwb_wc-un8 {
  padding: 0.625rem 14px;
  border-radius: 8px;
  border: 1px solid rgba(255, 220, 160, 0.13);
  gap: 10px;
  background: #110D06;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  min-width: 220px;
}.jwb_wc_img-un8 {
  border-radius: 4px;
  background: #161009;
  overflow: hidden;
  flex-shrink: 0;
  height: 36px;
  width: 36px;
}.jwb_wc_img-un8 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.jwb_wc_info-un8 {
  min-width: 0;
}.jwb_wc_game-un8 {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #D2BF9E;
  font-weight: 600;
}.jwb_wc_player-un8 {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #4E4030;
  white-space: nowrap;
  font-size: 0.625rem;
}.jwb_wc_amount-un8 {
  white-space: nowrap;
  font-weight: 700;
  color: #2E9E5C;
  margin-left: auto;
  font-size: 0.813rem;
  flex-shrink: 0;
}.jwb_prov-un8 {
  background: #0C0804;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.jwb_prov-un8 {
  padding: 44px 24px 0;
}
}.jwb_prov_in-un8 {
  margin: 0 auto;
  max-width: 83.75rem;
}.jwb_prov_head-un8 {
  margin-bottom: 1rem;
}.jwb_prov_label-un8 {
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #C8922A;
}.jwb_prov_h2-un8 {
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #F5EEDD;
  margin-bottom: 0.5rem;
}
@media(min-width:768px) {.jwb_prov_h2-un8 {
  font-size: 1.5rem;
}
}.jwb_prov_seo-un8 {
  color: #6B5A42;
  font-size: 13px;
  margin-bottom: 1rem;
  line-height: 1.6;
  max-width: 620px;
  overflow-wrap: break-word;
}.jwb_prov_seo-un8 strong {
  font-weight: 700;
  color: #D2BF9E;
}.jwb_prov_seo-un8 a {
  text-decoration: underline;
  color: #C8922A;
}.jwb_prov_grid-un8 {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width:640px) {.jwb_prov_grid-un8 {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.jwb_prov_grid-un8 {
  grid-template-columns: repeat(8,1fr);
}
}.jwb_prov_card-un8 {
  background: #110D06;
  padding: 0.875rem 10px;
  border: 1px solid rgba(255, 220, 160, 0.13);
  gap: 7px;
  transition: border-color .2s,background .2s;
  border-radius: 0.5rem;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  display: flex;
}.jwb_prov_card-un8:hover {
  border-color: rgba(200, 146, 42, 0.45);
  background: #161009;
}.jwb_prov_logo-un8 {
  overflow: hidden;
  border-radius: 0.25rem;
  background: rgba(255, 235, 190, 0.05);
  justify-content: center;
  align-items: center;
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
}.jwb_prov_logo-un8 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.jwb_prov_name-un8 {
  overflow-wrap: break-word;
  font-size: 11px;
  text-align: center;
  color: #9A8568;
  font-weight: 600;
}.jwb_bon-un8 {
  padding: 36px 16px 0;
  background: #0C0804;
}
@media(min-width: 770px) {.jwb_bon-un8 {
  padding: 44px 24px 0;
}
}.jwb_bon_in-un8 {
  margin: 0 auto;
  max-width: 83.75rem;
}.jwb_bon_head-un8 {
  margin-bottom: 1.25rem;
}.jwb_bon_label-un8 {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  color: #C8922A;
}.jwb_bon_h2-un8 {
  color: #F5EEDD;
  font-weight: 800;
  font-size: 1.25rem;
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.jwb_bon_h2-un8 {
  font-size: 1.5rem;
}
}.jwb_bon_seo-un8 {
  color: #6B5A42;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
}.jwb_bon_seo-un8 strong {
  font-weight: 700;
  color: #D2BF9E;
}.jwb_bon_seo-un8 a {
  color: #C8922A;
  text-decoration: underline;
}.jwb_bon_grid-un8 {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.jwb_bon_grid-un8 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.jwb_bon_grid-un8 {
  grid-template-columns: repeat(5,1fr);
}
}.jwb_bon_card-un8 {
  transition: border-color .2s,transform .2s;
  background: #110D06;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid rgba(255, 220, 160, 0.13);
}.jwb_bon_card-un8:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 146, 42, 0.07);
}.jwb_bon_card_ic-un8 svg {
  height: 26px;
  stroke-linecap: round;
  width: 26px;
  stroke-linejoin: round;
}.jwb_bon_card_ic-un8 {
  margin-bottom: 0.625rem;
}.jwb_bon_card_type-un8 {
  color: #6B5A42;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
}.jwb_bon_card_amount-un8 {
  color: #D4A832;
  line-height: 1.1;
  font-weight: 800;
  font-size: 1.125rem;
  margin-bottom: 6px;
}.jwb_bon_card_name-un8 {
  overflow-wrap: break-word;
  font-weight: 600;
  color: #F5EEDD;
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
}.jwb_bon_card_detail-un8 {
  border-top: 1px solid rgba(255, 235, 190, 0.05);
  color: #4E4030;
  font-size: 11px;
  line-height: 1.5;
  overflow-wrap: break-word;
  padding-top: 0.5rem;
}.jwb_reg-un8 {
  padding: 36px 1rem 0;
  background: #0C0804;
}
@media(min-width: 769px) {.jwb_reg-un8 {
  padding: 44px 24px 0;
}
}.jwb_reg_in-un8 {
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 220, 160, 0.07);
  background: #161009;
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  max-width: 83.75rem;
}
@media(min-width: 766px) {.jwb_reg_in-un8 {
  padding: 2.5rem;
}
}.jwb_reg_top-un8 {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 863px) {.jwb_reg_top-un8 {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.jwb_reg_label-un8 {
  color: #C8922A;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
}.jwb_reg_h2-un8 {
  color: #F5EEDD;
  margin-bottom: 0.75rem;
  font-size: 22px;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
}
@media(min-width: 771px) {.jwb_reg_h2-un8 {
  font-size: 28px;
}
}.jwb_reg_bonus-un8 {
  border-radius: 0.5rem;
  border: 1px solid rgba(212, 168, 50, 0.15);
  gap: 0.5rem;
  background: rgba(212, 168, 50, 0.15);
  padding: 10px 16px;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
}.jwb_reg_bonus_amount-un8 {
  color: #D4A832;
  font-size: 1.25rem;
  font-weight: 800;
}.jwb_reg_bonus_text-un8 {
  font-size: 13px;
  color: #9A8568;
  line-height: 1.35;
}.jwb_reg_cta_btn-un8 {
  background: #2E9E5C;
  padding: 14px 2rem;
  transition: background .2s;
  border-radius: 8px;
  display: inline-block;
  box-shadow: 0 0.375rem 22px rgba(46, 158, 92, 0.48), 0 1px 3px rgba(0, 0, 0, 0.85);
  font-size: 15px;
  margin-bottom: 12px;
  color: #0E0803;
  font-weight: 700;
}.jwb_reg_cta_btn-un8:hover {
  background: #38B46A;
}.jwb_reg_terms-un8 {
  line-height: 1.5;
  font-size: 0.688rem;
  color: #4E4030;
}.jwb_reg_seo-un8 {
  border-top: 1px solid rgba(255, 235, 190, 0.05);
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
  margin-top: 1.25rem;
  padding-top: 20px;
  color: #6B5A42;
}.jwb_reg_seo-un8 p {
  color: #6B5A42;
  margin-bottom: 10px;
  font-size: 0.813rem;
  line-height: 1.65;
}.jwb_reg_seo-un8 p:last-child {
  margin-bottom: 0;
}.jwb_reg_seo-un8 strong {
  color: #D2BF9E;
  font-weight: 700;
}.jwb_reg_seo-un8 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8922A;
}.jwb_reg_seo-un8 a:hover {
  color: #DAA83E;
}.jwb_reg_seo-un8 ul,.jwb_reg_seo-un8 ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.jwb_reg_seo-un8 ol {
  list-style: decimal;
}.jwb_reg_seo-un8 li {
  line-height: 1.65;
  font-size: 0.813rem;
  margin-bottom: 4px;
  color: #6B5A42;
}.jwb_reg_seo-un8 table {
  font-size: 0.813rem;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.625rem;
  display: block;
}
@media(min-width: 765px) {.jwb_reg_seo-un8 table {
  display: table;
}
}.jwb_reg_seo-un8 th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 235, 190, 0.07);
  text-align: left;
  color: #D2BF9E;
  font-weight: 700;
}.jwb_reg_seo-un8 td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
  color: #6B5A42;
}.jwb_reg_steps-un8 {
  gap: 0.875rem;
  display: flex;
  margin-top: 1.75rem;
  flex-direction: column;
}
@media(min-width: 857px) {.jwb_reg_steps-un8 {
  margin-top: 0;
}
}.jwb_reg_step-un8 {
  padding: 1rem;
  background: rgba(255, 235, 190, 0.05);
  border-radius: 8px;
  gap: 14px;
  border: 1px solid rgba(255, 220, 160, 0.07);
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.jwb_reg_step_num-un8 {
  border-radius: 50%;
  background: rgba(200, 146, 42, 0.18);
  border: 1px solid rgba(200, 146, 42, 0.07);
  font-weight: 800;
  align-items: center;
  flex-shrink: 0;
  width: 34px;
  font-size: 0.875rem;
  color: #C8922A;
  justify-content: center;
  display: flex;
  height: 2.125rem;
}.jwb_reg_step_title-un8 {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 14px;
  color: #F5EEDD;
}.jwb_reg_step_text-un8 {
  line-height: 1.5;
  font-size: 0.75rem;
  color: #6B5A42;
}.jwb_reg_trust-un8 {
  gap: 10px;
  border-top: 1px solid rgba(255, 235, 190, 0.05);
  margin-top: 20px;
  padding-top: 20px;
  flex-wrap: wrap;
  display: flex;
}.jwb_reg_trust_item-un8 {
  gap: 7px;
  display: flex;
  color: #6B5A42;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  align-items: center;
}.jwb_reg_trust_ic-un8 svg {
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #C8922A;
  width: 1rem;
}.jwb_app-un8 {
  background: #0C0804;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.jwb_app-un8 {
  padding: 2.75rem 24px 0;
}
}.jwb_app_in-un8 {
  margin: 0 auto;
  max-width: 83.75rem;
}.jwb_app_head-un8 {
  margin-bottom: 1rem;
}.jwb_app_label-un8 {
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  color: #C8922A;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
}.jwb_app_h2-un8 {
  margin-bottom: 6px;
  font-family: 'Playfair Display', serif;
  color: #F5EEDD;
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.jwb_app_h2-un8 {
  font-size: 1.5rem;
}
}.jwb_app_sub-un8 {
  overflow-wrap: break-word;
  color: #6B5A42;
  line-height: 1.6;
  max-width: 600px;
  font-size: 0.813rem;
}.jwb_app_sub-un8 strong {
  color: #D2BF9E;
  font-weight: 700;
}.jwb_app_cards-un8 {
  gap: 0.625rem;
  margin-top: 16px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.jwb_app_cards-un8 {
  grid-template-columns: repeat(3,1fr);
}
}.jwb_app_card-un8 {
  padding: 1.25rem;
  overflow: hidden;
  gap: 16px;
  border-radius: 8px;
  position: relative;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.jwb_app_card_ios-un8 {
  background: linear-gradient(135deg,rgba(200, 146, 42, 0.18) 0%,#161009 100%);
}.jwb_app_card_android-un8 {
  background: linear-gradient(135deg,rgba(46, 158, 92, 0.16) 0%,#161009 100%);
}.jwb_app_card_win-un8 {
  background: linear-gradient(135deg,rgba(212, 168, 50, 0.15) 0%,#161009 100%);
}.jwb_app_card_ic-un8 svg {
  height: 34px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 2.125rem;
}.jwb_app_card_ic-un8 {
  flex-shrink: 0;
  color: #F5EEDD;
}.jwb_app_card_os-un8 {
  font-size: 0.625rem;
  margin-bottom: 0.375rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #6B5A42;
}.jwb_app_card_title-un8 {
  font-weight: 700;
  line-height: 1.2;
  font-size: 15px;
  margin-bottom: 6px;
  color: #F5EEDD;
  overflow-wrap: break-word;
}.jwb_app_card_text-un8 {
  color: #6B5A42;
  line-height: 1.5;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-size: 0.75rem;
}.jwb_app_card_btn-un8 {
  padding: 10px 1.125rem;
  border-radius: 4px;
  border: 1px solid rgba(200, 146, 42, 0.45);
  gap: 7px;
  background: rgba(255, 235, 190, 0.12);
  transition: background .2s;
  display: inline-flex;
  color: #F5EEDD;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
}.jwb_app_card_btn-un8:hover {
  background: rgba(255, 235, 190, 0.07);
}.jwb_seo-un8 {
  padding: 2.25rem 1rem 0;
  background: #0C0804;
}
@media(min-width: 771px) {.jwb_seo-un8 {
  padding: 2.75rem 24px 0;
}
}.jwb_seo_in-un8 {
  margin: 0 auto;
  border-radius: 0.875rem;
  background: #161009;
  border: 1px solid rgba(255, 220, 160, 0.13);
  padding: 1.75rem 24px;
  max-width: 1340px;
}
@media(min-width: 769px) {.jwb_seo_in-un8 {
  padding: 36px 2.5rem;
}
}.jwb_seo_label-un8 {
  font-size: 0.688rem;
  color: #C8922A;
  margin-bottom: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.jwb_seo_h2-un8 {
  font-family: 'Playfair Display', serif;
  color: #F5EEDD;
  margin-bottom: 14px;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.25;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.jwb_seo_h2-un8 {
  font-size: 1.5rem;
}
}.jwb_seo_body-un8 {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #9A8568;
  overflow-wrap: break-word;
}.jwb_seo_body-un8 p {
  margin-bottom: 0.75rem;
  font-size: 14px;
  color: #9A8568;
  line-height: 1.75;
}.jwb_seo_body-un8 p:last-child {
  margin-bottom: 0;
}.jwb_seo_body-un8 strong {
  color: #D2BF9E;
  font-weight: 700;
}.jwb_seo_body-un8 a {
  transition: color .2s;
  color: #C8922A;
  text-decoration: underline;
}.jwb_seo_body-un8 a:hover {
  color: #DAA83E;
}.jwb_seo_body-un8 ul,.jwb_seo_body-un8 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.jwb_seo_body-un8 ol {
  list-style: decimal;
}.jwb_seo_body-un8 li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  font-size: 14px;
  color: #9A8568;
}.jwb_seo_body-un8 table {
  overflow-x: auto;
  font-size: 0.813rem;
  width: 100%;
  margin-bottom: 12px;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 771px) {.jwb_seo_body-un8 table {
  display: table;
}
}.jwb_seo_body-un8 th {
  border-bottom: 1px solid rgba(255, 235, 190, 0.07);
  padding: 10px 0.75rem;
  color: #D2BF9E;
  text-align: left;
  font-weight: 700;
}.jwb_seo_body-un8 td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
  color: #9A8568;
}.jwb_seo_cols-un8 {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.jwb_seo_cols-un8 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.jwb_seo_cols-un8 {
  grid-template-columns: repeat(3,1fr);
}
}.jwb_seo_col_h-un8 {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #D2BF9E;
  font-weight: 700;
  margin-bottom: 7px;
}.jwb_seo_col_p-un8 {
  overflow-wrap: break-word;
  color: #6B5A42;
  line-height: 1.65;
  font-size: 13px;
}.jwb_seo_stats-un8 {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.jwb_seo_stat-un8 {
  border: 1px solid rgba(200, 146, 42, 0.18);
  padding: 14px 16px;
  flex: 1;
  border-radius: 0.5rem;
  background: rgba(200, 146, 42, 0.07);
  min-width: 140px;
}.jwb_seo_stat_val-un8 {
  color: #C8922A;
  margin-bottom: 0.25rem;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
}.jwb_seo_stat_lb-un8 {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #6B5A42;
}.jwb_faq-un8 {
  padding: 2.25rem 1rem 0;
  background: #0C0804;
}
@media(min-width: 771px) {.jwb_faq-un8 {
  padding: 2.75rem 24px 0;
}
}.jwb_faq_in-un8 {
  margin: 0 auto;
  max-width: 83.75rem;
}.jwb_faq_head-un8 {
  margin-bottom: 1.25rem;
}.jwb_faq_label-un8 {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C8922A;
}.jwb_faq_h2-un8 {
  font-size: 1.25rem;
  color: #F5EEDD;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 765px) {.jwb_faq_h2-un8 {
  font-size: 1.5rem;
}
}.jwb_faq_list-un8 {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.jwb_faq_item-un8 {
  border-radius: 8px;
  overflow: hidden;
  background: #161009;
  border: 1px solid rgba(255, 220, 160, 0.13);
}.jwb_faq_q-un8 {
  transition: color .2s;
  gap: 0.75rem;
  padding: 16px 20px;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 600;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.875rem;
  color: #D2BF9E;
}.jwb_faq_q-un8:hover {
  color: #F5EEDD;
}.jwb_faq_q_ic-un8 {
  transition: transform .25s;
  background: rgba(255, 235, 190, 0.05);
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  font-size: 16px;
  justify-content: center;
  height: 24px;
  width: 24px;
  align-items: center;
  color: #C8922A;
}.jwb_faq_item-un8.jwb_state_open-un8 .jwb_faq_q_ic-un8 {
  transform: rotate(45deg);
}.jwb_faq_a-un8 {
  padding: 0 1.25rem 16px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.7;
  display: none;
  color: #6B5A42;
}.jwb_faq_item-un8.jwb_state_open-un8 .jwb_faq_a-un8 {
  display: block;
}.jwb_faq_a-un8 strong {
  font-weight: 700;
  color: #D2BF9E;
}.jwb_faq_a-un8 a {
  text-decoration: underline;
  color: #C8922A;
}.jwb_faq_a-un8 ul,.jwb_faq_a-un8 ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.jwb_faq_a-un8 ol {
  list-style: decimal;
}.jwb_faq_a-un8 li {
  margin-bottom: 4px;
  line-height: 1.6;
}.jwb_faq_a-un8 table {
  margin: 0.5rem 0;
  border-collapse: collapse;
  font-size: 12px;
  display: block;
  width: 100%;
  overflow-x: auto;
}
@media(min-width:768px) {.jwb_faq_a-un8 table {
  display: table;
}
}.jwb_faq_a-un8 th {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 235, 190, 0.07);
  color: #D2BF9E;
  font-weight: 700;
  text-align: left;
}.jwb_faq_a-un8 td {
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
  padding: 0.375rem 0.5rem;
  color: #6B5A42;
}.jwb_pmt-un8 {
  padding: 36px 1rem 0;
  background: #0C0804;
}
@media(min-width: 765px) {.jwb_pmt-un8 {
  padding: 44px 24px 0;
}
}.jwb_pmt_in-un8 {
  margin: 0 auto;
  max-width: 83.75rem;
}.jwb_pmt_head-un8 {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.jwb_pmt_label-un8 {
  text-transform: uppercase;
  color: #C8922A;
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 8px;
  font-weight: 700;
}.jwb_pmt_h2-un8 {
  font-size: 1.375rem;
  color: #F5EEDD;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
}
@media(min-width: 769px) {.jwb_pmt_h2-un8 {
  font-size: 28px;
}
}.jwb_pmt_intro-un8 {
  color: #6B5A42;
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.6;
}.jwb_pmt_groups-un8 {
  gap: 1.25rem;
  flex-direction: column;
  display: flex;
}.jwb_pmt_group-un8 {
  padding: 20px;
  background: #161009;
  border-radius: 8px;
  border: 1px solid rgba(255, 220, 160, 0.13);
}.jwb_pmt_group_head-un8 {
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}.jwb_pmt_group_ic-un8 {
  border-radius: 0.25rem;
  background: rgba(200, 146, 42, 0.18);
  align-items: center;
  height: 36px;
  width: 36px;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  color: #C8922A;
}.jwb_pmt_group_ic-un8 svg {
  height: 18px;
  stroke-linecap: round;
  width: 18px;
  stroke-linejoin: round;
}.jwb_pmt_group_h-un8 {
  margin: 0;
  color: #F5EEDD;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 16px;
}.jwb_pmt_group_p-un8 {
  line-height: 1.6;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  color: #6B5A42;
  font-size: 13px;
}.jwb_pmt_group_p-un8 strong {
  font-weight: 600;
  color: #D2BF9E;
}.jwb_pmt_table_wrap-un8 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.jwb_pmt_table-un8 {
  min-width: 33.75rem;
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}.jwb_pmt_table-un8 th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 235, 190, 0.07);
  font-weight: 700;
  text-align: left;
  letter-spacing: .04em;
  white-space: nowrap;
  color: #D2BF9E;
  text-transform: uppercase;
  font-size: 11px;
}.jwb_pmt_table-un8 td {
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
  padding: 12px;
  color: #6B5A42;
}.jwb_pmt_table-un8 tbody tr:last-child td {
  border-bottom: none;
}.jwb_pmt_table-un8 tr:hover td {
  background: rgba(255, 235, 190, 0.05);
  color: #D2BF9E;
}.jwb_rv-un8 {
  background: #0C0804;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.jwb_rv-un8 {
  padding: 44px 24px 0;
}
}.jwb_rv_in-un8 {
  margin: 0 auto;
  max-width: 1340px;
}.jwb_rv_head-un8 {
  max-width: 720px;
  margin-bottom: 1.25rem;
}.jwb_rv_label-un8 {
  margin-bottom: 0.5rem;
  color: #C8922A;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
}.jwb_rv_h2-un8 {
  overflow-wrap: break-word;
  font-size: 1.375rem;
  font-family: 'Playfair Display', serif;
  margin-bottom: 10px;
  font-weight: 800;
  color: #F5EEDD;
}
@media(min-width:768px) {.jwb_rv_h2-un8 {
  font-size: 1.75rem;
}
}.jwb_rv_stats-un8 {
  gap: 18px;
  color: #6B5A42;
  align-items: center;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
}.jwb_rv_stats_score-un8 {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.jwb_rv_stats_score_val-un8 {
  font-size: 22px;
  font-family: 'Playfair Display', serif;
  color: #D4A832;
  font-weight: 800;
}.jwb_rv_stats_score_max-un8 {
  color: #4E4030;
  font-size: 13px;
}.jwb_rv_stats_badge-un8 {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.jwb_rv_stats_badge-un8 svg {
  height: 14px;
  width: 14px;
  color: #D4A832;
}.jwb_rv_grid-un8 {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.jwb_rv_grid-un8 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.jwb_rv_grid-un8 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.jwb_rv_card-un8 {
  border: 1px solid rgba(255, 220, 160, 0.13);
  padding: 20px;
  background: #161009;
  border-radius: 0.5rem;
  flex-direction: column;
  display: flex;
}.jwb_rv_card_stars-un8 {
  gap: 2px;
  margin-bottom: 0.625rem;
  color: #D4A832;
  display: flex;
}.jwb_rv_card_stars-un8 svg {
  height: 14px;
  width: 0.875rem;
}.jwb_rv_card_h-un8 {
  overflow-wrap: break-word;
  line-height: 1.3;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #F5EEDD;
}.jwb_rv_card_body-un8 {
  flex: 1;
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  color: #6B5A42;
}.jwb_rv_card_body-un8 strong {
  font-weight: 600;
  color: #D2BF9E;
}.jwb_rv_card_meta-un8 {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 235, 190, 0.05);
  justify-content: space-between;
  padding-top: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.jwb_rv_card_author-un8 {
  color: #D2BF9E;
  font-weight: 600;
  font-size: 0.75rem;
}.jwb_rv_card_date-un8 {
  font-size: 0.688rem;
  color: #4E4030;
}.jwb_seo-un8 {
  background: #0C0804;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.jwb_seo-un8 {
  padding: 44px 24px 0;
}
}.jwb_seo_in-un8 {
  padding: 1.75rem 1.5rem;
  margin: 0 auto;
  border-radius: 14px;
  background: #161009;
  border: 1px solid rgba(255, 220, 160, 0.13);
  max-width: 1340px;
}
@media(min-width: 767px) {.jwb_seo_in-un8 {
  padding: 2.25rem 40px;
}
}.jwb_seo_label-un8 {
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C8922A;
  font-size: 11px;
}.jwb_seo_h2-un8 {
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  line-height: 1.25;
  font-weight: 800;
  color: #F5EEDD;
  font-size: 20px;
}
@media(min-width: 769px) {.jwb_seo_h2-un8 {
  font-size: 1.5rem;
}
}.jwb_seo_body-un8 {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #9A8568;
  line-height: 1.75;
}.jwb_seo_body-un8 p {
  margin-bottom: 0.75rem;
  line-height: 1.75;
  color: #9A8568;
  font-size: 0.875rem;
}.jwb_seo_body-un8 p:last-child {
  margin-bottom: 0;
}.jwb_seo_body-un8 strong {
  font-weight: 700;
  color: #D2BF9E;
}.jwb_seo_body-un8 a {
  transition: color .2s;
  color: #C8922A;
  text-decoration: underline;
}.jwb_seo_body-un8 a:hover {
  color: #DAA83E;
}.jwb_seo_body-un8 ul,.jwb_seo_body-un8 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.jwb_seo_body-un8 ol {
  list-style: decimal;
}.jwb_seo_body-un8 li {
  margin-bottom: 6px;
  line-height: 1.75;
  font-size: 14px;
  color: #9A8568;
}.jwb_seo_body-un8 table {
  overflow-x: auto;
  margin-bottom: 0.75rem;
  display: block;
  border-collapse: collapse;
  width: 100%;
  font-size: 0.813rem;
}
@media(min-width:768px) {.jwb_seo_body-un8 table {
  display: table;
}
}.jwb_seo_body-un8 th {
  border-bottom: 1px solid rgba(255, 235, 190, 0.07);
  padding: 10px 0.75rem;
  text-align: left;
  color: #D2BF9E;
  font-weight: 700;
}.jwb_seo_body-un8 td {
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
  padding: 0.625rem 12px;
  color: #9A8568;
}.jwb_seo_cols-un8 {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.jwb_seo_cols-un8 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.jwb_seo_cols-un8 {
  grid-template-columns: repeat(3,1fr);
}
}.jwb_seo_col_h-un8 {
  color: #D2BF9E;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  font-weight: 700;
}.jwb_seo_col_p-un8 {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #6B5A42;
}.jwb_seo_stats-un8 {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.jwb_seo_stat-un8 {
  background: rgba(200, 146, 42, 0.07);
  padding: 14px 1rem;
  flex: 1;
  border: 1px solid rgba(200, 146, 42, 0.18);
  border-radius: 0.5rem;
  min-width: 8.75rem;
}.jwb_seo_stat_val-un8 {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #C8922A;
  font-weight: 800;
}.jwb_seo_stat_lb-un8 {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #6B5A42;
}.jwb_seo-un8 {
  background: #0C0804;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.jwb_seo-un8 {
  padding: 2.75rem 1.5rem 0;
}
}.jwb_seo_in-un8 {
  border-radius: 0.875rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 220, 160, 0.13);
  background: #161009;
  padding: 28px 1.5rem;
  max-width: 83.75rem;
}
@media(min-width:768px) {.jwb_seo_in-un8 {
  padding: 36px 40px;
}
}.jwb_seo_label-un8 {
  letter-spacing: .08em;
  color: #C8922A;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}.jwb_seo_h2-un8 {
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  color: #F5EEDD;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 769px) {.jwb_seo_h2-un8 {
  font-size: 24px;
}
}.jwb_seo_body-un8 {
  overflow-wrap: break-word;
  color: #9A8568;
  font-size: 0.875rem;
  line-height: 1.75;
}.jwb_seo_body-un8 p {
  color: #9A8568;
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}.jwb_seo_body-un8 p:last-child {
  margin-bottom: 0;
}.jwb_seo_body-un8 strong {
  color: #D2BF9E;
  font-weight: 700;
}.jwb_seo_body-un8 a {
  transition: color .2s;
  color: #C8922A;
  text-decoration: underline;
}.jwb_seo_body-un8 a:hover {
  color: #DAA83E;
}.jwb_seo_body-un8 ul,.jwb_seo_body-un8 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.jwb_seo_body-un8 ol {
  list-style: decimal;
}.jwb_seo_body-un8 li {
  line-height: 1.75;
  color: #9A8568;
  margin-bottom: 6px;
  font-size: 14px;
}.jwb_seo_body-un8 table {
  margin-bottom: 0.75rem;
  overflow-x: auto;
  width: 100%;
  font-size: 0.813rem;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 769px) {.jwb_seo_body-un8 table {
  display: table;
}
}.jwb_seo_body-un8 th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 235, 190, 0.07);
  text-align: left;
  font-weight: 700;
  color: #D2BF9E;
}.jwb_seo_body-un8 td {
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
  padding: 0.625rem 0.75rem;
  color: #9A8568;
}.jwb_seo_cols-un8 {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 643px) {.jwb_seo_cols-un8 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.jwb_seo_cols-un8 {
  grid-template-columns: repeat(3,1fr);
}
}.jwb_seo_col_h-un8 {
  font-weight: 700;
  color: #D2BF9E;
  overflow-wrap: break-word;
  font-size: 13px;
  margin-bottom: 0.438rem;
}.jwb_seo_col_p-un8 {
  color: #6B5A42;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.jwb_seo_stats-un8 {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.jwb_seo_stat-un8 {
  border-radius: 0.5rem;
  background: rgba(200, 146, 42, 0.07);
  padding: 14px 16px;
  flex: 1;
  border: 1px solid rgba(200, 146, 42, 0.18);
  min-width: 8.75rem;
}.jwb_seo_stat_val-un8 {
  font-weight: 800;
  color: #C8922A;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
}.jwb_seo_stat_lb-un8 {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #6B5A42;
}.jwb_ft-un8 {
  border-top: 1px solid rgba(255, 235, 190, 0.05);
  background: #060300;
  margin-top: 3rem;
}.jwb_ft_support-un8 {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
}
@media(min-width: 766px) {.jwb_ft_support-un8 {
  padding: 28px 1.5rem;
}
}.jwb_ft_support_in-un8 {
  gap: 1rem;
  margin: 0 auto;
  max-width: 1340px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.jwb_ft_support_main-un8 {
  flex: 1;
  gap: 1rem;
  min-width: 220px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.jwb_ft_support_ic-un8 {
  color: #C8922A;
  flex-shrink: 0;
}.jwb_ft_support_ic-un8 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.875rem;
  height: 30px;
}.jwb_ft_support_text_title-un8 {
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 700;
  color: #F5EEDD;
  overflow-wrap: break-word;
}.jwb_ft_support_text_sub-un8 {
  overflow-wrap: break-word;
  font-size: 12px;
  color: #6B5A42;
}.jwb_ft_support_btn-un8 {
  border-radius: 8px;
  padding: 0.688rem 1.375rem;
  transition: background .2s;
  background: #C8922A;
  flex-shrink: 0;
  font-size: 13px;
  color: #F5EEDD;
  white-space: nowrap;
  font-weight: 700;
}.jwb_ft_support_btn-un8:hover {
  background: #DAA83E;
}.jwb_ft_support_contacts-un8 {
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.jwb_ft_support_contact-un8 {
  color: #4E4030;
  font-size: 0.75rem;
  line-height: 1.4;
}.jwb_ft_support_contact-un8 strong {
  display: block;
  color: #9A8568;
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 11px;
}.jwb_ft_main-un8 {
  padding: 2rem 16px 24px;
  border-bottom: 1px solid rgba(255, 235, 190, 0.05);
}
@media(min-width: 771px) {.jwb_ft_main-un8 {
  padding: 40px 1.5rem 32px;
}
}.jwb_ft_main_in-un8 {
  margin: 0 auto;
  gap: 1.5rem;
  max-width: 1340px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.jwb_ft_main_in-un8 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.jwb_ft_main_in-un8 {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.jwb_ft_col_logo-un8 {
  grid-column: 1/-1;
}
@media(min-width: 1083px) {.jwb_ft_col_logo-un8 {
  grid-column: auto;
}
}.jwb_ft_logo-un8 {
  gap: 9px;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  font-size: 16px;
  align-items: center;
  display: flex;
  color: #F5EEDD;
  font-weight: 800;
  flex-wrap: wrap;
}.jwb_ft_logo_mark-un8 {
  border-radius: 4px;
  overflow: hidden;
  height: 1.875rem;
  width: 30px;
}.jwb_ft_logo_mark-un8 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.jwb_ft_logo_sub-un8 {
  max-width: 12.5rem;
  line-height: 1.55;
  font-size: 12px;
  overflow-wrap: break-word;
  color: #4E4030;
}.jwb_ft_col_title-un8 {
  color: #9A8568;
  letter-spacing: .07em;
  margin-bottom: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}.jwb_ft_col_links-un8 {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.jwb_ft_col_link-un8 {
  transition: color .2s;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #4E4030;
}.jwb_ft_col_link-un8:hover {
  color: #D2BF9E;
}.jwb_ft_apps-un8 {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.jwb_ft_app_card-un8 {
  border: 1px solid rgba(255, 220, 160, 0.13);
  padding: 0.625rem 0.75rem;
  transition: border-color .2s;
  border-radius: 0.25rem;
  gap: 0.625rem;
  background: rgba(255, 235, 190, 0.05);
  align-items: center;
  display: flex;
}.jwb_ft_app_card-un8:hover {
  border-color: rgba(200, 146, 42, 0.45);
}.jwb_ft_app_card_ic-un8 svg {
  width: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.375rem;
}.jwb_ft_app_card_os-un8 {
  font-weight: 600;
  font-size: 10px;
  color: #4E4030;
}.jwb_ft_app_card_action-un8 {
  font-size: 12px;
  color: #D2BF9E;
  font-weight: 700;
}.jwb_ft_bot-un8 {
  padding: 1.25rem 16px;
}
@media(min-width: 765px) {.jwb_ft_bot-un8 {
  padding: 20px 24px;
}
}.jwb_ft_bot_in-un8 {
  gap: 1rem;
  margin: 0 auto;
  align-items: center;
  max-width: 83.75rem;
  flex-wrap: wrap;
  display: flex;
}.jwb_ft_socials-un8 {
  gap: 8px;
  display: flex;
}.jwb_ft_soc-un8 {
  background: rgba(255, 235, 190, 0.05);
  border: 1px solid rgba(255, 220, 160, 0.13);
  border-radius: 0.25rem;
  transition: background .2s;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
  width: 36px;
  color: #9A8568;
  display: flex;
}.jwb_ft_soc-un8 svg {
  height: 1rem;
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.jwb_ft_soc-un8:hover {
  background: rgba(255, 235, 190, 0.07);
}.jwb_ft_legal-un8 {
  flex: 1;
  overflow-wrap: break-word;
  line-height: 1.6;
  min-width: 12.5rem;
  font-size: 0.688rem;
  color: #7A6B58;
}.jwb_ft_legal-un8 strong {
  color: #9A8568;
  font-weight: 700;
}.jwb_ft_legal-un8 a {
  color: #9A8568;
  text-decoration: underline;
}.jwb_ft_age-un8 {
  border-radius: 50%;
  border: 2px solid #7A6B58;
  flex-shrink: 0;
  height: 32px;
  justify-content: center;
  font-weight: 800;
  font-size: 11px;
  display: flex;
  align-items: center;
  margin-left: auto;
  width: 2rem;
  color: #7A6B58;
}