.header-banner{position:relative;display:flex;flex-direction:column;justify-content:stretch;width:100%;min-height:clamp(160px,30vh,420px);min-height:clamp(160px,30dvh,420px);box-sizing:border-box;overflow:hidden}.header-banner:before{content:"";position:fixed;top:0;left:0;right:0;height:var(--safe-area-top);background:var(--banner-color,var(--green-strong));pointer-events:none;z-index:0}.header-banner__content{position:relative;z-index:1;background-color:var(--banner-color,var(--green-strong));flex:1 1 auto;display:flex;align-items:flex-end;padding-top:calc(var(--safe-area-top) + clamp(16px, 6dvh, 72px));padding-bottom:clamp(16px,6dvh,72px)}.header-banner__inner{position:relative;z-index:2;display:flex;flex-direction:column;gap:12px;padding-left:16px;padding-right:16px;max-width:780px}.header-banner[data-align=center] .header-banner__inner{margin-left:auto;margin-right:auto;text-align:center}.header-banner[data-align=left] .header-banner__inner{text-align:left}.header-banner__heading{font-family:var(--font-jura);font-weight:400;line-height:1.05;margin:0;font-size:clamp(3rem,7.5vw,6rem);color:var(--white)}.header-banner__subheading{margin:0;font-family:var(--font-rubik);font-weight:300;line-height:1.2;font-size:clamp(1rem,2.8vw,1.6rem);color:var(--white);opacity:.95}.header-banner__separator{position:relative;width:100%;line-height:0;z-index:1}.header-banner__separator svg{display:block;width:100%;height:clamp(40px,6vh,120px)}@media (--mq-width-sm ){.header-banner__inner{gap:10px}.header-banner__separator svg{height:64px}}@media (--mq-height-xs ){.header-banner{min-height:clamp(140px,26vh,340px)}}br.br-sm{display:none}@media (--mq-width-sm ){br.br-sm{display:block}}.nowrap{white-space:nowrap}