*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F5F3F0;
-webkit-font-smoothing:antialiased;
font-size:0.938rem;
text-rendering:optimizeLegibility;
font-family:"Hanken Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
overflow-wrap:break-word;
line-height:1.6;
color:#2E2C29;
}
img{
max-width:100%;
display:block;
}
a{
color:inherit;
text-decoration:none;
}
button{
border:none;
background:none;
cursor:pointer;
font-family:inherit;
}
::-webkit-scrollbar{
height:8px;
width:0.5rem;
}
::-webkit-scrollbar-thumb{
border-radius:0.5rem;
background:rgba(0,0,0,0.50);
}
::-webkit-scrollbar-track{
background:transparent;
}
.fthlayout_mpf{
min-height:100vh;
flex-direction:column;
display:flex;
}
.fthmain_mpf{
flex:1 1 auto;
width:100%;
min-width:0;
}
.fthcontainer_mpf{
padding:0 1rem;
margin:0 auto;
max-width:87.5rem;
width:100%;
}
@media(min-width:768px){
.fthcontainer_mpf{
padding:0 2rem;
}
}
@media(min-width:1101px){
.fthcontainer_mpf{
padding:0 56px;
}
}
.ftheyebrow_mpf{
line-height:1.4;
text-transform:uppercase;
color:#A8854A;
font-weight:600;
overflow-wrap:break-word;
font-size:11px;
display:inline-block;
font-family:"Hanken Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
letter-spacing:.2em;
}
.fthband_mpf{
background:#1A1917;
color:#F2EEE7;
}
.fthband_mpf .ftheyebrow_mpf{
color:#C9A96E;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.fthtb_mpf{
background:#F5F3F0;
border-bottom:1px solid rgba(20,18,16,0.14);
position:sticky;
top:0;
z-index:50;
}
.fthtb_in_mpf{
margin:0 auto;
padding:12px 16px;
gap:1rem;
align-items:center;
max-width:1400px;
justify-content:space-between;
display:flex;
width:100%;
}
@media(min-width:766px){
.fthtb_in_mpf{
padding:16px 32px;
}
}
@media(min-width:1101px){
.fthtb_in_mpf{
padding:1.125rem 56px;
}
}
.fthtb_left_mpf{
gap:28px;
display:flex;
min-width:0;
align-items:center;
}
.fthtb_logo_mpf{
gap:0.688rem;
min-width:0;
align-items:center;
display:flex;
}
.fthtb_logo_mark_mpf{
flex:0 0 auto;
border-radius:8px;
height:34px;
width:2.125rem;
object-fit:cover;
}
.fthtb_logo_txt_mpf{
min-width:0;
flex-direction:column;
line-height:1;
display:flex;
}
.fthtb_logo_name_mpf{
overflow:hidden;
letter-spacing:.02em;
font-weight:700;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
color:#171614;
white-space:nowrap;
font-size:22px;
text-overflow:ellipsis;
}
.fthtb_logo_sub_mpf{
overflow:hidden;
text-overflow:ellipsis;
color:#A8854A;
white-space:nowrap;
text-transform:uppercase;
font-size:8.5px;
margin-top:4px;
font-weight:600;
letter-spacing:.32em;
}
.fthtb_nav_mpf{
display:none;
}
@media(min-width:961px){
.fthtb_nav_mpf{
gap:1.75rem;
align-items:center;
display:flex;
}
}
.fthtb_nav_item_mpf{
transition:color .2s ease,border-color .2s ease;
color:#2E2C29;
border-bottom:2px solid transparent;
font-weight:600;
padding-bottom:3px;
font-size:14px;
white-space:nowrap;
}
.fthtb_nav_item_mpf:hover{
color:#171614;
}
.fthtb_nav_item_mpf.fthstate_active_mpf{
border-color:#A8854A;
color:#171614;
}
.fthtb_right_mpf{
flex:0 0 auto;
gap:14px;
align-items:center;
display:flex;
}
.fthtb_search_mpf{
transition:color .2s ease;
justify-content:center;
color:#2E2C29;
align-items:center;
display:flex;
}
.fthtb_search_mpf:hover{
color:#A8854A;
}
.fthtb_search_mpf svg{
height:18px;
width:18px;
}
.fthtb_lang_mpf{
text-transform:uppercase;
font-weight:600;
letter-spacing:.1em;
font-size:11px;
color:#6B6760;
}
.fthtb_lang_mpf:hover{
color:#171614;
}
.fthtb_login_mpf{
display:none;
font-weight:600;
color:#171614;
font-size:14px;
}
@media(min-width:769px){
.fthtb_login_mpf{
display:inline-block;
}
}
.fthtb_register_mpf{
background:#171614;
border-radius:62.438rem;
transition:background-color .2s ease;
padding:0.688rem 22px;
color:#F2EEE7;
white-space:nowrap;
font-weight:700;
font-size:0.875rem;
}
.fthtb_register_mpf:hover{
background:#2E2C29;
}
.fthmob_mpf{
background:#F5F3F0;
z-index:60;
right:0;
left:0;
padding-bottom:env(safe-area-inset-bottom);
position:fixed;
border-top:1px solid rgba(20,18,16,0.14);
bottom:0;
}
@media(min-width:958px){
.fthmob_mpf{
display:none;
}
}
.fthmob_in_mpf{
margin:0 auto;
max-width:35rem;
display:flex;
justify-content:space-around;
align-items:stretch;
}
.fthmob_item_mpf{
transition:color .2s ease;
flex:1 1 0;
gap:3px;
padding:9px 4px;
align-items:center;
flex-direction:column;
display:flex;
color:#6B6760;
min-width:0;
}
.fthmob_item_mpf.fthstate_active_mpf{
color:#A8854A;
}
.fthmob_ic_mpf{
display:flex;
align-items:center;
justify-content:center;
}
.fthmob_ic_mpf svg{
width:1.25rem;
height:1.25rem;
}
.fthmob_lb_mpf{
overflow:hidden;
text-overflow:ellipsis;
max-width:100%;
font-weight:600;
font-size:10px;
white-space:nowrap;
}
@media(max-width:957px){
body{
padding-bottom:3.75rem;
}
}
.fthrail_mpf{
min-width:0;
position:relative;
}
.fthrail_scroll_mpf{
gap:0.875rem;
-webkit-overflow-scrolling:touch;
overflow-x:auto;
padding-bottom:14px;
scrollbar-width:thin;
display:flex;
}
@media(min-width:769px){
.fthrail_scroll_mpf{
gap:1.125rem;
}
}
.fthgc_mpf{
flex:0 0 auto;
display:block;
width:9.375rem;
}
@media(min-width:768px){
.fthgc_mpf{
width:188px;
}
}
.fthgc_img_mpf{
overflow:hidden;
border-radius:14px;
background:#FAFAF8;
position:relative;
box-shadow:0 2px 0.375rem rgba(20,18,16,0.07), 0 0.375rem 1.125rem rgba(20,18,16,0.06);
padding-bottom:133.33%;
}
.fthgc_img_mpf img{
inset:0;
width:100%;
height:100%;
object-fit:cover;
position:absolute;
}
.fthgc_cover_mpf{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.50));
pointer-events:none;
position:absolute;
}
.fthgc_hover_mpf{
inset:0;
background:rgba(0,0,0,0.50);
transition:opacity .2s ease;
align-items:center;
justify-content:center;
position:absolute;
opacity:0;
display:flex;
}
.fthgc_mpf:hover .fthgc_hover_mpf{
opacity:1;
}
.fthgc_hover_btn_mpf{
background:#171614;
border-radius:62.438rem;
color:#F2EEE7;
height:2.875rem;
align-items:center;
display:flex;
justify-content:center;
width:46px;
}
.fthgc_hover_btn_mpf svg{
height:1.125rem;
width:1.125rem;
}
.fthgc_info_mpf{
gap:2px;
flex-direction:column;
display:flex;
margin-top:9px;
min-width:0;
}
.fthgc_name_mpf{
overflow:hidden;
font-size:13px;
font-weight:700;
text-overflow:ellipsis;
color:#171614;
white-space:nowrap;
}
.fthgc_prov_mpf{
overflow:hidden;
white-space:nowrap;
color:#6B6760;
text-overflow:ellipsis;
font-size:0.688rem;
}
.fthgc_meta_mpf{
color:#6B6760;
font-size:0.688rem;
}
.fthtc_mpf{
flex:0 0 auto;
width:11.25rem;
display:block;
}
@media(min-width:769px){
.fthtc_mpf{
width:14.375rem;
}
}
.fthtc_img_mpf{
border-radius:0.875rem;
background:#FAFAF8;
overflow:hidden;
padding-bottom:75%;
position:relative;
box-shadow:0 2px 0.375rem rgba(20,18,16,0.07), 0 6px 18px rgba(20,18,16,0.06);
}
.fthtc_img_mpf img{
inset:0;
width:100%;
position:absolute;
object-fit:cover;
height:100%;
}
.fthtc_info_mpf{
gap:2px;
min-width:0;
flex-direction:column;
display:flex;
margin-top:0.563rem;
}
.fthtc_name_mpf{
overflow:hidden;
font-size:14px;
text-overflow:ellipsis;
white-space:nowrap;
color:#171614;
font-weight:700;
}
.fthtc_rtp_mpf{
font-size:11px;
color:#6B6760;
}
.fthlc_mpf{
flex:0 0 auto;
display:block;
width:230px;
}
@media(min-width:766px){
.fthlc_mpf{
width:268px;
}
}
.fthlc_img_mpf{
overflow:hidden;
border-radius:14px;
background:#FAFAF8;
padding-bottom:62.5%;
box-shadow:0 2px 0.375rem rgba(20,18,16,0.07), 0 6px 1.125rem rgba(20,18,16,0.06);
position:relative;
}
.fthlc_img_mpf img{
inset:0;
object-fit:cover;
position:absolute;
height:100%;
width:100%;
}
.fthlc_live_mpf{
padding:4px 0.563rem;
border-radius:999px;
gap:0.438rem;
background:rgba(0,0,0,0.50);
position:absolute;
left:12px;
align-items:center;
top:0.75rem;
display:flex;
}
.fthlc_live_dot_mpf{
background:#C0392B;
border-radius:50%;
animation:zm2-pulse 1.6s infinite;
width:0.5rem;
height:0.5rem;
}
.fthlc_seats_mpf{
font-weight:600;
color:#F2EEE7;
letter-spacing:.08em;
text-transform:uppercase;
font-size:0.625rem;
}
.fthlc_info_mpf{
gap:2px;
min-width:0;
flex-direction:column;
display:flex;
margin-top:9px;
}
.fthlc_name_mpf{
overflow:hidden;
font-weight:700;
color:#171614;
font-size:15px;
text-overflow:ellipsis;
white-space:nowrap;
}
.fthlc_bet_mpf{
color:#6B6760;
font-size:0.688rem;
}
.fthpc_mpf{
background:#FAFAF8;
padding:16px 0.875rem;
gap:0.5rem;
border:1px solid rgba(20,18,16,0.08);
border-radius:14px;
min-height:74px;
flex-direction:column;
justify-content:center;
display:flex;
align-items:center;
min-width:0;
}
.fthpc_logo_mpf{
flex:0 0 auto;
width:auto;
height:1.75rem;
max-width:100%;
object-fit:contain;
}
.fthpc_name_mpf{
overflow:hidden;
font-size:0.688rem;
max-width:100%;
text-overflow:ellipsis;
color:#6B6760;
white-space:nowrap;
text-align:center;
}
.fthgc_tag_mpf{
padding:3px 8px;
border-radius:8px;
z-index:2;
text-transform:uppercase;
display:inline-block;
letter-spacing:.06em;
left:0.625rem;
top:0.625rem;
font-size:10px;
position:absolute;
font-weight:700;
}
.fthgc_tag_hot_mpf{
background:#C0392B;
color:#F2EEE7;
}
.fthgc_tag_new_mpf{
background:#C4A46E;
color:#171614;
}
.fthgc_tag_jp_mpf{
background:#B8892E;
color:#171614;
}
.fthgc_tag_live_mpf{
background:#C0392B;
color:#F2EEE7;
}
.fthsh_mpf{
min-width:0;
margin-bottom:1.125rem;
}
.fthsh_row_mpf{
gap:16px;
display:flex;
flex-wrap:wrap;
align-items:flex-end;
justify-content:space-between;
}
.fthsh_row_mpf .fthsh_l_mpf{
gap:6px;
display:flex;
min-width:0;
flex-direction:column;
}
.fthsh_stack_mpf{
gap:10px;
flex-direction:column;
align-items:flex-start;
display:flex;
}
.fthsh_center_mpf{
gap:0.625rem;
display:flex;
align-items:center;
flex-direction:column;
text-align:center;
}
.fthsh_h2_mpf{
color:#171614;
overflow-wrap:break-word;
line-height:1.1;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
font-size:24px;
font-weight:600;
}
@media(min-width:767px){
.fthsh_h2_mpf{
font-size:1.875rem;
}
}
.fthband_mpf .fthsh_h2_mpf{
color:#F2EEE7;
}
.fthsh_eb_line_mpf{
gap:10px;
align-items:center;
display:inline-flex;
}
.fthsh_eb_line_mpf::before{
background:#A8854A;
content:"";
width:28px;
height:1px;
display:inline-block;
}
.fthband_mpf .fthsh_eb_line_mpf::before{
background:#C9A96E;
}
.fthsh_eb_dot_mpf{
gap:0.5rem;
align-items:center;
display:inline-flex;
}
.fthsh_eb_dot_mpf::before{
background:#A8854A;
border-radius:50%;
display:inline-block;
content:"";
height:0.375rem;
width:6px;
}
.fthband_mpf .fthsh_eb_dot_mpf::before{
background:#C9A96E;
}
.fthsh_link_mpf{
transition:color .2s ease,border-color .2s ease,background-color .2s ease;
gap:0.375rem;
font-weight:600;
border-bottom:1px solid #171614;
color:#171614;
white-space:nowrap;
display:inline-flex;
align-items:center;
padding-bottom:2px;
font-size:0.813rem;
}
.fthsh_link_mpf:hover{
border-color:#A8854A;
color:#A8854A;
}
.fthsh_link_mpf svg{
height:0.875rem;
width:0.875rem;
}
.fthsh_link_chev_mpf{
border-bottom:0;
padding-bottom:0;
}
.fthsh_link_btn_mpf{
padding:9px 18px;
background:#171614;
border-radius:62.438rem;
border-bottom:0;
color:#F2EEE7;
}
.fthsh_link_btn_mpf:hover{
background:#2E2C29;
border-color:transparent;
color:#F2EEE7;
}
.fthband_mpf .fthsh_link_mpf{
border-color:#F2EEE7;
color:#F2EEE7;
}
.fthband_mpf .fthsh_link_btn_mpf{
background:#C9A96E;
color:#171614;
}
.fthsh_rule_mpf{
margin:-2px 0 18px;
background:rgba(20,18,16,0.14);
height:1px;
}
.fthband_mpf .fthsh_rule_mpf{
background:rgba(255,252,245,0.12);
}
.fthhero_mpf{
padding:32px 0 0.5rem;
}
@media(min-width:771px){
.fthhero_mpf{
padding:56px 0 1.5rem;
}
}
.fthhero_in_mpf{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:center;
}
@media(min-width:903px){
.fthhero_in_mpf{
grid-template-columns:1.05fr .95fr;
gap:48px;
}
}
.fthhero_copy_mpf{
min-width:0;
}
.fthhero_eyebrow_mpf{
gap:10px;
display:inline-flex;
margin-bottom:1.375rem;
align-items:center;
}
.fthhero_eyebrow_line_mpf{
background:#A8854A;
flex:0 0 auto;
height:1px;
width:28px;
display:inline-block;
}
.fthhero_h1_mpf{
line-height:1.04;
letter-spacing:-.01em;
overflow-wrap:break-word;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
margin-bottom:1.25rem;
font-size:38px;
color:#171614;
font-weight:600;
}
@media(min-width:769px){
.fthhero_h1_mpf{
font-size:3.375rem;
}
}
@media(min-width:1102px){
.fthhero_h1_mpf{
font-size:3.875rem;
}
}
.fthhero_h1_mpf em{
color:#A8854A;
font-style:normal;
}
.fthhero_sub_mpf{
color:#857F77;
line-height:1.6;
font-size:1rem;
max-width:480px;
margin-bottom:30px;
}
@media(min-width:770px){
.fthhero_sub_mpf{
font-size:1.125rem;
}
}
.fthhero_actions_mpf{
gap:0.875rem;
align-items:center;
flex-wrap:wrap;
margin-bottom:2.125rem;
display:flex;
}
.fthhero_cta_mpf{
gap:10px;
background:#171614;
transition:background-color .2s ease;
padding:16px 30px;
border-radius:999px;
color:#F2EEE7;
font-size:15px;
display:inline-flex;
align-items:center;
font-weight:700;
}
.fthhero_cta_mpf:hover{
background:#2E2C29;
}
.fthhero_cta_ic_mpf{
align-items:center;
display:inline-flex;
}
.fthhero_cta_ic_mpf svg{
height:1rem;
width:1rem;
}
.fthhero_cta_alt_mpf{
transition:border-color .2s ease,color .2s ease;
padding:15px 26px;
border-radius:62.438rem;
background:transparent;
border:1px solid rgba(20,18,16,0.14);
font-size:0.938rem;
display:inline-flex;
color:#171614;
font-weight:600;
align-items:center;
}
.fthhero_cta_alt_mpf:hover{
border-color:#A8854A;
color:#A8854A;
}
.fthhero_trust_mpf{
gap:1.375rem;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.fthhero_trust_item_mpf{
gap:9px;
color:#2E2C29;
font-weight:600;
display:flex;
align-items:center;
font-size:0.813rem;
}
.fthhero_trust_ic_mpf{
display:inline-flex;
align-items:center;
color:#A8854A;
}
.fthhero_trust_ic_mpf svg{
width:1rem;
height:1rem;
}
.fthhero_promo_mpf{
background:#FAFAF8;
overflow:hidden;
border-radius:1.25rem;
position:relative;
min-height:18.75rem;
box-shadow:0 0.75rem 3rem rgba(20,18,16,0.14), 0 3px 10px rgba(20,18,16,0.09);
display:flex;
}
.fthhero_promo_bg_mpf{
inset:0;
position:absolute;
background-size:cover;
background-position:center;
}
.fthhero_promo_bg_mpf::after{
background:linear-gradient(120deg,#1A1917 0%,rgba(0,0,0,0.50) 55%,transparent 100%);
inset:0;
content:"";
position:absolute;
}
.fthhero_promo_glow_mpf{
background:radial-gradient(circle,rgba(196,164,110,0.13) 0%,transparent 65%);
border-radius:50%;
position:absolute;
right:-1.25rem;
pointer-events:none;
width:16.25rem;
top:-40px;
height:16.25rem;
}
.fthhero_promo_ct_mpf{
padding:1.75rem;
z-index:2;
align-self:flex-end;
max-width:88%;
position:relative;
}
.fthhero_promo_label_mpf{
margin-bottom:0.5rem;
display:block;
letter-spacing:.25em;
font-size:0.625rem;
color:#C9A96E;
font-weight:700;
text-transform:uppercase;
}
.fthhero_promo_amount_mpf{
color:#F2EEE7;
font-weight:600;
overflow-wrap:break-word;
line-height:1.05;
font-size:2rem;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.fthhero_promo_amount_mpf{
font-size:2.5rem;
}
}
.fthhero_promo_amount_mpf em{
font-style:normal;
color:#C9A96E;
}
.fthhero_rating_mpf{
border:1px solid rgba(20,18,16,0.08);
gap:10px;
background:#FAFAF8;
padding:0.625rem 14px;
border-radius:0.875rem;
right:0.875rem;
top:0.875rem;
max-width:min(260px,62%);
display:flex;
box-shadow:0 2px 6px rgba(20,18,16,0.07), 0 6px 18px rgba(20,18,16,0.06);
position:absolute;
align-items:center;
z-index:3;
}
.fthhero_rating_score_mpf{
flex:0 0 auto;
font-size:1.5rem;
font-weight:700;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
color:#171614;
}
.fthhero_rating_txt_mpf{
flex:1 1 auto;
min-width:0;
}
.fthhero_rating_stars_mpf{
gap:2px;
display:flex;
color:#A8854A;
}
.fthhero_rating_stars_mpf svg{
height:12px;
width:0.75rem;
}
.fthhero_rating_cap_mpf{
font-size:0.688rem;
margin-top:3px;
line-height:1.35;
color:#6B6760;
overflow-wrap:break-word;
display:block;
}
.fthstat_mpf{
border-bottom:1px solid rgba(20,18,16,0.14);
margin-top:16px;
border-top:1px solid rgba(20,18,16,0.14);
}
.fthstat_in_mpf{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:769px){
.fthstat_in_mpf{
grid-template-columns:repeat(4,1fr);
}
}
.fthstat_item_mpf{
padding:22px 14px;
border-right:1px solid rgba(20,18,16,0.08);
border-bottom:1px solid rgba(20,18,16,0.08);
min-width:0;
}
.fthstat_item_mpf:nth-child(2n){
border-right:0;
}
.fthstat_item_mpf:nth-child(n+3){
border-bottom:0;
}
@media(min-width:770px){
.fthstat_item_mpf{
border-bottom:0;
}
.fthstat_item_mpf:nth-child(2n){
border-right:1px solid rgba(20,18,16,0.08);
}
.fthstat_item_mpf:nth-child(4n){
border-right:0;
}
}
.fthstat_value_mpf{
color:#171614;
font-weight:700;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
font-size:1.875rem;
overflow-wrap:break-word;
line-height:1;
}
@media(min-width:767px){
.fthstat_value_mpf{
font-size:34px;
}
}
.fthstat_label_mpf{
font-size:0.813rem;
line-height:1.4;
color:#6B6760;
margin-top:0.375rem;
overflow-wrap:break-word;
}
.fthgrow_mpf{
padding:1.625rem 0 0.625rem;
}
.fthrow_seo_mpf{
margin:10px 0 0;
color:#857F77;
max-width:47.5rem;
line-height:1.65;
overflow-wrap:break-word;
font-size:14px;
}
.fthrow_seo_mpf strong{
color:#171614;
font-weight:700;
}
.fthgrow_mpf{
padding:26px 0 10px;
}
.fthrow_seo_mpf{
margin:0.625rem 0 0;
font-size:14px;
max-width:47.5rem;
color:#857F77;
overflow-wrap:break-word;
line-height:1.65;
}
.fthrow_seo_mpf strong{
font-weight:700;
color:#171614;
}
.fthjp_mpf{
padding:30px 0 0.625rem;
}
.fthjp_grid_mpf{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:767px){
.fthjp_grid_mpf{
grid-template-columns:1fr 1fr;
}
.fthjp_card_mega_mpf{
grid-column:1/-1;
}
}
@media(min-width:997px){
.fthjp_grid_mpf{
grid-template-columns:1.4fr 1fr 1fr;
}
.fthjp_card_mega_mpf{
grid-column:auto;
}
}
.fthjp_card_mpf{
border:1px solid rgba(20,18,16,0.08);
overflow:hidden;
background:#FAFAF8;
gap:0.75rem;
border-radius:20px;
padding:26px;
min-height:12.5rem;
flex-direction:column;
position:relative;
justify-content:space-between;
display:flex;
min-width:0;
}
.fthjp_card_mega_mpf{
border-color:transparent;
background:linear-gradient(135deg,#1F1D1A,#111009);
color:#F2EEE7;
min-height:13.125rem;
}
.fthjp_glow_mpf{
background:radial-gradient(circle,rgba(196,164,110,0.13),transparent 70%);
border-radius:50%;
width:12.5rem;
top:-2.5rem;
height:200px;
pointer-events:none;
position:absolute;
right:-40px;
}
.fthjp_label_mpf{
gap:10px;
text-transform:uppercase;
justify-content:space-between;
letter-spacing:.16em;
font-size:0.625rem;
font-weight:700;
color:#A8854A;
flex-wrap:wrap;
position:relative;
align-items:center;
display:flex;
}
.fthjp_card_mega_mpf .fthjp_label_mpf{
color:#C9A96E;
}
.fthjp_drop_mpf{
font-weight:600;
text-transform:none;
letter-spacing:.04em;
color:#6B6760;
}
.fthjp_card_mega_mpf .fthjp_drop_mpf{
color:#A09B92;
}
.fthjp_amount_mpf{
line-height:1;
position:relative;
color:#171614;
overflow-wrap:break-word;
font-weight:700;
font-size:2.375rem;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
}
.fthjp_card_mega_mpf .fthjp_amount_mpf{
animation:zm2-pulse 2.4s infinite;
color:#C9A96E;
font-size:3rem;
}
@media(min-width:767px){
.fthjp_card_mega_mpf .fthjp_amount_mpf{
font-size:54px;
}
}
.fthjp_game_mpf{
position:relative;
color:#6B6760;
font-size:0.813rem;
}
.fthjp_card_mega_mpf .fthjp_game_mpf{
color:#A09B92;
}
.fthjp_cta_mpf{
align-self:flex-start;
position:relative;
}
.fthjp_card_mega_mpf .fthjp_cta_mpf{
border-radius:62.438rem;
padding:10px 1.25rem;
background:#C9A96E;
transition:opacity .2s ease;
font-weight:700;
font-size:0.813rem;
color:#171614;
}
.fthjp_card_mega_mpf .fthjp_cta_mpf:hover{
opacity:.9;
}
.fthjp_card_mpf:not(.fthjp_card_mega_mpf) .fthjp_cta_mpf{
transition:color .2s ease,border-color .2s ease;
padding-bottom:2px;
font-size:0.813rem;
border-bottom:1px solid #171614;
color:#171614;
font-weight:700;
}
.fthjp_card_mpf:not(.fthjp_card_mega_mpf) .fthjp_cta_mpf:hover{
border-color:#A8854A;
color:#A8854A;
}
.fthjp_seo_mpf{
margin:14px 0 0;
line-height:1.65;
font-size:0.875rem;
max-width:47.5rem;
color:#857F77;
overflow-wrap:break-word;
}
.fthjp_seo_mpf strong{
font-weight:700;
color:#171614;
}
.fthgrow_mpf{
padding:26px 0 10px;
}
.fthrow_seo_mpf{
margin:10px 0 0;
font-size:14px;
color:#857F77;
line-height:1.65;
overflow-wrap:break-word;
max-width:47.5rem;
}
.fthrow_seo_mpf strong{
color:#171614;
font-weight:700;
}
.fthgrow_mpf{
padding:1.625rem 0 0.625rem;
}
.fthrow_seo_mpf{
margin:0.625rem 0 0;
font-size:0.875rem;
max-width:47.5rem;
color:#857F77;
overflow-wrap:break-word;
line-height:1.65;
}
.fthrow_seo_mpf strong{
color:#171614;
font-weight:700;
}
.fthpr_mpf{
padding:1.875rem 0 6px;
}
.fthpr_card_mpf{
gap:0.625rem;
border-radius:1.25rem;
overflow:hidden;
padding:1.625rem;
flex:0 0 auto;
border:1px solid rgba(20,18,16,0.08);
background:#FAFAF8;
width:17.5rem;
display:flex;
flex-direction:column;
min-height:12.5rem;
position:relative;
}
@media(min-width:771px){
.fthpr_card_mpf{
width:300px;
}
}
.fthpr_card_feat_mpf{
border-color:transparent;
background:linear-gradient(150deg,#1F1D1A,#111009);
color:#F2EEE7;
}
.fthpr_glow_mpf{
border-radius:50%;
background:radial-gradient(circle,rgba(196,164,110,0.13),transparent 70%);
height:8.125rem;
width:130px;
position:absolute;
top:-30px;
right:-1.875rem;
opacity:0;
pointer-events:none;
}
.fthpr_card_feat_mpf .fthpr_glow_mpf{
opacity:1;
}
.fthpr_label_mpf{
color:#A8854A;
font-size:10px;
letter-spacing:.16em;
font-weight:700;
text-transform:uppercase;
position:relative;
}
.fthpr_card_feat_mpf .fthpr_label_mpf{
color:#C9A96E;
}
.fthpr_amount_mpf{
color:#171614;
overflow-wrap:break-word;
font-weight:600;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
position:relative;
font-size:26px;
line-height:1.08;
}
.fthpr_card_feat_mpf .fthpr_amount_mpf{
color:#F2EEE7;
}
.fthpr_amount_mpf em{
font-style:normal;
color:#A8854A;
}
.fthpr_card_feat_mpf .fthpr_amount_mpf em{
color:#C9A96E;
}
.fthpr_terms_mpf{
font-size:0.813rem;
position:relative;
line-height:1.5;
color:#6B6760;
}
.fthpr_card_feat_mpf .fthpr_terms_mpf{
color:#A09B92;
}
.fthpr_cta_mpf{
align-self:flex-start;
position:relative;
margin-top:auto;
}
.fthpr_card_feat_mpf .fthpr_cta_mpf{
border-radius:62.438rem;
transition:opacity .2s ease;
background:#C9A96E;
padding:9px 18px;
font-size:0.813rem;
font-weight:700;
color:#171614;
}
.fthpr_card_feat_mpf .fthpr_cta_mpf:hover{
opacity:.9;
}
.fthpr_card_mpf:not(.fthpr_card_feat_mpf) .fthpr_cta_mpf{
transition:color .2s ease,border-color .2s ease;
color:#171614;
font-weight:700;
font-size:0.813rem;
border-bottom:1px solid #171614;
padding-bottom:2px;
}
.fthpr_card_mpf:not(.fthpr_card_feat_mpf) .fthpr_cta_mpf:hover{
border-color:#A8854A;
color:#A8854A;
}
.fthapp_mpf{
padding:1.875rem 0 0.625rem;
}
.fthapp_in_mpf{
background:#FAFAF8;
padding:32px;
border:1px solid rgba(20,18,16,0.08);
border-radius:20px;
gap:1.75rem;
display:flex;
flex-direction:column;
}
@media(min-width:768px){
.fthapp_in_mpf{
padding:2.5rem 44px;
gap:2.5rem;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.fthapp_copy_mpf{
min-width:0;
max-width:560px;
}
.fthapp_eyebrow_mpf{
margin-bottom:12px;
}
.fthapp_h2_mpf{
font-weight:600;
color:#171614;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
line-height:1.05;
font-size:1.75rem;
margin-bottom:12px;
overflow-wrap:break-word;
}
@media(min-width:766px){
.fthapp_h2_mpf{
font-size:2.125rem;
}
}
.fthapp_text_mpf{
margin-bottom:1.375rem;
line-height:1.6;
font-size:0.875rem;
color:#857F77;
}
.fthapp_btns_mpf{
gap:12px;
flex-wrap:wrap;
display:flex;
}
.fthapp_btn_mpf{
transition:background-color .2s ease;
padding:0.688rem 20px;
background:#171614;
gap:10px;
border-radius:0.875rem;
align-items:center;
display:inline-flex;
color:#F2EEE7;
}
.fthapp_btn_mpf:hover{
background:#2E2C29;
}
.fthapp_btn_ic_mpf{
display:inline-flex;
align-items:center;
}
.fthapp_btn_ic_mpf svg{
width:1.125rem;
height:1.125rem;
}
.fthapp_btn_lb_mpf{
font-size:0.844rem;
font-weight:700;
}
.fthapp_qr_wrap_mpf{
gap:18px;
flex:0 0 auto;
display:flex;
align-items:center;
}
.fthapp_qr_mpf{
flex:0 0 auto;
border-radius:0.875rem;
height:6.75rem;
background-image:repeating-linear-gradient(0deg,#FAFAF8 0 5px,transparent 5px 11px),repeating-linear-gradient(90deg,#FAFAF8 0 5px,transparent 0.313rem 0.688rem);
background-color:#171614;
width:6.75rem;
}
.fthapp_qr_cap_mpf{
font-size:12.5px;
max-width:5.75rem;
color:#6B6760;
line-height:1.4;
}
.fthvip_mpf{
padding:3rem 0;
}
@media(min-width:768px){
.fthvip_mpf{
padding:64px 0;
}
}
.fthvip_head_mpf{
gap:14px;
flex-direction:column;
display:flex;
margin-bottom:1.875rem;
}
@media(min-width:877px){
.fthvip_head_mpf{
gap:1.5rem;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.fthvip_eyebrow_mpf{
margin-bottom:12px;
}
.fthvip_h2_mpf{
overflow-wrap:break-word;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
font-size:2rem;
font-weight:600;
line-height:1.05;
color:#F2EEE7;
}
@media(min-width:768px){
.fthvip_h2_mpf{
font-size:40px;
}
}
.fthvip_intro_mpf{
line-height:1.6;
font-size:0.875rem;
max-width:26.25rem;
color:#A09B92;
}
.fthvip_grid_mpf{
gap:0.875rem;
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
display:grid;
}
.fthvip_card_mpf{
padding:22px 1.125rem;
border:1px solid rgba(255,252,245,0.12);
border-radius:14px;
min-width:0;
}
.fthvip_card_feat_mpf{
border-color:#C9A96E;
background:rgba(255,252,245,0.07);
}
.fthvip_card_ic_mpf{
background:linear-gradient(135deg,#A8854A,#D4B07A);
border-radius:0.5rem;
margin-bottom:16px;
height:2.125rem;
display:block;
width:2.125rem;
}
.fthvip_name_mpf{
font-weight:600;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
margin-bottom:6px;
font-size:20px;
color:#F2EEE7;
overflow-wrap:break-word;
}
.fthvip_perk_mpf{
font-size:12.5px;
overflow-wrap:break-word;
color:#A09B92;
line-height:1.5;
}
.fthnl_mpf{
padding:1.5rem 0 10px;
}
.fthnl_in_mpf{
background:#201F1C;
padding:1.875rem 2rem;
gap:1.375rem;
border-radius:1.25rem;
color:#F2EEE7;
flex-direction:column;
display:flex;
}
@media(min-width:766px){
.fthnl_in_mpf{
gap:1.75rem;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.fthnl_text_wrap_mpf{
min-width:0;
}
.fthnl_h3_mpf{
font-weight:600;
margin-bottom:0.313rem;
line-height:1.1;
font-size:1.375rem;
overflow-wrap:break-word;
color:#F2EEE7;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
}
@media(min-width:766px){
.fthnl_h3_mpf{
font-size:1.5rem;
}
}
.fthnl_text_mpf{
color:#A09B92;
line-height:1.5;
font-size:13.5px;
}
.fthnl_form_mpf{
flex:1 1 auto;
gap:10px;
max-width:28.75rem;
display:flex;
min-width:0;
}
.fthnl_input_mpf{
border:1px solid rgba(255,252,245,0.12);
padding:13px 1rem;
flex:1 1 auto;
background:rgba(255,252,245,0.07);
border-radius:14px;
overflow:hidden;
white-space:nowrap;
align-items:center;
font-size:14px;
color:#A09B92;
min-width:0;
display:flex;
text-overflow:ellipsis;
}
.fthnl_btn_mpf{
border-radius:14px;
flex:0 0 auto;
padding:0.813rem 24px;
transition:opacity .2s ease;
background:#C9A96E;
color:#171614;
font-size:0.875rem;
white-space:nowrap;
font-weight:700;
}
.fthnl_btn_mpf:hover{
opacity:.9;
}
.fthts_mpf{
padding:2.75rem 0;
}
.fthts_in_mpf{
grid-template-columns:1fr;
gap:2rem;
align-items:center;
display:grid;
}
@media(min-width:877px){
.fthts_in_mpf{
grid-template-columns:1.4fr 1fr;
gap:48px;
}
}
.fthts_left_mpf{
min-width:0;
}
.fthts_h2_mpf{
overflow-wrap:break-word;
font-size:1.625rem;
font-weight:600;
color:#F2EEE7;
line-height:1.1;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
margin-bottom:0.75rem;
}
@media(min-width:770px){
.fthts_h2_mpf{
font-size:28px;
}
}
.fthts_text_mpf{
font-size:0.906rem;
line-height:1.6;
color:#A09B92;
max-width:32.5rem;
margin-bottom:1.375rem;
}
.fthts_badges_mpf{
gap:18px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.fthts_badge_mpf{
color:#A09B92;
font-size:0.813rem;
font-weight:600;
}
.fthts_pay_mpf{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
@media(min-width:880px){
.fthts_pay_mpf{
justify-content:flex-end;
}
}
.fthts_pay_chip_mpf{
padding:12px 16px;
background:rgba(255,252,245,0.07);
border-radius:0.875rem;
border:1px solid rgba(255,252,245,0.12);
color:#F2EEE7;
font-size:14px;
font-weight:700;
}
.fthrc_mpf{
padding:3rem 0 0.625rem;
}
.fthrc_in_mpf{
grid-template-columns:1fr;
gap:32px;
display:grid;
}
@media(min-width:760px){
.fthrc_in_mpf{
grid-template-columns:repeat(3,1fr);
gap:2.5rem;
}
}
.fthrc_col_mpf{
min-width:0;
}
.fthrc_label_mpf{
font-weight:600;
margin-bottom:16px;
color:#A8854A;
font-size:11px;
letter-spacing:.2em;
text-transform:uppercase;
}
.fthrc_awards_mpf{
gap:12px;
flex-direction:column;
display:flex;
}
.fthrc_award_mpf{
gap:12px;
align-items:center;
min-width:0;
display:flex;
}
.fthrc_award_ic_mpf{
flex:0 0 auto;
color:#C4A46E;
align-items:center;
display:inline-flex;
}
.fthrc_award_ic_mpf svg{
height:1.125rem;
width:1.125rem;
}
.fthrc_award_t_mpf{
font-weight:700;
color:#171614;
font-size:14px;
overflow-wrap:break-word;
}
.fthrc_award_s_mpf{
overflow-wrap:break-word;
color:#6B6760;
font-size:0.75rem;
}
.fthrc_press_mpf{
grid-template-columns:1fr 1fr;
gap:10px;
display:grid;
}
.fthrc_press_logo_mpf{
border:1px solid rgba(20,18,16,0.08);
overflow:hidden;
border-radius:8px;
padding:0 8px;
font-weight:700;
align-items:center;
justify-content:center;
height:52px;
display:flex;
color:#857F77;
text-overflow:ellipsis;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
text-align:center;
font-size:14px;
white-space:nowrap;
}
.fthrc_partner_mpf{
border-radius:14px;
background:#FAFAF8;
padding:1.375rem;
border:1px solid rgba(20,18,16,0.08);
}
.fthrc_partner_name_mpf{
color:#171614;
overflow-wrap:break-word;
font-weight:600;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
margin-bottom:6px;
font-size:20px;
}
.fthrc_partner_text_mpf{
font-size:13px;
color:#857F77;
overflow-wrap:break-word;
line-height:1.55;
}
.fthpmt_mpf{
padding:3rem 0 0.625rem;
}
.fthpmt_in_mpf{
gap:32px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:878px){
.fthpmt_in_mpf{
grid-template-columns:1fr 1.1fr;
gap:48px;
}
}
.fthpmt_left_mpf{
min-width:0;
}
.fthpmt_eyebrow_mpf{
margin-bottom:0.75rem;
}
.fthpmt_h2_mpf{
font-size:1.875rem;
font-weight:600;
line-height:1.06;
margin-bottom:0.75rem;
color:#171614;
overflow-wrap:break-word;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
}
@media(min-width:768px){
.fthpmt_h2_mpf{
font-size:32px;
}
}
.fthpmt_text_mpf{
font-size:0.906rem;
line-height:1.6;
margin-bottom:1.375rem;
color:#857F77;
}
.fthpmt_logos_mpf{
grid-template-columns:repeat(2,1fr);
gap:10px;
display:grid;
}
@media(min-width:477px){
.fthpmt_logos_mpf{
grid-template-columns:repeat(4,1fr);
}
}
.fthpmt_logo_mpf{
padding:0 0.5rem;
border:1px solid rgba(20,18,16,0.08);
overflow:hidden;
border-radius:0.5rem;
background:#FAFAF8;
font-weight:700;
display:flex;
text-align:center;
justify-content:center;
height:50px;
white-space:nowrap;
align-items:center;
font-size:0.781rem;
text-overflow:ellipsis;
color:#2E2C29;
}
.fthpmt_table_mpf{
border-radius:0.875rem;
overflow:hidden;
border:1px solid rgba(20,18,16,0.08);
min-width:0;
}
.fthpmt_thead_mpf{
background:#1C1B19;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
}
.fthpmt_th_mpf{
overflow:hidden;
padding:13px 14px;
text-overflow:ellipsis;
font-weight:700;
white-space:nowrap;
letter-spacing:.08em;
font-size:0.625rem;
color:#F2EEE7;
text-transform:uppercase;
}
.fthpmt_row_mpf{
grid-template-columns:1.4fr 1fr 1fr 1fr;
border-top:1px solid rgba(20,18,16,0.08);
display:grid;
}
.fthpmt_row_mpf:nth-child(odd){
background:#FAFAF8;
}
.fthpmt_td_mpf{
padding:14px;
min-width:0;
overflow-wrap:break-word;
color:#857F77;
font-size:0.844rem;
}
.fthpmt_row_mpf .fthpmt_td_mpf:first-child{
font-weight:700;
color:#171614;
}
.fthpmt_row_mpf .fthpmt_td_mpf:last-child{
color:#3A7D5C;
font-weight:700;
}
.fthop_mpf{
padding:36px 0 0.625rem;
}
.fthop_in_mpf{
background:#FAFAF8;
border-radius:14px;
gap:32px;
border:1px solid rgba(20,18,16,0.08);
padding:2rem;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:861px){
.fthop_in_mpf{
grid-template-columns:.9fr 1.1fr;
padding:2.125rem 40px;
gap:2.75rem;
}
}
.fthop_left_mpf{
min-width:0;
}
.fthop_eyebrow_mpf{
margin-bottom:0.75rem;
}
.fthop_h2_mpf{
font-weight:600;
margin-bottom:10px;
font-size:28px;
line-height:1.08;
color:#171614;
overflow-wrap:break-word;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.fthop_h2_mpf{
font-size:1.875rem;
}
}
.fthop_text_mpf{
font-size:14px;
color:#857F77;
line-height:1.6;
}
.fthop_grid_mpf{
border:1px solid rgba(20,18,16,0.14);
background:rgba(20,18,16,0.14);
border-radius:8px;
grid-template-columns:1fr 1fr;
gap:1px;
overflow:hidden;
display:grid;
}
.fthop_field_mpf{
padding:1.125rem 20px;
background:#F5F3F0;
min-width:0;
}
.fthop_field_lb_mpf{
font-weight:600;
color:#A8854A;
font-size:0.625rem;
letter-spacing:.1em;
text-transform:uppercase;
margin-bottom:0.313rem;
}
.fthop_field_val_mpf{
font-weight:700;
font-size:0.875rem;
color:#171614;
overflow-wrap:break-word;
}
.fthprov_mpf{
padding:2.5rem 0 20px;
}
.fthprov_eyebrow_mpf{
margin-bottom:1.125rem;
display:block;
}
.fthprov_grid_mpf{
grid-template-columns:repeat(2,1fr);
gap:0.75rem;
display:grid;
}
@media(min-width:557px){
.fthprov_grid_mpf{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:901px){
.fthprov_grid_mpf{
grid-template-columns:repeat(6,1fr);
}
}
.fthhts_mpf{
padding:48px 0;
}
@media(min-width:770px){
.fthhts_mpf{
padding:62px 0;
}
}
.fthhts_head_mpf{
gap:18px;
flex-direction:column;
display:flex;
margin-bottom:2.125rem;
}
@media(min-width:770px){
.fthhts_head_mpf{
gap:1.5rem;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.fthhts_eyebrow_mpf{
margin-bottom:12px;
}
.fthhts_h2_mpf{
font-weight:600;
color:#F2EEE7;
line-height:1.05;
overflow-wrap:break-word;
font-size:30px;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
}
@media(min-width:765px){
.fthhts_h2_mpf{
font-size:38px;
}
}
.fthhts_cta_mpf{
padding:15px 30px;
flex:0 0 auto;
border-radius:999px;
background:#C9A96E;
transition:opacity .2s ease;
font-size:0.938rem;
color:#171614;
font-weight:700;
}
.fthhts_cta_mpf:hover{
opacity:.9;
}
.fthhts_grid_mpf{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:762px){
.fthhts_grid_mpf{
grid-template-columns:repeat(3,1fr);
}
}
.fthhts_step_mpf{
padding-top:1.375rem;
border-top:1px solid rgba(255,252,245,0.12);
min-width:0;
}
.fthhts_step_num_mpf{
line-height:1;
margin-bottom:14px;
font-weight:700;
font-size:44px;
color:#C9A96E;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
}
.fthhts_step_h_mpf{
overflow-wrap:break-word;
line-height:1.2;
margin-bottom:0.5rem;
font-size:1.188rem;
color:#F2EEE7;
font-weight:700;
}
.fthhts_step_p_mpf{
line-height:1.55;
color:#A09B92;
font-size:0.875rem;
overflow-wrap:break-word;
}
.fthwy_mpf{
padding:3rem 0;
}
@media(min-width:768px){
.fthwy_mpf{
padding:3.5rem 0;
}
}
.fthwy_in_mpf{
gap:32px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:897px){
.fthwy_in_mpf{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.fthwy_left_mpf{
min-width:0;
}
.fthwy_eyebrow_mpf{
margin-bottom:14px;
}
.fthwy_h2_mpf{
font-weight:600;
color:#171614;
font-size:2rem;
overflow-wrap:break-word;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
line-height:1.05;
margin-bottom:16px;
}
@media(min-width:769px){
.fthwy_h2_mpf{
font-size:40px;
}
}
.fthwy_intro_mpf{
color:#857F77;
font-size:0.938rem;
line-height:1.6;
}
.fthwy_grid_mpf{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:562px){
.fthwy_grid_mpf{
grid-template-columns:1fr 1fr;
}
}
.fthwy_card_mpf{
padding:1.625rem;
border-radius:0.875rem;
border:1px solid rgba(20,18,16,0.08);
background:#FAFAF8;
min-width:0;
}
.fthwy_card_ic_mpf{
justify-content:center;
display:inline-flex;
color:#A8854A;
margin-bottom:1rem;
align-items:center;
}
.fthwy_card_ic_mpf svg{
width:26px;
height:26px;
}
.fthwy_card_h_mpf{
overflow-wrap:break-word;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
font-size:21px;
color:#171614;
line-height:1.15;
margin-bottom:0.5rem;
font-weight:600;
}
.fthwy_card_p_mpf{
overflow-wrap:break-word;
line-height:1.55;
font-size:0.875rem;
color:#857F77;
}
.fthet_mpf{
padding:36px 0 0.625rem;
}
.fthet_in_mpf{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:start;
}
@media(min-width:878px){
.fthet_in_mpf{
gap:48px;
grid-template-columns:1.1fr .9fr;
}
}
.fthet_left_mpf{
min-width:0;
}
.fthet_eyebrow_mpf{
margin-bottom:0.75rem;
}
.fthet_h2_mpf{
font-weight:600;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
line-height:1.06;
font-size:28px;
overflow-wrap:break-word;
color:#171614;
margin-bottom:14px;
}
@media(min-width:768px){
.fthet_h2_mpf{
font-size:2rem;
}
}
.fthet_text_mpf{
margin-bottom:22px;
line-height:1.65;
font-size:0.938rem;
color:#857F77;
}
.fthet_stats_mpf{
gap:1.5rem;
display:flex;
flex-wrap:wrap;
}
.fthet_stat_mpf{
min-width:0;
}
.fthet_stat_v_mpf{
font-size:26px;
color:#171614;
line-height:1;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
font-weight:700;
}
.fthet_stat_l_mpf{
color:#6B6760;
margin-top:0.25rem;
font-size:0.781rem;
}
.fthet_right_mpf{
gap:0.75rem;
display:flex;
flex-direction:column;
}
.fthet_member_mpf{
background:#FAFAF8;
padding:18px 1.25rem;
border:1px solid rgba(20,18,16,0.08);
gap:16px;
border-radius:14px;
align-items:center;
min-width:0;
display:flex;
}
.fthet_member_av_mpf{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#1F1D1A,#A8854A);
height:48px;
width:48px;
}
.fthet_member_name_mpf{
font-weight:700;
overflow-wrap:break-word;
font-size:0.938rem;
color:#171614;
}
.fthet_member_role_mpf{
color:#6B6760;
overflow-wrap:break-word;
font-size:0.781rem;
}
.fthet_updated_mpf{
border:1px solid rgba(20,18,16,0.08);
border-radius:0.875rem;
padding:14px 18px;
background:#F5F3F0;
gap:0.5rem;
color:#857F77;
font-size:12.5px;
align-items:center;
display:flex;
}
.fthtt_mpf{
padding:48px 0 0.625rem;
}
@media(min-width:770px){
.fthtt_mpf{
padding:3.75rem 0 0.625rem;
}
}
.fthtt_head_mpf{
margin-bottom:2.125rem;
text-align:center;
}
.fthtt_eyebrow_mpf{
margin-bottom:0.75rem;
}
.fthtt_h2_mpf{
font-weight:600;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:32px;
color:#171614;
line-height:1.05;
}
@media(min-width:771px){
.fthtt_h2_mpf{
font-size:42px;
}
}
.fthtt_grid_mpf{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:762px){
.fthtt_grid_mpf{
grid-template-columns:repeat(3,1fr);
}
}
.fthtt_card_mpf{
padding:1.875rem;
background:#FAFAF8;
border-radius:14px;
border:1px solid rgba(20,18,16,0.08);
flex-direction:column;
display:flex;
min-width:0;
}
.fthtt_card_ic_mpf{
margin-bottom:18px;
display:inline-flex;
color:#A8854A;
align-items:center;
}
.fthtt_card_ic_mpf svg{
width:1.75rem;
height:28px;
}
.fthtt_card_h_mpf{
line-height:1.15;
overflow-wrap:break-word;
color:#171614;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
margin-bottom:8px;
font-size:1.375rem;
font-weight:600;
}
.fthtt_card_p_mpf{
color:#857F77;
overflow-wrap:break-word;
margin-bottom:14px;
line-height:1.6;
font-size:14px;
}
.fthtt_card_p_mpf b{
color:#171614;
font-weight:700;
}
.fthtt_card_link_mpf{
transition:color .2s ease;
border-bottom:1px solid #A8854A;
align-self:flex-start;
font-size:13px;
font-weight:700;
color:#171614;
padding-bottom:2px;
margin-top:auto;
}
.fthtt_card_link_mpf:hover{
color:#A8854A;
}
.fthsg_mpf{
padding:48px 0 10px;
}
.fthsg_eyebrow_mpf{
margin-bottom:12px;
display:block;
}
.fthsg_h2_mpf{
font-family:"Spectral", Georgia, 'Times New Roman', serif;
color:#171614;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:28px;
font-size:1.875rem;
line-height:1.05;
}
@media(min-width:769px){
.fthsg_h2_mpf{
font-size:2.25rem;
}
}
.fthsg_grid_mpf{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:721px){
.fthsg_grid_mpf{
grid-template-columns:repeat(3,1fr);
}
}
.fthsg_col_mpf{
min-width:0;
}
.fthsg_col_h_mpf{
margin-bottom:0.625rem;
overflow-wrap:break-word;
line-height:1.15;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:22px;
color:#171614;
}
.fthsg_col_p_mpf{
color:#857F77;
font-size:14px;
line-height:1.65;
overflow-wrap:break-word;
}
.fthel_mpf{
padding:48px 0;
}
@media(min-width:765px){
.fthel_mpf{
padding:56px 0;
}
}
.fthel_in_mpf{
gap:2.5rem;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:902px){
.fthel_in_mpf{
grid-template-columns:1fr 1fr;
gap:3.5rem;
}
}
.fthel_left_mpf{
min-width:0;
}
.fthel_eyebrow_mpf{
margin-bottom:0.875rem;
}
.fthel_h2_mpf{
line-height:1.08;
color:#171614;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:2rem;
overflow-wrap:break-word;
margin-bottom:1.375rem;
}
@media(min-width:765px){
.fthel_h2_mpf{
font-size:38px;
}
}
.fthel_body_mpf p{
line-height:1.7;
font-size:1rem;
overflow-wrap:break-word;
color:#2E2C29;
margin-bottom:1.125rem;
}
.fthel_dropcap_mpf{
padding:0.375rem 12px 0 0;
font-weight:700;
font-size:62px;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
float:left;
line-height:.8;
color:#A8854A;
}
.fthel_right_mpf{
min-width:0;
}
.fthel_quote_mpf{
background:linear-gradient(150deg,#1F1D1A,#111009);
padding:36px;
border-radius:1.25rem;
margin-bottom:1.5rem;
position:relative;
color:#F2EEE7;
}
.fthel_quote_mark_mpf{
margin-bottom:6px;
display:inline-flex;
align-items:center;
color:#C9A96E;
}
.fthel_quote_mark_mpf svg{
height:34px;
width:34px;
}
.fthel_quote_text_mpf{
line-height:1.4;
margin-bottom:22px;
overflow-wrap:break-word;
font-weight:500;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
font-size:1.375rem;
color:#F2EEE7;
}
.fthel_quote_meta_mpf{
gap:0.75rem;
align-items:center;
display:flex;
}
.fthel_quote_av_mpf{
background:linear-gradient(135deg,#A8854A,#D4B07A);
border-radius:50%;
flex:0 0 auto;
width:38px;
height:2.375rem;
}
.fthel_quote_author_mpf{
color:#F2EEE7;
font-size:14px;
font-weight:700;
}
.fthel_quote_meta_sub_mpf{
color:#A09B92;
font-size:12px;
}
.fthel_explain_mpf{
overflow:hidden;
border-radius:0.875rem;
border:1px solid rgba(20,18,16,0.08);
}
.fthel_explain_card_mpf{
padding:1.375rem 1.5rem;
}
.fthel_explain_card_mpf+.fthel_explain_card_mpf{
border-top:1px solid rgba(20,18,16,0.08);
}
.fthel_explain_h_mpf{
overflow-wrap:break-word;
margin-bottom:8px;
font-weight:600;
color:#171614;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
line-height:1.15;
font-size:20px;
}
.fthel_explain_p_mpf{
color:#857F77;
line-height:1.55;
font-size:14px;
overflow-wrap:break-word;
}
.fthsc_mpf{
padding:48px 0 0.625rem;
}
.fthsc_head_mpf{
text-align:center;
margin-bottom:1.75rem;
}
.fthsc_eyebrow_mpf{
margin-bottom:12px;
}
.fthsc_h2_mpf{
font-family:"Spectral", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1.05;
font-size:30px;
color:#171614;
font-weight:600;
}
@media(min-width:766px){
.fthsc_h2_mpf{
font-size:36px;
}
}
.fthsc_table_mpf{
border:1px solid rgba(20,18,16,0.08);
border-radius:0.875rem;
margin:0 auto;
overflow:hidden;
max-width:56.25rem;
}
.fthsc_thead_mpf{
grid-template-columns:1.6fr 1fr 1fr;
background:#1C1B19;
display:grid;
}
.fthsc_th_mpf{
padding:15px 1.125rem;
font-size:0.813rem;
font-weight:700;
text-align:center;
overflow-wrap:break-word;
color:#A09B92;
}
.fthsc_th_mpf:first-child{
text-align:left;
}
.fthsc_th_us_mpf{
color:#C9A96E;
}
.fthsc_row_mpf{
grid-template-columns:1.6fr 1fr 1fr;
border-top:1px solid rgba(20,18,16,0.08);
display:grid;
}
.fthsc_row_mpf:nth-child(even){
background:#FAFAF8;
}
.fthsc_td_mpf{
padding:0.938rem 18px;
min-width:0;
overflow-wrap:break-word;
font-size:0.875rem;
text-align:center;
color:#6B6760;
}
.fthsc_td_mpf:first-child{
text-align:left;
color:#2E2C29;
font-weight:600;
}
.fthsc_td_us_mpf{
color:#3A7D5C;
font-weight:700;
}
.fthlh_mpf{
padding:2.5rem 0 1.25rem;
}
.fthlh_in_mpf{
border-top:1px solid rgba(20,18,16,0.14);
padding-top:34px;
}
.fthlh_eyebrow_mpf{
display:block;
margin-bottom:22px;
}
.fthlh_grid_mpf{
gap:1.75rem;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:600px){
.fthlh_grid_mpf{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:958px){
.fthlh_grid_mpf{
grid-template-columns:repeat(5,1fr);
}
}
.fthlh_col_mpf{
min-width:0;
}
.fthlh_col_h_mpf{
font-weight:700;
margin-bottom:0.75rem;
overflow-wrap:break-word;
font-size:0.813rem;
color:#171614;
}
.fthlh_links_mpf{
gap:0.5rem;
display:flex;
flex-direction:column;
}
.fthlh_link_mpf{
transition:color .2s ease;
font-size:0.813rem;
color:#857F77;
overflow-wrap:break-word;
}
.fthlh_link_mpf:hover{
color:#A8854A;
}
.fthfaq_mpf{
background:#FAFAF8;
padding:48px 0;
margin-top:1.5rem;
border-top:1px solid rgba(20,18,16,0.08);
border-bottom:1px solid rgba(20,18,16,0.08);
}
@media(min-width:766px){
.fthfaq_mpf{
padding:62px 0;
}
}
.fthfaq_head_mpf{
text-align:center;
margin-bottom:34px;
}
.fthfaq_eyebrow_mpf{
margin-bottom:0.75rem;
}
.fthfaq_h2_mpf{
font-size:2rem;
color:#171614;
line-height:1.05;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:769px){
.fthfaq_h2_mpf{
font-size:38px;
}
}
.fthfaq_list_mpf{
margin:0 auto;
gap:0.75rem;
flex-direction:column;
max-width:820px;
display:flex;
}
.fthfaq_item_mpf{
border:1px solid rgba(20,18,16,0.08);
overflow:hidden;
border-radius:14px;
background:#F5F3F0;
}
.fthfaq_q_mpf{
gap:20px;
list-style:none;
padding:20px 1.5rem;
overflow-wrap:break-word;
cursor:pointer;
justify-content:space-between;
align-items:center;
display:flex;
color:#171614;
font-size:1rem;
font-weight:700;
}
.fthfaq_q_mpf::-webkit-details-marker{
display:none;
}
.fthfaq_q_ic_mpf{
flex:0 0 auto;
transition:transform .2s ease;
display:inline-flex;
align-items:center;
color:#A8854A;
}
.fthfaq_q_ic_mpf svg{
height:1.125rem;
width:18px;
}
.fthfaq_item_mpf[open] .fthfaq_q_ic_mpf{
transform:rotate(180deg);
}
.fthfaq_a_mpf{
padding:0 24px 20px;
line-height:1.6;
overflow-wrap:break-word;
font-size:14.5px;
color:#857F77;
}
.fthgd_mpf{
padding:48px 0 10px;
}
.fthgd_head_mpf{
gap:0.875rem;
flex-direction:column;
margin-bottom:1.5rem;
display:flex;
}
@media(min-width:678px){
.fthgd_head_mpf{
gap:1.25rem;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.fthgd_eyebrow_mpf{
margin-bottom:0.625rem;
}
.fthgd_h2_mpf{
font-family:"Spectral", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#171614;
line-height:1.05;
font-size:1.75rem;
font-weight:600;
}
@media(min-width:769px){
.fthgd_h2_mpf{
font-size:2.125rem;
}
}
.fthgd_more_mpf{
flex:0 0 auto;
transition:color .2s ease,border-color .2s ease;
font-weight:600;
font-size:0.844rem;
border-bottom:1px solid #171614;
color:#171614;
padding-bottom:2px;
}
.fthgd_more_mpf:hover{
border-color:#A8854A;
color:#A8854A;
}
.fthgd_grid_mpf{
grid-template-columns:1fr;
gap:20px;
display:grid;
}
@media(min-width:721px){
.fthgd_grid_mpf{
grid-template-columns:repeat(3,1fr);
}
}
.fthgd_card_mpf{
overflow:hidden;
border:1px solid rgba(20,18,16,0.08);
background:#FAFAF8;
border-radius:14px;
display:block;
min-width:0;
}
.fthgd_card_img_mpf{
background:linear-gradient(140deg,#1F1D1A,#A8854A);
height:150px;
}
.fthgd_card_body_mpf{
padding:22px;
}
.fthgd_card_cat_mpf{
font-weight:600;
text-transform:uppercase;
color:#A8854A;
letter-spacing:.1em;
font-size:10px;
}
.fthgd_card_h_mpf{
margin:8px 0 0.625rem;
font-weight:600;
overflow-wrap:break-word;
font-size:19px;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
color:#171614;
line-height:1.2;
}
.fthgd_card_meta_mpf{
color:#6B6760;
overflow-wrap:break-word;
font-size:0.75rem;
}
.fthsb_mpf{
padding:3rem 0;
background:#FAFAF8;
margin-top:24px;
border-top:1px solid rgba(20,18,16,0.08);
border-bottom:1px solid rgba(20,18,16,0.08);
}
@media(min-width:766px){
.fthsb_mpf{
padding:56px 0;
}
}
.fthsb_eyebrow_mpf{
display:block;
margin-bottom:12px;
}
.fthsb_h2_mpf{
overflow-wrap:break-word;
color:#171614;
margin-bottom:1.625rem;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:30px;
line-height:1.05;
}
@media(min-width:769px){
.fthsb_h2_mpf{
font-size:36px;
}
}
.fthsb_grid_mpf{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:561px){
.fthsb_grid_mpf{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:958px){
.fthsb_grid_mpf{
grid-template-columns:repeat(4,1fr);
}
}
.fthsb_card_mpf{
border-radius:0.875rem;
background:#F5F3F0;
padding:24px;
border:1px solid rgba(20,18,16,0.08);
min-width:0;
}
.fthsb_card_h_mpf{
overflow-wrap:break-word;
color:#171614;
line-height:1.15;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
font-size:1.188rem;
margin-bottom:0.5rem;
font-weight:600;
}
.fthsb_card_p_mpf{
overflow-wrap:break-word;
font-size:0.844rem;
color:#857F77;
line-height:1.6;
}
.fthsb_rtp_mpf{
border:1px solid rgba(20,18,16,0.08);
gap:24px;
grid-template-columns:1fr;
padding:1.625rem 1.75rem;
border-radius:14px;
background:#F5F3F0;
align-items:center;
margin-top:18px;
display:grid;
}
@media(min-width:760px){
.fthsb_rtp_mpf{
grid-template-columns:1fr 1fr;
gap:40px;
}
}
.fthsb_rtp_h_mpf{
margin-bottom:8px;
line-height:1.15;
font-weight:600;
font-size:20px;
overflow-wrap:break-word;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
color:#171614;
}
.fthsb_rtp_p_mpf{
font-size:0.844rem;
color:#857F77;
overflow-wrap:break-word;
line-height:1.6;
}
.fthsb_rtp_stats_mpf{
gap:16px;
display:flex;
}
.fthsb_stat_mpf{
padding:1.125rem;
border-radius:0.5rem;
flex:1 1 0;
background:#FAFAF8;
min-width:0;
text-align:center;
}
.fthsb_stat_v_mpf{
font-weight:700;
overflow-wrap:break-word;
color:#3A7D5C;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
font-size:26px;
}
.fthsb_stat_l_mpf{
color:#6B6760;
margin-top:0.25rem;
font-size:0.719rem;
}
.fthft_mpf{
background:#1C1B19;
margin-top:40px;
color:#A09B92;
}
.fthft_in_mpf{
gap:32px;
grid-template-columns:1fr;
padding:48px 0 28px;
display:grid;
}
@media(min-width:601px){
.fthft_in_mpf{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:903px){
.fthft_in_mpf{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.fthft_brand_mpf{
min-width:0;
}
.fthft_logo_mpf{
font-size:26px;
overflow-wrap:break-word;
font-weight:700;
color:#F2EEE7;
font-family:"Spectral", Georgia, 'Times New Roman', serif;
}
.fthft_tagline_mpf{
font-size:0.844rem;
line-height:1.6;
margin-top:0.875rem;
max-width:17.5rem;
color:#A09B92;
}
.fthft_contact_mpf{
transition:color .2s ease;
color:#C9A96E;
overflow-wrap:anywhere;
font-size:0.813rem;
display:inline-block;
margin-top:0.75rem;
max-width:17.5rem;
}
.fthft_contact_mpf:hover{
color:#F2EEE7;
}
.fthft_col_mpf{
min-width:0;
}
.fthft_col_h_mpf{
margin-bottom:0.875rem;
font-weight:700;
color:#F2EEE7;
text-transform:uppercase;
letter-spacing:.08em;
overflow-wrap:break-word;
font-size:13px;
}
.fthft_col_links_mpf{
gap:10px;
display:flex;
flex-direction:column;
}
.fthft_link_mpf{
transition:color .2s ease;
font-size:13.5px;
overflow-wrap:break-word;
color:#A09B92;
}
.fthft_link_mpf:hover{
color:#F2EEE7;
}
.fthft_bot_mpf{
gap:1rem;
padding:1.375rem 0 40px;
display:flex;
border-top:1px solid rgba(255,252,245,0.12);
flex-direction:column;
}
@media(min-width:767px){
.fthft_bot_mpf{
gap:20px;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.fthft_legal_mpf{
overflow-wrap:break-word;
line-height:1.6;
font-size:11.5px;
color:#ADA89F;
max-width:760px;
}
.fthft_legal_mpf b{
color:#A09B92;
font-weight:700;
}
.fthft_age_mpf{
flex:0 0 auto;
border-radius:8px;
border:1.5px solid #C9A96E;
padding:0.25rem 9px;
font-weight:700;
font-size:0.813rem;
color:#C9A96E;
}