*,*::before,*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}body {
  background: #080D14;
  -webkit-font-smoothing: antialiased;
  color: #B2C8D4;
  font-family: 'DM Sans', sans-serif;
  min-height: 100vh;
  line-height: 1.6;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  color: inherit;
  text-decoration: none;
}button {
  background: none;
  border: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.xra-layout-xvq {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.xra-page-xvq {
  display: flex;
  min-height: 100vh;
}.xra-main-xvq {
  flex: 1;
  padding-top: 56px;
  min-width: 0;
}
@media(min-width: 1082px) {.xra-main-xvq {
  padding-left: 13.75rem;
}
}
@media(max-width: 1077px) {.xra-main-xvq {
  padding-bottom: 4.5rem;
}
}.xra-gc-xvq {
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #0B1019;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  cursor: pointer;
  position: relative;
  width: 8.75rem;
  flex-shrink: 0;
}
@media(min-width: 641px) {.xra-gc-xvq {
  width: 9.75rem;
}
}
@media(min-width: 1081px) {.xra-gc-xvq {
  width: 10.5rem;
}
}.xra-gc-xvq:hover {
  border-color: rgba(0, 200, 232, 0.06);
  transform: translateY(-3px);
}.xra-gc_img-xvq {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.xra-gc_img-xvq img {
  inset: 0;
  height: 100%;
  position: absolute;
  object-fit: cover;
  width: 100%;
}.xra-gc_hover-xvq {
  background: rgba(4, 8, 16, 0.72);
  transition: opacity .2s;
  inset: 0;
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  opacity: 0;
}.xra-gc-xvq:hover .xra-gc_hover-xvq {
  opacity: 1;
}.xra-gc_hover_btn-xvq {
  padding: 8px 16px;
  border-radius: 4px;
  background: #00C8E8;
  font-size: 12px;
  color: #E6F3F8;
  font-weight: 700;
}.xra-gc_info-xvq {
  padding: 0.5rem 0.625rem 0.625rem;
}.xra-gc_name-xvq {
  overflow: hidden;
  color: #B2C8D4;
  font-size: 12px;
  margin-bottom: 3px;
  white-space: nowrap;
  font-weight: 600;
  text-overflow: ellipsis;
  max-width: 100%;
}.xra-gc_prov-xvq {
  font-size: 10px;
  color: #3F5260;
}.xra-gc_tag-xvq {
  padding: 2px 7px;
  border-radius: 0.25rem;
  z-index: 2;
  text-transform: uppercase;
  top: 0.375rem;
  letter-spacing: .04em;
  font-size: 0.563rem;
  position: absolute;
  left: 0.375rem;
  font-weight: 700;
}.xra-gc_tag_hot-xvq {
  background: #E84040;
  color: #fff;
}.xra-gc_tag_new-xvq {
  background: #21C97C;
  color: #080D14;
}.xra-gc_tag_jp-xvq {
  background: #D4A040;
  color: #080D14;
}.xra-gc_tag_ex-xvq {
  background: #B8935A;
  color: #fff;
}.xra-gc_tag_live-xvq {
  background: #E84040;
  color: #fff;
}.xra-gr-xvq {
  background: #080D14;
  padding: 2rem 1rem 0;
}
@media(min-width:768px) {.xra-gr-xvq {
  padding: 36px 24px 0;
}
}.xra-gr_in-xvq {
  margin: 0 auto;
  max-width: 1340px;
}.xra-gr_head-xvq {
  gap: 0.75rem;
  margin-bottom: 10px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.xra-gr_head_l-xvq {
  gap: 0.625rem;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}.xra-gr_ic-xvq {
  border-radius: 8px;
  height: 2rem;
  display: flex;
  width: 32px;
  justify-content: center;
  flex-shrink: 0;
  align-items: center;
}.xra-gr_ic-xvq svg {
  stroke-linejoin: round;
  width: 1rem;
  stroke-linecap: round;
  height: 16px;
}.xra-gr_title-xvq {
  color: #E6F3F8;
  font-weight: 700;
  overflow-wrap: break-word;
  font-size: 16px;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width: 770px) {.xra-gr_title-xvq {
  font-size: 18px;
}
}.xra-gr_more-xvq {
  gap: 0.313rem;
  transition: color .2s;
  display: flex;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
  color: #516470;
}.xra-gr_more-xvq:hover {
  color: #00C8E8;
}.xra-gr_more-xvq svg {
  height: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.75rem;
}.xra-gr_arrows-xvq {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.xra-gr_arr-xvq {
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 4px;
  color: #7A9BAA;
  height: 1.875rem;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 1.875rem;
}.xra-gr_arr-xvq:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #E6F3F8;
}.xra-gr_arr-xvq svg {
  stroke-linecap: round;
  height: 13px;
  width: 13px;
  stroke-linejoin: round;
}.xra-gr_seo_h-xvq {
  margin: 0 0 6px;
  overflow-wrap: break-word;
  font-weight: 700;
  font-family: 'Rajdhani', sans-serif;
  font-size: 13px;
  color: #B2C8D4;
  max-width: 42.5rem;
}
@media(min-width: 767px) {.xra-gr_seo_h-xvq {
  font-size: 14px;
}
}.xra-gr_seo-xvq {
  color: #516470;
  font-size: 12px;
  line-height: 1.55;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
  max-width: 680px;
}.xra-gr_seo-xvq strong {
  color: #B2C8D4;
  font-weight: 600;
}.xra-gr_scroll-xvq {
  gap: 10px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  display: flex;
  padding-bottom: 10px;
  overflow-x: auto;
}.xra-gr_scroll-xvq::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.xra-gr_scroll-xvq {
  gap: 0.75rem;
}
}.xra-tb-xvq {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #080D14;
  left: 0;
  height: 3.5rem;
  right: 0;
  display: flex;
  position: fixed;
  align-items: center;
  top: 0;
  z-index: 80;
}.xra-tb_in-xvq {
  padding: 0 14px;
  gap: 0;
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
}.xra-tb_burger-xvq {
  gap: 0.313rem;
  border-radius: 0.5rem;
  align-items: center;
  flex-shrink: 0;
  margin-right: 8px;
  flex-direction: column;
  display: flex;
  width: 2.375rem;
  justify-content: center;
  height: 38px;
}.xra-tb_burger-xvq:hover {
  background: rgba(255, 255, 255, 0.05);
}.xra-tb_burger_line-xvq {
  background: #7A9BAA;
  border-radius: 1px;
  width: 1.125rem;
  height: 2px;
  display: block;
}
@media(min-width: 1081px) {.xra-tb_burger-xvq {
  display: none;
}
}.xra-tb_logo-xvq {
  gap: 0.563rem;
  letter-spacing: -.01em;
  display: flex;
  font-weight: 800;
  margin-right: 1.25rem;
  color: #E6F3F8;
  overflow-wrap: break-word;
  flex-shrink: 0;
  font-size: 1.125rem;
  align-items: center;
}.xra-tb_logo_mark-xvq {
  border-radius: 8px;
  overflow: hidden;
  justify-content: center;
  width: 2rem;
  align-items: center;
  height: 32px;
  display: flex;
}.xra-tb_logo_mark-xvq img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.xra-tb_nav-xvq {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 639px) {.xra-tb_nav-xvq {
  display: flex;
}
}.xra-tb_tab-xvq {
  border-radius: 0.5rem;
  transition: background .15s,color .15s;
  padding: 0.5rem 0.875rem;
  font-size: 0.813rem;
  font-weight: 600;
  color: #7A9BAA;
  white-space: nowrap;
}.xra-tb_tab-xvq:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #E6F3F8;
}.xra-tb_tab-xvq.xra-state_active-xvq {
  background: rgba(0, 200, 232, 0.14);
  color: #E6F3F8;
}.xra-tb_right-xvq {
  gap: 8px;
  margin-left: auto;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.xra-tb_login-xvq {
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 0.563rem 1rem;
  font-weight: 600;
  color: #B2C8D4;
  display: none;
  font-size: 13px;
}.xra-tb_login-xvq:hover {
  border-color: rgba(0, 200, 232, 0.40);
  color: #E6F3F8;
}
@media(min-width: 481px) {.xra-tb_login-xvq {
  display: block;
}
}.xra-tb_reg-xvq {
  padding: 0.563rem 18px;
  transition: background .2s;
  background: #21C97C;
  border-radius: 0.5rem;
  color: #060D12;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
}.xra-tb_reg-xvq:hover {
  background: #2EDF8E;
}.xra-sb-xvq {
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #0E1520;
  transform: translateX(-100%);
  width: 220px;
  bottom: 0;
  top: 56px;
  z-index: 70;
  overflow-y: auto;
  position: fixed;
  left: 0;
}.xra-sb-xvq.xra-state_open-xvq {
  transform: translateX(0);
}.xra-sb-xvq::-webkit-scrollbar {
  width: 4px;
}.xra-sb-xvq::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1078px) {.xra-sb-xvq {
  transform: translateX(0);
}
}.xra-sb_auth-xvq {
  padding: 14px 12px 0.625rem;
}.xra-sb_btn_reg-xvq {
  transition: background .2s;
  border-radius: 8px;
  background: #21C97C;
  padding: 0.688rem;
  text-align: center;
  font-weight: 700;
  color: #060D12;
  margin-bottom: 0.5rem;
  font-size: 0.813rem;
  display: block;
}.xra-sb_btn_reg-xvq:hover {
  background: #2EDF8E;
}.xra-sb_btn_login-xvq {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px;
  border-radius: 0.5rem;
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #B2C8D4;
}.xra-sb_btn_login-xvq:hover {
  border-color: rgba(0, 200, 232, 0.40);
  color: #E6F3F8;
}.xra-sb_promo-xvq {
  padding: 12px 0.875rem;
  background: linear-gradient(135deg,#061624,#0E1520);
  margin: 0 12px 10px;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid rgba(0, 200, 232, 0.14);
  position: relative;
}.xra-sb_promo-xvq::before {
  background: radial-gradient(circle,rgba(0, 200, 232, 0.14),transparent 70%);
  border-radius: 50%;
  content: '';
  top: -20px;
  width: 80px;
  right: -20px;
  height: 5rem;
  position: absolute;
}.xra-sb_promo_title-xvq {
  margin-bottom: 4px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #00C8E8;
}.xra-sb_promo_text-xvq {
  line-height: 1.35;
  color: #E6F3F8;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  font-weight: 600;
}.xra-sb_promo_sub-xvq {
  color: #516470;
  margin-top: 3px;
  font-size: 0.625rem;
}.xra-sb_nav-xvq {
  padding: 0.375rem 8px 16px;
}.xra-sb_nav_lb-xvq {
  padding: 10px 8px 0.375rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #3F5260;
  font-size: 10px;
}.xra-sb_link-xvq {
  transition: background .15s,color .15s;
  padding: 9px 0.625rem;
  gap: 0.625rem;
  border-radius: 0.25rem;
  align-items: center;
  font-weight: 500;
  overflow-wrap: break-word;
  cursor: pointer;
  color: #7A9BAA;
  display: flex;
  font-size: 13px;
}.xra-sb_link-xvq:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #E6F3F8;
}.xra-sb_link-xvq.xra-state_active-xvq {
  background: rgba(0, 200, 232, 0.14);
  color: #E6F3F8;
}.xra-sb_ic-xvq {
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  display: flex;
  width: 1.875rem;
  height: 1.875rem;
}.xra-sb_ic-xvq svg {
  stroke-linecap: round;
  height: 16px;
  width: 16px;
  stroke-linejoin: round;
}.xra-sb_ic_1-xvq {
  background: rgba(0, 200, 232, 0.06);
  color: #00C8E8;
}.xra-sb_ic_2-xvq {
  background: rgba(33, 201, 124, 0.14);
  color: #21C97C;
}.xra-sb_ic_3-xvq {
  background: rgba(212, 160, 64, 0.16);
  color: #D4A040;
}.xra-sb_ic_4-xvq {
  background: rgba(184, 147, 90, 0.18);
  color: #B8935A;
}.xra-sb_ic_5-xvq {
  background: rgba(0, 200, 232, 0.06);
  color: #E84FA0;
}.xra-sb_ic_6-xvq {
  background: rgba(184, 147, 90, 0.18);
  color: #9C5CE8;
}.xra-sb_badge-xvq {
  border-radius: 0.25rem;
  background: #D4A040;
  padding: 2px 7px;
  color: #060D12;
  font-weight: 700;
  margin-left: auto;
  font-size: 0.563rem;
}.xra-sb_bot-xvq {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.5rem;
  padding: 0.75rem;
  display: flex;
}.xra-sb_lang-xvq,.xra-sb_help-xvq {
  border-radius: 4px;
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.375rem;
  padding: 9px 6px;
  font-size: 0.688rem;
  display: flex;
  align-items: center;
  color: #7A9BAA;
  justify-content: center;
  font-weight: 600;
}.xra-sb_lang-xvq:hover,.xra-sb_help-xvq:hover {
  border-color: rgba(0, 200, 232, 0.40);
  color: #E6F3F8;
}.xra-sb_lang-xvq svg,.xra-sb_help-xvq svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 13px;
  height: 0.813rem;
}.xra-sb_bd-xvq {
  background: rgba(4, 8, 16, 0.72);
  inset: 0;
  position: fixed;
  display: none;
  z-index: 69;
}.xra-sb_bd-xvq.xra-state_on-xvq {
  display: block;
}
@media(min-width:1080px) {.xra-sb_bd-xvq {
  display: none!important;
}
}.xra-mob_nav-xvq {
  background: #0E1520;
  padding: 0.5rem 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  right: 0;
  z-index: 80;
  bottom: 0;
  position: fixed;
  left: 0;
  display: flex;
}
@media(min-width: 1079px) {.xra-mob_nav-xvq {
  display: none;
}
}.xra-mob_nav_item-xvq {
  flex: 1;
  gap: 4px;
  padding: 4px 2px;
  color: #3F5260;
  cursor: pointer;
  align-items: center;
  display: flex;
  flex-direction: column;
}.xra-mob_nav_ic-xvq {
  line-height: 1;
}.xra-mob_nav_ic-xvq svg {
  height: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.25rem;
}.xra-mob_nav_lb-xvq {
  font-size: 0.625rem;
  color: #3F5260;
  font-weight: 600;
}.xra-mob_nav_item-xvq.xra-state_active-xvq {
  color: #00C8E8;
}.xra-mob_nav_item-xvq.xra-state_active-xvq .xra-mob_nav_lb-xvq {
  color: #00C8E8;
}.xra-hero-xvq {
  background: #080D14;
  padding: 1.25rem 16px 0;
}
@media(min-width:768px) {.xra-hero-xvq {
  padding: 24px 24px 0;
}
}.xra-hero_in-xvq {
  margin: 0 auto;
  gap: 12px;
  display: grid;
  max-width: 1340px;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.xra-hero_in-xvq {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.xra-hero_in-xvq {
  grid-template-columns: 1fr 21.25rem;
}
}.xra-hero_promo-xvq {
  overflow: hidden;
  background: #0B1019;
  border-radius: 14px;
  min-height: 13.75rem;
  position: relative;
  display: flex;
  align-items: stretch;
}
@media(min-width: 771px) {.xra-hero_promo-xvq {
  min-height: 17.5rem;
}
}.xra-hero_promo_bg-xvq {
  background: linear-gradient(120deg,#061624 0%,#080D14 100%);
  background-position: center;
  inset: 0;
  position: absolute;
  background-size: cover;
}.xra-hero_promo_bg-xvq::after {
  inset: 0;
  background: linear-gradient(90deg,#080D14 0%,rgba(4, 8, 16, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.xra-hero_promo_glow-xvq {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(184, 147, 90, 0.18) 0%,transparent 65%);
  width: 300px;
  top: -2.5rem;
  right: 60px;
  position: absolute;
  pointer-events: none;
  height: 18.75rem;
}.xra-hero_promo_ct-xvq {
  padding: 1.75rem 24px 28px 1.75rem;
  flex-direction: column;
  max-width: 30rem;
  display: flex;
  z-index: 2;
  position: relative;
  justify-content: center;
}
@media(min-width: 770px) {.xra-hero_promo_ct-xvq {
  padding: 2.5rem 2rem;
}
}.xra-hero_badge-xvq {
  padding: 0.313rem 12px;
  border: 1px solid rgba(0, 200, 232, 0.06);
  border-radius: 20px;
  background: rgba(0, 200, 232, 0.14);
  display: inline-block;
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: .08em;
  color: #00C8E8;
  font-size: 10px;
  text-transform: uppercase;
}.xra-hero_h1-xvq {
  overflow-wrap: break-word;
  line-height: 1.15;
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: 800;
  color: #E6F3F8;
  font-family: 'Rajdhani', sans-serif;
}.xra-hero_h1-xvq em {
  font-style: normal;
  color: #D4A040;
}
@media(min-width: 769px) {.xra-hero_h1-xvq {
  font-size: 2.25rem;
}
}.xra-hero_sub-xvq {
  color: #7A9BAA;
  font-size: 0.813rem;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}
@media(min-width: 769px) {.xra-hero_sub-xvq {
  font-size: 14px;
}
}.xra-hero_row-xvq {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.xra-hero_cta-xvq {
  transition: background .2s;
  padding: 13px 1.625rem;
  background: #21C97C;
  border-radius: 8px;
  font-weight: 700;
  box-shadow: 0 0.25rem 18px rgba(33, 201, 124, 0.50), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-size: 14px;
  color: #060D12;
}.xra-hero_cta-xvq:hover {
  background: #2EDF8E;
}.xra-hero_terms-xvq {
  font-size: 0.688rem;
  color: #3F5260;
}.xra-hero_game-xvq {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.875rem;
  overflow: hidden;
  background: #0B1019;
  display: flex;
  position: relative;
  flex-direction: column;
}.xra-hero_game_badge-xvq {
  background: rgba(212, 160, 64, 0.16);
  border-radius: 1.25rem;
  border: 1px solid rgba(212, 160, 64, 0.16);
  padding: 5px 0.625rem;
  top: 12px;
  letter-spacing: .06em;
  font-size: 0.625rem;
  left: 12px;
  text-transform: uppercase;
  z-index: 3;
  position: absolute;
  color: #D4A040;
  font-weight: 700;
}.xra-hero_game_badge-xvq svg {
  width: 11px;
  vertical-align: -1px;
  height: 0.688rem;
  margin-right: 0.25rem;
}.xra-hero_game_img-xvq {
  overflow: hidden;
  background: linear-gradient(135deg,#061624,#080D14);
  padding-bottom: 60%;
  position: relative;
}.xra-hero_game_img-xvq img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
}.xra-hero_game_play-xvq {
  background: rgba(4, 8, 16, 0.72);
  inset: 0;
  transition: opacity .2s;
  opacity: 0;
  align-items: center;
  justify-content: center;
  position: absolute;
  display: flex;
}.xra-hero_game-xvq:hover .xra-hero_game_play-xvq {
  opacity: 1;
}.xra-hero_game_play-xvq span {
  background: #00C8E8;
  border-radius: 50%;
  width: 3.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 52px;
}.xra-hero_game_play-xvq span svg {
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 2px;
}.xra-hero_game_info-xvq {
  padding: 0.875rem 1rem;
}.xra-hero_game_title-xvq {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 0.938rem;
  color: #E6F3F8;
}.xra-hero_game_provider-xvq {
  font-size: 0.688rem;
  color: #516470;
}.xra-hero_game_btn-xvq {
  margin: 0.75rem 16px 16px;
  padding: 11px;
  border-radius: 0.5rem;
  transition: background .2s;
  background: #00C8E8;
  font-size: 0.813rem;
  display: block;
  color: #E6F3F8;
  text-align: center;
  font-weight: 700;
}.xra-hero_game-xvq:hover .xra-hero_game_btn-xvq {
  background: #00DEFF;
}.xra-sbar-xvq {
  padding: 16px 16px 0;
  background: #080D14;
}
@media(min-width: 766px) {.xra-sbar-xvq {
  padding: 1.125rem 24px 0;
}
}.xra-sbar_in-xvq {
  margin: 0 auto;
  max-width: 1340px;
}.xra-sbar_row-xvq {
  gap: 10px;
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 12px;
}.xra-sbar_input-xvq {
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  padding: 11px 1rem;
  border-radius: 0.5rem;
  background: #0B1019;
  flex: 1;
  gap: 10px;
  font-size: 0.813rem;
  display: flex;
  cursor: pointer;
  color: #516470;
  align-items: center;
}.xra-sbar_input-xvq:hover {
  border-color: rgba(0, 200, 232, 0.40);
}.xra-sbar_input-xvq svg {
  flex-shrink: 0;
  stroke-linecap: round;
  height: 15px;
  width: 15px;
  stroke-linejoin: round;
}.xra-sbar_providers-xvq {
  transition: border-color .2s;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 8px;
  background: #0B1019;
  padding: 11px 1.125rem;
  align-items: center;
  display: flex;
  color: #B2C8D4;
  font-size: 0.813rem;
  font-weight: 600;
  white-space: nowrap;
}.xra-sbar_providers-xvq:hover {
  border-color: rgba(0, 200, 232, 0.40);
  color: #E6F3F8;
}.xra-sbar_providers-xvq svg {
  height: 14px;
  stroke-linejoin: round;
  width: 14px;
  stroke-linecap: round;
}.xra-sbar_tabs-xvq {
  gap: 0.375rem;
  overflow-x: auto;
  display: flex;
  padding-bottom: 2px;
  scrollbar-width: none;
}.xra-sbar_tabs-xvq::-webkit-scrollbar {
  display: none;
}.xra-sbar_tab-xvq {
  padding: 0.5rem 0.875rem;
  transition: background .15s,color .15s,border-color .15s;
  gap: 0.438rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
  font-weight: 600;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 12px;
  display: flex;
  color: #7A9BAA;
}.xra-sbar_tab-xvq:hover {
  border-color: rgba(0, 200, 232, 0.40);
  background: rgba(255, 255, 255, 0.07);
  color: #E6F3F8;
}.xra-sbar_tab-xvq.xra-state_active-xvq {
  background: rgba(0, 200, 232, 0.14);
  border-color: rgba(0, 200, 232, 0.06);
  color: #E6F3F8;
}.xra-sbar_tab_ic-xvq svg {
  height: 0.875rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.875rem;
}.xra-wy-xvq {
  padding: 2rem 16px 0;
  background: #080D14;
}
@media(min-width: 770px) {.xra-wy-xvq {
  padding: 40px 24px 0;
}
}.xra-wy_in-xvq {
  margin: 0 auto;
  max-width: 1340px;
}.xra-wy_head-xvq {
  max-width: 45rem;
  margin-bottom: 18px;
}.xra-wy_label-xvq {
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  letter-spacing: .08em;
  color: #00C8E8;
  font-weight: 700;
  text-transform: uppercase;
}.xra-wy_h2-xvq {
  color: #E6F3F8;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 8px;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width: 771px) {.xra-wy_h2-xvq {
  font-size: 24px;
}
}.xra-wy_intro-xvq {
  margin: 0;
  color: #516470;
  line-height: 1.6;
  font-size: 13px;
}.xra-wy_grid-xvq {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.xra-wy_grid-xvq {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1081px) {.xra-wy_grid-xvq {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.xra-wy_card-xvq {
  border-radius: 0.5rem;
  transition: border-color .2s,transform .2s;
  padding: 20px;
  background: #0E1520;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.xra-wy_card-xvq:hover {
  border-color: rgba(0, 200, 232, 0.06);
  transform: translateY(-2px);
}.xra-wy_card_ic-xvq {
  border-radius: 50%;
  background: rgba(0, 200, 232, 0.14);
  justify-content: center;
  align-items: center;
  display: flex;
  width: 44px;
  height: 2.75rem;
  color: #00C8E8;
  margin-bottom: 0.875rem;
}.xra-wy_card_ic-xvq svg {
  stroke-linejoin: round;
  height: 22px;
  stroke-linecap: round;
  width: 1.375rem;
}.xra-wy_card_h-xvq {
  line-height: 1.25;
  color: #E6F3F8;
  margin-bottom: 0.375rem;
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 0.938rem;
}.xra-wy_card_p-xvq {
  font-size: 13px;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #516470;
}.xra-wy_card_p-xvq strong {
  font-weight: 600;
  color: #B2C8D4;
}.xra-gr_jp-xvq {
  padding: 1.25rem;
  background: linear-gradient(135deg,#0C1038 0%,#080D14 100%);
  overflow: hidden;
  border-radius: 14px;
  position: relative;
}.xra-gr_jp-xvq::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(184, 147, 90, 0.18) 0%,transparent 70%);
  content: '';
  top: -60px;
  width: 250px;
  left: -3.75rem;
  height: 15.625rem;
  position: absolute;
}.xra-gr_jp-xvq::after {
  background: radial-gradient(circle,rgba(212, 160, 64, 0.16) 0%,transparent 70%);
  border-radius: 50%;
  bottom: -2.5rem;
  position: absolute;
  height: 12.5rem;
  right: 0;
  width: 200px;
  content: '';
}.xra-gr_jp_head-xvq {
  gap: 16px;
  z-index: 1;
  flex-wrap: wrap;
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}.xra-gr_jp_info-xvq {
  flex: 1;
}.xra-gr_jp_label-xvq {
  margin-bottom: 6px;
  font-size: 0.688rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #9C5CE8;
  text-transform: uppercase;
}.xra-gr_jp_label-xvq svg {
  stroke-linejoin: round;
  width: 14px;
  margin-right: 0.25rem;
  stroke-linecap: round;
  height: 0.875rem;
  vertical-align: -2px;
}.xra-gr_jp_amount-xvq {
  overflow-wrap: break-word;
  color: #E6F3F8;
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 4px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
}
@media(min-width: 766px) {.xra-gr_jp_amount-xvq {
  font-size: 2.5rem;
}
}.xra-gr_jp_amount-xvq span {
  color: #D4A040;
}.xra-gr_jp_seo-xvq {
  line-height: 1.5;
  font-size: 12px;
  overflow-wrap: break-word;
  max-width: 480px;
  color: #7A9BAA;
}.xra-gr_jp_cta-xvq {
  border: 1px solid rgba(184, 147, 90, 0.18);
  padding: 0.688rem 1.25rem;
  border-radius: 0.5rem;
  transition: background .2s;
  background: rgba(184, 147, 90, 0.18);
  position: relative;
  white-space: nowrap;
  font-weight: 700;
  color: #E6F3F8;
  flex-shrink: 0;
  margin-top: 0.25rem;
  font-size: 0.813rem;
  align-self: flex-start;
  z-index: 1;
}.xra-gr_jp_cta-xvq:hover {
  background: #B8935A;
}.xra-ws-xvq {
  padding: 32px 16px 0;
  background: #080D14;
}
@media(min-width: 765px) {.xra-ws-xvq {
  padding: 36px 24px 0;
}
}.xra-ws_in-xvq {
  margin: 0 auto;
  max-width: 83.75rem;
}.xra-ws_head-xvq {
  gap: 0.75rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  align-items: center;
  flex-wrap: wrap;
}.xra-ws_title-xvq {
  gap: 10px;
  font-size: 16px;
  align-items: center;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
  font-weight: 700;
  flex-wrap: wrap;
  color: #E6F3F8;
  display: flex;
}.xra-ws_title_ic-xvq svg {
  stroke-linecap: round;
  color: #D4A040;
  height: 1.125rem;
  stroke-linejoin: round;
  width: 18px;
}.xra-ws_online-xvq {
  gap: 7px;
  font-size: 12px;
  align-items: center;
  color: #516470;
  display: flex;
  font-weight: 600;
}.xra-ws_online_dot-xvq {
  background: #21C97C;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(33, 201, 124, 0.14);
  flex-shrink: 0;
  height: 8px;
  width: 0.5rem;
}.xra-ws_scroll-xvq {
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
}.xra-ws_scroll-xvq::-webkit-scrollbar {
  display: none;
}.xra-wc-xvq {
  border-radius: 0.5rem;
  background: #0B1019;
  gap: 0.625rem;
  padding: 0.625rem 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  min-width: 13.75rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}.xra-wc_img-xvq {
  background: #0E1520;
  border-radius: 0.25rem;
  overflow: hidden;
  height: 2.25rem;
  flex-shrink: 0;
  width: 2.25rem;
}.xra-wc_img-xvq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.xra-wc_info-xvq {
  min-width: 0;
}.xra-wc_game-xvq {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  color: #B2C8D4;
  font-size: 0.75rem;
}.xra-wc_player-xvq {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #3F5260;
  font-size: 10px;
}.xra-wc_amount-xvq {
  color: #21C97C;
  font-size: 0.813rem;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 700;
  margin-left: auto;
}.xra-prov-xvq {
  padding: 36px 16px 0;
  background: #080D14;
}
@media(min-width: 769px) {.xra-prov-xvq {
  padding: 2.75rem 24px 0;
}
}.xra-prov_in-xvq {
  margin: 0 auto;
  max-width: 1340px;
}.xra-prov_head-xvq {
  margin-bottom: 16px;
}.xra-prov_label-xvq {
  letter-spacing: .08em;
  margin-bottom: 8px;
  font-weight: 700;
  color: #00C8E8;
  text-transform: uppercase;
  font-size: 0.688rem;
}.xra-prov_h2-xvq {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-family: 'Rajdhani', sans-serif;
  color: #E6F3F8;
  font-weight: 800;
  font-size: 20px;
}
@media(min-width:768px) {.xra-prov_h2-xvq {
  font-size: 1.5rem;
}
}.xra-prov_seo-xvq {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #516470;
  line-height: 1.6;
  max-width: 620px;
  margin-bottom: 16px;
}.xra-prov_seo-xvq strong {
  color: #B2C8D4;
  font-weight: 700;
}.xra-prov_seo-xvq a {
  color: #00C8E8;
  text-decoration: underline;
}.xra-prov_grid-xvq {
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.xra-prov_grid-xvq {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1082px) {.xra-prov_grid-xvq {
  grid-template-columns: repeat(8,1fr);
}
}.xra-prov_card-xvq {
  padding: 14px 0.625rem;
  background: #0B1019;
  transition: border-color .2s,background .2s;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  gap: 0.438rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
}.xra-prov_card-xvq:hover {
  background: #0E1520;
  border-color: rgba(0, 200, 232, 0.40);
}.xra-prov_logo-xvq {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  overflow: hidden;
  width: 44px;
  height: 44px;
  align-items: center;
  display: flex;
  justify-content: center;
}.xra-prov_logo-xvq img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.xra-prov_name-xvq {
  color: #7A9BAA;
  text-align: center;
  font-weight: 600;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.xra-reg-xvq {
  padding: 36px 1rem 0;
  background: #080D14;
}
@media(min-width: 771px) {.xra-reg-xvq {
  padding: 2.75rem 24px 0;
}
}.xra-reg_in-xvq {
  border-radius: 14px;
  margin: 0 auto;
  padding: 28px 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #0E1520;
  max-width: 83.75rem;
}
@media(min-width: 767px) {.xra-reg_in-xvq {
  padding: 40px;
}
}.xra-reg_top-xvq {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 862px) {.xra-reg_top-xvq {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.xra-reg_label-xvq {
  font-size: 11px;
  letter-spacing: .08em;
  color: #00C8E8;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}.xra-reg_h2-xvq {
  margin-bottom: 12px;
  overflow-wrap: break-word;
  line-height: 1.2;
  color: #E6F3F8;
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.375rem;
}
@media(min-width: 770px) {.xra-reg_h2-xvq {
  font-size: 1.75rem;
}
}.xra-reg_bonus-xvq {
  padding: 10px 16px;
  background: rgba(212, 160, 64, 0.16);
  border-radius: 8px;
  gap: 8px;
  border: 1px solid rgba(212, 160, 64, 0.16);
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
}.xra-reg_bonus_amount-xvq {
  color: #D4A040;
  font-size: 20px;
  font-weight: 800;
}.xra-reg_bonus_text-xvq {
  color: #7A9BAA;
  font-size: 13px;
  line-height: 1.35;
}.xra-reg_cta_btn-xvq {
  border-radius: 8px;
  transition: background .2s;
  background: #21C97C;
  padding: 0.875rem 2rem;
  font-weight: 700;
  display: inline-block;
  font-size: 0.938rem;
  margin-bottom: 0.75rem;
  color: #060D12;
  box-shadow: 0 4px 18px rgba(33, 201, 124, 0.50), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}.xra-reg_cta_btn-xvq:hover {
  background: #2EDF8E;
}.xra-reg_terms-xvq {
  line-height: 1.5;
  color: #3F5260;
  font-size: 11px;
}.xra-reg_seo-xvq {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.65;
  padding-top: 1.25rem;
  color: #516470;
  font-size: 13px;
  overflow-wrap: break-word;
  margin-top: 20px;
}.xra-reg_seo-xvq p {
  font-size: 13px;
  line-height: 1.65;
  color: #516470;
  margin-bottom: 10px;
}.xra-reg_seo-xvq p:last-child {
  margin-bottom: 0;
}.xra-reg_seo-xvq strong {
  color: #B2C8D4;
  font-weight: 700;
}.xra-reg_seo-xvq a {
  transition: color .2s;
  text-decoration: underline;
  color: #00C8E8;
}.xra-reg_seo-xvq a:hover {
  color: #00DEFF;
}.xra-reg_seo-xvq ul,.xra-reg_seo-xvq ol {
  margin: 0 0 0.625rem;
  list-style: disc;
  padding-left: 18px;
}.xra-reg_seo-xvq ol {
  list-style: decimal;
}.xra-reg_seo-xvq li {
  line-height: 1.65;
  font-size: 0.813rem;
  margin-bottom: 0.25rem;
  color: #516470;
}.xra-reg_seo-xvq table {
  display: block;
  margin-bottom: 0.625rem;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 13px;
}
@media(min-width: 769px) {.xra-reg_seo-xvq table {
  display: table;
}
}.xra-reg_seo-xvq th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #B2C8D4;
}.xra-reg_seo-xvq td {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #516470;
}.xra-reg_steps-xvq {
  gap: 14px;
  margin-top: 1.75rem;
  flex-direction: column;
  display: flex;
}
@media(min-width: 862px) {.xra-reg_steps-xvq {
  margin-top: 0;
}
}.xra-reg_step-xvq {
  background: rgba(255, 255, 255, 0.05);
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.5rem;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}.xra-reg_step_num-xvq {
  border-radius: 50%;
  background: rgba(0, 200, 232, 0.14);
  border: 1px solid rgba(0, 200, 232, 0.06);
  font-weight: 800;
  justify-content: center;
  flex-shrink: 0;
  width: 2.125rem;
  font-size: 0.875rem;
  color: #00C8E8;
  height: 34px;
  display: flex;
  align-items: center;
}.xra-reg_step_title-xvq {
  margin-bottom: 3px;
  color: #E6F3F8;
  font-size: 14px;
  font-weight: 700;
}.xra-reg_step_text-xvq {
  line-height: 1.5;
  color: #516470;
  font-size: 0.75rem;
}.xra-reg_trust-xvq {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}.xra-reg_trust_item-xvq {
  gap: 0.438rem;
  align-items: center;
  display: flex;
  overflow-wrap: break-word;
  color: #516470;
  font-size: 12px;
}.xra-reg_trust_ic-xvq svg {
  color: #00C8E8;
  height: 1rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
}.xra-app-xvq {
  background: #080D14;
  padding: 36px 16px 0;
}
@media(min-width: 771px) {.xra-app-xvq {
  padding: 2.75rem 1.5rem 0;
}
}.xra-app_in-xvq {
  margin: 0 auto;
  max-width: 83.75rem;
}.xra-app_head-xvq {
  margin-bottom: 1rem;
}.xra-app_label-xvq {
  color: #00C8E8;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 700;
}.xra-app_h2-xvq {
  overflow-wrap: break-word;
  font-size: 20px;
  font-family: 'Rajdhani', sans-serif;
  color: #E6F3F8;
  margin-bottom: 0.375rem;
  font-weight: 800;
}
@media(min-width: 766px) {.xra-app_h2-xvq {
  font-size: 1.5rem;
}
}.xra-app_sub-xvq {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  max-width: 37.5rem;
  color: #516470;
}.xra-app_sub-xvq strong {
  font-weight: 700;
  color: #B2C8D4;
}.xra-app_cards-xvq {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 1rem;
}
@media(min-width: 642px) {.xra-app_cards-xvq {
  grid-template-columns: repeat(3,1fr);
}
}.xra-app_card-xvq {
  gap: 16px;
  overflow: hidden;
  border-radius: 8px;
  padding: 1.25rem;
  position: relative;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.xra-app_card_ios-xvq {
  background: linear-gradient(135deg,rgba(0, 200, 232, 0.14) 0%,#0E1520 100%);
}.xra-app_card_android-xvq {
  background: linear-gradient(135deg,rgba(33, 201, 124, 0.14) 0%,#0E1520 100%);
}.xra-app_card_win-xvq {
  background: linear-gradient(135deg,rgba(212, 160, 64, 0.16) 0%,#0E1520 100%);
}.xra-app_card_ic-xvq svg {
  stroke-linecap: round;
  height: 2.125rem;
  stroke-linejoin: round;
  width: 34px;
}.xra-app_card_ic-xvq {
  color: #E6F3F8;
  flex-shrink: 0;
}.xra-app_card_os-xvq {
  color: #516470;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 6px;
  font-weight: 700;
}.xra-app_card_title-xvq {
  overflow-wrap: break-word;
  font-weight: 700;
  color: #E6F3F8;
  margin-bottom: 0.375rem;
  font-size: 0.938rem;
  line-height: 1.2;
}.xra-app_card_text-xvq {
  overflow-wrap: break-word;
  color: #516470;
  line-height: 1.5;
  margin-bottom: 14px;
  font-size: 0.75rem;
}.xra-app_card_btn-xvq {
  border: 1px solid rgba(0, 200, 232, 0.40);
  gap: 7px;
  transition: background .2s;
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 1.125rem;
  border-radius: 0.25rem;
  font-weight: 700;
  color: #E6F3F8;
  font-size: 0.813rem;
  display: inline-flex;
  align-items: center;
}.xra-app_card_btn-xvq:hover {
  background: rgba(255, 255, 255, 0.07);
}.xra-bon-xvq {
  padding: 2.25rem 1rem 0;
  background: #080D14;
}
@media(min-width: 766px) {.xra-bon-xvq {
  padding: 44px 24px 0;
}
}.xra-bon_in-xvq {
  margin: 0 auto;
  max-width: 1340px;
}.xra-bon_head-xvq {
  margin-bottom: 20px;
}.xra-bon_label-xvq {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #00C8E8;
  font-size: 0.688rem;
}.xra-bon_h2-xvq {
  font-weight: 800;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-family: 'Rajdhani', sans-serif;
  color: #E6F3F8;
}
@media(min-width: 771px) {.xra-bon_h2-xvq {
  font-size: 1.5rem;
}
}.xra-bon_seo-xvq {
  color: #516470;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 13px;
  max-width: 620px;
}.xra-bon_seo-xvq strong {
  color: #B2C8D4;
  font-weight: 700;
}.xra-bon_seo-xvq a {
  text-decoration: underline;
  color: #00C8E8;
}.xra-bon_grid-xvq {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 637px) {.xra-bon_grid-xvq {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.xra-bon_grid-xvq {
  grid-template-columns: repeat(5,1fr);
}
}.xra-bon_card-xvq {
  background: #0B1019;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1rem;
  transition: border-color .2s,transform .2s;
}.xra-bon_card-xvq:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 200, 232, 0.06);
}.xra-bon_card_ic-xvq svg {
  width: 1.625rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.625rem;
}.xra-bon_card_ic-xvq {
  margin-bottom: 0.625rem;
}.xra-bon_card_type-xvq {
  margin-bottom: 6px;
  font-weight: 700;
  color: #516470;
  text-transform: uppercase;
  font-size: 0.625rem;
  letter-spacing: .06em;
}.xra-bon_card_amount-xvq {
  line-height: 1.1;
  font-size: 1.125rem;
  margin-bottom: 6px;
  color: #D4A040;
  font-weight: 800;
}.xra-bon_card_name-xvq {
  font-weight: 600;
  color: #E6F3F8;
  overflow-wrap: break-word;
  font-size: 13px;
  margin-bottom: 0.5rem;
}.xra-bon_card_detail-xvq {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: #3F5260;
  padding-top: 0.5rem;
  overflow-wrap: break-word;
  font-size: 11px;
  line-height: 1.5;
}.xra-rv-xvq {
  background: #080D14;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.xra-rv-xvq {
  padding: 2.75rem 1.5rem 0;
}
}.xra-rv_in-xvq {
  margin: 0 auto;
  max-width: 1340px;
}.xra-rv_head-xvq {
  max-width: 720px;
  margin-bottom: 1.25rem;
}.xra-rv_label-xvq {
  font-weight: 700;
  color: #00C8E8;
  font-size: 11px;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}.xra-rv_h2-xvq {
  margin-bottom: 10px;
  font-family: 'Rajdhani', sans-serif;
  overflow-wrap: break-word;
  color: #E6F3F8;
  font-size: 1.375rem;
  font-weight: 800;
}
@media(min-width: 765px) {.xra-rv_h2-xvq {
  font-size: 28px;
}
}.xra-rv_stats-xvq {
  gap: 1.125rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  color: #516470;
  font-size: 0.813rem;
}.xra-rv_stats_score-xvq {
  gap: 0.375rem;
  display: flex;
  align-items: baseline;
}.xra-rv_stats_score_val-xvq {
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
  color: #D4A040;
  font-size: 1.375rem;
}.xra-rv_stats_score_max-xvq {
  font-size: 0.813rem;
  color: #3F5260;
}.xra-rv_stats_badge-xvq {
  gap: 4px;
  align-items: center;
  display: flex;
}.xra-rv_stats_badge-xvq svg {
  width: 0.875rem;
  height: 14px;
  color: #D4A040;
}.xra-rv_grid-xvq {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 641px) {.xra-rv_grid-xvq {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.xra-rv_grid-xvq {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.xra-rv_card-xvq {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 1.25rem;
  background: #0E1520;
  border-radius: 0.5rem;
  flex-direction: column;
  display: flex;
}.xra-rv_card_stars-xvq {
  gap: 2px;
  color: #D4A040;
  margin-bottom: 10px;
  display: flex;
}.xra-rv_card_stars-xvq svg {
  height: 0.875rem;
  width: 14px;
}.xra-rv_card_h-xvq {
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  color: #E6F3F8;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
}.xra-rv_card_body-xvq {
  flex: 1;
  color: #516470;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
}.xra-rv_card_body-xvq strong {
  font-weight: 600;
  color: #B2C8D4;
}.xra-rv_card_meta-xvq {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 0.75rem;
}.xra-rv_card_author-xvq {
  color: #B2C8D4;
  font-weight: 600;
  font-size: 12px;
}.xra-rv_card_date-xvq {
  font-size: 0.688rem;
  color: #3F5260;
}.xra-seo-xvq {
  padding: 36px 1rem 0;
  background: #080D14;
}
@media(min-width: 765px) {.xra-seo-xvq {
  padding: 44px 1.5rem 0;
}
}.xra-seo_in-xvq {
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 28px 1.5rem;
  margin: 0 auto;
  background: #0E1520;
  border-radius: 14px;
  max-width: 1340px;
}
@media(min-width: 766px) {.xra-seo_in-xvq {
  padding: 2.25rem 2.5rem;
}
}.xra-seo_label-xvq {
  color: #00C8E8;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.625rem;
  font-size: 11px;
  text-transform: uppercase;
}.xra-seo_h2-xvq {
  line-height: 1.25;
  color: #E6F3F8;
  font-size: 20px;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width: 770px) {.xra-seo_h2-xvq {
  font-size: 1.5rem;
}
}.xra-seo_body-xvq {
  line-height: 1.75;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  color: #7A9BAA;
}.xra-seo_body-xvq p {
  margin-bottom: 12px;
  line-height: 1.75;
  color: #7A9BAA;
  font-size: 14px;
}.xra-seo_body-xvq p:last-child {
  margin-bottom: 0;
}.xra-seo_body-xvq strong {
  font-weight: 700;
  color: #B2C8D4;
}.xra-seo_body-xvq a {
  transition: color .2s;
  color: #00C8E8;
  text-decoration: underline;
}.xra-seo_body-xvq a:hover {
  color: #00DEFF;
}.xra-seo_body-xvq ul,.xra-seo_body-xvq ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.xra-seo_body-xvq ol {
  list-style: decimal;
}.xra-seo_body-xvq li {
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #7A9BAA;
}.xra-seo_body-xvq table {
  display: block;
  width: 100%;
  margin-bottom: 0.75rem;
  border-collapse: collapse;
  font-size: 0.813rem;
  overflow-x: auto;
}
@media(min-width: 771px) {.xra-seo_body-xvq table {
  display: table;
}
}.xra-seo_body-xvq th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #B2C8D4;
  text-align: left;
  font-weight: 700;
}.xra-seo_body-xvq td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #7A9BAA;
}.xra-seo_cols-xvq {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.xra-seo_cols-xvq {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.xra-seo_cols-xvq {
  grid-template-columns: repeat(3,1fr);
}
}.xra-seo_col_h-xvq {
  font-weight: 700;
  overflow-wrap: break-word;
  color: #B2C8D4;
  font-size: 13px;
  margin-bottom: 7px;
}.xra-seo_col_p-xvq {
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #516470;
}.xra-seo_stats-xvq {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.xra-seo_stat-xvq {
  flex: 1;
  padding: 14px 1rem;
  border: 1px solid rgba(0, 200, 232, 0.14);
  border-radius: 8px;
  background: rgba(0, 200, 232, 0.06);
  min-width: 140px;
}.xra-seo_stat_val-xvq {
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  color: #00C8E8;
  overflow-wrap: break-word;
}.xra-seo_stat_lb-xvq {
  color: #516470;
  font-size: 0.688rem;
  overflow-wrap: break-word;
}.xra-seo-xvq {
  padding: 2.25rem 16px 0;
  background: #080D14;
}
@media(min-width: 770px) {.xra-seo-xvq {
  padding: 2.75rem 1.5rem 0;
}
}.xra-seo_in-xvq {
  padding: 1.75rem 24px;
  border-radius: 14px;
  background: #0E1520;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 1340px;
}
@media(min-width:768px) {.xra-seo_in-xvq {
  padding: 2.25rem 40px;
}
}.xra-seo_label-xvq {
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #00C8E8;
  font-weight: 700;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
}.xra-seo_h2-xvq {
  line-height: 1.25;
  font-size: 20px;
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #E6F3F8;
}
@media(min-width:768px) {.xra-seo_h2-xvq {
  font-size: 1.5rem;
}
}.xra-seo_body-xvq {
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 0.875rem;
  color: #7A9BAA;
}.xra-seo_body-xvq p {
  color: #7A9BAA;
  margin-bottom: 12px;
  line-height: 1.75;
  font-size: 14px;
}.xra-seo_body-xvq p:last-child {
  margin-bottom: 0;
}.xra-seo_body-xvq strong {
  color: #B2C8D4;
  font-weight: 700;
}.xra-seo_body-xvq a {
  transition: color .2s;
  text-decoration: underline;
  color: #00C8E8;
}.xra-seo_body-xvq a:hover {
  color: #00DEFF;
}.xra-seo_body-xvq ul,.xra-seo_body-xvq ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 22px;
}.xra-seo_body-xvq ol {
  list-style: decimal;
}.xra-seo_body-xvq li {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #7A9BAA;
  margin-bottom: 0.375rem;
}.xra-seo_body-xvq table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  display: block;
  margin-bottom: 0.75rem;
  overflow-x: auto;
}
@media(min-width: 769px) {.xra-seo_body-xvq table {
  display: table;
}
}.xra-seo_body-xvq th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #B2C8D4;
  text-align: left;
}.xra-seo_body-xvq td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #7A9BAA;
}.xra-seo_cols-xvq {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 639px) {.xra-seo_cols-xvq {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1082px) {.xra-seo_cols-xvq {
  grid-template-columns: repeat(3,1fr);
}
}.xra-seo_col_h-xvq {
  font-weight: 700;
  color: #B2C8D4;
  overflow-wrap: break-word;
  font-size: 13px;
  margin-bottom: 7px;
}.xra-seo_col_p-xvq {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #516470;
  line-height: 1.65;
}.xra-seo_stats-xvq {
  margin: 20px 0;
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}.xra-seo_stat-xvq {
  border: 1px solid rgba(0, 200, 232, 0.14);
  background: rgba(0, 200, 232, 0.06);
  flex: 1;
  padding: 0.875rem 16px;
  border-radius: 0.5rem;
  min-width: 8.75rem;
}.xra-seo_stat_val-xvq {
  margin-bottom: 0.25rem;
  font-size: 20px;
  color: #00C8E8;
  overflow-wrap: break-word;
  font-weight: 800;
}.xra-seo_stat_lb-xvq {
  font-size: 0.688rem;
  overflow-wrap: break-word;
  color: #516470;
}.xra-seo-xvq {
  background: #080D14;
  padding: 36px 16px 0;
}
@media(min-width:768px) {.xra-seo-xvq {
  padding: 2.75rem 1.5rem 0;
}
}.xra-seo_in-xvq {
  background: #0E1520;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 14px;
  padding: 1.75rem 24px;
  max-width: 83.75rem;
}
@media(min-width: 770px) {.xra-seo_in-xvq {
  padding: 36px 2.5rem;
}
}.xra-seo_label-xvq {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #00C8E8;
  margin-bottom: 0.625rem;
  font-size: 0.688rem;
  font-weight: 700;
}.xra-seo_h2-xvq {
  font-size: 20px;
  margin-bottom: 14px;
  overflow-wrap: break-word;
  color: #E6F3F8;
  font-weight: 800;
  line-height: 1.25;
  font-family: 'Rajdhani', sans-serif;
}
@media(min-width: 766px) {.xra-seo_h2-xvq {
  font-size: 1.5rem;
}
}.xra-seo_body-xvq {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #7A9BAA;
  font-size: 0.875rem;
}.xra-seo_body-xvq p {
  line-height: 1.75;
  margin-bottom: 12px;
  color: #7A9BAA;
  font-size: 0.875rem;
}.xra-seo_body-xvq p:last-child {
  margin-bottom: 0;
}.xra-seo_body-xvq strong {
  color: #B2C8D4;
  font-weight: 700;
}.xra-seo_body-xvq a {
  transition: color .2s;
  color: #00C8E8;
  text-decoration: underline;
}.xra-seo_body-xvq a:hover {
  color: #00DEFF;
}.xra-seo_body-xvq ul,.xra-seo_body-xvq ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.xra-seo_body-xvq ol {
  list-style: decimal;
}.xra-seo_body-xvq li {
  color: #7A9BAA;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.75;
}.xra-seo_body-xvq table {
  margin-bottom: 12px;
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.813rem;
  width: 100%;
}
@media(min-width: 769px) {.xra-seo_body-xvq table {
  display: table;
}
}.xra-seo_body-xvq th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  font-weight: 700;
  color: #B2C8D4;
  text-align: left;
}.xra-seo_body-xvq td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A9BAA;
}.xra-seo_cols-xvq {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.xra-seo_cols-xvq {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.xra-seo_cols-xvq {
  grid-template-columns: repeat(3,1fr);
}
}.xra-seo_col_h-xvq {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #B2C8D4;
  margin-bottom: 7px;
  font-weight: 700;
}.xra-seo_col_p-xvq {
  overflow-wrap: break-word;
  line-height: 1.65;
  color: #516470;
  font-size: 0.813rem;
}.xra-seo_stats-xvq {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.xra-seo_stat-xvq {
  background: rgba(0, 200, 232, 0.06);
  flex: 1;
  padding: 14px 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(0, 200, 232, 0.14);
  min-width: 8.75rem;
}.xra-seo_stat_val-xvq {
  font-size: 20px;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  color: #00C8E8;
  font-weight: 800;
}.xra-seo_stat_lb-xvq {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #516470;
}.xra-faq-xvq {
  padding: 2.25rem 1rem 0;
  background: #080D14;
}
@media(min-width: 770px) {.xra-faq-xvq {
  padding: 44px 1.5rem 0;
}
}.xra-faq_in-xvq {
  margin: 0 auto;
  max-width: 83.75rem;
}.xra-faq_head-xvq {
  margin-bottom: 1.25rem;
}.xra-faq_label-xvq {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #00C8E8;
}.xra-faq_h2-xvq {
  font-size: 1.25rem;
  overflow-wrap: break-word;
  font-family: 'Rajdhani', sans-serif;
  color: #E6F3F8;
  font-weight: 800;
}
@media(min-width: 767px) {.xra-faq_h2-xvq {
  font-size: 24px;
}
}.xra-faq_list-xvq {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.xra-faq_item-xvq {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0E1520;
}.xra-faq_q-xvq {
  padding: 16px 1.25rem;
  transition: color .2s;
  gap: 12px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  overflow-wrap: break-word;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
  color: #B2C8D4;
}.xra-faq_q-xvq:hover {
  color: #E6F3F8;
}.xra-faq_q_ic-xvq {
  transition: transform .25s;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  color: #00C8E8;
  align-items: center;
  display: flex;
  height: 1.5rem;
  font-size: 1rem;
  flex-shrink: 0;
  justify-content: center;
  width: 24px;
}.xra-faq_item-xvq.xra-state_open-xvq .xra-faq_q_ic-xvq {
  transform: rotate(45deg);
}.xra-faq_a-xvq {
  padding: 0 1.25rem 16px;
  color: #516470;
  line-height: 1.7;
  overflow-wrap: break-word;
  display: none;
  font-size: 0.813rem;
}.xra-faq_item-xvq.xra-state_open-xvq .xra-faq_a-xvq {
  display: block;
}.xra-faq_a-xvq strong {
  color: #B2C8D4;
  font-weight: 700;
}.xra-faq_a-xvq a {
  color: #00C8E8;
  text-decoration: underline;
}.xra-faq_a-xvq ul,.xra-faq_a-xvq ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.xra-faq_a-xvq ol {
  list-style: decimal;
}.xra-faq_a-xvq li {
  margin-bottom: 0.25rem;
  line-height: 1.6;
}.xra-faq_a-xvq table {
  margin: 0.5rem 0;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  font-size: 0.75rem;
  display: block;
}
@media(min-width: 767px) {.xra-faq_a-xvq table {
  display: table;
}
}.xra-faq_a-xvq th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 8px;
  text-align: left;
  color: #B2C8D4;
  font-weight: 700;
}.xra-faq_a-xvq td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 8px;
  color: #516470;
}.xra-ft-xvq {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #040810;
  margin-top: 3rem;
}.xra-ft_support-xvq {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px 1rem;
}
@media(min-width: 769px) {.xra-ft_support-xvq {
  padding: 28px 24px;
}
}.xra-ft_support_in-xvq {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  max-width: 83.75rem;
}.xra-ft_support_main-xvq {
  gap: 16px;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 220px;
}.xra-ft_support_ic-xvq {
  flex-shrink: 0;
  color: #00C8E8;
}.xra-ft_support_ic-xvq svg {
  width: 30px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 30px;
}.xra-ft_support_text_title-xvq {
  overflow-wrap: break-word;
  font-size: 15px;
  margin-bottom: 3px;
  color: #E6F3F8;
  font-weight: 700;
}.xra-ft_support_text_sub-xvq {
  color: #516470;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.xra-ft_support_btn-xvq {
  padding: 11px 1.375rem;
  border-radius: 8px;
  background: #00C8E8;
  transition: background .2s;
  font-weight: 700;
  white-space: nowrap;
  color: #E6F3F8;
  font-size: 0.813rem;
  flex-shrink: 0;
}.xra-ft_support_btn-xvq:hover {
  background: #00DEFF;
}.xra-ft_support_contacts-xvq {
  gap: 16px;
  margin-left: auto;
  flex-wrap: wrap;
  display: flex;
}.xra-ft_support_contact-xvq {
  line-height: 1.4;
  font-size: 12px;
  color: #3F5260;
}.xra-ft_support_contact-xvq strong {
  margin-bottom: 2px;
  color: #7A9BAA;
  font-size: 11px;
  font-weight: 600;
  display: block;
}.xra-ft_main-xvq {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 16px 24px;
}
@media(min-width: 765px) {.xra-ft_main-xvq {
  padding: 2.5rem 24px 32px;
}
}.xra-ft_main_in-xvq {
  margin: 0 auto;
  gap: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 83.75rem;
}
@media(min-width: 643px) {.xra-ft_main_in-xvq {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1083px) {.xra-ft_main_in-xvq {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.xra-ft_col_logo-xvq {
  grid-column: 1/-1;
}
@media(min-width: 1077px) {.xra-ft_col_logo-xvq {
  grid-column: auto;
}
}.xra-ft_logo-xvq {
  gap: 0.563rem;
  align-items: center;
  margin-bottom: 0.75rem;
  display: flex;
  color: #E6F3F8;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1rem;
  flex-wrap: wrap;
}.xra-ft_logo_mark-xvq {
  overflow: hidden;
  border-radius: 4px;
  height: 30px;
  width: 1.875rem;
}.xra-ft_logo_mark-xvq img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.xra-ft_logo_sub-xvq {
  font-size: 0.75rem;
  line-height: 1.55;
  overflow-wrap: break-word;
  color: #3F5260;
  max-width: 200px;
}.xra-ft_col_title-xvq {
  letter-spacing: .07em;
  color: #7A9BAA;
  font-size: 12px;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-weight: 700;
}.xra-ft_col_links-xvq {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.xra-ft_col_link-xvq {
  transition: color .2s;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #3F5260;
}.xra-ft_col_link-xvq:hover {
  color: #B2C8D4;
}.xra-ft_apps-xvq {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.xra-ft_app_card-xvq {
  padding: 10px 12px;
  transition: border-color .2s;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  align-items: center;
  display: flex;
}.xra-ft_app_card-xvq:hover {
  border-color: rgba(0, 200, 232, 0.40);
}.xra-ft_app_card_ic-xvq svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1.375rem;
  height: 1.375rem;
}.xra-ft_app_card_os-xvq {
  font-size: 0.625rem;
  font-weight: 600;
  color: #3F5260;
}.xra-ft_app_card_action-xvq {
  font-size: 0.75rem;
  color: #B2C8D4;
  font-weight: 700;
}.xra-ft_bot-xvq {
  padding: 20px 1rem;
}
@media(min-width: 765px) {.xra-ft_bot-xvq {
  padding: 20px 24px;
}
}.xra-ft_bot_in-xvq {
  margin: 0 auto;
  gap: 16px;
  align-items: center;
  max-width: 1340px;
  flex-wrap: wrap;
  display: flex;
}.xra-ft_socials-xvq {
  gap: 8px;
  display: flex;
}.xra-ft_soc-xvq {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .2s;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  color: #7A9BAA;
}.xra-ft_soc-xvq svg {
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
  width: 16px;
}.xra-ft_soc-xvq:hover {
  background: rgba(255, 255, 255, 0.07);
}.xra-ft_legal-xvq {
  flex: 1;
  font-size: 0.688rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  color: #627A88;
  min-width: 12.5rem;
}.xra-ft_legal-xvq strong {
  color: #7A9BAA;
  font-weight: 700;
}.xra-ft_legal-xvq a {
  text-decoration: underline;
  color: #7A9BAA;
}.xra-ft_age-xvq {
  border-radius: 50%;
  border: 2px solid #627A88;
  align-items: center;
  flex-shrink: 0;
  font-size: 11px;
  color: #627A88;
  margin-left: auto;
  width: 2rem;
  height: 2rem;
  font-weight: 800;
  display: flex;
  justify-content: center;
}