*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#1C1814;
font-size:15px;
-webkit-font-smoothing:antialiased;
line-height:1.6;
color:#D6CBAF;
text-rendering:optimizeLegibility;
overflow-wrap:break-word;
font-family:"Work Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
img{
max-width:100%;
display:block;
}
a{
color:inherit;
text-decoration:none;
}
button{
border:none;
background:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
width:8px;
height:0.5rem;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.52);
border-radius:0.5rem;
}
::-webkit-scrollbar-track{
background:transparent;
}
.ppn_layout_ceq{
flex-direction:column;
display:flex;
min-height:100vh;
}
.ppn_main_ceq{
flex:1 1 auto;
min-width:0;
width:100%;
}
.ppn_container_ceq{
margin:0 auto;
padding:0 1rem;
width:100%;
max-width:87.5rem;
}
@media(min-width:770px){
.ppn_container_ceq{
padding:0 2rem;
}
}
@media(min-width:1102px){
.ppn_container_ceq{
padding:0 3.5rem;
}
}
.ppn_eyebrow_ceq{
font-size:0.688rem;
text-transform:uppercase;
font-family:"Work Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
overflow-wrap:break-word;
color:#B8864A;
line-height:1.4;
display:inline-block;
font-weight:600;
letter-spacing:.2em;
}
.ppn_band_ceq{
background:#141210;
color:#F2EAD8;
}
.ppn_band_ceq .ppn_eyebrow_ceq{
color:#D4A45C;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.ppn_tb_ceq{
background:#1C1814;
position:sticky;
border-bottom:1px solid rgba(244,236,218,0.13);
top:0;
z-index:50;
}
.ppn_tb_in_ceq{
gap:16px;
margin:0 auto;
padding:12px 1rem;
align-items:center;
justify-content:space-between;
max-width:87.5rem;
width:100%;
display:flex;
}
@media(min-width:765px){
.ppn_tb_in_ceq{
padding:1rem 2rem;
}
}
@media(min-width:1101px){
.ppn_tb_in_ceq{
padding:1.125rem 56px;
}
}
.ppn_tb_left_ceq{
gap:1.75rem;
min-width:0;
display:flex;
align-items:center;
}
.ppn_tb_logo_ceq{
gap:11px;
min-width:0;
align-items:center;
display:flex;
}
.ppn_tb_logo_mark_ceq{
flex:0 0 auto;
border-radius:0.5rem;
height:2.125rem;
width:2.125rem;
object-fit:cover;
}
.ppn_tb_logo_txt_ceq{
line-height:1;
min-width:0;
display:flex;
flex-direction:column;
}
.ppn_tb_logo_name_ceq{
overflow:hidden;
white-space:nowrap;
color:#F2EAD8;
font-weight:700;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
letter-spacing:.02em;
font-size:1.375rem;
text-overflow:ellipsis;
}
.ppn_tb_logo_sub_ceq{
overflow:hidden;
color:#B8864A;
white-space:nowrap;
font-size:0.531rem;
font-weight:600;
text-transform:uppercase;
margin-top:4px;
letter-spacing:.32em;
text-overflow:ellipsis;
}
.ppn_tb_nav_ceq{
display:none;
}
@media(min-width:959px){
.ppn_tb_nav_ceq{
gap:28px;
align-items:center;
display:flex;
}
}
.ppn_tb_nav_item_ceq{
transition:color .22s ease,border-color .22s ease;
font-weight:600;
padding-bottom:3px;
border-bottom:2px solid transparent;
color:#D6CBAF;
white-space:nowrap;
font-size:0.875rem;
}
.ppn_tb_nav_item_ceq:hover{
color:#F2EAD8;
}
.ppn_tb_nav_item_ceq.ppn_state_active_ceq{
border-color:#B8864A;
color:#F2EAD8;
}
.ppn_tb_right_ceq{
gap:0.875rem;
flex:0 0 auto;
align-items:center;
display:flex;
}
.ppn_tb_search_ceq{
transition:color .22s ease;
color:#D6CBAF;
display:flex;
align-items:center;
justify-content:center;
}
.ppn_tb_search_ceq:hover{
color:#B8864A;
}
.ppn_tb_search_ceq svg{
height:18px;
width:1.125rem;
}
.ppn_tb_lang_ceq{
color:#A89880;
font-weight:600;
font-size:11px;
text-transform:uppercase;
letter-spacing:.1em;
}
.ppn_tb_lang_ceq:hover{
color:#F2EAD8;
}
.ppn_tb_login_ceq{
font-size:14px;
display:none;
color:#F2EAD8;
font-weight:600;
}
@media(min-width:765px){
.ppn_tb_login_ceq{
display:inline-block;
}
}
.ppn_tb_register_ceq{
background:#C9923E;
padding:11px 1.375rem;
transition:background-color .22s ease;
border-radius:62.438rem;
white-space:nowrap;
font-size:0.875rem;
color:#1A1409;
font-weight:700;
}
.ppn_tb_register_ceq:hover{
background:#D9A550;
}
.ppn_mob_ceq{
background:#1C1814;
bottom:0;
z-index:60;
left:0;
border-top:1px solid rgba(244,236,218,0.13);
position:fixed;
right:0;
padding-bottom:env(safe-area-inset-bottom);
}
@media(min-width:961px){
.ppn_mob_ceq{
display:none;
}
}
.ppn_mob_in_ceq{
margin:0 auto;
align-items:stretch;
max-width:35rem;
display:flex;
justify-content:space-around;
}
.ppn_mob_item_ceq{
padding:9px 0.25rem;
transition:color .22s ease;
flex:1 1 0;
gap:3px;
align-items:center;
flex-direction:column;
display:flex;
min-width:0;
color:#A89880;
}
.ppn_mob_item_ceq.ppn_state_active_ceq{
color:#B8864A;
}
.ppn_mob_ic_ceq{
justify-content:center;
align-items:center;
display:flex;
}
.ppn_mob_ic_ceq svg{
height:20px;
width:20px;
}
.ppn_mob_lb_ceq{
overflow:hidden;
max-width:100%;
font-size:10px;
text-overflow:ellipsis;
font-weight:600;
white-space:nowrap;
}
@media(max-width:962px){
body{
padding-bottom:60px;
}
}
.ppn_rail_ceq{
position:relative;
min-width:0;
}
.ppn_rail_scroll_ceq{
gap:14px;
scrollbar-width:thin;
-webkit-overflow-scrolling:touch;
padding-bottom:0.875rem;
display:flex;
overflow-x:auto;
}
@media(min-width:769px){
.ppn_rail_scroll_ceq{
gap:18px;
}
}
.ppn_gc_ceq{
flex:0 0 auto;
width:9.375rem;
display:block;
}
@media(min-width:769px){
.ppn_gc_ceq{
width:11.75rem;
}
}
.ppn_gc_img_ceq{
border-radius:14px;
background:#252017;
overflow:hidden;
padding-bottom:133.33%;
position:relative;
box-shadow:0 2px 0.375rem rgba(10,8,4,0.45), 0 0.5rem 1.5rem rgba(10,8,4,0.30);
}
.ppn_gc_img_ceq img{
inset:0;
height:100%;
position:absolute;
width:100%;
object-fit:cover;
}
.ppn_gc_cover_ceq{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
position:absolute;
pointer-events:none;
}
.ppn_gc_hover_ceq{
background:rgba(0,0,0,0.52);
inset:0;
transition:opacity .22s ease;
align-items:center;
justify-content:center;
display:flex;
position:absolute;
opacity:0;
}
.ppn_gc_ceq:hover .ppn_gc_hover_ceq{
opacity:1;
}
.ppn_gc_hover_btn_ceq{
background:#C9923E;
border-radius:62.438rem;
justify-content:center;
display:flex;
align-items:center;
width:46px;
color:#1A1409;
height:2.875rem;
}
.ppn_gc_hover_btn_ceq svg{
width:18px;
height:18px;
}
.ppn_gc_info_ceq{
gap:2px;
flex-direction:column;
margin-top:0.563rem;
min-width:0;
display:flex;
}
.ppn_gc_name_ceq{
overflow:hidden;
font-size:13px;
text-overflow:ellipsis;
color:#F2EAD8;
font-weight:700;
white-space:nowrap;
}
.ppn_gc_prov_ceq{
overflow:hidden;
color:#A89880;
white-space:nowrap;
text-overflow:ellipsis;
font-size:0.688rem;
}
.ppn_gc_meta_ceq{
color:#A89880;
font-size:0.688rem;
}
.ppn_tc_ceq{
flex:0 0 auto;
width:11.25rem;
display:block;
}
@media(min-width:766px){
.ppn_tc_ceq{
width:14.375rem;
}
}
.ppn_tc_img_ceq{
overflow:hidden;
background:#252017;
border-radius:0.875rem;
box-shadow:0 2px 6px rgba(10,8,4,0.45), 0 8px 24px rgba(10,8,4,0.30);
padding-bottom:75%;
position:relative;
}
.ppn_tc_img_ceq img{
inset:0;
position:absolute;
height:100%;
object-fit:cover;
width:100%;
}
.ppn_tc_info_ceq{
gap:2px;
margin-top:9px;
display:flex;
flex-direction:column;
min-width:0;
}
.ppn_tc_name_ceq{
overflow:hidden;
text-overflow:ellipsis;
font-size:14px;
white-space:nowrap;
font-weight:700;
color:#F2EAD8;
}
.ppn_tc_rtp_ceq{
color:#A89880;
font-size:0.688rem;
}
.ppn_lc_ceq{
flex:0 0 auto;
display:block;
width:230px;
}
@media(min-width:766px){
.ppn_lc_ceq{
width:16.75rem;
}
}
.ppn_lc_img_ceq{
overflow:hidden;
background:#252017;
border-radius:14px;
padding-bottom:62.5%;
position:relative;
box-shadow:0 2px 0.375rem rgba(10,8,4,0.45), 0 0.5rem 1.5rem rgba(10,8,4,0.30);
}
.ppn_lc_img_ceq img{
inset:0;
height:100%;
object-fit:cover;
position:absolute;
width:100%;
}
.ppn_lc_live_ceq{
padding:0.25rem 0.563rem;
background:rgba(0,0,0,0.52);
border-radius:999px;
gap:7px;
left:12px;
position:absolute;
display:flex;
top:12px;
align-items:center;
}
.ppn_lc_live_dot_ceq{
animation:zm2-pulse 1.6s infinite;
background:#B84F3A;
border-radius:50%;
width:0.5rem;
height:0.5rem;
}
.ppn_lc_seats_ceq{
letter-spacing:.08em;
font-weight:600;
font-size:0.625rem;
color:#F2EAD8;
text-transform:uppercase;
}
.ppn_lc_info_ceq{
gap:2px;
min-width:0;
display:flex;
flex-direction:column;
margin-top:9px;
}
.ppn_lc_name_ceq{
overflow:hidden;
font-weight:700;
white-space:nowrap;
text-overflow:ellipsis;
font-size:0.938rem;
color:#F2EAD8;
}
.ppn_lc_bet_ceq{
color:#A89880;
font-size:0.688rem;
}
.ppn_pc_ceq{
padding:16px 14px;
background:#252017;
gap:0.5rem;
border:1px solid rgba(244,236,218,0.07);
border-radius:0.875rem;
min-height:74px;
justify-content:center;
min-width:0;
display:flex;
align-items:center;
flex-direction:column;
}
.ppn_pc_logo_ceq{
flex:0 0 auto;
height:28px;
object-fit:contain;
max-width:100%;
width:auto;
}
.ppn_pc_name_ceq{
overflow:hidden;
font-size:11px;
white-space:nowrap;
text-overflow:ellipsis;
text-align:center;
color:#A89880;
max-width:100%;
}
.ppn_gc_tag_ceq{
border-radius:0.5rem;
padding:3px 8px;
text-transform:uppercase;
left:10px;
font-weight:700;
letter-spacing:.06em;
z-index:2;
display:inline-block;
font-size:10px;
top:10px;
position:absolute;
}
.ppn_gc_tag_hot_ceq{
background:#B84F3A;
color:#F2EAD8;
}
.ppn_gc_tag_new_ceq{
background:#D4A45C;
color:#1A1409;
}
.ppn_gc_tag_jp_ceq{
background:#C9922A;
color:#1A1409;
}
.ppn_gc_tag_live_ceq{
background:#B84F3A;
color:#F2EAD8;
}
.ppn_sh_ceq{
min-width:0;
margin-bottom:18px;
}
.ppn_sh_row_ceq{
gap:1rem;
align-items:flex-end;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}
.ppn_sh_row_ceq .ppn_sh_l_ceq{
gap:0.375rem;
display:flex;
min-width:0;
flex-direction:column;
}
.ppn_sh_stack_ceq{
gap:10px;
flex-direction:column;
align-items:flex-start;
display:flex;
}
.ppn_sh_center_ceq{
gap:10px;
text-align:center;
flex-direction:column;
align-items:center;
display:flex;
}
.ppn_sh_h2_ceq{
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1.1;
font-weight:600;
color:#F2EAD8;
font-size:24px;
}
@media(min-width:767px){
.ppn_sh_h2_ceq{
font-size:1.875rem;
}
}
.ppn_band_ceq .ppn_sh_h2_ceq{
color:#F2EAD8;
}
.ppn_sh_eb_line_ceq{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.ppn_sh_eb_line_ceq::before{
background:#B8864A;
content:"";
display:inline-block;
height:1px;
width:1.75rem;
}
.ppn_band_ceq .ppn_sh_eb_line_ceq::before{
background:#D4A45C;
}
.ppn_sh_eb_dot_ceq{
gap:0.5rem;
align-items:center;
display:inline-flex;
}
.ppn_sh_eb_dot_ceq::before{
border-radius:50%;
background:#B8864A;
content:"";
display:inline-block;
width:0.375rem;
height:0.375rem;
}
.ppn_band_ceq .ppn_sh_eb_dot_ceq::before{
background:#D4A45C;
}
.ppn_sh_link_ceq{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:0.375rem;
display:inline-flex;
padding-bottom:2px;
align-items:center;
border-bottom:1px solid #F2EAD8;
color:#F2EAD8;
font-size:0.813rem;
font-weight:600;
white-space:nowrap;
}
.ppn_sh_link_ceq:hover{
border-color:#B8864A;
color:#B8864A;
}
.ppn_sh_link_ceq svg{
height:0.875rem;
width:0.875rem;
}
.ppn_sh_link_chev_ceq{
padding-bottom:0;
border-bottom:0;
}
.ppn_sh_link_btn_ceq{
background:#C9923E;
padding:0.563rem 18px;
border-radius:62.438rem;
color:#1A1409;
border-bottom:0;
}
.ppn_sh_link_btn_ceq:hover{
border-color:transparent;
background:#D9A550;
color:#1A1409;
}
.ppn_band_ceq .ppn_sh_link_ceq{
border-color:#F2EAD8;
color:#F2EAD8;
}
.ppn_band_ceq .ppn_sh_link_btn_ceq{
background:#D4A45C;
color:#1A1409;
}
.ppn_sh_rule_ceq{
margin:-2px 0 1.125rem;
background:rgba(244,236,218,0.13);
height:1px;
}
.ppn_band_ceq .ppn_sh_rule_ceq{
background:rgba(244,236,218,0.12);
}
.ppn_hero_ceq{
padding:32px 0 0.5rem;
}
@media(min-width:770px){
.ppn_hero_ceq{
padding:3.5rem 0 24px;
}
}
.ppn_hero_in_ceq{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:center;
}
@media(min-width:899px){
.ppn_hero_in_ceq{
gap:3rem;
grid-template-columns:1.05fr .95fr;
}
}
.ppn_hero_copy_ceq{
min-width:0;
}
.ppn_hero_eyebrow_ceq{
gap:10px;
display:inline-flex;
margin-bottom:1.375rem;
align-items:center;
}
.ppn_hero_eyebrow_line_ceq{
flex:0 0 auto;
background:#B8864A;
width:1.75rem;
height:1px;
display:inline-block;
}
.ppn_hero_h1_ceq{
margin-bottom:20px;
font-weight:600;
line-height:1.04;
color:#F2EAD8;
overflow-wrap:break-word;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-size:38px;
letter-spacing:-.01em;
}
@media(min-width:766px){
.ppn_hero_h1_ceq{
font-size:54px;
}
}
@media(min-width:1101px){
.ppn_hero_h1_ceq{
font-size:3.875rem;
}
}
.ppn_hero_h1_ceq em{
color:#B8864A;
font-style:normal;
}
.ppn_hero_sub_ceq{
max-width:30rem;
line-height:1.6;
font-size:1rem;
color:#8C7D66;
margin-bottom:30px;
}
@media(min-width:765px){
.ppn_hero_sub_ceq{
font-size:1.125rem;
}
}
.ppn_hero_actions_ceq{
gap:0.875rem;
align-items:center;
display:flex;
flex-wrap:wrap;
margin-bottom:34px;
}
.ppn_hero_cta_ceq{
transition:background-color .22s ease;
border-radius:999px;
gap:10px;
padding:1rem 30px;
background:#C9923E;
display:inline-flex;
font-weight:700;
font-size:15px;
color:#1A1409;
align-items:center;
}
.ppn_hero_cta_ceq:hover{
background:#D9A550;
}
.ppn_hero_cta_ic_ceq{
align-items:center;
display:inline-flex;
}
.ppn_hero_cta_ic_ceq svg{
height:1rem;
width:1rem;
}
.ppn_hero_cta_alt_ceq{
background:transparent;
transition:border-color .22s ease,color .22s ease;
border-radius:999px;
padding:0.938rem 1.625rem;
border:1px solid rgba(244,236,218,0.13);
display:inline-flex;
color:#F2EAD8;
font-size:15px;
align-items:center;
font-weight:600;
}
.ppn_hero_cta_alt_ceq:hover{
border-color:#B8864A;
color:#B8864A;
}
.ppn_hero_trust_ceq{
gap:22px;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.ppn_hero_trust_item_ceq{
gap:0.563rem;
align-items:center;
display:flex;
color:#D6CBAF;
font-size:13px;
font-weight:600;
}
.ppn_hero_trust_ic_ceq{
align-items:center;
color:#B8864A;
display:inline-flex;
}
.ppn_hero_trust_ic_ceq svg{
width:1rem;
height:16px;
}
.ppn_hero_promo_ceq{
background:#252017;
border-radius:1.25rem;
overflow:hidden;
display:flex;
position:relative;
box-shadow:0 0.5rem 16px rgba(10,8,4,0.40), 0 32px 72px rgba(10,8,4,0.55), 0 0 3.75rem rgba(184,134,74,0.10);
min-height:300px;
}
.ppn_hero_promo_bg_ceq{
inset:0;
background-size:cover;
position:absolute;
background-position:center;
}
.ppn_hero_promo_bg_ceq::after{
background:linear-gradient(120deg,#141210 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
inset:0;
content:"";
position:absolute;
}
.ppn_hero_promo_glow_ceq{
background:radial-gradient(circle,rgba(162,120,72,0.18) 0%,transparent 65%);
border-radius:50%;
height:16.25rem;
pointer-events:none;
right:-1.25rem;
top:-2.5rem;
position:absolute;
width:260px;
}
.ppn_hero_promo_ct_ceq{
padding:28px;
align-self:flex-end;
z-index:2;
position:relative;
max-width:88%;
}
.ppn_hero_promo_label_ceq{
display:block;
letter-spacing:.25em;
font-weight:700;
font-size:10px;
margin-bottom:8px;
text-transform:uppercase;
color:#D4A45C;
}
.ppn_hero_promo_amount_ceq{
font-weight:600;
font-size:2rem;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
line-height:1.05;
overflow-wrap:break-word;
color:#F2EAD8;
}
@media(min-width:766px){
.ppn_hero_promo_amount_ceq{
font-size:40px;
}
}
.ppn_hero_promo_amount_ceq em{
font-style:normal;
color:#D4A45C;
}
.ppn_hero_rating_ceq{
border:1px solid rgba(244,236,218,0.07);
border-radius:0.875rem;
gap:10px;
padding:0.625rem 14px;
background:#252017;
max-width:min(260px,62%);
position:absolute;
right:14px;
align-items:center;
z-index:3;
top:14px;
display:flex;
box-shadow:0 2px 0.375rem rgba(10,8,4,0.45), 0 8px 24px rgba(10,8,4,0.30);
}
.ppn_hero_rating_score_ceq{
flex:0 0 auto;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-size:1.5rem;
font-weight:700;
color:#F2EAD8;
}
.ppn_hero_rating_txt_ceq{
flex:1 1 auto;
min-width:0;
}
.ppn_hero_rating_stars_ceq{
gap:2px;
color:#B8864A;
display:flex;
}
.ppn_hero_rating_stars_ceq svg{
width:12px;
height:0.75rem;
}
.ppn_hero_rating_cap_ceq{
line-height:1.35;
color:#A89880;
margin-top:3px;
font-size:0.688rem;
display:block;
overflow-wrap:break-word;
}
.ppn_stat_ceq{
margin-top:16px;
border-top:1px solid rgba(244,236,218,0.13);
border-bottom:1px solid rgba(244,236,218,0.13);
}
.ppn_stat_in_ceq{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:766px){
.ppn_stat_in_ceq{
grid-template-columns:repeat(4,1fr);
}
}
.ppn_stat_item_ceq{
padding:1.375rem 0.875rem;
border-right:1px solid rgba(244,236,218,0.07);
min-width:0;
border-bottom:1px solid rgba(244,236,218,0.07);
}
.ppn_stat_item_ceq:nth-child(2n){
border-right:0;
}
.ppn_stat_item_ceq:nth-child(n+3){
border-bottom:0;
}
@media(min-width:770px){
.ppn_stat_item_ceq{
border-bottom:0;
}
.ppn_stat_item_ceq:nth-child(2n){
border-right:1px solid rgba(244,236,218,0.07);
}
.ppn_stat_item_ceq:nth-child(4n){
border-right:0;
}
}
.ppn_stat_value_ceq{
color:#F2EAD8;
font-size:1.875rem;
line-height:1;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-weight:700;
overflow-wrap:break-word;
}
@media(min-width:771px){
.ppn_stat_value_ceq{
font-size:2.125rem;
}
}
.ppn_stat_label_ceq{
font-size:0.813rem;
color:#A89880;
overflow-wrap:break-word;
margin-top:6px;
line-height:1.4;
}
.ppn_grow_ceq{
padding:26px 0 10px;
}
.ppn_row_seo_ceq{
margin:10px 0 0;
font-size:0.875rem;
line-height:1.65;
overflow-wrap:break-word;
color:#8C7D66;
max-width:47.5rem;
}
.ppn_row_seo_ceq strong{
color:#F2EAD8;
font-weight:700;
}
.ppn_grow_ceq{
padding:26px 0 10px;
}
.ppn_row_seo_ceq{
margin:0.625rem 0 0;
overflow-wrap:break-word;
color:#8C7D66;
max-width:47.5rem;
font-size:14px;
line-height:1.65;
}
.ppn_row_seo_ceq strong{
font-weight:700;
color:#F2EAD8;
}
.ppn_grow_ceq{
padding:26px 0 10px;
}
.ppn_row_seo_ceq{
margin:10px 0 0;
font-size:14px;
max-width:760px;
overflow-wrap:break-word;
color:#8C7D66;
line-height:1.65;
}
.ppn_row_seo_ceq strong{
color:#F2EAD8;
font-weight:700;
}
.ppn_pr_ceq{
padding:1.875rem 0 0.375rem;
}
.ppn_pr_card_ceq{
overflow:hidden;
border-radius:20px;
gap:10px;
padding:26px;
border:1px solid rgba(244,236,218,0.07);
flex:0 0 auto;
background:#252017;
display:flex;
flex-direction:column;
min-height:200px;
width:280px;
position:relative;
}
@media(min-width:767px){
.ppn_pr_card_ceq{
width:300px;
}
}
.ppn_pr_card_feat_ceq{
border-color:transparent;
background:linear-gradient(150deg,#1E1A12,#100E09);
color:#F2EAD8;
}
.ppn_pr_glow_ceq{
border-radius:50%;
background:radial-gradient(circle,rgba(162,120,72,0.18),transparent 70%);
pointer-events:none;
position:absolute;
width:130px;
top:-30px;
opacity:0;
right:-30px;
height:8.125rem;
}
.ppn_pr_card_feat_ceq .ppn_pr_glow_ceq{
opacity:1;
}
.ppn_pr_label_ceq{
position:relative;
letter-spacing:.16em;
color:#B8864A;
font-size:10px;
text-transform:uppercase;
font-weight:700;
}
.ppn_pr_card_feat_ceq .ppn_pr_label_ceq{
color:#D4A45C;
}
.ppn_pr_amount_ceq{
line-height:1.08;
overflow-wrap:break-word;
color:#F2EAD8;
font-weight:600;
font-size:1.625rem;
position:relative;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
}
.ppn_pr_card_feat_ceq .ppn_pr_amount_ceq{
color:#F2EAD8;
}
.ppn_pr_amount_ceq em{
font-style:normal;
color:#B8864A;
}
.ppn_pr_card_feat_ceq .ppn_pr_amount_ceq em{
color:#D4A45C;
}
.ppn_pr_terms_ceq{
line-height:1.5;
font-size:13px;
color:#A89880;
position:relative;
}
.ppn_pr_card_feat_ceq .ppn_pr_terms_ceq{
color:#A89880;
}
.ppn_pr_cta_ceq{
position:relative;
margin-top:auto;
align-self:flex-start;
}
.ppn_pr_card_feat_ceq .ppn_pr_cta_ceq{
border-radius:999px;
padding:9px 18px;
background:#D4A45C;
transition:opacity .22s ease;
font-size:13px;
font-weight:700;
color:#1A1409;
}
.ppn_pr_card_feat_ceq .ppn_pr_cta_ceq:hover{
opacity:.9;
}
.ppn_pr_card_ceq:not(.ppn_pr_card_feat_ceq) .ppn_pr_cta_ceq{
transition:color .22s ease,border-color .22s ease;
color:#F2EAD8;
padding-bottom:2px;
font-size:0.813rem;
border-bottom:1px solid #F2EAD8;
font-weight:700;
}
.ppn_pr_card_ceq:not(.ppn_pr_card_feat_ceq) .ppn_pr_cta_ceq:hover{
border-color:#B8864A;
color:#B8864A;
}
.ppn_grow_ceq{
padding:26px 0 10px;
}
.ppn_row_seo_ceq{
margin:10px 0 0;
max-width:760px;
font-size:0.875rem;
color:#8C7D66;
line-height:1.65;
overflow-wrap:break-word;
}
.ppn_row_seo_ceq strong{
color:#F2EAD8;
font-weight:700;
}
.ppn_jp_ceq{
padding:1.875rem 0 0.625rem;
}
.ppn_jp_grid_ceq{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:771px){
.ppn_jp_grid_ceq{
grid-template-columns:1fr 1fr;
}
.ppn_jp_card_mega_ceq{
grid-column:1/-1;
}
}
@media(min-width:997px){
.ppn_jp_grid_ceq{
grid-template-columns:1.4fr 1fr 1fr;
}
.ppn_jp_card_mega_ceq{
grid-column:auto;
}
}
.ppn_jp_card_ceq{
background:#252017;
border-radius:1.25rem;
border:1px solid rgba(244,236,218,0.07);
overflow:hidden;
padding:26px;
gap:0.75rem;
position:relative;
min-width:0;
flex-direction:column;
display:flex;
min-height:200px;
justify-content:space-between;
}
.ppn_jp_card_mega_ceq{
border-color:transparent;
background:linear-gradient(135deg,#1E1A12,#100E09);
min-height:13.125rem;
color:#F2EAD8;
}
.ppn_jp_glow_ceq{
border-radius:50%;
background:radial-gradient(circle,rgba(162,120,72,0.18),transparent 70%);
width:12.5rem;
top:-40px;
pointer-events:none;
height:12.5rem;
right:-40px;
position:absolute;
}
.ppn_jp_label_ceq{
gap:0.625rem;
letter-spacing:.16em;
text-transform:uppercase;
position:relative;
justify-content:space-between;
flex-wrap:wrap;
display:flex;
font-size:0.625rem;
color:#B8864A;
font-weight:700;
align-items:center;
}
.ppn_jp_card_mega_ceq .ppn_jp_label_ceq{
color:#D4A45C;
}
.ppn_jp_drop_ceq{
font-weight:600;
text-transform:none;
letter-spacing:.04em;
color:#A89880;
}
.ppn_jp_card_mega_ceq .ppn_jp_drop_ceq{
color:#A89880;
}
.ppn_jp_amount_ceq{
font-size:38px;
line-height:1;
position:relative;
color:#F2EAD8;
overflow-wrap:break-word;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-weight:700;
}
.ppn_jp_card_mega_ceq .ppn_jp_amount_ceq{
animation:zm2-pulse 2.4s infinite;
color:#D4A45C;
font-size:3rem;
}
@media(min-width:771px){
.ppn_jp_card_mega_ceq .ppn_jp_amount_ceq{
font-size:3.375rem;
}
}
.ppn_jp_game_ceq{
color:#A89880;
font-size:0.813rem;
position:relative;
}
.ppn_jp_card_mega_ceq .ppn_jp_game_ceq{
color:#A89880;
}
.ppn_jp_cta_ceq{
position:relative;
align-self:flex-start;
}
.ppn_jp_card_mega_ceq .ppn_jp_cta_ceq{
background:#D4A45C;
transition:opacity .22s ease;
padding:0.625rem 1.25rem;
border-radius:999px;
font-size:0.813rem;
color:#1A1409;
font-weight:700;
}
.ppn_jp_card_mega_ceq .ppn_jp_cta_ceq:hover{
opacity:.9;
}
.ppn_jp_card_ceq:not(.ppn_jp_card_mega_ceq) .ppn_jp_cta_ceq{
transition:color .22s ease,border-color .22s ease;
padding-bottom:2px;
font-weight:700;
font-size:13px;
border-bottom:1px solid #F2EAD8;
color:#F2EAD8;
}
.ppn_jp_card_ceq:not(.ppn_jp_card_mega_ceq) .ppn_jp_cta_ceq:hover{
border-color:#B8864A;
color:#B8864A;
}
.ppn_jp_seo_ceq{
margin:0.875rem 0 0;
font-size:0.875rem;
line-height:1.65;
max-width:47.5rem;
color:#8C7D66;
overflow-wrap:break-word;
}
.ppn_jp_seo_ceq strong{
font-weight:700;
color:#F2EAD8;
}
.ppn_trn_ceq{
padding:30px 0 0.625rem;
}
.ppn_trn_in_ceq{
border-radius:1.25rem;
overflow:hidden;
border:1px solid rgba(244,236,218,0.07);
background:#252017;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:881px){
.ppn_trn_in_ceq{
grid-template-columns:1.05fr 1fr;
}
}
.ppn_trn_banner_ceq{
overflow:hidden;
background:linear-gradient(150deg,#1E1A12,#100E09);
padding:34px;
color:#F2EAD8;
position:relative;
}
.ppn_trn_glow_ceq{
border-radius:50%;
background:radial-gradient(circle,rgba(162,120,72,0.18),transparent 70%);
height:12.5rem;
bottom:-2.5rem;
right:-2.5rem;
width:200px;
pointer-events:none;
position:absolute;
}
.ppn_trn_eyebrow_ceq{
margin-bottom:0.875rem;
position:relative;
}
.ppn_trn_h2_ceq{
line-height:1.06;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
margin-bottom:12px;
font-weight:600;
color:#F2EAD8;
overflow-wrap:break-word;
font-size:30px;
position:relative;
}
@media(min-width:765px){
.ppn_trn_h2_ceq{
font-size:36px;
}
}
.ppn_trn_text_ceq{
max-width:26.25rem;
margin-bottom:1.375rem;
position:relative;
font-size:0.875rem;
line-height:1.6;
color:#A89880;
}
.ppn_trn_timer_ceq{
gap:0.5rem;
flex-wrap:wrap;
display:flex;
margin-bottom:1.5rem;
position:relative;
align-items:center;
}
.ppn_trn_timer_cap_ceq{
color:#A89880;
font-size:11px;
}
.ppn_trn_timer_box_ceq{
padding:4px 12px;
border-radius:0.5rem;
background:rgba(244,236,218,0.07);
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
color:#F2EAD8;
font-weight:700;
font-size:1.5rem;
}
.ppn_trn_cta_ceq{
transition:opacity .22s ease;
padding:13px 1.625rem;
background:#D4A45C;
border-radius:999px;
display:inline-block;
font-size:14px;
position:relative;
font-weight:700;
color:#1A1409;
}
.ppn_trn_cta_ceq:hover{
opacity:.9;
}
.ppn_trn_lb_ceq{
padding:26px 28px;
}
.ppn_trn_lb_head_ceq{
gap:0.625rem;
margin-bottom:12px;
display:flex;
align-items:center;
justify-content:space-between;
}
.ppn_trn_lb_title_ceq{
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-size:1.25rem;
font-weight:600;
color:#F2EAD8;
}
.ppn_trn_lb_upd_ceq{
font-size:11px;
letter-spacing:.08em;
text-transform:uppercase;
color:#A89880;
}
.ppn_trn_lb_row_ceq{
gap:0.875rem;
border-radius:0.5rem;
padding:11px 0.75rem;
display:flex;
align-items:center;
}
.ppn_trn_lb_row_ceq:nth-child(2){
background:rgba(184,134,74,0.14);
}
.ppn_trn_lb_rank_ceq{
flex:0 0 auto;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
width:1.375rem;
color:#B8864A;
font-size:1rem;
font-weight:700;
}
.ppn_trn_lb_av_ceq{
border-radius:50%;
background:linear-gradient(135deg,#B8864A,#E0B96A);
flex:0 0 auto;
width:30px;
height:30px;
}
.ppn_trn_lb_name_ceq{
overflow:hidden;
flex:1 1 auto;
font-size:0.875rem;
font-weight:600;
min-width:0;
text-overflow:ellipsis;
color:#F2EAD8;
white-space:nowrap;
}
.ppn_trn_lb_amount_ceq{
flex:0 0 auto;
font-size:0.813rem;
font-weight:700;
color:#F2EAD8;
}
.ppn_app_ceq{
padding:30px 0 0.625rem;
}
.ppn_app_in_ceq{
background:#252017;
padding:32px;
border:1px solid rgba(244,236,218,0.07);
gap:1.75rem;
border-radius:1.25rem;
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.ppn_app_in_ceq{
gap:2.5rem;
padding:2.5rem 2.75rem;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.ppn_app_copy_ceq{
max-width:35rem;
min-width:0;
}
.ppn_app_eyebrow_ceq{
margin-bottom:12px;
}
.ppn_app_h2_ceq{
line-height:1.05;
overflow-wrap:break-word;
font-weight:600;
color:#F2EAD8;
margin-bottom:0.75rem;
font-size:1.75rem;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
}
@media(min-width:771px){
.ppn_app_h2_ceq{
font-size:2.125rem;
}
}
.ppn_app_text_ceq{
line-height:1.6;
margin-bottom:1.375rem;
color:#8C7D66;
font-size:14px;
}
.ppn_app_btns_ceq{
gap:12px;
display:flex;
flex-wrap:wrap;
}
.ppn_app_btn_ceq{
background:#C9923E;
border-radius:14px;
padding:11px 1.25rem;
gap:0.625rem;
transition:background-color .22s ease;
display:inline-flex;
color:#1A1409;
align-items:center;
}
.ppn_app_btn_ceq:hover{
background:#D9A550;
}
.ppn_app_btn_ic_ceq{
align-items:center;
display:inline-flex;
}
.ppn_app_btn_ic_ceq svg{
height:1.125rem;
width:18px;
}
.ppn_app_btn_lb_ceq{
font-weight:700;
font-size:0.844rem;
}
.ppn_app_qr_wrap_ceq{
flex:0 0 auto;
gap:1.125rem;
align-items:center;
display:flex;
}
.ppn_app_qr_ceq{
border-radius:14px;
flex:0 0 auto;
height:6.75rem;
background-image:repeating-linear-gradient(0deg,#252017 0 0.313rem,transparent 5px 11px),repeating-linear-gradient(90deg,#252017 0 0.313rem,transparent 5px 11px);
width:108px;
background-color:#C9923E;
}
.ppn_app_qr_cap_ceq{
max-width:5.75rem;
color:#A89880;
line-height:1.4;
font-size:0.781rem;
}
.ppn_sea_ceq{
padding:1.5rem 0 10px;
}
.ppn_sea_in_ceq{
background:linear-gradient(115deg,#1E1A12,#100E09);
border-radius:20px;
padding:36px;
overflow:hidden;
gap:1.375rem;
color:#F2EAD8;
position:relative;
flex-direction:column;
display:flex;
}
@media(min-width:820px){
.ppn_sea_in_ceq{
gap:2rem;
padding:2.75rem 3rem;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.ppn_sea_glow_ceq{
border-radius:50%;
background:radial-gradient(circle,rgba(162,120,72,0.18),transparent 68%);
width:15rem;
transform:translateY(-50%);
pointer-events:none;
right:3.75rem;
top:50%;
position:absolute;
height:15rem;
}
.ppn_sea_copy_ceq{
min-width:0;
position:relative;
max-width:35rem;
}
.ppn_sea_eyebrow_ceq{
margin-bottom:0.75rem;
}
.ppn_sea_h2_ceq{
color:#F2EAD8;
line-height:1.04;
font-size:30px;
overflow-wrap:break-word;
margin-bottom:0.75rem;
font-weight:600;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
}
@media(min-width:771px){
.ppn_sea_h2_ceq{
font-size:2.375rem;
}
}
.ppn_sea_text_ceq{
font-size:0.938rem;
line-height:1.6;
color:#A89880;
}
.ppn_sea_cta_ceq{
background:#D4A45C;
padding:16px 2rem;
transition:opacity .22s ease;
border-radius:62.438rem;
flex:0 0 auto;
color:#1A1409;
font-size:0.938rem;
position:relative;
font-weight:700;
}
.ppn_sea_cta_ceq:hover{
opacity:.9;
}
.ppn_vip_ceq{
padding:48px 0;
}
@media(min-width:767px){
.ppn_vip_ceq{
padding:64px 0;
}
}
.ppn_vip_head_ceq{
gap:0.875rem;
margin-bottom:1.875rem;
flex-direction:column;
display:flex;
}
@media(min-width:883px){
.ppn_vip_head_ceq{
gap:24px;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.ppn_vip_eyebrow_ceq{
margin-bottom:0.75rem;
}
.ppn_vip_h2_ceq{
font-size:2rem;
color:#F2EAD8;
line-height:1.05;
overflow-wrap:break-word;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-weight:600;
}
@media(min-width:767px){
.ppn_vip_h2_ceq{
font-size:40px;
}
}
.ppn_vip_intro_ceq{
font-size:0.875rem;
max-width:26.25rem;
color:#A89880;
line-height:1.6;
}
.ppn_vip_grid_ceq{
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
gap:14px;
display:grid;
}
.ppn_vip_card_ceq{
padding:22px 1.125rem;
border-radius:14px;
border:1px solid rgba(244,236,218,0.12);
min-width:0;
}
.ppn_vip_card_feat_ceq{
border-color:#D4A45C;
background:rgba(244,236,218,0.07);
}
.ppn_vip_card_ic_ceq{
border-radius:8px;
background:linear-gradient(135deg,#B8864A,#E0B96A);
width:34px;
height:2.125rem;
margin-bottom:1rem;
display:block;
}
.ppn_vip_name_ceq{
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
margin-bottom:0.375rem;
overflow-wrap:break-word;
font-weight:600;
font-size:1.25rem;
color:#F2EAD8;
}
.ppn_vip_perk_ceq{
line-height:1.5;
font-size:0.781rem;
color:#A89880;
overflow-wrap:break-word;
}
.ppn_et_ceq{
padding:36px 0 10px;
}
.ppn_et_in_ceq{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:880px){
.ppn_et_in_ceq{
gap:3rem;
grid-template-columns:1.1fr .9fr;
}
}
.ppn_et_left_ceq{
min-width:0;
}
.ppn_et_eyebrow_ceq{
margin-bottom:0.75rem;
}
.ppn_et_h2_ceq{
margin-bottom:0.875rem;
overflow-wrap:break-word;
line-height:1.06;
color:#F2EAD8;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:28px;
}
@media(min-width:769px){
.ppn_et_h2_ceq{
font-size:32px;
}
}
.ppn_et_text_ceq{
margin-bottom:22px;
color:#8C7D66;
line-height:1.65;
font-size:15px;
}
.ppn_et_stats_ceq{
gap:24px;
display:flex;
flex-wrap:wrap;
}
.ppn_et_stat_ceq{
min-width:0;
}
.ppn_et_stat_v_ceq{
line-height:1;
color:#F2EAD8;
font-weight:700;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-size:26px;
}
.ppn_et_stat_l_ceq{
color:#A89880;
margin-top:4px;
font-size:12.5px;
}
.ppn_et_right_ceq{
gap:0.75rem;
display:flex;
flex-direction:column;
}
.ppn_et_member_ceq{
background:#252017;
border:1px solid rgba(244,236,218,0.07);
padding:18px 1.25rem;
gap:16px;
border-radius:14px;
align-items:center;
display:flex;
min-width:0;
}
.ppn_et_member_av_ceq{
border-radius:50%;
background:linear-gradient(135deg,#1E1A12,#B8864A);
flex:0 0 auto;
width:3rem;
height:3rem;
}
.ppn_et_member_name_ceq{
font-size:15px;
color:#F2EAD8;
font-weight:700;
overflow-wrap:break-word;
}
.ppn_et_member_role_ceq{
font-size:12.5px;
color:#A89880;
overflow-wrap:break-word;
}
.ppn_et_updated_ceq{
padding:14px 18px;
gap:8px;
border:1px solid rgba(244,236,218,0.07);
border-radius:14px;
background:#1C1814;
font-size:12.5px;
align-items:center;
display:flex;
color:#8C7D66;
}
.ppn_pmt_ceq{
padding:48px 0 10px;
}
.ppn_pmt_in_ceq{
gap:2rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:877px){
.ppn_pmt_in_ceq{
grid-template-columns:1fr 1.1fr;
gap:48px;
}
}
.ppn_pmt_left_ceq{
min-width:0;
}
.ppn_pmt_eyebrow_ceq{
margin-bottom:0.75rem;
}
.ppn_pmt_h2_ceq{
color:#F2EAD8;
font-weight:600;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1.06;
font-size:1.875rem;
margin-bottom:12px;
}
@media(min-width:770px){
.ppn_pmt_h2_ceq{
font-size:32px;
}
}
.ppn_pmt_text_ceq{
color:#8C7D66;
font-size:14.5px;
margin-bottom:22px;
line-height:1.6;
}
.ppn_pmt_logos_ceq{
gap:10px;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:478px){
.ppn_pmt_logos_ceq{
grid-template-columns:repeat(4,1fr);
}
}
.ppn_pmt_logo_ceq{
overflow:hidden;
border:1px solid rgba(244,236,218,0.07);
padding:0 0.5rem;
background:#252017;
border-radius:0.5rem;
font-size:12.5px;
align-items:center;
text-overflow:ellipsis;
text-align:center;
height:3.125rem;
white-space:nowrap;
display:flex;
justify-content:center;
font-weight:700;
color:#D6CBAF;
}
.ppn_pmt_table_ceq{
border-radius:14px;
overflow:hidden;
border:1px solid rgba(244,236,218,0.07);
min-width:0;
}
.ppn_pmt_thead_ceq{
background:#110F0B;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
}
.ppn_pmt_th_ceq{
padding:13px 14px;
overflow:hidden;
font-weight:700;
font-size:10px;
color:#F2EAD8;
text-transform:uppercase;
text-overflow:ellipsis;
white-space:nowrap;
letter-spacing:.08em;
}
.ppn_pmt_row_ceq{
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(244,236,218,0.07);
}
.ppn_pmt_row_ceq:nth-child(odd){
background:#252017;
}
.ppn_pmt_td_ceq{
padding:14px;
min-width:0;
color:#8C7D66;
font-size:0.844rem;
overflow-wrap:break-word;
}
.ppn_pmt_row_ceq .ppn_pmt_td_ceq:first-child{
font-weight:700;
color:#F2EAD8;
}
.ppn_pmt_row_ceq .ppn_pmt_td_ceq:last-child{
font-weight:700;
color:#6A9E72;
}
.ppn_ts_ceq{
padding:2.75rem 0;
}
.ppn_ts_in_ceq{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:877px){
.ppn_ts_in_ceq{
gap:3rem;
grid-template-columns:1.4fr 1fr;
}
}
.ppn_ts_left_ceq{
min-width:0;
}
.ppn_ts_h2_ceq{
overflow-wrap:break-word;
font-size:1.625rem;
color:#F2EAD8;
line-height:1.1;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-weight:600;
margin-bottom:0.75rem;
}
@media(min-width:767px){
.ppn_ts_h2_ceq{
font-size:28px;
}
}
.ppn_ts_text_ceq{
line-height:1.6;
font-size:0.906rem;
color:#A89880;
margin-bottom:1.375rem;
max-width:32.5rem;
}
.ppn_ts_badges_ceq{
gap:1.125rem;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.ppn_ts_badge_ceq{
color:#A89880;
font-weight:600;
font-size:13px;
}
.ppn_ts_pay_ceq{
gap:12px;
display:flex;
flex-wrap:wrap;
}
@media(min-width:883px){
.ppn_ts_pay_ceq{
justify-content:flex-end;
}
}
.ppn_ts_pay_chip_ceq{
border:1px solid rgba(244,236,218,0.12);
padding:12px 16px;
background:rgba(244,236,218,0.07);
border-radius:0.875rem;
color:#F2EAD8;
font-size:14px;
font-weight:700;
}
.ppn_prov_ceq{
padding:40px 0 1.25rem;
}
.ppn_prov_eyebrow_ceq{
display:block;
margin-bottom:1.125rem;
}
.ppn_prov_grid_ceq{
gap:0.75rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:561px){
.ppn_prov_grid_ceq{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:897px){
.ppn_prov_grid_ceq{
grid-template-columns:repeat(6,1fr);
}
}
.ppn_rc_ceq{
padding:3rem 0 10px;
}
.ppn_rc_in_ceq{
grid-template-columns:1fr;
gap:32px;
display:grid;
}
@media(min-width:758px){
.ppn_rc_in_ceq{
grid-template-columns:repeat(3,1fr);
gap:2.5rem;
}
}
.ppn_rc_col_ceq{
min-width:0;
}
.ppn_rc_label_ceq{
font-size:11px;
font-weight:600;
color:#B8864A;
margin-bottom:1rem;
letter-spacing:.2em;
text-transform:uppercase;
}
.ppn_rc_awards_ceq{
gap:12px;
flex-direction:column;
display:flex;
}
.ppn_rc_award_ceq{
gap:12px;
min-width:0;
align-items:center;
display:flex;
}
.ppn_rc_award_ic_ceq{
flex:0 0 auto;
display:inline-flex;
color:#D4A45C;
align-items:center;
}
.ppn_rc_award_ic_ceq svg{
height:1.125rem;
width:1.125rem;
}
.ppn_rc_award_t_ceq{
font-weight:700;
font-size:0.875rem;
color:#F2EAD8;
overflow-wrap:break-word;
}
.ppn_rc_award_s_ceq{
color:#A89880;
overflow-wrap:break-word;
font-size:0.75rem;
}
.ppn_rc_press_ceq{
grid-template-columns:1fr 1fr;
gap:10px;
display:grid;
}
.ppn_rc_press_logo_ceq{
border:1px solid rgba(244,236,218,0.07);
border-radius:8px;
overflow:hidden;
padding:0 8px;
font-weight:700;
justify-content:center;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
display:flex;
white-space:nowrap;
text-overflow:ellipsis;
height:3.25rem;
font-size:14px;
align-items:center;
color:#8C7D66;
text-align:center;
}
.ppn_rc_partner_ceq{
border:1px solid rgba(244,236,218,0.07);
border-radius:14px;
padding:22px;
background:#252017;
}
.ppn_rc_partner_name_ceq{
overflow-wrap:break-word;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-size:20px;
color:#F2EAD8;
font-weight:600;
margin-bottom:0.375rem;
}
.ppn_rc_partner_text_ceq{
color:#8C7D66;
font-size:0.813rem;
overflow-wrap:break-word;
line-height:1.55;
}
.ppn_wy_ceq{
padding:3rem 0;
}
@media(min-width:771px){
.ppn_wy_ceq{
padding:3.5rem 0;
}
}
.ppn_wy_in_ceq{
grid-template-columns:1fr;
gap:2rem;
align-items:start;
display:grid;
}
@media(min-width:897px){
.ppn_wy_in_ceq{
grid-template-columns:.8fr 1.2fr;
gap:3rem;
}
}
.ppn_wy_left_ceq{
min-width:0;
}
.ppn_wy_eyebrow_ceq{
margin-bottom:0.875rem;
}
.ppn_wy_h2_ceq{
margin-bottom:16px;
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
font-size:2rem;
color:#F2EAD8;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
}
@media(min-width:768px){
.ppn_wy_h2_ceq{
font-size:2.5rem;
}
}
.ppn_wy_intro_ceq{
color:#8C7D66;
font-size:15px;
line-height:1.6;
}
.ppn_wy_grid_ceq{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:561px){
.ppn_wy_grid_ceq{
grid-template-columns:1fr 1fr;
}
}
.ppn_wy_card_ceq{
border-radius:0.875rem;
padding:1.625rem;
background:#252017;
border:1px solid rgba(244,236,218,0.07);
min-width:0;
}
.ppn_wy_card_ic_ceq{
color:#B8864A;
margin-bottom:1rem;
display:inline-flex;
justify-content:center;
align-items:center;
}
.ppn_wy_card_ic_ceq svg{
height:26px;
width:26px;
}
.ppn_wy_card_h_ceq{
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
margin-bottom:0.5rem;
line-height:1.15;
overflow-wrap:break-word;
color:#F2EAD8;
font-weight:600;
font-size:21px;
}
.ppn_wy_card_p_ceq{
font-size:0.875rem;
overflow-wrap:break-word;
line-height:1.55;
color:#8C7D66;
}
.ppn_tt_ceq{
padding:48px 0 0.625rem;
}
@media(min-width:770px){
.ppn_tt_ceq{
padding:60px 0 0.625rem;
}
}
.ppn_tt_head_ceq{
margin-bottom:2.125rem;
text-align:center;
}
.ppn_tt_eyebrow_ceq{
margin-bottom:0.75rem;
}
.ppn_tt_h2_ceq{
font-size:2rem;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-weight:600;
color:#F2EAD8;
overflow-wrap:break-word;
line-height:1.05;
}
@media(min-width:771px){
.ppn_tt_h2_ceq{
font-size:42px;
}
}
.ppn_tt_grid_ceq{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:761px){
.ppn_tt_grid_ceq{
grid-template-columns:repeat(3,1fr);
}
}
.ppn_tt_card_ceq{
padding:30px;
background:#252017;
border:1px solid rgba(244,236,218,0.07);
border-radius:0.875rem;
flex-direction:column;
display:flex;
min-width:0;
}
.ppn_tt_card_ic_ceq{
display:inline-flex;
margin-bottom:18px;
color:#B8864A;
align-items:center;
}
.ppn_tt_card_ic_ceq svg{
height:1.75rem;
width:28px;
}
.ppn_tt_card_h_ceq{
margin-bottom:8px;
color:#F2EAD8;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
line-height:1.15;
overflow-wrap:break-word;
font-size:1.375rem;
font-weight:600;
}
.ppn_tt_card_p_ceq{
line-height:1.6;
overflow-wrap:break-word;
margin-bottom:14px;
font-size:0.875rem;
color:#8C7D66;
}
.ppn_tt_card_p_ceq b{
font-weight:700;
color:#F2EAD8;
}
.ppn_tt_card_link_ceq{
transition:color .22s ease;
margin-top:auto;
padding-bottom:2px;
color:#F2EAD8;
align-self:flex-start;
border-bottom:1px solid #B8864A;
font-weight:700;
font-size:13px;
}
.ppn_tt_card_link_ceq:hover{
color:#B8864A;
}
.ppn_hts_ceq{
padding:3rem 0;
}
@media(min-width:770px){
.ppn_hts_ceq{
padding:62px 0;
}
}
.ppn_hts_head_ceq{
gap:1.125rem;
display:flex;
flex-direction:column;
margin-bottom:34px;
}
@media(min-width:767px){
.ppn_hts_head_ceq{
gap:1.5rem;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.ppn_hts_eyebrow_ceq{
margin-bottom:12px;
}
.ppn_hts_h2_ceq{
font-weight:600;
line-height:1.05;
font-size:1.875rem;
color:#F2EAD8;
overflow-wrap:break-word;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
}
@media(min-width:765px){
.ppn_hts_h2_ceq{
font-size:2.375rem;
}
}
.ppn_hts_cta_ceq{
background:#D4A45C;
flex:0 0 auto;
transition:opacity .22s ease;
border-radius:999px;
padding:0.938rem 1.875rem;
color:#1A1409;
font-size:0.938rem;
font-weight:700;
}
.ppn_hts_cta_ceq:hover{
opacity:.9;
}
.ppn_hts_grid_ceq{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:757px){
.ppn_hts_grid_ceq{
grid-template-columns:repeat(3,1fr);
}
}
.ppn_hts_step_ceq{
min-width:0;
padding-top:1.375rem;
border-top:1px solid rgba(244,236,218,0.12);
}
.ppn_hts_step_num_ceq{
font-weight:700;
line-height:1;
margin-bottom:14px;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-size:44px;
color:#D4A45C;
}
.ppn_hts_step_h_ceq{
font-weight:700;
overflow-wrap:break-word;
color:#F2EAD8;
line-height:1.2;
font-size:1.188rem;
margin-bottom:0.5rem;
}
.ppn_hts_step_p_ceq{
line-height:1.55;
font-size:14px;
color:#A89880;
overflow-wrap:break-word;
}
.ppn_op_ceq{
padding:36px 0 0.625rem;
}
.ppn_op_in_ceq{
border:1px solid rgba(244,236,218,0.07);
grid-template-columns:1fr;
border-radius:14px;
padding:2rem;
gap:2rem;
background:#252017;
display:grid;
align-items:center;
}
@media(min-width:857px){
.ppn_op_in_ceq{
padding:34px 2.5rem;
gap:2.75rem;
grid-template-columns:.9fr 1.1fr;
}
}
.ppn_op_left_ceq{
min-width:0;
}
.ppn_op_eyebrow_ceq{
margin-bottom:0.75rem;
}
.ppn_op_h2_ceq{
line-height:1.08;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
margin-bottom:0.625rem;
color:#F2EAD8;
font-size:1.75rem;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:769px){
.ppn_op_h2_ceq{
font-size:1.875rem;
}
}
.ppn_op_text_ceq{
font-size:0.875rem;
line-height:1.6;
color:#8C7D66;
}
.ppn_op_grid_ceq{
background:rgba(244,236,218,0.13);
grid-template-columns:1fr 1fr;
gap:1px;
border-radius:0.5rem;
border:1px solid rgba(244,236,218,0.13);
overflow:hidden;
display:grid;
}
.ppn_op_field_ceq{
background:#1C1814;
padding:18px 20px;
min-width:0;
}
.ppn_op_field_lb_ceq{
color:#B8864A;
font-size:0.625rem;
letter-spacing:.1em;
text-transform:uppercase;
font-weight:600;
margin-bottom:0.313rem;
}
.ppn_op_field_val_ceq{
color:#F2EAD8;
overflow-wrap:break-word;
font-size:0.875rem;
font-weight:700;
}
.ppn_faq_ceq{
background:#252017;
padding:48px 0;
border-top:1px solid rgba(244,236,218,0.07);
border-bottom:1px solid rgba(244,236,218,0.07);
margin-top:24px;
}
@media(min-width:767px){
.ppn_faq_ceq{
padding:62px 0;
}
}
.ppn_faq_head_ceq{
margin-bottom:34px;
text-align:center;
}
.ppn_faq_eyebrow_ceq{
margin-bottom:12px;
}
.ppn_faq_h2_ceq{
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
font-size:32px;
color:#F2EAD8;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.ppn_faq_h2_ceq{
font-size:38px;
}
}
.ppn_faq_list_ceq{
gap:0.75rem;
margin:0 auto;
max-width:820px;
display:flex;
flex-direction:column;
}
.ppn_faq_item_ceq{
overflow:hidden;
border-radius:0.875rem;
background:#1C1814;
border:1px solid rgba(244,236,218,0.07);
}
.ppn_faq_q_ceq{
padding:20px 1.5rem;
gap:20px;
list-style:none;
font-weight:700;
align-items:center;
font-size:1rem;
cursor:pointer;
justify-content:space-between;
display:flex;
color:#F2EAD8;
overflow-wrap:break-word;
}
.ppn_faq_q_ceq::-webkit-details-marker{
display:none;
}
.ppn_faq_q_ic_ceq{
flex:0 0 auto;
transition:transform .22s ease;
align-items:center;
display:inline-flex;
color:#B8864A;
}
.ppn_faq_q_ic_ceq svg{
height:18px;
width:18px;
}
.ppn_faq_item_ceq[open] .ppn_faq_q_ic_ceq{
transform:rotate(180deg);
}
.ppn_faq_a_ceq{
padding:0 1.5rem 20px;
overflow-wrap:break-word;
color:#8C7D66;
line-height:1.6;
font-size:0.906rem;
}
.ppn_sc_ceq{
padding:3rem 0 10px;
}
.ppn_sc_head_ceq{
text-align:center;
margin-bottom:28px;
}
.ppn_sc_eyebrow_ceq{
margin-bottom:0.75rem;
}
.ppn_sc_h2_ceq{
font-size:30px;
color:#F2EAD8;
overflow-wrap:break-word;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.05;
}
@media(min-width:766px){
.ppn_sc_h2_ceq{
font-size:2.25rem;
}
}
.ppn_sc_table_ceq{
overflow:hidden;
border-radius:0.875rem;
margin:0 auto;
border:1px solid rgba(244,236,218,0.07);
max-width:900px;
}
.ppn_sc_thead_ceq{
grid-template-columns:1.6fr 1fr 1fr;
background:#110F0B;
display:grid;
}
.ppn_sc_th_ceq{
padding:15px 18px;
overflow-wrap:break-word;
font-size:13px;
text-align:center;
color:#A89880;
font-weight:700;
}
.ppn_sc_th_ceq:first-child{
text-align:left;
}
.ppn_sc_th_us_ceq{
color:#D4A45C;
}
.ppn_sc_row_ceq{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(244,236,218,0.07);
}
.ppn_sc_row_ceq:nth-child(even){
background:#252017;
}
.ppn_sc_td_ceq{
padding:15px 18px;
font-size:14px;
overflow-wrap:break-word;
text-align:center;
color:#A89880;
min-width:0;
}
.ppn_sc_td_ceq:first-child{
font-weight:600;
text-align:left;
color:#D6CBAF;
}
.ppn_sc_td_us_ceq{
font-weight:700;
color:#6A9E72;
}
.ppn_lh_ceq{
padding:2.5rem 0 1.25rem;
}
.ppn_lh_in_ceq{
border-top:1px solid rgba(244,236,218,0.13);
padding-top:2.125rem;
}
.ppn_lh_eyebrow_ceq{
margin-bottom:1.375rem;
display:block;
}
.ppn_lh_grid_ceq{
grid-template-columns:1fr 1fr;
gap:1.75rem;
display:grid;
}
@media(min-width:600px){
.ppn_lh_grid_ceq{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:963px){
.ppn_lh_grid_ceq{
grid-template-columns:repeat(5,1fr);
}
}
.ppn_lh_col_ceq{
min-width:0;
}
.ppn_lh_col_h_ceq{
font-weight:700;
overflow-wrap:break-word;
color:#F2EAD8;
margin-bottom:0.75rem;
font-size:13px;
}
.ppn_lh_links_ceq{
gap:0.5rem;
display:flex;
flex-direction:column;
}
.ppn_lh_link_ceq{
transition:color .22s ease;
font-size:13px;
color:#8C7D66;
overflow-wrap:break-word;
}
.ppn_lh_link_ceq:hover{
color:#B8864A;
}
.ppn_el_ceq{
padding:48px 0;
}
@media(min-width:767px){
.ppn_el_ceq{
padding:3.5rem 0;
}
}
.ppn_el_in_ceq{
gap:40px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:899px){
.ppn_el_in_ceq{
gap:56px;
grid-template-columns:1fr 1fr;
}
}
.ppn_el_left_ceq{
min-width:0;
}
.ppn_el_eyebrow_ceq{
margin-bottom:0.875rem;
}
.ppn_el_h2_ceq{
font-size:32px;
overflow-wrap:break-word;
margin-bottom:22px;
font-weight:600;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
line-height:1.08;
color:#F2EAD8;
}
@media(min-width:765px){
.ppn_el_h2_ceq{
font-size:2.375rem;
}
}
.ppn_el_body_ceq p{
font-size:1rem;
line-height:1.7;
margin-bottom:18px;
color:#D6CBAF;
overflow-wrap:break-word;
}
.ppn_el_dropcap_ceq{
padding:0.375rem 12px 0 0;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
color:#B8864A;
font-weight:700;
float:left;
font-size:3.875rem;
line-height:.8;
}
.ppn_el_right_ceq{
min-width:0;
}
.ppn_el_quote_ceq{
border-radius:20px;
padding:36px;
background:linear-gradient(150deg,#1E1A12,#100E09);
position:relative;
color:#F2EAD8;
margin-bottom:1.5rem;
}
.ppn_el_quote_mark_ceq{
align-items:center;
color:#D4A45C;
display:inline-flex;
margin-bottom:6px;
}
.ppn_el_quote_mark_ceq svg{
width:2.125rem;
height:2.125rem;
}
.ppn_el_quote_text_ceq{
font-size:1.375rem;
color:#F2EAD8;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
margin-bottom:22px;
font-weight:500;
overflow-wrap:break-word;
line-height:1.4;
}
.ppn_el_quote_meta_ceq{
gap:12px;
align-items:center;
display:flex;
}
.ppn_el_quote_av_ceq{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#B8864A,#E0B96A);
width:2.375rem;
height:38px;
}
.ppn_el_quote_author_ceq{
font-weight:700;
font-size:0.875rem;
color:#F2EAD8;
}
.ppn_el_quote_meta_sub_ceq{
color:#A89880;
font-size:0.75rem;
}
.ppn_el_explain_ceq{
border-radius:14px;
border:1px solid rgba(244,236,218,0.07);
overflow:hidden;
}
.ppn_el_explain_card_ceq{
padding:1.375rem 24px;
}
.ppn_el_explain_card_ceq+.ppn_el_explain_card_ceq{
border-top:1px solid rgba(244,236,218,0.07);
}
.ppn_el_explain_h_ceq{
line-height:1.15;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
font-size:20px;
margin-bottom:8px;
color:#F2EAD8;
font-weight:600;
overflow-wrap:break-word;
}
.ppn_el_explain_p_ceq{
font-size:0.875rem;
line-height:1.55;
color:#8C7D66;
overflow-wrap:break-word;
}
.ppn_sg_ceq{
padding:3rem 0 0.625rem;
}
.ppn_sg_eyebrow_ceq{
margin-bottom:12px;
display:block;
}
.ppn_sg_h2_ceq{
overflow-wrap:break-word;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
line-height:1.05;
font-weight:600;
color:#F2EAD8;
margin-bottom:1.75rem;
font-size:1.875rem;
}
@media(min-width:765px){
.ppn_sg_h2_ceq{
font-size:36px;
}
}
.ppn_sg_grid_ceq{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:719px){
.ppn_sg_grid_ceq{
grid-template-columns:repeat(3,1fr);
}
}
.ppn_sg_col_ceq{
min-width:0;
}
.ppn_sg_col_h_ceq{
color:#F2EAD8;
font-size:1.375rem;
font-weight:600;
overflow-wrap:break-word;
margin-bottom:10px;
line-height:1.15;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
}
.ppn_sg_col_p_ceq{
line-height:1.65;
color:#8C7D66;
font-size:0.875rem;
overflow-wrap:break-word;
}
.ppn_sb_ceq{
padding:3rem 0;
background:#252017;
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:769px){
.ppn_sb_ceq{
padding:3.5rem 0;
}
}
.ppn_sb_eyebrow_ceq{
margin-bottom:12px;
display:block;
}
.ppn_sb_h2_ceq{
margin-bottom:1.625rem;
font-weight:600;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1.05;
color:#F2EAD8;
font-size:1.875rem;
}
@media(min-width:771px){
.ppn_sb_h2_ceq{
font-size:36px;
}
}
.ppn_sb_grid_ceq{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:562px){
.ppn_sb_grid_ceq{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:963px){
.ppn_sb_grid_ceq{
grid-template-columns:repeat(4,1fr);
}
}
.ppn_sb_card_ceq{
background:#1C1814;
padding:24px;
border:1px solid rgba(244,236,218,0.07);
border-radius:14px;
min-width:0;
}
.ppn_sb_card_h_ceq{
margin-bottom:8px;
overflow-wrap:break-word;
line-height:1.15;
font-weight:600;
color:#F2EAD8;
font-size:1.188rem;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
}
.ppn_sb_card_p_ceq{
line-height:1.6;
font-size:0.844rem;
overflow-wrap:break-word;
color:#8C7D66;
}
.ppn_sb_rtp_ceq{
background:#1C1814;
padding:1.625rem 1.75rem;
border-radius:0.875rem;
gap:24px;
grid-template-columns:1fr;
border:1px solid rgba(244,236,218,0.07);
margin-top:18px;
display:grid;
align-items:center;
}
@media(min-width:757px){
.ppn_sb_rtp_ceq{
grid-template-columns:1fr 1fr;
gap:2.5rem;
}
}
.ppn_sb_rtp_h_ceq{
font-weight:600;
line-height:1.15;
color:#F2EAD8;
font-size:1.25rem;
overflow-wrap:break-word;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
margin-bottom:8px;
}
.ppn_sb_rtp_p_ceq{
font-size:13.5px;
line-height:1.6;
overflow-wrap:break-word;
color:#8C7D66;
}
.ppn_sb_rtp_stats_ceq{
gap:1rem;
display:flex;
}
.ppn_sb_stat_ceq{
border-radius:0.5rem;
background:#252017;
flex:1 1 0;
padding:1.125rem;
text-align:center;
min-width:0;
}
.ppn_sb_stat_v_ceq{
font-weight:700;
font-size:1.625rem;
color:#6A9E72;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
.ppn_sb_stat_l_ceq{
color:#A89880;
font-size:11.5px;
margin-top:0.25rem;
}
.ppn_ft_ceq{
background:#110F0B;
margin-top:2.5rem;
color:#A89880;
}
.ppn_ft_in_ceq{
padding:48px 0 28px;
grid-template-columns:1fr;
gap:32px;
display:grid;
}
@media(min-width:602px){
.ppn_ft_in_ceq{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:899px){
.ppn_ft_in_ceq{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.ppn_ft_brand_ceq{
min-width:0;
}
.ppn_ft_logo_ceq{
color:#F2EAD8;
overflow-wrap:break-word;
font-size:1.625rem;
font-weight:700;
font-family:"PT Serif", Georgia, 'Times New Roman', serif;
}
.ppn_ft_tagline_ceq{
color:#A89880;
max-width:280px;
margin-top:0.875rem;
font-size:0.844rem;
line-height:1.6;
}
.ppn_ft_contact_ceq{
transition:color .22s ease;
display:inline-block;
max-width:17.5rem;
font-size:13px;
color:#D4A45C;
overflow-wrap:anywhere;
margin-top:0.75rem;
}
.ppn_ft_contact_ceq:hover{
color:#F2EAD8;
}
.ppn_ft_col_ceq{
min-width:0;
}
.ppn_ft_col_h_ceq{
text-transform:uppercase;
letter-spacing:.08em;
margin-bottom:14px;
font-weight:700;
overflow-wrap:break-word;
color:#F2EAD8;
font-size:0.813rem;
}
.ppn_ft_col_links_ceq{
gap:0.625rem;
display:flex;
flex-direction:column;
}
.ppn_ft_link_ceq{
transition:color .22s ease;
font-size:13.5px;
overflow-wrap:break-word;
color:#A89880;
}
.ppn_ft_link_ceq:hover{
color:#F2EAD8;
}
.ppn_ft_bot_ceq{
padding:22px 0 40px;
gap:16px;
display:flex;
flex-direction:column;
border-top:1px solid rgba(244,236,218,0.12);
}
@media(min-width:770px){
.ppn_ft_bot_ceq{
gap:20px;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.ppn_ft_legal_ceq{
color:#5E5244;
line-height:1.6;
overflow-wrap:break-word;
max-width:760px;
font-size:11.5px;
}
.ppn_ft_legal_ceq b{
font-weight:700;
color:#A89880;
}
.ppn_ft_age_ceq{
padding:4px 0.563rem;
border:1.5px solid #D4A45C;
flex:0 0 auto;
border-radius:0.5rem;
font-weight:700;
color:#D4A45C;
font-size:0.813rem;
}