:root{--base:100%;--heading-line-height:1.2;--h1:2.75rem;--h2:1.65rem;--h3:1.35rem;--h4:1.15rem;--h5:0.95rem;--font-small:0.875rem;--font-copy:1.125rem;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;--font-serif:"Source Serif Pro","Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;--font-one:var(--font-sans);--font-two:var(--font-sans);--font-three:var(--font-serif);--color-bg:#f6f5f2;--color-surface:#fffcf8;--color-ink:#1c1c1c;--color-ink-muted:#5c5c57;--color-ink-subtle:#8a8a84;--color-accent:#3d4a45;--color-border:#e6e2da;--color-border-strong:#d3cfc6;--color-black-on-white:var(--color-ink-muted);--black:var(--color-bg);--groy:var(--color-ink-subtle);--groy-text:var(--color-ink-muted);--blue:var(--color-accent);--blue-light-1:var(--color-accent);--color-black-1:var(--color-bg);--color-black-2:var(--color-surface);--color-white-1:var(--color-surface);--color-white-2:var(--color-ink-muted);--border-color-1:var(--color-border);--border-color-2:var(--color-border-strong);--border-color-3:var(--color-border);--transition-easing:cubic-bezier(0.65,0,0.35,1);--margin-small-text-under-big-text:5px;--padding-inside-max-width:20px;--max-width:1120px;--list-max-width:42rem;--sidebar-width:216px;--mobile-bar-height:52px}*{border:none;box-sizing:border-box;font-family:var(--font-sans);margin:0;padding:0}html{font-size:var(--base)}body,html{background-color:var(--color-bg);color:var(--color-ink)}body{min-height:100%}@media (min-width:901px){body{padding-left:var(--sidebar-width)}}@media (max-width:900px){body{padding-top:var(--mobile-bar-height)}}h1,h2,h3,h4,h5{color:var(--color-ink);font-family:var(--font-sans);font-weight:500;letter-spacing:-.02em;line-height:var(--heading-line-height)}h1{margin-top:0;font-size:var(--h1)}h2{font-size:var(--h2)}h3{font-size:var(--h3)}h4{font-size:var(--h4)}h5{font-size:var(--h5)}a{color:var(--color-accent)}::-moz-selection{background:#e8e4dc;color:var(--color-ink)}::selection{background:#e8e4dc;color:var(--color-ink)}@media (max-width:600px){:root{--base:100%;--h1:2rem;--h2:1.4rem;--h3:1.2rem;--h4:1.05rem;--h5:0.9rem;--font-small:0.8125rem;--font-copy:1.0625rem;--margin-small-text-under-big-text:0px;--padding-inside-max-width:16px}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.logo-marquee-wrap{border-bottom:1px solid var(--color-border);margin:0 auto;opacity:.01;padding-bottom:8px}.logo-marquee-wrap--ready{-webkit-animation:fadeIn .5s ease-in forwards;animation:fadeIn .5s ease-in forwards}.logo-marquee{--logo-h:42px;--logo-w:140px;margin:0 auto;max-width:var(--max-width);overflow:hidden}.logo-marquee__track{align-items:center;-webkit-animation:logo-marquee 40s linear infinite;animation:logo-marquee 40s linear infinite;display:flex;flex-shrink:0;width:-webkit-max-content;width:-moz-max-content;width:max-content}.logo-marquee-wrap:not(.logo-marquee-wrap--ready) .logo-marquee__track{-webkit-animation-play-state:paused;animation-play-state:paused}.logo-marquee__item{align-items:center;display:flex;flex-shrink:0}.logo-marquee__img{display:block;filter:grayscale(1);height:var(--logo-h,32px);margin:0 36px;max-height:var(--logo-h,32px);max-width:var(--logo-w,110px);-o-object-fit:contain;object-fit:contain;opacity:.55;transition:opacity .2s ease-in;width:auto}.logo-marquee__item:hover .logo-marquee__img{opacity:.9}@-webkit-keyframes logo-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes logo-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:900px){.logo-marquee{--logo-h:32px;--logo-w:110px}.logo-marquee__img{margin:0 22px}}@media (prefers-reduced-motion:reduce){.logo-marquee__track{-webkit-animation:none;animation:none}}.service-motif{color:var(--color-ink);display:block;height:72px;margin:0;margin-inline:0;overflow:visible;padding:0;padding-inline:0;vertical-align:top;width:80px}.service-motif__line{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.15}.service-motif__node{fill:currentColor;transform-box:fill-box;transform-origin:center}.service-motif--readiness .service-motif__cite{-webkit-animation:motif-scale 3.6s var(--transition-easing) infinite;animation:motif-scale 3.6s var(--transition-easing) infinite}.service-motif--build .service-motif__step{-webkit-animation:motif-scale 5.2s var(--transition-easing) infinite;animation:motif-scale 5.2s var(--transition-easing) infinite}.service-motif--build .service-motif__step--1{-webkit-animation-delay:0s;animation-delay:0s}.service-motif--build .service-motif__step--2{-webkit-animation-delay:.55s;animation-delay:.55s}.service-motif--build .service-motif__step--3{-webkit-animation-delay:1.1s;animation-delay:1.1s}.service-motif--build .service-motif__step--4{-webkit-animation-delay:1.65s;animation-delay:1.65s}.service-motif--systems .service-motif__hub{-webkit-animation:motif-hub 5.8s var(--transition-easing) infinite;animation:motif-hub 5.8s var(--transition-easing) infinite}.service-motif--systems .service-motif__step{-webkit-animation:motif-scale 6.4s var(--transition-easing) infinite;animation:motif-scale 6.4s var(--transition-easing) infinite}.service-motif--systems .service-motif__step--1{-webkit-animation-delay:0s;animation-delay:0s}.service-motif--systems .service-motif__step--2{-webkit-animation-delay:.45s;animation-delay:.45s}.service-motif--systems .service-motif__step--3{-webkit-animation-delay:.9s;animation-delay:.9s}.service-motif--systems .service-motif__step--4{-webkit-animation-delay:1.35s;animation-delay:1.35s}.service-motif--systems .service-motif__step--5{-webkit-animation-delay:1.8s;animation-delay:1.8s}.service-motif--systems .service-motif__step--6{-webkit-animation-delay:2.25s;animation-delay:2.25s}.service-motif--systems .service-motif__step--7{-webkit-animation-delay:2.7s;animation-delay:2.7s}.service-motif--systems .service-motif__step--8{-webkit-animation-delay:3.15s;animation-delay:3.15s}.service-motif--fractional .service-motif__hub{-webkit-animation:motif-hub 5s var(--transition-easing) infinite;animation:motif-hub 5s var(--transition-easing) infinite}.service-motif--fractional .service-motif__cite{-webkit-animation:motif-nudge 5s var(--transition-easing) infinite;animation:motif-nudge 5s var(--transition-easing) infinite}@-webkit-keyframes motif-scale{0%,to{transform:scale(1)}50%{transform:scale(1.22)}}@keyframes motif-scale{0%,to{transform:scale(1)}50%{transform:scale(1.22)}}@-webkit-keyframes motif-hub{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes motif-hub{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@-webkit-keyframes motif-nudge{0%,to{transform:translate(0)}50%{transform:translate(1.5px,-1px)}}@keyframes motif-nudge{0%,to{transform:translate(0)}50%{transform:translate(1.5px,-1px)}}@media (prefers-reduced-motion:reduce){.service-motif__cite,.service-motif__hub,.service-motif__step{-webkit-animation:none;animation:none}}:root{--post-max-width:38rem;--post-text-color:var(--color-ink)}.post__content{max-width:var(--post-max-width);margin:0 auto;padding:1.25rem 0 2rem}.post__content h1,.post__content h2,.post__content h3,.post__content h4,.post__content h5{color:var(--color-ink);font-family:var(--font-sans);font-weight:600;letter-spacing:-.02em;line-height:1.25;margin:2.4em 0 .7em;text-align:left}.post__content h1{font-size:1.75rem}.post__content h2{font-size:1.45rem}.post__content h3{font-size:1.2rem}.post__content h4{font-size:1.05rem}.post__content h5{font-size:1rem}.post__content h1:first-child,.post__content h2:first-child,.post__content h3:first-child{margin-top:.5em}.post__content li,.post__content p{color:var(--post-text-color);font-family:var(--font-serif);font-size:var(--font-copy);font-weight:400;letter-spacing:.01em;line-height:1.7}.post__content p{margin:0 0 1.35em;text-align:left}.post__content p:last-child{margin-bottom:0}.post__content ol,.post__content ul{margin:0 0 1.5em;padding:0 0 0 1.35em;text-align:left}.post__content li{margin:0 0 .55em;padding-left:.15em}.post__content li:last-child{margin-bottom:0}.post__content strong{color:var(--color-ink);font-weight:600}.post__content em{font-family:inherit;font-style:italic}.post__content a{color:var(--color-ink);font-family:inherit;text-decoration:underline;-webkit-text-decoration-color:var(--color-border-strong);text-decoration-color:var(--color-border-strong);text-decoration-thickness:1px;text-underline-offset:.18em}.post__content a:hover{-webkit-text-decoration-color:var(--color-ink);text-decoration-color:var(--color-ink)}.post__content blockquote{border-left:1px solid var(--color-border-strong);color:var(--color-ink-muted);font-family:var(--font-serif);font-size:var(--font-copy);font-style:italic;font-weight:400;line-height:1.7;margin:2em 0;padding:.15em 0 .15em 1.15em}.post__content blockquote p:last-child{margin-bottom:0}.post__content img{border-radius:2px;display:block;height:auto;margin:0 auto;max-width:100%;width:100%}.post__content img:not([width]){aspect-ratio:16/9;background:transparent;-o-object-fit:contain;object-fit:contain}.post__content figure{background-color:transparent;margin:2.25em auto;max-width:100%}.post__content figcaption{color:var(--color-ink-subtle);font-family:var(--font-sans);font-size:.8125rem;line-height:1.5;margin-top:.65rem;text-align:center}.post__content video{display:block;height:auto;margin:2em auto;max-height:400px;max-width:100%}.post__content hr{background:none;border:0;border-top:1px solid var(--color-border);margin:2.5em auto;width:40%}.post__content code{background:#efece6;border-radius:3px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.86em;padding:.12em .35em}.post__content pre{background:#efece6;border-radius:4px;margin:2em 0;overflow-x:auto;padding:1rem 1.1rem}.post__content pre code{background:transparent;padding:0}@media (max-width:600px){.post__content h1{font-size:1.5rem}.post__content h2{font-size:1.28rem}.post__content h3{font-size:1.12rem}}