*,*::before,*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}body {
  background: #110E08;
  color: #D5C9B4;
  min-height: 100vh;
  line-height: 1.6;
  font-family: 'Nunito', sans-serif;
  -webkit-font-smoothing: antialiased;
}img,svg {
  max-width: 100%;
  display: block;
}a {
  text-decoration: none;
  color: inherit;
}button {
  border: none;
  font: inherit;
  background: none;
  color: inherit;
  cursor: pointer;
}ul,ol {
  list-style: none;
}input,textarea,select {
  font: inherit;
}.vmw_layout-wld {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}.vmw_page-wld {
  display: flex;
  min-height: 100vh;
}.vmw_main-wld {
  flex: 1;
  padding-top: 3.5rem;
  min-width: 0;
}
@media(min-width: 1079px) {.vmw_main-wld {
  padding-left: 220px;
}
}
@media(max-width: 1076px) {.vmw_main-wld {
  padding-bottom: 4.5rem;
}
}.vmw_gc-wld {
  background: #161209;
  border-radius: 0.625rem;
  transition: transform .2s,border-color .2s;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
  width: 140px;
  cursor: pointer;
  position: relative;
}
@media(min-width: 638px) {.vmw_gc-wld {
  width: 9.75rem;
}
}
@media(min-width: 1078px) {.vmw_gc-wld {
  width: 168px;
}
}.vmw_gc-wld:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 168, 32, 0.07);
}.vmw_gc_img-wld {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 80%;
}.vmw_gc_img-wld img {
  inset: 0;
  object-fit: cover;
  width: 100%;
  position: absolute;
  height: 100%;
}.vmw_gc_hover-wld {
  transition: opacity .2s;
  inset: 0;
  background: rgba(10, 8, 4, 0.72);
  display: flex;
  opacity: 0;
  justify-content: center;
  position: absolute;
  align-items: center;
}.vmw_gc-wld:hover .vmw_gc_hover-wld {
  opacity: 1;
}.vmw_gc_hover_btn-wld {
  background: #F5A820;
  border-radius: 6px;
  padding: 8px 1rem;
  font-weight: 700;
  font-size: 0.75rem;
  color: #F6F0E4;
}.vmw_gc_info-wld {
  padding: 8px 0.625rem 0.625rem;
}.vmw_gc_name-wld {
  overflow: hidden;
  margin-bottom: 3px;
  max-width: 100%;
  text-overflow: ellipsis;
  color: #D5C9B4;
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
}.vmw_gc_prov-wld {
  color: #5E5040;
  font-size: 0.625rem;
}.vmw_gc_tag-wld {
  border-radius: 0.25rem;
  padding: 2px 0.438rem;
  top: 6px;
  left: 0.375rem;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  font-size: 9px;
  z-index: 2;
  letter-spacing: .04em;
}.vmw_gc_tag_hot-wld {
  background: #E63946;
  color: #fff;
}.vmw_gc_tag_new-wld {
  background: #2EC87A;
  color: #110E08;
}.vmw_gc_tag_jp-wld {
  background: #FFD166;
  color: #110E08;
}.vmw_gc_tag_ex-wld {
  background: #E07416;
  color: #fff;
}.vmw_gc_tag_live-wld {
  background: #E63946;
  color: #fff;
}.vmw_gr-wld {
  padding: 2rem 1rem 0;
  background: #110E08;
}
@media(min-width: 769px) {.vmw_gr-wld {
  padding: 2.25rem 24px 0;
}
}.vmw_gr_in-wld {
  margin: 0 auto;
  max-width: 82.5rem;
}.vmw_gr_head-wld {
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.625rem;
  display: flex;
}.vmw_gr_head_l-wld {
  flex: 1;
  gap: 0.625rem;
  align-items: center;
  display: flex;
  min-width: 0;
}.vmw_gr_ic-wld {
  border-radius: 10px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 2rem;
}.vmw_gr_ic-wld svg {
  width: 16px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 16px;
}.vmw_gr_title-wld {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  color: #F6F0E4;
}
@media(min-width: 766px) {.vmw_gr_title-wld {
  font-size: 1.125rem;
}
}.vmw_gr_more-wld {
  gap: 5px;
  transition: color .2s;
  flex-shrink: 0;
  color: #7D6C54;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
}.vmw_gr_more-wld:hover {
  color: #F5A820;
}.vmw_gr_more-wld svg {
  height: 0.75rem;
  stroke-linejoin: round;
  width: 0.75rem;
  stroke-linecap: round;
}.vmw_gr_arrows-wld {
  gap: 6px;
  display: flex;
  flex-shrink: 0;
}.vmw_gr_arr-wld {
  border-radius: 0.375rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: background .15s,color .15s;
  background: rgba(255, 255, 255, 0.05);
  width: 1.875rem;
  color: #A8957A;
  align-items: center;
  height: 1.875rem;
  justify-content: center;
  display: flex;
}.vmw_gr_arr-wld:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #F6F0E4;
}.vmw_gr_arr-wld svg {
  stroke-linejoin: round;
  height: 13px;
  width: 0.813rem;
  stroke-linecap: round;
}.vmw_gr_seo_h-wld {
  margin: 0 0 0.375rem;
  color: #D5C9B4;
  overflow-wrap: break-word;
  max-width: 680px;
  font-weight: 700;
  font-size: 13px;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 766px) {.vmw_gr_seo_h-wld {
  font-size: 0.875rem;
}
}.vmw_gr_seo-wld {
  max-width: 42.5rem;
  font-size: 0.75rem;
  color: #7D6C54;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  line-height: 1.55;
}.vmw_gr_seo-wld strong {
  font-weight: 600;
  color: #D5C9B4;
}.vmw_gr_scroll-wld {
  gap: 0.625rem;
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  display: flex;
}.vmw_gr_scroll-wld::-webkit-scrollbar {
  display: none;
}
@media(min-width:768px) {.vmw_gr_scroll-wld {
  gap: 12px;
}
}.vmw_tb-wld {
  background: #110E08;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  align-items: center;
  left: 0;
  position: fixed;
  height: 56px;
  z-index: 80;
  right: 0;
  display: flex;
  top: 0;
}.vmw_tb_in-wld {
  padding: 0 0.875rem;
  gap: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}.vmw_tb_burger-wld {
  border-radius: 10px;
  gap: 5px;
  flex-shrink: 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-right: 0.5rem;
  height: 38px;
  width: 2.375rem;
  justify-content: center;
}.vmw_tb_burger-wld:hover {
  background: rgba(255, 255, 255, 0.05);
}.vmw_tb_burger_line-wld {
  border-radius: 1px;
  background: #A8957A;
  width: 1.125rem;
  display: block;
  height: 2px;
}
@media(min-width: 1079px) {.vmw_tb_burger-wld {
  display: none;
}
}.vmw_tb_logo-wld {
  gap: 0.563rem;
  align-items: center;
  overflow-wrap: break-word;
  color: #F6F0E4;
  letter-spacing: -.01em;
  font-weight: 800;
  font-size: 18px;
  margin-right: 20px;
  flex-shrink: 0;
  display: flex;
}.vmw_tb_logo_mark-wld {
  border-radius: 0.625rem;
  overflow: hidden;
  width: 2rem;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 2rem;
}.vmw_tb_logo_mark-wld img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}.vmw_tb_nav-wld {
  flex: 1;
  gap: 2px;
  display: none;
}
@media(min-width: 642px) {.vmw_tb_nav-wld {
  display: flex;
}
}.vmw_tb_tab-wld {
  border-radius: 0.625rem;
  padding: 0.5rem 14px;
  transition: background .15s,color .15s;
  font-weight: 600;
  font-size: 13px;
  color: #A8957A;
  white-space: nowrap;
}.vmw_tb_tab-wld:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F6F0E4;
}.vmw_tb_tab-wld.vmw_state_active-wld {
  background: rgba(245, 168, 32, 0.18);
  color: #F6F0E4;
}.vmw_tb_right-wld {
  gap: 0.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: auto;
}.vmw_tb_login-wld {
  transition: border-color .2s,color .2s;
  padding: 9px 1rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  color: #D5C9B4;
  display: none;
  font-size: 0.813rem;
  font-weight: 600;
}.vmw_tb_login-wld:hover {
  border-color: rgba(245, 168, 32, 0.45);
  color: #F6F0E4;
}
@media(min-width: 479px) {.vmw_tb_login-wld {
  display: block;
}
}.vmw_tb_reg-wld {
  border-radius: 10px;
  transition: background .2s;
  padding: 0.563rem 1.125rem;
  background: #2EC87A;
  color: #110E08;
  font-weight: 700;
  white-space: nowrap;
  font-size: 0.813rem;
}.vmw_tb_reg-wld:hover {
  background: #3DDEA0;
}.vmw_sb-wld {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  background: #1B1710;
  transform: translateX(-100%);
  transition: transform .25s ease;
  width: 220px;
  left: 0;
  overflow-y: auto;
  bottom: 0;
  position: fixed;
  z-index: 70;
  top: 3.5rem;
}.vmw_sb-wld.vmw_state_open-wld {
  transform: translateX(0);
}.vmw_sb-wld::-webkit-scrollbar {
  width: 4px;
}.vmw_sb-wld::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
}
@media(min-width: 1077px) {.vmw_sb-wld {
  transform: translateX(0);
}
}.vmw_sb_auth-wld {
  padding: 14px 12px 10px;
}.vmw_sb_btn_reg-wld {
  background: #2EC87A;
  transition: background .2s;
  border-radius: 10px;
  padding: 11px;
  margin-bottom: 0.5rem;
  display: block;
  text-align: center;
  color: #110E08;
  font-weight: 700;
  font-size: 13px;
}.vmw_sb_btn_reg-wld:hover {
  background: #3DDEA0;
}.vmw_sb_btn_login-wld {
  transition: border-color .2s;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  font-size: 13px;
  display: block;
  color: #D5C9B4;
  text-align: center;
  font-weight: 600;
}.vmw_sb_btn_login-wld:hover {
  border-color: rgba(245, 168, 32, 0.45);
  color: #F6F0E4;
}.vmw_sb_promo-wld {
  background: linear-gradient(135deg,#2A1A06,#1B1710);
  border-radius: 0.625rem;
  margin: 0 12px 10px;
  border: 1px solid rgba(245, 168, 32, 0.18);
  overflow: hidden;
  padding: 12px 0.875rem;
  position: relative;
}.vmw_sb_promo-wld::before {
  background: radial-gradient(circle,rgba(245, 168, 32, 0.18),transparent 70%);
  border-radius: 50%;
  top: -1.25rem;
  width: 80px;
  position: absolute;
  content: '';
  right: -1.25rem;
  height: 80px;
}.vmw_sb_promo_title-wld {
  text-transform: uppercase;
  color: #F5A820;
  letter-spacing: .06em;
  font-weight: 700;
  font-size: 11px;
  margin-bottom: 4px;
}.vmw_sb_promo_text-wld {
  font-weight: 600;
  line-height: 1.35;
  font-size: 12px;
  color: #F6F0E4;
  overflow-wrap: break-word;
}.vmw_sb_promo_sub-wld {
  color: #7D6C54;
  font-size: 0.625rem;
  margin-top: 3px;
}.vmw_sb_nav-wld {
  padding: 0.375rem 0.5rem 16px;
}.vmw_sb_nav_lb-wld {
  padding: 10px 0.5rem 0.375rem;
  font-size: 0.625rem;
  font-weight: 700;
  color: #5E5040;
  text-transform: uppercase;
  letter-spacing: .08em;
}.vmw_sb_link-wld {
  transition: background .15s,color .15s;
  gap: 0.625rem;
  border-radius: 0.375rem;
  padding: 9px 0.625rem;
  display: flex;
  cursor: pointer;
  font-size: 13px;
  color: #A8957A;
  font-weight: 500;
  overflow-wrap: break-word;
  align-items: center;
}.vmw_sb_link-wld:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #F6F0E4;
}.vmw_sb_link-wld.vmw_state_active-wld {
  background: rgba(245, 168, 32, 0.18);
  color: #F6F0E4;
}.vmw_sb_ic-wld {
  border-radius: 0.375rem;
  width: 1.875rem;
  flex-shrink: 0;
  display: flex;
  height: 30px;
  justify-content: center;
  align-items: center;
}.vmw_sb_ic-wld svg {
  stroke-linecap: round;
  width: 16px;
  height: 16px;
  stroke-linejoin: round;
}.vmw_sb_ic_1-wld {
  background: rgba(245, 168, 32, 0.07);
  color: #F5A820;
}.vmw_sb_ic_2-wld {
  background: rgba(46, 200, 122, 0.16);
  color: #2EC87A;
}.vmw_sb_ic_3-wld {
  background: rgba(255, 209, 102, 0.16);
  color: #FFD166;
}.vmw_sb_ic_4-wld {
  background: rgba(224, 116, 22, 0.22);
  color: #E07416;
}.vmw_sb_ic_5-wld {
  background: rgba(245, 168, 32, 0.07);
  color: #F72585;
}.vmw_sb_ic_6-wld {
  background: rgba(224, 116, 22, 0.22);
  color: #9B5DE5;
}.vmw_sb_badge-wld {
  background: #FFD166;
  border-radius: 6px;
  padding: 2px 7px;
  font-weight: 700;
  color: #110E08;
  font-size: 9px;
  margin-left: auto;
}.vmw_sb_bot-wld {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.75rem;
  gap: 8px;
  display: flex;
}.vmw_sb_lang-wld,.vmw_sb_help-wld {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  padding: 0.563rem 0.375rem;
  gap: 6px;
  transition: border-color .2s;
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-weight: 600;
  align-items: center;
  color: #A8957A;
  display: flex;
  justify-content: center;
  font-size: 0.688rem;
}.vmw_sb_lang-wld:hover,.vmw_sb_help-wld:hover {
  border-color: rgba(245, 168, 32, 0.45);
  color: #F6F0E4;
}.vmw_sb_lang-wld svg,.vmw_sb_help-wld svg {
  stroke-linejoin: round;
  height: 0.813rem;
  width: 13px;
  stroke-linecap: round;
}.vmw_sb_bd-wld {
  inset: 0;
  background: rgba(10, 8, 4, 0.72);
  display: none;
  z-index: 69;
  position: fixed;
}.vmw_sb_bd-wld.vmw_state_on-wld {
  display: block;
}
@media(min-width: 1082px) {.vmw_sb_bd-wld {
  display: none!important;
}
}.vmw_mob_nav-wld {
  padding: 8px 0 max(0.5rem,env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  background: #1B1710;
  z-index: 80;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  position: fixed;
}
@media(min-width: 1082px) {.vmw_mob_nav-wld {
  display: none;
}
}.vmw_mob_nav_item-wld {
  gap: 0.25rem;
  flex: 1;
  padding: 4px 2px;
  cursor: pointer;
  flex-direction: column;
  display: flex;
  color: #5E5040;
  align-items: center;
}.vmw_mob_nav_ic-wld {
  line-height: 1;
}.vmw_mob_nav_ic-wld svg {
  width: 1.25rem;
  stroke-linecap: round;
  height: 20px;
  stroke-linejoin: round;
}.vmw_mob_nav_lb-wld {
  font-size: 10px;
  font-weight: 600;
  color: #5E5040;
}.vmw_mob_nav_item-wld.vmw_state_active-wld {
  color: #F5A820;
}.vmw_mob_nav_item-wld.vmw_state_active-wld .vmw_mob_nav_lb-wld {
  color: #F5A820;
}.vmw_hero-wld {
  background: #110E08;
  padding: 1.25rem 1rem 0;
}
@media(min-width: 767px) {.vmw_hero-wld {
  padding: 1.5rem 1.5rem 0;
}
}.vmw_hero_in-wld {
  margin: 0 auto;
  gap: 12px;
  display: grid;
  max-width: 82.5rem;
  grid-template-columns: 1fr;
}
@media(min-width: 859px) {.vmw_hero_in-wld {
  grid-template-columns: 1fr 18.75rem;
}
}
@media(min-width: 1099px) {.vmw_hero_in-wld {
  grid-template-columns: 1fr 21.25rem;
}
}.vmw_hero_promo-wld {
  border-radius: 1rem;
  overflow: hidden;
  background: #161209;
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: 13.75rem;
}
@media(min-width: 769px) {.vmw_hero_promo-wld {
  min-height: 17.5rem;
}
}.vmw_hero_promo_bg-wld {
  inset: 0;
  background-position: center;
  background: linear-gradient(120deg,#2A1A06 0%,#110E08 100%);
  position: absolute;
  background-size: cover;
}.vmw_hero_promo_bg-wld::after {
  background: linear-gradient(90deg,#110E08 0%,rgba(10, 8, 4, 0.72) 60%,transparent 100%);
  inset: 0;
  content: '';
  position: absolute;
}.vmw_hero_promo_glow-wld {
  background: radial-gradient(circle,rgba(224, 116, 22, 0.22) 0%,transparent 65%);
  border-radius: 50%;
  top: -40px;
  height: 18.75rem;
  width: 300px;
  position: absolute;
  right: 60px;
  pointer-events: none;
}.vmw_hero_promo_ct-wld {
  padding: 1.75rem 1.5rem 28px 1.75rem;
  z-index: 2;
  justify-content: center;
  position: relative;
  display: flex;
  max-width: 30rem;
  flex-direction: column;
}
@media(min-width:768px) {.vmw_hero_promo_ct-wld {
  padding: 2.5rem 32px;
}
}.vmw_hero_badge-wld {
  background: rgba(245, 168, 32, 0.18);
  padding: 5px 12px;
  border: 1px solid rgba(245, 168, 32, 0.07);
  border-radius: 1.375rem;
  letter-spacing: .08em;
  font-weight: 700;
  display: inline-block;
  color: #F5A820;
  margin-bottom: 0.875rem;
  text-transform: uppercase;
  font-size: 10px;
}.vmw_hero_h1-wld {
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  color: #F6F0E4;
  line-height: 1.15;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 26px;
}.vmw_hero_h1-wld em {
  color: #FFD166;
  font-style: normal;
}
@media(min-width: 771px) {.vmw_hero_h1-wld {
  font-size: 2.25rem;
}
}.vmw_hero_sub-wld {
  font-size: 0.813rem;
  line-height: 1.55;
  margin-bottom: 20px;
  color: #A8957A;
}
@media(min-width:768px) {.vmw_hero_sub-wld {
  font-size: 0.875rem;
}
}.vmw_hero_row-wld {
  gap: 0.625rem;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}.vmw_hero_cta-wld {
  background: #2EC87A;
  border-radius: 10px;
  transition: background .2s;
  padding: 0.813rem 1.625rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 4px 1.125rem rgba(46, 200, 122, 0.4);
  font-weight: 700;
  font-size: 14px;
  color: #110E08;
}.vmw_hero_cta-wld:hover {
  background: #3DDEA0;
}.vmw_hero_terms-wld {
  color: #5E5040;
  font-size: 11px;
}.vmw_hero_game-wld {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  background: #161209;
  position: relative;
  display: flex;
  flex-direction: column;
}.vmw_hero_game_badge-wld {
  border-radius: 1.375rem;
  padding: 5px 10px;
  background: rgba(255, 209, 102, 0.16);
  border: 1px solid rgba(255, 209, 102, 0.16);
  left: 0.75rem;
  position: absolute;
  font-weight: 700;
  letter-spacing: .06em;
  z-index: 3;
  text-transform: uppercase;
  font-size: 10px;
  top: 12px;
  color: #FFD166;
}.vmw_hero_game_badge-wld svg {
  margin-right: 0.25rem;
  width: 0.688rem;
  vertical-align: -1px;
  height: 0.688rem;
}.vmw_hero_game_img-wld {
  background: linear-gradient(135deg,#2A1A06,#110E08);
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}.vmw_hero_game_img-wld img {
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}.vmw_hero_game_play-wld {
  inset: 0;
  transition: opacity .2s;
  background: rgba(10, 8, 4, 0.72);
  display: flex;
  opacity: 0;
  position: absolute;
  align-items: center;
  justify-content: center;
}.vmw_hero_game-wld:hover .vmw_hero_game_play-wld {
  opacity: 1;
}.vmw_hero_game_play-wld span {
  background: #F5A820;
  border-radius: 50%;
  height: 52px;
  justify-content: center;
  width: 3.25rem;
  display: flex;
  align-items: center;
}.vmw_hero_game_play-wld span svg {
  height: 18px;
  margin-left: 2px;
  width: 18px;
}.vmw_hero_game_info-wld {
  padding: 14px 16px;
}.vmw_hero_game_title-wld {
  margin-bottom: 4px;
  font-size: 15px;
  overflow-wrap: break-word;
  font-weight: 700;
  color: #F6F0E4;
}.vmw_hero_game_provider-wld {
  font-size: 11px;
  color: #7D6C54;
}.vmw_hero_game_btn-wld {
  transition: background .2s;
  padding: 0.688rem;
  margin: 12px 1rem 1rem;
  background: #F5A820;
  border-radius: 10px;
  text-align: center;
  font-weight: 700;
  color: #F6F0E4;
  display: block;
  font-size: 13px;
}.vmw_hero_game-wld:hover .vmw_hero_game_btn-wld {
  background: #FFB93A;
}.vmw_sbar-wld {
  background: #110E08;
  padding: 1rem 16px 0;
}
@media(min-width: 766px) {.vmw_sbar-wld {
  padding: 18px 24px 0;
}
}.vmw_sbar_in-wld {
  margin: 0 auto;
  max-width: 82.5rem;
}.vmw_sbar_row-wld {
  gap: 0.625rem;
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
}.vmw_sbar_input-wld {
  transition: border-color .2s;
  background: #161209;
  padding: 0.688rem 16px;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 0.625rem;
  flex: 1;
  display: flex;
  font-size: 0.813rem;
  color: #7D6C54;
  cursor: pointer;
  align-items: center;
}.vmw_sbar_input-wld:hover {
  border-color: rgba(245, 168, 32, 0.45);
}.vmw_sbar_input-wld svg {
  height: 0.938rem;
  flex-shrink: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 0.938rem;
}.vmw_sbar_providers-wld {
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 0.688rem 18px;
  background: #161209;
  border-radius: 0.625rem;
  transition: border-color .2s;
  color: #D5C9B4;
  font-size: 0.813rem;
  align-items: center;
  white-space: nowrap;
  display: flex;
  font-weight: 600;
}.vmw_sbar_providers-wld:hover {
  border-color: rgba(245, 168, 32, 0.45);
  color: #F6F0E4;
}.vmw_sbar_providers-wld svg {
  stroke-linejoin: round;
  height: 0.875rem;
  stroke-linecap: round;
  width: 0.875rem;
}.vmw_sbar_tabs-wld {
  gap: 6px;
  display: flex;
  padding-bottom: 2px;
  scrollbar-width: none;
  overflow-x: auto;
}.vmw_sbar_tabs-wld::-webkit-scrollbar {
  display: none;
}.vmw_sbar_tab-wld {
  transition: background .15s,color .15s,border-color .15s;
  border-radius: 1.375rem;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 0.438rem;
  font-weight: 600;
  flex-shrink: 0;
  display: flex;
  font-size: 0.75rem;
  color: #A8957A;
  white-space: nowrap;
  cursor: pointer;
  align-items: center;
}.vmw_sbar_tab-wld:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(245, 168, 32, 0.45);
  color: #F6F0E4;
}.vmw_sbar_tab-wld.vmw_state_active-wld {
  background: rgba(245, 168, 32, 0.18);
  border-color: rgba(245, 168, 32, 0.07);
  color: #F6F0E4;
}.vmw_sbar_tab_ic-wld svg {
  stroke-linecap: round;
  width: 0.875rem;
  height: 0.875rem;
  stroke-linejoin: round;
}.vmw_wy-wld {
  background: #110E08;
  padding: 2rem 1rem 0;
}
@media(min-width: 765px) {.vmw_wy-wld {
  padding: 2.5rem 24px 0;
}
}.vmw_wy_in-wld {
  margin: 0 auto;
  max-width: 82.5rem;
}.vmw_wy_head-wld {
  max-width: 720px;
  margin-bottom: 1.125rem;
}.vmw_wy_label-wld {
  font-weight: 700;
  color: #F5A820;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
}.vmw_wy_h2-wld {
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-size: 20px;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  color: #F6F0E4;
}
@media(min-width:768px) {.vmw_wy_h2-wld {
  font-size: 24px;
}
}.vmw_wy_intro-wld {
  margin: 0;
  font-size: 13px;
  color: #7D6C54;
  line-height: 1.6;
}.vmw_wy_grid-wld {
  gap: 12px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width: 639px) {.vmw_wy_grid-wld {
  gap: 14px;
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1077px) {.vmw_wy_grid-wld {
  gap: 1rem;
  grid-template-columns: repeat(3,1fr);
}
}.vmw_wy_card-wld {
  background: #1B1710;
  transition: border-color .2s,transform .2s;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 1.25rem;
}.vmw_wy_card-wld:hover {
  transform: translateY(-2px);
  border-color: rgba(245, 168, 32, 0.07);
}.vmw_wy_card_ic-wld {
  border-radius: 50%;
  background: rgba(245, 168, 32, 0.18);
  margin-bottom: 14px;
  align-items: center;
  width: 44px;
  justify-content: center;
  color: #F5A820;
  height: 2.75rem;
  display: flex;
}.vmw_wy_card_ic-wld svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 22px;
  height: 1.375rem;
}.vmw_wy_card_h-wld {
  font-size: 15px;
  overflow-wrap: break-word;
  margin-bottom: 0.375rem;
  line-height: 1.25;
  font-weight: 700;
  color: #F6F0E4;
}.vmw_wy_card_p-wld {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #7D6C54;
}.vmw_wy_card_p-wld strong {
  font-weight: 600;
  color: #D5C9B4;
}.vmw_ws-wld {
  background: #110E08;
  padding: 32px 1rem 0;
}
@media(min-width: 767px) {.vmw_ws-wld {
  padding: 36px 24px 0;
}
}.vmw_ws_in-wld {
  margin: 0 auto;
  max-width: 82.5rem;
}.vmw_ws_head-wld {
  gap: 12px;
  margin-bottom: 0.875rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}.vmw_ws_title-wld {
  gap: 10px;
  color: #F6F0E4;
  align-items: center;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  flex-wrap: wrap;
  display: flex;
  overflow-wrap: break-word;
}.vmw_ws_title_ic-wld svg {
  color: #FFD166;
  stroke-linejoin: round;
  width: 18px;
  height: 1.125rem;
  stroke-linecap: round;
}.vmw_ws_online-wld {
  gap: 7px;
  font-weight: 600;
  font-size: 12px;
  color: #7D6C54;
  align-items: center;
  display: flex;
}.vmw_ws_online_dot-wld {
  border-radius: 50%;
  background: #2EC87A;
  box-shadow: 0 0 0.375rem rgba(46, 200, 122, 0.16);
  flex-shrink: 0;
  width: 0.5rem;
  height: 8px;
}.vmw_ws_scroll-wld {
  gap: 8px;
  overflow-x: auto;
  display: flex;
  scrollbar-width: none;
  padding-bottom: 8px;
}.vmw_ws_scroll-wld::-webkit-scrollbar {
  display: none;
}.vmw_wc-wld {
  border: 1px solid rgba(255, 255, 255, 0.11);
  gap: 10px;
  border-radius: 10px;
  background: #161209;
  padding: 10px 14px;
  align-items: center;
  min-width: 220px;
  flex-shrink: 0;
  display: flex;
}.vmw_wc_img-wld {
  background: #1B1710;
  border-radius: 0.375rem;
  overflow: hidden;
  flex-shrink: 0;
  height: 2.25rem;
  width: 2.25rem;
}.vmw_wc_img-wld img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.vmw_wc_info-wld {
  min-width: 0;
}.vmw_wc_game-wld {
  overflow: hidden;
  font-size: 12px;
  color: #D5C9B4;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}.vmw_wc_player-wld {
  overflow: hidden;
  font-size: 0.625rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #5E5040;
}.vmw_wc_amount-wld {
  flex-shrink: 0;
  color: #2EC87A;
  margin-left: auto;
  white-space: nowrap;
  font-weight: 700;
  font-size: 13px;
}.vmw_htp-wld {
  padding: 36px 1rem 0;
  background: #110E08;
}
@media(min-width: 765px) {.vmw_htp-wld {
  padding: 44px 1.5rem 0;
}
}.vmw_htp_in-wld {
  margin: 0 auto;
  max-width: 82.5rem;
}.vmw_htp_head-wld {
  margin-bottom: 22px;
  max-width: 720px;
}.vmw_htp_label-wld {
  letter-spacing: .08em;
  color: #F5A820;
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 0.5rem;
  font-weight: 700;
}.vmw_htp_h2-wld {
  margin-bottom: 8px;
  font-weight: 800;
  color: #F6F0E4;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
  font-size: 1.375rem;
}
@media(min-width: 771px) {.vmw_htp_h2-wld {
  font-size: 28px;
}
}.vmw_htp_intro-wld {
  color: #7D6C54;
  font-size: 0.875rem;
  line-height: 1.6;
}.vmw_htp_steps-wld {
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  counter-reset: none;
}
@media(min-width: 639px) {.vmw_htp_steps-wld {
  grid-template-columns: repeat(2,1fr);
}
}
@media(min-width: 1083px) {.vmw_htp_steps-wld {
  gap: 14px;
  grid-template-columns: repeat(4,1fr);
}
}.vmw_htp_step-wld {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #1B1710;
  padding: 20px 18px 18px;
  flex-direction: column;
  display: flex;
  position: relative;
}.vmw_htp_step_num-wld {
  background: #F5A820;
  border-radius: 50%;
  left: 20px;
  color: #110E08;
  justify-content: center;
  height: 28px;
  display: flex;
  font-size: 0.813rem;
  width: 28px;
  align-items: center;
  font-weight: 800;
  position: absolute;
  top: -0.75rem;
  font-family: 'Playfair Display', serif;
}.vmw_htp_step_ic-wld {
  margin: 8px 0 12px;
  border-radius: 0.375rem;
  background: rgba(245, 168, 32, 0.18);
  align-items: center;
  display: flex;
  color: #F5A820;
  width: 36px;
  justify-content: center;
  height: 2.25rem;
}.vmw_htp_step_ic-wld svg {
  stroke-linecap: round;
  height: 18px;
  width: 18px;
  stroke-linejoin: round;
}.vmw_htp_step_h-wld {
  overflow-wrap: break-word;
  margin-bottom: 6px;
  font-size: 14px;
  color: #F6F0E4;
  font-weight: 700;
  line-height: 1.25;
}.vmw_htp_step_p-wld {
  overflow-wrap: break-word;
  font-size: 0.813rem;
  color: #7D6C54;
  line-height: 1.55;
}.vmw_htp_step_p-wld strong {
  color: #D5C9B4;
  font-weight: 600;
}.vmw_htp_cta-wld {
  transition: background .2s;
  border-radius: 0.625rem;
  background: #2EC87A;
  padding: 0.813rem 1.625rem;
  display: inline-block;
  font-size: 0.875rem;
  color: #110E08;
  margin-top: 20px;
  font-weight: 700;
}.vmw_htp_cta-wld:hover {
  background: #3DDEA0;
}.vmw_prov-wld {
  background: #110E08;
  padding: 2.25rem 1rem 0;
}
@media(min-width:768px) {.vmw_prov-wld {
  padding: 2.75rem 24px 0;
}
}.vmw_prov_in-wld {
  margin: 0 auto;
  max-width: 1320px;
}.vmw_prov_head-wld {
  margin-bottom: 16px;
}.vmw_prov_label-wld {
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #F5A820;
  font-size: 11px;
  font-weight: 700;
}.vmw_prov_h2-wld {
  font-size: 20px;
  color: #F6F0E4;
  overflow-wrap: break-word;
  font-family: 'Playfair Display', serif;
  margin-bottom: 0.5rem;
  font-weight: 800;
}
@media(min-width: 770px) {.vmw_prov_h2-wld {
  font-size: 24px;
}
}.vmw_prov_seo-wld {
  max-width: 38.75rem;
  margin-bottom: 16px;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #7D6C54;
  line-height: 1.6;
}.vmw_prov_seo-wld strong {
  font-weight: 700;
  color: #D5C9B4;
}.vmw_prov_seo-wld a {
  color: #F5A820;
  text-decoration: underline;
}.vmw_prov_grid-wld {
  gap: 8px;
  grid-template-columns: repeat(4,1fr);
  display: grid;
}
@media(min-width: 641px) {.vmw_prov_grid-wld {
  gap: 10px;
  grid-template-columns: repeat(5,1fr);
}
}
@media(min-width: 1079px) {.vmw_prov_grid-wld {
  grid-template-columns: repeat(8,1fr);
}
}.vmw_prov_card-wld {
  gap: 7px;
  transition: border-color .2s,background .2s;
  border-radius: 0.625rem;
  padding: 14px 0.625rem;
  background: #161209;
  border: 1px solid rgba(255, 255, 255, 0.11);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}.vmw_prov_card-wld:hover {
  border-color: rgba(245, 168, 32, 0.45);
  background: #1B1710;
}.vmw_prov_logo-wld {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0.375rem;
  overflow: hidden;
  display: flex;
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
}.vmw_prov_logo-wld img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}.vmw_prov_name-wld {
  color: #A8957A;
  font-weight: 600;
  overflow-wrap: break-word;
  font-size: 11px;
  text-align: center;
}.vmw_reg-wld {
  background: #110E08;
  padding: 2.25rem 16px 0;
}
@media(min-width: 769px) {.vmw_reg-wld {
  padding: 2.75rem 24px 0;
}
}.vmw_reg_in-wld {
  border-radius: 1rem;
  background: #1B1710;
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin: 0 auto;
  padding: 28px 24px;
  max-width: 1320px;
}
@media(min-width: 765px) {.vmw_reg_in-wld {
  padding: 40px;
}
}.vmw_reg_top-wld {
  gap: 28px;
  grid-template-columns: 1fr;
  display: grid;
}
@media(min-width:860px) {.vmw_reg_top-wld {
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}
}.vmw_reg_label-wld {
  color: #F5A820;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 0.688rem;
  font-weight: 700;
  margin-bottom: 10px;
}.vmw_reg_h2-wld {
  overflow-wrap: break-word;
  font-weight: 800;
  margin-bottom: 0.75rem;
  font-family: 'Playfair Display', serif;
  color: #F6F0E4;
  line-height: 1.2;
  font-size: 1.375rem;
}
@media(min-width: 767px) {.vmw_reg_h2-wld {
  font-size: 28px;
}
}.vmw_reg_bonus-wld {
  border-radius: 0.625rem;
  padding: 10px 16px;
  background: rgba(255, 209, 102, 0.16);
  border: 1px solid rgba(255, 209, 102, 0.16);
  gap: 0.5rem;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
}.vmw_reg_bonus_amount-wld {
  font-size: 1.25rem;
  color: #FFD166;
  font-weight: 800;
}.vmw_reg_bonus_text-wld {
  color: #A8957A;
  font-size: 0.813rem;
  line-height: 1.35;
}.vmw_reg_cta_btn-wld {
  background: #2EC87A;
  padding: 0.875rem 2rem;
  transition: background .2s;
  border-radius: 10px;
  font-size: 0.938rem;
  font-weight: 700;
  margin-bottom: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 4px 1.125rem rgba(46, 200, 122, 0.4);
  display: inline-block;
  color: #110E08;
}.vmw_reg_cta_btn-wld:hover {
  background: #3DDEA0;
}.vmw_reg_terms-wld {
  color: #5E5040;
  line-height: 1.5;
  font-size: 0.688rem;
}.vmw_reg_seo-wld {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 1.25rem;
  overflow-wrap: break-word;
  line-height: 1.65;
  font-size: 13px;
  padding-top: 20px;
  color: #7D6C54;
}.vmw_reg_seo-wld p {
  color: #7D6C54;
  margin-bottom: 10px;
  line-height: 1.65;
  font-size: 13px;
}.vmw_reg_seo-wld p:last-child {
  margin-bottom: 0;
}.vmw_reg_seo-wld strong {
  color: #D5C9B4;
  font-weight: 700;
}.vmw_reg_seo-wld a {
  transition: color .2s;
  text-decoration: underline;
  color: #F5A820;
}.vmw_reg_seo-wld a:hover {
  color: #FFB93A;
}.vmw_reg_seo-wld ul,.vmw_reg_seo-wld ol {
  margin: 0 0 10px;
  list-style: disc;
  padding-left: 1.125rem;
}.vmw_reg_seo-wld ol {
  list-style: decimal;
}.vmw_reg_seo-wld li {
  line-height: 1.65;
  color: #7D6C54;
  margin-bottom: 4px;
  font-size: 13px;
}.vmw_reg_seo-wld table {
  font-size: 0.813rem;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
}
@media(min-width: 765px) {.vmw_reg_seo-wld table {
  display: table;
}
}.vmw_reg_seo-wld th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem;
  text-align: left;
  color: #D5C9B4;
  font-weight: 700;
}.vmw_reg_seo-wld td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px;
  color: #7D6C54;
}.vmw_reg_steps-wld {
  gap: 0.875rem;
  display: flex;
  margin-top: 1.75rem;
  flex-direction: column;
}
@media(min-width: 861px) {.vmw_reg_steps-wld {
  margin-top: 0;
}
}.vmw_reg_step-wld {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 1rem;
  background: rgba(255, 255, 255, 0.05);
  gap: 14px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}.vmw_reg_step_num-wld {
  border: 1px solid rgba(245, 168, 32, 0.07);
  border-radius: 50%;
  background: rgba(245, 168, 32, 0.18);
  font-weight: 800;
  color: #F5A820;
  font-size: 0.875rem;
  height: 2.125rem;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  width: 34px;
  justify-content: center;
}.vmw_reg_step_title-wld {
  font-weight: 700;
  color: #F6F0E4;
  margin-bottom: 3px;
  font-size: 14px;
}.vmw_reg_step_text-wld {
  color: #7D6C54;
  font-size: 12px;
  line-height: 1.5;
}.vmw_reg_trust-wld {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 0.625rem;
  display: flex;
  margin-top: 1.25rem;
  flex-wrap: wrap;
  padding-top: 20px;
}.vmw_reg_trust_item-wld {
  gap: 0.438rem;
  align-items: center;
  display: flex;
  font-size: 12px;
  overflow-wrap: break-word;
  color: #7D6C54;
}.vmw_reg_trust_ic-wld svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  height: 1rem;
  color: #F5A820;
  width: 16px;
}.vmw_bon-wld {
  background: #110E08;
  padding: 36px 16px 0;
}
@media(min-width: 765px) {.vmw_bon-wld {
  padding: 44px 1.5rem 0;
}
}.vmw_bon_in-wld {
  margin: 0 auto;
  max-width: 82.5rem;
}.vmw_bon_head-wld {
  margin-bottom: 20px;
}.vmw_bon_label-wld {
  letter-spacing: .08em;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: #F5A820;
}.vmw_bon_h2-wld {
  font-weight: 800;
  font-size: 20px;
  font-family: 'Playfair Display', serif;
  color: #F6F0E4;
  overflow-wrap: break-word;
  margin-bottom: 0.5rem;
}
@media(min-width: 765px) {.vmw_bon_h2-wld {
  font-size: 24px;
}
}.vmw_bon_seo-wld {
  max-width: 620px;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #7D6C54;
  overflow-wrap: break-word;
}.vmw_bon_seo-wld strong {
  color: #D5C9B4;
  font-weight: 700;
}.vmw_bon_seo-wld a {
  text-decoration: underline;
  color: #F5A820;
}.vmw_bon_grid-wld {
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media(min-width: 641px) {.vmw_bon_grid-wld {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1079px) {.vmw_bon_grid-wld {
  grid-template-columns: repeat(5,1fr);
}
}.vmw_bon_card-wld {
  transition: border-color .2s,transform .2s;
  padding: 16px;
  border-radius: 10px;
  background: #161209;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.vmw_bon_card-wld:hover {
  transform: translateY(-2px);
  border-color: rgba(245, 168, 32, 0.07);
}.vmw_bon_card_ic-wld svg {
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 26px;
  width: 26px;
}.vmw_bon_card_ic-wld {
  margin-bottom: 0.625rem;
}.vmw_bon_card_type-wld {
  margin-bottom: 0.375rem;
  font-size: 0.625rem;
  color: #7D6C54;
  letter-spacing: .06em;
  font-weight: 700;
  text-transform: uppercase;
}.vmw_bon_card_amount-wld {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 6px;
  color: #FFD166;
}.vmw_bon_card_name-wld {
  color: #F6F0E4;
  font-weight: 600;
  font-size: 13px;
  overflow-wrap: break-word;
  margin-bottom: 8px;
}.vmw_bon_card_detail-wld {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.5;
  overflow-wrap: break-word;
  padding-top: 8px;
  color: #5E5040;
  font-size: 11px;
}.vmw_app-wld {
  padding: 2.25rem 16px 0;
  background: #110E08;
}
@media(min-width: 765px) {.vmw_app-wld {
  padding: 2.75rem 1.5rem 0;
}
}.vmw_app_in-wld {
  margin: 0 auto;
  max-width: 1320px;
}.vmw_app_head-wld {
  margin-bottom: 1rem;
}.vmw_app_label-wld {
  font-size: 0.688rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #F5A820;
  letter-spacing: .08em;
  margin-bottom: 0.5rem;
}.vmw_app_h2-wld {
  font-size: 20px;
  overflow-wrap: break-word;
  font-weight: 800;
  color: #F6F0E4;
  margin-bottom: 6px;
  font-family: 'Playfair Display', serif;
}
@media(min-width: 771px) {.vmw_app_h2-wld {
  font-size: 24px;
}
}.vmw_app_sub-wld {
  overflow-wrap: break-word;
  font-size: 13px;
  color: #7D6C54;
  line-height: 1.6;
  max-width: 37.5rem;
}.vmw_app_sub-wld strong {
  font-weight: 700;
  color: #D5C9B4;
}.vmw_app_cards-wld {
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}
@media(min-width: 641px) {.vmw_app_cards-wld {
  grid-template-columns: repeat(3,1fr);
}
}.vmw_app_card-wld {
  gap: 16px;
  padding: 20px;
  overflow: hidden;
  border-radius: 0.625rem;
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
}.vmw_app_card_ios-wld {
  background: linear-gradient(135deg,rgba(245, 168, 32, 0.18) 0%,#1B1710 100%);
}.vmw_app_card_android-wld {
  background: linear-gradient(135deg,rgba(46, 200, 122, 0.16) 0%,#1B1710 100%);
}.vmw_app_card_win-wld {
  background: linear-gradient(135deg,rgba(255, 209, 102, 0.16) 0%,#1B1710 100%);
}.vmw_app_card_ic-wld svg {
  width: 34px;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 34px;
}.vmw_app_card_ic-wld {
  color: #F6F0E4;
  flex-shrink: 0;
}.vmw_app_card_os-wld {
  text-transform: uppercase;
  color: #7D6C54;
  margin-bottom: 0.375rem;
  font-weight: 700;
  letter-spacing: .08em;
  font-size: 10px;
}.vmw_app_card_title-wld {
  font-size: 15px;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 6px;
  color: #F6F0E4;
  line-height: 1.2;
}.vmw_app_card_text-wld {
  color: #7D6C54;
  margin-bottom: 0.875rem;
  font-size: 0.75rem;
  overflow-wrap: break-word;
  line-height: 1.5;
}.vmw_app_card_btn-wld {
  transition: background .2s;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  gap: 0.438rem;
  border: 1px solid rgba(245, 168, 32, 0.45);
  padding: 0.625rem 1.125rem;
  font-size: 0.813rem;
  display: inline-flex;
  color: #F6F0E4;
  font-weight: 700;
  align-items: center;
}.vmw_app_card_btn-wld:hover {
  background: rgba(255, 255, 255, 0.07);
}.vmw_seo-wld {
  background: #110E08;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 769px) {.vmw_seo-wld {
  padding: 2.75rem 24px 0;
}
}.vmw_seo_in-wld {
  margin: 0 auto;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 28px 1.5rem;
  background: #1B1710;
  max-width: 82.5rem;
}
@media(min-width:768px) {.vmw_seo_in-wld {
  padding: 36px 40px;
}
}.vmw_seo_label-wld {
  color: #F5A820;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}.vmw_seo_h2-wld {
  font-size: 20px;
  font-family: 'Playfair Display', serif;
  margin-bottom: 14px;
  color: #F6F0E4;
  overflow-wrap: break-word;
  font-weight: 800;
  line-height: 1.25;
}
@media(min-width: 769px) {.vmw_seo_h2-wld {
  font-size: 1.5rem;
}
}.vmw_seo_body-wld {
  color: #A8957A;
  overflow-wrap: break-word;
  line-height: 1.75;
  font-size: 14px;
}.vmw_seo_body-wld p {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A8957A;
}.vmw_seo_body-wld p:last-child {
  margin-bottom: 0;
}.vmw_seo_body-wld strong {
  color: #D5C9B4;
  font-weight: 700;
}.vmw_seo_body-wld a {
  transition: color .2s;
  color: #F5A820;
  text-decoration: underline;
}.vmw_seo_body-wld a:hover {
  color: #FFB93A;
}.vmw_seo_body-wld ul,.vmw_seo_body-wld ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 1.375rem;
}.vmw_seo_body-wld ol {
  list-style: decimal;
}.vmw_seo_body-wld li {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #A8957A;
  margin-bottom: 0.375rem;
}.vmw_seo_body-wld table {
  margin-bottom: 12px;
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  display: block;
  font-size: 13px;
}
@media(min-width: 769px) {.vmw_seo_body-wld table {
  display: table;
}
}.vmw_seo_body-wld th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 10px 0.75rem;
  color: #D5C9B4;
  font-weight: 700;
  text-align: left;
}.vmw_seo_body-wld td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 12px;
  color: #A8957A;
}.vmw_seo_cols-wld {
  gap: 24px;
  margin-top: 20px;
  display: grid;
}
@media(min-width: 641px) {.vmw_seo_cols-wld {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1083px) {.vmw_seo_cols-wld {
  grid-template-columns: repeat(3,1fr);
}
}.vmw_seo_col_h-wld {
  font-size: 0.813rem;
  overflow-wrap: break-word;
  font-weight: 700;
  margin-bottom: 7px;
  color: #D5C9B4;
}.vmw_seo_col_p-wld {
  font-size: 13px;
  line-height: 1.65;
  color: #7D6C54;
  overflow-wrap: break-word;
}.vmw_seo_stats-wld {
  gap: 16px;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}.vmw_seo_stat-wld {
  padding: 0.875rem 1rem;
  flex: 1;
  border: 1px solid rgba(245, 168, 32, 0.18);
  border-radius: 0.625rem;
  background: rgba(245, 168, 32, 0.07);
  min-width: 8.75rem;
}.vmw_seo_stat_val-wld {
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  color: #F5A820;
  overflow-wrap: break-word;
}.vmw_seo_stat_lb-wld {
  overflow-wrap: break-word;
  font-size: 11px;
  color: #7D6C54;
}.vmw_seo-wld {
  background: #110E08;
  padding: 2.25rem 1rem 0;
}
@media(min-width: 765px) {.vmw_seo-wld {
  padding: 44px 1.5rem 0;
}
}.vmw_seo_in-wld {
  background: #1B1710;
  border-radius: 16px;
  margin: 0 auto;
  padding: 1.75rem 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  max-width: 1320px;
}
@media(min-width: 771px) {.vmw_seo_in-wld {
  padding: 2.25rem 40px;
}
}.vmw_seo_label-wld {
  font-size: 0.688rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  color: #F5A820;
  font-weight: 700;
  letter-spacing: .08em;
}.vmw_seo_h2-wld {
  color: #F6F0E4;
  font-size: 1.25rem;
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  margin-bottom: 14px;
  line-height: 1.25;
  overflow-wrap: break-word;
}
@media(min-width: 769px) {.vmw_seo_h2-wld {
  font-size: 1.5rem;
}
}.vmw_seo_body-wld {
  color: #A8957A;
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: break-word;
}.vmw_seo_body-wld p {
  margin-bottom: 12px;
  color: #A8957A;
  line-height: 1.75;
  font-size: 0.875rem;
}.vmw_seo_body-wld p:last-child {
  margin-bottom: 0;
}.vmw_seo_body-wld strong {
  font-weight: 700;
  color: #D5C9B4;
}.vmw_seo_body-wld a {
  transition: color .2s;
  color: #F5A820;
  text-decoration: underline;
}.vmw_seo_body-wld a:hover {
  color: #FFB93A;
}.vmw_seo_body-wld ul,.vmw_seo_body-wld ol {
  list-style: disc;
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}.vmw_seo_body-wld ol {
  list-style: decimal;
}.vmw_seo_body-wld li {
  margin-bottom: 0.375rem;
  color: #A8957A;
  line-height: 1.75;
  font-size: 14px;
}.vmw_seo_body-wld table {
  width: 100%;
  font-size: 0.813rem;
  display: block;
  border-collapse: collapse;
  margin-bottom: 12px;
  overflow-x: auto;
}
@media(min-width: 770px) {.vmw_seo_body-wld table {
  display: table;
}
}.vmw_seo_body-wld th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 12px;
  color: #D5C9B4;
  text-align: left;
  font-weight: 700;
}.vmw_seo_body-wld td {
  padding: 0.625rem 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #A8957A;
}.vmw_seo_cols-wld {
  gap: 1.5rem;
  display: grid;
  margin-top: 20px;
}
@media(min-width: 642px) {.vmw_seo_cols-wld {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1077px) {.vmw_seo_cols-wld {
  grid-template-columns: repeat(3,1fr);
}
}.vmw_seo_col_h-wld {
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-weight: 700;
  font-size: 0.813rem;
  color: #D5C9B4;
}.vmw_seo_col_p-wld {
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: break-word;
  color: #7D6C54;
}.vmw_seo_stats-wld {
  margin: 20px 0;
  gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}.vmw_seo_stat-wld {
  padding: 14px 1rem;
  flex: 1;
  background: rgba(245, 168, 32, 0.07);
  border: 1px solid rgba(245, 168, 32, 0.18);
  border-radius: 10px;
  min-width: 8.75rem;
}.vmw_seo_stat_val-wld {
  color: #F5A820;
  font-size: 20px;
  margin-bottom: 0.25rem;
  overflow-wrap: break-word;
  font-weight: 800;
}.vmw_seo_stat_lb-wld {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #7D6C54;
}.vmw_faq-wld {
  padding: 2.25rem 1rem 0;
  background: #110E08;
}
@media(min-width: 769px) {.vmw_faq-wld {
  padding: 44px 1.5rem 0;
}
}.vmw_faq_in-wld {
  margin: 0 auto;
  max-width: 1320px;
}.vmw_faq_head-wld {
  margin-bottom: 20px;
}.vmw_faq_label-wld {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #F5A820;
  font-size: 0.688rem;
  margin-bottom: 0.5rem;
}.vmw_faq_h2-wld {
  overflow-wrap: break-word;
  font-size: 20px;
  font-weight: 800;
  font-family: 'Playfair Display', serif;
  color: #F6F0E4;
}
@media(min-width: 767px) {.vmw_faq_h2-wld {
  font-size: 24px;
}
}.vmw_faq_list-wld {
  gap: 8px;
  display: flex;
  flex-direction: column;
}.vmw_faq_item-wld {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 10px;
  background: #1B1710;
}.vmw_faq_q-wld {
  transition: color .2s;
  padding: 1rem 1.25rem;
  gap: 0.75rem;
  color: #D5C9B4;
  font-size: 0.875rem;
  display: flex;
  cursor: pointer;
  font-weight: 600;
  overflow-wrap: break-word;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}.vmw_faq_q-wld:hover {
  color: #F6F0E4;
}.vmw_faq_q_ic-wld {
  border-radius: 50%;
  transition: transform .25s;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  color: #F5A820;
  font-size: 1rem;
  width: 24px;
  justify-content: center;
  height: 1.5rem;
  align-items: center;
  flex-shrink: 0;
}.vmw_faq_item-wld.vmw_state_open-wld .vmw_faq_q_ic-wld {
  transform: rotate(45deg);
}.vmw_faq_a-wld {
  padding: 0 20px 16px;
  font-size: 0.813rem;
  line-height: 1.7;
  color: #7D6C54;
  display: none;
  overflow-wrap: break-word;
}.vmw_faq_item-wld.vmw_state_open-wld .vmw_faq_a-wld {
  display: block;
}.vmw_faq_a-wld strong {
  font-weight: 700;
  color: #D5C9B4;
}.vmw_faq_a-wld a {
  color: #F5A820;
  text-decoration: underline;
}.vmw_faq_a-wld ul,.vmw_faq_a-wld ol {
  list-style: disc;
  margin: 8px 0;
  padding-left: 1.25rem;
}.vmw_faq_a-wld ol {
  list-style: decimal;
}.vmw_faq_a-wld li {
  line-height: 1.6;
  margin-bottom: 0.25rem;
}.vmw_faq_a-wld table {
  margin: 8px 0;
  font-size: 12px;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: 100%;
}
@media(min-width: 771px) {.vmw_faq_a-wld table {
  display: table;
}
}.vmw_faq_a-wld th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 6px 8px;
  font-weight: 700;
  color: #D5C9B4;
  text-align: left;
}.vmw_faq_a-wld td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px 0.5rem;
  color: #7D6C54;
}.vmw_seo-wld {
  background: #110E08;
  padding: 36px 16px 0;
}
@media(min-width: 767px) {.vmw_seo-wld {
  padding: 2.75rem 1.5rem 0;
}
}.vmw_seo_in-wld {
  border: 1px solid rgba(255, 255, 255, 0.11);
  margin: 0 auto;
  border-radius: 16px;
  padding: 28px 1.5rem;
  background: #1B1710;
  max-width: 82.5rem;
}
@media(min-width: 771px) {.vmw_seo_in-wld {
  padding: 36px 40px;
}
}.vmw_seo_label-wld {
  margin-bottom: 10px;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 11px;
  color: #F5A820;
  text-transform: uppercase;
}.vmw_seo_h2-wld {
  font-size: 1.25rem;
  font-weight: 800;
  overflow-wrap: break-word;
  margin-bottom: 14px;
  line-height: 1.25;
  color: #F6F0E4;
  font-family: 'Playfair Display', serif;
}
@media(min-width:768px) {.vmw_seo_h2-wld {
  font-size: 1.5rem;
}
}.vmw_seo_body-wld {
  line-height: 1.75;
  color: #A8957A;
  font-size: 14px;
  overflow-wrap: break-word;
}.vmw_seo_body-wld p {
  color: #A8957A;
  margin-bottom: 0.75rem;
  line-height: 1.75;
  font-size: 14px;
}.vmw_seo_body-wld p:last-child {
  margin-bottom: 0;
}.vmw_seo_body-wld strong {
  font-weight: 700;
  color: #D5C9B4;
}.vmw_seo_body-wld a {
  transition: color .2s;
  text-decoration: underline;
  color: #F5A820;
}.vmw_seo_body-wld a:hover {
  color: #FFB93A;
}.vmw_seo_body-wld ul,.vmw_seo_body-wld ol {
  margin: 0 0 0.75rem;
  list-style: disc;
  padding-left: 22px;
}.vmw_seo_body-wld ol {
  list-style: decimal;
}.vmw_seo_body-wld li {
  margin-bottom: 6px;
  line-height: 1.75;
  font-size: 14px;
  color: #A8957A;
}.vmw_seo_body-wld table {
  display: block;
  margin-bottom: 12px;
  border-collapse: collapse;
  overflow-x: auto;
  width: 100%;
  font-size: 13px;
}
@media(min-width: 769px) {.vmw_seo_body-wld table {
  display: table;
}
}.vmw_seo_body-wld th {
  padding: 0.625rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #D5C9B4;
  font-weight: 700;
  text-align: left;
}.vmw_seo_body-wld td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.625rem 12px;
  color: #A8957A;
}.vmw_seo_cols-wld {
  gap: 24px;
  margin-top: 1.25rem;
  display: grid;
}
@media(min-width: 642px) {.vmw_seo_cols-wld {
  grid-template-columns: 1fr 1fr;
}
}
@media(min-width: 1079px) {.vmw_seo_cols-wld {
  grid-template-columns: repeat(3,1fr);
}
}.vmw_seo_col_h-wld {
  font-weight: 700;
  color: #D5C9B4;
  overflow-wrap: break-word;
  margin-bottom: 0.438rem;
  font-size: 0.813rem;
}.vmw_seo_col_p-wld {
  line-height: 1.65;
  font-size: 0.813rem;
  overflow-wrap: break-word;
  color: #7D6C54;
}.vmw_seo_stats-wld {
  margin: 1.25rem 0;
  gap: 16px;
  flex-wrap: wrap;
  display: flex;
}.vmw_seo_stat-wld {
  padding: 0.875rem 16px;
  border-radius: 0.625rem;
  background: rgba(245, 168, 32, 0.07);
  flex: 1;
  border: 1px solid rgba(245, 168, 32, 0.18);
  min-width: 140px;
}.vmw_seo_stat_val-wld {
  margin-bottom: 4px;
  font-size: 1.25rem;
  color: #F5A820;
  font-weight: 800;
  overflow-wrap: break-word;
}.vmw_seo_stat_lb-wld {
  font-size: 11px;
  overflow-wrap: break-word;
  color: #7D6C54;
}.vmw_pmt-wld {
  background: #110E08;
  padding: 36px 1rem 0;
}
@media(min-width: 769px) {.vmw_pmt-wld {
  padding: 44px 24px 0;
}
}.vmw_pmt_in-wld {
  margin: 0 auto;
  max-width: 82.5rem;
}.vmw_pmt_head-wld {
  max-width: 45rem;
  margin-bottom: 22px;
}.vmw_pmt_label-wld {
  text-transform: uppercase;
  color: #F5A820;
  font-size: 0.688rem;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: .08em;
}.vmw_pmt_h2-wld {
  font-size: 1.375rem;
  font-weight: 800;
  color: #F6F0E4;
  margin-bottom: 8px;
  font-family: 'Playfair Display', serif;
  overflow-wrap: break-word;
}
@media(min-width:768px) {.vmw_pmt_h2-wld {
  font-size: 28px;
}
}.vmw_pmt_intro-wld {
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 1.6;
  color: #7D6C54;
}.vmw_pmt_groups-wld {
  gap: 20px;
  display: flex;
  flex-direction: column;
}.vmw_pmt_group-wld {
  padding: 20px;
  border-radius: 0.625rem;
  background: #1B1710;
  border: 1px solid rgba(255, 255, 255, 0.11);
}.vmw_pmt_group_head-wld {
  gap: 12px;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  flex-wrap: wrap;
}.vmw_pmt_group_ic-wld {
  background: rgba(245, 168, 32, 0.18);
  border-radius: 6px;
  height: 36px;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  display: flex;
  align-items: center;
  color: #F5A820;
}.vmw_pmt_group_ic-wld svg {
  height: 1.125rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 1.125rem;
}.vmw_pmt_group_h-wld {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Playfair Display', serif;
  color: #F6F0E4;
  overflow-wrap: break-word;
}.vmw_pmt_group_p-wld {
  overflow-wrap: break-word;
  margin-bottom: 14px;
  font-size: 0.813rem;
  line-height: 1.6;
  color: #7D6C54;
}.vmw_pmt_group_p-wld strong {
  color: #D5C9B4;
  font-weight: 600;
}.vmw_pmt_table_wrap-wld {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}.vmw_pmt_table-wld {
  width: 100%;
  border-collapse: collapse;
  min-width: 33.75rem;
  font-size: 13px;
}.vmw_pmt_table-wld th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.625rem 0.75rem;
  white-space: nowrap;
  text-align: left;
  letter-spacing: .04em;
  color: #D5C9B4;
  text-transform: uppercase;
  font-size: 0.688rem;
  font-weight: 700;
}.vmw_pmt_table-wld td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px;
  color: #7D6C54;
}.vmw_pmt_table-wld tbody tr:last-child td {
  border-bottom: none;
}.vmw_pmt_table-wld tr:hover td {
  background: rgba(255, 255, 255, 0.05);
  color: #D5C9B4;
}.vmw_ft-wld {
  background: #0B0906;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  margin-top: 48px;
}.vmw_ft_support-wld {
  padding: 1.5rem 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
@media(min-width: 769px) {.vmw_ft_support-wld {
  padding: 1.75rem 1.5rem;
}
}.vmw_ft_support_in-wld {
  gap: 16px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  max-width: 1320px;
  flex-wrap: wrap;
}.vmw_ft_support_main-wld {
  gap: 1rem;
  flex: 1;
  align-items: center;
  display: flex;
  min-width: 220px;
  flex-wrap: wrap;
}.vmw_ft_support_ic-wld {
  color: #F5A820;
  flex-shrink: 0;
}.vmw_ft_support_ic-wld svg {
  width: 1.875rem;
  stroke-linejoin: round;
  stroke-linecap: round;
  height: 1.875rem;
}.vmw_ft_support_text_title-wld {
  font-weight: 700;
  color: #F6F0E4;
  overflow-wrap: break-word;
  margin-bottom: 3px;
  font-size: 0.938rem;
}.vmw_ft_support_text_sub-wld {
  overflow-wrap: break-word;
  color: #7D6C54;
  font-size: 0.75rem;
}.vmw_ft_support_btn-wld {
  border-radius: 0.625rem;
  padding: 11px 22px;
  transition: background .2s;
  background: #F5A820;
  white-space: nowrap;
  font-weight: 700;
  flex-shrink: 0;
  color: #F6F0E4;
  font-size: 13px;
}.vmw_ft_support_btn-wld:hover {
  background: #FFB93A;
}.vmw_ft_support_contacts-wld {
  gap: 1rem;
  flex-wrap: wrap;
  margin-left: auto;
  display: flex;
}.vmw_ft_support_contact-wld {
  line-height: 1.4;
  color: #5E5040;
  font-size: 12px;
}.vmw_ft_support_contact-wld strong {
  display: block;
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 0.688rem;
  color: #A8957A;
}.vmw_ft_main-wld {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 16px 1.5rem;
}
@media(min-width: 767px) {.vmw_ft_main-wld {
  padding: 2.5rem 24px 2rem;
}
}.vmw_ft_main_in-wld {
  gap: 1.5rem;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
  max-width: 82.5rem;
}
@media(min-width: 638px) {.vmw_ft_main_in-wld {
  grid-template-columns: repeat(3,1fr);
}
}
@media(min-width: 1078px) {.vmw_ft_main_in-wld {
  grid-template-columns: 12.5rem repeat(3,1fr) 1fr;
}
}.vmw_ft_col_logo-wld {
  grid-column: 1/-1;
}
@media(min-width: 1078px) {.vmw_ft_col_logo-wld {
  grid-column: auto;
}
}.vmw_ft_logo-wld {
  gap: 9px;
  overflow-wrap: break-word;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  flex-wrap: wrap;
  font-weight: 800;
  color: #F6F0E4;
  align-items: center;
  display: flex;
}.vmw_ft_logo_mark-wld {
  border-radius: 0.375rem;
  overflow: hidden;
  height: 30px;
  width: 30px;
}.vmw_ft_logo_mark-wld img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}.vmw_ft_logo_sub-wld {
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.55;
  color: #5E5040;
  max-width: 12.5rem;
}.vmw_ft_col_title-wld {
  margin-bottom: 14px;
  color: #A8957A;
  font-size: 0.75rem;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-weight: 700;
}.vmw_ft_col_links-wld {
  gap: 0.563rem;
  display: flex;
  flex-direction: column;
}.vmw_ft_col_link-wld {
  transition: color .2s;
  color: #5E5040;
  overflow-wrap: break-word;
  font-size: 0.813rem;
}.vmw_ft_col_link-wld:hover {
  color: #D5C9B4;
}.vmw_ft_apps-wld {
  gap: 8px;
  flex-direction: column;
  display: flex;
}.vmw_ft_app_card-wld {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  gap: 0.625rem;
  transition: border-color .2s;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.05);
  align-items: center;
  display: flex;
}.vmw_ft_app_card-wld:hover {
  border-color: rgba(245, 168, 32, 0.45);
}.vmw_ft_app_card_ic-wld svg {
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 22px;
  height: 1.375rem;
}.vmw_ft_app_card_os-wld {
  font-size: 0.625rem;
  color: #5E5040;
  font-weight: 600;
}.vmw_ft_app_card_action-wld {
  font-size: 12px;
  color: #D5C9B4;
  font-weight: 700;
}.vmw_ft_bot-wld {
  padding: 1.25rem 1rem;
}
@media(min-width: 766px) {.vmw_ft_bot-wld {
  padding: 20px 24px;
}
}.vmw_ft_bot_in-wld {
  margin: 0 auto;
  gap: 16px;
  display: flex;
  max-width: 82.5rem;
  align-items: center;
  flex-wrap: wrap;
}.vmw_ft_socials-wld {
  gap: 8px;
  display: flex;
}.vmw_ft_soc-wld {
  transition: background .2s;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  display: flex;
  width: 36px;
  justify-content: center;
  height: 36px;
  align-items: center;
  color: #A8957A;
}.vmw_ft_soc-wld svg {
  stroke-linejoin: round;
  height: 1rem;
  stroke-linecap: round;
  width: 1rem;
}.vmw_ft_soc-wld:hover {
  background: rgba(255, 255, 255, 0.07);
}.vmw_ft_legal-wld {
  flex: 1;
  font-size: 0.688rem;
  line-height: 1.6;
  color: #8C7C66;
  overflow-wrap: break-word;
  min-width: 12.5rem;
}.vmw_ft_legal-wld strong {
  color: #A8957A;
  font-weight: 700;
}.vmw_ft_legal-wld a {
  text-decoration: underline;
  color: #A8957A;
}.vmw_ft_age-wld {
  border-radius: 50%;
  border: 2px solid #8C7C66;
  font-weight: 800;
  width: 2rem;
  justify-content: center;
  color: #8C7C66;
  font-size: 11px;
  flex-shrink: 0;
  display: flex;
  margin-left: auto;
  height: 2rem;
  align-items: center;
}