*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F4F6FA;
font-size:15px;
text-rendering:optimizeLegibility;
overflow-wrap:break-word;
-webkit-font-smoothing:antialiased;
color:#2B3050;
line-height:1.6;
font-family:"Source Sans 3", 'Helvetica Neue', Arial, sans-serif;
}
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;
}
.vyh_layout-mag{
display:flex;
min-height:100vh;
flex-direction:column;
}
.vyh_main-mag{
flex:1 1 auto;
width:100%;
min-width:0;
}
.vyh_container-mag{
padding:0 1rem;
margin:0 auto;
max-width:1400px;
width:100%;
}
@media(min-width:769px){
.vyh_container-mag{
padding:0 2rem;
}
}
@media(min-width:1097px){
.vyh_container-mag{
padding:0 3.5rem;
}
}
.vyh_eyebrow-mag{
font-weight:600;
font-family:"Source Sans 3", 'Helvetica Neue', Arial, sans-serif;
text-transform:uppercase;
display:inline-block;
color:#3B6FE8;
font-size:11px;
overflow-wrap:break-word;
line-height:1.4;
letter-spacing:.2em;
}
.vyh_band-mag{
background:#0F1422;
color:#EDF0FF;
}
.vyh_band-mag .vyh_eyebrow-mag{
color:#7EAAFF;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.vyh_tb-mag{
background:#F4F6FA;
border-bottom:1px solid rgba(20, 24, 48, 0.15);
z-index:50;
top:0;
position:sticky;
}
.vyh_tb_in-mag{
margin:0 auto;
padding:12px 16px;
gap:1rem;
max-width:1400px;
width:100%;
align-items:center;
display:flex;
justify-content:space-between;
}
@media(min-width:771px){
.vyh_tb_in-mag{
padding:16px 32px;
}
}
@media(min-width:1097px){
.vyh_tb_in-mag{
padding:1.125rem 3.5rem;
}
}
.vyh_tb_left-mag{
gap:28px;
display:flex;
align-items:center;
min-width:0;
}
.vyh_tb_logo-mag{
gap:11px;
min-width:0;
align-items:center;
display:flex;
}
.vyh_tb_logo_mark-mag{
flex:0 0 auto;
border-radius:0.5rem;
height:34px;
object-fit:cover;
width:2.125rem;
}
.vyh_tb_logo_txt-mag{
flex-direction:column;
display:flex;
min-width:0;
line-height:1;
}
.vyh_tb_logo_name-mag{
overflow:hidden;
font-family:"Lora", Georgia, 'Times New Roman', serif;
white-space:nowrap;
color:#0D1020;
text-overflow:ellipsis;
font-weight:700;
font-size:22px;
letter-spacing:.02em;
}
.vyh_tb_logo_sub-mag{
overflow:hidden;
margin-top:0.25rem;
color:#3B6FE8;
text-transform:uppercase;
letter-spacing:.32em;
white-space:nowrap;
text-overflow:ellipsis;
font-size:0.531rem;
font-weight:600;
}
.vyh_tb_nav-mag{
display:none;
}
@media(min-width:961px){
.vyh_tb_nav-mag{
gap:28px;
display:flex;
align-items:center;
}
}
.vyh_tb_nav_item-mag{
transition:color .2s ease,border-color .2s ease;
font-size:0.875rem;
padding-bottom:3px;
font-weight:600;
border-bottom:2px solid transparent;
white-space:nowrap;
color:#2B3050;
}
.vyh_tb_nav_item-mag:hover{
color:#0D1020;
}
.vyh_tb_nav_item-mag.vyh_state_active-mag{
border-color:#3B6FE8;
color:#0D1020;
}
.vyh_tb_right-mag{
gap:14px;
flex:0 0 auto;
align-items:center;
display:flex;
}
.vyh_tb_search-mag{
transition:color .2s ease;
display:flex;
color:#2B3050;
align-items:center;
justify-content:center;
}
.vyh_tb_search-mag:hover{
color:#3B6FE8;
}
.vyh_tb_search-mag svg{
width:1.125rem;
height:1.125rem;
}
.vyh_tb_lang-mag{
font-size:0.688rem;
letter-spacing:.1em;
font-weight:600;
color:#5A6080;
text-transform:uppercase;
}
.vyh_tb_lang-mag:hover{
color:#0D1020;
}
.vyh_tb_login-mag{
color:#0D1020;
display:none;
font-weight:600;
font-size:14px;
}
@media(min-width:769px){
.vyh_tb_login-mag{
display:inline-block;
}
}
.vyh_tb_register-mag{
padding:11px 1.375rem;
transition:background-color .2s ease;
background:#0D1020;
border-radius:62.438rem;
color:#EDF0FF;
white-space:nowrap;
font-weight:700;
font-size:0.875rem;
}
.vyh_tb_register-mag:hover{
background:#1E2540;
}
.vyh_mob-mag{
background:#F4F6FA;
left:0;
position:fixed;
right:0;
bottom:0;
border-top:1px solid rgba(20, 24, 48, 0.15);
z-index:60;
padding-bottom:env(safe-area-inset-bottom);
}
@media(min-width:959px){
.vyh_mob-mag{
display:none;
}
}
.vyh_mob_in-mag{
margin:0 auto;
display:flex;
align-items:stretch;
max-width:560px;
justify-content:space-around;
}
.vyh_mob_item-mag{
transition:color .2s ease;
gap:3px;
padding:0.563rem 4px;
flex:1 1 0;
color:#5A6080;
align-items:center;
min-width:0;
display:flex;
flex-direction:column;
}
.vyh_mob_item-mag.vyh_state_active-mag{
color:#3B6FE8;
}
.vyh_mob_ic-mag{
justify-content:center;
align-items:center;
display:flex;
}
.vyh_mob_ic-mag svg{
height:20px;
width:1.25rem;
}
.vyh_mob_lb-mag{
overflow:hidden;
font-weight:600;
text-overflow:ellipsis;
max-width:100%;
font-size:10px;
white-space:nowrap;
}
@media(max-width:956px){
body{
padding-bottom:3.75rem;
}
}
.vyh_rail-mag{
position:relative;
min-width:0;
}
.vyh_rail_scroll-mag{
gap:14px;
-webkit-overflow-scrolling:touch;
overflow-x:auto;
scrollbar-width:thin;
padding-bottom:0.875rem;
display:flex;
}
@media(min-width:769px){
.vyh_rail_scroll-mag{
gap:1.125rem;
}
}
.vyh_gc-mag{
flex:0 0 auto;
width:150px;
display:block;
}
@media(min-width:769px){
.vyh_gc-mag{
width:188px;
}
}
.vyh_gc_img-mag{
background:#FFFFFF;
border-radius:0.875rem;
overflow:hidden;
position:relative;
box-shadow:0 2px 0.5rem rgba(13, 16, 32, 0.07), 0 0.375rem 1.25rem rgba(13, 16, 32, 0.05);
padding-bottom:133.33%;
}
.vyh_gc_img-mag img{
inset:0;
height:100%;
position:absolute;
width:100%;
object-fit:cover;
}
.vyh_gc_cover-mag{
background:linear-gradient(160deg,transparent 55%,rgba(0, 0, 0, 0.52));
inset:0;
position:absolute;
pointer-events:none;
}
.vyh_gc_hover-mag{
background:rgba(0, 0, 0, 0.52);
transition:opacity .2s ease;
inset:0;
opacity:0;
position:absolute;
justify-content:center;
align-items:center;
display:flex;
}
.vyh_gc-mag:hover .vyh_gc_hover-mag{
opacity:1;
}
.vyh_gc_hover_btn-mag{
background:#0D1020;
border-radius:62.438rem;
width:46px;
align-items:center;
justify-content:center;
height:2.875rem;
color:#EDF0FF;
display:flex;
}
.vyh_gc_hover_btn-mag svg{
height:18px;
width:18px;
}
.vyh_gc_info-mag{
gap:2px;
min-width:0;
flex-direction:column;
display:flex;
margin-top:0.563rem;
}
.vyh_gc_name-mag{
overflow:hidden;
color:#0D1020;
font-size:13px;
white-space:nowrap;
text-overflow:ellipsis;
font-weight:700;
}
.vyh_gc_prov-mag{
overflow:hidden;
text-overflow:ellipsis;
color:#5A6080;
white-space:nowrap;
font-size:11px;
}
.vyh_gc_meta-mag{
font-size:0.688rem;
color:#5A6080;
}
.vyh_tc-mag{
flex:0 0 auto;
display:block;
width:11.25rem;
}
@media(min-width:769px){
.vyh_tc-mag{
width:230px;
}
}
.vyh_tc_img-mag{
overflow:hidden;
background:#FFFFFF;
border-radius:0.875rem;
position:relative;
box-shadow:0 2px 0.5rem rgba(13, 16, 32, 0.07), 0 0.375rem 1.25rem rgba(13, 16, 32, 0.05);
padding-bottom:75%;
}
.vyh_tc_img-mag img{
inset:0;
object-fit:cover;
height:100%;
position:absolute;
width:100%;
}
.vyh_tc_info-mag{
gap:2px;
min-width:0;
display:flex;
flex-direction:column;
margin-top:0.563rem;
}
.vyh_tc_name-mag{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
font-weight:700;
color:#0D1020;
font-size:14px;
}
.vyh_tc_rtp-mag{
font-size:0.688rem;
color:#5A6080;
}
.vyh_lc-mag{
flex:0 0 auto;
display:block;
width:230px;
}
@media(min-width:769px){
.vyh_lc-mag{
width:268px;
}
}
.vyh_lc_img-mag{
background:#FFFFFF;
border-radius:14px;
overflow:hidden;
position:relative;
box-shadow:0 2px 0.5rem rgba(13, 16, 32, 0.07), 0 0.375rem 1.25rem rgba(13, 16, 32, 0.05);
padding-bottom:62.5%;
}
.vyh_lc_img-mag img{
inset:0;
object-fit:cover;
position:absolute;
width:100%;
height:100%;
}
.vyh_lc_live-mag{
border-radius:62.438rem;
background:rgba(0, 0, 0, 0.52);
padding:4px 0.563rem;
gap:0.438rem;
position:absolute;
top:0.75rem;
left:0.75rem;
align-items:center;
display:flex;
}
.vyh_lc_live_dot-mag{
background:#E03A3A;
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
height:8px;
width:0.5rem;
}
.vyh_lc_seats-mag{
text-transform:uppercase;
font-size:0.625rem;
font-weight:600;
letter-spacing:.08em;
color:#EDF0FF;
}
.vyh_lc_info-mag{
gap:2px;
display:flex;
flex-direction:column;
margin-top:0.563rem;
min-width:0;
}
.vyh_lc_name-mag{
overflow:hidden;
font-size:15px;
color:#0D1020;
font-weight:700;
text-overflow:ellipsis;
white-space:nowrap;
}
.vyh_lc_bet-mag{
font-size:0.688rem;
color:#5A6080;
}
.vyh_pc-mag{
border-radius:14px;
border:1px solid rgba(20, 24, 48, 0.08);
background:#FFFFFF;
padding:16px 14px;
gap:0.5rem;
align-items:center;
justify-content:center;
flex-direction:column;
min-height:74px;
display:flex;
min-width:0;
}
.vyh_pc_logo-mag{
flex:0 0 auto;
height:28px;
max-width:100%;
width:auto;
object-fit:contain;
}
.vyh_pc_name-mag{
overflow:hidden;
text-overflow:ellipsis;
color:#5A6080;
white-space:nowrap;
text-align:center;
font-size:11px;
max-width:100%;
}
.vyh_gc_tag-mag{
padding:3px 0.5rem;
border-radius:8px;
text-transform:uppercase;
position:absolute;
font-weight:700;
z-index:2;
display:inline-block;
font-size:0.625rem;
top:0.625rem;
left:0.625rem;
letter-spacing:.06em;
}
.vyh_gc_tag_hot-mag{
background:#E03A3A;
color:#EDF0FF;
}
.vyh_gc_tag_new-mag{
background:#6B9CFF;
color:#0D1020;
}
.vyh_gc_tag_jp-mag{
background:#E8A020;
color:#0D1020;
}
.vyh_gc_tag_live-mag{
background:#E03A3A;
color:#EDF0FF;
}
.vyh_sh-mag{
margin-bottom:1.125rem;
min-width:0;
}
.vyh_sh_row-mag{
gap:16px;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-end;
}
.vyh_sh_row-mag .vyh_sh_l-mag{
gap:6px;
display:flex;
min-width:0;
flex-direction:column;
}
.vyh_sh_stack-mag{
gap:10px;
align-items:flex-start;
flex-direction:column;
display:flex;
}
.vyh_sh_center-mag{
gap:10px;
flex-direction:column;
display:flex;
align-items:center;
text-align:center;
}
.vyh_sh_h2-mag{
color:#0D1020;
line-height:1.1;
font-weight:600;
font-size:24px;
overflow-wrap:break-word;
font-family:"Lora", Georgia, 'Times New Roman', serif;
}
@media(min-width:771px){
.vyh_sh_h2-mag{
font-size:1.875rem;
}
}
.vyh_band-mag .vyh_sh_h2-mag{
color:#EDF0FF;
}
.vyh_sh_eb_line-mag{
gap:10px;
align-items:center;
display:inline-flex;
}
.vyh_sh_eb_line-mag::before{
background:#3B6FE8;
width:28px;
display:inline-block;
content:"";
height:1px;
}
.vyh_band-mag .vyh_sh_eb_line-mag::before{
background:#7EAAFF;
}
.vyh_sh_eb_dot-mag{
gap:0.5rem;
display:inline-flex;
align-items:center;
}
.vyh_sh_eb_dot-mag::before{
border-radius:50%;
background:#3B6FE8;
width:0.375rem;
height:6px;
content:"";
display:inline-block;
}
.vyh_band-mag .vyh_sh_eb_dot-mag::before{
background:#7EAAFF;
}
.vyh_sh_link-mag{
transition:color .2s ease,border-color .2s ease,background-color .2s ease;
gap:6px;
font-weight:600;
border-bottom:1px solid #0D1020;
font-size:13px;
align-items:center;
display:inline-flex;
color:#0D1020;
padding-bottom:2px;
white-space:nowrap;
}
.vyh_sh_link-mag:hover{
border-color:#3B6FE8;
color:#3B6FE8;
}
.vyh_sh_link-mag svg{
width:0.875rem;
height:0.875rem;
}
.vyh_sh_link_chev-mag{
border-bottom:0;
padding-bottom:0;
}
.vyh_sh_link_btn-mag{
border-radius:62.438rem;
background:#0D1020;
padding:0.563rem 18px;
border-bottom:0;
color:#EDF0FF;
}
.vyh_sh_link_btn-mag:hover{
background:#1E2540;
border-color:transparent;
color:#EDF0FF;
}
.vyh_band-mag .vyh_sh_link-mag{
border-color:#EDF0FF;
color:#EDF0FF;
}
.vyh_band-mag .vyh_sh_link_btn-mag{
background:#7EAAFF;
color:#0D1020;
}
.vyh_sh_rule-mag{
margin:-2px 0 1.125rem;
background:rgba(20, 24, 48, 0.15);
height:1px;
}
.vyh_band-mag .vyh_sh_rule-mag{
background:rgba(210, 220, 255, 0.14);
}
.vyh_hero-mag{
padding:2rem 0 8px;
}
@media(min-width:771px){
.vyh_hero-mag{
padding:3.5rem 0 24px;
}
}
.vyh_hero_in-mag{
gap:2rem;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:898px){
.vyh_hero_in-mag{
gap:3rem;
grid-template-columns:1.05fr .95fr;
}
}
.vyh_hero_copy-mag{
min-width:0;
}
.vyh_hero_eyebrow-mag{
gap:0.625rem;
margin-bottom:1.375rem;
display:inline-flex;
align-items:center;
}
.vyh_hero_eyebrow_line-mag{
background:#3B6FE8;
flex:0 0 auto;
width:1.75rem;
height:1px;
display:inline-block;
}
.vyh_hero_h1-mag{
overflow-wrap:break-word;
margin-bottom:20px;
font-family:"Lora", Georgia, 'Times New Roman', serif;
letter-spacing:-.01em;
font-size:38px;
font-weight:600;
color:#0D1020;
line-height:1.04;
}
@media(min-width:767px){
.vyh_hero_h1-mag{
font-size:54px;
}
}
@media(min-width:1099px){
.vyh_hero_h1-mag{
font-size:62px;
}
}
.vyh_hero_h1-mag em{
color:#3B6FE8;
font-style:normal;
}
.vyh_hero_sub-mag{
max-width:480px;
margin-bottom:1.875rem;
color:#7A82A0;
font-size:1rem;
line-height:1.6;
}
@media(min-width:769px){
.vyh_hero_sub-mag{
font-size:18px;
}
}
.vyh_hero_actions-mag{
gap:0.875rem;
flex-wrap:wrap;
align-items:center;
display:flex;
margin-bottom:2.125rem;
}
.vyh_hero_cta-mag{
background:#0D1020;
transition:background-color .2s ease;
padding:1rem 30px;
gap:0.625rem;
border-radius:62.438rem;
display:inline-flex;
font-weight:700;
align-items:center;
color:#EDF0FF;
font-size:15px;
}
.vyh_hero_cta-mag:hover{
background:#1E2540;
}
.vyh_hero_cta_ic-mag{
display:inline-flex;
align-items:center;
}
.vyh_hero_cta_ic-mag svg{
width:1rem;
height:16px;
}
.vyh_hero_cta_alt-mag{
border-radius:999px;
padding:0.938rem 1.625rem;
transition:border-color .2s ease,color .2s ease;
border:1px solid rgba(20, 24, 48, 0.15);
background:transparent;
font-size:15px;
font-weight:600;
color:#0D1020;
display:inline-flex;
align-items:center;
}
.vyh_hero_cta_alt-mag:hover{
border-color:#3B6FE8;
color:#3B6FE8;
}
.vyh_hero_trust-mag{
gap:1.375rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.vyh_hero_trust_item-mag{
gap:9px;
align-items:center;
color:#2B3050;
font-weight:600;
font-size:13px;
display:flex;
}
.vyh_hero_trust_ic-mag{
display:inline-flex;
align-items:center;
color:#3B6FE8;
}
.vyh_hero_trust_ic-mag svg{
width:16px;
height:16px;
}
.vyh_hero_promo-mag{
background:#FFFFFF;
border-radius:1.25rem;
overflow:hidden;
box-shadow:0 12px 3rem rgba(13, 16, 32, 0.14), 0 3px 12px rgba(13, 16, 32, 0.08);
position:relative;
display:flex;
min-height:300px;
}
.vyh_hero_promo_bg-mag{
inset:0;
position:absolute;
background-size:cover;
background-position:center;
}
.vyh_hero_promo_bg-mag::after{
background:linear-gradient(120deg,#0F1422 0%,rgba(0, 0, 0, 0.52) 55%,transparent 100%);
inset:0;
content:"";
position:absolute;
}
.vyh_hero_promo_glow-mag{
border-radius:50%;
background:radial-gradient(circle,rgba(82, 130, 255, 0.18) 0%,transparent 65%);
right:-20px;
width:16.25rem;
pointer-events:none;
position:absolute;
top:-40px;
height:260px;
}
.vyh_hero_promo_ct-mag{
padding:1.75rem;
position:relative;
max-width:88%;
align-self:flex-end;
z-index:2;
}
.vyh_hero_promo_label-mag{
color:#7EAAFF;
display:block;
text-transform:uppercase;
font-size:0.625rem;
letter-spacing:.25em;
font-weight:700;
margin-bottom:8px;
}
.vyh_hero_promo_amount-mag{
font-size:2rem;
overflow-wrap:break-word;
line-height:1.05;
font-weight:600;
color:#EDF0FF;
font-family:"Lora", Georgia, 'Times New Roman', serif;
}
@media(min-width:770px){
.vyh_hero_promo_amount-mag{
font-size:40px;
}
}
.vyh_hero_promo_amount-mag em{
font-style:normal;
color:#7EAAFF;
}
.vyh_hero_rating-mag{
border:1px solid rgba(20, 24, 48, 0.08);
padding:0.625rem 0.875rem;
background:#FFFFFF;
gap:10px;
border-radius:0.875rem;
position:absolute;
z-index:3;
right:0.875rem;
align-items:center;
box-shadow:0 2px 0.5rem rgba(13, 16, 32, 0.07), 0 0.375rem 20px rgba(13, 16, 32, 0.05);
top:14px;
max-width:min(260px,62%);
display:flex;
}
.vyh_hero_rating_score-mag{
flex:0 0 auto;
font-weight:700;
font-size:1.5rem;
color:#0D1020;
font-family:"Lora", Georgia, 'Times New Roman', serif;
}
.vyh_hero_rating_txt-mag{
flex:1 1 auto;
min-width:0;
}
.vyh_hero_rating_stars-mag{
gap:2px;
color:#3B6FE8;
display:flex;
}
.vyh_hero_rating_stars-mag svg{
width:12px;
height:12px;
}
.vyh_hero_rating_cap-mag{
overflow-wrap:break-word;
color:#5A6080;
margin-top:3px;
font-size:11px;
display:block;
line-height:1.35;
}
.vyh_stat-mag{
margin-top:1rem;
border-top:1px solid rgba(20, 24, 48, 0.15);
border-bottom:1px solid rgba(20, 24, 48, 0.15);
}
.vyh_stat_in-mag{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:771px){
.vyh_stat_in-mag{
grid-template-columns:repeat(4,1fr);
}
}
.vyh_stat_item-mag{
padding:22px 14px;
border-right:1px solid rgba(20, 24, 48, 0.08);
border-bottom:1px solid rgba(20, 24, 48, 0.08);
min-width:0;
}
.vyh_stat_item-mag:nth-child(2n){
border-right:0;
}
.vyh_stat_item-mag:nth-child(n+3){
border-bottom:0;
}
@media(min-width:766px){
.vyh_stat_item-mag{
border-bottom:0;
}
.vyh_stat_item-mag:nth-child(2n){
border-right:1px solid rgba(20, 24, 48, 0.08);
}
.vyh_stat_item-mag:nth-child(4n){
border-right:0;
}
}
.vyh_stat_value-mag{
font-size:1.875rem;
font-family:"Lora", Georgia, 'Times New Roman', serif;
line-height:1;
color:#0D1020;
font-weight:700;
overflow-wrap:break-word;
}
@media(min-width:765px){
.vyh_stat_value-mag{
font-size:34px;
}
}
.vyh_stat_label-mag{
overflow-wrap:break-word;
color:#5A6080;
line-height:1.4;
font-size:13px;
margin-top:6px;
}
.vyh_grow-mag{
padding:26px 0 0.625rem;
}
.vyh_row_seo-mag{
margin:10px 0 0;
font-size:0.875rem;
color:#7A82A0;
max-width:760px;
overflow-wrap:break-word;
line-height:1.65;
}
.vyh_row_seo-mag strong{
color:#0D1020;
font-weight:700;
}
.vyh_grow-mag{
padding:26px 0 0.625rem;
}
.vyh_row_seo-mag{
margin:0.625rem 0 0;
overflow-wrap:break-word;
max-width:47.5rem;
font-size:14px;
line-height:1.65;
color:#7A82A0;
}
.vyh_row_seo-mag strong{
font-weight:700;
color:#0D1020;
}
.vyh_grow-mag{
padding:26px 0 0.625rem;
}
.vyh_row_seo-mag{
margin:0.625rem 0 0;
color:#7A82A0;
line-height:1.65;
max-width:760px;
font-size:0.875rem;
overflow-wrap:break-word;
}
.vyh_row_seo-mag strong{
font-weight:700;
color:#0D1020;
}
.vyh_pr-mag{
padding:1.875rem 0 0.375rem;
}
.vyh_pr_card-mag{
border-radius:20px;
overflow:hidden;
flex:0 0 auto;
gap:0.625rem;
background:#FFFFFF;
padding:26px;
border:1px solid rgba(20, 24, 48, 0.08);
width:280px;
display:flex;
flex-direction:column;
position:relative;
min-height:12.5rem;
}
@media(min-width:767px){
.vyh_pr_card-mag{
width:300px;
}
}
.vyh_pr_card_feat-mag{
border-color:transparent;
background:linear-gradient(150deg,#131B38,#0B0E1A);
color:#EDF0FF;
}
.vyh_pr_glow-mag{
border-radius:50%;
background:radial-gradient(circle,rgba(82, 130, 255, 0.18),transparent 70%);
right:-30px;
position:absolute;
width:8.125rem;
opacity:0;
pointer-events:none;
height:8.125rem;
top:-30px;
}
.vyh_pr_card_feat-mag .vyh_pr_glow-mag{
opacity:1;
}
.vyh_pr_label-mag{
font-weight:700;
letter-spacing:.16em;
color:#3B6FE8;
position:relative;
text-transform:uppercase;
font-size:0.625rem;
}
.vyh_pr_card_feat-mag .vyh_pr_label-mag{
color:#7EAAFF;
}
.vyh_pr_amount-mag{
font-weight:600;
position:relative;
line-height:1.08;
overflow-wrap:break-word;
color:#0D1020;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-size:26px;
}
.vyh_pr_card_feat-mag .vyh_pr_amount-mag{
color:#EDF0FF;
}
.vyh_pr_amount-mag em{
font-style:normal;
color:#3B6FE8;
}
.vyh_pr_card_feat-mag .vyh_pr_amount-mag em{
color:#7EAAFF;
}
.vyh_pr_terms-mag{
font-size:13px;
color:#5A6080;
position:relative;
line-height:1.5;
}
.vyh_pr_card_feat-mag .vyh_pr_terms-mag{
color:#8D96C0;
}
.vyh_pr_cta-mag{
align-self:flex-start;
position:relative;
margin-top:auto;
}
.vyh_pr_card_feat-mag .vyh_pr_cta-mag{
background:#7EAAFF;
transition:opacity .2s ease;
border-radius:62.438rem;
padding:0.563rem 18px;
color:#0D1020;
font-size:13px;
font-weight:700;
}
.vyh_pr_card_feat-mag .vyh_pr_cta-mag:hover{
opacity:.9;
}
.vyh_pr_card-mag:not(.vyh_pr_card_feat-mag) .vyh_pr_cta-mag{
transition:color .2s ease,border-color .2s ease;
color:#0D1020;
font-weight:700;
padding-bottom:2px;
border-bottom:1px solid #0D1020;
font-size:13px;
}
.vyh_pr_card-mag:not(.vyh_pr_card_feat-mag) .vyh_pr_cta-mag:hover{
border-color:#3B6FE8;
color:#3B6FE8;
}
.vyh_jp-mag{
padding:30px 0 10px;
}
.vyh_jp_grid-mag{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:769px){
.vyh_jp_grid-mag{
grid-template-columns:1fr 1fr;
}
.vyh_jp_card_mega-mag{
grid-column:1/-1;
}
}
@media(min-width:998px){
.vyh_jp_grid-mag{
grid-template-columns:1.4fr 1fr 1fr;
}
.vyh_jp_card_mega-mag{
grid-column:auto;
}
}
.vyh_jp_card-mag{
gap:0.75rem;
border:1px solid rgba(20, 24, 48, 0.08);
overflow:hidden;
border-radius:1.25rem;
background:#FFFFFF;
padding:1.625rem;
flex-direction:column;
justify-content:space-between;
min-height:12.5rem;
min-width:0;
position:relative;
display:flex;
}
.vyh_jp_card_mega-mag{
background:linear-gradient(135deg,#131B38,#0B0E1A);
border-color:transparent;
color:#EDF0FF;
min-height:13.125rem;
}
.vyh_jp_glow-mag{
background:radial-gradient(circle,rgba(82, 130, 255, 0.18),transparent 70%);
border-radius:50%;
height:200px;
top:-40px;
pointer-events:none;
position:absolute;
right:-2.5rem;
width:200px;
}
.vyh_jp_label-mag{
gap:10px;
font-size:10px;
font-weight:700;
align-items:center;
text-transform:uppercase;
flex-wrap:wrap;
color:#3B6FE8;
position:relative;
display:flex;
letter-spacing:.16em;
justify-content:space-between;
}
.vyh_jp_card_mega-mag .vyh_jp_label-mag{
color:#7EAAFF;
}
.vyh_jp_drop-mag{
color:#5A6080;
font-weight:600;
text-transform:none;
letter-spacing:.04em;
}
.vyh_jp_card_mega-mag .vyh_jp_drop-mag{
color:#8D96C0;
}
.vyh_jp_amount-mag{
font-family:"Lora", Georgia, 'Times New Roman', serif;
color:#0D1020;
font-size:38px;
font-weight:700;
overflow-wrap:break-word;
position:relative;
line-height:1;
}
.vyh_jp_card_mega-mag .vyh_jp_amount-mag{
animation:zm2-pulse 2.4s infinite;
color:#7EAAFF;
font-size:3rem;
}
@media(min-width:768px){
.vyh_jp_card_mega-mag .vyh_jp_amount-mag{
font-size:3.375rem;
}
}
.vyh_jp_game-mag{
font-size:13px;
position:relative;
color:#5A6080;
}
.vyh_jp_card_mega-mag .vyh_jp_game-mag{
color:#8D96C0;
}
.vyh_jp_cta-mag{
align-self:flex-start;
position:relative;
}
.vyh_jp_card_mega-mag .vyh_jp_cta-mag{
transition:opacity .2s ease;
border-radius:62.438rem;
background:#7EAAFF;
padding:0.625rem 1.25rem;
font-size:0.813rem;
font-weight:700;
color:#0D1020;
}
.vyh_jp_card_mega-mag .vyh_jp_cta-mag:hover{
opacity:.9;
}
.vyh_jp_card-mag:not(.vyh_jp_card_mega-mag) .vyh_jp_cta-mag{
transition:color .2s ease,border-color .2s ease;
color:#0D1020;
font-weight:700;
padding-bottom:2px;
border-bottom:1px solid #0D1020;
font-size:0.813rem;
}
.vyh_jp_card-mag:not(.vyh_jp_card_mega-mag) .vyh_jp_cta-mag:hover{
border-color:#3B6FE8;
color:#3B6FE8;
}
.vyh_jp_seo-mag{
margin:14px 0 0;
font-size:0.875rem;
line-height:1.65;
color:#7A82A0;
overflow-wrap:break-word;
max-width:760px;
}
.vyh_jp_seo-mag strong{
font-weight:700;
color:#0D1020;
}
.vyh_sea-mag{
padding:1.5rem 0 0.625rem;
}
.vyh_sea_in-mag{
border-radius:1.25rem;
background:linear-gradient(115deg,#131B38,#0B0E1A);
overflow:hidden;
gap:22px;
padding:36px;
display:flex;
color:#EDF0FF;
flex-direction:column;
position:relative;
}
@media(min-width:823px){
.vyh_sea_in-mag{
padding:2.75rem 3rem;
gap:32px;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.vyh_sea_glow-mag{
border-radius:50%;
background:radial-gradient(circle,rgba(82, 130, 255, 0.18),transparent 68%);
transform:translateY(-50%);
height:240px;
right:60px;
pointer-events:none;
width:240px;
position:absolute;
top:50%;
}
.vyh_sea_copy-mag{
position:relative;
max-width:560px;
min-width:0;
}
.vyh_sea_eyebrow-mag{
margin-bottom:12px;
}
.vyh_sea_h2-mag{
color:#EDF0FF;
font-size:1.875rem;
margin-bottom:0.75rem;
overflow-wrap:break-word;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.04;
}
@media(min-width:771px){
.vyh_sea_h2-mag{
font-size:2.375rem;
}
}
.vyh_sea_text-mag{
font-size:0.938rem;
color:#8D96C0;
line-height:1.6;
}
.vyh_sea_cta-mag{
padding:16px 2rem;
flex:0 0 auto;
transition:opacity .2s ease;
background:#7EAAFF;
border-radius:62.438rem;
font-size:15px;
position:relative;
color:#0D1020;
font-weight:700;
}
.vyh_sea_cta-mag:hover{
opacity:.9;
}
.vyh_trn-mag{
padding:30px 0 0.625rem;
}
.vyh_trn_in-mag{
background:#FFFFFF;
overflow:hidden;
border-radius:1.25rem;
grid-template-columns:1fr;
border:1px solid rgba(20, 24, 48, 0.08);
display:grid;
}
@media(min-width:880px){
.vyh_trn_in-mag{
grid-template-columns:1.05fr 1fr;
}
}
.vyh_trn_banner-mag{
overflow:hidden;
padding:34px;
background:linear-gradient(150deg,#131B38,#0B0E1A);
color:#EDF0FF;
position:relative;
}
.vyh_trn_glow-mag{
border-radius:50%;
background:radial-gradient(circle,rgba(82, 130, 255, 0.18),transparent 70%);
position:absolute;
width:200px;
height:200px;
bottom:-2.5rem;
right:-2.5rem;
pointer-events:none;
}
.vyh_trn_eyebrow-mag{
margin-bottom:0.875rem;
position:relative;
}
.vyh_trn_h2-mag{
margin-bottom:0.75rem;
overflow-wrap:break-word;
position:relative;
font-weight:600;
line-height:1.06;
font-size:30px;
font-family:"Lora", Georgia, 'Times New Roman', serif;
color:#EDF0FF;
}
@media(min-width:765px){
.vyh_trn_h2-mag{
font-size:2.25rem;
}
}
.vyh_trn_text-mag{
font-size:0.875rem;
max-width:420px;
margin-bottom:22px;
position:relative;
line-height:1.6;
color:#8D96C0;
}
.vyh_trn_timer-mag{
gap:8px;
margin-bottom:24px;
position:relative;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.vyh_trn_timer_cap-mag{
font-size:11px;
color:#8D96C0;
}
.vyh_trn_timer_box-mag{
padding:4px 0.75rem;
border-radius:8px;
background:rgba(210, 220, 255, 0.08);
font-size:24px;
font-family:"Lora", Georgia, 'Times New Roman', serif;
color:#EDF0FF;
font-weight:700;
}
.vyh_trn_cta-mag{
border-radius:62.438rem;
padding:0.813rem 1.625rem;
background:#7EAAFF;
transition:opacity .2s ease;
font-weight:700;
font-size:0.875rem;
position:relative;
color:#0D1020;
display:inline-block;
}
.vyh_trn_cta-mag:hover{
opacity:.9;
}
.vyh_trn_lb-mag{
padding:1.625rem 28px;
}
.vyh_trn_lb_head-mag{
gap:10px;
justify-content:space-between;
align-items:center;
display:flex;
margin-bottom:12px;
}
.vyh_trn_lb_title-mag{
font-weight:600;
color:#0D1020;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-size:1.25rem;
}
.vyh_trn_lb_upd-mag{
text-transform:uppercase;
color:#5A6080;
font-size:11px;
letter-spacing:.08em;
}
.vyh_trn_lb_row-mag{
border-radius:8px;
gap:14px;
padding:0.688rem 0.75rem;
display:flex;
align-items:center;
}
.vyh_trn_lb_row-mag:nth-child(2){
background:rgba(59, 111, 232, 0.10);
}
.vyh_trn_lb_rank-mag{
flex:0 0 auto;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-size:1rem;
width:1.375rem;
font-weight:700;
color:#3B6FE8;
}
.vyh_trn_lb_av-mag{
background:linear-gradient(135deg,#3B6FE8,#6B9CFF);
border-radius:50%;
flex:0 0 auto;
width:30px;
height:30px;
}
.vyh_trn_lb_name-mag{
flex:1 1 auto;
overflow:hidden;
font-weight:600;
font-size:14px;
text-overflow:ellipsis;
white-space:nowrap;
min-width:0;
color:#0D1020;
}
.vyh_trn_lb_amount-mag{
flex:0 0 auto;
font-weight:700;
font-size:13px;
color:#0D1020;
}
.vyh_nl-mag{
padding:24px 0 10px;
}
.vyh_nl_in-mag{
padding:30px 32px;
background:#131828;
border-radius:1.25rem;
gap:1.375rem;
display:flex;
flex-direction:column;
color:#EDF0FF;
}
@media(min-width:765px){
.vyh_nl_in-mag{
gap:1.75rem;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.vyh_nl_text_wrap-mag{
min-width:0;
}
.vyh_nl_h3-mag{
font-weight:600;
overflow-wrap:break-word;
color:#EDF0FF;
margin-bottom:5px;
font-size:22px;
line-height:1.1;
font-family:"Lora", Georgia, 'Times New Roman', serif;
}
@media(min-width:766px){
.vyh_nl_h3-mag{
font-size:24px;
}
}
.vyh_nl_text-mag{
font-size:0.844rem;
line-height:1.5;
color:#8D96C0;
}
.vyh_nl_form-mag{
gap:0.625rem;
flex:1 1 auto;
min-width:0;
display:flex;
max-width:460px;
}
.vyh_nl_input-mag{
border-radius:0.875rem;
overflow:hidden;
flex:1 1 auto;
padding:0.813rem 16px;
border:1px solid rgba(210, 220, 255, 0.14);
background:rgba(210, 220, 255, 0.08);
text-overflow:ellipsis;
display:flex;
white-space:nowrap;
color:#8D96C0;
align-items:center;
min-width:0;
font-size:14px;
}
.vyh_nl_btn-mag{
transition:opacity .2s ease;
background:#7EAAFF;
flex:0 0 auto;
border-radius:0.875rem;
padding:0.813rem 24px;
font-size:0.875rem;
white-space:nowrap;
color:#0D1020;
font-weight:700;
}
.vyh_nl_btn-mag:hover{
opacity:.9;
}
.vyh_app-mag{
padding:1.875rem 0 0.625rem;
}
.vyh_app_in-mag{
border:1px solid rgba(20, 24, 48, 0.08);
border-radius:20px;
padding:32px;
gap:28px;
background:#FFFFFF;
flex-direction:column;
display:flex;
}
@media(min-width:766px){
.vyh_app_in-mag{
padding:2.5rem 2.75rem;
gap:40px;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.vyh_app_copy-mag{
min-width:0;
max-width:35rem;
}
.vyh_app_eyebrow-mag{
margin-bottom:0.75rem;
}
.vyh_app_h2-mag{
margin-bottom:12px;
color:#0D1020;
overflow-wrap:break-word;
font-weight:600;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-size:28px;
line-height:1.05;
}
@media(min-width:771px){
.vyh_app_h2-mag{
font-size:2.125rem;
}
}
.vyh_app_text-mag{
color:#7A82A0;
line-height:1.6;
font-size:14px;
margin-bottom:1.375rem;
}
.vyh_app_btns-mag{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
.vyh_app_btn-mag{
padding:11px 20px;
border-radius:14px;
background:#0D1020;
gap:0.625rem;
transition:background-color .2s ease;
align-items:center;
color:#EDF0FF;
display:inline-flex;
}
.vyh_app_btn-mag:hover{
background:#1E2540;
}
.vyh_app_btn_ic-mag{
display:inline-flex;
align-items:center;
}
.vyh_app_btn_ic-mag svg{
height:18px;
width:18px;
}
.vyh_app_btn_lb-mag{
font-size:13.5px;
font-weight:700;
}
.vyh_app_qr_wrap-mag{
flex:0 0 auto;
gap:18px;
align-items:center;
display:flex;
}
.vyh_app_qr-mag{
flex:0 0 auto;
border-radius:0.875rem;
background-image:repeating-linear-gradient(0deg,#FFFFFF 0 0.313rem,transparent 5px 0.688rem),repeating-linear-gradient(90deg,#FFFFFF 0 5px,transparent 0.313rem 0.688rem);
width:108px;
background-color:#0D1020;
height:6.75rem;
}
.vyh_app_qr_cap-mag{
max-width:92px;
font-size:12.5px;
line-height:1.4;
color:#5A6080;
}
.vyh_vip-mag{
padding:3rem 0;
}
@media(min-width:770px){
.vyh_vip-mag{
padding:4rem 0;
}
}
.vyh_vip_head-mag{
gap:0.875rem;
margin-bottom:1.875rem;
flex-direction:column;
display:flex;
}
@media(min-width:881px){
.vyh_vip_head-mag{
gap:1.5rem;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.vyh_vip_eyebrow-mag{
margin-bottom:0.75rem;
}
.vyh_vip_h2-mag{
font-size:32px;
font-family:"Lora", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#EDF0FF;
line-height:1.05;
font-weight:600;
}
@media(min-width:765px){
.vyh_vip_h2-mag{
font-size:2.5rem;
}
}
.vyh_vip_intro-mag{
max-width:26.25rem;
line-height:1.6;
font-size:14px;
color:#8D96C0;
}
.vyh_vip_grid-mag{
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
gap:0.875rem;
display:grid;
}
.vyh_vip_card-mag{
border-radius:0.875rem;
border:1px solid rgba(210, 220, 255, 0.14);
padding:22px 1.125rem;
min-width:0;
}
.vyh_vip_card_feat-mag{
background:rgba(210, 220, 255, 0.08);
border-color:#7EAAFF;
}
.vyh_vip_card_ic-mag{
background:linear-gradient(135deg,#3B6FE8,#6B9CFF);
border-radius:8px;
margin-bottom:16px;
display:block;
height:2.125rem;
width:34px;
}
.vyh_vip_name-mag{
font-weight:600;
font-size:1.25rem;
font-family:"Lora", Georgia, 'Times New Roman', serif;
margin-bottom:0.375rem;
color:#EDF0FF;
overflow-wrap:break-word;
}
.vyh_vip_perk-mag{
font-size:0.781rem;
color:#8D96C0;
overflow-wrap:break-word;
line-height:1.5;
}
.vyh_tt-mag{
padding:3rem 0 10px;
}
@media(min-width:767px){
.vyh_tt-mag{
padding:3.75rem 0 10px;
}
}
.vyh_tt_head-mag{
text-align:center;
margin-bottom:2.125rem;
}
.vyh_tt_eyebrow-mag{
margin-bottom:12px;
}
.vyh_tt_h2-mag{
font-weight:600;
overflow-wrap:break-word;
color:#0D1020;
line-height:1.05;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-size:32px;
}
@media(min-width:767px){
.vyh_tt_h2-mag{
font-size:42px;
}
}
.vyh_tt_grid-mag{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:757px){
.vyh_tt_grid-mag{
grid-template-columns:repeat(3,1fr);
}
}
.vyh_tt_card-mag{
background:#FFFFFF;
border-radius:0.875rem;
padding:1.875rem;
border:1px solid rgba(20, 24, 48, 0.08);
flex-direction:column;
display:flex;
min-width:0;
}
.vyh_tt_card_ic-mag{
display:inline-flex;
margin-bottom:18px;
align-items:center;
color:#3B6FE8;
}
.vyh_tt_card_ic-mag svg{
width:28px;
height:28px;
}
.vyh_tt_card_h-mag{
line-height:1.15;
font-size:1.375rem;
font-weight:600;
font-family:"Lora", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
margin-bottom:8px;
color:#0D1020;
}
.vyh_tt_card_p-mag{
font-size:14px;
line-height:1.6;
color:#7A82A0;
margin-bottom:14px;
overflow-wrap:break-word;
}
.vyh_tt_card_p-mag b{
color:#0D1020;
font-weight:700;
}
.vyh_tt_card_link-mag{
transition:color .2s ease;
font-size:13px;
font-weight:700;
align-self:flex-start;
border-bottom:1px solid #3B6FE8;
padding-bottom:2px;
color:#0D1020;
margin-top:auto;
}
.vyh_tt_card_link-mag:hover{
color:#3B6FE8;
}
.vyh_rv-mag{
background:#FFFFFF;
padding:48px 0;
border-bottom:1px solid rgba(20, 24, 48, 0.08);
margin-top:24px;
border-top:1px solid rgba(20, 24, 48, 0.08);
}
@media(min-width:770px){
.vyh_rv-mag{
padding:56px 0;
}
}
.vyh_rv_head-mag{
gap:16px;
margin-bottom:1.875rem;
display:flex;
flex-direction:column;
}
@media(min-width:767px){
.vyh_rv_head-mag{
gap:1.25rem;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.vyh_rv_eyebrow-mag{
margin-bottom:0.625rem;
}
.vyh_rv_h2-mag{
line-height:1.05;
overflow-wrap:break-word;
color:#0D1020;
font-weight:600;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-size:30px;
}
@media(min-width:767px){
.vyh_rv_h2-mag{
font-size:38px;
}
}
.vyh_rv_agg-mag{
gap:12px;
display:flex;
align-items:center;
}
.vyh_rv_agg_stars-mag{
gap:3px;
color:#3B6FE8;
display:flex;
}
.vyh_rv_agg_stars-mag svg{
width:1.125rem;
height:18px;
}
.vyh_rv_source-mag{
color:#7A82A0;
font-size:0.813rem;
}
.vyh_rv_grid-mag{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:761px){
.vyh_rv_grid-mag{
grid-template-columns:repeat(3,1fr);
}
}
.vyh_rv_card-mag{
border-radius:14px;
padding:26px;
background:#F4F6FA;
border:1px solid rgba(20, 24, 48, 0.08);
min-width:0;
}
.vyh_rv_card_stars-mag{
gap:2px;
color:#3B6FE8;
display:flex;
margin-bottom:0.75rem;
}
.vyh_rv_card_stars-mag svg{
height:0.875rem;
width:14px;
}
.vyh_rv_card_body-mag{
color:#0D1020;
font-size:18px;
line-height:1.45;
margin-bottom:1rem;
font-weight:500;
overflow-wrap:break-word;
font-family:"Lora", Georgia, 'Times New Roman', serif;
}
.vyh_rv_card_meta-mag{
gap:10px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.vyh_rv_card_av-mag{
background:linear-gradient(135deg,#3B6FE8,#6B9CFF);
flex:0 0 auto;
border-radius:50%;
height:32px;
width:32px;
}
.vyh_rv_card_author-mag{
font-weight:700;
font-size:0.813rem;
color:#0D1020;
}
.vyh_rv_card_loc-mag{
color:#5A6080;
font-size:0.75rem;
}
.vyh_pmt-mag{
padding:48px 0 10px;
}
.vyh_pmt_in-mag{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:880px){
.vyh_pmt_in-mag{
grid-template-columns:1fr 1.1fr;
gap:48px;
}
}
.vyh_pmt_left-mag{
min-width:0;
}
.vyh_pmt_eyebrow-mag{
margin-bottom:0.75rem;
}
.vyh_pmt_h2-mag{
font-size:30px;
font-weight:600;
line-height:1.06;
font-family:"Lora", Georgia, 'Times New Roman', serif;
color:#0D1020;
overflow-wrap:break-word;
margin-bottom:0.75rem;
}
@media(min-width:767px){
.vyh_pmt_h2-mag{
font-size:2rem;
}
}
.vyh_pmt_text-mag{
margin-bottom:22px;
line-height:1.6;
color:#7A82A0;
font-size:14.5px;
}
.vyh_pmt_logos-mag{
grid-template-columns:repeat(2,1fr);
gap:10px;
display:grid;
}
@media(min-width:481px){
.vyh_pmt_logos-mag{
grid-template-columns:repeat(4,1fr);
}
}
.vyh_pmt_logo-mag{
padding:0 0.5rem;
overflow:hidden;
border-radius:8px;
border:1px solid rgba(20, 24, 48, 0.08);
background:#FFFFFF;
font-size:12.5px;
white-space:nowrap;
color:#2B3050;
display:flex;
text-align:center;
justify-content:center;
align-items:center;
text-overflow:ellipsis;
font-weight:700;
height:50px;
}
.vyh_pmt_table-mag{
border:1px solid rgba(20, 24, 48, 0.08);
border-radius:0.875rem;
overflow:hidden;
min-width:0;
}
.vyh_pmt_thead-mag{
grid-template-columns:1.4fr 1fr 1fr 1fr;
background:#1A1E2E;
display:grid;
}
.vyh_pmt_th-mag{
overflow:hidden;
padding:0.813rem 0.875rem;
font-size:0.625rem;
font-weight:700;
color:#EDF0FF;
text-overflow:ellipsis;
text-transform:uppercase;
white-space:nowrap;
letter-spacing:.08em;
}
.vyh_pmt_row-mag{
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(20, 24, 48, 0.08);
}
.vyh_pmt_row-mag:nth-child(odd){
background:#FFFFFF;
}
.vyh_pmt_td-mag{
padding:0.875rem;
color:#7A82A0;
font-size:0.844rem;
min-width:0;
overflow-wrap:break-word;
}
.vyh_pmt_row-mag .vyh_pmt_td-mag:first-child{
font-weight:700;
color:#0D1020;
}
.vyh_pmt_row-mag .vyh_pmt_td-mag:last-child{
font-weight:700;
color:#1FAD72;
}
.vyh_wy-mag{
padding:3rem 0;
}
@media(min-width:766px){
.vyh_wy-mag{
padding:56px 0;
}
}
.vyh_wy_in-mag{
grid-template-columns:1fr;
gap:32px;
align-items:start;
display:grid;
}
@media(min-width:902px){
.vyh_wy_in-mag{
grid-template-columns:.8fr 1.2fr;
gap:3rem;
}
}
.vyh_wy_left-mag{
min-width:0;
}
.vyh_wy_eyebrow-mag{
margin-bottom:0.875rem;
}
.vyh_wy_h2-mag{
font-family:"Lora", Georgia, 'Times New Roman', serif;
line-height:1.05;
overflow-wrap:break-word;
color:#0D1020;
font-size:2rem;
font-weight:600;
margin-bottom:1rem;
}
@media(min-width:771px){
.vyh_wy_h2-mag{
font-size:2.5rem;
}
}
.vyh_wy_intro-mag{
font-size:0.938rem;
color:#7A82A0;
line-height:1.6;
}
.vyh_wy_grid-mag{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:561px){
.vyh_wy_grid-mag{
grid-template-columns:1fr 1fr;
}
}
.vyh_wy_card-mag{
background:#FFFFFF;
padding:26px;
border-radius:14px;
border:1px solid rgba(20, 24, 48, 0.08);
min-width:0;
}
.vyh_wy_card_ic-mag{
display:inline-flex;
color:#3B6FE8;
margin-bottom:16px;
justify-content:center;
align-items:center;
}
.vyh_wy_card_ic-mag svg{
width:1.625rem;
height:1.625rem;
}
.vyh_wy_card_h-mag{
font-weight:600;
color:#0D1020;
font-size:21px;
margin-bottom:0.5rem;
line-height:1.15;
overflow-wrap:break-word;
font-family:"Lora", Georgia, 'Times New Roman', serif;
}
.vyh_wy_card_p-mag{
overflow-wrap:break-word;
font-size:0.875rem;
line-height:1.55;
color:#7A82A0;
}
.vyh_ts-mag{
padding:2.75rem 0;
}
.vyh_ts_in-mag{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:883px){
.vyh_ts_in-mag{
gap:48px;
grid-template-columns:1.4fr 1fr;
}
}
.vyh_ts_left-mag{
min-width:0;
}
.vyh_ts_h2-mag{
font-size:26px;
color:#EDF0FF;
line-height:1.1;
margin-bottom:0.75rem;
overflow-wrap:break-word;
font-weight:600;
font-family:"Lora", Georgia, 'Times New Roman', serif;
}
@media(min-width:768px){
.vyh_ts_h2-mag{
font-size:28px;
}
}
.vyh_ts_text-mag{
margin-bottom:1.375rem;
line-height:1.6;
color:#8D96C0;
font-size:14.5px;
max-width:520px;
}
.vyh_ts_badges-mag{
gap:1.125rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.vyh_ts_badge-mag{
font-weight:600;
color:#8D96C0;
font-size:0.813rem;
}
.vyh_ts_pay-mag{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
@media(min-width:881px){
.vyh_ts_pay-mag{
justify-content:flex-end;
}
}
.vyh_ts_pay_chip-mag{
border:1px solid rgba(210, 220, 255, 0.14);
padding:12px 1rem;
border-radius:0.875rem;
background:rgba(210, 220, 255, 0.08);
font-weight:700;
color:#EDF0FF;
font-size:0.875rem;
}
.vyh_hts-mag{
padding:48px 0;
}
@media(min-width:769px){
.vyh_hts-mag{
padding:3.875rem 0;
}
}
.vyh_hts_head-mag{
gap:1.125rem;
display:flex;
flex-direction:column;
margin-bottom:34px;
}
@media(min-width:765px){
.vyh_hts_head-mag{
gap:24px;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.vyh_hts_eyebrow-mag{
margin-bottom:0.75rem;
}
.vyh_hts_h2-mag{
font-size:30px;
font-family:"Lora", Georgia, 'Times New Roman', serif;
color:#EDF0FF;
overflow-wrap:break-word;
line-height:1.05;
font-weight:600;
}
@media(min-width:770px){
.vyh_hts_h2-mag{
font-size:2.375rem;
}
}
.vyh_hts_cta-mag{
transition:opacity .2s ease;
background:#7EAAFF;
padding:15px 1.875rem;
border-radius:999px;
flex:0 0 auto;
font-weight:700;
font-size:15px;
color:#0D1020;
}
.vyh_hts_cta-mag:hover{
opacity:.9;
}
.vyh_hts_grid-mag{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:760px){
.vyh_hts_grid-mag{
grid-template-columns:repeat(3,1fr);
}
}
.vyh_hts_step-mag{
border-top:1px solid rgba(210, 220, 255, 0.14);
padding-top:1.375rem;
min-width:0;
}
.vyh_hts_step_num-mag{
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-size:44px;
margin-bottom:0.875rem;
color:#7EAAFF;
font-weight:700;
line-height:1;
}
.vyh_hts_step_h-mag{
line-height:1.2;
font-weight:700;
overflow-wrap:break-word;
color:#EDF0FF;
font-size:1.188rem;
margin-bottom:8px;
}
.vyh_hts_step_p-mag{
color:#8D96C0;
font-size:0.875rem;
line-height:1.55;
overflow-wrap:break-word;
}
.vyh_prov-mag{
padding:40px 0 20px;
}
.vyh_prov_eyebrow-mag{
display:block;
margin-bottom:1.125rem;
}
.vyh_prov_grid-mag{
grid-template-columns:repeat(2,1fr);
gap:12px;
display:grid;
}
@media(min-width:558px){
.vyh_prov_grid-mag{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:901px){
.vyh_prov_grid-mag{
grid-template-columns:repeat(6,1fr);
}
}
.vyh_sb-mag{
background:#FFFFFF;
padding:3rem 0;
border-bottom:1px solid rgba(20, 24, 48, 0.08);
margin-top:24px;
border-top:1px solid rgba(20, 24, 48, 0.08);
}
@media(min-width:770px){
.vyh_sb-mag{
padding:3.5rem 0;
}
}
.vyh_sb_eyebrow-mag{
display:block;
margin-bottom:12px;
}
.vyh_sb_h2-mag{
font-size:1.875rem;
margin-bottom:26px;
overflow-wrap:break-word;
font-family:"Lora", Georgia, 'Times New Roman', serif;
color:#0D1020;
line-height:1.05;
font-weight:600;
}
@media(min-width:766px){
.vyh_sb_h2-mag{
font-size:36px;
}
}
.vyh_sb_grid-mag{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:561px){
.vyh_sb_grid-mag{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:960px){
.vyh_sb_grid-mag{
grid-template-columns:repeat(4,1fr);
}
}
.vyh_sb_card-mag{
background:#F4F6FA;
border:1px solid rgba(20, 24, 48, 0.08);
border-radius:14px;
padding:1.5rem;
min-width:0;
}
.vyh_sb_card_h-mag{
font-weight:600;
line-height:1.15;
color:#0D1020;
overflow-wrap:break-word;
font-family:"Lora", Georgia, 'Times New Roman', serif;
margin-bottom:0.5rem;
font-size:1.188rem;
}
.vyh_sb_card_p-mag{
color:#7A82A0;
overflow-wrap:break-word;
line-height:1.6;
font-size:13.5px;
}
.vyh_sb_rtp-mag{
border-radius:0.875rem;
gap:24px;
background:#F4F6FA;
padding:26px 28px;
border:1px solid rgba(20, 24, 48, 0.08);
grid-template-columns:1fr;
align-items:center;
display:grid;
margin-top:18px;
}
@media(min-width:757px){
.vyh_sb_rtp-mag{
gap:40px;
grid-template-columns:1fr 1fr;
}
}
.vyh_sb_rtp_h-mag{
margin-bottom:0.5rem;
font-weight:600;
overflow-wrap:break-word;
font-family:"Lora", Georgia, 'Times New Roman', serif;
color:#0D1020;
line-height:1.15;
font-size:1.25rem;
}
.vyh_sb_rtp_p-mag{
color:#7A82A0;
font-size:0.844rem;
line-height:1.6;
overflow-wrap:break-word;
}
.vyh_sb_rtp_stats-mag{
gap:1rem;
display:flex;
}
.vyh_sb_stat-mag{
padding:18px;
background:#FFFFFF;
flex:1 1 0;
border-radius:8px;
text-align:center;
min-width:0;
}
.vyh_sb_stat_v-mag{
font-weight:700;
overflow-wrap:break-word;
font-size:1.625rem;
color:#1FAD72;
font-family:"Lora", Georgia, 'Times New Roman', serif;
}
.vyh_sb_stat_l-mag{
color:#5A6080;
font-size:0.719rem;
margin-top:4px;
}
.vyh_lh-mag{
padding:2.5rem 0 1.25rem;
}
.vyh_lh_in-mag{
padding-top:34px;
border-top:1px solid rgba(20, 24, 48, 0.15);
}
.vyh_lh_eyebrow-mag{
margin-bottom:22px;
display:block;
}
.vyh_lh_grid-mag{
gap:28px;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:598px){
.vyh_lh_grid-mag{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:957px){
.vyh_lh_grid-mag{
grid-template-columns:repeat(5,1fr);
}
}
.vyh_lh_col-mag{
min-width:0;
}
.vyh_lh_col_h-mag{
overflow-wrap:break-word;
color:#0D1020;
margin-bottom:0.75rem;
font-size:0.813rem;
font-weight:700;
}
.vyh_lh_links-mag{
gap:0.5rem;
display:flex;
flex-direction:column;
}
.vyh_lh_link-mag{
transition:color .2s ease;
overflow-wrap:break-word;
color:#7A82A0;
font-size:13px;
}
.vyh_lh_link-mag:hover{
color:#3B6FE8;
}
.vyh_sg-mag{
padding:48px 0 0.625rem;
}
.vyh_sg_eyebrow-mag{
display:block;
margin-bottom:0.75rem;
}
.vyh_sg_h2-mag{
font-size:1.875rem;
font-weight:600;
margin-bottom:1.75rem;
color:#0D1020;
font-family:"Lora", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1.05;
}
@media(min-width:769px){
.vyh_sg_h2-mag{
font-size:36px;
}
}
.vyh_sg_grid-mag{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:721px){
.vyh_sg_grid-mag{
grid-template-columns:repeat(3,1fr);
}
}
.vyh_sg_col-mag{
min-width:0;
}
.vyh_sg_col_h-mag{
overflow-wrap:break-word;
line-height:1.15;
margin-bottom:0.625rem;
font-weight:600;
font-size:1.375rem;
color:#0D1020;
font-family:"Lora", Georgia, 'Times New Roman', serif;
}
.vyh_sg_col_p-mag{
color:#7A82A0;
line-height:1.65;
overflow-wrap:break-word;
font-size:14px;
}
.vyh_faq-mag{
background:#FFFFFF;
padding:3rem 0;
border-bottom:1px solid rgba(20, 24, 48, 0.08);
margin-top:24px;
border-top:1px solid rgba(20, 24, 48, 0.08);
}
@media(min-width:770px){
.vyh_faq-mag{
padding:3.875rem 0;
}
}
.vyh_faq_head-mag{
text-align:center;
margin-bottom:2.125rem;
}
.vyh_faq_eyebrow-mag{
margin-bottom:0.75rem;
}
.vyh_faq_h2-mag{
line-height:1.05;
font-weight:600;
color:#0D1020;
overflow-wrap:break-word;
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-size:2rem;
}
@media(min-width:767px){
.vyh_faq_h2-mag{
font-size:38px;
}
}
.vyh_faq_list-mag{
gap:0.75rem;
margin:0 auto;
flex-direction:column;
max-width:51.25rem;
display:flex;
}
.vyh_faq_item-mag{
border-radius:0.875rem;
overflow:hidden;
background:#F4F6FA;
border:1px solid rgba(20, 24, 48, 0.08);
}
.vyh_faq_q-mag{
gap:1.25rem;
list-style:none;
padding:20px 1.5rem;
color:#0D1020;
overflow-wrap:break-word;
display:flex;
cursor:pointer;
justify-content:space-between;
font-weight:700;
font-size:16px;
align-items:center;
}
.vyh_faq_q-mag::-webkit-details-marker{
display:none;
}
.vyh_faq_q_ic-mag{
flex:0 0 auto;
transition:transform .2s ease;
display:inline-flex;
color:#3B6FE8;
align-items:center;
}
.vyh_faq_q_ic-mag svg{
height:18px;
width:18px;
}
.vyh_faq_item-mag[open] .vyh_faq_q_ic-mag{
transform:rotate(180deg);
}
.vyh_faq_a-mag{
padding:0 1.5rem 1.25rem;
line-height:1.6;
font-size:14.5px;
overflow-wrap:break-word;
color:#7A82A0;
}
.vyh_el-mag{
padding:3rem 0;
}
@media(min-width:769px){
.vyh_el-mag{
padding:56px 0;
}
}
.vyh_el_in-mag{
gap:40px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:902px){
.vyh_el_in-mag{
gap:3.5rem;
grid-template-columns:1fr 1fr;
}
}
.vyh_el_left-mag{
min-width:0;
}
.vyh_el_eyebrow-mag{
margin-bottom:0.875rem;
}
.vyh_el_h2-mag{
font-size:2rem;
font-family:"Lora", Georgia, 'Times New Roman', serif;
line-height:1.08;
color:#0D1020;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:22px;
}
@media(min-width:771px){
.vyh_el_h2-mag{
font-size:2.375rem;
}
}
.vyh_el_body-mag p{
color:#2B3050;
font-size:16px;
line-height:1.7;
margin-bottom:18px;
overflow-wrap:break-word;
}
.vyh_el_dropcap-mag{
padding:6px 0.75rem 0 0;
float:left;
font-weight:700;
line-height:.8;
color:#3B6FE8;
font-size:62px;
font-family:"Lora", Georgia, 'Times New Roman', serif;
}
.vyh_el_right-mag{
min-width:0;
}
.vyh_el_quote-mag{
background:linear-gradient(150deg,#131B38,#0B0E1A);
border-radius:1.25rem;
padding:2.25rem;
color:#EDF0FF;
position:relative;
margin-bottom:24px;
}
.vyh_el_quote_mark-mag{
align-items:center;
color:#7EAAFF;
margin-bottom:6px;
display:inline-flex;
}
.vyh_el_quote_mark-mag svg{
width:34px;
height:34px;
}
.vyh_el_quote_text-mag{
margin-bottom:1.375rem;
font-weight:500;
line-height:1.4;
color:#EDF0FF;
font-size:1.375rem;
overflow-wrap:break-word;
font-family:"Lora", Georgia, 'Times New Roman', serif;
}
.vyh_el_quote_meta-mag{
gap:0.75rem;
display:flex;
align-items:center;
}
.vyh_el_quote_av-mag{
background:linear-gradient(135deg,#3B6FE8,#6B9CFF);
border-radius:50%;
flex:0 0 auto;
width:2.375rem;
height:38px;
}
.vyh_el_quote_author-mag{
font-weight:700;
color:#EDF0FF;
font-size:14px;
}
.vyh_el_quote_meta_sub-mag{
font-size:12px;
color:#8D96C0;
}
.vyh_el_explain-mag{
border:1px solid rgba(20, 24, 48, 0.08);
border-radius:0.875rem;
overflow:hidden;
}
.vyh_el_explain_card-mag{
padding:1.375rem 1.5rem;
}
.vyh_el_explain_card-mag+.vyh_el_explain_card-mag{
border-top:1px solid rgba(20, 24, 48, 0.08);
}
.vyh_el_explain_h-mag{
font-family:"Lora", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#0D1020;
font-size:1.25rem;
margin-bottom:8px;
line-height:1.15;
font-weight:600;
}
.vyh_el_explain_p-mag{
color:#7A82A0;
overflow-wrap:break-word;
line-height:1.55;
font-size:0.875rem;
}
.vyh_sc-mag{
padding:3rem 0 10px;
}
.vyh_sc_head-mag{
text-align:center;
margin-bottom:28px;
}
.vyh_sc_eyebrow-mag{
margin-bottom:12px;
}
.vyh_sc_h2-mag{
font-size:1.875rem;
font-family:"Lora", Georgia, 'Times New Roman', serif;
line-height:1.05;
overflow-wrap:break-word;
color:#0D1020;
font-weight:600;
}
@media(min-width:770px){
.vyh_sc_h2-mag{
font-size:36px;
}
}
.vyh_sc_table-mag{
border:1px solid rgba(20, 24, 48, 0.08);
border-radius:14px;
overflow:hidden;
margin:0 auto;
max-width:900px;
}
.vyh_sc_thead-mag{
background:#1A1E2E;
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
}
.vyh_sc_th-mag{
padding:15px 1.125rem;
overflow-wrap:break-word;
font-size:0.813rem;
font-weight:700;
text-align:center;
color:#8D96C0;
}
.vyh_sc_th-mag:first-child{
text-align:left;
}
.vyh_sc_th_us-mag{
color:#7EAAFF;
}
.vyh_sc_row-mag{
grid-template-columns:1.6fr 1fr 1fr;
border-top:1px solid rgba(20, 24, 48, 0.08);
display:grid;
}
.vyh_sc_row-mag:nth-child(even){
background:#FFFFFF;
}
.vyh_sc_td-mag{
padding:0.938rem 18px;
text-align:center;
min-width:0;
overflow-wrap:break-word;
color:#5A6080;
font-size:14px;
}
.vyh_sc_td-mag:first-child{
text-align:left;
font-weight:600;
color:#2B3050;
}
.vyh_sc_td_us-mag{
font-weight:700;
color:#1FAD72;
}
.vyh_ft-mag{
background:#1A1E2E;
color:#8D96C0;
margin-top:2.5rem;
}
.vyh_ft_in-mag{
grid-template-columns:1fr;
gap:32px;
padding:48px 0 1.75rem;
display:grid;
}
@media(min-width:600px){
.vyh_ft_in-mag{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:900px){
.vyh_ft_in-mag{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.vyh_ft_brand-mag{
min-width:0;
}
.vyh_ft_logo-mag{
font-family:"Lora", Georgia, 'Times New Roman', serif;
font-size:1.625rem;
font-weight:700;
overflow-wrap:break-word;
color:#EDF0FF;
}
.vyh_ft_tagline-mag{
color:#8D96C0;
font-size:0.844rem;
max-width:17.5rem;
margin-top:14px;
line-height:1.6;
}
.vyh_ft_contact-mag{
transition:color .2s ease;
max-width:17.5rem;
font-size:13px;
overflow-wrap:anywhere;
color:#7EAAFF;
margin-top:0.75rem;
display:inline-block;
}
.vyh_ft_contact-mag:hover{
color:#EDF0FF;
}
.vyh_ft_col-mag{
min-width:0;
}
.vyh_ft_col_h-mag{
overflow-wrap:break-word;
font-size:13px;
text-transform:uppercase;
color:#EDF0FF;
font-weight:700;
margin-bottom:0.875rem;
letter-spacing:.08em;
}
.vyh_ft_col_links-mag{
gap:10px;
display:flex;
flex-direction:column;
}
.vyh_ft_link-mag{
transition:color .2s ease;
overflow-wrap:break-word;
font-size:13.5px;
color:#8D96C0;
}
.vyh_ft_link-mag:hover{
color:#EDF0FF;
}
.vyh_ft_bot-mag{
padding:1.375rem 0 40px;
gap:16px;
flex-direction:column;
border-top:1px solid rgba(210, 220, 255, 0.14);
display:flex;
}
@media(min-width:766px){
.vyh_ft_bot-mag{
gap:1.25rem;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.vyh_ft_legal-mag{
color:#A4AABB;
font-size:0.719rem;
max-width:760px;
overflow-wrap:break-word;
line-height:1.6;
}
.vyh_ft_legal-mag b{
font-weight:700;
color:#8D96C0;
}
.vyh_ft_age-mag{
border:1.5px solid #7EAAFF;
flex:0 0 auto;
padding:4px 0.563rem;
border-radius:8px;
font-size:0.813rem;
color:#7EAAFF;
font-weight:700;
}