*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

html {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'cv11', 'ss01';
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(11 18 32 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  font-size: 17px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  letter-spacing: -0.02em;
}

/* FocusOnNavigate parks focus on the page h1 so screen readers announce it
     after a navigation. The heading is not tabbable, so the ring some browsers
     draw round it on load is noise; focus itself is left intact. */

h1[tabindex="-1"]:focus,
  h1[tabindex="-1"]:focus-visible {
  outline: none;
}

.app-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Navbar - clean, restrained */

.navbar {
  position: sticky;
  top: 0px;
  z-index: 50;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 232 236 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / 0.95);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.navbar-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  /* 1100px of content plus 32px gutters, as the designs measure it */
  box-sizing: content-box;
  max-width: 1100px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.navbar-brand {
  display: flex;
  align-items: center;
  text-decoration-line: none;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.navbar-brand:hover {
  opacity: 0.7;
}

.navbar-logo {
  width: auto;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navbar-nav {
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  padding: 0px;
}

.nav-item {
  list-style-type: none;
}

.nav-link {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(92 101 120 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  font-size: 15px;
  letter-spacing: -0.01em;
}

.nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(11 18 32 / var(--tw-text-opacity, 1));
}

.nav-link.active {
  --tw-text-opacity: 1;
  color: rgb(11 18 32 / var(--tw-text-opacity, 1));
  font-weight: 500;
}

/* Contact sits in teal unless it is the active page */

.nav-link-contact {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
  font-weight: 500;
}

.nav-link-contact:hover {
  --tw-text-opacity: 1;
  color: rgb(11 18 32 / var(--tw-text-opacity, 1));
}

/* Hero Section - calm, spacious */

/* Content Section */

/* Offer Block */

/* Outcomes Section */

/* Team Section */

/* Products Note */

/* About Page Sections */

/* Method Section (How We Work) */

/* Process Steps (How We Work) */

/* Value Review Section (Productized CTA) */

/* Not For Section */

/* Proof Section */

/* Products Page Sections */

/* App Showcase */

/* Contact Page */

/* Privacy Policy */

.privacy-section {
  margin-bottom: 96px;
  padding-bottom: 96px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 232 236 / var(--tw-border-opacity, 1));
}

.privacy-section:last-child {
  border-bottom-width: 0px;
}

.privacy-heading {
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(11 18 32 / var(--tw-text-opacity, 1));
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.privacy-list {
  margin: 0px;
  margin-bottom: 1.5rem;
  list-style-type: none;
}

.privacy-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.privacy-list {
  padding: 0px;
}

.privacy-list li {
  position: relative;
  padding-left: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(92 101 120 / var(--tw-text-opacity, 1));
  font-size: 17px;
  line-height: 1.6;
}

.privacy-list li::before {
  content: "•";
  position: absolute;
  left: 0px;
  --tw-text-opacity: 1;
  color: rgb(92 101 120 / var(--tw-text-opacity, 1));
}

.privacy-section p {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(92 101 120 / var(--tw-text-opacity, 1));
  font-size: 17px;
  line-height: 1.6;
}

/* Main Content */

.main-content {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}

/* Footer */

.footer {
  margin-top: auto;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 232 236 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 250 / var(--tw-bg-opacity, 1));
}

.footer-content {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem;
  --tw-text-opacity: 1;
  color: rgb(92 101 120 / var(--tw-text-opacity, 1));
  box-sizing: content-box;
  max-width: 1100px;
  font-size: 13px;
  letter-spacing: 0.01em;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.footer-links a {
  --tw-text-opacity: 1;
  color: rgb(92 101 120 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-links a:hover {
  --tw-text-opacity: 1;
  color: rgb(11 18 32 / var(--tw-text-opacity, 1));
}

/* Legacy page styles (for remaining pages like Privacy) */

.page-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  max-width: 1100px;
}

.page-title {
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(11 18 32 / var(--tw-text-opacity, 1));
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.page-summary {
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(92 101 120 / var(--tw-text-opacity, 1));
  font-size: 18px;
  line-height: 1.6;
}

/* ==========================================================================
     v2 design system
     Tokens and measurements from planning/design_handoff_nibs_site_v2/README.md
     ========================================================================== */

/* --- Section shells --------------------------------------------------- */

.sec-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.sec-muted {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 250 / var(--tw-bg-opacity, 1));
}

.sec-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(11 18 32 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  /* 1100px of content plus 32px gutters, as the designs measure it */
  box-sizing: content-box;
  max-width: 1100px;
}

/* Photographic backdrop behind a dark band */

.backdrop-photo {
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.16;
  filter: grayscale(1);
}

.backdrop-veil {
  position: absolute;
  inset: 0px;
  background: linear-gradient(90deg, #0B1220 35%, rgba(11, 18, 32, .6) 100%);
}

.backdrop-veil-40 {
  background: linear-gradient(90deg, #0B1220 40%, rgba(11, 18, 32, .6) 100%);
}

/* Contact: the mill reads through much more strongly on the right */

.backdrop-veil-contact {
  background: linear-gradient(90deg, rgba(11, 18, 32, .96) 0%, rgba(11, 18, 32, .9) 45%, rgba(11, 18, 32, .15) 100%);
}

/* --- Type ------------------------------------------------------------- */

.eyebrow {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.eyebrow-accent {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}

.eyebrow-accent-light {
  --tw-text-opacity: 1;
  color: rgb(94 194 181 / var(--tw-text-opacity, 1));
}

.eyebrow-muted {
  --tw-text-opacity: 1;
  color: rgb(92 101 120 / var(--tw-text-opacity, 1));
}

.h1-hero {
  font-size: clamp(38px, 4.6vw, 56px);
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-wrap: pretty;
}

.h2-section {
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-wrap: pretty;
}

.h2-step {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.h2-note {
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-wrap: pretty;
}

.h2-column {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.h2-offer {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.h3-card {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.h3-sub {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0;
}

.h3-product {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.lead {
  font-size: 18px;
  line-height: 1.6;
  text-wrap: pretty;
}

.body {
  font-size: 17px;
  line-height: 1.65;
  text-wrap: pretty;
}

.body-sm {
  font-size: 16px;
  line-height: 1.6;
  text-wrap: pretty;
}

/* Muted body copy on a dark band */

.on-dark-muted {
  color: #C6CCD6;
}

.step-numeral {
  font-size: 64px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.03em;
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}

.step-numeral-light {
  --tw-text-opacity: 1;
  color: rgb(94 194 181 / var(--tw-text-opacity, 1));
}

.price {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
}

.price-suffix {
  font-size: 15px;
  letter-spacing: 0;
  --tw-text-opacity: 1;
  color: rgb(92 101 120 / var(--tw-text-opacity, 1));
}

.price-suffix-dark {
  color: #C6CCD6;
}

.signature {
  font-size: 15px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(11 18 32 / var(--tw-text-opacity, 1));
}

.signature span {
  --tw-text-opacity: 1;
  color: rgb(92 101 120 / var(--tw-text-opacity, 1));
  font-weight: 400;
}

/* --- Buttons and links ------------------------------------------------ */

.btn-primary {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  padding: 13px 28px;
  font-size: 16px;
  border-radius: 6px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-primary:hover {
  background-color: #0d6b61;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary-on-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(94 194 181 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(11 18 32 / var(--tw-text-opacity, 1));
}

.btn-outline {
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(11 18 32 / var(--tw-border-opacity, 1));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(11 18 32 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  padding: 13px 28px;
  font-size: 16px;
  border-radius: 6px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 18 32 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.link-underline {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(11 18 32 / var(--tw-text-opacity, 1));
  font-size: 16px;
  text-decoration: underline;
  text-decoration-color: #E6E8EC;
  text-underline-offset: 5px;
  transition: text-decoration-color 0.2s ease;
}

.link-underline:hover {
  --tw-text-opacity: 1;
  color: rgb(11 18 32 / var(--tw-text-opacity, 1));
  text-decoration-color: #0F766E;
}

.link-underline-sm {
  font-size: 15px;
}

.link-on-dark {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  font-size: 16px;
  transition: color 0.2s ease;
}

.link-on-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(94 194 181 / var(--tw-text-opacity, 1));
}

.link-teal-on-dark {
  --tw-text-opacity: 1;
  color: rgb(94 194 181 / var(--tw-text-opacity, 1));
  font-size: 15px;
  text-decoration: underline;
  text-underline-offset: 4px;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.link-teal-on-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.link-inline {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
  text-decoration: underline;
  text-underline-offset: 4px;
}

.link-inline:hover {
  --tw-text-opacity: 1;
  color: rgb(11 18 32 / var(--tw-text-opacity, 1));
}

/* Phone and email inside a contact card */

.link-contact-lg {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(11 18 32 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  font-size: 28px;
  letter-spacing: -0.02em;
  transition: color 0.2s ease;
}

.link-contact-md {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(11 18 32 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  font-size: 20px;
  letter-spacing: -0.01em;
  transition: color 0.2s ease;
}

.link-contact-xl {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(11 18 32 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  font-size: 24px;
  letter-spacing: -0.02em;
  transition: color 0.2s ease;
}

.link-contact-lg:hover,
  .link-contact-md:hover,
  .link-contact-xl:hover {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}

/* --- Rules, lists and cards ------------------------------------------- */

.rule-list {
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  padding: 0px;
  border-top: 1px solid #E6E8EC;
}

.rule-list-dark {
  border-top-color: rgba(255, 255, 255, .14);
}

.rule-item {
  border-bottom: 1px solid #E6E8EC;
}

.rule-item-dark {
  border-bottom-color: rgba(255, 255, 255, .14);
}

.top-rule {
  border-top: 2px solid #0F766E;
}

.card-light {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 232 236 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-radius: 8px;
}

.card-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(11 18 32 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  border-radius: 8px;
}

.card-outline-dark {
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
}

/* 2x2 grid of hairline-separated cells on a dark band */

.cell-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  overflow: hidden;
}

.cell-grid > div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(11 18 32 / var(--tw-bg-opacity, 1));
  padding: 24px;
}

.pill-soon {
  font-size: 12px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(94 194 181 / var(--tw-text-opacity, 1));
  border: 1px solid #5EC2B5;
  border-radius: 999px;
  padding: 3px 10px;
}

/* --- Home hero diagram ------------------------------------------------ */

.hero-diagram {
  display: grid;
  align-items: stretch;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 232 236 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 250 / var(--tw-bg-opacity, 1));
  box-sizing: content-box;
  grid-template-columns: minmax(0, 1fr) auto minmax(200px, 1fr);
  gap: 12px;
  padding: 20px;
  border-radius: 8px;
  min-height: 380px;
}

.diagram-today {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 12px 8px;
  background-image: radial-gradient(#D6DAE0 1px, transparent 1px);
  background-size: 14px 14px;
  border-radius: 6px;
  min-width: 0;
}

.diagram-eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.diagram-card {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  /* Widths in the design are outer-edge percentages of the column */
  box-sizing: content-box;
  border: 1px solid #D6DAE0;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(11, 18, 32, .08);
}

.diagram-card-head {
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 500;
}

.diagram-card-head-sheet {
  --tw-text-opacity: 1;
  color: rgb(11 18 32 / var(--tw-text-opacity, 1));
  background: #EEF3EE;
  border-bottom: 1px solid #E6E8EC;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.diagram-card-head-access {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: #7A2E2E;
}

.diagram-card-body {
  padding: 6px 8px;
  font-size: 11px;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(92 101 120 / var(--tw-text-opacity, 1));
}

.diagram-grid-lines {
  height: 34px;
  background-image: linear-gradient(#E6E8EC 1px, transparent 1px), linear-gradient(90deg, #E6E8EC 1px, transparent 1px);
  background-size: 100% 11px, 24% 100%;
}

.diagram-sticky {
  padding: 8px 10px;
  /* Widths in the design are outer-edge percentages of the column */
  box-sizing: content-box;
  background: #FFF3B0;
  border-radius: 2px;
  font-size: 11px;
  color: #5C4A00;
  line-height: 1.35;
  box-shadow: 0 2px 6px rgba(11, 18, 32, .1);
}

.diagram-pill {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(92 101 120 / var(--tw-text-opacity, 1));
  padding: 6px 10px;
  /* Widths in the design are outer-edge percentages of the column */
  box-sizing: content-box;
  border: 1px solid #D6DAE0;
  border-radius: 14px;
  font-size: 11px;
}

.diagram-chip {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(92 101 120 / var(--tw-text-opacity, 1));
  padding: 6px 10px;
  border: 1px dashed #B9C0CB;
  /* Widths in the design are outer-edge percentages of the column */
  box-sizing: content-box;
  border-radius: 4px;
  font-size: 11px;
}

.diagram-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
  gap: 6px;
  padding: 0 2px;
}

.diagram-arrow-rule {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
  width: 1px;
  height: 40px;
  opacity: .3;
}

.diagram-arrow-glyph {
  font-size: 22px;
  line-height: 1;
}

.diagram-system {
  display: flex;
  flex-direction: column;
  min-width: 0;
  opacity: 0.25;
  transform: translateY(14px);
  transition: opacity .9s cubic-bezier(.4, 0, .2, 1), transform .9s cubic-bezier(.4, 0, .2, 1);
}

.diagram-system.is-settled {
  opacity: 1;
  transform: translateY(0);
}

.diagram-panel {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 232 236 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(11, 18, 32, .06);
}

.diagram-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(11 18 32 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  padding: 9px 12px;
  border-bottom: 1px solid #E6E8EC;
  font-size: 11px;
  font-weight: 500;
}

.diagram-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(11 18 32 / var(--tw-text-opacity, 1));
  padding: 10px 12px;
  border-bottom: 1px solid #E6E8EC;
  font-size: 12px;
  min-width: 0;
}

.diagram-dot {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex: none;
}

.diagram-row-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.diagram-row-state {
  --tw-text-opacity: 1;
  color: rgb(92 101 120 / var(--tw-text-opacity, 1));
  font-size: 11px;
  flex: none;
}

.diagram-panel-foot {
  margin-top: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 250 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(92 101 120 / var(--tw-text-opacity, 1));
  padding: 10px 12px;
  font-size: 11px;
  line-height: 1.4;
}

@media (prefers-reduced-motion: reduce) {
  .diagram-system {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ==========================================================================
     Mobile (below 768px)
     The designs were drawn at desktop widths only. Everything below is phone
     behaviour; nothing here applies at or above 768px, so the desktop
     rendering still matches the .dc.html references pixel for pixel.
     ========================================================================== */

/* Nav collapses behind a Menu button. The button and the collapse are gated
     on the `js` class set in App.razor, so with scripting off the links stay
     visible rather than becoming unreachable. */

.nav-toggle {
  display: none;
  background-color: transparent;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(11 18 32 / var(--tw-text-opacity, 1));
  font-size: 15px;
  letter-spacing: -0.01em;
  padding: 8px 0;
  border: 0;
  cursor: pointer;
}

.nav-toggle::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  vertical-align: 2px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.nav-toggle[aria-expanded="true"]::after {
  transform: rotate(-135deg);
  vertical-align: -1px;
}

/* Price and one action, always within thumb reach on a phone */

.action-bar {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 40;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 232 236 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / 0.95);
  padding: 10px 20px calc(10px + env(safe-area-inset-bottom));
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.action-bar-text {
  --tw-text-opacity: 1;
  color: rgb(92 101 120 / var(--tw-text-opacity, 1));
  font-size: 13px;
  line-height: 1.35;
}

.action-bar-btn {
  display: inline-block;
  flex: none;
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  padding: 10px 18px;
  font-size: 15px;
  border-radius: 6px;
}

.action-bar-spacer {
  display: none;
}

@media (max-width: 767px) {
  /* Narrower gutters buy back 24px of line length */

  .wrap,
    .navbar-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-content {
    padding: 24px 20px;
  }

  .navbar-container {
    gap: 0;
  }

  .js .nav-toggle {
    display: inline-flex;
    align-items: center;
  }

  .js .navbar-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .js .navbar-nav.is-open {
    display: flex;
  }

  .js .navbar-nav .nav-item {
    width: 100%;
  }

  .js .navbar-nav .nav-link {
    display: block;
    padding: 14px 0;
    font-size: 17px;
    border-top: 1px solid #E6E8EC;
  }

  /* The hero diagram stacks: mess above, system below, arrow turned down */

  .hero-diagram {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 8px;
    padding: 16px;
  }

  .diagram-arrow {
    flex-direction: row;
    padding: 4px 0;
  }

  .diagram-arrow-rule {
    width: 40px;
    height: 1px;
  }

  .diagram-arrow-glyph {
    transform: rotate(90deg);
  }

  .diagram-system .diagram-eyebrow {
    margin-left: 0;
  }

  .action-bar {
    display: flex;
  }

  .action-bar-spacer {
    display: block;
    height: 64px;
  }
}

/* The 2x2 value-review grid is too tight for two columns on a phone */

@media (max-width: 560px) {
  .cell-grid {
    grid-template-columns: 1fr;
  }
}

/* Responsive adjustments */

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.col-span-full {
  grid-column: 1 / -1;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}

.min-h-\[420px\] {
  min-height: 420px;
}

.w-7 {
  width: 1.75rem;
}

.w-\[58\%\] {
  width: 58%;
}

.w-\[70\%\] {
  width: 70%;
}

.w-\[74\%\] {
  width: 74%;
}

.w-\[78\%\] {
  width: 78%;
}

.w-\[82\%\] {
  width: 82%;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.max-w-\[520px\] {
  max-width: 520px;
}

.max-w-\[540px\] {
  max-width: 540px;
}

.max-w-\[560px\] {
  max-width: 560px;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-\[620px\] {
  max-width: 620px;
}

.max-w-\[640px\] {
  max-width: 640px;
}

.max-w-\[720px\] {
  max-width: 720px;
}

.max-w-\[820px\] {
  max-width: 820px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

.translate-x-2 {
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-2 {
  --tw-rotate: 2deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-3 {
  --tw-rotate: 3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[-2deg\] {
  --tw-rotate: -2deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[-3deg\] {
  --tw-rotate: -3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[-5deg\] {
  --tw-rotate: -5deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.grid-cols-\[minmax\(0\2c 120px\)_minmax\(0\2c 1fr\)\] {
  grid-template-columns: minmax(0,120px) minmax(0,1fr);
}

.grid-cols-\[minmax\(0\2c 1fr\)_minmax\(220px\2c 340px\)\] {
  grid-template-columns: minmax(0,1fr) minmax(220px,340px);
}

.grid-cols-\[minmax\(220px\2c 340px\)_minmax\(0\2c 1fr\)\] {
  grid-template-columns: minmax(220px,340px) minmax(0,1fr);
}

.grid-cols-\[repeat\(auto-fit\2c minmax\(200px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
}

.grid-cols-\[repeat\(auto-fit\2c minmax\(260px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
}

.grid-cols-\[repeat\(auto-fit\2c minmax\(280px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
}

.grid-cols-\[repeat\(auto-fit\2c minmax\(300px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
}

.grid-cols-\[repeat\(auto-fit\2c minmax\(320px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
}

.grid-cols-\[repeat\(auto-fit\2c minmax\(440px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(440px,1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.content-end {
  align-content: flex-end;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-between {
  justify-content: space-between;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-hairline {
  --tw-border-opacity: 1;
  border-color: rgb(230 232 236 / var(--tw-border-opacity, 1));
}

.bg-canvas-muted {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 250 / var(--tw-bg-opacity, 1));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-\[50\%_20\%\] {
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}

.object-\[50\%_45\%\] {
  -o-object-position: 50% 45%;
     object-position: 50% 45%;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-\[120px\] {
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-\[22px\] {
  padding-top: 22px;
  padding-bottom: 22px;
}

.py-\[72px\] {
  padding-top: 72px;
  padding-bottom: 72px;
}

.py-\[88px\] {
  padding-top: 88px;
  padding-bottom: 88px;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-\[72px\] {
  padding-top: 72px;
}

.text-center {
  text-align: center;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[17px\] {
  font-size: 17px;
}

.text-\[18px\] {
  font-size: 18px;
}

.font-medium {
  font-weight: 500;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[1\.55\] {
  line-height: 1.55;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.tracking-\[0\.01em\] {
  letter-spacing: 0.01em;
}

.text-accent {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}

.text-accent-light {
  --tw-text-opacity: 1;
  color: rgb(94 194 181 / var(--tw-text-opacity, 1));
}

.text-ink {
  --tw-text-opacity: 1;
  color: rgb(11 18 32 / var(--tw-text-opacity, 1));
}

.text-ink-muted {
  --tw-text-opacity: 1;
  color: rgb(92 101 120 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.opacity-75 {
  opacity: 0.75;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@media not all and (min-width: 768px) {
  .max-md\:hidden {
    display: none;
  }

  .max-md\:min-h-0 {
    min-height: 0px;
  }

  .max-md\:max-w-\[220px\] {
    max-width: 220px;
  }

  .max-md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .max-md\:gap-10 {
    gap: 2.5rem;
  }

  .max-md\:gap-6 {
    gap: 1.5rem;
  }

  .max-md\:gap-8 {
    gap: 2rem;
  }

  .max-md\:gap-y-3 {
    row-gap: 0.75rem;
  }

  .max-md\:p-6 {
    padding: 1.5rem;
  }

  .max-md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .max-md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .max-md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .max-md\:py-\[52px\] {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .max-md\:py-\[72px\] {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .max-md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .max-md\:pt-12 {
    padding-top: 3rem;
  }
}
