:root{--black:#000;--border-radius:8px;--button-drop-shadow:2px 2px 1px rgba(0,0,0,.4);--card-drop-shadow:4px 4px 2px rgba(0,0,0,.1);--doc-height:100vh;--footer-height:140px;--header-height:84px;--red:#e74c3c;--light-red:#ff776a;--white:#fff;--teal-1:#b9d7dc;--teal-2:#559fac;--teal-3:#3f7782;--teal-4:#315d65;--teal-5:#224146;--yellow-1:#f7d466;--yellow-2:#f4c225;--yellow-3:#d6a40a;--green-1:#dbeccf;--green-2:#abcb96;--green-3:#87b66a;--green-4:#5c8742;--gray-1:#eee;--gray-2:#c1c1c1;--gray-3:#8c8c8c;--gray-4:#727272;--gray-5:#4c4c4c;--gray-6:#353535;--color-darker-gray:#353535;--font-weight-light:400;--font-weight-normal:500;--font-weight-medium:550;--font-weight-bold:600;--font-weight-extra-bold:700}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{background-color:var(--gray-1);color:var(--gray-6);height:100%;max-width:100vw;overflow-x:hidden}body.ModalOpen{overflow-y:hidden}main{height:100%}section{position:relative}h1{font-size:3rem;font-weight:var(--font-weight-bold);line-height:3.5rem;margin-bottom:2rem}h2{font-size:1.75rem;font-weight:var(--font-weight-medium);line-height:2rem;margin-bottom:1.5rem}h3{font-weight:var(--font-weight-bold);text-transform:uppercase}h3,h4{font-size:1.25rem;line-height:1.75rem;margin-bottom:1.25rem}h4{font-weight:var(--font-weight-medium)}.HeadingTightMargin{margin-bottom:8px}p{font-size:1rem;font-weight:var(--font-weight-light);line-height:1.5rem;margin-bottom:1.5rem}button{font-family:inherit}ul.TealBulletList{margin-bottom:20px;margin-left:20px}.TealBulletList li{font-size:1rem;line-height:1.5rem;margin-bottom:12px}.TealBulletList{list-style:none}.TealBulletList>li:before{color:var(--teal-4);content:"\2022";display:inline-block;margin-left:-16px;width:16px}a{color:var(--gray-6);font-weight:var(--font-weight-bold)}a:hover{color:var(--teal-3)}.PageHeight{height:calc(var(--doc-height) - var(--header-height))}.LightGrayText{color:var(--gray-1)}.MediumGrayText{color:var(--gray-4)}.DarkGrayText{color:var(--gray-6)}.LightTealText{color:var(--teal-2)}.TealText{color:var(--teal-4)}.GreenText{color:var(--green-4)}.ItalicText{font-style:italic}.CenteredText{text-align:center}@media (min-width:1600px){:root{--header-height:100px}html{font-size:20px}}@media (min-width:600px) and (max-width:999px){h1{font-size:2.5rem;line-height:3rem}}@media (max-width:599px){h1{font-size:2rem;line-height:2.25rem}h2{font-size:1.5rem;line-height:1.75rem;margin-bottom:1.25rem}}.BlogPost{align-items:center;display:flex;flex-direction:column;margin-top:3rem}.BlogPost,.BlogPost h1,.BlogPost h2,.BlogPost h3,.BlogPost h4,.BlogPost p{width:100%}.BlogPost h1,.BlogPost h2,.BlogPost h3,.BlogPost h4{margin-top:1rem}.BlogPost ol,.BlogPost ul{margin-bottom:1rem}.BlogPost ol li,.BlogPost ul li{line-height:1.5rem;margin-bottom:1rem}.BlogPost img{height:auto;max-width:100%}.BlogPost hr{background-color:var(--gray-2);border:0;height:1px;margin-bottom:3rem;margin-top:1rem;width:calc(100% - 240px)}.BlogPost figcaption{color:var(--gray-3);font-size:1rem;line-height:1.5rem;margin-bottom:1rem;margin-top:1.5rem;text-align:center}.BlogPost figcaption a,.BlogPost figcaption a:hover{color:var(--gray-6);font-weight:var(--font-weight-normal);text-decoration:none}.BlogPost blockquote{border-left:4px solid var(--teal-3);font-weight:var(--font-weight-medium);line-height:1.5;margin-bottom:2rem;margin-top:2rem;padding-left:1rem;width:calc(100% - 240px)}.BlogPost>figcaption,.BlogPost>figure,.BlogPost>h1,.BlogPost>h2,.BlogPost>h3,.BlogPost>ol,.BlogPost>p,.BlogPost>ul{padding-left:120px;padding-right:120px}.BlogPost .kg-callout-card,.BlogPost blockquote{margin-left:120px;margin-right:120px}.kg-card{margin-bottom:1.5rem;margin-top:1.5rem}.BlogPost>.kg-width-wide{padding:0;width:80%}.BlogPost>.kg-width-full{padding:0;width:100%}.kg-image-card{align-items:center;display:flex;flex-direction:column;justify-content:center}.kg-gallery-container{display:flex;flex-direction:column;gap:1rem;position:relative}.kg-gallery-row{display:flex;flex-direction:row;gap:1rem;justify-content:center}.kg-gallery-card *{box-sizing:border-box}.kg-gallery-image img{display:block;height:100%;margin:0;object-fit:cover;width:100%}.BlogPost>.kg-header-card{align-items:center;background-color:var(--teal-3);box-sizing:border-box;color:var(--white);display:flex;flex-direction:column;justify-content:center;min-height:50vh;padding:3rem;text-align:center;width:100%}.kg-header-card-header{font-size:3rem;font-weight:var(--font-weight-bold);line-height:4rem;margin:0}.kg-header-card-subheader{font-size:1rem;font-weight:var(--font-weight-normal);line-height:1.5rem;margin-bottom:0;margin-top:20px}.kg-bookmark-card{position:relative;width:100%}.kg-bookmark-container{border-radius:8px;border:1px solid var(--gray-2);color:inherit;display:flex;overflow:hidden;text-decoration:none}.kg-bookmark-content{align-items:flex-start;display:flex;flex-basis:100%;flex-direction:column;flex-grow:1;overflow:hidden;padding:20px}.kg-bookmark-description{-webkit-box-orient:vertical;-webkit-line-clamp:2;display:-webkit-box;font-size:1rem;font-weight:var(--font-weight-light);margin-top:10px;opacity:.7;overflow-y:hidden}.kg-bookmark-title{font-size:1rem;font-weight:var(--font-weight-bold);line-height:1.5rem}.kg-bookmark-metadata{align-items:center;display:flex;font-weight:var(--font-weight-light);margin-top:20px;white-space:nowrap;width:100%}.kg-bookmark-icon{height:20px;margin-right:8px;width:20px}.kg-bookmark-author{display:inline;opacity:.7}.kg-bookmark-publisher{font-weight:var(--font-weight-light);opacity:.7;overflow:hidden;text-overflow:ellipsis}.kg-bookmark-metadata>span:nth-of-type(2):before{content:"•";margin:0 8px}.kg-bookmark-thumbnail{flex-grow:1;min-width:33%;position:relative}.kg-bookmark-thumbnail img{border-radius:0 8px 8px 0;box-sizing:border-box;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.kg-callout-card{border-radius:8px;box-sizing:border-box;display:flex;margin-top:1rem;padding:1.2rem 1.6rem}.kg-callout-emoji{font-size:1rem;line-height:1.25rem;padding-right:1rem}.kg-callout-text{color:var(--gray-6);font-size:1rem;line-height:1.5rem}.kg-callout-card-blue{background:rgba(33,172,232,.12)}.kg-callout-card-green{background:rgba(52,183,67,.12)}.kg-callout-card-grey{background:rgba(124,139,154,.13)}.kg-callout-card-yellow{background:rgba(240,165,15,.13)}@media (min-width:1000px){.BlogPost>figcaption,.BlogPost>figure,.BlogPost>h1,.BlogPost>h2,.BlogPost>h3,.BlogPost>ol,.BlogPost>p,.BlogPost>ul{padding-left:120px;padding-right:120px}.BlogPost hr{max-width:960px}.BlogPost blockquote,.BlogPost hr{width:calc(100% - 240px)}.BlogPost .kg-callout-card,.BlogPost blockquote{margin-left:120px;margin-right:120px;max-width:960px}.BlogPost .kg-bookmark-card,.BlogPost .kg-image-card:not(.kg-width-full):not(.kg-width-wide),.BlogPost>h1,.BlogPost>h2,.BlogPost>h3,.BlogPost>ol,.BlogPost>p,.BlogPost>ul{max-width:1200px}}@media (min-width:600px) and (max-width:999px){.BlogPost>figcaption,.BlogPost>figure,.BlogPost>h1,.BlogPost>h2,.BlogPost>h3,.BlogPost>ol,.BlogPost>p,.BlogPost>ul{padding-left:90px;padding-right:90px}.BlogPost blockquote,.BlogPost hr{width:calc(100% - 180px)}.BlogPost .kg-callout-card,.BlogPost blockquote{margin-left:90px;margin-right:90px}}@media (max-width:599px){.BlogPost>div,.BlogPost>figcaption,.BlogPost>figure,.BlogPost>h1,.BlogPost>h2,.BlogPost>h3,.BlogPost>ol,.BlogPost>p,.BlogPost>ul{padding-left:40px;padding-right:40px}.BlogPost blockquote,.BlogPost hr{width:calc(100% - 80px)}.BlogPost .kg-callout-card,.BlogPost blockquote{margin-left:40px;margin-right:40px}.BlogPost .kg-callout-card{padding:1.2rem}}.CarouselPaginationContainer{display:flex;justify-content:center;list-style:none;margin-top:6px}.CarouselPageIndicator{background-color:var(--gray-2);border-radius:3px;border:none;cursor:pointer;height:6px;margin:4px;width:36px}.CarouselPageIndicator.is-active{background-color:var(--teal-4)}@media (max-width:599px){.CarouselPageIndicator{width:24px}}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:U+0460-052f,U+1c80-1c8a,U+20b4,U+2de0-2dff,U+a640-a69f,U+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:U+0301,U+0400-045f,U+0490-0491,U+04b0-04b1,U+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:U+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:U+0370-0377,U+037a-037f,U+0384-038a,U+038c,U+038e-03a1,U+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01a0-01a1,U+01af-01b0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1ea0-1ef9,U+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:U+0100-02ba,U+02bd-02c5,U+02c7-02cc,U+02ce-02d7,U+02dd-02ff,U+0304,U+0308,U+0329,U+1d00-1dbf,U+1e00-1e9f,U+1ef2-1eff,U+2020,U+20a0-20ab,U+20ad-20c0,U+2113,U+2c60-2c7f,U+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:U+00??,U+0131,U+0152-0153,U+02bb-02bc,U+02c6,U+02da,U+02dc,U+0304,U+0308,U+0329,U+2000-206f,U+20ac,U+2122,U+2191,U+2193,U+2212,U+2215,U+feff,U+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}