@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400&family=Montserrat:wght@200;400;600;800&display=swap";:root{--color-text: #333;--color-text-muted: #666;--color-heading: #333;--color-bg: #ffffff;--color-bg-light: #f9f9f9;--color-border: #e0e0e0;--color-link: #242d57;--color-link-hover: rgba(0, 0, 0, .25);--color-button-bg: #4e567e;--color-button-hover: #3c415c}@media(prefers-color-scheme:dark){:root{--color-text: #e0e0e0;--color-text-muted: #b0b0b0;--color-heading: #f0f0f0;--color-bg: #1a1a1a;--color-bg-light: #2a2a2a;--color-border: #404040;--color-link: #a0a8e0;--color-link-hover: #d0d4ff;--color-button-bg: #5a6391;--color-button-hover: #6b74a3}}html,body{margin:0;padding:0;height:100%;width:100%;font-family:Cormorant Garamond,serif;background-color:var(--color-bg);color:var(--color-text);font-size:1.125rem}html{scroll-behavior:smooth}#App{min-height:200vh;width:100%;display:flex;flex-direction:column;justify-content:space-between}section{position:relative;display:flex;justify-content:center}.hero{position:relative}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;pointer-events:none}.hero-content{position:relative;z-index:2;width:100%;display:flex;flex-direction:column;align-items:center}.hero-text-area{position:relative;margin-top:auto;padding-bottom:2rem;width:100%;display:flex;flex-direction:column;align-items:center;gap:2rem}.hero-overlay{position:absolute;inset:0;background:#0009;z-index:0;pointer-events:none}.hero.light .hero-overlay,.hero.white .hero-overlay{display:none}.hero-heading{position:relative;z-index:1;padding:0 2rem;text-align:center}.hero-heading h1{font-weight:300;font-size:3.5rem;margin:0}.hero-heading h2{font-weight:400;font-size:1.5rem;margin:0;text-align:center}@media screen and (min-width:640px){.hero-heading h1{font-size:5rem}.hero-heading h2{font-size:2.5rem}}@media screen and (min-width:1024px){.hero-heading h1{font-size:6rem}.hero-heading h2{font-size:2.5rem}}@media screen and (min-width:1280px){.hero-heading h1{font-size:6.5rem}.hero-heading h2{font-size:2.75rem}}section.dark{min-height:100vh;color:#fff;background:#0009}section.light{min-height:100vh;color:#000;background:#ffffff59}section.black{color:#fff;background:#000;min-height:100vh}section.white{color:#000;background:#fff;min-height:100vh}.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}.category-title-container{display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;width:100%;flex:1 0 200px;margin:.5rem;position:relative;overflow:visible;padding:1rem;border-radius:15px}h1{font-weight:300;font-size:2.5rem;margin:0}h2{font-weight:400;font-size:1.75rem;margin:0;text-align:center}@media screen and (min-width:640px){h1{font-size:3rem}h2{font-size:2rem}}@media screen and (min-width:1280px){h1{font-size:3.5rem}h2{font-size:2.25rem}}h3{font-weight:400;font-size:1.25rem;margin:0}p{line-height:1.5;margin-bottom:0;font-weight:300}p.large{font-size:1.375rem}p.small{font-size:1rem}p.bold{font-weight:600}hr{margin:2.5rem}a{text-decoration:underline;color:var(--color-link)}a:hover{color:var(--color-link-hover)}section.dark a,section.black a{color:#f5f5f5}section.dark a:hover,section.black a:hover{color:#d0d4ff}div.center-flex{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem}.button{background-color:var(--color-button-bg);color:#fff;padding:.5rem 1rem;text-decoration:none;margin:1rem auto 0;border-radius:5px;transition:background-color .3s ease,opacity .3s ease,visibility .3s ease;cursor:pointer;border:none;opacity:1;visibility:visible;font-weight:400}.button:hover{background-color:var(--color-button-hover);text-decoration:none;color:#fff}#header{position:fixed;display:flex;justify-content:center;flex-wrap:wrap;box-sizing:border-box;gap:2rem;background:#ffffffbf;padding:1rem;top:0;width:100vw;z-index:20}#header nav{display:contents}#header a{text-decoration:none;color:#000}@media screen and (min-width:1280px){#header a{font-size:1.2rem}}#header a:hover{color:#4e567e}#footer{display:flex;flex-direction:column;align-items:center;gap:2.5rem;padding:5rem 2rem 2rem 3rem;width:100%;margin-top:0;box-sizing:border-box}#footer p.small{text-align:center}img.social-icon{width:30px;height:30px;margin:0 10px}img.social-icon:hover{transform:scale(1.1)}
