*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F5F0E8;
-webkit-font-smoothing:antialiased;
color:#3A3226;
text-rendering:optimizeLegibility;
line-height:1.6;
overflow-wrap:break-word;
font-size:0.938rem;
font-family:"Mulish", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
img{
display:block;
max-width:100%;
}
a{
text-decoration:none;
color:inherit;
}
button{
background:none;
border:none;
cursor:pointer;
font-family:inherit;
}
::-webkit-scrollbar{
height:8px;
width:0.5rem;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.52);
border-radius:8px;
}
::-webkit-scrollbar-track{
background:transparent;
}
.uxdlayout-t7w{
display:flex;
min-height:100vh;
flex-direction:column;
}
.uxdmain-t7w{
flex:1 1 auto;
width:100%;
min-width:0;
}
.uxdcontainer-t7w{
margin:0 auto;
padding:0 1rem;
max-width:87.5rem;
width:100%;
}
@media(min-width:770px){
.uxdcontainer-t7w{
padding:0 32px;
}
}
@media(min-width:1097px){
.uxdcontainer-t7w{
padding:0 3.5rem;
}
}
.uxdeyebrow-t7w{
overflow-wrap:break-word;
line-height:1.4;
font-weight:600;
font-family:"Mulish", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
display:inline-block;
letter-spacing:.2em;
font-size:11px;
text-transform:uppercase;
color:#A07830;
}
.uxdband-t7w{
background:#1E1A12;
color:#F5EDD8;
}
.uxdband-t7w .uxdeyebrow-t7w{
color:#D4A84B;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.uxdtb-t7w{
background:#F5F0E8;
border-bottom:1px solid rgba(28,23,16,0.14);
top:0;
position:sticky;
z-index:50;
}
.uxdtb_in-t7w{
padding:0.75rem 1rem;
gap:1rem;
margin:0 auto;
display:flex;
justify-content:space-between;
width:100%;
align-items:center;
max-width:87.5rem;
}
@media(min-width:767px){
.uxdtb_in-t7w{
padding:1rem 2rem;
}
}
@media(min-width:1101px){
.uxdtb_in-t7w{
padding:1.125rem 56px;
}
}
.uxdtb_left-t7w{
gap:1.75rem;
display:flex;
align-items:center;
min-width:0;
}
.uxdtb_logo-t7w{
gap:11px;
min-width:0;
align-items:center;
display:flex;
}
.uxdtb_logo_mark-t7w{
border-radius:8px;
flex:0 0 auto;
height:34px;
width:2.125rem;
object-fit:cover;
}
.uxdtb_logo_txt-t7w{
display:flex;
line-height:1;
min-width:0;
flex-direction:column;
}
.uxdtb_logo_name-t7w{
overflow:hidden;
letter-spacing:.02em;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
color:#1C1710;
text-overflow:ellipsis;
font-size:22px;
font-weight:700;
white-space:nowrap;
}
.uxdtb_logo_sub-t7w{
overflow:hidden;
text-transform:uppercase;
letter-spacing:.32em;
color:#A07830;
text-overflow:ellipsis;
white-space:nowrap;
font-size:8.5px;
font-weight:600;
margin-top:0.25rem;
}
.uxdtb_nav-t7w{
display:none;
}
@media(min-width:962px){
.uxdtb_nav-t7w{
gap:1.75rem;
align-items:center;
display:flex;
}
}
.uxdtb_nav_item-t7w{
transition:color .22s ease,border-color .22s ease;
white-space:nowrap;
font-size:14px;
font-weight:600;
padding-bottom:3px;
border-bottom:2px solid transparent;
color:#3A3226;
}
.uxdtb_nav_item-t7w:hover{
color:#1C1710;
}
.uxdtb_nav_item-t7w.uxdstate_active-t7w{
border-color:#A07830;
color:#1C1710;
}
.uxdtb_right-t7w{
flex:0 0 auto;
gap:0.875rem;
align-items:center;
display:flex;
}
.uxdtb_search-t7w{
transition:color .22s ease;
align-items:center;
display:flex;
justify-content:center;
color:#3A3226;
}
.uxdtb_search-t7w:hover{
color:#A07830;
}
.uxdtb_search-t7w svg{
width:1.125rem;
height:1.125rem;
}
.uxdtb_lang-t7w{
font-size:0.688rem;
letter-spacing:.1em;
font-weight:600;
color:#6B5F4A;
text-transform:uppercase;
}
.uxdtb_lang-t7w:hover{
color:#1C1710;
}
.uxdtb_login-t7w{
font-size:14px;
color:#1C1710;
display:none;
font-weight:600;
}
@media(min-width:771px){
.uxdtb_login-t7w{
display:inline-block;
}
}
.uxdtb_register-t7w{
padding:11px 1.375rem;
background:#1C1710;
border-radius:999px;
transition:background-color .22s ease;
white-space:nowrap;
color:#F5EDD8;
font-size:0.875rem;
font-weight:700;
}
.uxdtb_register-t7w:hover{
background:#332C1E;
}
.uxdmob-t7w{
background:#F5F0E8;
bottom:0;
z-index:60;
position:fixed;
right:0;
padding-bottom:env(safe-area-inset-bottom);
border-top:1px solid rgba(28,23,16,0.14);
left:0;
}
@media(min-width:959px){
.uxdmob-t7w{
display:none;
}
}
.uxdmob_in-t7w{
margin:0 auto;
justify-content:space-around;
max-width:560px;
align-items:stretch;
display:flex;
}
.uxdmob_item-t7w{
flex:1 1 0;
transition:color .22s ease;
gap:3px;
padding:9px 4px;
min-width:0;
display:flex;
flex-direction:column;
color:#6B5F4A;
align-items:center;
}
.uxdmob_item-t7w.uxdstate_active-t7w{
color:#A07830;
}
.uxdmob_ic-t7w{
align-items:center;
display:flex;
justify-content:center;
}
.uxdmob_ic-t7w svg{
height:20px;
width:1.25rem;
}
.uxdmob_lb-t7w{
overflow:hidden;
font-size:10px;
text-overflow:ellipsis;
white-space:nowrap;
max-width:100%;
font-weight:600;
}
@media(max-width:960px){
body{
padding-bottom:3.75rem;
}
}
.uxdrail-t7w{
min-width:0;
position:relative;
}
.uxdrail_scroll-t7w{
gap:0.875rem;
-webkit-overflow-scrolling:touch;
padding-bottom:14px;
overflow-x:auto;
scrollbar-width:thin;
display:flex;
}
@media(min-width:771px){
.uxdrail_scroll-t7w{
gap:1.125rem;
}
}
.uxdgc-t7w{
flex:0 0 auto;
width:9.375rem;
display:block;
}
@media(min-width:770px){
.uxdgc-t7w{
width:188px;
}
}
.uxdgc_img-t7w{
border-radius:0.875rem;
overflow:hidden;
background:#FDFAF4;
position:relative;
box-shadow:0 2px 0.375rem rgba(28,23,16,0.07), 0 6px 1.125rem rgba(28,23,16,0.06);
padding-bottom:133.33%;
}
.uxdgc_img-t7w img{
inset:0;
height:100%;
object-fit:cover;
position:absolute;
width:100%;
}
.uxdgc_cover-t7w{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
position:absolute;
pointer-events:none;
}
.uxdgc_hover-t7w{
background:rgba(0,0,0,0.52);
inset:0;
transition:opacity .22s ease;
justify-content:center;
align-items:center;
opacity:0;
position:absolute;
display:flex;
}
.uxdgc-t7w:hover .uxdgc_hover-t7w{
opacity:1;
}
.uxdgc_hover_btn-t7w{
border-radius:999px;
background:#1C1710;
height:46px;
width:2.875rem;
display:flex;
align-items:center;
color:#F5EDD8;
justify-content:center;
}
.uxdgc_hover_btn-t7w svg{
height:1.125rem;
width:1.125rem;
}
.uxdgc_info-t7w{
gap:2px;
display:flex;
min-width:0;
flex-direction:column;
margin-top:0.563rem;
}
.uxdgc_name-t7w{
overflow:hidden;
font-size:13px;
font-weight:700;
color:#1C1710;
white-space:nowrap;
text-overflow:ellipsis;
}
.uxdgc_prov-t7w{
overflow:hidden;
text-overflow:ellipsis;
color:#6B5F4A;
white-space:nowrap;
font-size:11px;
}
.uxdgc_meta-t7w{
color:#6B5F4A;
font-size:11px;
}
.uxdtc-t7w{
flex:0 0 auto;
display:block;
width:180px;
}
@media(min-width:769px){
.uxdtc-t7w{
width:230px;
}
}
.uxdtc_img-t7w{
border-radius:14px;
overflow:hidden;
background:#FDFAF4;
padding-bottom:75%;
position:relative;
box-shadow:0 2px 0.375rem rgba(28,23,16,0.07), 0 0.375rem 18px rgba(28,23,16,0.06);
}
.uxdtc_img-t7w img{
inset:0;
height:100%;
width:100%;
position:absolute;
object-fit:cover;
}
.uxdtc_info-t7w{
gap:2px;
display:flex;
min-width:0;
margin-top:0.563rem;
flex-direction:column;
}
.uxdtc_name-t7w{
overflow:hidden;
color:#1C1710;
font-weight:700;
font-size:14px;
text-overflow:ellipsis;
white-space:nowrap;
}
.uxdtc_rtp-t7w{
color:#6B5F4A;
font-size:11px;
}
.uxdlc-t7w{
flex:0 0 auto;
width:14.375rem;
display:block;
}
@media(min-width:770px){
.uxdlc-t7w{
width:268px;
}
}
.uxdlc_img-t7w{
overflow:hidden;
border-radius:14px;
background:#FDFAF4;
padding-bottom:62.5%;
position:relative;
box-shadow:0 2px 0.375rem rgba(28,23,16,0.07), 0 6px 1.125rem rgba(28,23,16,0.06);
}
.uxdlc_img-t7w img{
inset:0;
position:absolute;
object-fit:cover;
height:100%;
width:100%;
}
.uxdlc_live-t7w{
padding:0.25rem 0.563rem;
border-radius:62.438rem;
background:rgba(0,0,0,0.52);
gap:7px;
align-items:center;
display:flex;
position:absolute;
left:12px;
top:0.75rem;
}
.uxdlc_live_dot-t7w{
border-radius:50%;
background:#B84040;
animation:zm2-pulse 1.6s infinite;
height:0.5rem;
width:0.5rem;
}
.uxdlc_seats-t7w{
font-size:10px;
font-weight:600;
letter-spacing:.08em;
color:#F5EDD8;
text-transform:uppercase;
}
.uxdlc_info-t7w{
gap:2px;
min-width:0;
display:flex;
flex-direction:column;
margin-top:0.563rem;
}
.uxdlc_name-t7w{
overflow:hidden;
font-size:0.938rem;
text-overflow:ellipsis;
font-weight:700;
white-space:nowrap;
color:#1C1710;
}
.uxdlc_bet-t7w{
color:#6B5F4A;
font-size:11px;
}
.uxdpc-t7w{
padding:1rem 0.875rem;
border-radius:14px;
background:#FDFAF4;
border:1px solid rgba(28,23,16,0.08);
gap:8px;
display:flex;
flex-direction:column;
justify-content:center;
min-height:74px;
min-width:0;
align-items:center;
}
.uxdpc_logo-t7w{
flex:0 0 auto;
max-width:100%;
height:1.75rem;
object-fit:contain;
width:auto;
}
.uxdpc_name-t7w{
overflow:hidden;
font-size:0.688rem;
text-align:center;
color:#6B5F4A;
text-overflow:ellipsis;
max-width:100%;
white-space:nowrap;
}
.uxdgc_tag-t7w{
padding:3px 8px;
border-radius:0.5rem;
display:inline-block;
text-transform:uppercase;
letter-spacing:.06em;
z-index:2;
left:10px;
position:absolute;
font-weight:700;
top:0.625rem;
font-size:0.625rem;
}
.uxdgc_tag_hot-t7w{
background:#B84040;
color:#F5EDD8;
}
.uxdgc_tag_new-t7w{
background:#C89A42;
color:#1C1710;
}
.uxdgc_tag_jp-t7w{
background:#C07A1A;
color:#1C1710;
}
.uxdgc_tag_live-t7w{
background:#B84040;
color:#F5EDD8;
}
.uxdsh-t7w{
margin-bottom:18px;
min-width:0;
}
.uxdsh_row-t7w{
gap:1rem;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-end;
}
.uxdsh_row-t7w .uxdsh_l-t7w{
gap:0.375rem;
flex-direction:column;
display:flex;
min-width:0;
}
.uxdsh_stack-t7w{
gap:10px;
flex-direction:column;
display:flex;
align-items:flex-start;
}
.uxdsh_center-t7w{
gap:10px;
text-align:center;
flex-direction:column;
align-items:center;
display:flex;
}
.uxdsh_h2-t7w{
color:#1C1710;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
font-size:1.5rem;
line-height:1.1;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:769px){
.uxdsh_h2-t7w{
font-size:1.875rem;
}
}
.uxdband-t7w .uxdsh_h2-t7w{
color:#F5EDD8;
}
.uxdsh_eb_line-t7w{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.uxdsh_eb_line-t7w::before{
background:#A07830;
width:28px;
display:inline-block;
height:1px;
content:"";
}
.uxdband-t7w .uxdsh_eb_line-t7w::before{
background:#D4A84B;
}
.uxdsh_eb_dot-t7w{
gap:0.5rem;
align-items:center;
display:inline-flex;
}
.uxdsh_eb_dot-t7w::before{
background:#A07830;
border-radius:50%;
content:"";
width:0.375rem;
height:0.375rem;
display:inline-block;
}
.uxdband-t7w .uxdsh_eb_dot-t7w::before{
background:#D4A84B;
}
.uxdsh_link-t7w{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:6px;
align-items:center;
padding-bottom:2px;
display:inline-flex;
color:#1C1710;
font-size:0.813rem;
font-weight:600;
white-space:nowrap;
border-bottom:1px solid #1C1710;
}
.uxdsh_link-t7w:hover{
border-color:#A07830;
color:#A07830;
}
.uxdsh_link-t7w svg{
width:0.875rem;
height:14px;
}
.uxdsh_link_chev-t7w{
padding-bottom:0;
border-bottom:0;
}
.uxdsh_link_btn-t7w{
padding:0.563rem 1.125rem;
background:#1C1710;
border-radius:999px;
border-bottom:0;
color:#F5EDD8;
}
.uxdsh_link_btn-t7w:hover{
background:#332C1E;
border-color:transparent;
color:#F5EDD8;
}
.uxdband-t7w .uxdsh_link-t7w{
border-color:#F5EDD8;
color:#F5EDD8;
}
.uxdband-t7w .uxdsh_link_btn-t7w{
background:#D4A84B;
color:#1C1710;
}
.uxdsh_rule-t7w{
background:rgba(28,23,16,0.14);
margin:-2px 0 1.125rem;
height:1px;
}
.uxdband-t7w .uxdsh_rule-t7w{
background:rgba(255,245,210,0.12);
}
.uxdhero-t7w{
padding:2rem 0 8px;
}
@media(min-width:765px){
.uxdhero-t7w{
padding:56px 0 1.5rem;
}
}
.uxdhero_in-t7w{
gap:2rem;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:902px){
.uxdhero_in-t7w{
grid-template-columns:1.05fr .95fr;
gap:3rem;
}
}
.uxdhero_copy-t7w{
min-width:0;
}
.uxdhero_eyebrow-t7w{
gap:0.625rem;
margin-bottom:1.375rem;
display:inline-flex;
align-items:center;
}
.uxdhero_eyebrow_line-t7w{
background:#A07830;
flex:0 0 auto;
height:1px;
width:28px;
display:inline-block;
}
.uxdhero_h1-t7w{
color:#1C1710;
letter-spacing:-.01em;
font-size:2.375rem;
font-weight:600;
overflow-wrap:break-word;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
margin-bottom:1.25rem;
line-height:1.04;
}
@media(min-width:766px){
.uxdhero_h1-t7w{
font-size:54px;
}
}
@media(min-width:1097px){
.uxdhero_h1-t7w{
font-size:3.875rem;
}
}
.uxdhero_h1-t7w em{
color:#A07830;
font-style:normal;
}
.uxdhero_sub-t7w{
font-size:16px;
max-width:480px;
line-height:1.6;
margin-bottom:30px;
color:#8C7E67;
}
@media(min-width:770px){
.uxdhero_sub-t7w{
font-size:1.125rem;
}
}
.uxdhero_actions-t7w{
gap:0.875rem;
display:flex;
align-items:center;
margin-bottom:2.125rem;
flex-wrap:wrap;
}
.uxdhero_cta-t7w{
background:#1C1710;
transition:background-color .22s ease;
gap:10px;
padding:1rem 1.875rem;
border-radius:62.438rem;
font-size:0.938rem;
font-weight:700;
color:#F5EDD8;
display:inline-flex;
align-items:center;
}
.uxdhero_cta-t7w:hover{
background:#332C1E;
}
.uxdhero_cta_ic-t7w{
display:inline-flex;
align-items:center;
}
.uxdhero_cta_ic-t7w svg{
height:1rem;
width:16px;
}
.uxdhero_cta_alt-t7w{
border-radius:999px;
border:1px solid rgba(28,23,16,0.14);
background:transparent;
transition:border-color .22s ease,color .22s ease;
padding:0.938rem 1.625rem;
align-items:center;
font-weight:600;
color:#1C1710;
display:inline-flex;
font-size:0.938rem;
}
.uxdhero_cta_alt-t7w:hover{
border-color:#A07830;
color:#A07830;
}
.uxdhero_trust-t7w{
gap:1.375rem;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.uxdhero_trust_item-t7w{
gap:0.563rem;
font-size:0.813rem;
display:flex;
font-weight:600;
color:#3A3226;
align-items:center;
}
.uxdhero_trust_ic-t7w{
align-items:center;
color:#A07830;
display:inline-flex;
}
.uxdhero_trust_ic-t7w svg{
height:1rem;
width:16px;
}
.uxdhero_promo-t7w{
border-radius:1.25rem;
overflow:hidden;
background:#FDFAF4;
position:relative;
display:flex;
box-shadow:0 0.75rem 48px rgba(28,23,16,0.14), 0 3px 0.625rem rgba(28,23,16,0.08);
min-height:300px;
}
.uxdhero_promo_bg-t7w{
inset:0;
position:absolute;
background-position:center;
background-size:cover;
}
.uxdhero_promo_bg-t7w::after{
inset:0;
background:linear-gradient(120deg,#1E1A12 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
content:"";
position:absolute;
}
.uxdhero_promo_glow-t7w{
background:radial-gradient(circle,rgba(162,120,60,0.18) 0%,transparent 65%);
border-radius:50%;
right:-1.25rem;
position:absolute;
width:16.25rem;
top:-40px;
height:260px;
pointer-events:none;
}
.uxdhero_promo_ct-t7w{
padding:1.75rem;
position:relative;
max-width:88%;
align-self:flex-end;
z-index:2;
}
.uxdhero_promo_label-t7w{
color:#D4A84B;
text-transform:uppercase;
font-size:10px;
display:block;
margin-bottom:8px;
font-weight:700;
letter-spacing:.25em;
}
.uxdhero_promo_amount-t7w{
font-weight:600;
color:#F5EDD8;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
font-size:32px;
overflow-wrap:break-word;
}
@media(min-width:767px){
.uxdhero_promo_amount-t7w{
font-size:2.5rem;
}
}
.uxdhero_promo_amount-t7w em{
font-style:normal;
color:#D4A84B;
}
.uxdhero_rating-t7w{
gap:0.625rem;
padding:10px 0.875rem;
background:#FDFAF4;
border:1px solid rgba(28,23,16,0.08);
border-radius:0.875rem;
max-width:min(16.25rem,62%);
box-shadow:0 2px 6px rgba(28,23,16,0.07), 0 0.375rem 18px rgba(28,23,16,0.06);
position:absolute;
align-items:center;
right:14px;
top:14px;
display:flex;
z-index:3;
}
.uxdhero_rating_score-t7w{
flex:0 0 auto;
color:#1C1710;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
font-weight:700;
font-size:24px;
}
.uxdhero_rating_txt-t7w{
flex:1 1 auto;
min-width:0;
}
.uxdhero_rating_stars-t7w{
gap:2px;
color:#A07830;
display:flex;
}
.uxdhero_rating_stars-t7w svg{
width:12px;
height:12px;
}
.uxdhero_rating_cap-t7w{
display:block;
margin-top:3px;
font-size:11px;
color:#6B5F4A;
overflow-wrap:break-word;
line-height:1.35;
}
.uxdstat-t7w{
border-bottom:1px solid rgba(28,23,16,0.14);
margin-top:1rem;
border-top:1px solid rgba(28,23,16,0.14);
}
.uxdstat_in-t7w{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:766px){
.uxdstat_in-t7w{
grid-template-columns:repeat(4,1fr);
}
}
.uxdstat_item-t7w{
padding:1.375rem 14px;
border-right:1px solid rgba(28,23,16,0.08);
min-width:0;
border-bottom:1px solid rgba(28,23,16,0.08);
}
.uxdstat_item-t7w:nth-child(2n){
border-right:0;
}
.uxdstat_item-t7w:nth-child(n+3){
border-bottom:0;
}
@media(min-width:765px){
.uxdstat_item-t7w{
border-bottom:0;
}
.uxdstat_item-t7w:nth-child(2n){
border-right:1px solid rgba(28,23,16,0.08);
}
.uxdstat_item-t7w:nth-child(4n){
border-right:0;
}
}
.uxdstat_value-t7w{
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
font-size:1.875rem;
line-height:1;
overflow-wrap:break-word;
color:#1C1710;
font-weight:700;
}
@media(min-width:769px){
.uxdstat_value-t7w{
font-size:34px;
}
}
.uxdstat_label-t7w{
margin-top:6px;
color:#6B5F4A;
line-height:1.4;
font-size:0.813rem;
overflow-wrap:break-word;
}
.uxdpr-t7w{
padding:30px 0 6px;
}
.uxdpr_card-t7w{
flex:0 0 auto;
gap:10px;
border:1px solid rgba(28,23,16,0.08);
overflow:hidden;
background:#FDFAF4;
padding:26px;
border-radius:20px;
width:280px;
flex-direction:column;
display:flex;
position:relative;
min-height:12.5rem;
}
@media(min-width:765px){
.uxdpr_card-t7w{
width:300px;
}
}
.uxdpr_card_feat-t7w{
background:linear-gradient(150deg,#2C2518,#131009);
border-color:transparent;
color:#F5EDD8;
}
.uxdpr_glow-t7w{
border-radius:50%;
background:radial-gradient(circle,rgba(162,120,60,0.18),transparent 70%);
right:-30px;
position:absolute;
pointer-events:none;
height:130px;
width:8.125rem;
top:-30px;
opacity:0;
}
.uxdpr_card_feat-t7w .uxdpr_glow-t7w{
opacity:1;
}
.uxdpr_label-t7w{
color:#A07830;
letter-spacing:.16em;
position:relative;
font-weight:700;
font-size:10px;
text-transform:uppercase;
}
.uxdpr_card_feat-t7w .uxdpr_label-t7w{
color:#D4A84B;
}
.uxdpr_amount-t7w{
font-size:26px;
color:#1C1710;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
position:relative;
font-weight:600;
line-height:1.08;
overflow-wrap:break-word;
}
.uxdpr_card_feat-t7w .uxdpr_amount-t7w{
color:#F5EDD8;
}
.uxdpr_amount-t7w em{
color:#A07830;
font-style:normal;
}
.uxdpr_card_feat-t7w .uxdpr_amount-t7w em{
color:#D4A84B;
}
.uxdpr_terms-t7w{
font-size:0.813rem;
color:#6B5F4A;
position:relative;
line-height:1.5;
}
.uxdpr_card_feat-t7w .uxdpr_terms-t7w{
color:#B8A888;
}
.uxdpr_cta-t7w{
margin-top:auto;
position:relative;
align-self:flex-start;
}
.uxdpr_card_feat-t7w .uxdpr_cta-t7w{
border-radius:62.438rem;
transition:opacity .22s ease;
background:#D4A84B;
padding:9px 1.125rem;
font-weight:700;
color:#1C1710;
font-size:13px;
}
.uxdpr_card_feat-t7w .uxdpr_cta-t7w:hover{
opacity:.9;
}
.uxdpr_card-t7w:not(.uxdpr_card_feat-t7w) .uxdpr_cta-t7w{
transition:color .22s ease,border-color .22s ease;
font-size:0.813rem;
border-bottom:1px solid #1C1710;
color:#1C1710;
padding-bottom:2px;
font-weight:700;
}
.uxdpr_card-t7w:not(.uxdpr_card_feat-t7w) .uxdpr_cta-t7w:hover{
border-color:#A07830;
color:#A07830;
}
.uxdjp-t7w{
padding:1.875rem 0 10px;
}
.uxdjp_grid-t7w{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:768px){
.uxdjp_grid-t7w{
grid-template-columns:1fr 1fr;
}
.uxdjp_card_mega-t7w{
grid-column:1/-1;
}
}
@media(min-width:999px){
.uxdjp_grid-t7w{
grid-template-columns:1.4fr 1fr 1fr;
}
.uxdjp_card_mega-t7w{
grid-column:auto;
}
}
.uxdjp_card-t7w{
overflow:hidden;
border:1px solid rgba(28,23,16,0.08);
gap:0.75rem;
padding:1.625rem;
background:#FDFAF4;
border-radius:1.25rem;
min-height:200px;
position:relative;
flex-direction:column;
min-width:0;
justify-content:space-between;
display:flex;
}
.uxdjp_card_mega-t7w{
background:linear-gradient(135deg,#2C2518,#131009);
border-color:transparent;
min-height:210px;
color:#F5EDD8;
}
.uxdjp_glow-t7w{
border-radius:50%;
background:radial-gradient(circle,rgba(162,120,60,0.18),transparent 70%);
pointer-events:none;
width:12.5rem;
right:-2.5rem;
height:200px;
position:absolute;
top:-40px;
}
.uxdjp_label-t7w{
gap:0.625rem;
font-weight:700;
letter-spacing:.16em;
display:flex;
text-transform:uppercase;
font-size:0.625rem;
flex-wrap:wrap;
color:#A07830;
align-items:center;
justify-content:space-between;
position:relative;
}
.uxdjp_card_mega-t7w .uxdjp_label-t7w{
color:#D4A84B;
}
.uxdjp_drop-t7w{
text-transform:none;
color:#6B5F4A;
letter-spacing:.04em;
font-weight:600;
}
.uxdjp_card_mega-t7w .uxdjp_drop-t7w{
color:#B8A888;
}
.uxdjp_amount-t7w{
overflow-wrap:break-word;
line-height:1;
position:relative;
color:#1C1710;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
font-size:38px;
font-weight:700;
}
.uxdjp_card_mega-t7w .uxdjp_amount-t7w{
animation:zm2-pulse 2.4s infinite;
color:#D4A84B;
font-size:48px;
}
@media(min-width:766px){
.uxdjp_card_mega-t7w .uxdjp_amount-t7w{
font-size:3.375rem;
}
}
.uxdjp_game-t7w{
color:#6B5F4A;
position:relative;
font-size:0.813rem;
}
.uxdjp_card_mega-t7w .uxdjp_game-t7w{
color:#B8A888;
}
.uxdjp_cta-t7w{
align-self:flex-start;
position:relative;
}
.uxdjp_card_mega-t7w .uxdjp_cta-t7w{
border-radius:999px;
background:#D4A84B;
transition:opacity .22s ease;
padding:10px 1.25rem;
font-size:0.813rem;
font-weight:700;
color:#1C1710;
}
.uxdjp_card_mega-t7w .uxdjp_cta-t7w:hover{
opacity:.9;
}
.uxdjp_card-t7w:not(.uxdjp_card_mega-t7w) .uxdjp_cta-t7w{
transition:color .22s ease,border-color .22s ease;
font-weight:700;
font-size:13px;
padding-bottom:2px;
color:#1C1710;
border-bottom:1px solid #1C1710;
}
.uxdjp_card-t7w:not(.uxdjp_card_mega-t7w) .uxdjp_cta-t7w:hover{
border-color:#A07830;
color:#A07830;
}
.uxdjp_seo-t7w{
margin:0.875rem 0 0;
font-size:0.875rem;
line-height:1.65;
max-width:47.5rem;
overflow-wrap:break-word;
color:#8C7E67;
}
.uxdjp_seo-t7w strong{
font-weight:700;
color:#1C1710;
}
.uxdgrow-t7w{
padding:26px 0 10px;
}
.uxdrow_seo-t7w{
margin:0.625rem 0 0;
color:#8C7E67;
line-height:1.65;
overflow-wrap:break-word;
max-width:760px;
font-size:0.875rem;
}
.uxdrow_seo-t7w strong{
color:#1C1710;
font-weight:700;
}
.uxdgrow-t7w{
padding:1.625rem 0 10px;
}
.uxdrow_seo-t7w{
margin:0.625rem 0 0;
max-width:760px;
line-height:1.65;
color:#8C7E67;
font-size:14px;
overflow-wrap:break-word;
}
.uxdrow_seo-t7w strong{
font-weight:700;
color:#1C1710;
}
.uxdgf-t7w{
padding:24px 0 0.375rem;
}
.uxdgf_in-t7w{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
}
.uxdgf_chip-t7w{
padding:0.625rem 18px;
border:1px solid rgba(28,23,16,0.14);
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
border-radius:62.438rem;
background:#FDFAF4;
font-weight:600;
font-size:13px;
color:#3A3226;
white-space:nowrap;
}
.uxdgf_chip-t7w:hover{
border-color:#A07830;
color:#A07830;
}
.uxdgf_chip-t7w.uxdstate_active-t7w{
background:#1C1710;
border-color:transparent;
color:#F5EDD8;
}
.uxdapp-t7w{
padding:1.875rem 0 0.625rem;
}
.uxdapp_in-t7w{
border-radius:20px;
gap:28px;
border:1px solid rgba(28,23,16,0.08);
background:#FDFAF4;
padding:2rem;
flex-direction:column;
display:flex;
}
@media(min-width:767px){
.uxdapp_in-t7w{
padding:40px 2.75rem;
gap:40px;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.uxdapp_copy-t7w{
min-width:0;
max-width:35rem;
}
.uxdapp_eyebrow-t7w{
margin-bottom:12px;
}
.uxdapp_h2-t7w{
margin-bottom:0.75rem;
font-weight:600;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
line-height:1.05;
color:#1C1710;
font-size:28px;
}
@media(min-width:770px){
.uxdapp_h2-t7w{
font-size:34px;
}
}
.uxdapp_text-t7w{
line-height:1.6;
font-size:0.875rem;
color:#8C7E67;
margin-bottom:1.375rem;
}
.uxdapp_btns-t7w{
gap:12px;
flex-wrap:wrap;
display:flex;
}
.uxdapp_btn-t7w{
padding:0.688rem 1.25rem;
transition:background-color .22s ease;
gap:0.625rem;
background:#1C1710;
border-radius:0.875rem;
align-items:center;
color:#F5EDD8;
display:inline-flex;
}
.uxdapp_btn-t7w:hover{
background:#332C1E;
}
.uxdapp_btn_ic-t7w{
display:inline-flex;
align-items:center;
}
.uxdapp_btn_ic-t7w svg{
height:1.125rem;
width:18px;
}
.uxdapp_btn_lb-t7w{
font-weight:700;
font-size:0.844rem;
}
.uxdapp_qr_wrap-t7w{
flex:0 0 auto;
gap:1.125rem;
align-items:center;
display:flex;
}
.uxdapp_qr-t7w{
flex:0 0 auto;
border-radius:0.875rem;
height:6.75rem;
width:108px;
background-color:#1C1710;
background-image:repeating-linear-gradient(0deg,#FDFAF4 0 5px,transparent 5px 0.688rem),repeating-linear-gradient(90deg,#FDFAF4 0 0.313rem,transparent 5px 0.688rem);
}
.uxdapp_qr_cap-t7w{
color:#6B5F4A;
max-width:92px;
font-size:0.781rem;
line-height:1.4;
}
.uxdnl-t7w{
padding:1.5rem 0 0.625rem;
}
.uxdnl_in-t7w{
border-radius:20px;
background:#252016;
gap:22px;
padding:1.875rem 32px;
display:flex;
color:#F5EDD8;
flex-direction:column;
}
@media(min-width:765px){
.uxdnl_in-t7w{
gap:1.75rem;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.uxdnl_text_wrap-t7w{
min-width:0;
}
.uxdnl_h3-t7w{
color:#F5EDD8;
font-size:1.375rem;
overflow-wrap:break-word;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.313rem;
line-height:1.1;
font-weight:600;
}
@media(min-width:770px){
.uxdnl_h3-t7w{
font-size:1.5rem;
}
}
.uxdnl_text-t7w{
color:#B8A888;
font-size:0.844rem;
line-height:1.5;
}
.uxdnl_form-t7w{
gap:0.625rem;
flex:1 1 auto;
display:flex;
min-width:0;
max-width:460px;
}
.uxdnl_input-t7w{
overflow:hidden;
border:1px solid rgba(255,245,210,0.12);
flex:1 1 auto;
padding:0.813rem 16px;
background:rgba(255,248,230,0.07);
border-radius:0.875rem;
text-overflow:ellipsis;
display:flex;
color:#B8A888;
align-items:center;
min-width:0;
font-size:14px;
white-space:nowrap;
}
.uxdnl_btn-t7w{
padding:0.813rem 24px;
transition:opacity .22s ease;
border-radius:0.875rem;
background:#D4A84B;
flex:0 0 auto;
color:#1C1710;
white-space:nowrap;
font-size:0.875rem;
font-weight:700;
}
.uxdnl_btn-t7w:hover{
opacity:.9;
}
.uxdvip-t7w{
padding:3rem 0;
}
@media(min-width:769px){
.uxdvip-t7w{
padding:4rem 0;
}
}
.uxdvip_head-t7w{
gap:14px;
margin-bottom:30px;
flex-direction:column;
display:flex;
}
@media(min-width:881px){
.uxdvip_head-t7w{
gap:24px;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.uxdvip_eyebrow-t7w{
margin-bottom:12px;
}
.uxdvip_h2-t7w{
color:#F5EDD8;
overflow-wrap:break-word;
font-size:2rem;
font-weight:600;
line-height:1.05;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:771px){
.uxdvip_h2-t7w{
font-size:40px;
}
}
.uxdvip_intro-t7w{
font-size:0.875rem;
color:#B8A888;
line-height:1.6;
max-width:420px;
}
.uxdvip_grid-t7w{
gap:0.875rem;
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
display:grid;
}
.uxdvip_card-t7w{
padding:22px 18px;
border-radius:14px;
border:1px solid rgba(255,245,210,0.12);
min-width:0;
}
.uxdvip_card_feat-t7w{
background:rgba(255,248,230,0.07);
border-color:#D4A84B;
}
.uxdvip_card_ic-t7w{
border-radius:8px;
background:linear-gradient(135deg,#A07830,#D4A84B);
height:2.125rem;
width:2.125rem;
display:block;
margin-bottom:16px;
}
.uxdvip_name-t7w{
margin-bottom:6px;
color:#F5EDD8;
font-weight:600;
overflow-wrap:break-word;
font-size:20px;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
}
.uxdvip_perk-t7w{
font-size:0.781rem;
line-height:1.5;
color:#B8A888;
overflow-wrap:break-word;
}
.uxdop-t7w{
padding:2.25rem 0 0.625rem;
}
.uxdop_in-t7w{
padding:32px;
grid-template-columns:1fr;
gap:2rem;
border:1px solid rgba(28,23,16,0.08);
border-radius:0.875rem;
background:#FDFAF4;
align-items:center;
display:grid;
}
@media(min-width:863px){
.uxdop_in-t7w{
padding:2.125rem 2.5rem;
grid-template-columns:.9fr 1.1fr;
gap:44px;
}
}
.uxdop_left-t7w{
min-width:0;
}
.uxdop_eyebrow-t7w{
margin-bottom:12px;
}
.uxdop_h2-t7w{
font-weight:600;
color:#1C1710;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.625rem;
line-height:1.08;
overflow-wrap:break-word;
font-size:28px;
}
@media(min-width:770px){
.uxdop_h2-t7w{
font-size:30px;
}
}
.uxdop_text-t7w{
color:#8C7E67;
line-height:1.6;
font-size:0.875rem;
}
.uxdop_grid-t7w{
overflow:hidden;
gap:1px;
grid-template-columns:1fr 1fr;
border-radius:8px;
border:1px solid rgba(28,23,16,0.14);
background:rgba(28,23,16,0.14);
display:grid;
}
.uxdop_field-t7w{
background:#F5F0E8;
padding:18px 20px;
min-width:0;
}
.uxdop_field_lb-t7w{
text-transform:uppercase;
color:#A07830;
font-size:0.625rem;
font-weight:600;
margin-bottom:5px;
letter-spacing:.1em;
}
.uxdop_field_val-t7w{
font-size:0.875rem;
color:#1C1710;
overflow-wrap:break-word;
font-weight:700;
}
.uxdprov-t7w{
padding:40px 0 20px;
}
.uxdprov_eyebrow-t7w{
margin-bottom:18px;
display:block;
}
.uxdprov_grid-t7w{
gap:12px;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:561px){
.uxdprov_grid-t7w{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:900px){
.uxdprov_grid-t7w{
grid-template-columns:repeat(6,1fr);
}
}
.uxdhts-t7w{
padding:48px 0;
}
@media(min-width:769px){
.uxdhts-t7w{
padding:62px 0;
}
}
.uxdhts_head-t7w{
gap:1.125rem;
margin-bottom:34px;
display:flex;
flex-direction:column;
}
@media(min-width:766px){
.uxdhts_head-t7w{
gap:24px;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.uxdhts_eyebrow-t7w{
margin-bottom:0.75rem;
}
.uxdhts_h2-t7w{
color:#F5EDD8;
overflow-wrap:break-word;
font-size:30px;
line-height:1.05;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
font-weight:600;
}
@media(min-width:768px){
.uxdhts_h2-t7w{
font-size:38px;
}
}
.uxdhts_cta-t7w{
background:#D4A84B;
flex:0 0 auto;
transition:opacity .22s ease;
border-radius:62.438rem;
padding:0.938rem 30px;
font-weight:700;
color:#1C1710;
font-size:0.938rem;
}
.uxdhts_cta-t7w:hover{
opacity:.9;
}
.uxdhts_grid-t7w{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:759px){
.uxdhts_grid-t7w{
grid-template-columns:repeat(3,1fr);
}
}
.uxdhts_step-t7w{
padding-top:1.375rem;
border-top:1px solid rgba(255,245,210,0.12);
min-width:0;
}
.uxdhts_step_num-t7w{
font-weight:700;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.875rem;
font-size:44px;
color:#D4A84B;
line-height:1;
}
.uxdhts_step_h-t7w{
margin-bottom:8px;
line-height:1.2;
overflow-wrap:break-word;
color:#F5EDD8;
font-size:1.188rem;
font-weight:700;
}
.uxdhts_step_p-t7w{
font-size:14px;
overflow-wrap:break-word;
color:#B8A888;
line-height:1.55;
}
.uxdts-t7w{
padding:44px 0;
}
.uxdts_in-t7w{
gap:32px;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:882px){
.uxdts_in-t7w{
grid-template-columns:1.4fr 1fr;
gap:3rem;
}
}
.uxdts_left-t7w{
min-width:0;
}
.uxdts_h2-t7w{
font-weight:600;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
line-height:1.1;
overflow-wrap:break-word;
color:#F5EDD8;
margin-bottom:0.75rem;
font-size:26px;
}
@media(min-width:768px){
.uxdts_h2-t7w{
font-size:28px;
}
}
.uxdts_text-t7w{
font-size:14.5px;
color:#B8A888;
max-width:520px;
margin-bottom:1.375rem;
line-height:1.6;
}
.uxdts_badges-t7w{
gap:1.125rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.uxdts_badge-t7w{
font-size:0.813rem;
color:#B8A888;
font-weight:600;
}
.uxdts_pay-t7w{
gap:12px;
flex-wrap:wrap;
display:flex;
}
@media(min-width:882px){
.uxdts_pay-t7w{
justify-content:flex-end;
}
}
.uxdts_pay_chip-t7w{
border-radius:14px;
background:rgba(255,248,230,0.07);
border:1px solid rgba(255,245,210,0.12);
padding:0.75rem 16px;
font-size:0.875rem;
color:#F5EDD8;
font-weight:700;
}
.uxdtt-t7w{
padding:48px 0 0.625rem;
}
@media(min-width:770px){
.uxdtt-t7w{
padding:3.75rem 0 0.625rem;
}
}
.uxdtt_head-t7w{
text-align:center;
margin-bottom:2.125rem;
}
.uxdtt_eyebrow-t7w{
margin-bottom:0.75rem;
}
.uxdtt_h2-t7w{
font-weight:600;
overflow-wrap:break-word;
font-size:2rem;
color:#1C1710;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
}
@media(min-width:765px){
.uxdtt_h2-t7w{
font-size:42px;
}
}
.uxdtt_grid-t7w{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:760px){
.uxdtt_grid-t7w{
grid-template-columns:repeat(3,1fr);
}
}
.uxdtt_card-t7w{
border:1px solid rgba(28,23,16,0.08);
padding:1.875rem;
border-radius:0.875rem;
background:#FDFAF4;
display:flex;
min-width:0;
flex-direction:column;
}
.uxdtt_card_ic-t7w{
color:#A07830;
display:inline-flex;
align-items:center;
margin-bottom:1.125rem;
}
.uxdtt_card_ic-t7w svg{
width:1.75rem;
height:28px;
}
.uxdtt_card_h-t7w{
line-height:1.15;
margin-bottom:0.5rem;
font-weight:600;
overflow-wrap:break-word;
color:#1C1710;
font-size:1.375rem;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
}
.uxdtt_card_p-t7w{
color:#8C7E67;
overflow-wrap:break-word;
line-height:1.6;
font-size:14px;
margin-bottom:0.875rem;
}
.uxdtt_card_p-t7w b{
color:#1C1710;
font-weight:700;
}
.uxdtt_card_link-t7w{
transition:color .22s ease;
padding-bottom:2px;
font-weight:700;
color:#1C1710;
font-size:13px;
align-self:flex-start;
margin-top:auto;
border-bottom:1px solid #A07830;
}
.uxdtt_card_link-t7w:hover{
color:#A07830;
}
.uxdwy-t7w{
padding:48px 0;
}
@media(min-width:769px){
.uxdwy-t7w{
padding:3.5rem 0;
}
}
.uxdwy_in-t7w{
gap:32px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:899px){
.uxdwy_in-t7w{
grid-template-columns:.8fr 1.2fr;
gap:3rem;
}
}
.uxdwy_left-t7w{
min-width:0;
}
.uxdwy_eyebrow-t7w{
margin-bottom:0.875rem;
}
.uxdwy_h2-t7w{
overflow-wrap:break-word;
color:#1C1710;
margin-bottom:1rem;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
font-weight:600;
font-size:2rem;
line-height:1.05;
}
@media(min-width:771px){
.uxdwy_h2-t7w{
font-size:2.5rem;
}
}
.uxdwy_intro-t7w{
line-height:1.6;
font-size:15px;
color:#8C7E67;
}
.uxdwy_grid-t7w{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:559px){
.uxdwy_grid-t7w{
grid-template-columns:1fr 1fr;
}
}
.uxdwy_card-t7w{
border:1px solid rgba(28,23,16,0.08);
border-radius:0.875rem;
background:#FDFAF4;
padding:26px;
min-width:0;
}
.uxdwy_card_ic-t7w{
display:inline-flex;
color:#A07830;
align-items:center;
margin-bottom:1rem;
justify-content:center;
}
.uxdwy_card_ic-t7w svg{
height:26px;
width:1.625rem;
}
.uxdwy_card_h-t7w{
line-height:1.15;
color:#1C1710;
font-weight:600;
margin-bottom:8px;
font-size:1.313rem;
overflow-wrap:break-word;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
}
.uxdwy_card_p-t7w{
font-size:14px;
line-height:1.55;
color:#8C7E67;
overflow-wrap:break-word;
}
.uxddr-t7w{
padding:36px 0 10px;
}
.uxddr_in-t7w{
gap:1.25rem;
border:1px dashed rgba(28,23,16,0.14);
border-radius:14px;
padding:1.75rem 2rem;
flex-direction:column;
display:flex;
}
@media(min-width:769px){
.uxddr_in-t7w{
gap:2rem;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.uxddr_h2-t7w{
overflow-wrap:break-word;
font-size:24px;
color:#1C1710;
margin-bottom:0.5rem;
font-weight:600;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
line-height:1.1;
}
@media(min-width:765px){
.uxddr_h2-t7w{
font-size:26px;
}
}
.uxddr_text-t7w{
color:#8C7E67;
line-height:1.6;
overflow-wrap:break-word;
font-size:14px;
max-width:42.5rem;
}
.uxddr_text-t7w b{
color:#1C1710;
font-weight:700;
}
.uxddr_cta-t7w{
flex:0 0 auto;
transition:color .22s ease;
font-weight:700;
color:#1C1710;
padding-bottom:2px;
border-bottom:1px solid #A07830;
white-space:nowrap;
font-size:0.844rem;
}
.uxddr_cta-t7w:hover{
color:#A07830;
}
.uxdel-t7w{
padding:3rem 0;
}
@media(min-width:770px){
.uxdel-t7w{
padding:56px 0;
}
}
.uxdel_in-t7w{
gap:40px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:902px){
.uxdel_in-t7w{
grid-template-columns:1fr 1fr;
gap:56px;
}
}
.uxdel_left-t7w{
min-width:0;
}
.uxdel_eyebrow-t7w{
margin-bottom:0.875rem;
}
.uxdel_h2-t7w{
line-height:1.08;
font-weight:600;
overflow-wrap:break-word;
margin-bottom:22px;
font-size:32px;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
color:#1C1710;
}
@media(min-width:769px){
.uxdel_h2-t7w{
font-size:38px;
}
}
.uxdel_body-t7w p{
margin-bottom:1.125rem;
overflow-wrap:break-word;
font-size:16px;
color:#3A3226;
line-height:1.7;
}
.uxdel_dropcap-t7w{
padding:0.375rem 0.75rem 0 0;
color:#A07830;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
font-weight:700;
float:left;
font-size:62px;
line-height:.8;
}
.uxdel_right-t7w{
min-width:0;
}
.uxdel_quote-t7w{
background:linear-gradient(150deg,#2C2518,#131009);
padding:36px;
border-radius:20px;
margin-bottom:1.5rem;
color:#F5EDD8;
position:relative;
}
.uxdel_quote_mark-t7w{
margin-bottom:0.375rem;
color:#D4A84B;
align-items:center;
display:inline-flex;
}
.uxdel_quote_mark-t7w svg{
height:2.125rem;
width:34px;
}
.uxdel_quote_text-t7w{
font-size:22px;
margin-bottom:1.375rem;
line-height:1.4;
overflow-wrap:break-word;
font-weight:500;
color:#F5EDD8;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
}
.uxdel_quote_meta-t7w{
gap:12px;
align-items:center;
display:flex;
}
.uxdel_quote_av-t7w{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#A07830,#D4A84B);
height:2.375rem;
width:38px;
}
.uxdel_quote_author-t7w{
color:#F5EDD8;
font-size:14px;
font-weight:700;
}
.uxdel_quote_meta_sub-t7w{
font-size:0.75rem;
color:#B8A888;
}
.uxdel_explain-t7w{
overflow:hidden;
border:1px solid rgba(28,23,16,0.08);
border-radius:14px;
}
.uxdel_explain_card-t7w{
padding:22px 24px;
}
.uxdel_explain_card-t7w+.uxdel_explain_card-t7w{
border-top:1px solid rgba(28,23,16,0.08);
}
.uxdel_explain_h-t7w{
font-size:1.25rem;
overflow-wrap:break-word;
color:#1C1710;
margin-bottom:8px;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
line-height:1.15;
font-weight:600;
}
.uxdel_explain_p-t7w{
color:#8C7E67;
overflow-wrap:break-word;
line-height:1.55;
font-size:0.875rem;
}
.uxdsb-t7w{
background:#FDFAF4;
padding:3rem 0;
margin-top:24px;
border-top:1px solid rgba(28,23,16,0.08);
border-bottom:1px solid rgba(28,23,16,0.08);
}
@media(min-width:771px){
.uxdsb-t7w{
padding:56px 0;
}
}
.uxdsb_eyebrow-t7w{
margin-bottom:12px;
display:block;
}
.uxdsb_h2-t7w{
font-size:30px;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
font-weight:600;
line-height:1.05;
margin-bottom:1.625rem;
overflow-wrap:break-word;
color:#1C1710;
}
@media(min-width:769px){
.uxdsb_h2-t7w{
font-size:2.25rem;
}
}
.uxdsb_grid-t7w{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:561px){
.uxdsb_grid-t7w{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:957px){
.uxdsb_grid-t7w{
grid-template-columns:repeat(4,1fr);
}
}
.uxdsb_card-t7w{
border-radius:0.875rem;
background:#F5F0E8;
padding:24px;
border:1px solid rgba(28,23,16,0.08);
min-width:0;
}
.uxdsb_card_h-t7w{
margin-bottom:8px;
color:#1C1710;
overflow-wrap:break-word;
font-size:19px;
line-height:1.15;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
font-weight:600;
}
.uxdsb_card_p-t7w{
color:#8C7E67;
font-size:13.5px;
overflow-wrap:break-word;
line-height:1.6;
}
.uxdsb_rtp-t7w{
border-radius:14px;
background:#F5F0E8;
grid-template-columns:1fr;
padding:1.625rem 1.75rem;
border:1px solid rgba(28,23,16,0.08);
gap:1.5rem;
align-items:center;
margin-top:18px;
display:grid;
}
@media(min-width:758px){
.uxdsb_rtp-t7w{
gap:40px;
grid-template-columns:1fr 1fr;
}
}
.uxdsb_rtp_h-t7w{
font-weight:600;
color:#1C1710;
overflow-wrap:break-word;
line-height:1.15;
margin-bottom:0.5rem;
font-size:1.25rem;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
}
.uxdsb_rtp_p-t7w{
font-size:13.5px;
overflow-wrap:break-word;
color:#8C7E67;
line-height:1.6;
}
.uxdsb_rtp_stats-t7w{
gap:1rem;
display:flex;
}
.uxdsb_stat-t7w{
background:#FDFAF4;
border-radius:0.5rem;
padding:18px;
flex:1 1 0;
text-align:center;
min-width:0;
}
.uxdsb_stat_v-t7w{
font-size:26px;
color:#4A7C59;
overflow-wrap:break-word;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
font-weight:700;
}
.uxdsb_stat_l-t7w{
margin-top:0.25rem;
color:#6B5F4A;
font-size:11.5px;
}
.uxdlh-t7w{
padding:40px 0 20px;
}
.uxdlh_in-t7w{
border-top:1px solid rgba(28,23,16,0.14);
padding-top:34px;
}
.uxdlh_eyebrow-t7w{
margin-bottom:22px;
display:block;
}
.uxdlh_grid-t7w{
gap:1.75rem;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:600px){
.uxdlh_grid-t7w{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:957px){
.uxdlh_grid-t7w{
grid-template-columns:repeat(5,1fr);
}
}
.uxdlh_col-t7w{
min-width:0;
}
.uxdlh_col_h-t7w{
font-weight:700;
overflow-wrap:break-word;
font-size:13px;
color:#1C1710;
margin-bottom:0.75rem;
}
.uxdlh_links-t7w{
gap:0.5rem;
display:flex;
flex-direction:column;
}
.uxdlh_link-t7w{
transition:color .22s ease;
font-size:13px;
overflow-wrap:break-word;
color:#8C7E67;
}
.uxdlh_link-t7w:hover{
color:#A07830;
}
.uxdsg-t7w{
padding:48px 0 0.625rem;
}
.uxdsg_eyebrow-t7w{
margin-bottom:12px;
display:block;
}
.uxdsg_h2-t7w{
overflow-wrap:break-word;
line-height:1.05;
margin-bottom:1.75rem;
color:#1C1710;
font-weight:600;
font-size:30px;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:765px){
.uxdsg_h2-t7w{
font-size:2.25rem;
}
}
.uxdsg_grid-t7w{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:723px){
.uxdsg_grid-t7w{
grid-template-columns:repeat(3,1fr);
}
}
.uxdsg_col-t7w{
min-width:0;
}
.uxdsg_col_h-t7w{
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
color:#1C1710;
overflow-wrap:break-word;
font-size:22px;
margin-bottom:0.625rem;
line-height:1.15;
font-weight:600;
}
.uxdsg_col_p-t7w{
overflow-wrap:break-word;
font-size:0.875rem;
line-height:1.65;
color:#8C7E67;
}
.uxdfaq-t7w{
padding:3rem 0;
background:#FDFAF4;
margin-top:24px;
border-top:1px solid rgba(28,23,16,0.08);
border-bottom:1px solid rgba(28,23,16,0.08);
}
@media(min-width:766px){
.uxdfaq-t7w{
padding:62px 0;
}
}
.uxdfaq_head-t7w{
text-align:center;
margin-bottom:2.125rem;
}
.uxdfaq_eyebrow-t7w{
margin-bottom:12px;
}
.uxdfaq_h2-t7w{
font-size:32px;
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#1C1710;
line-height:1.05;
font-weight:600;
}
@media(min-width:770px){
.uxdfaq_h2-t7w{
font-size:2.375rem;
}
}
.uxdfaq_list-t7w{
gap:0.75rem;
margin:0 auto;
max-width:51.25rem;
display:flex;
flex-direction:column;
}
.uxdfaq_item-t7w{
background:#F5F0E8;
overflow:hidden;
border-radius:0.875rem;
border:1px solid rgba(28,23,16,0.08);
}
.uxdfaq_q-t7w{
gap:1.25rem;
list-style:none;
padding:1.25rem 1.5rem;
cursor:pointer;
display:flex;
align-items:center;
justify-content:space-between;
font-weight:700;
color:#1C1710;
font-size:16px;
overflow-wrap:break-word;
}
.uxdfaq_q-t7w::-webkit-details-marker{
display:none;
}
.uxdfaq_q_ic-t7w{
transition:transform .22s ease;
flex:0 0 auto;
color:#A07830;
display:inline-flex;
align-items:center;
}
.uxdfaq_q_ic-t7w svg{
height:18px;
width:18px;
}
.uxdfaq_item-t7w[open] .uxdfaq_q_ic-t7w{
transform:rotate(180deg);
}
.uxdfaq_a-t7w{
padding:0 24px 1.25rem;
line-height:1.6;
overflow-wrap:break-word;
color:#8C7E67;
font-size:14.5px;
}
.uxdft-t7w{
background:#2A2319;
margin-top:40px;
color:#B8A888;
}
.uxdft_in-t7w{
gap:32px;
grid-template-columns:1fr;
padding:3rem 0 28px;
display:grid;
}
@media(min-width:597px){
.uxdft_in-t7w{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:900px){
.uxdft_in-t7w{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.uxdft_brand-t7w{
min-width:0;
}
.uxdft_logo-t7w{
font-family:"Lora", 'Iowan Old Style', Georgia, serif;
font-weight:700;
color:#F5EDD8;
font-size:26px;
overflow-wrap:break-word;
}
.uxdft_tagline-t7w{
font-size:13.5px;
line-height:1.6;
color:#B8A888;
max-width:280px;
margin-top:0.875rem;
}
.uxdft_contact-t7w{
transition:color .22s ease;
margin-top:12px;
overflow-wrap:anywhere;
max-width:17.5rem;
font-size:13px;
display:inline-block;
color:#D4A84B;
}
.uxdft_contact-t7w:hover{
color:#F5EDD8;
}
.uxdft_col-t7w{
min-width:0;
}
.uxdft_col_h-t7w{
text-transform:uppercase;
margin-bottom:0.875rem;
color:#F5EDD8;
font-size:0.813rem;
font-weight:700;
overflow-wrap:break-word;
letter-spacing:.08em;
}
.uxdft_col_links-t7w{
gap:10px;
flex-direction:column;
display:flex;
}
.uxdft_link-t7w{
transition:color .22s ease;
overflow-wrap:break-word;
font-size:13.5px;
color:#B8A888;
}
.uxdft_link-t7w:hover{
color:#F5EDD8;
}
.uxdft_bot-t7w{
padding:1.375rem 0 40px;
gap:16px;
display:flex;
flex-direction:column;
border-top:1px solid rgba(255,245,210,0.12);
}
@media(min-width:770px){
.uxdft_bot-t7w{
gap:20px;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.uxdft_legal-t7w{
font-size:0.719rem;
color:#B0A28C;
max-width:47.5rem;
overflow-wrap:break-word;
line-height:1.6;
}
.uxdft_legal-t7w b{
font-weight:700;
color:#B8A888;
}
.uxdft_age-t7w{
flex:0 0 auto;
border:1.5px solid #D4A84B;
padding:4px 9px;
border-radius:8px;
color:#D4A84B;
font-size:13px;
font-weight:700;
}