*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #12111E;
  -webkit-font-smoothing: antialiased;
  font-family: 'DM Sans', sans-serif;
  min-height: 100vh;
  line-height: 1.6;
  color: #C4BDE8;
}img,svg {
  display: block;
  max-width: 100%;
}a {
  text-decoration: none;
  color: inherit;
}button {
  background: none;
  font: inherit;
  border: none;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.vst_layout_amd {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}.vst_page_amd {
  min-height: 100vh;
  display: flex;
}.vst_main_amd {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media(min-width: 1077px) {.vst_main_amd {
  padding-left: 13.75rem;
}
}
@media(max-width: 1076px) {.vst_main_amd {
  padding-bottom: 4.5rem;
}
}.vst_gc_amd {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #171626;
  border-radius: 10px;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  flex-shrink: 0;
  width: 140px;
  cursor: pointer;
  position: relative;
}
@media(min-width:640px) {.vst_gc_amd {
  width: 9.75rem;
}
}
@media(min-width: 1078px) {.vst_gc_amd {
  width: 168px;
}
}.vst_gc_amd:hover {
  transform: translateY(-3px);
  border-color: rgba(108, 92, 231, 0.08);
}.vst_gc_img_amd {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80%;
  position: relative;
}.vst_gc_img_amd img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
}.vst_gc_hover_amd {
  inset: 0;
  transition: opacity .2s;
  background: rgba(10, 9, 20, 0.72);
  position: absolute;
  display: flex;
  align-items: center;
  opacity: 0;
  justify-content: center;
}.vst_gc_amd:hover .vst_gc_hover_amd {
  opacity: 1;
}.vst_gc_hover_btn_amd {
  background: #6C5CE7;
  padding: 8px 1rem;
  border-radius: 6px;
  color: #F2F0FF;
  font-size: 12px;
  font-weight: 700;
}.vst_gc_info_amd {
  padding: 0.5rem 0.625rem 0.625rem;
}.vst_gc_name_amd {
  overflow: hidden;
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: 3px;
  max-width: 100%;
  font-size: 0.75rem;
  color: #C4BDE8;
  text-overflow: ellipsis;
}.vst_gc_prov_amd {
  font-size: 0.625rem;
  color: #5D5785;
}.vst_gc_tag_amd {
  padding: 2px 7px;
  border-radius: 0.25rem;
  letter-spacing: .04em;
  position: absolute;
  top: 6px;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 2;
  font-size: 0.563rem;
  left: 6px;
}.vst_gc_tag_hot_amd {
  background: #E8394A;
  color: #fff;
}.vst_gc_tag_new_amd {
  background: #22C55E;
  color: #12111E;
}.vst_gc_tag_jp_amd {
  background: #F59E0B;
  color: #12111E;
}.vst_gc_tag_ex_amd {
  background: #9B55E5;
  color: #fff;
}.vst_gc_tag_live_amd {
  background: #E8394A;
  color: #fff;
}.vst_gr_amd {
  background: #12111E;
  padding: 2rem 1rem 0;
}
@media(min-width: 767px) {.vst_gr_amd {
  padding: 2.25rem 1.5rem 0;
}
}.vst_gr_in_amd {
  margin: 0 auto;
  max-width: 82.5rem;
}.vst_gr_head_amd {
  gap: 12px;
  display: flex;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
  align-items: center;
}.vst_gr_head_l_amd {
  flex: 1;
  gap: 10px;
  min-width: 0;
  align-items: center;
  display: flex;
}.vst_gr_ic_amd {
  border-radius: 0.625rem;
  justify-content: center;
  height: 32px;
  width: 32px;
  align-items: center;
  flex-shrink: 0;
  display: flex;
}.vst_gr_ic_amd svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 16px;
  height: 1rem;
}.vst_gr_title_amd {
  font-weight: 700;
  overflow-wrap: break-word;
  font-family: 'Nunito', sans-serif;
  color: #F2F0FF;
  font-size: 1rem;
}
@media(min-width:768px) {.vst_gr_title_amd {
  font-size: 18px;
}
}.vst_gr_more_amd {
  transition: color .2s;
  gap: 5px;
  font-weight: 600;
  font-size: 12px;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
  color: #7A73A8;
  display: flex;
}.vst_gr_more_amd:hover {
  color: #6C5CE7;
}.vst_gr_more_amd svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 0.75rem;
  height: 0.75rem;
}.vst_gr_arrows_amd {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.vst_gr_arr_amd {
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  align-items: center;
  display: flex;
  color: #9E97CC;
  height: 1.875rem;
  justify-content: center;
  width: 1.875rem;
}.vst_gr_arr_amd:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F2F0FF;
}.vst_gr_arr_amd svg {
  height: 0.813rem;
  width: 13px;
  stroke-linejoin: round;
  stroke-linecap: round;
}.vst_gr_seo_h_amd {
  margin: 0 0 6px;
  max-width: 42.5rem;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #C4BDE8;
  font-family: 'Nunito', sans-serif;
  font-size: 0.813rem;
}
@media(min-width: 769px) {.vst_gr_seo_h_amd {
  font-size: 0.875rem;
}
}.vst_gr_seo_amd {
  color: #7A73A8;
  max-width: 42.5rem;
  line-height: 1.55;
  font-size: 12px;
  margin-bottom: 0.75rem;
  overflow-wrap: break-word;
}.vst_gr_seo_amd strong {
  color: #C4BDE8;
  font-weight: 600;
}.vst_gr_scroll_amd {
  gap: 0.625rem;
  display: flex;
  overflow-x: auto;
  padding-bottom: 0.625rem;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}.vst_gr_scroll_amd::-webkit-scrollbar {
  display: none;
}
@media(min-width: 769px) {.vst_gr_scroll_amd {
  gap: 0.75rem;
}
}.vst_tb_amd {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: #12111E;
  z-index: 80;
  right: 0;
  left: 0;
  display: flex;
  top: 0;
  position: fixed;
  height: 3.5rem;
  align-items: center;
}.vst_tb_in_amd {
  padding: 0 14px;
  gap: 0;
  align-items: center;
  height: 100%;
  display: flex;
  width: 100%;
}.vst_tb_burger_amd {
  border-radius: 0.625rem;
  gap: 5px;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  height: 38px;
  display: flex;
  margin-right: 0.5rem;
  width: 2.375rem;
}.vst_tb_burger_amd:hover {
  background: rgba(255, 255, 255, 0.05);
}.vst_tb_burger_line_amd {
  border-radius: 1px;
  background: #9E97CC;
  height: 2px;
  display: block;
  width: 1.125rem;
}
@media(min-width: 1081px) {.vst_tb_burger_amd {
  display: none;
}
}.vst_tb_logo_amd {
  gap: 0.563rem;
  display: flex;
  font-weight: 800;
  margin-right: 20px;
  align-items: center;
  letter-spacing: -.01em;
  flex-shrink: 0;
  color: #F2F0FF;
  font-size: 1.125rem;
  overflow-wrap: break-word;
}.vst_tb_logo_mark_amd {
  border-radius: 10px;
  overflow: hidden;
  height: 32px;
  display: flex;
  width: 32px;
  justify-content: center;
  align-items: center;
}.vst_tb_logo_mark_amd img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.vst_tb_nav_amd {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width:640px) {.vst_tb_nav_amd {
  display: flex;
}
}.vst_tb_tab_amd {
  padding: 8px 14px;
  transition: background .15s,color .15s;
  border-radius: 0.625rem;
  white-space: nowrap;
  color: #9E97CC;
  font-size: 13px;
  font-weight: 600;
}.vst_tb_tab_amd:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2F0FF;
}.vst_tb_tab_amd.vst_state_active_amd {
  background: rgba(108, 92, 231, 0.18);
  color: #F2F0FF;
}.vst_tb_right_amd {
  gap: 0.5rem;
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}.vst_tb_login_amd {
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.563rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  display: none;
  font-size: 0.813rem;
  color: #C4BDE8;
  font-weight: 600;
}.vst_tb_login_amd:hover {
  border-color: rgba(108, 92, 231, 0.55);
  color: #F2F0FF;
}
@media(min-width: 483px) {.vst_tb_login_amd {
  display: block;
}
}.vst_tb_reg_amd {
  border-radius: 10px;
  padding: 0.563rem 1.125rem;
  background: #22C55E;
  transition: background .2s;
  font-size: 13px;
  color: #0E0D1C;
  white-space: nowrap;
  font-weight: 700;
}.vst_tb_reg_amd:hover {
  background: #16A34A;
}.vst_sb_amd {
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #1B1A2C;
  transform: translateX(-100%);
  width: 220px;
  position: fixed;
  z-index: 70;
  top: 3.5rem;
  overflow-y: auto;
  bottom: 0;
  left: 0;
}.vst_sb_amd.vst_state_open_amd {
  transform: translateX(0);
}.vst_sb_amd::-webkit-scrollbar {
  width: 4px;
}.vst_sb_amd::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1083px) {.vst_sb_amd {
  transform: translateX(0);
}
}.vst_sb_auth_amd {
  padding: 0.875rem 0.75rem 0.625rem;
}.vst_sb_btn_reg_amd {
  transition: background .2s;
  border-radius: 0.625rem;
  padding: 0.688rem;
  background: #22C55E;
  font-weight: 700;
  font-size: 0.813rem;
  margin-bottom: 8px;
  display: block;
  color: #0E0D1C;
  text-align: center;
}.vst_sb_btn_reg_amd:hover {
  background: #16A34A;
}.vst_sb_btn_login_amd {
  background: rgba(255, 255, 255, 0.05);
  padding: 0.625rem;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  text-align: center;
  font-size: 13px;
  display: block;
  color: #C4BDE8;
  font-weight: 600;
}.vst_sb_btn_login_amd:hover {
  border-color: rgba(108, 92, 231, 0.55);
  color: #F2F0FF;
}.vst_sb_promo_amd {
  overflow: hidden;
  margin: 0 0.75rem 0.625rem;
  background: linear-gradient(135deg,#1E1040,#1B1A2C);
  padding: 0.75rem 0.875rem;
  border: 1px solid rgba(108, 92, 231, 0.18);
  border-radius: 0.625rem;
  position: relative;
}.vst_sb_promo_amd::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(108, 92, 231, 0.18),transparent 70%);
  top: -1.25rem;
  content: '';
  position: absolute;
  height: 80px;
  width: 80px;
  right: -20px;
}.vst_sb_promo_title_amd {
  color: #6C5CE7;
  font-size: 0.688rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
  margin-bottom: 4px;
}.vst_sb_promo_text_amd {
  line-height: 1.35;
  color: #F2F0FF;
  font-weight: 600;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.vst_sb_promo_sub_amd {
  margin-top: 3px;
  color: #7A73A8;
  font-size: 10px;
}.vst_sb_nav_amd {
  padding: 0.375rem 0.5rem 1rem;
}.vst_sb_nav_lb_amd {
  padding: 0.625rem 8px 6px;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #5D5785;
}.vst_sb_link_amd {
  border-radius: 6px;
  gap: 10px;
  transition: background .15s,color .15s;
  padding: 0.563rem 10px;
  overflow-wrap: break-word;
  align-items: center;
  display: flex;
  font-size: 13px;
  cursor: pointer;
  font-weight: 500;
  color: #9E97CC;
}.vst_sb_link_amd:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F2F0FF;
}.vst_sb_link_amd.vst_state_active_amd {
  background: rgba(108, 92, 231, 0.18);
  color: #F2F0FF;
}.vst_sb_ic_amd {
  border-radius: 6px;
  flex-shrink: 0;
  width: 30px;
  justify-content: center;
  height: 1.875rem;
  display: flex;
  align-items: center;
}.vst_sb_ic_amd svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
  height: 1rem;
}.vst_sb_ic_1_amd {
  background: rgba(108, 92, 231, 0.08);
  color: #6C5CE7;
}.vst_sb_ic_2_amd {
  background: rgba(34, 197, 94, 0.15);
  color: #22C55E;
}.vst_sb_ic_3_amd {
  background: rgba(245, 158, 11, 0.14);
  color: #F59E0B;
}.vst_sb_ic_4_amd {
  background: rgba(155, 85, 229, 0.16);
  color: #9B55E5;
}.vst_sb_ic_5_amd {
  background: rgba(108, 92, 231, 0.08);
  color: #EC4899;
}.vst_sb_ic_6_amd {
  background: rgba(155, 85, 229, 0.16);
  color: #A855F7;
}.vst_sb_badge_amd {
  background: #F59E0B;
  border-radius: 6px;
  padding: 2px 7px;
  margin-left: auto;
  font-size: 9px;
  font-weight: 700;
  color: #0E0D1C;
}.vst_sb_bot_amd {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.5rem;
  padding: 12px;
  display: flex;
}.vst_sb_lang_amd,.vst_sb_help_amd {
  background: rgba(255, 255, 255, 0.05);
  transition: border-color .2s;
  padding: 9px 6px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  flex: 1;
  border-radius: 0.375rem;
  gap: 0.375rem;
  align-items: center;
  display: flex;
  font-size: 11px;
  font-weight: 600;
  justify-content: center;
  color: #9E97CC;
}.vst_sb_lang_amd:hover,.vst_sb_help_amd:hover {
  border-color: rgba(108, 92, 231, 0.55);
  color: #F2F0FF;
}.vst_sb_lang_amd svg,.vst_sb_help_amd svg {
  height: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 13px;
}.vst_sb_bd_amd {
  background: rgba(10, 9, 20, 0.72);
  inset: 0;
  z-index: 69;
  display: none;
  position: fixed;
}.vst_sb_bd_amd.vst_state_on_amd {
  display: block;
}
@media(min-width:1080px) {.vst_sb_bd_amd {
  display: none!important;
}
}.vst_mob_nav_amd {
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #1B1A2C;
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 80;
  display: flex;
  left: 0;
}
@media(min-width: 1083px) {.vst_mob_nav_amd {
  display: none;
}
}.vst_mob_nav_item_amd {
  flex: 1;
  padding: 4px 2px;
  gap: 0.25rem;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  color: #5D5785;
  align-items: center;
}.vst_mob_nav_ic_amd {
  line-height: 1;
}.vst_mob_nav_ic_amd svg {
  height: 1.25rem;
  stroke-linejoin: round;
  width: 20px;
  stroke-linecap: round;
}.vst_mob_nav_lb_amd {
  color: #5D5785;
  font-weight: 600;
  font-size: 0.625rem;
}.vst_mob_nav_item_amd.vst_state_active_amd {
  color: #6C5CE7;
}.vst_mob_nav_item_amd.vst_state_active_amd .vst_mob_nav_lb_amd {
  color: #6C5CE7;
}.vst_hero_amd {
  background: #12111E;
  padding: 20px 1rem 0;
}
@media(min-width: 766px) {.vst_hero_amd {
  padding: 24px 24px 0;
}
}.vst_hero_in_amd {
  margin: 0 auto;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  max-width: 1320px;
  display: grid;
}
@media(min-width: 858px) {.vst_hero_in_amd {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1099px) {.vst_hero_in_amd {
  grid-template-columns: 1fr 21.25rem;
}
}.vst_hero_promo_amd {
  background: #171626;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
  min-height: 220px;
  align-items: stretch;
  display: flex;
}
@media(min-width: 769px) {.vst_hero_promo_amd {
  min-height: 280px;
}
}.vst_hero_promo_bg_amd {
  inset: 0;
  background: linear-gradient(120deg,#1E1040 0%,#12111E 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.vst_hero_promo_bg_amd::after {
  inset: 0;
  background: linear-gradient(90deg,#12111E 0%,rgba(10, 9, 20, 0.72) 60%,transparent 100%);
  position: absolute;
  content: '';
}.vst_hero_promo_glow_amd {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(155, 85, 229, 0.16) 0%,transparent 65%);
  width: 300px;
  top: -40px;
  position: absolute;
  right: 60px;
  pointer-events: none;
  height: 18.75rem;
}.vst_hero_promo_ct_amd {
  padding: 1.75rem 1.5rem 28px 28px;
  flex-direction: column;
  display: flex;
  z-index: 2;
  max-width: 480px;
  position: relative;
  justify-content: center;
}
@media(min-width: 769px) {.vst_hero_promo_ct_amd {
  padding: 40px 2rem;
}
}.vst_hero_badge_amd {
  border-radius: 1.25rem;
  border: 1px solid rgba(108, 92, 231, 0.08);
  padding: 5px 0.75rem;
  background: rgba(108, 92, 231, 0.18);
  margin-bottom: 0.875rem;
  letter-spacing: .08em;
  color: #6C5CE7;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.625rem;
}.vst_hero_h1_amd {
  font-size: 26px;
  margin-bottom: 10px;
  font-family: 'Nunito', sans-serif;
  line-height: 1.15;
  overflow-wrap: break-word;
  color: #F2F0FF;
  font-weight: 800;
}.vst_hero_h1_amd em {
  font-style: normal;
  color: #F59E0B;
}
@media(min-width: 771px) {.vst_hero_h1_amd {
  font-size: 36px;
}
}.vst_hero_sub_amd {
  line-height: 1.55;
  font-size: 0.813rem;
  margin-bottom: 1.25rem;
  color: #9E97CC;
}
@media(min-width: 766px) {.vst_hero_sub_amd {
  font-size: 14px;
}
}.vst_hero_row_amd {
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.vst_hero_cta_amd {
  padding: 13px 26px;
  background: #22C55E;
  transition: background .2s;
  border-radius: 0.625rem;
  box-shadow: 0 2px 0 rgba(34, 197, 94, 0.6), 0 0.375rem 1.25rem rgba(34, 197, 94, 0.3);
  color: #0E0D1C;
  font-weight: 700;
  font-size: 14px;
}.vst_hero_cta_amd:hover {
  background: #16A34A;
}.vst_hero_terms_amd {
  color: #5D5785;
  font-size: 11px;
}.vst_hero_game_amd {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #171626;
  overflow: hidden;
  display: flex;
  position: relative;
  flex-direction: column;
}.vst_hero_game_badge_amd {
  border: 1px solid rgba(245, 158, 11, 0.14);
  border-radius: 20px;
  background: rgba(245, 158, 11, 0.14);
  padding: 0.313rem 10px;
  z-index: 3;
  left: 12px;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 700;
  top: 12px;
  letter-spacing: .06em;
  position: absolute;
  color: #F59E0B;
}.vst_hero_game_badge_amd svg {
  margin-right: 4px;
  width: 0.688rem;
  height: 11px;
  vertical-align: -1px;
}.vst_hero_game_img_amd {
  overflow: hidden;
  background: linear-gradient(135deg,#1E1040,#12111E);
  position: relative;
  padding-bottom: 60%;
}.vst_hero_game_img_amd img {
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}.vst_hero_game_play_amd {
  inset: 0;
  background: rgba(10, 9, 20, 0.72);
  transition: opacity .2s;
  position: absolute;
  align-items: center;
  justify-content: center;
  opacity: 0;
  display: flex;
}.vst_hero_game_amd:hover .vst_hero_game_play_amd {
  opacity: 1;
}.vst_hero_game_play_amd span {
  border-radius: 50%;
  background: #6C5CE7;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 3.25rem;
  width: 3.25rem;
}.vst_hero_game_play_amd span svg {
  margin-left: 2px;
  width: 18px;
  height: 18px;
}.vst_hero_game_info_amd {
  padding: 0.875rem 16px;
}.vst_hero_game_title_amd {
  margin-bottom: 0.25rem;
  font-weight: 700;
  font-size: 15px;
  overflow-wrap: break-word;
  color: #F2F0FF;
}.vst_hero_game_provider_amd {
  font-size: 11px;
  color: #7A73A8;
}.vst_hero_game_btn_amd {
  margin: 12px 1rem 1rem;
  background: #6C5CE7;
  padding: 0.688rem;
  border-radius: 0.625rem;
  transition: background .2s;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  color: #F2F0FF;
}.vst_hero_game_amd:hover .vst_hero_game_btn_amd {
  background: #7D6FF2;
}.vst_gcg_amd {
  padding: 36px 16px 0;
  background: #12111E;
}
@media(min-width: 765px) {.vst_gcg_amd {
  padding: 44px 1.5rem 0;
}
}.vst_gcg_in_amd {
  margin: 0 auto;
  max-width: 1320px;
}.vst_gcg_head_amd {
  max-width: 45rem;
  margin-bottom: 20px;
}.vst_gcg_label_amd {
  font-size: 11px;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #6C5CE7;
}.vst_gcg_h2_amd {
  font-family: 'Nunito', sans-serif;
  margin-bottom: 8px;
  font-weight: 800;
  color: #F2F0FF;
  overflow-wrap: break-word;
  font-size: 1.375rem;
}
@media(min-width: 769px) {.vst_gcg_h2_amd {
  font-size: 28px;
}
}.vst_gcg_intro_amd {
  font-size: 13px;
  line-height: 1.6;
  color: #7A73A8;
}.vst_gcg_grid_amd {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.vst_gcg_grid_amd {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.vst_gcg_grid_amd {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.vst_gcg_card_amd {
  padding: 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  transition: transform .2s,border-color .2s;
  min-height: 15rem;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
  position: relative;
  flex-direction: column;
}.vst_gcg_card_amd:hover {
  transform: translateY(-3px);
  border-color: rgba(108, 92, 231, 0.18);
}.vst_gcg_card_bg_amd {
  inset: 0;
  z-index: 0;
  position: absolute;
}.vst_gcg_card_bg_amd::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.vst_gcg_card_ic_amd {
  background: rgba(0,0,0,.45);
  border-radius: 6px;
  top: 1.125rem;
  display: flex;
  width: 2.5rem;
  color: #F2F0FF;
  z-index: 2;
  height: 2.5rem;
  align-items: center;
  right: 1.125rem;
  position: absolute;
  justify-content: center;
}.vst_gcg_card_ic_amd svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.25rem;
  height: 1.25rem;
}.vst_gcg_card_ct_amd {
  position: relative;
  z-index: 1;
}.vst_gcg_card_h_amd {
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Nunito', sans-serif;
  line-height: 1.2;
  color: #F2F0FF;
  margin-bottom: 8px;
  font-size: 18px;
}
@media(min-width: 771px) {.vst_gcg_card_h_amd {
  font-size: 20px;
}
}.vst_gcg_card_p_amd {
  overflow-wrap: break-word;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
  font-size: 0.75rem;
  margin-bottom: 10px;
}.vst_gcg_card_p_amd strong {
  color: #F2F0FF;
  font-weight: 600;
}.vst_gcg_card_cta_amd {
  gap: 0.25rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  align-items: center;
  color: #6C5CE7;
  font-size: 0.75rem;
  display: inline-flex;
}.vst_gcg_card_cta_amd svg {
  width: 0.75rem;
  height: 0.75rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.vst_ws_amd {
  background: #12111E;
  padding: 2rem 16px 0;
}
@media(min-width: 766px) {.vst_ws_amd {
  padding: 36px 24px 0;
}
}.vst_ws_in_amd {
  margin: 0 auto;
  max-width: 82.5rem;
}.vst_ws_head_amd {
  gap: 12px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}.vst_ws_title_amd {
  gap: 0.625rem;
  overflow-wrap: break-word;
  color: #F2F0FF;
  flex-wrap: wrap;
  display: flex;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  align-items: center;
  font-weight: 700;
}.vst_ws_title_ic_amd svg {
  stroke-linecap: round;
  width: 1.125rem;
  height: 18px;
  color: #F59E0B;
  stroke-linejoin: round;
}.vst_ws_online_amd {
  gap: 7px;
  font-size: 12px;
  color: #7A73A8;
  display: flex;
  font-weight: 600;
  align-items: center;
}.vst_ws_online_dot_amd {
  background: #22C55E;
  border-radius: 50%;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0.375rem rgba(34, 197, 94, 0.15);
}.vst_ws_scroll_amd {
  gap: 8px;
  padding-bottom: 0.5rem;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}.vst_ws_scroll_amd::-webkit-scrollbar {
  display: none;
}.vst_wc_amd {
  padding: 0.625rem 0.875rem;
  border-radius: 10px;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #171626;
  display: flex;
  flex-shrink: 0;
  min-width: 13.75rem;
  align-items: center;
}.vst_wc_img_amd {
  border-radius: 6px;
  background: #1B1A2C;
  overflow: hidden;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
}.vst_wc_img_amd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.vst_wc_info_amd {
  min-width: 0;
}.vst_wc_game_amd {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #C4BDE8;
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.75rem;
}.vst_wc_player_amd {
  overflow: hidden;
  font-size: 0.625rem;
  text-overflow: ellipsis;
  color: #5D5785;
  white-space: nowrap;
}.vst_wc_amount_amd {
  white-space: nowrap;
  font-weight: 700;
  color: #22C55E;
  margin-left: auto;
  flex-shrink: 0;
  font-size: 0.813rem;
}.vst_prov_amd {
  padding: 2.25rem 1rem 0;
  background: #12111E;
}
@media(min-width: 765px) {.vst_prov_amd {
  padding: 2.75rem 24px 0;
}
}.vst_prov_in_amd {
  margin: 0 auto;
  max-width: 1320px;
}.vst_prov_head_amd {
  margin-bottom: 16px;
}.vst_prov_label_amd {
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 0.688rem;
  text-transform: uppercase;
  color: #6C5CE7;
}.vst_prov_h2_amd {
  font-family: 'Nunito', sans-serif;
  color: #F2F0FF;
  margin-bottom: 0.5rem;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 771px) {.vst_prov_h2_amd {
  font-size: 1.5rem;
}
}.vst_prov_seo_amd {
  line-height: 1.6;
  font-size: 0.813rem;
  max-width: 38.75rem;
  color: #7A73A8;
  overflow-wrap: break-word;
  margin-bottom: 1rem;
}.vst_prov_seo_amd strong {
  font-weight: 700;
  color: #C4BDE8;
}.vst_prov_seo_amd a {
  color: #6C5CE7;
  text-decoration: underline;
}.vst_prov_grid_amd {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 641px) {.vst_prov_grid_amd {
  gap: 0.625rem;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1082px) {.vst_prov_grid_amd {
  grid-template-columns: repeat(8,1fr);
}
}.vst_prov_card_amd {
  gap: 7px;
  padding: 14px 10px;
  background: #171626;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,background .2s;
  border-radius: 10px;
  flex-direction: column;
  display: flex;
  align-items: center;
  cursor: pointer;
}.vst_prov_card_amd:hover {
  background: #1B1A2C;
  border-color: rgba(108, 92, 231, 0.55);
}.vst_prov_logo_amd {
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  align-items: center;
  display: flex;
  height: 2.75rem;
  width: 2.75rem;
  justify-content: center;
}.vst_prov_logo_amd img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}.vst_prov_name_amd {
  text-align: center;
  color: #9E97CC;
  overflow-wrap: break-word;
  font-size: 0.688rem;
  font-weight: 600;
}.vst_bon_amd {
  background: #12111E;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.vst_bon_amd {
  padding: 44px 24px 0;
}
}.vst_bon_in_amd {
  margin: 0 auto;
  max-width: 82.5rem;
}.vst_bon_head_amd {
  margin-bottom: 20px;
}.vst_bon_label_amd {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #6C5CE7;
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
}.vst_bon_h2_amd {
  font-size: 20px;
  font-family: 'Nunito', sans-serif;
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F2F0FF;
  margin-bottom: 0.5rem;
}
@media(min-width: 770px) {.vst_bon_h2_amd {
  font-size: 1.5rem;
}
}.vst_bon_seo_amd {
  max-width: 620px;
  line-height: 1.6;
  color: #7A73A8;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.vst_bon_seo_amd strong {
  color: #C4BDE8;
  font-weight: 700;
}.vst_bon_seo_amd a {
  color: #6C5CE7;
  text-decoration: underline;
}.vst_bon_grid_amd {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width:640px) {.vst_bon_grid_amd {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.vst_bon_grid_amd {
  grid-template-columns: repeat(5,1fr);
}
}.vst_bon_card_amd {
  border-radius: 0.625rem;
  background: #171626;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s,transform .2s;
  padding: 16px;
}.vst_bon_card_amd:hover {
  border-color: rgba(108, 92, 231, 0.08);
  transform: translateY(-2px);
}.vst_bon_card_ic_amd svg {
  width: 26px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 26px;
}.vst_bon_card_ic_amd {
  margin-bottom: 10px;
}.vst_bon_card_type_amd {
  letter-spacing: .06em;
  font-weight: 700;
  color: #7A73A8;
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
  text-transform: uppercase;
}.vst_bon_card_amount_amd {
  margin-bottom: 6px;
  color: #F59E0B;
  font-size: 1.125rem;
  line-height: 1.1;
  font-weight: 800;
}.vst_bon_card_name_amd {
  color: #F2F0FF;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}.vst_bon_card_detail_amd {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  overflow-wrap: break-word;
  color: #5D5785;
  font-size: 0.688rem;
  line-height: 1.5;
  padding-top: 0.5rem;
}.vst_app_amd {
  padding: 36px 16px 0;
  background: #12111E;
}
@media(min-width: 766px) {.vst_app_amd {
  padding: 2.75rem 1.5rem 0;
}
}.vst_app_in_amd {
  margin: 0 auto;
  max-width: 82.5rem;
}.vst_app_head_amd {
  margin-bottom: 1rem;
}.vst_app_label_amd {
  text-transform: uppercase;
  font-weight: 700;
  color: #6C5CE7;
  letter-spacing: .08em;
  font-size: 11px;
  margin-bottom: 8px;
}.vst_app_h2_amd {
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 0.375rem;
  font-weight: 800;
  font-family: 'Nunito', sans-serif;
  color: #F2F0FF;
}
@media(min-width: 765px) {.vst_app_h2_amd {
  font-size: 1.5rem;
}
}.vst_app_sub_amd {
  font-size: 0.813rem;
  color: #7A73A8;
  line-height: 1.6;
  overflow-wrap: break-word;
  max-width: 37.5rem;
}.vst_app_sub_amd strong {
  color: #C4BDE8;
  font-weight: 700;
}.vst_app_cards_amd {
  gap: 0.625rem;
  display: grid;
  margin-top: 1rem;
  grid-template-columns: 1fr;
}
@media(min-width: 641px) {.vst_app_cards_amd {
  grid-template-columns: repeat(3,1fr);
}
}.vst_app_card_amd {
  overflow: hidden;
  gap: 1rem;
  padding: 20px;
  border-radius: 10px;
  flex-wrap: wrap;
  display: flex;
  position: relative;
  align-items: flex-start;
}.vst_app_card_ios_amd {
  background: linear-gradient(135deg,rgba(108, 92, 231, 0.18) 0%,#1B1A2C 100%);
}.vst_app_card_android_amd {
  background: linear-gradient(135deg,rgba(34, 197, 94, 0.15) 0%,#1B1A2C 100%);
}.vst_app_card_win_amd {
  background: linear-gradient(135deg,rgba(245, 158, 11, 0.14) 0%,#1B1A2C 100%);
}.vst_app_card_ic_amd svg {
  stroke-linejoin: round;
  width: 2.125rem;
  stroke-linecap: round;
  height: 2.125rem;
}.vst_app_card_ic_amd {
  flex-shrink: 0;
  color: #F2F0FF;
}.vst_app_card_os_amd {
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #7A73A8;
  font-size: 10px;
}.vst_app_card_title_amd {
  overflow-wrap: break-word;
  color: #F2F0FF;
  font-weight: 700;
  line-height: 1.2;
  font-size: 15px;
  margin-bottom: 0.375rem;
}.vst_app_card_text_amd {
  overflow-wrap: break-word;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #7A73A8;
  margin-bottom: 0.875rem;
}.vst_app_card_btn_amd {
  padding: 0.625rem 18px;
  border: 1px solid rgba(108, 92, 231, 0.55);
  gap: 0.438rem;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 0.375rem;
  transition: background .2s;
  color: #F2F0FF;
  display: inline-flex;
  font-size: 13px;
  align-items: center;
  font-weight: 700;
}.vst_app_card_btn_amd:hover {
  background: rgba(255, 255, 255, 0.07);
}.vst_reg_amd {
  background: #12111E;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 771px) {.vst_reg_amd {
  padding: 44px 1.5rem 0;
}
}.vst_reg_in_amd {
  background: #1B1A2C;
  border-radius: 16px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 28px 24px;
  max-width: 82.5rem;
}
@media(min-width: 767px) {.vst_reg_in_amd {
  padding: 40px;
}
}.vst_reg_top_amd {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width:860px) {.vst_reg_top_amd {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.vst_reg_label_amd {
  font-weight: 700;
  color: #6C5CE7;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}.vst_reg_h2_amd {
  font-size: 1.375rem;
  line-height: 1.2;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  font-family: 'Nunito', sans-serif;
  color: #F2F0FF;
  font-weight: 800;
}
@media(min-width: 769px) {.vst_reg_h2_amd {
  font-size: 28px;
}
}.vst_reg_bonus_amd {
  border-radius: 0.625rem;
  padding: 10px 16px;
  background: rgba(245, 158, 11, 0.14);
  border: 1px solid rgba(245, 158, 11, 0.14);
  gap: 0.5rem;
  margin-bottom: 16px;
  align-items: center;
  display: inline-flex;
}.vst_reg_bonus_amount_amd {
  font-weight: 800;
  font-size: 1.25rem;
  color: #F59E0B;
}.vst_reg_bonus_text_amd {
  font-size: 13px;
  color: #9E97CC;
  line-height: 1.35;
}.vst_reg_cta_btn_amd {
  padding: 14px 2rem;
  border-radius: 10px;
  background: #22C55E;
  transition: background .2s;
  display: inline-block;
  box-shadow: 0 2px 0 rgba(34, 197, 94, 0.6), 0 6px 20px rgba(34, 197, 94, 0.3);
  font-size: 0.938rem;
  margin-bottom: 0.75rem;
  color: #0E0D1C;
  font-weight: 700;
}.vst_reg_cta_btn_amd:hover {
  background: #16A34A;
}.vst_reg_terms_amd {
  line-height: 1.5;
  font-size: 11px;
  color: #5D5785;
}.vst_reg_seo_amd {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.65;
  font-size: 0.813rem;
  color: #7A73A8;
  padding-top: 20px;
  margin-top: 20px;
  overflow-wrap: break-word;
}.vst_reg_seo_amd p {
  color: #7A73A8;
  line-height: 1.65;
  font-size: 0.813rem;
  margin-bottom: 0.625rem;
}.vst_reg_seo_amd p:last-child {
  margin-bottom: 0;
}.vst_reg_seo_amd strong {
  color: #C4BDE8;
  font-weight: 700;
}.vst_reg_seo_amd a {
  transition: color .2s;
  text-decoration: underline;
  color: #6C5CE7;
}.vst_reg_seo_amd a:hover {
  color: #7D6FF2;
}.vst_reg_seo_amd ul,.vst_reg_seo_amd ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.vst_reg_seo_amd ol {
  list-style: decimal;
}.vst_reg_seo_amd li {
  font-size: 0.813rem;
  color: #7A73A8;
  margin-bottom: 4px;
  line-height: 1.65;
}.vst_reg_seo_amd table {
  display: block;
  width: 100%;
  font-size: 0.813rem;
  overflow-x: auto;
  border-collapse: collapse;
  margin-bottom: 10px;
}
@media(min-width: 769px) {.vst_reg_seo_amd table {
  display: table;
}
}.vst_reg_seo_amd th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  font-weight: 700;
  color: #C4BDE8;
}.vst_reg_seo_amd td {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #7A73A8;
}.vst_reg_steps_amd {
  gap: 14px;
  flex-direction: column;
  display: flex;
  margin-top: 28px;
}
@media(min-width: 863px) {.vst_reg_steps_amd {
  margin-top: 0;
}
}.vst_reg_step_amd {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  display: flex;
  align-items: flex-start;
}.vst_reg_step_num_amd {
  background: rgba(108, 92, 231, 0.18);
  border: 1px solid rgba(108, 92, 231, 0.08);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  width: 2.125rem;
  display: flex;
  font-size: 0.875rem;
  flex-shrink: 0;
  color: #6C5CE7;
  height: 34px;
  font-weight: 800;
}.vst_reg_step_title_amd {
  color: #F2F0FF;
  font-size: 0.875rem;
  margin-bottom: 3px;
  font-weight: 700;
}.vst_reg_step_text_amd {
  font-size: 0.75rem;
  color: #7A73A8;
  line-height: 1.5;
}.vst_reg_trust_amd {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  display: flex;
  margin-top: 1.25rem;
  padding-top: 20px;
  flex-wrap: wrap;
}.vst_reg_trust_item_amd {
  gap: 0.438rem;
  overflow-wrap: break-word;
  align-items: center;
  font-size: 12px;
  display: flex;
  color: #7A73A8;
}.vst_reg_trust_ic_amd svg {
  height: 16px;
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  color: #6C5CE7;
}.vst_pmt_amd {
  padding: 2.25rem 16px 0;
  background: #12111E;
}
@media(min-width: 771px) {.vst_pmt_amd {
  padding: 2.75rem 24px 0;
}
}.vst_pmt_in_amd {
  margin: 0 auto;
  max-width: 1320px;
}.vst_pmt_head_amd {
  max-width: 45rem;
  margin-bottom: 1.375rem;
}.vst_pmt_label_amd {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 0.688rem;
  color: #6C5CE7;
  margin-bottom: 8px;
  font-weight: 700;
}.vst_pmt_h2_amd {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 8px;
  font-family: 'Nunito', sans-serif;
  color: #F2F0FF;
  font-size: 1.375rem;
}
@media(min-width:768px) {.vst_pmt_h2_amd {
  font-size: 1.75rem;
}
}.vst_pmt_intro_amd {
  font-size: 14px;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #7A73A8;
}.vst_pmt_groups_amd {
  gap: 1.25rem;
  flex-direction: column;
  display: flex;
}.vst_pmt_group_amd {
  background: #1B1A2C;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.vst_pmt_group_head_amd {
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.625rem;
}.vst_pmt_group_ic_amd {
  background: rgba(108, 92, 231, 0.18);
  border-radius: 6px;
  width: 2.25rem;
  height: 36px;
  justify-content: center;
  align-items: center;
  color: #6C5CE7;
  display: flex;
  flex-shrink: 0;
}.vst_pmt_group_ic_amd svg {
  stroke-linecap: round;
  width: 18px;
  stroke-linejoin: round;
  height: 1.125rem;
}.vst_pmt_group_h_amd {
  margin: 0;
  font-weight: 700;
  color: #F2F0FF;
  overflow-wrap: break-word;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
}.vst_pmt_group_p_amd {
  line-height: 1.6;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  color: #7A73A8;
}.vst_pmt_group_p_amd strong {
  font-weight: 600;
  color: #C4BDE8;
}.vst_pmt_table_wrap_amd {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.vst_pmt_table_amd {
  font-size: 13px;
  min-width: 33.75rem;
  width: 100%;
  border-collapse: collapse;
}.vst_pmt_table_amd th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  letter-spacing: .04em;
  text-align: left;
  font-size: 0.688rem;
  color: #C4BDE8;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 700;
}.vst_pmt_table_amd td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  color: #7A73A8;
}.vst_pmt_table_amd tbody tr:last-child td {
  border-bottom: none;
}.vst_pmt_table_amd tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C4BDE8;
}.vst_seo_amd {
  padding: 2.25rem 16px 0;
  background: #12111E;
}
@media(min-width: 769px) {.vst_seo_amd {
  padding: 44px 1.5rem 0;
}
}.vst_seo_in_amd {
  background: #1B1A2C;
  padding: 1.75rem 24px;
  border-radius: 1rem;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 1320px;
}
@media(min-width: 765px) {.vst_seo_in_amd {
  padding: 2.25rem 2.5rem;
}
}.vst_seo_label_amd {
  color: #6C5CE7;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
  font-weight: 700;
}.vst_seo_h2_amd {
  font-family: 'Nunito', sans-serif;
  color: #F2F0FF;
  line-height: 1.25;
  font-weight: 800;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  margin-bottom: 0.875rem;
}
@media(min-width: 769px) {.vst_seo_h2_amd {
  font-size: 1.5rem;
}
}.vst_seo_body_amd {
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
  color: #9E97CC;
}.vst_seo_body_amd p {
  font-size: 14px;
  line-height: 1.75;
  color: #9E97CC;
  margin-bottom: 0.75rem;
}.vst_seo_body_amd p:last-child {
  margin-bottom: 0;
}.vst_seo_body_amd strong {
  color: #C4BDE8;
  font-weight: 700;
}.vst_seo_body_amd a {
  transition: color .2s;
  text-decoration: underline;
  color: #6C5CE7;
}.vst_seo_body_amd a:hover {
  color: #7D6FF2;
}.vst_seo_body_amd ul,.vst_seo_body_amd ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.vst_seo_body_amd ol {
  list-style: decimal;
}.vst_seo_body_amd li {
  color: #9E97CC;
  line-height: 1.75;
  font-size: 14px;
  margin-bottom: 0.375rem;
}.vst_seo_body_amd table {
  margin-bottom: 12px;
  font-size: 0.813rem;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
}
@media(min-width: 765px) {.vst_seo_body_amd table {
  display: table;
}
}.vst_seo_body_amd th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  color: #C4BDE8;
  font-weight: 700;
  text-align: left;
}.vst_seo_body_amd td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #9E97CC;
}.vst_seo_cols_amd {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 643px) {.vst_seo_cols_amd {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.vst_seo_cols_amd {
  grid-template-columns: repeat(3,1fr);
}
}.vst_seo_col_h_amd {
  color: #C4BDE8;
  font-size: 0.813rem;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-weight: 700;
}.vst_seo_col_p_amd {
  color: #7A73A8;
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.vst_seo_stats_amd {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.vst_seo_stat_amd {
  background: rgba(108, 92, 231, 0.08);
  border-radius: 0.625rem;
  border: 1px solid rgba(108, 92, 231, 0.18);
  flex: 1;
  padding: 14px 1rem;
  min-width: 140px;
}.vst_seo_stat_val_amd {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #6C5CE7;
  margin-bottom: 4px;
  font-size: 20px;
}.vst_seo_stat_lb_amd {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #7A73A8;
}.vst_seo_amd {
  padding: 36px 16px 0;
  background: #12111E;
}
@media(min-width:768px) {.vst_seo_amd {
  padding: 2.75rem 24px 0;
}
}.vst_seo_in_amd {
  background: #1B1A2C;
  border-radius: 1rem;
  margin: 0 auto;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 1320px;
}
@media(min-width: 769px) {.vst_seo_in_amd {
  padding: 36px 40px;
}
}.vst_seo_label_amd {
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #6C5CE7;
  margin-bottom: 0.625rem;
  letter-spacing: .08em;
}.vst_seo_h2_amd {
  overflow-wrap: break-word;
  color: #F2F0FF;
  margin-bottom: 14px;
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 800;
}
@media(min-width: 769px) {.vst_seo_h2_amd {
  font-size: 1.5rem;
}
}.vst_seo_body_amd {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #9E97CC;
  overflow-wrap: break-word;
}.vst_seo_body_amd p {
  margin-bottom: 12px;
  color: #9E97CC;
  line-height: 1.75;
  font-size: 0.875rem;
}.vst_seo_body_amd p:last-child {
  margin-bottom: 0;
}.vst_seo_body_amd strong {
  color: #C4BDE8;
  font-weight: 700;
}.vst_seo_body_amd a {
  transition: color .2s;
  text-decoration: underline;
  color: #6C5CE7;
}.vst_seo_body_amd a:hover {
  color: #7D6FF2;
}.vst_seo_body_amd ul,.vst_seo_body_amd ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.vst_seo_body_amd ol {
  list-style: decimal;
}.vst_seo_body_amd li {
  margin-bottom: 0.375rem;
  font-size: 14px;
  line-height: 1.75;
  color: #9E97CC;
}.vst_seo_body_amd table {
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  font-size: 0.813rem;
  margin-bottom: 0.75rem;
}
@media(min-width: 771px) {.vst_seo_body_amd table {
  display: table;
}
}.vst_seo_body_amd th {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C4BDE8;
  font-weight: 700;
  text-align: left;
}.vst_seo_body_amd td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #9E97CC;
}.vst_seo_cols_amd {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 643px) {.vst_seo_cols_amd {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.vst_seo_cols_amd {
  grid-template-columns: repeat(3,1fr);
}
}.vst_seo_col_h_amd {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  margin-bottom: 7px;
  color: #C4BDE8;
  font-weight: 700;
}.vst_seo_col_p_amd {
  color: #7A73A8;
  line-height: 1.65;
  overflow-wrap: break-word;
  font-size: 13px;
}.vst_seo_stats_amd {
  gap: 1rem;
  margin: 20px 0;
  flex-wrap: wrap;
  display: flex;
}.vst_seo_stat_amd {
  padding: 14px 16px;
  background: rgba(108, 92, 231, 0.08);
  border: 1px solid rgba(108, 92, 231, 0.18);
  border-radius: 10px;
  flex: 1;
  min-width: 140px;
}.vst_seo_stat_val_amd {
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-weight: 800;
  color: #6C5CE7;
}.vst_seo_stat_lb_amd {
  overflow-wrap: break-word;
  color: #7A73A8;
  font-size: 11px;
}.vst_seo_amd {
  padding: 36px 16px 0;
  background: #12111E;
}
@media(min-width: 765px) {.vst_seo_amd {
  padding: 44px 1.5rem 0;
}
}.vst_seo_in_amd {
  border-radius: 1rem;
  margin: 0 auto;
  padding: 1.75rem 24px;
  background: #1B1A2C;
  border: 1px solid rgba(255, 255, 255, 0.09);
  max-width: 82.5rem;
}
@media(min-width: 769px) {.vst_seo_in_amd {
  padding: 36px 40px;
}
}.vst_seo_label_amd {
  margin-bottom: 10px;
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #6C5CE7;
  letter-spacing: .08em;
}.vst_seo_h2_amd {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.25;
  font-size: 20px;
  font-family: 'Nunito', sans-serif;
  color: #F2F0FF;
}
@media(min-width: 770px) {.vst_seo_h2_amd {
  font-size: 1.5rem;
}
}.vst_seo_body_amd {
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.75;
  color: #9E97CC;
}.vst_seo_body_amd p {
  margin-bottom: 12px;
  color: #9E97CC;
  line-height: 1.75;
  font-size: 0.875rem;
}.vst_seo_body_amd p:last-child {
  margin-bottom: 0;
}.vst_seo_body_amd strong {
  color: #C4BDE8;
  font-weight: 700;
}.vst_seo_body_amd a {
  transition: color .2s;
  text-decoration: underline;
  color: #6C5CE7;
}.vst_seo_body_amd a:hover {
  color: #7D6FF2;
}.vst_seo_body_amd ul,.vst_seo_body_amd ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 22px;
}.vst_seo_body_amd ol {
  list-style: decimal;
}.vst_seo_body_amd li {
  margin-bottom: 0.375rem;
  color: #9E97CC;
  line-height: 1.75;
  font-size: 14px;
}.vst_seo_body_amd table {
  border-collapse: collapse;
  font-size: 0.813rem;
  display: block;
  margin-bottom: 0.75rem;
  overflow-x: auto;
  width: 100%;
}
@media(min-width: 769px) {.vst_seo_body_amd table {
  display: table;
}
}.vst_seo_body_amd th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  color: #C4BDE8;
  text-align: left;
  font-weight: 700;
}.vst_seo_body_amd td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #9E97CC;
}.vst_seo_cols_amd {
  gap: 1.5rem;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 641px) {.vst_seo_cols_amd {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.vst_seo_cols_amd {
  grid-template-columns: repeat(3,1fr);
}
}.vst_seo_col_h_amd {
  font-weight: 700;
  font-size: 0.813rem;
  color: #C4BDE8;
  margin-bottom: 7px;
  overflow-wrap: break-word;
}.vst_seo_col_p_amd {
  font-size: 13px;
  color: #7A73A8;
  overflow-wrap: break-word;
  line-height: 1.65;
}.vst_seo_stats_amd {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.vst_seo_stat_amd {
  background: rgba(108, 92, 231, 0.08);
  border-radius: 0.625rem;
  border: 1px solid rgba(108, 92, 231, 0.18);
  padding: 0.875rem 16px;
  flex: 1;
  min-width: 140px;
}.vst_seo_stat_val_amd {
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-weight: 800;
  color: #6C5CE7;
  font-size: 1.25rem;
}.vst_seo_stat_lb_amd {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #7A73A8;
}.vst_faq_amd {
  padding: 2.25rem 1rem 0;
  background: #12111E;
}
@media(min-width: 767px) {.vst_faq_amd {
  padding: 2.75rem 24px 0;
}
}.vst_faq_in_amd {
  margin: 0 auto;
  max-width: 1320px;
}.vst_faq_head_amd {
  margin-bottom: 20px;
}.vst_faq_label_amd {
  font-size: 0.688rem;
  color: #6C5CE7;
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}.vst_faq_h2_amd {
  font-weight: 800;
  overflow-wrap: break-word;
  color: #F2F0FF;
  font-size: 1.25rem;
  font-family: 'Nunito', sans-serif;
}
@media(min-width: 765px) {.vst_faq_h2_amd {
  font-size: 24px;
}
}.vst_faq_list_amd {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.vst_faq_item_amd {
  overflow: hidden;
  background: #1B1A2C;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
}.vst_faq_q_amd {
  transition: color .2s;
  padding: 1rem 1.25rem;
  gap: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #C4BDE8;
  align-items: center;
  flex-wrap: wrap;
  overflow-wrap: break-word;
  display: flex;
  justify-content: space-between;
}.vst_faq_q_amd:hover {
  color: #F2F0FF;
}.vst_faq_q_ic_amd {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  transition: transform .25s;
  width: 1.5rem;
  flex-shrink: 0;
  color: #6C5CE7;
  align-items: center;
  display: flex;
  height: 1.5rem;
  font-size: 1rem;
  justify-content: center;
}.vst_faq_item_amd.vst_state_open_amd .vst_faq_q_ic_amd {
  transform: rotate(45deg);
}.vst_faq_a_amd {
  padding: 0 1.25rem 1rem;
  display: none;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.7;
  color: #7A73A8;
}.vst_faq_item_amd.vst_state_open_amd .vst_faq_a_amd {
  display: block;
}.vst_faq_a_amd strong {
  color: #C4BDE8;
  font-weight: 700;
}.vst_faq_a_amd a {
  color: #6C5CE7;
  text-decoration: underline;
}.vst_faq_a_amd ul,.vst_faq_a_amd ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.vst_faq_a_amd ol {
  list-style: decimal;
}.vst_faq_a_amd li {
  margin-bottom: 4px;
  line-height: 1.6;
}.vst_faq_a_amd table {
  margin: 0.5rem 0;
  overflow-x: auto;
  font-size: 12px;
  border-collapse: collapse;
  display: block;
  width: 100%;
}
@media(min-width: 766px) {.vst_faq_a_amd table {
  display: table;
}
}.vst_faq_a_amd th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.375rem 8px;
  color: #C4BDE8;
  text-align: left;
  font-weight: 700;
}.vst_faq_a_amd td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.375rem 8px;
  color: #7A73A8;
}.vst_ft_amd {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #0D0C18;
  margin-top: 3rem;
}.vst_ft_support_amd {
  padding: 24px 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 765px) {.vst_ft_support_amd {
  padding: 28px 24px;
}
}.vst_ft_support_in_amd {
  margin: 0 auto;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  max-width: 82.5rem;
  align-items: center;
}.vst_ft_support_main_amd {
  gap: 1rem;
  flex: 1;
  align-items: center;
  min-width: 13.75rem;
  flex-wrap: wrap;
  display: flex;
}.vst_ft_support_ic_amd {
  color: #6C5CE7;
  flex-shrink: 0;
}.vst_ft_support_ic_amd svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.875rem;
  width: 1.875rem;
}.vst_ft_support_text_title_amd {
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 3px;
  color: #F2F0FF;
  font-size: 0.938rem;
}.vst_ft_support_text_sub_amd {
  color: #7A73A8;
  font-size: 0.75rem;
  overflow-wrap: break-word;
}.vst_ft_support_btn_amd {
  padding: 11px 1.375rem;
  transition: background .2s;
  background: #6C5CE7;
  border-radius: 10px;
  font-size: 0.813rem;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 700;
  color: #F2F0FF;
}.vst_ft_support_btn_amd:hover {
  background: #7D6FF2;
}.vst_ft_support_contacts_amd {
  gap: 1rem;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
}.vst_ft_support_contact_amd {
  font-size: 0.75rem;
  color: #5D5785;
  line-height: 1.4;
}.vst_ft_support_contact_amd strong {
  display: block;
  font-weight: 600;
  margin-bottom: 2px;
  color: #9E97CC;
  font-size: 0.688rem;
}.vst_ft_main_amd {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 1rem 1.5rem;
}
@media(min-width:768px) {.vst_ft_main_amd {
  padding: 2.5rem 24px 32px;
}
}.vst_ft_main_in_amd {
  margin: 0 auto;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 1320px;
}
@media(min-width: 641px) {.vst_ft_main_in_amd {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width:1080px) {.vst_ft_main_in_amd {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.vst_ft_col_logo_amd {
  grid-column: 1/-1;
}
@media(min-width: 1082px) {.vst_ft_col_logo_amd {
  grid-column: auto;
}
}.vst_ft_logo_amd {
  gap: 9px;
  font-weight: 800;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
  font-size: 1rem;
  color: #F2F0FF;
  overflow-wrap: break-word;
  display: flex;
}.vst_ft_logo_mark_amd {
  border-radius: 6px;
  overflow: hidden;
  width: 1.875rem;
  height: 1.875rem;
}.vst_ft_logo_mark_amd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.vst_ft_logo_sub_amd {
  line-height: 1.55;
  font-size: 12px;
  overflow-wrap: break-word;
  max-width: 200px;
  color: #5D5785;
}.vst_ft_col_title_amd {
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #9E97CC;
}.vst_ft_col_links_amd {
  gap: 9px;
  flex-direction: column;
  display: flex;
}.vst_ft_col_link_amd {
  transition: color .2s;
  font-size: 13px;
  color: #5D5785;
  overflow-wrap: break-word;
}.vst_ft_col_link_amd:hover {
  color: #C4BDE8;
}.vst_ft_apps_amd {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.vst_ft_app_card_amd {
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: border-color .2s;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  display: flex;
  align-items: center;
}.vst_ft_app_card_amd:hover {
  border-color: rgba(108, 92, 231, 0.55);
}.vst_ft_app_card_ic_amd svg {
  stroke-linejoin: round;
  width: 22px;
  height: 22px;
  stroke-linecap: round;
}.vst_ft_app_card_os_amd {
  font-size: 0.625rem;
  color: #5D5785;
  font-weight: 600;
}.vst_ft_app_card_action_amd {
  font-weight: 700;
  color: #C4BDE8;
  font-size: 0.75rem;
}.vst_ft_bot_amd {
  padding: 20px 16px;
}
@media(min-width: 765px) {.vst_ft_bot_amd {
  padding: 1.25rem 1.5rem;
}
}.vst_ft_bot_in_amd {
  gap: 16px;
  margin: 0 auto;
  max-width: 82.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.vst_ft_socials_amd {
  gap: 8px;
  display: flex;
}.vst_ft_soc_amd {
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background .2s;
  width: 36px;
  display: flex;
  color: #9E97CC;
  align-items: center;
  justify-content: center;
  height: 36px;
}.vst_ft_soc_amd svg {
  stroke-linecap: round;
  height: 16px;
  width: 16px;
  stroke-linejoin: round;
}.vst_ft_soc_amd:hover {
  background: rgba(255, 255, 255, 0.07);
}.vst_ft_legal_amd {
  flex: 1;
  font-size: 0.688rem;
  line-height: 1.6;
  min-width: 200px;
  color: #8E88BC;
  overflow-wrap: break-word;
}.vst_ft_legal_amd strong {
  font-weight: 700;
  color: #9E97CC;
}.vst_ft_legal_amd a {
  text-decoration: underline;
  color: #9E97CC;
}.vst_ft_age_amd {
  border: 2px solid #8E88BC;
  border-radius: 50%;
  height: 32px;
  font-weight: 800;
  color: #8E88BC;
  justify-content: center;
  margin-left: auto;
  align-items: center;
  font-size: 11px;
  width: 2rem;
  flex-shrink: 0;
  display: flex;
}