*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#FAF6F0;
color:#2E2112;
-webkit-font-smoothing:antialiased;
overflow-wrap:break-word;
font-family:"Commissioner", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
text-rendering:optimizeLegibility;
font-size:0.938rem;
line-height:1.6;
}
img{
max-width:100%;
display:block;
}
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.52);
border-radius:0.5rem;
}
::-webkit-scrollbar-track{
background:transparent;
}
.hws_layout-es6{
flex-direction:column;
min-height:100vh;
display:flex;
}
.hws_main-es6{
flex:1 1 auto;
width:100%;
min-width:0;
}
.hws_container-es6{
margin:0 auto;
padding:0 16px;
width:100%;
max-width:1400px;
}
@media(min-width:767px){
.hws_container-es6{
padding:0 32px;
}
}
@media(min-width:1103px){
.hws_container-es6{
padding:0 56px;
}
}
.hws_eyebrow-es6{
color:#C48A20;
text-transform:uppercase;
overflow-wrap:break-word;
font-family:"Commissioner", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:600;
letter-spacing:.2em;
line-height:1.4;
font-size:0.688rem;
display:inline-block;
}
.hws_band-es6{
background:#1E1509;
color:#FDF4E3;
}
.hws_band-es6 .hws_eyebrow-es6{
color:#F5C842;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.hws_tb-es6{
background:#FAF6F0;
border-bottom:1px solid rgba(26,17,8,0.13);
z-index:50;
position:sticky;
top:0;
}
.hws_tb_in-es6{
padding:0.75rem 16px;
margin:0 auto;
gap:16px;
width:100%;
display:flex;
justify-content:space-between;
max-width:1400px;
align-items:center;
}
@media(min-width:770px){
.hws_tb_in-es6{
padding:1rem 32px;
}
}
@media(min-width:1097px){
.hws_tb_in-es6{
padding:18px 56px;
}
}
.hws_tb_left-es6{
gap:1.75rem;
min-width:0;
align-items:center;
display:flex;
}
.hws_tb_logo-es6{
gap:11px;
min-width:0;
display:flex;
align-items:center;
}
.hws_tb_logo_mark-es6{
flex:0 0 auto;
border-radius:0.5rem;
width:2.125rem;
height:2.125rem;
object-fit:cover;
}
.hws_tb_logo_txt-es6{
flex-direction:column;
min-width:0;
display:flex;
line-height:1;
}
.hws_tb_logo_name-es6{
overflow:hidden;
color:#1A1108;
font-weight:700;
text-overflow:ellipsis;
font-size:22px;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
letter-spacing:.02em;
white-space:nowrap;
}
.hws_tb_logo_sub-es6{
overflow:hidden;
font-weight:600;
text-overflow:ellipsis;
color:#C48A20;
letter-spacing:.32em;
text-transform:uppercase;
white-space:nowrap;
margin-top:0.25rem;
font-size:0.531rem;
}
.hws_tb_nav-es6{
display:none;
}
@media(min-width:959px){
.hws_tb_nav-es6{
gap:28px;
display:flex;
align-items:center;
}
}
.hws_tb_nav_item-es6{
transition:color .22s ease,border-color .22s ease;
padding-bottom:3px;
font-weight:600;
color:#2E2112;
border-bottom:2px solid transparent;
white-space:nowrap;
font-size:14px;
}
.hws_tb_nav_item-es6:hover{
color:#1A1108;
}
.hws_tb_nav_item-es6.hws_state_active-es6{
border-color:#C48A20;
color:#1A1108;
}
.hws_tb_right-es6{
flex:0 0 auto;
gap:0.875rem;
align-items:center;
display:flex;
}
.hws_tb_search-es6{
transition:color .22s ease;
justify-content:center;
color:#2E2112;
display:flex;
align-items:center;
}
.hws_tb_search-es6:hover{
color:#C48A20;
}
.hws_tb_search-es6 svg{
width:18px;
height:1.125rem;
}
.hws_tb_lang-es6{
text-transform:uppercase;
color:#6B5540;
font-weight:600;
font-size:11px;
letter-spacing:.1em;
}
.hws_tb_lang-es6:hover{
color:#1A1108;
}
.hws_tb_login-es6{
font-size:0.875rem;
display:none;
font-weight:600;
color:#1A1108;
}
@media(min-width:769px){
.hws_tb_login-es6{
display:inline-block;
}
}
.hws_tb_register-es6{
background:#1A1108;
transition:background-color .22s ease;
padding:0.688rem 22px;
border-radius:999px;
font-weight:700;
font-size:0.875rem;
color:#FDF4E3;
white-space:nowrap;
}
.hws_tb_register-es6:hover{
background:#2E2112;
}
.hws_mob-es6{
background:#FAF6F0;
padding-bottom:env(safe-area-inset-bottom);
z-index:60;
border-top:1px solid rgba(26,17,8,0.13);
right:0;
position:fixed;
left:0;
bottom:0;
}
@media(min-width:959px){
.hws_mob-es6{
display:none;
}
}
.hws_mob_in-es6{
margin:0 auto;
justify-content:space-around;
align-items:stretch;
display:flex;
max-width:35rem;
}
.hws_mob_item-es6{
padding:9px 0.25rem;
transition:color .22s ease;
flex:1 1 0;
gap:3px;
min-width:0;
display:flex;
flex-direction:column;
align-items:center;
color:#6B5540;
}
.hws_mob_item-es6.hws_state_active-es6{
color:#C48A20;
}
.hws_mob_ic-es6{
justify-content:center;
display:flex;
align-items:center;
}
.hws_mob_ic-es6 svg{
width:1.25rem;
height:1.25rem;
}
.hws_mob_lb-es6{
overflow:hidden;
font-size:0.625rem;
max-width:100%;
text-overflow:ellipsis;
white-space:nowrap;
font-weight:600;
}
@media(max-width:956px){
body{
padding-bottom:60px;
}
}
.hws_rail-es6{
min-width:0;
position:relative;
}
.hws_rail_scroll-es6{
gap:0.875rem;
padding-bottom:14px;
scrollbar-width:thin;
display:flex;
overflow-x:auto;
-webkit-overflow-scrolling:touch;
}
@media(min-width:768px){
.hws_rail_scroll-es6{
gap:1.125rem;
}
}
.hws_gc-es6{
flex:0 0 auto;
display:block;
width:9.375rem;
}
@media(min-width:768px){
.hws_gc-es6{
width:188px;
}
}
.hws_gc_img-es6{
border-radius:14px;
overflow:hidden;
background:#FFFFFF;
box-shadow:0 2px 0.375rem rgba(26,17,8,0.07), 0 8px 1.25rem rgba(26,17,8,0.09);
padding-bottom:133.33%;
position:relative;
}
.hws_gc_img-es6 img{
inset:0;
width:100%;
position:absolute;
height:100%;
object-fit:cover;
}
.hws_gc_cover-es6{
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
inset:0;
position:absolute;
pointer-events:none;
}
.hws_gc_hover-es6{
inset:0;
background:rgba(0,0,0,0.52);
transition:opacity .22s ease;
align-items:center;
opacity:0;
display:flex;
position:absolute;
justify-content:center;
}
.hws_gc-es6:hover .hws_gc_hover-es6{
opacity:1;
}
.hws_gc_hover_btn-es6{
background:#1A1108;
border-radius:62.438rem;
align-items:center;
color:#FDF4E3;
justify-content:center;
display:flex;
width:46px;
height:2.875rem;
}
.hws_gc_hover_btn-es6 svg{
width:1.125rem;
height:18px;
}
.hws_gc_info-es6{
gap:2px;
margin-top:9px;
min-width:0;
flex-direction:column;
display:flex;
}
.hws_gc_name-es6{
overflow:hidden;
font-weight:700;
font-size:0.813rem;
text-overflow:ellipsis;
color:#1A1108;
white-space:nowrap;
}
.hws_gc_prov-es6{
overflow:hidden;
color:#6B5540;
text-overflow:ellipsis;
white-space:nowrap;
font-size:0.688rem;
}
.hws_gc_meta-es6{
color:#6B5540;
font-size:0.688rem;
}
.hws_tc-es6{
flex:0 0 auto;
width:11.25rem;
display:block;
}
@media(min-width:768px){
.hws_tc-es6{
width:230px;
}
}
.hws_tc_img-es6{
overflow:hidden;
background:#FFFFFF;
border-radius:14px;
padding-bottom:75%;
position:relative;
box-shadow:0 2px 0.375rem rgba(26,17,8,0.07), 0 8px 1.25rem rgba(26,17,8,0.09);
}
.hws_tc_img-es6 img{
inset:0;
width:100%;
height:100%;
object-fit:cover;
position:absolute;
}
.hws_tc_info-es6{
gap:2px;
margin-top:0.563rem;
flex-direction:column;
min-width:0;
display:flex;
}
.hws_tc_name-es6{
overflow:hidden;
color:#1A1108;
white-space:nowrap;
text-overflow:ellipsis;
font-weight:700;
font-size:0.875rem;
}
.hws_tc_rtp-es6{
color:#6B5540;
font-size:11px;
}
.hws_lc-es6{
flex:0 0 auto;
display:block;
width:230px;
}
@media(min-width:766px){
.hws_lc-es6{
width:16.75rem;
}
}
.hws_lc_img-es6{
border-radius:0.875rem;
background:#FFFFFF;
overflow:hidden;
padding-bottom:62.5%;
position:relative;
box-shadow:0 2px 0.375rem rgba(26,17,8,0.07), 0 0.5rem 20px rgba(26,17,8,0.09);
}
.hws_lc_img-es6 img{
inset:0;
width:100%;
object-fit:cover;
position:absolute;
height:100%;
}
.hws_lc_live-es6{
background:rgba(0,0,0,0.52);
padding:0.25rem 9px;
border-radius:999px;
gap:7px;
top:0.75rem;
left:12px;
position:absolute;
display:flex;
align-items:center;
}
.hws_lc_live_dot-es6{
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
background:#C0392B;
height:8px;
width:0.5rem;
}
.hws_lc_seats-es6{
font-size:0.625rem;
color:#FDF4E3;
text-transform:uppercase;
letter-spacing:.08em;
font-weight:600;
}
.hws_lc_info-es6{
gap:2px;
margin-top:9px;
min-width:0;
flex-direction:column;
display:flex;
}
.hws_lc_name-es6{
overflow:hidden;
font-size:15px;
color:#1A1108;
white-space:nowrap;
font-weight:700;
text-overflow:ellipsis;
}
.hws_lc_bet-es6{
font-size:11px;
color:#6B5540;
}
.hws_pc-es6{
background:#FFFFFF;
gap:0.5rem;
border-radius:0.875rem;
border:1px solid rgba(26,17,8,0.07);
padding:16px 14px;
flex-direction:column;
min-height:4.625rem;
min-width:0;
justify-content:center;
display:flex;
align-items:center;
}
.hws_pc_logo-es6{
flex:0 0 auto;
max-width:100%;
height:1.75rem;
object-fit:contain;
width:auto;
}
.hws_pc_name-es6{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
max-width:100%;
color:#6B5540;
text-align:center;
font-size:0.688rem;
}
.hws_gc_tag-es6{
border-radius:8px;
padding:3px 8px;
display:inline-block;
top:0.625rem;
position:absolute;
font-size:0.625rem;
letter-spacing:.06em;
text-transform:uppercase;
z-index:2;
font-weight:700;
left:10px;
}
.hws_gc_tag_hot-es6{
background:#C0392B;
color:#FDF4E3;
}
.hws_gc_tag_new-es6{
background:#E8A825;
color:#1A1108;
}
.hws_gc_tag_jp-es6{
background:#C48A20;
color:#1A1108;
}
.hws_gc_tag_live-es6{
background:#C0392B;
color:#FDF4E3;
}
.hws_sh-es6{
min-width:0;
margin-bottom:18px;
}
.hws_sh_row-es6{
gap:16px;
justify-content:space-between;
align-items:flex-end;
display:flex;
flex-wrap:wrap;
}
.hws_sh_row-es6 .hws_sh_l-es6{
gap:6px;
flex-direction:column;
min-width:0;
display:flex;
}
.hws_sh_stack-es6{
gap:0.625rem;
display:flex;
flex-direction:column;
align-items:flex-start;
}
.hws_sh_center-es6{
gap:10px;
flex-direction:column;
text-align:center;
align-items:center;
display:flex;
}
.hws_sh_h2-es6{
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-size:24px;
line-height:1.1;
font-weight:600;
color:#1A1108;
overflow-wrap:break-word;
}
@media(min-width:767px){
.hws_sh_h2-es6{
font-size:30px;
}
}
.hws_band-es6 .hws_sh_h2-es6{
color:#FDF4E3;
}
.hws_sh_eb_line-es6{
gap:10px;
align-items:center;
display:inline-flex;
}
.hws_sh_eb_line-es6::before{
background:#C48A20;
width:28px;
content:"";
display:inline-block;
height:1px;
}
.hws_band-es6 .hws_sh_eb_line-es6::before{
background:#F5C842;
}
.hws_sh_eb_dot-es6{
gap:0.5rem;
align-items:center;
display:inline-flex;
}
.hws_sh_eb_dot-es6::before{
background:#C48A20;
border-radius:50%;
content:"";
display:inline-block;
height:6px;
width:6px;
}
.hws_band-es6 .hws_sh_eb_dot-es6::before{
background:#F5C842;
}
.hws_sh_link-es6{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:0.375rem;
font-weight:600;
padding-bottom:2px;
align-items:center;
white-space:nowrap;
border-bottom:1px solid #1A1108;
display:inline-flex;
font-size:0.813rem;
color:#1A1108;
}
.hws_sh_link-es6:hover{
border-color:#C48A20;
color:#C48A20;
}
.hws_sh_link-es6 svg{
height:14px;
width:14px;
}
.hws_sh_link_chev-es6{
padding-bottom:0;
border-bottom:0;
}
.hws_sh_link_btn-es6{
background:#1A1108;
padding:0.563rem 18px;
border-radius:62.438rem;
color:#FDF4E3;
border-bottom:0;
}
.hws_sh_link_btn-es6:hover{
border-color:transparent;
background:#2E2112;
color:#FDF4E3;
}
.hws_band-es6 .hws_sh_link-es6{
border-color:#FDF4E3;
color:#FDF4E3;
}
.hws_band-es6 .hws_sh_link_btn-es6{
background:#F5C842;
color:#1A1108;
}
.hws_sh_rule-es6{
margin:-2px 0 18px;
background:rgba(26,17,8,0.13);
height:1px;
}
.hws_band-es6 .hws_sh_rule-es6{
background:rgba(255,243,210,0.13);
}
.hws_hero-es6{
padding:2rem 0 8px;
}
@media(min-width:765px){
.hws_hero-es6{
padding:3.5rem 0 1.5rem;
}
}
.hws_hero_in-es6{
gap:2rem;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:901px){
.hws_hero_in-es6{
grid-template-columns:1.05fr .95fr;
gap:48px;
}
}
.hws_hero_copy-es6{
min-width:0;
}
.hws_hero_eyebrow-es6{
gap:10px;
display:inline-flex;
margin-bottom:22px;
align-items:center;
}
.hws_hero_eyebrow_line-es6{
background:#C48A20;
flex:0 0 auto;
width:1.75rem;
display:inline-block;
height:1px;
}
.hws_hero_h1-es6{
line-height:1.04;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-size:2.375rem;
color:#1A1108;
font-weight:600;
letter-spacing:-.01em;
margin-bottom:20px;
overflow-wrap:break-word;
}
@media(min-width:770px){
.hws_hero_h1-es6{
font-size:3.375rem;
}
}
@media(min-width:1101px){
.hws_hero_h1-es6{
font-size:62px;
}
}
.hws_hero_h1-es6 em{
font-style:normal;
color:#C48A20;
}
.hws_hero_sub-es6{
line-height:1.6;
margin-bottom:1.875rem;
max-width:30rem;
color:#8C7058;
font-size:16px;
}
@media(min-width:770px){
.hws_hero_sub-es6{
font-size:18px;
}
}
.hws_hero_actions-es6{
gap:14px;
align-items:center;
flex-wrap:wrap;
display:flex;
margin-bottom:34px;
}
.hws_hero_cta-es6{
gap:0.625rem;
transition:background-color .22s ease;
background:#1A1108;
border-radius:999px;
padding:16px 30px;
align-items:center;
color:#FDF4E3;
font-weight:700;
font-size:0.938rem;
display:inline-flex;
}
.hws_hero_cta-es6:hover{
background:#2E2112;
}
.hws_hero_cta_ic-es6{
display:inline-flex;
align-items:center;
}
.hws_hero_cta_ic-es6 svg{
width:16px;
height:1rem;
}
.hws_hero_cta_alt-es6{
border:1px solid rgba(26,17,8,0.13);
padding:15px 26px;
background:transparent;
border-radius:999px;
transition:border-color .22s ease,color .22s ease;
align-items:center;
font-weight:600;
font-size:15px;
display:inline-flex;
color:#1A1108;
}
.hws_hero_cta_alt-es6:hover{
border-color:#C48A20;
color:#C48A20;
}
.hws_hero_trust-es6{
gap:22px;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.hws_hero_trust_item-es6{
gap:9px;
align-items:center;
font-size:0.813rem;
color:#2E2112;
font-weight:600;
display:flex;
}
.hws_hero_trust_ic-es6{
display:inline-flex;
align-items:center;
color:#C48A20;
}
.hws_hero_trust_ic-es6 svg{
height:16px;
width:16px;
}
.hws_hero_promo-es6{
background:#FFFFFF;
overflow:hidden;
border-radius:20px;
position:relative;
box-shadow:0 0.75rem 3rem rgba(26,17,8,0.14), 0 3px 10px rgba(26,17,8,0.08);
display:flex;
min-height:300px;
}
.hws_hero_promo_bg-es6{
inset:0;
position:absolute;
background-size:cover;
background-position:center;
}
.hws_hero_promo_bg-es6::after{
inset:0;
background:linear-gradient(120deg,#1E1509 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
position:absolute;
content:"";
}
.hws_hero_promo_glow-es6{
border-radius:50%;
background:radial-gradient(circle,rgba(196,138,32,0.18) 0%,transparent 65%);
top:-2.5rem;
pointer-events:none;
position:absolute;
right:-1.25rem;
width:16.25rem;
height:260px;
}
.hws_hero_promo_ct-es6{
padding:1.75rem;
z-index:2;
position:relative;
align-self:flex-end;
max-width:88%;
}
.hws_hero_promo_label-es6{
margin-bottom:8px;
font-size:10px;
text-transform:uppercase;
display:block;
letter-spacing:.25em;
color:#F5C842;
font-weight:700;
}
.hws_hero_promo_amount-es6{
line-height:1.05;
font-size:32px;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
color:#FDF4E3;
overflow-wrap:break-word;
}
@media(min-width:771px){
.hws_hero_promo_amount-es6{
font-size:40px;
}
}
.hws_hero_promo_amount-es6 em{
font-style:normal;
color:#F5C842;
}
.hws_hero_rating-es6{
border-radius:0.875rem;
padding:0.625rem 14px;
border:1px solid rgba(26,17,8,0.07);
gap:10px;
background:#FFFFFF;
box-shadow:0 2px 6px rgba(26,17,8,0.07), 0 0.5rem 1.25rem rgba(26,17,8,0.09);
z-index:3;
position:absolute;
right:0.875rem;
display:flex;
align-items:center;
max-width:min(16.25rem,62%);
top:0.875rem;
}
.hws_hero_rating_score-es6{
flex:0 0 auto;
font-weight:700;
font-size:1.5rem;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
color:#1A1108;
}
.hws_hero_rating_txt-es6{
flex:1 1 auto;
min-width:0;
}
.hws_hero_rating_stars-es6{
gap:2px;
display:flex;
color:#C48A20;
}
.hws_hero_rating_stars-es6 svg{
height:12px;
width:0.75rem;
}
.hws_hero_rating_cap-es6{
overflow-wrap:break-word;
font-size:11px;
color:#6B5540;
margin-top:3px;
display:block;
line-height:1.35;
}
.hws_stat-es6{
border-bottom:1px solid rgba(26,17,8,0.13);
margin-top:16px;
border-top:1px solid rgba(26,17,8,0.13);
}
.hws_stat_in-es6{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:767px){
.hws_stat_in-es6{
grid-template-columns:repeat(4,1fr);
}
}
.hws_stat_item-es6{
padding:22px 0.875rem;
border-right:1px solid rgba(26,17,8,0.07);
border-bottom:1px solid rgba(26,17,8,0.07);
min-width:0;
}
.hws_stat_item-es6:nth-child(2n){
border-right:0;
}
.hws_stat_item-es6:nth-child(n+3){
border-bottom:0;
}
@media(min-width:771px){
.hws_stat_item-es6{
border-bottom:0;
}
.hws_stat_item-es6:nth-child(2n){
border-right:1px solid rgba(26,17,8,0.07);
}
.hws_stat_item-es6:nth-child(4n){
border-right:0;
}
}
.hws_stat_value-es6{
line-height:1;
font-size:30px;
overflow-wrap:break-word;
color:#1A1108;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
}
@media(min-width:767px){
.hws_stat_value-es6{
font-size:34px;
}
}
.hws_stat_label-es6{
overflow-wrap:break-word;
line-height:1.4;
font-size:0.813rem;
margin-top:6px;
color:#6B5540;
}
.hws_jp-es6{
padding:1.875rem 0 10px;
}
.hws_jp_grid-es6{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:771px){
.hws_jp_grid-es6{
grid-template-columns:1fr 1fr;
}
.hws_jp_card_mega-es6{
grid-column:1/-1;
}
}
@media(min-width:1002px){
.hws_jp_grid-es6{
grid-template-columns:1.4fr 1fr 1fr;
}
.hws_jp_card_mega-es6{
grid-column:auto;
}
}
.hws_jp_card-es6{
border-radius:1.25rem;
border:1px solid rgba(26,17,8,0.07);
background:#FFFFFF;
padding:26px;
gap:12px;
overflow:hidden;
position:relative;
justify-content:space-between;
display:flex;
flex-direction:column;
min-width:0;
min-height:12.5rem;
}
.hws_jp_card_mega-es6{
border-color:transparent;
background:linear-gradient(135deg,#261A0B,#0F0A04);
color:#FDF4E3;
min-height:13.125rem;
}
.hws_jp_glow-es6{
border-radius:50%;
background:radial-gradient(circle,rgba(196,138,32,0.18),transparent 70%);
top:-40px;
right:-40px;
position:absolute;
width:200px;
pointer-events:none;
height:200px;
}
.hws_jp_label-es6{
gap:10px;
text-transform:uppercase;
align-items:center;
position:relative;
color:#C48A20;
display:flex;
font-size:10px;
font-weight:700;
flex-wrap:wrap;
justify-content:space-between;
letter-spacing:.16em;
}
.hws_jp_card_mega-es6 .hws_jp_label-es6{
color:#F5C842;
}
.hws_jp_drop-es6{
text-transform:none;
font-weight:600;
letter-spacing:.04em;
color:#6B5540;
}
.hws_jp_card_mega-es6 .hws_jp_drop-es6{
color:#C9AD8A;
}
.hws_jp_amount-es6{
font-weight:700;
line-height:1;
position:relative;
font-size:2.375rem;
overflow-wrap:break-word;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
color:#1A1108;
}
.hws_jp_card_mega-es6 .hws_jp_amount-es6{
animation:zm2-pulse 2.4s infinite;
font-size:3rem;
color:#F5C842;
}
@media(min-width:770px){
.hws_jp_card_mega-es6 .hws_jp_amount-es6{
font-size:54px;
}
}
.hws_jp_game-es6{
color:#6B5540;
font-size:0.813rem;
position:relative;
}
.hws_jp_card_mega-es6 .hws_jp_game-es6{
color:#C9AD8A;
}
.hws_jp_cta-es6{
align-self:flex-start;
position:relative;
}
.hws_jp_card_mega-es6 .hws_jp_cta-es6{
background:#F5C842;
border-radius:999px;
transition:opacity .22s ease;
padding:0.625rem 20px;
color:#1A1108;
font-size:13px;
font-weight:700;
}
.hws_jp_card_mega-es6 .hws_jp_cta-es6:hover{
opacity:.9;
}
.hws_jp_card-es6:not(.hws_jp_card_mega-es6) .hws_jp_cta-es6{
transition:color .22s ease,border-color .22s ease;
padding-bottom:2px;
font-weight:700;
border-bottom:1px solid #1A1108;
color:#1A1108;
font-size:0.813rem;
}
.hws_jp_card-es6:not(.hws_jp_card_mega-es6) .hws_jp_cta-es6:hover{
border-color:#C48A20;
color:#C48A20;
}
.hws_jp_seo-es6{
margin:14px 0 0;
color:#8C7058;
overflow-wrap:break-word;
font-size:14px;
max-width:760px;
line-height:1.65;
}
.hws_jp_seo-es6 strong{
font-weight:700;
color:#1A1108;
}
.hws_grow-es6{
padding:1.625rem 0 10px;
}
.hws_row_seo-es6{
margin:10px 0 0;
color:#8C7058;
font-size:0.875rem;
overflow-wrap:break-word;
max-width:760px;
line-height:1.65;
}
.hws_row_seo-es6 strong{
color:#1A1108;
font-weight:700;
}
.hws_grow-es6{
padding:26px 0 0.625rem;
}
.hws_row_seo-es6{
margin:10px 0 0;
overflow-wrap:break-word;
font-size:0.875rem;
color:#8C7058;
line-height:1.65;
max-width:760px;
}
.hws_row_seo-es6 strong{
font-weight:700;
color:#1A1108;
}
.hws_grow-es6{
padding:1.625rem 0 0.625rem;
}
.hws_row_seo-es6{
margin:10px 0 0;
overflow-wrap:break-word;
max-width:47.5rem;
color:#8C7058;
font-size:0.875rem;
line-height:1.65;
}
.hws_row_seo-es6 strong{
font-weight:700;
color:#1A1108;
}
.hws_pr-es6{
padding:1.875rem 0 0.375rem;
}
.hws_pr_card-es6{
padding:1.625rem;
background:#FFFFFF;
flex:0 0 auto;
border-radius:1.25rem;
border:1px solid rgba(26,17,8,0.07);
overflow:hidden;
gap:10px;
position:relative;
width:280px;
flex-direction:column;
display:flex;
min-height:12.5rem;
}
@media(min-width:771px){
.hws_pr_card-es6{
width:300px;
}
}
.hws_pr_card_feat-es6{
background:linear-gradient(150deg,#261A0B,#0F0A04);
border-color:transparent;
color:#FDF4E3;
}
.hws_pr_glow-es6{
border-radius:50%;
background:radial-gradient(circle,rgba(196,138,32,0.18),transparent 70%);
right:-1.875rem;
opacity:0;
pointer-events:none;
width:130px;
top:-1.875rem;
position:absolute;
height:130px;
}
.hws_pr_card_feat-es6 .hws_pr_glow-es6{
opacity:1;
}
.hws_pr_label-es6{
font-size:10px;
letter-spacing:.16em;
font-weight:700;
color:#C48A20;
position:relative;
text-transform:uppercase;
}
.hws_pr_card_feat-es6 .hws_pr_label-es6{
color:#F5C842;
}
.hws_pr_amount-es6{
position:relative;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
color:#1A1108;
overflow-wrap:break-word;
line-height:1.08;
font-weight:600;
font-size:26px;
}
.hws_pr_card_feat-es6 .hws_pr_amount-es6{
color:#FDF4E3;
}
.hws_pr_amount-es6 em{
font-style:normal;
color:#C48A20;
}
.hws_pr_card_feat-es6 .hws_pr_amount-es6 em{
color:#F5C842;
}
.hws_pr_terms-es6{
line-height:1.5;
font-size:0.813rem;
color:#6B5540;
position:relative;
}
.hws_pr_card_feat-es6 .hws_pr_terms-es6{
color:#C9AD8A;
}
.hws_pr_cta-es6{
margin-top:auto;
position:relative;
align-self:flex-start;
}
.hws_pr_card_feat-es6 .hws_pr_cta-es6{
transition:opacity .22s ease;
border-radius:62.438rem;
padding:0.563rem 18px;
background:#F5C842;
font-weight:700;
color:#1A1108;
font-size:13px;
}
.hws_pr_card_feat-es6 .hws_pr_cta-es6:hover{
opacity:.9;
}
.hws_pr_card-es6:not(.hws_pr_card_feat-es6) .hws_pr_cta-es6{
transition:color .22s ease,border-color .22s ease;
padding-bottom:2px;
border-bottom:1px solid #1A1108;
color:#1A1108;
font-weight:700;
font-size:0.813rem;
}
.hws_pr_card-es6:not(.hws_pr_card_feat-es6) .hws_pr_cta-es6:hover{
border-color:#C48A20;
color:#C48A20;
}
.hws_vip-es6{
padding:3rem 0;
}
@media(min-width:771px){
.hws_vip-es6{
padding:64px 0;
}
}
.hws_vip_head-es6{
gap:14px;
flex-direction:column;
display:flex;
margin-bottom:30px;
}
@media(min-width:882px){
.hws_vip_head-es6{
gap:1.5rem;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.hws_vip_eyebrow-es6{
margin-bottom:0.75rem;
}
.hws_vip_h2-es6{
line-height:1.05;
font-weight:600;
font-size:2rem;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#FDF4E3;
}
@media(min-width:771px){
.hws_vip_h2-es6{
font-size:40px;
}
}
.hws_vip_intro-es6{
line-height:1.6;
font-size:0.875rem;
color:#C9AD8A;
max-width:420px;
}
.hws_vip_grid-es6{
gap:0.875rem;
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
display:grid;
}
.hws_vip_card-es6{
border:1px solid rgba(255,243,210,0.13);
border-radius:14px;
padding:22px 1.125rem;
min-width:0;
}
.hws_vip_card_feat-es6{
border-color:#F5C842;
background:rgba(255,243,210,0.07);
}
.hws_vip_card_ic-es6{
border-radius:0.5rem;
background:linear-gradient(135deg,#C48A20,#F5C842);
display:block;
width:34px;
height:2.125rem;
margin-bottom:16px;
}
.hws_vip_name-es6{
font-weight:600;
color:#FDF4E3;
overflow-wrap:break-word;
font-size:20px;
margin-bottom:0.375rem;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
}
.hws_vip_perk-es6{
color:#C9AD8A;
line-height:1.5;
overflow-wrap:break-word;
font-size:0.781rem;
}
.hws_gm-es6{
padding:30px 0 0.625rem;
}
.hws_gm_in-es6{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:883px){
.hws_gm_in-es6{
grid-template-columns:1.25fr 1fr;
}
}
.hws_gm_left-es6{
border:1px solid rgba(26,17,8,0.07);
padding:2rem;
background:#FFFFFF;
border-radius:1.25rem;
min-width:0;
}
.hws_gm_eyebrow-es6{
margin-bottom:10px;
}
.hws_gm_h2-es6{
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1.06;
color:#1A1108;
font-size:1.625rem;
font-weight:600;
margin-bottom:0.5rem;
}
@media(min-width:767px){
.hws_gm_h2-es6{
font-size:1.75rem;
}
}
.hws_gm_text-es6{
max-width:30rem;
color:#8C7058;
font-size:0.875rem;
line-height:1.6;
margin-bottom:1.375rem;
}
.hws_gm_level-es6{
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
color:#C48A20;
font-size:22px;
margin-bottom:0.5rem;
}
.hws_gm_bar-es6{
background:rgba(26,17,8,0.13);
border-radius:999px;
overflow:hidden;
margin-bottom:6px;
height:0.5rem;
}
.hws_gm_bar_fill-es6{
background:linear-gradient(90deg,#C48A20,#F5C842);
border-radius:62.438rem;
height:100%;
}
.hws_gm_bar_meta-es6{
gap:10px;
color:#6B5540;
margin-bottom:18px;
font-size:0.688rem;
justify-content:space-between;
display:flex;
}
.hws_gm_missions-es6{
gap:10px;
flex-wrap:wrap;
display:flex;
}
.hws_gm_mission-es6{
background:#FAF6F0;
border:1px solid rgba(26,17,8,0.13);
border-radius:62.438rem;
gap:7px;
padding:0.563rem 0.938rem;
color:#2E2112;
font-size:12.5px;
font-weight:600;
align-items:center;
display:inline-flex;
}
.hws_gm_mission_ic-es6{
color:#C48A20;
display:inline-flex;
align-items:center;
}
.hws_gm_mission_ic-es6 svg{
height:0.813rem;
width:0.813rem;
}
.hws_gm_right-es6{
overflow:hidden;
padding:32px;
border-radius:20px;
background:linear-gradient(150deg,#261A0B,#0F0A04);
position:relative;
flex-direction:column;
display:flex;
color:#FDF4E3;
}
.hws_gm_glow-es6{
border-radius:50%;
background:radial-gradient(circle,rgba(196,138,32,0.18),transparent 70%);
right:-30px;
width:150px;
height:9.375rem;
top:-1.875rem;
pointer-events:none;
position:absolute;
}
.hws_gm_ref_eyebrow-es6{
margin-bottom:10px;
position:relative;
}
.hws_gm_ref_h2-es6{
position:relative;
overflow-wrap:break-word;
font-size:1.625rem;
font-weight:600;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.1;
color:#FDF4E3;
margin-bottom:0.5rem;
}
.hws_gm_ref_text-es6{
font-size:0.844rem;
line-height:1.55;
position:relative;
color:#C9AD8A;
margin-bottom:20px;
}
.hws_gm_ref_cta-es6{
transition:opacity .22s ease;
border-radius:999px;
padding:0.688rem 1.375rem;
background:#F5C842;
font-weight:700;
margin-top:auto;
font-size:0.844rem;
color:#1A1108;
position:relative;
align-self:flex-start;
}
.hws_gm_ref_cta-es6:hover{
opacity:.9;
}
.hws_app-es6{
padding:1.875rem 0 0.625rem;
}
.hws_app_in-es6{
gap:1.75rem;
border-radius:1.25rem;
padding:2rem;
background:#FFFFFF;
border:1px solid rgba(26,17,8,0.07);
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.hws_app_in-es6{
gap:2.5rem;
padding:40px 44px;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.hws_app_copy-es6{
max-width:35rem;
min-width:0;
}
.hws_app_eyebrow-es6{
margin-bottom:12px;
}
.hws_app_h2-es6{
font-weight:600;
color:#1A1108;
line-height:1.05;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.75rem;
font-size:28px;
overflow-wrap:break-word;
}
@media(min-width:769px){
.hws_app_h2-es6{
font-size:2.125rem;
}
}
.hws_app_text-es6{
font-size:14px;
line-height:1.6;
color:#8C7058;
margin-bottom:1.375rem;
}
.hws_app_btns-es6{
gap:12px;
flex-wrap:wrap;
display:flex;
}
.hws_app_btn-es6{
padding:11px 20px;
gap:0.625rem;
border-radius:0.875rem;
transition:background-color .22s ease;
background:#1A1108;
display:inline-flex;
color:#FDF4E3;
align-items:center;
}
.hws_app_btn-es6:hover{
background:#2E2112;
}
.hws_app_btn_ic-es6{
align-items:center;
display:inline-flex;
}
.hws_app_btn_ic-es6 svg{
height:1.125rem;
width:1.125rem;
}
.hws_app_btn_lb-es6{
font-weight:700;
font-size:13.5px;
}
.hws_app_qr_wrap-es6{
gap:1.125rem;
flex:0 0 auto;
align-items:center;
display:flex;
}
.hws_app_qr-es6{
flex:0 0 auto;
border-radius:0.875rem;
width:6.75rem;
height:108px;
background-image:repeating-linear-gradient(0deg,#FFFFFF 0 0.313rem,transparent 0.313rem 11px),repeating-linear-gradient(90deg,#FFFFFF 0 5px,transparent 5px 0.688rem);
background-color:#1A1108;
}
.hws_app_qr_cap-es6{
color:#6B5540;
line-height:1.4;
font-size:12.5px;
max-width:5.75rem;
}
.hws_nl-es6{
padding:1.5rem 0 0.625rem;
}
.hws_nl_in-es6{
padding:30px 2rem;
background:#251A0D;
border-radius:1.25rem;
gap:22px;
flex-direction:column;
display:flex;
color:#FDF4E3;
}
@media(min-width:769px){
.hws_nl_in-es6{
gap:28px;
justify-content:space-between;
align-items:center;
flex-direction:row;
}
}
.hws_nl_text_wrap-es6{
min-width:0;
}
.hws_nl_h3-es6{
color:#FDF4E3;
overflow-wrap:break-word;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-size:22px;
font-weight:600;
line-height:1.1;
margin-bottom:0.313rem;
}
@media(min-width:766px){
.hws_nl_h3-es6{
font-size:24px;
}
}
.hws_nl_text-es6{
line-height:1.5;
font-size:0.844rem;
color:#C9AD8A;
}
.hws_nl_form-es6{
gap:0.625rem;
flex:1 1 auto;
min-width:0;
display:flex;
max-width:28.75rem;
}
.hws_nl_input-es6{
padding:0.813rem 16px;
border:1px solid rgba(255,243,210,0.13);
background:rgba(255,243,210,0.07);
overflow:hidden;
border-radius:14px;
flex:1 1 auto;
display:flex;
white-space:nowrap;
color:#C9AD8A;
align-items:center;
min-width:0;
font-size:14px;
text-overflow:ellipsis;
}
.hws_nl_btn-es6{
padding:0.813rem 1.5rem;
transition:opacity .22s ease;
background:#F5C842;
border-radius:0.875rem;
flex:0 0 auto;
font-size:0.875rem;
color:#1A1108;
white-space:nowrap;
font-weight:700;
}
.hws_nl_btn-es6:hover{
opacity:.9;
}
.hws_ts-es6{
padding:44px 0;
}
.hws_ts_in-es6{
grid-template-columns:1fr;
gap:2rem;
align-items:center;
display:grid;
}
@media(min-width:877px){
.hws_ts_in-es6{
grid-template-columns:1.4fr 1fr;
gap:48px;
}
}
.hws_ts_left-es6{
min-width:0;
}
.hws_ts_h2-es6{
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
line-height:1.1;
font-size:26px;
color:#FDF4E3;
margin-bottom:12px;
}
@media(min-width:769px){
.hws_ts_h2-es6{
font-size:1.75rem;
}
}
.hws_ts_text-es6{
margin-bottom:22px;
max-width:32.5rem;
line-height:1.6;
font-size:14.5px;
color:#C9AD8A;
}
.hws_ts_badges-es6{
gap:18px;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.hws_ts_badge-es6{
font-size:13px;
color:#C9AD8A;
font-weight:600;
}
.hws_ts_pay-es6{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
@media(min-width:877px){
.hws_ts_pay-es6{
justify-content:flex-end;
}
}
.hws_ts_pay_chip-es6{
background:rgba(255,243,210,0.07);
border-radius:14px;
border:1px solid rgba(255,243,210,0.13);
padding:0.75rem 1rem;
color:#FDF4E3;
font-size:0.875rem;
font-weight:700;
}
.hws_rc-es6{
padding:3rem 0 0.625rem;
}
.hws_rc_in-es6{
gap:2rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:763px){
.hws_rc_in-es6{
gap:40px;
grid-template-columns:repeat(3,1fr);
}
}
.hws_rc_col-es6{
min-width:0;
}
.hws_rc_label-es6{
margin-bottom:1rem;
letter-spacing:.2em;
font-weight:600;
text-transform:uppercase;
color:#C48A20;
font-size:0.688rem;
}
.hws_rc_awards-es6{
gap:12px;
flex-direction:column;
display:flex;
}
.hws_rc_award-es6{
gap:0.75rem;
align-items:center;
display:flex;
min-width:0;
}
.hws_rc_award_ic-es6{
flex:0 0 auto;
color:#E8A825;
align-items:center;
display:inline-flex;
}
.hws_rc_award_ic-es6 svg{
width:18px;
height:18px;
}
.hws_rc_award_t-es6{
color:#1A1108;
overflow-wrap:break-word;
font-size:14px;
font-weight:700;
}
.hws_rc_award_s-es6{
font-size:0.75rem;
overflow-wrap:break-word;
color:#6B5540;
}
.hws_rc_press-es6{
grid-template-columns:1fr 1fr;
gap:0.625rem;
display:grid;
}
.hws_rc_press_logo-es6{
overflow:hidden;
border-radius:0.5rem;
padding:0 8px;
border:1px solid rgba(26,17,8,0.07);
color:#8C7058;
display:flex;
text-overflow:ellipsis;
justify-content:center;
text-align:center;
white-space:nowrap;
font-size:14px;
height:3.25rem;
font-weight:700;
align-items:center;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
}
.hws_rc_partner-es6{
padding:22px;
border-radius:0.875rem;
border:1px solid rgba(26,17,8,0.07);
background:#FFFFFF;
}
.hws_rc_partner_name-es6{
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
color:#1A1108;
font-size:1.25rem;
overflow-wrap:break-word;
margin-bottom:6px;
}
.hws_rc_partner_text-es6{
line-height:1.55;
overflow-wrap:break-word;
font-size:0.813rem;
color:#8C7058;
}
.hws_hts-es6{
padding:48px 0;
}
@media(min-width:766px){
.hws_hts-es6{
padding:3.875rem 0;
}
}
.hws_hts_head-es6{
gap:1.125rem;
display:flex;
flex-direction:column;
margin-bottom:2.125rem;
}
@media(min-width:765px){
.hws_hts_head-es6{
gap:1.5rem;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.hws_hts_eyebrow-es6{
margin-bottom:12px;
}
.hws_hts_h2-es6{
font-size:1.875rem;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
color:#FDF4E3;
overflow-wrap:break-word;
line-height:1.05;
}
@media(min-width:767px){
.hws_hts_h2-es6{
font-size:38px;
}
}
.hws_hts_cta-es6{
background:#F5C842;
transition:opacity .22s ease;
padding:0.938rem 30px;
border-radius:62.438rem;
flex:0 0 auto;
font-size:0.938rem;
font-weight:700;
color:#1A1108;
}
.hws_hts_cta-es6:hover{
opacity:.9;
}
.hws_hts_grid-es6{
grid-template-columns:1fr;
gap:24px;
display:grid;
}
@media(min-width:762px){
.hws_hts_grid-es6{
grid-template-columns:repeat(3,1fr);
}
}
.hws_hts_step-es6{
padding-top:1.375rem;
border-top:1px solid rgba(255,243,210,0.13);
min-width:0;
}
.hws_hts_step_num-es6{
margin-bottom:14px;
font-weight:700;
font-size:2.75rem;
color:#F5C842;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
line-height:1;
}
.hws_hts_step_h-es6{
font-size:1.188rem;
line-height:1.2;
margin-bottom:8px;
overflow-wrap:break-word;
font-weight:700;
color:#FDF4E3;
}
.hws_hts_step_p-es6{
overflow-wrap:break-word;
line-height:1.55;
color:#C9AD8A;
font-size:14px;
}
.hws_et-es6{
padding:2.25rem 0 0.625rem;
}
.hws_et_in-es6{
gap:2rem;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:883px){
.hws_et_in-es6{
gap:48px;
grid-template-columns:1.1fr .9fr;
}
}
.hws_et_left-es6{
min-width:0;
}
.hws_et_eyebrow-es6{
margin-bottom:12px;
}
.hws_et_h2-es6{
overflow-wrap:break-word;
line-height:1.06;
font-weight:600;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:14px;
color:#1A1108;
font-size:1.75rem;
}
@media(min-width:769px){
.hws_et_h2-es6{
font-size:32px;
}
}
.hws_et_text-es6{
margin-bottom:1.375rem;
line-height:1.65;
font-size:15px;
color:#8C7058;
}
.hws_et_stats-es6{
gap:1.5rem;
display:flex;
flex-wrap:wrap;
}
.hws_et_stat-es6{
min-width:0;
}
.hws_et_stat_v-es6{
font-size:26px;
line-height:1;
font-weight:700;
color:#1A1108;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
}
.hws_et_stat_l-es6{
font-size:12.5px;
margin-top:0.25rem;
color:#6B5540;
}
.hws_et_right-es6{
gap:0.75rem;
display:flex;
flex-direction:column;
}
.hws_et_member-es6{
gap:16px;
border-radius:0.875rem;
border:1px solid rgba(26,17,8,0.07);
padding:18px 1.25rem;
background:#FFFFFF;
min-width:0;
display:flex;
align-items:center;
}
.hws_et_member_av-es6{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#261A0B,#C48A20);
height:48px;
width:48px;
}
.hws_et_member_name-es6{
color:#1A1108;
font-weight:700;
font-size:0.938rem;
overflow-wrap:break-word;
}
.hws_et_member_role-es6{
font-size:0.781rem;
color:#6B5540;
overflow-wrap:break-word;
}
.hws_et_updated-es6{
border:1px solid rgba(26,17,8,0.07);
border-radius:14px;
background:#FAF6F0;
padding:14px 1.125rem;
gap:8px;
font-size:12.5px;
display:flex;
align-items:center;
color:#8C7058;
}
.hws_op-es6{
padding:2.25rem 0 0.625rem;
}
.hws_op_in-es6{
gap:2rem;
padding:32px;
border-radius:0.875rem;
background:#FFFFFF;
border:1px solid rgba(26,17,8,0.07);
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:859px){
.hws_op_in-es6{
gap:2.75rem;
grid-template-columns:.9fr 1.1fr;
padding:2.125rem 40px;
}
}
.hws_op_left-es6{
min-width:0;
}
.hws_op_eyebrow-es6{
margin-bottom:0.75rem;
}
.hws_op_h2-es6{
font-size:28px;
overflow-wrap:break-word;
font-weight:600;
line-height:1.08;
color:#1A1108;
margin-bottom:10px;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.hws_op_h2-es6{
font-size:30px;
}
}
.hws_op_text-es6{
color:#8C7058;
line-height:1.6;
font-size:14px;
}
.hws_op_grid-es6{
border-radius:8px;
background:rgba(26,17,8,0.13);
overflow:hidden;
gap:1px;
border:1px solid rgba(26,17,8,0.13);
grid-template-columns:1fr 1fr;
display:grid;
}
.hws_op_field-es6{
padding:18px 1.25rem;
background:#FAF6F0;
min-width:0;
}
.hws_op_field_lb-es6{
color:#C48A20;
font-size:10px;
margin-bottom:5px;
letter-spacing:.1em;
text-transform:uppercase;
font-weight:600;
}
.hws_op_field_val-es6{
font-size:14px;
overflow-wrap:break-word;
font-weight:700;
color:#1A1108;
}
.hws_rv-es6{
background:#FFFFFF;
padding:3rem 0;
margin-top:24px;
border-bottom:1px solid rgba(26,17,8,0.07);
border-top:1px solid rgba(26,17,8,0.07);
}
@media(min-width:767px){
.hws_rv-es6{
padding:56px 0;
}
}
.hws_rv_head-es6{
gap:16px;
flex-direction:column;
margin-bottom:30px;
display:flex;
}
@media(min-width:768px){
.hws_rv_head-es6{
gap:20px;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.hws_rv_eyebrow-es6{
margin-bottom:0.625rem;
}
.hws_rv_h2-es6{
color:#1A1108;
overflow-wrap:break-word;
font-weight:600;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-size:30px;
line-height:1.05;
}
@media(min-width:766px){
.hws_rv_h2-es6{
font-size:2.375rem;
}
}
.hws_rv_agg-es6{
gap:12px;
align-items:center;
display:flex;
}
.hws_rv_agg_stars-es6{
gap:3px;
color:#C48A20;
display:flex;
}
.hws_rv_agg_stars-es6 svg{
height:18px;
width:1.125rem;
}
.hws_rv_source-es6{
color:#8C7058;
font-size:0.813rem;
}
.hws_rv_grid-es6{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:759px){
.hws_rv_grid-es6{
grid-template-columns:repeat(3,1fr);
}
}
.hws_rv_card-es6{
background:#FAF6F0;
border-radius:14px;
border:1px solid rgba(26,17,8,0.07);
padding:26px;
min-width:0;
}
.hws_rv_card_stars-es6{
gap:2px;
margin-bottom:12px;
color:#C48A20;
display:flex;
}
.hws_rv_card_stars-es6 svg{
width:14px;
height:0.875rem;
}
.hws_rv_card_body-es6{
font-weight:500;
color:#1A1108;
font-size:18px;
margin-bottom:1rem;
overflow-wrap:break-word;
line-height:1.45;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
}
.hws_rv_card_meta-es6{
gap:0.625rem;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.hws_rv_card_av-es6{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#C48A20,#F5C842);
height:2rem;
width:32px;
}
.hws_rv_card_author-es6{
font-size:13px;
color:#1A1108;
font-weight:700;
}
.hws_rv_card_loc-es6{
font-size:12px;
color:#6B5540;
}
.hws_pmt-es6{
padding:48px 0 10px;
}
.hws_pmt_in-es6{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:start;
}
@media(min-width:883px){
.hws_pmt_in-es6{
gap:3rem;
grid-template-columns:1fr 1.1fr;
}
}
.hws_pmt_left-es6{
min-width:0;
}
.hws_pmt_eyebrow-es6{
margin-bottom:0.75rem;
}
.hws_pmt_h2-es6{
margin-bottom:0.75rem;
font-size:1.875rem;
overflow-wrap:break-word;
color:#1A1108;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.06;
font-weight:600;
}
@media(min-width:770px){
.hws_pmt_h2-es6{
font-size:2rem;
}
}
.hws_pmt_text-es6{
color:#8C7058;
margin-bottom:1.375rem;
line-height:1.6;
font-size:0.906rem;
}
.hws_pmt_logos-es6{
grid-template-columns:repeat(2,1fr);
gap:10px;
display:grid;
}
@media(min-width:478px){
.hws_pmt_logos-es6{
grid-template-columns:repeat(4,1fr);
}
}
.hws_pmt_logo-es6{
padding:0 8px;
background:#FFFFFF;
border-radius:8px;
border:1px solid rgba(26,17,8,0.07);
overflow:hidden;
color:#2E2112;
height:50px;
font-weight:700;
white-space:nowrap;
font-size:12.5px;
text-align:center;
align-items:center;
text-overflow:ellipsis;
justify-content:center;
display:flex;
}
.hws_pmt_table-es6{
border-radius:14px;
overflow:hidden;
border:1px solid rgba(26,17,8,0.07);
min-width:0;
}
.hws_pmt_thead-es6{
grid-template-columns:1.4fr 1fr 1fr 1fr;
background:#2A1F14;
display:grid;
}
.hws_pmt_th-es6{
overflow:hidden;
padding:0.813rem 0.875rem;
text-overflow:ellipsis;
font-weight:700;
color:#FDF4E3;
text-transform:uppercase;
white-space:nowrap;
font-size:0.625rem;
letter-spacing:.08em;
}
.hws_pmt_row-es6{
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(26,17,8,0.07);
}
.hws_pmt_row-es6:nth-child(odd){
background:#FFFFFF;
}
.hws_pmt_td-es6{
padding:0.875rem;
min-width:0;
font-size:13.5px;
overflow-wrap:break-word;
color:#8C7058;
}
.hws_pmt_row-es6 .hws_pmt_td-es6:first-child{
font-weight:700;
color:#1A1108;
}
.hws_pmt_row-es6 .hws_pmt_td-es6:last-child{
font-weight:700;
color:#2D8A5E;
}
.hws_prov-es6{
padding:40px 0 1.25rem;
}
.hws_prov_eyebrow-es6{
display:block;
margin-bottom:18px;
}
.hws_prov_grid-es6{
gap:0.75rem;
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:563px){
.hws_prov_grid-es6{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:902px){
.hws_prov_grid-es6{
grid-template-columns:repeat(6,1fr);
}
}
.hws_tt-es6{
padding:3rem 0 10px;
}
@media(min-width:765px){
.hws_tt-es6{
padding:3.75rem 0 10px;
}
}
.hws_tt_head-es6{
text-align:center;
margin-bottom:2.125rem;
}
.hws_tt_eyebrow-es6{
margin-bottom:12px;
}
.hws_tt_h2-es6{
font-weight:600;
color:#1A1108;
line-height:1.05;
font-size:2rem;
overflow-wrap:break-word;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:767px){
.hws_tt_h2-es6{
font-size:42px;
}
}
.hws_tt_grid-es6{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:757px){
.hws_tt_grid-es6{
grid-template-columns:repeat(3,1fr);
}
}
.hws_tt_card-es6{
padding:1.875rem;
border-radius:14px;
border:1px solid rgba(26,17,8,0.07);
background:#FFFFFF;
flex-direction:column;
display:flex;
min-width:0;
}
.hws_tt_card_ic-es6{
color:#C48A20;
display:inline-flex;
margin-bottom:18px;
align-items:center;
}
.hws_tt_card_ic-es6 svg{
width:28px;
height:28px;
}
.hws_tt_card_h-es6{
font-size:1.375rem;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:0.5rem;
line-height:1.15;
color:#1A1108;
}
.hws_tt_card_p-es6{
line-height:1.6;
font-size:0.875rem;
color:#8C7058;
margin-bottom:0.875rem;
overflow-wrap:break-word;
}
.hws_tt_card_p-es6 b{
font-weight:700;
color:#1A1108;
}
.hws_tt_card_link-es6{
transition:color .22s ease;
margin-top:auto;
font-weight:700;
padding-bottom:2px;
align-self:flex-start;
font-size:0.813rem;
color:#1A1108;
border-bottom:1px solid #C48A20;
}
.hws_tt_card_link-es6:hover{
color:#C48A20;
}
.hws_wy-es6{
padding:48px 0;
}
@media(min-width:765px){
.hws_wy-es6{
padding:3.5rem 0;
}
}
.hws_wy_in-es6{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:start;
}
@media(min-width:899px){
.hws_wy_in-es6{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.hws_wy_left-es6{
min-width:0;
}
.hws_wy_eyebrow-es6{
margin-bottom:14px;
}
.hws_wy_h2-es6{
font-size:32px;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
line-height:1.05;
margin-bottom:16px;
color:#1A1108;
}
@media(min-width:765px){
.hws_wy_h2-es6{
font-size:2.5rem;
}
}
.hws_wy_intro-es6{
line-height:1.6;
font-size:15px;
color:#8C7058;
}
.hws_wy_grid-es6{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:561px){
.hws_wy_grid-es6{
grid-template-columns:1fr 1fr;
}
}
.hws_wy_card-es6{
padding:1.625rem;
border:1px solid rgba(26,17,8,0.07);
background:#FFFFFF;
border-radius:14px;
min-width:0;
}
.hws_wy_card_ic-es6{
color:#C48A20;
display:inline-flex;
justify-content:center;
align-items:center;
margin-bottom:1rem;
}
.hws_wy_card_ic-es6 svg{
width:1.625rem;
height:26px;
}
.hws_wy_card_h-es6{
font-size:1.313rem;
color:#1A1108;
line-height:1.15;
font-weight:600;
margin-bottom:0.5rem;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
.hws_wy_card_p-es6{
color:#8C7058;
line-height:1.55;
font-size:14px;
overflow-wrap:break-word;
}
.hws_sb-es6{
background:#FFFFFF;
padding:48px 0;
border-bottom:1px solid rgba(26,17,8,0.07);
border-top:1px solid rgba(26,17,8,0.07);
margin-top:1.5rem;
}
@media(min-width:768px){
.hws_sb-es6{
padding:56px 0;
}
}
.hws_sb_eyebrow-es6{
display:block;
margin-bottom:0.75rem;
}
.hws_sb_h2-es6{
margin-bottom:26px;
color:#1A1108;
font-weight:600;
font-size:1.875rem;
overflow-wrap:break-word;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
}
@media(min-width:770px){
.hws_sb_h2-es6{
font-size:36px;
}
}
.hws_sb_grid-es6{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:562px){
.hws_sb_grid-es6{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:961px){
.hws_sb_grid-es6{
grid-template-columns:repeat(4,1fr);
}
}
.hws_sb_card-es6{
padding:1.5rem;
background:#FAF6F0;
border:1px solid rgba(26,17,8,0.07);
border-radius:0.875rem;
min-width:0;
}
.hws_sb_card_h-es6{
font-weight:600;
color:#1A1108;
line-height:1.15;
margin-bottom:8px;
font-size:19px;
overflow-wrap:break-word;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
}
.hws_sb_card_p-es6{
line-height:1.6;
font-size:0.844rem;
overflow-wrap:break-word;
color:#8C7058;
}
.hws_sb_rtp-es6{
background:#FAF6F0;
padding:1.625rem 1.75rem;
gap:24px;
border:1px solid rgba(26,17,8,0.07);
grid-template-columns:1fr;
border-radius:14px;
margin-top:1.125rem;
align-items:center;
display:grid;
}
@media(min-width:762px){
.hws_sb_rtp-es6{
gap:40px;
grid-template-columns:1fr 1fr;
}
}
.hws_sb_rtp_h-es6{
color:#1A1108;
overflow-wrap:break-word;
margin-bottom:8px;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.15;
font-size:1.25rem;
font-weight:600;
}
.hws_sb_rtp_p-es6{
overflow-wrap:break-word;
color:#8C7058;
line-height:1.6;
font-size:13.5px;
}
.hws_sb_rtp_stats-es6{
gap:1rem;
display:flex;
}
.hws_sb_stat-es6{
background:#FFFFFF;
border-radius:8px;
flex:1 1 0;
padding:1.125rem;
min-width:0;
text-align:center;
}
.hws_sb_stat_v-es6{
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
font-size:1.625rem;
color:#2D8A5E;
overflow-wrap:break-word;
}
.hws_sb_stat_l-es6{
font-size:0.719rem;
color:#6B5540;
margin-top:0.25rem;
}
.hws_sc-es6{
padding:3rem 0 0.625rem;
}
.hws_sc_head-es6{
text-align:center;
margin-bottom:28px;
}
.hws_sc_eyebrow-es6{
margin-bottom:0.75rem;
}
.hws_sc_h2-es6{
font-size:1.875rem;
line-height:1.05;
color:#1A1108;
font-weight:600;
overflow-wrap:break-word;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:771px){
.hws_sc_h2-es6{
font-size:2.25rem;
}
}
.hws_sc_table-es6{
margin:0 auto;
border-radius:14px;
border:1px solid rgba(26,17,8,0.07);
overflow:hidden;
max-width:900px;
}
.hws_sc_thead-es6{
grid-template-columns:1.6fr 1fr 1fr;
background:#2A1F14;
display:grid;
}
.hws_sc_th-es6{
padding:15px 1.125rem;
color:#C9AD8A;
font-size:13px;
overflow-wrap:break-word;
text-align:center;
font-weight:700;
}
.hws_sc_th-es6:first-child{
text-align:left;
}
.hws_sc_th_us-es6{
color:#F5C842;
}
.hws_sc_row-es6{
grid-template-columns:1.6fr 1fr 1fr;
border-top:1px solid rgba(26,17,8,0.07);
display:grid;
}
.hws_sc_row-es6:nth-child(even){
background:#FFFFFF;
}
.hws_sc_td-es6{
padding:0.938rem 18px;
color:#6B5540;
min-width:0;
font-size:14px;
text-align:center;
overflow-wrap:break-word;
}
.hws_sc_td-es6:first-child{
color:#2E2112;
font-weight:600;
text-align:left;
}
.hws_sc_td_us-es6{
color:#2D8A5E;
font-weight:700;
}
.hws_el-es6{
padding:3rem 0;
}
@media(min-width:769px){
.hws_el-es6{
padding:3.5rem 0;
}
}
.hws_el_in-es6{
gap:2.5rem;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:902px){
.hws_el_in-es6{
gap:56px;
grid-template-columns:1fr 1fr;
}
}
.hws_el_left-es6{
min-width:0;
}
.hws_el_eyebrow-es6{
margin-bottom:14px;
}
.hws_el_h2-es6{
margin-bottom:22px;
font-weight:600;
line-height:1.08;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-size:32px;
color:#1A1108;
overflow-wrap:break-word;
}
@media(min-width:765px){
.hws_el_h2-es6{
font-size:2.375rem;
}
}
.hws_el_body-es6 p{
font-size:16px;
overflow-wrap:break-word;
line-height:1.7;
color:#2E2112;
margin-bottom:1.125rem;
}
.hws_el_dropcap-es6{
padding:0.375rem 0.75rem 0 0;
float:left;
font-weight:700;
color:#C48A20;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-size:62px;
line-height:.8;
}
.hws_el_right-es6{
min-width:0;
}
.hws_el_quote-es6{
border-radius:20px;
padding:2.25rem;
background:linear-gradient(150deg,#261A0B,#0F0A04);
position:relative;
color:#FDF4E3;
margin-bottom:24px;
}
.hws_el_quote_mark-es6{
display:inline-flex;
color:#F5C842;
margin-bottom:0.375rem;
align-items:center;
}
.hws_el_quote_mark-es6 svg{
width:2.125rem;
height:34px;
}
.hws_el_quote_text-es6{
line-height:1.4;
color:#FDF4E3;
font-weight:500;
overflow-wrap:break-word;
font-size:1.375rem;
margin-bottom:22px;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
}
.hws_el_quote_meta-es6{
gap:12px;
display:flex;
align-items:center;
}
.hws_el_quote_av-es6{
background:linear-gradient(135deg,#C48A20,#F5C842);
flex:0 0 auto;
border-radius:50%;
height:2.375rem;
width:2.375rem;
}
.hws_el_quote_author-es6{
font-weight:700;
font-size:0.875rem;
color:#FDF4E3;
}
.hws_el_quote_meta_sub-es6{
font-size:0.75rem;
color:#C9AD8A;
}
.hws_el_explain-es6{
border-radius:0.875rem;
border:1px solid rgba(26,17,8,0.07);
overflow:hidden;
}
.hws_el_explain_card-es6{
padding:1.375rem 1.5rem;
}
.hws_el_explain_card-es6+.hws_el_explain_card-es6{
border-top:1px solid rgba(26,17,8,0.07);
}
.hws_el_explain_h-es6{
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
margin-bottom:0.5rem;
line-height:1.15;
overflow-wrap:break-word;
color:#1A1108;
font-size:1.25rem;
}
.hws_el_explain_p-es6{
font-size:14px;
color:#8C7058;
overflow-wrap:break-word;
line-height:1.55;
}
.hws_lh-es6{
padding:2.5rem 0 20px;
}
.hws_lh_in-es6{
padding-top:34px;
border-top:1px solid rgba(26,17,8,0.13);
}
.hws_lh_eyebrow-es6{
margin-bottom:1.375rem;
display:block;
}
.hws_lh_grid-es6{
grid-template-columns:1fr 1fr;
gap:1.75rem;
display:grid;
}
@media(min-width:600px){
.hws_lh_grid-es6{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:959px){
.hws_lh_grid-es6{
grid-template-columns:repeat(5,1fr);
}
}
.hws_lh_col-es6{
min-width:0;
}
.hws_lh_col_h-es6{
font-size:0.813rem;
color:#1A1108;
font-weight:700;
overflow-wrap:break-word;
margin-bottom:0.75rem;
}
.hws_lh_links-es6{
gap:0.5rem;
flex-direction:column;
display:flex;
}
.hws_lh_link-es6{
transition:color .22s ease;
overflow-wrap:break-word;
color:#8C7058;
font-size:13px;
}
.hws_lh_link-es6:hover{
color:#C48A20;
}
.hws_sg-es6{
padding:48px 0 0.625rem;
}
.hws_sg_eyebrow-es6{
margin-bottom:12px;
display:block;
}
.hws_sg_h2-es6{
line-height:1.05;
color:#1A1108;
font-size:30px;
margin-bottom:1.75rem;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:770px){
.hws_sg_h2-es6{
font-size:2.25rem;
}
}
.hws_sg_grid-es6{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:717px){
.hws_sg_grid-es6{
grid-template-columns:repeat(3,1fr);
}
}
.hws_sg_col-es6{
min-width:0;
}
.hws_sg_col_h-es6{
line-height:1.15;
overflow-wrap:break-word;
font-size:22px;
font-weight:600;
color:#1A1108;
margin-bottom:10px;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
}
.hws_sg_col_p-es6{
color:#8C7058;
overflow-wrap:break-word;
font-size:0.875rem;
line-height:1.65;
}
.hws_faq-es6{
background:#FFFFFF;
padding:48px 0;
border-bottom:1px solid rgba(26,17,8,0.07);
margin-top:24px;
border-top:1px solid rgba(26,17,8,0.07);
}
@media(min-width:768px){
.hws_faq-es6{
padding:3.875rem 0;
}
}
.hws_faq_head-es6{
text-align:center;
margin-bottom:34px;
}
.hws_faq_eyebrow-es6{
margin-bottom:0.75rem;
}
.hws_faq_h2-es6{
font-weight:600;
overflow-wrap:break-word;
color:#1A1108;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
font-size:2rem;
line-height:1.05;
}
@media(min-width:768px){
.hws_faq_h2-es6{
font-size:38px;
}
}
.hws_faq_list-es6{
gap:12px;
margin:0 auto;
display:flex;
max-width:51.25rem;
flex-direction:column;
}
.hws_faq_item-es6{
overflow:hidden;
border-radius:0.875rem;
background:#FAF6F0;
border:1px solid rgba(26,17,8,0.07);
}
.hws_faq_q-es6{
padding:20px 1.5rem;
list-style:none;
gap:20px;
font-size:1rem;
cursor:pointer;
color:#1A1108;
justify-content:space-between;
display:flex;
align-items:center;
font-weight:700;
overflow-wrap:break-word;
}
.hws_faq_q-es6::-webkit-details-marker{
display:none;
}
.hws_faq_q_ic-es6{
flex:0 0 auto;
transition:transform .22s ease;
display:inline-flex;
color:#C48A20;
align-items:center;
}
.hws_faq_q_ic-es6 svg{
height:18px;
width:1.125rem;
}
.hws_faq_item-es6[open] .hws_faq_q_ic-es6{
transform:rotate(180deg);
}
.hws_faq_a-es6{
padding:0 1.5rem 20px;
color:#8C7058;
overflow-wrap:break-word;
font-size:14.5px;
line-height:1.6;
}
.hws_ft-es6{
background:#2A1F14;
color:#C9AD8A;
margin-top:2.5rem;
}
.hws_ft_in-es6{
gap:32px;
padding:3rem 0 1.75rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:599px){
.hws_ft_in-es6{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:899px){
.hws_ft_in-es6{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.hws_ft_brand-es6{
min-width:0;
}
.hws_ft_logo-es6{
font-weight:700;
overflow-wrap:break-word;
font-family:"Source Serif 4", Cambria, Georgia, 'Times New Roman', serif;
color:#FDF4E3;
font-size:26px;
}
.hws_ft_tagline-es6{
line-height:1.6;
margin-top:0.875rem;
max-width:17.5rem;
color:#C9AD8A;
font-size:13.5px;
}
.hws_ft_contact-es6{
transition:color .22s ease;
font-size:13px;
color:#F5C842;
display:inline-block;
max-width:17.5rem;
margin-top:12px;
overflow-wrap:anywhere;
}
.hws_ft_contact-es6:hover{
color:#FDF4E3;
}
.hws_ft_col-es6{
min-width:0;
}
.hws_ft_col_h-es6{
font-weight:700;
margin-bottom:14px;
font-size:13px;
color:#FDF4E3;
letter-spacing:.08em;
text-transform:uppercase;
overflow-wrap:break-word;
}
.hws_ft_col_links-es6{
gap:0.625rem;
display:flex;
flex-direction:column;
}
.hws_ft_link-es6{
transition:color .22s ease;
overflow-wrap:break-word;
font-size:13.5px;
color:#C9AD8A;
}
.hws_ft_link-es6:hover{
color:#FDF4E3;
}
.hws_ft_bot-es6{
padding:1.375rem 0 40px;
gap:1rem;
border-top:1px solid rgba(255,243,210,0.13);
flex-direction:column;
display:flex;
}
@media(min-width:767px){
.hws_ft_bot-es6{
gap:1.25rem;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.hws_ft_legal-es6{
color:#B09A82;
font-size:11.5px;
line-height:1.6;
max-width:47.5rem;
overflow-wrap:break-word;
}
.hws_ft_legal-es6 b{
font-weight:700;
color:#C9AD8A;
}
.hws_ft_age-es6{
border:1.5px solid #F5C842;
flex:0 0 auto;
border-radius:8px;
padding:0.25rem 9px;
font-size:13px;
color:#F5C842;
font-weight:700;
}