.feature-highlights{padding:0;width:min(100%,400px);margin:0 auto}.feature-highlights__panel{padding:0}.feature-highlights__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem}.feature-highlight{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:var(--spacing-sm);padding:1.25rem .75rem;min-height:8rem;position:relative}.feature-highlight:after{content:"";position:absolute;top:1.25rem;right:0;bottom:1.25rem;width:1px;background:var(--text-gray);opacity:.35}.feature-highlight:nth-child(4n):after{display:none}.feature-highlight__icon{display:inline-flex;align-items:center;justify-content:center;color:var(--text-orange-light);width:2.2rem;height:2.2rem}.feature-highlight__icon svg{width:100%;height:100%;display:block;stroke:var(--text-orange-light)}.feature-highlight__label{margin:0;color:var(--text-white);font-size:var(--font-size-xsmall)}@media(max-width:900px){.feature-highlights__list{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-highlight:nth-child(2n):after{display:none}}@media(max-width:640px){.feature-highlights__list{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-highlight:after{display:none}}.hero{padding:0 1.5rem}.hero-container{position:relative;display:flex;flex-direction:row;justify-content:space-evenly;gap:clamp(1rem,2.5vw,2.5rem);padding:clamp(2rem,4vw,5rem);max-width:1200px;width:min(100%,1200px);border-radius:24px;margin:1.5rem auto 2.5rem;overflow:hidden;--hero-bg-opacity: .92;box-sizing:border-box;box-shadow:0 30px 90px #00000038;background-color:var(--bg-dark-blue)}@media(max-width:640px){.hero-container{flex-direction:column;align-items:stretch}.hero-container__callout,.hero-container__cta{width:100%}.hero-container__cta{justify-content:center;margin-top:1.5rem}}.hero-container__callout{display:flex;flex-direction:column;align-items:start;text-align:left;max-width:400px}.hero-container__callout>.hero-title{font-size:3em}.hero-container__callout span.orangeText{color:var(--text-orange)}.hero-container:before{content:"";position:absolute;inset:0;background-image:url(/images/hero-banner.png);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:1;pointer-events:none;z-index:0}.hero-container:after{content:"";position:absolute;inset:0;pointer-events:none;z-index:0}.hero-container>*{position:relative;top:.5rem;left:1.5rem;width:100%;z-index:1}.hero-container__cta{display:flex;flex-direction:row;align-items:center;justify-content:start}.hero-container__cta a{padding:.8rem 1rem;color:var(--text-dark-blue);background-color:var(--text-orange-light);font-weight:600;display:inline-flex;align-items:center;gap:.5rem}.hero-cta__icon{display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;line-height:1}.hero-title{color:var(--text-white);margin:0;padding:.45rem .65rem;font-weight:700;line-height:1.05;text-shadow:0 8px 24px rgba(0,0,0,.35)}.hero-description{color:var(--text-white);font-size:var(--font-size-small);margin:0;padding:.85rem 1rem;font-weight:400;max-width:72ch;border-radius:16px;line-height:1.8}.hero-cta{display:flex;gap:.75rem;justify-content:center;margin-top:.75rem;flex-wrap:wrap;z-index:1}.hero-img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;border-radius:inherit}@media(max-width:640px){.hero-container>*{left:0;top:0}.hero-container__cta{justify-content:center}}@media(min-width:1200px){.hero-container{min-height:40vh}.hero-title{font-size:clamp(2rem,3.2vw,3.5rem)}}.why-connectsbits{padding:1rem 1.5rem}.why-connectsbits__intro{text-align:center;max-width:60rem;margin:0 auto 1.5rem;width:min(100%,780px);display:flex;flex-direction:column;align-items:center}.why-connectsbits__intro .eyebrow{display:inline-block;color:var(--text-orange-light);font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem}.why-connectsbits__intro h2{margin:0 0 1rem;font-size:clamp(2rem,3.6vw,2.8rem);color:var(--text-orange-light);max-width:640px}.why-connectsbits__intro p,.why-connectsbits__card p{margin:0;padding:0;color:var(--text-orange-light);line-height:1.9}.why-connectsbits__quotes{display:flex;flex-direction:row;gap:1.5rem}.why-connectsbits__quotes p{text-align:left}.why-connectsbits__grid{display:grid;gap:1rem}@media(min-width:760px){.why-connectsbits__grid{grid-template-columns:repeat(3,minmax(220px,1fr))}}.why-connectsbits__card{position:relative;background:var(--bg-light);border:1px solid var(--muted);border-radius:24px;padding:4.5rem 1.5rem 1.5rem;display:flex;flex-direction:column;justify-content:space-between;overflow:visible;margin-top:80px}.why-connectsbits__card-topper{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);width:132px;height:132px;display:flex;align-items:center;justify-content:center}.why-connectsbits__card-orange-ring,.why-connectsbits__card-white-ring,.why-connectsbits__card-gray-ring{border-radius:50%}.why-connectsbits__card-orange-ring{position:absolute;width:132px;height:132px;background-color:var(--bg-orange-light);top:0;left:0}.why-connectsbits__card-gray-ring{position:absolute;top:5px;width:132px;height:129px;background-color:var(--bg-light)}.why-connectsbits__card-white-ring{position:absolute;top:10px;width:110px;height:110px;background-color:var(--bg-white)}.why-connectsbits__card-img{position:absolute;top:20px;width:80px;height:80px;z-index:3}.why-connectsbits__card h3{margin:.75rem 0;color:var(--text-success);font-size:1.25rem}.why-connectsbits__card p{margin:0;color:var(--text-gray);line-height:1.85}.why-connectsbits__cta{display:flex;flex-direction:row;align-items:center;gap:1rem;margin-top:1.5rem;padding:1rem 1.25rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.08);border-radius:24px}.why-connectsbits__icon{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:50%;background:var(--text-blue);color:var(--text-white);flex-shrink:0}.why-connectsbits__icon svg{width:1.75rem;height:1.75rem}.why-connectsbits__cta-copy{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%}.why-connectsbits__cta-img{display:flex;flex-direction:row}.why-connectsbits__cta-text{align-self:center}.why-connectsbits__cta-divider{width:1px;height:60px;background:var(--text-gray);opacity:.3;margin:0 .5rem}.why-connectsbits__cta-link:not(.button){color:var(--text-orange);text-decoration:none;font-weight:700;padding:0}.why-connectsbits__cta-link:not(.button):hover,.why-connectsbits__cta-link:not(.button):focus-visible{text-decoration:underline}@media(max-width:760px){.why-connectsbits__intro{padding:0 .75rem}.why-connectsbits__intro h2{font-size:clamp(1.85rem,5vw,2.4rem)}.why-connectsbits__intro p{max-width:44ch;margin:0 auto}.why-connectsbits__grid{grid-template-columns:1fr;gap:1rem}.why-connectsbits__card{padding:3rem 1.25rem 1.25rem;margin-top:56px}.why-connectsbits__card-topper,.why-connectsbits__card-orange-ring,.why-connectsbits__card-gray-ring{width:108px;height:108px}.why-connectsbits__card-white-ring{width:90px;height:90px;top:9px}.why-connectsbits__card-img{top:18px;width:70px;height:70px}.why-connectsbits__card h3{font-size:1.15rem}.why-connectsbits__cta{flex-direction:column;align-items:stretch;gap:1rem;padding:1rem}.why-connectsbits__cta-copy{flex-direction:column;align-items:flex-start;text-align:left}.why-connectsbits__cta-divider{display:none}.why-connectsbits__cta-link{align-self:center}}.btn{text-decoration:none;border:0;padding:10px 16px;border-radius:8px;font-weight:600}.btn-primary{background:var(--text-blue);color:var(--text-white)}.btn-ghost{background:transparent;color:var(--text-blue);border:1px solid rgba(0,0,0,.06)}@media(min-width:640px){.hero-container{padding:0 .25rem}.services-list{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.hero-cta{justify-content:flex-start}.services-list{grid-template-columns:repeat(3,1fr)}}
