*{
padding:0;
margin:0;
box-sizing:border-box;
}
html{
-webkit-text-size-adjust:100%;
}
body{
background:#0A0F14;
text-rendering:optimizeLegibility;
overflow-wrap:break-word;
font-size:15px;
color:#A8C2CC;
-webkit-font-smoothing:antialiased;
line-height:1.55;
font-family:"Mulish", 'Helvetica Neue', Arial, sans-serif;
}
img{
max-width:100%;
display:block;
}
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{
height:8px;
width:8px;
}
::-webkit-scrollbar-thumb{
border-radius:8px;
background:rgba(4, 10, 16, 0.72);
}
::-webkit-scrollbar-track{
background:transparent;
}
.apy_shell_vch{
grid-template-columns:248px 1fr;
display:grid;
min-height:100vh;
}
.apy_main_vch{
min-width:0;
}
.apy_wrap_vch{
margin:0 auto;
max-width:87.5rem;
width:100%;
}
.apy_container_vch{
margin:0 auto;
padding:0 16px;
max-width:87.5rem;
width:100%;
}
@media(min-width:765px){
.apy_container_vch{
padding:0 28px;
}
}
.apy_section_vch{
padding:1.5rem 28px;
}
.apy_section_pt_vch{
padding-top:2.125rem;
}
.apy_band_soft_vch{
background:#0F1720;
}
.apy_eyebrow_vch{
font-weight:600;
letter-spacing:.14em;
display:inline-block;
text-transform:uppercase;
overflow-wrap:break-word;
line-height:1.4;
color:#00CDE8;
font-size:0.656rem;
font-family:"Mulish", 'Helvetica Neue', Arial, sans-serif;
}
.apy_drawer_cb_vch{
display:none;
}
.apy_overlay_vch{
display:none;
}
@media(max-width:1023px){
.apy_shell_vch{
grid-template-columns:1fr;
}
.apy_main_vch{
padding-bottom:4.875rem;
}
.apy_drawer_cb_vch:checked~.apy_overlay_vch{
background:rgba(4, 10, 16, 0.72);
inset:0;
position:fixed;
display:block;
z-index:70;
}
}
@media(max-width:560px){
.apy_section_vch{
padding:18px 16px;
}
.apy_section_pt_vch{
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 ---------- */
.apy_side_vch{
padding:1.375rem 1.125rem;
gap:22px;
background:#0D1219;
align-self:start;
display:flex;
top:0;
position:sticky;
flex-direction:column;
height:100vh;
border-right:1px solid #141E26;
overflow-y:auto;
}
.apy_brand_vch{
gap:10px;
align-items:center;
display:flex;
}
.apy_logo_vch{
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#E8F4F8;
font-size:1.313rem;
font-weight:700;
letter-spacing:-.02em;
}
.apy_side_cta_vch{
background:rgba(0, 205, 232, 0.11);
border-radius:0.75rem;
border:1px solid #1C2D38;
padding:1rem;
}
.apy_side_cta_h_vch{
font-size:17px;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
color:#E8F4F8;
line-height:1.15;
margin-bottom:6px;
}
.apy_side_cta_p_vch{
margin-bottom:12px;
font-size:12px;
color:#A8C2CC;
line-height:1.45;
}
.apy_nav_vch{
gap:3px;
display:flex;
flex-direction:column;
}
.apy_nav_label_vch{
padding:6px 10px;
color:#3D5F70;
font-family:"Red Hat Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
text-transform:uppercase;
font-size:0.594rem;
letter-spacing:.14em;
}
.apy_nav_item_vch{
gap:0.688rem;
padding:10px;
border-radius:0.5rem;
color:#A8C2CC;
font-weight:500;
align-items:center;
display:flex;
font-size:14px;
}
.apy_nav_item_vch svg{
width:17px;
height:17px;
}
.apy_nav_item_vch:hover{
background:rgba(0, 205, 232, 0.11);
color:#E8F4F8;
}
.apy_nav_item_on_vch{
background:rgba(0, 205, 232, 0.11);
font-weight:600;
color:#00CDE8;
}
.apy_side_foot_vch{
background:#0F1720;
border:1px solid #1C2D38;
border-radius:12px;
padding:12px;
margin-top:auto;
}
.apy_side_foot_vch p{
color:#A8C2CC;
font-size:12.5px;
margin-top:4px;
line-height:1.4;
}
/* ---------- topbar ---------- */
.apy_top_vch{
padding:14px 1.75rem;
background:#0D1219;
gap:16px;
z-index:40;
display:flex;
align-items:center;
top:0;
position:sticky;
border-bottom:1px solid #141E26;
}
.apy_top_brand_vch{
gap:0.563rem;
display:none;
align-items:center;
}
.apy_search_vch{
border-radius:0.75rem;
gap:0.625rem;
background:#0F1720;
flex:1;
border:1px solid #1C2D38;
padding:11px 0.875rem;
max-width:440px;
align-items:center;
display:flex;
color:#6A8FA0;
font-size:0.844rem;
}
.apy_search_vch svg{
flex:none;
width:1rem;
height:16px;
}
.apy_top_actions_vch{
gap:0.75rem;
margin-left:auto;
align-items:center;
display:flex;
}
.apy_lang_vch{
font-family:"Red Hat Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:12px;
color:#A8C2CC;
}
.apy_burger_vch{
border:1px solid #1C2D38;
background:#0F1720;
border-radius:8px;
display:none;
color:#E8F4F8;
width:40px;
justify-content:center;
height:40px;
align-items:center;
}
/* ---------- bottom-nav (mobile) ---------- */
.apy_botnav_vch{
display:none;
}
@media(max-width:1022px){
.apy_side_vch{
transition:transform .25s ease;
height:100vh;
top:0;
position:fixed;
z-index:80;
width:280px;
transform:translateX(-100%);
left:0;
}
.apy_drawer_cb_vch:checked~.apy_shell_vch .apy_side_vch{
transform:translateX(0);
}
.apy_top_vch{
padding:0.875rem 1rem;
gap:12px;
position:static;
flex-wrap:wrap;
}
.apy_top_brand_vch{
display:flex;
}
.apy_search_vch{
display:none;
}
.apy_burger_vch{
display:flex;
}
.apy_top_actions_vch{
gap:0.625rem;
width:100%;
align-items:stretch;
margin-left:0;
}
.apy_top_actions_vch .apy_lang_vch{
display:none;
}
.apy_top_actions_vch .apy_btn_vch{
padding:11px 10px;
flex:1;
text-align:center;
}
.apy_botnav_vch{
background:#0D1219;
padding:8px 6px calc(0.5rem + env(safe-area-inset-bottom));
grid-template-columns:repeat(3,1fr);
bottom:0;
transform:translateZ(0);
right:0;
position:fixed;
display:grid;
left:0;
z-index:65;
border-top:1px solid #1C2D38;
}
.apy_bn_vch{
padding:6px 2px 0;
gap:0.25rem;
font-size:10px;
display:flex;
justify-content:flex-end;
min-width:0;
flex-direction:column;
font-weight:600;
align-items:center;
color:#A8C2CC;
}
.apy_bn_vch svg{
flex:none;
width:1.375rem;
height:1.375rem;
}
.apy_bn_vch span{
overflow:hidden;
text-align:center;
text-overflow:ellipsis;
white-space:nowrap;
max-width:100%;
}
.apy_bn_on_vch{
color:#00CDE8;
}
.apy_bn_center_vch{
position:relative;
}
.apy_bn_fab_vch{
border-radius:50%;
background:#00CDE8;
transform:translateX(-50%);
width:50px;
height:3.125rem;
left:50%;
align-items:center;
display:flex;
color:#030E12;
position:absolute;
box-shadow:0 8px 32px rgba(0, 0, 0, 0.65), 0 2px 10px rgba(0, 205, 232, 0.18);
top:-1.25rem;
justify-content:center;
}
.apy_bn_fab_vch svg{
height:1.5rem;
width:1.5rem;
}
.apy_bn_center_vch span{
color:#00CDE8;
}
}
.apy_btn_vch{
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;
padding:0.688rem 22px;
border-radius:0.5rem;
align-items:center;
font-family:"Mulish", 'Helvetica Neue', Arial, sans-serif;
justify-content:center;
display:inline-flex;
font-size:0.875rem;
font-weight:700;
cursor:pointer;
}
.apy_btn_pri_vch{
background:#00CDE8;
color:#030E12;
box-shadow:0 0 18px rgba(0, 205, 232, 0.45), 0 2px 8px rgba(0, 0, 0, 0.50);
}
.apy_btn_pri_vch:hover{
background:#00B8D0;
}
.apy_btn_ghost_vch{
background:rgba(0, 205, 232, 0.11);
font-weight:600;
color:#E8F4F8;
}
.apy_btn_line_vch{
border:1px solid #254858;
background:transparent;
color:#E8F4F8;
font-weight:600;
}
.apy_btn_lg_vch{
border-radius:12px;
padding:1rem 30px;
font-size:0.938rem;
}
.apy_band_vch .apy_btn_line_vch{
border-color:rgba(255, 255, 255, 0.12);
color:#E8F6FA;
}
.apy_band_vch .apy_btn_ghost_vch{
background:rgba(255, 255, 255, 0.07);
color:#E8F6FA;
}
.apy_link_m_vch{
gap:5px;
font-size:12px;
color:#00CDE8;
align-items:center;
display:inline-flex;
text-decoration:none;
font-family:"Red Hat Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
cursor:pointer;
}
.apy_link_m_vch svg{
height:0.875rem;
width:0.875rem;
}
.apy_band_vch .apy_link_m_vch{
color:#00D8F0;
}
.apy_dot_vch{
background:#00CDE8;
border-radius:50%;
flex:none;
height:7px;
width:0.438rem;
}
.apy_dot_live_vch{
animation:zm3-pulse 1.4s infinite;
background:#E83A3A;
}
.apy_stars_vch{
gap:2px;
color:#00CDE8;
display:inline-flex;
}
.apy_stars_vch svg{
height:15px;
width:0.938rem;
}
.apy_chip_vch{
border:1px solid #1C2D38;
border-radius:8px;
background:#0F1720;
gap:6px;
padding:7px 0.75rem;
font-family:"Red Hat Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#A8C2CC;
font-size:11px;
align-items:center;
display:inline-flex;
}
.apy_chip_on_vch{
border-color:transparent;
background:rgba(0, 205, 232, 0.11);
color:#00CDE8;
}
.apy_gc_vch{
cursor:pointer;
min-width:0;
text-decoration:none;
color:inherit;
display:block;
}
.apy_gc_thumb_vch{
border:1px solid #1C2D38;
border-radius:0.75rem;
overflow:hidden;
background-size:cover;
aspect-ratio:1;
position:relative;
display:block;
background-position:center;
}
.apy_gc_thumb_portrait_vch{
aspect-ratio:3/4;
}
.apy_gc_thumb_wide_vch{
aspect-ratio:16/11;
}
.apy_gc_cap_vch{
padding:9px;
background:linear-gradient(transparent,rgba(4, 10, 16, 0.72));
bottom:0;
left:0;
right:0;
position:absolute;
}
.apy_gc_name_vch{
color:#E8F6FA;
font-size:0.781rem;
display:block;
font-weight:700;
}
.apy_gc_meta_vch{
font-size:11px;
color:#7AB8CC;
}
.apy_gc_badge_vch{
border-radius:0.5rem;
padding:2px 0.375rem;
background:#00CDE8;
font-weight:700;
position:absolute;
font-family:"Red Hat Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#030E12;
font-size:0.5rem;
top:8px;
right:0.5rem;
}
.apy_gc_badge_hot_vch{
background:#E83A3A;
color:#E8F6FA;
}
.apy_gc_badge_live_vch{
background:#E83A3A;
color:#E8F6FA;
right:auto;
left:8px;
}
.apy_gc_mult_vch{
inset:0;
align-items:center;
font-weight:700;
justify-content:center;
position:absolute;
font-size:1.75rem;
display:flex;
color:#00CDE8;
}
.apy_pc_vch{
border:1px solid #1C2D38;
border-radius:0.75rem;
background:#0F1720;
font-size:14px;
font-weight:700;
align-items:center;
height:64px;
display:flex;
color:#A8C2CC;
justify-content:center;
}
.apy_rail_vch{
min-width:0;
}
.apy_rail_scroll_vch{
gap:0.875rem;
display:grid;
}
.apy_rail_scroll_vch>*{
min-width:0;
}
.apy_g6_vch{
grid-template-columns:repeat(6,1fr);
}
.apy_g7_vch{
grid-template-columns:repeat(7,1fr);
}
.apy_g4_vch{
grid-template-columns:repeat(4,1fr);
}
@media(max-width:1025px){
.apy_g6_vch,.apy_g7_vch{
grid-template-columns:none;
overflow-x:auto;
padding-bottom:0.375rem;
scroll-snap-type:x mandatory;
grid-auto-flow:column;
grid-auto-columns:120px;
}
.apy_g6_vch>*,.apy_g7_vch>*{
scroll-snap-align:start;
}
.apy_g4_vch{
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:563px){
.apy_g4_vch{
grid-template-columns:none;
grid-auto-columns:9.375rem;
overflow-x:auto;
grid-auto-flow:column;
}
}
.apy_panel_vch{
padding:1.75rem 2rem;
border:1px solid #1C2D38;
background:#0F1720;
border-radius:1.25rem;
}
.apy_split_vch{
gap:36px;
align-items:start;
display:grid;
}
.apy_split_vch>*{
min-width:0;
}
.apy_split_a_vch{
grid-template-columns:.85fr 1.15fr;
}
.apy_split_b_vch{
grid-template-columns:1fr 1.1fr;
}
.apy_split_c_vch{
grid-template-columns:1.1fr .9fr;
}
.apy_pgrid_vch{
gap:2.5rem;
grid-template-columns:.9fr 1.1fr;
align-items:center;
display:grid;
}
.apy_pgrid_vch>*{
min-width:0;
}
.apy_lead_vch{
color:#A8C2CC;
margin-bottom:14px;
font-size:15px;
line-height:1.65;
}
.apy_feat_vch{
gap:14px;
grid-template-columns:repeat(3,1fr);
display:grid;
}
.apy_feat_vch>*{
min-width:0;
}
.apy_feat2_vch{
grid-template-columns:1fr 1fr;
}
.apy_feat_card_vch{
border:1px solid #1C2D38;
background:#0F1720;
border-radius:1.25rem;
padding:1.625rem;
}
.apy_feat_card_vch svg{
height:26px;
margin-bottom:16px;
color:#00CDE8;
width:1.625rem;
}
.apy_feat_card_vch h3{
font-size:18px;
font-weight:700;
margin-bottom:0.5rem;
color:#E8F4F8;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.apy_feat_card_vch p{
color:#A8C2CC;
line-height:1.6;
font-size:13px;
}
.apy_feat_card_vch b{
color:#E8F4F8;
}
.apy_big_vch{
gap:22px;
display:flex;
flex-wrap:wrap;
}
.apy_big_n_vch{
color:#00CDE8;
font-weight:700;
font-size:26px;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.apy_big_l_vch{
color:#6A8FA0;
font-size:0.75rem;
}
.apy_person_vch{
padding:1rem 18px;
border-radius:0.75rem;
background:#0F1720;
border:1px solid #1C2D38;
gap:14px;
align-items:center;
display:flex;
}
.apy_avatar_vch{
background:linear-gradient(135deg,#00CDE8,#0098B8);
border-radius:50%;
flex:none;
width:2.75rem;
height:2.75rem;
}
.apy_person_name_vch{
font-size:0.875rem;
color:#E8F4F8;
font-weight:700;
}
.apy_person_role_vch{
color:#6A8FA0;
font-size:0.75rem;
}
.apy_kv_vch{
overflow:hidden;
background:#1C2D38;
gap:1px;
grid-template-columns:1fr 1fr;
border-radius:0.75rem;
border:1px solid #1C2D38;
display:grid;
}
.apy_kv_vch>div{
padding:16px 1.125rem;
background:#0A0F14;
min-width:0;
}
.apy_kv_k_vch{
font-size:9.5px;
margin-bottom:5px;
color:#00CDE8;
font-family:"Red Hat Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
text-transform:uppercase;
}
.apy_kv_v_vch{
color:#E8F4F8;
font-size:0.844rem;
font-weight:700;
}
@media(max-width:1026px){
.apy_split_a_vch,.apy_split_b_vch,.apy_split_c_vch,.apy_pgrid_vch{
grid-template-columns:1fr;
gap:24px;
}
.apy_feat_vch,.apy_feat2_vch{
grid-template-columns:1fr;
}
.apy_kv_vch{
grid-template-columns:1fr;
}
}
.apy_sh_vch{
margin-bottom:1rem;
min-width:0;
}
.apy_sh_row_vch{
gap:12px;
justify-content:space-between;
flex-wrap:wrap;
display:flex;
align-items:flex-end;
}
.apy_sh_row_vch .apy_sh_l_vch{
gap:6px;
flex-direction:column;
display:flex;
min-width:0;
}
.apy_sh_stack_vch{
gap:10px;
display:flex;
align-items:flex-start;
flex-direction:column;
}
.apy_sh_center_vch{
gap:0.625rem;
display:flex;
flex-direction:column;
text-align:center;
align-items:center;
}
.apy_sh_h2_vch{
gap:9px;
line-height:1.1;
font-size:1.25rem;
color:#E8F4F8;
font-weight:700;
overflow-wrap:break-word;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
align-items:center;
display:flex;
}
@media(min-width:766px){
.apy_sh_h2_vch{
font-size:24px;
}
}
.apy_band_vch .apy_sh_h2_vch{
color:#E8F6FA;
}
.apy_eb_mono_vch{
letter-spacing:.08em;
text-transform:none;
font-family:"Red Hat Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.apy_eb_mono_vch::before{
content:"// ";
}
.apy_eb_upper_vch{
letter-spacing:.14em;
text-transform:uppercase;
}
.apy_eb_pill_vch{
border-radius:999px;
background:rgba(0, 205, 232, 0.11);
padding:5px 11px;
letter-spacing:.12em;
text-transform:uppercase;
}
.apy_eb_line_vch{
gap:10px;
display:inline-flex;
align-items:center;
}
.apy_eb_line_vch::before{
background:#00CDE8;
width:24px;
content:"";
display:inline-block;
height:1px;
}
.apy_band_vch .apy_eb_line_vch::before{
background:#00D8F0;
}
.apy_band_vch .apy_eb_pill_vch{
background:rgba(255, 255, 255, 0.07);
}
.apy_sh_link_vch{
gap:0.375rem;
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;
white-space:nowrap;
display:inline-flex;
align-items:center;
color:#E8F4F8;
font-size:0.813rem;
font-weight:600;
padding-bottom:2px;
border-bottom:1px solid #E8F4F8;
}
.apy_sh_link_vch:hover{
border-color:#00CDE8;
color:#00CDE8;
}
.apy_sh_link_vch svg{
height:0.875rem;
width:0.875rem;
}
.apy_sh_link_chev_vch{
border-bottom:0;
color:#00CDE8;
padding-bottom:0;
font-size:12px;
font-family:"Red Hat Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.apy_sh_link_btn_vch{
padding:0.563rem 18px;
background:#00CDE8;
border-radius:999px;
color:#030E12;
border-bottom:0;
}
.apy_sh_link_btn_vch:hover{
border-color:transparent;
background:#00B8D0;
}
.apy_band_vch .apy_sh_link_vch{
border-color:#E8F6FA;
color:#E8F6FA;
}
.apy_band_vch .apy_sh_link_chev_vch{
color:#00D8F0;
}
.apy_sh_rule_vch{
background:#1C2D38;
margin:-2px 0 1rem;
height:1px;
}
.apy_band_vch .apy_sh_rule_vch{
background:rgba(255, 255, 255, 0.12);
}
.apy_seo_grid3_vch{
grid-template-columns:repeat(3,1fr);
gap:1.25rem;
display:grid;
}
.apy_seo_grid4_vch{
grid-template-columns:repeat(4,1fr);
gap:13px;
display:grid;
}
.apy_seo_grid3_vch>*,.apy_seo_grid4_vch>*{
min-width:0;
}
.apy_seo_card_vch{
padding:24px;
border-radius:12px;
border:1px solid #1C2D38;
background:#0F1720;
}
.apy_seo_card_vch h3{
color:#E8F4F8;
font-size:1.125rem;
margin-bottom:0.5rem;
font-weight:700;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.apy_seo_card_vch p{
color:#A8C2CC;
line-height:1.6;
font-size:0.813rem;
}
.apy_seo_card_sm_vch{
padding:1.25rem;
}
.apy_seo_card_sm_vch h3{
font-size:16px;
}
.apy_seo_card_sm_vch p{
line-height:1.55;
font-size:0.781rem;
}
.apy_seo_rtp_row_vch{
grid-template-columns:1fr 1fr;
gap:36px;
margin-top:1rem;
align-items:center;
display:grid;
}
.apy_rtp_vch{
gap:14px;
display:flex;
min-width:0;
}
.apy_rtp_vch>div{
background:#0A0F14;
flex:1;
padding:1rem;
border-radius:0.75rem;
text-align:center;
min-width:0;
}
.apy_rtp_n_vch{
font-weight:700;
color:#00CDE8;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
white-space:nowrap;
font-size:1.625rem;
}
.apy_rtp_l_vch{
font-size:0.688rem;
color:#6A8FA0;
margin-top:4px;
}
.apy_cmp_vch{
overflow:hidden;
border:1px solid #1C2D38;
border-radius:0.75rem;
max-width:47.5rem;
}
.apy_cmp_row_vch{
grid-template-columns:1.6fr 1fr 1fr;
display:grid;
font-size:13px;
}
.apy_cmp_row_vch>div{
padding:13px 0.875rem;
text-align:center;
min-width:0;
}
.apy_cmp_row_vch>div:first-child{
color:#E8F4F8;
padding-left:22px;
font-weight:600;
text-align:left;
}
.apy_cmp_th_vch{
background:#0A0F14;
font-size:0.781rem;
font-weight:700;
}
.apy_cmp_row_vch:not(.apy_cmp_th_vch){
background:#0F1720;
border-top:1px solid #141E26;
color:#A8C2CC;
}
.apy_cmp_zebra_vch{
background:#0C1319;
}
.apy_guide_vch{
background:#0F1720;
overflow:hidden;
border:1px solid #1C2D38;
border-radius:0.75rem;
cursor:pointer;
}
.apy_guide_cover_vch{
height:130px;
}
.apy_guide_body_vch{
padding:20px;
}
.apy_guide_body_vch h3{
margin:0.438rem 0 9px;
font-size:1rem;
font-weight:700;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#E8F4F8;
line-height:1.25;
}
.apy_guide_meta_vch{
font-size:0.719rem;
color:#6A8FA0;
}
.apy_hub_vch{
gap:28px;
grid-template-columns:repeat(5,1fr);
padding-top:28px;
border-top:1px solid #141E26;
display:grid;
}
.apy_hub_vch>*{
min-width:0;
}
.apy_hub_vch h4{
font-weight:700;
color:#E8F4F8;
margin-bottom:0.688rem;
font-size:13px;
}
.apy_hub_col_vch{
gap:8px;
color:#A8C2CC;
flex-direction:column;
display:flex;
font-size:13px;
}
.apy_hub_col_vch a{
cursor:pointer;
}
@media(max-width:1026px){
.apy_seo_grid3_vch{
grid-template-columns:1fr;
}
.apy_seo_grid4_vch{
grid-template-columns:repeat(2,1fr);
}
.apy_seo_rtp_row_vch{
grid-template-columns:1fr;
gap:20px;
}
.apy_hub_vch{
gap:1.375rem;
grid-template-columns:repeat(2,1fr);
}
}
@media(max-width:562px){
.apy_hub_vch{
grid-template-columns:1fr;
}
}
.apy_hero_vch{
border-radius:20px;
border:1px solid #1C2D38;
background:linear-gradient(120deg,#061018,#04101A);
overflow:hidden;
padding:2.875rem 48px;
position:relative;
color:#E8F6FA;
}
.apy_hero_glow_vch{
background:radial-gradient(circle,rgba(0, 220, 255, 0.22),transparent 70%);
border-radius:50%;
width:21.25rem;
height:340px;
right:-3.75rem;
top:-60px;
position:absolute;
}
.apy_hero_in_vch{
max-width:37.5rem;
position:relative;
}
.apy_hero_vch .apy_eyebrow_vch{
color:#00D8F0;
}
.apy_pill_row_vch{
border:1px solid rgba(255, 255, 255, 0.12);
gap:8px;
background:rgba(255, 255, 255, 0.07);
padding:0.375rem 0.813rem;
border-radius:999px;
font-size:0.656rem;
align-items:center;
color:#00D8F0;
display:inline-flex;
font-family:"Red Hat Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
letter-spacing:.1em;
text-transform:uppercase;
margin-bottom:22px;
}
.apy_hero_h1_vch{
margin:18px 0;
overflow-wrap:break-word;
font-size:54px;
letter-spacing:-.02em;
font-weight:700;
color:#E8F6FA;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.02;
}
.apy_hero_h1_vch em{
color:#00D8F0;
font-style:normal;
}
.apy_hero_sub_vch{
font-size:17px;
color:#7AB8CC;
line-height:1.55;
max-width:30rem;
margin-bottom:28px;
}
.apy_hero_cta_vch{
gap:14px;
display:flex;
align-items:center;
margin-bottom:1.625rem;
flex-wrap:wrap;
}
.apy_hero_trust_vch{
gap:14px;
align-items:center;
display:flex;
flex-wrap:wrap;
}
.apy_hero_rating_txt_vch{
font-size:13px;
color:#7AB8CC;
}
@media(max-width:1025px){
.apy_hero_vch{
padding:2rem 1.5rem;
}
.apy_hero_h1_vch{
font-size:2.375rem;
}
}
@media(max-width:562px){
.apy_hero_h1_vch{
font-size:1.875rem;
}
}
.apy_stat_vch{
gap:14px;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.apy_stat_vch>*{
min-width:0;
}
.apy_stat_item_vch{
border-radius:12px;
border:1px solid #1C2D38;
padding:18px 1.25rem;
background:#0F1720;
}
.apy_stat_k_vch{
font-size:0.594rem;
letter-spacing:.12em;
margin-bottom:0.438rem;
text-transform:uppercase;
font-family:"Red Hat Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#6A8FA0;
}
.apy_stat_v_vch{
gap:0.5rem;
overflow-wrap:anywhere;
align-items:center;
color:#E8F4F8;
font-weight:700;
font-size:24px;
min-width:0;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
display:flex;
}
.apy_stat_v_accent_vch{
color:#00CDE8;
}
@media(max-width:1025px){
.apy_stat_vch{
grid-template-columns:repeat(2,1fr);
}
}
.apy_wlc_vch{
overflow:hidden;
grid-template-columns:1.2fr .8fr;
border:1px solid #1C2D38;
border-radius:1.25rem;
padding:2.25rem 2.5rem;
gap:24px;
background:linear-gradient(120deg,#061018,#04101A);
position:relative;
display:grid;
color:#E8F6FA;
align-items:center;
}
.apy_wlc_vch>*{
min-width:0;
}
.apy_wlc_vch .apy_eyebrow_vch{
color:#00D8F0;
}
.apy_wlc_glow_vch{
border-radius:50%;
background:radial-gradient(circle,rgba(0, 220, 255, 0.22),transparent 70%);
height:260px;
top:-2.5rem;
width:260px;
position:absolute;
right:-2.5rem;
}
.apy_wlc_in_vch{
position:relative;
}
.apy_wlc_h2_vch{
margin:10px 0 0.5rem;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.03;
color:#E8F6FA;
font-weight:700;
font-size:2.125rem;
overflow-wrap:break-word;
}
.apy_wlc_h2_vch em{
color:#00D8F0;
font-style:normal;
}
.apy_wlc_sub_vch{
max-width:420px;
color:#7AB8CC;
line-height:1.55;
margin-bottom:18px;
font-size:14px;
}
.apy_wlc_terms_vch{
gap:10px;
display:flex;
flex-direction:column;
position:relative;
}
.apy_term_vch{
gap:0.688rem;
background:rgba(255, 255, 255, 0.07);
border:1px solid rgba(255, 255, 255, 0.12);
padding:13px 15px;
border-radius:12px;
align-items:center;
display:flex;
}
.apy_term_vch svg{
flex:none;
color:#00D8F0;
height:1.25rem;
width:20px;
}
.apy_term_k_vch{
font-size:0.594rem;
font-family:"Red Hat Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
letter-spacing:.1em;
color:#7AB8CC;
text-transform:uppercase;
}
.apy_term_v_vch{
color:#E8F6FA;
font-size:14px;
margin-top:2px;
font-weight:700;
}
@media(max-width:1022px){
.apy_wlc_vch{
grid-template-columns:1fr;
}
}
@media(max-width:563px){
.apy_wlc_h2_vch{
font-size:26px;
}
}
.apy_jp_vch{
gap:14px;
grid-template-columns:1.5fr 1fr 1fr;
display:grid;
}
.apy_jp_vch>*{
min-width:0;
}
.apy_jp_hero_vch{
border-radius:1.25rem;
border:1px solid #1C2D38;
background:linear-gradient(135deg,#061018,#04101A);
overflow:hidden;
gap:14px;
padding:26px;
position:relative;
color:#E8F6FA;
flex-direction:column;
min-height:11.25rem;
justify-content:space-between;
display:flex;
}
.apy_jp_glow_vch{
background:radial-gradient(circle,rgba(0, 220, 255, 0.22),transparent 70%);
border-radius:50%;
right:-2.5rem;
top:-40px;
width:11.25rem;
position:absolute;
height:180px;
}
.apy_jp_k_row_vch{
gap:0.625rem;
position:relative;
display:flex;
align-items:center;
justify-content:space-between;
}
.apy_jp_k_vch{
font-size:10px;
font-family:"Red Hat Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#6A8FA0;
letter-spacing:.12em;
text-transform:uppercase;
}
.apy_jp_hero_vch .apy_jp_k_vch{
color:#7AB8CC;
}
.apy_jp_amt_vch{
position:relative;
font-weight:700;
line-height:1;
font-size:42px;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#00D8F0;
}
.apy_jp_sub_vch{
color:#7AB8CC;
margin-top:5px;
font-size:0.75rem;
}
.apy_jp_cell_vch{
border-radius:1.25rem;
padding:22px;
border:1px solid #1C2D38;
background:#0F1720;
min-height:11.25rem;
justify-content:space-between;
flex-direction:column;
display:flex;
}
.apy_jp_cell_vch .apy_jp_amt_vch{
font-size:30px;
color:#E8F4F8;
}
.apy_jp_cell_vch .apy_jp_sub_vch{
color:#6A8FA0;
}
@media(max-width:1027px){
.apy_jp_vch{
grid-template-columns:1fr;
}
}
@media(max-width:561px){
.apy_jp_amt_vch{
font-size:32px;
}
}
.apy_vip_head_vch{
gap:12px;
align-items:flex-end;
flex-wrap:wrap;
margin-bottom:1.125rem;
justify-content:space-between;
display:flex;
}
.apy_vip_intro_vch{
max-width:420px;
color:#A8C2CC;
font-size:0.813rem;
}
.apy_vip_vch{
gap:0.75rem;
grid-template-columns:repeat(5,1fr);
display:grid;
}
.apy_vip_vch>*{
min-width:0;
}
.apy_tier_vch{
border-radius:0.75rem;
padding:20px;
background:#0F1720;
border:1px solid #1C2D38;
}
.apy_tier_on_vch{
background:rgba(0, 205, 232, 0.11);
border-color:#00CDE8;
}
.apy_tier_medal_vch{
background:linear-gradient(135deg,#00CDE8,#0098B8);
border-radius:8px;
height:30px;
margin-bottom:14px;
width:1.875rem;
}
.apy_tier_name_vch{
margin-bottom:5px;
font-weight:700;
color:#E8F4F8;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:15px;
}
.apy_tier_tx_vch{
font-size:11.5px;
color:#6A8FA0;
line-height:1.5;
}
@media(max-width:1025px){
.apy_vip_vch{
grid-template-columns:repeat(2,1fr);
}
}
.apy_supp_vch{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.apy_supp_vch>*{
min-width:0;
}
.apy_supp_card_vch{
border:1px solid #1C2D38;
padding:1.5rem;
border-radius:0.75rem;
background:#0F1720;
}
.apy_supp_card_vch svg{
color:#00CDE8;
height:24px;
margin-bottom:0.875rem;
width:24px;
}
.apy_supp_card_vch h3{
color:#E8F4F8;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
font-size:16px;
margin-bottom:0.375rem;
}
.apy_supp_card_vch p{
line-height:1.55;
font-size:0.813rem;
color:#A8C2CC;
}
@media(max-width:1021px){
.apy_supp_vch{
grid-template-columns:1fr;
}
}
.apy_steps_vch{
grid-template-columns:repeat(3,1fr);
gap:0.875rem;
display:grid;
}
.apy_steps_vch>*{
min-width:0;
}
.apy_step_vch{
background:#0F1720;
border-radius:12px;
border:1px solid #1C2D38;
padding:24px;
position:relative;
}
.apy_step_num_vch{
background:#00CDE8;
border-radius:0.5rem;
justify-content:center;
height:1.875rem;
width:1.875rem;
margin-bottom:0.875rem;
color:#030E12;
font-weight:700;
font-size:13px;
font-family:"Red Hat Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
align-items:center;
display:flex;
}
.apy_step_h_vch{
font-size:16px;
margin-bottom:0.438rem;
font-weight:700;
color:#E8F4F8;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.apy_step_p_vch{
font-size:13px;
line-height:1.55;
color:#A8C2CC;
}
@media(max-width:1027px){
.apy_steps_vch{
grid-template-columns:1fr;
}
}
.apy_promo_grid_vch{
grid-template-columns:repeat(3,1fr);
gap:1rem;
display:grid;
}
.apy_promo_grid_vch>*{
min-width:0;
}
.apy_promo_vch{
overflow:hidden;
padding:1.5rem;
background:#0F1720;
border:1px solid #1C2D38;
border-radius:20px;
min-height:150px;
position:relative;
}
.apy_promo_h_vch{
font-weight:700;
font-size:1.625rem;
color:#E8F4F8;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
margin-top:6px;
line-height:1.05;
}
.apy_promo_h_vch em{
font-style:normal;
color:#00CDE8;
}
.apy_promo_p_vch{
color:#A8C2CC;
font-size:12.5px;
line-height:1.5;
margin-top:0.5rem;
}
.apy_promo_feat_vch{
background:linear-gradient(135deg,#061018,#04101A);
border-color:#1C2D38;
}
.apy_promo_feat_vch .apy_promo_h_vch{
color:#E8F6FA;
}
.apy_promo_feat_vch .apy_promo_h_vch em{
color:#00D8F0;
}
.apy_promo_feat_vch .apy_promo_p_vch{
color:#7AB8CC;
}
.apy_promo_feat_vch .apy_eyebrow_vch{
color:#00D8F0;
}
@media(max-width:1025px){
.apy_promo_grid_vch{
grid-template-columns:1fr;
}
}
.apy_pay_logos_vch{
gap:9px;
grid-template-columns:repeat(4,1fr);
display:grid;
}
.apy_pay_logos_vch>*{
min-width:0;
}
.apy_pay_vch{
border-radius:0.5rem;
border:1px solid #1C2D38;
color:#A8C2CC;
display:flex;
font-size:12px;
font-weight:700;
justify-content:center;
height:48px;
align-items:center;
}
.apy_table_vch{
overflow:hidden;
border-radius:12px;
border:1px solid #1C2D38;
}
.apy_trow_vch{
grid-template-columns:1.3fr 1fr 1fr 1fr;
font-size:13px;
display:grid;
}
.apy_trow_vch>div{
padding:13px 0.875rem;
min-width:0;
}
.apy_trow_vch>div:first-child{
padding-left:16px;
color:#E8F4F8;
font-weight:700;
}
.apy_trow_th_vch{
background:#0A0F14;
font-family:"Red Hat Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:0.594rem;
color:#6A8FA0;
text-transform:uppercase;
letter-spacing:.06em;
}
.apy_trow_vch:not(.apy_trow_th_vch){
background:#0F1720;
color:#A8C2CC;
border-top:1px solid #141E26;
}
.apy_trow_zebra_vch{
background:#0C1319;
}
.apy_pos_vch{
color:#00CDE8;
font-weight:700;
}
@media(max-width:1027px){
.apy_pay_logos_vch{
grid-template-columns:repeat(2,1fr);
}
}
.apy_tour_vch{
grid-template-columns:1.05fr 1fr;
border-radius:20px;
border:1px solid #1C2D38;
overflow:hidden;
display:grid;
}
.apy_tour_vch>*{
min-width:0;
}
.apy_tour_l_vch{
background:linear-gradient(135deg,#061018,#04101A);
padding:34px;
overflow:hidden;
color:#E8F6FA;
position:relative;
}
.apy_tour_h2_vch{
margin:0.75rem 0 0.625rem;
font-size:1.875rem;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
line-height:1.05;
color:#E8F6FA;
}
.apy_tour_h2_vch em{
font-style:normal;
color:#00D8F0;
}
.apy_tour_text_vch{
color:#7AB8CC;
max-width:21.25rem;
font-size:0.844rem;
line-height:1.6;
margin-bottom:20px;
}
.apy_tour_meta_vch{
gap:1.125rem;
margin-bottom:20px;
display:flex;
align-items:flex-end;
flex-wrap:wrap;
}
.apy_tour_cap_vch{
color:#7AB8CC;
font-size:9.5px;
margin-bottom:0.313rem;
font-family:"Red Hat Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
text-transform:uppercase;
}
.apy_count_vch{
gap:6px;
display:flex;
}
.apy_count_vch span{
border-radius:8px;
border:1px solid rgba(255, 255, 255, 0.12);
padding:4px 0.563rem;
background:rgba(255, 255, 255, 0.07);
font-family:"Red Hat Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-weight:700;
font-size:1.375rem;
}
.apy_tour_units_vch{
font-size:0.625rem;
color:#7AB8CC;
}
.apy_board_vch{
background:#0F1720;
padding:28px 30px;
}
.apy_board_head_vch{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:14px;
}
.apy_board_title_vch{
font-weight:700;
font-size:1rem;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#E8F4F8;
}
.apy_board_upd_vch{
font-family:"Red Hat Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:0.625rem;
text-transform:uppercase;
color:#6A8FA0;
}
.apy_board_list_vch{
gap:2px;
display:flex;
flex-direction:column;
}
.apy_board_row_vch{
gap:12px;
border-radius:8px;
padding:0.625rem 12px;
display:flex;
align-items:center;
}
.apy_board_top1_vch{
background:rgba(0, 205, 232, 0.11);
}
.apy_board_rk_vch{
width:1.25rem;
font-family:"Red Hat Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-weight:700;
font-size:14px;
color:#6A8FA0;
}
.apy_board_top1_vch .apy_board_rk_vch{
color:#00CDE8;
}
.apy_board_nm_vch{
flex:1;
font-size:13.5px;
min-width:0;
font-weight:600;
color:#A8C2CC;
}
.apy_board_top1_vch .apy_board_nm_vch{
color:#E8F4F8;
font-weight:700;
}
.apy_board_pt_vch{
font-size:12.5px;
font-family:"Red Hat Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
color:#A8C2CC;
}
@media(max-width:1021px){
.apy_tour_vch{
grid-template-columns:1fr;
}
}
@media(max-width:559px){
.apy_tour_h2_vch{
font-size:24px;
}
}
.apy_news_vch{
background:linear-gradient(135deg,#061018,#04101A);
gap:1.5rem;
border-radius:1.25rem;
border:1px solid #1C2D38;
padding:1.625rem 2rem;
display:flex;
color:#E8F6FA;
align-items:center;
justify-content:space-between;
flex-wrap:wrap;
}
.apy_news_h3_vch{
color:#E8F6FA;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
margin-bottom:4px;
font-size:20px;
}
.apy_news_text_vch{
font-size:0.813rem;
color:#7AB8CC;
}
.apy_news_form_vch{
gap:10px;
flex:1;
max-width:27.5rem;
display:flex;
min-width:0;
}
.apy_news_form_vch .apy_input_vch{
min-width:0;
}
@media(max-width:563px){
.apy_news_form_vch{
width:100%;
}
}
.apy_input_vch{
flex:1;
border-radius:0.5rem;
padding:0.813rem 16px;
background:rgba(255, 255, 255, 0.07);
border:1px solid rgba(255, 255, 255, 0.12);
font-size:0.844rem;
color:#7AB8CC;
}
.apy_dw_h2_vch{
font-weight:700;
margin-bottom:0.625rem;
color:#E8F4F8;
font-size:26px;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.08;
}
.apy_steps_v_vch{
grid-template-columns:1fr;
gap:0.625rem;
}
.apy_steps_v_vch .apy_step_vch{
padding:1.125rem 1.25rem;
}
@media(max-width:560px){
.apy_dw_h2_vch{
font-size:1.438rem;
}
}
.apy_gm_vch{
gap:16px;
grid-template-columns:1.3fr 1fr;
display:grid;
}
.apy_gm_vch>*{
min-width:0;
}
.apy_gm_panel_vch{
padding:1.75rem;
border-radius:20px;
background:#0F1720;
border:1px solid #1C2D38;
}
.apy_gm_h2_vch{
margin:0.625rem 0 0.5rem;
color:#E8F4F8;
font-size:24px;
font-weight:700;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.apy_gm_text_vch{
line-height:1.6;
max-width:27.5rem;
color:#A8C2CC;
margin-bottom:20px;
font-size:0.844rem;
}
.apy_gm_level_vch{
gap:14px;
margin-bottom:1rem;
align-items:center;
display:flex;
}
.apy_gm_lv_vch{
color:#00CDE8;
font-weight:700;
font-size:24px;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.apy_gm_bar_wrap_vch{
flex:1;
min-width:0;
}
.apy_gm_bar_meta_vch{
margin-bottom:0.313rem;
color:#6A8FA0;
justify-content:space-between;
display:flex;
font-family:"Red Hat Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:10px;
}
.apy_bar_vch{
border-radius:999px;
overflow:hidden;
background:#0A0F14;
height:0.5rem;
}
.apy_bar_fill_vch{
background:linear-gradient(90deg,#00CDE8,#0098B8);
border-radius:999px;
height:100%;
display:block;
}
.apy_gm_missions_vch{
gap:0.563rem;
display:flex;
flex-wrap:wrap;
}
.apy_gm_refer_vch{
overflow:hidden;
border-radius:20px;
padding:28px;
background:linear-gradient(150deg,#061018,#04101A);
border:1px solid #1C2D38;
justify-content:space-between;
color:#E8F6FA;
flex-direction:column;
position:relative;
display:flex;
}
.apy_gm_refer_vch .apy_eyebrow_vch{
color:#00D8F0;
}
.apy_gm_ref_h2_vch{
margin:0.625rem 0 0.5rem;
line-height:1.1;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#E8F6FA;
font-size:1.5rem;
font-weight:700;
}
.apy_gm_ref_h2_vch em{
font-style:normal;
color:#00D8F0;
}
.apy_gm_ref_text_vch{
margin-bottom:18px;
font-size:0.813rem;
color:#7AB8CC;
line-height:1.55;
}
@media(max-width:1025px){
.apy_gm_vch{
grid-template-columns:1fr;
}
}
.apy_banner_vch{
overflow:hidden;
gap:1.75rem;
background:linear-gradient(115deg,#061018,#04101A);
border:1px solid #1C2D38;
padding:36px 40px;
border-radius:20px;
flex-wrap:wrap;
display:flex;
color:#E8F6FA;
position:relative;
justify-content:space-between;
align-items:center;
}
.apy_banner_glow_vch{
border-radius:50%;
background:radial-gradient(circle,rgba(0, 220, 255, 0.22),transparent 68%);
top:50%;
position:absolute;
height:200px;
width:12.5rem;
right:80px;
transform:translateY(-50%);
}
.apy_banner_in_vch{
max-width:560px;
position:relative;
}
.apy_banner_vch .apy_eyebrow_vch{
color:#00D8F0;
}
.apy_banner_h2_vch{
margin:10px 0;
font-size:1.875rem;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#E8F6FA;
font-weight:700;
line-height:1.05;
}
.apy_banner_text_vch{
font-size:0.875rem;
line-height:1.6;
color:#7AB8CC;
}
@media(max-width:557px){
.apy_banner_h2_vch{
font-size:1.5rem;
}
}
.apy_op_h2_vch{
margin:10px 0 0.5rem;
line-height:1.1;
font-size:24px;
font-weight:700;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
color:#E8F4F8;
}
.apy_op_text_vch{
line-height:1.6;
font-size:13.5px;
color:#A8C2CC;
}
@media(max-width:563px){
.apy_op_h2_vch{
font-size:1.375rem;
}
}
.apy_ab_h2_vch{
margin:0.875rem 0 16px;
font-size:32px;
line-height:1.08;
color:#E8F4F8;
font-weight:700;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}
.apy_ab_body_vch{
color:#A8C2CC;
font-size:0.938rem;
margin-bottom:0.875rem;
line-height:1.65;
}
.apy_ab_chips_vch{
gap:10px;
display:flex;
margin-top:0.5rem;
flex-wrap:wrap;
}
.apy_faq_vch{
gap:10px;
display:flex;
flex-direction:column;
}
.apy_faq_item_vch{
background:#0F1720;
border-radius:12px;
border:1px solid #1C2D38;
padding:18px 1.375rem;
}
.apy_faq_q_vch{
list-style:none;
gap:16px;
justify-content:space-between;
cursor:pointer;
display:flex;
align-items:center;
color:#E8F4F8;
font-size:0.969rem;
font-weight:600;
}
.apy_faq_q_vch::-webkit-details-marker{
display:none;
}
.apy_faq_q_t_vch{
gap:10px;
display:flex;
}
.apy_faq_q_i_vch{
font-style:normal;
color:#00CDE8;
font-family:"Red Hat Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
}
.apy_faq_pm_vch{
color:#00CDE8;
font-family:"Red Hat Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:20px;
}
.apy_faq_item_vch[open] .apy_faq_pm_vch{
transform:rotate(45deg);
}
.apy_faq_a_vch{
line-height:1.6;
font-size:0.844rem;
margin-top:0.75rem;
color:#A8C2CC;
}
@media(max-width:560px){
.apy_ab_h2_vch{
font-size:26px;
}
}
.apy_gd_head_vch{
gap:12px;
flex-wrap:wrap;
justify-content:space-between;
margin-bottom:1rem;
display:flex;
align-items:center;
}
.apy_rv_head_vch{
gap:0.75rem;
justify-content:space-between;
flex-wrap:wrap;
display:flex;
align-items:flex-end;
margin-bottom:18px;
}
.apy_rv_agg_vch{
gap:0.625rem;
display:flex;
align-items:center;
}
.apy_rv_source_vch{
font-size:12.5px;
color:#6A8FA0;
}
.apy_rv_grid_vch{
grid-template-columns:repeat(3,1fr);
gap:14px;
display:grid;
}
.apy_rv_grid_vch>*{
min-width:0;
}
.apy_review_vch{
border:1px solid #1C2D38;
border-radius:0.75rem;
background:#0F1720;
padding:1.5rem;
}
.apy_review_vch .apy_stars_vch{
margin-bottom:10px;
}
.apy_review_vch p{
color:#E8F4F8;
font-weight:600;
margin-bottom:0.875rem;
font-size:14.5px;
line-height:1.5;
}
.apy_review_by_vch{
font-size:12.5px;
color:#6A8FA0;
}
@media(max-width:1022px){
.apy_rv_grid_vch{
grid-template-columns:1fr;
}
}
.apy_et_h2_vch{
margin:0.625rem 0 14px;
font-size:28px;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
line-height:1.08;
color:#E8F4F8;
font-weight:700;
}
.apy_et_right_vch{
gap:10px;
flex-direction:column;
display:flex;
}
.apy_et_updated_vch{
gap:10px;
padding:14px 18px;
border:1px solid #1C2D38;
border-radius:12px;
background:#0A0F14;
color:#A8C2CC;
font-size:12px;
display:flex;
align-items:center;
}
.apy_et_updated_vch svg{
flex:none;
color:#00CDE8;
height:15px;
width:0.938rem;
}
.apy_et_updated_vch b{
color:#E8F4F8;
}
@media(max-width:563px){
.apy_et_h2_vch{
font-size:24px;
}
}
.apy_provs_vch{
grid-template-columns:repeat(6,1fr);
gap:0.75rem;
display:grid;
margin-bottom:1.75rem;
}
.apy_provs_vch>*{
min-width:0;
}
.apy_prov_vch{
padding:12px;
background:#0F1720;
border:1px solid #1C2D38;
border-radius:12px;
justify-content:center;
text-decoration:none;
display:flex;
align-items:center;
height:64px;
}
.apy_prov_img_vch{
object-fit:contain;
max-width:100%;
max-height:2rem;
}
.apy_resp_vch{
border-radius:0.75rem;
background:#0F1720;
padding:1.625rem;
gap:1.5rem;
border:1px solid #1C2D38;
justify-content:space-between;
flex-wrap:wrap;
display:flex;
align-items:center;
}
.apy_resp_in_vch{
max-width:35rem;
}
.apy_resp_h_vch{
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-size:19px;
margin-bottom:8px;
font-weight:700;
color:#E8F4F8;
}
.apy_resp_p_vch{
font-size:0.844rem;
line-height:1.6;
color:#A8C2CC;
}
.apy_resp_badges_vch{
gap:14px;
display:flex;
align-items:center;
flex-wrap:wrap;
}
.apy_age18_vch{
padding:0.25rem 0.5rem;
border-radius:0.5rem;
border:1.5px solid #E83A3A;
font-family:"Red Hat Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:13px;
color:#E83A3A;
font-weight:700;
}
.apy_resp_org_vch{
font-weight:600;
font-size:13px;
color:#6A8FA0;
}
@media(max-width:1023px){
.apy_provs_vch{
grid-template-columns:repeat(3,1fr);
}
}
@media(max-width:558px){
.apy_provs_vch{
grid-template-columns:repeat(2,1fr);
}
}
.apy_rc_vch{
grid-template-columns:1fr 1fr 1fr;
gap:32px;
display:grid;
}
.apy_rc_vch>*{
min-width:0;
}
.apy_rc_awards_vch{
gap:0.688rem;
display:flex;
flex-direction:column;
}
.apy_award_vch{
gap:0.688rem;
align-items:center;
display:flex;
}
.apy_award_vch svg{
flex:none;
width:1.125rem;
height:1.125rem;
color:#F0C040;
}
.apy_award_t_vch{
font-weight:700;
font-size:0.844rem;
color:#E8F4F8;
}
.apy_award_s_vch{
font-size:0.719rem;
color:#6A8FA0;
}
.apy_rc_press_vch{
gap:0.625rem;
grid-template-columns:1fr 1fr;
display:grid;
}
.apy_logo_cell_vch{
border:1px solid #1C2D38;
border-radius:0.5rem;
align-items:center;
color:#A8C2CC;
font-size:13px;
height:3rem;
font-weight:700;
display:flex;
justify-content:center;
}
.apy_rc_partner_vch{
background:#0F1720;
border:1px solid #1C2D38;
padding:1.25rem;
border-radius:12px;
}
.apy_rc_partner_name_vch{
font-size:18px;
margin-bottom:0.375rem;
font-family:"Unbounded", system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
font-weight:700;
color:#E8F4F8;
}
.apy_rc_partner_text_vch{
font-size:0.781rem;
color:#A8C2CC;
line-height:1.55;
}
@media(max-width:1022px){
.apy_rc_vch{
gap:1.375rem;
grid-template-columns:1fr;
}
.apy_rc_press_vch{
grid-template-columns:repeat(4,1fr);
}
}
.apy_footer_vch{
padding:40px 1.75rem;
background:#070C10;
border-top:1px solid #141E26;
}
.apy_footer_grid_vch{
grid-template-columns:1.4fr 1fr 1fr 1fr;
gap:2rem;
max-width:1400px;
margin-bottom:28px;
margin-right:auto;
margin-left:auto;
display:grid;
}
.apy_footer_grid_vch>*{
min-width:0;
}
.apy_footer_grid_vch h4{
letter-spacing:.12em;
margin-bottom:0.813rem;
text-transform:uppercase;
font-family:"Red Hat Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
font-size:0.625rem;
color:#3D5F70;
}
.apy_fcol_vch{
gap:9px;
display:flex;
color:#A8C2CC;
font-size:13px;
flex-direction:column;
}
.apy_fcol_vch a{
cursor:pointer;
}
.apy_ft_about_vch{
line-height:1.6;
max-width:16.25rem;
font-size:0.813rem;
margin-top:0.75rem;
color:#6A8FA0;
}
.apy_ft_contact_vch{
font-family:"Red Hat Mono", 'SF Mono', Consolas, 'Liberation Mono', monospace;
overflow-wrap:anywhere;
font-size:0.781rem;
margin-top:0.75rem;
color:#00CDE8;
}
.apy_footer_bottom_vch{
gap:16px;
margin:0 auto;
align-items:center;
flex-wrap:wrap;
border-top:1px solid #141E26;
max-width:87.5rem;
display:flex;
padding-top:20px;
justify-content:space-between;
}
.apy_footer_bottom_vch p{
font-size:0.688rem;
line-height:1.6;
color:#3D5F70;
max-width:45rem;
}
@media(max-width:1026px){
.apy_footer_grid_vch{
grid-template-columns:1fr 1fr;
}
}
@media(max-width:562px){
.apy_footer_grid_vch{
grid-template-columns:1fr;
}
}