:root{--color-primary-text:#333;--color-secondary-text:#999;--color-white:#fff;--color-lighter-gray:#f6f6f6;--color-light-gray:#e6e6e6;--color-mid-gray:#ccc;--color-dark-gray:#444;--color-darker-gray:#15171a;--color-black:#000;--font-sans:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;--font-serif:Georgia,serif;--font-mono:Menlo,Consolas,Monaco,Liberation Mono,Lucida Console,monospace;--head-nav-gap:2.8rem;--h1-size:4.6rem;--gap:3.6rem;--header-spacing:80px}@media (max-width:767px){:root{--h1-size:3.2rem!important;--gap:2rem;--header-spacing:48px}}*,:after,:before{box-sizing:border-box}blockquote,body,dd,dl,figure,h1,h2,h3,h4,h5,h6,p{margin:0}ol[role=list],ul[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{line-height:1.5;text-rendering:optimizespeed}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img,picture{display:block;max-width:100%}button,input,select,textarea{font:inherit}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}html{font-size:62.5%}body{background-color:var(--color-white);color:var(--color-primary-text);font-family:var(--gh-font-body,var(--font-sans));font-size:1.6rem;line-height:1.6}img{height:auto}a:hover{opacity:.8}h1,h2,h3,h4,h5,h6{font-family:var(--gh-font-heading,var(--font-sans));letter-spacing:-.02em;line-height:1.15}h1{font-size:var(--h1-size)}h2{font-size:2.8rem}h3{font-size:2.4rem}h4{font-size:2.2rem}h5{font-size:2rem}h6{font-size:1.8rem}hr{background-color:var(--color-light-gray);border:0;height:1px;width:100%}blockquote:not([class]){border-left:4px solid var(--ghost-accent-color);padding-left:2rem}figcaption{color:var(--color-secondary-text);font-size:1.4rem;line-height:1.4;margin-top:1.6rem;text-align:center}.kg-width-full figcaption{padding:0 1.6rem}.gh-content figcaption a{color:var(--color-darker-gray);text-decoration:none}pre{background-color:var(--color-lighter-gray);-webkit-hyphens:none;hyphens:none;line-height:1.5;overflow-x:scroll;padding:1.6rem 2.4rem;white-space:pre;-webkit-overflow-scrolling:touch}code{font-family:var(--font-mono);font-size:15px}:not(pre)>code{background-color:var(--color-lighter-gray);border-radius:3px;color:var(--ghost-accent-color);padding:.4rem}iframe{border:0;display:block;overflow:hidden;width:100%}@media (max-width:767px){h2{font-size:2.4rem}h3{font-size:2.1rem}}.gh-site{display:flex;flex-direction:column;min-height:100vh}.gh-main{flex-grow:1;padding-bottom:8rem;padding-top:8rem}.page-template .gh-main{padding-block:0}.gh-outer{padding-left:var(--gap);padding-right:var(--gap)}.gh-inner{margin:0 auto;max-width:var(--container-width,1200px)}.gh-canvas,.kg-width-full.kg-content-wide{--main:min(var(--content-width,720px),100% - var(--gap) * 2);--wide:minmax(0,calc((var(--container-width, 1200px) - var(--content-width, 720px))/2));--full:minmax(var(--gap),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]}.gh-canvas>*{grid-column:main}.kg-content-wide>div,.kg-width-wide{grid-column:wide}.kg-width-full{grid-column:full}.kg-width-full img{width:100%}@media (max-width:767px){#gh-main{padding-bottom:4.8rem;padding-top:4.8rem}}.gh-head{background-color:var(--color-white);height:100px}.gh-head-inner{align-items:center;-moz-column-gap:var(--head-nav-gap);column-gap:var(--head-nav-gap);display:grid;grid-auto-flow:row dense;grid-template-columns:1fr auto auto;height:100%}.gh-head-brand{line-height:1}.gh-head-brand-wrapper{align-items:center;display:flex}.gh-head-logo{font-family:var(--gh-font-heading,var(--font-sans));font-size:2.4rem;font-weight:700;letter-spacing:-.02em;position:relative}.gh-head-logo img{max-height:40px}.gh-head-logo img:nth-child(2){left:0;opacity:0;position:absolute;top:0}.gh-head-menu{display:flex}.gh-head .nav,.gh-head-menu{align-items:center;gap:var(--head-nav-gap)}.gh-head .nav{display:inline-flex;list-style:none;margin:0;padding:0;white-space:nowrap}.gh-head .nav-more-toggle{font-size:inherit;margin:0 -6px;position:relative;text-transform:inherit}.gh-head .nav-more-toggle svg{height:24px;width:24px}.gh-head-actions{align-items:center;display:flex;gap:var(--head-nav-gap);justify-content:flex-end}.gh-head-members{align-items:center;display:flex;gap:20px;white-space:nowrap}.gh-head-btn.gh-btn{font-size:inherit;font-weight:600}.gh-head-btn:not(.gh-btn){align-items:center;color:var(--ghost-accent-color);display:inline-flex}.gh-head-btn svg{height:1.3em;width:1.3em}.gh-search{margin-left:-6px;margin-right:-6px}.gh-search:hover{opacity:.9}.gh-head-brand .gh-search{margin-right:8px}@media (max-width:767px){.gh-head-members{flex-direction:column-reverse;gap:16px;width:100%}.gh-head-actions .gh-search{display:none}}@media (min-width:768px){.gh-head-brand .gh-search{display:none}body:not(.is-dropdown-loaded) .gh-head-menu .nav>li{opacity:0}}.is-head-left-logo .gh-head-inner{grid-template-columns:auto 1fr auto}@media (min-width:992px){.is-head-left-logo .gh-head-menu{margin-left:16px;margin-right:64px}}.is-head-middle-logo .gh-head-inner{grid-template-columns:1fr auto 1fr}.is-head-middle-logo .gh-head-brand{grid-column-start:2}.is-head-middle-logo .gh-head-actions{gap:28px}@media (min-width:992px){.is-head-middle-logo .gh-head-menu{margin-right:64px}}.is-head-stacked .gh-head{height:auto;position:relative}.is-head-stacked .gh-head-inner{grid-template-columns:1fr auto 1fr}.is-head-stacked .gh-head-brand{display:flex;grid-column-start:2;grid-row-start:1;min-height:80px}@media (max-width:767px){.is-head-stacked .gh-head-brand{min-height:unset}}@media (min-width:992px){.is-head-stacked .gh-head-inner{padding:0}.is-head-stacked .gh-head-brand{align-items:center;display:flex;height:80px}.is-head-stacked .gh-head-menu{grid-column:1/4;grid-row-start:2;height:56px;justify-content:center;margin:0 48px}.is-head-stacked .gh-head-menu:after,.is-head-stacked .gh-head-menu:before{background-color:var(--color-light-gray);content:"";height:1px;left:0;position:absolute;top:80px;width:100%}.is-head-stacked .gh-head-menu:after{top:136px}.is-head-stacked .gh-head-actions{grid-column:1/4;grid-row-start:1;justify-content:space-between}}.is-head-transparent .gh-head{background-color:transparent;left:0;position:absolute;right:0;z-index:90}.is-head-transparent .gh-head .nav>li a,.is-head-transparent .gh-head-description,.is-head-transparent .gh-head-link,.is-head-transparent .gh-head-logo,.is-head-transparent .gh-head-logo a,.is-head-transparent .gh-search,.is-head-transparent .gh-social,.is-head-transparent .nav-more-toggle{color:var(--color-white)}.is-head-transparent .gh-burger:after,.is-head-transparent .gh-burger:before{background-color:var(--color-white)}.is-head-transparent .gh-head-btn{background-color:#fff;color:#15171a}.is-head-transparent .gh-head-menu:after,.is-head-transparent .gh-head-menu:before{background-color:hsla(0,0%,100%,.2)}.is-head-transparent #announcement-bar-root{left:0;position:absolute;right:0}.is-head-transparent #announcement-bar-root:not(:empty)+:is(.site,.gh-site) .gh-head{margin-top:48px}.is-head-dark:not(.is-head-transparent) .gh-head{background-color:var(--color-darker-gray)}.is-head-dark:not(.is-head-transparent) .gh-head .nav a,.is-head-dark:not(.is-head-transparent) .gh-head-description,.is-head-dark:not(.is-head-transparent) .gh-head-link,.is-head-dark:not(.is-head-transparent) .gh-head-logo,.is-head-dark:not(.is-head-transparent) .gh-head-logo a,.is-head-dark:not(.is-head-transparent) .gh-search,.is-head-dark:not(.is-head-transparent) .gh-social,.is-head-dark:not(.is-head-transparent) .nav-more-toggle{color:var(--color-white)}.is-head-dark:not(.is-head-transparent) .gh-burger:after,.is-head-dark:not(.is-head-transparent) .gh-burger:before{background-color:var(--color-white)}.is-head-dark:not(.is-head-transparent) .gh-head-btn{background-color:#fff;color:#15171a}.is-head-dark:not(.is-head-transparent) .gh-head-menu:after,.is-head-dark:not(.is-head-transparent) .gh-head-menu:before{background-color:hsla(0,0%,100%,.2)}.is-head-brand:not(.is-head-transparent) .gh-head{background-color:var(--ghost-accent-color)}.is-head-brand:not(.is-head-transparent) .gh-head .nav a,.is-head-brand:not(.is-head-transparent) .gh-head-description,.is-head-brand:not(.is-head-transparent) .gh-head-link,.is-head-brand:not(.is-head-transparent) .gh-head-logo,.is-head-brand:not(.is-head-transparent) .gh-head-logo a,.is-head-brand:not(.is-head-transparent) .gh-search,.is-head-brand:not(.is-head-transparent) .gh-social,.is-head-brand:not(.is-head-transparent) .nav-more-toggle{color:var(--color-white)}.is-head-brand:not(.is-head-transparent) .gh-burger:after,.is-head-brand:not(.is-head-transparent) .gh-burger:before{background-color:var(--color-white)}.is-head-brand:not(.is-head-transparent) .gh-head-btn{background-color:#fff;color:#15171a}.is-head-brand:not(.is-head-transparent) .gh-head-menu:after,.is-head-brand:not(.is-head-transparent) .gh-head-menu:before{background-color:hsla(0,0%,100%,.3)}.gh-dropdown{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(0,0,0,.04),0 7px 20px -5px rgba(0,0,0,.15);margin-top:24px;opacity:0;padding:12px 0;position:absolute;right:-16px;text-align:left;top:100%;transform:translate3d(0,6px,0);transition:opacity .3s,transform .2s;visibility:hidden;width:200px;z-index:90}.is-head-middle-logo .gh-dropdown{left:-24px;right:auto}.is-dropdown-mega .gh-dropdown{-moz-column-gap:40px;column-gap:40px;display:grid;grid-auto-flow:column;grid-template-columns:1fr 1fr;padding:20px 32px;width:auto}.is-dropdown-open .gh-dropdown{opacity:1;transform:translateY(0);visibility:visible}.gh-dropdown li a{color:#15171a!important;display:block;padding:6px 20px}.is-dropdown-mega .gh-dropdown li a{padding:8px 0}.gh-burger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;cursor:pointer;display:none;height:30px;margin-right:-3px;padding:0;position:relative;width:30px}.gh-burger:after,.gh-burger:before{background-color:var(--color-darker-gray);content:"";height:1px;left:3px;position:absolute;transition:all .2s cubic-bezier(.04,.04,.12,.96) .1008s;width:24px}.gh-burger:before{top:11px}.gh-burger:after{bottom:11px}.is-head-open .gh-burger:before{top:15px;transform:rotate(45deg)}.is-head-open .gh-burger:after{bottom:14px;transform:rotate(-45deg)}@media (max-width:767px){#gh-head{height:64px}#gh-head .gh-head-inner{gap:48px;grid-template-columns:1fr;grid-template-rows:auto 1fr auto}#gh-head .gh-head-brand{align-items:center;display:grid;grid-column-start:1;grid-template-columns:1fr auto auto;height:64px}#gh-head .gh-head-logo{font-size:2.2rem}.gh-burger{display:block}#gh-head .gh-head-actions,#gh-head .gh-head-menu{justify-content:center;opacity:0;position:fixed;visibility:hidden}#gh-head .gh-head-menu{transform:translateY(0);transition:none}#gh-head .nav{align-items:center;gap:20px;line-height:1.4}#gh-head .nav a{font-size:2.6rem;font-weight:600;text-transform:none}#gh-head .nav li{opacity:0;transform:translateY(-4px)}#gh-head .gh-head-actions{text-align:center}#gh-head :is(.gh-head-btn,.gh-head-link){opacity:0;transform:translateY(8px)}#gh-head .gh-head-btn{font-size:1.8rem;text-transform:none;width:100%}#gh-head .gh-head-btn:not(.gh-btn){font-size:2rem}#gh-main{transition:opacity .4s}.is-head-open #gh-head{height:100%;inset:0;overflow-y:scroll;position:fixed;z-index:3999999;-webkit-overflow-scrolling:touch}.is-head-open:not(.is-head-brand):not(.is-head-dark):not(.is-head-transparent) #gh-head{background-color:var(--color-white)}.is-head-open.is-head-transparent #gh-head,.is-head-open:is(.is-head-transparent,.is-head-brand) #gh-head .gh-head-actions{background-color:var(--ghost-accent-color)}.is-head-open.is-head-dark #gh-head,.is-head-open.is-head-dark #gh-head .gh-head-actions{background-color:var(--color-darker-gray)}.is-head-open #gh-head .gh-head-actions,.is-head-open #gh-head .gh-head-menu{opacity:1;position:static;visibility:visible}.is-head-open #gh-head .nav{display:flex;flex-direction:column}.is-head-open #gh-head .nav li{opacity:1;transform:translateY(0);transition:transform .2s,opacity .2s}.is-head-open #gh-head .gh-head-actions{align-items:center;background-color:var(--color-white);bottom:0;display:inline-flex;flex-direction:column;gap:12px;left:0;padding:var(--gap) 0 calc(var(--gap) + 8px);position:sticky;right:0}.is-head-open #gh-head :is(.gh-head-btn,.gh-head-link){opacity:1;transform:translateY(0);transition:transform .4s,opacity .4s;transition-delay:.2s}.is-head-open #gh-head .gh-head-link{transition-delay:.4s}.is-head-open #gh-main{opacity:0}}.gh-cover{min-height:var(--cover-height,50vh);padding-bottom:6.4rem;padding-top:6.4rem}.gh-cover-image{inset:0;z-index:-1}.has-serif-title:not([class*=" gh-font-heading"]):not([class^=gh-font-heading]) .gh-cover-title{font-family:var(--gh-font-heading,var(--font-serif))}.has-serif-title:not([class*=" gh-font-heading"]):not([class^=gh-font-heading]) .gh-card-title{font-family:var(--gh-font-heading,var(--font-serif));letter-spacing:-.01em}.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-card-excerpt{font-family:var(--gh-font-body,var(--font-serif))}.gh-card{word-break:break-word}.page-template .gh-article-header{margin-top:var(--header-spacing,80px)}.gh-article-tag{color:var(--ghost-accent-color)}.gh-article-title{word-break:break-word}.has-serif-title:not([class*=" gh-font-heading"]):not([class^=gh-font-heading]) .gh-article-title{font-family:var(--gh-font-heading,var(--font-serif));letter-spacing:-.01em}.gh-article-excerpt{color:var(--color-secondary-text);font-size:2.1rem;line-height:1.5;margin-top:2rem}.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-article-excerpt{font-family:var(--gh-font-body,var(--font-serif))}.gh-article-image{grid-column:wide-start/wide-end;margin-top:4rem}.gh-article-image img{width:100%}@media (max-width:767px){.gh-article-excerpt{font-size:1.9rem}.gh-article-image{margin-top:2.4rem}}.gh-content{font-size:var(--content-font-size,1.8rem);letter-spacing:var(--content-letter-spacing,0);margin-top:4rem;word-break:break-word}.gh-content>*+*{margin-bottom:0;margin-top:calc(1.6em*var(--content-spacing-multiplier, 1))}.gh-content>[id]{margin:0}.gh-content>.kg-card+[id]{margin-top:calc(2em*var(--content-spacing-multiplier, 1))!important}.has-serif-title:not([class*=" gh-font-heading"]):not([class^=gh-font-heading]) .gh-content>[id]{font-family:var(--gh-font-heading,var(--font-serif));letter-spacing:-.01em}.gh-content>[id]:not(:first-child){margin-top:calc(1.6em*var(--content-spacing-multiplier, 1))}.gh-content>[id]+*{margin-top:calc(.8em*var(--content-spacing-multiplier, 1))}.gh-content>blockquote,.gh-content>hr{position:relative}.gh-content>blockquote,.gh-content>blockquote+*,.gh-content>hr,.gh-content>hr+*{margin-top:calc(2.4em*var(--content-spacing-multiplier, 1))}.gh-content h2{font-size:1.6em}.gh-content h3{font-size:1.4em}.gh-content a{color:var(--ghost-accent-color);text-decoration:underline;word-break:break-word}.gh-content .kg-callout-card .kg-callout-text,.gh-content .kg-toggle-card .kg-toggle-content>ol,.gh-content .kg-toggle-card .kg-toggle-content>p,.gh-content .kg-toggle-card .kg-toggle-content>ul{font-size:.95em}.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content .kg-callout-text,.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content .kg-toggle-content>ol,.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content .kg-toggle-content>p,.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content .kg-toggle-content>ul,.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content>blockquote,.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content>dl,.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content>ol,.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content>p,.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-content>ul{font-family:var(--gh-font-body,var(--font-serif))}.gh-content dl,.gh-content ol,.gh-content ul{padding-left:2.8rem}.gh-content :is(li+li,li :is(ul,ol)){margin-top:.8rem}.gh-content ol ol li{list-style-type:lower-alpha}.gh-content ol ol ol li{list-style-type:lower-roman}.gh-content table:not(.gist table){border-collapse:collapse;border-spacing:0;display:inline-block;font-family:var(--font-sans);font-size:1.6rem;max-width:100%;overflow-x:auto;vertical-align:top;white-space:nowrap;width:auto;-webkit-overflow-scrolling:touch;background:radial-gradient(ellipse at left,rgba(0,0,0,.2) 0,transparent 75%) 0,radial-gradient(ellipse at right,rgba(0,0,0,.2) 0,transparent 75%) 100%;background-attachment:scroll,scroll;background-repeat:no-repeat;background-size:10px 100%,10px 100%}.gh-content table:not(.gist table) td:first-child{background-image:linear-gradient(90deg,#fff 50%,hsla(0,0%,100%,0));background-repeat:no-repeat;background-size:20px 100%}.gh-content table:not(.gist table) td:last-child{background-image:linear-gradient(270deg,#fff 50%,hsla(0,0%,100%,0));background-position:100% 0;background-repeat:no-repeat;background-size:20px 100%}.gh-content table:not(.gist table) th{background-color:var(--color-white);color:var(--color-darkgrey);font-size:1.2rem;font-weight:700;letter-spacing:.2px;text-align:left;text-transform:uppercase}.gh-content table:not(.gist table) td,.gh-content table:not(.gist table) th{border:1px solid var(--color-light-gray);padding:6px 12px}.page-template .gh-content:only-child{margin-top:0!important}.page-template .gh-content:only-child>:first-child:not(.kg-width-full){margin-top:var(--header-spacing,80px)}.page-template .gh-content>:last-child:not(.kg-width-full){margin-bottom:var(--footer-spacing,0)}@media (max-width:767px){.gh-content{font-size:1.7rem;margin-top:3.2rem}}.gh-comments{margin-bottom:-24px;margin-top:64px}.gh-comments-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:40px}.gh-comments .gh-comments-title{margin-bottom:28px}.gh-comments-header .gh-comments-title{margin-bottom:0}.gh-comments-count{color:var(--color-secondary-text)}.gh-cta-gradient{background:linear-gradient(180deg,hsla(0,0%,100%,0),var(--color-white));content:"";grid-column:full-start/full-end;height:160px;margin-bottom:4rem;margin-top:-16rem;position:relative}.gh-cta-gradient:first-child{display:none}.gh-cta{display:flex;flex-direction:column;margin-bottom:4rem;text-align:center}.gh-cta-title{font-size:2.2rem;letter-spacing:-.02em;margin-bottom:3.2rem}.gh-cta-actions{align-items:center;display:flex;flex-direction:column}.gh-cta-link{color:var(--color-secondary-text);cursor:pointer;font-size:1.4rem;margin-top:.8rem;text-decoration:none}.gh-cta-link:hover{color:var(--color-darker-gray)}@media (max-width:767px){.gh-cta-actions{-moz-column-gap:.8rem;column-gap:.8rem}}.gh-content :not(.kg-card):not(table):not([id])+:is(.kg-card,table){margin-top:calc(2em*var(--content-spacing-multiplier, 1))}.gh-content :is(.kg-card,table)+:not(.kg-card):not(table):not([id]){margin-top:calc(2em*var(--content-spacing-multiplier, 1))}.gh-content>.kg-width-full+.kg-width-full:not(.kg-width-full.kg-card-hascaption+.kg-width-full){margin-top:0}.kg-image{margin-left:auto;margin-right:auto}.kg-embed-card{align-items:center;display:flex;flex-direction:column;width:100%}.kg-gallery-image,.kg-image[width][height]{cursor:pointer}.kg-gallery-image a:hover,.kg-image-card a:hover{opacity:1!important}.kg-card.kg-toggle-card .kg-toggle-heading-text{font-size:2rem;font-weight:700}.has-serif-title:not([class*=" gh-font-heading"]):not([class^=gh-font-heading]) .kg-toggle-card .kg-toggle-heading-text{font-family:var(--gh-font-heading,var(--font-serif))}.kg-callout-card.kg-card{border-radius:.25em}.kg-callout-card-accent a{text-decoration:underline}blockquote.kg-blockquote-alt{color:var(--color-secondary-text);font-style:normal;font-weight:400}.kg-card.kg-button-card .kg-btn{font-size:1em}.has-serif-title:not([class*=" gh-font-heading"]):not([class^=gh-font-heading]) .kg-card.kg-header-card h2.kg-header-card-header{font-family:var(--gh-font-heading,var(--font-serif))}.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .kg-header-card h3.kg-header-card-subheader{font-family:var(--gh-font-body,var(--font-serif))}.kg-audio-card,.kg-bookmark-card a.kg-bookmark-container,.kg-bookmark-card a.kg-bookmark-container:hover,.kg-file-card-container,.kg-file-card-container:hover,.kg-product-card-container{background:var(--background-color,#fff)!important;color:var(--color-darker-gray,#222)!important;opacity:1}.kg-bookmark-card .kg-bookmark-container{border-radius:.25em!important}.kg-bookmark-card .kg-bookmark-content{padding:1.15em}.kg-bookmark-card .kg-bookmark-title{font-size:.9em}.kg-bookmark-card .kg-bookmark-description{font-size:.8em;margin-top:.3em;max-height:none}.kg-bookmark-card .kg-bookmark-metadata{font-size:.8em}.kg-bookmark-card .kg-bookmark-thumbnail img{border-radius:0 .2em .2em 0}.has-light-text .kg-audio-card button{color:#fff}.has-light-text .kg-audio-card .kg-audio-volume-slider{color:hsla(0,0%,100%,.3)}.pagination{display:grid;grid-template-columns:1fr auto 1fr;margin-top:6.4rem}.page-number{grid-column-start:2}.older-posts{text-align:right}.gh-navigation{align-items:center;-moz-column-gap:2.4rem;column-gap:2.4rem;display:grid;grid-template-columns:1fr auto 1fr}.gh-navigation>div{align-items:center;display:flex}.gh-navigation-next{justify-content:flex-end}.gh-navigation-link{align-items:center;display:inline-flex}.gh-navigation-link svg{height:16px;width:16px}.gh-navigation-previous svg{margin-right:.4rem}.gh-navigation-next svg{margin-left:.4rem}@media (max-width:767px){.gh-navigation-hide{display:none}}.gh-btn{align-items:center;background-color:var(--color-darker-gray);border:0;border-radius:100px;color:var(--color-white);cursor:pointer;display:inline-flex;font-size:1.6rem;font-weight:700;gap:.4em;justify-content:center;letter-spacing:inherit;line-height:1;padding:calc(.75em*var(--multiplier, 1)) calc(1.15em*var(--multiplier, 1))}.gh-btn:hover{opacity:.95}.gh-post-upgrade-cta .gh-btn{line-height:inherit}.gh-primary-btn{background-color:var(--ghost-accent-color)}.gh-outline-btn{background-color:transparent;border:1px solid var(--color-light-gray);color:var(--color-darker-gray);text-decoration:none}.gh-outline-btn:hover{border-color:var(--color-mid-gray);opacity:1}.gh-icon-btn{align-items:center;background-color:transparent;border:0;color:var(--darker-gray-color);cursor:pointer;display:inline-flex;height:30px;justify-content:center;outline:none;padding:0;width:30px}.gh-icon-btn svg{height:20px;width:20px}.gh-text-btn{align-items:center;background-color:transparent;border:0;color:var(--darker-gray-color);cursor:pointer;display:inline-flex;justify-content:center;letter-spacing:inherit;margin:0;outline:none;padding:0;will-change:opacity}.gh-text-btn:hover{opacity:.8}.gh-foot{color:var(--color-secondary-text);padding-bottom:8rem;padding-top:8rem;white-space:nowrap}.gh-foot-inner{display:grid;font-size:1.3rem;gap:40px;grid-template-columns:1fr auto 1fr}.no-menu .gh-foot-inner{align-items:center;display:flex;flex-direction:column;gap:24px}.gh-foot-menu .nav{align-items:center;display:inline-flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding:0;row-gap:4px}.gh-foot-menu .nav li{align-items:center;display:flex}.gh-foot-menu .nav li+li:before{content:"•";font-size:.9rem;line-height:0;padding:0 1.2rem}.gh-powered-by{text-align:right}.gh-foot a{color:var(--color-secondary-text)}.gh-foot a:hover{color:var(--color-darker-gray);opacity:1}@media (max-width:767px){.gh-foot{padding-bottom:12rem;padding-top:6.4rem}.gh-foot-inner{grid-template-columns:1fr;text-align:center}.gh-foot-menu .nav{flex-direction:column}.gh-foot-menu .nav li+li{margin-top:.4rem}.gh-foot-menu .nav li+li:before{display:none}.gh-powered-by{text-align:center}}.pswp{backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:hidden;position:absolute;top:0;touch-action:none;width:100%;z-index:3999999;-webkit-text-size-adjust:100%}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;transition:opacity 333ms cubic-bezier(.4,0,.22,1);will-change:opacity}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:grab}.pswp--dragging .pswp__img{cursor:grabbing}.pswp__bg{backface-visibility:hidden;background-color:rgba(0,0,0,.85);opacity:0;transform:translateZ(0);transition:opacity 333ms cubic-bezier(.4,0,.22,1);will-change:opacity}.pswp__bg,.pswp__scroll-wrap{height:100%;left:0;position:absolute;top:0;width:100%}.pswp__scroll-wrap{overflow:hidden}.pswp__container,.pswp__zoom-wrap{backface-visibility:hidden;bottom:0;left:0;position:absolute;right:0;top:0;touch-action:none}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;transform-origin:left top;transition:transform 333ms cubic-bezier(.4,0,.22,1);width:100%}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{transition:none}.pswp__item{bottom:0;overflow:hidden;right:0}.pswp__img,.pswp__item{left:0;position:absolute;top:0}.pswp__img{height:auto;width:auto}.pswp__img--placeholder{backface-visibility:hidden}.pswp__img--placeholder--blank{background:var(--color-black)}.pswp--ie .pswp__img{height:auto!important;left:0;top:0;width:100%!important}.pswp__error-msg{color:var(--color-secondary-text);font-size:14px;left:0;line-height:16px;margin-top:-8px;position:absolute;text-align:center;top:50%;width:100%}.pswp__error-msg a{color:var(--color-secondary-text);text-decoration:underline}.pswp__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;box-shadow:none;cursor:pointer;display:block;float:right;height:44px;margin:0;overflow:visible;padding:0;position:relative;transition:opacity .2s;width:44px}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{opacity:.9;outline:none}.pswp__button::-moz-focus-inner{border:0;padding:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(../images/default-skin.png) 0 0 no-repeat;background-size:264px 88px;height:44px;width:44px}@media (-webkit-min-device-pixel-ratio:1.09375),(-webkit-min-device-pixel-ratio:1.1),(min-resolution:1.1dppx),(min-resolution:105dpi){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(../images/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:none}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{background-position:-88px 0;display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:none;height:100px;margin-top:-50px;position:absolute;top:50%;width:70px}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:"";height:30px;position:absolute;top:35px;width:32px}.pswp__button--arrow--left:before{background-position:-138px -44px;left:6px}.pswp__button--arrow--right:before{background-position:-94px -44px;right:6px}.pswp__counter{color:var(--color-white);font-size:11px;font-weight:700;height:44px;left:0;line-height:44px;padding:0 15px;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pswp__caption{bottom:0;left:0;min-height:44px;position:absolute;width:100%}.pswp__caption__center{color:var(--color-white);font-size:11px;line-height:1.6;margin:0 auto;max-width:420px;padding:25px 15px 30px;text-align:center}.pswp__caption__center .post-caption-title{font-size:15px;font-weight:500;margin-bottom:7px;text-transform:uppercase}.pswp__caption__center .post-caption-meta-item+.post-caption-meta-item:before{content:"\02022";padding:0 4px}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{direction:ltr;height:44px;left:50%;margin-left:-22px;opacity:0;position:absolute;top:0;transition:opacity .25s ease-out;width:44px;will-change:opacity}.pswp__preloader__icn{height:20px;margin:12px;width:20px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(../images/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:none;height:14px;left:15px;margin:0;opacity:.75;position:absolute;top:15px;width:14px}.pswp--css_animation .pswp__preloader__cut{height:14px;overflow:hidden;position:relative;width:7px}.pswp--css_animation .pswp__preloader__donut{background:none;border-bottom:2px solid transparent;border-left:2px solid transparent;border-radius:50%;border-right:2px solid var(--color-white);border-top:2px solid var(--color-white);box-sizing:border-box;height:14px;left:0;margin:0;position:absolute;top:0;width:14px}@media screen and (max-width:1024px){.pswp__preloader{float:right;left:auto;margin:0;position:relative;top:auto}}@keyframes clockwise{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes donut-rotate{0%{transform:rotate(0)}50%{transform:rotate(-140deg)}to{transform:rotate(0)}}.pswp__ui{opacity:1;visibility:visible;z-index:1550;-webkit-font-smoothing:auto}.pswp__top-bar{height:44px;left:0;position:absolute;top:0;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{backface-visibility:hidden;transition:opacity 333ms cubic-bezier(.4,0,.22,1);will-change:opacity}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right,.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:none}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:local(""),url(../fonts/inter-v12-latin-regular.woff2) format("woff2"),url(../fonts/inter-v12-latin-regular.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:500;src:local(""),url(../fonts/inter-v12-latin-500.woff2) format("woff2"),url(../fonts/inter-v12-latin-500.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:600;src:local(""),url(../fonts/inter-v12-latin-600.woff2) format("woff2"),url(../fonts/inter-v12-latin-600.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:700;src:local(""),url(../fonts/inter-v12-latin-700.woff2) format("woff2"),url(../fonts/inter-v12-latin-700.woff) format("woff")}@font-face{font-family:Lora;font-style:normal;font-weight:400;src:local(""),url(../fonts/lora-v25-latin-regular.woff2) format("woff2"),url(../fonts/lora-v25-latin-regular.woff) format("woff")}@font-face{font-family:Lora;font-style:normal;font-weight:500;src:local(""),url(../fonts/lora-v25-latin-500.woff2) format("woff2"),url(../fonts/lora-v25-latin-500.woff) format("woff")}@font-face{font-family:Lora;font-style:normal;font-weight:600;src:local(""),url(../fonts/lora-v25-latin-600.woff2) format("woff2"),url(../fonts/lora-v25-latin-600.woff) format("woff")}@font-face{font-family:Lora;font-style:normal;font-weight:700;src:local(""),url(../fonts/lora-v25-latin-700.woff2) format("woff2"),url(../fonts/lora-v25-latin-700.woff) format("woff")}@font-face{font-family:Lora;font-style:italic;font-weight:400;src:local(""),url(../fonts/lora-v25-latin-italic.woff2) format("woff2"),url(../fonts/lora-v25-latin-italic.woff) format("woff")}@font-face{font-family:Lora;font-style:italic;font-weight:700;src:local(""),url(../fonts/lora-v25-latin-700italic.woff2) format("woff2"),url(../fonts/lora-v25-latin-700italic.woff) format("woff")}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button,input,select{margin:0}button{overflow:visible;text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}fieldset{padding:.35em .75em .625em}input{overflow:visible}legend{color:inherit;display:table;max-width:100%;white-space:normal}progress{display:inline-block;vertical-align:baseline}select{text-transform:none}textarea{margin:0;overflow:auto;resize:vertical}[type=checkbox],[type=radio]{padding:0}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}summary{display:list-item}canvas{display:inline-block}template{display:none}[tabindex],a,area,button,input,label,select,summary,textarea{touch-action:manipulation}[hidden]{display:none}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled],[disabled]{cursor:disabled}[aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);display:inherit;position:absolute}.hide{display:none}.sr-only{clip:rect(0 0 0 0);clip-path:inset(100%);white-space:nowrap}.focusable:focus,.m-button:focus,.m-icon-button:focus,.m-toggle-darkmode input:focus{box-shadow:0 0 0 2px var(--primary-subtle-color)!important}.content-centered,.m-hero,.m-icon-button{align-items:center;display:flex;justify-content:center}.m-button,.m-icon-button,.m-input,.m-toggle-darkmode input,.no-appearance{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.no-padding{padding:0}.no-margin{margin:0}.no-scroll-y{overflow-y:hidden}.align-center{text-align:center}.align-left{text-align:left}.align-right{text-align:right}.pos-absolute{position:absolute}.bold{font-weight:700}.underline{text-decoration:underline}.uppercase{text-transform:uppercase}.pointer{cursor:pointer}.only-desktop{display:none}@media only screen and (min-width:48rem){.only-desktop{display:block}}[class*=" icon-"],[class^=icon-]{speak:none;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}[class*=" icon-"],[class^=icon-],body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{display:flex;flex-direction:column;font-display:swap;font-family:Source Sans Pro,Helvetica,Arial,sans-serif;font-size:1rem;min-height:100vh;overflow-x:hidden;padding-top:var(--announcement-bar-height);transition:padding-top .2s linear;width:100%}body.share-menu-displayed{padding-bottom:45px}@media only screen and (min-width:48rem){body.share-menu-displayed{padding-bottom:0}}.main-wrap{display:flex;flex-direction:column;flex-grow:1}p{line-height:1.5;margin:0}a{color:inherit}fieldset{border:0;margin:0;padding:0;position:relative}.tippy-popper *{text-align:left!important}.medium-zoom-overlay{background-color:var(--background-color)!important}.medium-zoom-image,.medium-zoom-overlay{z-index:5}[data-animate^=fade]{animation:fadeAnimation .5s linear forwards;opacity:calc((var(--show-fade-animation) - 1)*-1)}@keyframes fadeAnimation{0%{opacity:calc((var(--show-fade-animation) - 1)*-1)}to{opacity:1}}[data-animate=fade-up]{animation:fadeUpAnimation .5s cubic-bezier(.77,0,.18,1) .3s forwards}@keyframes fadeUpAnimation{0%{opacity:calc((var(--show-fade-animation) - 1)*-1);transform:translateY(calc(100px*var(--show-fade-animation)))}to{opacity:1;transform:translateY(0)}}[data-animate=fade-down]{animation:fadeDownAnimation .5s cubic-bezier(.77,0,.18,1) forwards}@keyframes fadeDownAnimation{0%{opacity:calc((var(--show-fade-animation) - 1)*-1);transform:translateY(calc(-100px*var(--show-fade-animation)))}to{opacity:1;transform:translateY(0)}}.l-wrapper{margin:0 auto;padding:0 20px;position:relative;width:100%}@media only screen and (min-width:48rem){.l-wrapper{max-width:1200px}}@media only screen and (min-width:80rem){.l-wrapper{padding:0}}.l-wrapper.in-submenu{padding:0}@media only screen and (min-width:48rem){.l-wrapper.in-submenu{padding:0 20px}}@media only screen and (min-width:80rem){.l-wrapper.in-submenu{padding:0}}@media only screen and (min-width:48rem){.l-wrapper.in-post{max-width:960px}}.l-wrapper.in-comments{color:var(--primary-foreground-color)}@media only screen and (min-width:48rem){.l-wrapper.in-comments{max-width:820px}}@media only screen and (min-width:64rem){.l-wrapper.in-recommended{max-width:calc(100% - 60px);padding:0}}@media only screen and (min-width:90rem){.l-wrapper.in-recommended{max-width:1200px}}.l-wrapper.in-post.no-image{padding-top:40px}@media only screen and (min-width:48rem){.l-wrapper.in-post.no-image{padding-top:80px}}.l-wrapper.in-caption{padding-top:10px}.l-content{padding:40px 0 20px}@media only screen and (min-width:48rem){.l-content{padding:60px 0 40px}}.m-button{background-color:transparent;border:0;border-radius:5px;color:#333!important;cursor:pointer;display:inline-block;font-size:2.5rem;font-weight:600;letter-spacing:.2px;line-height:1;outline:0;padding:13px 25px;position:relative;text-align:center;transition:all .25s cubic-bezier(.02,.01,.47,1)}.m-button.outlined{border:1px solid var(--primary-foreground-color);color:var(--titles-color)}.m-button.filled,.m-button.primary{box-shadow:0 2px 4px var(--button-shadow-color-normal),0 0 0 transparent}.m-button.filled:hover,.m-button.primary:hover{box-shadow:0 4px 8px var(--button-shadow-color-hover),0 0 0 transparent;transform:translateY(-2px)}.m-button.filled{background-color:#fff;border-radius:5px}.m-button.block{display:block;width:100%}.m-button.primary{background-color:var(--primary-subtle-color);color:#fff}.m-button.loading{cursor:default;overflow:hidden}.m-button.loading:after{animation:loading 1s infinite;background-color:#fff;bottom:0;content:"";height:2px;left:0;position:absolute;width:25%}@keyframes loading{0%{transform:translatex(0)}50%{transform:translatex(300%)}to{transform:translatex(0)}}.m-hero{background-color:var(--secondary-subtle-color);flex-direction:column;min-height:365px;overflow:hidden;padding:100px 0 75px;position:relative}@media only screen and (min-width:48rem){.m-hero{min-height:400px;padding:150px 0 75px}}.m-hero.with-picture{background-color:#000;color:#fff}@media only screen and (min-width:48rem){.m-hero.with-picture{min-height:450px}}@media only screen and (min-width:80rem){.m-hero.with-picture{min-height:565px}}.m-hero.with-picture .m-hero-title{color:#fff}.m-hero.no-picture.in-post{display:none}.m-hero__picture{align-items:center;display:flex;height:100%;justify-content:center;left:0;opacity:.7;position:absolute;top:0;width:100%;z-index:1}.m-hero__picture.in-post{opacity:1}.m-hero__picture img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.m-hero__content{padding:0 20px;position:relative;text-align:center;z-index:2}@media only screen and (min-width:48rem){.m-hero__content{max-width:700px}}@media only screen and (min-width:80rem){.m-hero__content{padding:0}}.m-hero__meta{margin:0 auto}@media only screen and (min-width:48rem){.m-hero__meta{align-items:center;display:flex;justify-content:center}}.rtl .m-hero__meta{direction:ltr}.m-hero-avatar{background-color:#5c697c;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;box-shadow:inset 0 2px 4px rgba(0,0,0,.25),0 0 0 transparent;height:80px;margin:0 auto 25px;width:80px}@media only screen and (min-width:48rem){.m-hero-avatar{height:100px;width:100px}}.m-hero-title{color:var(--titles-color);font-size:1.75rem;font-weight:700;letter-spacing:.4px;line-height:1.3;margin:0 0 15px}@media only screen and (min-width:48rem){.m-hero-title{font-size:2.25rem;letter-spacing:.5px}}.m-hero-title.bigger{font-size:3rem;letter-spacing:.5px}@media only screen and (min-width:48rem){.m-hero-title.bigger{font-size:6rem;letter-spacing:.8px;margin-bottom:10px}}.m-hero-description{font-size:.938rem;letter-spacing:.2px;line-height:1.5;margin-bottom:20px}@media only screen and (min-width:48rem){.m-hero-description{font-size:1.125rem}}.m-hero-description.bigger{font-size:1.125rem;line-height:1.3;margin-bottom:25px}@media only screen and (min-width:48rem){.m-hero-description.bigger{font-size:1.375rem}}.m-hero-description.with-picture{color:#fff}.m-hero-social{list-style-type:none;margin:0 0 15px;padding:0;text-align:center}@media only screen and (min-width:48rem){.m-hero-social{margin-bottom:0;margin-right:7px}}.m-hero-social.with-picture{color:#fff}.m-hero-social li{display:inline-block;margin:0 11px}.m-hero-social li a{color:inherit;font-size:.938rem}.m-hero-social li a span{color:inherit}.rtl .m-hero-social{direction:ltr}.m-hero-stats{list-style-type:none;margin:0;padding:0;text-align:center}@media only screen and (min-width:48rem){.m-hero-stats{margin-left:7px}}.m-hero-stats.with-picture{color:#fff}.m-hero-stats li{color:inherit;display:inline-block;font-size:.813rem;letter-spacing:.2px;margin:0 4px}@media only screen and (min-width:48rem){.m-hero-stats li{font-size:1rem;letter-spacing:.3px}}:root{--announcement-bar-height:0px;--show-fade-animation:1;--primary-color:#1a1a1a;--bg-color:#fff;--accent-color:#6200ee;--text-color:#333;--border-radius:30px;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,sans-serif}.l-fullscreen{align-items:center;background-color:var(--bg-color);display:flex;font-family:var(--font-sans);height:calc(100vh - var(--announcement-bar-height));justify-content:center}.l-fullscreen__content{max-width:95%;padding:2rem;text-align:center;transition:all .3s ease}@media only screen and (min-width:48rem){.l-fullscreen__content{max-width:700px}.l-fullscreen__content.in-subscribe-page{background-color:var(--bg-color);border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.05);padding:3.5rem}}@media only screen and (min-width:64rem){.l-fullscreen__content.in-subscribe-page{max-width:800px}}.m-back{align-items:center;color:var(--text-color);cursor:pointer;display:flex;font-size:2rem;left:20px;letter-spacing:.2px;position:absolute;text-decoration:none;top:20px;transition:opacity .2s ease;z-index:2}.m-back:hover{opacity:.7}@media only screen and (min-width:48rem){.m-back{font-size:2.2rem;left:40px;letter-spacing:.2px;top:40px}}.m-back span{color:inherit;display:inline-block}.rtl .m-back span:first-of-type{order:2}.m-back__icon{font-size:1.7rem;margin-right:12px;transition:transform .2s ease}.m-back:hover .m-back__icon{transform:translateX(-3px)}@media only screen and (min-width:48rem){.m-back__icon{font-size:1.8rem}}.rtl .m-back__icon{order:1}.m-heading.in-subscribe-page{margin-bottom:3rem}.m-heading__title{color:#8c52ff!important;font-size:4.4rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.5rem}.m-heading__description.in-subscribe-page{color:var(--text-color);font-size:2.5rem;line-height:1.4;margin:0 auto 2.5rem;max-width:700px;opacity:.8}.m-subscribe-section__form{margin:0 auto;max-width:700px;width:100%}.m-subscribe-section__container:not(.error) .m-subscribe__error,.m-subscribe-section__container:not(.invalid) .m-subscribe__invalid,.m-subscribe-section__container:not(.success) .m-subscribe__success{display:none!important}.m-input.in-subscribe-section{background-color:#fff;border:2px solid rgba(0,0,0,.1);border-radius:var(--border-radius);font-size:2.3rem;margin-bottom:1.5rem;padding:24px 32px;transition:border-color .2s ease;width:100%}.m-input.in-subscribe-section:focus{border-color:var(--accent-color);outline:none}.m-button.primary.block{background-color:var(--accent-color);border:none;border-radius:var(--border-radius);color:#fff!important;cursor:pointer;font-size:2.3rem;font-weight:800;letter-spacing:.5px;margin-top:1.5rem;padding:24px 32px;text-transform:uppercase;transition:transform .2s ease,background-color .2s ease;width:100%}.m-button.primary.block *,.m-button.primary.block span{color:#fff!important}.m-button.primary.block:hover{background-color:#7928ca;color:#fff!important;transform:translateY(-2px)}.m-subscribe__success_icon{color:var(--accent-color);display:block;height:160px;margin:0 auto 40px;width:160px}.m-subscribe__error,.m-subscribe__invalid,.m-subscribe__success{background-color:rgba(0,0,0,.03);border-radius:16px;color:var(--text-color);font-size:2.2rem;margin-top:1.5rem;padding:2rem}.m-subscribe__error,.m-subscribe__invalid{border-left:6px solid #e74c3c}.m-subscribe__success{border-left:6px solid #2ecc71}.m-small-text{font-size:2rem}.pos-relative{position:relative;width:100%}.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}[data-animate=fade-down]{animation:fadeInDown .7s ease forwards}[data-animate=fade-up]{animation:fadeInUp .7s ease forwards}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media only screen and (max-width:768px){.m-heading__title{font-size:3.6rem}.m-heading__description.in-subscribe-page{font-size:2rem}.m-button.primary.block,.m-input.in-subscribe-section{font-size:1.8rem;padding:20px 24px}}.gh-author-profile-card{margin:4rem 0}.author-profile-card{background-color:#fff;border-radius:16px;box-shadow:0 8px 30px rgba(0,0,0,.12);display:flex;flex-direction:column;justify-content:flex-end;min-height:600px;overflow:hidden;position:relative}.author-profile-card:before{background:var(--profile-card-bg,var(--background-color,#6366f1));background-position:50%;background-size:cover;bottom:0;content:"";left:0;opacity:.98;position:absolute;right:0;top:0;z-index:0}.author-profile-content{background-color:#fff;border-radius:24px 24px 0 0;margin-top:450px;padding:2rem;position:relative;z-index:1}.author-profile-header{align-items:center;display:flex;flex-direction:column;left:0;margin:0 auto;position:absolute;right:0;text-align:center;top:38%;transform:translateY(-50%);z-index:2}.author-profile-image{-o-object-fit:cover;object-fit:cover}.author-profile-image,.author-profile-image-placeholder{border:4px solid #fff;border-radius:50%;box-shadow:0 4px 10px rgba(0,0,0,.1);height:140px;margin-bottom:3.5rem;margin-top:80px;width:140px}.author-profile-image-placeholder{align-items:center;background-color:#fff;color:#6366f1;display:flex;font-size:3.5rem;font-weight:700;justify-content:center}.author-profile-info{align-items:center;display:flex;flex-direction:column;margin-bottom:4rem}.author-profile-name{color:#fff;font-size:3rem;font-weight:700;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.3)}.author-profile-tagline{color:hsla(0,0%,100%,.85);font-size:2rem;margin:.5rem auto 0;max-width:90%;text-shadow:0 1px 3px rgba(0,0,0,.3)}.author-profile-social{display:flex;flex-direction:column;gap:1.5rem;width:100%}.social-button{align-items:center;border-radius:16px;display:flex;font-size:1.8rem;font-weight:500;justify-content:center;padding:1.4rem;text-decoration:none;transition:all .2s ease;width:100%}.social-button svg{height:24px;margin-right:.8rem;width:24px}.twitter-button{background-color:#000;color:#fff}.twitter-button:hover{background-color:#333}.facebook-button{background-color:#4267b2;color:#fff}.facebook-button:hover{background-color:#365899}.threads-button{background-color:#101010;color:#fff}.threads-button:hover{background-color:#333}.youtube-button{background-color:red;color:#fff}.youtube-button:hover{background-color:#c00}@media (min-width:768px){.author-profile-card{min-height:500px}.author-profile-content{margin-top:380px}.author-profile-social{flex-direction:row;flex-wrap:wrap;gap:1.2rem}.social-button{border-radius:30px;padding:1rem 2rem;width:auto}.author-profile-header{align-items:center;flex-direction:row;left:2rem;text-align:left;top:220px;transform:none}.author-profile-image,.author-profile-image-placeholder{height:110px;margin-bottom:0;margin-right:1.5rem;margin-top:0;width:110px}.author-profile-info{align-items:flex-start;margin-bottom:0}.author-profile-tagline{margin-left:0;margin-right:0;max-width:100%}}@media (max-width:767px){.author-profile-card{min-height:600px}.author-profile-content{margin-top:450px;padding:2rem 1.5rem}.author-profile-header{top:30%;width:90%}.author-profile-name{font-size:2.8rem;margin-bottom:1rem}.author-profile-tagline{font-size:1.9rem;margin-bottom:1.5rem}.social-button{font-size:1.7rem;padding:1.2rem}}@media (max-width:380px){.author-profile-image,.author-profile-image-placeholder{height:120px;width:120px}.author-profile-name{font-size:2.4rem}.author-profile-tagline{font-size:1.7rem}}:root{--color-darkmode:#151719;--font-sans:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;--font-serif:Lora,Georgia,Times,serif;--head-nav-gap:32px;--color-primary-text:var(--color-darker-gray);--h1-size:4.4rem;--footer-spacing:120px}@media (max-width:767px){:root{--footer-spacing:64px}}a{text-decoration:none}a,h1,h2,h3,h4,h5,h6{color:var(--color-darker-gray)}figcaption{font-size:1.3rem}.has-full-image figcaption{padding:0 16px}.gh-btn{font-weight:500}body:not(.is-head-stacked) .gh-head{height:88px}body:not(.is-head-stacked) .gh-head-inner{border-bottom:1px solid var(--color-light-gray)}.nav{letter-spacing:-.006em}body:not(.is-head-transparent):not(.is-head-brand):not(.is-head-dark) .gh-head-logo img+img{display:none}body:is(.is-head-transparent,.is-head-brand,.is-head-dark) .gh-head-logo img+img{opacity:1}.is-head-transparent .gh-head-logo img:first-of-type:not(:only-child){display:block;opacity:0}.gh-topic-grid+.gh-topic-grid{margin-top:80px}.gh-topic-grid .gh-topic-name{font-size:2.4rem;letter-spacing:-.01em;margin-bottom:40px;text-transform:uppercase}.gh-topic-grid .gh-topic-content{display:grid;gap:32px 40px;grid-template-columns:1fr 1fr}body:not(.home-template) .gh-topic-grid .gh-topic-content{justify-items:center;row-gap:48px}.gh-topic-footer{border-top:1px solid var(--color-light-gray);margin-top:48px;padding-top:20px;text-align:right}.gh-topic-grid .gh-card.large,body:not(.home-template) .gh-topic-grid .gh-card{grid-column:1/3}.gh-topic-grid .gh-card.large{width:100%}.gh-topic-grid .gh-card:not(.large){max-width:720px;width:100%}.gh-topic-grid .gh-card:not(:only-child).large{border-bottom:1px solid var(--color-light-gray);margin-bottom:16px;padding-bottom:48px}.gh-topic-grid .gh-card-link{display:flex;gap:24px}.gh-topic-grid .gh-card-link:hover{opacity:1!important}.gh-topic-grid .gh-card-link:hover .gh-card-title{opacity:.8}.gh-topic-grid .gh-card.large .gh-card-link{gap:40px}.gh-topic-grid .gh-card.featured.large .gh-card-link{align-items:flex-end;background:linear-gradient(0deg,rgba(0,0,0,.8),transparent 60%);min-height:600px;padding:48px 40px;position:relative}.gh-topic-grid .gh-card.featured.no-image.large .gh-card-link{background:var(--ghost-accent-color);min-height:400px}.gh-topic-grid .gh-card.large .gh-card-link>*{flex:1}.gh-topic-grid .gh-card-image{flex-shrink:0;height:100%;position:relative;width:256px}.gh-topic-grid .gh-card-image:before{content:"";display:block;padding-bottom:70%}.gh-topic-grid .gh-card.large .gh-card-image:before{padding-bottom:60%}.gh-topic-grid .gh-card.featured.large .gh-card-image{inset:0;position:absolute;width:100%;z-index:-1}.gh-topic-grid .gh-card-image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.gh-topic-grid .gh-card-wrapper{margin-top:-3px}.gh-topic-grid .gh-card.featured.large .gh-card-wrapper{max-width:560px}.gh-topic-grid .gh-card-title{font-size:2rem;letter-spacing:-.015em;line-height:1.3;word-break:break-word}.gh-topic-grid .gh-card.large .gh-card-title{font-size:2.8rem;letter-spacing:-.02em}.gh-topic-grid .gh-card.no-image.large .gh-card-title{font-size:4.2rem;line-height:1.2}.gh-topic-grid .gh-card.featured.large .gh-card-title{color:var(--color-white);font-size:4.2rem;line-height:1.2}.gh-topic-grid .gh-card.featured.large .gh-card-link:hover .gh-card-title{opacity:.9}.gh-topic-grid .gh-card-excerpt{font-size:1.7rem;margin-top:12px;word-break:break-word}.gh-topic-grid .gh-card.no-image.large .gh-card-excerpt{max-width:720px}.gh-topic-grid .gh-card:not(.large) .gh-card-excerpt{display:-webkit-box;font-size:1.6rem;margin-top:4px;overflow-y:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.gh-topic-grid .gh-card.featured.large .gh-card-excerpt{display:none}.gh-card-footer{color:var(--color-secondary-text);font-size:1.1rem;font-weight:500;margin-top:16px;text-transform:uppercase}.gh-card:not(.large) .gh-card-footer{margin-top:12px}.gh-topic-grid .gh-card.featured.large .gh-card-footer{color:var(--color-white);margin-top:20px}.gh-card-footer>*{display:inline-block}.gh-card-footer>*+:not(script):before{background-color:currentColor;border-radius:50%;content:"";display:inline-flex;height:2px;margin-left:4px;margin-right:6px;transform:translateY(-3px);width:2px}.gh-topic-list{display:grid;gap:80px 48px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:120px}.gh-topic-header{align-items:center;border-bottom:1px solid var(--color-light-gray);display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:12px}.gh-topic-header .gh-topic-name{font-size:2rem;letter-spacing:-.015em}.gh-topic-header .gh-topic-link{color:var(--color-secondary-text)}.gh-topic-minimal .gh-card{max-width:720px}.gh-topic-minimal .gh-card-link{display:block}.gh-topic-minimal .gh-card-title{font-size:1.6rem;font-weight:400;letter-spacing:-.01em;line-height:1.6;word-break:break-word}.gh-topic-minimal .gh-card+.gh-card{margin-top:16px}.gh-topic-link{align-items:center;background-color:#6200ee;border-radius:30px;color:#fff!important;display:inline-flex;font-size:2rem;font-weight:800;justify-content:center;letter-spacing:-.011em;padding:12px 24px;text-decoration:none;transition:transform .2s ease,background-color .2s ease}.gh-topic-link:hover{background-color:#7928ca;color:#fff!important;transform:translateY(-2px)}.gh-topic-link svg{height:32px;margin-left:8px;width:32px}.gh-topic-link svg,.gh-topic-link svg circle,.gh-topic-link svg line,.gh-topic-link svg path,.gh-topic-link svg polyline,.gh-topic-link svg rect{fill:#fff;stroke:#fff}.gh-article-header{justify-items:start;position:relative}.gh-article-tag{color:#6366f1!important;font-size:3rem;font-weight:600;letter-spacing:.01em;margin-bottom:12px;text-transform:uppercase}.gh-article-excerpt{font-size:1.9rem}.has-full-image .gh-article-excerpt{margin-bottom:-8px}.gh-article-image{grid-column:main-start/main-end;width:100%}.has-wide-image .gh-article-image{grid-column:wide-start/wide-end}.gh-article-sidebar{grid-column:wide-start/main-start;left:0;padding-right:32px;position:absolute}.has-wide-image .gh-article-sidebar{top:calc(100% + 40px)}.gh-author-image-list{display:flex;margin-left:-2px}.gh-author-image{border-radius:50%;height:64px;margin-bottom:20px;overflow:hidden;position:relative;width:64px}.gh-author-image-list .gh-author-image{border:2px solid var(--color-white);margin-bottom:16px}.gh-author-image-list .gh-author-image:only-child{height:68px;width:68px}.gh-author-image-list .gh-author-image:hover{opacity:1}.gh-author-image-list .gh-author-image+.gh-author-image{margin-left:-20px}.gh-author-image-list .gh-author-image:first-child{z-index:30}.gh-author-image-list .gh-author-image:nth-child(2){z-index:20}.gh-author-image-list .gh-author-image:nth-child(3){z-index:10}.gh-author-image img{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%}.gh-author-icon{background-color:var(--color-light-gray)}.gh-author-name-list{display:flex;flex-wrap:wrap;font-weight:800;line-height:1.35}.gh-author-name{display:flex;font-size:1.8rem;letter-spacing:-.01em;line-height:1.35}.gh-article-meta{color:var(--color-secondary-text);font-size:1.3rem;letter-spacing:-.003em;margin-top:3px}.gh-article-meta-inner{align-items:center;display:flex}.gh-article-meta-sep{background-color:currentColor;border-radius:50%;height:2px;margin:0 6px;width:2px}.gh-read-next{margin-top:80px}.gh-read-next .gh-pagehead{margin-bottom:48px;max-width:none}.gh-read-next .gh-pagehead-title{align-items:center;display:flex;font-size:1.8rem}.gh-read-next .gh-pagehead-title:after{background-color:var(--color-light-gray);content:"";flex-grow:1;height:1px;margin-left:1.6rem}.gh-cover{--cover-height:50vh;align-items:center;background-color:rgba(0,0,0,.4);display:flex;justify-content:center;margin-bottom:-16px}.post-template .gh-cover{--cover-height:100vh;align-items:flex-end;background-color:transparent;margin-bottom:-56px;padding-bottom:0;padding-top:120px}.post-template .gh-cover:before{background-color:var(--color-black);content:"";inset:0;opacity:.3;position:absolute;transition:opacity 1.5s ease}.post-template .gh-cover.loading:before{opacity:1}.post-template .gh-cover-image{transform:scale(1);transition:transform 1.5s ease}.post-template .gh-cover.loading .gh-cover-image{transform:scale(1.02)}.gh-cover-content{display:flex;flex-direction:column;margin-top:100px;max-width:720px;text-align:center;width:100%}.post-template .gh-cover-content{align-items:flex-start;bottom:80px;margin-bottom:64px;max-width:1200px;position:sticky;text-align:left}.gh-cover-content .gh-article-tag,.gh-cover-title{color:var(--color-white)}.gh-cover-title{font-size:7.2rem;text-transform:uppercase;word-break:break-word}.tag-template .gh-cover-title{font-family:var(--font-sans);letter-spacing:-.01em}.post-template .gh-cover-title{text-transform:none}.gh-cover-description{color:var(--color-white);font-size:1.9rem;margin-top:20px}.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-cover-description{font-family:var(--gh-font-body,var(--font-serif))}.gh-pagehead{display:flex;flex-direction:column;margin-bottom:40px;max-width:560px}.gh-pagehead-title{font-size:2.4rem;letter-spacing:-.01em;text-transform:uppercase}.gh-pagehead-description{color:var(--color-secondary-text);font-size:1.7rem;margin-top:12px}.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-pagehead-description{font-family:var(--gh-font-body,var(--font-serif))}.gh-subscribe{margin-bottom:80px;margin-top:40px;text-align:center}.gh-subscribe-title{color:var(--color-white);font-size:4.4rem;white-space:break-spaces}.has-serif-title:not([class*=" gh-font-heading"]):not([class^=gh-font-heading]) .gh-subscribe-title{font-family:var(--gh-font-heading,var(--font-serif))}.gh-subscribe-description{font-size:2rem;margin-top:16px;white-space:break-spaces}.has-serif-body:not([class*=" gh-font-body"]):not([class^=gh-font-body]) .gh-subscribe-description{font-family:var(--gh-font-body,var(--font-serif))}.gh-subscribe-btn{background-color:var(--color-white);color:var(--color-darker-gray);letter-spacing:-.011em;margin-top:40px}.gh-subscribe-btn:hover{opacity:.9}.gh-subscribe-btn svg{margin-right:6px}.gh-foot{background-color:var(--color-darker-gray);margin-top:120px;padding-bottom:120px;padding-top:80px}.page-template .gh-foot{margin-top:0}.gh-foot,.gh-foot a,.gh-foot a:hover{color:var(--color-white)}.gh-foot-inner{align-items:center;display:flex;flex-direction:column;font-size:1.4rem}.gh-foot-menu{border-bottom:1px solid hsla(0,0%,100%,.15);padding-bottom:32px;text-align:center;width:100%}.gh-subscribe~.gh-foot-menu{border-top:1px solid hsla(0,0%,100%,.15);padding:16px 0}.gh-foot-menu .nav{font-weight:500;gap:32px}.gh-foot-menu .nav li+li:before{display:none}.gh-copyright{color:var(--color-secondary-text);letter-spacing:-.006em;margin-top:32px}.gh-subscribe~.gh-copyright{margin-top:64px}@media (max-width:767px){.gh-main{padding-bottom:6.4rem;padding-top:6.4rem}.gh-cover-content{margin-top:40px}.post-template .gh-cover-content{bottom:32px;margin-bottom:32px}.gh-cover-title{font-size:3.2rem}.gh-cover-description{font-size:1.7rem}.gh-topic-grid .gh-topic-content{row-gap:32px!important}.gh-topic-grid .gh-card:not(:only-child).large{margin-bottom:4px;padding-bottom:36px}.gh-topic-grid .gh-card-link{gap:16px}.gh-topic-grid .gh-card.large .gh-card-link{gap:32px}.gh-topic-grid .gh-card.featured.large a.gh-card-link{min-height:400px;padding:32px 24px}.gh-topic-grid .gh-card-image{width:200px}.gh-topic-grid .gh-card-title{font-size:1.6rem}.gh-topic-grid .gh-card.featured.large .gh-card-title{font-size:3.2rem}.gh-topic-grid .gh-card:not(.large) .gh-card-excerpt{display:none}.gh-card:not(.large) .gh-card-footer{margin-top:8px}.gh-topic-grid .gh-card:not(.large) :where(.gh-card-author,.gh-card-footer-sep){display:none}.gh-topic-minimal .gh-card+.gh-card{margin-top:12px}.gh-topic-minimal .gh-card-title{font-size:1.5rem}.gh-foot,.gh-read-next{margin-top:64px}.gh-foot{padding-bottom:160px;padding-top:64px}.gh-subscribe{margin-bottom:32px}.gh-subscribe-title{font-size:3.2rem}.gh-subscribe-description{font-size:1.7rem}.gh-foot-menu{padding:24px 0}.gh-foot-menu .nav{gap:12px}.gh-copyright{margin-top:32px}}.gh-card-image{background:#f5f5f5;overflow:hidden;position:relative}.gh-card-image img{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;transition:opacity .3s ease;width:100%}@supports (aspect-ratio:16/9){.gh-card-image{aspect-ratio:16/9;height:min(100%,450px);width:min(100%,800px)}.gh-card-image:before{content:none!important}}@media (min-width:768px){body:not(.home-template) .gh-topic-grid .gh-card:not(.large) .gh-card-image{width:320px}}@media (max-width:991px){.gh-topic-grid .gh-topic-content{grid-template-columns:1fr}.gh-topic-grid .gh-card.large{grid-column:auto}.gh-topic-grid .gh-card:not(.featured).large .gh-card-link{flex-direction:column}.gh-topic-grid .gh-card.featured.large .gh-card-link{min-height:480px}.gh-topic-grid .gh-card.large .gh-card-link>*{width:100%}}@media (min-width:992px){.gh-head{font-size:1.4rem;font-weight:500}.has-full-image .gh-article-excerpt{font-size:2.4rem;margin-top:36px}}@media (max-width:1199px){.gh-article-sidebar{align-items:center;-moz-column-gap:12px;column-gap:12px;display:grid;grid-column:main-start/main-end;grid-template-columns:auto 1fr;margin-top:24px;padding-right:0;position:static}.gh-article-sidebar .gh-author-image-list{grid-row:1/3}.gh-article-sidebar .gh-author-image{height:48px;margin-bottom:0;width:48px}.gh-author-image-list .gh-author-image+.gh-author-image{margin-left:-16px}.gh-author-name-list{font-weight:600}.gh-author-name{font-size:1.7rem;font-weight:600}.gh-article-meta{line-height:1;margin-top:-6px}}.dark-mode body{background:var(--color-darkmode);color:hsla(0,0%,100%,.75)}.dark-mode img{opacity:.9}.dark-mode kbd{background:color-mod(var(--color-darkmode) l(5%))}.dark-mode figcaption a{color:#fff}.dark-mode .gh-head{background:var(--color-darkmode);color:#fff}.dark-mode .gh-burger-box,.dark-mode .site-header-content{color:#fff}.dark-mode .post-card-image{background:var(--color-darkmode)}.dark-mode :is(.post-card-tags,.post-card-meta,.article-tag a,.byline-meta-content){color:color-mod(var(--color-secondary-text) l(-22%))}.dark-mode .post-card-featured,.dark-mode .post-card-title{color:#fff}.dark-mode .post-card-excerpt{color:var(--color-secondary-text)}.dark-mode .article-title{color:#fff}.dark-mode .article-excerpt{color:var(--color-secondary-text)}.dark-mode .author-avatar,.dark-mode .post-full-image{background-color:color-mod(var(--color-darkmode) l(8%))}.dark-mode .author-avatar{border-color:var(--color-darkmode)}.dark-mode .author-profile-image{opacity:1}.dark-mode .author-profile-image path{fill:var(--color-darkmode)}.dark-mode .article-byline-meta .author-name a{color:#fff}.dark-mode .no-image .author-social-link a{color:hsla(0,0%,100%,.75)}.dark-mode .gh-content>[id]{color:hsla(0,0%,100%,.9)}.dark-mode .gh-content pre{background:color-mod(var(--color-darkgrey) l(-8%))}.dark-mode .gh-content :not(pre)>code{background:color-mod(var(--color-darkgrey) l(6%));border-color:color-mod(var(--color-darkmode) l(8%));color:var(--color-wash)}.dark-mode .gh-content a:not(.kg-btn):not(.kg-nft-card-container):not(.kg-product-card-button):not(.kg-header-card-button),.dark-mode .gh-content em,.dark-mode .gh-content strong{color:#fff}.dark-mode .gh-content code{background:#000;color:#fff}.dark-mode hr{border-top-color:color-mod(var(--color-darkmode) l(8%))}.dark-mode .gh-content hr:after{background:color-mod(var(--color-darkmode) l(8%));box-shadow:var(--color-darkmode) 0 0 0 5px}.dark-mode figcaption{color:hsla(0,0%,100%,.6)}.dark-mode .gh-content table td:first-child{background-image:linear-gradient(to right,var(--color-darkmode) 50%,color-mod(var(--color-darkmode) a(0)) 100%)}.dark-mode .gh-content table td:last-child{background-image:linear-gradient(to left,var(--color-darkmode) 50%,color-mod(var(--color-darkmode) a(0)) 100%)}.dark-mode .gh-content table th{background-color:color-mod(var(--color-darkmode) l(8%));color:hsla(0,0%,100%,.85)}.dark-mode .gh-content table td,.dark-mode .gh-content table th{border:1px solid color-mod(var(--color-darkmode) l(8%))}.dark-mode .gh-content input{color:color-mod(var(--color-midgrey) l(-30%))}.dark-mode .site-archive-header .no-image{background:var(--color-darkmode);color:hsla(0,0%,100%,.9)}.dark-mode .kg-header-card.kg-style-dark{background:color-mod(var(--color-darkgrey) l(-5%))}.dark-mode .kg-header-card.kg-style-light{background:color-mod(var(--color-darkgrey) l(5%))}.dark-mode .footer-cta-title,.dark-mode .kg-header-card h2.kg-header-card-header,.dark-mode .kg-header-card h3.kg-header-card-subheader{color:#fff}.dark-mode .gh-topic-footer{border-top:1px solid var(--color-light-gray)}.dark-mode .gh-topic-grid .gh-card:not(:only-child).large{border-bottom:1px solid var(--color-light-gray)}.dark-mode .gh-topic-grid .gh-card.featured.large .gh-card-footer{color:var(--color-darkmode)}.dark-mode .gh-topic-grid .gh-card.featured.large .gh-card-title{color:var(--color-light-gray)}.dark-mode :is(a){color:var(--color-lighter-gray)}.dark-mode :is(h1,h2,h3,h4,h5,h6){color:var(--color-lighter-gray)}.gh-pagination{margin:60px 0 40px;width:100%}.pagination{align-items:center;display:flex;flex-direction:row!important;flex-wrap:nowrap!important;gap:24px;justify-content:center;width:100%}.page-number{color:var(--color-secondary-text);font-size:1.6rem;font-weight:500;text-align:center}.newer-posts,.older-posts{align-items:center;background-color:#6200ee;border-radius:30px;color:#fff!important;display:inline-flex;font-size:1.8rem;font-weight:700;justify-content:center;padding:12px 24px;text-decoration:none;transition:transform .2s ease,background-color .2s ease;white-space:nowrap}.newer-posts:hover,.older-posts:hover{background-color:#7928ca;color:#fff!important;opacity:1;transform:translateY(-2px)}@media (max-width:767px){.pagination{gap:10px;justify-content:space-between}.page-number{font-size:1.2rem;left:0;position:relative;right:0;text-align:center;top:-30px;width:100%}.newer-posts,.older-posts{flex:0 1 auto;font-size:1.4rem;padding:8px 14px}@media (max-width:380px){.newer-posts,.older-posts{font-size:1.3rem;padding:8px 12px}.newer-posts:before,.older-posts:after{display:none}}}.gh-cover{display:block;height:60vh;margin-left:calc(-50vw + 50%);overflow:hidden;position:relative;width:100vw}.gh-cover-image{height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;width:100%;z-index:1}.gh-cover-content{border-radius:8px;left:50%;max-width:1200px;padding:2rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:90%;z-index:3}@media (max-width:768px){.gh-cover{height:70vh}.gh-cover-content{padding:1rem;width:95%}}/*# sourceMappingURL=screen.css.map */
