*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#1A1410;
overflow-wrap:break-word;
font-family:"Commissioner", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
color:#DDD0B8;
text-rendering:optimizeLegibility;
font-size:15px;
-webkit-font-smoothing:antialiased;
line-height:1.6;
}
img{
display:block;
max-width:100%;
}
a{
color:inherit;
text-decoration:none;
}
button{
border:none;
background:none;
cursor:pointer;
font-family:inherit;
}
::-webkit-scrollbar{
width:0.5rem;
height:8px;
}
::-webkit-scrollbar-thumb{
border-radius:8px;
background:rgba(0,0,0,0.52);
}
::-webkit-scrollbar-track{
background:transparent;
}
.jvd_layout_jty{
flex-direction:column;
display:flex;
min-height:100vh;
}
.jvd_main_jty{
flex:1 1 auto;
min-width:0;
width:100%;
}
.jvd_container_jty{
padding:0 16px;
margin:0 auto;
width:100%;
max-width:1400px;
}
@media(min-width:769px){
.jvd_container_jty{
padding:0 32px;
}
}
@media(min-width:1101px){
.jvd_container_jty{
padding:0 56px;
}
}
.jvd_eyebrow_jty{
color:#C69430;
overflow-wrap:break-word;
display:inline-block;
text-transform:uppercase;
font-size:0.688rem;
font-weight:600;
font-family:"Commissioner", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
line-height:1.4;
letter-spacing:.2em;
}
.jvd_band_jty{
background:#0E0B07;
color:#F5EDDA;
}
.jvd_band_jty .jvd_eyebrow_jty{
color:#F0C040;
}
@keyframes zm2-float{
0%,100%{
transform:translateY(0)}
50%{
transform:translateY(-12px)}
}
@keyframes zm2-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
.jvd_tb_jty{
background:#1A1410;
z-index:50;
top:0;
position:sticky;
border-bottom:1px solid rgba(245,237,218,0.13);
}
.jvd_tb_in_jty{
padding:0.75rem 16px;
gap:16px;
margin:0 auto;
display:flex;
align-items:center;
width:100%;
justify-content:space-between;
max-width:1400px;
}
@media(min-width:769px){
.jvd_tb_in_jty{
padding:16px 2rem;
}
}
@media(min-width:1102px){
.jvd_tb_in_jty{
padding:1.125rem 56px;
}
}
.jvd_tb_left_jty{
gap:1.75rem;
align-items:center;
min-width:0;
display:flex;
}
.jvd_tb_logo_jty{
gap:11px;
align-items:center;
display:flex;
min-width:0;
}
.jvd_tb_logo_mark_jty{
flex:0 0 auto;
border-radius:0.5rem;
height:34px;
width:2.125rem;
object-fit:cover;
}
.jvd_tb_logo_txt_jty{
min-width:0;
display:flex;
line-height:1;
flex-direction:column;
}
.jvd_tb_logo_name_jty{
overflow:hidden;
text-overflow:ellipsis;
color:#F5EDDA;
font-weight:700;
font-size:1.375rem;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
letter-spacing:.02em;
white-space:nowrap;
}
.jvd_tb_logo_sub_jty{
overflow:hidden;
text-transform:uppercase;
color:#C69430;
letter-spacing:.32em;
font-weight:600;
text-overflow:ellipsis;
white-space:nowrap;
font-size:0.531rem;
margin-top:4px;
}
.jvd_tb_nav_jty{
display:none;
}
@media(min-width:963px){
.jvd_tb_nav_jty{
gap:1.75rem;
display:flex;
align-items:center;
}
}
.jvd_tb_nav_item_jty{
transition:color .22s ease,border-color .22s ease;
border-bottom:2px solid transparent;
font-size:14px;
color:#DDD0B8;
font-weight:600;
padding-bottom:3px;
white-space:nowrap;
}
.jvd_tb_nav_item_jty:hover{
color:#F5EDDA;
}
.jvd_tb_nav_item_jty.jvd_state_active_jty{
border-color:#C69430;
color:#F5EDDA;
}
.jvd_tb_right_jty{
flex:0 0 auto;
gap:14px;
align-items:center;
display:flex;
}
.jvd_tb_search_jty{
transition:color .22s ease;
color:#DDD0B8;
justify-content:center;
align-items:center;
display:flex;
}
.jvd_tb_search_jty:hover{
color:#C69430;
}
.jvd_tb_search_jty svg{
height:18px;
width:18px;
}
.jvd_tb_lang_jty{
font-size:0.688rem;
text-transform:uppercase;
letter-spacing:.1em;
color:#A8957C;
font-weight:600;
}
.jvd_tb_lang_jty:hover{
color:#F5EDDA;
}
.jvd_tb_login_jty{
display:none;
font-weight:600;
color:#F5EDDA;
font-size:0.875rem;
}
@media(min-width:769px){
.jvd_tb_login_jty{
display:inline-block;
}
}
.jvd_tb_register_jty{
background:#E8B030;
padding:0.688rem 22px;
transition:background-color .22s ease;
border-radius:999px;
font-size:14px;
font-weight:700;
white-space:nowrap;
color:#1A1008;
}
.jvd_tb_register_jty:hover{
background:#F5C240;
}
.jvd_mob_jty{
background:#1A1410;
z-index:60;
bottom:0;
right:0;
padding-bottom:env(safe-area-inset-bottom);
border-top:1px solid rgba(245,237,218,0.13);
left:0;
position:fixed;
}
@media(min-width:963px){
.jvd_mob_jty{
display:none;
}
}
.jvd_mob_in_jty{
margin:0 auto;
align-items:stretch;
max-width:560px;
display:flex;
justify-content:space-around;
}
.jvd_mob_item_jty{
padding:9px 0.25rem;
gap:3px;
flex:1 1 0;
transition:color .22s ease;
min-width:0;
color:#A8957C;
align-items:center;
display:flex;
flex-direction:column;
}
.jvd_mob_item_jty.jvd_state_active_jty{
color:#C69430;
}
.jvd_mob_ic_jty{
display:flex;
justify-content:center;
align-items:center;
}
.jvd_mob_ic_jty svg{
width:20px;
height:1.25rem;
}
.jvd_mob_lb_jty{
overflow:hidden;
white-space:nowrap;
max-width:100%;
font-size:10px;
font-weight:600;
text-overflow:ellipsis;
}
@media(max-width:958px){
body{
padding-bottom:3.75rem;
}
}
.jvd_rail_jty{
min-width:0;
position:relative;
}
.jvd_rail_scroll_jty{
gap:0.875rem;
overflow-x:auto;
-webkit-overflow-scrolling:touch;
scrollbar-width:thin;
padding-bottom:0.875rem;
display:flex;
}
@media(min-width:767px){
.jvd_rail_scroll_jty{
gap:1.125rem;
}
}
.jvd_gc_jty{
flex:0 0 auto;
width:9.375rem;
display:block;
}
@media(min-width:769px){
.jvd_gc_jty{
width:11.75rem;
}
}
.jvd_gc_img_jty{
overflow:hidden;
background:#231C14;
border-radius:0.875rem;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.40), 0 8px 24px rgba(0,0,0,0.30);
padding-bottom:133.33%;
position:relative;
}
.jvd_gc_img_jty img{
inset:0;
object-fit:cover;
width:100%;
position:absolute;
height:100%;
}
.jvd_gc_cover_jty{
inset:0;
background:linear-gradient(160deg,transparent 55%,rgba(0,0,0,0.52));
pointer-events:none;
position:absolute;
}
.jvd_gc_hover_jty{
background:rgba(0,0,0,0.52);
inset:0;
transition:opacity .22s ease;
display:flex;
align-items:center;
opacity:0;
justify-content:center;
position:absolute;
}
.jvd_gc_jty:hover .jvd_gc_hover_jty{
opacity:1;
}
.jvd_gc_hover_btn_jty{
border-radius:62.438rem;
background:#E8B030;
color:#1A1008;
align-items:center;
height:2.875rem;
width:46px;
justify-content:center;
display:flex;
}
.jvd_gc_hover_btn_jty svg{
width:18px;
height:18px;
}
.jvd_gc_info_jty{
gap:2px;
flex-direction:column;
margin-top:0.563rem;
min-width:0;
display:flex;
}
.jvd_gc_name_jty{
overflow:hidden;
font-size:13px;
white-space:nowrap;
font-weight:700;
text-overflow:ellipsis;
color:#F5EDDA;
}
.jvd_gc_prov_jty{
overflow:hidden;
font-size:0.688rem;
color:#A8957C;
text-overflow:ellipsis;
white-space:nowrap;
}
.jvd_gc_meta_jty{
color:#A8957C;
font-size:0.688rem;
}
.jvd_tc_jty{
flex:0 0 auto;
width:180px;
display:block;
}
@media(min-width:771px){
.jvd_tc_jty{
width:14.375rem;
}
}
.jvd_tc_img_jty{
overflow:hidden;
border-radius:0.875rem;
background:#231C14;
box-shadow:0 2px 0.375rem rgba(0,0,0,0.40), 0 0.5rem 24px rgba(0,0,0,0.30);
position:relative;
padding-bottom:75%;
}
.jvd_tc_img_jty img{
inset:0;
width:100%;
object-fit:cover;
height:100%;
position:absolute;
}
.jvd_tc_info_jty{
gap:2px;
display:flex;
min-width:0;
flex-direction:column;
margin-top:0.563rem;
}
.jvd_tc_name_jty{
overflow:hidden;
text-overflow:ellipsis;
font-weight:700;
font-size:14px;
color:#F5EDDA;
white-space:nowrap;
}
.jvd_tc_rtp_jty{
color:#A8957C;
font-size:11px;
}
.jvd_lc_jty{
flex:0 0 auto;
width:230px;
display:block;
}
@media(min-width:768px){
.jvd_lc_jty{
width:16.75rem;
}
}
.jvd_lc_img_jty{
background:#231C14;
overflow:hidden;
border-radius:0.875rem;
position:relative;
box-shadow:0 2px 6px rgba(0,0,0,0.40), 0 0.5rem 24px rgba(0,0,0,0.30);
padding-bottom:62.5%;
}
.jvd_lc_img_jty img{
inset:0;
object-fit:cover;
height:100%;
width:100%;
position:absolute;
}
.jvd_lc_live_jty{
background:rgba(0,0,0,0.52);
padding:0.25rem 0.563rem;
border-radius:999px;
gap:0.438rem;
position:absolute;
display:flex;
align-items:center;
top:0.75rem;
left:12px;
}
.jvd_lc_live_dot_jty{
animation:zm2-pulse 1.6s infinite;
background:#D94F3A;
border-radius:50%;
width:0.5rem;
height:0.5rem;
}
.jvd_lc_seats_jty{
letter-spacing:.08em;
font-size:10px;
font-weight:600;
color:#F5EDDA;
text-transform:uppercase;
}
.jvd_lc_info_jty{
gap:2px;
margin-top:9px;
flex-direction:column;
min-width:0;
display:flex;
}
.jvd_lc_name_jty{
overflow:hidden;
font-weight:700;
text-overflow:ellipsis;
color:#F5EDDA;
font-size:0.938rem;
white-space:nowrap;
}
.jvd_lc_bet_jty{
color:#A8957C;
font-size:11px;
}
.jvd_pc_jty{
gap:8px;
background:#231C14;
border:1px solid rgba(245,237,218,0.07);
padding:1rem 0.875rem;
border-radius:0.875rem;
justify-content:center;
min-width:0;
flex-direction:column;
display:flex;
align-items:center;
min-height:4.625rem;
}
.jvd_pc_logo_jty{
flex:0 0 auto;
height:1.75rem;
max-width:100%;
width:auto;
object-fit:contain;
}
.jvd_pc_name_jty{
overflow:hidden;
white-space:nowrap;
max-width:100%;
color:#A8957C;
font-size:0.688rem;
text-overflow:ellipsis;
text-align:center;
}
.jvd_gc_tag_jty{
border-radius:0.5rem;
padding:3px 8px;
top:0.625rem;
font-size:0.625rem;
letter-spacing:.06em;
text-transform:uppercase;
position:absolute;
left:10px;
display:inline-block;
z-index:2;
font-weight:700;
}
.jvd_gc_tag_hot_jty{
background:#D94F3A;
color:#F5EDDA;
}
.jvd_gc_tag_new_jty{
background:#F0C040;
color:#1A1008;
}
.jvd_gc_tag_jp_jty{
background:#E8A020;
color:#1A1008;
}
.jvd_gc_tag_live_jty{
background:#D94F3A;
color:#F5EDDA;
}
.jvd_sh_jty{
margin-bottom:18px;
min-width:0;
}
.jvd_sh_row_jty{
gap:1rem;
display:flex;
align-items:flex-end;
justify-content:space-between;
flex-wrap:wrap;
}
.jvd_sh_row_jty .jvd_sh_l_jty{
gap:6px;
min-width:0;
display:flex;
flex-direction:column;
}
.jvd_sh_stack_jty{
gap:0.625rem;
align-items:flex-start;
display:flex;
flex-direction:column;
}
.jvd_sh_center_jty{
gap:0.625rem;
align-items:center;
text-align:center;
flex-direction:column;
display:flex;
}
.jvd_sh_h2_jty{
font-size:24px;
line-height:1.1;
overflow-wrap:break-word;
font-weight:600;
color:#F5EDDA;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:767px){
.jvd_sh_h2_jty{
font-size:30px;
}
}
.jvd_band_jty .jvd_sh_h2_jty{
color:#F5EDDA;
}
.jvd_sh_eb_line_jty{
gap:10px;
display:inline-flex;
align-items:center;
}
.jvd_sh_eb_line_jty::before{
background:#C69430;
content:"";
height:1px;
display:inline-block;
width:28px;
}
.jvd_band_jty .jvd_sh_eb_line_jty::before{
background:#F0C040;
}
.jvd_sh_eb_dot_jty{
gap:0.5rem;
align-items:center;
display:inline-flex;
}
.jvd_sh_eb_dot_jty::before{
background:#C69430;
border-radius:50%;
width:6px;
display:inline-block;
content:"";
height:6px;
}
.jvd_band_jty .jvd_sh_eb_dot_jty::before{
background:#F0C040;
}
.jvd_sh_link_jty{
transition:color .22s ease,border-color .22s ease,background-color .22s ease;
gap:6px;
padding-bottom:2px;
border-bottom:1px solid #F5EDDA;
font-size:0.813rem;
align-items:center;
color:#F5EDDA;
font-weight:600;
display:inline-flex;
white-space:nowrap;
}
.jvd_sh_link_jty:hover{
border-color:#C69430;
color:#C69430;
}
.jvd_sh_link_jty svg{
width:0.875rem;
height:0.875rem;
}
.jvd_sh_link_chev_jty{
border-bottom:0;
padding-bottom:0;
}
.jvd_sh_link_btn_jty{
background:#E8B030;
padding:9px 1.125rem;
border-radius:62.438rem;
border-bottom:0;
color:#1A1008;
}
.jvd_sh_link_btn_jty:hover{
background:#F5C240;
border-color:transparent;
color:#1A1008;
}
.jvd_band_jty .jvd_sh_link_jty{
border-color:#F5EDDA;
color:#F5EDDA;
}
.jvd_band_jty .jvd_sh_link_btn_jty{
background:#F0C040;
color:#1A1008;
}
.jvd_sh_rule_jty{
margin:-2px 0 18px;
background:rgba(245,237,218,0.13);
height:1px;
}
.jvd_band_jty .jvd_sh_rule_jty{
background:rgba(255,220,140,0.14);
}
.jvd_hero_jty{
padding:2rem 0 8px;
}
@media(min-width:771px){
.jvd_hero_jty{
padding:3.5rem 0 1.5rem;
}
}
.jvd_hero_in_jty{
grid-template-columns:1fr;
gap:2rem;
align-items:center;
display:grid;
}
@media(min-width:902px){
.jvd_hero_in_jty{
grid-template-columns:1.05fr .95fr;
gap:48px;
}
}
.jvd_hero_copy_jty{
min-width:0;
}
.jvd_hero_eyebrow_jty{
gap:10px;
align-items:center;
margin-bottom:1.375rem;
display:inline-flex;
}
.jvd_hero_eyebrow_line_jty{
flex:0 0 auto;
background:#C69430;
height:1px;
width:1.75rem;
display:inline-block;
}
.jvd_hero_h1_jty{
overflow-wrap:break-word;
line-height:1.04;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-size:38px;
margin-bottom:20px;
letter-spacing:-.01em;
font-weight:600;
color:#F5EDDA;
}
@media(min-width:769px){
.jvd_hero_h1_jty{
font-size:3.375rem;
}
}
@media(min-width:1098px){
.jvd_hero_h1_jty{
font-size:62px;
}
}
.jvd_hero_h1_jty em{
font-style:normal;
color:#C69430;
}
.jvd_hero_sub_jty{
margin-bottom:1.875rem;
max-width:30rem;
font-size:1rem;
line-height:1.6;
color:#8A7560;
}
@media(min-width:766px){
.jvd_hero_sub_jty{
font-size:1.125rem;
}
}
.jvd_hero_actions_jty{
gap:0.875rem;
align-items:center;
flex-wrap:wrap;
margin-bottom:2.125rem;
display:flex;
}
.jvd_hero_cta_jty{
background:#E8B030;
padding:1rem 1.875rem;
gap:0.625rem;
transition:background-color .22s ease;
border-radius:62.438rem;
color:#1A1008;
font-weight:700;
align-items:center;
font-size:15px;
display:inline-flex;
}
.jvd_hero_cta_jty:hover{
background:#F5C240;
}
.jvd_hero_cta_ic_jty{
align-items:center;
display:inline-flex;
}
.jvd_hero_cta_ic_jty svg{
width:1rem;
height:1rem;
}
.jvd_hero_cta_alt_jty{
transition:border-color .22s ease,color .22s ease;
padding:15px 26px;
border:1px solid rgba(245,237,218,0.13);
border-radius:999px;
background:transparent;
font-weight:600;
font-size:0.938rem;
align-items:center;
color:#F5EDDA;
display:inline-flex;
}
.jvd_hero_cta_alt_jty:hover{
border-color:#C69430;
color:#C69430;
}
.jvd_hero_trust_jty{
gap:22px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.jvd_hero_trust_item_jty{
gap:0.563rem;
align-items:center;
font-weight:600;
display:flex;
color:#DDD0B8;
font-size:13px;
}
.jvd_hero_trust_ic_jty{
align-items:center;
color:#C69430;
display:inline-flex;
}
.jvd_hero_trust_ic_jty svg{
width:16px;
height:16px;
}
.jvd_hero_promo_jty{
background:#231C14;
overflow:hidden;
border-radius:20px;
min-height:300px;
box-shadow:0 12px 48px rgba(0,0,0,0.55), 0 2px 12px rgba(198,148,48,0.14);
display:flex;
position:relative;
}
.jvd_hero_promo_bg_jty{
inset:0;
background-size:cover;
background-position:center;
position:absolute;
}
.jvd_hero_promo_bg_jty::after{
inset:0;
background:linear-gradient(120deg,#0E0B07 0%,rgba(0,0,0,0.52) 55%,transparent 100%);
position:absolute;
content:"";
}
.jvd_hero_promo_glow_jty{
border-radius:50%;
background:radial-gradient(circle,rgba(198,148,48,0.18) 0%,transparent 65%);
pointer-events:none;
position:absolute;
height:16.25rem;
top:-2.5rem;
width:260px;
right:-20px;
}
.jvd_hero_promo_ct_jty{
padding:28px;
align-self:flex-end;
z-index:2;
position:relative;
max-width:88%;
}
.jvd_hero_promo_label_jty{
font-weight:700;
letter-spacing:.25em;
display:block;
text-transform:uppercase;
font-size:10px;
color:#F0C040;
margin-bottom:0.5rem;
}
.jvd_hero_promo_amount_jty{
color:#F5EDDA;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-size:2rem;
font-weight:600;
line-height:1.05;
}
@media(min-width:765px){
.jvd_hero_promo_amount_jty{
font-size:40px;
}
}
.jvd_hero_promo_amount_jty em{
font-style:normal;
color:#F0C040;
}
.jvd_hero_rating_jty{
gap:0.625rem;
background:#231C14;
padding:10px 14px;
border-radius:0.875rem;
border:1px solid rgba(245,237,218,0.07);
align-items:center;
box-shadow:0 2px 6px rgba(0,0,0,0.40), 0 8px 24px rgba(0,0,0,0.30);
right:0.875rem;
top:0.875rem;
position:absolute;
z-index:3;
max-width:min(16.25rem,62%);
display:flex;
}
.jvd_hero_rating_score_jty{
flex:0 0 auto;
font-weight:700;
font-size:1.5rem;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
color:#F5EDDA;
}
.jvd_hero_rating_txt_jty{
flex:1 1 auto;
min-width:0;
}
.jvd_hero_rating_stars_jty{
gap:2px;
color:#C69430;
display:flex;
}
.jvd_hero_rating_stars_jty svg{
width:0.75rem;
height:0.75rem;
}
.jvd_hero_rating_cap_jty{
color:#A8957C;
line-height:1.35;
display:block;
font-size:0.688rem;
margin-top:3px;
overflow-wrap:break-word;
}
.jvd_stat_jty{
border-bottom:1px solid rgba(245,237,218,0.13);
border-top:1px solid rgba(245,237,218,0.13);
margin-top:16px;
}
.jvd_stat_in_jty{
grid-template-columns:repeat(2,1fr);
display:grid;
}
@media(min-width:769px){
.jvd_stat_in_jty{
grid-template-columns:repeat(4,1fr);
}
}
.jvd_stat_item_jty{
padding:22px 0.875rem;
border-right:1px solid rgba(245,237,218,0.07);
min-width:0;
border-bottom:1px solid rgba(245,237,218,0.07);
}
.jvd_stat_item_jty:nth-child(2n){
border-right:0;
}
.jvd_stat_item_jty:nth-child(n+3){
border-bottom:0;
}
@media(min-width:769px){
.jvd_stat_item_jty{
border-bottom:0;
}
.jvd_stat_item_jty:nth-child(2n){
border-right:1px solid rgba(245,237,218,0.07);
}
.jvd_stat_item_jty:nth-child(4n){
border-right:0;
}
}
.jvd_stat_value_jty{
font-size:1.875rem;
overflow-wrap:break-word;
line-height:1;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
color:#F5EDDA;
}
@media(min-width:766px){
.jvd_stat_value_jty{
font-size:2.125rem;
}
}
.jvd_stat_label_jty{
font-size:13px;
overflow-wrap:break-word;
line-height:1.4;
color:#A8957C;
margin-top:0.375rem;
}
.jvd_jp_jty{
padding:1.875rem 0 10px;
}
.jvd_jp_grid_jty{
grid-template-columns:1fr;
gap:16px;
display:grid;
}
@media(min-width:769px){
.jvd_jp_grid_jty{
grid-template-columns:1fr 1fr;
}
.jvd_jp_card_mega_jty{
grid-column:1/-1;
}
}
@media(min-width:1001px){
.jvd_jp_grid_jty{
grid-template-columns:1.4fr 1fr 1fr;
}
.jvd_jp_card_mega_jty{
grid-column:auto;
}
}
.jvd_jp_card_jty{
border-radius:20px;
gap:0.75rem;
background:#231C14;
border:1px solid rgba(245,237,218,0.07);
overflow:hidden;
padding:1.625rem;
min-width:0;
flex-direction:column;
display:flex;
justify-content:space-between;
min-height:200px;
position:relative;
}
.jvd_jp_card_mega_jty{
background:linear-gradient(135deg,#1C1509,#0A0806);
border-color:transparent;
min-height:210px;
color:#F5EDDA;
}
.jvd_jp_glow_jty{
background:radial-gradient(circle,rgba(198,148,48,0.18),transparent 70%);
border-radius:50%;
top:-2.5rem;
right:-40px;
height:12.5rem;
pointer-events:none;
width:12.5rem;
position:absolute;
}
.jvd_jp_label_jty{
gap:0.625rem;
font-weight:700;
flex-wrap:wrap;
display:flex;
color:#C69430;
text-transform:uppercase;
position:relative;
font-size:0.625rem;
align-items:center;
justify-content:space-between;
letter-spacing:.16em;
}
.jvd_jp_card_mega_jty .jvd_jp_label_jty{
color:#F0C040;
}
.jvd_jp_drop_jty{
text-transform:none;
letter-spacing:.04em;
font-weight:600;
color:#A8957C;
}
.jvd_jp_card_mega_jty .jvd_jp_drop_jty{
color:#A89070;
}
.jvd_jp_amount_jty{
font-weight:700;
line-height:1;
font-size:38px;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
color:#F5EDDA;
position:relative;
overflow-wrap:break-word;
}
.jvd_jp_card_mega_jty .jvd_jp_amount_jty{
animation:zm2-pulse 2.4s infinite;
color:#F0C040;
font-size:3rem;
}
@media(min-width:769px){
.jvd_jp_card_mega_jty .jvd_jp_amount_jty{
font-size:3.375rem;
}
}
.jvd_jp_game_jty{
color:#A8957C;
position:relative;
font-size:13px;
}
.jvd_jp_card_mega_jty .jvd_jp_game_jty{
color:#A89070;
}
.jvd_jp_cta_jty{
align-self:flex-start;
position:relative;
}
.jvd_jp_card_mega_jty .jvd_jp_cta_jty{
padding:10px 20px;
transition:opacity .22s ease;
border-radius:62.438rem;
background:#F0C040;
font-weight:700;
color:#1A1008;
font-size:13px;
}
.jvd_jp_card_mega_jty .jvd_jp_cta_jty:hover{
opacity:.9;
}
.jvd_jp_card_jty:not(.jvd_jp_card_mega_jty) .jvd_jp_cta_jty{
transition:color .22s ease,border-color .22s ease;
color:#F5EDDA;
font-weight:700;
padding-bottom:2px;
border-bottom:1px solid #F5EDDA;
font-size:13px;
}
.jvd_jp_card_jty:not(.jvd_jp_card_mega_jty) .jvd_jp_cta_jty:hover{
border-color:#C69430;
color:#C69430;
}
.jvd_jp_seo_jty{
margin:14px 0 0;
font-size:14px;
max-width:47.5rem;
overflow-wrap:break-word;
line-height:1.65;
color:#8A7560;
}
.jvd_jp_seo_jty strong{
font-weight:700;
color:#F5EDDA;
}
.jvd_grow_jty{
padding:1.625rem 0 0.625rem;
}
.jvd_row_seo_jty{
margin:10px 0 0;
max-width:760px;
font-size:14px;
overflow-wrap:break-word;
line-height:1.65;
color:#8A7560;
}
.jvd_row_seo_jty strong{
font-weight:700;
color:#F5EDDA;
}
.jvd_grow_jty{
padding:1.625rem 0 0.625rem;
}
.jvd_row_seo_jty{
margin:0.625rem 0 0;
font-size:14px;
overflow-wrap:break-word;
max-width:47.5rem;
line-height:1.65;
color:#8A7560;
}
.jvd_row_seo_jty strong{
font-weight:700;
color:#F5EDDA;
}
.jvd_grow_jty{
padding:26px 0 10px;
}
.jvd_row_seo_jty{
margin:0.625rem 0 0;
color:#8A7560;
overflow-wrap:break-word;
max-width:760px;
line-height:1.65;
font-size:0.875rem;
}
.jvd_row_seo_jty strong{
color:#F5EDDA;
font-weight:700;
}
.jvd_grow_jty{
padding:26px 0 10px;
}
.jvd_row_seo_jty{
margin:0.625rem 0 0;
font-size:0.875rem;
color:#8A7560;
line-height:1.65;
overflow-wrap:break-word;
max-width:47.5rem;
}
.jvd_row_seo_jty strong{
font-weight:700;
color:#F5EDDA;
}
.jvd_pr_jty{
padding:1.875rem 0 0.375rem;
}
.jvd_pr_card_jty{
padding:1.625rem;
border:1px solid rgba(245,237,218,0.07);
border-radius:1.25rem;
overflow:hidden;
flex:0 0 auto;
background:#231C14;
gap:10px;
display:flex;
position:relative;
flex-direction:column;
width:17.5rem;
min-height:12.5rem;
}
@media(min-width:765px){
.jvd_pr_card_jty{
width:18.75rem;
}
}
.jvd_pr_card_feat_jty{
background:linear-gradient(150deg,#1C1509,#0A0806);
border-color:transparent;
color:#F5EDDA;
}
.jvd_pr_glow_jty{
border-radius:50%;
background:radial-gradient(circle,rgba(198,148,48,0.18),transparent 70%);
height:8.125rem;
right:-1.875rem;
width:8.125rem;
opacity:0;
position:absolute;
top:-30px;
pointer-events:none;
}
.jvd_pr_card_feat_jty .jvd_pr_glow_jty{
opacity:1;
}
.jvd_pr_label_jty{
text-transform:uppercase;
position:relative;
letter-spacing:.16em;
font-size:10px;
font-weight:700;
color:#C69430;
}
.jvd_pr_card_feat_jty .jvd_pr_label_jty{
color:#F0C040;
}
.jvd_pr_amount_jty{
overflow-wrap:break-word;
font-weight:600;
font-size:1.625rem;
line-height:1.08;
color:#F5EDDA;
position:relative;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
}
.jvd_pr_card_feat_jty .jvd_pr_amount_jty{
color:#F5EDDA;
}
.jvd_pr_amount_jty em{
color:#C69430;
font-style:normal;
}
.jvd_pr_card_feat_jty .jvd_pr_amount_jty em{
color:#F0C040;
}
.jvd_pr_terms_jty{
color:#A8957C;
font-size:13px;
position:relative;
line-height:1.5;
}
.jvd_pr_card_feat_jty .jvd_pr_terms_jty{
color:#A89070;
}
.jvd_pr_cta_jty{
position:relative;
align-self:flex-start;
margin-top:auto;
}
.jvd_pr_card_feat_jty .jvd_pr_cta_jty{
border-radius:999px;
background:#F0C040;
transition:opacity .22s ease;
padding:9px 18px;
font-size:13px;
font-weight:700;
color:#1A1008;
}
.jvd_pr_card_feat_jty .jvd_pr_cta_jty:hover{
opacity:.9;
}
.jvd_pr_card_jty:not(.jvd_pr_card_feat_jty) .jvd_pr_cta_jty{
transition:color .22s ease,border-color .22s ease;
padding-bottom:2px;
border-bottom:1px solid #F5EDDA;
font-size:0.813rem;
color:#F5EDDA;
font-weight:700;
}
.jvd_pr_card_jty:not(.jvd_pr_card_feat_jty) .jvd_pr_cta_jty:hover{
border-color:#C69430;
color:#C69430;
}
.jvd_nl_jty{
padding:1.5rem 0 0.625rem;
}
.jvd_nl_in_jty{
padding:1.875rem 2rem;
gap:22px;
background:#13100A;
border-radius:1.25rem;
flex-direction:column;
display:flex;
color:#F5EDDA;
}
@media(min-width:771px){
.jvd_nl_in_jty{
gap:1.75rem;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.jvd_nl_text_wrap_jty{
min-width:0;
}
.jvd_nl_h3_jty{
font-size:22px;
overflow-wrap:break-word;
font-weight:600;
color:#F5EDDA;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.1;
margin-bottom:0.313rem;
}
@media(min-width:771px){
.jvd_nl_h3_jty{
font-size:24px;
}
}
.jvd_nl_text_jty{
font-size:0.844rem;
line-height:1.5;
color:#A89070;
}
.jvd_nl_form_jty{
gap:0.625rem;
flex:1 1 auto;
min-width:0;
max-width:28.75rem;
display:flex;
}
.jvd_nl_input_jty{
border-radius:0.875rem;
border:1px solid rgba(255,220,140,0.14);
overflow:hidden;
background:rgba(255,235,180,0.07);
flex:1 1 auto;
padding:0.813rem 16px;
align-items:center;
display:flex;
font-size:0.875rem;
white-space:nowrap;
text-overflow:ellipsis;
color:#A89070;
min-width:0;
}
.jvd_nl_btn_jty{
background:#F0C040;
padding:13px 24px;
transition:opacity .22s ease;
flex:0 0 auto;
border-radius:14px;
font-size:14px;
color:#1A1008;
white-space:nowrap;
font-weight:700;
}
.jvd_nl_btn_jty:hover{
opacity:.9;
}
.jvd_vip_jty{
padding:48px 0;
}
@media(min-width:771px){
.jvd_vip_jty{
padding:4rem 0;
}
}
.jvd_vip_head_jty{
gap:14px;
flex-direction:column;
margin-bottom:30px;
display:flex;
}
@media(min-width:882px){
.jvd_vip_head_jty{
gap:1.5rem;
justify-content:space-between;
flex-direction:row;
align-items:flex-end;
}
}
.jvd_vip_eyebrow_jty{
margin-bottom:12px;
}
.jvd_vip_h2_jty{
line-height:1.05;
font-size:32px;
color:#F5EDDA;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:769px){
.jvd_vip_h2_jty{
font-size:40px;
}
}
.jvd_vip_intro_jty{
color:#A89070;
max-width:26.25rem;
line-height:1.6;
font-size:14px;
}
.jvd_vip_grid_jty{
gap:0.875rem;
grid-template-columns:repeat(auto-fit,minmax(9.375rem,1fr));
display:grid;
}
.jvd_vip_card_jty{
padding:22px 18px;
border-radius:14px;
border:1px solid rgba(255,220,140,0.14);
min-width:0;
}
.jvd_vip_card_feat_jty{
background:rgba(255,235,180,0.07);
border-color:#F0C040;
}
.jvd_vip_card_ic_jty{
background:linear-gradient(135deg,#B8841E,#F5C842);
border-radius:0.5rem;
height:34px;
display:block;
width:2.125rem;
margin-bottom:16px;
}
.jvd_vip_name_jty{
font-size:1.25rem;
overflow-wrap:break-word;
color:#F5EDDA;
font-weight:600;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.375rem;
}
.jvd_vip_perk_jty{
overflow-wrap:break-word;
font-size:12.5px;
color:#A89070;
line-height:1.5;
}
.jvd_app_jty{
padding:30px 0 0.625rem;
}
.jvd_app_in_jty{
border-radius:20px;
gap:28px;
border:1px solid rgba(245,237,218,0.07);
padding:32px;
background:#231C14;
display:flex;
flex-direction:column;
}
@media(min-width:769px){
.jvd_app_in_jty{
gap:2.5rem;
padding:2.5rem 44px;
justify-content:space-between;
flex-direction:row;
align-items:center;
}
}
.jvd_app_copy_jty{
min-width:0;
max-width:35rem;
}
.jvd_app_eyebrow_jty{
margin-bottom:12px;
}
.jvd_app_h2_jty{
margin-bottom:12px;
font-size:28px;
color:#F5EDDA;
font-weight:600;
overflow-wrap:break-word;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
}
@media(min-width:770px){
.jvd_app_h2_jty{
font-size:34px;
}
}
.jvd_app_text_jty{
color:#8A7560;
margin-bottom:22px;
line-height:1.6;
font-size:0.875rem;
}
.jvd_app_btns_jty{
gap:12px;
display:flex;
flex-wrap:wrap;
}
.jvd_app_btn_jty{
transition:background-color .22s ease;
background:#E8B030;
border-radius:14px;
padding:11px 20px;
gap:0.625rem;
align-items:center;
display:inline-flex;
color:#1A1008;
}
.jvd_app_btn_jty:hover{
background:#F5C240;
}
.jvd_app_btn_ic_jty{
display:inline-flex;
align-items:center;
}
.jvd_app_btn_ic_jty svg{
height:18px;
width:1.125rem;
}
.jvd_app_btn_lb_jty{
font-weight:700;
font-size:13.5px;
}
.jvd_app_qr_wrap_jty{
gap:1.125rem;
flex:0 0 auto;
display:flex;
align-items:center;
}
.jvd_app_qr_jty{
border-radius:14px;
flex:0 0 auto;
width:108px;
background-image:repeating-linear-gradient(0deg,#231C14 0 5px,transparent 5px 0.688rem),repeating-linear-gradient(90deg,#231C14 0 5px,transparent 5px 11px);
height:108px;
background-color:#E8B030;
}
.jvd_app_qr_cap_jty{
font-size:0.781rem;
line-height:1.4;
max-width:5.75rem;
color:#A8957C;
}
.jvd_sea_jty{
padding:1.5rem 0 10px;
}
.jvd_sea_in_jty{
border-radius:1.25rem;
gap:1.375rem;
overflow:hidden;
padding:2.25rem;
background:linear-gradient(115deg,#1C1509,#0A0806);
position:relative;
flex-direction:column;
color:#F5EDDA;
display:flex;
}
@media(min-width:822px){
.jvd_sea_in_jty{
gap:2rem;
padding:2.75rem 48px;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.jvd_sea_glow_jty{
border-radius:50%;
background:radial-gradient(circle,rgba(198,148,48,0.18),transparent 68%);
height:15rem;
position:absolute;
top:50%;
pointer-events:none;
width:240px;
right:3.75rem;
transform:translateY(-50%);
}
.jvd_sea_copy_jty{
min-width:0;
max-width:35rem;
position:relative;
}
.jvd_sea_eyebrow_jty{
margin-bottom:12px;
}
.jvd_sea_h2_jty{
font-size:1.875rem;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
color:#F5EDDA;
line-height:1.04;
margin-bottom:0.75rem;
font-weight:600;
overflow-wrap:break-word;
}
@media(min-width:770px){
.jvd_sea_h2_jty{
font-size:38px;
}
}
.jvd_sea_text_jty{
font-size:15px;
line-height:1.6;
color:#A89070;
}
.jvd_sea_cta_jty{
padding:16px 32px;
flex:0 0 auto;
background:#F0C040;
transition:opacity .22s ease;
border-radius:62.438rem;
color:#1A1008;
font-weight:700;
position:relative;
font-size:0.938rem;
}
.jvd_sea_cta_jty:hover{
opacity:.9;
}
.jvd_gm_jty{
padding:1.875rem 0 10px;
}
.jvd_gm_in_jty{
gap:1.125rem;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:881px){
.jvd_gm_in_jty{
grid-template-columns:1.25fr 1fr;
}
}
.jvd_gm_left_jty{
border-radius:1.25rem;
padding:32px;
background:#231C14;
border:1px solid rgba(245,237,218,0.07);
min-width:0;
}
.jvd_gm_eyebrow_jty{
margin-bottom:10px;
}
.jvd_gm_h2_jty{
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
color:#F5EDDA;
font-size:1.625rem;
margin-bottom:0.5rem;
overflow-wrap:break-word;
font-weight:600;
line-height:1.06;
}
@media(min-width:768px){
.jvd_gm_h2_jty{
font-size:1.75rem;
}
}
.jvd_gm_text_jty{
line-height:1.6;
font-size:14px;
color:#8A7560;
margin-bottom:22px;
max-width:30rem;
}
.jvd_gm_level_jty{
color:#C69430;
font-weight:700;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.375rem;
margin-bottom:0.5rem;
}
.jvd_gm_bar_jty{
border-radius:62.438rem;
background:rgba(245,237,218,0.13);
overflow:hidden;
height:8px;
margin-bottom:6px;
}
.jvd_gm_bar_fill_jty{
background:linear-gradient(90deg,#B8841E,#F5C842);
border-radius:62.438rem;
height:100%;
}
.jvd_gm_bar_meta_jty{
gap:0.625rem;
margin-bottom:1.125rem;
justify-content:space-between;
color:#A8957C;
display:flex;
font-size:0.688rem;
}
.jvd_gm_missions_jty{
gap:10px;
flex-wrap:wrap;
display:flex;
}
.jvd_gm_mission_jty{
padding:9px 0.938rem;
background:#1A1410;
border-radius:62.438rem;
gap:7px;
border:1px solid rgba(245,237,218,0.13);
font-size:12.5px;
color:#DDD0B8;
font-weight:600;
display:inline-flex;
align-items:center;
}
.jvd_gm_mission_ic_jty{
color:#C69430;
align-items:center;
display:inline-flex;
}
.jvd_gm_mission_ic_jty svg{
width:13px;
height:0.813rem;
}
.jvd_gm_right_jty{
border-radius:20px;
padding:32px;
overflow:hidden;
background:linear-gradient(150deg,#1C1509,#0A0806);
display:flex;
flex-direction:column;
position:relative;
color:#F5EDDA;
}
.jvd_gm_glow_jty{
border-radius:50%;
background:radial-gradient(circle,rgba(198,148,48,0.18),transparent 70%);
height:9.375rem;
width:9.375rem;
right:-1.875rem;
position:absolute;
top:-1.875rem;
pointer-events:none;
}
.jvd_gm_ref_eyebrow_jty{
position:relative;
margin-bottom:10px;
}
.jvd_gm_ref_h2_jty{
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
color:#F5EDDA;
position:relative;
font-weight:600;
font-size:26px;
overflow-wrap:break-word;
margin-bottom:8px;
line-height:1.1;
}
.jvd_gm_ref_text_jty{
color:#A89070;
line-height:1.55;
margin-bottom:1.25rem;
font-size:13.5px;
position:relative;
}
.jvd_gm_ref_cta_jty{
transition:opacity .22s ease;
background:#F0C040;
padding:11px 22px;
border-radius:999px;
color:#1A1008;
position:relative;
font-size:13.5px;
margin-top:auto;
align-self:flex-start;
font-weight:700;
}
.jvd_gm_ref_cta_jty:hover{
opacity:.9;
}
.jvd_et_jty{
padding:2.25rem 0 0.625rem;
}
.jvd_et_in_jty{
grid-template-columns:1fr;
gap:32px;
align-items:start;
display:grid;
}
@media(min-width:878px){
.jvd_et_in_jty{
gap:3rem;
grid-template-columns:1.1fr .9fr;
}
}
.jvd_et_left_jty{
min-width:0;
}
.jvd_et_eyebrow_jty{
margin-bottom:12px;
}
.jvd_et_h2_jty{
overflow-wrap:break-word;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.75rem;
font-weight:600;
color:#F5EDDA;
line-height:1.06;
margin-bottom:0.875rem;
}
@media(min-width:769px){
.jvd_et_h2_jty{
font-size:2rem;
}
}
.jvd_et_text_jty{
color:#8A7560;
line-height:1.65;
margin-bottom:1.375rem;
font-size:0.938rem;
}
.jvd_et_stats_jty{
gap:1.5rem;
display:flex;
flex-wrap:wrap;
}
.jvd_et_stat_jty{
min-width:0;
}
.jvd_et_stat_v_jty{
color:#F5EDDA;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
font-size:26px;
line-height:1;
}
.jvd_et_stat_l_jty{
color:#A8957C;
margin-top:0.25rem;
font-size:0.781rem;
}
.jvd_et_right_jty{
gap:12px;
display:flex;
flex-direction:column;
}
.jvd_et_member_jty{
padding:18px 1.25rem;
background:#231C14;
border-radius:0.875rem;
gap:1rem;
border:1px solid rgba(245,237,218,0.07);
display:flex;
align-items:center;
min-width:0;
}
.jvd_et_member_av_jty{
border-radius:50%;
flex:0 0 auto;
background:linear-gradient(135deg,#1C1509,#C69430);
width:48px;
height:3rem;
}
.jvd_et_member_name_jty{
font-size:0.938rem;
font-weight:700;
overflow-wrap:break-word;
color:#F5EDDA;
}
.jvd_et_member_role_jty{
overflow-wrap:break-word;
font-size:12.5px;
color:#A8957C;
}
.jvd_et_updated_jty{
gap:8px;
padding:14px 1.125rem;
border-radius:0.875rem;
border:1px solid rgba(245,237,218,0.07);
background:#1A1410;
display:flex;
font-size:12.5px;
color:#8A7560;
align-items:center;
}
.jvd_wy_jty{
padding:3rem 0;
}
@media(min-width:771px){
.jvd_wy_jty{
padding:3.5rem 0;
}
}
.jvd_wy_in_jty{
gap:32px;
grid-template-columns:1fr;
display:grid;
align-items:start;
}
@media(min-width:902px){
.jvd_wy_in_jty{
grid-template-columns:.8fr 1.2fr;
gap:48px;
}
}
.jvd_wy_left_jty{
min-width:0;
}
.jvd_wy_eyebrow_jty{
margin-bottom:14px;
}
.jvd_wy_h2_jty{
color:#F5EDDA;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
overflow-wrap:break-word;
font-size:2rem;
font-weight:600;
margin-bottom:16px;
}
@media(min-width:765px){
.jvd_wy_h2_jty{
font-size:2.5rem;
}
}
.jvd_wy_intro_jty{
color:#8A7560;
line-height:1.6;
font-size:15px;
}
.jvd_wy_grid_jty{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:561px){
.jvd_wy_grid_jty{
grid-template-columns:1fr 1fr;
}
}
.jvd_wy_card_jty{
background:#231C14;
padding:26px;
border-radius:14px;
border:1px solid rgba(245,237,218,0.07);
min-width:0;
}
.jvd_wy_card_ic_jty{
margin-bottom:16px;
color:#C69430;
display:inline-flex;
justify-content:center;
align-items:center;
}
.jvd_wy_card_ic_jty svg{
height:26px;
width:1.625rem;
}
.jvd_wy_card_h_jty{
font-size:1.313rem;
overflow-wrap:break-word;
color:#F5EDDA;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.15;
font-weight:600;
margin-bottom:0.5rem;
}
.jvd_wy_card_p_jty{
overflow-wrap:break-word;
line-height:1.55;
color:#8A7560;
font-size:0.875rem;
}
.jvd_ts_jty{
padding:2.75rem 0;
}
.jvd_ts_in_jty{
grid-template-columns:1fr;
gap:2rem;
display:grid;
align-items:center;
}
@media(min-width:878px){
.jvd_ts_in_jty{
gap:48px;
grid-template-columns:1.4fr 1fr;
}
}
.jvd_ts_left_jty{
min-width:0;
}
.jvd_ts_h2_jty{
color:#F5EDDA;
margin-bottom:12px;
line-height:1.1;
font-weight:600;
overflow-wrap:break-word;
font-size:1.625rem;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:770px){
.jvd_ts_h2_jty{
font-size:1.75rem;
}
}
.jvd_ts_text_jty{
font-size:0.906rem;
color:#A89070;
margin-bottom:1.375rem;
line-height:1.6;
max-width:520px;
}
.jvd_ts_badges_jty{
gap:18px;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.jvd_ts_badge_jty{
font-weight:600;
color:#A89070;
font-size:13px;
}
.jvd_ts_pay_jty{
gap:0.75rem;
display:flex;
flex-wrap:wrap;
}
@media(min-width:879px){
.jvd_ts_pay_jty{
justify-content:flex-end;
}
}
.jvd_ts_pay_chip_jty{
border-radius:14px;
background:rgba(255,235,180,0.07);
border:1px solid rgba(255,220,140,0.14);
padding:12px 16px;
font-weight:700;
font-size:14px;
color:#F5EDDA;
}
.jvd_rc_jty{
padding:48px 0 10px;
}
.jvd_rc_in_jty{
gap:32px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:759px){
.jvd_rc_in_jty{
gap:40px;
grid-template-columns:repeat(3,1fr);
}
}
.jvd_rc_col_jty{
min-width:0;
}
.jvd_rc_label_jty{
letter-spacing:.2em;
font-weight:600;
text-transform:uppercase;
color:#C69430;
font-size:11px;
margin-bottom:16px;
}
.jvd_rc_awards_jty{
gap:0.75rem;
display:flex;
flex-direction:column;
}
.jvd_rc_award_jty{
gap:12px;
display:flex;
align-items:center;
min-width:0;
}
.jvd_rc_award_ic_jty{
flex:0 0 auto;
color:#F0C040;
align-items:center;
display:inline-flex;
}
.jvd_rc_award_ic_jty svg{
width:18px;
height:1.125rem;
}
.jvd_rc_award_t_jty{
font-size:0.875rem;
font-weight:700;
color:#F5EDDA;
overflow-wrap:break-word;
}
.jvd_rc_award_s_jty{
overflow-wrap:break-word;
font-size:12px;
color:#A8957C;
}
.jvd_rc_press_jty{
gap:0.625rem;
grid-template-columns:1fr 1fr;
display:grid;
}
.jvd_rc_press_logo_jty{
overflow:hidden;
border:1px solid rgba(245,237,218,0.07);
padding:0 8px;
border-radius:8px;
height:52px;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
align-items:center;
justify-content:center;
color:#8A7560;
display:flex;
text-align:center;
white-space:nowrap;
font-size:14px;
text-overflow:ellipsis;
}
.jvd_rc_partner_jty{
background:#231C14;
border:1px solid rgba(245,237,218,0.07);
padding:22px;
border-radius:0.875rem;
}
.jvd_rc_partner_name_jty{
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
color:#F5EDDA;
overflow-wrap:break-word;
font-weight:600;
margin-bottom:0.375rem;
font-size:20px;
}
.jvd_rc_partner_text_jty{
font-size:0.813rem;
overflow-wrap:break-word;
color:#8A7560;
line-height:1.55;
}
.jvd_prov_jty{
padding:2.5rem 0 1.25rem;
}
.jvd_prov_eyebrow_jty{
margin-bottom:1.125rem;
display:block;
}
.jvd_prov_grid_jty{
grid-template-columns:repeat(2,1fr);
gap:12px;
display:grid;
}
@media(min-width:559px){
.jvd_prov_grid_jty{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:901px){
.jvd_prov_grid_jty{
grid-template-columns:repeat(6,1fr);
}
}
.jvd_hts_jty{
padding:48px 0;
}
@media(min-width:768px){
.jvd_hts_jty{
padding:3.875rem 0;
}
}
.jvd_hts_head_jty{
gap:1.125rem;
display:flex;
margin-bottom:2.125rem;
flex-direction:column;
}
@media(min-width:771px){
.jvd_hts_head_jty{
gap:1.5rem;
align-items:flex-end;
flex-direction:row;
justify-content:space-between;
}
}
.jvd_hts_eyebrow_jty{
margin-bottom:0.75rem;
}
.jvd_hts_h2_jty{
line-height:1.05;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.875rem;
color:#F5EDDA;
overflow-wrap:break-word;
font-weight:600;
}
@media(min-width:769px){
.jvd_hts_h2_jty{
font-size:2.375rem;
}
}
.jvd_hts_cta_jty{
flex:0 0 auto;
transition:opacity .22s ease;
padding:15px 30px;
background:#F0C040;
border-radius:999px;
font-size:0.938rem;
font-weight:700;
color:#1A1008;
}
.jvd_hts_cta_jty:hover{
opacity:.9;
}
.jvd_hts_grid_jty{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:760px){
.jvd_hts_grid_jty{
grid-template-columns:repeat(3,1fr);
}
}
.jvd_hts_step_jty{
border-top:1px solid rgba(255,220,140,0.14);
padding-top:22px;
min-width:0;
}
.jvd_hts_step_num_jty{
font-size:44px;
line-height:1;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
margin-bottom:0.875rem;
font-weight:700;
color:#F0C040;
}
.jvd_hts_step_h_jty{
line-height:1.2;
font-size:19px;
color:#F5EDDA;
overflow-wrap:break-word;
margin-bottom:0.5rem;
font-weight:700;
}
.jvd_hts_step_p_jty{
color:#A89070;
overflow-wrap:break-word;
font-size:0.875rem;
line-height:1.55;
}
.jvd_tt_jty{
padding:48px 0 0.625rem;
}
@media(min-width:768px){
.jvd_tt_jty{
padding:60px 0 0.625rem;
}
}
.jvd_tt_head_jty{
margin-bottom:2.125rem;
text-align:center;
}
.jvd_tt_eyebrow_jty{
margin-bottom:0.75rem;
}
.jvd_tt_h2_jty{
line-height:1.05;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
color:#F5EDDA;
overflow-wrap:break-word;
font-weight:600;
font-size:32px;
}
@media(min-width:767px){
.jvd_tt_h2_jty{
font-size:42px;
}
}
.jvd_tt_grid_jty{
grid-template-columns:1fr;
gap:18px;
display:grid;
}
@media(min-width:762px){
.jvd_tt_grid_jty{
grid-template-columns:repeat(3,1fr);
}
}
.jvd_tt_card_jty{
background:#231C14;
padding:30px;
border-radius:0.875rem;
border:1px solid rgba(245,237,218,0.07);
display:flex;
min-width:0;
flex-direction:column;
}
.jvd_tt_card_ic_jty{
color:#C69430;
display:inline-flex;
align-items:center;
margin-bottom:1.125rem;
}
.jvd_tt_card_ic_jty svg{
height:28px;
width:28px;
}
.jvd_tt_card_h_jty{
margin-bottom:8px;
color:#F5EDDA;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
line-height:1.15;
font-size:1.375rem;
overflow-wrap:break-word;
}
.jvd_tt_card_p_jty{
font-size:0.875rem;
color:#8A7560;
margin-bottom:0.875rem;
overflow-wrap:break-word;
line-height:1.6;
}
.jvd_tt_card_p_jty b{
font-weight:700;
color:#F5EDDA;
}
.jvd_tt_card_link_jty{
transition:color .22s ease;
border-bottom:1px solid #C69430;
margin-top:auto;
font-size:13px;
align-self:flex-start;
padding-bottom:2px;
color:#F5EDDA;
font-weight:700;
}
.jvd_tt_card_link_jty:hover{
color:#C69430;
}
.jvd_sg_jty{
padding:3rem 0 0.625rem;
}
.jvd_sg_eyebrow_jty{
margin-bottom:0.75rem;
display:block;
}
.jvd_sg_h2_jty{
font-weight:600;
color:#F5EDDA;
font-size:30px;
line-height:1.05;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
margin-bottom:1.75rem;
}
@media(min-width:771px){
.jvd_sg_h2_jty{
font-size:2.25rem;
}
}
.jvd_sg_grid_jty{
gap:24px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:721px){
.jvd_sg_grid_jty{
grid-template-columns:repeat(3,1fr);
}
}
.jvd_sg_col_jty{
min-width:0;
}
.jvd_sg_col_h_jty{
line-height:1.15;
margin-bottom:10px;
overflow-wrap:break-word;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
color:#F5EDDA;
font-weight:600;
font-size:1.375rem;
}
.jvd_sg_col_p_jty{
color:#8A7560;
font-size:14px;
line-height:1.65;
overflow-wrap:break-word;
}
.jvd_faq_jty{
background:#231C14;
padding:3rem 0;
margin-top:24px;
border-bottom:1px solid rgba(245,237,218,0.07);
border-top:1px solid rgba(245,237,218,0.07);
}
@media(min-width:768px){
.jvd_faq_jty{
padding:62px 0;
}
}
.jvd_faq_head_jty{
text-align:center;
margin-bottom:34px;
}
.jvd_faq_eyebrow_jty{
margin-bottom:0.75rem;
}
.jvd_faq_h2_jty{
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
color:#F5EDDA;
line-height:1.05;
font-weight:600;
overflow-wrap:break-word;
font-size:2rem;
}
@media(min-width:770px){
.jvd_faq_h2_jty{
font-size:38px;
}
}
.jvd_faq_list_jty{
gap:0.75rem;
margin:0 auto;
display:flex;
flex-direction:column;
max-width:51.25rem;
}
.jvd_faq_item_jty{
background:#1A1410;
overflow:hidden;
border:1px solid rgba(245,237,218,0.07);
border-radius:14px;
}
.jvd_faq_q_jty{
padding:1.25rem 1.5rem;
gap:20px;
list-style:none;
overflow-wrap:break-word;
display:flex;
color:#F5EDDA;
cursor:pointer;
font-weight:700;
font-size:16px;
justify-content:space-between;
align-items:center;
}
.jvd_faq_q_jty::-webkit-details-marker{
display:none;
}
.jvd_faq_q_ic_jty{
transition:transform .22s ease;
flex:0 0 auto;
color:#C69430;
align-items:center;
display:inline-flex;
}
.jvd_faq_q_ic_jty svg{
width:18px;
height:1.125rem;
}
.jvd_faq_item_jty[open] .jvd_faq_q_ic_jty{
transform:rotate(180deg);
}
.jvd_faq_a_jty{
padding:0 24px 20px;
line-height:1.6;
color:#8A7560;
overflow-wrap:break-word;
font-size:14.5px;
}
.jvd_el_jty{
padding:3rem 0;
}
@media(min-width:770px){
.jvd_el_jty{
padding:56px 0;
}
}
.jvd_el_in_jty{
grid-template-columns:1fr;
gap:2.5rem;
align-items:start;
display:grid;
}
@media(min-width:897px){
.jvd_el_in_jty{
gap:56px;
grid-template-columns:1fr 1fr;
}
}
.jvd_el_left_jty{
min-width:0;
}
.jvd_el_eyebrow_jty{
margin-bottom:0.875rem;
}
.jvd_el_h2_jty{
line-height:1.08;
margin-bottom:22px;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-size:32px;
font-weight:600;
color:#F5EDDA;
overflow-wrap:break-word;
}
@media(min-width:765px){
.jvd_el_h2_jty{
font-size:38px;
}
}
.jvd_el_body_jty p{
margin-bottom:18px;
color:#DDD0B8;
font-size:16px;
overflow-wrap:break-word;
line-height:1.7;
}
.jvd_el_dropcap_jty{
padding:6px 12px 0 0;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
line-height:.8;
font-weight:700;
font-size:62px;
color:#C69430;
float:left;
}
.jvd_el_right_jty{
min-width:0;
}
.jvd_el_quote_jty{
background:linear-gradient(150deg,#1C1509,#0A0806);
padding:36px;
border-radius:20px;
position:relative;
color:#F5EDDA;
margin-bottom:24px;
}
.jvd_el_quote_mark_jty{
color:#F0C040;
align-items:center;
display:inline-flex;
margin-bottom:0.375rem;
}
.jvd_el_quote_mark_jty svg{
width:2.125rem;
height:2.125rem;
}
.jvd_el_quote_text_jty{
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-size:22px;
overflow-wrap:break-word;
margin-bottom:22px;
color:#F5EDDA;
font-weight:500;
line-height:1.4;
}
.jvd_el_quote_meta_jty{
gap:12px;
display:flex;
align-items:center;
}
.jvd_el_quote_av_jty{
background:linear-gradient(135deg,#B8841E,#F5C842);
flex:0 0 auto;
border-radius:50%;
width:38px;
height:2.375rem;
}
.jvd_el_quote_author_jty{
font-size:0.875rem;
color:#F5EDDA;
font-weight:700;
}
.jvd_el_quote_meta_sub_jty{
color:#A89070;
font-size:12px;
}
.jvd_el_explain_jty{
border:1px solid rgba(245,237,218,0.07);
border-radius:0.875rem;
overflow:hidden;
}
.jvd_el_explain_card_jty{
padding:22px 1.5rem;
}
.jvd_el_explain_card_jty+.jvd_el_explain_card_jty{
border-top:1px solid rgba(245,237,218,0.07);
}
.jvd_el_explain_h_jty{
color:#F5EDDA;
font-weight:600;
line-height:1.15;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-size:1.25rem;
margin-bottom:0.5rem;
overflow-wrap:break-word;
}
.jvd_el_explain_p_jty{
color:#8A7560;
overflow-wrap:break-word;
line-height:1.55;
font-size:14px;
}
.jvd_gd_jty{
padding:3rem 0 10px;
}
.jvd_gd_head_jty{
gap:14px;
margin-bottom:24px;
flex-direction:column;
display:flex;
}
@media(min-width:681px){
.jvd_gd_head_jty{
gap:20px;
align-items:flex-end;
justify-content:space-between;
flex-direction:row;
}
}
.jvd_gd_eyebrow_jty{
margin-bottom:10px;
}
.jvd_gd_h2_jty{
font-size:28px;
color:#F5EDDA;
font-weight:600;
overflow-wrap:break-word;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
}
@media(min-width:769px){
.jvd_gd_h2_jty{
font-size:2.125rem;
}
}
.jvd_gd_more_jty{
flex:0 0 auto;
transition:color .22s ease,border-color .22s ease;
font-size:0.844rem;
font-weight:600;
color:#F5EDDA;
padding-bottom:2px;
border-bottom:1px solid #F5EDDA;
}
.jvd_gd_more_jty:hover{
border-color:#C69430;
color:#C69430;
}
.jvd_gd_grid_jty{
grid-template-columns:1fr;
gap:20px;
display:grid;
}
@media(min-width:722px){
.jvd_gd_grid_jty{
grid-template-columns:repeat(3,1fr);
}
}
.jvd_gd_card_jty{
background:#231C14;
overflow:hidden;
border:1px solid rgba(245,237,218,0.07);
border-radius:14px;
display:block;
min-width:0;
}
.jvd_gd_card_img_jty{
background:linear-gradient(140deg,#1C1509,#C69430);
height:9.375rem;
}
.jvd_gd_card_body_jty{
padding:22px;
}
.jvd_gd_card_cat_jty{
font-weight:600;
font-size:0.625rem;
color:#C69430;
letter-spacing:.1em;
text-transform:uppercase;
}
.jvd_gd_card_h_jty{
margin:0.5rem 0 10px;
font-weight:600;
line-height:1.2;
font-size:19px;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
color:#F5EDDA;
overflow-wrap:break-word;
}
.jvd_gd_card_meta_jty{
overflow-wrap:break-word;
color:#A8957C;
font-size:0.75rem;
}
.jvd_sc_jty{
padding:48px 0 10px;
}
.jvd_sc_head_jty{
text-align:center;
margin-bottom:28px;
}
.jvd_sc_eyebrow_jty{
margin-bottom:0.75rem;
}
.jvd_sc_h2_jty{
font-size:30px;
overflow-wrap:break-word;
color:#F5EDDA;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
line-height:1.05;
font-weight:600;
}
@media(min-width:771px){
.jvd_sc_h2_jty{
font-size:36px;
}
}
.jvd_sc_table_jty{
overflow:hidden;
border-radius:0.875rem;
border:1px solid rgba(245,237,218,0.07);
margin:0 auto;
max-width:900px;
}
.jvd_sc_thead_jty{
background:#100D09;
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
}
.jvd_sc_th_jty{
padding:0.938rem 1.125rem;
font-size:13px;
overflow-wrap:break-word;
color:#A89070;
font-weight:700;
text-align:center;
}
.jvd_sc_th_jty:first-child{
text-align:left;
}
.jvd_sc_th_us_jty{
color:#F0C040;
}
.jvd_sc_row_jty{
grid-template-columns:1.6fr 1fr 1fr;
border-top:1px solid rgba(245,237,218,0.07);
display:grid;
}
.jvd_sc_row_jty:nth-child(even){
background:#231C14;
}
.jvd_sc_td_jty{
padding:0.938rem 18px;
min-width:0;
color:#A8957C;
text-align:center;
font-size:0.875rem;
overflow-wrap:break-word;
}
.jvd_sc_td_jty:first-child{
text-align:left;
color:#DDD0B8;
font-weight:600;
}
.jvd_sc_td_us_jty{
font-weight:700;
color:#4CAF7D;
}
.jvd_lh_jty{
padding:2.5rem 0 1.25rem;
}
.jvd_lh_in_jty{
border-top:1px solid rgba(245,237,218,0.13);
padding-top:2.125rem;
}
.jvd_lh_eyebrow_jty{
margin-bottom:1.375rem;
display:block;
}
.jvd_lh_grid_jty{
grid-template-columns:1fr 1fr;
gap:28px;
display:grid;
}
@media(min-width:599px){
.jvd_lh_grid_jty{
grid-template-columns:repeat(3,1fr);
}
}
@media(min-width:959px){
.jvd_lh_grid_jty{
grid-template-columns:repeat(5,1fr);
}
}
.jvd_lh_col_jty{
min-width:0;
}
.jvd_lh_col_h_jty{
font-size:13px;
overflow-wrap:break-word;
font-weight:700;
color:#F5EDDA;
margin-bottom:0.75rem;
}
.jvd_lh_links_jty{
gap:0.5rem;
flex-direction:column;
display:flex;
}
.jvd_lh_link_jty{
transition:color .22s ease;
overflow-wrap:break-word;
font-size:0.813rem;
color:#8A7560;
}
.jvd_lh_link_jty:hover{
color:#C69430;
}
.jvd_sb_jty{
background:#231C14;
padding:3rem 0;
margin-top:24px;
border-top:1px solid rgba(245,237,218,0.07);
border-bottom:1px solid rgba(245,237,218,0.07);
}
@media(min-width:769px){
.jvd_sb_jty{
padding:56px 0;
}
}
.jvd_sb_eyebrow_jty{
display:block;
margin-bottom:0.75rem;
}
.jvd_sb_h2_jty{
font-weight:600;
line-height:1.05;
font-size:30px;
margin-bottom:26px;
color:#F5EDDA;
overflow-wrap:break-word;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
}
@media(min-width:769px){
.jvd_sb_h2_jty{
font-size:2.25rem;
}
}
.jvd_sb_grid_jty{
gap:16px;
grid-template-columns:1fr;
display:grid;
}
@media(min-width:557px){
.jvd_sb_grid_jty{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:962px){
.jvd_sb_grid_jty{
grid-template-columns:repeat(4,1fr);
}
}
.jvd_sb_card_jty{
padding:1.5rem;
background:#1A1410;
border-radius:14px;
border:1px solid rgba(245,237,218,0.07);
min-width:0;
}
.jvd_sb_card_h_jty{
color:#F5EDDA;
margin-bottom:8px;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-weight:600;
font-size:19px;
overflow-wrap:break-word;
line-height:1.15;
}
.jvd_sb_card_p_jty{
color:#8A7560;
line-height:1.6;
font-size:13.5px;
overflow-wrap:break-word;
}
.jvd_sb_rtp_jty{
padding:1.625rem 1.75rem;
background:#1A1410;
border:1px solid rgba(245,237,218,0.07);
gap:1.5rem;
border-radius:14px;
grid-template-columns:1fr;
display:grid;
margin-top:18px;
align-items:center;
}
@media(min-width:760px){
.jvd_sb_rtp_jty{
grid-template-columns:1fr 1fr;
gap:2.5rem;
}
}
.jvd_sb_rtp_h_jty{
font-size:1.25rem;
color:#F5EDDA;
line-height:1.15;
margin-bottom:0.5rem;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
overflow-wrap:break-word;
font-weight:600;
}
.jvd_sb_rtp_p_jty{
color:#8A7560;
font-size:0.844rem;
overflow-wrap:break-word;
line-height:1.6;
}
.jvd_sb_rtp_stats_jty{
gap:16px;
display:flex;
}
.jvd_sb_stat_jty{
padding:1.125rem;
border-radius:8px;
background:#231C14;
flex:1 1 0;
text-align:center;
min-width:0;
}
.jvd_sb_stat_v_jty{
overflow-wrap:break-word;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
font-weight:700;
font-size:26px;
color:#4CAF7D;
}
.jvd_sb_stat_l_jty{
font-size:0.719rem;
color:#A8957C;
margin-top:4px;
}
.jvd_ft_jty{
background:#100D09;
color:#A89070;
margin-top:2.5rem;
}
.jvd_ft_in_jty{
grid-template-columns:1fr;
padding:3rem 0 28px;
gap:32px;
display:grid;
}
@media(min-width:600px){
.jvd_ft_in_jty{
grid-template-columns:1fr 1fr;
}
}
@media(min-width:901px){
.jvd_ft_in_jty{
grid-template-columns:1.4fr 1fr 1fr 1fr;
}
}
.jvd_ft_brand_jty{
min-width:0;
}
.jvd_ft_logo_jty{
overflow-wrap:break-word;
color:#F5EDDA;
font-size:26px;
font-weight:700;
font-family:"Merriweather", Cambria, Georgia, 'Times New Roman', serif;
}
.jvd_ft_tagline_jty{
line-height:1.6;
color:#A89070;
font-size:0.844rem;
margin-top:14px;
max-width:17.5rem;
}
.jvd_ft_contact_jty{
transition:color .22s ease;
overflow-wrap:anywhere;
max-width:17.5rem;
display:inline-block;
color:#F0C040;
font-size:0.813rem;
margin-top:0.75rem;
}
.jvd_ft_contact_jty:hover{
color:#F5EDDA;
}
.jvd_ft_col_jty{
min-width:0;
}
.jvd_ft_col_h_jty{
font-size:13px;
text-transform:uppercase;
overflow-wrap:break-word;
margin-bottom:0.875rem;
font-weight:700;
color:#F5EDDA;
letter-spacing:.08em;
}
.jvd_ft_col_links_jty{
gap:10px;
flex-direction:column;
display:flex;
}
.jvd_ft_link_jty{
transition:color .22s ease;
color:#A89070;
overflow-wrap:break-word;
font-size:0.844rem;
}
.jvd_ft_link_jty:hover{
color:#F5EDDA;
}
.jvd_ft_bot_jty{
padding:1.375rem 0 2.5rem;
gap:16px;
display:flex;
border-top:1px solid rgba(255,220,140,0.14);
flex-direction:column;
}
@media(min-width:767px){
.jvd_ft_bot_jty{
gap:20px;
align-items:center;
flex-direction:row;
justify-content:space-between;
}
}
.jvd_ft_legal_jty{
overflow-wrap:break-word;
color:#5E5043;
line-height:1.6;
max-width:47.5rem;
font-size:0.719rem;
}
.jvd_ft_legal_jty b{
color:#A89070;
font-weight:700;
}
.jvd_ft_age_jty{
flex:0 0 auto;
padding:0.25rem 9px;
border-radius:8px;
border:1.5px solid #F0C040;
font-weight:700;
color:#F0C040;
font-size:0.813rem;
}