html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  padding: 0;
  margin: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  background: none;
  border: 0;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #100B0E;
  color: #D4C9AA;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  line-height: 1.6;
  font-family: 'Raleway', sans-serif;
}.rju-layout-3cm {
  flex-direction: column;
  display: flex;
  min-height: 100vh;
}.rju-page-3cm {
  min-height: 100vh;
  display: flex;
}.rju-main-3cm {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media (min-width: 1082px) {.rju-main-3cm {
  padding-left: 220px;
}
}
@media (max-width: 1080px) {.rju-main-3cm {
  padding-bottom: 4.5rem;
}
}.rju-gc-3cm {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.625rem;
  background: #160F13;
  transition: transform .2s,border-color .2s;
  cursor: pointer;
  position: relative;
  width: 8.75rem;
  flex-shrink: 0;
}
@media(min-width: 642px) {.rju-gc-3cm {
  width: 156px;
}
}
@media(min-width: 1077px) {.rju-gc-3cm {
  width: 10.5rem;
}
}.rju-gc-3cm:hover {
  border-color: rgba(200, 146, 46, 0.08);
  transform: translateY(-3px);
}.rju-gc_img-3cm {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.rju-gc_img-3cm img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}.rju-gc_hover-3cm {
  transition: opacity .2s;
  background: rgba(10, 6, 8, 0.72);
  inset: 0;
  opacity: 0;
  align-items: center;
  position: absolute;
  justify-content: center;
  display: flex;
}.rju-gc-3cm:hover .rju-gc_hover-3cm {
  opacity: 1;
}.rju-gc_hover_btn-3cm {
  border-radius: 0.375rem;
  padding: 0.5rem 1rem;
  background: #C8922E;
  color: #F5EDDA;
  font-weight: 700;
  font-size: 12px;
}.rju-gc_info-3cm {
  padding: 8px 0.625rem 0.625rem;
}.rju-gc_name-3cm {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  max-width: 100%;
  color: #D4C9AA;
  font-size: 0.75rem;
  white-space: nowrap;
  font-weight: 600;
}.rju-gc_prov-3cm {
  font-size: 0.625rem;
  color: #60554A;
}.rju-gc_tag-3cm {
  border-radius: 4px;
  padding: 2px 0.438rem;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  top: 0.375rem;
  position: absolute;
  letter-spacing: .04em;
  left: 6px;
  z-index: 2;
}.rju-gc_tag_hot-3cm {
  background: #DC2E3C;
  color: #fff;
}.rju-gc_tag_new-3cm {
  background: #22C472;
  color: #100B0E;
}.rju-gc_tag_jp-3cm {
  background: #F2C23A;
  color: #100B0E;
}.rju-gc_tag_ex-3cm {
  background: #8E1E34;
  color: #fff;
}.rju-gc_tag_live-3cm {
  background: #DC2E3C;
  color: #fff;
}.rju-gr-3cm {
  background: #100B0E;
  padding: 2rem 16px 0;
}
@media(min-width: 766px) {.rju-gr-3cm {
  padding: 36px 1.5rem 0;
}
}.rju-gr_in-3cm {
  margin: 0 auto;
  max-width: 1320px;
}.rju-gr_head-3cm {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}.rju-gr_head_l-3cm {
  flex: 1;
  gap: 10px;
  display: flex;
  min-width: 0;
  align-items: center;
}.rju-gr_ic-3cm {
  border-radius: 10px;
  flex-shrink: 0;
  height: 32px;
  display: flex;
  align-items: center;
  width: 32px;
  justify-content: center;
}.rju-gr_ic-3cm svg {
  height: 16px;
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.rju-gr_title-3cm {
  font-weight: 700;
  font-family: 'Cinzel Decorative', serif;
  font-size: 1rem;
  overflow-wrap: break-word;
  color: #F5EDDA;
}
@media(min-width:768px) {.rju-gr_title-3cm {
  font-size: 18px;
}
}.rju-gr_more-3cm {
  transition: color .2s;
  gap: 5px;
  white-space: nowrap;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: #7E7162;
}.rju-gr_more-3cm:hover {
  color: #C8922E;
}.rju-gr_more-3cm svg {
  stroke-linejoin: round;
  height: 12px;
  width: 12px;
  stroke-linecap: round;
}.rju-gr_arrows-3cm {
  gap: 6px;
  flex-shrink: 0;
  display: flex;
}.rju-gr_arr-3cm {
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  width: 1.875rem;
  display: flex;
  align-items: center;
  color: #A89B7E;
  justify-content: center;
  height: 30px;
}.rju-gr_arr-3cm:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F5EDDA;
}.rju-gr_arr-3cm svg {
  stroke-linecap: round;
  height: 0.813rem;
  stroke-linejoin: round;
  width: 13px;
}.rju-gr_seo_h-3cm {
  margin: 0 0 0.375rem;
  max-width: 42.5rem;
  font-family: 'Cinzel Decorative', serif;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 13px;
  color: #D4C9AA;
}
@media(min-width: 765px) {.rju-gr_seo_h-3cm {
  font-size: 0.875rem;
}
}.rju-gr_seo-3cm {
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  max-width: 680px;
  color: #7E7162;
  line-height: 1.55;
  font-size: 12px;
}.rju-gr_seo-3cm strong {
  font-weight: 600;
  color: #D4C9AA;
}.rju-gr_scroll-3cm {
  gap: 0.625rem;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}.rju-gr_scroll-3cm::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.rju-gr_scroll-3cm {
  gap: 0.75rem;
}
}.rju-tb-3cm {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #100B0E;
  position: fixed;
  height: 3.5rem;
  align-items: center;
  z-index: 80;
  left: 0;
  top: 0;
  right: 0;
  display: flex;
}.rju-tb_in-3cm {
  padding: 0 0.875rem;
  gap: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}.rju-tb_burger-3cm {
  gap: 0.313rem;
  border-radius: 0.625rem;
  display: flex;
  width: 2.375rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  flex-direction: column;
  height: 38px;
}.rju-tb_burger-3cm:hover {
  background: rgba(255, 255, 255, 0.05);
}.rju-tb_burger_line-3cm {
  border-radius: 1px;
  background: #A89B7E;
  height: 2px;
  display: block;
  width: 18px;
}
@media(min-width: 1077px) {.rju-tb_burger-3cm {
  display: none;
}
}.rju-tb_logo-3cm {
  gap: 9px;
  align-items: center;
  font-weight: 800;
  overflow-wrap: break-word;
  display: flex;
  color: #F5EDDA;
  margin-right: 20px;
  font-size: 1.125rem;
  letter-spacing: -.01em;
  flex-shrink: 0;
}.rju-tb_logo_mark-3cm {
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 32px;
  width: 32px;
}.rju-tb_logo_mark-3cm img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.rju-tb_nav-3cm {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.rju-tb_nav-3cm {
  display: flex;
}
}.rju-tb_tab-3cm {
  transition: background .15s,color .15s;
  border-radius: 0.625rem;
  padding: 0.5rem 14px;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
  color: #A89B7E;
}.rju-tb_tab-3cm:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EDDA;
}.rju-tb_tab-3cm.rju-state_active-3cm {
  background: rgba(200, 146, 46, 0.18);
  color: #F5EDDA;
}.rju-tb_right-3cm {
  gap: 0.5rem;
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-shrink: 0;
}.rju-tb_login-3cm {
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s,color .2s;
  padding: 9px 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.625rem;
  font-size: 13px;
  color: #D4C9AA;
  font-weight: 600;
  display: none;
}.rju-tb_login-3cm:hover {
  border-color: rgba(200, 146, 46, 0.45);
  color: #F5EDDA;
}
@media(min-width: 477px) {.rju-tb_login-3cm {
  display: block;
}
}.rju-tb_reg-3cm {
  padding: 9px 18px;
  transition: background .2s;
  border-radius: 10px;
  background: #22C472;
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.813rem;
  color: #160A04;
}.rju-tb_reg-3cm:hover {
  background: #28D880;
}.rju-sb-3cm {
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #1C1418;
  transform: translateX(-100%);
  position: fixed;
  left: 0;
  top: 3.5rem;
  overflow-y: auto;
  z-index: 70;
  width: 220px;
  bottom: 0;
}.rju-sb-3cm.rju-state_open-3cm {
  transform: translateX(0);
}.rju-sb-3cm::-webkit-scrollbar {
  width: 4px;
}.rju-sb-3cm::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.rju-sb-3cm {
  transform: translateX(0);
}
}.rju-sb_auth-3cm {
  padding: 14px 0.75rem 10px;
}.rju-sb_btn_reg-3cm {
  padding: 11px;
  background: #22C472;
  transition: background .2s;
  border-radius: 0.625rem;
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #160A04;
  text-align: center;
  margin-bottom: 0.5rem;
}.rju-sb_btn_reg-3cm:hover {
  background: #28D880;
}.rju-sb_btn_login-3cm {
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s;
  border-radius: 0.625rem;
  text-align: center;
  color: #D4C9AA;
  display: block;
  font-size: 13px;
  font-weight: 600;
}.rju-sb_btn_login-3cm:hover {
  border-color: rgba(200, 146, 46, 0.45);
  color: #F5EDDA;
}.rju-sb_promo-3cm {
  border-radius: 0.625rem;
  padding: 12px 14px;
  background: linear-gradient(135deg,#4A1428,#1C1418);
  overflow: hidden;
  margin: 0 0.75rem 10px;
  border: 1px solid rgba(200, 146, 46, 0.18);
  position: relative;
}.rju-sb_promo-3cm::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200, 146, 46, 0.18),transparent 70%);
  content: '';
  height: 5rem;
  right: -1.25rem;
  width: 5rem;
  position: absolute;
  top: -20px;
}.rju-sb_promo_title-3cm {
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 0.688rem;
  color: #C8922E;
  letter-spacing: .06em;
  text-transform: uppercase;
}.rju-sb_promo_text-3cm {
  overflow-wrap: break-word;
  color: #F5EDDA;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.35;
}.rju-sb_promo_sub-3cm {
  color: #7E7162;
  margin-top: 3px;
  font-size: 10px;
}.rju-sb_nav-3cm {
  padding: 6px 0.5rem 1rem;
}.rju-sb_nav_lb-3cm {
  padding: 0.625rem 0.5rem 6px;
  letter-spacing: .08em;
  color: #60554A;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}.rju-sb_link-3cm {
  padding: 0.563rem 10px;
  border-radius: 6px;
  transition: background .15s,color .15s;
  gap: 10px;
  font-size: 0.813rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  overflow-wrap: break-word;
  color: #A89B7E;
}.rju-sb_link-3cm:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5EDDA;
}.rju-sb_link-3cm.rju-state_active-3cm {
  background: rgba(200, 146, 46, 0.18);
  color: #F5EDDA;
}.rju-sb_ic-3cm {
  border-radius: 6px;
  height: 1.875rem;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}.rju-sb_ic-3cm svg {
  width: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
}.rju-sb_ic_1-3cm {
  background: rgba(200, 146, 46, 0.08);
  color: #C8922E;
}.rju-sb_ic_2-3cm {
  background: rgba(34, 196, 114, 0.16);
  color: #22C472;
}.rju-sb_ic_3-3cm {
  background: rgba(242, 194, 58, 0.15);
  color: #F2C23A;
}.rju-sb_ic_4-3cm {
  background: rgba(142, 30, 52, 0.22);
  color: #8E1E34;
}.rju-sb_ic_5-3cm {
  background: rgba(200, 146, 46, 0.08);
  color: #E05A8A;
}.rju-sb_ic_6-3cm {
  background: rgba(142, 30, 52, 0.22);
  color: #9040C8;
}.rju-sb_badge-3cm {
  padding: 2px 0.438rem;
  border-radius: 0.375rem;
  background: #F2C23A;
  color: #160A04;
  margin-left: auto;
  font-weight: 700;
  font-size: 9px;
}.rju-sb_bot-3cm {
  gap: 8px;
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.rju-sb_lang-3cm,.rju-sb_help-3cm {
  gap: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.563rem 0.375rem;
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  border-radius: 6px;
  font-weight: 600;
  justify-content: center;
  font-size: 11px;
  display: flex;
  color: #A89B7E;
  align-items: center;
}.rju-sb_lang-3cm:hover,.rju-sb_help-3cm:hover {
  border-color: rgba(200, 146, 46, 0.45);
  color: #F5EDDA;
}.rju-sb_lang-3cm svg,.rju-sb_help-3cm svg {
  stroke-linejoin: round;
  width: 13px;
  stroke-linecap: round;
  height: 13px;
}.rju-sb_bd-3cm {
  inset: 0;
  background: rgba(10, 6, 8, 0.72);
  z-index: 69;
  position: fixed;
  display: none;
}.rju-sb_bd-3cm.rju-state_on-3cm {
  display: block;
}
@media(min-width:1080px) {.rju-sb_bd-3cm {
  display: none!important;
}
}.rju-mob_nav-3cm {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  background: #1C1418;
  display: flex;
  z-index: 80;
  bottom: 0;
  right: 0;
  position: fixed;
  left: 0;
}
@media(min-width: 1081px) {.rju-mob_nav-3cm {
  display: none;
}
}.rju-mob_nav_item-3cm {
  flex: 1;
  padding: 4px 2px;
  gap: 4px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  color: #60554A;
  align-items: center;
}.rju-mob_nav_ic-3cm {
  line-height: 1;
}.rju-mob_nav_ic-3cm svg {
  height: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 20px;
}.rju-mob_nav_lb-3cm {
  font-weight: 600;
  font-size: 0.625rem;
  color: #60554A;
}.rju-mob_nav_item-3cm.rju-state_active-3cm {
  color: #C8922E;
}.rju-mob_nav_item-3cm.rju-state_active-3cm .rju-mob_nav_lb-3cm {
  color: #C8922E;
}.rju-hero-3cm {
  padding: 20px 1rem 0;
  background: #100B0E;
}
@media(min-width:768px) {.rju-hero-3cm {
  padding: 1.5rem 1.5rem 0;
}
}.rju-hero_in-3cm {
  gap: 12px;
  margin: 0 auto;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.rju-hero_in-3cm {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1099px) {.rju-hero_in-3cm {
  grid-template-columns: 1fr 340px;
}
}.rju-hero_promo-3cm {
  overflow: hidden;
  background: #160F13;
  border-radius: 1rem;
  display: flex;
  align-items: stretch;
  position: relative;
  min-height: 220px;
}
@media(min-width: 769px) {.rju-hero_promo-3cm {
  min-height: 17.5rem;
}
}.rju-hero_promo_bg-3cm {
  inset: 0;
  background: linear-gradient(120deg,#4A1428 0%,#100B0E 100%);
  background-position: center;
  background-size: cover;
  position: absolute;
}.rju-hero_promo_bg-3cm::after {
  inset: 0;
  background: linear-gradient(90deg,#100B0E 0%,rgba(10, 6, 8, 0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.rju-hero_promo_glow-3cm {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(142, 30, 52, 0.22) 0%,transparent 65%);
  position: absolute;
  width: 18.75rem;
  pointer-events: none;
  height: 18.75rem;
  right: 60px;
  top: -40px;
}.rju-hero_promo_ct-3cm {
  padding: 28px 1.5rem 1.75rem 1.75rem;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 30rem;
  justify-content: center;
}
@media(min-width: 765px) {.rju-hero_promo_ct-3cm {
  padding: 2.5rem 32px;
}
}.rju-hero_badge-3cm {
  border: 1px solid rgba(200, 146, 46, 0.08);
  padding: 0.313rem 12px;
  border-radius: 1.25rem;
  background: rgba(200, 146, 46, 0.18);
  display: inline-block;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.625rem;
  color: #C8922E;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
}.rju-hero_h1-3cm {
  font-weight: 800;
  line-height: 1.15;
  color: #F5EDDA;
  overflow-wrap: break-word;
  font-family: 'Cinzel Decorative', serif;
  font-size: 26px;
  margin-bottom: 10px;
}.rju-hero_h1-3cm em {
  font-style: normal;
  color: #F2C23A;
}
@media(min-width: 769px) {.rju-hero_h1-3cm {
  font-size: 36px;
}
}.rju-hero_sub-3cm {
  color: #A89B7E;
  font-size: 13px;
  margin-bottom: 1.25rem;
  line-height: 1.55;
}
@media(min-width: 766px) {.rju-hero_sub-3cm {
  font-size: 14px;
}
}.rju-hero_row-3cm {
  gap: 0.625rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}.rju-hero_cta-3cm {
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  border-radius: 10px;
  background: #22C472;
  box-shadow: 0 3px 16px rgba(34, 196, 114, 0.44), 0 1px 3px rgba(0, 0, 0, 0.45);
  color: #160A04;
  font-size: 14px;
  font-weight: 700;
}.rju-hero_cta-3cm:hover {
  background: #28D880;
}.rju-hero_terms-3cm {
  color: #60554A;
  font-size: 0.688rem;
}.rju-hero_game-3cm {
  background: #160F13;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  flex-direction: column;
  display: flex;
  position: relative;
}.rju-hero_game_badge-3cm {
  background: rgba(242, 194, 58, 0.15);
  border: 1px solid rgba(242, 194, 58, 0.15);
  padding: 5px 10px;
  border-radius: 20px;
  top: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #F2C23A;
  position: absolute;
  left: 12px;
  font-size: 0.625rem;
  z-index: 3;
  letter-spacing: .06em;
}.rju-hero_game_badge-3cm svg {
  width: 0.688rem;
  margin-right: 0.25rem;
  vertical-align: -1px;
  height: 11px;
}.rju-hero_game_img-3cm {
  overflow: hidden;
  background: linear-gradient(135deg,#4A1428,#100B0E);
  position: relative;
  padding-bottom: 60%;
}.rju-hero_game_img-3cm img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}.rju-hero_game_play-3cm {
  transition: opacity .2s;
  background: rgba(10, 6, 8, 0.72);
  inset: 0;
  position: absolute;
  justify-content: center;
  display: flex;
  opacity: 0;
  align-items: center;
}.rju-hero_game-3cm:hover .rju-hero_game_play-3cm {
  opacity: 1;
}.rju-hero_game_play-3cm span {
  background: #C8922E;
  border-radius: 50%;
  display: flex;
  width: 52px;
  align-items: center;
  justify-content: center;
  height: 52px;
}.rju-hero_game_play-3cm span svg {
  height: 1.125rem;
  width: 18px;
  margin-left: 2px;
}.rju-hero_game_info-3cm {
  padding: 0.875rem 16px;
}.rju-hero_game_title-3cm {
  font-size: 0.938rem;
  font-weight: 700;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  color: #F5EDDA;
}.rju-hero_game_provider-3cm {
  color: #7E7162;
  font-size: 0.688rem;
}.rju-hero_game_btn-3cm {
  padding: 0.688rem;
  transition: background .2s;
  margin: 0.75rem 16px 1rem;
  border-radius: 0.625rem;
  background: #C8922E;
  font-weight: 700;
  font-size: 13px;
  color: #F5EDDA;
  display: block;
  text-align: center;
}.rju-hero_game-3cm:hover .rju-hero_game_btn-3cm {
  background: #DFA840;
}.rju-sbar-3cm {
  background: #100B0E;
  padding: 1rem 16px 0;
}
@media(min-width: 767px) {.rju-sbar-3cm {
  padding: 18px 24px 0;
}
}.rju-sbar_in-3cm {
  margin: 0 auto;
  max-width: 1320px;
}.rju-sbar_row-3cm {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 0.75rem;
}.rju-sbar_input-3cm {
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 0.625rem;
  background: #160F13;
  border-radius: 10px;
  padding: 11px 16px;
  flex: 1;
  cursor: pointer;
  color: #7E7162;
  font-size: 0.813rem;
  align-items: center;
  display: flex;
}.rju-sbar_input-3cm:hover {
  border-color: rgba(200, 146, 46, 0.45);
}.rju-sbar_input-3cm svg {
  stroke-linejoin: round;
  flex-shrink: 0;
  stroke-linecap: round;
  height: 0.938rem;
  width: 15px;
}.rju-sbar_providers-3cm {
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 11px 1.125rem;
  transition: border-color .2s;
  background: #160F13;
  gap: 8px;
  border-radius: 10px;
  align-items: center;
  display: flex;
  color: #D4C9AA;
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.813rem;
}.rju-sbar_providers-3cm:hover {
  border-color: rgba(200, 146, 46, 0.45);
  color: #F5EDDA;
}.rju-sbar_providers-3cm svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 14px;
  height: 0.875rem;
}.rju-sbar_tabs-3cm {
  gap: 6px;
  display: flex;
  padding-bottom: 2px;
  overflow-x: auto;
  scrollbar-width: none;
}.rju-sbar_tabs-3cm::-webkit-scrollbar {
  display: none;
}.rju-sbar_tab-3cm {
  transition: background .15s,color .15s,border-color .15s;
  gap: 0.438rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 8px 0.875rem;
  white-space: nowrap;
  flex-shrink: 0;
  display: flex;
  font-weight: 600;
  font-size: 12px;
  align-items: center;
  cursor: pointer;
  color: #A89B7E;
}.rju-sbar_tab-3cm:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(200, 146, 46, 0.45);
  color: #F5EDDA;
}.rju-sbar_tab-3cm.rju-state_active-3cm {
  background: rgba(200, 146, 46, 0.18);
  border-color: rgba(200, 146, 46, 0.08);
  color: #F5EDDA;
}.rju-sbar_tab_ic-3cm svg {
  stroke-linejoin: round;
  width: 14px;
  height: 14px;
  stroke-linecap: round;
}.rju-gr_jp-3cm {
  border-radius: 16px;
  overflow: hidden;
  padding: 1.25rem;
  background: linear-gradient(135deg,#2A0E3C 0%,#0E080E 100%);
  position: relative;
}.rju-gr_jp-3cm::before {
  background: radial-gradient(circle,rgba(142, 30, 52, 0.22) 0%,transparent 70%);
  border-radius: 50%;
  left: -3.75rem;
  content: '';
  height: 250px;
  position: absolute;
  top: -60px;
  width: 15.625rem;
}.rju-gr_jp-3cm::after {
  background: radial-gradient(circle,rgba(242, 194, 58, 0.15) 0%,transparent 70%);
  border-radius: 50%;
  width: 200px;
  position: absolute;
  content: '';
  right: 0;
  height: 12.5rem;
  bottom: -40px;
}.rju-gr_jp_head-3cm {
  gap: 1rem;
  flex-wrap: wrap;
  z-index: 1;
  display: flex;
  position: relative;
  margin-bottom: 1rem;
  align-items: flex-start;
}.rju-gr_jp_info-3cm {
  flex: 1;
}.rju-gr_jp_label-3cm {
  font-size: 11px;
  font-weight: 700;
  color: #9040C8;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 6px;
}.rju-gr_jp_label-3cm svg {
  margin-right: 0.25rem;
  height: 14px;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: -2px;
  width: 0.875rem;
}.rju-gr_jp_amount-3cm {
  color: #F5EDDA;
  overflow-wrap: break-word;
  font-size: 2rem;
  font-family: 'Cinzel Decorative', serif;
  font-weight: 800;
  margin-bottom: 4px;
  line-height: 1;
}
@media(min-width:768px) {.rju-gr_jp_amount-3cm {
  font-size: 2.5rem;
}
}.rju-gr_jp_amount-3cm span {
  color: #F2C23A;
}.rju-gr_jp_seo-3cm {
  font-size: 12px;
  line-height: 1.5;
  color: #A89B7E;
  overflow-wrap: break-word;
  max-width: 480px;
}.rju-gr_jp_cta-3cm {
  transition: background .2s;
  padding: 11px 20px;
  border: 1px solid rgba(142, 30, 52, 0.22);
  border-radius: 10px;
  background: rgba(142, 30, 52, 0.22);
  color: #F5EDDA;
  position: relative;
  flex-shrink: 0;
  font-weight: 700;
  align-self: flex-start;
  z-index: 1;
  font-size: 0.813rem;
  margin-top: 4px;
  white-space: nowrap;
}.rju-gr_jp_cta-3cm:hover {
  background: #8E1E34;
}.rju-ws-3cm {
  padding: 2rem 16px 0;
  background: #100B0E;
}
@media(min-width: 767px) {.rju-ws-3cm {
  padding: 36px 1.5rem 0;
}
}.rju-ws_in-3cm {
  margin: 0 auto;
  max-width: 1320px;
}.rju-ws_head-3cm {
  gap: 0.75rem;
  justify-content: space-between;
  margin-bottom: 0.875rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.rju-ws_title-3cm {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  color: #F5EDDA;
  overflow-wrap: break-word;
  align-items: center;
  font-weight: 700;
  font-family: 'Cinzel Decorative', serif;
  font-size: 16px;
}.rju-ws_title_ic-3cm svg {
  width: 1.125rem;
  height: 1.125rem;
  color: #F2C23A;
  stroke-linecap: round;
  stroke-linejoin: round;
}.rju-ws_online-3cm {
  gap: 7px;
  align-items: center;
  font-size: 12px;
  color: #7E7162;
  display: flex;
  font-weight: 600;
}.rju-ws_online_dot-3cm {
  border-radius: 50%;
  background: #22C472;
  height: 8px;
  width: 0.5rem;
  box-shadow: 0 0 6px rgba(34, 196, 114, 0.16);
  flex-shrink: 0;
}.rju-ws_scroll-3cm {
  gap: 0.5rem;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 8px;
  display: flex;
}.rju-ws_scroll-3cm::-webkit-scrollbar {
  display: none;
}.rju-wc-3cm {
  background: #160F13;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.625rem;
  gap: 10px;
  padding: 0.625rem 14px;
  align-items: center;
  min-width: 13.75rem;
  display: flex;
  flex-shrink: 0;
}.rju-wc_img-3cm {
  border-radius: 6px;
  background: #1C1418;
  overflow: hidden;
  flex-shrink: 0;
  height: 36px;
  width: 2.25rem;
}.rju-wc_img-3cm img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.rju-wc_info-3cm {
  min-width: 0;
}.rju-wc_game-3cm {
  overflow: hidden;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #D4C9AA;
  font-weight: 600;
}.rju-wc_player-3cm {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #60554A;
  font-size: 10px;
}.rju-wc_amount-3cm {
  font-weight: 700;
  color: #22C472;
  margin-left: auto;
  white-space: nowrap;
  font-size: 0.813rem;
  flex-shrink: 0;
}.rju-htp-3cm {
  background: #100B0E;
  padding: 2.25rem 16px 0;
}
@media(min-width:768px) {.rju-htp-3cm {
  padding: 44px 1.5rem 0;
}
}.rju-htp_in-3cm {
  margin: 0 auto;
  max-width: 82.5rem;
}.rju-htp_head-3cm {
  max-width: 720px;
  margin-bottom: 22px;
}.rju-htp_label-3cm {
  letter-spacing: .08em;
  font-weight: 700;
  color: #C8922E;
  font-size: 11px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}.rju-htp_h2-3cm {
  margin-bottom: 8px;
  color: #F5EDDA;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  font-family: 'Cinzel Decorative', serif;
}
@media(min-width: 771px) {.rju-htp_h2-3cm {
  font-size: 1.75rem;
}
}.rju-htp_intro-3cm {
  color: #7E7162;
  font-size: 14px;
  line-height: 1.6;
}.rju-htp_steps-3cm {
  margin: 0;
  list-style: none;
  padding: 0;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
  counter-reset: none;
}
@media(min-width: 639px) {.rju-htp_steps-3cm {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.rju-htp_steps-3cm {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.rju-htp_step-3cm {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.625rem;
  padding: 1.25rem 1.125rem 1.125rem;
  background: #1C1418;
  flex-direction: column;
  display: flex;
  position: relative;
}.rju-htp_step_num-3cm {
  background: #C8922E;
  border-radius: 50%;
  font-size: 0.813rem;
  left: 20px;
  display: flex;
  align-items: center;
  font-family: 'Cinzel Decorative', serif;
  height: 1.75rem;
  font-weight: 800;
  width: 28px;
  color: #160A04;
  top: -0.75rem;
  justify-content: center;
  position: absolute;
}.rju-htp_step_ic-3cm {
  background: rgba(200, 146, 46, 0.18);
  margin: 0.5rem 0 12px;
  border-radius: 0.375rem;
  width: 36px;
  display: flex;
  align-items: center;
  height: 2.25rem;
  color: #C8922E;
  justify-content: center;
}.rju-htp_step_ic-3cm svg {
  width: 1.125rem;
  height: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.rju-htp_step_h-3cm {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25;
  margin-bottom: 0.375rem;
  color: #F5EDDA;
}.rju-htp_step_p-3cm {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #7E7162;
  line-height: 1.55;
}.rju-htp_step_p-3cm strong {
  color: #D4C9AA;
  font-weight: 600;
}.rju-htp_cta-3cm {
  padding: 0.813rem 26px;
  transition: background .2s;
  border-radius: 10px;
  background: #22C472;
  font-weight: 700;
  color: #160A04;
  display: inline-block;
  margin-top: 1.25rem;
  font-size: 0.875rem;
}.rju-htp_cta-3cm:hover {
  background: #28D880;
}.rju-prov-3cm {
  padding: 36px 1rem 0;
  background: #100B0E;
}
@media(min-width: 769px) {.rju-prov-3cm {
  padding: 2.75rem 1.5rem 0;
}
}.rju-prov_in-3cm {
  margin: 0 auto;
  max-width: 82.5rem;
}.rju-prov_head-3cm {
  margin-bottom: 1rem;
}.rju-prov_label-3cm {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  color: #C8922E;
  margin-bottom: 8px;
}.rju-prov_h2-3cm {
  color: #F5EDDA;
  font-weight: 800;
  margin-bottom: 8px;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel Decorative', serif;
}
@media(min-width: 769px) {.rju-prov_h2-3cm {
  font-size: 24px;
}
}.rju-prov_seo-3cm {
  font-size: 13px;
  color: #7E7162;
  overflow-wrap: break-word;
  margin-bottom: 16px;
  line-height: 1.6;
  max-width: 620px;
}.rju-prov_seo-3cm strong {
  color: #D4C9AA;
  font-weight: 700;
}.rju-prov_seo-3cm a {
  text-decoration: underline;
  color: #C8922E;
}.rju-prov_grid-3cm {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 638px) {.rju-prov_grid-3cm {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.rju-prov_grid-3cm {
  grid-template-columns: repeat(8,1fr);
}
}.rju-prov_card-3cm {
  padding: 14px 10px;
  background: #160F13;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  transition: border-color .2s,background .2s;
  gap: 7px;
  flex-direction: column;
  cursor: pointer;
  display: flex;
  align-items: center;
}.rju-prov_card-3cm:hover {
  background: #1C1418;
  border-color: rgba(200, 146, 46, 0.45);
}.rju-prov_logo-3cm {
  border-radius: 6px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  width: 2.75rem;
  align-items: center;
  height: 44px;
  justify-content: center;
  display: flex;
}.rju-prov_logo-3cm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.rju-prov_name-3cm {
  overflow-wrap: break-word;
  text-align: center;
  font-weight: 600;
  color: #A89B7E;
  font-size: 11px;
}.rju-reg-3cm {
  padding: 36px 16px 0;
  background: #100B0E;
}
@media(min-width: 766px) {.rju-reg-3cm {
  padding: 44px 24px 0;
}
}.rju-reg_in-3cm {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 1rem;
  padding: 1.75rem 1.5rem;
  background: #1C1418;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.rju-reg_in-3cm {
  padding: 2.5rem;
}
}.rju-reg_top-3cm {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 859px) {.rju-reg_top-3cm {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.rju-reg_label-3cm {
  font-weight: 700;
  font-size: 11px;
  color: #C8922E;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}.rju-reg_h2-3cm {
  font-size: 22px;
  font-family: 'Cinzel Decorative', serif;
  margin-bottom: 0.75rem;
  line-height: 1.2;
  color: #F5EDDA;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.rju-reg_h2-3cm {
  font-size: 1.75rem;
}
}.rju-reg_bonus-3cm {
  gap: 8px;
  background: rgba(242, 194, 58, 0.15);
  border: 1px solid rgba(242, 194, 58, 0.15);
  border-radius: 10px;
  padding: 0.625rem 16px;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
}.rju-reg_bonus_amount-3cm {
  font-size: 1.25rem;
  color: #F2C23A;
  font-weight: 800;
}.rju-reg_bonus_text-3cm {
  line-height: 1.35;
  font-size: 13px;
  color: #A89B7E;
}.rju-reg_cta_btn-3cm {
  background: #22C472;
  transition: background .2s;
  padding: 14px 32px;
  border-radius: 0.625rem;
  margin-bottom: 12px;
  font-size: 15px;
  display: inline-block;
  color: #160A04;
  font-weight: 700;
  box-shadow: 0 3px 16px rgba(34, 196, 114, 0.44), 0 1px 3px rgba(0, 0, 0, 0.45);
}.rju-reg_cta_btn-3cm:hover {
  background: #28D880;
}.rju-reg_terms-3cm {
  color: #60554A;
  font-size: 11px;
  line-height: 1.5;
}.rju-reg_seo-3cm {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #7E7162;
  line-height: 1.65;
  margin-top: 20px;
  padding-top: 1.25rem;
  overflow-wrap: break-word;
  font-size: 13px;
}.rju-reg_seo-3cm p {
  line-height: 1.65;
  margin-bottom: 10px;
  font-size: 13px;
  color: #7E7162;
}.rju-reg_seo-3cm p:last-child {
  margin-bottom: 0;
}.rju-reg_seo-3cm strong {
  font-weight: 700;
  color: #D4C9AA;
}.rju-reg_seo-3cm a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8922E;
}.rju-reg_seo-3cm a:hover {
  color: #DFA840;
}.rju-reg_seo-3cm ul,.rju-reg_seo-3cm ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.rju-reg_seo-3cm ol {
  list-style: decimal;
}.rju-reg_seo-3cm li {
  margin-bottom: 4px;
  color: #7E7162;
  font-size: 0.813rem;
  line-height: 1.65;
}.rju-reg_seo-3cm table {
  display: block;
  margin-bottom: 0.625rem;
  overflow-x: auto;
  font-size: 0.813rem;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width:768px) {.rju-reg_seo-3cm table {
  display: table;
}
}.rju-reg_seo-3cm th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D4C9AA;
  font-weight: 700;
  text-align: left;
}.rju-reg_seo-3cm td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7E7162;
}.rju-reg_steps-3cm {
  gap: 0.875rem;
  display: flex;
  flex-direction: column;
  margin-top: 28px;
}
@media(min-width: 857px) {.rju-reg_steps-3cm {
  margin-top: 0;
}
}.rju-reg_step-3cm {
  border-radius: 0.625rem;
  gap: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 16px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.rju-reg_step_num-3cm {
  border-radius: 50%;
  background: rgba(200, 146, 46, 0.18);
  border: 1px solid rgba(200, 146, 46, 0.08);
  color: #C8922E;
  flex-shrink: 0;
  justify-content: center;
  font-weight: 800;
  height: 34px;
  font-size: 0.875rem;
  align-items: center;
  display: flex;
  width: 34px;
}.rju-reg_step_title-3cm {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #F5EDDA;
}.rju-reg_step_text-3cm {
  line-height: 1.5;
  font-size: 0.75rem;
  color: #7E7162;
}.rju-reg_trust-3cm {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  display: flex;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}.rju-reg_trust_item-3cm {
  gap: 7px;
  display: flex;
  color: #7E7162;
  font-size: 12px;
  overflow-wrap: break-word;
  align-items: center;
}.rju-reg_trust_ic-3cm svg {
  height: 16px;
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
  color: #C8922E;
}.rju-bon-3cm {
  background: #100B0E;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.rju-bon-3cm {
  padding: 44px 24px 0;
}
}.rju-bon_in-3cm {
  margin: 0 auto;
  max-width: 1320px;
}.rju-bon_head-3cm {
  margin-bottom: 20px;
}.rju-bon_label-3cm {
  color: #C8922E;
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
}.rju-bon_h2-3cm {
  overflow-wrap: break-word;
  font-family: 'Cinzel Decorative', serif;
  color: #F5EDDA;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-size: 1.25rem;
}
@media(min-width: 769px) {.rju-bon_h2-3cm {
  font-size: 24px;
}
}.rju-bon_seo-3cm {
  font-size: 13px;
  max-width: 620px;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #7E7162;
}.rju-bon_seo-3cm strong {
  font-weight: 700;
  color: #D4C9AA;
}.rju-bon_seo-3cm a {
  text-decoration: underline;
  color: #C8922E;
}.rju-bon_grid-3cm {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 643px) {.rju-bon_grid-3cm {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.rju-bon_grid-3cm {
  grid-template-columns: repeat(5,1fr);
}
}.rju-bon_card-3cm {
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s,transform .2s;
  background: #160F13;
  padding: 16px;
  border-radius: 0.625rem;
}.rju-bon_card-3cm:hover {
  border-color: rgba(200, 146, 46, 0.08);
  transform: translateY(-2px);
}.rju-bon_card_ic-3cm svg {
  height: 26px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.625rem;
}.rju-bon_card_ic-3cm {
  margin-bottom: 0.625rem;
}.rju-bon_card_type-3cm {
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #7E7162;
  font-size: 0.625rem;
  font-weight: 700;
}.rju-bon_card_amount-3cm {
  color: #F2C23A;
  line-height: 1.1;
  margin-bottom: 0.375rem;
  font-size: 1.125rem;
  font-weight: 800;
}.rju-bon_card_name-3cm {
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 13px;
  margin-bottom: 0.5rem;
  color: #F5EDDA;
}.rju-bon_card_detail-3cm {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #60554A;
  padding-top: 0.5rem;
}.rju-app-3cm {
  background: #100B0E;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.rju-app-3cm {
  padding: 2.75rem 24px 0;
}
}.rju-app_in-3cm {
  margin: 0 auto;
  max-width: 1320px;
}.rju-app_head-3cm {
  margin-bottom: 1rem;
}.rju-app_label-3cm {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #C8922E;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}.rju-app_h2-3cm {
  font-weight: 800;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel Decorative', serif;
  color: #F5EDDA;
  font-size: 20px;
}
@media(min-width: 765px) {.rju-app_h2-3cm {
  font-size: 1.5rem;
}
}.rju-app_sub-3cm {
  line-height: 1.6;
  font-size: 13px;
  color: #7E7162;
  overflow-wrap: break-word;
  max-width: 600px;
}.rju-app_sub-3cm strong {
  color: #D4C9AA;
  font-weight: 700;
}.rju-app_cards-3cm {
  gap: 0.625rem;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.rju-app_cards-3cm {
  grid-template-columns: repeat(3,1fr);
}
}.rju-app_card-3cm {
  gap: 16px;
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 0.625rem;
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
}.rju-app_card_ios-3cm {
  background: linear-gradient(135deg,rgba(200, 146, 46, 0.18) 0%,#1C1418 100%);
}.rju-app_card_android-3cm {
  background: linear-gradient(135deg,rgba(34, 196, 114, 0.16) 0%,#1C1418 100%);
}.rju-app_card_win-3cm {
  background: linear-gradient(135deg,rgba(242, 194, 58, 0.15) 0%,#1C1418 100%);
}.rju-app_card_ic-3cm svg {
  stroke-linejoin: round;
  width: 34px;
  height: 34px;
  stroke-linecap: round;
}.rju-app_card_ic-3cm {
  color: #F5EDDA;
  flex-shrink: 0;
}.rju-app_card_os-3cm {
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 0.625rem;
  color: #7E7162;
  text-transform: uppercase;
  margin-bottom: 6px;
}.rju-app_card_title-3cm {
  color: #F5EDDA;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  line-height: 1.2;
}.rju-app_card_text-3cm {
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #7E7162;
  margin-bottom: 0.875rem;
}.rju-app_card_btn-3cm {
  gap: 0.438rem;
  padding: 10px 1.125rem;
  border: 1px solid rgba(200, 146, 46, 0.45);
  transition: background .2s;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  align-items: center;
  font-weight: 700;
  color: #F5EDDA;
  font-size: 0.813rem;
  display: inline-flex;
}.rju-app_card_btn-3cm:hover {
  background: rgba(255, 255, 255, 0.07);
}.rju-seo-3cm {
  padding: 36px 16px 0;
  background: #100B0E;
}
@media(min-width: 766px) {.rju-seo-3cm {
  padding: 44px 24px 0;
}
}.rju-seo_in-3cm {
  border-radius: 16px;
  margin: 0 auto;
  background: #1C1418;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1.75rem 24px;
  max-width: 1320px;
}
@media(min-width: 769px) {.rju-seo_in-3cm {
  padding: 2.25rem 2.5rem;
}
}.rju-seo_label-3cm {
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.625rem;
  font-size: 11px;
  color: #C8922E;
  text-transform: uppercase;
}.rju-seo_h2-3cm {
  font-size: 20px;
  color: #F5EDDA;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-family: 'Cinzel Decorative', serif;
  font-weight: 800;
  margin-bottom: 0.875rem;
}
@media(min-width: 765px) {.rju-seo_h2-3cm {
  font-size: 24px;
}
}.rju-seo_body-3cm {
  color: #A89B7E;
  font-size: 14px;
  overflow-wrap: break-word;
  line-height: 1.75;
}.rju-seo_body-3cm p {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  color: #A89B7E;
}.rju-seo_body-3cm p:last-child {
  margin-bottom: 0;
}.rju-seo_body-3cm strong {
  font-weight: 700;
  color: #D4C9AA;
}.rju-seo_body-3cm a {
  transition: color .2s;
  color: #C8922E;
  text-decoration: underline;
}.rju-seo_body-3cm a:hover {
  color: #DFA840;
}.rju-seo_body-3cm ul,.rju-seo_body-3cm ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.rju-seo_body-3cm ol {
  list-style: decimal;
}.rju-seo_body-3cm li {
  font-size: 14px;
  line-height: 1.75;
  color: #A89B7E;
  margin-bottom: 0.375rem;
}.rju-seo_body-3cm table {
  margin-bottom: 0.75rem;
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  display: block;
  overflow-x: auto;
}
@media(min-width: 765px) {.rju-seo_body-3cm table {
  display: table;
}
}.rju-seo_body-3cm th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #D4C9AA;
  font-weight: 700;
}.rju-seo_body-3cm td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A89B7E;
}.rju-seo_cols-3cm {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 638px) {.rju-seo_cols-3cm {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.rju-seo_cols-3cm {
  grid-template-columns: repeat(3,1fr);
}
}.rju-seo_col_h-3cm {
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  font-weight: 700;
  color: #D4C9AA;
  overflow-wrap: break-word;
}.rju-seo_col_p-3cm {
  line-height: 1.65;
  font-size: 0.813rem;
  color: #7E7162;
  overflow-wrap: break-word;
}.rju-seo_stats-3cm {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.rju-seo_stat-3cm {
  flex: 1;
  border-radius: 10px;
  border: 1px solid rgba(200, 146, 46, 0.18);
  background: rgba(200, 146, 46, 0.08);
  padding: 14px 1rem;
  min-width: 140px;
}.rju-seo_stat_val-3cm {
  color: #C8922E;
  font-weight: 800;
  margin-bottom: 0.25rem;
  font-size: 20px;
  overflow-wrap: break-word;
}.rju-seo_stat_lb-3cm {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #7E7162;
}.rju-seo-3cm {
  background: #100B0E;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.rju-seo-3cm {
  padding: 44px 1.5rem 0;
}
}.rju-seo_in-3cm {
  background: #1C1418;
  margin: 0 auto;
  border-radius: 16px;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  max-width: 1320px;
}
@media(min-width: 769px) {.rju-seo_in-3cm {
  padding: 2.25rem 2.5rem;
}
}.rju-seo_label-3cm {
  color: #C8922E;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
}.rju-seo_h2-3cm {
  line-height: 1.25;
  color: #F5EDDA;
  overflow-wrap: break-word;
  font-family: 'Cinzel Decorative', serif;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 14px;
}
@media(min-width: 766px) {.rju-seo_h2-3cm {
  font-size: 1.5rem;
}
}.rju-seo_body-3cm {
  font-size: 14px;
  line-height: 1.75;
  color: #A89B7E;
  overflow-wrap: break-word;
}.rju-seo_body-3cm p {
  color: #A89B7E;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.rju-seo_body-3cm p:last-child {
  margin-bottom: 0;
}.rju-seo_body-3cm strong {
  color: #D4C9AA;
  font-weight: 700;
}.rju-seo_body-3cm a {
  transition: color .2s;
  color: #C8922E;
  text-decoration: underline;
}.rju-seo_body-3cm a:hover {
  color: #DFA840;
}.rju-seo_body-3cm ul,.rju-seo_body-3cm ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.rju-seo_body-3cm ol {
  list-style: decimal;
}.rju-seo_body-3cm li {
  color: #A89B7E;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 14px;
}.rju-seo_body-3cm table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 12px;
  font-size: 0.813rem;
}
@media(min-width: 770px) {.rju-seo_body-3cm table {
  display: table;
}
}.rju-seo_body-3cm th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  text-align: left;
  color: #D4C9AA;
  font-weight: 700;
}.rju-seo_body-3cm td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A89B7E;
}.rju-seo_cols-3cm {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 639px) {.rju-seo_cols-3cm {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.rju-seo_cols-3cm {
  grid-template-columns: repeat(3,1fr);
}
}.rju-seo_col_h-3cm {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 700;
  color: #D4C9AA;
  margin-bottom: 7px;
}.rju-seo_col_p-3cm {
  color: #7E7162;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.rju-seo_stats-3cm {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.rju-seo_stat-3cm {
  padding: 14px 16px;
  border: 1px solid rgba(200, 146, 46, 0.18);
  background: rgba(200, 146, 46, 0.08);
  border-radius: 10px;
  flex: 1;
  min-width: 8.75rem;
}.rju-seo_stat_val-3cm {
  margin-bottom: 4px;
  font-size: 1.25rem;
  color: #C8922E;
  font-weight: 800;
  overflow-wrap: break-word;
}.rju-seo_stat_lb-3cm {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #7E7162;
}.rju-seo-3cm {
  padding: 36px 16px 0;
  background: #100B0E;
}
@media(min-width:768px) {.rju-seo-3cm {
  padding: 44px 24px 0;
}
}.rju-seo_in-3cm {
  margin: 0 auto;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #1C1418;
  padding: 1.75rem 24px;
  max-width: 82.5rem;
}
@media(min-width: 766px) {.rju-seo_in-3cm {
  padding: 36px 40px;
}
}.rju-seo_label-3cm {
  font-size: 11px;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  color: #C8922E;
}.rju-seo_h2-3cm {
  line-height: 1.25;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 0.875rem;
  color: #F5EDDA;
  overflow-wrap: break-word;
  font-family: 'Cinzel Decorative', serif;
}
@media(min-width: 770px) {.rju-seo_h2-3cm {
  font-size: 1.5rem;
}
}.rju-seo_body-3cm {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A89B7E;
}.rju-seo_body-3cm p {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 12px;
  color: #A89B7E;
}.rju-seo_body-3cm p:last-child {
  margin-bottom: 0;
}.rju-seo_body-3cm strong {
  color: #D4C9AA;
  font-weight: 700;
}.rju-seo_body-3cm a {
  transition: color .2s;
  color: #C8922E;
  text-decoration: underline;
}.rju-seo_body-3cm a:hover {
  color: #DFA840;
}.rju-seo_body-3cm ul,.rju-seo_body-3cm ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.rju-seo_body-3cm ol {
  list-style: decimal;
}.rju-seo_body-3cm li {
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #A89B7E;
}.rju-seo_body-3cm table {
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  width: 100%;
}
@media(min-width: 769px) {.rju-seo_body-3cm table {
  display: table;
}
}.rju-seo_body-3cm th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  color: #D4C9AA;
  text-align: left;
}.rju-seo_body-3cm td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #A89B7E;
}.rju-seo_cols-3cm {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.rju-seo_cols-3cm {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.rju-seo_cols-3cm {
  grid-template-columns: repeat(3,1fr);
}
}.rju-seo_col_h-3cm {
  color: #D4C9AA;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 7px;
  overflow-wrap: break-word;
}.rju-seo_col_p-3cm {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #7E7162;
  font-size: 0.813rem;
}.rju-seo_stats-3cm {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.rju-seo_stat-3cm {
  padding: 0.875rem 16px;
  border-radius: 10px;
  flex: 1;
  border: 1px solid rgba(200, 146, 46, 0.18);
  background: rgba(200, 146, 46, 0.08);
  min-width: 8.75rem;
}.rju-seo_stat_val-3cm {
  overflow-wrap: break-word;
  margin-bottom: 4px;
  color: #C8922E;
  font-size: 20px;
  font-weight: 800;
}.rju-seo_stat_lb-3cm {
  color: #7E7162;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.rju-faq-3cm {
  padding: 2.25rem 1rem 0;
  background: #100B0E;
}
@media(min-width: 766px) {.rju-faq-3cm {
  padding: 2.75rem 1.5rem 0;
}
}.rju-faq_in-3cm {
  margin: 0 auto;
  max-width: 1320px;
}.rju-faq_head-3cm {
  margin-bottom: 1.25rem;
}.rju-faq_label-3cm {
  color: #C8922E;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}.rju-faq_h2-3cm {
  font-size: 1.25rem;
  color: #F5EDDA;
  font-weight: 800;
  font-family: 'Cinzel Decorative', serif;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.rju-faq_h2-3cm {
  font-size: 1.5rem;
}
}.rju-faq_list-3cm {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.rju-faq_item-3cm {
  overflow: hidden;
  background: #1C1418;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
}.rju-faq_q-3cm {
  transition: color .2s;
  padding: 16px 1.25rem;
  gap: 0.75rem;
  justify-content: space-between;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 600;
  color: #D4C9AA;
  overflow-wrap: break-word;
  font-size: 14px;
}.rju-faq_q-3cm:hover {
  color: #F5EDDA;
}.rju-faq_q_ic-3cm {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transition: transform .25s;
  width: 24px;
  height: 1.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  display: flex;
  color: #C8922E;
}.rju-faq_item-3cm.rju-state_open-3cm .rju-faq_q_ic-3cm {
  transform: rotate(45deg);
}.rju-faq_a-3cm {
  padding: 0 1.25rem 16px;
  display: none;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.7;
  color: #7E7162;
}.rju-faq_item-3cm.rju-state_open-3cm .rju-faq_a-3cm {
  display: block;
}.rju-faq_a-3cm strong {
  color: #D4C9AA;
  font-weight: 700;
}.rju-faq_a-3cm a {
  text-decoration: underline;
  color: #C8922E;
}.rju-faq_a-3cm ul,.rju-faq_a-3cm ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.rju-faq_a-3cm ol {
  list-style: decimal;
}.rju-faq_a-3cm li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.rju-faq_a-3cm table {
  margin: 8px 0;
  font-size: 12px;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  width: 100%;
}
@media(min-width:768px) {.rju-faq_a-3cm table {
  display: table;
}
}.rju-faq_a-3cm th {
  padding: 6px 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D4C9AA;
  text-align: left;
  font-weight: 700;
}.rju-faq_a-3cm td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 0.5rem;
  color: #7E7162;
}.rju-ft-3cm {
  background: #0A0608;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.rju-ft_support-3cm {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 770px) {.rju-ft_support-3cm {
  padding: 1.75rem 24px;
}
}.rju-ft_support_in-3cm {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  max-width: 82.5rem;
}.rju-ft_support_main-3cm {
  flex: 1;
  gap: 16px;
  min-width: 13.75rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.rju-ft_support_ic-3cm {
  flex-shrink: 0;
  color: #C8922E;
}.rju-ft_support_ic-3cm svg {
  height: 30px;
  width: 1.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.rju-ft_support_text_title-3cm {
  font-weight: 700;
  font-size: 15px;
  color: #F5EDDA;
  margin-bottom: 3px;
  overflow-wrap: break-word;
}.rju-ft_support_text_sub-3cm {
  color: #7E7162;
  overflow-wrap: break-word;
  font-size: 12px;
}.rju-ft_support_btn-3cm {
  padding: 11px 22px;
  transition: background .2s;
  background: #C8922E;
  border-radius: 10px;
  color: #F5EDDA;
  font-size: 13px;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 700;
}.rju-ft_support_btn-3cm:hover {
  background: #DFA840;
}.rju-ft_support_contacts-3cm {
  gap: 1rem;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.rju-ft_support_contact-3cm {
  line-height: 1.4;
  font-size: 12px;
  color: #60554A;
}.rju-ft_support_contact-3cm strong {
  display: block;
  margin-bottom: 2px;
  font-size: 0.688rem;
  font-weight: 600;
  color: #A89B7E;
}.rju-ft_main-3cm {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 16px 1.5rem;
}
@media(min-width: 767px) {.rju-ft_main-3cm {
  padding: 40px 24px 32px;
}
}.rju-ft_main_in-3cm {
  margin: 0 auto;
  gap: 24px;
  max-width: 82.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 639px) {.rju-ft_main_in-3cm {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.rju-ft_main_in-3cm {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.rju-ft_col_logo-3cm {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.rju-ft_col_logo-3cm {
  grid-column: auto;
}
}.rju-ft_logo-3cm {
  gap: 9px;
  color: #F5EDDA;
  font-weight: 800;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  font-size: 1rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.rju-ft_logo_mark-3cm {
  overflow: hidden;
  border-radius: 6px;
  width: 1.875rem;
  height: 30px;
}.rju-ft_logo_mark-3cm img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.rju-ft_logo_sub-3cm {
  color: #60554A;
  max-width: 200px;
  font-size: 0.75rem;
  line-height: 1.55;
  overflow-wrap: break-word;
}.rju-ft_col_title-3cm {
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 0.875rem;
  font-weight: 700;
  color: #A89B7E;
  font-size: 0.75rem;
}.rju-ft_col_links-3cm {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.rju-ft_col_link-3cm {
  transition: color .2s;
  font-size: 0.813rem;
  color: #60554A;
  overflow-wrap: break-word;
}.rju-ft_col_link-3cm:hover {
  color: #D4C9AA;
}.rju-ft_apps-3cm {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.rju-ft_app_card-3cm {
  padding: 0.625rem 12px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 0.625rem;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  display: flex;
}.rju-ft_app_card-3cm:hover {
  border-color: rgba(200, 146, 46, 0.45);
}.rju-ft_app_card_ic-3cm svg {
  stroke-linejoin: round;
  width: 1.375rem;
  height: 1.375rem;
  stroke-linecap: round;
}.rju-ft_app_card_os-3cm {
  font-size: 10px;
  color: #60554A;
  font-weight: 600;
}.rju-ft_app_card_action-3cm {
  color: #D4C9AA;
  font-weight: 700;
  font-size: 0.75rem;
}.rju-ft_bot-3cm {
  padding: 20px 16px;
}
@media(min-width: 770px) {.rju-ft_bot-3cm {
  padding: 20px 1.5rem;
}
}.rju-ft_bot_in-3cm {
  margin: 0 auto;
  gap: 1rem;
  max-width: 1320px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.rju-ft_socials-3cm {
  gap: 0.5rem;
  display: flex;
}.rju-ft_soc-3cm {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: background .2s;
  height: 2.25rem;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 36px;
  color: #A89B7E;
}.rju-ft_soc-3cm svg {
  height: 1rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
}.rju-ft_soc-3cm:hover {
  background: rgba(255, 255, 255, 0.07);
}.rju-ft_legal-3cm {
  flex: 1;
  color: #8A7E72;
  line-height: 1.6;
  min-width: 12.5rem;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.rju-ft_legal-3cm strong {
  color: #A89B7E;
  font-weight: 700;
}.rju-ft_legal-3cm a {
  color: #A89B7E;
  text-decoration: underline;
}.rju-ft_age-3cm {
  border: 2px solid #8A7E72;
  border-radius: 50%;
  margin-left: auto;
  display: flex;
  font-size: 0.688rem;
  color: #8A7E72;
  font-weight: 800;
  width: 2rem;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  height: 2rem;
}