@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:block;src:url(/fonts/Geist-wght.ttf) format("truetype")}:root{--dark: #21110a;--white: #fff;--neutral-1: #f6f4f1;--neutral-2: #e8e6e3;--body-text: #0009;--body-text-white: #fff9;--border-dark: #0000001a;--border-white: #fff3;--element-bg-white: #ffffff26;--gradient-1: #d0a15b;--gradient-2: #9a5039;--gradient-3: #43292f;--radius: 6px;--bento-gap: 6px;--section-padding: 96px;--section-padding-small: 48px;--section-padding-large: 144px;--container: 1428px;--content-small: 412px;--content-medium: 654px;--content-large: 896px;--content-x-large: 1138px;--navbar-height: 72px;--font-sans: "Geist", "Geist Fallback", Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--white);color:var(--dark);font-family:var(--font-sans);font-size:17px;font-weight:400;line-height:1.4;font-feature-settings:"ss01" 1,"ss03" 1,"ss04" 1}img{object-fit:cover;max-width:100%;vertical-align:middle;display:inline-block;border:0}a{color:inherit;text-decoration:none}.section{padding-top:var(--section-padding);padding-bottom:var(--section-padding);background-color:var(--white)}.section.bg-neutral-to-white{background-image:linear-gradient(180deg,var(--neutral-1),var(--white))}.section.blog-intro-section{padding-bottom:0}.section.footer-a{background-color:var(--dark);color:var(--white)}.container{width:100%;max-width:var(--container);flex-flow:column;margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px;display:flex}.vertical-section{gap:72px;flex-flow:column;display:flex}.vertical-section.reduced-gap{gap:48px}.content---m{width:100%;max-width:var(--content-medium)}.content---m.align-center{margin-left:auto;margin-right:auto}.content---xl{width:100%;max-width:var(--content-x-large)}.content---xl.align-center{margin-left:auto;margin-right:auto}.heading-h1{letter-spacing:-.02em;font-size:56px;font-weight:500;line-height:1.1em}.heading-h1.white{color:var(--white)}.heading-h2{letter-spacing:-.02em;font-size:40px;font-weight:500;line-height:1.15em}.heading-h3{letter-spacing:-.01em;font-size:33px;font-weight:500;line-height:1.15em}.heading-h5{font-size:20px;font-weight:500;line-height:1.3em}.small-text{font-size:14px;line-height:1.4em}.bold-text{font-weight:500}.body-text{color:var(--body-text)}.body-text-white{color:var(--body-text-white)}.muted-text{opacity:.5}.navbar{height:var(--navbar-height);background-color:#0000;position:sticky;top:0;z-index:20}.navbar-contents{width:100%;height:var(--navbar-height);border-bottom:1px solid var(--border-dark);justify-content:center;align-items:center;display:flex;position:relative}.navbar-bg{position:absolute;inset:-.5px 0 .5px;background-color:var(--neutral-1);z-index:0}.nav-container{z-index:1;position:relative}.nav-row{gap:24px;grid-template-columns:1fr 1fr 1fr;align-items:center;justify-items:center;display:grid;width:100%}.nav-logo{justify-self:start;display:flex;align-items:center}.nav-logo-image{height:16px;width:auto}.nav-links{gap:36px;justify-content:center;align-items:center;display:flex}.navbar-link{white-space:nowrap;font-size:14px;line-height:1.4em;transition:opacity .2s}.navbar-link:hover{opacity:.5}.navbar-link.hide-on-desktop{display:none}.nav-buttons{gap:12px;justify-content:flex-end;align-items:center;display:flex;justify-self:end}.button{gap:6px;background-color:var(--dark);height:50px;color:var(--white);border-radius:200px;justify-content:center;align-items:center;padding-left:24px;padding-right:24px;font-weight:500;display:flex;max-width:100%}.button.nav-size{height:39px;padding-left:18px;padding-right:18px}.button.nav-size .button-text{font-size:14px;line-height:1.4em}.button.white{background-color:var(--white);color:var(--dark)}.menu-toggle-box{display:none}.menu-button{display:none;cursor:pointer;padding:12px}.menu-button img{width:24px;height:24px;object-fit:contain}@media screen and (max-width:991px){.nav-row{display:flex;justify-content:space-between;align-items:center}.hide-on-tablet{display:none}.menu-button{display:block}.nav-menu-wrapper{background-color:var(--white);width:100vw;height:calc(100vh - 72px);margin-top:72px;position:fixed;top:0;left:0;overflow:scroll;display:none}.menu-toggle-box:checked~.nav-menu-wrapper{display:block}.nav-links{gap:12px;text-align:left;flex-flow:column;justify-content:center;align-items:stretch;padding:24px 24px 96px}.navbar-link{padding-top:6px;padding-bottom:6px;font-size:20px;font-weight:500;line-height:1.4rem}.navbar-link.hide-on-desktop{display:block}.nav-buttons{gap:6px}}@media screen and (max-width:479px){.nav-row{gap:12px}.nav-links{padding-left:18px;padding-right:18px}.nav-menu-wrapper{margin-top:60px}}.blog-layout{gap:24px;grid-template-rows:auto;grid-template-columns:2fr 1fr;grid-auto-columns:1fr;display:grid}.blog-post{gap:18px;flex-flow:column;justify-content:flex-start;display:flex}.blog-post-title{gap:18px;flex-flow:column;justify-content:flex-start;align-items:flex-start;display:flex}.blog-post-title.increased-gap{gap:24px}.hover-image-wrapper{border-radius:var(--radius);background-color:var(--dark);overflow:hidden;display:block}.hover-image{min-height:300px;width:100%}.hover-image.blog-features{aspect-ratio:16/9}.post-meta{gap:12px;justify-content:flex-start;align-items:center;display:flex}.post-author{gap:9px;justify-content:flex-start;align-items:center;display:flex}.post-author-image{border-radius:50%;max-height:30px;width:30px;height:30px}.blog-sidebar{flex-flow:column;display:flex}.sidebar-item{border-bottom:1px solid var(--border-dark);padding-top:24px;padding-bottom:24px}.sidebar-item:first-child{padding-top:0}.sidebar-item:last-child{border-bottom-style:none;padding-bottom:0}.sidebar-article{gap:18px;grid-template-rows:auto;grid-template-columns:1fr 2fr;grid-auto-columns:1fr;justify-content:flex-start;align-items:center;display:grid}.blog-grid{column-gap:24px;row-gap:96px;grid-template-rows:auto;grid-template-columns:1fr 1fr 1fr;grid-auto-columns:1fr;display:grid}@media screen and (max-width:991px){.hover-image{min-height:250px}.blog-layout{gap:72px;grid-template-columns:2fr}.blog-sidebar{column-gap:24px;row-gap:48px;grid-template-rows:auto auto;grid-template-columns:1fr 1fr;grid-auto-columns:1fr;place-items:start;display:grid}.sidebar-item{border-bottom-style:none;padding-top:0;padding-bottom:0}.blog-grid{row-gap:72px;grid-template-columns:1fr 1fr}}@media screen and (max-width:767px){.hover-image{min-height:200px}.heading-h1{font-size:40px;line-height:1.15em}.heading-h2{font-size:33px;line-height:1.125em}.heading-h3{font-size:28px;line-height:1.2em}.vertical-section{gap:60px}.blog-sidebar{row-gap:24px;grid-template-rows:auto;grid-template-columns:1fr}}@media screen and (max-width:479px){:root{--section-padding: 72px;--navbar-height: 60px}.container{padding-left:12px;padding-right:12px}.hover-image{min-height:0}.heading-h1{line-height:1.1em}.blog-layout{gap:60px}.blog-grid{row-gap:48px;grid-template-columns:1fr}body{font-size:16px}}.blog-header{gap:96px;flex-flow:column;justify-content:flex-start;align-items:center;display:flex}.article-intro{gap:48px;flex-flow:column;display:flex}.blog-hero{aspect-ratio:16/9;border-radius:var(--radius);width:100%}.article-wrapper{gap:144px;flex-flow:column;display:flex}.article,.article>article{gap:24px;flex-flow:column;line-height:1.6em;display:flex}.article>article:after{content:"";display:block;height:27px}.article p{color:var(--body-text);margin-bottom:0}.article strong{color:var(--dark);font-weight:500}.article a{color:var(--gradient-2)}.article h2{font-size:32px;font-weight:700;line-height:36px;margin:0}.article h3{font-size:24px;font-weight:700;line-height:30px;margin:0}.article h5{margin-top:24px;margin-bottom:0;font-size:20px;font-weight:500;line-height:1.3em}.article ul,.article ol{gap:12px;color:var(--body-text);flex-flow:column;margin-bottom:24px;padding-left:1.4em;display:flex}.article img{border-radius:var(--radius)}.article figure{margin-top:24px;margin-bottom:24px}.article figcaption{margin-top:12px}.article blockquote{border-left:3px solid var(--border-dark);color:var(--body-text);padding-left:18px}#blog-post-content th,#blog-post-content td{border:1px solid black;text-align:left;padding:8px}#blog-post-content table{width:100%;margin:24px 0;border-collapse:collapse}.article-more{gap:24px;border-top:1px solid var(--border-dark);flex-flow:column;padding-top:24px;display:flex}.boxed-post{gap:18px;border-radius:var(--radius);background-color:var(--neutral-1);grid-template-rows:auto;grid-template-columns:1fr 1fr;grid-auto-columns:1fr;place-items:end start;padding:12px;display:grid}.boxed-post-title{gap:18px;flex-flow:column;padding-bottom:12px;display:flex}@media screen and (max-width:767px){.boxed-post{grid-template-columns:1fr;place-items:start}}.vertical-section.increased-gap{gap:96px}.faded-heading{color:#0006}.team-member-hero{max-width:var(--content-medium);gap:36px;flex-flow:column;justify-content:flex-start;align-items:center;margin-left:auto;margin-right:auto;display:flex}.team-member-hero-details{gap:24px;text-align:center;flex-flow:column;justify-content:flex-start;align-items:center;display:flex}.team-member-hero-image{border-radius:50%;max-height:240px}.team-social{gap:24px;justify-content:flex-start;align-items:center;display:flex}@media screen and (max-width:767px){.team-member-hero-image{width:240px;margin-left:auto;margin-right:auto}}@media screen and (max-width:479px){.team-member-hero{gap:24px}.team-member-hero-image{width:180px}}.footer-container{width:100%;max-width:var(--content-large);gap:72px;flex-flow:column;justify-content:flex-start;align-self:center;align-items:center;display:flex}.footer-title{width:100%;max-width:var(--content-medium);gap:24px;text-align:center;flex-flow:column;align-self:center;margin-top:24px;margin-left:auto;margin-right:auto;display:flex}.bento-row{gap:var(--bento-gap);grid-template-rows:auto;grid-template-columns:1fr 1fr;grid-auto-columns:1fr;display:grid;width:100%}.card{border-radius:var(--radius);padding:24px;position:relative;overflow:hidden}.card.dark-quote-card{gap:48px;background-color:var(--element-bg-white);flex-flow:column;justify-content:space-between;min-height:300px;display:flex}.quote-author{gap:9px;justify-content:flex-start;align-items:center;display:flex}.avatar-small{border-radius:50%;flex:none;width:30px;height:30px}.footer-cta{border-radius:var(--radius);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.graphic-canvas{justify-content:center;align-items:flex-end;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.graphic-wrapper{z-index:0;background-image:linear-gradient(135deg,var(--gradient-1),var(--gradient-2) 50%,var(--gradient-3));pointer-events:none;min-width:130%;height:auto;min-height:100%}.graphic-image{mix-blend-mode:darken;width:100%;display:block}.box-contents{z-index:1;color:var(--white);position:relative}.footer-menus{gap:72px;align-self:stretch;display:flex}.footer-menu{gap:9px;flex-flow:column;flex:1;display:flex}.footer-menu-title{font-weight:500}.footer-menu-link{opacity:.5;color:var(--white);align-self:flex-start;font-weight:500;transition:opacity .2s}.footer-menu-link:hover{opacity:1}.footer-bottom{border-top:1px solid var(--border-white);justify-content:space-between;align-self:stretch;padding-top:24px;display:flex}.footer-bottom-left{gap:24px;justify-content:flex-start;align-items:flex-end;display:flex}.footer-logo{height:16px;width:auto}.white-link{opacity:.5;color:var(--white);transition:opacity .2s}.white-link:hover{opacity:1}.social-links{gap:24px;display:flex}.social-link{opacity:.5;transition:opacity .2s}.social-link:hover{opacity:1}.social-icon{width:18px;height:18px;object-fit:contain}.disclosure{color:var(--body-text-white);font-size:12px;line-height:1.4em;margin-top:-24px}.disclosure p{margin-bottom:1.4em}.disclosure p:last-child{margin-bottom:0}@media screen and (max-width:767px){.bento-row{grid-template-columns:1fr}.footer-cta{height:200px}.footer-menus{gap:72px;grid-template-rows:auto auto;grid-template-columns:1fr 1fr;grid-auto-columns:1fr;display:grid}.footer-bottom{justify-content:space-between;align-items:flex-end}.footer-bottom-left{gap:12px;flex-flow:column;justify-content:flex-start;align-items:flex-start}}@media screen and (max-width:479px){.footer-menus{column-gap:24px}.footer-bottom{gap:72px;flex-flow:column-reverse;justify-content:flex-end;align-items:center}.footer-bottom-left{justify-content:flex-start;align-items:center}}@media(prefers-reduced-motion:no-preference){html.js [data-reveal]{opacity:0;transform:translate3d(0,24px,0);transition:opacity .6s ease,transform .6s ease}html.js [data-reveal].is-in{opacity:1;transform:translateZ(0)}}
