*{box-sizing:border-box}:root{--desktop-hero-display:none;--mobile-hero-display:flex;--hero-padding:0em 80px 0em 80px;--section-padding:0em 0em 0em 80px;--content-max-width:650px;--p-size:1.25em;--author-direction:row}p{font-size:var(--p-size)}.html{scroll-behavior:smooth;overflow-y:auto;height:100dvh;max-height:100dvh}main{width:100%;max-width:100dvw;overflow-x:clip;background-color:var(--basic-white)}@media only screen and (min-width:1024px){:root{--desktop-hero-display:block;--mobile-hero-display:none;--hero-padding:8em 80px 0em 80px;--section-padding:1.5em 80px 1.5em 80px;--author-direction:row}}@media only screen and (min-width:768px) and (max-width:1023px){:root{--desktop-hero-display:none;--mobile-hero-display:flex;--hero-padding:6em 80px 0em 80px;--section-padding:2.5em 80px 2.5em 80px;--author-direction:column}}@media only screen and (max-width:767px){:root{--desktop-hero-display:none;--mobile-hero-display:flex;--hero-padding:6em var(--spacing-screen-mobile) 0em var(--spacing-screen-mobile);--section-padding:2.5em var(--spacing-screen-mobile) 2.5em var(--spacing-screen-mobile);--author-direction:column}}.author__content__wrapper{min-height:100dvh;padding:var(--hero-padding);padding-block-end:4em}.author__content__wrapper,.author__header__wrapper{display:flex;flex-direction:column;width:100%;max-width:100%;align-items:center}.author__header{display:flex;flex-direction:var(--author-direction);align-items:flex-start;gap:2em;width:100%;max-width:1080px;margin-bottom:4em;isolation:isolate}.profile-airbrush{position:absolute;left:-24em;top:0;z-index:-1}.author__info__wrapper{display:flex;flex-direction:column;gap:1em}.author__name__and__role{display:flex;flex-direction:column;gap:0}.author__role{line-height:calc(var(--p-size) * .5)}.author__social__links{display:flex;flex-direction:row;gap:.5em}.author__posts__list{display:flex;flex-direction:column;align-items:stretch;gap:.5em;width:100%;max-width:800px;margin-inline:calc((100dvw - 1080px) / 2);margin-block:2em;padding:1em;border:2px solid var(--basic-black);border-radius:2.5em}.author__posts__list>h3{font-size:1.5em;padding-inline:.5em;padding-top:.25em}@media only screen and (max-width:767px){.author__posts__list{padding:.5em;gap:0;border-radius:2em}.author__posts__list>h3{padding-inline:.5em;padding-top:.25em}.author__image__wrapper>img{width:100%;max-width:250px;height:auto}.author__header{gap:1em;margin-bottom:1em}.profile-airbrush{left:-40em}}.author-social-button-wrapper{height:3em;width:3em;border-radius:var(--radius-full);border:2px solid #000000bf;display:flex;flex-direction:row;gap:1em;align-items:center;justify-content:center;transition:all .2s ease,transform .2s cubic-bezier(.5,2.5,.7,.7),background-position .5s ease;transform:translateY(0);box-shadow:0 0 0 0 var(--basic-black)}.author-social-button-wrapper:hover{transform:translateY(-2px);box-shadow:0 2px 0 0 var(--basic-black);border-color:var(--basic-black)}.author-social-button-wrapper:active{transform:translateY(0);box-shadow:inset 0 2px 0 0 var(--basic-black);border-color:var(--basic-black)}.author-social-icon{height:3.5em;width:3.5em;filter:var(--light-filter)}