html {
  box-sizing: border-box;
}*,*::before,*::after {
  box-sizing: inherit;
}* {
  margin: 0;
  padding: 0;
}ul,ol {
  list-style: none;
}input,textarea,select,button {
  font: inherit;
}button {
  border: 0;
  background: none;
  cursor: pointer;
  color: inherit;
}a:link,a:visited {
  text-decoration: none;
  color: inherit;
}img,svg,video {
  display: block;
  max-width: 100%;
}body {
  background: #0E0D0B;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  font-family: 'DM Sans', sans-serif;
  color: #C8BDA0;
  min-height: 100vh;
}.vpp-layout_sy0 {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}.vpp-page_sy0 {
  min-height: 100vh;
  display: flex;
}.vpp-main_sy0 {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media (min-width: 1079px) {.vpp-main_sy0 {
  padding-left: 220px;
}
}
@media (max-width: 1080px) {.vpp-main_sy0 {
  padding-bottom: 4.5rem;
}
}.vpp-gc_sy0 {
  border: 1px solid rgba(255,240,200,0.06);
  border-radius: 8px;
  background: #141210;
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  position: relative;
  width: 8.75rem;
  cursor: pointer;
  flex-shrink: 0;
}
@media(min-width:640px) {.vpp-gc_sy0 {
  width: 9.75rem;
}
}
@media(min-width: 1078px) {.vpp-gc_sy0 {
  width: 10.5rem;
}
}.vpp-gc_sy0:hover {
  transform: translateY(-3px);
  border-color: rgba(200,155,58,0.07);
}.vpp-gc_img_sy0 {
  overflow: hidden;
  position: relative;
  padding-bottom: 80%;
  width: 100%;
}.vpp-gc_img_sy0 img {
  inset: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
  height: 100%;
}.vpp-gc_hover_sy0 {
  transition: opacity .2s;
  background: rgba(6,5,4,0.72);
  inset: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}.vpp-gc_sy0:hover .vpp-gc_hover_sy0 {
  opacity: 1;
}.vpp-gc_hover_btn_sy0 {
  padding: 0.5rem 16px;
  border-radius: 0.25rem;
  background: #C89B3A;
  font-size: 0.75rem;
  font-weight: 700;
  color: #F4EDD8;
}.vpp-gc_info_sy0 {
  padding: 8px 0.625rem 0.625rem;
}.vpp-gc_name_sy0 {
  overflow: hidden;
  font-weight: 600;
  color: #C8BDA0;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.75rem;
  margin-bottom: 3px;
  max-width: 100%;
}.vpp-gc_prov_sy0 {
  font-size: 0.625rem;
  color: #918470;
}.vpp-gc_tag_sy0 {
  border-radius: 4px;
  padding: 2px 0.438rem;
  left: 6px;
  font-size: 9px;
  text-transform: uppercase;
  position: absolute;
  top: 0.375rem;
  z-index: 2;
  font-weight: 700;
  letter-spacing: .04em;
}.vpp-gc_tag_hot_sy0 {
  background: #E03A3A;
  color: #fff;
}.vpp-gc_tag_new_sy0 {
  background: #25C46A;
  color: #0E0D0B;
}.vpp-gc_tag_jp_sy0 {
  background: #E8A020;
  color: #0E0D0B;
}.vpp-gc_tag_ex_sy0 {
  background: #8B5E28;
  color: #fff;
}.vpp-gc_tag_live_sy0 {
  background: #E03A3A;
  color: #fff;
}.vpp-gr_sy0 {
  background: #0E0D0B;
  padding: 2rem 16px 0;
}
@media(min-width: 770px) {.vpp-gr_sy0 {
  padding: 36px 24px 0;
}
}.vpp-gr_in_sy0 {
  margin: 0 auto;
  max-width: 1320px;
}.vpp-gr_head_sy0 {
  gap: 0.75rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
  flex-wrap: wrap;
}.vpp-gr_head_l_sy0 {
  gap: 10px;
  flex: 1;
  display: flex;
  align-items: center;
  min-width: 0;
}.vpp-gr_ic_sy0 {
  border-radius: 8px;
  height: 2rem;
  flex-shrink: 0;
  align-items: center;
  width: 32px;
  justify-content: center;
  display: flex;
}.vpp-gr_ic_sy0 svg {
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
}.vpp-gr_title_sy0 {
  font-size: 16px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  overflow-wrap: break-word;
  color: #F4EDD8;
}
@media(min-width: 771px) {.vpp-gr_title_sy0 {
  font-size: 1.125rem;
}
}.vpp-gr_more_sy0 {
  gap: 5px;
  transition: color .2s;
  font-weight: 600;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  color: #7A7060;
  font-size: 0.75rem;
  align-items: center;
}.vpp-gr_more_sy0:hover {
  color: #C89B3A;
}.vpp-gr_more_sy0 svg {
  width: 12px;
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 12px;
}.vpp-gr_arrows_sy0 {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.vpp-gr_arr_sy0 {
  border: 1px solid rgba(255,240,200,0.11);
  border-radius: 4px;
  background: rgba(255,245,220,0.05);
  transition: background .15s,color .15s;
  justify-content: center;
  width: 30px;
  align-items: center;
  display: flex;
  height: 1.875rem;
  color: #9A8E76;
}.vpp-gr_arr_sy0:hover {
  background: rgba(255,245,220,0.07);
  color: #F4EDD8;
}.vpp-gr_arr_sy0 svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 13px;
  width: 13px;
}.vpp-gr_seo_h_sy0 {
  margin: 0 0 0.375rem;
  font-size: 13px;
  font-weight: 700;
  color: #C8BDA0;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  max-width: 680px;
}
@media(min-width: 767px) {.vpp-gr_seo_h_sy0 {
  font-size: 14px;
}
}.vpp-gr_seo_sy0 {
  line-height: 1.55;
  color: #7A7060;
  max-width: 680px;
  font-size: 12px;
  overflow-wrap: break-word;
  margin-bottom: 12px;
}.vpp-gr_seo_sy0 strong {
  font-weight: 600;
  color: #C8BDA0;
}.vpp-gr_scroll_sy0 {
  gap: 0.625rem;
  scrollbar-width: none;
  overflow-x: auto;
  padding-bottom: 0.625rem;
  display: flex;
  -webkit-overflow-scrolling: touch;
}.vpp-gr_scroll_sy0::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.vpp-gr_scroll_sy0 {
  gap: 12px;
}
}.vpp-tb_sy0 {
  background: #0E0D0B;
  border-bottom: 1px solid rgba(255,245,220,0.07);
  top: 0;
  left: 0;
  align-items: center;
  z-index: 80;
  right: 0;
  height: 56px;
  position: fixed;
  display: flex;
}.vpp-tb_in_sy0 {
  gap: 0;
  padding: 0 0.875rem;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}.vpp-tb_burger_sy0 {
  gap: 0.313rem;
  border-radius: 8px;
  margin-right: 8px;
  align-items: center;
  width: 2.375rem;
  flex-direction: column;
  display: flex;
  height: 38px;
  justify-content: center;
  flex-shrink: 0;
}.vpp-tb_burger_sy0:hover {
  background: rgba(255,245,220,0.05);
}.vpp-tb_burger_line_sy0 {
  border-radius: 1px;
  background: #9A8E76;
  height: 2px;
  width: 1.125rem;
  display: block;
}
@media(min-width: 1081px) {.vpp-tb_burger_sy0 {
  display: none;
}
}.vpp-tb_logo_sy0 {
  gap: 0.563rem;
  color: #F4EDD8;
  letter-spacing: -.01em;
  flex-shrink: 0;
  font-weight: 800;
  margin-right: 20px;
  align-items: center;
  font-size: 18px;
  overflow-wrap: break-word;
  display: flex;
}.vpp-tb_logo_mark_sy0 {
  overflow: hidden;
  border-radius: 8px;
  height: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 2rem;
}.vpp-tb_logo_mark_sy0 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}.vpp-tb_nav_sy0 {
  gap: 2px;
  flex: 1;
  display: none;
}
@media(min-width: 641px) {.vpp-tb_nav_sy0 {
  display: flex;
}
}.vpp-tb_tab_sy0 {
  transition: background .15s,color .15s;
  border-radius: 8px;
  padding: 0.5rem 14px;
  font-size: 13px;
  white-space: nowrap;
  color: #9A8E76;
  font-weight: 600;
}.vpp-tb_tab_sy0:hover {
  background: rgba(255,245,220,0.05);
  color: #F4EDD8;
}.vpp-tb_tab_sy0.vpp-state_active_sy0 {
  background: rgba(200,155,58,0.16);
  color: #F4EDD8;
}.vpp-tb_right_sy0 {
  gap: 0.5rem;
  margin-left: auto;
  flex-shrink: 0;
  align-items: center;
  display: flex;
}.vpp-tb_login_sy0 {
  padding: 0.563rem 1rem;
  border: 1px solid rgba(255,240,200,0.11);
  border-radius: 8px;
  transition: border-color .2s,color .2s;
  background: rgba(255,245,220,0.05);
  font-weight: 600;
  font-size: 13px;
  display: none;
  color: #C8BDA0;
}.vpp-tb_login_sy0:hover {
  border-color: rgba(200,155,58,0.45);
  color: #F4EDD8;
}
@media(min-width: 477px) {.vpp-tb_login_sy0 {
  display: block;
}
}.vpp-tb_reg_sy0 {
  background: #25C46A;
  transition: background .2s;
  border-radius: 8px;
  padding: 9px 1.125rem;
  font-size: 0.813rem;
  white-space: nowrap;
  font-weight: 700;
  color: #0C0B09;
}.vpp-tb_reg_sy0:hover {
  background: #1DAF5C;
}.vpp-sb_sy0 {
  border-right: 1px solid rgba(255,245,220,0.05);
  background: #181612;
  transition: transform .25s ease;
  transform: translateX(-100%);
  bottom: 0;
  z-index: 70;
  position: fixed;
  overflow-y: auto;
  top: 3.5rem;
  width: 220px;
  left: 0;
}.vpp-sb_sy0.vpp-state_open_sy0 {
  transform: translateX(0);
}.vpp-sb_sy0::-webkit-scrollbar {
  width: 0.25rem;
}.vpp-sb_sy0::-webkit-scrollbar-thumb {
  background: rgba(255,245,220,0.07);
  border-radius: 2px;
}
@media(min-width:1080px) {.vpp-sb_sy0 {
  transform: translateX(0);
}
}.vpp-sb_auth_sy0 {
  padding: 0.875rem 0.75rem 10px;
}.vpp-sb_btn_reg_sy0 {
  background: #25C46A;
  border-radius: 8px;
  padding: 11px;
  transition: background .2s;
  display: block;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #0C0B09;
  font-size: 13px;
  text-align: center;
}.vpp-sb_btn_reg_sy0:hover {
  background: #1DAF5C;
}.vpp-sb_btn_login_sy0 {
  border: 1px solid rgba(255,240,200,0.11);
  transition: border-color .2s;
  border-radius: 8px;
  background: rgba(255,245,220,0.05);
  padding: 10px;
  display: block;
  font-size: 0.813rem;
  text-align: center;
  color: #C8BDA0;
  font-weight: 600;
}.vpp-sb_btn_login_sy0:hover {
  border-color: rgba(200,155,58,0.45);
  color: #F4EDD8;
}.vpp-sb_promo_sy0 {
  border-radius: 8px;
  margin: 0 0.75rem 0.625rem;
  padding: 0.75rem 0.875rem;
  border: 1px solid rgba(200,155,58,0.16);
  background: linear-gradient(135deg,#1C1408,#181612);
  overflow: hidden;
  position: relative;
}.vpp-sb_promo_sy0::before {
  border-radius: 50%;
  background: radial-gradient(circle,rgba(200,155,58,0.16),transparent 70%);
  width: 5rem;
  content: '';
  top: -1.25rem;
  position: absolute;
  right: -20px;
  height: 5rem;
}.vpp-sb_promo_title_sy0 {
  color: #C89B3A;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: .06em;
}.vpp-sb_promo_text_sy0 {
  color: #F4EDD8;
  line-height: 1.35;
  font-weight: 600;
  font-size: 12px;
  overflow-wrap: break-word;
}.vpp-sb_promo_sub_sy0 {
  font-size: 10px;
  color: #7A7060;
  margin-top: 3px;
}.vpp-sb_nav_sy0 {
  padding: 6px 8px 16px;
}.vpp-sb_nav_lb_sy0 {
  padding: 10px 8px 0.375rem;
  letter-spacing: .08em;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #918470;
}.vpp-sb_link_sy0 {
  border-radius: 4px;
  padding: 0.563rem 10px;
  gap: 0.625rem;
  transition: background .15s,color .15s;
  overflow-wrap: break-word;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #9A8E76;
}.vpp-sb_link_sy0:hover {
  background: rgba(255,245,220,0.05);
  color: #F4EDD8;
}.vpp-sb_link_sy0.vpp-state_active_sy0 {
  background: rgba(200,155,58,0.16);
  color: #F4EDD8;
}.vpp-sb_ic_sy0 {
  border-radius: 0.25rem;
  display: flex;
  height: 30px;
  flex-shrink: 0;
  align-items: center;
  width: 30px;
  justify-content: center;
}.vpp-sb_ic_sy0 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1rem;
  height: 16px;
}.vpp-sb_ic_1_sy0 {
  background: rgba(200,155,58,0.07);
  color: #C89B3A;
}.vpp-sb_ic_2_sy0 {
  background: rgba(37,196,106,0.14);
  color: #25C46A;
}.vpp-sb_ic_3_sy0 {
  background: rgba(232,160,32,0.15);
  color: #E8A020;
}.vpp-sb_ic_4_sy0 {
  background: rgba(139,94,40,0.22);
  color: #8B5E28;
}.vpp-sb_ic_5_sy0 {
  background: rgba(200,155,58,0.07);
  color: #D43E8A;
}.vpp-sb_ic_6_sy0 {
  background: rgba(139,94,40,0.22);
  color: #7B35CC;
}.vpp-sb_badge_sy0 {
  padding: 2px 7px;
  border-radius: 0.25rem;
  background: #E8A020;
  font-weight: 700;
  font-size: 9px;
  color: #0C0B09;
  margin-left: auto;
}.vpp-sb_bot_sy0 {
  border-top: 1px solid rgba(255,245,220,0.05);
  padding: 0.75rem;
  gap: 0.5rem;
  display: flex;
}.vpp-sb_lang_sy0,.vpp-sb_help_sy0 {
  border-radius: 4px;
  border: 1px solid rgba(255,240,200,0.06);
  transition: border-color .2s;
  padding: 9px 6px;
  gap: 6px;
  background: rgba(255,245,220,0.05);
  flex: 1;
  align-items: center;
  font-size: 11px;
  display: flex;
  justify-content: center;
  font-weight: 600;
  color: #9A8E76;
}.vpp-sb_lang_sy0:hover,.vpp-sb_help_sy0:hover {
  border-color: rgba(200,155,58,0.45);
  color: #F4EDD8;
}.vpp-sb_lang_sy0 svg,.vpp-sb_help_sy0 svg {
  width: 0.813rem;
  height: 13px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.vpp-sb_bd_sy0 {
  background: rgba(6,5,4,0.72);
  inset: 0;
  z-index: 69;
  display: none;
  position: fixed;
}.vpp-sb_bd_sy0.vpp-state_on_sy0 {
  display: block;
}
@media(min-width: 1081px) {.vpp-sb_bd_sy0 {
  display: none!important;
}
}.vpp-mob_nav_sy0 {
  padding: 8px 0 max(8px,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255,240,200,0.11);
  background: #181612;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 80;
  position: fixed;
  display: flex;
}
@media(min-width: 1081px) {.vpp-mob_nav_sy0 {
  display: none;
}
}.vpp-mob_nav_item_sy0 {
  gap: 4px;
  padding: 0.25rem 2px;
  flex: 1;
  align-items: center;
  display: flex;
  color: #918470;
  flex-direction: column;
  cursor: pointer;
}.vpp-mob_nav_ic_sy0 {
  line-height: 1;
}.vpp-mob_nav_ic_sy0 svg {
  width: 20px;
  stroke-linejoin: round;
  height: 1.25rem;
  stroke-linecap: round;
}.vpp-mob_nav_lb_sy0 {
  font-size: 0.625rem;
  color: #918470;
  font-weight: 600;
}.vpp-mob_nav_item_sy0.vpp-state_active_sy0 {
  color: #C89B3A;
}.vpp-mob_nav_item_sy0.vpp-state_active_sy0 .vpp-mob_nav_lb_sy0 {
  color: #C89B3A;
}.vpp-hero_sy0 {
  background: #0E0D0B;
  padding: 1.25rem 16px 0;
}
@media(min-width: 766px) {.vpp-hero_sy0 {
  padding: 1.5rem 24px 0;
}
}.vpp-hero_in_sy0 {
  gap: 0.75rem;
  margin: 0 auto;
  grid-template-columns: 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 863px) {.vpp-hero_in_sy0 {
  grid-template-columns: 1fr 300px;
}
}
@media(min-width: 1101px) {.vpp-hero_in_sy0 {
  grid-template-columns: 1fr 21.25rem;
}
}.vpp-hero_promo_sy0 {
  border-radius: 12px;
  overflow: hidden;
  background: #141210;
  min-height: 220px;
  align-items: stretch;
  display: flex;
  position: relative;
}
@media(min-width:768px) {.vpp-hero_promo_sy0 {
  min-height: 17.5rem;
}
}.vpp-hero_promo_bg_sy0 {
  background: linear-gradient(120deg,#1C1408 0%,#0E0D0B 100%);
  background-position: center;
  inset: 0;
  position: absolute;
  background-size: cover;
}.vpp-hero_promo_bg_sy0::after {
  inset: 0;
  background: linear-gradient(90deg,#0E0D0B 0%,rgba(6,5,4,0.72) 60%,transparent 100%);
  content: '';
  position: absolute;
}.vpp-hero_promo_glow_sy0 {
  background: radial-gradient(circle,rgba(139,94,40,0.22) 0%,transparent 65%);
  border-radius: 50%;
  position: absolute;
  height: 18.75rem;
  right: 60px;
  width: 300px;
  top: -2.5rem;
  pointer-events: none;
}.vpp-hero_promo_ct_sy0 {
  padding: 28px 1.5rem 28px 1.75rem;
  justify-content: center;
  max-width: 480px;
  z-index: 2;
  position: relative;
  flex-direction: column;
  display: flex;
}
@media(min-width: 766px) {.vpp-hero_promo_ct_sy0 {
  padding: 2.5rem 2rem;
}
}.vpp-hero_badge_sy0 {
  padding: 5px 0.75rem;
  background: rgba(200,155,58,0.16);
  border: 1px solid rgba(200,155,58,0.07);
  border-radius: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 14px;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 0.625rem;
  display: inline-block;
  color: #C89B3A;
}.vpp-hero_h1_sy0 {
  color: #F4EDD8;
  font-weight: 800;
  line-height: 1.15;
  font-size: 1.625rem;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
}.vpp-hero_h1_sy0 em {
  font-style: normal;
  color: #E8A020;
}
@media(min-width: 771px) {.vpp-hero_h1_sy0 {
  font-size: 36px;
}
}.vpp-hero_sub_sy0 {
  font-size: 13px;
  color: #9A8E76;
  line-height: 1.55;
  margin-bottom: 20px;
}
@media(min-width:768px) {.vpp-hero_sub_sy0 {
  font-size: 14px;
}
}.vpp-hero_row_sy0 {
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}.vpp-hero_cta_sy0 {
  background: #25C46A;
  border-radius: 8px;
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  color: #0C0B09;
  font-size: 14px;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 0.25rem 1.125rem rgba(37,196,106,0.38);
}.vpp-hero_cta_sy0:hover {
  background: #1DAF5C;
}.vpp-hero_terms_sy0 {
  font-size: 0.688rem;
  color: #918470;
}.vpp-hero_game_sy0 {
  overflow: hidden;
  border: 1px solid rgba(255,240,200,0.06);
  background: #141210;
  border-radius: 12px;
  position: relative;
  flex-direction: column;
  display: flex;
}.vpp-hero_game_badge_sy0 {
  background: rgba(232,160,32,0.15);
  border: 1px solid rgba(232,160,32,0.15);
  padding: 5px 0.625rem;
  border-radius: 20px;
  color: #E8A020;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: .06em;
  position: absolute;
  z-index: 3;
  top: 12px;
  text-transform: uppercase;
  left: 0.75rem;
}.vpp-hero_game_badge_sy0 svg {
  vertical-align: -1px;
  margin-right: 0.25rem;
  height: 11px;
  width: 11px;
}.vpp-hero_game_img_sy0 {
  background: linear-gradient(135deg,#1C1408,#0E0D0B);
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}.vpp-hero_game_img_sy0 img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}.vpp-hero_game_play_sy0 {
  background: rgba(6,5,4,0.72);
  inset: 0;
  transition: opacity .2s;
  display: flex;
  justify-content: center;
  position: absolute;
  align-items: center;
  opacity: 0;
}.vpp-hero_game_sy0:hover .vpp-hero_game_play_sy0 {
  opacity: 1;
}.vpp-hero_game_play_sy0 span {
  border-radius: 50%;
  background: #C89B3A;
  display: flex;
  width: 3.25rem;
  height: 52px;
  align-items: center;
  justify-content: center;
}.vpp-hero_game_play_sy0 span svg {
  width: 1.125rem;
  margin-left: 2px;
  height: 1.125rem;
}.vpp-hero_game_info_sy0 {
  padding: 14px 1rem;
}.vpp-hero_game_title_sy0 {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
  color: #F4EDD8;
  overflow-wrap: break-word;
}.vpp-hero_game_provider_sy0 {
  font-size: 11px;
  color: #7A7060;
}.vpp-hero_game_btn_sy0 {
  border-radius: 0.5rem;
  background: #C89B3A;
  margin: 0.75rem 16px 16px;
  transition: background .2s;
  padding: 11px;
  color: #F4EDD8;
  font-size: 13px;
  display: block;
  text-align: center;
  font-weight: 700;
}.vpp-hero_game_sy0:hover .vpp-hero_game_btn_sy0 {
  background: #DDB04E;
}.vpp-sbar_sy0 {
  padding: 16px 16px 0;
  background: #0E0D0B;
}
@media(min-width: 767px) {.vpp-sbar_sy0 {
  padding: 18px 24px 0;
}
}.vpp-sbar_in_sy0 {
  margin: 0 auto;
  max-width: 1320px;
}.vpp-sbar_row_sy0 {
  gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.75rem;
}.vpp-sbar_input_sy0 {
  border-radius: 8px;
  gap: 10px;
  background: #141210;
  flex: 1;
  padding: 0.688rem 16px;
  border: 1px solid rgba(255,240,200,0.11);
  transition: border-color .2s;
  display: flex;
  color: #7A7060;
  font-size: 0.813rem;
  cursor: pointer;
  align-items: center;
}.vpp-sbar_input_sy0:hover {
  border-color: rgba(200,155,58,0.45);
}.vpp-sbar_input_sy0 svg {
  flex-shrink: 0;
  stroke-linejoin: round;
  width: 0.938rem;
  height: 0.938rem;
  stroke-linecap: round;
}.vpp-sbar_providers_sy0 {
  border-radius: 0.5rem;
  padding: 11px 18px;
  gap: 0.5rem;
  background: #141210;
  border: 1px solid rgba(255,240,200,0.11);
  transition: border-color .2s;
  font-weight: 600;
  white-space: nowrap;
  align-items: center;
  color: #C8BDA0;
  display: flex;
  font-size: 0.813rem;
}.vpp-sbar_providers_sy0:hover {
  border-color: rgba(200,155,58,0.45);
  color: #F4EDD8;
}.vpp-sbar_providers_sy0 svg {
  height: 14px;
  stroke-linejoin: round;
  width: 0.875rem;
  stroke-linecap: round;
}.vpp-sbar_tabs_sy0 {
  gap: 6px;
  scrollbar-width: none;
  padding-bottom: 2px;
  display: flex;
  overflow-x: auto;
}.vpp-sbar_tabs_sy0::-webkit-scrollbar {
  display: none;
}.vpp-sbar_tab_sy0 {
  background: rgba(255,245,220,0.05);
  transition: background .15s,color .15s,border-color .15s;
  gap: 7px;
  border-radius: 20px;
  border: 1px solid rgba(255,240,200,0.06);
  padding: 0.5rem 0.875rem;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  font-size: 0.75rem;
  color: #9A8E76;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 600;
}.vpp-sbar_tab_sy0:hover {
  border-color: rgba(200,155,58,0.45);
  background: rgba(255,245,220,0.07);
  color: #F4EDD8;
}.vpp-sbar_tab_sy0.vpp-state_active_sy0 {
  border-color: rgba(200,155,58,0.07);
  background: rgba(200,155,58,0.16);
  color: #F4EDD8;
}.vpp-sbar_tab_ic_sy0 svg {
  stroke-linecap: round;
  width: 14px;
  height: 0.875rem;
  stroke-linejoin: round;
}.vpp-gcg_sy0 {
  padding: 2.25rem 1rem 0;
  background: #0E0D0B;
}
@media(min-width:768px) {.vpp-gcg_sy0 {
  padding: 44px 24px 0;
}
}.vpp-gcg_in_sy0 {
  margin: 0 auto;
  max-width: 1320px;
}.vpp-gcg_head_sy0 {
  margin-bottom: 1.25rem;
  max-width: 720px;
}.vpp-gcg_label_sy0 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #C89B3A;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.vpp-gcg_h2_sy0 {
  color: #F4EDD8;
  font-size: 22px;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  margin-bottom: 8px;
  font-weight: 800;
}
@media(min-width: 769px) {.vpp-gcg_h2_sy0 {
  font-size: 28px;
}
}.vpp-gcg_intro_sy0 {
  color: #7A7060;
  line-height: 1.6;
  font-size: 0.813rem;
}.vpp-gcg_grid_sy0 {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 638px) {.vpp-gcg_grid_sy0 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1078px) {.vpp-gcg_grid_sy0 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.vpp-gcg_card_sy0 {
  padding: 1.25rem;
  border: 1px solid rgba(255,240,200,0.11);
  overflow: hidden;
  transition: transform .2s,border-color .2s;
  border-radius: 0.75rem;
  justify-content: flex-end;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 15rem;
}.vpp-gcg_card_sy0:hover {
  transform: translateY(-3px);
  border-color: rgba(200,155,58,0.16);
}.vpp-gcg_card_bg_sy0 {
  inset: 0;
  z-index: 0;
  position: absolute;
}.vpp-gcg_card_bg_sy0::after {
  background: linear-gradient(180deg,rgba(0,0,0,0) 30%,rgba(0,0,0,.75) 100%);
  inset: 0;
  content: '';
  position: absolute;
}.vpp-gcg_card_ic_sy0 {
  border-radius: 4px;
  background: rgba(0,0,0,.45);
  align-items: center;
  right: 18px;
  top: 18px;
  height: 40px;
  display: flex;
  justify-content: center;
  position: absolute;
  color: #F4EDD8;
  z-index: 2;
  width: 40px;
}.vpp-gcg_card_ic_sy0 svg {
  stroke-linejoin: round;
  width: 1.25rem;
  stroke-linecap: round;
  height: 20px;
}.vpp-gcg_card_ct_sy0 {
  z-index: 1;
  position: relative;
}.vpp-gcg_card_h_sy0 {
  color: #F4EDD8;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  line-height: 1.2;
  font-size: 1.125rem;
}
@media(min-width: 769px) {.vpp-gcg_card_h_sy0 {
  font-size: 20px;
}
}.vpp-gcg_card_p_sy0 {
  line-height: 1.55;
  margin-bottom: 0.625rem;
  font-size: 12px;
  color: rgba(255,255,255,.82);
  overflow-wrap: break-word;
}.vpp-gcg_card_p_sy0 strong {
  color: #F4EDD8;
  font-weight: 600;
}.vpp-gcg_card_cta_sy0 {
  gap: 4px;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .04em;
  color: #C89B3A;
  display: inline-flex;
  font-weight: 700;
}.vpp-gcg_card_cta_sy0 svg {
  width: 0.75rem;
  stroke-linecap: round;
  height: 0.75rem;
  stroke-linejoin: round;
}.vpp-ws_sy0 {
  background: #0E0D0B;
  padding: 32px 16px 0;
}
@media(min-width:768px) {.vpp-ws_sy0 {
  padding: 36px 24px 0;
}
}.vpp-ws_in_sy0 {
  margin: 0 auto;
  max-width: 1320px;
}.vpp-ws_head_sy0 {
  gap: 0.75rem;
  display: flex;
  margin-bottom: 0.875rem;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}.vpp-ws_title_sy0 {
  gap: 10px;
  align-items: center;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4EDD8;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  overflow-wrap: break-word;
}.vpp-ws_title_ic_sy0 svg {
  stroke-linecap: round;
  height: 1.125rem;
  color: #E8A020;
  width: 1.125rem;
  stroke-linejoin: round;
}.vpp-ws_online_sy0 {
  gap: 7px;
  font-size: 0.75rem;
  color: #7A7060;
  font-weight: 600;
  display: flex;
  align-items: center;
}.vpp-ws_online_dot_sy0 {
  border-radius: 50%;
  background: #25C46A;
  height: 8px;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(37,196,106,0.14);
  width: 0.5rem;
}.vpp-ws_scroll_sy0 {
  gap: 0.5rem;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
}.vpp-ws_scroll_sy0::-webkit-scrollbar {
  display: none;
}.vpp-wc_sy0 {
  gap: 0.625rem;
  border-radius: 0.5rem;
  background: #141210;
  padding: 0.625rem 14px;
  border: 1px solid rgba(255,240,200,0.11);
  display: flex;
  flex-shrink: 0;
  min-width: 13.75rem;
  align-items: center;
}.vpp-wc_img_sy0 {
  border-radius: 4px;
  background: #181612;
  overflow: hidden;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
}.vpp-wc_img_sy0 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}.vpp-wc_info_sy0 {
  min-width: 0;
}.vpp-wc_game_sy0 {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.75rem;
  color: #C8BDA0;
  font-weight: 600;
  text-overflow: ellipsis;
}.vpp-wc_player_sy0 {
  overflow: hidden;
  white-space: nowrap;
  color: #918470;
  text-overflow: ellipsis;
  font-size: 0.625rem;
}.vpp-wc_amount_sy0 {
  font-size: 13px;
  white-space: nowrap;
  font-weight: 700;
  color: #25C46A;
  margin-left: auto;
  flex-shrink: 0;
}.vpp-htp_sy0 {
  background: #0E0D0B;
  padding: 36px 16px 0;
}
@media(min-width: 770px) {.vpp-htp_sy0 {
  padding: 44px 1.5rem 0;
}
}.vpp-htp_in_sy0 {
  margin: 0 auto;
  max-width: 82.5rem;
}.vpp-htp_head_sy0 {
  max-width: 45rem;
  margin-bottom: 22px;
}.vpp-htp_label_sy0 {
  color: #C89B3A;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.688rem;
}.vpp-htp_h2_sy0 {
  font-weight: 800;
  color: #F4EDD8;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
  font-size: 22px;
}
@media(min-width: 766px) {.vpp-htp_h2_sy0 {
  font-size: 1.75rem;
}
}.vpp-htp_intro_sy0 {
  font-size: 14px;
  line-height: 1.6;
  color: #7A7060;
}.vpp-htp_steps_sy0 {
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr;
  counter-reset: none;
}
@media(min-width: 639px) {.vpp-htp_steps_sy0 {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.vpp-htp_steps_sy0 {
  gap: 0.875rem;
  grid-template-columns: repeat(4,1fr);
}
}.vpp-htp_step_sy0 {
  padding: 20px 1.125rem 1.125rem;
  background: #181612;
  border-radius: 8px;
  border: 1px solid rgba(255,240,200,0.11);
  position: relative;
  display: flex;
  flex-direction: column;
}.vpp-htp_step_num_sy0 {
  border-radius: 50%;
  background: #C89B3A;
  color: #0C0B09;
  font-weight: 800;
  display: flex;
  justify-content: center;
  top: -0.75rem;
  font-family: 'Barlow Condensed', sans-serif;
  width: 28px;
  position: absolute;
  left: 20px;
  align-items: center;
  height: 1.75rem;
  font-size: 13px;
}.vpp-htp_step_ic_sy0 {
  background: rgba(200,155,58,0.16);
  margin: 8px 0 12px;
  border-radius: 4px;
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  color: #C89B3A;
  justify-content: center;
}.vpp-htp_step_ic_sy0 svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.125rem;
  height: 1.125rem;
}.vpp-htp_step_h_sy0 {
  margin-bottom: 6px;
  font-weight: 700;
  color: #F4EDD8;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.25;
}.vpp-htp_step_p_sy0 {
  overflow-wrap: break-word;
  color: #7A7060;
  font-size: 13px;
  line-height: 1.55;
}.vpp-htp_step_p_sy0 strong {
  color: #C8BDA0;
  font-weight: 600;
}.vpp-htp_cta_sy0 {
  transition: background .2s;
  border-radius: 0.5rem;
  background: #25C46A;
  padding: 0.813rem 1.625rem;
  display: inline-block;
  font-weight: 700;
  color: #0C0B09;
  margin-top: 1.25rem;
  font-size: 0.875rem;
}.vpp-htp_cta_sy0:hover {
  background: #1DAF5C;
}.vpp-app_sy0 {
  background: #0E0D0B;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.vpp-app_sy0 {
  padding: 44px 24px 0;
}
}.vpp-app_in_sy0 {
  margin: 0 auto;
  max-width: 1320px;
}.vpp-app_head_sy0 {
  margin-bottom: 1rem;
}.vpp-app_label_sy0 {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: .08em;
  color: #C89B3A;
  font-size: 0.688rem;
  font-weight: 700;
}.vpp-app_h2_sy0 {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 6px;
  color: #F4EDD8;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 766px) {.vpp-app_h2_sy0 {
  font-size: 1.5rem;
}
}.vpp-app_sub_sy0 {
  line-height: 1.6;
  max-width: 37.5rem;
  font-size: 13px;
  color: #7A7060;
  overflow-wrap: break-word;
}.vpp-app_sub_sy0 strong {
  font-weight: 700;
  color: #C8BDA0;
}.vpp-app_cards_sy0 {
  gap: 10px;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 16px;
}
@media(min-width: 638px) {.vpp-app_cards_sy0 {
  grid-template-columns: repeat(3,1fr);
}
}.vpp-app_card_sy0 {
  gap: 16px;
  padding: 1.25rem;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}.vpp-app_card_ios_sy0 {
  background: linear-gradient(135deg,rgba(200,155,58,0.16) 0%,#181612 100%);
}.vpp-app_card_android_sy0 {
  background: linear-gradient(135deg,rgba(37,196,106,0.14) 0%,#181612 100%);
}.vpp-app_card_win_sy0 {
  background: linear-gradient(135deg,rgba(232,160,32,0.15) 0%,#181612 100%);
}.vpp-app_card_ic_sy0 svg {
  width: 2.125rem;
  stroke-linejoin: round;
  height: 2.125rem;
  stroke-linecap: round;
}.vpp-app_card_ic_sy0 {
  color: #F4EDD8;
  flex-shrink: 0;
}.vpp-app_card_os_sy0 {
  font-weight: 700;
  text-transform: uppercase;
  color: #7A7060;
  letter-spacing: .08em;
  margin-bottom: 0.375rem;
  font-size: 10px;
}.vpp-app_card_title_sy0 {
  color: #F4EDD8;
  margin-bottom: 6px;
  font-size: 0.938rem;
  overflow-wrap: break-word;
  line-height: 1.2;
  font-weight: 700;
}.vpp-app_card_text_sy0 {
  color: #7A7060;
  font-size: 12px;
  overflow-wrap: break-word;
  line-height: 1.5;
  margin-bottom: 14px;
}.vpp-app_card_btn_sy0 {
  gap: 7px;
  transition: background .2s;
  background: rgba(255,245,220,0.12);
  padding: 0.625rem 18px;
  border-radius: 0.25rem;
  border: 1px solid rgba(200,155,58,0.45);
  font-size: 13px;
  color: #F4EDD8;
  display: inline-flex;
  font-weight: 700;
  align-items: center;
}.vpp-app_card_btn_sy0:hover {
  background: rgba(255,245,220,0.07);
}.vpp-reg_sy0 {
  padding: 36px 16px 0;
  background: #0E0D0B;
}
@media(min-width: 766px) {.vpp-reg_sy0 {
  padding: 44px 1.5rem 0;
}
}.vpp-reg_in_sy0 {
  border: 1px solid rgba(255,240,200,0.06);
  background: #181612;
  margin: 0 auto;
  border-radius: 0.75rem;
  padding: 1.75rem 24px;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.vpp-reg_in_sy0 {
  padding: 2.5rem;
}
}.vpp-reg_top_sy0 {
  gap: 28px;
  display: grid;
  grid-template-columns: 1fr;
}
@media(min-width: 861px) {.vpp-reg_top_sy0 {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.vpp-reg_label_sy0 {
  font-size: 11px;
  color: #C89B3A;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}.vpp-reg_h2_sy0 {
  line-height: 1.2;
  color: #F4EDD8;
  margin-bottom: 12px;
  overflow-wrap: break-word;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 22px;
}
@media(min-width: 770px) {.vpp-reg_h2_sy0 {
  font-size: 1.75rem;
}
}.vpp-reg_bonus_sy0 {
  border-radius: 0.5rem;
  padding: 10px 16px;
  gap: 8px;
  background: rgba(232,160,32,0.15);
  border: 1px solid rgba(232,160,32,0.15);
  align-items: center;
  display: inline-flex;
  margin-bottom: 1rem;
}.vpp-reg_bonus_amount_sy0 {
  font-weight: 800;
  color: #E8A020;
  font-size: 1.25rem;
}.vpp-reg_bonus_text_sy0 {
  color: #9A8E76;
  line-height: 1.35;
  font-size: 0.813rem;
}.vpp-reg_cta_btn_sy0 {
  background: #25C46A;
  border-radius: 8px;
  transition: background .2s;
  padding: 0.875rem 2rem;
  color: #0C0B09;
  font-size: 0.938rem;
  display: inline-block;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 0.25rem 1.125rem rgba(37,196,106,0.38);
  margin-bottom: 0.75rem;
  font-weight: 700;
}.vpp-reg_cta_btn_sy0:hover {
  background: #1DAF5C;
}.vpp-reg_terms_sy0 {
  color: #918470;
  font-size: 11px;
  line-height: 1.5;
}.vpp-reg_seo_sy0 {
  border-top: 1px solid rgba(255,245,220,0.05);
  overflow-wrap: break-word;
  padding-top: 1.25rem;
  margin-top: 20px;
  line-height: 1.65;
  color: #7A7060;
  font-size: 13px;
}.vpp-reg_seo_sy0 p {
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 10px;
  color: #7A7060;
}.vpp-reg_seo_sy0 p:last-child {
  margin-bottom: 0;
}.vpp-reg_seo_sy0 strong {
  color: #C8BDA0;
  font-weight: 700;
}.vpp-reg_seo_sy0 a {
  transition: color .2s;
  color: #C89B3A;
  text-decoration: underline;
}.vpp-reg_seo_sy0 a:hover {
  color: #DDB04E;
}.vpp-reg_seo_sy0 ul,.vpp-reg_seo_sy0 ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 18px;
}.vpp-reg_seo_sy0 ol {
  list-style: decimal;
}.vpp-reg_seo_sy0 li {
  font-size: 13px;
  line-height: 1.65;
  color: #7A7060;
  margin-bottom: 0.25rem;
}.vpp-reg_seo_sy0 table {
  overflow-x: auto;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  border-collapse: collapse;
}
@media(min-width: 767px) {.vpp-reg_seo_sy0 table {
  display: table;
}
}.vpp-reg_seo_sy0 th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(255,245,220,0.07);
  color: #C8BDA0;
  font-weight: 700;
  text-align: left;
}.vpp-reg_seo_sy0 td {
  border-bottom: 1px solid rgba(255,245,220,0.05);
  padding: 0.5rem;
  color: #7A7060;
}.vpp-reg_steps_sy0 {
  gap: 14px;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
}
@media(min-width:860px) {.vpp-reg_steps_sy0 {
  margin-top: 0;
}
}.vpp-reg_step_sy0 {
  border: 1px solid rgba(255,240,200,0.06);
  border-radius: 8px;
  background: rgba(255,245,220,0.05);
  padding: 1rem;
  gap: 0.875rem;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}.vpp-reg_step_num_sy0 {
  background: rgba(200,155,58,0.16);
  border-radius: 50%;
  border: 1px solid rgba(200,155,58,0.07);
  justify-content: center;
  font-weight: 800;
  color: #C89B3A;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  width: 2.125rem;
  height: 2.125rem;
  font-size: 0.875rem;
}.vpp-reg_step_title_sy0 {
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 14px;
  color: #F4EDD8;
}.vpp-reg_step_text_sy0 {
  line-height: 1.5;
  font-size: 0.75rem;
  color: #7A7060;
}.vpp-reg_trust_sy0 {
  border-top: 1px solid rgba(255,245,220,0.05);
  gap: 10px;
  display: flex;
  margin-top: 1.25rem;
  flex-wrap: wrap;
  padding-top: 20px;
}.vpp-reg_trust_item_sy0 {
  gap: 7px;
  display: flex;
  overflow-wrap: break-word;
  font-size: 0.75rem;
  color: #7A7060;
  align-items: center;
}.vpp-reg_trust_ic_sy0 svg {
  width: 1rem;
  color: #C89B3A;
  height: 16px;
  stroke-linecap: round;
  stroke-linejoin: round;
}.vpp-bon_sy0 {
  background: #0E0D0B;
  padding: 36px 16px 0;
}
@media(min-width: 766px) {.vpp-bon_sy0 {
  padding: 2.75rem 24px 0;
}
}.vpp-bon_in_sy0 {
  margin: 0 auto;
  max-width: 1320px;
}.vpp-bon_head_sy0 {
  margin-bottom: 20px;
}.vpp-bon_label_sy0 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 11px;
  color: #C89B3A;
  letter-spacing: .08em;
}.vpp-bon_h2_sy0 {
  color: #F4EDD8;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 1.25rem;
  font-family: 'Barlow Condensed', sans-serif;
}
@media(min-width: 770px) {.vpp-bon_h2_sy0 {
  font-size: 24px;
}
}.vpp-bon_seo_sy0 {
  max-width: 620px;
  line-height: 1.6;
  overflow-wrap: break-word;
  font-size: 13px;
  color: #7A7060;
}.vpp-bon_seo_sy0 strong {
  font-weight: 700;
  color: #C8BDA0;
}.vpp-bon_seo_sy0 a {
  color: #C89B3A;
  text-decoration: underline;
}.vpp-bon_grid_sy0 {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 638px) {.vpp-bon_grid_sy0 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.vpp-bon_grid_sy0 {
  grid-template-columns: repeat(5,1fr);
}
}.vpp-bon_card_sy0 {
  border-radius: 0.5rem;
  border: 1px solid rgba(255,240,200,0.11);
  padding: 16px;
  transition: border-color .2s,transform .2s;
  background: #141210;
}.vpp-bon_card_sy0:hover {
  border-color: rgba(200,155,58,0.07);
  transform: translateY(-2px);
}.vpp-bon_card_ic_sy0 svg {
  width: 26px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.625rem;
}.vpp-bon_card_ic_sy0 {
  margin-bottom: 10px;
}.vpp-bon_card_type_sy0 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  color: #7A7060;
  letter-spacing: .06em;
  margin-bottom: 6px;
}.vpp-bon_card_amount_sy0 {
  margin-bottom: 0.375rem;
  line-height: 1.1;
  font-weight: 800;
  color: #E8A020;
  font-size: 18px;
}.vpp-bon_card_name_sy0 {
  font-size: 0.813rem;
  margin-bottom: 8px;
  overflow-wrap: break-word;
  color: #F4EDD8;
  font-weight: 600;
}.vpp-bon_card_detail_sy0 {
  border-top: 1px solid rgba(255,245,220,0.05);
  padding-top: 0.5rem;
  color: #918470;
  font-size: 11px;
  line-height: 1.5;
  overflow-wrap: break-word;
}.vpp-prov_sy0 {
  background: #0E0D0B;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 767px) {.vpp-prov_sy0 {
  padding: 44px 1.5rem 0;
}
}.vpp-prov_in_sy0 {
  margin: 0 auto;
  max-width: 82.5rem;
}.vpp-prov_head_sy0 {
  margin-bottom: 1rem;
}.vpp-prov_label_sy0 {
  color: #C89B3A;
  font-size: 0.688rem;
  letter-spacing: .08em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}.vpp-prov_h2_sy0 {
  overflow-wrap: break-word;
  margin-bottom: 8px;
  font-size: 1.25rem;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4EDD8;
  font-weight: 800;
}
@media(min-width:768px) {.vpp-prov_h2_sy0 {
  font-size: 24px;
}
}.vpp-prov_seo_sy0 {
  line-height: 1.6;
  font-size: 13px;
  max-width: 38.75rem;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
  color: #7A7060;
}.vpp-prov_seo_sy0 strong {
  font-weight: 700;
  color: #C8BDA0;
}.vpp-prov_seo_sy0 a {
  text-decoration: underline;
  color: #C89B3A;
}.vpp-prov_grid_sy0 {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
}
@media(min-width: 639px) {.vpp-prov_grid_sy0 {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1077px) {.vpp-prov_grid_sy0 {
  grid-template-columns: repeat(8,1fr);
}
}.vpp-prov_card_sy0 {
  gap: 7px;
  background: #141210;
  transition: border-color .2s,background .2s;
  padding: 14px 0.625rem;
  border: 1px solid rgba(255,240,200,0.11);
  border-radius: 0.5rem;
  align-items: center;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}.vpp-prov_card_sy0:hover {
  background: #181612;
  border-color: rgba(200,155,58,0.45);
}.vpp-prov_logo_sy0 {
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255,245,220,0.05);
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
}.vpp-prov_logo_sy0 img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}.vpp-prov_name_sy0 {
  font-size: 0.688rem;
  font-weight: 600;
  overflow-wrap: break-word;
  text-align: center;
  color: #9A8E76;
}.vpp-seo_sy0 {
  background: #0E0D0B;
  padding: 2.25rem 16px 0;
}
@media(min-width: 767px) {.vpp-seo_sy0 {
  padding: 2.75rem 24px 0;
}
}.vpp-seo_in_sy0 {
  background: #181612;
  border: 1px solid rgba(255,240,200,0.11);
  border-radius: 12px;
  margin: 0 auto;
  padding: 1.75rem 24px;
  max-width: 1320px;
}
@media(min-width: 770px) {.vpp-seo_in_sy0 {
  padding: 2.25rem 40px;
}
}.vpp-seo_label_sy0 {
  letter-spacing: .08em;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 11px;
  color: #C89B3A;
  text-transform: uppercase;
}.vpp-seo_h2_sy0 {
  margin-bottom: 14px;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.25;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 1.25rem;
  color: #F4EDD8;
}
@media(min-width: 770px) {.vpp-seo_h2_sy0 {
  font-size: 1.5rem;
}
}.vpp-seo_body_sy0 {
  font-size: 0.875rem;
  color: #9A8E76;
  line-height: 1.75;
  overflow-wrap: break-word;
}.vpp-seo_body_sy0 p {
  line-height: 1.75;
  font-size: 0.875rem;
  color: #9A8E76;
  margin-bottom: 12px;
}.vpp-seo_body_sy0 p:last-child {
  margin-bottom: 0;
}.vpp-seo_body_sy0 strong {
  color: #C8BDA0;
  font-weight: 700;
}.vpp-seo_body_sy0 a {
  transition: color .2s;
  color: #C89B3A;
  text-decoration: underline;
}.vpp-seo_body_sy0 a:hover {
  color: #DDB04E;
}.vpp-seo_body_sy0 ul,.vpp-seo_body_sy0 ol {
  list-style: disc;
  margin: 0 0 12px;
  padding-left: 22px;
}.vpp-seo_body_sy0 ol {
  list-style: decimal;
}.vpp-seo_body_sy0 li {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.75;
  color: #9A8E76;
}.vpp-seo_body_sy0 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 12px;
  display: block;
  font-size: 13px;
  overflow-x: auto;
}
@media(min-width: 770px) {.vpp-seo_body_sy0 table {
  display: table;
}
}.vpp-seo_body_sy0 th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255,245,220,0.07);
  color: #C8BDA0;
  font-weight: 700;
  text-align: left;
}.vpp-seo_body_sy0 td {
  padding: 10px 0.75rem;
  border-bottom: 1px solid rgba(255,245,220,0.05);
  color: #9A8E76;
}.vpp-seo_cols_sy0 {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 639px) {.vpp-seo_cols_sy0 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.vpp-seo_cols_sy0 {
  grid-template-columns: repeat(3,1fr);
}
}.vpp-seo_col_h_sy0 {
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 7px;
  color: #C8BDA0;
}.vpp-seo_col_p_sy0 {
  font-size: 13px;
  color: #7A7060;
  overflow-wrap: break-word;
  line-height: 1.65;
}.vpp-seo_stats_sy0 {
  margin: 1.25rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.vpp-seo_stat_sy0 {
  border: 1px solid rgba(200,155,58,0.16);
  padding: 0.875rem 16px;
  border-radius: 8px;
  background: rgba(200,155,58,0.07);
  flex: 1;
  min-width: 140px;
}.vpp-seo_stat_val_sy0 {
  overflow-wrap: break-word;
  margin-bottom: 0.25rem;
  font-size: 20px;
  font-weight: 800;
  color: #C89B3A;
}.vpp-seo_stat_lb_sy0 {
  overflow-wrap: break-word;
  font-size: 0.688rem;
  color: #7A7060;
}.vpp-faq_sy0 {
  background: #0E0D0B;
  padding: 2.25rem 16px 0;
}
@media(min-width: 765px) {.vpp-faq_sy0 {
  padding: 2.75rem 1.5rem 0;
}
}.vpp-faq_in_sy0 {
  margin: 0 auto;
  max-width: 1320px;
}.vpp-faq_head_sy0 {
  margin-bottom: 20px;
}.vpp-faq_label_sy0 {
  font-size: 0.688rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .08em;
  color: #C89B3A;
  margin-bottom: 8px;
}.vpp-faq_h2_sy0 {
  overflow-wrap: break-word;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 20px;
  color: #F4EDD8;
}
@media(min-width: 770px) {.vpp-faq_h2_sy0 {
  font-size: 1.5rem;
}
}.vpp-faq_list_sy0 {
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}.vpp-faq_item_sy0 {
  border-radius: 8px;
  background: #181612;
  overflow: hidden;
  border: 1px solid rgba(255,240,200,0.11);
}.vpp-faq_q_sy0 {
  gap: 0.75rem;
  padding: 16px 1.25rem;
  transition: color .2s;
  overflow-wrap: break-word;
  display: flex;
  font-weight: 600;
  font-size: 14px;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #C8BDA0;
  align-items: center;
  cursor: pointer;
}.vpp-faq_q_sy0:hover {
  color: #F4EDD8;
}.vpp-faq_q_ic_sy0 {
  background: rgba(255,245,220,0.05);
  transition: transform .25s;
  border-radius: 50%;
  height: 1.5rem;
  flex-shrink: 0;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  color: #C89B3A;
  display: flex;
  width: 1.5rem;
}.vpp-faq_item_sy0.vpp-state_open_sy0 .vpp-faq_q_ic_sy0 {
  transform: rotate(45deg);
}.vpp-faq_a_sy0 {
  padding: 0 20px 16px;
  font-size: 0.813rem;
  line-height: 1.7;
  display: none;
  overflow-wrap: break-word;
  color: #7A7060;
}.vpp-faq_item_sy0.vpp-state_open_sy0 .vpp-faq_a_sy0 {
  display: block;
}.vpp-faq_a_sy0 strong {
  color: #C8BDA0;
  font-weight: 700;
}.vpp-faq_a_sy0 a {
  text-decoration: underline;
  color: #C89B3A;
}.vpp-faq_a_sy0 ul,.vpp-faq_a_sy0 ol {
  list-style: disc;
  margin: 0.5rem 0;
  padding-left: 1.25rem;
}.vpp-faq_a_sy0 ol {
  list-style: decimal;
}.vpp-faq_a_sy0 li {
  line-height: 1.6;
  margin-bottom: 4px;
}.vpp-faq_a_sy0 table {
  margin: 0.5rem 0;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 12px;
  display: block;
  width: 100%;
}
@media(min-width:768px) {.vpp-faq_a_sy0 table {
  display: table;
}
}.vpp-faq_a_sy0 th {
  padding: 0.375rem 0.5rem;
  border-bottom: 1px solid rgba(255,245,220,0.07);
  font-weight: 700;
  color: #C8BDA0;
  text-align: left;
}.vpp-faq_a_sy0 td {
  border-bottom: 1px solid rgba(255,245,220,0.05);
  padding: 0.375rem 8px;
  color: #7A7060;
}.vpp-rv_sy0 {
  padding: 2.25rem 16px 0;
  background: #0E0D0B;
}
@media(min-width: 771px) {.vpp-rv_sy0 {
  padding: 2.75rem 1.5rem 0;
}
}.vpp-rv_in_sy0 {
  margin: 0 auto;
  max-width: 82.5rem;
}.vpp-rv_head_sy0 {
  max-width: 720px;
  margin-bottom: 20px;
}.vpp-rv_label_sy0 {
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 8px;
  color: #C89B3A;
  font-size: 0.688rem;
  text-transform: uppercase;
}.vpp-rv_h2_sy0 {
  overflow-wrap: break-word;
  margin-bottom: 0.625rem;
  color: #F4EDD8;
  font-size: 22px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
}
@media(min-width: 769px) {.vpp-rv_h2_sy0 {
  font-size: 1.75rem;
}
}.vpp-rv_stats_sy0 {
  gap: 1.125rem;
  align-items: center;
  font-size: 0.813rem;
  flex-wrap: wrap;
  display: flex;
  color: #7A7060;
}.vpp-rv_stats_score_sy0 {
  gap: 0.375rem;
  align-items: baseline;
  display: flex;
}.vpp-rv_stats_score_val_sy0 {
  color: #E8A020;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 22px;
}.vpp-rv_stats_score_max_sy0 {
  color: #918470;
  font-size: 0.813rem;
}.vpp-rv_stats_badge_sy0 {
  gap: 0.25rem;
  display: flex;
  align-items: center;
}.vpp-rv_stats_badge_sy0 svg {
  color: #E8A020;
  width: 14px;
  height: 0.875rem;
}.vpp-rv_grid_sy0 {
  gap: 0.75rem;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 642px) {.vpp-rv_grid_sy0 {
  gap: 0.875rem;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1082px) {.vpp-rv_grid_sy0 {
  gap: 16px;
  grid-template-columns: repeat(3,1fr);
}
}.vpp-rv_card_sy0 {
  background: #181612;
  border: 1px solid rgba(255,240,200,0.11);
  padding: 20px;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
}.vpp-rv_card_stars_sy0 {
  gap: 2px;
  color: #E8A020;
  display: flex;
  margin-bottom: 0.625rem;
}.vpp-rv_card_stars_sy0 svg {
  width: 0.875rem;
  height: 14px;
}.vpp-rv_card_h_sy0 {
  overflow-wrap: break-word;
  color: #F4EDD8;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 8px;
  font-weight: 700;
}.vpp-rv_card_body_sy0 {
  flex: 1;
  margin-bottom: 0.875rem;
  line-height: 1.65;
  color: #7A7060;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.vpp-rv_card_body_sy0 strong {
  font-weight: 600;
  color: #C8BDA0;
}.vpp-rv_card_meta_sy0 {
  gap: 0.625rem;
  border-top: 1px solid rgba(255,245,220,0.05);
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.75rem;
  align-items: center;
}.vpp-rv_card_author_sy0 {
  font-size: 12px;
  color: #C8BDA0;
  font-weight: 600;
}.vpp-rv_card_date_sy0 {
  font-size: 0.688rem;
  color: #918470;
}.vpp-pmt_sy0 {
  background: #0E0D0B;
  padding: 36px 1rem 0;
}
@media(min-width: 770px) {.vpp-pmt_sy0 {
  padding: 44px 1.5rem 0;
}
}.vpp-pmt_in_sy0 {
  margin: 0 auto;
  max-width: 82.5rem;
}.vpp-pmt_head_sy0 {
  margin-bottom: 1.375rem;
  max-width: 720px;
}.vpp-pmt_label_sy0 {
  font-size: 11px;
  color: #C89B3A;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
}.vpp-pmt_h2_sy0 {
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  overflow-wrap: break-word;
  color: #F4EDD8;
  margin-bottom: 0.5rem;
  font-size: 1.375rem;
}
@media(min-width: 766px) {.vpp-pmt_h2_sy0 {
  font-size: 1.75rem;
}
}.vpp-pmt_intro_sy0 {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #7A7060;
}.vpp-pmt_groups_sy0 {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.vpp-pmt_group_sy0 {
  background: #181612;
  padding: 20px;
  border: 1px solid rgba(255,240,200,0.11);
  border-radius: 8px;
}.vpp-pmt_group_head_sy0 {
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}.vpp-pmt_group_ic_sy0 {
  border-radius: 4px;
  background: rgba(200,155,58,0.16);
  justify-content: center;
  height: 36px;
  color: #C89B3A;
  display: flex;
  flex-shrink: 0;
  width: 36px;
  align-items: center;
}.vpp-pmt_group_ic_sy0 svg {
  width: 1.125rem;
  height: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
}.vpp-pmt_group_h_sy0 {
  margin: 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  overflow-wrap: break-word;
  color: #F4EDD8;
}.vpp-pmt_group_p_sy0 {
  overflow-wrap: break-word;
  margin-bottom: 14px;
  color: #7A7060;
  font-size: 0.813rem;
  line-height: 1.6;
}.vpp-pmt_group_p_sy0 strong {
  font-weight: 600;
  color: #C8BDA0;
}.vpp-pmt_table_wrap_sy0 {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}.vpp-pmt_table_sy0 {
  width: 100%;
  min-width: 540px;
  border-collapse: collapse;
  font-size: 13px;
}.vpp-pmt_table_sy0 th {
  border-bottom: 1px solid rgba(255,245,220,0.07);
  padding: 0.625rem 0.75rem;
  font-weight: 700;
  white-space: nowrap;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 11px;
  color: #C8BDA0;
}.vpp-pmt_table_sy0 td {
  padding: 12px;
  border-bottom: 1px solid rgba(255,245,220,0.05);
  color: #7A7060;
}.vpp-pmt_table_sy0 tbody tr:last-child td {
  border-bottom: none;
}.vpp-pmt_table_sy0 tr:hover td {
  background: rgba(255,245,220,0.05);
  color: #C8BDA0;
}.vpp-seo_sy0 {
  padding: 36px 1rem 0;
  background: #0E0D0B;
}
@media(min-width: 766px) {.vpp-seo_sy0 {
  padding: 44px 1.5rem 0;
}
}.vpp-seo_in_sy0 {
  border: 1px solid rgba(255,240,200,0.11);
  border-radius: 0.75rem;
  margin: 0 auto;
  background: #181612;
  padding: 1.75rem 1.5rem;
  max-width: 1320px;
}
@media(min-width: 770px) {.vpp-seo_in_sy0 {
  padding: 2.25rem 2.5rem;
}
}.vpp-seo_label_sy0 {
  font-weight: 700;
  color: #C89B3A;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.vpp-seo_h2_sy0 {
  line-height: 1.25;
  overflow-wrap: break-word;
  font-size: 20px;
  margin-bottom: 0.875rem;
  font-weight: 800;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4EDD8;
}
@media(min-width: 769px) {.vpp-seo_h2_sy0 {
  font-size: 24px;
}
}.vpp-seo_body_sy0 {
  line-height: 1.75;
  overflow-wrap: break-word;
  color: #9A8E76;
  font-size: 14px;
}.vpp-seo_body_sy0 p {
  color: #9A8E76;
  margin-bottom: 0.75rem;
  font-size: 14px;
  line-height: 1.75;
}.vpp-seo_body_sy0 p:last-child {
  margin-bottom: 0;
}.vpp-seo_body_sy0 strong {
  color: #C8BDA0;
  font-weight: 700;
}.vpp-seo_body_sy0 a {
  transition: color .2s;
  text-decoration: underline;
  color: #C89B3A;
}.vpp-seo_body_sy0 a:hover {
  color: #DDB04E;
}.vpp-seo_body_sy0 ul,.vpp-seo_body_sy0 ol {
  margin: 0 0 12px;
  list-style: disc;
  padding-left: 1.375rem;
}.vpp-seo_body_sy0 ol {
  list-style: decimal;
}.vpp-seo_body_sy0 li {
  margin-bottom: 0.375rem;
  line-height: 1.75;
  color: #9A8E76;
  font-size: 0.875rem;
}.vpp-seo_body_sy0 table {
  font-size: 0.813rem;
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 12px;
}
@media(min-width: 765px) {.vpp-seo_body_sy0 table {
  display: table;
}
}.vpp-seo_body_sy0 th {
  border-bottom: 1px solid rgba(255,245,220,0.07);
  padding: 0.625rem 0.75rem;
  color: #C8BDA0;
  font-weight: 700;
  text-align: left;
}.vpp-seo_body_sy0 td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255,245,220,0.05);
  color: #9A8E76;
}.vpp-seo_cols_sy0 {
  gap: 24px;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 641px) {.vpp-seo_cols_sy0 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1081px) {.vpp-seo_cols_sy0 {
  grid-template-columns: repeat(3,1fr);
}
}.vpp-seo_col_h_sy0 {
  font-weight: 700;
  color: #C8BDA0;
  margin-bottom: 7px;
  overflow-wrap: break-word;
  font-size: 13px;
}.vpp-seo_col_p_sy0 {
  overflow-wrap: break-word;
  color: #7A7060;
  font-size: 13px;
  line-height: 1.65;
}.vpp-seo_stats_sy0 {
  gap: 16px;
  margin: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
}.vpp-seo_stat_sy0 {
  border: 1px solid rgba(200,155,58,0.16);
  flex: 1;
  padding: 0.875rem 16px;
  background: rgba(200,155,58,0.07);
  border-radius: 0.5rem;
  min-width: 140px;
}.vpp-seo_stat_val_sy0 {
  color: #C89B3A;
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 4px;
}.vpp-seo_stat_lb_sy0 {
  color: #7A7060;
  overflow-wrap: break-word;
  font-size: 11px;
}.vpp-seo_sy0 {
  background: #0E0D0B;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.vpp-seo_sy0 {
  padding: 44px 1.5rem 0;
}
}.vpp-seo_in_sy0 {
  background: #181612;
  border-radius: 0.75rem;
  border: 1px solid rgba(255,240,200,0.11);
  margin: 0 auto;
  padding: 28px 1.5rem;
  max-width: 1320px;
}
@media(min-width: 767px) {.vpp-seo_in_sy0 {
  padding: 2.25rem 2.5rem;
}
}.vpp-seo_label_sy0 {
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 0.625rem;
  font-weight: 700;
  font-size: 0.688rem;
  color: #C89B3A;
}.vpp-seo_h2_sy0 {
  font-size: 1.25rem;
  margin-bottom: 14px;
  line-height: 1.25;
  font-family: 'Barlow Condensed', sans-serif;
  color: #F4EDD8;
  font-weight: 800;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.vpp-seo_h2_sy0 {
  font-size: 1.5rem;
}
}.vpp-seo_body_sy0 {
  color: #9A8E76;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.75;
}.vpp-seo_body_sy0 p {
  line-height: 1.75;
  color: #9A8E76;
  margin-bottom: 0.75rem;
  font-size: 14px;
}.vpp-seo_body_sy0 p:last-child {
  margin-bottom: 0;
}.vpp-seo_body_sy0 strong {
  font-weight: 700;
  color: #C8BDA0;
}.vpp-seo_body_sy0 a {
  transition: color .2s;
  color: #C89B3A;
  text-decoration: underline;
}.vpp-seo_body_sy0 a:hover {
  color: #DDB04E;
}.vpp-seo_body_sy0 ul,.vpp-seo_body_sy0 ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.vpp-seo_body_sy0 ol {
  list-style: decimal;
}.vpp-seo_body_sy0 li {
  margin-bottom: 6px;
  font-size: 14px;
  color: #9A8E76;
  line-height: 1.75;
}.vpp-seo_body_sy0 table {
  overflow-x: auto;
  font-size: 13px;
  width: 100%;
  margin-bottom: 0.75rem;
  display: block;
  border-collapse: collapse;
}
@media(min-width:768px) {.vpp-seo_body_sy0 table {
  display: table;
}
}.vpp-seo_body_sy0 th {
  border-bottom: 1px solid rgba(255,245,220,0.07);
  padding: 10px 12px;
  font-weight: 700;
  color: #C8BDA0;
  text-align: left;
}.vpp-seo_body_sy0 td {
  border-bottom: 1px solid rgba(255,245,220,0.05);
  padding: 10px 12px;
  color: #9A8E76;
}.vpp-seo_cols_sy0 {
  gap: 24px;
  display: grid;
  margin-top: 1.25rem;
}
@media(min-width: 639px) {.vpp-seo_cols_sy0 {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.vpp-seo_cols_sy0 {
  grid-template-columns: repeat(3,1fr);
}
}.vpp-seo_col_h_sy0 {
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
  font-weight: 700;
  color: #C8BDA0;
}.vpp-seo_col_p_sy0 {
  line-height: 1.65;
  color: #7A7060;
  font-size: 0.813rem;
  overflow-wrap: break-word;
}.vpp-seo_stats_sy0 {
  gap: 1rem;
  margin: 1.25rem 0;
  flex-wrap: wrap;
  display: flex;
}.vpp-seo_stat_sy0 {
  border: 1px solid rgba(200,155,58,0.16);
  padding: 0.875rem 1rem;
  border-radius: 8px;
  background: rgba(200,155,58,0.07);
  flex: 1;
  min-width: 140px;
}.vpp-seo_stat_val_sy0 {
  color: #C89B3A;
  font-weight: 800;
  margin-bottom: 4px;
  overflow-wrap: break-word;
  font-size: 1.25rem;
}.vpp-seo_stat_lb_sy0 {
  font-size: 11px;
  color: #7A7060;
  overflow-wrap: break-word;
}.vpp-ft_sy0 {
  border-top: 1px solid rgba(255,245,220,0.05);
  background: #090806;
  margin-top: 48px;
}.vpp-ft_support_sy0 {
  padding: 1.5rem 16px;
  border-bottom: 1px solid rgba(255,245,220,0.05);
}
@media(min-width: 771px) {.vpp-ft_support_sy0 {
  padding: 1.75rem 24px;
}
}.vpp-ft_support_in_sy0 {
  gap: 16px;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  max-width: 1320px;
}.vpp-ft_support_main_sy0 {
  gap: 16px;
  flex: 1;
  min-width: 220px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}.vpp-ft_support_ic_sy0 {
  flex-shrink: 0;
  color: #C89B3A;
}.vpp-ft_support_ic_sy0 svg {
  stroke-linejoin: round;
  height: 1.875rem;
  width: 1.875rem;
  stroke-linecap: round;
}.vpp-ft_support_text_title_sy0 {
  font-size: 0.938rem;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F4EDD8;
  margin-bottom: 3px;
}.vpp-ft_support_text_sub_sy0 {
  overflow-wrap: break-word;
  font-size: 12px;
  color: #7A7060;
}.vpp-ft_support_btn_sy0 {
  padding: 0.688rem 1.375rem;
  border-radius: 8px;
  background: #C89B3A;
  transition: background .2s;
  font-size: 13px;
  color: #F4EDD8;
  white-space: nowrap;
  flex-shrink: 0;
  font-weight: 700;
}.vpp-ft_support_btn_sy0:hover {
  background: #DDB04E;
}.vpp-ft_support_contacts_sy0 {
  gap: 1rem;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.vpp-ft_support_contact_sy0 {
  line-height: 1.4;
  font-size: 12px;
  color: #918470;
}.vpp-ft_support_contact_sy0 strong {
  font-size: 0.688rem;
  display: block;
  font-weight: 600;
  margin-bottom: 2px;
  color: #9A8E76;
}.vpp-ft_main_sy0 {
  padding: 32px 1rem 24px;
  border-bottom: 1px solid rgba(255,245,220,0.05);
}
@media(min-width: 769px) {.vpp-ft_main_sy0 {
  padding: 2.5rem 1.5rem 32px;
}
}.vpp-ft_main_in_sy0 {
  margin: 0 auto;
  gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  max-width: 82.5rem;
  display: grid;
}
@media(min-width: 639px) {.vpp-ft_main_in_sy0 {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1077px) {.vpp-ft_main_in_sy0 {
  grid-template-columns: 200px repeat(3,1fr) 1fr;
}
}.vpp-ft_col_logo_sy0 {
  grid-column: 1/-1;
}
@media(min-width: 1081px) {.vpp-ft_col_logo_sy0 {
  grid-column: auto;
}
}.vpp-ft_logo_sy0 {
  gap: 0.563rem;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
  color: #F4EDD8;
  overflow-wrap: break-word;
  display: flex;
  align-items: center;
}.vpp-ft_logo_mark_sy0 {
  overflow: hidden;
  border-radius: 4px;
  height: 1.875rem;
  width: 1.875rem;
}.vpp-ft_logo_mark_sy0 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.vpp-ft_logo_sub_sy0 {
  font-size: 0.75rem;
  overflow-wrap: break-word;
  max-width: 200px;
  line-height: 1.55;
  color: #918470;
}.vpp-ft_col_title_sy0 {
  margin-bottom: 0.875rem;
  color: #9A8E76;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
}.vpp-ft_col_links_sy0 {
  gap: 0.563rem;
  flex-direction: column;
  display: flex;
}.vpp-ft_col_link_sy0 {
  transition: color .2s;
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #918470;
}.vpp-ft_col_link_sy0:hover {
  color: #C8BDA0;
}.vpp-ft_apps_sy0 {
  gap: 0.5rem;
  flex-direction: column;
  display: flex;
}.vpp-ft_app_card_sy0 {
  border: 1px solid rgba(255,240,200,0.11);
  gap: 10px;
  background: rgba(255,245,220,0.05);
  padding: 0.625rem 12px;
  transition: border-color .2s;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
}.vpp-ft_app_card_sy0:hover {
  border-color: rgba(200,155,58,0.45);
}.vpp-ft_app_card_ic_sy0 svg {
  height: 1.375rem;
  stroke-linecap: round;
  width: 22px;
  stroke-linejoin: round;
}.vpp-ft_app_card_os_sy0 {
  font-weight: 600;
  color: #918470;
  font-size: 10px;
}.vpp-ft_app_card_action_sy0 {
  font-weight: 700;
  color: #C8BDA0;
  font-size: 0.75rem;
}.vpp-ft_bot_sy0 {
  padding: 1.25rem 1rem;
}
@media(min-width: 766px) {.vpp-ft_bot_sy0 {
  padding: 1.25rem 1.5rem;
}
}.vpp-ft_bot_in_sy0 {
  margin: 0 auto;
  gap: 16px;
  align-items: center;
  max-width: 1320px;
  flex-wrap: wrap;
  display: flex;
}.vpp-ft_socials_sy0 {
  gap: 8px;
  display: flex;
}.vpp-ft_soc_sy0 {
  border: 1px solid rgba(255,240,200,0.11);
  border-radius: 4px;
  background: rgba(255,245,220,0.05);
  transition: background .2s;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9A8E76;
  height: 2.25rem;
  width: 2.25rem;
}.vpp-ft_soc_sy0 svg {
  height: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 16px;
}.vpp-ft_soc_sy0:hover {
  background: rgba(255,245,220,0.07);
}.vpp-ft_legal_sy0 {
  flex: 1;
  min-width: 200px;
  font-size: 11px;
  color: #8C8070;
  overflow-wrap: break-word;
  line-height: 1.6;
}.vpp-ft_legal_sy0 strong {
  font-weight: 700;
  color: #9A8E76;
}.vpp-ft_legal_sy0 a {
  color: #9A8E76;
  text-decoration: underline;
}.vpp-ft_age_sy0 {
  border-radius: 50%;
  border: 2px solid #8C8070;
  flex-shrink: 0;
  width: 2rem;
  display: flex;
  margin-left: auto;
  color: #8C8070;
  font-size: 0.688rem;
  font-weight: 800;
  justify-content: center;
  align-items: center;
  height: 2rem;
}