html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  padding: 0;
  margin: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #100B07;
  min-height: 100vh;
  line-height: 1.6;
  font-family: 'Lato', sans-serif;
  color: #D2BC97;
  -webkit-font-smoothing: antialiased;
}.wrw_layout_pee {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.wrw_page_pee {
  min-height: 100vh;
  display: flex;
}.wrw_main_pee {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media (min-width: 1079px) {.wrw_main_pee {
  padding-left: 13.75rem;
}
}
@media (max-width: 1078px) {.wrw_main_pee {
  padding-bottom: 72px;
}
}.wrw_gc_pee {
  background: #160E07;
  transition: transform .2s,border-color .2s;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  width: 8.75rem;
  cursor: pointer;
  flex-shrink: 0;
}
@media(min-width: 641px) {.wrw_gc_pee {
  width: 156px;
}
}
@media(min-width: 1078px) {.wrw_gc_pee {
  width: 168px;
}
}.wrw_gc_pee:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 152, 26, 0.07);
}.wrw_gc_img_pee {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.wrw_gc_img_pee img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}.wrw_gc_hover_pee {
  inset: 0;
  transition: opacity .2s;
  background: rgba(8, 5, 3, 0.72);
  align-items: center;
  position: absolute;
  display: flex;
  opacity: 0;
  justify-content: center;
}.wrw_gc_pee:hover .wrw_gc_hover_pee {
  opacity: 1;
}.wrw_gc_hover_btn_pee {
  border-radius: 4px;
  padding: 8px 1rem;
  background: #C9981A;
  font-size: 12px;
  font-weight: 700;
  color: #F4ECD8;
}.wrw_gc_info_pee {
  padding: 8px 10px 10px;
}.wrw_gc_name_pee {
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  margin-bottom: 3px;
  color: #D2BC97;
  max-width: 100%;
  text-overflow: ellipsis;
  font-weight: 600;
}.wrw_gc_prov_pee {
  color: #5E5040;
  font-size: 10px;
}.wrw_gc_tag_pee {
  border-radius: 0.25rem;
  padding: 2px 7px;
  text-transform: uppercase;
  font-weight: 700;
  top: 6px;
  font-size: 9px;
  position: absolute;
  letter-spacing: .04em;
  left: 6px;
  z-index: 2;
}.wrw_gc_tag_hot_pee {
  background: #CC2828;
  color: #fff;
}.wrw_gc_tag_new_pee {
  background: #2E9E5C;
  color: #100B07;
}.wrw_gc_tag_jp_pee {
  background: #E0921A;
  color: #100B07;
}.wrw_gc_tag_ex_pee {
  background: #9B1F2E;
  color: #fff;
}.wrw_gc_tag_live_pee {
  background: #CC2828;
  color: #fff;
}.wrw_gr_pee {
  padding: 32px 1rem 0;
  background: #100B07;
}
@media(min-width: 771px) {.wrw_gr_pee {
  padding: 36px 24px 0;
}
}.wrw_gr_in_pee {
  margin: 0 auto;
  max-width: 1340px;
}.wrw_gr_head_pee {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
}.wrw_gr_head_l_pee {
  gap: 10px;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}.wrw_gr_ic_pee {
  border-radius: 8px;
  height: 2rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 2rem;
  justify-content: center;
}.wrw_gr_ic_pee svg {
  height: 1rem;
  width: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.wrw_gr_title_pee {
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  color: #F4ECD8;
  font-weight: 700;
  font-size: 1rem;
}
@media(min-width: 769px) {.wrw_gr_title_pee {
  font-size: 1.125rem;
}
}.wrw_gr_more_pee {
  transition: color .2s;
  gap: 0.313rem;
  flex-shrink: 0;
  align-items: center;
  color: #7E6B52;
  white-space: nowrap;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
}.wrw_gr_more_pee:hover {
  color: #C9981A;
}.wrw_gr_more_pee svg {
  stroke-linecap: round;
  height: 0.75rem;
  stroke-linejoin: round;
  width: 12px;
}.wrw_gr_arrows_pee {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.wrw_gr_arr_pee {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.25rem;
  transition: background .15s,color .15s;
  height: 1.875rem;
  display: flex;
  justify-content: center;
  width: 30px;
  align-items: center;
  color: #A8916E;
}.wrw_gr_arr_pee:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F4ECD8;
}.wrw_gr_arr_pee svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.813rem;
  height: 13px;
}.wrw_gr_seo_h_pee {
  margin: 0 0 6px;
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Cormorant Garamond', serif;
  max-width: 680px;
  color: #D2BC97;
}
@media(min-width: 766px) {.wrw_gr_seo_h_pee {
  font-size: 14px;
}
}.wrw_gr_seo_pee {
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  line-height: 1.55;
  font-size: 12px;
  color: #7E6B52;
  max-width: 680px;
}.wrw_gr_seo_pee strong {
  color: #D2BC97;
  font-weight: 600;
}.wrw_gr_scroll_pee {
  gap: 0.625rem;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.625rem;
}.wrw_gr_scroll_pee::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.wrw_gr_scroll_pee {
  gap: 12px;
}
}.wrw_tb_pee {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #100B07;
  right: 0;
  display: flex;
  left: 0;
  top: 0;
  position: fixed;
  height: 56px;
  z-index: 80;
  align-items: center;
}.wrw_tb_in_pee {
  gap: 0;
  padding: 0 0.875rem;
  align-items: center;
  height: 100%;
  width: 100%;
  display: flex;
}.wrw_tb_burger_pee {
  border-radius: 8px;
  gap: 0.313rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 2.375rem;
  width: 2.375rem;
  justify-content: center;
  margin-right: 8px;
  flex-direction: column;
}.wrw_tb_burger_pee:hover {
  background: rgba(255, 255, 255, 0.05);
}.wrw_tb_burger_line_pee {
  border-radius: 1px;
  background: #A8916E;
  height: 2px;
  display: block;
  width: 1.125rem;
}
@media(min-width: 1078px) {.wrw_tb_burger_pee {
  display: none;
}
}.wrw_tb_logo_pee {
  gap: 9px;
  flex-shrink: 0;
  margin-right: 1.25rem;
  font-size: 1.125rem;
  display: flex;
  color: #F4ECD8;
  letter-spacing: -.01em;
  overflow-wrap: break-word;
  font-weight: 800;
  align-items: center;
}.wrw_tb_logo_mark_pee {
  border-radius: 8px;
  overflow: hidden;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 32px;
  height: 2rem;
}.wrw_tb_logo_mark_pee img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.wrw_tb_nav_pee {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 639px) {.wrw_tb_nav_pee {
  display: flex;
}
}.wrw_tb_tab_pee {
  border-radius: 8px;
  transition: background .15s,color .15s;
  padding: 8px 14px;
  font-size: 0.813rem;
  color: #A8916E;
  font-weight: 600;
  white-space: nowrap;
}.wrw_tb_tab_pee:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4ECD8;
}.wrw_tb_tab_pee.wrw_state_active_pee {
  background: rgba(201, 152, 26, 0.18);
  color: #F4ECD8;
}.wrw_tb_right_pee {
  gap: 0.5rem;
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.wrw_tb_login_pee {
  transition: border-color .2s,color .2s;
  padding: 9px 16px;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-weight: 600;
  display: none;
  color: #D2BC97;
  font-size: 0.813rem;
}.wrw_tb_login_pee:hover {
  border-color: rgba(201, 152, 26, 0.45);
  color: #F4ECD8;
}
@media(min-width: 482px) {.wrw_tb_login_pee {
  display: block;
}
}.wrw_tb_reg_pee {
  padding: 9px 18px;
  background: #2E9E5C;
  border-radius: 8px;
  transition: background .2s;
  font-weight: 700;
  color: #0D0905;
  font-size: 13px;
  white-space: nowrap;
}.wrw_tb_reg_pee:hover {
  background: #36B569;
}.wrw_sb_pee {
  transition: transform .25s ease;
  transform: translateX(-100%);
  background: #1C1209;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  position: fixed;
  bottom: 0;
  overflow-y: auto;
  top: 3.5rem;
  left: 0;
  width: 13.75rem;
  z-index: 70;
}.wrw_sb_pee.wrw_state_open_pee {
  transform: translateX(0);
}.wrw_sb_pee::-webkit-scrollbar {
  width: 4px;
}.wrw_sb_pee::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.wrw_sb_pee {
  transform: translateX(0);
}
}.wrw_sb_auth_pee {
  padding: 14px 0.75rem 10px;
}.wrw_sb_btn_reg_pee {
  background: #2E9E5C;
  padding: 11px;
  border-radius: 8px;
  transition: background .2s;
  text-align: center;
  display: block;
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
  color: #0D0905;
  font-weight: 700;
}.wrw_sb_btn_reg_pee:hover {
  background: #36B569;
}.wrw_sb_btn_login_pee {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  padding: 0.625rem;
  font-size: 0.813rem;
  text-align: center;
  font-weight: 600;
  color: #D2BC97;
  display: block;
}.wrw_sb_btn_login_pee:hover {
  border-color: rgba(201, 152, 26, 0.45);
  color: #F4ECD8;
}.wrw_sb_promo_pee {
  border: 1px solid rgba(201, 152, 26, 0.18);
  margin: 0 0.75rem 10px;
  background: linear-gradient(135deg,#3A1804,#1C1209);
  padding: 0.75rem 14px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}.wrw_sb_promo_pee::before {
  background: radial-gradient(circle,rgba(201, 152, 26, 0.18),transparent 70%);
  border-radius: 50%;
  position: absolute;
  height: 5rem;
  right: -20px;
  top: -20px;
  width: 80px;
  content: '';
}.wrw_sb_promo_title_pee {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 0.688rem;
  color: #C9981A;
  text-transform: uppercase;
  letter-spacing: .06em;
}.wrw_sb_promo_text_pee {
  font-size: 0.75rem;
  color: #F4ECD8;
  overflow-wrap: break-word;
  font-weight: 600;
  line-height: 1.35;
}.wrw_sb_promo_sub_pee {
  color: #7E6B52;
  font-size: 10px;
  margin-top: 3px;
}.wrw_sb_nav_pee {
  padding: 0.375rem 0.5rem 1rem;
}.wrw_sb_nav_lb_pee {
  padding: 0.625rem 8px 6px;
  font-weight: 700;
  color: #5E5040;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: .08em;
}.wrw_sb_link_pee {
  padding: 9px 10px;
  border-radius: 4px;
  transition: background .15s,color .15s;
  gap: 10px;
  display: flex;
  font-size: 0.813rem;
  align-items: center;
  overflow-wrap: break-word;
  font-weight: 500;
  color: #A8916E;
  cursor: pointer;
}.wrw_sb_link_pee:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4ECD8;
}.wrw_sb_link_pee.wrw_state_active_pee {
  background: rgba(201, 152, 26, 0.18);
  color: #F4ECD8;
}.wrw_sb_ic_pee {
  border-radius: 0.25rem;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  width: 1.875rem;
  height: 30px;
  align-items: center;
}.wrw_sb_ic_pee svg {
  width: 1rem;
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
}.wrw_sb_ic_1_pee {
  background: rgba(201, 152, 26, 0.07);
  color: #C9981A;
}.wrw_sb_ic_2_pee {
  background: rgba(46, 158, 92, 0.18);
  color: #2E9E5C;
}.wrw_sb_ic_3_pee {
  background: rgba(224, 146, 26, 0.16);
  color: #E0921A;
}.wrw_sb_ic_4_pee {
  background: rgba(155, 31, 46, 0.22);
  color: #9B1F2E;
}.wrw_sb_ic_5_pee {
  background: rgba(201, 152, 26, 0.07);
  color: #D94480;
}.wrw_sb_ic_6_pee {
  background: rgba(155, 31, 46, 0.22);
  color: #8B3DC8;
}.wrw_sb_badge_pee {
  border-radius: 0.25rem;
  background: #E0921A;
  padding: 2px 7px;
  color: #0D0905;
  font-size: 9px;
  margin-left: auto;
  font-weight: 700;
}.wrw_sb_bot_pee {
  padding: 0.75rem;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.wrw_sb_lang_pee,.wrw_sb_help_pee {
  padding: 0.563rem 0.375rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  flex: 1;
  display: flex;
  justify-content: center;
  color: #A8916E;
  font-size: 11px;
  align-items: center;
  font-weight: 600;
}.wrw_sb_lang_pee:hover,.wrw_sb_help_pee:hover {
  border-color: rgba(201, 152, 26, 0.45);
  color: #F4ECD8;
}.wrw_sb_lang_pee svg,.wrw_sb_help_pee svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 13px;
  width: 0.813rem;
}.wrw_sb_bd_pee {
  inset: 0;
  background: rgba(8, 5, 3, 0.72);
  z-index: 69;
  display: none;
  position: fixed;
}.wrw_sb_bd_pee.wrw_state_on_pee {
  display: block;
}
@media(min-width: 1081px) {.wrw_sb_bd_pee {
  display: none!important;
}
}.wrw_mob_nav_pee {
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  background: #1C1209;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  z-index: 80;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  display: flex;
}
@media(min-width: 1079px) {.wrw_mob_nav_pee {
  display: none;
}
}.wrw_mob_nav_item_pee {
  flex: 1;
  padding: 4px 2px;
  gap: 4px;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
  display: flex;
  color: #5E5040;
}.wrw_mob_nav_ic_pee {
  line-height: 1;
}.wrw_mob_nav_ic_pee svg {
  height: 1.25rem;
  stroke-linejoin: round;
  width: 1.25rem;
  stroke-linecap: round;
}.wrw_mob_nav_lb_pee {
  font-size: 10px;
  color: #5E5040;
  font-weight: 600;
}.wrw_mob_nav_item_pee.wrw_state_active_pee {
  color: #C9981A;
}.wrw_mob_nav_item_pee.wrw_state_active_pee .wrw_mob_nav_lb_pee {
  color: #C9981A;
}.wrw_hero_pee {
  padding: 1.25rem 1rem 0;
  background: #100B07;
}
@media(min-width: 771px) {.wrw_hero_pee {
  padding: 1.5rem 24px 0;
}
}.wrw_hero_in_pee {
  gap: 12px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 83.75rem;
}
@media(min-width: 861px) {.wrw_hero_in_pee {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1101px) {.wrw_hero_in_pee {
  grid-template-columns: 1fr 21.25rem;
}
}.wrw_hero_promo_pee {
  border-radius: 14px;
  overflow: hidden;
  background: #160E07;
  display: flex;
  position: relative;
  min-height: 220px;
  align-items: stretch;
}
@media(min-width: 767px) {.wrw_hero_promo_pee {
  min-height: 17.5rem;
}
}.wrw_hero_promo_bg_pee {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#3A1804 0%,#100B07 100%);
  background-size: cover;
  position: absolute;
}.wrw_hero_promo_bg_pee::after {
  inset: 0;
  background: linear-gradient(90deg,#100B07 0%,rgba(8, 5, 3, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.wrw_hero_promo_glow_pee {
  background: radial-gradient(circle,rgba(155, 31, 46, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  right: 3.75rem;
  position: absolute;
  width: 18.75rem;
  height: 300px;
  top: -40px;
  pointer-events: none;
}.wrw_hero_promo_ct_pee {
  padding: 28px 24px 28px 28px;
  justify-content: center;
  position: relative;
  display: flex;
  z-index: 2;
  flex-direction: column;
  max-width: 480px;
}
@media(min-width: 769px) {.wrw_hero_promo_ct_pee {
  padding: 40px 32px;
}
}.wrw_hero_badge_pee {
  border-radius: 20px;
  padding: 0.313rem 0.75rem;
  background: rgba(201, 152, 26, 0.18);
  border: 1px solid rgba(201, 152, 26, 0.07);
  margin-bottom: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 10px;
  color: #C9981A;
  display: inline-block;
}.wrw_hero_h1_pee {
  margin-bottom: 10px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F4ECD8;
  line-height: 1.15;
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
}.wrw_hero_h1_pee em {
  font-style: normal;
  color: #E0921A;
}
@media(min-width: 766px) {.wrw_hero_h1_pee {
  font-size: 36px;
}
}.wrw_hero_sub_pee {
  color: #A8916E;
  margin-bottom: 20px;
  font-size: 0.813rem;
  line-height: 1.55;
}
@media(min-width: 771px) {.wrw_hero_sub_pee {
  font-size: 0.875rem;
}
}.wrw_hero_row_pee {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.wrw_hero_cta_pee {
  border-radius: 0.5rem;
  padding: 0.813rem 26px;
  background: #2E9E5C;
  transition: background .2s;
  font-size: 0.875rem;
  font-weight: 700;
  box-shadow: 0 2px 14px rgba(46, 158, 92, 0.50), 0 1px 4px rgba(0, 0, 0, 0.55);
  color: #0D0905;
}.wrw_hero_cta_pee:hover {
  background: #36B569;
}.wrw_hero_terms_pee {
  font-size: 0.688rem;
  color: #5E5040;
}.wrw_hero_game_pee {
  background: #160E07;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  display: flex;
  position: relative;
  flex-direction: column;
}.wrw_hero_game_badge_pee {
  padding: 5px 0.625rem;
  background: rgba(224, 146, 26, 0.16);
  border-radius: 20px;
  border: 1px solid rgba(224, 146, 26, 0.16);
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 10px;
  left: 12px;
  position: absolute;
  z-index: 3;
  top: 12px;
  color: #E0921A;
}.wrw_hero_game_badge_pee svg {
  vertical-align: -1px;
  margin-right: 0.25rem;
  height: 0.688rem;
  width: 0.688rem;
}.wrw_hero_game_img_pee {
  background: linear-gradient(135deg,#3A1804,#100B07);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.wrw_hero_game_img_pee img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}.wrw_hero_game_play_pee {
  background: rgba(8, 5, 3, 0.72);
  inset: 0;
  transition: opacity .2s;
  align-items: center;
  position: absolute;
  display: flex;
  opacity: 0;
  justify-content: center;
}.wrw_hero_game_pee:hover .wrw_hero_game_play_pee {
  opacity: 1;
}.wrw_hero_game_play_pee span {
  background: #C9981A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  height: 3.25rem;
  justify-content: center;
  width: 52px;
}.wrw_hero_game_play_pee span svg {
  width: 1.125rem;
  height: 18px;
  margin-left: 2px;
}.wrw_hero_game_info_pee {
  padding: 0.875rem 16px;
}.wrw_hero_game_title_pee {
  font-size: 0.938rem;
  overflow-wrap: break-word;
  color: #F4ECD8;
  font-weight: 700;
  margin-bottom: 4px;
}.wrw_hero_game_provider_pee {
  font-size: 11px;
  color: #7E6B52;
}.wrw_hero_game_btn_pee {
  margin: 0.75rem 16px 16px;
  transition: background .2s;
  background: #C9981A;
  padding: 0.688rem;
  border-radius: 0.5rem;
  display: block;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  color: #F4ECD8;
}.wrw_hero_game_pee:hover .wrw_hero_game_btn_pee {
  background: #DDB02E;
}.wrw_sbar_pee {
  padding: 16px 1rem 0;
  background: #100B07;
}
@media(min-width: 766px) {.wrw_sbar_pee {
  padding: 1.125rem 1.5rem 0;
}
}.wrw_sbar_in_pee {
  margin: 0 auto;
  max-width: 83.75rem;
}.wrw_sbar_row_pee {
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  display: flex;
}.wrw_sbar_input_pee {
  background: #160E07;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 11px 16px;
  gap: 0.625rem;
  border-radius: 8px;
  transition: border-color .2s;
  flex: 1;
  display: flex;
  font-size: 13px;
  cursor: pointer;
  align-items: center;
  color: #7E6B52;
}.wrw_sbar_input_pee:hover {
  border-color: rgba(201, 152, 26, 0.45);
}.wrw_sbar_input_pee svg {
  flex-shrink: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.938rem;
  width: 15px;
}.wrw_sbar_providers_pee {
  background: #160E07;
  border-radius: 8px;
  padding: 11px 1.125rem;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  align-items: center;
  color: #D2BC97;
  font-weight: 600;
  display: flex;
  white-space: nowrap;
  font-size: 13px;
}.wrw_sbar_providers_pee:hover {
  border-color: rgba(201, 152, 26, 0.45);
  color: #F4ECD8;
}.wrw_sbar_providers_pee svg {
  height: 14px;
  width: 14px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.wrw_sbar_tabs_pee {
  gap: 6px;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 2px;
}.wrw_sbar_tabs_pee::-webkit-scrollbar {
  display: none;
}.wrw_sbar_tab_pee {
  background: rgba(255, 255, 255, 0.05);
  gap: 0.438rem;
  transition: background .15s,color .15s,border-color .15s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 0.5rem 14px;
  align-items: center;
  font-size: 0.75rem;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 600;
  display: flex;
  color: #A8916E;
  cursor: pointer;
}.wrw_sbar_tab_pee:hover {
  border-color: rgba(201, 152, 26, 0.45);
  background: rgba(255, 255, 255, 0.07);
  color: #F4ECD8;
}.wrw_sbar_tab_pee.wrw_state_active_pee {
  background: rgba(201, 152, 26, 0.18);
  border-color: rgba(201, 152, 26, 0.07);
  color: #F4ECD8;
}.wrw_sbar_tab_ic_pee svg {
  stroke-linejoin: round;
  width: 0.875rem;
  stroke-linecap: round;
  height: 14px;
}.wrw_wy_pee {
  background: #100B07;
  padding: 32px 1rem 0;
}
@media(min-width: 770px) {.wrw_wy_pee {
  padding: 40px 1.5rem 0;
}
}.wrw_wy_in_pee {
  margin: 0 auto;
  max-width: 83.75rem;
}.wrw_wy_head_pee {
  margin-bottom: 1.125rem;
  max-width: 45rem;
}.wrw_wy_label_pee {
  font-weight: 700;
  font-size: 11px;
  color: #C9981A;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
}.wrw_wy_h2_pee {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 8px;
  color: #F4ECD8;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
}
@media(min-width: 767px) {.wrw_wy_h2_pee {
  font-size: 1.5rem;
}
}.wrw_wy_intro_pee {
  margin: 0;
  line-height: 1.6;
  color: #7E6B52;
  font-size: 0.813rem;
}.wrw_wy_grid_pee {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 637px) {.wrw_wy_grid_pee {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.wrw_wy_grid_pee {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.wrw_wy_card_pee {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
  background: #1C1209;
}.wrw_wy_card_pee:hover {
  border-color: rgba(201, 152, 26, 0.07);
  transform: translateY(-2px);
}.wrw_wy_card_ic_pee {
  border-radius: 50%;
  background: rgba(201, 152, 26, 0.18);
  width: 2.75rem;
  justify-content: center;
  align-items: center;
  color: #C9981A;
  display: flex;
  margin-bottom: 0.875rem;
  height: 44px;
}.wrw_wy_card_ic_pee svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 22px;
  width: 1.375rem;
}.wrw_wy_card_h_pee {
  font-weight: 700;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  color: #F4ECD8;
  line-height: 1.25;
  margin-bottom: 0.375rem;
}.wrw_wy_card_p_pee {
  line-height: 1.6;
  color: #7E6B52;
  font-size: 13px;
  overflow-wrap: break-word;
}.wrw_wy_card_p_pee strong {
  color: #D2BC97;
  font-weight: 600;
}.wrw_gr_jp_pee {
  background: linear-gradient(135deg,#28103E 0%,#100808 100%);
  overflow: hidden;
  padding: 20px;
  border-radius: 0.875rem;
  position: relative;
}.wrw_gr_jp_pee::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(155, 31, 46, 0.22) 0%,transparent 70%);
  top: -3.75rem;
  width: 15.625rem;
  left: -3.75rem;
  content: '';
  position: absolute;
  height: 250px;
}.wrw_gr_jp_pee::after {
  background: radial-gradient(circle,rgba(224, 146, 26, 0.16) 0%,transparent 70%);
  border-radius: 50%;
  width: 200px;
  position: absolute;
  right: 0;
  height: 12.5rem;
  bottom: -2.5rem;
  content: '';
}.wrw_gr_jp_head_pee {
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}.wrw_gr_jp_info_pee {
  flex: 1;
}.wrw_gr_jp_label_pee {
  letter-spacing: .08em;
  color: #8B3DC8;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 0.688rem;
}.wrw_gr_jp_label_pee svg {
  vertical-align: -2px;
  width: 0.875rem;
  height: 0.875rem;
  stroke-linejoin: round;
  margin-right: 0.25rem;
  stroke-linecap: round;
}.wrw_gr_jp_amount_pee {
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F4ECD8;
  margin-bottom: 0.25rem;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width:768px) {.wrw_gr_jp_amount_pee {
  font-size: 2.5rem;
}
}.wrw_gr_jp_amount_pee span {
  color: #E0921A;
}.wrw_gr_jp_seo_pee {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  max-width: 480px;
  color: #A8916E;
  line-height: 1.5;
}.wrw_gr_jp_cta_pee {
  border: 1px solid rgba(155, 31, 46, 0.22);
  transition: background .2s;
  padding: 0.688rem 1.25rem;
  background: rgba(155, 31, 46, 0.22);
  border-radius: 8px;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  margin-top: 0.25rem;
  align-self: flex-start;
  color: #F4ECD8;
}.wrw_gr_jp_cta_pee:hover {
  background: #9B1F2E;
}.wrw_gcg_pee {
  background: #100B07;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.wrw_gcg_pee {
  padding: 44px 1.5rem 0;
}
}.wrw_gcg_in_pee {
  margin: 0 auto;
  max-width: 1340px;
}.wrw_gcg_head_pee {
  margin-bottom: 20px;
  max-width: 45rem;
}.wrw_gcg_label_pee {
  letter-spacing: .08em;
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #C9981A;
  margin-bottom: 0.5rem;
}.wrw_gcg_h2_pee {
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 8px;
  font-size: 22px;
  color: #F4ECD8;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 769px) {.wrw_gcg_h2_pee {
  font-size: 1.75rem;
}
}.wrw_gcg_intro_pee {
  font-size: 13px;
  color: #7E6B52;
  line-height: 1.6;
}.wrw_gcg_grid_pee {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.wrw_gcg_grid_pee {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.wrw_gcg_grid_pee {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.wrw_gcg_card_pee {
  padding: 1.25rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  justify-content: flex-end;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  min-height: 15rem;
  position: relative;
}.wrw_gcg_card_pee:hover {
  border-color: rgba(201, 152, 26, 0.18);
  transform: translateY(-3px);
}.wrw_gcg_card_bg_pee {
  inset: 0;
  z-index: 0;
  position: absolute;
}.wrw_gcg_card_bg_pee::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.wrw_gcg_card_ic_pee {
  background: rgba(0,0,0,.45);
  border-radius: 0.25rem;
  justify-content: center;
  width: 40px;
  z-index: 2;
  right: 1.125rem;
  top: 18px;
  display: flex;
  color: #F4ECD8;
  height: 2.5rem;
  align-items: center;
  position: absolute;
}.wrw_gcg_card_ic_pee svg {
  stroke-linecap: round;
  height: 1.25rem;
  width: 20px;
  stroke-linejoin: round;
}.wrw_gcg_card_ct_pee {
  position: relative;
  z-index: 1;
}.wrw_gcg_card_h_pee {
  margin-bottom: 8px;
  color: #F4ECD8;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 800;
  line-height: 1.2;
  font-size: 18px;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.wrw_gcg_card_h_pee {
  font-size: 1.25rem;
}
}.wrw_gcg_card_p_pee {
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
  font-size: 12px;
  margin-bottom: 0.625rem;
  line-height: 1.55;
}.wrw_gcg_card_p_pee strong {
  font-weight: 600;
  color: #F4ECD8;
}.wrw_gcg_card_cta_pee {
  gap: 4px;
  color: #C9981A;
  text-transform: uppercase;
  align-items: center;
  font-size: 12px;
  display: inline-flex;
  font-weight: 700;
  letter-spacing: .04em;
}.wrw_gcg_card_cta_pee svg {
  height: 0.75rem;
  stroke-linejoin: round;
  width: 0.75rem;
  stroke-linecap: round;
}.wrw_ws_pee {
  background: #100B07;
  padding: 32px 1rem 0;
}
@media(min-width: 765px) {.wrw_ws_pee {
  padding: 36px 1.5rem 0;
}
}.wrw_ws_in_pee {
  margin: 0 auto;
  max-width: 1340px;
}.wrw_ws_head_pee {
  gap: 0.75rem;
  display: flex;
  margin-bottom: 14px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}.wrw_ws_title_pee {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  color: #F4ECD8;
  font-size: 1rem;
  font-weight: 700;
}.wrw_ws_title_ic_pee svg {
  stroke-linecap: round;
  color: #E0921A;
  height: 18px;
  width: 1.125rem;
  stroke-linejoin: round;
}.wrw_ws_online_pee {
  gap: 0.438rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #7E6B52;
  font-size: 0.75rem;
}.wrw_ws_online_dot_pee {
  border-radius: 50%;
  background: #2E9E5C;
  box-shadow: 0 0 6px rgba(46, 158, 92, 0.18);
  width: 8px;
  flex-shrink: 0;
  height: 0.5rem;
}.wrw_ws_scroll_pee {
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 0.5rem;
  display: flex;
  scrollbar-width: none;
}.wrw_ws_scroll_pee::-webkit-scrollbar {
  display: none;
}.wrw_wc_pee {
  border-radius: 8px;
  background: #160E07;
  padding: 10px 14px;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  min-width: 13.75rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.wrw_wc_img_pee {
  border-radius: 0.25rem;
  background: #1C1209;
  overflow: hidden;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}.wrw_wc_img_pee img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.wrw_wc_info_pee {
  min-width: 0;
}.wrw_wc_game_pee {
  overflow: hidden;
  font-weight: 600;
  font-size: 12px;
  color: #D2BC97;
  text-overflow: ellipsis;
  white-space: nowrap;
}.wrw_wc_player_pee {
  overflow: hidden;
  color: #5E5040;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
}.wrw_wc_amount_pee {
  margin-left: auto;
  white-space: nowrap;
  color: #2E9E5C;
  font-size: 0.813rem;
  font-weight: 700;
  flex-shrink: 0;
}.wrw_prov_pee {
  padding: 36px 1rem 0;
  background: #100B07;
}
@media(min-width: 766px) {.wrw_prov_pee {
  padding: 44px 24px 0;
}
}.wrw_prov_in_pee {
  margin: 0 auto;
  max-width: 1340px;
}.wrw_prov_head_pee {
  margin-bottom: 16px;
}.wrw_prov_label_pee {
  text-transform: uppercase;
  color: #C9981A;
  margin-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.wrw_prov_h2_pee {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.25rem;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F4ECD8;
}
@media(min-width: 765px) {.wrw_prov_h2_pee {
  font-size: 24px;
}
}.wrw_prov_seo_pee {
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.813rem;
  max-width: 620px;
  margin-bottom: 1rem;
  color: #7E6B52;
}.wrw_prov_seo_pee strong {
  font-weight: 700;
  color: #D2BC97;
}.wrw_prov_seo_pee a {
  color: #C9981A;
  text-decoration: underline;
}.wrw_prov_grid_pee {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 642px) {.wrw_prov_grid_pee {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1078px) {.wrw_prov_grid_pee {
  grid-template-columns: repeat(8,1fr);
}
}.wrw_prov_card_pee {
  transition: border-color .2s,background .2s;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  padding: 14px 0.625rem;
  background: #160E07;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
  display: flex;
}.wrw_prov_card_pee:hover {
  background: #1C1209;
  border-color: rgba(201, 152, 26, 0.45);
}.wrw_prov_logo_pee {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  width: 44px;
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}.wrw_prov_logo_pee img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.wrw_prov_name_pee {
  text-align: center;
  overflow-wrap: break-word;
  font-weight: 600;
  color: #A8916E;
  font-size: 0.688rem;
}.wrw_htp_pee {
  background: #100B07;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.wrw_htp_pee {
  padding: 44px 1.5rem 0;
}
}.wrw_htp_in_pee {
  margin: 0 auto;
  max-width: 83.75rem;
}.wrw_htp_head_pee {
  max-width: 45rem;
  margin-bottom: 22px;
}.wrw_htp_label_pee {
  color: #C9981A;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-size: 11px;
}.wrw_htp_h2_pee {
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  color: #F4ECD8;
  font-weight: 800;
  font-size: 1.375rem;
}
@media(min-width: 765px) {.wrw_htp_h2_pee {
  font-size: 28px;
}
}.wrw_htp_intro_pee {
  color: #7E6B52;
  line-height: 1.6;
  font-size: 0.875rem;
}.wrw_htp_steps_pee {
  gap: 12px;
  padding: 0;
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  counter-reset: none;
}
@media(min-width:640px) {.wrw_htp_steps_pee {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.wrw_htp_steps_pee {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.wrw_htp_step_pee {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  padding: 20px 1.125rem 1.125rem;
  background: #1C1209;
  flex-direction: column;
  display: flex;
  position: relative;
}.wrw_htp_step_num_pee {
  border-radius: 50%;
  background: #C9981A;
  align-items: center;
  position: absolute;
  font-size: 0.813rem;
  left: 20px;
  font-weight: 800;
  color: #0D0905;
  height: 28px;
  justify-content: center;
  width: 1.75rem;
  font-family: 'Cormorant Garamond', serif;
  display: flex;
  top: -12px;
}.wrw_htp_step_ic_pee {
  background: rgba(201, 152, 26, 0.18);
  margin: 0.5rem 0 12px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 2.25rem;
  color: #C9981A;
  display: flex;
}.wrw_htp_step_ic_pee svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 18px;
  height: 18px;
}.wrw_htp_step_h_pee {
  overflow-wrap: break-word;
  line-height: 1.25;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #F4ECD8;
}.wrw_htp_step_p_pee {
  color: #7E6B52;
  font-size: 13px;
  line-height: 1.55;
  overflow-wrap: break-word;
}.wrw_htp_step_p_pee strong {
  font-weight: 600;
  color: #D2BC97;
}.wrw_htp_cta_pee {
  border-radius: 8px;
  background: #2E9E5C;
  padding: 13px 26px;
  transition: background .2s;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  color: #0D0905;
}.wrw_htp_cta_pee:hover {
  background: #36B569;
}.wrw_bon_pee {
  background: #100B07;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.wrw_bon_pee {
  padding: 44px 24px 0;
}
}.wrw_bon_in_pee {
  margin: 0 auto;
  max-width: 83.75rem;
}.wrw_bon_head_pee {
  margin-bottom: 20px;
}.wrw_bon_label_pee {
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-size: 0.688rem;
  color: #C9981A;
  text-transform: uppercase;
  font-weight: 700;
}.wrw_bon_h2_pee {
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  margin-bottom: 8px;
  color: #F4ECD8;
}
@media(min-width: 769px) {.wrw_bon_h2_pee {
  font-size: 1.5rem;
}
}.wrw_bon_seo_pee {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 620px;
  color: #7E6B52;
}.wrw_bon_seo_pee strong {
  font-weight: 700;
  color: #D2BC97;
}.wrw_bon_seo_pee a {
  text-decoration: underline;
  color: #C9981A;
}.wrw_bon_grid_pee {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 639px) {.wrw_bon_grid_pee {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.wrw_bon_grid_pee {
  grid-template-columns: repeat(5,1fr);
}
}.wrw_bon_card_pee {
  background: #160E07;
  transition: border-color .2s,transform .2s;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 16px;
}.wrw_bon_card_pee:hover {
  border-color: rgba(201, 152, 26, 0.07);
  transform: translateY(-2px);
}.wrw_bon_card_ic_pee svg {
  stroke-linecap: round;
  width: 1.625rem;
  stroke-linejoin: round;
  height: 1.625rem;
}.wrw_bon_card_ic_pee {
  margin-bottom: 10px;
}.wrw_bon_card_type_pee {
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 0.625rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #7E6B52;
}.wrw_bon_card_amount_pee {
  line-height: 1.1;
  margin-bottom: 0.375rem;
  font-size: 18px;
  color: #E0921A;
  font-weight: 800;
}.wrw_bon_card_name_pee {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-weight: 600;
  color: #F4ECD8;
  font-size: 0.813rem;
}.wrw_bon_card_detail_pee {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.688rem;
  line-height: 1.5;
  color: #5E5040;
  overflow-wrap: break-word;
  padding-top: 0.5rem;
}.wrw_app_pee {
  background: #100B07;
  padding: 36px 1rem 0;
}
@media(min-width: 767px) {.wrw_app_pee {
  padding: 44px 1.5rem 0;
}
}.wrw_app_in_pee {
  margin: 0 auto;
  max-width: 1340px;
}.wrw_app_head_pee {
  margin-bottom: 1rem;
}.wrw_app_label_pee {
  color: #C9981A;
  font-size: 11px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.wrw_app_h2_pee {
  font-weight: 800;
  font-family: 'Cormorant Garamond', serif;
  color: #F4ECD8;
  margin-bottom: 6px;
  overflow-wrap: break-word;
  font-size: 20px;
}
@media(min-width: 771px) {.wrw_app_h2_pee {
  font-size: 24px;
}
}.wrw_app_sub_pee {
  font-size: 13px;
  overflow-wrap: break-word;
  max-width: 600px;
  color: #7E6B52;
  line-height: 1.6;
}.wrw_app_sub_pee strong {
  color: #D2BC97;
  font-weight: 700;
}.wrw_app_cards_pee {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}
@media(min-width: 638px) {.wrw_app_cards_pee {
  grid-template-columns: repeat(3,1fr);
}
}.wrw_app_card_pee {
  padding: 20px;
  border-radius: 0.5rem;
  overflow: hidden;
  gap: 1rem;
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
}.wrw_app_card_ios_pee {
  background: linear-gradient(135deg,rgba(201, 152, 26, 0.18) 0%,#1C1209 100%);
}.wrw_app_card_android_pee {
  background: linear-gradient(135deg,rgba(46, 158, 92, 0.18) 0%,#1C1209 100%);
}.wrw_app_card_win_pee {
  background: linear-gradient(135deg,rgba(224, 146, 26, 0.16) 0%,#1C1209 100%);
}.wrw_app_card_ic_pee svg {
  stroke-linecap: round;
  height: 2.125rem;
  stroke-linejoin: round;
  width: 34px;
}.wrw_app_card_ic_pee {
  color: #F4ECD8;
  flex-shrink: 0;
}.wrw_app_card_os_pee {
  font-size: 10px;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #7E6B52;
  letter-spacing: .08em;
}.wrw_app_card_title_pee {
  margin-bottom: 6px;
  color: #F4ECD8;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  overflow-wrap: break-word;
}.wrw_app_card_text_pee {
  font-size: 12px;
  margin-bottom: 0.875rem;
  color: #7E6B52;
  line-height: 1.5;
  overflow-wrap: break-word;
}.wrw_app_card_btn_pee {
  background: rgba(255, 255, 255, 0.12);
  transition: background .2s;
  padding: 10px 18px;
  border-radius: 4px;
  border: 1px solid rgba(201, 152, 26, 0.45);
  gap: 7px;
  font-weight: 700;
  font-size: 13px;
  color: #F4ECD8;
  align-items: center;
  display: inline-flex;
}.wrw_app_card_btn_pee:hover {
  background: rgba(255, 255, 255, 0.07);
}.wrw_reg_pee {
  background: #100B07;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.wrw_reg_pee {
  padding: 2.75rem 1.5rem 0;
}
}.wrw_reg_in_pee {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #1C1209;
  margin: 0 auto;
  padding: 1.75rem 24px;
  max-width: 1340px;
}
@media(min-width: 769px) {.wrw_reg_in_pee {
  padding: 2.5rem;
}
}.wrw_reg_top_pee {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 862px) {.wrw_reg_top_pee {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.wrw_reg_label_pee {
  color: #C9981A;
  font-size: 11px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
}.wrw_reg_h2_pee {
  font-weight: 800;
  color: #F4ECD8;
  font-size: 1.375rem;
  margin-bottom: 12px;
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  line-height: 1.2;
}
@media(min-width: 769px) {.wrw_reg_h2_pee {
  font-size: 1.75rem;
}
}.wrw_reg_bonus_pee {
  background: rgba(224, 146, 26, 0.16);
  padding: 0.625rem 1rem;
  border-radius: 8px;
  border: 1px solid rgba(224, 146, 26, 0.16);
  gap: 8px;
  display: inline-flex;
  margin-bottom: 16px;
  align-items: center;
}.wrw_reg_bonus_amount_pee {
  color: #E0921A;
  font-weight: 800;
  font-size: 1.25rem;
}.wrw_reg_bonus_text_pee {
  font-size: 0.813rem;
  line-height: 1.35;
  color: #A8916E;
}.wrw_reg_cta_btn_pee {
  padding: 14px 2rem;
  background: #2E9E5C;
  transition: background .2s;
  border-radius: 8px;
  color: #0D0905;
  box-shadow: 0 2px 0.875rem rgba(46, 158, 92, 0.50), 0 1px 0.25rem rgba(0, 0, 0, 0.55);
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 12px;
  display: inline-block;
}.wrw_reg_cta_btn_pee:hover {
  background: #36B569;
}.wrw_reg_terms_pee {
  color: #5E5040;
  font-size: 0.688rem;
  line-height: 1.5;
}.wrw_reg_seo_pee {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.813rem;
  line-height: 1.65;
  color: #7E6B52;
  margin-top: 20px;
  padding-top: 1.25rem;
  overflow-wrap: break-word;
}.wrw_reg_seo_pee p {
  color: #7E6B52;
  margin-bottom: 10px;
  font-size: 0.813rem;
  line-height: 1.65;
}.wrw_reg_seo_pee p:last-child {
  margin-bottom: 0;
}.wrw_reg_seo_pee strong {
  color: #D2BC97;
  font-weight: 700;
}.wrw_reg_seo_pee a {
  transition: color .2s;
  text-decoration: underline;
  color: #C9981A;
}.wrw_reg_seo_pee a:hover {
  color: #DDB02E;
}.wrw_reg_seo_pee ul,.wrw_reg_seo_pee ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.wrw_reg_seo_pee ol {
  list-style: decimal;
}.wrw_reg_seo_pee li {
  font-size: 0.813rem;
  line-height: 1.65;
  margin-bottom: 0.25rem;
  color: #7E6B52;
}.wrw_reg_seo_pee table {
  font-size: 0.813rem;
  width: 100%;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 0.625rem;
}
@media(min-width: 766px) {.wrw_reg_seo_pee table {
  display: table;
}
}.wrw_reg_seo_pee th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #D2BC97;
  text-align: left;
}.wrw_reg_seo_pee td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #7E6B52;
}.wrw_reg_steps_pee {
  gap: 0.875rem;
  display: flex;
  margin-top: 28px;
  flex-direction: column;
}
@media(min-width: 859px) {.wrw_reg_steps_pee {
  margin-top: 0;
}
}.wrw_reg_step_pee {
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  background: rgba(255, 255, 255, 0.05);
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.wrw_reg_step_num_pee {
  border: 1px solid rgba(201, 152, 26, 0.07);
  border-radius: 50%;
  background: rgba(201, 152, 26, 0.18);
  color: #C9981A;
  justify-content: center;
  align-items: center;
  height: 34px;
  display: flex;
  flex-shrink: 0;
  width: 2.125rem;
  font-weight: 800;
  font-size: 0.875rem;
}.wrw_reg_step_title_pee {
  margin-bottom: 3px;
  font-weight: 700;
  color: #F4ECD8;
  font-size: 0.875rem;
}.wrw_reg_step_text_pee {
  font-size: 0.75rem;
  color: #7E6B52;
  line-height: 1.5;
}.wrw_reg_trust_pee {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 1.25rem;
  flex-wrap: wrap;
  display: flex;
  margin-top: 20px;
}.wrw_reg_trust_item_pee {
  gap: 7px;
  color: #7E6B52;
  font-size: 0.75rem;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
}.wrw_reg_trust_ic_pee svg {
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
  color: #C9981A;
}.wrw_faq_pee {
  padding: 2.25rem 1rem 0;
  background: #100B07;
}
@media(min-width: 771px) {.wrw_faq_pee {
  padding: 2.75rem 24px 0;
}
}.wrw_faq_in_pee {
  margin: 0 auto;
  max-width: 83.75rem;
}.wrw_faq_head_pee {
  margin-bottom: 20px;
}.wrw_faq_label_pee {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0.5rem;
  color: #C9981A;
  font-weight: 700;
}.wrw_faq_h2_pee {
  font-weight: 800;
  font-size: 20px;
  color: #F4ECD8;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
}
@media(min-width: 766px) {.wrw_faq_h2_pee {
  font-size: 24px;
}
}.wrw_faq_list_pee {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.wrw_faq_item_pee {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  background: #1C1209;
  overflow: hidden;
}.wrw_faq_q_pee {
  padding: 16px 20px;
  gap: 12px;
  transition: color .2s;
  display: flex;
  color: #D2BC97;
  align-items: center;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  justify-content: space-between;
}.wrw_faq_q_pee:hover {
  color: #F4ECD8;
}.wrw_faq_q_ic_pee {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  justify-content: center;
  font-size: 1rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  height: 1.5rem;
  width: 24px;
  color: #C9981A;
}.wrw_faq_item_pee.wrw_state_open_pee .wrw_faq_q_ic_pee {
  transform: rotate(45deg);
}.wrw_faq_a_pee {
  padding: 0 1.25rem 16px;
  line-height: 1.7;
  font-size: 13px;
  display: none;
  color: #7E6B52;
  overflow-wrap: break-word;
}.wrw_faq_item_pee.wrw_state_open_pee .wrw_faq_a_pee {
  display: block;
}.wrw_faq_a_pee strong {
  font-weight: 700;
  color: #D2BC97;
}.wrw_faq_a_pee a {
  color: #C9981A;
  text-decoration: underline;
}.wrw_faq_a_pee ul,.wrw_faq_a_pee ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 20px;
}.wrw_faq_a_pee ol {
  list-style: decimal;
}.wrw_faq_a_pee li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.wrw_faq_a_pee table {
  margin: 0.5rem 0;
  display: block;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 0.75rem;
}
@media(min-width: 766px) {.wrw_faq_a_pee table {
  display: table;
}
}.wrw_faq_a_pee th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 0.5rem;
  text-align: left;
  font-weight: 700;
  color: #D2BC97;
}.wrw_faq_a_pee td {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7E6B52;
}.wrw_seo_pee {
  background: #100B07;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.wrw_seo_pee {
  padding: 2.75rem 1.5rem 0;
}
}.wrw_seo_in_pee {
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 28px 1.5rem;
  background: #1C1209;
  margin: 0 auto;
  max-width: 1340px;
}
@media(min-width: 771px) {.wrw_seo_in_pee {
  padding: 2.25rem 40px;
}
}.wrw_seo_label_pee {
  font-weight: 700;
  letter-spacing: .08em;
  color: #C9981A;
  margin-bottom: 0.625rem;
  font-size: 11px;
  text-transform: uppercase;
}.wrw_seo_h2_pee {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.25;
  color: #F4ECD8;
  font-family: 'Cormorant Garamond', serif;
  margin-bottom: 0.875rem;
}
@media(min-width: 765px) {.wrw_seo_h2_pee {
  font-size: 24px;
}
}.wrw_seo_body_pee {
  line-height: 1.75;
  color: #A8916E;
  overflow-wrap: break-word;
  font-size: 14px;
}.wrw_seo_body_pee p {
  font-size: 14px;
  line-height: 1.75;
  color: #A8916E;
  margin-bottom: 0.75rem;
}.wrw_seo_body_pee p:last-child {
  margin-bottom: 0;
}.wrw_seo_body_pee strong {
  font-weight: 700;
  color: #D2BC97;
}.wrw_seo_body_pee a {
  transition: color .2s;
  color: #C9981A;
  text-decoration: underline;
}.wrw_seo_body_pee a:hover {
  color: #DDB02E;
}.wrw_seo_body_pee ul,.wrw_seo_body_pee ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.wrw_seo_body_pee ol {
  list-style: decimal;
}.wrw_seo_body_pee li {
  color: #A8916E;
  font-size: 0.875rem;
  margin-bottom: 6px;
  line-height: 1.75;
}.wrw_seo_body_pee table {
  overflow-x: auto;
  font-size: 0.813rem;
  width: 100%;
  display: block;
  margin-bottom: 12px;
  border-collapse: collapse;
}
@media(min-width: 769px) {.wrw_seo_body_pee table {
  display: table;
}
}.wrw_seo_body_pee th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  color: #D2BC97;
  font-weight: 700;
  text-align: left;
}.wrw_seo_body_pee td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #A8916E;
}.wrw_seo_cols_pee {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width:640px) {.wrw_seo_cols_pee {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.wrw_seo_cols_pee {
  grid-template-columns: repeat(3,1fr);
}
}.wrw_seo_col_h_pee {
  margin-bottom: 0.438rem;
  color: #D2BC97;
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 700;
}.wrw_seo_col_p_pee {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #7E6B52;
  line-height: 1.65;
}.wrw_seo_stats_pee {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.wrw_seo_stat_pee {
  border: 1px solid rgba(201, 152, 26, 0.18);
  background: rgba(201, 152, 26, 0.07);
  border-radius: 0.5rem;
  flex: 1;
  padding: 0.875rem 16px;
  min-width: 8.75rem;
}.wrw_seo_stat_val_pee {
  color: #C9981A;
  font-size: 20px;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 800;
}.wrw_seo_stat_lb_pee {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #7E6B52;
}.wrw_seo_pee {
  padding: 2.25rem 1rem 0;
  background: #100B07;
}
@media(min-width: 766px) {.wrw_seo_pee {
  padding: 2.75rem 24px 0;
}
}.wrw_seo_in_pee {
  padding: 28px 1.5rem;
  background: #1C1209;
  margin: 0 auto;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 1340px;
}
@media(min-width: 767px) {.wrw_seo_in_pee {
  padding: 2.25rem 40px;
}
}.wrw_seo_label_pee {
  font-size: 0.688rem;
  color: #C9981A;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}.wrw_seo_h2_pee {
  font-family: 'Cormorant Garamond', serif;
  line-height: 1.25;
  color: #F4ECD8;
  margin-bottom: 0.875rem;
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 769px) {.wrw_seo_h2_pee {
  font-size: 1.5rem;
}
}.wrw_seo_body_pee {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #A8916E;
  font-size: 14px;
}.wrw_seo_body_pee p {
  font-size: 0.875rem;
  color: #A8916E;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.wrw_seo_body_pee p:last-child {
  margin-bottom: 0;
}.wrw_seo_body_pee strong {
  color: #D2BC97;
  font-weight: 700;
}.wrw_seo_body_pee a {
  transition: color .2s;
  color: #C9981A;
  text-decoration: underline;
}.wrw_seo_body_pee a:hover {
  color: #DDB02E;
}.wrw_seo_body_pee ul,.wrw_seo_body_pee ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.wrw_seo_body_pee ol {
  list-style: decimal;
}.wrw_seo_body_pee li {
  margin-bottom: 6px;
  line-height: 1.75;
  font-size: 14px;
  color: #A8916E;
}.wrw_seo_body_pee table {
  width: 100%;
  display: block;
  border-collapse: collapse;
  font-size: 0.813rem;
  overflow-x: auto;
  margin-bottom: 12px;
}
@media(min-width: 767px) {.wrw_seo_body_pee table {
  display: table;
}
}.wrw_seo_body_pee th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  color: #D2BC97;
  text-align: left;
  font-weight: 700;
}.wrw_seo_body_pee td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #A8916E;
}.wrw_seo_cols_pee {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 638px) {.wrw_seo_cols_pee {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.wrw_seo_cols_pee {
  grid-template-columns: repeat(3,1fr);
}
}.wrw_seo_col_h_pee {
  margin-bottom: 0.438rem;
  font-weight: 700;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #D2BC97;
}.wrw_seo_col_p_pee {
  color: #7E6B52;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.65;
}.wrw_seo_stats_pee {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.wrw_seo_stat_pee {
  border: 1px solid rgba(201, 152, 26, 0.18);
  flex: 1;
  border-radius: 8px;
  background: rgba(201, 152, 26, 0.07);
  padding: 14px 1rem;
  min-width: 140px;
}.wrw_seo_stat_val_pee {
  font-weight: 800;
  color: #C9981A;
  margin-bottom: 4px;
  font-size: 20px;
  overflow-wrap: break-word;
}.wrw_seo_stat_lb_pee {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7E6B52;
}.wrw_pmt_pee {
  background: #100B07;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.wrw_pmt_pee {
  padding: 2.75rem 1.5rem 0;
}
}.wrw_pmt_in_pee {
  margin: 0 auto;
  max-width: 1340px;
}.wrw_pmt_head_pee {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.wrw_pmt_label_pee {
  text-transform: uppercase;
  color: #C9981A;
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 8px;
  font-weight: 700;
}.wrw_pmt_h2_pee {
  font-family: 'Cormorant Garamond', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F4ECD8;
  margin-bottom: 8px;
  font-size: 22px;
}
@media(min-width: 766px) {.wrw_pmt_h2_pee {
  font-size: 1.75rem;
}
}.wrw_pmt_intro_pee {
  line-height: 1.6;
  color: #7E6B52;
  overflow-wrap: break-word;
  font-size: 14px;
}.wrw_pmt_groups_pee {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}.wrw_pmt_group_pee {
  border-radius: 8px;
  background: #1C1209;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.wrw_pmt_group_head_pee {
  gap: 12px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.wrw_pmt_group_ic_pee {
  background: rgba(201, 152, 26, 0.18);
  border-radius: 4px;
  color: #C9981A;
  width: 36px;
  height: 2.25rem;
  justify-content: center;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.wrw_pmt_group_ic_pee svg {
  height: 1.125rem;
  stroke-linejoin: round;
  width: 18px;
  stroke-linecap: round;
}.wrw_pmt_group_h_pee {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  overflow-wrap: break-word;
  font-family: 'Cormorant Garamond', serif;
  color: #F4ECD8;
}.wrw_pmt_group_p_pee {
  color: #7E6B52;
  font-size: 13px;
  line-height: 1.6;
  overflow-wrap: break-word;
  margin-bottom: 14px;
}.wrw_pmt_group_p_pee strong {
  color: #D2BC97;
  font-weight: 600;
}.wrw_pmt_table_wrap_pee {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.wrw_pmt_table_pee {
  min-width: 33.75rem;
  border-collapse: collapse;
  font-size: 13px;
  width: 100%;
}.wrw_pmt_table_pee th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  text-align: left;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  color: #D2BC97;
  letter-spacing: .04em;
  font-size: 11px;
}.wrw_pmt_table_pee td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  color: #7E6B52;
}.wrw_pmt_table_pee tbody tr:last-child td {
  border-bottom: none;
}.wrw_pmt_table_pee tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #D2BC97;
}.wrw_seo_pee {
  background: #100B07;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.wrw_seo_pee {
  padding: 44px 24px 0;
}
}.wrw_seo_in_pee {
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  background: #1C1209;
  padding: 1.75rem 24px;
  max-width: 83.75rem;
}
@media(min-width:768px) {.wrw_seo_in_pee {
  padding: 36px 40px;
}
}.wrw_seo_label_pee {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  color: #C9981A;
  letter-spacing: .08em;
  margin-bottom: 10px;
}.wrw_seo_h2_pee {
  line-height: 1.25;
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  margin-bottom: 14px;
  color: #F4ECD8;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width:768px) {.wrw_seo_h2_pee {
  font-size: 24px;
}
}.wrw_seo_body_pee {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #A8916E;
  font-size: 0.875rem;
}.wrw_seo_body_pee p {
  font-size: 14px;
  color: #A8916E;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}.wrw_seo_body_pee p:last-child {
  margin-bottom: 0;
}.wrw_seo_body_pee strong {
  color: #D2BC97;
  font-weight: 700;
}.wrw_seo_body_pee a {
  transition: color .2s;
  color: #C9981A;
  text-decoration: underline;
}.wrw_seo_body_pee a:hover {
  color: #DDB02E;
}.wrw_seo_body_pee ul,.wrw_seo_body_pee ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.wrw_seo_body_pee ol {
  list-style: decimal;
}.wrw_seo_body_pee li {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #A8916E;
}.wrw_seo_body_pee table {
  font-size: 13px;
  display: block;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  margin-bottom: 0.75rem;
}
@media(min-width: 770px) {.wrw_seo_body_pee table {
  display: table;
}
}.wrw_seo_body_pee th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  text-align: left;
  color: #D2BC97;
}.wrw_seo_body_pee td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #A8916E;
}.wrw_seo_cols_pee {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 639px) {.wrw_seo_cols_pee {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.wrw_seo_cols_pee {
  grid-template-columns: repeat(3,1fr);
}
}.wrw_seo_col_h_pee {
  color: #D2BC97;
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.wrw_seo_col_p_pee {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #7E6B52;
  font-size: 0.813rem;
}.wrw_seo_stats_pee {
  margin: 1.25rem 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.wrw_seo_stat_pee {
  flex: 1;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(201, 152, 26, 0.18);
  background: rgba(201, 152, 26, 0.07);
  border-radius: 8px;
  min-width: 8.75rem;
}.wrw_seo_stat_val_pee {
  overflow-wrap: break-word;
  color: #C9981A;
  font-size: 1.25rem;
  margin-bottom: 4px;
  font-weight: 800;
}.wrw_seo_stat_lb_pee {
  color: #7E6B52;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.wrw_ft_pee {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #080503;
  margin-top: 48px;
}.wrw_ft_support_pee {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 16px;
}
@media(min-width: 769px) {.wrw_ft_support_pee {
  padding: 1.75rem 1.5rem;
}
}.wrw_ft_support_in_pee {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  max-width: 1340px;
  display: flex;
  align-items: center;
}.wrw_ft_support_main_pee {
  flex: 1;
  gap: 16px;
  display: flex;
  min-width: 220px;
  align-items: center;
  flex-wrap: wrap;
}.wrw_ft_support_ic_pee {
  color: #C9981A;
  flex-shrink: 0;
}.wrw_ft_support_ic_pee svg {
  height: 30px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.875rem;
}.wrw_ft_support_text_title_pee {
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 15px;
  overflow-wrap: break-word;
  color: #F4ECD8;
}.wrw_ft_support_text_sub_pee {
  overflow-wrap: break-word;
  font-size: 12px;
  color: #7E6B52;
}.wrw_ft_support_btn_pee {
  border-radius: 8px;
  background: #C9981A;
  transition: background .2s;
  padding: 0.688rem 22px;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 700;
  color: #F4ECD8;
  font-size: 13px;
}.wrw_ft_support_btn_pee:hover {
  background: #DDB02E;
}.wrw_ft_support_contacts_pee {
  gap: 16px;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.wrw_ft_support_contact_pee {
  color: #5E5040;
  font-size: 0.75rem;
  line-height: 1.4;
}.wrw_ft_support_contact_pee strong {
  display: block;
  margin-bottom: 2px;
  font-size: 0.688rem;
  color: #A8916E;
  font-weight: 600;
}.wrw_ft_main_pee {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 16px 1.5rem;
}
@media(min-width:768px) {.wrw_ft_main_pee {
  padding: 2.5rem 1.5rem 32px;
}
}.wrw_ft_main_in_pee {
  gap: 1.5rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1340px;
}
@media(min-width: 639px) {.wrw_ft_main_in_pee {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.wrw_ft_main_in_pee {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.wrw_ft_col_logo_pee {
  grid-column: 1/-1;
}
@media(min-width: 1083px) {.wrw_ft_col_logo_pee {
  grid-column: auto;
}
}.wrw_ft_logo_pee {
  gap: 0.563rem;
  display: flex;
  color: #F4ECD8;
  flex-wrap: wrap;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1rem;
  align-items: center;
  margin-bottom: 0.75rem;
}.wrw_ft_logo_mark_pee {
  overflow: hidden;
  border-radius: 0.25rem;
  width: 30px;
  height: 1.875rem;
}.wrw_ft_logo_mark_pee img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.wrw_ft_logo_sub_pee {
  font-size: 12px;
  overflow-wrap: break-word;
  max-width: 12.5rem;
  color: #5E5040;
  line-height: 1.55;
}.wrw_ft_col_title_pee {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 14px;
  letter-spacing: .07em;
  font-weight: 700;
  color: #A8916E;
}.wrw_ft_col_links_pee {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.wrw_ft_col_link_pee {
  transition: color .2s;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #5E5040;
}.wrw_ft_col_link_pee:hover {
  color: #D2BC97;
}.wrw_ft_apps_pee {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.wrw_ft_app_card_pee {
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  border-radius: 0.25rem;
  gap: 0.625rem;
  padding: 0.625rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  align-items: center;
}.wrw_ft_app_card_pee:hover {
  border-color: rgba(201, 152, 26, 0.45);
}.wrw_ft_app_card_ic_pee svg {
  height: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.375rem;
}.wrw_ft_app_card_os_pee {
  font-weight: 600;
  color: #5E5040;
  font-size: 0.625rem;
}.wrw_ft_app_card_action_pee {
  font-size: 12px;
  font-weight: 700;
  color: #D2BC97;
}.wrw_ft_bot_pee {
  padding: 1.25rem 16px;
}
@media(min-width:768px) {.wrw_ft_bot_pee {
  padding: 1.25rem 1.5rem;
}
}.wrw_ft_bot_in_pee {
  gap: 1rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1340px;
}.wrw_ft_socials_pee {
  gap: 0.5rem;
  display: flex;
}.wrw_ft_soc_pee {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  height: 36px;
  align-items: center;
  justify-content: center;
  color: #A8916E;
  width: 2.25rem;
  display: flex;
}.wrw_ft_soc_pee svg {
  stroke-linecap: round;
  width: 1rem;
  height: 16px;
  stroke-linejoin: round;
}.wrw_ft_soc_pee:hover {
  background: rgba(255, 255, 255, 0.07);
}.wrw_ft_legal_pee {
  flex: 1;
  font-size: 0.688rem;
  line-height: 1.6;
  color: #8C7B64;
  min-width: 200px;
  overflow-wrap: break-word;
}.wrw_ft_legal_pee strong {
  font-weight: 700;
  color: #A8916E;
}.wrw_ft_legal_pee a {
  color: #A8916E;
  text-decoration: underline;
}.wrw_ft_age_pee {
  border: 2px solid #8C7B64;
  border-radius: 50%;
  height: 2rem;
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: 800;
  font-size: 11px;
  margin-left: auto;
  flex-shrink: 0;
  color: #8C7B64;
  width: 32px;
}