*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#1C1710;
font-size:0.938rem;
text-rendering:optimizeLegibility;
font-family:"Hanken Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#D9CEAF;
-webkit-font-smoothing:antialiased;
line-height:1.6;
overflow-wrap:break-word;
}
img{
max-width:100%;
display:block;
}
a{
color:inherit;
text-decoration:none;
}
button{
background:none;
border:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
height:0.5rem;
width:8px;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.52);
border-radius:8px;
}
::-webkit-scrollbar-track{
background:transparent;
}
.pqh_layout_ibc{
flex-direction:column;
min-height:100vh;
display:flex;
}
.pqh_main_ibc{
flex:1 1 auto;
min-width:0;
width:100%;
}
.pqh_container_ibc{
padding:0 1rem;
margin:0 auto;
width:100%;
max-width:1400px;
}
@media(min-width:769px){
.pqh_container_ibc{
padding:0 2rem;
}
}
@media(min-width:1103px){
.pqh_container_ibc{
padding:0 56px;
}
}
.pqh_eyebrow_ibc{
font-family:"Hanken Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:11px;
letter-spacing:.2em;
display:inline-block;
font-weight:600;
text-transform:uppercase;
color:#B07D3E;
overflow-wrap:break-word;
line-height:1.4;
}
.pqh_band_ibc{
background:#0F0E09;
color:#F2EAD6;
}
.pqh_band_ibc .pqh_eyebrow_ibc{
color:#C8965A;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.pqh_tb_ibc{
background:#1C1710;
top:0;
position:sticky;
border-bottom:1px solid rgba(244,235,210,0.13);
z-index:50;
}
.pqh_tb_in_ibc{
padding:12px 1rem;
gap:16px;
margin:0 auto;
display:flex;
align-items:center;
width:100%;
max-width:87.5rem;
justify-content:space-between;
}
@media(min-width:766px){
.pqh_tb_in_ibc{
padding:1rem 2rem;
}
}
@media(min-width:1099px){
.pqh_tb_in_ibc{
padding:18px 3.5rem;
}
}
.pqh_tb_left_ibc{
gap:1.75rem;
display:flex;
align-items:center;
min-width:0;
}
.pqh_tb_logo_ibc{
gap:0.688rem;
align-items:center;
min-width:0;
display:flex;
}
.pqh_tb_logo_mark_ibc{
border-radius:0.5rem;
flex:0 0 auto;
height:34px;
object-fit:cover;
width:34px;
}
.pqh_tb_logo_txt_ibc{
min-width:0;
display:flex;
line-height:1;
flex-direction:column;
}
.pqh_tb_logo_name_ibc{
overflow:hidden;
letter-spacing:.02em;
text-overflow:ellipsis;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
white-space:nowrap;
font-weight:700;
font-size:1.375rem;
color:#F2EAD6;
}
.pqh_tb_logo_sub_ibc{
overflow:hidden;
letter-spacing:.32em;
font-size:0.531rem;
font-weight:600;
text-transform:uppercase;
white-space:nowrap;
margin-top:0.25rem;
text-overflow:ellipsis;
color:#B07D3E;
}
.pqh_tb_nav_ibc{
display:none;
}
@media(min-width:957px){
.pqh_tb_nav_ibc{
gap:1.75rem;
align-items:center;
display:flex;
}
}
.pqh_tb_nav_item_ibc{
transition:color .22s ease,border-color .22s ease;
font-weight:600;
white-space:nowrap;
font-size:14px;
border-bottom:2px solid transparent;
padding-bottom:3px;
color:#D9CEAF;
}
.pqh_tb_nav_item_ibc:hover{
color:#F2EAD6;
}
.pqh_tb_nav_item_ibc.pqh_state_active_ibc{
border-color:#B07D3E;
color:#F2EAD6;
}
.pqh_tb_right_ibc{
flex:0 0 auto;
gap:14px;
display:flex;
align-items:center;
}
.pqh_tb_search_ibc{
transition:color .22s ease;
align-items:center;
color:#D9CEAF;
display:flex;
justify-content:center;
}
.pqh_tb_search_ibc:hover{
color:#B07D3E;
}
.pqh_tb_search_ibc svg{
width:1.125rem;
height:1.125rem;
}
.pqh_tb_lang_ibc{
letter-spacing:.1em;
color:#A89878;
font-size:11px;
text-transform:uppercase;
font-weight:600;
}
.pqh_tb_lang_ibc:hover{
color:#F2EAD6;
}
.pqh_tb_login_ibc{
font-weight:600;
font-size:14px;
display:none;
color:#F2EAD6;
}
@media(min-width:770px){
.pqh_tb_login_ibc{
display:inline-block;
}
}
.pqh_tb_register_ibc{
transition:background-color .22s ease;
background:#C8965A;
padding:0.688rem 1.375rem;
border-radius:62.438rem;
color:#1C1710;
font-size:0.875rem;
font-weight:700;
white-space:nowrap;
}
.pqh_tb_register_ibc:hover{
background:#D4A255;
}
.pqh_mob_ibc{
background:#1C1710;
padding-bottom:env(safe-area-inset-bottom);
border-top:1px solid rgba(244,235,210,0.13);
position:fixed;
bottom:0;
left:0;
right:0;
z-index:60;
}
@media(min-width:959px){
.pqh_mob_ibc{
display:none;
}
}
.pqh_mob_in_ibc{
margin:0 auto;
align-items:stretch;
display:flex;
max-width:560px;
justify-content:space-around;
}
.pqh_mob_item_ibc{
transition:color .22s ease;
flex:1 1 0;
padding:9px 0.25rem;
gap:3px;
align-items:center;
flex-direction:column;
min-width:0;
display:flex;
color:#A89878;
}
.pqh_mob_item_ibc.pqh_state_active_ibc{
color:#B07D3E;
}
.pqh_mob_ic_ibc{
display:flex;
justify-content:center;
align-items:center;
}
.pqh_mob_ic_ibc svg{
height:20px;
width:20px;
}
.pqh_mob_lb_ibc{
overflow:hidden;
white-space:nowrap;
font-size:10px;
max-width:100%;
font-weight:600;
text-overflow:ellipsis;
}
@media(max-width:959px){
body{
padding-bottom:60px;
}
}
.pqh_rail_ibc{
min-width:0;
position:relative;
}
.pqh_rail_scroll_ibc{
gap:14px;
scrollbar-width:thin;
display:flex;
-webkit-overflow-scrolling:touch;
overflow-x:auto;
padding-bottom:0.875rem;
}
@media(min-width:767px){
.pqh_rail_scroll_ibc{
gap:1.125rem;
}
}
.pqh_gc_ibc{
flex:0 0 auto;
width:9.375rem;
display:block;
}
@media(min-width:768px){
.pqh_gc_ibc{
width:11.75rem;
}
}
.pqh_gc_img_ibc{
overflow:hidden;
background:#252018;
border-radius:0.875rem;
position:relative;
padding-bottom:133.33%;
box-shadow:0 2px 0.5rem rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.55);
}
.pqh_gc_img_ibc img{
inset:0;
width:100%;
position:absolute;
object-fit:cover;
height:100%;
}
.pqh_gc_cover_ibc{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
position:absolute;
pointer-events:none;
}
.pqh_gc_hover_ibc{
inset:0;
background:rgba(0,0,0,0.52);
transition:opacity .22s ease;
opacity:0;
justify-content:center;
display:flex;
position:absolute;
align-items:center;
}
.pqh_gc_ibc:hover .pqh_gc_hover_ibc{
opacity:1;
}
.pqh_gc_hover_btn_ibc{
background:#C8965A;
border-radius:62.438rem;
color:#1C1710;
display:flex;
width:2.875rem;
align-items:center;
justify-content:center;
height:46px;
}
.pqh_gc_hover_btn_ibc svg{
width:1.125rem;
height:1.125rem;
}
.pqh_gc_info_ibc{
gap:2px;
display:flex;
flex-direction:column;
min-width:0;
margin-top:9px;
}
.pqh_gc_name_ibc{
overflow:hidden;
color:#F2EAD6;
white-space:nowrap;
font-weight:700;
font-size:13px;
text-overflow:ellipsis;
}
.pqh_gc_prov_ibc{
overflow:hidden;
font-size:11px;
color:#A89878;
white-space:nowrap;
text-overflow:ellipsis;
}
.pqh_gc_meta_ibc{
color:#A89878;
font-size:0.688rem;
}
.pqh_tc_ibc{
flex:0 0 auto;
width:180px;
display:block;
}
@media(min-width:767px){
.pqh_tc_ibc{
width:14.375rem;
}
}
.pqh_tc_img_ibc{
border-radius:0.875rem;
background:#252018;
overflow:hidden;
padding-bottom:75%;
box-shadow:0 2px 8px rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.55);
position:relative;
}
.pqh_tc_img_ibc img{
inset:0;
position:absolute;
object-fit:cover;
height:100%;
width:100%;
}
.pqh_tc_info_ibc{
gap:2px;
margin-top:0.563rem;
display:flex;
flex-direction:column;
min-width:0;
}
.pqh_tc_name_ibc{
overflow:hidden;
white-space:nowrap;
font-size:0.875rem;
text-overflow:ellipsis;
color:#F2EAD6;
font-weight:700;
}
.pqh_tc_rtp_ibc{
color:#A89878;
font-size:0.688rem;
}
.pqh_lc_ibc{
flex:0 0 auto;
width:230px;
display:block;
}
@media(min-width:771px){
.pqh_lc_ibc{
width:268px;
}
}
.pqh_lc_img_ibc{
border-radius:14px;
overflow:hidden;
background:#252018;
padding-bottom:62.5%;
position:relative;
box-shadow:0 2px 0.5rem rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.55);
}
.pqh_lc_img_ibc img{
inset:0;
height:100%;
position:absolute;
width:100%;
object-fit:cover;
}
.pqh_lc_live_ibc{
gap:0.438rem;
background:rgba(0,0,0,0.52);
padding:4px 9px;
border-radius:62.438rem;
display:flex;
align-items:center;
position:absolute;
left:0.75rem;
top:0.75rem;
}
.pqh_lc_live_dot_ibc{
border-radius:50%;
background:#B8452A;
animation:zm2-pulse 1.6s infinite;
width:0.5rem;
height:0.5rem;
}
.pqh_lc_seats_ibc{
font-size:10px;
font-weight:600;
letter-spacing:.08em;
text-transform:uppercase;
color:#F2EAD6;
}
.pqh_lc_info_ibc{
gap:2px;
margin-top:9px;
min-width:0;
display:flex;
flex-direction:column;
}
.pqh_lc_name_ibc{
overflow:hidden;
font-weight:700;
font-size:0.938rem;
white-space:nowrap;
text-overflow:ellipsis;
color:#F2EAD6;
}
.pqh_lc_bet_ibc{
font-size:0.688rem;
color:#A89878;
}
.pqh_pc_ibc{
border:1px solid rgba(244,235,210,0.07);
border-radius:0.875rem;
gap:0.5rem;
padding:16px 14px;
background:#252018;
flex-direction:column;
align-items:center;
min-height:74px;
justify-content:center;
min-width:0;
display:flex;
}
.pqh_pc_logo_ibc{
flex:0 0 auto;
max-width:100%;
height:1.75rem;
object-fit:contain;
width:auto;
}
.pqh_pc_name_ibc{
overflow:hidden;
color:#A89878;
white-space:nowrap;
text-align:center;
font-size:11px;
text-overflow:ellipsis;
max-width:100%;
}
.pqh_gc_tag_ibc{
border-radius:0.5rem;
padding:3px 0.5rem;
font-size:10px;
left:0.625rem;
position:absolute;
z-index:2;
text-transform:uppercase;
display:inline-block;
letter-spacing:.06em;
top:0.625rem;
font-weight:700;
}
.pqh_gc_tag_hot_ibc{
background:#B8452A;
color:#F2EAD6;
}
.pqh_gc_tag_new_ibc{
background:#D4A255;
color:#1C1710;
}
.pqh_gc_tag_jp_ibc{
background:#C49A2A;
color:#1C1710;
}
.pqh_gc_tag_live_ibc{
background:#B8452A;
color:#F2EAD6;
}
.pqh_sh_ibc{
margin-bottom:1.125rem;
min-width:0;
}
.pqh_sh_row_ibc{
gap:16px;
flex-wrap:wrap;
align-items:flex-end;
justify-content:space-between;
display:flex;
}
.pqh_sh_row_ibc .pqh_sh_l_ibc{
gap:0.375rem;
display:flex;
min-width:0;
flex-direction:column;
}
.pqh_sh_stack_ibc{
gap:10px;
align-items:flex-start;
display:flex;
flex-direction:column;
}
.pqh_sh_center_ibc{
gap:0.625rem;
display:flex;
align-items:center;
text-align:center;
flex-direction:column;
}
.pqh_sh_h2_ibc{
line-height:1.1;
font-weight:600;
font-size:24px;
color:#F2EAD6;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
@media(min-width:769px){
.pqh_sh_h2_ibc{
font-size:30px;
}
}
.pqh_band_ibc .pqh_sh_h2_ibc{
color:#F2EAD6;
}
.pqh_sh_eb_line_ibc{
gap:10px;
display:inline-flex;
align-items:center;
}
.pqh_sh_eb_line_ibc::before{
background:#B07D3E;
display:inline-block;
width:1.75rem;
content:"";
height:1px;
}
.pqh_band_ibc .pqh_sh_eb_line_ibc::before{
background:#C8965A;
}
.pqh_sh_eb_dot_ibc{
gap:0.5rem;
align-items:center;
display:inline-flex;
}
.pqh_sh_eb_dot_ibc::before{
border-radius:50%;
background:#B07D3E;
width:6px;
display:inline-block;
height:6px;
content:"";
}
.pqh_band_ibc .pqh_sh_eb_dot_ibc::before{
background:#C8965A;
}
.pqh_sh_link_ibc{
gap:6px;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
padding-bottom:2px;
border-bottom:1px solid #F2EAD6;
font-weight:600;
white-space:nowrap;
font-size:13px;
align-items:center;
color:#F2EAD6;
display:inline-flex;
}
.pqh_sh_link_ibc:hover{
border-color:#B07D3E;
color:#B07D3E;
}
.pqh_sh_link_ibc svg{
height:0.875rem;
width:0.875rem;
}
.pqh_sh_link_chev_ibc{
padding-bottom:0;
border-bottom:0;
}
.pqh_sh_link_btn_ibc{
border-radius:999px;
background:#C8965A;
padding:9px 1.125rem;
color:#1C1710;
border-bottom:0;
}
.pqh_sh_link_btn_ibc:hover{
background:#D4A255;
border-color:transparent;
color:#1C1710;
}
.pqh_band_ibc .pqh_sh_link_ibc{
border-color:#F2EAD6;
color:#F2EAD6;
}
.pqh_band_ibc .pqh_sh_link_btn_ibc{
background:#C8965A;
color:#1C1710;
}
.pqh_sh_rule_ibc{
margin:-2px 0 1.125rem;
background:rgba(244,235,210,0.13);
height:1px;
}
.pqh_band_ibc .pqh_sh_rule_ibc{
background:rgba(244,235,210,0.12);
}
.pqh_hero_ibc{
padding:2rem 0 8px;
}
@media(min-width:765px){
.pqh_hero_ibc{
padding:3.5rem 0 1.5rem;
}
}
.pqh_hero_in_ibc{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:903px){
.pqh_hero_in_ibc{
gap:48px;
grid-template-columns:1.05fr .95fr;
}
}
.pqh_hero_copy_ibc{
min-width:0;
}
.pqh_hero_eyebrow_ibc{
gap:10px;
align-items:center;
display:inline-flex;
margin-bottom:22px;
}
.pqh_hero_eyebrow_line_ibc{
background:#B07D3E;
flex:0 0 auto;
display:inline-block;
width:1.75rem;
height:1px;
}
.pqh_hero_h1_ibc{
margin-bottom:1.25rem;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:38px;
overflow-wrap:break-word;
letter-spacing:-.01em;
line-height:1.04;
color:#F2EAD6;
}
@media(min-width:766px){
.pqh_hero_h1_ibc{
font-size:3.375rem;
}
}
@media(min-width:1103px){
.pqh_hero_h1_ibc{
font-size:62px;
}
}
.pqh_hero_h1_ibc em{
color:#B07D3E;
font-style:normal;
}
.pqh_hero_sub_ibc{
max-width:480px;
line-height:1.6;
margin-bottom:1.875rem;
color:#8A7A5E;
font-size:16px;
}
@media(min-width:770px){
.pqh_hero_sub_ibc{
font-size:1.125rem;
}
}
.pqh_hero_actions_ibc{
gap:14px;
align-items:center;
margin-bottom:2.125rem;
display:flex;
flex-wrap:wrap;
}
.pqh_hero_cta_ibc{
padding:16px 30px;
gap:0.625rem;
border-radius:999px;
background:#C8965A;
transition:background-color .22s ease;
font-weight:700;
color:#1C1710;
display:inline-flex;
align-items:center;
font-size:15px;
}
.pqh_hero_cta_ibc:hover{
background:#D4A255;
}
.pqh_hero_cta_ic_ibc{
display:inline-flex;
align-items:center;
}
.pqh_hero_cta_ic_ibc svg{
width:1rem;
height:16px;
}
.pqh_hero_cta_alt_ibc{
border:1px solid rgba(244,235,210,0.13);
border-radius:999px;
transition:border-color .22s ease,color .22s ease;
padding:0.938rem 26px;
background:transparent;
font-size:0.938rem;
align-items:center;
font-weight:600;
display:inline-flex;
color:#F2EAD6;
}
.pqh_hero_cta_alt_ibc:hover{
border-color:#B07D3E;
color:#B07D3E;
}
.pqh_hero_trust_ibc{
gap:22px;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.pqh_hero_trust_item_ibc{
gap:0.563rem;
align-items:center;
font-size:0.813rem;
display:flex;
font-weight:600;
color:#D9CEAF;
}
.pqh_hero_trust_ic_ibc{
display:inline-flex;
color:#B07D3E;
align-items:center;
}
.pqh_hero_trust_ic_ibc svg{
height:16px;
width:1rem;
}
.pqh_hero_promo_ibc{
background:#252018;
border-radius:20px;
overflow:hidden;
min-height:18.75rem;
position:relative;
display:flex;
box-shadow:0 12px 3rem rgba(0,0,0,0.60), 0 0.25rem 1rem rgba(176,125,62,0.15);
}
.pqh_hero_promo_bg_ibc{
inset:0;
background-size:cover;
background-position:center;
position:absolute;
}
.pqh_hero_promo_bg_ibc::after{
background:linear-gradient(120deg,#0F0E09 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
inset:0;
content:"";
position:absolute;
}
.pqh_hero_promo_glow_ibc{
background:radial-gradient(circle,rgba(167,124,72,0.18) 0%,transparent 65%);
border-radius:50%;
top:-40px;
right:-1.25rem;
pointer-events:none;
height:260px;
width:16.25rem;
position:absolute;
}
.pqh_hero_promo_ct_ibc{
padding:28px;
max-width:88%;
position:relative;
z-index:2;
align-self:flex-end;
}
.pqh_hero_promo_label_ibc{
font-weight:700;
text-transform:uppercase;
margin-bottom:0.5rem;
color:#C8965A;
font-size:10px;
display:block;
letter-spacing:.25em;
}
.pqh_hero_promo_amount_ibc{
font-size:32px;
font-weight:600;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
color:#F2EAD6;
overflow-wrap:break-word;
line-height:1.05;
}
@media(min-width:766px){
.pqh_hero_promo_amount_ibc{
font-size:2.5rem;
}
}
.pqh_hero_promo_amount_ibc em{
color:#C8965A;
font-style:normal;
}
.pqh_hero_rating_ibc{
border:1px solid rgba(244,235,210,0.07);
gap:10px;
background:#252018;
padding:0.625rem 0.875rem;
border-radius:14px;
right:14px;
z-index:3;
max-width:min(16.25rem,62%);
display:flex;
align-items:center;
box-shadow:0 2px 0.5rem rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.55);
position:absolute;
top:0.875rem;
}
.pqh_hero_rating_score_ibc{
flex:0 0 auto;
color:#F2EAD6;
font-weight:700;
font-size:1.5rem;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
}
.pqh_hero_rating_txt_ibc{
flex:1 1 auto;
min-width:0;
}
.pqh_hero_rating_stars_ibc{
gap:2px;
color:#B07D3E;
display:flex;
}
.pqh_hero_rating_stars_ibc svg{
width:0.75rem;
height:12px;
}
.pqh_hero_rating_cap_ibc{
font-size:0.688rem;
margin-top:3px;
line-height:1.35;
display:block;
color:#A89878;
overflow-wrap:break-word;
}
.pqh_stat_ibc{
border-top:1px solid rgba(244,235,210,0.13);
margin-top:1rem;
border-bottom:1px solid rgba(244,235,210,0.13);
}
.pqh_stat_in_ibc{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:771px){
.pqh_stat_in_ibc{
grid-template-columns:repeat(4,1fr);
}
}
.pqh_stat_item_ibc{
padding:1.375rem 14px;
border-right:1px solid rgba(244,235,210,0.07);
min-width:0;
border-bottom:1px solid rgba(244,235,210,0.07);
}
.pqh_stat_item_ibc:nth-child(2n){
border-right:0;
}
.pqh_stat_item_ibc:nth-child(n+3){
border-bottom:0;
}
@media(min-width:771px){
.pqh_stat_item_ibc{
border-bottom:0;
}
.pqh_stat_item_ibc:nth-child(2n){
border-right:1px solid rgba(244,235,210,0.07);
}
.pqh_stat_item_ibc:nth-child(4n){
border-right:0;
}
}
.pqh_stat_value_ibc{
line-height:1;
font-size:1.875rem;
overflow-wrap:break-word;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-weight:700;
color:#F2EAD6;
}
@media(min-width:771px){
.pqh_stat_value_ibc{
font-size:2.125rem;
}
}
.pqh_stat_label_ibc{
margin-top:6px;
line-height:1.4;
overflow-wrap:break-word;
font-size:0.813rem;
color:#A89878;
}
.pqh_pr_ibc{
padding:30px 0 6px;
}
.pqh_pr_card_ibc{
overflow:hidden;
padding:1.625rem;
gap:10px;
background:#252018;
border:1px solid rgba(244,235,210,0.07);
border-radius:20px;
flex:0 0 auto;
min-height:200px;
position:relative;
flex-direction:column;
display:flex;
width:17.5rem;
}
@media(min-width:771px){
.pqh_pr_card_ibc{
width:18.75rem;
}
}
.pqh_pr_card_feat_ibc{
border-color:transparent;
background:linear-gradient(150deg,#1A160C,#0A0906);
color:#F2EAD6;
}
.pqh_pr_glow_ibc{
border-radius:50%;
background:radial-gradient(circle,rgba(167,124,72,0.18),transparent 70%);
opacity:0;
right:-1.875rem;
pointer-events:none;
top:-30px;
height:8.125rem;
position:absolute;
width:8.125rem;
}
.pqh_pr_card_feat_ibc .pqh_pr_glow_ibc{
opacity:1;
}
.pqh_pr_label_ibc{
font-weight:700;
color:#B07D3E;
letter-spacing:.16em;
position:relative;
text-transform:uppercase;
font-size:0.625rem;
}
.pqh_pr_card_feat_ibc .pqh_pr_label_ibc{
color:#C8965A;
}
.pqh_pr_amount_ibc{
line-height:1.08;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:26px;
font-weight:600;
position:relative;
color:#F2EAD6;
}
.pqh_pr_card_feat_ibc .pqh_pr_amount_ibc{
color:#F2EAD6;
}
.pqh_pr_amount_ibc em{
color:#B07D3E;
font-style:normal;
}
.pqh_pr_card_feat_ibc .pqh_pr_amount_ibc em{
color:#C8965A;
}
.pqh_pr_terms_ibc{
font-size:13px;
color:#A89878;
line-height:1.5;
position:relative;
}
.pqh_pr_card_feat_ibc .pqh_pr_terms_ibc{
color:#B0A07E;
}
.pqh_pr_cta_ibc{
margin-top:auto;
align-self:flex-start;
position:relative;
}
.pqh_pr_card_feat_ibc .pqh_pr_cta_ibc{
transition:opacity .22s ease;
padding:9px 1.125rem;
border-radius:999px;
background:#C8965A;
font-weight:700;
font-size:0.813rem;
color:#1C1710;
}
.pqh_pr_card_feat_ibc .pqh_pr_cta_ibc:hover{
opacity:.9;
}
.pqh_pr_card_ibc:not(.pqh_pr_card_feat_ibc) .pqh_pr_cta_ibc{
transition:color .22s ease,border-color .22s ease;
font-size:13px;
font-weight:700;
color:#F2EAD6;
padding-bottom:2px;
border-bottom:1px solid #F2EAD6;
}
.pqh_pr_card_ibc:not(.pqh_pr_card_feat_ibc) .pqh_pr_cta_ibc:hover{
border-color:#B07D3E;
color:#B07D3E;
}
.pqh_grow_ibc{
padding:26px 0 0.625rem;
}
.pqh_row_seo_ibc{
margin:10px 0 0;
line-height:1.65;
color:#8A7A5E;
overflow-wrap:break-word;
font-size:0.875rem;
max-width:760px;
}
.pqh_row_seo_ibc strong{
font-weight:700;
color:#F2EAD6;
}
.pqh_grow_ibc{
padding:1.625rem 0 0.625rem;
}
.pqh_row_seo_ibc{
margin:10px 0 0;
color:#8A7A5E;
font-size:14px;
line-height:1.65;
max-width:760px;
overflow-wrap:break-word;
}
.pqh_row_seo_ibc strong{
font-weight:700;
color:#F2EAD6;
}
.pqh_jp_ibc{
padding:30px 0 0.625rem;
}
.pqh_jp_grid_ibc{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:770px){
.pqh_jp_grid_ibc{
grid-template-columns:1fr 1fr;
}
.pqh_jp_card_mega_ibc{
grid-column:1/-1;
}
}
@media(min-width:1001px){
.pqh_jp_grid_ibc{
grid-template-columns:1.4fr 1fr 1fr;
}
.pqh_jp_card_mega_ibc{
grid-column:auto;
}
}
.pqh_jp_card_ibc{
background:#252018;
border:1px solid rgba(244,235,210,0.07);
gap:0.75rem;
overflow:hidden;
padding:26px;
border-radius:20px;
justify-content:space-between;
flex-direction:column;
position:relative;
display:flex;
min-height:200px;
min-width:0;
}
.pqh_jp_card_mega_ibc{
border-color:transparent;
background:linear-gradient(135deg,#1A160C,#0A0906);
min-height:13.125rem;
color:#F2EAD6;
}
.pqh_jp_glow_ibc{
border-radius:50%;
background:radial-gradient(circle,rgba(167,124,72,0.18),transparent 70%);
pointer-events:none;
position:absolute;
height:12.5rem;
top:-2.5rem;
width:12.5rem;
right:-2.5rem;
}
.pqh_jp_label_ibc{
gap:10px;
letter-spacing:.16em;
flex-wrap:wrap;
display:flex;
font-size:10px;
position:relative;
color:#B07D3E;
justify-content:space-between;
text-transform:uppercase;
align-items:center;
font-weight:700;
}
.pqh_jp_card_mega_ibc .pqh_jp_label_ibc{
color:#C8965A;
}
.pqh_jp_drop_ibc{
color:#A89878;
letter-spacing:.04em;
font-weight:600;
text-transform:none;
}
.pqh_jp_card_mega_ibc .pqh_jp_drop_ibc{
color:#B0A07E;
}
.pqh_jp_amount_ibc{
font-weight:700;
line-height:1;
font-size:38px;
position:relative;
overflow-wrap:break-word;
color:#F2EAD6;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
}
.pqh_jp_card_mega_ibc .pqh_jp_amount_ibc{
animation:zm2-pulse 2.4s infinite;
color:#C8965A;
font-size:3rem;
}
@media(min-width:771px){
.pqh_jp_card_mega_ibc .pqh_jp_amount_ibc{
font-size:3.375rem;
}
}
.pqh_jp_game_ibc{
font-size:0.813rem;
color:#A89878;
position:relative;
}
.pqh_jp_card_mega_ibc .pqh_jp_game_ibc{
color:#B0A07E;
}
.pqh_jp_cta_ibc{
align-self:flex-start;
position:relative;
}
.pqh_jp_card_mega_ibc .pqh_jp_cta_ibc{
background:#C8965A;
transition:opacity .22s ease;
padding:10px 1.25rem;
border-radius:62.438rem;
font-weight:700;
color:#1C1710;
font-size:13px;
}
.pqh_jp_card_mega_ibc .pqh_jp_cta_ibc:hover{
opacity:.9;
}
.pqh_jp_card_ibc:not(.pqh_jp_card_mega_ibc) .pqh_jp_cta_ibc{
transition:color .22s ease,border-color .22s ease;
font-weight:700;
font-size:13px;
border-bottom:1px solid #F2EAD6;
color:#F2EAD6;
padding-bottom:2px;
}
.pqh_jp_card_ibc:not(.pqh_jp_card_mega_ibc) .pqh_jp_cta_ibc:hover{
border-color:#B07D3E;
color:#B07D3E;
}
.pqh_jp_seo_ibc{
margin:14px 0 0;
color:#8A7A5E;
line-height:1.65;
overflow-wrap:break-word;
font-size:0.875rem;
max-width:760px;
}
.pqh_jp_seo_ibc strong{
font-weight:700;
color:#F2EAD6;
}
.pqh_gf_ibc{
padding:1.5rem 0 0.375rem;
}
.pqh_gf_in_ibc{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
}
.pqh_gf_chip_ibc{
background:#252018;
padding:0.625rem 1.125rem;
border:1px solid rgba(244,235,210,0.13);
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
border-radius:62.438rem;
font-size:0.813rem;
font-weight:600;
color:#D9CEAF;
white-space:nowrap;
}
.pqh_gf_chip_ibc:hover{
border-color:#B07D3E;
color:#B07D3E;
}
.pqh_gf_chip_ibc.pqh_state_active_ibc{
background:#C8965A;
border-color:transparent;
color:#1C1710;
}
.pqh_grow_ibc{
padding:1.625rem 0 0.625rem;
}
.pqh_row_seo_ibc{
margin:10px 0 0;
line-height:1.65;
overflow-wrap:break-word;
max-width:760px;
color:#8A7A5E;
font-size:0.875rem;
}
.pqh_row_seo_ibc strong{
font-weight:700;
color:#F2EAD6;
}
.pqh_vip_ibc{
padding:3rem 0;
}
@media(min-width:767px){
.pqh_vip_ibc{
padding:64px 0;
}
}
.pqh_vip_head_ibc{
gap:14px;
display:flex;
flex-direction:column;
margin-bottom:30px;
}
@media(min-width:882px){
.pqh_vip_head_ibc{
gap:1.5rem;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.pqh_vip_eyebrow_ibc{
margin-bottom:12px;
}
.pqh_vip_h2_ibc{
overflow-wrap:break-word;
font-weight:600;
color:#F2EAD6;
line-height:1.05;
font-size:32px;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
}
@media(min-width:765px){
.pqh_vip_h2_ibc{
font-size:40px;
}
}
.pqh_vip_intro_ibc{
line-height:1.6;
color:#B0A07E;
max-width:26.25rem;
font-size:14px;
}
.pqh_vip_grid_ibc{
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
gap:0.875rem;
display:grid;
}
.pqh_vip_card_ibc{
padding:22px 1.125rem;
border-radius:0.875rem;
border:1px solid rgba(244,235,210,0.12);
min-width:0;
}
.pqh_vip_card_feat_ibc{
background:rgba(244,235,210,0.07);
border-color:#C8965A;
}
.pqh_vip_card_ic_ibc{
background:linear-gradient(135deg,#B07D3E,#E0BC72);
border-radius:0.5rem;
width:34px;
height:34px;
margin-bottom:16px;
display:block;
}
.pqh_vip_name_ibc{
margin-bottom:6px;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-size:20px;
color:#F2EAD6;
overflow-wrap:break-word;
font-weight:600;
}
.pqh_vip_perk_ibc{
font-size:0.781rem;
overflow-wrap:break-word;
line-height:1.5;
color:#B0A07E;
}
.pqh_sea_ibc{
padding:1.5rem 0 10px;
}
.pqh_sea_in_ibc{
padding:36px;
gap:1.375rem;
overflow:hidden;
border-radius:20px;
background:linear-gradient(115deg,#1A160C,#0A0906);
flex-direction:column;
position:relative;
color:#F2EAD6;
display:flex;
}
@media(min-width:818px){
.pqh_sea_in_ibc{
gap:2rem;
padding:2.75rem 48px;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.pqh_sea_glow_ibc{
border-radius:50%;
background:radial-gradient(circle,rgba(167,124,72,0.18),transparent 68%);
pointer-events:none;
right:60px;
top:50%;
height:240px;
transform:translateY(-50%);
width:240px;
position:absolute;
}
.pqh_sea_copy_ibc{
min-width:0;
position:relative;
max-width:560px;
}
.pqh_sea_eyebrow_ibc{
margin-bottom:12px;
}
.pqh_sea_h2_ibc{
overflow-wrap:break-word;
margin-bottom:12px;
color:#F2EAD6;
line-height:1.04;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-size:1.875rem;
font-weight:600;
}
@media(min-width:765px){
.pqh_sea_h2_ibc{
font-size:38px;
}
}
.pqh_sea_text_ibc{
font-size:15px;
line-height:1.6;
color:#B0A07E;
}
.pqh_sea_cta_ibc{
transition:opacity .22s ease;
flex:0 0 auto;
padding:1rem 2rem;
border-radius:62.438rem;
background:#C8965A;
font-size:15px;
position:relative;
font-weight:700;
color:#1C1710;
}
.pqh_sea_cta_ibc:hover{
opacity:.9;
}
.pqh_trn_ibc{
padding:30px 0 10px;
}
.pqh_trn_in_ibc{
background:#252018;
border:1px solid rgba(244,235,210,0.07);
overflow:hidden;
grid-template-columns:1fr;
border-radius:1.25rem;
display:grid;
}
@media(min-width:879px){
.pqh_trn_in_ibc{
grid-template-columns:1.05fr 1fr;
}
}
.pqh_trn_banner_ibc{
padding:2.125rem;
background:linear-gradient(150deg,#1A160C,#0A0906);
overflow:hidden;
color:#F2EAD6;
position:relative;
}
.pqh_trn_glow_ibc{
background:radial-gradient(circle,rgba(167,124,72,0.18),transparent 70%);
border-radius:50%;
bottom:-40px;
pointer-events:none;
height:200px;
width:200px;
position:absolute;
right:-40px;
}
.pqh_trn_eyebrow_ibc{
position:relative;
margin-bottom:0.875rem;
}
.pqh_trn_h2_ibc{
position:relative;
color:#F2EAD6;
line-height:1.06;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:12px;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-size:30px;
}
@media(min-width:765px){
.pqh_trn_h2_ibc{
font-size:2.25rem;
}
}
.pqh_trn_text_ibc{
color:#B0A07E;
max-width:420px;
font-size:14px;
margin-bottom:1.375rem;
position:relative;
line-height:1.6;
}
.pqh_trn_timer_ibc{
gap:0.5rem;
display:flex;
margin-bottom:24px;
align-items:center;
flex-wrap:wrap;
position:relative;
}
.pqh_trn_timer_cap_ibc{
font-size:0.688rem;
color:#B0A07E;
}
.pqh_trn_timer_box_ibc{
border-radius:0.5rem;
padding:0.25rem 0.75rem;
background:rgba(244,235,210,0.07);
font-weight:700;
font-size:1.5rem;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
color:#F2EAD6;
}
.pqh_trn_cta_ibc{
padding:13px 26px;
background:#C8965A;
transition:opacity .22s ease;
border-radius:999px;
font-size:0.875rem;
color:#1C1710;
display:inline-block;
position:relative;
font-weight:700;
}
.pqh_trn_cta_ibc:hover{
opacity:.9;
}
.pqh_trn_lb_ibc{
padding:1.625rem 28px;
}
.pqh_trn_lb_head_ibc{
gap:10px;
justify-content:space-between;
align-items:center;
margin-bottom:12px;
display:flex;
}
.pqh_trn_lb_title_ibc{
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-size:1.25rem;
color:#F2EAD6;
font-weight:600;
}
.pqh_trn_lb_upd_ibc{
text-transform:uppercase;
color:#A89878;
font-size:11px;
letter-spacing:.08em;
}
.pqh_trn_lb_row_ibc{
padding:11px 0.75rem;
border-radius:8px;
gap:14px;
display:flex;
align-items:center;
}
.pqh_trn_lb_row_ibc:nth-child(2){
background:rgba(176,125,62,0.14);
}
.pqh_trn_lb_rank_ibc{
flex:0 0 auto;
width:22px;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-size:16px;
font-weight:700;
color:#B07D3E;
}
.pqh_trn_lb_av_ibc{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#B07D3E,#E0BC72);
height:30px;
width:30px;
}
.pqh_trn_lb_name_ibc{
flex:1 1 auto;
overflow:hidden;
white-space:nowrap;
color:#F2EAD6;
font-size:14px;
text-overflow:ellipsis;
min-width:0;
font-weight:600;
}
.pqh_trn_lb_amount_ibc{
flex:0 0 auto;
font-size:13px;
color:#F2EAD6;
font-weight:700;
}
.pqh_app_ibc{
padding:30px 0 0.625rem;
}
.pqh_app_in_ibc{
padding:2rem;
border-radius:20px;
background:#252018;
gap:28px;
border:1px solid rgba(244,235,210,0.07);
flex-direction:column;
display:flex;
}
@media(min-width:769px){
.pqh_app_in_ibc{
gap:40px;
padding:2.5rem 44px;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.pqh_app_copy_ibc{
min-width:0;
max-width:35rem;
}
.pqh_app_eyebrow_ibc{
margin-bottom:0.75rem;
}
.pqh_app_h2_ibc{
line-height:1.05;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-weight:600;
color:#F2EAD6;
margin-bottom:12px;
overflow-wrap:break-word;
font-size:1.75rem;
}
@media(min-width:771px){
.pqh_app_h2_ibc{
font-size:34px;
}
}
.pqh_app_text_ibc{
font-size:0.875rem;
margin-bottom:1.375rem;
color:#8A7A5E;
line-height:1.6;
}
.pqh_app_btns_ibc{
gap:12px;
display:flex;
flex-wrap:wrap;
}
.pqh_app_btn_ibc{
border-radius:14px;
transition:background-color .22s ease;
padding:0.688rem 1.25rem;
background:#C8965A;
gap:10px;
color:#1C1710;
display:inline-flex;
align-items:center;
}
.pqh_app_btn_ibc:hover{
background:#D4A255;
}
.pqh_app_btn_ic_ibc{
align-items:center;
display:inline-flex;
}
.pqh_app_btn_ic_ibc svg{
width:18px;
height:1.125rem;
}
.pqh_app_btn_lb_ibc{
font-weight:700;
font-size:0.844rem;
}
.pqh_app_qr_wrap_ibc{
gap:1.125rem;
flex:0 0 auto;
align-items:center;
display:flex;
}
.pqh_app_qr_ibc{
border-radius:14px;
flex:0 0 auto;
background-image:repeating-linear-gradient(0deg,#252018 0 0.313rem,transparent 5px 11px),repeating-linear-gradient(90deg,#252018 0 5px,transparent 0.313rem 0.688rem);
width:108px;
background-color:#C8965A;
height:6.75rem;
}
.pqh_app_qr_cap_ibc{
line-height:1.4;
font-size:0.781rem;
color:#A89878;
max-width:92px;
}
.pqh_gm_ibc{
padding:30px 0 10px;
}
.pqh_gm_in_ibc{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:878px){
.pqh_gm_in_ibc{
grid-template-columns:1.25fr 1fr;
}
}
.pqh_gm_left_ibc{
border:1px solid rgba(244,235,210,0.07);
padding:2rem;
border-radius:1.25rem;
background:#252018;
min-width:0;
}
.pqh_gm_eyebrow_ibc{
margin-bottom:0.625rem;
}
.pqh_gm_h2_ibc{
color:#F2EAD6;
overflow-wrap:break-word;
margin-bottom:8px;
line-height:1.06;
font-size:26px;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-weight:600;
}
@media(min-width:767px){
.pqh_gm_h2_ibc{
font-size:28px;
}
}
.pqh_gm_text_ibc{
margin-bottom:22px;
max-width:480px;
line-height:1.6;
color:#8A7A5E;
font-size:0.875rem;
}
.pqh_gm_level_ibc{
color:#B07D3E;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
margin-bottom:8px;
font-weight:700;
font-size:22px;
}
.pqh_gm_bar_ibc{
overflow:hidden;
border-radius:62.438rem;
background:rgba(244,235,210,0.13);
height:0.5rem;
margin-bottom:0.375rem;
}
.pqh_gm_bar_fill_ibc{
border-radius:62.438rem;
background:linear-gradient(90deg,#B07D3E,#E0BC72);
height:100%;
}
.pqh_gm_bar_meta_ibc{
gap:10px;
display:flex;
margin-bottom:1.125rem;
color:#A89878;
justify-content:space-between;
font-size:0.688rem;
}
.pqh_gm_missions_ibc{
gap:10px;
display:flex;
flex-wrap:wrap;
}
.pqh_gm_mission_ibc{
border-radius:999px;
background:#1C1710;
padding:9px 0.938rem;
gap:7px;
border:1px solid rgba(244,235,210,0.13);
align-items:center;
font-size:12.5px;
color:#D9CEAF;
font-weight:600;
display:inline-flex;
}
.pqh_gm_mission_ic_ibc{
color:#B07D3E;
align-items:center;
display:inline-flex;
}
.pqh_gm_mission_ic_ibc svg{
width:13px;
height:13px;
}
.pqh_gm_right_ibc{
border-radius:1.25rem;
background:linear-gradient(150deg,#1A160C,#0A0906);
padding:32px;
overflow:hidden;
flex-direction:column;
position:relative;
color:#F2EAD6;
display:flex;
}
.pqh_gm_glow_ibc{
background:radial-gradient(circle,rgba(167,124,72,0.18),transparent 70%);
border-radius:50%;
top:-1.875rem;
position:absolute;
height:9.375rem;
width:150px;
right:-30px;
pointer-events:none;
}
.pqh_gm_ref_eyebrow_ibc{
margin-bottom:10px;
position:relative;
}
.pqh_gm_ref_h2_ibc{
overflow-wrap:break-word;
position:relative;
color:#F2EAD6;
margin-bottom:8px;
font-weight:600;
font-size:26px;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
line-height:1.1;
}
.pqh_gm_ref_text_ibc{
color:#B0A07E;
margin-bottom:1.25rem;
line-height:1.55;
font-size:0.844rem;
position:relative;
}
.pqh_gm_ref_cta_ibc{
padding:11px 1.375rem;
border-radius:999px;
background:#C8965A;
transition:opacity .22s ease;
color:#1C1710;
font-size:0.844rem;
align-self:flex-start;
position:relative;
margin-top:auto;
font-weight:700;
}
.pqh_gm_ref_cta_ibc:hover{
opacity:.9;
}
.pqh_tt_ibc{
padding:48px 0 10px;
}
@media(min-width:770px){
.pqh_tt_ibc{
padding:3.75rem 0 10px;
}
}
.pqh_tt_head_ibc{
margin-bottom:2.125rem;
text-align:center;
}
.pqh_tt_eyebrow_ibc{
margin-bottom:0.75rem;
}
.pqh_tt_h2_ibc{
font-weight:600;
color:#F2EAD6;
overflow-wrap:break-word;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
line-height:1.05;
font-size:32px;
}
@media(min-width:766px){
.pqh_tt_h2_ibc{
font-size:2.625rem;
}
}
.pqh_tt_grid_ibc{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:762px){
.pqh_tt_grid_ibc{
grid-template-columns:repeat(3,1fr);
}
}
.pqh_tt_card_ibc{
border-radius:14px;
border:1px solid rgba(244,235,210,0.07);
padding:1.875rem;
background:#252018;
display:flex;
min-width:0;
flex-direction:column;
}
.pqh_tt_card_ic_ibc{
display:inline-flex;
color:#B07D3E;
align-items:center;
margin-bottom:1.125rem;
}
.pqh_tt_card_ic_ibc svg{
width:1.75rem;
height:28px;
}
.pqh_tt_card_h_ibc{
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.15;
color:#F2EAD6;
overflow-wrap:break-word;
font-size:1.375rem;
margin-bottom:8px;
}
.pqh_tt_card_p_ibc{
line-height:1.6;
font-size:0.875rem;
overflow-wrap:break-word;
margin-bottom:14px;
color:#8A7A5E;
}
.pqh_tt_card_p_ibc b{
font-weight:700;
color:#F2EAD6;
}
.pqh_tt_card_link_ibc{
transition:color .22s ease;
font-weight:700;
align-self:flex-start;
padding-bottom:2px;
margin-top:auto;
border-bottom:1px solid #B07D3E;
font-size:0.813rem;
color:#F2EAD6;
}
.pqh_tt_card_link_ibc:hover{
color:#B07D3E;
}
.pqh_rc_ibc{
padding:48px 0 10px;
}
.pqh_rc_in_ibc{
grid-template-columns:1fr;
gap:32px;
display:grid;
}
@media(min-width:757px){
.pqh_rc_in_ibc{
grid-template-columns:repeat(3,1fr);
gap:2.5rem;
}
}
.pqh_rc_col_ibc{
min-width:0;
}
.pqh_rc_label_ibc{
text-transform:uppercase;
letter-spacing:.2em;
margin-bottom:1rem;
color:#B07D3E;
font-weight:600;
font-size:11px;
}
.pqh_rc_awards_ibc{
gap:0.75rem;
display:flex;
flex-direction:column;
}
.pqh_rc_award_ibc{
gap:12px;
align-items:center;
min-width:0;
display:flex;
}
.pqh_rc_award_ic_ibc{
flex:0 0 auto;
display:inline-flex;
color:#D4A255;
align-items:center;
}
.pqh_rc_award_ic_ibc svg{
width:18px;
height:18px;
}
.pqh_rc_award_t_ibc{
font-size:14px;
overflow-wrap:break-word;
font-weight:700;
color:#F2EAD6;
}
.pqh_rc_award_s_ibc{
font-size:12px;
overflow-wrap:break-word;
color:#A89878;
}
.pqh_rc_press_ibc{
gap:10px;
grid-template-columns:1fr 1fr;
display:grid;
}
.pqh_rc_press_logo_ibc{
border-radius:8px;
padding:0 0.5rem;
border:1px solid rgba(244,235,210,0.07);
overflow:hidden;
display:flex;
align-items:center;
text-overflow:ellipsis;
font-weight:700;
justify-content:center;
font-size:0.875rem;
color:#8A7A5E;
height:3.25rem;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
white-space:nowrap;
text-align:center;
}
.pqh_rc_partner_ibc{
background:#252018;
border:1px solid rgba(244,235,210,0.07);
border-radius:14px;
padding:1.375rem;
}
.pqh_rc_partner_name_ibc{
font-size:20px;
font-weight:600;
overflow-wrap:break-word;
color:#F2EAD6;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
margin-bottom:0.375rem;
}
.pqh_rc_partner_text_ibc{
overflow-wrap:break-word;
font-size:0.813rem;
line-height:1.55;
color:#8A7A5E;
}
.pqh_hts_ibc{
padding:48px 0;
}
@media(min-width:768px){
.pqh_hts_ibc{
padding:3.875rem 0;
}
}
.pqh_hts_head_ibc{
gap:18px;
flex-direction:column;
display:flex;
margin-bottom:2.125rem;
}
@media(min-width:771px){
.pqh_hts_head_ibc{
gap:24px;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.pqh_hts_eyebrow_ibc{
margin-bottom:0.75rem;
}
.pqh_hts_h2_ibc{
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
line-height:1.05;
font-size:1.875rem;
color:#F2EAD6;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:771px){
.pqh_hts_h2_ibc{
font-size:2.375rem;
}
}
.pqh_hts_cta_ibc{
transition:opacity .22s ease;
padding:15px 1.875rem;
border-radius:62.438rem;
background:#C8965A;
flex:0 0 auto;
font-size:15px;
color:#1C1710;
font-weight:700;
}
.pqh_hts_cta_ibc:hover{
opacity:.9;
}
.pqh_hts_grid_ibc{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:759px){
.pqh_hts_grid_ibc{
grid-template-columns:repeat(3,1fr);
}
}
.pqh_hts_step_ibc{
border-top:1px solid rgba(244,235,210,0.12);
padding-top:22px;
min-width:0;
}
.pqh_hts_step_num_ibc{
color:#C8965A;
font-weight:700;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-size:2.75rem;
margin-bottom:0.875rem;
line-height:1;
}
.pqh_hts_step_h_ibc{
font-weight:700;
color:#F2EAD6;
overflow-wrap:break-word;
margin-bottom:0.5rem;
font-size:1.188rem;
line-height:1.2;
}
.pqh_hts_step_p_ibc{
line-height:1.55;
font-size:0.875rem;
color:#B0A07E;
overflow-wrap:break-word;
}
.pqh_wy_ibc{
padding:3rem 0;
}
@media(min-width:767px){
.pqh_wy_ibc{
padding:3.5rem 0;
}
}
.pqh_wy_in_ibc{
grid-template-columns:1fr;
gap:32px;
align-items:start;
display:grid;
}
@media(min-width:897px){
.pqh_wy_in_ibc{
grid-template-columns:.8fr 1.2fr;
gap:3rem;
}
}
.pqh_wy_left_ibc{
min-width:0;
}
.pqh_wy_eyebrow_ibc{
margin-bottom:14px;
}
.pqh_wy_h2_ibc{
margin-bottom:16px;
font-weight:600;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-size:2rem;
color:#F2EAD6;
line-height:1.05;
overflow-wrap:break-word;
}
@media(min-width:769px){
.pqh_wy_h2_ibc{
font-size:40px;
}
}
.pqh_wy_intro_ibc{
color:#8A7A5E;
font-size:0.938rem;
line-height:1.6;
}
.pqh_wy_grid_ibc{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:559px){
.pqh_wy_grid_ibc{
grid-template-columns:1fr 1fr;
}
}
.pqh_wy_card_ibc{
border:1px solid rgba(244,235,210,0.07);
background:#252018;
border-radius:0.875rem;
padding:26px;
min-width:0;
}
.pqh_wy_card_ic_ibc{
margin-bottom:16px;
align-items:center;
justify-content:center;
color:#B07D3E;
display:inline-flex;
}
.pqh_wy_card_ic_ibc svg{
height:1.625rem;
width:1.625rem;
}
.pqh_wy_card_h_ibc{
font-size:21px;
line-height:1.15;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-weight:600;
margin-bottom:8px;
color:#F2EAD6;
overflow-wrap:break-word;
}
.pqh_wy_card_p_ibc{
font-size:14px;
color:#8A7A5E;
line-height:1.55;
overflow-wrap:break-word;
}
.pqh_pmt_ibc{
padding:48px 0 0.625rem;
}
.pqh_pmt_in_ibc{
gap:32px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:880px){
.pqh_pmt_in_ibc{
gap:3rem;
grid-template-columns:1fr 1.1fr;
}
}
.pqh_pmt_left_ibc{
min-width:0;
}
.pqh_pmt_eyebrow_ibc{
margin-bottom:0.75rem;
}
.pqh_pmt_h2_ibc{
color:#F2EAD6;
font-size:1.875rem;
line-height:1.06;
font-weight:600;
overflow-wrap:break-word;
margin-bottom:12px;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
}
@media(min-width:766px){
.pqh_pmt_h2_ibc{
font-size:32px;
}
}
.pqh_pmt_text_ibc{
line-height:1.6;
font-size:0.906rem;
color:#8A7A5E;
margin-bottom:22px;
}
.pqh_pmt_logos_ibc{
gap:10px;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:483px){
.pqh_pmt_logos_ibc{
grid-template-columns:repeat(4,1fr);
}
}
.pqh_pmt_logo_ibc{
border-radius:8px;
background:#252018;
border:1px solid rgba(244,235,210,0.07);
overflow:hidden;
padding:0 0.5rem;
white-space:nowrap;
text-overflow:ellipsis;
font-weight:700;
display:flex;
text-align:center;
height:3.125rem;
color:#D9CEAF;
font-size:0.781rem;
align-items:center;
justify-content:center;
}
.pqh_pmt_table_ibc{
border:1px solid rgba(244,235,210,0.07);
border-radius:14px;
overflow:hidden;
min-width:0;
}
.pqh_pmt_thead_ibc{
grid-template-columns:1.4fr 1fr 1fr 1fr;
background:#111009;
display:grid;
}
.pqh_pmt_th_ibc{
overflow:hidden;
padding:13px 0.875rem;
text-transform:uppercase;
color:#F2EAD6;
white-space:nowrap;
font-weight:700;
text-overflow:ellipsis;
letter-spacing:.08em;
font-size:0.625rem;
}
.pqh_pmt_row_ibc{
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(244,235,210,0.07);
}
.pqh_pmt_row_ibc:nth-child(odd){
background:#252018;
}
.pqh_pmt_td_ibc{
padding:14px;
min-width:0;
color:#8A7A5E;
overflow-wrap:break-word;
font-size:0.844rem;
}
.pqh_pmt_row_ibc .pqh_pmt_td_ibc:first-child{
font-weight:700;
color:#F2EAD6;
}
.pqh_pmt_row_ibc .pqh_pmt_td_ibc:last-child{
color:#6B8F5E;
font-weight:700;
}
.pqh_dr_ibc{
padding:36px 0 10px;
}
.pqh_dr_in_ibc{
border-radius:14px;
border:1px dashed rgba(244,235,210,0.13);
gap:20px;
padding:1.75rem 2rem;
flex-direction:column;
display:flex;
}
@media(min-width:768px){
.pqh_dr_in_ibc{
gap:32px;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.pqh_dr_h2_ibc{
font-weight:600;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
line-height:1.1;
margin-bottom:0.5rem;
color:#F2EAD6;
font-size:1.5rem;
overflow-wrap:break-word;
}
@media(min-width:769px){
.pqh_dr_h2_ibc{
font-size:1.625rem;
}
}
.pqh_dr_text_ibc{
max-width:680px;
line-height:1.6;
overflow-wrap:break-word;
color:#8A7A5E;
font-size:0.875rem;
}
.pqh_dr_text_ibc b{
color:#F2EAD6;
font-weight:700;
}
.pqh_dr_cta_ibc{
transition:color .22s ease;
flex:0 0 auto;
font-weight:700;
font-size:13.5px;
padding-bottom:2px;
border-bottom:1px solid #B07D3E;
color:#F2EAD6;
white-space:nowrap;
}
.pqh_dr_cta_ibc:hover{
color:#B07D3E;
}
.pqh_prov_ibc{
padding:40px 0 20px;
}
.pqh_prov_eyebrow_ibc{
margin-bottom:18px;
display:block;
}
.pqh_prov_grid_ibc{
grid-template-columns:repeat(2,1fr);
gap:12px;
display:grid;
}
@media(min-width:559px){
.pqh_prov_grid_ibc{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:897px){
.pqh_prov_grid_ibc{
grid-template-columns:repeat(6,1fr);
}
}
.pqh_ts_ibc{
padding:2.75rem 0;
}
.pqh_ts_in_ibc{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:center;
}
@media(min-width:878px){
.pqh_ts_in_ibc{
gap:3rem;
grid-template-columns:1.4fr 1fr;
}
}
.pqh_ts_left_ibc{
min-width:0;
}
.pqh_ts_h2_ibc{
line-height:1.1;
font-size:1.625rem;
color:#F2EAD6;
font-weight:600;
margin-bottom:12px;
overflow-wrap:break-word;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
}
@media(min-width:768px){
.pqh_ts_h2_ibc{
font-size:28px;
}
}
.pqh_ts_text_ibc{
margin-bottom:1.375rem;
line-height:1.6;
font-size:0.906rem;
max-width:520px;
color:#B0A07E;
}
.pqh_ts_badges_ibc{
gap:1.125rem;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.pqh_ts_badge_ibc{
font-weight:600;
font-size:13px;
color:#B0A07E;
}
.pqh_ts_pay_ibc{
gap:12px;
display:flex;
flex-wrap:wrap;
}
@media(min-width:880px){
.pqh_ts_pay_ibc{
justify-content:flex-end;
}
}
.pqh_ts_pay_chip_ibc{
border-radius:0.875rem;
border:1px solid rgba(244,235,210,0.12);
padding:12px 1rem;
background:rgba(244,235,210,0.07);
font-size:0.875rem;
font-weight:700;
color:#F2EAD6;
}
.pqh_sc_ibc{
padding:48px 0 10px;
}
.pqh_sc_head_ibc{
text-align:center;
margin-bottom:1.75rem;
}
.pqh_sc_eyebrow_ibc{
margin-bottom:0.75rem;
}
.pqh_sc_h2_ibc{
color:#F2EAD6;
line-height:1.05;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:30px;
overflow-wrap:break-word;
}
@media(min-width:768px){
.pqh_sc_h2_ibc{
font-size:2.25rem;
}
}
.pqh_sc_table_ibc{
border-radius:0.875rem;
overflow:hidden;
margin:0 auto;
border:1px solid rgba(244,235,210,0.07);
max-width:56.25rem;
}
.pqh_sc_thead_ibc{
grid-template-columns:1.6fr 1fr 1fr;
background:#111009;
display:grid;
}
.pqh_sc_th_ibc{
padding:15px 18px;
overflow-wrap:break-word;
font-size:13px;
color:#B0A07E;
text-align:center;
font-weight:700;
}
.pqh_sc_th_ibc:first-child{
text-align:left;
}
.pqh_sc_th_us_ibc{
color:#C8965A;
}
.pqh_sc_row_ibc{
grid-template-columns:1.6fr 1fr 1fr;
border-top:1px solid rgba(244,235,210,0.07);
display:grid;
}
.pqh_sc_row_ibc:nth-child(even){
background:#252018;
}
.pqh_sc_td_ibc{
padding:0.938rem 18px;
overflow-wrap:break-word;
text-align:center;
color:#A89878;
min-width:0;
font-size:0.875rem;
}
.pqh_sc_td_ibc:first-child{
text-align:left;
color:#D9CEAF;
font-weight:600;
}
.pqh_sc_td_us_ibc{
font-weight:700;
color:#6B8F5E;
}
.pqh_faq_ibc{
background:#252018;
padding:48px 0;
border-top:1px solid rgba(244,235,210,0.07);
border-bottom:1px solid rgba(244,235,210,0.07);
margin-top:1.5rem;
}
@media(min-width:768px){
.pqh_faq_ibc{
padding:3.875rem 0;
}
}
.pqh_faq_head_ibc{
margin-bottom:2.125rem;
text-align:center;
}
.pqh_faq_eyebrow_ibc{
margin-bottom:12px;
}
.pqh_faq_h2_ibc{
overflow-wrap:break-word;
font-size:32px;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.05;
color:#F2EAD6;
}
@media(min-width:770px){
.pqh_faq_h2_ibc{
font-size:38px;
}
}
.pqh_faq_list_ibc{
margin:0 auto;
gap:0.75rem;
max-width:51.25rem;
display:flex;
flex-direction:column;
}
.pqh_faq_item_ibc{
border-radius:0.875rem;
overflow:hidden;
background:#1C1710;
border:1px solid rgba(244,235,210,0.07);
}
.pqh_faq_q_ibc{
gap:20px;
padding:1.25rem 1.5rem;
list-style:none;
align-items:center;
font-size:1rem;
font-weight:700;
justify-content:space-between;
color:#F2EAD6;
cursor:pointer;
overflow-wrap:break-word;
display:flex;
}
.pqh_faq_q_ibc::-webkit-details-marker{
display:none;
}
.pqh_faq_q_ic_ibc{
flex:0 0 auto;
transition:transform .22s ease;
color:#B07D3E;
display:inline-flex;
align-items:center;
}
.pqh_faq_q_ic_ibc svg{
height:18px;
width:1.125rem;
}
.pqh_faq_item_ibc[open] .pqh_faq_q_ic_ibc{
transform:rotate(180deg);
}
.pqh_faq_a_ibc{
padding:0 1.5rem 20px;
line-height:1.6;
overflow-wrap:break-word;
color:#8A7A5E;
font-size:14.5px;
}
.pqh_el_ibc{
padding:3rem 0;
}
@media(min-width:769px){
.pqh_el_ibc{
padding:56px 0;
}
}
.pqh_el_in_ibc{
grid-template-columns:1fr;
gap:2.5rem;
display:grid;
align-items:start;
}
@media(min-width:900px){
.pqh_el_in_ibc{
grid-template-columns:1fr 1fr;
gap:3.5rem;
}
}
.pqh_el_left_ibc{
min-width:0;
}
.pqh_el_eyebrow_ibc{
margin-bottom:14px;
}
.pqh_el_h2_ibc{
font-size:32px;
line-height:1.08;
margin-bottom:22px;
overflow-wrap:break-word;
font-weight:600;
color:#F2EAD6;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
}
@media(min-width:768px){
.pqh_el_h2_ibc{
font-size:38px;
}
}
.pqh_el_body_ibc p{
color:#D9CEAF;
line-height:1.7;
margin-bottom:18px;
overflow-wrap:break-word;
font-size:1rem;
}
.pqh_el_dropcap_ibc{
padding:6px 12px 0 0;
float:left;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
color:#B07D3E;
font-weight:700;
line-height:.8;
font-size:3.875rem;
}
.pqh_el_right_ibc{
min-width:0;
}
.pqh_el_quote_ibc{
padding:2.25rem;
background:linear-gradient(150deg,#1A160C,#0A0906);
border-radius:20px;
color:#F2EAD6;
position:relative;
margin-bottom:1.5rem;
}
.pqh_el_quote_mark_ibc{
align-items:center;
display:inline-flex;
margin-bottom:6px;
color:#C8965A;
}
.pqh_el_quote_mark_ibc svg{
width:34px;
height:2.125rem;
}
.pqh_el_quote_text_ibc{
font-size:1.375rem;
line-height:1.4;
margin-bottom:1.375rem;
font-weight:500;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#F2EAD6;
}
.pqh_el_quote_meta_ibc{
gap:0.75rem;
align-items:center;
display:flex;
}
.pqh_el_quote_av_ibc{
border-radius:50%;
background:linear-gradient(135deg,#B07D3E,#E0BC72);
flex:0 0 auto;
height:38px;
width:38px;
}
.pqh_el_quote_author_ibc{
font-weight:700;
color:#F2EAD6;
font-size:14px;
}
.pqh_el_quote_meta_sub_ibc{
font-size:12px;
color:#B0A07E;
}
.pqh_el_explain_ibc{
border:1px solid rgba(244,235,210,0.07);
border-radius:14px;
overflow:hidden;
}
.pqh_el_explain_card_ibc{
padding:22px 1.5rem;
}
.pqh_el_explain_card_ibc+.pqh_el_explain_card_ibc{
border-top:1px solid rgba(244,235,210,0.07);
}
.pqh_el_explain_h_ibc{
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
line-height:1.15;
color:#F2EAD6;
font-weight:600;
overflow-wrap:break-word;
font-size:20px;
margin-bottom:0.5rem;
}
.pqh_el_explain_p_ibc{
line-height:1.55;
color:#8A7A5E;
font-size:0.875rem;
overflow-wrap:break-word;
}
.pqh_sg_ibc{
padding:3rem 0 0.625rem;
}
.pqh_sg_eyebrow_ibc{
margin-bottom:12px;
display:block;
}
.pqh_sg_h2_ibc{
overflow-wrap:break-word;
margin-bottom:1.75rem;
font-size:1.875rem;
font-weight:600;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
line-height:1.05;
color:#F2EAD6;
}
@media(min-width:771px){
.pqh_sg_h2_ibc{
font-size:2.25rem;
}
}
.pqh_sg_grid_ibc{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:723px){
.pqh_sg_grid_ibc{
grid-template-columns:repeat(3,1fr);
}
}
.pqh_sg_col_ibc{
min-width:0;
}
.pqh_sg_col_h_ibc{
line-height:1.15;
color:#F2EAD6;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
margin-bottom:10px;
overflow-wrap:break-word;
font-weight:600;
font-size:22px;
}
.pqh_sg_col_p_ibc{
color:#8A7A5E;
line-height:1.65;
overflow-wrap:break-word;
font-size:0.875rem;
}
.pqh_lh_ibc{
padding:40px 0 1.25rem;
}
.pqh_lh_in_ibc{
padding-top:2.125rem;
border-top:1px solid rgba(244,235,210,0.13);
}
.pqh_lh_eyebrow_ibc{
margin-bottom:22px;
display:block;
}
.pqh_lh_grid_ibc{
gap:28px;
grid-template-columns:1fr 1fr;
display:grid;
}
@media(min-width:599px){
.pqh_lh_grid_ibc{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:963px){
.pqh_lh_grid_ibc{
grid-template-columns:repeat(5,1fr);
}
}
.pqh_lh_col_ibc{
min-width:0;
}
.pqh_lh_col_h_ibc{
margin-bottom:12px;
font-weight:700;
font-size:0.813rem;
color:#F2EAD6;
overflow-wrap:break-word;
}
.pqh_lh_links_ibc{
gap:8px;
flex-direction:column;
display:flex;
}
.pqh_lh_link_ibc{
transition:color .22s ease;
color:#8A7A5E;
overflow-wrap:break-word;
font-size:0.813rem;
}
.pqh_lh_link_ibc:hover{
color:#B07D3E;
}
.pqh_sb_ibc{
padding:48px 0;
background:#252018;
margin-top:1.5rem;
border-bottom:1px solid rgba(244,235,210,0.07);
border-top:1px solid rgba(244,235,210,0.07);
}
@media(min-width:765px){
.pqh_sb_ibc{
padding:3.5rem 0;
}
}
.pqh_sb_eyebrow_ibc{
margin-bottom:0.75rem;
display:block;
}
.pqh_sb_h2_ibc{
overflow-wrap:break-word;
margin-bottom:1.625rem;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.05;
color:#F2EAD6;
font-size:30px;
}
@media(min-width:771px){
.pqh_sb_h2_ibc{
font-size:2.25rem;
}
}
.pqh_sb_grid_ibc{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:561px){
.pqh_sb_grid_ibc{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:959px){
.pqh_sb_grid_ibc{
grid-template-columns:repeat(4,1fr);
}
}
.pqh_sb_card_ibc{
background:#1C1710;
border-radius:0.875rem;
padding:24px;
border:1px solid rgba(244,235,210,0.07);
min-width:0;
}
.pqh_sb_card_h_ibc{
color:#F2EAD6;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:19px;
line-height:1.15;
overflow-wrap:break-word;
margin-bottom:0.5rem;
}
.pqh_sb_card_p_ibc{
color:#8A7A5E;
overflow-wrap:break-word;
line-height:1.6;
font-size:0.844rem;
}
.pqh_sb_rtp_ibc{
background:#1C1710;
gap:1.5rem;
grid-template-columns:1fr;
border:1px solid rgba(244,235,210,0.07);
padding:1.625rem 28px;
border-radius:0.875rem;
margin-top:1.125rem;
align-items:center;
display:grid;
}
@media(min-width:757px){
.pqh_sb_rtp_ibc{
gap:2.5rem;
grid-template-columns:1fr 1fr;
}
}
.pqh_sb_rtp_h_ibc{
font-size:1.25rem;
color:#F2EAD6;
margin-bottom:0.5rem;
overflow-wrap:break-word;
font-weight:600;
line-height:1.15;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
}
.pqh_sb_rtp_p_ibc{
color:#8A7A5E;
font-size:0.844rem;
line-height:1.6;
overflow-wrap:break-word;
}
.pqh_sb_rtp_stats_ibc{
gap:1rem;
display:flex;
}
.pqh_sb_stat_ibc{
padding:1.125rem;
flex:1 1 0;
border-radius:8px;
background:#252018;
min-width:0;
text-align:center;
}
.pqh_sb_stat_v_ibc{
color:#6B8F5E;
font-weight:700;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-size:1.625rem;
overflow-wrap:break-word;
}
.pqh_sb_stat_l_ibc{
font-size:0.719rem;
margin-top:0.25rem;
color:#A89878;
}
.pqh_gd_ibc{
padding:3rem 0 0.625rem;
}
.pqh_gd_head_ibc{
gap:0.875rem;
flex-direction:column;
margin-bottom:1.5rem;
display:flex;
}
@media(min-width:681px){
.pqh_gd_head_ibc{
gap:1.25rem;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.pqh_gd_eyebrow_ibc{
margin-bottom:10px;
}
.pqh_gd_h2_ibc{
font-weight:600;
overflow-wrap:break-word;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
font-size:1.75rem;
line-height:1.05;
color:#F2EAD6;
}
@media(min-width:769px){
.pqh_gd_h2_ibc{
font-size:34px;
}
}
.pqh_gd_more_ibc{
flex:0 0 auto;
transition:color .22s ease,border-color .22s ease;
font-weight:600;
padding-bottom:2px;
font-size:13.5px;
color:#F2EAD6;
border-bottom:1px solid #F2EAD6;
}
.pqh_gd_more_ibc:hover{
border-color:#B07D3E;
color:#B07D3E;
}
.pqh_gd_grid_ibc{
gap:20px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:722px){
.pqh_gd_grid_ibc{
grid-template-columns:repeat(3,1fr);
}
}
.pqh_gd_card_ibc{
overflow:hidden;
background:#252018;
border-radius:14px;
border:1px solid rgba(244,235,210,0.07);
display:block;
min-width:0;
}
.pqh_gd_card_img_ibc{
background:linear-gradient(140deg,#1A160C,#B07D3E);
height:150px;
}
.pqh_gd_card_body_ibc{
padding:22px;
}
.pqh_gd_card_cat_ibc{
letter-spacing:.1em;
font-size:10px;
text-transform:uppercase;
font-weight:600;
color:#B07D3E;
}
.pqh_gd_card_h_ibc{
margin:8px 0 10px;
font-weight:600;
line-height:1.2;
overflow-wrap:break-word;
font-size:1.188rem;
color:#F2EAD6;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
}
.pqh_gd_card_meta_ibc{
font-size:0.75rem;
overflow-wrap:break-word;
color:#A89878;
}
.pqh_ft_ibc{
background:#111009;
margin-top:40px;
color:#B0A07E;
}
.pqh_ft_in_ibc{
grid-template-columns:1fr;
gap:32px;
padding:48px 0 28px;
display:grid;
}
@media(min-width:599px){
.pqh_ft_in_ibc{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:899px){
.pqh_ft_in_ibc{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.pqh_ft_brand_ibc{
min-width:0;
}
.pqh_ft_logo_ibc{
overflow-wrap:break-word;
font-weight:700;
font-family:"Source Serif 4", Georgia, 'Times New Roman', serif;
color:#F2EAD6;
font-size:26px;
}
.pqh_ft_tagline_ibc{
color:#B0A07E;
line-height:1.6;
font-size:13.5px;
max-width:280px;
margin-top:14px;
}
.pqh_ft_contact_ibc{
transition:color .22s ease;
max-width:17.5rem;
font-size:0.813rem;
display:inline-block;
margin-top:12px;
overflow-wrap:anywhere;
color:#C8965A;
}
.pqh_ft_contact_ibc:hover{
color:#F2EAD6;
}
.pqh_ft_col_ibc{
min-width:0;
}
.pqh_ft_col_h_ibc{
text-transform:uppercase;
color:#F2EAD6;
font-size:0.813rem;
margin-bottom:0.875rem;
letter-spacing:.08em;
overflow-wrap:break-word;
font-weight:700;
}
.pqh_ft_col_links_ibc{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.pqh_ft_link_ibc{
transition:color .22s ease;
overflow-wrap:break-word;
font-size:13.5px;
color:#B0A07E;
}
.pqh_ft_link_ibc:hover{
color:#F2EAD6;
}
.pqh_ft_bot_ibc{
gap:1rem;
padding:22px 0 2.5rem;
display:flex;
border-top:1px solid rgba(244,235,210,0.12);
flex-direction:column;
}
@media(min-width:771px){
.pqh_ft_bot_ibc{
gap:1.25rem;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.pqh_ft_legal_ibc{
color:#5E5040;
line-height:1.6;
font-size:0.719rem;
max-width:760px;
overflow-wrap:break-word;
}
.pqh_ft_legal_ibc b{
font-weight:700;
color:#B0A07E;
}
.pqh_ft_age_ibc{
border-radius:0.5rem;
padding:0.25rem 0.563rem;
border:1.5px solid #C8965A;
flex:0 0 auto;
font-weight:700;
color:#C8965A;
font-size:13px;
}