*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #0E1014;
  -webkit-font-smoothing: antialiased;
  font-family: 'Noto Sans JP', sans-serif;
  min-height: 100vh;
  line-height: 1.6;
  color: #C4BEA8;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  color: inherit;
  text-decoration: none;
}button {
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.rgf_layout_fwz {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.rgf_page_fwz {
  display: flex;
  min-height: 100vh;
}.rgf_main_fwz {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media(min-width: 1081px) {.rgf_main_fwz {
  padding-left: 13.75rem;
}
}
@media(max-width: 1081px) {.rgf_main_fwz {
  padding-bottom: 4.5rem;
}
}.rgf_gc_fwz {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  background: #121519;
  flex-shrink: 0;
  cursor: pointer;
  width: 8.75rem;
  position: relative;
}
@media(min-width: 637px) {.rgf_gc_fwz {
  width: 156px;
}
}
@media(min-width: 1081px) {.rgf_gc_fwz {
  width: 10.5rem;
}
}.rgf_gc_fwz:hover {
  transform: translateY(-3px);
  border-color: rgba(196, 20, 40, 0.07);
}.rgf_gc_img_fwz {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.rgf_gc_img_fwz img {
  inset: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
}.rgf_gc_hover_fwz {
  inset: 0;
  background: rgba(8, 9, 12, 0.78);
  transition: opacity .2s;
  display: flex;
  position: absolute;
  opacity: 0;
  justify-content: center;
  align-items: center;
}.rgf_gc_fwz:hover .rgf_gc_hover_fwz {
  opacity: 1;
}.rgf_gc_hover_btn_fwz {
  background: #C41428;
  border-radius: 0.25rem;
  padding: 8px 1rem;
  font-weight: 700;
  font-size: 0.75rem;
  color: #F2EDDF;
}.rgf_gc_info_fwz {
  padding: 0.5rem 10px 0.625rem;
}.rgf_gc_name_fwz {
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  color: #C4BEA8;
  white-space: nowrap;
}.rgf_gc_prov_fwz {
  color: #504A42;
  font-size: 0.625rem;
}.rgf_gc_tag_fwz {
  border-radius: 4px;
  padding: 2px 7px;
  font-size: 0.563rem;
  text-transform: uppercase;
  position: absolute;
  letter-spacing: .04em;
  font-weight: 700;
  top: 0.375rem;
  z-index: 2;
  left: 6px;
}.rgf_gc_tag_hot_fwz {
  background: #E02030;
  color: #fff;
}.rgf_gc_tag_new_fwz {
  background: #1E9E52;
  color: #0E1014;
}.rgf_gc_tag_jp_fwz {
  background: #C9A020;
  color: #0E1014;
}.rgf_gc_tag_ex_fwz {
  background: #7A0E1C;
  color: #fff;
}.rgf_gc_tag_live_fwz {
  background: #E02030;
  color: #fff;
}.rgf_gr_fwz {
  background: #0E1014;
  padding: 2rem 1rem 0;
}
@media(min-width: 767px) {.rgf_gr_fwz {
  padding: 2.25rem 24px 0;
}
}.rgf_gr_in_fwz {
  margin: 0 auto;
  max-width: 82.5rem;
}.rgf_gr_head_fwz {
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}.rgf_gr_head_l_fwz {
  gap: 0.625rem;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}.rgf_gr_ic_fwz {
  border-radius: 8px;
  width: 32px;
  height: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.rgf_gr_ic_fwz svg {
  width: 1rem;
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
}.rgf_gr_title_fwz {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  font-size: 1rem;
  overflow-wrap: break-word;
  color: #F2EDDF;
}
@media(min-width: 765px) {.rgf_gr_title_fwz {
  font-size: 1.125rem;
}
}.rgf_gr_more_fwz {
  transition: color .2s;
  gap: 0.313rem;
  font-weight: 600;
  white-space: nowrap;
  align-items: center;
  color: #645E52;
  display: flex;
  font-size: 12px;
  flex-shrink: 0;
}.rgf_gr_more_fwz:hover {
  color: #C41428;
}.rgf_gr_more_fwz svg {
  width: 12px;
  height: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.rgf_gr_arrows_fwz {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.rgf_gr_arr_fwz {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  display: flex;
  width: 1.875rem;
  height: 30px;
  color: #918A78;
  justify-content: center;
  align-items: center;
}.rgf_gr_arr_fwz:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F2EDDF;
}.rgf_gr_arr_fwz svg {
  height: 13px;
  stroke-linecap: round;
  width: 13px;
  stroke-linejoin: round;
}.rgf_gr_seo_h_fwz {
  margin: 0 0 6px;
  font-family: 'Cinzel', serif;
  max-width: 680px;
  font-weight: 700;
  color: #C4BEA8;
  overflow-wrap: break-word;
  font-size: 13px;
}
@media(min-width: 767px) {.rgf_gr_seo_h_fwz {
  font-size: 14px;
}
}.rgf_gr_seo_fwz {
  color: #645E52;
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.55;
  max-width: 680px;
  margin-bottom: 0.75rem;
}.rgf_gr_seo_fwz strong {
  color: #C4BEA8;
  font-weight: 600;
}.rgf_gr_scroll_fwz {
  gap: 0.625rem;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.625rem;
}.rgf_gr_scroll_fwz::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.rgf_gr_scroll_fwz {
  gap: 12px;
}
}.rgf_tb_fwz {
  background: #0C0E12;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  z-index: 80;
  align-items: center;
  left: 0;
  display: flex;
  right: 0;
  top: 0;
  height: 3.5rem;
  position: fixed;
}.rgf_tb_in_fwz {
  gap: 0;
  padding: 0 14px;
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
}.rgf_tb_burger_fwz {
  gap: 0.313rem;
  border-radius: 8px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
  flex-shrink: 0;
  width: 38px;
  height: 2.375rem;
}.rgf_tb_burger_fwz:hover {
  background: rgba(255, 255, 255, 0.05);
}.rgf_tb_burger_line_fwz {
  background: #918A78;
  border-radius: 1px;
  width: 1.125rem;
  display: block;
  height: 2px;
}
@media(min-width: 1078px) {.rgf_tb_burger_fwz {
  display: none;
}
}.rgf_tb_logo_fwz {
  gap: 0.563rem;
  color: #F2EDDF;
  font-weight: 800;
  overflow-wrap: break-word;
  letter-spacing: -.01em;
  align-items: center;
  display: flex;
  font-size: 1.125rem;
  margin-right: 1.25rem;
  flex-shrink: 0;
}.rgf_tb_logo_mark_fwz {
  border-radius: 0.5rem;
  overflow: hidden;
  justify-content: center;
  height: 2rem;
  align-items: center;
  display: flex;
  width: 2rem;
}.rgf_tb_logo_mark_fwz img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.rgf_tb_nav_fwz {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 642px) {.rgf_tb_nav_fwz {
  display: flex;
}
}.rgf_tb_tab_fwz {
  border-radius: 0.5rem;
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s;
  color: #918A78;
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.813rem;
}.rgf_tb_tab_fwz:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2EDDF;
}.rgf_tb_tab_fwz.rgf_state_active_fwz {
  background: rgba(196, 20, 40, 0.18);
  color: #F2EDDF;
}.rgf_tb_right_fwz {
  gap: 0.5rem;
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.rgf_tb_login_fwz {
  transition: border-color .2s,color .2s;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  padding: 9px 16px;
  font-weight: 600;
  font-size: 13px;
  display: none;
  color: #C4BEA8;
}.rgf_tb_login_fwz:hover {
  border-color: rgba(196, 20, 40, 0.55);
  color: #F2EDDF;
}
@media(min-width: 478px) {.rgf_tb_login_fwz {
  display: block;
}
}.rgf_tb_reg_fwz {
  padding: 0.563rem 18px;
  border-radius: 0.5rem;
  transition: background .2s;
  background: #1E9E52;
  font-size: 0.813rem;
  white-space: nowrap;
  color: #0A0608;
  font-weight: 700;
}.rgf_tb_reg_fwz:hover {
  background: #22B45E;
}.rgf_sb_fwz {
  transition: transform .25s ease;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #161A22;
  position: fixed;
  overflow-y: auto;
  width: 13.75rem;
  left: 0;
  z-index: 70;
  top: 3.5rem;
  bottom: 0;
}.rgf_sb_fwz.rgf_state_open_fwz {
  transform: translateX(0);
}.rgf_sb_fwz::-webkit-scrollbar {
  width: 0.25rem;
}.rgf_sb_fwz::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1079px) {.rgf_sb_fwz {
  transform: translateX(0);
}
}.rgf_sb_auth_fwz {
  padding: 0.875rem 12px 0.625rem;
}.rgf_sb_btn_reg_fwz {
  border-radius: 8px;
  transition: background .2s;
  padding: 11px;
  background: #1E9E52;
  text-align: center;
  display: block;
  color: #0A0608;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 0.813rem;
}.rgf_sb_btn_reg_fwz:hover {
  background: #22B45E;
}.rgf_sb_btn_login_fwz {
  transition: border-color .2s;
  border-radius: 0.5rem;
  padding: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 0.813rem;
  font-weight: 600;
  text-align: center;
  display: block;
  color: #C4BEA8;
}.rgf_sb_btn_login_fwz:hover {
  border-color: rgba(196, 20, 40, 0.55);
  color: #F2EDDF;
}.rgf_sb_promo_fwz {
  overflow: hidden;
  border: 1px solid rgba(196, 20, 40, 0.18);
  background: linear-gradient(135deg,#2A0A10,#161A22);
  padding: 0.75rem 14px;
  margin: 0 12px 10px;
  border-radius: 0.5rem;
  position: relative;
}.rgf_sb_promo_fwz::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(196, 20, 40, 0.18),transparent 70%);
  width: 80px;
  top: -20px;
  position: absolute;
  right: -20px;
  height: 5rem;
  content: '';
}.rgf_sb_promo_title_fwz {
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  font-size: 11px;
  color: #C41428;
  font-weight: 700;
  letter-spacing: .06em;
}.rgf_sb_promo_text_fwz {
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: break-word;
  font-size: 12px;
  color: #F2EDDF;
}.rgf_sb_promo_sub_fwz {
  margin-top: 3px;
  color: #645E52;
  font-size: 0.625rem;
}.rgf_sb_nav_fwz {
  padding: 0.375rem 8px 16px;
}.rgf_sb_nav_lb_fwz {
  padding: 10px 0.5rem 0.375rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 10px;
  color: #504A42;
}.rgf_sb_link_fwz {
  padding: 9px 10px;
  gap: 0.625rem;
  border-radius: 4px;
  transition: background .15s,color .15s;
  color: #918A78;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.813rem;
}.rgf_sb_link_fwz:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2EDDF;
}.rgf_sb_link_fwz.rgf_state_active_fwz {
  background: rgba(196, 20, 40, 0.18);
  color: #F2EDDF;
}.rgf_sb_ic_fwz {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  height: 1.875rem;
  flex-shrink: 0;
  width: 1.875rem;
  display: flex;
}.rgf_sb_ic_fwz svg {
  width: 16px;
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
}.rgf_sb_ic_1_fwz {
  background: rgba(196, 20, 40, 0.07);
  color: #C41428;
}.rgf_sb_ic_2_fwz {
  background: rgba(30, 158, 82, 0.16);
  color: #1E9E52;
}.rgf_sb_ic_3_fwz {
  background: rgba(201, 160, 32, 0.16);
  color: #C9A020;
}.rgf_sb_ic_4_fwz {
  background: rgba(122, 14, 28, 0.28);
  color: #7A0E1C;
}.rgf_sb_ic_5_fwz {
  background: rgba(196, 20, 40, 0.07);
  color: #D93C7E;
}.rgf_sb_ic_6_fwz {
  background: rgba(122, 14, 28, 0.28);
  color: #8B3FBE;
}.rgf_sb_badge_fwz {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  background: #C9A020;
  font-weight: 700;
  margin-left: auto;
  font-size: 0.563rem;
  color: #0A0608;
}.rgf_sb_bot_fwz {
  padding: 12px;
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.rgf_sb_lang_fwz,.rgf_sb_help_fwz {
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.563rem 0.375rem;
  gap: 0.375rem;
  border-radius: 0.25rem;
  color: #918A78;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: 600;
  font-size: 11px;
}.rgf_sb_lang_fwz:hover,.rgf_sb_help_fwz:hover {
  border-color: rgba(196, 20, 40, 0.55);
  color: #F2EDDF;
}.rgf_sb_lang_fwz svg,.rgf_sb_help_fwz svg {
  stroke-linejoin: round;
  height: 0.813rem;
  width: 13px;
  stroke-linecap: round;
}.rgf_sb_bd_fwz {
  inset: 0;
  background: rgba(8, 9, 12, 0.78);
  position: fixed;
  display: none;
  z-index: 69;
}.rgf_sb_bd_fwz.rgf_state_on_fwz {
  display: block;
}
@media(min-width: 1079px) {.rgf_sb_bd_fwz {
  display: none!important;
}
}.rgf_mob_nav_fwz {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  background: #161A22;
  display: flex;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 80;
  right: 0;
}
@media(min-width: 1081px) {.rgf_mob_nav_fwz {
  display: none;
}
}.rgf_mob_nav_item_fwz {
  gap: 0.25rem;
  flex: 1;
  padding: 0.25rem 2px;
  color: #504A42;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}.rgf_mob_nav_ic_fwz {
  line-height: 1;
}.rgf_mob_nav_ic_fwz svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.25rem;
  height: 20px;
}.rgf_mob_nav_lb_fwz {
  color: #504A42;
  font-size: 10px;
  font-weight: 600;
}.rgf_mob_nav_item_fwz.rgf_state_active_fwz {
  color: #C41428;
}.rgf_mob_nav_item_fwz.rgf_state_active_fwz .rgf_mob_nav_lb_fwz {
  color: #C41428;
}.rgf_hero_fwz {
  background: #0E1014;
  padding: 20px 1rem 0;
}
@media(min-width: 766px) {.rgf_hero_fwz {
  padding: 24px 24px 0;
}
}.rgf_hero_in_fwz {
  gap: 0.75rem;
  margin: 0 auto;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width: 861px) {.rgf_hero_in_fwz {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1101px) {.rgf_hero_in_fwz {
  grid-template-columns: 1fr 21.25rem;
}
}.rgf_hero_promo_fwz {
  border-radius: 12px;
  overflow: hidden;
  background: #121519;
  display: flex;
  min-height: 220px;
  align-items: stretch;
  position: relative;
}
@media(min-width: 765px) {.rgf_hero_promo_fwz {
  min-height: 17.5rem;
}
}.rgf_hero_promo_bg_fwz {
  background: linear-gradient(120deg,#2A0A10 0%,#0E1014 100%);
  background-position: center;
  inset: 0;
  background-size: cover;
  position: absolute;
}.rgf_hero_promo_bg_fwz::after {
  background: linear-gradient(90deg,#0E1014 0%,rgba(8, 9, 12, 0.78) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.rgf_hero_promo_glow_fwz {
  background: radial-gradient(circle,rgba(122, 14, 28, 0.28) 0%,transparent 65%);
  border-radius: 50%;
  height: 300px;
  right: 60px;
  width: 18.75rem;
  position: absolute;
  pointer-events: none;
  top: -2.5rem;
}.rgf_hero_promo_ct_fwz {
  padding: 28px 24px 28px 28px;
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 480px;
  flex-direction: column;
  justify-content: center;
}
@media(min-width: 769px) {.rgf_hero_promo_ct_fwz {
  padding: 2.5rem 2rem;
}
}.rgf_hero_badge_fwz {
  background: rgba(196, 20, 40, 0.18);
  border: 1px solid rgba(196, 20, 40, 0.07);
  padding: 0.313rem 0.75rem;
  border-radius: 1.25rem;
  font-size: 10px;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  color: #C41428;
  display: inline-block;
  font-weight: 700;
  letter-spacing: .08em;
}.rgf_hero_h1_fwz {
  font-weight: 800;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  line-height: 1.15;
  font-size: 26px;
  font-family: 'Cinzel', serif;
  color: #F2EDDF;
}.rgf_hero_h1_fwz em {
  font-style: normal;
  color: #C9A020;
}
@media(min-width: 765px) {.rgf_hero_h1_fwz {
  font-size: 2.25rem;
}
}.rgf_hero_sub_fwz {
  font-size: 13px;
  line-height: 1.55;
  color: #918A78;
  margin-bottom: 20px;
}
@media(min-width: 771px) {.rgf_hero_sub_fwz {
  font-size: 0.875rem;
}
}.rgf_hero_row_fwz {
  gap: 0.625rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}.rgf_hero_cta_fwz {
  border-radius: 8px;
  background: #1E9E52;
  transition: background .2s;
  padding: 13px 26px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 6px 18px rgba(30, 158, 82, 0.46);
  font-size: 0.875rem;
  font-weight: 700;
  color: #0A0608;
}.rgf_hero_cta_fwz:hover {
  background: #22B45E;
}.rgf_hero_terms_fwz {
  font-size: 0.688rem;
  color: #504A42;
}.rgf_hero_game_fwz {
  overflow: hidden;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #121519;
  position: relative;
  flex-direction: column;
  display: flex;
}.rgf_hero_game_badge_fwz {
  background: rgba(201, 160, 32, 0.16);
  padding: 5px 0.625rem;
  border: 1px solid rgba(201, 160, 32, 0.16);
  border-radius: 20px;
  z-index: 3;
  color: #C9A020;
  position: absolute;
  left: 0.75rem;
  top: 12px;
  letter-spacing: .06em;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
}.rgf_hero_game_badge_fwz svg {
  vertical-align: -1px;
  margin-right: 4px;
  width: 11px;
  height: 0.688rem;
}.rgf_hero_game_img_fwz {
  overflow: hidden;
  background: linear-gradient(135deg,#2A0A10,#0E1014);
  position: relative;
  padding-bottom: 60%;
}.rgf_hero_game_img_fwz img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
}.rgf_hero_game_play_fwz {
  transition: opacity .2s;
  background: rgba(8, 9, 12, 0.78);
  inset: 0;
  position: absolute;
  display: flex;
  align-items: center;
  opacity: 0;
  justify-content: center;
}.rgf_hero_game_fwz:hover .rgf_hero_game_play_fwz {
  opacity: 1;
}.rgf_hero_game_play_fwz span {
  background: #C41428;
  border-radius: 50%;
  width: 3.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.25rem;
}.rgf_hero_game_play_fwz span svg {
  margin-left: 2px;
  width: 18px;
  height: 1.125rem;
}.rgf_hero_game_info_fwz {
  padding: 0.875rem 16px;
}.rgf_hero_game_title_fwz {
  overflow-wrap: break-word;
  font-size: 15px;
  color: #F2EDDF;
  font-weight: 700;
  margin-bottom: 4px;
}.rgf_hero_game_provider_fwz {
  color: #645E52;
  font-size: 11px;
}.rgf_hero_game_btn_fwz {
  margin: 12px 16px 16px;
  border-radius: 8px;
  background: #C41428;
  transition: background .2s;
  padding: 11px;
  color: #F2EDDF;
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}.rgf_hero_game_fwz:hover .rgf_hero_game_btn_fwz {
  background: #E0182E;
}.rgf_sbar_fwz {
  padding: 16px 1rem 0;
  background: #0E1014;
}
@media(min-width: 767px) {.rgf_sbar_fwz {
  padding: 18px 1.5rem 0;
}
}.rgf_sbar_in_fwz {
  margin: 0 auto;
  max-width: 1320px;
}.rgf_sbar_row_fwz {
  gap: 10px;
  display: flex;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}.rgf_sbar_input_fwz {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  gap: 10px;
  background: #121519;
  padding: 0.688rem 1rem;
  transition: border-color .2s;
  flex: 1;
  display: flex;
  align-items: center;
  color: #645E52;
  cursor: pointer;
  font-size: 13px;
}.rgf_sbar_input_fwz:hover {
  border-color: rgba(196, 20, 40, 0.55);
}.rgf_sbar_input_fwz svg {
  stroke-linejoin: round;
  width: 0.938rem;
  flex-shrink: 0;
  height: 0.938rem;
  stroke-linecap: round;
}.rgf_sbar_providers_fwz {
  padding: 0.688rem 18px;
  transition: border-color .2s;
  background: #121519;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 8px;
  display: flex;
  align-items: center;
  color: #C4BEA8;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 600;
}.rgf_sbar_providers_fwz:hover {
  border-color: rgba(196, 20, 40, 0.55);
  color: #F2EDDF;
}.rgf_sbar_providers_fwz svg {
  width: 14px;
  height: 0.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.rgf_sbar_tabs_fwz {
  gap: 0.375rem;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
  padding-bottom: 2px;
}.rgf_sbar_tabs_fwz::-webkit-scrollbar {
  display: none;
}.rgf_sbar_tab_fwz {
  gap: 7px;
  padding: 0.5rem 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 20px;
  color: #918A78;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  flex-shrink: 0;
  font-size: 0.75rem;
  white-space: nowrap;
  align-items: center;
}.rgf_sbar_tab_fwz:hover {
  border-color: rgba(196, 20, 40, 0.55);
  background: rgba(255, 255, 255, 0.07);
  color: #F2EDDF;
}.rgf_sbar_tab_fwz.rgf_state_active_fwz {
  background: rgba(196, 20, 40, 0.18);
  border-color: rgba(196, 20, 40, 0.07);
  color: #F2EDDF;
}.rgf_sbar_tab_ic_fwz svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 14px;
  height: 14px;
}.rgf_gr_jp_fwz {
  background: linear-gradient(135deg,#1C0A2E 0%,#0A080F 100%);
  border-radius: 0.75rem;
  overflow: hidden;
  padding: 1.25rem;
  position: relative;
}.rgf_gr_jp_fwz::before {
  background: radial-gradient(circle,rgba(122, 14, 28, 0.28) 0%,transparent 70%);
  border-radius: 50%;
  top: -60px;
  content: '';
  position: absolute;
  height: 250px;
  width: 250px;
  left: -3.75rem;
}.rgf_gr_jp_fwz::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(201, 160, 32, 0.16) 0%,transparent 70%);
  content: '';
  bottom: -40px;
  width: 12.5rem;
  position: absolute;
  right: 0;
  height: 200px;
}.rgf_gr_jp_head_fwz {
  gap: 16px;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  position: relative;
}.rgf_gr_jp_info_fwz {
  flex: 1;
}.rgf_gr_jp_label_fwz {
  color: #8B3FBE;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: .08em;
}.rgf_gr_jp_label_fwz svg {
  stroke-linecap: round;
  margin-right: 0.25rem;
  stroke-linejoin: round;
  height: 14px;
  vertical-align: -2px;
  width: 0.875rem;
}.rgf_gr_jp_amount_fwz {
  line-height: 1;
  color: #F2EDDF;
  font-weight: 800;
  margin-bottom: 0.25rem;
  font-family: 'Cinzel', serif;
  font-size: 2rem;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.rgf_gr_jp_amount_fwz {
  font-size: 40px;
}
}.rgf_gr_jp_amount_fwz span {
  color: #C9A020;
}.rgf_gr_jp_seo_fwz {
  font-size: 0.75rem;
  line-height: 1.5;
  max-width: 480px;
  color: #918A78;
  overflow-wrap: break-word;
}.rgf_gr_jp_cta_fwz {
  border: 1px solid rgba(122, 14, 28, 0.28);
  transition: background .2s;
  background: rgba(122, 14, 28, 0.28);
  padding: 0.688rem 20px;
  border-radius: 8px;
  white-space: nowrap;
  margin-top: 0.25rem;
  z-index: 1;
  font-weight: 700;
  position: relative;
  font-size: 0.813rem;
  flex-shrink: 0;
  align-self: flex-start;
  color: #F2EDDF;
}.rgf_gr_jp_cta_fwz:hover {
  background: #7A0E1C;
}.rgf_gcg_fwz {
  background: #0E1014;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 766px) {.rgf_gcg_fwz {
  padding: 2.75rem 1.5rem 0;
}
}.rgf_gcg_in_fwz {
  margin: 0 auto;
  max-width: 1320px;
}.rgf_gcg_head_fwz {
  max-width: 45rem;
  margin-bottom: 20px;
}.rgf_gcg_label_fwz {
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 0.688rem;
  color: #C41428;
  text-transform: uppercase;
}.rgf_gcg_h2_fwz {
  margin-bottom: 8px;
  font-size: 1.375rem;
  color: #F2EDDF;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.rgf_gcg_h2_fwz {
  font-size: 28px;
}
}.rgf_gcg_intro_fwz {
  font-size: 13px;
  color: #645E52;
  line-height: 1.6;
}.rgf_gcg_grid_fwz {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.rgf_gcg_grid_fwz {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.rgf_gcg_grid_fwz {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.rgf_gcg_card_fwz {
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.75rem;
  justify-content: flex-end;
  min-height: 240px;
  display: flex;
  position: relative;
  flex-direction: column;
  cursor: pointer;
}.rgf_gcg_card_fwz:hover {
  border-color: rgba(196, 20, 40, 0.18);
  transform: translateY(-3px);
}.rgf_gcg_card_bg_fwz {
  inset: 0;
  position: absolute;
  z-index: 0;
}.rgf_gcg_card_bg_fwz::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.rgf_gcg_card_ic_fwz {
  background: rgba(0,0,0,.45);
  border-radius: 0.25rem;
  z-index: 2;
  width: 2.5rem;
  align-items: center;
  right: 18px;
  top: 18px;
  color: #F2EDDF;
  position: absolute;
  justify-content: center;
  height: 40px;
  display: flex;
}.rgf_gcg_card_ic_fwz svg {
  width: 1.25rem;
  stroke-linecap: round;
  height: 1.25rem;
  stroke-linejoin: round;
}.rgf_gcg_card_ct_fwz {
  position: relative;
  z-index: 1;
}.rgf_gcg_card_h_fwz {
  margin-bottom: 8px;
  font-size: 1.125rem;
  font-family: 'Cinzel', serif;
  color: #F2EDDF;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-weight: 800;
}
@media(min-width: 769px) {.rgf_gcg_card_h_fwz {
  font-size: 1.25rem;
}
}.rgf_gcg_card_p_fwz {
  font-size: 0.75rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  color: rgba(255,255,255,.82);
}.rgf_gcg_card_p_fwz strong {
  color: #F2EDDF;
  font-weight: 600;
}.rgf_gcg_card_cta_fwz {
  gap: 4px;
  font-size: 12px;
  align-items: center;
  color: #C41428;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-flex;
}.rgf_gcg_card_cta_fwz svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.75rem;
  width: 0.75rem;
}.rgf_ws_fwz {
  background: #0E1014;
  padding: 32px 1rem 0;
}
@media(min-width: 771px) {.rgf_ws_fwz {
  padding: 36px 1.5rem 0;
}
}.rgf_ws_in_fwz {
  margin: 0 auto;
  max-width: 1320px;
}.rgf_ws_head_fwz {
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}.rgf_ws_title_fwz {
  gap: 0.625rem;
  overflow-wrap: break-word;
  color: #F2EDDF;
  font-family: 'Cinzel', serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.rgf_ws_title_ic_fwz svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 18px;
  width: 18px;
  color: #C9A020;
}.rgf_ws_online_fwz {
  gap: 0.438rem;
  display: flex;
  font-weight: 600;
  color: #645E52;
  align-items: center;
  font-size: 0.75rem;
}.rgf_ws_online_dot_fwz {
  border-radius: 50%;
  background: #1E9E52;
  width: 8px;
  box-shadow: 0 0 0.375rem rgba(30, 158, 82, 0.16);
  flex-shrink: 0;
  height: 0.5rem;
}.rgf_ws_scroll_fwz {
  gap: 0.5rem;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
  display: flex;
  overflow-x: auto;
}.rgf_ws_scroll_fwz::-webkit-scrollbar {
  display: none;
}.rgf_wc_fwz {
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #121519;
  padding: 10px 0.875rem;
  border-radius: 8px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  min-width: 220px;
}.rgf_wc_img_fwz {
  border-radius: 0.25rem;
  background: #161A22;
  overflow: hidden;
  flex-shrink: 0;
  height: 36px;
  width: 2.25rem;
}.rgf_wc_img_fwz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.rgf_wc_info_fwz {
  min-width: 0;
}.rgf_wc_game_fwz {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
  color: #C4BEA8;
  font-size: 12px;
}.rgf_wc_player_fwz {
  overflow: hidden;
  color: #504A42;
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}.rgf_wc_amount_fwz {
  flex-shrink: 0;
  margin-left: auto;
  white-space: nowrap;
  color: #1E9E52;
  font-size: 0.813rem;
  font-weight: 700;
}.rgf_reg_fwz {
  background: #0E1014;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.rgf_reg_fwz {
  padding: 44px 1.5rem 0;
}
}.rgf_reg_in_fwz {
  margin: 0 auto;
  background: #161A22;
  padding: 28px 24px;
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  max-width: 82.5rem;
}
@media(min-width: 766px) {.rgf_reg_in_fwz {
  padding: 2.5rem;
}
}.rgf_reg_top_fwz {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:860px) {.rgf_reg_top_fwz {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.rgf_reg_label_fwz {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C41428;
}.rgf_reg_h2_fwz {
  margin-bottom: 12px;
  overflow-wrap: break-word;
  line-height: 1.2;
  color: #F2EDDF;
  font-size: 1.375rem;
  font-family: 'Cinzel', serif;
  font-weight: 800;
}
@media(min-width: 766px) {.rgf_reg_h2_fwz {
  font-size: 28px;
}
}.rgf_reg_bonus_fwz {
  border-radius: 0.5rem;
  padding: 10px 16px;
  background: rgba(201, 160, 32, 0.16);
  gap: 0.5rem;
  border: 1px solid rgba(201, 160, 32, 0.16);
  align-items: center;
  margin-bottom: 1rem;
  display: inline-flex;
}.rgf_reg_bonus_amount_fwz {
  color: #C9A020;
  font-size: 1.25rem;
  font-weight: 800;
}.rgf_reg_bonus_text_fwz {
  font-size: 0.813rem;
  line-height: 1.35;
  color: #918A78;
}.rgf_reg_cta_btn_fwz {
  transition: background .2s;
  border-radius: 0.5rem;
  padding: 0.875rem 2rem;
  background: #1E9E52;
  display: inline-block;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 6px 18px rgba(30, 158, 82, 0.46);
  font-size: 15px;
  color: #0A0608;
  font-weight: 700;
  margin-bottom: 0.75rem;
}.rgf_reg_cta_btn_fwz:hover {
  background: #22B45E;
}.rgf_reg_terms_fwz {
  color: #504A42;
  line-height: 1.5;
  font-size: 0.688rem;
}.rgf_reg_seo_fwz {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.813rem;
  margin-top: 1.25rem;
  color: #645E52;
  padding-top: 1.25rem;
  line-height: 1.65;
  overflow-wrap: break-word;
}.rgf_reg_seo_fwz p {
  line-height: 1.65;
  color: #645E52;
  margin-bottom: 10px;
  font-size: 0.813rem;
}.rgf_reg_seo_fwz p:last-child {
  margin-bottom: 0;
}.rgf_reg_seo_fwz strong {
  color: #C4BEA8;
  font-weight: 700;
}.rgf_reg_seo_fwz a {
  transition: color .2s;
  color: #C41428;
  text-decoration: underline;
}.rgf_reg_seo_fwz a:hover {
  color: #E0182E;
}.rgf_reg_seo_fwz ul,.rgf_reg_seo_fwz ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 18px;
}.rgf_reg_seo_fwz ol {
  list-style: decimal;
}.rgf_reg_seo_fwz li {
  font-size: 0.813rem;
  line-height: 1.65;
  margin-bottom: 0.25rem;
  color: #645E52;
}.rgf_reg_seo_fwz table {
  border-collapse: collapse;
  font-size: 0.813rem;
  overflow-x: auto;
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
@media(min-width: 766px) {.rgf_reg_seo_fwz table {
  display: table;
}
}.rgf_reg_seo_fwz th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  font-weight: 700;
  color: #C4BEA8;
  text-align: left;
}.rgf_reg_seo_fwz td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #645E52;
}.rgf_reg_steps_fwz {
  gap: 14px;
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
}
@media(min-width: 859px) {.rgf_reg_steps_fwz {
  margin-top: 0;
}
}.rgf_reg_step_fwz {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  gap: 14px;
  border-radius: 0.5rem;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}.rgf_reg_step_num_fwz {
  border: 1px solid rgba(196, 20, 40, 0.07);
  background: rgba(196, 20, 40, 0.18);
  border-radius: 50%;
  color: #C41428;
  align-items: center;
  font-size: 14px;
  height: 2.125rem;
  width: 2.125rem;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  font-weight: 800;
}.rgf_reg_step_title_fwz {
  color: #F2EDDF;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 3px;
}.rgf_reg_step_text_fwz {
  line-height: 1.5;
  color: #645E52;
  font-size: 12px;
}.rgf_reg_trust_fwz {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  padding-top: 20px;
  margin-top: 1.25rem;
}.rgf_reg_trust_item_fwz {
  gap: 7px;
  font-size: 12px;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
  color: #645E52;
}.rgf_reg_trust_ic_fwz svg {
  stroke-linecap: round;
  height: 16px;
  width: 16px;
  color: #C41428;
  stroke-linejoin: round;
}.rgf_htp_fwz {
  background: #0E1014;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.rgf_htp_fwz {
  padding: 44px 1.5rem 0;
}
}.rgf_htp_in_fwz {
  margin: 0 auto;
  max-width: 82.5rem;
}.rgf_htp_head_fwz {
  margin-bottom: 22px;
  max-width: 45rem;
}.rgf_htp_label_fwz {
  color: #C41428;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.rgf_htp_h2_fwz {
  color: #F2EDDF;
  margin-bottom: 8px;
  font-size: 22px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 800;
}
@media(min-width: 765px) {.rgf_htp_h2_fwz {
  font-size: 1.75rem;
}
}.rgf_htp_intro_fwz {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #645E52;
}.rgf_htp_steps_fwz {
  padding: 0;
  list-style: none;
  gap: 0.75rem;
  margin: 0;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width: 639px) {.rgf_htp_steps_fwz {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.rgf_htp_steps_fwz {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.rgf_htp_step_fwz {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #161A22;
  border-radius: 8px;
  padding: 20px 1.125rem 18px;
  position: relative;
  display: flex;
  flex-direction: column;
}.rgf_htp_step_num_fwz {
  border-radius: 50%;
  background: #C41428;
  left: 20px;
  font-weight: 800;
  position: absolute;
  width: 28px;
  font-family: 'Cinzel', serif;
  height: 28px;
  top: -12px;
  color: #0A0608;
  font-size: 0.813rem;
  justify-content: center;
  display: flex;
  align-items: center;
}.rgf_htp_step_ic_fwz {
  background: rgba(196, 20, 40, 0.18);
  margin: 0.5rem 0 0.75rem;
  border-radius: 4px;
  width: 2.25rem;
  justify-content: center;
  color: #C41428;
  display: flex;
  height: 36px;
  align-items: center;
}.rgf_htp_step_ic_fwz svg {
  stroke-linecap: round;
  height: 1.125rem;
  stroke-linejoin: round;
  width: 1.125rem;
}.rgf_htp_step_h_fwz {
  margin-bottom: 6px;
  color: #F2EDDF;
  font-weight: 700;
  overflow-wrap: break-word;
  line-height: 1.25;
  font-size: 0.875rem;
}.rgf_htp_step_p_fwz {
  font-size: 13px;
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #645E52;
}.rgf_htp_step_p_fwz strong {
  font-weight: 600;
  color: #C4BEA8;
}.rgf_htp_cta_fwz {
  transition: background .2s;
  padding: 13px 1.625rem;
  background: #1E9E52;
  border-radius: 0.5rem;
  margin-top: 20px;
  color: #0A0608;
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
}.rgf_htp_cta_fwz:hover {
  background: #22B45E;
}.rgf_app_fwz {
  padding: 36px 16px 0;
  background: #0E1014;
}
@media(min-width:768px) {.rgf_app_fwz {
  padding: 44px 24px 0;
}
}.rgf_app_in_fwz {
  margin: 0 auto;
  max-width: 1320px;
}.rgf_app_head_fwz {
  margin-bottom: 16px;
}.rgf_app_label_fwz {
  font-size: 11px;
  letter-spacing: .08em;
  color: #C41428;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.rgf_app_h2_fwz {
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F2EDDF;
  margin-bottom: 0.375rem;
  font-weight: 800;
}
@media(min-width: 765px) {.rgf_app_h2_fwz {
  font-size: 24px;
}
}.rgf_app_sub_fwz {
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #645E52;
  max-width: 600px;
  font-size: 0.813rem;
}.rgf_app_sub_fwz strong {
  color: #C4BEA8;
  font-weight: 700;
}.rgf_app_cards_fwz {
  gap: 10px;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 1rem;
}
@media(min-width:640px) {.rgf_app_cards_fwz {
  grid-template-columns: repeat(3,1fr);
}
}.rgf_app_card_fwz {
  border-radius: 0.5rem;
  gap: 1rem;
  overflow: hidden;
  padding: 1.25rem;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  display: flex;
}.rgf_app_card_ios_fwz {
  background: linear-gradient(135deg,rgba(196, 20, 40, 0.18) 0%,#161A22 100%);
}.rgf_app_card_android_fwz {
  background: linear-gradient(135deg,rgba(30, 158, 82, 0.16) 0%,#161A22 100%);
}.rgf_app_card_win_fwz {
  background: linear-gradient(135deg,rgba(201, 160, 32, 0.16) 0%,#161A22 100%);
}.rgf_app_card_ic_fwz svg {
  width: 2.125rem;
  stroke-linecap: round;
  height: 34px;
  stroke-linejoin: round;
}.rgf_app_card_ic_fwz {
  flex-shrink: 0;
  color: #F2EDDF;
}.rgf_app_card_os_fwz {
  font-weight: 700;
  color: #645E52;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: .08em;
}.rgf_app_card_title_fwz {
  margin-bottom: 0.375rem;
  color: #F2EDDF;
  font-weight: 700;
  font-size: 15px;
  overflow-wrap: break-word;
  line-height: 1.2;
}.rgf_app_card_text_fwz {
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  line-height: 1.5;
  color: #645E52;
  font-size: 0.75rem;
}.rgf_app_card_btn_fwz {
  border-radius: 4px;
  padding: 10px 1.125rem;
  transition: background .2s;
  border: 1px solid rgba(196, 20, 40, 0.55);
  background: rgba(255, 255, 255, 0.12);
  gap: 7px;
  font-size: 0.813rem;
  color: #F2EDDF;
  align-items: center;
  font-weight: 700;
  display: inline-flex;
}.rgf_app_card_btn_fwz:hover {
  background: rgba(255, 255, 255, 0.07);
}.rgf_prov_fwz {
  background: #0E1014;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.rgf_prov_fwz {
  padding: 2.75rem 1.5rem 0;
}
}.rgf_prov_in_fwz {
  margin: 0 auto;
  max-width: 1320px;
}.rgf_prov_head_fwz {
  margin-bottom: 16px;
}.rgf_prov_label_fwz {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #C41428;
  margin-bottom: 0.5rem;
}.rgf_prov_h2_fwz {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
  color: #F2EDDF;
}
@media(min-width: 770px) {.rgf_prov_h2_fwz {
  font-size: 1.5rem;
}
}.rgf_prov_seo_fwz {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #645E52;
  line-height: 1.6;
  max-width: 620px;
  margin-bottom: 16px;
}.rgf_prov_seo_fwz strong {
  color: #C4BEA8;
  font-weight: 700;
}.rgf_prov_seo_fwz a {
  text-decoration: underline;
  color: #C41428;
}.rgf_prov_grid_fwz {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width:640px) {.rgf_prov_grid_fwz {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.rgf_prov_grid_fwz {
  grid-template-columns: repeat(8,1fr);
}
}.rgf_prov_card_fwz {
  gap: 0.438rem;
  background: #121519;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  padding: 0.875rem 0.625rem;
  transition: border-color .2s,background .2s;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
}.rgf_prov_card_fwz:hover {
  border-color: rgba(196, 20, 40, 0.55);
  background: #161A22;
}.rgf_prov_logo_fwz {
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
}.rgf_prov_logo_fwz img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.rgf_prov_name_fwz {
  overflow-wrap: break-word;
  text-align: center;
  color: #918A78;
  font-size: 11px;
  font-weight: 600;
}.rgf_bon_fwz {
  background: #0E1014;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.rgf_bon_fwz {
  padding: 2.75rem 1.5rem 0;
}
}.rgf_bon_in_fwz {
  margin: 0 auto;
  max-width: 1320px;
}.rgf_bon_head_fwz {
  margin-bottom: 1.25rem;
}.rgf_bon_label_fwz {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C41428;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
}.rgf_bon_h2_fwz {
  color: #F2EDDF;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 8px;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.rgf_bon_h2_fwz {
  font-size: 1.5rem;
}
}.rgf_bon_seo_fwz {
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #645E52;
  font-size: 0.813rem;
  max-width: 620px;
}.rgf_bon_seo_fwz strong {
  font-weight: 700;
  color: #C4BEA8;
}.rgf_bon_seo_fwz a {
  text-decoration: underline;
  color: #C41428;
}.rgf_bon_grid_fwz {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.rgf_bon_grid_fwz {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.rgf_bon_grid_fwz {
  grid-template-columns: repeat(5,1fr);
}
}.rgf_bon_card_fwz {
  border-radius: 0.5rem;
  padding: 16px;
  transition: border-color .2s,transform .2s;
  background: #121519;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.rgf_bon_card_fwz:hover {
  transform: translateY(-2px);
  border-color: rgba(196, 20, 40, 0.07);
}.rgf_bon_card_ic_fwz svg {
  stroke-linecap: round;
  height: 1.625rem;
  stroke-linejoin: round;
  width: 1.625rem;
}.rgf_bon_card_ic_fwz {
  margin-bottom: 10px;
}.rgf_bon_card_type_fwz {
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #645E52;
  font-size: 10px;
}.rgf_bon_card_amount_fwz {
  margin-bottom: 0.375rem;
  font-size: 1.125rem;
  line-height: 1.1;
  font-weight: 800;
  color: #C9A020;
}.rgf_bon_card_name_fwz {
  color: #F2EDDF;
  overflow-wrap: break-word;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 0.813rem;
}.rgf_bon_card_detail_fwz {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #504A42;
  line-height: 1.5;
  font-size: 11px;
  padding-top: 0.5rem;
  overflow-wrap: break-word;
}.rgf_pmt_fwz {
  background: #0E1014;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.rgf_pmt_fwz {
  padding: 44px 24px 0;
}
}.rgf_pmt_in_fwz {
  margin: 0 auto;
  max-width: 1320px;
}.rgf_pmt_head_fwz {
  max-width: 720px;
  margin-bottom: 22px;
}.rgf_pmt_label_fwz {
  text-transform: uppercase;
  font-size: 11px;
  color: #C41428;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: .08em;
}.rgf_pmt_h2_fwz {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-size: 22px;
  color: #F2EDDF;
  font-family: 'Cinzel', serif;
}
@media(min-width: 767px) {.rgf_pmt_h2_fwz {
  font-size: 1.75rem;
}
}.rgf_pmt_intro_fwz {
  font-size: 0.875rem;
  color: #645E52;
  overflow-wrap: break-word;
  line-height: 1.6;
}.rgf_pmt_groups_fwz {
  gap: 1.25rem;
  flex-direction: column;
  display: flex;
}.rgf_pmt_group_fwz {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #161A22;
  padding: 1.25rem;
}.rgf_pmt_group_head_fwz {
  gap: 0.75rem;
  display: flex;
  margin-bottom: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
}.rgf_pmt_group_ic_fwz {
  background: rgba(196, 20, 40, 0.18);
  border-radius: 0.25rem;
  display: flex;
  width: 2.25rem;
  color: #C41428;
  flex-shrink: 0;
  justify-content: center;
  height: 2.25rem;
  align-items: center;
}.rgf_pmt_group_ic_fwz svg {
  width: 1.125rem;
  stroke-linecap: round;
  height: 1.125rem;
  stroke-linejoin: round;
}.rgf_pmt_group_h_fwz {
  margin: 0;
  font-family: 'Cinzel', serif;
  color: #F2EDDF;
  font-weight: 700;
  font-size: 1rem;
  overflow-wrap: break-word;
}.rgf_pmt_group_p_fwz {
  line-height: 1.6;
  color: #645E52;
  overflow-wrap: break-word;
  font-size: 13px;
  margin-bottom: 14px;
}.rgf_pmt_group_p_fwz strong {
  font-weight: 600;
  color: #C4BEA8;
}.rgf_pmt_table_wrap_fwz {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.rgf_pmt_table_fwz {
  width: 100%;
  border-collapse: collapse;
  min-width: 540px;
  font-size: 13px;
}.rgf_pmt_table_fwz th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  text-align: left;
  color: #C4BEA8;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.688rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}.rgf_pmt_table_fwz td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  color: #645E52;
}.rgf_pmt_table_fwz tbody tr:last-child td {
  border-bottom: none;
}.rgf_pmt_table_fwz tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C4BEA8;
}.rgf_rv_fwz {
  background: #0E1014;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.rgf_rv_fwz {
  padding: 44px 24px 0;
}
}.rgf_rv_in_fwz {
  margin: 0 auto;
  max-width: 1320px;
}.rgf_rv_head_fwz {
  margin-bottom: 20px;
  max-width: 45rem;
}.rgf_rv_label_fwz {
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #C41428;
}.rgf_rv_h2_fwz {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F2EDDF;
  font-size: 1.375rem;
  font-weight: 800;
  margin-bottom: 0.625rem;
}
@media(min-width:768px) {.rgf_rv_h2_fwz {
  font-size: 1.75rem;
}
}.rgf_rv_stats_fwz {
  gap: 1.125rem;
  font-size: 0.813rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  color: #645E52;
}.rgf_rv_stats_score_fwz {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.rgf_rv_stats_score_val_fwz {
  font-weight: 800;
  font-size: 1.375rem;
  font-family: 'Cinzel', serif;
  color: #C9A020;
}.rgf_rv_stats_score_max_fwz {
  font-size: 0.813rem;
  color: #504A42;
}.rgf_rv_stats_badge_fwz {
  gap: 4px;
  align-items: center;
  display: flex;
}.rgf_rv_stats_badge_fwz svg {
  width: 14px;
  color: #C9A020;
  height: 14px;
}.rgf_rv_grid_fwz {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.rgf_rv_grid_fwz {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.rgf_rv_grid_fwz {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.rgf_rv_card_fwz {
  padding: 20px;
  background: #161A22;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
}.rgf_rv_card_stars_fwz {
  gap: 2px;
  margin-bottom: 0.625rem;
  display: flex;
  color: #C9A020;
}.rgf_rv_card_stars_fwz svg {
  width: 0.875rem;
  height: 0.875rem;
}.rgf_rv_card_h_fwz {
  color: #F2EDDF;
  line-height: 1.3;
  font-weight: 700;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}.rgf_rv_card_body_fwz {
  flex: 1;
  color: #645E52;
  margin-bottom: 14px;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
}.rgf_rv_card_body_fwz strong {
  font-weight: 600;
  color: #C4BEA8;
}.rgf_rv_card_meta_fwz {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 12px;
}.rgf_rv_card_author_fwz {
  font-weight: 600;
  font-size: 0.75rem;
  color: #C4BEA8;
}.rgf_rv_card_date_fwz {
  color: #504A42;
  font-size: 0.688rem;
}.rgf_seo_fwz {
  background: #0E1014;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.rgf_seo_fwz {
  padding: 44px 24px 0;
}
}.rgf_seo_in_fwz {
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  padding: 28px 24px;
  border-radius: 12px;
  background: #161A22;
  max-width: 1320px;
}
@media(min-width: 771px) {.rgf_seo_in_fwz {
  padding: 36px 40px;
}
}.rgf_seo_label_fwz {
  text-transform: uppercase;
  color: #C41428;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
}.rgf_seo_h2_fwz {
  line-height: 1.25;
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  margin-bottom: 14px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F2EDDF;
}
@media(min-width: 771px) {.rgf_seo_h2_fwz {
  font-size: 24px;
}
}.rgf_seo_body_fwz {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #918A78;
}.rgf_seo_body_fwz p {
  margin-bottom: 12px;
  color: #918A78;
  line-height: 1.75;
  font-size: 14px;
}.rgf_seo_body_fwz p:last-child {
  margin-bottom: 0;
}.rgf_seo_body_fwz strong {
  font-weight: 700;
  color: #C4BEA8;
}.rgf_seo_body_fwz a {
  transition: color .2s;
  color: #C41428;
  text-decoration: underline;
}.rgf_seo_body_fwz a:hover {
  color: #E0182E;
}.rgf_seo_body_fwz ul,.rgf_seo_body_fwz ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.rgf_seo_body_fwz ol {
  list-style: decimal;
}.rgf_seo_body_fwz li {
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  color: #918A78;
}.rgf_seo_body_fwz table {
  font-size: 0.813rem;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  margin-bottom: 12px;
  display: block;
}
@media(min-width: 766px) {.rgf_seo_body_fwz table {
  display: table;
}
}.rgf_seo_body_fwz th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  text-align: left;
  font-weight: 700;
  color: #C4BEA8;
}.rgf_seo_body_fwz td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #918A78;
}.rgf_seo_cols_fwz {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.rgf_seo_cols_fwz {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.rgf_seo_cols_fwz {
  grid-template-columns: repeat(3,1fr);
}
}.rgf_seo_col_h_fwz {
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #C4BEA8;
}.rgf_seo_col_p_fwz {
  font-size: 13px;
  color: #645E52;
  overflow-wrap: break-word;
  line-height: 1.65;
}.rgf_seo_stats_fwz {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.rgf_seo_stat_fwz {
  border: 1px solid rgba(196, 20, 40, 0.18);
  flex: 1;
  background: rgba(196, 20, 40, 0.07);
  border-radius: 8px;
  padding: 14px 1rem;
  min-width: 8.75rem;
}.rgf_seo_stat_val_fwz {
  font-weight: 800;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #C41428;
}.rgf_seo_stat_lb_fwz {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #645E52;
}.rgf_seo_fwz {
  background: #0E1014;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.rgf_seo_fwz {
  padding: 44px 1.5rem 0;
}
}.rgf_seo_in_fwz {
  border-radius: 12px;
  padding: 1.75rem 24px;
  background: #161A22;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 82.5rem;
}
@media(min-width:768px) {.rgf_seo_in_fwz {
  padding: 36px 40px;
}
}.rgf_seo_label_fwz {
  font-size: 0.688rem;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C41428;
}.rgf_seo_h2_fwz {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  line-height: 1.25;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.875rem;
  font-weight: 800;
  color: #F2EDDF;
}
@media(min-width: 766px) {.rgf_seo_h2_fwz {
  font-size: 1.5rem;
}
}.rgf_seo_body_fwz {
  font-size: 0.875rem;
  color: #918A78;
  line-height: 1.75;
  overflow-wrap: break-word;
}.rgf_seo_body_fwz p {
  line-height: 1.75;
  color: #918A78;
  margin-bottom: 12px;
  font-size: 0.875rem;
}.rgf_seo_body_fwz p:last-child {
  margin-bottom: 0;
}.rgf_seo_body_fwz strong {
  font-weight: 700;
  color: #C4BEA8;
}.rgf_seo_body_fwz a {
  transition: color .2s;
  color: #C41428;
  text-decoration: underline;
}.rgf_seo_body_fwz a:hover {
  color: #E0182E;
}.rgf_seo_body_fwz ul,.rgf_seo_body_fwz ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.rgf_seo_body_fwz ol {
  list-style: decimal;
}.rgf_seo_body_fwz li {
  margin-bottom: 6px;
  color: #918A78;
  line-height: 1.75;
  font-size: 14px;
}.rgf_seo_body_fwz table {
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  margin-bottom: 0.75rem;
  font-size: 13px;
  width: 100%;
}
@media(min-width: 769px) {.rgf_seo_body_fwz table {
  display: table;
}
}.rgf_seo_body_fwz th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  color: #C4BEA8;
  font-weight: 700;
  text-align: left;
}.rgf_seo_body_fwz td {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #918A78;
}.rgf_seo_cols_fwz {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 638px) {.rgf_seo_cols_fwz {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.rgf_seo_cols_fwz {
  grid-template-columns: repeat(3,1fr);
}
}.rgf_seo_col_h_fwz {
  color: #C4BEA8;
  margin-bottom: 0.438rem;
  font-weight: 700;
  font-size: 13px;
  overflow-wrap: break-word;
}.rgf_seo_col_p_fwz {
  overflow-wrap: break-word;
  color: #645E52;
  line-height: 1.65;
  font-size: 13px;
}.rgf_seo_stats_fwz {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.rgf_seo_stat_fwz {
  flex: 1;
  border: 1px solid rgba(196, 20, 40, 0.18);
  border-radius: 0.5rem;
  background: rgba(196, 20, 40, 0.07);
  padding: 14px 16px;
  min-width: 140px;
}.rgf_seo_stat_val_fwz {
  font-size: 20px;
  margin-bottom: 0.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #C41428;
}.rgf_seo_stat_lb_fwz {
  color: #645E52;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.rgf_faq_fwz {
  background: #0E1014;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.rgf_faq_fwz {
  padding: 2.75rem 1.5rem 0;
}
}.rgf_faq_in_fwz {
  margin: 0 auto;
  max-width: 1320px;
}.rgf_faq_head_fwz {
  margin-bottom: 20px;
}.rgf_faq_label_fwz {
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 8px;
  color: #C41428;
  font-weight: 700;
  text-transform: uppercase;
}.rgf_faq_h2_fwz {
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  color: #F2EDDF;
}
@media(min-width: 769px) {.rgf_faq_h2_fwz {
  font-size: 1.5rem;
}
}.rgf_faq_list_fwz {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.rgf_faq_item_fwz {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #161A22;
  overflow: hidden;
  border-radius: 8px;
}.rgf_faq_q_fwz {
  padding: 16px 20px;
  gap: 12px;
  transition: color .2s;
  cursor: pointer;
  overflow-wrap: break-word;
  justify-content: space-between;
  font-weight: 600;
  flex-wrap: wrap;
  align-items: center;
  color: #C4BEA8;
  font-size: 0.875rem;
  display: flex;
}.rgf_faq_q_fwz:hover {
  color: #F2EDDF;
}.rgf_faq_q_ic_fwz {
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  border-radius: 50%;
  color: #C41428;
  align-items: center;
  width: 24px;
  font-size: 1rem;
  justify-content: center;
  display: flex;
  height: 1.5rem;
  flex-shrink: 0;
}.rgf_faq_item_fwz.rgf_state_open_fwz .rgf_faq_q_ic_fwz {
  transform: rotate(45deg);
}.rgf_faq_a_fwz {
  padding: 0 1.25rem 1rem;
  overflow-wrap: break-word;
  line-height: 1.7;
  font-size: 0.813rem;
  display: none;
  color: #645E52;
}.rgf_faq_item_fwz.rgf_state_open_fwz .rgf_faq_a_fwz {
  display: block;
}.rgf_faq_a_fwz strong {
  font-weight: 700;
  color: #C4BEA8;
}.rgf_faq_a_fwz a {
  color: #C41428;
  text-decoration: underline;
}.rgf_faq_a_fwz ul,.rgf_faq_a_fwz ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.rgf_faq_a_fwz ol {
  list-style: decimal;
}.rgf_faq_a_fwz li {
  line-height: 1.6;
  margin-bottom: 4px;
}.rgf_faq_a_fwz table {
  margin: 0.5rem 0;
  display: block;
  border-collapse: collapse;
  width: 100%;
  font-size: 0.75rem;
  overflow-x: auto;
}
@media(min-width: 767px) {.rgf_faq_a_fwz table {
  display: table;
}
}.rgf_faq_a_fwz th {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #C4BEA8;
  text-align: left;
}.rgf_faq_a_fwz td {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #645E52;
}.rgf_seo_fwz {
  background: #0E1014;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.rgf_seo_fwz {
  padding: 2.75rem 1.5rem 0;
}
}.rgf_seo_in_fwz {
  background: #161A22;
  padding: 28px 1.5rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  max-width: 82.5rem;
}
@media(min-width: 770px) {.rgf_seo_in_fwz {
  padding: 2.25rem 2.5rem;
}
}.rgf_seo_label_fwz {
  font-size: 11px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C41428;
}.rgf_seo_h2_fwz {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 0.875rem;
  color: #F2EDDF;
  font-size: 1.25rem;
  overflow-wrap: break-word;
}
@media(min-width: 767px) {.rgf_seo_h2_fwz {
  font-size: 24px;
}
}.rgf_seo_body_fwz {
  font-size: 14px;
  color: #918A78;
  line-height: 1.75;
  overflow-wrap: break-word;
}.rgf_seo_body_fwz p {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 12px;
  color: #918A78;
}.rgf_seo_body_fwz p:last-child {
  margin-bottom: 0;
}.rgf_seo_body_fwz strong {
  color: #C4BEA8;
  font-weight: 700;
}.rgf_seo_body_fwz a {
  transition: color .2s;
  text-decoration: underline;
  color: #C41428;
}.rgf_seo_body_fwz a:hover {
  color: #E0182E;
}.rgf_seo_body_fwz ul,.rgf_seo_body_fwz ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.rgf_seo_body_fwz ol {
  list-style: decimal;
}.rgf_seo_body_fwz li {
  color: #918A78;
  font-size: 14px;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.rgf_seo_body_fwz table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 0.813rem;
  display: block;
  overflow-x: auto;
}
@media(min-width: 767px) {.rgf_seo_body_fwz table {
  display: table;
}
}.rgf_seo_body_fwz th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  font-weight: 700;
  color: #C4BEA8;
}.rgf_seo_body_fwz td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #918A78;
}.rgf_seo_cols_fwz {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 642px) {.rgf_seo_cols_fwz {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.rgf_seo_cols_fwz {
  grid-template-columns: repeat(3,1fr);
}
}.rgf_seo_col_h_fwz {
  color: #C4BEA8;
  font-size: 0.813rem;
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
}.rgf_seo_col_p_fwz {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #645E52;
  line-height: 1.65;
}.rgf_seo_stats_fwz {
  gap: 16px;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.rgf_seo_stat_fwz {
  border: 1px solid rgba(196, 20, 40, 0.18);
  border-radius: 0.5rem;
  padding: 14px 1rem;
  flex: 1;
  background: rgba(196, 20, 40, 0.07);
  min-width: 8.75rem;
}.rgf_seo_stat_val_fwz {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #C41428;
  margin-bottom: 4px;
}.rgf_seo_stat_lb_fwz {
  color: #645E52;
  overflow-wrap: break-word;
  font-size: 11px;
}.rgf_ft_fwz {
  background: #08090C;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.rgf_ft_support_fwz {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.5rem 1rem;
}
@media(min-width: 765px) {.rgf_ft_support_fwz {
  padding: 28px 1.5rem;
}
}.rgf_ft_support_in_fwz {
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 82.5rem;
}.rgf_ft_support_main_fwz {
  flex: 1;
  gap: 16px;
  min-width: 13.75rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.rgf_ft_support_ic_fwz {
  flex-shrink: 0;
  color: #C41428;
}.rgf_ft_support_ic_fwz svg {
  stroke-linecap: round;
  height: 1.875rem;
  stroke-linejoin: round;
  width: 30px;
}.rgf_ft_support_text_title_fwz {
  font-size: 0.938rem;
  margin-bottom: 3px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F2EDDF;
}.rgf_ft_support_text_sub_fwz {
  overflow-wrap: break-word;
  font-size: 12px;
  color: #645E52;
}.rgf_ft_support_btn_fwz {
  padding: 0.688rem 1.375rem;
  background: #C41428;
  border-radius: 8px;
  transition: background .2s;
  color: #F2EDDF;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 13px;
}.rgf_ft_support_btn_fwz:hover {
  background: #E0182E;
}.rgf_ft_support_contacts_fwz {
  gap: 1rem;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.rgf_ft_support_contact_fwz {
  font-size: 0.75rem;
  color: #504A42;
  line-height: 1.4;
}.rgf_ft_support_contact_fwz strong {
  font-weight: 600;
  display: block;
  font-size: 0.688rem;
  margin-bottom: 2px;
  color: #918A78;
}.rgf_ft_main_fwz {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 1rem 1.5rem;
}
@media(min-width: 765px) {.rgf_ft_main_fwz {
  padding: 40px 24px 32px;
}
}.rgf_ft_main_in_fwz {
  margin: 0 auto;
  gap: 24px;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 638px) {.rgf_ft_main_in_fwz {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.rgf_ft_main_in_fwz {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.rgf_ft_col_logo_fwz {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.rgf_ft_col_logo_fwz {
  grid-column: auto;
}
}.rgf_ft_logo_fwz {
  gap: 9px;
  display: flex;
  font-weight: 800;
  flex-wrap: wrap;
  color: #F2EDDF;
  align-items: center;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  font-size: 1rem;
}.rgf_ft_logo_mark_fwz {
  border-radius: 0.25rem;
  overflow: hidden;
  height: 1.875rem;
  width: 1.875rem;
}.rgf_ft_logo_mark_fwz img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.rgf_ft_logo_sub_fwz {
  line-height: 1.55;
  font-size: 0.75rem;
  color: #504A42;
  overflow-wrap: break-word;
  max-width: 12.5rem;
}.rgf_ft_col_title_fwz {
  letter-spacing: .07em;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  color: #918A78;
  font-size: 0.75rem;
  font-weight: 700;
}.rgf_ft_col_links_fwz {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.rgf_ft_col_link_fwz {
  transition: color .2s;
  color: #504A42;
  overflow-wrap: break-word;
  font-size: 13px;
}.rgf_ft_col_link_fwz:hover {
  color: #C4BEA8;
}.rgf_ft_apps_fwz {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.rgf_ft_app_card_fwz {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.625rem 12px;
  transition: border-color .2s;
  gap: 0.625rem;
  display: flex;
  align-items: center;
}.rgf_ft_app_card_fwz:hover {
  border-color: rgba(196, 20, 40, 0.55);
}.rgf_ft_app_card_ic_fwz svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.375rem;
  width: 22px;
}.rgf_ft_app_card_os_fwz {
  font-weight: 600;
  color: #504A42;
  font-size: 10px;
}.rgf_ft_app_card_action_fwz {
  color: #C4BEA8;
  font-weight: 700;
  font-size: 12px;
}.rgf_ft_bot_fwz {
  padding: 1.25rem 16px;
}
@media(min-width: 765px) {.rgf_ft_bot_fwz {
  padding: 20px 24px;
}
}.rgf_ft_bot_in_fwz {
  margin: 0 auto;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1320px;
  display: flex;
}.rgf_ft_socials_fwz {
  gap: 8px;
  display: flex;
}.rgf_ft_soc_fwz {
  border-radius: 0.25rem;
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  height: 2.25rem;
  color: #918A78;
}.rgf_ft_soc_fwz svg {
  height: 16px;
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.rgf_ft_soc_fwz:hover {
  background: rgba(255, 255, 255, 0.07);
}.rgf_ft_legal_fwz {
  flex: 1;
  font-size: 0.688rem;
  color: #807A70;
  min-width: 200px;
  overflow-wrap: break-word;
  line-height: 1.6;
}.rgf_ft_legal_fwz strong {
  color: #918A78;
  font-weight: 700;
}.rgf_ft_legal_fwz a {
  text-decoration: underline;
  color: #918A78;
}.rgf_ft_age_fwz {
  border-radius: 50%;
  border: 2px solid #807A70;
  justify-content: center;
  font-size: 0.688rem;
  color: #807A70;
  height: 2rem;
  font-weight: 800;
  flex-shrink: 0;
  align-items: center;
  margin-left: auto;
  width: 32px;
  display: flex;
}