*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F2F4F7;
font-size:0.938rem;
text-rendering:optimizeLegibility;
overflow-wrap:break-word;
color:#2A3244;
-webkit-font-smoothing:antialiased;
font-family:"Inter", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.6;
}
img{
display:block;
max-width:100%;
}
a{
color:inherit;
text-decoration:none;
}
button{
background:none;
border:none;
cursor:pointer;
font-family:inherit;
}
::-webkit-scrollbar{
width:0.5rem;
height:0.5rem;
}
::-webkit-scrollbar-thumb{
border-radius:8px;
background:rgba(0,0,0,0.52);
}
::-webkit-scrollbar-track{
background:transparent;
}
.ldylayout-fgz{
flex-direction:column;
display:flex;
min-height:100vh;
}
.ldymain-fgz{
flex:1 1 auto;
min-width:0;
width:100%;
}
.ldycontainer-fgz{
padding:0 16px;
margin:0 auto;
width:100%;
max-width:87.5rem;
}
@media(min-width:769px){
.ldycontainer-fgz{
padding:0 2rem;
}
}
@media(min-width:1098px){
.ldycontainer-fgz{
padding:0 3.5rem;
}
}
.ldyeyebrow-fgz{
display:inline-block;
text-transform:uppercase;
line-height:1.4;
letter-spacing:.2em;
font-weight:600;
overflow-wrap:break-word;
font-family:"Inter", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:11px;
color:#2E7FE8;
}
.ldyband-fgz{
background:#111827;
color:#EDF1FA;
}
.ldyband-fgz .ldyeyebrow-fgz{
color:#7DBFFF;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.ldytb-fgz{
background:#F2F4F7;
border-bottom:1px solid rgba(15,22,35,0.14);
top:0;
position:sticky;
z-index:50;
}
.ldytb_in-fgz{
padding:0.75rem 16px;
gap:16px;
margin:0 auto;
max-width:87.5rem;
width:100%;
justify-content:space-between;
align-items:center;
display:flex;
}
@media(min-width:765px){
.ldytb_in-fgz{
padding:16px 32px;
}
}
@media(min-width:1102px){
.ldytb_in-fgz{
padding:18px 3.5rem;
}
}
.ldytb_left-fgz{
gap:1.75rem;
min-width:0;
align-items:center;
display:flex;
}
.ldytb_logo-fgz{
gap:11px;
min-width:0;
align-items:center;
display:flex;
}
.ldytb_logo_mark-fgz{
border-radius:8px;
flex:0 0 auto;
width:2.125rem;
height:34px;
object-fit:cover;
}
.ldytb_logo_txt-fgz{
flex-direction:column;
line-height:1;
display:flex;
min-width:0;
}
.ldytb_logo_name-fgz{
overflow:hidden;
white-space:nowrap;
font-weight:700;
font-size:1.375rem;
letter-spacing:.02em;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#0F1623;
text-overflow:ellipsis;
}
.ldytb_logo_sub-fgz{
overflow:hidden;
font-weight:600;
text-overflow:ellipsis;
text-transform:uppercase;
color:#2E7FE8;
font-size:0.531rem;
white-space:nowrap;
margin-top:4px;
letter-spacing:.32em;
}
.ldytb_nav-fgz{
display:none;
}
@media(min-width:961px){
.ldytb_nav-fgz{
gap:1.75rem;
display:flex;
align-items:center;
}
}
.ldytb_nav_item-fgz{
transition:color .2s ease,border-color .2s ease;
border-bottom:2px solid transparent;
white-space:nowrap;
font-weight:600;
padding-bottom:3px;
font-size:14px;
color:#2A3244;
}
.ldytb_nav_item-fgz:hover{
color:#0F1623;
}
.ldytb_nav_item-fgz.ldystate_active-fgz{
border-color:#2E7FE8;
color:#0F1623;
}
.ldytb_right-fgz{
gap:0.875rem;
flex:0 0 auto;
align-items:center;
display:flex;
}
.ldytb_search-fgz{
transition:color .2s ease;
justify-content:center;
align-items:center;
display:flex;
color:#2A3244;
}
.ldytb_search-fgz:hover{
color:#2E7FE8;
}
.ldytb_search-fgz svg{
width:1.125rem;
height:18px;
}
.ldytb_lang-fgz{
font-weight:600;
text-transform:uppercase;
color:#5A6478;
font-size:0.688rem;
letter-spacing:.1em;
}
.ldytb_lang-fgz:hover{
color:#0F1623;
}
.ldytb_login-fgz{
font-weight:600;
color:#0F1623;
display:none;
font-size:0.875rem;
}
@media(min-width:771px){
.ldytb_login-fgz{
display:inline-block;
}
}
.ldytb_register-fgz{
border-radius:999px;
background:#111827;
padding:0.688rem 1.375rem;
transition:background-color .2s ease;
font-size:0.875rem;
white-space:nowrap;
font-weight:700;
color:#EDF1FA;
}
.ldytb_register-fgz:hover{
background:#1E2D45;
}
.ldymob-fgz{
background:#F2F4F7;
left:0;
position:fixed;
border-top:1px solid rgba(15,22,35,0.14);
z-index:60;
right:0;
bottom:0;
padding-bottom:env(safe-area-inset-bottom);
}
@media(min-width:962px){
.ldymob-fgz{
display:none;
}
}
.ldymob_in-fgz{
margin:0 auto;
max-width:560px;
justify-content:space-around;
display:flex;
align-items:stretch;
}
.ldymob_item-fgz{
gap:3px;
transition:color .2s ease;
flex:1 1 0;
padding:9px 4px;
min-width:0;
color:#5A6478;
align-items:center;
display:flex;
flex-direction:column;
}
.ldymob_item-fgz.ldystate_active-fgz{
color:#2E7FE8;
}
.ldymob_ic-fgz{
justify-content:center;
align-items:center;
display:flex;
}
.ldymob_ic-fgz svg{
width:20px;
height:20px;
}
.ldymob_lb-fgz{
overflow:hidden;
text-overflow:ellipsis;
max-width:100%;
font-weight:600;
white-space:nowrap;
font-size:0.625rem;
}
@media(max-width:956px){
body{
padding-bottom:3.75rem;
}
}
.ldyrail-fgz{
position:relative;
min-width:0;
}
.ldyrail_scroll-fgz{
gap:14px;
scrollbar-width:thin;
display:flex;
-webkit-overflow-scrolling:touch;
overflow-x:auto;
padding-bottom:0.875rem;
}
@media(min-width:769px){
.ldyrail_scroll-fgz{
gap:18px;
}
}
.ldygc-fgz{
flex:0 0 auto;
width:9.375rem;
display:block;
}
@media(min-width:768px){
.ldygc-fgz{
width:188px;
}
}
.ldygc_img-fgz{
background:#FFFFFF;
overflow:hidden;
border-radius:0.875rem;
box-shadow:0 2px 0.375rem rgba(15,22,35,0.07), 0 0.5rem 1.25rem rgba(15,22,35,0.06);
position:relative;
padding-bottom:133.33%;
}
.ldygc_img-fgz img{
inset:0;
width:100%;
position:absolute;
height:100%;
object-fit:cover;
}
.ldygc_cover-fgz{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
pointer-events:none;
position:absolute;
}
.ldygc_hover-fgz{
background:rgba(0,0,0,0.52);
inset:0;
transition:opacity .2s ease;
justify-content:center;
position:absolute;
align-items:center;
display:flex;
opacity:0;
}
.ldygc-fgz:hover .ldygc_hover-fgz{
opacity:1;
}
.ldygc_hover_btn-fgz{
background:#111827;
border-radius:62.438rem;
width:46px;
color:#EDF1FA;
height:2.875rem;
align-items:center;
justify-content:center;
display:flex;
}
.ldygc_hover_btn-fgz svg{
width:18px;
height:1.125rem;
}
.ldygc_info-fgz{
gap:2px;
min-width:0;
flex-direction:column;
display:flex;
margin-top:9px;
}
.ldygc_name-fgz{
overflow:hidden;
font-size:13px;
text-overflow:ellipsis;
white-space:nowrap;
color:#0F1623;
font-weight:700;
}
.ldygc_prov-fgz{
overflow:hidden;
font-size:0.688rem;
text-overflow:ellipsis;
color:#5A6478;
white-space:nowrap;
}
.ldygc_meta-fgz{
color:#5A6478;
font-size:11px;
}
.ldytc-fgz{
flex:0 0 auto;
display:block;
width:11.25rem;
}
@media(min-width:769px){
.ldytc-fgz{
width:14.375rem;
}
}
.ldytc_img-fgz{
border-radius:0.875rem;
background:#FFFFFF;
overflow:hidden;
position:relative;
padding-bottom:75%;
box-shadow:0 2px 6px rgba(15,22,35,0.07), 0 8px 1.25rem rgba(15,22,35,0.06);
}
.ldytc_img-fgz img{
inset:0;
object-fit:cover;
width:100%;
position:absolute;
height:100%;
}
.ldytc_info-fgz{
gap:2px;
display:flex;
margin-top:0.563rem;
min-width:0;
flex-direction:column;
}
.ldytc_name-fgz{
overflow:hidden;
white-space:nowrap;
color:#0F1623;
text-overflow:ellipsis;
font-size:14px;
font-weight:700;
}
.ldytc_rtp-fgz{
font-size:0.688rem;
color:#5A6478;
}
.ldylc-fgz{
flex:0 0 auto;
width:230px;
display:block;
}
@media(min-width:768px){
.ldylc-fgz{
width:16.75rem;
}
}
.ldylc_img-fgz{
background:#FFFFFF;
overflow:hidden;
border-radius:0.875rem;
box-shadow:0 2px 6px rgba(15,22,35,0.07), 0 0.5rem 20px rgba(15,22,35,0.06);
padding-bottom:62.5%;
position:relative;
}
.ldylc_img-fgz img{
inset:0;
width:100%;
object-fit:cover;
position:absolute;
height:100%;
}
.ldylc_live-fgz{
border-radius:999px;
background:rgba(0,0,0,0.52);
padding:4px 9px;
gap:0.438rem;
top:12px;
align-items:center;
display:flex;
position:absolute;
left:12px;
}
.ldylc_live_dot-fgz{
border-radius:50%;
background:#E03B3B;
animation:zm2-pulse 1.6s infinite;
width:8px;
height:8px;
}
.ldylc_seats-fgz{
color:#EDF1FA;
font-weight:600;
text-transform:uppercase;
letter-spacing:.08em;
font-size:0.625rem;
}
.ldylc_info-fgz{
gap:2px;
flex-direction:column;
margin-top:0.563rem;
display:flex;
min-width:0;
}
.ldylc_name-fgz{
overflow:hidden;
font-size:15px;
white-space:nowrap;
text-overflow:ellipsis;
font-weight:700;
color:#0F1623;
}
.ldylc_bet-fgz{
font-size:0.688rem;
color:#5A6478;
}
.ldypc-fgz{
border-radius:0.875rem;
padding:1rem 0.875rem;
background:#FFFFFF;
border:1px solid rgba(15,22,35,0.08);
gap:8px;
display:flex;
flex-direction:column;
min-width:0;
align-items:center;
justify-content:center;
min-height:4.625rem;
}
.ldypc_logo-fgz{
flex:0 0 auto;
object-fit:contain;
width:auto;
max-width:100%;
height:28px;
}
.ldypc_name-fgz{
overflow:hidden;
font-size:11px;
white-space:nowrap;
color:#5A6478;
text-align:center;
max-width:100%;
text-overflow:ellipsis;
}
.ldygc_tag-fgz{
border-radius:8px;
padding:3px 0.5rem;
text-transform:uppercase;
z-index:2;
position:absolute;
top:0.625rem;
font-size:10px;
font-weight:700;
display:inline-block;
left:0.625rem;
letter-spacing:.06em;
}
.ldygc_tag_hot-fgz{
background:#E03B3B;
color:#EDF1FA;
}
.ldygc_tag_new-fgz{
background:#5BA3FF;
color:#0F1623;
}
.ldygc_tag_jp-fgz{
background:#E8A020;
color:#0F1623;
}
.ldygc_tag_live-fgz{
background:#E03B3B;
color:#EDF1FA;
}
.ldysh-fgz{
min-width:0;
margin-bottom:18px;
}
.ldysh_row-fgz{
gap:16px;
align-items:flex-end;
flex-wrap:wrap;
justify-content:space-between;
display:flex;
}
.ldysh_row-fgz .ldysh_l-fgz{
gap:6px;
min-width:0;
flex-direction:column;
display:flex;
}
.ldysh_stack-fgz{
gap:0.625rem;
flex-direction:column;
display:flex;
align-items:flex-start;
}
.ldysh_center-fgz{
gap:0.625rem;
display:flex;
flex-direction:column;
align-items:center;
text-align:center;
}
.ldysh_h2-fgz{
font-size:1.5rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#0F1623;
line-height:1.1;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:770px){
.ldysh_h2-fgz{
font-size:30px;
}
}
.ldyband-fgz .ldysh_h2-fgz{
color:#EDF1FA;
}
.ldysh_eb_line-fgz{
gap:10px;
display:inline-flex;
align-items:center;
}
.ldysh_eb_line-fgz::before{
background:#2E7FE8;
width:28px;
content:"";
height:1px;
display:inline-block;
}
.ldyband-fgz .ldysh_eb_line-fgz::before{
background:#7DBFFF;
}
.ldysh_eb_dot-fgz{
gap:8px;
align-items:center;
display:inline-flex;
}
.ldysh_eb_dot-fgz::before{
background:#2E7FE8;
border-radius:50%;
width:0.375rem;
display:inline-block;
content:"";
height:6px;
}
.ldyband-fgz .ldysh_eb_dot-fgz::before{
background:#7DBFFF;
}
.ldysh_link-fgz{
gap:0.375rem;
transition:color .2s ease,border-color .2s ease,background-color .2s ease;
align-items:center;
border-bottom:1px solid #0F1623;
padding-bottom:2px;
white-space:nowrap;
font-size:0.813rem;
color:#0F1623;
font-weight:600;
display:inline-flex;
}
.ldysh_link-fgz:hover{
border-color:#2E7FE8;
color:#2E7FE8;
}
.ldysh_link-fgz svg{
width:0.875rem;
height:14px;
}
.ldysh_link_chev-fgz{
border-bottom:0;
padding-bottom:0;
}
.ldysh_link_btn-fgz{
background:#111827;
padding:9px 18px;
border-radius:62.438rem;
color:#EDF1FA;
border-bottom:0;
}
.ldysh_link_btn-fgz:hover{
border-color:transparent;
background:#1E2D45;
color:#EDF1FA;
}
.ldyband-fgz .ldysh_link-fgz{
border-color:#EDF1FA;
color:#EDF1FA;
}
.ldyband-fgz .ldysh_link_btn-fgz{
background:#7DBFFF;
color:#0F1623;
}
.ldysh_rule-fgz{
background:rgba(15,22,35,0.14);
margin:-2px 0 1.125rem;
height:1px;
}
.ldyband-fgz .ldysh_rule-fgz{
background:rgba(255,255,255,0.12);
}
.ldyhero-fgz{
padding:32px 0 0.5rem;
}
@media(min-width:766px){
.ldyhero-fgz{
padding:3.5rem 0 1.5rem;
}
}
.ldyhero_in-fgz{
grid-template-columns:1fr;
gap:32px;
align-items:center;
display:grid;
}
@media(min-width:898px){
.ldyhero_in-fgz{
gap:3rem;
grid-template-columns:1.05fr .95fr;
}
}
.ldyhero_copy-fgz{
min-width:0;
}
.ldyhero_eyebrow-fgz{
gap:0.625rem;
align-items:center;
display:inline-flex;
margin-bottom:1.375rem;
}
.ldyhero_eyebrow_line-fgz{
flex:0 0 auto;
background:#2E7FE8;
display:inline-block;
width:1.75rem;
height:1px;
}
.ldyhero_h1-fgz{
letter-spacing:-.01em;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:38px;
line-height:1.04;
margin-bottom:20px;
overflow-wrap:break-word;
font-weight:600;
color:#0F1623;
}
@media(min-width:766px){
.ldyhero_h1-fgz{
font-size:3.375rem;
}
}
@media(min-width:1099px){
.ldyhero_h1-fgz{
font-size:3.875rem;
}
}
.ldyhero_h1-fgz em{
font-style:normal;
color:#2E7FE8;
}
.ldyhero_sub-fgz{
color:#7A8699;
max-width:480px;
margin-bottom:30px;
line-height:1.6;
font-size:16px;
}
@media(min-width:770px){
.ldyhero_sub-fgz{
font-size:1.125rem;
}
}
.ldyhero_actions-fgz{
gap:0.875rem;
align-items:center;
margin-bottom:2.125rem;
flex-wrap:wrap;
display:flex;
}
.ldyhero_cta-fgz{
gap:0.625rem;
padding:1rem 30px;
border-radius:999px;
transition:background-color .2s ease;
background:#111827;
display:inline-flex;
align-items:center;
font-size:0.938rem;
color:#EDF1FA;
font-weight:700;
}
.ldyhero_cta-fgz:hover{
background:#1E2D45;
}
.ldyhero_cta_ic-fgz{
align-items:center;
display:inline-flex;
}
.ldyhero_cta_ic-fgz svg{
height:16px;
width:1rem;
}
.ldyhero_cta_alt-fgz{
background:transparent;
border-radius:999px;
padding:0.938rem 1.625rem;
transition:border-color .2s ease,color .2s ease;
border:1px solid rgba(15,22,35,0.14);
color:#0F1623;
display:inline-flex;
align-items:center;
font-weight:600;
font-size:15px;
}
.ldyhero_cta_alt-fgz:hover{
border-color:#2E7FE8;
color:#2E7FE8;
}
.ldyhero_trust-fgz{
gap:22px;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.ldyhero_trust_item-fgz{
gap:0.563rem;
align-items:center;
font-weight:600;
color:#2A3244;
display:flex;
font-size:0.813rem;
}
.ldyhero_trust_ic-fgz{
color:#2E7FE8;
align-items:center;
display:inline-flex;
}
.ldyhero_trust_ic-fgz svg{
height:1rem;
width:1rem;
}
.ldyhero_promo-fgz{
background:#FFFFFF;
overflow:hidden;
border-radius:20px;
position:relative;
box-shadow:0 12px 48px rgba(15,22,35,0.14), 0 3px 10px rgba(15,22,35,0.08);
display:flex;
min-height:18.75rem;
}
.ldyhero_promo_bg-fgz{
inset:0;
background-size:cover;
background-position:center;
position:absolute;
}
.ldyhero_promo_bg-fgz::after{
inset:0;
background:linear-gradient(120deg,#111827 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
content:"";
position:absolute;
}
.ldyhero_promo_glow-fgz{
background:radial-gradient(circle,rgba(79,140,255,0.18) 0%,transparent 65%);
border-radius:50%;
pointer-events:none;
top:-2.5rem;
position:absolute;
height:260px;
width:260px;
right:-1.25rem;
}
.ldyhero_promo_ct-fgz{
padding:28px;
z-index:2;
max-width:88%;
position:relative;
align-self:flex-end;
}
.ldyhero_promo_label-fgz{
letter-spacing:.25em;
display:block;
text-transform:uppercase;
margin-bottom:8px;
font-weight:700;
font-size:0.625rem;
color:#7DBFFF;
}
.ldyhero_promo_amount-fgz{
font-size:32px;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#EDF1FA;
line-height:1.05;
overflow-wrap:break-word;
}
@media(min-width:768px){
.ldyhero_promo_amount-fgz{
font-size:40px;
}
}
.ldyhero_promo_amount-fgz em{
color:#7DBFFF;
font-style:normal;
}
.ldyhero_rating-fgz{
gap:0.625rem;
background:#FFFFFF;
border:1px solid rgba(15,22,35,0.08);
border-radius:0.875rem;
padding:0.625rem 0.875rem;
box-shadow:0 2px 6px rgba(15,22,35,0.07), 0 0.5rem 1.25rem rgba(15,22,35,0.06);
right:0.875rem;
top:14px;
position:absolute;
align-items:center;
display:flex;
max-width:min(16.25rem,62%);
z-index:3;
}
.ldyhero_rating_score-fgz{
flex:0 0 auto;
color:#0F1623;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:24px;
font-weight:700;
}
.ldyhero_rating_txt-fgz{
flex:1 1 auto;
min-width:0;
}
.ldyhero_rating_stars-fgz{
gap:2px;
color:#2E7FE8;
display:flex;
}
.ldyhero_rating_stars-fgz svg{
height:12px;
width:0.75rem;
}
.ldyhero_rating_cap-fgz{
overflow-wrap:break-word;
display:block;
color:#5A6478;
line-height:1.35;
font-size:0.688rem;
margin-top:3px;
}
.ldystat-fgz{
border-bottom:1px solid rgba(15,22,35,0.14);
margin-top:1rem;
border-top:1px solid rgba(15,22,35,0.14);
}
.ldystat_in-fgz{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:770px){
.ldystat_in-fgz{
grid-template-columns:repeat(4,1fr);
}
}
.ldystat_item-fgz{
padding:1.375rem 14px;
min-width:0;
border-right:1px solid rgba(15,22,35,0.08);
border-bottom:1px solid rgba(15,22,35,0.08);
}
.ldystat_item-fgz:nth-child(2n){
border-right:0;
}
.ldystat_item-fgz:nth-child(n+3){
border-bottom:0;
}
@media(min-width:766px){
.ldystat_item-fgz{
border-bottom:0;
}
.ldystat_item-fgz:nth-child(2n){
border-right:1px solid rgba(15,22,35,0.08);
}
.ldystat_item-fgz:nth-child(4n){
border-right:0;
}
}
.ldystat_value-fgz{
font-size:1.875rem;
overflow-wrap:break-word;
line-height:1;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#0F1623;
font-weight:700;
}
@media(min-width:768px){
.ldystat_value-fgz{
font-size:34px;
}
}
.ldystat_label-fgz{
overflow-wrap:break-word;
line-height:1.4;
font-size:13px;
color:#5A6478;
margin-top:6px;
}
.ldygrow-fgz{
padding:26px 0 0.625rem;
}
.ldyrow_seo-fgz{
margin:0.625rem 0 0;
line-height:1.65;
color:#7A8699;
max-width:760px;
font-size:14px;
overflow-wrap:break-word;
}
.ldyrow_seo-fgz strong{
font-weight:700;
color:#0F1623;
}
.ldyjp-fgz{
padding:30px 0 10px;
}
.ldyjp_grid-fgz{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:766px){
.ldyjp_grid-fgz{
grid-template-columns:1fr 1fr;
}
.ldyjp_card_mega-fgz{
grid-column:1/-1;
}
}
@media(min-width:1001px){
.ldyjp_grid-fgz{
grid-template-columns:1.4fr 1fr 1fr;
}
.ldyjp_card_mega-fgz{
grid-column:auto;
}
}
.ldyjp_card-fgz{
gap:12px;
border-radius:20px;
border:1px solid rgba(15,22,35,0.08);
padding:26px;
overflow:hidden;
background:#FFFFFF;
position:relative;
justify-content:space-between;
display:flex;
flex-direction:column;
min-height:200px;
min-width:0;
}
.ldyjp_card_mega-fgz{
border-color:transparent;
background:linear-gradient(135deg,#152240,#080D16);
min-height:210px;
color:#EDF1FA;
}
.ldyjp_glow-fgz{
border-radius:50%;
background:radial-gradient(circle,rgba(79,140,255,0.18),transparent 70%);
top:-2.5rem;
height:12.5rem;
right:-2.5rem;
position:absolute;
pointer-events:none;
width:200px;
}
.ldyjp_label-fgz{
gap:0.625rem;
letter-spacing:.16em;
position:relative;
color:#2E7FE8;
align-items:center;
display:flex;
justify-content:space-between;
font-size:10px;
font-weight:700;
flex-wrap:wrap;
text-transform:uppercase;
}
.ldyjp_card_mega-fgz .ldyjp_label-fgz{
color:#7DBFFF;
}
.ldyjp_drop-fgz{
letter-spacing:.04em;
font-weight:600;
text-transform:none;
color:#5A6478;
}
.ldyjp_card_mega-fgz .ldyjp_drop-fgz{
color:#8FA3C8;
}
.ldyjp_amount-fgz{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:700;
line-height:1;
position:relative;
font-size:2.375rem;
color:#0F1623;
}
.ldyjp_card_mega-fgz .ldyjp_amount-fgz{
animation:zm2-pulse 2.4s infinite;
font-size:48px;
color:#7DBFFF;
}
@media(min-width:769px){
.ldyjp_card_mega-fgz .ldyjp_amount-fgz{
font-size:3.375rem;
}
}
.ldyjp_game-fgz{
color:#5A6478;
position:relative;
font-size:0.813rem;
}
.ldyjp_card_mega-fgz .ldyjp_game-fgz{
color:#8FA3C8;
}
.ldyjp_cta-fgz{
position:relative;
align-self:flex-start;
}
.ldyjp_card_mega-fgz .ldyjp_cta-fgz{
background:#7DBFFF;
padding:10px 1.25rem;
transition:opacity .2s ease;
border-radius:62.438rem;
font-size:0.813rem;
font-weight:700;
color:#0F1623;
}
.ldyjp_card_mega-fgz .ldyjp_cta-fgz:hover{
opacity:.9;
}
.ldyjp_card-fgz:not(.ldyjp_card_mega-fgz) .ldyjp_cta-fgz{
transition:color .2s ease,border-color .2s ease;
padding-bottom:2px;
font-size:0.813rem;
color:#0F1623;
font-weight:700;
border-bottom:1px solid #0F1623;
}
.ldyjp_card-fgz:not(.ldyjp_card_mega-fgz) .ldyjp_cta-fgz:hover{
border-color:#2E7FE8;
color:#2E7FE8;
}
.ldyjp_seo-fgz{
margin:14px 0 0;
color:#7A8699;
max-width:47.5rem;
line-height:1.65;
overflow-wrap:break-word;
font-size:14px;
}
.ldyjp_seo-fgz strong{
color:#0F1623;
font-weight:700;
}
.ldygrow-fgz{
padding:1.625rem 0 0.625rem;
}
.ldyrow_seo-fgz{
margin:10px 0 0;
max-width:760px;
color:#7A8699;
overflow-wrap:break-word;
font-size:0.875rem;
line-height:1.65;
}
.ldyrow_seo-fgz strong{
font-weight:700;
color:#0F1623;
}
.ldypr-fgz{
padding:30px 0 0.375rem;
}
.ldypr_card-fgz{
background:#FFFFFF;
gap:0.625rem;
overflow:hidden;
flex:0 0 auto;
padding:1.625rem;
border:1px solid rgba(15,22,35,0.08);
border-radius:1.25rem;
min-height:200px;
display:flex;
width:17.5rem;
position:relative;
flex-direction:column;
}
@media(min-width:771px){
.ldypr_card-fgz{
width:300px;
}
}
.ldypr_card_feat-fgz{
border-color:transparent;
background:linear-gradient(150deg,#152240,#080D16);
color:#EDF1FA;
}
.ldypr_glow-fgz{
background:radial-gradient(circle,rgba(79,140,255,0.18),transparent 70%);
border-radius:50%;
height:8.125rem;
top:-1.875rem;
right:-30px;
position:absolute;
pointer-events:none;
opacity:0;
width:8.125rem;
}
.ldypr_card_feat-fgz .ldypr_glow-fgz{
opacity:1;
}
.ldypr_label-fgz{
font-weight:700;
text-transform:uppercase;
letter-spacing:.16em;
font-size:10px;
color:#2E7FE8;
position:relative;
}
.ldypr_card_feat-fgz .ldypr_label-fgz{
color:#7DBFFF;
}
.ldypr_amount-fgz{
color:#0F1623;
overflow-wrap:break-word;
position:relative;
font-weight:600;
line-height:1.08;
font-size:1.625rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
.ldypr_card_feat-fgz .ldypr_amount-fgz{
color:#EDF1FA;
}
.ldypr_amount-fgz em{
font-style:normal;
color:#2E7FE8;
}
.ldypr_card_feat-fgz .ldypr_amount-fgz em{
color:#7DBFFF;
}
.ldypr_terms-fgz{
position:relative;
line-height:1.5;
font-size:0.813rem;
color:#5A6478;
}
.ldypr_card_feat-fgz .ldypr_terms-fgz{
color:#8FA3C8;
}
.ldypr_cta-fgz{
margin-top:auto;
align-self:flex-start;
position:relative;
}
.ldypr_card_feat-fgz .ldypr_cta-fgz{
padding:0.563rem 18px;
transition:opacity .2s ease;
border-radius:62.438rem;
background:#7DBFFF;
color:#0F1623;
font-size:13px;
font-weight:700;
}
.ldypr_card_feat-fgz .ldypr_cta-fgz:hover{
opacity:.9;
}
.ldypr_card-fgz:not(.ldypr_card_feat-fgz) .ldypr_cta-fgz{
transition:color .2s ease,border-color .2s ease;
padding-bottom:2px;
font-weight:700;
color:#0F1623;
font-size:13px;
border-bottom:1px solid #0F1623;
}
.ldypr_card-fgz:not(.ldypr_card_feat-fgz) .ldypr_cta-fgz:hover{
border-color:#2E7FE8;
color:#2E7FE8;
}
.ldyvip-fgz{
padding:48px 0;
}
@media(min-width:769px){
.ldyvip-fgz{
padding:64px 0;
}
}
.ldyvip_head-fgz{
gap:14px;
margin-bottom:30px;
display:flex;
flex-direction:column;
}
@media(min-width:879px){
.ldyvip_head-fgz{
gap:1.5rem;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.ldyvip_eyebrow-fgz{
margin-bottom:12px;
}
.ldyvip_h2-fgz{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:32px;
line-height:1.05;
color:#EDF1FA;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:769px){
.ldyvip_h2-fgz{
font-size:2.5rem;
}
}
.ldyvip_intro-fgz{
color:#8FA3C8;
max-width:420px;
line-height:1.6;
font-size:14px;
}
.ldyvip_grid-fgz{
gap:14px;
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
display:grid;
}
.ldyvip_card-fgz{
padding:22px 18px;
border-radius:14px;
border:1px solid rgba(255,255,255,0.12);
min-width:0;
}
.ldyvip_card_feat-fgz{
background:rgba(255,255,255,0.07);
border-color:#7DBFFF;
}
.ldyvip_card_ic-fgz{
background:linear-gradient(135deg,#2E7FE8,#6CB8FF);
border-radius:0.5rem;
margin-bottom:16px;
width:2.125rem;
display:block;
height:34px;
}
.ldyvip_name-fgz{
font-size:20px;
overflow-wrap:break-word;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:6px;
color:#EDF1FA;
}
.ldyvip_perk-fgz{
color:#8FA3C8;
font-size:12.5px;
overflow-wrap:break-word;
line-height:1.5;
}
.ldyapp-fgz{
padding:1.875rem 0 10px;
}
.ldyapp_in-fgz{
padding:2rem;
border-radius:1.25rem;
background:#FFFFFF;
border:1px solid rgba(15,22,35,0.08);
gap:1.75rem;
flex-direction:column;
display:flex;
}
@media(min-width:770px){
.ldyapp_in-fgz{
padding:2.5rem 2.75rem;
gap:40px;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.ldyapp_copy-fgz{
max-width:35rem;
min-width:0;
}
.ldyapp_eyebrow-fgz{
margin-bottom:0.75rem;
}
.ldyapp_h2-fgz{
margin-bottom:0.75rem;
font-size:28px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
line-height:1.05;
color:#0F1623;
overflow-wrap:break-word;
}
@media(min-width:769px){
.ldyapp_h2-fgz{
font-size:2.125rem;
}
}
.ldyapp_text-fgz{
line-height:1.6;
color:#7A8699;
margin-bottom:22px;
font-size:0.875rem;
}
.ldyapp_btns-fgz{
gap:12px;
display:flex;
flex-wrap:wrap;
}
.ldyapp_btn-fgz{
background:#111827;
padding:11px 20px;
transition:background-color .2s ease;
border-radius:14px;
gap:0.625rem;
color:#EDF1FA;
align-items:center;
display:inline-flex;
}
.ldyapp_btn-fgz:hover{
background:#1E2D45;
}
.ldyapp_btn_ic-fgz{
align-items:center;
display:inline-flex;
}
.ldyapp_btn_ic-fgz svg{
width:1.125rem;
height:1.125rem;
}
.ldyapp_btn_lb-fgz{
font-weight:700;
font-size:0.844rem;
}
.ldyapp_qr_wrap-fgz{
gap:18px;
flex:0 0 auto;
display:flex;
align-items:center;
}
.ldyapp_qr-fgz{
border-radius:0.875rem;
flex:0 0 auto;
height:6.75rem;
width:108px;
background-image:repeating-linear-gradient(0deg,#FFFFFF 0 5px,transparent 0.313rem 0.688rem),repeating-linear-gradient(90deg,#FFFFFF 0 0.313rem,transparent 5px 11px);
background-color:#111827;
}
.ldyapp_qr_cap-fgz{
color:#5A6478;
max-width:5.75rem;
font-size:12.5px;
line-height:1.4;
}
.ldytrn-fgz{
padding:1.875rem 0 10px;
}
.ldytrn_in-fgz{
border:1px solid rgba(15,22,35,0.08);
background:#FFFFFF;
overflow:hidden;
border-radius:20px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:881px){
.ldytrn_in-fgz{
grid-template-columns:1.05fr 1fr;
}
}
.ldytrn_banner-fgz{
overflow:hidden;
background:linear-gradient(150deg,#152240,#080D16);
padding:34px;
position:relative;
color:#EDF1FA;
}
.ldytrn_glow-fgz{
border-radius:50%;
background:radial-gradient(circle,rgba(79,140,255,0.18),transparent 70%);
right:-40px;
position:absolute;
height:200px;
pointer-events:none;
bottom:-40px;
width:200px;
}
.ldytrn_eyebrow-fgz{
position:relative;
margin-bottom:14px;
}
.ldytrn_h2-fgz{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:12px;
font-weight:600;
position:relative;
line-height:1.06;
font-size:1.875rem;
color:#EDF1FA;
overflow-wrap:break-word;
}
@media(min-width:768px){
.ldytrn_h2-fgz{
font-size:36px;
}
}
.ldytrn_text-fgz{
margin-bottom:22px;
color:#8FA3C8;
position:relative;
line-height:1.6;
max-width:420px;
font-size:0.875rem;
}
.ldytrn_timer-fgz{
gap:8px;
position:relative;
align-items:center;
margin-bottom:1.5rem;
flex-wrap:wrap;
display:flex;
}
.ldytrn_timer_cap-fgz{
color:#8FA3C8;
font-size:11px;
}
.ldytrn_timer_box-fgz{
padding:0.25rem 12px;
border-radius:0.5rem;
background:rgba(255,255,255,0.07);
font-size:1.5rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:700;
color:#EDF1FA;
}
.ldytrn_cta-fgz{
transition:opacity .2s ease;
background:#7DBFFF;
border-radius:62.438rem;
padding:13px 26px;
display:inline-block;
font-weight:700;
position:relative;
font-size:0.875rem;
color:#0F1623;
}
.ldytrn_cta-fgz:hover{
opacity:.9;
}
.ldytrn_lb-fgz{
padding:1.625rem 28px;
}
.ldytrn_lb_head-fgz{
gap:10px;
margin-bottom:0.75rem;
justify-content:space-between;
display:flex;
align-items:center;
}
.ldytrn_lb_title-fgz{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:20px;
color:#0F1623;
font-weight:600;
}
.ldytrn_lb_upd-fgz{
letter-spacing:.08em;
font-size:0.688rem;
text-transform:uppercase;
color:#5A6478;
}
.ldytrn_lb_row-fgz{
gap:0.875rem;
padding:11px 12px;
border-radius:0.5rem;
align-items:center;
display:flex;
}
.ldytrn_lb_row-fgz:nth-child(2){
background:rgba(46,127,232,0.10);
}
.ldytrn_lb_rank-fgz{
flex:0 0 auto;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#2E7FE8;
font-size:1rem;
width:1.375rem;
font-weight:700;
}
.ldytrn_lb_av-fgz{
background:linear-gradient(135deg,#2E7FE8,#6CB8FF);
border-radius:50%;
flex:0 0 auto;
height:30px;
width:1.875rem;
}
.ldytrn_lb_name-fgz{
flex:1 1 auto;
overflow:hidden;
color:#0F1623;
text-overflow:ellipsis;
white-space:nowrap;
font-size:0.875rem;
min-width:0;
font-weight:600;
}
.ldytrn_lb_amount-fgz{
flex:0 0 auto;
font-weight:700;
color:#0F1623;
font-size:13px;
}
.ldynl-fgz{
padding:1.5rem 0 10px;
}
.ldynl_in-fgz{
background:#0D1420;
border-radius:1.25rem;
gap:22px;
padding:30px 2rem;
display:flex;
color:#EDF1FA;
flex-direction:column;
}
@media(min-width:766px){
.ldynl_in-fgz{
gap:28px;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.ldynl_text_wrap-fgz{
min-width:0;
}
.ldynl_h3-fgz{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.1;
font-weight:600;
font-size:22px;
margin-bottom:5px;
overflow-wrap:break-word;
color:#EDF1FA;
}
@media(min-width:771px){
.ldynl_h3-fgz{
font-size:1.5rem;
}
}
.ldynl_text-fgz{
font-size:13.5px;
color:#8FA3C8;
line-height:1.5;
}
.ldynl_form-fgz{
flex:1 1 auto;
gap:10px;
display:flex;
min-width:0;
max-width:460px;
}
.ldynl_input-fgz{
border:1px solid rgba(255,255,255,0.12);
background:rgba(255,255,255,0.07);
padding:13px 1rem;
border-radius:14px;
flex:1 1 auto;
overflow:hidden;
white-space:nowrap;
min-width:0;
text-overflow:ellipsis;
font-size:0.875rem;
color:#8FA3C8;
align-items:center;
display:flex;
}
.ldynl_btn-fgz{
padding:13px 1.5rem;
transition:opacity .2s ease;
background:#7DBFFF;
flex:0 0 auto;
border-radius:0.875rem;
font-weight:700;
color:#0F1623;
font-size:14px;
white-space:nowrap;
}
.ldynl_btn-fgz:hover{
opacity:.9;
}
.ldyrv-fgz{
padding:48px 0;
background:#FFFFFF;
border-top:1px solid rgba(15,22,35,0.08);
border-bottom:1px solid rgba(15,22,35,0.08);
margin-top:1.5rem;
}
@media(min-width:770px){
.ldyrv-fgz{
padding:3.5rem 0;
}
}
.ldyrv_head-fgz{
gap:1rem;
flex-direction:column;
margin-bottom:30px;
display:flex;
}
@media(min-width:769px){
.ldyrv_head-fgz{
gap:20px;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.ldyrv_eyebrow-fgz{
margin-bottom:10px;
}
.ldyrv_h2-fgz{
font-weight:600;
color:#0F1623;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
line-height:1.05;
font-size:1.875rem;
}
@media(min-width:769px){
.ldyrv_h2-fgz{
font-size:2.375rem;
}
}
.ldyrv_agg-fgz{
gap:0.75rem;
align-items:center;
display:flex;
}
.ldyrv_agg_stars-fgz{
gap:3px;
color:#2E7FE8;
display:flex;
}
.ldyrv_agg_stars-fgz svg{
width:18px;
height:1.125rem;
}
.ldyrv_source-fgz{
font-size:13px;
color:#7A8699;
}
.ldyrv_grid-fgz{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:762px){
.ldyrv_grid-fgz{
grid-template-columns:repeat(3,1fr);
}
}
.ldyrv_card-fgz{
border-radius:14px;
background:#F2F4F7;
border:1px solid rgba(15,22,35,0.08);
padding:26px;
min-width:0;
}
.ldyrv_card_stars-fgz{
gap:2px;
display:flex;
color:#2E7FE8;
margin-bottom:12px;
}
.ldyrv_card_stars-fgz svg{
height:0.875rem;
width:0.875rem;
}
.ldyrv_card_body-fgz{
font-size:18px;
margin-bottom:16px;
color:#0F1623;
line-height:1.45;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:500;
}
.ldyrv_card_meta-fgz{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.ldyrv_card_av-fgz{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#2E7FE8,#6CB8FF);
width:2rem;
height:2rem;
}
.ldyrv_card_author-fgz{
font-size:13px;
font-weight:700;
color:#0F1623;
}
.ldyrv_card_loc-fgz{
color:#5A6478;
font-size:0.75rem;
}
.ldyts-fgz{
padding:2.75rem 0;
}
.ldyts_in-fgz{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:center;
}
@media(min-width:878px){
.ldyts_in-fgz{
gap:3rem;
grid-template-columns:1.4fr 1fr;
}
}
.ldyts_left-fgz{
min-width:0;
}
.ldyts_h2-fgz{
font-size:26px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.1;
color:#EDF1FA;
margin-bottom:0.75rem;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:765px){
.ldyts_h2-fgz{
font-size:1.75rem;
}
}
.ldyts_text-fgz{
margin-bottom:1.375rem;
color:#8FA3C8;
font-size:14.5px;
max-width:520px;
line-height:1.6;
}
.ldyts_badges-fgz{
gap:18px;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.ldyts_badge-fgz{
font-size:13px;
font-weight:600;
color:#8FA3C8;
}
.ldyts_pay-fgz{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
@media(min-width:881px){
.ldyts_pay-fgz{
justify-content:flex-end;
}
}
.ldyts_pay_chip-fgz{
background:rgba(255,255,255,0.07);
border:1px solid rgba(255,255,255,0.12);
padding:12px 16px;
border-radius:14px;
font-weight:700;
color:#EDF1FA;
font-size:0.875rem;
}
.ldydr-fgz{
padding:2.25rem 0 10px;
}
.ldydr_in-fgz{
padding:28px 32px;
gap:20px;
border:1px dashed rgba(15,22,35,0.14);
border-radius:0.875rem;
display:flex;
flex-direction:column;
}
@media(min-width:766px){
.ldydr_in-fgz{
gap:32px;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.ldydr_h2-fgz{
margin-bottom:0.5rem;
font-size:1.5rem;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.1;
overflow-wrap:break-word;
color:#0F1623;
}
@media(min-width:771px){
.ldydr_h2-fgz{
font-size:26px;
}
}
.ldydr_text-fgz{
color:#7A8699;
max-width:42.5rem;
line-height:1.6;
overflow-wrap:break-word;
font-size:0.875rem;
}
.ldydr_text-fgz b{
font-weight:700;
color:#0F1623;
}
.ldydr_cta-fgz{
transition:color .2s ease;
flex:0 0 auto;
color:#0F1623;
white-space:nowrap;
border-bottom:1px solid #2E7FE8;
font-size:13.5px;
padding-bottom:2px;
font-weight:700;
}
.ldydr_cta-fgz:hover{
color:#2E7FE8;
}
.ldyprov-fgz{
padding:40px 0 20px;
}
.ldyprov_eyebrow-fgz{
display:block;
margin-bottom:1.125rem;
}
.ldyprov_grid-fgz{
grid-template-columns:repeat(2,1fr);
gap:12px;
display:grid;
}
@media(min-width:562px){
.ldyprov_grid-fgz{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:901px){
.ldyprov_grid-fgz{
grid-template-columns:repeat(6,1fr);
}
}
.ldyrc-fgz{
padding:3rem 0 0.625rem;
}
.ldyrc_in-fgz{
gap:2rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:757px){
.ldyrc_in-fgz{
grid-template-columns:repeat(3,1fr);
gap:2.5rem;
}
}
.ldyrc_col-fgz{
min-width:0;
}
.ldyrc_label-fgz{
font-weight:600;
text-transform:uppercase;
font-size:0.688rem;
color:#2E7FE8;
margin-bottom:16px;
letter-spacing:.2em;
}
.ldyrc_awards-fgz{
gap:12px;
display:flex;
flex-direction:column;
}
.ldyrc_award-fgz{
gap:12px;
display:flex;
min-width:0;
align-items:center;
}
.ldyrc_award_ic-fgz{
flex:0 0 auto;
align-items:center;
display:inline-flex;
color:#5BA3FF;
}
.ldyrc_award_ic-fgz svg{
height:18px;
width:18px;
}
.ldyrc_award_t-fgz{
overflow-wrap:break-word;
font-weight:700;
font-size:14px;
color:#0F1623;
}
.ldyrc_award_s-fgz{
overflow-wrap:break-word;
font-size:12px;
color:#5A6478;
}
.ldyrc_press-fgz{
gap:0.625rem;
grid-template-columns:1fr 1fr;
display:grid;
}
.ldyrc_press_logo-fgz{
border:1px solid rgba(15,22,35,0.08);
border-radius:0.5rem;
overflow:hidden;
padding:0 0.5rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
height:3.25rem;
text-overflow:ellipsis;
text-align:center;
color:#7A8699;
font-weight:700;
white-space:nowrap;
display:flex;
align-items:center;
font-size:14px;
justify-content:center;
}
.ldyrc_partner-fgz{
background:#FFFFFF;
padding:1.375rem;
border:1px solid rgba(15,22,35,0.08);
border-radius:14px;
}
.ldyrc_partner_name-fgz{
font-size:20px;
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
margin-bottom:0.375rem;
color:#0F1623;
}
.ldyrc_partner_text-fgz{
line-height:1.55;
color:#7A8699;
font-size:0.813rem;
overflow-wrap:break-word;
}
.ldytt-fgz{
padding:48px 0 10px;
}
@media(min-width:771px){
.ldytt-fgz{
padding:3.75rem 0 0.625rem;
}
}
.ldytt_head-fgz{
text-align:center;
margin-bottom:34px;
}
.ldytt_eyebrow-fgz{
margin-bottom:12px;
}
.ldytt_h2-fgz{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
font-size:32px;
color:#0F1623;
line-height:1.05;
}
@media(min-width:765px){
.ldytt_h2-fgz{
font-size:42px;
}
}
.ldytt_grid-fgz{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:757px){
.ldytt_grid-fgz{
grid-template-columns:repeat(3,1fr);
}
}
.ldytt_card-fgz{
padding:30px;
border-radius:0.875rem;
border:1px solid rgba(15,22,35,0.08);
background:#FFFFFF;
display:flex;
flex-direction:column;
min-width:0;
}
.ldytt_card_ic-fgz{
display:inline-flex;
align-items:center;
color:#2E7FE8;
margin-bottom:18px;
}
.ldytt_card_ic-fgz svg{
height:28px;
width:28px;
}
.ldytt_card_h-fgz{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.375rem;
line-height:1.15;
color:#0F1623;
font-weight:600;
margin-bottom:8px;
overflow-wrap:break-word;
}
.ldytt_card_p-fgz{
overflow-wrap:break-word;
font-size:0.875rem;
color:#7A8699;
line-height:1.6;
margin-bottom:14px;
}
.ldytt_card_p-fgz b{
font-weight:700;
color:#0F1623;
}
.ldytt_card_link-fgz{
transition:color .2s ease;
font-weight:700;
font-size:13px;
border-bottom:1px solid #2E7FE8;
margin-top:auto;
padding-bottom:2px;
align-self:flex-start;
color:#0F1623;
}
.ldytt_card_link-fgz:hover{
color:#2E7FE8;
}
.ldyop-fgz{
padding:36px 0 10px;
}
.ldyop_in-fgz{
padding:2rem;
grid-template-columns:1fr;
border-radius:14px;
border:1px solid rgba(15,22,35,0.08);
gap:32px;
background:#FFFFFF;
align-items:center;
display:grid;
}
@media(min-width:857px){
.ldyop_in-fgz{
padding:2.125rem 2.5rem;
gap:44px;
grid-template-columns:.9fr 1.1fr;
}
}
.ldyop_left-fgz{
min-width:0;
}
.ldyop_eyebrow-fgz{
margin-bottom:12px;
}
.ldyop_h2-fgz{
font-size:1.75rem;
font-weight:600;
overflow-wrap:break-word;
color:#0F1623;
margin-bottom:10px;
line-height:1.08;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:769px){
.ldyop_h2-fgz{
font-size:30px;
}
}
.ldyop_text-fgz{
font-size:0.875rem;
line-height:1.6;
color:#7A8699;
}
.ldyop_grid-fgz{
border:1px solid rgba(15,22,35,0.14);
grid-template-columns:1fr 1fr;
background:rgba(15,22,35,0.14);
gap:1px;
overflow:hidden;
border-radius:8px;
display:grid;
}
.ldyop_field-fgz{
padding:1.125rem 20px;
background:#F2F4F7;
min-width:0;
}
.ldyop_field_lb-fgz{
margin-bottom:5px;
font-size:0.625rem;
font-weight:600;
text-transform:uppercase;
letter-spacing:.1em;
color:#2E7FE8;
}
.ldyop_field_val-fgz{
font-size:0.875rem;
font-weight:700;
overflow-wrap:break-word;
color:#0F1623;
}
.ldyhts-fgz{
padding:3rem 0;
}
@media(min-width:769px){
.ldyhts-fgz{
padding:62px 0;
}
}
.ldyhts_head-fgz{
gap:18px;
margin-bottom:34px;
flex-direction:column;
display:flex;
}
@media(min-width:770px){
.ldyhts_head-fgz{
gap:24px;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.ldyhts_eyebrow-fgz{
margin-bottom:12px;
}
.ldyhts_h2-fgz{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#EDF1FA;
line-height:1.05;
overflow-wrap:break-word;
font-weight:600;
font-size:1.875rem;
}
@media(min-width:767px){
.ldyhts_h2-fgz{
font-size:38px;
}
}
.ldyhts_cta-fgz{
padding:0.938rem 1.875rem;
flex:0 0 auto;
background:#7DBFFF;
border-radius:999px;
transition:opacity .2s ease;
font-weight:700;
font-size:15px;
color:#0F1623;
}
.ldyhts_cta-fgz:hover{
opacity:.9;
}
.ldyhts_grid-fgz{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:759px){
.ldyhts_grid-fgz{
grid-template-columns:repeat(3,1fr);
}
}
.ldyhts_step-fgz{
min-width:0;
padding-top:22px;
border-top:1px solid rgba(255,255,255,0.12);
}
.ldyhts_step_num-fgz{
font-weight:700;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#7DBFFF;
font-size:2.75rem;
line-height:1;
margin-bottom:14px;
}
.ldyhts_step_h-fgz{
line-height:1.2;
font-size:19px;
overflow-wrap:break-word;
margin-bottom:0.5rem;
color:#EDF1FA;
font-weight:700;
}
.ldyhts_step_p-fgz{
overflow-wrap:break-word;
line-height:1.55;
font-size:0.875rem;
color:#8FA3C8;
}
.ldypmt-fgz{
padding:3rem 0 0.625rem;
}
.ldypmt_in-fgz{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:start;
}
@media(min-width:882px){
.ldypmt_in-fgz{
grid-template-columns:1fr 1.1fr;
gap:48px;
}
}
.ldypmt_left-fgz{
min-width:0;
}
.ldypmt_eyebrow-fgz{
margin-bottom:0.75rem;
}
.ldypmt_h2-fgz{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
overflow-wrap:break-word;
margin-bottom:0.75rem;
color:#0F1623;
font-size:1.875rem;
line-height:1.06;
}
@media(min-width:769px){
.ldypmt_h2-fgz{
font-size:32px;
}
}
.ldypmt_text-fgz{
font-size:14.5px;
line-height:1.6;
margin-bottom:22px;
color:#7A8699;
}
.ldypmt_logos-fgz{
grid-template-columns:repeat(2,1fr);
gap:10px;
display:grid;
}
@media(min-width:478px){
.ldypmt_logos-fgz{
grid-template-columns:repeat(4,1fr);
}
}
.ldypmt_logo-fgz{
border:1px solid rgba(15,22,35,0.08);
overflow:hidden;
border-radius:0.5rem;
padding:0 0.5rem;
background:#FFFFFF;
font-weight:700;
display:flex;
color:#2A3244;
text-align:center;
white-space:nowrap;
text-overflow:ellipsis;
align-items:center;
height:50px;
justify-content:center;
font-size:0.781rem;
}
.ldypmt_table-fgz{
overflow:hidden;
border:1px solid rgba(15,22,35,0.08);
border-radius:14px;
min-width:0;
}
.ldypmt_thead-fgz{
background:#1A1F2E;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
}
.ldypmt_th-fgz{
padding:0.813rem 14px;
overflow:hidden;
color:#EDF1FA;
font-weight:700;
letter-spacing:.08em;
white-space:nowrap;
font-size:10px;
text-overflow:ellipsis;
text-transform:uppercase;
}
.ldypmt_row-fgz{
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(15,22,35,0.08);
}
.ldypmt_row-fgz:nth-child(odd){
background:#FFFFFF;
}
.ldypmt_td-fgz{
padding:0.875rem;
color:#7A8699;
overflow-wrap:break-word;
font-size:0.844rem;
min-width:0;
}
.ldypmt_row-fgz .ldypmt_td-fgz:first-child{
color:#0F1623;
font-weight:700;
}
.ldypmt_row-fgz .ldypmt_td-fgz:last-child{
color:#1E9E6B;
font-weight:700;
}
.ldywy-fgz{
padding:3rem 0;
}
@media(min-width:769px){
.ldywy-fgz{
padding:56px 0;
}
}
.ldywy_in-fgz{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:start;
}
@media(min-width:897px){
.ldywy_in-fgz{
gap:3rem;
grid-template-columns:.8fr 1.2fr;
}
}
.ldywy_left-fgz{
min-width:0;
}
.ldywy_eyebrow-fgz{
margin-bottom:14px;
}
.ldywy_h2-fgz{
font-size:2rem;
color:#0F1623;
font-weight:600;
margin-bottom:1rem;
line-height:1.05;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
}
@media(min-width:769px){
.ldywy_h2-fgz{
font-size:2.5rem;
}
}
.ldywy_intro-fgz{
color:#7A8699;
font-size:0.938rem;
line-height:1.6;
}
.ldywy_grid-fgz{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:562px){
.ldywy_grid-fgz{
grid-template-columns:1fr 1fr;
}
}
.ldywy_card-fgz{
padding:1.625rem;
border:1px solid rgba(15,22,35,0.08);
background:#FFFFFF;
border-radius:14px;
min-width:0;
}
.ldywy_card_ic-fgz{
margin-bottom:16px;
justify-content:center;
color:#2E7FE8;
align-items:center;
display:inline-flex;
}
.ldywy_card_ic-fgz svg{
height:1.625rem;
width:1.625rem;
}
.ldywy_card_h-fgz{
overflow-wrap:break-word;
line-height:1.15;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:8px;
color:#0F1623;
font-size:1.313rem;
}
.ldywy_card_p-fgz{
color:#7A8699;
font-size:0.875rem;
line-height:1.55;
overflow-wrap:break-word;
}
.ldysg-fgz{
padding:3rem 0 0.625rem;
}
.ldysg_eyebrow-fgz{
display:block;
margin-bottom:0.75rem;
}
.ldysg_h2-fgz{
margin-bottom:1.75rem;
color:#0F1623;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
overflow-wrap:break-word;
font-size:30px;
font-weight:600;
}
@media(min-width:769px){
.ldysg_h2-fgz{
font-size:2.25rem;
}
}
.ldysg_grid-fgz{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:717px){
.ldysg_grid-fgz{
grid-template-columns:repeat(3,1fr);
}
}
.ldysg_col-fgz{
min-width:0;
}
.ldysg_col_h-fgz{
overflow-wrap:break-word;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.375rem;
font-weight:600;
margin-bottom:0.625rem;
color:#0F1623;
line-height:1.15;
}
.ldysg_col_p-fgz{
line-height:1.65;
overflow-wrap:break-word;
font-size:0.875rem;
color:#7A8699;
}
.ldyfaq-fgz{
padding:48px 0;
background:#FFFFFF;
margin-top:1.5rem;
border-top:1px solid rgba(15,22,35,0.08);
border-bottom:1px solid rgba(15,22,35,0.08);
}
@media(min-width:770px){
.ldyfaq-fgz{
padding:62px 0;
}
}
.ldyfaq_head-fgz{
text-align:center;
margin-bottom:2.125rem;
}
.ldyfaq_eyebrow-fgz{
margin-bottom:0.75rem;
}
.ldyfaq_h2-fgz{
line-height:1.05;
overflow-wrap:break-word;
color:#0F1623;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:2rem;
font-weight:600;
}
@media(min-width:769px){
.ldyfaq_h2-fgz{
font-size:2.375rem;
}
}
.ldyfaq_list-fgz{
gap:0.75rem;
margin:0 auto;
flex-direction:column;
display:flex;
max-width:820px;
}
.ldyfaq_item-fgz{
overflow:hidden;
background:#F2F4F7;
border-radius:0.875rem;
border:1px solid rgba(15,22,35,0.08);
}
.ldyfaq_q-fgz{
gap:20px;
list-style:none;
padding:20px 24px;
font-weight:700;
font-size:16px;
overflow-wrap:break-word;
justify-content:space-between;
cursor:pointer;
align-items:center;
display:flex;
color:#0F1623;
}
.ldyfaq_q-fgz::-webkit-details-marker{
display:none;
}
.ldyfaq_q_ic-fgz{
transition:transform .2s ease;
flex:0 0 auto;
display:inline-flex;
color:#2E7FE8;
align-items:center;
}
.ldyfaq_q_ic-fgz svg{
width:1.125rem;
height:1.125rem;
}
.ldyfaq_item-fgz[open] .ldyfaq_q_ic-fgz{
transform:rotate(180deg);
}
.ldyfaq_a-fgz{
padding:0 1.5rem 1.25rem;
font-size:0.906rem;
overflow-wrap:break-word;
line-height:1.6;
color:#7A8699;
}
.ldygd-fgz{
padding:48px 0 0.625rem;
}
.ldygd_head-fgz{
gap:14px;
flex-direction:column;
display:flex;
margin-bottom:24px;
}
@media(min-width:679px){
.ldygd_head-fgz{
gap:20px;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.ldygd_eyebrow-fgz{
margin-bottom:0.625rem;
}
.ldygd_h2-fgz{
font-size:1.75rem;
line-height:1.05;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#0F1623;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:767px){
.ldygd_h2-fgz{
font-size:2.125rem;
}
}
.ldygd_more-fgz{
transition:color .2s ease,border-color .2s ease;
flex:0 0 auto;
font-weight:600;
border-bottom:1px solid #0F1623;
color:#0F1623;
padding-bottom:2px;
font-size:0.844rem;
}
.ldygd_more-fgz:hover{
border-color:#2E7FE8;
color:#2E7FE8;
}
.ldygd_grid-fgz{
gap:1.25rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:723px){
.ldygd_grid-fgz{
grid-template-columns:repeat(3,1fr);
}
}
.ldygd_card-fgz{
background:#FFFFFF;
border-radius:14px;
border:1px solid rgba(15,22,35,0.08);
overflow:hidden;
display:block;
min-width:0;
}
.ldygd_card_img-fgz{
background:linear-gradient(140deg,#152240,#2E7FE8);
height:9.375rem;
}
.ldygd_card_body-fgz{
padding:1.375rem;
}
.ldygd_card_cat-fgz{
font-size:0.625rem;
letter-spacing:.1em;
font-weight:600;
color:#2E7FE8;
text-transform:uppercase;
}
.ldygd_card_h-fgz{
margin:0.5rem 0 0.625rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:1.188rem;
color:#0F1623;
line-height:1.2;
font-weight:600;
overflow-wrap:break-word;
}
.ldygd_card_meta-fgz{
color:#5A6478;
overflow-wrap:break-word;
font-size:12px;
}
.ldyel-fgz{
padding:48px 0;
}
@media(min-width:769px){
.ldyel-fgz{
padding:3.5rem 0;
}
}
.ldyel_in-fgz{
gap:2.5rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:901px){
.ldyel_in-fgz{
gap:56px;
grid-template-columns:1fr 1fr;
}
}
.ldyel_left-fgz{
min-width:0;
}
.ldyel_eyebrow-fgz{
margin-bottom:0.875rem;
}
.ldyel_h2-fgz{
line-height:1.08;
overflow-wrap:break-word;
font-weight:600;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-size:2rem;
color:#0F1623;
margin-bottom:1.375rem;
}
@media(min-width:770px){
.ldyel_h2-fgz{
font-size:38px;
}
}
.ldyel_body-fgz p{
color:#2A3244;
line-height:1.7;
overflow-wrap:break-word;
margin-bottom:18px;
font-size:1rem;
}
.ldyel_dropcap-fgz{
padding:6px 12px 0 0;
font-size:3.875rem;
font-weight:700;
float:left;
line-height:.8;
color:#2E7FE8;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
.ldyel_right-fgz{
min-width:0;
}
.ldyel_quote-fgz{
border-radius:20px;
background:linear-gradient(150deg,#152240,#080D16);
padding:36px;
color:#EDF1FA;
position:relative;
margin-bottom:24px;
}
.ldyel_quote_mark-fgz{
align-items:center;
display:inline-flex;
margin-bottom:0.375rem;
color:#7DBFFF;
}
.ldyel_quote_mark-fgz svg{
width:34px;
height:2.125rem;
}
.ldyel_quote_text-fgz{
line-height:1.4;
font-size:22px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
margin-bottom:22px;
color:#EDF1FA;
font-weight:500;
overflow-wrap:break-word;
}
.ldyel_quote_meta-fgz{
gap:12px;
align-items:center;
display:flex;
}
.ldyel_quote_av-fgz{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#2E7FE8,#6CB8FF);
height:38px;
width:38px;
}
.ldyel_quote_author-fgz{
color:#EDF1FA;
font-weight:700;
font-size:14px;
}
.ldyel_quote_meta_sub-fgz{
color:#8FA3C8;
font-size:0.75rem;
}
.ldyel_explain-fgz{
border-radius:14px;
border:1px solid rgba(15,22,35,0.08);
overflow:hidden;
}
.ldyel_explain_card-fgz{
padding:22px 1.5rem;
}
.ldyel_explain_card-fgz+.ldyel_explain_card-fgz{
border-top:1px solid rgba(15,22,35,0.08);
}
.ldyel_explain_h-fgz{
font-weight:600;
margin-bottom:8px;
overflow-wrap:break-word;
line-height:1.15;
font-size:20px;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#0F1623;
}
.ldyel_explain_p-fgz{
color:#7A8699;
font-size:14px;
overflow-wrap:break-word;
line-height:1.55;
}
.ldysb-fgz{
padding:48px 0;
background:#FFFFFF;
border-bottom:1px solid rgba(15,22,35,0.08);
margin-top:1.5rem;
border-top:1px solid rgba(15,22,35,0.08);
}
@media(min-width:769px){
.ldysb-fgz{
padding:3.5rem 0;
}
}
.ldysb_eyebrow-fgz{
margin-bottom:0.75rem;
display:block;
}
.ldysb_h2-fgz{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#0F1623;
line-height:1.05;
margin-bottom:1.625rem;
font-size:30px;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:765px){
.ldysb_h2-fgz{
font-size:2.25rem;
}
}
.ldysb_grid-fgz{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:563px){
.ldysb_grid-fgz{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:959px){
.ldysb_grid-fgz{
grid-template-columns:repeat(4,1fr);
}
}
.ldysb_card-fgz{
background:#F2F4F7;
padding:24px;
border:1px solid rgba(15,22,35,0.08);
border-radius:0.875rem;
min-width:0;
}
.ldysb_card_h-fgz{
margin-bottom:0.5rem;
font-size:19px;
line-height:1.15;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:600;
color:#0F1623;
overflow-wrap:break-word;
}
.ldysb_card_p-fgz{
color:#7A8699;
font-size:0.844rem;
overflow-wrap:break-word;
line-height:1.6;
}
.ldysb_rtp-fgz{
background:#F2F4F7;
border-radius:0.875rem;
padding:1.625rem 28px;
grid-template-columns:1fr;
border:1px solid rgba(15,22,35,0.08);
gap:1.5rem;
align-items:center;
margin-top:1.125rem;
display:grid;
}
@media(min-width:758px){
.ldysb_rtp-fgz{
gap:2.5rem;
grid-template-columns:1fr 1fr;
}
}
.ldysb_rtp_h-fgz{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
color:#0F1623;
line-height:1.15;
font-size:20px;
font-weight:600;
overflow-wrap:break-word;
margin-bottom:0.5rem;
}
.ldysb_rtp_p-fgz{
color:#7A8699;
line-height:1.6;
overflow-wrap:break-word;
font-size:13.5px;
}
.ldysb_rtp_stats-fgz{
gap:16px;
display:flex;
}
.ldysb_stat-fgz{
border-radius:8px;
flex:1 1 0;
padding:18px;
background:#FFFFFF;
min-width:0;
text-align:center;
}
.ldysb_stat_v-fgz{
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
font-weight:700;
font-size:26px;
overflow-wrap:break-word;
color:#1E9E6B;
}
.ldysb_stat_l-fgz{
color:#5A6478;
margin-top:0.25rem;
font-size:0.719rem;
}
.ldysc-fgz{
padding:3rem 0 10px;
}
.ldysc_head-fgz{
text-align:center;
margin-bottom:1.75rem;
}
.ldysc_eyebrow-fgz{
margin-bottom:12px;
}
.ldysc_h2-fgz{
line-height:1.05;
color:#0F1623;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
font-size:1.875rem;
}
@media(min-width:765px){
.ldysc_h2-fgz{
font-size:2.25rem;
}
}
.ldysc_table-fgz{
margin:0 auto;
border:1px solid rgba(15,22,35,0.08);
overflow:hidden;
border-radius:14px;
max-width:56.25rem;
}
.ldysc_thead-fgz{
grid-template-columns:1.6fr 1fr 1fr;
background:#1A1F2E;
display:grid;
}
.ldysc_th-fgz{
padding:15px 18px;
overflow-wrap:break-word;
font-size:0.813rem;
font-weight:700;
color:#8FA3C8;
text-align:center;
}
.ldysc_th-fgz:first-child{
text-align:left;
}
.ldysc_th_us-fgz{
color:#7DBFFF;
}
.ldysc_row-fgz{
grid-template-columns:1.6fr 1fr 1fr;
border-top:1px solid rgba(15,22,35,0.08);
display:grid;
}
.ldysc_row-fgz:nth-child(even){
background:#FFFFFF;
}
.ldysc_td-fgz{
padding:0.938rem 1.125rem;
font-size:0.875rem;
text-align:center;
overflow-wrap:break-word;
min-width:0;
color:#5A6478;
}
.ldysc_td-fgz:first-child{
color:#2A3244;
text-align:left;
font-weight:600;
}
.ldysc_td_us-fgz{
font-weight:700;
color:#1E9E6B;
}
.ldylh-fgz{
padding:40px 0 1.25rem;
}
.ldylh_in-fgz{
border-top:1px solid rgba(15,22,35,0.14);
padding-top:34px;
}
.ldylh_eyebrow-fgz{
margin-bottom:1.375rem;
display:block;
}
.ldylh_grid-fgz{
gap:1.75rem;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:598px){
.ldylh_grid-fgz{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:963px){
.ldylh_grid-fgz{
grid-template-columns:repeat(5,1fr);
}
}
.ldylh_col-fgz{
min-width:0;
}
.ldylh_col_h-fgz{
color:#0F1623;
margin-bottom:0.75rem;
overflow-wrap:break-word;
font-size:13px;
font-weight:700;
}
.ldylh_links-fgz{
gap:8px;
flex-direction:column;
display:flex;
}
.ldylh_link-fgz{
transition:color .2s ease;
font-size:0.813rem;
color:#7A8699;
overflow-wrap:break-word;
}
.ldylh_link-fgz:hover{
color:#2E7FE8;
}
.ldyft-fgz{
background:#1A1F2E;
margin-top:40px;
color:#8FA3C8;
}
.ldyft_in-fgz{
gap:2rem;
grid-template-columns:1fr;
padding:48px 0 28px;
display:grid;
}
@media(min-width:597px){
.ldyft_in-fgz{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:897px){
.ldyft_in-fgz{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.ldyft_brand-fgz{
min-width:0;
}
.ldyft_logo-fgz{
overflow-wrap:break-word;
color:#EDF1FA;
font-weight:700;
font-size:1.625rem;
font-family:"EB Garamond", 'Iowan Old Style', Georgia, serif;
}
.ldyft_tagline-fgz{
margin-top:0.875rem;
color:#8FA3C8;
line-height:1.6;
font-size:0.844rem;
max-width:280px;
}
.ldyft_contact-fgz{
transition:color .2s ease;
display:inline-block;
color:#7DBFFF;
font-size:0.813rem;
max-width:17.5rem;
margin-top:12px;
overflow-wrap:anywhere;
}
.ldyft_contact-fgz:hover{
color:#EDF1FA;
}
.ldyft_col-fgz{
min-width:0;
}
.ldyft_col_h-fgz{
font-weight:700;
font-size:13px;
text-transform:uppercase;
color:#EDF1FA;
overflow-wrap:break-word;
letter-spacing:.08em;
margin-bottom:14px;
}
.ldyft_col_links-fgz{
gap:10px;
flex-direction:column;
display:flex;
}
.ldyft_link-fgz{
transition:color .2s ease;
overflow-wrap:break-word;
font-size:0.844rem;
color:#8FA3C8;
}
.ldyft_link-fgz:hover{
color:#EDF1FA;
}
.ldyft_bot-fgz{
padding:22px 0 40px;
gap:1rem;
border-top:1px solid rgba(255,255,255,0.12);
flex-direction:column;
display:flex;
}
@media(min-width:766px){
.ldyft_bot-fgz{
gap:1.25rem;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.ldyft_legal-fgz{
overflow-wrap:break-word;
font-size:0.719rem;
color:#A4ADBF;
max-width:47.5rem;
line-height:1.6;
}
.ldyft_legal-fgz b{
color:#8FA3C8;
font-weight:700;
}
.ldyft_age-fgz{
border-radius:8px;
padding:4px 0.563rem;
border:1.5px solid #7DBFFF;
flex:0 0 auto;
color:#7DBFFF;
font-weight:700;
font-size:13px;
}