*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#F5F0E8;
text-rendering:optimizeLegibility;
line-height:1.6;
overflow-wrap:break-word;
-webkit-font-smoothing:antialiased;
font-size:15px;
font-family:"Hanken Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#3A3326;
}
img{
display:block;
max-width:100%;
}
a{
text-decoration:none;
color:inherit;
}
button{
background:none;
border:none;
font-family:inherit;
cursor:pointer;
}
::-webkit-scrollbar{
height:8px;
width:8px;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.50);
border-radius:0.5rem;
}
::-webkit-scrollbar-track{
background:transparent;
}
.wsx_layout-3u8{
min-height:100vh;
display:flex;
flex-direction:column;
}
.wsx_main-3u8{
flex:1 1 auto;
min-width:0;
width:100%;
}
.wsx_container-3u8{
margin:0 auto;
padding:0 1rem;
width:100%;
max-width:1400px;
}
@media(min-width:769px){
.wsx_container-3u8{
padding:0 32px;
}
}
@media(min-width:1099px){
.wsx_container-3u8{
padding:0 56px;
}
}
.wsx_eyebrow-3u8{
overflow-wrap:break-word;
letter-spacing:.2em;
color:#A0722A;
font-family:"Hanken Grotesk", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.4;
font-weight:600;
display:inline-block;
font-size:11px;
text-transform:uppercase;
}
.wsx_band-3u8{
background:#1E1A12;
color:#F4EFE4;
}
.wsx_band-3u8 .wsx_eyebrow-3u8{
color:#D4A855;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.wsx_tb-3u8{
background:#F5F0E8;
border-bottom:1px solid rgba(28,24,16,0.14);
top:0;
position:sticky;
z-index:50;
}
.wsx_tb_in-3u8{
padding:12px 1rem;
gap:16px;
margin:0 auto;
max-width:1400px;
display:flex;
width:100%;
align-items:center;
justify-content:space-between;
}
@media(min-width:770px){
.wsx_tb_in-3u8{
padding:1rem 2rem;
}
}
@media(min-width:1103px){
.wsx_tb_in-3u8{
padding:1.125rem 56px;
}
}
.wsx_tb_left-3u8{
gap:1.75rem;
min-width:0;
align-items:center;
display:flex;
}
.wsx_tb_logo-3u8{
gap:0.688rem;
display:flex;
align-items:center;
min-width:0;
}
.wsx_tb_logo_mark-3u8{
border-radius:0.5rem;
flex:0 0 auto;
height:2.125rem;
object-fit:cover;
width:2.125rem;
}
.wsx_tb_logo_txt-3u8{
min-width:0;
line-height:1;
display:flex;
flex-direction:column;
}
.wsx_tb_logo_name-3u8{
overflow:hidden;
letter-spacing:.02em;
white-space:nowrap;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-weight:700;
font-size:22px;
text-overflow:ellipsis;
color:#1C1810;
}
.wsx_tb_logo_sub-3u8{
overflow:hidden;
white-space:nowrap;
font-weight:600;
font-size:8.5px;
letter-spacing:.32em;
text-transform:uppercase;
text-overflow:ellipsis;
margin-top:4px;
color:#A0722A;
}
.wsx_tb_nav-3u8{
display:none;
}
@media(min-width:957px){
.wsx_tb_nav-3u8{
gap:1.75rem;
align-items:center;
display:flex;
}
}
.wsx_tb_nav_item-3u8{
transition:color .22s ease,border-color .22s ease;
white-space:nowrap;
padding-bottom:3px;
color:#3A3326;
font-size:0.875rem;
border-bottom:2px solid transparent;
font-weight:600;
}
.wsx_tb_nav_item-3u8:hover{
color:#1C1810;
}
.wsx_tb_nav_item-3u8.wsx_state_active-3u8{
border-color:#A0722A;
color:#1C1810;
}
.wsx_tb_right-3u8{
flex:0 0 auto;
gap:14px;
display:flex;
align-items:center;
}
.wsx_tb_search-3u8{
transition:color .22s ease;
display:flex;
justify-content:center;
align-items:center;
color:#3A3326;
}
.wsx_tb_search-3u8:hover{
color:#A0722A;
}
.wsx_tb_search-3u8 svg{
height:18px;
width:18px;
}
.wsx_tb_lang-3u8{
font-size:0.688rem;
color:#6B5F4A;
font-weight:600;
letter-spacing:.1em;
text-transform:uppercase;
}
.wsx_tb_lang-3u8:hover{
color:#1C1810;
}
.wsx_tb_login-3u8{
font-size:0.875rem;
font-weight:600;
display:none;
color:#1C1810;
}
@media(min-width:765px){
.wsx_tb_login-3u8{
display:inline-block;
}
}
.wsx_tb_register-3u8{
border-radius:999px;
transition:background-color .22s ease;
background:#2A2319;
padding:0.688rem 22px;
font-size:0.875rem;
white-space:nowrap;
color:#F4EFE4;
font-weight:700;
}
.wsx_tb_register-3u8:hover{
background:#3D3225;
}
.wsx_mob-3u8{
background:#F5F0E8;
border-top:1px solid rgba(28,24,16,0.14);
right:0;
bottom:0;
position:fixed;
left:0;
padding-bottom:env(safe-area-inset-bottom);
z-index:60;
}
@media(min-width:963px){
.wsx_mob-3u8{
display:none;
}
}
.wsx_mob_in-3u8{
margin:0 auto;
align-items:stretch;
max-width:35rem;
display:flex;
justify-content:space-around;
}
.wsx_mob_item-3u8{
flex:1 1 0;
gap:3px;
transition:color .22s ease;
padding:9px 0.25rem;
min-width:0;
color:#6B5F4A;
flex-direction:column;
align-items:center;
display:flex;
}
.wsx_mob_item-3u8.wsx_state_active-3u8{
color:#A0722A;
}
.wsx_mob_ic-3u8{
justify-content:center;
align-items:center;
display:flex;
}
.wsx_mob_ic-3u8 svg{
height:20px;
width:1.25rem;
}
.wsx_mob_lb-3u8{
overflow:hidden;
font-weight:600;
max-width:100%;
text-overflow:ellipsis;
font-size:0.625rem;
white-space:nowrap;
}
@media(max-width:957px){
body{
padding-bottom:60px;
}
}
.wsx_rail-3u8{
min-width:0;
position:relative;
}
.wsx_rail_scroll-3u8{
gap:14px;
padding-bottom:14px;
display:flex;
scrollbar-width:thin;
overflow-x:auto;
-webkit-overflow-scrolling:touch;
}
@media(min-width:769px){
.wsx_rail_scroll-3u8{
gap:18px;
}
}
.wsx_gc-3u8{
flex:0 0 auto;
width:9.375rem;
display:block;
}
@media(min-width:767px){
.wsx_gc-3u8{
width:11.75rem;
}
}
.wsx_gc_img-3u8{
border-radius:0.875rem;
overflow:hidden;
background:#FBF8F2;
position:relative;
box-shadow:0 2px 6px rgba(28,24,16,0.07), 0 6px 18px rgba(28,24,16,0.06);
padding-bottom:133.33%;
}
.wsx_gc_img-3u8 img{
inset:0;
width:100%;
object-fit:cover;
height:100%;
position:absolute;
}
.wsx_gc_cover-3u8{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.50));
position:absolute;
pointer-events:none;
}
.wsx_gc_hover-3u8{
background:rgba(0,0,0,0.50);
inset:0;
transition:opacity .22s ease;
display:flex;
position:absolute;
justify-content:center;
opacity:0;
align-items:center;
}
.wsx_gc-3u8:hover .wsx_gc_hover-3u8{
opacity:1;
}
.wsx_gc_hover_btn-3u8{
border-radius:999px;
background:#2A2319;
height:46px;
color:#F4EFE4;
justify-content:center;
width:2.875rem;
display:flex;
align-items:center;
}
.wsx_gc_hover_btn-3u8 svg{
width:18px;
height:1.125rem;
}
.wsx_gc_info-3u8{
gap:2px;
margin-top:9px;
flex-direction:column;
min-width:0;
display:flex;
}
.wsx_gc_name-3u8{
overflow:hidden;
font-weight:700;
white-space:nowrap;
color:#1C1810;
text-overflow:ellipsis;
font-size:13px;
}
.wsx_gc_prov-3u8{
overflow:hidden;
color:#6B5F4A;
font-size:0.688rem;
white-space:nowrap;
text-overflow:ellipsis;
}
.wsx_gc_meta-3u8{
font-size:0.688rem;
color:#6B5F4A;
}
.wsx_tc-3u8{
flex:0 0 auto;
display:block;
width:180px;
}
@media(min-width:769px){
.wsx_tc-3u8{
width:230px;
}
}
.wsx_tc_img-3u8{
border-radius:14px;
overflow:hidden;
background:#FBF8F2;
position:relative;
padding-bottom:75%;
box-shadow:0 2px 6px rgba(28,24,16,0.07), 0 0.375rem 18px rgba(28,24,16,0.06);
}
.wsx_tc_img-3u8 img{
inset:0;
position:absolute;
width:100%;
object-fit:cover;
height:100%;
}
.wsx_tc_info-3u8{
gap:2px;
min-width:0;
display:flex;
margin-top:9px;
flex-direction:column;
}
.wsx_tc_name-3u8{
overflow:hidden;
font-size:0.875rem;
text-overflow:ellipsis;
white-space:nowrap;
font-weight:700;
color:#1C1810;
}
.wsx_tc_rtp-3u8{
font-size:11px;
color:#6B5F4A;
}
.wsx_lc-3u8{
flex:0 0 auto;
width:14.375rem;
display:block;
}
@media(min-width:768px){
.wsx_lc-3u8{
width:268px;
}
}
.wsx_lc_img-3u8{
background:#FBF8F2;
overflow:hidden;
border-radius:0.875rem;
padding-bottom:62.5%;
position:relative;
box-shadow:0 2px 6px rgba(28,24,16,0.07), 0 6px 18px rgba(28,24,16,0.06);
}
.wsx_lc_img-3u8 img{
inset:0;
position:absolute;
width:100%;
object-fit:cover;
height:100%;
}
.wsx_lc_live-3u8{
background:rgba(0,0,0,0.50);
padding:4px 0.563rem;
gap:0.438rem;
border-radius:999px;
position:absolute;
display:flex;
left:0.75rem;
align-items:center;
top:0.75rem;
}
.wsx_lc_live_dot-3u8{
border-radius:50%;
background:#B84C38;
animation:zm2-pulse 1.6s infinite;
height:0.5rem;
width:8px;
}
.wsx_lc_seats-3u8{
font-size:0.625rem;
color:#F4EFE4;
letter-spacing:.08em;
font-weight:600;
text-transform:uppercase;
}
.wsx_lc_info-3u8{
gap:2px;
display:flex;
min-width:0;
flex-direction:column;
margin-top:0.563rem;
}
.wsx_lc_name-3u8{
overflow:hidden;
text-overflow:ellipsis;
color:#1C1810;
font-size:0.938rem;
font-weight:700;
white-space:nowrap;
}
.wsx_lc_bet-3u8{
color:#6B5F4A;
font-size:11px;
}
.wsx_pc-3u8{
padding:1rem 14px;
gap:8px;
background:#FBF8F2;
border:1px solid rgba(28,24,16,0.08);
border-radius:0.875rem;
justify-content:center;
display:flex;
min-height:74px;
flex-direction:column;
min-width:0;
align-items:center;
}
.wsx_pc_logo-3u8{
flex:0 0 auto;
object-fit:contain;
height:28px;
max-width:100%;
width:auto;
}
.wsx_pc_name-3u8{
overflow:hidden;
white-space:nowrap;
font-size:11px;
text-overflow:ellipsis;
text-align:center;
color:#6B5F4A;
max-width:100%;
}
.wsx_gc_tag-3u8{
padding:3px 0.5rem;
border-radius:8px;
z-index:2;
position:absolute;
left:0.625rem;
font-weight:700;
letter-spacing:.06em;
display:inline-block;
text-transform:uppercase;
top:0.625rem;
font-size:0.625rem;
}
.wsx_gc_tag_hot-3u8{
background:#B84C38;
color:#F4EFE4;
}
.wsx_gc_tag_new-3u8{
background:#C9903C;
color:#1C1810;
}
.wsx_gc_tag_jp-3u8{
background:#C9903C;
color:#1C1810;
}
.wsx_gc_tag_live-3u8{
background:#B84C38;
color:#F4EFE4;
}
.wsx_sh-3u8{
margin-bottom:18px;
min-width:0;
}
.wsx_sh_row-3u8{
gap:1rem;
align-items:flex-end;
flex-wrap:wrap;
justify-content:space-between;
display:flex;
}
.wsx_sh_row-3u8 .wsx_sh_l-3u8{
gap:0.375rem;
flex-direction:column;
min-width:0;
display:flex;
}
.wsx_sh_stack-3u8{
gap:10px;
flex-direction:column;
align-items:flex-start;
display:flex;
}
.wsx_sh_center-3u8{
gap:10px;
align-items:center;
flex-direction:column;
display:flex;
text-align:center;
}
.wsx_sh_h2-3u8{
font-family:"Bitter", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1.1;
font-size:1.5rem;
color:#1C1810;
font-weight:600;
}
@media(min-width:769px){
.wsx_sh_h2-3u8{
font-size:30px;
}
}
.wsx_band-3u8 .wsx_sh_h2-3u8{
color:#F4EFE4;
}
.wsx_sh_eb_line-3u8{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.wsx_sh_eb_line-3u8::before{
background:#A0722A;
height:1px;
display:inline-block;
content:"";
width:28px;
}
.wsx_band-3u8 .wsx_sh_eb_line-3u8::before{
background:#D4A855;
}
.wsx_sh_eb_dot-3u8{
gap:8px;
display:inline-flex;
align-items:center;
}
.wsx_sh_eb_dot-3u8::before{
border-radius:50%;
background:#A0722A;
height:0.375rem;
content:"";
width:6px;
display:inline-block;
}
.wsx_band-3u8 .wsx_sh_eb_dot-3u8::before{
background:#D4A855;
}
.wsx_sh_link-3u8{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:6px;
padding-bottom:2px;
white-space:nowrap;
font-weight:600;
align-items:center;
border-bottom:1px solid #1C1810;
color:#1C1810;
font-size:13px;
display:inline-flex;
}
.wsx_sh_link-3u8:hover{
border-color:#A0722A;
color:#A0722A;
}
.wsx_sh_link-3u8 svg{
height:0.875rem;
width:14px;
}
.wsx_sh_link_chev-3u8{
padding-bottom:0;
border-bottom:0;
}
.wsx_sh_link_btn-3u8{
padding:0.563rem 18px;
border-radius:62.438rem;
background:#2A2319;
color:#F4EFE4;
border-bottom:0;
}
.wsx_sh_link_btn-3u8:hover{
border-color:transparent;
background:#3D3225;
color:#F4EFE4;
}
.wsx_band-3u8 .wsx_sh_link-3u8{
border-color:#F4EFE4;
color:#F4EFE4;
}
.wsx_band-3u8 .wsx_sh_link_btn-3u8{
background:#D4A855;
color:#1C1810;
}
.wsx_sh_rule-3u8{
margin:-2px 0 1.125rem;
background:rgba(28,24,16,0.14);
height:1px;
}
.wsx_band-3u8 .wsx_sh_rule-3u8{
background:rgba(255,240,200,0.13);
}
.wsx_hero-3u8{
padding:32px 0 0.5rem;
}
@media(min-width:768px){
.wsx_hero-3u8{
padding:3.5rem 0 1.5rem;
}
}
.wsx_hero_in-3u8{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:center;
}
@media(min-width:901px){
.wsx_hero_in-3u8{
gap:3rem;
grid-template-columns:1.05fr .95fr;
}
}
.wsx_hero_copy-3u8{
min-width:0;
}
.wsx_hero_eyebrow-3u8{
gap:10px;
margin-bottom:1.375rem;
display:inline-flex;
align-items:center;
}
.wsx_hero_eyebrow_line-3u8{
flex:0 0 auto;
background:#A0722A;
display:inline-block;
width:28px;
height:1px;
}
.wsx_hero_h1-3u8{
line-height:1.04;
color:#1C1810;
font-weight:600;
overflow-wrap:break-word;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-size:38px;
margin-bottom:20px;
letter-spacing:-.01em;
}
@media(min-width:765px){
.wsx_hero_h1-3u8{
font-size:54px;
}
}
@media(min-width:1099px){
.wsx_hero_h1-3u8{
font-size:62px;
}
}
.wsx_hero_h1-3u8 em{
font-style:normal;
color:#A0722A;
}
.wsx_hero_sub-3u8{
max-width:480px;
font-size:16px;
line-height:1.6;
color:#8C7D65;
margin-bottom:30px;
}
@media(min-width:768px){
.wsx_hero_sub-3u8{
font-size:1.125rem;
}
}
.wsx_hero_actions-3u8{
gap:14px;
margin-bottom:34px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.wsx_hero_cta-3u8{
padding:1rem 30px;
border-radius:999px;
background:#2A2319;
transition:background-color .22s ease;
gap:0.625rem;
color:#F4EFE4;
font-size:0.938rem;
font-weight:700;
align-items:center;
display:inline-flex;
}
.wsx_hero_cta-3u8:hover{
background:#3D3225;
}
.wsx_hero_cta_ic-3u8{
align-items:center;
display:inline-flex;
}
.wsx_hero_cta_ic-3u8 svg{
width:16px;
height:1rem;
}
.wsx_hero_cta_alt-3u8{
border-radius:999px;
padding:0.938rem 26px;
transition:border-color .22s ease,color .22s ease;
border:1px solid rgba(28,24,16,0.14);
background:transparent;
font-size:15px;
color:#1C1810;
align-items:center;
display:inline-flex;
font-weight:600;
}
.wsx_hero_cta_alt-3u8:hover{
border-color:#A0722A;
color:#A0722A;
}
.wsx_hero_trust-3u8{
gap:1.375rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.wsx_hero_trust_item-3u8{
gap:9px;
display:flex;
color:#3A3326;
font-size:13px;
font-weight:600;
align-items:center;
}
.wsx_hero_trust_ic-3u8{
display:inline-flex;
color:#A0722A;
align-items:center;
}
.wsx_hero_trust_ic-3u8 svg{
height:1rem;
width:16px;
}
.wsx_hero_promo-3u8{
overflow:hidden;
background:#FBF8F2;
border-radius:20px;
display:flex;
position:relative;
min-height:300px;
box-shadow:0 0.75rem 48px rgba(28,24,16,0.14), 0 3px 10px rgba(28,24,16,0.08);
}
.wsx_hero_promo_bg-3u8{
inset:0;
position:absolute;
background-size:cover;
background-position:center;
}
.wsx_hero_promo_bg-3u8::after{
background:linear-gradient(120deg,#1E1A12 0%,rgba(0,0,0,0.50) 55%,transparent 100%);
inset:0;
content:"";
position:absolute;
}
.wsx_hero_promo_glow-3u8{
background:radial-gradient(circle,rgba(176,130,72,0.18) 0%,transparent 65%);
border-radius:50%;
right:-1.25rem;
top:-2.5rem;
position:absolute;
height:16.25rem;
pointer-events:none;
width:260px;
}
.wsx_hero_promo_ct-3u8{
padding:28px;
align-self:flex-end;
z-index:2;
position:relative;
max-width:88%;
}
.wsx_hero_promo_label-3u8{
color:#D4A855;
font-weight:700;
font-size:10px;
display:block;
letter-spacing:.25em;
margin-bottom:8px;
text-transform:uppercase;
}
.wsx_hero_promo_amount-3u8{
color:#F4EFE4;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-size:2rem;
font-weight:600;
overflow-wrap:break-word;
line-height:1.05;
}
@media(min-width:769px){
.wsx_hero_promo_amount-3u8{
font-size:2.5rem;
}
}
.wsx_hero_promo_amount-3u8 em{
color:#D4A855;
font-style:normal;
}
.wsx_hero_rating-3u8{
border:1px solid rgba(28,24,16,0.08);
padding:10px 0.875rem;
border-radius:0.875rem;
gap:0.625rem;
background:#FBF8F2;
top:14px;
z-index:3;
display:flex;
position:absolute;
right:14px;
max-width:min(16.25rem,62%);
box-shadow:0 2px 6px rgba(28,24,16,0.07), 0 0.375rem 1.125rem rgba(28,24,16,0.06);
align-items:center;
}
.wsx_hero_rating_score-3u8{
flex:0 0 auto;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-weight:700;
color:#1C1810;
font-size:24px;
}
.wsx_hero_rating_txt-3u8{
flex:1 1 auto;
min-width:0;
}
.wsx_hero_rating_stars-3u8{
gap:2px;
display:flex;
color:#A0722A;
}
.wsx_hero_rating_stars-3u8 svg{
height:12px;
width:0.75rem;
}
.wsx_hero_rating_cap-3u8{
color:#6B5F4A;
font-size:0.688rem;
line-height:1.35;
overflow-wrap:break-word;
margin-top:3px;
display:block;
}
.wsx_stat-3u8{
border-top:1px solid rgba(28,24,16,0.14);
margin-top:16px;
border-bottom:1px solid rgba(28,24,16,0.14);
}
.wsx_stat_in-3u8{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:769px){
.wsx_stat_in-3u8{
grid-template-columns:repeat(4,1fr);
}
}
.wsx_stat_item-3u8{
padding:1.375rem 0.875rem;
border-right:1px solid rgba(28,24,16,0.08);
border-bottom:1px solid rgba(28,24,16,0.08);
min-width:0;
}
.wsx_stat_item-3u8:nth-child(2n){
border-right:0;
}
.wsx_stat_item-3u8:nth-child(n+3){
border-bottom:0;
}
@media(min-width:768px){
.wsx_stat_item-3u8{
border-bottom:0;
}
.wsx_stat_item-3u8:nth-child(2n){
border-right:1px solid rgba(28,24,16,0.08);
}
.wsx_stat_item-3u8:nth-child(4n){
border-right:0;
}
}
.wsx_stat_value-3u8{
font-size:1.875rem;
line-height:1;
color:#1C1810;
overflow-wrap:break-word;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-weight:700;
}
@media(min-width:765px){
.wsx_stat_value-3u8{
font-size:2.125rem;
}
}
.wsx_stat_label-3u8{
overflow-wrap:break-word;
margin-top:6px;
font-size:0.813rem;
color:#6B5F4A;
line-height:1.4;
}
.wsx_grow-3u8{
padding:1.625rem 0 0.625rem;
}
.wsx_row_seo-3u8{
margin:0.625rem 0 0;
color:#8C7D65;
max-width:760px;
line-height:1.65;
font-size:0.875rem;
overflow-wrap:break-word;
}
.wsx_row_seo-3u8 strong{
font-weight:700;
color:#1C1810;
}
.wsx_jp-3u8{
padding:30px 0 0.625rem;
}
.wsx_jp_grid-3u8{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:770px){
.wsx_jp_grid-3u8{
grid-template-columns:1fr 1fr;
}
.wsx_jp_card_mega-3u8{
grid-column:1/-1;
}
}
@media(min-width:998px){
.wsx_jp_grid-3u8{
grid-template-columns:1.4fr 1fr 1fr;
}
.wsx_jp_card_mega-3u8{
grid-column:auto;
}
}
.wsx_jp_card-3u8{
border-radius:20px;
overflow:hidden;
background:#FBF8F2;
border:1px solid rgba(28,24,16,0.08);
gap:12px;
padding:26px;
flex-direction:column;
min-width:0;
justify-content:space-between;
position:relative;
display:flex;
min-height:200px;
}
.wsx_jp_card_mega-3u8{
background:linear-gradient(135deg,#2C2518,#131009);
border-color:transparent;
min-height:210px;
color:#F4EFE4;
}
.wsx_jp_glow-3u8{
background:radial-gradient(circle,rgba(176,130,72,0.18),transparent 70%);
border-radius:50%;
height:12.5rem;
width:12.5rem;
right:-2.5rem;
position:absolute;
pointer-events:none;
top:-2.5rem;
}
.wsx_jp_label-3u8{
gap:0.625rem;
font-size:0.625rem;
font-weight:700;
flex-wrap:wrap;
position:relative;
text-transform:uppercase;
justify-content:space-between;
color:#A0722A;
display:flex;
align-items:center;
letter-spacing:.16em;
}
.wsx_jp_card_mega-3u8 .wsx_jp_label-3u8{
color:#D4A855;
}
.wsx_jp_drop-3u8{
color:#6B5F4A;
letter-spacing:.04em;
font-weight:600;
text-transform:none;
}
.wsx_jp_card_mega-3u8 .wsx_jp_drop-3u8{
color:#B8A98E;
}
.wsx_jp_amount-3u8{
font-weight:700;
position:relative;
color:#1C1810;
overflow-wrap:break-word;
line-height:1;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-size:38px;
}
.wsx_jp_card_mega-3u8 .wsx_jp_amount-3u8{
animation:zm2-pulse 2.4s infinite;
color:#D4A855;
font-size:48px;
}
@media(min-width:766px){
.wsx_jp_card_mega-3u8 .wsx_jp_amount-3u8{
font-size:54px;
}
}
.wsx_jp_game-3u8{
color:#6B5F4A;
position:relative;
font-size:13px;
}
.wsx_jp_card_mega-3u8 .wsx_jp_game-3u8{
color:#B8A98E;
}
.wsx_jp_cta-3u8{
align-self:flex-start;
position:relative;
}
.wsx_jp_card_mega-3u8 .wsx_jp_cta-3u8{
transition:opacity .22s ease;
padding:0.625rem 1.25rem;
border-radius:62.438rem;
background:#D4A855;
color:#1C1810;
font-weight:700;
font-size:0.813rem;
}
.wsx_jp_card_mega-3u8 .wsx_jp_cta-3u8:hover{
opacity:.9;
}
.wsx_jp_card-3u8:not(.wsx_jp_card_mega-3u8) .wsx_jp_cta-3u8{
transition:color .22s ease,border-color .22s ease;
color:#1C1810;
border-bottom:1px solid #1C1810;
font-weight:700;
font-size:13px;
padding-bottom:2px;
}
.wsx_jp_card-3u8:not(.wsx_jp_card_mega-3u8) .wsx_jp_cta-3u8:hover{
border-color:#A0722A;
color:#A0722A;
}
.wsx_jp_seo-3u8{
margin:0.875rem 0 0;
overflow-wrap:break-word;
line-height:1.65;
font-size:14px;
max-width:47.5rem;
color:#8C7D65;
}
.wsx_jp_seo-3u8 strong{
color:#1C1810;
font-weight:700;
}
.wsx_grow-3u8{
padding:1.625rem 0 10px;
}
.wsx_row_seo-3u8{
margin:0.625rem 0 0;
font-size:14px;
max-width:47.5rem;
overflow-wrap:break-word;
line-height:1.65;
color:#8C7D65;
}
.wsx_row_seo-3u8 strong{
color:#1C1810;
font-weight:700;
}
.wsx_grow-3u8{
padding:1.625rem 0 10px;
}
.wsx_row_seo-3u8{
margin:10px 0 0;
max-width:47.5rem;
line-height:1.65;
color:#8C7D65;
font-size:14px;
overflow-wrap:break-word;
}
.wsx_row_seo-3u8 strong{
font-weight:700;
color:#1C1810;
}
.wsx_pr-3u8{
padding:30px 0 0.375rem;
}
.wsx_pr_card-3u8{
border:1px solid rgba(28,24,16,0.08);
padding:1.625rem;
flex:0 0 auto;
background:#FBF8F2;
gap:10px;
border-radius:20px;
overflow:hidden;
width:280px;
display:flex;
position:relative;
flex-direction:column;
min-height:12.5rem;
}
@media(min-width:771px){
.wsx_pr_card-3u8{
width:300px;
}
}
.wsx_pr_card_feat-3u8{
background:linear-gradient(150deg,#2C2518,#131009);
border-color:transparent;
color:#F4EFE4;
}
.wsx_pr_glow-3u8{
border-radius:50%;
background:radial-gradient(circle,rgba(176,130,72,0.18),transparent 70%);
width:8.125rem;
height:130px;
right:-1.875rem;
top:-1.875rem;
pointer-events:none;
opacity:0;
position:absolute;
}
.wsx_pr_card_feat-3u8 .wsx_pr_glow-3u8{
opacity:1;
}
.wsx_pr_label-3u8{
position:relative;
letter-spacing:.16em;
color:#A0722A;
text-transform:uppercase;
font-weight:700;
font-size:10px;
}
.wsx_pr_card_feat-3u8 .wsx_pr_label-3u8{
color:#D4A855;
}
.wsx_pr_amount-3u8{
font-size:26px;
font-weight:600;
color:#1C1810;
line-height:1.08;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
position:relative;
}
.wsx_pr_card_feat-3u8 .wsx_pr_amount-3u8{
color:#F4EFE4;
}
.wsx_pr_amount-3u8 em{
font-style:normal;
color:#A0722A;
}
.wsx_pr_card_feat-3u8 .wsx_pr_amount-3u8 em{
color:#D4A855;
}
.wsx_pr_terms-3u8{
position:relative;
color:#6B5F4A;
font-size:13px;
line-height:1.5;
}
.wsx_pr_card_feat-3u8 .wsx_pr_terms-3u8{
color:#B8A98E;
}
.wsx_pr_cta-3u8{
margin-top:auto;
align-self:flex-start;
position:relative;
}
.wsx_pr_card_feat-3u8 .wsx_pr_cta-3u8{
border-radius:999px;
background:#D4A855;
padding:9px 1.125rem;
transition:opacity .22s ease;
font-size:13px;
color:#1C1810;
font-weight:700;
}
.wsx_pr_card_feat-3u8 .wsx_pr_cta-3u8:hover{
opacity:.9;
}
.wsx_pr_card-3u8:not(.wsx_pr_card_feat-3u8) .wsx_pr_cta-3u8{
transition:color .22s ease,border-color .22s ease;
border-bottom:1px solid #1C1810;
font-size:0.813rem;
font-weight:700;
color:#1C1810;
padding-bottom:2px;
}
.wsx_pr_card-3u8:not(.wsx_pr_card_feat-3u8) .wsx_pr_cta-3u8:hover{
border-color:#A0722A;
color:#A0722A;
}
.wsx_gf-3u8{
padding:24px 0 6px;
}
.wsx_gf_in-3u8{
gap:10px;
flex-wrap:wrap;
display:flex;
}
.wsx_gf_chip-3u8{
padding:0.625rem 1.125rem;
border:1px solid rgba(28,24,16,0.14);
background:#FBF8F2;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
border-radius:999px;
font-weight:600;
color:#3A3326;
white-space:nowrap;
font-size:13px;
}
.wsx_gf_chip-3u8:hover{
border-color:#A0722A;
color:#A0722A;
}
.wsx_gf_chip-3u8.wsx_state_active-3u8{
background:#2A2319;
border-color:transparent;
color:#F4EFE4;
}
.wsx_gm-3u8{
padding:1.875rem 0 10px;
}
.wsx_gm_in-3u8{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:880px){
.wsx_gm_in-3u8{
grid-template-columns:1.25fr 1fr;
}
}
.wsx_gm_left-3u8{
padding:2rem;
background:#FBF8F2;
border:1px solid rgba(28,24,16,0.08);
border-radius:1.25rem;
min-width:0;
}
.wsx_gm_eyebrow-3u8{
margin-bottom:0.625rem;
}
.wsx_gm_h2-3u8{
margin-bottom:8px;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
font-size:26px;
color:#1C1810;
line-height:1.06;
}
@media(min-width:766px){
.wsx_gm_h2-3u8{
font-size:1.75rem;
}
}
.wsx_gm_text-3u8{
max-width:30rem;
line-height:1.6;
margin-bottom:22px;
color:#8C7D65;
font-size:14px;
}
.wsx_gm_level-3u8{
margin-bottom:8px;
font-size:22px;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-weight:700;
color:#A0722A;
}
.wsx_gm_bar-3u8{
background:rgba(28,24,16,0.14);
overflow:hidden;
border-radius:62.438rem;
margin-bottom:6px;
height:8px;
}
.wsx_gm_bar_fill-3u8{
background:linear-gradient(90deg,#A0722A,#D4A855);
border-radius:999px;
height:100%;
}
.wsx_gm_bar_meta-3u8{
gap:0.625rem;
margin-bottom:18px;
display:flex;
justify-content:space-between;
font-size:0.688rem;
color:#6B5F4A;
}
.wsx_gm_missions-3u8{
gap:10px;
display:flex;
flex-wrap:wrap;
}
.wsx_gm_mission-3u8{
gap:7px;
background:#F5F0E8;
border:1px solid rgba(28,24,16,0.14);
border-radius:62.438rem;
padding:0.563rem 0.938rem;
font-weight:600;
display:inline-flex;
font-size:12.5px;
color:#3A3326;
align-items:center;
}
.wsx_gm_mission_ic-3u8{
align-items:center;
display:inline-flex;
color:#A0722A;
}
.wsx_gm_mission_ic-3u8 svg{
width:13px;
height:0.813rem;
}
.wsx_gm_right-3u8{
padding:32px;
border-radius:20px;
background:linear-gradient(150deg,#2C2518,#131009);
overflow:hidden;
display:flex;
color:#F4EFE4;
flex-direction:column;
position:relative;
}
.wsx_gm_glow-3u8{
border-radius:50%;
background:radial-gradient(circle,rgba(176,130,72,0.18),transparent 70%);
position:absolute;
width:9.375rem;
pointer-events:none;
right:-30px;
height:150px;
top:-1.875rem;
}
.wsx_gm_ref_eyebrow-3u8{
margin-bottom:10px;
position:relative;
}
.wsx_gm_ref_h2-3u8{
position:relative;
color:#F4EFE4;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-size:26px;
line-height:1.1;
font-weight:600;
overflow-wrap:break-word;
margin-bottom:8px;
}
.wsx_gm_ref_text-3u8{
line-height:1.55;
position:relative;
color:#B8A98E;
font-size:0.844rem;
margin-bottom:20px;
}
.wsx_gm_ref_cta-3u8{
background:#D4A855;
padding:0.688rem 22px;
border-radius:62.438rem;
transition:opacity .22s ease;
align-self:flex-start;
color:#1C1810;
font-size:13.5px;
margin-top:auto;
position:relative;
font-weight:700;
}
.wsx_gm_ref_cta-3u8:hover{
opacity:.9;
}
.wsx_app-3u8{
padding:1.875rem 0 0.625rem;
}
.wsx_app_in-3u8{
padding:2rem;
border:1px solid rgba(28,24,16,0.08);
gap:28px;
background:#FBF8F2;
border-radius:20px;
display:flex;
flex-direction:column;
}
@media(min-width:766px){
.wsx_app_in-3u8{
padding:40px 44px;
gap:2.5rem;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.wsx_app_copy-3u8{
min-width:0;
max-width:35rem;
}
.wsx_app_eyebrow-3u8{
margin-bottom:12px;
}
.wsx_app_h2-3u8{
line-height:1.05;
margin-bottom:0.75rem;
color:#1C1810;
overflow-wrap:break-word;
font-size:1.75rem;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-weight:600;
}
@media(min-width:770px){
.wsx_app_h2-3u8{
font-size:2.125rem;
}
}
.wsx_app_text-3u8{
color:#8C7D65;
line-height:1.6;
font-size:14px;
margin-bottom:1.375rem;
}
.wsx_app_btns-3u8{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
.wsx_app_btn-3u8{
background:#2A2319;
gap:10px;
padding:11px 1.25rem;
transition:background-color .22s ease;
border-radius:0.875rem;
display:inline-flex;
color:#F4EFE4;
align-items:center;
}
.wsx_app_btn-3u8:hover{
background:#3D3225;
}
.wsx_app_btn_ic-3u8{
display:inline-flex;
align-items:center;
}
.wsx_app_btn_ic-3u8 svg{
height:1.125rem;
width:1.125rem;
}
.wsx_app_btn_lb-3u8{
font-size:13.5px;
font-weight:700;
}
.wsx_app_qr_wrap-3u8{
gap:1.125rem;
flex:0 0 auto;
display:flex;
align-items:center;
}
.wsx_app_qr-3u8{
flex:0 0 auto;
border-radius:14px;
width:6.75rem;
height:6.75rem;
background-color:#2A2319;
background-image:repeating-linear-gradient(0deg,#FBF8F2 0 5px,transparent 5px 11px),repeating-linear-gradient(90deg,#FBF8F2 0 5px,transparent 5px 11px);
}
.wsx_app_qr_cap-3u8{
color:#6B5F4A;
line-height:1.4;
font-size:12.5px;
max-width:92px;
}
.wsx_trn-3u8{
padding:1.875rem 0 0.625rem;
}
.wsx_trn_in-3u8{
border-radius:1.25rem;
border:1px solid rgba(28,24,16,0.08);
overflow:hidden;
grid-template-columns:1fr;
background:#FBF8F2;
display:grid;
}
@media(min-width:878px){
.wsx_trn_in-3u8{
grid-template-columns:1.05fr 1fr;
}
}
.wsx_trn_banner-3u8{
padding:34px;
background:linear-gradient(150deg,#2C2518,#131009);
overflow:hidden;
position:relative;
color:#F4EFE4;
}
.wsx_trn_glow-3u8{
border-radius:50%;
background:radial-gradient(circle,rgba(176,130,72,0.18),transparent 70%);
pointer-events:none;
right:-2.5rem;
height:12.5rem;
width:12.5rem;
position:absolute;
bottom:-2.5rem;
}
.wsx_trn_eyebrow-3u8{
position:relative;
margin-bottom:14px;
}
.wsx_trn_h2-3u8{
margin-bottom:0.75rem;
position:relative;
font-size:1.875rem;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:600;
line-height:1.06;
color:#F4EFE4;
}
@media(min-width:767px){
.wsx_trn_h2-3u8{
font-size:36px;
}
}
.wsx_trn_text-3u8{
line-height:1.6;
color:#B8A98E;
position:relative;
max-width:420px;
margin-bottom:1.375rem;
font-size:0.875rem;
}
.wsx_trn_timer-3u8{
gap:8px;
margin-bottom:1.5rem;
display:flex;
flex-wrap:wrap;
position:relative;
align-items:center;
}
.wsx_trn_timer_cap-3u8{
color:#B8A98E;
font-size:0.688rem;
}
.wsx_trn_timer_box-3u8{
padding:0.25rem 12px;
background:rgba(255,245,225,0.07);
border-radius:0.5rem;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
color:#F4EFE4;
font-size:24px;
font-weight:700;
}
.wsx_trn_cta-3u8{
background:#D4A855;
border-radius:999px;
transition:opacity .22s ease;
padding:13px 1.625rem;
font-weight:700;
color:#1C1810;
position:relative;
display:inline-block;
font-size:14px;
}
.wsx_trn_cta-3u8:hover{
opacity:.9;
}
.wsx_trn_lb-3u8{
padding:1.625rem 1.75rem;
}
.wsx_trn_lb_head-3u8{
gap:10px;
align-items:center;
justify-content:space-between;
display:flex;
margin-bottom:0.75rem;
}
.wsx_trn_lb_title-3u8{
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-size:20px;
color:#1C1810;
font-weight:600;
}
.wsx_trn_lb_upd-3u8{
color:#6B5F4A;
text-transform:uppercase;
font-size:11px;
letter-spacing:.08em;
}
.wsx_trn_lb_row-3u8{
padding:11px 12px;
gap:0.875rem;
border-radius:0.5rem;
display:flex;
align-items:center;
}
.wsx_trn_lb_row-3u8:nth-child(2){
background:rgba(160,114,42,0.10);
}
.wsx_trn_lb_rank-3u8{
flex:0 0 auto;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
width:22px;
font-size:16px;
font-weight:700;
color:#A0722A;
}
.wsx_trn_lb_av-3u8{
background:linear-gradient(135deg,#A0722A,#D4A855);
border-radius:50%;
flex:0 0 auto;
width:30px;
height:30px;
}
.wsx_trn_lb_name-3u8{
overflow:hidden;
flex:1 1 auto;
white-space:nowrap;
color:#1C1810;
min-width:0;
font-size:0.875rem;
text-overflow:ellipsis;
font-weight:600;
}
.wsx_trn_lb_amount-3u8{
flex:0 0 auto;
color:#1C1810;
font-size:13px;
font-weight:700;
}
.wsx_vip-3u8{
padding:3rem 0;
}
@media(min-width:767px){
.wsx_vip-3u8{
padding:64px 0;
}
}
.wsx_vip_head-3u8{
gap:0.875rem;
flex-direction:column;
margin-bottom:1.875rem;
display:flex;
}
@media(min-width:883px){
.wsx_vip_head-3u8{
gap:24px;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.wsx_vip_eyebrow-3u8{
margin-bottom:12px;
}
.wsx_vip_h2-3u8{
overflow-wrap:break-word;
font-size:2rem;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
color:#F4EFE4;
font-weight:600;
line-height:1.05;
}
@media(min-width:770px){
.wsx_vip_h2-3u8{
font-size:40px;
}
}
.wsx_vip_intro-3u8{
color:#B8A98E;
line-height:1.6;
max-width:420px;
font-size:14px;
}
.wsx_vip_grid-3u8{
gap:0.875rem;
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
display:grid;
}
.wsx_vip_card-3u8{
border-radius:14px;
padding:1.375rem 1.125rem;
border:1px solid rgba(255,240,200,0.13);
min-width:0;
}
.wsx_vip_card_feat-3u8{
border-color:#D4A855;
background:rgba(255,245,225,0.07);
}
.wsx_vip_card_ic-3u8{
background:linear-gradient(135deg,#A0722A,#D4A855);
border-radius:8px;
width:34px;
display:block;
height:34px;
margin-bottom:1rem;
}
.wsx_vip_name-3u8{
font-family:"Bitter", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:20px;
color:#F4EFE4;
font-weight:600;
margin-bottom:0.375rem;
}
.wsx_vip_perk-3u8{
line-height:1.5;
color:#B8A98E;
font-size:12.5px;
overflow-wrap:break-word;
}
.wsx_nl-3u8{
padding:24px 0 10px;
}
.wsx_nl_in-3u8{
padding:30px 2rem;
background:#252018;
gap:22px;
border-radius:20px;
color:#F4EFE4;
flex-direction:column;
display:flex;
}
@media(min-width:766px){
.wsx_nl_in-3u8{
gap:28px;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.wsx_nl_text_wrap-3u8{
min-width:0;
}
.wsx_nl_h3-3u8{
color:#F4EFE4;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:5px;
font-size:22px;
line-height:1.1;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
}
@media(min-width:767px){
.wsx_nl_h3-3u8{
font-size:1.5rem;
}
}
.wsx_nl_text-3u8{
font-size:0.844rem;
color:#B8A98E;
line-height:1.5;
}
.wsx_nl_form-3u8{
flex:1 1 auto;
gap:0.625rem;
min-width:0;
max-width:28.75rem;
display:flex;
}
.wsx_nl_input-3u8{
padding:0.813rem 1rem;
overflow:hidden;
border-radius:0.875rem;
border:1px solid rgba(255,240,200,0.13);
flex:1 1 auto;
background:rgba(255,245,225,0.07);
min-width:0;
color:#B8A98E;
display:flex;
align-items:center;
font-size:14px;
white-space:nowrap;
text-overflow:ellipsis;
}
.wsx_nl_btn-3u8{
border-radius:0.875rem;
flex:0 0 auto;
transition:opacity .22s ease;
background:#D4A855;
padding:0.813rem 1.5rem;
white-space:nowrap;
font-weight:700;
font-size:0.875rem;
color:#1C1810;
}
.wsx_nl_btn-3u8:hover{
opacity:.9;
}
.wsx_prov-3u8{
padding:40px 0 1.25rem;
}
.wsx_prov_eyebrow-3u8{
margin-bottom:1.125rem;
display:block;
}
.wsx_prov_grid-3u8{
gap:0.75rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:557px){
.wsx_prov_grid-3u8{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:903px){
.wsx_prov_grid-3u8{
grid-template-columns:repeat(6,1fr);
}
}
.wsx_hts-3u8{
padding:48px 0;
}
@media(min-width:769px){
.wsx_hts-3u8{
padding:62px 0;
}
}
.wsx_hts_head-3u8{
gap:1.125rem;
margin-bottom:2.125rem;
display:flex;
flex-direction:column;
}
@media(min-width:771px){
.wsx_hts_head-3u8{
gap:1.5rem;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.wsx_hts_eyebrow-3u8{
margin-bottom:0.75rem;
}
.wsx_hts_h2-3u8{
color:#F4EFE4;
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
font-size:30px;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
}
@media(min-width:765px){
.wsx_hts_h2-3u8{
font-size:38px;
}
}
.wsx_hts_cta-3u8{
padding:0.938rem 30px;
background:#D4A855;
transition:opacity .22s ease;
border-radius:62.438rem;
flex:0 0 auto;
font-weight:700;
font-size:15px;
color:#1C1810;
}
.wsx_hts_cta-3u8:hover{
opacity:.9;
}
.wsx_hts_grid-3u8{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:762px){
.wsx_hts_grid-3u8{
grid-template-columns:repeat(3,1fr);
}
}
.wsx_hts_step-3u8{
padding-top:1.375rem;
border-top:1px solid rgba(255,240,200,0.13);
min-width:0;
}
.wsx_hts_step_num-3u8{
margin-bottom:0.875rem;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
color:#D4A855;
font-size:2.75rem;
line-height:1;
font-weight:700;
}
.wsx_hts_step_h-3u8{
color:#F4EFE4;
font-weight:700;
overflow-wrap:break-word;
line-height:1.2;
margin-bottom:0.5rem;
font-size:19px;
}
.wsx_hts_step_p-3u8{
line-height:1.55;
overflow-wrap:break-word;
font-size:0.875rem;
color:#B8A98E;
}
.wsx_tt-3u8{
padding:3rem 0 10px;
}
@media(min-width:770px){
.wsx_tt-3u8{
padding:3.75rem 0 10px;
}
}
.wsx_tt_head-3u8{
text-align:center;
margin-bottom:2.125rem;
}
.wsx_tt_eyebrow-3u8{
margin-bottom:12px;
}
.wsx_tt_h2-3u8{
overflow-wrap:break-word;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
color:#1C1810;
font-weight:600;
font-size:2rem;
line-height:1.05;
}
@media(min-width:765px){
.wsx_tt_h2-3u8{
font-size:2.625rem;
}
}
.wsx_tt_grid-3u8{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:760px){
.wsx_tt_grid-3u8{
grid-template-columns:repeat(3,1fr);
}
}
.wsx_tt_card-3u8{
background:#FBF8F2;
border:1px solid rgba(28,24,16,0.08);
border-radius:0.875rem;
padding:1.875rem;
display:flex;
flex-direction:column;
min-width:0;
}
.wsx_tt_card_ic-3u8{
color:#A0722A;
margin-bottom:18px;
display:inline-flex;
align-items:center;
}
.wsx_tt_card_ic-3u8 svg{
width:28px;
height:28px;
}
.wsx_tt_card_h-3u8{
line-height:1.15;
color:#1C1810;
overflow-wrap:break-word;
margin-bottom:8px;
font-size:1.375rem;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-weight:600;
}
.wsx_tt_card_p-3u8{
font-size:14px;
color:#8C7D65;
overflow-wrap:break-word;
margin-bottom:0.875rem;
line-height:1.6;
}
.wsx_tt_card_p-3u8 b{
color:#1C1810;
font-weight:700;
}
.wsx_tt_card_link-3u8{
transition:color .22s ease;
padding-bottom:2px;
font-size:0.813rem;
font-weight:700;
align-self:flex-start;
color:#1C1810;
border-bottom:1px solid #A0722A;
margin-top:auto;
}
.wsx_tt_card_link-3u8:hover{
color:#A0722A;
}
.wsx_et-3u8{
padding:36px 0 0.625rem;
}
.wsx_et_in-3u8{
grid-template-columns:1fr;
gap:32px;
align-items:start;
display:grid;
}
@media(min-width:883px){
.wsx_et_in-3u8{
gap:48px;
grid-template-columns:1.1fr .9fr;
}
}
.wsx_et_left-3u8{
min-width:0;
}
.wsx_et_eyebrow-3u8{
margin-bottom:0.75rem;
}
.wsx_et_h2-3u8{
font-family:"Bitter", Georgia, 'Times New Roman', serif;
line-height:1.06;
font-weight:600;
overflow-wrap:break-word;
font-size:1.75rem;
margin-bottom:0.875rem;
color:#1C1810;
}
@media(min-width:765px){
.wsx_et_h2-3u8{
font-size:32px;
}
}
.wsx_et_text-3u8{
margin-bottom:22px;
font-size:0.938rem;
line-height:1.65;
color:#8C7D65;
}
.wsx_et_stats-3u8{
gap:1.5rem;
display:flex;
flex-wrap:wrap;
}
.wsx_et_stat-3u8{
min-width:0;
}
.wsx_et_stat_v-3u8{
color:#1C1810;
font-size:1.625rem;
font-weight:700;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
line-height:1;
}
.wsx_et_stat_l-3u8{
font-size:0.781rem;
margin-top:4px;
color:#6B5F4A;
}
.wsx_et_right-3u8{
gap:0.75rem;
flex-direction:column;
display:flex;
}
.wsx_et_member-3u8{
border:1px solid rgba(28,24,16,0.08);
background:#FBF8F2;
gap:16px;
border-radius:14px;
padding:18px 20px;
align-items:center;
display:flex;
min-width:0;
}
.wsx_et_member_av-3u8{
background:linear-gradient(135deg,#2C2518,#A0722A);
flex:0 0 auto;
border-radius:50%;
height:3rem;
width:3rem;
}
.wsx_et_member_name-3u8{
font-size:0.938rem;
font-weight:700;
overflow-wrap:break-word;
color:#1C1810;
}
.wsx_et_member_role-3u8{
color:#6B5F4A;
font-size:0.781rem;
overflow-wrap:break-word;
}
.wsx_et_updated-3u8{
background:#F5F0E8;
padding:14px 18px;
border:1px solid rgba(28,24,16,0.08);
border-radius:14px;
gap:8px;
display:flex;
font-size:12.5px;
align-items:center;
color:#8C7D65;
}
.wsx_op-3u8{
padding:2.25rem 0 10px;
}
.wsx_op_in-3u8{
grid-template-columns:1fr;
gap:32px;
padding:32px;
background:#FBF8F2;
border-radius:14px;
border:1px solid rgba(28,24,16,0.08);
display:grid;
align-items:center;
}
@media(min-width:863px){
.wsx_op_in-3u8{
grid-template-columns:.9fr 1.1fr;
padding:34px 2.5rem;
gap:44px;
}
}
.wsx_op_left-3u8{
min-width:0;
}
.wsx_op_eyebrow-3u8{
margin-bottom:0.75rem;
}
.wsx_op_h2-3u8{
line-height:1.08;
color:#1C1810;
margin-bottom:0.625rem;
overflow-wrap:break-word;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:28px;
}
@media(min-width:769px){
.wsx_op_h2-3u8{
font-size:30px;
}
}
.wsx_op_text-3u8{
color:#8C7D65;
font-size:0.875rem;
line-height:1.6;
}
.wsx_op_grid-3u8{
overflow:hidden;
background:rgba(28,24,16,0.14);
border:1px solid rgba(28,24,16,0.14);
border-radius:0.5rem;
gap:1px;
grid-template-columns:1fr 1fr;
display:grid;
}
.wsx_op_field-3u8{
background:#F5F0E8;
padding:1.125rem 1.25rem;
min-width:0;
}
.wsx_op_field_lb-3u8{
color:#A0722A;
text-transform:uppercase;
font-weight:600;
font-size:10px;
margin-bottom:0.313rem;
letter-spacing:.1em;
}
.wsx_op_field_val-3u8{
color:#1C1810;
font-size:0.875rem;
font-weight:700;
overflow-wrap:break-word;
}
.wsx_rv-3u8{
background:#FBF8F2;
padding:3rem 0;
border-bottom:1px solid rgba(28,24,16,0.08);
margin-top:24px;
border-top:1px solid rgba(28,24,16,0.08);
}
@media(min-width:765px){
.wsx_rv-3u8{
padding:3.5rem 0;
}
}
.wsx_rv_head-3u8{
gap:16px;
flex-direction:column;
display:flex;
margin-bottom:30px;
}
@media(min-width:771px){
.wsx_rv_head-3u8{
gap:20px;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.wsx_rv_eyebrow-3u8{
margin-bottom:0.625rem;
}
.wsx_rv_h2-3u8{
font-weight:600;
color:#1C1810;
line-height:1.05;
font-size:1.875rem;
overflow-wrap:break-word;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
}
@media(min-width:767px){
.wsx_rv_h2-3u8{
font-size:38px;
}
}
.wsx_rv_agg-3u8{
gap:0.75rem;
align-items:center;
display:flex;
}
.wsx_rv_agg_stars-3u8{
gap:3px;
display:flex;
color:#A0722A;
}
.wsx_rv_agg_stars-3u8 svg{
width:1.125rem;
height:18px;
}
.wsx_rv_source-3u8{
color:#8C7D65;
font-size:0.813rem;
}
.wsx_rv_grid-3u8{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:757px){
.wsx_rv_grid-3u8{
grid-template-columns:repeat(3,1fr);
}
}
.wsx_rv_card-3u8{
padding:1.625rem;
background:#F5F0E8;
border-radius:0.875rem;
border:1px solid rgba(28,24,16,0.08);
min-width:0;
}
.wsx_rv_card_stars-3u8{
gap:2px;
color:#A0722A;
margin-bottom:0.75rem;
display:flex;
}
.wsx_rv_card_stars-3u8 svg{
width:0.875rem;
height:14px;
}
.wsx_rv_card_body-3u8{
color:#1C1810;
font-size:1.125rem;
margin-bottom:1rem;
overflow-wrap:break-word;
font-weight:500;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
line-height:1.45;
}
.wsx_rv_card_meta-3u8{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.wsx_rv_card_av-3u8{
border-radius:50%;
background:linear-gradient(135deg,#A0722A,#D4A855);
flex:0 0 auto;
width:32px;
height:2rem;
}
.wsx_rv_card_author-3u8{
font-weight:700;
font-size:13px;
color:#1C1810;
}
.wsx_rv_card_loc-3u8{
font-size:12px;
color:#6B5F4A;
}
.wsx_pmt-3u8{
padding:48px 0 0.625rem;
}
.wsx_pmt_in-3u8{
grid-template-columns:1fr;
gap:32px;
align-items:start;
display:grid;
}
@media(min-width:881px){
.wsx_pmt_in-3u8{
grid-template-columns:1fr 1.1fr;
gap:3rem;
}
}
.wsx_pmt_left-3u8{
min-width:0;
}
.wsx_pmt_eyebrow-3u8{
margin-bottom:0.75rem;
}
.wsx_pmt_h2-3u8{
color:#1C1810;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:30px;
overflow-wrap:break-word;
line-height:1.06;
margin-bottom:12px;
}
@media(min-width:769px){
.wsx_pmt_h2-3u8{
font-size:32px;
}
}
.wsx_pmt_text-3u8{
margin-bottom:22px;
line-height:1.6;
font-size:14.5px;
color:#8C7D65;
}
.wsx_pmt_logos-3u8{
gap:10px;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:482px){
.wsx_pmt_logos-3u8{
grid-template-columns:repeat(4,1fr);
}
}
.wsx_pmt_logo-3u8{
border:1px solid rgba(28,24,16,0.08);
overflow:hidden;
background:#FBF8F2;
border-radius:8px;
padding:0 0.5rem;
white-space:nowrap;
align-items:center;
color:#3A3326;
height:50px;
justify-content:center;
font-size:12.5px;
text-align:center;
text-overflow:ellipsis;
font-weight:700;
display:flex;
}
.wsx_pmt_table-3u8{
overflow:hidden;
border-radius:14px;
border:1px solid rgba(28,24,16,0.08);
min-width:0;
}
.wsx_pmt_thead-3u8{
background:#2A2319;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
}
.wsx_pmt_th-3u8{
padding:13px 14px;
overflow:hidden;
color:#F4EFE4;
letter-spacing:.08em;
font-weight:700;
text-transform:uppercase;
text-overflow:ellipsis;
white-space:nowrap;
font-size:0.625rem;
}
.wsx_pmt_row-3u8{
grid-template-columns:1.4fr 1fr 1fr 1fr;
border-top:1px solid rgba(28,24,16,0.08);
display:grid;
}
.wsx_pmt_row-3u8:nth-child(odd){
background:#FBF8F2;
}
.wsx_pmt_td-3u8{
padding:0.875rem;
font-size:0.844rem;
min-width:0;
overflow-wrap:break-word;
color:#8C7D65;
}
.wsx_pmt_row-3u8 .wsx_pmt_td-3u8:first-child{
color:#1C1810;
font-weight:700;
}
.wsx_pmt_row-3u8 .wsx_pmt_td-3u8:last-child{
color:#5A8A5E;
font-weight:700;
}
.wsx_ts-3u8{
padding:2.75rem 0;
}
.wsx_ts_in-3u8{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:center;
}
@media(min-width:881px){
.wsx_ts_in-3u8{
gap:3rem;
grid-template-columns:1.4fr 1fr;
}
}
.wsx_ts_left-3u8{
min-width:0;
}
.wsx_ts_h2-3u8{
line-height:1.1;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-size:26px;
font-weight:600;
margin-bottom:0.75rem;
overflow-wrap:break-word;
color:#F4EFE4;
}
@media(min-width:765px){
.wsx_ts_h2-3u8{
font-size:1.75rem;
}
}
.wsx_ts_text-3u8{
margin-bottom:1.375rem;
line-height:1.6;
max-width:32.5rem;
font-size:0.906rem;
color:#B8A98E;
}
.wsx_ts_badges-3u8{
gap:1.125rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.wsx_ts_badge-3u8{
font-weight:600;
font-size:0.813rem;
color:#B8A98E;
}
.wsx_ts_pay-3u8{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
@media(min-width:881px){
.wsx_ts_pay-3u8{
justify-content:flex-end;
}
}
.wsx_ts_pay_chip-3u8{
border-radius:0.875rem;
background:rgba(255,245,225,0.07);
padding:0.75rem 16px;
border:1px solid rgba(255,240,200,0.13);
font-size:14px;
color:#F4EFE4;
font-weight:700;
}
.wsx_wy-3u8{
padding:3rem 0;
}
@media(min-width:768px){
.wsx_wy-3u8{
padding:56px 0;
}
}
.wsx_wy_in-3u8{
gap:2rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:902px){
.wsx_wy_in-3u8{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.wsx_wy_left-3u8{
min-width:0;
}
.wsx_wy_eyebrow-3u8{
margin-bottom:0.875rem;
}
.wsx_wy_h2-3u8{
overflow-wrap:break-word;
font-weight:600;
font-size:32px;
color:#1C1810;
line-height:1.05;
margin-bottom:1rem;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
}
@media(min-width:767px){
.wsx_wy_h2-3u8{
font-size:40px;
}
}
.wsx_wy_intro-3u8{
line-height:1.6;
color:#8C7D65;
font-size:0.938rem;
}
.wsx_wy_grid-3u8{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:559px){
.wsx_wy_grid-3u8{
grid-template-columns:1fr 1fr;
}
}
.wsx_wy_card-3u8{
border:1px solid rgba(28,24,16,0.08);
padding:26px;
background:#FBF8F2;
border-radius:0.875rem;
min-width:0;
}
.wsx_wy_card_ic-3u8{
justify-content:center;
display:inline-flex;
align-items:center;
color:#A0722A;
margin-bottom:16px;
}
.wsx_wy_card_ic-3u8 svg{
width:26px;
height:1.625rem;
}
.wsx_wy_card_h-3u8{
font-family:"Bitter", Georgia, 'Times New Roman', serif;
margin-bottom:0.5rem;
line-height:1.15;
color:#1C1810;
font-weight:600;
overflow-wrap:break-word;
font-size:1.313rem;
}
.wsx_wy_card_p-3u8{
overflow-wrap:break-word;
font-size:0.875rem;
color:#8C7D65;
line-height:1.55;
}
.wsx_faq-3u8{
padding:3rem 0;
background:#FBF8F2;
border-top:1px solid rgba(28,24,16,0.08);
margin-top:1.5rem;
border-bottom:1px solid rgba(28,24,16,0.08);
}
@media(min-width:769px){
.wsx_faq-3u8{
padding:3.875rem 0;
}
}
.wsx_faq_head-3u8{
margin-bottom:34px;
text-align:center;
}
.wsx_faq_eyebrow-3u8{
margin-bottom:12px;
}
.wsx_faq_h2-3u8{
font-weight:600;
overflow-wrap:break-word;
font-size:32px;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
line-height:1.05;
color:#1C1810;
}
@media(min-width:771px){
.wsx_faq_h2-3u8{
font-size:2.375rem;
}
}
.wsx_faq_list-3u8{
gap:0.75rem;
margin:0 auto;
max-width:820px;
flex-direction:column;
display:flex;
}
.wsx_faq_item-3u8{
border-radius:14px;
background:#F5F0E8;
overflow:hidden;
border:1px solid rgba(28,24,16,0.08);
}
.wsx_faq_q-3u8{
list-style:none;
gap:1.25rem;
padding:1.25rem 24px;
font-size:16px;
overflow-wrap:break-word;
font-weight:700;
align-items:center;
display:flex;
justify-content:space-between;
color:#1C1810;
cursor:pointer;
}
.wsx_faq_q-3u8::-webkit-details-marker{
display:none;
}
.wsx_faq_q_ic-3u8{
transition:transform .22s ease;
flex:0 0 auto;
align-items:center;
color:#A0722A;
display:inline-flex;
}
.wsx_faq_q_ic-3u8 svg{
width:1.125rem;
height:18px;
}
.wsx_faq_item-3u8[open] .wsx_faq_q_ic-3u8{
transform:rotate(180deg);
}
.wsx_faq_a-3u8{
padding:0 1.5rem 1.25rem;
color:#8C7D65;
overflow-wrap:break-word;
line-height:1.6;
font-size:14.5px;
}
.wsx_lh-3u8{
padding:2.5rem 0 20px;
}
.wsx_lh_in-3u8{
padding-top:34px;
border-top:1px solid rgba(28,24,16,0.14);
}
.wsx_lh_eyebrow-3u8{
display:block;
margin-bottom:22px;
}
.wsx_lh_grid-3u8{
grid-template-columns:1fr 1fr;
gap:28px;
display:grid;
}
@media(min-width:601px){
.wsx_lh_grid-3u8{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:962px){
.wsx_lh_grid-3u8{
grid-template-columns:repeat(5,1fr);
}
}
.wsx_lh_col-3u8{
min-width:0;
}
.wsx_lh_col_h-3u8{
font-weight:700;
color:#1C1810;
overflow-wrap:break-word;
font-size:13px;
margin-bottom:0.75rem;
}
.wsx_lh_links-3u8{
gap:8px;
flex-direction:column;
display:flex;
}
.wsx_lh_link-3u8{
transition:color .22s ease;
font-size:13px;
overflow-wrap:break-word;
color:#8C7D65;
}
.wsx_lh_link-3u8:hover{
color:#A0722A;
}
.wsx_el-3u8{
padding:3rem 0;
}
@media(min-width:769px){
.wsx_el-3u8{
padding:3.5rem 0;
}
}
.wsx_el_in-3u8{
gap:2.5rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:899px){
.wsx_el_in-3u8{
grid-template-columns:1fr 1fr;
gap:3.5rem;
}
}
.wsx_el_left-3u8{
min-width:0;
}
.wsx_el_eyebrow-3u8{
margin-bottom:0.875rem;
}
.wsx_el_h2-3u8{
font-weight:600;
color:#1C1810;
font-size:32px;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
line-height:1.08;
margin-bottom:1.375rem;
overflow-wrap:break-word;
}
@media(min-width:769px){
.wsx_el_h2-3u8{
font-size:2.375rem;
}
}
.wsx_el_body-3u8 p{
color:#3A3326;
overflow-wrap:break-word;
font-size:16px;
line-height:1.7;
margin-bottom:1.125rem;
}
.wsx_el_dropcap-3u8{
padding:0.375rem 0.75rem 0 0;
float:left;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-size:62px;
font-weight:700;
color:#A0722A;
line-height:.8;
}
.wsx_el_right-3u8{
min-width:0;
}
.wsx_el_quote-3u8{
border-radius:1.25rem;
padding:36px;
background:linear-gradient(150deg,#2C2518,#131009);
margin-bottom:24px;
color:#F4EFE4;
position:relative;
}
.wsx_el_quote_mark-3u8{
color:#D4A855;
margin-bottom:6px;
align-items:center;
display:inline-flex;
}
.wsx_el_quote_mark-3u8 svg{
width:2.125rem;
height:2.125rem;
}
.wsx_el_quote_text-3u8{
font-size:1.375rem;
line-height:1.4;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
color:#F4EFE4;
margin-bottom:22px;
font-weight:500;
overflow-wrap:break-word;
}
.wsx_el_quote_meta-3u8{
gap:12px;
align-items:center;
display:flex;
}
.wsx_el_quote_av-3u8{
background:linear-gradient(135deg,#A0722A,#D4A855);
border-radius:50%;
flex:0 0 auto;
width:2.375rem;
height:2.375rem;
}
.wsx_el_quote_author-3u8{
font-weight:700;
color:#F4EFE4;
font-size:14px;
}
.wsx_el_quote_meta_sub-3u8{
font-size:0.75rem;
color:#B8A98E;
}
.wsx_el_explain-3u8{
overflow:hidden;
border-radius:14px;
border:1px solid rgba(28,24,16,0.08);
}
.wsx_el_explain_card-3u8{
padding:22px 24px;
}
.wsx_el_explain_card-3u8+.wsx_el_explain_card-3u8{
border-top:1px solid rgba(28,24,16,0.08);
}
.wsx_el_explain_h-3u8{
overflow-wrap:break-word;
color:#1C1810;
margin-bottom:0.5rem;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
line-height:1.15;
font-size:1.25rem;
font-weight:600;
}
.wsx_el_explain_p-3u8{
font-size:14px;
line-height:1.55;
color:#8C7D65;
overflow-wrap:break-word;
}
.wsx_sb-3u8{
background:#FBF8F2;
padding:48px 0;
border-bottom:1px solid rgba(28,24,16,0.08);
border-top:1px solid rgba(28,24,16,0.08);
margin-top:24px;
}
@media(min-width:769px){
.wsx_sb-3u8{
padding:56px 0;
}
}
.wsx_sb_eyebrow-3u8{
display:block;
margin-bottom:0.75rem;
}
.wsx_sb_h2-3u8{
font-size:1.875rem;
color:#1C1810;
line-height:1.05;
overflow-wrap:break-word;
margin-bottom:26px;
font-weight:600;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
}
@media(min-width:766px){
.wsx_sb_h2-3u8{
font-size:36px;
}
}
.wsx_sb_grid-3u8{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:557px){
.wsx_sb_grid-3u8{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:958px){
.wsx_sb_grid-3u8{
grid-template-columns:repeat(4,1fr);
}
}
.wsx_sb_card-3u8{
border:1px solid rgba(28,24,16,0.08);
border-radius:0.875rem;
padding:24px;
background:#F5F0E8;
min-width:0;
}
.wsx_sb_card_h-3u8{
overflow-wrap:break-word;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
color:#1C1810;
font-weight:600;
margin-bottom:0.5rem;
line-height:1.15;
font-size:19px;
}
.wsx_sb_card_p-3u8{
overflow-wrap:break-word;
font-size:0.844rem;
color:#8C7D65;
line-height:1.6;
}
.wsx_sb_rtp-3u8{
grid-template-columns:1fr;
background:#F5F0E8;
border-radius:14px;
padding:26px 28px;
gap:24px;
border:1px solid rgba(28,24,16,0.08);
align-items:center;
margin-top:18px;
display:grid;
}
@media(min-width:762px){
.wsx_sb_rtp-3u8{
gap:40px;
grid-template-columns:1fr 1fr;
}
}
.wsx_sb_rtp_h-3u8{
font-family:"Bitter", Georgia, 'Times New Roman', serif;
line-height:1.15;
margin-bottom:0.5rem;
overflow-wrap:break-word;
color:#1C1810;
font-size:1.25rem;
font-weight:600;
}
.wsx_sb_rtp_p-3u8{
overflow-wrap:break-word;
font-size:0.844rem;
color:#8C7D65;
line-height:1.6;
}
.wsx_sb_rtp_stats-3u8{
gap:1rem;
display:flex;
}
.wsx_sb_stat-3u8{
padding:18px;
flex:1 1 0;
border-radius:8px;
background:#FBF8F2;
text-align:center;
min-width:0;
}
.wsx_sb_stat_v-3u8{
font-size:1.625rem;
overflow-wrap:break-word;
font-weight:700;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
color:#5A8A5E;
}
.wsx_sb_stat_l-3u8{
color:#6B5F4A;
margin-top:4px;
font-size:11.5px;
}
.wsx_sg-3u8{
padding:48px 0 0.625rem;
}
.wsx_sg_eyebrow-3u8{
display:block;
margin-bottom:0.75rem;
}
.wsx_sg_h2-3u8{
font-weight:600;
font-size:1.875rem;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
line-height:1.05;
margin-bottom:28px;
color:#1C1810;
overflow-wrap:break-word;
}
@media(min-width:766px){
.wsx_sg_h2-3u8{
font-size:36px;
}
}
.wsx_sg_grid-3u8{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:722px){
.wsx_sg_grid-3u8{
grid-template-columns:repeat(3,1fr);
}
}
.wsx_sg_col-3u8{
min-width:0;
}
.wsx_sg_col_h-3u8{
line-height:1.15;
overflow-wrap:break-word;
font-weight:600;
color:#1C1810;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-size:1.375rem;
margin-bottom:10px;
}
.wsx_sg_col_p-3u8{
overflow-wrap:break-word;
font-size:14px;
line-height:1.65;
color:#8C7D65;
}
.wsx_sc-3u8{
padding:48px 0 0.625rem;
}
.wsx_sc_head-3u8{
text-align:center;
margin-bottom:28px;
}
.wsx_sc_eyebrow-3u8{
margin-bottom:0.75rem;
}
.wsx_sc_h2-3u8{
overflow-wrap:break-word;
font-weight:600;
line-height:1.05;
color:#1C1810;
font-size:1.875rem;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
}
@media(min-width:771px){
.wsx_sc_h2-3u8{
font-size:2.25rem;
}
}
.wsx_sc_table-3u8{
overflow:hidden;
border:1px solid rgba(28,24,16,0.08);
margin:0 auto;
border-radius:14px;
max-width:56.25rem;
}
.wsx_sc_thead-3u8{
background:#2A2319;
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
}
.wsx_sc_th-3u8{
padding:15px 1.125rem;
overflow-wrap:break-word;
font-weight:700;
font-size:13px;
color:#B8A98E;
text-align:center;
}
.wsx_sc_th-3u8:first-child{
text-align:left;
}
.wsx_sc_th_us-3u8{
color:#D4A855;
}
.wsx_sc_row-3u8{
grid-template-columns:1.6fr 1fr 1fr;
border-top:1px solid rgba(28,24,16,0.08);
display:grid;
}
.wsx_sc_row-3u8:nth-child(even){
background:#FBF8F2;
}
.wsx_sc_td-3u8{
padding:0.938rem 1.125rem;
overflow-wrap:break-word;
min-width:0;
font-size:14px;
text-align:center;
color:#6B5F4A;
}
.wsx_sc_td-3u8:first-child{
text-align:left;
color:#3A3326;
font-weight:600;
}
.wsx_sc_td_us-3u8{
color:#5A8A5E;
font-weight:700;
}
.wsx_gd-3u8{
padding:3rem 0 10px;
}
.wsx_gd_head-3u8{
gap:0.875rem;
display:flex;
flex-direction:column;
margin-bottom:24px;
}
@media(min-width:683px){
.wsx_gd_head-3u8{
gap:20px;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.wsx_gd_eyebrow-3u8{
margin-bottom:10px;
}
.wsx_gd_h2-3u8{
font-weight:600;
font-size:1.75rem;
overflow-wrap:break-word;
color:#1C1810;
line-height:1.05;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
}
@media(min-width:766px){
.wsx_gd_h2-3u8{
font-size:2.125rem;
}
}
.wsx_gd_more-3u8{
flex:0 0 auto;
transition:color .22s ease,border-color .22s ease;
border-bottom:1px solid #1C1810;
color:#1C1810;
font-size:13.5px;
font-weight:600;
padding-bottom:2px;
}
.wsx_gd_more-3u8:hover{
border-color:#A0722A;
color:#A0722A;
}
.wsx_gd_grid-3u8{
gap:20px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:720px){
.wsx_gd_grid-3u8{
grid-template-columns:repeat(3,1fr);
}
}
.wsx_gd_card-3u8{
border:1px solid rgba(28,24,16,0.08);
background:#FBF8F2;
overflow:hidden;
border-radius:14px;
display:block;
min-width:0;
}
.wsx_gd_card_img-3u8{
background:linear-gradient(140deg,#2C2518,#A0722A);
height:150px;
}
.wsx_gd_card_body-3u8{
padding:22px;
}
.wsx_gd_card_cat-3u8{
font-size:10px;
font-weight:600;
text-transform:uppercase;
letter-spacing:.1em;
color:#A0722A;
}
.wsx_gd_card_h-3u8{
margin:0.5rem 0 0.625rem;
color:#1C1810;
font-weight:600;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:1.188rem;
line-height:1.2;
}
.wsx_gd_card_meta-3u8{
color:#6B5F4A;
font-size:12px;
overflow-wrap:break-word;
}
.wsx_ft-3u8{
background:#2A2319;
margin-top:40px;
color:#B8A98E;
}
.wsx_ft_in-3u8{
gap:32px;
grid-template-columns:1fr;
padding:3rem 0 1.75rem;
display:grid;
}
@media(min-width:599px){
.wsx_ft_in-3u8{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:898px){
.wsx_ft_in-3u8{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.wsx_ft_brand-3u8{
min-width:0;
}
.wsx_ft_logo-3u8{
font-size:26px;
color:#F4EFE4;
overflow-wrap:break-word;
font-family:"Bitter", Georgia, 'Times New Roman', serif;
font-weight:700;
}
.wsx_ft_tagline-3u8{
margin-top:0.875rem;
font-size:13.5px;
line-height:1.6;
max-width:17.5rem;
color:#B8A98E;
}
.wsx_ft_contact-3u8{
transition:color .22s ease;
color:#D4A855;
max-width:17.5rem;
display:inline-block;
overflow-wrap:anywhere;
margin-top:0.75rem;
font-size:13px;
}
.wsx_ft_contact-3u8:hover{
color:#F4EFE4;
}
.wsx_ft_col-3u8{
min-width:0;
}
.wsx_ft_col_h-3u8{
text-transform:uppercase;
font-size:0.813rem;
letter-spacing:.08em;
overflow-wrap:break-word;
color:#F4EFE4;
margin-bottom:14px;
font-weight:700;
}
.wsx_ft_col_links-3u8{
gap:0.625rem;
flex-direction:column;
display:flex;
}
.wsx_ft_link-3u8{
transition:color .22s ease;
font-size:0.844rem;
color:#B8A98E;
overflow-wrap:break-word;
}
.wsx_ft_link-3u8:hover{
color:#F4EFE4;
}
.wsx_ft_bot-3u8{
padding:1.375rem 0 40px;
gap:16px;
border-top:1px solid rgba(255,240,200,0.13);
flex-direction:column;
display:flex;
}
@media(min-width:767px){
.wsx_ft_bot-3u8{
gap:20px;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.wsx_ft_legal-3u8{
color:#B0A08A;
overflow-wrap:break-word;
max-width:47.5rem;
line-height:1.6;
font-size:11.5px;
}
.wsx_ft_legal-3u8 b{
font-weight:700;
color:#B8A98E;
}
.wsx_ft_age-3u8{
padding:4px 9px;
flex:0 0 auto;
border-radius:8px;
border:1.5px solid #D4A855;
font-weight:700;
font-size:13px;
color:#D4A855;
}