.section-header{position:relative;display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2.4rem;gap:0}.section-header.left{text-align:left}.section-header.center,.section-header.center .section-header__main{justify-content:center;text-align:center}.section-header.center .section-header__aux{position:absolute;right:0}.section-header.right{justify-content:flex-end;text-align:right}.section-header.stacked .section-header__aux{position:absolute;right:0}.section-header__main{display:grid;grid-template-columns:1fr auto;grid-template-areas:"title cta" "intro intro";gap:0;align-items:center;width:100%}@media screen and (max-width: 600px){.section-header__main{display:flex;flex-wrap:wrap;gap:.8rem}}@media screen and (min-width: 750px){.section-header__main{max-width:50.8rem}}.section-header__aux{background-color:rgb(var(--color-background));display:flex;align-items:center}@media screen and (min-width: 750px){.section-header__aux{min-height:4rem}}.section-header__heading{position:relative;grid-area:title;margin:0}@media screen and (max-width: 749px){.section-header__heading--keyline-mobile span{position:relative;z-index:2;display:inline-block}.section-header__heading--keyline-mobile span:before{display:block;content:"";height:100%;background-color:rgb(var(--color-background));width:calc(100% + 3rem);max-width:var(--page-width);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1}.section-header__heading--keyline-mobile:before{display:block;content:"";height:.1rem;background:currentColor;width:calc(100vw - 3.2rem);max-width:var(--page-width);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}@media screen and (min-width: 750px){.section-header__heading--keyline-desktop span{position:relative;z-index:2;display:inline-block}.section-header__heading--keyline-desktop span:before{display:block;content:"";height:100%;background-color:rgb(var(--color-background));width:calc(100% + 4.8rem);max-width:var(--page-width);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1}.section-header__heading--keyline-desktop:before{display:block;content:"";height:.1rem;background:currentColor;width:calc(100vw - 4.8rem);max-width:calc(var(--page-width) - 4.8rem);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}.section-header__cta{grid-area:cta;align-self:center;margin-left:auto}.section-header__introduction{grid-area:intro;color:rgba(var(--color-foreground),.75);margin-top:1.6rem;width:100%}.section-header.stacked{justify-content:center;margin-bottom:4.8rem}.section-header.stacked .section-header__main{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.section-header.stacked .section-header__cta{margin:0;order:3}
