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;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0F0906;
  font-family: 'Barlow', sans-serif;
  line-height: 1.6;
  color: #D4C2A0;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}.roz-layout_hkj {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.roz-page_hkj {
  min-height: 100vh;
  display: flex;
}.roz-main_hkj {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media (min-width: 1079px) {.roz-main_hkj {
  padding-left: 13.75rem;
}
}
@media (max-width: 1077px) {.roz-main_hkj {
  padding-bottom: 72px;
}
}.roz-gc_hkj {
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  background: #19100A;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  flex-shrink: 0;
  position: relative;
  width: 140px;
  cursor: pointer;
}
@media(min-width: 637px) {.roz-gc_hkj {
  width: 9.75rem;
}
}
@media(min-width: 1078px) {.roz-gc_hkj {
  width: 168px;
}
}.roz-gc_hkj:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 144, 26, 0.08);
}.roz-gc_img_hkj {
  overflow: hidden;
  padding-bottom: 80%;
  position: relative;
  width: 100%;
}.roz-gc_img_hkj img {
  inset: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}.roz-gc_hover_hkj {
  background: rgba(5, 3, 1, 0.74);
  inset: 0;
  transition: opacity .2s;
  position: absolute;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}.roz-gc_hkj:hover .roz-gc_hover_hkj {
  opacity: 1;
}.roz-gc_hover_btn_hkj {
  border-radius: 0.375rem;
  padding: 8px 16px;
  background: #C8901A;
  font-weight: 700;
  font-size: 0.75rem;
  color: #F5ECD8;
}.roz-gc_info_hkj {
  padding: 8px 10px 0.625rem;
}.roz-gc_name_hkj {
  overflow: hidden;
  color: #D4C2A0;
  white-space: nowrap;
  max-width: 100%;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 3px;
  text-overflow: ellipsis;
}.roz-gc_prov_hkj {
  font-size: 10px;
  color: #987260;
}.roz-gc_tag_hkj {
  padding: 2px 0.438rem;
  border-radius: 0.25rem;
  top: 0.375rem;
  text-transform: uppercase;
  left: 0.375rem;
  position: absolute;
  letter-spacing: .04em;
  font-weight: 700;
  z-index: 2;
  font-size: 9px;
}.roz-gc_tag_hot_hkj {
  background: #C83228;
  color: #fff;
}.roz-gc_tag_new_hkj {
  background: #2DB873;
  color: #0F0906;
}.roz-gc_tag_jp_hkj {
  background: #E8A820;
  color: #0F0906;
}.roz-gc_tag_ex_hkj {
  background: #7B4A15;
  color: #fff;
}.roz-gc_tag_live_hkj {
  background: #C83228;
  color: #fff;
}.roz-gr_hkj {
  padding: 32px 1rem 0;
  background: #0F0906;
}
@media(min-width:768px) {.roz-gr_hkj {
  padding: 2.25rem 24px 0;
}
}.roz-gr_in_hkj {
  margin: 0 auto;
  max-width: 1320px;
}.roz-gr_head_hkj {
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
  display: flex;
}.roz-gr_head_l_hkj {
  gap: 0.625rem;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}.roz-gr_ic_hkj {
  border-radius: 10px;
  height: 2rem;
  width: 32px;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}.roz-gr_ic_hkj svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 16px;
  width: 1rem;
}.roz-gr_title_hkj {
  color: #F5ECD8;
  font-size: 16px;
  font-family: 'Cinzel', serif;
  font-weight: 700;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.roz-gr_title_hkj {
  font-size: 18px;
}
}.roz-gr_more_hkj {
  transition: color .2s;
  gap: 5px;
  flex-shrink: 0;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
  white-space: nowrap;
  color: #9A7E62;
}.roz-gr_more_hkj:hover {
  color: #C8901A;
}.roz-gr_more_hkj svg {
  width: 0.75rem;
  stroke-linecap: round;
  height: 12px;
  stroke-linejoin: round;
}.roz-gr_arrows_hkj {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.roz-gr_arr_hkj {
  border-radius: 6px;
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  color: #B09878;
  align-items: center;
}.roz-gr_arr_hkj:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F5ECD8;
}.roz-gr_arr_hkj svg {
  stroke-linecap: round;
  height: 0.813rem;
  width: 13px;
  stroke-linejoin: round;
}.roz-gr_seo_h_hkj {
  margin: 0 0 0.375rem;
  color: #D4C2A0;
  max-width: 42.5rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 13px;
}
@media(min-width: 771px) {.roz-gr_seo_h_hkj {
  font-size: 0.875rem;
}
}.roz-gr_seo_hkj {
  color: #9A7E62;
  line-height: 1.55;
  max-width: 680px;
  font-size: 12px;
  overflow-wrap: break-word;
  margin-bottom: 12px;
}.roz-gr_seo_hkj strong {
  font-weight: 600;
  color: #D4C2A0;
}.roz-gr_scroll_hkj {
  gap: 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 0.625rem;
  overflow-x: auto;
}.roz-gr_scroll_hkj::-webkit-scrollbar {
  display: none;
}
@media(min-width: 766px) {.roz-gr_scroll_hkj {
  gap: 12px;
}
}.roz-tb_hkj {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #0B0704;
  align-items: center;
  top: 0;
  right: 0;
  left: 0;
  height: 56px;
  z-index: 80;
  position: fixed;
  display: flex;
}.roz-tb_in_hkj {
  gap: 0;
  padding: 0 0.875rem;
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
}.roz-tb_burger_hkj {
  gap: 0.313rem;
  border-radius: 10px;
  height: 38px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  margin-right: 0.5rem;
  justify-content: center;
  width: 2.375rem;
  flex-direction: column;
}.roz-tb_burger_hkj:hover {
  background: rgba(255, 255, 255, 0.05);
}.roz-tb_burger_line_hkj {
  border-radius: 1px;
  background: #B09878;
  width: 1.125rem;
  display: block;
  height: 2px;
}
@media(min-width:1080px) {.roz-tb_burger_hkj {
  display: none;
}
}.roz-tb_logo_hkj {
  gap: 0.563rem;
  flex-shrink: 0;
  align-items: center;
  color: #F5ECD8;
  font-weight: 800;
  font-size: 18px;
  margin-right: 1.25rem;
  letter-spacing: -.01em;
  display: flex;
  overflow-wrap: break-word;
}.roz-tb_logo_mark_hkj {
  border-radius: 0.625rem;
  overflow: hidden;
  display: flex;
  width: 32px;
  align-items: center;
  height: 32px;
  justify-content: center;
}.roz-tb_logo_mark_hkj img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.roz-tb_nav_hkj {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width:640px) {.roz-tb_nav_hkj {
  display: flex;
}
}.roz-tb_tab_hkj {
  transition: background .15s,color .15s;
  border-radius: 0.625rem;
  padding: 8px 14px;
  white-space: nowrap;
  font-weight: 600;
  color: #B09878;
  font-size: 0.813rem;
}.roz-tb_tab_hkj:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5ECD8;
}.roz-tb_tab_hkj.roz-state_active_hkj {
  background: rgba(200, 144, 26, 0.18);
  color: #F5ECD8;
}.roz-tb_right_hkj {
  gap: 8px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  margin-left: auto;
}.roz-tb_login_hkj {
  border-radius: 0.625rem;
  padding: 0.563rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  font-weight: 600;
  color: #D4C2A0;
  display: none;
}.roz-tb_login_hkj:hover {
  border-color: rgba(204, 148, 22, 0.48);
  color: #F5ECD8;
}
@media(min-width: 483px) {.roz-tb_login_hkj {
  display: block;
}
}.roz-tb_reg_hkj {
  background: #2DB873;
  padding: 0.563rem 1.125rem;
  border-radius: 10px;
  transition: background .2s;
  white-space: nowrap;
  font-size: 0.813rem;
  color: #0C0804;
  font-weight: 700;
}.roz-tb_reg_hkj:hover {
  background: #35D080;
}.roz-sb_hkj {
  background: #211508;
  transition: transform .25s ease;
  transform: translateX(-100%);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  position: fixed;
  overflow-y: auto;
  z-index: 70;
  left: 0;
  width: 220px;
  bottom: 0;
  top: 56px;
}.roz-sb_hkj.roz-state_open_hkj {
  transform: translateX(0);
}.roz-sb_hkj::-webkit-scrollbar {
  width: 4px;
}.roz-sb_hkj::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width:1080px) {.roz-sb_hkj {
  transform: translateX(0);
}
}.roz-sb_auth_hkj {
  padding: 0.875rem 0.75rem 10px;
}.roz-sb_btn_reg_hkj {
  transition: background .2s;
  background: #2DB873;
  border-radius: 0.625rem;
  padding: 11px;
  text-align: center;
  color: #0C0804;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
  font-size: 13px;
}.roz-sb_btn_reg_hkj:hover {
  background: #35D080;
}.roz-sb_btn_login_hkj {
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  transition: border-color .2s;
  font-weight: 600;
  display: block;
  color: #D4C2A0;
  font-size: 0.813rem;
  text-align: center;
}.roz-sb_btn_login_hkj:hover {
  border-color: rgba(204, 148, 22, 0.48);
  color: #F5ECD8;
}.roz-sb_promo_hkj {
  padding: 0.75rem 14px;
  overflow: hidden;
  border-radius: 0.625rem;
  margin: 0 12px 0.625rem;
  border: 1px solid rgba(200, 144, 26, 0.18);
  background: linear-gradient(135deg,#1E0E05,#211508);
  position: relative;
}.roz-sb_promo_hkj::before {
  background: radial-gradient(circle,rgba(200, 144, 26, 0.18),transparent 70%);
  border-radius: 50%;
  position: absolute;
  content: '';
  right: -1.25rem;
  width: 5rem;
  height: 80px;
  top: -20px;
}.roz-sb_promo_title_hkj {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .06em;
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #C8901A;
}.roz-sb_promo_text_hkj {
  overflow-wrap: break-word;
  line-height: 1.35;
  color: #F5ECD8;
  font-size: 12px;
  font-weight: 600;
}.roz-sb_promo_sub_hkj {
  margin-top: 3px;
  font-size: 0.625rem;
  color: #9A7E62;
}.roz-sb_nav_hkj {
  padding: 6px 0.5rem 16px;
}.roz-sb_nav_lb_hkj {
  padding: 10px 0.5rem 0.375rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 10px;
  font-weight: 700;
  color: #987260;
}.roz-sb_link_hkj {
  border-radius: 6px;
  transition: background .15s,color .15s;
  padding: 0.563rem 0.625rem;
  gap: 0.625rem;
  cursor: pointer;
  align-items: center;
  font-weight: 500;
  overflow-wrap: break-word;
  display: flex;
  font-size: 0.813rem;
  color: #B09878;
}.roz-sb_link_hkj:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F5ECD8;
}.roz-sb_link_hkj.roz-state_active_hkj {
  background: rgba(200, 144, 26, 0.18);
  color: #F5ECD8;
}.roz-sb_ic_hkj {
  border-radius: 6px;
  flex-shrink: 0;
  justify-content: center;
  width: 30px;
  align-items: center;
  display: flex;
  height: 1.875rem;
}.roz-sb_ic_hkj svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
  height: 16px;
}.roz-sb_ic_1_hkj {
  background: rgba(200, 144, 26, 0.08);
  color: #C8901A;
}.roz-sb_ic_2_hkj {
  background: rgba(45, 184, 115, 0.15);
  color: #2DB873;
}.roz-sb_ic_3_hkj {
  background: rgba(232, 168, 32, 0.16);
  color: #E8A820;
}.roz-sb_ic_4_hkj {
  background: rgba(123, 74, 21, 0.28);
  color: #7B4A15;
}.roz-sb_ic_5_hkj {
  background: rgba(200, 144, 26, 0.08);
  color: #D94070;
}.roz-sb_ic_6_hkj {
  background: rgba(123, 74, 21, 0.28);
  color: #8B30C0;
}.roz-sb_badge_hkj {
  background: #E8A820;
  padding: 2px 7px;
  border-radius: 6px;
  font-size: 9px;
  color: #0C0804;
  font-weight: 700;
  margin-left: auto;
}.roz-sb_bot_hkj {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 8px;
  padding: 12px;
  display: flex;
}.roz-sb_lang_hkj,.roz-sb_help_hkj {
  padding: 9px 6px;
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex: 1;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  gap: 6px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
  font-size: 11px;
  color: #B09878;
}.roz-sb_lang_hkj:hover,.roz-sb_help_hkj:hover {
  border-color: rgba(204, 148, 22, 0.48);
  color: #F5ECD8;
}.roz-sb_lang_hkj svg,.roz-sb_help_hkj svg {
  height: 0.813rem;
  stroke-linecap: round;
  width: 0.813rem;
  stroke-linejoin: round;
}.roz-sb_bd_hkj {
  background: rgba(5, 3, 1, 0.74);
  inset: 0;
  display: none;
  z-index: 69;
  position: fixed;
}.roz-sb_bd_hkj.roz-state_on_hkj {
  display: block;
}
@media(min-width:1080px) {.roz-sb_bd_hkj {
  display: none!important;
}
}.roz-mob_nav_hkj {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  background: #211508;
  display: flex;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 80;
  left: 0;
}
@media(min-width: 1082px) {.roz-mob_nav_hkj {
  display: none;
}
}.roz-mob_nav_item_hkj {
  gap: 0.25rem;
  flex: 1;
  padding: 0.25rem 2px;
  align-items: center;
  flex-direction: column;
  display: flex;
  color: #987260;
  cursor: pointer;
}.roz-mob_nav_ic_hkj {
  line-height: 1;
}.roz-mob_nav_ic_hkj svg {
  width: 20px;
  stroke-linecap: round;
  height: 20px;
  stroke-linejoin: round;
}.roz-mob_nav_lb_hkj {
  font-size: 0.625rem;
  color: #987260;
  font-weight: 600;
}.roz-mob_nav_item_hkj.roz-state_active_hkj {
  color: #C8901A;
}.roz-mob_nav_item_hkj.roz-state_active_hkj .roz-mob_nav_lb_hkj {
  color: #C8901A;
}.roz-hero_hkj {
  padding: 1.25rem 1rem 0;
  background: #0F0906;
}
@media(min-width: 766px) {.roz-hero_hkj {
  padding: 24px 1.5rem 0;
}
}.roz-hero_in_hkj {
  gap: 0.75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 82.5rem;
}
@media(min-width: 863px) {.roz-hero_in_hkj {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1101px) {.roz-hero_in_hkj {
  grid-template-columns: 1fr 340px;
}
}.roz-hero_promo_hkj {
  background: #19100A;
  overflow: hidden;
  border-radius: 16px;
  align-items: stretch;
  display: flex;
  position: relative;
  min-height: 13.75rem;
}
@media(min-width: 770px) {.roz-hero_promo_hkj {
  min-height: 280px;
}
}.roz-hero_promo_bg_hkj {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#1E0E05 0%,#0A0603 100%);
  position: absolute;
  background-size: cover;
}.roz-hero_promo_bg_hkj::after {
  background: linear-gradient(90deg,#0F0906 0%,rgba(5, 3, 1, 0.74) 60%,transparent 100%);
  inset: 0;
  position: absolute;
  content: '';
}.roz-hero_promo_glow_hkj {
  background: radial-gradient(circle,rgba(123, 74, 21, 0.28) 0%,transparent 65%);
  border-radius: 50%;
  right: 3.75rem;
  top: -40px;
  width: 18.75rem;
  position: absolute;
  height: 300px;
  pointer-events: none;
}.roz-hero_promo_ct_hkj {
  padding: 28px 24px 1.75rem 28px;
  justify-content: center;
  z-index: 2;
  position: relative;
  flex-direction: column;
  display: flex;
  max-width: 30rem;
}
@media(min-width:768px) {.roz-hero_promo_ct_hkj {
  padding: 2.5rem 2rem;
}
}.roz-hero_badge_hkj {
  padding: 5px 0.75rem;
  background: rgba(200, 144, 26, 0.18);
  border-radius: 22px;
  border: 1px solid rgba(200, 144, 26, 0.08);
  display: inline-block;
  font-size: 10px;
  margin-bottom: 14px;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  color: #C8901A;
}.roz-hero_h1_hkj {
  font-family: 'Cinzel', serif;
  margin-bottom: 0.625rem;
  color: #F5ECD8;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.15;
  font-size: 1.625rem;
}.roz-hero_h1_hkj em {
  color: #E8A820;
  font-style: normal;
}
@media(min-width: 771px) {.roz-hero_h1_hkj {
  font-size: 36px;
}
}.roz-hero_sub_hkj {
  font-size: 13px;
  color: #B09878;
  line-height: 1.55;
  margin-bottom: 20px;
}
@media(min-width: 766px) {.roz-hero_sub_hkj {
  font-size: 0.875rem;
}
}.roz-hero_row_hkj {
  gap: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.roz-hero_cta_hkj {
  background: #2DB873;
  padding: 13px 1.625rem;
  transition: background .2s;
  border-radius: 0.625rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 0.25rem 1.125rem rgba(45, 184, 115, 0.46);
  font-size: 0.875rem;
  font-weight: 700;
  color: #0C0804;
}.roz-hero_cta_hkj:hover {
  background: #35D080;
}.roz-hero_terms_hkj {
  font-size: 11px;
  color: #987260;
}.roz-hero_game_hkj {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #19100A;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  flex-direction: column;
  display: flex;
}.roz-hero_game_badge_hkj {
  padding: 0.313rem 10px;
  border-radius: 1.375rem;
  background: rgba(232, 168, 32, 0.16);
  border: 1px solid rgba(232, 168, 32, 0.16);
  z-index: 3;
  text-transform: uppercase;
  left: 0.75rem;
  font-size: 10px;
  top: 12px;
  color: #E8A820;
  font-weight: 700;
  letter-spacing: .06em;
  position: absolute;
}.roz-hero_game_badge_hkj svg {
  margin-right: 4px;
  width: 11px;
  vertical-align: -1px;
  height: 11px;
}.roz-hero_game_img_hkj {
  overflow: hidden;
  background: linear-gradient(135deg,#1E0E05,#0A0603);
  padding-bottom: 60%;
  position: relative;
}.roz-hero_game_img_hkj img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}.roz-hero_game_play_hkj {
  transition: opacity .2s;
  background: rgba(5, 3, 1, 0.74);
  inset: 0;
  position: absolute;
  align-items: center;
  justify-content: center;
  display: flex;
  opacity: 0;
}.roz-hero_game_hkj:hover .roz-hero_game_play_hkj {
  opacity: 1;
}.roz-hero_game_play_hkj span {
  border-radius: 50%;
  background: #C8901A;
  height: 52px;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 3.25rem;
}.roz-hero_game_play_hkj span svg {
  height: 18px;
  margin-left: 2px;
  width: 18px;
}.roz-hero_game_info_hkj {
  padding: 14px 16px;
}.roz-hero_game_title_hkj {
  overflow-wrap: break-word;
  font-size: 15px;
  margin-bottom: 0.25rem;
  color: #F5ECD8;
  font-weight: 700;
}.roz-hero_game_provider_hkj {
  color: #9A7E62;
  font-size: 11px;
}.roz-hero_game_btn_hkj {
  background: #C8901A;
  padding: 0.688rem;
  margin: 12px 1rem 16px;
  border-radius: 10px;
  transition: background .2s;
  display: block;
  font-size: 13px;
  text-align: center;
  color: #F5ECD8;
  font-weight: 700;
}.roz-hero_game_hkj:hover .roz-hero_game_btn_hkj {
  background: #DDA020;
}.roz-sbar_hkj {
  padding: 1rem 16px 0;
  background: #0F0906;
}
@media(min-width: 766px) {.roz-sbar_hkj {
  padding: 18px 1.5rem 0;
}
}.roz-sbar_in_hkj {
  margin: 0 auto;
  max-width: 1320px;
}.roz-sbar_row_hkj {
  gap: 0.625rem;
  margin-bottom: 12px;
  flex-wrap: wrap;
  display: flex;
}.roz-sbar_input_hkj {
  gap: 0.625rem;
  border-radius: 0.625rem;
  flex: 1;
  background: #19100A;
  padding: 11px 16px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  align-items: center;
  font-size: 13px;
  color: #9A7E62;
  cursor: pointer;
  display: flex;
}.roz-sbar_input_hkj:hover {
  border-color: rgba(204, 148, 22, 0.48);
}.roz-sbar_input_hkj svg {
  flex-shrink: 0;
  width: 15px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 0.938rem;
}.roz-sbar_providers_hkj {
  transition: border-color .2s;
  gap: 8px;
  padding: 0.688rem 1.125rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #19100A;
  border-radius: 0.625rem;
  color: #D4C2A0;
  font-weight: 600;
  white-space: nowrap;
  align-items: center;
  font-size: 13px;
  display: flex;
}.roz-sbar_providers_hkj:hover {
  border-color: rgba(204, 148, 22, 0.48);
  color: #F5ECD8;
}.roz-sbar_providers_hkj svg {
  width: 0.875rem;
  stroke-linejoin: round;
  height: 14px;
  stroke-linecap: round;
}.roz-sbar_tabs_hkj {
  gap: 6px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 2px;
}.roz-sbar_tabs_hkj::-webkit-scrollbar {
  display: none;
}.roz-sbar_tab_hkj {
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem 14px;
  gap: 0.438rem;
  background: rgba(255, 255, 255, 0.05);
  flex-shrink: 0;
  cursor: pointer;
  font-weight: 600;
  color: #B09878;
  font-size: 12px;
  white-space: nowrap;
  align-items: center;
  display: flex;
}.roz-sbar_tab_hkj:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(204, 148, 22, 0.48);
  color: #F5ECD8;
}.roz-sbar_tab_hkj.roz-state_active_hkj {
  background: rgba(200, 144, 26, 0.18);
  border-color: rgba(200, 144, 26, 0.08);
  color: #F5ECD8;
}.roz-sbar_tab_ic_hkj svg {
  width: 14px;
  stroke-linejoin: round;
  height: 14px;
  stroke-linecap: round;
}.roz-wy_hkj {
  padding: 32px 16px 0;
  background: #0F0906;
}
@media(min-width: 767px) {.roz-wy_hkj {
  padding: 2.5rem 1.5rem 0;
}
}.roz-wy_in_hkj {
  margin: 0 auto;
  max-width: 82.5rem;
}.roz-wy_head_hkj {
  margin-bottom: 1.125rem;
  max-width: 720px;
}.roz-wy_label_hkj {
  letter-spacing: .08em;
  color: #C8901A;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}.roz-wy_h2_hkj {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #F5ECD8;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  margin-bottom: 8px;
}
@media(min-width: 767px) {.roz-wy_h2_hkj {
  font-size: 1.5rem;
}
}.roz-wy_intro_hkj {
  margin: 0;
  color: #9A7E62;
  line-height: 1.6;
  font-size: 13px;
}.roz-wy_grid_hkj {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.roz-wy_grid_hkj {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.roz-wy_grid_hkj {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.roz-wy_card_hkj {
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1.25rem;
  transition: border-color .2s,transform .2s;
  background: #211508;
  border-radius: 10px;
}.roz-wy_card_hkj:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 144, 26, 0.08);
}.roz-wy_card_ic_hkj {
  background: rgba(200, 144, 26, 0.18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  color: #C8901A;
  margin-bottom: 14px;
  justify-content: center;
  height: 2.75rem;
  width: 44px;
}.roz-wy_card_ic_hkj svg {
  height: 1.375rem;
  width: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.roz-wy_card_h_hkj {
  overflow-wrap: break-word;
  color: #F5ECD8;
  font-size: 0.938rem;
  margin-bottom: 0.375rem;
  line-height: 1.25;
  font-weight: 700;
}.roz-wy_card_p_hkj {
  color: #9A7E62;
  font-size: 0.813rem;
  line-height: 1.6;
  overflow-wrap: break-word;
}.roz-wy_card_p_hkj strong {
  font-weight: 600;
  color: #D4C2A0;
}.roz-gcg_hkj {
  background: #0F0906;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.roz-gcg_hkj {
  padding: 44px 24px 0;
}
}.roz-gcg_in_hkj {
  margin: 0 auto;
  max-width: 1320px;
}.roz-gcg_head_hkj {
  max-width: 720px;
  margin-bottom: 20px;
}.roz-gcg_label_hkj {
  color: #C8901A;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
}.roz-gcg_h2_hkj {
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 1.375rem;
  color: #F5ECD8;
  font-weight: 800;
}
@media(min-width: 769px) {.roz-gcg_h2_hkj {
  font-size: 28px;
}
}.roz-gcg_intro_hkj {
  color: #9A7E62;
  line-height: 1.6;
  font-size: 0.813rem;
}.roz-gcg_grid_hkj {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.roz-gcg_grid_hkj {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.roz-gcg_grid_hkj {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.roz-gcg_card_hkj {
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 16px;
  min-height: 15rem;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  cursor: pointer;
  display: flex;
}.roz-gcg_card_hkj:hover {
  border-color: rgba(200, 144, 26, 0.18);
  transform: translateY(-3px);
}.roz-gcg_card_bg_hkj {
  inset: 0;
  position: absolute;
  z-index: 0;
}.roz-gcg_card_bg_hkj::after {
  inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  position: absolute;
  content: '';
}.roz-gcg_card_ic_hkj {
  border-radius: 6px;
  background: rgba(0,0,0,.45);
  z-index: 2;
  display: flex;
  color: #F5ECD8;
  justify-content: center;
  width: 2.5rem;
  position: absolute;
  top: 18px;
  right: 1.125rem;
  align-items: center;
  height: 2.5rem;
}.roz-gcg_card_ic_hkj svg {
  stroke-linejoin: round;
  width: 1.25rem;
  height: 20px;
  stroke-linecap: round;
}.roz-gcg_card_ct_hkj {
  position: relative;
  z-index: 1;
}.roz-gcg_card_h_hkj {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 1.125rem;
  font-weight: 800;
  color: #F5ECD8;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
@media(min-width: 765px) {.roz-gcg_card_h_hkj {
  font-size: 1.25rem;
}
}.roz-gcg_card_p_hkj {
  margin-bottom: 10px;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
  font-size: 12px;
  overflow-wrap: break-word;
}.roz-gcg_card_p_hkj strong {
  font-weight: 600;
  color: #F5ECD8;
}.roz-gcg_card_cta_hkj {
  gap: 4px;
  font-weight: 700;
  font-size: 0.75rem;
  align-items: center;
  color: #C8901A;
  display: inline-flex;
  text-transform: uppercase;
  letter-spacing: .04em;
}.roz-gcg_card_cta_hkj svg {
  stroke-linejoin: round;
  width: 0.75rem;
  height: 0.75rem;
  stroke-linecap: round;
}.roz-ws_hkj {
  padding: 2rem 16px 0;
  background: #0F0906;
}
@media(min-width: 771px) {.roz-ws_hkj {
  padding: 2.25rem 24px 0;
}
}.roz-ws_in_hkj {
  margin: 0 auto;
  max-width: 1320px;
}.roz-ws_head_hkj {
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.875rem;
}.roz-ws_title_hkj {
  gap: 0.625rem;
  display: flex;
  font-weight: 700;
  color: #F5ECD8;
  flex-wrap: wrap;
  align-items: center;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 16px;
}.roz-ws_title_ic_hkj svg {
  color: #E8A820;
  height: 1.125rem;
  stroke-linejoin: round;
  width: 1.125rem;
  stroke-linecap: round;
}.roz-ws_online_hkj {
  gap: 7px;
  color: #9A7E62;
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 600;
}.roz-ws_online_dot_hkj {
  border-radius: 50%;
  background: #2DB873;
  width: 8px;
  height: 0.5rem;
  flex-shrink: 0;
  box-shadow: 0 0 0.375rem rgba(45, 184, 115, 0.15);
}.roz-ws_scroll_hkj {
  gap: 8px;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
}.roz-ws_scroll_hkj::-webkit-scrollbar {
  display: none;
}.roz-wc_hkj {
  padding: 0.625rem 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  gap: 0.625rem;
  border-radius: 0.625rem;
  background: #19100A;
  min-width: 220px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.roz-wc_img_hkj {
  border-radius: 6px;
  overflow: hidden;
  background: #211508;
  width: 2.25rem;
  flex-shrink: 0;
  height: 2.25rem;
}.roz-wc_img_hkj img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.roz-wc_info_hkj {
  min-width: 0;
}.roz-wc_game_hkj {
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  color: #D4C2A0;
}.roz-wc_player_hkj {
  overflow: hidden;
  color: #987260;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.625rem;
}.roz-wc_amount_hkj {
  white-space: nowrap;
  margin-left: auto;
  font-weight: 700;
  font-size: 13px;
  color: #2DB873;
  flex-shrink: 0;
}.roz-prov_hkj {
  background: #0F0906;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.roz-prov_hkj {
  padding: 44px 1.5rem 0;
}
}.roz-prov_in_hkj {
  margin: 0 auto;
  max-width: 82.5rem;
}.roz-prov_head_hkj {
  margin-bottom: 16px;
}.roz-prov_label_hkj {
  letter-spacing: .08em;
  color: #C8901A;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.688rem;
  margin-bottom: 8px;
}.roz-prov_h2_hkj {
  margin-bottom: 8px;
  color: #F5ECD8;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.roz-prov_h2_hkj {
  font-size: 1.5rem;
}
}.roz-prov_seo_hkj {
  max-width: 620px;
  line-height: 1.6;
  font-size: 13px;
  margin-bottom: 16px;
  color: #9A7E62;
  overflow-wrap: break-word;
}.roz-prov_seo_hkj strong {
  font-weight: 700;
  color: #D4C2A0;
}.roz-prov_seo_hkj a {
  text-decoration: underline;
  color: #C8901A;
}.roz-prov_grid_hkj {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 638px) {.roz-prov_grid_hkj {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1082px) {.roz-prov_grid_hkj {
  grid-template-columns: repeat(8,1fr);
}
}.roz-prov_card_hkj {
  gap: 0.438rem;
  border-radius: 10px;
  transition: border-color .2s,background .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #19100A;
  padding: 0.875rem 10px;
  flex-direction: column;
  cursor: pointer;
  display: flex;
  align-items: center;
}.roz-prov_card_hkj:hover {
  background: #211508;
  border-color: rgba(204, 148, 22, 0.48);
}.roz-prov_logo_hkj {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  display: flex;
  width: 44px;
}.roz-prov_logo_hkj img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.roz-prov_name_hkj {
  font-weight: 600;
  text-align: center;
  color: #B09878;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.roz-htp_hkj {
  padding: 2.25rem 16px 0;
  background: #0F0906;
}
@media(min-width:768px) {.roz-htp_hkj {
  padding: 2.75rem 24px 0;
}
}.roz-htp_in_hkj {
  margin: 0 auto;
  max-width: 1320px;
}.roz-htp_head_hkj {
  max-width: 720px;
  margin-bottom: 1.375rem;
}.roz-htp_label_hkj {
  letter-spacing: .08em;
  color: #C8901A;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}.roz-htp_h2_hkj {
  font-size: 22px;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  color: #F5ECD8;
  font-family: 'Cinzel', serif;
  font-weight: 800;
}
@media(min-width: 769px) {.roz-htp_h2_hkj {
  font-size: 1.75rem;
}
}.roz-htp_intro_hkj {
  color: #9A7E62;
  font-size: 14px;
  line-height: 1.6;
}.roz-htp_steps_hkj {
  list-style: none;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  counter-reset: none;
}
@media(min-width: 642px) {.roz-htp_steps_hkj {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.roz-htp_steps_hkj {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.roz-htp_step_hkj {
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #211508;
  border-radius: 0.625rem;
  padding: 1.25rem 1.125rem 18px;
  position: relative;
  flex-direction: column;
  display: flex;
}.roz-htp_step_num_hkj {
  background: #C8901A;
  border-radius: 50%;
  position: absolute;
  top: -0.75rem;
  width: 1.75rem;
  font-family: 'Cinzel', serif;
  justify-content: center;
  align-items: center;
  height: 28px;
  color: #0C0804;
  font-size: 13px;
  display: flex;
  left: 20px;
  font-weight: 800;
}.roz-htp_step_ic_hkj {
  margin: 0.5rem 0 0.75rem;
  background: rgba(200, 144, 26, 0.18);
  border-radius: 6px;
  justify-content: center;
  height: 2.25rem;
  display: flex;
  width: 36px;
  color: #C8901A;
  align-items: center;
}.roz-htp_step_ic_hkj svg {
  width: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.125rem;
}.roz-htp_step_h_hkj {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #F5ECD8;
}.roz-htp_step_p_hkj {
  overflow-wrap: break-word;
  color: #9A7E62;
  line-height: 1.55;
  font-size: 13px;
}.roz-htp_step_p_hkj strong {
  color: #D4C2A0;
  font-weight: 600;
}.roz-htp_cta_hkj {
  padding: 0.813rem 1.625rem;
  border-radius: 0.625rem;
  background: #2DB873;
  transition: background .2s;
  font-weight: 700;
  margin-top: 20px;
  color: #0C0804;
  display: inline-block;
  font-size: 0.875rem;
}.roz-htp_cta_hkj:hover {
  background: #35D080;
}.roz-bon_hkj {
  background: #0F0906;
  padding: 2.25rem 16px 0;
}
@media(min-width: 766px) {.roz-bon_hkj {
  padding: 44px 1.5rem 0;
}
}.roz-bon_in_hkj {
  margin: 0 auto;
  max-width: 82.5rem;
}.roz-bon_head_hkj {
  margin-bottom: 20px;
}.roz-bon_label_hkj {
  color: #C8901A;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 8px;
}.roz-bon_h2_hkj {
  margin-bottom: 8px;
  color: #F5ECD8;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
}
@media(min-width: 769px) {.roz-bon_h2_hkj {
  font-size: 1.5rem;
}
}.roz-bon_seo_hkj {
  line-height: 1.6;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  color: #9A7E62;
  font-size: 0.813rem;
}.roz-bon_seo_hkj strong {
  font-weight: 700;
  color: #D4C2A0;
}.roz-bon_seo_hkj a {
  text-decoration: underline;
  color: #C8901A;
}.roz-bon_grid_hkj {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 638px) {.roz-bon_grid_hkj {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.roz-bon_grid_hkj {
  grid-template-columns: repeat(5,1fr);
}
}.roz-bon_card_hkj {
  background: #19100A;
  padding: 16px;
  transition: border-color .2s,transform .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 0.625rem;
}.roz-bon_card_hkj:hover {
  border-color: rgba(200, 144, 26, 0.08);
  transform: translateY(-2px);
}.roz-bon_card_ic_hkj svg {
  height: 26px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.625rem;
}.roz-bon_card_ic_hkj {
  margin-bottom: 10px;
}.roz-bon_card_type_hkj {
  text-transform: uppercase;
  margin-bottom: 6px;
  letter-spacing: .06em;
  color: #9A7E62;
  font-weight: 700;
  font-size: 0.625rem;
}.roz-bon_card_amount_hkj {
  font-size: 1.125rem;
  margin-bottom: 6px;
  line-height: 1.1;
  color: #E8A820;
  font-weight: 800;
}.roz-bon_card_name_hkj {
  margin-bottom: 8px;
  color: #F5ECD8;
  font-size: 13px;
  overflow-wrap: break-word;
  font-weight: 600;
}.roz-bon_card_detail_hkj {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 11px;
  line-height: 1.5;
  padding-top: 8px;
  color: #987260;
  overflow-wrap: break-word;
}.roz-reg_hkj {
  padding: 36px 16px 0;
  background: #0F0906;
}
@media(min-width: 766px) {.roz-reg_hkj {
  padding: 2.75rem 1.5rem 0;
}
}.roz-reg_in_hkj {
  background: #211508;
  padding: 28px 1.5rem;
  border-radius: 16px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.05);
  max-width: 82.5rem;
}
@media(min-width: 770px) {.roz-reg_in_hkj {
  padding: 40px;
}
}.roz-reg_top_hkj {
  gap: 1.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 858px) {.roz-reg_top_hkj {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.roz-reg_label_hkj {
  text-transform: uppercase;
  color: #C8901A;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.625rem;
  font-size: 11px;
}.roz-reg_h2_hkj {
  font-size: 1.375rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  font-family: 'Cinzel', serif;
  line-height: 1.2;
  overflow-wrap: break-word;
  color: #F5ECD8;
}
@media(min-width: 767px) {.roz-reg_h2_hkj {
  font-size: 28px;
}
}.roz-reg_bonus_hkj {
  padding: 0.625rem 1rem;
  border: 1px solid rgba(232, 168, 32, 0.16);
  gap: 8px;
  background: rgba(232, 168, 32, 0.16);
  border-radius: 10px;
  display: inline-flex;
  margin-bottom: 16px;
  align-items: center;
}.roz-reg_bonus_amount_hkj {
  color: #E8A820;
  font-weight: 800;
  font-size: 1.25rem;
}.roz-reg_bonus_text_hkj {
  font-size: 13px;
  line-height: 1.35;
  color: #B09878;
}.roz-reg_cta_btn_hkj {
  border-radius: 10px;
  padding: 14px 32px;
  background: #2DB873;
  transition: background .2s;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 0.25rem 18px rgba(45, 184, 115, 0.46);
  font-size: 0.938rem;
  color: #0C0804;
  font-weight: 700;
  margin-bottom: 12px;
  display: inline-block;
}.roz-reg_cta_btn_hkj:hover {
  background: #35D080;
}.roz-reg_terms_hkj {
  line-height: 1.5;
  font-size: 11px;
  color: #987260;
}.roz-reg_seo_hkj {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #9A7E62;
  font-size: 13px;
  padding-top: 20px;
  margin-top: 20px;
}.roz-reg_seo_hkj p {
  color: #9A7E62;
  margin-bottom: 10px;
  font-size: 0.813rem;
  line-height: 1.65;
}.roz-reg_seo_hkj p:last-child {
  margin-bottom: 0;
}.roz-reg_seo_hkj strong {
  color: #D4C2A0;
  font-weight: 700;
}.roz-reg_seo_hkj a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8901A;
}.roz-reg_seo_hkj a:hover {
  color: #DDA020;
}.roz-reg_seo_hkj ul,.roz-reg_seo_hkj ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.roz-reg_seo_hkj ol {
  list-style: decimal;
}.roz-reg_seo_hkj li {
  line-height: 1.65;
  color: #9A7E62;
  font-size: 13px;
  margin-bottom: 0.25rem;
}.roz-reg_seo_hkj table {
  display: block;
  margin-bottom: 10px;
  border-collapse: collapse;
  font-size: 0.813rem;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 770px) {.roz-reg_seo_hkj table {
  display: table;
}
}.roz-reg_seo_hkj th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  text-align: left;
  font-weight: 700;
  color: #D4C2A0;
}.roz-reg_seo_hkj td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9A7E62;
}.roz-reg_steps_hkj {
  gap: 0.875rem;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
}
@media(min-width: 858px) {.roz-reg_steps_hkj {
  margin-top: 0;
}
}.roz-reg_step_hkj {
  gap: 14px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.roz-reg_step_num_hkj {
  background: rgba(200, 144, 26, 0.18);
  border-radius: 50%;
  border: 1px solid rgba(200, 144, 26, 0.08);
  flex-shrink: 0;
  color: #C8901A;
  align-items: center;
  height: 34px;
  display: flex;
  justify-content: center;
  width: 2.125rem;
  font-size: 14px;
  font-weight: 800;
}.roz-reg_step_title_hkj {
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 3px;
  color: #F5ECD8;
}.roz-reg_step_text_hkj {
  line-height: 1.5;
  font-size: 0.75rem;
  color: #9A7E62;
}.roz-reg_trust_hkj {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 1.25rem;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}.roz-reg_trust_item_hkj {
  gap: 0.438rem;
  overflow-wrap: break-word;
  display: flex;
  font-size: 0.75rem;
  color: #9A7E62;
  align-items: center;
}.roz-reg_trust_ic_hkj svg {
  stroke-linecap: round;
  width: 1rem;
  stroke-linejoin: round;
  color: #C8901A;
  height: 16px;
}.roz-app_hkj {
  padding: 36px 16px 0;
  background: #0F0906;
}
@media(min-width: 765px) {.roz-app_hkj {
  padding: 44px 24px 0;
}
}.roz-app_in_hkj {
  margin: 0 auto;
  max-width: 82.5rem;
}.roz-app_head_hkj {
  margin-bottom: 1rem;
}.roz-app_label_hkj {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C8901A;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
}.roz-app_h2_hkj {
  font-size: 20px;
  overflow-wrap: break-word;
  color: #F5ECD8;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.375rem;
}
@media(min-width: 769px) {.roz-app_h2_hkj {
  font-size: 1.5rem;
}
}.roz-app_sub_hkj {
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 37.5rem;
  font-size: 0.813rem;
  color: #9A7E62;
}.roz-app_sub_hkj strong {
  font-weight: 700;
  color: #D4C2A0;
}.roz-app_cards_hkj {
  gap: 0.625rem;
  grid-template-columns: 1fr;
  display: grid;
  margin-top: 16px;
}
@media(min-width: 637px) {.roz-app_cards_hkj {
  grid-template-columns: repeat(3,1fr);
}
}.roz-app_card_hkj {
  overflow: hidden;
  gap: 16px;
  border-radius: 0.625rem;
  padding: 20px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
}.roz-app_card_ios_hkj {
  background: linear-gradient(135deg,rgba(200, 144, 26, 0.18) 0%,#211508 100%);
}.roz-app_card_android_hkj {
  background: linear-gradient(135deg,rgba(45, 184, 115, 0.15) 0%,#211508 100%);
}.roz-app_card_win_hkj {
  background: linear-gradient(135deg,rgba(232, 168, 32, 0.16) 0%,#211508 100%);
}.roz-app_card_ic_hkj svg {
  width: 2.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 34px;
}.roz-app_card_ic_hkj {
  flex-shrink: 0;
  color: #F5ECD8;
}.roz-app_card_os_hkj {
  margin-bottom: 6px;
  color: #9A7E62;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 10px;
}.roz-app_card_title_hkj {
  color: #F5ECD8;
  overflow-wrap: break-word;
  font-weight: 700;
  line-height: 1.2;
  font-size: 15px;
  margin-bottom: 0.375rem;
}.roz-app_card_text_hkj {
  font-size: 12px;
  color: #9A7E62;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.5;
}.roz-app_card_btn_hkj {
  gap: 0.438rem;
  padding: 0.625rem 1.125rem;
  border: 1px solid rgba(204, 148, 22, 0.48);
  border-radius: 0.375rem;
  transition: background .2s;
  background: rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 0.813rem;
  color: #F5ECD8;
}.roz-app_card_btn_hkj:hover {
  background: rgba(255, 255, 255, 0.07);
}.roz-seo_hkj {
  padding: 36px 1rem 0;
  background: #0F0906;
}
@media(min-width: 770px) {.roz-seo_hkj {
  padding: 2.75rem 24px 0;
}
}.roz-seo_in_hkj {
  padding: 28px 1.5rem;
  background: #211508;
  margin: 0 auto;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.10);
  max-width: 82.5rem;
}
@media(min-width:768px) {.roz-seo_in_hkj {
  padding: 36px 2.5rem;
}
}.roz-seo_label_hkj {
  font-weight: 700;
  color: #C8901A;
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}.roz-seo_h2_hkj {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #F5ECD8;
  margin-bottom: 0.875rem;
  line-height: 1.25;
  font-size: 20px;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.roz-seo_h2_hkj {
  font-size: 24px;
}
}.roz-seo_body_hkj {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #B09878;
  font-size: 14px;
}.roz-seo_body_hkj p {
  margin-bottom: 0.75rem;
  line-height: 1.75;
  color: #B09878;
  font-size: 14px;
}.roz-seo_body_hkj p:last-child {
  margin-bottom: 0;
}.roz-seo_body_hkj strong {
  color: #D4C2A0;
  font-weight: 700;
}.roz-seo_body_hkj a {
  transition: color .2s;
  color: #C8901A;
  text-decoration: underline;
}.roz-seo_body_hkj a:hover {
  color: #DDA020;
}.roz-seo_body_hkj ul,.roz-seo_body_hkj ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.roz-seo_body_hkj ol {
  list-style: decimal;
}.roz-seo_body_hkj li {
  margin-bottom: 6px;
  color: #B09878;
  line-height: 1.75;
  font-size: 14px;
}.roz-seo_body_hkj table {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  font-size: 13px;
  display: block;
}
@media(min-width: 766px) {.roz-seo_body_hkj table {
  display: table;
}
}.roz-seo_body_hkj th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #D4C2A0;
}.roz-seo_body_hkj td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #B09878;
}.roz-seo_cols_hkj {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.roz-seo_cols_hkj {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.roz-seo_cols_hkj {
  grid-template-columns: repeat(3,1fr);
}
}.roz-seo_col_h_hkj {
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  color: #D4C2A0;
  overflow-wrap: break-word;
  font-weight: 700;
}.roz-seo_col_p_hkj {
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #9A7E62;
}.roz-seo_stats_hkj {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.roz-seo_stat_hkj {
  border-radius: 10px;
  padding: 14px 1rem;
  border: 1px solid rgba(200, 144, 26, 0.18);
  background: rgba(200, 144, 26, 0.08);
  flex: 1;
  min-width: 8.75rem;
}.roz-seo_stat_val_hkj {
  font-size: 20px;
  color: #C8901A;
  margin-bottom: 0.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
}.roz-seo_stat_lb_hkj {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #9A7E62;
}.roz-rv_hkj {
  padding: 36px 1rem 0;
  background: #0F0906;
}
@media(min-width: 769px) {.roz-rv_hkj {
  padding: 2.75rem 1.5rem 0;
}
}.roz-rv_in_hkj {
  margin: 0 auto;
  max-width: 82.5rem;
}.roz-rv_head_hkj {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.roz-rv_label_hkj {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #C8901A;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 8px;
}.roz-rv_h2_hkj {
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 22px;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F5ECD8;
}
@media(min-width: 769px) {.roz-rv_h2_hkj {
  font-size: 28px;
}
}.roz-rv_stats_hkj {
  gap: 18px;
  flex-wrap: wrap;
  display: flex;
  font-size: 0.813rem;
  color: #9A7E62;
  align-items: center;
}.roz-rv_stats_score_hkj {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.roz-rv_stats_score_val_hkj {
  font-weight: 800;
  font-size: 1.375rem;
  font-family: 'Cinzel', serif;
  color: #E8A820;
}.roz-rv_stats_score_max_hkj {
  font-size: 13px;
  color: #987260;
}.roz-rv_stats_badge_hkj {
  gap: 4px;
  display: flex;
  align-items: center;
}.roz-rv_stats_badge_hkj svg {
  width: 14px;
  color: #E8A820;
  height: 0.875rem;
}.roz-rv_grid_hkj {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 639px) {.roz-rv_grid_hkj {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.roz-rv_grid_hkj {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.roz-rv_card_hkj {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: #211508;
  border-radius: 0.625rem;
  flex-direction: column;
  display: flex;
}.roz-rv_card_stars_hkj {
  gap: 2px;
  margin-bottom: 0.625rem;
  display: flex;
  color: #E8A820;
}.roz-rv_card_stars_hkj svg {
  height: 0.875rem;
  width: 14px;
}.roz-rv_card_h_hkj {
  line-height: 1.3;
  margin-bottom: 0.5rem;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #F5ECD8;
}.roz-rv_card_body_hkj {
  flex: 1;
  line-height: 1.65;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  color: #9A7E62;
  font-size: 0.813rem;
}.roz-rv_card_body_hkj strong {
  font-weight: 600;
  color: #D4C2A0;
}.roz-rv_card_meta_hkj {
  gap: 0.625rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  align-items: center;
  padding-top: 0.75rem;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}.roz-rv_card_author_hkj {
  font-weight: 600;
  font-size: 0.75rem;
  color: #D4C2A0;
}.roz-rv_card_date_hkj {
  font-size: 0.688rem;
  color: #987260;
}.roz-pmt_hkj {
  background: #0F0906;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.roz-pmt_hkj {
  padding: 2.75rem 1.5rem 0;
}
}.roz-pmt_in_hkj {
  margin: 0 auto;
  max-width: 1320px;
}.roz-pmt_head_hkj {
  margin-bottom: 22px;
  max-width: 720px;
}.roz-pmt_label_hkj {
  font-weight: 700;
  margin-bottom: 8px;
  color: #C8901A;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.roz-pmt_h2_hkj {
  color: #F5ECD8;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.375rem;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
}
@media(min-width: 767px) {.roz-pmt_h2_hkj {
  font-size: 28px;
}
}.roz-pmt_intro_hkj {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #9A7E62;
  line-height: 1.6;
}.roz-pmt_groups_hkj {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}.roz-pmt_group_hkj {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 10px;
  padding: 1.25rem;
  background: #211508;
}.roz-pmt_group_head_hkj {
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  display: flex;
}.roz-pmt_group_ic_hkj {
  border-radius: 6px;
  background: rgba(200, 144, 26, 0.18);
  justify-content: center;
  flex-shrink: 0;
  color: #C8901A;
  align-items: center;
  height: 36px;
  display: flex;
  width: 2.25rem;
}.roz-pmt_group_ic_hkj svg {
  stroke-linejoin: round;
  height: 18px;
  stroke-linecap: round;
  width: 1.125rem;
}.roz-pmt_group_h_hkj {
  margin: 0;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 1rem;
  font-family: 'Cinzel', serif;
  color: #F5ECD8;
}.roz-pmt_group_p_hkj {
  font-size: 13px;
  line-height: 1.6;
  color: #9A7E62;
  overflow-wrap: break-word;
  margin-bottom: 14px;
}.roz-pmt_group_p_hkj strong {
  font-weight: 600;
  color: #D4C2A0;
}.roz-pmt_table_wrap_hkj {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.roz-pmt_table_hkj {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  min-width: 540px;
}.roz-pmt_table_hkj th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  white-space: nowrap;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  text-align: left;
  letter-spacing: .04em;
  color: #D4C2A0;
}.roz-pmt_table_hkj td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9A7E62;
}.roz-pmt_table_hkj tbody tr:last-child td {
  border-bottom: none;
}.roz-pmt_table_hkj tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #D4C2A0;
}.roz-faq_hkj {
  background: #0F0906;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.roz-faq_hkj {
  padding: 2.75rem 24px 0;
}
}.roz-faq_in_hkj {
  margin: 0 auto;
  max-width: 82.5rem;
}.roz-faq_head_hkj {
  margin-bottom: 20px;
}.roz-faq_label_hkj {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C8901A;
  margin-bottom: 8px;
  font-size: 11px;
}.roz-faq_h2_hkj {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #F5ECD8;
}
@media(min-width: 769px) {.roz-faq_h2_hkj {
  font-size: 1.5rem;
}
}.roz-faq_list_hkj {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.roz-faq_item_hkj {
  background: #211508;
  border: 1px solid rgba(255, 255, 255, 0.10);
  overflow: hidden;
  border-radius: 0.625rem;
}.roz-faq_q_hkj {
  gap: 12px;
  padding: 16px 20px;
  transition: color .2s;
  color: #D4C2A0;
  justify-content: space-between;
  font-size: 0.875rem;
  display: flex;
  font-weight: 600;
  cursor: pointer;
  flex-wrap: wrap;
  align-items: center;
  overflow-wrap: break-word;
}.roz-faq_q_hkj:hover {
  color: #F5ECD8;
}.roz-faq_q_ic_hkj {
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  color: #C8901A;
  font-size: 16px;
  display: flex;
  height: 24px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
}.roz-faq_item_hkj.roz-state_open_hkj .roz-faq_q_ic_hkj {
  transform: rotate(45deg);
}.roz-faq_a_hkj {
  padding: 0 20px 16px;
  line-height: 1.7;
  display: none;
  color: #9A7E62;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.roz-faq_item_hkj.roz-state_open_hkj .roz-faq_a_hkj {
  display: block;
}.roz-faq_a_hkj strong {
  font-weight: 700;
  color: #D4C2A0;
}.roz-faq_a_hkj a {
  text-decoration: underline;
  color: #C8901A;
}.roz-faq_a_hkj ul,.roz-faq_a_hkj ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 20px;
}.roz-faq_a_hkj ol {
  list-style: decimal;
}.roz-faq_a_hkj li {
  line-height: 1.6;
  margin-bottom: 4px;
}.roz-faq_a_hkj table {
  margin: 8px 0;
  font-size: 12px;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 765px) {.roz-faq_a_hkj table {
  display: table;
}
}.roz-faq_a_hkj th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 0.5rem;
  font-weight: 700;
  text-align: left;
  color: #D4C2A0;
}.roz-faq_a_hkj td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9A7E62;
}.roz-seo_hkj {
  padding: 36px 1rem 0;
  background: #0F0906;
}
@media(min-width: 770px) {.roz-seo_hkj {
  padding: 44px 24px 0;
}
}.roz-seo_in_hkj {
  background: #211508;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 1.75rem 1.5rem;
  border-radius: 1rem;
  max-width: 1320px;
}
@media(min-width: 766px) {.roz-seo_in_hkj {
  padding: 36px 40px;
}
}.roz-seo_label_hkj {
  color: #C8901A;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-size: 11px;
}.roz-seo_h2_hkj {
  margin-bottom: 14px;
  font-family: 'Cinzel', serif;
  color: #F5ECD8;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.25;
}
@media(min-width: 771px) {.roz-seo_h2_hkj {
  font-size: 24px;
}
}.roz-seo_body_hkj {
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 14px;
  color: #B09878;
}.roz-seo_body_hkj p {
  margin-bottom: 0.75rem;
  color: #B09878;
  line-height: 1.75;
  font-size: 0.875rem;
}.roz-seo_body_hkj p:last-child {
  margin-bottom: 0;
}.roz-seo_body_hkj strong {
  color: #D4C2A0;
  font-weight: 700;
}.roz-seo_body_hkj a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8901A;
}.roz-seo_body_hkj a:hover {
  color: #DDA020;
}.roz-seo_body_hkj ul,.roz-seo_body_hkj ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.roz-seo_body_hkj ol {
  list-style: decimal;
}.roz-seo_body_hkj li {
  color: #B09878;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  font-size: 14px;
}.roz-seo_body_hkj table {
  margin-bottom: 12px;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  display: block;
  font-size: 0.813rem;
}
@media(min-width: 765px) {.roz-seo_body_hkj table {
  display: table;
}
}.roz-seo_body_hkj th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  text-align: left;
  font-weight: 700;
  color: #D4C2A0;
}.roz-seo_body_hkj td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #B09878;
}.roz-seo_cols_hkj {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 637px) {.roz-seo_cols_hkj {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.roz-seo_cols_hkj {
  grid-template-columns: repeat(3,1fr);
}
}.roz-seo_col_h_hkj {
  overflow-wrap: break-word;
  color: #D4C2A0;
  font-size: 0.813rem;
  font-weight: 700;
  margin-bottom: 0.438rem;
}.roz-seo_col_p_hkj {
  color: #9A7E62;
  line-height: 1.65;
  font-size: 13px;
  overflow-wrap: break-word;
}.roz-seo_stats_hkj {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.roz-seo_stat_hkj {
  padding: 14px 1rem;
  flex: 1;
  border: 1px solid rgba(200, 144, 26, 0.18);
  background: rgba(200, 144, 26, 0.08);
  border-radius: 10px;
  min-width: 8.75rem;
}.roz-seo_stat_val_hkj {
  color: #C8901A;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
}.roz-seo_stat_lb_hkj {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #9A7E62;
}.roz-seo_hkj {
  padding: 36px 16px 0;
  background: #0F0906;
}
@media(min-width: 767px) {.roz-seo_hkj {
  padding: 2.75rem 1.5rem 0;
}
}.roz-seo_in_hkj {
  background: #211508;
  border: 1px solid rgba(255, 255, 255, 0.10);
  padding: 28px 1.5rem;
  border-radius: 16px;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width:768px) {.roz-seo_in_hkj {
  padding: 2.25rem 2.5rem;
}
}.roz-seo_label_hkj {
  letter-spacing: .08em;
  color: #C8901A;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}.roz-seo_h2_hkj {
  font-family: 'Cinzel', serif;
  line-height: 1.25;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  color: #F5ECD8;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width: 765px) {.roz-seo_h2_hkj {
  font-size: 1.5rem;
}
}.roz-seo_body_hkj {
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
  color: #B09878;
}.roz-seo_body_hkj p {
  line-height: 1.75;
  color: #B09878;
  margin-bottom: 0.75rem;
  font-size: 14px;
}.roz-seo_body_hkj p:last-child {
  margin-bottom: 0;
}.roz-seo_body_hkj strong {
  font-weight: 700;
  color: #D4C2A0;
}.roz-seo_body_hkj a {
  transition: color .2s;
  text-decoration: underline;
  color: #C8901A;
}.roz-seo_body_hkj a:hover {
  color: #DDA020;
}.roz-seo_body_hkj ul,.roz-seo_body_hkj ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.roz-seo_body_hkj ol {
  list-style: decimal;
}.roz-seo_body_hkj li {
  margin-bottom: 6px;
  color: #B09878;
  line-height: 1.75;
  font-size: 14px;
}.roz-seo_body_hkj table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.813rem;
  display: block;
  overflow-x: auto;
  margin-bottom: 12px;
}
@media(min-width: 765px) {.roz-seo_body_hkj table {
  display: table;
}
}.roz-seo_body_hkj th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  color: #D4C2A0;
  font-weight: 700;
  text-align: left;
}.roz-seo_body_hkj td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #B09878;
}.roz-seo_cols_hkj {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 637px) {.roz-seo_cols_hkj {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width:1080px) {.roz-seo_cols_hkj {
  grid-template-columns: repeat(3,1fr);
}
}.roz-seo_col_h_hkj {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.813rem;
  margin-bottom: 0.438rem;
  color: #D4C2A0;
}.roz-seo_col_p_hkj {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
  color: #9A7E62;
}.roz-seo_stats_hkj {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.roz-seo_stat_hkj {
  border-radius: 10px;
  background: rgba(200, 144, 26, 0.08);
  border: 1px solid rgba(200, 144, 26, 0.18);
  flex: 1;
  padding: 14px 16px;
  min-width: 8.75rem;
}.roz-seo_stat_val_hkj {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #C8901A;
}.roz-seo_stat_lb_hkj {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #9A7E62;
}.roz-ft_hkj {
  background: #050301;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.roz-ft_support_hkj {
  padding: 1.5rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 766px) {.roz-ft_support_hkj {
  padding: 28px 1.5rem;
}
}.roz-ft_support_in_hkj {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 82.5rem;
}.roz-ft_support_main_hkj {
  flex: 1;
  gap: 1rem;
  display: flex;
  min-width: 220px;
  flex-wrap: wrap;
  align-items: center;
}.roz-ft_support_ic_hkj {
  color: #C8901A;
  flex-shrink: 0;
}.roz-ft_support_ic_hkj svg {
  height: 1.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 30px;
}.roz-ft_support_text_title_hkj {
  margin-bottom: 3px;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 15px;
  color: #F5ECD8;
}.roz-ft_support_text_sub_hkj {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  color: #9A7E62;
}.roz-ft_support_btn_hkj {
  padding: 0.688rem 1.375rem;
  transition: background .2s;
  border-radius: 10px;
  background: #C8901A;
  flex-shrink: 0;
  color: #F5ECD8;
  font-weight: 700;
  font-size: 0.813rem;
  white-space: nowrap;
}.roz-ft_support_btn_hkj:hover {
  background: #DDA020;
}.roz-ft_support_contacts_hkj {
  gap: 16px;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.roz-ft_support_contact_hkj {
  font-size: 12px;
  line-height: 1.4;
  color: #987260;
}.roz-ft_support_contact_hkj strong {
  font-size: 11px;
  color: #B09878;
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
}.roz-ft_main_hkj {
  padding: 32px 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 770px) {.roz-ft_main_hkj {
  padding: 40px 1.5rem 2rem;
}
}.roz-ft_main_in_hkj {
  margin: 0 auto;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width: 638px) {.roz-ft_main_in_hkj {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.roz-ft_main_in_hkj {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.roz-ft_col_logo_hkj {
  grid-column: 1/-1;
}
@media(min-width:1080px) {.roz-ft_col_logo_hkj {
  grid-column: auto;
}
}.roz-ft_logo_hkj {
  gap: 9px;
  flex-wrap: wrap;
  font-size: 16px;
  color: #F5ECD8;
  display: flex;
  margin-bottom: 12px;
  align-items: center;
  overflow-wrap: break-word;
  font-weight: 800;
}.roz-ft_logo_mark_hkj {
  overflow: hidden;
  border-radius: 6px;
  width: 1.875rem;
  height: 1.875rem;
}.roz-ft_logo_mark_hkj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.roz-ft_logo_sub_hkj {
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.55;
  color: #987260;
  max-width: 12.5rem;
}.roz-ft_col_title_hkj {
  margin-bottom: 0.875rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: .07em;
  color: #B09878;
  text-transform: uppercase;
}.roz-ft_col_links_hkj {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.roz-ft_col_link_hkj {
  transition: color .2s;
  color: #987260;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.roz-ft_col_link_hkj:hover {
  color: #D4C2A0;
}.roz-ft_apps_hkj {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.roz-ft_app_card_hkj {
  padding: 0.625rem 12px;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  align-items: center;
}.roz-ft_app_card_hkj:hover {
  border-color: rgba(204, 148, 22, 0.48);
}.roz-ft_app_card_ic_hkj svg {
  stroke-linecap: round;
  width: 22px;
  height: 1.375rem;
  stroke-linejoin: round;
}.roz-ft_app_card_os_hkj {
  font-size: 0.625rem;
  font-weight: 600;
  color: #987260;
}.roz-ft_app_card_action_hkj {
  font-size: 12px;
  color: #D4C2A0;
  font-weight: 700;
}.roz-ft_bot_hkj {
  padding: 20px 16px;
}
@media(min-width: 769px) {.roz-ft_bot_hkj {
  padding: 1.25rem 24px;
}
}.roz-ft_bot_in_hkj {
  gap: 1rem;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  max-width: 82.5rem;
  align-items: center;
}.roz-ft_socials_hkj {
  gap: 8px;
  display: flex;
}.roz-ft_soc_hkj {
  border-radius: 6px;
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.05);
  width: 2.25rem;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B09878;
}.roz-ft_soc_hkj svg {
  height: 1rem;
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
}.roz-ft_soc_hkj:hover {
  background: rgba(255, 255, 255, 0.07);
}.roz-ft_legal_hkj {
  flex: 1;
  font-size: 11px;
  color: #A08060;
  line-height: 1.6;
  min-width: 200px;
  overflow-wrap: break-word;
}.roz-ft_legal_hkj strong {
  color: #B09878;
  font-weight: 700;
}.roz-ft_legal_hkj a {
  color: #B09878;
  text-decoration: underline;
}.roz-ft_age_hkj {
  border: 2px solid #A08060;
  border-radius: 50%;
  font-weight: 800;
  color: #A08060;
  margin-left: auto;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  font-size: 0.688rem;
  height: 32px;
  width: 2rem;
  justify-content: center;
}