html {
 box-sizing: border-box;
 min-width: 0;
 background:
  radial-gradient(circle at 0 0, rgba(211, 224, 214, 0.78), transparent 28rem),
  radial-gradient(circle at 100% 8%, rgba(232, 218, 191, 0.6), transparent 24rem),
  linear-gradient(145deg, #f8f5ed 0%, #edf3ef 100%);
 color: #202724;
 font-size: 16px;
 -webkit-text-size-adjust: 100%;
 text-size-adjust: 100%;
}

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

body {
 width: min(100% - 32px, 1040px);
 min-height: 100vh;
 margin: 0 auto !important;
 padding: clamp(14px, 3vw, 34px) 0 clamp(32px, 6vw, 64px);
 overflow-x: hidden;
 background: transparent !important;
 color: #202724;
 font-family: "Source Serif 4", "Iowan Old Style", "Palatino Linotype", serif;
 font-size: clamp(1rem, 0.95rem + 0.26vw, 1.12rem);
 line-height: 1.62;
}

h1,
h2,
h3,
h4 {
 margin: 0.35rem 0 1rem;
 color: #17211d;
 font-family: "Aptos Display", "Trebuchet MS", Verdana, sans-serif;
 font-weight: 700;
 line-height: 1.15;
 letter-spacing: -0.025em;
 text-wrap: balance;
}

h1 {
 font-size: clamp(1.55rem, 1.18rem + 1.7vw, 2.8rem);
}

h2 {
 font-size: clamp(1.28rem, 1.05rem + 0.95vw, 2.1rem);
}

h3 {
 font-size: clamp(1.08rem, 1rem + 0.4vw, 1.45rem);
}

p {
 max-width: 72ch;
 margin: 0 0 1rem;
}

a {
 color: #1f6650;
 text-decoration: none;
 text-underline-offset: 0.18em;
 overflow-wrap: anywhere;
 transition: color 160ms ease, background-color 160ms ease;
}

a:hover,
a:focus-visible {
 color: #0d4433;
 text-decoration: underline;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
 outline: 3px solid rgba(31, 102, 80, 0.25);
 outline-offset: 2px;
}

img,
object,
embed,
iframe {
 max-width: 100%;
 height: auto;
 border: 0;
}

img {
 display: inline-block;
 vertical-align: middle;
}

center {
 max-width: 100%;
 text-align: center;
}

table {
 max-width: 100%;
 height: auto !important;
}

body > table,
body > center > table,
table[border] {
 width: min(100%, 920px) !important;
 height: auto !important;
 margin: 1rem auto !important;
 border: 1px solid rgba(72, 87, 79, 0.16) !important;
 border-collapse: separate !important;
 border-spacing: 0 !important;
 border-radius: 18px;
 background: rgba(255, 255, 255, 0.9) !important;
 box-shadow: 0 18px 46px rgba(38, 49, 43, 0.08);
 overflow: hidden;
}

table table {
 width: auto !important;
 max-width: 100%;
}

table table[border] {
 margin: 0.65rem auto !important;
 border-radius: 12px;
 background: rgba(255, 255, 255, 0.76) !important;
 box-shadow: none;
}

td,
th {
 max-width: 100%;
 height: auto !important;
 padding: clamp(0.62rem, 1.6vw, 0.92rem) !important;
 border-color: rgba(72, 87, 79, 0.14) !important;
 vertical-align: top;
 overflow-wrap: break-word;
}

th {
 color: #17211d;
 font-family: "Aptos Display", "Trebuchet MS", Verdana, sans-serif;
 font-weight: 700;
}

td[bgcolor],
th[bgcolor] {
 background: #f8faf7 !important;
}

body > br,
table + br {
 display: none;
}

ul,
ol {
 max-width: 72ch;
 padding-left: 1.35rem;
}

li {
 margin: 0.22rem 0;
}

form {
 max-width: 100%;
}

input,
select,
textarea,
button {
 max-width: 100%;
 border: 1px solid rgba(72, 87, 79, 0.24);
 border-radius: 10px;
 padding: 0.45rem 0.6rem;
 background: #ffffff;
 color: #202724;
 font: inherit;
 line-height: 1.25;
}

input[type="text"],
input:not([type]) {
 min-width: 5.5rem;
}

input[type="button"],
input[type="submit"],
button {
 min-height: 42px;
 cursor: pointer;
 background: #1f6650;
 color: #ffffff;
 border-color: #1f6650;
}

input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
 background: #174d3d;
}

