*,::before,::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  font-family: 'Nunito Sans', sans-serif;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  background-color: #131009;
  color: #CDB898;
  line-height: 1.6;
}ul,ol {
  list-style: none;
}img,picture,svg {
  max-width: 100%;
  display: block;
}input,button,textarea,select {
  font: inherit;
}button {
  border: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
}a {
  text-decoration: none;
  color: inherit;
}.rab_layout-f2v {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.rab_page-f2v {
  display: flex;
  min-height: 100vh;
}.rab_main-f2v {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media screen and (min-width: 1078px) {.rab_main-f2v {
  padding-left: 220px;
}
}
@media screen and (max-width: 1077px) {.rab_main-f2v {
  padding-bottom: 72px;
}
}.rab_gc-f2v {
  transition: transform .2s,border-color .2s;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(255, 220, 160, 0.06);
  background: #18120C;
  cursor: pointer;
  width: 8.75rem;
  position: relative;
  flex-shrink: 0;
}
@media(min-width: 641px) {.rab_gc-f2v {
  width: 9.75rem;
}
}
@media(min-width: 1079px) {.rab_gc-f2v {
  width: 168px;
}
}.rab_gc-f2v:hover {
  border-color: rgba(196, 133, 58, 0.07);
  transform: translateY(-3px);
}.rab_gc_img-f2v {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 80%;
}.rab_gc_img-f2v img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}.rab_gc_hover-f2v {
  transition: opacity .2s;
  inset: 0;
  background: rgba(10, 7, 4, 0.72);
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
}.rab_gc-f2v:hover .rab_gc_hover-f2v {
  opacity: 1;
}.rab_gc_hover_btn-f2v {
  background: #C4853A;
  border-radius: 0.25rem;
  padding: 8px 1rem;
  color: #F2E8D4;
  font-weight: 700;
  font-size: 0.75rem;
}.rab_gc_info-f2v {
  padding: 0.5rem 10px 10px;
}.rab_gc_name-f2v {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: 0.75rem;
  margin-bottom: 3px;
  color: #CDB898;
  font-weight: 600;
}.rab_gc_prov-f2v {
  color: #614E38;
  font-size: 0.625rem;
}.rab_gc_tag-f2v {
  padding: 2px 7px;
  border-radius: 4px;
  position: absolute;
  z-index: 2;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  left: 0.375rem;
  top: 0.375rem;
  letter-spacing: .04em;
}.rab_gc_tag_hot-f2v {
  background: #C03628;
  color: #fff;
}.rab_gc_tag_new-f2v {
  background: #4CA464;
  color: #131009;
}.rab_gc_tag_jp-f2v {
  background: #D4A030;
  color: #131009;
}.rab_gc_tag_ex-f2v {
  background: #8B3A2A;
  color: #fff;
}.rab_gc_tag_live-f2v {
  background: #C03628;
  color: #fff;
}.rab_gr-f2v {
  background: #131009;
  padding: 32px 16px 0;
}
@media(min-width:768px) {.rab_gr-f2v {
  padding: 36px 1.5rem 0;
}
}.rab_gr_in-f2v {
  margin: 0 auto;
  max-width: 82.5rem;
}.rab_gr_head-f2v {
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.625rem;
}.rab_gr_head_l-f2v {
  flex: 1;
  gap: 10px;
  display: flex;
  min-width: 0;
  align-items: center;
}.rab_gr_ic-f2v {
  border-radius: 0.5rem;
  justify-content: center;
  height: 2rem;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  width: 2rem;
}.rab_gr_ic-f2v svg {
  width: 1rem;
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
}.rab_gr_title-f2v {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 1rem;
  color: #F2E8D4;
  font-weight: 700;
}
@media(min-width: 770px) {.rab_gr_title-f2v {
  font-size: 1.125rem;
}
}.rab_gr_more-f2v {
  gap: 5px;
  transition: color .2s;
  font-weight: 600;
  flex-shrink: 0;
  align-items: center;
  font-size: 0.75rem;
  color: #7A6448;
  display: flex;
  white-space: nowrap;
}.rab_gr_more-f2v:hover {
  color: #C4853A;
}.rab_gr_more-f2v svg {
  stroke-linecap: round;
  height: 0.75rem;
  stroke-linejoin: round;
  width: 12px;
}.rab_gr_arrows-f2v {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.rab_gr_arr-f2v {
  background: rgba(255, 235, 200, 0.05);
  border: 1px solid rgba(255, 220, 160, 0.13);
  border-radius: 0.25rem;
  transition: background .15s,color .15s;
  align-items: center;
  justify-content: center;
  height: 1.875rem;
  width: 30px;
  color: #9E8264;
  display: flex;
}.rab_gr_arr-f2v:hover {
  background: rgba(255, 235, 200, 0.07);
  color: #F2E8D4;
}.rab_gr_arr-f2v svg {
  stroke-linecap: round;
  width: 0.813rem;
  height: 13px;
  stroke-linejoin: round;
}.rab_gr_seo_h-f2v {
  margin: 0 0 0.375rem;
  font-weight: 700;
  font-family: 'Cinzel', serif;
  max-width: 42.5rem;
  overflow-wrap: break-word;
  color: #CDB898;
  font-size: 13px;
}
@media(min-width: 769px) {.rab_gr_seo_h-f2v {
  font-size: 14px;
}
}.rab_gr_seo-f2v {
  margin-bottom: 0.75rem;
  max-width: 42.5rem;
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.55;
  color: #7A6448;
}.rab_gr_seo-f2v strong {
  color: #CDB898;
  font-weight: 600;
}.rab_gr_scroll-f2v {
  gap: 0.625rem;
  -webkit-overflow-scrolling: touch;
  display: flex;
  padding-bottom: 0.625rem;
  overflow-x: auto;
  scrollbar-width: none;
}.rab_gr_scroll-f2v::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.rab_gr_scroll-f2v {
  gap: 0.75rem;
}
}.rab_tb-f2v {
  border-bottom: 1px solid rgba(255, 235, 200, 0.07);
  background: #111008;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  z-index: 80;
  height: 3.5rem;
}.rab_tb_in-f2v {
  gap: 0;
  padding: 0 14px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}.rab_tb_burger-f2v {
  border-radius: 0.5rem;
  gap: 5px;
  width: 2.375rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
  margin-right: 8px;
  flex-shrink: 0;
  height: 38px;
  align-items: center;
}.rab_tb_burger-f2v:hover {
  background: rgba(255, 235, 200, 0.05);
}.rab_tb_burger_line-f2v {
  background: #9E8264;
  border-radius: 1px;
  width: 18px;
  height: 2px;
  display: block;
}
@media(min-width: 1082px) {.rab_tb_burger-f2v {
  display: none;
}
}.rab_tb_logo-f2v {
  gap: 0.563rem;
  font-weight: 800;
  overflow-wrap: break-word;
  letter-spacing: -.01em;
  display: flex;
  align-items: center;
  margin-right: 1.25rem;
  flex-shrink: 0;
  color: #F2E8D4;
  font-size: 18px;
}.rab_tb_logo_mark-f2v {
  border-radius: 8px;
  overflow: hidden;
  align-items: center;
  height: 2rem;
  display: flex;
  justify-content: center;
  width: 32px;
}.rab_tb_logo_mark-f2v img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.rab_tb_nav-f2v {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 639px) {.rab_tb_nav-f2v {
  display: flex;
}
}.rab_tb_tab-f2v {
  padding: 0.5rem 14px;
  border-radius: 8px;
  transition: background .15s,color .15s;
  font-size: 0.813rem;
  font-weight: 600;
  white-space: nowrap;
  color: #9E8264;
}.rab_tb_tab-f2v:hover {
  background: rgba(255, 235, 200, 0.05);
  color: #F2E8D4;
}.rab_tb_tab-f2v.rab_state_active-f2v {
  background: rgba(196, 133, 58, 0.18);
  color: #F2E8D4;
}.rab_tb_right-f2v {
  gap: 0.5rem;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
}.rab_tb_login-f2v {
  border-radius: 8px;
  background: rgba(255, 235, 200, 0.05);
  border: 1px solid rgba(255, 220, 160, 0.13);
  padding: 9px 1rem;
  transition: border-color .2s,color .2s;
  font-size: 13px;
  font-weight: 600;
  display: none;
  color: #CDB898;
}.rab_tb_login-f2v:hover {
  border-color: rgba(196, 133, 58, 0.55);
  color: #F2E8D4;
}
@media(min-width: 477px) {.rab_tb_login-f2v {
  display: block;
}
}.rab_tb_reg-f2v {
  background: #4CA464;
  transition: background .2s;
  padding: 9px 18px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.813rem;
  color: #0F0A05;
  white-space: nowrap;
}.rab_tb_reg-f2v:hover {
  background: #5CB876;
}.rab_sb-f2v {
  transition: transform .25s ease;
  background: #1E1811;
  border-right: 1px solid rgba(255, 235, 200, 0.05);
  transform: translateX(-100%);
  overflow-y: auto;
  top: 56px;
  width: 220px;
  left: 0;
  bottom: 0;
  z-index: 70;
  position: fixed;
}.rab_sb-f2v.rab_state_open-f2v {
  transform: translateX(0);
}.rab_sb-f2v::-webkit-scrollbar {
  width: 0.25rem;
}.rab_sb-f2v::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 235, 200, 0.07);
}
@media(min-width: 1078px) {.rab_sb-f2v {
  transform: translateX(0);
}
}.rab_sb_auth-f2v {
  padding: 14px 12px 0.625rem;
}.rab_sb_btn_reg-f2v {
  transition: background .2s;
  border-radius: 8px;
  padding: 0.688rem;
  background: #4CA464;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
  color: #0F0A05;
}.rab_sb_btn_reg-f2v:hover {
  background: #5CB876;
}.rab_sb_btn_login-f2v {
  background: rgba(255, 235, 200, 0.05);
  border: 1px solid rgba(255, 220, 160, 0.13);
  padding: 0.625rem;
  transition: border-color .2s;
  border-radius: 8px;
  text-align: center;
  display: block;
  color: #CDB898;
  font-weight: 600;
  font-size: 0.813rem;
}.rab_sb_btn_login-f2v:hover {
  border-color: rgba(196, 133, 58, 0.55);
  color: #F2E8D4;
}.rab_sb_promo-f2v {
  padding: 0.75rem 0.875rem;
  border: 1px solid rgba(196, 133, 58, 0.18);
  background: linear-gradient(135deg,#2A1A08,#1E1811);
  border-radius: 8px;
  overflow: hidden;
  margin: 0 12px 0.625rem;
  position: relative;
}.rab_sb_promo-f2v::before {
  background: radial-gradient(circle,rgba(196, 133, 58, 0.18),transparent 70%);
  border-radius: 50%;
  content: '';
  position: absolute;
  width: 5rem;
  top: -1.25rem;
  right: -1.25rem;
  height: 80px;
}.rab_sb_promo_title-f2v {
  margin-bottom: 4px;
  letter-spacing: .06em;
  font-size: 11px;
  color: #C4853A;
  text-transform: uppercase;
  font-weight: 700;
}.rab_sb_promo_text-f2v {
  color: #F2E8D4;
  line-height: 1.35;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  font-weight: 600;
}.rab_sb_promo_sub-f2v {
  font-size: 10px;
  color: #7A6448;
  margin-top: 3px;
}.rab_sb_nav-f2v {
  padding: 6px 8px 1rem;
}.rab_sb_nav_lb-f2v {
  padding: 0.625rem 8px 0.375rem;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #614E38;
}.rab_sb_link-f2v {
  gap: 0.625rem;
  transition: background .15s,color .15s;
  border-radius: 0.25rem;
  padding: 0.563rem 0.625rem;
  align-items: center;
  overflow-wrap: break-word;
  color: #9E8264;
  display: flex;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.813rem;
}.rab_sb_link-f2v:hover {
  background: rgba(255, 235, 200, 0.05);
  color: #F2E8D4;
}.rab_sb_link-f2v.rab_state_active-f2v {
  background: rgba(196, 133, 58, 0.18);
  color: #F2E8D4;
}.rab_sb_ic-f2v {
  border-radius: 0.25rem;
  height: 1.875rem;
  justify-content: center;
  display: flex;
  width: 1.875rem;
  flex-shrink: 0;
  align-items: center;
}.rab_sb_ic-f2v svg {
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
}.rab_sb_ic_1-f2v {
  background: rgba(196, 133, 58, 0.07);
  color: #C4853A;
}.rab_sb_ic_2-f2v {
  background: rgba(76, 164, 100, 0.16);
  color: #4CA464;
}.rab_sb_ic_3-f2v {
  background: rgba(212, 160, 48, 0.18);
  color: #D4A030;
}.rab_sb_ic_4-f2v {
  background: rgba(139, 58, 42, 0.22);
  color: #8B3A2A;
}.rab_sb_ic_5-f2v {
  background: rgba(196, 133, 58, 0.07);
  color: #C2487A;
}.rab_sb_ic_6-f2v {
  background: rgba(139, 58, 42, 0.22);
  color: #9B4EC2;
}.rab_sb_badge-f2v {
  background: #D4A030;
  padding: 2px 0.438rem;
  border-radius: 4px;
  font-weight: 700;
  margin-left: auto;
  color: #0F0A05;
  font-size: 9px;
}.rab_sb_bot-f2v {
  border-top: 1px solid rgba(255, 235, 200, 0.05);
  padding: 12px;
  gap: 0.5rem;
  display: flex;
}.rab_sb_lang-f2v,.rab_sb_help-f2v {
  background: rgba(255, 235, 200, 0.05);
  padding: 9px 0.375rem;
  flex: 1;
  transition: border-color .2s;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 220, 160, 0.06);
  gap: 6px;
  align-items: center;
  color: #9E8264;
  font-size: 0.688rem;
  display: flex;
  font-weight: 600;
  justify-content: center;
}.rab_sb_lang-f2v:hover,.rab_sb_help-f2v:hover {
  border-color: rgba(196, 133, 58, 0.55);
  color: #F2E8D4;
}.rab_sb_lang-f2v svg,.rab_sb_help-f2v svg {
  stroke-linejoin: round;
  width: 0.813rem;
  stroke-linecap: round;
  height: 13px;
}.rab_sb_bd-f2v {
  inset: 0;
  background: rgba(10, 7, 4, 0.72);
  display: none;
  z-index: 69;
  position: fixed;
}.rab_sb_bd-f2v.rab_state_on-f2v {
  display: block;
}
@media(min-width: 1077px) {.rab_sb_bd-f2v {
  display: none!important;
}
}.rab_mob_nav-f2v {
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 220, 160, 0.13);
  background: #1E1811;
  position: fixed;
  bottom: 0;
  display: flex;
  z-index: 80;
  left: 0;
  right: 0;
}
@media(min-width: 1081px) {.rab_mob_nav-f2v {
  display: none;
}
}.rab_mob_nav_item-f2v {
  padding: 0.25rem 2px;
  flex: 1;
  gap: 0.25rem;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
  color: #614E38;
}.rab_mob_nav_ic-f2v {
  line-height: 1;
}.rab_mob_nav_ic-f2v svg {
  stroke-linejoin: round;
  height: 1.25rem;
  width: 1.25rem;
  stroke-linecap: round;
}.rab_mob_nav_lb-f2v {
  color: #614E38;
  font-weight: 600;
  font-size: 0.625rem;
}.rab_mob_nav_item-f2v.rab_state_active-f2v {
  color: #C4853A;
}.rab_mob_nav_item-f2v.rab_state_active-f2v .rab_mob_nav_lb-f2v {
  color: #C4853A;
}.rab_hero-f2v {
  padding: 20px 1rem 0;
  background: #131009;
}
@media(min-width: 770px) {.rab_hero-f2v {
  padding: 24px 1.5rem 0;
}
}.rab_hero_in-f2v {
  gap: 0.75rem;
  margin: 0 auto;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width:860px) {.rab_hero_in-f2v {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width:1100px) {.rab_hero_in-f2v {
  grid-template-columns: 1fr 21.25rem;
}
}.rab_hero_promo-f2v {
  border-radius: 14px;
  background: #18120C;
  overflow: hidden;
  position: relative;
  min-height: 220px;
  align-items: stretch;
  display: flex;
}
@media(min-width: 771px) {.rab_hero_promo-f2v {
  min-height: 280px;
}
}.rab_hero_promo_bg-f2v {
  background-position: center;
  background: linear-gradient(120deg,#2A1A08 0%,#131009 100%);
  inset: 0;
  position: absolute;
  background-size: cover;
}.rab_hero_promo_bg-f2v::after {
  background: linear-gradient(90deg,#131009 0%,rgba(10, 7, 4, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.rab_hero_promo_glow-f2v {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(139, 58, 42, 0.22) 0%,transparent 65%);
  position: absolute;
  top: -40px;
  height: 300px;
  right: 60px;
  width: 300px;
  pointer-events: none;
}.rab_hero_promo_ct-f2v {
  padding: 1.75rem 1.5rem 1.75rem 28px;
  max-width: 30rem;
  display: flex;
  position: relative;
  flex-direction: column;
  z-index: 2;
  justify-content: center;
}
@media(min-width: 769px) {.rab_hero_promo_ct-f2v {
  padding: 2.5rem 32px;
}
}.rab_hero_badge-f2v {
  background: rgba(196, 133, 58, 0.18);
  border-radius: 20px;
  border: 1px solid rgba(196, 133, 58, 0.07);
  padding: 5px 12px;
  margin-bottom: 0.875rem;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C4853A;
  display: inline-block;
  font-weight: 700;
}.rab_hero_h1-f2v {
  font-family: 'Cinzel', serif;
  line-height: 1.15;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  color: #F2E8D4;
  font-size: 1.625rem;
  font-weight: 800;
}.rab_hero_h1-f2v em {
  font-style: normal;
  color: #D4A030;
}
@media(min-width: 771px) {.rab_hero_h1-f2v {
  font-size: 36px;
}
}.rab_hero_sub-f2v {
  line-height: 1.55;
  color: #9E8264;
  margin-bottom: 1.25rem;
  font-size: 0.813rem;
}
@media(min-width: 769px) {.rab_hero_sub-f2v {
  font-size: 0.875rem;
}
}.rab_hero_row-f2v {
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.rab_hero_cta-f2v {
  transition: background .2s;
  background: #4CA464;
  border-radius: 0.5rem;
  padding: 0.813rem 1.625rem;
  font-weight: 700;
  box-shadow: 4px 0.25rem 0 rgba(30, 90, 45, 0.80);
  font-size: 14px;
  color: #0F0A05;
}.rab_hero_cta-f2v:hover {
  background: #5CB876;
}.rab_hero_terms-f2v {
  font-size: 11px;
  color: #614E38;
}.rab_hero_game-f2v {
  overflow: hidden;
  border-radius: 0.875rem;
  background: #18120C;
  border: 1px solid rgba(255, 220, 160, 0.06);
  display: flex;
  flex-direction: column;
  position: relative;
}.rab_hero_game_badge-f2v {
  padding: 0.313rem 10px;
  border: 1px solid rgba(212, 160, 48, 0.18);
  background: rgba(212, 160, 48, 0.18);
  border-radius: 1.25rem;
  font-size: 0.625rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #D4A030;
  top: 12px;
  z-index: 3;
  font-weight: 700;
  left: 0.75rem;
  position: absolute;
}.rab_hero_game_badge-f2v svg {
  margin-right: 4px;
  height: 11px;
  vertical-align: -1px;
  width: 0.688rem;
}.rab_hero_game_img-f2v {
  overflow: hidden;
  background: linear-gradient(135deg,#2A1A08,#131009);
  padding-bottom: 60%;
  position: relative;
}.rab_hero_game_img-f2v img {
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
}.rab_hero_game_play-f2v {
  transition: opacity .2s;
  inset: 0;
  background: rgba(10, 7, 4, 0.72);
  justify-content: center;
  opacity: 0;
  align-items: center;
  display: flex;
  position: absolute;
}.rab_hero_game-f2v:hover .rab_hero_game_play-f2v {
  opacity: 1;
}.rab_hero_game_play-f2v span {
  border-radius: 50%;
  background: #C4853A;
  display: flex;
  width: 3.25rem;
  height: 52px;
  justify-content: center;
  align-items: center;
}.rab_hero_game_play-f2v span svg {
  height: 18px;
  width: 18px;
  margin-left: 2px;
}.rab_hero_game_info-f2v {
  padding: 14px 1rem;
}.rab_hero_game_title-f2v {
  color: #F2E8D4;
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 15px;
  font-weight: 700;
}.rab_hero_game_provider-f2v {
  font-size: 0.688rem;
  color: #7A6448;
}.rab_hero_game_btn-f2v {
  background: #C4853A;
  padding: 11px;
  border-radius: 8px;
  transition: background .2s;
  margin: 12px 16px 1rem;
  display: block;
  color: #F2E8D4;
  font-weight: 700;
  font-size: 0.813rem;
  text-align: center;
}.rab_hero_game-f2v:hover .rab_hero_game_btn-f2v {
  background: #D9984A;
}.rab_sbar-f2v {
  padding: 16px 1rem 0;
  background: #131009;
}
@media(min-width: 769px) {.rab_sbar-f2v {
  padding: 1.125rem 1.5rem 0;
}
}.rab_sbar_in-f2v {
  margin: 0 auto;
  max-width: 82.5rem;
}.rab_sbar_row-f2v {
  gap: 0.625rem;
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}.rab_sbar_input-f2v {
  border: 1px solid rgba(255, 220, 160, 0.13);
  gap: 0.625rem;
  border-radius: 8px;
  padding: 0.688rem 16px;
  flex: 1;
  background: #18120C;
  transition: border-color .2s;
  display: flex;
  align-items: center;
  color: #7A6448;
  font-size: 13px;
  cursor: pointer;
}.rab_sbar_input-f2v:hover {
  border-color: rgba(196, 133, 58, 0.55);
}.rab_sbar_input-f2v svg {
  height: 0.938rem;
  width: 15px;
  stroke-linecap: round;
  flex-shrink: 0;
  stroke-linejoin: round;
}.rab_sbar_providers-f2v {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 220, 160, 0.13);
  gap: 8px;
  padding: 11px 18px;
  background: #18120C;
  transition: border-color .2s;
  font-weight: 600;
  display: flex;
  color: #CDB898;
  white-space: nowrap;
  font-size: 0.813rem;
  align-items: center;
}.rab_sbar_providers-f2v:hover {
  border-color: rgba(196, 133, 58, 0.55);
  color: #F2E8D4;
}.rab_sbar_providers-f2v svg {
  width: 0.875rem;
  height: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.rab_sbar_tabs-f2v {
  gap: 6px;
  padding-bottom: 2px;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
}.rab_sbar_tabs-f2v::-webkit-scrollbar {
  display: none;
}.rab_sbar_tab-f2v {
  padding: 8px 0.875rem;
  border-radius: 1.25rem;
  gap: 0.438rem;
  transition: background .15s,color .15s,border-color .15s;
  background: rgba(255, 235, 200, 0.05);
  border: 1px solid rgba(255, 220, 160, 0.06);
  white-space: nowrap;
  color: #9E8264;
  font-size: 0.75rem;
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  font-weight: 600;
}.rab_sbar_tab-f2v:hover {
  background: rgba(255, 235, 200, 0.07);
  border-color: rgba(196, 133, 58, 0.55);
  color: #F2E8D4;
}.rab_sbar_tab-f2v.rab_state_active-f2v {
  border-color: rgba(196, 133, 58, 0.07);
  background: rgba(196, 133, 58, 0.18);
  color: #F2E8D4;
}.rab_sbar_tab_ic-f2v svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.875rem;
  height: 0.875rem;
}.rab_wy-f2v {
  padding: 32px 16px 0;
  background: #131009;
}
@media(min-width: 766px) {.rab_wy-f2v {
  padding: 2.5rem 1.5rem 0;
}
}.rab_wy_in-f2v {
  margin: 0 auto;
  max-width: 1320px;
}.rab_wy_head-f2v {
  max-width: 720px;
  margin-bottom: 1.125rem;
}.rab_wy_label-f2v {
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #C4853A;
  margin-bottom: 0.5rem;
}.rab_wy_h2-f2v {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #F2E8D4;
  font-weight: 800;
}
@media(min-width: 767px) {.rab_wy_h2-f2v {
  font-size: 24px;
}
}.rab_wy_intro-f2v {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #7A6448;
}.rab_wy_grid-f2v {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.rab_wy_grid-f2v {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.rab_wy_grid-f2v {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.rab_wy_card-f2v {
  transition: border-color .2s,transform .2s;
  padding: 1.25rem;
  border: 1px solid rgba(255, 220, 160, 0.13);
  border-radius: 8px;
  background: #1E1811;
}.rab_wy_card-f2v:hover {
  transform: translateY(-2px);
  border-color: rgba(196, 133, 58, 0.07);
}.rab_wy_card_ic-f2v {
  border-radius: 50%;
  background: rgba(196, 133, 58, 0.18);
  width: 44px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  display: flex;
  color: #C4853A;
  height: 2.75rem;
}.rab_wy_card_ic-f2v svg {
  stroke-linecap: round;
  width: 1.375rem;
  height: 22px;
  stroke-linejoin: round;
}.rab_wy_card_h-f2v {
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 15px;
  color: #F2E8D4;
}.rab_wy_card_p-f2v {
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #7A6448;
}.rab_wy_card_p-f2v strong {
  color: #CDB898;
  font-weight: 600;
}.rab_gr_jp-f2v {
  border-radius: 14px;
  overflow: hidden;
  padding: 20px;
  background: linear-gradient(135deg,#1E0E2A 0%,#0F0811 100%);
  position: relative;
}.rab_gr_jp-f2v::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(139, 58, 42, 0.22) 0%,transparent 70%);
  width: 250px;
  top: -60px;
  height: 250px;
  content: '';
  left: -3.75rem;
  position: absolute;
}.rab_gr_jp-f2v::after {
  background: radial-gradient(circle,rgba(212, 160, 48, 0.18) 0%,transparent 70%);
  border-radius: 50%;
  width: 12.5rem;
  bottom: -2.5rem;
  height: 12.5rem;
  content: '';
  position: absolute;
  right: 0;
}.rab_gr_jp_head-f2v {
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 16px;
  z-index: 1;
  position: relative;
  display: flex;
}.rab_gr_jp_info-f2v {
  flex: 1;
}.rab_gr_jp_label-f2v {
  color: #9B4EC2;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
}.rab_gr_jp_label-f2v svg {
  width: 14px;
  height: 0.875rem;
  vertical-align: -2px;
  stroke-linecap: round;
  margin-right: 4px;
  stroke-linejoin: round;
}.rab_gr_jp_amount-f2v {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  line-height: 1;
  color: #F2E8D4;
  font-weight: 800;
  margin-bottom: 4px;
  font-size: 2rem;
}
@media(min-width: 765px) {.rab_gr_jp_amount-f2v {
  font-size: 40px;
}
}.rab_gr_jp_amount-f2v span {
  color: #D4A030;
}.rab_gr_jp_seo-f2v {
  font-size: 0.75rem;
  color: #9E8264;
  line-height: 1.5;
  max-width: 480px;
  overflow-wrap: break-word;
}.rab_gr_jp_cta-f2v {
  border: 1px solid rgba(139, 58, 42, 0.22);
  border-radius: 0.5rem;
  padding: 0.688rem 1.25rem;
  transition: background .2s;
  background: rgba(139, 58, 42, 0.22);
  position: relative;
  color: #F2E8D4;
  flex-shrink: 0;
  margin-top: 4px;
  font-size: 0.813rem;
  align-self: flex-start;
  z-index: 1;
  white-space: nowrap;
  font-weight: 700;
}.rab_gr_jp_cta-f2v:hover {
  background: #8B3A2A;
}.rab_gcg-f2v {
  padding: 2.25rem 16px 0;
  background: #131009;
}
@media(min-width: 770px) {.rab_gcg-f2v {
  padding: 2.75rem 24px 0;
}
}.rab_gcg_in-f2v {
  margin: 0 auto;
  max-width: 82.5rem;
}.rab_gcg_head-f2v {
  max-width: 45rem;
  margin-bottom: 20px;
}.rab_gcg_label-f2v {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C4853A;
}.rab_gcg_h2-f2v {
  overflow-wrap: break-word;
  color: #F2E8D4;
  font-family: 'Cinzel', serif;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 800;
}
@media(min-width:768px) {.rab_gcg_h2-f2v {
  font-size: 28px;
}
}.rab_gcg_intro-f2v {
  line-height: 1.6;
  font-size: 13px;
  color: #7A6448;
}.rab_gcg_grid-f2v {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.rab_gcg_grid-f2v {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.rab_gcg_grid-f2v {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.rab_gcg_card-f2v {
  border-radius: 0.875rem;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  padding: 1.25rem;
  border: 1px solid rgba(255, 220, 160, 0.13);
  justify-content: flex-end;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}.rab_gcg_card-f2v:hover {
  border-color: rgba(196, 133, 58, 0.18);
  transform: translateY(-3px);
}.rab_gcg_card_bg-f2v {
  inset: 0;
  position: absolute;
  z-index: 0;
}.rab_gcg_card_bg-f2v::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.rab_gcg_card_ic-f2v {
  background: rgba(0,0,0,.45);
  border-radius: 4px;
  top: 1.125rem;
  width: 2.5rem;
  z-index: 2;
  position: absolute;
  right: 1.125rem;
  align-items: center;
  display: flex;
  height: 40px;
  color: #F2E8D4;
  justify-content: center;
}.rab_gcg_card_ic-f2v svg {
  stroke-linecap: round;
  width: 20px;
  height: 20px;
  stroke-linejoin: round;
}.rab_gcg_card_ct-f2v {
  position: relative;
  z-index: 1;
}.rab_gcg_card_h-f2v {
  color: #F2E8D4;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.2;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 767px) {.rab_gcg_card_h-f2v {
  font-size: 20px;
}
}.rab_gcg_card_p-f2v {
  line-height: 1.55;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  color: rgba(255,255,255,.82);
  font-size: 0.75rem;
}.rab_gcg_card_p-f2v strong {
  color: #F2E8D4;
  font-weight: 600;
}.rab_gcg_card_cta-f2v {
  gap: 0.25rem;
  letter-spacing: .04em;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 0.75rem;
  color: #C4853A;
  text-transform: uppercase;
}.rab_gcg_card_cta-f2v svg {
  stroke-linecap: round;
  width: 0.75rem;
  height: 12px;
  stroke-linejoin: round;
}.rab_ws-f2v {
  background: #131009;
  padding: 2rem 1rem 0;
}
@media(min-width:768px) {.rab_ws-f2v {
  padding: 36px 24px 0;
}
}.rab_ws_in-f2v {
  margin: 0 auto;
  max-width: 82.5rem;
}.rab_ws_head-f2v {
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.875rem;
  display: flex;
  flex-wrap: wrap;
}.rab_ws_title-f2v {
  gap: 0.625rem;
  font-size: 1rem;
  overflow-wrap: break-word;
  font-weight: 700;
  flex-wrap: wrap;
  color: #F2E8D4;
  display: flex;
  align-items: center;
  font-family: 'Cinzel', serif;
}.rab_ws_title_ic-f2v svg {
  stroke-linecap: round;
  width: 18px;
  stroke-linejoin: round;
  color: #D4A030;
  height: 18px;
}.rab_ws_online-f2v {
  gap: 7px;
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  font-weight: 600;
  color: #7A6448;
}.rab_ws_online_dot-f2v {
  border-radius: 50%;
  background: #4CA464;
  height: 0.5rem;
  box-shadow: 0 0 6px rgba(76, 164, 100, 0.16);
  flex-shrink: 0;
  width: 8px;
}.rab_ws_scroll-f2v {
  gap: 8px;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  display: flex;
}.rab_ws_scroll-f2v::-webkit-scrollbar {
  display: none;
}.rab_wc-f2v {
  padding: 10px 14px;
  border: 1px solid rgba(255, 220, 160, 0.13);
  gap: 0.625rem;
  border-radius: 8px;
  background: #18120C;
  flex-shrink: 0;
  align-items: center;
  min-width: 220px;
  display: flex;
}.rab_wc_img-f2v {
  border-radius: 4px;
  background: #1E1811;
  overflow: hidden;
  height: 2.25rem;
  flex-shrink: 0;
  width: 2.25rem;
}.rab_wc_img-f2v img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.rab_wc_info-f2v {
  min-width: 0;
}.rab_wc_game-f2v {
  overflow: hidden;
  color: #CDB898;
  font-weight: 600;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  white-space: nowrap;
}.rab_wc_player-f2v {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #614E38;
  white-space: nowrap;
  font-size: 0.625rem;
}.rab_wc_amount-f2v {
  margin-left: auto;
  white-space: nowrap;
  color: #4CA464;
  font-size: 0.813rem;
  flex-shrink: 0;
  font-weight: 700;
}.rab_app-f2v {
  padding: 36px 16px 0;
  background: #131009;
}
@media(min-width: 766px) {.rab_app-f2v {
  padding: 2.75rem 24px 0;
}
}.rab_app_in-f2v {
  margin: 0 auto;
  max-width: 1320px;
}.rab_app_head-f2v {
  margin-bottom: 1rem;
}.rab_app_label-f2v {
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C4853A;
}.rab_app_h2-f2v {
  margin-bottom: 6px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  color: #F2E8D4;
}
@media(min-width: 765px) {.rab_app_h2-f2v {
  font-size: 24px;
}
}.rab_app_sub-f2v {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  max-width: 37.5rem;
  line-height: 1.6;
  color: #7A6448;
}.rab_app_sub-f2v strong {
  font-weight: 700;
  color: #CDB898;
}.rab_app_cards-f2v {
  gap: 0.625rem;
  margin-top: 16px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.rab_app_cards-f2v {
  grid-template-columns: repeat(3,1fr);
}
}.rab_app_card-f2v {
  padding: 1.25rem;
  gap: 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.rab_app_card_ios-f2v {
  background: linear-gradient(135deg,rgba(196, 133, 58, 0.18) 0%,#1E1811 100%);
}.rab_app_card_android-f2v {
  background: linear-gradient(135deg,rgba(76, 164, 100, 0.16) 0%,#1E1811 100%);
}.rab_app_card_win-f2v {
  background: linear-gradient(135deg,rgba(212, 160, 48, 0.18) 0%,#1E1811 100%);
}.rab_app_card_ic-f2v svg {
  height: 2.125rem;
  stroke-linecap: round;
  width: 2.125rem;
  stroke-linejoin: round;
}.rab_app_card_ic-f2v {
  color: #F2E8D4;
  flex-shrink: 0;
}.rab_app_card_os-f2v {
  font-size: 0.625rem;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #7A6448;
  letter-spacing: .08em;
  font-weight: 700;
}.rab_app_card_title-f2v {
  color: #F2E8D4;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  line-height: 1.2;
  font-size: 0.938rem;
}.rab_app_card_text-f2v {
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #7A6448;
  font-size: 12px;
  margin-bottom: 0.875rem;
}.rab_app_card_btn-f2v {
  border: 1px solid rgba(196, 133, 58, 0.55);
  gap: 7px;
  border-radius: 0.25rem;
  transition: background .2s;
  padding: 0.625rem 1.125rem;
  background: rgba(255, 235, 200, 0.12);
  display: inline-flex;
  color: #F2E8D4;
  font-size: 13px;
  align-items: center;
  font-weight: 700;
}.rab_app_card_btn-f2v:hover {
  background: rgba(255, 235, 200, 0.07);
}.rab_bon-f2v {
  padding: 36px 1rem 0;
  background: #131009;
}
@media(min-width: 771px) {.rab_bon-f2v {
  padding: 2.75rem 24px 0;
}
}.rab_bon_in-f2v {
  margin: 0 auto;
  max-width: 82.5rem;
}.rab_bon_head-f2v {
  margin-bottom: 20px;
}.rab_bon_label-f2v {
  letter-spacing: .08em;
  color: #C4853A;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
}.rab_bon_h2-f2v {
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F2E8D4;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  margin-bottom: 0.5rem;
}
@media(min-width:768px) {.rab_bon_h2-f2v {
  font-size: 24px;
}
}.rab_bon_seo-f2v {
  color: #7A6448;
  font-size: 0.813rem;
  line-height: 1.6;
  max-width: 620px;
  overflow-wrap: break-word;
}.rab_bon_seo-f2v strong {
  font-weight: 700;
  color: #CDB898;
}.rab_bon_seo-f2v a {
  color: #C4853A;
  text-decoration: underline;
}.rab_bon_grid-f2v {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 643px) {.rab_bon_grid-f2v {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.rab_bon_grid-f2v {
  grid-template-columns: repeat(5,1fr);
}
}.rab_bon_card-f2v {
  background: #18120C;
  border-radius: 8px;
  padding: 1rem;
  border: 1px solid rgba(255, 220, 160, 0.13);
  transition: border-color .2s,transform .2s;
}.rab_bon_card-f2v:hover {
  transform: translateY(-2px);
  border-color: rgba(196, 133, 58, 0.07);
}.rab_bon_card_ic-f2v svg {
  stroke-linecap: round;
  width: 26px;
  stroke-linejoin: round;
  height: 1.625rem;
}.rab_bon_card_ic-f2v {
  margin-bottom: 0.625rem;
}.rab_bon_card_type-f2v {
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #7A6448;
  font-size: 0.625rem;
  margin-bottom: 0.375rem;
  font-weight: 700;
}.rab_bon_card_amount-f2v {
  color: #D4A030;
  line-height: 1.1;
  margin-bottom: 0.375rem;
  font-weight: 800;
  font-size: 18px;
}.rab_bon_card_name-f2v {
  font-weight: 600;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-size: 13px;
  color: #F2E8D4;
}.rab_bon_card_detail-f2v {
  border-top: 1px solid rgba(255, 235, 200, 0.05);
  color: #614E38;
  line-height: 1.5;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  padding-top: 0.5rem;
}.rab_htp-f2v {
  background: #131009;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.rab_htp-f2v {
  padding: 2.75rem 24px 0;
}
}.rab_htp_in-f2v {
  margin: 0 auto;
  max-width: 1320px;
}.rab_htp_head-f2v {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.rab_htp_label-f2v {
  font-size: 0.688rem;
  color: #C4853A;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-weight: 700;
}.rab_htp_h2-f2v {
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  font-size: 1.375rem;
  margin-bottom: 0.5rem;
  color: #F2E8D4;
}
@media(min-width: 765px) {.rab_htp_h2-f2v {
  font-size: 1.75rem;
}
}.rab_htp_intro-f2v {
  line-height: 1.6;
  font-size: 14px;
  color: #7A6448;
}.rab_htp_steps-f2v {
  margin: 0;
  padding: 0;
  gap: 12px;
  list-style: none;
  counter-reset: none;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.rab_htp_steps-f2v {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.rab_htp_steps-f2v {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.rab_htp_step-f2v {
  background: #1E1811;
  padding: 20px 1.125rem 1.125rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 220, 160, 0.13);
  display: flex;
  position: relative;
  flex-direction: column;
}.rab_htp_step_num-f2v {
  border-radius: 50%;
  background: #C4853A;
  font-size: 13px;
  left: 20px;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  color: #0F0A05;
  display: flex;
  height: 1.75rem;
  top: -0.75rem;
  font-family: 'Cinzel', serif;
  position: absolute;
  font-weight: 800;
}.rab_htp_step_ic-f2v {
  margin: 8px 0 12px;
  background: rgba(196, 133, 58, 0.18);
  border-radius: 4px;
  width: 2.25rem;
  justify-content: center;
  height: 36px;
  align-items: center;
  color: #C4853A;
  display: flex;
}.rab_htp_step_ic-f2v svg {
  stroke-linecap: round;
  height: 1.125rem;
  width: 1.125rem;
  stroke-linejoin: round;
}.rab_htp_step_h-f2v {
  color: #F2E8D4;
  margin-bottom: 0.375rem;
  line-height: 1.25;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  font-weight: 700;
}.rab_htp_step_p-f2v {
  font-size: 13px;
  color: #7A6448;
  overflow-wrap: break-word;
  line-height: 1.55;
}.rab_htp_step_p-f2v strong {
  color: #CDB898;
  font-weight: 600;
}.rab_htp_cta-f2v {
  padding: 13px 1.625rem;
  transition: background .2s;
  border-radius: 0.5rem;
  background: #4CA464;
  display: inline-block;
  margin-top: 1.25rem;
  font-size: 0.875rem;
  color: #0F0A05;
  font-weight: 700;
}.rab_htp_cta-f2v:hover {
  background: #5CB876;
}.rab_reg-f2v {
  background: #131009;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.rab_reg-f2v {
  padding: 2.75rem 1.5rem 0;
}
}.rab_reg_in-f2v {
  border: 1px solid rgba(255, 220, 160, 0.06);
  margin: 0 auto;
  padding: 28px 1.5rem;
  background: #1E1811;
  border-radius: 0.875rem;
  max-width: 1320px;
}
@media(min-width: 769px) {.rab_reg_in-f2v {
  padding: 40px;
}
}.rab_reg_top-f2v {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.rab_reg_top-f2v {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.rab_reg_label-f2v {
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #C4853A;
}.rab_reg_h2-f2v {
  color: #F2E8D4;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  line-height: 1.2;
  margin-bottom: 12px;
  font-size: 1.375rem;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.rab_reg_h2-f2v {
  font-size: 1.75rem;
}
}.rab_reg_bonus-f2v {
  border: 1px solid rgba(212, 160, 48, 0.18);
  background: rgba(212, 160, 48, 0.18);
  gap: 8px;
  padding: 10px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
  align-items: center;
  display: inline-flex;
}.rab_reg_bonus_amount-f2v {
  font-weight: 800;
  color: #D4A030;
  font-size: 20px;
}.rab_reg_bonus_text-f2v {
  line-height: 1.35;
  font-size: 0.813rem;
  color: #9E8264;
}.rab_reg_cta_btn-f2v {
  background: #4CA464;
  transition: background .2s;
  padding: 14px 2rem;
  border-radius: 8px;
  font-weight: 700;
  margin-bottom: 0.75rem;
  font-size: 0.938rem;
  box-shadow: 0.25rem 0.25rem 0 rgba(30, 90, 45, 0.80);
  color: #0F0A05;
  display: inline-block;
}.rab_reg_cta_btn-f2v:hover {
  background: #5CB876;
}.rab_reg_terms-f2v {
  font-size: 0.688rem;
  color: #614E38;
  line-height: 1.5;
}.rab_reg_seo-f2v {
  border-top: 1px solid rgba(255, 235, 200, 0.05);
  margin-top: 1.25rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  padding-top: 1.25rem;
  color: #7A6448;
  line-height: 1.65;
}.rab_reg_seo-f2v p {
  line-height: 1.65;
  font-size: 13px;
  margin-bottom: 0.625rem;
  color: #7A6448;
}.rab_reg_seo-f2v p:last-child {
  margin-bottom: 0;
}.rab_reg_seo-f2v strong {
  color: #CDB898;
  font-weight: 700;
}.rab_reg_seo-f2v a {
  transition: color .2s;
  color: #C4853A;
  text-decoration: underline;
}.rab_reg_seo-f2v a:hover {
  color: #D9984A;
}.rab_reg_seo-f2v ul,.rab_reg_seo-f2v ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 1.125rem;
}.rab_reg_seo-f2v ol {
  list-style: decimal;
}.rab_reg_seo-f2v li {
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 0.25rem;
  color: #7A6448;
}.rab_reg_seo-f2v table {
  width: 100%;
  overflow-x: auto;
  font-size: 0.813rem;
  border-collapse: collapse;
  display: block;
  margin-bottom: 10px;
}
@media(min-width: 769px) {.rab_reg_seo-f2v table {
  display: table;
}
}.rab_reg_seo-f2v th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 235, 200, 0.07);
  color: #CDB898;
  font-weight: 700;
  text-align: left;
}.rab_reg_seo-f2v td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  color: #7A6448;
}.rab_reg_steps-f2v {
  gap: 14px;
  margin-top: 1.75rem;
  flex-direction: column;
  display: flex;
}
@media(min-width: 861px) {.rab_reg_steps-f2v {
  margin-top: 0;
}
}.rab_reg_step-f2v {
  padding: 16px;
  border-radius: 0.5rem;
  background: rgba(255, 235, 200, 0.05);
  gap: 0.875rem;
  border: 1px solid rgba(255, 220, 160, 0.06);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.rab_reg_step_num-f2v {
  border: 1px solid rgba(196, 133, 58, 0.07);
  border-radius: 50%;
  background: rgba(196, 133, 58, 0.18);
  display: flex;
  font-weight: 800;
  height: 34px;
  width: 2.125rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  color: #C4853A;
}.rab_reg_step_title-f2v {
  font-weight: 700;
  font-size: 14px;
  color: #F2E8D4;
  margin-bottom: 3px;
}.rab_reg_step_text-f2v {
  font-size: 0.75rem;
  color: #7A6448;
  line-height: 1.5;
}.rab_reg_trust-f2v {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 235, 200, 0.05);
  flex-wrap: wrap;
  display: flex;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}.rab_reg_trust_item-f2v {
  gap: 7px;
  color: #7A6448;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  font-size: 12px;
}.rab_reg_trust_ic-f2v svg {
  stroke-linejoin: round;
  width: 1rem;
  color: #C4853A;
  height: 1rem;
  stroke-linecap: round;
}.rab_prov-f2v {
  padding: 2.25rem 16px 0;
  background: #131009;
}
@media(min-width: 766px) {.rab_prov-f2v {
  padding: 2.75rem 24px 0;
}
}.rab_prov_in-f2v {
  margin: 0 auto;
  max-width: 82.5rem;
}.rab_prov_head-f2v {
  margin-bottom: 1rem;
}.rab_prov_label-f2v {
  margin-bottom: 8px;
  letter-spacing: .08em;
  color: #C4853A;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
}.rab_prov_h2-f2v {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F2E8D4;
  font-family: 'Cinzel', serif;
}
@media(min-width: 767px) {.rab_prov_h2-f2v {
  font-size: 24px;
}
}.rab_prov_seo-f2v {
  font-size: 13px;
  max-width: 38.75rem;
  color: #7A6448;
  line-height: 1.6;
  margin-bottom: 16px;
  overflow-wrap: break-word;
}.rab_prov_seo-f2v strong {
  color: #CDB898;
  font-weight: 700;
}.rab_prov_seo-f2v a {
  color: #C4853A;
  text-decoration: underline;
}.rab_prov_grid-f2v {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 643px) {.rab_prov_grid-f2v {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1082px) {.rab_prov_grid-f2v {
  grid-template-columns: repeat(8,1fr);
}
}.rab_prov_card-f2v {
  background: #18120C;
  transition: border-color .2s,background .2s;
  padding: 0.875rem 10px;
  gap: 0.438rem;
  border: 1px solid rgba(255, 220, 160, 0.13);
  border-radius: 0.5rem;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  align-items: center;
}.rab_prov_card-f2v:hover {
  background: #1E1811;
  border-color: rgba(196, 133, 58, 0.55);
}.rab_prov_logo-f2v {
  background: rgba(255, 235, 200, 0.05);
  border-radius: 4px;
  overflow: hidden;
  width: 44px;
  display: flex;
  justify-content: center;
  height: 2.75rem;
  align-items: center;
}.rab_prov_logo-f2v img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.rab_prov_name-f2v {
  text-align: center;
  font-weight: 600;
  font-size: 0.688rem;
  color: #9E8264;
  overflow-wrap: break-word;
}.rab_faq-f2v {
  padding: 36px 16px 0;
  background: #131009;
}
@media(min-width:768px) {.rab_faq-f2v {
  padding: 44px 24px 0;
}
}.rab_faq_in-f2v {
  margin: 0 auto;
  max-width: 82.5rem;
}.rab_faq_head-f2v {
  margin-bottom: 1.25rem;
}.rab_faq_label-f2v {
  font-size: 0.688rem;
  color: #C4853A;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  font-weight: 700;
}.rab_faq_h2-f2v {
  color: #F2E8D4;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
}
@media(min-width: 766px) {.rab_faq_h2-f2v {
  font-size: 1.5rem;
}
}.rab_faq_list-f2v {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.rab_faq_item-f2v {
  border-radius: 8px;
  border: 1px solid rgba(255, 220, 160, 0.13);
  background: #1E1811;
  overflow: hidden;
}.rab_faq_q-f2v {
  transition: color .2s;
  padding: 1rem 1.25rem;
  gap: 12px;
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  font-weight: 600;
  align-items: center;
  color: #CDB898;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  cursor: pointer;
}.rab_faq_q-f2v:hover {
  color: #F2E8D4;
}.rab_faq_q_ic-f2v {
  border-radius: 50%;
  background: rgba(255, 235, 200, 0.05);
  transition: transform .25s;
  color: #C4853A;
  flex-shrink: 0;
  align-items: center;
  font-size: 1rem;
  width: 1.5rem;
  justify-content: center;
  height: 1.5rem;
  display: flex;
}.rab_faq_item-f2v.rab_state_open-f2v .rab_faq_q_ic-f2v {
  transform: rotate(45deg);
}.rab_faq_a-f2v {
  padding: 0 20px 16px;
  line-height: 1.7;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #7A6448;
  display: none;
}.rab_faq_item-f2v.rab_state_open-f2v .rab_faq_a-f2v {
  display: block;
}.rab_faq_a-f2v strong {
  color: #CDB898;
  font-weight: 700;
}.rab_faq_a-f2v a {
  color: #C4853A;
  text-decoration: underline;
}.rab_faq_a-f2v ul,.rab_faq_a-f2v ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 20px;
}.rab_faq_a-f2v ol {
  list-style: decimal;
}.rab_faq_a-f2v li {
  line-height: 1.6;
  margin-bottom: 4px;
}.rab_faq_a-f2v table {
  margin: 8px 0;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  width: 100%;
  font-size: 0.75rem;
}
@media(min-width:768px) {.rab_faq_a-f2v table {
  display: table;
}
}.rab_faq_a-f2v th {
  border-bottom: 1px solid rgba(255, 235, 200, 0.07);
  padding: 0.375rem 8px;
  text-align: left;
  font-weight: 700;
  color: #CDB898;
}.rab_faq_a-f2v td {
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  padding: 6px 8px;
  color: #7A6448;
}.rab_pmt-f2v {
  background: #131009;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.rab_pmt-f2v {
  padding: 44px 24px 0;
}
}.rab_pmt_in-f2v {
  margin: 0 auto;
  max-width: 82.5rem;
}.rab_pmt_head-f2v {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.rab_pmt_label-f2v {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 11px;
  color: #C4853A;
  text-transform: uppercase;
  letter-spacing: .08em;
}.rab_pmt_h2-f2v {
  font-family: 'Cinzel', serif;
  color: #F2E8D4;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  font-weight: 800;
  margin-bottom: 8px;
}
@media(min-width: 769px) {.rab_pmt_h2-f2v {
  font-size: 28px;
}
}.rab_pmt_intro-f2v {
  color: #7A6448;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 0.875rem;
}.rab_pmt_groups-f2v {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}.rab_pmt_group-f2v {
  background: #1E1811;
  border-radius: 8px;
  padding: 1.25rem;
  border: 1px solid rgba(255, 220, 160, 0.13);
}.rab_pmt_group_head-f2v {
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.625rem;
  display: flex;
}.rab_pmt_group_ic-f2v {
  border-radius: 4px;
  background: rgba(196, 133, 58, 0.18);
  flex-shrink: 0;
  width: 36px;
  color: #C4853A;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
  display: flex;
}.rab_pmt_group_ic-f2v svg {
  width: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.125rem;
}.rab_pmt_group_h-f2v {
  margin: 0;
  font-weight: 700;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 16px;
  color: #F2E8D4;
}.rab_pmt_group_p-f2v {
  color: #7A6448;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 14px;
  line-height: 1.6;
}.rab_pmt_group_p-f2v strong {
  color: #CDB898;
  font-weight: 600;
}.rab_pmt_table_wrap-f2v {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.rab_pmt_table-f2v {
  font-size: 0.813rem;
  width: 100%;
  min-width: 33.75rem;
  border-collapse: collapse;
}.rab_pmt_table-f2v th {
  border-bottom: 1px solid rgba(255, 235, 200, 0.07);
  padding: 10px 0.75rem;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: left;
  font-size: 11px;
  color: #CDB898;
  font-weight: 700;
  letter-spacing: .04em;
}.rab_pmt_table-f2v td {
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  padding: 12px;
  color: #7A6448;
}.rab_pmt_table-f2v tbody tr:last-child td {
  border-bottom: none;
}.rab_pmt_table-f2v tr:hover td {
  background: rgba(255, 235, 200, 0.05);
  color: #CDB898;
}.rab_seo-f2v {
  padding: 36px 1rem 0;
  background: #131009;
}
@media(min-width: 765px) {.rab_seo-f2v {
  padding: 2.75rem 24px 0;
}
}.rab_seo_in-f2v {
  margin: 0 auto;
  border-radius: 0.875rem;
  background: #1E1811;
  border: 1px solid rgba(255, 220, 160, 0.13);
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width: 766px) {.rab_seo_in-f2v {
  padding: 2.25rem 2.5rem;
}
}.rab_seo_label-f2v {
  color: #C4853A;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 0.625rem;
}.rab_seo_h2-f2v {
  font-weight: 800;
  color: #F2E8D4;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
}
@media(min-width: 765px) {.rab_seo_h2-f2v {
  font-size: 24px;
}
}.rab_seo_body-f2v {
  font-size: 14px;
  overflow-wrap: break-word;
  color: #9E8264;
  line-height: 1.75;
}.rab_seo_body-f2v p {
  margin-bottom: 0.75rem;
  color: #9E8264;
  line-height: 1.75;
  font-size: 0.875rem;
}.rab_seo_body-f2v p:last-child {
  margin-bottom: 0;
}.rab_seo_body-f2v strong {
  color: #CDB898;
  font-weight: 700;
}.rab_seo_body-f2v a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4853A;
}.rab_seo_body-f2v a:hover {
  color: #D9984A;
}.rab_seo_body-f2v ul,.rab_seo_body-f2v ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.rab_seo_body-f2v ol {
  list-style: decimal;
}.rab_seo_body-f2v li {
  color: #9E8264;
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 6px;
}.rab_seo_body-f2v table {
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 12px;
  width: 100%;
  display: block;
  overflow-x: auto;
}
@media(min-width: 769px) {.rab_seo_body-f2v table {
  display: table;
}
}.rab_seo_body-f2v th {
  border-bottom: 1px solid rgba(255, 235, 200, 0.07);
  padding: 10px 0.75rem;
  text-align: left;
  color: #CDB898;
  font-weight: 700;
}.rab_seo_body-f2v td {
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  padding: 10px 12px;
  color: #9E8264;
}.rab_seo_cols-f2v {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 638px) {.rab_seo_cols-f2v {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.rab_seo_cols-f2v {
  grid-template-columns: repeat(3,1fr);
}
}.rab_seo_col_h-f2v {
  font-size: 13px;
  color: #CDB898;
  margin-bottom: 0.438rem;
  font-weight: 700;
  overflow-wrap: break-word;
}.rab_seo_col_p-f2v {
  overflow-wrap: break-word;
  color: #7A6448;
  font-size: 13px;
  line-height: 1.65;
}.rab_seo_stats-f2v {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.rab_seo_stat-f2v {
  border: 1px solid rgba(196, 133, 58, 0.18);
  flex: 1;
  border-radius: 0.5rem;
  padding: 0.875rem 1rem;
  background: rgba(196, 133, 58, 0.07);
  min-width: 140px;
}.rab_seo_stat_val-f2v {
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  color: #C4853A;
}.rab_seo_stat_lb-f2v {
  overflow-wrap: break-word;
  color: #7A6448;
  font-size: 0.688rem;
}.rab_seo-f2v {
  background: #131009;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 770px) {.rab_seo-f2v {
  padding: 2.75rem 24px 0;
}
}.rab_seo_in-f2v {
  margin: 0 auto;
  border: 1px solid rgba(255, 220, 160, 0.13);
  border-radius: 14px;
  background: #1E1811;
  padding: 1.75rem 24px;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.rab_seo_in-f2v {
  padding: 2.25rem 40px;
}
}.rab_seo_label-f2v {
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.688rem;
  color: #C4853A;
  margin-bottom: 10px;
  text-transform: uppercase;
}.rab_seo_h2-f2v {
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  line-height: 1.25;
  color: #F2E8D4;
  font-weight: 800;
}
@media(min-width: 766px) {.rab_seo_h2-f2v {
  font-size: 1.5rem;
}
}.rab_seo_body-f2v {
  overflow-wrap: break-word;
  font-size: 14px;
  color: #9E8264;
  line-height: 1.75;
}.rab_seo_body-f2v p {
  font-size: 14px;
  color: #9E8264;
  line-height: 1.75;
  margin-bottom: 12px;
}.rab_seo_body-f2v p:last-child {
  margin-bottom: 0;
}.rab_seo_body-f2v strong {
  color: #CDB898;
  font-weight: 700;
}.rab_seo_body-f2v a {
  transition: color .2s;
  text-decoration: underline;
  color: #C4853A;
}.rab_seo_body-f2v a:hover {
  color: #D9984A;
}.rab_seo_body-f2v ul,.rab_seo_body-f2v ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.rab_seo_body-f2v ol {
  list-style: decimal;
}.rab_seo_body-f2v li {
  color: #9E8264;
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 6px;
}.rab_seo_body-f2v table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  overflow-x: auto;
  display: block;
  margin-bottom: 0.75rem;
}
@media(min-width: 765px) {.rab_seo_body-f2v table {
  display: table;
}
}.rab_seo_body-f2v th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 235, 200, 0.07);
  text-align: left;
  color: #CDB898;
  font-weight: 700;
}.rab_seo_body-f2v td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  color: #9E8264;
}.rab_seo_cols-f2v {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 642px) {.rab_seo_cols-f2v {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.rab_seo_cols-f2v {
  grid-template-columns: repeat(3,1fr);
}
}.rab_seo_col_h-f2v {
  font-weight: 700;
  color: #CDB898;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
}.rab_seo_col_p-f2v {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #7A6448;
}.rab_seo_stats-f2v {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.rab_seo_stat-f2v {
  border: 1px solid rgba(196, 133, 58, 0.18);
  padding: 0.875rem 16px;
  flex: 1;
  border-radius: 0.5rem;
  background: rgba(196, 133, 58, 0.07);
  min-width: 140px;
}.rab_seo_stat_val-f2v {
  font-size: 20px;
  margin-bottom: 4px;
  color: #C4853A;
  overflow-wrap: break-word;
  font-weight: 800;
}.rab_seo_stat_lb-f2v {
  color: #7A6448;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.rab_seo-f2v {
  background: #131009;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.rab_seo-f2v {
  padding: 44px 24px 0;
}
}.rab_seo_in-f2v {
  margin: 0 auto;
  border-radius: 14px;
  padding: 28px 24px;
  border: 1px solid rgba(255, 220, 160, 0.13);
  background: #1E1811;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.rab_seo_in-f2v {
  padding: 2.25rem 40px;
}
}.rab_seo_label-f2v {
  text-transform: uppercase;
  color: #C4853A;
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 700;
}.rab_seo_h2-f2v {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  line-height: 1.25;
  margin-bottom: 0.875rem;
  font-weight: 800;
  color: #F2E8D4;
  font-family: 'Cinzel', serif;
}
@media(min-width: 767px) {.rab_seo_h2-f2v {
  font-size: 24px;
}
}.rab_seo_body-f2v {
  color: #9E8264;
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
}.rab_seo_body-f2v p {
  line-height: 1.75;
  color: #9E8264;
  font-size: 14px;
  margin-bottom: 0.75rem;
}.rab_seo_body-f2v p:last-child {
  margin-bottom: 0;
}.rab_seo_body-f2v strong {
  font-weight: 700;
  color: #CDB898;
}.rab_seo_body-f2v a {
  transition: color .2s;
  color: #C4853A;
  text-decoration: underline;
}.rab_seo_body-f2v a:hover {
  color: #D9984A;
}.rab_seo_body-f2v ul,.rab_seo_body-f2v ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.rab_seo_body-f2v ol {
  list-style: decimal;
}.rab_seo_body-f2v li {
  color: #9E8264;
  line-height: 1.75;
  margin-bottom: 6px;
  font-size: 14px;
}.rab_seo_body-f2v table {
  margin-bottom: 0.75rem;
  display: block;
  border-collapse: collapse;
  font-size: 0.813rem;
  overflow-x: auto;
  width: 100%;
}
@media(min-width:768px) {.rab_seo_body-f2v table {
  display: table;
}
}.rab_seo_body-f2v th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 235, 200, 0.07);
  color: #CDB898;
  text-align: left;
  font-weight: 700;
}.rab_seo_body-f2v td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  color: #9E8264;
}.rab_seo_cols-f2v {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width:640px) {.rab_seo_cols-f2v {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.rab_seo_cols-f2v {
  grid-template-columns: repeat(3,1fr);
}
}.rab_seo_col_h-f2v {
  font-weight: 700;
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  color: #CDB898;
}.rab_seo_col_p-f2v {
  overflow-wrap: break-word;
  color: #7A6448;
  font-size: 0.813rem;
  line-height: 1.65;
}.rab_seo_stats-f2v {
  margin: 1.25rem 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.rab_seo_stat-f2v {
  flex: 1;
  border: 1px solid rgba(196, 133, 58, 0.18);
  background: rgba(196, 133, 58, 0.07);
  padding: 0.875rem 16px;
  border-radius: 8px;
  min-width: 140px;
}.rab_seo_stat_val-f2v {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #C4853A;
  margin-bottom: 0.25rem;
}.rab_seo_stat_lb-f2v {
  overflow-wrap: break-word;
  color: #7A6448;
  font-size: 0.688rem;
}.rab_ft-f2v {
  background: #0C0906;
  border-top: 1px solid rgba(255, 235, 200, 0.05);
  margin-top: 48px;
}.rab_ft_support-f2v {
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  padding: 1.5rem 1rem;
}
@media(min-width: 769px) {.rab_ft_support-f2v {
  padding: 1.75rem 24px;
}
}.rab_ft_support_in-f2v {
  gap: 16px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  max-width: 1320px;
  flex-wrap: wrap;
}.rab_ft_support_main-f2v {
  flex: 1;
  gap: 16px;
  display: flex;
  min-width: 220px;
  align-items: center;
  flex-wrap: wrap;
}.rab_ft_support_ic-f2v {
  color: #C4853A;
  flex-shrink: 0;
}.rab_ft_support_ic-f2v svg {
  stroke-linejoin: round;
  height: 1.875rem;
  stroke-linecap: round;
  width: 1.875rem;
}.rab_ft_support_text_title-f2v {
  font-weight: 700;
  font-size: 0.938rem;
  margin-bottom: 3px;
  color: #F2E8D4;
  overflow-wrap: break-word;
}.rab_ft_support_text_sub-f2v {
  color: #7A6448;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.rab_ft_support_btn-f2v {
  border-radius: 0.5rem;
  padding: 0.688rem 1.375rem;
  background: #C4853A;
  transition: background .2s;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 13px;
  color: #F2E8D4;
}.rab_ft_support_btn-f2v:hover {
  background: #D9984A;
}.rab_ft_support_contacts-f2v {
  gap: 16px;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.rab_ft_support_contact-f2v {
  font-size: 0.75rem;
  color: #614E38;
  line-height: 1.4;
}.rab_ft_support_contact-f2v strong {
  color: #9E8264;
  font-weight: 600;
  display: block;
  font-size: 11px;
  margin-bottom: 2px;
}.rab_ft_main-f2v {
  border-bottom: 1px solid rgba(255, 235, 200, 0.05);
  padding: 2rem 1rem 24px;
}
@media(min-width: 771px) {.rab_ft_main-f2v {
  padding: 40px 1.5rem 2rem;
}
}.rab_ft_main_in-f2v {
  gap: 24px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 1320px;
}
@media(min-width: 641px) {.rab_ft_main_in-f2v {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.rab_ft_main_in-f2v {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.rab_ft_col_logo-f2v {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.rab_ft_col_logo-f2v {
  grid-column: auto;
}
}.rab_ft_logo-f2v {
  gap: 9px;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  color: #F2E8D4;
  display: flex;
  font-size: 1rem;
  font-weight: 800;
  align-items: center;
  margin-bottom: 0.75rem;
}.rab_ft_logo_mark-f2v {
  overflow: hidden;
  border-radius: 0.25rem;
  height: 30px;
  width: 30px;
}.rab_ft_logo_mark-f2v img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.rab_ft_logo_sub-f2v {
  line-height: 1.55;
  font-size: 12px;
  max-width: 12.5rem;
  overflow-wrap: break-word;
  color: #614E38;
}.rab_ft_col_title-f2v {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
  letter-spacing: .07em;
  font-size: 12px;
  color: #9E8264;
}.rab_ft_col_links-f2v {
  gap: 9px;
  display: flex;
  flex-direction: column;
}.rab_ft_col_link-f2v {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #614E38;
}.rab_ft_col_link-f2v:hover {
  color: #CDB898;
}.rab_ft_apps-f2v {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.rab_ft_app_card-f2v {
  padding: 10px 0.75rem;
  border-radius: 0.25rem;
  background: rgba(255, 235, 200, 0.05);
  transition: border-color .2s;
  border: 1px solid rgba(255, 220, 160, 0.13);
  gap: 10px;
  align-items: center;
  display: flex;
}.rab_ft_app_card-f2v:hover {
  border-color: rgba(196, 133, 58, 0.55);
}.rab_ft_app_card_ic-f2v svg {
  height: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 22px;
}.rab_ft_app_card_os-f2v {
  color: #614E38;
  font-weight: 600;
  font-size: 0.625rem;
}.rab_ft_app_card_action-f2v {
  font-size: 0.75rem;
  font-weight: 700;
  color: #CDB898;
}.rab_ft_bot-f2v {
  padding: 1.25rem 1rem;
}
@media(min-width: 770px) {.rab_ft_bot-f2v {
  padding: 20px 24px;
}
}.rab_ft_bot_in-f2v {
  gap: 16px;
  margin: 0 auto;
  max-width: 1320px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.rab_ft_socials-f2v {
  gap: 0.5rem;
  display: flex;
}.rab_ft_soc-f2v {
  transition: background .2s;
  border-radius: 4px;
  background: rgba(255, 235, 200, 0.05);
  border: 1px solid rgba(255, 220, 160, 0.13);
  align-items: center;
  width: 2.25rem;
  height: 36px;
  color: #9E8264;
  justify-content: center;
  display: flex;
}.rab_ft_soc-f2v svg {
  stroke-linecap: round;
  width: 1rem;
  stroke-linejoin: round;
  height: 16px;
}.rab_ft_soc-f2v:hover {
  background: rgba(255, 235, 200, 0.07);
}.rab_ft_legal-f2v {
  flex: 1;
  color: #9A8A6E;
  overflow-wrap: break-word;
  min-width: 200px;
  line-height: 1.6;
  font-size: 11px;
}.rab_ft_legal-f2v strong {
  font-weight: 700;
  color: #9E8264;
}.rab_ft_legal-f2v a {
  text-decoration: underline;
  color: #9E8264;
}.rab_ft_age-f2v {
  border: 2px solid #9A8A6E;
  border-radius: 50%;
  color: #9A8A6E;
  width: 32px;
  font-size: 0.688rem;
  margin-left: auto;
  display: flex;
  height: 32px;
  font-weight: 800;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}