*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F5F1EB;
color:#3A3226;
font-size:15px;
overflow-wrap:break-word;
font-family:"Inter", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
text-rendering:optimizeLegibility;
line-height:1.6;
-webkit-font-smoothing:antialiased;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
button{
border:none;
background:none;
cursor:pointer;
font-family:inherit;
}
::-webkit-scrollbar{
height:0.5rem;
width:8px;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.50);
border-radius:8px;
}
::-webkit-scrollbar-track{
background:transparent;
}
.xiflayout-cma{
flex-direction:column;
min-height:100vh;
display:flex;
}
.xifmain-cma{
flex:1 1 auto;
min-width:0;
width:100%;
}
.xifcontainer-cma{
margin:0 auto;
padding:0 1rem;
width:100%;
max-width:1400px;
}
@media(min-width:768px){
.xifcontainer-cma{
padding:0 2rem;
}
}
@media(min-width:1102px){
.xifcontainer-cma{
padding:0 3.5rem;
}
}
.xifeyebrow-cma{
font-family:"Inter", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
display:inline-block;
font-weight:600;
text-transform:uppercase;
color:#A07C3A;
line-height:1.4;
letter-spacing:.2em;
font-size:0.688rem;
overflow-wrap:break-word;
}
.xifband-cma{
background:#1E1A12;
color:#F5EFE2;
}
.xifband-cma .xifeyebrow-cma{
color:#D4A84B;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.xiftb-cma{
background:#F5F1EB;
position:sticky;
z-index:50;
border-bottom:1px solid rgba(42,35,24,0.15);
top:0;
}
.xiftb_in-cma{
margin:0 auto;
padding:0.75rem 1rem;
gap:1rem;
display:flex;
width:100%;
justify-content:space-between;
max-width:87.5rem;
align-items:center;
}
@media(min-width:765px){
.xiftb_in-cma{
padding:1rem 32px;
}
}
@media(min-width:1097px){
.xiftb_in-cma{
padding:18px 3.5rem;
}
}
.xiftb_left-cma{
gap:1.75rem;
display:flex;
min-width:0;
align-items:center;
}
.xiftb_logo-cma{
gap:11px;
display:flex;
min-width:0;
align-items:center;
}
.xiftb_logo_mark-cma{
border-radius:8px;
flex:0 0 auto;
object-fit:cover;
width:34px;
height:34px;
}
.xiftb_logo_txt-cma{
min-width:0;
flex-direction:column;
display:flex;
line-height:1;
}
.xiftb_logo_name-cma{
overflow:hidden;
color:#1C1810;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-size:22px;
white-space:nowrap;
font-weight:700;
text-overflow:ellipsis;
letter-spacing:.02em;
}
.xiftb_logo_sub-cma{
overflow:hidden;
font-weight:600;
text-transform:uppercase;
color:#A07C3A;
margin-top:4px;
letter-spacing:.32em;
white-space:nowrap;
font-size:0.531rem;
text-overflow:ellipsis;
}
.xiftb_nav-cma{
display:none;
}
@media(min-width:962px){
.xiftb_nav-cma{
gap:1.75rem;
align-items:center;
display:flex;
}
}
.xiftb_nav_item-cma{
transition:color .22s ease,border-color .22s ease;
font-size:0.875rem;
padding-bottom:3px;
color:#3A3226;
font-weight:600;
border-bottom:2px solid transparent;
white-space:nowrap;
}
.xiftb_nav_item-cma:hover{
color:#1C1810;
}
.xiftb_nav_item-cma.xifstate_active-cma{
border-color:#A07C3A;
color:#1C1810;
}
.xiftb_right-cma{
flex:0 0 auto;
gap:0.875rem;
align-items:center;
display:flex;
}
.xiftb_search-cma{
transition:color .22s ease;
justify-content:center;
color:#3A3226;
display:flex;
align-items:center;
}
.xiftb_search-cma:hover{
color:#A07C3A;
}
.xiftb_search-cma svg{
height:1.125rem;
width:18px;
}
.xiftb_lang-cma{
text-transform:uppercase;
color:#6B5E48;
font-size:11px;
font-weight:600;
letter-spacing:.1em;
}
.xiftb_lang-cma:hover{
color:#1C1810;
}
.xiftb_login-cma{
color:#1C1810;
font-size:14px;
font-weight:600;
display:none;
}
@media(min-width:771px){
.xiftb_login-cma{
display:inline-block;
}
}
.xiftb_register-cma{
border-radius:999px;
padding:11px 1.375rem;
transition:background-color .22s ease;
background:#2A2318;
font-size:0.875rem;
white-space:nowrap;
font-weight:700;
color:#F5EFE2;
}
.xiftb_register-cma:hover{
background:#3D3220;
}
.xifmob-cma{
background:#F5F1EB;
position:fixed;
right:0;
border-top:1px solid rgba(42,35,24,0.15);
padding-bottom:env(safe-area-inset-bottom);
left:0;
bottom:0;
z-index:60;
}
@media(min-width:961px){
.xifmob-cma{
display:none;
}
}
.xifmob_in-cma{
margin:0 auto;
justify-content:space-around;
display:flex;
align-items:stretch;
max-width:560px;
}
.xifmob_item-cma{
flex:1 1 0;
padding:9px 4px;
gap:3px;
transition:color .22s ease;
display:flex;
color:#6B5E48;
align-items:center;
flex-direction:column;
min-width:0;
}
.xifmob_item-cma.xifstate_active-cma{
color:#A07C3A;
}
.xifmob_ic-cma{
align-items:center;
display:flex;
justify-content:center;
}
.xifmob_ic-cma svg{
width:20px;
height:1.25rem;
}
.xifmob_lb-cma{
overflow:hidden;
white-space:nowrap;
max-width:100%;
text-overflow:ellipsis;
font-size:0.625rem;
font-weight:600;
}
@media(max-width:962px){
body{
padding-bottom:3.75rem;
}
}
.xifrail-cma{
position:relative;
min-width:0;
}
.xifrail_scroll-cma{
gap:14px;
scrollbar-width:thin;
overflow-x:auto;
display:flex;
padding-bottom:0.875rem;
-webkit-overflow-scrolling:touch;
}
@media(min-width:769px){
.xifrail_scroll-cma{
gap:1.125rem;
}
}
.xifgc-cma{
flex:0 0 auto;
width:9.375rem;
display:block;
}
@media(min-width:769px){
.xifgc-cma{
width:11.75rem;
}
}
.xifgc_img-cma{
border-radius:0.875rem;
overflow:hidden;
background:#FDFAF6;
position:relative;
box-shadow:0 2px 6px rgba(42,35,24,0.07), 0 0.5rem 20px rgba(42,35,24,0.08);
padding-bottom:133.33%;
}
.xifgc_img-cma img{
inset:0;
width:100%;
position:absolute;
object-fit:cover;
height:100%;
}
.xifgc_cover-cma{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.50));
pointer-events:none;
position:absolute;
}
.xifgc_hover-cma{
background:rgba(0,0,0,0.50);
inset:0;
transition:opacity .22s ease;
justify-content:center;
align-items:center;
position:absolute;
display:flex;
opacity:0;
}
.xifgc-cma:hover .xifgc_hover-cma{
opacity:1;
}
.xifgc_hover_btn-cma{
border-radius:999px;
background:#2A2318;
height:46px;
display:flex;
color:#F5EFE2;
justify-content:center;
width:46px;
align-items:center;
}
.xifgc_hover_btn-cma svg{
height:1.125rem;
width:1.125rem;
}
.xifgc_info-cma{
gap:2px;
flex-direction:column;
display:flex;
min-width:0;
margin-top:9px;
}
.xifgc_name-cma{
overflow:hidden;
white-space:nowrap;
text-overflow:ellipsis;
color:#1C1810;
font-size:13px;
font-weight:700;
}
.xifgc_prov-cma{
overflow:hidden;
color:#6B5E48;
white-space:nowrap;
text-overflow:ellipsis;
font-size:11px;
}
.xifgc_meta-cma{
color:#6B5E48;
font-size:0.688rem;
}
.xiftc-cma{
flex:0 0 auto;
display:block;
width:180px;
}
@media(min-width:765px){
.xiftc-cma{
width:14.375rem;
}
}
.xiftc_img-cma{
overflow:hidden;
border-radius:0.875rem;
background:#FDFAF6;
padding-bottom:75%;
position:relative;
box-shadow:0 2px 6px rgba(42,35,24,0.07), 0 0.5rem 1.25rem rgba(42,35,24,0.08);
}
.xiftc_img-cma img{
inset:0;
object-fit:cover;
height:100%;
width:100%;
position:absolute;
}
.xiftc_info-cma{
gap:2px;
flex-direction:column;
display:flex;
min-width:0;
margin-top:0.563rem;
}
.xiftc_name-cma{
overflow:hidden;
white-space:nowrap;
font-weight:700;
color:#1C1810;
font-size:0.875rem;
text-overflow:ellipsis;
}
.xiftc_rtp-cma{
color:#6B5E48;
font-size:0.688rem;
}
.xiflc-cma{
flex:0 0 auto;
display:block;
width:14.375rem;
}
@media(min-width:765px){
.xiflc-cma{
width:16.75rem;
}
}
.xiflc_img-cma{
overflow:hidden;
background:#FDFAF6;
border-radius:0.875rem;
position:relative;
padding-bottom:62.5%;
box-shadow:0 2px 6px rgba(42,35,24,0.07), 0 8px 1.25rem rgba(42,35,24,0.08);
}
.xiflc_img-cma img{
inset:0;
height:100%;
width:100%;
position:absolute;
object-fit:cover;
}
.xiflc_live-cma{
padding:0.25rem 9px;
background:rgba(0,0,0,0.50);
gap:7px;
border-radius:62.438rem;
align-items:center;
display:flex;
top:0.75rem;
position:absolute;
left:12px;
}
.xiflc_live_dot-cma{
border-radius:50%;
animation:zm2-pulse 1.6s infinite;
background:#B84B36;
height:8px;
width:0.5rem;
}
.xiflc_seats-cma{
letter-spacing:.08em;
font-weight:600;
color:#F5EFE2;
font-size:10px;
text-transform:uppercase;
}
.xiflc_info-cma{
gap:2px;
flex-direction:column;
min-width:0;
margin-top:0.563rem;
display:flex;
}
.xiflc_name-cma{
overflow:hidden;
text-overflow:ellipsis;
font-size:15px;
color:#1C1810;
font-weight:700;
white-space:nowrap;
}
.xiflc_bet-cma{
font-size:11px;
color:#6B5E48;
}
.xifpc-cma{
border-radius:0.875rem;
padding:1rem 0.875rem;
background:#FDFAF6;
border:1px solid rgba(42,35,24,0.08);
gap:0.5rem;
min-width:0;
justify-content:center;
display:flex;
flex-direction:column;
align-items:center;
min-height:74px;
}
.xifpc_logo-cma{
flex:0 0 auto;
max-width:100%;
width:auto;
object-fit:contain;
height:1.75rem;
}
.xifpc_name-cma{
overflow:hidden;
text-overflow:ellipsis;
color:#6B5E48;
white-space:nowrap;
text-align:center;
max-width:100%;
font-size:11px;
}
.xifgc_tag-cma{
padding:3px 8px;
border-radius:0.5rem;
text-transform:uppercase;
position:absolute;
display:inline-block;
font-size:0.625rem;
top:0.625rem;
z-index:2;
left:10px;
letter-spacing:.06em;
font-weight:700;
}
.xifgc_tag_hot-cma{
background:#B84B36;
color:#F5EFE2;
}
.xifgc_tag_new-cma{
background:#C9963F;
color:#1C1810;
}
.xifgc_tag_jp-cma{
background:#C9963F;
color:#1C1810;
}
.xifgc_tag_live-cma{
background:#B84B36;
color:#F5EFE2;
}
.xifsh-cma{
min-width:0;
margin-bottom:18px;
}
.xifsh_row-cma{
gap:1rem;
flex-wrap:wrap;
align-items:flex-end;
display:flex;
justify-content:space-between;
}
.xifsh_row-cma .xifsh_l-cma{
gap:0.375rem;
flex-direction:column;
min-width:0;
display:flex;
}
.xifsh_stack-cma{
gap:10px;
display:flex;
align-items:flex-start;
flex-direction:column;
}
.xifsh_center-cma{
gap:0.625rem;
text-align:center;
align-items:center;
flex-direction:column;
display:flex;
}
.xifsh_h2-cma{
font-size:1.5rem;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.1;
overflow-wrap:break-word;
color:#1C1810;
}
@media(min-width:771px){
.xifsh_h2-cma{
font-size:30px;
}
}
.xifband-cma .xifsh_h2-cma{
color:#F5EFE2;
}
.xifsh_eb_line-cma{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.xifsh_eb_line-cma::before{
background:#A07C3A;
height:1px;
content:"";
width:1.75rem;
display:inline-block;
}
.xifband-cma .xifsh_eb_line-cma::before{
background:#D4A84B;
}
.xifsh_eb_dot-cma{
gap:8px;
align-items:center;
display:inline-flex;
}
.xifsh_eb_dot-cma::before{
background:#A07C3A;
border-radius:50%;
display:inline-block;
width:6px;
content:"";
height:6px;
}
.xifband-cma .xifsh_eb_dot-cma::before{
background:#D4A84B;
}
.xifsh_link-cma{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:6px;
padding-bottom:2px;
white-space:nowrap;
align-items:center;
color:#1C1810;
font-size:0.813rem;
border-bottom:1px solid #1C1810;
font-weight:600;
display:inline-flex;
}
.xifsh_link-cma:hover{
border-color:#A07C3A;
color:#A07C3A;
}
.xifsh_link-cma svg{
width:14px;
height:0.875rem;
}
.xifsh_link_chev-cma{
border-bottom:0;
padding-bottom:0;
}
.xifsh_link_btn-cma{
padding:9px 1.125rem;
border-radius:62.438rem;
background:#2A2318;
color:#F5EFE2;
border-bottom:0;
}
.xifsh_link_btn-cma:hover{
background:#3D3220;
border-color:transparent;
color:#F5EFE2;
}
.xifband-cma .xifsh_link-cma{
border-color:#F5EFE2;
color:#F5EFE2;
}
.xifband-cma .xifsh_link_btn-cma{
background:#D4A84B;
color:#1C1810;
}
.xifsh_rule-cma{
margin:-2px 0 1.125rem;
background:rgba(42,35,24,0.15);
height:1px;
}
.xifband-cma .xifsh_rule-cma{
background:rgba(253,248,238,0.13);
}
.xifhero-cma{
padding:32px 0 8px;
}
@media(min-width:767px){
.xifhero-cma{
padding:56px 0 1.5rem;
}
}
.xifhero_in-cma{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:center;
}
@media(min-width:901px){
.xifhero_in-cma{
grid-template-columns:1.05fr .95fr;
gap:3rem;
}
}
.xifhero_copy-cma{
min-width:0;
}
.xifhero_eyebrow-cma{
gap:10px;
align-items:center;
display:inline-flex;
margin-bottom:22px;
}
.xifhero_eyebrow_line-cma{
background:#A07C3A;
flex:0 0 auto;
height:1px;
display:inline-block;
width:1.75rem;
}
.xifhero_h1-cma{
line-height:1.04;
letter-spacing:-.01em;
color:#1C1810;
overflow-wrap:break-word;
font-size:2.375rem;
margin-bottom:1.25rem;
font-weight:600;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.xifhero_h1-cma{
font-size:3.375rem;
}
}
@media(min-width:1097px){
.xifhero_h1-cma{
font-size:3.875rem;
}
}
.xifhero_h1-cma em{
font-style:normal;
color:#A07C3A;
}
.xifhero_sub-cma{
font-size:1rem;
color:#8C7D66;
max-width:480px;
margin-bottom:1.875rem;
line-height:1.6;
}
@media(min-width:768px){
.xifhero_sub-cma{
font-size:18px;
}
}
.xifhero_actions-cma{
gap:14px;
flex-wrap:wrap;
align-items:center;
margin-bottom:34px;
display:flex;
}
.xifhero_cta-cma{
padding:1rem 30px;
gap:0.625rem;
background:#2A2318;
border-radius:999px;
transition:background-color .22s ease;
font-weight:700;
font-size:15px;
color:#F5EFE2;
display:inline-flex;
align-items:center;
}
.xifhero_cta-cma:hover{
background:#3D3220;
}
.xifhero_cta_ic-cma{
display:inline-flex;
align-items:center;
}
.xifhero_cta_ic-cma svg{
height:1rem;
width:1rem;
}
.xifhero_cta_alt-cma{
border-radius:62.438rem;
background:transparent;
padding:15px 26px;
border:1px solid rgba(42,35,24,0.15);
transition:border-color .22s ease,color .22s ease;
align-items:center;
display:inline-flex;
color:#1C1810;
font-weight:600;
font-size:15px;
}
.xifhero_cta_alt-cma:hover{
border-color:#A07C3A;
color:#A07C3A;
}
.xifhero_trust-cma{
gap:1.375rem;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.xifhero_trust_item-cma{
gap:9px;
display:flex;
font-weight:600;
color:#3A3226;
align-items:center;
font-size:13px;
}
.xifhero_trust_ic-cma{
align-items:center;
display:inline-flex;
color:#A07C3A;
}
.xifhero_trust_ic-cma svg{
height:16px;
width:16px;
}
.xifhero_promo-cma{
background:#FDFAF6;
overflow:hidden;
border-radius:1.25rem;
box-shadow:0 12px 48px rgba(42,35,24,0.14), 0 3px 10px rgba(42,35,24,0.09);
display:flex;
position:relative;
min-height:18.75rem;
}
.xifhero_promo_bg-cma{
inset:0;
background-size:cover;
position:absolute;
background-position:center;
}
.xifhero_promo_bg-cma::after{
background:linear-gradient(120deg,#1E1A12 0%,rgba(0,0,0,0.50) 55%,transparent 100%);
inset:0;
content:"";
position:absolute;
}
.xifhero_promo_glow-cma{
border-radius:50%;
background:radial-gradient(circle,rgba(178,140,80,0.18) 0%,transparent 65%);
width:16.25rem;
pointer-events:none;
top:-2.5rem;
height:260px;
right:-1.25rem;
position:absolute;
}
.xifhero_promo_ct-cma{
padding:1.75rem;
z-index:2;
align-self:flex-end;
position:relative;
max-width:88%;
}
.xifhero_promo_label-cma{
font-weight:700;
text-transform:uppercase;
margin-bottom:0.5rem;
font-size:10px;
color:#D4A84B;
display:block;
letter-spacing:.25em;
}
.xifhero_promo_amount-cma{
font-weight:600;
color:#F5EFE2;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-size:2rem;
overflow-wrap:break-word;
line-height:1.05;
}
@media(min-width:766px){
.xifhero_promo_amount-cma{
font-size:2.5rem;
}
}
.xifhero_promo_amount-cma em{
color:#D4A84B;
font-style:normal;
}
.xifhero_rating-cma{
padding:0.625rem 14px;
border-radius:0.875rem;
background:#FDFAF6;
gap:0.625rem;
border:1px solid rgba(42,35,24,0.08);
box-shadow:0 2px 0.375rem rgba(42,35,24,0.07), 0 0.5rem 20px rgba(42,35,24,0.08);
align-items:center;
max-width:min(260px,62%);
top:14px;
position:absolute;
z-index:3;
display:flex;
right:0.875rem;
}
.xifhero_rating_score-cma{
flex:0 0 auto;
font-size:24px;
font-weight:700;
color:#1C1810;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
}
.xifhero_rating_txt-cma{
flex:1 1 auto;
min-width:0;
}
.xifhero_rating_stars-cma{
gap:2px;
display:flex;
color:#A07C3A;
}
.xifhero_rating_stars-cma svg{
height:12px;
width:12px;
}
.xifhero_rating_cap-cma{
margin-top:3px;
font-size:0.688rem;
display:block;
color:#6B5E48;
overflow-wrap:break-word;
line-height:1.35;
}
.xifstat-cma{
margin-top:1rem;
border-bottom:1px solid rgba(42,35,24,0.15);
border-top:1px solid rgba(42,35,24,0.15);
}
.xifstat_in-cma{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:767px){
.xifstat_in-cma{
grid-template-columns:repeat(4,1fr);
}
}
.xifstat_item-cma{
padding:22px 14px;
border-right:1px solid rgba(42,35,24,0.08);
min-width:0;
border-bottom:1px solid rgba(42,35,24,0.08);
}
.xifstat_item-cma:nth-child(2n){
border-right:0;
}
.xifstat_item-cma:nth-child(n+3){
border-bottom:0;
}
@media(min-width:765px){
.xifstat_item-cma{
border-bottom:0;
}
.xifstat_item-cma:nth-child(2n){
border-right:1px solid rgba(42,35,24,0.08);
}
.xifstat_item-cma:nth-child(4n){
border-right:0;
}
}
.xifstat_value-cma{
font-family:"Bitter", Georgia, 'Times New Roman', serif;
color:#1C1810;
font-weight:700;
overflow-wrap:break-word;
line-height:1;
font-size:30px;
}
@media(min-width:767px){
.xifstat_value-cma{
font-size:34px;
}
}
.xifstat_label-cma{
color:#6B5E48;
line-height:1.4;
margin-top:6px;
overflow-wrap:break-word;
font-size:13px;
}
.xifgf-cma{
padding:1.5rem 0 0.375rem;
}
.xifgf_in-cma{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
}
.xifgf_chip-cma{
background:#FDFAF6;
border-radius:999px;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
border:1px solid rgba(42,35,24,0.15);
padding:10px 1.125rem;
font-weight:600;
font-size:13px;
white-space:nowrap;
color:#3A3226;
}
.xifgf_chip-cma:hover{
border-color:#A07C3A;
color:#A07C3A;
}
.xifgf_chip-cma.xifstate_active-cma{
background:#2A2318;
border-color:transparent;
color:#F5EFE2;
}
.xifgrow-cma{
padding:1.625rem 0 10px;
}
.xifrow_seo-cma{
margin:0.625rem 0 0;
max-width:47.5rem;
font-size:14px;
line-height:1.65;
overflow-wrap:break-word;
color:#8C7D66;
}
.xifrow_seo-cma strong{
font-weight:700;
color:#1C1810;
}
.xifpr-cma{
padding:1.875rem 0 6px;
}
.xifpr_card-cma{
flex:0 0 auto;
border-radius:1.25rem;
overflow:hidden;
background:#FDFAF6;
gap:0.625rem;
padding:1.625rem;
border:1px solid rgba(42,35,24,0.08);
min-height:12.5rem;
flex-direction:column;
width:17.5rem;
display:flex;
position:relative;
}
@media(min-width:766px){
.xifpr_card-cma{
width:18.75rem;
}
}
.xifpr_card_feat-cma{
background:linear-gradient(150deg,#2E2616,#141209);
border-color:transparent;
color:#F5EFE2;
}
.xifpr_glow-cma{
border-radius:50%;
background:radial-gradient(circle,rgba(178,140,80,0.18),transparent 70%);
pointer-events:none;
right:-30px;
width:130px;
height:130px;
opacity:0;
top:-1.875rem;
position:absolute;
}
.xifpr_card_feat-cma .xifpr_glow-cma{
opacity:1;
}
.xifpr_label-cma{
font-size:0.625rem;
text-transform:uppercase;
position:relative;
font-weight:700;
color:#A07C3A;
letter-spacing:.16em;
}
.xifpr_card_feat-cma .xifpr_label-cma{
color:#D4A84B;
}
.xifpr_amount-cma{
font-weight:600;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
line-height:1.08;
position:relative;
color:#1C1810;
font-size:1.625rem;
overflow-wrap:break-word;
}
.xifpr_card_feat-cma .xifpr_amount-cma{
color:#F5EFE2;
}
.xifpr_amount-cma em{
font-style:normal;
color:#A07C3A;
}
.xifpr_card_feat-cma .xifpr_amount-cma em{
color:#D4A84B;
}
.xifpr_terms-cma{
color:#6B5E48;
font-size:0.813rem;
line-height:1.5;
position:relative;
}
.xifpr_card_feat-cma .xifpr_terms-cma{
color:#BFB49E;
}
.xifpr_cta-cma{
position:relative;
margin-top:auto;
align-self:flex-start;
}
.xifpr_card_feat-cma .xifpr_cta-cma{
transition:opacity .22s ease;
background:#D4A84B;
border-radius:999px;
padding:0.563rem 1.125rem;
font-weight:700;
color:#1C1810;
font-size:0.813rem;
}
.xifpr_card_feat-cma .xifpr_cta-cma:hover{
opacity:.9;
}
.xifpr_card-cma:not(.xifpr_card_feat-cma) .xifpr_cta-cma{
transition:color .22s ease,border-color .22s ease;
font-weight:700;
color:#1C1810;
font-size:0.813rem;
border-bottom:1px solid #1C1810;
padding-bottom:2px;
}
.xifpr_card-cma:not(.xifpr_card_feat-cma) .xifpr_cta-cma:hover{
border-color:#A07C3A;
color:#A07C3A;
}
.xifgrow-cma{
padding:1.625rem 0 10px;
}
.xifrow_seo-cma{
margin:0.625rem 0 0;
color:#8C7D66;
font-size:0.875rem;
max-width:760px;
line-height:1.65;
overflow-wrap:break-word;
}
.xifrow_seo-cma strong{
color:#1C1810;
font-weight:700;
}
.xifjp-cma{
padding:1.875rem 0 10px;
}
.xifjp_grid-cma{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:767px){
.xifjp_grid-cma{
grid-template-columns:1fr 1fr;
}
.xifjp_card_mega-cma{
grid-column:1/-1;
}
}
@media(min-width:1001px){
.xifjp_grid-cma{
grid-template-columns:1.4fr 1fr 1fr;
}
.xifjp_card_mega-cma{
grid-column:auto;
}
}
.xifjp_card-cma{
padding:1.625rem;
background:#FDFAF6;
overflow:hidden;
gap:0.75rem;
border-radius:20px;
border:1px solid rgba(42,35,24,0.08);
display:flex;
min-width:0;
flex-direction:column;
min-height:200px;
position:relative;
justify-content:space-between;
}
.xifjp_card_mega-cma{
border-color:transparent;
background:linear-gradient(135deg,#2E2616,#141209);
color:#F5EFE2;
min-height:210px;
}
.xifjp_glow-cma{
background:radial-gradient(circle,rgba(178,140,80,0.18),transparent 70%);
border-radius:50%;
height:12.5rem;
top:-40px;
width:12.5rem;
position:absolute;
right:-40px;
pointer-events:none;
}
.xifjp_label-cma{
gap:0.625rem;
text-transform:uppercase;
position:relative;
letter-spacing:.16em;
font-weight:700;
flex-wrap:wrap;
display:flex;
font-size:10px;
justify-content:space-between;
align-items:center;
color:#A07C3A;
}
.xifjp_card_mega-cma .xifjp_label-cma{
color:#D4A84B;
}
.xifjp_drop-cma{
letter-spacing:.04em;
color:#6B5E48;
font-weight:600;
text-transform:none;
}
.xifjp_card_mega-cma .xifjp_drop-cma{
color:#BFB49E;
}
.xifjp_amount-cma{
font-size:38px;
position:relative;
color:#1C1810;
line-height:1;
overflow-wrap:break-word;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-weight:700;
}
.xifjp_card_mega-cma .xifjp_amount-cma{
animation:zm2-pulse 2.4s infinite;
font-size:48px;
color:#D4A84B;
}
@media(min-width:769px){
.xifjp_card_mega-cma .xifjp_amount-cma{
font-size:54px;
}
}
.xifjp_game-cma{
color:#6B5E48;
position:relative;
font-size:13px;
}
.xifjp_card_mega-cma .xifjp_game-cma{
color:#BFB49E;
}
.xifjp_cta-cma{
align-self:flex-start;
position:relative;
}
.xifjp_card_mega-cma .xifjp_cta-cma{
transition:opacity .22s ease;
border-radius:62.438rem;
padding:0.625rem 20px;
background:#D4A84B;
font-weight:700;
color:#1C1810;
font-size:0.813rem;
}
.xifjp_card_mega-cma .xifjp_cta-cma:hover{
opacity:.9;
}
.xifjp_card-cma:not(.xifjp_card_mega-cma) .xifjp_cta-cma{
transition:color .22s ease,border-color .22s ease;
color:#1C1810;
border-bottom:1px solid #1C1810;
font-weight:700;
font-size:13px;
padding-bottom:2px;
}
.xifjp_card-cma:not(.xifjp_card_mega-cma) .xifjp_cta-cma:hover{
border-color:#A07C3A;
color:#A07C3A;
}
.xifjp_seo-cma{
margin:0.875rem 0 0;
font-size:0.875rem;
overflow-wrap:break-word;
line-height:1.65;
color:#8C7D66;
max-width:47.5rem;
}
.xifjp_seo-cma strong{
font-weight:700;
color:#1C1810;
}
.xifgrow-cma{
padding:1.625rem 0 0.625rem;
}
.xifrow_seo-cma{
margin:10px 0 0;
line-height:1.65;
color:#8C7D66;
max-width:47.5rem;
overflow-wrap:break-word;
font-size:14px;
}
.xifrow_seo-cma strong{
color:#1C1810;
font-weight:700;
}
.xifvip-cma{
padding:48px 0;
}
@media(min-width:769px){
.xifvip-cma{
padding:4rem 0;
}
}
.xifvip_head-cma{
gap:14px;
flex-direction:column;
margin-bottom:30px;
display:flex;
}
@media(min-width:878px){
.xifvip_head-cma{
gap:1.5rem;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.xifvip_eyebrow-cma{
margin-bottom:0.75rem;
}
.xifvip_h2-cma{
overflow-wrap:break-word;
font-weight:600;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-size:2rem;
line-height:1.05;
color:#F5EFE2;
}
@media(min-width:769px){
.xifvip_h2-cma{
font-size:2.5rem;
}
}
.xifvip_intro-cma{
font-size:14px;
line-height:1.6;
color:#BFB49E;
max-width:420px;
}
.xifvip_grid-cma{
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
gap:14px;
display:grid;
}
.xifvip_card-cma{
border-radius:14px;
border:1px solid rgba(253,248,238,0.13);
padding:1.375rem 1.125rem;
min-width:0;
}
.xifvip_card_feat-cma{
background:rgba(253,248,238,0.07);
border-color:#D4A84B;
}
.xifvip_card_ic-cma{
background:linear-gradient(135deg,#A07C3A,#D4A84B);
border-radius:8px;
display:block;
height:34px;
margin-bottom:16px;
width:34px;
}
.xifvip_name-cma{
margin-bottom:0.375rem;
overflow-wrap:break-word;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-weight:600;
color:#F5EFE2;
font-size:1.25rem;
}
.xifvip_perk-cma{
line-height:1.5;
overflow-wrap:break-word;
color:#BFB49E;
font-size:12.5px;
}
.xifsea-cma{
padding:1.5rem 0 0.625rem;
}
.xifsea_in-cma{
border-radius:20px;
background:linear-gradient(115deg,#2E2616,#141209);
gap:22px;
overflow:hidden;
padding:2.25rem;
flex-direction:column;
position:relative;
color:#F5EFE2;
display:flex;
}
@media(min-width:822px){
.xifsea_in-cma{
padding:44px 3rem;
gap:32px;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.xifsea_glow-cma{
background:radial-gradient(circle,rgba(178,140,80,0.18),transparent 68%);
border-radius:50%;
transform:translateY(-50%);
pointer-events:none;
width:240px;
position:absolute;
top:50%;
height:15rem;
right:60px;
}
.xifsea_copy-cma{
position:relative;
min-width:0;
max-width:560px;
}
.xifsea_eyebrow-cma{
margin-bottom:12px;
}
.xifsea_h2-cma{
line-height:1.04;
overflow-wrap:break-word;
color:#F5EFE2;
margin-bottom:0.75rem;
font-weight:600;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-size:1.875rem;
}
@media(min-width:769px){
.xifsea_h2-cma{
font-size:38px;
}
}
.xifsea_text-cma{
line-height:1.6;
color:#BFB49E;
font-size:0.938rem;
}
.xifsea_cta-cma{
border-radius:999px;
transition:opacity .22s ease;
flex:0 0 auto;
padding:1rem 32px;
background:#D4A84B;
color:#1C1810;
font-weight:700;
font-size:15px;
position:relative;
}
.xifsea_cta-cma:hover{
opacity:.9;
}
.xiftrn-cma{
padding:30px 0 10px;
}
.xiftrn_in-cma{
border:1px solid rgba(42,35,24,0.08);
background:#FDFAF6;
grid-template-columns:1fr;
border-radius:20px;
overflow:hidden;
display:grid;
}
@media(min-width:883px){
.xiftrn_in-cma{
grid-template-columns:1.05fr 1fr;
}
}
.xiftrn_banner-cma{
padding:2.125rem;
overflow:hidden;
background:linear-gradient(150deg,#2E2616,#141209);
color:#F5EFE2;
position:relative;
}
.xiftrn_glow-cma{
border-radius:50%;
background:radial-gradient(circle,rgba(178,140,80,0.18),transparent 70%);
right:-40px;
pointer-events:none;
height:200px;
bottom:-40px;
width:200px;
position:absolute;
}
.xiftrn_eyebrow-cma{
position:relative;
margin-bottom:0.875rem;
}
.xiftrn_h2-cma{
line-height:1.06;
position:relative;
font-weight:600;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
margin-bottom:12px;
font-size:30px;
color:#F5EFE2;
overflow-wrap:break-word;
}
@media(min-width:768px){
.xiftrn_h2-cma{
font-size:36px;
}
}
.xiftrn_text-cma{
margin-bottom:1.375rem;
position:relative;
color:#BFB49E;
line-height:1.6;
max-width:420px;
font-size:14px;
}
.xiftrn_timer-cma{
gap:0.5rem;
position:relative;
margin-bottom:24px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.xiftrn_timer_cap-cma{
color:#BFB49E;
font-size:0.688rem;
}
.xiftrn_timer_box-cma{
border-radius:0.5rem;
padding:0.25rem 0.75rem;
background:rgba(253,248,238,0.07);
color:#F5EFE2;
font-weight:700;
font-size:24px;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
}
.xiftrn_cta-cma{
background:#D4A84B;
padding:0.813rem 1.625rem;
border-radius:999px;
transition:opacity .22s ease;
color:#1C1810;
font-weight:700;
position:relative;
font-size:14px;
display:inline-block;
}
.xiftrn_cta-cma:hover{
opacity:.9;
}
.xiftrn_lb-cma{
padding:26px 1.75rem;
}
.xiftrn_lb_head-cma{
gap:10px;
align-items:center;
justify-content:space-between;
margin-bottom:0.75rem;
display:flex;
}
.xiftrn_lb_title-cma{
font-size:1.25rem;
font-weight:600;
color:#1C1810;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
}
.xiftrn_lb_upd-cma{
letter-spacing:.08em;
color:#6B5E48;
font-size:11px;
text-transform:uppercase;
}
.xiftrn_lb_row-cma{
padding:0.688rem 0.75rem;
gap:0.875rem;
border-radius:0.5rem;
display:flex;
align-items:center;
}
.xiftrn_lb_row-cma:nth-child(2){
background:rgba(160,124,58,0.10);
}
.xiftrn_lb_rank-cma{
flex:0 0 auto;
width:1.375rem;
font-size:1rem;
font-weight:700;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
color:#A07C3A;
}
.xiftrn_lb_av-cma{
background:linear-gradient(135deg,#A07C3A,#D4A84B);
border-radius:50%;
flex:0 0 auto;
width:30px;
height:1.875rem;
}
.xiftrn_lb_name-cma{
flex:1 1 auto;
overflow:hidden;
text-overflow:ellipsis;
font-size:0.875rem;
font-weight:600;
white-space:nowrap;
color:#1C1810;
min-width:0;
}
.xiftrn_lb_amount-cma{
flex:0 0 auto;
font-size:13px;
font-weight:700;
color:#1C1810;
}
.xifapp-cma{
padding:30px 0 10px;
}
.xifapp_in-cma{
border:1px solid rgba(42,35,24,0.08);
padding:32px;
background:#FDFAF6;
border-radius:20px;
gap:1.75rem;
flex-direction:column;
display:flex;
}
@media(min-width:769px){
.xifapp_in-cma{
padding:2.5rem 44px;
gap:40px;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.xifapp_copy-cma{
min-width:0;
max-width:560px;
}
.xifapp_eyebrow-cma{
margin-bottom:12px;
}
.xifapp_h2-cma{
line-height:1.05;
font-size:1.75rem;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#1C1810;
font-weight:600;
margin-bottom:12px;
}
@media(min-width:771px){
.xifapp_h2-cma{
font-size:2.125rem;
}
}
.xifapp_text-cma{
margin-bottom:22px;
color:#8C7D66;
font-size:14px;
line-height:1.6;
}
.xifapp_btns-cma{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
.xifapp_btn-cma{
padding:11px 20px;
background:#2A2318;
gap:0.625rem;
border-radius:14px;
transition:background-color .22s ease;
color:#F5EFE2;
display:inline-flex;
align-items:center;
}
.xifapp_btn-cma:hover{
background:#3D3220;
}
.xifapp_btn_ic-cma{
align-items:center;
display:inline-flex;
}
.xifapp_btn_ic-cma svg{
width:18px;
height:1.125rem;
}
.xifapp_btn_lb-cma{
font-weight:700;
font-size:13.5px;
}
.xifapp_qr_wrap-cma{
gap:1.125rem;
flex:0 0 auto;
display:flex;
align-items:center;
}
.xifapp_qr-cma{
flex:0 0 auto;
border-radius:0.875rem;
background-image:repeating-linear-gradient(0deg,#FDFAF6 0 0.313rem,transparent 5px 0.688rem),repeating-linear-gradient(90deg,#FDFAF6 0 5px,transparent 5px 0.688rem);
width:6.75rem;
height:108px;
background-color:#2A2318;
}
.xifapp_qr_cap-cma{
line-height:1.4;
max-width:5.75rem;
color:#6B5E48;
font-size:0.781rem;
}
.xifnl-cma{
padding:1.5rem 0 0.625rem;
}
.xifnl_in-cma{
padding:30px 2rem;
background:#231F16;
border-radius:1.25rem;
gap:22px;
flex-direction:column;
color:#F5EFE2;
display:flex;
}
@media(min-width:770px){
.xifnl_in-cma{
gap:1.75rem;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.xifnl_text_wrap-cma{
min-width:0;
}
.xifnl_h3-cma{
line-height:1.1;
color:#F5EFE2;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
margin-bottom:5px;
font-size:22px;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:765px){
.xifnl_h3-cma{
font-size:24px;
}
}
.xifnl_text-cma{
font-size:13.5px;
line-height:1.5;
color:#BFB49E;
}
.xifnl_form-cma{
gap:0.625rem;
flex:1 1 auto;
max-width:28.75rem;
display:flex;
min-width:0;
}
.xifnl_input-cma{
overflow:hidden;
background:rgba(253,248,238,0.07);
border:1px solid rgba(253,248,238,0.13);
border-radius:0.875rem;
flex:1 1 auto;
padding:0.813rem 16px;
align-items:center;
min-width:0;
font-size:0.875rem;
white-space:nowrap;
display:flex;
color:#BFB49E;
text-overflow:ellipsis;
}
.xifnl_btn-cma{
flex:0 0 auto;
padding:13px 1.5rem;
border-radius:0.875rem;
background:#D4A84B;
transition:opacity .22s ease;
font-size:0.875rem;
font-weight:700;
color:#1C1810;
white-space:nowrap;
}
.xifnl_btn-cma:hover{
opacity:.9;
}
.xifprov-cma{
padding:2.5rem 0 20px;
}
.xifprov_eyebrow-cma{
margin-bottom:18px;
display:block;
}
.xifprov_grid-cma{
grid-template-columns:repeat(2,1fr);
gap:12px;
display:grid;
}
@media(min-width:558px){
.xifprov_grid-cma{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:899px){
.xifprov_grid-cma{
grid-template-columns:repeat(6,1fr);
}
}
.xifrv-cma{
background:#FDFAF6;
padding:48px 0;
border-top:1px solid rgba(42,35,24,0.08);
margin-top:24px;
border-bottom:1px solid rgba(42,35,24,0.08);
}
@media(min-width:771px){
.xifrv-cma{
padding:3.5rem 0;
}
}
.xifrv_head-cma{
gap:16px;
margin-bottom:30px;
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.xifrv_head-cma{
gap:1.25rem;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.xifrv_eyebrow-cma{
margin-bottom:0.625rem;
}
.xifrv_h2-cma{
font-size:30px;
overflow-wrap:break-word;
font-weight:600;
line-height:1.05;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
color:#1C1810;
}
@media(min-width:769px){
.xifrv_h2-cma{
font-size:38px;
}
}
.xifrv_agg-cma{
gap:0.75rem;
align-items:center;
display:flex;
}
.xifrv_agg_stars-cma{
gap:3px;
color:#A07C3A;
display:flex;
}
.xifrv_agg_stars-cma svg{
height:1.125rem;
width:1.125rem;
}
.xifrv_source-cma{
color:#8C7D66;
font-size:0.813rem;
}
.xifrv_grid-cma{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.xifrv_grid-cma{
grid-template-columns:repeat(3,1fr);
}
}
.xifrv_card-cma{
border:1px solid rgba(42,35,24,0.08);
padding:1.625rem;
border-radius:14px;
background:#F5F1EB;
min-width:0;
}
.xifrv_card_stars-cma{
gap:2px;
margin-bottom:12px;
display:flex;
color:#A07C3A;
}
.xifrv_card_stars-cma svg{
height:14px;
width:0.875rem;
}
.xifrv_card_body-cma{
font-family:"Bitter", Georgia, 'Times New Roman', serif;
margin-bottom:16px;
color:#1C1810;
font-weight:500;
overflow-wrap:break-word;
line-height:1.45;
font-size:18px;
}
.xifrv_card_meta-cma{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.xifrv_card_av-cma{
background:linear-gradient(135deg,#A07C3A,#D4A84B);
border-radius:50%;
flex:0 0 auto;
width:32px;
height:32px;
}
.xifrv_card_author-cma{
font-size:0.813rem;
color:#1C1810;
font-weight:700;
}
.xifrv_card_loc-cma{
font-size:12px;
color:#6B5E48;
}
.xifhts-cma{
padding:3rem 0;
}
@media(min-width:769px){
.xifhts-cma{
padding:62px 0;
}
}
.xifhts_head-cma{
gap:1.125rem;
margin-bottom:2.125rem;
display:flex;
flex-direction:column;
}
@media(min-width:766px){
.xifhts_head-cma{
gap:1.5rem;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.xifhts_eyebrow-cma{
margin-bottom:0.75rem;
}
.xifhts_h2-cma{
font-family:"Bitter", Georgia, 'Times New Roman', serif;
color:#F5EFE2;
line-height:1.05;
font-size:1.875rem;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:769px){
.xifhts_h2-cma{
font-size:2.375rem;
}
}
.xifhts_cta-cma{
transition:opacity .22s ease;
flex:0 0 auto;
background:#D4A84B;
padding:15px 1.875rem;
border-radius:999px;
font-weight:700;
color:#1C1810;
font-size:15px;
}
.xifhts_cta-cma:hover{
opacity:.9;
}
.xifhts_grid-cma{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:762px){
.xifhts_grid-cma{
grid-template-columns:repeat(3,1fr);
}
}
.xifhts_step-cma{
padding-top:22px;
border-top:1px solid rgba(253,248,238,0.13);
min-width:0;
}
.xifhts_step_num-cma{
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-weight:700;
color:#D4A84B;
margin-bottom:0.875rem;
font-size:44px;
line-height:1;
}
.xifhts_step_h-cma{
margin-bottom:8px;
font-weight:700;
line-height:1.2;
color:#F5EFE2;
font-size:19px;
overflow-wrap:break-word;
}
.xifhts_step_p-cma{
font-size:14px;
line-height:1.55;
overflow-wrap:break-word;
color:#BFB49E;
}
.xifwy-cma{
padding:48px 0;
}
@media(min-width:768px){
.xifwy-cma{
padding:56px 0;
}
}
.xifwy_in-cma{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:start;
}
@media(min-width:898px){
.xifwy_in-cma{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.xifwy_left-cma{
min-width:0;
}
.xifwy_eyebrow-cma{
margin-bottom:0.875rem;
}
.xifwy_h2-cma{
font-size:32px;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:1rem;
line-height:1.05;
color:#1C1810;
}
@media(min-width:770px){
.xifwy_h2-cma{
font-size:40px;
}
}
.xifwy_intro-cma{
line-height:1.6;
color:#8C7D66;
font-size:0.938rem;
}
.xifwy_grid-cma{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:558px){
.xifwy_grid-cma{
grid-template-columns:1fr 1fr;
}
}
.xifwy_card-cma{
background:#FDFAF6;
border:1px solid rgba(42,35,24,0.08);
border-radius:0.875rem;
padding:1.625rem;
min-width:0;
}
.xifwy_card_ic-cma{
justify-content:center;
color:#A07C3A;
display:inline-flex;
margin-bottom:1rem;
align-items:center;
}
.xifwy_card_ic-cma svg{
height:26px;
width:1.625rem;
}
.xifwy_card_h-cma{
line-height:1.15;
margin-bottom:0.5rem;
font-weight:600;
font-size:1.313rem;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#1C1810;
}
.xifwy_card_p-cma{
color:#8C7D66;
font-size:0.875rem;
line-height:1.55;
overflow-wrap:break-word;
}
.xiftt-cma{
padding:48px 0 10px;
}
@media(min-width:770px){
.xiftt-cma{
padding:3.75rem 0 0.625rem;
}
}
.xiftt_head-cma{
margin-bottom:34px;
text-align:center;
}
.xiftt_eyebrow-cma{
margin-bottom:0.75rem;
}
.xiftt_h2-cma{
font-size:32px;
font-weight:600;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
color:#1C1810;
line-height:1.05;
overflow-wrap:break-word;
}
@media(min-width:768px){
.xiftt_h2-cma{
font-size:42px;
}
}
.xiftt_grid-cma{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:762px){
.xiftt_grid-cma{
grid-template-columns:repeat(3,1fr);
}
}
.xiftt_card-cma{
padding:1.875rem;
background:#FDFAF6;
border-radius:0.875rem;
border:1px solid rgba(42,35,24,0.08);
flex-direction:column;
min-width:0;
display:flex;
}
.xiftt_card_ic-cma{
color:#A07C3A;
display:inline-flex;
align-items:center;
margin-bottom:18px;
}
.xiftt_card_ic-cma svg{
width:1.75rem;
height:1.75rem;
}
.xiftt_card_h-cma{
color:#1C1810;
margin-bottom:8px;
overflow-wrap:break-word;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-size:1.375rem;
line-height:1.15;
font-weight:600;
}
.xiftt_card_p-cma{
overflow-wrap:break-word;
color:#8C7D66;
line-height:1.6;
font-size:0.875rem;
margin-bottom:0.875rem;
}
.xiftt_card_p-cma b{
color:#1C1810;
font-weight:700;
}
.xiftt_card_link-cma{
transition:color .22s ease;
align-self:flex-start;
font-size:0.813rem;
border-bottom:1px solid #A07C3A;
padding-bottom:2px;
margin-top:auto;
font-weight:700;
color:#1C1810;
}
.xiftt_card_link-cma:hover{
color:#A07C3A;
}
.xifts-cma{
padding:44px 0;
}
.xifts_in-cma{
grid-template-columns:1fr;
gap:2rem;
align-items:center;
display:grid;
}
@media(min-width:877px){
.xifts_in-cma{
gap:3rem;
grid-template-columns:1.4fr 1fr;
}
}
.xifts_left-cma{
min-width:0;
}
.xifts_h2-cma{
line-height:1.1;
overflow-wrap:break-word;
margin-bottom:0.75rem;
color:#F5EFE2;
font-weight:600;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-size:26px;
}
@media(min-width:765px){
.xifts_h2-cma{
font-size:1.75rem;
}
}
.xifts_text-cma{
font-size:0.906rem;
margin-bottom:22px;
line-height:1.6;
max-width:520px;
color:#BFB49E;
}
.xifts_badges-cma{
gap:1.125rem;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.xifts_badge-cma{
color:#BFB49E;
font-weight:600;
font-size:0.813rem;
}
.xifts_pay-cma{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
@media(min-width:882px){
.xifts_pay-cma{
justify-content:flex-end;
}
}
.xifts_pay_chip-cma{
background:rgba(253,248,238,0.07);
padding:0.75rem 1rem;
border:1px solid rgba(253,248,238,0.13);
border-radius:14px;
font-weight:700;
font-size:14px;
color:#F5EFE2;
}
.xifet-cma{
padding:36px 0 0.625rem;
}
.xifet_in-cma{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:883px){
.xifet_in-cma{
gap:48px;
grid-template-columns:1.1fr .9fr;
}
}
.xifet_left-cma{
min-width:0;
}
.xifet_eyebrow-cma{
margin-bottom:0.75rem;
}
.xifet_h2-cma{
font-size:1.75rem;
line-height:1.06;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-weight:600;
margin-bottom:14px;
overflow-wrap:break-word;
color:#1C1810;
}
@media(min-width:769px){
.xifet_h2-cma{
font-size:2rem;
}
}
.xifet_text-cma{
font-size:15px;
color:#8C7D66;
line-height:1.65;
margin-bottom:22px;
}
.xifet_stats-cma{
gap:24px;
flex-wrap:wrap;
display:flex;
}
.xifet_stat-cma{
min-width:0;
}
.xifet_stat_v-cma{
font-family:"Bitter", Georgia, 'Times New Roman', serif;
color:#1C1810;
font-size:1.625rem;
font-weight:700;
line-height:1;
}
.xifet_stat_l-cma{
font-size:12.5px;
margin-top:0.25rem;
color:#6B5E48;
}
.xifet_right-cma{
gap:12px;
flex-direction:column;
display:flex;
}
.xifet_member-cma{
background:#FDFAF6;
padding:1.125rem 1.25rem;
border:1px solid rgba(42,35,24,0.08);
border-radius:14px;
gap:1rem;
display:flex;
align-items:center;
min-width:0;
}
.xifet_member_av-cma{
flex:0 0 auto;
background:linear-gradient(135deg,#2E2616,#A07C3A);
border-radius:50%;
width:3rem;
height:3rem;
}
.xifet_member_name-cma{
font-size:15px;
overflow-wrap:break-word;
font-weight:700;
color:#1C1810;
}
.xifet_member_role-cma{
font-size:0.781rem;
color:#6B5E48;
overflow-wrap:break-word;
}
.xifet_updated-cma{
gap:0.5rem;
border:1px solid rgba(42,35,24,0.08);
background:#F5F1EB;
border-radius:14px;
padding:14px 1.125rem;
align-items:center;
font-size:12.5px;
display:flex;
color:#8C7D66;
}
.xiflh-cma{
padding:2.5rem 0 1.25rem;
}
.xiflh_in-cma{
padding-top:2.125rem;
border-top:1px solid rgba(42,35,24,0.15);
}
.xiflh_eyebrow-cma{
margin-bottom:22px;
display:block;
}
.xiflh_grid-cma{
gap:1.75rem;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:601px){
.xiflh_grid-cma{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:963px){
.xiflh_grid-cma{
grid-template-columns:repeat(5,1fr);
}
}
.xiflh_col-cma{
min-width:0;
}
.xiflh_col_h-cma{
margin-bottom:12px;
overflow-wrap:break-word;
color:#1C1810;
font-size:0.813rem;
font-weight:700;
}
.xiflh_links-cma{
gap:8px;
flex-direction:column;
display:flex;
}
.xiflh_link-cma{
transition:color .22s ease;
overflow-wrap:break-word;
font-size:0.813rem;
color:#8C7D66;
}
.xiflh_link-cma:hover{
color:#A07C3A;
}
.xifsg-cma{
padding:3rem 0 10px;
}
.xifsg_eyebrow-cma{
margin-bottom:0.75rem;
display:block;
}
.xifsg_h2-cma{
font-family:"Bitter", Georgia, 'Times New Roman', serif;
line-height:1.05;
color:#1C1810;
font-weight:600;
overflow-wrap:break-word;
font-size:1.875rem;
margin-bottom:1.75rem;
}
@media(min-width:768px){
.xifsg_h2-cma{
font-size:36px;
}
}
.xifsg_grid-cma{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:722px){
.xifsg_grid-cma{
grid-template-columns:repeat(3,1fr);
}
}
.xifsg_col-cma{
min-width:0;
}
.xifsg_col_h-cma{
font-weight:600;
margin-bottom:0.625rem;
color:#1C1810;
line-height:1.15;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:22px;
}
.xifsg_col_p-cma{
overflow-wrap:break-word;
line-height:1.65;
font-size:0.875rem;
color:#8C7D66;
}
.xiffaq-cma{
background:#FDFAF6;
padding:3rem 0;
border-bottom:1px solid rgba(42,35,24,0.08);
border-top:1px solid rgba(42,35,24,0.08);
margin-top:1.5rem;
}
@media(min-width:766px){
.xiffaq-cma{
padding:62px 0;
}
}
.xiffaq_head-cma{
margin-bottom:34px;
text-align:center;
}
.xiffaq_eyebrow-cma{
margin-bottom:0.75rem;
}
.xiffaq_h2-cma{
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-size:2rem;
overflow-wrap:break-word;
line-height:1.05;
color:#1C1810;
font-weight:600;
}
@media(min-width:770px){
.xiffaq_h2-cma{
font-size:2.375rem;
}
}
.xiffaq_list-cma{
gap:12px;
margin:0 auto;
max-width:51.25rem;
flex-direction:column;
display:flex;
}
.xiffaq_item-cma{
border-radius:14px;
border:1px solid rgba(42,35,24,0.08);
background:#F5F1EB;
overflow:hidden;
}
.xiffaq_q-cma{
gap:1.25rem;
padding:20px 1.5rem;
list-style:none;
justify-content:space-between;
align-items:center;
font-weight:700;
overflow-wrap:break-word;
cursor:pointer;
display:flex;
color:#1C1810;
font-size:1rem;
}
.xiffaq_q-cma::-webkit-details-marker{
display:none;
}
.xiffaq_q_ic-cma{
transition:transform .22s ease;
flex:0 0 auto;
color:#A07C3A;
align-items:center;
display:inline-flex;
}
.xiffaq_q_ic-cma svg{
width:1.125rem;
height:18px;
}
.xiffaq_item-cma[open] .xiffaq_q_ic-cma{
transform:rotate(180deg);
}
.xiffaq_a-cma{
padding:0 24px 20px;
line-height:1.6;
color:#8C7D66;
font-size:0.906rem;
overflow-wrap:break-word;
}
.xifel-cma{
padding:3rem 0;
}
@media(min-width:769px){
.xifel-cma{
padding:56px 0;
}
}
.xifel_in-cma{
gap:2.5rem;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:898px){
.xifel_in-cma{
grid-template-columns:1fr 1fr;
gap:56px;
}
}
.xifel_left-cma{
min-width:0;
}
.xifel_eyebrow-cma{
margin-bottom:14px;
}
.xifel_h2-cma{
line-height:1.08;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
color:#1C1810;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:1.375rem;
font-size:2rem;
}
@media(min-width:765px){
.xifel_h2-cma{
font-size:38px;
}
}
.xifel_body-cma p{
overflow-wrap:break-word;
font-size:1rem;
color:#3A3226;
line-height:1.7;
margin-bottom:1.125rem;
}
.xifel_dropcap-cma{
padding:6px 12px 0 0;
font-size:62px;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-weight:700;
line-height:.8;
color:#A07C3A;
float:left;
}
.xifel_right-cma{
min-width:0;
}
.xifel_quote-cma{
border-radius:1.25rem;
background:linear-gradient(150deg,#2E2616,#141209);
padding:2.25rem;
color:#F5EFE2;
margin-bottom:1.5rem;
position:relative;
}
.xifel_quote_mark-cma{
color:#D4A84B;
margin-bottom:6px;
align-items:center;
display:inline-flex;
}
.xifel_quote_mark-cma svg{
width:34px;
height:2.125rem;
}
.xifel_quote_text-cma{
color:#F5EFE2;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
line-height:1.4;
margin-bottom:22px;
overflow-wrap:break-word;
font-weight:500;
font-size:1.375rem;
}
.xifel_quote_meta-cma{
gap:12px;
align-items:center;
display:flex;
}
.xifel_quote_av-cma{
border-radius:50%;
background:linear-gradient(135deg,#A07C3A,#D4A84B);
flex:0 0 auto;
height:2.375rem;
width:38px;
}
.xifel_quote_author-cma{
font-size:0.875rem;
font-weight:700;
color:#F5EFE2;
}
.xifel_quote_meta_sub-cma{
color:#BFB49E;
font-size:12px;
}
.xifel_explain-cma{
border-radius:0.875rem;
border:1px solid rgba(42,35,24,0.08);
overflow:hidden;
}
.xifel_explain_card-cma{
padding:22px 24px;
}
.xifel_explain_card-cma+.xifel_explain_card-cma{
border-top:1px solid rgba(42,35,24,0.08);
}
.xifel_explain_h-cma{
color:#1C1810;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-weight:600;
margin-bottom:8px;
font-size:1.25rem;
overflow-wrap:break-word;
line-height:1.15;
}
.xifel_explain_p-cma{
font-size:0.875rem;
color:#8C7D66;
overflow-wrap:break-word;
line-height:1.55;
}
.xifsb-cma{
padding:48px 0;
background:#FDFAF6;
border-top:1px solid rgba(42,35,24,0.08);
margin-top:1.5rem;
border-bottom:1px solid rgba(42,35,24,0.08);
}
@media(min-width:769px){
.xifsb-cma{
padding:3.5rem 0;
}
}
.xifsb_eyebrow-cma{
margin-bottom:12px;
display:block;
}
.xifsb_h2-cma{
font-family:"Bitter", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:1.625rem;
font-size:1.875rem;
line-height:1.05;
color:#1C1810;
}
@media(min-width:769px){
.xifsb_h2-cma{
font-size:36px;
}
}
.xifsb_grid-cma{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:561px){
.xifsb_grid-cma{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:960px){
.xifsb_grid-cma{
grid-template-columns:repeat(4,1fr);
}
}
.xifsb_card-cma{
padding:1.5rem;
border-radius:0.875rem;
border:1px solid rgba(42,35,24,0.08);
background:#F5F1EB;
min-width:0;
}
.xifsb_card_h-cma{
font-family:"Bitter", Georgia, 'Times New Roman', serif;
color:#1C1810;
font-size:19px;
line-height:1.15;
overflow-wrap:break-word;
margin-bottom:0.5rem;
font-weight:600;
}
.xifsb_card_p-cma{
color:#8C7D66;
line-height:1.6;
overflow-wrap:break-word;
font-size:13.5px;
}
.xifsb_rtp-cma{
gap:24px;
border-radius:14px;
border:1px solid rgba(42,35,24,0.08);
padding:1.625rem 28px;
grid-template-columns:1fr;
background:#F5F1EB;
align-items:center;
margin-top:1.125rem;
display:grid;
}
@media(min-width:759px){
.xifsb_rtp-cma{
grid-template-columns:1fr 1fr;
gap:2.5rem;
}
}
.xifsb_rtp_h-cma{
font-size:20px;
color:#1C1810;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
line-height:1.15;
margin-bottom:0.5rem;
font-weight:600;
overflow-wrap:break-word;
}
.xifsb_rtp_p-cma{
line-height:1.6;
overflow-wrap:break-word;
color:#8C7D66;
font-size:13.5px;
}
.xifsb_rtp_stats-cma{
gap:16px;
display:flex;
}
.xifsb_stat-cma{
background:#FDFAF6;
padding:18px;
border-radius:8px;
flex:1 1 0;
min-width:0;
text-align:center;
}
.xifsb_stat_v-cma{
font-family:"Bitter", Georgia, 'Times New Roman', serif;
color:#4A7C59;
font-weight:700;
font-size:1.625rem;
overflow-wrap:break-word;
}
.xifsb_stat_l-cma{
font-size:0.719rem;
margin-top:0.25rem;
color:#6B5E48;
}
.xifft-cma{
background:#2A2318;
color:#BFB49E;
margin-top:2.5rem;
}
.xifft_in-cma{
grid-template-columns:1fr;
gap:2rem;
padding:3rem 0 1.75rem;
display:grid;
}
@media(min-width:600px){
.xifft_in-cma{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:903px){
.xifft_in-cma{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.xifft_brand-cma{
min-width:0;
}
.xifft_logo-cma{
font-size:26px;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:700;
color:#F5EFE2;
}
.xifft_tagline-cma{
max-width:280px;
line-height:1.6;
margin-top:0.875rem;
font-size:0.844rem;
color:#BFB49E;
}
.xifft_contact-cma{
transition:color .22s ease;
margin-top:12px;
color:#D4A84B;
overflow-wrap:anywhere;
max-width:17.5rem;
display:inline-block;
font-size:13px;
}
.xifft_contact-cma:hover{
color:#F5EFE2;
}
.xifft_col-cma{
min-width:0;
}
.xifft_col_h-cma{
margin-bottom:14px;
font-weight:700;
overflow-wrap:break-word;
letter-spacing:.08em;
font-size:0.813rem;
color:#F5EFE2;
text-transform:uppercase;
}
.xifft_col_links-cma{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.xifft_link-cma{
transition:color .22s ease;
overflow-wrap:break-word;
color:#BFB49E;
font-size:0.844rem;
}
.xifft_link-cma:hover{
color:#F5EFE2;
}
.xifft_bot-cma{
padding:22px 0 40px;
gap:16px;
display:flex;
border-top:1px solid rgba(253,248,238,0.13);
flex-direction:column;
}
@media(min-width:768px){
.xifft_bot-cma{
gap:1.25rem;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.xifft_legal-cma{
overflow-wrap:break-word;
color:#B0A390;
font-size:0.719rem;
max-width:760px;
line-height:1.6;
}
.xifft_legal-cma b{
color:#BFB49E;
font-weight:700;
}
.xifft_age-cma{
border-radius:8px;
flex:0 0 auto;
padding:4px 0.563rem;
border:1.5px solid #D4A84B;
color:#D4A84B;
font-size:13px;
font-weight:700;
}