*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#18171A;
font-family:"Work Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#CEC9BE;
-webkit-font-smoothing:antialiased;
font-size:15px;
overflow-wrap:break-word;
line-height:1.6;
text-rendering:optimizeLegibility;
}
img{
max-width:100%;
display:block;
}
a{
color:inherit;
text-decoration:none;
}
button{
background:none;
border:none;
cursor:pointer;
font-family:inherit;
}
::-webkit-scrollbar{
height:0.5rem;
width:0.5rem;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.52);
border-radius:0.5rem;
}
::-webkit-scrollbar-track{
background:transparent;
}
.adx-layout_o1b{
display:flex;
flex-direction:column;
min-height:100vh;
}
.adx-main_o1b{
flex:1 1 auto;
width:100%;
min-width:0;
}
.adx-container_o1b{
padding:0 1rem;
margin:0 auto;
max-width:87.5rem;
width:100%;
}
@media(min-width:771px){
.adx-container_o1b{
padding:0 2rem;
}
}
@media(min-width:1101px){
.adx-container_o1b{
padding:0 3.5rem;
}
}
.adx-eyebrow_o1b{
text-transform:uppercase;
display:inline-block;
letter-spacing:.2em;
font-size:11px;
font-family:"Work Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#C4A96A;
font-weight:600;
overflow-wrap:break-word;
line-height:1.4;
}
.adx-band_o1b{
background:#0E0D10;
color:#F4F0E8;
}
.adx-band_o1b .adx-eyebrow_o1b{
color:#D9BE8A;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.adx-tb_o1b{
background:#18171A;
z-index:50;
border-bottom:1px solid rgba(244,240,232,0.11);
top:0;
position:sticky;
}
.adx-tb_in_o1b{
margin:0 auto;
padding:12px 1rem;
gap:16px;
justify-content:space-between;
align-items:center;
max-width:1400px;
display:flex;
width:100%;
}
@media(min-width:765px){
.adx-tb_in_o1b{
padding:16px 32px;
}
}
@media(min-width:1103px){
.adx-tb_in_o1b{
padding:1.125rem 3.5rem;
}
}
.adx-tb_left_o1b{
gap:1.75rem;
align-items:center;
display:flex;
min-width:0;
}
.adx-tb_logo_o1b{
gap:0.688rem;
align-items:center;
display:flex;
min-width:0;
}
.adx-tb_logo_mark_o1b{
border-radius:8px;
flex:0 0 auto;
height:34px;
object-fit:cover;
width:34px;
}
.adx-tb_logo_txt_o1b{
flex-direction:column;
min-width:0;
line-height:1;
display:flex;
}
.adx-tb_logo_name_o1b{
overflow:hidden;
color:#F4F0E8;
letter-spacing:.02em;
text-overflow:ellipsis;
font-size:22px;
white-space:nowrap;
font-weight:700;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
}
.adx-tb_logo_sub_o1b{
overflow:hidden;
text-transform:uppercase;
letter-spacing:.32em;
font-size:8.5px;
white-space:nowrap;
font-weight:600;
margin-top:0.25rem;
text-overflow:ellipsis;
color:#C4A96A;
}
.adx-tb_nav_o1b{
display:none;
}
@media(min-width:961px){
.adx-tb_nav_o1b{
gap:28px;
align-items:center;
display:flex;
}
}
.adx-tb_nav_item_o1b{
transition:color .2s ease,border-color .2s ease;
border-bottom:2px solid transparent;
padding-bottom:3px;
white-space:nowrap;
font-size:0.875rem;
color:#CEC9BE;
font-weight:600;
}
.adx-tb_nav_item_o1b:hover{
color:#F4F0E8;
}
.adx-tb_nav_item_o1b.adx-state_active_o1b{
border-color:#C4A96A;
color:#F4F0E8;
}
.adx-tb_right_o1b{
flex:0 0 auto;
gap:14px;
align-items:center;
display:flex;
}
.adx-tb_search_o1b{
transition:color .2s ease;
color:#CEC9BE;
display:flex;
justify-content:center;
align-items:center;
}
.adx-tb_search_o1b:hover{
color:#C4A96A;
}
.adx-tb_search_o1b svg{
height:1.125rem;
width:18px;
}
.adx-tb_lang_o1b{
font-weight:600;
letter-spacing:.1em;
font-size:11px;
color:#9C9790;
text-transform:uppercase;
}
.adx-tb_lang_o1b:hover{
color:#F4F0E8;
}
.adx-tb_login_o1b{
display:none;
color:#F4F0E8;
font-weight:600;
font-size:0.875rem;
}
@media(min-width:766px){
.adx-tb_login_o1b{
display:inline-block;
}
}
.adx-tb_register_o1b{
transition:background-color .2s ease;
background:#D4B872;
padding:0.688rem 22px;
border-radius:999px;
font-size:14px;
white-space:nowrap;
color:#1A1713;
font-weight:700;
}
.adx-tb_register_o1b:hover{
background:#E2CC90;
}
.adx-mob_o1b{
background:#18171A;
z-index:60;
border-top:1px solid rgba(244,240,232,0.11);
position:fixed;
right:0;
padding-bottom:env(safe-area-inset-bottom);
bottom:0;
left:0;
}
@media(min-width:962px){
.adx-mob_o1b{
display:none;
}
}
.adx-mob_in_o1b{
margin:0 auto;
align-items:stretch;
justify-content:space-around;
max-width:560px;
display:flex;
}
.adx-mob_item_o1b{
padding:9px 0.25rem;
flex:1 1 0;
gap:3px;
transition:color .2s ease;
flex-direction:column;
color:#9C9790;
display:flex;
min-width:0;
align-items:center;
}
.adx-mob_item_o1b.adx-state_active_o1b{
color:#C4A96A;
}
.adx-mob_ic_o1b{
justify-content:center;
align-items:center;
display:flex;
}
.adx-mob_ic_o1b svg{
height:20px;
width:20px;
}
.adx-mob_lb_o1b{
overflow:hidden;
text-overflow:ellipsis;
font-size:10px;
max-width:100%;
white-space:nowrap;
font-weight:600;
}
@media(max-width:961px){
body{
padding-bottom:3.75rem;
}
}
.adx-rail_o1b{
position:relative;
min-width:0;
}
.adx-rail_scroll_o1b{
gap:14px;
padding-bottom:14px;
display:flex;
-webkit-overflow-scrolling:touch;
scrollbar-width:thin;
overflow-x:auto;
}
@media(min-width:770px){
.adx-rail_scroll_o1b{
gap:1.125rem;
}
}
.adx-gc_o1b{
flex:0 0 auto;
display:block;
width:9.375rem;
}
@media(min-width:769px){
.adx-gc_o1b{
width:188px;
}
}
.adx-gc_img_o1b{
border-radius:0.875rem;
background:#211F24;
overflow:hidden;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.40), 0 0.5rem 1.5rem rgba(0,0,0,0.28);
position:relative;
padding-bottom:133.33%;
}
.adx-gc_img_o1b img{
inset:0;
object-fit:cover;
height:100%;
width:100%;
position:absolute;
}
.adx-gc_cover_o1b{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
pointer-events:none;
position:absolute;
}
.adx-gc_hover_o1b{
background:rgba(0,0,0,0.52);
transition:opacity .2s ease;
inset:0;
display:flex;
opacity:0;
align-items:center;
position:absolute;
justify-content:center;
}
.adx-gc_o1b:hover .adx-gc_hover_o1b{
opacity:1;
}
.adx-gc_hover_btn_o1b{
border-radius:62.438rem;
background:#D4B872;
height:2.875rem;
justify-content:center;
display:flex;
width:46px;
color:#1A1713;
align-items:center;
}
.adx-gc_hover_btn_o1b svg{
width:18px;
height:18px;
}
.adx-gc_info_o1b{
gap:2px;
display:flex;
margin-top:9px;
min-width:0;
flex-direction:column;
}
.adx-gc_name_o1b{
overflow:hidden;
font-weight:700;
font-size:13px;
color:#F4F0E8;
text-overflow:ellipsis;
white-space:nowrap;
}
.adx-gc_prov_o1b{
overflow:hidden;
white-space:nowrap;
color:#9C9790;
font-size:11px;
text-overflow:ellipsis;
}
.adx-gc_meta_o1b{
color:#9C9790;
font-size:11px;
}
.adx-tc_o1b{
flex:0 0 auto;
display:block;
width:11.25rem;
}
@media(min-width:766px){
.adx-tc_o1b{
width:230px;
}
}
.adx-tc_img_o1b{
background:#211F24;
border-radius:0.875rem;
overflow:hidden;
position:relative;
padding-bottom:75%;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.40), 0 0.5rem 24px rgba(0,0,0,0.28);
}
.adx-tc_img_o1b img{
inset:0;
width:100%;
position:absolute;
height:100%;
object-fit:cover;
}
.adx-tc_info_o1b{
gap:2px;
display:flex;
min-width:0;
margin-top:9px;
flex-direction:column;
}
.adx-tc_name_o1b{
overflow:hidden;
white-space:nowrap;
font-size:0.875rem;
text-overflow:ellipsis;
color:#F4F0E8;
font-weight:700;
}
.adx-tc_rtp_o1b{
color:#9C9790;
font-size:0.688rem;
}
.adx-lc_o1b{
flex:0 0 auto;
width:230px;
display:block;
}
@media(min-width:770px){
.adx-lc_o1b{
width:268px;
}
}
.adx-lc_img_o1b{
overflow:hidden;
border-radius:0.875rem;
background:#211F24;
position:relative;
padding-bottom:62.5%;
box-shadow:0 2px 6px rgba(0,0,0,0.40), 0 0.5rem 24px rgba(0,0,0,0.28);
}
.adx-lc_img_o1b img{
inset:0;
object-fit:cover;
position:absolute;
width:100%;
height:100%;
}
.adx-lc_live_o1b{
padding:4px 0.563rem;
background:rgba(0,0,0,0.52);
gap:7px;
border-radius:62.438rem;
align-items:center;
left:0.75rem;
position:absolute;
top:12px;
display:flex;
}
.adx-lc_live_dot_o1b{
background:#C85A4A;
border-radius:50%;
animation:zm2-pulse 1.6s infinite;
height:8px;
width:0.5rem;
}
.adx-lc_seats_o1b{
text-transform:uppercase;
font-weight:600;
color:#F4F0E8;
letter-spacing:.08em;
font-size:0.625rem;
}
.adx-lc_info_o1b{
gap:2px;
display:flex;
min-width:0;
flex-direction:column;
margin-top:9px;
}
.adx-lc_name_o1b{
overflow:hidden;
white-space:nowrap;
font-weight:700;
font-size:0.938rem;
text-overflow:ellipsis;
color:#F4F0E8;
}
.adx-lc_bet_o1b{
font-size:0.688rem;
color:#9C9790;
}
.adx-pc_o1b{
background:#211F24;
gap:8px;
border:1px solid rgba(244,240,232,0.06);
border-radius:14px;
padding:1rem 14px;
justify-content:center;
min-height:4.625rem;
flex-direction:column;
display:flex;
min-width:0;
align-items:center;
}
.adx-pc_logo_o1b{
flex:0 0 auto;
max-width:100%;
object-fit:contain;
height:1.75rem;
width:auto;
}
.adx-pc_name_o1b{
overflow:hidden;
font-size:0.688rem;
text-align:center;
color:#9C9790;
max-width:100%;
white-space:nowrap;
text-overflow:ellipsis;
}
.adx-gc_tag_o1b{
border-radius:0.5rem;
padding:3px 0.5rem;
font-weight:700;
font-size:10px;
text-transform:uppercase;
letter-spacing:.06em;
display:inline-block;
position:absolute;
z-index:2;
top:0.625rem;
left:0.625rem;
}
.adx-gc_tag_hot_o1b{
background:#C85A4A;
color:#F4F0E8;
}
.adx-gc_tag_new_o1b{
background:#E2CC90;
color:#1A1713;
}
.adx-gc_tag_jp_o1b{
background:#D4A940;
color:#1A1713;
}
.adx-gc_tag_live_o1b{
background:#C85A4A;
color:#F4F0E8;
}
.adx-sh_o1b{
min-width:0;
margin-bottom:18px;
}
.adx-sh_row_o1b{
gap:16px;
align-items:flex-end;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}
.adx-sh_row_o1b .adx-sh_l_o1b{
gap:0.375rem;
min-width:0;
flex-direction:column;
display:flex;
}
.adx-sh_stack_o1b{
gap:0.625rem;
flex-direction:column;
align-items:flex-start;
display:flex;
}
.adx-sh_center_o1b{
gap:0.625rem;
flex-direction:column;
align-items:center;
text-align:center;
display:flex;
}
.adx-sh_h2_o1b{
font-weight:600;
overflow-wrap:break-word;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-size:24px;
line-height:1.1;
color:#F4F0E8;
}
@media(min-width:769px){
.adx-sh_h2_o1b{
font-size:30px;
}
}
.adx-band_o1b .adx-sh_h2_o1b{
color:#F4F0E8;
}
.adx-sh_eb_line_o1b{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.adx-sh_eb_line_o1b::before{
background:#C4A96A;
content:"";
height:1px;
display:inline-block;
width:28px;
}
.adx-band_o1b .adx-sh_eb_line_o1b::before{
background:#D9BE8A;
}
.adx-sh_eb_dot_o1b{
gap:8px;
display:inline-flex;
align-items:center;
}
.adx-sh_eb_dot_o1b::before{
background:#C4A96A;
border-radius:50%;
height:6px;
width:0.375rem;
content:"";
display:inline-block;
}
.adx-band_o1b .adx-sh_eb_dot_o1b::before{
background:#D9BE8A;
}
.adx-sh_link_o1b{
transition:color .2s ease,border-color .2s ease,background-color .2s ease;
gap:6px;
white-space:nowrap;
font-weight:600;
display:inline-flex;
align-items:center;
padding-bottom:2px;
color:#F4F0E8;
border-bottom:1px solid #F4F0E8;
font-size:0.813rem;
}
.adx-sh_link_o1b:hover{
border-color:#C4A96A;
color:#C4A96A;
}
.adx-sh_link_o1b svg{
height:0.875rem;
width:0.875rem;
}
.adx-sh_link_chev_o1b{
padding-bottom:0;
border-bottom:0;
}
.adx-sh_link_btn_o1b{
padding:0.563rem 18px;
background:#D4B872;
border-radius:999px;
color:#1A1713;
border-bottom:0;
}
.adx-sh_link_btn_o1b:hover{
background:#E2CC90;
border-color:transparent;
color:#1A1713;
}
.adx-band_o1b .adx-sh_link_o1b{
border-color:#F4F0E8;
color:#F4F0E8;
}
.adx-band_o1b .adx-sh_link_btn_o1b{
background:#D9BE8A;
color:#1A1713;
}
.adx-sh_rule_o1b{
background:rgba(244,240,232,0.11);
margin:-2px 0 1.125rem;
height:1px;
}
.adx-band_o1b .adx-sh_rule_o1b{
background:rgba(255,251,245,0.10);
}
.adx-hero_o1b{
padding:2rem 0 0.5rem;
}
@media(min-width:766px){
.adx-hero_o1b{
padding:56px 0 24px;
}
}
.adx-hero_in_o1b{
grid-template-columns:1fr;
gap:2rem;
align-items:center;
display:grid;
}
@media(min-width:897px){
.adx-hero_in_o1b{
gap:3rem;
grid-template-columns:1.05fr .95fr;
}
}
.adx-hero_copy_o1b{
min-width:0;
}
.adx-hero_eyebrow_o1b{
gap:0.625rem;
align-items:center;
margin-bottom:22px;
display:inline-flex;
}
.adx-hero_eyebrow_line_o1b{
flex:0 0 auto;
background:#C4A96A;
height:1px;
display:inline-block;
width:28px;
}
.adx-hero_h1_o1b{
color:#F4F0E8;
overflow-wrap:break-word;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
line-height:1.04;
letter-spacing:-.01em;
font-weight:600;
margin-bottom:20px;
font-size:38px;
}
@media(min-width:769px){
.adx-hero_h1_o1b{
font-size:54px;
}
}
@media(min-width:1102px){
.adx-hero_h1_o1b{
font-size:3.875rem;
}
}
.adx-hero_h1_o1b em{
font-style:normal;
color:#C4A96A;
}
.adx-hero_sub_o1b{
max-width:30rem;
margin-bottom:1.875rem;
line-height:1.6;
color:#7A756F;
font-size:16px;
}
@media(min-width:768px){
.adx-hero_sub_o1b{
font-size:1.125rem;
}
}
.adx-hero_actions_o1b{
gap:14px;
display:flex;
flex-wrap:wrap;
margin-bottom:34px;
align-items:center;
}
.adx-hero_cta_o1b{
padding:1rem 1.875rem;
transition:background-color .2s ease;
gap:0.625rem;
border-radius:62.438rem;
background:#D4B872;
align-items:center;
display:inline-flex;
font-size:0.938rem;
color:#1A1713;
font-weight:700;
}
.adx-hero_cta_o1b:hover{
background:#E2CC90;
}
.adx-hero_cta_ic_o1b{
display:inline-flex;
align-items:center;
}
.adx-hero_cta_ic_o1b svg{
height:16px;
width:16px;
}
.adx-hero_cta_alt_o1b{
padding:0.938rem 1.625rem;
background:transparent;
border-radius:999px;
transition:border-color .2s ease,color .2s ease;
border:1px solid rgba(244,240,232,0.11);
font-size:15px;
color:#F4F0E8;
display:inline-flex;
font-weight:600;
align-items:center;
}
.adx-hero_cta_alt_o1b:hover{
border-color:#C4A96A;
color:#C4A96A;
}
.adx-hero_trust_o1b{
gap:22px;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.adx-hero_trust_item_o1b{
gap:9px;
font-size:13px;
display:flex;
align-items:center;
font-weight:600;
color:#CEC9BE;
}
.adx-hero_trust_ic_o1b{
color:#C4A96A;
align-items:center;
display:inline-flex;
}
.adx-hero_trust_ic_o1b svg{
height:1rem;
width:16px;
}
.adx-hero_promo_o1b{
border-radius:1.25rem;
overflow:hidden;
background:#211F24;
position:relative;
min-height:18.75rem;
box-shadow:0 12px 3rem rgba(0,0,0,0.55), 0 2px 12px rgba(0,0,0,0.35), 0 0 0 1px rgba(244,240,232,0.05);
display:flex;
}
.adx-hero_promo_bg_o1b{
inset:0;
position:absolute;
background-position:center;
background-size:cover;
}
.adx-hero_promo_bg_o1b::after{
inset:0;
background:linear-gradient(120deg,#0E0D10 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
content:"";
position:absolute;
}
.adx-hero_promo_glow_o1b{
background:radial-gradient(circle,rgba(210,185,140,0.09) 0%,transparent 65%);
border-radius:50%;
right:-20px;
height:260px;
width:260px;
top:-2.5rem;
pointer-events:none;
position:absolute;
}
.adx-hero_promo_ct_o1b{
padding:28px;
z-index:2;
max-width:88%;
position:relative;
align-self:flex-end;
}
.adx-hero_promo_label_o1b{
text-transform:uppercase;
color:#D9BE8A;
margin-bottom:0.5rem;
font-weight:700;
letter-spacing:.25em;
display:block;
font-size:10px;
}
.adx-hero_promo_amount_o1b{
overflow-wrap:break-word;
font-weight:600;
font-size:2rem;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
color:#F4F0E8;
}
@media(min-width:771px){
.adx-hero_promo_amount_o1b{
font-size:40px;
}
}
.adx-hero_promo_amount_o1b em{
color:#D9BE8A;
font-style:normal;
}
.adx-hero_rating_o1b{
padding:0.625rem 14px;
gap:10px;
border:1px solid rgba(244,240,232,0.06);
background:#211F24;
border-radius:14px;
max-width:min(16.25rem,62%);
right:14px;
display:flex;
align-items:center;
top:14px;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.40), 0 0.5rem 1.5rem rgba(0,0,0,0.28);
z-index:3;
position:absolute;
}
.adx-hero_rating_score_o1b{
flex:0 0 auto;
font-weight:700;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
color:#F4F0E8;
font-size:24px;
}
.adx-hero_rating_txt_o1b{
flex:1 1 auto;
min-width:0;
}
.adx-hero_rating_stars_o1b{
gap:2px;
display:flex;
color:#C4A96A;
}
.adx-hero_rating_stars_o1b svg{
height:0.75rem;
width:12px;
}
.adx-hero_rating_cap_o1b{
margin-top:3px;
overflow-wrap:break-word;
color:#9C9790;
font-size:0.688rem;
display:block;
line-height:1.35;
}
.adx-stat_o1b{
border-bottom:1px solid rgba(244,240,232,0.11);
border-top:1px solid rgba(244,240,232,0.11);
margin-top:16px;
}
.adx-stat_in_o1b{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:766px){
.adx-stat_in_o1b{
grid-template-columns:repeat(4,1fr);
}
}
.adx-stat_item_o1b{
padding:22px 14px;
border-bottom:1px solid rgba(244,240,232,0.06);
border-right:1px solid rgba(244,240,232,0.06);
min-width:0;
}
.adx-stat_item_o1b:nth-child(2n){
border-right:0;
}
.adx-stat_item_o1b:nth-child(n+3){
border-bottom:0;
}
@media(min-width:771px){
.adx-stat_item_o1b{
border-bottom:0;
}
.adx-stat_item_o1b:nth-child(2n){
border-right:1px solid rgba(244,240,232,0.06);
}
.adx-stat_item_o1b:nth-child(4n){
border-right:0;
}
}
.adx-stat_value_o1b{
color:#F4F0E8;
overflow-wrap:break-word;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-size:1.875rem;
line-height:1;
font-weight:700;
}
@media(min-width:767px){
.adx-stat_value_o1b{
font-size:34px;
}
}
.adx-stat_label_o1b{
font-size:13px;
line-height:1.4;
margin-top:6px;
color:#9C9790;
overflow-wrap:break-word;
}
.adx-grow_o1b{
padding:1.625rem 0 10px;
}
.adx-row_seo_o1b{
margin:0.625rem 0 0;
line-height:1.65;
max-width:47.5rem;
font-size:14px;
overflow-wrap:break-word;
color:#7A756F;
}
.adx-row_seo_o1b strong{
font-weight:700;
color:#F4F0E8;
}
.adx-jp_o1b{
padding:30px 0 10px;
}
.adx-jp_grid_o1b{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:767px){
.adx-jp_grid_o1b{
grid-template-columns:1fr 1fr;
}
.adx-jp_card_mega_o1b{
grid-column:1/-1;
}
}
@media(min-width:999px){
.adx-jp_grid_o1b{
grid-template-columns:1.4fr 1fr 1fr;
}
.adx-jp_card_mega_o1b{
grid-column:auto;
}
}
.adx-jp_card_o1b{
padding:1.625rem;
background:#211F24;
overflow:hidden;
border:1px solid rgba(244,240,232,0.06);
gap:12px;
border-radius:20px;
display:flex;
flex-direction:column;
min-height:200px;
position:relative;
min-width:0;
justify-content:space-between;
}
.adx-jp_card_mega_o1b{
background:linear-gradient(135deg,#16141C,#0A0909);
border-color:transparent;
min-height:210px;
color:#F4F0E8;
}
.adx-jp_glow_o1b{
border-radius:50%;
background:radial-gradient(circle,rgba(210,185,140,0.09),transparent 70%);
position:absolute;
height:12.5rem;
top:-40px;
right:-2.5rem;
width:12.5rem;
pointer-events:none;
}
.adx-jp_label_o1b{
gap:10px;
align-items:center;
position:relative;
font-size:0.625rem;
color:#C4A96A;
letter-spacing:.16em;
text-transform:uppercase;
justify-content:space-between;
flex-wrap:wrap;
font-weight:700;
display:flex;
}
.adx-jp_card_mega_o1b .adx-jp_label_o1b{
color:#D9BE8A;
}
.adx-jp_drop_o1b{
font-weight:600;
letter-spacing:.04em;
color:#9C9790;
text-transform:none;
}
.adx-jp_card_mega_o1b .adx-jp_drop_o1b{
color:#A09B94;
}
.adx-jp_amount_o1b{
font-size:2.375rem;
line-height:1;
font-weight:700;
overflow-wrap:break-word;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
color:#F4F0E8;
position:relative;
}
.adx-jp_card_mega_o1b .adx-jp_amount_o1b{
animation:zm2-pulse 2.4s infinite;
font-size:48px;
color:#D9BE8A;
}
@media(min-width:766px){
.adx-jp_card_mega_o1b .adx-jp_amount_o1b{
font-size:54px;
}
}
.adx-jp_game_o1b{
color:#9C9790;
font-size:0.813rem;
position:relative;
}
.adx-jp_card_mega_o1b .adx-jp_game_o1b{
color:#A09B94;
}
.adx-jp_cta_o1b{
position:relative;
align-self:flex-start;
}
.adx-jp_card_mega_o1b .adx-jp_cta_o1b{
padding:10px 1.25rem;
border-radius:62.438rem;
transition:opacity .2s ease;
background:#D9BE8A;
font-weight:700;
font-size:13px;
color:#1A1713;
}
.adx-jp_card_mega_o1b .adx-jp_cta_o1b:hover{
opacity:.9;
}
.adx-jp_card_o1b:not(.adx-jp_card_mega_o1b) .adx-jp_cta_o1b{
transition:color .2s ease,border-color .2s ease;
font-weight:700;
font-size:0.813rem;
padding-bottom:2px;
border-bottom:1px solid #F4F0E8;
color:#F4F0E8;
}
.adx-jp_card_o1b:not(.adx-jp_card_mega_o1b) .adx-jp_cta_o1b:hover{
border-color:#C4A96A;
color:#C4A96A;
}
.adx-jp_seo_o1b{
margin:14px 0 0;
font-size:0.875rem;
line-height:1.65;
color:#7A756F;
overflow-wrap:break-word;
max-width:760px;
}
.adx-jp_seo_o1b strong{
color:#F4F0E8;
font-weight:700;
}
.adx-pr_o1b{
padding:30px 0 0.375rem;
}
.adx-pr_card_o1b{
gap:10px;
background:#211F24;
border:1px solid rgba(244,240,232,0.06);
flex:0 0 auto;
overflow:hidden;
border-radius:1.25rem;
padding:26px;
width:280px;
position:relative;
flex-direction:column;
display:flex;
min-height:200px;
}
@media(min-width:765px){
.adx-pr_card_o1b{
width:18.75rem;
}
}
.adx-pr_card_feat_o1b{
border-color:transparent;
background:linear-gradient(150deg,#16141C,#0A0909);
color:#F4F0E8;
}
.adx-pr_glow_o1b{
background:radial-gradient(circle,rgba(210,185,140,0.09),transparent 70%);
border-radius:50%;
width:8.125rem;
pointer-events:none;
right:-30px;
height:130px;
top:-1.875rem;
position:absolute;
opacity:0;
}
.adx-pr_card_feat_o1b .adx-pr_glow_o1b{
opacity:1;
}
.adx-pr_label_o1b{
text-transform:uppercase;
position:relative;
color:#C4A96A;
letter-spacing:.16em;
font-weight:700;
font-size:10px;
}
.adx-pr_card_feat_o1b .adx-pr_label_o1b{
color:#D9BE8A;
}
.adx-pr_amount_o1b{
font-weight:600;
color:#F4F0E8;
line-height:1.08;
overflow-wrap:break-word;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-size:1.625rem;
position:relative;
}
.adx-pr_card_feat_o1b .adx-pr_amount_o1b{
color:#F4F0E8;
}
.adx-pr_amount_o1b em{
font-style:normal;
color:#C4A96A;
}
.adx-pr_card_feat_o1b .adx-pr_amount_o1b em{
color:#D9BE8A;
}
.adx-pr_terms_o1b{
color:#9C9790;
font-size:0.813rem;
position:relative;
line-height:1.5;
}
.adx-pr_card_feat_o1b .adx-pr_terms_o1b{
color:#A09B94;
}
.adx-pr_cta_o1b{
margin-top:auto;
align-self:flex-start;
position:relative;
}
.adx-pr_card_feat_o1b .adx-pr_cta_o1b{
transition:opacity .2s ease;
background:#D9BE8A;
border-radius:62.438rem;
padding:0.563rem 1.125rem;
font-weight:700;
font-size:0.813rem;
color:#1A1713;
}
.adx-pr_card_feat_o1b .adx-pr_cta_o1b:hover{
opacity:.9;
}
.adx-pr_card_o1b:not(.adx-pr_card_feat_o1b) .adx-pr_cta_o1b{
transition:color .2s ease,border-color .2s ease;
color:#F4F0E8;
padding-bottom:2px;
border-bottom:1px solid #F4F0E8;
font-weight:700;
font-size:13px;
}
.adx-pr_card_o1b:not(.adx-pr_card_feat_o1b) .adx-pr_cta_o1b:hover{
border-color:#C4A96A;
color:#C4A96A;
}
.adx-grow_o1b{
padding:26px 0 0.625rem;
}
.adx-row_seo_o1b{
margin:0.625rem 0 0;
line-height:1.65;
overflow-wrap:break-word;
font-size:0.875rem;
color:#7A756F;
max-width:760px;
}
.adx-row_seo_o1b strong{
font-weight:700;
color:#F4F0E8;
}
.adx-grow_o1b{
padding:1.625rem 0 0.625rem;
}
.adx-row_seo_o1b{
margin:10px 0 0;
overflow-wrap:break-word;
color:#7A756F;
font-size:0.875rem;
max-width:760px;
line-height:1.65;
}
.adx-row_seo_o1b strong{
color:#F4F0E8;
font-weight:700;
}
.adx-app_o1b{
padding:30px 0 0.625rem;
}
.adx-app_in_o1b{
background:#211F24;
gap:28px;
border-radius:20px;
padding:32px;
border:1px solid rgba(244,240,232,0.06);
flex-direction:column;
display:flex;
}
@media(min-width:766px){
.adx-app_in_o1b{
gap:2.5rem;
padding:40px 44px;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.adx-app_copy_o1b{
max-width:35rem;
min-width:0;
}
.adx-app_eyebrow_o1b{
margin-bottom:0.75rem;
}
.adx-app_h2_o1b{
font-size:28px;
line-height:1.05;
color:#F4F0E8;
overflow-wrap:break-word;
margin-bottom:0.75rem;
font-weight:600;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:770px){
.adx-app_h2_o1b{
font-size:2.125rem;
}
}
.adx-app_text_o1b{
color:#7A756F;
margin-bottom:1.375rem;
font-size:0.875rem;
line-height:1.6;
}
.adx-app_btns_o1b{
gap:12px;
display:flex;
flex-wrap:wrap;
}
.adx-app_btn_o1b{
gap:0.625rem;
border-radius:14px;
transition:background-color .2s ease;
background:#D4B872;
padding:0.688rem 1.25rem;
align-items:center;
color:#1A1713;
display:inline-flex;
}
.adx-app_btn_o1b:hover{
background:#E2CC90;
}
.adx-app_btn_ic_o1b{
align-items:center;
display:inline-flex;
}
.adx-app_btn_ic_o1b svg{
width:18px;
height:1.125rem;
}
.adx-app_btn_lb_o1b{
font-weight:700;
font-size:0.844rem;
}
.adx-app_qr_wrap_o1b{
flex:0 0 auto;
gap:1.125rem;
display:flex;
align-items:center;
}
.adx-app_qr_o1b{
border-radius:0.875rem;
flex:0 0 auto;
background-color:#D4B872;
height:6.75rem;
background-image:repeating-linear-gradient(0deg,#211F24 0 5px,transparent 0.313rem 0.688rem),repeating-linear-gradient(90deg,#211F24 0 0.313rem,transparent 0.313rem 0.688rem);
width:108px;
}
.adx-app_qr_cap_o1b{
line-height:1.4;
max-width:5.75rem;
font-size:0.781rem;
color:#9C9790;
}
.adx-sea_o1b{
padding:1.5rem 0 0.625rem;
}
.adx-sea_in_o1b{
padding:2.25rem;
border-radius:1.25rem;
overflow:hidden;
background:linear-gradient(115deg,#16141C,#0A0909);
gap:1.375rem;
color:#F4F0E8;
flex-direction:column;
position:relative;
display:flex;
}
@media(min-width:823px){
.adx-sea_in_o1b{
padding:2.75rem 3rem;
gap:32px;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.adx-sea_glow_o1b{
border-radius:50%;
background:radial-gradient(circle,rgba(210,185,140,0.09),transparent 68%);
top:50%;
position:absolute;
right:60px;
pointer-events:none;
transform:translateY(-50%);
height:240px;
width:240px;
}
.adx-sea_copy_o1b{
position:relative;
max-width:35rem;
min-width:0;
}
.adx-sea_eyebrow_o1b{
margin-bottom:12px;
}
.adx-sea_h2_o1b{
color:#F4F0E8;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-size:30px;
font-weight:600;
margin-bottom:12px;
overflow-wrap:break-word;
line-height:1.04;
}
@media(min-width:769px){
.adx-sea_h2_o1b{
font-size:2.375rem;
}
}
.adx-sea_text_o1b{
font-size:0.938rem;
line-height:1.6;
color:#A09B94;
}
.adx-sea_cta_o1b{
border-radius:62.438rem;
padding:1rem 32px;
transition:opacity .2s ease;
flex:0 0 auto;
background:#D9BE8A;
font-weight:700;
color:#1A1713;
position:relative;
font-size:0.938rem;
}
.adx-sea_cta_o1b:hover{
opacity:.9;
}
.adx-gm_o1b{
padding:1.875rem 0 0.625rem;
}
.adx-gm_in_o1b{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:880px){
.adx-gm_in_o1b{
grid-template-columns:1.25fr 1fr;
}
}
.adx-gm_left_o1b{
border-radius:1.25rem;
padding:32px;
border:1px solid rgba(244,240,232,0.06);
background:#211F24;
min-width:0;
}
.adx-gm_eyebrow_o1b{
margin-bottom:0.625rem;
}
.adx-gm_h2_o1b{
line-height:1.06;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-size:26px;
overflow-wrap:break-word;
margin-bottom:8px;
color:#F4F0E8;
font-weight:600;
}
@media(min-width:771px){
.adx-gm_h2_o1b{
font-size:1.75rem;
}
}
.adx-gm_text_o1b{
margin-bottom:1.375rem;
max-width:480px;
font-size:0.875rem;
color:#7A756F;
line-height:1.6;
}
.adx-gm_level_o1b{
margin-bottom:0.5rem;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-size:22px;
font-weight:700;
color:#C4A96A;
}
.adx-gm_bar_o1b{
border-radius:62.438rem;
background:rgba(244,240,232,0.11);
overflow:hidden;
margin-bottom:6px;
height:0.5rem;
}
.adx-gm_bar_fill_o1b{
border-radius:62.438rem;
background:linear-gradient(90deg,#B8952E,#E8D28C);
height:100%;
}
.adx-gm_bar_meta_o1b{
gap:10px;
display:flex;
margin-bottom:18px;
color:#9C9790;
font-size:11px;
justify-content:space-between;
}
.adx-gm_missions_o1b{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
}
.adx-gm_mission_o1b{
gap:0.438rem;
background:#18171A;
padding:0.563rem 15px;
border:1px solid rgba(244,240,232,0.11);
border-radius:999px;
color:#CEC9BE;
display:inline-flex;
font-size:12.5px;
font-weight:600;
align-items:center;
}
.adx-gm_mission_ic_o1b{
display:inline-flex;
align-items:center;
color:#C4A96A;
}
.adx-gm_mission_ic_o1b svg{
height:0.813rem;
width:13px;
}
.adx-gm_right_o1b{
border-radius:20px;
padding:32px;
background:linear-gradient(150deg,#16141C,#0A0909);
overflow:hidden;
flex-direction:column;
display:flex;
position:relative;
color:#F4F0E8;
}
.adx-gm_glow_o1b{
background:radial-gradient(circle,rgba(210,185,140,0.09),transparent 70%);
border-radius:50%;
pointer-events:none;
height:9.375rem;
width:9.375rem;
right:-30px;
position:absolute;
top:-1.875rem;
}
.adx-gm_ref_eyebrow_o1b{
position:relative;
margin-bottom:10px;
}
.adx-gm_ref_h2_o1b{
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-size:1.625rem;
overflow-wrap:break-word;
position:relative;
font-weight:600;
line-height:1.1;
margin-bottom:8px;
color:#F4F0E8;
}
.adx-gm_ref_text_o1b{
margin-bottom:1.25rem;
line-height:1.55;
font-size:13.5px;
position:relative;
color:#A09B94;
}
.adx-gm_ref_cta_o1b{
padding:11px 1.375rem;
background:#D9BE8A;
border-radius:62.438rem;
transition:opacity .2s ease;
font-size:13.5px;
align-self:flex-start;
position:relative;
color:#1A1713;
font-weight:700;
margin-top:auto;
}
.adx-gm_ref_cta_o1b:hover{
opacity:.9;
}
.adx-vip_o1b{
padding:48px 0;
}
@media(min-width:769px){
.adx-vip_o1b{
padding:4rem 0;
}
}
.adx-vip_head_o1b{
gap:14px;
display:flex;
flex-direction:column;
margin-bottom:1.875rem;
}
@media(min-width:883px){
.adx-vip_head_o1b{
gap:24px;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.adx-vip_eyebrow_o1b{
margin-bottom:0.75rem;
}
.adx-vip_h2_o1b{
font-size:2rem;
color:#F4F0E8;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-weight:600;
overflow-wrap:break-word;
line-height:1.05;
}
@media(min-width:766px){
.adx-vip_h2_o1b{
font-size:40px;
}
}
.adx-vip_intro_o1b{
font-size:0.875rem;
line-height:1.6;
color:#A09B94;
max-width:26.25rem;
}
.adx-vip_grid_o1b{
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
gap:14px;
display:grid;
}
.adx-vip_card_o1b{
padding:1.375rem 18px;
border:1px solid rgba(255,251,245,0.10);
border-radius:14px;
min-width:0;
}
.adx-vip_card_feat_o1b{
background:rgba(255,251,245,0.06);
border-color:#D9BE8A;
}
.adx-vip_card_ic_o1b{
border-radius:0.5rem;
background:linear-gradient(135deg,#B8952E,#E8D28C);
margin-bottom:1rem;
display:block;
height:2.125rem;
width:2.125rem;
}
.adx-vip_name_o1b{
font-weight:600;
font-size:1.25rem;
color:#F4F0E8;
margin-bottom:6px;
overflow-wrap:break-word;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
}
.adx-vip_perk_o1b{
line-height:1.5;
overflow-wrap:break-word;
color:#A09B94;
font-size:0.781rem;
}
.adx-trn_o1b{
padding:30px 0 0.625rem;
}
.adx-trn_in_o1b{
background:#211F24;
overflow:hidden;
border-radius:20px;
grid-template-columns:1fr;
border:1px solid rgba(244,240,232,0.06);
display:grid;
}
@media(min-width:881px){
.adx-trn_in_o1b{
grid-template-columns:1.05fr 1fr;
}
}
.adx-trn_banner_o1b{
padding:34px;
background:linear-gradient(150deg,#16141C,#0A0909);
overflow:hidden;
position:relative;
color:#F4F0E8;
}
.adx-trn_glow_o1b{
background:radial-gradient(circle,rgba(210,185,140,0.09),transparent 70%);
border-radius:50%;
height:12.5rem;
position:absolute;
bottom:-40px;
width:200px;
right:-40px;
pointer-events:none;
}
.adx-trn_eyebrow_o1b{
position:relative;
margin-bottom:0.875rem;
}
.adx-trn_h2_o1b{
line-height:1.06;
overflow-wrap:break-word;
margin-bottom:12px;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-weight:600;
position:relative;
font-size:1.875rem;
color:#F4F0E8;
}
@media(min-width:766px){
.adx-trn_h2_o1b{
font-size:2.25rem;
}
}
.adx-trn_text_o1b{
position:relative;
margin-bottom:22px;
line-height:1.6;
color:#A09B94;
max-width:26.25rem;
font-size:14px;
}
.adx-trn_timer_o1b{
gap:8px;
margin-bottom:24px;
flex-wrap:wrap;
align-items:center;
position:relative;
display:flex;
}
.adx-trn_timer_cap_o1b{
color:#A09B94;
font-size:0.688rem;
}
.adx-trn_timer_box_o1b{
padding:0.25rem 0.75rem;
background:rgba(255,251,245,0.06);
border-radius:8px;
font-weight:700;
font-size:24px;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
color:#F4F0E8;
}
.adx-trn_cta_o1b{
transition:opacity .2s ease;
border-radius:62.438rem;
background:#D9BE8A;
padding:13px 1.625rem;
color:#1A1713;
position:relative;
font-weight:700;
font-size:0.875rem;
display:inline-block;
}
.adx-trn_cta_o1b:hover{
opacity:.9;
}
.adx-trn_lb_o1b{
padding:26px 28px;
}
.adx-trn_lb_head_o1b{
gap:10px;
display:flex;
align-items:center;
justify-content:space-between;
margin-bottom:12px;
}
.adx-trn_lb_title_o1b{
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
color:#F4F0E8;
font-weight:600;
font-size:20px;
}
.adx-trn_lb_upd_o1b{
font-size:11px;
color:#9C9790;
text-transform:uppercase;
letter-spacing:.08em;
}
.adx-trn_lb_row_o1b{
padding:11px 0.75rem;
border-radius:8px;
gap:0.875rem;
display:flex;
align-items:center;
}
.adx-trn_lb_row_o1b:nth-child(2){
background:rgba(196,169,106,0.10);
}
.adx-trn_lb_rank_o1b{
flex:0 0 auto;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-size:16px;
font-weight:700;
width:1.375rem;
color:#C4A96A;
}
.adx-trn_lb_av_o1b{
flex:0 0 auto;
background:linear-gradient(135deg,#B8952E,#E8D28C);
border-radius:50%;
width:1.875rem;
height:30px;
}
.adx-trn_lb_name_o1b{
flex:1 1 auto;
overflow:hidden;
color:#F4F0E8;
white-space:nowrap;
min-width:0;
text-overflow:ellipsis;
font-weight:600;
font-size:14px;
}
.adx-trn_lb_amount_o1b{
flex:0 0 auto;
color:#F4F0E8;
font-weight:700;
font-size:13px;
}
.adx-ts_o1b{
padding:44px 0;
}
.adx-ts_in_o1b{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:878px){
.adx-ts_in_o1b{
grid-template-columns:1.4fr 1fr;
gap:3rem;
}
}
.adx-ts_left_o1b{
min-width:0;
}
.adx-ts_h2_o1b{
line-height:1.1;
overflow-wrap:break-word;
font-size:1.625rem;
font-weight:600;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
margin-bottom:12px;
color:#F4F0E8;
}
@media(min-width:768px){
.adx-ts_h2_o1b{
font-size:28px;
}
}
.adx-ts_text_o1b{
font-size:14.5px;
max-width:32.5rem;
margin-bottom:22px;
line-height:1.6;
color:#A09B94;
}
.adx-ts_badges_o1b{
gap:18px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.adx-ts_badge_o1b{
font-weight:600;
color:#A09B94;
font-size:13px;
}
.adx-ts_pay_o1b{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
@media(min-width:879px){
.adx-ts_pay_o1b{
justify-content:flex-end;
}
}
.adx-ts_pay_chip_o1b{
background:rgba(255,251,245,0.06);
border-radius:0.875rem;
padding:0.75rem 16px;
border:1px solid rgba(255,251,245,0.10);
color:#F4F0E8;
font-size:0.875rem;
font-weight:700;
}
.adx-et_o1b{
padding:36px 0 0.625rem;
}
.adx-et_in_o1b{
grid-template-columns:1fr;
gap:2rem;
align-items:start;
display:grid;
}
@media(min-width:881px){
.adx-et_in_o1b{
gap:3rem;
grid-template-columns:1.1fr .9fr;
}
}
.adx-et_left_o1b{
min-width:0;
}
.adx-et_eyebrow_o1b{
margin-bottom:12px;
}
.adx-et_h2_o1b{
font-weight:600;
overflow-wrap:break-word;
margin-bottom:14px;
color:#F4F0E8;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-size:28px;
line-height:1.06;
}
@media(min-width:767px){
.adx-et_h2_o1b{
font-size:2rem;
}
}
.adx-et_text_o1b{
color:#7A756F;
font-size:0.938rem;
line-height:1.65;
margin-bottom:1.375rem;
}
.adx-et_stats_o1b{
gap:24px;
display:flex;
flex-wrap:wrap;
}
.adx-et_stat_o1b{
min-width:0;
}
.adx-et_stat_v_o1b{
color:#F4F0E8;
font-weight:700;
font-size:1.625rem;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
line-height:1;
}
.adx-et_stat_l_o1b{
margin-top:0.25rem;
font-size:0.781rem;
color:#9C9790;
}
.adx-et_right_o1b{
gap:0.75rem;
display:flex;
flex-direction:column;
}
.adx-et_member_o1b{
padding:1.125rem 20px;
border-radius:0.875rem;
gap:16px;
background:#211F24;
border:1px solid rgba(244,240,232,0.06);
display:flex;
align-items:center;
min-width:0;
}
.adx-et_member_av_o1b{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#16141C,#C4A96A);
height:48px;
width:3rem;
}
.adx-et_member_name_o1b{
color:#F4F0E8;
overflow-wrap:break-word;
font-weight:700;
font-size:15px;
}
.adx-et_member_role_o1b{
color:#9C9790;
overflow-wrap:break-word;
font-size:0.781rem;
}
.adx-et_updated_o1b{
background:#18171A;
gap:0.5rem;
padding:14px 18px;
border:1px solid rgba(244,240,232,0.06);
border-radius:0.875rem;
display:flex;
color:#7A756F;
align-items:center;
font-size:0.781rem;
}
.adx-wy_o1b{
padding:48px 0;
}
@media(min-width:769px){
.adx-wy_o1b{
padding:3.5rem 0;
}
}
.adx-wy_in_o1b{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:899px){
.adx-wy_in_o1b{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.adx-wy_left_o1b{
min-width:0;
}
.adx-wy_eyebrow_o1b{
margin-bottom:0.875rem;
}
.adx-wy_h2_o1b{
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
color:#F4F0E8;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
margin-bottom:1rem;
font-size:2rem;
}
@media(min-width:769px){
.adx-wy_h2_o1b{
font-size:40px;
}
}
.adx-wy_intro_o1b{
line-height:1.6;
font-size:0.938rem;
color:#7A756F;
}
.adx-wy_grid_o1b{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:563px){
.adx-wy_grid_o1b{
grid-template-columns:1fr 1fr;
}
}
.adx-wy_card_o1b{
border-radius:0.875rem;
border:1px solid rgba(244,240,232,0.06);
padding:1.625rem;
background:#211F24;
min-width:0;
}
.adx-wy_card_ic_o1b{
margin-bottom:1rem;
align-items:center;
justify-content:center;
color:#C4A96A;
display:inline-flex;
}
.adx-wy_card_ic_o1b svg{
height:26px;
width:1.625rem;
}
.adx-wy_card_h_o1b{
font-weight:600;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-size:21px;
line-height:1.15;
overflow-wrap:break-word;
margin-bottom:0.5rem;
color:#F4F0E8;
}
.adx-wy_card_p_o1b{
color:#7A756F;
font-size:14px;
line-height:1.55;
overflow-wrap:break-word;
}
.adx-prov_o1b{
padding:2.5rem 0 20px;
}
.adx-prov_eyebrow_o1b{
display:block;
margin-bottom:18px;
}
.adx-prov_grid_o1b{
grid-template-columns:repeat(2,1fr);
gap:12px;
display:grid;
}
@media(min-width:559px){
.adx-prov_grid_o1b{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:903px){
.adx-prov_grid_o1b{
grid-template-columns:repeat(6,1fr);
}
}
.adx-op_o1b{
padding:36px 0 10px;
}
.adx-op_in_o1b{
background:#211F24;
grid-template-columns:1fr;
border-radius:0.875rem;
gap:32px;
border:1px solid rgba(244,240,232,0.06);
padding:2rem;
display:grid;
align-items:center;
}
@media(min-width:860px){
.adx-op_in_o1b{
grid-template-columns:.9fr 1.1fr;
padding:34px 2.5rem;
gap:2.75rem;
}
}
.adx-op_left_o1b{
min-width:0;
}
.adx-op_eyebrow_o1b{
margin-bottom:12px;
}
.adx-op_h2_o1b{
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
line-height:1.08;
color:#F4F0E8;
overflow-wrap:break-word;
margin-bottom:0.625rem;
font-weight:600;
font-size:1.75rem;
}
@media(min-width:769px){
.adx-op_h2_o1b{
font-size:30px;
}
}
.adx-op_text_o1b{
font-size:0.875rem;
color:#7A756F;
line-height:1.6;
}
.adx-op_grid_o1b{
overflow:hidden;
grid-template-columns:1fr 1fr;
background:rgba(244,240,232,0.11);
border-radius:0.5rem;
border:1px solid rgba(244,240,232,0.11);
gap:1px;
display:grid;
}
.adx-op_field_o1b{
padding:1.125rem 1.25rem;
background:#18171A;
min-width:0;
}
.adx-op_field_lb_o1b{
font-size:0.625rem;
letter-spacing:.1em;
margin-bottom:0.313rem;
color:#C4A96A;
text-transform:uppercase;
font-weight:600;
}
.adx-op_field_val_o1b{
overflow-wrap:break-word;
font-weight:700;
font-size:0.875rem;
color:#F4F0E8;
}
.adx-hts_o1b{
padding:48px 0;
}
@media(min-width:769px){
.adx-hts_o1b{
padding:3.875rem 0;
}
}
.adx-hts_head_o1b{
gap:18px;
display:flex;
margin-bottom:34px;
flex-direction:column;
}
@media(min-width:767px){
.adx-hts_head_o1b{
gap:1.5rem;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.adx-hts_eyebrow_o1b{
margin-bottom:0.75rem;
}
.adx-hts_h2_o1b{
font-weight:600;
line-height:1.05;
font-size:1.875rem;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
color:#F4F0E8;
}
@media(min-width:767px){
.adx-hts_h2_o1b{
font-size:38px;
}
}
.adx-hts_cta_o1b{
background:#D9BE8A;
transition:opacity .2s ease;
border-radius:999px;
padding:0.938rem 1.875rem;
flex:0 0 auto;
font-weight:700;
color:#1A1713;
font-size:0.938rem;
}
.adx-hts_cta_o1b:hover{
opacity:.9;
}
.adx-hts_grid_o1b{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:757px){
.adx-hts_grid_o1b{
grid-template-columns:repeat(3,1fr);
}
}
.adx-hts_step_o1b{
padding-top:1.375rem;
min-width:0;
border-top:1px solid rgba(255,251,245,0.10);
}
.adx-hts_step_num_o1b{
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
margin-bottom:14px;
color:#D9BE8A;
font-size:44px;
font-weight:700;
line-height:1;
}
.adx-hts_step_h_o1b{
line-height:1.2;
font-weight:700;
overflow-wrap:break-word;
color:#F4F0E8;
font-size:1.188rem;
margin-bottom:0.5rem;
}
.adx-hts_step_p_o1b{
font-size:0.875rem;
line-height:1.55;
color:#A09B94;
overflow-wrap:break-word;
}
.adx-pmt_o1b{
padding:3rem 0 0.625rem;
}
.adx-pmt_in_o1b{
gap:32px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:879px){
.adx-pmt_in_o1b{
grid-template-columns:1fr 1.1fr;
gap:3rem;
}
}
.adx-pmt_left_o1b{
min-width:0;
}
.adx-pmt_eyebrow_o1b{
margin-bottom:12px;
}
.adx-pmt_h2_o1b{
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-size:30px;
overflow-wrap:break-word;
margin-bottom:12px;
color:#F4F0E8;
line-height:1.06;
font-weight:600;
}
@media(min-width:765px){
.adx-pmt_h2_o1b{
font-size:32px;
}
}
.adx-pmt_text_o1b{
font-size:0.906rem;
color:#7A756F;
margin-bottom:22px;
line-height:1.6;
}
.adx-pmt_logos_o1b{
grid-template-columns:repeat(2,1fr);
gap:0.625rem;
display:grid;
}
@media(min-width:480px){
.adx-pmt_logos_o1b{
grid-template-columns:repeat(4,1fr);
}
}
.adx-pmt_logo_o1b{
border-radius:0.5rem;
overflow:hidden;
background:#211F24;
border:1px solid rgba(244,240,232,0.06);
padding:0 0.5rem;
font-weight:700;
text-align:center;
display:flex;
height:50px;
color:#CEC9BE;
justify-content:center;
align-items:center;
text-overflow:ellipsis;
white-space:nowrap;
font-size:0.781rem;
}
.adx-pmt_table_o1b{
border:1px solid rgba(244,240,232,0.06);
border-radius:0.875rem;
overflow:hidden;
min-width:0;
}
.adx-pmt_thead_o1b{
background:#111013;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
}
.adx-pmt_th_o1b{
overflow:hidden;
padding:0.813rem 14px;
font-weight:700;
white-space:nowrap;
text-transform:uppercase;
text-overflow:ellipsis;
letter-spacing:.08em;
font-size:0.625rem;
color:#F4F0E8;
}
.adx-pmt_row_o1b{
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(244,240,232,0.06);
}
.adx-pmt_row_o1b:nth-child(odd){
background:#211F24;
}
.adx-pmt_td_o1b{
padding:14px;
font-size:13.5px;
min-width:0;
overflow-wrap:break-word;
color:#7A756F;
}
.adx-pmt_row_o1b .adx-pmt_td_o1b:first-child{
color:#F4F0E8;
font-weight:700;
}
.adx-pmt_row_o1b .adx-pmt_td_o1b:last-child{
color:#5BAF7A;
font-weight:700;
}
.adx-rv_o1b{
background:#211F24;
padding:3rem 0;
border-bottom:1px solid rgba(244,240,232,0.06);
border-top:1px solid rgba(244,240,232,0.06);
margin-top:1.5rem;
}
@media(min-width:765px){
.adx-rv_o1b{
padding:56px 0;
}
}
.adx-rv_head_o1b{
gap:16px;
display:flex;
flex-direction:column;
margin-bottom:30px;
}
@media(min-width:767px){
.adx-rv_head_o1b{
gap:20px;
flex-direction:row;
justify-content:space-between;
align-items:flex-end;
}
}
.adx-rv_eyebrow_o1b{
margin-bottom:10px;
}
.adx-rv_h2_o1b{
font-weight:600;
font-size:30px;
line-height:1.05;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
color:#F4F0E8;
overflow-wrap:break-word;
}
@media(min-width:769px){
.adx-rv_h2_o1b{
font-size:38px;
}
}
.adx-rv_agg_o1b{
gap:12px;
display:flex;
align-items:center;
}
.adx-rv_agg_stars_o1b{
gap:3px;
color:#C4A96A;
display:flex;
}
.adx-rv_agg_stars_o1b svg{
width:18px;
height:18px;
}
.adx-rv_source_o1b{
font-size:13px;
color:#7A756F;
}
.adx-rv_grid_o1b{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:762px){
.adx-rv_grid_o1b{
grid-template-columns:repeat(3,1fr);
}
}
.adx-rv_card_o1b{
background:#18171A;
border-radius:0.875rem;
padding:26px;
border:1px solid rgba(244,240,232,0.06);
min-width:0;
}
.adx-rv_card_stars_o1b{
gap:2px;
color:#C4A96A;
display:flex;
margin-bottom:12px;
}
.adx-rv_card_stars_o1b svg{
width:14px;
height:14px;
}
.adx-rv_card_body_o1b{
line-height:1.45;
font-size:18px;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
margin-bottom:1rem;
overflow-wrap:break-word;
color:#F4F0E8;
font-weight:500;
}
.adx-rv_card_meta_o1b{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.adx-rv_card_av_o1b{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#B8952E,#E8D28C);
width:32px;
height:32px;
}
.adx-rv_card_author_o1b{
font-size:13px;
font-weight:700;
color:#F4F0E8;
}
.adx-rv_card_loc_o1b{
font-size:12px;
color:#9C9790;
}
.adx-tt_o1b{
padding:3rem 0 0.625rem;
}
@media(min-width:769px){
.adx-tt_o1b{
padding:60px 0 0.625rem;
}
}
.adx-tt_head_o1b{
margin-bottom:2.125rem;
text-align:center;
}
.adx-tt_eyebrow_o1b{
margin-bottom:12px;
}
.adx-tt_h2_o1b{
overflow-wrap:break-word;
font-weight:600;
line-height:1.05;
color:#F4F0E8;
font-size:32px;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:766px){
.adx-tt_h2_o1b{
font-size:42px;
}
}
.adx-tt_grid_o1b{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:757px){
.adx-tt_grid_o1b{
grid-template-columns:repeat(3,1fr);
}
}
.adx-tt_card_o1b{
border:1px solid rgba(244,240,232,0.06);
background:#211F24;
padding:30px;
border-radius:0.875rem;
display:flex;
min-width:0;
flex-direction:column;
}
.adx-tt_card_ic_o1b{
display:inline-flex;
margin-bottom:18px;
color:#C4A96A;
align-items:center;
}
.adx-tt_card_ic_o1b svg{
width:28px;
height:1.75rem;
}
.adx-tt_card_h_o1b{
overflow-wrap:break-word;
font-size:22px;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-weight:600;
line-height:1.15;
color:#F4F0E8;
margin-bottom:8px;
}
.adx-tt_card_p_o1b{
font-size:0.875rem;
color:#7A756F;
overflow-wrap:break-word;
margin-bottom:14px;
line-height:1.6;
}
.adx-tt_card_p_o1b b{
color:#F4F0E8;
font-weight:700;
}
.adx-tt_card_link_o1b{
transition:color .2s ease;
color:#F4F0E8;
font-weight:700;
padding-bottom:2px;
margin-top:auto;
align-self:flex-start;
border-bottom:1px solid #C4A96A;
font-size:13px;
}
.adx-tt_card_link_o1b:hover{
color:#C4A96A;
}
.adx-sg_o1b{
padding:48px 0 0.625rem;
}
.adx-sg_eyebrow_o1b{
display:block;
margin-bottom:0.75rem;
}
.adx-sg_h2_o1b{
color:#F4F0E8;
font-size:30px;
overflow-wrap:break-word;
line-height:1.05;
font-weight:600;
margin-bottom:28px;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
}
@media(min-width:768px){
.adx-sg_h2_o1b{
font-size:36px;
}
}
.adx-sg_grid_o1b{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:723px){
.adx-sg_grid_o1b{
grid-template-columns:repeat(3,1fr);
}
}
.adx-sg_col_o1b{
min-width:0;
}
.adx-sg_col_h_o1b{
color:#F4F0E8;
font-size:22px;
line-height:1.15;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-weight:600;
overflow-wrap:break-word;
margin-bottom:10px;
}
.adx-sg_col_p_o1b{
font-size:14px;
overflow-wrap:break-word;
line-height:1.65;
color:#7A756F;
}
.adx-faq_o1b{
padding:3rem 0;
background:#211F24;
border-top:1px solid rgba(244,240,232,0.06);
border-bottom:1px solid rgba(244,240,232,0.06);
margin-top:24px;
}
@media(min-width:769px){
.adx-faq_o1b{
padding:62px 0;
}
}
.adx-faq_head_o1b{
margin-bottom:34px;
text-align:center;
}
.adx-faq_eyebrow_o1b{
margin-bottom:12px;
}
.adx-faq_h2_o1b{
color:#F4F0E8;
font-size:32px;
overflow-wrap:break-word;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
font-weight:600;
}
@media(min-width:769px){
.adx-faq_h2_o1b{
font-size:38px;
}
}
.adx-faq_list_o1b{
gap:12px;
margin:0 auto;
flex-direction:column;
display:flex;
max-width:51.25rem;
}
.adx-faq_item_o1b{
background:#18171A;
overflow:hidden;
border-radius:14px;
border:1px solid rgba(244,240,232,0.06);
}
.adx-faq_q_o1b{
padding:1.25rem 1.5rem;
gap:20px;
list-style:none;
cursor:pointer;
display:flex;
align-items:center;
font-size:1rem;
overflow-wrap:break-word;
font-weight:700;
justify-content:space-between;
color:#F4F0E8;
}
.adx-faq_q_o1b::-webkit-details-marker{
display:none;
}
.adx-faq_q_ic_o1b{
flex:0 0 auto;
transition:transform .2s ease;
display:inline-flex;
color:#C4A96A;
align-items:center;
}
.adx-faq_q_ic_o1b svg{
width:18px;
height:1.125rem;
}
.adx-faq_item_o1b[open] .adx-faq_q_ic_o1b{
transform:rotate(180deg);
}
.adx-faq_a_o1b{
padding:0 24px 1.25rem;
overflow-wrap:break-word;
font-size:14.5px;
line-height:1.6;
color:#7A756F;
}
.adx-el_o1b{
padding:48px 0;
}
@media(min-width:770px){
.adx-el_o1b{
padding:56px 0;
}
}
.adx-el_in_o1b{
gap:40px;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:903px){
.adx-el_in_o1b{
grid-template-columns:1fr 1fr;
gap:56px;
}
}
.adx-el_left_o1b{
min-width:0;
}
.adx-el_eyebrow_o1b{
margin-bottom:14px;
}
.adx-el_h2_o1b{
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
color:#F4F0E8;
font-weight:600;
font-size:32px;
line-height:1.08;
margin-bottom:1.375rem;
overflow-wrap:break-word;
}
@media(min-width:769px){
.adx-el_h2_o1b{
font-size:38px;
}
}
.adx-el_body_o1b p{
line-height:1.7;
font-size:1rem;
margin-bottom:18px;
overflow-wrap:break-word;
color:#CEC9BE;
}
.adx-el_dropcap_o1b{
padding:0.375rem 12px 0 0;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-weight:700;
color:#C4A96A;
line-height:.8;
font-size:3.875rem;
float:left;
}
.adx-el_right_o1b{
min-width:0;
}
.adx-el_quote_o1b{
padding:36px;
border-radius:1.25rem;
background:linear-gradient(150deg,#16141C,#0A0909);
position:relative;
color:#F4F0E8;
margin-bottom:24px;
}
.adx-el_quote_mark_o1b{
color:#D9BE8A;
display:inline-flex;
margin-bottom:6px;
align-items:center;
}
.adx-el_quote_mark_o1b svg{
height:2.125rem;
width:34px;
}
.adx-el_quote_text_o1b{
margin-bottom:22px;
font-size:22px;
overflow-wrap:break-word;
line-height:1.4;
color:#F4F0E8;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
font-weight:500;
}
.adx-el_quote_meta_o1b{
gap:12px;
align-items:center;
display:flex;
}
.adx-el_quote_av_o1b{
flex:0 0 auto;
background:linear-gradient(135deg,#B8952E,#E8D28C);
border-radius:50%;
width:38px;
height:38px;
}
.adx-el_quote_author_o1b{
color:#F4F0E8;
font-weight:700;
font-size:14px;
}
.adx-el_quote_meta_sub_o1b{
color:#A09B94;
font-size:0.75rem;
}
.adx-el_explain_o1b{
border:1px solid rgba(244,240,232,0.06);
border-radius:14px;
overflow:hidden;
}
.adx-el_explain_card_o1b{
padding:1.375rem 24px;
}
.adx-el_explain_card_o1b+.adx-el_explain_card_o1b{
border-top:1px solid rgba(244,240,232,0.06);
}
.adx-el_explain_h_o1b{
color:#F4F0E8;
font-weight:600;
font-size:1.25rem;
line-height:1.15;
margin-bottom:8px;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
}
.adx-el_explain_p_o1b{
color:#7A756F;
line-height:1.55;
font-size:14px;
overflow-wrap:break-word;
}
.adx-lh_o1b{
padding:40px 0 20px;
}
.adx-lh_in_o1b{
padding-top:2.125rem;
border-top:1px solid rgba(244,240,232,0.11);
}
.adx-lh_eyebrow_o1b{
display:block;
margin-bottom:1.375rem;
}
.adx-lh_grid_o1b{
grid-template-columns:1fr 1fr;
gap:1.75rem;
display:grid;
}
@media(min-width:601px){
.adx-lh_grid_o1b{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:958px){
.adx-lh_grid_o1b{
grid-template-columns:repeat(5,1fr);
}
}
.adx-lh_col_o1b{
min-width:0;
}
.adx-lh_col_h_o1b{
overflow-wrap:break-word;
margin-bottom:12px;
font-size:13px;
font-weight:700;
color:#F4F0E8;
}
.adx-lh_links_o1b{
gap:0.5rem;
flex-direction:column;
display:flex;
}
.adx-lh_link_o1b{
transition:color .2s ease;
font-size:0.813rem;
color:#7A756F;
overflow-wrap:break-word;
}
.adx-lh_link_o1b:hover{
color:#C4A96A;
}
.adx-sb_o1b{
padding:3rem 0;
background:#211F24;
margin-top:24px;
border-bottom:1px solid rgba(244,240,232,0.06);
border-top:1px solid rgba(244,240,232,0.06);
}
@media(min-width:769px){
.adx-sb_o1b{
padding:56px 0;
}
}
.adx-sb_eyebrow_o1b{
display:block;
margin-bottom:12px;
}
.adx-sb_h2_o1b{
color:#F4F0E8;
font-size:1.875rem;
overflow-wrap:break-word;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
line-height:1.05;
font-weight:600;
margin-bottom:26px;
}
@media(min-width:769px){
.adx-sb_h2_o1b{
font-size:36px;
}
}
.adx-sb_grid_o1b{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:559px){
.adx-sb_grid_o1b{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:961px){
.adx-sb_grid_o1b{
grid-template-columns:repeat(4,1fr);
}
}
.adx-sb_card_o1b{
padding:24px;
border:1px solid rgba(244,240,232,0.06);
border-radius:14px;
background:#18171A;
min-width:0;
}
.adx-sb_card_h_o1b{
font-size:1.188rem;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
overflow-wrap:break-word;
font-weight:600;
line-height:1.15;
color:#F4F0E8;
margin-bottom:8px;
}
.adx-sb_card_p_o1b{
color:#7A756F;
overflow-wrap:break-word;
line-height:1.6;
font-size:0.844rem;
}
.adx-sb_rtp_o1b{
gap:24px;
border:1px solid rgba(244,240,232,0.06);
padding:1.625rem 28px;
border-radius:14px;
background:#18171A;
grid-template-columns:1fr;
align-items:center;
display:grid;
margin-top:1.125rem;
}
@media(min-width:757px){
.adx-sb_rtp_o1b{
gap:40px;
grid-template-columns:1fr 1fr;
}
}
.adx-sb_rtp_h_o1b{
color:#F4F0E8;
margin-bottom:0.5rem;
line-height:1.15;
overflow-wrap:break-word;
font-weight:600;
font-size:20px;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
}
.adx-sb_rtp_p_o1b{
overflow-wrap:break-word;
color:#7A756F;
font-size:13.5px;
line-height:1.6;
}
.adx-sb_rtp_stats_o1b{
gap:1rem;
display:flex;
}
.adx-sb_stat_o1b{
border-radius:0.5rem;
padding:1.125rem;
flex:1 1 0;
background:#211F24;
text-align:center;
min-width:0;
}
.adx-sb_stat_v_o1b{
font-weight:700;
overflow-wrap:break-word;
color:#5BAF7A;
font-size:26px;
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
}
.adx-sb_stat_l_o1b{
margin-top:0.25rem;
color:#9C9790;
font-size:11.5px;
}
.adx-ft_o1b{
background:#111013;
margin-top:2.5rem;
color:#A09B94;
}
.adx-ft_in_o1b{
gap:32px;
padding:48px 0 1.75rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:598px){
.adx-ft_in_o1b{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:902px){
.adx-ft_in_o1b{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.adx-ft_brand_o1b{
min-width:0;
}
.adx-ft_logo_o1b{
font-family:"Spectral", 'Iowan Old Style', Georgia, serif;
color:#F4F0E8;
font-weight:700;
overflow-wrap:break-word;
font-size:1.625rem;
}
.adx-ft_tagline_o1b{
margin-top:14px;
color:#A09B94;
font-size:0.844rem;
line-height:1.6;
max-width:280px;
}
.adx-ft_contact_o1b{
transition:color .2s ease;
overflow-wrap:anywhere;
color:#D9BE8A;
max-width:280px;
display:inline-block;
margin-top:0.75rem;
font-size:0.813rem;
}
.adx-ft_contact_o1b:hover{
color:#F4F0E8;
}
.adx-ft_col_o1b{
min-width:0;
}
.adx-ft_col_h_o1b{
margin-bottom:14px;
color:#F4F0E8;
overflow-wrap:break-word;
text-transform:uppercase;
font-size:13px;
letter-spacing:.08em;
font-weight:700;
}
.adx-ft_col_links_o1b{
gap:10px;
display:flex;
flex-direction:column;
}
.adx-ft_link_o1b{
transition:color .2s ease;
overflow-wrap:break-word;
font-size:13.5px;
color:#A09B94;
}
.adx-ft_link_o1b:hover{
color:#F4F0E8;
}
.adx-ft_bot_o1b{
padding:22px 0 40px;
gap:1rem;
border-top:1px solid rgba(255,251,245,0.10);
flex-direction:column;
display:flex;
}
@media(min-width:771px){
.adx-ft_bot_o1b{
gap:20px;
flex-direction:row;
justify-content:space-between;
align-items:center;
}
}
.adx-ft_legal_o1b{
font-size:0.719rem;
line-height:1.6;
overflow-wrap:break-word;
max-width:760px;
color:#524E49;
}
.adx-ft_legal_o1b b{
color:#A09B94;
font-weight:700;
}
.adx-ft_age_o1b{
padding:0.25rem 0.563rem;
border:1.5px solid #D9BE8A;
flex:0 0 auto;
border-radius:8px;
color:#D9BE8A;
font-size:0.813rem;
font-weight:700;
}