*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#FAF6F0;
font-size:15px;
font-family:"PT Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
overflow-wrap:break-word;
line-height:1.6;
color:#2E2519;
text-rendering:optimizeLegibility;
-webkit-font-smoothing:antialiased;
}
img{
display:block;
max-width:100%;
}
a{
color:inherit;
text-decoration:none;
}
button{
background:none;
border:none;
cursor:pointer;
font-family:inherit;
}
::-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;
}
.yxhlayout-y5s{
display:flex;
min-height:100vh;
flex-direction:column;
}
.yxhmain-y5s{
flex:1 1 auto;
min-width:0;
width:100%;
}
.yxhcontainer-y5s{
padding:0 16px;
margin:0 auto;
max-width:1400px;
width:100%;
}
@media(min-width:765px){
.yxhcontainer-y5s{
padding:0 2rem;
}
}
@media(min-width:1103px){
.yxhcontainer-y5s{
padding:0 56px;
}
}
.yxheyebrow-y5s{
letter-spacing:.2em;
color:#C49436;
display:inline-block;
font-family:"PT Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.4;
font-size:0.688rem;
text-transform:uppercase;
overflow-wrap:break-word;
font-weight:600;
}
.yxhband-y5s{
background:#1E1710;
color:#F5EDD8;
}
.yxhband-y5s .yxheyebrow-y5s{
color:#E8B84B;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.yxhtb-y5s{
background:#FAF6F0;
top:0;
border-bottom:1px solid rgba(20,18,16,0.14);
z-index:50;
position:sticky;
}
.yxhtb_in-y5s{
margin:0 auto;
padding:0.75rem 1rem;
gap:1rem;
align-items:center;
width:100%;
max-width:87.5rem;
justify-content:space-between;
display:flex;
}
@media(min-width:769px){
.yxhtb_in-y5s{
padding:16px 32px;
}
}
@media(min-width:1103px){
.yxhtb_in-y5s{
padding:18px 3.5rem;
}
}
.yxhtb_left-y5s{
gap:28px;
min-width:0;
display:flex;
align-items:center;
}
.yxhtb_logo-y5s{
gap:0.688rem;
align-items:center;
display:flex;
min-width:0;
}
.yxhtb_logo_mark-y5s{
flex:0 0 auto;
border-radius:8px;
object-fit:cover;
height:2.125rem;
width:34px;
}
.yxhtb_logo_txt-y5s{
min-width:0;
line-height:1;
display:flex;
flex-direction:column;
}
.yxhtb_logo_name-y5s{
overflow:hidden;
white-space:nowrap;
color:#1A1410;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
font-size:22px;
font-weight:700;
letter-spacing:.02em;
text-overflow:ellipsis;
}
.yxhtb_logo_sub-y5s{
overflow:hidden;
font-size:0.531rem;
letter-spacing:.32em;
font-weight:600;
color:#C49436;
white-space:nowrap;
text-overflow:ellipsis;
text-transform:uppercase;
margin-top:0.25rem;
}
.yxhtb_nav-y5s{
display:none;
}
@media(min-width:958px){
.yxhtb_nav-y5s{
gap:1.75rem;
display:flex;
align-items:center;
}
}
.yxhtb_nav_item-y5s{
transition:color .22s ease,border-color .22s ease;
white-space:nowrap;
border-bottom:2px solid transparent;
font-size:14px;
padding-bottom:3px;
font-weight:600;
color:#2E2519;
}
.yxhtb_nav_item-y5s:hover{
color:#1A1410;
}
.yxhtb_nav_item-y5s.yxhstate_active-y5s{
border-color:#C49436;
color:#1A1410;
}
.yxhtb_right-y5s{
flex:0 0 auto;
gap:0.875rem;
display:flex;
align-items:center;
}
.yxhtb_search-y5s{
transition:color .22s ease;
justify-content:center;
color:#2E2519;
align-items:center;
display:flex;
}
.yxhtb_search-y5s:hover{
color:#C49436;
}
.yxhtb_search-y5s svg{
height:18px;
width:1.125rem;
}
.yxhtb_lang-y5s{
color:#6B5C46;
text-transform:uppercase;
font-weight:600;
font-size:11px;
letter-spacing:.1em;
}
.yxhtb_lang-y5s:hover{
color:#1A1410;
}
.yxhtb_login-y5s{
display:none;
font-weight:600;
color:#1A1410;
font-size:14px;
}
@media(min-width:770px){
.yxhtb_login-y5s{
display:inline-block;
}
}
.yxhtb_register-y5s{
transition:background-color .22s ease;
border-radius:999px;
background:#1A1410;
padding:0.688rem 22px;
font-size:0.875rem;
color:#F5EDD8;
white-space:nowrap;
font-weight:700;
}
.yxhtb_register-y5s:hover{
background:#2E2519;
}
.yxhmob-y5s{
background:#FAF6F0;
right:0;
position:fixed;
padding-bottom:env(safe-area-inset-bottom);
z-index:60;
bottom:0;
left:0;
border-top:1px solid rgba(20,18,16,0.14);
}
@media(min-width:961px){
.yxhmob-y5s{
display:none;
}
}
.yxhmob_in-y5s{
margin:0 auto;
justify-content:space-around;
align-items:stretch;
max-width:560px;
display:flex;
}
.yxhmob_item-y5s{
flex:1 1 0;
padding:0.563rem 0.25rem;
transition:color .22s ease;
gap:3px;
flex-direction:column;
color:#6B5C46;
min-width:0;
display:flex;
align-items:center;
}
.yxhmob_item-y5s.yxhstate_active-y5s{
color:#C49436;
}
.yxhmob_ic-y5s{
justify-content:center;
display:flex;
align-items:center;
}
.yxhmob_ic-y5s svg{
height:1.25rem;
width:20px;
}
.yxhmob_lb-y5s{
overflow:hidden;
font-size:0.625rem;
white-space:nowrap;
max-width:100%;
text-overflow:ellipsis;
font-weight:600;
}
@media(max-width:956px){
body{
padding-bottom:60px;
}
}
.yxhrail-y5s{
position:relative;
min-width:0;
}
.yxhrail_scroll-y5s{
gap:14px;
padding-bottom:0.875rem;
overflow-x:auto;
display:flex;
scrollbar-width:thin;
-webkit-overflow-scrolling:touch;
}
@media(min-width:767px){
.yxhrail_scroll-y5s{
gap:1.125rem;
}
}
.yxhgc-y5s{
flex:0 0 auto;
display:block;
width:150px;
}
@media(min-width:765px){
.yxhgc-y5s{
width:11.75rem;
}
}
.yxhgc_img-y5s{
overflow:hidden;
border-radius:14px;
background:#FFFFFF;
position:relative;
padding-bottom:133.33%;
box-shadow:0 2px 0.375rem rgba(26,20,16,0.07), 0 8px 1.5rem rgba(26,20,16,0.09);
}
.yxhgc_img-y5s img{
inset:0;
object-fit:cover;
position:absolute;
width:100%;
height:100%;
}
.yxhgc_cover-y5s{
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
inset:0;
pointer-events:none;
position:absolute;
}
.yxhgc_hover-y5s{
inset:0;
background:rgba(0,0,0,0.52);
transition:opacity .22s ease;
align-items:center;
position:absolute;
opacity:0;
justify-content:center;
display:flex;
}
.yxhgc-y5s:hover .yxhgc_hover-y5s{
opacity:1;
}
.yxhgc_hover_btn-y5s{
border-radius:999px;
background:#1A1410;
color:#F5EDD8;
height:46px;
width:2.875rem;
align-items:center;
justify-content:center;
display:flex;
}
.yxhgc_hover_btn-y5s svg{
width:1.125rem;
height:18px;
}
.yxhgc_info-y5s{
gap:2px;
margin-top:0.563rem;
min-width:0;
display:flex;
flex-direction:column;
}
.yxhgc_name-y5s{
overflow:hidden;
white-space:nowrap;
font-weight:700;
color:#1A1410;
font-size:13px;
text-overflow:ellipsis;
}
.yxhgc_prov-y5s{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
font-size:0.688rem;
color:#6B5C46;
}
.yxhgc_meta-y5s{
color:#6B5C46;
font-size:11px;
}
.yxhtc-y5s{
flex:0 0 auto;
display:block;
width:180px;
}
@media(min-width:766px){
.yxhtc-y5s{
width:230px;
}
}
.yxhtc_img-y5s{
overflow:hidden;
border-radius:14px;
background:#FFFFFF;
box-shadow:0 2px 0.375rem rgba(26,20,16,0.07), 0 0.5rem 1.5rem rgba(26,20,16,0.09);
position:relative;
padding-bottom:75%;
}
.yxhtc_img-y5s img{
inset:0;
height:100%;
object-fit:cover;
width:100%;
position:absolute;
}
.yxhtc_info-y5s{
gap:2px;
flex-direction:column;
display:flex;
margin-top:0.563rem;
min-width:0;
}
.yxhtc_name-y5s{
overflow:hidden;
color:#1A1410;
text-overflow:ellipsis;
font-size:14px;
font-weight:700;
white-space:nowrap;
}
.yxhtc_rtp-y5s{
font-size:0.688rem;
color:#6B5C46;
}
.yxhlc-y5s{
flex:0 0 auto;
display:block;
width:230px;
}
@media(min-width:767px){
.yxhlc-y5s{
width:268px;
}
}
.yxhlc_img-y5s{
overflow:hidden;
border-radius:14px;
background:#FFFFFF;
position:relative;
box-shadow:0 2px 0.375rem rgba(26,20,16,0.07), 0 8px 24px rgba(26,20,16,0.09);
padding-bottom:62.5%;
}
.yxhlc_img-y5s img{
inset:0;
position:absolute;
width:100%;
height:100%;
object-fit:cover;
}
.yxhlc_live-y5s{
gap:7px;
padding:0.25rem 0.563rem;
background:rgba(0,0,0,0.52);
border-radius:999px;
position:absolute;
display:flex;
align-items:center;
left:12px;
top:12px;
}
.yxhlc_live_dot-y5s{
animation:zm2-pulse 1.6s infinite;
background:#C0392B;
border-radius:50%;
height:8px;
width:8px;
}
.yxhlc_seats-y5s{
text-transform:uppercase;
color:#F5EDD8;
letter-spacing:.08em;
font-size:0.625rem;
font-weight:600;
}
.yxhlc_info-y5s{
gap:2px;
display:flex;
flex-direction:column;
margin-top:0.563rem;
min-width:0;
}
.yxhlc_name-y5s{
overflow:hidden;
text-overflow:ellipsis;
color:#1A1410;
white-space:nowrap;
font-size:15px;
font-weight:700;
}
.yxhlc_bet-y5s{
color:#6B5C46;
font-size:0.688rem;
}
.yxhpc-y5s{
border-radius:14px;
background:#FFFFFF;
padding:16px 0.875rem;
gap:8px;
border:1px solid rgba(20,18,16,0.08);
min-width:0;
min-height:4.625rem;
align-items:center;
flex-direction:column;
justify-content:center;
display:flex;
}
.yxhpc_logo-y5s{
flex:0 0 auto;
object-fit:contain;
width:auto;
max-width:100%;
height:28px;
}
.yxhpc_name-y5s{
overflow:hidden;
font-size:0.688rem;
color:#6B5C46;
max-width:100%;
white-space:nowrap;
text-overflow:ellipsis;
text-align:center;
}
.yxhgc_tag-y5s{
padding:3px 8px;
border-radius:0.5rem;
font-size:0.625rem;
letter-spacing:.06em;
z-index:2;
position:absolute;
top:10px;
left:0.625rem;
display:inline-block;
font-weight:700;
text-transform:uppercase;
}
.yxhgc_tag_hot-y5s{
background:#C0392B;
color:#F5EDD8;
}
.yxhgc_tag_new-y5s{
background:#E8B84B;
color:#1A1410;
}
.yxhgc_tag_jp-y5s{
background:#C49436;
color:#1A1410;
}
.yxhgc_tag_live-y5s{
background:#C0392B;
color:#F5EDD8;
}
.yxhsh-y5s{
min-width:0;
margin-bottom:1.125rem;
}
.yxhsh_row-y5s{
gap:1rem;
flex-wrap:wrap;
align-items:flex-end;
display:flex;
justify-content:space-between;
}
.yxhsh_row-y5s .yxhsh_l-y5s{
gap:6px;
display:flex;
min-width:0;
flex-direction:column;
}
.yxhsh_stack-y5s{
gap:10px;
flex-direction:column;
display:flex;
align-items:flex-start;
}
.yxhsh_center-y5s{
gap:10px;
align-items:center;
text-align:center;
display:flex;
flex-direction:column;
}
.yxhsh_h2-y5s{
font-size:24px;
color:#1A1410;
font-weight:600;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
line-height:1.1;
overflow-wrap:break-word;
}
@media(min-width:770px){
.yxhsh_h2-y5s{
font-size:30px;
}
}
.yxhband-y5s .yxhsh_h2-y5s{
color:#F5EDD8;
}
.yxhsh_eb_line-y5s{
gap:10px;
display:inline-flex;
align-items:center;
}
.yxhsh_eb_line-y5s::before{
background:#C49436;
display:inline-block;
height:1px;
width:28px;
content:"";
}
.yxhband-y5s .yxhsh_eb_line-y5s::before{
background:#E8B84B;
}
.yxhsh_eb_dot-y5s{
gap:8px;
align-items:center;
display:inline-flex;
}
.yxhsh_eb_dot-y5s::before{
background:#C49436;
border-radius:50%;
content:"";
height:0.375rem;
width:6px;
display:inline-block;
}
.yxhband-y5s .yxhsh_eb_dot-y5s::before{
background:#E8B84B;
}
.yxhsh_link-y5s{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:0.375rem;
font-size:13px;
font-weight:600;
display:inline-flex;
white-space:nowrap;
color:#1A1410;
padding-bottom:2px;
border-bottom:1px solid #1A1410;
align-items:center;
}
.yxhsh_link-y5s:hover{
border-color:#C49436;
color:#C49436;
}
.yxhsh_link-y5s svg{
height:14px;
width:14px;
}
.yxhsh_link_chev-y5s{
border-bottom:0;
padding-bottom:0;
}
.yxhsh_link_btn-y5s{
padding:0.563rem 1.125rem;
background:#1A1410;
border-radius:62.438rem;
border-bottom:0;
color:#F5EDD8;
}
.yxhsh_link_btn-y5s:hover{
border-color:transparent;
background:#2E2519;
color:#F5EDD8;
}
.yxhband-y5s .yxhsh_link-y5s{
border-color:#F5EDD8;
color:#F5EDD8;
}
.yxhband-y5s .yxhsh_link_btn-y5s{
background:#E8B84B;
color:#1A1410;
}
.yxhsh_rule-y5s{
margin:-2px 0 18px;
background:rgba(20,18,16,0.14);
height:1px;
}
.yxhband-y5s .yxhsh_rule-y5s{
background:rgba(255,240,200,0.14);
}
.yxhhero-y5s{
padding:32px 0 0.5rem;
}
@media(min-width:765px){
.yxhhero-y5s{
padding:3.5rem 0 24px;
}
}
.yxhhero_in-y5s{
grid-template-columns:1fr;
gap:2rem;
align-items:center;
display:grid;
}
@media(min-width:901px){
.yxhhero_in-y5s{
grid-template-columns:1.05fr .95fr;
gap:3rem;
}
}
.yxhhero_copy-y5s{
min-width:0;
}
.yxhhero_eyebrow-y5s{
gap:10px;
align-items:center;
margin-bottom:22px;
display:inline-flex;
}
.yxhhero_eyebrow_line-y5s{
flex:0 0 auto;
background:#C49436;
height:1px;
display:inline-block;
width:1.75rem;
}
.yxhhero_h1-y5s{
line-height:1.04;
letter-spacing:-.01em;
font-weight:600;
overflow-wrap:break-word;
color:#1A1410;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
margin-bottom:1.25rem;
font-size:2.375rem;
}
@media(min-width:770px){
.yxhhero_h1-y5s{
font-size:54px;
}
}
@media(min-width:1100px){
.yxhhero_h1-y5s{
font-size:3.875rem;
}
}
.yxhhero_h1-y5s em{
font-style:normal;
color:#C49436;
}
.yxhhero_sub-y5s{
font-size:1rem;
color:#8C7A62;
max-width:480px;
line-height:1.6;
margin-bottom:1.875rem;
}
@media(min-width:769px){
.yxhhero_sub-y5s{
font-size:18px;
}
}
.yxhhero_actions-y5s{
gap:0.875rem;
margin-bottom:2.125rem;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.yxhhero_cta-y5s{
padding:16px 1.875rem;
background:#1A1410;
gap:0.625rem;
transition:background-color .22s ease;
border-radius:999px;
color:#F5EDD8;
align-items:center;
font-size:0.938rem;
display:inline-flex;
font-weight:700;
}
.yxhhero_cta-y5s:hover{
background:#2E2519;
}
.yxhhero_cta_ic-y5s{
align-items:center;
display:inline-flex;
}
.yxhhero_cta_ic-y5s svg{
width:16px;
height:1rem;
}
.yxhhero_cta_alt-y5s{
transition:border-color .22s ease,color .22s ease;
padding:15px 1.625rem;
background:transparent;
border:1px solid rgba(20,18,16,0.14);
border-radius:62.438rem;
font-size:0.938rem;
display:inline-flex;
align-items:center;
color:#1A1410;
font-weight:600;
}
.yxhhero_cta_alt-y5s:hover{
border-color:#C49436;
color:#C49436;
}
.yxhhero_trust-y5s{
gap:1.375rem;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.yxhhero_trust_item-y5s{
gap:9px;
font-size:13px;
font-weight:600;
align-items:center;
color:#2E2519;
display:flex;
}
.yxhhero_trust_ic-y5s{
color:#C49436;
align-items:center;
display:inline-flex;
}
.yxhhero_trust_ic-y5s svg{
height:16px;
width:16px;
}
.yxhhero_promo-y5s{
overflow:hidden;
background:#FFFFFF;
border-radius:1.25rem;
box-shadow:0 0.75rem 48px rgba(26,20,16,0.14), 0 2px 0.625rem rgba(26,20,16,0.08);
min-height:300px;
display:flex;
position:relative;
}
.yxhhero_promo_bg-y5s{
inset:0;
position:absolute;
background-position:center;
background-size:cover;
}
.yxhhero_promo_bg-y5s::after{
inset:0;
background:linear-gradient(120deg,#1E1710 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
content:"";
position:absolute;
}
.yxhhero_promo_glow-y5s{
border-radius:50%;
background:radial-gradient(circle,rgba(196,148,54,0.18) 0%,transparent 65%);
right:-1.25rem;
height:16.25rem;
width:260px;
top:-40px;
pointer-events:none;
position:absolute;
}
.yxhhero_promo_ct-y5s{
padding:28px;
position:relative;
align-self:flex-end;
max-width:88%;
z-index:2;
}
.yxhhero_promo_label-y5s{
letter-spacing:.25em;
text-transform:uppercase;
font-size:0.625rem;
display:block;
color:#E8B84B;
margin-bottom:8px;
font-weight:700;
}
.yxhhero_promo_amount-y5s{
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
color:#F5EDD8;
overflow-wrap:break-word;
line-height:1.05;
font-weight:600;
font-size:32px;
}
@media(min-width:766px){
.yxhhero_promo_amount-y5s{
font-size:40px;
}
}
.yxhhero_promo_amount-y5s em{
color:#E8B84B;
font-style:normal;
}
.yxhhero_rating-y5s{
border:1px solid rgba(20,18,16,0.08);
gap:0.625rem;
border-radius:0.875rem;
background:#FFFFFF;
padding:10px 0.875rem;
box-shadow:0 2px 6px rgba(26,20,16,0.07), 0 8px 24px rgba(26,20,16,0.09);
position:absolute;
align-items:center;
top:0.875rem;
right:0.875rem;
display:flex;
z-index:3;
max-width:min(260px,62%);
}
.yxhhero_rating_score-y5s{
flex:0 0 auto;
font-weight:700;
color:#1A1410;
font-size:1.5rem;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
}
.yxhhero_rating_txt-y5s{
flex:1 1 auto;
min-width:0;
}
.yxhhero_rating_stars-y5s{
gap:2px;
display:flex;
color:#C49436;
}
.yxhhero_rating_stars-y5s svg{
height:0.75rem;
width:12px;
}
.yxhhero_rating_cap-y5s{
display:block;
font-size:0.688rem;
margin-top:3px;
color:#6B5C46;
overflow-wrap:break-word;
line-height:1.35;
}
.yxhstat-y5s{
border-top:1px solid rgba(20,18,16,0.14);
margin-top:16px;
border-bottom:1px solid rgba(20,18,16,0.14);
}
.yxhstat_in-y5s{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:765px){
.yxhstat_in-y5s{
grid-template-columns:repeat(4,1fr);
}
}
.yxhstat_item-y5s{
padding:22px 14px;
border-bottom:1px solid rgba(20,18,16,0.08);
min-width:0;
border-right:1px solid rgba(20,18,16,0.08);
}
.yxhstat_item-y5s:nth-child(2n){
border-right:0;
}
.yxhstat_item-y5s:nth-child(n+3){
border-bottom:0;
}
@media(min-width:769px){
.yxhstat_item-y5s{
border-bottom:0;
}
.yxhstat_item-y5s:nth-child(2n){
border-right:1px solid rgba(20,18,16,0.08);
}
.yxhstat_item-y5s:nth-child(4n){
border-right:0;
}
}
.yxhstat_value-y5s{
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
color:#1A1410;
font-weight:700;
line-height:1;
overflow-wrap:break-word;
font-size:1.875rem;
}
@media(min-width:771px){
.yxhstat_value-y5s{
font-size:34px;
}
}
.yxhstat_label-y5s{
color:#6B5C46;
overflow-wrap:break-word;
font-size:0.813rem;
line-height:1.4;
margin-top:6px;
}
.yxhjp-y5s{
padding:30px 0 10px;
}
.yxhjp_grid-y5s{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:766px){
.yxhjp_grid-y5s{
grid-template-columns:1fr 1fr;
}
.yxhjp_card_mega-y5s{
grid-column:1/-1;
}
}
@media(min-width:1001px){
.yxhjp_grid-y5s{
grid-template-columns:1.4fr 1fr 1fr;
}
.yxhjp_card_mega-y5s{
grid-column:auto;
}
}
.yxhjp_card-y5s{
gap:12px;
border-radius:20px;
padding:1.625rem;
overflow:hidden;
background:#FFFFFF;
border:1px solid rgba(20,18,16,0.08);
flex-direction:column;
min-height:12.5rem;
display:flex;
justify-content:space-between;
min-width:0;
position:relative;
}
.yxhjp_card_mega-y5s{
background:linear-gradient(135deg,#2A1F12,#111009);
border-color:transparent;
color:#F5EDD8;
min-height:13.125rem;
}
.yxhjp_glow-y5s{
border-radius:50%;
background:radial-gradient(circle,rgba(196,148,54,0.18),transparent 70%);
top:-40px;
right:-2.5rem;
pointer-events:none;
position:absolute;
width:12.5rem;
height:200px;
}
.yxhjp_label-y5s{
gap:0.625rem;
font-size:10px;
font-weight:700;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
letter-spacing:.16em;
text-transform:uppercase;
align-items:center;
position:relative;
color:#C49436;
}
.yxhjp_card_mega-y5s .yxhjp_label-y5s{
color:#E8B84B;
}
.yxhjp_drop-y5s{
color:#6B5C46;
font-weight:600;
text-transform:none;
letter-spacing:.04em;
}
.yxhjp_card_mega-y5s .yxhjp_drop-y5s{
color:#A8967A;
}
.yxhjp_amount-y5s{
font-size:2.375rem;
overflow-wrap:break-word;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
font-weight:700;
position:relative;
line-height:1;
color:#1A1410;
}
.yxhjp_card_mega-y5s .yxhjp_amount-y5s{
animation:zm2-pulse 2.4s infinite;
color:#E8B84B;
font-size:3rem;
}
@media(min-width:769px){
.yxhjp_card_mega-y5s .yxhjp_amount-y5s{
font-size:54px;
}
}
.yxhjp_game-y5s{
color:#6B5C46;
font-size:13px;
position:relative;
}
.yxhjp_card_mega-y5s .yxhjp_game-y5s{
color:#A8967A;
}
.yxhjp_cta-y5s{
position:relative;
align-self:flex-start;
}
.yxhjp_card_mega-y5s .yxhjp_cta-y5s{
padding:0.625rem 20px;
border-radius:999px;
background:#E8B84B;
transition:opacity .22s ease;
font-weight:700;
font-size:0.813rem;
color:#1A1410;
}
.yxhjp_card_mega-y5s .yxhjp_cta-y5s:hover{
opacity:.9;
}
.yxhjp_card-y5s:not(.yxhjp_card_mega-y5s) .yxhjp_cta-y5s{
transition:color .22s ease,border-color .22s ease;
color:#1A1410;
font-weight:700;
padding-bottom:2px;
font-size:0.813rem;
border-bottom:1px solid #1A1410;
}
.yxhjp_card-y5s:not(.yxhjp_card_mega-y5s) .yxhjp_cta-y5s:hover{
border-color:#C49436;
color:#C49436;
}
.yxhjp_seo-y5s{
margin:14px 0 0;
overflow-wrap:break-word;
line-height:1.65;
color:#8C7A62;
font-size:14px;
max-width:47.5rem;
}
.yxhjp_seo-y5s strong{
color:#1A1410;
font-weight:700;
}
.yxhgf-y5s{
padding:24px 0 0.375rem;
}
.yxhgf_in-y5s{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
}
.yxhgf_chip-y5s{
background:#FFFFFF;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
border:1px solid rgba(20,18,16,0.14);
padding:10px 18px;
border-radius:62.438rem;
font-size:13px;
white-space:nowrap;
font-weight:600;
color:#2E2519;
}
.yxhgf_chip-y5s:hover{
border-color:#C49436;
color:#C49436;
}
.yxhgf_chip-y5s.yxhstate_active-y5s{
background:#1A1410;
border-color:transparent;
color:#F5EDD8;
}
.yxhgrow-y5s{
padding:1.625rem 0 0.625rem;
}
.yxhrow_seo-y5s{
margin:10px 0 0;
color:#8C7A62;
overflow-wrap:break-word;
font-size:14px;
max-width:47.5rem;
line-height:1.65;
}
.yxhrow_seo-y5s strong{
color:#1A1410;
font-weight:700;
}
.yxhgrow-y5s{
padding:1.625rem 0 10px;
}
.yxhrow_seo-y5s{
margin:0.625rem 0 0;
overflow-wrap:break-word;
color:#8C7A62;
font-size:14px;
line-height:1.65;
max-width:47.5rem;
}
.yxhrow_seo-y5s strong{
font-weight:700;
color:#1A1410;
}
.yxhpr-y5s{
padding:30px 0 0.375rem;
}
.yxhpr_card-y5s{
border:1px solid rgba(20,18,16,0.08);
overflow:hidden;
flex:0 0 auto;
gap:0.625rem;
padding:1.625rem;
background:#FFFFFF;
border-radius:20px;
width:17.5rem;
display:flex;
flex-direction:column;
min-height:200px;
position:relative;
}
@media(min-width:768px){
.yxhpr_card-y5s{
width:18.75rem;
}
}
.yxhpr_card_feat-y5s{
background:linear-gradient(150deg,#2A1F12,#111009);
border-color:transparent;
color:#F5EDD8;
}
.yxhpr_glow-y5s{
border-radius:50%;
background:radial-gradient(circle,rgba(196,148,54,0.18),transparent 70%);
right:-30px;
opacity:0;
height:130px;
position:absolute;
width:8.125rem;
pointer-events:none;
top:-1.875rem;
}
.yxhpr_card_feat-y5s .yxhpr_glow-y5s{
opacity:1;
}
.yxhpr_label-y5s{
letter-spacing:.16em;
text-transform:uppercase;
font-weight:700;
font-size:10px;
color:#C49436;
position:relative;
}
.yxhpr_card_feat-y5s .yxhpr_label-y5s{
color:#E8B84B;
}
.yxhpr_amount-y5s{
position:relative;
font-size:26px;
overflow-wrap:break-word;
line-height:1.08;
font-weight:600;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
color:#1A1410;
}
.yxhpr_card_feat-y5s .yxhpr_amount-y5s{
color:#F5EDD8;
}
.yxhpr_amount-y5s em{
color:#C49436;
font-style:normal;
}
.yxhpr_card_feat-y5s .yxhpr_amount-y5s em{
color:#E8B84B;
}
.yxhpr_terms-y5s{
color:#6B5C46;
line-height:1.5;
font-size:13px;
position:relative;
}
.yxhpr_card_feat-y5s .yxhpr_terms-y5s{
color:#A8967A;
}
.yxhpr_cta-y5s{
align-self:flex-start;
position:relative;
margin-top:auto;
}
.yxhpr_card_feat-y5s .yxhpr_cta-y5s{
padding:0.563rem 1.125rem;
background:#E8B84B;
border-radius:999px;
transition:opacity .22s ease;
font-size:0.813rem;
color:#1A1410;
font-weight:700;
}
.yxhpr_card_feat-y5s .yxhpr_cta-y5s:hover{
opacity:.9;
}
.yxhpr_card-y5s:not(.yxhpr_card_feat-y5s) .yxhpr_cta-y5s{
transition:color .22s ease,border-color .22s ease;
font-size:0.813rem;
border-bottom:1px solid #1A1410;
padding-bottom:2px;
color:#1A1410;
font-weight:700;
}
.yxhpr_card-y5s:not(.yxhpr_card_feat-y5s) .yxhpr_cta-y5s:hover{
border-color:#C49436;
color:#C49436;
}
.yxhgrow-y5s{
padding:1.625rem 0 0.625rem;
}
.yxhrow_seo-y5s{
margin:10px 0 0;
line-height:1.65;
max-width:47.5rem;
overflow-wrap:break-word;
font-size:14px;
color:#8C7A62;
}
.yxhrow_seo-y5s strong{
font-weight:700;
color:#1A1410;
}
.yxhtrn-y5s{
padding:30px 0 10px;
}
.yxhtrn_in-y5s{
grid-template-columns:1fr;
background:#FFFFFF;
border:1px solid rgba(20,18,16,0.08);
border-radius:20px;
overflow:hidden;
display:grid;
}
@media(min-width:881px){
.yxhtrn_in-y5s{
grid-template-columns:1.05fr 1fr;
}
}
.yxhtrn_banner-y5s{
overflow:hidden;
background:linear-gradient(150deg,#2A1F12,#111009);
padding:2.125rem;
position:relative;
color:#F5EDD8;
}
.yxhtrn_glow-y5s{
border-radius:50%;
background:radial-gradient(circle,rgba(196,148,54,0.18),transparent 70%);
width:200px;
right:-2.5rem;
pointer-events:none;
bottom:-40px;
position:absolute;
height:200px;
}
.yxhtrn_eyebrow-y5s{
position:relative;
margin-bottom:0.875rem;
}
.yxhtrn_h2-y5s{
color:#F5EDD8;
position:relative;
font-size:30px;
overflow-wrap:break-word;
margin-bottom:12px;
line-height:1.06;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
font-weight:600;
}
@media(min-width:769px){
.yxhtrn_h2-y5s{
font-size:36px;
}
}
.yxhtrn_text-y5s{
position:relative;
max-width:420px;
margin-bottom:1.375rem;
color:#A8967A;
line-height:1.6;
font-size:0.875rem;
}
.yxhtrn_timer-y5s{
gap:0.5rem;
display:flex;
position:relative;
align-items:center;
flex-wrap:wrap;
margin-bottom:24px;
}
.yxhtrn_timer_cap-y5s{
color:#A8967A;
font-size:0.688rem;
}
.yxhtrn_timer_box-y5s{
border-radius:0.5rem;
background:rgba(255,245,220,0.07);
padding:0.25rem 12px;
font-size:1.5rem;
font-weight:700;
color:#F5EDD8;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
}
.yxhtrn_cta-y5s{
background:#E8B84B;
border-radius:999px;
padding:0.813rem 26px;
transition:opacity .22s ease;
color:#1A1410;
position:relative;
font-weight:700;
display:inline-block;
font-size:0.875rem;
}
.yxhtrn_cta-y5s:hover{
opacity:.9;
}
.yxhtrn_lb-y5s{
padding:1.625rem 28px;
}
.yxhtrn_lb_head-y5s{
gap:0.625rem;
justify-content:space-between;
align-items:center;
margin-bottom:0.75rem;
display:flex;
}
.yxhtrn_lb_title-y5s{
font-size:20px;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
color:#1A1410;
font-weight:600;
}
.yxhtrn_lb_upd-y5s{
letter-spacing:.08em;
color:#6B5C46;
text-transform:uppercase;
font-size:11px;
}
.yxhtrn_lb_row-y5s{
padding:11px 0.75rem;
border-radius:0.5rem;
gap:0.875rem;
align-items:center;
display:flex;
}
.yxhtrn_lb_row-y5s:nth-child(2){
background:rgba(196,148,54,0.10);
}
.yxhtrn_lb_rank-y5s{
flex:0 0 auto;
color:#C49436;
font-weight:700;
width:22px;
font-size:16px;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
}
.yxhtrn_lb_av-y5s{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#C49436,#F0CB6A);
height:30px;
width:1.875rem;
}
.yxhtrn_lb_name-y5s{
overflow:hidden;
flex:1 1 auto;
white-space:nowrap;
font-weight:600;
text-overflow:ellipsis;
min-width:0;
color:#1A1410;
font-size:14px;
}
.yxhtrn_lb_amount-y5s{
flex:0 0 auto;
font-size:0.813rem;
font-weight:700;
color:#1A1410;
}
.yxhapp-y5s{
padding:30px 0 10px;
}
.yxhapp_in-y5s{
background:#FFFFFF;
gap:28px;
border-radius:1.25rem;
border:1px solid rgba(20,18,16,0.08);
padding:32px;
flex-direction:column;
display:flex;
}
@media(min-width:771px){
.yxhapp_in-y5s{
gap:2.5rem;
padding:2.5rem 44px;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.yxhapp_copy-y5s{
min-width:0;
max-width:35rem;
}
.yxhapp_eyebrow-y5s{
margin-bottom:12px;
}
.yxhapp_h2-y5s{
margin-bottom:0.75rem;
line-height:1.05;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
color:#1A1410;
overflow-wrap:break-word;
font-size:28px;
font-weight:600;
}
@media(min-width:765px){
.yxhapp_h2-y5s{
font-size:2.125rem;
}
}
.yxhapp_text-y5s{
font-size:14px;
color:#8C7A62;
margin-bottom:22px;
line-height:1.6;
}
.yxhapp_btns-y5s{
gap:12px;
display:flex;
flex-wrap:wrap;
}
.yxhapp_btn-y5s{
border-radius:14px;
padding:0.688rem 20px;
transition:background-color .22s ease;
gap:10px;
background:#1A1410;
color:#F5EDD8;
display:inline-flex;
align-items:center;
}
.yxhapp_btn-y5s:hover{
background:#2E2519;
}
.yxhapp_btn_ic-y5s{
align-items:center;
display:inline-flex;
}
.yxhapp_btn_ic-y5s svg{
width:18px;
height:18px;
}
.yxhapp_btn_lb-y5s{
font-size:0.844rem;
font-weight:700;
}
.yxhapp_qr_wrap-y5s{
flex:0 0 auto;
gap:18px;
align-items:center;
display:flex;
}
.yxhapp_qr-y5s{
border-radius:0.875rem;
flex:0 0 auto;
background-color:#1A1410;
width:6.75rem;
background-image:repeating-linear-gradient(0deg,#FFFFFF 0 5px,transparent 0.313rem 0.688rem),repeating-linear-gradient(90deg,#FFFFFF 0 0.313rem,transparent 0.313rem 11px);
height:108px;
}
.yxhapp_qr_cap-y5s{
line-height:1.4;
color:#6B5C46;
max-width:5.75rem;
font-size:0.781rem;
}
.yxhvip-y5s{
padding:48px 0;
}
@media(min-width:765px){
.yxhvip-y5s{
padding:64px 0;
}
}
.yxhvip_head-y5s{
gap:0.875rem;
flex-direction:column;
margin-bottom:1.875rem;
display:flex;
}
@media(min-width:877px){
.yxhvip_head-y5s{
gap:1.5rem;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.yxhvip_eyebrow-y5s{
margin-bottom:0.75rem;
}
.yxhvip_h2-y5s{
color:#F5EDD8;
font-weight:600;
font-size:2rem;
line-height:1.05;
overflow-wrap:break-word;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:767px){
.yxhvip_h2-y5s{
font-size:40px;
}
}
.yxhvip_intro-y5s{
line-height:1.6;
max-width:26.25rem;
color:#A8967A;
font-size:14px;
}
.yxhvip_grid-y5s{
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
gap:0.875rem;
display:grid;
}
.yxhvip_card-y5s{
padding:22px 18px;
border-radius:14px;
border:1px solid rgba(255,240,200,0.14);
min-width:0;
}
.yxhvip_card_feat-y5s{
border-color:#E8B84B;
background:rgba(255,245,220,0.07);
}
.yxhvip_card_ic-y5s{
border-radius:8px;
background:linear-gradient(135deg,#C49436,#F0CB6A);
display:block;
height:34px;
margin-bottom:16px;
width:2.125rem;
}
.yxhvip_name-y5s{
font-weight:600;
font-size:20px;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
margin-bottom:0.375rem;
color:#F5EDD8;
}
.yxhvip_perk-y5s{
overflow-wrap:break-word;
color:#A8967A;
font-size:0.781rem;
line-height:1.5;
}
.yxhnl-y5s{
padding:24px 0 0.625rem;
}
.yxhnl_in-y5s{
padding:1.875rem 32px;
border-radius:20px;
gap:22px;
background:#231C12;
color:#F5EDD8;
flex-direction:column;
display:flex;
}
@media(min-width:769px){
.yxhnl_in-y5s{
gap:28px;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.yxhnl_text_wrap-y5s{
min-width:0;
}
.yxhnl_h3-y5s{
color:#F5EDD8;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
margin-bottom:0.313rem;
line-height:1.1;
font-weight:600;
font-size:22px;
}
@media(min-width:771px){
.yxhnl_h3-y5s{
font-size:1.5rem;
}
}
.yxhnl_text-y5s{
color:#A8967A;
font-size:13.5px;
line-height:1.5;
}
.yxhnl_form-y5s{
gap:10px;
flex:1 1 auto;
min-width:0;
display:flex;
max-width:28.75rem;
}
.yxhnl_input-y5s{
overflow:hidden;
padding:13px 16px;
flex:1 1 auto;
border:1px solid rgba(255,240,200,0.14);
background:rgba(255,245,220,0.07);
border-radius:0.875rem;
white-space:nowrap;
font-size:14px;
display:flex;
align-items:center;
text-overflow:ellipsis;
color:#A8967A;
min-width:0;
}
.yxhnl_btn-y5s{
padding:13px 24px;
border-radius:14px;
background:#E8B84B;
transition:opacity .22s ease;
flex:0 0 auto;
font-weight:700;
color:#1A1410;
font-size:14px;
white-space:nowrap;
}
.yxhnl_btn-y5s:hover{
opacity:.9;
}
.yxhet-y5s{
padding:36px 0 0.625rem;
}
.yxhet_in-y5s{
gap:32px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:877px){
.yxhet_in-y5s{
gap:48px;
grid-template-columns:1.1fr .9fr;
}
}
.yxhet_left-y5s{
min-width:0;
}
.yxhet_eyebrow-y5s{
margin-bottom:0.75rem;
}
.yxhet_h2-y5s{
font-weight:600;
font-size:28px;
line-height:1.06;
overflow-wrap:break-word;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.875rem;
color:#1A1410;
}
@media(min-width:769px){
.yxhet_h2-y5s{
font-size:2rem;
}
}
.yxhet_text-y5s{
line-height:1.65;
color:#8C7A62;
margin-bottom:1.375rem;
font-size:15px;
}
.yxhet_stats-y5s{
gap:1.5rem;
flex-wrap:wrap;
display:flex;
}
.yxhet_stat-y5s{
min-width:0;
}
.yxhet_stat_v-y5s{
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
line-height:1;
color:#1A1410;
font-weight:700;
font-size:26px;
}
.yxhet_stat_l-y5s{
margin-top:4px;
color:#6B5C46;
font-size:0.781rem;
}
.yxhet_right-y5s{
gap:12px;
flex-direction:column;
display:flex;
}
.yxhet_member-y5s{
background:#FFFFFF;
border-radius:14px;
padding:18px 1.25rem;
border:1px solid rgba(20,18,16,0.08);
gap:1rem;
align-items:center;
min-width:0;
display:flex;
}
.yxhet_member_av-y5s{
background:linear-gradient(135deg,#2A1F12,#C49436);
border-radius:50%;
flex:0 0 auto;
width:48px;
height:3rem;
}
.yxhet_member_name-y5s{
font-weight:700;
overflow-wrap:break-word;
font-size:0.938rem;
color:#1A1410;
}
.yxhet_member_role-y5s{
overflow-wrap:break-word;
font-size:12.5px;
color:#6B5C46;
}
.yxhet_updated-y5s{
gap:8px;
border:1px solid rgba(20,18,16,0.08);
background:#FAF6F0;
padding:0.875rem 1.125rem;
border-radius:0.875rem;
color:#8C7A62;
align-items:center;
font-size:12.5px;
display:flex;
}
.yxhop-y5s{
padding:2.25rem 0 10px;
}
.yxhop_in-y5s{
gap:32px;
border:1px solid rgba(20,18,16,0.08);
border-radius:0.875rem;
grid-template-columns:1fr;
padding:32px;
background:#FFFFFF;
display:grid;
align-items:center;
}
@media(min-width:858px){
.yxhop_in-y5s{
padding:2.125rem 2.5rem;
grid-template-columns:.9fr 1.1fr;
gap:2.75rem;
}
}
.yxhop_left-y5s{
min-width:0;
}
.yxhop_eyebrow-y5s{
margin-bottom:0.75rem;
}
.yxhop_h2-y5s{
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
font-weight:600;
font-size:28px;
line-height:1.08;
color:#1A1410;
margin-bottom:10px;
overflow-wrap:break-word;
}
@media(min-width:770px){
.yxhop_h2-y5s{
font-size:30px;
}
}
.yxhop_text-y5s{
color:#8C7A62;
font-size:14px;
line-height:1.6;
}
.yxhop_grid-y5s{
grid-template-columns:1fr 1fr;
border:1px solid rgba(20,18,16,0.14);
border-radius:0.5rem;
overflow:hidden;
gap:1px;
background:rgba(20,18,16,0.14);
display:grid;
}
.yxhop_field-y5s{
padding:18px 20px;
background:#FAF6F0;
min-width:0;
}
.yxhop_field_lb-y5s{
text-transform:uppercase;
margin-bottom:0.313rem;
font-weight:600;
font-size:10px;
letter-spacing:.1em;
color:#C49436;
}
.yxhop_field_val-y5s{
font-weight:700;
overflow-wrap:break-word;
color:#1A1410;
font-size:0.875rem;
}
.yxhhts-y5s{
padding:3rem 0;
}
@media(min-width:771px){
.yxhhts-y5s{
padding:62px 0;
}
}
.yxhhts_head-y5s{
gap:1.125rem;
margin-bottom:34px;
display:flex;
flex-direction:column;
}
@media(min-width:765px){
.yxhhts_head-y5s{
gap:24px;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.yxhhts_eyebrow-y5s{
margin-bottom:0.75rem;
}
.yxhhts_h2-y5s{
font-size:30px;
color:#F5EDD8;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:770px){
.yxhhts_h2-y5s{
font-size:2.375rem;
}
}
.yxhhts_cta-y5s{
transition:opacity .22s ease;
border-radius:999px;
padding:0.938rem 30px;
background:#E8B84B;
flex:0 0 auto;
font-size:15px;
color:#1A1410;
font-weight:700;
}
.yxhhts_cta-y5s:hover{
opacity:.9;
}
.yxhhts_grid-y5s{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:759px){
.yxhhts_grid-y5s{
grid-template-columns:repeat(3,1fr);
}
}
.yxhhts_step-y5s{
min-width:0;
padding-top:22px;
border-top:1px solid rgba(255,240,200,0.14);
}
.yxhhts_step_num-y5s{
color:#E8B84B;
font-size:44px;
line-height:1;
font-weight:700;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.875rem;
}
.yxhhts_step_h-y5s{
line-height:1.2;
color:#F5EDD8;
font-size:1.188rem;
font-weight:700;
overflow-wrap:break-word;
margin-bottom:0.5rem;
}
.yxhhts_step_p-y5s{
overflow-wrap:break-word;
line-height:1.55;
font-size:0.875rem;
color:#A8967A;
}
.yxhdr-y5s{
padding:2.25rem 0 0.625rem;
}
.yxhdr_in-y5s{
border-radius:14px;
padding:1.75rem 2rem;
gap:1.25rem;
border:1px dashed rgba(20,18,16,0.14);
flex-direction:column;
display:flex;
}
@media(min-width:770px){
.yxhdr_in-y5s{
gap:32px;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.yxhdr_h2-y5s{
line-height:1.1;
margin-bottom:8px;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
font-size:1.5rem;
color:#1A1410;
}
@media(min-width:770px){
.yxhdr_h2-y5s{
font-size:1.625rem;
}
}
.yxhdr_text-y5s{
font-size:0.875rem;
max-width:680px;
line-height:1.6;
color:#8C7A62;
overflow-wrap:break-word;
}
.yxhdr_text-y5s b{
font-weight:700;
color:#1A1410;
}
.yxhdr_cta-y5s{
flex:0 0 auto;
transition:color .22s ease;
border-bottom:1px solid #C49436;
white-space:nowrap;
color:#1A1410;
font-size:0.844rem;
padding-bottom:2px;
font-weight:700;
}
.yxhdr_cta-y5s:hover{
color:#C49436;
}
.yxhwy-y5s{
padding:3rem 0;
}
@media(min-width:768px){
.yxhwy-y5s{
padding:56px 0;
}
}
.yxhwy_in-y5s{
gap:2rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:902px){
.yxhwy_in-y5s{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.yxhwy_left-y5s{
min-width:0;
}
.yxhwy_eyebrow-y5s{
margin-bottom:0.875rem;
}
.yxhwy_h2-y5s{
margin-bottom:1rem;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
line-height:1.05;
color:#1A1410;
font-size:32px;
}
@media(min-width:767px){
.yxhwy_h2-y5s{
font-size:2.5rem;
}
}
.yxhwy_intro-y5s{
line-height:1.6;
color:#8C7A62;
font-size:0.938rem;
}
.yxhwy_grid-y5s{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:558px){
.yxhwy_grid-y5s{
grid-template-columns:1fr 1fr;
}
}
.yxhwy_card-y5s{
background:#FFFFFF;
padding:26px;
border:1px solid rgba(20,18,16,0.08);
border-radius:14px;
min-width:0;
}
.yxhwy_card_ic-y5s{
justify-content:center;
margin-bottom:1rem;
color:#C49436;
align-items:center;
display:inline-flex;
}
.yxhwy_card_ic-y5s svg{
width:26px;
height:26px;
}
.yxhwy_card_h-y5s{
font-weight:600;
color:#1A1410;
line-height:1.15;
margin-bottom:8px;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
font-size:21px;
overflow-wrap:break-word;
}
.yxhwy_card_p-y5s{
line-height:1.55;
overflow-wrap:break-word;
font-size:14px;
color:#8C7A62;
}
.yxhtt-y5s{
padding:3rem 0 0.625rem;
}
@media(min-width:768px){
.yxhtt-y5s{
padding:60px 0 0.625rem;
}
}
.yxhtt_head-y5s{
margin-bottom:34px;
text-align:center;
}
.yxhtt_eyebrow-y5s{
margin-bottom:0.75rem;
}
.yxhtt_h2-y5s{
color:#1A1410;
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
font-size:32px;
}
@media(min-width:770px){
.yxhtt_h2-y5s{
font-size:42px;
}
}
.yxhtt_grid-y5s{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:758px){
.yxhtt_grid-y5s{
grid-template-columns:repeat(3,1fr);
}
}
.yxhtt_card-y5s{
background:#FFFFFF;
border-radius:14px;
padding:30px;
border:1px solid rgba(20,18,16,0.08);
flex-direction:column;
min-width:0;
display:flex;
}
.yxhtt_card_ic-y5s{
display:inline-flex;
margin-bottom:18px;
color:#C49436;
align-items:center;
}
.yxhtt_card_ic-y5s svg{
height:28px;
width:1.75rem;
}
.yxhtt_card_h-y5s{
color:#1A1410;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:0.5rem;
font-size:1.375rem;
line-height:1.15;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
}
.yxhtt_card_p-y5s{
margin-bottom:14px;
line-height:1.6;
font-size:0.875rem;
color:#8C7A62;
overflow-wrap:break-word;
}
.yxhtt_card_p-y5s b{
font-weight:700;
color:#1A1410;
}
.yxhtt_card_link-y5s{
transition:color .22s ease;
align-self:flex-start;
font-size:0.813rem;
color:#1A1410;
font-weight:700;
margin-top:auto;
border-bottom:1px solid #C49436;
padding-bottom:2px;
}
.yxhtt_card_link-y5s:hover{
color:#C49436;
}
.yxhprov-y5s{
padding:40px 0 1.25rem;
}
.yxhprov_eyebrow-y5s{
margin-bottom:18px;
display:block;
}
.yxhprov_grid-y5s{
gap:12px;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:557px){
.yxhprov_grid-y5s{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:902px){
.yxhprov_grid-y5s{
grid-template-columns:repeat(6,1fr);
}
}
.yxhrv-y5s{
padding:48px 0;
background:#FFFFFF;
margin-top:1.5rem;
border-top:1px solid rgba(20,18,16,0.08);
border-bottom:1px solid rgba(20,18,16,0.08);
}
@media(min-width:769px){
.yxhrv-y5s{
padding:56px 0;
}
}
.yxhrv_head-y5s{
gap:16px;
margin-bottom:1.875rem;
flex-direction:column;
display:flex;
}
@media(min-width:769px){
.yxhrv_head-y5s{
gap:1.25rem;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.yxhrv_eyebrow-y5s{
margin-bottom:10px;
}
.yxhrv_h2-y5s{
font-size:30px;
color:#1A1410;
line-height:1.05;
overflow-wrap:break-word;
font-weight:600;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:770px){
.yxhrv_h2-y5s{
font-size:2.375rem;
}
}
.yxhrv_agg-y5s{
gap:12px;
align-items:center;
display:flex;
}
.yxhrv_agg_stars-y5s{
gap:3px;
color:#C49436;
display:flex;
}
.yxhrv_agg_stars-y5s svg{
height:1.125rem;
width:18px;
}
.yxhrv_source-y5s{
color:#8C7A62;
font-size:0.813rem;
}
.yxhrv_grid-y5s{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:757px){
.yxhrv_grid-y5s{
grid-template-columns:repeat(3,1fr);
}
}
.yxhrv_card-y5s{
padding:1.625rem;
border-radius:0.875rem;
border:1px solid rgba(20,18,16,0.08);
background:#FAF6F0;
min-width:0;
}
.yxhrv_card_stars-y5s{
gap:2px;
color:#C49436;
display:flex;
margin-bottom:0.75rem;
}
.yxhrv_card_stars-y5s svg{
width:0.875rem;
height:0.875rem;
}
.yxhrv_card_body-y5s{
margin-bottom:1rem;
overflow-wrap:break-word;
font-weight:500;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
color:#1A1410;
line-height:1.45;
font-size:18px;
}
.yxhrv_card_meta-y5s{
gap:10px;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.yxhrv_card_av-y5s{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#C49436,#F0CB6A);
width:32px;
height:32px;
}
.yxhrv_card_author-y5s{
font-size:0.813rem;
color:#1A1410;
font-weight:700;
}
.yxhrv_card_loc-y5s{
font-size:12px;
color:#6B5C46;
}
.yxhts-y5s{
padding:2.75rem 0;
}
.yxhts_in-y5s{
grid-template-columns:1fr;
gap:2rem;
align-items:center;
display:grid;
}
@media(min-width:879px){
.yxhts_in-y5s{
grid-template-columns:1.4fr 1fr;
gap:3rem;
}
}
.yxhts_left-y5s{
min-width:0;
}
.yxhts_h2-y5s{
margin-bottom:0.75rem;
color:#F5EDD8;
font-size:1.625rem;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
line-height:1.1;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:769px){
.yxhts_h2-y5s{
font-size:28px;
}
}
.yxhts_text-y5s{
line-height:1.6;
color:#A8967A;
max-width:32.5rem;
margin-bottom:22px;
font-size:0.906rem;
}
.yxhts_badges-y5s{
gap:18px;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.yxhts_badge-y5s{
font-size:13px;
color:#A8967A;
font-weight:600;
}
.yxhts_pay-y5s{
gap:12px;
flex-wrap:wrap;
display:flex;
}
@media(min-width:881px){
.yxhts_pay-y5s{
justify-content:flex-end;
}
}
.yxhts_pay_chip-y5s{
border-radius:0.875rem;
background:rgba(255,245,220,0.07);
border:1px solid rgba(255,240,200,0.14);
padding:0.75rem 1rem;
font-weight:700;
color:#F5EDD8;
font-size:0.875rem;
}
.yxhlh-y5s{
padding:40px 0 1.25rem;
}
.yxhlh_in-y5s{
border-top:1px solid rgba(20,18,16,0.14);
padding-top:2.125rem;
}
.yxhlh_eyebrow-y5s{
display:block;
margin-bottom:22px;
}
.yxhlh_grid-y5s{
gap:28px;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:598px){
.yxhlh_grid-y5s{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:962px){
.yxhlh_grid-y5s{
grid-template-columns:repeat(5,1fr);
}
}
.yxhlh_col-y5s{
min-width:0;
}
.yxhlh_col_h-y5s{
font-size:13px;
color:#1A1410;
margin-bottom:12px;
overflow-wrap:break-word;
font-weight:700;
}
.yxhlh_links-y5s{
gap:0.5rem;
display:flex;
flex-direction:column;
}
.yxhlh_link-y5s{
transition:color .22s ease;
overflow-wrap:break-word;
color:#8C7A62;
font-size:0.813rem;
}
.yxhlh_link-y5s:hover{
color:#C49436;
}
.yxhsg-y5s{
padding:3rem 0 0.625rem;
}
.yxhsg_eyebrow-y5s{
display:block;
margin-bottom:12px;
}
.yxhsg_h2-y5s{
font-size:30px;
margin-bottom:1.75rem;
line-height:1.05;
font-weight:600;
overflow-wrap:break-word;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
color:#1A1410;
}
@media(min-width:766px){
.yxhsg_h2-y5s{
font-size:2.25rem;
}
}
.yxhsg_grid-y5s{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:717px){
.yxhsg_grid-y5s{
grid-template-columns:repeat(3,1fr);
}
}
.yxhsg_col-y5s{
min-width:0;
}
.yxhsg_col_h-y5s{
overflow-wrap:break-word;
font-size:22px;
font-weight:600;
color:#1A1410;
line-height:1.15;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.625rem;
}
.yxhsg_col_p-y5s{
color:#8C7A62;
font-size:14px;
line-height:1.65;
overflow-wrap:break-word;
}
.yxhel-y5s{
padding:48px 0;
}
@media(min-width:767px){
.yxhel-y5s{
padding:3.5rem 0;
}
}
.yxhel_in-y5s{
grid-template-columns:1fr;
gap:2.5rem;
display:grid;
align-items:start;
}
@media(min-width:898px){
.yxhel_in-y5s{
grid-template-columns:1fr 1fr;
gap:3.5rem;
}
}
.yxhel_left-y5s{
min-width:0;
}
.yxhel_eyebrow-y5s{
margin-bottom:14px;
}
.yxhel_h2-y5s{
color:#1A1410;
font-weight:600;
margin-bottom:1.375rem;
font-size:2rem;
overflow-wrap:break-word;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
line-height:1.08;
}
@media(min-width:766px){
.yxhel_h2-y5s{
font-size:38px;
}
}
.yxhel_body-y5s p{
line-height:1.7;
overflow-wrap:break-word;
margin-bottom:18px;
font-size:16px;
color:#2E2519;
}
.yxhel_dropcap-y5s{
padding:0.375rem 12px 0 0;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
color:#C49436;
float:left;
line-height:.8;
font-weight:700;
font-size:3.875rem;
}
.yxhel_right-y5s{
min-width:0;
}
.yxhel_quote-y5s{
padding:2.25rem;
background:linear-gradient(150deg,#2A1F12,#111009);
border-radius:1.25rem;
margin-bottom:24px;
color:#F5EDD8;
position:relative;
}
.yxhel_quote_mark-y5s{
color:#E8B84B;
margin-bottom:6px;
align-items:center;
display:inline-flex;
}
.yxhel_quote_mark-y5s svg{
height:2.125rem;
width:34px;
}
.yxhel_quote_text-y5s{
color:#F5EDD8;
overflow-wrap:break-word;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
line-height:1.4;
font-weight:500;
margin-bottom:1.375rem;
font-size:1.375rem;
}
.yxhel_quote_meta-y5s{
gap:12px;
display:flex;
align-items:center;
}
.yxhel_quote_av-y5s{
background:linear-gradient(135deg,#C49436,#F0CB6A);
border-radius:50%;
flex:0 0 auto;
width:2.375rem;
height:38px;
}
.yxhel_quote_author-y5s{
font-weight:700;
font-size:14px;
color:#F5EDD8;
}
.yxhel_quote_meta_sub-y5s{
color:#A8967A;
font-size:0.75rem;
}
.yxhel_explain-y5s{
overflow:hidden;
border-radius:14px;
border:1px solid rgba(20,18,16,0.08);
}
.yxhel_explain_card-y5s{
padding:22px 1.5rem;
}
.yxhel_explain_card-y5s+.yxhel_explain_card-y5s{
border-top:1px solid rgba(20,18,16,0.08);
}
.yxhel_explain_h-y5s{
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
font-size:20px;
color:#1A1410;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:0.5rem;
line-height:1.15;
}
.yxhel_explain_p-y5s{
overflow-wrap:break-word;
color:#8C7A62;
line-height:1.55;
font-size:14px;
}
.yxhsb-y5s{
background:#FFFFFF;
padding:3rem 0;
border-top:1px solid rgba(20,18,16,0.08);
border-bottom:1px solid rgba(20,18,16,0.08);
margin-top:24px;
}
@media(min-width:771px){
.yxhsb-y5s{
padding:3.5rem 0;
}
}
.yxhsb_eyebrow-y5s{
margin-bottom:12px;
display:block;
}
.yxhsb_h2-y5s{
overflow-wrap:break-word;
color:#1A1410;
line-height:1.05;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
font-weight:600;
margin-bottom:1.625rem;
font-size:30px;
}
@media(min-width:769px){
.yxhsb_h2-y5s{
font-size:36px;
}
}
.yxhsb_grid-y5s{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:561px){
.yxhsb_grid-y5s{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:958px){
.yxhsb_grid-y5s{
grid-template-columns:repeat(4,1fr);
}
}
.yxhsb_card-y5s{
background:#FAF6F0;
padding:1.5rem;
border-radius:14px;
border:1px solid rgba(20,18,16,0.08);
min-width:0;
}
.yxhsb_card_h-y5s{
overflow-wrap:break-word;
color:#1A1410;
line-height:1.15;
font-weight:600;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.5rem;
font-size:1.188rem;
}
.yxhsb_card_p-y5s{
overflow-wrap:break-word;
color:#8C7A62;
font-size:13.5px;
line-height:1.6;
}
.yxhsb_rtp-y5s{
background:#FAF6F0;
grid-template-columns:1fr;
gap:1.5rem;
border:1px solid rgba(20,18,16,0.08);
border-radius:14px;
padding:26px 28px;
align-items:center;
display:grid;
margin-top:1.125rem;
}
@media(min-width:761px){
.yxhsb_rtp-y5s{
gap:40px;
grid-template-columns:1fr 1fr;
}
}
.yxhsb_rtp_h-y5s{
font-size:20px;
overflow-wrap:break-word;
line-height:1.15;
font-weight:600;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
color:#1A1410;
margin-bottom:8px;
}
.yxhsb_rtp_p-y5s{
line-height:1.6;
font-size:0.844rem;
color:#8C7A62;
overflow-wrap:break-word;
}
.yxhsb_rtp_stats-y5s{
gap:1rem;
display:flex;
}
.yxhsb_stat-y5s{
padding:18px;
background:#FFFFFF;
flex:1 1 0;
border-radius:0.5rem;
min-width:0;
text-align:center;
}
.yxhsb_stat_v-y5s{
overflow-wrap:break-word;
font-weight:700;
color:#3A7D52;
font-size:1.625rem;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
}
.yxhsb_stat_l-y5s{
margin-top:4px;
color:#6B5C46;
font-size:11.5px;
}
.yxhfaq-y5s{
padding:3rem 0;
background:#FFFFFF;
border-bottom:1px solid rgba(20,18,16,0.08);
margin-top:1.5rem;
border-top:1px solid rgba(20,18,16,0.08);
}
@media(min-width:765px){
.yxhfaq-y5s{
padding:3.875rem 0;
}
}
.yxhfaq_head-y5s{
margin-bottom:2.125rem;
text-align:center;
}
.yxhfaq_eyebrow-y5s{
margin-bottom:0.75rem;
}
.yxhfaq_h2-y5s{
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
font-size:2rem;
font-weight:600;
overflow-wrap:break-word;
color:#1A1410;
line-height:1.05;
}
@media(min-width:766px){
.yxhfaq_h2-y5s{
font-size:38px;
}
}
.yxhfaq_list-y5s{
gap:12px;
margin:0 auto;
max-width:51.25rem;
flex-direction:column;
display:flex;
}
.yxhfaq_item-y5s{
background:#FAF6F0;
border-radius:14px;
overflow:hidden;
border:1px solid rgba(20,18,16,0.08);
}
.yxhfaq_q-y5s{
padding:20px 24px;
gap:1.25rem;
list-style:none;
display:flex;
font-size:1rem;
color:#1A1410;
justify-content:space-between;
cursor:pointer;
align-items:center;
overflow-wrap:break-word;
font-weight:700;
}
.yxhfaq_q-y5s::-webkit-details-marker{
display:none;
}
.yxhfaq_q_ic-y5s{
flex:0 0 auto;
transition:transform .22s ease;
color:#C49436;
display:inline-flex;
align-items:center;
}
.yxhfaq_q_ic-y5s svg{
height:18px;
width:1.125rem;
}
.yxhfaq_item-y5s[open] .yxhfaq_q_ic-y5s{
transform:rotate(180deg);
}
.yxhfaq_a-y5s{
padding:0 24px 1.25rem;
font-size:0.906rem;
overflow-wrap:break-word;
color:#8C7A62;
line-height:1.6;
}
.yxhft-y5s{
background:#2A2118;
margin-top:40px;
color:#A8967A;
}
.yxhft_in-y5s{
padding:48px 0 28px;
grid-template-columns:1fr;
gap:2rem;
display:grid;
}
@media(min-width:601px){
.yxhft_in-y5s{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:899px){
.yxhft_in-y5s{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.yxhft_brand-y5s{
min-width:0;
}
.yxhft_logo-y5s{
overflow-wrap:break-word;
font-family:"PT Serif", 'Iowan Old Style', Georgia, serif;
font-size:1.625rem;
color:#F5EDD8;
font-weight:700;
}
.yxhft_tagline-y5s{
color:#A8967A;
max-width:17.5rem;
margin-top:14px;
font-size:0.844rem;
line-height:1.6;
}
.yxhft_contact-y5s{
transition:color .22s ease;
display:inline-block;
overflow-wrap:anywhere;
max-width:17.5rem;
margin-top:12px;
color:#E8B84B;
font-size:0.813rem;
}
.yxhft_contact-y5s:hover{
color:#F5EDD8;
}
.yxhft_col-y5s{
min-width:0;
}
.yxhft_col_h-y5s{
margin-bottom:14px;
letter-spacing:.08em;
text-transform:uppercase;
font-size:13px;
color:#F5EDD8;
overflow-wrap:break-word;
font-weight:700;
}
.yxhft_col_links-y5s{
gap:0.625rem;
display:flex;
flex-direction:column;
}
.yxhft_link-y5s{
transition:color .22s ease;
overflow-wrap:break-word;
font-size:13.5px;
color:#A8967A;
}
.yxhft_link-y5s:hover{
color:#F5EDD8;
}
.yxhft_bot-y5s{
gap:16px;
padding:1.375rem 0 40px;
flex-direction:column;
border-top:1px solid rgba(255,240,200,0.14);
display:flex;
}
@media(min-width:770px){
.yxhft_bot-y5s{
gap:20px;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.yxhft_legal-y5s{
line-height:1.6;
overflow-wrap:break-word;
font-size:11.5px;
color:#B5A48E;
max-width:47.5rem;
}
.yxhft_legal-y5s b{
color:#A8967A;
font-weight:700;
}
.yxhft_age-y5s{
padding:0.25rem 0.563rem;
border:1.5px solid #E8B84B;
flex:0 0 auto;
border-radius:8px;
font-weight:700;
color:#E8B84B;
font-size:0.813rem;
}