.article-template>:first-child:not(.article-template__hero-container){margin-top:5rem}.article-template__hero-container{max-width:130rem;margin:0 auto}@media screen and (min-width:1320px){.article-template__hero-container:first-child{margin-top:5rem}}.article-template__hero-medium{height:15.6rem}.article-template__hero-large{height:19rem}@media screen and (min-width:750px) and (max-width:989px){.article-template__hero-medium{height:34.9rem}.article-template__hero-large{height:42.3rem}}.article-template header{margin-top:4.4rem;margin-bottom:2rem}.article-template__title{margin:0}.article-template__title:not(:only-child){margin-bottom:1rem}.article-template__link{font-size:1.8rem;display:flex;justify-content:center;align-items:center;text-underline-offset:0.3rem}.article-template__link:hover{text-decoration-thickness:0.2rem}.article-template__link svg{width:1.5rem;transform:rotate(180deg);margin-right:1rem}.article-template__content{margin-top:3rem;margin-bottom:3rem}.article-template__social-sharing{display:flex;flex-direction:column;align-items:self-end;margin-top:3rem}.article-template__social-sharing .social-sharing{margin-left:-1.3rem}.article-template__comment-wrapper{margin-top:5rem;margin-left:auto;margin-right:auto;max-width:var(--post-max-width)}.article-template__comment-wrapper h2{margin-top:0}.article-template__comments{margin-bottom:5rem}.article-template__comments-fields{width:100%;max-width:850px;margin-bottom:0}.article-template__comments-comment{color:rgba(var(--color-foreground),.75);background-color:rgb(var(--color-background));margin-bottom:1.5rem;padding:2rem 2rem 1.5rem}.article-template__comments-comment p{margin:0 0 1rem;text-align:start}.article-template__comment-fields>*{margin-bottom:3rem}@media screen and (min-width:750px){.article-template header{margin-top:5rem}.article-template__comment-wrapper{margin-top:6rem}.article-template__comments{margin-bottom:7rem}.article-template__comments-comment{padding:2rem 2.5rem}.article-template__comment-fields{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:16px}}.article-template__comment-warning{margin:2rem 0 2.5rem}@media screen and (min-width:990px){.article-template__hero-medium{height:54.5rem}.article-template__hero-large{height:66rem}.article-template__comments .pagination-wrapper{margin:5rem 0 8rem}}.toc-header,.toc-toggle{cursor:pointer;display:flex}.toc-wrapper{background:var(--toc-bg);border-bottom:1.5px solid var(--toc-border);overflow:hidden;margin:2rem 0;font-family:inherit;transition:box-shadow .2s}.toc-header{font-size:1.5rem;align-items:center;gap:.6rem;padding:.9rem 1.2rem;user-select:none}.toc-icon{width:18px;height:18px;flex-shrink:0}.toc-title{color:var(--toc-text);letter-spacing:.03em;text-transform:uppercase;flex:1}.toc-toggle{background:0 0;border:none;padding:4px;align-items:center;color:var(--toc-muted);transition:color .2s,transform .25s;border-radius:4px}.toc-toggle svg{width:16px;height:16px}.toc-toggle.collapsed{transform:rotate(180deg)}.toc-nav{padding:.75rem 1.2rem 1rem;transition:max-height .3s,opacity .25s,padding .25s;max-height:800px;opacity:1;overflow:hidden}.toc-item,.toc-list{margin:0;padding:0}.toc-nav.collapsed{max-height:0;opacity:0;padding-top:0;padding-bottom:0}.toc-list{list-style:none;counter-reset:toc-section}.toc-item--h2{counter-increment:toc-section;counter-reset:toc-subsection}.toc-item--h2>.toc-link{font-weight:600;color:var(--toc-text);padding:.3rem .5rem;border-radius:5px;margin-top:.2rem}.toc-item--h3{counter-increment:toc-subsection}.toc-item--h3>.toc-link{font-weight:400;color:var(--toc-muted);padding:.25rem .5rem .25rem 1.5rem;border-radius:5px;position:relative}.toc-item--h3>.toc-link::before{content:"";position:absolute;left:.65rem;top:50%;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background:var(--toc-border);transition:background .2s}.toc-item--h3>.toc-link.active::before,.toc-item--h3>.toc-link:hover::before{background:var(--toc-accent)}.toc-link{display:block;text-decoration:none;transition:color .18s,background .18s;line-height:1.4}.toc-link.active{color:var(--toc-accent);background:rgba(37,99,235,.08);font-weight:600}.toc-empty{padding:1rem 1.2rem;font-size:.85rem;color:var(--toc-muted)}.toc-progress{height:3px;background:var(--toc-border);position:relative;overflow:hidden}.toc-progress-bar{height:100%;width:0%;background:var(--toc-accent);transition:width .1s linear}