/* Section Seven brand 1.0.0. Edit canonical source, then distribute. */
:root{
  --s7-green:#147a43;
  --s7-offwhite:#f3f1ea;
  --s7-ink:#171714;
  --s7-surface:#faf8f3;
  --s7-muted:#6f6d66;
  --s7-line:#cac6ba;
  --s7-soft:#e7e2d7;
  --s7-charcoal:#151716;
  --s7-font:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;
  --s7-phi:1.618;
  --s7-tap:48px;
  --s7-space-1:8px;
  --s7-space-2:13px;
  --s7-space-3:21px;
  --s7-space-4:34px;
  --s7-space-5:55px;
  --s7-space-6:89px;
  --s7-space-7:144px;
}
[data-s7-profile="corporate"]{--bg:var(--s7-green);--text:var(--s7-offwhite);--s7-page:var(--s7-green);--s7-text:var(--s7-offwhite);--s7-action:var(--s7-offwhite);--s7-action-text:var(--s7-green)}
[data-s7-profile="tools"],[data-s7-profile="home"]{--bg:var(--s7-offwhite);--surface:var(--s7-surface);--ink:var(--s7-ink);--muted:var(--s7-muted);--line:var(--s7-line);--soft:var(--s7-soft);--brand:var(--s7-green);--s7-page:var(--s7-offwhite);--s7-text:var(--s7-ink);--s7-action:var(--s7-ink);--s7-action-text:var(--s7-offwhite)}
html[data-s7-profile="corporate"] body,html[data-s7-profile="tools"] body,html[data-s7-profile="home"] body{font-family:var(--s7-font)}
.s7-template{margin:0;background:var(--s7-page);color:var(--s7-text);font-family:var(--s7-font);font-size:16px;line-height:1.6}
.s7-template *{box-sizing:border-box}.s7-template a{color:inherit}.s7-shell{width:min(calc(100% - 68px),1380px);margin-inline:auto}.s7-header,.s7-footer{display:flex;align-items:center;justify-content:space-between;gap:21px;padding:21px 0;border-bottom:1px solid currentColor}.s7-footer{border-top:1px solid currentColor;border-bottom:0;font-size:13px}.s7-brand{font-size:14px;font-weight:700;letter-spacing:.07em;text-decoration:none;display:inline-flex;gap:13px;align-items:center;min-height:48px}.s7-brand span{font-weight:400}.s7-phi{display:grid;grid-template-columns:minmax(0,.618fr) minmax(0,1fr);gap:55px;padding-block:89px}.s7-eyebrow{font-size:12px;letter-spacing:.12em;text-transform:uppercase}.s7-title{font-size:clamp(44px,7.2vw,112px);font-weight:500;line-height:1.02;letter-spacing:-.022em;margin:0 0 34px}.s7-lead{font-size:21px;line-height:1.6;max-width:65ch}.s7-action{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 21px;background:var(--s7-action);color:var(--s7-action-text)!important;border:1px solid var(--s7-action);text-decoration:none;font-weight:600;margin-top:21px}.s7-template :focus-visible{outline:2px solid currentColor;outline-offset:4px}.s7-template main{min-height:65vh}
@media(max-width:1100px){.s7-shell{width:calc(100% - 42px)}}@media(max-width:760px){.s7-shell{width:calc(100% - 34px)}.s7-phi{grid-template-columns:1fr;gap:34px;padding-block:55px}.s7-header,.s7-footer{flex-wrap:wrap}.s7-lead{font-size:18px}.s7-action{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important;animation-iteration-count:1!important}}
