*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #0E0B07;
  color: #D2BF98;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  font-family: 'Nunito', sans-serif;
  min-height: 100vh;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  text-decoration: none;
  color: inherit;
}button {
  background: none;
  border: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.wtj-layout-adt {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.wtj-page-adt {
  min-height: 100vh;
  display: flex;
}.wtj-main-adt {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media(min-width: 1081px) {.wtj-main-adt {
  padding-left: 220px;
}
}
@media(max-width:1079px) {.wtj-main-adt {
  padding-bottom: 72px;
}
}.wtj-gc-adt {
  background: #141009;
  border-radius: 10px;
  border: 1px solid rgba(255, 225, 160, 0.06);
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  width: 8.75rem;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}
@media(min-width: 637px) {.wtj-gc-adt {
  width: 156px;
}
}
@media(min-width: 1077px) {.wtj-gc-adt {
  width: 10.5rem;
}
}.wtj-gc-adt:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 153, 46, 0.07);
}.wtj-gc_img-adt {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.wtj-gc_img-adt img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
}.wtj-gc_hover-adt {
  inset: 0;
  background: rgba(8, 6, 3, 0.72);
  transition: opacity .2s;
  display: flex;
  opacity: 0;
  position: absolute;
  align-items: center;
  justify-content: center;
}.wtj-gc-adt:hover .wtj-gc_hover-adt {
  opacity: 1;
}.wtj-gc_hover_btn-adt {
  padding: 8px 16px;
  background: #D4992E;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  color: #F6EDD8;
  font-weight: 700;
}.wtj-gc_info-adt {
  padding: 8px 10px 10px;
}.wtj-gc_name-adt {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  margin-bottom: 3px;
  max-width: 100%;
  font-size: 0.75rem;
  color: #D2BF98;
  white-space: nowrap;
}.wtj-gc_prov-adt {
  font-size: 0.625rem;
  color: #5E4E36;
}.wtj-gc_tag-adt {
  padding: 2px 0.438rem;
  border-radius: 4px;
  text-transform: uppercase;
  z-index: 2;
  position: absolute;
  letter-spacing: .04em;
  font-weight: 700;
  font-size: 9px;
  left: 6px;
  top: 6px;
}.wtj-gc_tag_hot-adt {
  background: #D43C2C;
  color: #fff;
}.wtj-gc_tag_new-adt {
  background: #2EAA6C;
  color: #0E0B07;
}.wtj-gc_tag_jp-adt {
  background: #E8A830;
  color: #0E0B07;
}.wtj-gc_tag_ex-adt {
  background: #8B5C22;
  color: #fff;
}.wtj-gc_tag_live-adt {
  background: #D43C2C;
  color: #fff;
}.wtj-gr-adt {
  padding: 32px 1rem 0;
  background: #0E0B07;
}
@media(min-width: 769px) {.wtj-gr-adt {
  padding: 2.25rem 24px 0;
}
}.wtj-gr_in-adt {
  margin: 0 auto;
  max-width: 1340px;
}.wtj-gr_head-adt {
  gap: 12px;
  display: flex;
  margin-bottom: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
}.wtj-gr_head_l-adt {
  gap: 10px;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}.wtj-gr_ic-adt {
  border-radius: 0.625rem;
  width: 2rem;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}.wtj-gr_ic-adt svg {
  stroke-linecap: round;
  height: 1rem;
  width: 1rem;
  stroke-linejoin: round;
}.wtj-gr_title-adt {
  color: #F6EDD8;
  font-weight: 700;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  font-size: 16px;
}
@media(min-width: 769px) {.wtj-gr_title-adt {
  font-size: 18px;
}
}.wtj-gr_more-adt {
  transition: color .2s;
  gap: 0.313rem;
  align-items: center;
  color: #7A6548;
  font-size: 0.75rem;
  flex-shrink: 0;
  font-weight: 600;
  display: flex;
  white-space: nowrap;
}.wtj-gr_more-adt:hover {
  color: #D4992E;
}.wtj-gr_more-adt svg {
  width: 0.75rem;
  stroke-linejoin: round;
  height: 12px;
  stroke-linecap: round;
}.wtj-gr_arrows-adt {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.wtj-gr_arr-adt {
  background: rgba(255, 235, 180, 0.05);
  border: 1px solid rgba(255, 225, 160, 0.11);
  border-radius: 0.375rem;
  transition: background .15s,color .15s;
  height: 30px;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 1.875rem;
  color: #A8916C;
}.wtj-gr_arr-adt:hover {
  background: rgba(255, 235, 180, 0.07);
  color: #F6EDD8;
}.wtj-gr_arr-adt svg {
  width: 0.813rem;
  stroke-linecap: round;
  height: 0.813rem;
  stroke-linejoin: round;
}.wtj-gr_seo_h-adt {
  margin: 0 0 0.375rem;
  font-size: 0.813rem;
  font-weight: 700;
  max-width: 680px;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  color: #D2BF98;
}
@media(min-width:768px) {.wtj-gr_seo_h-adt {
  font-size: 14px;
}
}.wtj-gr_seo-adt {
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
  max-width: 42.5rem;
  color: #7A6548;
  overflow-wrap: break-word;
  line-height: 1.55;
}.wtj-gr_seo-adt strong {
  font-weight: 600;
  color: #D2BF98;
}.wtj-gr_scroll-adt {
  gap: 10px;
  scrollbar-width: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  padding-bottom: 10px;
}.wtj-gr_scroll-adt::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.wtj-gr_scroll-adt {
  gap: 0.75rem;
}
}.wtj-tb-adt {
  border-bottom: 1px solid rgba(255, 235, 180, 0.07);
  background: #0E0B07;
  top: 0;
  display: flex;
  position: fixed;
  left: 0;
  z-index: 80;
  align-items: center;
  right: 0;
  height: 3.5rem;
}.wtj-tb_in-adt {
  padding: 0 14px;
  gap: 0;
  height: 100%;
  align-items: center;
  width: 100%;
  display: flex;
}.wtj-tb_burger-adt {
  gap: 0.313rem;
  border-radius: 10px;
  width: 2.375rem;
  align-items: center;
  height: 38px;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
  display: flex;
  margin-right: 8px;
}.wtj-tb_burger-adt:hover {
  background: rgba(255, 235, 180, 0.05);
}.wtj-tb_burger_line-adt {
  border-radius: 1px;
  background: #A8916C;
  height: 2px;
  display: block;
  width: 1.125rem;
}
@media(min-width: 1083px) {.wtj-tb_burger-adt {
  display: none;
}
}.wtj-tb_logo-adt {
  gap: 9px;
  flex-shrink: 0;
  color: #F6EDD8;
  font-weight: 800;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
  font-size: 18px;
  align-items: center;
  display: flex;
  margin-right: 1.25rem;
}.wtj-tb_logo_mark-adt {
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
  width: 32px;
  justify-content: center;
  height: 2rem;
  display: flex;
}.wtj-tb_logo_mark-adt img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.wtj-tb_nav-adt {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.wtj-tb_nav-adt {
  display: flex;
}
}.wtj-tb_tab-adt {
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s;
  border-radius: 10px;
  font-size: 13px;
  white-space: nowrap;
  color: #A8916C;
  font-weight: 600;
}.wtj-tb_tab-adt:hover {
  background: rgba(255, 235, 180, 0.05);
  color: #F6EDD8;
}.wtj-tb_tab-adt.wtj-state_active-adt {
  background: rgba(212, 153, 46, 0.18);
  color: #F6EDD8;
}.wtj-tb_right-adt {
  gap: 0.5rem;
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}.wtj-tb_login-adt {
  padding: 9px 1rem;
  border: 1px solid rgba(255, 225, 160, 0.11);
  transition: border-color .2s,color .2s;
  border-radius: 10px;
  background: rgba(255, 235, 180, 0.05);
  display: none;
  color: #D2BF98;
  font-size: 0.813rem;
  font-weight: 600;
}.wtj-tb_login-adt:hover {
  border-color: rgba(212, 155, 46, 0.40);
  color: #F6EDD8;
}
@media(min-width: 483px) {.wtj-tb_login-adt {
  display: block;
}
}.wtj-tb_reg-adt {
  transition: background .2s;
  padding: 0.563rem 18px;
  border-radius: 10px;
  background: #2EAA6C;
  font-size: 0.813rem;
  color: #0D0A05;
  white-space: nowrap;
  font-weight: 700;
}.wtj-tb_reg-adt:hover {
  background: #38C47E;
}.wtj-sb-adt {
  transition: transform .25s ease;
  transform: translateX(-100%);
  background: #1A1510;
  border-right: 1px solid rgba(255, 235, 180, 0.05);
  position: fixed;
  z-index: 70;
  overflow-y: auto;
  bottom: 0;
  top: 3.5rem;
  width: 220px;
  left: 0;
}.wtj-sb-adt.wtj-state_open-adt {
  transform: translateX(0);
}.wtj-sb-adt::-webkit-scrollbar {
  width: 0.25rem;
}.wtj-sb-adt::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 235, 180, 0.07);
}
@media(min-width: 1077px) {.wtj-sb-adt {
  transform: translateX(0);
}
}.wtj-sb_auth-adt {
  padding: 14px 0.75rem 10px;
}.wtj-sb_btn_reg-adt {
  transition: background .2s;
  padding: 11px;
  border-radius: 0.625rem;
  background: #2EAA6C;
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 13px;
  color: #0D0A05;
  font-weight: 700;
  display: block;
}.wtj-sb_btn_reg-adt:hover {
  background: #38C47E;
}.wtj-sb_btn_login-adt {
  transition: border-color .2s;
  border-radius: 0.625rem;
  background: rgba(255, 235, 180, 0.05);
  border: 1px solid rgba(255, 225, 160, 0.11);
  padding: 10px;
  font-weight: 600;
  display: block;
  text-align: center;
  color: #D2BF98;
  font-size: 0.813rem;
}.wtj-sb_btn_login-adt:hover {
  border-color: rgba(212, 155, 46, 0.40);
  color: #F6EDD8;
}.wtj-sb_promo-adt {
  border-radius: 0.625rem;
  padding: 12px 0.875rem;
  overflow: hidden;
  border: 1px solid rgba(212, 153, 46, 0.18);
  background: linear-gradient(135deg,#2A1A06,#1A1510);
  margin: 0 0.75rem 10px;
  position: relative;
}.wtj-sb_promo-adt::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(212, 153, 46, 0.18),transparent 70%);
  right: -1.25rem;
  top: -20px;
  width: 5rem;
  position: absolute;
  height: 5rem;
  content: '';
}.wtj-sb_promo_title-adt {
  font-weight: 700;
  letter-spacing: .06em;
  margin-bottom: 0.25rem;
  color: #D4992E;
  font-size: 0.688rem;
  text-transform: uppercase;
}.wtj-sb_promo_text-adt {
  overflow-wrap: break-word;
  font-weight: 600;
  font-size: 0.75rem;
  color: #F6EDD8;
  line-height: 1.35;
}.wtj-sb_promo_sub-adt {
  font-size: 10px;
  color: #7A6548;
  margin-top: 3px;
}.wtj-sb_nav-adt {
  padding: 0.375rem 8px 16px;
}.wtj-sb_nav_lb-adt {
  padding: 0.625rem 0.5rem 0.375rem;
  letter-spacing: .08em;
  color: #5E4E36;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}.wtj-sb_link-adt {
  border-radius: 6px;
  gap: 10px;
  padding: 0.563rem 0.625rem;
  transition: background .15s,color .15s;
  align-items: center;
  font-size: 13px;
  color: #A8916C;
  cursor: pointer;
  font-weight: 500;
  overflow-wrap: break-word;
  display: flex;
}.wtj-sb_link-adt:hover {
  background: rgba(255, 235, 180, 0.05);
  color: #F6EDD8;
}.wtj-sb_link-adt.wtj-state_active-adt {
  background: rgba(212, 153, 46, 0.18);
  color: #F6EDD8;
}.wtj-sb_ic-adt {
  border-radius: 0.375rem;
  width: 1.875rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.875rem;
}.wtj-sb_ic-adt svg {
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1rem;
}.wtj-sb_ic_1-adt {
  background: rgba(212, 153, 46, 0.07);
  color: #D4992E;
}.wtj-sb_ic_2-adt {
  background: rgba(46, 170, 108, 0.16);
  color: #2EAA6C;
}.wtj-sb_ic_3-adt {
  background: rgba(232, 168, 48, 0.14);
  color: #E8A830;
}.wtj-sb_ic_4-adt {
  background: rgba(139, 92, 34, 0.22);
  color: #8B5C22;
}.wtj-sb_ic_5-adt {
  background: rgba(212, 153, 46, 0.07);
  color: #E04E72;
}.wtj-sb_ic_6-adt {
  background: rgba(139, 92, 34, 0.22);
  color: #7B3FBE;
}.wtj-sb_badge-adt {
  border-radius: 6px;
  background: #E8A830;
  padding: 2px 0.438rem;
  margin-left: auto;
  font-size: 9px;
  color: #0D0A05;
  font-weight: 700;
}.wtj-sb_bot-adt {
  border-top: 1px solid rgba(255, 235, 180, 0.05);
  gap: 8px;
  padding: 0.75rem;
  display: flex;
}.wtj-sb_lang-adt,.wtj-sb_help-adt {
  border: 1px solid rgba(255, 225, 160, 0.06);
  padding: 0.563rem 0.375rem;
  background: rgba(255, 235, 180, 0.05);
  transition: border-color .2s;
  border-radius: 0.375rem;
  gap: 6px;
  flex: 1;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #A8916C;
  font-size: 11px;
}.wtj-sb_lang-adt:hover,.wtj-sb_help-adt:hover {
  border-color: rgba(212, 155, 46, 0.40);
  color: #F6EDD8;
}.wtj-sb_lang-adt svg,.wtj-sb_help-adt svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.813rem;
  height: 13px;
}.wtj-sb_bd-adt {
  inset: 0;
  background: rgba(8, 6, 3, 0.72);
  z-index: 69;
  position: fixed;
  display: none;
}.wtj-sb_bd-adt.wtj-state_on-adt {
  display: block;
}
@media(min-width: 1077px) {.wtj-sb_bd-adt {
  display: none!important;
}
}.wtj-mob_nav-adt {
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  background: #1A1510;
  border-top: 1px solid rgba(255, 225, 160, 0.11);
  bottom: 0;
  display: flex;
  z-index: 80;
  left: 0;
  position: fixed;
  right: 0;
}
@media(min-width: 1081px) {.wtj-mob_nav-adt {
  display: none;
}
}.wtj-mob_nav_item-adt {
  gap: 0.25rem;
  padding: 0.25rem 2px;
  flex: 1;
  cursor: pointer;
  color: #5E4E36;
  align-items: center;
  display: flex;
  flex-direction: column;
}.wtj-mob_nav_ic-adt {
  line-height: 1;
}.wtj-mob_nav_ic-adt svg {
  stroke-linecap: round;
  width: 20px;
  stroke-linejoin: round;
  height: 20px;
}.wtj-mob_nav_lb-adt {
  color: #5E4E36;
  font-size: 0.625rem;
  font-weight: 600;
}.wtj-mob_nav_item-adt.wtj-state_active-adt {
  color: #D4992E;
}.wtj-mob_nav_item-adt.wtj-state_active-adt .wtj-mob_nav_lb-adt {
  color: #D4992E;
}.wtj-hero-adt {
  background: #0E0B07;
  padding: 1.25rem 16px 0;
}
@media(min-width: 771px) {.wtj-hero-adt {
  padding: 1.5rem 1.5rem 0;
}
}.wtj-hero_in-adt {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 83.75rem;
}
@media(min-width: 857px) {.wtj-hero_in-adt {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.wtj-hero_in-adt {
  grid-template-columns: 1fr 21.25rem;
}
}.wtj-hero_promo-adt {
  border-radius: 16px;
  overflow: hidden;
  background: #141009;
  display: flex;
  min-height: 220px;
  align-items: stretch;
  position: relative;
}
@media(min-width: 769px) {.wtj-hero_promo-adt {
  min-height: 280px;
}
}.wtj-hero_promo_bg-adt {
  inset: 0;
  background: linear-gradient(120deg,#2A1A06 0%,#0E0B07 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.wtj-hero_promo_bg-adt::after {
  inset: 0;
  background: linear-gradient(90deg,#0E0B07 0%,rgba(8, 6, 3, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.wtj-hero_promo_glow-adt {
  background: radial-gradient(circle,rgba(139, 92, 34, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  width: 18.75rem;
  top: -2.5rem;
  height: 18.75rem;
  pointer-events: none;
  right: 60px;
  position: absolute;
}.wtj-hero_promo_ct-adt {
  padding: 28px 24px 1.75rem 28px;
  z-index: 2;
  max-width: 30rem;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
}
@media(min-width: 771px) {.wtj-hero_promo_ct-adt {
  padding: 2.5rem 32px;
}
}.wtj-hero_badge-adt {
  padding: 5px 0.75rem;
  border-radius: 1.25rem;
  background: rgba(212, 153, 46, 0.18);
  border: 1px solid rgba(212, 153, 46, 0.07);
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.875rem;
  color: #D4992E;
  display: inline-block;
  font-size: 0.625rem;
  text-transform: uppercase;
}.wtj-hero_h1-adt {
  font-weight: 800;
  font-size: 1.625rem;
  line-height: 1.15;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  color: #F6EDD8;
  font-family: 'Cormorant Garamond', serif;
}.wtj-hero_h1-adt em {
  font-style: normal;
  color: #E8A830;
}
@media(min-width: 767px) {.wtj-hero_h1-adt {
  font-size: 36px;
}
}.wtj-hero_sub-adt {
  margin-bottom: 1.25rem;
  line-height: 1.55;
  color: #A8916C;
  font-size: 0.813rem;
}
@media(min-width: 771px) {.wtj-hero_sub-adt {
  font-size: 14px;
}
}.wtj-hero_row-adt {
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.wtj-hero_cta-adt {
  transition: background .2s;
  padding: 13px 26px;
  background: #2EAA6C;
  border-radius: 0.625rem;
  box-shadow: 0 4px 14px rgba(46, 170, 108, 0.45), 0 1px 3px rgba(0, 0, 0, 0.60);
  font-size: 0.875rem;
  font-weight: 700;
  color: #0D0A05;
}.wtj-hero_cta-adt:hover {
  background: #38C47E;
}.wtj-hero_terms-adt {
  color: #5E4E36;
  font-size: 11px;
}.wtj-hero_game-adt {
  border: 1px solid rgba(255, 225, 160, 0.06);
  overflow: hidden;
  border-radius: 16px;
  background: #141009;
  display: flex;
  position: relative;
  flex-direction: column;
}.wtj-hero_game_badge-adt {
  border: 1px solid rgba(232, 168, 48, 0.14);
  background: rgba(232, 168, 48, 0.14);
  padding: 0.313rem 0.625rem;
  border-radius: 1.25rem;
  font-size: 0.625rem;
  z-index: 3;
  text-transform: uppercase;
  left: 12px;
  color: #E8A830;
  letter-spacing: .06em;
  top: 12px;
  font-weight: 700;
  position: absolute;
}.wtj-hero_game_badge-adt svg {
  width: 11px;
  height: 11px;
  margin-right: 0.25rem;
  vertical-align: -1px;
}.wtj-hero_game_img-adt {
  overflow: hidden;
  background: linear-gradient(135deg,#2A1A06,#0E0B07);
  padding-bottom: 60%;
  position: relative;
}.wtj-hero_game_img-adt img {
  inset: 0;
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
}.wtj-hero_game_play-adt {
  inset: 0;
  transition: opacity .2s;
  background: rgba(8, 6, 3, 0.72);
  align-items: center;
  opacity: 0;
  justify-content: center;
  display: flex;
  position: absolute;
}.wtj-hero_game-adt:hover .wtj-hero_game_play-adt {
  opacity: 1;
}.wtj-hero_game_play-adt span {
  background: #D4992E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.25rem;
  width: 3.25rem;
}.wtj-hero_game_play-adt span svg {
  margin-left: 2px;
  width: 1.125rem;
  height: 18px;
}.wtj-hero_game_info-adt {
  padding: 14px 16px;
}.wtj-hero_game_title-adt {
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #F6EDD8;
  overflow-wrap: break-word;
  font-size: 15px;
}.wtj-hero_game_provider-adt {
  color: #7A6548;
  font-size: 0.688rem;
}.wtj-hero_game_btn-adt {
  margin: 0.75rem 16px 16px;
  border-radius: 10px;
  padding: 0.688rem;
  background: #D4992E;
  transition: background .2s;
  font-weight: 700;
  text-align: center;
  display: block;
  color: #F6EDD8;
  font-size: 0.813rem;
}.wtj-hero_game-adt:hover .wtj-hero_game_btn-adt {
  background: #E8AE42;
}.wtj-sbar-adt {
  background: #0E0B07;
  padding: 1rem 16px 0;
}
@media(min-width: 767px) {.wtj-sbar-adt {
  padding: 18px 1.5rem 0;
}
}.wtj-sbar_in-adt {
  margin: 0 auto;
  max-width: 1340px;
}.wtj-sbar_row-adt {
  gap: 10px;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  display: flex;
}.wtj-sbar_input-adt {
  transition: border-color .2s;
  gap: 10px;
  padding: 0.688rem 1rem;
  flex: 1;
  border-radius: 10px;
  border: 1px solid rgba(255, 225, 160, 0.11);
  background: #141009;
  font-size: 13px;
  color: #7A6548;
  display: flex;
  cursor: pointer;
  align-items: center;
}.wtj-sbar_input-adt:hover {
  border-color: rgba(212, 155, 46, 0.40);
}.wtj-sbar_input-adt svg {
  stroke-linecap: round;
  height: 15px;
  stroke-linejoin: round;
  width: 15px;
  flex-shrink: 0;
}.wtj-sbar_providers-adt {
  transition: border-color .2s;
  border-radius: 0.625rem;
  background: #141009;
  padding: 11px 18px;
  border: 1px solid rgba(255, 225, 160, 0.11);
  gap: 0.5rem;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  color: #D2BF98;
  font-size: 0.813rem;
  align-items: center;
}.wtj-sbar_providers-adt:hover {
  border-color: rgba(212, 155, 46, 0.40);
  color: #F6EDD8;
}.wtj-sbar_providers-adt svg {
  height: 14px;
  width: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.wtj-sbar_tabs-adt {
  gap: 6px;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 2px;
}.wtj-sbar_tabs-adt::-webkit-scrollbar {
  display: none;
}.wtj-sbar_tab-adt {
  gap: 0.438rem;
  background: rgba(255, 235, 180, 0.05);
  border: 1px solid rgba(255, 225, 160, 0.06);
  border-radius: 1.25rem;
  transition: background .15s,color .15s,border-color .15s;
  padding: 0.5rem 0.875rem;
  display: flex;
  font-weight: 600;
  align-items: center;
  white-space: nowrap;
  color: #A8916C;
  font-size: 12px;
  cursor: pointer;
  flex-shrink: 0;
}.wtj-sbar_tab-adt:hover {
  background: rgba(255, 235, 180, 0.07);
  border-color: rgba(212, 155, 46, 0.40);
  color: #F6EDD8;
}.wtj-sbar_tab-adt.wtj-state_active-adt {
  border-color: rgba(212, 153, 46, 0.07);
  background: rgba(212, 153, 46, 0.18);
  color: #F6EDD8;
}.wtj-sbar_tab_ic-adt svg {
  width: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 14px;
}.wtj-wy-adt {
  padding: 2rem 1rem 0;
  background: #0E0B07;
}
@media(min-width:768px) {.wtj-wy-adt {
  padding: 40px 24px 0;
}
}.wtj-wy_in-adt {
  margin: 0 auto;
  max-width: 83.75rem;
}.wtj-wy_head-adt {
  max-width: 720px;
  margin-bottom: 18px;
}.wtj-wy_label-adt {
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #D4992E;
  font-size: 11px;
  text-transform: uppercase;
}.wtj-wy_h2-adt {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  color: #F6EDD8;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}
@media(min-width:768px) {.wtj-wy_h2-adt {
  font-size: 1.5rem;
}
}.wtj-wy_intro-adt {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #7A6548;
}.wtj-wy_grid-adt {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.wtj-wy_grid-adt {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.wtj-wy_grid-adt {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.wtj-wy_card-adt {
  border-radius: 0.625rem;
  transition: border-color .2s,transform .2s;
  padding: 1.25rem;
  border: 1px solid rgba(255, 225, 160, 0.11);
  background: #1A1510;
}.wtj-wy_card-adt:hover {
  border-color: rgba(212, 153, 46, 0.07);
  transform: translateY(-2px);
}.wtj-wy_card_ic-adt {
  border-radius: 50%;
  background: rgba(212, 153, 46, 0.18);
  height: 2.75rem;
  justify-content: center;
  color: #D4992E;
  display: flex;
  margin-bottom: 14px;
  align-items: center;
  width: 44px;
}.wtj-wy_card_ic-adt svg {
  stroke-linecap: round;
  height: 1.375rem;
  width: 22px;
  stroke-linejoin: round;
}.wtj-wy_card_h-adt {
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  font-weight: 700;
  font-size: 0.938rem;
  color: #F6EDD8;
}.wtj-wy_card_p-adt {
  overflow-wrap: break-word;
  color: #7A6548;
  line-height: 1.6;
  font-size: 0.813rem;
}.wtj-wy_card_p-adt strong {
  font-weight: 600;
  color: #D2BF98;
}.wtj-gcg-adt {
  padding: 2.25rem 16px 0;
  background: #0E0B07;
}
@media(min-width: 769px) {.wtj-gcg-adt {
  padding: 2.75rem 24px 0;
}
}.wtj-gcg_in-adt {
  margin: 0 auto;
  max-width: 1340px;
}.wtj-gcg_head-adt {
  margin-bottom: 20px;
  max-width: 45rem;
}.wtj-gcg_label-adt {
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #D4992E;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.wtj-gcg_h2-adt {
  margin-bottom: 0.5rem;
  color: #F6EDD8;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
}
@media(min-width: 767px) {.wtj-gcg_h2-adt {
  font-size: 1.75rem;
}
}.wtj-gcg_intro-adt {
  font-size: 0.813rem;
  color: #7A6548;
  line-height: 1.6;
}.wtj-gcg_grid-adt {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.wtj-gcg_grid-adt {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.wtj-gcg_grid-adt {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.wtj-gcg_card-adt {
  padding: 1.25rem;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(255, 225, 160, 0.11);
  transition: transform .2s,border-color .2s;
  position: relative;
  justify-content: flex-end;
  flex-direction: column;
  display: flex;
  cursor: pointer;
  min-height: 15rem;
}.wtj-gcg_card-adt:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 153, 46, 0.18);
}.wtj-gcg_card_bg-adt {
  inset: 0;
  position: absolute;
  z-index: 0;
}.wtj-gcg_card_bg-adt::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.wtj-gcg_card_ic-adt {
  border-radius: 6px;
  background: rgba(0,0,0,.45);
  z-index: 2;
  color: #F6EDD8;
  align-items: center;
  display: flex;
  top: 1.125rem;
  height: 2.5rem;
  position: absolute;
  justify-content: center;
  right: 18px;
  width: 40px;
}.wtj-gcg_card_ic-adt svg {
  stroke-linecap: round;
  height: 1.25rem;
  width: 20px;
  stroke-linejoin: round;
}.wtj-gcg_card_ct-adt {
  position: relative;
  z-index: 1;
}.wtj-gcg_card_h-adt {
  font-size: 1.125rem;
  margin-bottom: 8px;
  color: #F6EDD8;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 769px) {.wtj-gcg_card_h-adt {
  font-size: 20px;
}
}.wtj-gcg_card_p-adt {
  margin-bottom: 10px;
  overflow-wrap: break-word;
  line-height: 1.55;
  font-size: 12px;
  color: rgba(255,255,255,.82);
}.wtj-gcg_card_p-adt strong {
  font-weight: 600;
  color: #F6EDD8;
}.wtj-gcg_card_cta-adt {
  gap: 0.25rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  color: #D4992E;
  letter-spacing: .04em;
}.wtj-gcg_card_cta-adt svg {
  stroke-linecap: round;
  width: 12px;
  height: 12px;
  stroke-linejoin: round;
}.wtj-gr_jp-adt {
  background: linear-gradient(135deg,#1C0E2A 0%,#0B0710 100%);
  padding: 20px;
  overflow: hidden;
  border-radius: 1rem;
  position: relative;
}.wtj-gr_jp-adt::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(139, 92, 34, 0.22) 0%,transparent 70%);
  height: 15.625rem;
  top: -3.75rem;
  left: -3.75rem;
  content: '';
  position: absolute;
  width: 15.625rem;
}.wtj-gr_jp-adt::after {
  background: radial-gradient(circle,rgba(232, 168, 48, 0.14) 0%,transparent 70%);
  border-radius: 50%;
  width: 12.5rem;
  right: 0;
  bottom: -2.5rem;
  content: '';
  position: absolute;
  height: 200px;
}.wtj-gr_jp_head-adt {
  gap: 16px;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.wtj-gr_jp_info-adt {
  flex: 1;
}.wtj-gr_jp_label-adt {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: .08em;
  color: #7B3FBE;
}.wtj-gr_jp_label-adt svg {
  width: 0.875rem;
  height: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-right: 0.25rem;
  vertical-align: -2px;
}.wtj-gr_jp_amount-adt {
  line-height: 1;
  overflow-wrap: break-word;
  color: #F6EDD8;
  font-size: 2rem;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 0.25rem;
  font-weight: 800;
}
@media(min-width: 765px) {.wtj-gr_jp_amount-adt {
  font-size: 2.5rem;
}
}.wtj-gr_jp_amount-adt span {
  color: #E8A830;
}.wtj-gr_jp_seo-adt {
  max-width: 30rem;
  color: #A8916C;
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.5;
}.wtj-gr_jp_cta-adt {
  transition: background .2s;
  padding: 0.688rem 20px;
  border: 1px solid rgba(139, 92, 34, 0.22);
  background: rgba(139, 92, 34, 0.22);
  border-radius: 10px;
  color: #F6EDD8;
  margin-top: 4px;
  position: relative;
  z-index: 1;
  font-size: 0.813rem;
  flex-shrink: 0;
  font-weight: 700;
  align-self: flex-start;
  white-space: nowrap;
}.wtj-gr_jp_cta-adt:hover {
  background: #8B5C22;
}.wtj-ws-adt {
  padding: 32px 1rem 0;
  background: #0E0B07;
}
@media(min-width: 771px) {.wtj-ws-adt {
  padding: 36px 1.5rem 0;
}
}.wtj-ws_in-adt {
  margin: 0 auto;
  max-width: 1340px;
}.wtj-ws_head-adt {
  gap: 12px;
  display: flex;
  margin-bottom: 0.875rem;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}.wtj-ws_title-adt {
  gap: 10px;
  font-weight: 700;
  color: #F6EDD8;
  font-family: 'Cormorant Garamond', serif;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  display: flex;
  font-size: 1rem;
  align-items: center;
}.wtj-ws_title_ic-adt svg {
  color: #E8A830;
  width: 18px;
  stroke-linecap: round;
  height: 1.125rem;
  stroke-linejoin: round;
}.wtj-ws_online-adt {
  gap: 7px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #7A6548;
  align-items: center;
  display: flex;
}.wtj-ws_online_dot-adt {
  border-radius: 50%;
  background: #2EAA6C;
  width: 0.5rem;
  height: 8px;
  box-shadow: 0 0 6px rgba(46, 170, 108, 0.16);
  flex-shrink: 0;
}.wtj-ws_scroll-adt {
  gap: 8px;
  display: flex;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  overflow-x: auto;
}.wtj-ws_scroll-adt::-webkit-scrollbar {
  display: none;
}.wtj-wc-adt {
  background: #141009;
  border-radius: 10px;
  padding: 10px 14px;
  gap: 10px;
  border: 1px solid rgba(255, 225, 160, 0.11);
  flex-shrink: 0;
  align-items: center;
  min-width: 220px;
  display: flex;
}.wtj-wc_img-adt {
  background: #1A1510;
  overflow: hidden;
  border-radius: 6px;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}.wtj-wc_img-adt img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.wtj-wc_info-adt {
  min-width: 0;
}.wtj-wc_game-adt {
  overflow: hidden;
  color: #D2BF98;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 600;
  text-overflow: ellipsis;
}.wtj-wc_player-adt {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.625rem;
  color: #5E4E36;
  white-space: nowrap;
}.wtj-wc_amount-adt {
  color: #2EAA6C;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  margin-left: auto;
  white-space: nowrap;
}.wtj-htp-adt {
  padding: 36px 1rem 0;
  background: #0E0B07;
}
@media(min-width: 766px) {.wtj-htp-adt {
  padding: 2.75rem 1.5rem 0;
}
}.wtj-htp_in-adt {
  margin: 0 auto;
  max-width: 83.75rem;
}.wtj-htp_head-adt {
  max-width: 45rem;
  margin-bottom: 1.375rem;
}.wtj-htp_label-adt {
  font-size: 0.688rem;
  color: #D4992E;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
}.wtj-htp_h2-adt {
  font-weight: 800;
  font-size: 1.375rem;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-family: 'Cormorant Garamond', serif;
  color: #F6EDD8;
}
@media(min-width: 769px) {.wtj-htp_h2-adt {
  font-size: 28px;
}
}.wtj-htp_intro-adt {
  font-size: 14px;
  color: #7A6548;
  line-height: 1.6;
}.wtj-htp_steps-adt {
  gap: 12px;
  padding: 0;
  list-style: none;
  margin: 0;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width: 642px) {.wtj-htp_steps-adt {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.wtj-htp_steps-adt {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.wtj-htp_step-adt {
  border: 1px solid rgba(255, 225, 160, 0.11);
  padding: 20px 18px 1.125rem;
  background: #1A1510;
  border-radius: 0.625rem;
  display: flex;
  flex-direction: column;
  position: relative;
}.wtj-htp_step_num-adt {
  background: #D4992E;
  border-radius: 50%;
  font-size: 0.813rem;
  width: 1.75rem;
  justify-content: center;
  height: 28px;
  top: -0.75rem;
  left: 20px;
  align-items: center;
  color: #0D0A05;
  font-weight: 800;
  position: absolute;
  display: flex;
  font-family: 'Cormorant Garamond', serif;
}.wtj-htp_step_ic-adt {
  border-radius: 0.375rem;
  background: rgba(212, 153, 46, 0.18);
  margin: 0.5rem 0 0.75rem;
  justify-content: center;
  width: 36px;
  height: 36px;
  display: flex;
  color: #D4992E;
  align-items: center;
}.wtj-htp_step_ic-adt svg {
  width: 18px;
  height: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.wtj-htp_step_h-adt {
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 700;
  color: #F6EDD8;
  margin-bottom: 6px;
  overflow-wrap: break-word;
}.wtj-htp_step_p-adt {
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #7A6548;
  font-size: 13px;
}.wtj-htp_step_p-adt strong {
  font-weight: 600;
  color: #D2BF98;
}.wtj-htp_cta-adt {
  background: #2EAA6C;
  border-radius: 0.625rem;
  transition: background .2s;
  padding: 13px 1.625rem;
  margin-top: 1.25rem;
  display: inline-block;
  color: #0D0A05;
  font-size: 0.875rem;
  font-weight: 700;
}.wtj-htp_cta-adt:hover {
  background: #38C47E;
}.wtj-app-adt {
  padding: 2.25rem 16px 0;
  background: #0E0B07;
}
@media(min-width: 771px) {.wtj-app-adt {
  padding: 44px 1.5rem 0;
}
}.wtj-app_in-adt {
  margin: 0 auto;
  max-width: 83.75rem;
}.wtj-app_head-adt {
  margin-bottom: 16px;
}.wtj-app_label-adt {
  text-transform: uppercase;
  font-weight: 700;
  color: #D4992E;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 0.688rem;
}.wtj-app_h2-adt {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  margin-bottom: 6px;
  font-size: 1.25rem;
  color: #F6EDD8;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.wtj-app_h2-adt {
  font-size: 24px;
}
}.wtj-app_sub-adt {
  color: #7A6548;
  max-width: 600px;
  line-height: 1.6;
  font-size: 13px;
  overflow-wrap: break-word;
}.wtj-app_sub-adt strong {
  color: #D2BF98;
  font-weight: 700;
}.wtj-app_cards-adt {
  gap: 10px;
  margin-top: 16px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.wtj-app_cards-adt {
  grid-template-columns: repeat(3,1fr);
}
}.wtj-app_card-adt {
  padding: 1.25rem;
  overflow: hidden;
  gap: 1rem;
  border-radius: 10px;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.wtj-app_card_ios-adt {
  background: linear-gradient(135deg,rgba(212, 153, 46, 0.18) 0%,#1A1510 100%);
}.wtj-app_card_android-adt {
  background: linear-gradient(135deg,rgba(46, 170, 108, 0.16) 0%,#1A1510 100%);
}.wtj-app_card_win-adt {
  background: linear-gradient(135deg,rgba(232, 168, 48, 0.14) 0%,#1A1510 100%);
}.wtj-app_card_ic-adt svg {
  height: 2.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 34px;
}.wtj-app_card_ic-adt {
  color: #F6EDD8;
  flex-shrink: 0;
}.wtj-app_card_os-adt {
  margin-bottom: 0.375rem;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  color: #7A6548;
}.wtj-app_card_title-adt {
  line-height: 1.2;
  margin-bottom: 0.375rem;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F6EDD8;
}.wtj-app_card_text-adt {
  margin-bottom: 0.875rem;
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #7A6548;
}.wtj-app_card_btn-adt {
  border: 1px solid rgba(212, 155, 46, 0.40);
  background: rgba(255, 235, 180, 0.12);
  transition: background .2s;
  border-radius: 6px;
  padding: 10px 1.125rem;
  gap: 7px;
  font-weight: 700;
  align-items: center;
  color: #F6EDD8;
  font-size: 13px;
  display: inline-flex;
}.wtj-app_card_btn-adt:hover {
  background: rgba(255, 235, 180, 0.07);
}.wtj-prov-adt {
  padding: 36px 16px 0;
  background: #0E0B07;
}
@media(min-width: 769px) {.wtj-prov-adt {
  padding: 2.75rem 24px 0;
}
}.wtj-prov_in-adt {
  margin: 0 auto;
  max-width: 1340px;
}.wtj-prov_head-adt {
  margin-bottom: 1rem;
}.wtj-prov_label-adt {
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #D4992E;
  letter-spacing: .08em;
  text-transform: uppercase;
}.wtj-prov_h2-adt {
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #F6EDD8;
}
@media(min-width: 769px) {.wtj-prov_h2-adt {
  font-size: 1.5rem;
}
}.wtj-prov_seo-adt {
  overflow-wrap: break-word;
  max-width: 620px;
  font-size: 0.813rem;
  margin-bottom: 1rem;
  color: #7A6548;
  line-height: 1.6;
}.wtj-prov_seo-adt strong {
  font-weight: 700;
  color: #D2BF98;
}.wtj-prov_seo-adt a {
  color: #D4992E;
  text-decoration: underline;
}.wtj-prov_grid-adt {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 637px) {.wtj-prov_grid-adt {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1078px) {.wtj-prov_grid-adt {
  grid-template-columns: repeat(8,1fr);
}
}.wtj-prov_card-adt {
  padding: 0.875rem 0.625rem;
  background: #141009;
  border-radius: 0.625rem;
  gap: 7px;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255, 225, 160, 0.11);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}.wtj-prov_card-adt:hover {
  border-color: rgba(212, 155, 46, 0.40);
  background: #1A1510;
}.wtj-prov_logo-adt {
  border-radius: 0.375rem;
  overflow: hidden;
  background: rgba(255, 235, 180, 0.05);
  justify-content: center;
  width: 44px;
  display: flex;
  height: 44px;
  align-items: center;
}.wtj-prov_logo-adt img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.wtj-prov_name-adt {
  font-size: 0.688rem;
  color: #A8916C;
  overflow-wrap: break-word;
  text-align: center;
  font-weight: 600;
}.wtj-bon-adt {
  background: #0E0B07;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.wtj-bon-adt {
  padding: 2.75rem 1.5rem 0;
}
}.wtj-bon_in-adt {
  margin: 0 auto;
  max-width: 83.75rem;
}.wtj-bon_head-adt {
  margin-bottom: 20px;
}.wtj-bon_label-adt {
  margin-bottom: 8px;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #D4992E;
  font-weight: 700;
}.wtj-bon_h2-adt {
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  color: #F6EDD8;
}
@media(min-width: 767px) {.wtj-bon_h2-adt {
  font-size: 1.5rem;
}
}.wtj-bon_seo-adt {
  max-width: 38.75rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #7A6548;
  line-height: 1.6;
}.wtj-bon_seo-adt strong {
  font-weight: 700;
  color: #D2BF98;
}.wtj-bon_seo-adt a {
  text-decoration: underline;
  color: #D4992E;
}.wtj-bon_grid-adt {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width:640px) {.wtj-bon_grid-adt {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.wtj-bon_grid-adt {
  grid-template-columns: repeat(5,1fr);
}
}.wtj-bon_card-adt {
  background: #141009;
  border: 1px solid rgba(255, 225, 160, 0.11);
  border-radius: 10px;
  transition: border-color .2s,transform .2s;
  padding: 1rem;
}.wtj-bon_card-adt:hover {
  border-color: rgba(212, 153, 46, 0.07);
  transform: translateY(-2px);
}.wtj-bon_card_ic-adt svg {
  height: 1.625rem;
  stroke-linejoin: round;
  width: 1.625rem;
  stroke-linecap: round;
}.wtj-bon_card_ic-adt {
  margin-bottom: 10px;
}.wtj-bon_card_type-adt {
  margin-bottom: 6px;
  color: #7A6548;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 10px;
}.wtj-bon_card_amount-adt {
  font-size: 18px;
  margin-bottom: 0.375rem;
  line-height: 1.1;
  color: #E8A830;
  font-weight: 800;
}.wtj-bon_card_name-adt {
  font-weight: 600;
  margin-bottom: 8px;
  color: #F6EDD8;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.wtj-bon_card_detail-adt {
  border-top: 1px solid rgba(255, 235, 180, 0.05);
  padding-top: 0.5rem;
  color: #5E4E36;
  overflow-wrap: break-word;
  line-height: 1.5;
  font-size: 11px;
}.wtj-reg-adt {
  background: #0E0B07;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.wtj-reg-adt {
  padding: 2.75rem 24px 0;
}
}.wtj-reg_in-adt {
  border: 1px solid rgba(255, 225, 160, 0.06);
  background: #1A1510;
  margin: 0 auto;
  border-radius: 1rem;
  padding: 28px 1.5rem;
  max-width: 1340px;
}
@media(min-width: 769px) {.wtj-reg_in-adt {
  padding: 2.5rem;
}
}.wtj-reg_top-adt {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.wtj-reg_top-adt {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.wtj-reg_label-adt {
  font-weight: 700;
  font-size: 0.688rem;
  color: #D4992E;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}.wtj-reg_h2-adt {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  color: #F6EDD8;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.wtj-reg_h2-adt {
  font-size: 28px;
}
}.wtj-reg_bonus-adt {
  border: 1px solid rgba(232, 168, 48, 0.14);
  background: rgba(232, 168, 48, 0.14);
  gap: 0.5rem;
  padding: 10px 1rem;
  border-radius: 10px;
  align-items: center;
  display: inline-flex;
  margin-bottom: 1rem;
}.wtj-reg_bonus_amount-adt {
  font-size: 1.25rem;
  color: #E8A830;
  font-weight: 800;
}.wtj-reg_bonus_text-adt {
  font-size: 13px;
  line-height: 1.35;
  color: #A8916C;
}.wtj-reg_cta_btn-adt {
  border-radius: 10px;
  background: #2EAA6C;
  transition: background .2s;
  padding: 0.875rem 32px;
  color: #0D0A05;
  font-size: 15px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0.75rem;
  box-shadow: 0 0.25rem 14px rgba(46, 170, 108, 0.45), 0 1px 3px rgba(0, 0, 0, 0.60);
}.wtj-reg_cta_btn-adt:hover {
  background: #38C47E;
}.wtj-reg_terms-adt {
  font-size: 11px;
  line-height: 1.5;
  color: #5E4E36;
}.wtj-reg_seo-adt {
  border-top: 1px solid rgba(255, 235, 180, 0.05);
  margin-top: 20px;
  line-height: 1.65;
  padding-top: 1.25rem;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #7A6548;
}.wtj-reg_seo-adt p {
  line-height: 1.65;
  margin-bottom: 10px;
  color: #7A6548;
  font-size: 13px;
}.wtj-reg_seo-adt p:last-child {
  margin-bottom: 0;
}.wtj-reg_seo-adt strong {
  color: #D2BF98;
  font-weight: 700;
}.wtj-reg_seo-adt a {
  transition: color .2s;
  text-decoration: underline;
  color: #D4992E;
}.wtj-reg_seo-adt a:hover {
  color: #E8AE42;
}.wtj-reg_seo-adt ul,.wtj-reg_seo-adt ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.wtj-reg_seo-adt ol {
  list-style: decimal;
}.wtj-reg_seo-adt li {
  color: #7A6548;
  line-height: 1.65;
  margin-bottom: 4px;
  font-size: 0.813rem;
}.wtj-reg_seo-adt table {
  display: block;
  font-size: 13px;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}
@media(min-width: 771px) {.wtj-reg_seo-adt table {
  display: table;
}
}.wtj-reg_seo-adt th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 235, 180, 0.07);
  color: #D2BF98;
  font-weight: 700;
  text-align: left;
}.wtj-reg_seo-adt td {
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
  padding: 0.5rem;
  color: #7A6548;
}.wtj-reg_steps-adt {
  gap: 0.875rem;
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}
@media(min-width: 858px) {.wtj-reg_steps-adt {
  margin-top: 0;
}
}.wtj-reg_step-adt {
  gap: 14px;
  background: rgba(255, 235, 180, 0.05);
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 225, 160, 0.06);
  padding: 1rem;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.wtj-reg_step_num-adt {
  border-radius: 50%;
  border: 1px solid rgba(212, 153, 46, 0.07);
  background: rgba(212, 153, 46, 0.18);
  display: flex;
  align-items: center;
  height: 34px;
  font-weight: 800;
  color: #D4992E;
  font-size: 0.875rem;
  flex-shrink: 0;
  width: 2.125rem;
  justify-content: center;
}.wtj-reg_step_title-adt {
  font-size: 14px;
  color: #F6EDD8;
  font-weight: 700;
  margin-bottom: 3px;
}.wtj-reg_step_text-adt {
  color: #7A6548;
  font-size: 0.75rem;
  line-height: 1.5;
}.wtj-reg_trust-adt {
  border-top: 1px solid rgba(255, 235, 180, 0.05);
  gap: 10px;
  margin-top: 1.25rem;
  flex-wrap: wrap;
  display: flex;
  padding-top: 1.25rem;
}.wtj-reg_trust_item-adt {
  gap: 7px;
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  color: #7A6548;
  overflow-wrap: break-word;
}.wtj-reg_trust_ic-adt svg {
  stroke-linecap: round;
  height: 1rem;
  color: #D4992E;
  width: 1rem;
  stroke-linejoin: round;
}.wtj-seo-adt {
  background: #0E0B07;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.wtj-seo-adt {
  padding: 44px 24px 0;
}
}.wtj-seo_in-adt {
  border-radius: 16px;
  background: #1A1510;
  border: 1px solid rgba(255, 225, 160, 0.11);
  margin: 0 auto;
  padding: 28px 24px;
  max-width: 83.75rem;
}
@media(min-width: 770px) {.wtj-seo_in-adt {
  padding: 36px 2.5rem;
}
}.wtj-seo_label-adt {
  letter-spacing: .08em;
  color: #D4992E;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
}.wtj-seo_h2-adt {
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 0.875rem;
  color: #F6EDD8;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.wtj-seo_h2-adt {
  font-size: 24px;
}
}.wtj-seo_body-adt {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A8916C;
  overflow-wrap: break-word;
}.wtj-seo_body-adt p {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.75rem;
  color: #A8916C;
}.wtj-seo_body-adt p:last-child {
  margin-bottom: 0;
}.wtj-seo_body-adt strong {
  font-weight: 700;
  color: #D2BF98;
}.wtj-seo_body-adt a {
  transition: color .2s;
  color: #D4992E;
  text-decoration: underline;
}.wtj-seo_body-adt a:hover {
  color: #E8AE42;
}.wtj-seo_body-adt ul,.wtj-seo_body-adt ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.wtj-seo_body-adt ol {
  list-style: decimal;
}.wtj-seo_body-adt li {
  color: #A8916C;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  font-size: 0.875rem;
}.wtj-seo_body-adt table {
  font-size: 0.813rem;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  display: block;
  margin-bottom: 0.75rem;
}
@media(min-width: 769px) {.wtj-seo_body-adt table {
  display: table;
}
}.wtj-seo_body-adt th {
  border-bottom: 1px solid rgba(255, 235, 180, 0.07);
  padding: 10px 12px;
  color: #D2BF98;
  font-weight: 700;
  text-align: left;
}.wtj-seo_body-adt td {
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
  padding: 10px 12px;
  color: #A8916C;
}.wtj-seo_cols-adt {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width:640px) {.wtj-seo_cols-adt {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.wtj-seo_cols-adt {
  grid-template-columns: repeat(3,1fr);
}
}.wtj-seo_col_h-adt {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #D2BF98;
}.wtj-seo_col_p-adt {
  color: #7A6548;
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}.wtj-seo_stats-adt {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.wtj-seo_stat-adt {
  border-radius: 10px;
  flex: 1;
  border: 1px solid rgba(212, 153, 46, 0.18);
  background: rgba(212, 153, 46, 0.07);
  padding: 0.875rem 16px;
  min-width: 140px;
}.wtj-seo_stat_val-adt {
  color: #D4992E;
  margin-bottom: 4px;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
}.wtj-seo_stat_lb-adt {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #7A6548;
}.wtj-seo-adt {
  background: #0E0B07;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.wtj-seo-adt {
  padding: 2.75rem 24px 0;
}
}.wtj-seo_in-adt {
  border-radius: 1rem;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 225, 160, 0.11);
  margin: 0 auto;
  background: #1A1510;
  max-width: 1340px;
}
@media(min-width: 765px) {.wtj-seo_in-adt {
  padding: 36px 40px;
}
}.wtj-seo_label-adt {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #D4992E;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
}.wtj-seo_h2-adt {
  line-height: 1.25;
  margin-bottom: 14px;
  font-size: 20px;
  color: #F6EDD8;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 766px) {.wtj-seo_h2-adt {
  font-size: 24px;
}
}.wtj-seo_body-adt {
  color: #A8916C;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.wtj-seo_body-adt p {
  line-height: 1.75;
  color: #A8916C;
  font-size: 0.875rem;
  margin-bottom: 12px;
}.wtj-seo_body-adt p:last-child {
  margin-bottom: 0;
}.wtj-seo_body-adt strong {
  color: #D2BF98;
  font-weight: 700;
}.wtj-seo_body-adt a {
  transition: color .2s;
  color: #D4992E;
  text-decoration: underline;
}.wtj-seo_body-adt a:hover {
  color: #E8AE42;
}.wtj-seo_body-adt ul,.wtj-seo_body-adt ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.wtj-seo_body-adt ol {
  list-style: decimal;
}.wtj-seo_body-adt li {
  line-height: 1.75;
  color: #A8916C;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
}.wtj-seo_body-adt table {
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 0.75rem;
  width: 100%;
  font-size: 13px;
}
@media(min-width: 770px) {.wtj-seo_body-adt table {
  display: table;
}
}.wtj-seo_body-adt th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 235, 180, 0.07);
  font-weight: 700;
  text-align: left;
  color: #D2BF98;
}.wtj-seo_body-adt td {
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
  padding: 10px 0.75rem;
  color: #A8916C;
}.wtj-seo_cols-adt {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 637px) {.wtj-seo_cols-adt {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.wtj-seo_cols-adt {
  grid-template-columns: repeat(3,1fr);
}
}.wtj-seo_col_h-adt {
  font-size: 0.813rem;
  margin-bottom: 7px;
  color: #D2BF98;
  overflow-wrap: break-word;
  font-weight: 700;
}.wtj-seo_col_p-adt {
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #7A6548;
  font-size: 13px;
}.wtj-seo_stats-adt {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.wtj-seo_stat-adt {
  background: rgba(212, 153, 46, 0.07);
  padding: 14px 1rem;
  flex: 1;
  border-radius: 0.625rem;
  border: 1px solid rgba(212, 153, 46, 0.18);
  min-width: 140px;
}.wtj-seo_stat_val-adt {
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  color: #D4992E;
}.wtj-seo_stat_lb-adt {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #7A6548;
}.wtj-pmt-adt {
  padding: 36px 1rem 0;
  background: #0E0B07;
}
@media(min-width: 766px) {.wtj-pmt-adt {
  padding: 44px 1.5rem 0;
}
}.wtj-pmt_in-adt {
  margin: 0 auto;
  max-width: 83.75rem;
}.wtj-pmt_head-adt {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.wtj-pmt_label-adt {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #D4992E;
  font-size: 11px;
}.wtj-pmt_h2-adt {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  margin-bottom: 8px;
  color: #F6EDD8;
  font-size: 1.375rem;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.wtj-pmt_h2-adt {
  font-size: 28px;
}
}.wtj-pmt_intro-adt {
  line-height: 1.6;
  font-size: 14px;
  overflow-wrap: break-word;
  color: #7A6548;
}.wtj-pmt_groups-adt {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}.wtj-pmt_group-adt {
  border-radius: 10px;
  padding: 1.25rem;
  background: #1A1510;
  border: 1px solid rgba(255, 225, 160, 0.11);
}.wtj-pmt_group_head-adt {
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}.wtj-pmt_group_ic-adt {
  border-radius: 6px;
  background: rgba(212, 153, 46, 0.18);
  width: 36px;
  color: #D4992E;
  flex-shrink: 0;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}.wtj-pmt_group_ic-adt svg {
  width: 1.125rem;
  height: 18px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.wtj-pmt_group_h-adt {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F6EDD8;
}.wtj-pmt_group_p-adt {
  line-height: 1.6;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  color: #7A6548;
  font-size: 0.813rem;
}.wtj-pmt_group_p-adt strong {
  font-weight: 600;
  color: #D2BF98;
}.wtj-pmt_table_wrap-adt {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.wtj-pmt_table-adt {
  border-collapse: collapse;
  width: 100%;
  min-width: 540px;
  font-size: 0.813rem;
}.wtj-pmt_table-adt th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 235, 180, 0.07);
  text-align: left;
  font-weight: 700;
  white-space: nowrap;
  color: #D2BF98;
  letter-spacing: .04em;
  font-size: 0.688rem;
  text-transform: uppercase;
}.wtj-pmt_table-adt td {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
  color: #7A6548;
}.wtj-pmt_table-adt tbody tr:last-child td {
  border-bottom: none;
}.wtj-pmt_table-adt tr:hover td {
  background: rgba(255, 235, 180, 0.05);
  color: #D2BF98;
}.wtj-rv-adt {
  padding: 2.25rem 1rem 0;
  background: #0E0B07;
}
@media(min-width: 771px) {.wtj-rv-adt {
  padding: 2.75rem 24px 0;
}
}.wtj-rv_in-adt {
  margin: 0 auto;
  max-width: 1340px;
}.wtj-rv_head-adt {
  max-width: 720px;
  margin-bottom: 20px;
}.wtj-rv_label-adt {
  color: #D4992E;
  font-size: 11px;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.wtj-rv_h2-adt {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #F6EDD8;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.wtj-rv_h2-adt {
  font-size: 28px;
}
}.wtj-rv_stats-adt {
  gap: 18px;
  color: #7A6548;
  align-items: center;
  display: flex;
  font-size: 13px;
  flex-wrap: wrap;
}.wtj-rv_stats_score-adt {
  gap: 6px;
  align-items: baseline;
  display: flex;
}.wtj-rv_stats_score_val-adt {
  font-size: 1.375rem;
  font-weight: 800;
  color: #E8A830;
  font-family: 'Cormorant Garamond', serif;
}.wtj-rv_stats_score_max-adt {
  color: #5E4E36;
  font-size: 0.813rem;
}.wtj-rv_stats_badge-adt {
  gap: 4px;
  align-items: center;
  display: flex;
}.wtj-rv_stats_badge-adt svg {
  color: #E8A830;
  height: 0.875rem;
  width: 0.875rem;
}.wtj-rv_grid-adt {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:640px) {.wtj-rv_grid-adt {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.wtj-rv_grid-adt {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.wtj-rv_card-adt {
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 225, 160, 0.11);
  padding: 1.25rem;
  background: #1A1510;
  display: flex;
  flex-direction: column;
}.wtj-rv_card_stars-adt {
  gap: 2px;
  color: #E8A830;
  display: flex;
  margin-bottom: 0.625rem;
}.wtj-rv_card_stars-adt svg {
  width: 14px;
  height: 14px;
}.wtj-rv_card_h-adt {
  line-height: 1.3;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #F6EDD8;
  margin-bottom: 8px;
  font-weight: 700;
}.wtj-rv_card_body-adt {
  flex: 1;
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #7A6548;
  margin-bottom: 0.875rem;
}.wtj-rv_card_body-adt strong {
  font-weight: 600;
  color: #D2BF98;
}.wtj-rv_card_meta-adt {
  gap: 10px;
  border-top: 1px solid rgba(255, 235, 180, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.75rem;
  flex-wrap: wrap;
}.wtj-rv_card_author-adt {
  font-size: 12px;
  color: #D2BF98;
  font-weight: 600;
}.wtj-rv_card_date-adt {
  color: #5E4E36;
  font-size: 0.688rem;
}.wtj-faq-adt {
  background: #0E0B07;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.wtj-faq-adt {
  padding: 2.75rem 1.5rem 0;
}
}.wtj-faq_in-adt {
  margin: 0 auto;
  max-width: 1340px;
}.wtj-faq_head-adt {
  margin-bottom: 20px;
}.wtj-faq_label-adt {
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 11px;
  color: #D4992E;
  letter-spacing: .08em;
}.wtj-faq_h2-adt {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  font-family: 'Cormorant Garamond', serif;
  color: #F6EDD8;
}
@media(min-width: 771px) {.wtj-faq_h2-adt {
  font-size: 24px;
}
}.wtj-faq_list-adt {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.wtj-faq_item-adt {
  background: #1A1510;
  border: 1px solid rgba(255, 225, 160, 0.11);
  border-radius: 10px;
  overflow: hidden;
}.wtj-faq_q-adt {
  padding: 16px 1.25rem;
  gap: 0.75rem;
  transition: color .2s;
  display: flex;
  cursor: pointer;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  font-weight: 600;
  flex-wrap: wrap;
  align-items: center;
  color: #D2BF98;
  justify-content: space-between;
}.wtj-faq_q-adt:hover {
  color: #F6EDD8;
}.wtj-faq_q_ic-adt {
  transition: transform .25s;
  background: rgba(255, 235, 180, 0.05);
  border-radius: 50%;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #D4992E;
  height: 24px;
  width: 24px;
  flex-shrink: 0;
  font-size: 1rem;
}.wtj-faq_item-adt.wtj-state_open-adt .wtj-faq_q_ic-adt {
  transform: rotate(45deg);
}.wtj-faq_a-adt {
  padding: 0 20px 1rem;
  line-height: 1.7;
  font-size: 0.813rem;
  display: none;
  overflow-wrap: break-word;
  color: #7A6548;
}.wtj-faq_item-adt.wtj-state_open-adt .wtj-faq_a-adt {
  display: block;
}.wtj-faq_a-adt strong {
  color: #D2BF98;
  font-weight: 700;
}.wtj-faq_a-adt a {
  color: #D4992E;
  text-decoration: underline;
}.wtj-faq_a-adt ul,.wtj-faq_a-adt ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.wtj-faq_a-adt ol {
  list-style: decimal;
}.wtj-faq_a-adt li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.wtj-faq_a-adt table {
  margin: 8px 0;
  display: block;
  font-size: 0.75rem;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 770px) {.wtj-faq_a-adt table {
  display: table;
}
}.wtj-faq_a-adt th {
  border-bottom: 1px solid rgba(255, 235, 180, 0.07);
  padding: 0.375rem 8px;
  text-align: left;
  color: #D2BF98;
  font-weight: 700;
}.wtj-faq_a-adt td {
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
  padding: 0.375rem 8px;
  color: #7A6548;
}.wtj-seo-adt {
  background: #0E0B07;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.wtj-seo-adt {
  padding: 2.75rem 24px 0;
}
}.wtj-seo_in-adt {
  border-radius: 1rem;
  padding: 1.75rem 24px;
  background: #1A1510;
  margin: 0 auto;
  border: 1px solid rgba(255, 225, 160, 0.11);
  max-width: 1340px;
}
@media(min-width: 771px) {.wtj-seo_in-adt {
  padding: 36px 40px;
}
}.wtj-seo_label-adt {
  font-weight: 700;
  margin-bottom: 10px;
  color: #D4992E;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.wtj-seo_h2-adt {
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #F6EDD8;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 766px) {.wtj-seo_h2-adt {
  font-size: 24px;
}
}.wtj-seo_body-adt {
  color: #A8916C;
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
}.wtj-seo_body-adt p {
  line-height: 1.75;
  margin-bottom: 12px;
  font-size: 14px;
  color: #A8916C;
}.wtj-seo_body-adt p:last-child {
  margin-bottom: 0;
}.wtj-seo_body-adt strong {
  color: #D2BF98;
  font-weight: 700;
}.wtj-seo_body-adt a {
  transition: color .2s;
  color: #D4992E;
  text-decoration: underline;
}.wtj-seo_body-adt a:hover {
  color: #E8AE42;
}.wtj-seo_body-adt ul,.wtj-seo_body-adt ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.wtj-seo_body-adt ol {
  list-style: decimal;
}.wtj-seo_body-adt li {
  color: #A8916C;
  margin-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1.75;
}.wtj-seo_body-adt table {
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  font-size: 0.813rem;
  width: 100%;
  margin-bottom: 12px;
}
@media(min-width: 770px) {.wtj-seo_body-adt table {
  display: table;
}
}.wtj-seo_body-adt th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 235, 180, 0.07);
  color: #D2BF98;
  font-weight: 700;
  text-align: left;
}.wtj-seo_body-adt td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
  color: #A8916C;
}.wtj-seo_cols-adt {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 642px) {.wtj-seo_cols-adt {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.wtj-seo_cols-adt {
  grid-template-columns: repeat(3,1fr);
}
}.wtj-seo_col_h-adt {
  color: #D2BF98;
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-size: 13px;
}.wtj-seo_col_p-adt {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #7A6548;
  line-height: 1.65;
}.wtj-seo_stats-adt {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.wtj-seo_stat-adt {
  flex: 1;
  border: 1px solid rgba(212, 153, 46, 0.18);
  background: rgba(212, 153, 46, 0.07);
  padding: 0.875rem 1rem;
  border-radius: 10px;
  min-width: 8.75rem;
}.wtj-seo_stat_val-adt {
  color: #D4992E;
  font-size: 20px;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-weight: 800;
}.wtj-seo_stat_lb-adt {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #7A6548;
}.wtj-ft-adt {
  background: #080603;
  border-top: 1px solid rgba(255, 235, 180, 0.05);
  margin-top: 48px;
}.wtj-ft_support-adt {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
}
@media(min-width: 767px) {.wtj-ft_support-adt {
  padding: 1.75rem 1.5rem;
}
}.wtj-ft_support_in-adt {
  gap: 16px;
  margin: 0 auto;
  max-width: 1340px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.wtj-ft_support_main-adt {
  gap: 16px;
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 220px;
  flex-wrap: wrap;
}.wtj-ft_support_ic-adt {
  flex-shrink: 0;
  color: #D4992E;
}.wtj-ft_support_ic-adt svg {
  width: 30px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.875rem;
}.wtj-ft_support_text_title-adt {
  font-weight: 700;
  margin-bottom: 3px;
  color: #F6EDD8;
  overflow-wrap: break-word;
  font-size: 0.938rem;
}.wtj-ft_support_text_sub-adt {
  overflow-wrap: break-word;
  color: #7A6548;
  font-size: 12px;
}.wtj-ft_support_btn-adt {
  border-radius: 0.625rem;
  transition: background .2s;
  background: #D4992E;
  padding: 11px 1.375rem;
  color: #F6EDD8;
  white-space: nowrap;
  font-size: 0.813rem;
  flex-shrink: 0;
  font-weight: 700;
}.wtj-ft_support_btn-adt:hover {
  background: #E8AE42;
}.wtj-ft_support_contacts-adt {
  gap: 16px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.wtj-ft_support_contact-adt {
  line-height: 1.4;
  color: #5E4E36;
  font-size: 0.75rem;
}.wtj-ft_support_contact-adt strong {
  color: #A8916C;
  font-size: 0.688rem;
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
}.wtj-ft_main-adt {
  border-bottom: 1px solid rgba(255, 235, 180, 0.05);
  padding: 2rem 1rem 1.5rem;
}
@media(min-width: 770px) {.wtj-ft_main-adt {
  padding: 40px 1.5rem 2rem;
}
}.wtj-ft_main_in-adt {
  gap: 24px;
  margin: 0 auto;
  display: grid;
  max-width: 83.75rem;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 642px) {.wtj-ft_main_in-adt {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.wtj-ft_main_in-adt {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.wtj-ft_col_logo-adt {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.wtj-ft_col_logo-adt {
  grid-column: auto;
}
}.wtj-ft_logo-adt {
  gap: 9px;
  font-weight: 800;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #F6EDD8;
}.wtj-ft_logo_mark-adt {
  border-radius: 6px;
  overflow: hidden;
  height: 30px;
  width: 1.875rem;
}.wtj-ft_logo_mark-adt img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.wtj-ft_logo_sub-adt {
  max-width: 200px;
  line-height: 1.55;
  color: #5E4E36;
  overflow-wrap: break-word;
  font-size: 12px;
}.wtj-ft_col_title-adt {
  font-weight: 700;
  font-size: 12px;
  color: #A8916C;
  text-transform: uppercase;
  margin-bottom: 14px;
  letter-spacing: .07em;
}.wtj-ft_col_links-adt {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.wtj-ft_col_link-adt {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #5E4E36;
  font-size: 13px;
}.wtj-ft_col_link-adt:hover {
  color: #D2BF98;
}.wtj-ft_apps-adt {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.wtj-ft_app_card-adt {
  padding: 0.625rem 0.75rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 225, 160, 0.11);
  border-radius: 0.375rem;
  background: rgba(255, 235, 180, 0.05);
  gap: 10px;
  display: flex;
  align-items: center;
}.wtj-ft_app_card-adt:hover {
  border-color: rgba(212, 155, 46, 0.40);
}.wtj-ft_app_card_ic-adt svg {
  width: 1.375rem;
  stroke-linejoin: round;
  height: 1.375rem;
  stroke-linecap: round;
}.wtj-ft_app_card_os-adt {
  font-size: 10px;
  font-weight: 600;
  color: #5E4E36;
}.wtj-ft_app_card_action-adt {
  font-size: 0.75rem;
  color: #D2BF98;
  font-weight: 700;
}.wtj-ft_bot-adt {
  padding: 1.25rem 16px;
}
@media(min-width: 769px) {.wtj-ft_bot-adt {
  padding: 1.25rem 24px;
}
}.wtj-ft_bot_in-adt {
  margin: 0 auto;
  gap: 16px;
  max-width: 1340px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.wtj-ft_socials-adt {
  gap: 8px;
  display: flex;
}.wtj-ft_soc-adt {
  border: 1px solid rgba(255, 225, 160, 0.11);
  border-radius: 6px;
  transition: background .2s;
  background: rgba(255, 235, 180, 0.05);
  width: 36px;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  display: flex;
  color: #A8916C;
}.wtj-ft_soc-adt svg {
  width: 16px;
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
}.wtj-ft_soc-adt:hover {
  background: rgba(255, 235, 180, 0.07);
}.wtj-ft_legal-adt {
  flex: 1;
  overflow-wrap: break-word;
  color: #927C62;
  min-width: 200px;
  font-size: 11px;
  line-height: 1.6;
}.wtj-ft_legal-adt strong {
  font-weight: 700;
  color: #A8916C;
}.wtj-ft_legal-adt a {
  color: #A8916C;
  text-decoration: underline;
}.wtj-ft_age-adt {
  border: 2px solid #927C62;
  border-radius: 50%;
  width: 32px;
  flex-shrink: 0;
  font-size: 11px;
  display: flex;
  color: #927C62;
  margin-left: auto;
  height: 2rem;
  justify-content: center;
  font-weight: 800;
  align-items: center;
}