:root {
  --ink: #1f2924;
  --muted: #66716b;
  --line: #dfe5df;
  --paper: #ffffff;
  --soft: #f6f8f4;
  --sage-50: #f2f6f0;
  --sage-100: #e3ebdf;
  --sage-300: #b4c6aa;
  --sage-500: #708b68;
  --sage-700: #455d42;
  --sage-900: #293b2a;
  --clay: #b77458;
  --cream: #fbf7f0;
  --shadow: 0 22px 70px rgba(41, 59, 42, 0.12);
  --shadow-soft: 0 12px 36px rgba(31, 41, 36, 0.08);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.c2cf9007 {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(112, 139, 104, 0.48);
  outline-offset: 3px;
}

.cebd766c {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  transform: translateY(-160%);
  border-radius: 10px;
  background: var(--sage-900);
  color: #fff;
  text-decoration: none;
}

.cebd766c:focus {
  transform: translateY(0);
}

.cbf2df43 {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.c43a66f4 {
  width: min(calc(100% - 40px), 780px);
  margin-inline: auto;
}

.c88f09d4 {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(223, 229, 223, 0.82);
  background: #fff;
}

.c2dca606 {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.c9411bff {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--sage-900);
  font-size: 17px;
  font-weight: 760;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.c5380d74 {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--sage-900);
  box-shadow: 0 8px 20px rgba(41, 59, 42, 0.22);
}

.c5380d74 svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.c123830f {
  display: flex;
  align-items: center;
  gap: 25px;
}

.c123830f > a {
  color: #435048;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  transition: color 160ms ease;
}

.c123830f > a:hover,
.c123830f > a[aria-current="page"] {
  color: var(--sage-700);
}

.c74bb207 {
  position: relative;
}

.c74bb207 summary {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #435048;
  cursor: pointer;
  font-size: 14px;
  font-weight: 650;
  list-style: none;
}

.c74bb207 summary::-webkit-details-marker {
  display: none;
}

.c74bb207 summary::after {
  width: 6px;
  height: 6px;
  margin-top: -3px;
  transform: rotate(45deg);
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
}

.c74bb207[open] summary {
  color: var(--sage-700);
}

.cee62afc {
  position: absolute;
  top: calc(100% + 18px);
  right: -12px;
  display: grid;
  width: 225px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  gap: 2px;
}

.cee62afc a {
  padding: 10px 11px;
  border-radius: 9px;
  color: #4e5a52;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.cee62afc a:hover {
  background: var(--sage-50);
  color: var(--sage-700);
}

.cae02886 {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
}

.cae02886 svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.cfef23f8 {
  position: relative;
  overflow: hidden;
  padding: 70px 0 78px;
  background:
    radial-gradient(circle at 2% 10%, rgba(180, 198, 170, 0.24), transparent 26rem),
    linear-gradient(180deg, #fff 0%, var(--sage-50) 100%);
}

.cfef23f8::after {
  position: absolute;
  right: -180px;
  bottom: -270px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(112, 139, 104, 0.18);
  border-radius: 50%;
  content: "";
}

.c9db98f5 {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  gap: 58px;
  grid-template-columns: 0.92fr 1.08fr;
}

.cea909bd {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: var(--sage-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cea909bd::before {
  width: 22px;
  height: 1px;
  background: var(--sage-500);
  content: "";
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.11;
}

h1 {
  margin-bottom: 22px;
  color: var(--sage-900);
  font-size: clamp(44px, 6vw, 72px);
}

h2 {
  margin-bottom: 18px;
  color: var(--sage-900);
  font-size: clamp(34px, 4.5vw, 52px);
}

h3 {
  margin-bottom: 10px;
  color: var(--sage-900);
  font-size: 24px;
}

.cfdd61ce {
  max-width: 610px;
  margin: 0 0 28px;
  color: #536058;
  font-size: 19px;
}

.c30b8fa1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.cce466b6 {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.cce466b6:hover {
  transform: translateY(-2px);
}

.c53280c7 {
  background: var(--sage-900);
  box-shadow: 0 12px 26px rgba(41, 59, 42, 0.2);
  color: #fff;
}

.c53280c7:hover {
  background: var(--sage-700);
}

.cf1aa97c {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.72);
  color: var(--sage-900);
}

.cf1aa97c:hover {
  border-color: var(--sage-300);
  background: #fff;
}

.c92d2a0a {
  width: 100%;
}

.cdf802a2 {
  display: flex;
  margin-top: 22px;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 13px;
}

.cdf802a2 svg {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--sage-500);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ce1fab31 {
  position: relative;
}

.c9629f39 {
  position: relative;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.95);
  border-radius: 34px 34px 110px 34px;
  box-shadow: var(--shadow);
  aspect-ratio: 1.12 / 1;
}

.c9629f39 img,
.c9629f39 svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.c4c523f9 {
  position: absolute;
  bottom: 22px;
  left: -25px;
  display: flex;
  max-width: 260px;
  align-items: center;
  gap: 12px;
  padding: 15px 17px;
  border: 1px solid rgba(223, 229, 223, 0.9);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.c255adea {
  display: grid;
  width: 39px;
  height: 39px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--sage-100);
  color: var(--sage-700);
}

.c255adea svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.c4c523f9 strong,
.c4c523f9 span {
  display: block;
}

.c4c523f9 strong {
  color: var(--sage-900);
  font-size: 13px;
}

.c4c523f9 span {
  color: var(--muted);
  font-size: 12px;
}

.cb371a37 {
  border-block: 1px solid var(--line);
  background: #fff;
}

.ca6ff13b {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.cb606101 {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px;
  color: #465249;
  font-size: 14px;
  font-weight: 690;
  text-align: center;
}

.cb606101 + .cb606101 {
  border-left: 1px solid var(--line);
}

.cb606101 svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--sage-500);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.c9f4714b {
  padding: 104px 0;
}

.ca734914 {
  background: var(--soft);
}

.c117a9f5 {
  background: var(--cream);
}

.c49ff093 {
  max-width: 720px;
  margin-bottom: 48px;
}

.c49ff093.c043a5af {
  margin-inline: auto;
  text-align: center;
}

.c49ff093.c043a5af .cea909bd {
  justify-content: center;
}

.c49ff093 p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.cb6d9ba7 {
  display: grid;
  align-items: start;
  gap: 74px;
  grid-template-columns: 0.9fr 1.1fr;
}

.c76af5e3 p {
  margin-top: 0;
  color: #536058;
  font-size: 18px;
}

.c93c0508 {
  padding: 32px;
  border: 1px solid var(--sage-100);
  border-radius: var(--radius-lg);
  background: var(--sage-50);
}

.c93c0508 h3 {
  font-size: 26px;
}

.cff8da3d {
  display: grid;
  margin: 22px 0 0;
  padding: 0;
  gap: 16px;
  list-style: none;
}

.cff8da3d li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #4f5c53;
}

.cff8da3d svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  margin-top: 3px;
  fill: none;
  stroke: var(--sage-500);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ce08d57a {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.cd958c51 {
  min-height: 250px;
  padding: 29px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 2px 0 rgba(41, 59, 42, 0.02);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.cd958c51:hover {
  transform: translateY(-5px);
  border-color: var(--sage-300);
  box-shadow: var(--shadow-soft);
}

.c09a7bc9 {
  display: inline-flex;
  margin-bottom: 31px;
  align-items: center;
  color: var(--sage-500);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-style: italic;
}

.c09a7bc9::after {
  width: 34px;
  height: 1px;
  margin-left: 10px;
  background: var(--sage-300);
  content: "";
}

.cd958c51 p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.c1f16fb9 {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.ce9da85e {
  position: relative;
  padding: 30px 28px;
  border-radius: var(--radius-md);
  background: #fff;
}

.ce9da85e::before {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--sage-900);
  color: #fff;
  content: attr(data-step);
  font-size: 13px;
  font-weight: 800;
}

.ce9da85e p {
  margin: 0;
  color: var(--muted);
}

.ccdab971 {
  display: grid;
  max-width: 950px;
  margin-inline: auto;
  align-items: stretch;
  gap: 24px;
  grid-template-columns: minmax(0, 460px);
  justify-content: center;
}

.c5d2cf38 {
  position: relative;
  display: flex;
  min-height: 540px;
  flex-direction: column;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.c5d2cf38.cd6a579e {
  border-color: var(--sage-700);
  box-shadow: 0 24px 65px rgba(41, 59, 42, 0.16);
}

.c022f283 {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--sage-100);
  color: var(--sage-700);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.c03bf523 {
  margin-bottom: 8px;
  color: var(--sage-700);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.c5d2cf38 h3 {
  margin-bottom: 13px;
  font-size: 31px;
}

.c5fdc73e {
  min-height: 52px;
  margin: 0 0 25px;
  color: var(--muted);
}

.c8a1235d {
  display: flex;
  margin-bottom: 22px;
  align-items: flex-end;
  color: var(--sage-900);
}

.c2d6d83e {
  margin: 0 4px 10px 0;
  font-size: 21px;
  font-weight: 700;
}

.cf96afe0 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  letter-spacing: -0.06em;
  line-height: 0.92;
}

.cb3ec220 {
  margin: 0 0 7px 10px;
  color: var(--muted);
  font-size: 13px;
}

.c8e24f66 {
  display: grid;
  margin: 0 0 30px;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
  gap: 13px;
  list-style: none;
}

.c8e24f66 li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #4e5a52;
  font-size: 15px;
}

.c8e24f66 svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 3px;
  fill: none;
  stroke: var(--sage-500);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.c5d2cf38 .cce466b6 {
  margin-top: auto;
}

.cfdef82a {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
}

.c02fd59e {
  display: grid;
  max-width: 950px;
  margin: 32px auto 0;
  padding: 24px 28px;
  border: 1px solid var(--sage-100);
  border-radius: var(--radius-md);
  background: var(--sage-50);
  grid-template-columns: auto 1fr;
  gap: 16px;
}

.c02fd59e svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--sage-700);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.c02fd59e strong {
  display: block;
  margin-bottom: 2px;
  color: var(--sage-900);
}

.c02fd59e p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.c02fd59e a {
  color: var(--sage-700);
  font-weight: 700;
}

.cea47b3a {
  max-width: 830px;
  margin-inline: auto;
  border-top: 1px solid var(--line);
}

.cd642157 {
  border-bottom: 1px solid var(--line);
}

.cf2e93f0 {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 4px;
  border: 0;
  background: transparent;
  color: var(--sage-900);
  cursor: pointer;
  font-size: 17px;
  font-weight: 760;
  text-align: left;
}

.cf2e93f0 svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--sage-500);
  stroke-linecap: round;
  stroke-width: 2;
  transition: transform 180ms ease;
}

.cf2e93f0[aria-expanded="true"] svg {
  transform: rotate(45deg);
}

.c0fcf5b5 {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 200ms ease;
}

.c0fcf5b5 > div {
  overflow: hidden;
}

.c0fcf5b5 p {
  margin: 0;
  padding: 0 46px 25px 4px;
  color: var(--muted);
}

.cf2e93f0[aria-expanded="true"] + .c0fcf5b5 {
  grid-template-rows: 1fr;
}

.c2ada97d {
  padding: 84px 0;
  background: var(--sage-900);
  color: #fff;
}

.c17a8655 {
  display: grid;
  align-items: center;
  gap: 40px;
  grid-template-columns: 1.3fr 0.7fr;
}

.c2ada97d h2 {
  margin-bottom: 12px;
  color: #fff;
}

.c2ada97d p {
  max-width: 670px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.c1bbfafe {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.c1bbfafe a {
  color: #fff;
  font-weight: 760;
  text-decoration-color: rgba(255, 255, 255, 0.52);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.c1bbfafe a:hover {
  color: var(--sage-100);
  text-decoration-color: currentColor;
}

.c0280a2a {
  padding: 62px 0 28px;
  background: #172019;
  color: rgba(255, 255, 255, 0.7);
}

.c071b1a8 {
  display: grid;
  padding-bottom: 44px;
  gap: 50px;
  grid-template-columns: 1.5fr 0.65fr 0.65fr;
}

.c799ea0b {
  color: #fff;
}

.c799ea0b .c5380d74 {
  background: #fff;
}

.c799ea0b .c5380d74 svg {
  stroke: var(--sage-900);
}

.c43d586c {
  max-width: 500px;
  margin: 18px 0 22px;
  color: rgba(255, 255, 255, 0.63);
  font-size: 14px;
}

.c69b6f39 {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-style: normal;
  line-height: 1.7;
}

.c3cbebc5 h2 {
  margin-bottom: 16px;
  color: #fff;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.c254857f {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.c254857f a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  text-decoration: none;
}

.c254857f a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ce2b461f {
  display: flex;
  padding-top: 23px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
}

.ce431ca0 {
  text-align: right;
}

/* Legal and support pages */
.c8f2ca37 {
  padding: 72px 0 62px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 15% 0%, rgba(180, 198, 170, 0.23), transparent 24rem),
    var(--soft);
}

.c8f2ca37 h1 {
  max-width: 820px;
  margin-bottom: 15px;
  font-size: clamp(42px, 6vw, 62px);
}

.c8f2ca37 p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.c91eb89c {
  display: inline-flex;
  margin-top: 20px;
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.cc07a4f5 {
  display: grid;
  padding: 68px 0 96px;
  align-items: start;
  gap: 64px;
  grid-template-columns: 230px minmax(0, 760px);
}

.c8f9760e {
  position: sticky;
  top: 112px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--soft);
}

.c8f9760e strong {
  display: block;
  margin-bottom: 12px;
  color: var(--sage-900);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.c8f9760e a {
  display: block;
  padding: 5px 0;
  color: var(--muted);
  font-size: 13px;
  text-decoration: none;
}

.c8f9760e a:hover {
  color: var(--sage-700);
}

.c973a342 {
  min-width: 0;
}

.c973a342 section + section {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid var(--line);
}

.c973a342 h2 {
  margin-bottom: 18px;
  font-size: 34px;
}

.c973a342 h3 {
  margin-top: 28px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 780;
  letter-spacing: -0.015em;
}

.c973a342 p,
.c973a342 li {
  color: #526057;
}

.c973a342 ul,
.c973a342 ol {
  padding-left: 22px;
}

.c973a342 li + li {
  margin-top: 8px;
}

.c973a342 a {
  color: var(--sage-700);
  font-weight: 690;
  text-underline-offset: 3px;
}

.c9d458dc {
  margin: 27px 0;
  padding: 20px 22px;
  border-left: 3px solid var(--sage-500);
  border-radius: 0 12px 12px 0;
  background: var(--sage-50);
}

.c9d458dc strong {
  color: var(--sage-900);
}

.c9d458dc p:last-child {
  margin-bottom: 0;
}

.c004e653 {
  display: grid;
  margin-top: 28px;
  gap: 17px;
  grid-template-columns: repeat(2, 1fr);
}

.c91693b9 {
  display: flex;
  min-height: 175px;
  flex-direction: column;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.ceeb38a0 {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--sage-100);
  color: var(--sage-700);
}

.ceeb38a0 svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.c91693b9 strong,
.c91693b9 span {
  display: block;
}

.c91693b9 strong {
  margin-bottom: 4px;
  color: var(--sage-900);
}

.c91693b9 span {
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 13px;
}

.c91693b9 a {
  margin-top: auto;
  overflow-wrap: anywhere;
}

.cb5170f1 {
  display: grid;
  margin-top: 30px;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}

.c2142f59 {
  padding: 19px;
  border-radius: var(--radius-sm);
  background: var(--soft);
}

.c2142f59 strong,
.c2142f59 span {
  display: block;
}

.c2142f59 strong {
  color: var(--sage-900);
  font-size: 13px;
}

.c2142f59 span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.ce603162 {
  width: min(calc(100% - 30px), 520px);
  padding: 0;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 28px 100px rgba(20, 30, 23, 0.33);
}

.ce603162::backdrop {
  background: rgba(15, 21, 17, 0.64);
  backdrop-filter: blur(4px);
}

.c3250792 {
  position: relative;
  padding: 36px;
}

.c3f13689 {
  position: absolute;
  top: 15px;
  right: 15px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--muted);
  cursor: pointer;
}

.ce603162 h2 {
  margin-bottom: 12px;
  padding-right: 35px;
  font-size: 32px;
}

.ce603162 p {
  color: var(--muted);
}

.c4ec84f7 {
  margin: 22px 0;
  padding: 18px;
  border-radius: 14px;
  background: var(--sage-50);
}

.c4ec84f7 strong,
.c4ec84f7 span {
  display: block;
}

.c4ec84f7 span {
  color: var(--muted);
  font-size: 13px;
}

.ca55bbf9 {
  margin: 0;
  font-size: 14px;
}

.ca55bbf9 a {
  color: var(--sage-700);
  font-weight: 760;
  text-underline-offset: 3px;
}

@media (max-width: 980px) {
  .cae02886 {
    display: inline-flex;
  }

  .c123830f {
    position: fixed;
    z-index: 99;
    top: 79px;
    right: 0;
    left: 0;
    display: none;
    height: calc(100dvh - 79px);
    padding: 28px 20px;
    align-items: stretch;
    border-top: 1px solid var(--line);
    background: #fff;
    flex-direction: column;
    gap: 0;
  }

  .c123830f.c5cab00e {
    display: flex;
  }

  .c123830f > a {
    padding: 16px 8px;
    border-bottom: 1px solid var(--line);
    font-size: 16px;
  }

  .c74bb207 {
    border-bottom: 1px solid var(--line);
  }

  .c74bb207 summary {
    padding: 16px 8px;
    justify-content: space-between;
    font-size: 16px;
  }

  .cee62afc {
    position: static;
    width: auto;
    padding: 0 0 12px 12px;
    border: 0;
    box-shadow: none;
  }

  .cee62afc a {
    padding: 10px;
  }

  .c9db98f5,
  .cb6d9ba7 {
    gap: 45px;
    grid-template-columns: 1fr;
  }

  .c0e7b63d {
    max-width: 720px;
  }

  .c9629f39 {
    max-height: 570px;
    aspect-ratio: 1.5 / 1;
  }

  .ce08d57a {
    grid-template-columns: repeat(2, 1fr);
  }

  .c17a8655 {
    grid-template-columns: 1fr;
  }

  .c1bbfafe {
    flex-direction: row;
  }

  .cc07a4f5 {
    display: block;
  }

  .c8f9760e {
    position: static;
    margin-bottom: 44px;
  }

  .c8f9760e a {
    display: inline-block;
    margin-right: 15px;
  }
}

@media (max-width: 720px) {
  .cbf2df43,
  .c43a66f4 {
    width: min(calc(100% - 28px), var(--container));
  }

  .cfef23f8 {
    padding: 48px 0 58px;
  }

  h1 {
    font-size: clamp(41px, 13vw, 58px);
  }

  .cfdd61ce {
    font-size: 17px;
  }

  .c30b8fa1 .cce466b6 {
    width: 100%;
  }

  .c9629f39 {
    border-width: 6px;
    border-radius: 24px 24px 70px 24px;
    aspect-ratio: 1 / 1.03;
  }

  .c4c523f9 {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
  }

  .ca6ff13b {
    grid-template-columns: 1fr;
  }

  .cb606101 {
    min-height: 70px;
    justify-content: flex-start;
    text-align: left;
  }

  .cb606101 + .cb606101 {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .c9f4714b {
    padding: 75px 0;
  }

  .c49ff093 {
    margin-bottom: 35px;
  }

  .c49ff093 p {
    font-size: 16px;
  }

  .c93c0508 {
    padding: 24px;
  }

  .ce08d57a,
  .c1f16fb9,
  .ccdab971,
  .c004e653,
  .cb5170f1 {
    grid-template-columns: 1fr;
  }

  .cd958c51 {
    min-height: 0;
  }

  .c5d2cf38 {
    min-height: 0;
    padding: 30px 24px;
  }

  .c5fdc73e {
    min-height: 0;
  }

  .c1bbfafe {
    flex-direction: column;
  }

  .c071b1a8 {
    grid-template-columns: 1fr;
  }

  .ce2b461f {
    align-items: flex-start;
    flex-direction: column;
  }

  .ce431ca0 {
    text-align: left;
  }

  .c8f2ca37 {
    padding: 52px 0 45px;
  }

  .c8f2ca37 h1 {
    font-size: 43px;
  }

  .cc07a4f5 {
    padding: 45px 0 75px;
  }

  .c973a342 section + section {
    margin-top: 37px;
    padding-top: 37px;
  }

  .c973a342 h2 {
    font-size: 29px;
  }

  .c02fd59e {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
