:root{--hero-simple-bgc:#f3eeee;--hero-simple-min-height:300px}.hero-simple{background-color:var(--hero-simple-bgc);max-width:1920px;position:relative}.hero-simple,.hero-simple__content{margin-left:auto;margin-right:auto;width:100%}.hero-simple__content{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-end;max-width:1500px;min-height:var(--hero-simple-min-height)}.hero-simple__header{max-width:700px;padding:40px 20px;position:relative}.hero-simple__kicker{font-size:var(--text-font-size);font-weight:400;margin-bottom:.5rem;text-transform:uppercase}.hero-simple__title--line{margin-left:calc(var(--bar-width)*2);padding-left:0;position:relative}.hero-simple__title--line:before{background-color:var(--bar-color);content:"";display:block;height:calc(100% - var(--bar-height-correction));left:calc(var(--bar-width)*-1*2);margin-right:var(--bar-width);position:absolute;top:50%;top:49%;translate:0 -50%;width:var(--bar-width)}.hero-simple__title .starspan{font-weight:400}