*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#FAF6F0;
overflow-wrap:break-word;
text-rendering:optimizeLegibility;
color:#3D2E1A;
line-height:1.6;
font-size:15px;
-webkit-font-smoothing:antialiased;
font-family:"PT Sans", 'Helvetica Neue', Arial, sans-serif;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
button{
border:none;
background:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
width:0.5rem;
height:0.5rem;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.52);
border-radius:8px;
}
::-webkit-scrollbar-track{
background:transparent;
}
.vmd-layout-f7n{
flex-direction:column;
min-height:100vh;
display:flex;
}
.vmd-main-f7n{
flex:1 1 auto;
width:100%;
min-width:0;
}
.vmd-container-f7n{
margin:0 auto;
padding:0 16px;
max-width:87.5rem;
width:100%;
}
@media(min-width:766px){
.vmd-container-f7n{
padding:0 2rem;
}
}
@media(min-width:1103px){
.vmd-container-f7n{
padding:0 3.5rem;
}
}
.vmd-eyebrow-f7n{
color:#C49430;
font-size:11px;
font-family:"PT Sans", 'Helvetica Neue', Arial, sans-serif;
line-height:1.4;
text-transform:uppercase;
font-weight:600;
overflow-wrap:break-word;
display:inline-block;
letter-spacing:.2em;
}
.vmd-band-f7n{
background:#1E1509;
color:#FDF5E6;
}
.vmd-band-f7n .vmd-eyebrow-f7n{
color:#F0C553;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.vmd-tb-f7n{
background:#FAF6F0;
position:sticky;
top:0;
z-index:50;
border-bottom:1px solid rgba(26,18,8,0.14);
}
.vmd-tb_in-f7n{
padding:0.75rem 16px;
gap:16px;
margin:0 auto;
display:flex;
justify-content:space-between;
width:100%;
align-items:center;
max-width:1400px;
}
@media(min-width:769px){
.vmd-tb_in-f7n{
padding:1rem 2rem;
}
}
@media(min-width:1100px){
.vmd-tb_in-f7n{
padding:1.125rem 56px;
}
}
.vmd-tb_left-f7n{
gap:1.75rem;
min-width:0;
display:flex;
align-items:center;
}
.vmd-tb_logo-f7n{
gap:0.688rem;
align-items:center;
min-width:0;
display:flex;
}
.vmd-tb_logo_mark-f7n{
border-radius:0.5rem;
flex:0 0 auto;
object-fit:cover;
height:34px;
width:34px;
}
.vmd-tb_logo_txt-f7n{
flex-direction:column;
min-width:0;
display:flex;
line-height:1;
}
.vmd-tb_logo_name-f7n{
overflow:hidden;
font-size:22px;
color:#1A1208;
font-weight:700;
letter-spacing:.02em;
text-overflow:ellipsis;
white-space:nowrap;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
}
.vmd-tb_logo_sub-f7n{
overflow:hidden;
font-weight:600;
margin-top:0.25rem;
text-transform:uppercase;
letter-spacing:.32em;
font-size:0.531rem;
color:#C49430;
white-space:nowrap;
text-overflow:ellipsis;
}
.vmd-tb_nav-f7n{
display:none;
}
@media(min-width:962px){
.vmd-tb_nav-f7n{
gap:1.75rem;
align-items:center;
display:flex;
}
}
.vmd-tb_nav_item-f7n{
transition:color .22s ease,border-color .22s ease;
border-bottom:2px solid transparent;
white-space:nowrap;
color:#3D2E1A;
font-weight:600;
font-size:14px;
padding-bottom:3px;
}
.vmd-tb_nav_item-f7n:hover{
color:#1A1208;
}
.vmd-tb_nav_item-f7n.vmd-state_active-f7n{
border-color:#C49430;
color:#1A1208;
}
.vmd-tb_right-f7n{
gap:0.875rem;
flex:0 0 auto;
display:flex;
align-items:center;
}
.vmd-tb_search-f7n{
transition:color .22s ease;
color:#3D2E1A;
align-items:center;
display:flex;
justify-content:center;
}
.vmd-tb_search-f7n:hover{
color:#C49430;
}
.vmd-tb_search-f7n svg{
height:1.125rem;
width:1.125rem;
}
.vmd-tb_lang-f7n{
font-weight:600;
font-size:11px;
letter-spacing:.1em;
color:#6B5540;
text-transform:uppercase;
}
.vmd-tb_lang-f7n:hover{
color:#1A1208;
}
.vmd-tb_login-f7n{
display:none;
color:#1A1208;
font-size:0.875rem;
font-weight:600;
}
@media(min-width:768px){
.vmd-tb_login-f7n{
display:inline-block;
}
}
.vmd-tb_register-f7n{
transition:background-color .22s ease;
border-radius:999px;
padding:11px 22px;
background:#1E1509;
font-weight:700;
color:#F5E8C4;
font-size:0.875rem;
white-space:nowrap;
}
.vmd-tb_register-f7n:hover{
background:#2E200C;
}
.vmd-mob-f7n{
background:#FAF6F0;
border-top:1px solid rgba(26,18,8,0.14);
right:0;
position:fixed;
z-index:60;
left:0;
bottom:0;
padding-bottom:env(safe-area-inset-bottom);
}
@media(min-width:962px){
.vmd-mob-f7n{
display:none;
}
}
.vmd-mob_in-f7n{
margin:0 auto;
justify-content:space-around;
max-width:35rem;
align-items:stretch;
display:flex;
}
.vmd-mob_item-f7n{
padding:9px 4px;
transition:color .22s ease;
gap:3px;
flex:1 1 0;
display:flex;
align-items:center;
flex-direction:column;
color:#6B5540;
min-width:0;
}
.vmd-mob_item-f7n.vmd-state_active-f7n{
color:#C49430;
}
.vmd-mob_ic-f7n{
display:flex;
justify-content:center;
align-items:center;
}
.vmd-mob_ic-f7n svg{
width:20px;
height:1.25rem;
}
.vmd-mob_lb-f7n{
overflow:hidden;
font-size:0.625rem;
font-weight:600;
text-overflow:ellipsis;
white-space:nowrap;
max-width:100%;
}
@media(max-width:961px){
body{
padding-bottom:3.75rem;
}
}
.vmd-rail-f7n{
position:relative;
min-width:0;
}
.vmd-rail_scroll-f7n{
gap:14px;
scrollbar-width:thin;
-webkit-overflow-scrolling:touch;
overflow-x:auto;
padding-bottom:14px;
display:flex;
}
@media(min-width:769px){
.vmd-rail_scroll-f7n{
gap:18px;
}
}
.vmd-gc-f7n{
flex:0 0 auto;
width:9.375rem;
display:block;
}
@media(min-width:769px){
.vmd-gc-f7n{
width:188px;
}
}
.vmd-gc_img-f7n{
border-radius:14px;
background:#FFFFFF;
overflow:hidden;
position:relative;
padding-bottom:133.33%;
box-shadow:0 2px 0.375rem rgba(26,18,8,0.07), 0 8px 1.5rem rgba(26,18,8,0.09);
}
.vmd-gc_img-f7n img{
inset:0;
position:absolute;
object-fit:cover;
height:100%;
width:100%;
}
.vmd-gc_cover-f7n{
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
inset:0;
position:absolute;
pointer-events:none;
}
.vmd-gc_hover-f7n{
transition:opacity .22s ease;
background:rgba(0,0,0,0.52);
inset:0;
display:flex;
justify-content:center;
opacity:0;
position:absolute;
align-items:center;
}
.vmd-gc-f7n:hover .vmd-gc_hover-f7n{
opacity:1;
}
.vmd-gc_hover_btn-f7n{
border-radius:999px;
background:#1E1509;
align-items:center;
justify-content:center;
display:flex;
width:46px;
color:#F5E8C4;
height:2.875rem;
}
.vmd-gc_hover_btn-f7n svg{
width:18px;
height:1.125rem;
}
.vmd-gc_info-f7n{
gap:2px;
min-width:0;
display:flex;
flex-direction:column;
margin-top:0.563rem;
}
.vmd-gc_name-f7n{
overflow:hidden;
text-overflow:ellipsis;
color:#1A1208;
font-weight:700;
white-space:nowrap;
font-size:13px;
}
.vmd-gc_prov-f7n{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
color:#6B5540;
font-size:0.688rem;
}
.vmd-gc_meta-f7n{
font-size:0.688rem;
color:#6B5540;
}
.vmd-tc-f7n{
flex:0 0 auto;
display:block;
width:11.25rem;
}
@media(min-width:769px){
.vmd-tc-f7n{
width:230px;
}
}
.vmd-tc_img-f7n{
overflow:hidden;
border-radius:0.875rem;
background:#FFFFFF;
box-shadow:0 2px 6px rgba(26,18,8,0.07), 0 0.5rem 1.5rem rgba(26,18,8,0.09);
position:relative;
padding-bottom:75%;
}
.vmd-tc_img-f7n img{
inset:0;
object-fit:cover;
height:100%;
width:100%;
position:absolute;
}
.vmd-tc_info-f7n{
gap:2px;
flex-direction:column;
display:flex;
min-width:0;
margin-top:0.563rem;
}
.vmd-tc_name-f7n{
overflow:hidden;
font-size:0.875rem;
color:#1A1208;
text-overflow:ellipsis;
font-weight:700;
white-space:nowrap;
}
.vmd-tc_rtp-f7n{
color:#6B5540;
font-size:11px;
}
.vmd-lc-f7n{
flex:0 0 auto;
display:block;
width:14.375rem;
}
@media(min-width:766px){
.vmd-lc-f7n{
width:16.75rem;
}
}
.vmd-lc_img-f7n{
border-radius:0.875rem;
overflow:hidden;
background:#FFFFFF;
position:relative;
padding-bottom:62.5%;
box-shadow:0 2px 6px rgba(26,18,8,0.07), 0 0.5rem 1.5rem rgba(26,18,8,0.09);
}
.vmd-lc_img-f7n img{
inset:0;
object-fit:cover;
width:100%;
height:100%;
position:absolute;
}
.vmd-lc_live-f7n{
padding:0.25rem 9px;
border-radius:999px;
gap:0.438rem;
background:rgba(0,0,0,0.52);
position:absolute;
display:flex;
top:0.75rem;
left:0.75rem;
align-items:center;
}
.vmd-lc_live_dot-f7n{
background:#C0392B;
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
width:0.5rem;
height:0.5rem;
}
.vmd-lc_seats-f7n{
text-transform:uppercase;
color:#FDF5E6;
font-weight:600;
font-size:0.625rem;
letter-spacing:.08em;
}
.vmd-lc_info-f7n{
gap:2px;
margin-top:0.563rem;
display:flex;
flex-direction:column;
min-width:0;
}
.vmd-lc_name-f7n{
overflow:hidden;
font-weight:700;
color:#1A1208;
white-space:nowrap;
font-size:0.938rem;
text-overflow:ellipsis;
}
.vmd-lc_bet-f7n{
color:#6B5540;
font-size:11px;
}
.vmd-pc-f7n{
border:1px solid rgba(26,18,8,0.08);
background:#FFFFFF;
gap:8px;
padding:16px 0.875rem;
border-radius:0.875rem;
flex-direction:column;
display:flex;
min-height:74px;
min-width:0;
align-items:center;
justify-content:center;
}
.vmd-pc_logo-f7n{
flex:0 0 auto;
height:28px;
object-fit:contain;
width:auto;
max-width:100%;
}
.vmd-pc_name-f7n{
overflow:hidden;
text-align:center;
white-space:nowrap;
font-size:11px;
color:#6B5540;
max-width:100%;
text-overflow:ellipsis;
}
.vmd-gc_tag-f7n{
padding:3px 8px;
border-radius:0.5rem;
z-index:2;
top:0.625rem;
text-transform:uppercase;
font-size:0.625rem;
position:absolute;
letter-spacing:.06em;
font-weight:700;
display:inline-block;
left:10px;
}
.vmd-gc_tag_hot-f7n{
background:#C0392B;
color:#FDF5E6;
}
.vmd-gc_tag_new-f7n{
background:#E8B84B;
color:#1A1208;
}
.vmd-gc_tag_jp-f7n{
background:#C49430;
color:#1A1208;
}
.vmd-gc_tag_live-f7n{
background:#C0392B;
color:#FDF5E6;
}
.vmd-sh-f7n{
min-width:0;
margin-bottom:18px;
}
.vmd-sh_row-f7n{
gap:16px;
align-items:flex-end;
flex-wrap:wrap;
justify-content:space-between;
display:flex;
}
.vmd-sh_row-f7n .vmd-sh_l-f7n{
gap:6px;
display:flex;
flex-direction:column;
min-width:0;
}
.vmd-sh_stack-f7n{
gap:0.625rem;
align-items:flex-start;
display:flex;
flex-direction:column;
}
.vmd-sh_center-f7n{
gap:10px;
flex-direction:column;
align-items:center;
text-align:center;
display:flex;
}
.vmd-sh_h2-f7n{
overflow-wrap:break-word;
font-size:24px;
color:#1A1208;
line-height:1.1;
font-weight:600;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:768px){
.vmd-sh_h2-f7n{
font-size:30px;
}
}
.vmd-band-f7n .vmd-sh_h2-f7n{
color:#FDF5E6;
}
.vmd-sh_eb_line-f7n{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.vmd-sh_eb_line-f7n::before{
background:#C49430;
width:28px;
display:inline-block;
height:1px;
content:"";
}
.vmd-band-f7n .vmd-sh_eb_line-f7n::before{
background:#F0C553;
}
.vmd-sh_eb_dot-f7n{
gap:0.5rem;
display:inline-flex;
align-items:center;
}
.vmd-sh_eb_dot-f7n::before{
border-radius:50%;
background:#C49430;
content:"";
display:inline-block;
height:0.375rem;
width:6px;
}
.vmd-band-f7n .vmd-sh_eb_dot-f7n::before{
background:#F0C553;
}
.vmd-sh_link-f7n{
gap:0.375rem;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
white-space:nowrap;
display:inline-flex;
font-size:0.813rem;
color:#1A1208;
border-bottom:1px solid #1A1208;
padding-bottom:2px;
font-weight:600;
align-items:center;
}
.vmd-sh_link-f7n:hover{
border-color:#C49430;
color:#C49430;
}
.vmd-sh_link-f7n svg{
width:14px;
height:14px;
}
.vmd-sh_link_chev-f7n{
padding-bottom:0;
border-bottom:0;
}
.vmd-sh_link_btn-f7n{
background:#1E1509;
border-radius:62.438rem;
padding:9px 18px;
color:#F5E8C4;
border-bottom:0;
}
.vmd-sh_link_btn-f7n:hover{
background:#2E200C;
border-color:transparent;
color:#F5E8C4;
}
.vmd-band-f7n .vmd-sh_link-f7n{
border-color:#FDF5E6;
color:#FDF5E6;
}
.vmd-band-f7n .vmd-sh_link_btn-f7n{
background:#F0C553;
color:#1A1208;
}
.vmd-sh_rule-f7n{
background:rgba(26,18,8,0.14);
margin:-2px 0 18px;
height:1px;
}
.vmd-band-f7n .vmd-sh_rule-f7n{
background:rgba(255,240,200,0.14);
}
.vmd-hero-f7n{
padding:2rem 0 8px;
}
@media(min-width:770px){
.vmd-hero-f7n{
padding:56px 0 1.5rem;
}
}
.vmd-hero_in-f7n{
grid-template-columns:1fr;
gap:2rem;
align-items:center;
display:grid;
}
@media(min-width:901px){
.vmd-hero_in-f7n{
grid-template-columns:1.05fr .95fr;
gap:3rem;
}
}
.vmd-hero_copy-f7n{
min-width:0;
}
.vmd-hero_eyebrow-f7n{
gap:0.625rem;
align-items:center;
margin-bottom:1.375rem;
display:inline-flex;
}
.vmd-hero_eyebrow_line-f7n{
flex:0 0 auto;
background:#C49430;
display:inline-block;
width:28px;
height:1px;
}
.vmd-hero_h1-f7n{
font-weight:600;
color:#1A1208;
margin-bottom:20px;
font-size:38px;
overflow-wrap:break-word;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.04;
letter-spacing:-.01em;
}
@media(min-width:769px){
.vmd-hero_h1-f7n{
font-size:54px;
}
}
@media(min-width:1100px){
.vmd-hero_h1-f7n{
font-size:3.875rem;
}
}
.vmd-hero_h1-f7n em{
font-style:normal;
color:#C49430;
}
.vmd-hero_sub-f7n{
line-height:1.6;
color:#8C7260;
margin-bottom:30px;
font-size:1rem;
max-width:30rem;
}
@media(min-width:769px){
.vmd-hero_sub-f7n{
font-size:18px;
}
}
.vmd-hero_actions-f7n{
gap:14px;
margin-bottom:34px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.vmd-hero_cta-f7n{
border-radius:62.438rem;
gap:0.625rem;
background:#1E1509;
padding:1rem 30px;
transition:background-color .22s ease;
font-weight:700;
align-items:center;
color:#F5E8C4;
font-size:15px;
display:inline-flex;
}
.vmd-hero_cta-f7n:hover{
background:#2E200C;
}
.vmd-hero_cta_ic-f7n{
align-items:center;
display:inline-flex;
}
.vmd-hero_cta_ic-f7n svg{
width:1rem;
height:1rem;
}
.vmd-hero_cta_alt-f7n{
background:transparent;
transition:border-color .22s ease,color .22s ease;
border-radius:62.438rem;
padding:0.938rem 26px;
border:1px solid rgba(26,18,8,0.14);
font-weight:600;
display:inline-flex;
align-items:center;
font-size:15px;
color:#1A1208;
}
.vmd-hero_cta_alt-f7n:hover{
border-color:#C49430;
color:#C49430;
}
.vmd-hero_trust-f7n{
gap:1.375rem;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.vmd-hero_trust_item-f7n{
gap:0.563rem;
font-weight:600;
font-size:0.813rem;
align-items:center;
display:flex;
color:#3D2E1A;
}
.vmd-hero_trust_ic-f7n{
display:inline-flex;
color:#C49430;
align-items:center;
}
.vmd-hero_trust_ic-f7n svg{
width:16px;
height:16px;
}
.vmd-hero_promo-f7n{
border-radius:1.25rem;
overflow:hidden;
background:#FFFFFF;
display:flex;
position:relative;
min-height:18.75rem;
box-shadow:0 0.75rem 48px rgba(26,18,8,0.14), 0 3px 10px rgba(26,18,8,0.10);
}
.vmd-hero_promo_bg-f7n{
inset:0;
background-size:cover;
background-position:center;
position:absolute;
}
.vmd-hero_promo_bg-f7n::after{
inset:0;
background:linear-gradient(120deg,#1E1509 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
position:absolute;
content:"";
}
.vmd-hero_promo_glow-f7n{
background:radial-gradient(circle,rgba(196,148,48,0.18) 0%,transparent 65%);
border-radius:50%;
top:-2.5rem;
position:absolute;
pointer-events:none;
height:16.25rem;
right:-1.25rem;
width:260px;
}
.vmd-hero_promo_ct-f7n{
padding:1.75rem;
z-index:2;
max-width:88%;
align-self:flex-end;
position:relative;
}
.vmd-hero_promo_label-f7n{
font-weight:700;
display:block;
letter-spacing:.25em;
font-size:0.625rem;
color:#F0C553;
text-transform:uppercase;
margin-bottom:0.5rem;
}
.vmd-hero_promo_amount-f7n{
overflow-wrap:break-word;
font-size:2rem;
font-weight:600;
line-height:1.05;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
color:#FDF5E6;
}
@media(min-width:770px){
.vmd-hero_promo_amount-f7n{
font-size:2.5rem;
}
}
.vmd-hero_promo_amount-f7n em{
font-style:normal;
color:#F0C553;
}
.vmd-hero_rating-f7n{
padding:0.625rem 0.875rem;
gap:10px;
background:#FFFFFF;
border:1px solid rgba(26,18,8,0.08);
border-radius:0.875rem;
max-width:min(16.25rem,62%);
box-shadow:0 2px 0.375rem rgba(26,18,8,0.07), 0 0.5rem 24px rgba(26,18,8,0.09);
position:absolute;
display:flex;
z-index:3;
align-items:center;
top:0.875rem;
right:0.875rem;
}
.vmd-hero_rating_score-f7n{
flex:0 0 auto;
font-size:1.5rem;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
color:#1A1208;
font-weight:700;
}
.vmd-hero_rating_txt-f7n{
flex:1 1 auto;
min-width:0;
}
.vmd-hero_rating_stars-f7n{
gap:2px;
color:#C49430;
display:flex;
}
.vmd-hero_rating_stars-f7n svg{
width:12px;
height:0.75rem;
}
.vmd-hero_rating_cap-f7n{
line-height:1.35;
display:block;
font-size:11px;
overflow-wrap:break-word;
color:#6B5540;
margin-top:3px;
}
.vmd-stat-f7n{
margin-top:1rem;
border-top:1px solid rgba(26,18,8,0.14);
border-bottom:1px solid rgba(26,18,8,0.14);
}
.vmd-stat_in-f7n{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:769px){
.vmd-stat_in-f7n{
grid-template-columns:repeat(4,1fr);
}
}
.vmd-stat_item-f7n{
padding:1.375rem 0.875rem;
min-width:0;
border-bottom:1px solid rgba(26,18,8,0.08);
border-right:1px solid rgba(26,18,8,0.08);
}
.vmd-stat_item-f7n:nth-child(2n){
border-right:0;
}
.vmd-stat_item-f7n:nth-child(n+3){
border-bottom:0;
}
@media(min-width:766px){
.vmd-stat_item-f7n{
border-bottom:0;
}
.vmd-stat_item-f7n:nth-child(2n){
border-right:1px solid rgba(26,18,8,0.08);
}
.vmd-stat_item-f7n:nth-child(4n){
border-right:0;
}
}
.vmd-stat_value-f7n{
font-weight:700;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
color:#1A1208;
line-height:1;
overflow-wrap:break-word;
font-size:30px;
}
@media(min-width:769px){
.vmd-stat_value-f7n{
font-size:2.125rem;
}
}
.vmd-stat_label-f7n{
margin-top:0.375rem;
color:#6B5540;
overflow-wrap:break-word;
line-height:1.4;
font-size:0.813rem;
}
.vmd-grow-f7n{
padding:1.625rem 0 10px;
}
.vmd-row_seo-f7n{
margin:10px 0 0;
max-width:760px;
line-height:1.65;
overflow-wrap:break-word;
color:#8C7260;
font-size:14px;
}
.vmd-row_seo-f7n strong{
font-weight:700;
color:#1A1208;
}
.vmd-gf-f7n{
padding:1.5rem 0 6px;
}
.vmd-gf_in-f7n{
gap:10px;
display:flex;
flex-wrap:wrap;
}
.vmd-gf_chip-f7n{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
border:1px solid rgba(26,18,8,0.14);
border-radius:999px;
padding:0.625rem 1.125rem;
background:#FFFFFF;
font-weight:600;
font-size:13px;
white-space:nowrap;
color:#3D2E1A;
}
.vmd-gf_chip-f7n:hover{
border-color:#C49430;
color:#C49430;
}
.vmd-gf_chip-f7n.vmd-state_active-f7n{
background:#1E1509;
border-color:transparent;
color:#F5E8C4;
}
.vmd-jp-f7n{
padding:1.875rem 0 10px;
}
.vmd-jp_grid-f7n{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:769px){
.vmd-jp_grid-f7n{
grid-template-columns:1fr 1fr;
}
.vmd-jp_card_mega-f7n{
grid-column:1/-1;
}
}
@media(min-width:1003px){
.vmd-jp_grid-f7n{
grid-template-columns:1.4fr 1fr 1fr;
}
.vmd-jp_card_mega-f7n{
grid-column:auto;
}
}
.vmd-jp_card-f7n{
padding:26px;
background:#FFFFFF;
overflow:hidden;
border-radius:20px;
gap:12px;
border:1px solid rgba(26,18,8,0.08);
flex-direction:column;
min-height:200px;
justify-content:space-between;
min-width:0;
position:relative;
display:flex;
}
.vmd-jp_card_mega-f7n{
background:linear-gradient(135deg,#2A1C0A,#100B04);
border-color:transparent;
min-height:13.125rem;
color:#FDF5E6;
}
.vmd-jp_glow-f7n{
background:radial-gradient(circle,rgba(196,148,48,0.18),transparent 70%);
border-radius:50%;
right:-40px;
pointer-events:none;
top:-40px;
position:absolute;
width:12.5rem;
height:200px;
}
.vmd-jp_label-f7n{
gap:0.625rem;
flex-wrap:wrap;
justify-content:space-between;
font-size:0.625rem;
font-weight:700;
text-transform:uppercase;
letter-spacing:.16em;
color:#C49430;
align-items:center;
display:flex;
position:relative;
}
.vmd-jp_card_mega-f7n .vmd-jp_label-f7n{
color:#F0C553;
}
.vmd-jp_drop-f7n{
text-transform:none;
color:#6B5540;
font-weight:600;
letter-spacing:.04em;
}
.vmd-jp_card_mega-f7n .vmd-jp_drop-f7n{
color:#C4AD8A;
}
.vmd-jp_amount-f7n{
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
font-size:2.375rem;
overflow-wrap:break-word;
line-height:1;
color:#1A1208;
font-weight:700;
position:relative;
}
.vmd-jp_card_mega-f7n .vmd-jp_amount-f7n{
animation:zm2-pulse 2.4s infinite;
font-size:3rem;
color:#F0C553;
}
@media(min-width:771px){
.vmd-jp_card_mega-f7n .vmd-jp_amount-f7n{
font-size:3.375rem;
}
}
.vmd-jp_game-f7n{
color:#6B5540;
font-size:0.813rem;
position:relative;
}
.vmd-jp_card_mega-f7n .vmd-jp_game-f7n{
color:#C4AD8A;
}
.vmd-jp_cta-f7n{
position:relative;
align-self:flex-start;
}
.vmd-jp_card_mega-f7n .vmd-jp_cta-f7n{
border-radius:999px;
background:#F0C553;
padding:10px 20px;
transition:opacity .22s ease;
font-weight:700;
color:#1A1208;
font-size:0.813rem;
}
.vmd-jp_card_mega-f7n .vmd-jp_cta-f7n:hover{
opacity:.9;
}
.vmd-jp_card-f7n:not(.vmd-jp_card_mega-f7n) .vmd-jp_cta-f7n{
transition:color .22s ease,border-color .22s ease;
color:#1A1208;
padding-bottom:2px;
border-bottom:1px solid #1A1208;
font-weight:700;
font-size:0.813rem;
}
.vmd-jp_card-f7n:not(.vmd-jp_card_mega-f7n) .vmd-jp_cta-f7n:hover{
border-color:#C49430;
color:#C49430;
}
.vmd-jp_seo-f7n{
margin:14px 0 0;
font-size:14px;
color:#8C7260;
line-height:1.65;
overflow-wrap:break-word;
max-width:47.5rem;
}
.vmd-jp_seo-f7n strong{
color:#1A1208;
font-weight:700;
}
.vmd-grow-f7n{
padding:26px 0 0.625rem;
}
.vmd-row_seo-f7n{
margin:10px 0 0;
color:#8C7260;
max-width:47.5rem;
font-size:14px;
overflow-wrap:break-word;
line-height:1.65;
}
.vmd-row_seo-f7n strong{
font-weight:700;
color:#1A1208;
}
.vmd-app-f7n{
padding:1.875rem 0 0.625rem;
}
.vmd-app_in-f7n{
border-radius:1.25rem;
gap:1.75rem;
border:1px solid rgba(26,18,8,0.08);
padding:2rem;
background:#FFFFFF;
display:flex;
flex-direction:column;
}
@media(min-width:765px){
.vmd-app_in-f7n{
padding:40px 2.75rem;
gap:2.5rem;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.vmd-app_copy-f7n{
min-width:0;
max-width:560px;
}
.vmd-app_eyebrow-f7n{
margin-bottom:12px;
}
.vmd-app_h2-f7n{
color:#1A1208;
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.75rem;
font-size:1.75rem;
}
@media(min-width:766px){
.vmd-app_h2-f7n{
font-size:34px;
}
}
.vmd-app_text-f7n{
line-height:1.6;
font-size:14px;
color:#8C7260;
margin-bottom:22px;
}
.vmd-app_btns-f7n{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
.vmd-app_btn-f7n{
transition:background-color .22s ease;
border-radius:0.875rem;
padding:0.688rem 1.25rem;
gap:10px;
background:#1E1509;
align-items:center;
display:inline-flex;
color:#F5E8C4;
}
.vmd-app_btn-f7n:hover{
background:#2E200C;
}
.vmd-app_btn_ic-f7n{
align-items:center;
display:inline-flex;
}
.vmd-app_btn_ic-f7n svg{
width:18px;
height:18px;
}
.vmd-app_btn_lb-f7n{
font-size:0.844rem;
font-weight:700;
}
.vmd-app_qr_wrap-f7n{
gap:18px;
flex:0 0 auto;
display:flex;
align-items:center;
}
.vmd-app_qr-f7n{
flex:0 0 auto;
border-radius:14px;
height:108px;
background-color:#1E1509;
background-image:repeating-linear-gradient(0deg,#FFFFFF 0 0.313rem,transparent 0.313rem 11px),repeating-linear-gradient(90deg,#FFFFFF 0 0.313rem,transparent 5px 0.688rem);
width:6.75rem;
}
.vmd-app_qr_cap-f7n{
line-height:1.4;
max-width:92px;
color:#6B5540;
font-size:12.5px;
}
.vmd-vip-f7n{
padding:3rem 0;
}
@media(min-width:771px){
.vmd-vip-f7n{
padding:4rem 0;
}
}
.vmd-vip_head-f7n{
gap:14px;
flex-direction:column;
display:flex;
margin-bottom:1.875rem;
}
@media(min-width:883px){
.vmd-vip_head-f7n{
gap:1.5rem;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.vmd-vip_eyebrow-f7n{
margin-bottom:0.75rem;
}
.vmd-vip_h2-f7n{
font-weight:600;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
color:#FDF5E6;
font-size:32px;
overflow-wrap:break-word;
line-height:1.05;
}
@media(min-width:765px){
.vmd-vip_h2-f7n{
font-size:40px;
}
}
.vmd-vip_intro-f7n{
max-width:26.25rem;
font-size:0.875rem;
color:#C4AD8A;
line-height:1.6;
}
.vmd-vip_grid-f7n{
gap:0.875rem;
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
display:grid;
}
.vmd-vip_card-f7n{
padding:1.375rem 1.125rem;
border-radius:0.875rem;
border:1px solid rgba(255,240,200,0.14);
min-width:0;
}
.vmd-vip_card_feat-f7n{
border-color:#F0C553;
background:rgba(255,245,220,0.07);
}
.vmd-vip_card_ic-f7n{
border-radius:8px;
background:linear-gradient(135deg,#C49430,#F0C553);
height:2.125rem;
margin-bottom:1rem;
display:block;
width:34px;
}
.vmd-vip_name-f7n{
font-weight:600;
font-size:1.25rem;
color:#FDF5E6;
overflow-wrap:break-word;
margin-bottom:6px;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
}
.vmd-vip_perk-f7n{
line-height:1.5;
font-size:0.781rem;
color:#C4AD8A;
overflow-wrap:break-word;
}
.vmd-gm-f7n{
padding:30px 0 0.625rem;
}
.vmd-gm_in-f7n{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:883px){
.vmd-gm_in-f7n{
grid-template-columns:1.25fr 1fr;
}
}
.vmd-gm_left-f7n{
border:1px solid rgba(26,18,8,0.08);
padding:32px;
background:#FFFFFF;
border-radius:20px;
min-width:0;
}
.vmd-gm_eyebrow-f7n{
margin-bottom:10px;
}
.vmd-gm_h2-f7n{
font-size:26px;
line-height:1.06;
margin-bottom:0.5rem;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#1A1208;
font-weight:600;
}
@media(min-width:766px){
.vmd-gm_h2-f7n{
font-size:28px;
}
}
.vmd-gm_text-f7n{
line-height:1.6;
margin-bottom:22px;
max-width:480px;
font-size:14px;
color:#8C7260;
}
.vmd-gm_level-f7n{
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.375rem;
margin-bottom:0.5rem;
color:#C49430;
font-weight:700;
}
.vmd-gm_bar-f7n{
border-radius:62.438rem;
overflow:hidden;
background:rgba(26,18,8,0.14);
height:8px;
margin-bottom:0.375rem;
}
.vmd-gm_bar_fill-f7n{
background:linear-gradient(90deg,#C49430,#F0C553);
border-radius:62.438rem;
height:100%;
}
.vmd-gm_bar_meta-f7n{
gap:0.625rem;
display:flex;
justify-content:space-between;
color:#6B5540;
font-size:11px;
margin-bottom:1.125rem;
}
.vmd-gm_missions-f7n{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
}
.vmd-gm_mission-f7n{
background:#FAF6F0;
border-radius:999px;
padding:0.563rem 15px;
gap:7px;
border:1px solid rgba(26,18,8,0.14);
display:inline-flex;
font-weight:600;
align-items:center;
color:#3D2E1A;
font-size:12.5px;
}
.vmd-gm_mission_ic-f7n{
display:inline-flex;
align-items:center;
color:#C49430;
}
.vmd-gm_mission_ic-f7n svg{
width:13px;
height:0.813rem;
}
.vmd-gm_right-f7n{
background:linear-gradient(150deg,#2A1C0A,#100B04);
border-radius:1.25rem;
overflow:hidden;
padding:2rem;
color:#FDF5E6;
flex-direction:column;
position:relative;
display:flex;
}
.vmd-gm_glow-f7n{
border-radius:50%;
background:radial-gradient(circle,rgba(196,148,48,0.18),transparent 70%);
right:-1.875rem;
pointer-events:none;
top:-30px;
position:absolute;
width:9.375rem;
height:9.375rem;
}
.vmd-gm_ref_eyebrow-f7n{
position:relative;
margin-bottom:0.625rem;
}
.vmd-gm_ref_h2-f7n{
font-size:1.625rem;
color:#FDF5E6;
line-height:1.1;
font-weight:600;
overflow-wrap:break-word;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.5rem;
position:relative;
}
.vmd-gm_ref_text-f7n{
position:relative;
line-height:1.55;
margin-bottom:1.25rem;
font-size:0.844rem;
color:#C4AD8A;
}
.vmd-gm_ref_cta-f7n{
background:#F0C553;
transition:opacity .22s ease;
padding:0.688rem 1.375rem;
border-radius:999px;
position:relative;
font-weight:700;
margin-top:auto;
color:#1A1208;
font-size:0.844rem;
align-self:flex-start;
}
.vmd-gm_ref_cta-f7n:hover{
opacity:.9;
}
.vmd-wy-f7n{
padding:48px 0;
}
@media(min-width:765px){
.vmd-wy-f7n{
padding:56px 0;
}
}
.vmd-wy_in-f7n{
gap:2rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:903px){
.vmd-wy_in-f7n{
gap:3rem;
grid-template-columns:.8fr 1.2fr;
}
}
.vmd-wy_left-f7n{
min-width:0;
}
.vmd-wy_eyebrow-f7n{
margin-bottom:0.875rem;
}
.vmd-wy_h2-f7n{
font-weight:600;
margin-bottom:16px;
line-height:1.05;
color:#1A1208;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
font-size:32px;
overflow-wrap:break-word;
}
@media(min-width:768px){
.vmd-wy_h2-f7n{
font-size:40px;
}
}
.vmd-wy_intro-f7n{
line-height:1.6;
color:#8C7260;
font-size:0.938rem;
}
.vmd-wy_grid-f7n{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:559px){
.vmd-wy_grid-f7n{
grid-template-columns:1fr 1fr;
}
}
.vmd-wy_card-f7n{
border-radius:14px;
padding:26px;
border:1px solid rgba(26,18,8,0.08);
background:#FFFFFF;
min-width:0;
}
.vmd-wy_card_ic-f7n{
color:#C49430;
margin-bottom:16px;
align-items:center;
display:inline-flex;
justify-content:center;
}
.vmd-wy_card_ic-f7n svg{
height:26px;
width:1.625rem;
}
.vmd-wy_card_h-f7n{
color:#1A1208;
margin-bottom:8px;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.15;
font-weight:600;
font-size:1.313rem;
overflow-wrap:break-word;
}
.vmd-wy_card_p-f7n{
font-size:14px;
color:#8C7260;
line-height:1.55;
overflow-wrap:break-word;
}
.vmd-et-f7n{
padding:2.25rem 0 0.625rem;
}
.vmd-et_in-f7n{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:883px){
.vmd-et_in-f7n{
gap:48px;
grid-template-columns:1.1fr .9fr;
}
}
.vmd-et_left-f7n{
min-width:0;
}
.vmd-et_eyebrow-f7n{
margin-bottom:0.75rem;
}
.vmd-et_h2-f7n{
margin-bottom:14px;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:28px;
line-height:1.06;
font-weight:600;
color:#1A1208;
}
@media(min-width:770px){
.vmd-et_h2-f7n{
font-size:32px;
}
}
.vmd-et_text-f7n{
font-size:15px;
color:#8C7260;
margin-bottom:1.375rem;
line-height:1.65;
}
.vmd-et_stats-f7n{
gap:1.5rem;
flex-wrap:wrap;
display:flex;
}
.vmd-et_stat-f7n{
min-width:0;
}
.vmd-et_stat_v-f7n{
line-height:1;
font-weight:700;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.625rem;
color:#1A1208;
}
.vmd-et_stat_l-f7n{
margin-top:0.25rem;
color:#6B5540;
font-size:0.781rem;
}
.vmd-et_right-f7n{
gap:0.75rem;
flex-direction:column;
display:flex;
}
.vmd-et_member-f7n{
border-radius:14px;
gap:16px;
padding:1.125rem 20px;
border:1px solid rgba(26,18,8,0.08);
background:#FFFFFF;
display:flex;
align-items:center;
min-width:0;
}
.vmd-et_member_av-f7n{
background:linear-gradient(135deg,#2A1C0A,#C49430);
flex:0 0 auto;
border-radius:50%;
height:3rem;
width:3rem;
}
.vmd-et_member_name-f7n{
overflow-wrap:break-word;
font-size:0.938rem;
font-weight:700;
color:#1A1208;
}
.vmd-et_member_role-f7n{
color:#6B5540;
overflow-wrap:break-word;
font-size:0.781rem;
}
.vmd-et_updated-f7n{
padding:14px 18px;
background:#FAF6F0;
border:1px solid rgba(26,18,8,0.08);
border-radius:0.875rem;
gap:8px;
color:#8C7260;
display:flex;
align-items:center;
font-size:0.781rem;
}
.vmd-hts-f7n{
padding:48px 0;
}
@media(min-width:770px){
.vmd-hts-f7n{
padding:3.875rem 0;
}
}
.vmd-hts_head-f7n{
gap:18px;
display:flex;
margin-bottom:2.125rem;
flex-direction:column;
}
@media(min-width:767px){
.vmd-hts_head-f7n{
gap:1.5rem;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.vmd-hts_eyebrow-f7n{
margin-bottom:12px;
}
.vmd-hts_h2-f7n{
line-height:1.05;
font-weight:600;
color:#FDF5E6;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.875rem;
overflow-wrap:break-word;
}
@media(min-width:771px){
.vmd-hts_h2-f7n{
font-size:38px;
}
}
.vmd-hts_cta-f7n{
background:#F0C553;
border-radius:62.438rem;
transition:opacity .22s ease;
padding:15px 30px;
flex:0 0 auto;
font-size:0.938rem;
color:#1A1208;
font-weight:700;
}
.vmd-hts_cta-f7n:hover{
opacity:.9;
}
.vmd-hts_grid-f7n{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:763px){
.vmd-hts_grid-f7n{
grid-template-columns:repeat(3,1fr);
}
}
.vmd-hts_step-f7n{
border-top:1px solid rgba(255,240,200,0.14);
min-width:0;
padding-top:22px;
}
.vmd-hts_step_num-f7n{
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1;
font-size:44px;
color:#F0C553;
margin-bottom:0.875rem;
font-weight:700;
}
.vmd-hts_step_h-f7n{
overflow-wrap:break-word;
font-weight:700;
margin-bottom:0.5rem;
color:#FDF5E6;
line-height:1.2;
font-size:1.188rem;
}
.vmd-hts_step_p-f7n{
overflow-wrap:break-word;
line-height:1.55;
font-size:0.875rem;
color:#C4AD8A;
}
.vmd-prov-f7n{
padding:40px 0 20px;
}
.vmd-prov_eyebrow-f7n{
margin-bottom:18px;
display:block;
}
.vmd-prov_grid-f7n{
gap:0.75rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:559px){
.vmd-prov_grid-f7n{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:901px){
.vmd-prov_grid-f7n{
grid-template-columns:repeat(6,1fr);
}
}
.vmd-ts-f7n{
padding:2.75rem 0;
}
.vmd-ts_in-f7n{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:center;
}
@media(min-width:881px){
.vmd-ts_in-f7n{
gap:48px;
grid-template-columns:1.4fr 1fr;
}
}
.vmd-ts_left-f7n{
min-width:0;
}
.vmd-ts_h2-f7n{
font-size:26px;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
margin-bottom:0.75rem;
font-weight:600;
line-height:1.1;
color:#FDF5E6;
}
@media(min-width:771px){
.vmd-ts_h2-f7n{
font-size:28px;
}
}
.vmd-ts_text-f7n{
color:#C4AD8A;
line-height:1.6;
margin-bottom:22px;
max-width:520px;
font-size:14.5px;
}
.vmd-ts_badges-f7n{
gap:18px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.vmd-ts_badge-f7n{
font-size:13px;
color:#C4AD8A;
font-weight:600;
}
.vmd-ts_pay-f7n{
gap:12px;
display:flex;
flex-wrap:wrap;
}
@media(min-width:883px){
.vmd-ts_pay-f7n{
justify-content:flex-end;
}
}
.vmd-ts_pay_chip-f7n{
padding:12px 1rem;
border-radius:14px;
background:rgba(255,245,220,0.07);
border:1px solid rgba(255,240,200,0.14);
color:#FDF5E6;
font-size:14px;
font-weight:700;
}
.vmd-tt-f7n{
padding:48px 0 0.625rem;
}
@media(min-width:767px){
.vmd-tt-f7n{
padding:60px 0 10px;
}
}
.vmd-tt_head-f7n{
margin-bottom:2.125rem;
text-align:center;
}
.vmd-tt_eyebrow-f7n{
margin-bottom:0.75rem;
}
.vmd-tt_h2-f7n{
font-size:2rem;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
color:#1A1208;
overflow-wrap:break-word;
line-height:1.05;
}
@media(min-width:768px){
.vmd-tt_h2-f7n{
font-size:2.625rem;
}
}
.vmd-tt_grid-f7n{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:763px){
.vmd-tt_grid-f7n{
grid-template-columns:repeat(3,1fr);
}
}
.vmd-tt_card-f7n{
background:#FFFFFF;
border-radius:0.875rem;
padding:1.875rem;
border:1px solid rgba(26,18,8,0.08);
flex-direction:column;
min-width:0;
display:flex;
}
.vmd-tt_card_ic-f7n{
display:inline-flex;
align-items:center;
color:#C49430;
margin-bottom:1.125rem;
}
.vmd-tt_card_ic-f7n svg{
height:1.75rem;
width:28px;
}
.vmd-tt_card_h-f7n{
color:#1A1208;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:8px;
font-size:22px;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.15;
}
.vmd-tt_card_p-f7n{
font-size:0.875rem;
line-height:1.6;
overflow-wrap:break-word;
color:#8C7260;
margin-bottom:14px;
}
.vmd-tt_card_p-f7n b{
color:#1A1208;
font-weight:700;
}
.vmd-tt_card_link-f7n{
transition:color .22s ease;
border-bottom:1px solid #C49430;
padding-bottom:2px;
color:#1A1208;
margin-top:auto;
align-self:flex-start;
font-size:0.813rem;
font-weight:700;
}
.vmd-tt_card_link-f7n:hover{
color:#C49430;
}
.vmd-rc-f7n{
padding:3rem 0 10px;
}
.vmd-rc_in-f7n{
grid-template-columns:1fr;
gap:32px;
display:grid;
}
@media(min-width:763px){
.vmd-rc_in-f7n{
grid-template-columns:repeat(3,1fr);
gap:40px;
}
}
.vmd-rc_col-f7n{
min-width:0;
}
.vmd-rc_label-f7n{
font-weight:600;
color:#C49430;
font-size:0.688rem;
letter-spacing:.2em;
text-transform:uppercase;
margin-bottom:16px;
}
.vmd-rc_awards-f7n{
gap:0.75rem;
display:flex;
flex-direction:column;
}
.vmd-rc_award-f7n{
gap:12px;
min-width:0;
display:flex;
align-items:center;
}
.vmd-rc_award_ic-f7n{
flex:0 0 auto;
color:#E8B84B;
display:inline-flex;
align-items:center;
}
.vmd-rc_award_ic-f7n svg{
height:1.125rem;
width:1.125rem;
}
.vmd-rc_award_t-f7n{
color:#1A1208;
font-size:14px;
overflow-wrap:break-word;
font-weight:700;
}
.vmd-rc_award_s-f7n{
color:#6B5540;
overflow-wrap:break-word;
font-size:12px;
}
.vmd-rc_press-f7n{
gap:0.625rem;
grid-template-columns:1fr 1fr;
display:grid;
}
.vmd-rc_press_logo-f7n{
padding:0 0.5rem;
border:1px solid rgba(26,18,8,0.08);
overflow:hidden;
border-radius:8px;
font-weight:700;
text-align:center;
justify-content:center;
display:flex;
align-items:center;
font-size:0.875rem;
color:#8C7260;
height:3.25rem;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
text-overflow:ellipsis;
white-space:nowrap;
}
.vmd-rc_partner-f7n{
border-radius:14px;
padding:1.375rem;
border:1px solid rgba(26,18,8,0.08);
background:#FFFFFF;
}
.vmd-rc_partner_name-f7n{
font-weight:600;
color:#1A1208;
overflow-wrap:break-word;
font-size:20px;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:6px;
}
.vmd-rc_partner_text-f7n{
font-size:13px;
line-height:1.55;
overflow-wrap:break-word;
color:#8C7260;
}
.vmd-rv-f7n{
background:#FFFFFF;
padding:3rem 0;
border-top:1px solid rgba(26,18,8,0.08);
margin-top:1.5rem;
border-bottom:1px solid rgba(26,18,8,0.08);
}
@media(min-width:771px){
.vmd-rv-f7n{
padding:3.5rem 0;
}
}
.vmd-rv_head-f7n{
gap:16px;
flex-direction:column;
margin-bottom:30px;
display:flex;
}
@media(min-width:767px){
.vmd-rv_head-f7n{
gap:20px;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.vmd-rv_eyebrow-f7n{
margin-bottom:0.625rem;
}
.vmd-rv_h2-f7n{
line-height:1.05;
font-weight:600;
overflow-wrap:break-word;
color:#1A1208;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.875rem;
}
@media(min-width:766px){
.vmd-rv_h2-f7n{
font-size:2.375rem;
}
}
.vmd-rv_agg-f7n{
gap:12px;
align-items:center;
display:flex;
}
.vmd-rv_agg_stars-f7n{
gap:3px;
color:#C49430;
display:flex;
}
.vmd-rv_agg_stars-f7n svg{
width:1.125rem;
height:1.125rem;
}
.vmd-rv_source-f7n{
font-size:13px;
color:#8C7260;
}
.vmd-rv_grid-f7n{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:763px){
.vmd-rv_grid-f7n{
grid-template-columns:repeat(3,1fr);
}
}
.vmd-rv_card-f7n{
border:1px solid rgba(26,18,8,0.08);
border-radius:14px;
background:#FAF6F0;
padding:26px;
min-width:0;
}
.vmd-rv_card_stars-f7n{
gap:2px;
display:flex;
color:#C49430;
margin-bottom:0.75rem;
}
.vmd-rv_card_stars-f7n svg{
width:0.875rem;
height:14px;
}
.vmd-rv_card_body-f7n{
font-size:1.125rem;
line-height:1.45;
margin-bottom:16px;
overflow-wrap:break-word;
font-weight:500;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
color:#1A1208;
}
.vmd-rv_card_meta-f7n{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.vmd-rv_card_av-f7n{
border-radius:50%;
background:linear-gradient(135deg,#C49430,#F0C553);
flex:0 0 auto;
width:32px;
height:32px;
}
.vmd-rv_card_author-f7n{
font-weight:700;
font-size:0.813rem;
color:#1A1208;
}
.vmd-rv_card_loc-f7n{
color:#6B5540;
font-size:0.75rem;
}
.vmd-lh-f7n{
padding:40px 0 1.25rem;
}
.vmd-lh_in-f7n{
padding-top:2.125rem;
border-top:1px solid rgba(26,18,8,0.14);
}
.vmd-lh_eyebrow-f7n{
display:block;
margin-bottom:1.375rem;
}
.vmd-lh_grid-f7n{
gap:1.75rem;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:601px){
.vmd-lh_grid-f7n{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:958px){
.vmd-lh_grid-f7n{
grid-template-columns:repeat(5,1fr);
}
}
.vmd-lh_col-f7n{
min-width:0;
}
.vmd-lh_col_h-f7n{
font-weight:700;
font-size:13px;
color:#1A1208;
overflow-wrap:break-word;
margin-bottom:0.75rem;
}
.vmd-lh_links-f7n{
gap:8px;
display:flex;
flex-direction:column;
}
.vmd-lh_link-f7n{
transition:color .22s ease;
overflow-wrap:break-word;
color:#8C7260;
font-size:13px;
}
.vmd-lh_link-f7n:hover{
color:#C49430;
}
.vmd-sg-f7n{
padding:48px 0 10px;
}
.vmd-sg_eyebrow-f7n{
display:block;
margin-bottom:12px;
}
.vmd-sg_h2-f7n{
overflow-wrap:break-word;
line-height:1.05;
font-size:1.875rem;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
color:#1A1208;
font-weight:600;
margin-bottom:28px;
}
@media(min-width:770px){
.vmd-sg_h2-f7n{
font-size:36px;
}
}
.vmd-sg_grid-f7n{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:721px){
.vmd-sg_grid-f7n{
grid-template-columns:repeat(3,1fr);
}
}
.vmd-sg_col-f7n{
min-width:0;
}
.vmd-sg_col_h-f7n{
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
line-height:1.15;
color:#1A1208;
font-size:1.375rem;
margin-bottom:10px;
overflow-wrap:break-word;
}
.vmd-sg_col_p-f7n{
line-height:1.65;
font-size:0.875rem;
overflow-wrap:break-word;
color:#8C7260;
}
.vmd-el-f7n{
padding:3rem 0;
}
@media(min-width:766px){
.vmd-el-f7n{
padding:56px 0;
}
}
.vmd-el_in-f7n{
grid-template-columns:1fr;
gap:40px;
display:grid;
align-items:start;
}
@media(min-width:901px){
.vmd-el_in-f7n{
grid-template-columns:1fr 1fr;
gap:56px;
}
}
.vmd-el_left-f7n{
min-width:0;
}
.vmd-el_eyebrow-f7n{
margin-bottom:0.875rem;
}
.vmd-el_h2-f7n{
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.08;
color:#1A1208;
font-size:32px;
margin-bottom:22px;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:768px){
.vmd-el_h2-f7n{
font-size:2.375rem;
}
}
.vmd-el_body-f7n p{
line-height:1.7;
font-size:1rem;
overflow-wrap:break-word;
color:#3D2E1A;
margin-bottom:1.125rem;
}
.vmd-el_dropcap-f7n{
padding:6px 0.75rem 0 0;
font-size:3.875rem;
line-height:.8;
font-weight:700;
color:#C49430;
float:left;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
}
.vmd-el_right-f7n{
min-width:0;
}
.vmd-el_quote-f7n{
padding:36px;
background:linear-gradient(150deg,#2A1C0A,#100B04);
border-radius:20px;
color:#FDF5E6;
position:relative;
margin-bottom:1.5rem;
}
.vmd-el_quote_mark-f7n{
display:inline-flex;
color:#F0C553;
margin-bottom:0.375rem;
align-items:center;
}
.vmd-el_quote_mark-f7n svg{
width:34px;
height:34px;
}
.vmd-el_quote_text-f7n{
font-weight:500;
font-size:1.375rem;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.4;
overflow-wrap:break-word;
color:#FDF5E6;
margin-bottom:1.375rem;
}
.vmd-el_quote_meta-f7n{
gap:12px;
align-items:center;
display:flex;
}
.vmd-el_quote_av-f7n{
flex:0 0 auto;
background:linear-gradient(135deg,#C49430,#F0C553);
border-radius:50%;
height:2.375rem;
width:38px;
}
.vmd-el_quote_author-f7n{
color:#FDF5E6;
font-weight:700;
font-size:0.875rem;
}
.vmd-el_quote_meta_sub-f7n{
color:#C4AD8A;
font-size:0.75rem;
}
.vmd-el_explain-f7n{
overflow:hidden;
border-radius:14px;
border:1px solid rgba(26,18,8,0.08);
}
.vmd-el_explain_card-f7n{
padding:1.375rem 1.5rem;
}
.vmd-el_explain_card-f7n+.vmd-el_explain_card-f7n{
border-top:1px solid rgba(26,18,8,0.08);
}
.vmd-el_explain_h-f7n{
font-size:20px;
color:#1A1208;
overflow-wrap:break-word;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
line-height:1.15;
margin-bottom:8px;
}
.vmd-el_explain_p-f7n{
overflow-wrap:break-word;
color:#8C7260;
line-height:1.55;
font-size:14px;
}
.vmd-sc-f7n{
padding:3rem 0 10px;
}
.vmd-sc_head-f7n{
text-align:center;
margin-bottom:1.75rem;
}
.vmd-sc_eyebrow-f7n{
margin-bottom:0.75rem;
}
.vmd-sc_h2-f7n{
overflow-wrap:break-word;
line-height:1.05;
font-size:30px;
color:#1A1208;
font-weight:600;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:767px){
.vmd-sc_h2-f7n{
font-size:2.25rem;
}
}
.vmd-sc_table-f7n{
border-radius:0.875rem;
border:1px solid rgba(26,18,8,0.08);
overflow:hidden;
margin:0 auto;
max-width:56.25rem;
}
.vmd-sc_thead-f7n{
grid-template-columns:1.6fr 1fr 1fr;
background:#2A1F14;
display:grid;
}
.vmd-sc_th-f7n{
padding:0.938rem 1.125rem;
color:#C4AD8A;
text-align:center;
font-size:13px;
overflow-wrap:break-word;
font-weight:700;
}
.vmd-sc_th-f7n:first-child{
text-align:left;
}
.vmd-sc_th_us-f7n{
color:#F0C553;
}
.vmd-sc_row-f7n{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(26,18,8,0.08);
}
.vmd-sc_row-f7n:nth-child(even){
background:#FFFFFF;
}
.vmd-sc_td-f7n{
padding:0.938rem 1.125rem;
overflow-wrap:break-word;
min-width:0;
text-align:center;
color:#6B5540;
font-size:14px;
}
.vmd-sc_td-f7n:first-child{
text-align:left;
color:#3D2E1A;
font-weight:600;
}
.vmd-sc_td_us-f7n{
font-weight:700;
color:#3A7D52;
}
.vmd-faq-f7n{
padding:48px 0;
background:#FFFFFF;
border-top:1px solid rgba(26,18,8,0.08);
border-bottom:1px solid rgba(26,18,8,0.08);
margin-top:1.5rem;
}
@media(min-width:766px){
.vmd-faq-f7n{
padding:62px 0;
}
}
.vmd-faq_head-f7n{
text-align:center;
margin-bottom:34px;
}
.vmd-faq_eyebrow-f7n{
margin-bottom:0.75rem;
}
.vmd-faq_h2-f7n{
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
font-size:32px;
line-height:1.05;
overflow-wrap:break-word;
font-weight:600;
color:#1A1208;
}
@media(min-width:771px){
.vmd-faq_h2-f7n{
font-size:2.375rem;
}
}
.vmd-faq_list-f7n{
gap:0.75rem;
margin:0 auto;
flex-direction:column;
display:flex;
max-width:820px;
}
.vmd-faq_item-f7n{
overflow:hidden;
border-radius:0.875rem;
background:#FAF6F0;
border:1px solid rgba(26,18,8,0.08);
}
.vmd-faq_q-f7n{
padding:20px 24px;
gap:20px;
list-style:none;
font-weight:700;
font-size:16px;
justify-content:space-between;
overflow-wrap:break-word;
align-items:center;
display:flex;
cursor:pointer;
color:#1A1208;
}
.vmd-faq_q-f7n::-webkit-details-marker{
display:none;
}
.vmd-faq_q_ic-f7n{
flex:0 0 auto;
transition:transform .22s ease;
align-items:center;
color:#C49430;
display:inline-flex;
}
.vmd-faq_q_ic-f7n svg{
height:18px;
width:18px;
}
.vmd-faq_item-f7n[open] .vmd-faq_q_ic-f7n{
transform:rotate(180deg);
}
.vmd-faq_a-f7n{
padding:0 1.5rem 20px;
font-size:0.906rem;
overflow-wrap:break-word;
line-height:1.6;
color:#8C7260;
}
.vmd-sb-f7n{
padding:48px 0;
background:#FFFFFF;
margin-top:24px;
border-top:1px solid rgba(26,18,8,0.08);
border-bottom:1px solid rgba(26,18,8,0.08);
}
@media(min-width:770px){
.vmd-sb-f7n{
padding:3.5rem 0;
}
}
.vmd-sb_eyebrow-f7n{
margin-bottom:12px;
display:block;
}
.vmd-sb_h2-f7n{
font-size:30px;
line-height:1.05;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
color:#1A1208;
margin-bottom:26px;
}
@media(min-width:769px){
.vmd-sb_h2-f7n{
font-size:2.25rem;
}
}
.vmd-sb_grid-f7n{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:561px){
.vmd-sb_grid-f7n{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:958px){
.vmd-sb_grid-f7n{
grid-template-columns:repeat(4,1fr);
}
}
.vmd-sb_card-f7n{
padding:1.5rem;
background:#FAF6F0;
border:1px solid rgba(26,18,8,0.08);
border-radius:14px;
min-width:0;
}
.vmd-sb_card_h-f7n{
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
color:#1A1208;
font-weight:600;
margin-bottom:0.5rem;
font-size:1.188rem;
overflow-wrap:break-word;
line-height:1.15;
}
.vmd-sb_card_p-f7n{
font-size:0.844rem;
color:#8C7260;
line-height:1.6;
overflow-wrap:break-word;
}
.vmd-sb_rtp-f7n{
border:1px solid rgba(26,18,8,0.08);
background:#FAF6F0;
grid-template-columns:1fr;
padding:1.625rem 28px;
gap:1.5rem;
border-radius:14px;
margin-top:1.125rem;
display:grid;
align-items:center;
}
@media(min-width:762px){
.vmd-sb_rtp-f7n{
grid-template-columns:1fr 1fr;
gap:40px;
}
}
.vmd-sb_rtp_h-f7n{
font-size:20px;
margin-bottom:0.5rem;
overflow-wrap:break-word;
color:#1A1208;
font-weight:600;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.15;
}
.vmd-sb_rtp_p-f7n{
color:#8C7260;
font-size:13.5px;
line-height:1.6;
overflow-wrap:break-word;
}
.vmd-sb_rtp_stats-f7n{
gap:1rem;
display:flex;
}
.vmd-sb_stat-f7n{
background:#FFFFFF;
padding:18px;
border-radius:8px;
flex:1 1 0;
text-align:center;
min-width:0;
}
.vmd-sb_stat_v-f7n{
font-size:1.625rem;
overflow-wrap:break-word;
font-weight:700;
color:#3A7D52;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
}
.vmd-sb_stat_l-f7n{
margin-top:4px;
font-size:0.719rem;
color:#6B5540;
}
.vmd-gd-f7n{
padding:48px 0 0.625rem;
}
.vmd-gd_head-f7n{
gap:14px;
display:flex;
margin-bottom:24px;
flex-direction:column;
}
@media(min-width:681px){
.vmd-gd_head-f7n{
gap:20px;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.vmd-gd_eyebrow-f7n{
margin-bottom:10px;
}
.vmd-gd_h2-f7n{
color:#1A1208;
font-weight:600;
font-size:28px;
line-height:1.05;
overflow-wrap:break-word;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:765px){
.vmd-gd_h2-f7n{
font-size:34px;
}
}
.vmd-gd_more-f7n{
flex:0 0 auto;
transition:color .22s ease,border-color .22s ease;
font-weight:600;
font-size:13.5px;
color:#1A1208;
border-bottom:1px solid #1A1208;
padding-bottom:2px;
}
.vmd-gd_more-f7n:hover{
border-color:#C49430;
color:#C49430;
}
.vmd-gd_grid-f7n{
gap:1.25rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:723px){
.vmd-gd_grid-f7n{
grid-template-columns:repeat(3,1fr);
}
}
.vmd-gd_card-f7n{
border:1px solid rgba(26,18,8,0.08);
background:#FFFFFF;
overflow:hidden;
border-radius:14px;
min-width:0;
display:block;
}
.vmd-gd_card_img-f7n{
background:linear-gradient(140deg,#2A1C0A,#C49430);
height:9.375rem;
}
.vmd-gd_card_body-f7n{
padding:22px;
}
.vmd-gd_card_cat-f7n{
font-weight:600;
text-transform:uppercase;
letter-spacing:.1em;
font-size:10px;
color:#C49430;
}
.vmd-gd_card_h-f7n{
margin:0.5rem 0 0.625rem;
color:#1A1208;
overflow-wrap:break-word;
font-size:19px;
line-height:1.2;
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
}
.vmd-gd_card_meta-f7n{
color:#6B5540;
overflow-wrap:break-word;
font-size:12px;
}
.vmd-ft-f7n{
background:#2A1F14;
margin-top:40px;
color:#C4AD8A;
}
.vmd-ft_in-f7n{
grid-template-columns:1fr;
gap:32px;
padding:3rem 0 28px;
display:grid;
}
@media(min-width:603px){
.vmd-ft_in-f7n{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:901px){
.vmd-ft_in-f7n{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.vmd-ft_brand-f7n{
min-width:0;
}
.vmd-ft_logo-f7n{
font-family:"Cormorant Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.625rem;
color:#FDF5E6;
font-weight:700;
overflow-wrap:break-word;
}
.vmd-ft_tagline-f7n{
font-size:13.5px;
color:#C4AD8A;
margin-top:14px;
line-height:1.6;
max-width:17.5rem;
}
.vmd-ft_contact-f7n{
transition:color .22s ease;
display:inline-block;
font-size:13px;
margin-top:12px;
max-width:280px;
overflow-wrap:anywhere;
color:#F0C553;
}
.vmd-ft_contact-f7n:hover{
color:#FDF5E6;
}
.vmd-ft_col-f7n{
min-width:0;
}
.vmd-ft_col_h-f7n{
text-transform:uppercase;
font-size:13px;
color:#FDF5E6;
font-weight:700;
overflow-wrap:break-word;
letter-spacing:.08em;
margin-bottom:14px;
}
.vmd-ft_col_links-f7n{
gap:10px;
flex-direction:column;
display:flex;
}
.vmd-ft_link-f7n{
transition:color .22s ease;
color:#C4AD8A;
overflow-wrap:break-word;
font-size:0.844rem;
}
.vmd-ft_link-f7n:hover{
color:#FDF5E6;
}
.vmd-ft_bot-f7n{
gap:1rem;
padding:22px 0 2.5rem;
display:flex;
border-top:1px solid rgba(255,240,200,0.14);
flex-direction:column;
}
@media(min-width:769px){
.vmd-ft_bot-f7n{
gap:20px;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.vmd-ft_legal-f7n{
overflow-wrap:break-word;
color:#B0A090;
font-size:11.5px;
max-width:760px;
line-height:1.6;
}
.vmd-ft_legal-f7n b{
color:#C4AD8A;
font-weight:700;
}
.vmd-ft_age-f7n{
border:1.5px solid #F0C553;
flex:0 0 auto;
border-radius:0.5rem;
padding:4px 0.563rem;
font-weight:700;
font-size:13px;
color:#F0C553;
}