font {
 font-size: inherit;
}

hr {
 border: 0;
 border-top: 1px solid rgba(72, 87, 79, 0.18);
}

.home-actions {
 display: flex;
 flex-wrap: wrap;
 gap: 0.65rem;
 justify-content: center;
 width: min(100%, 920px);
 margin: 0 auto 1rem;
}

.home-action {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 min-height: 44px;
 padding: 0.62rem 1rem;
 border: 1px solid #1f6650;
 border-radius: 999px;
 background: #1f6650;
 color: #ffffff;
 font-family: "Aptos Display", "Trebuchet MS", Verdana, sans-serif;
 font-weight: 700;
 line-height: 1.1;
 box-shadow: 0 10px 24px rgba(31, 102, 80, 0.16);
}

.home-action:hover,
.home-action:focus-visible {
 color: #ffffff;
 background: #174d3d;
 text-decoration: none;
}

.home-action.secondary {
 background: rgba(255, 255, 255, 0.82);
 color: #1f6650;
 box-shadow: none;
}

.home-action.secondary:hover,
.home-action.secondary:focus-visible {
 background: #f4faf7;
 color: #174d3d;
}

.landing {
 display: grid;
 min-height: calc(100vh - 96px);
 place-items: center;
}

.landing-card {
 width: min(100%, 760px);
 padding: clamp(1.2rem, 4vw, 3rem);
 border: 1px solid rgba(72, 87, 79, 0.16);
 border-radius: 26px;
 background: rgba(255, 255, 255, 0.88);
 box-shadow: 0 22px 58px rgba(38, 49, 43, 0.1);
 text-align: center;
}

.landing-card h1,
.landing-card p {
 margin-right: auto;
 margin-left: auto;
 text-align: center !important;
}

.eyebrow {
 color: #1f6650;
 font-family: "Aptos Display", "Trebuchet MS", Verdana, sans-serif;
 font-size: 0.82rem;
 font-weight: 700;
 letter-spacing: 0.14em;
 text-transform: uppercase;
}

.landing-copy {
 font-size: clamp(1.05rem, 0.98rem + 0.32vw, 1.2rem);
}

@media (max-width: 900px) {
 body {
  width: min(100% - 22px, 100%);
 }

 body > table,
 body > center > table,
 table[border] {
  border-radius: 15px;
 }
}

@media (max-width: 680px) {
 body {
  width: min(100% - 14px, 100%);
  padding-top: 10px;
 }

 h1,
 h2,
 h3,
 h4 {
  text-align: left !important;
 }

 p,
 ul,
 ol {
  max-width: 100%;
 }

 body > table,
 body > center > table,
 table[border] {
  display: block;
  width: 100% !important;
  margin: 0.75rem auto !important;
  border-radius: 13px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
 }

 body > table > tbody,
 body > table > tr,
 table[border] > tbody,
 table[border] > tr {
  display: block;
  width: 100%;
 }

 body > table > tbody > tr,
 body > table > tr,
 table[border] > tbody > tr,
 table[border] > tr {
  display: block;
  width: 100%;
 }

 body > table > tbody > tr > td,
 body > table > tbody > tr > th,
 body > table > tr > td,
 body > table > tr > th,
 table[border] > tbody > tr > td,
 table[border] > tbody > tr > th,
 table[border] > tr > td,
 table[border] > tr > th {
  display: block;
  width: 100% !important;
  min-width: 0 !important;
 }

 table table,
 table table tbody,
 table table tr,
 table table td,
 table table th {
  max-width: 100%;
 }

 td,
 th {
  padding: 0.66rem !important;
 }

 img {
  max-width: min(100%, 100vw - 28px);
 }

 input,
 select,
 textarea,
 button {
  font-size: 1rem;
 }

 input[type="text"],
 input:not([type]) {
  width: min(100%, 15rem);
 }
}

@media (max-width: 420px) {
 body {
  width: min(100% - 10px, 100%);
  font-size: 0.98rem;
 }

 td,
 th {
  padding: 0.55rem !important;
 }

 input[type="text"],
 input:not([type]),
 select,
 textarea {
  width: 100%;
 }
}
