body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;scroll-behavior:smooth}nav{width:100%;max-width:100vw;display:flex;background-color:hsla(0,0%,94%,.95);position:absolute;padding-inline:5em;padding-block:1.5em;position:fixed}.nav-logo{width:60%}.nav-menu{justify-content:space-between;width:40%}.nav-menu,a{display:flex}a{color:inherit;text-decoration:none;font-weight:500;align-items:center}a,a:hover{transition:all .7s ease}a:hover{transform:scale(1.025);color:var(--red)}*{box-sizing:border-box}h1{margin:0;font-size:44px}h2{font-size:24px;color:#fff;font-weight:400}p{display:flex;align-items:flex-end;padding:2px}section{max-width:100vw}.center{display:flex;justify-content:center;align-items:center}button{background-color:var(--red);color:#fff;font-size:large;border:2px solid #fff;border-radius:5px;padding:.5em;cursor:pointer}button,button:hover{transition:all .25s ease-in-out}button:hover{filter:brightness(1.25);transform:scale(1.025)}.title{min-height:45vh;display:flex;align-items:flex-end}section .title,section .title-text{color:#fff}.wrapper{min-height:100vh}.half-wrapper,.wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding-inline:5em;padding-block:2.5em}.half-wrapper{min-height:50vh}.main-hero{width:100%;height:100%;background-image:url(/images/auxo-cyber-main-hero.png);background-size:cover;background-repeat:no-repeat}.main-hero .wrapper{align-items:start}.bkg1{background-image:url(/images/bkg1.png)}.bkg1,.bkg2{width:100%;height:100%;background-size:cover;background-repeat:no-repeat}.bkg2{background-image:url(/images/bkg2.png)}.bkg3{width:100%;height:100%;background-image:url(/images/network-bkg.jpg);background-size:cover;background-repeat:no-repeat}.about-section{text-align:center;color:#fff}:root{--red:#951305;--blue:#145b9b;--grey:#eee;--darkgrey:#777}.card{padding:2em;justify-content:center}.card,.steps-card{background-color:var(--blue);border-radius:.5rem;display:flex;flex-direction:column;align-items:center;text-align:center}.steps-card{padding:1.5em}.plan-card{background-color:var(--grey);padding:2em;border-radius:.5rem}.card:hover{transform:scale(1.025);filter:brightness(1.25);cursor:pointer}.steps-card-grid{grid-template-columns:repeat(4,1fr);grid-gap:1.5em}.card-grid,.steps-card-grid{width:min(90%,75rem);display:grid;gap:1.5em;padding-block:2rem;margin-inline:auto}.card-grid{grid-template-columns:repeat(3,1fr);grid-gap:1.5em}.coverage{grid-template-columns:repeat(3,1fr)}@media (max-width:65em){.card-grid,.coverage,.steps-card-grid{grid-template-columns:repeat(1,1fr)}}.card-icon{width:120px;height:120px;background-color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center}li{list-style-type:"🗸";line-height:1.5;-webkit-padding-start:1ch;padding-inline-start:1ch;font-weight:600}.strike{text-decoration:line-through;color:var(--darkgrey);list-style-type:"✖"}.plan-card h2{color:var(--darkgrey);font-size:medium}.plan-card h3{color:var(--red);font-size:medium;text-transform:uppercase}.plan-card h2 strong{color:#000;font-size:xx-large}.plan-card p{color:var(--darkgrey);font-style:italic}