@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap");.chapter-root{--c-primary:#09496c;--c-primary-mid:#00689f;--c-primary-light:#1e7baa;--c-emerald:#00ba84;--c-emerald-light:#e6f9f1;--c-yellow:#fbcd37;--c-yellow-light:#fff8dd;--c-coral:#f97071;--c-coral-light:#fee8e8;--c-peach:#fae1d0;--c-peach-light:#fff0e8;--c-sand:#fdf6ec;--c-near-black:#0c1b26;--c-slate:#5a6e7d;--c-light-slate:#9db0bf;font-family:Outfit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--c-near-black);background-color:var(--c-sand);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.chapter-section-padding{padding-top:4rem;padding-bottom:4rem}@media (min-width:640px){.chapter-section-padding{padding-top:5rem;padding-bottom:5rem}}@media (min-width:1024px){.chapter-section-padding{padding-top:6rem;padding-bottom:6rem}}.chapter-content-max{max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (min-width:1024px){.chapter-content-max{padding-left:2.5rem;padding-right:2.5rem}}.chapter-bg-primary{background-color:var(--c-primary)}.chapter-bg-sand{background-color:var(--c-sand)}.chapter-bg-peach{background-color:var(--c-peach)}.chapter-bg-peach-light{background-color:var(--c-peach-light)}.chapter-bg-yellow{background-color:var(--c-yellow)}.chapter-bg-yellow-light{background-color:var(--c-yellow-light)}.chapter-bg-emerald-light{background-color:var(--c-emerald-light)}.chapter-bg-white{background-color:#fff}.chapter-text-primary{color:var(--c-primary)}.chapter-text-primary-mid{color:var(--c-primary-mid)}.chapter-text-emerald{color:var(--c-emerald)}.chapter-text-yellow{color:var(--c-yellow)}.chapter-text-coral{color:var(--c-coral)}.chapter-text-near-black{color:var(--c-near-black)}.chapter-text-slate{color:var(--c-slate)}.chapter-text-light-slate{color:var(--c-light-slate)}.chapter-border-primary{border-color:var(--c-primary)}.chapter-border-yellow{border-color:var(--c-yellow)}.chapter-border-emerald{border-color:var(--c-emerald)}.chapter-hover-primary:hover{color:var(--c-primary)}.chapter-hover-yellow:hover{color:var(--c-yellow)}.chapter-hover-bg-primary:hover{background-color:var(--c-primary)}.chapter-hover-text-white:hover{color:#fff}.chapter-section-label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--c-emerald);display:inline-block}.chapter-section-label.is-light{color:#fff}.chapter-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;background-color:var(--c-yellow);color:var(--c-near-black);font-weight:600;font-size:1rem;border-radius:.75rem;transition:all .15s ease-out;cursor:pointer;border:none;text-decoration:none}.chapter-btn-primary:hover{box-shadow:0 4px 16px rgba(251,205,55,.35);filter:brightness(1.05)}.chapter-btn-primary:active{transform:scale(.97)}.chapter-btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;border:1.5px solid var(--c-primary);background-color:initial;color:var(--c-primary);font-weight:600;font-size:1rem;border-radius:.75rem;transition:all .15s ease-out;cursor:pointer;text-decoration:none}.chapter-btn-secondary:hover{background-color:var(--c-primary);color:#fff}.chapter-btn-secondary:active{transform:scale(.97)}.chapter-btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background-color:hsla(0,0%,100%,.1);border:1.5px solid hsla(0,0%,100%,.3);color:#fff;font-weight:600;font-size:1rem;border-radius:.75rem;transition:all .15s ease-out;cursor:pointer;text-decoration:none}.chapter-btn-ghost:hover{background-color:hsla(0,0%,100%,.2)}.chapter-icon-circle{width:3.5rem;height:3.5rem;display:flex;justify-content:center;color:#fff;background:linear-gradient(135deg,#09496c,#00ba84);box-shadow:0 4px 16px rgba(0,186,132,.25);flex-shrink:0}.chapter-badge,.chapter-icon-circle{border-radius:9999px;align-items:center}.chapter-badge{display:inline-flex;padding:.25rem .75rem;font-size:13px;font-weight:600;background-color:var(--c-yellow-light);color:var(--c-primary);white-space:nowrap}.chapter-fade-in{animation:chapterFadeIn .7s ease-out both}@keyframes chapterFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.chapter-prose h2{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem}.chapter-prose h2,.chapter-prose h3{font-weight:700;color:var(--c-primary)}.chapter-prose h3{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.75rem}.chapter-prose p{margin-bottom:.75rem}.chapter-prose li,.chapter-prose p{color:var(--c-near-black);line-height:1.7}.chapter-prose li{margin-left:1.25rem;margin-bottom:.25rem}.chapter-prose hr{margin:1.5rem 0;border-color:rgba(9,73,108,.1)}