


html { line-height: 1.15; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
main { display: block; }
h1 { font-size: 2em; margin: 0.67em 0; }
hr { box-sizing: content-box; height: 0; overflow: visible; }
pre { font-family: monospace, monospace; font-size: 1em; }
a { background-color: transparent; }
abbr[title] { border-bottom: none; text-decoration: underline dotted; }
b, strong { font-weight: bolder; }
small { font-size: 80%; }
img { border-style: none; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }
button, input { overflow: visible; }
button, select { text-transform: none; }
button, [type="button"], [type="submit"] { -webkit-appearance: button; }
fieldset { padding: 0.35em 0.75em 0.625em; }
legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress { vertical-align: baseline; }
textarea { overflow: auto; }
[type="checkbox"] { box-sizing: border-box; padding: 0; }
details { display: block; }
summary { display: list-item; }
template, [hidden] { display: none; }


*, *::before, *::after { box-sizing: border-box; }




body {
  font-family: 'Nunito Sans', 'Segoe UI', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #042f2e;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', 'Segoe UI', sans-serif;
  font-weight: 700;
  color: #042f2e;
  margin: 0 0 1.618rem;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.1rem, 4.4vw, 3rem); line-height: 1.12; }
h2 { font-size: clamp(1.6rem, 2.8vw, 2.1rem); line-height: 1.2; }
h3 { font-size: 1.4rem; line-height: 1.3; margin-bottom: 1rem; }
h4 { font-size: 1.08rem; line-height: 1.35; margin-bottom: 0.618rem; }
p { font-size: 1rem; line-height: 1.7; margin: 0 0 1rem; }
a { color: #0f766e; text-decoration: none; }
a:hover { color: #0b5a54; text-decoration: underline; }
ul, ol { margin: 0 0 1rem; padding-left: 1.618rem; }
li { margin-bottom: 0.618rem; }
strong { font-weight: 600; color: #042f2e; }
img { max-width: 100%; height: auto; }
address { font-style: normal; }


.flex { display: flex; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.items-stretch { align-items: stretch; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.flex-1 { flex: 1 1 auto; }
.flex-none { flex: 0 0 auto; }
.gap-xs { gap: 0.618rem; }
.gap-s { gap: 1rem; }
.gap-m { gap: 1.618rem; }
.gap-l { gap: 2.618rem; }
.gap-fluid { gap: max(1rem, 1.6vw); }
.mt-xs { margin-top: 0.618rem; }
.mt-s { margin-top: 1rem; }
.mt-m { margin-top: 1.618rem; }
.mt-l { margin-top: 2.618rem; }
.mb-0 { margin-bottom: 0; }
.mb-xs { margin-bottom: 0.618rem; }
.mb-s { margin-bottom: 1rem; }
.mb-m { margin-bottom: 1.618rem; }
.mb-l { margin-bottom: 2.618rem; }
.p-s { padding: 1rem; }
.p-m { padding: 1.618rem; }
.p-l { padding: 2.618rem; }
.text-center { text-align: center; }
.text-lead { font-size: clamp(1.02rem, 1.5vw, 1.18rem); color: #334e4c; }
.text-small { font-size: 0.88rem; }
.text-muted { color: #6b8a87; }
.text-teal { color: #0f766e; }
.text-gold { color: #8f6418; }
.uppercase-track { text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.74rem; font-weight: 700; }
.rounded { border-radius: 14px; }
.rounded-pill { border-radius: 999px; }
.bg-white { background: #ffffff; }
.bg-mint { background: #f0fdfa; }
.bg-aqua { background: #ccfbf1; }
.list-plain { list-style: none; padding-left: 0; }
.full-width { width: 100%; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
