:root{--color-white: #fff;--color-gray-lightest: #f9fafb;--color-gray-lighter: #f3f4f6;--color-gray-light: #e5e7eb;--color-gray: #7b8595;--color-gray-dark: #4b5563;--color-gray-darker: #374151;--color-gray-darkest: #1f2937;--color-pale-yellow: #fffac4;--color-accent-support: #fff;--font-primary: "Karla", sans-serif;--font-mono: Consolas, "Andale Mono", "Courier New", Courier, monospace;--radius-s: .375rem;--radius-m: .5rem;--radius-full: calc(infinity * 1px);--width-content: 45rem;--width-container: 68.75rem;--spacing-container: min(3vw, 1.875rem);--spacing-s: clamp(1.25rem, 4.167vw, 1.875rem);--spacing-m: clamp(2.5rem, 8.333vw, 3.75rem);--spacing-l: clamp(3.75rem, 12.5vw, 5.625rem)}/*! Based on modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:before,:after{box-sizing:border-box}html{line-height:1.15;-webkit-text-size-adjust:100%;tab-size:4}body{margin:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:700}code,kbd,samp,pre{font-family:var(--font-mono, monospace);font-size:.9em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentcolor;border-collapse:collapse}embed,iframe,object{max-width:100%}video,img{height:auto;max-width:100%}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,[type=button],[type=reset],[type=submit]{cursor:pointer;-webkit-appearance:button}textarea{resize:vertical}textarea:not([rows]){min-height:10em}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:target{scroll-margin-block:5ex}summary{display:list-item}html{font-family:var(--gh-font-body, var(--font-primary));font-size:100%}body{line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--color-white);color:var(--color-gray-dark)}a{transition:color .3s ease,opacity .3s ease;text-decoration:underline;text-underline-offset:.2em;text-decoration-thickness:1px;color:var(--ghost-accent-color)}a:where(:hover,:focus-visible,:active){text-decoration:none;color:var(--color-gray-darkest)}h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;font-family:var(--gh-font-heading, var(--font-primary));font-weight:700;line-height:1.15;color:var(--color-gray-darkest)}.sr-only{border-width:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.25em;padding:.875em 1.875em;white-space:nowrap;font-size:1rem;line-height:1.25;font-weight:700;text-decoration:none;border:0;border-radius:var(--radius-full);background:var(--ghost-accent-color);color:var(--color-accent-support)}.btn:where(.btn-secondary){background:var(--color-gray-lighter);color:var(--color-gray-dark);transition:background-color .25s ease,color .25s ease}.btn:where(.btn-icon){padding:.6em;font-size:1.25rem;line-height:1}.btn svg{flex-shrink:0;width:1em;height:1em;fill:currentColor}.btn:is(:hover,:focus-visible,:active){outline:0;background:var(--ghost-accent-color);color:var(--color-accent-support)}.btn:before{box-sizing:content-box;position:absolute;top:50%;left:50%;content:"";width:100%;height:100%;z-index:-1;transform:translate(-50%,-50%);transition:all .3s ease-in-out;opacity:.15;border-radius:var(--radius-full);background:transparent}.btn:is(:hover,:focus-visible,:active):before{padding:6px;background:var(--ghost-accent-color)}.menu,.actions{list-style:none;margin:0;padding:0}.menu-item,.action-item{margin:0}:where(.menu-item,.action-item) a:not(.btn){display:inline-flex;align-items:center;gap:.5em;text-decoration:none;font-size:.9375rem;line-height:1.2;color:inherit}:where(.menu-item,.action-item) svg{flex-shrink:0;width:1em;height:1em;fill:currentColor}.avatar{position:relative;aspect-ratio:1 / 1;border-radius:var(--radius-full);border-style:solid;border-color:var(--ghost-accent-color)}.avatar:before,.avatar:after{content:"";box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:var(--radius-full);background:var(--ghost-accent-color)}.avatar:before{z-index:-1;opacity:.15}.avatar:after{z-index:-2;opacity:.1}.avatar-image{display:block;position:relative;width:100%;height:100%;object-fit:cover;border-radius:var(--radius-full)}.social-links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;column-gap:1em;row-gap:.75em}.small-title{position:relative;margin-top:0;margin-bottom:1.875rem;font-size:.9375rem;font-weight:400;letter-spacing:.1em;line-height:1.2;text-transform:uppercase;color:var(--color-gray-darkest)}.small-title:after{display:block;content:"";width:4em;height:1px;margin-top:1em;background-color:var(--ghost-accent-color)}@keyframes bgIn{0%{opacity:0;transform:scale(1.02)}to{opacity:.15;transform:scale(1)}}@keyframes contentIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}to{transform:scale(1.2);opacity:0}}.site{display:flex;flex-direction:column;min-height:100vh;overflow:hidden;position:relative;z-index:10;transition:transform .25s ease-in-out;background:var(--color-white)}.content{flex-grow:1;padding-top:3.75rem}.inner{margin-left:auto;margin-right:auto;max-width:var(--width-content)}.inner-wide{margin-left:auto;margin-right:auto;max-width:var(--width-container)}.outer{padding-left:var(--spacing-container);padding-right:var(--spacing-container)}.navbar{position:relative;z-index:1;padding-top:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--color-gray-light);background:var(--color-gray-lightest);color:var(--color-gray-darkest)}.navbar a:not(.btn){text-decoration:none;color:inherit}.navbar a:not(.btn):where(:hover,:focus-visible,:active){color:var(--ghost-accent-color)}.navbar-inside{display:flex;align-items:center;gap:1.875rem}.navbar-branding img{display:block;max-height:3rem}.navbar-title{margin:0;font-family:var(--gh-font-heading, var(--font-primary));font-size:clamp(1.25rem,.833rem + 1.389vw,1.5rem);line-height:1.15;font-weight:700;letter-spacing:-.025em;color:inherit}.navbar-menu{display:flex;align-items:center;justify-content:flex-end;gap:1.5rem;flex-grow:1;position:relative;z-index:1}.navbar-menu .menu{display:none}.navbar-menu .actions{display:flex;align-items:center;gap:.75rem}.navbar-menu .current-menu-item{color:var(--ghost-accent-color)}.navbar-menu .action-item:not(.action-button)+.action-item:not(.action-button){margin-left:.75rem}.navbar-menu .action-item:not(.action-button)+.action-button{margin-left:.25rem}@media only screen and (min-width: 1024px){.navbar-menu .menu{display:flex;align-items:center;gap:1.5rem;flex-grow:1}}@media only screen and (max-width: 599px){.navbar-menu :is(.action-subscribe,.action-signin,.action-account){display:none}}.hero{position:relative;overflow:hidden;border-bottom:1px solid var(--color-gray-light);background:var(--color-gray-lightest)}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.02);animation:bgIn .45s cubic-bezier(.33,.66,.66,1) .25s both;pointer-events:none}.hero .navbar{border:0;background:0}.hero-container{position:relative;z-index:1;padding-top:3.75rem;padding-bottom:2.5rem;animation:contentIn .6s cubic-bezier(.22,.61,.36,1) .25s both}.hero-content{display:flex;flex-direction:column;align-items:center;text-align:center}.hero-avatar{width:min(50vw,8.5rem);margin-bottom:2.5rem;border-width:4px}.hero-avatar:before{padding:15px}.hero-avatar:after{padding:25px}.hero-title{margin:0 0 1rem;font-size:clamp(2.25rem,1rem + 4.167vw,3rem);letter-spacing:-.025em}.hero-text{font-size:1.125rem;margin-top:0;margin-bottom:1.875rem}.hero-social{margin-top:0;margin-bottom:1.875rem}.hero-social :where(.btn-icon){background:var(--color-white);box-shadow:0 1px 3px #0000000d}.post-title a{color:inherit;text-decoration:none}.post-thumbnail{display:block;text-decoration:none}.post-thumbnail-image{display:block;width:100%;border-radius:var(--radius-m)}.post-thumbnail-caption{max-width:75ch;margin:.375rem 0 0;font-size:.875rem;line-height:1.5;text-align:left}.post-meta{font-size:.9375rem;letter-spacing:.1em;line-height:1.25;text-transform:uppercase;color:var(--color-gray)}.post-lock-icon{vertical-align:middle}.post-lock-icon svg{width:1em;height:1em;fill:currentColor}.post-tags,.post-share{display:flex;column-gap:.75em;flex-wrap:wrap;margin-top:0;margin-bottom:0;font-size:.9375rem;line-height:1.5}.post-share-title{font-weight:700;color:var(--color-gray-darkest)}:where(.post-tags,.post-share) a{text-decoration:none}.post-tags a:before{content:"#"}.post-featured-badge{color:var(--ghost-accent-color)}.post-excerpt{margin-top:0;margin-bottom:0;font-size:1.125rem}.post-excerpt-dots:after{content:"\2026"}.featured-posts{border-bottom:1px solid var(--color-gray-light);margin-bottom:var(--spacing-l)}.post-featured{margin-bottom:var(--spacing-l)}.post-featured .post-thumbnail{margin-top:1.875rem;margin-bottom:1.875rem}.post-featured .post-title{margin-top:0;margin-bottom:1rem;font-size:clamp(1.875rem,1.25rem + 2.083vw,2.25rem)}.post-featured .post-meta{margin-top:0;margin-bottom:.625rem}.post-featured .post-tags{margin-top:1.5rem}.post-read-more{margin-top:1.875rem;margin-bottom:0}.post-feed-title{margin-bottom:2.5rem}.post-feed .post{margin-bottom:3.75rem}.post-feed .post:after{clear:both}.post-feed .post:before,.post-feed .post:after{content:"";display:table}.post-feed .post-thumbnail{margin-top:1.5rem;margin-bottom:1.5rem}.post-feed .post-title{margin-top:0;margin-bottom:1rem;font-size:clamp(1.5rem,.875rem + 2.083vw,1.875rem)}.post-feed .post-meta{margin-top:0;margin-bottom:.625rem}.post-feed .post-excerpt+.post-tags{margin-top:1rem}@media only screen and (min-width: 1100px){.post-feed .post{width:100%;max-width:none;--side: calc(50% - var(--width-content) / 2)}.post-feed .post-thumbnail{float:left;width:calc(var(--side) - 1.875rem);margin-top:1.875rem;margin-bottom:0}.post-feed :where(.post-header,.post-excerpt,.post-tags){float:right;width:var(--width-content);margin-right:var(--side)}}.post-full{margin-bottom:var(--spacing-l)}.post-full .post-thumbnail{margin-top:2.5rem;margin-bottom:2.5rem}.post-full .post-meta{margin-top:0;margin-bottom:.9375rem}.post-full .post-title{margin-top:0;margin-bottom:2.5rem;font-size:clamp(2.25rem,1rem + 4.167vw,3rem);letter-spacing:-.025em}.post-footer{display:flex;flex-direction:column;gap:1.25rem;margin-top:3.75rem;margin-bottom:0}@media only screen and (min-width: 600px){.post-footer{flex-direction:row;justify-content:space-between}.post-share{flex-shrink:0;margin-left:auto}}.content:has(.post-content:first-child>.kg-width-full:first-child){padding-top:0}.author-box{display:flex;flex-direction:column;align-items:center;gap:1.875rem;margin-top:3.75rem;margin-bottom:0;padding:1.875rem var(--spacing-s);border-radius:var(--radius-s);border:1px solid var(--color-gray-light);text-align:center}.author-avatar{flex-shrink:0;width:4.5rem;border-width:2px}.author-avatar:before{padding:7px}.author-avatar:after{padding:12px}.author-title{font-size:1.25rem;margin:0 0 .625rem}.author-description{margin:0}@media only screen and (min-width: 480px){.author-box{flex-direction:row;align-items:flex-start;padding-left:1.875rem;padding-right:1.875rem;text-align:left}}.post-teaser{position:relative}.post-teaser:before{content:"";position:absolute;left:0;right:0;bottom:0;height:90%;background:linear-gradient(to bottom,rgba(255,255,255,0) 20%,var(--color-white) 100%)}.signup-box{position:relative;z-index:1;margin-top:2.5rem;margin-bottom:3.75rem;padding:2.5rem var(--spacing-s);border:1px solid var(--color-gray-light);border-radius:var(--radius-s);background:var(--color-gray-lightest);text-align:center}.signup-box-title{margin:0;font-size:clamp(1.5rem,.875rem + 2.083vw,1.875rem);text-wrap:balance}.signup-box p{margin-top:1em;margin-bottom:0}.signup-box .signup-box-note{font-size:.9375rem}.post-content{--main: min(var(--width-content), 100% - var(--spacing-container) * 2);--wide: minmax(0, calc((var(--width-container) - var(--width-content))/2));--full: minmax(var(--spacing-container), 1fr);display:grid;grid-template-columns:[full-start] var(--full) [wide-start] var(--wide) [main-start] var(--main) [main-end] var(--wide) [wide-end] var(--full) [full-end];font-size:1.125rem}.post-content>*{grid-column:main;margin-top:1em;margin-bottom:0}.post-content>:first-child{margin-top:0}.post-content>:where(pre,table),.post-content>:where(pre,table)+*{margin-top:1.5rem}.post-content>:where(h1,h2,h3,h4,h5,h6,hr,blockquote,iframe),.post-content>:where(hr,blockquote,iframe)+*{margin-top:2.5rem}.post-content :where(h1,h2,h3,h4,h5,h6)+:where(h1,h2,h3,h4,h5,h6){margin-top:1rem}.post-content :not(.kg-card)+.kg-card,.post-content .kg-card+:not(.kg-card),.post-content .kg-width-full+.kg-card:not(.kg-width-full),.post-content .kg-card:not(.kg-width-full)+.kg-width-full{margin-top:2.5rem}.post-content>.kg-width-full+.kg-width-full:not(.kg-width-full.kg-card-hascaption+.kg-width-full){margin-top:0}mark,ins{padding:.1em .15em;text-decoration:none;border-radius:.125rem;background:var(--color-pale-yellow);color:var(--color-gray-dark)}figure{margin-left:0;margin-right:0}figcaption{max-width:75ch;margin:.375rem 0 0;font-size:.875rem;line-height:1.5;text-align:left}figcaption p{margin:.5rem 0 0}figcaption p:first-child{margin-top:0}.kg-width-full figcaption{padding-left:.75em;padding-right:.75em}.post-content .js-reframe{overflow:hidden;border-radius:var(--radius-m)}.kg-image-card .kg-image{display:block;margin-left:auto;margin-right:auto;border-radius:var(--radius-m)}.kg-width-full:not(.kg-content-wide) img{border-radius:0}.post-content h1{font-size:clamp(2.25rem,1rem + 4.167vw,3rem);letter-spacing:-.025em}.post-content h2{font-size:clamp(1.875rem,1.25rem + 2.083vw,2.25rem);letter-spacing:-.025em}.post-content h3{font-size:clamp(1.5rem,.875rem + 2.083vw,1.875rem)}.post-content .post-content h4{font-size:clamp(1.25rem,.833rem + 1.389vw,1.5rem)}.post-content h5{font-size:clamp(1.125rem,.917rem + .694vw,1.25rem)}.post-content h6{font-size:clamp(1rem,.792rem + .694vw,1.125rem)}.post-content :where(ul,ol){padding:0 0 0 1.5rem}.post-content ul{list-style:disc}.post-content ul>li::marker{color:var(--ghost-accent-color)}.post-content :where(li,dd){margin:0 0 .5rem}.post-content :where(li,dd):last-child{margin-bottom:0}.post-content dt{font-weight:700;color:var(--color-gray-darkest)}.post-content li>:where(ul,ol){margin:.5rem 0 0}.post-content blockquote{margin-left:0;margin-right:0;font-family:var(--gh-font-heading, var(--font-primary));color:var(--color-gray-darkest)}.post-content blockquote:not(.kg-blockquote-alt){padding:0 0 0 1em;font-size:clamp(1.25rem,.833rem + 1.389vw,1.5rem);line-height:1.4;text-align:left;border-left:3px solid var(--ghost-accent-color)}.post-content .kg-blockquote-alt{font-size:clamp(1.5rem,.875rem + 2.083vw,1.875rem);line-height:1.4;text-align:center}.post-content .kg-blockquote-alt:before,.post-content .kg-blockquote-alt:after{content:"";display:block;height:3px;margin-left:auto;margin-right:auto;background-color:var(--ghost-accent-color)}.post-content .kg-blockquote-alt:before{margin-bottom:1.875rem;width:3.75rem}.post-content .kg-blockquote-alt:after{margin-top:2.5rem;width:1.875rem}.post-content blockquote p{margin:.5rem 0 0}.post-content blockquote p:first-child{margin-top:0}.post-content blockquote :where(small,cite){display:block;margin-top:.75rem;font-family:var(--gh-font-body, var(--font-sans));font-size:.75em;font-style:normal;font-weight:400}.post-content :not(pre)>code{padding:.1em .15em;white-space:normal;font-size:1rem;border-radius:.15em;background:var(--color-gray-lighter)}.post-content pre{overflow:auto;padding:1.25rem;white-space:pre;font-size:.9em;line-height:1.5;border-radius:var(--radius-s);background:var(--color-gray-darkest);color:var(--color-gray-lightest)}table{font-size:.9em;line-height:1.5;text-align:left}:where(th,td){padding:.5em;border:1px solid var(--color-gray-light)}th{font-weight:700;color:var(--color-gray-darkest)}caption{max-width:75ch;margin:0 0 .25em;font-size:.875rem;line-height:1.5;text-align:left}.post-content hr{width:100%;height:1px;border:0;background-color:var(--color-gray-light)}.kg-width-wide,.kg-blockquote-alt{grid-column:wide}.kg-width-full{grid-column:full}.kg-width-full.kg-content-wide{display:grid;grid-template-columns:[full-start] var(--full) [wide-start] var(--wide) [main-start] var(--main) [main-end] var(--wide) [wide-end] var(--full) [full-end]}.kg-content-wide>div{grid-column:wide-start / wide-end}:where(.kg-width-wide,.kg-width-full) img{width:100%}.kg-button-card{display:flex;align-items:center;width:100%}.kg-button-card.kg-align-center{justify-content:center}.kg-button-card.kg-align-left{justify-content:flex-start}.kg-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.25em;height:unset;padding:.875em 1.875em;font-size:1rem;line-height:1.25;font-weight:700;text-decoration:none;border-radius:var(--radius-full)}.kg-btn:is(:hover,:focus-visible,:active){outline:0}.kg-btn.kg-btn-accent{background:var(--ghost-accent-color);color:var(--color-accent-support)}.kg-btn.kg-btn-accent:before{box-sizing:content-box;position:absolute;top:50%;left:50%;content:"";width:100%;height:100%;z-index:-1;transform:translate(-50%,-50%);transition:all .3s ease-in-out;opacity:.15;border-radius:var(--radius-full);background:transparent}.kg-btn.kg-btn-accent:is(:hover,:focus-visible,:active):before{padding:6px;background:var(--ghost-accent-color)}#main :where(.kg-product-card-button,.kg-header-card-button,.kg-signup-card-button,.kg-cta-button){height:unset;padding:.875em 1.875em;border-radius:var(--radius-full);font-family:var(--gh-font-body, var(--font-primary));font-size:1rem;font-weight:700;line-height:1.25}.kg-bookmark-card{width:100%}.kg-bookmark-container{display:flex;flex-direction:column;width:100%;min-height:140px;overflow:hidden;transition:box-shadow .25s ease;text-decoration:none;border:1px solid var(--color-gray-light);border-radius:var(--radius-m);color:inherit}.kg-bookmark-container:where(:hover,:focus-visible,:active){box-shadow:0 0 0 4px var(--color-gray-lighter)}.kg-bookmark-thumbnail{position:relative;flex-grow:1;min-height:160px;min-width:33%}.kg-bookmark-thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.kg-bookmark-content{display:flex;flex-direction:column;flex-grow:1;justify-content:start;gap:.9375rem;padding:1.875rem var(--spacing-s)}.kg-bookmark-title{margin:0;font-size:1.25rem;font-weight:700;line-height:1.15;color:var(--color-gray-darkest)}.kg-bookmark-description{display:-webkit-box;max-height:4.5em;overflow-y:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:1rem;font-weight:400;line-height:1.5}.kg-bookmark-metadata{display:flex;align-items:center;width:100%;font-size:.875rem;line-height:1.5}.kg-bookmark-icon{width:1.5rem;height:1.5rem;margin-right:.75em;border-radius:3px}.kg-bookmark-author{color:inherit}.kg-bookmark-publisher{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kg-bookmark-publisher:before{content:"\b7";margin-inline:.375rem}@media only screen and (min-width: 480px){.kg-bookmark-container{flex-direction:row}.kg-bookmark-thumbnail{min-height:0}}.kg-gallery-container{display:flex;flex-direction:column;gap:.375rem;overflow:hidden;border-radius:var(--radius-m)}.kg-gallery-row{display:flex;flex-direction:row;justify-content:center;gap:.375rem}.kg-gallery-image img{display:block;width:100%;height:100%;margin:0;cursor:zoom-in}#main .kg-file-card-container{font-family:var(--gh-font-body, var(--font-primary));border-radius:var(--radius-m);border-color:var(--color-gray-light);color:var(--color-gray-dark)}#main .kg-audio-card{box-shadow:inset 0 0 0 1px var(--color-gray-light);border-radius:var(--radius-m);color:var(--color-gray-dark)}#main .kg-video-container{border-radius:var(--radius-m);overflow:hidden}#main :where(.kg-file-card-title,.kg-audio-title){color:var(--color-gray-darkest);font-family:var(--gh-font-heading, var(--font-primary));font-size:1.25rem;line-height:1.15}#main .kg-callout-card{border-radius:var(--radius-s);padding:1.25rem}#main .kg-callout-card-white{box-shadow:inset 0 0 0 1px var(--color-gray-light)}#main .kg-callout-card-accent a:is(:hover,:focus-visible,:active){text-decoration:none}#main .kg-cta-card{border-radius:var(--radius-m)}#main .kg-cta-sponsor-label{font-family:var(--gh-font-body, var(--font-primary));font-size:.875rem;font-weight:400;letter-spacing:.075em}#main .kg-product-card-container{font-family:var(--gh-font-body, var(--font-primary));border-radius:var(--radius-m);border-color:var(--color-gray-light);color:var(--color-gray-dark)}#main .kg-product-card-description :where(p,ol,ul){font-size:1rem;opacity:1}#main .kg-product-card-image{border-radius:var(--radius-m)}#main .kg-toggle-card{border-radius:var(--radius-m);box-shadow:inset 0 0 0 1px var(--color-gray-light)}#main .kg-toggle-heading-text{font-size:1.25rem;font-weight:700;line-height:1.15}#main .kg-toggle-card-icon svg{color:var(--color-gray)}:where(.kg-header-card,.kg-signup-card):not(.kg-width-full){border-radius:var(--radius-m);overflow:hidden}.kg-header-card-image,.kg-signup-card-image{display:block}.kg-layout-split.kg-content-wide :where(.kg-header-card-image,.kg-signup-card-image){clip-path:inset(0 round 8px) content-box}#main .kg-header-card.kg-style-dark{background-color:var(--color-gray-darkest)}#main .kg-header-card.kg-style-light{background-color:var(--color-gray-lightest)}#main :where(.kg-header-card-heading,.kg-signup-card-heading){max-width:var(--width-content);font-size:clamp(2.25rem,1rem + 4.167vw,3rem);letter-spacing:-.025em}#main :where(.kg-header-card-subheading,.kg-signup-card-subheading){max-width:var(--width-content);font-size:clamp(1.125rem,.917rem + .694vw,1.25rem);font-weight:400}#main .kg-signup-card-form:not(:first-child){margin-top:2.5rem}#main .kg-signup-card-fields{max-width:30rem}#main :where(.kg-signup-card-fields,.kg-signup-card-input){border-radius:var(--radius-full);font-size:1rem}#main .kg-signup-card-disclaimer{font-size:1rem;line-height:1.5}@media (min-width: 641px){#main .kg-layout-split.kg-content-wide :where(.kg-header-card-text,.kg-signup-card-text){padding-left:var(--spacing-container);padding-right:0}#main .kg-layout-split.kg-swapped.kg-content-wide :where(.kg-header-card-text,.kg-signup-card-text){padding-left:0;padding-right:var(--spacing-container)}}.comments-area{position:relative;margin-top:3.75rem;margin-bottom:0}.comments-overlay{display:none;position:absolute;left:0;right:0;bottom:0;height:250px;text-align:center;background:linear-gradient(to bottom,#fff0 30%,#fff);color:var(--ghost-accent-color)}.comments-show{position:absolute;bottom:0;left:50%;z-index:1;transform:translate(-50%);transition:.3s ease;font-weight:700;text-decoration-thickness:2px}.comments-area.comments--loaded .comments-inside{height:250px;overflow:hidden}.comments-area.comments--loaded .comments-overlay{display:block}.comments-area.comments--opened .comments-inside{height:auto;overflow:auto}.comments-area.comments--opened .comments-overlay{display:none}.read-next{margin-top:0;margin-bottom:var(--spacing-l)}.read-next .post{display:flex;gap:clamp(.625rem,6.25vw,1.875rem);margin-top:0;margin-bottom:2.5rem}.read-next .post-thumbnail{flex-shrink:0;width:clamp(6rem,25%,10rem)}.read-next .post-thumbnail-image{border-radius:var(--radius-s)}.read-next .post-header{flex-grow:1}.read-next .post-meta{margin-top:0;margin-bottom:.375rem;font-size:.875rem}.read-next .post-tags{margin-top:.625rem;font-size:.875rem}.read-next .post-title{margin:0;font-size:clamp(1.25rem,.833rem + 1.389vw,1.5rem)}.pagination{margin-bottom:3.75rem;padding-top:3.75rem;border-top:1px solid var(--color-gray-light);text-align:center}.pagination .nav-links{position:relative;padding-left:3.75rem;padding-right:3.75rem}.pagination .page-number{display:inline-block;font-size:.9375rem;line-height:1.5;letter-spacing:.1em;text-transform:uppercase;color:var(--color-gray)}.pagination :where(.newer-posts,.older-posts){position:absolute;top:50%;transform:translateY(-50%)}.pagination .newer-posts{left:0}.pagination .older-posts{right:0}.archive-header{margin-bottom:3.75rem;padding-left:var(--spacing-s);border-left:3px solid var(--ghost-accent-color)}.archive-title{margin:0;font-size:clamp(1.5rem,.875rem + 2.083vw,1.875rem)}.archive-description{margin-top:.25rem;margin-bottom:0;font-size:.9375rem;line-height:1.5;color:var(--color-gray)}.footer{padding-top:1.875rem;padding-bottom:2.5rem}.footer-inside{position:relative;display:flex;flex-direction:column;gap:1.875rem;text-align:center}.footer-nav .menu{display:flex;flex-wrap:wrap;justify-content:center;row-gap:.5rem;column-gap:1.5rem;font-weight:700}.footer-copyright{margin:0;font-size:.75rem;letter-spacing:.1em;line-height:1.5;text-transform:uppercase}.footer-back-to-top{margin:0}.footer-copyright a{color:inherit}:is(.footer-nav,.footer-copyright) a:where(:hover,:focus-visible,:active){color:var(--ghost-accent-color)}@media only screen and (min-width: 480px){.footer .social-links{justify-content:flex-start;padding-right:4.375rem}.footer .social-links~.footer-back-to-top{position:absolute;right:0;top:0}}.sidebar{position:absolute;top:0;bottom:0;right:0;width:100%;visibility:hidden;transition:visibility 0s .25s;-webkit-overflow-scrolling:touch;background:var(--color-gray-darkest);color:var(--color-white)}.sidebar-scrollable{position:relative;overflow:auto;height:100%;-webkit-overflow-scrolling:touch}.sidebar-inside{position:relative;z-index:1;padding:5rem var(--spacing-container) 2.5rem}.site-overlay{position:absolute;inset:0;visibility:hidden;opacity:0;transition:opacity .25s ease-in-out,visibility 0s .25s ease-in-out;cursor:ew-resize;background-color:#ffffffbf}#sidebar-hide{position:absolute;right:var(--spacing-container);top:1.25rem}.sidebar--opened .site{position:fixed;top:0;left:0;overflow:hidden;width:100%;height:100%;transform:translate3d(-100%,0,0);pointer-events:none}.sidebar--opened .sidebar{transition:none;visibility:visible}.sidebar--opened .site-overlay{z-index:20;right:600px;visibility:visible;opacity:1;transition:opacity .25s ease-in-out,right .25s ease-in-out}.sidebar :where(h1,h2,h3,.h3,h4,.h4,h5,h6){color:var(--color-white)}.sidebar a:not(.btn):not(:has(img)):where(:hover,:focus-visible,:active){opacity:.7}.sidebar :where(.btn-secondary){background-color:var(--color-gray-darker);color:var(--color-white)}.sidebar .btn:before{opacity:.3}.sidebar .widget{margin-top:0;margin-bottom:3.75rem}@media only screen and (min-width: 600px){.sidebar{width:600px}.sidebar--opened .site{transform:translate3d(-600px,0,0)}}.sidebar .menu{display:flex;flex-direction:column;gap:.75rem}.sidebar .actions{display:flex;align-items:center;flex-wrap:wrap;column-gap:.75rem;row-gap:.5rem;margin-top:1.75rem;margin-bottom:0}.sidebar .action-item{display:inline-flex;align-items:center}.sidebar .action-item:has(+.action-item):after{content:"/";color:var(--color-gray);margin-left:.75rem}.sidebar :where(.menu-item,.action-item) a:not(.btn){font-size:1.125rem}@media only screen and (min-width: 600px){.sidebar .actions{display:none}}@media only screen and (min-width: 1024px){#sidebar-nav{display:none}}.widget-recent-posts ul{margin:0;padding:0;list-style:none}.widget-recent-posts li{display:flex;gap:.9375rem;margin-top:0;margin-bottom:1.875rem}.widget-recent-posts .post-header{flex-grow:1}.widget-recent-posts .post-title{margin:0;font-size:1.25rem}.widget-recent-posts .post-meta{margin-bottom:.375rem;font-size:.875rem}.widget-recent-posts .post-thumbnail{flex-shrink:0;width:clamp(5rem,25%,7.5rem)}.widget-recent-posts .post-thumbnail-image{border-radius:var(--radius-s)}.tagcloud{display:flex;flex-wrap:wrap;gap:.75rem}.tagcloud .btn{padding:.75em 1.25em;font-size:.875rem}.custom-template{min-height:100vh}.custom-template .site{background:var(--color-gray-lightest)}.custom-template .site:before{content:"";position:absolute;inset:0;opacity:0;transform:scale(1.02);animation:bgIn .45s cubic-bezier(.33,.66,.66,1) .25s both;background-position:center;background-size:cover}.custom-template .content{display:flex;flex-direction:column;justify-content:center}.page-body{position:relative;z-index:1;width:100%;margin-top:3.75rem;margin-bottom:5.625rem;text-align:center}.page-title{margin-top:0;margin-bottom:1rem;font-size:clamp(2.25rem,1rem + 4.167vw,3rem);letter-spacing:-.025em}.page-description p{margin-top:1.5rem;margin-bottom:0;font-size:1.125rem}body.hidden-scroll{overflow:hidden}.sl-overlay{display:none;position:fixed;inset:0;z-index:1035;background:var(--color-white)}.sl-wrapper{position:fixed;left:0;top:0;z-index:1040;width:100%;height:100%}.sl-close,.sl-prev,.sl-next{display:inline-flex;align-items:center;justify-content:center;position:relative;padding:var(--spacing-container);font-size:1.25rem;line-height:1;border:0;background:0;color:var(--color-gray-dark)}.sl-close svg,.sl-prev svg,.sl-next svg{flex-shrink:0;width:1em;height:1em;fill:currentColor}.sl-close{display:none;position:fixed;right:0;top:0;z-index:1060}.sl-navigation{display:none;width:100%}.sl-next,.sl-prev{display:block;position:fixed;top:50%;transform:translateY(-50%);z-index:1060}.sl-next{right:0}.sl-counter{display:none;position:fixed;left:var(--spacing-container);bottom:var(--spacing-container);z-index:1060;font-size:.875rem;color:var(--color-gray-dark)}.sl-current{padding-right:3px}.sl-total{padding-left:3px}.sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:10000}.sl-image img{display:block;margin:0;padding:0;border:0;border-radius:var(--radius-m)}.sl-spinner{position:fixed;top:50%;left:50%;width:2.5rem;height:2.5rem;z-index:1007;opacity:0;margin:-1.25rem 0 0 -1.25rem;animation:pulsate 1s ease-out infinite;border:5px solid var(--ghost-accent-color);border-radius:100%}
