@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&family=Lora:ital,wght@0,400;0,500;1,400&display=swap");:root{--gold:#c9a84c;--gold-light:#e2c97e;--navy:#0a1020;--white:#fff;--muted:hsla(0,0%,100%,.65);--sans:"Raleway",system-ui,sans-serif;--serif:"Lora",Georgia,serif}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--white);font-family:var(--sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;background:#080e1c}#bg-fixed{position:fixed;inset:0;z-index:0;pointer-events:none;background:linear-gradient(160deg,#060c1a,#0a1428 45%,#060d1e)}#bg-fixed:before{background:radial-gradient(ellipse 70% 60% at 70% 45%,rgba(20,50,110,.55) 0,transparent 70%),radial-gradient(ellipse 40% 50% at 85% 70%,rgba(10,30,75,.4) 0,transparent 60%),radial-gradient(ellipse 50% 40% at 20% 60%,rgba(201,168,76,.04) 0,transparent 55%),radial-gradient(ellipse 60% 35% at 50% 20%,rgba(15,35,85,.3) 0,transparent 60%)}#bg-fixed:after,#bg-fixed:before{content:"";position:absolute;inset:0}#bg-fixed:after{background-image:url(/bg-network.svg);background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:.75}footer,main,nav{position:relative;z-index:1}h1,h2,h3,p{text-wrap:balance}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.hero,.panel{position:relative;z-index:2;background:transparent}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fadeUp .7s ease both}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.25s}.delay-3{animation-delay:.4s}.delay-4{animation-delay:.55s}@media (max-width:768px){.two-col{gap:40px!important}.solution-row,.two-col{grid-template-columns:1fr!important}.solution-row{gap:32px!important}.dir-row{gap:12px!important}.contact-grid,.dir-row{grid-template-columns:1fr!important}.contact-grid{gap:48px!important}.form-row{grid-template-columns:1fr!important}}