*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#FAF6F0;
line-height:1.6;
overflow-wrap:break-word;
color:#3B2E1E;
text-rendering:optimizeLegibility;
font-family:"Figtree", 'Helvetica Neue', Arial, sans-serif;
font-size:15px;
-webkit-font-smoothing:antialiased;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
button{
background:none;
border:none;
cursor:pointer;
font-family:inherit;
}
::-webkit-scrollbar{
width:0.5rem;
height:0.5rem;
}
::-webkit-scrollbar-thumb{
background:rgba(0,0,0,0.50);
border-radius:8px;
}
::-webkit-scrollbar-track{
background:transparent;
}
.tzs_layout_cty{
min-height:100vh;
display:flex;
flex-direction:column;
}
.tzs_main_cty{
flex:1 1 auto;
min-width:0;
width:100%;
}
.tzs_container_cty{
padding:0 1rem;
margin:0 auto;
max-width:1400px;
width:100%;
}
@media(min-width:770px){
.tzs_container_cty{
padding:0 32px;
}
}
@media(min-width:1101px){
.tzs_container_cty{
padding:0 56px;
}
}
.tzs_eyebrow_cty{
display:inline-block;
font-weight:600;
overflow-wrap:break-word;
text-transform:uppercase;
font-size:11px;
line-height:1.4;
color:#C4943C;
font-family:"Figtree", 'Helvetica Neue', Arial, sans-serif;
letter-spacing:.2em;
}
.tzs_band_cty{
background:#1E1610;
color:#F5EDD8;
}
.tzs_band_cty .tzs_eyebrow_cty{
color:#F0C050;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.tzs_tb_cty{
background:#FAF6F0;
border-bottom:1px solid rgba(20,14,6,0.14);
z-index:50;
position:sticky;
top:0;
}
.tzs_tb_in_cty{
gap:1rem;
padding:12px 16px;
margin:0 auto;
justify-content:space-between;
align-items:center;
display:flex;
max-width:87.5rem;
width:100%;
}
@media(min-width:767px){
.tzs_tb_in_cty{
padding:1rem 2rem;
}
}
@media(min-width:1100px){
.tzs_tb_in_cty{
padding:1.125rem 3.5rem;
}
}
.tzs_tb_left_cty{
gap:28px;
display:flex;
align-items:center;
min-width:0;
}
.tzs_tb_logo_cty{
gap:0.688rem;
display:flex;
min-width:0;
align-items:center;
}
.tzs_tb_logo_mark_cty{
border-radius:8px;
flex:0 0 auto;
width:2.125rem;
height:2.125rem;
object-fit:cover;
}
.tzs_tb_logo_txt_cty{
display:flex;
min-width:0;
flex-direction:column;
line-height:1;
}
.tzs_tb_logo_name_cty{
overflow:hidden;
font-weight:700;
white-space:nowrap;
letter-spacing:.02em;
text-overflow:ellipsis;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
color:#1A1208;
font-size:1.375rem;
}
.tzs_tb_logo_sub_cty{
overflow:hidden;
white-space:nowrap;
font-weight:600;
text-transform:uppercase;
font-size:8.5px;
text-overflow:ellipsis;
letter-spacing:.32em;
color:#C4943C;
margin-top:0.25rem;
}
.tzs_tb_nav_cty{
display:none;
}
@media(min-width:957px){
.tzs_tb_nav_cty{
gap:1.75rem;
display:flex;
align-items:center;
}
}
.tzs_tb_nav_item_cty{
transition:color .22s ease,border-color .22s ease;
border-bottom:2px solid transparent;
font-size:14px;
font-weight:600;
color:#3B2E1E;
white-space:nowrap;
padding-bottom:3px;
}
.tzs_tb_nav_item_cty:hover{
color:#1A1208;
}
.tzs_tb_nav_item_cty.tzs_state_active_cty{
border-color:#C4943C;
color:#1A1208;
}
.tzs_tb_right_cty{
flex:0 0 auto;
gap:0.875rem;
align-items:center;
display:flex;
}
.tzs_tb_search_cty{
transition:color .22s ease;
color:#3B2E1E;
justify-content:center;
align-items:center;
display:flex;
}
.tzs_tb_search_cty:hover{
color:#C4943C;
}
.tzs_tb_search_cty svg{
height:18px;
width:1.125rem;
}
.tzs_tb_lang_cty{
font-size:11px;
font-weight:600;
letter-spacing:.1em;
text-transform:uppercase;
color:#6B5740;
}
.tzs_tb_lang_cty:hover{
color:#1A1208;
}
.tzs_tb_login_cty{
color:#1A1208;
font-size:14px;
display:none;
font-weight:600;
}
@media(min-width:767px){
.tzs_tb_login_cty{
display:inline-block;
}
}
.tzs_tb_register_cty{
transition:background-color .22s ease;
border-radius:62.438rem;
background:#1A1208;
padding:0.688rem 1.375rem;
color:#F5EDD8;
white-space:nowrap;
font-size:0.875rem;
font-weight:700;
}
.tzs_tb_register_cty:hover{
background:#2E2010;
}
.tzs_mob_cty{
background:#FAF6F0;
padding-bottom:env(safe-area-inset-bottom);
left:0;
border-top:1px solid rgba(20,14,6,0.14);
bottom:0;
z-index:60;
right:0;
position:fixed;
}
@media(min-width:961px){
.tzs_mob_cty{
display:none;
}
}
.tzs_mob_in_cty{
margin:0 auto;
align-items:stretch;
justify-content:space-around;
display:flex;
max-width:35rem;
}
.tzs_mob_item_cty{
padding:0.563rem 0.25rem;
gap:3px;
flex:1 1 0;
transition:color .22s ease;
align-items:center;
display:flex;
min-width:0;
flex-direction:column;
color:#6B5740;
}
.tzs_mob_item_cty.tzs_state_active_cty{
color:#C4943C;
}
.tzs_mob_ic_cty{
justify-content:center;
display:flex;
align-items:center;
}
.tzs_mob_ic_cty svg{
width:1.25rem;
height:20px;
}
.tzs_mob_lb_cty{
overflow:hidden;
font-size:10px;
white-space:nowrap;
max-width:100%;
font-weight:600;
text-overflow:ellipsis;
}
@media(max-width:960px){
body{
padding-bottom:60px;
}
}
.tzs_rail_cty{
position:relative;
min-width:0;
}
.tzs_rail_scroll_cty{
gap:0.875rem;
display:flex;
-webkit-overflow-scrolling:touch;
padding-bottom:14px;
scrollbar-width:thin;
overflow-x:auto;
}
@media(min-width:767px){
.tzs_rail_scroll_cty{
gap:18px;
}
}
.tzs_gc_cty{
flex:0 0 auto;
display:block;
width:9.375rem;
}
@media(min-width:769px){
.tzs_gc_cty{
width:188px;
}
}
.tzs_gc_img_cty{
overflow:hidden;
background:#FFFFFF;
border-radius:14px;
box-shadow:0 2px 0.375rem rgba(26,18,8,0.06), 0 0.375rem 18px rgba(26,18,8,0.08);
padding-bottom:133.33%;
position:relative;
}
.tzs_gc_img_cty img{
inset:0;
object-fit:cover;
height:100%;
position:absolute;
width:100%;
}
.tzs_gc_cover_cty{
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.50));
inset:0;
position:absolute;
pointer-events:none;
}
.tzs_gc_hover_cty{
background:rgba(0,0,0,0.50);
inset:0;
transition:opacity .22s ease;
position:absolute;
opacity:0;
display:flex;
align-items:center;
justify-content:center;
}
.tzs_gc_cty:hover .tzs_gc_hover_cty{
opacity:1;
}
.tzs_gc_hover_btn_cty{
background:#1A1208;
border-radius:999px;
height:2.875rem;
display:flex;
width:46px;
color:#F5EDD8;
justify-content:center;
align-items:center;
}
.tzs_gc_hover_btn_cty svg{
width:18px;
height:18px;
}
.tzs_gc_info_cty{
gap:2px;
min-width:0;
display:flex;
margin-top:9px;
flex-direction:column;
}
.tzs_gc_name_cty{
overflow:hidden;
text-overflow:ellipsis;
font-size:0.813rem;
color:#1A1208;
white-space:nowrap;
font-weight:700;
}
.tzs_gc_prov_cty{
overflow:hidden;
font-size:0.688rem;
white-space:nowrap;
text-overflow:ellipsis;
color:#6B5740;
}
.tzs_gc_meta_cty{
color:#6B5740;
font-size:0.688rem;
}
.tzs_tc_cty{
flex:0 0 auto;
display:block;
width:11.25rem;
}
@media(min-width:769px){
.tzs_tc_cty{
width:14.375rem;
}
}
.tzs_tc_img_cty{
background:#FFFFFF;
border-radius:0.875rem;
overflow:hidden;
box-shadow:0 2px 6px rgba(26,18,8,0.06), 0 0.375rem 1.125rem rgba(26,18,8,0.08);
padding-bottom:75%;
position:relative;
}
.tzs_tc_img_cty img{
inset:0;
width:100%;
height:100%;
position:absolute;
object-fit:cover;
}
.tzs_tc_info_cty{
gap:2px;
flex-direction:column;
display:flex;
margin-top:9px;
min-width:0;
}
.tzs_tc_name_cty{
overflow:hidden;
font-size:14px;
text-overflow:ellipsis;
white-space:nowrap;
color:#1A1208;
font-weight:700;
}
.tzs_tc_rtp_cty{
color:#6B5740;
font-size:11px;
}
.tzs_lc_cty{
flex:0 0 auto;
width:14.375rem;
display:block;
}
@media(min-width:766px){
.tzs_lc_cty{
width:16.75rem;
}
}
.tzs_lc_img_cty{
border-radius:0.875rem;
overflow:hidden;
background:#FFFFFF;
padding-bottom:62.5%;
position:relative;
box-shadow:0 2px 0.375rem rgba(26,18,8,0.06), 0 0.375rem 1.125rem rgba(26,18,8,0.08);
}
.tzs_lc_img_cty img{
inset:0;
width:100%;
position:absolute;
object-fit:cover;
height:100%;
}
.tzs_lc_live_cty{
padding:0.25rem 0.563rem;
background:rgba(0,0,0,0.50);
gap:7px;
border-radius:62.438rem;
display:flex;
top:12px;
left:0.75rem;
align-items:center;
position:absolute;
}
.tzs_lc_live_dot_cty{
background:#C03428;
animation:zm2-pulse 1.6s infinite;
border-radius:50%;
height:0.5rem;
width:0.5rem;
}
.tzs_lc_seats_cty{
font-size:10px;
text-transform:uppercase;
letter-spacing:.08em;
font-weight:600;
color:#F5EDD8;
}
.tzs_lc_info_cty{
gap:2px;
margin-top:0.563rem;
flex-direction:column;
min-width:0;
display:flex;
}
.tzs_lc_name_cty{
overflow:hidden;
font-weight:700;
white-space:nowrap;
text-overflow:ellipsis;
font-size:0.938rem;
color:#1A1208;
}
.tzs_lc_bet_cty{
font-size:11px;
color:#6B5740;
}
.tzs_pc_cty{
border-radius:0.875rem;
padding:16px 14px;
gap:8px;
border:1px solid rgba(20,14,6,0.08);
background:#FFFFFF;
justify-content:center;
min-width:0;
align-items:center;
min-height:74px;
display:flex;
flex-direction:column;
}
.tzs_pc_logo_cty{
flex:0 0 auto;
object-fit:contain;
height:28px;
width:auto;
max-width:100%;
}
.tzs_pc_name_cty{
overflow:hidden;
max-width:100%;
font-size:11px;
text-overflow:ellipsis;
text-align:center;
color:#6B5740;
white-space:nowrap;
}
.tzs_gc_tag_cty{
border-radius:0.5rem;
padding:3px 8px;
position:absolute;
font-size:0.625rem;
top:10px;
z-index:2;
letter-spacing:.06em;
display:inline-block;
text-transform:uppercase;
font-weight:700;
left:0.625rem;
}
.tzs_gc_tag_hot_cty{
background:#C03428;
color:#F5EDD8;
}
.tzs_gc_tag_new_cty{
background:#E8B84B;
color:#1A1208;
}
.tzs_gc_tag_jp_cty{
background:#D4900A;
color:#1A1208;
}
.tzs_gc_tag_live_cty{
background:#C03428;
color:#F5EDD8;
}
.tzs_sh_cty{
margin-bottom:1.125rem;
min-width:0;
}
.tzs_sh_row_cty{
gap:16px;
flex-wrap:wrap;
align-items:flex-end;
justify-content:space-between;
display:flex;
}
.tzs_sh_row_cty .tzs_sh_l_cty{
gap:0.375rem;
flex-direction:column;
min-width:0;
display:flex;
}
.tzs_sh_stack_cty{
gap:10px;
flex-direction:column;
display:flex;
align-items:flex-start;
}
.tzs_sh_center_cty{
gap:10px;
text-align:center;
align-items:center;
flex-direction:column;
display:flex;
}
.tzs_sh_h2_cty{
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.5rem;
overflow-wrap:break-word;
font-weight:600;
color:#1A1208;
line-height:1.1;
}
@media(min-width:770px){
.tzs_sh_h2_cty{
font-size:30px;
}
}
.tzs_band_cty .tzs_sh_h2_cty{
color:#F5EDD8;
}
.tzs_sh_eb_line_cty{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.tzs_sh_eb_line_cty::before{
background:#C4943C;
display:inline-block;
height:1px;
content:"";
width:1.75rem;
}
.tzs_band_cty .tzs_sh_eb_line_cty::before{
background:#F0C050;
}
.tzs_sh_eb_dot_cty{
gap:0.5rem;
display:inline-flex;
align-items:center;
}
.tzs_sh_eb_dot_cty::before{
background:#C4943C;
border-radius:50%;
height:0.375rem;
width:6px;
content:"";
display:inline-block;
}
.tzs_band_cty .tzs_sh_eb_dot_cty::before{
background:#F0C050;
}
.tzs_sh_link_cty{
gap:0.375rem;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
font-weight:600;
white-space:nowrap;
color:#1A1208;
border-bottom:1px solid #1A1208;
padding-bottom:2px;
align-items:center;
display:inline-flex;
font-size:0.813rem;
}
.tzs_sh_link_cty:hover{
border-color:#C4943C;
color:#C4943C;
}
.tzs_sh_link_cty svg{
width:14px;
height:14px;
}
.tzs_sh_link_chev_cty{
padding-bottom:0;
border-bottom:0;
}
.tzs_sh_link_btn_cty{
background:#1A1208;
border-radius:999px;
padding:0.563rem 1.125rem;
border-bottom:0;
color:#F5EDD8;
}
.tzs_sh_link_btn_cty:hover{
background:#2E2010;
border-color:transparent;
color:#F5EDD8;
}
.tzs_band_cty .tzs_sh_link_cty{
border-color:#F5EDD8;
color:#F5EDD8;
}
.tzs_band_cty .tzs_sh_link_btn_cty{
background:#F0C050;
color:#1A1208;
}
.tzs_sh_rule_cty{
margin:-2px 0 18px;
background:rgba(20,14,6,0.14);
height:1px;
}
.tzs_band_cty .tzs_sh_rule_cty{
background:rgba(255,235,185,0.14);
}
.tzs_hero_cty{
padding:2rem 0 0.5rem;
}
@media(min-width:768px){
.tzs_hero_cty{
padding:56px 0 1.5rem;
}
}
.tzs_hero_in_cty{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:center;
}
@media(min-width:903px){
.tzs_hero_in_cty{
grid-template-columns:1.05fr .95fr;
gap:3rem;
}
}
.tzs_hero_copy_cty{
min-width:0;
}
.tzs_hero_eyebrow_cty{
gap:0.625rem;
display:inline-flex;
margin-bottom:22px;
align-items:center;
}
.tzs_hero_eyebrow_line_cty{
flex:0 0 auto;
background:#C4943C;
display:inline-block;
width:28px;
height:1px;
}
.tzs_hero_h1_cty{
margin-bottom:1.25rem;
color:#1A1208;
font-weight:600;
font-size:2.375rem;
line-height:1.04;
overflow-wrap:break-word;
letter-spacing:-.01em;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:765px){
.tzs_hero_h1_cty{
font-size:54px;
}
}
@media(min-width:1103px){
.tzs_hero_h1_cty{
font-size:62px;
}
}
.tzs_hero_h1_cty em{
font-style:normal;
color:#C4943C;
}
.tzs_hero_sub_cty{
max-width:30rem;
color:#8C7258;
line-height:1.6;
margin-bottom:1.875rem;
font-size:1rem;
}
@media(min-width:767px){
.tzs_hero_sub_cty{
font-size:1.125rem;
}
}
.tzs_hero_actions_cty{
gap:14px;
flex-wrap:wrap;
margin-bottom:34px;
display:flex;
align-items:center;
}
.tzs_hero_cta_cty{
background:#1A1208;
border-radius:62.438rem;
gap:10px;
transition:background-color .22s ease;
padding:16px 30px;
align-items:center;
font-weight:700;
color:#F5EDD8;
font-size:15px;
display:inline-flex;
}
.tzs_hero_cta_cty:hover{
background:#2E2010;
}
.tzs_hero_cta_ic_cty{
display:inline-flex;
align-items:center;
}
.tzs_hero_cta_ic_cty svg{
height:16px;
width:1rem;
}
.tzs_hero_cta_alt_cty{
border:1px solid rgba(20,14,6,0.14);
transition:border-color .22s ease,color .22s ease;
padding:15px 1.625rem;
background:transparent;
border-radius:999px;
font-weight:600;
display:inline-flex;
color:#1A1208;
align-items:center;
font-size:15px;
}
.tzs_hero_cta_alt_cty:hover{
border-color:#C4943C;
color:#C4943C;
}
.tzs_hero_trust_cty{
gap:1.375rem;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.tzs_hero_trust_item_cty{
gap:0.563rem;
font-weight:600;
align-items:center;
display:flex;
color:#3B2E1E;
font-size:0.813rem;
}
.tzs_hero_trust_ic_cty{
color:#C4943C;
align-items:center;
display:inline-flex;
}
.tzs_hero_trust_ic_cty svg{
width:1rem;
height:1rem;
}
.tzs_hero_promo_cty{
overflow:hidden;
background:#FFFFFF;
border-radius:1.25rem;
display:flex;
min-height:300px;
position:relative;
box-shadow:0 0.5rem 1.5rem rgba(26,18,8,0.10), 0 24px 4rem rgba(26,18,8,0.14);
}
.tzs_hero_promo_bg_cty{
inset:0;
background-size:cover;
position:absolute;
background-position:center;
}
.tzs_hero_promo_bg_cty::after{
background:linear-gradient(120deg,#1E1610 0%,rgba(0,0,0,0.50) 55%,transparent 100%);
inset:0;
position:absolute;
content:"";
}
.tzs_hero_promo_glow_cty{
background:radial-gradient(circle,rgba(196,148,60,0.18) 0%,transparent 65%);
border-radius:50%;
position:absolute;
right:-20px;
top:-2.5rem;
width:16.25rem;
height:16.25rem;
pointer-events:none;
}
.tzs_hero_promo_ct_cty{
padding:28px;
position:relative;
max-width:88%;
align-self:flex-end;
z-index:2;
}
.tzs_hero_promo_label_cty{
letter-spacing:.25em;
color:#F0C050;
text-transform:uppercase;
font-weight:700;
margin-bottom:0.5rem;
display:block;
font-size:10px;
}
.tzs_hero_promo_amount_cty{
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-size:32px;
line-height:1.05;
color:#F5EDD8;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:769px){
.tzs_hero_promo_amount_cty{
font-size:2.5rem;
}
}
.tzs_hero_promo_amount_cty em{
color:#F0C050;
font-style:normal;
}
.tzs_hero_rating_cty{
border:1px solid rgba(20,14,6,0.08);
padding:10px 14px;
border-radius:14px;
background:#FFFFFF;
gap:0.625rem;
top:0.875rem;
display:flex;
align-items:center;
z-index:3;
position:absolute;
max-width:min(16.25rem,62%);
box-shadow:0 2px 6px rgba(26,18,8,0.06), 0 0.375rem 18px rgba(26,18,8,0.08);
right:0.875rem;
}
.tzs_hero_rating_score_cty{
flex:0 0 auto;
color:#1A1208;
font-size:1.5rem;
font-weight:700;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
}
.tzs_hero_rating_txt_cty{
flex:1 1 auto;
min-width:0;
}
.tzs_hero_rating_stars_cty{
gap:2px;
display:flex;
color:#C4943C;
}
.tzs_hero_rating_stars_cty svg{
width:0.75rem;
height:0.75rem;
}
.tzs_hero_rating_cap_cty{
font-size:0.688rem;
line-height:1.35;
color:#6B5740;
margin-top:3px;
display:block;
overflow-wrap:break-word;
}
.tzs_stat_cty{
margin-top:1rem;
border-bottom:1px solid rgba(20,14,6,0.14);
border-top:1px solid rgba(20,14,6,0.14);
}
.tzs_stat_in_cty{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:769px){
.tzs_stat_in_cty{
grid-template-columns:repeat(4,1fr);
}
}
.tzs_stat_item_cty{
padding:1.375rem 14px;
border-bottom:1px solid rgba(20,14,6,0.08);
min-width:0;
border-right:1px solid rgba(20,14,6,0.08);
}
.tzs_stat_item_cty:nth-child(2n){
border-right:0;
}
.tzs_stat_item_cty:nth-child(n+3){
border-bottom:0;
}
@media(min-width:770px){
.tzs_stat_item_cty{
border-bottom:0;
}
.tzs_stat_item_cty:nth-child(2n){
border-right:1px solid rgba(20,14,6,0.08);
}
.tzs_stat_item_cty:nth-child(4n){
border-right:0;
}
}
.tzs_stat_value_cty{
line-height:1;
color:#1A1208;
overflow-wrap:break-word;
font-size:1.875rem;
font-weight:700;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:768px){
.tzs_stat_value_cty{
font-size:2.125rem;
}
}
.tzs_stat_label_cty{
margin-top:6px;
line-height:1.4;
overflow-wrap:break-word;
font-size:13px;
color:#6B5740;
}
.tzs_jp_cty{
padding:30px 0 0.625rem;
}
.tzs_jp_grid_cty{
gap:1rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:770px){
.tzs_jp_grid_cty{
grid-template-columns:1fr 1fr;
}
.tzs_jp_card_mega_cty{
grid-column:1/-1;
}
}
@media(min-width:1001px){
.tzs_jp_grid_cty{
grid-template-columns:1.4fr 1fr 1fr;
}
.tzs_jp_card_mega_cty{
grid-column:auto;
}
}
.tzs_jp_card_cty{
border-radius:20px;
padding:26px;
gap:12px;
overflow:hidden;
border:1px solid rgba(20,14,6,0.08);
background:#FFFFFF;
min-height:200px;
flex-direction:column;
display:flex;
min-width:0;
justify-content:space-between;
position:relative;
}
.tzs_jp_card_mega_cty{
border-color:transparent;
background:linear-gradient(135deg,#2C1E0F,#110C06);
color:#F5EDD8;
min-height:210px;
}
.tzs_jp_glow_cty{
border-radius:50%;
background:radial-gradient(circle,rgba(196,148,60,0.18),transparent 70%);
height:12.5rem;
position:absolute;
pointer-events:none;
width:200px;
top:-40px;
right:-40px;
}
.tzs_jp_label_cty{
gap:0.625rem;
position:relative;
flex-wrap:wrap;
align-items:center;
color:#C4943C;
letter-spacing:.16em;
font-weight:700;
justify-content:space-between;
font-size:0.625rem;
display:flex;
text-transform:uppercase;
}
.tzs_jp_card_mega_cty .tzs_jp_label_cty{
color:#F0C050;
}
.tzs_jp_drop_cty{
font-weight:600;
color:#6B5740;
text-transform:none;
letter-spacing:.04em;
}
.tzs_jp_card_mega_cty .tzs_jp_drop_cty{
color:#B8A080;
}
.tzs_jp_amount_cty{
line-height:1;
font-size:2.375rem;
position:relative;
color:#1A1208;
overflow-wrap:break-word;
font-weight:700;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
}
.tzs_jp_card_mega_cty .tzs_jp_amount_cty{
animation:zm2-pulse 2.4s infinite;
font-size:3rem;
color:#F0C050;
}
@media(min-width:771px){
.tzs_jp_card_mega_cty .tzs_jp_amount_cty{
font-size:3.375rem;
}
}
.tzs_jp_game_cty{
position:relative;
color:#6B5740;
font-size:0.813rem;
}
.tzs_jp_card_mega_cty .tzs_jp_game_cty{
color:#B8A080;
}
.tzs_jp_cta_cty{
align-self:flex-start;
position:relative;
}
.tzs_jp_card_mega_cty .tzs_jp_cta_cty{
background:#F0C050;
transition:opacity .22s ease;
border-radius:999px;
padding:0.625rem 1.25rem;
font-size:0.813rem;
font-weight:700;
color:#1A1208;
}
.tzs_jp_card_mega_cty .tzs_jp_cta_cty:hover{
opacity:.9;
}
.tzs_jp_card_cty:not(.tzs_jp_card_mega_cty) .tzs_jp_cta_cty{
transition:color .22s ease,border-color .22s ease;
color:#1A1208;
padding-bottom:2px;
font-weight:700;
font-size:13px;
border-bottom:1px solid #1A1208;
}
.tzs_jp_card_cty:not(.tzs_jp_card_mega_cty) .tzs_jp_cta_cty:hover{
border-color:#C4943C;
color:#C4943C;
}
.tzs_jp_seo_cty{
margin:0.875rem 0 0;
max-width:760px;
overflow-wrap:break-word;
line-height:1.65;
font-size:14px;
color:#8C7258;
}
.tzs_jp_seo_cty strong{
font-weight:700;
color:#1A1208;
}
.tzs_grow_cty{
padding:26px 0 10px;
}
.tzs_row_seo_cty{
margin:0.625rem 0 0;
color:#8C7258;
font-size:14px;
max-width:760px;
overflow-wrap:break-word;
line-height:1.65;
}
.tzs_row_seo_cty strong{
color:#1A1208;
font-weight:700;
}
.tzs_gf_cty{
padding:1.5rem 0 0.375rem;
}
.tzs_gf_in_cty{
gap:10px;
flex-wrap:wrap;
display:flex;
}
.tzs_gf_chip_cty{
border:1px solid rgba(20,14,6,0.14);
background:#FFFFFF;
border-radius:999px;
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
padding:0.625rem 18px;
white-space:nowrap;
color:#3B2E1E;
font-size:0.813rem;
font-weight:600;
}
.tzs_gf_chip_cty:hover{
border-color:#C4943C;
color:#C4943C;
}
.tzs_gf_chip_cty.tzs_state_active_cty{
background:#1A1208;
border-color:transparent;
color:#F5EDD8;
}
.tzs_grow_cty{
padding:26px 0 0.625rem;
}
.tzs_row_seo_cty{
margin:10px 0 0;
overflow-wrap:break-word;
line-height:1.65;
max-width:47.5rem;
color:#8C7258;
font-size:14px;
}
.tzs_row_seo_cty strong{
font-weight:700;
color:#1A1208;
}
.tzs_grow_cty{
padding:1.625rem 0 0.625rem;
}
.tzs_row_seo_cty{
margin:10px 0 0;
overflow-wrap:break-word;
line-height:1.65;
font-size:14px;
max-width:47.5rem;
color:#8C7258;
}
.tzs_row_seo_cty strong{
font-weight:700;
color:#1A1208;
}
.tzs_pr_cty{
padding:1.875rem 0 0.375rem;
}
.tzs_pr_card_cty{
flex:0 0 auto;
background:#FFFFFF;
overflow:hidden;
border-radius:1.25rem;
padding:26px;
gap:0.625rem;
border:1px solid rgba(20,14,6,0.08);
width:280px;
display:flex;
position:relative;
flex-direction:column;
min-height:12.5rem;
}
@media(min-width:770px){
.tzs_pr_card_cty{
width:300px;
}
}
.tzs_pr_card_feat_cty{
border-color:transparent;
background:linear-gradient(150deg,#2C1E0F,#110C06);
color:#F5EDD8;
}
.tzs_pr_glow_cty{
border-radius:50%;
background:radial-gradient(circle,rgba(196,148,60,0.18),transparent 70%);
height:130px;
opacity:0;
top:-1.875rem;
pointer-events:none;
position:absolute;
right:-30px;
width:8.125rem;
}
.tzs_pr_card_feat_cty .tzs_pr_glow_cty{
opacity:1;
}
.tzs_pr_label_cty{
font-size:10px;
font-weight:700;
text-transform:uppercase;
color:#C4943C;
position:relative;
letter-spacing:.16em;
}
.tzs_pr_card_feat_cty .tzs_pr_label_cty{
color:#F0C050;
}
.tzs_pr_amount_cty{
font-weight:600;
font-size:1.625rem;
color:#1A1208;
line-height:1.08;
position:relative;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
.tzs_pr_card_feat_cty .tzs_pr_amount_cty{
color:#F5EDD8;
}
.tzs_pr_amount_cty em{
font-style:normal;
color:#C4943C;
}
.tzs_pr_card_feat_cty .tzs_pr_amount_cty em{
color:#F0C050;
}
.tzs_pr_terms_cty{
line-height:1.5;
font-size:13px;
position:relative;
color:#6B5740;
}
.tzs_pr_card_feat_cty .tzs_pr_terms_cty{
color:#B8A080;
}
.tzs_pr_cta_cty{
margin-top:auto;
position:relative;
align-self:flex-start;
}
.tzs_pr_card_feat_cty .tzs_pr_cta_cty{
background:#F0C050;
transition:opacity .22s ease;
padding:9px 1.125rem;
border-radius:62.438rem;
font-size:0.813rem;
font-weight:700;
color:#1A1208;
}
.tzs_pr_card_feat_cty .tzs_pr_cta_cty:hover{
opacity:.9;
}
.tzs_pr_card_cty:not(.tzs_pr_card_feat_cty) .tzs_pr_cta_cty{
transition:color .22s ease,border-color .22s ease;
color:#1A1208;
font-weight:700;
padding-bottom:2px;
border-bottom:1px solid #1A1208;
font-size:0.813rem;
}
.tzs_pr_card_cty:not(.tzs_pr_card_feat_cty) .tzs_pr_cta_cty:hover{
border-color:#C4943C;
color:#C4943C;
}
.tzs_vip_cty{
padding:48px 0;
}
@media(min-width:767px){
.tzs_vip_cty{
padding:4rem 0;
}
}
.tzs_vip_head_cty{
gap:0.875rem;
display:flex;
flex-direction:column;
margin-bottom:1.875rem;
}
@media(min-width:880px){
.tzs_vip_head_cty{
gap:24px;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.tzs_vip_eyebrow_cty{
margin-bottom:12px;
}
.tzs_vip_h2_cty{
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
color:#F5EDD8;
overflow-wrap:break-word;
font-size:2rem;
font-weight:600;
}
@media(min-width:768px){
.tzs_vip_h2_cty{
font-size:40px;
}
}
.tzs_vip_intro_cty{
color:#B8A080;
line-height:1.6;
font-size:0.875rem;
max-width:26.25rem;
}
.tzs_vip_grid_cty{
grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
gap:14px;
display:grid;
}
.tzs_vip_card_cty{
border-radius:14px;
padding:22px 18px;
border:1px solid rgba(255,235,185,0.14);
min-width:0;
}
.tzs_vip_card_feat_cty{
border-color:#F0C050;
background:rgba(255,245,220,0.07);
}
.tzs_vip_card_ic_cty{
background:linear-gradient(135deg,#C4943C,#F0C050);
border-radius:8px;
width:2.125rem;
height:2.125rem;
display:block;
margin-bottom:1rem;
}
.tzs_vip_name_cty{
font-weight:600;
font-size:20px;
margin-bottom:0.375rem;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
color:#F5EDD8;
}
.tzs_vip_perk_cty{
line-height:1.5;
color:#B8A080;
overflow-wrap:break-word;
font-size:0.781rem;
}
.tzs_app_cty{
padding:30px 0 0.625rem;
}
.tzs_app_in_cty{
border-radius:20px;
padding:32px;
border:1px solid rgba(20,14,6,0.08);
gap:1.75rem;
background:#FFFFFF;
display:flex;
flex-direction:column;
}
@media(min-width:770px){
.tzs_app_in_cty{
padding:40px 44px;
gap:2.5rem;
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}
.tzs_app_copy_cty{
max-width:35rem;
min-width:0;
}
.tzs_app_eyebrow_cty{
margin-bottom:12px;
}
.tzs_app_h2_cty{
line-height:1.05;
color:#1A1208;
font-weight:600;
margin-bottom:12px;
overflow-wrap:break-word;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-size:28px;
}
@media(min-width:770px){
.tzs_app_h2_cty{
font-size:34px;
}
}
.tzs_app_text_cty{
margin-bottom:1.375rem;
color:#8C7258;
line-height:1.6;
font-size:0.875rem;
}
.tzs_app_btns_cty{
gap:0.75rem;
flex-wrap:wrap;
display:flex;
}
.tzs_app_btn_cty{
gap:0.625rem;
border-radius:14px;
padding:11px 1.25rem;
background:#1A1208;
transition:background-color .22s ease;
display:inline-flex;
align-items:center;
color:#F5EDD8;
}
.tzs_app_btn_cty:hover{
background:#2E2010;
}
.tzs_app_btn_ic_cty{
display:inline-flex;
align-items:center;
}
.tzs_app_btn_ic_cty svg{
height:18px;
width:1.125rem;
}
.tzs_app_btn_lb_cty{
font-weight:700;
font-size:0.844rem;
}
.tzs_app_qr_wrap_cty{
flex:0 0 auto;
gap:1.125rem;
align-items:center;
display:flex;
}
.tzs_app_qr_cty{
border-radius:14px;
flex:0 0 auto;
height:6.75rem;
width:108px;
background-color:#1A1208;
background-image:repeating-linear-gradient(0deg,#FFFFFF 0 0.313rem,transparent 0.313rem 0.688rem),repeating-linear-gradient(90deg,#FFFFFF 0 5px,transparent 0.313rem 11px);
}
.tzs_app_qr_cap_cty{
font-size:0.781rem;
line-height:1.4;
color:#6B5740;
max-width:5.75rem;
}
.tzs_gm_cty{
padding:1.875rem 0 10px;
}
.tzs_gm_in_cty{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:879px){
.tzs_gm_in_cty{
grid-template-columns:1.25fr 1fr;
}
}
.tzs_gm_left_cty{
background:#FFFFFF;
border:1px solid rgba(20,14,6,0.08);
border-radius:20px;
padding:2rem;
min-width:0;
}
.tzs_gm_eyebrow_cty{
margin-bottom:0.625rem;
}
.tzs_gm_h2_cty{
font-weight:600;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
color:#1A1208;
overflow-wrap:break-word;
font-size:26px;
line-height:1.06;
margin-bottom:8px;
}
@media(min-width:770px){
.tzs_gm_h2_cty{
font-size:1.75rem;
}
}
.tzs_gm_text_cty{
margin-bottom:1.375rem;
line-height:1.6;
color:#8C7258;
max-width:480px;
font-size:14px;
}
.tzs_gm_level_cty{
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:8px;
font-weight:700;
color:#C4943C;
font-size:22px;
}
.tzs_gm_bar_cty{
background:rgba(20,14,6,0.14);
overflow:hidden;
border-radius:999px;
height:8px;
margin-bottom:0.375rem;
}
.tzs_gm_bar_fill_cty{
background:linear-gradient(90deg,#C4943C,#F0C050);
border-radius:62.438rem;
height:100%;
}
.tzs_gm_bar_meta_cty{
gap:10px;
color:#6B5740;
justify-content:space-between;
font-size:0.688rem;
display:flex;
margin-bottom:18px;
}
.tzs_gm_missions_cty{
gap:10px;
display:flex;
flex-wrap:wrap;
}
.tzs_gm_mission_cty{
padding:9px 0.938rem;
background:#FAF6F0;
gap:0.438rem;
border:1px solid rgba(20,14,6,0.14);
border-radius:62.438rem;
display:inline-flex;
font-size:0.781rem;
align-items:center;
color:#3B2E1E;
font-weight:600;
}
.tzs_gm_mission_ic_cty{
align-items:center;
color:#C4943C;
display:inline-flex;
}
.tzs_gm_mission_ic_cty svg{
height:13px;
width:0.813rem;
}
.tzs_gm_right_cty{
background:linear-gradient(150deg,#2C1E0F,#110C06);
padding:32px;
overflow:hidden;
border-radius:20px;
color:#F5EDD8;
position:relative;
flex-direction:column;
display:flex;
}
.tzs_gm_glow_cty{
border-radius:50%;
background:radial-gradient(circle,rgba(196,148,60,0.18),transparent 70%);
height:9.375rem;
position:absolute;
width:150px;
top:-30px;
right:-30px;
pointer-events:none;
}
.tzs_gm_ref_eyebrow_cty{
margin-bottom:0.625rem;
position:relative;
}
.tzs_gm_ref_h2_cty{
color:#F5EDD8;
margin-bottom:0.5rem;
overflow-wrap:break-word;
position:relative;
line-height:1.1;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-size:26px;
font-weight:600;
}
.tzs_gm_ref_text_cty{
color:#B8A080;
font-size:0.844rem;
margin-bottom:1.25rem;
line-height:1.55;
position:relative;
}
.tzs_gm_ref_cta_cty{
background:#F0C050;
transition:opacity .22s ease;
border-radius:62.438rem;
padding:11px 1.375rem;
position:relative;
font-size:13.5px;
align-self:flex-start;
margin-top:auto;
font-weight:700;
color:#1A1208;
}
.tzs_gm_ref_cta_cty:hover{
opacity:.9;
}
.tzs_trn_cty{
padding:1.875rem 0 10px;
}
.tzs_trn_in_cty{
grid-template-columns:1fr;
overflow:hidden;
border:1px solid rgba(20,14,6,0.08);
background:#FFFFFF;
border-radius:1.25rem;
display:grid;
}
@media(min-width:883px){
.tzs_trn_in_cty{
grid-template-columns:1.05fr 1fr;
}
}
.tzs_trn_banner_cty{
background:linear-gradient(150deg,#2C1E0F,#110C06);
padding:2.125rem;
overflow:hidden;
position:relative;
color:#F5EDD8;
}
.tzs_trn_glow_cty{
border-radius:50%;
background:radial-gradient(circle,rgba(196,148,60,0.18),transparent 70%);
right:-2.5rem;
bottom:-40px;
height:12.5rem;
width:200px;
pointer-events:none;
position:absolute;
}
.tzs_trn_eyebrow_cty{
position:relative;
margin-bottom:14px;
}
.tzs_trn_h2_cty{
overflow-wrap:break-word;
font-size:1.875rem;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.75rem;
line-height:1.06;
color:#F5EDD8;
font-weight:600;
position:relative;
}
@media(min-width:771px){
.tzs_trn_h2_cty{
font-size:2.25rem;
}
}
.tzs_trn_text_cty{
max-width:26.25rem;
font-size:14px;
margin-bottom:1.375rem;
color:#B8A080;
line-height:1.6;
position:relative;
}
.tzs_trn_timer_cty{
gap:8px;
margin-bottom:24px;
position:relative;
align-items:center;
flex-wrap:wrap;
display:flex;
}
.tzs_trn_timer_cap_cty{
color:#B8A080;
font-size:11px;
}
.tzs_trn_timer_box_cty{
background:rgba(255,245,220,0.07);
border-radius:0.5rem;
padding:4px 12px;
font-weight:700;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.5rem;
color:#F5EDD8;
}
.tzs_trn_cta_cty{
padding:13px 26px;
background:#F0C050;
border-radius:62.438rem;
transition:opacity .22s ease;
display:inline-block;
color:#1A1208;
font-weight:700;
position:relative;
font-size:0.875rem;
}
.tzs_trn_cta_cty:hover{
opacity:.9;
}
.tzs_trn_lb_cty{
padding:26px 28px;
}
.tzs_trn_lb_head_cty{
gap:10px;
justify-content:space-between;
margin-bottom:0.75rem;
display:flex;
align-items:center;
}
.tzs_trn_lb_title_cty{
color:#1A1208;
font-size:20px;
font-weight:600;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
}
.tzs_trn_lb_upd_cty{
text-transform:uppercase;
color:#6B5740;
font-size:0.688rem;
letter-spacing:.08em;
}
.tzs_trn_lb_row_cty{
border-radius:8px;
padding:11px 0.75rem;
gap:0.875rem;
align-items:center;
display:flex;
}
.tzs_trn_lb_row_cty:nth-child(2){
background:rgba(196,148,60,0.10);
}
.tzs_trn_lb_rank_cty{
flex:0 0 auto;
font-weight:700;
font-size:16px;
width:22px;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
color:#C4943C;
}
.tzs_trn_lb_av_cty{
border-radius:50%;
background:linear-gradient(135deg,#C4943C,#F0C050);
flex:0 0 auto;
height:30px;
width:30px;
}
.tzs_trn_lb_name_cty{
flex:1 1 auto;
overflow:hidden;
white-space:nowrap;
min-width:0;
font-weight:600;
font-size:14px;
color:#1A1208;
text-overflow:ellipsis;
}
.tzs_trn_lb_amount_cty{
flex:0 0 auto;
color:#1A1208;
font-size:0.813rem;
font-weight:700;
}
.tzs_wy_cty{
padding:48px 0;
}
@media(min-width:771px){
.tzs_wy_cty{
padding:56px 0;
}
}
.tzs_wy_in_cty{
grid-template-columns:1fr;
gap:32px;
align-items:start;
display:grid;
}
@media(min-width:898px){
.tzs_wy_in_cty{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.tzs_wy_left_cty{
min-width:0;
}
.tzs_wy_eyebrow_cty{
margin-bottom:14px;
}
.tzs_wy_h2_cty{
margin-bottom:1rem;
overflow-wrap:break-word;
font-size:32px;
line-height:1.05;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
color:#1A1208;
}
@media(min-width:767px){
.tzs_wy_h2_cty{
font-size:40px;
}
}
.tzs_wy_intro_cty{
line-height:1.6;
font-size:0.938rem;
color:#8C7258;
}
.tzs_wy_grid_cty{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:563px){
.tzs_wy_grid_cty{
grid-template-columns:1fr 1fr;
}
}
.tzs_wy_card_cty{
border-radius:14px;
padding:26px;
background:#FFFFFF;
border:1px solid rgba(20,14,6,0.08);
min-width:0;
}
.tzs_wy_card_ic_cty{
color:#C4943C;
display:inline-flex;
justify-content:center;
align-items:center;
margin-bottom:1rem;
}
.tzs_wy_card_ic_cty svg{
height:26px;
width:26px;
}
.tzs_wy_card_h_cty{
font-size:21px;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:8px;
color:#1A1208;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.15;
}
.tzs_wy_card_p_cty{
font-size:0.875rem;
color:#8C7258;
line-height:1.55;
overflow-wrap:break-word;
}
.tzs_rc_cty{
padding:48px 0 10px;
}
.tzs_rc_in_cty{
grid-template-columns:1fr;
gap:2rem;
display:grid;
}
@media(min-width:760px){
.tzs_rc_in_cty{
gap:40px;
grid-template-columns:repeat(3,1fr);
}
}
.tzs_rc_col_cty{
min-width:0;
}
.tzs_rc_label_cty{
margin-bottom:16px;
letter-spacing:.2em;
font-size:11px;
color:#C4943C;
font-weight:600;
text-transform:uppercase;
}
.tzs_rc_awards_cty{
gap:0.75rem;
flex-direction:column;
display:flex;
}
.tzs_rc_award_cty{
gap:0.75rem;
display:flex;
align-items:center;
min-width:0;
}
.tzs_rc_award_ic_cty{
flex:0 0 auto;
align-items:center;
display:inline-flex;
color:#E8B84B;
}
.tzs_rc_award_ic_cty svg{
height:1.125rem;
width:1.125rem;
}
.tzs_rc_award_t_cty{
font-size:0.875rem;
font-weight:700;
overflow-wrap:break-word;
color:#1A1208;
}
.tzs_rc_award_s_cty{
color:#6B5740;
font-size:12px;
overflow-wrap:break-word;
}
.tzs_rc_press_cty{
grid-template-columns:1fr 1fr;
gap:10px;
display:grid;
}
.tzs_rc_press_logo_cty{
padding:0 0.5rem;
border-radius:8px;
overflow:hidden;
border:1px solid rgba(20,14,6,0.08);
align-items:center;
text-overflow:ellipsis;
justify-content:center;
font-size:0.875rem;
font-weight:700;
color:#8C7258;
display:flex;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
white-space:nowrap;
text-align:center;
height:3.25rem;
}
.tzs_rc_partner_cty{
padding:1.375rem;
border-radius:0.875rem;
border:1px solid rgba(20,14,6,0.08);
background:#FFFFFF;
}
.tzs_rc_partner_name_cty{
margin-bottom:0.375rem;
color:#1A1208;
font-weight:600;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.25rem;
overflow-wrap:break-word;
}
.tzs_rc_partner_text_cty{
line-height:1.55;
font-size:13px;
overflow-wrap:break-word;
color:#8C7258;
}
.tzs_op_cty{
padding:36px 0 10px;
}
.tzs_op_in_cty{
border-radius:0.875rem;
background:#FFFFFF;
gap:2rem;
border:1px solid rgba(20,14,6,0.08);
padding:32px;
grid-template-columns:1fr;
align-items:center;
display:grid;
}
@media(min-width:863px){
.tzs_op_in_cty{
gap:44px;
padding:2.125rem 40px;
grid-template-columns:.9fr 1.1fr;
}
}
.tzs_op_left_cty{
min-width:0;
}
.tzs_op_eyebrow_cty{
margin-bottom:0.75rem;
}
.tzs_op_h2_cty{
line-height:1.08;
color:#1A1208;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:10px;
font-size:28px;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:771px){
.tzs_op_h2_cty{
font-size:30px;
}
}
.tzs_op_text_cty{
color:#8C7258;
line-height:1.6;
font-size:14px;
}
.tzs_op_grid_cty{
background:rgba(20,14,6,0.14);
border:1px solid rgba(20,14,6,0.14);
gap:1px;
overflow:hidden;
grid-template-columns:1fr 1fr;
border-radius:8px;
display:grid;
}
.tzs_op_field_cty{
background:#FAF6F0;
padding:1.125rem 1.25rem;
min-width:0;
}
.tzs_op_field_lb_cty{
text-transform:uppercase;
margin-bottom:5px;
letter-spacing:.1em;
font-weight:600;
font-size:0.625rem;
color:#C4943C;
}
.tzs_op_field_val_cty{
overflow-wrap:break-word;
color:#1A1208;
font-size:0.875rem;
font-weight:700;
}
.tzs_et_cty{
padding:2.25rem 0 10px;
}
.tzs_et_in_cty{
grid-template-columns:1fr;
gap:32px;
display:grid;
align-items:start;
}
@media(min-width:883px){
.tzs_et_in_cty{
grid-template-columns:1.1fr .9fr;
gap:48px;
}
}
.tzs_et_left_cty{
min-width:0;
}
.tzs_et_eyebrow_cty{
margin-bottom:12px;
}
.tzs_et_h2_cty{
font-weight:600;
overflow-wrap:break-word;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
color:#1A1208;
font-size:1.75rem;
line-height:1.06;
margin-bottom:0.875rem;
}
@media(min-width:771px){
.tzs_et_h2_cty{
font-size:32px;
}
}
.tzs_et_text_cty{
font-size:15px;
margin-bottom:1.375rem;
line-height:1.65;
color:#8C7258;
}
.tzs_et_stats_cty{
gap:24px;
flex-wrap:wrap;
display:flex;
}
.tzs_et_stat_cty{
min-width:0;
}
.tzs_et_stat_v_cty{
font-size:1.625rem;
line-height:1;
color:#1A1208;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
}
.tzs_et_stat_l_cty{
color:#6B5740;
font-size:0.781rem;
margin-top:4px;
}
.tzs_et_right_cty{
gap:12px;
flex-direction:column;
display:flex;
}
.tzs_et_member_cty{
padding:1.125rem 1.25rem;
gap:16px;
border-radius:0.875rem;
border:1px solid rgba(20,14,6,0.08);
background:#FFFFFF;
display:flex;
min-width:0;
align-items:center;
}
.tzs_et_member_av_cty{
background:linear-gradient(135deg,#2C1E0F,#C4943C);
flex:0 0 auto;
border-radius:50%;
width:48px;
height:3rem;
}
.tzs_et_member_name_cty{
font-weight:700;
overflow-wrap:break-word;
font-size:15px;
color:#1A1208;
}
.tzs_et_member_role_cty{
font-size:0.781rem;
overflow-wrap:break-word;
color:#6B5740;
}
.tzs_et_updated_cty{
border-radius:14px;
padding:14px 1.125rem;
gap:0.5rem;
border:1px solid rgba(20,14,6,0.08);
background:#FAF6F0;
color:#8C7258;
align-items:center;
display:flex;
font-size:0.781rem;
}
.tzs_hts_cty{
padding:3rem 0;
}
@media(min-width:767px){
.tzs_hts_cty{
padding:62px 0;
}
}
.tzs_hts_head_cty{
gap:1.125rem;
margin-bottom:2.125rem;
flex-direction:column;
display:flex;
}
@media(min-width:766px){
.tzs_hts_head_cty{
gap:1.5rem;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.tzs_hts_eyebrow_cty{
margin-bottom:0.75rem;
}
.tzs_hts_h2_cty{
color:#F5EDD8;
font-size:1.875rem;
overflow-wrap:break-word;
line-height:1.05;
font-weight:600;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:770px){
.tzs_hts_h2_cty{
font-size:2.375rem;
}
}
.tzs_hts_cta_cty{
background:#F0C050;
transition:opacity .22s ease;
border-radius:62.438rem;
flex:0 0 auto;
padding:0.938rem 30px;
color:#1A1208;
font-size:15px;
font-weight:700;
}
.tzs_hts_cta_cty:hover{
opacity:.9;
}
.tzs_hts_grid_cty{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:760px){
.tzs_hts_grid_cty{
grid-template-columns:repeat(3,1fr);
}
}
.tzs_hts_step_cty{
padding-top:22px;
min-width:0;
border-top:1px solid rgba(255,235,185,0.14);
}
.tzs_hts_step_num_cty{
margin-bottom:14px;
color:#F0C050;
font-weight:700;
font-size:44px;
line-height:1;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
}
.tzs_hts_step_h_cty{
line-height:1.2;
font-size:19px;
font-weight:700;
color:#F5EDD8;
overflow-wrap:break-word;
margin-bottom:0.5rem;
}
.tzs_hts_step_p_cty{
line-height:1.55;
color:#B8A080;
font-size:0.875rem;
overflow-wrap:break-word;
}
.tzs_rv_cty{
padding:3rem 0;
background:#FFFFFF;
border-bottom:1px solid rgba(20,14,6,0.08);
margin-top:24px;
border-top:1px solid rgba(20,14,6,0.08);
}
@media(min-width:769px){
.tzs_rv_cty{
padding:3.5rem 0;
}
}
.tzs_rv_head_cty{
gap:1rem;
margin-bottom:30px;
flex-direction:column;
display:flex;
}
@media(min-width:771px){
.tzs_rv_head_cty{
gap:20px;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.tzs_rv_eyebrow_cty{
margin-bottom:10px;
}
.tzs_rv_h2_cty{
overflow-wrap:break-word;
line-height:1.05;
font-size:30px;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
color:#1A1208;
}
@media(min-width:769px){
.tzs_rv_h2_cty{
font-size:38px;
}
}
.tzs_rv_agg_cty{
gap:12px;
align-items:center;
display:flex;
}
.tzs_rv_agg_stars_cty{
gap:3px;
color:#C4943C;
display:flex;
}
.tzs_rv_agg_stars_cty svg{
width:1.125rem;
height:18px;
}
.tzs_rv_source_cty{
color:#8C7258;
font-size:0.813rem;
}
.tzs_rv_grid_cty{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:759px){
.tzs_rv_grid_cty{
grid-template-columns:repeat(3,1fr);
}
}
.tzs_rv_card_cty{
padding:26px;
border:1px solid rgba(20,14,6,0.08);
border-radius:14px;
background:#FAF6F0;
min-width:0;
}
.tzs_rv_card_stars_cty{
gap:2px;
margin-bottom:0.75rem;
color:#C4943C;
display:flex;
}
.tzs_rv_card_stars_cty svg{
height:0.875rem;
width:14px;
}
.tzs_rv_card_body_cty{
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-weight:500;
margin-bottom:1rem;
line-height:1.45;
font-size:18px;
overflow-wrap:break-word;
color:#1A1208;
}
.tzs_rv_card_meta_cty{
gap:10px;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.tzs_rv_card_av_cty{
flex:0 0 auto;
border-radius:50%;
background:linear-gradient(135deg,#C4943C,#F0C050);
width:32px;
height:2rem;
}
.tzs_rv_card_author_cty{
font-size:13px;
font-weight:700;
color:#1A1208;
}
.tzs_rv_card_loc_cty{
font-size:0.75rem;
color:#6B5740;
}
.tzs_tt_cty{
padding:3rem 0 0.625rem;
}
@media(min-width:767px){
.tzs_tt_cty{
padding:60px 0 0.625rem;
}
}
.tzs_tt_head_cty{
text-align:center;
margin-bottom:34px;
}
.tzs_tt_eyebrow_cty{
margin-bottom:0.75rem;
}
.tzs_tt_h2_cty{
font-size:2rem;
overflow-wrap:break-word;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
color:#1A1208;
line-height:1.05;
}
@media(min-width:769px){
.tzs_tt_h2_cty{
font-size:42px;
}
}
.tzs_tt_grid_cty{
grid-template-columns:1fr;
gap:1.125rem;
display:grid;
}
@media(min-width:758px){
.tzs_tt_grid_cty{
grid-template-columns:repeat(3,1fr);
}
}
.tzs_tt_card_cty{
padding:1.875rem;
border:1px solid rgba(20,14,6,0.08);
background:#FFFFFF;
border-radius:14px;
min-width:0;
display:flex;
flex-direction:column;
}
.tzs_tt_card_ic_cty{
color:#C4943C;
align-items:center;
display:inline-flex;
margin-bottom:1.125rem;
}
.tzs_tt_card_ic_cty svg{
width:28px;
height:1.75rem;
}
.tzs_tt_card_h_cty{
margin-bottom:0.5rem;
color:#1A1208;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:22px;
line-height:1.15;
overflow-wrap:break-word;
}
.tzs_tt_card_p_cty{
color:#8C7258;
overflow-wrap:break-word;
margin-bottom:0.875rem;
font-size:0.875rem;
line-height:1.6;
}
.tzs_tt_card_p_cty b{
font-weight:700;
color:#1A1208;
}
.tzs_tt_card_link_cty{
transition:color .22s ease;
border-bottom:1px solid #C4943C;
color:#1A1208;
align-self:flex-start;
font-size:0.813rem;
margin-top:auto;
padding-bottom:2px;
font-weight:700;
}
.tzs_tt_card_link_cty:hover{
color:#C4943C;
}
.tzs_ts_cty{
padding:2.75rem 0;
}
.tzs_ts_in_cty{
grid-template-columns:1fr;
gap:2rem;
align-items:center;
display:grid;
}
@media(min-width:880px){
.tzs_ts_in_cty{
grid-template-columns:1.4fr 1fr;
gap:3rem;
}
}
.tzs_ts_left_cty{
min-width:0;
}
.tzs_ts_h2_cty{
font-weight:600;
overflow-wrap:break-word;
margin-bottom:12px;
color:#F5EDD8;
font-size:1.625rem;
line-height:1.1;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:770px){
.tzs_ts_h2_cty{
font-size:1.75rem;
}
}
.tzs_ts_text_cty{
margin-bottom:22px;
max-width:32.5rem;
color:#B8A080;
font-size:14.5px;
line-height:1.6;
}
.tzs_ts_badges_cty{
gap:1.125rem;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.tzs_ts_badge_cty{
color:#B8A080;
font-weight:600;
font-size:13px;
}
.tzs_ts_pay_cty{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
@media(min-width:881px){
.tzs_ts_pay_cty{
justify-content:flex-end;
}
}
.tzs_ts_pay_chip_cty{
border:1px solid rgba(255,235,185,0.14);
border-radius:0.875rem;
background:rgba(255,245,220,0.07);
padding:12px 1rem;
font-weight:700;
color:#F5EDD8;
font-size:0.875rem;
}
.tzs_prov_cty{
padding:40px 0 1.25rem;
}
.tzs_prov_eyebrow_cty{
margin-bottom:18px;
display:block;
}
.tzs_prov_grid_cty{
grid-template-columns:repeat(2,1fr);
gap:12px;
display:grid;
}
@media(min-width:561px){
.tzs_prov_grid_cty{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:898px){
.tzs_prov_grid_cty{
grid-template-columns:repeat(6,1fr);
}
}
.tzs_sb_cty{
padding:3rem 0;
background:#FFFFFF;
border-bottom:1px solid rgba(20,14,6,0.08);
border-top:1px solid rgba(20,14,6,0.08);
margin-top:24px;
}
@media(min-width:770px){
.tzs_sb_cty{
padding:3.5rem 0;
}
}
.tzs_sb_eyebrow_cty{
display:block;
margin-bottom:0.75rem;
}
.tzs_sb_h2_cty{
overflow-wrap:break-word;
line-height:1.05;
color:#1A1208;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
margin-bottom:26px;
font-size:1.875rem;
}
@media(min-width:765px){
.tzs_sb_h2_cty{
font-size:36px;
}
}
.tzs_sb_grid_cty{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:559px){
.tzs_sb_grid_cty{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:959px){
.tzs_sb_grid_cty{
grid-template-columns:repeat(4,1fr);
}
}
.tzs_sb_card_cty{
border:1px solid rgba(20,14,6,0.08);
padding:1.5rem;
background:#FAF6F0;
border-radius:0.875rem;
min-width:0;
}
.tzs_sb_card_h_cty{
line-height:1.15;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.5rem;
overflow-wrap:break-word;
font-size:1.188rem;
font-weight:600;
color:#1A1208;
}
.tzs_sb_card_p_cty{
line-height:1.6;
font-size:0.844rem;
overflow-wrap:break-word;
color:#8C7258;
}
.tzs_sb_rtp_cty{
gap:1.5rem;
padding:1.625rem 1.75rem;
background:#FAF6F0;
grid-template-columns:1fr;
border:1px solid rgba(20,14,6,0.08);
border-radius:0.875rem;
margin-top:18px;
align-items:center;
display:grid;
}
@media(min-width:761px){
.tzs_sb_rtp_cty{
gap:2.5rem;
grid-template-columns:1fr 1fr;
}
}
.tzs_sb_rtp_h_cty{
line-height:1.15;
font-weight:600;
margin-bottom:8px;
font-size:1.25rem;
color:#1A1208;
overflow-wrap:break-word;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
}
.tzs_sb_rtp_p_cty{
font-size:13.5px;
line-height:1.6;
overflow-wrap:break-word;
color:#8C7258;
}
.tzs_sb_rtp_stats_cty{
gap:1rem;
display:flex;
}
.tzs_sb_stat_cty{
padding:1.125rem;
border-radius:8px;
background:#FFFFFF;
flex:1 1 0;
min-width:0;
text-align:center;
}
.tzs_sb_stat_v_cty{
font-size:1.625rem;
color:#3A8C5C;
overflow-wrap:break-word;
font-weight:700;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
}
.tzs_sb_stat_l_cty{
margin-top:0.25rem;
font-size:0.719rem;
color:#6B5740;
}
.tzs_gd_cty{
padding:3rem 0 10px;
}
.tzs_gd_head_cty{
gap:0.875rem;
margin-bottom:24px;
flex-direction:column;
display:flex;
}
@media(min-width:681px){
.tzs_gd_head_cty{
gap:1.25rem;
flex-direction:row;
align-items:flex-end;
justify-content:space-between;
}
}
.tzs_gd_eyebrow_cty{
margin-bottom:0.625rem;
}
.tzs_gd_h2_cty{
overflow-wrap:break-word;
color:#1A1208;
line-height:1.05;
font-size:1.75rem;
font-weight:600;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.tzs_gd_h2_cty{
font-size:2.125rem;
}
}
.tzs_gd_more_cty{
transition:color .22s ease,border-color .22s ease;
flex:0 0 auto;
color:#1A1208;
font-size:13.5px;
padding-bottom:2px;
border-bottom:1px solid #1A1208;
font-weight:600;
}
.tzs_gd_more_cty:hover{
border-color:#C4943C;
color:#C4943C;
}
.tzs_gd_grid_cty{
grid-template-columns:1fr;
gap:20px;
display:grid;
}
@media(min-width:718px){
.tzs_gd_grid_cty{
grid-template-columns:repeat(3,1fr);
}
}
.tzs_gd_card_cty{
background:#FFFFFF;
border-radius:14px;
overflow:hidden;
border:1px solid rgba(20,14,6,0.08);
min-width:0;
display:block;
}
.tzs_gd_card_img_cty{
background:linear-gradient(140deg,#2C1E0F,#C4943C);
height:150px;
}
.tzs_gd_card_body_cty{
padding:1.375rem;
}
.tzs_gd_card_cat_cty{
font-size:0.625rem;
letter-spacing:.1em;
text-transform:uppercase;
color:#C4943C;
font-weight:600;
}
.tzs_gd_card_h_cty{
margin:0.5rem 0 0.625rem;
line-height:1.2;
font-size:1.188rem;
color:#1A1208;
overflow-wrap:break-word;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
}
.tzs_gd_card_meta_cty{
color:#6B5740;
font-size:12px;
overflow-wrap:break-word;
}
.tzs_sc_cty{
padding:48px 0 10px;
}
.tzs_sc_head_cty{
text-align:center;
margin-bottom:1.75rem;
}
.tzs_sc_eyebrow_cty{
margin-bottom:12px;
}
.tzs_sc_h2_cty{
color:#1A1208;
overflow-wrap:break-word;
font-weight:600;
line-height:1.05;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.875rem;
}
@media(min-width:770px){
.tzs_sc_h2_cty{
font-size:2.25rem;
}
}
.tzs_sc_table_cty{
border-radius:14px;
border:1px solid rgba(20,14,6,0.08);
margin:0 auto;
overflow:hidden;
max-width:900px;
}
.tzs_sc_thead_cty{
background:#2A1F14;
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
}
.tzs_sc_th_cty{
padding:0.938rem 18px;
text-align:center;
font-size:13px;
font-weight:700;
color:#B8A080;
overflow-wrap:break-word;
}
.tzs_sc_th_cty:first-child{
text-align:left;
}
.tzs_sc_th_us_cty{
color:#F0C050;
}
.tzs_sc_row_cty{
grid-template-columns:1.6fr 1fr 1fr;
border-top:1px solid rgba(20,14,6,0.08);
display:grid;
}
.tzs_sc_row_cty:nth-child(even){
background:#FFFFFF;
}
.tzs_sc_td_cty{
padding:15px 1.125rem;
overflow-wrap:break-word;
text-align:center;
color:#6B5740;
font-size:14px;
min-width:0;
}
.tzs_sc_td_cty:first-child{
font-weight:600;
text-align:left;
color:#3B2E1E;
}
.tzs_sc_td_us_cty{
font-weight:700;
color:#3A8C5C;
}
.tzs_lh_cty{
padding:40px 0 1.25rem;
}
.tzs_lh_in_cty{
padding-top:2.125rem;
border-top:1px solid rgba(20,14,6,0.14);
}
.tzs_lh_eyebrow_cty{
display:block;
margin-bottom:22px;
}
.tzs_lh_grid_cty{
grid-template-columns:1fr 1fr;
gap:1.75rem;
display:grid;
}
@media(min-width:601px){
.tzs_lh_grid_cty{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:961px){
.tzs_lh_grid_cty{
grid-template-columns:repeat(5,1fr);
}
}
.tzs_lh_col_cty{
min-width:0;
}
.tzs_lh_col_h_cty{
font-size:0.813rem;
margin-bottom:0.75rem;
overflow-wrap:break-word;
color:#1A1208;
font-weight:700;
}
.tzs_lh_links_cty{
gap:0.5rem;
flex-direction:column;
display:flex;
}
.tzs_lh_link_cty{
transition:color .22s ease;
color:#8C7258;
font-size:13px;
overflow-wrap:break-word;
}
.tzs_lh_link_cty:hover{
color:#C4943C;
}
.tzs_faq_cty{
background:#FFFFFF;
padding:3rem 0;
border-bottom:1px solid rgba(20,14,6,0.08);
border-top:1px solid rgba(20,14,6,0.08);
margin-top:1.5rem;
}
@media(min-width:766px){
.tzs_faq_cty{
padding:62px 0;
}
}
.tzs_faq_head_cty{
text-align:center;
margin-bottom:2.125rem;
}
.tzs_faq_eyebrow_cty{
margin-bottom:0.75rem;
}
.tzs_faq_h2_cty{
font-weight:600;
font-size:32px;
color:#1A1208;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
line-height:1.05;
}
@media(min-width:771px){
.tzs_faq_h2_cty{
font-size:38px;
}
}
.tzs_faq_list_cty{
margin:0 auto;
gap:0.75rem;
display:flex;
max-width:51.25rem;
flex-direction:column;
}
.tzs_faq_item_cty{
border:1px solid rgba(20,14,6,0.08);
border-radius:0.875rem;
overflow:hidden;
background:#FAF6F0;
}
.tzs_faq_q_cty{
gap:1.25rem;
list-style:none;
padding:1.25rem 1.5rem;
color:#1A1208;
font-size:16px;
align-items:center;
font-weight:700;
overflow-wrap:break-word;
cursor:pointer;
justify-content:space-between;
display:flex;
}
.tzs_faq_q_cty::-webkit-details-marker{
display:none;
}
.tzs_faq_q_ic_cty{
transition:transform .22s ease;
flex:0 0 auto;
display:inline-flex;
align-items:center;
color:#C4943C;
}
.tzs_faq_q_ic_cty svg{
height:1.125rem;
width:1.125rem;
}
.tzs_faq_item_cty[open] .tzs_faq_q_ic_cty{
transform:rotate(180deg);
}
.tzs_faq_a_cty{
padding:0 1.5rem 1.25rem;
font-size:0.906rem;
overflow-wrap:break-word;
line-height:1.6;
color:#8C7258;
}
.tzs_sg_cty{
padding:48px 0 10px;
}
.tzs_sg_eyebrow_cty{
margin-bottom:12px;
display:block;
}
.tzs_sg_h2_cty{
font-size:30px;
line-height:1.05;
font-weight:600;
margin-bottom:1.75rem;
overflow-wrap:break-word;
color:#1A1208;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:771px){
.tzs_sg_h2_cty{
font-size:36px;
}
}
.tzs_sg_grid_cty{
gap:1.5rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:721px){
.tzs_sg_grid_cty{
grid-template-columns:repeat(3,1fr);
}
}
.tzs_sg_col_cty{
min-width:0;
}
.tzs_sg_col_h_cty{
overflow-wrap:break-word;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
margin-bottom:0.625rem;
line-height:1.15;
color:#1A1208;
font-size:22px;
}
.tzs_sg_col_p_cty{
overflow-wrap:break-word;
font-size:0.875rem;
line-height:1.65;
color:#8C7258;
}
.tzs_el_cty{
padding:48px 0;
}
@media(min-width:769px){
.tzs_el_cty{
padding:56px 0;
}
}
.tzs_el_in_cty{
grid-template-columns:1fr;
gap:40px;
display:grid;
align-items:start;
}
@media(min-width:897px){
.tzs_el_in_cty{
grid-template-columns:1fr 1fr;
gap:56px;
}
}
.tzs_el_left_cty{
min-width:0;
}
.tzs_el_eyebrow_cty{
margin-bottom:0.875rem;
}
.tzs_el_h2_cty{
margin-bottom:22px;
font-weight:600;
font-size:2rem;
line-height:1.08;
overflow-wrap:break-word;
color:#1A1208;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:765px){
.tzs_el_h2_cty{
font-size:2.375rem;
}
}
.tzs_el_body_cty p{
overflow-wrap:break-word;
margin-bottom:18px;
line-height:1.7;
color:#3B2E1E;
font-size:16px;
}
.tzs_el_dropcap_cty{
padding:0.375rem 12px 0 0;
color:#C4943C;
line-height:.8;
float:left;
font-weight:700;
font-size:3.875rem;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
}
.tzs_el_right_cty{
min-width:0;
}
.tzs_el_quote_cty{
padding:2.25rem;
border-radius:20px;
background:linear-gradient(150deg,#2C1E0F,#110C06);
margin-bottom:1.5rem;
position:relative;
color:#F5EDD8;
}
.tzs_el_quote_mark_cty{
display:inline-flex;
margin-bottom:0.375rem;
color:#F0C050;
align-items:center;
}
.tzs_el_quote_mark_cty svg{
height:2.125rem;
width:2.125rem;
}
.tzs_el_quote_text_cty{
margin-bottom:22px;
color:#F5EDD8;
line-height:1.4;
font-size:1.375rem;
font-weight:500;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
}
.tzs_el_quote_meta_cty{
gap:0.75rem;
align-items:center;
display:flex;
}
.tzs_el_quote_av_cty{
flex:0 0 auto;
background:linear-gradient(135deg,#C4943C,#F0C050);
border-radius:50%;
width:38px;
height:2.375rem;
}
.tzs_el_quote_author_cty{
font-size:0.875rem;
color:#F5EDD8;
font-weight:700;
}
.tzs_el_quote_meta_sub_cty{
font-size:12px;
color:#B8A080;
}
.tzs_el_explain_cty{
border-radius:0.875rem;
overflow:hidden;
border:1px solid rgba(20,14,6,0.08);
}
.tzs_el_explain_card_cty{
padding:1.375rem 1.5rem;
}
.tzs_el_explain_card_cty+.tzs_el_explain_card_cty{
border-top:1px solid rgba(20,14,6,0.08);
}
.tzs_el_explain_h_cty{
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:1.25rem;
overflow-wrap:break-word;
line-height:1.15;
color:#1A1208;
margin-bottom:8px;
}
.tzs_el_explain_p_cty{
font-size:0.875rem;
color:#8C7258;
overflow-wrap:break-word;
line-height:1.55;
}
.tzs_ft_cty{
background:#2A1F14;
margin-top:40px;
color:#B8A080;
}
.tzs_ft_in_cty{
gap:2rem;
grid-template-columns:1fr;
padding:3rem 0 1.75rem;
display:grid;
}
@media(min-width:601px){
.tzs_ft_in_cty{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:903px){
.tzs_ft_in_cty{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.tzs_ft_brand_cty{
min-width:0;
}
.tzs_ft_logo_cty{
font-weight:700;
color:#F5EDD8;
overflow-wrap:break-word;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.625rem;
}
.tzs_ft_tagline_cty{
max-width:17.5rem;
font-size:13.5px;
line-height:1.6;
color:#B8A080;
margin-top:14px;
}
.tzs_ft_contact_cty{
transition:color .22s ease;
display:inline-block;
font-size:13px;
margin-top:12px;
max-width:280px;
color:#F0C050;
overflow-wrap:anywhere;
}
.tzs_ft_contact_cty:hover{
color:#F5EDD8;
}
.tzs_ft_col_cty{
min-width:0;
}
.tzs_ft_col_h_cty{
font-size:0.813rem;
color:#F5EDD8;
overflow-wrap:break-word;
margin-bottom:14px;
text-transform:uppercase;
font-weight:700;
letter-spacing:.08em;
}
.tzs_ft_col_links_cty{
gap:0.625rem;
display:flex;
flex-direction:column;
}
.tzs_ft_link_cty{
transition:color .22s ease;
overflow-wrap:break-word;
color:#B8A080;
font-size:13.5px;
}
.tzs_ft_link_cty:hover{
color:#F5EDD8;
}
.tzs_ft_bot_cty{
gap:1rem;
padding:1.375rem 0 40px;
border-top:1px solid rgba(255,235,185,0.14);
flex-direction:column;
display:flex;
}
@media(min-width:771px){
.tzs_ft_bot_cty{
gap:20px;
align-items:center;
justify-content:space-between;
flex-direction:row;
}
}
.tzs_ft_legal_cty{
line-height:1.6;
font-size:0.719rem;
overflow-wrap:break-word;
max-width:760px;
color:#B39E86;
}
.tzs_ft_legal_cty b{
font-weight:700;
color:#B8A080;
}
.tzs_ft_age_cty{
border-radius:8px;
border:1.5px solid #F0C050;
padding:4px 9px;
flex:0 0 auto;
color:#F0C050;
font-size:0.813rem;
font-weight:700;
}