.content-wrapper{padding:0}.post-hero{background:#fff;display:flex;flex-direction:column}.post-hero__content-wrap{padding:200px 80px 100px}.post-hero__content{display:flex;flex-direction:column;margin-inline:auto;max-width:680px}.post-hero__tags{align-items:center;display:flex;margin-bottom:32px}.post-hero__tag{align-items:center;background:#f5f7fa;border:1px solid #bcc4d1;border-radius:8px;color:#555c70;display:inline-flex;font-family:var(--primaryFont);font-size:var(--text-sm);font-weight:var(--fontWeightRegular);gap:4px;line-height:var(--leading-sm);mix-blend-mode:multiply;padding:6px 10px;white-space:nowrap}.post-hero__tag-icon{display:block;flex-shrink:0;height:16px;width:16px}.post-hero__title{color:#13192d;font-family:var(--primaryFont);font-size:var(--text-6xl);font-weight:400;letter-spacing:.5px;line-height:var(--leading-6xl);margin:0 0 60px}.post-hero__info{border-bottom:1px solid #dde2eb;display:grid;gap:24px;grid-template-columns:3fr 2fr 2fr;margin-bottom:60px;padding-bottom:60px}.post-hero__info-author{align-items:center;display:flex;gap:16px}.post-hero__author-pic{border:1px solid hsla(0,0%,100%,.2);border-radius:50%;flex-shrink:0;height:40px;object-fit:cover;width:40px}.post-hero__author-pic--initials{align-items:center;background:#f5f7fa;color:#555c70;display:flex;font-family:var(--primaryFont);font-size:var(--text-sm);font-weight:var(--fontWeightMedium);justify-content:center;text-transform:uppercase}.post-hero__info-date,.post-hero__info-readtime,.post-hero__info-stack{display:flex;flex-direction:column;gap:4px}.post-hero__info-label{color:#555c70;font-family:var(--primaryFont);font-size:var(--text-sm);font-weight:var(--fontWeightRegular);line-height:var(--leading-sm)}.post-hero__info-value{font-size:var(--text-base);font-weight:400;line-height:var(--leading-base)}.post-hero__excerpt,.post-hero__info-value{color:#13192d;font-family:var(--primaryFont)}.post-hero__excerpt{font-size:var(--text-lg);font-weight:var(--fontWeightRegular);letter-spacing:-.5px;line-height:var(--leading-lg)}.post-hero__excerpt p{margin:0 0 18px}.post-hero__excerpt p:last-child{margin-bottom:0}.post-hero__image-section{height:660px;isolation:isolate;overflow:hidden;position:relative;width:100%}.post-hero__image{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.post-hero__img-blend-dark,.post-hero__img-blend-sat,.post-hero__img-blend-tint{inset:0;pointer-events:none;position:absolute}.post-hero__img-blend-sat{background:#fff;mix-blend-mode:saturation}.post-hero__img-blend-dark{background:rgba(0,0,0,.2);mix-blend-mode:multiply}.post-hero__img-blend-tint{background:linear-gradient(46deg,rgba(25,131,194,.5) 13.3%,rgba(38,139,66,.5) 91.4%);mix-blend-mode:overlay}@media (max-width:1024px){.post-hero__content-wrap{padding:160px 48px 100px}.post-hero__title{font-weight:var(--fontWeightMedium)}.post-hero__info-label{font-size:var(--text-xs);line-height:var(--leading-xs)}.post-hero__info-value{font-size:var(--text-sm);line-height:var(--leading-sm)}.post-hero__image-section{height:600px}}@media (max-width:768px){.post-hero__content-wrap{margin-inline:auto;max-width:512px;padding:150px 0 60px}}@media (max-width:767px){.post-hero__content-wrap{padding:150px 20px 40px}.post-hero__content{max-width:100%}.post-hero__info{gap:40px 32px;grid-template-columns:1fr 1fr;margin-bottom:48px}.post-hero__info>:first-child{grid-column:1/-1}.post-hero__image-section{height:400px}}