:root{--text-color:var(--foreground);--background-color:var(--background);--primary-color:var(--primary)}.site-header{background-color:color-mix(in srgb,var(--background)75%,transparent);-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);width:100%;transition:background-color .2s ease-out}.site-header .site-header__nav-link,.site-header .site-header__logo a,.site-header .site-header__phone{color:var(--foreground)}.site-header__nav-link-weight{font-weight:500}.site-header .site-header__nav-link:hover,.site-header .site-header__nav-dropdown-item:hover{background-color:color-mix(in srgb,currentColor 7%,transparent)}.site-header .site-header__nav-link--active{background-color:color-mix(in srgb,currentColor 14%,transparent);color:inherit}.layout-edge-inner{width:100%;padding-left:clamp(1rem,4vw,2rem);padding-right:clamp(1rem,4vw,2rem)}
:root{--background:#f3f3f3;--card-bg:#fff;--muted:#fff;--foreground:#333;--muted-foreground:#333333d9;--border:#131c1a14;--primary:#471eff;--primary-foreground:#fff;--secondary:#212121;--secondary-foreground:#e7fefd;--color-panel-solid:#fff;--brand-primary:#072a24}[data-theme=dark]{--background:#121212;--card-bg:#1e1e1e;--foreground:#fafafa;--muted:#1a1a1a;--muted-foreground:#a1a1aa;--secondary:#212121;--secondary-foreground:#e7fefd}body{background-color:var(--background)}html .radix-themes:not(.dark),html .radix-themes.light{--background:#f3f3f3;--card-bg:#fff;--muted:#fff;--primary:#471eff;--primary-foreground:#fff;--accent-9:#471eff;--accent-contrast:#fff;--accent-3:#c2f1e3}html[data-theme=dark] .radix-themes,html .radix-themes.dark{--background:#121212;--card-bg:#1e1e1e}html .shared-branding-theme{--muted:#fff;--portal-surface:#fff}html[data-theme=dark] .shared-branding-theme{--muted:#1a1a1a;--portal-surface:#1a1a1a}html .radix-themes .card,html .radix-themes .card-interactive{background-color:var(--card-bg,#fff);box-shadow:none!important}html .card-interactive:hover,html .card-solid:hover,html .card-solid-interactive:hover{box-shadow:none!important;transform:none!important}html .radix-themes .card-interactive:hover,html .radix-themes a:hover .card-interactive,html .radix-themes .card-hover-bg:hover{background-color:#ececec}html[data-theme=dark] .radix-themes .card,html[data-theme=dark] .radix-themes .card-interactive{background-color:var(--card-bg,#1e1e1e)}html .radix-themes .card-solid{background-color:var(--card-bg,#fff);border-color:var(--border)}html[data-theme=dark] .radix-themes .card-solid{background-color:var(--card-bg,#1e1e1e)}.network-primary-btn{background-color:var(--primary)!important;color:var(--primary-foreground)!important}.network-primary-btn:hover{opacity:.9;background-color:var(--primary)!important}button[data-variant=outline],button[data-variant=ghost],a[data-variant=outline],a[data-variant=ghost]{color:var(--foreground)!important}button[data-variant=outline],a[data-variant=outline]{border-color:var(--border)!important}button[data-variant=outline]:hover,a[data-variant=outline]:hover{border-color:var(--foreground)!important;background-color:color-mix(in srgb,var(--foreground)6%,transparent)!important}button[data-variant=ghost]:hover,a[data-variant=ghost]:hover{background-color:color-mix(in srgb,var(--foreground)6%,transparent)!important}.site-header__center{width:min(40rem,100% - 11rem);margin:0;padding:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (min-width:1024px){.site-header__center{width:min(40rem,100% - 18rem)}}.modern-btn--sm{--modern-btn-height:2.75rem;--modern-btn-padding:.75rem 1.125rem}.modern-btn--md{--modern-btn-height:3rem;--modern-btn-padding:.875rem 1.375rem}.modern-btn--lg{--modern-btn-height:3.5rem;--modern-btn-padding:1rem 1.75rem}