*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #0D0B1A;
  min-height: 100vh;
  font-family: 'Nunito', sans-serif;
  line-height: 1.6;
  color: #C8BFF0;
  -webkit-font-smoothing: antialiased;
}img,svg {
  display: block;
  max-width: 100%;
}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;
}.vqk_layout-3t0 {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.vqk_page-3t0 {
  display: flex;
  min-height: 100vh;
}.vqk_main-3t0 {
  flex: 1;
  min-width: 0;
  padding-top: 3.5rem;
}
@media(min-width: 1081px) {.vqk_main-3t0 {
  padding-left: 220px;
}
}
@media(max-width: 1081px) {.vqk_main-3t0 {
  padding-bottom: 72px;
}
}.vqk_gc-3t0 {
  background: #120F22;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform .2s,border-color .2s;
  border-radius: 0.625rem;
  width: 8.75rem;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
@media(min-width: 641px) {.vqk_gc-3t0 {
  width: 9.75rem;
}
}
@media(min-width: 1077px) {.vqk_gc-3t0 {
  width: 10.5rem;
}
}.vqk_gc-3t0:hover {
  border-color: rgba(139, 79, 216, 0.07);
  transform: translateY(-3px);
}.vqk_gc_img-3t0 {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.vqk_gc_img-3t0 img {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}.vqk_gc_hover-3t0 {
  transition: opacity .2s;
  inset: 0;
  background: rgba(7, 5, 16, 0.72);
  display: flex;
  justify-content: center;
  opacity: 0;
  position: absolute;
  align-items: center;
}.vqk_gc-3t0:hover .vqk_gc_hover-3t0 {
  opacity: 1;
}.vqk_gc_hover_btn-3t0 {
  padding: 0.5rem 16px;
  border-radius: 0.313rem;
  background: #8B4FD8;
  font-weight: 700;
  color: #F0ECFF;
  font-size: 12px;
}.vqk_gc_info-3t0 {
  padding: 0.5rem 10px 10px;
}.vqk_gc_name-3t0 {
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  color: #C8BFF0;
  white-space: nowrap;
  max-width: 100%;
  margin-bottom: 3px;
  text-overflow: ellipsis;
}.vqk_gc_prov-3t0 {
  color: #524878;
  font-size: 0.625rem;
}.vqk_gc_tag-3t0 {
  padding: 2px 7px;
  border-radius: 0.25rem;
  font-weight: 700;
  text-transform: uppercase;
  left: 6px;
  font-size: 9px;
  top: 0.375rem;
  z-index: 2;
  letter-spacing: .04em;
  position: absolute;
}.vqk_gc_tag_hot-3t0 {
  background: #E83848;
  color: #fff;
}.vqk_gc_tag_new-3t0 {
  background: #2DC878;
  color: #0D0B1A;
}.vqk_gc_tag_jp-3t0 {
  background: #F0A82A;
  color: #0D0B1A;
}.vqk_gc_tag_ex-3t0 {
  background: #C24FC8;
  color: #fff;
}.vqk_gc_tag_live-3t0 {
  background: #E83848;
  color: #fff;
}.vqk_gr-3t0 {
  padding: 2rem 16px 0;
  background: #0D0B1A;
}
@media(min-width: 769px) {.vqk_gr-3t0 {
  padding: 2.25rem 24px 0;
}
}.vqk_gr_in-3t0 {
  margin: 0 auto;
  max-width: 1320px;
}.vqk_gr_head-3t0 {
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}.vqk_gr_head_l-3t0 {
  gap: 10px;
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
}.vqk_gr_ic-3t0 {
  border-radius: 10px;
  flex-shrink: 0;
  align-items: center;
  height: 32px;
  width: 2rem;
  justify-content: center;
  display: flex;
}.vqk_gr_ic-3t0 svg {
  stroke-linecap: round;
  height: 1rem;
  stroke-linejoin: round;
  width: 16px;
}.vqk_gr_title-3t0 {
  font-weight: 700;
  color: #F0ECFF;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 1rem;
}
@media(min-width: 766px) {.vqk_gr_title-3t0 {
  font-size: 18px;
}
}.vqk_gr_more-3t0 {
  transition: color .2s;
  gap: 0.313rem;
  flex-shrink: 0;
  color: #72659A;
  white-space: nowrap;
  display: flex;
  font-weight: 600;
  font-size: 0.75rem;
  align-items: center;
}.vqk_gr_more-3t0:hover {
  color: #8B4FD8;
}.vqk_gr_more-3t0 svg {
  height: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 12px;
}.vqk_gr_arrows-3t0 {
  gap: 0.375rem;
  display: flex;
  flex-shrink: 0;
}.vqk_gr_arr-3t0 {
  border-radius: 0.313rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  transition: background .15s,color .15s;
  display: flex;
  align-items: center;
  color: #9B8FC0;
  height: 30px;
  width: 1.875rem;
  justify-content: center;
}.vqk_gr_arr-3t0:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F0ECFF;
}.vqk_gr_arr-3t0 svg {
  width: 13px;
  stroke-linejoin: round;
  height: 0.813rem;
  stroke-linecap: round;
}.vqk_gr_seo_h-3t0 {
  margin: 0 0 6px;
  font-size: 0.813rem;
  color: #C8BFF0;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-weight: 700;
  max-width: 680px;
}
@media(min-width: 769px) {.vqk_gr_seo_h-3t0 {
  font-size: 14px;
}
}.vqk_gr_seo-3t0 {
  overflow-wrap: break-word;
  color: #72659A;
  max-width: 42.5rem;
  line-height: 1.55;
  margin-bottom: 12px;
  font-size: 0.75rem;
}.vqk_gr_seo-3t0 strong {
  color: #C8BFF0;
  font-weight: 600;
}.vqk_gr_scroll-3t0 {
  gap: 10px;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.625rem;
  scrollbar-width: none;
  overflow-x: auto;
  display: flex;
}.vqk_gr_scroll-3t0::-webkit-scrollbar {
  display: none;
}
@media(min-width: 767px) {.vqk_gr_scroll-3t0 {
  gap: 12px;
}
}.vqk_tb-3t0 {
  background: #0D0B1A;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  height: 3.5rem;
  align-items: center;
  top: 0;
  z-index: 80;
  display: flex;
  left: 0;
  right: 0;
  position: fixed;
}.vqk_tb_in-3t0 {
  gap: 0;
  padding: 0 0.875rem;
  width: 100%;
  align-items: center;
  display: flex;
  height: 100%;
}.vqk_tb_burger-3t0 {
  border-radius: 10px;
  gap: 0.313rem;
  align-items: center;
  width: 2.375rem;
  margin-right: 0.5rem;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  height: 2.375rem;
  justify-content: center;
}.vqk_tb_burger-3t0:hover {
  background: rgba(255, 255, 255, 0.05);
}.vqk_tb_burger_line-3t0 {
  background: #9B8FC0;
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 1.125rem;
}
@media(min-width: 1083px) {.vqk_tb_burger-3t0 {
  display: none;
}
}.vqk_tb_logo-3t0 {
  gap: 0.563rem;
  letter-spacing: -.01em;
  font-size: 1.125rem;
  overflow-wrap: break-word;
  margin-right: 1.25rem;
  font-weight: 800;
  align-items: center;
  color: #F0ECFF;
  flex-shrink: 0;
  display: flex;
}.vqk_tb_logo_mark-3t0 {
  overflow: hidden;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 2rem;
  display: flex;
}.vqk_tb_logo_mark-3t0 img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.vqk_tb_nav-3t0 {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 641px) {.vqk_tb_nav-3t0 {
  display: flex;
}
}.vqk_tb_tab-3t0 {
  border-radius: 10px;
  transition: background .15s,color .15s;
  padding: 0.5rem 0.875rem;
  font-size: 0.813rem;
  color: #9B8FC0;
  white-space: nowrap;
  font-weight: 600;
}.vqk_tb_tab-3t0:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0ECFF;
}.vqk_tb_tab-3t0.vqk_state_active-3t0 {
  background: rgba(139, 79, 216, 0.18);
  color: #F0ECFF;
}.vqk_tb_right-3t0 {
  gap: 8px;
  flex-shrink: 0;
  margin-left: auto;
  align-items: center;
  display: flex;
}.vqk_tb_login-3t0 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.625rem;
  padding: 9px 16px;
  transition: border-color .2s,color .2s;
  background: rgba(255, 255, 255, 0.05);
  color: #C8BFF0;
  font-weight: 600;
  display: none;
  font-size: 13px;
}.vqk_tb_login-3t0:hover {
  border-color: rgba(163, 100, 232, 0.55);
  color: #F0ECFF;
}
@media(min-width: 483px) {.vqk_tb_login-3t0 {
  display: block;
}
}.vqk_tb_reg-3t0 {
  border-radius: 10px;
  padding: 0.563rem 18px;
  transition: background .2s;
  background: #2DC878;
  color: #0A0816;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.813rem;
}.vqk_tb_reg-3t0:hover {
  background: #3ADEA8;
}.vqk_sb-3t0 {
  background: #171428;
  transition: transform .25s ease;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  transform: translateX(-100%);
  overflow-y: auto;
  left: 0;
  top: 3.5rem;
  position: fixed;
  bottom: 0;
  z-index: 70;
  width: 13.75rem;
}.vqk_sb-3t0.vqk_state_open-3t0 {
  transform: translateX(0);
}.vqk_sb-3t0::-webkit-scrollbar {
  width: 0.25rem;
}.vqk_sb-3t0::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
}
@media(min-width: 1081px) {.vqk_sb-3t0 {
  transform: translateX(0);
}
}.vqk_sb_auth-3t0 {
  padding: 0.875rem 0.75rem 10px;
}.vqk_sb_btn_reg-3t0 {
  transition: background .2s;
  background: #2DC878;
  border-radius: 0.625rem;
  padding: 0.688rem;
  font-size: 13px;
  text-align: center;
  color: #0A0816;
  margin-bottom: 8px;
  display: block;
  font-weight: 700;
}.vqk_sb_btn_reg-3t0:hover {
  background: #3ADEA8;
}.vqk_sb_btn_login-3t0 {
  border-radius: 10px;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 10px;
  color: #C8BFF0;
  text-align: center;
  font-size: 13px;
  display: block;
  font-weight: 600;
}.vqk_sb_btn_login-3t0:hover {
  border-color: rgba(163, 100, 232, 0.55);
  color: #F0ECFF;
}.vqk_sb_promo-3t0 {
  overflow: hidden;
  margin: 0 12px 0.625rem;
  padding: 12px 0.875rem;
  background: linear-gradient(135deg,#2A0D5C,#171428);
  border: 1px solid rgba(139, 79, 216, 0.18);
  border-radius: 10px;
  position: relative;
}.vqk_sb_promo-3t0::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(139, 79, 216, 0.18),transparent 70%);
  position: absolute;
  content: '';
  width: 80px;
  right: -20px;
  top: -1.25rem;
  height: 5rem;
}.vqk_sb_promo_title-3t0 {
  font-weight: 700;
  color: #8B4FD8;
  letter-spacing: .06em;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 11px;
}.vqk_sb_promo_text-3t0 {
  color: #F0ECFF;
  overflow-wrap: break-word;
  line-height: 1.35;
  font-weight: 600;
  font-size: 0.75rem;
}.vqk_sb_promo_sub-3t0 {
  font-size: 0.625rem;
  margin-top: 3px;
  color: #72659A;
}.vqk_sb_nav-3t0 {
  padding: 6px 0.5rem 1rem;
}.vqk_sb_nav_lb-3t0 {
  padding: 10px 0.5rem 6px;
  color: #524878;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}.vqk_sb_link-3t0 {
  border-radius: 5px;
  padding: 9px 10px;
  transition: background .15s,color .15s;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #9B8FC0;
  align-items: center;
  overflow-wrap: break-word;
  display: flex;
  cursor: pointer;
}.vqk_sb_link-3t0:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F0ECFF;
}.vqk_sb_link-3t0.vqk_state_active-3t0 {
  background: rgba(139, 79, 216, 0.18);
  color: #F0ECFF;
}.vqk_sb_ic-3t0 {
  border-radius: 0.313rem;
  display: flex;
  align-items: center;
  height: 1.875rem;
  flex-shrink: 0;
  width: 30px;
  justify-content: center;
}.vqk_sb_ic-3t0 svg {
  height: 16px;
  stroke-linejoin: round;
  width: 16px;
  stroke-linecap: round;
}.vqk_sb_ic_1-3t0 {
  background: rgba(139, 79, 216, 0.07);
  color: #8B4FD8;
}.vqk_sb_ic_2-3t0 {
  background: rgba(45, 200, 120, 0.15);
  color: #2DC878;
}.vqk_sb_ic_3-3t0 {
  background: rgba(240, 168, 42, 0.14);
  color: #F0A82A;
}.vqk_sb_ic_4-3t0 {
  background: rgba(194, 79, 200, 0.16);
  color: #C24FC8;
}.vqk_sb_ic_5-3t0 {
  background: rgba(139, 79, 216, 0.07);
  color: #E84FA0;
}.vqk_sb_ic_6-3t0 {
  background: rgba(194, 79, 200, 0.16);
  color: #A030F0;
}.vqk_sb_badge-3t0 {
  border-radius: 5px;
  background: #F0A82A;
  padding: 2px 0.438rem;
  margin-left: auto;
  font-size: 0.563rem;
  color: #0A0816;
  font-weight: 700;
}.vqk_sb_bot-3t0 {
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 8px;
  display: flex;
}.vqk_sb_lang-3t0,.vqk_sb_help-3t0 {
  border-radius: 0.313rem;
  transition: border-color .2s;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 0.375rem;
  flex: 1;
  padding: 9px 0.375rem;
  color: #9B8FC0;
  align-items: center;
  font-size: 11px;
  display: flex;
  justify-content: center;
  font-weight: 600;
}.vqk_sb_lang-3t0:hover,.vqk_sb_help-3t0:hover {
  border-color: rgba(163, 100, 232, 0.55);
  color: #F0ECFF;
}.vqk_sb_lang-3t0 svg,.vqk_sb_help-3t0 svg {
  width: 13px;
  stroke-linejoin: round;
  height: 0.813rem;
  stroke-linecap: round;
}.vqk_sb_bd-3t0 {
  background: rgba(7, 5, 16, 0.72);
  inset: 0;
  z-index: 69;
  position: fixed;
  display: none;
}.vqk_sb_bd-3t0.vqk_state_on-3t0 {
  display: block;
}
@media(min-width: 1082px) {.vqk_sb_bd-3t0 {
  display: none!important;
}
}.vqk_mob_nav-3t0 {
  background: #171428;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  position: fixed;
  right: 0;
  z-index: 80;
  left: 0;
  display: flex;
  bottom: 0;
}
@media(min-width: 1077px) {.vqk_mob_nav-3t0 {
  display: none;
}
}.vqk_mob_nav_item-3t0 {
  padding: 0.25rem 2px;
  flex: 1;
  gap: 4px;
  color: #524878;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}.vqk_mob_nav_ic-3t0 {
  line-height: 1;
}.vqk_mob_nav_ic-3t0 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.25rem;
  width: 20px;
}.vqk_mob_nav_lb-3t0 {
  font-weight: 600;
  font-size: 10px;
  color: #524878;
}.vqk_mob_nav_item-3t0.vqk_state_active-3t0 {
  color: #8B4FD8;
}.vqk_mob_nav_item-3t0.vqk_state_active-3t0 .vqk_mob_nav_lb-3t0 {
  color: #8B4FD8;
}.vqk_hero-3t0 {
  padding: 1.25rem 1rem 0;
  background: #0D0B1A;
}
@media(min-width: 769px) {.vqk_hero-3t0 {
  padding: 1.5rem 24px 0;
}
}.vqk_hero_in-3t0 {
  margin: 0 auto;
  gap: 0.75rem;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
}
@media(min-width: 863px) {.vqk_hero_in-3t0 {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1099px) {.vqk_hero_in-3t0 {
  grid-template-columns: 1fr 21.25rem;
}
}.vqk_hero_promo-3t0 {
  overflow: hidden;
  background: #120F22;
  border-radius: 16px;
  min-height: 13.75rem;
  display: flex;
  align-items: stretch;
  position: relative;
}
@media(min-width: 765px) {.vqk_hero_promo-3t0 {
  min-height: 17.5rem;
}
}.vqk_hero_promo_bg-3t0 {
  inset: 0;
  background: linear-gradient(120deg,#2A0D5C 0%,#0D0B1A 100%);
  background-position: center;
  position: absolute;
  background-size: cover;
}.vqk_hero_promo_bg-3t0::after {
  background: linear-gradient(90deg,#0D0B1A 0%,rgba(7, 5, 16, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.vqk_hero_promo_glow-3t0 {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(194, 79, 200, 0.16) 0%,transparent 65%);
  pointer-events: none;
  top: -2.5rem;
  position: absolute;
  height: 18.75rem;
  width: 300px;
  right: 60px;
}.vqk_hero_promo_ct-3t0 {
  padding: 1.75rem 24px 28px 1.75rem;
  justify-content: center;
  position: relative;
  max-width: 480px;
  flex-direction: column;
  display: flex;
  z-index: 2;
}
@media(min-width: 770px) {.vqk_hero_promo_ct-3t0 {
  padding: 40px 32px;
}
}.vqk_hero_badge-3t0 {
  border: 1px solid rgba(139, 79, 216, 0.07);
  padding: 0.313rem 0.75rem;
  border-radius: 22px;
  background: rgba(139, 79, 216, 0.18);
  letter-spacing: .08em;
  font-size: 10px;
  color: #8B4FD8;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}.vqk_hero_h1-3t0 {
  line-height: 1.15;
  color: #F0ECFF;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-size: 26px;
  margin-bottom: 0.625rem;
  font-weight: 800;
}.vqk_hero_h1-3t0 em {
  color: #F0A82A;
  font-style: normal;
}
@media(min-width:768px) {.vqk_hero_h1-3t0 {
  font-size: 36px;
}
}.vqk_hero_sub-3t0 {
  line-height: 1.55;
  color: #9B8FC0;
  margin-bottom: 1.25rem;
  font-size: 13px;
}
@media(min-width: 766px) {.vqk_hero_sub-3t0 {
  font-size: 14px;
}
}.vqk_hero_row-3t0 {
  gap: 0.625rem;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.vqk_hero_cta-3t0 {
  background: #2DC878;
  transition: background .2s;
  padding: 13px 26px;
  border-radius: 0.625rem;
  font-size: 14px;
  box-shadow: 0 2px 20px 0 rgba(45, 200, 120, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-weight: 700;
  color: #0A0816;
}.vqk_hero_cta-3t0:hover {
  background: #3ADEA8;
}.vqk_hero_terms-3t0 {
  font-size: 11px;
  color: #524878;
}.vqk_hero_game-3t0 {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  background: #120F22;
  position: relative;
  flex-direction: column;
  display: flex;
}.vqk_hero_game_badge-3t0 {
  border: 1px solid rgba(240, 168, 42, 0.14);
  border-radius: 22px;
  background: rgba(240, 168, 42, 0.14);
  padding: 5px 10px;
  letter-spacing: .06em;
  left: 12px;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 700;
  color: #F0A82A;
  position: absolute;
  z-index: 3;
  top: 12px;
}.vqk_hero_game_badge-3t0 svg {
  margin-right: 0.25rem;
  width: 11px;
  vertical-align: -1px;
  height: 11px;
}.vqk_hero_game_img-3t0 {
  overflow: hidden;
  background: linear-gradient(135deg,#2A0D5C,#0D0B1A);
  padding-bottom: 60%;
  position: relative;
}.vqk_hero_game_img-3t0 img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
}.vqk_hero_game_play-3t0 {
  background: rgba(7, 5, 16, 0.72);
  inset: 0;
  transition: opacity .2s;
  position: absolute;
  display: flex;
  align-items: center;
  opacity: 0;
  justify-content: center;
}.vqk_hero_game-3t0:hover .vqk_hero_game_play-3t0 {
  opacity: 1;
}.vqk_hero_game_play-3t0 span {
  background: #8B4FD8;
  border-radius: 50%;
  height: 3.25rem;
  justify-content: center;
  display: flex;
  width: 3.25rem;
  align-items: center;
}.vqk_hero_game_play-3t0 span svg {
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 2px;
}.vqk_hero_game_info-3t0 {
  padding: 14px 16px;
}.vqk_hero_game_title-3t0 {
  margin-bottom: 0.25rem;
  font-weight: 700;
  font-size: 0.938rem;
  color: #F0ECFF;
  overflow-wrap: break-word;
}.vqk_hero_game_provider-3t0 {
  font-size: 11px;
  color: #72659A;
}.vqk_hero_game_btn-3t0 {
  margin: 12px 1rem 1rem;
  border-radius: 10px;
  transition: background .2s;
  background: #8B4FD8;
  padding: 0.688rem;
  font-size: 0.813rem;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #F0ECFF;
}.vqk_hero_game-3t0:hover .vqk_hero_game_btn-3t0 {
  background: #A367E8;
}.vqk_wy-3t0 {
  background: #0D0B1A;
  padding: 2rem 16px 0;
}
@media(min-width:768px) {.vqk_wy-3t0 {
  padding: 2.5rem 24px 0;
}
}.vqk_wy_in-3t0 {
  margin: 0 auto;
  max-width: 82.5rem;
}.vqk_wy_head-3t0 {
  max-width: 45rem;
  margin-bottom: 18px;
}.vqk_wy_label-3t0 {
  margin-bottom: 0.5rem;
  font-size: 0.688rem;
  color: #8B4FD8;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}.vqk_wy_h2-3t0 {
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #F0ECFF;
}
@media(min-width: 769px) {.vqk_wy_h2-3t0 {
  font-size: 24px;
}
}.vqk_wy_intro-3t0 {
  margin: 0;
  line-height: 1.6;
  color: #72659A;
  font-size: 13px;
}.vqk_wy_grid-3t0 {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.vqk_wy_grid-3t0 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.vqk_wy_grid-3t0 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.vqk_wy_card-3t0 {
  padding: 1.25rem;
  transition: border-color .2s,transform .2s;
  border-radius: 10px;
  background: #171428;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.vqk_wy_card-3t0:hover {
  border-color: rgba(139, 79, 216, 0.07);
  transform: translateY(-2px);
}.vqk_wy_card_ic-3t0 {
  background: rgba(139, 79, 216, 0.18);
  border-radius: 50%;
  margin-bottom: 14px;
  color: #8B4FD8;
  height: 2.75rem;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 2.75rem;
}.vqk_wy_card_ic-3t0 svg {
  width: 22px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1.375rem;
}.vqk_wy_card_h-3t0 {
  color: #F0ECFF;
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 1.25;
  font-size: 0.938rem;
  overflow-wrap: break-word;
}.vqk_wy_card_p-3t0 {
  color: #72659A;
  overflow-wrap: break-word;
  line-height: 1.6;
  font-size: 13px;
}.vqk_wy_card_p-3t0 strong {
  color: #C8BFF0;
  font-weight: 600;
}.vqk_gcg-3t0 {
  background: #0D0B1A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 770px) {.vqk_gcg-3t0 {
  padding: 2.75rem 24px 0;
}
}.vqk_gcg_in-3t0 {
  margin: 0 auto;
  max-width: 82.5rem;
}.vqk_gcg_head-3t0 {
  max-width: 720px;
  margin-bottom: 20px;
}.vqk_gcg_label-3t0 {
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  color: #8B4FD8;
}.vqk_gcg_h2-3t0 {
  font-family: 'Cinzel', serif;
  margin-bottom: 8px;
  color: #F0ECFF;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 22px;
}
@media(min-width: 766px) {.vqk_gcg_h2-3t0 {
  font-size: 1.75rem;
}
}.vqk_gcg_intro-3t0 {
  font-size: 13px;
  color: #72659A;
  line-height: 1.6;
}.vqk_gcg_grid-3t0 {
  gap: 0.75rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 642px) {.vqk_gcg_grid-3t0 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width:1080px) {.vqk_gcg_grid-3t0 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.vqk_gcg_card-3t0 {
  border-radius: 1rem;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  min-height: 240px;
  cursor: pointer;
  position: relative;
}.vqk_gcg_card-3t0:hover {
  transform: translateY(-3px);
  border-color: rgba(139, 79, 216, 0.18);
}.vqk_gcg_card_bg-3t0 {
  inset: 0;
  z-index: 0;
  position: absolute;
}.vqk_gcg_card_bg-3t0::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  position: absolute;
  content: '';
}.vqk_gcg_card_ic-3t0 {
  border-radius: 0.313rem;
  background: rgba(0,0,0,.45);
  position: absolute;
  right: 1.125rem;
  height: 40px;
  color: #F0ECFF;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  display: flex;
  top: 1.125rem;
  z-index: 2;
}.vqk_gcg_card_ic-3t0 svg {
  height: 1.25rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 20px;
}.vqk_gcg_card_ct-3t0 {
  position: relative;
  z-index: 1;
}.vqk_gcg_card_h-3t0 {
  overflow-wrap: break-word;
  font-size: 18px;
  font-family: 'Cinzel', serif;
  color: #F0ECFF;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media(min-width: 766px) {.vqk_gcg_card_h-3t0 {
  font-size: 20px;
}
}.vqk_gcg_card_p-3t0 {
  overflow-wrap: break-word;
  line-height: 1.55;
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  color: rgba(255,255,255,.82);
}.vqk_gcg_card_p-3t0 strong {
  font-weight: 600;
  color: #F0ECFF;
}.vqk_gcg_card_cta-3t0 {
  gap: 4px;
  letter-spacing: .04em;
  text-transform: uppercase;
  align-items: center;
  display: inline-flex;
  color: #8B4FD8;
  font-size: 12px;
  font-weight: 700;
}.vqk_gcg_card_cta-3t0 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 0.75rem;
  width: 0.75rem;
}.vqk_ws-3t0 {
  padding: 2rem 16px 0;
  background: #0D0B1A;
}
@media(min-width: 769px) {.vqk_ws-3t0 {
  padding: 36px 1.5rem 0;
}
}.vqk_ws_in-3t0 {
  margin: 0 auto;
  max-width: 1320px;
}.vqk_ws_head-3t0 {
  gap: 0.75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.875rem;
  flex-wrap: wrap;
  display: flex;
}.vqk_ws_title-3t0 {
  gap: 10px;
  display: flex;
  font-size: 1rem;
  flex-wrap: wrap;
  color: #F0ECFF;
  font-weight: 700;
  align-items: center;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
}.vqk_ws_title_ic-3t0 svg {
  stroke-linejoin: round;
  color: #F0A82A;
  width: 18px;
  height: 1.125rem;
  stroke-linecap: round;
}.vqk_ws_online-3t0 {
  gap: 7px;
  color: #72659A;
  font-size: 12px;
  font-weight: 600;
  align-items: center;
  display: flex;
}.vqk_ws_online_dot-3t0 {
  border-radius: 50%;
  background: #2DC878;
  box-shadow: 0 0 0.375rem rgba(45, 200, 120, 0.15);
  flex-shrink: 0;
  width: 8px;
  height: 8px;
}.vqk_ws_scroll-3t0 {
  gap: 8px;
  padding-bottom: 0.5rem;
  scrollbar-width: none;
  display: flex;
  overflow-x: auto;
}.vqk_ws_scroll-3t0::-webkit-scrollbar {
  display: none;
}.vqk_wc-3t0 {
  gap: 0.625rem;
  padding: 0.625rem 0.875rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #120F22;
  min-width: 220px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
}.vqk_wc_img-3t0 {
  border-radius: 5px;
  background: #171428;
  overflow: hidden;
  height: 36px;
  width: 36px;
  flex-shrink: 0;
}.vqk_wc_img-3t0 img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}.vqk_wc_info-3t0 {
  min-width: 0;
}.vqk_wc_game-3t0 {
  overflow: hidden;
  color: #C8BFF0;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
}.vqk_wc_player-3t0 {
  overflow: hidden;
  color: #524878;
  font-size: 0.625rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}.vqk_wc_amount-3t0 {
  white-space: nowrap;
  font-size: 13px;
  flex-shrink: 0;
  font-weight: 700;
  color: #2DC878;
  margin-left: auto;
}.vqk_htp-3t0 {
  background: #0D0B1A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 771px) {.vqk_htp-3t0 {
  padding: 2.75rem 24px 0;
}
}.vqk_htp_in-3t0 {
  margin: 0 auto;
  max-width: 1320px;
}.vqk_htp_head-3t0 {
  max-width: 45rem;
  margin-bottom: 22px;
}.vqk_htp_label-3t0 {
  letter-spacing: .08em;
  color: #8B4FD8;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
}.vqk_htp_h2-3t0 {
  color: #F0ECFF;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
}
@media(min-width:768px) {.vqk_htp_h2-3t0 {
  font-size: 1.75rem;
}
}.vqk_htp_intro-3t0 {
  color: #72659A;
  font-size: 0.875rem;
  line-height: 1.6;
}.vqk_htp_steps-3t0 {
  margin: 0;
  padding: 0;
  gap: 12px;
  list-style: none;
  grid-template-columns: 1fr;
  counter-reset: none;
  display: grid;
}
@media(min-width:640px) {.vqk_htp_steps-3t0 {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.vqk_htp_steps-3t0 {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.vqk_htp_step-3t0 {
  border-radius: 0.625rem;
  background: #171428;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 20px 1.125rem 18px;
  display: flex;
  position: relative;
  flex-direction: column;
}.vqk_htp_step_num-3t0 {
  background: #8B4FD8;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: 'Cinzel', serif;
  left: 20px;
  height: 28px;
  font-size: 13px;
  position: absolute;
  display: flex;
  top: -0.75rem;
  width: 1.75rem;
  font-weight: 800;
  color: #0A0816;
}.vqk_htp_step_ic-3t0 {
  background: rgba(139, 79, 216, 0.18);
  margin: 8px 0 12px;
  border-radius: 0.313rem;
  width: 36px;
  justify-content: center;
  display: flex;
  color: #8B4FD8;
  align-items: center;
  height: 36px;
}.vqk_htp_step_ic-3t0 svg {
  stroke-linejoin: round;
  width: 1.125rem;
  height: 1.125rem;
  stroke-linecap: round;
}.vqk_htp_step_h-3t0 {
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F0ECFF;
  line-height: 1.25;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
}.vqk_htp_step_p-3t0 {
  line-height: 1.55;
  color: #72659A;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.vqk_htp_step_p-3t0 strong {
  color: #C8BFF0;
  font-weight: 600;
}.vqk_htp_cta-3t0 {
  transition: background .2s;
  border-radius: 10px;
  background: #2DC878;
  padding: 13px 26px;
  margin-top: 20px;
  font-size: 0.875rem;
  font-weight: 700;
  display: inline-block;
  color: #0A0816;
}.vqk_htp_cta-3t0:hover {
  background: #3ADEA8;
}.vqk_reg-3t0 {
  padding: 2.25rem 1rem 0;
  background: #0D0B1A;
}
@media(min-width: 770px) {.vqk_reg-3t0 {
  padding: 2.75rem 1.5rem 0;
}
}.vqk_reg_in-3t0 {
  margin: 0 auto;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #171428;
  border-radius: 1rem;
  max-width: 1320px;
}
@media(min-width: 766px) {.vqk_reg_in-3t0 {
  padding: 40px;
}
}.vqk_reg_top-3t0 {
  gap: 1.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 863px) {.vqk_reg_top-3t0 {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.vqk_reg_label-3t0 {
  color: #8B4FD8;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 0.688rem;
  text-transform: uppercase;
}.vqk_reg_h2-3t0 {
  font-weight: 800;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  line-height: 1.2;
  color: #F0ECFF;
  margin-bottom: 12px;
  font-size: 22px;
}
@media(min-width: 771px) {.vqk_reg_h2-3t0 {
  font-size: 28px;
}
}.vqk_reg_bonus-3t0 {
  border-radius: 10px;
  border: 1px solid rgba(240, 168, 42, 0.14);
  gap: 8px;
  padding: 10px 16px;
  background: rgba(240, 168, 42, 0.14);
  align-items: center;
  margin-bottom: 1rem;
  display: inline-flex;
}.vqk_reg_bonus_amount-3t0 {
  font-size: 1.25rem;
  color: #F0A82A;
  font-weight: 800;
}.vqk_reg_bonus_text-3t0 {
  font-size: 13px;
  color: #9B8FC0;
  line-height: 1.35;
}.vqk_reg_cta_btn-3t0 {
  padding: 0.875rem 2rem;
  border-radius: 0.625rem;
  background: #2DC878;
  transition: background .2s;
  font-size: 15px;
  box-shadow: 0 2px 1.25rem 0 rgba(45, 200, 120, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-weight: 700;
  display: inline-block;
  color: #0A0816;
  margin-bottom: 0.75rem;
}.vqk_reg_cta_btn-3t0:hover {
  background: #3ADEA8;
}.vqk_reg_terms-3t0 {
  color: #524878;
  line-height: 1.5;
  font-size: 0.688rem;
}.vqk_reg_seo-3t0 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 20px;
  font-size: 13px;
  color: #72659A;
  padding-top: 20px;
  line-height: 1.65;
  overflow-wrap: break-word;
}.vqk_reg_seo-3t0 p {
  margin-bottom: 0.625rem;
  color: #72659A;
  line-height: 1.65;
  font-size: 13px;
}.vqk_reg_seo-3t0 p:last-child {
  margin-bottom: 0;
}.vqk_reg_seo-3t0 strong {
  font-weight: 700;
  color: #C8BFF0;
}.vqk_reg_seo-3t0 a {
  transition: color .2s;
  text-decoration: underline;
  color: #8B4FD8;
}.vqk_reg_seo-3t0 a:hover {
  color: #A367E8;
}.vqk_reg_seo-3t0 ul,.vqk_reg_seo-3t0 ol {
  list-style: disc;
  margin: 0 0 10px;
  padding-left: 18px;
}.vqk_reg_seo-3t0 ol {
  list-style: decimal;
}.vqk_reg_seo-3t0 li {
  margin-bottom: 4px;
  line-height: 1.65;
  font-size: 0.813rem;
  color: #72659A;
}.vqk_reg_seo-3t0 table {
  display: block;
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  margin-bottom: 0.625rem;
  overflow-x: auto;
}
@media(min-width: 765px) {.vqk_reg_seo-3t0 table {
  display: table;
}
}.vqk_reg_seo-3t0 th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #C8BFF0;
  font-weight: 700;
  text-align: left;
}.vqk_reg_seo-3t0 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.5rem;
  color: #72659A;
}.vqk_reg_steps-3t0 {
  gap: 14px;
  display: flex;
  flex-direction: column;
  margin-top: 1.75rem;
}
@media(min-width: 859px) {.vqk_reg_steps-3t0 {
  margin-top: 0;
}
}.vqk_reg_step-3t0 {
  background: rgba(255, 255, 255, 0.05);
  gap: 0.875rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  align-items: flex-start;
  flex-wrap: wrap;
  display: flex;
}.vqk_reg_step_num-3t0 {
  border: 1px solid rgba(139, 79, 216, 0.07);
  background: rgba(139, 79, 216, 0.18);
  border-radius: 50%;
  display: flex;
  color: #8B4FD8;
  font-size: 14px;
  align-items: center;
  width: 2.125rem;
  justify-content: center;
  font-weight: 800;
  flex-shrink: 0;
  height: 34px;
}.vqk_reg_step_title-3t0 {
  font-size: 14px;
  margin-bottom: 3px;
  color: #F0ECFF;
  font-weight: 700;
}.vqk_reg_step_text-3t0 {
  line-height: 1.5;
  color: #72659A;
  font-size: 12px;
}.vqk_reg_trust-3t0 {
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  display: flex;
  padding-top: 20px;
  margin-top: 1.25rem;
}.vqk_reg_trust_item-3t0 {
  gap: 0.438rem;
  display: flex;
  font-size: 12px;
  align-items: center;
  overflow-wrap: break-word;
  color: #72659A;
}.vqk_reg_trust_ic-3t0 svg {
  width: 1rem;
  stroke-linecap: round;
  color: #8B4FD8;
  stroke-linejoin: round;
  height: 1rem;
}.vqk_prov-3t0 {
  background: #0D0B1A;
  padding: 36px 1rem 0;
}
@media(min-width: 766px) {.vqk_prov-3t0 {
  padding: 44px 1.5rem 0;
}
}.vqk_prov_in-3t0 {
  margin: 0 auto;
  max-width: 82.5rem;
}.vqk_prov_head-3t0 {
  margin-bottom: 1rem;
}.vqk_prov_label-3t0 {
  letter-spacing: .08em;
  font-size: 0.688rem;
  color: #8B4FD8;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}.vqk_prov_h2-3t0 {
  font-weight: 800;
  color: #F0ECFF;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 0.5rem;
}
@media(min-width: 769px) {.vqk_prov_h2-3t0 {
  font-size: 1.5rem;
}
}.vqk_prov_seo-3t0 {
  max-width: 620px;
  font-size: 0.813rem;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
  color: #72659A;
  line-height: 1.6;
}.vqk_prov_seo-3t0 strong {
  font-weight: 700;
  color: #C8BFF0;
}.vqk_prov_seo-3t0 a {
  text-decoration: underline;
  color: #8B4FD8;
}.vqk_prov_grid-3t0 {
  gap: 0.5rem;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 641px) {.vqk_prov_grid-3t0 {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1081px) {.vqk_prov_grid-3t0 {
  grid-template-columns: repeat(8,1fr);
}
}.vqk_prov_card-3t0 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0.875rem 0.625rem;
  border-radius: 0.625rem;
  gap: 7px;
  background: #120F22;
  transition: border-color .2s,background .2s;
  flex-direction: column;
  cursor: pointer;
  display: flex;
  align-items: center;
}.vqk_prov_card-3t0:hover {
  border-color: rgba(163, 100, 232, 0.55);
  background: #171428;
}.vqk_prov_logo-3t0 {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  display: flex;
  height: 44px;
  align-items: center;
  width: 2.75rem;
  justify-content: center;
}.vqk_prov_logo-3t0 img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.vqk_prov_name-3t0 {
  color: #9B8FC0;
  font-weight: 600;
  font-size: 0.688rem;
  overflow-wrap: break-word;
  text-align: center;
}.vqk_bon-3t0 {
  padding: 2.25rem 16px 0;
  background: #0D0B1A;
}
@media(min-width: 767px) {.vqk_bon-3t0 {
  padding: 2.75rem 24px 0;
}
}.vqk_bon_in-3t0 {
  margin: 0 auto;
  max-width: 82.5rem;
}.vqk_bon_head-3t0 {
  margin-bottom: 1.25rem;
}.vqk_bon_label-3t0 {
  color: #8B4FD8;
  letter-spacing: .08em;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
}.vqk_bon_h2-3t0 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  overflow-wrap: break-word;
  color: #F0ECFF;
  font-family: 'Cinzel', serif;
  font-weight: 800;
}
@media(min-width: 771px) {.vqk_bon_h2-3t0 {
  font-size: 24px;
}
}.vqk_bon_seo-3t0 {
  color: #72659A;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  max-width: 38.75rem;
}.vqk_bon_seo-3t0 strong {
  color: #C8BFF0;
  font-weight: 700;
}.vqk_bon_seo-3t0 a {
  color: #8B4FD8;
  text-decoration: underline;
}.vqk_bon_grid-3t0 {
  gap: 0.625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media(min-width: 643px) {.vqk_bon_grid-3t0 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.vqk_bon_grid-3t0 {
  grid-template-columns: repeat(5,1fr);
}
}.vqk_bon_card-3t0 {
  padding: 1rem;
  transition: border-color .2s,transform .2s;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #120F22;
}.vqk_bon_card-3t0:hover {
  border-color: rgba(139, 79, 216, 0.07);
  transform: translateY(-2px);
}.vqk_bon_card_ic-3t0 svg {
  width: 1.625rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 26px;
}.vqk_bon_card_ic-3t0 {
  margin-bottom: 10px;
}.vqk_bon_card_type-3t0 {
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 700;
  letter-spacing: .06em;
  font-size: 10px;
  color: #72659A;
}.vqk_bon_card_amount-3t0 {
  font-weight: 800;
  margin-bottom: 6px;
  font-size: 1.125rem;
  color: #F0A82A;
  line-height: 1.1;
}.vqk_bon_card_name-3t0 {
  font-weight: 600;
  color: #F0ECFF;
  margin-bottom: 8px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.vqk_bon_card_detail-3t0 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  overflow-wrap: break-word;
  font-size: 11px;
  color: #524878;
  padding-top: 0.5rem;
}.vqk_app-3t0 {
  padding: 36px 16px 0;
  background: #0D0B1A;
}
@media(min-width: 770px) {.vqk_app-3t0 {
  padding: 44px 24px 0;
}
}.vqk_app_in-3t0 {
  margin: 0 auto;
  max-width: 1320px;
}.vqk_app_head-3t0 {
  margin-bottom: 16px;
}.vqk_app_label-3t0 {
  margin-bottom: 0.5rem;
  color: #8B4FD8;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
}.vqk_app_h2-3t0 {
  margin-bottom: 6px;
  font-size: 1.25rem;
  font-family: 'Cinzel', serif;
  overflow-wrap: break-word;
  color: #F0ECFF;
  font-weight: 800;
}
@media(min-width: 766px) {.vqk_app_h2-3t0 {
  font-size: 1.5rem;
}
}.vqk_app_sub-3t0 {
  color: #72659A;
  max-width: 37.5rem;
  line-height: 1.6;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.vqk_app_sub-3t0 strong {
  color: #C8BFF0;
  font-weight: 700;
}.vqk_app_cards-3t0 {
  gap: 0.625rem;
  margin-top: 16px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 643px) {.vqk_app_cards-3t0 {
  grid-template-columns: repeat(3,1fr);
}
}.vqk_app_card-3t0 {
  overflow: hidden;
  border-radius: 0.625rem;
  padding: 20px;
  gap: 16px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}.vqk_app_card_ios-3t0 {
  background: linear-gradient(135deg,rgba(139, 79, 216, 0.18) 0%,#171428 100%);
}.vqk_app_card_android-3t0 {
  background: linear-gradient(135deg,rgba(45, 200, 120, 0.15) 0%,#171428 100%);
}.vqk_app_card_win-3t0 {
  background: linear-gradient(135deg,rgba(240, 168, 42, 0.14) 0%,#171428 100%);
}.vqk_app_card_ic-3t0 svg {
  height: 34px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 2.125rem;
}.vqk_app_card_ic-3t0 {
  flex-shrink: 0;
  color: #F0ECFF;
}.vqk_app_card_os-3t0 {
  letter-spacing: .08em;
  color: #72659A;
  font-size: 10px;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 700;
}.vqk_app_card_title-3t0 {
  font-size: 0.938rem;
  margin-bottom: 0.375rem;
  line-height: 1.2;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F0ECFF;
}.vqk_app_card_text-3t0 {
  margin-bottom: 14px;
  line-height: 1.5;
  color: #72659A;
  font-size: 12px;
  overflow-wrap: break-word;
}.vqk_app_card_btn-3t0 {
  border-radius: 5px;
  gap: 0.438rem;
  background: rgba(255, 255, 255, 0.12);
  transition: background .2s;
  border: 1px solid rgba(163, 100, 232, 0.55);
  padding: 0.625rem 18px;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  color: #F0ECFF;
}.vqk_app_card_btn-3t0:hover {
  background: rgba(255, 255, 255, 0.07);
}.vqk_pmt-3t0 {
  padding: 2.25rem 16px 0;
  background: #0D0B1A;
}
@media(min-width: 769px) {.vqk_pmt-3t0 {
  padding: 2.75rem 1.5rem 0;
}
}.vqk_pmt_in-3t0 {
  margin: 0 auto;
  max-width: 1320px;
}.vqk_pmt_head-3t0 {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.vqk_pmt_label-3t0 {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  color: #8B4FD8;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
}.vqk_pmt_h2-3t0 {
  overflow-wrap: break-word;
  color: #F0ECFF;
  margin-bottom: 8px;
  font-weight: 800;
  font-family: 'Cinzel', serif;
  font-size: 22px;
}
@media(min-width: 765px) {.vqk_pmt_h2-3t0 {
  font-size: 1.75rem;
}
}.vqk_pmt_intro-3t0 {
  color: #72659A;
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.6;
}.vqk_pmt_groups-3t0 {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.vqk_pmt_group-3t0 {
  padding: 20px;
  background: #171428;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.vqk_pmt_group_head-3t0 {
  gap: 0.75rem;
  margin-bottom: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.vqk_pmt_group_ic-3t0 {
  border-radius: 5px;
  background: rgba(139, 79, 216, 0.18);
  flex-shrink: 0;
  width: 2.25rem;
  color: #8B4FD8;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  display: flex;
}.vqk_pmt_group_ic-3t0 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 18px;
  width: 18px;
}.vqk_pmt_group_h-3t0 {
  margin: 0;
  font-family: 'Cinzel', serif;
  font-size: 16px;
  color: #F0ECFF;
  overflow-wrap: break-word;
  font-weight: 700;
}.vqk_pmt_group_p-3t0 {
  margin-bottom: 0.875rem;
  line-height: 1.6;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #72659A;
}.vqk_pmt_group_p-3t0 strong {
  color: #C8BFF0;
  font-weight: 600;
}.vqk_pmt_table_wrap-3t0 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.vqk_pmt_table-3t0 {
  border-collapse: collapse;
  font-size: 0.813rem;
  min-width: 33.75rem;
  width: 100%;
}.vqk_pmt_table-3t0 th {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-transform: uppercase;
  font-size: 0.688rem;
  white-space: nowrap;
  letter-spacing: .04em;
  color: #C8BFF0;
  font-weight: 700;
  text-align: left;
}.vqk_pmt_table-3t0 td {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #72659A;
}.vqk_pmt_table-3t0 tbody tr:last-child td {
  border-bottom: none;
}.vqk_pmt_table-3t0 tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #C8BFF0;
}.vqk_seo-3t0 {
  padding: 2.25rem 1rem 0;
  background: #0D0B1A;
}
@media(min-width:768px) {.vqk_seo-3t0 {
  padding: 44px 24px 0;
}
}.vqk_seo_in-3t0 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #171428;
  margin: 0 auto;
  padding: 1.75rem 1.5rem;
  border-radius: 16px;
  max-width: 1320px;
}
@media(min-width: 766px) {.vqk_seo_in-3t0 {
  padding: 2.25rem 40px;
}
}.vqk_seo_label-3t0 {
  margin-bottom: 10px;
  color: #8B4FD8;
  text-transform: uppercase;
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
}.vqk_seo_h2-3t0 {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #F0ECFF;
  line-height: 1.25;
  margin-bottom: 0.875rem;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}
@media(min-width: 766px) {.vqk_seo_h2-3t0 {
  font-size: 24px;
}
}.vqk_seo_body-3t0 {
  color: #9B8FC0;
  line-height: 1.75;
  overflow-wrap: break-word;
  font-size: 0.875rem;
}.vqk_seo_body-3t0 p {
  line-height: 1.75;
  color: #9B8FC0;
  margin-bottom: 12px;
  font-size: 14px;
}.vqk_seo_body-3t0 p:last-child {
  margin-bottom: 0;
}.vqk_seo_body-3t0 strong {
  color: #C8BFF0;
  font-weight: 700;
}.vqk_seo_body-3t0 a {
  transition: color .2s;
  color: #8B4FD8;
  text-decoration: underline;
}.vqk_seo_body-3t0 a:hover {
  color: #A367E8;
}.vqk_seo_body-3t0 ul,.vqk_seo_body-3t0 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.vqk_seo_body-3t0 ol {
  list-style: decimal;
}.vqk_seo_body-3t0 li {
  margin-bottom: 6px;
  color: #9B8FC0;
  font-size: 14px;
  line-height: 1.75;
}.vqk_seo_body-3t0 table {
  margin-bottom: 12px;
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  width: 100%;
  font-size: 13px;
}
@media(min-width: 767px) {.vqk_seo_body-3t0 table {
  display: table;
}
}.vqk_seo_body-3t0 th {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  color: #C8BFF0;
  text-align: left;
}.vqk_seo_body-3t0 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 0.75rem;
  color: #9B8FC0;
}.vqk_seo_cols-3t0 {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 643px) {.vqk_seo_cols-3t0 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.vqk_seo_cols-3t0 {
  grid-template-columns: repeat(3,1fr);
}
}.vqk_seo_col_h-3t0 {
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #C8BFF0;
}.vqk_seo_col_p-3t0 {
  font-size: 13px;
  overflow-wrap: break-word;
  color: #72659A;
  line-height: 1.65;
}.vqk_seo_stats-3t0 {
  margin: 20px 0;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}.vqk_seo_stat-3t0 {
  padding: 14px 1rem;
  flex: 1;
  border-radius: 10px;
  background: rgba(139, 79, 216, 0.07);
  border: 1px solid rgba(139, 79, 216, 0.18);
  min-width: 8.75rem;
}.vqk_seo_stat_val-3t0 {
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-size: 20px;
  color: #8B4FD8;
}.vqk_seo_stat_lb-3t0 {
  color: #72659A;
  font-size: 11px;
  overflow-wrap: break-word;
}.vqk_faq-3t0 {
  background: #0D0B1A;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.vqk_faq-3t0 {
  padding: 2.75rem 24px 0;
}
}.vqk_faq_in-3t0 {
  margin: 0 auto;
  max-width: 1320px;
}.vqk_faq_head-3t0 {
  margin-bottom: 1.25rem;
}.vqk_faq_label-3t0 {
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #8B4FD8;
  font-size: 0.688rem;
}.vqk_faq_h2-3t0 {
  font-family: 'Cinzel', serif;
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 20px;
  color: #F0ECFF;
}
@media(min-width: 771px) {.vqk_faq_h2-3t0 {
  font-size: 1.5rem;
}
}.vqk_faq_list-3t0 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.vqk_faq_item-3t0 {
  background: #171428;
  border: 1px solid rgba(255, 255, 255, 0.11);
  overflow: hidden;
  border-radius: 10px;
}.vqk_faq_q-3t0 {
  padding: 16px 1.25rem;
  gap: 12px;
  transition: color .2s;
  color: #C8BFF0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: 600;
  overflow-wrap: break-word;
  align-items: center;
  font-size: 0.875rem;
}.vqk_faq_q-3t0:hover {
  color: #F0ECFF;
}.vqk_faq_q_ic-3t0 {
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  color: #8B4FD8;
  width: 1.5rem;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  height: 1.5rem;
}.vqk_faq_item-3t0.vqk_state_open-3t0 .vqk_faq_q_ic-3t0 {
  transform: rotate(45deg);
}.vqk_faq_a-3t0 {
  padding: 0 20px 1rem;
  display: none;
  font-size: 0.813rem;
  line-height: 1.7;
  color: #72659A;
  overflow-wrap: break-word;
}.vqk_faq_item-3t0.vqk_state_open-3t0 .vqk_faq_a-3t0 {
  display: block;
}.vqk_faq_a-3t0 strong {
  font-weight: 700;
  color: #C8BFF0;
}.vqk_faq_a-3t0 a {
  text-decoration: underline;
  color: #8B4FD8;
}.vqk_faq_a-3t0 ul,.vqk_faq_a-3t0 ol {
  margin: 8px 0;
  list-style: disc;
  padding-left: 1.25rem;
}.vqk_faq_a-3t0 ol {
  list-style: decimal;
}.vqk_faq_a-3t0 li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.vqk_faq_a-3t0 table {
  margin: 0.5rem 0;
  display: block;
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
  overflow-x: auto;
}
@media(min-width: 770px) {.vqk_faq_a-3t0 table {
  display: table;
}
}.vqk_faq_a-3t0 th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 8px;
  text-align: left;
  font-weight: 700;
  color: #C8BFF0;
}.vqk_faq_a-3t0 td {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #72659A;
}.vqk_seo-3t0 {
  padding: 2.25rem 1rem 0;
  background: #0D0B1A;
}
@media(min-width: 765px) {.vqk_seo-3t0 {
  padding: 2.75rem 24px 0;
}
}.vqk_seo_in-3t0 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 1.75rem 24px;
  border-radius: 1rem;
  background: #171428;
  margin: 0 auto;
  max-width: 82.5rem;
}
@media(min-width: 769px) {.vqk_seo_in-3t0 {
  padding: 2.25rem 2.5rem;
}
}.vqk_seo_label-3t0 {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  color: #8B4FD8;
  font-weight: 700;
}.vqk_seo_h2-3t0 {
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  color: #F0ECFF;
}
@media(min-width: 767px) {.vqk_seo_h2-3t0 {
  font-size: 24px;
}
}.vqk_seo_body-3t0 {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #9B8FC0;
  overflow-wrap: break-word;
}.vqk_seo_body-3t0 p {
  color: #9B8FC0;
  font-size: 14px;
  margin-bottom: 0.75rem;
  line-height: 1.75;
}.vqk_seo_body-3t0 p:last-child {
  margin-bottom: 0;
}.vqk_seo_body-3t0 strong {
  font-weight: 700;
  color: #C8BFF0;
}.vqk_seo_body-3t0 a {
  transition: color .2s;
  color: #8B4FD8;
  text-decoration: underline;
}.vqk_seo_body-3t0 a:hover {
  color: #A367E8;
}.vqk_seo_body-3t0 ul,.vqk_seo_body-3t0 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.vqk_seo_body-3t0 ol {
  list-style: decimal;
}.vqk_seo_body-3t0 li {
  line-height: 1.75;
  margin-bottom: 6px;
  font-size: 0.875rem;
  color: #9B8FC0;
}.vqk_seo_body-3t0 table {
  overflow-x: auto;
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
  margin-bottom: 12px;
  display: block;
}
@media(min-width: 766px) {.vqk_seo_body-3t0 table {
  display: table;
}
}.vqk_seo_body-3t0 th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  color: #C8BFF0;
  font-weight: 700;
}.vqk_seo_body-3t0 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #9B8FC0;
}.vqk_seo_cols-3t0 {
  gap: 1.5rem;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 643px) {.vqk_seo_cols-3t0 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.vqk_seo_cols-3t0 {
  grid-template-columns: repeat(3,1fr);
}
}.vqk_seo_col_h-3t0 {
  font-size: 13px;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  color: #C8BFF0;
  font-weight: 700;
}.vqk_seo_col_p-3t0 {
  color: #72659A;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.65;
}.vqk_seo_stats-3t0 {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.vqk_seo_stat-3t0 {
  border-radius: 10px;
  background: rgba(139, 79, 216, 0.07);
  flex: 1;
  border: 1px solid rgba(139, 79, 216, 0.18);
  padding: 14px 1rem;
  min-width: 8.75rem;
}.vqk_seo_stat_val-3t0 {
  color: #8B4FD8;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 4px;
  font-size: 1.25rem;
}.vqk_seo_stat_lb-3t0 {
  color: #72659A;
  font-size: 11px;
  overflow-wrap: break-word;
}.vqk_rv-3t0 {
  background: #0D0B1A;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.vqk_rv-3t0 {
  padding: 2.75rem 1.5rem 0;
}
}.vqk_rv_in-3t0 {
  margin: 0 auto;
  max-width: 1320px;
}.vqk_rv_head-3t0 {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.vqk_rv_label-3t0 {
  color: #8B4FD8;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.688rem;
}.vqk_rv_h2-3t0 {
  font-weight: 800;
  overflow-wrap: break-word;
  font-size: 1.375rem;
  margin-bottom: 10px;
  color: #F0ECFF;
  font-family: 'Cinzel', serif;
}
@media(min-width: 769px) {.vqk_rv_h2-3t0 {
  font-size: 1.75rem;
}
}.vqk_rv_stats-3t0 {
  gap: 1.125rem;
  align-items: center;
  display: flex;
  color: #72659A;
  font-size: 13px;
  flex-wrap: wrap;
}.vqk_rv_stats_score-3t0 {
  gap: 6px;
  display: flex;
  align-items: baseline;
}.vqk_rv_stats_score_val-3t0 {
  color: #F0A82A;
  font-weight: 800;
  font-size: 1.375rem;
  font-family: 'Cinzel', serif;
}.vqk_rv_stats_score_max-3t0 {
  color: #524878;
  font-size: 13px;
}.vqk_rv_stats_badge-3t0 {
  gap: 0.25rem;
  align-items: center;
  display: flex;
}.vqk_rv_stats_badge-3t0 svg {
  color: #F0A82A;
  width: 0.875rem;
  height: 14px;
}.vqk_rv_grid-3t0 {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 637px) {.vqk_rv_grid-3t0 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1079px) {.vqk_rv_grid-3t0 {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.vqk_rv_card-3t0 {
  padding: 20px;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #171428;
  display: flex;
  flex-direction: column;
}.vqk_rv_card_stars-3t0 {
  gap: 2px;
  display: flex;
  color: #F0A82A;
  margin-bottom: 10px;
}.vqk_rv_card_stars-3t0 svg {
  height: 14px;
  width: 0.875rem;
}.vqk_rv_card_h-3t0 {
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 14px;
  line-height: 1.3;
  color: #F0ECFF;
}.vqk_rv_card_body-3t0 {
  flex: 1;
  overflow-wrap: break-word;
  color: #72659A;
  line-height: 1.65;
  font-size: 13px;
  margin-bottom: 0.875rem;
}.vqk_rv_card_body-3t0 strong {
  color: #C8BFF0;
  font-weight: 600;
}.vqk_rv_card_meta-3t0 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0.75rem;
}.vqk_rv_card_author-3t0 {
  color: #C8BFF0;
  font-size: 0.75rem;
  font-weight: 600;
}.vqk_rv_card_date-3t0 {
  color: #524878;
  font-size: 11px;
}.vqk_seo-3t0 {
  padding: 36px 16px 0;
  background: #0D0B1A;
}
@media(min-width: 767px) {.vqk_seo-3t0 {
  padding: 2.75rem 24px 0;
}
}.vqk_seo_in-3t0 {
  border-radius: 1rem;
  margin: 0 auto;
  padding: 1.75rem 24px;
  background: #171428;
  border: 1px solid rgba(255, 255, 255, 0.11);
  max-width: 1320px;
}
@media(min-width: 765px) {.vqk_seo_in-3t0 {
  padding: 2.25rem 2.5rem;
}
}.vqk_seo_label-3t0 {
  letter-spacing: .08em;
  color: #8B4FD8;
  margin-bottom: 0.625rem;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}.vqk_seo_h2-3t0 {
  overflow-wrap: break-word;
  font-family: 'Cinzel', serif;
  font-weight: 800;
  font-size: 20px;
  color: #F0ECFF;
  line-height: 1.25;
  margin-bottom: 0.875rem;
}
@media(min-width: 766px) {.vqk_seo_h2-3t0 {
  font-size: 1.5rem;
}
}.vqk_seo_body-3t0 {
  font-size: 14px;
  line-height: 1.75;
  color: #9B8FC0;
  overflow-wrap: break-word;
}.vqk_seo_body-3t0 p {
  line-height: 1.75;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  color: #9B8FC0;
}.vqk_seo_body-3t0 p:last-child {
  margin-bottom: 0;
}.vqk_seo_body-3t0 strong {
  font-weight: 700;
  color: #C8BFF0;
}.vqk_seo_body-3t0 a {
  transition: color .2s;
  color: #8B4FD8;
  text-decoration: underline;
}.vqk_seo_body-3t0 a:hover {
  color: #A367E8;
}.vqk_seo_body-3t0 ul,.vqk_seo_body-3t0 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 1.375rem;
}.vqk_seo_body-3t0 ol {
  list-style: decimal;
}.vqk_seo_body-3t0 li {
  font-size: 14px;
  color: #9B8FC0;
  line-height: 1.75;
  margin-bottom: 0.375rem;
}.vqk_seo_body-3t0 table {
  overflow-x: auto;
  border-collapse: collapse;
  display: block;
  font-size: 13px;
  margin-bottom: 12px;
  width: 100%;
}
@media(min-width: 765px) {.vqk_seo_body-3t0 table {
  display: table;
}
}.vqk_seo_body-3t0 th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-weight: 700;
  text-align: left;
  color: #C8BFF0;
}.vqk_seo_body-3t0 td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #9B8FC0;
}.vqk_seo_cols-3t0 {
  gap: 1.5rem;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 641px) {.vqk_seo_cols-3t0 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1078px) {.vqk_seo_cols-3t0 {
  grid-template-columns: repeat(3,1fr);
}
}.vqk_seo_col_h-3t0 {
  font-size: 13px;
  margin-bottom: 7px;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #C8BFF0;
}.vqk_seo_col_p-3t0 {
  color: #72659A;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  line-height: 1.65;
}.vqk_seo_stats-3t0 {
  margin: 20px 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.vqk_seo_stat-3t0 {
  background: rgba(139, 79, 216, 0.07);
  border-radius: 10px;
  padding: 14px 16px;
  flex: 1;
  border: 1px solid rgba(139, 79, 216, 0.18);
  min-width: 140px;
}.vqk_seo_stat_val-3t0 {
  font-size: 1.25rem;
  color: #8B4FD8;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 4px;
}.vqk_seo_stat_lb-3t0 {
  font-size: 11px;
  color: #72659A;
  overflow-wrap: break-word;
}.vqk_ft-3t0 {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: #070510;
  margin-top: 48px;
}.vqk_ft_support-3t0 {
  padding: 1.5rem 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 765px) {.vqk_ft_support-3t0 {
  padding: 1.75rem 24px;
}
}.vqk_ft_support_in-3t0 {
  margin: 0 auto;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  max-width: 82.5rem;
  display: flex;
}.vqk_ft_support_main-3t0 {
  flex: 1;
  gap: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-width: 220px;
}.vqk_ft_support_ic-3t0 {
  color: #8B4FD8;
  flex-shrink: 0;
}.vqk_ft_support_ic-3t0 svg {
  width: 30px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 30px;
}.vqk_ft_support_text_title-3t0 {
  overflow-wrap: break-word;
  color: #F0ECFF;
  margin-bottom: 3px;
  font-size: 0.938rem;
  font-weight: 700;
}.vqk_ft_support_text_sub-3t0 {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #72659A;
}.vqk_ft_support_btn-3t0 {
  border-radius: 0.625rem;
  padding: 11px 1.375rem;
  background: #8B4FD8;
  transition: background .2s;
  white-space: nowrap;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 0.813rem;
  color: #F0ECFF;
}.vqk_ft_support_btn-3t0:hover {
  background: #A367E8;
}.vqk_ft_support_contacts-3t0 {
  gap: 1rem;
  display: flex;
  margin-left: auto;
  flex-wrap: wrap;
}.vqk_ft_support_contact-3t0 {
  color: #524878;
  line-height: 1.4;
  font-size: 0.75rem;
}.vqk_ft_support_contact-3t0 strong {
  color: #9B8FC0;
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 0.688rem;
}.vqk_ft_main-3t0 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 1rem 1.5rem;
}
@media(min-width: 766px) {.vqk_ft_main-3t0 {
  padding: 2.5rem 24px 2rem;
}
}.vqk_ft_main_in-3t0 {
  margin: 0 auto;
  gap: 1.5rem;
  max-width: 1320px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.vqk_ft_main_in-3t0 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1081px) {.vqk_ft_main_in-3t0 {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.vqk_ft_col_logo-3t0 {
  grid-column: 1/-1;
}
@media(min-width:1080px) {.vqk_ft_col_logo-3t0 {
  grid-column: auto;
}
}.vqk_ft_logo-3t0 {
  gap: 0.563rem;
  flex-wrap: wrap;
  color: #F0ECFF;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 0.75rem;
}.vqk_ft_logo_mark-3t0 {
  border-radius: 0.313rem;
  overflow: hidden;
  width: 30px;
  height: 30px;
}.vqk_ft_logo_mark-3t0 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.vqk_ft_logo_sub-3t0 {
  font-size: 12px;
  overflow-wrap: break-word;
  color: #524878;
  max-width: 200px;
  line-height: 1.55;
}.vqk_ft_col_title-3t0 {
  margin-bottom: 0.875rem;
  font-weight: 700;
  color: #9B8FC0;
  letter-spacing: .07em;
  font-size: 12px;
  text-transform: uppercase;
}.vqk_ft_col_links-3t0 {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.vqk_ft_col_link-3t0 {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #524878;
}.vqk_ft_col_link-3t0:hover {
  color: #C8BFF0;
}.vqk_ft_apps-3t0 {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.vqk_ft_app_card-3t0 {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
  padding: 0.625rem 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  gap: 0.625rem;
  transition: border-color .2s;
  align-items: center;
  display: flex;
}.vqk_ft_app_card-3t0:hover {
  border-color: rgba(163, 100, 232, 0.55);
}.vqk_ft_app_card_ic-3t0 svg {
  width: 1.375rem;
  height: 1.375rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.vqk_ft_app_card_os-3t0 {
  font-size: 0.625rem;
  font-weight: 600;
  color: #524878;
}.vqk_ft_app_card_action-3t0 {
  font-size: 0.75rem;
  font-weight: 700;
  color: #C8BFF0;
}.vqk_ft_bot-3t0 {
  padding: 1.25rem 1rem;
}
@media(min-width: 771px) {.vqk_ft_bot-3t0 {
  padding: 20px 24px;
}
}.vqk_ft_bot_in-3t0 {
  margin: 0 auto;
  gap: 1rem;
  align-items: center;
  display: flex;
  max-width: 1320px;
  flex-wrap: wrap;
}.vqk_ft_socials-3t0 {
  gap: 0.5rem;
  display: flex;
}.vqk_ft_soc-3t0 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.313rem;
  transition: background .2s;
  background: rgba(255, 255, 255, 0.05);
  height: 36px;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #9B8FC0;
}.vqk_ft_soc-3t0 svg {
  stroke-linecap: round;
  width: 1rem;
  height: 16px;
  stroke-linejoin: round;
}.vqk_ft_soc-3t0:hover {
  background: rgba(255, 255, 255, 0.07);
}.vqk_ft_legal-3t0 {
  flex: 1;
  color: #7A6EA8;
  min-width: 200px;
  line-height: 1.6;
  font-size: 11px;
  overflow-wrap: break-word;
}.vqk_ft_legal-3t0 strong {
  font-weight: 700;
  color: #9B8FC0;
}.vqk_ft_legal-3t0 a {
  color: #9B8FC0;
  text-decoration: underline;
}.vqk_ft_age-3t0 {
  border-radius: 50%;
  border: 2px solid #7A6EA8;
  justify-content: center;
  margin-left: auto;
  font-weight: 800;
  align-items: center;
  width: 2rem;
  font-size: 0.688rem;
  color: #7A6EA8;
  flex-shrink: 0;
  display: flex;
  height: 2rem;
}