*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F5F2EE;
overflow-wrap:break-word;
font-size:15px;
-webkit-font-smoothing:antialiased;
text-rendering:optimizeLegibility;
line-height:1.6;
color:#2E2A25;
font-family:"Work Sans", 'Helvetica Neue', Arial, sans-serif;
}
img{
display:block;
max-width:100%;
}
a{
color:inherit;
text-decoration:none;
}
button{
background:none;
border:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
height:8px;
width:8px;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.52);
border-radius:0.5rem;
}
::-webkit-scrollbar-track{
background:transparent;
}
.zoj-layout_mhr{
display:flex;
min-height:100vh;
flex-direction:column;
}
.zoj-main_mhr{
flex:1 1 auto;
min-width:0;
width:100%;
}
.zoj-container_mhr{
margin:0 auto;
padding:0 16px;
width:100%;
max-width:1400px;
}
@media(min-width:769px){
.zoj-container_mhr{
padding:0 2rem;
}
}
@media(min-width:1101px){
.zoj-container_mhr{
padding:0 56px;
}
}
.zoj-eyebrow_mhr{
letter-spacing:.2em;
font-weight:600;
display:inline-block;
font-family:"Work Sans", 'Helvetica Neue', Arial, sans-serif;
text-transform:uppercase;
color:#1A9E6E;
overflow-wrap:break-word;
font-size:0.688rem;
line-height:1.4;
}
.zoj-band_mhr{
background:#16202B;
color:#F0EDE7;
}
.zoj-band_mhr .zoj-eyebrow_mhr{
color:#3DDBA0;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.zoj-tb_mhr{
background:#F5F2EE;
border-bottom:1px solid rgba(20,18,14,0.15);
top:0;
position:sticky;
z-index:50;
}
.zoj-tb_in_mhr{
gap:1rem;
padding:0.75rem 1rem;
margin:0 auto;
align-items:center;
justify-content:space-between;
display:flex;
max-width:1400px;
width:100%;
}
@media(min-width:770px){
.zoj-tb_in_mhr{
padding:16px 2rem;
}
}
@media(min-width:1097px){
.zoj-tb_in_mhr{
padding:18px 56px;
}
}
.zoj-tb_left_mhr{
gap:1.75rem;
min-width:0;
display:flex;
align-items:center;
}
.zoj-tb_logo_mhr{
gap:11px;
align-items:center;
display:flex;
min-width:0;
}
.zoj-tb_logo_mark_mhr{
flex:0 0 auto;
border-radius:0.5rem;
object-fit:cover;
width:2.125rem;
height:34px;
}
.zoj-tb_logo_txt_mhr{
min-width:0;
display:flex;
line-height:1;
flex-direction:column;
}
.zoj-tb_logo_name_mhr{
overflow:hidden;
color:#1A1714;
font-weight:700;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
white-space:nowrap;
font-size:22px;
letter-spacing:.02em;
text-overflow:ellipsis;
}
.zoj-tb_logo_sub_mhr{
overflow:hidden;
text-overflow:ellipsis;
text-transform:uppercase;
white-space:nowrap;
margin-top:4px;
font-weight:600;
font-size:0.531rem;
color:#1A9E6E;
letter-spacing:.32em;
}
.zoj-tb_nav_mhr{
display:none;
}
@media(min-width:961px){
.zoj-tb_nav_mhr{
gap:28px;
align-items:center;
display:flex;
}
}
.zoj-tb_nav_item_mhr{
transition:color .22s ease,border-color .22s ease;
color:#2E2A25;
font-size:14px;
padding-bottom:3px;
font-weight:600;
white-space:nowrap;
border-bottom:2px solid transparent;
}
.zoj-tb_nav_item_mhr:hover{
color:#1A1714;
}
.zoj-tb_nav_item_mhr.zoj-state_active_mhr{
border-color:#1A9E6E;
color:#1A1714;
}
.zoj-tb_right_mhr{
flex:0 0 auto;
gap:0.875rem;
align-items:center;
display:flex;
}
.zoj-tb_search_mhr{
transition:color .22s ease;
color:#2E2A25;
align-items:center;
justify-content:center;
display:flex;
}
.zoj-tb_search_mhr:hover{
color:#1A9E6E;
}
.zoj-tb_search_mhr svg{
width:1.125rem;
height:1.125rem;
}
.zoj-tb_lang_mhr{
text-transform:uppercase;
letter-spacing:.1em;
color:#6B6259;
font-weight:600;
font-size:0.688rem;
}
.zoj-tb_lang_mhr:hover{
color:#1A1714;
}
.zoj-tb_login_mhr{
color:#1A1714;
font-weight:600;
display:none;
font-size:0.875rem;
}
@media(min-width:771px){
.zoj-tb_login_mhr{
display:inline-block;
}
}
.zoj-tb_register_mhr{
background:#16202B;
padding:11px 1.375rem;
transition:background-color .22s ease;
border-radius:999px;
white-space:nowrap;
color:#F0EDE7;
font-weight:700;
font-size:0.875rem;
}
.zoj-tb_register_mhr:hover{
background:#1E2E3E;
}
.zoj-mob_mhr{
background:#F5F2EE;
position:fixed;
right:0;
padding-bottom:env(safe-area-inset-bottom);
z-index:60;
bottom:0;
border-top:1px solid rgba(20,18,14,0.15);
left:0;
}
@media(min-width:961px){
.zoj-mob_mhr{
display:none;
}
}
.zoj-mob_in_mhr{
margin:0 auto;
justify-content:space-around;
max-width:560px;
display:flex;
align-items:stretch;
}
.zoj-mob_item_mhr{
padding:0.563rem 0.25rem;
flex:1 1 0;
transition:color .22s ease;
gap:3px;
min-width:0;
align-items:center;
color:#6B6259;
flex-direction:column;
display:flex;
}
.zoj-mob_item_mhr.zoj-state_active_mhr{
color:#1A9E6E;
}
.zoj-mob_ic_mhr{
justify-content:center;
display:flex;
align-items:center;
}
.zoj-mob_ic_mhr svg{
height:1.25rem;
width:20px;
}
.zoj-mob_lb_mhr{
overflow:hidden;
font-weight:600;
font-size:0.625rem;
text-overflow:ellipsis;
max-width:100%;
white-space:nowrap;
}
@media(max-width:960px){
body{
padding-bottom:3.75rem;
}
}
.zoj-rail_mhr{
position:relative;
min-width:0;
}
.zoj-rail_scroll_mhr{
gap:14px;
scrollbar-width:thin;
-webkit-overflow-scrolling:touch;
display:flex;
overflow-x:auto;
padding-bottom:0.875rem;
}
@media(min-width:769px){
.zoj-rail_scroll_mhr{
gap:1.125rem;
}
}
.zoj-gc_mhr{
flex:0 0 auto;
display:block;
width:150px;
}
@media(min-width:766px){
.zoj-gc_mhr{
width:11.75rem;
}
}
.zoj-gc_img_mhr{
border-radius:0.875rem;
background:#FDFBF8;
overflow:hidden;
position:relative;
box-shadow:0 2px 8px rgba(20,18,14,0.07), 0 0.375rem 1.125rem rgba(20,18,14,0.05);
padding-bottom:133.33%;
}
.zoj-gc_img_mhr img{
inset:0;
width:100%;
object-fit:cover;
position:absolute;
height:100%;
}
.zoj-gc_cover_mhr{
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
inset:0;
position:absolute;
pointer-events:none;
}
.zoj-gc_hover_mhr{
background:rgba(0,0,0,0.52);
inset:0;
transition:opacity .22s ease;
justify-content:center;
position:absolute;
opacity:0;
align-items:center;
display:flex;
}
.zoj-gc_mhr:hover .zoj-gc_hover_mhr{
opacity:1;
}
.zoj-gc_hover_btn_mhr{
border-radius:62.438rem;
background:#16202B;
height:2.875rem;
color:#F0EDE7;
width:46px;
display:flex;
justify-content:center;
align-items:center;
}
.zoj-gc_hover_btn_mhr svg{
height:1.125rem;
width:1.125rem;
}
.zoj-gc_info_mhr{
gap:2px;
display:flex;
margin-top:9px;
flex-direction:column;
min-width:0;
}
.zoj-gc_name_mhr{
overflow:hidden;
font-size:0.813rem;
text-overflow:ellipsis;
color:#1A1714;
font-weight:700;
white-space:nowrap;
}
.zoj-gc_prov_mhr{
overflow:hidden;
white-space:nowrap;
color:#6B6259;
text-overflow:ellipsis;
font-size:11px;
}
.zoj-gc_meta_mhr{
font-size:11px;
color:#6B6259;
}
.zoj-tc_mhr{
flex:0 0 auto;
display:block;
width:11.25rem;
}
@media(min-width:769px){
.zoj-tc_mhr{
width:14.375rem;
}
}
.zoj-tc_img_mhr{
overflow:hidden;
background:#FDFBF8;
border-radius:14px;
padding-bottom:75%;
position:relative;
box-shadow:0 2px 8px rgba(20,18,14,0.07), 0 6px 1.125rem rgba(20,18,14,0.05);
}
.zoj-tc_img_mhr img{
inset:0;
object-fit:cover;
width:100%;
position:absolute;
height:100%;
}
.zoj-tc_info_mhr{
gap:2px;
flex-direction:column;
min-width:0;
margin-top:9px;
display:flex;
}
.zoj-tc_name_mhr{
overflow:hidden;
text-overflow:ellipsis;
font-size:14px;
font-weight:700;
color:#1A1714;
white-space:nowrap;
}
.zoj-tc_rtp_mhr{
font-size:0.688rem;
color:#6B6259;
}
.zoj-lc_mhr{
flex:0 0 auto;
display:block;
width:14.375rem;
}
@media(min-width:768px){
.zoj-lc_mhr{
width:268px;
}
}
.zoj-lc_img_mhr{
border-radius:0.875rem;
overflow:hidden;
background:#FDFBF8;
box-shadow:0 2px 0.5rem rgba(20,18,14,0.07), 0 0.375rem 18px rgba(20,18,14,0.05);
padding-bottom:62.5%;
position:relative;
}
.zoj-lc_img_mhr img{
inset:0;
height:100%;
width:100%;
position:absolute;
object-fit:cover;
}
.zoj-lc_live_mhr{
padding:4px 0.563rem;
gap:0.438rem;
border-radius:62.438rem;
background:rgba(0,0,0,0.52);
left:0.75rem;
display:flex;
position:absolute;
top:12px;
align-items:center;
}
.zoj-lc_live_dot_mhr{
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
background:#D94040;
width:8px;
height:0.5rem;
}
.zoj-lc_seats_mhr{
text-transform:uppercase;
letter-spacing:.08em;
font-size:10px;
font-weight:600;
color:#F0EDE7;
}
.zoj-lc_info_mhr{
gap:2px;
flex-direction:column;
min-width:0;
display:flex;
margin-top:0.563rem;
}
.zoj-lc_name_mhr{
overflow:hidden;
color:#1A1714;
font-weight:700;
white-space:nowrap;
text-overflow:ellipsis;
font-size:15px;
}
.zoj-lc_bet_mhr{
color:#6B6259;
font-size:11px;
}
.zoj-pc_mhr{
padding:16px 0.875rem;
gap:0.5rem;
background:#FDFBF8;
border:1px solid rgba(20,18,14,0.08);
border-radius:14px;
flex-direction:column;
justify-content:center;
display:flex;
min-height:74px;
min-width:0;
align-items:center;
}
.zoj-pc_logo_mhr{
flex:0 0 auto;
width:auto;
height:28px;
object-fit:contain;
max-width:100%;
}
.zoj-pc_name_mhr{
overflow:hidden;
max-width:100%;
white-space:nowrap;
color:#6B6259;
text-align:center;
text-overflow:ellipsis;
font-size:0.688rem;
}
.zoj-gc_tag_mhr{
padding:3px 0.5rem;
border-radius:0.5rem;
left:0.625rem;
letter-spacing:.06em;
text-transform:uppercase;
position:absolute;
font-size:10px;
top:10px;
display:inline-block;
z-index:2;
font-weight:700;
}
.zoj-gc_tag_hot_mhr{
background:#D94040;
color:#F0EDE7;
}
.zoj-gc_tag_new_mhr{
background:#22C98A;
color:#0E1A14;
}
.zoj-gc_tag_jp_mhr{
background:#C8892A;
color:#0E1A14;
}
.zoj-gc_tag_live_mhr{
background:#D94040;
color:#F0EDE7;
}
.zoj-sh_mhr{
min-width:0;
margin-bottom:18px;
}
.zoj-sh_row_mhr{
gap:16px;
display:flex;
align-items:flex-end;
flex-wrap:wrap;
justify-content:space-between;
}
.zoj-sh_row_mhr .zoj-sh_l_mhr{
gap:6px;
flex-direction:column;
display:flex;
min-width:0;
}
.zoj-sh_stack_mhr{
gap:10px;
display:flex;
flex-direction:column;
align-items:flex-start;
}
.zoj-sh_center_mhr{
gap:0.625rem;
align-items:center;
display:flex;
flex-direction:column;
text-align:center;
}
.zoj-sh_h2_mhr{
font-size:1.5rem;
font-weight:600;
line-height:1.1;
overflow-wrap:break-word;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
color:#1A1714;
}
@media(min-width:765px){
.zoj-sh_h2_mhr{
font-size:1.875rem;
}
}
.zoj-band_mhr .zoj-sh_h2_mhr{
color:#F0EDE7;
}
.zoj-sh_eb_line_mhr{
gap:10px;
align-items:center;
display:inline-flex;
}
.zoj-sh_eb_line_mhr::before{
background:#1A9E6E;
width:28px;
content:"";
height:1px;
display:inline-block;
}
.zoj-band_mhr .zoj-sh_eb_line_mhr::before{
background:#3DDBA0;
}
.zoj-sh_eb_dot_mhr{
gap:0.5rem;
display:inline-flex;
align-items:center;
}
.zoj-sh_eb_dot_mhr::before{
background:#1A9E6E;
border-radius:50%;
content:"";
display:inline-block;
height:0.375rem;
width:0.375rem;
}
.zoj-band_mhr .zoj-sh_eb_dot_mhr::before{
background:#3DDBA0;
}
.zoj-sh_link_mhr{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:0.375rem;
padding-bottom:2px;
border-bottom:1px solid #1A1714;
display:inline-flex;
color:#1A1714;
font-weight:600;
font-size:0.813rem;
align-items:center;
white-space:nowrap;
}
.zoj-sh_link_mhr:hover{
border-color:#1A9E6E;
color:#1A9E6E;
}
.zoj-sh_link_mhr svg{
height:14px;
width:0.875rem;
}
.zoj-sh_link_chev_mhr{
border-bottom:0;
padding-bottom:0;
}
.zoj-sh_link_btn_mhr{
padding:9px 1.125rem;
border-radius:62.438rem;
background:#16202B;
border-bottom:0;
color:#F0EDE7;
}
.zoj-sh_link_btn_mhr:hover{
background:#1E2E3E;
border-color:transparent;
color:#F0EDE7;
}
.zoj-band_mhr .zoj-sh_link_mhr{
border-color:#F0EDE7;
color:#F0EDE7;
}
.zoj-band_mhr .zoj-sh_link_btn_mhr{
background:#3DDBA0;
color:#0E1A14;
}
.zoj-sh_rule_mhr{
margin:-2px 0 1.125rem;
background:rgba(20,18,14,0.15);
height:1px;
}
.zoj-band_mhr .zoj-sh_rule_mhr{
background:rgba(255,252,245,0.13);
}
.zoj-hero_mhr{
padding:2rem 0 8px;
}
@media(min-width:765px){
.zoj-hero_mhr{
padding:56px 0 1.5rem;
}
}
.zoj-hero_in_mhr{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:center;
}
@media(min-width:900px){
.zoj-hero_in_mhr{
grid-template-columns:1.05fr .95fr;
gap:3rem;
}
}
.zoj-hero_copy_mhr{
min-width:0;
}
.zoj-hero_eyebrow_mhr{
gap:10px;
align-items:center;
margin-bottom:22px;
display:inline-flex;
}
.zoj-hero_eyebrow_line_mhr{
flex:0 0 auto;
background:#1A9E6E;
display:inline-block;
width:28px;
height:1px;
}
.zoj-hero_h1_mhr{
margin-bottom:1.25rem;
color:#1A1714;
overflow-wrap:break-word;
letter-spacing:-.01em;
font-size:2.375rem;
font-weight:600;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
line-height:1.04;
}
@media(min-width:771px){
.zoj-hero_h1_mhr{
font-size:3.375rem;
}
}
@media(min-width:1099px){
.zoj-hero_h1_mhr{
font-size:62px;
}
}
.zoj-hero_h1_mhr em{
color:#1A9E6E;
font-style:normal;
}
.zoj-hero_sub_mhr{
margin-bottom:1.875rem;
line-height:1.6;
color:#8C8278;
max-width:480px;
font-size:1rem;
}
@media(min-width:766px){
.zoj-hero_sub_mhr{
font-size:18px;
}
}
.zoj-hero_actions_mhr{
gap:0.875rem;
align-items:center;
display:flex;
flex-wrap:wrap;
margin-bottom:34px;
}
.zoj-hero_cta_mhr{
border-radius:62.438rem;
transition:background-color .22s ease;
padding:1rem 30px;
background:#16202B;
gap:0.625rem;
align-items:center;
font-weight:700;
display:inline-flex;
font-size:0.938rem;
color:#F0EDE7;
}
.zoj-hero_cta_mhr:hover{
background:#1E2E3E;
}
.zoj-hero_cta_ic_mhr{
align-items:center;
display:inline-flex;
}
.zoj-hero_cta_ic_mhr svg{
width:16px;
height:1rem;
}
.zoj-hero_cta_alt_mhr{
border:1px solid rgba(20,18,14,0.15);
border-radius:999px;
background:transparent;
padding:15px 26px;
transition:border-color .22s ease,color .22s ease;
color:#1A1714;
align-items:center;
font-weight:600;
font-size:15px;
display:inline-flex;
}
.zoj-hero_cta_alt_mhr:hover{
border-color:#1A9E6E;
color:#1A9E6E;
}
.zoj-hero_trust_mhr{
gap:22px;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.zoj-hero_trust_item_mhr{
gap:0.563rem;
align-items:center;
color:#2E2A25;
font-size:13px;
font-weight:600;
display:flex;
}
.zoj-hero_trust_ic_mhr{
color:#1A9E6E;
align-items:center;
display:inline-flex;
}
.zoj-hero_trust_ic_mhr svg{
height:1rem;
width:16px;
}
.zoj-hero_promo_mhr{
border-radius:20px;
overflow:hidden;
background:#FDFBF8;
display:flex;
min-height:300px;
position:relative;
box-shadow:0 12px 3rem rgba(20,18,14,0.14), 0 3px 0.625rem rgba(20,18,14,0.08);
}
.zoj-hero_promo_bg_mhr{
inset:0;
background-size:cover;
background-position:center;
position:absolute;
}
.zoj-hero_promo_bg_mhr::after{
inset:0;
background:linear-gradient(120deg,#16202B 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
content:"";
position:absolute;
}
.zoj-hero_promo_glow_mhr{
border-radius:50%;
background:radial-gradient(circle,rgba(32,178,120,0.18) 0%,transparent 65%);
pointer-events:none;
width:16.25rem;
height:16.25rem;
top:-2.5rem;
right:-1.25rem;
position:absolute;
}
.zoj-hero_promo_ct_mhr{
padding:28px;
z-index:2;
align-self:flex-end;
position:relative;
max-width:88%;
}
.zoj-hero_promo_label_mhr{
margin-bottom:0.5rem;
color:#3DDBA0;
font-weight:700;
display:block;
font-size:10px;
text-transform:uppercase;
letter-spacing:.25em;
}
.zoj-hero_promo_amount_mhr{
line-height:1.05;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#F0EDE7;
font-weight:600;
font-size:2rem;
}
@media(min-width:770px){
.zoj-hero_promo_amount_mhr{
font-size:2.5rem;
}
}
.zoj-hero_promo_amount_mhr em{
font-style:normal;
color:#3DDBA0;
}
.zoj-hero_rating_mhr{
background:#FDFBF8;
border:1px solid rgba(20,18,14,0.08);
gap:0.625rem;
border-radius:14px;
padding:0.625rem 14px;
display:flex;
z-index:3;
position:absolute;
max-width:min(16.25rem,62%);
top:0.875rem;
box-shadow:0 2px 0.5rem rgba(20,18,14,0.07), 0 6px 18px rgba(20,18,14,0.05);
right:14px;
align-items:center;
}
.zoj-hero_rating_score_mhr{
flex:0 0 auto;
font-weight:700;
color:#1A1714;
font-size:1.5rem;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
.zoj-hero_rating_txt_mhr{
flex:1 1 auto;
min-width:0;
}
.zoj-hero_rating_stars_mhr{
gap:2px;
color:#1A9E6E;
display:flex;
}
.zoj-hero_rating_stars_mhr svg{
height:12px;
width:0.75rem;
}
.zoj-hero_rating_cap_mhr{
font-size:11px;
color:#6B6259;
overflow-wrap:break-word;
display:block;
line-height:1.35;
margin-top:3px;
}
.zoj-stat_mhr{
margin-top:16px;
border-top:1px solid rgba(20,18,14,0.15);
border-bottom:1px solid rgba(20,18,14,0.15);
}
.zoj-stat_in_mhr{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:768px){
.zoj-stat_in_mhr{
grid-template-columns:repeat(4,1fr);
}
}
.zoj-stat_item_mhr{
padding:22px 14px;
min-width:0;
border-right:1px solid rgba(20,18,14,0.08);
border-bottom:1px solid rgba(20,18,14,0.08);
}
.zoj-stat_item_mhr:nth-child(2n){
border-right:0;
}
.zoj-stat_item_mhr:nth-child(n+3){
border-bottom:0;
}
@media(min-width:769px){
.zoj-stat_item_mhr{
border-bottom:0;
}
.zoj-stat_item_mhr:nth-child(2n){
border-right:1px solid rgba(20,18,14,0.08);
}
.zoj-stat_item_mhr:nth-child(4n){
border-right:0;
}
}
.zoj-stat_value_mhr{
overflow-wrap:break-word;
line-height:1;
font-weight:700;
font-size:30px;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
color:#1A1714;
}
@media(min-width:767px){
.zoj-stat_value_mhr{
font-size:2.125rem;
}
}
.zoj-stat_label_mhr{
overflow-wrap:break-word;
line-height:1.4;
color:#6B6259;
margin-top:6px;
font-size:0.813rem;
}
.zoj-jp_mhr{
padding:30px 0 10px;
}
.zoj-jp_grid_mhr{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:770px){
.zoj-jp_grid_mhr{
grid-template-columns:1fr 1fr;
}
.zoj-jp_card_mega_mhr{
grid-column:1/-1;
}
}
@media(min-width:1003px){
.zoj-jp_grid_mhr{
grid-template-columns:1.4fr 1fr 1fr;
}
.zoj-jp_card_mega_mhr{
grid-column:auto;
}
}
.zoj-jp_card_mhr{
background:#FDFBF8;
padding:1.625rem;
overflow:hidden;
border-radius:1.25rem;
gap:12px;
border:1px solid rgba(20,18,14,0.08);
min-width:0;
min-height:12.5rem;
justify-content:space-between;
display:flex;
position:relative;
flex-direction:column;
}
.zoj-jp_card_mega_mhr{
background:linear-gradient(135deg,#16202B,#0C1118);
border-color:transparent;
min-height:13.125rem;
color:#F0EDE7;
}
.zoj-jp_glow_mhr{
border-radius:50%;
background:radial-gradient(circle,rgba(32,178,120,0.18),transparent 70%);
pointer-events:none;
top:-2.5rem;
height:12.5rem;
position:absolute;
right:-40px;
width:12.5rem;
}
.zoj-jp_label_mhr{
gap:10px;
justify-content:space-between;
display:flex;
color:#1A9E6E;
letter-spacing:.16em;
flex-wrap:wrap;
font-size:10px;
position:relative;
font-weight:700;
align-items:center;
text-transform:uppercase;
}
.zoj-jp_card_mega_mhr .zoj-jp_label_mhr{
color:#3DDBA0;
}
.zoj-jp_drop_mhr{
text-transform:none;
letter-spacing:.04em;
font-weight:600;
color:#6B6259;
}
.zoj-jp_card_mega_mhr .zoj-jp_drop_mhr{
color:#9BADB8;
}
.zoj-jp_amount_mhr{
line-height:1;
position:relative;
overflow-wrap:break-word;
font-size:2.375rem;
font-weight:700;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
color:#1A1714;
}
.zoj-jp_card_mega_mhr .zoj-jp_amount_mhr{
animation:zm2-pulse 2.4s infinite;
color:#3DDBA0;
font-size:3rem;
}
@media(min-width:770px){
.zoj-jp_card_mega_mhr .zoj-jp_amount_mhr{
font-size:54px;
}
}
.zoj-jp_game_mhr{
position:relative;
color:#6B6259;
font-size:13px;
}
.zoj-jp_card_mega_mhr .zoj-jp_game_mhr{
color:#9BADB8;
}
.zoj-jp_cta_mhr{
position:relative;
align-self:flex-start;
}
.zoj-jp_card_mega_mhr .zoj-jp_cta_mhr{
transition:opacity .22s ease;
background:#3DDBA0;
border-radius:999px;
padding:0.625rem 20px;
color:#0E1A14;
font-size:0.813rem;
font-weight:700;
}
.zoj-jp_card_mega_mhr .zoj-jp_cta_mhr:hover{
opacity:.9;
}
.zoj-jp_card_mhr:not(.zoj-jp_card_mega_mhr) .zoj-jp_cta_mhr{
transition:color .22s ease,border-color .22s ease;
padding-bottom:2px;
color:#1A1714;
font-weight:700;
border-bottom:1px solid #1A1714;
font-size:0.813rem;
}
.zoj-jp_card_mhr:not(.zoj-jp_card_mega_mhr) .zoj-jp_cta_mhr:hover{
border-color:#1A9E6E;
color:#1A9E6E;
}
.zoj-jp_seo_mhr{
margin:14px 0 0;
font-size:14px;
overflow-wrap:break-word;
line-height:1.65;
max-width:760px;
color:#8C8278;
}
.zoj-jp_seo_mhr strong{
color:#1A1714;
font-weight:700;
}
.zoj-grow_mhr{
padding:26px 0 10px;
}
.zoj-row_seo_mhr{
margin:10px 0 0;
overflow-wrap:break-word;
color:#8C8278;
max-width:47.5rem;
line-height:1.65;
font-size:14px;
}
.zoj-row_seo_mhr strong{
font-weight:700;
color:#1A1714;
}
.zoj-grow_mhr{
padding:1.625rem 0 10px;
}
.zoj-row_seo_mhr{
margin:10px 0 0;
line-height:1.65;
overflow-wrap:break-word;
font-size:0.875rem;
color:#8C8278;
max-width:760px;
}
.zoj-row_seo_mhr strong{
font-weight:700;
color:#1A1714;
}
.zoj-pr_mhr{
padding:1.875rem 0 6px;
}
.zoj-pr_card_mhr{
border:1px solid rgba(20,18,14,0.08);
border-radius:1.25rem;
overflow:hidden;
padding:1.625rem;
gap:0.625rem;
flex:0 0 auto;
background:#FDFBF8;
min-height:200px;
width:280px;
position:relative;
flex-direction:column;
display:flex;
}
@media(min-width:768px){
.zoj-pr_card_mhr{
width:18.75rem;
}
}
.zoj-pr_card_feat_mhr{
border-color:transparent;
background:linear-gradient(150deg,#16202B,#0C1118);
color:#F0EDE7;
}
.zoj-pr_glow_mhr{
border-radius:50%;
background:radial-gradient(circle,rgba(32,178,120,0.18),transparent 70%);
top:-1.875rem;
position:absolute;
opacity:0;
pointer-events:none;
width:8.125rem;
height:130px;
right:-30px;
}
.zoj-pr_card_feat_mhr .zoj-pr_glow_mhr{
opacity:1;
}
.zoj-pr_label_mhr{
text-transform:uppercase;
font-size:0.625rem;
color:#1A9E6E;
position:relative;
letter-spacing:.16em;
font-weight:700;
}
.zoj-pr_card_feat_mhr .zoj-pr_label_mhr{
color:#3DDBA0;
}
.zoj-pr_amount_mhr{
font-weight:600;
position:relative;
line-height:1.08;
color:#1A1714;
overflow-wrap:break-word;
font-size:26px;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
.zoj-pr_card_feat_mhr .zoj-pr_amount_mhr{
color:#F0EDE7;
}
.zoj-pr_amount_mhr em{
font-style:normal;
color:#1A9E6E;
}
.zoj-pr_card_feat_mhr .zoj-pr_amount_mhr em{
color:#3DDBA0;
}
.zoj-pr_terms_mhr{
position:relative;
color:#6B6259;
font-size:0.813rem;
line-height:1.5;
}
.zoj-pr_card_feat_mhr .zoj-pr_terms_mhr{
color:#9BADB8;
}
.zoj-pr_cta_mhr{
position:relative;
align-self:flex-start;
margin-top:auto;
}
.zoj-pr_card_feat_mhr .zoj-pr_cta_mhr{
transition:opacity .22s ease;
padding:0.563rem 1.125rem;
background:#3DDBA0;
border-radius:999px;
color:#0E1A14;
font-weight:700;
font-size:13px;
}
.zoj-pr_card_feat_mhr .zoj-pr_cta_mhr:hover{
opacity:.9;
}
.zoj-pr_card_mhr:not(.zoj-pr_card_feat_mhr) .zoj-pr_cta_mhr{
transition:color .22s ease,border-color .22s ease;
font-weight:700;
color:#1A1714;
font-size:13px;
border-bottom:1px solid #1A1714;
padding-bottom:2px;
}
.zoj-pr_card_mhr:not(.zoj-pr_card_feat_mhr) .zoj-pr_cta_mhr:hover{
border-color:#1A9E6E;
color:#1A9E6E;
}
.zoj-nl_mhr{
padding:24px 0 10px;
}
.zoj-nl_in_mhr{
border-radius:20px;
background:#111C27;
gap:22px;
padding:30px 2rem;
display:flex;
color:#F0EDE7;
flex-direction:column;
}
@media(min-width:767px){
.zoj-nl_in_mhr{
gap:28px;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.zoj-nl_text_wrap_mhr{
min-width:0;
}
.zoj-nl_h3_mhr{
line-height:1.1;
overflow-wrap:break-word;
margin-bottom:0.313rem;
font-weight:600;
color:#F0EDE7;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-size:1.375rem;
}
@media(min-width:766px){
.zoj-nl_h3_mhr{
font-size:1.5rem;
}
}
.zoj-nl_text_mhr{
line-height:1.5;
font-size:13.5px;
color:#9BADB8;
}
.zoj-nl_form_mhr{
flex:1 1 auto;
gap:0.625rem;
min-width:0;
max-width:460px;
display:flex;
}
.zoj-nl_input_mhr{
flex:1 1 auto;
overflow:hidden;
border:1px solid rgba(255,252,245,0.13);
border-radius:14px;
padding:0.813rem 1rem;
background:rgba(255,252,245,0.07);
min-width:0;
align-items:center;
display:flex;
font-size:14px;
white-space:nowrap;
text-overflow:ellipsis;
color:#9BADB8;
}
.zoj-nl_btn_mhr{
transition:opacity .22s ease;
background:#3DDBA0;
flex:0 0 auto;
border-radius:0.875rem;
padding:0.813rem 1.5rem;
color:#0E1A14;
white-space:nowrap;
font-size:14px;
font-weight:700;
}
.zoj-nl_btn_mhr:hover{
opacity:.9;
}
.zoj-app_mhr{
padding:30px 0 0.625rem;
}
.zoj-app_in_mhr{
padding:2rem;
background:#FDFBF8;
border-radius:1.25rem;
gap:28px;
border:1px solid rgba(20,18,14,0.08);
flex-direction:column;
display:flex;
}
@media(min-width:767px){
.zoj-app_in_mhr{
padding:40px 2.75rem;
gap:40px;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.zoj-app_copy_mhr{
min-width:0;
max-width:35rem;
}
.zoj-app_eyebrow_mhr{
margin-bottom:12px;
}
.zoj-app_h2_mhr{
color:#1A1714;
margin-bottom:0.75rem;
overflow-wrap:break-word;
font-weight:600;
line-height:1.05;
font-size:28px;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:766px){
.zoj-app_h2_mhr{
font-size:34px;
}
}
.zoj-app_text_mhr{
line-height:1.6;
margin-bottom:22px;
color:#8C8278;
font-size:0.875rem;
}
.zoj-app_btns_mhr{
gap:12px;
display:flex;
flex-wrap:wrap;
}
.zoj-app_btn_mhr{
background:#16202B;
gap:10px;
border-radius:14px;
padding:11px 20px;
transition:background-color .22s ease;
align-items:center;
display:inline-flex;
color:#F0EDE7;
}
.zoj-app_btn_mhr:hover{
background:#1E2E3E;
}
.zoj-app_btn_ic_mhr{
display:inline-flex;
align-items:center;
}
.zoj-app_btn_ic_mhr svg{
height:1.125rem;
width:18px;
}
.zoj-app_btn_lb_mhr{
font-size:0.844rem;
font-weight:700;
}
.zoj-app_qr_wrap_mhr{
flex:0 0 auto;
gap:18px;
align-items:center;
display:flex;
}
.zoj-app_qr_mhr{
border-radius:14px;
flex:0 0 auto;
width:6.75rem;
background-image:repeating-linear-gradient(0deg,#FDFBF8 0 0.313rem,transparent 5px 11px),repeating-linear-gradient(90deg,#FDFBF8 0 5px,transparent 5px 11px);
background-color:#16202B;
height:6.75rem;
}
.zoj-app_qr_cap_mhr{
line-height:1.4;
font-size:12.5px;
color:#6B6259;
max-width:92px;
}
.zoj-sea_mhr{
padding:1.5rem 0 0.625rem;
}
.zoj-sea_in_mhr{
padding:2.25rem;
border-radius:1.25rem;
gap:22px;
overflow:hidden;
background:linear-gradient(115deg,#16202B,#0C1118);
color:#F0EDE7;
position:relative;
flex-direction:column;
display:flex;
}
@media(min-width:823px){
.zoj-sea_in_mhr{
gap:32px;
padding:44px 3rem;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.zoj-sea_glow_mhr{
background:radial-gradient(circle,rgba(32,178,120,0.18),transparent 68%);
border-radius:50%;
top:50%;
right:60px;
pointer-events:none;
height:240px;
width:240px;
position:absolute;
transform:translateY(-50%);
}
.zoj-sea_copy_mhr{
position:relative;
max-width:35rem;
min-width:0;
}
.zoj-sea_eyebrow_mhr{
margin-bottom:12px;
}
.zoj-sea_h2_mhr{
color:#F0EDE7;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:600;
overflow-wrap:break-word;
line-height:1.04;
margin-bottom:12px;
font-size:1.875rem;
}
@media(min-width:766px){
.zoj-sea_h2_mhr{
font-size:38px;
}
}
.zoj-sea_text_mhr{
font-size:15px;
line-height:1.6;
color:#9BADB8;
}
.zoj-sea_cta_mhr{
padding:1rem 32px;
background:#3DDBA0;
border-radius:62.438rem;
transition:opacity .22s ease;
flex:0 0 auto;
color:#0E1A14;
font-weight:700;
position:relative;
font-size:15px;
}
.zoj-sea_cta_mhr:hover{
opacity:.9;
}
.zoj-trn_mhr{
padding:30px 0 0.625rem;
}
.zoj-trn_in_mhr{
border:1px solid rgba(20,18,14,0.08);
border-radius:20px;
background:#FDFBF8;
grid-template-columns:1fr;
overflow:hidden;
display:grid;
}
@media(min-width:881px){
.zoj-trn_in_mhr{
grid-template-columns:1.05fr 1fr;
}
}
.zoj-trn_banner_mhr{
overflow:hidden;
padding:34px;
background:linear-gradient(150deg,#16202B,#0C1118);
position:relative;
color:#F0EDE7;
}
.zoj-trn_glow_mhr{
background:radial-gradient(circle,rgba(32,178,120,0.18),transparent 70%);
border-radius:50%;
height:12.5rem;
right:-40px;
pointer-events:none;
bottom:-40px;
width:200px;
position:absolute;
}
.zoj-trn_eyebrow_mhr{
position:relative;
margin-bottom:14px;
}
.zoj-trn_h2_mhr{
color:#F0EDE7;
position:relative;
font-weight:600;
line-height:1.06;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
margin-bottom:12px;
font-size:1.875rem;
}
@media(min-width:766px){
.zoj-trn_h2_mhr{
font-size:2.25rem;
}
}
.zoj-trn_text_mhr{
color:#9BADB8;
margin-bottom:22px;
position:relative;
max-width:26.25rem;
line-height:1.6;
font-size:14px;
}
.zoj-trn_timer_mhr{
gap:0.5rem;
align-items:center;
position:relative;
flex-wrap:wrap;
margin-bottom:1.5rem;
display:flex;
}
.zoj-trn_timer_cap_mhr{
color:#9BADB8;
font-size:0.688rem;
}
.zoj-trn_timer_box_mhr{
padding:0.25rem 12px;
border-radius:0.5rem;
background:rgba(255,252,245,0.07);
color:#F0EDE7;
font-size:1.5rem;
font-weight:700;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
.zoj-trn_cta_mhr{
padding:0.813rem 1.625rem;
transition:opacity .22s ease;
background:#3DDBA0;
border-radius:999px;
display:inline-block;
position:relative;
font-weight:700;
color:#0E1A14;
font-size:14px;
}
.zoj-trn_cta_mhr:hover{
opacity:.9;
}
.zoj-trn_lb_mhr{
padding:26px 28px;
}
.zoj-trn_lb_head_mhr{
gap:0.625rem;
display:flex;
align-items:center;
justify-content:space-between;
margin-bottom:0.75rem;
}
.zoj-trn_lb_title_mhr{
font-size:1.25rem;
color:#1A1714;
font-weight:600;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
.zoj-trn_lb_upd_mhr{
text-transform:uppercase;
letter-spacing:.08em;
font-size:11px;
color:#6B6259;
}
.zoj-trn_lb_row_mhr{
gap:14px;
border-radius:0.5rem;
padding:11px 0.75rem;
display:flex;
align-items:center;
}
.zoj-trn_lb_row_mhr:nth-child(2){
background:rgba(26,158,110,0.10);
}
.zoj-trn_lb_rank_mhr{
flex:0 0 auto;
width:1.375rem;
font-weight:700;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-size:1rem;
color:#1A9E6E;
}
.zoj-trn_lb_av_mhr{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#1A9E6E,#22C98A);
height:1.875rem;
width:30px;
}
.zoj-trn_lb_name_mhr{
overflow:hidden;
flex:1 1 auto;
white-space:nowrap;
font-size:0.875rem;
min-width:0;
text-overflow:ellipsis;
color:#1A1714;
font-weight:600;
}
.zoj-trn_lb_amount_mhr{
flex:0 0 auto;
font-size:13px;
font-weight:700;
color:#1A1714;
}
.zoj-gm_mhr{
padding:30px 0 0.625rem;
}
.zoj-gm_in_mhr{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:881px){
.zoj-gm_in_mhr{
grid-template-columns:1.25fr 1fr;
}
}
.zoj-gm_left_mhr{
background:#FDFBF8;
border:1px solid rgba(20,18,14,0.08);
padding:2rem;
border-radius:1.25rem;
min-width:0;
}
.zoj-gm_eyebrow_mhr{
margin-bottom:10px;
}
.zoj-gm_h2_mhr{
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-size:26px;
overflow-wrap:break-word;
line-height:1.06;
font-weight:600;
color:#1A1714;
margin-bottom:8px;
}
@media(min-width:771px){
.zoj-gm_h2_mhr{
font-size:28px;
}
}
.zoj-gm_text_mhr{
color:#8C8278;
font-size:0.875rem;
max-width:30rem;
line-height:1.6;
margin-bottom:1.375rem;
}
.zoj-gm_level_mhr{
margin-bottom:8px;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
color:#1A9E6E;
font-size:22px;
font-weight:700;
}
.zoj-gm_bar_mhr{
background:rgba(20,18,14,0.15);
border-radius:62.438rem;
overflow:hidden;
height:8px;
margin-bottom:0.375rem;
}
.zoj-gm_bar_fill_mhr{
background:linear-gradient(90deg,#1A9E6E,#22C98A);
border-radius:62.438rem;
height:100%;
}
.zoj-gm_bar_meta_mhr{
gap:0.625rem;
display:flex;
font-size:11px;
margin-bottom:18px;
color:#6B6259;
justify-content:space-between;
}
.zoj-gm_missions_mhr{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
}
.zoj-gm_mission_mhr{
border-radius:62.438rem;
gap:0.438rem;
background:#F5F2EE;
border:1px solid rgba(20,18,14,0.15);
padding:9px 15px;
font-size:12.5px;
display:inline-flex;
color:#2E2A25;
align-items:center;
font-weight:600;
}
.zoj-gm_mission_ic_mhr{
align-items:center;
color:#1A9E6E;
display:inline-flex;
}
.zoj-gm_mission_ic_mhr svg{
height:13px;
width:0.813rem;
}
.zoj-gm_right_mhr{
border-radius:20px;
background:linear-gradient(150deg,#16202B,#0C1118);
padding:32px;
overflow:hidden;
flex-direction:column;
color:#F0EDE7;
display:flex;
position:relative;
}
.zoj-gm_glow_mhr{
background:radial-gradient(circle,rgba(32,178,120,0.18),transparent 70%);
border-radius:50%;
top:-30px;
pointer-events:none;
position:absolute;
width:9.375rem;
right:-30px;
height:9.375rem;
}
.zoj-gm_ref_eyebrow_mhr{
position:relative;
margin-bottom:0.625rem;
}
.zoj-gm_ref_h2_mhr{
line-height:1.1;
color:#F0EDE7;
position:relative;
overflow-wrap:break-word;
font-size:1.625rem;
margin-bottom:8px;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:600;
}
.zoj-gm_ref_text_mhr{
color:#9BADB8;
margin-bottom:1.25rem;
font-size:0.844rem;
position:relative;
line-height:1.55;
}
.zoj-gm_ref_cta_mhr{
background:#3DDBA0;
transition:opacity .22s ease;
border-radius:62.438rem;
padding:0.688rem 1.375rem;
margin-top:auto;
align-self:flex-start;
font-weight:700;
position:relative;
font-size:13.5px;
color:#0E1A14;
}
.zoj-gm_ref_cta_mhr:hover{
opacity:.9;
}
.zoj-vip_mhr{
padding:3rem 0;
}
@media(min-width:766px){
.zoj-vip_mhr{
padding:64px 0;
}
}
.zoj-vip_head_mhr{
gap:14px;
flex-direction:column;
display:flex;
margin-bottom:1.875rem;
}
@media(min-width:877px){
.zoj-vip_head_mhr{
gap:1.5rem;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.zoj-vip_eyebrow_mhr{
margin-bottom:0.75rem;
}
.zoj-vip_h2_mhr{
overflow-wrap:break-word;
font-weight:600;
font-size:32px;
line-height:1.05;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
color:#F0EDE7;
}
@media(min-width:770px){
.zoj-vip_h2_mhr{
font-size:2.5rem;
}
}
.zoj-vip_intro_mhr{
font-size:14px;
color:#9BADB8;
max-width:26.25rem;
line-height:1.6;
}
.zoj-vip_grid_mhr{
gap:14px;
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
display:grid;
}
.zoj-vip_card_mhr{
border:1px solid rgba(255,252,245,0.13);
border-radius:0.875rem;
padding:22px 18px;
min-width:0;
}
.zoj-vip_card_feat_mhr{
border-color:#3DDBA0;
background:rgba(255,252,245,0.07);
}
.zoj-vip_card_ic_mhr{
background:linear-gradient(135deg,#1A9E6E,#22C98A);
border-radius:0.5rem;
height:2.125rem;
margin-bottom:1rem;
display:block;
width:2.125rem;
}
.zoj-vip_name_mhr{
font-size:1.25rem;
overflow-wrap:break-word;
margin-bottom:6px;
color:#F0EDE7;
font-weight:600;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
.zoj-vip_perk_mhr{
overflow-wrap:break-word;
line-height:1.5;
color:#9BADB8;
font-size:0.781rem;
}
.zoj-et_mhr{
padding:2.25rem 0 0.625rem;
}
.zoj-et_in_mhr{
grid-template-columns:1fr;
gap:32px;
align-items:start;
display:grid;
}
@media(min-width:881px){
.zoj-et_in_mhr{
grid-template-columns:1.1fr .9fr;
gap:3rem;
}
}
.zoj-et_left_mhr{
min-width:0;
}
.zoj-et_eyebrow_mhr{
margin-bottom:0.75rem;
}
.zoj-et_h2_mhr{
color:#1A1714;
line-height:1.06;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:600;
font-size:28px;
overflow-wrap:break-word;
margin-bottom:0.875rem;
}
@media(min-width:769px){
.zoj-et_h2_mhr{
font-size:2rem;
}
}
.zoj-et_text_mhr{
color:#8C8278;
font-size:15px;
line-height:1.65;
margin-bottom:22px;
}
.zoj-et_stats_mhr{
gap:1.5rem;
flex-wrap:wrap;
display:flex;
}
.zoj-et_stat_mhr{
min-width:0;
}
.zoj-et_stat_v_mhr{
color:#1A1714;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
line-height:1;
font-weight:700;
font-size:26px;
}
.zoj-et_stat_l_mhr{
font-size:12.5px;
margin-top:0.25rem;
color:#6B6259;
}
.zoj-et_right_mhr{
gap:12px;
flex-direction:column;
display:flex;
}
.zoj-et_member_mhr{
background:#FDFBF8;
border-radius:14px;
gap:16px;
padding:18px 20px;
border:1px solid rgba(20,18,14,0.08);
align-items:center;
min-width:0;
display:flex;
}
.zoj-et_member_av_mhr{
flex:0 0 auto;
background:linear-gradient(135deg,#16202B,#1A9E6E);
border-radius:50%;
width:48px;
height:48px;
}
.zoj-et_member_name_mhr{
font-weight:700;
font-size:15px;
color:#1A1714;
overflow-wrap:break-word;
}
.zoj-et_member_role_mhr{
font-size:0.781rem;
overflow-wrap:break-word;
color:#6B6259;
}
.zoj-et_updated_mhr{
border:1px solid rgba(20,18,14,0.08);
border-radius:14px;
padding:0.875rem 18px;
gap:8px;
background:#F5F2EE;
align-items:center;
display:flex;
color:#8C8278;
font-size:0.781rem;
}
.zoj-rv_mhr{
background:#FDFBF8;
padding:3rem 0;
border-top:1px solid rgba(20,18,14,0.08);
margin-top:24px;
border-bottom:1px solid rgba(20,18,14,0.08);
}
@media(min-width:765px){
.zoj-rv_mhr{
padding:56px 0;
}
}
.zoj-rv_head_mhr{
gap:16px;
display:flex;
margin-bottom:1.875rem;
flex-direction:column;
}
@media(min-width:768px){
.zoj-rv_head_mhr{
gap:1.25rem;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.zoj-rv_eyebrow_mhr{
margin-bottom:10px;
}
.zoj-rv_h2_mhr{
color:#1A1714;
line-height:1.05;
overflow-wrap:break-word;
font-size:1.875rem;
font-weight:600;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:770px){
.zoj-rv_h2_mhr{
font-size:38px;
}
}
.zoj-rv_agg_mhr{
gap:12px;
display:flex;
align-items:center;
}
.zoj-rv_agg_stars_mhr{
gap:3px;
color:#1A9E6E;
display:flex;
}
.zoj-rv_agg_stars_mhr svg{
width:18px;
height:18px;
}
.zoj-rv_source_mhr{
font-size:13px;
color:#8C8278;
}
.zoj-rv_grid_mhr{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:763px){
.zoj-rv_grid_mhr{
grid-template-columns:repeat(3,1fr);
}
}
.zoj-rv_card_mhr{
border-radius:0.875rem;
border:1px solid rgba(20,18,14,0.08);
background:#F5F2EE;
padding:26px;
min-width:0;
}
.zoj-rv_card_stars_mhr{
gap:2px;
display:flex;
color:#1A9E6E;
margin-bottom:0.75rem;
}
.zoj-rv_card_stars_mhr svg{
height:0.875rem;
width:0.875rem;
}
.zoj-rv_card_body_mhr{
font-weight:500;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
margin-bottom:1rem;
color:#1A1714;
line-height:1.45;
overflow-wrap:break-word;
font-size:1.125rem;
}
.zoj-rv_card_meta_mhr{
gap:10px;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.zoj-rv_card_av_mhr{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#1A9E6E,#22C98A);
width:2rem;
height:2rem;
}
.zoj-rv_card_author_mhr{
font-weight:700;
color:#1A1714;
font-size:0.813rem;
}
.zoj-rv_card_loc_mhr{
font-size:12px;
color:#6B6259;
}
.zoj-ts_mhr{
padding:2.75rem 0;
}
.zoj-ts_in_mhr{
gap:2rem;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:881px){
.zoj-ts_in_mhr{
gap:3rem;
grid-template-columns:1.4fr 1fr;
}
}
.zoj-ts_left_mhr{
min-width:0;
}
.zoj-ts_h2_mhr{
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-size:26px;
overflow-wrap:break-word;
line-height:1.1;
color:#F0EDE7;
margin-bottom:0.75rem;
font-weight:600;
}
@media(min-width:770px){
.zoj-ts_h2_mhr{
font-size:1.75rem;
}
}
.zoj-ts_text_mhr{
margin-bottom:22px;
line-height:1.6;
font-size:0.906rem;
max-width:32.5rem;
color:#9BADB8;
}
.zoj-ts_badges_mhr{
gap:18px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.zoj-ts_badge_mhr{
font-size:13px;
font-weight:600;
color:#9BADB8;
}
.zoj-ts_pay_mhr{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
@media(min-width:878px){
.zoj-ts_pay_mhr{
justify-content:flex-end;
}
}
.zoj-ts_pay_chip_mhr{
background:rgba(255,252,245,0.07);
padding:12px 1rem;
border-radius:14px;
border:1px solid rgba(255,252,245,0.13);
font-size:0.875rem;
font-weight:700;
color:#F0EDE7;
}
.zoj-hts_mhr{
padding:3rem 0;
}
@media(min-width:766px){
.zoj-hts_mhr{
padding:3.875rem 0;
}
}
.zoj-hts_head_mhr{
gap:18px;
display:flex;
flex-direction:column;
margin-bottom:2.125rem;
}
@media(min-width:767px){
.zoj-hts_head_mhr{
gap:1.5rem;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.zoj-hts_eyebrow_mhr{
margin-bottom:12px;
}
.zoj-hts_h2_mhr{
font-size:30px;
line-height:1.05;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#F0EDE7;
font-weight:600;
}
@media(min-width:769px){
.zoj-hts_h2_mhr{
font-size:2.375rem;
}
}
.zoj-hts_cta_mhr{
transition:opacity .22s ease;
border-radius:62.438rem;
background:#3DDBA0;
padding:0.938rem 1.875rem;
flex:0 0 auto;
font-weight:700;
color:#0E1A14;
font-size:0.938rem;
}
.zoj-hts_cta_mhr:hover{
opacity:.9;
}
.zoj-hts_grid_mhr{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:761px){
.zoj-hts_grid_mhr{
grid-template-columns:repeat(3,1fr);
}
}
.zoj-hts_step_mhr{
min-width:0;
padding-top:22px;
border-top:1px solid rgba(255,252,245,0.13);
}
.zoj-hts_step_num_mhr{
color:#3DDBA0;
margin-bottom:0.875rem;
line-height:1;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:700;
font-size:44px;
}
.zoj-hts_step_h_mhr{
overflow-wrap:break-word;
font-weight:700;
font-size:1.188rem;
color:#F0EDE7;
line-height:1.2;
margin-bottom:0.5rem;
}
.zoj-hts_step_p_mhr{
line-height:1.55;
color:#9BADB8;
font-size:14px;
overflow-wrap:break-word;
}
.zoj-tt_mhr{
padding:3rem 0 0.625rem;
}
@media(min-width:765px){
.zoj-tt_mhr{
padding:3.75rem 0 10px;
}
}
.zoj-tt_head_mhr{
text-align:center;
margin-bottom:34px;
}
.zoj-tt_eyebrow_mhr{
margin-bottom:0.75rem;
}
.zoj-tt_h2_mhr{
color:#1A1714;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:600;
font-size:2rem;
line-height:1.05;
overflow-wrap:break-word;
}
@media(min-width:771px){
.zoj-tt_h2_mhr{
font-size:42px;
}
}
.zoj-tt_grid_mhr{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:763px){
.zoj-tt_grid_mhr{
grid-template-columns:repeat(3,1fr);
}
}
.zoj-tt_card_mhr{
border:1px solid rgba(20,18,14,0.08);
border-radius:0.875rem;
background:#FDFBF8;
padding:1.875rem;
min-width:0;
display:flex;
flex-direction:column;
}
.zoj-tt_card_ic_mhr{
align-items:center;
display:inline-flex;
color:#1A9E6E;
margin-bottom:18px;
}
.zoj-tt_card_ic_mhr svg{
height:1.75rem;
width:1.75rem;
}
.zoj-tt_card_h_mhr{
overflow-wrap:break-word;
line-height:1.15;
margin-bottom:8px;
color:#1A1714;
font-size:22px;
font-weight:600;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
.zoj-tt_card_p_mhr{
color:#8C8278;
overflow-wrap:break-word;
line-height:1.6;
margin-bottom:14px;
font-size:14px;
}
.zoj-tt_card_p_mhr b{
color:#1A1714;
font-weight:700;
}
.zoj-tt_card_link_mhr{
transition:color .22s ease;
margin-top:auto;
font-size:13px;
padding-bottom:2px;
align-self:flex-start;
color:#1A1714;
font-weight:700;
border-bottom:1px solid #1A9E6E;
}
.zoj-tt_card_link_mhr:hover{
color:#1A9E6E;
}
.zoj-rc_mhr{
padding:48px 0 10px;
}
.zoj-rc_in_mhr{
grid-template-columns:1fr;
gap:32px;
display:grid;
}
@media(min-width:761px){
.zoj-rc_in_mhr{
gap:2.5rem;
grid-template-columns:repeat(3,1fr);
}
}
.zoj-rc_col_mhr{
min-width:0;
}
.zoj-rc_label_mhr{
font-weight:600;
font-size:0.688rem;
margin-bottom:1rem;
letter-spacing:.2em;
color:#1A9E6E;
text-transform:uppercase;
}
.zoj-rc_awards_mhr{
gap:0.75rem;
display:flex;
flex-direction:column;
}
.zoj-rc_award_mhr{
gap:12px;
display:flex;
min-width:0;
align-items:center;
}
.zoj-rc_award_ic_mhr{
flex:0 0 auto;
display:inline-flex;
align-items:center;
color:#22C98A;
}
.zoj-rc_award_ic_mhr svg{
width:18px;
height:18px;
}
.zoj-rc_award_t_mhr{
overflow-wrap:break-word;
color:#1A1714;
font-size:0.875rem;
font-weight:700;
}
.zoj-rc_award_s_mhr{
overflow-wrap:break-word;
color:#6B6259;
font-size:0.75rem;
}
.zoj-rc_press_mhr{
gap:0.625rem;
grid-template-columns:1fr 1fr;
display:grid;
}
.zoj-rc_press_logo_mhr{
padding:0 8px;
border-radius:8px;
border:1px solid rgba(20,18,14,0.08);
overflow:hidden;
display:flex;
text-align:center;
font-size:0.875rem;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
text-overflow:ellipsis;
align-items:center;
color:#8C8278;
white-space:nowrap;
font-weight:700;
justify-content:center;
height:52px;
}
.zoj-rc_partner_mhr{
border-radius:14px;
border:1px solid rgba(20,18,14,0.08);
background:#FDFBF8;
padding:1.375rem;
}
.zoj-rc_partner_name_mhr{
font-size:1.25rem;
font-weight:600;
margin-bottom:6px;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#1A1714;
}
.zoj-rc_partner_text_mhr{
font-size:13px;
overflow-wrap:break-word;
color:#8C8278;
line-height:1.55;
}
.zoj-dr_mhr{
padding:2.25rem 0 0.625rem;
}
.zoj-dr_in_mhr{
border:1px dashed rgba(20,18,14,0.15);
border-radius:14px;
gap:20px;
padding:28px 2rem;
flex-direction:column;
display:flex;
}
@media(min-width:769px){
.zoj-dr_in_mhr{
gap:2rem;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.zoj-dr_h2_mhr{
font-weight:600;
font-size:1.5rem;
margin-bottom:8px;
color:#1A1714;
overflow-wrap:break-word;
line-height:1.1;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:765px){
.zoj-dr_h2_mhr{
font-size:26px;
}
}
.zoj-dr_text_mhr{
color:#8C8278;
max-width:42.5rem;
line-height:1.6;
font-size:0.875rem;
overflow-wrap:break-word;
}
.zoj-dr_text_mhr b{
font-weight:700;
color:#1A1714;
}
.zoj-dr_cta_mhr{
transition:color .22s ease;
flex:0 0 auto;
border-bottom:1px solid #1A9E6E;
padding-bottom:2px;
font-size:13.5px;
font-weight:700;
white-space:nowrap;
color:#1A1714;
}
.zoj-dr_cta_mhr:hover{
color:#1A9E6E;
}
.zoj-prov_mhr{
padding:2.5rem 0 20px;
}
.zoj-prov_eyebrow_mhr{
display:block;
margin-bottom:1.125rem;
}
.zoj-prov_grid_mhr{
gap:12px;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:563px){
.zoj-prov_grid_mhr{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:902px){
.zoj-prov_grid_mhr{
grid-template-columns:repeat(6,1fr);
}
}
.zoj-wy_mhr{
padding:48px 0;
}
@media(min-width:770px){
.zoj-wy_mhr{
padding:3.5rem 0;
}
}
.zoj-wy_in_mhr{
gap:32px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:902px){
.zoj-wy_in_mhr{
gap:48px;
grid-template-columns:.8fr 1.2fr;
}
}
.zoj-wy_left_mhr{
min-width:0;
}
.zoj-wy_eyebrow_mhr{
margin-bottom:0.875rem;
}
.zoj-wy_h2_mhr{
line-height:1.05;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:600;
font-size:32px;
overflow-wrap:break-word;
margin-bottom:16px;
color:#1A1714;
}
@media(min-width:769px){
.zoj-wy_h2_mhr{
font-size:2.5rem;
}
}
.zoj-wy_intro_mhr{
line-height:1.6;
font-size:15px;
color:#8C8278;
}
.zoj-wy_grid_mhr{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:562px){
.zoj-wy_grid_mhr{
grid-template-columns:1fr 1fr;
}
}
.zoj-wy_card_mhr{
border-radius:0.875rem;
border:1px solid rgba(20,18,14,0.08);
background:#FDFBF8;
padding:26px;
min-width:0;
}
.zoj-wy_card_ic_mhr{
margin-bottom:16px;
display:inline-flex;
align-items:center;
color:#1A9E6E;
justify-content:center;
}
.zoj-wy_card_ic_mhr svg{
width:26px;
height:26px;
}
.zoj-wy_card_h_mhr{
line-height:1.15;
font-size:21px;
color:#1A1714;
font-weight:600;
margin-bottom:0.5rem;
overflow-wrap:break-word;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
.zoj-wy_card_p_mhr{
line-height:1.55;
font-size:14px;
overflow-wrap:break-word;
color:#8C8278;
}
.zoj-op_mhr{
padding:2.25rem 0 0.625rem;
}
.zoj-op_in_mhr{
grid-template-columns:1fr;
gap:2rem;
border-radius:0.875rem;
padding:32px;
background:#FDFBF8;
border:1px solid rgba(20,18,14,0.08);
display:grid;
align-items:center;
}
@media(min-width:862px){
.zoj-op_in_mhr{
gap:2.75rem;
grid-template-columns:.9fr 1.1fr;
padding:2.125rem 2.5rem;
}
}
.zoj-op_left_mhr{
min-width:0;
}
.zoj-op_eyebrow_mhr{
margin-bottom:0.75rem;
}
.zoj-op_h2_mhr{
margin-bottom:0.625rem;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
color:#1A1714;
font-size:1.75rem;
font-weight:600;
overflow-wrap:break-word;
line-height:1.08;
}
@media(min-width:770px){
.zoj-op_h2_mhr{
font-size:1.875rem;
}
}
.zoj-op_text_mhr{
line-height:1.6;
color:#8C8278;
font-size:14px;
}
.zoj-op_grid_mhr{
overflow:hidden;
gap:1px;
background:rgba(20,18,14,0.15);
border:1px solid rgba(20,18,14,0.15);
grid-template-columns:1fr 1fr;
border-radius:8px;
display:grid;
}
.zoj-op_field_mhr{
background:#F5F2EE;
padding:1.125rem 20px;
min-width:0;
}
.zoj-op_field_lb_mhr{
font-size:10px;
text-transform:uppercase;
margin-bottom:0.313rem;
color:#1A9E6E;
letter-spacing:.1em;
font-weight:600;
}
.zoj-op_field_val_mhr{
overflow-wrap:break-word;
font-weight:700;
font-size:14px;
color:#1A1714;
}
.zoj-lh_mhr{
padding:2.5rem 0 20px;
}
.zoj-lh_in_mhr{
border-top:1px solid rgba(20,18,14,0.15);
padding-top:2.125rem;
}
.zoj-lh_eyebrow_mhr{
margin-bottom:22px;
display:block;
}
.zoj-lh_grid_mhr{
gap:28px;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:600px){
.zoj-lh_grid_mhr{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:957px){
.zoj-lh_grid_mhr{
grid-template-columns:repeat(5,1fr);
}
}
.zoj-lh_col_mhr{
min-width:0;
}
.zoj-lh_col_h_mhr{
margin-bottom:0.75rem;
color:#1A1714;
font-size:0.813rem;
overflow-wrap:break-word;
font-weight:700;
}
.zoj-lh_links_mhr{
gap:0.5rem;
display:flex;
flex-direction:column;
}
.zoj-lh_link_mhr{
transition:color .22s ease;
color:#8C8278;
overflow-wrap:break-word;
font-size:0.813rem;
}
.zoj-lh_link_mhr:hover{
color:#1A9E6E;
}
.zoj-sg_mhr{
padding:48px 0 10px;
}
.zoj-sg_eyebrow_mhr{
margin-bottom:0.75rem;
display:block;
}
.zoj-sg_h2_mhr{
overflow-wrap:break-word;
line-height:1.05;
margin-bottom:28px;
color:#1A1714;
font-weight:600;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-size:1.875rem;
}
@media(min-width:766px){
.zoj-sg_h2_mhr{
font-size:2.25rem;
}
}
.zoj-sg_grid_mhr{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:718px){
.zoj-sg_grid_mhr{
grid-template-columns:repeat(3,1fr);
}
}
.zoj-sg_col_mhr{
min-width:0;
}
.zoj-sg_col_h_mhr{
font-weight:600;
font-size:1.375rem;
overflow-wrap:break-word;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
color:#1A1714;
margin-bottom:10px;
line-height:1.15;
}
.zoj-sg_col_p_mhr{
color:#8C8278;
overflow-wrap:break-word;
font-size:14px;
line-height:1.65;
}
.zoj-faq_mhr{
padding:3rem 0;
background:#FDFBF8;
border-bottom:1px solid rgba(20,18,14,0.08);
margin-top:1.5rem;
border-top:1px solid rgba(20,18,14,0.08);
}
@media(min-width:769px){
.zoj-faq_mhr{
padding:62px 0;
}
}
.zoj-faq_head_mhr{
margin-bottom:2.125rem;
text-align:center;
}
.zoj-faq_eyebrow_mhr{
margin-bottom:12px;
}
.zoj-faq_h2_mhr{
font-size:2rem;
overflow-wrap:break-word;
color:#1A1714;
line-height:1.05;
font-weight:600;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:769px){
.zoj-faq_h2_mhr{
font-size:2.375rem;
}
}
.zoj-faq_list_mhr{
gap:0.75rem;
margin:0 auto;
flex-direction:column;
display:flex;
max-width:820px;
}
.zoj-faq_item_mhr{
border-radius:0.875rem;
border:1px solid rgba(20,18,14,0.08);
background:#F5F2EE;
overflow:hidden;
}
.zoj-faq_q_mhr{
gap:20px;
padding:20px 1.5rem;
list-style:none;
overflow-wrap:break-word;
display:flex;
align-items:center;
font-weight:700;
font-size:16px;
color:#1A1714;
cursor:pointer;
justify-content:space-between;
}
.zoj-faq_q_mhr::-webkit-details-marker{
display:none;
}
.zoj-faq_q_ic_mhr{
flex:0 0 auto;
transition:transform .22s ease;
align-items:center;
display:inline-flex;
color:#1A9E6E;
}
.zoj-faq_q_ic_mhr svg{
width:1.125rem;
height:18px;
}
.zoj-faq_item_mhr[open] .zoj-faq_q_ic_mhr{
transform:rotate(180deg);
}
.zoj-faq_a_mhr{
padding:0 24px 20px;
color:#8C8278;
line-height:1.6;
font-size:14.5px;
overflow-wrap:break-word;
}
.zoj-sb_mhr{
padding:48px 0;
background:#FDFBF8;
margin-top:24px;
border-top:1px solid rgba(20,18,14,0.08);
border-bottom:1px solid rgba(20,18,14,0.08);
}
@media(min-width:769px){
.zoj-sb_mhr{
padding:56px 0;
}
}
.zoj-sb_eyebrow_mhr{
margin-bottom:0.75rem;
display:block;
}
.zoj-sb_h2_mhr{
overflow-wrap:break-word;
font-weight:600;
line-height:1.05;
color:#1A1714;
font-size:1.875rem;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
margin-bottom:1.625rem;
}
@media(min-width:769px){
.zoj-sb_h2_mhr{
font-size:2.25rem;
}
}
.zoj-sb_grid_mhr{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:558px){
.zoj-sb_grid_mhr{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:957px){
.zoj-sb_grid_mhr{
grid-template-columns:repeat(4,1fr);
}
}
.zoj-sb_card_mhr{
background:#F5F2EE;
padding:24px;
border:1px solid rgba(20,18,14,0.08);
border-radius:0.875rem;
min-width:0;
}
.zoj-sb_card_h_mhr{
color:#1A1714;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:600;
margin-bottom:0.5rem;
line-height:1.15;
font-size:19px;
overflow-wrap:break-word;
}
.zoj-sb_card_p_mhr{
line-height:1.6;
font-size:13.5px;
overflow-wrap:break-word;
color:#8C8278;
}
.zoj-sb_rtp_mhr{
padding:26px 28px;
border-radius:0.875rem;
background:#F5F2EE;
grid-template-columns:1fr;
border:1px solid rgba(20,18,14,0.08);
gap:24px;
align-items:center;
margin-top:1.125rem;
display:grid;
}
@media(min-width:761px){
.zoj-sb_rtp_mhr{
gap:2.5rem;
grid-template-columns:1fr 1fr;
}
}
.zoj-sb_rtp_h_mhr{
line-height:1.15;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:600;
overflow-wrap:break-word;
font-size:20px;
margin-bottom:8px;
color:#1A1714;
}
.zoj-sb_rtp_p_mhr{
color:#8C8278;
font-size:0.844rem;
line-height:1.6;
overflow-wrap:break-word;
}
.zoj-sb_rtp_stats_mhr{
gap:1rem;
display:flex;
}
.zoj-sb_stat_mhr{
flex:1 1 0;
background:#FDFBF8;
padding:1.125rem;
border-radius:0.5rem;
text-align:center;
min-width:0;
}
.zoj-sb_stat_v_mhr{
font-weight:700;
color:#1A9E6E;
font-size:26px;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
}
.zoj-sb_stat_l_mhr{
margin-top:4px;
color:#6B6259;
font-size:11.5px;
}
.zoj-el_mhr{
padding:48px 0;
}
@media(min-width:768px){
.zoj-el_mhr{
padding:56px 0;
}
}
.zoj-el_in_mhr{
grid-template-columns:1fr;
gap:2.5rem;
align-items:start;
display:grid;
}
@media(min-width:901px){
.zoj-el_in_mhr{
gap:56px;
grid-template-columns:1fr 1fr;
}
}
.zoj-el_left_mhr{
min-width:0;
}
.zoj-el_eyebrow_mhr{
margin-bottom:0.875rem;
}
.zoj-el_h2_mhr{
line-height:1.08;
margin-bottom:1.375rem;
font-size:32px;
overflow-wrap:break-word;
font-weight:600;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
color:#1A1714;
}
@media(min-width:765px){
.zoj-el_h2_mhr{
font-size:2.375rem;
}
}
.zoj-el_body_mhr p{
margin-bottom:1.125rem;
font-size:1rem;
color:#2E2A25;
line-height:1.7;
overflow-wrap:break-word;
}
.zoj-el_dropcap_mhr{
padding:6px 12px 0 0;
float:left;
line-height:.8;
color:#1A9E6E;
font-size:3.875rem;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
font-weight:700;
}
.zoj-el_right_mhr{
min-width:0;
}
.zoj-el_quote_mhr{
background:linear-gradient(150deg,#16202B,#0C1118);
padding:2.25rem;
border-radius:20px;
position:relative;
margin-bottom:24px;
color:#F0EDE7;
}
.zoj-el_quote_mark_mhr{
align-items:center;
display:inline-flex;
margin-bottom:0.375rem;
color:#3DDBA0;
}
.zoj-el_quote_mark_mhr svg{
width:2.125rem;
height:34px;
}
.zoj-el_quote_text_mhr{
font-weight:500;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
margin-bottom:22px;
color:#F0EDE7;
line-height:1.4;
font-size:1.375rem;
overflow-wrap:break-word;
}
.zoj-el_quote_meta_mhr{
gap:0.75rem;
align-items:center;
display:flex;
}
.zoj-el_quote_av_mhr{
background:linear-gradient(135deg,#1A9E6E,#22C98A);
flex:0 0 auto;
border-radius:50%;
width:38px;
height:2.375rem;
}
.zoj-el_quote_author_mhr{
color:#F0EDE7;
font-weight:700;
font-size:0.875rem;
}
.zoj-el_quote_meta_sub_mhr{
color:#9BADB8;
font-size:12px;
}
.zoj-el_explain_mhr{
border-radius:14px;
border:1px solid rgba(20,18,14,0.08);
overflow:hidden;
}
.zoj-el_explain_card_mhr{
padding:22px 1.5rem;
}
.zoj-el_explain_card_mhr+.zoj-el_explain_card_mhr{
border-top:1px solid rgba(20,18,14,0.08);
}
.zoj-el_explain_h_mhr{
line-height:1.15;
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
color:#1A1714;
font-size:1.25rem;
margin-bottom:8px;
font-weight:600;
overflow-wrap:break-word;
}
.zoj-el_explain_p_mhr{
color:#8C8278;
font-size:0.875rem;
overflow-wrap:break-word;
line-height:1.55;
}
.zoj-ft_mhr{
background:#1C1A18;
margin-top:40px;
color:#9BADB8;
}
.zoj-ft_in_mhr{
grid-template-columns:1fr;
gap:32px;
padding:3rem 0 1.75rem;
display:grid;
}
@media(min-width:602px){
.zoj-ft_in_mhr{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:899px){
.zoj-ft_in_mhr{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.zoj-ft_brand_mhr{
min-width:0;
}
.zoj-ft_logo_mhr{
font-family:"Bitter", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:700;
font-size:1.625rem;
color:#F0EDE7;
}
.zoj-ft_tagline_mhr{
max-width:280px;
font-size:13.5px;
margin-top:14px;
color:#9BADB8;
line-height:1.6;
}
.zoj-ft_contact_mhr{
transition:color .22s ease;
display:inline-block;
max-width:280px;
font-size:0.813rem;
overflow-wrap:anywhere;
color:#3DDBA0;
margin-top:0.75rem;
}
.zoj-ft_contact_mhr:hover{
color:#F0EDE7;
}
.zoj-ft_col_mhr{
min-width:0;
}
.zoj-ft_col_h_mhr{
font-weight:700;
font-size:13px;
text-transform:uppercase;
margin-bottom:14px;
letter-spacing:.08em;
overflow-wrap:break-word;
color:#F0EDE7;
}
.zoj-ft_col_links_mhr{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.zoj-ft_link_mhr{
transition:color .22s ease;
font-size:0.844rem;
color:#9BADB8;
overflow-wrap:break-word;
}
.zoj-ft_link_mhr:hover{
color:#F0EDE7;
}
.zoj-ft_bot_mhr{
gap:16px;
padding:22px 0 40px;
display:flex;
border-top:1px solid rgba(255,252,245,0.13);
flex-direction:column;
}
@media(min-width:770px){
.zoj-ft_bot_mhr{
gap:1.25rem;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.zoj-ft_legal_mhr{
color:#B0A89E;
max-width:760px;
line-height:1.6;
font-size:11.5px;
overflow-wrap:break-word;
}
.zoj-ft_legal_mhr b{
color:#9BADB8;
font-weight:700;
}
.zoj-ft_age_mhr{
flex:0 0 auto;
padding:4px 0.563rem;
border-radius:8px;
border:1.5px solid #3DDBA0;
font-size:13px;
color:#3DDBA0;
font-weight:700;
}