*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#FFF8EE;
line-height:1.55;
font-family:"Work Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
-webkit-font-smoothing:antialiased;
color:#3D2E14;
overflow-wrap:break-word;
font-size:15px;
text-rendering:optimizeLegibility;
}
img{
max-width:100%;
display:block;
}
a{
text-decoration:none;
color:inherit;
}
button{
background:none;
border:none;
cursor:pointer;
font-family:inherit;
}
input{
font-family:inherit;
}
svg{
display:block;
}
h1,h2,h3,h4{
overflow-wrap:anywhere;
}
::-webkit-scrollbar{
width:8px;
height:0.5rem;
}
::-webkit-scrollbar-thumb{
border-radius:8px;
background:rgba(20, 10, 0, 0.68);
}
::-webkit-scrollbar-track{
background:transparent;
}
.vds-shell-gcm{
grid-template-columns:15.5rem 1fr;
min-height:100vh;
display:grid;
}
.vds-main-gcm{
min-width:0;
}
.vds-wrap-gcm{
margin:0 auto;
max-width:86.25rem;
width:100%;
}
.vds-container-gcm{
padding:0 16px;
margin:0 auto;
max-width:1380px;
width:100%;
}
@media(min-width:770px){
.vds-container-gcm{
padding:0 1.75rem;
}
}
.vds-section-gcm{
padding:24px 1.75rem;
}
.vds-section_pt-gcm{
padding-top:34px;
}
.vds-band_soft-gcm{
background:#FFFFFF;
}
.vds-eyebrow-gcm{
color:#B8720A;
letter-spacing:.14em;
display:inline-block;
font-family:"Work Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
text-transform:uppercase;
line-height:1.4;
overflow-wrap:break-word;
font-size:0.656rem;
font-weight:600;
}
.vds-drawer_cb-gcm{
display:none;
}
.vds-overlay-gcm{
display:none;
}
@media(max-width:1024px){
.vds-shell-gcm{
grid-template-columns:1fr;
}
.vds-main-gcm{
padding-bottom:78px;
}
.vds-drawer_cb-gcm:checked~.vds-overlay-gcm{
inset:0;
background:rgba(20, 10, 0, 0.68);
display:block;
position:fixed;
z-index:70;
}
}
@media(max-width:561px){
.vds-section-gcm{
padding:18px 1rem;
}
.vds-section_pt-gcm{
padding-top:24px;
}
}
@keyframes zm3-pulse{
0%,100%{
opacity:.55}
50%{
opacity:1}
}
@keyframes zm3-marquee{
0%{
transform:translateX(0)}
100%{
transform:translateX(-50%)}
}
/* ---------- sidebar ---------- */
.vds-side-gcm{
background:#FEF4E6;
gap:1.375rem;
padding:22px 1.125rem;
display:flex;
height:100vh;
flex-direction:column;
align-self:start;
position:sticky;
overflow-y:auto;
top:0;
border-right:1px solid rgba(26, 18, 8, 0.08);
}
.vds-brand-gcm{
gap:0.625rem;
display:flex;
align-items:center;
}
.vds-logo-gcm{
color:#1A1208;
font-size:1.313rem;
letter-spacing:-.02em;
font-weight:700;
font-family:"Figtree", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.vds-side_cta-gcm{
padding:16px;
background:rgba(184, 114, 10, 0.11);
border-radius:12px;
border:1px solid rgba(26, 18, 8, 0.12);
}
.vds-side_cta_h-gcm{
color:#1A1208;
margin-bottom:0.375rem;
line-height:1.15;
font-family:"Figtree", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
font-size:1.063rem;
}
.vds-side_cta_p-gcm{
margin-bottom:12px;
font-size:12px;
line-height:1.45;
color:#3D2E14;
}
.vds-nav-gcm{
gap:3px;
display:flex;
flex-direction:column;
}
.vds-nav_label-gcm{
padding:6px 10px;
letter-spacing:.14em;
font-size:9.5px;
color:#A8906A;
text-transform:uppercase;
font-family:"Martian Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.vds-nav_item-gcm{
border-radius:0.5rem;
gap:0.688rem;
padding:0.625rem;
align-items:center;
font-weight:500;
font-size:14px;
display:flex;
color:#3D2E14;
}
.vds-nav_item-gcm svg{
height:1.063rem;
width:1.063rem;
}
.vds-nav_item-gcm:hover{
background:rgba(184, 114, 10, 0.11);
color:#1A1208;
}
.vds-nav_item_on-gcm{
background:rgba(184, 114, 10, 0.11);
color:#B8720A;
font-weight:600;
}
.vds-side_foot-gcm{
border-radius:12px;
border:1px solid rgba(26, 18, 8, 0.12);
padding:12px;
background:#FFFFFF;
margin-top:auto;
}
.vds-side_foot-gcm p{
line-height:1.4;
color:#3D2E14;
margin-top:0.25rem;
font-size:0.781rem;
}
/* ---------- topbar ---------- */
.vds-top-gcm{
gap:1rem;
background:#FEF4E6;
padding:0.875rem 1.75rem;
align-items:center;
top:0;
position:sticky;
display:flex;
z-index:40;
border-bottom:1px solid rgba(26, 18, 8, 0.08);
}
.vds-top_brand-gcm{
gap:9px;
display:none;
align-items:center;
}
.vds-search-gcm{
border-radius:0.75rem;
background:#FFFFFF;
border:1px solid rgba(26, 18, 8, 0.12);
gap:0.625rem;
padding:11px 14px;
flex:1;
display:flex;
max-width:27.5rem;
color:#7A6040;
align-items:center;
font-size:13.5px;
}
.vds-search-gcm svg{
flex:none;
height:1rem;
width:1rem;
}
.vds-top_actions-gcm{
gap:12px;
margin-left:auto;
align-items:center;
display:flex;
}
.vds-lang-gcm{
font-family:"Martian Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:12px;
color:#3D2E14;
}
.vds-burger-gcm{
border-radius:0.5rem;
background:#FFFFFF;
border:1px solid rgba(26, 18, 8, 0.12);
display:none;
height:2.5rem;
width:2.5rem;
color:#1A1208;
align-items:center;
justify-content:center;
}
/* ---------- bottom-nav (mobile) ---------- */
.vds-botnav-gcm{
display:none;
}
@media(max-width:1026px){
.vds-side-gcm{
transition:transform .25s ease;
z-index:80;
left:0;
width:17.5rem;
transform:translateX(-100%);
top:0;
height:100vh;
position:fixed;
}
.vds-drawer_cb-gcm:checked~.vds-shell-gcm .vds-side-gcm{
transform:translateX(0);
}
.vds-top-gcm{
gap:0.75rem;
padding:14px 16px;
position:static;
flex-wrap:wrap;
}
.vds-top_brand-gcm{
display:flex;
}
.vds-search-gcm{
display:none;
}
.vds-burger-gcm{
display:flex;
}
.vds-top_actions-gcm{
gap:0.625rem;
margin-left:0;
width:100%;
align-items:stretch;
}
.vds-top_actions-gcm .vds-lang-gcm{
display:none;
}
.vds-top_actions-gcm .vds-btn-gcm{
flex:1;
padding:0.688rem 10px;
text-align:center;
}
.vds-botnav-gcm{
background:#FEF4E6;
grid-template-columns:repeat(3,1fr);
padding:8px 0.375rem calc(8px + env(safe-area-inset-bottom));
bottom:0;
z-index:65;
left:0;
border-top:1px solid rgba(26, 18, 8, 0.12);
transform:translateZ(0);
position:fixed;
display:grid;
right:0;
}
.vds-bn-gcm{
padding:6px 2px 0;
gap:0.25rem;
display:flex;
font-size:10px;
color:#3D2E14;
justify-content:flex-end;
min-width:0;
font-weight:600;
align-items:center;
flex-direction:column;
}
.vds-bn-gcm svg{
flex:none;
height:22px;
width:1.375rem;
}
.vds-bn-gcm span{
overflow:hidden;
max-width:100%;
text-overflow:ellipsis;
white-space:nowrap;
text-align:center;
}
.vds-bn_on-gcm{
color:#B8720A;
}
.vds-bn_center-gcm{
position:relative;
}
.vds-bn_fab-gcm{
background:#FFB820;
border-radius:50%;
color:#1A1208;
top:-20px;
width:3.125rem;
transform:translateX(-50%);
left:50%;
display:flex;
position:absolute;
justify-content:center;
height:3.125rem;
align-items:center;
box-shadow:0 8px 2rem rgba(26, 18, 8, 0.14), 0 2px 0.5rem rgba(26, 18, 8, 0.10);
}
.vds-bn_fab-gcm svg{
height:24px;
width:24px;
}
.vds-bn_center-gcm span{
color:#B8720A;
}
}
.vds-btn-gcm{
gap:0.5rem;
transition:background-color 0.2s ease,color 0.2s ease;
padding:0.688rem 1.375rem;
border-radius:0.5rem;
font-family:"Work Sans", ui-sans-serif, system-ui, 'Segoe UI', sans-serif;
font-weight:700;
justify-content:center;
cursor:pointer;
font-size:14px;
display:inline-flex;
align-items:center;
}
.vds-btn_pri-gcm{
background:#FFB820;
box-shadow:0 4px 18px rgba(255, 184, 32, 0.45), 0 2px 0.375rem rgba(255, 184, 32, 0.28);
color:#1A1208;
}
.vds-btn_pri-gcm:hover{
background:#E5A010;
}
.vds-btn_ghost-gcm{
background:rgba(184, 114, 10, 0.11);
color:#1A1208;
font-weight:600;
}
.vds-btn_line-gcm{
border:1px solid rgba(26, 18, 8, 0.22);
background:transparent;
font-weight:600;
color:#1A1208;
}
.vds-btn_lg-gcm{
border-radius:12px;
padding:16px 1.875rem;
font-size:0.938rem;
}
.vds-band-gcm .vds-btn_line-gcm{
border-color:rgba(255, 255, 255, 0.13);
color:#FFF8EE;
}
.vds-band-gcm .vds-btn_ghost-gcm{
background:rgba(255, 255, 255, 0.08);
color:#FFF8EE;
}
.vds-link_m-gcm{
gap:0.313rem;
color:#B8720A;
cursor:pointer;
font-family:"Martian Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
align-items:center;
display:inline-flex;
text-decoration:none;
font-size:12px;
}
.vds-link_m-gcm svg{
height:0.875rem;
width:14px;
}
.vds-band-gcm .vds-link_m-gcm{
color:#FFB820;
}
.vds-dot-gcm{
border-radius:50%;
flex:none;
background:#B8720A;
width:0.438rem;
height:7px;
}
.vds-dot_live-gcm{
animation:zm3-pulse 1.4s infinite;
background:#D93025;
}
.vds-stars-gcm{
gap:2px;
color:#B8720A;
display:inline-flex;
}
.vds-stars-gcm svg{
height:0.938rem;
width:15px;
}
.vds-chip-gcm{
gap:6px;
background:#FFFFFF;
padding:0.438rem 12px;
border-radius:8px;
border:1px solid rgba(26, 18, 8, 0.12);
font-family:"Martian Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:11px;
display:inline-flex;
align-items:center;
color:#3D2E14;
}
.vds-chip_on-gcm{
border-color:transparent;
background:rgba(184, 114, 10, 0.11);
color:#B8720A;
}
.vds-gc-gcm{
min-width:0;
cursor:pointer;
display:block;
color:inherit;
text-decoration:none;
}
.vds-gc_thumb-gcm{
overflow:hidden;
border:1px solid rgba(26, 18, 8, 0.12);
border-radius:0.75rem;
background-position:center;
position:relative;
aspect-ratio:1;
background-size:cover;
display:block;
}
.vds-gc_thumb_portrait-gcm{
aspect-ratio:3/4;
}
.vds-gc_thumb_wide-gcm{
aspect-ratio:16/11;
}
.vds-gc_cap-gcm{
background:linear-gradient(transparent,rgba(20, 10, 0, 0.68));
padding:0.563rem;
left:0;
right:0;
bottom:0;
position:absolute;
}
.vds-gc_name-gcm{
display:block;
color:#FFF8EE;
font-weight:700;
font-size:0.781rem;
}
.vds-gc_meta-gcm{
font-size:0.688rem;
color:#C8B08A;
}
.vds-gc_badge-gcm{
background:#B8720A;
padding:2px 0.375rem;
border-radius:8px;
position:absolute;
font-weight:700;
font-family:"Martian Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:8px;
right:8px;
top:8px;
color:#1A1208;
}
.vds-gc_badge_hot-gcm{
background:#D93025;
color:#FFF8EE;
}
.vds-gc_badge_live-gcm{
background:#D93025;
right:auto;
color:#FFF8EE;
left:8px;
}
.vds-gc_mult-gcm{
inset:0;
font-weight:700;
color:#B8720A;
position:absolute;
align-items:center;
justify-content:center;
font-size:1.75rem;
display:flex;
}
.vds-pc-gcm{
border:1px solid rgba(26, 18, 8, 0.12);
background:#FFFFFF;
border-radius:0.75rem;
font-weight:700;
height:64px;
justify-content:center;
display:flex;
color:#3D2E14;
align-items:center;
font-size:0.875rem;
}
.vds-rail-gcm{
min-width:0;
}
.vds-rail_scroll-gcm{
gap:0.875rem;
display:grid;
}
.vds-rail_scroll-gcm>*{
min-width:0;
}
.vds-g6-gcm{
grid-template-columns:repeat(6,1fr);
}
.vds-g7-gcm{
grid-template-columns:repeat(7,1fr);
}
.vds-g4-gcm{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1021px){
.vds-g6-gcm,.vds-g7-gcm{
grid-template-columns:none;
grid-auto-columns:7.5rem;
scroll-snap-type:x mandatory;
grid-auto-flow:column;
overflow-x:auto;
padding-bottom:6px;
}
.vds-g6-gcm>*,.vds-g7-gcm>*{
scroll-snap-align:start;
}
.vds-g4-gcm{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:563px){
.vds-g4-gcm{
grid-template-columns:none;
grid-auto-columns:150px;
grid-auto-flow:column;
overflow-x:auto;
}
}
.vds-panel-gcm{
background:#FFFFFF;
border-radius:20px;
border:1px solid rgba(26, 18, 8, 0.12);
padding:1.75rem 32px;
}
.vds-split-gcm{
gap:36px;
display:grid;
align-items:start;
}
.vds-split-gcm>*{
min-width:0;
}
.vds-split_a-gcm{
grid-template-columns:.85fr 1.15fr;
}
.vds-split_b-gcm{
grid-template-columns:1fr 1.1fr;
}
.vds-split_c-gcm{
grid-template-columns:1.1fr .9fr;
}
.vds-pgrid-gcm{
grid-template-columns:.9fr 1.1fr;
gap:40px;
align-items:center;
display:grid;
}
.vds-pgrid-gcm>*{
min-width:0;
}
.vds-lead-gcm{
line-height:1.65;
margin-bottom:0.875rem;
font-size:15px;
color:#3D2E14;
}
.vds-feat-gcm{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.vds-feat-gcm>*{
min-width:0;
}
.vds-feat2-gcm{
grid-template-columns:1fr 1fr;
}
.vds-feat_card-gcm{
padding:26px;
border:1px solid rgba(26, 18, 8, 0.12);
border-radius:1.25rem;
background:#FFFFFF;
}
.vds-feat_card-gcm svg{
width:1.625rem;
height:1.625rem;
color:#B8720A;
margin-bottom:16px;
}
.vds-feat_card-gcm h3{
font-weight:700;
font-size:18px;
font-family:"Figtree", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#1A1208;
margin-bottom:0.5rem;
}
.vds-feat_card-gcm p{
line-height:1.6;
color:#3D2E14;
font-size:0.813rem;
}
.vds-feat_card-gcm b{
color:#1A1208;
}
.vds-big-gcm{
gap:22px;
display:flex;
flex-wrap:wrap;
}
.vds-big_n-gcm{
font-weight:700;
color:#B8720A;
font-size:26px;
font-family:"Figtree", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.vds-big_l-gcm{
font-size:0.75rem;
color:#7A6040;
}
.vds-person-gcm{
border:1px solid rgba(26, 18, 8, 0.12);
gap:14px;
background:#FFFFFF;
border-radius:12px;
padding:1rem 1.125rem;
align-items:center;
display:flex;
}
.vds-avatar-gcm{
flex:none;
border-radius:50%;
background:linear-gradient(135deg,#FFB820,#8C4E00);
width:44px;
height:44px;
}
.vds-person_name-gcm{
font-weight:700;
font-size:14px;
color:#1A1208;
}
.vds-person_role-gcm{
color:#7A6040;
font-size:12px;
}
.vds-kv-gcm{
border-radius:0.75rem;
gap:1px;
border:1px solid rgba(26, 18, 8, 0.12);
background:rgba(26, 18, 8, 0.12);
grid-template-columns:1fr 1fr;
overflow:hidden;
display:grid;
}
.vds-kv-gcm>div{
padding:1rem 1.125rem;
background:#FFF8EE;
min-width:0;
}
.vds-kv_k-gcm{
text-transform:uppercase;
margin-bottom:5px;
color:#B8720A;
font-family:"Martian Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:9.5px;
}
.vds-kv_v-gcm{
font-size:0.844rem;
font-weight:700;
color:#1A1208;
}
@media(max-width:1025px){
.vds-split_a-gcm,.vds-split_b-gcm,.vds-split_c-gcm,.vds-pgrid-gcm{
gap:1.5rem;
grid-template-columns:1fr;
}
.vds-feat-gcm,.vds-feat2-gcm{
grid-template-columns:1fr;
}
.vds-kv-gcm{
grid-template-columns:1fr;
}
}
.vds-sh-gcm{
margin-bottom:1rem;
min-width:0;
}
.vds-sh_row-gcm{
gap:0.75rem;
display:flex;
align-items:flex-end;
justify-content:space-between;
flex-wrap:wrap;
}
.vds-sh_row-gcm .vds-sh_l-gcm{
gap:0.375rem;
flex-direction:column;
display:flex;
min-width:0;
}
.vds-sh_stack-gcm{
gap:0.625rem;
align-items:flex-start;
flex-direction:column;
display:flex;
}
.vds-sh_center-gcm{
gap:0.625rem;
flex-direction:column;
display:flex;
align-items:center;
text-align:center;
}
.vds-sh_h2-gcm{
gap:0.563rem;
font-family:"Figtree", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
overflow-wrap:break-word;
font-size:20px;
align-items:center;
color:#1A1208;
display:flex;
line-height:1.1;
font-weight:700;
}
@media(min-width:770px){
.vds-sh_h2-gcm{
font-size:24px;
}
}
.vds-band-gcm .vds-sh_h2-gcm{
color:#FFF8EE;
}
.vds-eb_mono-gcm{
font-family:"Martian Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
text-transform:none;
letter-spacing:.08em;
}
.vds-eb_mono-gcm::before{
content:"// ";
}
.vds-eb_upper-gcm{
letter-spacing:.14em;
text-transform:uppercase;
}
.vds-eb_pill-gcm{
padding:5px 11px;
border-radius:62.438rem;
background:rgba(184, 114, 10, 0.11);
text-transform:uppercase;
letter-spacing:.12em;
}
.vds-eb_line-gcm{
gap:0.625rem;
display:inline-flex;
align-items:center;
}
.vds-eb_line-gcm::before{
background:#B8720A;
height:1px;
content:"";
width:24px;
display:inline-block;
}
.vds-band-gcm .vds-eb_line-gcm::before{
background:#FFB820;
}
.vds-band-gcm .vds-eb_pill-gcm{
background:rgba(255, 255, 255, 0.08);
}
.vds-sh_link-gcm{
gap:0.375rem;
transition:color 0.2s ease,border-color 0.2s ease;
border-bottom:1px solid #1A1208;
color:#1A1208;
display:inline-flex;
padding-bottom:2px;
font-size:0.813rem;
font-weight:600;
white-space:nowrap;
align-items:center;
}
.vds-sh_link-gcm:hover{
border-color:#B8720A;
color:#B8720A;
}
.vds-sh_link-gcm svg{
height:14px;
width:14px;
}
.vds-sh_link_chev-gcm{
font-family:"Martian Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
padding-bottom:0;
color:#B8720A;
font-size:12px;
border-bottom:0;
}
.vds-sh_link_btn-gcm{
background:#FFB820;
border-radius:999px;
padding:9px 1.125rem;
color:#1A1208;
border-bottom:0;
}
.vds-sh_link_btn-gcm:hover{
border-color:transparent;
background:#E5A010;
}
.vds-band-gcm .vds-sh_link-gcm{
border-color:#FFF8EE;
color:#FFF8EE;
}
.vds-band-gcm .vds-sh_link_chev-gcm{
color:#FFB820;
}
.vds-sh_rule-gcm{
background:rgba(26, 18, 8, 0.12);
margin:-2px 0 1rem;
height:1px;
}
.vds-band-gcm .vds-sh_rule-gcm{
background:rgba(255, 255, 255, 0.13);
}
.vds-seo_grid3-gcm{
grid-template-columns:repeat(3,1fr);
gap:1.25rem;
display:grid;
}
.vds-seo_grid4-gcm{
grid-template-columns:repeat(4,1fr);
gap:0.813rem;
display:grid;
}
.vds-seo_grid3-gcm>*,.vds-seo_grid4-gcm>*{
min-width:0;
}
.vds-seo_card-gcm{
background:#FFFFFF;
padding:1.5rem;
border-radius:12px;
border:1px solid rgba(26, 18, 8, 0.12);
}
.vds-seo_card-gcm h3{
font-size:1.125rem;
margin-bottom:8px;
color:#1A1208;
font-weight:700;
font-family:"Figtree", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.vds-seo_card-gcm p{
color:#3D2E14;
font-size:13px;
line-height:1.6;
}
.vds-seo_card_sm-gcm{
padding:1.25rem;
}
.vds-seo_card_sm-gcm h3{
font-size:1rem;
}
.vds-seo_card_sm-gcm p{
line-height:1.55;
font-size:0.781rem;
}
.vds-seo_rtp_row-gcm{
gap:2.25rem;
grid-template-columns:1fr 1fr;
align-items:center;
display:grid;
margin-top:1rem;
}
.vds-rtp-gcm{
gap:0.875rem;
display:flex;
min-width:0;
}
.vds-rtp-gcm>div{
border-radius:12px;
background:#FFF8EE;
padding:16px;
flex:1;
text-align:center;
min-width:0;
}
.vds-rtp_n-gcm{
font-size:1.625rem;
white-space:nowrap;
font-family:"Figtree", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#B8720A;
font-weight:700;
}
.vds-rtp_l-gcm{
margin-top:0.25rem;
color:#7A6040;
font-size:0.688rem;
}
.vds-cmp-gcm{
overflow:hidden;
border-radius:12px;
border:1px solid rgba(26, 18, 8, 0.12);
max-width:47.5rem;
}
.vds-cmp_row-gcm{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
font-size:0.813rem;
}
.vds-cmp_row-gcm>div{
padding:0.813rem 14px;
min-width:0;
text-align:center;
}
.vds-cmp_row-gcm>div:first-child{
font-weight:600;
text-align:left;
padding-left:1.375rem;
color:#1A1208;
}
.vds-cmp_th-gcm{
background:#FFF8EE;
font-size:12.5px;
font-weight:700;
}
.vds-cmp_row-gcm:not(.vds-cmp_th-gcm){
background:#FFFFFF;
border-top:1px solid rgba(26, 18, 8, 0.08);
color:#3D2E14;
}
.vds-cmp_zebra-gcm{
background:#FFF2E0;
}
.vds-guide-gcm{
border-radius:12px;
overflow:hidden;
background:#FFFFFF;
border:1px solid rgba(26, 18, 8, 0.12);
cursor:pointer;
}
.vds-guide_cover-gcm{
height:8.125rem;
}
.vds-guide_body-gcm{
padding:20px;
}
.vds-guide_body-gcm h3{
margin:7px 0 0.563rem;
color:#1A1208;
font-size:1rem;
line-height:1.25;
font-weight:700;
font-family:"Figtree", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.vds-guide_meta-gcm{
color:#7A6040;
font-size:0.719rem;
}
.vds-hub-gcm{
grid-template-columns:repeat(5,1fr);
gap:1.75rem;
border-top:1px solid rgba(26, 18, 8, 0.08);
display:grid;
padding-top:28px;
}
.vds-hub-gcm>*{
min-width:0;
}
.vds-hub-gcm h4{
color:#1A1208;
font-size:0.813rem;
margin-bottom:0.688rem;
font-weight:700;
}
.vds-hub_col-gcm{
gap:0.5rem;
color:#3D2E14;
display:flex;
flex-direction:column;
font-size:0.813rem;
}
.vds-hub_col-gcm a{
cursor:pointer;
}
@media(max-width:1027px){
.vds-seo_grid3-gcm{
grid-template-columns:1fr;
}
.vds-seo_grid4-gcm{
grid-template-columns:repeat(2,1fr);
}
.vds-seo_rtp_row-gcm{
grid-template-columns:1fr;
gap:1.25rem;
}
.vds-hub-gcm{
gap:22px;
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:561px){
.vds-hub-gcm{
grid-template-columns:1fr;
}
}
.vds-hero-gcm{
border:1px solid rgba(26, 18, 8, 0.12);
border-radius:1.25rem;
background:linear-gradient(120deg,#1C1408,#141820);
overflow:hidden;
padding:46px 48px;
color:#FFF8EE;
position:relative;
}
.vds-hero_glow-gcm{
border-radius:50%;
background:radial-gradient(circle,rgba(255, 176, 32, 0.22),transparent 70%);
position:absolute;
width:340px;
top:-60px;
right:-3.75rem;
height:340px;
}
.vds-hero_in-gcm{
max-width:600px;
position:relative;
}
.vds-hero-gcm .vds-eyebrow-gcm{
color:#FFB820;
}
.vds-pill_row-gcm{
border:1px solid rgba(255, 255, 255, 0.13);
border-radius:62.438rem;
gap:8px;
padding:6px 13px;
background:rgba(255, 255, 255, 0.08);
align-items:center;
letter-spacing:.1em;
color:#FFB820;
font-family:"Martian Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
text-transform:uppercase;
margin-bottom:1.375rem;
font-size:10.5px;
display:inline-flex;
}
.vds-hero_h1-gcm{
margin:1.125rem 0;
overflow-wrap:break-word;
line-height:1.02;
font-size:3.375rem;
font-family:"Figtree", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#FFF8EE;
font-weight:700;
letter-spacing:-.02em;
}
.vds-hero_h1-gcm em{
font-style:normal;
color:#FFB820;
}
.vds-hero_sub-gcm{
margin-bottom:28px;
color:#C8B08A;
line-height:1.55;
max-width:480px;
font-size:17px;
}
.vds-hero_cta-gcm{
gap:0.875rem;
align-items:center;
margin-bottom:26px;
flex-wrap:wrap;
display:flex;
}
.vds-hero_trust-gcm{
gap:0.875rem;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.vds-hero_rating_txt-gcm{
font-size:0.813rem;
color:#C8B08A;
}
@media(max-width:1023px){
.vds-hero-gcm{
padding:2rem 1.5rem;
}
.vds-hero_h1-gcm{
font-size:2.375rem;
}
}
@media(max-width:562px){
.vds-hero_h1-gcm{
font-size:1.875rem;
}
}
.vds-tabs-gcm{
gap:0.563rem;
flex-wrap:wrap;
display:flex;
}
.vds-tab-gcm{
background:#FFFFFF;
border:1px solid rgba(26, 18, 8, 0.12);
padding:10px 18px;
border-radius:0.5rem;
font-weight:600;
cursor:pointer;
font-size:0.813rem;
color:#3D2E14;
}
.vds-tab_on-gcm{
background:#FFB820;
border-color:transparent;
color:#1A1208;
font-weight:700;
}
.vds-stat-gcm{
grid-template-columns:repeat(4,1fr);
gap:0.875rem;
display:grid;
}
.vds-stat-gcm>*{
min-width:0;
}
.vds-stat_item-gcm{
padding:1.125rem 20px;
background:#FFFFFF;
border-radius:0.75rem;
border:1px solid rgba(26, 18, 8, 0.12);
}
.vds-stat_k-gcm{
color:#7A6040;
font-family:"Martian Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
margin-bottom:0.438rem;
font-size:0.594rem;
text-transform:uppercase;
letter-spacing:.12em;
}
.vds-stat_v-gcm{
gap:8px;
overflow-wrap:anywhere;
font-size:24px;
font-weight:700;
color:#1A1208;
align-items:center;
min-width:0;
display:flex;
font-family:"Figtree", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.vds-stat_v_accent-gcm{
color:#B8720A;
}
@media(max-width:1023px){
.vds-stat-gcm{
grid-template-columns:repeat(2,1fr);
}
}
.vds-wlc-gcm{
border-radius:20px;
gap:24px;
padding:2.25rem 40px;
grid-template-columns:1.2fr .8fr;
background:linear-gradient(120deg,#1C1408,#141820);
overflow:hidden;
border:1px solid rgba(26, 18, 8, 0.12);
position:relative;
align-items:center;
display:grid;
color:#FFF8EE;
}
.vds-wlc-gcm>*{
min-width:0;
}
.vds-wlc-gcm .vds-eyebrow-gcm{
color:#FFB820;
}
.vds-wlc_glow-gcm{
border-radius:50%;
background:radial-gradient(circle,rgba(255, 176, 32, 0.22),transparent 70%);
top:-40px;
height:16.25rem;
position:absolute;
right:-40px;
width:16.25rem;
}
.vds-wlc_in-gcm{
position:relative;
}
.vds-wlc_h2-gcm{
margin:10px 0 0.5rem;
color:#FFF8EE;
font-weight:700;
font-size:2.125rem;
overflow-wrap:break-word;
font-family:"Figtree", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.03;
}
.vds-wlc_h2-gcm em{
font-style:normal;
color:#FFB820;
}
.vds-wlc_sub-gcm{
font-size:0.875rem;
margin-bottom:18px;
max-width:26.25rem;
line-height:1.55;
color:#C8B08A;
}
.vds-wlc_terms-gcm{
gap:0.625rem;
display:flex;
position:relative;
flex-direction:column;
}
.vds-term-gcm{
gap:11px;
border:1px solid rgba(255, 255, 255, 0.13);
background:rgba(255, 255, 255, 0.08);
padding:0.813rem 15px;
border-radius:0.75rem;
display:flex;
align-items:center;
}
.vds-term-gcm svg{
flex:none;
height:1.25rem;
color:#FFB820;
width:1.25rem;
}
.vds-term_k-gcm{
font-family:"Martian Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
text-transform:uppercase;
font-size:0.594rem;
letter-spacing:.1em;
color:#C8B08A;
}
.vds-term_v-gcm{
font-size:0.875rem;
color:#FFF8EE;
font-weight:700;
margin-top:2px;
}
@media(max-width:1025px){
.vds-wlc-gcm{
grid-template-columns:1fr;
}
}
@media(max-width:557px){
.vds-wlc_h2-gcm{
font-size:1.625rem;
}
}
.vds-jp-gcm{
gap:0.875rem;
grid-template-columns:1.5fr 1fr 1fr;
display:grid;
}
.vds-jp-gcm>*{
min-width:0;
}
.vds-jp_hero-gcm{
background:linear-gradient(135deg,#1C1408,#141820);
padding:26px;
gap:0.875rem;
border-radius:20px;
border:1px solid rgba(26, 18, 8, 0.12);
overflow:hidden;
flex-direction:column;
color:#FFF8EE;
display:flex;
position:relative;
justify-content:space-between;
min-height:180px;
}
.vds-jp_glow-gcm{
background:radial-gradient(circle,rgba(255, 176, 32, 0.22),transparent 70%);
border-radius:50%;
height:11.25rem;
right:-40px;
width:11.25rem;
top:-2.5rem;
position:absolute;
}
.vds-jp_k_row-gcm{
gap:10px;
align-items:center;
justify-content:space-between;
display:flex;
position:relative;
}
.vds-jp_k-gcm{
text-transform:uppercase;
letter-spacing:.12em;
color:#7A6040;
font-family:"Martian Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:10px;
}
.vds-jp_hero-gcm .vds-jp_k-gcm{
color:#C8B08A;
}
.vds-jp_amt-gcm{
position:relative;
font-family:"Figtree", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#FFB820;
font-weight:700;
font-size:42px;
line-height:1;
}
.vds-jp_sub-gcm{
color:#C8B08A;
font-size:12px;
margin-top:5px;
}
.vds-jp_cell-gcm{
padding:22px;
border-radius:20px;
background:#FFFFFF;
border:1px solid rgba(26, 18, 8, 0.12);
display:flex;
flex-direction:column;
min-height:11.25rem;
justify-content:space-between;
}
.vds-jp_cell-gcm .vds-jp_amt-gcm{
color:#1A1208;
font-size:30px;
}
.vds-jp_cell-gcm .vds-jp_sub-gcm{
color:#7A6040;
}
@media(max-width:1023px){
.vds-jp-gcm{
grid-template-columns:1fr;
}
}
@media(max-width:563px){
.vds-jp_amt-gcm{
font-size:32px;
}
}
.vds-supp-gcm{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.vds-supp-gcm>*{
min-width:0;
}
.vds-supp_card-gcm{
padding:1.5rem;
border-radius:12px;
border:1px solid rgba(26, 18, 8, 0.12);
background:#FFFFFF;
}
.vds-supp_card-gcm svg{
height:1.5rem;
margin-bottom:0.875rem;
color:#B8720A;
width:24px;
}
.vds-supp_card-gcm h3{
font-weight:700;
font-size:16px;
margin-bottom:0.375rem;
color:#1A1208;
font-family:"Figtree", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.vds-supp_card-gcm p{
font-size:0.813rem;
color:#3D2E14;
line-height:1.55;
}
@media(max-width:1023px){
.vds-supp-gcm{
grid-template-columns:1fr;
}
}
.vds-steps-gcm{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.vds-steps-gcm>*{
min-width:0;
}
.vds-step-gcm{
background:#FFFFFF;
border:1px solid rgba(26, 18, 8, 0.12);
border-radius:12px;
padding:1.5rem;
position:relative;
}
.vds-step_num-gcm{
border-radius:0.5rem;
background:#FFB820;
font-weight:700;
width:30px;
justify-content:center;
font-size:13px;
height:30px;
color:#1A1208;
font-family:"Martian Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
display:flex;
align-items:center;
margin-bottom:0.875rem;
}
.vds-step_h-gcm{
margin-bottom:0.438rem;
color:#1A1208;
font-family:"Figtree", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
font-size:16px;
}
.vds-step_p-gcm{
color:#3D2E14;
font-size:0.813rem;
line-height:1.55;
}
@media(max-width:1025px){
.vds-steps-gcm{
grid-template-columns:1fr;
}
}
.vds-pay_logos-gcm{
gap:9px;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.vds-pay_logos-gcm>*{
min-width:0;
}
.vds-pay-gcm{
border-radius:0.5rem;
border:1px solid rgba(26, 18, 8, 0.12);
font-size:12px;
justify-content:center;
align-items:center;
height:48px;
display:flex;
font-weight:700;
color:#3D2E14;
}
.vds-table-gcm{
overflow:hidden;
border-radius:0.75rem;
border:1px solid rgba(26, 18, 8, 0.12);
}
.vds-trow-gcm{
grid-template-columns:1.3fr 1fr 1fr 1fr;
display:grid;
font-size:13px;
}
.vds-trow-gcm>div{
padding:13px 0.875rem;
min-width:0;
}
.vds-trow-gcm>div:first-child{
color:#1A1208;
padding-left:16px;
font-weight:700;
}
.vds-trow_th-gcm{
background:#FFF8EE;
color:#7A6040;
font-family:"Martian Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:9.5px;
letter-spacing:.06em;
text-transform:uppercase;
}
.vds-trow-gcm:not(.vds-trow_th-gcm){
background:#FFFFFF;
color:#3D2E14;
border-top:1px solid rgba(26, 18, 8, 0.08);
}
.vds-trow_zebra-gcm{
background:#FFF2E0;
}
.vds-pos-gcm{
color:#B8720A;
font-weight:700;
}
@media(max-width:1025px){
.vds-pay_logos-gcm{
grid-template-columns:repeat(2,1fr);
}
}
.vds-promo_grid-gcm{
gap:16px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.vds-promo_grid-gcm>*{
min-width:0;
}
.vds-promo-gcm{
border:1px solid rgba(26, 18, 8, 0.12);
overflow:hidden;
background:#FFFFFF;
border-radius:1.25rem;
padding:1.5rem;
min-height:150px;
position:relative;
}
.vds-promo_h-gcm{
font-size:1.625rem;
color:#1A1208;
font-weight:700;
margin-top:6px;
line-height:1.05;
font-family:"Figtree", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.vds-promo_h-gcm em{
font-style:normal;
color:#B8720A;
}
.vds-promo_p-gcm{
line-height:1.5;
font-size:12.5px;
color:#3D2E14;
margin-top:8px;
}
.vds-promo_feat-gcm{
border-color:rgba(26, 18, 8, 0.12);
background:linear-gradient(135deg,#1C1408,#141820);
}
.vds-promo_feat-gcm .vds-promo_h-gcm{
color:#FFF8EE;
}
.vds-promo_feat-gcm .vds-promo_h-gcm em{
color:#FFB820;
}
.vds-promo_feat-gcm .vds-promo_p-gcm{
color:#C8B08A;
}
.vds-promo_feat-gcm .vds-eyebrow-gcm{
color:#FFB820;
}
@media(max-width:1024px){
.vds-promo_grid-gcm{
grid-template-columns:1fr;
}
}
.vds-dw_h2-gcm{
margin-bottom:0.625rem;
font-size:26px;
font-family:"Figtree", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#1A1208;
line-height:1.08;
font-weight:700;
}
.vds-steps_v-gcm{
gap:0.625rem;
grid-template-columns:1fr;
}
.vds-steps_v-gcm .vds-step-gcm{
padding:18px 20px;
}
@media(max-width:559px){
.vds-dw_h2-gcm{
font-size:23px;
}
}
.vds-vip_head-gcm{
gap:12px;
align-items:flex-end;
flex-wrap:wrap;
margin-bottom:18px;
display:flex;
justify-content:space-between;
}
.vds-vip_intro-gcm{
font-size:0.813rem;
max-width:420px;
color:#3D2E14;
}
.vds-vip-gcm{
grid-template-columns:repeat(5,1fr);
gap:12px;
display:grid;
}
.vds-vip-gcm>*{
min-width:0;
}
.vds-tier-gcm{
background:#FFFFFF;
border-radius:0.75rem;
padding:20px;
border:1px solid rgba(26, 18, 8, 0.12);
}
.vds-tier_on-gcm{
border-color:#B8720A;
background:rgba(184, 114, 10, 0.11);
}
.vds-tier_medal-gcm{
background:linear-gradient(135deg,#FFB820,#8C4E00);
border-radius:8px;
margin-bottom:0.875rem;
width:1.875rem;
height:1.875rem;
}
.vds-tier_name-gcm{
color:#1A1208;
font-family:"Figtree", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
margin-bottom:0.313rem;
font-size:15px;
}
.vds-tier_tx-gcm{
line-height:1.5;
color:#7A6040;
font-size:0.719rem;
}
@media(max-width:1025px){
.vds-vip-gcm{
grid-template-columns:repeat(2,1fr);
}
}
.vds-banner-gcm{
border-radius:1.25rem;
background:linear-gradient(115deg,#1C1408,#141820);
border:1px solid rgba(26, 18, 8, 0.12);
gap:28px;
padding:36px 40px;
overflow:hidden;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
display:flex;
position:relative;
color:#FFF8EE;
}
.vds-banner_glow-gcm{
border-radius:50%;
background:radial-gradient(circle,rgba(255, 176, 32, 0.22),transparent 68%);
height:200px;
width:12.5rem;
top:50%;
transform:translateY(-50%);
right:5rem;
position:absolute;
}
.vds-banner_in-gcm{
position:relative;
max-width:560px;
}
.vds-banner-gcm .vds-eyebrow-gcm{
color:#FFB820;
}
.vds-banner_h2-gcm{
margin:10px 0;
line-height:1.05;
font-family:"Figtree", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
font-size:30px;
color:#FFF8EE;
}
.vds-banner_text-gcm{
color:#C8B08A;
font-size:14px;
line-height:1.6;
}
@media(max-width:559px){
.vds-banner_h2-gcm{
font-size:1.5rem;
}
}
.vds-tour-gcm{
border-radius:20px;
overflow:hidden;
grid-template-columns:1.05fr 1fr;
border:1px solid rgba(26, 18, 8, 0.12);
display:grid;
}
.vds-tour-gcm>*{
min-width:0;
}
.vds-tour_l-gcm{
padding:2.125rem;
background:linear-gradient(135deg,#1C1408,#141820);
overflow:hidden;
position:relative;
color:#FFF8EE;
}
.vds-tour_h2-gcm{
margin:0.75rem 0 0.625rem;
font-family:"Figtree", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#FFF8EE;
font-weight:700;
font-size:1.875rem;
line-height:1.05;
}
.vds-tour_h2-gcm em{
font-style:normal;
color:#FFB820;
}
.vds-tour_text-gcm{
color:#C8B08A;
margin-bottom:20px;
line-height:1.6;
max-width:21.25rem;
font-size:13.5px;
}
.vds-tour_meta-gcm{
gap:18px;
margin-bottom:20px;
display:flex;
flex-wrap:wrap;
align-items:flex-end;
}
.vds-tour_cap-gcm{
color:#C8B08A;
font-size:0.594rem;
margin-bottom:5px;
font-family:"Martian Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
text-transform:uppercase;
}
.vds-count-gcm{
gap:6px;
display:flex;
}
.vds-count-gcm span{
background:rgba(255, 255, 255, 0.08);
border-radius:0.5rem;
border:1px solid rgba(255, 255, 255, 0.13);
padding:4px 0.563rem;
font-weight:700;
font-size:22px;
font-family:"Martian Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.vds-tour_units-gcm{
font-size:0.625rem;
color:#C8B08A;
}
.vds-board-gcm{
padding:28px 30px;
background:#FFFFFF;
}
.vds-board_head-gcm{
margin-bottom:14px;
display:flex;
align-items:center;
justify-content:space-between;
}
.vds-board_title-gcm{
color:#1A1208;
font-size:1rem;
font-weight:700;
font-family:"Figtree", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.vds-board_upd-gcm{
font-size:0.625rem;
color:#7A6040;
text-transform:uppercase;
font-family:"Martian Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.vds-board_list-gcm{
gap:2px;
display:flex;
flex-direction:column;
}
.vds-board_row-gcm{
padding:0.625rem 12px;
border-radius:0.5rem;
gap:0.75rem;
display:flex;
align-items:center;
}
.vds-board_top1-gcm{
background:rgba(184, 114, 10, 0.11);
}
.vds-board_rk-gcm{
font-weight:700;
width:1.25rem;
color:#7A6040;
font-size:0.875rem;
font-family:"Martian Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.vds-board_top1-gcm .vds-board_rk-gcm{
color:#B8720A;
}
.vds-board_nm-gcm{
flex:1;
font-size:0.844rem;
font-weight:600;
color:#3D2E14;
min-width:0;
}
.vds-board_top1-gcm .vds-board_nm-gcm{
color:#1A1208;
font-weight:700;
}
.vds-board_pt-gcm{
color:#3D2E14;
font-size:0.781rem;
font-family:"Martian Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
@media(max-width:1024px){
.vds-tour-gcm{
grid-template-columns:1fr;
}
}
@media(max-width:561px){
.vds-tour_h2-gcm{
font-size:1.5rem;
}
}
.vds-rv_head-gcm{
gap:12px;
justify-content:space-between;
display:flex;
flex-wrap:wrap;
align-items:flex-end;
margin-bottom:1.125rem;
}
.vds-rv_agg-gcm{
gap:10px;
align-items:center;
display:flex;
}
.vds-rv_source-gcm{
font-size:12.5px;
color:#7A6040;
}
.vds-rv_grid-gcm{
gap:0.875rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.vds-rv_grid-gcm>*{
min-width:0;
}
.vds-review-gcm{
background:#FFFFFF;
border:1px solid rgba(26, 18, 8, 0.12);
border-radius:0.75rem;
padding:24px;
}
.vds-review-gcm .vds-stars-gcm{
margin-bottom:0.625rem;
}
.vds-review-gcm p{
line-height:1.5;
color:#1A1208;
margin-bottom:0.875rem;
font-size:0.906rem;
font-weight:600;
}
.vds-review_by-gcm{
font-size:12.5px;
color:#7A6040;
}
@media(max-width:1026px){
.vds-rv_grid-gcm{
grid-template-columns:1fr;
}
}
.vds-gd_head-gcm{
gap:0.75rem;
align-items:center;
justify-content:space-between;
flex-wrap:wrap;
display:flex;
margin-bottom:16px;
}
.vds-provs-gcm{
grid-template-columns:repeat(6,1fr);
gap:12px;
margin-bottom:28px;
display:grid;
}
.vds-provs-gcm>*{
min-width:0;
}
.vds-prov-gcm{
padding:12px;
border-radius:0.75rem;
border:1px solid rgba(26, 18, 8, 0.12);
background:#FFFFFF;
height:64px;
display:flex;
align-items:center;
text-decoration:none;
justify-content:center;
}
.vds-prov_img-gcm{
max-height:32px;
max-width:100%;
object-fit:contain;
}
.vds-resp-gcm{
border-radius:12px;
background:#FFFFFF;
border:1px solid rgba(26, 18, 8, 0.12);
padding:1.625rem;
gap:1.5rem;
justify-content:space-between;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.vds-resp_in-gcm{
max-width:560px;
}
.vds-resp_h-gcm{
color:#1A1208;
font-family:"Figtree", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
margin-bottom:0.5rem;
font-weight:700;
font-size:1.188rem;
}
.vds-resp_p-gcm{
color:#3D2E14;
line-height:1.6;
font-size:13.5px;
}
.vds-resp_badges-gcm{
gap:0.875rem;
flex-wrap:wrap;
align-items:center;
display:flex;
}
.vds-age18-gcm{
padding:0.25rem 0.5rem;
border-radius:8px;
border:1.5px solid #D93025;
font-family:"Martian Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:13px;
color:#D93025;
font-weight:700;
}
.vds-resp_org-gcm{
font-size:13px;
font-weight:600;
color:#7A6040;
}
@media(max-width:1025px){
.vds-provs-gcm{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:559px){
.vds-provs-gcm{
grid-template-columns:repeat(2,1fr);
}
}
.vds-op_h2-gcm{
margin:0.625rem 0 0.5rem;
font-size:24px;
color:#1A1208;
font-weight:700;
font-family:"Figtree", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.1;
}
.vds-op_text-gcm{
color:#3D2E14;
line-height:1.6;
font-size:0.844rem;
}
@media(max-width:557px){
.vds-op_h2-gcm{
font-size:1.375rem;
}
}
.vds-rc-gcm{
grid-template-columns:1fr 1fr 1fr;
gap:2rem;
display:grid;
}
.vds-rc-gcm>*{
min-width:0;
}
.vds-rc_awards-gcm{
gap:11px;
flex-direction:column;
display:flex;
}
.vds-award-gcm{
gap:11px;
display:flex;
align-items:center;
}
.vds-award-gcm svg{
flex:none;
color:#D4960A;
width:1.125rem;
height:18px;
}
.vds-award_t-gcm{
color:#1A1208;
font-size:0.844rem;
font-weight:700;
}
.vds-award_s-gcm{
color:#7A6040;
font-size:0.719rem;
}
.vds-rc_press-gcm{
grid-template-columns:1fr 1fr;
gap:0.625rem;
display:grid;
}
.vds-logo_cell-gcm{
border:1px solid rgba(26, 18, 8, 0.12);
border-radius:0.5rem;
align-items:center;
color:#3D2E14;
display:flex;
font-size:13px;
font-weight:700;
height:48px;
justify-content:center;
}
.vds-rc_partner-gcm{
background:#FFFFFF;
border-radius:12px;
padding:1.25rem;
border:1px solid rgba(26, 18, 8, 0.12);
}
.vds-rc_partner_name-gcm{
font-weight:700;
font-size:1.125rem;
color:#1A1208;
font-family:"Figtree", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
margin-bottom:6px;
}
.vds-rc_partner_text-gcm{
line-height:1.55;
font-size:0.781rem;
color:#3D2E14;
}
@media(max-width:1027px){
.vds-rc-gcm{
grid-template-columns:1fr;
gap:1.375rem;
}
.vds-rc_press-gcm{
grid-template-columns:repeat(4,1fr);
}
}
.vds-ab_h2-gcm{
margin:14px 0 16px;
line-height:1.08;
font-weight:700;
font-size:2rem;
font-family:"Figtree", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#1A1208;
}
.vds-ab_body-gcm{
line-height:1.65;
margin-bottom:0.875rem;
font-size:15px;
color:#3D2E14;
}
.vds-ab_chips-gcm{
gap:0.625rem;
margin-top:0.5rem;
display:flex;
flex-wrap:wrap;
}
.vds-faq-gcm{
gap:10px;
display:flex;
flex-direction:column;
}
.vds-faq_item-gcm{
background:#FFFFFF;
border:1px solid rgba(26, 18, 8, 0.12);
border-radius:0.75rem;
padding:1.125rem 22px;
}
.vds-faq_q-gcm{
list-style:none;
gap:16px;
font-size:15.5px;
align-items:center;
font-weight:600;
color:#1A1208;
justify-content:space-between;
cursor:pointer;
display:flex;
}
.vds-faq_q-gcm::-webkit-details-marker{
display:none;
}
.vds-faq_q_t-gcm{
gap:0.625rem;
display:flex;
}
.vds-faq_q_i-gcm{
font-style:normal;
color:#B8720A;
font-family:"Martian Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.vds-faq_pm-gcm{
color:#B8720A;
font-size:1.25rem;
font-family:"Martian Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.vds-faq_item-gcm[open] .vds-faq_pm-gcm{
transform:rotate(45deg);
}
.vds-faq_a-gcm{
margin-top:0.75rem;
font-size:0.844rem;
line-height:1.6;
color:#3D2E14;
}
@media(max-width:559px){
.vds-ab_h2-gcm{
font-size:1.625rem;
}
}
.vds-footer-gcm{
background:#1A1208;
padding:2.5rem 28px;
border-top:1px solid rgba(26, 18, 8, 0.08);
}
.vds-footer_grid-gcm{
grid-template-columns:1.4fr 1fr 1fr 1fr;
gap:32px;
margin-bottom:1.75rem;
max-width:86.25rem;
margin-left:auto;
margin-right:auto;
display:grid;
}
.vds-footer_grid-gcm>*{
min-width:0;
}
.vds-footer_grid-gcm h4{
margin-bottom:0.813rem;
font-family:"Martian Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#A8906A;
text-transform:uppercase;
font-size:0.625rem;
letter-spacing:.12em;
}
.vds-fcol-gcm{
gap:9px;
color:#3D2E14;
display:flex;
font-size:0.813rem;
flex-direction:column;
}
.vds-fcol-gcm a{
cursor:pointer;
}
.vds-ft_about-gcm{
color:#7A6040;
font-size:13px;
max-width:260px;
line-height:1.6;
margin-top:0.75rem;
}
.vds-ft_contact-gcm{
font-size:0.781rem;
font-family:"Martian Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
overflow-wrap:anywhere;
color:#B8720A;
margin-top:0.75rem;
}
.vds-footer_bottom-gcm{
gap:16px;
margin:0 auto;
align-items:center;
justify-content:space-between;
max-width:1380px;
padding-top:20px;
flex-wrap:wrap;
border-top:1px solid rgba(26, 18, 8, 0.08);
display:flex;
}
.vds-footer_bottom-gcm p{
color:#A8906A;
font-size:0.688rem;
line-height:1.6;
max-width:45rem;
}
@media(max-width:1021px){
.vds-footer_grid-gcm{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:563px){
.vds-footer_grid-gcm{
grid-template-columns:1fr;
}
}