*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#16121E;
font-family:"Nunito Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
overflow-wrap:break-word;
text-rendering:optimizeLegibility;
-webkit-font-smoothing:antialiased;
color:#C8BFDC;
font-size:15px;
line-height:1.6;
}
img{
display:block;
max-width:100%;
}
a{
color:inherit;
text-decoration:none;
}
button{
border:none;
background:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
height:0.5rem;
width:0.5rem;
}
::-webkit-scrollbar-thumb{
border-radius:8px;
background:rgba(0,0,0,0.52);
}
::-webkit-scrollbar-track{
background:transparent;
}
.vwu-layout_3bk{
flex-direction:column;
min-height:100vh;
display:flex;
}
.vwu-main_3bk{
flex:1 1 auto;
min-width:0;
width:100%;
}
.vwu-container_3bk{
padding:0 16px;
margin:0 auto;
max-width:87.5rem;
width:100%;
}
@media(min-width:769px){
.vwu-container_3bk{
padding:0 2rem;
}
}
@media(min-width:1097px){
.vwu-container_3bk{
padding:0 3.5rem;
}
}
.vwu-eyebrow_3bk{
font-weight:600;
letter-spacing:.2em;
line-height:1.4;
color:#9D50E8;
overflow-wrap:break-word;
text-transform:uppercase;
display:inline-block;
font-family:"Nunito Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:0.688rem;
}
.vwu-band_3bk{
background:#110E1A;
color:#F0EBF8;
}
.vwu-band_3bk .vwu-eyebrow_3bk{
color:#C084FC;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.vwu-tb_3bk{
background:#16121E;
top:0;
border-bottom:1px solid rgba(220,210,255,0.13);
z-index:50;
position:sticky;
}
.vwu-tb_in_3bk{
margin:0 auto;
gap:16px;
padding:0.75rem 16px;
max-width:87.5rem;
align-items:center;
justify-content:space-between;
width:100%;
display:flex;
}
@media(min-width:769px){
.vwu-tb_in_3bk{
padding:16px 2rem;
}
}
@media(min-width:1102px){
.vwu-tb_in_3bk{
padding:1.125rem 56px;
}
}
.vwu-tb_left_3bk{
gap:28px;
align-items:center;
display:flex;
min-width:0;
}
.vwu-tb_logo_3bk{
gap:0.688rem;
align-items:center;
display:flex;
min-width:0;
}
.vwu-tb_logo_mark_3bk{
border-radius:0.5rem;
flex:0 0 auto;
object-fit:cover;
width:2.125rem;
height:34px;
}
.vwu-tb_logo_txt_3bk{
min-width:0;
line-height:1;
display:flex;
flex-direction:column;
}
.vwu-tb_logo_name_3bk{
overflow:hidden;
color:#F0EBF8;
font-size:1.375rem;
font-weight:700;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
letter-spacing:.02em;
text-overflow:ellipsis;
white-space:nowrap;
}
.vwu-tb_logo_sub_3bk{
overflow:hidden;
font-size:0.531rem;
color:#9D50E8;
text-overflow:ellipsis;
font-weight:600;
margin-top:4px;
letter-spacing:.32em;
text-transform:uppercase;
white-space:nowrap;
}
.vwu-tb_nav_3bk{
display:none;
}
@media(min-width:960px){
.vwu-tb_nav_3bk{
gap:1.75rem;
display:flex;
align-items:center;
}
}
.vwu-tb_nav_item_3bk{
transition:color .22s ease,border-color .22s ease;
font-weight:600;
white-space:nowrap;
color:#C8BFDC;
border-bottom:2px solid transparent;
padding-bottom:3px;
font-size:0.875rem;
}
.vwu-tb_nav_item_3bk:hover{
color:#F0EBF8;
}
.vwu-tb_nav_item_3bk.vwu-state_active_3bk{
border-color:#9D50E8;
color:#F0EBF8;
}
.vwu-tb_right_3bk{
flex:0 0 auto;
gap:0.875rem;
align-items:center;
display:flex;
}
.vwu-tb_search_3bk{
transition:color .22s ease;
align-items:center;
display:flex;
justify-content:center;
color:#C8BFDC;
}
.vwu-tb_search_3bk:hover{
color:#9D50E8;
}
.vwu-tb_search_3bk svg{
height:18px;
width:18px;
}
.vwu-tb_lang_3bk{
font-size:11px;
letter-spacing:.1em;
color:#9A8FB5;
text-transform:uppercase;
font-weight:600;
}
.vwu-tb_lang_3bk:hover{
color:#F0EBF8;
}
.vwu-tb_login_3bk{
font-weight:600;
display:none;
font-size:0.875rem;
color:#F0EBF8;
}
@media(min-width:771px){
.vwu-tb_login_3bk{
display:inline-block;
}
}
.vwu-tb_register_3bk{
padding:11px 1.375rem;
border-radius:999px;
transition:background-color .22s ease;
background:#C084FC;
font-size:0.875rem;
white-space:nowrap;
font-weight:700;
color:#110E1A;
}
.vwu-tb_register_3bk:hover{
background:#D4A0FF;
}
.vwu-mob_3bk{
background:#16121E;
left:0;
z-index:60;
bottom:0;
border-top:1px solid rgba(220,210,255,0.13);
right:0;
padding-bottom:env(safe-area-inset-bottom);
position:fixed;
}
@media(min-width:957px){
.vwu-mob_3bk{
display:none;
}
}
.vwu-mob_in_3bk{
margin:0 auto;
align-items:stretch;
max-width:560px;
display:flex;
justify-content:space-around;
}
.vwu-mob_item_3bk{
flex:1 1 0;
transition:color .22s ease;
padding:0.563rem 4px;
gap:3px;
color:#9A8FB5;
min-width:0;
flex-direction:column;
display:flex;
align-items:center;
}
.vwu-mob_item_3bk.vwu-state_active_3bk{
color:#9D50E8;
}
.vwu-mob_ic_3bk{
align-items:center;
justify-content:center;
display:flex;
}
.vwu-mob_ic_3bk svg{
height:1.25rem;
width:20px;
}
.vwu-mob_lb_3bk{
overflow:hidden;
text-overflow:ellipsis;
font-size:10px;
max-width:100%;
font-weight:600;
white-space:nowrap;
}
@media(max-width:958px){
body{
padding-bottom:60px;
}
}
.vwu-rail_3bk{
min-width:0;
position:relative;
}
.vwu-rail_scroll_3bk{
gap:14px;
-webkit-overflow-scrolling:touch;
overflow-x:auto;
padding-bottom:0.875rem;
display:flex;
scrollbar-width:thin;
}
@media(min-width:765px){
.vwu-rail_scroll_3bk{
gap:18px;
}
}
.vwu-gc_3bk{
flex:0 0 auto;
width:150px;
display:block;
}
@media(min-width:770px){
.vwu-gc_3bk{
width:11.75rem;
}
}
.vwu-gc_img_3bk{
border-radius:14px;
background:#1F1A2B;
overflow:hidden;
padding-bottom:133.33%;
position:relative;
box-shadow:0 2px 8px rgba(0,0,0,0.40), 0 1px 2px rgba(0,0,0,0.55);
}
.vwu-gc_img_3bk img{
inset:0;
width:100%;
position:absolute;
height:100%;
object-fit:cover;
}
.vwu-gc_cover_3bk{
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
inset:0;
pointer-events:none;
position:absolute;
}
.vwu-gc_hover_3bk{
transition:opacity .22s ease;
inset:0;
background:rgba(0,0,0,0.52);
position:absolute;
justify-content:center;
opacity:0;
display:flex;
align-items:center;
}
.vwu-gc_3bk:hover .vwu-gc_hover_3bk{
opacity:1;
}
.vwu-gc_hover_btn_3bk{
border-radius:62.438rem;
background:#C084FC;
display:flex;
align-items:center;
justify-content:center;
width:46px;
color:#110E1A;
height:46px;
}
.vwu-gc_hover_btn_3bk svg{
height:18px;
width:1.125rem;
}
.vwu-gc_info_3bk{
gap:2px;
min-width:0;
display:flex;
margin-top:0.563rem;
flex-direction:column;
}
.vwu-gc_name_3bk{
overflow:hidden;
text-overflow:ellipsis;
font-size:13px;
color:#F0EBF8;
font-weight:700;
white-space:nowrap;
}
.vwu-gc_prov_3bk{
overflow:hidden;
color:#9A8FB5;
font-size:11px;
text-overflow:ellipsis;
white-space:nowrap;
}
.vwu-gc_meta_3bk{
font-size:0.688rem;
color:#9A8FB5;
}
.vwu-tc_3bk{
flex:0 0 auto;
width:11.25rem;
display:block;
}
@media(min-width:769px){
.vwu-tc_3bk{
width:14.375rem;
}
}
.vwu-tc_img_3bk{
background:#1F1A2B;
overflow:hidden;
border-radius:14px;
padding-bottom:75%;
box-shadow:0 2px 8px rgba(0,0,0,0.40), 0 1px 2px rgba(0,0,0,0.55);
position:relative;
}
.vwu-tc_img_3bk img{
inset:0;
width:100%;
position:absolute;
object-fit:cover;
height:100%;
}
.vwu-tc_info_3bk{
gap:2px;
flex-direction:column;
margin-top:0.563rem;
display:flex;
min-width:0;
}
.vwu-tc_name_3bk{
overflow:hidden;
font-size:0.875rem;
color:#F0EBF8;
font-weight:700;
white-space:nowrap;
text-overflow:ellipsis;
}
.vwu-tc_rtp_3bk{
color:#9A8FB5;
font-size:11px;
}
.vwu-lc_3bk{
flex:0 0 auto;
width:14.375rem;
display:block;
}
@media(min-width:770px){
.vwu-lc_3bk{
width:16.75rem;
}
}
.vwu-lc_img_3bk{
border-radius:0.875rem;
background:#1F1A2B;
overflow:hidden;
box-shadow:0 2px 8px rgba(0,0,0,0.40), 0 1px 2px rgba(0,0,0,0.55);
position:relative;
padding-bottom:62.5%;
}
.vwu-lc_img_3bk img{
inset:0;
width:100%;
position:absolute;
object-fit:cover;
height:100%;
}
.vwu-lc_live_3bk{
background:rgba(0,0,0,0.52);
gap:0.438rem;
border-radius:999px;
padding:4px 0.563rem;
position:absolute;
display:flex;
top:0.75rem;
left:0.75rem;
align-items:center;
}
.vwu-lc_live_dot_3bk{
border-radius:50%;
animation:zm2-pulse 1.6s infinite;
background:#F43F5E;
height:0.5rem;
width:8px;
}
.vwu-lc_seats_3bk{
color:#F0EBF8;
text-transform:uppercase;
letter-spacing:.08em;
font-weight:600;
font-size:10px;
}
.vwu-lc_info_3bk{
gap:2px;
flex-direction:column;
display:flex;
min-width:0;
margin-top:9px;
}
.vwu-lc_name_3bk{
overflow:hidden;
color:#F0EBF8;
font-weight:700;
white-space:nowrap;
text-overflow:ellipsis;
font-size:15px;
}
.vwu-lc_bet_3bk{
color:#9A8FB5;
font-size:11px;
}
.vwu-pc_3bk{
gap:0.5rem;
background:#1F1A2B;
border:1px solid rgba(220,210,255,0.07);
border-radius:0.875rem;
padding:1rem 0.875rem;
flex-direction:column;
min-width:0;
justify-content:center;
align-items:center;
min-height:4.625rem;
display:flex;
}
.vwu-pc_logo_3bk{
flex:0 0 auto;
height:28px;
width:auto;
max-width:100%;
object-fit:contain;
}
.vwu-pc_name_3bk{
overflow:hidden;
font-size:0.688rem;
max-width:100%;
white-space:nowrap;
text-align:center;
color:#9A8FB5;
text-overflow:ellipsis;
}
.vwu-gc_tag_3bk{
border-radius:8px;
padding:3px 8px;
font-weight:700;
left:0.625rem;
letter-spacing:.06em;
z-index:2;
top:10px;
font-size:10px;
text-transform:uppercase;
position:absolute;
display:inline-block;
}
.vwu-gc_tag_hot_3bk{
background:#F43F5E;
color:#F0EBF8;
}
.vwu-gc_tag_new_3bk{
background:#C084FC;
color:#110E1A;
}
.vwu-gc_tag_jp_3bk{
background:#F59E0B;
color:#110E1A;
}
.vwu-gc_tag_live_3bk{
background:#F43F5E;
color:#F0EBF8;
}
.vwu-sh_3bk{
min-width:0;
margin-bottom:18px;
}
.vwu-sh_row_3bk{
gap:16px;
display:flex;
align-items:flex-end;
justify-content:space-between;
flex-wrap:wrap;
}
.vwu-sh_row_3bk .vwu-sh_l_3bk{
gap:6px;
min-width:0;
display:flex;
flex-direction:column;
}
.vwu-sh_stack_3bk{
gap:10px;
flex-direction:column;
display:flex;
align-items:flex-start;
}
.vwu-sh_center_3bk{
gap:10px;
align-items:center;
flex-direction:column;
text-align:center;
display:flex;
}
.vwu-sh_h2_3bk{
overflow-wrap:break-word;
font-size:1.5rem;
font-weight:600;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.1;
color:#F0EBF8;
}
@media(min-width:771px){
.vwu-sh_h2_3bk{
font-size:30px;
}
}
.vwu-band_3bk .vwu-sh_h2_3bk{
color:#F0EBF8;
}
.vwu-sh_eb_line_3bk{
gap:10px;
display:inline-flex;
align-items:center;
}
.vwu-sh_eb_line_3bk::before{
background:#9D50E8;
content:"";
display:inline-block;
height:1px;
width:1.75rem;
}
.vwu-band_3bk .vwu-sh_eb_line_3bk::before{
background:#C084FC;
}
.vwu-sh_eb_dot_3bk{
gap:0.5rem;
display:inline-flex;
align-items:center;
}
.vwu-sh_eb_dot_3bk::before{
border-radius:50%;
background:#9D50E8;
height:0.375rem;
width:0.375rem;
display:inline-block;
content:"";
}
.vwu-band_3bk .vwu-sh_eb_dot_3bk::before{
background:#C084FC;
}
.vwu-sh_link_3bk{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:0.375rem;
white-space:nowrap;
padding-bottom:2px;
font-size:13px;
color:#F0EBF8;
border-bottom:1px solid #F0EBF8;
align-items:center;
display:inline-flex;
font-weight:600;
}
.vwu-sh_link_3bk:hover{
border-color:#9D50E8;
color:#9D50E8;
}
.vwu-sh_link_3bk svg{
height:14px;
width:14px;
}
.vwu-sh_link_chev_3bk{
border-bottom:0;
padding-bottom:0;
}
.vwu-sh_link_btn_3bk{
background:#C084FC;
padding:9px 1.125rem;
border-radius:62.438rem;
border-bottom:0;
color:#110E1A;
}
.vwu-sh_link_btn_3bk:hover{
background:#D4A0FF;
border-color:transparent;
color:#110E1A;
}
.vwu-band_3bk .vwu-sh_link_3bk{
border-color:#F0EBF8;
color:#F0EBF8;
}
.vwu-band_3bk .vwu-sh_link_btn_3bk{
background:#C084FC;
color:#110E1A;
}
.vwu-sh_rule_3bk{
margin:-2px 0 1.125rem;
background:rgba(220,210,255,0.13);
height:1px;
}
.vwu-band_3bk .vwu-sh_rule_3bk{
background:rgba(220,210,255,0.14);
}
.vwu-hero_3bk{
padding:32px 0 0.5rem;
}
@media(min-width:766px){
.vwu-hero_3bk{
padding:56px 0 24px;
}
}
.vwu-hero_in_3bk{
gap:2rem;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:903px){
.vwu-hero_in_3bk{
grid-template-columns:1.05fr .95fr;
gap:48px;
}
}
.vwu-hero_copy_3bk{
min-width:0;
}
.vwu-hero_eyebrow_3bk{
gap:10px;
align-items:center;
display:inline-flex;
margin-bottom:22px;
}
.vwu-hero_eyebrow_line_3bk{
flex:0 0 auto;
background:#9D50E8;
width:28px;
display:inline-block;
height:1px;
}
.vwu-hero_h1_3bk{
overflow-wrap:break-word;
line-height:1.04;
font-size:38px;
letter-spacing:-.01em;
margin-bottom:1.25rem;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
color:#F0EBF8;
}
@media(min-width:771px){
.vwu-hero_h1_3bk{
font-size:54px;
}
}
@media(min-width:1101px){
.vwu-hero_h1_3bk{
font-size:62px;
}
}
.vwu-hero_h1_3bk em{
color:#9D50E8;
font-style:normal;
}
.vwu-hero_sub_3bk{
max-width:480px;
font-size:1rem;
color:#7A6E96;
margin-bottom:30px;
line-height:1.6;
}
@media(min-width:770px){
.vwu-hero_sub_3bk{
font-size:1.125rem;
}
}
.vwu-hero_actions_3bk{
gap:14px;
align-items:center;
margin-bottom:2.125rem;
display:flex;
flex-wrap:wrap;
}
.vwu-hero_cta_3bk{
transition:background-color .22s ease;
background:#C084FC;
border-radius:62.438rem;
padding:1rem 30px;
gap:0.625rem;
align-items:center;
color:#110E1A;
font-size:15px;
display:inline-flex;
font-weight:700;
}
.vwu-hero_cta_3bk:hover{
background:#D4A0FF;
}
.vwu-hero_cta_ic_3bk{
display:inline-flex;
align-items:center;
}
.vwu-hero_cta_ic_3bk svg{
width:16px;
height:16px;
}
.vwu-hero_cta_alt_3bk{
border-radius:62.438rem;
padding:15px 1.625rem;
background:transparent;
border:1px solid rgba(220,210,255,0.13);
transition:border-color .22s ease,color .22s ease;
align-items:center;
font-size:15px;
font-weight:600;
display:inline-flex;
color:#F0EBF8;
}
.vwu-hero_cta_alt_3bk:hover{
border-color:#9D50E8;
color:#9D50E8;
}
.vwu-hero_trust_3bk{
gap:1.375rem;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.vwu-hero_trust_item_3bk{
gap:0.563rem;
color:#C8BFDC;
font-weight:600;
font-size:13px;
display:flex;
align-items:center;
}
.vwu-hero_trust_ic_3bk{
align-items:center;
display:inline-flex;
color:#9D50E8;
}
.vwu-hero_trust_ic_3bk svg{
height:16px;
width:16px;
}
.vwu-hero_promo_3bk{
overflow:hidden;
border-radius:1.25rem;
background:#1F1A2B;
position:relative;
min-height:18.75rem;
display:flex;
box-shadow:0 12px 48px rgba(0,0,0,0.60), 0 4px 16px rgba(157,80,232,0.20);
}
.vwu-hero_promo_bg_3bk{
inset:0;
background-size:cover;
position:absolute;
background-position:center;
}
.vwu-hero_promo_bg_3bk::after{
inset:0;
background:linear-gradient(120deg,#110E1A 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
content:"";
position:absolute;
}
.vwu-hero_promo_glow_3bk{
border-radius:50%;
background:radial-gradient(circle,rgba(80,40,160,0.28) 0%,transparent 65%);
right:-20px;
position:absolute;
pointer-events:none;
top:-40px;
width:16.25rem;
height:260px;
}
.vwu-hero_promo_ct_3bk{
padding:28px;
z-index:2;
max-width:88%;
align-self:flex-end;
position:relative;
}
.vwu-hero_promo_label_3bk{
font-weight:700;
margin-bottom:0.5rem;
letter-spacing:.25em;
color:#C084FC;
text-transform:uppercase;
font-size:10px;
display:block;
}
.vwu-hero_promo_amount_3bk{
line-height:1.05;
overflow-wrap:break-word;
font-weight:600;
font-size:2rem;
color:#F0EBF8;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:765px){
.vwu-hero_promo_amount_3bk{
font-size:40px;
}
}
.vwu-hero_promo_amount_3bk em{
font-style:normal;
color:#C084FC;
}
.vwu-hero_rating_3bk{
border:1px solid rgba(220,210,255,0.07);
border-radius:14px;
padding:10px 14px;
gap:0.625rem;
background:#1F1A2B;
top:14px;
display:flex;
align-items:center;
right:14px;
box-shadow:0 2px 8px rgba(0,0,0,0.40), 0 1px 2px rgba(0,0,0,0.55);
max-width:min(260px,62%);
position:absolute;
z-index:3;
}
.vwu-hero_rating_score_3bk{
flex:0 0 auto;
color:#F0EBF8;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.5rem;
font-weight:700;
}
.vwu-hero_rating_txt_3bk{
flex:1 1 auto;
min-width:0;
}
.vwu-hero_rating_stars_3bk{
gap:2px;
color:#9D50E8;
display:flex;
}
.vwu-hero_rating_stars_3bk svg{
width:0.75rem;
height:0.75rem;
}
.vwu-hero_rating_cap_3bk{
color:#9A8FB5;
font-size:11px;
margin-top:3px;
line-height:1.35;
overflow-wrap:break-word;
display:block;
}
.vwu-stat_3bk{
margin-top:16px;
border-top:1px solid rgba(220,210,255,0.13);
border-bottom:1px solid rgba(220,210,255,0.13);
}
.vwu-stat_in_3bk{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:771px){
.vwu-stat_in_3bk{
grid-template-columns:repeat(4,1fr);
}
}
.vwu-stat_item_3bk{
padding:1.375rem 0.875rem;
min-width:0;
border-right:1px solid rgba(220,210,255,0.07);
border-bottom:1px solid rgba(220,210,255,0.07);
}
.vwu-stat_item_3bk:nth-child(2n){
border-right:0;
}
.vwu-stat_item_3bk:nth-child(n+3){
border-bottom:0;
}
@media(min-width:767px){
.vwu-stat_item_3bk{
border-bottom:0;
}
.vwu-stat_item_3bk:nth-child(2n){
border-right:1px solid rgba(220,210,255,0.07);
}
.vwu-stat_item_3bk:nth-child(4n){
border-right:0;
}
}
.vwu-stat_value_3bk{
font-size:1.875rem;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
color:#F0EBF8;
overflow-wrap:break-word;
line-height:1;
font-weight:700;
}
@media(min-width:771px){
.vwu-stat_value_3bk{
font-size:2.125rem;
}
}
.vwu-stat_label_3bk{
line-height:1.4;
color:#9A8FB5;
font-size:13px;
overflow-wrap:break-word;
margin-top:6px;
}
.vwu-pr_3bk{
padding:1.875rem 0 6px;
}
.vwu-pr_card_3bk{
border-radius:20px;
flex:0 0 auto;
gap:10px;
overflow:hidden;
background:#1F1A2B;
padding:1.625rem;
border:1px solid rgba(220,210,255,0.07);
position:relative;
display:flex;
width:17.5rem;
flex-direction:column;
min-height:200px;
}
@media(min-width:769px){
.vwu-pr_card_3bk{
width:300px;
}
}
.vwu-pr_card_feat_3bk{
border-color:transparent;
background:linear-gradient(150deg,#1A1130,#0E0B14);
color:#F0EBF8;
}
.vwu-pr_glow_3bk{
background:radial-gradient(circle,rgba(80,40,160,0.28),transparent 70%);
border-radius:50%;
width:8.125rem;
opacity:0;
right:-1.875rem;
height:130px;
position:absolute;
pointer-events:none;
top:-1.875rem;
}
.vwu-pr_card_feat_3bk .vwu-pr_glow_3bk{
opacity:1;
}
.vwu-pr_label_3bk{
text-transform:uppercase;
color:#9D50E8;
font-size:0.625rem;
position:relative;
font-weight:700;
letter-spacing:.16em;
}
.vwu-pr_card_feat_3bk .vwu-pr_label_3bk{
color:#C084FC;
}
.vwu-pr_amount_3bk{
font-size:1.625rem;
position:relative;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:600;
color:#F0EBF8;
line-height:1.08;
}
.vwu-pr_card_feat_3bk .vwu-pr_amount_3bk{
color:#F0EBF8;
}
.vwu-pr_amount_3bk em{
font-style:normal;
color:#9D50E8;
}
.vwu-pr_card_feat_3bk .vwu-pr_amount_3bk em{
color:#C084FC;
}
.vwu-pr_terms_3bk{
line-height:1.5;
position:relative;
font-size:0.813rem;
color:#9A8FB5;
}
.vwu-pr_card_feat_3bk .vwu-pr_terms_3bk{
color:#A898C8;
}
.vwu-pr_cta_3bk{
margin-top:auto;
position:relative;
align-self:flex-start;
}
.vwu-pr_card_feat_3bk .vwu-pr_cta_3bk{
border-radius:62.438rem;
padding:0.563rem 18px;
background:#C084FC;
transition:opacity .22s ease;
font-weight:700;
color:#110E1A;
font-size:13px;
}
.vwu-pr_card_feat_3bk .vwu-pr_cta_3bk:hover{
opacity:.9;
}
.vwu-pr_card_3bk:not(.vwu-pr_card_feat_3bk) .vwu-pr_cta_3bk{
transition:color .22s ease,border-color .22s ease;
color:#F0EBF8;
padding-bottom:2px;
font-size:13px;
font-weight:700;
border-bottom:1px solid #F0EBF8;
}
.vwu-pr_card_3bk:not(.vwu-pr_card_feat_3bk) .vwu-pr_cta_3bk:hover{
border-color:#9D50E8;
color:#9D50E8;
}
.vwu-grow_3bk{
padding:1.625rem 0 0.625rem;
}
.vwu-row_seo_3bk{
margin:10px 0 0;
max-width:760px;
color:#7A6E96;
overflow-wrap:break-word;
font-size:14px;
line-height:1.65;
}
.vwu-row_seo_3bk strong{
font-weight:700;
color:#F0EBF8;
}
.vwu-grow_3bk{
padding:1.625rem 0 0.625rem;
}
.vwu-row_seo_3bk{
margin:0.625rem 0 0;
max-width:47.5rem;
overflow-wrap:break-word;
font-size:14px;
color:#7A6E96;
line-height:1.65;
}
.vwu-row_seo_3bk strong{
font-weight:700;
color:#F0EBF8;
}
.vwu-jp_3bk{
padding:30px 0 10px;
}
.vwu-jp_grid_3bk{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:769px){
.vwu-jp_grid_3bk{
grid-template-columns:1fr 1fr;
}
.vwu-jp_card_mega_3bk{
grid-column:1/-1;
}
}
@media(min-width:1000px){
.vwu-jp_grid_3bk{
grid-template-columns:1.4fr 1fr 1fr;
}
.vwu-jp_card_mega_3bk{
grid-column:auto;
}
}
.vwu-jp_card_3bk{
gap:12px;
background:#1F1A2B;
border-radius:1.25rem;
border:1px solid rgba(220,210,255,0.07);
padding:26px;
overflow:hidden;
display:flex;
position:relative;
min-height:12.5rem;
justify-content:space-between;
flex-direction:column;
min-width:0;
}
.vwu-jp_card_mega_3bk{
border-color:transparent;
background:linear-gradient(135deg,#1A1130,#0E0B14);
color:#F0EBF8;
min-height:13.125rem;
}
.vwu-jp_glow_3bk{
background:radial-gradient(circle,rgba(80,40,160,0.28),transparent 70%);
border-radius:50%;
height:12.5rem;
top:-40px;
width:12.5rem;
position:absolute;
pointer-events:none;
right:-40px;
}
.vwu-jp_label_3bk{
gap:0.625rem;
letter-spacing:.16em;
color:#9D50E8;
position:relative;
text-transform:uppercase;
font-size:10px;
flex-wrap:wrap;
justify-content:space-between;
font-weight:700;
align-items:center;
display:flex;
}
.vwu-jp_card_mega_3bk .vwu-jp_label_3bk{
color:#C084FC;
}
.vwu-jp_drop_3bk{
font-weight:600;
color:#9A8FB5;
text-transform:none;
letter-spacing:.04em;
}
.vwu-jp_card_mega_3bk .vwu-jp_drop_3bk{
color:#A898C8;
}
.vwu-jp_amount_3bk{
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-size:2.375rem;
position:relative;
overflow-wrap:break-word;
line-height:1;
font-weight:700;
color:#F0EBF8;
}
.vwu-jp_card_mega_3bk .vwu-jp_amount_3bk{
animation:zm2-pulse 2.4s infinite;
font-size:3rem;
color:#C084FC;
}
@media(min-width:769px){
.vwu-jp_card_mega_3bk .vwu-jp_amount_3bk{
font-size:54px;
}
}
.vwu-jp_game_3bk{
color:#9A8FB5;
font-size:0.813rem;
position:relative;
}
.vwu-jp_card_mega_3bk .vwu-jp_game_3bk{
color:#A898C8;
}
.vwu-jp_cta_3bk{
position:relative;
align-self:flex-start;
}
.vwu-jp_card_mega_3bk .vwu-jp_cta_3bk{
background:#C084FC;
border-radius:999px;
padding:10px 1.25rem;
transition:opacity .22s ease;
color:#110E1A;
font-size:13px;
font-weight:700;
}
.vwu-jp_card_mega_3bk .vwu-jp_cta_3bk:hover{
opacity:.9;
}
.vwu-jp_card_3bk:not(.vwu-jp_card_mega_3bk) .vwu-jp_cta_3bk{
transition:color .22s ease,border-color .22s ease;
color:#F0EBF8;
padding-bottom:2px;
font-size:0.813rem;
font-weight:700;
border-bottom:1px solid #F0EBF8;
}
.vwu-jp_card_3bk:not(.vwu-jp_card_mega_3bk) .vwu-jp_cta_3bk:hover{
border-color:#9D50E8;
color:#9D50E8;
}
.vwu-jp_seo_3bk{
margin:14px 0 0;
color:#7A6E96;
line-height:1.65;
max-width:47.5rem;
font-size:14px;
overflow-wrap:break-word;
}
.vwu-jp_seo_3bk strong{
font-weight:700;
color:#F0EBF8;
}
.vwu-grow_3bk{
padding:26px 0 0.625rem;
}
.vwu-row_seo_3bk{
margin:10px 0 0;
font-size:14px;
color:#7A6E96;
max-width:47.5rem;
line-height:1.65;
overflow-wrap:break-word;
}
.vwu-row_seo_3bk strong{
color:#F0EBF8;
font-weight:700;
}
.vwu-vip_3bk{
padding:48px 0;
}
@media(min-width:770px){
.vwu-vip_3bk{
padding:64px 0;
}
}
.vwu-vip_head_3bk{
gap:14px;
display:flex;
flex-direction:column;
margin-bottom:30px;
}
@media(min-width:879px){
.vwu-vip_head_3bk{
gap:1.5rem;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.vwu-vip_eyebrow_3bk{
margin-bottom:12px;
}
.vwu-vip_h2_3bk{
overflow-wrap:break-word;
font-size:2rem;
line-height:1.05;
font-weight:600;
color:#F0EBF8;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:766px){
.vwu-vip_h2_3bk{
font-size:2.5rem;
}
}
.vwu-vip_intro_3bk{
font-size:14px;
max-width:26.25rem;
line-height:1.6;
color:#A898C8;
}
.vwu-vip_grid_3bk{
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
gap:14px;
display:grid;
}
.vwu-vip_card_3bk{
border-radius:0.875rem;
border:1px solid rgba(220,210,255,0.14);
padding:1.375rem 1.125rem;
min-width:0;
}
.vwu-vip_card_feat_3bk{
border-color:#C084FC;
background:rgba(240,232,255,0.07);
}
.vwu-vip_card_ic_3bk{
border-radius:8px;
background:linear-gradient(135deg,#9D50E8,#C084FC);
height:2.125rem;
display:block;
margin-bottom:1rem;
width:2.125rem;
}
.vwu-vip_name_3bk{
overflow-wrap:break-word;
font-weight:600;
margin-bottom:6px;
font-size:1.25rem;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
color:#F0EBF8;
}
.vwu-vip_perk_3bk{
line-height:1.5;
overflow-wrap:break-word;
font-size:12.5px;
color:#A898C8;
}
.vwu-gm_3bk{
padding:30px 0 10px;
}
.vwu-gm_in_3bk{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:881px){
.vwu-gm_in_3bk{
grid-template-columns:1.25fr 1fr;
}
}
.vwu-gm_left_3bk{
border:1px solid rgba(220,210,255,0.07);
padding:2rem;
background:#1F1A2B;
border-radius:1.25rem;
min-width:0;
}
.vwu-gm_eyebrow_3bk{
margin-bottom:0.625rem;
}
.vwu-gm_h2_3bk{
font-weight:600;
margin-bottom:8px;
color:#F0EBF8;
overflow-wrap:break-word;
line-height:1.06;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.625rem;
}
@media(min-width:769px){
.vwu-gm_h2_3bk{
font-size:1.75rem;
}
}
.vwu-gm_text_3bk{
max-width:480px;
line-height:1.6;
margin-bottom:22px;
color:#7A6E96;
font-size:0.875rem;
}
.vwu-gm_level_3bk{
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.375rem;
margin-bottom:0.5rem;
color:#9D50E8;
font-weight:700;
}
.vwu-gm_bar_3bk{
overflow:hidden;
background:rgba(220,210,255,0.13);
border-radius:62.438rem;
margin-bottom:0.375rem;
height:0.5rem;
}
.vwu-gm_bar_fill_3bk{
background:linear-gradient(90deg,#9D50E8,#C084FC);
border-radius:999px;
height:100%;
}
.vwu-gm_bar_meta_3bk{
gap:0.625rem;
justify-content:space-between;
font-size:0.688rem;
color:#9A8FB5;
display:flex;
margin-bottom:1.125rem;
}
.vwu-gm_missions_3bk{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
}
.vwu-gm_mission_3bk{
gap:0.438rem;
border:1px solid rgba(220,210,255,0.13);
padding:0.563rem 15px;
background:#16121E;
border-radius:999px;
font-weight:600;
color:#C8BFDC;
align-items:center;
display:inline-flex;
font-size:0.781rem;
}
.vwu-gm_mission_ic_3bk{
display:inline-flex;
color:#9D50E8;
align-items:center;
}
.vwu-gm_mission_ic_3bk svg{
height:0.813rem;
width:13px;
}
.vwu-gm_right_3bk{
overflow:hidden;
padding:32px;
background:linear-gradient(150deg,#1A1130,#0E0B14);
border-radius:20px;
position:relative;
color:#F0EBF8;
display:flex;
flex-direction:column;
}
.vwu-gm_glow_3bk{
background:radial-gradient(circle,rgba(80,40,160,0.28),transparent 70%);
border-radius:50%;
position:absolute;
pointer-events:none;
height:9.375rem;
right:-30px;
width:9.375rem;
top:-30px;
}
.vwu-gm_ref_eyebrow_3bk{
margin-bottom:10px;
position:relative;
}
.vwu-gm_ref_h2_3bk{
margin-bottom:8px;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:26px;
line-height:1.1;
position:relative;
font-weight:600;
color:#F0EBF8;
}
.vwu-gm_ref_text_3bk{
font-size:13.5px;
position:relative;
color:#A898C8;
line-height:1.55;
margin-bottom:20px;
}
.vwu-gm_ref_cta_3bk{
background:#C084FC;
border-radius:62.438rem;
transition:opacity .22s ease;
padding:11px 22px;
margin-top:auto;
align-self:flex-start;
color:#110E1A;
position:relative;
font-weight:700;
font-size:13.5px;
}
.vwu-gm_ref_cta_3bk:hover{
opacity:.9;
}
.vwu-sea_3bk{
padding:24px 0 10px;
}
.vwu-sea_in_3bk{
gap:1.375rem;
padding:2.25rem;
overflow:hidden;
background:linear-gradient(115deg,#1A1130,#0E0B14);
border-radius:1.25rem;
flex-direction:column;
position:relative;
display:flex;
color:#F0EBF8;
}
@media(min-width:822px){
.vwu-sea_in_3bk{
padding:2.75rem 3rem;
gap:32px;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.vwu-sea_glow_3bk{
background:radial-gradient(circle,rgba(80,40,160,0.28),transparent 68%);
border-radius:50%;
right:60px;
position:absolute;
width:240px;
pointer-events:none;
height:240px;
top:50%;
transform:translateY(-50%);
}
.vwu-sea_copy_3bk{
min-width:0;
max-width:560px;
position:relative;
}
.vwu-sea_eyebrow_3bk{
margin-bottom:0.75rem;
}
.vwu-sea_h2_3bk{
line-height:1.04;
font-size:1.875rem;
font-weight:600;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.75rem;
overflow-wrap:break-word;
color:#F0EBF8;
}
@media(min-width:770px){
.vwu-sea_h2_3bk{
font-size:38px;
}
}
.vwu-sea_text_3bk{
font-size:15px;
line-height:1.6;
color:#A898C8;
}
.vwu-sea_cta_3bk{
transition:opacity .22s ease;
border-radius:62.438rem;
flex:0 0 auto;
background:#C084FC;
padding:1rem 2rem;
font-size:0.938rem;
font-weight:700;
color:#110E1A;
position:relative;
}
.vwu-sea_cta_3bk:hover{
opacity:.9;
}
.vwu-app_3bk{
padding:30px 0 0.625rem;
}
.vwu-app_in_3bk{
gap:1.75rem;
background:#1F1A2B;
padding:2rem;
border-radius:20px;
border:1px solid rgba(220,210,255,0.07);
display:flex;
flex-direction:column;
}
@media(min-width:770px){
.vwu-app_in_3bk{
gap:2.5rem;
padding:40px 44px;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.vwu-app_copy_3bk{
max-width:560px;
min-width:0;
}
.vwu-app_eyebrow_3bk{
margin-bottom:12px;
}
.vwu-app_h2_3bk{
color:#F0EBF8;
margin-bottom:0.75rem;
overflow-wrap:break-word;
line-height:1.05;
font-size:28px;
font-weight:600;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:770px){
.vwu-app_h2_3bk{
font-size:2.125rem;
}
}
.vwu-app_text_3bk{
color:#7A6E96;
margin-bottom:1.375rem;
line-height:1.6;
font-size:14px;
}
.vwu-app_btns_3bk{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
.vwu-app_btn_3bk{
border-radius:0.875rem;
padding:0.688rem 1.25rem;
transition:background-color .22s ease;
background:#C084FC;
gap:0.625rem;
align-items:center;
display:inline-flex;
color:#110E1A;
}
.vwu-app_btn_3bk:hover{
background:#D4A0FF;
}
.vwu-app_btn_ic_3bk{
align-items:center;
display:inline-flex;
}
.vwu-app_btn_ic_3bk svg{
width:1.125rem;
height:18px;
}
.vwu-app_btn_lb_3bk{
font-weight:700;
font-size:0.844rem;
}
.vwu-app_qr_wrap_3bk{
flex:0 0 auto;
gap:1.125rem;
align-items:center;
display:flex;
}
.vwu-app_qr_3bk{
flex:0 0 auto;
border-radius:14px;
width:108px;
background-image:repeating-linear-gradient(0deg,#1F1A2B 0 5px,transparent 0.313rem 0.688rem),repeating-linear-gradient(90deg,#1F1A2B 0 0.313rem,transparent 5px 0.688rem);
background-color:#C084FC;
height:108px;
}
.vwu-app_qr_cap_3bk{
color:#9A8FB5;
line-height:1.4;
max-width:92px;
font-size:0.781rem;
}
.vwu-tt_3bk{
padding:48px 0 10px;
}
@media(min-width:766px){
.vwu-tt_3bk{
padding:60px 0 10px;
}
}
.vwu-tt_head_3bk{
margin-bottom:34px;
text-align:center;
}
.vwu-tt_eyebrow_3bk{
margin-bottom:12px;
}
.vwu-tt_h2_3bk{
font-size:32px;
font-weight:600;
overflow-wrap:break-word;
color:#F0EBF8;
line-height:1.05;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:771px){
.vwu-tt_h2_3bk{
font-size:42px;
}
}
.vwu-tt_grid_3bk{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:762px){
.vwu-tt_grid_3bk{
grid-template-columns:repeat(3,1fr);
}
}
.vwu-tt_card_3bk{
padding:30px;
background:#1F1A2B;
border:1px solid rgba(220,210,255,0.07);
border-radius:0.875rem;
min-width:0;
flex-direction:column;
display:flex;
}
.vwu-tt_card_ic_3bk{
margin-bottom:18px;
display:inline-flex;
align-items:center;
color:#9D50E8;
}
.vwu-tt_card_ic_3bk svg{
width:28px;
height:28px;
}
.vwu-tt_card_h_3bk{
font-weight:600;
margin-bottom:0.5rem;
line-height:1.15;
font-size:22px;
color:#F0EBF8;
overflow-wrap:break-word;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
}
.vwu-tt_card_p_3bk{
line-height:1.6;
overflow-wrap:break-word;
color:#7A6E96;
margin-bottom:14px;
font-size:0.875rem;
}
.vwu-tt_card_p_3bk b{
font-weight:700;
color:#F0EBF8;
}
.vwu-tt_card_link_3bk{
transition:color .22s ease;
padding-bottom:2px;
font-weight:700;
align-self:flex-start;
margin-top:auto;
color:#F0EBF8;
font-size:13px;
border-bottom:1px solid #9D50E8;
}
.vwu-tt_card_link_3bk:hover{
color:#9D50E8;
}
.vwu-hts_3bk{
padding:48px 0;
}
@media(min-width:766px){
.vwu-hts_3bk{
padding:3.875rem 0;
}
}
.vwu-hts_head_3bk{
gap:1.125rem;
flex-direction:column;
margin-bottom:34px;
display:flex;
}
@media(min-width:769px){
.vwu-hts_head_3bk{
gap:1.5rem;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.vwu-hts_eyebrow_3bk{
margin-bottom:0.75rem;
}
.vwu-hts_h2_3bk{
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
color:#F0EBF8;
font-weight:600;
font-size:30px;
overflow-wrap:break-word;
line-height:1.05;
}
@media(min-width:766px){
.vwu-hts_h2_3bk{
font-size:38px;
}
}
.vwu-hts_cta_3bk{
border-radius:999px;
transition:opacity .22s ease;
padding:0.938rem 1.875rem;
flex:0 0 auto;
background:#C084FC;
color:#110E1A;
font-size:0.938rem;
font-weight:700;
}
.vwu-hts_cta_3bk:hover{
opacity:.9;
}
.vwu-hts_grid_3bk{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:761px){
.vwu-hts_grid_3bk{
grid-template-columns:repeat(3,1fr);
}
}
.vwu-hts_step_3bk{
padding-top:22px;
border-top:1px solid rgba(220,210,255,0.14);
min-width:0;
}
.vwu-hts_step_num_3bk{
font-size:2.75rem;
font-weight:700;
margin-bottom:0.875rem;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
line-height:1;
color:#C084FC;
}
.vwu-hts_step_h_3bk{
color:#F0EBF8;
margin-bottom:0.5rem;
font-weight:700;
line-height:1.2;
overflow-wrap:break-word;
font-size:19px;
}
.vwu-hts_step_p_3bk{
line-height:1.55;
font-size:0.875rem;
color:#A898C8;
overflow-wrap:break-word;
}
.vwu-rc_3bk{
padding:3rem 0 10px;
}
.vwu-rc_in_3bk{
grid-template-columns:1fr;
gap:2rem;
display:grid;
}
@media(min-width:759px){
.vwu-rc_in_3bk{
grid-template-columns:repeat(3,1fr);
gap:2.5rem;
}
}
.vwu-rc_col_3bk{
min-width:0;
}
.vwu-rc_label_3bk{
font-weight:600;
margin-bottom:1rem;
font-size:11px;
text-transform:uppercase;
color:#9D50E8;
letter-spacing:.2em;
}
.vwu-rc_awards_3bk{
gap:12px;
flex-direction:column;
display:flex;
}
.vwu-rc_award_3bk{
gap:12px;
min-width:0;
display:flex;
align-items:center;
}
.vwu-rc_award_ic_3bk{
flex:0 0 auto;
color:#C084FC;
display:inline-flex;
align-items:center;
}
.vwu-rc_award_ic_3bk svg{
height:18px;
width:18px;
}
.vwu-rc_award_t_3bk{
color:#F0EBF8;
overflow-wrap:break-word;
font-size:14px;
font-weight:700;
}
.vwu-rc_award_s_3bk{
font-size:0.75rem;
color:#9A8FB5;
overflow-wrap:break-word;
}
.vwu-rc_press_3bk{
gap:0.625rem;
grid-template-columns:1fr 1fr;
display:grid;
}
.vwu-rc_press_logo_3bk{
padding:0 8px;
border-radius:8px;
border:1px solid rgba(220,210,255,0.07);
overflow:hidden;
text-overflow:ellipsis;
align-items:center;
height:52px;
display:flex;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
white-space:nowrap;
color:#7A6E96;
justify-content:center;
font-size:0.875rem;
font-weight:700;
text-align:center;
}
.vwu-rc_partner_3bk{
border:1px solid rgba(220,210,255,0.07);
padding:22px;
background:#1F1A2B;
border-radius:0.875rem;
}
.vwu-rc_partner_name_3bk{
font-weight:600;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
margin-bottom:0.375rem;
font-size:20px;
color:#F0EBF8;
}
.vwu-rc_partner_text_3bk{
line-height:1.55;
font-size:0.813rem;
overflow-wrap:break-word;
color:#7A6E96;
}
.vwu-rv_3bk{
background:#1F1A2B;
padding:3rem 0;
border-bottom:1px solid rgba(220,210,255,0.07);
border-top:1px solid rgba(220,210,255,0.07);
margin-top:1.5rem;
}
@media(min-width:768px){
.vwu-rv_3bk{
padding:56px 0;
}
}
.vwu-rv_head_3bk{
gap:1rem;
display:flex;
flex-direction:column;
margin-bottom:1.875rem;
}
@media(min-width:767px){
.vwu-rv_head_3bk{
gap:1.25rem;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.vwu-rv_eyebrow_3bk{
margin-bottom:10px;
}
.vwu-rv_h2_3bk{
color:#F0EBF8;
line-height:1.05;
font-weight:600;
overflow-wrap:break-word;
font-size:30px;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:771px){
.vwu-rv_h2_3bk{
font-size:38px;
}
}
.vwu-rv_agg_3bk{
gap:12px;
display:flex;
align-items:center;
}
.vwu-rv_agg_stars_3bk{
gap:3px;
color:#9D50E8;
display:flex;
}
.vwu-rv_agg_stars_3bk svg{
height:1.125rem;
width:1.125rem;
}
.vwu-rv_source_3bk{
color:#7A6E96;
font-size:13px;
}
.vwu-rv_grid_3bk{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:759px){
.vwu-rv_grid_3bk{
grid-template-columns:repeat(3,1fr);
}
}
.vwu-rv_card_3bk{
border-radius:14px;
background:#16121E;
padding:26px;
border:1px solid rgba(220,210,255,0.07);
min-width:0;
}
.vwu-rv_card_stars_3bk{
gap:2px;
margin-bottom:0.75rem;
color:#9D50E8;
display:flex;
}
.vwu-rv_card_stars_3bk svg{
height:14px;
width:0.875rem;
}
.vwu-rv_card_body_3bk{
line-height:1.45;
overflow-wrap:break-word;
color:#F0EBF8;
font-weight:500;
font-size:18px;
margin-bottom:1rem;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
}
.vwu-rv_card_meta_3bk{
gap:10px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.vwu-rv_card_av_3bk{
background:linear-gradient(135deg,#9D50E8,#C084FC);
flex:0 0 auto;
border-radius:50%;
height:2rem;
width:2rem;
}
.vwu-rv_card_author_3bk{
font-size:0.813rem;
color:#F0EBF8;
font-weight:700;
}
.vwu-rv_card_loc_3bk{
color:#9A8FB5;
font-size:0.75rem;
}
.vwu-et_3bk{
padding:36px 0 0.625rem;
}
.vwu-et_in_3bk{
grid-template-columns:1fr;
gap:2rem;
align-items:start;
display:grid;
}
@media(min-width:883px){
.vwu-et_in_3bk{
grid-template-columns:1.1fr .9fr;
gap:3rem;
}
}
.vwu-et_left_3bk{
min-width:0;
}
.vwu-et_eyebrow_3bk{
margin-bottom:12px;
}
.vwu-et_h2_3bk{
margin-bottom:0.875rem;
font-size:28px;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
color:#F0EBF8;
line-height:1.06;
overflow-wrap:break-word;
}
@media(min-width:767px){
.vwu-et_h2_3bk{
font-size:2rem;
}
}
.vwu-et_text_3bk{
font-size:15px;
color:#7A6E96;
line-height:1.65;
margin-bottom:22px;
}
.vwu-et_stats_3bk{
gap:1.5rem;
display:flex;
flex-wrap:wrap;
}
.vwu-et_stat_3bk{
min-width:0;
}
.vwu-et_stat_v_3bk{
font-size:1.625rem;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
line-height:1;
color:#F0EBF8;
font-weight:700;
}
.vwu-et_stat_l_3bk{
font-size:12.5px;
margin-top:0.25rem;
color:#9A8FB5;
}
.vwu-et_right_3bk{
gap:12px;
flex-direction:column;
display:flex;
}
.vwu-et_member_3bk{
border:1px solid rgba(220,210,255,0.07);
background:#1F1A2B;
border-radius:14px;
padding:18px 1.25rem;
gap:16px;
align-items:center;
min-width:0;
display:flex;
}
.vwu-et_member_av_3bk{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#1A1130,#9D50E8);
width:3rem;
height:48px;
}
.vwu-et_member_name_3bk{
color:#F0EBF8;
overflow-wrap:break-word;
font-weight:700;
font-size:0.938rem;
}
.vwu-et_member_role_3bk{
font-size:12.5px;
color:#9A8FB5;
overflow-wrap:break-word;
}
.vwu-et_updated_3bk{
background:#16121E;
padding:0.875rem 18px;
gap:8px;
border-radius:14px;
border:1px solid rgba(220,210,255,0.07);
align-items:center;
display:flex;
color:#7A6E96;
font-size:12.5px;
}
.vwu-prov_3bk{
padding:40px 0 20px;
}
.vwu-prov_eyebrow_3bk{
margin-bottom:18px;
display:block;
}
.vwu-prov_grid_3bk{
gap:12px;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:563px){
.vwu-prov_grid_3bk{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:900px){
.vwu-prov_grid_3bk{
grid-template-columns:repeat(6,1fr);
}
}
.vwu-pmt_3bk{
padding:48px 0 0.625rem;
}
.vwu-pmt_in_3bk{
gap:32px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:881px){
.vwu-pmt_in_3bk{
gap:3rem;
grid-template-columns:1fr 1.1fr;
}
}
.vwu-pmt_left_3bk{
min-width:0;
}
.vwu-pmt_eyebrow_3bk{
margin-bottom:12px;
}
.vwu-pmt_h2_3bk{
font-weight:600;
margin-bottom:12px;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1.06;
font-size:1.875rem;
color:#F0EBF8;
}
@media(min-width:765px){
.vwu-pmt_h2_3bk{
font-size:32px;
}
}
.vwu-pmt_text_3bk{
color:#7A6E96;
line-height:1.6;
margin-bottom:22px;
font-size:0.906rem;
}
.vwu-pmt_logos_3bk{
grid-template-columns:repeat(2,1fr);
gap:0.625rem;
display:grid;
}
@media(min-width:483px){
.vwu-pmt_logos_3bk{
grid-template-columns:repeat(4,1fr);
}
}
.vwu-pmt_logo_3bk{
background:#1F1A2B;
border:1px solid rgba(220,210,255,0.07);
padding:0 8px;
overflow:hidden;
border-radius:0.5rem;
text-overflow:ellipsis;
height:3.125rem;
font-size:12.5px;
justify-content:center;
display:flex;
align-items:center;
text-align:center;
font-weight:700;
color:#C8BFDC;
white-space:nowrap;
}
.vwu-pmt_table_3bk{
border-radius:14px;
overflow:hidden;
border:1px solid rgba(220,210,255,0.07);
min-width:0;
}
.vwu-pmt_thead_3bk{
grid-template-columns:1.4fr 1fr 1fr 1fr;
background:#0E0B14;
display:grid;
}
.vwu-pmt_th_3bk{
padding:0.813rem 0.875rem;
overflow:hidden;
text-transform:uppercase;
white-space:nowrap;
color:#F0EBF8;
font-size:0.625rem;
letter-spacing:.08em;
text-overflow:ellipsis;
font-weight:700;
}
.vwu-pmt_row_3bk{
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(220,210,255,0.07);
}
.vwu-pmt_row_3bk:nth-child(odd){
background:#1F1A2B;
}
.vwu-pmt_td_3bk{
padding:0.875rem;
overflow-wrap:break-word;
min-width:0;
font-size:0.844rem;
color:#7A6E96;
}
.vwu-pmt_row_3bk .vwu-pmt_td_3bk:first-child{
color:#F0EBF8;
font-weight:700;
}
.vwu-pmt_row_3bk .vwu-pmt_td_3bk:last-child{
font-weight:700;
color:#34D399;
}
.vwu-ts_3bk{
padding:44px 0;
}
.vwu-ts_in_3bk{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:center;
}
@media(min-width:881px){
.vwu-ts_in_3bk{
gap:3rem;
grid-template-columns:1.4fr 1fr;
}
}
.vwu-ts_left_3bk{
min-width:0;
}
.vwu-ts_h2_3bk{
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.1;
font-weight:600;
margin-bottom:0.75rem;
font-size:26px;
overflow-wrap:break-word;
color:#F0EBF8;
}
@media(min-width:769px){
.vwu-ts_h2_3bk{
font-size:1.75rem;
}
}
.vwu-ts_text_3bk{
font-size:14.5px;
line-height:1.6;
color:#A898C8;
max-width:32.5rem;
margin-bottom:22px;
}
.vwu-ts_badges_3bk{
gap:18px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.vwu-ts_badge_3bk{
font-size:0.813rem;
font-weight:600;
color:#A898C8;
}
.vwu-ts_pay_3bk{
gap:12px;
flex-wrap:wrap;
display:flex;
}
@media(min-width:881px){
.vwu-ts_pay_3bk{
justify-content:flex-end;
}
}
.vwu-ts_pay_chip_3bk{
border-radius:14px;
border:1px solid rgba(220,210,255,0.14);
padding:12px 16px;
background:rgba(240,232,255,0.07);
color:#F0EBF8;
font-size:14px;
font-weight:700;
}
.vwu-op_3bk{
padding:36px 0 10px;
}
.vwu-op_in_3bk{
grid-template-columns:1fr;
padding:32px;
background:#1F1A2B;
gap:32px;
border-radius:0.875rem;
border:1px solid rgba(220,210,255,0.07);
align-items:center;
display:grid;
}
@media(min-width:861px){
.vwu-op_in_3bk{
gap:2.75rem;
grid-template-columns:.9fr 1.1fr;
padding:34px 2.5rem;
}
}
.vwu-op_left_3bk{
min-width:0;
}
.vwu-op_eyebrow_3bk{
margin-bottom:0.75rem;
}
.vwu-op_h2_3bk{
overflow-wrap:break-word;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
color:#F0EBF8;
font-weight:600;
font-size:1.75rem;
line-height:1.08;
margin-bottom:10px;
}
@media(min-width:766px){
.vwu-op_h2_3bk{
font-size:30px;
}
}
.vwu-op_text_3bk{
font-size:0.875rem;
color:#7A6E96;
line-height:1.6;
}
.vwu-op_grid_3bk{
border-radius:8px;
background:rgba(220,210,255,0.13);
gap:1px;
grid-template-columns:1fr 1fr;
border:1px solid rgba(220,210,255,0.13);
overflow:hidden;
display:grid;
}
.vwu-op_field_3bk{
background:#16121E;
padding:1.125rem 1.25rem;
min-width:0;
}
.vwu-op_field_lb_3bk{
margin-bottom:0.313rem;
font-weight:600;
letter-spacing:.1em;
color:#9D50E8;
font-size:0.625rem;
text-transform:uppercase;
}
.vwu-op_field_val_3bk{
color:#F0EBF8;
font-size:14px;
font-weight:700;
overflow-wrap:break-word;
}
.vwu-wy_3bk{
padding:48px 0;
}
@media(min-width:769px){
.vwu-wy_3bk{
padding:3.5rem 0;
}
}
.vwu-wy_in_3bk{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:899px){
.vwu-wy_in_3bk{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.vwu-wy_left_3bk{
min-width:0;
}
.vwu-wy_eyebrow_3bk{
margin-bottom:0.875rem;
}
.vwu-wy_h2_3bk{
font-weight:600;
color:#F0EBF8;
overflow-wrap:break-word;
line-height:1.05;
font-size:32px;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:1rem;
}
@media(min-width:768px){
.vwu-wy_h2_3bk{
font-size:40px;
}
}
.vwu-wy_intro_3bk{
font-size:15px;
line-height:1.6;
color:#7A6E96;
}
.vwu-wy_grid_3bk{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:563px){
.vwu-wy_grid_3bk{
grid-template-columns:1fr 1fr;
}
}
.vwu-wy_card_3bk{
background:#1F1A2B;
border-radius:14px;
padding:26px;
border:1px solid rgba(220,210,255,0.07);
min-width:0;
}
.vwu-wy_card_ic_3bk{
color:#9D50E8;
margin-bottom:16px;
display:inline-flex;
align-items:center;
justify-content:center;
}
.vwu-wy_card_ic_3bk svg{
width:1.625rem;
height:26px;
}
.vwu-wy_card_h_3bk{
color:#F0EBF8;
overflow-wrap:break-word;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:21px;
margin-bottom:0.5rem;
line-height:1.15;
}
.vwu-wy_card_p_3bk{
font-size:0.875rem;
overflow-wrap:break-word;
color:#7A6E96;
line-height:1.55;
}
.vwu-gd_3bk{
padding:48px 0 10px;
}
.vwu-gd_head_3bk{
gap:0.875rem;
display:flex;
flex-direction:column;
margin-bottom:24px;
}
@media(min-width:677px){
.vwu-gd_head_3bk{
gap:20px;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.vwu-gd_eyebrow_3bk{
margin-bottom:10px;
}
.vwu-gd_h2_3bk{
line-height:1.05;
overflow-wrap:break-word;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
color:#F0EBF8;
font-size:1.75rem;
font-weight:600;
}
@media(min-width:769px){
.vwu-gd_h2_3bk{
font-size:2.125rem;
}
}
.vwu-gd_more_3bk{
transition:color .22s ease,border-color .22s ease;
flex:0 0 auto;
padding-bottom:2px;
font-weight:600;
font-size:0.844rem;
border-bottom:1px solid #F0EBF8;
color:#F0EBF8;
}
.vwu-gd_more_3bk:hover{
border-color:#9D50E8;
color:#9D50E8;
}
.vwu-gd_grid_3bk{
grid-template-columns:1fr;
gap:20px;
display:grid;
}
@media(min-width:722px){
.vwu-gd_grid_3bk{
grid-template-columns:repeat(3,1fr);
}
}
.vwu-gd_card_3bk{
overflow:hidden;
border-radius:14px;
border:1px solid rgba(220,210,255,0.07);
background:#1F1A2B;
display:block;
min-width:0;
}
.vwu-gd_card_img_3bk{
background:linear-gradient(140deg,#1A1130,#9D50E8);
height:9.375rem;
}
.vwu-gd_card_body_3bk{
padding:22px;
}
.vwu-gd_card_cat_3bk{
letter-spacing:.1em;
font-weight:600;
color:#9D50E8;
font-size:0.625rem;
text-transform:uppercase;
}
.vwu-gd_card_h_3bk{
margin:8px 0 0.625rem;
color:#F0EBF8;
font-weight:600;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.188rem;
overflow-wrap:break-word;
line-height:1.2;
}
.vwu-gd_card_meta_3bk{
color:#9A8FB5;
font-size:12px;
overflow-wrap:break-word;
}
.vwu-el_3bk{
padding:3rem 0;
}
@media(min-width:770px){
.vwu-el_3bk{
padding:56px 0;
}
}
.vwu-el_in_3bk{
grid-template-columns:1fr;
gap:2.5rem;
display:grid;
align-items:start;
}
@media(min-width:903px){
.vwu-el_in_3bk{
gap:56px;
grid-template-columns:1fr 1fr;
}
}
.vwu-el_left_3bk{
min-width:0;
}
.vwu-el_eyebrow_3bk{
margin-bottom:0.875rem;
}
.vwu-el_h2_3bk{
margin-bottom:22px;
overflow-wrap:break-word;
line-height:1.08;
font-weight:600;
font-size:2rem;
color:#F0EBF8;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:765px){
.vwu-el_h2_3bk{
font-size:38px;
}
}
.vwu-el_body_3bk p{
margin-bottom:1.125rem;
line-height:1.7;
color:#C8BFDC;
overflow-wrap:break-word;
font-size:1rem;
}
.vwu-el_dropcap_3bk{
padding:0.375rem 0.75rem 0 0;
line-height:.8;
font-weight:700;
font-size:62px;
float:left;
color:#9D50E8;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
}
.vwu-el_right_3bk{
min-width:0;
}
.vwu-el_quote_3bk{
border-radius:1.25rem;
padding:2.25rem;
background:linear-gradient(150deg,#1A1130,#0E0B14);
color:#F0EBF8;
position:relative;
margin-bottom:1.5rem;
}
.vwu-el_quote_mark_3bk{
color:#C084FC;
margin-bottom:6px;
display:inline-flex;
align-items:center;
}
.vwu-el_quote_mark_3bk svg{
height:2.125rem;
width:34px;
}
.vwu-el_quote_text_3bk{
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:500;
line-height:1.4;
font-size:1.375rem;
color:#F0EBF8;
margin-bottom:1.375rem;
}
.vwu-el_quote_meta_3bk{
gap:12px;
display:flex;
align-items:center;
}
.vwu-el_quote_av_3bk{
background:linear-gradient(135deg,#9D50E8,#C084FC);
flex:0 0 auto;
border-radius:50%;
width:2.375rem;
height:38px;
}
.vwu-el_quote_author_3bk{
font-weight:700;
font-size:0.875rem;
color:#F0EBF8;
}
.vwu-el_quote_meta_sub_3bk{
font-size:0.75rem;
color:#A898C8;
}
.vwu-el_explain_3bk{
border-radius:14px;
overflow:hidden;
border:1px solid rgba(220,210,255,0.07);
}
.vwu-el_explain_card_3bk{
padding:22px 1.5rem;
}
.vwu-el_explain_card_3bk+.vwu-el_explain_card_3bk{
border-top:1px solid rgba(220,210,255,0.07);
}
.vwu-el_explain_h_3bk{
font-weight:600;
overflow-wrap:break-word;
color:#F0EBF8;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:8px;
line-height:1.15;
font-size:1.25rem;
}
.vwu-el_explain_p_3bk{
color:#7A6E96;
font-size:14px;
line-height:1.55;
overflow-wrap:break-word;
}
.vwu-sb_3bk{
padding:3rem 0;
background:#1F1A2B;
border-bottom:1px solid rgba(220,210,255,0.07);
margin-top:1.5rem;
border-top:1px solid rgba(220,210,255,0.07);
}
@media(min-width:770px){
.vwu-sb_3bk{
padding:56px 0;
}
}
.vwu-sb_eyebrow_3bk{
margin-bottom:12px;
display:block;
}
.vwu-sb_h2_3bk{
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.875rem;
line-height:1.05;
color:#F0EBF8;
margin-bottom:26px;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:769px){
.vwu-sb_h2_3bk{
font-size:36px;
}
}
.vwu-sb_grid_3bk{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:557px){
.vwu-sb_grid_3bk{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:961px){
.vwu-sb_grid_3bk{
grid-template-columns:repeat(4,1fr);
}
}
.vwu-sb_card_3bk{
border:1px solid rgba(220,210,255,0.07);
padding:1.5rem;
border-radius:14px;
background:#16121E;
min-width:0;
}
.vwu-sb_card_h_3bk{
line-height:1.15;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
color:#F0EBF8;
overflow-wrap:break-word;
font-weight:600;
font-size:1.188rem;
margin-bottom:8px;
}
.vwu-sb_card_p_3bk{
overflow-wrap:break-word;
color:#7A6E96;
font-size:13.5px;
line-height:1.6;
}
.vwu-sb_rtp_3bk{
background:#16121E;
grid-template-columns:1fr;
gap:1.5rem;
border-radius:14px;
border:1px solid rgba(220,210,255,0.07);
padding:1.625rem 28px;
margin-top:1.125rem;
display:grid;
align-items:center;
}
@media(min-width:760px){
.vwu-sb_rtp_3bk{
gap:2.5rem;
grid-template-columns:1fr 1fr;
}
}
.vwu-sb_rtp_h_3bk{
font-weight:600;
overflow-wrap:break-word;
color:#F0EBF8;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.15;
font-size:1.25rem;
margin-bottom:0.5rem;
}
.vwu-sb_rtp_p_3bk{
line-height:1.6;
color:#7A6E96;
overflow-wrap:break-word;
font-size:13.5px;
}
.vwu-sb_rtp_stats_3bk{
gap:1rem;
display:flex;
}
.vwu-sb_stat_3bk{
background:#1F1A2B;
padding:1.125rem;
flex:1 1 0;
border-radius:0.5rem;
text-align:center;
min-width:0;
}
.vwu-sb_stat_v_3bk{
font-size:1.625rem;
overflow-wrap:break-word;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
color:#34D399;
font-weight:700;
}
.vwu-sb_stat_l_3bk{
font-size:0.719rem;
color:#9A8FB5;
margin-top:4px;
}
.vwu-lh_3bk{
padding:40px 0 20px;
}
.vwu-lh_in_3bk{
padding-top:2.125rem;
border-top:1px solid rgba(220,210,255,0.13);
}
.vwu-lh_eyebrow_3bk{
margin-bottom:1.375rem;
display:block;
}
.vwu-lh_grid_3bk{
grid-template-columns:1fr 1fr;
gap:1.75rem;
display:grid;
}
@media(min-width:597px){
.vwu-lh_grid_3bk{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:957px){
.vwu-lh_grid_3bk{
grid-template-columns:repeat(5,1fr);
}
}
.vwu-lh_col_3bk{
min-width:0;
}
.vwu-lh_col_h_3bk{
font-size:13px;
margin-bottom:0.75rem;
font-weight:700;
color:#F0EBF8;
overflow-wrap:break-word;
}
.vwu-lh_links_3bk{
gap:8px;
flex-direction:column;
display:flex;
}
.vwu-lh_link_3bk{
transition:color .22s ease;
color:#7A6E96;
font-size:13px;
overflow-wrap:break-word;
}
.vwu-lh_link_3bk:hover{
color:#9D50E8;
}
.vwu-faq_3bk{
background:#1F1A2B;
padding:3rem 0;
margin-top:1.5rem;
border-bottom:1px solid rgba(220,210,255,0.07);
border-top:1px solid rgba(220,210,255,0.07);
}
@media(min-width:766px){
.vwu-faq_3bk{
padding:62px 0;
}
}
.vwu-faq_head_3bk{
margin-bottom:34px;
text-align:center;
}
.vwu-faq_eyebrow_3bk{
margin-bottom:0.75rem;
}
.vwu-faq_h2_3bk{
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-size:2rem;
font-weight:600;
overflow-wrap:break-word;
color:#F0EBF8;
line-height:1.05;
}
@media(min-width:769px){
.vwu-faq_h2_3bk{
font-size:2.375rem;
}
}
.vwu-faq_list_3bk{
margin:0 auto;
gap:12px;
max-width:820px;
flex-direction:column;
display:flex;
}
.vwu-faq_item_3bk{
border:1px solid rgba(220,210,255,0.07);
background:#16121E;
overflow:hidden;
border-radius:14px;
}
.vwu-faq_q_3bk{
padding:20px 24px;
list-style:none;
gap:20px;
overflow-wrap:break-word;
justify-content:space-between;
color:#F0EBF8;
align-items:center;
font-size:1rem;
cursor:pointer;
font-weight:700;
display:flex;
}
.vwu-faq_q_3bk::-webkit-details-marker{
display:none;
}
.vwu-faq_q_ic_3bk{
flex:0 0 auto;
transition:transform .22s ease;
align-items:center;
display:inline-flex;
color:#9D50E8;
}
.vwu-faq_q_ic_3bk svg{
height:1.125rem;
width:1.125rem;
}
.vwu-faq_item_3bk[open] .vwu-faq_q_ic_3bk{
transform:rotate(180deg);
}
.vwu-faq_a_3bk{
padding:0 1.5rem 20px;
line-height:1.6;
font-size:14.5px;
color:#7A6E96;
overflow-wrap:break-word;
}
.vwu-sc_3bk{
padding:3rem 0 0.625rem;
}
.vwu-sc_head_3bk{
margin-bottom:28px;
text-align:center;
}
.vwu-sc_eyebrow_3bk{
margin-bottom:0.75rem;
}
.vwu-sc_h2_3bk{
font-weight:600;
color:#F0EBF8;
font-size:1.875rem;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
overflow-wrap:break-word;
}
@media(min-width:770px){
.vwu-sc_h2_3bk{
font-size:36px;
}
}
.vwu-sc_table_3bk{
border:1px solid rgba(220,210,255,0.07);
border-radius:14px;
margin:0 auto;
overflow:hidden;
max-width:900px;
}
.vwu-sc_thead_3bk{
background:#0E0B14;
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
}
.vwu-sc_th_3bk{
padding:15px 1.125rem;
font-size:13px;
overflow-wrap:break-word;
font-weight:700;
text-align:center;
color:#A898C8;
}
.vwu-sc_th_3bk:first-child{
text-align:left;
}
.vwu-sc_th_us_3bk{
color:#C084FC;
}
.vwu-sc_row_3bk{
grid-template-columns:1.6fr 1fr 1fr;
border-top:1px solid rgba(220,210,255,0.07);
display:grid;
}
.vwu-sc_row_3bk:nth-child(even){
background:#1F1A2B;
}
.vwu-sc_td_3bk{
padding:0.938rem 18px;
overflow-wrap:break-word;
font-size:0.875rem;
text-align:center;
min-width:0;
color:#9A8FB5;
}
.vwu-sc_td_3bk:first-child{
font-weight:600;
color:#C8BFDC;
text-align:left;
}
.vwu-sc_td_us_3bk{
font-weight:700;
color:#34D399;
}
.vwu-sg_3bk{
padding:3rem 0 10px;
}
.vwu-sg_eyebrow_3bk{
margin-bottom:12px;
display:block;
}
.vwu-sg_h2_3bk{
overflow-wrap:break-word;
color:#F0EBF8;
font-weight:600;
font-size:30px;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
margin-bottom:1.75rem;
}
@media(min-width:765px){
.vwu-sg_h2_3bk{
font-size:36px;
}
}
.vwu-sg_grid_3bk{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:719px){
.vwu-sg_grid_3bk{
grid-template-columns:repeat(3,1fr);
}
}
.vwu-sg_col_3bk{
min-width:0;
}
.vwu-sg_col_h_3bk{
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.625rem;
font-weight:600;
line-height:1.15;
color:#F0EBF8;
overflow-wrap:break-word;
font-size:22px;
}
.vwu-sg_col_p_3bk{
line-height:1.65;
font-size:14px;
overflow-wrap:break-word;
color:#7A6E96;
}
.vwu-ft_3bk{
background:#0E0B14;
color:#A898C8;
margin-top:2.5rem;
}
.vwu-ft_in_3bk{
padding:48px 0 28px;
grid-template-columns:1fr;
gap:32px;
display:grid;
}
@media(min-width:603px){
.vwu-ft_in_3bk{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:899px){
.vwu-ft_in_3bk{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.vwu-ft_brand_3bk{
min-width:0;
}
.vwu-ft_logo_3bk{
font-weight:700;
overflow-wrap:break-word;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
color:#F0EBF8;
font-size:26px;
}
.vwu-ft_tagline_3bk{
color:#A898C8;
font-size:13.5px;
line-height:1.6;
max-width:17.5rem;
margin-top:0.875rem;
}
.vwu-ft_contact_3bk{
transition:color .22s ease;
overflow-wrap:anywhere;
display:inline-block;
font-size:13px;
margin-top:12px;
max-width:280px;
color:#C084FC;
}
.vwu-ft_contact_3bk:hover{
color:#F0EBF8;
}
.vwu-ft_col_3bk{
min-width:0;
}
.vwu-ft_col_h_3bk{
color:#F0EBF8;
font-weight:700;
letter-spacing:.08em;
font-size:0.813rem;
text-transform:uppercase;
margin-bottom:14px;
overflow-wrap:break-word;
}
.vwu-ft_col_links_3bk{
gap:0.625rem;
display:flex;
flex-direction:column;
}
.vwu-ft_link_3bk{
transition:color .22s ease;
overflow-wrap:break-word;
font-size:0.844rem;
color:#A898C8;
}
.vwu-ft_link_3bk:hover{
color:#F0EBF8;
}
.vwu-ft_bot_3bk{
gap:1rem;
padding:22px 0 40px;
border-top:1px solid rgba(220,210,255,0.14);
display:flex;
flex-direction:column;
}
@media(min-width:770px){
.vwu-ft_bot_3bk{
gap:20px;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.vwu-ft_legal_3bk{
line-height:1.6;
color:#52486A;
overflow-wrap:break-word;
max-width:47.5rem;
font-size:11.5px;
}
.vwu-ft_legal_3bk b{
color:#A898C8;
font-weight:700;
}
.vwu-ft_age_3bk{
border:1.5px solid #C084FC;
flex:0 0 auto;
border-radius:8px;
padding:0.25rem 0.563rem;
font-size:13px;
color:#C084FC;
font-weight:700;
}