*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#FAF6F0;
overflow-wrap:break-word;
font-size:15px;
text-rendering:optimizeLegibility;
font-family:"Inter", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#2E2215;
-webkit-font-smoothing:antialiased;
line-height:1.6;
}
img{
max-width:100%;
display:block;
}
a{
color:inherit;
text-decoration:none;
}
button{
border:none;
background:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
height:8px;
width:8px;
}
::-webkit-scrollbar-thumb{
border-radius:8px;
background:rgba(0,0,0,0.50);
}
::-webkit-scrollbar-track{
background:transparent;
}
.mvb-layout_4ow{
display:flex;
flex-direction:column;
min-height:100vh;
}
.mvb-main_4ow{
flex:1 1 auto;
width:100%;
min-width:0;
}
.mvb-container_4ow{
padding:0 1rem;
margin:0 auto;
max-width:1400px;
width:100%;
}
@media(min-width:769px){
.mvb-container_4ow{
padding:0 32px;
}
}
@media(min-width:1101px){
.mvb-container_4ow{
padding:0 56px;
}
}
.mvb-eyebrow_4ow{
line-height:1.4;
overflow-wrap:break-word;
letter-spacing:.2em;
font-family:"Inter", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
text-transform:uppercase;
font-size:0.688rem;
color:#C49430;
font-weight:600;
display:inline-block;
}
.mvb-band_4ow{
background:#1E1710;
color:#F5ECD8;
}
.mvb-band_4ow .mvb-eyebrow_4ow{
color:#E8B84B;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.mvb-tb_4ow{
background:#FAF6F0;
border-bottom:1px solid rgba(20,14,6,0.14);
top:0;
position:sticky;
z-index:50;
}
.mvb-tb_in_4ow{
gap:16px;
padding:12px 1rem;
margin:0 auto;
align-items:center;
display:flex;
max-width:1400px;
justify-content:space-between;
width:100%;
}
@media(min-width:770px){
.mvb-tb_in_4ow{
padding:16px 2rem;
}
}
@media(min-width:1100px){
.mvb-tb_in_4ow{
padding:18px 3.5rem;
}
}
.mvb-tb_left_4ow{
gap:28px;
display:flex;
align-items:center;
min-width:0;
}
.mvb-tb_logo_4ow{
gap:0.688rem;
align-items:center;
display:flex;
min-width:0;
}
.mvb-tb_logo_mark_4ow{
flex:0 0 auto;
border-radius:0.5rem;
height:2.125rem;
object-fit:cover;
width:2.125rem;
}
.mvb-tb_logo_txt_4ow{
line-height:1;
display:flex;
min-width:0;
flex-direction:column;
}
.mvb-tb_logo_name_4ow{
overflow:hidden;
text-overflow:ellipsis;
color:#1A1209;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
font-size:22px;
white-space:nowrap;
font-weight:700;
letter-spacing:.02em;
}
.mvb-tb_logo_sub_4ow{
overflow:hidden;
font-size:8.5px;
text-overflow:ellipsis;
color:#C49430;
white-space:nowrap;
letter-spacing:.32em;
font-weight:600;
margin-top:0.25rem;
text-transform:uppercase;
}
.mvb-tb_nav_4ow{
display:none;
}
@media(min-width:959px){
.mvb-tb_nav_4ow{
gap:1.75rem;
align-items:center;
display:flex;
}
}
.mvb-tb_nav_item_4ow{
transition:color .22s ease,border-color .22s ease;
color:#2E2215;
white-space:nowrap;
font-size:0.875rem;
font-weight:600;
padding-bottom:3px;
border-bottom:2px solid transparent;
}
.mvb-tb_nav_item_4ow:hover{
color:#1A1209;
}
.mvb-tb_nav_item_4ow.mvb-state_active_4ow{
border-color:#C49430;
color:#1A1209;
}
.mvb-tb_right_4ow{
gap:14px;
flex:0 0 auto;
display:flex;
align-items:center;
}
.mvb-tb_search_4ow{
transition:color .22s ease;
display:flex;
justify-content:center;
color:#2E2215;
align-items:center;
}
.mvb-tb_search_4ow:hover{
color:#C49430;
}
.mvb-tb_search_4ow svg{
width:18px;
height:18px;
}
.mvb-tb_lang_4ow{
font-weight:600;
letter-spacing:.1em;
text-transform:uppercase;
color:#6B5840;
font-size:11px;
}
.mvb-tb_lang_4ow:hover{
color:#1A1209;
}
.mvb-tb_login_4ow{
display:none;
font-weight:600;
font-size:14px;
color:#1A1209;
}
@media(min-width:771px){
.mvb-tb_login_4ow{
display:inline-block;
}
}
.mvb-tb_register_4ow{
padding:0.688rem 1.375rem;
background:#1A1209;
transition:background-color .22s ease;
border-radius:62.438rem;
font-weight:700;
white-space:nowrap;
font-size:0.875rem;
color:#F5ECD8;
}
.mvb-tb_register_4ow:hover{
background:#2E2215;
}
.mvb-mob_4ow{
background:#FAF6F0;
left:0;
border-top:1px solid rgba(20,14,6,0.14);
padding-bottom:env(safe-area-inset-bottom);
right:0;
bottom:0;
z-index:60;
position:fixed;
}
@media(min-width:959px){
.mvb-mob_4ow{
display:none;
}
}
.mvb-mob_in_4ow{
margin:0 auto;
align-items:stretch;
display:flex;
max-width:35rem;
justify-content:space-around;
}
.mvb-mob_item_4ow{
transition:color .22s ease;
gap:3px;
flex:1 1 0;
padding:9px 4px;
flex-direction:column;
color:#6B5840;
align-items:center;
min-width:0;
display:flex;
}
.mvb-mob_item_4ow.mvb-state_active_4ow{
color:#C49430;
}
.mvb-mob_ic_4ow{
align-items:center;
display:flex;
justify-content:center;
}
.mvb-mob_ic_4ow svg{
height:20px;
width:1.25rem;
}
.mvb-mob_lb_4ow{
overflow:hidden;
max-width:100%;
text-overflow:ellipsis;
font-size:0.625rem;
font-weight:600;
white-space:nowrap;
}
@media(max-width:958px){
body{
padding-bottom:60px;
}
}
.mvb-rail_4ow{
min-width:0;
position:relative;
}
.mvb-rail_scroll_4ow{
gap:0.875rem;
scrollbar-width:thin;
display:flex;
-webkit-overflow-scrolling:touch;
padding-bottom:14px;
overflow-x:auto;
}
@media(min-width:770px){
.mvb-rail_scroll_4ow{
gap:1.125rem;
}
}
.mvb-gc_4ow{
flex:0 0 auto;
width:9.375rem;
display:block;
}
@media(min-width:766px){
.mvb-gc_4ow{
width:11.75rem;
}
}
.mvb-gc_img_4ow{
border-radius:0.875rem;
background:#FFFFFF;
overflow:hidden;
box-shadow:0 2px 0.375rem rgba(26,18,9,0.07), 0 8px 20px rgba(26,18,9,0.06);
padding-bottom:133.33%;
position:relative;
}
.mvb-gc_img_4ow img{
inset:0;
object-fit:cover;
width:100%;
position:absolute;
height:100%;
}
.mvb-gc_cover_4ow{
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.50));
inset:0;
position:absolute;
pointer-events:none;
}
.mvb-gc_hover_4ow{
transition:opacity .22s ease;
inset:0;
background:rgba(0,0,0,0.50);
align-items:center;
justify-content:center;
opacity:0;
position:absolute;
display:flex;
}
.mvb-gc_4ow:hover .mvb-gc_hover_4ow{
opacity:1;
}
.mvb-gc_hover_btn_4ow{
background:#1A1209;
border-radius:62.438rem;
height:2.875rem;
width:46px;
align-items:center;
justify-content:center;
display:flex;
color:#F5ECD8;
}
.mvb-gc_hover_btn_4ow svg{
height:18px;
width:1.125rem;
}
.mvb-gc_info_4ow{
gap:2px;
display:flex;
margin-top:0.563rem;
flex-direction:column;
min-width:0;
}
.mvb-gc_name_4ow{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
font-weight:700;
color:#1A1209;
font-size:13px;
}
.mvb-gc_prov_4ow{
overflow:hidden;
font-size:11px;
color:#6B5840;
text-overflow:ellipsis;
white-space:nowrap;
}
.mvb-gc_meta_4ow{
color:#6B5840;
font-size:11px;
}
.mvb-tc_4ow{
flex:0 0 auto;
display:block;
width:11.25rem;
}
@media(min-width:769px){
.mvb-tc_4ow{
width:14.375rem;
}
}
.mvb-tc_img_4ow{
border-radius:14px;
background:#FFFFFF;
overflow:hidden;
padding-bottom:75%;
box-shadow:0 2px 0.375rem rgba(26,18,9,0.07), 0 8px 20px rgba(26,18,9,0.06);
position:relative;
}
.mvb-tc_img_4ow img{
inset:0;
width:100%;
object-fit:cover;
position:absolute;
height:100%;
}
.mvb-tc_info_4ow{
gap:2px;
flex-direction:column;
margin-top:0.563rem;
display:flex;
min-width:0;
}
.mvb-tc_name_4ow{
overflow:hidden;
color:#1A1209;
white-space:nowrap;
text-overflow:ellipsis;
font-weight:700;
font-size:0.875rem;
}
.mvb-tc_rtp_4ow{
font-size:0.688rem;
color:#6B5840;
}
.mvb-lc_4ow{
flex:0 0 auto;
width:230px;
display:block;
}
@media(min-width:770px){
.mvb-lc_4ow{
width:268px;
}
}
.mvb-lc_img_4ow{
border-radius:0.875rem;
background:#FFFFFF;
overflow:hidden;
position:relative;
box-shadow:0 2px 0.375rem rgba(26,18,9,0.07), 0 0.5rem 1.25rem rgba(26,18,9,0.06);
padding-bottom:62.5%;
}
.mvb-lc_img_4ow img{
inset:0;
object-fit:cover;
height:100%;
position:absolute;
width:100%;
}
.mvb-lc_live_4ow{
border-radius:999px;
gap:0.438rem;
background:rgba(0,0,0,0.50);
padding:0.25rem 0.563rem;
align-items:center;
top:12px;
display:flex;
position:absolute;
left:12px;
}
.mvb-lc_live_dot_4ow{
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
background:#C63D2F;
height:8px;
width:8px;
}
.mvb-lc_seats_4ow{
text-transform:uppercase;
font-weight:600;
color:#F5ECD8;
font-size:10px;
letter-spacing:.08em;
}
.mvb-lc_info_4ow{
gap:2px;
flex-direction:column;
display:flex;
margin-top:9px;
min-width:0;
}
.mvb-lc_name_4ow{
overflow:hidden;
white-space:nowrap;
color:#1A1209;
font-weight:700;
font-size:15px;
text-overflow:ellipsis;
}
.mvb-lc_bet_4ow{
font-size:11px;
color:#6B5840;
}
.mvb-pc_4ow{
padding:16px 0.875rem;
border:1px solid rgba(20,14,6,0.08);
gap:8px;
border-radius:14px;
background:#FFFFFF;
min-height:74px;
display:flex;
flex-direction:column;
align-items:center;
min-width:0;
justify-content:center;
}
.mvb-pc_logo_4ow{
flex:0 0 auto;
height:28px;
object-fit:contain;
max-width:100%;
width:auto;
}
.mvb-pc_name_4ow{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
text-align:center;
color:#6B5840;
font-size:0.688rem;
max-width:100%;
}
.mvb-gc_tag_4ow{
padding:3px 8px;
border-radius:0.5rem;
text-transform:uppercase;
left:10px;
z-index:2;
letter-spacing:.06em;
display:inline-block;
font-size:0.625rem;
font-weight:700;
position:absolute;
top:10px;
}
.mvb-gc_tag_hot_4ow{
background:#C63D2F;
color:#F5ECD8;
}
.mvb-gc_tag_new_4ow{
background:#E8B84B;
color:#1A1209;
}
.mvb-gc_tag_jp_4ow{
background:#C49430;
color:#1A1209;
}
.mvb-gc_tag_live_4ow{
background:#C63D2F;
color:#F5ECD8;
}
.mvb-sh_4ow{
margin-bottom:1.125rem;
min-width:0;
}
.mvb-sh_row_4ow{
gap:16px;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
align-items:flex-end;
}
.mvb-sh_row_4ow .mvb-sh_l_4ow{
gap:0.375rem;
min-width:0;
flex-direction:column;
display:flex;
}
.mvb-sh_stack_4ow{
gap:10px;
flex-direction:column;
display:flex;
align-items:flex-start;
}
.mvb-sh_center_4ow{
gap:0.625rem;
align-items:center;
text-align:center;
flex-direction:column;
display:flex;
}
.mvb-sh_h2_4ow{
overflow-wrap:break-word;
line-height:1.1;
font-size:24px;
font-weight:600;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
color:#1A1209;
}
@media(min-width:770px){
.mvb-sh_h2_4ow{
font-size:30px;
}
}
.mvb-band_4ow .mvb-sh_h2_4ow{
color:#F5ECD8;
}
.mvb-sh_eb_line_4ow{
gap:10px;
align-items:center;
display:inline-flex;
}
.mvb-sh_eb_line_4ow::before{
background:#C49430;
height:1px;
content:"";
width:1.75rem;
display:inline-block;
}
.mvb-band_4ow .mvb-sh_eb_line_4ow::before{
background:#E8B84B;
}
.mvb-sh_eb_dot_4ow{
gap:0.5rem;
display:inline-flex;
align-items:center;
}
.mvb-sh_eb_dot_4ow::before{
background:#C49430;
border-radius:50%;
height:0.375rem;
display:inline-block;
content:"";
width:6px;
}
.mvb-band_4ow .mvb-sh_eb_dot_4ow::before{
background:#E8B84B;
}
.mvb-sh_link_4ow{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:0.375rem;
color:#1A1209;
align-items:center;
padding-bottom:2px;
white-space:nowrap;
display:inline-flex;
font-weight:600;
border-bottom:1px solid #1A1209;
font-size:0.813rem;
}
.mvb-sh_link_4ow:hover{
border-color:#C49430;
color:#C49430;
}
.mvb-sh_link_4ow svg{
height:14px;
width:14px;
}
.mvb-sh_link_chev_4ow{
border-bottom:0;
padding-bottom:0;
}
.mvb-sh_link_btn_4ow{
padding:9px 1.125rem;
background:#1A1209;
border-radius:999px;
color:#F5ECD8;
border-bottom:0;
}
.mvb-sh_link_btn_4ow:hover{
border-color:transparent;
background:#2E2215;
color:#F5ECD8;
}
.mvb-band_4ow .mvb-sh_link_4ow{
border-color:#F5ECD8;
color:#F5ECD8;
}
.mvb-band_4ow .mvb-sh_link_btn_4ow{
background:#E8B84B;
color:#1A1209;
}
.mvb-sh_rule_4ow{
background:rgba(20,14,6,0.14);
margin:-2px 0 1.125rem;
height:1px;
}
.mvb-band_4ow .mvb-sh_rule_4ow{
background:rgba(255,235,185,0.14);
}
.mvb-hero_4ow{
padding:2rem 0 8px;
}
@media(min-width:767px){
.mvb-hero_4ow{
padding:56px 0 1.5rem;
}
}
.mvb-hero_in_4ow{
grid-template-columns:1fr;
gap:32px;
align-items:center;
display:grid;
}
@media(min-width:900px){
.mvb-hero_in_4ow{
grid-template-columns:1.05fr .95fr;
gap:3rem;
}
}
.mvb-hero_copy_4ow{
min-width:0;
}
.mvb-hero_eyebrow_4ow{
gap:0.625rem;
margin-bottom:22px;
align-items:center;
display:inline-flex;
}
.mvb-hero_eyebrow_line_4ow{
flex:0 0 auto;
background:#C49430;
width:1.75rem;
display:inline-block;
height:1px;
}
.mvb-hero_h1_4ow{
margin-bottom:20px;
font-size:2.375rem;
overflow-wrap:break-word;
color:#1A1209;
font-weight:600;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
line-height:1.04;
letter-spacing:-.01em;
}
@media(min-width:770px){
.mvb-hero_h1_4ow{
font-size:3.375rem;
}
}
@media(min-width:1101px){
.mvb-hero_h1_4ow{
font-size:3.875rem;
}
}
.mvb-hero_h1_4ow em{
color:#C49430;
font-style:normal;
}
.mvb-hero_sub_4ow{
line-height:1.6;
color:#8C7256;
max-width:30rem;
margin-bottom:1.875rem;
font-size:16px;
}
@media(min-width:769px){
.mvb-hero_sub_4ow{
font-size:18px;
}
}
.mvb-hero_actions_4ow{
gap:0.875rem;
flex-wrap:wrap;
margin-bottom:34px;
align-items:center;
display:flex;
}
.mvb-hero_cta_4ow{
border-radius:999px;
padding:1rem 1.875rem;
transition:background-color .22s ease;
gap:10px;
background:#1A1209;
color:#F5ECD8;
font-weight:700;
font-size:0.938rem;
display:inline-flex;
align-items:center;
}
.mvb-hero_cta_4ow:hover{
background:#2E2215;
}
.mvb-hero_cta_ic_4ow{
align-items:center;
display:inline-flex;
}
.mvb-hero_cta_ic_4ow svg{
height:16px;
width:1rem;
}
.mvb-hero_cta_alt_4ow{
transition:border-color .22s ease,color .22s ease;
background:transparent;
border:1px solid rgba(20,14,6,0.14);
border-radius:999px;
padding:0.938rem 1.625rem;
font-weight:600;
align-items:center;
color:#1A1209;
display:inline-flex;
font-size:15px;
}
.mvb-hero_cta_alt_4ow:hover{
border-color:#C49430;
color:#C49430;
}
.mvb-hero_trust_4ow{
gap:1.375rem;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.mvb-hero_trust_item_4ow{
gap:0.563rem;
color:#2E2215;
font-weight:600;
align-items:center;
font-size:13px;
display:flex;
}
.mvb-hero_trust_ic_4ow{
align-items:center;
display:inline-flex;
color:#C49430;
}
.mvb-hero_trust_ic_4ow svg{
height:1rem;
width:16px;
}
.mvb-hero_promo_4ow{
background:#FFFFFF;
overflow:hidden;
border-radius:20px;
box-shadow:0 0.75rem 48px rgba(26,18,9,0.14), 0 3px 10px rgba(26,18,9,0.08);
position:relative;
display:flex;
min-height:18.75rem;
}
.mvb-hero_promo_bg_4ow{
inset:0;
background-position:center;
position:absolute;
background-size:cover;
}
.mvb-hero_promo_bg_4ow::after{
inset:0;
background:linear-gradient(120deg,#1E1710 0%,rgba(0,0,0,0.50) 55%,transparent 100%);
content:"";
position:absolute;
}
.mvb-hero_promo_glow_4ow{
background:radial-gradient(circle,rgba(196,148,48,0.18) 0%,transparent 65%);
border-radius:50%;
top:-2.5rem;
width:260px;
height:260px;
pointer-events:none;
position:absolute;
right:-20px;
}
.mvb-hero_promo_ct_4ow{
padding:1.75rem;
max-width:88%;
align-self:flex-end;
z-index:2;
position:relative;
}
.mvb-hero_promo_label_4ow{
margin-bottom:0.5rem;
font-weight:700;
color:#E8B84B;
text-transform:uppercase;
font-size:10px;
display:block;
letter-spacing:.25em;
}
.mvb-hero_promo_amount_4ow{
overflow-wrap:break-word;
color:#F5ECD8;
font-weight:600;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
font-size:2rem;
}
@media(min-width:770px){
.mvb-hero_promo_amount_4ow{
font-size:2.5rem;
}
}
.mvb-hero_promo_amount_4ow em{
color:#E8B84B;
font-style:normal;
}
.mvb-hero_rating_4ow{
gap:10px;
padding:10px 0.875rem;
background:#FFFFFF;
border:1px solid rgba(20,14,6,0.08);
border-radius:0.875rem;
top:14px;
z-index:3;
position:absolute;
right:0.875rem;
box-shadow:0 2px 6px rgba(26,18,9,0.07), 0 0.5rem 20px rgba(26,18,9,0.06);
align-items:center;
max-width:min(260px,62%);
display:flex;
}
.mvb-hero_rating_score_4ow{
flex:0 0 auto;
font-weight:700;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
color:#1A1209;
font-size:1.5rem;
}
.mvb-hero_rating_txt_4ow{
flex:1 1 auto;
min-width:0;
}
.mvb-hero_rating_stars_4ow{
gap:2px;
color:#C49430;
display:flex;
}
.mvb-hero_rating_stars_4ow svg{
height:0.75rem;
width:0.75rem;
}
.mvb-hero_rating_cap_4ow{
display:block;
line-height:1.35;
color:#6B5840;
margin-top:3px;
font-size:0.688rem;
overflow-wrap:break-word;
}
.mvb-stat_4ow{
border-bottom:1px solid rgba(20,14,6,0.14);
border-top:1px solid rgba(20,14,6,0.14);
margin-top:1rem;
}
.mvb-stat_in_4ow{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:770px){
.mvb-stat_in_4ow{
grid-template-columns:repeat(4,1fr);
}
}
.mvb-stat_item_4ow{
padding:1.375rem 0.875rem;
border-right:1px solid rgba(20,14,6,0.08);
border-bottom:1px solid rgba(20,14,6,0.08);
min-width:0;
}
.mvb-stat_item_4ow:nth-child(2n){
border-right:0;
}
.mvb-stat_item_4ow:nth-child(n+3){
border-bottom:0;
}
@media(min-width:767px){
.mvb-stat_item_4ow{
border-bottom:0;
}
.mvb-stat_item_4ow:nth-child(2n){
border-right:1px solid rgba(20,14,6,0.08);
}
.mvb-stat_item_4ow:nth-child(4n){
border-right:0;
}
}
.mvb-stat_value_4ow{
overflow-wrap:break-word;
font-weight:700;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
color:#1A1209;
font-size:1.875rem;
line-height:1;
}
@media(min-width:769px){
.mvb-stat_value_4ow{
font-size:34px;
}
}
.mvb-stat_label_4ow{
overflow-wrap:break-word;
line-height:1.4;
color:#6B5840;
margin-top:6px;
font-size:13px;
}
.mvb-jp_4ow{
padding:30px 0 10px;
}
.mvb-jp_grid_4ow{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:769px){
.mvb-jp_grid_4ow{
grid-template-columns:1fr 1fr;
}
.mvb-jp_card_mega_4ow{
grid-column:1/-1;
}
}
@media(min-width:1003px){
.mvb-jp_grid_4ow{
grid-template-columns:1.4fr 1fr 1fr;
}
.mvb-jp_card_mega_4ow{
grid-column:auto;
}
}
.mvb-jp_card_4ow{
border:1px solid rgba(20,14,6,0.08);
background:#FFFFFF;
border-radius:1.25rem;
overflow:hidden;
padding:1.625rem;
gap:0.75rem;
display:flex;
flex-direction:column;
position:relative;
justify-content:space-between;
min-height:200px;
min-width:0;
}
.mvb-jp_card_mega_4ow{
border-color:transparent;
background:linear-gradient(135deg,#2A1F11,#120D07);
color:#F5ECD8;
min-height:13.125rem;
}
.mvb-jp_glow_4ow{
background:radial-gradient(circle,rgba(196,148,48,0.18),transparent 70%);
border-radius:50%;
right:-2.5rem;
pointer-events:none;
height:200px;
top:-2.5rem;
width:200px;
position:absolute;
}
.mvb-jp_label_4ow{
gap:0.625rem;
color:#C49430;
flex-wrap:wrap;
justify-content:space-between;
text-transform:uppercase;
font-weight:700;
font-size:10px;
position:relative;
letter-spacing:.16em;
display:flex;
align-items:center;
}
.mvb-jp_card_mega_4ow .mvb-jp_label_4ow{
color:#E8B84B;
}
.mvb-jp_drop_4ow{
text-transform:none;
font-weight:600;
color:#6B5840;
letter-spacing:.04em;
}
.mvb-jp_card_mega_4ow .mvb-jp_drop_4ow{
color:#A89070;
}
.mvb-jp_amount_4ow{
font-weight:700;
font-size:2.375rem;
overflow-wrap:break-word;
position:relative;
color:#1A1209;
line-height:1;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
}
.mvb-jp_card_mega_4ow .mvb-jp_amount_4ow{
animation:zm2-pulse 2.4s infinite;
font-size:3rem;
color:#E8B84B;
}
@media(min-width:765px){
.mvb-jp_card_mega_4ow .mvb-jp_amount_4ow{
font-size:54px;
}
}
.mvb-jp_game_4ow{
font-size:0.813rem;
position:relative;
color:#6B5840;
}
.mvb-jp_card_mega_4ow .mvb-jp_game_4ow{
color:#A89070;
}
.mvb-jp_cta_4ow{
position:relative;
align-self:flex-start;
}
.mvb-jp_card_mega_4ow .mvb-jp_cta_4ow{
transition:opacity .22s ease;
padding:0.625rem 20px;
background:#E8B84B;
border-radius:999px;
font-size:0.813rem;
font-weight:700;
color:#1A1209;
}
.mvb-jp_card_mega_4ow .mvb-jp_cta_4ow:hover{
opacity:.9;
}
.mvb-jp_card_4ow:not(.mvb-jp_card_mega_4ow) .mvb-jp_cta_4ow{
transition:color .22s ease,border-color .22s ease;
font-size:13px;
color:#1A1209;
padding-bottom:2px;
font-weight:700;
border-bottom:1px solid #1A1209;
}
.mvb-jp_card_4ow:not(.mvb-jp_card_mega_4ow) .mvb-jp_cta_4ow:hover{
border-color:#C49430;
color:#C49430;
}
.mvb-jp_seo_4ow{
margin:0.875rem 0 0;
overflow-wrap:break-word;
font-size:14px;
line-height:1.65;
max-width:760px;
color:#8C7256;
}
.mvb-jp_seo_4ow strong{
color:#1A1209;
font-weight:700;
}
.mvb-pr_4ow{
padding:1.875rem 0 6px;
}
.mvb-pr_card_4ow{
gap:0.625rem;
overflow:hidden;
background:#FFFFFF;
border:1px solid rgba(20,14,6,0.08);
padding:1.625rem;
border-radius:20px;
flex:0 0 auto;
flex-direction:column;
display:flex;
min-height:12.5rem;
width:17.5rem;
position:relative;
}
@media(min-width:769px){
.mvb-pr_card_4ow{
width:18.75rem;
}
}
.mvb-pr_card_feat_4ow{
border-color:transparent;
background:linear-gradient(150deg,#2A1F11,#120D07);
color:#F5ECD8;
}
.mvb-pr_glow_4ow{
border-radius:50%;
background:radial-gradient(circle,rgba(196,148,48,0.18),transparent 70%);
right:-1.875rem;
position:absolute;
height:130px;
pointer-events:none;
width:8.125rem;
top:-1.875rem;
opacity:0;
}
.mvb-pr_card_feat_4ow .mvb-pr_glow_4ow{
opacity:1;
}
.mvb-pr_label_4ow{
color:#C49430;
text-transform:uppercase;
position:relative;
font-size:10px;
letter-spacing:.16em;
font-weight:700;
}
.mvb-pr_card_feat_4ow .mvb-pr_label_4ow{
color:#E8B84B;
}
.mvb-pr_amount_4ow{
overflow-wrap:break-word;
color:#1A1209;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
line-height:1.08;
position:relative;
font-size:1.625rem;
font-weight:600;
}
.mvb-pr_card_feat_4ow .mvb-pr_amount_4ow{
color:#F5ECD8;
}
.mvb-pr_amount_4ow em{
color:#C49430;
font-style:normal;
}
.mvb-pr_card_feat_4ow .mvb-pr_amount_4ow em{
color:#E8B84B;
}
.mvb-pr_terms_4ow{
position:relative;
font-size:0.813rem;
color:#6B5840;
line-height:1.5;
}
.mvb-pr_card_feat_4ow .mvb-pr_terms_4ow{
color:#A89070;
}
.mvb-pr_cta_4ow{
align-self:flex-start;
position:relative;
margin-top:auto;
}
.mvb-pr_card_feat_4ow .mvb-pr_cta_4ow{
padding:0.563rem 1.125rem;
background:#E8B84B;
border-radius:62.438rem;
transition:opacity .22s ease;
color:#1A1209;
font-size:0.813rem;
font-weight:700;
}
.mvb-pr_card_feat_4ow .mvb-pr_cta_4ow:hover{
opacity:.9;
}
.mvb-pr_card_4ow:not(.mvb-pr_card_feat_4ow) .mvb-pr_cta_4ow{
transition:color .22s ease,border-color .22s ease;
font-weight:700;
font-size:0.813rem;
padding-bottom:2px;
color:#1A1209;
border-bottom:1px solid #1A1209;
}
.mvb-pr_card_4ow:not(.mvb-pr_card_feat_4ow) .mvb-pr_cta_4ow:hover{
border-color:#C49430;
color:#C49430;
}
.mvb-grow_4ow{
padding:26px 0 0.625rem;
}
.mvb-row_seo_4ow{
margin:10px 0 0;
line-height:1.65;
overflow-wrap:break-word;
font-size:0.875rem;
max-width:47.5rem;
color:#8C7256;
}
.mvb-row_seo_4ow strong{
font-weight:700;
color:#1A1209;
}
.mvb-grow_4ow{
padding:26px 0 0.625rem;
}
.mvb-row_seo_4ow{
margin:10px 0 0;
line-height:1.65;
font-size:14px;
max-width:47.5rem;
overflow-wrap:break-word;
color:#8C7256;
}
.mvb-row_seo_4ow strong{
color:#1A1209;
font-weight:700;
}
.mvb-grow_4ow{
padding:1.625rem 0 0.625rem;
}
.mvb-row_seo_4ow{
margin:0.625rem 0 0;
line-height:1.65;
font-size:14px;
overflow-wrap:break-word;
max-width:47.5rem;
color:#8C7256;
}
.mvb-row_seo_4ow strong{
font-weight:700;
color:#1A1209;
}
.mvb-vip_4ow{
padding:48px 0;
}
@media(min-width:771px){
.mvb-vip_4ow{
padding:64px 0;
}
}
.mvb-vip_head_4ow{
gap:14px;
display:flex;
flex-direction:column;
margin-bottom:1.875rem;
}
@media(min-width:879px){
.mvb-vip_head_4ow{
gap:1.5rem;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.mvb-vip_eyebrow_4ow{
margin-bottom:0.75rem;
}
.mvb-vip_h2_4ow{
color:#F5ECD8;
font-weight:600;
line-height:1.05;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:2rem;
}
@media(min-width:769px){
.mvb-vip_h2_4ow{
font-size:40px;
}
}
.mvb-vip_intro_4ow{
line-height:1.6;
font-size:14px;
max-width:26.25rem;
color:#A89070;
}
.mvb-vip_grid_4ow{
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
gap:0.875rem;
display:grid;
}
.mvb-vip_card_4ow{
border-radius:14px;
border:1px solid rgba(255,235,185,0.14);
padding:1.375rem 18px;
min-width:0;
}
.mvb-vip_card_feat_4ow{
background:rgba(255,245,220,0.07);
border-color:#E8B84B;
}
.mvb-vip_card_ic_4ow{
background:linear-gradient(135deg,#C49430,#F0CC72);
border-radius:0.5rem;
height:34px;
width:34px;
display:block;
margin-bottom:1rem;
}
.mvb-vip_name_4ow{
color:#F5ECD8;
overflow-wrap:break-word;
margin-bottom:0.375rem;
font-size:20px;
font-weight:600;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
}
.mvb-vip_perk_4ow{
overflow-wrap:break-word;
font-size:0.781rem;
color:#A89070;
line-height:1.5;
}
.mvb-app_4ow{
padding:1.875rem 0 10px;
}
.mvb-app_in_4ow{
padding:2rem;
background:#FFFFFF;
gap:1.75rem;
border-radius:20px;
border:1px solid rgba(20,14,6,0.08);
display:flex;
flex-direction:column;
}
@media(min-width:767px){
.mvb-app_in_4ow{
gap:2.5rem;
padding:40px 2.75rem;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.mvb-app_copy_4ow{
max-width:35rem;
min-width:0;
}
.mvb-app_eyebrow_4ow{
margin-bottom:12px;
}
.mvb-app_h2_4ow{
font-weight:600;
line-height:1.05;
font-size:28px;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
color:#1A1209;
overflow-wrap:break-word;
margin-bottom:12px;
}
@media(min-width:769px){
.mvb-app_h2_4ow{
font-size:34px;
}
}
.mvb-app_text_4ow{
font-size:0.875rem;
line-height:1.6;
color:#8C7256;
margin-bottom:22px;
}
.mvb-app_btns_4ow{
gap:12px;
flex-wrap:wrap;
display:flex;
}
.mvb-app_btn_4ow{
gap:0.625rem;
background:#1A1209;
padding:11px 20px;
transition:background-color .22s ease;
border-radius:0.875rem;
color:#F5ECD8;
display:inline-flex;
align-items:center;
}
.mvb-app_btn_4ow:hover{
background:#2E2215;
}
.mvb-app_btn_ic_4ow{
align-items:center;
display:inline-flex;
}
.mvb-app_btn_ic_4ow svg{
height:1.125rem;
width:1.125rem;
}
.mvb-app_btn_lb_4ow{
font-size:0.844rem;
font-weight:700;
}
.mvb-app_qr_wrap_4ow{
gap:18px;
flex:0 0 auto;
align-items:center;
display:flex;
}
.mvb-app_qr_4ow{
flex:0 0 auto;
border-radius:14px;
background-image:repeating-linear-gradient(0deg,#FFFFFF 0 5px,transparent 0.313rem 11px),repeating-linear-gradient(90deg,#FFFFFF 0 5px,transparent 5px 11px);
background-color:#1A1209;
width:108px;
height:108px;
}
.mvb-app_qr_cap_4ow{
line-height:1.4;
font-size:12.5px;
color:#6B5840;
max-width:92px;
}
.mvb-sea_4ow{
padding:1.5rem 0 10px;
}
.mvb-sea_in_4ow{
background:linear-gradient(115deg,#2A1F11,#120D07);
padding:2.25rem;
gap:1.375rem;
overflow:hidden;
border-radius:20px;
color:#F5ECD8;
display:flex;
position:relative;
flex-direction:column;
}
@media(min-width:823px){
.mvb-sea_in_4ow{
padding:2.75rem 3rem;
gap:32px;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.mvb-sea_glow_4ow{
background:radial-gradient(circle,rgba(196,148,48,0.18),transparent 68%);
border-radius:50%;
transform:translateY(-50%);
top:50%;
position:absolute;
pointer-events:none;
right:3.75rem;
height:15rem;
width:240px;
}
.mvb-sea_copy_4ow{
max-width:35rem;
position:relative;
min-width:0;
}
.mvb-sea_eyebrow_4ow{
margin-bottom:12px;
}
.mvb-sea_h2_4ow{
line-height:1.04;
font-weight:600;
font-size:1.875rem;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
color:#F5ECD8;
margin-bottom:12px;
overflow-wrap:break-word;
}
@media(min-width:771px){
.mvb-sea_h2_4ow{
font-size:2.375rem;
}
}
.mvb-sea_text_4ow{
color:#A89070;
line-height:1.6;
font-size:15px;
}
.mvb-sea_cta_4ow{
flex:0 0 auto;
transition:opacity .22s ease;
padding:16px 32px;
background:#E8B84B;
border-radius:999px;
position:relative;
font-size:0.938rem;
font-weight:700;
color:#1A1209;
}
.mvb-sea_cta_4ow:hover{
opacity:.9;
}
.mvb-et_4ow{
padding:36px 0 0.625rem;
}
.mvb-et_in_4ow{
gap:2rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:878px){
.mvb-et_in_4ow{
grid-template-columns:1.1fr .9fr;
gap:48px;
}
}
.mvb-et_left_4ow{
min-width:0;
}
.mvb-et_eyebrow_4ow{
margin-bottom:12px;
}
.mvb-et_h2_4ow{
font-size:28px;
line-height:1.06;
font-weight:600;
overflow-wrap:break-word;
margin-bottom:0.875rem;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
color:#1A1209;
}
@media(min-width:768px){
.mvb-et_h2_4ow{
font-size:2rem;
}
}
.mvb-et_text_4ow{
font-size:15px;
color:#8C7256;
margin-bottom:1.375rem;
line-height:1.65;
}
.mvb-et_stats_4ow{
gap:24px;
display:flex;
flex-wrap:wrap;
}
.mvb-et_stat_4ow{
min-width:0;
}
.mvb-et_stat_v_4ow{
color:#1A1209;
font-weight:700;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
line-height:1;
font-size:26px;
}
.mvb-et_stat_l_4ow{
color:#6B5840;
font-size:12.5px;
margin-top:4px;
}
.mvb-et_right_4ow{
gap:12px;
display:flex;
flex-direction:column;
}
.mvb-et_member_4ow{
border:1px solid rgba(20,14,6,0.08);
padding:1.125rem 20px;
background:#FFFFFF;
gap:1rem;
border-radius:0.875rem;
min-width:0;
display:flex;
align-items:center;
}
.mvb-et_member_av_4ow{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#2A1F11,#C49430);
width:3rem;
height:48px;
}
.mvb-et_member_name_4ow{
font-size:15px;
color:#1A1209;
overflow-wrap:break-word;
font-weight:700;
}
.mvb-et_member_role_4ow{
font-size:0.781rem;
color:#6B5840;
overflow-wrap:break-word;
}
.mvb-et_updated_4ow{
border:1px solid rgba(20,14,6,0.08);
gap:0.5rem;
border-radius:0.875rem;
padding:14px 1.125rem;
background:#FAF6F0;
color:#8C7256;
font-size:0.781rem;
display:flex;
align-items:center;
}
.mvb-ts_4ow{
padding:44px 0;
}
.mvb-ts_in_4ow{
grid-template-columns:1fr;
gap:32px;
align-items:center;
display:grid;
}
@media(min-width:881px){
.mvb-ts_in_4ow{
gap:48px;
grid-template-columns:1.4fr 1fr;
}
}
.mvb-ts_left_4ow{
min-width:0;
}
.mvb-ts_h2_4ow{
line-height:1.1;
margin-bottom:0.75rem;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
font-weight:600;
color:#F5ECD8;
overflow-wrap:break-word;
font-size:1.625rem;
}
@media(min-width:767px){
.mvb-ts_h2_4ow{
font-size:1.75rem;
}
}
.mvb-ts_text_4ow{
line-height:1.6;
font-size:14.5px;
margin-bottom:22px;
color:#A89070;
max-width:32.5rem;
}
.mvb-ts_badges_4ow{
gap:18px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.mvb-ts_badge_4ow{
color:#A89070;
font-size:0.813rem;
font-weight:600;
}
.mvb-ts_pay_4ow{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
@media(min-width:881px){
.mvb-ts_pay_4ow{
justify-content:flex-end;
}
}
.mvb-ts_pay_chip_4ow{
border-radius:14px;
background:rgba(255,245,220,0.07);
border:1px solid rgba(255,235,185,0.14);
padding:12px 16px;
font-size:0.875rem;
color:#F5ECD8;
font-weight:700;
}
.mvb-wy_4ow{
padding:3rem 0;
}
@media(min-width:767px){
.mvb-wy_4ow{
padding:56px 0;
}
}
.mvb-wy_in_4ow{
grid-template-columns:1fr;
gap:32px;
align-items:start;
display:grid;
}
@media(min-width:898px){
.mvb-wy_in_4ow{
gap:48px;
grid-template-columns:.8fr 1.2fr;
}
}
.mvb-wy_left_4ow{
min-width:0;
}
.mvb-wy_eyebrow_4ow{
margin-bottom:0.875rem;
}
.mvb-wy_h2_4ow{
font-size:2rem;
margin-bottom:16px;
font-weight:600;
line-height:1.05;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
color:#1A1209;
overflow-wrap:break-word;
}
@media(min-width:771px){
.mvb-wy_h2_4ow{
font-size:40px;
}
}
.mvb-wy_intro_4ow{
color:#8C7256;
font-size:0.938rem;
line-height:1.6;
}
.mvb-wy_grid_4ow{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:563px){
.mvb-wy_grid_4ow{
grid-template-columns:1fr 1fr;
}
}
.mvb-wy_card_4ow{
border-radius:0.875rem;
padding:1.625rem;
background:#FFFFFF;
border:1px solid rgba(20,14,6,0.08);
min-width:0;
}
.mvb-wy_card_ic_4ow{
color:#C49430;
justify-content:center;
display:inline-flex;
align-items:center;
margin-bottom:1rem;
}
.mvb-wy_card_ic_4ow svg{
width:26px;
height:26px;
}
.mvb-wy_card_h_4ow{
margin-bottom:0.5rem;
line-height:1.15;
font-size:21px;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
color:#1A1209;
}
.mvb-wy_card_p_4ow{
line-height:1.55;
overflow-wrap:break-word;
color:#8C7256;
font-size:0.875rem;
}
.mvb-pmt_4ow{
padding:3rem 0 10px;
}
.mvb-pmt_in_4ow{
grid-template-columns:1fr;
gap:2rem;
align-items:start;
display:grid;
}
@media(min-width:879px){
.mvb-pmt_in_4ow{
gap:48px;
grid-template-columns:1fr 1.1fr;
}
}
.mvb-pmt_left_4ow{
min-width:0;
}
.mvb-pmt_eyebrow_4ow{
margin-bottom:12px;
}
.mvb-pmt_h2_4ow{
margin-bottom:12px;
font-size:1.875rem;
overflow-wrap:break-word;
line-height:1.06;
font-weight:600;
color:#1A1209;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:769px){
.mvb-pmt_h2_4ow{
font-size:2rem;
}
}
.mvb-pmt_text_4ow{
line-height:1.6;
font-size:14.5px;
margin-bottom:22px;
color:#8C7256;
}
.mvb-pmt_logos_4ow{
grid-template-columns:repeat(2,1fr);
gap:0.625rem;
display:grid;
}
@media(min-width:482px){
.mvb-pmt_logos_4ow{
grid-template-columns:repeat(4,1fr);
}
}
.mvb-pmt_logo_4ow{
border:1px solid rgba(20,14,6,0.08);
overflow:hidden;
background:#FFFFFF;
padding:0 0.5rem;
border-radius:8px;
font-weight:700;
display:flex;
justify-content:center;
color:#2E2215;
text-align:center;
text-overflow:ellipsis;
white-space:nowrap;
font-size:12.5px;
height:3.125rem;
align-items:center;
}
.mvb-pmt_table_4ow{
border-radius:14px;
border:1px solid rgba(20,14,6,0.08);
overflow:hidden;
min-width:0;
}
.mvb-pmt_thead_4ow{
grid-template-columns:1.4fr 1fr 1fr 1fr;
background:#2A2118;
display:grid;
}
.mvb-pmt_th_4ow{
overflow:hidden;
padding:0.813rem 0.875rem;
color:#F5ECD8;
font-weight:700;
white-space:nowrap;
text-transform:uppercase;
font-size:10px;
letter-spacing:.08em;
text-overflow:ellipsis;
}
.mvb-pmt_row_4ow{
grid-template-columns:1.4fr 1fr 1fr 1fr;
border-top:1px solid rgba(20,14,6,0.08);
display:grid;
}
.mvb-pmt_row_4ow:nth-child(odd){
background:#FFFFFF;
}
.mvb-pmt_td_4ow{
padding:0.875rem;
min-width:0;
overflow-wrap:break-word;
color:#8C7256;
font-size:0.844rem;
}
.mvb-pmt_row_4ow .mvb-pmt_td_4ow:first-child{
color:#1A1209;
font-weight:700;
}
.mvb-pmt_row_4ow .mvb-pmt_td_4ow:last-child{
font-weight:700;
color:#3A7D52;
}
.mvb-tt_4ow{
padding:3rem 0 0.625rem;
}
@media(min-width:767px){
.mvb-tt_4ow{
padding:60px 0 10px;
}
}
.mvb-tt_head_4ow{
text-align:center;
margin-bottom:2.125rem;
}
.mvb-tt_eyebrow_4ow{
margin-bottom:12px;
}
.mvb-tt_h2_4ow{
color:#1A1209;
overflow-wrap:break-word;
line-height:1.05;
font-size:2rem;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
font-weight:600;
}
@media(min-width:768px){
.mvb-tt_h2_4ow{
font-size:42px;
}
}
.mvb-tt_grid_4ow{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:758px){
.mvb-tt_grid_4ow{
grid-template-columns:repeat(3,1fr);
}
}
.mvb-tt_card_4ow{
border:1px solid rgba(20,14,6,0.08);
border-radius:0.875rem;
padding:1.875rem;
background:#FFFFFF;
display:flex;
flex-direction:column;
min-width:0;
}
.mvb-tt_card_ic_4ow{
margin-bottom:18px;
display:inline-flex;
align-items:center;
color:#C49430;
}
.mvb-tt_card_ic_4ow svg{
height:1.75rem;
width:28px;
}
.mvb-tt_card_h_4ow{
line-height:1.15;
font-size:22px;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
font-weight:600;
overflow-wrap:break-word;
margin-bottom:0.5rem;
color:#1A1209;
}
.mvb-tt_card_p_4ow{
overflow-wrap:break-word;
font-size:0.875rem;
margin-bottom:14px;
color:#8C7256;
line-height:1.6;
}
.mvb-tt_card_p_4ow b{
font-weight:700;
color:#1A1209;
}
.mvb-tt_card_link_4ow{
transition:color .22s ease;
font-weight:700;
margin-top:auto;
align-self:flex-start;
color:#1A1209;
font-size:0.813rem;
padding-bottom:2px;
border-bottom:1px solid #C49430;
}
.mvb-tt_card_link_4ow:hover{
color:#C49430;
}
.mvb-dr_4ow{
padding:2.25rem 0 10px;
}
.mvb-dr_in_4ow{
gap:1.25rem;
border:1px dashed rgba(20,14,6,0.14);
border-radius:0.875rem;
padding:1.75rem 32px;
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.mvb-dr_in_4ow{
gap:32px;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.mvb-dr_h2_4ow{
overflow-wrap:break-word;
margin-bottom:0.5rem;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
color:#1A1209;
line-height:1.1;
font-weight:600;
font-size:24px;
}
@media(min-width:766px){
.mvb-dr_h2_4ow{
font-size:1.625rem;
}
}
.mvb-dr_text_4ow{
font-size:0.875rem;
color:#8C7256;
overflow-wrap:break-word;
max-width:680px;
line-height:1.6;
}
.mvb-dr_text_4ow b{
font-weight:700;
color:#1A1209;
}
.mvb-dr_cta_4ow{
flex:0 0 auto;
transition:color .22s ease;
white-space:nowrap;
font-size:13.5px;
font-weight:700;
padding-bottom:2px;
border-bottom:1px solid #C49430;
color:#1A1209;
}
.mvb-dr_cta_4ow:hover{
color:#C49430;
}
.mvb-prov_4ow{
padding:40px 0 20px;
}
.mvb-prov_eyebrow_4ow{
margin-bottom:1.125rem;
display:block;
}
.mvb-prov_grid_4ow{
grid-template-columns:repeat(2,1fr);
gap:12px;
display:grid;
}
@media(min-width:559px){
.mvb-prov_grid_4ow{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:901px){
.mvb-prov_grid_4ow{
grid-template-columns:repeat(6,1fr);
}
}
.mvb-hts_4ow{
padding:48px 0;
}
@media(min-width:768px){
.mvb-hts_4ow{
padding:3.875rem 0;
}
}
.mvb-hts_head_4ow{
gap:1.125rem;
flex-direction:column;
margin-bottom:34px;
display:flex;
}
@media(min-width:766px){
.mvb-hts_head_4ow{
gap:1.5rem;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.mvb-hts_eyebrow_4ow{
margin-bottom:12px;
}
.mvb-hts_h2_4ow{
font-weight:600;
overflow-wrap:break-word;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
font-size:1.875rem;
color:#F5ECD8;
}
@media(min-width:769px){
.mvb-hts_h2_4ow{
font-size:2.375rem;
}
}
.mvb-hts_cta_4ow{
transition:opacity .22s ease;
flex:0 0 auto;
border-radius:62.438rem;
background:#E8B84B;
padding:15px 1.875rem;
font-size:0.938rem;
color:#1A1209;
font-weight:700;
}
.mvb-hts_cta_4ow:hover{
opacity:.9;
}
.mvb-hts_grid_4ow{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:763px){
.mvb-hts_grid_4ow{
grid-template-columns:repeat(3,1fr);
}
}
.mvb-hts_step_4ow{
min-width:0;
border-top:1px solid rgba(255,235,185,0.14);
padding-top:1.375rem;
}
.mvb-hts_step_num_4ow{
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.875rem;
font-weight:700;
line-height:1;
font-size:44px;
color:#E8B84B;
}
.mvb-hts_step_h_4ow{
margin-bottom:8px;
overflow-wrap:break-word;
color:#F5ECD8;
font-weight:700;
line-height:1.2;
font-size:1.188rem;
}
.mvb-hts_step_p_4ow{
color:#A89070;
overflow-wrap:break-word;
font-size:14px;
line-height:1.55;
}
.mvb-sg_4ow{
padding:48px 0 10px;
}
.mvb-sg_eyebrow_4ow{
display:block;
margin-bottom:12px;
}
.mvb-sg_h2_4ow{
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
font-size:30px;
margin-bottom:1.75rem;
overflow-wrap:break-word;
font-weight:600;
color:#1A1209;
}
@media(min-width:769px){
.mvb-sg_h2_4ow{
font-size:36px;
}
}
.mvb-sg_grid_4ow{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:720px){
.mvb-sg_grid_4ow{
grid-template-columns:repeat(3,1fr);
}
}
.mvb-sg_col_4ow{
min-width:0;
}
.mvb-sg_col_h_4ow{
margin-bottom:10px;
overflow-wrap:break-word;
font-weight:600;
font-size:22px;
color:#1A1209;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
line-height:1.15;
}
.mvb-sg_col_p_4ow{
font-size:14px;
overflow-wrap:break-word;
line-height:1.65;
color:#8C7256;
}
.mvb-sc_4ow{
padding:3rem 0 0.625rem;
}
.mvb-sc_head_4ow{
margin-bottom:1.75rem;
text-align:center;
}
.mvb-sc_eyebrow_4ow{
margin-bottom:12px;
}
.mvb-sc_h2_4ow{
overflow-wrap:break-word;
font-weight:600;
color:#1A1209;
font-size:1.875rem;
line-height:1.05;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:765px){
.mvb-sc_h2_4ow{
font-size:2.25rem;
}
}
.mvb-sc_table_4ow{
overflow:hidden;
border-radius:0.875rem;
border:1px solid rgba(20,14,6,0.08);
margin:0 auto;
max-width:56.25rem;
}
.mvb-sc_thead_4ow{
grid-template-columns:1.6fr 1fr 1fr;
background:#2A2118;
display:grid;
}
.mvb-sc_th_4ow{
padding:15px 1.125rem;
color:#A89070;
font-size:0.813rem;
overflow-wrap:break-word;
font-weight:700;
text-align:center;
}
.mvb-sc_th_4ow:first-child{
text-align:left;
}
.mvb-sc_th_us_4ow{
color:#E8B84B;
}
.mvb-sc_row_4ow{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(20,14,6,0.08);
}
.mvb-sc_row_4ow:nth-child(even){
background:#FFFFFF;
}
.mvb-sc_td_4ow{
padding:0.938rem 1.125rem;
font-size:0.875rem;
text-align:center;
overflow-wrap:break-word;
color:#6B5840;
min-width:0;
}
.mvb-sc_td_4ow:first-child{
text-align:left;
color:#2E2215;
font-weight:600;
}
.mvb-sc_td_us_4ow{
font-weight:700;
color:#3A7D52;
}
.mvb-sb_4ow{
background:#FFFFFF;
padding:48px 0;
border-bottom:1px solid rgba(20,14,6,0.08);
border-top:1px solid rgba(20,14,6,0.08);
margin-top:24px;
}
@media(min-width:769px){
.mvb-sb_4ow{
padding:3.5rem 0;
}
}
.mvb-sb_eyebrow_4ow{
margin-bottom:0.75rem;
display:block;
}
.mvb-sb_h2_4ow{
font-weight:600;
line-height:1.05;
font-size:30px;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
margin-bottom:26px;
color:#1A1209;
overflow-wrap:break-word;
}
@media(min-width:769px){
.mvb-sb_h2_4ow{
font-size:36px;
}
}
.mvb-sb_grid_4ow{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:561px){
.mvb-sb_grid_4ow{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:958px){
.mvb-sb_grid_4ow{
grid-template-columns:repeat(4,1fr);
}
}
.mvb-sb_card_4ow{
background:#FAF6F0;
border-radius:14px;
border:1px solid rgba(20,14,6,0.08);
padding:1.5rem;
min-width:0;
}
.mvb-sb_card_h_4ow{
margin-bottom:8px;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
color:#1A1209;
font-size:1.188rem;
font-weight:600;
overflow-wrap:break-word;
line-height:1.15;
}
.mvb-sb_card_p_4ow{
color:#8C7256;
font-size:0.844rem;
line-height:1.6;
overflow-wrap:break-word;
}
.mvb-sb_rtp_4ow{
grid-template-columns:1fr;
border-radius:14px;
padding:26px 28px;
border:1px solid rgba(20,14,6,0.08);
gap:1.5rem;
background:#FAF6F0;
display:grid;
margin-top:18px;
align-items:center;
}
@media(min-width:759px){
.mvb-sb_rtp_4ow{
grid-template-columns:1fr 1fr;
gap:40px;
}
}
.mvb-sb_rtp_h_4ow{
font-size:20px;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
color:#1A1209;
margin-bottom:8px;
font-weight:600;
overflow-wrap:break-word;
line-height:1.15;
}
.mvb-sb_rtp_p_4ow{
overflow-wrap:break-word;
line-height:1.6;
font-size:0.844rem;
color:#8C7256;
}
.mvb-sb_rtp_stats_4ow{
gap:16px;
display:flex;
}
.mvb-sb_stat_4ow{
flex:1 1 0;
padding:1.125rem;
border-radius:0.5rem;
background:#FFFFFF;
text-align:center;
min-width:0;
}
.mvb-sb_stat_v_4ow{
overflow-wrap:break-word;
color:#3A7D52;
font-weight:700;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
font-size:1.625rem;
}
.mvb-sb_stat_l_4ow{
margin-top:0.25rem;
color:#6B5840;
font-size:11.5px;
}
.mvb-el_4ow{
padding:3rem 0;
}
@media(min-width:766px){
.mvb-el_4ow{
padding:3.5rem 0;
}
}
.mvb-el_in_4ow{
grid-template-columns:1fr;
gap:40px;
display:grid;
align-items:start;
}
@media(min-width:898px){
.mvb-el_in_4ow{
gap:56px;
grid-template-columns:1fr 1fr;
}
}
.mvb-el_left_4ow{
min-width:0;
}
.mvb-el_eyebrow_4ow{
margin-bottom:0.875rem;
}
.mvb-el_h2_4ow{
font-weight:600;
color:#1A1209;
margin-bottom:22px;
font-size:2rem;
line-height:1.08;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
}
@media(min-width:770px){
.mvb-el_h2_4ow{
font-size:38px;
}
}
.mvb-el_body_4ow p{
line-height:1.7;
color:#2E2215;
font-size:1rem;
overflow-wrap:break-word;
margin-bottom:18px;
}
.mvb-el_dropcap_4ow{
padding:6px 12px 0 0;
float:left;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
font-size:3.875rem;
font-weight:700;
color:#C49430;
line-height:.8;
}
.mvb-el_right_4ow{
min-width:0;
}
.mvb-el_quote_4ow{
background:linear-gradient(150deg,#2A1F11,#120D07);
border-radius:1.25rem;
padding:2.25rem;
position:relative;
margin-bottom:24px;
color:#F5ECD8;
}
.mvb-el_quote_mark_4ow{
display:inline-flex;
margin-bottom:6px;
color:#E8B84B;
align-items:center;
}
.mvb-el_quote_mark_4ow svg{
width:2.125rem;
height:2.125rem;
}
.mvb-el_quote_text_4ow{
font-weight:500;
margin-bottom:22px;
color:#F5ECD8;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
line-height:1.4;
font-size:22px;
overflow-wrap:break-word;
}
.mvb-el_quote_meta_4ow{
gap:12px;
display:flex;
align-items:center;
}
.mvb-el_quote_av_4ow{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#C49430,#F0CC72);
width:2.375rem;
height:38px;
}
.mvb-el_quote_author_4ow{
font-weight:700;
font-size:0.875rem;
color:#F5ECD8;
}
.mvb-el_quote_meta_sub_4ow{
color:#A89070;
font-size:0.75rem;
}
.mvb-el_explain_4ow{
overflow:hidden;
border:1px solid rgba(20,14,6,0.08);
border-radius:0.875rem;
}
.mvb-el_explain_card_4ow{
padding:1.375rem 1.5rem;
}
.mvb-el_explain_card_4ow+.mvb-el_explain_card_4ow{
border-top:1px solid rgba(20,14,6,0.08);
}
.mvb-el_explain_h_4ow{
font-size:1.25rem;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
color:#1A1209;
margin-bottom:0.5rem;
overflow-wrap:break-word;
line-height:1.15;
font-weight:600;
}
.mvb-el_explain_p_4ow{
overflow-wrap:break-word;
line-height:1.55;
color:#8C7256;
font-size:14px;
}
.mvb-lh_4ow{
padding:2.5rem 0 20px;
}
.mvb-lh_in_4ow{
padding-top:34px;
border-top:1px solid rgba(20,14,6,0.14);
}
.mvb-lh_eyebrow_4ow{
display:block;
margin-bottom:1.375rem;
}
.mvb-lh_grid_4ow{
grid-template-columns:1fr 1fr;
gap:28px;
display:grid;
}
@media(min-width:603px){
.mvb-lh_grid_4ow{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:957px){
.mvb-lh_grid_4ow{
grid-template-columns:repeat(5,1fr);
}
}
.mvb-lh_col_4ow{
min-width:0;
}
.mvb-lh_col_h_4ow{
color:#1A1209;
margin-bottom:0.75rem;
font-size:13px;
font-weight:700;
overflow-wrap:break-word;
}
.mvb-lh_links_4ow{
gap:0.5rem;
display:flex;
flex-direction:column;
}
.mvb-lh_link_4ow{
transition:color .22s ease;
font-size:13px;
color:#8C7256;
overflow-wrap:break-word;
}
.mvb-lh_link_4ow:hover{
color:#C49430;
}
.mvb-faq_4ow{
padding:48px 0;
background:#FFFFFF;
border-bottom:1px solid rgba(20,14,6,0.08);
margin-top:24px;
border-top:1px solid rgba(20,14,6,0.08);
}
@media(min-width:770px){
.mvb-faq_4ow{
padding:3.875rem 0;
}
}
.mvb-faq_head_4ow{
margin-bottom:2.125rem;
text-align:center;
}
.mvb-faq_eyebrow_4ow{
margin-bottom:0.75rem;
}
.mvb-faq_h2_4ow{
color:#1A1209;
overflow-wrap:break-word;
font-weight:600;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
font-size:32px;
}
@media(min-width:767px){
.mvb-faq_h2_4ow{
font-size:2.375rem;
}
}
.mvb-faq_list_4ow{
gap:0.75rem;
margin:0 auto;
display:flex;
max-width:820px;
flex-direction:column;
}
.mvb-faq_item_4ow{
border-radius:0.875rem;
background:#FAF6F0;
border:1px solid rgba(20,14,6,0.08);
overflow:hidden;
}
.mvb-faq_q_4ow{
list-style:none;
gap:1.25rem;
padding:1.25rem 24px;
font-size:16px;
cursor:pointer;
font-weight:700;
color:#1A1209;
justify-content:space-between;
display:flex;
overflow-wrap:break-word;
align-items:center;
}
.mvb-faq_q_4ow::-webkit-details-marker{
display:none;
}
.mvb-faq_q_ic_4ow{
flex:0 0 auto;
transition:transform .22s ease;
align-items:center;
color:#C49430;
display:inline-flex;
}
.mvb-faq_q_ic_4ow svg{
width:1.125rem;
height:18px;
}
.mvb-faq_item_4ow[open] .mvb-faq_q_ic_4ow{
transform:rotate(180deg);
}
.mvb-faq_a_4ow{
padding:0 24px 1.25rem;
overflow-wrap:break-word;
color:#8C7256;
font-size:0.906rem;
line-height:1.6;
}
.mvb-gd_4ow{
padding:3rem 0 0.625rem;
}
.mvb-gd_head_4ow{
gap:0.875rem;
flex-direction:column;
display:flex;
margin-bottom:24px;
}
@media(min-width:681px){
.mvb-gd_head_4ow{
gap:1.25rem;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.mvb-gd_eyebrow_4ow{
margin-bottom:0.625rem;
}
.mvb-gd_h2_4ow{
line-height:1.05;
overflow-wrap:break-word;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
color:#1A1209;
font-size:1.75rem;
font-weight:600;
}
@media(min-width:769px){
.mvb-gd_h2_4ow{
font-size:34px;
}
}
.mvb-gd_more_4ow{
flex:0 0 auto;
transition:color .22s ease,border-color .22s ease;
padding-bottom:2px;
border-bottom:1px solid #1A1209;
color:#1A1209;
font-size:13.5px;
font-weight:600;
}
.mvb-gd_more_4ow:hover{
border-color:#C49430;
color:#C49430;
}
.mvb-gd_grid_4ow{
grid-template-columns:1fr;
gap:1.25rem;
display:grid;
}
@media(min-width:719px){
.mvb-gd_grid_4ow{
grid-template-columns:repeat(3,1fr);
}
}
.mvb-gd_card_4ow{
background:#FFFFFF;
border:1px solid rgba(20,14,6,0.08);
border-radius:0.875rem;
overflow:hidden;
min-width:0;
display:block;
}
.mvb-gd_card_img_4ow{
background:linear-gradient(140deg,#2A1F11,#C49430);
height:9.375rem;
}
.mvb-gd_card_body_4ow{
padding:1.375rem;
}
.mvb-gd_card_cat_4ow{
color:#C49430;
font-weight:600;
letter-spacing:.1em;
font-size:0.625rem;
text-transform:uppercase;
}
.mvb-gd_card_h_4ow{
margin:0.5rem 0 10px;
color:#1A1209;
overflow-wrap:break-word;
line-height:1.2;
font-weight:600;
font-size:1.188rem;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
}
.mvb-gd_card_meta_4ow{
color:#6B5840;
font-size:12px;
overflow-wrap:break-word;
}
.mvb-ft_4ow{
background:#2A2118;
color:#A89070;
margin-top:2.5rem;
}
.mvb-ft_in_4ow{
grid-template-columns:1fr;
padding:3rem 0 1.75rem;
gap:32px;
display:grid;
}
@media(min-width:603px){
.mvb-ft_in_4ow{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:897px){
.mvb-ft_in_4ow{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.mvb-ft_brand_4ow{
min-width:0;
}
.mvb-ft_logo_4ow{
overflow-wrap:break-word;
font-size:1.625rem;
color:#F5ECD8;
font-family:"Playfair Display", 'Iowan Old Style', Georgia, serif;
font-weight:700;
}
.mvb-ft_tagline_4ow{
line-height:1.6;
max-width:17.5rem;
margin-top:0.875rem;
font-size:13.5px;
color:#A89070;
}
.mvb-ft_contact_4ow{
transition:color .22s ease;
max-width:280px;
display:inline-block;
color:#E8B84B;
overflow-wrap:anywhere;
font-size:13px;
margin-top:0.75rem;
}
.mvb-ft_contact_4ow:hover{
color:#F5ECD8;
}
.mvb-ft_col_4ow{
min-width:0;
}
.mvb-ft_col_h_4ow{
overflow-wrap:break-word;
font-size:0.813rem;
font-weight:700;
margin-bottom:0.875rem;
text-transform:uppercase;
letter-spacing:.08em;
color:#F5ECD8;
}
.mvb-ft_col_links_4ow{
gap:10px;
display:flex;
flex-direction:column;
}
.mvb-ft_link_4ow{
transition:color .22s ease;
font-size:0.844rem;
color:#A89070;
overflow-wrap:break-word;
}
.mvb-ft_link_4ow:hover{
color:#F5ECD8;
}
.mvb-ft_bot_4ow{
padding:22px 0 2.5rem;
gap:16px;
flex-direction:column;
border-top:1px solid rgba(255,235,185,0.14);
display:flex;
}
@media(min-width:769px){
.mvb-ft_bot_4ow{
gap:20px;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.mvb-ft_legal_4ow{
line-height:1.6;
max-width:760px;
font-size:11.5px;
color:#B5A08A;
overflow-wrap:break-word;
}
.mvb-ft_legal_4ow b{
color:#A89070;
font-weight:700;
}
.mvb-ft_age_4ow{
border-radius:8px;
padding:0.25rem 0.563rem;
border:1.5px solid #E8B84B;
flex:0 0 auto;
font-size:13px;
color:#E8B84B;
font-weight:700;
}