/**
 * WISECP · Web Hosting Billing and Digital Services Platform
 *
 * Copyright (c) WISECP LLC — All rights reserved.
 * Unlicensed copying, distribution or use is prohibited.
 *
 * Terms of service: https://wisecp.com/terms-of-service
 */
.about-nav{display:flex;flex-direction:column;margin:0;border-inline-start:1px solid var(--wstyle-border-color)}.about-nav-title{padding-block-end:.65rem;padding-inline-start:1rem;color:var(--wstyle-body-color);font-size:.68rem;font-weight:650;letter-spacing:.08em;line-height:1;text-transform:uppercase;opacity:.7}.about-nav-link{position:relative;padding-block:.5rem;padding-inline-start:1rem;color:var(--wstyle-body-color);font-size:.9rem;font-weight:500;line-height:1.4;text-decoration:none;transition:color .18s ease,padding-inline-start .18s ease}.about-nav-link:before{content:"";position:absolute;inset-block:.15rem;inset-inline-start:-1px;inline-size:2px;background-color:transparent;transition:background-color .18s ease}.about-nav-link:hover{color:var(--wstyle-heading-color);padding-inline-start:1.2rem}.about-nav-link:hover:before{background-color:color-mix(in srgb,var(--wstyle-primary-text) 35%,transparent)}.about-nav-link.active{color:var(--wstyle-heading-color);font-weight:700}.about-nav-link.active:before{inset-inline-start:-2px;inline-size:3px;background-color:var(--wstyle-primary-text)}@media(min-width:992px){.about-nav{position:sticky;inset-block-start:5.5rem}}@media(prefers-reduced-motion:reduce){.about-nav-link{transition:none}}.page-doc-sheet{padding:1.25rem;border:1px solid var(--wstyle-border-color);border-radius:var(--wstyle-radius);background-color:var(--wstyle-surface-bg);box-shadow:var(--wstyle-shadow-sm)}@media(min-width:992px){.page-doc-sheet{padding:2rem 2.25rem}}.about-figure{block-size:100%;min-block-size:14rem;overflow:hidden;border-radius:calc(var(--wstyle-radius) * 1.5);box-shadow:var(--wstyle-shadow-lg)}.about-figure-img{display:block;inline-size:100%;block-size:100%;min-block-size:14rem;object-fit:cover}.about-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));gap:1rem;margin:0}.about-stat{padding:1.25rem;border:1px solid var(--wstyle-border-color);border-radius:var(--wstyle-radius);background-color:var(--wstyle-surface-bg);box-shadow:var(--wstyle-shadow-sm);text-align:center}.about-stat-num{display:block;font-size:clamp(1.5rem,3vw,1.875rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:var(--wstyle-heading-color)}.about-stat-label{display:block;margin-block-start:.35rem;font-size:.85rem;color:var(--wstyle-muted-color)}
