*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #130B18;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  color: #D4C8DE;
  line-height: 1.6;
  font-family: 'Nunito', sans-serif;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  text-decoration: none;
  color: inherit;
}button {
  border: none;
  background: none;
  font: inherit;
  cursor: pointer;
  color: inherit;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.urt-layout_rzo {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}.urt-page_rzo {
  display: flex;
  min-height: 100vh;
}.urt-main_rzo {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media(min-width: 1077px) {.urt-main_rzo {
  padding-left: 220px;
}
}
@media(max-width: 1077px) {.urt-main_rzo {
  padding-bottom: 4.5rem;
}
}.urt-gc_rzo {
  overflow: hidden;
  background: #180F22;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform .2s,border-color .2s;
  cursor: pointer;
  width: 8.75rem;
  position: relative;
  flex-shrink: 0;
}
@media(min-width: 643px) {.urt-gc_rzo {
  width: 9.75rem;
}
}
@media(min-width: 1077px) {.urt-gc_rzo {
  width: 10.5rem;
}
}.urt-gc_rzo:hover {
  border-color: rgba(168, 85, 200, 0.08);
  transform: translateY(-3px);
}.urt-gc_img_rzo {
  overflow: hidden;
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}.urt-gc_img_rzo img {
  inset: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
}.urt-gc_hover_rzo {
  transition: opacity .2s;
  background: rgba(12, 7, 16, 0.72);
  inset: 0;
  align-items: center;
  opacity: 0;
  justify-content: center;
  position: absolute;
  display: flex;
}.urt-gc_rzo:hover .urt-gc_hover_rzo {
  opacity: 1;
}.urt-gc_hover_btn_rzo {
  border-radius: 0.25rem;
  padding: 0.5rem 1rem;
  background: #A855C8;
  font-weight: 700;
  font-size: 0.75rem;
  color: #F4EEF8;
}.urt-gc_info_rzo {
  padding: 8px 10px 10px;
}.urt-gc_name_rzo {
  overflow: hidden;
  margin-bottom: 3px;
  font-weight: 600;
  color: #D4C8DE;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}.urt-gc_prov_rzo {
  color: #655875;
  font-size: 0.625rem;
}.urt-gc_tag_rzo {
  padding: 2px 7px;
  border-radius: 0.25rem;
  font-weight: 700;
  left: 6px;
  text-transform: uppercase;
  z-index: 2;
  letter-spacing: .04em;
  position: absolute;
  font-size: 9px;
  top: 6px;
}.urt-gc_tag_hot_rzo {
  background: #E03535;
  color: #fff;
}.urt-gc_tag_new_rzo {
  background: #22C55E;
  color: #130B18;
}.urt-gc_tag_jp_rzo {
  background: #D4A017;
  color: #130B18;
}.urt-gc_tag_ex_rzo {
  background: #7A1F3A;
  color: #fff;
}.urt-gc_tag_live_rzo {
  background: #E03535;
  color: #fff;
}.urt-gr_rzo {
  padding: 2rem 16px 0;
  background: #130B18;
}
@media(min-width: 771px) {.urt-gr_rzo {
  padding: 36px 1.5rem 0;
}
}.urt-gr_in_rzo {
  margin: 0 auto;
  max-width: 1340px;
}.urt-gr_head_rzo {
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}.urt-gr_head_l_rzo {
  flex: 1;
  gap: 0.625rem;
  min-width: 0;
  align-items: center;
  display: flex;
}.urt-gr_ic_rzo {
  border-radius: 8px;
  height: 32px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 32px;
}.urt-gr_ic_rzo svg {
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
  height: 16px;
}.urt-gr_title_rzo {
  font-weight: 700;
  font-size: 16px;
  color: #F4EEF8;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.urt-gr_title_rzo {
  font-size: 1.125rem;
}
}.urt-gr_more_rzo {
  gap: 5px;
  transition: color .2s;
  flex-shrink: 0;
  align-items: center;
  color: #7A6B8A;
  font-weight: 600;
  white-space: nowrap;
  font-size: 12px;
  display: flex;
}.urt-gr_more_rzo:hover {
  color: #A855C8;
}.urt-gr_more_rzo svg {
  height: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.75rem;
}.urt-gr_arrows_rzo {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.urt-gr_arr_rzo {
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  width: 30px;
  height: 30px;
  color: #A090B2;
  display: flex;
  justify-content: center;
  align-items: center;
}.urt-gr_arr_rzo:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F4EEF8;
}.urt-gr_arr_rzo svg {
  width: 0.813rem;
  stroke-linejoin: round;
  height: 13px;
  stroke-linecap: round;
}.urt-gr_seo_h_rzo {
  margin: 0 0 0.375rem;
  font-family: 'Cinzel', serif;
  max-width: 42.5rem;
  font-weight: 700;
  font-size: 13px;
  overflow-wrap: break-word;
  color: #D4C8DE;
}
@media(min-width: 765px) {.urt-gr_seo_h_rzo {
  font-size: 14px;
}
}.urt-gr_seo_rzo {
  font-size: 12px;
  margin-bottom: 12px;
  color: #7A6B8A;
  overflow-wrap: break-word;
  line-height: 1.55;
  max-width: 680px;
}.urt-gr_seo_rzo strong {
  font-weight: 600;
  color: #D4C8DE;
}.urt-gr_scroll_rzo {
  gap: 0.625rem;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  scrollbar-width: none;
  display: flex;
}.urt-gr_scroll_rzo::-webkit-scrollbar {
  display: none;
}
@media(min-width: 771px) {.urt-gr_scroll_rzo {
  gap: 0.75rem;
}
}.urt-tb_rzo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #130B18;
  left: 0;
  align-items: center;
  display: flex;
  right: 0;
  top: 0;
  height: 56px;
  z-index: 80;
  position: fixed;
}.urt-tb_in_rzo {
  gap: 0;
  padding: 0 14px;
  width: 100%;
  align-items: center;
  display: flex;
  height: 100%;
}.urt-tb_burger_rzo {
  gap: 5px;
  border-radius: 0.5rem;
  justify-content: center;
  margin-right: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
  height: 2.375rem;
  width: 38px;
  flex-shrink: 0;
}.urt-tb_burger_rzo:hover {
  background: rgba(255, 255, 255, 0.05);
}.urt-tb_burger_line_rzo {
  border-radius: 1px;
  background: #A090B2;
  height: 2px;
  display: block;
  width: 18px;
}
@media(min-width: 1079px) {.urt-tb_burger_rzo {
  display: none;
}
}.urt-tb_logo_rzo {
  gap: 9px;
  font-weight: 800;
  font-size: 18px;
  align-items: center;
  margin-right: 1.25rem;
  overflow-wrap: break-word;
  letter-spacing: -.01em;
  display: flex;
  flex-shrink: 0;
  color: #F4EEF8;
}.urt-tb_logo_mark_rzo {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 2rem;
  justify-content: center;
  height: 32px;
}.urt-tb_logo_mark_rzo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.urt-tb_nav_rzo {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 639px) {.urt-tb_nav_rzo {
  display: flex;
}
}.urt-tb_tab_rzo {
  padding: 0.5rem 14px;
  transition: background .15s,color .15s;
  border-radius: 0.5rem;
  color: #A090B2;
  font-size: 0.813rem;
  font-weight: 600;
  white-space: nowrap;
}.urt-tb_tab_rzo:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4EEF8;
}.urt-tb_tab_rzo.urt-state_active_rzo {
  background: rgba(168, 85, 200, 0.18);
  color: #F4EEF8;
}.urt-tb_right_rzo {
  gap: 8px;
  margin-left: auto;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.urt-tb_login_rzo {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0.563rem 16px;
  transition: border-color .2s,color .2s;
  font-size: 13px;
  font-weight: 600;
  display: none;
  color: #D4C8DE;
}.urt-tb_login_rzo:hover {
  border-color: rgba(168, 85, 200, 0.55);
  color: #F4EEF8;
}
@media(min-width: 481px) {.urt-tb_login_rzo {
  display: block;
}
}.urt-tb_reg_rzo {
  border-radius: 8px;
  padding: 9px 1.125rem;
  background: #22C55E;
  transition: background .2s;
  font-weight: 700;
  font-size: 0.813rem;
  color: #0D0B12;
  white-space: nowrap;
}.urt-tb_reg_rzo:hover {
  background: #16A34A;
}.urt-sb_rzo {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  transition: transform .25s ease;
  background: #1E1228;
  bottom: 0;
  position: fixed;
  overflow-y: auto;
  left: 0;
  width: 13.75rem;
  z-index: 70;
  top: 56px;
}.urt-sb_rzo.urt-state_open_rzo {
  transform: translateX(0);
}.urt-sb_rzo::-webkit-scrollbar {
  width: 4px;
}.urt-sb_rzo::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1083px) {.urt-sb_rzo {
  transform: translateX(0);
}
}.urt-sb_auth_rzo {
  padding: 14px 0.75rem 0.625rem;
}.urt-sb_btn_reg_rzo {
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 0.688rem;
  background: #22C55E;
  display: block;
  font-weight: 700;
  text-align: center;
  font-size: 13px;
  color: #0D0B12;
  margin-bottom: 0.5rem;
}.urt-sb_btn_reg_rzo:hover {
  background: #16A34A;
}.urt-sb_btn_login_rzo {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  padding: 10px;
  display: block;
  font-size: 13px;
  text-align: center;
  color: #D4C8DE;
  font-weight: 600;
}.urt-sb_btn_login_rzo:hover {
  border-color: rgba(168, 85, 200, 0.55);
  color: #F4EEF8;
}.urt-sb_promo_rzo {
  overflow: hidden;
  background: linear-gradient(135deg,#2D0B3E,#1E1228);
  padding: 12px 0.875rem;
  margin: 0 12px 0.625rem;
  border: 1px solid rgba(168, 85, 200, 0.18);
  border-radius: 8px;
  position: relative;
}.urt-sb_promo_rzo::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(168, 85, 200, 0.18),transparent 70%);
  position: absolute;
  right: -20px;
  width: 80px;
  top: -1.25rem;
  height: 80px;
  content: '';
}.urt-sb_promo_title_rzo {
  letter-spacing: .06em;
  margin-bottom: 0.25rem;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #A855C8;
  font-weight: 700;
}.urt-sb_promo_text_rzo {
  color: #F4EEF8;
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.35;
}.urt-sb_promo_sub_rzo {
  font-size: 0.625rem;
  color: #7A6B8A;
  margin-top: 3px;
}.urt-sb_nav_rzo {
  padding: 0.375rem 8px 16px;
}.urt-sb_nav_lb_rzo {
  padding: 10px 8px 6px;
  color: #655875;
  font-size: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}.urt-sb_link_rzo {
  transition: background .15s,color .15s;
  padding: 9px 10px;
  gap: 10px;
  border-radius: 0.25rem;
  align-items: center;
  color: #A090B2;
  cursor: pointer;
  font-size: 0.813rem;
  display: flex;
  overflow-wrap: break-word;
  font-weight: 500;
}.urt-sb_link_rzo:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F4EEF8;
}.urt-sb_link_rzo.urt-state_active_rzo {
  background: rgba(168, 85, 200, 0.18);
  color: #F4EEF8;
}.urt-sb_ic_rzo {
  border-radius: 4px;
  height: 1.875rem;
  display: flex;
  width: 1.875rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}.urt-sb_ic_rzo svg {
  stroke-linejoin: round;
  height: 16px;
  width: 1rem;
  stroke-linecap: round;
}.urt-sb_ic_1_rzo {
  background: rgba(168, 85, 200, 0.08);
  color: #A855C8;
}.urt-sb_ic_2_rzo {
  background: rgba(34, 197, 94, 0.14);
  color: #22C55E;
}.urt-sb_ic_3_rzo {
  background: rgba(212, 160, 23, 0.16);
  color: #D4A017;
}.urt-sb_ic_4_rzo {
  background: rgba(122, 31, 58, 0.30);
  color: #7A1F3A;
}.urt-sb_ic_5_rzo {
  background: rgba(168, 85, 200, 0.08);
  color: #D946A8;
}.urt-sb_ic_6_rzo {
  background: rgba(122, 31, 58, 0.30);
  color: #7B2FBE;
}.urt-sb_badge_rzo {
  background: #D4A017;
  padding: 2px 7px;
  border-radius: 4px;
  font-size: 0.563rem;
  margin-left: auto;
  color: #0D0B12;
  font-weight: 700;
}.urt-sb_bot_rzo {
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 8px;
  display: flex;
}.urt-sb_lang_rzo,.urt-sb_help_rzo {
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 6px;
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  padding: 0.563rem 0.375rem;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  display: flex;
  color: #A090B2;
  font-weight: 600;
}.urt-sb_lang_rzo:hover,.urt-sb_help_rzo:hover {
  border-color: rgba(168, 85, 200, 0.55);
  color: #F4EEF8;
}.urt-sb_lang_rzo svg,.urt-sb_help_rzo svg {
  height: 13px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 13px;
}.urt-sb_bd_rzo {
  inset: 0;
  background: rgba(12, 7, 16, 0.72);
  display: none;
  position: fixed;
  z-index: 69;
}.urt-sb_bd_rzo.urt-state_on_rzo {
  display: block;
}
@media(min-width: 1083px) {.urt-sb_bd_rzo {
  display: none!important;
}
}.urt-mob_nav_rzo {
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  background: #1E1228;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  bottom: 0;
  display: flex;
  z-index: 80;
  left: 0;
  right: 0;
  position: fixed;
}
@media(min-width:1080px) {.urt-mob_nav_rzo {
  display: none;
}
}.urt-mob_nav_item_rzo {
  gap: 0.25rem;
  padding: 0.25rem 2px;
  flex: 1;
  color: #655875;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  display: flex;
}.urt-mob_nav_ic_rzo {
  line-height: 1;
}.urt-mob_nav_ic_rzo svg {
  height: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 20px;
}.urt-mob_nav_lb_rzo {
  font-weight: 600;
  font-size: 0.625rem;
  color: #655875;
}.urt-mob_nav_item_rzo.urt-state_active_rzo {
  color: #A855C8;
}.urt-mob_nav_item_rzo.urt-state_active_rzo .urt-mob_nav_lb_rzo {
  color: #A855C8;
}.urt-hero_rzo {
  padding: 20px 16px 0;
  background: #130B18;
}
@media(min-width: 769px) {.urt-hero_rzo {
  padding: 1.5rem 1.5rem 0;
}
}.urt-hero_in_rzo {
  gap: 12px;
  margin: 0 auto;
  display: grid;
  max-width: 83.75rem;
  grid-template-columns: 1fr;
}
@media(min-width: 859px) {.urt-hero_in_rzo {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.urt-hero_in_rzo {
  grid-template-columns: 1fr 21.25rem;
}
}.urt-hero_promo_rzo {
  border-radius: 14px;
  background: #180F22;
  overflow: hidden;
  position: relative;
  display: flex;
  min-height: 220px;
  align-items: stretch;
}
@media(min-width: 769px) {.urt-hero_promo_rzo {
  min-height: 280px;
}
}.urt-hero_promo_bg_rzo {
  inset: 0;
  background: linear-gradient(120deg,#2D0B3E 0%,#130B18 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.urt-hero_promo_bg_rzo::after {
  background: linear-gradient(90deg,#130B18 0%,rgba(12, 7, 16, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.urt-hero_promo_glow_rzo {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(122, 31, 58, 0.30) 0%,transparent 65%);
  top: -2.5rem;
  width: 300px;
  pointer-events: none;
  right: 60px;
  position: absolute;
  height: 18.75rem;
}.urt-hero_promo_ct_rzo {
  padding: 1.75rem 24px 1.75rem 28px;
  max-width: 30rem;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  display: flex;
}
@media(min-width: 766px) {.urt-hero_promo_ct_rzo {
  padding: 2.5rem 32px;
}
}.urt-hero_badge_rzo {
  padding: 0.313rem 0.75rem;
  background: rgba(168, 85, 200, 0.18);
  border-radius: 20px;
  border: 1px solid rgba(168, 85, 200, 0.08);
  color: #A855C8;
  text-transform: uppercase;
  font-size: 0.625rem;
  display: inline-block;
  letter-spacing: .08em;
  margin-bottom: 0.875rem;
  font-weight: 700;
}.urt-hero_h1_rzo {
  margin-bottom: 0.625rem;
  overflow-wrap: break-word;
  font-size: 26px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  line-height: 1.15;
  color: #F4EEF8;
}.urt-hero_h1_rzo em {
  color: #D4A017;
  font-style: normal;
}
@media(min-width: 771px) {.urt-hero_h1_rzo {
  font-size: 2.25rem;
}
}.urt-hero_sub_rzo {
  margin-bottom: 1.25rem;
  font-size: 13px;
  color: #A090B2;
  line-height: 1.55;
}
@media(min-width: 769px) {.urt-hero_sub_rzo {
  font-size: 0.875rem;
}
}.urt-hero_row_rzo {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.urt-hero_cta_rzo {
  background: #22C55E;
  border-radius: 8px;
  padding: 13px 1.625rem;
  transition: background .2s;
  color: #0D0B12;
  box-shadow: 0 4px 1.125rem rgba(34, 197, 94, 0.38), 0 1px 0 rgba(255, 255, 255, 0.07);
  font-weight: 700;
  font-size: 14px;
}.urt-hero_cta_rzo:hover {
  background: #16A34A;
}.urt-hero_terms_rzo {
  color: #655875;
  font-size: 0.688rem;
}.urt-hero_game_rzo {
  background: #180F22;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  position: relative;
  display: flex;
  flex-direction: column;
}.urt-hero_game_badge_rzo {
  border: 1px solid rgba(212, 160, 23, 0.16);
  border-radius: 20px;
  background: rgba(212, 160, 23, 0.16);
  padding: 0.313rem 0.625rem;
  letter-spacing: .06em;
  left: 12px;
  position: absolute;
  font-size: 10px;
  z-index: 3;
  top: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #D4A017;
}.urt-hero_game_badge_rzo svg {
  width: 11px;
  margin-right: 0.25rem;
  vertical-align: -1px;
  height: 11px;
}.urt-hero_game_img_rzo {
  background: linear-gradient(135deg,#2D0B3E,#130B18);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.urt-hero_game_img_rzo img {
  inset: 0;
  position: absolute;
  width: 100%;
  object-fit: cover;
  height: 100%;
}.urt-hero_game_play_rzo {
  inset: 0;
  transition: opacity .2s;
  background: rgba(12, 7, 16, 0.72);
  position: absolute;
  justify-content: center;
  display: flex;
  align-items: center;
  opacity: 0;
}.urt-hero_game_rzo:hover .urt-hero_game_play_rzo {
  opacity: 1;
}.urt-hero_game_play_rzo span {
  background: #A855C8;
  border-radius: 50%;
  display: flex;
  height: 52px;
  align-items: center;
  justify-content: center;
  width: 52px;
}.urt-hero_game_play_rzo span svg {
  width: 1.125rem;
  height: 18px;
  margin-left: 2px;
}.urt-hero_game_info_rzo {
  padding: 14px 16px;
}.urt-hero_game_title_rzo {
  overflow-wrap: break-word;
  color: #F4EEF8;
  margin-bottom: 0.25rem;
  font-weight: 700;
  font-size: 15px;
}.urt-hero_game_provider_rzo {
  font-size: 11px;
  color: #7A6B8A;
}.urt-hero_game_btn_rzo {
  padding: 0.688rem;
  transition: background .2s;
  border-radius: 0.5rem;
  background: #A855C8;
  margin: 12px 1rem 1rem;
  text-align: center;
  font-size: 13px;
  color: #F4EEF8;
  font-weight: 700;
  display: block;
}.urt-hero_game_rzo:hover .urt-hero_game_btn_rzo {
  background: #BC6FDE;
}.urt-sbar_rzo {
  background: #130B18;
  padding: 16px 16px 0;
}
@media(min-width: 765px) {.urt-sbar_rzo {
  padding: 18px 24px 0;
}
}.urt-sbar_in_rzo {
  margin: 0 auto;
  max-width: 83.75rem;
}.urt-sbar_row_rzo {
  gap: 10px;
  display: flex;
  margin-bottom: 12px;
  flex-wrap: wrap;
}.urt-sbar_input_rzo {
  border: 1px solid rgba(255, 255, 255, 0.11);
  flex: 1;
  gap: 0.625rem;
  padding: 0.688rem 1rem;
  border-radius: 8px;
  background: #180F22;
  transition: border-color .2s;
  align-items: center;
  color: #7A6B8A;
  display: flex;
  font-size: 0.813rem;
  cursor: pointer;
}.urt-sbar_input_rzo:hover {
  border-color: rgba(168, 85, 200, 0.55);
}.urt-sbar_input_rzo svg {
  height: 15px;
  width: 0.938rem;
  stroke-linejoin: round;
  flex-shrink: 0;
  stroke-linecap: round;
}.urt-sbar_providers_rzo {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 11px 18px;
  transition: border-color .2s;
  gap: 0.5rem;
  border-radius: 8px;
  background: #180F22;
  align-items: center;
  display: flex;
  white-space: nowrap;
  font-weight: 600;
  color: #D4C8DE;
  font-size: 13px;
}.urt-sbar_providers_rzo:hover {
  border-color: rgba(168, 85, 200, 0.55);
  color: #F4EEF8;
}.urt-sbar_providers_rzo svg {
  width: 0.875rem;
  stroke-linejoin: round;
  height: 0.875rem;
  stroke-linecap: round;
}.urt-sbar_tabs_rzo {
  gap: 0.375rem;
  padding-bottom: 2px;
  display: flex;
  scrollbar-width: none;
  overflow-x: auto;
}.urt-sbar_tabs_rzo::-webkit-scrollbar {
  display: none;
}.urt-sbar_tab_rzo {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 7px;
  padding: 8px 14px;
  transition: background .15s,color .15s,border-color .15s;
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: #A090B2;
  flex-shrink: 0;
  white-space: nowrap;
}.urt-sbar_tab_rzo:hover {
  border-color: rgba(168, 85, 200, 0.55);
  background: rgba(255, 255, 255, 0.07);
  color: #F4EEF8;
}.urt-sbar_tab_rzo.urt-state_active_rzo {
  border-color: rgba(168, 85, 200, 0.08);
  background: rgba(168, 85, 200, 0.18);
  color: #F4EEF8;
}.urt-sbar_tab_ic_rzo svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.875rem;
  height: 0.875rem;
}.urt-wy_rzo {
  padding: 32px 1rem 0;
  background: #130B18;
}
@media(min-width: 769px) {.urt-wy_rzo {
  padding: 40px 24px 0;
}
}.urt-wy_in_rzo {
  margin: 0 auto;
  max-width: 1340px;
}.urt-wy_head_rzo {
  margin-bottom: 18px;
  max-width: 45rem;
}.urt-wy_label_rzo {
  color: #A855C8;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.urt-wy_h2_rzo {
  margin-bottom: 8px;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  font-weight: 800;
  color: #F4EEF8;
  overflow-wrap: break-word;
}
@media(min-width: 771px) {.urt-wy_h2_rzo {
  font-size: 1.5rem;
}
}.urt-wy_intro_rzo {
  margin: 0;
  line-height: 1.6;
  color: #7A6B8A;
  font-size: 0.813rem;
}.urt-wy_grid_rzo {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.urt-wy_grid_rzo {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.urt-wy_grid_rzo {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.urt-wy_card_rzo {
  padding: 1.25rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: border-color .2s,transform .2s;
  background: #1E1228;
}.urt-wy_card_rzo:hover {
  border-color: rgba(168, 85, 200, 0.08);
  transform: translateY(-2px);
}.urt-wy_card_ic_rzo {
  background: rgba(168, 85, 200, 0.18);
  border-radius: 50%;
  color: #A855C8;
  margin-bottom: 14px;
  justify-content: center;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
}.urt-wy_card_ic_rzo svg {
  stroke-linecap: round;
  width: 22px;
  height: 22px;
  stroke-linejoin: round;
}.urt-wy_card_h_rzo {
  margin-bottom: 0.375rem;
  color: #F4EEF8;
  overflow-wrap: break-word;
  font-size: 0.938rem;
  line-height: 1.25;
  font-weight: 700;
}.urt-wy_card_p_rzo {
  line-height: 1.6;
  color: #7A6B8A;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.urt-wy_card_p_rzo strong {
  font-weight: 600;
  color: #D4C8DE;
}.urt-gcg_rzo {
  padding: 2.25rem 16px 0;
  background: #130B18;
}
@media(min-width: 771px) {.urt-gcg_rzo {
  padding: 44px 1.5rem 0;
}
}.urt-gcg_in_rzo {
  margin: 0 auto;
  max-width: 83.75rem;
}.urt-gcg_head_rzo {
  max-width: 720px;
  margin-bottom: 20px;
}.urt-gcg_label_rzo {
  color: #A855C8;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
}.urt-gcg_h2_rzo {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #F4EEF8;
  font-size: 22px;
}
@media(min-width: 765px) {.urt-gcg_h2_rzo {
  font-size: 1.75rem;
}
}.urt-gcg_intro_rzo {
  line-height: 1.6;
  color: #7A6B8A;
  font-size: 0.813rem;
}.urt-gcg_grid_rzo {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.urt-gcg_grid_rzo {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.urt-gcg_grid_rzo {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.urt-gcg_card_rzo {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  overflow: hidden;
  padding: 20px;
  transition: transform .2s,border-color .2s;
  min-height: 240px;
  cursor: pointer;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
}.urt-gcg_card_rzo:hover {
  border-color: rgba(168, 85, 200, 0.18);
  transform: translateY(-3px);
}.urt-gcg_card_bg_rzo {
  inset: 0;
  z-index: 0;
  position: absolute;
}.urt-gcg_card_bg_rzo::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.urt-gcg_card_ic_rzo {
  border-radius: 0.25rem;
  background: rgba(0,0,0,.45);
  position: absolute;
  height: 2.5rem;
  top: 1.125rem;
  z-index: 2;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  right: 18px;
  color: #F4EEF8;
  display: flex;
}.urt-gcg_card_ic_rzo svg {
  height: 20px;
  width: 20px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.urt-gcg_card_ct_rzo {
  position: relative;
  z-index: 1;
}.urt-gcg_card_h_rzo {
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 1.125rem;
  color: #F4EEF8;
  font-weight: 800;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
@media(min-width: 769px) {.urt-gcg_card_h_rzo {
  font-size: 20px;
}
}.urt-gcg_card_p_rzo {
  overflow-wrap: break-word;
  margin-bottom: 10px;
  font-size: 0.75rem;
  line-height: 1.55;
  color: rgba(255,255,255,.82);
}.urt-gcg_card_p_rzo strong {
  font-weight: 600;
  color: #F4EEF8;
}.urt-gcg_card_cta_rzo {
  gap: 4px;
  align-items: center;
  font-size: 0.75rem;
  text-transform: uppercase;
  display: inline-flex;
  letter-spacing: .04em;
  font-weight: 700;
  color: #A855C8;
}.urt-gcg_card_cta_rzo svg {
  stroke-linejoin: round;
  width: 12px;
  stroke-linecap: round;
  height: 12px;
}.urt-ws_rzo {
  padding: 32px 1rem 0;
  background: #130B18;
}
@media(min-width: 771px) {.urt-ws_rzo {
  padding: 2.25rem 24px 0;
}
}.urt-ws_in_rzo {
  margin: 0 auto;
  max-width: 1340px;
}.urt-ws_head_rzo {
  gap: 12px;
  display: flex;
  margin-bottom: 0.875rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}.urt-ws_title_rzo {
  gap: 10px;
  align-items: center;
  color: #F4EEF8;
  font-size: 1rem;
  font-family: 'Cinzel', serif;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  font-weight: 700;
  display: flex;
}.urt-ws_title_ic_rzo svg {
  color: #D4A017;
  width: 18px;
  height: 18px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.urt-ws_online_rzo {
  gap: 7px;
  display: flex;
  font-size: 0.75rem;
  color: #7A6B8A;
  align-items: center;
  font-weight: 600;
}.urt-ws_online_dot_rzo {
  background: #22C55E;
  border-radius: 50%;
  flex-shrink: 0;
  width: 0.5rem;
  box-shadow: 0 0 6px rgba(34, 197, 94, 0.14);
  height: 8px;
}.urt-ws_scroll_rzo {
  gap: 0.5rem;
  scrollbar-width: none;
  display: flex;
  padding-bottom: 0.5rem;
  overflow-x: auto;
}.urt-ws_scroll_rzo::-webkit-scrollbar {
  display: none;
}.urt-wc_rzo {
  padding: 10px 14px;
  gap: 10px;
  border-radius: 8px;
  background: #180F22;
  border: 1px solid rgba(255, 255, 255, 0.11);
  min-width: 220px;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.urt-wc_img_rzo {
  background: #1E1228;
  border-radius: 4px;
  overflow: hidden;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
}.urt-wc_img_rzo img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.urt-wc_info_rzo {
  min-width: 0;
}.urt-wc_game_rzo {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #D4C8DE;
  font-weight: 600;
}.urt-wc_player_rzo {
  overflow: hidden;
  color: #655875;
  white-space: nowrap;
  font-size: 10px;
  text-overflow: ellipsis;
}.urt-wc_amount_rzo {
  margin-left: auto;
  font-weight: 700;
  color: #22C55E;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 0.813rem;
}.urt-bon_rzo {
  background: #130B18;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.urt-bon_rzo {
  padding: 2.75rem 1.5rem 0;
}
}.urt-bon_in_rzo {
  margin: 0 auto;
  max-width: 1340px;
}.urt-bon_head_rzo {
  margin-bottom: 20px;
}.urt-bon_label_rzo {
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #A855C8;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}.urt-bon_h2_rzo {
  margin-bottom: 8px;
  color: #F4EEF8;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
}
@media(min-width: 765px) {.urt-bon_h2_rzo {
  font-size: 24px;
}
}.urt-bon_seo_rzo {
  line-height: 1.6;
  font-size: 0.813rem;
  max-width: 38.75rem;
  overflow-wrap: break-word;
  color: #7A6B8A;
}.urt-bon_seo_rzo strong {
  font-weight: 700;
  color: #D4C8DE;
}.urt-bon_seo_rzo a {
  color: #A855C8;
  text-decoration: underline;
}.urt-bon_grid_rzo {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 642px) {.urt-bon_grid_rzo {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.urt-bon_grid_rzo {
  grid-template-columns: repeat(5,1fr);
}
}.urt-bon_card_rzo {
  transition: border-color .2s,transform .2s;
  padding: 16px;
  background: #180F22;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.urt-bon_card_rzo:hover {
  transform: translateY(-2px);
  border-color: rgba(168, 85, 200, 0.08);
}.urt-bon_card_ic_rzo svg {
  stroke-linejoin: round;
  width: 1.625rem;
  stroke-linecap: round;
  height: 26px;
}.urt-bon_card_ic_rzo {
  margin-bottom: 0.625rem;
}.urt-bon_card_type_rzo {
  letter-spacing: .06em;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  color: #7A6B8A;
}.urt-bon_card_amount_rzo {
  margin-bottom: 0.375rem;
  color: #D4A017;
  font-weight: 800;
  line-height: 1.1;
  font-size: 18px;
}.urt-bon_card_name_rzo {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 0.813rem;
  font-weight: 600;
  color: #F4EEF8;
}.urt-bon_card_detail_rzo {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 11px;
  color: #655875;
  line-height: 1.5;
  overflow-wrap: break-word;
  padding-top: 0.5rem;
}.urt-app_rzo {
  padding: 2.25rem 16px 0;
  background: #130B18;
}
@media(min-width: 769px) {.urt-app_rzo {
  padding: 44px 1.5rem 0;
}
}.urt-app_in_rzo {
  margin: 0 auto;
  max-width: 1340px;
}.urt-app_head_rzo {
  margin-bottom: 1rem;
}.urt-app_label_rzo {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #A855C8;
  font-size: 0.688rem;
}.urt-app_h2_rzo {
  font-size: 1.25rem;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  color: #F4EEF8;
}
@media(min-width: 767px) {.urt-app_h2_rzo {
  font-size: 24px;
}
}.urt-app_sub_rzo {
  color: #7A6B8A;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 37.5rem;
}.urt-app_sub_rzo strong {
  font-weight: 700;
  color: #D4C8DE;
}.urt-app_cards_rzo {
  gap: 10px;
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 638px) {.urt-app_cards_rzo {
  grid-template-columns: repeat(3,1fr);
}
}.urt-app_card_rzo {
  padding: 20px;
  gap: 1rem;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}.urt-app_card_ios_rzo {
  background: linear-gradient(135deg,rgba(168, 85, 200, 0.18) 0%,#1E1228 100%);
}.urt-app_card_android_rzo {
  background: linear-gradient(135deg,rgba(34, 197, 94, 0.14) 0%,#1E1228 100%);
}.urt-app_card_win_rzo {
  background: linear-gradient(135deg,rgba(212, 160, 23, 0.16) 0%,#1E1228 100%);
}.urt-app_card_ic_rzo svg {
  height: 2.125rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 34px;
}.urt-app_card_ic_rzo {
  flex-shrink: 0;
  color: #F4EEF8;
}.urt-app_card_os_rzo {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 6px;
  color: #7A6B8A;
  font-size: 0.625rem;
}.urt-app_card_title_rzo {
  font-weight: 700;
  font-size: 15px;
  color: #F4EEF8;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  line-height: 1.2;
}.urt-app_card_text_rzo {
  color: #7A6B8A;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 0.875rem;
}.urt-app_card_btn_rzo {
  padding: 10px 18px;
  gap: 7px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(168, 85, 200, 0.55);
  transition: background .2s;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  color: #F4EEF8;
  font-size: 13px;
  font-weight: 700;
}.urt-app_card_btn_rzo:hover {
  background: rgba(255, 255, 255, 0.07);
}.urt-reg_rzo {
  background: #130B18;
  padding: 36px 16px 0;
}
@media(min-width: 769px) {.urt-reg_rzo {
  padding: 44px 24px 0;
}
}.urt-reg_in_rzo {
  margin: 0 auto;
  background: #1E1228;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 28px 24px;
  border-radius: 0.875rem;
  max-width: 83.75rem;
}
@media(min-width: 771px) {.urt-reg_in_rzo {
  padding: 2.5rem;
}
}.urt-reg_top_rzo {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 861px) {.urt-reg_top_rzo {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.urt-reg_label_rzo {
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #A855C8;
}.urt-reg_h2_rzo {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  color: #F4EEF8;
  line-height: 1.2;
  overflow-wrap: break-word;
  margin-bottom: 12px;
  font-size: 22px;
}
@media(min-width: 770px) {.urt-reg_h2_rzo {
  font-size: 28px;
}
}.urt-reg_bonus_rzo {
  padding: 0.625rem 16px;
  gap: 0.5rem;
  border: 1px solid rgba(212, 160, 23, 0.16);
  background: rgba(212, 160, 23, 0.16);
  border-radius: 8px;
  display: inline-flex;
  margin-bottom: 1rem;
  align-items: center;
}.urt-reg_bonus_amount_rzo {
  font-size: 1.25rem;
  font-weight: 800;
  color: #D4A017;
}.urt-reg_bonus_text_rzo {
  font-size: 0.813rem;
  line-height: 1.35;
  color: #A090B2;
}.urt-reg_cta_btn_rzo {
  padding: 14px 32px;
  border-radius: 0.5rem;
  transition: background .2s;
  background: #22C55E;
  display: inline-block;
  color: #0D0B12;
  margin-bottom: 12px;
  box-shadow: 0 4px 1.125rem rgba(34, 197, 94, 0.38), 0 1px 0 rgba(255, 255, 255, 0.07);
  font-weight: 700;
  font-size: 15px;
}.urt-reg_cta_btn_rzo:hover {
  background: #16A34A;
}.urt-reg_terms_rzo {
  font-size: 11px;
  line-height: 1.5;
  color: #655875;
}.urt-reg_seo_rzo {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  line-height: 1.65;
  margin-top: 1.25rem;
  color: #7A6B8A;
  padding-top: 20px;
  font-size: 0.813rem;
}.urt-reg_seo_rzo p {
  margin-bottom: 10px;
  color: #7A6B8A;
  line-height: 1.65;
  font-size: 0.813rem;
}.urt-reg_seo_rzo p:last-child {
  margin-bottom: 0;
}.urt-reg_seo_rzo strong {
  color: #D4C8DE;
  font-weight: 700;
}.urt-reg_seo_rzo a {
  transition: color .2s;
  text-decoration: underline;
  color: #A855C8;
}.urt-reg_seo_rzo a:hover {
  color: #BC6FDE;
}.urt-reg_seo_rzo ul,.urt-reg_seo_rzo ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 18px;
}.urt-reg_seo_rzo ol {
  list-style: decimal;
}.urt-reg_seo_rzo li {
  color: #7A6B8A;
  line-height: 1.65;
  font-size: 13px;
  margin-bottom: 0.25rem;
}.urt-reg_seo_rzo table {
  margin-bottom: 0.625rem;
  border-collapse: collapse;
  display: block;
  font-size: 13px;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 767px) {.urt-reg_seo_rzo table {
  display: table;
}
}.urt-reg_seo_rzo th {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #D4C8DE;
  font-weight: 700;
}.urt-reg_seo_rzo td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #7A6B8A;
}.urt-reg_steps_rzo {
  gap: 14px;
  flex-direction: column;
  display: flex;
  margin-top: 1.75rem;
}
@media(min-width: 863px) {.urt-reg_steps_rzo {
  margin-top: 0;
}
}.urt-reg_step_rzo {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 16px;
  gap: 14px;
  border-radius: 0.5rem;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.urt-reg_step_num_rzo {
  background: rgba(168, 85, 200, 0.18);
  border: 1px solid rgba(168, 85, 200, 0.08);
  border-radius: 50%;
  flex-shrink: 0;
  font-weight: 800;
  color: #A855C8;
  display: flex;
  font-size: 14px;
  justify-content: center;
  height: 34px;
  align-items: center;
  width: 34px;
}.urt-reg_step_title_rzo {
  margin-bottom: 3px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #F4EEF8;
}.urt-reg_step_text_rzo {
  font-size: 12px;
  line-height: 1.5;
  color: #7A6B8A;
}.urt-reg_trust_rzo {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  display: flex;
  margin-top: 1.25rem;
  padding-top: 20px;
}.urt-reg_trust_item_rzo {
  gap: 7px;
  display: flex;
  align-items: center;
  color: #7A6B8A;
  overflow-wrap: break-word;
  font-size: 12px;
}.urt-reg_trust_ic_rzo svg {
  width: 1rem;
  stroke-linejoin: round;
  height: 16px;
  stroke-linecap: round;
  color: #A855C8;
}.urt-prov_rzo {
  padding: 2.25rem 16px 0;
  background: #130B18;
}
@media(min-width: 769px) {.urt-prov_rzo {
  padding: 44px 1.5rem 0;
}
}.urt-prov_in_rzo {
  margin: 0 auto;
  max-width: 83.75rem;
}.urt-prov_head_rzo {
  margin-bottom: 1rem;
}.urt-prov_label_rzo {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #A855C8;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.urt-prov_h2_rzo {
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F4EEF8;
}
@media(min-width:768px) {.urt-prov_h2_rzo {
  font-size: 24px;
}
}.urt-prov_seo_rzo {
  color: #7A6B8A;
  margin-bottom: 16px;
  line-height: 1.6;
  max-width: 620px;
  overflow-wrap: break-word;
  font-size: 13px;
}.urt-prov_seo_rzo strong {
  font-weight: 700;
  color: #D4C8DE;
}.urt-prov_seo_rzo a {
  text-decoration: underline;
  color: #A855C8;
}.urt-prov_grid_rzo {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.urt-prov_grid_rzo {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.urt-prov_grid_rzo {
  grid-template-columns: repeat(8,1fr);
}
}.urt-prov_card_rzo {
  transition: border-color .2s,background .2s;
  padding: 0.875rem 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  gap: 7px;
  border-radius: 0.5rem;
  background: #180F22;
  display: flex;
  cursor: pointer;
  align-items: center;
  flex-direction: column;
}.urt-prov_card_rzo:hover {
  border-color: rgba(168, 85, 200, 0.55);
  background: #1E1228;
}.urt-prov_logo_rzo {
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 0.25rem;
  width: 2.75rem;
  justify-content: center;
  height: 2.75rem;
  display: flex;
  align-items: center;
}.urt-prov_logo_rzo img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}.urt-prov_name_rzo {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #A090B2;
  font-weight: 600;
  text-align: center;
}.urt-htp_rzo {
  background: #130B18;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.urt-htp_rzo {
  padding: 2.75rem 24px 0;
}
}.urt-htp_in_rzo {
  margin: 0 auto;
  max-width: 83.75rem;
}.urt-htp_head_rzo {
  max-width: 45rem;
  margin-bottom: 22px;
}.urt-htp_label_rzo {
  text-transform: uppercase;
  color: #A855C8;
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 8px;
  font-weight: 700;
}.urt-htp_h2_rzo {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #F4EEF8;
  font-size: 22px;
  margin-bottom: 0.5rem;
}
@media(min-width: 769px) {.urt-htp_h2_rzo {
  font-size: 1.75rem;
}
}.urt-htp_intro_rzo {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #7A6B8A;
}.urt-htp_steps_rzo {
  list-style: none;
  gap: 12px;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  counter-reset: none;
}
@media(min-width:640px) {.urt-htp_steps_rzo {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.urt-htp_steps_rzo {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.urt-htp_step_rzo {
  padding: 1.25rem 1.125rem 18px;
  border-radius: 0.5rem;
  background: #1E1228;
  border: 1px solid rgba(255, 255, 255, 0.11);
  flex-direction: column;
  display: flex;
  position: relative;
}.urt-htp_step_num_rzo {
  background: #A855C8;
  border-radius: 50%;
  height: 28px;
  justify-content: center;
  width: 28px;
  top: -12px;
  font-weight: 800;
  align-items: center;
  display: flex;
  color: #0D0B12;
  font-size: 13px;
  left: 20px;
  position: absolute;
  font-family: 'Cinzel', serif;
}.urt-htp_step_ic_rzo {
  background: rgba(168, 85, 200, 0.18);
  border-radius: 0.25rem;
  margin: 0.5rem 0 0.75rem;
  color: #A855C8;
  align-items: center;
  display: flex;
  height: 36px;
  width: 36px;
  justify-content: center;
}.urt-htp_step_ic_rzo svg {
  stroke-linecap: round;
  width: 18px;
  stroke-linejoin: round;
  height: 1.125rem;
}.urt-htp_step_h_rzo {
  font-weight: 700;
  margin-bottom: 0.375rem;
  font-size: 14px;
  line-height: 1.25;
  overflow-wrap: break-word;
  color: #F4EEF8;
}.urt-htp_step_p_rzo {
  font-size: 0.813rem;
  color: #7A6B8A;
  line-height: 1.55;
  overflow-wrap: break-word;
}.urt-htp_step_p_rzo strong {
  font-weight: 600;
  color: #D4C8DE;
}.urt-htp_cta_rzo {
  padding: 13px 1.625rem;
  transition: background .2s;
  border-radius: 8px;
  background: #22C55E;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 20px;
  color: #0D0B12;
  display: inline-block;
}.urt-htp_cta_rzo:hover {
  background: #16A34A;
}.urt-seo_rzo {
  background: #130B18;
  padding: 36px 1rem 0;
}
@media(min-width: 765px) {.urt-seo_rzo {
  padding: 44px 24px 0;
}
}.urt-seo_in_rzo {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.875rem;
  background: #1E1228;
  margin: 0 auto;
  padding: 1.75rem 24px;
  max-width: 1340px;
}
@media(min-width:768px) {.urt-seo_in_rzo {
  padding: 2.25rem 2.5rem;
}
}.urt-seo_label_rzo {
  font-size: 11px;
  margin-bottom: 0.625rem;
  color: #A855C8;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}.urt-seo_h2_rzo {
  font-family: 'Cinzel', serif;
  margin-bottom: 0.875rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #F4EEF8;
  line-height: 1.25;
}
@media(min-width: 765px) {.urt-seo_h2_rzo {
  font-size: 1.5rem;
}
}.urt-seo_body_rzo {
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #A090B2;
  font-size: 14px;
}.urt-seo_body_rzo p {
  font-size: 0.875rem;
  color: #A090B2;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.urt-seo_body_rzo p:last-child {
  margin-bottom: 0;
}.urt-seo_body_rzo strong {
  color: #D4C8DE;
  font-weight: 700;
}.urt-seo_body_rzo a {
  transition: color .2s;
  color: #A855C8;
  text-decoration: underline;
}.urt-seo_body_rzo a:hover {
  color: #BC6FDE;
}.urt-seo_body_rzo ul,.urt-seo_body_rzo ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.urt-seo_body_rzo ol {
  list-style: decimal;
}.urt-seo_body_rzo li {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0.375rem;
  color: #A090B2;
}.urt-seo_body_rzo table {
  overflow-x: auto;
  display: block;
  font-size: 0.813rem;
  margin-bottom: 12px;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 769px) {.urt-seo_body_rzo table {
  display: table;
}
}.urt-seo_body_rzo th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  color: #D4C8DE;
  text-align: left;
  font-weight: 700;
}.urt-seo_body_rzo td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #A090B2;
}.urt-seo_cols_rzo {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 642px) {.urt-seo_cols_rzo {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.urt-seo_cols_rzo {
  grid-template-columns: repeat(3,1fr);
}
}.urt-seo_col_h_rzo {
  font-weight: 700;
  font-size: 13px;
  color: #D4C8DE;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
}.urt-seo_col_p_rzo {
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
  color: #7A6B8A;
}.urt-seo_stats_rzo {
  gap: 16px;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.urt-seo_stat_rzo {
  background: rgba(168, 85, 200, 0.08);
  border-radius: 8px;
  flex: 1;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(168, 85, 200, 0.18);
  min-width: 140px;
}.urt-seo_stat_val_rzo {
  color: #A855C8;
  font-size: 20px;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 4px;
}.urt-seo_stat_lb_rzo {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #7A6B8A;
}.urt-seo_rzo {
  background: #130B18;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.urt-seo_rzo {
  padding: 2.75rem 24px 0;
}
}.urt-seo_in_rzo {
  margin: 0 auto;
  border-radius: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1E1228;
  padding: 1.75rem 24px;
  max-width: 83.75rem;
}
@media(min-width: 769px) {.urt-seo_in_rzo {
  padding: 36px 2.5rem;
}
}.urt-seo_label_rzo {
  text-transform: uppercase;
  color: #A855C8;
  font-weight: 700;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
}.urt-seo_h2_rzo {
  margin-bottom: 14px;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F4EEF8;
  line-height: 1.25;
  font-size: 20px;
}
@media(min-width: 767px) {.urt-seo_h2_rzo {
  font-size: 1.5rem;
}
}.urt-seo_body_rzo {
  color: #A090B2;
  font-size: 0.875rem;
  line-height: 1.75;
  overflow-wrap: break-word;
}.urt-seo_body_rzo p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 12px;
  color: #A090B2;
}.urt-seo_body_rzo p:last-child {
  margin-bottom: 0;
}.urt-seo_body_rzo strong {
  color: #D4C8DE;
  font-weight: 700;
}.urt-seo_body_rzo a {
  transition: color .2s;
  text-decoration: underline;
  color: #A855C8;
}.urt-seo_body_rzo a:hover {
  color: #BC6FDE;
}.urt-seo_body_rzo ul,.urt-seo_body_rzo ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.urt-seo_body_rzo ol {
  list-style: decimal;
}.urt-seo_body_rzo li {
  line-height: 1.75;
  color: #A090B2;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
}.urt-seo_body_rzo table {
  display: block;
  overflow-x: auto;
  font-size: 13px;
  width: 100%;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
}
@media(min-width: 766px) {.urt-seo_body_rzo table {
  display: table;
}
}.urt-seo_body_rzo th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #D4C8DE;
}.urt-seo_body_rzo td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A090B2;
}.urt-seo_cols_rzo {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 643px) {.urt-seo_cols_rzo {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.urt-seo_cols_rzo {
  grid-template-columns: repeat(3,1fr);
}
}.urt-seo_col_h_rzo {
  color: #D4C8DE;
  font-size: 0.813rem;
  font-weight: 700;
  margin-bottom: 0.438rem;
  overflow-wrap: break-word;
}.urt-seo_col_p_rzo {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #7A6B8A;
  font-size: 13px;
}.urt-seo_stats_rzo {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.urt-seo_stat_rzo {
  border-radius: 0.5rem;
  border: 1px solid rgba(168, 85, 200, 0.18);
  flex: 1;
  background: rgba(168, 85, 200, 0.08);
  padding: 14px 1rem;
  min-width: 8.75rem;
}.urt-seo_stat_val_rzo {
  font-weight: 800;
  color: #A855C8;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-size: 20px;
}.urt-seo_stat_lb_rzo {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #7A6B8A;
}.urt-faq_rzo {
  background: #130B18;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.urt-faq_rzo {
  padding: 2.75rem 24px 0;
}
}.urt-faq_in_rzo {
  margin: 0 auto;
  max-width: 83.75rem;
}.urt-faq_head_rzo {
  margin-bottom: 20px;
}.urt-faq_label_rzo {
  margin-bottom: 8px;
  color: #A855C8;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}.urt-faq_h2_rzo {
  font-weight: 800;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 20px;
  color: #F4EEF8;
}
@media(min-width: 771px) {.urt-faq_h2_rzo {
  font-size: 24px;
}
}.urt-faq_list_rzo {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.urt-faq_item_rzo {
  border-radius: 0.5rem;
  overflow: hidden;
  background: #1E1228;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.urt-faq_q_rzo {
  transition: color .2s;
  padding: 1rem 20px;
  gap: 0.75rem;
  font-weight: 600;
  font-size: 0.875rem;
  align-items: center;
  overflow-wrap: break-word;
  cursor: pointer;
  display: flex;
  color: #D4C8DE;
  justify-content: space-between;
  flex-wrap: wrap;
}.urt-faq_q_rzo:hover {
  color: #F4EEF8;
}.urt-faq_q_ic_rzo {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  justify-content: center;
  width: 24px;
  height: 1.5rem;
  color: #A855C8;
  display: flex;
  font-size: 1rem;
  align-items: center;
  flex-shrink: 0;
}.urt-faq_item_rzo.urt-state_open_rzo .urt-faq_q_ic_rzo {
  transform: rotate(45deg);
}.urt-faq_a_rzo {
  padding: 0 1.25rem 16px;
  line-height: 1.7;
  overflow-wrap: break-word;
  display: none;
  font-size: 13px;
  color: #7A6B8A;
}.urt-faq_item_rzo.urt-state_open_rzo .urt-faq_a_rzo {
  display: block;
}.urt-faq_a_rzo strong {
  font-weight: 700;
  color: #D4C8DE;
}.urt-faq_a_rzo a {
  text-decoration: underline;
  color: #A855C8;
}.urt-faq_a_rzo ul,.urt-faq_a_rzo ol {
  margin: 0.5rem 0;
  list-style: disc;
  padding-left: 1.25rem;
}.urt-faq_a_rzo ol {
  list-style: decimal;
}.urt-faq_a_rzo li {
  margin-bottom: 4px;
  line-height: 1.6;
}.urt-faq_a_rzo table {
  margin: 8px 0;
  font-size: 12px;
  width: 100%;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
}
@media(min-width: 769px) {.urt-faq_a_rzo table {
  display: table;
}
}.urt-faq_a_rzo th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 8px;
  font-weight: 700;
  color: #D4C8DE;
  text-align: left;
}.urt-faq_a_rzo td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 0.5rem;
  color: #7A6B8A;
}.urt-seo_rzo {
  padding: 2.25rem 16px 0;
  background: #130B18;
}
@media(min-width: 770px) {.urt-seo_rzo {
  padding: 44px 1.5rem 0;
}
}.urt-seo_in_rzo {
  background: #1E1228;
  margin: 0 auto;
  border-radius: 14px;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  max-width: 83.75rem;
}
@media(min-width: 770px) {.urt-seo_in_rzo {
  padding: 36px 2.5rem;
}
}.urt-seo_label_rzo {
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #A855C8;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 10px;
}.urt-seo_h2_rzo {
  font-size: 20px;
  margin-bottom: 14px;
  color: #F4EEF8;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.25;
}
@media(min-width: 770px) {.urt-seo_h2_rzo {
  font-size: 1.5rem;
}
}.urt-seo_body_rzo {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.75;
  color: #A090B2;
}.urt-seo_body_rzo p {
  line-height: 1.75;
  color: #A090B2;
  font-size: 0.875rem;
  margin-bottom: 12px;
}.urt-seo_body_rzo p:last-child {
  margin-bottom: 0;
}.urt-seo_body_rzo strong {
  color: #D4C8DE;
  font-weight: 700;
}.urt-seo_body_rzo a {
  transition: color .2s;
  color: #A855C8;
  text-decoration: underline;
}.urt-seo_body_rzo a:hover {
  color: #BC6FDE;
}.urt-seo_body_rzo ul,.urt-seo_body_rzo ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.urt-seo_body_rzo ol {
  list-style: decimal;
}.urt-seo_body_rzo li {
  font-size: 0.875rem;
  color: #A090B2;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.urt-seo_body_rzo table {
  display: block;
  font-size: 0.813rem;
  margin-bottom: 12px;
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
}
@media(min-width: 770px) {.urt-seo_body_rzo table {
  display: table;
}
}.urt-seo_body_rzo th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D4C8DE;
  text-align: left;
  font-weight: 700;
}.urt-seo_body_rzo td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #A090B2;
}.urt-seo_cols_rzo {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 642px) {.urt-seo_cols_rzo {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.urt-seo_cols_rzo {
  grid-template-columns: repeat(3,1fr);
}
}.urt-seo_col_h_rzo {
  overflow-wrap: break-word;
  color: #D4C8DE;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  font-weight: 700;
}.urt-seo_col_p_rzo {
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #7A6B8A;
}.urt-seo_stats_rzo {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.urt-seo_stat_rzo {
  border: 1px solid rgba(168, 85, 200, 0.18);
  padding: 0.875rem 16px;
  background: rgba(168, 85, 200, 0.08);
  flex: 1;
  border-radius: 8px;
  min-width: 8.75rem;
}.urt-seo_stat_val_rzo {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 20px;
  color: #A855C8;
  margin-bottom: 4px;
}.urt-seo_stat_lb_rzo {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7A6B8A;
}.urt-ft_rzo {
  background: #0C0710;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.urt-ft_support_rzo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 16px;
}
@media(min-width:768px) {.urt-ft_support_rzo {
  padding: 1.75rem 24px;
}
}.urt-ft_support_in_rzo {
  margin: 0 auto;
  gap: 1rem;
  max-width: 83.75rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.urt-ft_support_main_rzo {
  flex: 1;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  min-width: 13.75rem;
  align-items: center;
}.urt-ft_support_ic_rzo {
  color: #A855C8;
  flex-shrink: 0;
}.urt-ft_support_ic_rzo svg {
  height: 1.875rem;
  width: 1.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.urt-ft_support_text_title_rzo {
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F4EEF8;
  font-size: 15px;
  margin-bottom: 3px;
}.urt-ft_support_text_sub_rzo {
  color: #7A6B8A;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.urt-ft_support_btn_rzo {
  padding: 0.688rem 22px;
  transition: background .2s;
  border-radius: 0.5rem;
  background: #A855C8;
  color: #F4EEF8;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 0.813rem;
}.urt-ft_support_btn_rzo:hover {
  background: #BC6FDE;
}.urt-ft_support_contacts_rzo {
  gap: 16px;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.urt-ft_support_contact_rzo {
  line-height: 1.4;
  font-size: 12px;
  color: #655875;
}.urt-ft_support_contact_rzo strong {
  font-weight: 600;
  color: #A090B2;
  font-size: 0.688rem;
  margin-bottom: 2px;
  display: block;
}.urt-ft_main_rzo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 1rem 1.5rem;
}
@media(min-width: 767px) {.urt-ft_main_rzo {
  padding: 2.5rem 1.5rem 32px;
}
}.urt-ft_main_in_rzo {
  margin: 0 auto;
  gap: 1.5rem;
  max-width: 83.75rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width:640px) {.urt-ft_main_in_rzo {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.urt-ft_main_in_rzo {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.urt-ft_col_logo_rzo {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.urt-ft_col_logo_rzo {
  grid-column: auto;
}
}.urt-ft_logo_rzo {
  gap: 9px;
  font-size: 16px;
  align-items: center;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  color: #F4EEF8;
  flex-wrap: wrap;
  font-weight: 800;
  display: flex;
}.urt-ft_logo_mark_rzo {
  border-radius: 0.25rem;
  overflow: hidden;
  height: 30px;
  width: 1.875rem;
}.urt-ft_logo_mark_rzo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.urt-ft_logo_sub_rzo {
  color: #655875;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  max-width: 12.5rem;
  line-height: 1.55;
}.urt-ft_col_title_rzo {
  margin-bottom: 0.875rem;
  color: #A090B2;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
}.urt-ft_col_links_rzo {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.urt-ft_col_link_rzo {
  transition: color .2s;
  font-size: 0.813rem;
  color: #655875;
  overflow-wrap: break-word;
}.urt-ft_col_link_rzo:hover {
  color: #D4C8DE;
}.urt-ft_apps_rzo {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.urt-ft_app_card_rzo {
  padding: 0.625rem 0.75rem;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  align-items: center;
  display: flex;
}.urt-ft_app_card_rzo:hover {
  border-color: rgba(168, 85, 200, 0.55);
}.urt-ft_app_card_ic_rzo svg {
  height: 1.375rem;
  width: 1.375rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.urt-ft_app_card_os_rzo {
  font-size: 10px;
  font-weight: 600;
  color: #655875;
}.urt-ft_app_card_action_rzo {
  color: #D4C8DE;
  font-size: 12px;
  font-weight: 700;
}.urt-ft_bot_rzo {
  padding: 20px 16px;
}
@media(min-width:768px) {.urt-ft_bot_rzo {
  padding: 1.25rem 24px;
}
}.urt-ft_bot_in_rzo {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1340px;
}.urt-ft_socials_rzo {
  gap: 8px;
  display: flex;
}.urt-ft_soc_rzo {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  transition: background .2s;
  height: 36px;
  display: flex;
  align-items: center;
  width: 2.25rem;
  color: #A090B2;
  justify-content: center;
}.urt-ft_soc_rzo svg {
  width: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
}.urt-ft_soc_rzo:hover {
  background: rgba(255, 255, 255, 0.07);
}.urt-ft_legal_rzo {
  flex: 1;
  color: #8C7A9C;
  min-width: 200px;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.688rem;
}.urt-ft_legal_rzo strong {
  font-weight: 700;
  color: #A090B2;
}.urt-ft_legal_rzo a {
  color: #A090B2;
  text-decoration: underline;
}.urt-ft_age_rzo {
  border: 2px solid #8C7A9C;
  border-radius: 50%;
  display: flex;
  font-size: 11px;
  margin-left: auto;
  font-weight: 800;
  color: #8C7A9C;
  height: 2rem;
  width: 2rem;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
}