html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0E1117;
  color: #C8D4C2;
  min-height: 100vh;
  line-height: 1.6;
  font-family: 'Barlow', sans-serif;
  -webkit-font-smoothing: antialiased;
}.rcx_layout-swu {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.rcx_page-swu {
  display: flex;
  min-height: 100vh;
}.rcx_main-swu {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media (min-width: 1079px) {.rcx_main-swu {
  padding-left: 13.75rem;
}
}
@media (max-width: 1080px) {.rcx_main-swu {
  padding-bottom: 72px;
}
}.rcx_gc-swu {
  background: #121720;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 0.625rem;
  cursor: pointer;
  position: relative;
  width: 8.75rem;
  flex-shrink: 0;
}
@media(min-width: 641px) {.rcx_gc-swu {
  width: 9.75rem;
}
}
@media(min-width: 1078px) {.rcx_gc-swu {
  width: 168px;
}
}.rcx_gc-swu:hover {
  border-color: rgba(39,210,120,0.07);
  transform: translateY(-3px);
}.rcx_gc_img-swu {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.rcx_gc_img-swu img {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}.rcx_gc_hover-swu {
  transition: opacity .2s;
  background: rgba(9,12,18,0.72);
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: absolute;
  align-items: center;
  display: flex;
}.rcx_gc-swu:hover .rcx_gc_hover-swu {
  opacity: 1;
}.rcx_gc_hover_btn-swu {
  border-radius: 0.313rem;
  background: #27D278;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  color: #F0F4EE;
  font-weight: 700;
}.rcx_gc_info-swu {
  padding: 8px 0.625rem 0.625rem;
}.rcx_gc_name-swu {
  overflow: hidden;
  color: #C8D4C2;
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 12px;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}.rcx_gc_prov-swu {
  color: #4E5F4C;
  font-size: 0.625rem;
}.rcx_gc_tag-swu {
  border-radius: 4px;
  padding: 2px 7px;
  letter-spacing: .04em;
  text-transform: uppercase;
  left: 6px;
  font-size: 0.563rem;
  font-weight: 700;
  position: absolute;
  top: 6px;
  z-index: 2;
}.rcx_gc_tag_hot-swu {
  background: #E03A3A;
  color: #fff;
}.rcx_gc_tag_new-swu {
  background: #2ECC71;
  color: #0E1117;
}.rcx_gc_tag_jp-swu {
  background: #E8A830;
  color: #0E1117;
}.rcx_gc_tag_ex-swu {
  background: #1A8C5A;
  color: #fff;
}.rcx_gc_tag_live-swu {
  background: #E03A3A;
  color: #fff;
}.rcx_gr-swu {
  background: #0E1117;
  padding: 2rem 1rem 0;
}
@media(min-width: 765px) {.rcx_gr-swu {
  padding: 2.25rem 24px 0;
}
}.rcx_gr_in-swu {
  margin: 0 auto;
  max-width: 1320px;
}.rcx_gr_head-swu {
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}.rcx_gr_head_l-swu {
  flex: 1;
  gap: 10px;
  display: flex;
  align-items: center;
  min-width: 0;
}.rcx_gr_ic-swu {
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  width: 2rem;
  flex-shrink: 0;
  height: 2rem;
  justify-content: center;
}.rcx_gr_ic-swu svg {
  width: 1rem;
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
}.rcx_gr_title-swu {
  color: #F0F4EE;
  overflow-wrap: break-word;
  font-size: 1rem;
  font-weight: 700;
  font-family: 'Cinzel', serif;
}
@media(min-width: 770px) {.rcx_gr_title-swu {
  font-size: 18px;
}
}.rcx_gr_more-swu {
  transition: color .2s;
  gap: 0.313rem;
  font-weight: 600;
  flex-shrink: 0;
  font-size: 12px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  color: #6B7F68;
}.rcx_gr_more-swu:hover {
  color: #27D278;
}.rcx_gr_more-swu svg {
  height: 0.75rem;
  width: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.rcx_gr_arrows-swu {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.rcx_gr_arr-swu {
  border-radius: 5px;
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.05);
  transition: background .15s,color .15s;
  align-items: center;
  color: #8FA eighteen8A;
  display: flex;
  justify-content: center;
  height: 30px;
  width: 30px;
}.rcx_gr_arr-swu:hover {
  background: rgba(255,255,255,0.07);
  color: #F0F4EE;
}.rcx_gr_arr-swu svg {
  height: 0.813rem;
  width: 0.813rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.rcx_gr_seo_h-swu {
  margin: 0 0 6px;
  font-weight: 700;
  font-size: 13px;
  max-width: 42.5rem;
  color: #C8D4C2;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 767px) {.rcx_gr_seo_h-swu {
  font-size: 14px;
}
}.rcx_gr_seo-swu {
  max-width: 680px;
  font-size: 0.75rem;
  color: #6B7F68;
  margin-bottom: 12px;
  line-height: 1.55;
  overflow-wrap: break-word;
}.rcx_gr_seo-swu strong {
  color: #C8D4C2;
  font-weight: 600;
}.rcx_gr_scroll-swu {
  gap: 10px;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}.rcx_gr_scroll-swu::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.rcx_gr_scroll-swu {
  gap: 0.75rem;
}
}.rcx_tb-swu {
  background: #0E1117;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  z-index: 80;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  align-items: center;
  height: 56px;
  left: 0;
}.rcx_tb_in-swu {
  gap: 0;
  padding: 0 0.875rem;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}.rcx_tb_burger-swu {
  gap: 0.313rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  width: 2.375rem;
  height: 38px;
  margin-right: 0.5rem;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
}.rcx_tb_burger-swu:hover {
  background: rgba(255,255,255,0.05);
}.rcx_tb_burger_line-swu {
  border-radius: 1px;
  background: #8FA eighteen8A;
  display: block;
  width: 1.125rem;
  height: 2px;
}
@media(min-width: 1078px) {.rcx_tb_burger-swu {
  display: none;
}
}.rcx_tb_logo-swu {
  gap: 9px;
  color: #F0F4EE;
  flex-shrink: 0;
  letter-spacing: -.01em;
  font-weight: 800;
  font-size: 1.125rem;
  overflow-wrap: break-word;
  margin-right: 20px;
  display: flex;
  align-items: center;
}.rcx_tb_logo_mark-swu {
  border-radius: 0.625rem;
  overflow: hidden;
  height: 32px;
  display: flex;
  width: 32px;
  justify-content: center;
  align-items: center;
}.rcx_tb_logo_mark-swu img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.rcx_tb_nav-swu {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 643px) {.rcx_tb_nav-swu {
  display: flex;
}
}.rcx_tb_tab-swu {
  border-radius: 10px;
  transition: background .15s,color .15s;
  padding: 8px 0.875rem;
  color: #8FA eighteen8A;
  font-weight: 600;
  font-size: 0.813rem;
  white-space: nowrap;
}.rcx_tb_tab-swu:hover {
  background: rgba(255,255,255,0.05);
  color: #F0F4EE;
}.rcx_tb_tab-swu.rcx_state_active-swu {
  background: rgba(39,210,120,0.18);
  color: #F0F4EE;
}.rcx_tb_right-swu {
  gap: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: auto;
}.rcx_tb_login-swu {
  border: 1px solid rgba(255,255,255,0.09);
  padding: 0.563rem 16px;
  transition: border-color .2s,color .2s;
  border-radius: 10px;
  background: rgba(255,255,255,0.05);
  font-weight: 600;
  display: none;
  font-size: 13px;
  color: #C8D4C2;
}.rcx_tb_login-swu:hover {
  border-color: rgba(39,210,120,0.38);
  color: #F0F4EE;
}
@media(min-width: 477px) {.rcx_tb_login-swu {
  display: block;
}
}.rcx_tb_reg-swu {
  border-radius: 0.625rem;
  transition: background .2s;
  padding: 0.563rem 1.125rem;
  background: #2ECC71;
  font-weight: 700;
  color: #081010;
  white-space: nowrap;
  font-size: 13px;
}.rcx_tb_reg-swu:hover {
  background: #3DDC82;
}.rcx_sb-swu {
  transition: transform .25s ease;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255,255,255,0.05);
  background: #161C27;
  position: fixed;
  width: 13.75rem;
  z-index: 70;
  top: 56px;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}.rcx_sb-swu.rcx_state_open-swu {
  transform: translateX(0);
}.rcx_sb-swu::-webkit-scrollbar {
  width: 4px;
}.rcx_sb-swu::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.07);
  border-radius: 2px;
}
@media(min-width: 1077px) {.rcx_sb-swu {
  transform: translateX(0);
}
}.rcx_sb_auth-swu {
  padding: 14px 12px 10px;
}.rcx_sb_btn_reg-swu {
  transition: background .2s;
  background: #2ECC71;
  padding: 11px;
  border-radius: 0.625rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
  font-size: 0.813rem;
  color: #081010;
  display: block;
}.rcx_sb_btn_reg-swu:hover {
  background: #3DDC82;
}.rcx_sb_btn_login-swu {
  background: rgba(255,255,255,0.05);
  transition: border-color .2s;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 10px;
  font-size: 0.813rem;
  text-align: center;
  display: block;
  font-weight: 600;
  color: #C8D4C2;
}.rcx_sb_btn_login-swu:hover {
  border-color: rgba(39,210,120,0.38);
  color: #F0F4EE;
}.rcx_sb_promo-swu {
  margin: 0 0.75rem 0.625rem;
  padding: 12px 0.875rem;
  overflow: hidden;
  background: linear-gradient(135deg,#0A1F14,#161C27);
  border-radius: 0.625rem;
  border: 1px solid rgba(39,210,120,0.18);
  position: relative;
}.rcx_sb_promo-swu::before {
  background: radial-gradient(circle,rgba(39,210,120,0.18),transparent 70%);
  border-radius: 50%;
  content: '';
  height: 80px;
  top: -20px;
  position: absolute;
  width: 80px;
  right: -20px;
}.rcx_sb_promo_title-swu {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .06em;
  margin-bottom: 4px;
  color: #27D278;
  font-size: 11px;
}.rcx_sb_promo_text-swu {
  font-weight: 600;
  line-height: 1.35;
  color: #F0F4EE;
  overflow-wrap: break-word;
  font-size: 12px;
}.rcx_sb_promo_sub-swu {
  color: #6B7F68;
  font-size: 0.625rem;
  margin-top: 3px;
}.rcx_sb_nav-swu {
  padding: 6px 8px 1rem;
}.rcx_sb_nav_lb-swu {
  padding: 0.625rem 0.5rem 6px;
  color: #4E5F4C;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}.rcx_sb_link-swu {
  border-radius: 0.313rem;
  gap: 0.625rem;
  transition: background .15s,color .15s;
  padding: 0.563rem 10px;
  font-weight: 500;
  color: #8FA eighteen8A;
  overflow-wrap: break-word;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 0.813rem;
}.rcx_sb_link-swu:hover {
  background: rgba(255,255,255,0.05);
  color: #F0F4EE;
}.rcx_sb_link-swu.rcx_state_active-swu {
  background: rgba(39,210,120,0.18);
  color: #F0F4EE;
}.rcx_sb_ic-swu {
  border-radius: 0.313rem;
  display: flex;
  width: 30px;
  flex-shrink: 0;
  align-items: center;
  height: 30px;
  justify-content: center;
}.rcx_sb_ic-swu svg {
  width: 16px;
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.rcx_sb_ic_1-swu {
  background: rgba(39,210,120,0.07);
  color: #27D278;
}.rcx_sb_ic_2-swu {
  background: rgba(46,204,113,0.15);
  color: #2ECC71;
}.rcx_sb_ic_3-swu {
  background: rgba(232,168,48,0.14);
  color: #E8A830;
}.rcx_sb_ic_4-swu {
  background: rgba(26,140,90,0.22);
  color: #1A8C5A;
}.rcx_sb_ic_5-swu {
  background: rgba(39,210,120,0.07);
  color: #E8529A;
}.rcx_sb_ic_6-swu {
  background: rgba(26,140,90,0.22);
  color: #9B5DE5;
}.rcx_sb_badge-swu {
  padding: 2px 7px;
  background: #E8A830;
  border-radius: 0.313rem;
  margin-left: auto;
  color: #081010;
  font-size: 0.563rem;
  font-weight: 700;
}.rcx_sb_bot-swu {
  gap: 8px;
  padding: 0.75rem;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
}.rcx_sb_lang-swu,.rcx_sb_help-swu {
  padding: 9px 0.375rem;
  gap: 6px;
  border: 1px solid rgba(255,255,255,0.05);
  transition: border-color .2s;
  background: rgba(255,255,255,0.05);
  border-radius: 5px;
  flex: 1;
  justify-content: center;
  font-size: 0.688rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  color: #8FA eighteen8A;
}.rcx_sb_lang-swu:hover,.rcx_sb_help-swu:hover {
  border-color: rgba(39,210,120,0.38);
  color: #F0F4EE;
}.rcx_sb_lang-swu svg,.rcx_sb_help-swu svg {
  stroke-linejoin: round;
  width: 13px;
  height: 0.813rem;
  stroke-linecap: round;
}.rcx_sb_bd-swu {
  inset: 0;
  background: rgba(9,12,18,0.72);
  position: fixed;
  display: none;
  z-index: 69;
}.rcx_sb_bd-swu.rcx_state_on-swu {
  display: block;
}
@media(min-width: 1083px) {.rcx_sb_bd-swu {
  display: none!important;
}
}.rcx_mob_nav-swu {
  border-top: 1px solid rgba(255,255,255,0.09);
  padding: 0.5rem 0 max(0.5rem,env(safe-area-inset-bottom));
  background: #161C27;
  right: 0;
  z-index: 80;
  left: 0;
  position: fixed;
  display: flex;
  bottom: 0;
}
@media(min-width: 1083px) {.rcx_mob_nav-swu {
  display: none;
}
}.rcx_mob_nav_item-swu {
  flex: 1;
  gap: 4px;
  padding: 4px 2px;
  cursor: pointer;
  color: #4E5F4C;
  flex-direction: column;
  align-items: center;
  display: flex;
}.rcx_mob_nav_ic-swu {
  line-height: 1;
}.rcx_mob_nav_ic-swu svg {
  stroke-linejoin: round;
  height: 1.25rem;
  stroke-linecap: round;
  width: 1.25rem;
}.rcx_mob_nav_lb-swu {
  font-size: 10px;
  color: #4E5F4C;
  font-weight: 600;
}.rcx_mob_nav_item-swu.rcx_state_active-swu {
  color: #27D278;
}.rcx_mob_nav_item-swu.rcx_state_active-swu .rcx_mob_nav_lb-swu {
  color: #27D278;
}.rcx_hero-swu {
  padding: 1.25rem 1rem 0;
  background: #0E1117;
}
@media(min-width: 770px) {.rcx_hero-swu {
  padding: 24px 1.5rem 0;
}
}.rcx_hero_in-swu {
  margin: 0 auto;
  gap: 12px;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.rcx_hero_in-swu {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1103px) {.rcx_hero_in-swu {
  grid-template-columns: 1fr 340px;
}
}.rcx_hero_promo-swu {
  border-radius: 16px;
  overflow: hidden;
  background: #121720;
  min-height: 13.75rem;
  display: flex;
  align-items: stretch;
  position: relative;
}
@media(min-width: 766px) {.rcx_hero_promo-swu {
  min-height: 280px;
}
}.rcx_hero_promo_bg-swu {
  background: linear-gradient(120deg,#0A1F14 0%,#0E1117 100%);
  background-position: center;
  inset: 0;
  background-size: cover;
  position: absolute;
}.rcx_hero_promo_bg-swu::after {
  inset: 0;
  background: linear-gradient(90deg,#0E1117 0%,rgba(9,12,18,0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.rcx_hero_promo_glow-swu {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(26,140,90,0.22) 0%,transparent 65%);
  top: -2.5rem;
  height: 300px;
  right: 60px;
  width: 18.75rem;
  position: absolute;
  pointer-events: none;
}.rcx_hero_promo_ct-swu {
  padding: 28px 1.5rem 1.75rem 28px;
  justify-content: center;
  position: relative;
  flex-direction: column;
  max-width: 480px;
  z-index: 2;
  display: flex;
}
@media(min-width: 770px) {.rcx_hero_promo_ct-swu {
  padding: 40px 32px;
}
}.rcx_hero_badge-swu {
  background: rgba(39,210,120,0.18);
  padding: 0.313rem 12px;
  border: 1px solid rgba(39,210,120,0.07);
  border-radius: 20px;
  margin-bottom: 0.875rem;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: .08em;
  color: #27D278;
  font-weight: 700;
}.rcx_hero_h1-swu {
  font-family: 'Cinzel', serif;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 0.625rem;
  color: #F0F4EE;
  overflow-wrap: break-word;
}.rcx_hero_h1-swu em {
  color: #E8A830;
  font-style: normal;
}
@media(min-width: 770px) {.rcx_hero_h1-swu {
  font-size: 2.25rem;
}
}.rcx_hero_sub-swu {
  line-height: 1.55;
  color: #8FA eighteen8A;
  margin-bottom: 20px;
  font-size: 0.813rem;
}
@media(min-width:768px) {.rcx_hero_sub-swu {
  font-size: 0.875rem;
}
}.rcx_hero_row-swu {
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.rcx_hero_cta-swu {
  background: #2ECC71;
  transition: background .2s;
  border-radius: 0.625rem;
  padding: 0.813rem 26px;
  box-shadow: 0 2px 0 rgba(0,0,0,0.6), 0 0 14px rgba(46,204,113,0.4);
  color: #081010;
  font-weight: 700;
  font-size: 0.875rem;
}.rcx_hero_cta-swu:hover {
  background: #3DDC82;
}.rcx_hero_terms-swu {
  color: #4E5F4C;
  font-size: 0.688rem;
}.rcx_hero_game-swu {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.05);
  background: #121720;
  border-radius: 1rem;
  position: relative;
  flex-direction: column;
  display: flex;
}.rcx_hero_game_badge-swu {
  border: 1px solid rgba(232,168,48,0.14);
  padding: 5px 0.625rem;
  border-radius: 20px;
  background: rgba(232,168,48,0.14);
  font-size: 10px;
  left: 0.75rem;
  text-transform: uppercase;
  top: 0.75rem;
  z-index: 3;
  letter-spacing: .06em;
  position: absolute;
  color: #E8A830;
  font-weight: 700;
}.rcx_hero_game_badge-swu svg {
  vertical-align: -1px;
  height: 11px;
  margin-right: 0.25rem;
  width: 11px;
}.rcx_hero_game_img-swu {
  overflow: hidden;
  background: linear-gradient(135deg,#0A1F14,#0E1117);
  padding-bottom: 60%;
  position: relative;
}.rcx_hero_game_img-swu img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}.rcx_hero_game_play-swu {
  inset: 0;
  background: rgba(9,12,18,0.72);
  transition: opacity .2s;
  justify-content: center;
  display: flex;
  position: absolute;
  opacity: 0;
  align-items: center;
}.rcx_hero_game-swu:hover .rcx_hero_game_play-swu {
  opacity: 1;
}.rcx_hero_game_play-swu span {
  border-radius: 50%;
  background: #27D278;
  height: 3.25rem;
  width: 52px;
  align-items: center;
  display: flex;
  justify-content: center;
}.rcx_hero_game_play-swu span svg {
  margin-left: 2px;
  height: 1.125rem;
  width: 18px;
}.rcx_hero_game_info-swu {
  padding: 0.875rem 1rem;
}.rcx_hero_game_title-swu {
  font-size: 0.938rem;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  color: #F0F4EE;
  font-weight: 700;
}.rcx_hero_game_provider-swu {
  color: #6B7F68;
  font-size: 11px;
}.rcx_hero_game_btn-swu {
  background: #27D278;
  margin: 0.75rem 16px 1rem;
  border-radius: 0.625rem;
  transition: background .2s;
  padding: 11px;
  display: block;
  font-size: 13px;
  text-align: center;
  color: #F0F4EE;
  font-weight: 700;
}.rcx_hero_game-swu:hover .rcx_hero_game_btn-swu {
  background: #35E888;
}.rcx_sbar-swu {
  padding: 16px 1rem 0;
  background: #0E1117;
}
@media(min-width: 765px) {.rcx_sbar-swu {
  padding: 1.125rem 24px 0;
}
}.rcx_sbar_in-swu {
  margin: 0 auto;
  max-width: 82.5rem;
}.rcx_sbar_row-swu {
  gap: 0.625rem;
  display: flex;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}.rcx_sbar_input-swu {
  padding: 11px 16px;
  gap: 10px;
  background: #121720;
  flex: 1;
  border-radius: 0.625rem;
  border: 1px solid rgba(255,255,255,0.09);
  transition: border-color .2s;
  cursor: pointer;
  color: #6B7F68;
  align-items: center;
  font-size: 0.813rem;
  display: flex;
}.rcx_sbar_input-swu:hover {
  border-color: rgba(39,210,120,0.38);
}.rcx_sbar_input-swu svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 15px;
  flex-shrink: 0;
  width: 0.938rem;
}.rcx_sbar_providers-swu {
  border: 1px solid rgba(255,255,255,0.09);
  background: #121720;
  transition: border-color .2s;
  gap: 8px;
  border-radius: 0.625rem;
  padding: 11px 1.125rem;
  font-weight: 600;
  align-items: center;
  font-size: 13px;
  color: #C8D4C2;
  display: flex;
  white-space: nowrap;
}.rcx_sbar_providers-swu:hover {
  border-color: rgba(39,210,120,0.38);
  color: #F0F4EE;
}.rcx_sbar_providers-swu svg {
  stroke-linecap: round;
  height: 14px;
  stroke-linejoin: round;
  width: 0.875rem;
}.rcx_sbar_tabs-swu {
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 2px;
}.rcx_sbar_tabs-swu::-webkit-scrollbar {
  display: none;
}.rcx_sbar_tab-swu {
  padding: 8px 14px;
  border-radius: 1.25rem;
  gap: 7px;
  transition: background .15s,color .15s,border-color .15s;
  border: 1px solid rgba(255,255,255,0.05);
  background: rgba(255,255,255,0.05);
  display: flex;
  font-weight: 600;
  white-space: nowrap;
  color: #8FA eighteen8A;
  flex-shrink: 0;
  align-items: center;
  cursor: pointer;
  font-size: 0.75rem;
}.rcx_sbar_tab-swu:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(39,210,120,0.38);
  color: #F0F4EE;
}.rcx_sbar_tab-swu.rcx_state_active-swu {
  background: rgba(39,210,120,0.18);
  border-color: rgba(39,210,120,0.07);
  color: #F0F4EE;
}.rcx_sbar_tab_ic-swu svg {
  height: 0.875rem;
  width: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.rcx_gcg-swu {
  background: #0E1117;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.rcx_gcg-swu {
  padding: 2.75rem 24px 0;
}
}.rcx_gcg_in-swu {
  margin: 0 auto;
  max-width: 1320px;
}.rcx_gcg_head-swu {
  margin-bottom: 20px;
  max-width: 720px;
}.rcx_gcg_label-swu {
  font-weight: 700;
  letter-spacing: .08em;
  color: #27D278;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 8px;
}.rcx_gcg_h2-swu {
  color: #F0F4EE;
  margin-bottom: 8px;
  font-size: 1.375rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 765px) {.rcx_gcg_h2-swu {
  font-size: 28px;
}
}.rcx_gcg_intro-swu {
  line-height: 1.6;
  font-size: 13px;
  color: #6B7F68;
}.rcx_gcg_grid-swu {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.rcx_gcg_grid-swu {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.rcx_gcg_grid-swu {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.rcx_gcg_card-swu {
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 1.25rem;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  justify-content: flex-end;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  min-height: 240px;
  position: relative;
}.rcx_gcg_card-swu:hover {
  border-color: rgba(39,210,120,0.18);
  transform: translateY(-3px);
}.rcx_gcg_card_bg-swu {
  inset: 0;
  z-index: 0;
  position: absolute;
}.rcx_gcg_card_bg-swu::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.rcx_gcg_card_ic-swu {
  background: rgba(0,0,0,.45);
  border-radius: 0.313rem;
  align-items: center;
  z-index: 2;
  top: 1.125rem;
  color: #F0F4EE;
  position: absolute;
  justify-content: center;
  display: flex;
  width: 2.5rem;
  right: 1.125rem;
  height: 40px;
}.rcx_gcg_card_ic-swu svg {
  stroke-linejoin: round;
  height: 20px;
  stroke-linecap: round;
  width: 1.25rem;
}.rcx_gcg_card_ct-swu {
  position: relative;
  z-index: 1;
}.rcx_gcg_card_h-swu {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  line-height: 1.2;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  color: #F0F4EE;
  font-weight: 800;
}
@media(min-width: 770px) {.rcx_gcg_card_h-swu {
  font-size: 20px;
}
}.rcx_gcg_card_p-swu {
  font-size: 0.75rem;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
  overflow-wrap: break-word;
  margin-bottom: 10px;
}.rcx_gcg_card_p-swu strong {
  font-weight: 600;
  color: #F0F4EE;
}.rcx_gcg_card_cta-swu {
  gap: 0.25rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  align-items: center;
  display: inline-flex;
  color: #27D278;
  font-weight: 700;
}.rcx_gcg_card_cta-swu svg {
  height: 12px;
  stroke-linecap: round;
  width: 12px;
  stroke-linejoin: round;
}.rcx_gr_jp-swu {
  background: linear-gradient(135deg,#150E2A 0%,#090C12 100%);
  border-radius: 16px;
  overflow: hidden;
  padding: 1.25rem;
  position: relative;
}.rcx_gr_jp-swu::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(26,140,90,0.22) 0%,transparent 70%);
  height: 250px;
  top: -60px;
  content: '';
  position: absolute;
  width: 250px;
  left: -60px;
}.rcx_gr_jp-swu::after {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(232,168,48,0.14) 0%,transparent 70%);
  height: 12.5rem;
  right: 0;
  bottom: -40px;
  content: '';
  width: 200px;
  position: absolute;
}.rcx_gr_jp_head-swu {
  gap: 16px;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 16px;
  align-items: flex-start;
  display: flex;
  z-index: 1;
}.rcx_gr_jp_info-swu {
  flex: 1;
}.rcx_gr_jp_label-swu {
  color: #9B5DE5;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}.rcx_gr_jp_label-swu svg {
  stroke-linecap: round;
  width: 14px;
  stroke-linejoin: round;
  height: 14px;
  vertical-align: -2px;
  margin-right: 0.25rem;
}.rcx_gr_jp_amount-swu {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  color: #F0F4EE;
}
@media(min-width: 767px) {.rcx_gr_jp_amount-swu {
  font-size: 2.5rem;
}
}.rcx_gr_jp_amount-swu span {
  color: #E8A830;
}.rcx_gr_jp_seo-swu {
  overflow-wrap: break-word;
  max-width: 480px;
  font-size: 12px;
  line-height: 1.5;
  color: #8FA eighteen8A;
}.rcx_gr_jp_cta-swu {
  border-radius: 10px;
  border: 1px solid rgba(26,140,90,0.22);
  transition: background .2s;
  padding: 0.688rem 20px;
  background: rgba(26,140,90,0.22);
  font-size: 0.813rem;
  color: #F0F4EE;
  white-space: nowrap;
  align-self: flex-start;
  z-index: 1;
  flex-shrink: 0;
  margin-top: 4px;
  font-weight: 700;
  position: relative;
}.rcx_gr_jp_cta-swu:hover {
  background: #1A8C5A;
}.rcx_ws-swu {
  padding: 32px 16px 0;
  background: #0E1117;
}
@media(min-width: 766px) {.rcx_ws-swu {
  padding: 36px 24px 0;
}
}.rcx_ws_in-swu {
  margin: 0 auto;
  max-width: 1320px;
}.rcx_ws_head-swu {
  gap: 0.75rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 14px;
}.rcx_ws_title-swu {
  gap: 10px;
  font-family: 'Cinzel', serif;
  display: flex;
  color: #F0F4EE;
  align-items: center;
  font-size: 16px;
  overflow-wrap: break-word;
  flex-wrap: wrap;
  font-weight: 700;
}.rcx_ws_title_ic-swu svg {
  width: 18px;
  color: #E8A830;
  height: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.rcx_ws_online-swu {
  gap: 0.438rem;
  font-size: 0.75rem;
  color: #6B7F68;
  align-items: center;
  display: flex;
  font-weight: 600;
}.rcx_ws_online_dot-swu {
  border-radius: 50%;
  background: #2ECC71;
  box-shadow: 0 0 6px rgba(46,204,113,0.15);
  flex-shrink: 0;
  height: 0.5rem;
  width: 0.5rem;
}.rcx_ws_scroll-swu {
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
}.rcx_ws_scroll-swu::-webkit-scrollbar {
  display: none;
}.rcx_wc-swu {
  padding: 0.625rem 0.875rem;
  border-radius: 10px;
  background: #121720;
  gap: 10px;
  border: 1px solid rgba(255,255,255,0.09);
  min-width: 13.75rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}.rcx_wc_img-swu {
  border-radius: 0.313rem;
  overflow: hidden;
  background: #161C27;
  height: 36px;
  width: 36px;
  flex-shrink: 0;
}.rcx_wc_img-swu img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.rcx_wc_info-swu {
  min-width: 0;
}.rcx_wc_game-swu {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  color: #C8D4C2;
  white-space: nowrap;
  font-weight: 600;
}.rcx_wc_player-swu {
  overflow: hidden;
  font-size: 10px;
  color: #4E5F4C;
  white-space: nowrap;
  text-overflow: ellipsis;
}.rcx_wc_amount-swu {
  font-size: 13px;
  color: #2ECC71;
  margin-left: auto;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 700;
}.rcx_bon-swu {
  padding: 36px 16px 0;
  background: #0E1117;
}
@media(min-width: 771px) {.rcx_bon-swu {
  padding: 44px 1.5rem 0;
}
}.rcx_bon_in-swu {
  margin: 0 auto;
  max-width: 1320px;
}.rcx_bon_head-swu {
  margin-bottom: 1.25rem;
}.rcx_bon_label-swu {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  color: #27D278;
  font-size: 11px;
}.rcx_bon_h2-swu {
  color: #F0F4EE;
  font-size: 20px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.rcx_bon_h2-swu {
  font-size: 1.5rem;
}
}.rcx_bon_seo-swu {
  font-size: 13px;
  line-height: 1.6;
  max-width: 38.75rem;
  color: #6B7F68;
  overflow-wrap: break-word;
}.rcx_bon_seo-swu strong {
  color: #C8D4C2;
  font-weight: 700;
}.rcx_bon_seo-swu a {
  color: #27D278;
  text-decoration: underline;
}.rcx_bon_grid-swu {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 641px) {.rcx_bon_grid-swu {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1082px) {.rcx_bon_grid-swu {
  grid-template-columns: repeat(5,1fr);
}
}.rcx_bon_card-swu {
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 10px;
  background: #121720;
  transition: border-color .2s,transform .2s;
}.rcx_bon_card-swu:hover {
  transform: translateY(-2px);
  border-color: rgba(39,210,120,0.07);
}.rcx_bon_card_ic-swu svg {
  width: 1.625rem;
  height: 26px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.rcx_bon_card_ic-swu {
  margin-bottom: 10px;
}.rcx_bon_card_type-swu {
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #6B7F68;
  letter-spacing: .06em;
}.rcx_bon_card_amount-swu {
  font-weight: 800;
  color: #E8A830;
  margin-bottom: 0.375rem;
  line-height: 1.1;
  font-size: 1.125rem;
}.rcx_bon_card_name-swu {
  color: #F0F4EE;
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  overflow-wrap: break-word;
}.rcx_bon_card_detail-swu {
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 0.688rem;
  padding-top: 0.5rem;
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #4E5F4C;
}.rcx_htp-swu {
  padding: 2.25rem 16px 0;
  background: #0E1117;
}
@media(min-width: 770px) {.rcx_htp-swu {
  padding: 44px 24px 0;
}
}.rcx_htp_in-swu {
  margin: 0 auto;
  max-width: 82.5rem;
}.rcx_htp_head-swu {
  margin-bottom: 1.375rem;
  max-width: 45rem;
}.rcx_htp_label-swu {
  font-size: 11px;
  font-weight: 700;
  color: #27D278;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.rcx_htp_h2-swu {
  font-size: 22px;
  color: #F0F4EE;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.rcx_htp_h2-swu {
  font-size: 28px;
}
}.rcx_htp_intro-swu {
  line-height: 1.6;
  font-size: 0.875rem;
  color: #6B7F68;
}.rcx_htp_steps-swu {
  list-style: none;
  padding: 0;
  gap: 12px;
  margin: 0;
  display: grid;
  counter-reset: none;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.rcx_htp_steps-swu {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.rcx_htp_steps-swu {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.rcx_htp_step-swu {
  padding: 1.25rem 18px 1.125rem;
  background: #161C27;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 10px;
  flex-direction: column;
  position: relative;
  display: flex;
}.rcx_htp_step_num-swu {
  border-radius: 50%;
  background: #27D278;
  font-weight: 800;
  color: #081010;
  display: flex;
  align-items: center;
  font-size: 0.813rem;
  top: -0.75rem;
  font-family: 'Cinzel', serif;
  width: 28px;
  justify-content: center;
  left: 20px;
  height: 1.75rem;
  position: absolute;
}.rcx_htp_step_ic-swu {
  background: rgba(39,210,120,0.18);
  margin: 8px 0 0.75rem;
  border-radius: 0.313rem;
  justify-content: center;
  color: #27D278;
  display: flex;
  width: 36px;
  align-items: center;
  height: 36px;
}.rcx_htp_step_ic-swu svg {
  stroke-linecap: round;
  height: 1.125rem;
  width: 1.125rem;
  stroke-linejoin: round;
}.rcx_htp_step_h-swu {
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  font-weight: 700;
  color: #F0F4EE;
  margin-bottom: 6px;
}.rcx_htp_step_p-swu {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #6B7F68;
  line-height: 1.55;
}.rcx_htp_step_p-swu strong {
  color: #C8D4C2;
  font-weight: 600;
}.rcx_htp_cta-swu {
  transition: background .2s;
  background: #2ECC71;
  padding: 0.813rem 26px;
  border-radius: 10px;
  color: #081010;
  margin-top: 20px;
  font-weight: 700;
  display: inline-block;
  font-size: 14px;
}.rcx_htp_cta-swu:hover {
  background: #3DDC82;
}.rcx_app-swu {
  padding: 36px 1rem 0;
  background: #0E1117;
}
@media(min-width: 769px) {.rcx_app-swu {
  padding: 44px 24px 0;
}
}.rcx_app_in-swu {
  margin: 0 auto;
  max-width: 82.5rem;
}.rcx_app_head-swu {
  margin-bottom: 16px;
}.rcx_app_label-swu {
  color: #27D278;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 8px;
  letter-spacing: .08em;
}.rcx_app_h2-swu {
  color: #F0F4EE;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  margin-bottom: 6px;
}
@media(min-width: 769px) {.rcx_app_h2-swu {
  font-size: 24px;
}
}.rcx_app_sub-swu {
  font-size: 13px;
  line-height: 1.6;
  color: #6B7F68;
  overflow-wrap: break-word;
  max-width: 600px;
}.rcx_app_sub-swu strong {
  font-weight: 700;
  color: #C8D4C2;
}.rcx_app_cards-swu {
  gap: 10px;
  display: grid;
  margin-top: 1rem;
  grid-template-columns: 1fr;
}
@media(min-width: 643px) {.rcx_app_cards-swu {
  grid-template-columns: repeat(3,1fr);
}
}.rcx_app_card-swu {
  padding: 1.25rem;
  border-radius: 0.625rem;
  gap: 16px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.rcx_app_card_ios-swu {
  background: linear-gradient(135deg,rgba(39,210,120,0.18) 0%,#161C27 100%);
}.rcx_app_card_android-swu {
  background: linear-gradient(135deg,rgba(46,204,113,0.15) 0%,#161C27 100%);
}.rcx_app_card_win-swu {
  background: linear-gradient(135deg,rgba(232,168,48,0.14) 0%,#161C27 100%);
}.rcx_app_card_ic-swu svg {
  width: 34px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 2.125rem;
}.rcx_app_card_ic-swu {
  flex-shrink: 0;
  color: #F0F4EE;
}.rcx_app_card_os-swu {
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #6B7F68;
}.rcx_app_card_title-swu {
  color: #F0F4EE;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6px;
  overflow-wrap: break-word;
  font-size: 0.938rem;
}.rcx_app_card_text-swu {
  color: #6B7F68;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  line-height: 1.5;
}.rcx_app_card_btn-swu {
  background: rgba(255,255,255,0.12);
  transition: background .2s;
  padding: 10px 18px;
  border: 1px solid rgba(39,210,120,0.38);
  gap: 7px;
  border-radius: 5px;
  align-items: center;
  display: inline-flex;
  font-size: 13px;
  color: #F0F4EE;
  font-weight: 700;
}.rcx_app_card_btn-swu:hover {
  background: rgba(255,255,255,0.07);
}.rcx_prov-swu {
  background: #0E1117;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.rcx_prov-swu {
  padding: 2.75rem 1.5rem 0;
}
}.rcx_prov_in-swu {
  margin: 0 auto;
  max-width: 1320px;
}.rcx_prov_head-swu {
  margin-bottom: 16px;
}.rcx_prov_label-swu {
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #27D278;
}.rcx_prov_h2-swu {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #F0F4EE;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
}
@media(min-width: 769px) {.rcx_prov_h2-swu {
  font-size: 1.5rem;
}
}.rcx_prov_seo-swu {
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #6B7F68;
  font-size: 13px;
  max-width: 38.75rem;
  margin-bottom: 1rem;
}.rcx_prov_seo-swu strong {
  font-weight: 700;
  color: #C8D4C2;
}.rcx_prov_seo-swu a {
  color: #27D278;
  text-decoration: underline;
}.rcx_prov_grid-swu {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 643px) {.rcx_prov_grid-swu {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.rcx_prov_grid-swu {
  grid-template-columns: repeat(8,1fr);
}
}.rcx_prov_card-swu {
  border: 1px solid rgba(255,255,255,0.09);
  transition: border-color .2s,background .2s;
  border-radius: 10px;
  gap: 0.438rem;
  background: #121720;
  padding: 14px 0.625rem;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
  display: flex;
}.rcx_prov_card-swu:hover {
  border-color: rgba(39,210,120,0.38);
  background: #161C27;
}.rcx_prov_logo-swu {
  background: rgba(255,255,255,0.05);
  border-radius: 5px;
  overflow: hidden;
  width: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
}.rcx_prov_logo-swu img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.rcx_prov_name-swu {
  font-size: 0.688rem;
  font-weight: 600;
  color: #8FA eighteen8A;
  text-align: center;
  overflow-wrap: break-word;
}.rcx_reg-swu {
  background: #0E1117;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.rcx_reg-swu {
  padding: 44px 1.5rem 0;
}
}.rcx_reg_in-swu {
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 16px;
  padding: 28px 24px;
  background: #161C27;
  max-width: 1320px;
}
@media(min-width: 771px) {.rcx_reg_in-swu {
  padding: 40px;
}
}.rcx_reg_top-swu {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:860px) {.rcx_reg_top-swu {
  gap: 2.5rem;
  grid-template-columns: 1fr 1fr;
}
}.rcx_reg_label-swu {
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  color: #27D278;
}.rcx_reg_h2-swu {
  margin-bottom: 0.75rem;
  color: #F0F4EE;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.2;
  font-family: 'Cinzel', serif;
}
@media(min-width: 767px) {.rcx_reg_h2-swu {
  font-size: 1.75rem;
}
}.rcx_reg_bonus-swu {
  background: rgba(232,168,48,0.14);
  gap: 0.5rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(232,168,48,0.14);
  padding: 0.625rem 1rem;
  align-items: center;
  margin-bottom: 1rem;
  display: inline-flex;
}.rcx_reg_bonus_amount-swu {
  font-size: 1.25rem;
  font-weight: 800;
  color: #E8A830;
}.rcx_reg_bonus_text-swu {
  font-size: 0.813rem;
  line-height: 1.35;
  color: #8FA eighteen8A;
}.rcx_reg_cta_btn-swu {
  border-radius: 10px;
  padding: 0.875rem 2rem;
  transition: background .2s;
  background: #2ECC71;
  color: #081010;
  box-shadow: 0 2px 0 rgba(0,0,0,0.6), 0 0 14px rgba(46,204,113,0.4);
  font-size: 0.938rem;
  margin-bottom: 12px;
  font-weight: 700;
  display: inline-block;
}.rcx_reg_cta_btn-swu:hover {
  background: #3DDC82;
}.rcx_reg_terms-swu {
  color: #4E5F4C;
  line-height: 1.5;
  font-size: 0.688rem;
}.rcx_reg_seo-swu {
  border-top: 1px solid rgba(255,255,255,0.05);
  overflow-wrap: break-word;
  padding-top: 20px;
  color: #6B7F68;
  line-height: 1.65;
  font-size: 0.813rem;
  margin-top: 1.25rem;
}.rcx_reg_seo-swu p {
  margin-bottom: 10px;
  font-size: 0.813rem;
  line-height: 1.65;
  color: #6B7F68;
}.rcx_reg_seo-swu p:last-child {
  margin-bottom: 0;
}.rcx_reg_seo-swu strong {
  color: #C8D4C2;
  font-weight: 700;
}.rcx_reg_seo-swu a {
  transition: color .2s;
  text-decoration: underline;
  color: #27D278;
}.rcx_reg_seo-swu a:hover {
  color: #35E888;
}.rcx_reg_seo-swu ul,.rcx_reg_seo-swu ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.rcx_reg_seo-swu ol {
  list-style: decimal;
}.rcx_reg_seo-swu li {
  color: #6B7F68;
  font-size: 13px;
  margin-bottom: 4px;
  line-height: 1.65;
}.rcx_reg_seo-swu table {
  overflow-x: auto;
  font-size: 13px;
  border-collapse: collapse;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
@media(min-width: 770px) {.rcx_reg_seo-swu table {
  display: table;
}
}.rcx_reg_seo-swu th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 0.5rem;
  text-align: left;
  color: #C8D4C2;
  font-weight: 700;
}.rcx_reg_seo-swu td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 8px;
  color: #6B7F68;
}.rcx_reg_steps-swu {
  gap: 14px;
  margin-top: 1.75rem;
  flex-direction: column;
  display: flex;
}
@media(min-width:860px) {.rcx_reg_steps-swu {
  margin-top: 0;
}
}.rcx_reg_step-swu {
  border-radius: 0.625rem;
  background: rgba(255,255,255,0.05);
  gap: 14px;
  border: 1px solid rgba(255,255,255,0.05);
  padding: 1rem;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.rcx_reg_step_num-swu {
  border: 1px solid rgba(39,210,120,0.07);
  border-radius: 50%;
  background: rgba(39,210,120,0.18);
  color: #27D278;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  height: 2.125rem;
  font-size: 14px;
  display: flex;
  font-weight: 800;
  width: 2.125rem;
}.rcx_reg_step_title-swu {
  color: #F0F4EE;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 3px;
}.rcx_reg_step_text-swu {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #6B7F68;
}.rcx_reg_trust-swu {
  gap: 10px;
  border-top: 1px solid rgba(255,255,255,0.05);
  display: flex;
  margin-top: 1.25rem;
  flex-wrap: wrap;
  padding-top: 20px;
}.rcx_reg_trust_item-swu {
  gap: 7px;
  display: flex;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  align-items: center;
  color: #6B7F68;
}.rcx_reg_trust_ic-swu svg {
  color: #27D278;
  height: 16px;
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
}.rcx_faq-swu {
  background: #0E1117;
  padding: 36px 1rem 0;
}
@media(min-width: 771px) {.rcx_faq-swu {
  padding: 44px 1.5rem 0;
}
}.rcx_faq_in-swu {
  margin: 0 auto;
  max-width: 82.5rem;
}.rcx_faq_head-swu {
  margin-bottom: 20px;
}.rcx_faq_label-swu {
  color: #27D278;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.rcx_faq_h2-swu {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: 'Cinzel', serif;
  color: #F0F4EE;
}
@media(min-width: 769px) {.rcx_faq_h2-swu {
  font-size: 24px;
}
}.rcx_faq_list-swu {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.rcx_faq_item-swu {
  background: #161C27;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.09);
  overflow: hidden;
}.rcx_faq_q-swu {
  padding: 16px 1.25rem;
  gap: 12px;
  transition: color .2s;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: space-between;
  color: #C8D4C2;
  cursor: pointer;
  flex-wrap: wrap;
  font-size: 14px;
}.rcx_faq_q-swu:hover {
  color: #F0F4EE;
}.rcx_faq_q_ic-swu {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255,255,255,0.05);
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
  width: 1.5rem;
  flex-shrink: 0;
  color: #27D278;
  height: 1.5rem;
}.rcx_faq_item-swu.rcx_state_open-swu .rcx_faq_q_ic-swu {
  transform: rotate(45deg);
}.rcx_faq_a-swu {
  padding: 0 20px 16px;
  font-size: 13px;
  color: #6B7F68;
  line-height: 1.7;
  display: none;
  overflow-wrap: break-word;
}.rcx_faq_item-swu.rcx_state_open-swu .rcx_faq_a-swu {
  display: block;
}.rcx_faq_a-swu strong {
  color: #C8D4C2;
  font-weight: 700;
}.rcx_faq_a-swu a {
  text-decoration: underline;
  color: #27D278;
}.rcx_faq_a-swu ul,.rcx_faq_a-swu ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 1.25rem;
}.rcx_faq_a-swu ol {
  list-style: decimal;
}.rcx_faq_a-swu li {
  margin-bottom: 4px;
  line-height: 1.6;
}.rcx_faq_a-swu table {
  margin: 0.5rem 0;
  font-size: 12px;
  display: block;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 771px) {.rcx_faq_a-swu table {
  display: table;
}
}.rcx_faq_a-swu th {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #C8D4C2;
  text-align: left;
}.rcx_faq_a-swu td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.375rem 8px;
  color: #6B7F68;
}.rcx_seo-swu {
  background: #0E1117;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.rcx_seo-swu {
  padding: 44px 24px 0;
}
}.rcx_seo_in-swu {
  padding: 28px 1.5rem;
  margin: 0 auto;
  background: #161C27;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 16px;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.rcx_seo_in-swu {
  padding: 2.25rem 2.5rem;
}
}.rcx_seo_label-swu {
  margin-bottom: 0.625rem;
  font-size: 11px;
  font-weight: 700;
  color: #27D278;
  letter-spacing: .08em;
  text-transform: uppercase;
}.rcx_seo_h2-swu {
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 14px;
  color: #F0F4EE;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.rcx_seo_h2-swu {
  font-size: 24px;
}
}.rcx_seo_body-swu {
  color: #8FA eighteen8A;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
}.rcx_seo_body-swu p {
  color: #8FA eighteen8A;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.rcx_seo_body-swu p:last-child {
  margin-bottom: 0;
}.rcx_seo_body-swu strong {
  font-weight: 700;
  color: #C8D4C2;
}.rcx_seo_body-swu a {
  transition: color .2s;
  text-decoration: underline;
  color: #27D278;
}.rcx_seo_body-swu a:hover {
  color: #35E888;
}.rcx_seo_body-swu ul,.rcx_seo_body-swu ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.rcx_seo_body-swu ol {
  list-style: decimal;
}.rcx_seo_body-swu li {
  line-height: 1.75;
  color: #8FA eighteen8A;
  margin-bottom: 6px;
  font-size: 14px;
}.rcx_seo_body-swu table {
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  font-size: 13px;
  width: 100%;
}
@media(min-width: 766px) {.rcx_seo_body-swu table {
  display: table;
}
}.rcx_seo_body-swu th {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 10px 12px;
  font-weight: 700;
  text-align: left;
  color: #C8D4C2;
}.rcx_seo_body-swu td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 10px 12px;
  color: #8FA eighteen8A;
}.rcx_seo_cols-swu {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.rcx_seo_cols-swu {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.rcx_seo_cols-swu {
  grid-template-columns: repeat(3,1fr);
}
}.rcx_seo_col_h-swu {
  font-size: 13px;
  color: #C8D4C2;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-weight: 700;
}.rcx_seo_col_p-swu {
  color: #6B7F68;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
}.rcx_seo_stats-swu {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.rcx_seo_stat-swu {
  border: 1px solid rgba(39,210,120,0.18);
  padding: 14px 1rem;
  border-radius: 10px;
  flex: 1;
  background: rgba(39,210,120,0.07);
  min-width: 8.75rem;
}.rcx_seo_stat_val-swu {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  color: #27D278;
}.rcx_seo_stat_lb-swu {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #6B7F68;
}.rcx_seo-swu {
  padding: 36px 16px 0;
  background: #0E1117;
}
@media(min-width: 770px) {.rcx_seo-swu {
  padding: 44px 24px 0;
}
}.rcx_seo_in-swu {
  border-radius: 1rem;
  background: #161C27;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 28px 1.5rem;
  margin: 0 auto;
  max-width: 1320px;
}
@media(min-width: 765px) {.rcx_seo_in-swu {
  padding: 36px 40px;
}
}.rcx_seo_label-swu {
  color: #27D278;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 10px;
}.rcx_seo_h2-swu {
  font-family: 'Cinzel', serif;
  color: #F0F4EE;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
}
@media(min-width:768px) {.rcx_seo_h2-swu {
  font-size: 24px;
}
}.rcx_seo_body-swu {
  line-height: 1.75;
  font-size: 14px;
  color: #8FA eighteen8A;
  overflow-wrap: break-word;
}.rcx_seo_body-swu p {
  line-height: 1.75;
  color: #8FA eighteen8A;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}.rcx_seo_body-swu p:last-child {
  margin-bottom: 0;
}.rcx_seo_body-swu strong {
  color: #C8D4C2;
  font-weight: 700;
}.rcx_seo_body-swu a {
  transition: color .2s;
  color: #27D278;
  text-decoration: underline;
}.rcx_seo_body-swu a:hover {
  color: #35E888;
}.rcx_seo_body-swu ul,.rcx_seo_body-swu ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.rcx_seo_body-swu ol {
  list-style: decimal;
}.rcx_seo_body-swu li {
  line-height: 1.75;
  margin-bottom: 6px;
  color: #8FA eighteen8A;
  font-size: 0.875rem;
}.rcx_seo_body-swu table {
  border-collapse: collapse;
  display: block;
  width: 100%;
  font-size: 0.813rem;
  overflow-x: auto;
  margin-bottom: 0.75rem;
}
@media(min-width: 769px) {.rcx_seo_body-swu table {
  display: table;
}
}.rcx_seo_body-swu th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-align: left;
  font-weight: 700;
  color: #C8D4C2;
}.rcx_seo_body-swu td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 12px;
  color: #8FA eighteen8A;
}.rcx_seo_cols-swu {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 638px) {.rcx_seo_cols-swu {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.rcx_seo_cols-swu {
  grid-template-columns: repeat(3,1fr);
}
}.rcx_seo_col_h-swu {
  font-weight: 700;
  margin-bottom: 0.438rem;
  color: #C8D4C2;
  overflow-wrap: break-word;
  font-size: 13px;
}.rcx_seo_col_p-swu {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #6B7F68;
}.rcx_seo_stats-swu {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.rcx_seo_stat-swu {
  background: rgba(39,210,120,0.07);
  padding: 14px 1rem;
  border-radius: 10px;
  border: 1px solid rgba(39,210,120,0.18);
  flex: 1;
  min-width: 8.75rem;
}.rcx_seo_stat_val-swu {
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #27D278;
  font-size: 1.25rem;
}.rcx_seo_stat_lb-swu {
  overflow-wrap: break-word;
  color: #6B7F68;
  font-size: 11px;
}.rcx_seo-swu {
  background: #0E1117;
  padding: 36px 16px 0;
}
@media(min-width: 767px) {.rcx_seo-swu {
  padding: 2.75rem 1.5rem 0;
}
}.rcx_seo_in-swu {
  background: #161C27;
  border-radius: 16px;
  margin: 0 auto;
  border: 1px solid rgba(255,255,255,0.09);
  padding: 1.75rem 1.5rem;
  max-width: 1320px;
}
@media(min-width: 770px) {.rcx_seo_in-swu {
  padding: 2.25rem 40px;
}
}.rcx_seo_label-swu {
  text-transform: uppercase;
  color: #27D278;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 10px;
}.rcx_seo_h2-swu {
  line-height: 1.25;
  font-family: 'Cinzel', serif;
  color: #F0F4EE;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.rcx_seo_h2-swu {
  font-size: 1.5rem;
}
}.rcx_seo_body-swu {
  color: #8FA eighteen8A;
  font-size: 14px;
  overflow-wrap: break-word;
  line-height: 1.75;
}.rcx_seo_body-swu p {
  color: #8FA eighteen8A;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  font-size: 0.875rem;
}.rcx_seo_body-swu p:last-child {
  margin-bottom: 0;
}.rcx_seo_body-swu strong {
  font-weight: 700;
  color: #C8D4C2;
}.rcx_seo_body-swu a {
  transition: color .2s;
  color: #27D278;
  text-decoration: underline;
}.rcx_seo_body-swu a:hover {
  color: #35E888;
}.rcx_seo_body-swu ul,.rcx_seo_body-swu ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.rcx_seo_body-swu ol {
  list-style: decimal;
}.rcx_seo_body-swu li {
  font-size: 14px;
  color: #8FA eighteen8A;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.rcx_seo_body-swu table {
  overflow-x: auto;
  font-size: 13px;
  border-collapse: collapse;
  display: block;
  margin-bottom: 12px;
  width: 100%;
}
@media(min-width: 766px) {.rcx_seo_body-swu table {
  display: table;
}
}.rcx_seo_body-swu th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-weight: 700;
  color: #C8D4C2;
  text-align: left;
}.rcx_seo_body-swu td {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 0.625rem 12px;
  color: #8FA eighteen8A;
}.rcx_seo_cols-swu {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width:640px) {.rcx_seo_cols-swu {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.rcx_seo_cols-swu {
  grid-template-columns: repeat(3,1fr);
}
}.rcx_seo_col_h-swu {
  color: #C8D4C2;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 700;
}.rcx_seo_col_p-swu {
  font-size: 13px;
  line-height: 1.65;
  color: #6B7F68;
  overflow-wrap: break-word;
}.rcx_seo_stats-swu {
  gap: 1rem;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.rcx_seo_stat-swu {
  padding: 14px 16px;
  flex: 1;
  border: 1px solid rgba(39,210,120,0.18);
  border-radius: 10px;
  background: rgba(39,210,120,0.07);
  min-width: 8.75rem;
}.rcx_seo_stat_val-swu {
  color: #27D278;
  margin-bottom: 4px;
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
}.rcx_seo_stat_lb-swu {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #6B7F68;
}.rcx_pmt-swu {
  background: #0E1117;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.rcx_pmt-swu {
  padding: 44px 24px 0;
}
}.rcx_pmt_in-swu {
  margin: 0 auto;
  max-width: 82.5rem;
}.rcx_pmt_head-swu {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.rcx_pmt_label-swu {
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #27D278;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
}.rcx_pmt_h2-swu {
  font-family: 'Cinzel', serif;
  font-size: 1.375rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F0F4EE;
  margin-bottom: 8px;
}
@media(min-width: 765px) {.rcx_pmt_h2-swu {
  font-size: 28px;
}
}.rcx_pmt_intro-swu {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #6B7F68;
  overflow-wrap: break-word;
}.rcx_pmt_groups-swu {
  gap: 20px;
  flex-direction: column;
  display: flex;
}.rcx_pmt_group-swu {
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 0.625rem;
  background: #161C27;
}.rcx_pmt_group_head-swu {
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  display: flex;
}.rcx_pmt_group_ic-swu {
  border-radius: 0.313rem;
  background: rgba(39,210,120,0.18);
  width: 36px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #27D278;
  justify-content: center;
  height: 2.25rem;
}.rcx_pmt_group_ic-swu svg {
  stroke-linejoin: round;
  width: 18px;
  height: 18px;
  stroke-linecap: round;
}.rcx_pmt_group_h-swu {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Cinzel', serif;
  color: #F0F4EE;
  overflow-wrap: break-word;
}.rcx_pmt_group_p-swu {
  color: #6B7F68;
  line-height: 1.6;
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 14px;
}.rcx_pmt_group_p-swu strong {
  font-weight: 600;
  color: #C8D4C2;
}.rcx_pmt_table_wrap-swu {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.rcx_pmt_table-swu {
  border-collapse: collapse;
  min-width: 33.75rem;
  font-size: 13px;
  width: 100%;
}.rcx_pmt_table-swu th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  text-transform: uppercase;
  text-align: left;
  font-size: 0.688rem;
  letter-spacing: .04em;
  color: #C8D4C2;
  white-space: nowrap;
  font-weight: 700;
}.rcx_pmt_table-swu td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #6B7F68;
}.rcx_pmt_table-swu tbody tr:last-child td {
  border-bottom: none;
}.rcx_pmt_table-swu tr:hover td {
  background: rgba(255,255,255,0.05);
  color: #C8D4C2;
}.rcx_ft-swu {
  background: #090C12;
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 48px;
}.rcx_ft_support-swu {
  border-bottom: 1px solid rgba(255,255,255,0.05);
  padding: 1.5rem 1rem;
}
@media(min-width: 766px) {.rcx_ft_support-swu {
  padding: 28px 1.5rem;
}
}.rcx_ft_support_in-swu {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  max-width: 82.5rem;
  align-items: center;
}.rcx_ft_support_main-swu {
  flex: 1;
  gap: 16px;
  align-items: center;
  display: flex;
  min-width: 13.75rem;
  flex-wrap: wrap;
}.rcx_ft_support_ic-swu {
  flex-shrink: 0;
  color: #27D278;
}.rcx_ft_support_ic-swu svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 30px;
  height: 1.875rem;
}.rcx_ft_support_text_title-swu {
  margin-bottom: 3px;
  overflow-wrap: break-word;
  font-size: 15px;
  font-weight: 700;
  color: #F0F4EE;
}.rcx_ft_support_text_sub-swu {
  overflow-wrap: break-word;
  color: #6B7F68;
  font-size: 12px;
}.rcx_ft_support_btn-swu {
  transition: background .2s;
  background: #27D278;
  padding: 0.688rem 22px;
  border-radius: 0.625rem;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 13px;
  color: #F0F4EE;
  white-space: nowrap;
}.rcx_ft_support_btn-swu:hover {
  background: #35E888;
}.rcx_ft_support_contacts-swu {
  gap: 16px;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.rcx_ft_support_contact-swu {
  font-size: 0.75rem;
  line-height: 1.4;
  color: #4E5F4C;
}.rcx_ft_support_contact-swu strong {
  font-size: 0.688rem;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
  color: #8FA eighteen8A;
}.rcx_ft_main-swu {
  padding: 2rem 16px 1.5rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
@media(min-width: 767px) {.rcx_ft_main-swu {
  padding: 2.5rem 1.5rem 2rem;
}
}.rcx_ft_main_in-swu {
  margin: 0 auto;
  gap: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1320px;
}
@media(min-width: 639px) {.rcx_ft_main_in-swu {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.rcx_ft_main_in-swu {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.rcx_ft_col_logo-swu {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.rcx_ft_col_logo-swu {
  grid-column: auto;
}
}.rcx_ft_logo-swu {
  gap: 0.563rem;
  color: #F0F4EE;
  display: flex;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  font-weight: 800;
  align-items: center;
  font-size: 16px;
  flex-wrap: wrap;
}.rcx_ft_logo_mark-swu {
  border-radius: 0.313rem;
  overflow: hidden;
  height: 1.875rem;
  width: 30px;
}.rcx_ft_logo_mark-swu img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.rcx_ft_logo_sub-swu {
  overflow-wrap: break-word;
  line-height: 1.55;
  max-width: 12.5rem;
  font-size: 12px;
  color: #4E5F4C;
}.rcx_ft_col_title-swu {
  letter-spacing: .07em;
  font-size: 12px;
  color: #8FA eighteen8A;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-weight: 700;
}.rcx_ft_col_links-swu {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.rcx_ft_col_link-swu {
  transition: color .2s;
  overflow-wrap: break-word;
  color: #4E5F4C;
  font-size: 13px;
}.rcx_ft_col_link-swu:hover {
  color: #C8D4C2;
}.rcx_ft_apps-swu {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.rcx_ft_app_card-swu {
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 5px;
  gap: 0.625rem;
  padding: 10px 12px;
  transition: border-color .2s;
  background: rgba(255,255,255,0.05);
  align-items: center;
  display: flex;
}.rcx_ft_app_card-swu:hover {
  border-color: rgba(39,210,120,0.38);
}.rcx_ft_app_card_ic-swu svg {
  height: 22px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.375rem;
}.rcx_ft_app_card_os-swu {
  font-weight: 600;
  font-size: 0.625rem;
  color: #4E5F4C;
}.rcx_ft_app_card_action-swu {
  font-size: 12px;
  font-weight: 700;
  color: #C8D4C2;
}.rcx_ft_bot-swu {
  padding: 1.25rem 16px;
}
@media(min-width:768px) {.rcx_ft_bot-swu {
  padding: 1.25rem 1.5rem;
}
}.rcx_ft_bot_in-swu {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  max-width: 82.5rem;
}.rcx_ft_socials-swu {
  gap: 0.5rem;
  display: flex;
}.rcx_ft_soc-swu {
  transition: background .2s;
  background: rgba(255,255,255,0.05);
  border-radius: 5px;
  border: 1px solid rgba(255,255,255,0.09);
  display: flex;
  height: 2.25rem;
  width: 36px;
  align-items: center;
  color: #8FA eighteen8A;
  justify-content: center;
}.rcx_ft_soc-swu svg {
  width: 1rem;
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
}.rcx_ft_soc-swu:hover {
  background: rgba(255,255,255,0.07);
}.rcx_ft_legal-swu {
  flex: 1;
  line-height: 1.6;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #5A6B58;
  min-width: 12.5rem;
}.rcx_ft_legal-swu strong {
  font-weight: 700;
  color: #8FA eighteen8A;
}.rcx_ft_legal-swu a {
  color: #8FA eighteen8A;
  text-decoration: underline;
}.rcx_ft_age-swu {
  border: 2px solid #5A6B58;
  border-radius: 50%;
  width: 32px;
  align-items: center;
  color: #5A6B58;
  margin-left: auto;
  display: flex;
  font-size: 11px;
  flex-shrink: 0;
  justify-content: center;
  height: 2rem;
  font-weight: 800;
}