body.page .post-content,body.archive .post-content,body.blog .post-content,body.single .post-content,body.home .post-content,body.error404 .post-content{padding:3rem 0;display:flex;flex-direction:column;align-items:center}body.page .post-content__hero,body.archive .post-content__hero,body.blog .post-content__hero,body.single .post-content__hero,body.home .post-content__hero,body.error404 .post-content__hero{width:100%;max-width:53rem;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center}body.page .post-content__image-wrapper,body.archive .post-content__image-wrapper,body.blog .post-content__image-wrapper,body.single .post-content__image-wrapper,body.home .post-content__image-wrapper,body.error404 .post-content__image-wrapper{width:100%;aspect-ratio:16/9;border-radius:1rem;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;margin-bottom:3rem}body.page .post-content__image,body.archive .post-content__image,body.blog .post-content__image,body.single .post-content__image,body.home .post-content__image,body.error404 .post-content__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}body.page .post-content__header,body.archive .post-content__header,body.blog .post-content__header,body.single .post-content__header,body.home .post-content__header,body.error404 .post-content__header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:3rem}body.page .post-content__tags,body.archive .post-content__tags,body.blog .post-content__tags,body.single .post-content__tags,body.home .post-content__tags,body.error404 .post-content__tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.5rem}body.page .post-content__tag,body.archive .post-content__tag,body.blog .post-content__tag,body.single .post-content__tag,body.home .post-content__tag,body.error404 .post-content__tag{display:inline-block;padding:.25rem .75rem;font-size:.75rem;font-weight:500;color:var(--silver-color);background-color:var(--white-color);border:1px solid var(--red-color);border-radius:62.4375rem;text-decoration:none;text-transform:none;transition:all .2s ease}body.page .post-content__tag:hover,body.archive .post-content__tag:hover,body.blog .post-content__tag:hover,body.single .post-content__tag:hover,body.home .post-content__tag:hover,body.error404 .post-content__tag:hover{background-color:var(--red-color);color:var(--white-color)}body.page .post-content__title,body.archive .post-content__title,body.blog .post-content__title,body.single .post-content__title,body.home .post-content__title,body.error404 .post-content__title{font-family:var(--heading-font-family);font-size:3rem;font-weight:700;color:var(--black-color);line-height:1.2;margin:0 0 1.5rem}@media (max-width: 1000px){body.page .post-content__title,body.archive .post-content__title,body.blog .post-content__title,body.single .post-content__title,body.home .post-content__title,body.error404 .post-content__title{font-size:2.25rem}}body.page .post-content__meta,body.archive .post-content__meta,body.blog .post-content__meta,body.single .post-content__meta,body.home .post-content__meta,body.error404 .post-content__meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem;font-size:.875rem;color:var(--silver-color)}@media (max-width: 1000px){body.page .post-content__meta,body.archive .post-content__meta,body.blog .post-content__meta,body.single .post-content__meta,body.home .post-content__meta,body.error404 .post-content__meta{gap:.5rem 1rem}}body.page .post-content__meta-dot,body.archive .post-content__meta-dot,body.blog .post-content__meta-dot,body.single .post-content__meta-dot,body.home .post-content__meta-dot,body.error404 .post-content__meta-dot{width:.25rem;height:.25rem;border-radius:50%;background-color:#6b728080}body.page .post-content__toc,body.archive .post-content__toc,body.blog .post-content__toc,body.single .post-content__toc,body.home .post-content__toc,body.error404 .post-content__toc{width:100%;background-color:var(--white-color);border:2px solid rgba(255,107,107,.2);border-radius:1rem;overflow:hidden;margin-bottom:3rem}body.page .post-content__toc.is-open .post-content__toc-icon,body.archive .post-content__toc.is-open .post-content__toc-icon,body.blog .post-content__toc.is-open .post-content__toc-icon,body.single .post-content__toc.is-open .post-content__toc-icon,body.home .post-content__toc.is-open .post-content__toc-icon,body.error404 .post-content__toc.is-open .post-content__toc-icon{transform:rotate(180deg)}body.page .post-content__toc-btn,body.archive .post-content__toc-btn,body.blog .post-content__toc-btn,body.single .post-content__toc-btn,body.home .post-content__toc-btn,body.error404 .post-content__toc-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background-color:transparent;border:none;cursor:pointer;transition:background-color .3s ease}body.page .post-content__toc-btn:hover,body.archive .post-content__toc-btn:hover,body.blog .post-content__toc-btn:hover,body.single .post-content__toc-btn:hover,body.home .post-content__toc-btn:hover,body.error404 .post-content__toc-btn:hover{background-color:var(--gray-50, #f9fafb)}body.page .post-content__toc-title,body.archive .post-content__toc-title,body.blog .post-content__toc-title,body.single .post-content__toc-title,body.home .post-content__toc-title,body.error404 .post-content__toc-title{font-family:var(--heading-font-family);font-size:1.25rem;font-weight:700;color:var(--red-color);margin:0;line-height:1}body.page .post-content__toc-icon,body.archive .post-content__toc-icon,body.blog .post-content__toc-icon,body.single .post-content__toc-icon,body.home .post-content__toc-icon,body.error404 .post-content__toc-icon{color:var(--red-color);transition:transform .3s ease;display:flex;align-items:center;justify-content:center}body.page .post-content__toc-content,body.archive .post-content__toc-content,body.blog .post-content__toc-content,body.single .post-content__toc-content,body.home .post-content__toc-content,body.error404 .post-content__toc-content{height:0;overflow:hidden;transition:height .4s cubic-bezier(.4,0,.2,1)}body.page .post-content__toc-inner,body.archive .post-content__toc-inner,body.blog .post-content__toc-inner,body.single .post-content__toc-inner,body.home .post-content__toc-inner,body.error404 .post-content__toc-inner{padding:1.5rem;border-top:1px solid var(--lite-silver-color, #f3f4f6)}body.page .post-content__toc-list,body.archive .post-content__toc-list,body.blog .post-content__toc-list,body.single .post-content__toc-list,body.home .post-content__toc-list,body.error404 .post-content__toc-list{list-style-type:decimal;list-style-position:inside;margin:0;padding:.5rem 0 0;display:flex;flex-direction:column;gap:.75rem}body.page .post-content__toc-list li,body.archive .post-content__toc-list li,body.blog .post-content__toc-list li,body.single .post-content__toc-list li,body.home .post-content__toc-list li,body.error404 .post-content__toc-list li{font-size:1rem;color:var(--black-color)}body.page .post-content__toc-list a,body.archive .post-content__toc-list a,body.blog .post-content__toc-list a,body.single .post-content__toc-list a,body.home .post-content__toc-list a,body.error404 .post-content__toc-list a{color:var(--red-color);text-decoration:none;font-weight:500;margin-left:.5rem;transition:-webkit-text-decoration .2s ease;transition:text-decoration .2s ease;transition:text-decoration .2s ease,-webkit-text-decoration .2s ease;padding:.25rem 0;display:flex;gap:.25rem;line-height:1.2}body.page .post-content__toc-list a:hover,body.archive .post-content__toc-list a:hover,body.blog .post-content__toc-list a:hover,body.single .post-content__toc-list a:hover,body.home .post-content__toc-list a:hover,body.error404 .post-content__toc-list a:hover{text-decoration:underline}body.page .post-content__body,body.archive .post-content__body,body.blog .post-content__body,body.single .post-content__body,body.home .post-content__body,body.error404 .post-content__body{display:flex;align-items:flex-start;justify-content:center;gap:3rem;width:100%;max-width:75rem;margin:0 auto;padding:0 1.5rem}@media (max-width: 1000px){body.page .post-content__body,body.archive .post-content__body,body.blog .post-content__body,body.single .post-content__body,body.home .post-content__body,body.error404 .post-content__body{flex-direction:column;align-items:flex-start}}body.page .post-content__body img,body.archive .post-content__body img,body.blog .post-content__body img,body.single .post-content__body img,body.home .post-content__body img,body.error404 .post-content__body img{border-radius:1rem}body.page .post-content__main,body.archive .post-content__main,body.blog .post-content__main,body.single .post-content__main,body.home .post-content__main,body.error404 .post-content__main{flex:1;min-width:0;max-width:53rem;margin:0}@media (max-width: 1000px){body.page .post-content__main,body.archive .post-content__main,body.blog .post-content__main,body.single .post-content__main,body.home .post-content__main,body.error404 .post-content__main{margin:0 auto;max-width:50.125rem}}body.page .post-content__sidebar,body.archive .post-content__sidebar,body.blog .post-content__sidebar,body.single .post-content__sidebar,body.home .post-content__sidebar,body.error404 .post-content__sidebar{width:20rem;order:1;position:sticky;top:1.25rem;max-width:50.5rem;border-radius:1rem;display:flex;flex-direction:column;align-items:center;padding:.1875rem}body.page .post-content__sidebar:after,body.archive .post-content__sidebar:after,body.blog .post-content__sidebar:after,body.single .post-content__sidebar:after,body.home .post-content__sidebar:after,body.error404 .post-content__sidebar:after{border-radius:.9375rem}@media (max-width: 1000px){body.page .post-content__sidebar,body.archive .post-content__sidebar,body.blog .post-content__sidebar,body.single .post-content__sidebar,body.home .post-content__sidebar,body.error404 .post-content__sidebar{order:-1;width:100%;margin:0 auto;position:relative}}body.page .post-content__facts,body.archive .post-content__facts,body.blog .post-content__facts,body.single .post-content__facts,body.home .post-content__facts,body.error404 .post-content__facts{padding:1.5rem;width:100%}body.page .post-content__facts h3,body.archive .post-content__facts h3,body.blog .post-content__facts h3,body.single .post-content__facts h3,body.home .post-content__facts h3,body.error404 .post-content__facts h3{font-size:1.25rem;margin-top:0;color:var(--black-color)}body.page .post-content__facts ul,body.archive .post-content__facts ul,body.blog .post-content__facts ul,body.single .post-content__facts ul,body.home .post-content__facts ul,body.error404 .post-content__facts ul{padding-left:1.25rem}body.page .post-content__facts ul li,body.archive .post-content__facts ul li,body.blog .post-content__facts ul li,body.single .post-content__facts ul li,body.home .post-content__facts ul li,body.error404 .post-content__facts ul li{margin-bottom:.75rem;font-size:1rem;color:var(--dark-color)}