.LeadForm-module__kAxRLW__form{gap:var(--space-5);flex-direction:column;display:flex;position:relative}.LeadForm-module__kAxRLW__invoiceNotice{gap:var(--space-3);padding:var(--space-4);border:1px solid var(--color-border);border-left:3px solid var(--color-accent-500);border-radius:var(--radius-md);background:var(--color-surface-soft);color:var(--color-ink);grid-template-columns:auto minmax(0,1fr);align-items:center;display:grid}.LeadForm-module__kAxRLW__invoiceNotice p{max-width:none;font-size:var(--text-sm);font-weight:600;line-height:1.45}.LeadForm-module__kAxRLW__invoiceIcon{aspect-ratio:1;border-radius:var(--radius-sm);background:color-mix(in srgb, var(--color-accent-500) 13%, var(--color-surface-white));width:2.25rem;color:var(--color-accent-ink);place-items:center;display:grid}.LeadForm-module__kAxRLW__invoiceIcon svg{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:1.15rem;height:1.15rem}.LeadForm-module__kAxRLW__requiredHint{color:var(--color-text-muted);font-size:var(--text-sm);align-self:flex-end}.LeadForm-module__kAxRLW__requiredHint span,.LeadForm-module__kAxRLW__requiredMark{color:var(--color-accent-ink);font-weight:700}.LeadForm-module__kAxRLW__requiredMark{margin-left:.1em}.LeadForm-module__kAxRLW__row{gap:var(--space-5);grid-template-columns:minmax(0,1fr);display:grid}.LeadForm-module__kAxRLW__field{gap:var(--space-2);flex-direction:column;min-width:0;display:flex}.LeadForm-module__kAxRLW__label{font-size:var(--text-sm);font-weight:500}.LeadForm-module__kAxRLW__optional{color:var(--color-text-muted);font-weight:400}.LeadForm-module__kAxRLW__input{font:inherit;color:var(--color-ink);background:var(--color-surface-white);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-3) var(--space-4);width:100%;min-height:44px}.LeadForm-module__kAxRLW__input:focus-visible{outline:2px solid var(--color-focus-ring);outline-offset:2px}textarea.LeadForm-module__kAxRLW__input{resize:vertical;min-height:6rem}.LeadForm-module__kAxRLW__consentField{gap:var(--space-2);flex-direction:column;display:flex}.LeadForm-module__kAxRLW__consent{gap:var(--space-3);align-items:flex-start;display:flex}.LeadForm-module__kAxRLW__checkbox{width:1.125rem;height:1.125rem;accent-color:var(--color-accent-600);flex-shrink:0;margin-top:.2em}.LeadForm-module__kAxRLW__consentLabel{font-size:var(--text-sm);color:var(--color-text-muted);max-width:60ch}.LeadForm-module__kAxRLW__consentLabel a{color:inherit;text-underline-offset:2px;text-decoration:underline}.LeadForm-module__kAxRLW__consentLabel a:hover{color:var(--color-accent-ink)}.LeadForm-module__kAxRLW__submit{background:var(--color-accent-600);color:#fff;border-radius:var(--radius-md);padding:var(--space-3) var(--space-8);min-height:44px;font-weight:500;font-size:var(--text-base);cursor:pointer;transition:background-color var(--motion-fast) var(--ease-out);border:none;align-self:flex-start}.LeadForm-module__kAxRLW__submit:hover:not(:disabled){background:var(--color-accent-700)}.LeadForm-module__kAxRLW__submit:disabled{opacity:.55;cursor:not-allowed}.LeadForm-module__kAxRLW__input[aria-invalid=true]{border-color:var(--color-error);background:color-mix(in srgb, var(--color-error) 4%, var(--color-surface-white))}.LeadForm-module__kAxRLW__checkbox[aria-invalid=true]{box-shadow:0 0 0 2px color-mix(in srgb, var(--color-error) 62%, transparent)}.LeadForm-module__kAxRLW__fieldError{align-items:flex-start;gap:var(--space-2);color:var(--color-error);font-size:var(--text-sm);font-weight:500;line-height:1.4;display:flex}.LeadForm-module__kAxRLW__fieldError:before{content:"";aspect-ratio:1;background:currentColor;border-radius:50%;flex:none;width:.35rem;margin-top:.48em}.LeadForm-module__kAxRLW__honeypot{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.LeadForm-module__kAxRLW__hint{font-size:var(--text-sm);color:var(--color-text-muted);max-width:60ch}.LeadForm-module__kAxRLW__error{color:var(--color-error);font-weight:500}.LeadForm-module__kAxRLW__success{padding:var(--space-6);border-left:3px solid var(--color-accent-500);background:var(--color-surface);border-radius:var(--radius-md)}.LeadForm-module__kAxRLW__successTitle{font-size:var(--text-lg)}.LeadForm-module__kAxRLW__successText{margin-top:var(--space-2);color:var(--color-text-muted)}@media (min-width:40rem){.LeadForm-module__kAxRLW__row{grid-template-columns:repeat(2,minmax(0,1fr))}}
.Button-module__8RiFmG__button{align-items:center;gap:var(--space-2);font-weight:500;font-size:var(--text-base);border-radius:var(--radius-md);cursor:pointer;min-height:44px;transition:background-color var(--motion-fast) var(--ease-out), border-color var(--motion-fast) var(--ease-out), color var(--motion-fast) var(--ease-out), translate var(--motion-fast) var(--ease-out);border:none;line-height:1.2;text-decoration:none;display:inline-flex}.Button-module__8RiFmG__primary{background:var(--color-accent-600);color:#fff;padding:var(--space-3) var(--space-6);box-shadow:inset 0 1px #ffffff38}.Button-module__8RiFmG__primary:hover{background:var(--color-accent-700);translate:0 -1px}.Button-module__8RiFmG__secondary{color:currentColor;border:1px solid color-mix(in srgb, currentColor 45%, transparent);padding:calc(var(--space-3) - 1px) calc(var(--space-6) - 1px);background:0 0}.Button-module__8RiFmG__secondary:hover{border-color:currentColor;translate:0 -1px}.Button-module__8RiFmG__text{color:currentColor;padding:var(--space-2) 0;border-radius:var(--radius-sm);background:0 0}.Button-module__8RiFmG__text:hover{color:var(--color-accent-ink)}.Button-module__8RiFmG__arrow{transition:translate var(--motion-fast) var(--ease-out);flex-shrink:0}.Button-module__8RiFmG__button:hover .Button-module__8RiFmG__arrow{translate:3px}
.Kundenweg-module__Hyd6hW__section{background:var(--color-page-dark);position:relative;overflow:clip}.Kundenweg-module__Hyd6hW__section:before{content:"";aspect-ratio:1;border:1px solid color-mix(in srgb, var(--color-accent-300) 14%, transparent);width:clamp(19rem,34vw,34rem);box-shadow:0 0 0 4rem color-mix(in srgb, var(--color-base-800) 22%, transparent);pointer-events:none;border-radius:50%;position:absolute;bottom:clamp(-23rem,-17vw,-12rem);left:clamp(-21rem,-15vw,-10rem)}.Kundenweg-module__Hyd6hW__shell{z-index:1;border:1px solid color-mix(in srgb, var(--color-base-700) 30%, var(--color-border));border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-lg);display:grid;position:relative;overflow:hidden}.Kundenweg-module__Hyd6hW__intro{padding:clamp(var(--space-6), 6vw, var(--space-16));background:var(--color-surface-soft)}.Kundenweg-module__Hyd6hW__eyebrow{color:var(--color-accent-700);font-size:var(--text-sm);letter-spacing:.12em;text-transform:uppercase;font-weight:700}.Kundenweg-module__Hyd6hW__title{max-width:15ch;margin-top:var(--space-4);font-size:var(--text-3xl);letter-spacing:-.035em}.Kundenweg-module__Hyd6hW__lead{max-width:42ch;margin-top:var(--space-4);color:var(--color-text-muted);font-size:var(--text-lg)}.Kundenweg-module__Hyd6hW__audiences{gap:var(--space-2);margin-block:var(--space-6);flex-wrap:wrap;list-style:none;display:flex}.Kundenweg-module__Hyd6hW__audiences li{padding:var(--space-2) var(--space-3);border:1px solid color-mix(in srgb, var(--color-accent-700) 26%, var(--color-border));background:var(--color-surface-white);color:var(--color-base-800);font-size:var(--text-sm);border-radius:999px;font-weight:700}.Kundenweg-module__Hyd6hW__steps{padding:clamp(var(--space-5), 5vw, var(--space-12));background:var(--color-base-900);color:var(--color-ink-on-dark);flex-direction:column;justify-content:center;list-style:none;display:flex}.Kundenweg-module__Hyd6hW__step{gap:var(--space-4);padding-block:var(--space-6);border-top:1px solid var(--color-base-700);grid-template-columns:2.25rem minmax(0,1fr);display:grid}.Kundenweg-module__Hyd6hW__step:first-child{border-top:0}.Kundenweg-module__Hyd6hW__index{color:var(--color-accent-300);font-size:var(--text-sm);font-variant-numeric:tabular-nums;font-weight:700}.Kundenweg-module__Hyd6hW__stepTitle{font-size:var(--text-lg)}.Kundenweg-module__Hyd6hW__stepText{margin-top:var(--space-1);color:var(--color-ink-muted-on-dark);font-size:var(--text-sm)}@media (min-width:64rem){.Kundenweg-module__Hyd6hW__shell{grid-template-columns:minmax(0,7fr) minmax(22rem,5fr)}}
.Plattform-module__lGDy4W__section{background:var(--color-page-dark);position:relative;overflow:clip}.Plattform-module__lGDy4W__section:before{content:"";aspect-ratio:1;border:1px solid color-mix(in srgb, var(--color-accent-300) 16%, transparent);pointer-events:none;border-radius:50%;width:clamp(20rem,38vw,38rem);position:absolute;top:clamp(-20rem,-15vw,-9rem);right:clamp(-20rem,-13vw,-8rem)}.Plattform-module__lGDy4W__detailSection{background:var(--color-page-dark);position:relative;overflow:clip}.Plattform-module__lGDy4W__detailSection:before{content:"";background:color-mix(in srgb, var(--color-accent-300) 14%, transparent);height:1px;position:absolute;inset:0 0 auto}.Plattform-module__lGDy4W__heading{max-width:48rem}.Plattform-module__lGDy4W__homeShell{padding:clamp(var(--space-6), 5vw, var(--space-12));border:1px solid color-mix(in srgb, var(--color-border) 72%, var(--color-base-700));border-radius:var(--radius-lg);background:var(--color-base-900);color:var(--color-ink-on-dark);box-shadow:var(--shadow-lg);--color-text:var(--color-ink-on-dark);--color-text-muted:var(--color-ink-muted-on-dark);--color-accent-ink:var(--color-accent-300);--color-focus-ring:var(--color-accent-300);display:grid;position:relative}.Plattform-module__lGDy4W__homeShell:before{content:"";inset:clamp(var(--space-6), 5vw, var(--space-12)) auto auto 0;background:var(--color-accent-500);width:3px;height:clamp(4rem,9vw,7rem);position:absolute}.Plattform-module__lGDy4W__detailShell{border:1px solid color-mix(in srgb, var(--color-border) 72%, var(--color-base-700));border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-md);display:grid;overflow:hidden}.Plattform-module__lGDy4W__detailShell .Plattform-module__lGDy4W__heading{max-width:none;padding:clamp(var(--space-6), 5vw, var(--space-12));background:var(--color-base-900);color:var(--color-ink-on-dark);--color-text:var(--color-ink-on-dark);--color-text-muted:var(--color-ink-muted-on-dark);--color-accent-ink:var(--color-accent-300);margin-bottom:0}.Plattform-module__lGDy4W__features{gap:var(--space-4);grid-template-columns:1fr;list-style:none;display:grid}.Plattform-module__lGDy4W__features>li{min-width:0}.Plattform-module__lGDy4W__featureCard{height:100%;padding:var(--space-6);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.Plattform-module__lGDy4W__icon{width:2.75rem;height:2.75rem;margin-bottom:var(--space-5);border-radius:var(--radius-md);background:var(--color-accent-100);color:var(--color-accent-700);place-items:center;display:grid}.Plattform-module__lGDy4W__icon svg{width:1.5rem;height:1.5rem}.Plattform-module__lGDy4W__featureTitle{font-size:var(--text-lg);-webkit-hyphens:auto;hyphens:auto;overflow-wrap:anywhere;font-weight:700}.Plattform-module__lGDy4W__featureText{margin-top:var(--space-2);color:var(--color-text-muted);font-size:var(--text-sm);max-width:38ch}.Plattform-module__lGDy4W__homeShell .Plattform-module__lGDy4W__heading{padding-left:var(--space-4);margin-bottom:var(--space-6)}.Plattform-module__lGDy4W__platformCta{padding-left:var(--space-4);margin-bottom:var(--space-8)}.Plattform-module__lGDy4W__homeShell .Plattform-module__lGDy4W__features{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface-soft);color:var(--color-ink);--color-text-muted:var(--color-ink-muted);gap:0;overflow:hidden}.Plattform-module__lGDy4W__homeShell .Plattform-module__lGDy4W__features>li+li{border-top:1px solid var(--color-border)}.Plattform-module__lGDy4W__homeShell .Plattform-module__lGDy4W__featureCard{padding:var(--space-6);background:0 0;border:0;border-radius:0}.Plattform-module__lGDy4W__homeShell .Plattform-module__lGDy4W__icon{border:1px solid color-mix(in srgb, var(--color-accent-300) 64%, var(--color-border));background:var(--color-surface);color:var(--color-base-700)}.Plattform-module__lGDy4W__detailShell .Plattform-module__lGDy4W__features{background:var(--color-surface-soft);gap:0}.Plattform-module__lGDy4W__detailShell .Plattform-module__lGDy4W__features>li+li{border-top:1px solid var(--color-border)}.Plattform-module__lGDy4W__detailShell .Plattform-module__lGDy4W__featureCard{padding:clamp(var(--space-6), 4vw, var(--space-8));background:0 0;border:0;border-radius:0}.Plattform-module__lGDy4W__detailShell .Plattform-module__lGDy4W__icon{border:1px solid color-mix(in srgb, var(--color-accent-300) 68%, var(--color-border));background:var(--color-surface);color:var(--color-base-700)}@media (min-width:48rem){.Plattform-module__lGDy4W__features{grid-template-columns:repeat(2,minmax(0,1fr))}.Plattform-module__lGDy4W__homeShell .Plattform-module__lGDy4W__features>li+li{border-top:0}.Plattform-module__lGDy4W__homeShell .Plattform-module__lGDy4W__features>li:nth-child(2n){border-left:1px solid var(--color-border)}.Plattform-module__lGDy4W__homeShell .Plattform-module__lGDy4W__features>li:nth-child(n+3){border-top:1px solid var(--color-border)}.Plattform-module__lGDy4W__detailShell .Plattform-module__lGDy4W__features>li+li{border-top:0}.Plattform-module__lGDy4W__detailShell .Plattform-module__lGDy4W__features>li:nth-child(2n){border-left:1px solid var(--color-border)}.Plattform-module__lGDy4W__detailShell .Plattform-module__lGDy4W__features>li:nth-child(n+3){border-top:1px solid var(--color-border)}}@media (min-width:64rem){.Plattform-module__lGDy4W__features{grid-template-columns:repeat(2,minmax(0,1fr))}.Plattform-module__lGDy4W__homeShell .Plattform-module__lGDy4W__features>li:nth-child(n+3){border-top:1px solid var(--color-border)}.Plattform-module__lGDy4W__homeShell .Plattform-module__lGDy4W__features>li:nth-child(2n){border-left:1px solid var(--color-border)}.Plattform-module__lGDy4W__homeShell .Plattform-module__lGDy4W__features>li:nth-child(odd){border-left:0}.Plattform-module__lGDy4W__detailShell{grid-template-columns:minmax(0,4fr) minmax(0,8fr)}.Plattform-module__lGDy4W__detailShell .Plattform-module__lGDy4W__features{grid-template-columns:repeat(2,minmax(0,1fr))}.Plattform-module__lGDy4W__homeShell{column-gap:clamp(var(--space-8), 5vw, var(--space-16));grid-template-columns:minmax(0,4fr) minmax(0,8fr)}.Plattform-module__lGDy4W__homeShell .Plattform-module__lGDy4W__heading{grid-area:1/1;align-self:end}.Plattform-module__lGDy4W__platformCta{grid-area:2/1;margin-bottom:0}.Plattform-module__lGDy4W__homeShell .Plattform-module__lGDy4W__features{grid-area:1/2/span 2}}
.Taetigkeit-module__FwmsIa__homePathSection{background:var(--color-page-dark);position:relative;overflow:clip}.Taetigkeit-module__FwmsIa__homePathSection:before{content:"";background:color-mix(in srgb, var(--color-accent-300) 14%, transparent);pointer-events:none;height:1px;position:absolute;inset:0 0 auto}.Taetigkeit-module__FwmsIa__homePath{border:1px solid color-mix(in srgb, var(--color-base-700) 30%, var(--color-border));border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-lg);display:grid;overflow:hidden}.Taetigkeit-module__FwmsIa__homeIntro{padding:clamp(var(--space-6), 5vw, var(--space-12));background:var(--color-base-900);color:var(--color-ink-on-dark);--color-focus-ring:var(--color-accent-300)}.Taetigkeit-module__FwmsIa__homeEyebrow{color:var(--color-accent-300);font-size:var(--text-sm);letter-spacing:.12em;text-transform:uppercase;font-weight:700}.Taetigkeit-module__FwmsIa__homeTitle{max-width:13ch;margin-top:var(--space-4);font-size:var(--text-3xl);letter-spacing:-.035em}.Taetigkeit-module__FwmsIa__homeLead{max-width:38ch;margin-block:var(--space-4) var(--space-6);color:var(--color-ink-muted-on-dark);font-size:var(--text-lg)}.Taetigkeit-module__FwmsIa__homeTasks{padding:clamp(var(--space-4), 4vw, var(--space-8));list-style:none;display:grid}.Taetigkeit-module__FwmsIa__homeTask{gap:var(--space-3);padding:var(--space-5) var(--space-2);border-top:1px solid var(--color-border);grid-template-columns:2.25rem minmax(0,1fr);display:grid}.Taetigkeit-module__FwmsIa__homeTask:first-child{border-top:0}.Taetigkeit-module__FwmsIa__homeTaskIndex{color:var(--color-accent-700);font-size:var(--text-sm);font-variant-numeric:tabular-nums;font-weight:700}.Taetigkeit-module__FwmsIa__homeTaskTitle{font-size:var(--text-lg)}.Taetigkeit-module__FwmsIa__homeTaskText{max-width:34ch;margin-top:var(--space-1);color:var(--color-text-muted);font-size:var(--text-sm)}.Taetigkeit-module__FwmsIa__homeFit{padding:clamp(var(--space-5), 4vw, var(--space-8));border-top:1px solid var(--color-border);background:var(--color-surface-soft)}.Taetigkeit-module__FwmsIa__homeFitLabel{color:var(--color-base-800);font-size:var(--text-sm);letter-spacing:.1em;text-transform:uppercase;font-weight:700}.Taetigkeit-module__FwmsIa__homeRequirements{gap:var(--space-2);margin-top:var(--space-4);flex-wrap:wrap;list-style:none;display:flex}.Taetigkeit-module__FwmsIa__homeRequirements li{padding:var(--space-2) var(--space-3);border:1px solid color-mix(in srgb, var(--color-accent-700) 20%, var(--color-border));background:var(--color-surface);font-size:var(--text-sm);border-radius:999px;font-weight:600}.Taetigkeit-module__FwmsIa__homeFitNote{max-width:62ch;margin-top:var(--space-5);color:var(--color-text-muted);font-size:var(--text-sm)}.Taetigkeit-module__FwmsIa__detailSection{background:var(--color-page-dark);position:relative;overflow:clip}.Taetigkeit-module__FwmsIa__detailSection:before{content:"";aspect-ratio:1;border:1px solid color-mix(in srgb, var(--color-accent-300) 14%, transparent);pointer-events:none;border-radius:50%;width:clamp(20rem,38vw,38rem);position:absolute;top:clamp(16rem,25vw,24rem);left:clamp(-22rem,-16vw,-10rem)}.Taetigkeit-module__FwmsIa__detailContainer{z-index:1;position:relative}.Taetigkeit-module__FwmsIa__detailContainer .Taetigkeit-module__FwmsIa__intro{border:1px solid color-mix(in srgb, var(--color-border) 76%, var(--color-base-700));border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-md);gap:0;overflow:hidden}.Taetigkeit-module__FwmsIa__detailContainer .Taetigkeit-module__FwmsIa__introHeading{padding:clamp(var(--space-6), 5vw, var(--space-12));background:var(--color-surface-soft);justify-content:center;align-self:stretch}.Taetigkeit-module__FwmsIa__detailContainer .Taetigkeit-module__FwmsIa__media{box-shadow:none;border:0;border-radius:0;align-self:stretch}.Taetigkeit-module__FwmsIa__detailContainer .Taetigkeit-module__FwmsIa__image{object-fit:cover;object-position:50% 45%;height:100%}.Taetigkeit-module__FwmsIa__intro{margin-bottom:var(--space-12)}.Taetigkeit-module__FwmsIa__introHeading{margin-bottom:0}.Taetigkeit-module__FwmsIa__media{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm);overflow:hidden}.Taetigkeit-module__FwmsIa__image{width:100%;height:auto}.Taetigkeit-module__FwmsIa__activities{gap:var(--space-8) var(--space-12);counter-reset:none;grid-template-columns:1fr;list-style:none;display:grid}.Taetigkeit-module__FwmsIa__activityIndex{font-size:var(--text-sm);color:var(--color-accent-ink);letter-spacing:.08em;margin-bottom:var(--space-2);font-weight:700;display:block}.Taetigkeit-module__FwmsIa__activity{padding-top:var(--space-4);border-top:1px solid var(--color-border);position:relative}.Taetigkeit-module__FwmsIa__activityTitle{font-size:var(--text-lg)}.Taetigkeit-module__FwmsIa__activityText{margin-top:var(--space-2);color:var(--color-text-muted);max-width:46ch}.Taetigkeit-module__FwmsIa__split{margin-top:var(--space-16)}.Taetigkeit-module__FwmsIa__panel{height:100%;padding:var(--space-8);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.Taetigkeit-module__FwmsIa__panelTitle{font-size:var(--text-lg);margin-bottom:var(--space-4)}.Taetigkeit-module__FwmsIa__panelList{gap:var(--space-3);color:var(--color-text-muted);flex-direction:column;list-style:none;display:flex}.Taetigkeit-module__FwmsIa__panelList li{padding-left:var(--space-6);position:relative}.Taetigkeit-module__FwmsIa__panelList li:before{content:"";background:var(--color-accent-500);width:.75rem;height:2px;position:absolute;top:.55em;left:0}.Taetigkeit-module__FwmsIa__requirements{margin-top:var(--space-16)}.Taetigkeit-module__FwmsIa__requirementsTitle{font-size:var(--text-lg)}.Taetigkeit-module__FwmsIa__requirementsList{margin-top:var(--space-4);gap:var(--space-2) var(--space-3);flex-wrap:wrap;list-style:none;display:flex}.Taetigkeit-module__FwmsIa__requirement{padding:var(--space-2) var(--space-4);border:1px solid var(--color-border);background:var(--color-surface);font-size:var(--text-sm);border-radius:999px;font-weight:500}.Taetigkeit-module__FwmsIa__requirementsNote{margin-top:var(--space-6)}.Taetigkeit-module__FwmsIa__detailContainer .Taetigkeit-module__FwmsIa__activities{border:1px solid color-mix(in srgb, var(--color-border) 82%, var(--color-base-700));border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-md);gap:0;overflow:hidden}.Taetigkeit-module__FwmsIa__detailContainer .Taetigkeit-module__FwmsIa__activity{padding:var(--space-6);border-top:1px solid var(--color-border)}.Taetigkeit-module__FwmsIa__detailContainer .Taetigkeit-module__FwmsIa__activities>:first-child{border-top:none}.Taetigkeit-module__FwmsIa__detailContainer .Taetigkeit-module__FwmsIa__activityIndex{align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);font-size:var(--text-lg);display:flex}.Taetigkeit-module__FwmsIa__detailContainer .Taetigkeit-module__FwmsIa__activityIndex:after{content:"";background:color-mix(in srgb, var(--color-accent-500) 55%, var(--color-border));flex:1;height:1px}.Taetigkeit-module__FwmsIa__detailContainer .Taetigkeit-module__FwmsIa__split{border:1px solid color-mix(in srgb, var(--color-border) 82%, var(--color-base-700));border-radius:var(--radius-lg);box-shadow:var(--shadow-md);gap:0;overflow:hidden}.Taetigkeit-module__FwmsIa__detailContainer .Taetigkeit-module__FwmsIa__panel{background:var(--color-surface-soft);border:0;border-radius:0}.Taetigkeit-module__FwmsIa__detailContainer .Taetigkeit-module__FwmsIa__panel:last-child{border-top:1px solid var(--color-base-700);background:var(--color-base-900);color:var(--color-ink-on-dark);--color-text-muted:var(--color-ink-muted-on-dark)}.Taetigkeit-module__FwmsIa__detailContainer .Taetigkeit-module__FwmsIa__requirements{padding:clamp(var(--space-6), 4vw, var(--space-8));border:1px solid color-mix(in srgb, var(--color-accent-300) 62%, var(--color-border));border-radius:var(--radius-lg);background:var(--color-surface-soft)}.Taetigkeit-module__FwmsIa__detailContainer .Taetigkeit-module__FwmsIa__requirement{background:var(--color-surface-white)}@media (min-width:40rem){.Taetigkeit-module__FwmsIa__activities{grid-template-columns:1fr 1fr}.Taetigkeit-module__FwmsIa__detailContainer .Taetigkeit-module__FwmsIa__activities>:nth-child(2){border-top:none}.Taetigkeit-module__FwmsIa__detailContainer .Taetigkeit-module__FwmsIa__activities>:nth-child(2n){border-left:1px solid var(--color-border)}}@media (min-width:64rem){.Taetigkeit-module__FwmsIa__activities{gap:var(--space-8);grid-template-columns:repeat(4,1fr)}.Taetigkeit-module__FwmsIa__detailContainer .Taetigkeit-module__FwmsIa__activities{gap:0}.Taetigkeit-module__FwmsIa__detailContainer .Taetigkeit-module__FwmsIa__activity{border-top:none}.Taetigkeit-module__FwmsIa__detailContainer .Taetigkeit-module__FwmsIa__activities>:not(:first-child){border-left:1px solid var(--color-border)}.Taetigkeit-module__FwmsIa__detailContainer .Taetigkeit-module__FwmsIa__panel:last-child{border-top:0;border-left:1px solid var(--color-base-700)}.Taetigkeit-module__FwmsIa__homePath{grid-template-columns:minmax(0,4.6fr) minmax(0,7.4fr)}.Taetigkeit-module__FwmsIa__homeIntro{grid-row:span 2}.Taetigkeit-module__FwmsIa__homeTasks{grid-template-columns:repeat(2,minmax(0,1fr))}.Taetigkeit-module__FwmsIa__homeTask:nth-child(2){border-top:0}.Taetigkeit-module__FwmsIa__homeTask:nth-child(2n){border-left:1px solid var(--color-border);padding-left:var(--space-6)}}
.ProviderMarquee-module__z6Hf6a__section{background:var(--color-page-dark)}.ProviderMarquee-module__z6Hf6a__island{border:1px solid color-mix(in srgb, var(--color-base-700) 28%, var(--color-border-subtle));border-radius:var(--radius-lg);background:var(--color-surface-white);box-shadow:var(--shadow-lg);color:var(--color-ink);--color-text:var(--color-ink);--color-text-muted:var(--color-ink-muted);--color-border:var(--color-border-subtle);--color-surface:var(--color-surface-white);--color-focus-ring:var(--color-base-700);--color-accent-ink:var(--color-accent-700);position:relative;overflow:hidden}.ProviderMarquee-module__z6Hf6a__intro{padding:clamp(var(--space-6), 5vw, var(--space-12))}.ProviderMarquee-module__z6Hf6a__intro>div{margin-bottom:0}.ProviderMarquee-module__z6Hf6a__viewport{padding-block:clamp(var(--space-6), 4vw, var(--space-8));border-block:1px solid var(--color-border-subtle);background:var(--color-surface-soft);overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 clamp(2rem,8vw,8rem) calc(100% - clamp(2rem,8vw,8rem)),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 clamp(2rem,8vw,8rem) calc(100% - clamp(2rem,8vw,8rem)),#0000 100%)}.ProviderMarquee-module__z6Hf6a__track{width:max-content;animation:36s linear infinite ProviderMarquee-module__z6Hf6a__marquee-scroll;display:flex}.ProviderMarquee-module__z6Hf6a__viewport:hover .ProviderMarquee-module__z6Hf6a__track,.ProviderMarquee-module__z6Hf6a__viewport:focus-within .ProviderMarquee-module__z6Hf6a__track{animation-play-state:paused}.ProviderMarquee-module__z6Hf6a__set{align-items:center;gap:clamp(var(--space-8), 6vw, var(--space-16));padding-right:clamp(var(--space-8), 6vw, var(--space-16));list-style:none;display:flex}.ProviderMarquee-module__z6Hf6a__logoItem{flex-shrink:0;align-items:center;display:flex}.ProviderMarquee-module__z6Hf6a__logo{height:calc(var(--logo-h) * var(--marquee-scale,1));filter:grayscale()brightness(.32);opacity:.82;width:auto;transition:opacity var(--motion-fast) var(--ease-out)}.ProviderMarquee-module__z6Hf6a__logoItem:hover .ProviderMarquee-module__z6Hf6a__logo{opacity:.96}.ProviderMarquee-module__z6Hf6a__note{padding:clamp(var(--space-5), 3vw, var(--space-8)) clamp(var(--space-6), 5vw, var(--space-12));text-align:center;font-size:var(--text-sm);color:var(--color-text-muted);max-width:62ch;margin-inline:auto}@media (max-width:40rem){.ProviderMarquee-module__z6Hf6a__viewport{--marquee-scale:.8}}@keyframes ProviderMarquee-module__z6Hf6a__marquee-scroll{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.ProviderMarquee-module__z6Hf6a__track{justify-content:center;width:auto;animation:none}.ProviderMarquee-module__z6Hf6a__set{justify-content:center;row-gap:var(--space-6);width:100%;padding-right:0;padding-inline:var(--space-6);flex-wrap:wrap}.ProviderMarquee-module__z6Hf6a__set[aria-hidden=true]{display:none}.ProviderMarquee-module__z6Hf6a__viewport{-webkit-mask-image:none;mask-image:none}}
.HighlightNote-module__n8s-nq__note{gap:var(--space-2);padding:var(--space-4) var(--space-5);border:1px solid var(--color-border);border-left:3px solid var(--color-accent-500);border-radius:var(--radius-md);background:var(--color-surface-soft);box-shadow:var(--shadow-sm);display:grid}.HighlightNote-module__n8s-nq__label{color:var(--color-accent-ink);font-size:var(--text-sm);letter-spacing:.08em;text-transform:uppercase;font-weight:700}.HighlightNote-module__n8s-nq__text{color:var(--color-text-muted);max-width:68ch}@media (min-width:48rem){.HighlightNote-module__n8s-nq__note{align-items:start;gap:var(--space-6);padding:var(--space-5) var(--space-6);grid-template-columns:minmax(11rem,.22fr) minmax(0,1fr)}}
.ImagePlaceholder-module__cnVmMG__placeholder{border:1px dashed color-mix(in srgb, currentColor 35%, transparent);border-radius:var(--radius-lg);background:repeating-linear-gradient(-45deg, transparent 0, transparent 14px, color-mix(in srgb, currentColor 4%, transparent) 14px, color-mix(in srgb, currentColor 4%, transparent) 15px), var(--color-surface);place-items:center;width:100%;display:grid;overflow:hidden}.ImagePlaceholder-module__cnVmMG__ratio-4-3{aspect-ratio:4/3}.ImagePlaceholder-module__cnVmMG__ratio-3-4{aspect-ratio:3/4;max-width:24rem}.ImagePlaceholder-module__cnVmMG__ratio-16-10{aspect-ratio:16/10}.ImagePlaceholder-module__cnVmMG__ratio-21-9{aspect-ratio:21/9}.ImagePlaceholder-module__cnVmMG__ratio-1-1{aspect-ratio:1;max-width:24rem}.ImagePlaceholder-module__cnVmMG__caption{align-items:center;gap:var(--space-1);text-align:center;padding:var(--space-4);flex-direction:column;display:flex}.ImagePlaceholder-module__cnVmMG__kicker{font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent-ink);font-weight:700}.ImagePlaceholder-module__cnVmMG__label{font-size:var(--text-sm);color:var(--color-text-muted);max-width:36ch}.ImagePlaceholder-module__cnVmMG__ratioTag{font-size:var(--text-sm);color:color-mix(in srgb, currentColor 45%, transparent)}
.PathLine-module__pWD5bq__svg{width:100%;height:auto;display:block}.PathLine-module__pWD5bq__flow{max-height:200px}.PathLine-module__pWD5bq__connector{width:48px;height:auto}.PathLine-module__pWD5bq__path{fill:none;stroke:color-mix(in srgb, currentColor 35%, transparent);stroke-width:1.5px;stroke-linecap:round}.PathLine-module__pWD5bq__pathFaint{fill:none;stroke:color-mix(in srgb, currentColor 14%, transparent);stroke-width:1px;stroke-linecap:round}.PathLine-module__pWD5bq__node{fill:var(--color-accent-500)}@media (prefers-reduced-motion:no-preference){.PathLine-module__pWD5bq__draw{stroke-dasharray:1;stroke-dashoffset:1px;animation:PathLine-module__pWD5bq__pathline-draw 1.8s var(--ease-out) .2s forwards}}@keyframes PathLine-module__pWD5bq__pathline-draw{to{stroke-dashoffset:0}}
.CareerBars-module__pdpYqa__careerBars{width:100%}.CareerBars-module__pdpYqa__levels{gap:clamp(.55rem,1.2vw,.75rem);width:100%;list-style:none;display:grid}.CareerBars-module__pdpYqa__level,.CareerBars-module__pdpYqa__levelLeadership{grid-template-columns:1.65rem minmax(0,1fr);align-items:center;gap:clamp(.4rem,1.2vw,.75rem);min-width:0;display:grid}.CareerBars-module__pdpYqa__rank{color:var(--color-text-muted);font-size:clamp(.75rem, 1.5vw, var(--text-sm));text-align:right;font-variant-numeric:tabular-nums;font-weight:700;line-height:1}.CareerBars-module__pdpYqa__development{width:100%;min-width:0;display:block}.CareerBars-module__pdpYqa__bar{isolation:isolate;width:var(--bar-width-mobile);border-radius:var(--radius-md);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(.5rem,1.4vw,.8rem);min-width:0;min-height:clamp(2.45rem,7vw,2.75rem);padding-inline:clamp(.65rem,2.2vw,1rem);display:grid;position:relative;overflow:hidden}.CareerBars-module__pdpYqa__bar:before{content:"";z-index:-1;border:1px solid color-mix(in srgb, var(--color-border) 72%, transparent);border-radius:inherit;background:linear-gradient(90deg, color-mix(in srgb, var(--color-border) 72%, var(--color-surface)), color-mix(in srgb, var(--color-border) 55%, var(--color-surface)));transform-origin:0;position:absolute;inset:0}.CareerBars-module__pdpYqa__name{min-width:0;color:var(--color-text);white-space:nowrap;font-size:clamp(.76rem,2.6vw,.92rem);font-weight:600;line-height:1.2}.CareerBars-module__pdpYqa__ep{color:var(--color-text-muted);font-size:clamp(.72rem, 2.35vw, var(--text-sm));font-variant-numeric:tabular-nums;white-space:nowrap;line-height:1.2}.CareerBars-module__pdpYqa__levelLeadership .CareerBars-module__pdpYqa__rank,.CareerBars-module__pdpYqa__levelLeadership .CareerBars-module__pdpYqa__ep{color:var(--color-accent-700)}.CareerBars-module__pdpYqa__levelLeadership .CareerBars-module__pdpYqa__bar:before{border-color:color-mix(in srgb, var(--color-accent-300) 58%, var(--color-border));background:linear-gradient(90deg, color-mix(in srgb, var(--color-accent-100) 82%, var(--color-surface)), color-mix(in srgb, var(--color-accent-100) 68%, var(--color-accent-300)))}.CareerBars-module__pdpYqa__levelLeadership .CareerBars-module__pdpYqa__name{color:var(--color-accent-700)}@media (min-width:48rem){.CareerBars-module__pdpYqa__level,.CareerBars-module__pdpYqa__levelLeadership{grid-template-columns:2rem minmax(0,1fr)}.CareerBars-module__pdpYqa__bar{width:var(--bar-width);min-height:2.85rem}}@media (prefers-reduced-motion:no-preference){.CareerBars-module__pdpYqa__careerBars[data-motion=armed] .CareerBars-module__pdpYqa__bar:before{transform:scaleX(0)}.CareerBars-module__pdpYqa__careerBars[data-motion=armed] .CareerBars-module__pdpYqa__rank,.CareerBars-module__pdpYqa__careerBars[data-motion=armed] .CareerBars-module__pdpYqa__name,.CareerBars-module__pdpYqa__careerBars[data-motion=armed] .CareerBars-module__pdpYqa__ep{opacity:0;transform:translateY(.45rem)}.CareerBars-module__pdpYqa__careerBars[data-motion=running] .CareerBars-module__pdpYqa__bar:before{animation:CareerBars-module__pdpYqa__grow-bar .76s cubic-bezier(.22, 1, .36, 1) var(--stage-delay) both}.CareerBars-module__pdpYqa__careerBars[data-motion=running] .CareerBars-module__pdpYqa__rank{animation:CareerBars-module__pdpYqa__reveal-copy .46s ease-out calc(var(--stage-delay) + 80ms) both}.CareerBars-module__pdpYqa__careerBars[data-motion=running] .CareerBars-module__pdpYqa__name{animation:CareerBars-module__pdpYqa__reveal-copy .52s ease-out calc(var(--stage-delay) + .25s) both}.CareerBars-module__pdpYqa__careerBars[data-motion=running] .CareerBars-module__pdpYqa__ep{animation:CareerBars-module__pdpYqa__reveal-copy .52s ease-out calc(var(--stage-delay) + .41s) both}}@keyframes CareerBars-module__pdpYqa__grow-bar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes CareerBars-module__pdpYqa__reveal-copy{0%{opacity:0;transform:translateY(.45rem)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.CareerBars-module__pdpYqa__bar:before,.CareerBars-module__pdpYqa__rank,.CareerBars-module__pdpYqa__name,.CareerBars-module__pdpYqa__ep{opacity:1!important;animation:none!important;transform:none!important}}
.Einstieg-module__nnRyoq__section{background:var(--color-page-dark);position:relative;overflow:clip}.Einstieg-module__nnRyoq__section:before{content:"";background:color-mix(in srgb, var(--color-accent-300) 14%, transparent);height:1px;position:absolute;top:0;left:0;right:0}.Einstieg-module__nnRyoq__detailSection{background:var(--color-page-dark);position:relative;overflow:clip}.Einstieg-module__nnRyoq__detailSection:before{content:"";aspect-ratio:1;border:1px solid color-mix(in srgb, var(--color-accent-300) 14%, transparent);pointer-events:none;border-radius:50%;width:clamp(18rem,34vw,34rem);position:absolute;bottom:clamp(-20rem,-15vw,-10rem);left:clamp(-20rem,-15vw,-10rem)}.Einstieg-module__nnRyoq__intro{flex-direction:column;align-items:flex-start;display:flex}.Einstieg-module__nnRyoq__heading{margin-bottom:var(--space-6)}.Einstieg-module__nnRyoq__connector{color:var(--color-text-muted);margin-bottom:var(--space-6);display:none}.Einstieg-module__nnRyoq__steps{flex-direction:column;list-style:none;display:flex}.Einstieg-module__nnRyoq__step{border-top:1px solid var(--color-border)}.Einstieg-module__nnRyoq__step:first-child{border-top:none}.Einstieg-module__nnRyoq__stepInner{gap:var(--space-4);padding-block:var(--space-5);display:flex}.Einstieg-module__nnRyoq__stepIndex{background:var(--color-accent-100);width:2.25rem;height:2.25rem;color:var(--color-accent-700);font-weight:700;font-size:var(--text-sm);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.Einstieg-module__nnRyoq__stepTitle{font-size:var(--text-lg)}.Einstieg-module__nnRyoq__stepText{margin-top:var(--space-1);color:var(--color-text-muted);max-width:54ch}.Einstieg-module__nnRyoq__journey{border:1px solid color-mix(in srgb, var(--color-border) 76%, var(--color-base-700));border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-md);gap:0;overflow:hidden}.Einstieg-module__nnRyoq__journey .Einstieg-module__nnRyoq__intro{padding:clamp(var(--space-6), 5vw, var(--space-12));border-bottom:1px solid var(--color-border);background:var(--color-surface-soft);position:relative}.Einstieg-module__nnRyoq__journey .Einstieg-module__nnRyoq__intro:after{content:"01—05";right:var(--space-6);bottom:var(--space-5);color:color-mix(in srgb, var(--color-base-700) 28%, transparent);font-size:var(--text-sm);letter-spacing:.12em;pointer-events:none;font-weight:700;display:none;position:absolute}.Einstieg-module__nnRyoq__journey .Einstieg-module__nnRyoq__steps{padding:clamp(var(--space-4), 4vw, var(--space-8))}.Einstieg-module__nnRyoq__journey .Einstieg-module__nnRyoq__stepIndex{border:1px solid color-mix(in srgb, var(--color-accent-300) 70%, var(--color-border));background:var(--color-base-900);color:var(--color-accent-300)}.Einstieg-module__nnRyoq__detailJourney{border:1px solid color-mix(in srgb, var(--color-border) 72%, var(--color-base-700));border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-md);gap:0;position:relative;overflow:hidden}.Einstieg-module__nnRyoq__detailJourney .Einstieg-module__nnRyoq__intro{padding:clamp(var(--space-6), 5vw, var(--space-12));background:var(--color-base-900);color:var(--color-ink-on-dark);--color-text:var(--color-ink-on-dark);--color-text-muted:var(--color-ink-muted-on-dark);--color-accent-ink:var(--color-accent-300);align-self:stretch}.Einstieg-module__nnRyoq__detailJourney .Einstieg-module__nnRyoq__steps{padding:clamp(var(--space-4), 4vw, var(--space-8))}.Einstieg-module__nnRyoq__detailJourney .Einstieg-module__nnRyoq__stepIndex{border:1px solid color-mix(in srgb, var(--color-accent-300) 68%, var(--color-border));background:var(--color-accent-100);color:var(--color-accent-700)}@media (min-width:48rem){.Einstieg-module__nnRyoq__journey .Einstieg-module__nnRyoq__intro:after{display:block}}@media (min-width:64rem){.Einstieg-module__nnRyoq__connector{display:block}.Einstieg-module__nnRyoq__journey .Einstieg-module__nnRyoq__intro{border-right:1px solid var(--color-border);border-bottom:0}.Einstieg-module__nnRyoq__detailJourney .Einstieg-module__nnRyoq__intro{border-right:1px solid var(--color-base-700)}}
.Section-module__BZ7-0a__section{padding-block:var(--section-gap)}.Section-module__BZ7-0a__compact{padding-block:clamp(var(--space-12), 7vw, var(--space-24))}.Section-module__BZ7-0a__flush{padding-block:0}:where(.Section-module__BZ7-0a__default){background:var(--color-surface-soft);color:var(--color-text)}:where(.Section-module__BZ7-0a__surface){background:var(--color-surface-white);color:var(--color-text)}:where(.Section-module__BZ7-0a__dark){background:var(--color-page-dark);color:var(--color-ink-on-dark);--color-text:var(--color-ink-on-dark);--color-text-muted:var(--color-ink-muted-on-dark);--color-border:var(--color-base-700);--color-surface:var(--color-surface-dark);--color-focus-ring:var(--color-accent-300);--color-accent-ink:var(--color-accent-300)}.Section-module__BZ7-0a__container{max-width:var(--container-max);padding-inline:var(--container-pad);margin-inline:auto}.Section-module__BZ7-0a__narrow{max-width:46rem}
.PageHero-module__YUDdgq__hero{padding-block:clamp(var(--space-12), 7vw, var(--space-24))}.PageHero-module__YUDdgq__branded{position:relative;overflow:clip}.PageHero-module__YUDdgq__branded:before{content:"";aspect-ratio:1;border:1px solid color-mix(in srgb, var(--color-accent-300) 22%, transparent);width:clamp(18rem,34vw,34rem);box-shadow:0 0 0 4rem color-mix(in srgb, var(--color-base-800) 46%, transparent), 0 0 0 8rem color-mix(in srgb, var(--color-base-800) 22%, transparent);pointer-events:none;border-radius:50%;position:absolute;top:clamp(-20rem,-15vw,-10rem);right:clamp(-19rem,-13vw,-8rem)}.PageHero-module__YUDdgq__branded:after{content:"";left:max(var(--container-pad), calc((100vw - var(--container-max)) / 2 + var(--container-pad)));background:var(--color-accent-500);pointer-events:none;width:clamp(5rem,13vw,10rem);height:3px;position:absolute;bottom:0}.PageHero-module__YUDdgq__container{z-index:1;position:relative}.PageHero-module__YUDdgq__eyebrow{font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.12em;color:var(--color-accent-ink);margin-bottom:var(--space-4);font-weight:700}.PageHero-module__YUDdgq__title{letter-spacing:-.04em;max-width:18ch;font-size:clamp(2.35rem,1.65rem + 2.7vw,4.35rem)}.PageHero-module__YUDdgq__lead{margin-top:var(--space-5);font-size:var(--text-lg);color:var(--color-text-muted);max-width:52ch}.PageHero-module__YUDdgq__actions{gap:var(--space-3);margin-top:var(--space-8);flex-wrap:wrap;display:flex}
.SectionHeading-module__1CUDPa__wrap{gap:var(--space-4);margin-bottom:var(--space-12);flex-direction:column;display:flex}.SectionHeading-module__1CUDPa__center{text-align:center;align-items:center}.SectionHeading-module__1CUDPa__eyebrow{font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent-ink);font-weight:700}.SectionHeading-module__1CUDPa__title{font-size:var(--text-2xl);letter-spacing:-.025em;max-width:26ch}.SectionHeading-module__1CUDPa__display{font-size:var(--text-display);letter-spacing:-.015em}.SectionHeading-module__1CUDPa__center .SectionHeading-module__1CUDPa__title{max-width:30ch}.SectionHeading-module__1CUDPa__lead{font-size:var(--text-lg);color:var(--color-text-muted);max-width:58ch}
.SplitGrid-module__JY4I8G__grid{gap:var(--space-8);grid-template-columns:1fr;display:grid}.SplitGrid-module__JY4I8G__reverseOnStack>:first-child{order:2}.SplitGrid-module__JY4I8G__reverseOnStack>:last-child{order:1}.SplitGrid-module__JY4I8G__align-start{align-items:start}.SplitGrid-module__JY4I8G__align-center{align-items:center}.SplitGrid-module__JY4I8G__align-end{align-items:end}@media (min-width:64rem){.SplitGrid-module__JY4I8G__grid{gap:var(--space-12)}.SplitGrid-module__JY4I8G__reverseOnStack>:first-child,.SplitGrid-module__JY4I8G__reverseOnStack>:last-child{order:initial}.SplitGrid-module__JY4I8G__ratio-5-7{grid-template-columns:5fr 7fr}.SplitGrid-module__JY4I8G__ratio-7-5{grid-template-columns:7fr 5fr}.SplitGrid-module__JY4I8G__ratio-6-6{grid-template-columns:1fr 1fr}.SplitGrid-module__JY4I8G__ratio-4-8{grid-template-columns:4fr 8fr}.SplitGrid-module__JY4I8G__ratio-8-4{grid-template-columns:8fr 4fr}}
.page-module__WixIMW__row{align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.page-module__WixIMW__blockGap{margin-top:var(--space-12)}.page-module__WixIMW__factRow{margin-top:var(--space-12);gap:var(--space-6);grid-template-columns:1fr;display:grid}.page-module__WixIMW__placeholderGrid{gap:var(--space-6);grid-template-columns:1fr;align-items:start;display:grid}.page-module__WixIMW__connectorDemo{margin-top:var(--space-12);gap:var(--space-6);align-items:center;display:flex}.page-module__WixIMW__connectorText{color:var(--color-text-muted);font-size:var(--text-sm);max-width:44ch}@media (min-width:40rem){.page-module__WixIMW__factRow,.page-module__WixIMW__placeholderGrid{grid-template-columns:repeat(3,1fr)}}
.page-module__sREwLW__valuesSection{background:var(--color-page-dark);position:relative;overflow:clip}.page-module__sREwLW__valuesSection:before{content:"";aspect-ratio:1;border:1px solid color-mix(in srgb, var(--color-accent-300) 14%, transparent);pointer-events:none;border-radius:50%;width:clamp(20rem,38vw,38rem);position:absolute;top:clamp(-18rem,-12vw,-7rem);right:clamp(-22rem,-16vw,-10rem)}.page-module__sREwLW__manifesto{z-index:1;border:1px solid color-mix(in srgb, var(--color-border) 74%, var(--color-base-700));border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-md);gap:0;position:relative;overflow:hidden}.page-module__sREwLW__valuesHeading{padding:clamp(var(--space-6), 5vw, var(--space-12));border-bottom:1px solid var(--color-border);background:var(--color-surface-soft);justify-content:center;align-self:stretch;margin-bottom:0}.page-module__sREwLW__values{padding-inline:clamp(var(--space-6), 5vw, var(--space-12));flex-direction:column;display:flex}.page-module__sREwLW__value{gap:var(--space-5);padding-block:var(--space-5);border-top:1px solid var(--color-border);grid-template-columns:auto minmax(0,1fr);display:grid}.page-module__sREwLW__value:first-child{border-top:0}.page-module__sREwLW__valueIndex{color:var(--color-accent-ink);font-size:var(--text-lg);font-variant-numeric:tabular-nums;font-weight:700}.page-module__sREwLW__valueTitle{font-size:var(--text-lg)}.page-module__sREwLW__valueText{margin-top:var(--space-2);color:var(--color-text-muted);max-width:54ch}.page-module__sREwLW__organizationSection{background:var(--color-page-dark);position:relative;overflow:clip}.page-module__sREwLW__organizationSurface{gap:clamp(var(--space-6), 3vw, var(--space-8));display:grid}.page-module__sREwLW__organizationIntro{gap:clamp(var(--space-4), 3vw, var(--space-6));align-items:center;display:grid}.page-module__sREwLW__organizationHeading{justify-content:center;align-self:center;gap:var(--space-3);width:100%;min-height:clamp(12rem,24vw,17rem);padding:clamp(var(--space-6), 3vw, var(--space-8));border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface-soft);box-shadow:var(--shadow-md);margin-bottom:0}.page-module__sREwLW__teamPhoto{aspect-ratio:4/3;border:1px solid color-mix(in srgb, var(--color-border) 86%, var(--color-base-700));border-radius:var(--radius-lg);background:var(--color-surface-soft);width:100%;max-width:46rem;box-shadow:var(--shadow-md);justify-self:end;position:relative;overflow:hidden}.page-module__sREwLW__teamPhotoImage{object-fit:cover;object-position:50% 50%}.page-module__sREwLW__teamList{gap:clamp(var(--space-4), 3vw, var(--space-6));grid-template-columns:minmax(0,1fr);align-items:start;list-style:none;display:grid}.page-module__sREwLW__teamMember{border:1px solid color-mix(in srgb, var(--color-border) 86%, var(--color-base-700));border-radius:var(--radius-lg);background:var(--color-surface);min-width:0;box-shadow:var(--shadow-md);flex-direction:column;display:flex;position:relative;overflow:hidden}.page-module__sREwLW__teamMedia{aspect-ratio:4/5;background:var(--color-surface-soft);width:100%;position:relative;overflow:hidden}.page-module__sREwLW__teamImage{object-fit:cover}.page-module__sREwLW__teamContent{justify-content:center;align-items:center;gap:var(--space-3);min-width:0;padding:clamp(var(--space-6), 3vw, var(--space-8));border-top:1px solid var(--color-border);background:var(--color-surface-soft);text-align:center;flex-direction:column;display:flex;position:relative}.page-module__sREwLW__teamContent:before{content:"";border-radius:0 0 var(--radius-sm) var(--radius-sm);background:var(--color-accent-500);width:3rem;height:3px;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.page-module__sREwLW__teamMemberWithImage .page-module__sREwLW__teamContent{flex:1;min-height:9rem}.page-module__sREwLW__teamMemberWithoutImage{background:var(--color-surface-soft)}.page-module__sREwLW__teamMemberWithoutImage .page-module__sREwLW__teamContent{width:100%;min-height:9rem}.page-module__sREwLW__teamName{color:var(--color-ink);font-size:var(--text-lg);letter-spacing:-.01em;font-weight:750}.page-module__sREwLW__teamRole{max-width:30ch;color:var(--color-accent-700);font-size:var(--text-sm);overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;text-wrap:balance;margin-inline:auto;font-weight:600;line-height:1.5}@media (min-width:48rem){.page-module__sREwLW__organizationIntro{grid-template-columns:minmax(0,9fr) minmax(0,11fr)}.page-module__sREwLW__teamList{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:64rem){.page-module__sREwLW__organizationIntro{grid-template-columns:minmax(0,2fr) minmax(0,3fr)}.page-module__sREwLW__valuesHeading{border-right:1px solid var(--color-border);border-bottom:0}.page-module__sREwLW__teamList{grid-template-columns:repeat(3,minmax(0,1fr))}}
.Karriereweg-module__ox_35W__section{background:var(--color-page-dark);position:relative;overflow:clip}.Karriereweg-module__ox_35W__section:before{content:"";aspect-ratio:1;border:1px solid color-mix(in srgb, var(--color-accent-300) 14%, transparent);width:clamp(22rem,42vw,42rem);box-shadow:0 0 0 4rem color-mix(in srgb, var(--color-accent-100) 18%, transparent);pointer-events:none;border-radius:50%;position:absolute;top:clamp(7rem,12vw,12rem);left:clamp(-24rem,-18vw,-12rem)}.Karriereweg-module__ox_35W__detailSection{background:var(--color-page-dark);position:relative;overflow:clip}.Karriereweg-module__ox_35W__detailSection:before{content:"";aspect-ratio:1;border:1px solid color-mix(in srgb, var(--color-accent-300) 14%, transparent);pointer-events:none;border-radius:50%;width:clamp(20rem,36vw,36rem);position:absolute;top:clamp(4rem,9vw,8rem);right:clamp(-21rem,-15vw,-10rem)}.Karriereweg-module__ox_35W__homeContainer,.Karriereweg-module__ox_35W__detailContainer{z-index:1;position:relative}.Karriereweg-module__ox_35W__island{padding-block:clamp(var(--space-6), 5vw, var(--space-12));border:1px solid color-mix(in srgb, var(--color-base-700) 30%, var(--color-border));border-radius:var(--radius-lg);background:var(--color-surface-white);box-shadow:var(--shadow-lg)}.Karriereweg-module__ox_35W__introPanel{margin-bottom:var(--space-12);padding:clamp(var(--space-6), 4vw, var(--space-8));border:1px solid color-mix(in srgb, var(--color-border) 80%, var(--color-base-700));border-left:3px solid var(--color-accent-500);border-radius:var(--radius-lg);background:var(--color-surface-white);box-shadow:var(--shadow-md);position:relative;overflow:hidden}.Karriereweg-module__ox_35W__introPanel>div{z-index:1;margin-bottom:0;position:relative}.Karriereweg-module__ox_35W__introPanel:after{content:"11";right:clamp(var(--space-4), 4vw, var(--space-8));color:color-mix(in srgb, var(--color-base-700) 9%, transparent);letter-spacing:-.08em;pointer-events:none;font-size:clamp(5rem,12vw,9rem);font-weight:700;line-height:1;position:absolute;bottom:clamp(-1.6rem,-1vw,-.75rem)}.Karriereweg-module__ox_35W__detailIntro{margin-bottom:var(--space-12);padding:0 0 var(--space-8) clamp(var(--space-5), 4vw, var(--space-8));border-bottom:1px solid var(--color-border);position:relative}.Karriereweg-module__ox_35W__detailIntro:before{content:"";background:var(--color-accent-500);width:3px;position:absolute;inset:0 auto 0 0}.Karriereweg-module__ox_35W__detailIntro>div{margin-bottom:0}.Karriereweg-module__ox_35W__disclaimer{margin-top:var(--space-6)}p.Karriereweg-module__ox_35W__disclaimer{padding:var(--space-4) var(--space-6);border-left:2px solid var(--color-accent-500);background:var(--color-surface-soft);border-radius:var(--radius-sm);color:var(--color-text-muted);max-width:62ch}
.LegalNotice-module__bmSA3G__notice{padding:var(--space-4) var(--space-6);border:1px dashed var(--color-error);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text);font-size:var(--text-sm);max-width:none}.LegalNotice-module__bmSA3G__gap{background:color-mix(in srgb, var(--color-error) 12%, transparent);color:var(--color-error);padding:0 var(--space-1);border-radius:var(--radius-sm);font-weight:500}
.page-module__VGAvHa__processSection{background:var(--color-page-dark);position:relative;overflow:clip}.page-module__VGAvHa__processSection:before{content:"";aspect-ratio:1;border:1px solid color-mix(in srgb, var(--color-accent-300) 14%, transparent);pointer-events:none;border-radius:50%;width:clamp(20rem,38vw,38rem);position:absolute;bottom:clamp(-20rem,-13vw,-8rem);right:clamp(-22rem,-16vw,-10rem)}.page-module__VGAvHa__processContainer{z-index:1;position:relative}.page-module__VGAvHa__processIntro{margin-bottom:var(--space-12);border:1px solid color-mix(in srgb, var(--color-border) 76%, var(--color-base-700));border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-md);gap:0;overflow:hidden}.page-module__VGAvHa__processHeading{padding:clamp(var(--space-6), 5vw, var(--space-12));background:var(--color-surface-soft);justify-content:center;align-self:stretch;margin-bottom:0}.page-module__VGAvHa__media{background:var(--color-surface);box-shadow:none;border:0;border-radius:0;align-self:stretch;overflow:hidden}.page-module__VGAvHa__image{object-fit:cover;width:100%;height:100%}.page-module__VGAvHa__steps{border:1px solid color-mix(in srgb, var(--color-border) 80%, var(--color-base-700));border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-md);grid-template-columns:1fr;gap:0;list-style:none;display:grid;overflow:hidden}.page-module__VGAvHa__step{padding:var(--space-6);border-top:1px solid var(--color-border)}.page-module__VGAvHa__step:first-child{border-top:0}.page-module__VGAvHa__stepIndex{align-items:center;gap:var(--space-3);font-size:var(--text-lg);color:var(--color-accent-ink);letter-spacing:.08em;margin-bottom:var(--space-4);font-weight:700;display:flex}.page-module__VGAvHa__stepIndex:after{content:"";background:color-mix(in srgb, var(--color-accent-500) 55%, var(--color-border));flex:1;height:1px}.page-module__VGAvHa__stepTitle{font-size:var(--text-lg)}.page-module__VGAvHa__stepText{margin-top:var(--space-2);color:var(--color-text-muted);max-width:46ch}.page-module__VGAvHa__audienceSection{background:var(--color-page-dark);position:relative;overflow:clip}.page-module__VGAvHa__audienceGrid{border:1px solid color-mix(in srgb, var(--color-border) 74%, var(--color-base-700));border-radius:var(--radius-lg);box-shadow:var(--shadow-md);gap:0;overflow:hidden}.page-module__VGAvHa__panel{height:100%;padding:clamp(var(--space-8), 5vw, var(--space-12));background:var(--color-surface);border:0;border-radius:0}.page-module__VGAvHa__panel:last-child{border-top:1px solid var(--color-base-700);background:var(--color-base-900);color:var(--color-ink-on-dark);--color-text-muted:var(--color-ink-muted-on-dark)}.page-module__VGAvHa__panelTitle{font-size:var(--text-xl)}.page-module__VGAvHa__panelText{margin-top:var(--space-3);color:var(--color-text-muted)}.page-module__VGAvHa__contactSection{background:var(--color-page-dark);position:relative;overflow:clip}.page-module__VGAvHa__contactSurface{border:1px solid color-mix(in srgb, var(--color-border) 72%, var(--color-base-700));border-left:3px solid var(--color-accent-500);border-radius:var(--radius-lg);background:var(--color-surface-white);box-shadow:var(--shadow-md);gap:0;position:relative;overflow:hidden}.page-module__VGAvHa__contactSurface:after{content:"";aspect-ratio:1;border:1px solid color-mix(in srgb, var(--color-base-700) 12%, transparent);pointer-events:none;border-radius:50%;width:13rem;position:absolute;bottom:-8rem;right:-7rem}.page-module__VGAvHa__contactSurface>*{z-index:1;position:relative}.page-module__VGAvHa__contactIntro{padding:clamp(var(--space-8), 5vw, var(--space-12));background:var(--color-surface-soft);align-self:stretch}.page-module__VGAvHa__contactHeading{margin-bottom:var(--space-8)}.page-module__VGAvHa__contact{align-items:flex-start;gap:var(--space-2);text-align:left;flex-direction:column;display:flex}.page-module__VGAvHa__contactItem{font-size:var(--text-lg);font-weight:500;text-decoration:none}.page-module__VGAvHa__contactItem:hover{color:var(--color-accent-ink)}.page-module__VGAvHa__contactHours{font-size:var(--text-sm);color:var(--color-text-muted)}.page-module__VGAvHa__formPanel{padding:clamp(var(--space-6), 5vw, var(--space-12));border-top:1px solid var(--color-border);background:var(--color-surface-white);align-self:stretch}@media (min-width:48rem){.page-module__VGAvHa__steps{grid-template-columns:repeat(2,1fr)}.page-module__VGAvHa__step:nth-child(2){border-top:0}.page-module__VGAvHa__step:nth-child(2n){border-left:1px solid var(--color-border)}}@media (min-width:64rem){.page-module__VGAvHa__steps{grid-template-columns:repeat(4,1fr)}.page-module__VGAvHa__step{border-top:0}.page-module__VGAvHa__step:not(:first-child){border-left:1px solid var(--color-border)}.page-module__VGAvHa__panel:last-child{border-top:0;border-left:1px solid var(--color-base-700)}.page-module__VGAvHa__formPanel{border-top:0;border-left:1px solid var(--color-border)}}
.page-module__J007CW__contactSection{background:var(--color-page-dark);position:relative;overflow:clip}.page-module__J007CW__contactSection:before{content:"";aspect-ratio:1;border:1px solid color-mix(in srgb, var(--color-accent-300) 14%, transparent);pointer-events:none;border-radius:50%;width:clamp(20rem,38vw,38rem);position:absolute;bottom:clamp(-22rem,-16vw,-11rem);right:clamp(-22rem,-16vw,-10rem)}.page-module__J007CW__contactShell.page-module__J007CW__contactShell{z-index:1;border:1px solid color-mix(in srgb, var(--color-border) 72%, var(--color-base-700));border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-md);align-items:stretch;gap:0;position:relative;overflow:hidden}.page-module__J007CW__aside{gap:var(--space-8);padding:clamp(var(--space-6), 5vw, var(--space-12));background:var(--color-base-900);color:var(--color-ink-on-dark);--color-text-muted:var(--color-ink-muted-on-dark);--color-border:var(--color-base-700);--color-accent-ink:var(--color-accent-300);flex-direction:column;display:flex}.page-module__J007CW__block{border-top:1px solid var(--color-border);padding-top:var(--space-4)}.page-module__J007CW__blockTitle{font-size:var(--text-base);margin-bottom:var(--space-3);font-weight:700}.page-module__J007CW__contact{gap:var(--space-1);flex-direction:column;font-style:normal;display:flex}.page-module__J007CW__contactLink{font-size:var(--text-lg);font-weight:500;text-decoration:none}.page-module__J007CW__contactLink:hover{color:var(--color-accent-ink)}.page-module__J007CW__hours{font-size:var(--text-sm);color:var(--color-text-muted)}.page-module__J007CW__steps{gap:var(--space-2);counter-reset:kontakt-step;flex-direction:column;list-style:none;display:flex}.page-module__J007CW__step{counter-increment:kontakt-step;align-items:baseline;gap:var(--space-3);color:var(--color-text-muted);font-size:var(--text-sm);display:flex}.page-module__J007CW__step:before{content:counter(kontakt-step);color:var(--color-accent-ink);flex-shrink:0;font-weight:700}.page-module__J007CW__privacyNote{padding-top:var(--space-6);border-top:1px solid var(--color-border);font-size:var(--text-sm);color:var(--color-text-muted);max-width:48ch;margin-top:auto}.page-module__J007CW__formPanel{padding:clamp(var(--space-6), 5vw, var(--space-12));border:0;border-top:1px solid var(--color-border);background:var(--color-surface-white);border-radius:0;position:relative}.page-module__J007CW__formPanel:before{content:"";top:0;left:clamp(var(--space-6), 5vw, var(--space-12));background:var(--color-accent-500);width:clamp(4rem,10vw,8rem);height:3px;position:absolute}.page-module__J007CW__formEyebrow{color:var(--color-accent-700);font-size:var(--text-sm);letter-spacing:.1em;text-transform:uppercase;font-weight:700}.page-module__J007CW__formTitle{margin-top:var(--space-3);font-size:var(--text-2xl);letter-spacing:-.025em}.page-module__J007CW__formLead{margin:var(--space-2) 0 var(--space-8);color:var(--color-text-muted)}@media (min-width:64rem){.page-module__J007CW__formPanel{border-top:0;border-left:1px solid var(--color-border)}}
.legal-module__8113wq__prose{margin-top:var(--space-8)}.legal-module__8113wq__prose h2{font-size:var(--text-lg);margin-top:var(--space-8);margin-bottom:var(--space-3)}.legal-module__8113wq__prose h3{font-size:var(--text-base);margin-top:var(--space-6);margin-bottom:var(--space-2)}.legal-module__8113wq__prose p,.legal-module__8113wq__prose ul{color:var(--color-text-muted);max-width:68ch}.legal-module__8113wq__prose p+p{margin-top:var(--space-3)}.legal-module__8113wq__prose ul{margin-top:var(--space-3);padding-left:var(--space-6);gap:var(--space-2);flex-direction:column;display:flex}.legal-module__8113wq__prose a{color:inherit;text-underline-offset:2px;text-decoration:underline}.legal-module__8113wq__prose a:hover{color:var(--color-accent-ink)}
.page-module__98LCVG__customerSection{background:var(--color-page-dark);position:relative;overflow:clip}.page-module__98LCVG__customerSection:before{content:"AT";right:clamp(var(--space-4), 6vw, var(--space-16));top:clamp(var(--space-8), 7vw, var(--space-16));color:color-mix(in srgb, var(--color-accent-300) 8%, transparent);letter-spacing:-.08em;pointer-events:none;font-size:clamp(7rem,18vw,14rem);font-weight:700;line-height:1;position:absolute}.page-module__98LCVG__customerBoard{z-index:1;border:1px solid color-mix(in srgb, var(--color-border) 74%, var(--color-base-700));border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-md);gap:0;position:relative;overflow:hidden}.page-module__98LCVG__heading{padding:clamp(var(--space-6), 5vw, var(--space-12));border-bottom:1px solid var(--color-border);background:var(--color-surface-soft);justify-content:center;align-self:stretch;margin-bottom:0}.page-module__98LCVG__customerText{align-items:flex-start;gap:var(--space-4);padding:clamp(var(--space-6), 5vw, var(--space-12));color:var(--color-text-muted);flex-direction:column;display:flex}.page-module__98LCVG__providerSection{position:relative;overflow:clip}.page-module__98LCVG__providerSection:before{content:"";aspect-ratio:1;border:1px solid color-mix(in srgb, var(--color-accent-300) 18%, transparent);pointer-events:none;border-radius:50%;width:clamp(20rem,36vw,36rem);position:absolute;bottom:clamp(-22rem,-16vw,-11rem);left:clamp(-22rem,-16vw,-10rem)}.page-module__98LCVG__providers{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);grid-template-columns:1fr;gap:0;list-style:none;display:grid;position:relative;overflow:hidden}.page-module__98LCVG__provider{gap:var(--space-1);padding:var(--space-6);border-top:1px solid var(--color-border);flex-direction:column;display:flex}.page-module__98LCVG__provider:first-child{border-top:0}.page-module__98LCVG__providerName{font-size:var(--text-lg);font-weight:700}.page-module__98LCVG__providerNote{font-size:var(--text-sm);color:var(--color-text-muted)}.page-module__98LCVG__providerDisclaimer{margin-top:var(--space-8);text-align:center;font-size:var(--text-sm);color:var(--color-text-muted);max-width:68ch;margin-inline:auto;position:relative}.page-module__98LCVG__partnerSection{background:var(--color-page-dark);position:relative;overflow:clip}.page-module__98LCVG__partnerSurface{padding:clamp(var(--space-6), 5vw, var(--space-12));border:1px solid color-mix(in srgb, var(--color-border) 74%, var(--color-base-700));border-left:3px solid var(--color-accent-500);border-radius:var(--radius-lg);background:var(--color-surface-white);box-shadow:var(--shadow-md);position:relative}.page-module__98LCVG__steps{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);grid-template-columns:1fr;gap:0;list-style:none;display:grid;overflow:hidden}.page-module__98LCVG__step{gap:var(--space-4);padding:var(--space-5);border-top:1px solid var(--color-border);display:flex}.page-module__98LCVG__step:first-child{border-top:0}.page-module__98LCVG__stepIndex{border:1px solid color-mix(in srgb, var(--color-accent-300) 70%, var(--color-border));background:var(--color-base-900);width:2.25rem;height:2.25rem;color:var(--color-accent-300);font-weight:700;font-size:var(--text-sm);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.page-module__98LCVG__stepTitle{font-size:var(--text-base);font-weight:700}.page-module__98LCVG__stepText{margin-top:var(--space-1);color:var(--color-text-muted);font-size:var(--text-sm);max-width:54ch}.page-module__98LCVG__partnerCta{margin-top:var(--space-12);align-items:center;gap:var(--space-4) var(--space-8);flex-wrap:wrap;display:flex}.page-module__98LCVG__partnerNote{margin-top:var(--space-8);padding:var(--space-5) var(--space-6);border-left:3px solid var(--color-accent-500);background:var(--color-surface-soft);border-radius:var(--radius-md);color:var(--color-text-muted);font-size:var(--text-sm);max-width:62ch}@media (min-width:48rem){.page-module__98LCVG__providers{grid-template-columns:repeat(3,1fr)}.page-module__98LCVG__provider{border-top:0}.page-module__98LCVG__provider:not(:first-child){border-left:1px solid var(--color-border)}.page-module__98LCVG__steps{grid-template-columns:1fr 1fr}.page-module__98LCVG__step:nth-child(2){border-top:0}.page-module__98LCVG__step:nth-child(2n){border-left:1px solid var(--color-border)}}@media (min-width:64rem){.page-module__98LCVG__heading{border-right:1px solid var(--color-border);border-bottom:0}}@media (min-width:72rem){.page-module__98LCVG__steps{grid-template-columns:repeat(5,minmax(0,1fr))}.page-module__98LCVG__step{border-top:0;flex-direction:column}.page-module__98LCVG__step:nth-child(2n){border-left:0}.page-module__98LCVG__step:not(:first-child){border-left:1px solid var(--color-border)}}
