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 {
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}a:link,a:visited {
  color: inherit;
  text-decoration: none;
}img,svg,video {
  max-width: 100%;
  display: block;
}body {
  background: #0C0D1C;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  color: #C9C4E2;
}.xtc-layout_3nt {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}.xtc-page_3nt {
  display: flex;
  min-height: 100vh;
}.xtc-main_3nt {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media (min-width: 1078px) {.xtc-main_3nt {
  padding-left: 220px;
}
}
@media (max-width:1079px) {.xtc-main_3nt {
  padding-bottom: 72px;
}
}.xtc-gc_3nt {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  background: #0F1020;
  width: 140px;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}
@media(min-width: 643px) {.xtc-gc_3nt {
  width: 9.75rem;
}
}
@media(min-width: 1083px) {.xtc-gc_3nt {
  width: 10.5rem;
}
}.xtc-gc_3nt:hover {
  border-color: rgba(232, 25, 122, 0.07);
  transform: translateY(-3px);
}.xtc-gc_img_3nt {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.xtc-gc_img_3nt img {
  inset: 0;
  height: 100%;
  position: absolute;
  object-fit: cover;
  width: 100%;
}.xtc-gc_hover_3nt {
  inset: 0;
  transition: opacity .2s;
  background: rgba(7, 8, 14, 0.78);
  opacity: 0;
  justify-content: center;
  position: absolute;
  align-items: center;
  display: flex;
}.xtc-gc_3nt:hover .xtc-gc_hover_3nt {
  opacity: 1;
}.xtc-gc_hover_btn_3nt {
  padding: 8px 1rem;
  background: #E8197A;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #F0EEFF;
}.xtc-gc_info_3nt {
  padding: 0.5rem 0.625rem 0.625rem;
}.xtc-gc_name_3nt {
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  color: #C9C4E2;
  max-width: 100%;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  font-weight: 600;
}.xtc-gc_prov_3nt {
  font-size: 10px;
  color: #8A85AA;
}.xtc-gc_tag_3nt {
  padding: 2px 7px;
  border-radius: 4px;
  left: 0.375rem;
  position: absolute;
  font-weight: 700;
  top: 0.375rem;
  z-index: 2;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .04em;
}.xtc-gc_tag_hot_3nt {
  background: #E83A3A;
  color: #fff;
}.xtc-gc_tag_new_3nt {
  background: #1EC97A;
  color: #0C0D1C;
}.xtc-gc_tag_jp_3nt {
  background: #E8A020;
  color: #0C0D1C;
}.xtc-gc_tag_ex_3nt {
  background: #9B1FD4;
  color: #fff;
}.xtc-gc_tag_live_3nt {
  background: #E83A3A;
  color: #fff;
}.xtc-gr_3nt {
  padding: 32px 16px 0;
  background: #0C0D1C;
}
@media(min-width: 769px) {.xtc-gr_3nt {
  padding: 2.25rem 24px 0;
}
}.xtc-gr_in_3nt {
  margin: 0 auto;
  max-width: 1340px;
}.xtc-gr_head_3nt {
  gap: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.625rem;
}.xtc-gr_head_l_3nt {
  gap: 10px;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}.xtc-gr_ic_3nt {
  border-radius: 8px;
  width: 2rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 32px;
  justify-content: center;
}.xtc-gr_ic_3nt svg {
  stroke-linecap: round;
  height: 1rem;
  width: 1rem;
  stroke-linejoin: round;
}.xtc-gr_title_3nt {
  font-family: 'Teko', sans-serif;
  overflow-wrap: break-word;
  color: #F0EEFF;
  font-size: 1rem;
  font-weight: 700;
}
@media(min-width: 767px) {.xtc-gr_title_3nt {
  font-size: 1.125rem;
}
}.xtc-gr_more_3nt {
  gap: 5px;
  transition: color .2s;
  display: flex;
  font-size: 12px;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
  color: #807BB0;
  font-weight: 600;
}.xtc-gr_more_3nt:hover {
  color: #E8197A;
}.xtc-gr_more_3nt svg {
  height: 0.75rem;
  stroke-linecap: round;
  width: 12px;
  stroke-linejoin: round;
}.xtc-gr_arrows_3nt {
  gap: 0.375rem;
  flex-shrink: 0;
  display: flex;
}.xtc-gr_arr_3nt {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .15s,color .15s;
  align-items: center;
  height: 1.875rem;
  width: 1.875rem;
  color: #9A95BA;
  justify-content: center;
  display: flex;
}.xtc-gr_arr_3nt:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F0EEFF;
}.xtc-gr_arr_3nt svg {
  height: 0.813rem;
  stroke-linejoin: round;
  width: 0.813rem;
  stroke-linecap: round;
}.xtc-gr_seo_h_3nt {
  margin: 0 0 6px;
  font-weight: 700;
  font-family: 'Teko', sans-serif;
  color: #C9C4E2;
  font-size: 0.813rem;
  max-width: 42.5rem;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.xtc-gr_seo_h_3nt {
  font-size: 0.875rem;
}
}.xtc-gr_seo_3nt {
  color: #807BB0;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  margin-bottom: 12px;
  max-width: 680px;
  line-height: 1.55;
}.xtc-gr_seo_3nt strong {
  font-weight: 600;
  color: #C9C4E2;
}.xtc-gr_scroll_3nt {
  gap: 0.625rem;
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  display: flex;
}.xtc-gr_scroll_3nt::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.xtc-gr_scroll_3nt {
  gap: 0.75rem;
}
}.xtc-tb_3nt {
  background: #0C0D1C;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  height: 3.5rem;
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 80;
}.xtc-tb_in_3nt {
  padding: 0 14px;
  gap: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}.xtc-tb_burger_3nt {
  gap: 0.313rem;
  border-radius: 8px;
  margin-right: 8px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  height: 2.375rem;
  justify-content: center;
  width: 38px;
}.xtc-tb_burger_3nt:hover {
  background: rgba(255, 255, 255, 0.05);
}.xtc-tb_burger_line_3nt {
  border-radius: 1px;
  background: #9A95BA;
  width: 1.125rem;
  display: block;
  height: 2px;
}
@media(min-width:1080px) {.xtc-tb_burger_3nt {
  display: none;
}
}.xtc-tb_logo_3nt {
  gap: 0.563rem;
  overflow-wrap: break-word;
  color: #F0EEFF;
  font-weight: 800;
  display: flex;
  align-items: center;
  font-size: 18px;
  letter-spacing: -.01em;
  flex-shrink: 0;
  margin-right: 20px;
}.xtc-tb_logo_mark_3nt {
  border-radius: 8px;
  overflow: hidden;
  height: 2rem;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 32px;
}.xtc-tb_logo_mark_3nt img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.xtc-tb_nav_3nt {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.xtc-tb_nav_3nt {
  display: flex;
}
}.xtc-tb_tab_3nt {
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s;
  border-radius: 8px;
  font-size: 13px;
  color: #9A95BA;
  white-space: nowrap;
  font-weight: 600;
}.xtc-tb_tab_3nt:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0EEFF;
}.xtc-tb_tab_3nt.xtc-state_active_3nt {
  background: rgba(232, 25, 122, 0.18);
  color: #F0EEFF;
}.xtc-tb_right_3nt {
  gap: 8px;
  align-items: center;
  display: flex;
  margin-left: auto;
  flex-shrink: 0;
}.xtc-tb_login_3nt {
  border-radius: 8px;
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 9px 1rem;
  color: #C9C4E2;
  font-weight: 600;
  display: none;
  font-size: 0.813rem;
}.xtc-tb_login_3nt:hover {
  border-color: rgba(232, 25, 122, 0.55);
  color: #F0EEFF;
}
@media(min-width: 481px) {.xtc-tb_login_3nt {
  display: block;
}
}.xtc-tb_reg_3nt {
  padding: 0.563rem 1.125rem;
  border-radius: 0.5rem;
  transition: background .2s;
  background: #1EC97A;
  font-size: 13px;
  font-weight: 700;
  color: #0D0B1E;
  white-space: nowrap;
}.xtc-tb_reg_3nt:hover {
  background: #22E088;
}.xtc-sb_3nt {
  background: #131525;
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  overflow-y: auto;
  z-index: 70;
  width: 13.75rem;
  bottom: 0;
  position: fixed;
  left: 0;
  top: 3.5rem;
}.xtc-sb_3nt.xtc-state_open_3nt {
  transform: translateX(0);
}.xtc-sb_3nt::-webkit-scrollbar {
  width: 4px;
}.xtc-sb_3nt::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.xtc-sb_3nt {
  transform: translateX(0);
}
}.xtc-sb_auth_3nt {
  padding: 14px 12px 10px;
}.xtc-sb_btn_reg_3nt {
  background: #1EC97A;
  padding: 11px;
  border-radius: 8px;
  transition: background .2s;
  font-size: 0.813rem;
  margin-bottom: 8px;
  color: #0D0B1E;
  font-weight: 700;
  text-align: center;
  display: block;
}.xtc-sb_btn_reg_3nt:hover {
  background: #22E088;
}.xtc-sb_btn_login_3nt {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px;
  font-weight: 600;
  text-align: center;
  color: #C9C4E2;
  font-size: 0.813rem;
  display: block;
}.xtc-sb_btn_login_3nt:hover {
  border-color: rgba(232, 25, 122, 0.55);
  color: #F0EEFF;
}.xtc-sb_promo_3nt {
  border: 1px solid rgba(232, 25, 122, 0.18);
  background: linear-gradient(135deg,#2A0D3E,#131525);
  overflow: hidden;
  margin: 0 0.75rem 0.625rem;
  padding: 0.75rem 14px;
  border-radius: 0.5rem;
  position: relative;
}.xtc-sb_promo_3nt::before {
  background: radial-gradient(circle,rgba(232, 25, 122, 0.18),transparent 70%);
  border-radius: 50%;
  width: 5rem;
  content: '';
  position: absolute;
  height: 80px;
  right: -1.25rem;
  top: -1.25rem;
}.xtc-sb_promo_title_3nt {
  color: #E8197A;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  font-size: 0.688rem;
}.xtc-sb_promo_text_3nt {
  font-size: 0.75rem;
  color: #F0EEFF;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: break-word;
}.xtc-sb_promo_sub_3nt {
  color: #807BB0;
  margin-top: 3px;
  font-size: 10px;
}.xtc-sb_nav_3nt {
  padding: 6px 0.5rem 16px;
}.xtc-sb_nav_lb_3nt {
  padding: 0.625rem 8px 6px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.625rem;
  color: #8A85AA;
}.xtc-sb_link_3nt {
  transition: background .15s,color .15s;
  border-radius: 0.25rem;
  gap: 10px;
  padding: 9px 10px;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  color: #9A95BA;
  cursor: pointer;
  overflow-wrap: break-word;
  align-items: center;
}.xtc-sb_link_3nt:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0EEFF;
}.xtc-sb_link_3nt.xtc-state_active_3nt {
  background: rgba(232, 25, 122, 0.18);
  color: #F0EEFF;
}.xtc-sb_ic_3nt {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  display: flex;
  height: 1.875rem;
  width: 1.875rem;
}.xtc-sb_ic_3nt svg {
  height: 1rem;
  stroke-linecap: round;
  width: 1rem;
  stroke-linejoin: round;
}.xtc-sb_ic_1_3nt {
  background: rgba(232, 25, 122, 0.07);
  color: #E8197A;
}.xtc-sb_ic_2_3nt {
  background: rgba(30, 201, 122, 0.15);
  color: #1EC97A;
}.xtc-sb_ic_3_3nt {
  background: rgba(232, 160, 32, 0.15);
  color: #E8A020;
}.xtc-sb_ic_4_3nt {
  background: rgba(155, 31, 212, 0.20);
  color: #9B1FD4;
}.xtc-sb_ic_5_3nt {
  background: rgba(232, 25, 122, 0.07);
  color: #FF3E94;
}.xtc-sb_ic_6_3nt {
  background: rgba(155, 31, 212, 0.20);
  color: #B44FE8;
}.xtc-sb_badge_3nt {
  border-radius: 0.25rem;
  background: #E8A020;
  padding: 2px 0.438rem;
  font-size: 0.563rem;
  margin-left: auto;
  color: #0D0B1E;
  font-weight: 700;
}.xtc-sb_bot_3nt {
  padding: 12px;
  gap: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
}.xtc-sb_lang_3nt,.xtc-sb_help_3nt {
  flex: 1;
  gap: 6px;
  transition: border-color .2s;
  padding: 0.563rem 0.375rem;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  color: #9A95BA;
  font-weight: 600;
  justify-content: center;
  font-size: 0.688rem;
  align-items: center;
}.xtc-sb_lang_3nt:hover,.xtc-sb_help_3nt:hover {
  border-color: rgba(232, 25, 122, 0.55);
  color: #F0EEFF;
}.xtc-sb_lang_3nt svg,.xtc-sb_help_3nt svg {
  stroke-linecap: round;
  width: 0.813rem;
  stroke-linejoin: round;
  height: 13px;
}.xtc-sb_bd_3nt {
  background: rgba(7, 8, 14, 0.78);
  inset: 0;
  z-index: 69;
  display: none;
  position: fixed;
}.xtc-sb_bd_3nt.xtc-state_on_3nt {
  display: block;
}
@media(min-width: 1078px) {.xtc-sb_bd_3nt {
  display: none!important;
}
}.xtc-mob_nav_3nt {
  background: #131525;
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  right: 0;
  position: fixed;
  bottom: 0;
  display: flex;
  z-index: 80;
  left: 0;
}
@media(min-width: 1081px) {.xtc-mob_nav_3nt {
  display: none;
}
}.xtc-mob_nav_item_3nt {
  padding: 0.25rem 2px;
  flex: 1;
  gap: 0.25rem;
  flex-direction: column;
  color: #8A85AA;
  align-items: center;
  cursor: pointer;
  display: flex;
}.xtc-mob_nav_ic_3nt {
  line-height: 1;
}.xtc-mob_nav_ic_3nt svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.xtc-mob_nav_lb_3nt {
  font-size: 0.625rem;
  font-weight: 600;
  color: #8A85AA;
}.xtc-mob_nav_item_3nt.xtc-state_active_3nt {
  color: #E8197A;
}.xtc-mob_nav_item_3nt.xtc-state_active_3nt .xtc-mob_nav_lb_3nt {
  color: #E8197A;
}.xtc-hero_3nt {
  background: #0C0D1C;
  padding: 20px 1rem 0;
}
@media(min-width: 767px) {.xtc-hero_3nt {
  padding: 1.5rem 24px 0;
}
}.xtc-hero_in_3nt {
  gap: 0.75rem;
  margin: 0 auto;
  grid-template-columns: 1fr;
  max-width: 1340px;
  display: grid;
}
@media(min-width:860px) {.xtc-hero_in_3nt {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1102px) {.xtc-hero_in_3nt {
  grid-template-columns: 1fr 340px;
}
}.xtc-hero_promo_3nt {
  border-radius: 0.75rem;
  background: #0F1020;
  overflow: hidden;
  align-items: stretch;
  display: flex;
  position: relative;
  min-height: 220px;
}
@media(min-width: 765px) {.xtc-hero_promo_3nt {
  min-height: 17.5rem;
}
}.xtc-hero_promo_bg_3nt {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#2A0D3E 0%,#0C0D1C 100%);
  background-size: cover;
  position: absolute;
}.xtc-hero_promo_bg_3nt::after {
  background: linear-gradient(90deg,#0C0D1C 0%,rgba(7, 8, 14, 0.78) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.xtc-hero_promo_glow_3nt {
  background: radial-gradient(circle,rgba(155, 31, 212, 0.20) 0%,transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  top: -2.5rem;
  width: 18.75rem;
  position: absolute;
  right: 3.75rem;
  height: 300px;
}.xtc-hero_promo_ct_3nt {
  padding: 28px 1.5rem 28px 1.75rem;
  flex-direction: column;
  justify-content: center;
  position: relative;
  max-width: 480px;
  display: flex;
  z-index: 2;
}
@media(min-width: 766px) {.xtc-hero_promo_ct_3nt {
  padding: 40px 32px;
}
}.xtc-hero_badge_3nt {
  border: 1px solid rgba(232, 25, 122, 0.07);
  padding: 0.313rem 12px;
  border-radius: 1.125rem;
  background: rgba(232, 25, 122, 0.18);
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.625rem;
  margin-bottom: 0.875rem;
  letter-spacing: .08em;
  color: #E8197A;
}.xtc-hero_h1_3nt {
  color: #F0EEFF;
  overflow-wrap: break-word;
  font-size: 1.625rem;
  margin-bottom: 10px;
  font-family: 'Teko', sans-serif;
  font-weight: 800;
  line-height: 1.15;
}.xtc-hero_h1_3nt em {
  color: #E8A020;
  font-style: normal;
}
@media(min-width: 769px) {.xtc-hero_h1_3nt {
  font-size: 2.25rem;
}
}.xtc-hero_sub_3nt {
  font-size: 13px;
  color: #9A95BA;
  margin-bottom: 20px;
  line-height: 1.55;
}
@media(min-width: 771px) {.xtc-hero_sub_3nt {
  font-size: 14px;
}
}.xtc-hero_row_3nt {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.xtc-hero_cta_3nt {
  background: #1EC97A;
  padding: 0.813rem 26px;
  border-radius: 0.5rem;
  transition: background .2s;
  color: #0D0B1E;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 0 1.375rem rgba(30, 201, 122, 0.60), 0 2px 0.313rem rgba(0, 0, 0, 0.55);
}.xtc-hero_cta_3nt:hover {
  background: #22E088;
}.xtc-hero_terms_3nt {
  color: #8A85AA;
  font-size: 0.688rem;
}.xtc-hero_game_3nt {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  background: #0F1020;
  display: flex;
  position: relative;
  flex-direction: column;
}.xtc-hero_game_badge_3nt {
  border: 1px solid rgba(232, 160, 32, 0.15);
  border-radius: 1.125rem;
  background: rgba(232, 160, 32, 0.15);
  padding: 0.313rem 10px;
  letter-spacing: .06em;
  z-index: 3;
  position: absolute;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: #E8A020;
  top: 12px;
  font-weight: 700;
  left: 12px;
}.xtc-hero_game_badge_3nt svg {
  height: 0.688rem;
  margin-right: 0.25rem;
  width: 0.688rem;
  vertical-align: -1px;
}.xtc-hero_game_img_3nt {
  overflow: hidden;
  background: linear-gradient(135deg,#2A0D3E,#0C0D1C);
  position: relative;
  padding-bottom: 60%;
}.xtc-hero_game_img_3nt img {
  inset: 0;
  width: 100%;
  position: absolute;
  object-fit: cover;
  height: 100%;
}.xtc-hero_game_play_3nt {
  background: rgba(7, 8, 14, 0.78);
  transition: opacity .2s;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
}.xtc-hero_game_3nt:hover .xtc-hero_game_play_3nt {
  opacity: 1;
}.xtc-hero_game_play_3nt span {
  background: #E8197A;
  border-radius: 50%;
  justify-content: center;
  width: 52px;
  display: flex;
  align-items: center;
  height: 3.25rem;
}.xtc-hero_game_play_3nt span svg {
  height: 18px;
  width: 18px;
  margin-left: 2px;
}.xtc-hero_game_info_3nt {
  padding: 0.875rem 1rem;
}.xtc-hero_game_title_3nt {
  overflow-wrap: break-word;
  font-size: 0.938rem;
  color: #F0EEFF;
  margin-bottom: 0.25rem;
  font-weight: 700;
}.xtc-hero_game_provider_3nt {
  font-size: 0.688rem;
  color: #807BB0;
}.xtc-hero_game_btn_3nt {
  margin: 0.75rem 1rem 16px;
  transition: background .2s;
  border-radius: 8px;
  padding: 11px;
  background: #E8197A;
  font-weight: 700;
  font-size: 13px;
  color: #F0EEFF;
  text-align: center;
  display: block;
}.xtc-hero_game_3nt:hover .xtc-hero_game_btn_3nt {
  background: #FF2D8F;
}.xtc-sbar_3nt {
  background: #0C0D1C;
  padding: 16px 1rem 0;
}
@media(min-width: 767px) {.xtc-sbar_3nt {
  padding: 18px 1.5rem 0;
}
}.xtc-sbar_in_3nt {
  margin: 0 auto;
  max-width: 83.75rem;
}.xtc-sbar_row_3nt {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}.xtc-sbar_input_3nt {
  flex: 1;
  transition: border-color .2s;
  border-radius: 0.5rem;
  background: #0F1020;
  padding: 0.688rem 1rem;
  gap: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: flex;
  font-size: 0.813rem;
  align-items: center;
  cursor: pointer;
  color: #807BB0;
}.xtc-sbar_input_3nt:hover {
  border-color: rgba(232, 25, 122, 0.55);
}.xtc-sbar_input_3nt svg {
  height: 0.938rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.938rem;
  flex-shrink: 0;
}.xtc-sbar_providers_3nt {
  background: #0F1020;
  padding: 11px 18px;
  gap: 8px;
  border-radius: 8px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  align-items: center;
  color: #C9C4E2;
  display: flex;
}.xtc-sbar_providers_3nt:hover {
  border-color: rgba(232, 25, 122, 0.55);
  color: #F0EEFF;
}.xtc-sbar_providers_3nt svg {
  stroke-linejoin: round;
  height: 14px;
  width: 0.875rem;
  stroke-linecap: round;
}.xtc-sbar_tabs_3nt {
  gap: 6px;
  scrollbar-width: none;
  padding-bottom: 2px;
  display: flex;
  overflow-x: auto;
}.xtc-sbar_tabs_3nt::-webkit-scrollbar {
  display: none;
}.xtc-sbar_tab_3nt {
  border-radius: 18px;
  transition: background .15s,color .15s,border-color .15s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 14px;
  gap: 0.438rem;
  align-items: center;
  flex-shrink: 0;
  color: #9A95BA;
  font-weight: 600;
  display: flex;
  font-size: 12px;
  white-space: nowrap;
  cursor: pointer;
}.xtc-sbar_tab_3nt:hover {
  border-color: rgba(232, 25, 122, 0.55);
  background: rgba(255, 255, 255, 0.07);
  color: #F0EEFF;
}.xtc-sbar_tab_3nt.xtc-state_active_3nt {
  border-color: rgba(232, 25, 122, 0.07);
  background: rgba(232, 25, 122, 0.18);
  color: #F0EEFF;
}.xtc-sbar_tab_ic_3nt svg {
  stroke-linecap: round;
  height: 0.875rem;
  stroke-linejoin: round;
  width: 14px;
}.xtc-ws_3nt {
  background: #0C0D1C;
  padding: 2rem 16px 0;
}
@media(min-width:768px) {.xtc-ws_3nt {
  padding: 2.25rem 24px 0;
}
}.xtc-ws_in_3nt {
  margin: 0 auto;
  max-width: 83.75rem;
}.xtc-ws_head_3nt {
  gap: 12px;
  align-items: center;
  margin-bottom: 0.875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}.xtc-ws_title_3nt {
  gap: 10px;
  color: #F0EEFF;
  font-family: 'Teko', sans-serif;
  align-items: center;
  font-size: 1rem;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 700;
}.xtc-ws_title_ic_3nt svg {
  color: #E8A020;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 18px;
  width: 18px;
}.xtc-ws_online_3nt {
  gap: 7px;
  font-weight: 600;
  font-size: 0.75rem;
  align-items: center;
  color: #807BB0;
  display: flex;
}.xtc-ws_online_dot_3nt {
  border-radius: 50%;
  background: #1EC97A;
  box-shadow: 0 0 6px rgba(30, 201, 122, 0.15);
  height: 0.5rem;
  flex-shrink: 0;
  width: 8px;
}.xtc-ws_scroll_3nt {
  gap: 8px;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
}.xtc-ws_scroll_3nt::-webkit-scrollbar {
  display: none;
}.xtc-wc_3nt {
  background: #0F1020;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  gap: 10px;
  padding: 0.625rem 0.875rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  min-width: 13.75rem;
}.xtc-wc_img_3nt {
  background: #131525;
  overflow: hidden;
  border-radius: 0.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  width: 36px;
}.xtc-wc_img_3nt img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.xtc-wc_info_3nt {
  min-width: 0;
}.xtc-wc_game_3nt {
  overflow: hidden;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.75rem;
  color: #C9C4E2;
  text-overflow: ellipsis;
}.xtc-wc_player_3nt {
  overflow: hidden;
  font-size: 0.625rem;
  text-overflow: ellipsis;
  color: #8A85AA;
  white-space: nowrap;
}.xtc-wc_amount_3nt {
  font-size: 13px;
  margin-left: auto;
  color: #1EC97A;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 700;
}.xtc-app_3nt {
  padding: 36px 1rem 0;
  background: #0C0D1C;
}
@media(min-width: 769px) {.xtc-app_3nt {
  padding: 2.75rem 24px 0;
}
}.xtc-app_in_3nt {
  margin: 0 auto;
  max-width: 1340px;
}.xtc-app_head_3nt {
  margin-bottom: 16px;
}.xtc-app_label_3nt {
  letter-spacing: .08em;
  font-weight: 700;
  color: #E8197A;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}.xtc-app_h2_3nt {
  font-family: 'Teko', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  color: #F0EEFF;
  margin-bottom: 6px;
}
@media(min-width: 771px) {.xtc-app_h2_3nt {
  font-size: 24px;
}
}.xtc-app_sub_3nt {
  color: #807BB0;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 37.5rem;
}.xtc-app_sub_3nt strong {
  font-weight: 700;
  color: #C9C4E2;
}.xtc-app_cards_3nt {
  gap: 10px;
  display: grid;
  margin-top: 1rem;
  grid-template-columns: 1fr;
}
@media(min-width:640px) {.xtc-app_cards_3nt {
  grid-template-columns: repeat(3,1fr);
}
}.xtc-app_card_3nt {
  padding: 20px;
  border-radius: 8px;
  gap: 1rem;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.xtc-app_card_ios_3nt {
  background: linear-gradient(135deg,rgba(232, 25, 122, 0.18) 0%,#131525 100%);
}.xtc-app_card_android_3nt {
  background: linear-gradient(135deg,rgba(30, 201, 122, 0.15) 0%,#131525 100%);
}.xtc-app_card_win_3nt {
  background: linear-gradient(135deg,rgba(232, 160, 32, 0.15) 0%,#131525 100%);
}.xtc-app_card_ic_3nt svg {
  width: 2.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 2.125rem;
}.xtc-app_card_ic_3nt {
  flex-shrink: 0;
  color: #F0EEFF;
}.xtc-app_card_os_3nt {
  text-transform: uppercase;
  font-weight: 700;
  color: #807BB0;
  margin-bottom: 6px;
  letter-spacing: .08em;
  font-size: 10px;
}.xtc-app_card_title_3nt {
  font-size: 0.938rem;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  line-height: 1.2;
  color: #F0EEFF;
}.xtc-app_card_text_3nt {
  line-height: 1.5;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-size: 12px;
  color: #807BB0;
}.xtc-app_card_btn_3nt {
  transition: background .2s;
  padding: 10px 18px;
  gap: 7px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(232, 25, 122, 0.55);
  border-radius: 4px;
  color: #F0EEFF;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}.xtc-app_card_btn_3nt:hover {
  background: rgba(255, 255, 255, 0.07);
}.xtc-prov_3nt {
  padding: 36px 1rem 0;
  background: #0C0D1C;
}
@media(min-width:768px) {.xtc-prov_3nt {
  padding: 2.75rem 1.5rem 0;
}
}.xtc-prov_in_3nt {
  margin: 0 auto;
  max-width: 1340px;
}.xtc-prov_head_3nt {
  margin-bottom: 1rem;
}.xtc-prov_label_3nt {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #E8197A;
}.xtc-prov_h2_3nt {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.5rem;
  font-family: 'Teko', sans-serif;
  color: #F0EEFF;
  font-size: 1.25rem;
}
@media(min-width: 771px) {.xtc-prov_h2_3nt {
  font-size: 24px;
}
}.xtc-prov_seo_3nt {
  color: #807BB0;
  margin-bottom: 16px;
  overflow-wrap: break-word;
  max-width: 620px;
  line-height: 1.6;
  font-size: 13px;
}.xtc-prov_seo_3nt strong {
  font-weight: 700;
  color: #C9C4E2;
}.xtc-prov_seo_3nt a {
  color: #E8197A;
  text-decoration: underline;
}.xtc-prov_grid_3nt {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 642px) {.xtc-prov_grid_3nt {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.xtc-prov_grid_3nt {
  grid-template-columns: repeat(8,1fr);
}
}.xtc-prov_card_3nt {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0F1020;
  transition: border-color .2s,background .2s;
  padding: 0.875rem 0.625rem;
  gap: 0.438rem;
  border-radius: 0.5rem;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  display: flex;
}.xtc-prov_card_3nt:hover {
  border-color: rgba(232, 25, 122, 0.55);
  background: #131525;
}.xtc-prov_logo_3nt {
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  border-radius: 0.25rem;
  justify-content: center;
  height: 2.75rem;
  align-items: center;
  width: 2.75rem;
  display: flex;
}.xtc-prov_logo_3nt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}.xtc-prov_name_3nt {
  font-size: 0.688rem;
  text-align: center;
  overflow-wrap: break-word;
  color: #9A95BA;
  font-weight: 600;
}.xtc-reg_3nt {
  padding: 36px 1rem 0;
  background: #0C0D1C;
}
@media(min-width: 765px) {.xtc-reg_3nt {
  padding: 44px 1.5rem 0;
}
}.xtc-reg_in_3nt {
  border-radius: 12px;
  background: #131525;
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin: 0 auto;
  padding: 28px 1.5rem;
  max-width: 1340px;
}
@media(min-width: 769px) {.xtc-reg_in_3nt {
  padding: 2.5rem;
}
}.xtc-reg_top_3nt {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 859px) {.xtc-reg_top_3nt {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.xtc-reg_label_3nt {
  color: #E8197A;
  font-weight: 700;
  font-size: 0.688rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}.xtc-reg_h2_3nt {
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 22px;
  font-family: 'Teko', sans-serif;
  color: #F0EEFF;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}
@media(min-width: 769px) {.xtc-reg_h2_3nt {
  font-size: 28px;
}
}.xtc-reg_bonus_3nt {
  border: 1px solid rgba(232, 160, 32, 0.15);
  border-radius: 0.5rem;
  padding: 0.625rem 16px;
  gap: 8px;
  background: rgba(232, 160, 32, 0.15);
  align-items: center;
  margin-bottom: 1rem;
  display: inline-flex;
}.xtc-reg_bonus_amount_3nt {
  color: #E8A020;
  font-weight: 800;
  font-size: 1.25rem;
}.xtc-reg_bonus_text_3nt {
  line-height: 1.35;
  font-size: 0.813rem;
  color: #9A95BA;
}.xtc-reg_cta_btn_3nt {
  background: #1EC97A;
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 0.875rem 32px;
  font-size: 0.938rem;
  color: #0D0B1E;
  margin-bottom: 12px;
  box-shadow: 0 0 1.375rem rgba(30, 201, 122, 0.60), 0 2px 5px rgba(0, 0, 0, 0.55);
  font-weight: 700;
  display: inline-block;
}.xtc-reg_cta_btn_3nt:hover {
  background: #22E088;
}.xtc-reg_terms_3nt {
  color: #8A85AA;
  font-size: 11px;
  line-height: 1.5;
}.xtc-reg_seo_3nt {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.813rem;
  line-height: 1.65;
  overflow-wrap: break-word;
  margin-top: 20px;
  padding-top: 1.25rem;
  color: #807BB0;
}.xtc-reg_seo_3nt p {
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 10px;
  color: #807BB0;
}.xtc-reg_seo_3nt p:last-child {
  margin-bottom: 0;
}.xtc-reg_seo_3nt strong {
  font-weight: 700;
  color: #C9C4E2;
}.xtc-reg_seo_3nt a {
  transition: color .2s;
  text-decoration: underline;
  color: #E8197A;
}.xtc-reg_seo_3nt a:hover {
  color: #FF2D8F;
}.xtc-reg_seo_3nt ul,.xtc-reg_seo_3nt ol {
  list-style: disc;
  margin: 0 0 0.625rem;
  padding-left: 1.125rem;
}.xtc-reg_seo_3nt ol {
  list-style: decimal;
}.xtc-reg_seo_3nt li {
  line-height: 1.65;
  color: #807BB0;
  font-size: 13px;
  margin-bottom: 0.25rem;
}.xtc-reg_seo_3nt table {
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 0.625rem;
  width: 100%;
  font-size: 0.813rem;
}
@media(min-width: 769px) {.xtc-reg_seo_3nt table {
  display: table;
}
}.xtc-reg_seo_3nt th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #C9C4E2;
}.xtc-reg_seo_3nt td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #807BB0;
}.xtc-reg_steps_3nt {
  gap: 0.875rem;
  flex-direction: column;
  margin-top: 1.75rem;
  display: flex;
}
@media(min-width:860px) {.xtc-reg_steps_3nt {
  margin-top: 0;
}
}.xtc-reg_step_3nt {
  gap: 14px;
  border-radius: 0.5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.xtc-reg_step_num_3nt {
  border: 1px solid rgba(232, 25, 122, 0.07);
  border-radius: 50%;
  background: rgba(232, 25, 122, 0.18);
  font-size: 0.875rem;
  color: #E8197A;
  display: flex;
  flex-shrink: 0;
  height: 2.125rem;
  width: 34px;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}.xtc-reg_step_title_3nt {
  font-weight: 700;
  color: #F0EEFF;
  font-size: 0.875rem;
  margin-bottom: 3px;
}.xtc-reg_step_text_3nt {
  font-size: 0.75rem;
  color: #807BB0;
  line-height: 1.5;
}.xtc-reg_trust_3nt {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  padding-top: 20px;
  flex-wrap: wrap;
  display: flex;
  margin-top: 1.25rem;
}.xtc-reg_trust_item_3nt {
  gap: 0.438rem;
  font-size: 0.75rem;
  display: flex;
  overflow-wrap: break-word;
  align-items: center;
  color: #807BB0;
}.xtc-reg_trust_ic_3nt svg {
  color: #E8197A;
  height: 16px;
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.xtc-bon_3nt {
  background: #0C0D1C;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.xtc-bon_3nt {
  padding: 44px 24px 0;
}
}.xtc-bon_in_3nt {
  margin: 0 auto;
  max-width: 83.75rem;
}.xtc-bon_head_3nt {
  margin-bottom: 20px;
}.xtc-bon_label_3nt {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  color: #E8197A;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.xtc-bon_h2_3nt {
  font-size: 20px;
  font-family: 'Teko', sans-serif;
  color: #F0EEFF;
  margin-bottom: 0.5rem;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 766px) {.xtc-bon_h2_3nt {
  font-size: 1.5rem;
}
}.xtc-bon_seo_3nt {
  color: #807BB0;
  line-height: 1.6;
  max-width: 620px;
  overflow-wrap: break-word;
  font-size: 13px;
}.xtc-bon_seo_3nt strong {
  font-weight: 700;
  color: #C9C4E2;
}.xtc-bon_seo_3nt a {
  text-decoration: underline;
  color: #E8197A;
}.xtc-bon_grid_3nt {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 642px) {.xtc-bon_grid_3nt {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.xtc-bon_grid_3nt {
  grid-template-columns: repeat(5,1fr);
}
}.xtc-bon_card_3nt {
  transition: border-color .2s,transform .2s;
  border-radius: 0.5rem;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0F1020;
}.xtc-bon_card_3nt:hover {
  transform: translateY(-2px);
  border-color: rgba(232, 25, 122, 0.07);
}.xtc-bon_card_ic_3nt svg {
  stroke-linejoin: round;
  width: 26px;
  height: 26px;
  stroke-linecap: round;
}.xtc-bon_card_ic_3nt {
  margin-bottom: 10px;
}.xtc-bon_card_type_3nt {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #807BB0;
  font-size: 0.625rem;
  letter-spacing: .06em;
}.xtc-bon_card_amount_3nt {
  line-height: 1.1;
  font-weight: 800;
  font-size: 1.125rem;
  margin-bottom: 6px;
  color: #E8A020;
}.xtc-bon_card_name_3nt {
  color: #F0EEFF;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
}.xtc-bon_card_detail_3nt {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #8A85AA;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  line-height: 1.5;
  padding-top: 8px;
}.xtc-seo_3nt {
  background: #0C0D1C;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.xtc-seo_3nt {
  padding: 44px 1.5rem 0;
}
}.xtc-seo_in_3nt {
  background: #131525;
  margin: 0 auto;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.75rem 1.5rem;
  max-width: 83.75rem;
}
@media(min-width:768px) {.xtc-seo_in_3nt {
  padding: 36px 40px;
}
}.xtc-seo_label_3nt {
  letter-spacing: .08em;
  color: #E8197A;
  font-size: 0.688rem;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-weight: 700;
}.xtc-seo_h2_3nt {
  color: #F0EEFF;
  font-weight: 800;
  font-family: 'Teko', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  line-height: 1.25;
  font-size: 1.25rem;
}
@media(min-width: 771px) {.xtc-seo_h2_3nt {
  font-size: 1.5rem;
}
}.xtc-seo_body_3nt {
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  color: #9A95BA;
}.xtc-seo_body_3nt p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 12px;
  color: #9A95BA;
}.xtc-seo_body_3nt p:last-child {
  margin-bottom: 0;
}.xtc-seo_body_3nt strong {
  font-weight: 700;
  color: #C9C4E2;
}.xtc-seo_body_3nt a {
  transition: color .2s;
  color: #E8197A;
  text-decoration: underline;
}.xtc-seo_body_3nt a:hover {
  color: #FF2D8F;
}.xtc-seo_body_3nt ul,.xtc-seo_body_3nt ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.xtc-seo_body_3nt ol {
  list-style: decimal;
}.xtc-seo_body_3nt li {
  line-height: 1.75;
  margin-bottom: 6px;
  font-size: 14px;
  color: #9A95BA;
}.xtc-seo_body_3nt table {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.813rem;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 767px) {.xtc-seo_body_3nt table {
  display: table;
}
}.xtc-seo_body_3nt th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #C9C4E2;
  text-align: left;
}.xtc-seo_body_3nt td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #9A95BA;
}.xtc-seo_cols_3nt {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 637px) {.xtc-seo_cols_3nt {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.xtc-seo_cols_3nt {
  grid-template-columns: repeat(3,1fr);
}
}.xtc-seo_col_h_3nt {
  font-size: 0.813rem;
  color: #C9C4E2;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 7px;
}.xtc-seo_col_p_3nt {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #807BB0;
  line-height: 1.65;
}.xtc-seo_stats_3nt {
  gap: 1rem;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.xtc-seo_stat_3nt {
  border: 1px solid rgba(232, 25, 122, 0.18);
  border-radius: 8px;
  flex: 1;
  padding: 0.875rem 16px;
  background: rgba(232, 25, 122, 0.07);
  min-width: 140px;
}.xtc-seo_stat_val_3nt {
  font-weight: 800;
  font-size: 20px;
  color: #E8197A;
  overflow-wrap: break-word;
  margin-bottom: 4px;
}.xtc-seo_stat_lb_3nt {
  overflow-wrap: break-word;
  color: #807BB0;
  font-size: 11px;
}.xtc-pmt_3nt {
  background: #0C0D1C;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.xtc-pmt_3nt {
  padding: 2.75rem 1.5rem 0;
}
}.xtc-pmt_in_3nt {
  margin: 0 auto;
  max-width: 83.75rem;
}.xtc-pmt_head_3nt {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.xtc-pmt_label_3nt {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  color: #E8197A;
  font-weight: 700;
}.xtc-pmt_h2_3nt {
  overflow-wrap: break-word;
  color: #F0EEFF;
  font-size: 1.375rem;
  font-weight: 800;
  margin-bottom: 8px;
  font-family: 'Teko', sans-serif;
}
@media(min-width: 770px) {.xtc-pmt_h2_3nt {
  font-size: 1.75rem;
}
}.xtc-pmt_intro_3nt {
  font-size: 14px;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #807BB0;
}.xtc-pmt_groups_3nt {
  gap: 1.25rem;
  display: flex;
  flex-direction: column;
}.xtc-pmt_group_3nt {
  background: #131525;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.5rem;
  padding: 20px;
}.xtc-pmt_group_head_3nt {
  gap: 0.75rem;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}.xtc-pmt_group_ic_3nt {
  background: rgba(232, 25, 122, 0.18);
  border-radius: 0.25rem;
  width: 2.25rem;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
  color: #E8197A;
  height: 36px;
  display: flex;
}.xtc-pmt_group_ic_3nt svg {
  height: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 18px;
}.xtc-pmt_group_h_3nt {
  margin: 0;
  font-weight: 700;
  color: #F0EEFF;
  font-size: 1rem;
  font-family: 'Teko', sans-serif;
  overflow-wrap: break-word;
}.xtc-pmt_group_p_3nt {
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
  color: #807BB0;
  font-size: 0.813rem;
  line-height: 1.6;
}.xtc-pmt_group_p_3nt strong {
  color: #C9C4E2;
  font-weight: 600;
}.xtc-pmt_table_wrap_3nt {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.xtc-pmt_table_3nt {
  width: 100%;
  border-collapse: collapse;
  min-width: 33.75rem;
  font-size: 0.813rem;
}.xtc-pmt_table_3nt th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 12px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 0.688rem;
  color: #C9C4E2;
  font-weight: 700;
  white-space: nowrap;
}.xtc-pmt_table_3nt td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  color: #807BB0;
}.xtc-pmt_table_3nt tbody tr:last-child td {
  border-bottom: none;
}.xtc-pmt_table_3nt tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C9C4E2;
}.xtc-seo_3nt {
  background: #0C0D1C;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.xtc-seo_3nt {
  padding: 2.75rem 24px 0;
}
}.xtc-seo_in_3nt {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #131525;
  padding: 1.75rem 24px;
  border-radius: 12px;
  margin: 0 auto;
  max-width: 83.75rem;
}
@media(min-width: 770px) {.xtc-seo_in_3nt {
  padding: 36px 40px;
}
}.xtc-seo_label_3nt {
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #E8197A;
  text-transform: uppercase;
  letter-spacing: .08em;
}.xtc-seo_h2_3nt {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-family: 'Teko', sans-serif;
  font-weight: 800;
  color: #F0EEFF;
  line-height: 1.25;
  margin-bottom: 0.875rem;
}
@media(min-width: 765px) {.xtc-seo_h2_3nt {
  font-size: 24px;
}
}.xtc-seo_body_3nt {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #9A95BA;
  line-height: 1.75;
}.xtc-seo_body_3nt p {
  line-height: 1.75;
  color: #9A95BA;
  margin-bottom: 12px;
  font-size: 0.875rem;
}.xtc-seo_body_3nt p:last-child {
  margin-bottom: 0;
}.xtc-seo_body_3nt strong {
  color: #C9C4E2;
  font-weight: 700;
}.xtc-seo_body_3nt a {
  transition: color .2s;
  text-decoration: underline;
  color: #E8197A;
}.xtc-seo_body_3nt a:hover {
  color: #FF2D8F;
}.xtc-seo_body_3nt ul,.xtc-seo_body_3nt ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.xtc-seo_body_3nt ol {
  list-style: decimal;
}.xtc-seo_body_3nt li {
  color: #9A95BA;
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 6px;
}.xtc-seo_body_3nt table {
  font-size: 13px;
  display: block;
  margin-bottom: 12px;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 767px) {.xtc-seo_body_3nt table {
  display: table;
}
}.xtc-seo_body_3nt th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #C9C4E2;
  font-weight: 700;
}.xtc-seo_body_3nt td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 0.75rem;
  color: #9A95BA;
}.xtc-seo_cols_3nt {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 642px) {.xtc-seo_cols_3nt {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.xtc-seo_cols_3nt {
  grid-template-columns: repeat(3,1fr);
}
}.xtc-seo_col_h_3nt {
  margin-bottom: 0.438rem;
  color: #C9C4E2;
  overflow-wrap: break-word;
  font-size: 13px;
  font-weight: 700;
}.xtc-seo_col_p_3nt {
  color: #807BB0;
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.65;
}.xtc-seo_stats_3nt {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.xtc-seo_stat_3nt {
  padding: 14px 16px;
  border-radius: 0.5rem;
  border: 1px solid rgba(232, 25, 122, 0.18);
  background: rgba(232, 25, 122, 0.07);
  flex: 1;
  min-width: 140px;
}.xtc-seo_stat_val_3nt {
  overflow-wrap: break-word;
  color: #E8197A;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 0.25rem;
}.xtc-seo_stat_lb_3nt {
  font-size: 0.688rem;
  color: #807BB0;
  overflow-wrap: break-word;
}.xtc-faq_3nt {
  padding: 2.25rem 1rem 0;
  background: #0C0D1C;
}
@media(min-width: 769px) {.xtc-faq_3nt {
  padding: 2.75rem 24px 0;
}
}.xtc-faq_in_3nt {
  margin: 0 auto;
  max-width: 83.75rem;
}.xtc-faq_head_3nt {
  margin-bottom: 20px;
}.xtc-faq_label_3nt {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: .08em;
  font-weight: 700;
  color: #E8197A;
}.xtc-faq_h2_3nt {
  color: #F0EEFF;
  overflow-wrap: break-word;
  font-family: 'Teko', sans-serif;
  font-size: 20px;
  font-weight: 800;
}
@media(min-width:768px) {.xtc-faq_h2_3nt {
  font-size: 24px;
}
}.xtc-faq_list_3nt {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.xtc-faq_item_3nt {
  background: #131525;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
}.xtc-faq_q_3nt {
  gap: 0.75rem;
  padding: 1rem 20px;
  transition: color .2s;
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  color: #C9C4E2;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  cursor: pointer;
  overflow-wrap: break-word;
}.xtc-faq_q_3nt:hover {
  color: #F0EEFF;
}.xtc-faq_q_ic_3nt {
  background: rgba(255, 255, 255, 0.05);
  transition: transform .25s;
  border-radius: 50%;
  font-size: 16px;
  align-items: center;
  flex-shrink: 0;
  width: 24px;
  color: #E8197A;
  height: 24px;
  justify-content: center;
  display: flex;
}.xtc-faq_item_3nt.xtc-state_open_3nt .xtc-faq_q_ic_3nt {
  transform: rotate(45deg);
}.xtc-faq_a_3nt {
  padding: 0 20px 16px;
  line-height: 1.7;
  color: #807BB0;
  display: none;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.xtc-faq_item_3nt.xtc-state_open_3nt .xtc-faq_a_3nt {
  display: block;
}.xtc-faq_a_3nt strong {
  font-weight: 700;
  color: #C9C4E2;
}.xtc-faq_a_3nt a {
  color: #E8197A;
  text-decoration: underline;
}.xtc-faq_a_3nt ul,.xtc-faq_a_3nt ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 20px;
}.xtc-faq_a_3nt ol {
  list-style: decimal;
}.xtc-faq_a_3nt li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.xtc-faq_a_3nt table {
  margin: 8px 0;
  font-size: 12px;
  overflow-x: auto;
  border-collapse: collapse;
  width: 100%;
  display: block;
}
@media(min-width:768px) {.xtc-faq_a_3nt table {
  display: table;
}
}.xtc-faq_a_3nt th {
  padding: 0.375rem 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C9C4E2;
}.xtc-faq_a_3nt td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 0.5rem;
  color: #807BB0;
}.xtc-seo_3nt {
  background: #0C0D1C;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.xtc-seo_3nt {
  padding: 44px 1.5rem 0;
}
}.xtc-seo_in_3nt {
  border: 1px solid rgba(255, 255, 255, 0.09);
  margin: 0 auto;
  padding: 1.75rem 24px;
  border-radius: 12px;
  background: #131525;
  max-width: 83.75rem;
}
@media(min-width: 767px) {.xtc-seo_in_3nt {
  padding: 2.25rem 2.5rem;
}
}.xtc-seo_label_3nt {
  text-transform: uppercase;
  font-weight: 700;
  color: #E8197A;
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 10px;
}.xtc-seo_h2_3nt {
  line-height: 1.25;
  color: #F0EEFF;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Teko', sans-serif;
  margin-bottom: 14px;
  font-size: 1.25rem;
}
@media(min-width: 766px) {.xtc-seo_h2_3nt {
  font-size: 1.5rem;
}
}.xtc-seo_body_3nt {
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #9A95BA;
}.xtc-seo_body_3nt p {
  margin-bottom: 0.75rem;
  color: #9A95BA;
  font-size: 0.875rem;
  line-height: 1.75;
}.xtc-seo_body_3nt p:last-child {
  margin-bottom: 0;
}.xtc-seo_body_3nt strong {
  color: #C9C4E2;
  font-weight: 700;
}.xtc-seo_body_3nt a {
  transition: color .2s;
  text-decoration: underline;
  color: #E8197A;
}.xtc-seo_body_3nt a:hover {
  color: #FF2D8F;
}.xtc-seo_body_3nt ul,.xtc-seo_body_3nt ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.xtc-seo_body_3nt ol {
  list-style: decimal;
}.xtc-seo_body_3nt li {
  font-size: 0.875rem;
  color: #9A95BA;
  margin-bottom: 0.375rem;
  line-height: 1.75;
}.xtc-seo_body_3nt table {
  overflow-x: auto;
  margin-bottom: 0.75rem;
  display: block;
  font-size: 13px;
  border-collapse: collapse;
  width: 100%;
}
@media(min-width: 769px) {.xtc-seo_body_3nt table {
  display: table;
}
}.xtc-seo_body_3nt th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #C9C4E2;
  text-align: left;
}.xtc-seo_body_3nt td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #9A95BA;
}.xtc-seo_cols_3nt {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 643px) {.xtc-seo_cols_3nt {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.xtc-seo_cols_3nt {
  grid-template-columns: repeat(3,1fr);
}
}.xtc-seo_col_h_3nt {
  color: #C9C4E2;
  font-weight: 700;
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
}.xtc-seo_col_p_3nt {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #807BB0;
}.xtc-seo_stats_3nt {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.xtc-seo_stat_3nt {
  border: 1px solid rgba(232, 25, 122, 0.18);
  background: rgba(232, 25, 122, 0.07);
  padding: 0.875rem 1rem;
  flex: 1;
  border-radius: 0.5rem;
  min-width: 140px;
}.xtc-seo_stat_val_3nt {
  font-size: 20px;
  color: #E8197A;
  font-weight: 800;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
}.xtc-seo_stat_lb_3nt {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #807BB0;
}.xtc-ft_3nt {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #07080E;
  margin-top: 48px;
}.xtc-ft_support_3nt {
  padding: 1.5rem 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.xtc-ft_support_3nt {
  padding: 28px 1.5rem;
}
}.xtc-ft_support_in_3nt {
  margin: 0 auto;
  gap: 16px;
  align-items: center;
  max-width: 83.75rem;
  flex-wrap: wrap;
  display: flex;
}.xtc-ft_support_main_3nt {
  flex: 1;
  gap: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-width: 220px;
}.xtc-ft_support_ic_3nt {
  flex-shrink: 0;
  color: #E8197A;
}.xtc-ft_support_ic_3nt svg {
  height: 30px;
  width: 1.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
}.xtc-ft_support_text_title_3nt {
  margin-bottom: 3px;
  font-size: 0.938rem;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F0EEFF;
}.xtc-ft_support_text_sub_3nt {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #807BB0;
}.xtc-ft_support_btn_3nt {
  background: #E8197A;
  border-radius: 0.5rem;
  transition: background .2s;
  padding: 11px 22px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  color: #F0EEFF;
  flex-shrink: 0;
}.xtc-ft_support_btn_3nt:hover {
  background: #FF2D8F;
}.xtc-ft_support_contacts_3nt {
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
  margin-left: auto;
}.xtc-ft_support_contact_3nt {
  line-height: 1.4;
  color: #8A85AA;
  font-size: 0.75rem;
}.xtc-ft_support_contact_3nt strong {
  font-weight: 600;
  font-size: 11px;
  margin-bottom: 2px;
  color: #9A95BA;
  display: block;
}.xtc-ft_main_3nt {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 16px 1.5rem;
}
@media(min-width: 766px) {.xtc-ft_main_3nt {
  padding: 40px 24px 32px;
}
}.xtc-ft_main_in_3nt {
  gap: 1.5rem;
  margin: 0 auto;
  display: grid;
  max-width: 83.75rem;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 637px) {.xtc-ft_main_in_3nt {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.xtc-ft_main_in_3nt {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.xtc-ft_col_logo_3nt {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.xtc-ft_col_logo_3nt {
  grid-column: auto;
}
}.xtc-ft_logo_3nt {
  gap: 9px;
  margin-bottom: 12px;
  color: #F0EEFF;
  align-items: center;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1rem;
  flex-wrap: wrap;
  display: flex;
}.xtc-ft_logo_mark_3nt {
  overflow: hidden;
  border-radius: 0.25rem;
  height: 1.875rem;
  width: 1.875rem;
}.xtc-ft_logo_mark_3nt img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.xtc-ft_logo_sub_3nt {
  font-size: 0.75rem;
  max-width: 200px;
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #8A85AA;
}.xtc-ft_col_title_3nt {
  letter-spacing: .07em;
  font-weight: 700;
  color: #9A95BA;
  margin-bottom: 0.875rem;
  font-size: 0.75rem;
  text-transform: uppercase;
}.xtc-ft_col_links_3nt {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.xtc-ft_col_link_3nt {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #8A85AA;
}.xtc-ft_col_link_3nt:hover {
  color: #C9C4E2;
}.xtc-ft_apps_3nt {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.xtc-ft_app_card_3nt {
  gap: 10px;
  padding: 10px 12px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
}.xtc-ft_app_card_3nt:hover {
  border-color: rgba(232, 25, 122, 0.55);
}.xtc-ft_app_card_ic_3nt svg {
  height: 1.375rem;
  stroke-linecap: round;
  width: 22px;
  stroke-linejoin: round;
}.xtc-ft_app_card_os_3nt {
  font-weight: 600;
  color: #8A85AA;
  font-size: 10px;
}.xtc-ft_app_card_action_3nt {
  font-weight: 700;
  font-size: 12px;
  color: #C9C4E2;
}.xtc-ft_bot_3nt {
  padding: 1.25rem 16px;
}
@media(min-width: 769px) {.xtc-ft_bot_3nt {
  padding: 1.25rem 1.5rem;
}
}.xtc-ft_bot_in_3nt {
  margin: 0 auto;
  gap: 16px;
  max-width: 83.75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.xtc-ft_socials_3nt {
  gap: 0.5rem;
  display: flex;
}.xtc-ft_soc_3nt {
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  width: 36px;
  height: 36px;
  align-items: center;
  color: #9A95BA;
}.xtc-ft_soc_3nt svg {
  height: 16px;
  stroke-linecap: round;
  width: 16px;
  stroke-linejoin: round;
}.xtc-ft_soc_3nt:hover {
  background: rgba(255, 255, 255, 0.07);
}.xtc-ft_legal_3nt {
  flex: 1;
  font-size: 11px;
  color: #7A759F;
  min-width: 200px;
  line-height: 1.6;
  overflow-wrap: break-word;
}.xtc-ft_legal_3nt strong {
  font-weight: 700;
  color: #9A95BA;
}.xtc-ft_legal_3nt a {
  text-decoration: underline;
  color: #9A95BA;
}.xtc-ft_age_3nt {
  border: 2px solid #7A759F;
  border-radius: 50%;
  display: flex;
  color: #7A759F;
  font-weight: 800;
  width: 32px;
  margin-left: auto;
  justify-content: center;
  height: 32px;
  font-size: 11px;
  flex-shrink: 0;
  align-items: center;
}