*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#1A1612;
overflow-wrap:break-word;
text-rendering:optimizeLegibility;
color:#D6CCBA;
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-size:0.938rem;
line-height:1.6;
-webkit-font-smoothing:antialiased;
}
img{
display:block;
max-width:100%;
}
a{
color:inherit;
text-decoration:none;
}
button{
background:none;
border:none;
cursor:pointer;
font-family:inherit;
}
::-webkit-scrollbar{
height:0.5rem;
width:0.5rem;
}
::-webkit-scrollbar-thumb{
border-radius:8px;
background:rgba(0,0,0,0.52);
}
::-webkit-scrollbar-track{
background:transparent;
}
.pjflayout-4oy{
min-height:100vh;
flex-direction:column;
display:flex;
}
.pjfmain-4oy{
flex:1 1 auto;
width:100%;
min-width:0;
}
.pjfcontainer-4oy{
margin:0 auto;
padding:0 16px;
max-width:87.5rem;
width:100%;
}
@media(min-width:769px){
.pjfcontainer-4oy{
padding:0 2rem;
}
}
@media(min-width:1102px){
.pjfcontainer-4oy{
padding:0 3.5rem;
}
}
.pjfeyebrow-4oy{
font-family:"Onest", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:600;
overflow-wrap:break-word;
line-height:1.4;
letter-spacing:.2em;
color:#B8864A;
display:inline-block;
text-transform:uppercase;
font-size:11px;
}
.pjfband-4oy{
background:#0F0E0B;
color:#F2EBD9;
}
.pjfband-4oy .pjfeyebrow-4oy{
color:#D4A852;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.pjftb-4oy{
background:#1A1612;
position:sticky;
z-index:50;
top:0;
border-bottom:1px solid rgba(244,236,218,0.13);
}
.pjftb_in-4oy{
padding:12px 16px;
gap:1rem;
margin:0 auto;
display:flex;
align-items:center;
width:100%;
max-width:87.5rem;
justify-content:space-between;
}
@media(min-width:769px){
.pjftb_in-4oy{
padding:1rem 32px;
}
}
@media(min-width:1103px){
.pjftb_in-4oy{
padding:18px 3.5rem;
}
}
.pjftb_left-4oy{
gap:28px;
min-width:0;
display:flex;
align-items:center;
}
.pjftb_logo-4oy{
gap:11px;
min-width:0;
align-items:center;
display:flex;
}
.pjftb_logo_mark-4oy{
flex:0 0 auto;
border-radius:0.5rem;
width:34px;
height:34px;
object-fit:cover;
}
.pjftb_logo_txt-4oy{
min-width:0;
line-height:1;
flex-direction:column;
display:flex;
}
.pjftb_logo_name-4oy{
overflow:hidden;
text-overflow:ellipsis;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
letter-spacing:.02em;
font-size:22px;
font-weight:700;
white-space:nowrap;
color:#F2EBD9;
}
.pjftb_logo_sub-4oy{
overflow:hidden;
white-space:nowrap;
text-transform:uppercase;
text-overflow:ellipsis;
margin-top:0.25rem;
font-weight:600;
letter-spacing:.32em;
color:#B8864A;
font-size:0.531rem;
}
.pjftb_nav-4oy{
display:none;
}
@media(min-width:957px){
.pjftb_nav-4oy{
gap:1.75rem;
align-items:center;
display:flex;
}
}
.pjftb_nav_item-4oy{
transition:color .2s ease,border-color .2s ease;
white-space:nowrap;
border-bottom:2px solid transparent;
color:#D6CCBA;
font-size:14px;
padding-bottom:3px;
font-weight:600;
}
.pjftb_nav_item-4oy:hover{
color:#F2EBD9;
}
.pjftb_nav_item-4oy.pjfstate_active-4oy{
border-color:#B8864A;
color:#F2EBD9;
}
.pjftb_right-4oy{
flex:0 0 auto;
gap:0.875rem;
align-items:center;
display:flex;
}
.pjftb_search-4oy{
transition:color .2s ease;
display:flex;
color:#D6CCBA;
align-items:center;
justify-content:center;
}
.pjftb_search-4oy:hover{
color:#B8864A;
}
.pjftb_search-4oy svg{
width:1.125rem;
height:1.125rem;
}
.pjftb_lang-4oy{
color:#A89880;
letter-spacing:.1em;
text-transform:uppercase;
font-size:0.688rem;
font-weight:600;
}
.pjftb_lang-4oy:hover{
color:#F2EBD9;
}
.pjftb_login-4oy{
display:none;
font-weight:600;
color:#F2EBD9;
font-size:0.875rem;
}
@media(min-width:770px){
.pjftb_login-4oy{
display:inline-block;
}
}
.pjftb_register-4oy{
transition:background-color .2s ease;
border-radius:62.438rem;
background:#C9914F;
padding:0.688rem 1.375rem;
white-space:nowrap;
font-size:14px;
font-weight:700;
color:#18130D;
}
.pjftb_register-4oy:hover{
background:#D9A460;
}
.pjfmob-4oy{
background:#1A1612;
z-index:60;
padding-bottom:env(safe-area-inset-bottom);
right:0;
left:0;
position:fixed;
bottom:0;
border-top:1px solid rgba(244,236,218,0.13);
}
@media(min-width:963px){
.pjfmob-4oy{
display:none;
}
}
.pjfmob_in-4oy{
margin:0 auto;
justify-content:space-around;
display:flex;
align-items:stretch;
max-width:35rem;
}
.pjfmob_item-4oy{
flex:1 1 0;
transition:color .2s ease;
gap:3px;
padding:0.563rem 4px;
flex-direction:column;
display:flex;
align-items:center;
min-width:0;
color:#A89880;
}
.pjfmob_item-4oy.pjfstate_active-4oy{
color:#B8864A;
}
.pjfmob_ic-4oy{
justify-content:center;
align-items:center;
display:flex;
}
.pjfmob_ic-4oy svg{
width:1.25rem;
height:20px;
}
.pjfmob_lb-4oy{
overflow:hidden;
max-width:100%;
font-weight:600;
font-size:0.625rem;
white-space:nowrap;
text-overflow:ellipsis;
}
@media(max-width:962px){
body{
padding-bottom:3.75rem;
}
}
.pjfrail-4oy{
position:relative;
min-width:0;
}
.pjfrail_scroll-4oy{
gap:14px;
scrollbar-width:thin;
overflow-x:auto;
-webkit-overflow-scrolling:touch;
display:flex;
padding-bottom:0.875rem;
}
@media(min-width:766px){
.pjfrail_scroll-4oy{
gap:1.125rem;
}
}
.pjfgc-4oy{
flex:0 0 auto;
width:9.375rem;
display:block;
}
@media(min-width:765px){
.pjfgc-4oy{
width:11.75rem;
}
}
.pjfgc_img-4oy{
border-radius:0.875rem;
overflow:hidden;
background:#231F1A;
position:relative;
padding-bottom:133.33%;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.40), 0 0.5rem 24px rgba(0,0,0,0.30);
}
.pjfgc_img-4oy img{
inset:0;
position:absolute;
height:100%;
object-fit:cover;
width:100%;
}
.pjfgc_cover-4oy{
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
inset:0;
position:absolute;
pointer-events:none;
}
.pjfgc_hover-4oy{
background:rgba(0,0,0,0.52);
inset:0;
transition:opacity .2s ease;
position:absolute;
opacity:0;
align-items:center;
display:flex;
justify-content:center;
}
.pjfgc-4oy:hover .pjfgc_hover-4oy{
opacity:1;
}
.pjfgc_hover_btn-4oy{
border-radius:62.438rem;
background:#C9914F;
justify-content:center;
height:46px;
align-items:center;
width:2.875rem;
display:flex;
color:#18130D;
}
.pjfgc_hover_btn-4oy svg{
width:18px;
height:18px;
}
.pjfgc_info-4oy{
gap:2px;
min-width:0;
display:flex;
flex-direction:column;
margin-top:9px;
}
.pjfgc_name-4oy{
overflow:hidden;
white-space:nowrap;
font-size:0.813rem;
color:#F2EBD9;
text-overflow:ellipsis;
font-weight:700;
}
.pjfgc_prov-4oy{
overflow:hidden;
font-size:11px;
text-overflow:ellipsis;
color:#A89880;
white-space:nowrap;
}
.pjfgc_meta-4oy{
color:#A89880;
font-size:0.688rem;
}
.pjftc-4oy{
flex:0 0 auto;
display:block;
width:11.25rem;
}
@media(min-width:768px){
.pjftc-4oy{
width:14.375rem;
}
}
.pjftc_img-4oy{
background:#231F1A;
border-radius:14px;
overflow:hidden;
padding-bottom:75%;
position:relative;
box-shadow:0 2px 6px rgba(0,0,0,0.40), 0 8px 1.5rem rgba(0,0,0,0.30);
}
.pjftc_img-4oy img{
inset:0;
position:absolute;
width:100%;
object-fit:cover;
height:100%;
}
.pjftc_info-4oy{
gap:2px;
flex-direction:column;
margin-top:0.563rem;
display:flex;
min-width:0;
}
.pjftc_name-4oy{
overflow:hidden;
color:#F2EBD9;
font-weight:700;
font-size:14px;
text-overflow:ellipsis;
white-space:nowrap;
}
.pjftc_rtp-4oy{
font-size:11px;
color:#A89880;
}
.pjflc-4oy{
flex:0 0 auto;
width:230px;
display:block;
}
@media(min-width:771px){
.pjflc-4oy{
width:268px;
}
}
.pjflc_img-4oy{
overflow:hidden;
border-radius:14px;
background:#231F1A;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.40), 0 0.5rem 1.5rem rgba(0,0,0,0.30);
padding-bottom:62.5%;
position:relative;
}
.pjflc_img-4oy img{
inset:0;
width:100%;
object-fit:cover;
height:100%;
position:absolute;
}
.pjflc_live-4oy{
padding:4px 9px;
gap:7px;
border-radius:62.438rem;
background:rgba(0,0,0,0.52);
top:12px;
left:0.75rem;
display:flex;
position:absolute;
align-items:center;
}
.pjflc_live_dot-4oy{
background:#C0503A;
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
width:8px;
height:0.5rem;
}
.pjflc_seats-4oy{
color:#F2EBD9;
font-size:10px;
text-transform:uppercase;
letter-spacing:.08em;
font-weight:600;
}
.pjflc_info-4oy{
gap:2px;
margin-top:9px;
min-width:0;
display:flex;
flex-direction:column;
}
.pjflc_name-4oy{
overflow:hidden;
white-space:nowrap;
font-weight:700;
font-size:0.938rem;
text-overflow:ellipsis;
color:#F2EBD9;
}
.pjflc_bet-4oy{
color:#A89880;
font-size:0.688rem;
}
.pjfpc-4oy{
border-radius:0.875rem;
background:#231F1A;
border:1px solid rgba(244,236,218,0.07);
gap:8px;
padding:1rem 14px;
min-width:0;
min-height:4.625rem;
align-items:center;
display:flex;
justify-content:center;
flex-direction:column;
}
.pjfpc_logo-4oy{
flex:0 0 auto;
max-width:100%;
width:auto;
height:1.75rem;
object-fit:contain;
}
.pjfpc_name-4oy{
overflow:hidden;
text-align:center;
font-size:0.688rem;
text-overflow:ellipsis;
max-width:100%;
color:#A89880;
white-space:nowrap;
}
.pjfgc_tag-4oy{
padding:3px 8px;
border-radius:0.5rem;
letter-spacing:.06em;
left:10px;
position:absolute;
display:inline-block;
text-transform:uppercase;
top:0.625rem;
z-index:2;
font-weight:700;
font-size:10px;
}
.pjfgc_tag_hot-4oy{
background:#C0503A;
color:#F2EBD9;
}
.pjfgc_tag_new-4oy{
background:#D4A852;
color:#1A1410;
}
.pjfgc_tag_jp-4oy{
background:#C8882A;
color:#1A1410;
}
.pjfgc_tag_live-4oy{
background:#C0503A;
color:#F2EBD9;
}
.pjfsh-4oy{
margin-bottom:1.125rem;
min-width:0;
}
.pjfsh_row-4oy{
gap:16px;
display:flex;
align-items:flex-end;
flex-wrap:wrap;
justify-content:space-between;
}
.pjfsh_row-4oy .pjfsh_l-4oy{
gap:0.375rem;
min-width:0;
flex-direction:column;
display:flex;
}
.pjfsh_stack-4oy{
gap:0.625rem;
display:flex;
flex-direction:column;
align-items:flex-start;
}
.pjfsh_center-4oy{
gap:0.625rem;
display:flex;
text-align:center;
align-items:center;
flex-direction:column;
}
.pjfsh_h2-4oy{
color:#F2EBD9;
font-size:1.5rem;
overflow-wrap:break-word;
font-weight:600;
line-height:1.1;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.pjfsh_h2-4oy{
font-size:1.875rem;
}
}
.pjfband-4oy .pjfsh_h2-4oy{
color:#F2EBD9;
}
.pjfsh_eb_line-4oy{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.pjfsh_eb_line-4oy::before{
background:#B8864A;
height:1px;
width:1.75rem;
display:inline-block;
content:"";
}
.pjfband-4oy .pjfsh_eb_line-4oy::before{
background:#D4A852;
}
.pjfsh_eb_dot-4oy{
gap:8px;
display:inline-flex;
align-items:center;
}
.pjfsh_eb_dot-4oy::before{
background:#B8864A;
border-radius:50%;
width:6px;
height:0.375rem;
content:"";
display:inline-block;
}
.pjfband-4oy .pjfsh_eb_dot-4oy::before{
background:#D4A852;
}
.pjfsh_link-4oy{
transition:color .2s ease,border-color .2s ease,background-color .2s ease;
gap:6px;
font-size:13px;
color:#F2EBD9;
align-items:center;
font-weight:600;
white-space:nowrap;
padding-bottom:2px;
display:inline-flex;
border-bottom:1px solid #F2EBD9;
}
.pjfsh_link-4oy:hover{
border-color:#B8864A;
color:#B8864A;
}
.pjfsh_link-4oy svg{
height:14px;
width:0.875rem;
}
.pjfsh_link_chev-4oy{
border-bottom:0;
padding-bottom:0;
}
.pjfsh_link_btn-4oy{
padding:0.563rem 18px;
border-radius:999px;
background:#C9914F;
border-bottom:0;
color:#18130D;
}
.pjfsh_link_btn-4oy:hover{
background:#D9A460;
border-color:transparent;
color:#18130D;
}
.pjfband-4oy .pjfsh_link-4oy{
border-color:#F2EBD9;
color:#F2EBD9;
}
.pjfband-4oy .pjfsh_link_btn-4oy{
background:#D4A852;
color:#1A1410;
}
.pjfsh_rule-4oy{
background:rgba(244,236,218,0.13);
margin:-2px 0 1.125rem;
height:1px;
}
.pjfband-4oy .pjfsh_rule-4oy{
background:rgba(244,236,218,0.13);
}
.pjfhero-4oy{
padding:32px 0 0.5rem;
}
@media(min-width:768px){
.pjfhero-4oy{
padding:3.5rem 0 1.5rem;
}
}
.pjfhero_in-4oy{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:901px){
.pjfhero_in-4oy{
gap:48px;
grid-template-columns:1.05fr .95fr;
}
}
.pjfhero_copy-4oy{
min-width:0;
}
.pjfhero_eyebrow-4oy{
gap:0.625rem;
display:inline-flex;
margin-bottom:1.375rem;
align-items:center;
}
.pjfhero_eyebrow_line-4oy{
background:#B8864A;
flex:0 0 auto;
width:28px;
height:1px;
display:inline-block;
}
.pjfhero_h1-4oy{
line-height:1.04;
font-size:38px;
color:#F2EBD9;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
letter-spacing:-.01em;
font-weight:600;
overflow-wrap:break-word;
margin-bottom:20px;
}
@media(min-width:766px){
.pjfhero_h1-4oy{
font-size:3.375rem;
}
}
@media(min-width:1102px){
.pjfhero_h1-4oy{
font-size:3.875rem;
}
}
.pjfhero_h1-4oy em{
color:#B8864A;
font-style:normal;
}
.pjfhero_sub-4oy{
line-height:1.6;
color:#8A7B66;
margin-bottom:1.875rem;
max-width:30rem;
font-size:16px;
}
@media(min-width:770px){
.pjfhero_sub-4oy{
font-size:18px;
}
}
.pjfhero_actions-4oy{
gap:14px;
align-items:center;
margin-bottom:34px;
flex-wrap:wrap;
display:flex;
}
.pjfhero_cta-4oy{
background:#C9914F;
border-radius:999px;
transition:background-color .2s ease;
padding:16px 30px;
gap:10px;
font-weight:700;
align-items:center;
display:inline-flex;
color:#18130D;
font-size:15px;
}
.pjfhero_cta-4oy:hover{
background:#D9A460;
}
.pjfhero_cta_ic-4oy{
align-items:center;
display:inline-flex;
}
.pjfhero_cta_ic-4oy svg{
height:1rem;
width:1rem;
}
.pjfhero_cta_alt-4oy{
transition:border-color .2s ease,color .2s ease;
padding:15px 26px;
border:1px solid rgba(244,236,218,0.13);
border-radius:999px;
background:transparent;
font-weight:600;
align-items:center;
font-size:0.938rem;
color:#F2EBD9;
display:inline-flex;
}
.pjfhero_cta_alt-4oy:hover{
border-color:#B8864A;
color:#B8864A;
}
.pjfhero_trust-4oy{
gap:22px;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.pjfhero_trust_item-4oy{
gap:9px;
font-size:0.813rem;
align-items:center;
font-weight:600;
color:#D6CCBA;
display:flex;
}
.pjfhero_trust_ic-4oy{
color:#B8864A;
display:inline-flex;
align-items:center;
}
.pjfhero_trust_ic-4oy svg{
height:16px;
width:1rem;
}
.pjfhero_promo-4oy{
overflow:hidden;
border-radius:20px;
background:#231F1A;
position:relative;
min-height:300px;
display:flex;
box-shadow:0 12px 3rem rgba(0,0,0,0.55), 0 3px 0.75rem rgba(0,0,0,0.35), 0 0 3.75rem rgba(176,134,74,0.10);
}
.pjfhero_promo_bg-4oy{
inset:0;
background-size:cover;
position:absolute;
background-position:center;
}
.pjfhero_promo_bg-4oy::after{
inset:0;
background:linear-gradient(120deg,#0F0E0B 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
content:"";
position:absolute;
}
.pjfhero_promo_glow-4oy{
background:radial-gradient(circle,rgba(176,134,74,0.18) 0%,transparent 65%);
border-radius:50%;
right:-20px;
height:260px;
position:absolute;
width:260px;
top:-40px;
pointer-events:none;
}
.pjfhero_promo_ct-4oy{
padding:1.75rem;
position:relative;
align-self:flex-end;
max-width:88%;
z-index:2;
}
.pjfhero_promo_label-4oy{
margin-bottom:8px;
letter-spacing:.25em;
color:#D4A852;
font-weight:700;
font-size:10px;
display:block;
text-transform:uppercase;
}
.pjfhero_promo_amount-4oy{
font-size:32px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
color:#F2EBD9;
overflow-wrap:break-word;
line-height:1.05;
}
@media(min-width:766px){
.pjfhero_promo_amount-4oy{
font-size:2.5rem;
}
}
.pjfhero_promo_amount-4oy em{
font-style:normal;
color:#D4A852;
}
.pjfhero_rating-4oy{
padding:0.625rem 14px;
background:#231F1A;
border-radius:0.875rem;
border:1px solid rgba(244,236,218,0.07);
gap:0.625rem;
display:flex;
z-index:3;
align-items:center;
box-shadow:0 2px 6px rgba(0,0,0,0.40), 0 8px 1.5rem rgba(0,0,0,0.30);
right:0.875rem;
max-width:min(260px,62%);
top:0.875rem;
position:absolute;
}
.pjfhero_rating_score-4oy{
flex:0 0 auto;
font-size:24px;
color:#F2EBD9;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
}
.pjfhero_rating_txt-4oy{
flex:1 1 auto;
min-width:0;
}
.pjfhero_rating_stars-4oy{
gap:2px;
display:flex;
color:#B8864A;
}
.pjfhero_rating_stars-4oy svg{
height:12px;
width:0.75rem;
}
.pjfhero_rating_cap-4oy{
font-size:11px;
display:block;
line-height:1.35;
overflow-wrap:break-word;
margin-top:3px;
color:#A89880;
}
.pjfstat-4oy{
border-bottom:1px solid rgba(244,236,218,0.13);
border-top:1px solid rgba(244,236,218,0.13);
margin-top:16px;
}
.pjfstat_in-4oy{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:771px){
.pjfstat_in-4oy{
grid-template-columns:repeat(4,1fr);
}
}
.pjfstat_item-4oy{
padding:1.375rem 14px;
min-width:0;
border-bottom:1px solid rgba(244,236,218,0.07);
border-right:1px solid rgba(244,236,218,0.07);
}
.pjfstat_item-4oy:nth-child(2n){
border-right:0;
}
.pjfstat_item-4oy:nth-child(n+3){
border-bottom:0;
}
@media(min-width:770px){
.pjfstat_item-4oy{
border-bottom:0;
}
.pjfstat_item-4oy:nth-child(2n){
border-right:1px solid rgba(244,236,218,0.07);
}
.pjfstat_item-4oy:nth-child(4n){
border-right:0;
}
}
.pjfstat_value-4oy{
font-weight:700;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1;
color:#F2EBD9;
font-size:1.875rem;
}
@media(min-width:769px){
.pjfstat_value-4oy{
font-size:34px;
}
}
.pjfstat_label-4oy{
overflow-wrap:break-word;
color:#A89880;
font-size:13px;
line-height:1.4;
margin-top:6px;
}
.pjfgf-4oy{
padding:1.5rem 0 0.375rem;
}
.pjfgf_in-4oy{
gap:10px;
display:flex;
flex-wrap:wrap;
}
.pjfgf_chip-4oy{
transition:color .2s ease,border-color .2s ease,background-color .2s ease;
border:1px solid rgba(244,236,218,0.13);
padding:0.625rem 1.125rem;
background:#231F1A;
border-radius:62.438rem;
white-space:nowrap;
font-weight:600;
font-size:0.813rem;
color:#D6CCBA;
}
.pjfgf_chip-4oy:hover{
border-color:#B8864A;
color:#B8864A;
}
.pjfgf_chip-4oy.pjfstate_active-4oy{
background:#C9914F;
border-color:transparent;
color:#18130D;
}
.pjfpr-4oy{
padding:1.875rem 0 0.375rem;
}
.pjfpr_card-4oy{
background:#231F1A;
padding:1.625rem;
border-radius:20px;
gap:10px;
overflow:hidden;
flex:0 0 auto;
border:1px solid rgba(244,236,218,0.07);
min-height:200px;
display:flex;
flex-direction:column;
width:17.5rem;
position:relative;
}
@media(min-width:771px){
.pjfpr_card-4oy{
width:300px;
}
}
.pjfpr_card_feat-4oy{
background:linear-gradient(150deg,#1C180F,#0C0B08);
border-color:transparent;
color:#F2EBD9;
}
.pjfpr_glow-4oy{
background:radial-gradient(circle,rgba(176,134,74,0.18),transparent 70%);
border-radius:50%;
pointer-events:none;
opacity:0;
right:-1.875rem;
position:absolute;
top:-30px;
width:130px;
height:8.125rem;
}
.pjfpr_card_feat-4oy .pjfpr_glow-4oy{
opacity:1;
}
.pjfpr_label-4oy{
letter-spacing:.16em;
color:#B8864A;
font-size:10px;
font-weight:700;
text-transform:uppercase;
position:relative;
}
.pjfpr_card_feat-4oy .pjfpr_label-4oy{
color:#D4A852;
}
.pjfpr_amount-4oy{
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.08;
font-size:1.625rem;
font-weight:600;
color:#F2EBD9;
overflow-wrap:break-word;
position:relative;
}
.pjfpr_card_feat-4oy .pjfpr_amount-4oy{
color:#F2EBD9;
}
.pjfpr_amount-4oy em{
font-style:normal;
color:#B8864A;
}
.pjfpr_card_feat-4oy .pjfpr_amount-4oy em{
color:#D4A852;
}
.pjfpr_terms-4oy{
font-size:0.813rem;
line-height:1.5;
color:#A89880;
position:relative;
}
.pjfpr_card_feat-4oy .pjfpr_terms-4oy{
color:#B0A08A;
}
.pjfpr_cta-4oy{
position:relative;
align-self:flex-start;
margin-top:auto;
}
.pjfpr_card_feat-4oy .pjfpr_cta-4oy{
background:#D4A852;
border-radius:62.438rem;
transition:opacity .2s ease;
padding:0.563rem 1.125rem;
font-size:13px;
color:#1A1410;
font-weight:700;
}
.pjfpr_card_feat-4oy .pjfpr_cta-4oy:hover{
opacity:.9;
}
.pjfpr_card-4oy:not(.pjfpr_card_feat-4oy) .pjfpr_cta-4oy{
transition:color .2s ease,border-color .2s ease;
font-size:13px;
font-weight:700;
border-bottom:1px solid #F2EBD9;
color:#F2EBD9;
padding-bottom:2px;
}
.pjfpr_card-4oy:not(.pjfpr_card_feat-4oy) .pjfpr_cta-4oy:hover{
border-color:#B8864A;
color:#B8864A;
}
.pjfjp-4oy{
padding:1.875rem 0 0.625rem;
}
.pjfjp_grid-4oy{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:766px){
.pjfjp_grid-4oy{
grid-template-columns:1fr 1fr;
}
.pjfjp_card_mega-4oy{
grid-column:1/-1;
}
}
@media(min-width:1002px){
.pjfjp_grid-4oy{
grid-template-columns:1.4fr 1fr 1fr;
}
.pjfjp_card_mega-4oy{
grid-column:auto;
}
}
.pjfjp_card-4oy{
padding:26px;
background:#231F1A;
border:1px solid rgba(244,236,218,0.07);
gap:12px;
overflow:hidden;
border-radius:20px;
min-width:0;
display:flex;
flex-direction:column;
min-height:200px;
position:relative;
justify-content:space-between;
}
.pjfjp_card_mega-4oy{
background:linear-gradient(135deg,#1C180F,#0C0B08);
border-color:transparent;
color:#F2EBD9;
min-height:13.125rem;
}
.pjfjp_glow-4oy{
background:radial-gradient(circle,rgba(176,134,74,0.18),transparent 70%);
border-radius:50%;
right:-2.5rem;
top:-40px;
pointer-events:none;
height:12.5rem;
position:absolute;
width:12.5rem;
}
.pjfjp_label-4oy{
gap:10px;
letter-spacing:.16em;
font-size:10px;
display:flex;
font-weight:700;
position:relative;
color:#B8864A;
text-transform:uppercase;
flex-wrap:wrap;
align-items:center;
justify-content:space-between;
}
.pjfjp_card_mega-4oy .pjfjp_label-4oy{
color:#D4A852;
}
.pjfjp_drop-4oy{
text-transform:none;
letter-spacing:.04em;
color:#A89880;
font-weight:600;
}
.pjfjp_card_mega-4oy .pjfjp_drop-4oy{
color:#B0A08A;
}
.pjfjp_amount-4oy{
line-height:1;
font-size:2.375rem;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
color:#F2EBD9;
position:relative;
overflow-wrap:break-word;
}
.pjfjp_card_mega-4oy .pjfjp_amount-4oy{
animation:zm2-pulse 2.4s infinite;
font-size:3rem;
color:#D4A852;
}
@media(min-width:765px){
.pjfjp_card_mega-4oy .pjfjp_amount-4oy{
font-size:3.375rem;
}
}
.pjfjp_game-4oy{
position:relative;
color:#A89880;
font-size:13px;
}
.pjfjp_card_mega-4oy .pjfjp_game-4oy{
color:#B0A08A;
}
.pjfjp_cta-4oy{
position:relative;
align-self:flex-start;
}
.pjfjp_card_mega-4oy .pjfjp_cta-4oy{
border-radius:62.438rem;
transition:opacity .2s ease;
background:#D4A852;
padding:10px 20px;
font-size:0.813rem;
color:#1A1410;
font-weight:700;
}
.pjfjp_card_mega-4oy .pjfjp_cta-4oy:hover{
opacity:.9;
}
.pjfjp_card-4oy:not(.pjfjp_card_mega-4oy) .pjfjp_cta-4oy{
transition:color .2s ease,border-color .2s ease;
font-weight:700;
border-bottom:1px solid #F2EBD9;
padding-bottom:2px;
color:#F2EBD9;
font-size:0.813rem;
}
.pjfjp_card-4oy:not(.pjfjp_card_mega-4oy) .pjfjp_cta-4oy:hover{
border-color:#B8864A;
color:#B8864A;
}
.pjfjp_seo-4oy{
margin:14px 0 0;
color:#8A7B66;
font-size:14px;
max-width:760px;
overflow-wrap:break-word;
line-height:1.65;
}
.pjfjp_seo-4oy strong{
font-weight:700;
color:#F2EBD9;
}
.pjfgrow-4oy{
padding:1.625rem 0 0.625rem;
}
.pjfrow_seo-4oy{
margin:10px 0 0;
max-width:47.5rem;
overflow-wrap:break-word;
font-size:0.875rem;
color:#8A7B66;
line-height:1.65;
}
.pjfrow_seo-4oy strong{
color:#F2EBD9;
font-weight:700;
}
.pjfgrow-4oy{
padding:26px 0 0.625rem;
}
.pjfrow_seo-4oy{
margin:10px 0 0;
overflow-wrap:break-word;
line-height:1.65;
max-width:47.5rem;
font-size:0.875rem;
color:#8A7B66;
}
.pjfrow_seo-4oy strong{
color:#F2EBD9;
font-weight:700;
}
.pjfgrow-4oy{
padding:1.625rem 0 10px;
}
.pjfrow_seo-4oy{
margin:10px 0 0;
color:#8A7B66;
overflow-wrap:break-word;
max-width:47.5rem;
line-height:1.65;
font-size:14px;
}
.pjfrow_seo-4oy strong{
font-weight:700;
color:#F2EBD9;
}
.pjfnl-4oy{
padding:1.5rem 0 10px;
}
.pjfnl_in-4oy{
border-radius:20px;
padding:1.875rem 32px;
background:#141210;
gap:1.375rem;
display:flex;
flex-direction:column;
color:#F2EBD9;
}
@media(min-width:769px){
.pjfnl_in-4oy{
gap:28px;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.pjfnl_text_wrap-4oy{
min-width:0;
}
.pjfnl_h3-4oy{
font-weight:600;
overflow-wrap:break-word;
color:#F2EBD9;
line-height:1.1;
margin-bottom:5px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-size:22px;
}
@media(min-width:765px){
.pjfnl_h3-4oy{
font-size:1.5rem;
}
}
.pjfnl_text-4oy{
line-height:1.5;
font-size:13.5px;
color:#B0A08A;
}
.pjfnl_form-4oy{
flex:1 1 auto;
gap:10px;
display:flex;
max-width:460px;
min-width:0;
}
.pjfnl_input-4oy{
padding:0.813rem 16px;
border:1px solid rgba(244,236,218,0.13);
overflow:hidden;
border-radius:0.875rem;
flex:1 1 auto;
background:rgba(244,236,218,0.07);
white-space:nowrap;
color:#B0A08A;
font-size:14px;
align-items:center;
min-width:0;
text-overflow:ellipsis;
display:flex;
}
.pjfnl_btn-4oy{
border-radius:0.875rem;
flex:0 0 auto;
transition:opacity .2s ease;
background:#D4A852;
padding:13px 1.5rem;
font-weight:700;
color:#1A1410;
white-space:nowrap;
font-size:0.875rem;
}
.pjfnl_btn-4oy:hover{
opacity:.9;
}
.pjfsea-4oy{
padding:24px 0 10px;
}
.pjfsea_in-4oy{
overflow:hidden;
gap:22px;
border-radius:20px;
padding:36px;
background:linear-gradient(115deg,#1C180F,#0C0B08);
flex-direction:column;
display:flex;
position:relative;
color:#F2EBD9;
}
@media(min-width:822px){
.pjfsea_in-4oy{
padding:2.75rem 48px;
gap:32px;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.pjfsea_glow-4oy{
background:radial-gradient(circle,rgba(176,134,74,0.18),transparent 68%);
border-radius:50%;
height:15rem;
right:60px;
width:240px;
pointer-events:none;
top:50%;
transform:translateY(-50%);
position:absolute;
}
.pjfsea_copy-4oy{
position:relative;
min-width:0;
max-width:35rem;
}
.pjfsea_eyebrow-4oy{
margin-bottom:12px;
}
.pjfsea_h2-4oy{
font-weight:600;
overflow-wrap:break-word;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.04;
font-size:30px;
color:#F2EBD9;
margin-bottom:12px;
}
@media(min-width:767px){
.pjfsea_h2-4oy{
font-size:38px;
}
}
.pjfsea_text-4oy{
line-height:1.6;
font-size:0.938rem;
color:#B0A08A;
}
.pjfsea_cta-4oy{
padding:16px 2rem;
background:#D4A852;
border-radius:999px;
flex:0 0 auto;
transition:opacity .2s ease;
font-weight:700;
position:relative;
color:#1A1410;
font-size:0.938rem;
}
.pjfsea_cta-4oy:hover{
opacity:.9;
}
.pjfvip-4oy{
padding:3rem 0;
}
@media(min-width:769px){
.pjfvip-4oy{
padding:64px 0;
}
}
.pjfvip_head-4oy{
gap:0.875rem;
display:flex;
margin-bottom:30px;
flex-direction:column;
}
@media(min-width:880px){
.pjfvip_head-4oy{
gap:1.5rem;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.pjfvip_eyebrow-4oy{
margin-bottom:12px;
}
.pjfvip_h2-4oy{
color:#F2EBD9;
font-weight:600;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1.05;
font-size:32px;
}
@media(min-width:765px){
.pjfvip_h2-4oy{
font-size:40px;
}
}
.pjfvip_intro-4oy{
line-height:1.6;
color:#B0A08A;
max-width:420px;
font-size:14px;
}
.pjfvip_grid-4oy{
gap:0.875rem;
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
display:grid;
}
.pjfvip_card-4oy{
padding:1.375rem 18px;
border:1px solid rgba(244,236,218,0.13);
border-radius:0.875rem;
min-width:0;
}
.pjfvip_card_feat-4oy{
background:rgba(244,236,218,0.07);
border-color:#D4A852;
}
.pjfvip_card_ic-4oy{
border-radius:8px;
background:linear-gradient(135deg,#B8864A,#DEB96A);
display:block;
width:2.125rem;
height:34px;
margin-bottom:1rem;
}
.pjfvip_name-4oy{
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.375rem;
color:#F2EBD9;
font-weight:600;
overflow-wrap:break-word;
font-size:1.25rem;
}
.pjfvip_perk-4oy{
font-size:0.781rem;
overflow-wrap:break-word;
line-height:1.5;
color:#B0A08A;
}
.pjfapp-4oy{
padding:30px 0 10px;
}
.pjfapp_in-4oy{
border-radius:1.25rem;
border:1px solid rgba(244,236,218,0.07);
gap:1.75rem;
padding:32px;
background:#231F1A;
display:flex;
flex-direction:column;
}
@media(min-width:765px){
.pjfapp_in-4oy{
gap:2.5rem;
padding:40px 2.75rem;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.pjfapp_copy-4oy{
max-width:35rem;
min-width:0;
}
.pjfapp_eyebrow-4oy{
margin-bottom:0.75rem;
}
.pjfapp_h2-4oy{
margin-bottom:0.75rem;
font-weight:600;
overflow-wrap:break-word;
color:#F2EBD9;
line-height:1.05;
font-size:1.75rem;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:771px){
.pjfapp_h2-4oy{
font-size:2.125rem;
}
}
.pjfapp_text-4oy{
margin-bottom:22px;
font-size:0.875rem;
line-height:1.6;
color:#8A7B66;
}
.pjfapp_btns-4oy{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
.pjfapp_btn-4oy{
gap:10px;
transition:background-color .2s ease;
background:#C9914F;
padding:11px 1.25rem;
border-radius:0.875rem;
align-items:center;
color:#18130D;
display:inline-flex;
}
.pjfapp_btn-4oy:hover{
background:#D9A460;
}
.pjfapp_btn_ic-4oy{
display:inline-flex;
align-items:center;
}
.pjfapp_btn_ic-4oy svg{
width:1.125rem;
height:1.125rem;
}
.pjfapp_btn_lb-4oy{
font-size:13.5px;
font-weight:700;
}
.pjfapp_qr_wrap-4oy{
flex:0 0 auto;
gap:1.125rem;
display:flex;
align-items:center;
}
.pjfapp_qr-4oy{
flex:0 0 auto;
border-radius:14px;
width:6.75rem;
background-color:#C9914F;
height:6.75rem;
background-image:repeating-linear-gradient(0deg,#231F1A 0 5px,transparent 5px 11px),repeating-linear-gradient(90deg,#231F1A 0 0.313rem,transparent 0.313rem 11px);
}
.pjfapp_qr_cap-4oy{
line-height:1.4;
max-width:92px;
color:#A89880;
font-size:0.781rem;
}
.pjfgm-4oy{
padding:30px 0 10px;
}
.pjfgm_in-4oy{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:877px){
.pjfgm_in-4oy{
grid-template-columns:1.25fr 1fr;
}
}
.pjfgm_left-4oy{
border:1px solid rgba(244,236,218,0.07);
padding:32px;
background:#231F1A;
border-radius:20px;
min-width:0;
}
.pjfgm_eyebrow-4oy{
margin-bottom:0.625rem;
}
.pjfgm_h2-4oy{
font-weight:600;
margin-bottom:8px;
color:#F2EBD9;
overflow-wrap:break-word;
font-size:1.625rem;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.06;
}
@media(min-width:765px){
.pjfgm_h2-4oy{
font-size:1.75rem;
}
}
.pjfgm_text-4oy{
line-height:1.6;
font-size:0.875rem;
color:#8A7B66;
max-width:30rem;
margin-bottom:22px;
}
.pjfgm_level-4oy{
font-weight:700;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
color:#B8864A;
font-size:1.375rem;
margin-bottom:0.5rem;
}
.pjfgm_bar-4oy{
overflow:hidden;
background:rgba(244,236,218,0.13);
border-radius:999px;
margin-bottom:0.375rem;
height:8px;
}
.pjfgm_bar_fill-4oy{
border-radius:999px;
background:linear-gradient(90deg,#B8864A,#DEB96A);
height:100%;
}
.pjfgm_bar_meta-4oy{
gap:10px;
display:flex;
margin-bottom:1.125rem;
font-size:11px;
color:#A89880;
justify-content:space-between;
}
.pjfgm_missions-4oy{
gap:10px;
display:flex;
flex-wrap:wrap;
}
.pjfgm_mission-4oy{
padding:9px 15px;
border:1px solid rgba(244,236,218,0.13);
border-radius:999px;
background:#1A1612;
gap:7px;
display:inline-flex;
align-items:center;
font-weight:600;
font-size:12.5px;
color:#D6CCBA;
}
.pjfgm_mission_ic-4oy{
align-items:center;
display:inline-flex;
color:#B8864A;
}
.pjfgm_mission_ic-4oy svg{
height:0.813rem;
width:0.813rem;
}
.pjfgm_right-4oy{
overflow:hidden;
padding:32px;
background:linear-gradient(150deg,#1C180F,#0C0B08);
border-radius:1.25rem;
display:flex;
position:relative;
flex-direction:column;
color:#F2EBD9;
}
.pjfgm_glow-4oy{
background:radial-gradient(circle,rgba(176,134,74,0.18),transparent 70%);
border-radius:50%;
right:-30px;
width:9.375rem;
position:absolute;
height:9.375rem;
top:-1.875rem;
pointer-events:none;
}
.pjfgm_ref_eyebrow-4oy{
margin-bottom:10px;
position:relative;
}
.pjfgm_ref_h2-4oy{
font-size:1.625rem;
overflow-wrap:break-word;
line-height:1.1;
position:relative;
color:#F2EBD9;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.5rem;
font-weight:600;
}
.pjfgm_ref_text-4oy{
font-size:0.844rem;
color:#B0A08A;
margin-bottom:1.25rem;
line-height:1.55;
position:relative;
}
.pjfgm_ref_cta-4oy{
padding:11px 22px;
border-radius:62.438rem;
transition:opacity .2s ease;
background:#D4A852;
margin-top:auto;
font-size:13.5px;
position:relative;
font-weight:700;
align-self:flex-start;
color:#1A1410;
}
.pjfgm_ref_cta-4oy:hover{
opacity:.9;
}
.pjftt-4oy{
padding:48px 0 10px;
}
@media(min-width:765px){
.pjftt-4oy{
padding:3.75rem 0 0.625rem;
}
}
.pjftt_head-4oy{
text-align:center;
margin-bottom:34px;
}
.pjftt_eyebrow-4oy{
margin-bottom:12px;
}
.pjftt_h2-4oy{
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
color:#F2EBD9;
font-weight:600;
overflow-wrap:break-word;
font-size:32px;
}
@media(min-width:771px){
.pjftt_h2-4oy{
font-size:42px;
}
}
.pjftt_grid-4oy{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:758px){
.pjftt_grid-4oy{
grid-template-columns:repeat(3,1fr);
}
}
.pjftt_card-4oy{
border-radius:0.875rem;
background:#231F1A;
border:1px solid rgba(244,236,218,0.07);
padding:30px;
flex-direction:column;
display:flex;
min-width:0;
}
.pjftt_card_ic-4oy{
color:#B8864A;
margin-bottom:18px;
display:inline-flex;
align-items:center;
}
.pjftt_card_ic-4oy svg{
height:28px;
width:1.75rem;
}
.pjftt_card_h-4oy{
color:#F2EBD9;
line-height:1.15;
font-size:22px;
font-weight:600;
margin-bottom:0.5rem;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
.pjftt_card_p-4oy{
color:#8A7B66;
overflow-wrap:break-word;
font-size:14px;
line-height:1.6;
margin-bottom:0.875rem;
}
.pjftt_card_p-4oy b{
color:#F2EBD9;
font-weight:700;
}
.pjftt_card_link-4oy{
transition:color .2s ease;
padding-bottom:2px;
font-weight:700;
color:#F2EBD9;
margin-top:auto;
font-size:0.813rem;
align-self:flex-start;
border-bottom:1px solid #B8864A;
}
.pjftt_card_link-4oy:hover{
color:#B8864A;
}
.pjfwy-4oy{
padding:3rem 0;
}
@media(min-width:771px){
.pjfwy-4oy{
padding:56px 0;
}
}
.pjfwy_in-4oy{
gap:32px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:903px){
.pjfwy_in-4oy{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.pjfwy_left-4oy{
min-width:0;
}
.pjfwy_eyebrow-4oy{
margin-bottom:0.875rem;
}
.pjfwy_h2-4oy{
font-size:2rem;
overflow-wrap:break-word;
font-weight:600;
line-height:1.05;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:16px;
color:#F2EBD9;
}
@media(min-width:770px){
.pjfwy_h2-4oy{
font-size:2.5rem;
}
}
.pjfwy_intro-4oy{
font-size:15px;
color:#8A7B66;
line-height:1.6;
}
.pjfwy_grid-4oy{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:563px){
.pjfwy_grid-4oy{
grid-template-columns:1fr 1fr;
}
}
.pjfwy_card-4oy{
border-radius:14px;
padding:26px;
border:1px solid rgba(244,236,218,0.07);
background:#231F1A;
min-width:0;
}
.pjfwy_card_ic-4oy{
margin-bottom:16px;
display:inline-flex;
color:#B8864A;
align-items:center;
justify-content:center;
}
.pjfwy_card_ic-4oy svg{
height:26px;
width:26px;
}
.pjfwy_card_h-4oy{
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
color:#F2EBD9;
font-size:21px;
overflow-wrap:break-word;
margin-bottom:0.5rem;
font-weight:600;
line-height:1.15;
}
.pjfwy_card_p-4oy{
color:#8A7B66;
line-height:1.55;
font-size:14px;
overflow-wrap:break-word;
}
.pjfop-4oy{
padding:36px 0 0.625rem;
}
.pjfop_in-4oy{
border:1px solid rgba(244,236,218,0.07);
grid-template-columns:1fr;
border-radius:0.875rem;
padding:2rem;
gap:2rem;
background:#231F1A;
align-items:center;
display:grid;
}
@media(min-width:858px){
.pjfop_in-4oy{
grid-template-columns:.9fr 1.1fr;
gap:44px;
padding:2.125rem 40px;
}
}
.pjfop_left-4oy{
min-width:0;
}
.pjfop_eyebrow-4oy{
margin-bottom:12px;
}
.pjfop_h2-4oy{
color:#F2EBD9;
overflow-wrap:break-word;
line-height:1.08;
font-weight:600;
margin-bottom:10px;
font-size:1.75rem;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:766px){
.pjfop_h2-4oy{
font-size:1.875rem;
}
}
.pjfop_text-4oy{
line-height:1.6;
color:#8A7B66;
font-size:14px;
}
.pjfop_grid-4oy{
gap:1px;
overflow:hidden;
grid-template-columns:1fr 1fr;
border:1px solid rgba(244,236,218,0.13);
border-radius:0.5rem;
background:rgba(244,236,218,0.13);
display:grid;
}
.pjfop_field-4oy{
background:#1A1612;
padding:1.125rem 20px;
min-width:0;
}
.pjfop_field_lb-4oy{
margin-bottom:0.313rem;
text-transform:uppercase;
font-size:0.625rem;
font-weight:600;
color:#B8864A;
letter-spacing:.1em;
}
.pjfop_field_val-4oy{
color:#F2EBD9;
font-weight:700;
font-size:0.875rem;
overflow-wrap:break-word;
}
.pjfhts-4oy{
padding:3rem 0;
}
@media(min-width:769px){
.pjfhts-4oy{
padding:62px 0;
}
}
.pjfhts_head-4oy{
gap:18px;
flex-direction:column;
display:flex;
margin-bottom:2.125rem;
}
@media(min-width:771px){
.pjfhts_head-4oy{
gap:24px;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.pjfhts_eyebrow-4oy{
margin-bottom:12px;
}
.pjfhts_h2-4oy{
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-size:30px;
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
color:#F2EBD9;
}
@media(min-width:769px){
.pjfhts_h2-4oy{
font-size:38px;
}
}
.pjfhts_cta-4oy{
background:#D4A852;
transition:opacity .2s ease;
padding:0.938rem 30px;
border-radius:62.438rem;
flex:0 0 auto;
font-size:0.938rem;
font-weight:700;
color:#1A1410;
}
.pjfhts_cta-4oy:hover{
opacity:.9;
}
.pjfhts_grid-4oy{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:758px){
.pjfhts_grid-4oy{
grid-template-columns:repeat(3,1fr);
}
}
.pjfhts_step-4oy{
min-width:0;
border-top:1px solid rgba(244,236,218,0.13);
padding-top:1.375rem;
}
.pjfhts_step_num-4oy{
line-height:1;
font-size:2.75rem;
color:#D4A852;
margin-bottom:14px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
}
.pjfhts_step_h-4oy{
line-height:1.2;
font-size:19px;
font-weight:700;
color:#F2EBD9;
margin-bottom:8px;
overflow-wrap:break-word;
}
.pjfhts_step_p-4oy{
color:#B0A08A;
overflow-wrap:break-word;
line-height:1.55;
font-size:0.875rem;
}
.pjfprov-4oy{
padding:2.5rem 0 1.25rem;
}
.pjfprov_eyebrow-4oy{
margin-bottom:1.125rem;
display:block;
}
.pjfprov_grid-4oy{
grid-template-columns:repeat(2,1fr);
gap:12px;
display:grid;
}
@media(min-width:558px){
.pjfprov_grid-4oy{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:901px){
.pjfprov_grid-4oy{
grid-template-columns:repeat(6,1fr);
}
}
.pjfrc-4oy{
padding:3rem 0 10px;
}
.pjfrc_in-4oy{
grid-template-columns:1fr;
gap:32px;
display:grid;
}
@media(min-width:763px){
.pjfrc_in-4oy{
gap:40px;
grid-template-columns:repeat(3,1fr);
}
}
.pjfrc_col-4oy{
min-width:0;
}
.pjfrc_label-4oy{
margin-bottom:16px;
color:#B8864A;
letter-spacing:.2em;
text-transform:uppercase;
font-weight:600;
font-size:0.688rem;
}
.pjfrc_awards-4oy{
gap:0.75rem;
display:flex;
flex-direction:column;
}
.pjfrc_award-4oy{
gap:12px;
min-width:0;
display:flex;
align-items:center;
}
.pjfrc_award_ic-4oy{
flex:0 0 auto;
align-items:center;
display:inline-flex;
color:#D4A852;
}
.pjfrc_award_ic-4oy svg{
height:1.125rem;
width:1.125rem;
}
.pjfrc_award_t-4oy{
overflow-wrap:break-word;
color:#F2EBD9;
font-weight:700;
font-size:14px;
}
.pjfrc_award_s-4oy{
color:#A89880;
overflow-wrap:break-word;
font-size:12px;
}
.pjfrc_press-4oy{
grid-template-columns:1fr 1fr;
gap:0.625rem;
display:grid;
}
.pjfrc_press_logo-4oy{
border-radius:0.5rem;
overflow:hidden;
padding:0 0.5rem;
border:1px solid rgba(244,236,218,0.07);
font-weight:700;
font-size:0.875rem;
justify-content:center;
text-overflow:ellipsis;
white-space:nowrap;
align-items:center;
text-align:center;
display:flex;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
height:52px;
color:#8A7B66;
}
.pjfrc_partner-4oy{
padding:1.375rem;
border:1px solid rgba(244,236,218,0.07);
background:#231F1A;
border-radius:0.875rem;
}
.pjfrc_partner_name-4oy{
overflow-wrap:break-word;
font-size:1.25rem;
margin-bottom:6px;
font-weight:600;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
color:#F2EBD9;
}
.pjfrc_partner_text-4oy{
font-size:0.813rem;
line-height:1.55;
color:#8A7B66;
overflow-wrap:break-word;
}
.pjfts-4oy{
padding:44px 0;
}
.pjfts_in-4oy{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:877px){
.pjfts_in-4oy{
grid-template-columns:1.4fr 1fr;
gap:48px;
}
}
.pjfts_left-4oy{
min-width:0;
}
.pjfts_h2-4oy{
margin-bottom:0.75rem;
font-size:1.625rem;
overflow-wrap:break-word;
line-height:1.1;
font-weight:600;
color:#F2EBD9;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:770px){
.pjfts_h2-4oy{
font-size:28px;
}
}
.pjfts_text-4oy{
margin-bottom:22px;
max-width:32.5rem;
color:#B0A08A;
line-height:1.6;
font-size:14.5px;
}
.pjfts_badges-4oy{
gap:18px;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.pjfts_badge-4oy{
color:#B0A08A;
font-size:13px;
font-weight:600;
}
.pjfts_pay-4oy{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
@media(min-width:883px){
.pjfts_pay-4oy{
justify-content:flex-end;
}
}
.pjfts_pay_chip-4oy{
border:1px solid rgba(244,236,218,0.13);
padding:12px 1rem;
border-radius:0.875rem;
background:rgba(244,236,218,0.07);
font-weight:700;
color:#F2EBD9;
font-size:14px;
}
.pjffaq-4oy{
background:#231F1A;
padding:3rem 0;
margin-top:24px;
border-top:1px solid rgba(244,236,218,0.07);
border-bottom:1px solid rgba(244,236,218,0.07);
}
@media(min-width:766px){
.pjffaq-4oy{
padding:3.875rem 0;
}
}
.pjffaq_head-4oy{
text-align:center;
margin-bottom:34px;
}
.pjffaq_eyebrow-4oy{
margin-bottom:0.75rem;
}
.pjffaq_h2-4oy{
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
color:#F2EBD9;
line-height:1.05;
font-size:2rem;
}
@media(min-width:768px){
.pjffaq_h2-4oy{
font-size:38px;
}
}
.pjffaq_list-4oy{
gap:12px;
margin:0 auto;
flex-direction:column;
display:flex;
max-width:820px;
}
.pjffaq_item-4oy{
background:#1A1612;
overflow:hidden;
border:1px solid rgba(244,236,218,0.07);
border-radius:14px;
}
.pjffaq_q-4oy{
gap:20px;
list-style:none;
padding:20px 24px;
overflow-wrap:break-word;
color:#F2EBD9;
cursor:pointer;
justify-content:space-between;
font-weight:700;
font-size:16px;
display:flex;
align-items:center;
}
.pjffaq_q-4oy::-webkit-details-marker{
display:none;
}
.pjffaq_q_ic-4oy{
transition:transform .2s ease;
flex:0 0 auto;
color:#B8864A;
align-items:center;
display:inline-flex;
}
.pjffaq_q_ic-4oy svg{
height:1.125rem;
width:18px;
}
.pjffaq_item-4oy[open] .pjffaq_q_ic-4oy{
transform:rotate(180deg);
}
.pjffaq_a-4oy{
padding:0 24px 20px;
line-height:1.6;
color:#8A7B66;
overflow-wrap:break-word;
font-size:14.5px;
}
.pjfsg-4oy{
padding:48px 0 10px;
}
.pjfsg_eyebrow-4oy{
display:block;
margin-bottom:12px;
}
.pjfsg_h2-4oy{
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.05;
color:#F2EBD9;
overflow-wrap:break-word;
font-size:1.875rem;
margin-bottom:28px;
}
@media(min-width:770px){
.pjfsg_h2-4oy{
font-size:2.25rem;
}
}
.pjfsg_grid-4oy{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:722px){
.pjfsg_grid-4oy{
grid-template-columns:repeat(3,1fr);
}
}
.pjfsg_col-4oy{
min-width:0;
}
.pjfsg_col_h-4oy{
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.15;
overflow-wrap:break-word;
font-size:22px;
margin-bottom:10px;
font-weight:600;
color:#F2EBD9;
}
.pjfsg_col_p-4oy{
color:#8A7B66;
font-size:0.875rem;
overflow-wrap:break-word;
line-height:1.65;
}
.pjfel-4oy{
padding:3rem 0;
}
@media(min-width:771px){
.pjfel-4oy{
padding:56px 0;
}
}
.pjfel_in-4oy{
grid-template-columns:1fr;
gap:40px;
align-items:start;
display:grid;
}
@media(min-width:901px){
.pjfel_in-4oy{
grid-template-columns:1fr 1fr;
gap:56px;
}
}
.pjfel_left-4oy{
min-width:0;
}
.pjfel_eyebrow-4oy{
margin-bottom:14px;
}
.pjfel_h2-4oy{
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
color:#F2EBD9;
overflow-wrap:break-word;
margin-bottom:1.375rem;
font-weight:600;
font-size:32px;
line-height:1.08;
}
@media(min-width:769px){
.pjfel_h2-4oy{
font-size:2.375rem;
}
}
.pjfel_body-4oy p{
color:#D6CCBA;
margin-bottom:1.125rem;
line-height:1.7;
font-size:1rem;
overflow-wrap:break-word;
}
.pjfel_dropcap-4oy{
padding:6px 12px 0 0;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
line-height:.8;
color:#B8864A;
font-weight:700;
float:left;
font-size:3.875rem;
}
.pjfel_right-4oy{
min-width:0;
}
.pjfel_quote-4oy{
padding:36px;
border-radius:20px;
background:linear-gradient(150deg,#1C180F,#0C0B08);
margin-bottom:1.5rem;
color:#F2EBD9;
position:relative;
}
.pjfel_quote_mark-4oy{
align-items:center;
display:inline-flex;
color:#D4A852;
margin-bottom:6px;
}
.pjfel_quote_mark-4oy svg{
height:34px;
width:34px;
}
.pjfel_quote_text-4oy{
font-weight:500;
line-height:1.4;
font-size:1.375rem;
margin-bottom:22px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#F2EBD9;
}
.pjfel_quote_meta-4oy{
gap:12px;
align-items:center;
display:flex;
}
.pjfel_quote_av-4oy{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#B8864A,#DEB96A);
height:2.375rem;
width:38px;
}
.pjfel_quote_author-4oy{
color:#F2EBD9;
font-size:14px;
font-weight:700;
}
.pjfel_quote_meta_sub-4oy{
color:#B0A08A;
font-size:12px;
}
.pjfel_explain-4oy{
overflow:hidden;
border:1px solid rgba(244,236,218,0.07);
border-radius:0.875rem;
}
.pjfel_explain_card-4oy{
padding:22px 1.5rem;
}
.pjfel_explain_card-4oy+.pjfel_explain_card-4oy{
border-top:1px solid rgba(244,236,218,0.07);
}
.pjfel_explain_h-4oy{
overflow-wrap:break-word;
font-size:1.25rem;
font-weight:600;
margin-bottom:8px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
color:#F2EBD9;
line-height:1.15;
}
.pjfel_explain_p-4oy{
color:#8A7B66;
overflow-wrap:break-word;
line-height:1.55;
font-size:0.875rem;
}
.pjfsb-4oy{
padding:3rem 0;
background:#231F1A;
border-bottom:1px solid rgba(244,236,218,0.07);
margin-top:24px;
border-top:1px solid rgba(244,236,218,0.07);
}
@media(min-width:765px){
.pjfsb-4oy{
padding:56px 0;
}
}
.pjfsb_eyebrow-4oy{
display:block;
margin-bottom:0.75rem;
}
.pjfsb_h2-4oy{
color:#F2EBD9;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:26px;
line-height:1.05;
overflow-wrap:break-word;
font-size:1.875rem;
font-weight:600;
}
@media(min-width:771px){
.pjfsb_h2-4oy{
font-size:36px;
}
}
.pjfsb_grid-4oy{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:562px){
.pjfsb_grid-4oy{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:960px){
.pjfsb_grid-4oy{
grid-template-columns:repeat(4,1fr);
}
}
.pjfsb_card-4oy{
padding:24px;
border:1px solid rgba(244,236,218,0.07);
background:#1A1612;
border-radius:14px;
min-width:0;
}
.pjfsb_card_h-4oy{
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.15;
font-size:19px;
overflow-wrap:break-word;
color:#F2EBD9;
margin-bottom:8px;
font-weight:600;
}
.pjfsb_card_p-4oy{
font-size:13.5px;
overflow-wrap:break-word;
color:#8A7B66;
line-height:1.6;
}
.pjfsb_rtp-4oy{
border:1px solid rgba(244,236,218,0.07);
background:#1A1612;
border-radius:0.875rem;
grid-template-columns:1fr;
gap:24px;
padding:26px 1.75rem;
display:grid;
align-items:center;
margin-top:1.125rem;
}
@media(min-width:762px){
.pjfsb_rtp-4oy{
grid-template-columns:1fr 1fr;
gap:40px;
}
}
.pjfsb_rtp_h-4oy{
color:#F2EBD9;
line-height:1.15;
overflow-wrap:break-word;
margin-bottom:8px;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.25rem;
font-weight:600;
}
.pjfsb_rtp_p-4oy{
font-size:13.5px;
color:#8A7B66;
overflow-wrap:break-word;
line-height:1.6;
}
.pjfsb_rtp_stats-4oy{
gap:16px;
display:flex;
}
.pjfsb_stat-4oy{
background:#231F1A;
flex:1 1 0;
border-radius:8px;
padding:1.125rem;
min-width:0;
text-align:center;
}
.pjfsb_stat_v-4oy{
font-weight:700;
font-size:1.625rem;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#6A9E72;
}
.pjfsb_stat_l-4oy{
margin-top:0.25rem;
font-size:0.719rem;
color:#A89880;
}
.pjflh-4oy{
padding:40px 0 20px;
}
.pjflh_in-4oy{
border-top:1px solid rgba(244,236,218,0.13);
padding-top:34px;
}
.pjflh_eyebrow-4oy{
margin-bottom:22px;
display:block;
}
.pjflh_grid-4oy{
grid-template-columns:1fr 1fr;
gap:1.75rem;
display:grid;
}
@media(min-width:603px){
.pjflh_grid-4oy{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:962px){
.pjflh_grid-4oy{
grid-template-columns:repeat(5,1fr);
}
}
.pjflh_col-4oy{
min-width:0;
}
.pjflh_col_h-4oy{
margin-bottom:12px;
overflow-wrap:break-word;
font-weight:700;
font-size:13px;
color:#F2EBD9;
}
.pjflh_links-4oy{
gap:8px;
display:flex;
flex-direction:column;
}
.pjflh_link-4oy{
transition:color .2s ease;
overflow-wrap:break-word;
font-size:13px;
color:#8A7B66;
}
.pjflh_link-4oy:hover{
color:#B8864A;
}
.pjfft-4oy{
background:#111009;
margin-top:2.5rem;
color:#B0A08A;
}
.pjfft_in-4oy{
gap:32px;
grid-template-columns:1fr;
padding:48px 0 28px;
display:grid;
}
@media(min-width:598px){
.pjfft_in-4oy{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:900px){
.pjfft_in-4oy{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.pjfft_brand-4oy{
min-width:0;
}
.pjfft_logo-4oy{
color:#F2EBD9;
overflow-wrap:break-word;
font-size:1.625rem;
font-weight:700;
font-family:"Bodoni Moda", Cambria, Georgia, 'Times New Roman', serif;
}
.pjfft_tagline-4oy{
color:#B0A08A;
line-height:1.6;
max-width:17.5rem;
margin-top:0.875rem;
font-size:0.844rem;
}
.pjfft_contact-4oy{
transition:color .2s ease;
max-width:17.5rem;
font-size:0.813rem;
overflow-wrap:anywhere;
color:#D4A852;
display:inline-block;
margin-top:0.75rem;
}
.pjfft_contact-4oy:hover{
color:#F2EBD9;
}
.pjfft_col-4oy{
min-width:0;
}
.pjfft_col_h-4oy{
font-weight:700;
margin-bottom:14px;
overflow-wrap:break-word;
font-size:13px;
color:#F2EBD9;
letter-spacing:.08em;
text-transform:uppercase;
}
.pjfft_col_links-4oy{
gap:0.625rem;
display:flex;
flex-direction:column;
}
.pjfft_link-4oy{
transition:color .2s ease;
font-size:13.5px;
overflow-wrap:break-word;
color:#B0A08A;
}
.pjfft_link-4oy:hover{
color:#F2EBD9;
}
.pjfft_bot-4oy{
gap:1rem;
padding:1.375rem 0 2.5rem;
display:flex;
border-top:1px solid rgba(244,236,218,0.13);
flex-direction:column;
}
@media(min-width:770px){
.pjfft_bot-4oy{
gap:1.25rem;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.pjfft_legal-4oy{
font-size:11.5px;
overflow-wrap:break-word;
line-height:1.6;
color:#5E5244;
max-width:47.5rem;
}
.pjfft_legal-4oy b{
color:#B0A08A;
font-weight:700;
}
.pjfft_age-4oy{
border-radius:8px;
flex:0 0 auto;
padding:0.25rem 0.563rem;
border:1.5px solid #D4A852;
font-size:13px;
color:#D4A852;
font-weight:700;
}