:root{--post-color-primary:var(--surface-primary);--post-color-secondary:var(--surface-secondary)}:root{--post-primary-lightness-num:94;--post-secondary-lightness-num:88;--post-greytone-mix:50%;--post-action-saturation-num:60;--post-action-lightness-num:90}:root:has(#theme [value=light]:checked){color-scheme:light;--post-primary-lightness-num:94;--post-secondary-lightness-num:88;--post-greytone-mix:50%;--post-action-saturation-num:60;--post-action-lightness-num:90}@media(prefers-color-scheme:dark){:root{--post-primary-lightness-num:9;--post-secondary-lightness-num:21;--post-greytone-mix:70%;--post-action-saturation-num:70;--post-action-lightness-num:70}}:root:has(#theme [value=dark]:checked){color-scheme:dark;--post-primary-lightness-num:9;--post-secondary-lightness-num:21;--post-greytone-mix:70%;--post-action-saturation-num:70;--post-action-lightness-num:70}@supports(color:color(display-p3 1 1 1)) and (color:hsl(from red h s l)){:root{--post-color-primary:color-mix(in display-p3, 
        hsl(from var(--post-color) h s var(--post-primary-lightness-num)),
        var(--surface-primary) var(--post-greytone-mix));--post-color-secondary:color-mix(in display-p3, 
            hsl(from var(--post-color) h s var(--post-secondary-lightness-num)),
            var(--surface-primary) var(--post-greytone-mix));--post-color-action:color-mix(in display-p3, 
            hsl(from var(--post-color) h var(--post-action-saturation-num) var(--post-action-lightness-num)),
            var(--surface-primary) var(--post-greytone-mix))}}@supports not (gap:1rem){.hero-txt-wrapper{margin-top:1rem}}@supports(display:grid){.hero-bg{padding-top:var(--top);padding-bottom:var(--bottom);margin-top:0;overflow:visible;z-index:1000;row-gap:var(--bottom);background:linear-gradient( 180deg,var(--post-color-secondary) 0%,var(--post-color-primary) 100%)}.hero-picture{margin-top:auto;margin-bottom:auto;align-self:center;z-index:1900!important}.hero-picture .img-singlepage{border-radius:var(--cornerradius-s);overflow:hidden}.hero-txt-wrapper{display:flex;flex-direction:column;flex-grow:1;justify-content:center;align-self:stretch}.list-content{z-index:1;max-width:78ch}@media screen and (min-width:40rem){.hero-bg{margin-bottom:0}.hero-txt-wrapper{grid-column:span 2}.hero-bg:not(:has(.hero-picture))>.hero-txt-wrapper{grid-column:span 3}}}.hero-h1{padding:0 0 .05em .03em;margin-top:.12em;margin-bottom:.25em;z-index:1}@media screen and (min-width:40rem){@supports(container-type:inline-size){.hero-h1{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;padding:0 0 .065em .03em}}}.hero-txt-sub-wrapper{display:flex;position:relative;flex-direction:row;align-items:flex-start!important;margin-right:auto}.hero-txt-sub-wrapper>*{z-index:1}.hero-txt-sub-first p{display:inline}.hero-txt-sub-last,.hero-txt-sub-first{z-index:1;padding-left:var(--space-xs);padding-top:var(--icon-padding-extra);padding-bottom:0}.hero-last-wrapper{display:flex;flex-direction:row}.singlepage-utility-wrapper{position:relative;height:0}.hero-txt-sub-wrapper.bg-blur-circle::after{content:"";position:absolute;width:100vw;height:100vw;top:0;left:0;transform:translate(-50%,-50%)scale(1.7,.8);z-index:0;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--post-color-action) 100%,transparent) 0%,transparent 50%);background:radial-gradient(circle in srgb-linear,color-mix(in srgb,var(--post-color-action) 100%,transparent) 0%,transparent 50%)}@media screen and (min-width:40rem){.hero-txt-sub-wrapper.bg-blur-circle::after{transform:translate(-50%,-50%)scale(1.1,.5)}}