*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#FAF7F2;
text-rendering:optimizeLegibility;
-webkit-font-smoothing:antialiased;
color:#312B1E;
line-height:1.6;
overflow-wrap:break-word;
font-family:"IBM Plex Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:0.938rem;
}
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:0.5rem;
width:0.5rem;
}
::-webkit-scrollbar-thumb{
border-radius:0.5rem;
background:rgba(0,0,0,0.50);
}
::-webkit-scrollbar-track{
background:transparent;
}
.uza_layout_675{
display:flex;
flex-direction:column;
min-height:100vh;
}
.uza_main_675{
flex:1 1 auto;
width:100%;
min-width:0;
}
.uza_container_675{
margin:0 auto;
padding:0 16px;
max-width:87.5rem;
width:100%;
}
@media(min-width:771px){
.uza_container_675{
padding:0 32px;
}
}
@media(min-width:1097px){
.uza_container_675{
padding:0 56px;
}
}
.uza_eyebrow_675{
overflow-wrap:break-word;
font-family:"IBM Plex Sans", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
letter-spacing:.2em;
font-size:0.688rem;
text-transform:uppercase;
display:inline-block;
color:#C49A28;
line-height:1.4;
font-weight:600;
}
.uza_band_675{
background:#1C1810;
color:#F5EDD8;
}
.uza_band_675 .uza_eyebrow_675{
color:#E8B84B;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.uza_tb_675{
background:#FAF7F2;
position:sticky;
z-index:50;
border-bottom:1px solid rgba(20,18,12,0.13);
top:0;
}
.uza_tb_in_675{
padding:12px 1rem;
margin:0 auto;
gap:1rem;
align-items:center;
display:flex;
justify-content:space-between;
max-width:87.5rem;
width:100%;
}
@media(min-width:771px){
.uza_tb_in_675{
padding:16px 32px;
}
}
@media(min-width:1099px){
.uza_tb_in_675{
padding:18px 56px;
}
}
.uza_tb_left_675{
gap:1.75rem;
align-items:center;
display:flex;
min-width:0;
}
.uza_tb_logo_675{
gap:0.688rem;
align-items:center;
display:flex;
min-width:0;
}
.uza_tb_logo_mark_675{
flex:0 0 auto;
border-radius:8px;
height:2.125rem;
width:34px;
object-fit:cover;
}
.uza_tb_logo_txt_675{
display:flex;
min-width:0;
flex-direction:column;
line-height:1;
}
.uza_tb_logo_name_675{
overflow:hidden;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-weight:700;
text-overflow:ellipsis;
white-space:nowrap;
letter-spacing:.02em;
font-size:22px;
color:#18140C;
}
.uza_tb_logo_sub_675{
overflow:hidden;
font-size:0.531rem;
white-space:nowrap;
letter-spacing:.32em;
text-overflow:ellipsis;
color:#C49A28;
margin-top:4px;
text-transform:uppercase;
font-weight:600;
}
.uza_tb_nav_675{
display:none;
}
@media(min-width:957px){
.uza_tb_nav_675{
gap:28px;
display:flex;
align-items:center;
}
}
.uza_tb_nav_item_675{
transition:color .22s ease,border-color .22s ease;
white-space:nowrap;
padding-bottom:3px;
border-bottom:2px solid transparent;
font-size:14px;
font-weight:600;
color:#312B1E;
}
.uza_tb_nav_item_675:hover{
color:#18140C;
}
.uza_tb_nav_item_675.uza_state_active_675{
border-color:#C49A28;
color:#18140C;
}
.uza_tb_right_675{
gap:0.875rem;
flex:0 0 auto;
align-items:center;
display:flex;
}
.uza_tb_search_675{
transition:color .22s ease;
display:flex;
color:#312B1E;
align-items:center;
justify-content:center;
}
.uza_tb_search_675:hover{
color:#C49A28;
}
.uza_tb_search_675 svg{
height:18px;
width:1.125rem;
}
.uza_tb_lang_675{
font-size:11px;
text-transform:uppercase;
font-weight:600;
color:#6B5F48;
letter-spacing:.1em;
}
.uza_tb_lang_675:hover{
color:#18140C;
}
.uza_tb_login_675{
font-size:0.875rem;
display:none;
font-weight:600;
color:#18140C;
}
@media(min-width:765px){
.uza_tb_login_675{
display:inline-block;
}
}
.uza_tb_register_675{
transition:background-color .22s ease;
background:#18140C;
padding:0.688rem 22px;
border-radius:999px;
font-weight:700;
color:#F5EDD8;
font-size:14px;
white-space:nowrap;
}
.uza_tb_register_675:hover{
background:#2E2719;
}
.uza_mob_675{
background:#FAF7F2;
position:fixed;
border-top:1px solid rgba(20,18,12,0.13);
z-index:60;
padding-bottom:env(safe-area-inset-bottom);
bottom:0;
left:0;
right:0;
}
@media(min-width:962px){
.uza_mob_675{
display:none;
}
}
.uza_mob_in_675{
margin:0 auto;
display:flex;
max-width:560px;
justify-content:space-around;
align-items:stretch;
}
.uza_mob_item_675{
transition:color .22s ease;
padding:0.563rem 4px;
gap:3px;
flex:1 1 0;
color:#6B5F48;
min-width:0;
display:flex;
align-items:center;
flex-direction:column;
}
.uza_mob_item_675.uza_state_active_675{
color:#C49A28;
}
.uza_mob_ic_675{
align-items:center;
justify-content:center;
display:flex;
}
.uza_mob_ic_675 svg{
height:1.25rem;
width:1.25rem;
}
.uza_mob_lb_675{
overflow:hidden;
text-overflow:ellipsis;
font-size:10px;
font-weight:600;
white-space:nowrap;
max-width:100%;
}
@media(max-width:959px){
body{
padding-bottom:60px;
}
}
.uza_rail_675{
min-width:0;
position:relative;
}
.uza_rail_scroll_675{
gap:0.875rem;
-webkit-overflow-scrolling:touch;
scrollbar-width:thin;
padding-bottom:14px;
overflow-x:auto;
display:flex;
}
@media(min-width:769px){
.uza_rail_scroll_675{
gap:18px;
}
}
.uza_gc_675{
flex:0 0 auto;
display:block;
width:150px;
}
@media(min-width:768px){
.uza_gc_675{
width:11.75rem;
}
}
.uza_gc_img_675{
overflow:hidden;
border-radius:0.875rem;
background:#FFFFFF;
position:relative;
padding-bottom:133.33%;
box-shadow:0 2px 0.375rem rgba(20,16,8,0.06), 0 0.5rem 20px rgba(20,16,8,0.09);
}
.uza_gc_img_675 img{
inset:0;
height:100%;
width:100%;
object-fit:cover;
position:absolute;
}
.uza_gc_cover_675{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.50));
pointer-events:none;
position:absolute;
}
.uza_gc_hover_675{
background:rgba(0,0,0,0.50);
inset:0;
transition:opacity .22s ease;
justify-content:center;
display:flex;
align-items:center;
opacity:0;
position:absolute;
}
.uza_gc_675:hover .uza_gc_hover_675{
opacity:1;
}
.uza_gc_hover_btn_675{
background:#18140C;
border-radius:62.438rem;
align-items:center;
display:flex;
height:2.875rem;
color:#F5EDD8;
width:46px;
justify-content:center;
}
.uza_gc_hover_btn_675 svg{
width:1.125rem;
height:1.125rem;
}
.uza_gc_info_675{
gap:2px;
display:flex;
flex-direction:column;
margin-top:9px;
min-width:0;
}
.uza_gc_name_675{
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
font-weight:700;
color:#18140C;
font-size:13px;
}
.uza_gc_prov_675{
overflow:hidden;
color:#6B5F48;
text-overflow:ellipsis;
font-size:11px;
white-space:nowrap;
}
.uza_gc_meta_675{
color:#6B5F48;
font-size:11px;
}
.uza_tc_675{
flex:0 0 auto;
display:block;
width:180px;
}
@media(min-width:767px){
.uza_tc_675{
width:230px;
}
}
.uza_tc_img_675{
background:#FFFFFF;
overflow:hidden;
border-radius:0.875rem;
position:relative;
padding-bottom:75%;
box-shadow:0 2px 6px rgba(20,16,8,0.06), 0 8px 20px rgba(20,16,8,0.09);
}
.uza_tc_img_675 img{
inset:0;
height:100%;
width:100%;
object-fit:cover;
position:absolute;
}
.uza_tc_info_675{
gap:2px;
min-width:0;
margin-top:0.563rem;
display:flex;
flex-direction:column;
}
.uza_tc_name_675{
overflow:hidden;
white-space:nowrap;
font-size:14px;
color:#18140C;
font-weight:700;
text-overflow:ellipsis;
}
.uza_tc_rtp_675{
font-size:0.688rem;
color:#6B5F48;
}
.uza_lc_675{
flex:0 0 auto;
display:block;
width:230px;
}
@media(min-width:768px){
.uza_lc_675{
width:268px;
}
}
.uza_lc_img_675{
background:#FFFFFF;
overflow:hidden;
border-radius:14px;
padding-bottom:62.5%;
box-shadow:0 2px 0.375rem rgba(20,16,8,0.06), 0 8px 1.25rem rgba(20,16,8,0.09);
position:relative;
}
.uza_lc_img_675 img{
inset:0;
object-fit:cover;
height:100%;
width:100%;
position:absolute;
}
.uza_lc_live_675{
background:rgba(0,0,0,0.50);
border-radius:999px;
padding:0.25rem 0.563rem;
gap:0.438rem;
align-items:center;
display:flex;
position:absolute;
left:0.75rem;
top:12px;
}
.uza_lc_live_dot_675{
background:#C0391B;
border-radius:50%;
animation:zm2-pulse 1.6s infinite;
width:0.5rem;
height:0.5rem;
}
.uza_lc_seats_675{
color:#F5EDD8;
font-weight:600;
letter-spacing:.08em;
text-transform:uppercase;
font-size:0.625rem;
}
.uza_lc_info_675{
gap:2px;
min-width:0;
flex-direction:column;
display:flex;
margin-top:0.563rem;
}
.uza_lc_name_675{
overflow:hidden;
text-overflow:ellipsis;
font-weight:700;
font-size:15px;
white-space:nowrap;
color:#18140C;
}
.uza_lc_bet_675{
color:#6B5F48;
font-size:0.688rem;
}
.uza_pc_675{
border:1px solid rgba(20,18,12,0.07);
gap:8px;
border-radius:0.875rem;
background:#FFFFFF;
padding:16px 0.875rem;
flex-direction:column;
justify-content:center;
min-height:4.625rem;
display:flex;
align-items:center;
min-width:0;
}
.uza_pc_logo_675{
flex:0 0 auto;
object-fit:contain;
max-width:100%;
height:28px;
width:auto;
}
.uza_pc_name_675{
overflow:hidden;
text-align:center;
white-space:nowrap;
font-size:11px;
color:#6B5F48;
text-overflow:ellipsis;
max-width:100%;
}
.uza_gc_tag_675{
padding:3px 0.5rem;
border-radius:0.5rem;
font-weight:700;
text-transform:uppercase;
position:absolute;
top:0.625rem;
left:10px;
display:inline-block;
font-size:0.625rem;
z-index:2;
letter-spacing:.06em;
}
.uza_gc_tag_hot_675{
background:#C0391B;
color:#F5EDD8;
}
.uza_gc_tag_new_675{
background:#E8B84B;
color:#18140C;
}
.uza_gc_tag_jp_675{
background:#C49A28;
color:#18140C;
}
.uza_gc_tag_live_675{
background:#C0391B;
color:#F5EDD8;
}
.uza_sh_675{
margin-bottom:1.125rem;
min-width:0;
}
.uza_sh_row_675{
gap:16px;
align-items:flex-end;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}
.uza_sh_row_675 .uza_sh_l_675{
gap:0.375rem;
display:flex;
flex-direction:column;
min-width:0;
}
.uza_sh_stack_675{
gap:10px;
flex-direction:column;
align-items:flex-start;
display:flex;
}
.uza_sh_center_675{
gap:10px;
text-align:center;
display:flex;
flex-direction:column;
align-items:center;
}
.uza_sh_h2_675{
font-size:24px;
line-height:1.1;
color:#18140C;
overflow-wrap:break-word;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-weight:600;
}
@media(min-width:767px){
.uza_sh_h2_675{
font-size:30px;
}
}
.uza_band_675 .uza_sh_h2_675{
color:#F5EDD8;
}
.uza_sh_eb_line_675{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.uza_sh_eb_line_675::before{
background:#C49A28;
display:inline-block;
content:"";
height:1px;
width:1.75rem;
}
.uza_band_675 .uza_sh_eb_line_675::before{
background:#E8B84B;
}
.uza_sh_eb_dot_675{
gap:0.5rem;
display:inline-flex;
align-items:center;
}
.uza_sh_eb_dot_675::before{
border-radius:50%;
background:#C49A28;
width:0.375rem;
height:0.375rem;
content:"";
display:inline-block;
}
.uza_band_675 .uza_sh_eb_dot_675::before{
background:#E8B84B;
}
.uza_sh_link_675{
gap:0.375rem;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
white-space:nowrap;
border-bottom:1px solid #18140C;
font-weight:600;
padding-bottom:2px;
display:inline-flex;
color:#18140C;
align-items:center;
font-size:0.813rem;
}
.uza_sh_link_675:hover{
border-color:#C49A28;
color:#C49A28;
}
.uza_sh_link_675 svg{
height:14px;
width:0.875rem;
}
.uza_sh_link_chev_675{
padding-bottom:0;
border-bottom:0;
}
.uza_sh_link_btn_675{
background:#18140C;
border-radius:62.438rem;
padding:9px 18px;
color:#F5EDD8;
border-bottom:0;
}
.uza_sh_link_btn_675:hover{
background:#2E2719;
border-color:transparent;
color:#F5EDD8;
}
.uza_band_675 .uza_sh_link_675{
border-color:#F5EDD8;
color:#F5EDD8;
}
.uza_band_675 .uza_sh_link_btn_675{
background:#E8B84B;
color:#18140C;
}
.uza_sh_rule_675{
margin:-2px 0 18px;
background:rgba(20,18,12,0.13);
height:1px;
}
.uza_band_675 .uza_sh_rule_675{
background:rgba(255,243,200,0.13);
}
.uza_hero_675{
padding:2rem 0 0.5rem;
}
@media(min-width:769px){
.uza_hero_675{
padding:56px 0 1.5rem;
}
}
.uza_hero_in_675{
grid-template-columns:1fr;
gap:2rem;
align-items:center;
display:grid;
}
@media(min-width:898px){
.uza_hero_in_675{
gap:3rem;
grid-template-columns:1.05fr .95fr;
}
}
.uza_hero_copy_675{
min-width:0;
}
.uza_hero_eyebrow_675{
gap:0.625rem;
align-items:center;
display:inline-flex;
margin-bottom:1.375rem;
}
.uza_hero_eyebrow_line_675{
background:#C49A28;
flex:0 0 auto;
width:1.75rem;
display:inline-block;
height:1px;
}
.uza_hero_h1_675{
margin-bottom:1.25rem;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-size:38px;
letter-spacing:-.01em;
line-height:1.04;
font-weight:600;
overflow-wrap:break-word;
color:#18140C;
}
@media(min-width:765px){
.uza_hero_h1_675{
font-size:54px;
}
}
@media(min-width:1098px){
.uza_hero_h1_675{
font-size:3.875rem;
}
}
.uza_hero_h1_675 em{
font-style:normal;
color:#C49A28;
}
.uza_hero_sub_675{
color:#8C7D64;
line-height:1.6;
max-width:30rem;
font-size:1rem;
margin-bottom:30px;
}
@media(min-width:771px){
.uza_hero_sub_675{
font-size:18px;
}
}
.uza_hero_actions_675{
gap:14px;
margin-bottom:2.125rem;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.uza_hero_cta_675{
padding:1rem 1.875rem;
gap:0.625rem;
border-radius:999px;
background:#18140C;
transition:background-color .22s ease;
font-weight:700;
align-items:center;
font-size:0.938rem;
color:#F5EDD8;
display:inline-flex;
}
.uza_hero_cta_675:hover{
background:#2E2719;
}
.uza_hero_cta_ic_675{
align-items:center;
display:inline-flex;
}
.uza_hero_cta_ic_675 svg{
width:16px;
height:1rem;
}
.uza_hero_cta_alt_675{
transition:border-color .22s ease,color .22s ease;
border:1px solid rgba(20,18,12,0.13);
padding:15px 1.625rem;
background:transparent;
border-radius:62.438rem;
font-size:0.938rem;
align-items:center;
color:#18140C;
display:inline-flex;
font-weight:600;
}
.uza_hero_cta_alt_675:hover{
border-color:#C49A28;
color:#C49A28;
}
.uza_hero_trust_675{
gap:1.375rem;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.uza_hero_trust_item_675{
gap:9px;
font-weight:600;
align-items:center;
color:#312B1E;
font-size:0.813rem;
display:flex;
}
.uza_hero_trust_ic_675{
display:inline-flex;
align-items:center;
color:#C49A28;
}
.uza_hero_trust_ic_675 svg{
width:16px;
height:16px;
}
.uza_hero_promo_675{
border-radius:1.25rem;
overflow:hidden;
background:#FFFFFF;
min-height:300px;
position:relative;
display:flex;
box-shadow:0 0.75rem 2.5rem rgba(20,16,8,0.14), 0 2rem 80px rgba(20,16,8,0.10);
}
.uza_hero_promo_bg_675{
inset:0;
background-size:cover;
position:absolute;
background-position:center;
}
.uza_hero_promo_bg_675::after{
background:linear-gradient(120deg,#1C1810 0%,rgba(0,0,0,0.50) 55%,transparent 100%);
inset:0;
content:"";
position:absolute;
}
.uza_hero_promo_glow_675{
background:radial-gradient(circle,rgba(212,162,72,0.18) 0%,transparent 65%);
border-radius:50%;
width:260px;
top:-40px;
right:-20px;
pointer-events:none;
position:absolute;
height:16.25rem;
}
.uza_hero_promo_ct_675{
padding:1.75rem;
align-self:flex-end;
z-index:2;
position:relative;
max-width:88%;
}
.uza_hero_promo_label_675{
font-weight:700;
margin-bottom:8px;
letter-spacing:.25em;
color:#E8B84B;
display:block;
font-size:10px;
text-transform:uppercase;
}
.uza_hero_promo_amount_675{
font-weight:600;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-size:32px;
color:#F5EDD8;
overflow-wrap:break-word;
line-height:1.05;
}
@media(min-width:769px){
.uza_hero_promo_amount_675{
font-size:2.5rem;
}
}
.uza_hero_promo_amount_675 em{
color:#E8B84B;
font-style:normal;
}
.uza_hero_rating_675{
background:#FFFFFF;
gap:0.625rem;
padding:10px 0.875rem;
border:1px solid rgba(20,18,12,0.07);
border-radius:14px;
position:absolute;
display:flex;
top:14px;
box-shadow:0 2px 6px rgba(20,16,8,0.06), 0 0.5rem 20px rgba(20,16,8,0.09);
right:14px;
z-index:3;
max-width:min(16.25rem,62%);
align-items:center;
}
.uza_hero_rating_score_675{
flex:0 0 auto;
font-size:24px;
font-weight:700;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
color:#18140C;
}
.uza_hero_rating_txt_675{
flex:1 1 auto;
min-width:0;
}
.uza_hero_rating_stars_675{
gap:2px;
color:#C49A28;
display:flex;
}
.uza_hero_rating_stars_675 svg{
height:12px;
width:12px;
}
.uza_hero_rating_cap_675{
line-height:1.35;
color:#6B5F48;
margin-top:3px;
font-size:11px;
display:block;
overflow-wrap:break-word;
}
.uza_stat_675{
border-bottom:1px solid rgba(20,18,12,0.13);
margin-top:1rem;
border-top:1px solid rgba(20,18,12,0.13);
}
.uza_stat_in_675{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:767px){
.uza_stat_in_675{
grid-template-columns:repeat(4,1fr);
}
}
.uza_stat_item_675{
padding:22px 0.875rem;
border-right:1px solid rgba(20,18,12,0.07);
min-width:0;
border-bottom:1px solid rgba(20,18,12,0.07);
}
.uza_stat_item_675:nth-child(2n){
border-right:0;
}
.uza_stat_item_675:nth-child(n+3){
border-bottom:0;
}
@media(min-width:769px){
.uza_stat_item_675{
border-bottom:0;
}
.uza_stat_item_675:nth-child(2n){
border-right:1px solid rgba(20,18,12,0.07);
}
.uza_stat_item_675:nth-child(4n){
border-right:0;
}
}
.uza_stat_value_675{
overflow-wrap:break-word;
font-size:30px;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-weight:700;
color:#18140C;
line-height:1;
}
@media(min-width:769px){
.uza_stat_value_675{
font-size:2.125rem;
}
}
.uza_stat_label_675{
font-size:13px;
line-height:1.4;
margin-top:6px;
color:#6B5F48;
overflow-wrap:break-word;
}
.uza_grow_675{
padding:26px 0 0.625rem;
}
.uza_row_seo_675{
margin:10px 0 0;
max-width:760px;
line-height:1.65;
font-size:14px;
color:#8C7D64;
overflow-wrap:break-word;
}
.uza_row_seo_675 strong{
font-weight:700;
color:#18140C;
}
.uza_grow_675{
padding:1.625rem 0 10px;
}
.uza_row_seo_675{
margin:0.625rem 0 0;
max-width:760px;
font-size:14px;
line-height:1.65;
color:#8C7D64;
overflow-wrap:break-word;
}
.uza_row_seo_675 strong{
color:#18140C;
font-weight:700;
}
.uza_jp_675{
padding:30px 0 0.625rem;
}
.uza_jp_grid_675{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:765px){
.uza_jp_grid_675{
grid-template-columns:1fr 1fr;
}
.uza_jp_card_mega_675{
grid-column:1/-1;
}
}
@media(min-width:999px){
.uza_jp_grid_675{
grid-template-columns:1.4fr 1fr 1fr;
}
.uza_jp_card_mega_675{
grid-column:auto;
}
}
.uza_jp_card_675{
border:1px solid rgba(20,18,12,0.07);
overflow:hidden;
padding:1.625rem;
border-radius:1.25rem;
gap:12px;
background:#FFFFFF;
min-width:0;
min-height:12.5rem;
justify-content:space-between;
display:flex;
flex-direction:column;
position:relative;
}
.uza_jp_card_mega_675{
border-color:transparent;
background:linear-gradient(135deg,#26200F,#0F0D08);
min-height:210px;
color:#F5EDD8;
}
.uza_jp_glow_675{
background:radial-gradient(circle,rgba(212,162,72,0.18),transparent 70%);
border-radius:50%;
width:12.5rem;
pointer-events:none;
right:-40px;
position:absolute;
height:12.5rem;
top:-2.5rem;
}
.uza_jp_label_675{
gap:0.625rem;
display:flex;
align-items:center;
justify-content:space-between;
text-transform:uppercase;
letter-spacing:.16em;
position:relative;
font-size:0.625rem;
color:#C49A28;
flex-wrap:wrap;
font-weight:700;
}
.uza_jp_card_mega_675 .uza_jp_label_675{
color:#E8B84B;
}
.uza_jp_drop_675{
letter-spacing:.04em;
font-weight:600;
text-transform:none;
color:#6B5F48;
}
.uza_jp_card_mega_675 .uza_jp_drop_675{
color:#A8967A;
}
.uza_jp_amount_675{
overflow-wrap:break-word;
color:#18140C;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-weight:700;
font-size:2.375rem;
line-height:1;
position:relative;
}
.uza_jp_card_mega_675 .uza_jp_amount_675{
animation:zm2-pulse 2.4s infinite;
color:#E8B84B;
font-size:48px;
}
@media(min-width:770px){
.uza_jp_card_mega_675 .uza_jp_amount_675{
font-size:3.375rem;
}
}
.uza_jp_game_675{
color:#6B5F48;
position:relative;
font-size:0.813rem;
}
.uza_jp_card_mega_675 .uza_jp_game_675{
color:#A8967A;
}
.uza_jp_cta_675{
position:relative;
align-self:flex-start;
}
.uza_jp_card_mega_675 .uza_jp_cta_675{
padding:0.625rem 1.25rem;
border-radius:999px;
background:#E8B84B;
transition:opacity .22s ease;
color:#18140C;
font-weight:700;
font-size:0.813rem;
}
.uza_jp_card_mega_675 .uza_jp_cta_675:hover{
opacity:.9;
}
.uza_jp_card_675:not(.uza_jp_card_mega_675) .uza_jp_cta_675{
transition:color .22s ease,border-color .22s ease;
border-bottom:1px solid #18140C;
color:#18140C;
font-weight:700;
font-size:13px;
padding-bottom:2px;
}
.uza_jp_card_675:not(.uza_jp_card_mega_675) .uza_jp_cta_675:hover{
border-color:#C49A28;
color:#C49A28;
}
.uza_jp_seo_675{
margin:14px 0 0;
max-width:47.5rem;
overflow-wrap:break-word;
line-height:1.65;
font-size:14px;
color:#8C7D64;
}
.uza_jp_seo_675 strong{
font-weight:700;
color:#18140C;
}
.uza_gf_675{
padding:1.5rem 0 0.375rem;
}
.uza_gf_in_675{
gap:10px;
flex-wrap:wrap;
display:flex;
}
.uza_gf_chip_675{
padding:0.625rem 1.125rem;
border-radius:62.438rem;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
border:1px solid rgba(20,18,12,0.13);
background:#FFFFFF;
white-space:nowrap;
font-size:13px;
color:#312B1E;
font-weight:600;
}
.uza_gf_chip_675:hover{
border-color:#C49A28;
color:#C49A28;
}
.uza_gf_chip_675.uza_state_active_675{
background:#18140C;
border-color:transparent;
color:#F5EDD8;
}
.uza_nl_675{
padding:24px 0 10px;
}
.uza_nl_in_675{
padding:30px 32px;
border-radius:20px;
background:#231F17;
gap:1.375rem;
flex-direction:column;
color:#F5EDD8;
display:flex;
}
@media(min-width:766px){
.uza_nl_in_675{
gap:1.75rem;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.uza_nl_text_wrap_675{
min-width:0;
}
.uza_nl_h3_675{
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
margin-bottom:0.313rem;
overflow-wrap:break-word;
font-size:1.375rem;
font-weight:600;
color:#F5EDD8;
line-height:1.1;
}
@media(min-width:765px){
.uza_nl_h3_675{
font-size:24px;
}
}
.uza_nl_text_675{
line-height:1.5;
color:#A8967A;
font-size:13.5px;
}
.uza_nl_form_675{
flex:1 1 auto;
gap:0.625rem;
display:flex;
min-width:0;
max-width:28.75rem;
}
.uza_nl_input_675{
background:rgba(255,248,230,0.07);
flex:1 1 auto;
border-radius:14px;
border:1px solid rgba(255,243,200,0.13);
padding:0.813rem 1rem;
overflow:hidden;
display:flex;
white-space:nowrap;
text-overflow:ellipsis;
min-width:0;
color:#A8967A;
font-size:14px;
align-items:center;
}
.uza_nl_btn_675{
border-radius:14px;
transition:opacity .22s ease;
padding:0.813rem 1.5rem;
flex:0 0 auto;
background:#E8B84B;
font-size:14px;
color:#18140C;
font-weight:700;
white-space:nowrap;
}
.uza_nl_btn_675:hover{
opacity:.9;
}
.uza_app_675{
padding:30px 0 10px;
}
.uza_app_in_675{
padding:2rem;
gap:28px;
border:1px solid rgba(20,18,12,0.07);
background:#FFFFFF;
border-radius:20px;
display:flex;
flex-direction:column;
}
@media(min-width:770px){
.uza_app_in_675{
gap:2.5rem;
padding:2.5rem 44px;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.uza_app_copy_675{
max-width:35rem;
min-width:0;
}
.uza_app_eyebrow_675{
margin-bottom:0.75rem;
}
.uza_app_h2_675{
font-weight:600;
line-height:1.05;
overflow-wrap:break-word;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
color:#18140C;
margin-bottom:0.75rem;
font-size:28px;
}
@media(min-width:769px){
.uza_app_h2_675{
font-size:2.125rem;
}
}
.uza_app_text_675{
line-height:1.6;
margin-bottom:22px;
color:#8C7D64;
font-size:0.875rem;
}
.uza_app_btns_675{
gap:12px;
flex-wrap:wrap;
display:flex;
}
.uza_app_btn_675{
gap:10px;
background:#18140C;
padding:11px 20px;
border-radius:0.875rem;
transition:background-color .22s ease;
align-items:center;
color:#F5EDD8;
display:inline-flex;
}
.uza_app_btn_675:hover{
background:#2E2719;
}
.uza_app_btn_ic_675{
display:inline-flex;
align-items:center;
}
.uza_app_btn_ic_675 svg{
width:18px;
height:1.125rem;
}
.uza_app_btn_lb_675{
font-weight:700;
font-size:0.844rem;
}
.uza_app_qr_wrap_675{
gap:18px;
flex:0 0 auto;
align-items:center;
display:flex;
}
.uza_app_qr_675{
flex:0 0 auto;
border-radius:0.875rem;
background-color:#18140C;
background-image:repeating-linear-gradient(0deg,#FFFFFF 0 0.313rem,transparent 5px 11px),repeating-linear-gradient(90deg,#FFFFFF 0 0.313rem,transparent 5px 11px);
width:6.75rem;
height:108px;
}
.uza_app_qr_cap_675{
color:#6B5F48;
line-height:1.4;
max-width:92px;
font-size:0.781rem;
}
.uza_vip_675{
padding:3rem 0;
}
@media(min-width:769px){
.uza_vip_675{
padding:4rem 0;
}
}
.uza_vip_head_675{
gap:14px;
margin-bottom:30px;
display:flex;
flex-direction:column;
}
@media(min-width:881px){
.uza_vip_head_675{
gap:24px;
justify-content:space-between;
align-items:flex-end;
flex-direction:row;
}
}
.uza_vip_eyebrow_675{
margin-bottom:12px;
}
.uza_vip_h2_675{
line-height:1.05;
overflow-wrap:break-word;
font-size:2rem;
color:#F5EDD8;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-weight:600;
}
@media(min-width:771px){
.uza_vip_h2_675{
font-size:2.5rem;
}
}
.uza_vip_intro_675{
max-width:420px;
line-height:1.6;
color:#A8967A;
font-size:0.875rem;
}
.uza_vip_grid_675{
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
gap:0.875rem;
display:grid;
}
.uza_vip_card_675{
border-radius:14px;
padding:22px 18px;
border:1px solid rgba(255,243,200,0.13);
min-width:0;
}
.uza_vip_card_feat_675{
background:rgba(255,248,230,0.07);
border-color:#E8B84B;
}
.uza_vip_card_ic_675{
border-radius:8px;
background:linear-gradient(135deg,#C49A28,#F0CC6A);
margin-bottom:1rem;
width:2.125rem;
display:block;
height:34px;
}
.uza_vip_name_675{
font-size:20px;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-weight:600;
color:#F5EDD8;
overflow-wrap:break-word;
margin-bottom:6px;
}
.uza_vip_perk_675{
line-height:1.5;
color:#A8967A;
overflow-wrap:break-word;
font-size:0.781rem;
}
.uza_gm_675{
padding:1.875rem 0 10px;
}
.uza_gm_in_675{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:878px){
.uza_gm_in_675{
grid-template-columns:1.25fr 1fr;
}
}
.uza_gm_left_675{
border:1px solid rgba(20,18,12,0.07);
background:#FFFFFF;
border-radius:1.25rem;
padding:2rem;
min-width:0;
}
.uza_gm_eyebrow_675{
margin-bottom:10px;
}
.uza_gm_h2_675{
line-height:1.06;
font-size:26px;
margin-bottom:8px;
overflow-wrap:break-word;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
color:#18140C;
font-weight:600;
}
@media(min-width:765px){
.uza_gm_h2_675{
font-size:28px;
}
}
.uza_gm_text_675{
color:#8C7D64;
margin-bottom:1.375rem;
line-height:1.6;
max-width:30rem;
font-size:0.875rem;
}
.uza_gm_level_675{
font-weight:700;
margin-bottom:0.5rem;
font-size:1.375rem;
color:#C49A28;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
}
.uza_gm_bar_675{
background:rgba(20,18,12,0.13);
border-radius:999px;
overflow:hidden;
margin-bottom:6px;
height:8px;
}
.uza_gm_bar_fill_675{
background:linear-gradient(90deg,#C49A28,#F0CC6A);
border-radius:999px;
height:100%;
}
.uza_gm_bar_meta_675{
gap:0.625rem;
display:flex;
color:#6B5F48;
justify-content:space-between;
font-size:0.688rem;
margin-bottom:18px;
}
.uza_gm_missions_675{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
}
.uza_gm_mission_675{
padding:9px 0.938rem;
gap:0.438rem;
border:1px solid rgba(20,18,12,0.13);
background:#FAF7F2;
border-radius:62.438rem;
font-weight:600;
display:inline-flex;
align-items:center;
font-size:0.781rem;
color:#312B1E;
}
.uza_gm_mission_ic_675{
display:inline-flex;
color:#C49A28;
align-items:center;
}
.uza_gm_mission_ic_675 svg{
height:0.813rem;
width:0.813rem;
}
.uza_gm_right_675{
background:linear-gradient(150deg,#26200F,#0F0D08);
border-radius:20px;
padding:32px;
overflow:hidden;
display:flex;
flex-direction:column;
position:relative;
color:#F5EDD8;
}
.uza_gm_glow_675{
border-radius:50%;
background:radial-gradient(circle,rgba(212,162,72,0.18),transparent 70%);
pointer-events:none;
right:-1.875rem;
position:absolute;
width:9.375rem;
top:-30px;
height:9.375rem;
}
.uza_gm_ref_eyebrow_675{
position:relative;
margin-bottom:0.625rem;
}
.uza_gm_ref_h2_675{
font-weight:600;
position:relative;
color:#F5EDD8;
margin-bottom:0.5rem;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
line-height:1.1;
font-size:1.625rem;
overflow-wrap:break-word;
}
.uza_gm_ref_text_675{
color:#A8967A;
margin-bottom:20px;
font-size:0.844rem;
line-height:1.55;
position:relative;
}
.uza_gm_ref_cta_675{
transition:opacity .22s ease;
padding:0.688rem 1.375rem;
background:#E8B84B;
border-radius:999px;
color:#18140C;
font-size:13.5px;
margin-top:auto;
position:relative;
font-weight:700;
align-self:flex-start;
}
.uza_gm_ref_cta_675:hover{
opacity:.9;
}
.uza_tt_675{
padding:48px 0 10px;
}
@media(min-width:768px){
.uza_tt_675{
padding:60px 0 10px;
}
}
.uza_tt_head_675{
margin-bottom:34px;
text-align:center;
}
.uza_tt_eyebrow_675{
margin-bottom:0.75rem;
}
.uza_tt_h2_675{
color:#18140C;
overflow-wrap:break-word;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:2rem;
line-height:1.05;
}
@media(min-width:766px){
.uza_tt_h2_675{
font-size:42px;
}
}
.uza_tt_grid_675{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:759px){
.uza_tt_grid_675{
grid-template-columns:repeat(3,1fr);
}
}
.uza_tt_card_675{
padding:1.875rem;
border-radius:0.875rem;
border:1px solid rgba(20,18,12,0.07);
background:#FFFFFF;
display:flex;
flex-direction:column;
min-width:0;
}
.uza_tt_card_ic_675{
margin-bottom:1.125rem;
color:#C49A28;
align-items:center;
display:inline-flex;
}
.uza_tt_card_ic_675 svg{
width:28px;
height:28px;
}
.uza_tt_card_h_675{
font-weight:600;
overflow-wrap:break-word;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-size:22px;
color:#18140C;
margin-bottom:8px;
line-height:1.15;
}
.uza_tt_card_p_675{
line-height:1.6;
margin-bottom:14px;
font-size:0.875rem;
color:#8C7D64;
overflow-wrap:break-word;
}
.uza_tt_card_p_675 b{
color:#18140C;
font-weight:700;
}
.uza_tt_card_link_675{
transition:color .22s ease;
align-self:flex-start;
margin-top:auto;
font-size:0.813rem;
padding-bottom:2px;
border-bottom:1px solid #C49A28;
color:#18140C;
font-weight:700;
}
.uza_tt_card_link_675:hover{
color:#C49A28;
}
.uza_pmt_675{
padding:48px 0 10px;
}
.uza_pmt_in_675{
gap:2rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:878px){
.uza_pmt_in_675{
gap:3rem;
grid-template-columns:1fr 1.1fr;
}
}
.uza_pmt_left_675{
min-width:0;
}
.uza_pmt_eyebrow_675{
margin-bottom:0.75rem;
}
.uza_pmt_h2_675{
margin-bottom:0.75rem;
color:#18140C;
line-height:1.06;
font-weight:600;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:30px;
}
@media(min-width:768px){
.uza_pmt_h2_675{
font-size:32px;
}
}
.uza_pmt_text_675{
color:#8C7D64;
margin-bottom:22px;
font-size:0.906rem;
line-height:1.6;
}
.uza_pmt_logos_675{
grid-template-columns:repeat(2,1fr);
gap:0.625rem;
display:grid;
}
@media(min-width:478px){
.uza_pmt_logos_675{
grid-template-columns:repeat(4,1fr);
}
}
.uza_pmt_logo_675{
border:1px solid rgba(20,18,12,0.07);
overflow:hidden;
border-radius:0.5rem;
background:#FFFFFF;
padding:0 8px;
align-items:center;
color:#312B1E;
display:flex;
white-space:nowrap;
text-overflow:ellipsis;
font-size:12.5px;
justify-content:center;
height:3.125rem;
text-align:center;
font-weight:700;
}
.uza_pmt_table_675{
overflow:hidden;
border:1px solid rgba(20,18,12,0.07);
border-radius:0.875rem;
min-width:0;
}
.uza_pmt_thead_675{
background:#1E1A14;
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
}
.uza_pmt_th_675{
overflow:hidden;
padding:13px 0.875rem;
white-space:nowrap;
font-weight:700;
text-transform:uppercase;
letter-spacing:.08em;
font-size:0.625rem;
text-overflow:ellipsis;
color:#F5EDD8;
}
.uza_pmt_row_675{
grid-template-columns:1.4fr 1fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(20,18,12,0.07);
}
.uza_pmt_row_675:nth-child(odd){
background:#FFFFFF;
}
.uza_pmt_td_675{
padding:14px;
overflow-wrap:break-word;
min-width:0;
font-size:13.5px;
color:#8C7D64;
}
.uza_pmt_row_675 .uza_pmt_td_675:first-child{
font-weight:700;
color:#18140C;
}
.uza_pmt_row_675 .uza_pmt_td_675:last-child{
font-weight:700;
color:#3A7D52;
}
.uza_prov_675{
padding:40px 0 20px;
}
.uza_prov_eyebrow_675{
display:block;
margin-bottom:1.125rem;
}
.uza_prov_grid_675{
grid-template-columns:repeat(2,1fr);
gap:12px;
display:grid;
}
@media(min-width:562px){
.uza_prov_grid_675{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:898px){
.uza_prov_grid_675{
grid-template-columns:repeat(6,1fr);
}
}
.uza_hts_675{
padding:48px 0;
}
@media(min-width:769px){
.uza_hts_675{
padding:62px 0;
}
}
.uza_hts_head_675{
gap:1.125rem;
display:flex;
flex-direction:column;
margin-bottom:2.125rem;
}
@media(min-width:770px){
.uza_hts_head_675{
gap:1.5rem;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.uza_hts_eyebrow_675{
margin-bottom:12px;
}
.uza_hts_h2_675{
font-weight:600;
color:#F5EDD8;
font-size:30px;
line-height:1.05;
overflow-wrap:break-word;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
}
@media(min-width:771px){
.uza_hts_h2_675{
font-size:38px;
}
}
.uza_hts_cta_675{
background:#E8B84B;
flex:0 0 auto;
border-radius:62.438rem;
padding:0.938rem 1.875rem;
transition:opacity .22s ease;
color:#18140C;
font-size:15px;
font-weight:700;
}
.uza_hts_cta_675:hover{
opacity:.9;
}
.uza_hts_grid_675{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:757px){
.uza_hts_grid_675{
grid-template-columns:repeat(3,1fr);
}
}
.uza_hts_step_675{
min-width:0;
border-top:1px solid rgba(255,243,200,0.13);
padding-top:1.375rem;
}
.uza_hts_step_num_675{
color:#E8B84B;
font-weight:700;
line-height:1;
font-size:44px;
margin-bottom:0.875rem;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
}
.uza_hts_step_h_675{
line-height:1.2;
margin-bottom:0.5rem;
font-weight:700;
font-size:19px;
color:#F5EDD8;
overflow-wrap:break-word;
}
.uza_hts_step_p_675{
color:#A8967A;
line-height:1.55;
font-size:0.875rem;
overflow-wrap:break-word;
}
.uza_wy_675{
padding:3rem 0;
}
@media(min-width:766px){
.uza_wy_675{
padding:56px 0;
}
}
.uza_wy_in_675{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:start;
}
@media(min-width:901px){
.uza_wy_in_675{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.uza_wy_left_675{
min-width:0;
}
.uza_wy_eyebrow_675{
margin-bottom:14px;
}
.uza_wy_h2_675{
color:#18140C;
line-height:1.05;
overflow-wrap:break-word;
margin-bottom:16px;
font-weight:600;
font-size:32px;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.uza_wy_h2_675{
font-size:40px;
}
}
.uza_wy_intro_675{
font-size:0.938rem;
color:#8C7D64;
line-height:1.6;
}
.uza_wy_grid_675{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:558px){
.uza_wy_grid_675{
grid-template-columns:1fr 1fr;
}
}
.uza_wy_card_675{
border:1px solid rgba(20,18,12,0.07);
background:#FFFFFF;
border-radius:14px;
padding:1.625rem;
min-width:0;
}
.uza_wy_card_ic_675{
color:#C49A28;
display:inline-flex;
justify-content:center;
margin-bottom:1rem;
align-items:center;
}
.uza_wy_card_ic_675 svg{
width:1.625rem;
height:1.625rem;
}
.uza_wy_card_h_675{
line-height:1.15;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-size:1.313rem;
overflow-wrap:break-word;
font-weight:600;
color:#18140C;
margin-bottom:8px;
}
.uza_wy_card_p_675{
line-height:1.55;
font-size:14px;
overflow-wrap:break-word;
color:#8C7D64;
}
.uza_ts_675{
padding:44px 0;
}
.uza_ts_in_675{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:center;
}
@media(min-width:878px){
.uza_ts_in_675{
gap:3rem;
grid-template-columns:1.4fr 1fr;
}
}
.uza_ts_left_675{
min-width:0;
}
.uza_ts_h2_675{
margin-bottom:0.75rem;
font-size:26px;
color:#F5EDD8;
overflow-wrap:break-word;
font-weight:600;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
line-height:1.1;
}
@media(min-width:765px){
.uza_ts_h2_675{
font-size:1.75rem;
}
}
.uza_ts_text_675{
line-height:1.6;
font-size:0.906rem;
margin-bottom:22px;
color:#A8967A;
max-width:520px;
}
.uza_ts_badges_675{
gap:18px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.uza_ts_badge_675{
font-weight:600;
font-size:13px;
color:#A8967A;
}
.uza_ts_pay_675{
gap:12px;
flex-wrap:wrap;
display:flex;
}
@media(min-width:881px){
.uza_ts_pay_675{
justify-content:flex-end;
}
}
.uza_ts_pay_chip_675{
padding:0.75rem 16px;
border:1px solid rgba(255,243,200,0.13);
background:rgba(255,248,230,0.07);
border-radius:0.875rem;
font-size:14px;
color:#F5EDD8;
font-weight:700;
}
.uza_rv_675{
background:#FFFFFF;
padding:48px 0;
border-bottom:1px solid rgba(20,18,12,0.07);
border-top:1px solid rgba(20,18,12,0.07);
margin-top:24px;
}
@media(min-width:768px){
.uza_rv_675{
padding:3.5rem 0;
}
}
.uza_rv_head_675{
gap:1rem;
flex-direction:column;
margin-bottom:30px;
display:flex;
}
@media(min-width:769px){
.uza_rv_head_675{
gap:1.25rem;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.uza_rv_eyebrow_675{
margin-bottom:10px;
}
.uza_rv_h2_675{
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
color:#18140C;
overflow-wrap:break-word;
line-height:1.05;
font-size:30px;
font-weight:600;
}
@media(min-width:767px){
.uza_rv_h2_675{
font-size:2.375rem;
}
}
.uza_rv_agg_675{
gap:12px;
display:flex;
align-items:center;
}
.uza_rv_agg_stars_675{
gap:3px;
display:flex;
color:#C49A28;
}
.uza_rv_agg_stars_675 svg{
height:1.125rem;
width:1.125rem;
}
.uza_rv_source_675{
font-size:0.813rem;
color:#8C7D64;
}
.uza_rv_grid_675{
gap:18px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.uza_rv_grid_675{
grid-template-columns:repeat(3,1fr);
}
}
.uza_rv_card_675{
border:1px solid rgba(20,18,12,0.07);
border-radius:0.875rem;
padding:1.625rem;
background:#FAF7F2;
min-width:0;
}
.uza_rv_card_stars_675{
gap:2px;
display:flex;
color:#C49A28;
margin-bottom:12px;
}
.uza_rv_card_stars_675 svg{
height:14px;
width:0.875rem;
}
.uza_rv_card_body_675{
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-weight:500;
color:#18140C;
margin-bottom:1rem;
font-size:18px;
line-height:1.45;
overflow-wrap:break-word;
}
.uza_rv_card_meta_675{
gap:0.625rem;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.uza_rv_card_av_675{
background:linear-gradient(135deg,#C49A28,#F0CC6A);
border-radius:50%;
flex:0 0 auto;
height:32px;
width:2rem;
}
.uza_rv_card_author_675{
font-size:0.813rem;
color:#18140C;
font-weight:700;
}
.uza_rv_card_loc_675{
color:#6B5F48;
font-size:0.75rem;
}
.uza_et_675{
padding:36px 0 0.625rem;
}
.uza_et_in_675{
gap:2rem;
grid-template-columns:1fr;
align-items:start;
display:grid;
}
@media(min-width:882px){
.uza_et_in_675{
grid-template-columns:1.1fr .9fr;
gap:48px;
}
}
.uza_et_left_675{
min-width:0;
}
.uza_et_eyebrow_675{
margin-bottom:12px;
}
.uza_et_h2_675{
font-size:1.75rem;
overflow-wrap:break-word;
font-weight:600;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
line-height:1.06;
color:#18140C;
margin-bottom:0.875rem;
}
@media(min-width:767px){
.uza_et_h2_675{
font-size:2rem;
}
}
.uza_et_text_675{
margin-bottom:22px;
font-size:0.938rem;
line-height:1.65;
color:#8C7D64;
}
.uza_et_stats_675{
gap:1.5rem;
display:flex;
flex-wrap:wrap;
}
.uza_et_stat_675{
min-width:0;
}
.uza_et_stat_v_675{
font-size:26px;
line-height:1;
font-weight:700;
color:#18140C;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
}
.uza_et_stat_l_675{
font-size:0.781rem;
color:#6B5F48;
margin-top:4px;
}
.uza_et_right_675{
gap:12px;
flex-direction:column;
display:flex;
}
.uza_et_member_675{
gap:16px;
padding:1.125rem 20px;
border-radius:0.875rem;
background:#FFFFFF;
border:1px solid rgba(20,18,12,0.07);
display:flex;
min-width:0;
align-items:center;
}
.uza_et_member_av_675{
flex:0 0 auto;
background:linear-gradient(135deg,#26200F,#C49A28);
border-radius:50%;
width:48px;
height:3rem;
}
.uza_et_member_name_675{
font-weight:700;
overflow-wrap:break-word;
color:#18140C;
font-size:0.938rem;
}
.uza_et_member_role_675{
overflow-wrap:break-word;
color:#6B5F48;
font-size:12.5px;
}
.uza_et_updated_675{
padding:0.875rem 1.125rem;
border:1px solid rgba(20,18,12,0.07);
background:#FAF7F2;
border-radius:14px;
gap:8px;
display:flex;
color:#8C7D64;
align-items:center;
font-size:0.781rem;
}
.uza_rc_675{
padding:48px 0 10px;
}
.uza_rc_in_675{
gap:32px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:761px){
.uza_rc_in_675{
gap:40px;
grid-template-columns:repeat(3,1fr);
}
}
.uza_rc_col_675{
min-width:0;
}
.uza_rc_label_675{
margin-bottom:1rem;
font-weight:600;
font-size:0.688rem;
text-transform:uppercase;
color:#C49A28;
letter-spacing:.2em;
}
.uza_rc_awards_675{
gap:0.75rem;
display:flex;
flex-direction:column;
}
.uza_rc_award_675{
gap:12px;
min-width:0;
display:flex;
align-items:center;
}
.uza_rc_award_ic_675{
flex:0 0 auto;
color:#E8B84B;
display:inline-flex;
align-items:center;
}
.uza_rc_award_ic_675 svg{
width:18px;
height:1.125rem;
}
.uza_rc_award_t_675{
overflow-wrap:break-word;
font-weight:700;
font-size:0.875rem;
color:#18140C;
}
.uza_rc_award_s_675{
font-size:12px;
overflow-wrap:break-word;
color:#6B5F48;
}
.uza_rc_press_675{
gap:0.625rem;
grid-template-columns:1fr 1fr;
display:grid;
}
.uza_rc_press_logo_675{
border-radius:8px;
padding:0 0.5rem;
border:1px solid rgba(20,18,12,0.07);
overflow:hidden;
color:#8C7D64;
white-space:nowrap;
justify-content:center;
text-align:center;
display:flex;
text-overflow:ellipsis;
font-weight:700;
align-items:center;
height:52px;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-size:0.875rem;
}
.uza_rc_partner_675{
background:#FFFFFF;
padding:22px;
border-radius:14px;
border:1px solid rgba(20,18,12,0.07);
}
.uza_rc_partner_name_675{
font-weight:600;
margin-bottom:6px;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-size:20px;
overflow-wrap:break-word;
color:#18140C;
}
.uza_rc_partner_text_675{
overflow-wrap:break-word;
line-height:1.55;
font-size:0.813rem;
color:#8C7D64;
}
.uza_sg_675{
padding:3rem 0 0.625rem;
}
.uza_sg_eyebrow_675{
margin-bottom:0.75rem;
display:block;
}
.uza_sg_h2_675{
color:#18140C;
font-size:1.875rem;
overflow-wrap:break-word;
line-height:1.05;
margin-bottom:28px;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-weight:600;
}
@media(min-width:767px){
.uza_sg_h2_675{
font-size:36px;
}
}
.uza_sg_grid_675{
grid-template-columns:1fr;
gap:1.5rem;
display:grid;
}
@media(min-width:722px){
.uza_sg_grid_675{
grid-template-columns:repeat(3,1fr);
}
}
.uza_sg_col_675{
min-width:0;
}
.uza_sg_col_h_675{
color:#18140C;
margin-bottom:10px;
font-weight:600;
overflow-wrap:break-word;
font-size:22px;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
line-height:1.15;
}
.uza_sg_col_p_675{
font-size:14px;
line-height:1.65;
color:#8C7D64;
overflow-wrap:break-word;
}
.uza_faq_675{
background:#FFFFFF;
padding:3rem 0;
margin-top:24px;
border-bottom:1px solid rgba(20,18,12,0.07);
border-top:1px solid rgba(20,18,12,0.07);
}
@media(min-width:769px){
.uza_faq_675{
padding:3.875rem 0;
}
}
.uza_faq_head_675{
margin-bottom:2.125rem;
text-align:center;
}
.uza_faq_eyebrow_675{
margin-bottom:12px;
}
.uza_faq_h2_675{
overflow-wrap:break-word;
font-weight:600;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
line-height:1.05;
font-size:2rem;
color:#18140C;
}
@media(min-width:769px){
.uza_faq_h2_675{
font-size:2.375rem;
}
}
.uza_faq_list_675{
margin:0 auto;
gap:0.75rem;
flex-direction:column;
display:flex;
max-width:820px;
}
.uza_faq_item_675{
border:1px solid rgba(20,18,12,0.07);
background:#FAF7F2;
border-radius:14px;
overflow:hidden;
}
.uza_faq_q_675{
list-style:none;
gap:1.25rem;
padding:20px 1.5rem;
font-weight:700;
align-items:center;
font-size:16px;
color:#18140C;
justify-content:space-between;
cursor:pointer;
overflow-wrap:break-word;
display:flex;
}
.uza_faq_q_675::-webkit-details-marker{
display:none;
}
.uza_faq_q_ic_675{
flex:0 0 auto;
transition:transform .22s ease;
display:inline-flex;
align-items:center;
color:#C49A28;
}
.uza_faq_q_ic_675 svg{
width:18px;
height:1.125rem;
}
.uza_faq_item_675[open] .uza_faq_q_ic_675{
transform:rotate(180deg);
}
.uza_faq_a_675{
padding:0 1.5rem 20px;
font-size:14.5px;
color:#8C7D64;
line-height:1.6;
overflow-wrap:break-word;
}
.uza_el_675{
padding:48px 0;
}
@media(min-width:767px){
.uza_el_675{
padding:56px 0;
}
}
.uza_el_in_675{
grid-template-columns:1fr;
gap:2.5rem;
align-items:start;
display:grid;
}
@media(min-width:899px){
.uza_el_in_675{
gap:3.5rem;
grid-template-columns:1fr 1fr;
}
}
.uza_el_left_675{
min-width:0;
}
.uza_el_eyebrow_675{
margin-bottom:14px;
}
.uza_el_h2_675{
line-height:1.08;
font-weight:600;
color:#18140C;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-size:32px;
overflow-wrap:break-word;
margin-bottom:22px;
}
@media(min-width:769px){
.uza_el_h2_675{
font-size:2.375rem;
}
}
.uza_el_body_675 p{
line-height:1.7;
color:#312B1E;
overflow-wrap:break-word;
margin-bottom:18px;
font-size:16px;
}
.uza_el_dropcap_675{
padding:6px 0.75rem 0 0;
float:left;
line-height:.8;
font-size:3.875rem;
color:#C49A28;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-weight:700;
}
.uza_el_right_675{
min-width:0;
}
.uza_el_quote_675{
background:linear-gradient(150deg,#26200F,#0F0D08);
border-radius:1.25rem;
padding:2.25rem;
margin-bottom:1.5rem;
position:relative;
color:#F5EDD8;
}
.uza_el_quote_mark_675{
margin-bottom:6px;
display:inline-flex;
color:#E8B84B;
align-items:center;
}
.uza_el_quote_mark_675 svg{
height:2.125rem;
width:2.125rem;
}
.uza_el_quote_text_675{
line-height:1.4;
overflow-wrap:break-word;
font-weight:500;
font-size:22px;
margin-bottom:22px;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
color:#F5EDD8;
}
.uza_el_quote_meta_675{
gap:12px;
align-items:center;
display:flex;
}
.uza_el_quote_av_675{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#C49A28,#F0CC6A);
width:2.375rem;
height:38px;
}
.uza_el_quote_author_675{
font-size:0.875rem;
color:#F5EDD8;
font-weight:700;
}
.uza_el_quote_meta_sub_675{
font-size:12px;
color:#A8967A;
}
.uza_el_explain_675{
border:1px solid rgba(20,18,12,0.07);
border-radius:14px;
overflow:hidden;
}
.uza_el_explain_card_675{
padding:1.375rem 1.5rem;
}
.uza_el_explain_card_675+.uza_el_explain_card_675{
border-top:1px solid rgba(20,18,12,0.07);
}
.uza_el_explain_h_675{
line-height:1.15;
color:#18140C;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:20px;
overflow-wrap:break-word;
margin-bottom:0.5rem;
}
.uza_el_explain_p_675{
color:#8C7D64;
overflow-wrap:break-word;
line-height:1.55;
font-size:0.875rem;
}
.uza_gd_675{
padding:48px 0 10px;
}
.uza_gd_head_675{
gap:0.875rem;
display:flex;
margin-bottom:1.5rem;
flex-direction:column;
}
@media(min-width:682px){
.uza_gd_head_675{
gap:1.25rem;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.uza_gd_eyebrow_675{
margin-bottom:10px;
}
.uza_gd_h2_675{
color:#18140C;
font-size:1.75rem;
overflow-wrap:break-word;
line-height:1.05;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-weight:600;
}
@media(min-width:765px){
.uza_gd_h2_675{
font-size:34px;
}
}
.uza_gd_more_675{
flex:0 0 auto;
transition:color .22s ease,border-color .22s ease;
font-size:13.5px;
border-bottom:1px solid #18140C;
padding-bottom:2px;
font-weight:600;
color:#18140C;
}
.uza_gd_more_675:hover{
border-color:#C49A28;
color:#C49A28;
}
.uza_gd_grid_675{
grid-template-columns:1fr;
gap:1.25rem;
display:grid;
}
@media(min-width:721px){
.uza_gd_grid_675{
grid-template-columns:repeat(3,1fr);
}
}
.uza_gd_card_675{
border:1px solid rgba(20,18,12,0.07);
background:#FFFFFF;
overflow:hidden;
border-radius:0.875rem;
display:block;
min-width:0;
}
.uza_gd_card_img_675{
background:linear-gradient(140deg,#26200F,#C49A28);
height:150px;
}
.uza_gd_card_body_675{
padding:1.375rem;
}
.uza_gd_card_cat_675{
text-transform:uppercase;
font-weight:600;
letter-spacing:.1em;
font-size:10px;
color:#C49A28;
}
.uza_gd_card_h_675{
margin:8px 0 0.625rem;
line-height:1.2;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:600;
font-size:1.188rem;
color:#18140C;
}
.uza_gd_card_meta_675{
overflow-wrap:break-word;
color:#6B5F48;
font-size:12px;
}
.uza_lh_675{
padding:40px 0 1.25rem;
}
.uza_lh_in_675{
padding-top:34px;
border-top:1px solid rgba(20,18,12,0.13);
}
.uza_lh_eyebrow_675{
display:block;
margin-bottom:1.375rem;
}
.uza_lh_grid_675{
grid-template-columns:1fr 1fr;
gap:28px;
display:grid;
}
@media(min-width:598px){
.uza_lh_grid_675{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:958px){
.uza_lh_grid_675{
grid-template-columns:repeat(5,1fr);
}
}
.uza_lh_col_675{
min-width:0;
}
.uza_lh_col_h_675{
margin-bottom:12px;
font-size:0.813rem;
font-weight:700;
overflow-wrap:break-word;
color:#18140C;
}
.uza_lh_links_675{
gap:0.5rem;
display:flex;
flex-direction:column;
}
.uza_lh_link_675{
transition:color .22s ease;
color:#8C7D64;
overflow-wrap:break-word;
font-size:13px;
}
.uza_lh_link_675:hover{
color:#C49A28;
}
.uza_sc_675{
padding:3rem 0 0.625rem;
}
.uza_sc_head_675{
margin-bottom:1.75rem;
text-align:center;
}
.uza_sc_eyebrow_675{
margin-bottom:12px;
}
.uza_sc_h2_675{
line-height:1.05;
font-weight:600;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-size:1.875rem;
overflow-wrap:break-word;
color:#18140C;
}
@media(min-width:770px){
.uza_sc_h2_675{
font-size:36px;
}
}
.uza_sc_table_675{
overflow:hidden;
margin:0 auto;
border-radius:0.875rem;
border:1px solid rgba(20,18,12,0.07);
max-width:900px;
}
.uza_sc_thead_675{
grid-template-columns:1.6fr 1fr 1fr;
background:#1E1A14;
display:grid;
}
.uza_sc_th_675{
padding:15px 18px;
color:#A8967A;
font-weight:700;
text-align:center;
overflow-wrap:break-word;
font-size:0.813rem;
}
.uza_sc_th_675:first-child{
text-align:left;
}
.uza_sc_th_us_675{
color:#E8B84B;
}
.uza_sc_row_675{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
border-top:1px solid rgba(20,18,12,0.07);
}
.uza_sc_row_675:nth-child(even){
background:#FFFFFF;
}
.uza_sc_td_675{
padding:15px 18px;
overflow-wrap:break-word;
text-align:center;
font-size:0.875rem;
color:#6B5F48;
min-width:0;
}
.uza_sc_td_675:first-child{
font-weight:600;
color:#312B1E;
text-align:left;
}
.uza_sc_td_us_675{
color:#3A7D52;
font-weight:700;
}
.uza_sb_675{
background:#FFFFFF;
padding:3rem 0;
border-bottom:1px solid rgba(20,18,12,0.07);
border-top:1px solid rgba(20,18,12,0.07);
margin-top:24px;
}
@media(min-width:771px){
.uza_sb_675{
padding:56px 0;
}
}
.uza_sb_eyebrow_675{
display:block;
margin-bottom:12px;
}
.uza_sb_h2_675{
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:30px;
line-height:1.05;
color:#18140C;
font-weight:600;
margin-bottom:1.625rem;
}
@media(min-width:769px){
.uza_sb_h2_675{
font-size:36px;
}
}
.uza_sb_grid_675{
grid-template-columns:1fr;
gap:1rem;
display:grid;
}
@media(min-width:561px){
.uza_sb_grid_675{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:960px){
.uza_sb_grid_675{
grid-template-columns:repeat(4,1fr);
}
}
.uza_sb_card_675{
border-radius:14px;
background:#FAF7F2;
padding:1.5rem;
border:1px solid rgba(20,18,12,0.07);
min-width:0;
}
.uza_sb_card_h_675{
margin-bottom:8px;
line-height:1.15;
font-size:1.188rem;
overflow-wrap:break-word;
color:#18140C;
font-weight:600;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
}
.uza_sb_card_p_675{
line-height:1.6;
font-size:0.844rem;
overflow-wrap:break-word;
color:#8C7D64;
}
.uza_sb_rtp_675{
border-radius:14px;
background:#FAF7F2;
border:1px solid rgba(20,18,12,0.07);
padding:1.625rem 1.75rem;
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
align-items:center;
margin-top:1.125rem;
}
@media(min-width:763px){
.uza_sb_rtp_675{
gap:40px;
grid-template-columns:1fr 1fr;
}
}
.uza_sb_rtp_h_675{
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
line-height:1.15;
color:#18140C;
overflow-wrap:break-word;
margin-bottom:0.5rem;
font-weight:600;
font-size:1.25rem;
}
.uza_sb_rtp_p_675{
color:#8C7D64;
font-size:13.5px;
line-height:1.6;
overflow-wrap:break-word;
}
.uza_sb_rtp_stats_675{
gap:1rem;
display:flex;
}
.uza_sb_stat_675{
border-radius:8px;
background:#FFFFFF;
flex:1 1 0;
padding:1.125rem;
min-width:0;
text-align:center;
}
.uza_sb_stat_v_675{
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-size:26px;
overflow-wrap:break-word;
color:#3A7D52;
font-weight:700;
}
.uza_sb_stat_l_675{
font-size:0.719rem;
color:#6B5F48;
margin-top:0.25rem;
}
.uza_ft_675{
background:#1E1A14;
margin-top:40px;
color:#A8967A;
}
.uza_ft_in_675{
grid-template-columns:1fr;
padding:48px 0 28px;
gap:2rem;
display:grid;
}
@media(min-width:601px){
.uza_ft_in_675{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:897px){
.uza_ft_in_675{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.uza_ft_brand_675{
min-width:0;
}
.uza_ft_logo_675{
color:#F5EDD8;
overflow-wrap:break-word;
font-size:1.625rem;
font-family:"Fraunces", Georgia, 'Times New Roman', serif;
font-weight:700;
}
.uza_ft_tagline_675{
max-width:280px;
color:#A8967A;
margin-top:14px;
line-height:1.6;
font-size:0.844rem;
}
.uza_ft_contact_675{
transition:color .22s ease;
display:inline-block;
color:#E8B84B;
margin-top:12px;
font-size:0.813rem;
overflow-wrap:anywhere;
max-width:17.5rem;
}
.uza_ft_contact_675:hover{
color:#F5EDD8;
}
.uza_ft_col_675{
min-width:0;
}
.uza_ft_col_h_675{
letter-spacing:.08em;
color:#F5EDD8;
margin-bottom:14px;
font-weight:700;
font-size:0.813rem;
overflow-wrap:break-word;
text-transform:uppercase;
}
.uza_ft_col_links_675{
gap:10px;
flex-direction:column;
display:flex;
}
.uza_ft_link_675{
transition:color .22s ease;
color:#A8967A;
font-size:13.5px;
overflow-wrap:break-word;
}
.uza_ft_link_675:hover{
color:#F5EDD8;
}
.uza_ft_bot_675{
padding:1.375rem 0 2.5rem;
gap:16px;
flex-direction:column;
display:flex;
border-top:1px solid rgba(255,243,200,0.13);
}
@media(min-width:769px){
.uza_ft_bot_675{
gap:20px;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.uza_ft_legal_675{
font-size:0.719rem;
overflow-wrap:break-word;
max-width:47.5rem;
color:#B5A78E;
line-height:1.6;
}
.uza_ft_legal_675 b{
color:#A8967A;
font-weight:700;
}
.uza_ft_age_675{
flex:0 0 auto;
border:1.5px solid #E8B84B;
border-radius:8px;
padding:4px 0.563rem;
font-size:0.813rem;
color:#E8B84B;
font-weight:700;
}