*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#1A1612;
color:#D4C9B0;
-webkit-font-smoothing:antialiased;
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.6;
font-size:15px;
overflow-wrap:break-word;
text-rendering:optimizeLegibility;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
button{
background:none;
border:none;
cursor:pointer;
font-family:inherit;
}
::-webkit-scrollbar{
height:8px;
width:8px;
}
::-webkit-scrollbar-thumb{
border-radius:0.5rem;
background:rgba(0,0,0,0.52);
}
::-webkit-scrollbar-track{
background:transparent;
}
.ldhlayout_h90{
min-height:100vh;
display:flex;
flex-direction:column;
}
.ldhmain_h90{
flex:1 1 auto;
width:100%;
min-width:0;
}
.ldhcontainer_h90{
margin:0 auto;
padding:0 1rem;
max-width:1400px;
width:100%;
}
@media(min-width:771px){
.ldhcontainer_h90{
padding:0 32px;
}
}
@media(min-width:1101px){
.ldhcontainer_h90{
padding:0 56px;
}
}
.ldheyebrow_h90{
font-family:"Manrope", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:11px;
text-transform:uppercase;
display:inline-block;
color:#A87C3E;
overflow-wrap:break-word;
font-weight:600;
letter-spacing:.2em;
line-height:1.4;
}
.ldhband_h90{
background:#0F0E0A;
color:#F0E8D5;
}
.ldhband_h90 .ldheyebrow_h90{
color:#C9A84C;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.ldhtb_h90{
background:#1A1612;
border-bottom:1px solid rgba(240,228,205,0.13);
position:sticky;
top:0;
z-index:50;
}
.ldhtb_in_h90{
padding:0.75rem 16px;
margin:0 auto;
gap:16px;
justify-content:space-between;
display:flex;
max-width:87.5rem;
width:100%;
align-items:center;
}
@media(min-width:769px){
.ldhtb_in_h90{
padding:1rem 32px;
}
}
@media(min-width:1102px){
.ldhtb_in_h90{
padding:18px 56px;
}
}
.ldhtb_left_h90{
gap:1.75rem;
display:flex;
align-items:center;
min-width:0;
}
.ldhtb_logo_h90{
gap:11px;
min-width:0;
align-items:center;
display:flex;
}
.ldhtb_logo_mark_h90{
border-radius:8px;
flex:0 0 auto;
height:34px;
object-fit:cover;
width:2.125rem;
}
.ldhtb_logo_txt_h90{
flex-direction:column;
min-width:0;
display:flex;
line-height:1;
}
.ldhtb_logo_name_h90{
overflow:hidden;
letter-spacing:.02em;
text-overflow:ellipsis;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
color:#F0E8D5;
white-space:nowrap;
font-size:22px;
font-weight:700;
}
.ldhtb_logo_sub_h90{
overflow:hidden;
white-space:nowrap;
margin-top:4px;
font-size:0.531rem;
text-overflow:ellipsis;
letter-spacing:.32em;
font-weight:600;
text-transform:uppercase;
color:#A87C3E;
}
.ldhtb_nav_h90{
display:none;
}
@media(min-width:957px){
.ldhtb_nav_h90{
gap:1.75rem;
align-items:center;
display:flex;
}
}
.ldhtb_nav_item_h90{
transition:color .2s ease,border-color .2s ease;
padding-bottom:3px;
font-size:14px;
font-weight:600;
border-bottom:2px solid transparent;
color:#D4C9B0;
white-space:nowrap;
}
.ldhtb_nav_item_h90:hover{
color:#F0E8D5;
}
.ldhtb_nav_item_h90.ldhstate_active_h90{
border-color:#A87C3E;
color:#F0E8D5;
}
.ldhtb_right_h90{
flex:0 0 auto;
gap:0.875rem;
display:flex;
align-items:center;
}
.ldhtb_search_h90{
transition:color .2s ease;
align-items:center;
color:#D4C9B0;
justify-content:center;
display:flex;
}
.ldhtb_search_h90:hover{
color:#A87C3E;
}
.ldhtb_search_h90 svg{
width:18px;
height:18px;
}
.ldhtb_lang_h90{
letter-spacing:.1em;
color:#A89880;
font-weight:600;
text-transform:uppercase;
font-size:0.688rem;
}
.ldhtb_lang_h90:hover{
color:#F0E8D5;
}
.ldhtb_login_h90{
color:#F0E8D5;
font-weight:600;
display:none;
font-size:0.875rem;
}
@media(min-width:767px){
.ldhtb_login_h90{
display:inline-block;
}
}
.ldhtb_register_h90{
padding:11px 22px;
border-radius:999px;
background:#C9A84C;
transition:background-color .2s ease;
color:#1A1208;
white-space:nowrap;
font-weight:700;
font-size:0.875rem;
}
.ldhtb_register_h90:hover{
background:#D9BC68;
}
.ldhmob_h90{
background:#1A1612;
border-top:1px solid rgba(240,228,205,0.13);
left:0;
right:0;
bottom:0;
position:fixed;
padding-bottom:env(safe-area-inset-bottom);
z-index:60;
}
@media(min-width:960px){
.ldhmob_h90{
display:none;
}
}
.ldhmob_in_h90{
margin:0 auto;
justify-content:space-around;
display:flex;
max-width:560px;
align-items:stretch;
}
.ldhmob_item_h90{
transition:color .2s ease;
flex:1 1 0;
gap:3px;
padding:9px 0.25rem;
min-width:0;
flex-direction:column;
align-items:center;
color:#A89880;
display:flex;
}
.ldhmob_item_h90.ldhstate_active_h90{
color:#A87C3E;
}
.ldhmob_ic_h90{
justify-content:center;
align-items:center;
display:flex;
}
.ldhmob_ic_h90 svg{
height:1.25rem;
width:20px;
}
.ldhmob_lb_h90{
overflow:hidden;
text-overflow:ellipsis;
max-width:100%;
font-weight:600;
white-space:nowrap;
font-size:10px;
}
@media(max-width:959px){
body{
padding-bottom:60px;
}
}
.ldhrail_h90{
min-width:0;
position:relative;
}
.ldhrail_scroll_h90{
gap:14px;
-webkit-overflow-scrolling:touch;
padding-bottom:0.875rem;
display:flex;
overflow-x:auto;
scrollbar-width:thin;
}
@media(min-width:766px){
.ldhrail_scroll_h90{
gap:1.125rem;
}
}
.ldhgc_h90{
flex:0 0 auto;
display:block;
width:150px;
}
@media(min-width:765px){
.ldhgc_h90{
width:11.75rem;
}
}
.ldhgc_img_h90{
border-radius:0.875rem;
background:#221E18;
overflow:hidden;
position:relative;
box-shadow:0 2px 0.5rem rgba(10,8,4,0.55), 0 1px 2px rgba(10,8,4,0.35);
padding-bottom:133.33%;
}
.ldhgc_img_h90 img{
inset:0;
object-fit:cover;
height:100%;
width:100%;
position:absolute;
}
.ldhgc_cover_h90{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
pointer-events:none;
position:absolute;
}
.ldhgc_hover_h90{
inset:0;
transition:opacity .2s ease;
background:rgba(0,0,0,0.52);
display:flex;
position:absolute;
justify-content:center;
align-items:center;
opacity:0;
}
.ldhgc_h90:hover .ldhgc_hover_h90{
opacity:1;
}
.ldhgc_hover_btn_h90{
background:#C9A84C;
border-radius:62.438rem;
align-items:center;
color:#1A1208;
width:46px;
display:flex;
height:2.875rem;
justify-content:center;
}
.ldhgc_hover_btn_h90 svg{
width:1.125rem;
height:18px;
}
.ldhgc_info_h90{
gap:2px;
display:flex;
min-width:0;
margin-top:9px;
flex-direction:column;
}
.ldhgc_name_h90{
overflow:hidden;
text-overflow:ellipsis;
font-weight:700;
font-size:0.813rem;
white-space:nowrap;
color:#F0E8D5;
}
.ldhgc_prov_h90{
overflow:hidden;
text-overflow:ellipsis;
font-size:11px;
white-space:nowrap;
color:#A89880;
}
.ldhgc_meta_h90{
font-size:11px;
color:#A89880;
}
.ldhtc_h90{
flex:0 0 auto;
display:block;
width:180px;
}
@media(min-width:770px){
.ldhtc_h90{
width:14.375rem;
}
}
.ldhtc_img_h90{
border-radius:0.875rem;
overflow:hidden;
background:#221E18;
padding-bottom:75%;
position:relative;
box-shadow:0 2px 0.5rem rgba(10,8,4,0.55), 0 1px 2px rgba(10,8,4,0.35);
}
.ldhtc_img_h90 img{
inset:0;
object-fit:cover;
height:100%;
position:absolute;
width:100%;
}
.ldhtc_info_h90{
gap:2px;
flex-direction:column;
min-width:0;
margin-top:0.563rem;
display:flex;
}
.ldhtc_name_h90{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
color:#F0E8D5;
font-weight:700;
font-size:14px;
}
.ldhtc_rtp_h90{
color:#A89880;
font-size:11px;
}
.ldhlc_h90{
flex:0 0 auto;
display:block;
width:230px;
}
@media(min-width:771px){
.ldhlc_h90{
width:16.75rem;
}
}
.ldhlc_img_h90{
background:#221E18;
border-radius:14px;
overflow:hidden;
position:relative;
box-shadow:0 2px 8px rgba(10,8,4,0.55), 0 1px 2px rgba(10,8,4,0.35);
padding-bottom:62.5%;
}
.ldhlc_img_h90 img{
inset:0;
width:100%;
object-fit:cover;
height:100%;
position:absolute;
}
.ldhlc_live_h90{
background:rgba(0,0,0,0.52);
border-radius:999px;
gap:0.438rem;
padding:0.25rem 0.563rem;
top:0.75rem;
position:absolute;
align-items:center;
left:0.75rem;
display:flex;
}
.ldhlc_live_dot_h90{
background:#B85C3A;
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
width:8px;
height:0.5rem;
}
.ldhlc_seats_h90{
font-size:0.625rem;
color:#F0E8D5;
font-weight:600;
letter-spacing:.08em;
text-transform:uppercase;
}
.ldhlc_info_h90{
gap:2px;
margin-top:9px;
display:flex;
flex-direction:column;
min-width:0;
}
.ldhlc_name_h90{
overflow:hidden;
font-size:0.938rem;
white-space:nowrap;
color:#F0E8D5;
font-weight:700;
text-overflow:ellipsis;
}
.ldhlc_bet_h90{
font-size:0.688rem;
color:#A89880;
}
.ldhpc_h90{
gap:0.5rem;
border-radius:14px;
background:#221E18;
padding:1rem 0.875rem;
border:1px solid rgba(240,228,205,0.07);
flex-direction:column;
display:flex;
min-height:74px;
justify-content:center;
min-width:0;
align-items:center;
}
.ldhpc_logo_h90{
flex:0 0 auto;
max-width:100%;
object-fit:contain;
height:28px;
width:auto;
}
.ldhpc_name_h90{
overflow:hidden;
font-size:11px;
text-overflow:ellipsis;
white-space:nowrap;
max-width:100%;
color:#A89880;
text-align:center;
}
.ldhgc_tag_h90{
border-radius:8px;
padding:3px 0.5rem;
top:0.625rem;
font-weight:700;
left:0.625rem;
z-index:2;
font-size:0.625rem;
text-transform:uppercase;
letter-spacing:.06em;
display:inline-block;
position:absolute;
}
.ldhgc_tag_hot_h90{
background:#B85C3A;
color:#F0E8D5;
}
.ldhgc_tag_new_h90{
background:#C9A84C;
color:#1A1208;
}
.ldhgc_tag_jp_h90{
background:#C9A84C;
color:#1A1208;
}
.ldhgc_tag_live_h90{
background:#B85C3A;
color:#F0E8D5;
}
.ldhsh_h90{
margin-bottom:18px;
min-width:0;
}
.ldhsh_row_h90{
gap:1rem;
display:flex;
flex-wrap:wrap;
align-items:flex-end;
justify-content:space-between;
}
.ldhsh_row_h90 .ldhsh_l_h90{
gap:0.375rem;
min-width:0;
display:flex;
flex-direction:column;
}
.ldhsh_stack_h90{
gap:10px;
flex-direction:column;
display:flex;
align-items:flex-start;
}
.ldhsh_center_h90{
gap:10px;
align-items:center;
display:flex;
flex-direction:column;
text-align:center;
}
.ldhsh_h2_h90{
line-height:1.1;
color:#F0E8D5;
font-size:24px;
font-weight:600;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:767px){
.ldhsh_h2_h90{
font-size:1.875rem;
}
}
.ldhband_h90 .ldhsh_h2_h90{
color:#F0E8D5;
}
.ldhsh_eb_line_h90{
gap:10px;
align-items:center;
display:inline-flex;
}
.ldhsh_eb_line_h90::before{
background:#A87C3E;
width:1.75rem;
height:1px;
content:"";
display:inline-block;
}
.ldhband_h90 .ldhsh_eb_line_h90::before{
background:#C9A84C;
}
.ldhsh_eb_dot_h90{
gap:8px;
display:inline-flex;
align-items:center;
}
.ldhsh_eb_dot_h90::before{
background:#A87C3E;
border-radius:50%;
width:6px;
display:inline-block;
content:"";
height:0.375rem;
}
.ldhband_h90 .ldhsh_eb_dot_h90::before{
background:#C9A84C;
}
.ldhsh_link_h90{
gap:6px;
transition:color .2s ease,border-color .2s ease,background-color .2s ease;
white-space:nowrap;
display:inline-flex;
font-size:0.813rem;
border-bottom:1px solid #F0E8D5;
font-weight:600;
align-items:center;
padding-bottom:2px;
color:#F0E8D5;
}
.ldhsh_link_h90:hover{
border-color:#A87C3E;
color:#A87C3E;
}
.ldhsh_link_h90 svg{
width:14px;
height:0.875rem;
}
.ldhsh_link_chev_h90{
padding-bottom:0;
border-bottom:0;
}
.ldhsh_link_btn_h90{
background:#C9A84C;
padding:9px 18px;
border-radius:62.438rem;
color:#1A1208;
border-bottom:0;
}
.ldhsh_link_btn_h90:hover{
background:#D9BC68;
border-color:transparent;
color:#1A1208;
}
.ldhband_h90 .ldhsh_link_h90{
border-color:#F0E8D5;
color:#F0E8D5;
}
.ldhband_h90 .ldhsh_link_btn_h90{
background:#C9A84C;
color:#1A1208;
}
.ldhsh_rule_h90{
margin:-2px 0 18px;
background:rgba(240,228,205,0.13);
height:1px;
}
.ldhband_h90 .ldhsh_rule_h90{
background:rgba(240,228,205,0.12);
}
.ldhhero_h90{
padding:2rem 0 8px;
}
@media(min-width:769px){
.ldhhero_h90{
padding:56px 0 1.5rem;
}
}
.ldhhero_in_h90{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:899px){
.ldhhero_in_h90{
grid-template-columns:1.05fr .95fr;
gap:3rem;
}
}
.ldhhero_copy_h90{
min-width:0;
}
.ldhhero_eyebrow_h90{
gap:10px;
margin-bottom:22px;
display:inline-flex;
align-items:center;
}
.ldhhero_eyebrow_line_h90{
flex:0 0 auto;
background:#A87C3E;
height:1px;
width:1.75rem;
display:inline-block;
}
.ldhhero_h1_h90{
overflow-wrap:break-word;
font-weight:600;
color:#F0E8D5;
letter-spacing:-.01em;
margin-bottom:1.25rem;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
line-height:1.04;
font-size:2.375rem;
}
@media(min-width:771px){
.ldhhero_h1_h90{
font-size:54px;
}
}
@media(min-width:1103px){
.ldhhero_h1_h90{
font-size:62px;
}
}
.ldhhero_h1_h90 em{
font-style:normal;
color:#A87C3E;
}
.ldhhero_sub_h90{
font-size:1rem;
max-width:480px;
line-height:1.6;
color:#8A7A64;
margin-bottom:30px;
}
@media(min-width:766px){
.ldhhero_sub_h90{
font-size:18px;
}
}
.ldhhero_actions_h90{
gap:14px;
flex-wrap:wrap;
margin-bottom:34px;
display:flex;
align-items:center;
}
.ldhhero_cta_h90{
transition:background-color .2s ease;
background:#C9A84C;
gap:0.625rem;
border-radius:62.438rem;
padding:16px 30px;
align-items:center;
display:inline-flex;
font-size:15px;
color:#1A1208;
font-weight:700;
}
.ldhhero_cta_h90:hover{
background:#D9BC68;
}
.ldhhero_cta_ic_h90{
align-items:center;
display:inline-flex;
}
.ldhhero_cta_ic_h90 svg{
height:16px;
width:1rem;
}
.ldhhero_cta_alt_h90{
padding:15px 1.625rem;
border-radius:999px;
background:transparent;
border:1px solid rgba(240,228,205,0.13);
transition:border-color .2s ease,color .2s ease;
align-items:center;
display:inline-flex;
color:#F0E8D5;
font-size:15px;
font-weight:600;
}
.ldhhero_cta_alt_h90:hover{
border-color:#A87C3E;
color:#A87C3E;
}
.ldhhero_trust_h90{
gap:22px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.ldhhero_trust_item_h90{
gap:9px;
color:#D4C9B0;
align-items:center;
font-weight:600;
display:flex;
font-size:13px;
}
.ldhhero_trust_ic_h90{
display:inline-flex;
color:#A87C3E;
align-items:center;
}
.ldhhero_trust_ic_h90 svg{
width:16px;
height:1rem;
}
.ldhhero_promo_h90{
background:#221E18;
overflow:hidden;
border-radius:1.25rem;
box-shadow:0 12px 48px rgba(10,8,4,0.70), 0 4px 1rem rgba(168,124,62,0.15);
min-height:18.75rem;
position:relative;
display:flex;
}
.ldhhero_promo_bg_h90{
inset:0;
background-size:cover;
background-position:center;
position:absolute;
}
.ldhhero_promo_bg_h90::after{
background:linear-gradient(120deg,#0F0E0A 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
inset:0;
position:absolute;
content:"";
}
.ldhhero_promo_glow_h90{
background:radial-gradient(circle,rgba(167,130,74,0.18) 0%,transparent 65%);
border-radius:50%;
pointer-events:none;
height:260px;
right:-1.25rem;
top:-2.5rem;
position:absolute;
width:260px;
}
.ldhhero_promo_ct_h90{
padding:28px;
z-index:2;
max-width:88%;
align-self:flex-end;
position:relative;
}
.ldhhero_promo_label_h90{
color:#C9A84C;
display:block;
margin-bottom:8px;
letter-spacing:.25em;
font-size:10px;
text-transform:uppercase;
font-weight:700;
}
.ldhhero_promo_amount_h90{
overflow-wrap:break-word;
line-height:1.05;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-size:32px;
font-weight:600;
color:#F0E8D5;
}
@media(min-width:769px){
.ldhhero_promo_amount_h90{
font-size:2.5rem;
}
}
.ldhhero_promo_amount_h90 em{
color:#C9A84C;
font-style:normal;
}
.ldhhero_rating_h90{
gap:10px;
background:#221E18;
border:1px solid rgba(240,228,205,0.07);
padding:0.625rem 0.875rem;
border-radius:0.875rem;
align-items:center;
max-width:min(16.25rem,62%);
position:absolute;
right:0.875rem;
box-shadow:0 2px 8px rgba(10,8,4,0.55), 0 1px 2px rgba(10,8,4,0.35);
z-index:3;
top:14px;
display:flex;
}
.ldhhero_rating_score_h90{
flex:0 0 auto;
font-size:24px;
font-weight:700;
color:#F0E8D5;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
}
.ldhhero_rating_txt_h90{
flex:1 1 auto;
min-width:0;
}
.ldhhero_rating_stars_h90{
gap:2px;
color:#A87C3E;
display:flex;
}
.ldhhero_rating_stars_h90 svg{
width:0.75rem;
height:0.75rem;
}
.ldhhero_rating_cap_h90{
font-size:11px;
overflow-wrap:break-word;
margin-top:3px;
line-height:1.35;
display:block;
color:#A89880;
}
.ldhstat_h90{
border-bottom:1px solid rgba(240,228,205,0.13);
border-top:1px solid rgba(240,228,205,0.13);
margin-top:16px;
}
.ldhstat_in_h90{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:769px){
.ldhstat_in_h90{
grid-template-columns:repeat(4,1fr);
}
}
.ldhstat_item_h90{
padding:22px 14px;
border-bottom:1px solid rgba(240,228,205,0.07);
border-right:1px solid rgba(240,228,205,0.07);
min-width:0;
}
.ldhstat_item_h90:nth-child(2n){
border-right:0;
}
.ldhstat_item_h90:nth-child(n+3){
border-bottom:0;
}
@media(min-width:766px){
.ldhstat_item_h90{
border-bottom:0;
}
.ldhstat_item_h90:nth-child(2n){
border-right:1px solid rgba(240,228,205,0.07);
}
.ldhstat_item_h90:nth-child(4n){
border-right:0;
}
}
.ldhstat_value_h90{
font-weight:700;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
line-height:1;
font-size:30px;
color:#F0E8D5;
overflow-wrap:break-word;
}
@media(min-width:769px){
.ldhstat_value_h90{
font-size:34px;
}
}
.ldhstat_label_h90{
color:#A89880;
line-height:1.4;
font-size:0.813rem;
overflow-wrap:break-word;
margin-top:0.375rem;
}
.ldhgrow_h90{
padding:1.625rem 0 0.625rem;
}
.ldhrow_seo_h90{
margin:10px 0 0;
font-size:0.875rem;
max-width:47.5rem;
color:#8A7A64;
line-height:1.65;
overflow-wrap:break-word;
}
.ldhrow_seo_h90 strong{
color:#F0E8D5;
font-weight:700;
}
.ldhgf_h90{
padding:24px 0 0.375rem;
}
.ldhgf_in_h90{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
}
.ldhgf_chip_h90{
border:1px solid rgba(240,228,205,0.13);
background:#221E18;
transition:color .2s ease,border-color .2s ease,background-color .2s ease;
padding:10px 18px;
border-radius:999px;
font-weight:600;
color:#D4C9B0;
font-size:0.813rem;
white-space:nowrap;
}
.ldhgf_chip_h90:hover{
border-color:#A87C3E;
color:#A87C3E;
}
.ldhgf_chip_h90.ldhstate_active_h90{
background:#C9A84C;
border-color:transparent;
color:#1A1208;
}
.ldhjp_h90{
padding:30px 0 0.625rem;
}
.ldhjp_grid_h90{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:769px){
.ldhjp_grid_h90{
grid-template-columns:1fr 1fr;
}
.ldhjp_card_mega_h90{
grid-column:1/-1;
}
}
@media(min-width:1001px){
.ldhjp_grid_h90{
grid-template-columns:1.4fr 1fr 1fr;
}
.ldhjp_card_mega_h90{
grid-column:auto;
}
}
.ldhjp_card_h90{
padding:26px;
border:1px solid rgba(240,228,205,0.07);
overflow:hidden;
gap:0.75rem;
border-radius:1.25rem;
background:#221E18;
min-width:0;
flex-direction:column;
min-height:12.5rem;
position:relative;
justify-content:space-between;
display:flex;
}
.ldhjp_card_mega_h90{
background:linear-gradient(135deg,#1C1A12,#0A0906);
border-color:transparent;
color:#F0E8D5;
min-height:210px;
}
.ldhjp_glow_h90{
border-radius:50%;
background:radial-gradient(circle,rgba(167,130,74,0.18),transparent 70%);
position:absolute;
pointer-events:none;
right:-2.5rem;
width:200px;
top:-40px;
height:12.5rem;
}
.ldhjp_label_h90{
gap:10px;
font-weight:700;
font-size:0.625rem;
text-transform:uppercase;
align-items:center;
position:relative;
letter-spacing:.16em;
justify-content:space-between;
color:#A87C3E;
display:flex;
flex-wrap:wrap;
}
.ldhjp_card_mega_h90 .ldhjp_label_h90{
color:#C9A84C;
}
.ldhjp_drop_h90{
text-transform:none;
color:#A89880;
letter-spacing:.04em;
font-weight:600;
}
.ldhjp_card_mega_h90 .ldhjp_drop_h90{
color:#A89880;
}
.ldhjp_amount_h90{
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-weight:700;
font-size:2.375rem;
color:#F0E8D5;
line-height:1;
position:relative;
overflow-wrap:break-word;
}
.ldhjp_card_mega_h90 .ldhjp_amount_h90{
animation:zm2-pulse 2.4s infinite;
color:#C9A84C;
font-size:3rem;
}
@media(min-width:768px){
.ldhjp_card_mega_h90 .ldhjp_amount_h90{
font-size:3.375rem;
}
}
.ldhjp_game_h90{
font-size:0.813rem;
position:relative;
color:#A89880;
}
.ldhjp_card_mega_h90 .ldhjp_game_h90{
color:#A89880;
}
.ldhjp_cta_h90{
position:relative;
align-self:flex-start;
}
.ldhjp_card_mega_h90 .ldhjp_cta_h90{
background:#C9A84C;
border-radius:999px;
padding:0.625rem 1.25rem;
transition:opacity .2s ease;
color:#1A1208;
font-weight:700;
font-size:0.813rem;
}
.ldhjp_card_mega_h90 .ldhjp_cta_h90:hover{
opacity:.9;
}
.ldhjp_card_h90:not(.ldhjp_card_mega_h90) .ldhjp_cta_h90{
transition:color .2s ease,border-color .2s ease;
font-weight:700;
border-bottom:1px solid #F0E8D5;
padding-bottom:2px;
color:#F0E8D5;
font-size:0.813rem;
}
.ldhjp_card_h90:not(.ldhjp_card_mega_h90) .ldhjp_cta_h90:hover{
border-color:#A87C3E;
color:#A87C3E;
}
.ldhjp_seo_h90{
margin:14px 0 0;
max-width:760px;
font-size:14px;
line-height:1.65;
overflow-wrap:break-word;
color:#8A7A64;
}
.ldhjp_seo_h90 strong{
color:#F0E8D5;
font-weight:700;
}
.ldhpr_h90{
padding:1.875rem 0 6px;
}
.ldhpr_card_h90{
flex:0 0 auto;
border-radius:20px;
background:#221E18;
border:1px solid rgba(240,228,205,0.07);
overflow:hidden;
gap:0.625rem;
padding:1.625rem;
position:relative;
width:17.5rem;
display:flex;
flex-direction:column;
min-height:12.5rem;
}
@media(min-width:765px){
.ldhpr_card_h90{
width:18.75rem;
}
}
.ldhpr_card_feat_h90{
border-color:transparent;
background:linear-gradient(150deg,#1C1A12,#0A0906);
color:#F0E8D5;
}
.ldhpr_glow_h90{
border-radius:50%;
background:radial-gradient(circle,rgba(167,130,74,0.18),transparent 70%);
opacity:0;
top:-30px;
pointer-events:none;
height:8.125rem;
right:-30px;
position:absolute;
width:8.125rem;
}
.ldhpr_card_feat_h90 .ldhpr_glow_h90{
opacity:1;
}
.ldhpr_label_h90{
color:#A87C3E;
letter-spacing:.16em;
font-size:0.625rem;
text-transform:uppercase;
position:relative;
font-weight:700;
}
.ldhpr_card_feat_h90 .ldhpr_label_h90{
color:#C9A84C;
}
.ldhpr_amount_h90{
font-size:26px;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#F0E8D5;
line-height:1.08;
font-weight:600;
position:relative;
}
.ldhpr_card_feat_h90 .ldhpr_amount_h90{
color:#F0E8D5;
}
.ldhpr_amount_h90 em{
font-style:normal;
color:#A87C3E;
}
.ldhpr_card_feat_h90 .ldhpr_amount_h90 em{
color:#C9A84C;
}
.ldhpr_terms_h90{
position:relative;
color:#A89880;
line-height:1.5;
font-size:0.813rem;
}
.ldhpr_card_feat_h90 .ldhpr_terms_h90{
color:#A89880;
}
.ldhpr_cta_h90{
margin-top:auto;
align-self:flex-start;
position:relative;
}
.ldhpr_card_feat_h90 .ldhpr_cta_h90{
border-radius:62.438rem;
background:#C9A84C;
padding:0.563rem 1.125rem;
transition:opacity .2s ease;
font-size:13px;
font-weight:700;
color:#1A1208;
}
.ldhpr_card_feat_h90 .ldhpr_cta_h90:hover{
opacity:.9;
}
.ldhpr_card_h90:not(.ldhpr_card_feat_h90) .ldhpr_cta_h90{
transition:color .2s ease,border-color .2s ease;
border-bottom:1px solid #F0E8D5;
font-weight:700;
padding-bottom:2px;
color:#F0E8D5;
font-size:13px;
}
.ldhpr_card_h90:not(.ldhpr_card_feat_h90) .ldhpr_cta_h90:hover{
border-color:#A87C3E;
color:#A87C3E;
}
.ldhgrow_h90{
padding:1.625rem 0 10px;
}
.ldhrow_seo_h90{
margin:10px 0 0;
overflow-wrap:break-word;
font-size:0.875rem;
max-width:47.5rem;
line-height:1.65;
color:#8A7A64;
}
.ldhrow_seo_h90 strong{
color:#F0E8D5;
font-weight:700;
}
.ldhgrow_h90{
padding:1.625rem 0 0.625rem;
}
.ldhrow_seo_h90{
margin:0.625rem 0 0;
max-width:47.5rem;
color:#8A7A64;
font-size:14px;
line-height:1.65;
overflow-wrap:break-word;
}
.ldhrow_seo_h90 strong{
font-weight:700;
color:#F0E8D5;
}
.ldhapp_h90{
padding:1.875rem 0 0.625rem;
}
.ldhapp_in_h90{
border:1px solid rgba(240,228,205,0.07);
gap:28px;
background:#221E18;
border-radius:20px;
padding:2rem;
flex-direction:column;
display:flex;
}
@media(min-width:768px){
.ldhapp_in_h90{
padding:2.5rem 44px;
gap:40px;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.ldhapp_copy_h90{
min-width:0;
max-width:560px;
}
.ldhapp_eyebrow_h90{
margin-bottom:12px;
}
.ldhapp_h2_h90{
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-weight:600;
margin-bottom:0.75rem;
line-height:1.05;
color:#F0E8D5;
font-size:28px;
overflow-wrap:break-word;
}
@media(min-width:765px){
.ldhapp_h2_h90{
font-size:34px;
}
}
.ldhapp_text_h90{
margin-bottom:22px;
line-height:1.6;
color:#8A7A64;
font-size:14px;
}
.ldhapp_btns_h90{
gap:12px;
flex-wrap:wrap;
display:flex;
}
.ldhapp_btn_h90{
gap:0.625rem;
background:#C9A84C;
padding:0.688rem 1.25rem;
transition:background-color .2s ease;
border-radius:0.875rem;
color:#1A1208;
display:inline-flex;
align-items:center;
}
.ldhapp_btn_h90:hover{
background:#D9BC68;
}
.ldhapp_btn_ic_h90{
align-items:center;
display:inline-flex;
}
.ldhapp_btn_ic_h90 svg{
height:1.125rem;
width:1.125rem;
}
.ldhapp_btn_lb_h90{
font-size:13.5px;
font-weight:700;
}
.ldhapp_qr_wrap_h90{
flex:0 0 auto;
gap:1.125rem;
align-items:center;
display:flex;
}
.ldhapp_qr_h90{
border-radius:14px;
flex:0 0 auto;
background-image:repeating-linear-gradient(0deg,#221E18 0 5px,transparent 5px 11px),repeating-linear-gradient(90deg,#221E18 0 0.313rem,transparent 0.313rem 11px);
width:6.75rem;
background-color:#C9A84C;
height:6.75rem;
}
.ldhapp_qr_cap_h90{
max-width:92px;
line-height:1.4;
font-size:0.781rem;
color:#A89880;
}
.ldhtrn_h90{
padding:1.875rem 0 0.625rem;
}
.ldhtrn_in_h90{
overflow:hidden;
border-radius:1.25rem;
background:#221E18;
border:1px solid rgba(240,228,205,0.07);
grid-template-columns:1fr;
display:grid;
}
@media(min-width:881px){
.ldhtrn_in_h90{
grid-template-columns:1.05fr 1fr;
}
}
.ldhtrn_banner_h90{
overflow:hidden;
padding:2.125rem;
background:linear-gradient(150deg,#1C1A12,#0A0906);
color:#F0E8D5;
position:relative;
}
.ldhtrn_glow_h90{
border-radius:50%;
background:radial-gradient(circle,rgba(167,130,74,0.18),transparent 70%);
pointer-events:none;
right:-2.5rem;
width:12.5rem;
height:12.5rem;
bottom:-40px;
position:absolute;
}
.ldhtrn_eyebrow_h90{
position:relative;
margin-bottom:0.875rem;
}
.ldhtrn_h2_h90{
position:relative;
line-height:1.06;
color:#F0E8D5;
font-weight:600;
font-size:30px;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
margin-bottom:0.75rem;
overflow-wrap:break-word;
}
@media(min-width:767px){
.ldhtrn_h2_h90{
font-size:2.25rem;
}
}
.ldhtrn_text_h90{
max-width:26.25rem;
line-height:1.6;
color:#A89880;
position:relative;
font-size:0.875rem;
margin-bottom:1.375rem;
}
.ldhtrn_timer_h90{
gap:8px;
margin-bottom:24px;
position:relative;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.ldhtrn_timer_cap_h90{
color:#A89880;
font-size:11px;
}
.ldhtrn_timer_box_h90{
padding:4px 12px;
background:rgba(240,228,205,0.07);
border-radius:0.5rem;
font-size:1.5rem;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
color:#F0E8D5;
font-weight:700;
}
.ldhtrn_cta_h90{
transition:opacity .2s ease;
border-radius:62.438rem;
padding:0.813rem 1.625rem;
background:#C9A84C;
font-size:0.875rem;
font-weight:700;
display:inline-block;
color:#1A1208;
position:relative;
}
.ldhtrn_cta_h90:hover{
opacity:.9;
}
.ldhtrn_lb_h90{
padding:26px 1.75rem;
}
.ldhtrn_lb_head_h90{
gap:10px;
margin-bottom:12px;
justify-content:space-between;
align-items:center;
display:flex;
}
.ldhtrn_lb_title_h90{
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-size:20px;
font-weight:600;
color:#F0E8D5;
}
.ldhtrn_lb_upd_h90{
color:#A89880;
letter-spacing:.08em;
font-size:0.688rem;
text-transform:uppercase;
}
.ldhtrn_lb_row_h90{
gap:14px;
border-radius:8px;
padding:11px 12px;
display:flex;
align-items:center;
}
.ldhtrn_lb_row_h90:nth-child(2){
background:rgba(168,124,62,0.14);
}
.ldhtrn_lb_rank_h90{
flex:0 0 auto;
width:22px;
font-weight:700;
color:#A87C3E;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-size:16px;
}
.ldhtrn_lb_av_h90{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#A87C3E,#D9BC68);
width:1.875rem;
height:30px;
}
.ldhtrn_lb_name_h90{
flex:1 1 auto;
overflow:hidden;
white-space:nowrap;
font-size:14px;
font-weight:600;
color:#F0E8D5;
min-width:0;
text-overflow:ellipsis;
}
.ldhtrn_lb_amount_h90{
flex:0 0 auto;
font-size:0.813rem;
color:#F0E8D5;
font-weight:700;
}
.ldhvip_h90{
padding:3rem 0;
}
@media(min-width:767px){
.ldhvip_h90{
padding:4rem 0;
}
}
.ldhvip_head_h90{
gap:0.875rem;
margin-bottom:1.875rem;
display:flex;
flex-direction:column;
}
@media(min-width:880px){
.ldhvip_head_h90{
gap:24px;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.ldhvip_eyebrow_h90{
margin-bottom:12px;
}
.ldhvip_h2_h90{
line-height:1.05;
font-weight:600;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-size:2rem;
color:#F0E8D5;
overflow-wrap:break-word;
}
@media(min-width:767px){
.ldhvip_h2_h90{
font-size:40px;
}
}
.ldhvip_intro_h90{
max-width:26.25rem;
font-size:0.875rem;
line-height:1.6;
color:#A89880;
}
.ldhvip_grid_h90{
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
gap:14px;
display:grid;
}
.ldhvip_card_h90{
border-radius:14px;
padding:1.375rem 1.125rem;
border:1px solid rgba(240,228,205,0.12);
min-width:0;
}
.ldhvip_card_feat_h90{
border-color:#C9A84C;
background:rgba(240,228,205,0.07);
}
.ldhvip_card_ic_h90{
border-radius:0.5rem;
background:linear-gradient(135deg,#A87C3E,#D9BC68);
height:34px;
width:2.125rem;
display:block;
margin-bottom:16px;
}
.ldhvip_name_h90{
color:#F0E8D5;
overflow-wrap:break-word;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:20px;
margin-bottom:0.375rem;
}
.ldhvip_perk_h90{
overflow-wrap:break-word;
line-height:1.5;
font-size:12.5px;
color:#A89880;
}
.ldhop_h90{
padding:2.25rem 0 10px;
}
.ldhop_in_h90{
grid-template-columns:1fr;
border:1px solid rgba(240,228,205,0.07);
background:#221E18;
border-radius:0.875rem;
padding:32px;
gap:32px;
display:grid;
align-items:center;
}
@media(min-width:861px){
.ldhop_in_h90{
gap:2.75rem;
padding:34px 2.5rem;
grid-template-columns:.9fr 1.1fr;
}
}
.ldhop_left_h90{
min-width:0;
}
.ldhop_eyebrow_h90{
margin-bottom:12px;
}
.ldhop_h2_h90{
margin-bottom:0.625rem;
overflow-wrap:break-word;
line-height:1.08;
font-weight:600;
font-size:28px;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
color:#F0E8D5;
}
@media(min-width:771px){
.ldhop_h2_h90{
font-size:30px;
}
}
.ldhop_text_h90{
line-height:1.6;
font-size:14px;
color:#8A7A64;
}
.ldhop_grid_h90{
border-radius:0.5rem;
border:1px solid rgba(240,228,205,0.13);
overflow:hidden;
grid-template-columns:1fr 1fr;
gap:1px;
background:rgba(240,228,205,0.13);
display:grid;
}
.ldhop_field_h90{
background:#1A1612;
padding:18px 1.25rem;
min-width:0;
}
.ldhop_field_lb_h90{
text-transform:uppercase;
margin-bottom:5px;
font-size:0.625rem;
letter-spacing:.1em;
font-weight:600;
color:#A87C3E;
}
.ldhop_field_val_h90{
overflow-wrap:break-word;
font-weight:700;
color:#F0E8D5;
font-size:14px;
}
.ldhwy_h90{
padding:48px 0;
}
@media(min-width:765px){
.ldhwy_h90{
padding:3.5rem 0;
}
}
.ldhwy_in_h90{
gap:2rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:903px){
.ldhwy_in_h90{
grid-template-columns:.8fr 1.2fr;
gap:3rem;
}
}
.ldhwy_left_h90{
min-width:0;
}
.ldhwy_eyebrow_h90{
margin-bottom:14px;
}
.ldhwy_h2_h90{
color:#F0E8D5;
line-height:1.05;
overflow-wrap:break-word;
font-size:2rem;
font-weight:600;
margin-bottom:1rem;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
}
@media(min-width:767px){
.ldhwy_h2_h90{
font-size:40px;
}
}
.ldhwy_intro_h90{
line-height:1.6;
font-size:0.938rem;
color:#8A7A64;
}
.ldhwy_grid_h90{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:563px){
.ldhwy_grid_h90{
grid-template-columns:1fr 1fr;
}
}
.ldhwy_card_h90{
background:#221E18;
padding:26px;
border:1px solid rgba(240,228,205,0.07);
border-radius:14px;
min-width:0;
}
.ldhwy_card_ic_h90{
margin-bottom:16px;
display:inline-flex;
color:#A87C3E;
align-items:center;
justify-content:center;
}
.ldhwy_card_ic_h90 svg{
width:26px;
height:26px;
}
.ldhwy_card_h_h90{
font-weight:600;
line-height:1.15;
margin-bottom:8px;
font-size:21px;
color:#F0E8D5;
overflow-wrap:break-word;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
}
.ldhwy_card_p_h90{
overflow-wrap:break-word;
line-height:1.55;
color:#8A7A64;
font-size:0.875rem;
}
.ldhhts_h90{
padding:3rem 0;
}
@media(min-width:767px){
.ldhhts_h90{
padding:3.875rem 0;
}
}
.ldhhts_head_h90{
gap:18px;
display:flex;
margin-bottom:34px;
flex-direction:column;
}
@media(min-width:765px){
.ldhhts_head_h90{
gap:1.5rem;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.ldhhts_eyebrow_h90{
margin-bottom:0.75rem;
}
.ldhhts_h2_h90{
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:30px;
line-height:1.05;
font-weight:600;
color:#F0E8D5;
}
@media(min-width:771px){
.ldhhts_h2_h90{
font-size:38px;
}
}
.ldhhts_cta_h90{
background:#C9A84C;
border-radius:62.438rem;
transition:opacity .2s ease;
flex:0 0 auto;
padding:0.938rem 1.875rem;
color:#1A1208;
font-weight:700;
font-size:0.938rem;
}
.ldhhts_cta_h90:hover{
opacity:.9;
}
.ldhhts_grid_h90{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:757px){
.ldhhts_grid_h90{
grid-template-columns:repeat(3,1fr);
}
}
.ldhhts_step_h90{
border-top:1px solid rgba(240,228,205,0.12);
padding-top:1.375rem;
min-width:0;
}
.ldhhts_step_num_h90{
line-height:1;
color:#C9A84C;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
margin-bottom:14px;
font-weight:700;
font-size:2.75rem;
}
.ldhhts_step_h_h90{
line-height:1.2;
margin-bottom:8px;
font-size:1.188rem;
font-weight:700;
overflow-wrap:break-word;
color:#F0E8D5;
}
.ldhhts_step_p_h90{
font-size:0.875rem;
overflow-wrap:break-word;
color:#A89880;
line-height:1.55;
}
.ldhet_h90{
padding:2.25rem 0 10px;
}
.ldhet_in_h90{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:879px){
.ldhet_in_h90{
gap:3rem;
grid-template-columns:1.1fr .9fr;
}
}
.ldhet_left_h90{
min-width:0;
}
.ldhet_eyebrow_h90{
margin-bottom:0.75rem;
}
.ldhet_h2_h90{
color:#F0E8D5;
line-height:1.06;
font-size:1.75rem;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
margin-bottom:14px;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:766px){
.ldhet_h2_h90{
font-size:2rem;
}
}
.ldhet_text_h90{
font-size:0.938rem;
color:#8A7A64;
line-height:1.65;
margin-bottom:1.375rem;
}
.ldhet_stats_h90{
gap:24px;
flex-wrap:wrap;
display:flex;
}
.ldhet_stat_h90{
min-width:0;
}
.ldhet_stat_v_h90{
font-weight:700;
color:#F0E8D5;
font-size:1.625rem;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
line-height:1;
}
.ldhet_stat_l_h90{
margin-top:0.25rem;
font-size:12.5px;
color:#A89880;
}
.ldhet_right_h90{
gap:0.75rem;
display:flex;
flex-direction:column;
}
.ldhet_member_h90{
padding:1.125rem 1.25rem;
gap:16px;
background:#221E18;
border-radius:14px;
border:1px solid rgba(240,228,205,0.07);
min-width:0;
align-items:center;
display:flex;
}
.ldhet_member_av_h90{
flex:0 0 auto;
background:linear-gradient(135deg,#1C1A12,#A87C3E);
border-radius:50%;
width:48px;
height:48px;
}
.ldhet_member_name_h90{
overflow-wrap:break-word;
color:#F0E8D5;
font-weight:700;
font-size:0.938rem;
}
.ldhet_member_role_h90{
overflow-wrap:break-word;
color:#A89880;
font-size:12.5px;
}
.ldhet_updated_h90{
gap:8px;
border:1px solid rgba(240,228,205,0.07);
background:#1A1612;
border-radius:14px;
padding:0.875rem 18px;
font-size:0.781rem;
align-items:center;
display:flex;
color:#8A7A64;
}
.ldhrv_h90{
background:#221E18;
padding:3rem 0;
border-top:1px solid rgba(240,228,205,0.07);
margin-top:24px;
border-bottom:1px solid rgba(240,228,205,0.07);
}
@media(min-width:768px){
.ldhrv_h90{
padding:56px 0;
}
}
.ldhrv_head_h90{
gap:16px;
display:flex;
flex-direction:column;
margin-bottom:1.875rem;
}
@media(min-width:765px){
.ldhrv_head_h90{
gap:20px;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.ldhrv_eyebrow_h90{
margin-bottom:0.625rem;
}
.ldhrv_h2_h90{
color:#F0E8D5;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-size:1.875rem;
overflow-wrap:break-word;
line-height:1.05;
font-weight:600;
}
@media(min-width:769px){
.ldhrv_h2_h90{
font-size:38px;
}
}
.ldhrv_agg_h90{
gap:12px;
display:flex;
align-items:center;
}
.ldhrv_agg_stars_h90{
gap:3px;
color:#A87C3E;
display:flex;
}
.ldhrv_agg_stars_h90 svg{
height:18px;
width:18px;
}
.ldhrv_source_h90{
color:#8A7A64;
font-size:13px;
}
.ldhrv_grid_h90{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:763px){
.ldhrv_grid_h90{
grid-template-columns:repeat(3,1fr);
}
}
.ldhrv_card_h90{
border:1px solid rgba(240,228,205,0.07);
padding:26px;
border-radius:14px;
background:#1A1612;
min-width:0;
}
.ldhrv_card_stars_h90{
gap:2px;
display:flex;
color:#A87C3E;
margin-bottom:0.75rem;
}
.ldhrv_card_stars_h90 svg{
width:14px;
height:0.875rem;
}
.ldhrv_card_body_h90{
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-weight:500;
font-size:1.125rem;
color:#F0E8D5;
margin-bottom:1rem;
overflow-wrap:break-word;
line-height:1.45;
}
.ldhrv_card_meta_h90{
gap:0.625rem;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.ldhrv_card_av_h90{
flex:0 0 auto;
background:linear-gradient(135deg,#A87C3E,#D9BC68);
border-radius:50%;
width:32px;
height:2rem;
}
.ldhrv_card_author_h90{
color:#F0E8D5;
font-weight:700;
font-size:0.813rem;
}
.ldhrv_card_loc_h90{
font-size:0.75rem;
color:#A89880;
}
.ldhpmt_h90{
padding:48px 0 0.625rem;
}
.ldhpmt_in_h90{
gap:32px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:882px){
.ldhpmt_in_h90{
grid-template-columns:1fr 1.1fr;
gap:48px;
}
}
.ldhpmt_left_h90{
min-width:0;
}
.ldhpmt_eyebrow_h90{
margin-bottom:0.75rem;
}
.ldhpmt_h2_h90{
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-weight:600;
color:#F0E8D5;
font-size:30px;
line-height:1.06;
margin-bottom:0.75rem;
overflow-wrap:break-word;
}
@media(min-width:767px){
.ldhpmt_h2_h90{
font-size:32px;
}
}
.ldhpmt_text_h90{
color:#8A7A64;
margin-bottom:1.375rem;
line-height:1.6;
font-size:0.906rem;
}
.ldhpmt_logos_h90{
grid-template-columns:repeat(2,1fr);
gap:0.625rem;
display:grid;
}
@media(min-width:482px){
.ldhpmt_logos_h90{
grid-template-columns:repeat(4,1fr);
}
}
.ldhpmt_logo_h90{
border:1px solid rgba(240,228,205,0.07);
padding:0 8px;
border-radius:0.5rem;
background:#221E18;
overflow:hidden;
justify-content:center;
align-items:center;
text-align:center;
white-space:nowrap;
height:50px;
color:#D4C9B0;
font-weight:700;
font-size:0.781rem;
text-overflow:ellipsis;
display:flex;
}
.ldhpmt_table_h90{
border:1px solid rgba(240,228,205,0.07);
border-radius:0.875rem;
overflow:hidden;
min-width:0;
}
.ldhpmt_thead_h90{
grid-template-columns:1.4fr 1fr 1fr 1fr;
background:#111009;
display:grid;
}
.ldhpmt_th_h90{
overflow:hidden;
padding:13px 0.875rem;
color:#F0E8D5;
font-size:10px;
letter-spacing:.08em;
text-overflow:ellipsis;
text-transform:uppercase;
font-weight:700;
white-space:nowrap;
}
.ldhpmt_row_h90{
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(240,228,205,0.07);
}
.ldhpmt_row_h90:nth-child(odd){
background:#221E18;
}
.ldhpmt_td_h90{
padding:14px;
min-width:0;
overflow-wrap:break-word;
font-size:13.5px;
color:#8A7A64;
}
.ldhpmt_row_h90 .ldhpmt_td_h90:first-child{
font-weight:700;
color:#F0E8D5;
}
.ldhpmt_row_h90 .ldhpmt_td_h90:last-child{
font-weight:700;
color:#6B9E6E;
}
.ldhts_h90{
padding:2.75rem 0;
}
.ldhts_in_h90{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:878px){
.ldhts_in_h90{
grid-template-columns:1.4fr 1fr;
gap:48px;
}
}
.ldhts_left_h90{
min-width:0;
}
.ldhts_h2_h90{
line-height:1.1;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
margin-bottom:12px;
color:#F0E8D5;
overflow-wrap:break-word;
font-weight:600;
font-size:26px;
}
@media(min-width:770px){
.ldhts_h2_h90{
font-size:28px;
}
}
.ldhts_text_h90{
font-size:14.5px;
margin-bottom:22px;
max-width:520px;
color:#A89880;
line-height:1.6;
}
.ldhts_badges_h90{
gap:1.125rem;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.ldhts_badge_h90{
color:#A89880;
font-weight:600;
font-size:0.813rem;
}
.ldhts_pay_h90{
gap:12px;
flex-wrap:wrap;
display:flex;
}
@media(min-width:882px){
.ldhts_pay_h90{
justify-content:flex-end;
}
}
.ldhts_pay_chip_h90{
padding:12px 1rem;
border-radius:0.875rem;
border:1px solid rgba(240,228,205,0.12);
background:rgba(240,228,205,0.07);
color:#F0E8D5;
font-weight:700;
font-size:0.875rem;
}
.ldhdr_h90{
padding:2.25rem 0 0.625rem;
}
.ldhdr_in_h90{
border-radius:14px;
border:1px dashed rgba(240,228,205,0.13);
padding:28px 2rem;
gap:1.25rem;
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.ldhdr_in_h90{
gap:2rem;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.ldhdr_h2_h90{
color:#F0E8D5;
font-size:1.5rem;
margin-bottom:8px;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
line-height:1.1;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:769px){
.ldhdr_h2_h90{
font-size:26px;
}
}
.ldhdr_text_h90{
color:#8A7A64;
line-height:1.6;
font-size:0.875rem;
overflow-wrap:break-word;
max-width:680px;
}
.ldhdr_text_h90 b{
color:#F0E8D5;
font-weight:700;
}
.ldhdr_cta_h90{
transition:color .2s ease;
flex:0 0 auto;
font-weight:700;
border-bottom:1px solid #A87C3E;
padding-bottom:2px;
font-size:13.5px;
white-space:nowrap;
color:#F0E8D5;
}
.ldhdr_cta_h90:hover{
color:#A87C3E;
}
.ldhtt_h90{
padding:48px 0 10px;
}
@media(min-width:767px){
.ldhtt_h90{
padding:3.75rem 0 10px;
}
}
.ldhtt_head_h90{
text-align:center;
margin-bottom:34px;
}
.ldhtt_eyebrow_h90{
margin-bottom:12px;
}
.ldhtt_h2_h90{
line-height:1.05;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
color:#F0E8D5;
font-size:32px;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:769px){
.ldhtt_h2_h90{
font-size:42px;
}
}
.ldhtt_grid_h90{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.ldhtt_grid_h90{
grid-template-columns:repeat(3,1fr);
}
}
.ldhtt_card_h90{
border-radius:0.875rem;
padding:1.875rem;
background:#221E18;
border:1px solid rgba(240,228,205,0.07);
display:flex;
min-width:0;
flex-direction:column;
}
.ldhtt_card_ic_h90{
display:inline-flex;
margin-bottom:18px;
color:#A87C3E;
align-items:center;
}
.ldhtt_card_ic_h90 svg{
height:28px;
width:28px;
}
.ldhtt_card_h_h90{
line-height:1.15;
color:#F0E8D5;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:1.375rem;
margin-bottom:8px;
overflow-wrap:break-word;
}
.ldhtt_card_p_h90{
overflow-wrap:break-word;
margin-bottom:14px;
color:#8A7A64;
font-size:14px;
line-height:1.6;
}
.ldhtt_card_p_h90 b{
color:#F0E8D5;
font-weight:700;
}
.ldhtt_card_link_h90{
transition:color .2s ease;
padding-bottom:2px;
margin-top:auto;
color:#F0E8D5;
font-weight:700;
align-self:flex-start;
font-size:0.813rem;
border-bottom:1px solid #A87C3E;
}
.ldhtt_card_link_h90:hover{
color:#A87C3E;
}
.ldhprov_h90{
padding:40px 0 20px;
}
.ldhprov_eyebrow_h90{
display:block;
margin-bottom:18px;
}
.ldhprov_grid_h90{
gap:0.75rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:562px){
.ldhprov_grid_h90{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:899px){
.ldhprov_grid_h90{
grid-template-columns:repeat(6,1fr);
}
}
.ldhlh_h90{
padding:40px 0 1.25rem;
}
.ldhlh_in_h90{
border-top:1px solid rgba(240,228,205,0.13);
padding-top:2.125rem;
}
.ldhlh_eyebrow_h90{
margin-bottom:1.375rem;
display:block;
}
.ldhlh_grid_h90{
grid-template-columns:1fr 1fr;
gap:1.75rem;
display:grid;
}
@media(min-width:603px){
.ldhlh_grid_h90{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:958px){
.ldhlh_grid_h90{
grid-template-columns:repeat(5,1fr);
}
}
.ldhlh_col_h90{
min-width:0;
}
.ldhlh_col_h_h90{
font-size:0.813rem;
color:#F0E8D5;
overflow-wrap:break-word;
font-weight:700;
margin-bottom:12px;
}
.ldhlh_links_h90{
gap:8px;
flex-direction:column;
display:flex;
}
.ldhlh_link_h90{
transition:color .2s ease;
overflow-wrap:break-word;
color:#8A7A64;
font-size:13px;
}
.ldhlh_link_h90:hover{
color:#A87C3E;
}
.ldhgd_h90{
padding:48px 0 0.625rem;
}
.ldhgd_head_h90{
gap:14px;
margin-bottom:24px;
flex-direction:column;
display:flex;
}
@media(min-width:679px){
.ldhgd_head_h90{
gap:20px;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.ldhgd_eyebrow_h90{
margin-bottom:10px;
}
.ldhgd_h2_h90{
line-height:1.05;
overflow-wrap:break-word;
color:#F0E8D5;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-size:28px;
font-weight:600;
}
@media(min-width:770px){
.ldhgd_h2_h90{
font-size:34px;
}
}
.ldhgd_more_h90{
transition:color .2s ease,border-color .2s ease;
flex:0 0 auto;
font-weight:600;
padding-bottom:2px;
font-size:13.5px;
color:#F0E8D5;
border-bottom:1px solid #F0E8D5;
}
.ldhgd_more_h90:hover{
border-color:#A87C3E;
color:#A87C3E;
}
.ldhgd_grid_h90{
gap:1.25rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:718px){
.ldhgd_grid_h90{
grid-template-columns:repeat(3,1fr);
}
}
.ldhgd_card_h90{
border:1px solid rgba(240,228,205,0.07);
overflow:hidden;
background:#221E18;
border-radius:0.875rem;
min-width:0;
display:block;
}
.ldhgd_card_img_h90{
background:linear-gradient(140deg,#1C1A12,#A87C3E);
height:9.375rem;
}
.ldhgd_card_body_h90{
padding:22px;
}
.ldhgd_card_cat_h90{
font-size:10px;
text-transform:uppercase;
font-weight:600;
letter-spacing:.1em;
color:#A87C3E;
}
.ldhgd_card_h_h90{
margin:8px 0 10px;
font-size:19px;
overflow-wrap:break-word;
color:#F0E8D5;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.2;
}
.ldhgd_card_meta_h90{
font-size:0.75rem;
color:#A89880;
overflow-wrap:break-word;
}
.ldhsg_h90{
padding:3rem 0 10px;
}
.ldhsg_eyebrow_h90{
margin-bottom:0.75rem;
display:block;
}
.ldhsg_h2_h90{
line-height:1.05;
margin-bottom:28px;
font-weight:600;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-size:30px;
overflow-wrap:break-word;
color:#F0E8D5;
}
@media(min-width:769px){
.ldhsg_h2_h90{
font-size:36px;
}
}
.ldhsg_grid_h90{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:719px){
.ldhsg_grid_h90{
grid-template-columns:repeat(3,1fr);
}
}
.ldhsg_col_h90{
min-width:0;
}
.ldhsg_col_h_h90{
margin-bottom:10px;
color:#F0E8D5;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:22px;
font-weight:600;
line-height:1.15;
}
.ldhsg_col_p_h90{
line-height:1.65;
overflow-wrap:break-word;
color:#8A7A64;
font-size:14px;
}
.ldhsc_h90{
padding:48px 0 10px;
}
.ldhsc_head_h90{
text-align:center;
margin-bottom:1.75rem;
}
.ldhsc_eyebrow_h90{
margin-bottom:12px;
}
.ldhsc_h2_h90{
line-height:1.05;
color:#F0E8D5;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:1.875rem;
overflow-wrap:break-word;
}
@media(min-width:768px){
.ldhsc_h2_h90{
font-size:2.25rem;
}
}
.ldhsc_table_h90{
border:1px solid rgba(240,228,205,0.07);
border-radius:0.875rem;
overflow:hidden;
margin:0 auto;
max-width:900px;
}
.ldhsc_thead_h90{
background:#111009;
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
}
.ldhsc_th_h90{
padding:0.938rem 18px;
overflow-wrap:break-word;
font-size:13px;
font-weight:700;
text-align:center;
color:#A89880;
}
.ldhsc_th_h90:first-child{
text-align:left;
}
.ldhsc_th_us_h90{
color:#C9A84C;
}
.ldhsc_row_h90{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(240,228,205,0.07);
}
.ldhsc_row_h90:nth-child(even){
background:#221E18;
}
.ldhsc_td_h90{
padding:15px 18px;
color:#A89880;
min-width:0;
overflow-wrap:break-word;
text-align:center;
font-size:14px;
}
.ldhsc_td_h90:first-child{
text-align:left;
font-weight:600;
color:#D4C9B0;
}
.ldhsc_td_us_h90{
color:#6B9E6E;
font-weight:700;
}
.ldhfaq_h90{
padding:48px 0;
background:#221E18;
border-bottom:1px solid rgba(240,228,205,0.07);
margin-top:24px;
border-top:1px solid rgba(240,228,205,0.07);
}
@media(min-width:767px){
.ldhfaq_h90{
padding:3.875rem 0;
}
}
.ldhfaq_head_h90{
text-align:center;
margin-bottom:34px;
}
.ldhfaq_eyebrow_h90{
margin-bottom:12px;
}
.ldhfaq_h2_h90{
line-height:1.05;
overflow-wrap:break-word;
font-size:2rem;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
color:#F0E8D5;
font-weight:600;
}
@media(min-width:765px){
.ldhfaq_h2_h90{
font-size:38px;
}
}
.ldhfaq_list_h90{
margin:0 auto;
gap:12px;
flex-direction:column;
display:flex;
max-width:820px;
}
.ldhfaq_item_h90{
border-radius:14px;
border:1px solid rgba(240,228,205,0.07);
background:#1A1612;
overflow:hidden;
}
.ldhfaq_q_h90{
padding:1.25rem 24px;
gap:20px;
list-style:none;
color:#F0E8D5;
cursor:pointer;
justify-content:space-between;
font-size:16px;
overflow-wrap:break-word;
font-weight:700;
align-items:center;
display:flex;
}
.ldhfaq_q_h90::-webkit-details-marker{
display:none;
}
.ldhfaq_q_ic_h90{
flex:0 0 auto;
transition:transform .2s ease;
display:inline-flex;
align-items:center;
color:#A87C3E;
}
.ldhfaq_q_ic_h90 svg{
width:1.125rem;
height:1.125rem;
}
.ldhfaq_item_h90[open] .ldhfaq_q_ic_h90{
transform:rotate(180deg);
}
.ldhfaq_a_h90{
padding:0 1.5rem 1.25rem;
font-size:0.906rem;
overflow-wrap:break-word;
line-height:1.6;
color:#8A7A64;
}
.ldhsb_h90{
background:#221E18;
padding:48px 0;
margin-top:24px;
border-top:1px solid rgba(240,228,205,0.07);
border-bottom:1px solid rgba(240,228,205,0.07);
}
@media(min-width:765px){
.ldhsb_h90{
padding:3.5rem 0;
}
}
.ldhsb_eyebrow_h90{
margin-bottom:0.75rem;
display:block;
}
.ldhsb_h2_h90{
color:#F0E8D5;
font-weight:600;
font-size:1.875rem;
line-height:1.05;
margin-bottom:1.625rem;
overflow-wrap:break-word;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
}
@media(min-width:765px){
.ldhsb_h2_h90{
font-size:2.25rem;
}
}
.ldhsb_grid_h90{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:561px){
.ldhsb_grid_h90{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:959px){
.ldhsb_grid_h90{
grid-template-columns:repeat(4,1fr);
}
}
.ldhsb_card_h90{
padding:1.5rem;
border:1px solid rgba(240,228,205,0.07);
background:#1A1612;
border-radius:14px;
min-width:0;
}
.ldhsb_card_h_h90{
overflow-wrap:break-word;
font-weight:600;
color:#F0E8D5;
margin-bottom:0.5rem;
line-height:1.15;
font-size:19px;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
}
.ldhsb_card_p_h90{
font-size:0.844rem;
color:#8A7A64;
line-height:1.6;
overflow-wrap:break-word;
}
.ldhsb_rtp_h90{
background:#1A1612;
grid-template-columns:1fr;
border:1px solid rgba(240,228,205,0.07);
padding:26px 1.75rem;
border-radius:0.875rem;
gap:1.5rem;
margin-top:18px;
display:grid;
align-items:center;
}
@media(min-width:759px){
.ldhsb_rtp_h90{
gap:2.5rem;
grid-template-columns:1fr 1fr;
}
}
.ldhsb_rtp_h_h90{
overflow-wrap:break-word;
margin-bottom:8px;
font-size:1.25rem;
color:#F0E8D5;
font-weight:600;
line-height:1.15;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
}
.ldhsb_rtp_p_h90{
color:#8A7A64;
overflow-wrap:break-word;
font-size:0.844rem;
line-height:1.6;
}
.ldhsb_rtp_stats_h90{
gap:1rem;
display:flex;
}
.ldhsb_stat_h90{
background:#221E18;
padding:18px;
flex:1 1 0;
border-radius:0.5rem;
text-align:center;
min-width:0;
}
.ldhsb_stat_v_h90{
overflow-wrap:break-word;
color:#6B9E6E;
font-size:1.625rem;
font-weight:700;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
}
.ldhsb_stat_l_h90{
font-size:11.5px;
color:#A89880;
margin-top:4px;
}
.ldhel_h90{
padding:3rem 0;
}
@media(min-width:769px){
.ldhel_h90{
padding:56px 0;
}
}
.ldhel_in_h90{
gap:40px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:898px){
.ldhel_in_h90{
grid-template-columns:1fr 1fr;
gap:3.5rem;
}
}
.ldhel_left_h90{
min-width:0;
}
.ldhel_eyebrow_h90{
margin-bottom:14px;
}
.ldhel_h2_h90{
line-height:1.08;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
margin-bottom:22px;
color:#F0E8D5;
font-weight:600;
overflow-wrap:break-word;
font-size:32px;
}
@media(min-width:767px){
.ldhel_h2_h90{
font-size:38px;
}
}
.ldhel_body_h90 p{
margin-bottom:18px;
overflow-wrap:break-word;
font-size:1rem;
line-height:1.7;
color:#D4C9B0;
}
.ldhel_dropcap_h90{
padding:0.375rem 0.75rem 0 0;
color:#A87C3E;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
line-height:.8;
float:left;
font-size:3.875rem;
font-weight:700;
}
.ldhel_right_h90{
min-width:0;
}
.ldhel_quote_h90{
border-radius:1.25rem;
padding:36px;
background:linear-gradient(150deg,#1C1A12,#0A0906);
margin-bottom:24px;
position:relative;
color:#F0E8D5;
}
.ldhel_quote_mark_h90{
display:inline-flex;
color:#C9A84C;
margin-bottom:6px;
align-items:center;
}
.ldhel_quote_mark_h90 svg{
height:2.125rem;
width:2.125rem;
}
.ldhel_quote_text_h90{
margin-bottom:22px;
line-height:1.4;
color:#F0E8D5;
font-weight:500;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-size:22px;
overflow-wrap:break-word;
}
.ldhel_quote_meta_h90{
gap:0.75rem;
align-items:center;
display:flex;
}
.ldhel_quote_av_h90{
border-radius:50%;
background:linear-gradient(135deg,#A87C3E,#D9BC68);
flex:0 0 auto;
height:38px;
width:2.375rem;
}
.ldhel_quote_author_h90{
color:#F0E8D5;
font-weight:700;
font-size:14px;
}
.ldhel_quote_meta_sub_h90{
color:#A89880;
font-size:0.75rem;
}
.ldhel_explain_h90{
border-radius:0.875rem;
overflow:hidden;
border:1px solid rgba(240,228,205,0.07);
}
.ldhel_explain_card_h90{
padding:1.375rem 24px;
}
.ldhel_explain_card_h90+.ldhel_explain_card_h90{
border-top:1px solid rgba(240,228,205,0.07);
}
.ldhel_explain_h_h90{
font-size:1.25rem;
color:#F0E8D5;
font-weight:600;
line-height:1.15;
margin-bottom:8px;
overflow-wrap:break-word;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
}
.ldhel_explain_p_h90{
font-size:14px;
color:#8A7A64;
line-height:1.55;
overflow-wrap:break-word;
}
.ldhft_h90{
background:#111009;
margin-top:2.5rem;
color:#A89880;
}
.ldhft_in_h90{
padding:48px 0 1.75rem;
gap:32px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:603px){
.ldhft_in_h90{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:900px){
.ldhft_in_h90{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.ldhft_brand_h90{
min-width:0;
}
.ldhft_logo_h90{
color:#F0E8D5;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:1.625rem;
font-weight:700;
}
.ldhft_tagline_h90{
color:#A89880;
max-width:17.5rem;
line-height:1.6;
margin-top:14px;
font-size:13.5px;
}
.ldhft_contact_h90{
transition:color .2s ease;
font-size:13px;
overflow-wrap:anywhere;
display:inline-block;
max-width:17.5rem;
color:#C9A84C;
margin-top:0.75rem;
}
.ldhft_contact_h90:hover{
color:#F0E8D5;
}
.ldhft_col_h90{
min-width:0;
}
.ldhft_col_h_h90{
margin-bottom:14px;
color:#F0E8D5;
font-size:13px;
text-transform:uppercase;
font-weight:700;
overflow-wrap:break-word;
letter-spacing:.08em;
}
.ldhft_col_links_h90{
gap:0.625rem;
display:flex;
flex-direction:column;
}
.ldhft_link_h90{
transition:color .2s ease;
color:#A89880;
font-size:13.5px;
overflow-wrap:break-word;
}
.ldhft_link_h90:hover{
color:#F0E8D5;
}
.ldhft_bot_h90{
padding:22px 0 40px;
gap:1rem;
flex-direction:column;
display:flex;
border-top:1px solid rgba(240,228,205,0.12);
}
@media(min-width:768px){
.ldhft_bot_h90{
gap:20px;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.ldhft_legal_h90{
line-height:1.6;
color:#5C5042;
max-width:760px;
overflow-wrap:break-word;
font-size:0.719rem;
}
.ldhft_legal_h90 b{
font-weight:700;
color:#A89880;
}
.ldhft_age_h90{
padding:4px 9px;
border:1.5px solid #C9A84C;
border-radius:0.5rem;
flex:0 0 auto;
color:#C9A84C;
font-weight:700;
font-size:13px;
}