.author-hero{padding:40px 16px}.author-hero__card{background:var(--white-hex,#fff);border:1px solid var(--grey-200-hex);border-radius:40px;overflow:hidden;padding:48px 40px;position:relative}.author-hero__deco{border-radius:50%;position:absolute;z-index:0}.author-hero__deco--blue{background-color:var(--blue-dodger-hex);bottom:-220px;height:360px;left:-160px;opacity:.1;width:360px}.author-hero__deco--yellow{background-color:var(--yellow-hex,#ffbf33);height:240px;opacity:.14;right:-120px;top:-150px;width:240px}.container_author_content{margin:auto;max-width:670px}.author-hero__title{color:var(--navy-hex);font-family:Instrument Sans,sans-serif;font-size:40px;font-weight:500;letter-spacing:-.01em;line-height:48px;margin:0 0 10px;position:relative;z-index:1}.author-hero__title em{color:var(--blue-dodger-hex);font-family:Merriweather,serif;font-style:italic;font-weight:500}.author-hero__body{align-items:center;display:flex;gap:32px;position:relative;z-index:1}.author-hero__avatar img,.author-hero__avatar--placeholder{border:4px solid var(--white-hex,#fff);border-radius:50%;box-shadow:0 8px 24px rgba(1,24,52,.12);display:block;flex-shrink:0;height:140px;object-fit:cover;width:140px}.author-hero__avatar--placeholder{align-items:center;background:var(--navy-hex);color:#fff;display:flex;font-family:Instrument Sans,sans-serif;font-size:52px;font-weight:600;justify-content:center}.author-hero__content{flex:1;min-width:0}.author-hero__socials{display:flex;gap:10px;margin-top:16px}.author-hero__social{align-items:center!important;background:var(--grey-100-hex,#f3f4f6);border-radius:50%;color:var(--navy-hex);display:inline-flex!important;height:40px;justify-content:center!important;text-decoration:none;transition:background-color .2s ease,transform .2s ease,color .2s ease;width:40px}.author-hero__social svg{display:block;fill:currentColor;height:18px;width:18px}.author-hero__social svg[stroke]{fill:none;stroke:currentColor}@media (hover:hover){.author-hero__social:hover{background:var(--blue-dodger-hex);color:#fff;transform:translateY(-2px)}.author-hero__social:hover svg{fill:#fff!important}.author-hero__social:hover svg[stroke]{fill:none!important;stroke:#fff!important}}@media (max-width:991px){.author-hero__card{padding:32px 24px}.author-hero__title{font-size:30px;line-height:38px}.author-hero__body{align-items:center;flex-direction:column;gap:20px;text-align:center}.author-hero__socials{justify-content:center}}