*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#1A1410;
font-size:0.938rem;
-webkit-font-smoothing:antialiased;
text-rendering:optimizeLegibility;
color:#DDD0B3;
overflow-wrap:break-word;
line-height:1.6;
font-family:"Work Sans", 'Helvetica Neue', Arial, sans-serif;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
button{
background:none;
border:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
width:0.5rem;
height:0.5rem;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.54);
border-radius:0.5rem;
}
::-webkit-scrollbar-track{
background:transparent;
}
.qnv_layout-ady{
min-height:100vh;
flex-direction:column;
display:flex;
}
.qnv_main-ady{
flex:1 1 auto;
min-width:0;
width:100%;
}
.qnv_container-ady{
margin:0 auto;
padding:0 1rem;
width:100%;
max-width:87.5rem;
}
@media(min-width:769px){
.qnv_container-ady{
padding:0 32px;
}
}
@media(min-width:1101px){
.qnv_container-ady{
padding:0 56px;
}
}
.qnv_eyebrow-ady{
font-weight:600;
font-family:"Work Sans", 'Helvetica Neue', Arial, sans-serif;
text-transform:uppercase;
color:#C49430;
font-size:0.688rem;
line-height:1.4;
display:inline-block;
letter-spacing:.2em;
overflow-wrap:break-word;
}
.qnv_band-ady{
background:#120E09;
color:#F5EDD8;
}
.qnv_band-ady .qnv_eyebrow-ady{
color:#F0C040;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.qnv_tb-ady{
background:#1A1410;
top:0;
border-bottom:1px solid rgba(245,237,216,0.13);
z-index:50;
position:sticky;
}
.qnv_tb_in-ady{
gap:1rem;
padding:12px 1rem;
margin:0 auto;
max-width:87.5rem;
justify-content:space-between;
display:flex;
align-items:center;
width:100%;
}
@media(min-width:765px){
.qnv_tb_in-ady{
padding:1rem 32px;
}
}
@media(min-width:1102px){
.qnv_tb_in-ady{
padding:18px 56px;
}
}
.qnv_tb_left-ady{
gap:28px;
align-items:center;
min-width:0;
display:flex;
}
.qnv_tb_logo-ady{
gap:11px;
align-items:center;
display:flex;
min-width:0;
}
.qnv_tb_logo_mark-ady{
border-radius:8px;
flex:0 0 auto;
object-fit:cover;
width:2.125rem;
height:34px;
}
.qnv_tb_logo_txt-ady{
flex-direction:column;
display:flex;
min-width:0;
line-height:1;
}
.qnv_tb_logo_name-ady{
overflow:hidden;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:700;
white-space:nowrap;
text-overflow:ellipsis;
color:#F5EDD8;
font-size:22px;
letter-spacing:.02em;
}
.qnv_tb_logo_sub-ady{
overflow:hidden;
text-overflow:ellipsis;
color:#C49430;
letter-spacing:.32em;
font-size:8.5px;
margin-top:4px;
font-weight:600;
text-transform:uppercase;
white-space:nowrap;
}
.qnv_tb_nav-ady{
display:none;
}
@media(min-width:959px){
.qnv_tb_nav-ady{
gap:1.75rem;
align-items:center;
display:flex;
}
}
.qnv_tb_nav_item-ady{
transition:color .22s ease,border-color .22s ease;
font-size:14px;
color:#DDD0B3;
padding-bottom:3px;
font-weight:600;
white-space:nowrap;
border-bottom:2px solid transparent;
}
.qnv_tb_nav_item-ady:hover{
color:#F5EDD8;
}
.qnv_tb_nav_item-ady.qnv_state_active-ady{
border-color:#C49430;
color:#F5EDD8;
}
.qnv_tb_right-ady{
flex:0 0 auto;
gap:0.875rem;
display:flex;
align-items:center;
}
.qnv_tb_search-ady{
transition:color .22s ease;
justify-content:center;
display:flex;
color:#DDD0B3;
align-items:center;
}
.qnv_tb_search-ady:hover{
color:#C49430;
}
.qnv_tb_search-ady svg{
width:1.125rem;
height:18px;
}
.qnv_tb_lang-ady{
letter-spacing:.1em;
text-transform:uppercase;
font-size:0.688rem;
font-weight:600;
color:#A8936E;
}
.qnv_tb_lang-ady:hover{
color:#F5EDD8;
}
.qnv_tb_login-ady{
font-weight:600;
font-size:0.875rem;
color:#F5EDD8;
display:none;
}
@media(min-width:767px){
.qnv_tb_login-ady{
display:inline-block;
}
}
.qnv_tb_register-ady{
background:#E8B840;
border-radius:999px;
padding:0.688rem 22px;
transition:background-color .22s ease;
font-size:0.875rem;
color:#1A1008;
font-weight:700;
white-space:nowrap;
}
.qnv_tb_register-ady:hover{
background:#F0C840;
}
.qnv_mob-ady{
background:#1A1410;
left:0;
bottom:0;
padding-bottom:env(safe-area-inset-bottom);
border-top:1px solid rgba(245,237,216,0.13);
z-index:60;
right:0;
position:fixed;
}
@media(min-width:958px){
.qnv_mob-ady{
display:none;
}
}
.qnv_mob_in-ady{
margin:0 auto;
align-items:stretch;
max-width:35rem;
display:flex;
justify-content:space-around;
}
.qnv_mob_item-ady{
padding:9px 0.25rem;
transition:color .22s ease;
flex:1 1 0;
gap:3px;
min-width:0;
color:#A8936E;
flex-direction:column;
align-items:center;
display:flex;
}
.qnv_mob_item-ady.qnv_state_active-ady{
color:#C49430;
}
.qnv_mob_ic-ady{
display:flex;
justify-content:center;
align-items:center;
}
.qnv_mob_ic-ady svg{
height:20px;
width:1.25rem;
}
.qnv_mob_lb-ady{
overflow:hidden;
max-width:100%;
font-weight:600;
text-overflow:ellipsis;
white-space:nowrap;
font-size:0.625rem;
}
@media(max-width:960px){
body{
padding-bottom:3.75rem;
}
}
.qnv_rail-ady{
position:relative;
min-width:0;
}
.qnv_rail_scroll-ady{
gap:14px;
-webkit-overflow-scrolling:touch;
scrollbar-width:thin;
padding-bottom:0.875rem;
overflow-x:auto;
display:flex;
}
@media(min-width:765px){
.qnv_rail_scroll-ady{
gap:1.125rem;
}
}
.qnv_gc-ady{
flex:0 0 auto;
display:block;
width:9.375rem;
}
@media(min-width:769px){
.qnv_gc-ady{
width:188px;
}
}
.qnv_gc_img-ady{
background:#231C14;
overflow:hidden;
border-radius:14px;
position:relative;
padding-bottom:133.33%;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.45), 0 0.5rem 1.5rem rgba(0,0,0,0.35);
}
.qnv_gc_img-ady img{
inset:0;
object-fit:cover;
width:100%;
position:absolute;
height:100%;
}
.qnv_gc_cover-ady{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.54));
position:absolute;
pointer-events:none;
}
.qnv_gc_hover-ady{
inset:0;
transition:opacity .22s ease;
background:rgba(0,0,0,0.54);
opacity:0;
position:absolute;
display:flex;
justify-content:center;
align-items:center;
}
.qnv_gc-ady:hover .qnv_gc_hover-ady{
opacity:1;
}
.qnv_gc_hover_btn-ady{
background:#E8B840;
border-radius:999px;
width:46px;
height:46px;
color:#1A1008;
align-items:center;
justify-content:center;
display:flex;
}
.qnv_gc_hover_btn-ady svg{
width:18px;
height:1.125rem;
}
.qnv_gc_info-ady{
gap:2px;
display:flex;
margin-top:9px;
min-width:0;
flex-direction:column;
}
.qnv_gc_name-ady{
overflow:hidden;
font-weight:700;
white-space:nowrap;
font-size:13px;
color:#F5EDD8;
text-overflow:ellipsis;
}
.qnv_gc_prov-ady{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-size:0.688rem;
color:#A8936E;
}
.qnv_gc_meta-ady{
color:#A8936E;
font-size:11px;
}
.qnv_tc-ady{
flex:0 0 auto;
display:block;
width:180px;
}
@media(min-width:767px){
.qnv_tc-ady{
width:230px;
}
}
.qnv_tc_img-ady{
overflow:hidden;
background:#231C14;
border-radius:0.875rem;
padding-bottom:75%;
box-shadow:0 2px 6px rgba(0,0,0,0.45), 0 8px 24px rgba(0,0,0,0.35);
position:relative;
}
.qnv_tc_img-ady img{
inset:0;
object-fit:cover;
position:absolute;
width:100%;
height:100%;
}
.qnv_tc_info-ady{
gap:2px;
display:flex;
margin-top:9px;
flex-direction:column;
min-width:0;
}
.qnv_tc_name-ady{
overflow:hidden;
font-weight:700;
white-space:nowrap;
font-size:0.875rem;
text-overflow:ellipsis;
color:#F5EDD8;
}
.qnv_tc_rtp-ady{
font-size:11px;
color:#A8936E;
}
.qnv_lc-ady{
flex:0 0 auto;
display:block;
width:230px;
}
@media(min-width:771px){
.qnv_lc-ady{
width:268px;
}
}
.qnv_lc_img-ady{
overflow:hidden;
border-radius:14px;
background:#231C14;
padding-bottom:62.5%;
box-shadow:0 2px 6px rgba(0,0,0,0.45), 0 0.5rem 24px rgba(0,0,0,0.35);
position:relative;
}
.qnv_lc_img-ady img{
inset:0;
object-fit:cover;
height:100%;
position:absolute;
width:100%;
}
.qnv_lc_live-ady{
gap:7px;
border-radius:999px;
background:rgba(0,0,0,0.54);
padding:4px 0.563rem;
top:0.75rem;
position:absolute;
left:12px;
display:flex;
align-items:center;
}
.qnv_lc_live_dot-ady{
background:#C0392B;
border-radius:50%;
animation:zm2-pulse 1.6s infinite;
width:8px;
height:8px;
}
.qnv_lc_seats-ady{
color:#F5EDD8;
font-weight:600;
text-transform:uppercase;
font-size:10px;
letter-spacing:.08em;
}
.qnv_lc_info-ady{
gap:2px;
margin-top:9px;
display:flex;
min-width:0;
flex-direction:column;
}
.qnv_lc_name-ady{
overflow:hidden;
font-size:0.938rem;
font-weight:700;
text-overflow:ellipsis;
color:#F5EDD8;
white-space:nowrap;
}
.qnv_lc_bet-ady{
color:#A8936E;
font-size:0.688rem;
}
.qnv_pc-ady{
border:1px solid rgba(245,237,216,0.07);
padding:16px 14px;
gap:8px;
border-radius:0.875rem;
background:#231C14;
display:flex;
min-width:0;
align-items:center;
min-height:74px;
justify-content:center;
flex-direction:column;
}
.qnv_pc_logo-ady{
flex:0 0 auto;
width:auto;
object-fit:contain;
max-width:100%;
height:1.75rem;
}
.qnv_pc_name-ady{
overflow:hidden;
text-overflow:ellipsis;
text-align:center;
max-width:100%;
color:#A8936E;
font-size:11px;
white-space:nowrap;
}
.qnv_gc_tag-ady{
padding:3px 0.5rem;
border-radius:0.5rem;
text-transform:uppercase;
position:absolute;
font-weight:700;
font-size:10px;
letter-spacing:.06em;
display:inline-block;
left:10px;
top:0.625rem;
z-index:2;
}
.qnv_gc_tag_hot-ady{
background:#C0392B;
color:#F5EDD8;
}
.qnv_gc_tag_new-ady{
background:#E8B840;
color:#1A1008;
}
.qnv_gc_tag_jp-ady{
background:#D4920A;
color:#1A1008;
}
.qnv_gc_tag_live-ady{
background:#C0392B;
color:#F5EDD8;
}
.qnv_sh-ady{
min-width:0;
margin-bottom:1.125rem;
}
.qnv_sh_row-ady{
gap:1rem;
align-items:flex-end;
justify-content:space-between;
flex-wrap:wrap;
display:flex;
}
.qnv_sh_row-ady .qnv_sh_l-ady{
gap:6px;
min-width:0;
display:flex;
flex-direction:column;
}
.qnv_sh_stack-ady{
gap:0.625rem;
align-items:flex-start;
flex-direction:column;
display:flex;
}
.qnv_sh_center-ady{
gap:10px;
flex-direction:column;
display:flex;
text-align:center;
align-items:center;
}
.qnv_sh_h2-ady{
color:#F5EDD8;
overflow-wrap:break-word;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:1.5rem;
line-height:1.1;
font-weight:600;
}
@media(min-width:769px){
.qnv_sh_h2-ady{
font-size:30px;
}
}
.qnv_band-ady .qnv_sh_h2-ady{
color:#F5EDD8;
}
.qnv_sh_eb_line-ady{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.qnv_sh_eb_line-ady::before{
background:#C49430;
height:1px;
width:28px;
content:"";
display:inline-block;
}
.qnv_band-ady .qnv_sh_eb_line-ady::before{
background:#F0C040;
}
.qnv_sh_eb_dot-ady{
gap:8px;
display:inline-flex;
align-items:center;
}
.qnv_sh_eb_dot-ady::before{
border-radius:50%;
background:#C49430;
content:"";
height:6px;
width:6px;
display:inline-block;
}
.qnv_band-ady .qnv_sh_eb_dot-ady::before{
background:#F0C040;
}
.qnv_sh_link-ady{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:0.375rem;
font-weight:600;
align-items:center;
display:inline-flex;
white-space:nowrap;
color:#F5EDD8;
border-bottom:1px solid #F5EDD8;
font-size:0.813rem;
padding-bottom:2px;
}
.qnv_sh_link-ady:hover{
border-color:#C49430;
color:#C49430;
}
.qnv_sh_link-ady svg{
width:14px;
height:14px;
}
.qnv_sh_link_chev-ady{
border-bottom:0;
padding-bottom:0;
}
.qnv_sh_link_btn-ady{
background:#E8B840;
padding:9px 1.125rem;
border-radius:62.438rem;
color:#1A1008;
border-bottom:0;
}
.qnv_sh_link_btn-ady:hover{
background:#F0C840;
border-color:transparent;
color:#1A1008;
}
.qnv_band-ady .qnv_sh_link-ady{
border-color:#F5EDD8;
color:#F5EDD8;
}
.qnv_band-ady .qnv_sh_link_btn-ady{
background:#F0C040;
color:#1A1008;
}
.qnv_sh_rule-ady{
margin:-2px 0 18px;
background:rgba(245,237,216,0.13);
height:1px;
}
.qnv_band-ady .qnv_sh_rule-ady{
background:rgba(255,222,130,0.14);
}
.qnv_hero-ady{
padding:32px 0 8px;
}
@media(min-width:770px){
.qnv_hero-ady{
padding:56px 0 24px;
}
}
.qnv_hero_in-ady{
gap:32px;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:901px){
.qnv_hero_in-ady{
gap:48px;
grid-template-columns:1.05fr .95fr;
}
}
.qnv_hero_copy-ady{
min-width:0;
}
.qnv_hero_eyebrow-ady{
gap:0.625rem;
display:inline-flex;
align-items:center;
margin-bottom:1.375rem;
}
.qnv_hero_eyebrow_line-ady{
flex:0 0 auto;
background:#C49430;
width:1.75rem;
height:1px;
display:inline-block;
}
.qnv_hero_h1-ady{
font-weight:600;
font-size:38px;
line-height:1.04;
letter-spacing:-.01em;
overflow-wrap:break-word;
color:#F5EDD8;
margin-bottom:20px;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:769px){
.qnv_hero_h1-ady{
font-size:54px;
}
}
@media(min-width:1098px){
.qnv_hero_h1-ady{
font-size:3.875rem;
}
}
.qnv_hero_h1-ady em{
font-style:normal;
color:#C49430;
}
.qnv_hero_sub-ady{
color:#8A7558;
font-size:16px;
line-height:1.6;
max-width:480px;
margin-bottom:30px;
}
@media(min-width:769px){
.qnv_hero_sub-ady{
font-size:18px;
}
}
.qnv_hero_actions-ady{
gap:0.875rem;
display:flex;
margin-bottom:2.125rem;
flex-wrap:wrap;
align-items:center;
}
.qnv_hero_cta-ady{
background:#E8B840;
transition:background-color .22s ease;
padding:1rem 30px;
gap:0.625rem;
border-radius:999px;
font-size:0.938rem;
display:inline-flex;
font-weight:700;
color:#1A1008;
align-items:center;
}
.qnv_hero_cta-ady:hover{
background:#F0C840;
}
.qnv_hero_cta_ic-ady{
display:inline-flex;
align-items:center;
}
.qnv_hero_cta_ic-ady svg{
width:1rem;
height:1rem;
}
.qnv_hero_cta_alt-ady{
border:1px solid rgba(245,237,216,0.13);
transition:border-color .22s ease,color .22s ease;
border-radius:62.438rem;
padding:15px 26px;
background:transparent;
display:inline-flex;
font-size:15px;
align-items:center;
color:#F5EDD8;
font-weight:600;
}
.qnv_hero_cta_alt-ady:hover{
border-color:#C49430;
color:#C49430;
}
.qnv_hero_trust-ady{
gap:1.375rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.qnv_hero_trust_item-ady{
gap:9px;
font-weight:600;
color:#DDD0B3;
display:flex;
font-size:13px;
align-items:center;
}
.qnv_hero_trust_ic-ady{
color:#C49430;
display:inline-flex;
align-items:center;
}
.qnv_hero_trust_ic-ady svg{
height:1rem;
width:16px;
}
.qnv_hero_promo-ady{
overflow:hidden;
border-radius:1.25rem;
background:#231C14;
display:flex;
box-shadow:0 0.5rem 1rem rgba(0,0,0,0.50), 0 2rem 80px rgba(0,0,0,0.55), 0 0 3.75rem rgba(196,148,48,0.10);
min-height:300px;
position:relative;
}
.qnv_hero_promo_bg-ady{
inset:0;
background-size:cover;
position:absolute;
background-position:center;
}
.qnv_hero_promo_bg-ady::after{
inset:0;
background:linear-gradient(120deg,#120E09 0%,rgba(0,0,0,0.54) 55%,transparent 100%);
content:"";
position:absolute;
}
.qnv_hero_promo_glow-ady{
border-radius:50%;
background:radial-gradient(circle,rgba(196,148,48,0.18) 0%,transparent 65%);
right:-20px;
top:-2.5rem;
height:260px;
width:16.25rem;
pointer-events:none;
position:absolute;
}
.qnv_hero_promo_ct-ady{
padding:1.75rem;
align-self:flex-end;
z-index:2;
max-width:88%;
position:relative;
}
.qnv_hero_promo_label-ady{
font-size:10px;
color:#F0C040;
text-transform:uppercase;
display:block;
margin-bottom:8px;
letter-spacing:.25em;
font-weight:700;
}
.qnv_hero_promo_amount-ady{
overflow-wrap:break-word;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#F5EDD8;
font-size:32px;
line-height:1.05;
font-weight:600;
}
@media(min-width:766px){
.qnv_hero_promo_amount-ady{
font-size:40px;
}
}
.qnv_hero_promo_amount-ady em{
font-style:normal;
color:#F0C040;
}
.qnv_hero_rating-ady{
background:#231C14;
gap:0.625rem;
padding:0.625rem 14px;
border:1px solid rgba(245,237,216,0.07);
border-radius:14px;
display:flex;
top:0.875rem;
position:absolute;
z-index:3;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.45), 0 8px 1.5rem rgba(0,0,0,0.35);
max-width:min(16.25rem,62%);
align-items:center;
right:14px;
}
.qnv_hero_rating_score-ady{
flex:0 0 auto;
color:#F5EDD8;
font-size:1.5rem;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:700;
}
.qnv_hero_rating_txt-ady{
flex:1 1 auto;
min-width:0;
}
.qnv_hero_rating_stars-ady{
gap:2px;
color:#C49430;
display:flex;
}
.qnv_hero_rating_stars-ady svg{
height:12px;
width:0.75rem;
}
.qnv_hero_rating_cap-ady{
margin-top:3px;
overflow-wrap:break-word;
line-height:1.35;
color:#A8936E;
font-size:11px;
display:block;
}
.qnv_stat-ady{
margin-top:16px;
border-bottom:1px solid rgba(245,237,216,0.13);
border-top:1px solid rgba(245,237,216,0.13);
}
.qnv_stat_in-ady{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:769px){
.qnv_stat_in-ady{
grid-template-columns:repeat(4,1fr);
}
}
.qnv_stat_item-ady{
padding:1.375rem 14px;
min-width:0;
border-right:1px solid rgba(245,237,216,0.07);
border-bottom:1px solid rgba(245,237,216,0.07);
}
.qnv_stat_item-ady:nth-child(2n){
border-right:0;
}
.qnv_stat_item-ady:nth-child(n+3){
border-bottom:0;
}
@media(min-width:767px){
.qnv_stat_item-ady{
border-bottom:0;
}
.qnv_stat_item-ady:nth-child(2n){
border-right:1px solid rgba(245,237,216,0.07);
}
.qnv_stat_item-ady:nth-child(4n){
border-right:0;
}
}
.qnv_stat_value-ady{
font-size:30px;
font-weight:700;
color:#F5EDD8;
line-height:1;
overflow-wrap:break-word;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:767px){
.qnv_stat_value-ady{
font-size:34px;
}
}
.qnv_stat_label-ady{
color:#A8936E;
font-size:0.813rem;
margin-top:6px;
overflow-wrap:break-word;
line-height:1.4;
}
.qnv_pr-ady{
padding:1.875rem 0 0.375rem;
}
.qnv_pr_card-ady{
gap:10px;
border-radius:1.25rem;
background:#231C14;
flex:0 0 auto;
overflow:hidden;
border:1px solid rgba(245,237,216,0.07);
padding:1.625rem;
min-height:12.5rem;
flex-direction:column;
display:flex;
position:relative;
width:17.5rem;
}
@media(min-width:769px){
.qnv_pr_card-ady{
width:300px;
}
}
.qnv_pr_card_feat-ady{
border-color:transparent;
background:linear-gradient(150deg,#1E1710,#0D0A06);
color:#F5EDD8;
}
.qnv_pr_glow-ady{
border-radius:50%;
background:radial-gradient(circle,rgba(196,148,48,0.18),transparent 70%);
opacity:0;
height:130px;
right:-1.875rem;
pointer-events:none;
position:absolute;
top:-30px;
width:8.125rem;
}
.qnv_pr_card_feat-ady .qnv_pr_glow-ady{
opacity:1;
}
.qnv_pr_label-ady{
letter-spacing:.16em;
text-transform:uppercase;
color:#C49430;
position:relative;
font-size:10px;
font-weight:700;
}
.qnv_pr_card_feat-ady .qnv_pr_label-ady{
color:#F0C040;
}
.qnv_pr_amount-ady{
position:relative;
color:#F5EDD8;
font-weight:600;
font-size:1.625rem;
overflow-wrap:break-word;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
line-height:1.08;
}
.qnv_pr_card_feat-ady .qnv_pr_amount-ady{
color:#F5EDD8;
}
.qnv_pr_amount-ady em{
color:#C49430;
font-style:normal;
}
.qnv_pr_card_feat-ady .qnv_pr_amount-ady em{
color:#F0C040;
}
.qnv_pr_terms-ady{
line-height:1.5;
position:relative;
font-size:0.813rem;
color:#A8936E;
}
.qnv_pr_card_feat-ady .qnv_pr_terms-ady{
color:#B09870;
}
.qnv_pr_cta-ady{
align-self:flex-start;
position:relative;
margin-top:auto;
}
.qnv_pr_card_feat-ady .qnv_pr_cta-ady{
background:#F0C040;
padding:9px 1.125rem;
border-radius:62.438rem;
transition:opacity .22s ease;
font-weight:700;
color:#1A1008;
font-size:0.813rem;
}
.qnv_pr_card_feat-ady .qnv_pr_cta-ady:hover{
opacity:.9;
}
.qnv_pr_card-ady:not(.qnv_pr_card_feat-ady) .qnv_pr_cta-ady{
transition:color .22s ease,border-color .22s ease;
color:#F5EDD8;
border-bottom:1px solid #F5EDD8;
font-weight:700;
font-size:13px;
padding-bottom:2px;
}
.qnv_pr_card-ady:not(.qnv_pr_card_feat-ady) .qnv_pr_cta-ady:hover{
border-color:#C49430;
color:#C49430;
}
.qnv_grow-ady{
padding:26px 0 10px;
}
.qnv_row_seo-ady{
margin:0.625rem 0 0;
line-height:1.65;
color:#8A7558;
font-size:14px;
overflow-wrap:break-word;
max-width:760px;
}
.qnv_row_seo-ady strong{
font-weight:700;
color:#F5EDD8;
}
.qnv_grow-ady{
padding:1.625rem 0 0.625rem;
}
.qnv_row_seo-ady{
margin:0.625rem 0 0;
line-height:1.65;
font-size:14px;
overflow-wrap:break-word;
max-width:47.5rem;
color:#8A7558;
}
.qnv_row_seo-ady strong{
color:#F5EDD8;
font-weight:700;
}
.qnv_grow-ady{
padding:1.625rem 0 0.625rem;
}
.qnv_row_seo-ady{
margin:0.625rem 0 0;
color:#8A7558;
max-width:47.5rem;
overflow-wrap:break-word;
font-size:0.875rem;
line-height:1.65;
}
.qnv_row_seo-ady strong{
color:#F5EDD8;
font-weight:700;
}
.qnv_gf-ady{
padding:1.5rem 0 6px;
}
.qnv_gf_in-ady{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
}
.qnv_gf_chip-ady{
border:1px solid rgba(245,237,216,0.13);
background:#231C14;
padding:0.625rem 18px;
border-radius:62.438rem;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
color:#DDD0B3;
white-space:nowrap;
font-size:13px;
font-weight:600;
}
.qnv_gf_chip-ady:hover{
border-color:#C49430;
color:#C49430;
}
.qnv_gf_chip-ady.qnv_state_active-ady{
background:#E8B840;
border-color:transparent;
color:#1A1008;
}
.qnv_jp-ady{
padding:1.875rem 0 0.625rem;
}
.qnv_jp_grid-ady{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:768px){
.qnv_jp_grid-ady{
grid-template-columns:1fr 1fr;
}
.qnv_jp_card_mega-ady{
grid-column:1/-1;
}
}
@media(min-width:1001px){
.qnv_jp_grid-ady{
grid-template-columns:1.4fr 1fr 1fr;
}
.qnv_jp_card_mega-ady{
grid-column:auto;
}
}
.qnv_jp_card-ady{
overflow:hidden;
border-radius:1.25rem;
border:1px solid rgba(245,237,216,0.07);
gap:12px;
background:#231C14;
padding:1.625rem;
position:relative;
min-height:200px;
min-width:0;
flex-direction:column;
justify-content:space-between;
display:flex;
}
.qnv_jp_card_mega-ady{
background:linear-gradient(135deg,#1E1710,#0D0A06);
border-color:transparent;
min-height:13.125rem;
color:#F5EDD8;
}
.qnv_jp_glow-ady{
background:radial-gradient(circle,rgba(196,148,48,0.18),transparent 70%);
border-radius:50%;
height:12.5rem;
right:-2.5rem;
pointer-events:none;
top:-2.5rem;
position:absolute;
width:200px;
}
.qnv_jp_label-ady{
gap:10px;
flex-wrap:wrap;
position:relative;
align-items:center;
color:#C49430;
letter-spacing:.16em;
font-size:0.625rem;
display:flex;
font-weight:700;
text-transform:uppercase;
justify-content:space-between;
}
.qnv_jp_card_mega-ady .qnv_jp_label-ady{
color:#F0C040;
}
.qnv_jp_drop-ady{
text-transform:none;
letter-spacing:.04em;
color:#A8936E;
font-weight:600;
}
.qnv_jp_card_mega-ady .qnv_jp_drop-ady{
color:#B09870;
}
.qnv_jp_amount-ady{
font-weight:700;
font-size:38px;
overflow-wrap:break-word;
color:#F5EDD8;
position:relative;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
line-height:1;
}
.qnv_jp_card_mega-ady .qnv_jp_amount-ady{
animation:zm2-pulse 2.4s infinite;
color:#F0C040;
font-size:3rem;
}
@media(min-width:766px){
.qnv_jp_card_mega-ady .qnv_jp_amount-ady{
font-size:54px;
}
}
.qnv_jp_game-ady{
position:relative;
color:#A8936E;
font-size:0.813rem;
}
.qnv_jp_card_mega-ady .qnv_jp_game-ady{
color:#B09870;
}
.qnv_jp_cta-ady{
position:relative;
align-self:flex-start;
}
.qnv_jp_card_mega-ady .qnv_jp_cta-ady{
transition:opacity .22s ease;
border-radius:62.438rem;
background:#F0C040;
padding:0.625rem 20px;
font-weight:700;
color:#1A1008;
font-size:0.813rem;
}
.qnv_jp_card_mega-ady .qnv_jp_cta-ady:hover{
opacity:.9;
}
.qnv_jp_card-ady:not(.qnv_jp_card_mega-ady) .qnv_jp_cta-ady{
transition:color .22s ease,border-color .22s ease;
border-bottom:1px solid #F5EDD8;
padding-bottom:2px;
font-weight:700;
color:#F5EDD8;
font-size:0.813rem;
}
.qnv_jp_card-ady:not(.qnv_jp_card_mega-ady) .qnv_jp_cta-ady:hover{
border-color:#C49430;
color:#C49430;
}
.qnv_jp_seo-ady{
margin:14px 0 0;
color:#8A7558;
max-width:47.5rem;
line-height:1.65;
overflow-wrap:break-word;
font-size:0.875rem;
}
.qnv_jp_seo-ady strong{
font-weight:700;
color:#F5EDD8;
}
.qnv_vip-ady{
padding:3rem 0;
}
@media(min-width:769px){
.qnv_vip-ady{
padding:64px 0;
}
}
.qnv_vip_head-ady{
gap:0.875rem;
margin-bottom:1.875rem;
flex-direction:column;
display:flex;
}
@media(min-width:877px){
.qnv_vip_head-ady{
gap:24px;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.qnv_vip_eyebrow-ady{
margin-bottom:0.75rem;
}
.qnv_vip_h2-ady{
font-weight:600;
color:#F5EDD8;
font-size:2rem;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
line-height:1.05;
}
@media(min-width:771px){
.qnv_vip_h2-ady{
font-size:2.5rem;
}
}
.qnv_vip_intro-ady{
line-height:1.6;
max-width:26.25rem;
color:#B09870;
font-size:14px;
}
.qnv_vip_grid-ady{
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
gap:0.875rem;
display:grid;
}
.qnv_vip_card-ady{
padding:22px 1.125rem;
border-radius:14px;
border:1px solid rgba(255,222,130,0.14);
min-width:0;
}
.qnv_vip_card_feat-ady{
background:rgba(255,236,180,0.07);
border-color:#F0C040;
}
.qnv_vip_card_ic-ady{
background:linear-gradient(135deg,#B8820A,#F0C840);
border-radius:8px;
width:34px;
display:block;
margin-bottom:1rem;
height:34px;
}
.qnv_vip_name-ady{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#F5EDD8;
overflow-wrap:break-word;
font-size:20px;
font-weight:600;
margin-bottom:6px;
}
.qnv_vip_perk-ady{
color:#B09870;
line-height:1.5;
overflow-wrap:break-word;
font-size:0.781rem;
}
.qnv_app-ady{
padding:1.875rem 0 0.625rem;
}
.qnv_app_in-ady{
border:1px solid rgba(245,237,216,0.07);
gap:1.75rem;
background:#231C14;
padding:32px;
border-radius:1.25rem;
display:flex;
flex-direction:column;
}
@media(min-width:765px){
.qnv_app_in-ady{
padding:2.5rem 44px;
gap:40px;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.qnv_app_copy-ady{
min-width:0;
max-width:35rem;
}
.qnv_app_eyebrow-ady{
margin-bottom:0.75rem;
}
.qnv_app_h2-ady{
font-size:28px;
overflow-wrap:break-word;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
margin-bottom:12px;
color:#F5EDD8;
line-height:1.05;
font-weight:600;
}
@media(min-width:765px){
.qnv_app_h2-ady{
font-size:2.125rem;
}
}
.qnv_app_text-ady{
color:#8A7558;
line-height:1.6;
font-size:14px;
margin-bottom:22px;
}
.qnv_app_btns-ady{
gap:12px;
display:flex;
flex-wrap:wrap;
}
.qnv_app_btn-ady{
padding:11px 1.25rem;
gap:10px;
transition:background-color .22s ease;
background:#E8B840;
border-radius:0.875rem;
display:inline-flex;
align-items:center;
color:#1A1008;
}
.qnv_app_btn-ady:hover{
background:#F0C840;
}
.qnv_app_btn_ic-ady{
align-items:center;
display:inline-flex;
}
.qnv_app_btn_ic-ady svg{
width:1.125rem;
height:1.125rem;
}
.qnv_app_btn_lb-ady{
font-size:13.5px;
font-weight:700;
}
.qnv_app_qr_wrap-ady{
flex:0 0 auto;
gap:18px;
display:flex;
align-items:center;
}
.qnv_app_qr-ady{
flex:0 0 auto;
border-radius:0.875rem;
background-image:repeating-linear-gradient(0deg,#231C14 0 0.313rem,transparent 5px 11px),repeating-linear-gradient(90deg,#231C14 0 5px,transparent 0.313rem 0.688rem);
height:108px;
width:6.75rem;
background-color:#E8B840;
}
.qnv_app_qr_cap-ady{
font-size:12.5px;
color:#A8936E;
max-width:5.75rem;
line-height:1.4;
}
.qnv_trn-ady{
padding:1.875rem 0 0.625rem;
}
.qnv_trn_in-ady{
background:#231C14;
border:1px solid rgba(245,237,216,0.07);
grid-template-columns:1fr;
overflow:hidden;
border-radius:20px;
display:grid;
}
@media(min-width:881px){
.qnv_trn_in-ady{
grid-template-columns:1.05fr 1fr;
}
}
.qnv_trn_banner-ady{
padding:2.125rem;
background:linear-gradient(150deg,#1E1710,#0D0A06);
overflow:hidden;
position:relative;
color:#F5EDD8;
}
.qnv_trn_glow-ady{
background:radial-gradient(circle,rgba(196,148,48,0.18),transparent 70%);
border-radius:50%;
width:12.5rem;
position:absolute;
pointer-events:none;
bottom:-40px;
height:12.5rem;
right:-40px;
}
.qnv_trn_eyebrow-ady{
margin-bottom:0.875rem;
position:relative;
}
.qnv_trn_h2-ady{
position:relative;
margin-bottom:0.75rem;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:600;
overflow-wrap:break-word;
font-size:30px;
line-height:1.06;
color:#F5EDD8;
}
@media(min-width:765px){
.qnv_trn_h2-ady{
font-size:36px;
}
}
.qnv_trn_text-ady{
position:relative;
max-width:420px;
font-size:14px;
color:#B09870;
margin-bottom:1.375rem;
line-height:1.6;
}
.qnv_trn_timer-ady{
gap:0.5rem;
align-items:center;
margin-bottom:1.5rem;
position:relative;
flex-wrap:wrap;
display:flex;
}
.qnv_trn_timer_cap-ady{
font-size:0.688rem;
color:#B09870;
}
.qnv_trn_timer_box-ady{
background:rgba(255,236,180,0.07);
padding:0.25rem 0.75rem;
border-radius:0.5rem;
color:#F5EDD8;
font-size:1.5rem;
font-weight:700;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
.qnv_trn_cta-ady{
padding:13px 1.625rem;
border-radius:999px;
transition:opacity .22s ease;
background:#F0C040;
font-weight:700;
display:inline-block;
font-size:14px;
position:relative;
color:#1A1008;
}
.qnv_trn_cta-ady:hover{
opacity:.9;
}
.qnv_trn_lb-ady{
padding:26px 28px;
}
.qnv_trn_lb_head-ady{
gap:0.625rem;
justify-content:space-between;
display:flex;
margin-bottom:0.75rem;
align-items:center;
}
.qnv_trn_lb_title-ady{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:20px;
font-weight:600;
color:#F5EDD8;
}
.qnv_trn_lb_upd-ady{
text-transform:uppercase;
font-size:11px;
letter-spacing:.08em;
color:#A8936E;
}
.qnv_trn_lb_row-ady{
padding:11px 0.75rem;
border-radius:8px;
gap:14px;
display:flex;
align-items:center;
}
.qnv_trn_lb_row-ady:nth-child(2){
background:rgba(196,148,48,0.12);
}
.qnv_trn_lb_rank-ady{
flex:0 0 auto;
font-weight:700;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:1rem;
width:22px;
color:#C49430;
}
.qnv_trn_lb_av-ady{
background:linear-gradient(135deg,#B8820A,#F0C840);
flex:0 0 auto;
border-radius:50%;
width:1.875rem;
height:30px;
}
.qnv_trn_lb_name-ady{
overflow:hidden;
flex:1 1 auto;
color:#F5EDD8;
min-width:0;
white-space:nowrap;
font-weight:600;
text-overflow:ellipsis;
font-size:14px;
}
.qnv_trn_lb_amount-ady{
flex:0 0 auto;
font-size:13px;
color:#F5EDD8;
font-weight:700;
}
.qnv_nl-ady{
padding:1.5rem 0 10px;
}
.qnv_nl_in-ady{
padding:30px 32px;
background:#16110C;
gap:1.375rem;
border-radius:1.25rem;
color:#F5EDD8;
flex-direction:column;
display:flex;
}
@media(min-width:765px){
.qnv_nl_in-ady{
gap:1.75rem;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.qnv_nl_text_wrap-ady{
min-width:0;
}
.qnv_nl_h3-ady{
font-weight:600;
color:#F5EDD8;
line-height:1.1;
font-size:22px;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
margin-bottom:5px;
overflow-wrap:break-word;
}
@media(min-width:765px){
.qnv_nl_h3-ady{
font-size:24px;
}
}
.qnv_nl_text-ady{
font-size:0.844rem;
line-height:1.5;
color:#B09870;
}
.qnv_nl_form-ady{
gap:0.625rem;
flex:1 1 auto;
display:flex;
max-width:28.75rem;
min-width:0;
}
.qnv_nl_input-ady{
border:1px solid rgba(255,222,130,0.14);
background:rgba(255,236,180,0.07);
flex:1 1 auto;
overflow:hidden;
border-radius:14px;
padding:13px 16px;
color:#B09870;
font-size:0.875rem;
white-space:nowrap;
min-width:0;
display:flex;
text-overflow:ellipsis;
align-items:center;
}
.qnv_nl_btn-ady{
background:#F0C040;
border-radius:0.875rem;
padding:13px 1.5rem;
transition:opacity .22s ease;
flex:0 0 auto;
font-size:14px;
white-space:nowrap;
color:#1A1008;
font-weight:700;
}
.qnv_nl_btn-ady:hover{
opacity:.9;
}
.qnv_rv-ady{
padding:3rem 0;
background:#231C14;
border-top:1px solid rgba(245,237,216,0.07);
margin-top:24px;
border-bottom:1px solid rgba(245,237,216,0.07);
}
@media(min-width:766px){
.qnv_rv-ady{
padding:3.5rem 0;
}
}
.qnv_rv_head-ady{
gap:16px;
display:flex;
margin-bottom:1.875rem;
flex-direction:column;
}
@media(min-width:767px){
.qnv_rv_head-ady{
gap:20px;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.qnv_rv_eyebrow-ady{
margin-bottom:10px;
}
.qnv_rv_h2-ady{
font-size:30px;
line-height:1.05;
font-weight:600;
overflow-wrap:break-word;
color:#F5EDD8;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:766px){
.qnv_rv_h2-ady{
font-size:38px;
}
}
.qnv_rv_agg-ady{
gap:12px;
align-items:center;
display:flex;
}
.qnv_rv_agg_stars-ady{
gap:3px;
color:#C49430;
display:flex;
}
.qnv_rv_agg_stars-ady svg{
width:1.125rem;
height:1.125rem;
}
.qnv_rv_source-ady{
font-size:13px;
color:#8A7558;
}
.qnv_rv_grid-ady{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.qnv_rv_grid-ady{
grid-template-columns:repeat(3,1fr);
}
}
.qnv_rv_card-ady{
border:1px solid rgba(245,237,216,0.07);
background:#1A1410;
padding:1.625rem;
border-radius:0.875rem;
min-width:0;
}
.qnv_rv_card_stars-ady{
gap:2px;
color:#C49430;
margin-bottom:0.75rem;
display:flex;
}
.qnv_rv_card_stars-ady svg{
height:14px;
width:0.875rem;
}
.qnv_rv_card_body-ady{
overflow-wrap:break-word;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
line-height:1.45;
margin-bottom:16px;
font-weight:500;
font-size:1.125rem;
color:#F5EDD8;
}
.qnv_rv_card_meta-ady{
gap:10px;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.qnv_rv_card_av-ady{
border-radius:50%;
background:linear-gradient(135deg,#B8820A,#F0C840);
flex:0 0 auto;
width:2rem;
height:32px;
}
.qnv_rv_card_author-ady{
color:#F5EDD8;
font-weight:700;
font-size:13px;
}
.qnv_rv_card_loc-ady{
font-size:0.75rem;
color:#A8936E;
}
.qnv_pmt-ady{
padding:3rem 0 0.625rem;
}
.qnv_pmt_in-ady{
grid-template-columns:1fr;
gap:2rem;
align-items:start;
display:grid;
}
@media(min-width:877px){
.qnv_pmt_in-ady{
gap:48px;
grid-template-columns:1fr 1.1fr;
}
}
.qnv_pmt_left-ady{
min-width:0;
}
.qnv_pmt_eyebrow-ady{
margin-bottom:0.75rem;
}
.qnv_pmt_h2-ady{
margin-bottom:12px;
overflow-wrap:break-word;
line-height:1.06;
color:#F5EDD8;
font-weight:600;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:1.875rem;
}
@media(min-width:768px){
.qnv_pmt_h2-ady{
font-size:2rem;
}
}
.qnv_pmt_text-ady{
color:#8A7558;
line-height:1.6;
font-size:14.5px;
margin-bottom:22px;
}
.qnv_pmt_logos-ady{
gap:0.625rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:482px){
.qnv_pmt_logos-ady{
grid-template-columns:repeat(4,1fr);
}
}
.qnv_pmt_logo-ady{
background:#231C14;
padding:0 0.5rem;
border:1px solid rgba(245,237,216,0.07);
overflow:hidden;
border-radius:8px;
justify-content:center;
display:flex;
font-weight:700;
white-space:nowrap;
text-overflow:ellipsis;
height:3.125rem;
text-align:center;
font-size:0.781rem;
color:#DDD0B3;
align-items:center;
}
.qnv_pmt_table-ady{
overflow:hidden;
border:1px solid rgba(245,237,216,0.07);
border-radius:14px;
min-width:0;
}
.qnv_pmt_thead-ady{
grid-template-columns:1.4fr 1fr 1fr 1fr;
background:#0F0C08;
display:grid;
}
.qnv_pmt_th-ady{
overflow:hidden;
padding:13px 14px;
text-overflow:ellipsis;
font-weight:700;
color:#F5EDD8;
text-transform:uppercase;
letter-spacing:.08em;
white-space:nowrap;
font-size:10px;
}
.qnv_pmt_row-ady{
grid-template-columns:1.4fr 1fr 1fr 1fr;
border-top:1px solid rgba(245,237,216,0.07);
display:grid;
}
.qnv_pmt_row-ady:nth-child(odd){
background:#231C14;
}
.qnv_pmt_td-ady{
padding:0.875rem;
overflow-wrap:break-word;
min-width:0;
color:#8A7558;
font-size:13.5px;
}
.qnv_pmt_row-ady .qnv_pmt_td-ady:first-child{
color:#F5EDD8;
font-weight:700;
}
.qnv_pmt_row-ady .qnv_pmt_td-ady:last-child{
color:#4CAF7D;
font-weight:700;
}
.qnv_ts-ady{
padding:2.75rem 0;
}
.qnv_ts_in-ady{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:center;
}
@media(min-width:881px){
.qnv_ts_in-ady{
grid-template-columns:1.4fr 1fr;
gap:3rem;
}
}
.qnv_ts_left-ady{
min-width:0;
}
.qnv_ts_h2-ady{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#F5EDD8;
margin-bottom:0.75rem;
font-weight:600;
line-height:1.1;
overflow-wrap:break-word;
font-size:26px;
}
@media(min-width:770px){
.qnv_ts_h2-ady{
font-size:1.75rem;
}
}
.qnv_ts_text-ady{
color:#B09870;
max-width:32.5rem;
font-size:14.5px;
margin-bottom:1.375rem;
line-height:1.6;
}
.qnv_ts_badges-ady{
gap:1.125rem;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.qnv_ts_badge-ady{
font-size:13px;
font-weight:600;
color:#B09870;
}
.qnv_ts_pay-ady{
gap:12px;
display:flex;
flex-wrap:wrap;
}
@media(min-width:879px){
.qnv_ts_pay-ady{
justify-content:flex-end;
}
}
.qnv_ts_pay_chip-ady{
border-radius:14px;
background:rgba(255,236,180,0.07);
border:1px solid rgba(255,222,130,0.14);
padding:12px 1rem;
font-size:0.875rem;
color:#F5EDD8;
font-weight:700;
}
.qnv_op-ady{
padding:2.25rem 0 10px;
}
.qnv_op_in-ady{
border:1px solid rgba(245,237,216,0.07);
padding:2rem;
grid-template-columns:1fr;
border-radius:0.875rem;
gap:2rem;
background:#231C14;
align-items:center;
display:grid;
}
@media(min-width:859px){
.qnv_op_in-ady{
gap:44px;
padding:34px 2.5rem;
grid-template-columns:.9fr 1.1fr;
}
}
.qnv_op_left-ady{
min-width:0;
}
.qnv_op_eyebrow-ady{
margin-bottom:0.75rem;
}
.qnv_op_h2-ady{
overflow-wrap:break-word;
color:#F5EDD8;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:28px;
line-height:1.08;
font-weight:600;
margin-bottom:10px;
}
@media(min-width:767px){
.qnv_op_h2-ady{
font-size:30px;
}
}
.qnv_op_text-ady{
color:#8A7558;
line-height:1.6;
font-size:14px;
}
.qnv_op_grid-ady{
border-radius:8px;
gap:1px;
background:rgba(245,237,216,0.13);
overflow:hidden;
border:1px solid rgba(245,237,216,0.13);
grid-template-columns:1fr 1fr;
display:grid;
}
.qnv_op_field-ady{
background:#1A1410;
padding:1.125rem 1.25rem;
min-width:0;
}
.qnv_op_field_lb-ady{
margin-bottom:0.313rem;
font-weight:600;
text-transform:uppercase;
font-size:10px;
letter-spacing:.1em;
color:#C49430;
}
.qnv_op_field_val-ady{
overflow-wrap:break-word;
color:#F5EDD8;
font-weight:700;
font-size:0.875rem;
}
.qnv_tt-ady{
padding:3rem 0 10px;
}
@media(min-width:770px){
.qnv_tt-ady{
padding:60px 0 10px;
}
}
.qnv_tt_head-ady{
margin-bottom:34px;
text-align:center;
}
.qnv_tt_eyebrow-ady{
margin-bottom:0.75rem;
}
.qnv_tt_h2-ady{
font-weight:600;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#F5EDD8;
line-height:1.05;
font-size:32px;
overflow-wrap:break-word;
}
@media(min-width:765px){
.qnv_tt_h2-ady{
font-size:2.625rem;
}
}
.qnv_tt_grid-ady{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:758px){
.qnv_tt_grid-ady{
grid-template-columns:repeat(3,1fr);
}
}
.qnv_tt_card-ady{
border-radius:14px;
padding:1.875rem;
background:#231C14;
border:1px solid rgba(245,237,216,0.07);
flex-direction:column;
display:flex;
min-width:0;
}
.qnv_tt_card_ic-ady{
color:#C49430;
align-items:center;
margin-bottom:1.125rem;
display:inline-flex;
}
.qnv_tt_card_ic-ady svg{
width:28px;
height:1.75rem;
}
.qnv_tt_card_h-ady{
line-height:1.15;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
margin-bottom:8px;
overflow-wrap:break-word;
font-weight:600;
font-size:22px;
color:#F5EDD8;
}
.qnv_tt_card_p-ady{
color:#8A7558;
overflow-wrap:break-word;
font-size:14px;
margin-bottom:14px;
line-height:1.6;
}
.qnv_tt_card_p-ady b{
font-weight:700;
color:#F5EDD8;
}
.qnv_tt_card_link-ady{
transition:color .22s ease;
font-size:13px;
color:#F5EDD8;
align-self:flex-start;
font-weight:700;
margin-top:auto;
padding-bottom:2px;
border-bottom:1px solid #C49430;
}
.qnv_tt_card_link-ady:hover{
color:#C49430;
}
.qnv_wy-ady{
padding:3rem 0;
}
@media(min-width:766px){
.qnv_wy-ady{
padding:56px 0;
}
}
.qnv_wy_in-ady{
grid-template-columns:1fr;
gap:2rem;
align-items:start;
display:grid;
}
@media(min-width:898px){
.qnv_wy_in-ady{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.qnv_wy_left-ady{
min-width:0;
}
.qnv_wy_eyebrow-ady{
margin-bottom:0.875rem;
}
.qnv_wy_h2-ady{
font-size:32px;
line-height:1.05;
font-weight:600;
margin-bottom:16px;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#F5EDD8;
}
@media(min-width:767px){
.qnv_wy_h2-ady{
font-size:2.5rem;
}
}
.qnv_wy_intro-ady{
color:#8A7558;
font-size:0.938rem;
line-height:1.6;
}
.qnv_wy_grid-ady{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:561px){
.qnv_wy_grid-ady{
grid-template-columns:1fr 1fr;
}
}
.qnv_wy_card-ady{
background:#231C14;
border:1px solid rgba(245,237,216,0.07);
border-radius:14px;
padding:1.625rem;
min-width:0;
}
.qnv_wy_card_ic-ady{
display:inline-flex;
color:#C49430;
justify-content:center;
align-items:center;
margin-bottom:1rem;
}
.qnv_wy_card_ic-ady svg{
height:1.625rem;
width:1.625rem;
}
.qnv_wy_card_h-ady{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.5rem;
overflow-wrap:break-word;
font-size:21px;
line-height:1.15;
color:#F5EDD8;
font-weight:600;
}
.qnv_wy_card_p-ady{
font-size:0.875rem;
overflow-wrap:break-word;
line-height:1.55;
color:#8A7558;
}
.qnv_hts-ady{
padding:48px 0;
}
@media(min-width:770px){
.qnv_hts-ady{
padding:3.875rem 0;
}
}
.qnv_hts_head-ady{
gap:18px;
flex-direction:column;
display:flex;
margin-bottom:2.125rem;
}
@media(min-width:765px){
.qnv_hts_head-ady{
gap:24px;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.qnv_hts_eyebrow-ady{
margin-bottom:12px;
}
.qnv_hts_h2-ady{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
color:#F5EDD8;
overflow-wrap:break-word;
font-size:30px;
line-height:1.05;
font-weight:600;
}
@media(min-width:770px){
.qnv_hts_h2-ady{
font-size:2.375rem;
}
}
.qnv_hts_cta-ady{
transition:opacity .22s ease;
background:#F0C040;
padding:0.938rem 30px;
flex:0 0 auto;
border-radius:999px;
font-weight:700;
font-size:0.938rem;
color:#1A1008;
}
.qnv_hts_cta-ady:hover{
opacity:.9;
}
.qnv_hts_grid-ady{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:761px){
.qnv_hts_grid-ady{
grid-template-columns:repeat(3,1fr);
}
}
.qnv_hts_step-ady{
border-top:1px solid rgba(255,222,130,0.14);
padding-top:22px;
min-width:0;
}
.qnv_hts_step_num-ady{
line-height:1;
font-weight:700;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:2.75rem;
color:#F0C040;
margin-bottom:14px;
}
.qnv_hts_step_h-ady{
color:#F5EDD8;
margin-bottom:0.5rem;
line-height:1.2;
font-weight:700;
overflow-wrap:break-word;
font-size:1.188rem;
}
.qnv_hts_step_p-ady{
font-size:14px;
overflow-wrap:break-word;
line-height:1.55;
color:#B09870;
}
.qnv_prov-ady{
padding:2.5rem 0 1.25rem;
}
.qnv_prov_eyebrow-ady{
display:block;
margin-bottom:18px;
}
.qnv_prov_grid-ady{
grid-template-columns:repeat(2,1fr);
gap:0.75rem;
display:grid;
}
@media(min-width:562px){
.qnv_prov_grid-ady{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:901px){
.qnv_prov_grid-ady{
grid-template-columns:repeat(6,1fr);
}
}
.qnv_sb-ady{
padding:3rem 0;
background:#231C14;
border-bottom:1px solid rgba(245,237,216,0.07);
margin-top:1.5rem;
border-top:1px solid rgba(245,237,216,0.07);
}
@media(min-width:766px){
.qnv_sb-ady{
padding:3.5rem 0;
}
}
.qnv_sb_eyebrow-ady{
margin-bottom:0.75rem;
display:block;
}
.qnv_sb_h2-ady{
overflow-wrap:break-word;
margin-bottom:26px;
line-height:1.05;
font-weight:600;
color:#F5EDD8;
font-size:1.875rem;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:765px){
.qnv_sb_h2-ady{
font-size:36px;
}
}
.qnv_sb_grid-ady{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:557px){
.qnv_sb_grid-ady{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:963px){
.qnv_sb_grid-ady{
grid-template-columns:repeat(4,1fr);
}
}
.qnv_sb_card-ady{
border-radius:0.875rem;
padding:1.5rem;
background:#1A1410;
border:1px solid rgba(245,237,216,0.07);
min-width:0;
}
.qnv_sb_card_h-ady{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
line-height:1.15;
font-size:19px;
overflow-wrap:break-word;
font-weight:600;
color:#F5EDD8;
margin-bottom:0.5rem;
}
.qnv_sb_card_p-ady{
font-size:13.5px;
line-height:1.6;
overflow-wrap:break-word;
color:#8A7558;
}
.qnv_sb_rtp-ady{
padding:26px 28px;
gap:1.5rem;
background:#1A1410;
grid-template-columns:1fr;
border-radius:14px;
border:1px solid rgba(245,237,216,0.07);
margin-top:18px;
display:grid;
align-items:center;
}
@media(min-width:763px){
.qnv_sb_rtp-ady{
grid-template-columns:1fr 1fr;
gap:40px;
}
}
.qnv_sb_rtp_h-ady{
font-weight:600;
line-height:1.15;
font-size:1.25rem;
overflow-wrap:break-word;
color:#F5EDD8;
margin-bottom:8px;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
.qnv_sb_rtp_p-ady{
line-height:1.6;
color:#8A7558;
overflow-wrap:break-word;
font-size:13.5px;
}
.qnv_sb_rtp_stats-ady{
gap:16px;
display:flex;
}
.qnv_sb_stat-ady{
border-radius:0.5rem;
flex:1 1 0;
background:#231C14;
padding:18px;
text-align:center;
min-width:0;
}
.qnv_sb_stat_v-ady{
font-weight:700;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:26px;
color:#4CAF7D;
}
.qnv_sb_stat_l-ady{
color:#A8936E;
margin-top:4px;
font-size:0.719rem;
}
.qnv_gd-ady{
padding:48px 0 0.625rem;
}
.qnv_gd_head-ady{
gap:14px;
display:flex;
margin-bottom:1.5rem;
flex-direction:column;
}
@media(min-width:681px){
.qnv_gd_head-ady{
gap:1.25rem;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.qnv_gd_eyebrow-ady{
margin-bottom:0.625rem;
}
.qnv_gd_h2-ady{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:28px;
color:#F5EDD8;
line-height:1.05;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:769px){
.qnv_gd_h2-ady{
font-size:34px;
}
}
.qnv_gd_more-ady{
transition:color .22s ease,border-color .22s ease;
flex:0 0 auto;
font-weight:600;
border-bottom:1px solid #F5EDD8;
padding-bottom:2px;
font-size:0.844rem;
color:#F5EDD8;
}
.qnv_gd_more-ady:hover{
border-color:#C49430;
color:#C49430;
}
.qnv_gd_grid-ady{
gap:20px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:723px){
.qnv_gd_grid-ady{
grid-template-columns:repeat(3,1fr);
}
}
.qnv_gd_card-ady{
background:#231C14;
border-radius:14px;
border:1px solid rgba(245,237,216,0.07);
overflow:hidden;
min-width:0;
display:block;
}
.qnv_gd_card_img-ady{
background:linear-gradient(140deg,#1E1710,#C49430);
height:9.375rem;
}
.qnv_gd_card_body-ady{
padding:22px;
}
.qnv_gd_card_cat-ady{
text-transform:uppercase;
color:#C49430;
font-size:10px;
letter-spacing:.1em;
font-weight:600;
}
.qnv_gd_card_h-ady{
margin:0.5rem 0 0.625rem;
line-height:1.2;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:1.188rem;
overflow-wrap:break-word;
font-weight:600;
color:#F5EDD8;
}
.qnv_gd_card_meta-ady{
overflow-wrap:break-word;
color:#A8936E;
font-size:0.75rem;
}
.qnv_faq-ady{
background:#231C14;
padding:48px 0;
border-bottom:1px solid rgba(245,237,216,0.07);
margin-top:1.5rem;
border-top:1px solid rgba(245,237,216,0.07);
}
@media(min-width:766px){
.qnv_faq-ady{
padding:62px 0;
}
}
.qnv_faq_head-ady{
margin-bottom:34px;
text-align:center;
}
.qnv_faq_eyebrow-ady{
margin-bottom:12px;
}
.qnv_faq_h2-ady{
font-size:2rem;
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
color:#F5EDD8;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:765px){
.qnv_faq_h2-ady{
font-size:38px;
}
}
.qnv_faq_list-ady{
gap:0.75rem;
margin:0 auto;
max-width:51.25rem;
flex-direction:column;
display:flex;
}
.qnv_faq_item-ady{
overflow:hidden;
background:#1A1410;
border:1px solid rgba(245,237,216,0.07);
border-radius:14px;
}
.qnv_faq_q-ady{
gap:20px;
padding:20px 24px;
list-style:none;
color:#F5EDD8;
cursor:pointer;
justify-content:space-between;
font-weight:700;
align-items:center;
display:flex;
font-size:1rem;
overflow-wrap:break-word;
}
.qnv_faq_q-ady::-webkit-details-marker{
display:none;
}
.qnv_faq_q_ic-ady{
flex:0 0 auto;
transition:transform .22s ease;
align-items:center;
display:inline-flex;
color:#C49430;
}
.qnv_faq_q_ic-ady svg{
height:18px;
width:1.125rem;
}
.qnv_faq_item-ady[open] .qnv_faq_q_ic-ady{
transform:rotate(180deg);
}
.qnv_faq_a-ady{
padding:0 24px 20px;
line-height:1.6;
color:#8A7558;
overflow-wrap:break-word;
font-size:0.906rem;
}
.qnv_lh-ady{
padding:2.5rem 0 1.25rem;
}
.qnv_lh_in-ady{
padding-top:2.125rem;
border-top:1px solid rgba(245,237,216,0.13);
}
.qnv_lh_eyebrow-ady{
display:block;
margin-bottom:22px;
}
.qnv_lh_grid-ady{
grid-template-columns:1fr 1fr;
gap:1.75rem;
display:grid;
}
@media(min-width:602px){
.qnv_lh_grid-ady{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:961px){
.qnv_lh_grid-ady{
grid-template-columns:repeat(5,1fr);
}
}
.qnv_lh_col-ady{
min-width:0;
}
.qnv_lh_col_h-ady{
overflow-wrap:break-word;
font-size:13px;
margin-bottom:12px;
color:#F5EDD8;
font-weight:700;
}
.qnv_lh_links-ady{
gap:0.5rem;
display:flex;
flex-direction:column;
}
.qnv_lh_link-ady{
transition:color .22s ease;
font-size:13px;
color:#8A7558;
overflow-wrap:break-word;
}
.qnv_lh_link-ady:hover{
color:#C49430;
}
.qnv_el-ady{
padding:3rem 0;
}
@media(min-width:769px){
.qnv_el-ady{
padding:56px 0;
}
}
.qnv_el_in-ady{
grid-template-columns:1fr;
gap:40px;
align-items:start;
display:grid;
}
@media(min-width:899px){
.qnv_el_in-ady{
grid-template-columns:1fr 1fr;
gap:56px;
}
}
.qnv_el_left-ady{
min-width:0;
}
.qnv_el_eyebrow-ady{
margin-bottom:0.875rem;
}
.qnv_el_h2-ady{
font-weight:600;
font-size:32px;
margin-bottom:1.375rem;
line-height:1.08;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#F5EDD8;
}
@media(min-width:766px){
.qnv_el_h2-ady{
font-size:2.375rem;
}
}
.qnv_el_body-ady p{
font-size:16px;
line-height:1.7;
color:#DDD0B3;
margin-bottom:1.125rem;
overflow-wrap:break-word;
}
.qnv_el_dropcap-ady{
padding:6px 12px 0 0;
float:left;
font-weight:700;
color:#C49430;
line-height:.8;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-size:62px;
}
.qnv_el_right-ady{
min-width:0;
}
.qnv_el_quote-ady{
padding:36px;
background:linear-gradient(150deg,#1E1710,#0D0A06);
border-radius:20px;
position:relative;
margin-bottom:1.5rem;
color:#F5EDD8;
}
.qnv_el_quote_mark-ady{
align-items:center;
color:#F0C040;
margin-bottom:6px;
display:inline-flex;
}
.qnv_el_quote_mark-ady svg{
width:34px;
height:2.125rem;
}
.qnv_el_quote_text-ady{
color:#F5EDD8;
line-height:1.4;
margin-bottom:1.375rem;
font-weight:500;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:22px;
}
.qnv_el_quote_meta-ady{
gap:0.75rem;
align-items:center;
display:flex;
}
.qnv_el_quote_av-ady{
background:linear-gradient(135deg,#B8820A,#F0C840);
flex:0 0 auto;
border-radius:50%;
width:2.375rem;
height:38px;
}
.qnv_el_quote_author-ady{
font-size:0.875rem;
font-weight:700;
color:#F5EDD8;
}
.qnv_el_quote_meta_sub-ady{
font-size:0.75rem;
color:#B09870;
}
.qnv_el_explain-ady{
border:1px solid rgba(245,237,216,0.07);
border-radius:0.875rem;
overflow:hidden;
}
.qnv_el_explain_card-ady{
padding:1.375rem 24px;
}
.qnv_el_explain_card-ady+.qnv_el_explain_card-ady{
border-top:1px solid rgba(245,237,216,0.07);
}
.qnv_el_explain_h-ady{
color:#F5EDD8;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
margin-bottom:8px;
font-size:20px;
line-height:1.15;
font-weight:600;
overflow-wrap:break-word;
}
.qnv_el_explain_p-ady{
line-height:1.55;
font-size:0.875rem;
overflow-wrap:break-word;
color:#8A7558;
}
.qnv_sg-ady{
padding:48px 0 0.625rem;
}
.qnv_sg_eyebrow-ady{
display:block;
margin-bottom:12px;
}
.qnv_sg_h2-ady{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
font-weight:600;
font-size:30px;
line-height:1.05;
overflow-wrap:break-word;
margin-bottom:1.75rem;
color:#F5EDD8;
}
@media(min-width:766px){
.qnv_sg_h2-ady{
font-size:2.25rem;
}
}
.qnv_sg_grid-ady{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:722px){
.qnv_sg_grid-ady{
grid-template-columns:repeat(3,1fr);
}
}
.qnv_sg_col-ady{
min-width:0;
}
.qnv_sg_col_h-ady{
font-size:1.375rem;
font-weight:600;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
margin-bottom:0.625rem;
color:#F5EDD8;
overflow-wrap:break-word;
line-height:1.15;
}
.qnv_sg_col_p-ady{
overflow-wrap:break-word;
font-size:14px;
color:#8A7558;
line-height:1.65;
}
.qnv_sc-ady{
padding:3rem 0 0.625rem;
}
.qnv_sc_head-ady{
text-align:center;
margin-bottom:1.75rem;
}
.qnv_sc_eyebrow-ady{
margin-bottom:0.75rem;
}
.qnv_sc_h2-ady{
overflow-wrap:break-word;
line-height:1.05;
font-size:1.875rem;
color:#F5EDD8;
font-weight:600;
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:767px){
.qnv_sc_h2-ady{
font-size:36px;
}
}
.qnv_sc_table-ady{
border:1px solid rgba(245,237,216,0.07);
overflow:hidden;
margin:0 auto;
border-radius:14px;
max-width:900px;
}
.qnv_sc_thead-ady{
grid-template-columns:1.6fr 1fr 1fr;
background:#0F0C08;
display:grid;
}
.qnv_sc_th-ady{
padding:15px 1.125rem;
font-weight:700;
color:#B09870;
text-align:center;
font-size:13px;
overflow-wrap:break-word;
}
.qnv_sc_th-ady:first-child{
text-align:left;
}
.qnv_sc_th_us-ady{
color:#F0C040;
}
.qnv_sc_row-ady{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(245,237,216,0.07);
}
.qnv_sc_row-ady:nth-child(even){
background:#231C14;
}
.qnv_sc_td-ady{
padding:0.938rem 18px;
text-align:center;
font-size:14px;
overflow-wrap:break-word;
color:#A8936E;
min-width:0;
}
.qnv_sc_td-ady:first-child{
color:#DDD0B3;
font-weight:600;
text-align:left;
}
.qnv_sc_td_us-ady{
font-weight:700;
color:#4CAF7D;
}
.qnv_ft-ady{
background:#0F0C08;
color:#B09870;
margin-top:40px;
}
.qnv_ft_in-ady{
grid-template-columns:1fr;
padding:48px 0 28px;
gap:2rem;
display:grid;
}
@media(min-width:601px){
.qnv_ft_in-ady{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:898px){
.qnv_ft_in-ady{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.qnv_ft_brand-ady{
min-width:0;
}
.qnv_ft_logo-ady{
font-family:"Merriweather", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-size:26px;
font-weight:700;
color:#F5EDD8;
}
.qnv_ft_tagline-ady{
font-size:13.5px;
max-width:280px;
margin-top:0.875rem;
color:#B09870;
line-height:1.6;
}
.qnv_ft_contact-ady{
transition:color .22s ease;
display:inline-block;
max-width:17.5rem;
overflow-wrap:anywhere;
margin-top:12px;
font-size:0.813rem;
color:#F0C040;
}
.qnv_ft_contact-ady:hover{
color:#F5EDD8;
}
.qnv_ft_col-ady{
min-width:0;
}
.qnv_ft_col_h-ady{
margin-bottom:14px;
color:#F5EDD8;
font-size:0.813rem;
font-weight:700;
letter-spacing:.08em;
overflow-wrap:break-word;
text-transform:uppercase;
}
.qnv_ft_col_links-ady{
gap:10px;
display:flex;
flex-direction:column;
}
.qnv_ft_link-ady{
transition:color .22s ease;
color:#B09870;
font-size:13.5px;
overflow-wrap:break-word;
}
.qnv_ft_link-ady:hover{
color:#F5EDD8;
}
.qnv_ft_bot-ady{
padding:1.375rem 0 40px;
gap:1rem;
border-top:1px solid rgba(255,222,130,0.14);
flex-direction:column;
display:flex;
}
@media(min-width:769px){
.qnv_ft_bot-ady{
gap:1.25rem;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.qnv_ft_legal-ady{
overflow-wrap:break-word;
font-size:0.719rem;
color:#5C4D36;
line-height:1.6;
max-width:760px;
}
.qnv_ft_legal-ady b{
font-weight:700;
color:#B09870;
}
.qnv_ft_age-ady{
border-radius:0.5rem;
flex:0 0 auto;
border:1.5px solid #F0C040;
padding:0.25rem 0.563rem;
color:#F0C040;
font-size:13px;
font-weight:700;
}