.hero__wrapper{height:calc(100vh - 96px)}@media (min-width:1024px){.hero__wrapper{height:584px}}@media (min-width:1600px){.hero__wrapper{aspect-ratio:1600/584;height:auto}}.hero__background{background-position:50%;background-repeat:no-repeat;background-size:cover;height:387px;position:relative}@media (min-width:480px){.hero__background{height:447px}}@media (min-width:1024px){.hero__background{background-position:0;height:584px}}@media (min-width:1600px){.hero__background{aspect-ratio:1600/584;height:auto}}.hero__headline{bottom:24px;color:var(--text-color-light);display:flex;flex-direction:column;gap:4px;left:24px;margin-bottom:unset;max-width:calc(var(--fullwidth) - 3rem);position:absolute}@media (min-width:1024px){.hero__headline{bottom:312px}}@media (min-width:1280px){.hero__headline{left:calc((var(--fullwidth) - var(--page-max-width))/2)}}@media (min-width:1600px){.hero__headline{bottom:337px}}.hero__headline>span{background-color:var(--brand-primary);display:flex;height:auto;hyphens:auto;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;letter-spacing:.03em;line-height:1.2;width:fit-content}.hero__headline>span:first-child{font-size:20px;padding:4px 12px 8px}.hero__headline>span:last-child{font-size:32px;padding:4px 12px}@media (min-width:480px){.hero__headline>span:first-child{font-size:24px}.hero__headline>span:last-child{font-size:40px}}@media (min-width:1024px){.hero__headline>span:first-child{font-size:30px}.hero__headline>span:last-child{font-size:56px}}.hero-cta__wrapper{background-color:var(--extra-color-bright-grey);display:flex;flex-direction:column;left:0;padding:2.5rem 1.5rem;position:absolute;top:387px;width:var(--fullwidth)}.hero-cta__wrapper.has-cta{gap:1.5rem}.hero-cta__wrapper.no-cta{gap:unset}@media (min-width:480px){.hero-cta__wrapper{top:447px}}@media (min-width:768px){.hero-cta__wrapper{flex-direction:row}.hero-cta__wrapper.has-cta{gap:2rem}}@media (min-width:1024px){.hero-cta__wrapper{bottom:1.5rem;flex-direction:column;left:1.5rem;max-width:30rem;top:unset}.hero-cta__wrapper.has-cta{gap:1.5rem}}@media (min-width:1280px){.hero-cta__wrapper{left:calc((var(--fullwidth) - var(--page-max-width))/2)}}@media (min-width:1600px){.hero-cta__wrapper{bottom:3rem}}.hero-cta__intro-text-container{font-family:var(--base-font-family--bold)}.hero-cta__button{background-color:var(--brand-secondary-70);color:var(--text-color-dark);letter-spacing:.12rem;line-height:var(--common-line-height)}.hero-cta__button:hover{background-color:var(--brand-secondary-30)}.hero-cta__button:active{background-color:var(--brand-secondary-50)}.hero-cta__button.disabled,.hero-cta__button:disabled{background-color:var(--brand-primary-10);color:var(--brand-primary-50);pointer-events:none}@media (min-width:768px){.hero-cta__button{width:15rem}}@media (min-width:1024px){.hero-cta__button{width:var(--fullwidth)}}