:root{--color-green: #05422a;--color-gold: #ce9a3b;--color-gray: #6b6b6b;--color-cream: #fbf5ea;--color-light-green: #d1efc1;--color-light-gold: #ffe6b8;--color-light-gray: #eeeeee;--color-off-white: #f8f8f8;--color-subtle-on-dark: #dbdbdb;--color-white: #ffffff;--color-black: #000000;--font-body: "Raleway", sans-serif;--font-accent: "Gidole", sans-serif;--radius-card: 10px;--radius-button: 10px;--content-max-width: 1368px;--header-height-desktop: 120px;--header-height-desktop-scrolled: 96px;--header-height-mobile: 84px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-body);color:var(--color-gray);background:var(--color-white);-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4,p{margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer}.eyebrow{display:block;font-size:16px;font-weight:500;letter-spacing:2px;color:var(--color-gold);margin-bottom:8px}@media(min-width:1024px){.eyebrow{font-size:20px}}.section-title{font-size:24px;font-weight:700;color:var(--color-green)}@media(min-width:1024px){.section-title{font-size:32px}}.section-lead{font-size:16px;font-weight:500;color:var(--color-gray);line-height:1.3}@media(min-width:1024px){.section-lead{font-size:18px}}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 24px;border-radius:var(--radius-button);border:2px solid transparent;font-family:var(--font-body);font-size:16px;font-weight:700;text-align:center;transition:background-color .15s ease,color .15s ease}@media(min-width:1024px){.btn{min-height:58px;padding:14px 32px;font-size:20px}}.btn--on-dark{background:transparent;border-color:var(--color-white);color:var(--color-white)}.btn--on-dark:hover{background:var(--color-white);color:var(--color-green)}.btn--on-light{background:var(--color-white);border-color:var(--color-green);color:var(--color-green)}.btn--on-light:hover{background:var(--color-green);color:var(--color-white)}
