*{
margin:0;
padding:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#080E12;
color:#A8C4CA;
font-family:"Golos Text", 'Helvetica Neue', Arial, sans-serif;
text-rendering:optimizeLegibility;
font-size:15px;
overflow-wrap:break-word;
-webkit-font-smoothing:antialiased;
line-height:1.55;
}
img{
display:block;
max-width:100%;
}
a{
text-decoration:none;
color:inherit;
}
button{
border:none;
background:none;
font-family:inherit;
cursor:pointer;
}
input{
font-family:inherit;
}
svg{
display:block;
}
h1,h2,h3,h4{
overflow-wrap:anywhere;
}
::-webkit-scrollbar{
width:8px;
height:8px;
}
::-webkit-scrollbar-thumb{
border-radius:0.5rem;
background:rgba(4, 11, 15, 0.72);
}
::-webkit-scrollbar-track{
background:transparent;
}
.gtb-shell_pvf{
grid-template-columns:248px 1fr;
display:grid;
min-height:100vh;
}
.gtb-main_pvf{
min-width:0;
}
.gtb-wrap_pvf{
margin:0 auto;
max-width:1400px;
width:100%;
}
.gtb-container_pvf{
margin:0 auto;
padding:0 16px;
width:100%;
max-width:1400px;
}
@media(min-width:769px){
.gtb-container_pvf{
padding:0 28px;
}
}
.gtb-section_pvf{
padding:1.5rem 28px;
}
.gtb-section_pt_pvf{
padding-top:2.125rem;
}
.gtb-band_soft_pvf{
background:#0D1519;
}
.gtb-eyebrow_pvf{
font-family:"Golos Text", 'Helvetica Neue', Arial, sans-serif;
font-weight:600;
letter-spacing:.14em;
line-height:1.4;
color:#00D4E0;
overflow-wrap:break-word;
font-size:10.5px;
display:inline-block;
text-transform:uppercase;
}
.gtb-drawer_cb_pvf{
display:none;
}
.gtb-overlay_pvf{
display:none;
}
@media(max-width:1026px){
.gtb-shell_pvf{
grid-template-columns:1fr;
}
.gtb-main_pvf{
padding-bottom:78px;
}
.gtb-drawer_cb_pvf:checked~.gtb-overlay_pvf{
inset:0;
background:rgba(4, 11, 15, 0.72);
display:block;
position:fixed;
z-index:70;
}
}
@media(max-width:559px){
.gtb-section_pvf{
padding:1.125rem 1rem;
}
.gtb-section_pt_pvf{
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 ---------- */
.gtb-side_pvf{
background:#0A1217;
padding:22px 18px;
gap:1.375rem;
overflow-y:auto;
display:flex;
height:100vh;
top:0;
flex-direction:column;
border-right:1px solid #162228;
position:sticky;
align-self:start;
}
.gtb-brand_pvf{
gap:10px;
align-items:center;
display:flex;
}
.gtb-logo_pvf{
font-size:1.313rem;
color:#E8F6F8;
font-weight:700;
letter-spacing:-.02em;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.gtb-side_cta_pvf{
border:1px solid #1E2F37;
background:rgba(0, 212, 224, 0.11);
border-radius:0.813rem;
padding:1rem;
}
.gtb-side_cta_h_pvf{
font-weight:700;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
margin-bottom:0.375rem;
color:#E8F6F8;
font-size:17px;
line-height:1.15;
}
.gtb-side_cta_p_pvf{
color:#A8C4CA;
margin-bottom:0.75rem;
font-size:0.75rem;
line-height:1.45;
}
.gtb-nav_pvf{
gap:3px;
display:flex;
flex-direction:column;
}
.gtb-nav_label_pvf{
padding:6px 10px;
letter-spacing:.14em;
color:#3E6370;
text-transform:uppercase;
font-family:"Martian Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:9.5px;
}
.gtb-nav_item_pvf{
padding:0.625rem;
border-radius:0.5rem;
gap:11px;
color:#A8C4CA;
font-weight:500;
align-items:center;
font-size:0.875rem;
display:flex;
}
.gtb-nav_item_pvf svg{
height:1.063rem;
width:1.063rem;
}
.gtb-nav_item_pvf:hover{
background:rgba(0, 212, 224, 0.11);
color:#E8F6F8;
}
.gtb-nav_item_on_pvf{
background:rgba(0, 212, 224, 0.11);
font-weight:600;
color:#00D4E0;
}
.gtb-side_foot_pvf{
border-radius:0.813rem;
background:#0D1519;
padding:12px;
border:1px solid #1E2F37;
margin-top:auto;
}
.gtb-side_foot_pvf p{
line-height:1.4;
margin-top:0.25rem;
font-size:12.5px;
color:#A8C4CA;
}
/* ---------- topbar ---------- */
.gtb-top_pvf{
background:#0A1217;
gap:1rem;
padding:14px 1.75rem;
align-items:center;
border-bottom:1px solid #162228;
display:flex;
top:0;
z-index:40;
position:sticky;
}
.gtb-top_brand_pvf{
gap:0.563rem;
display:none;
align-items:center;
}
.gtb-search_pvf{
gap:10px;
background:#0D1519;
border-radius:0.813rem;
border:1px solid #1E2F37;
padding:11px 0.875rem;
flex:1;
display:flex;
color:#6B98A2;
font-size:0.844rem;
max-width:27.5rem;
align-items:center;
}
.gtb-search_pvf svg{
flex:none;
width:1rem;
height:1rem;
}
.gtb-top_actions_pvf{
gap:12px;
align-items:center;
margin-left:auto;
display:flex;
}
.gtb-lang_pvf{
font-family:"Martian Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:12px;
color:#A8C4CA;
}
.gtb-burger_pvf{
background:#0D1519;
border-radius:8px;
border:1px solid #1E2F37;
color:#E8F6F8;
justify-content:center;
display:none;
width:2.5rem;
height:2.5rem;
align-items:center;
}
/* ---------- bottom-nav (mobile) ---------- */
.gtb-botnav_pvf{
display:none;
}
@media(max-width:1027px){
.gtb-side_pvf{
transition:transform .25s ease;
height:100vh;
left:0;
width:280px;
z-index:80;
position:fixed;
top:0;
transform:translateX(-100%);
}
.gtb-drawer_cb_pvf:checked~.gtb-shell_pvf .gtb-side_pvf{
transform:translateX(0);
}
.gtb-top_pvf{
padding:0.875rem 1rem;
gap:0.75rem;
position:static;
flex-wrap:wrap;
}
.gtb-top_brand_pvf{
display:flex;
}
.gtb-search_pvf{
display:none;
}
.gtb-burger_pvf{
display:flex;
}
.gtb-top_actions_pvf{
gap:10px;
align-items:stretch;
width:100%;
margin-left:0;
}
.gtb-top_actions_pvf .gtb-lang_pvf{
display:none;
}
.gtb-top_actions_pvf .gtb-btn_pvf{
flex:1;
padding:0.688rem 10px;
text-align:center;
}
.gtb-botnav_pvf{
background:#0A1217;
padding:0.5rem 6px calc(0.5rem + env(safe-area-inset-bottom));
grid-template-columns:repeat(3,1fr);
right:0;
bottom:0;
border-top:1px solid #1E2F37;
transform:translateZ(0);
position:fixed;
display:grid;
z-index:65;
left:0;
}
.gtb-bn_pvf{
gap:4px;
padding:6px 2px 0;
align-items:center;
font-weight:600;
justify-content:flex-end;
flex-direction:column;
color:#A8C4CA;
font-size:0.625rem;
min-width:0;
display:flex;
}
.gtb-bn_pvf svg{
flex:none;
width:1.375rem;
height:22px;
}
.gtb-bn_pvf span{
overflow:hidden;
text-align:center;
max-width:100%;
text-overflow:ellipsis;
white-space:nowrap;
}
.gtb-bn_on_pvf{
color:#00D4E0;
}
.gtb-bn_center_pvf{
position:relative;
}
.gtb-bn_fab_pvf{
background:#00D4E0;
border-radius:50%;
display:flex;
color:#021014;
width:50px;
position:absolute;
align-items:center;
top:-1.25rem;
height:50px;
justify-content:center;
transform:translateX(-50%);
box-shadow:0 0.5rem 2.5rem rgba(0, 0, 0, 0.70), 0 2px 0.5rem rgba(0, 212, 224, 0.18);
left:50%;
}
.gtb-bn_fab_pvf svg{
width:1.5rem;
height:1.5rem;
}
.gtb-bn_center_pvf span{
color:#00D4E0;
}
}
.gtb-btn_pvf{
padding:11px 1.375rem;
transition:background-color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease,color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
gap:8px;
border-radius:0.5rem;
font-size:0.875rem;
cursor:pointer;
align-items:center;
font-weight:700;
display:inline-flex;
font-family:"Golos Text", 'Helvetica Neue', Arial, sans-serif;
justify-content:center;
}
.gtb-btn_pri_pvf{
background:#00D4E0;
color:#021014;
box-shadow:0 0 18px rgba(0, 212, 224, 0.45), 0 0.25rem 12px rgba(0, 0, 0, 0.40);
}
.gtb-btn_pri_pvf:hover{
background:#00B8C4;
}
.gtb-btn_ghost_pvf{
background:rgba(0, 212, 224, 0.11);
font-weight:600;
color:#E8F6F8;
}
.gtb-btn_line_pvf{
border:1px solid #2A4050;
background:transparent;
color:#E8F6F8;
font-weight:600;
}
.gtb-btn_lg_pvf{
border-radius:0.813rem;
padding:16px 1.875rem;
font-size:0.938rem;
}
.gtb-band_pvf .gtb-btn_line_pvf{
border-color:rgba(255, 255, 255, 0.12);
color:#E8F6F8;
}
.gtb-band_pvf .gtb-btn_ghost_pvf{
background:rgba(255, 255, 255, 0.07);
color:#E8F6F8;
}
.gtb-link_m_pvf{
gap:0.313rem;
font-family:"Martian Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#00D4E0;
text-decoration:none;
font-size:12px;
cursor:pointer;
display:inline-flex;
align-items:center;
}
.gtb-link_m_pvf svg{
width:14px;
height:0.875rem;
}
.gtb-band_pvf .gtb-link_m_pvf{
color:#00E5F0;
}
.gtb-dot_pvf{
border-radius:50%;
background:#00D4E0;
flex:none;
height:0.438rem;
width:0.438rem;
}
.gtb-dot_live_pvf{
animation:zm3-pulse 1.4s infinite;
background:#E8323A;
}
.gtb-stars_pvf{
gap:2px;
color:#00D4E0;
display:inline-flex;
}
.gtb-stars_pvf svg{
width:0.938rem;
height:15px;
}
.gtb-chip_pvf{
border-radius:8px;
background:#0D1519;
padding:0.438rem 12px;
border:1px solid #1E2F37;
gap:0.375rem;
display:inline-flex;
color:#A8C4CA;
align-items:center;
font-family:"Martian Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:0.688rem;
}
.gtb-chip_on_pvf{
background:rgba(0, 212, 224, 0.11);
border-color:transparent;
color:#00D4E0;
}
.gtb-gc_pvf{
cursor:pointer;
display:block;
text-decoration:none;
min-width:0;
color:inherit;
}
.gtb-gc_thumb_pvf{
overflow:hidden;
border:1px solid #1E2F37;
border-radius:13px;
position:relative;
background-position:center;
display:block;
aspect-ratio:1;
background-size:cover;
}
.gtb-gc_thumb_portrait_pvf{
aspect-ratio:3/4;
}
.gtb-gc_thumb_wide_pvf{
aspect-ratio:16/11;
}
.gtb-gc_cap_pvf{
background:linear-gradient(transparent,rgba(4, 11, 15, 0.72));
padding:9px;
bottom:0;
right:0;
left:0;
position:absolute;
}
.gtb-gc_name_pvf{
display:block;
font-weight:700;
font-size:12.5px;
color:#E8F6F8;
}
.gtb-gc_meta_pvf{
color:#7BBAC4;
font-size:0.688rem;
}
.gtb-gc_badge_pvf{
padding:2px 6px;
border-radius:8px;
background:#00D4E0;
right:8px;
position:absolute;
font-family:"Martian Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#021014;
top:8px;
font-size:8px;
font-weight:700;
}
.gtb-gc_badge_hot_pvf{
background:#E8323A;
color:#E8F6F8;
}
.gtb-gc_badge_live_pvf{
background:#E8323A;
left:8px;
color:#E8F6F8;
right:auto;
}
.gtb-gc_mult_pvf{
inset:0;
font-weight:700;
position:absolute;
font-size:1.75rem;
align-items:center;
color:#00D4E0;
display:flex;
justify-content:center;
}
.gtb-pc_pvf{
border-radius:13px;
border:1px solid #1E2F37;
background:#0D1519;
display:flex;
color:#A8C4CA;
align-items:center;
justify-content:center;
font-weight:700;
font-size:0.875rem;
height:64px;
}
.gtb-rail_pvf{
min-width:0;
}
.gtb-rail_scroll_pvf{
gap:0.875rem;
display:grid;
}
.gtb-rail_scroll_pvf>*{
min-width:0;
}
.gtb-g6_pvf{
grid-template-columns:repeat(6,1fr);
}
.gtb-g7_pvf{
grid-template-columns:repeat(7,1fr);
}
.gtb-g4_pvf{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1027px){
.gtb-g6_pvf,.gtb-g7_pvf{
grid-template-columns:none;
overflow-x:auto;
padding-bottom:6px;
scroll-snap-type:x mandatory;
grid-auto-flow:column;
grid-auto-columns:7.5rem;
}
.gtb-g6_pvf>*,.gtb-g7_pvf>*{
scroll-snap-align:start;
}
.gtb-g4_pvf{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:557px){
.gtb-g4_pvf{
grid-template-columns:none;
grid-auto-columns:150px;
grid-auto-flow:column;
overflow-x:auto;
}
}
.gtb-panel_pvf{
padding:1.75rem 2rem;
border:1px solid #1E2F37;
border-radius:1.25rem;
background:#0D1519;
}
.gtb-split_pvf{
gap:36px;
display:grid;
align-items:start;
}
.gtb-split_pvf>*{
min-width:0;
}
.gtb-split_a_pvf{
grid-template-columns:.85fr 1.15fr;
}
.gtb-split_b_pvf{
grid-template-columns:1fr 1.1fr;
}
.gtb-split_c_pvf{
grid-template-columns:1.1fr .9fr;
}
.gtb-pgrid_pvf{
gap:40px;
grid-template-columns:.9fr 1.1fr;
display:grid;
align-items:center;
}
.gtb-pgrid_pvf>*{
min-width:0;
}
.gtb-lead_pvf{
color:#A8C4CA;
font-size:0.938rem;
margin-bottom:14px;
line-height:1.65;
}
.gtb-feat_pvf{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.gtb-feat_pvf>*{
min-width:0;
}
.gtb-feat2_pvf{
grid-template-columns:1fr 1fr;
}
.gtb-feat_card_pvf{
border:1px solid #1E2F37;
border-radius:20px;
padding:26px;
background:#0D1519;
}
.gtb-feat_card_pvf svg{
margin-bottom:1rem;
width:1.625rem;
height:1.625rem;
color:#00D4E0;
}
.gtb-feat_card_pvf h3{
margin-bottom:8px;
font-size:18px;
font-weight:700;
color:#E8F6F8;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.gtb-feat_card_pvf p{
font-size:13px;
line-height:1.6;
color:#A8C4CA;
}
.gtb-feat_card_pvf b{
color:#E8F6F8;
}
.gtb-big_pvf{
gap:22px;
flex-wrap:wrap;
display:flex;
}
.gtb-big_n_pvf{
font-size:26px;
color:#00D4E0;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
}
.gtb-big_l_pvf{
color:#6B98A2;
font-size:0.75rem;
}
.gtb-person_pvf{
border-radius:0.813rem;
gap:14px;
padding:1rem 18px;
border:1px solid #1E2F37;
background:#0D1519;
display:flex;
align-items:center;
}
.gtb-avatar_pvf{
border-radius:50%;
background:linear-gradient(135deg,#00D4E0,#0099AA);
flex:none;
height:2.75rem;
width:44px;
}
.gtb-person_name_pvf{
font-weight:700;
font-size:14px;
color:#E8F6F8;
}
.gtb-person_role_pvf{
color:#6B98A2;
font-size:12px;
}
.gtb-kv_pvf{
gap:1px;
border-radius:13px;
overflow:hidden;
grid-template-columns:1fr 1fr;
background:#1E2F37;
border:1px solid #1E2F37;
display:grid;
}
.gtb-kv_pvf>div{
background:#080E12;
padding:1rem 1.125rem;
min-width:0;
}
.gtb-kv_k_pvf{
margin-bottom:5px;
font-family:"Martian Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
text-transform:uppercase;
color:#00D4E0;
font-size:9.5px;
}
.gtb-kv_v_pvf{
font-weight:700;
font-size:13.5px;
color:#E8F6F8;
}
@media(max-width:1025px){
.gtb-split_a_pvf,.gtb-split_b_pvf,.gtb-split_c_pvf,.gtb-pgrid_pvf{
gap:1.5rem;
grid-template-columns:1fr;
}
.gtb-feat_pvf,.gtb-feat2_pvf{
grid-template-columns:1fr;
}
.gtb-kv_pvf{
grid-template-columns:1fr;
}
}
.gtb-sh_pvf{
min-width:0;
margin-bottom:1rem;
}
.gtb-sh_row_pvf{
gap:0.75rem;
display:flex;
justify-content:space-between;
align-items:flex-end;
flex-wrap:wrap;
}
.gtb-sh_row_pvf .gtb-sh_l_pvf{
gap:6px;
flex-direction:column;
min-width:0;
display:flex;
}
.gtb-sh_stack_pvf{
gap:0.625rem;
flex-direction:column;
display:flex;
align-items:flex-start;
}
.gtb-sh_center_pvf{
gap:10px;
align-items:center;
text-align:center;
display:flex;
flex-direction:column;
}
.gtb-sh_h2_pvf{
gap:0.563rem;
line-height:1.1;
overflow-wrap:break-word;
color:#E8F6F8;
font-weight:700;
display:flex;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
align-items:center;
font-size:1.25rem;
}
@media(min-width:768px){
.gtb-sh_h2_pvf{
font-size:24px;
}
}
.gtb-band_pvf .gtb-sh_h2_pvf{
color:#E8F6F8;
}
.gtb-eb_mono_pvf{
letter-spacing:.08em;
font-family:"Martian Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
text-transform:none;
}
.gtb-eb_mono_pvf::before{
content:"// ";
}
.gtb-eb_upper_pvf{
text-transform:uppercase;
letter-spacing:.14em;
}
.gtb-eb_pill_pvf{
padding:5px 11px;
border-radius:999px;
background:rgba(0, 212, 224, 0.11);
letter-spacing:.12em;
text-transform:uppercase;
}
.gtb-eb_line_pvf{
gap:0.625rem;
align-items:center;
display:inline-flex;
}
.gtb-eb_line_pvf::before{
background:#00D4E0;
content:"";
display:inline-block;
height:1px;
width:24px;
}
.gtb-band_pvf .gtb-eb_line_pvf::before{
background:#00E5F0;
}
.gtb-band_pvf .gtb-eb_pill_pvf{
background:rgba(255, 255, 255, 0.07);
}
.gtb-sh_link_pvf{
gap:6px;
transition:color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease,border-color color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
color:#E8F6F8;
font-size:0.813rem;
white-space:nowrap;
border-bottom:1px solid #E8F6F8;
font-weight:600;
align-items:center;
padding-bottom:2px;
display:inline-flex;
}
.gtb-sh_link_pvf:hover{
border-color:#00D4E0;
color:#00D4E0;
}
.gtb-sh_link_pvf svg{
height:14px;
width:0.875rem;
}
.gtb-sh_link_chev_pvf{
color:#00D4E0;
font-size:0.75rem;
border-bottom:0;
font-family:"Martian Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
padding-bottom:0;
}
.gtb-sh_link_btn_pvf{
padding:0.563rem 1.125rem;
background:#00D4E0;
border-radius:999px;
color:#021014;
border-bottom:0;
}
.gtb-sh_link_btn_pvf:hover{
background:#00B8C4;
border-color:transparent;
}
.gtb-band_pvf .gtb-sh_link_pvf{
border-color:#E8F6F8;
color:#E8F6F8;
}
.gtb-band_pvf .gtb-sh_link_chev_pvf{
color:#00E5F0;
}
.gtb-sh_rule_pvf{
margin:-2px 0 1rem;
background:#1E2F37;
height:1px;
}
.gtb-band_pvf .gtb-sh_rule_pvf{
background:rgba(255, 255, 255, 0.12);
}
.gtb-seo_grid3_pvf{
gap:20px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.gtb-seo_grid4_pvf{
gap:13px;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.gtb-seo_grid3_pvf>*,.gtb-seo_grid4_pvf>*{
min-width:0;
}
.gtb-seo_card_pvf{
background:#0D1519;
padding:24px;
border-radius:0.813rem;
border:1px solid #1E2F37;
}
.gtb-seo_card_pvf h3{
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#E8F6F8;
font-size:18px;
font-weight:700;
margin-bottom:8px;
}
.gtb-seo_card_pvf p{
line-height:1.6;
font-size:13px;
color:#A8C4CA;
}
.gtb-seo_card_sm_pvf{
padding:20px;
}
.gtb-seo_card_sm_pvf h3{
font-size:16px;
}
.gtb-seo_card_sm_pvf p{
line-height:1.55;
font-size:12.5px;
}
.gtb-seo_rtp_row_pvf{
grid-template-columns:1fr 1fr;
gap:2.25rem;
margin-top:1rem;
align-items:center;
display:grid;
}
.gtb-rtp_pvf{
gap:14px;
min-width:0;
display:flex;
}
.gtb-rtp_pvf>div{
border-radius:0.813rem;
flex:1;
padding:1rem;
background:#080E12;
min-width:0;
text-align:center;
}
.gtb-rtp_n_pvf{
font-size:1.625rem;
font-weight:700;
white-space:nowrap;
color:#00D4E0;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.gtb-rtp_l_pvf{
margin-top:0.25rem;
font-size:0.688rem;
color:#6B98A2;
}
.gtb-cmp_pvf{
border-radius:13px;
border:1px solid #1E2F37;
overflow:hidden;
max-width:760px;
}
.gtb-cmp_row_pvf{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
font-size:0.813rem;
}
.gtb-cmp_row_pvf>div{
padding:0.813rem 0.875rem;
min-width:0;
text-align:center;
}
.gtb-cmp_row_pvf>div:first-child{
padding-left:22px;
font-weight:600;
color:#E8F6F8;
text-align:left;
}
.gtb-cmp_th_pvf{
background:#080E12;
font-size:0.781rem;
font-weight:700;
}
.gtb-cmp_row_pvf:not(.gtb-cmp_th_pvf){
background:#0D1519;
border-top:1px solid #162228;
color:#A8C4CA;
}
.gtb-cmp_zebra_pvf{
background:#111C21;
}
.gtb-guide_pvf{
border-radius:13px;
background:#0D1519;
border:1px solid #1E2F37;
overflow:hidden;
cursor:pointer;
}
.gtb-guide_cover_pvf{
height:130px;
}
.gtb-guide_body_pvf{
padding:20px;
}
.gtb-guide_body_pvf h3{
margin:7px 0 9px;
line-height:1.25;
color:#E8F6F8;
font-weight:700;
font-size:16px;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.gtb-guide_meta_pvf{
color:#6B98A2;
font-size:0.719rem;
}
.gtb-hub_pvf{
grid-template-columns:repeat(5,1fr);
gap:28px;
padding-top:28px;
display:grid;
border-top:1px solid #162228;
}
.gtb-hub_pvf>*{
min-width:0;
}
.gtb-hub_pvf h4{
font-weight:700;
color:#E8F6F8;
margin-bottom:0.688rem;
font-size:0.813rem;
}
.gtb-hub_col_pvf{
gap:8px;
flex-direction:column;
display:flex;
color:#A8C4CA;
font-size:13px;
}
.gtb-hub_col_pvf a{
cursor:pointer;
}
@media(max-width:1024px){
.gtb-seo_grid3_pvf{
grid-template-columns:1fr;
}
.gtb-seo_grid4_pvf{
grid-template-columns:repeat(2,1fr);
}
.gtb-seo_rtp_row_pvf{
grid-template-columns:1fr;
gap:1.25rem;
}
.gtb-hub_pvf{
grid-template-columns:repeat(2,1fr);
gap:22px;
}
}
@media(max-width:558px){
.gtb-hub_pvf{
grid-template-columns:1fr;
}
}
.gtb-hero_pvf{
border:1px solid #1E2F37;
overflow:hidden;
background:linear-gradient(120deg,#061318,#03090E);
padding:46px 3rem;
border-radius:1.25rem;
color:#E8F6F8;
position:relative;
}
.gtb-hero_glow_pvf{
background:radial-gradient(circle,rgba(0, 220, 230, 0.22),transparent 70%);
border-radius:50%;
top:-3.75rem;
position:absolute;
height:21.25rem;
right:-3.75rem;
width:340px;
}
.gtb-hero_in_pvf{
max-width:37.5rem;
position:relative;
}
.gtb-hero_pvf .gtb-eyebrow_pvf{
color:#00E5F0;
}
.gtb-pill_row_pvf{
border-radius:999px;
gap:8px;
background:rgba(255, 255, 255, 0.07);
border:1px solid rgba(255, 255, 255, 0.12);
padding:6px 0.813rem;
letter-spacing:.1em;
align-items:center;
margin-bottom:22px;
color:#00E5F0;
font-family:"Martian Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
display:inline-flex;
text-transform:uppercase;
font-size:0.656rem;
}
.gtb-hero_h1_pvf{
margin:18px 0;
color:#E8F6F8;
line-height:1.02;
overflow-wrap:break-word;
font-size:3.375rem;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
letter-spacing:-.02em;
font-weight:700;
}
.gtb-hero_h1_pvf em{
color:#00E5F0;
font-style:normal;
}
.gtb-hero_sub_pvf{
color:#7BBAC4;
font-size:17px;
line-height:1.55;
margin-bottom:28px;
max-width:480px;
}
.gtb-hero_cta_pvf{
gap:0.875rem;
margin-bottom:26px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.gtb-hero_trust_pvf{
gap:14px;
display:flex;
flex-wrap:wrap;
align-items:center;
}
.gtb-hero_rating_txt_pvf{
font-size:13px;
color:#7BBAC4;
}
@media(max-width:1026px){
.gtb-hero_pvf{
padding:32px 24px;
}
.gtb-hero_h1_pvf{
font-size:38px;
}
}
@media(max-width:561px){
.gtb-hero_h1_pvf{
font-size:1.875rem;
}
}
.gtb-stat_pvf{
gap:0.875rem;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.gtb-stat_pvf>*{
min-width:0;
}
.gtb-stat_item_pvf{
border-radius:0.813rem;
background:#0D1519;
padding:1.125rem 20px;
border:1px solid #1E2F37;
}
.gtb-stat_k_pvf{
text-transform:uppercase;
font-size:9.5px;
letter-spacing:.12em;
font-family:"Martian Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#6B98A2;
margin-bottom:7px;
}
.gtb-stat_v_pvf{
gap:8px;
align-items:center;
display:flex;
font-weight:700;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:1.5rem;
min-width:0;
color:#E8F6F8;
overflow-wrap:anywhere;
}
.gtb-stat_v_accent_pvf{
color:#00D4E0;
}
@media(max-width:1022px){
.gtb-stat_pvf{
grid-template-columns:repeat(2,1fr);
}
}
.gtb-wlc_pvf{
border-radius:1.25rem;
gap:24px;
padding:2.25rem 40px;
overflow:hidden;
border:1px solid #1E2F37;
background:linear-gradient(120deg,#061318,#03090E);
grid-template-columns:1.2fr .8fr;
align-items:center;
position:relative;
display:grid;
color:#E8F6F8;
}
.gtb-wlc_pvf>*{
min-width:0;
}
.gtb-wlc_pvf .gtb-eyebrow_pvf{
color:#00E5F0;
}
.gtb-wlc_glow_pvf{
border-radius:50%;
background:radial-gradient(circle,rgba(0, 220, 230, 0.22),transparent 70%);
position:absolute;
width:260px;
right:-40px;
top:-40px;
height:260px;
}
.gtb-wlc_in_pvf{
position:relative;
}
.gtb-wlc_h2_pvf{
margin:10px 0 0.5rem;
line-height:1.03;
overflow-wrap:break-word;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#E8F6F8;
font-size:34px;
font-weight:700;
}
.gtb-wlc_h2_pvf em{
font-style:normal;
color:#00E5F0;
}
.gtb-wlc_sub_pvf{
color:#7BBAC4;
max-width:420px;
margin-bottom:1.125rem;
font-size:0.875rem;
line-height:1.55;
}
.gtb-wlc_terms_pvf{
gap:10px;
position:relative;
display:flex;
flex-direction:column;
}
.gtb-term_pvf{
gap:0.688rem;
padding:0.813rem 15px;
border:1px solid rgba(255, 255, 255, 0.12);
border-radius:13px;
background:rgba(255, 255, 255, 0.07);
display:flex;
align-items:center;
}
.gtb-term_pvf svg{
flex:none;
height:1.25rem;
color:#00E5F0;
width:20px;
}
.gtb-term_k_pvf{
color:#7BBAC4;
letter-spacing:.1em;
font-family:"Martian Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:0.594rem;
text-transform:uppercase;
}
.gtb-term_v_pvf{
font-weight:700;
color:#E8F6F8;
font-size:0.875rem;
margin-top:2px;
}
@media(max-width:1027px){
.gtb-wlc_pvf{
grid-template-columns:1fr;
}
}
@media(max-width:561px){
.gtb-wlc_h2_pvf{
font-size:26px;
}
}
.gtb-jp_pvf{
grid-template-columns:1.5fr 1fr 1fr;
gap:0.875rem;
display:grid;
}
.gtb-jp_pvf>*{
min-width:0;
}
.gtb-jp_hero_pvf{
background:linear-gradient(135deg,#061318,#03090E);
overflow:hidden;
border-radius:20px;
padding:1.625rem;
border:1px solid #1E2F37;
gap:14px;
color:#E8F6F8;
justify-content:space-between;
min-height:11.25rem;
flex-direction:column;
display:flex;
position:relative;
}
.gtb-jp_glow_pvf{
border-radius:50%;
background:radial-gradient(circle,rgba(0, 220, 230, 0.22),transparent 70%);
right:-2.5rem;
width:180px;
position:absolute;
height:11.25rem;
top:-2.5rem;
}
.gtb-jp_k_row_pvf{
gap:0.625rem;
position:relative;
align-items:center;
justify-content:space-between;
display:flex;
}
.gtb-jp_k_pvf{
font-size:0.625rem;
letter-spacing:.12em;
color:#6B98A2;
text-transform:uppercase;
font-family:"Martian Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.gtb-jp_hero_pvf .gtb-jp_k_pvf{
color:#7BBAC4;
}
.gtb-jp_amt_pvf{
line-height:1;
color:#00E5F0;
position:relative;
font-size:2.625rem;
font-weight:700;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.gtb-jp_sub_pvf{
margin-top:0.313rem;
color:#7BBAC4;
font-size:0.75rem;
}
.gtb-jp_cell_pvf{
border-radius:20px;
padding:1.375rem;
border:1px solid #1E2F37;
background:#0D1519;
flex-direction:column;
min-height:180px;
display:flex;
justify-content:space-between;
}
.gtb-jp_cell_pvf .gtb-jp_amt_pvf{
font-size:1.875rem;
color:#E8F6F8;
}
.gtb-jp_cell_pvf .gtb-jp_sub_pvf{
color:#6B98A2;
}
@media(max-width:1025px){
.gtb-jp_pvf{
grid-template-columns:1fr;
}
}
@media(max-width:561px){
.gtb-jp_amt_pvf{
font-size:2rem;
}
}
.gtb-steps_pvf{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.gtb-steps_pvf>*{
min-width:0;
}
.gtb-step_pvf{
padding:24px;
border-radius:13px;
border:1px solid #1E2F37;
background:#0D1519;
position:relative;
}
.gtb-step_num_pvf{
background:#00D4E0;
border-radius:8px;
font-family:"Martian Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
justify-content:center;
font-weight:700;
color:#021014;
display:flex;
align-items:center;
width:1.875rem;
font-size:0.813rem;
margin-bottom:14px;
height:1.875rem;
}
.gtb-step_h_pvf{
margin-bottom:7px;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
color:#E8F6F8;
font-size:16px;
}
.gtb-step_p_pvf{
color:#A8C4CA;
font-size:0.813rem;
line-height:1.55;
}
@media(max-width:1022px){
.gtb-steps_pvf{
grid-template-columns:1fr;
}
}
.gtb-dw_h2_pvf{
color:#E8F6F8;
font-size:1.625rem;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
margin-bottom:10px;
font-weight:700;
line-height:1.08;
}
.gtb-steps_v_pvf{
grid-template-columns:1fr;
gap:0.625rem;
}
.gtb-steps_v_pvf .gtb-step_pvf{
padding:18px 1.25rem;
}
@media(max-width:560px){
.gtb-dw_h2_pvf{
font-size:1.438rem;
}
}
.gtb-news_pvf{
gap:1.5rem;
padding:26px 32px;
border:1px solid #1E2F37;
border-radius:20px;
background:linear-gradient(135deg,#061318,#03090E);
justify-content:space-between;
align-items:center;
color:#E8F6F8;
display:flex;
flex-wrap:wrap;
}
.gtb-news_h3_pvf{
color:#E8F6F8;
margin-bottom:0.25rem;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:20px;
font-weight:700;
}
.gtb-news_text_pvf{
font-size:13px;
color:#7BBAC4;
}
.gtb-news_form_pvf{
flex:1;
gap:10px;
max-width:27.5rem;
display:flex;
min-width:0;
}
.gtb-news_form_pvf .gtb-input_pvf{
min-width:0;
}
@media(max-width:561px){
.gtb-news_form_pvf{
width:100%;
}
}
.gtb-input_pvf{
flex:1;
padding:13px 16px;
background:rgba(255, 255, 255, 0.07);
border-radius:8px;
border:1px solid rgba(255, 255, 255, 0.12);
font-size:0.844rem;
color:#7BBAC4;
}
.gtb-tour_pvf{
border:1px solid #1E2F37;
border-radius:1.25rem;
grid-template-columns:1.05fr 1fr;
overflow:hidden;
display:grid;
}
.gtb-tour_pvf>*{
min-width:0;
}
.gtb-tour_l_pvf{
background:linear-gradient(135deg,#061318,#03090E);
overflow:hidden;
padding:34px;
position:relative;
color:#E8F6F8;
}
.gtb-tour_h2_pvf{
margin:12px 0 0.625rem;
font-weight:700;
color:#E8F6F8;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.05;
font-size:1.875rem;
}
.gtb-tour_h2_pvf em{
font-style:normal;
color:#00E5F0;
}
.gtb-tour_text_pvf{
color:#7BBAC4;
line-height:1.6;
font-size:0.844rem;
margin-bottom:20px;
max-width:340px;
}
.gtb-tour_meta_pvf{
gap:18px;
display:flex;
flex-wrap:wrap;
align-items:flex-end;
margin-bottom:20px;
}
.gtb-tour_cap_pvf{
color:#7BBAC4;
font-family:"Martian Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
text-transform:uppercase;
margin-bottom:5px;
font-size:9.5px;
}
.gtb-count_pvf{
gap:6px;
display:flex;
}
.gtb-count_pvf span{
background:rgba(255, 255, 255, 0.07);
border:1px solid rgba(255, 255, 255, 0.12);
border-radius:0.5rem;
padding:0.25rem 9px;
font-size:1.375rem;
font-weight:700;
font-family:"Martian Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.gtb-tour_units_pvf{
color:#7BBAC4;
font-size:10px;
}
.gtb-board_pvf{
padding:1.75rem 1.875rem;
background:#0D1519;
}
.gtb-board_head_pvf{
justify-content:space-between;
display:flex;
align-items:center;
margin-bottom:0.875rem;
}
.gtb-board_title_pvf{
color:#E8F6F8;
font-weight:700;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:16px;
}
.gtb-board_upd_pvf{
text-transform:uppercase;
color:#6B98A2;
font-size:10px;
font-family:"Martian Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.gtb-board_list_pvf{
gap:2px;
display:flex;
flex-direction:column;
}
.gtb-board_row_pvf{
padding:0.625rem 12px;
border-radius:8px;
gap:0.75rem;
display:flex;
align-items:center;
}
.gtb-board_top1_pvf{
background:rgba(0, 212, 224, 0.11);
}
.gtb-board_rk_pvf{
font-weight:700;
font-size:14px;
color:#6B98A2;
font-family:"Martian Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
width:20px;
}
.gtb-board_top1_pvf .gtb-board_rk_pvf{
color:#00D4E0;
}
.gtb-board_nm_pvf{
flex:1;
font-size:13.5px;
color:#A8C4CA;
font-weight:600;
min-width:0;
}
.gtb-board_top1_pvf .gtb-board_nm_pvf{
color:#E8F6F8;
font-weight:700;
}
.gtb-board_pt_pvf{
color:#A8C4CA;
font-family:"Martian Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:0.781rem;
}
@media(max-width:1025px){
.gtb-tour_pvf{
grid-template-columns:1fr;
}
}
@media(max-width:561px){
.gtb-tour_h2_pvf{
font-size:24px;
}
}
.gtb-vip_head_pvf{
gap:12px;
display:flex;
justify-content:space-between;
align-items:flex-end;
margin-bottom:1.125rem;
flex-wrap:wrap;
}
.gtb-vip_intro_pvf{
font-size:0.813rem;
color:#A8C4CA;
max-width:26.25rem;
}
.gtb-vip_pvf{
grid-template-columns:repeat(5,1fr);
gap:12px;
display:grid;
}
.gtb-vip_pvf>*{
min-width:0;
}
.gtb-tier_pvf{
border-radius:0.813rem;
border:1px solid #1E2F37;
background:#0D1519;
padding:1.25rem;
}
.gtb-tier_on_pvf{
border-color:#00D4E0;
background:rgba(0, 212, 224, 0.11);
}
.gtb-tier_medal_pvf{
border-radius:8px;
background:linear-gradient(135deg,#00D4E0,#0099AA);
margin-bottom:0.875rem;
width:1.875rem;
height:1.875rem;
}
.gtb-tier_name_pvf{
font-size:0.938rem;
margin-bottom:0.313rem;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
color:#E8F6F8;
}
.gtb-tier_tx_pvf{
color:#6B98A2;
line-height:1.5;
font-size:11.5px;
}
@media(max-width:1026px){
.gtb-vip_pvf{
grid-template-columns:repeat(2,1fr);
}
}
.gtb-banner_pvf{
border-radius:1.25rem;
overflow:hidden;
border:1px solid #1E2F37;
padding:2.25rem 2.5rem;
gap:1.75rem;
background:linear-gradient(115deg,#061318,#03090E);
align-items:center;
flex-wrap:wrap;
justify-content:space-between;
display:flex;
color:#E8F6F8;
position:relative;
}
.gtb-banner_glow_pvf{
background:radial-gradient(circle,rgba(0, 220, 230, 0.22),transparent 68%);
border-radius:50%;
right:5rem;
height:200px;
top:50%;
position:absolute;
width:200px;
transform:translateY(-50%);
}
.gtb-banner_in_pvf{
position:relative;
max-width:560px;
}
.gtb-banner_pvf .gtb-eyebrow_pvf{
color:#00E5F0;
}
.gtb-banner_h2_pvf{
margin:0.625rem 0;
font-size:30px;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#E8F6F8;
font-weight:700;
line-height:1.05;
}
.gtb-banner_text_pvf{
line-height:1.6;
font-size:14px;
color:#7BBAC4;
}
@media(max-width:561px){
.gtb-banner_h2_pvf{
font-size:24px;
}
}
.gtb-supp_pvf{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.gtb-supp_pvf>*{
min-width:0;
}
.gtb-supp_card_pvf{
padding:24px;
background:#0D1519;
border-radius:13px;
border:1px solid #1E2F37;
}
.gtb-supp_card_pvf svg{
margin-bottom:0.875rem;
width:24px;
height:1.5rem;
color:#00D4E0;
}
.gtb-supp_card_pvf h3{
font-size:1rem;
color:#E8F6F8;
margin-bottom:6px;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
}
.gtb-supp_card_pvf p{
line-height:1.55;
font-size:0.813rem;
color:#A8C4CA;
}
@media(max-width:1025px){
.gtb-supp_pvf{
grid-template-columns:1fr;
}
}
.gtb-promo_grid_pvf{
gap:1rem;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.gtb-promo_grid_pvf>*{
min-width:0;
}
.gtb-promo_pvf{
border-radius:20px;
border:1px solid #1E2F37;
padding:1.5rem;
overflow:hidden;
background:#0D1519;
min-height:9.375rem;
position:relative;
}
.gtb-promo_h_pvf{
margin-top:6px;
line-height:1.05;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
color:#E8F6F8;
font-size:1.625rem;
}
.gtb-promo_h_pvf em{
color:#00D4E0;
font-style:normal;
}
.gtb-promo_p_pvf{
margin-top:0.5rem;
line-height:1.5;
color:#A8C4CA;
font-size:12.5px;
}
.gtb-promo_feat_pvf{
border-color:#1E2F37;
background:linear-gradient(135deg,#061318,#03090E);
}
.gtb-promo_feat_pvf .gtb-promo_h_pvf{
color:#E8F6F8;
}
.gtb-promo_feat_pvf .gtb-promo_h_pvf em{
color:#00E5F0;
}
.gtb-promo_feat_pvf .gtb-promo_p_pvf{
color:#7BBAC4;
}
.gtb-promo_feat_pvf .gtb-eyebrow_pvf{
color:#00E5F0;
}
@media(max-width:1023px){
.gtb-promo_grid_pvf{
grid-template-columns:1fr;
}
}
.gtb-pay_logos_pvf{
gap:0.563rem;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.gtb-pay_logos_pvf>*{
min-width:0;
}
.gtb-pay_pvf{
border-radius:0.5rem;
border:1px solid #1E2F37;
display:flex;
color:#A8C4CA;
justify-content:center;
align-items:center;
font-weight:700;
font-size:12px;
height:48px;
}
.gtb-table_pvf{
overflow:hidden;
border-radius:0.813rem;
border:1px solid #1E2F37;
}
.gtb-trow_pvf{
grid-template-columns:1.3fr 1fr 1fr 1fr;
font-size:13px;
display:grid;
}
.gtb-trow_pvf>div{
padding:13px 14px;
min-width:0;
}
.gtb-trow_pvf>div:first-child{
color:#E8F6F8;
font-weight:700;
padding-left:1rem;
}
.gtb-trow_th_pvf{
background:#080E12;
font-family:"Martian Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:0.594rem;
letter-spacing:.06em;
color:#6B98A2;
text-transform:uppercase;
}
.gtb-trow_pvf:not(.gtb-trow_th_pvf){
background:#0D1519;
color:#A8C4CA;
border-top:1px solid #162228;
}
.gtb-trow_zebra_pvf{
background:#111C21;
}
.gtb-pos_pvf{
font-weight:700;
color:#00D4E0;
}
@media(max-width:1025px){
.gtb-pay_logos_pvf{
grid-template-columns:repeat(2,1fr);
}
}
.gtb-et_h2_pvf{
margin:0.625rem 0 14px;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
font-size:1.75rem;
color:#E8F6F8;
line-height:1.08;
}
.gtb-et_right_pvf{
gap:10px;
display:flex;
flex-direction:column;
}
.gtb-et_updated_pvf{
border:1px solid #1E2F37;
gap:10px;
background:#080E12;
padding:0.875rem 18px;
border-radius:13px;
align-items:center;
color:#A8C4CA;
display:flex;
font-size:12px;
}
.gtb-et_updated_pvf svg{
flex:none;
width:0.938rem;
color:#00D4E0;
height:15px;
}
.gtb-et_updated_pvf b{
color:#E8F6F8;
}
@media(max-width:560px){
.gtb-et_h2_pvf{
font-size:24px;
}
}
.gtb-dispute_pvf{
padding:26px 1.875rem;
gap:1.75rem;
border:1px dashed #2A4050;
border-radius:0.813rem;
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:space-between;
}
.gtb-dispute_in_pvf{
max-width:41.25rem;
}
.gtb-dispute_h2_pvf{
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
font-size:1.375rem;
margin-bottom:0.5rem;
color:#E8F6F8;
}
.gtb-dispute_text_pvf{
line-height:1.6;
font-size:0.844rem;
color:#A8C4CA;
}
.gtb-rc_pvf{
gap:2rem;
grid-template-columns:1fr 1fr 1fr;
display:grid;
}
.gtb-rc_pvf>*{
min-width:0;
}
.gtb-rc_awards_pvf{
gap:0.688rem;
display:flex;
flex-direction:column;
}
.gtb-award_pvf{
gap:11px;
align-items:center;
display:flex;
}
.gtb-award_pvf svg{
flex:none;
height:1.125rem;
color:#F0B429;
width:1.125rem;
}
.gtb-award_t_pvf{
font-weight:700;
font-size:0.844rem;
color:#E8F6F8;
}
.gtb-award_s_pvf{
font-size:0.719rem;
color:#6B98A2;
}
.gtb-rc_press_pvf{
gap:10px;
grid-template-columns:1fr 1fr;
display:grid;
}
.gtb-logo_cell_pvf{
border:1px solid #1E2F37;
border-radius:8px;
align-items:center;
height:3rem;
font-size:13px;
color:#A8C4CA;
justify-content:center;
display:flex;
font-weight:700;
}
.gtb-rc_partner_pvf{
border-radius:13px;
padding:1.25rem;
border:1px solid #1E2F37;
background:#0D1519;
}
.gtb-rc_partner_name_pvf{
font-weight:700;
color:#E8F6F8;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
margin-bottom:0.375rem;
font-size:18px;
}
.gtb-rc_partner_text_pvf{
color:#A8C4CA;
line-height:1.55;
font-size:12.5px;
}
@media(max-width:1021px){
.gtb-rc_pvf{
grid-template-columns:1fr;
gap:22px;
}
.gtb-rc_press_pvf{
grid-template-columns:repeat(4,1fr);
}
}
.gtb-rv_head_pvf{
gap:12px;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
margin-bottom:18px;
align-items:flex-end;
}
.gtb-rv_agg_pvf{
gap:10px;
display:flex;
align-items:center;
}
.gtb-rv_source_pvf{
font-size:12.5px;
color:#6B98A2;
}
.gtb-rv_grid_pvf{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.gtb-rv_grid_pvf>*{
min-width:0;
}
.gtb-review_pvf{
padding:1.5rem;
background:#0D1519;
border:1px solid #1E2F37;
border-radius:0.813rem;
}
.gtb-review_pvf .gtb-stars_pvf{
margin-bottom:10px;
}
.gtb-review_pvf p{
line-height:1.5;
font-size:0.906rem;
color:#E8F6F8;
font-weight:600;
margin-bottom:0.875rem;
}
.gtb-review_by_pvf{
color:#6B98A2;
font-size:0.781rem;
}
@media(max-width:1024px){
.gtb-rv_grid_pvf{
grid-template-columns:1fr;
}
}
.gtb-ab_h2_pvf{
margin:0.875rem 0 1rem;
color:#E8F6F8;
font-weight:700;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:32px;
line-height:1.08;
}
.gtb-ab_body_pvf{
line-height:1.65;
margin-bottom:0.875rem;
color:#A8C4CA;
font-size:15px;
}
.gtb-ab_chips_pvf{
gap:0.625rem;
flex-wrap:wrap;
display:flex;
margin-top:8px;
}
.gtb-faq_pvf{
gap:0.625rem;
display:flex;
flex-direction:column;
}
.gtb-faq_item_pvf{
border:1px solid #1E2F37;
padding:1.125rem 22px;
background:#0D1519;
border-radius:13px;
}
.gtb-faq_q_pvf{
list-style:none;
gap:1rem;
justify-content:space-between;
cursor:pointer;
color:#E8F6F8;
font-size:15.5px;
font-weight:600;
display:flex;
align-items:center;
}
.gtb-faq_q_pvf::-webkit-details-marker{
display:none;
}
.gtb-faq_q_t_pvf{
gap:0.625rem;
display:flex;
}
.gtb-faq_q_i_pvf{
font-style:normal;
color:#00D4E0;
font-family:"Martian Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.gtb-faq_pm_pvf{
font-size:20px;
color:#00D4E0;
font-family:"Martian Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}
.gtb-faq_item_pvf[open] .gtb-faq_pm_pvf{
transform:rotate(45deg);
}
.gtb-faq_a_pvf{
line-height:1.6;
color:#A8C4CA;
margin-top:12px;
font-size:0.844rem;
}
@media(max-width:558px){
.gtb-ab_h2_pvf{
font-size:26px;
}
}
.gtb-provs_pvf{
gap:0.75rem;
grid-template-columns:repeat(6,1fr);
margin-bottom:28px;
display:grid;
}
.gtb-provs_pvf>*{
min-width:0;
}
.gtb-prov_pvf{
background:#0D1519;
border-radius:0.813rem;
border:1px solid #1E2F37;
padding:0.75rem;
text-decoration:none;
display:flex;
height:4rem;
justify-content:center;
align-items:center;
}
.gtb-prov_img_pvf{
object-fit:contain;
max-height:32px;
max-width:100%;
}
.gtb-resp_pvf{
border:1px solid #1E2F37;
padding:26px;
border-radius:13px;
gap:24px;
background:#0D1519;
flex-wrap:wrap;
align-items:center;
justify-content:space-between;
display:flex;
}
.gtb-resp_in_pvf{
max-width:560px;
}
.gtb-resp_h_pvf{
margin-bottom:8px;
font-weight:700;
color:#E8F6F8;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:19px;
}
.gtb-resp_p_pvf{
font-size:13.5px;
line-height:1.6;
color:#A8C4CA;
}
.gtb-resp_badges_pvf{
gap:14px;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.gtb-age18_pvf{
border:1.5px solid #E8323A;
padding:0.25rem 0.5rem;
border-radius:8px;
font-weight:700;
font-family:"Martian Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
color:#E8323A;
font-size:0.813rem;
}
.gtb-resp_org_pvf{
color:#6B98A2;
font-weight:600;
font-size:0.813rem;
}
@media(max-width:1025px){
.gtb-provs_pvf{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:558px){
.gtb-provs_pvf{
grid-template-columns:repeat(2,1fr);
}
}
.gtb-op_h2_pvf{
margin:0.625rem 0 0.5rem;
font-family:"Manrope", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.1;
font-weight:700;
color:#E8F6F8;
font-size:24px;
}
.gtb-op_text_pvf{
font-size:0.844rem;
line-height:1.6;
color:#A8C4CA;
}
@media(max-width:561px){
.gtb-op_h2_pvf{
font-size:22px;
}
}
.gtb-footer_pvf{
padding:2.5rem 28px;
background:#050B0F;
border-top:1px solid #162228;
}
.gtb-footer_grid_pvf{
grid-template-columns:1.4fr 1fr 1fr 1fr;
gap:32px;
max-width:1400px;
margin-bottom:1.75rem;
margin-left:auto;
display:grid;
margin-right:auto;
}
.gtb-footer_grid_pvf>*{
min-width:0;
}
.gtb-footer_grid_pvf h4{
margin-bottom:13px;
color:#3E6370;
text-transform:uppercase;
font-family:"Martian Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
font-size:10px;
letter-spacing:.12em;
}
.gtb-fcol_pvf{
gap:0.563rem;
flex-direction:column;
display:flex;
color:#A8C4CA;
font-size:0.813rem;
}
.gtb-fcol_pvf a{
cursor:pointer;
}
.gtb-ft_about_pvf{
color:#6B98A2;
line-height:1.6;
font-size:0.813rem;
margin-top:0.75rem;
max-width:16.25rem;
}
.gtb-ft_contact_pvf{
color:#00D4E0;
font-family:"Martian Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
overflow-wrap:anywhere;
margin-top:0.75rem;
font-size:0.781rem;
}
.gtb-footer_bottom_pvf{
margin:0 auto;
gap:16px;
justify-content:space-between;
display:flex;
flex-wrap:wrap;
border-top:1px solid #162228;
padding-top:1.25rem;
align-items:center;
max-width:1400px;
}
.gtb-footer_bottom_pvf p{
color:#3E6370;
font-size:0.688rem;
line-height:1.6;
max-width:45rem;
}
@media(max-width:1026px){
.gtb-footer_grid_pvf{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:561px){
.gtb-footer_grid_pvf{
grid-template-columns:1fr;
}
}