.row{display:flex}.col{flex-direction:column;display:flex}.s--post-text{margin:5rem 0}@media (max-width:568px){.s--post-text{margin:3rem 0}}.s--post-text__header{aspect-ratio:2.7;border-radius:var(--f-rounded-sm);margin:0 auto 5rem;position:relative;overflow:hidden}.s--post-text__header.simple{aspect-ratio:unset}.s--post-text__header.simple:before{display:none}@media (max-width:1024px){.s--post-text__header{aspect-ratio:2}}@media (max-width:568px){.s--post-text__header{aspect-ratio:1.5;margin-bottom:3rem}}.s--post-text__header:before{content:"";background-color:rgba(0,0,0,.32);width:100%;height:100%;position:absolute;top:0;left:0}.s--post-text__header #breadcrumbs{border-radius:var(--f-rounded-sm);z-index:2;background-color:#fff;padding:.65rem 2rem;position:absolute;top:4rem;left:14.6rem}@media (max-width:1024px){.s--post-text__header #breadcrumbs{top:2rem;left:5rem}}@media (max-width:568px){.s--post-text__header #breadcrumbs{padding:.5rem 1.5rem;display:none;top:1.5rem;left:2rem}}.s--post-text__header #breadcrumbs>span{flex-wrap:nowrap;align-items:center;gap:.75rem;font-size:1.2rem;line-height:1.8;display:flex}.s--post-text__header #breadcrumbs>span a,.s--post-text__header #breadcrumbs>span span{color:var(--f-color-darkgray);align-items:center;gap:.5rem;text-decoration:none;display:flex}.s--post-text__header #breadcrumbs>span span:has(a):after{content:"";background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDExIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMC4zNTM2IDQuODUzNTVDMTAuNTQ4OCA0LjY1ODI5IDEwLjU0ODggNC4zNDE3MSAxMC4zNTM2IDQuMTQ2NDVMNy4xNzE1NyAwLjk2NDQ2NkM2Ljk3NjMxIDAuNzY5MjA0IDYuNjU5NzMgMC43NjkyMDQgNi40NjQ0NyAwLjk2NDQ2NkM2LjI2OTIgMS4xNTk3MyA2LjI2OTIgMS40NzYzMSA2LjQ2NDQ3IDEuNjcxNTdMOS4yOTI4OSA0LjVMNi40NjQ0NyA3LjMyODQzQzYuMjY5MiA3LjUyMzY5IDYuMjY5MiA3Ljg0MDI3IDYuNDY0NDcgOC4wMzU1M0M2LjY1OTczIDguMjMwOCA2Ljk3NjMxIDguMjMwOCA3LjE3MTU3IDguMDM1NTNMMTAuMzUzNiA0Ljg1MzU1Wk0tOC43NDIyOGUtMDggNUwxMCA1TDEwIDRMOC43NDIyOGUtMDggNEwtOC43NDIyOGUtMDggNVoiIGZpbGw9IiMzMDMwMzAiLz4KPC9zdmc+);background-position:50%;background-repeat:no-repeat;width:1rem;height:.7rem;margin-left:.25rem;display:block;transform:translateY(-1px)}.s--post-text__header #breadcrumbs>span span.breadcrumb_last{color:#303030}@media (max-width:568px){.s--post-text__header #breadcrumbs>span span.breadcrumb_last{display:none}}.s--post-text__header img{object-fit:cover;width:100%;height:100%}.s--post-text__header-details{z-index:1;color:#fff;position:absolute;bottom:10rem;left:calc(50% - 42rem)}@media (max-width:1024px){.s--post-text__header-details{bottom:5rem;left:5rem}}@media (max-width:568px){.s--post-text__header-details{bottom:3rem;left:2rem}}.s--post-text__header-details h1{font-size:var(--f-h4-size)}.s--post-text__table-of-contents{border-bottom:1px solid var(--f-color-lightgray);max-width:84rem;margin:0 auto 5rem;font-size:1.6rem}@media (max-width:1024px){.s--post-text__table-of-contents{max-width:100%;padding:0 2rem}}@media (max-width:568px){.s--post-text__table-of-contents{margin:0 auto 3rem;padding:0 1.5rem}}.s--post-text__table-of-contents ul{counter-reset:list-counter;margin:3rem 0;padding:0}.s--post-text__table-of-contents ul li{counter-increment:list-counter;list-style:none;position:relative}.s--post-text__table-of-contents ul li:before{content:counter(list-counter,decimal-leading-zero);color:var(--f-color-darkgray);margin-right:1rem}.s--post-text__table-of-contents ul li a{color:inherit;text-decoration:none}.s--post-text__table-of-contents ul li a:hover{text-decoration:underline}.s--post-text__content{display:flex}@media (max-width:1024px){.s--post-text__content{flex-direction:column}}@media (max-width:568px){.s--post-text__content{flex-direction:column;padding:0 1.5rem}}.s--post-text__sidebar{flex:1}@media (max-width:1024px){.s--post-text__sidebar{order:2;margin-top:3rem}}@media (max-width:568px){.s--post-text__sidebar{order:2;margin-top:2rem}}.s--post-text__text{flex:3}@media (max-width:1024px){.s--post-text__text{order:1}}@media (max-width:568px){.s--post-text__text{order:1}}.s--post-text__random-post{border:1px solid var(--f-color-lightgray);border-radius:var(--f-rounded-sm);flex-direction:column;gap:2rem;margin-top:1rem;padding:2rem;display:flex}.s--post-text__random-post:first-of-type{margin-top:3rem}.s--post-text__random-post a{color:#303030;font-size:2rem;text-decoration:none}.s--post-text__random-post a:hover{text-decoration:underline}.s--post-text__random-post div{color:var(--f-color-darkgray);font-size:1.6rem;line-height:1.1}.s--post-text--has-sidebar .s--post-text__header-details{left:calc(75% - 63rem)}@media (max-width:1024px){.s--post-text--has-sidebar .s--post-text__header-details{left:5rem}}@media (max-width:568px){.s--post-text--has-sidebar .s--post-text__header-details{left:2rem}}.s--post-text .post-navigation{justify-content:space-between;align-items:center;max-width:84rem;margin:5rem auto 0;display:flex}@media (max-width:1024px){.s--post-text .post-navigation{max-width:100%;padding:0 2rem}}@media (max-width:568px){.s--post-text .post-navigation{flex-direction:column;gap:1rem;margin:3rem auto 0;padding:0 1.5rem;display:flex}}.s--post-text .post-navigation:not(:has(.prev-post)){justify-content:end;display:flex}.s--post-text .post-navigation .prev-post,.s--post-text .post-navigation .next-post{color:var(--f-color-darkgray);border:1px solid var(--f-color-lightgray);border-radius:var(--f-rounded-sm);align-items:center;gap:2.1rem;padding:.8rem 1rem;font-size:1.6rem;text-decoration:none;display:inline-flex}@media (max-width:568px){.s--post-text .post-navigation .prev-post,.s--post-text .post-navigation .next-post{width:100%}}
