@layer normalize,base,page-layout,user-preferences,utils;@layer normalize{html{box-sizing:border-box;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}*,*:before,*:after{box-sizing:inherit;margin:0;padding:0}body{line-height:1.5;-webkit-font-smoothing:antialiased;font-weight:var(--tkds-font-weights-soleto-tk-text-regular);overflow-x:hidden}input,button,textarea,select{font:inherit}h1,h2,h3,h4,h5,h6{text-wrap:balance;font-weight:var(--tkds-font-weights-soleto-tk-headline-regular)}strong,b{font-weight:var(--tkds-font-weights-soleto-tk-text-emphasized)}}@layer base{:root{--page-layout-banner-visible-height:var(--banner-visible-height,0px);--page-layout-header-visible-height:var(--header-visible-height,0px)}body,html{font-family:var(--tkds-font-families-soleto-tk);background-color:var(--tkds-color-background-neutral-flat);color:var(--tkds-color-foreground-neutral-default)}h1,h2,h3,h4,h5,h6{font-family:var(--tkds-font-families-soleto-tk-headline)}}@layer properties{@property --component-is-ondimmed{syntax:"<custom-ident>";initial-value:false;inherits:false}@property --component-is-in-xs-view-breakout-start{syntax:"<custom-ident>";initial-value:false;inherits:false}@property --component-is-in-xs-view-breakout-end{syntax:"<custom-ident>";initial-value:false;inherits:false}}@layer page-layout{.tkds-page-layout{--page-layout-sidebar-primary-width-expanded:22.5rem;--page-layout-sidebar-primary-width:0rem;min-height:100vh;display:grid;grid-template-areas:"banner banner" "sidebar-primary header" "sidebar-primary main" "sidebar-primary footer";grid-template-rows:min-content min-content 1fr min-content;grid-template-columns:[sidebar-primary-start] var(--page-layout-sidebar-primary-width) [sidebar-primary-end];transition:grid-template-columns var(--tkds-motion-duration-fast)}[data-tkds-page-layout-area=banner]{grid-area:banner}[data-tkds-page-layout-area=header]{grid-area:header}[data-tkds-page-layout-area=main]{grid-area:main}[data-tkds-page-layout-area=footer]{grid-area:footer}[data-tkds-page-layout-area=sidebar-primary]{grid-area:sidebar-primary;display:none}[data-tkds-page-layout-area=main] [data-tkds-tagname=tkds-layout-section]{margin-block-end:var(--tkds-spacing-fluid-xxlarge);&:last-child{margin-block-end:var(--tkds-spacing-fluid-xxxlarge);&[background-context=brand-dimmed],&[background-context=sunken]{margin-block-end:0}}}.tkds-page-layout--multi-section-form{[data-tkds-page-layout-area=sidebar-primary]{display:grid}@media screen and (min-width:720px){--page-layout-sidebar-primary-width:var(--page-layout-sidebar-primary-width-expanded)}}}@layer user-preferences{@media(prefers-reduced-motion:reduce){:root{--tkds-motion-duration-fast:1ms;--tkds-motion-duration-faster:1ms;--tkds-motion-duration-fastest:1ms;--tkds-motion-duration-slow:1ms;--tkds-motion-duration-slower:1ms;--tkds-motion-duration-slowest:1ms}*,:before,:after{animation-delay:-1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important;background-attachment:initial!important;scroll-behavior:auto!important;transition-duration:1ms!important;transition-delay:-1ms!important}}}@layer utils{.tkds-u-center{display:grid;place-content:center}.tkds-u-hyphenate{-webkit-hyphenate-limit-before:var(--tkds-font-hyphens-before);-webkit-hyphenate-limit-after:var(--tkds-font-hyphens-after);-webkit-hyphenate-limit-chars:var(--tkds-font-hyphens-length) var(--tkds-font-hyphens-before) var(--tkds-font-hyphens-after);-webkit-hyphenate-limit-lines:var(--tkds-font-hyphens-lines);-webkit-hyphenate-limit-last:var(--tkds-font-hyphens-last);-webkit-hyphenate-limit-zone:var(--tkds-font-hyphens-zone);-moz-hyphenate-limit-chars:var(--tkds-font-hyphens-length) var(--tkds-font-hyphens-before) var(--tkds-font-hyphens-after);-moz-hyphenate-limit-lines:var(--tkds-font-hyphens-lines);-moz-hyphenate-limit-last:var(--tkds-font-hyphens-last);-moz-hyphenate-limit-zone:var(--tkds-font-hyphens-zone);-ms-hyphenate-limit-chars:var(--tkds-font-hyphens-length) var(--tkds-font-hyphens-before) var(--tkds-font-hyphens-after);-ms-hyphenate-limit-lines:var(--tkds-font-hyphens-lines);-ms-hyphenate-limit-last:var(--tkds-font-hyphens-last);-ms-hyphenate-limit-zone:var(--tkds-font-hyphens-zone);hyphens:var(--tkds-font-hyphens);hyphenate-limit-chars:var(--tkds-font-hyphens-length) var(--tkds-font-hyphens-before) var(--tkds-font-hyphens-after);hyphenate-limit-lines:var(--tkds-font-hyphens-lines);hyphenate-limit-last:var(--tkds-font-hyphens-last);hyphenate-limit-zone:var(--tkds-font-hyphens-zone)}.tkds-toast-stack{--page-layout-safe-area-inset-top:calc(var(--page-layout-banner-visible-height) + var(--page-layout-header-visible-height));position:fixed;top:calc(var(--page-layout-safe-area-inset-top) + var(--tkds-spacing-static-4));inset-inline-end:0;z-index:var(--tkds-z-index-notification);width:28rem;max-width:100%;max-height:100%;overflow:auto}.tkds-toast-stack .tkds-alert{margin:var(--tkds-spacing-static-4)}.tkds-toast-stack .tkds-alert::part(base){box-shadow:var(--tkds-shadow-brand-small)}@media(width>=768px){.tkds-toast-stack{--evoheader-module-height:var(--evoheader-module-height-m,0)}}@media(width>=1025px){.tkds-toast-stack{--evoheader-module-height:var(--evoheader-module-height-l,0)}}:has(.evoheader) .tkds-toast-stack{top:var(--evoheader-module-height,0);margin-block-start:var(--tkds-spacing-static-4)}.tkds-u-content-spacing{--grid-row-gap:0rem;>*:not(br,:empty:not(.tkds-divider,.tkds-image)){margin-block-end:var(--tkds-spacing-fluid-large);&:last-child{margin-block-end:0}&:has(+.tkds-headline[level="1"]:not([size]),+.tkds-headline[size=xxxlarge],+.tkds-headline[level="2"]:not([size]),+.tkds-headline[size=xxlarge]){margin-block-end:var(--tkds-spacing-fluid-xxlarge)}&:has(+.tkds-headline[level="3"]:not([size]),+.tkds-headline[size=xlarge]){margin-block-end:var(--tkds-spacing-fluid-xlarge)}&:has(+.tkds-headline[level="4"]:not([size]),+.tkds-headline[size=large]){margin-block-end:var(--tkds-spacing-fluid-large)}&:has(+.tkds-link){margin-block-end:var(--tkds-spacing-static-4)}}>.tkds-headline[level="1"]:not([size]),>.tkds-headline[size=xxxlarge],>.tkds-headline[level="2"]:not([size]),>.tkds-headline[size=xxlarge]{margin-block-end:var(--tkds-spacing-fluid-large);&:has(+.tkds-headline){margin-block-end:var(--tkds-spacing-fluid-medium)}&:last-child{margin-block-end:0}}>.tkds-headline[level="3"]:not([size]),>.tkds-headline[size=xlarge],>.tkds-headline[level="4"]:not([size]),>.tkds-headline[size=large],>.tkds-headline[level="5"]:not([size]),>.tkds-headline[level="6"]:not([size]),>.tkds-headline[size=medium]{margin-block-end:var(--tkds-spacing-fluid-medium);&:last-child{margin-block-end:0}}>.tkds-headline[level="1"]:not([size]),>.tkds-headline[size=xxxlarge],>.tkds-headline[level="2"]:not([size]),>.tkds-headline[size=xxlarge],>.tkds-headline[level="3"]:not([size]),>.tkds-headline[size=xlarge]{&:has(+.tkds-text,+p){margin-block-end:var(--tkds-spacing-fluid-medium)}}>.tkds-headline[level="4"]:not([size]),>.tkds-headline[size=large],>.tkds-headline[level="5"]:not([size]),>.tkds-headline[level="6"]:not([size]),>.tkds-headline[size=medium]{&:has(+.tkds-text,+p){margin-block-end:var(--tkds-spacing-fluid-small)}}>.tkds-text,>p{&:has(+.tkds-text,+p){margin-block-end:var(--tkds-font-text-medium-regular-paragraph-spacing)}&:has(+.media){margin-block-end:var(--tkds-spacing-static-6)}&:has(+.tkds-textlist,+ul,+ol){margin-block-end:var(--tkds-spacing-static-6)}}>.tkds-textlist,>ol,>ul{&:has(+.tkds-text,+p){margin-block-end:var(--tkds-spacing-static-6)}}>.media{&:has(+.tkds-text,+p,+.media){margin-block-end:var(--tkds-spacing-static-6)}}>.tkds-text[size=small]{&:has(+.tkds-text,+p){margin-block-end:var(--tkds-font-text-small-regular-paragraph-spacing)}}}:root,:host{--tkds-u-xs-view-content-inset-horizontal:var(--tkds-spacing-fluid-layout-horizontal);@media(width>=640px){--tkds-u-xs-view-content-inset-horizontal:0rem}}.tkds-u-xs-view-breakout--start{--breakout-xs-view-start:true;margin-inline-start:calc(-1 * var(--tkds-u-xs-view-content-inset-horizontal));@media(width>=640px){--breakout-xs-view-start:false}}.tkds-u-xs-view-breakout--end{--breakout-xs-view-end:true;margin-inline-end:calc(-1 * var(--tkds-u-xs-view-content-inset-horizontal));@media(width>=640px){--breakout-xs-view-end:false}}.tkds-u-xs-view-breakout--both{--breakout-xs-view-start:true;--breakout-xs-view-end:true;margin-inline:calc(-1 * var(--tkds-u-xs-view-content-inset-horizontal));@media(width>=640px){--breakout-xs-view-start:false;--breakout-xs-view-end:false}}@supports (scrollbar-gutter:stable){.tkds-u-scroll-lock{scrollbar-gutter:var(--tkds-scroll-lock-gutter)}.tkds-u-scroll-lock body{overflow:hidden}}@supports not (scrollbar-gutter:stable){.tkds-u-scroll-lock body{padding-inline-end:var(--tkds-scroll-lock-size);overflow:hidden}}}:root,:host,.tkds-theme-light{--tkds-base-font-size:16px;--tkds-border-style-dashed:dashed;--tkds-border-style-focusring:solid;--tkds-border-style-solid:solid;--tkds-border-width-025:.0625rem;--tkds-border-width-05:.125rem;--tkds-border-width-1:.25rem;--tkds-border-width-2:.5rem;--tkds-border-width-focusring:.125rem;--tkds-breakpoint-m:908px;--tkds-breakpoint-s:640px;--tkds-breakpoint-xl:1472px;--tkds-breakpoint-xs:360px;--tkds-color-brand-blue-100:#dcf2ff;--tkds-color-brand-blue-200:#9adbff;--tkds-color-brand-blue-300:#5bc1ff;--tkds-color-brand-blue-400:#009de2;--tkds-color-brand-blue-50:#ecf8ff;--tkds-color-brand-blue-50-a20:#ecf8ff33;--tkds-color-brand-blue-50-a40:#ecf8ff66;--tkds-color-brand-blue-500:#007dbb;--tkds-color-brand-blue-600:#00689f;--tkds-color-brand-blue-600-a04:#00689f0a;--tkds-color-brand-blue-600-a08:#00689f14;--tkds-color-brand-blue-700:#005382;--tkds-color-brand-blue-800:#003e63;--tkds-color-brand-blue-900:#002843;--tkds-color-brand-blue-900-a20:#00284333;--tkds-color-brand-blue-900-a40:#00284366;--tkds-color-brand-brown-100:#f0eeec;--tkds-color-brand-brown-200:#d8d1cd;--tkds-color-brand-brown-300:#c0b5b0;--tkds-color-brand-brown-400:#9f928b;--tkds-color-brand-brown-50:#f7f6f6;--tkds-color-brand-brown-500:#81746e;--tkds-color-brand-brown-600:#6c615b;--tkds-color-brand-brown-700:#574d48;--tkds-color-brand-brown-800:#413935;--tkds-color-brand-brown-900:#2a2522;--tkds-color-brand-grey-100:#efefef;--tkds-color-brand-grey-200:#d3d3d3;--tkds-color-brand-grey-300:#b7b7b7;--tkds-color-brand-grey-400:#949494;--tkds-color-brand-grey-50:#f5f5f5;--tkds-color-brand-grey-50-a16:#f5f5f529;--tkds-color-brand-grey-50-a40:#f5f5f566;--tkds-color-brand-grey-50-a56:#f5f5f58f;--tkds-color-brand-grey-50-a76:#f5f5f5c2;--tkds-color-brand-grey-500:#767676;--tkds-color-brand-grey-600:#636363;--tkds-color-brand-grey-700:#4e4e4e;--tkds-color-brand-grey-800:#3b3b3b;--tkds-color-brand-grey-800-a16:#3b3b3b29;--tkds-color-brand-grey-800-a56:#3b3b3b8f;--tkds-color-brand-grey-800-a76:#3b3b3bc2;--tkds-color-brand-grey-900:#262626;--tkds-color-brand-grey-950:#232323;--tkds-color-brand-grey-960:#1c1c1c;--tkds-color-brand-grey-970:#161616;--tkds-color-brand-grey-980:#0e0e0e;--tkds-color-brand-grey-990:#070707;--tkds-color-brand-mint-100:#cef7f6;--tkds-color-brand-mint-200:#8fe1df;--tkds-color-brand-mint-300:#6cc6c4;--tkds-color-brand-mint-400:#4fa1a0;--tkds-color-brand-mint-50:#e4faf9;--tkds-color-brand-mint-500:#3b8180;--tkds-color-brand-mint-600:#2f6c6b;--tkds-color-brand-mint-700:#255a59;--tkds-color-brand-mint-800:#194141;--tkds-color-brand-mint-900:#0e2a2a;--tkds-color-brand-petrol-100:#e8f1f4;--tkds-color-brand-petrol-200:#bbd7e2;--tkds-color-brand-petrol-300:#90becf;--tkds-color-brand-petrol-400:#599db5;--tkds-color-brand-petrol-50:#f2f7f9;--tkds-color-brand-petrol-500:#28809b;--tkds-color-brand-petrol-600:#006c87;--tkds-color-brand-petrol-700:#00566f;--tkds-color-brand-petrol-800:#004055;--tkds-color-brand-petrol-900:#002939;--tkds-color-brand-violet-100:#f4ebf6;--tkds-color-brand-violet-200:#e2cce8;--tkds-color-brand-violet-300:#d0abd8;--tkds-color-brand-violet-400:#b682c2;--tkds-color-brand-violet-50:#f9f4fa;--tkds-color-brand-violet-500:#9d5fab;--tkds-color-brand-violet-600:#8a4999;--tkds-color-brand-violet-700:#743483;--tkds-color-brand-violet-800:#5b2268;--tkds-color-brand-violet-900:#3e1248;--tkds-color-brand-yellow-100:#f4f3b0;--tkds-color-brand-yellow-200:#e1d800;--tkds-color-brand-yellow-300:#c4bb00;--tkds-color-brand-yellow-400:#a19700;--tkds-color-brand-yellow-50:#f8f8d0;--tkds-color-brand-yellow-500:#837800;--tkds-color-brand-yellow-600:#706300;--tkds-color-brand-yellow-700:#5c4e00;--tkds-color-brand-yellow-800:#483900;--tkds-color-brand-yellow-900:#342400;--tkds-color-gradient-brand-angular:conic-gradient(#003e63,#00689f);--tkds-color-gradient-brand-horizontal:linear-gradient(-90deg,#00689f 0%,#003e63 100%);--tkds-color-gradient-brand-vertical:linear-gradient(0deg,#003e63 0%,#00689f 100%);--tkds-color-gradient-neutral-from-bottom:linear-gradient(180deg,rgba(0,0,0,0) 40%,#000c 100%);--tkds-color-gradient-neutral-from-top:linear-gradient(0deg,rgba(0,0,0,0) 40%,#000c 100%);--tkds-color-mix-brand-blue-400-50-a20:#2fafe8;--tkds-color-mix-brand-blue-400-50-a40:#5ec1ee;--tkds-color-mix-brand-blue-50-600-a04:#e3f2fb;--tkds-color-mix-brand-blue-50-600-a08:#d9ecf7;--tkds-color-mix-brand-blue-500-900-a20:#006ca3;--tkds-color-mix-brand-blue-500-900-a40:#005b8b;--tkds-color-mix-brand-blue-600-900-a20:#005b8d;--tkds-color-mix-brand-blue-600-900-a40:#004e7a;--tkds-color-mix-brand-blue-900-black-a08:#00253e;--tkds-color-mix-brand-blue-900-black-a16:#002238;--tkds-color-mix-brand-grey-970-white-a04:#1f1f1f;--tkds-color-mix-brand-grey-970-white-a08:#292929;--tkds-color-mix-system-neutral-white-black-a04:#f5f5f5;--tkds-color-mix-system-neutral-white-black-a08:#ebebeb;--tkds-color-system-green-100:#c5fbd5;--tkds-color-system-green-200:#6ceb9d;--tkds-color-system-green-300:#1bd177;--tkds-color-system-green-400:#00ab58;--tkds-color-system-green-50:#dffce7;--tkds-color-system-green-500:#008943;--tkds-color-system-green-600:#007235;--tkds-color-system-green-700:#005b29;--tkds-color-system-green-800:#00451d;--tkds-color-system-green-900:#002d11;--tkds-color-system-neutral-black:#000000;--tkds-color-system-neutral-black-a04:#0000000a;--tkds-color-system-neutral-black-a08:#00000014;--tkds-color-system-neutral-black-a16:#00000029;--tkds-color-system-neutral-black-a40:#0006;--tkds-color-system-neutral-black-a80:#000c;--tkds-color-system-neutral-transparent:rgba(0,0,0,0);--tkds-color-system-neutral-white:#ffffff;--tkds-color-system-neutral-white-a04:#ffffff0a;--tkds-color-system-neutral-white-a08:#ffffff14;--tkds-color-system-orange-100:#ffedbf;--tkds-color-system-orange-200:#ffcb5c;--tkds-color-system-orange-300:#f6a800;--tkds-color-system-orange-400:#cc8600;--tkds-color-system-orange-50:#fff4da;--tkds-color-system-orange-500:#a56a00;--tkds-color-system-orange-600:#935d00;--tkds-color-system-orange-700:#704500;--tkds-color-system-orange-800:#553300;--tkds-color-system-orange-900:#382100;--tkds-color-system-red-100:#ffeae4;--tkds-color-system-red-200:#ffc5b8;--tkds-color-system-red-300:#ff9d8b;--tkds-color-system-red-400:#ff5f4f;--tkds-color-system-red-50:#fff4f2;--tkds-color-system-red-500:#e6241e;--tkds-color-system-red-600:#c70e0e;--tkds-color-system-red-700:#a30002;--tkds-color-system-red-800:#7d0000;--tkds-color-system-red-900:#550000;--tkds-font-families-soleto-tk:"Soleto TK 24 VF",Arial,Helvetica,sans-serif;--tkds-font-families-soleto-tk-headline:"Soleto TK 24 Headline VF",Arial,Helvetica,sans-serif;--tkds-font-headline-large-regular-font-family:"Soleto TK 24 Headline VF",Arial,Helvetica,sans-serif;--tkds-font-headline-large-regular-font-size:clamp(1.25rem,1.1376rem + .32vw,1.4375rem);--tkds-font-headline-large-regular-font-weight:420;--tkds-font-headline-large-regular-letter-spacing:0;--tkds-font-headline-large-regular-line-height:1.3;--tkds-font-headline-large-regular-paragraph-indent:0;--tkds-font-headline-large-regular-paragraph-spacing:0;--tkds-font-headline-large-regular-text-case:none;--tkds-font-headline-large-regular-text-decoration:none;--tkds-font-headline-medium-regular-font-family:"Soleto TK 24 Headline VF",Arial,Helvetica,sans-serif;--tkds-font-headline-medium-regular-font-size:clamp(1rem,1rem + 0vw,1rem);--tkds-font-headline-medium-regular-font-weight:420;--tkds-font-headline-medium-regular-letter-spacing:0;--tkds-font-headline-medium-regular-line-height:1.3;--tkds-font-headline-medium-regular-paragraph-indent:0;--tkds-font-headline-medium-regular-paragraph-spacing:0;--tkds-font-headline-medium-regular-text-case:none;--tkds-font-headline-medium-regular-text-decoration:none;--tkds-font-headline-xlarge-regular-font-family:"Soleto TK 24 Headline VF",Arial,Helvetica,sans-serif;--tkds-font-headline-xlarge-regular-font-size:clamp(1.5rem,1.2778rem + .832vw,2rem);--tkds-font-headline-xlarge-regular-font-weight:420;--tkds-font-headline-xlarge-regular-letter-spacing:0;--tkds-font-headline-xlarge-regular-line-height:1.3;--tkds-font-headline-xlarge-regular-paragraph-indent:0;--tkds-font-headline-xlarge-regular-paragraph-spacing:0;--tkds-font-headline-xlarge-regular-text-case:none;--tkds-font-headline-xlarge-regular-text-decoration:none;--tkds-font-headline-xxlarge-regular-font-family:"Soleto TK 24 Headline VF",Arial,Helvetica,sans-serif;--tkds-font-headline-xxlarge-regular-font-size:clamp(1.75rem,1.411rem + 1.6256vw,2.75rem);--tkds-font-headline-xxlarge-regular-font-weight:420;--tkds-font-headline-xxlarge-regular-letter-spacing:0;--tkds-font-headline-xxlarge-regular-line-height:1.3;--tkds-font-headline-xxlarge-regular-paragraph-indent:0;--tkds-font-headline-xxlarge-regular-paragraph-spacing:0;--tkds-font-headline-xxlarge-regular-text-case:none;--tkds-font-headline-xxlarge-regular-text-decoration:none;--tkds-font-headline-xxxlarge-regular-font-family:"Soleto TK 24 Headline VF",Arial,Helvetica,sans-serif;--tkds-font-headline-xxxlarge-regular-font-size:clamp(2.125rem,1.522rem + 2.8288vw,3.875rem);--tkds-font-headline-xxxlarge-regular-font-weight:420;--tkds-font-headline-xxxlarge-regular-letter-spacing:0;--tkds-font-headline-xxxlarge-regular-line-height:1.3;--tkds-font-headline-xxxlarge-regular-paragraph-indent:0;--tkds-font-headline-xxxlarge-regular-paragraph-spacing:0;--tkds-font-headline-xxxlarge-regular-text-case:none;--tkds-font-headline-xxxlarge-regular-text-decoration:none;--tkds-font-hyphens:auto;--tkds-font-hyphens-after:4;--tkds-font-hyphens-before:4;--tkds-font-hyphens-last:always;--tkds-font-hyphens-length:7;--tkds-font-hyphens-lines:2;--tkds-font-hyphens-zone:8%;--tkds-font-length-max:47rem;--tkds-font-line-break:loose;--tkds-font-line-break-strategy:simple;--tkds-font-size-large:clamp(1.25rem,1.1376rem + .32vw,1.4375rem);--tkds-font-size-medium:clamp(1rem,1rem + 0vw,1rem);--tkds-font-size-small:clamp(.875rem,.875rem + 0vw,.875rem);--tkds-font-size-xlarge:clamp(1.5rem,1.2778rem + .832vw,2rem);--tkds-font-size-xsmall:clamp(.75rem,.75rem + 0vw,.75rem);--tkds-font-size-xxlarge:clamp(1.75rem,1.411rem + 1.6256vw,2.75rem);--tkds-font-size-xxxlarge:clamp(2.125rem,1.522rem + 2.8288vw,3.875rem);--tkds-font-text-large-emphasized-font-family:"Soleto TK 24 VF",Arial,Helvetica,sans-serif;--tkds-font-text-large-emphasized-font-size:clamp(1.25rem,1.1376rem + .32vw,1.4375rem);--tkds-font-text-large-emphasized-font-weight:560;--tkds-font-text-large-emphasized-letter-spacing:0;--tkds-font-text-large-emphasized-line-height:1.5;--tkds-font-text-large-emphasized-paragraph-indent:0;--tkds-font-text-large-emphasized-paragraph-spacing:0;--tkds-font-text-large-emphasized-text-case:none;--tkds-font-text-large-emphasized-text-decoration:none;--tkds-font-text-large-regular-font-family:"Soleto TK 24 VF",Arial,Helvetica,sans-serif;--tkds-font-text-large-regular-font-size:clamp(1.25rem,1.1376rem + .32vw,1.4375rem);--tkds-font-text-large-regular-font-weight:420;--tkds-font-text-large-regular-letter-spacing:0;--tkds-font-text-large-regular-line-height:1.5;--tkds-font-text-large-regular-paragraph-indent:0;--tkds-font-text-large-regular-paragraph-spacing:0;--tkds-font-text-large-regular-text-case:none;--tkds-font-text-large-regular-text-decoration:none;--tkds-font-text-medium-emphasized-font-family:"Soleto TK 24 VF",Arial,Helvetica,sans-serif;--tkds-font-text-medium-emphasized-font-size:clamp(1rem,1rem + 0vw,1rem);--tkds-font-text-medium-emphasized-font-weight:560;--tkds-font-text-medium-emphasized-letter-spacing:0;--tkds-font-text-medium-emphasized-line-height:1.5;--tkds-font-text-medium-emphasized-paragraph-indent:0;--tkds-font-text-medium-emphasized-paragraph-spacing:1rem;--tkds-font-text-medium-emphasized-text-case:none;--tkds-font-text-medium-emphasized-text-decoration:none;--tkds-font-text-medium-regular-font-family:"Soleto TK 24 VF",Arial,Helvetica,sans-serif;--tkds-font-text-medium-regular-font-size:clamp(1rem,1rem + 0vw,1rem);--tkds-font-text-medium-regular-font-weight:420;--tkds-font-text-medium-regular-letter-spacing:0;--tkds-font-text-medium-regular-line-height:1.5;--tkds-font-text-medium-regular-paragraph-indent:0;--tkds-font-text-medium-regular-paragraph-spacing:1rem;--tkds-font-text-medium-regular-text-case:none;--tkds-font-text-medium-regular-text-decoration:none;--tkds-font-text-small-emphasized-font-family:"Soleto TK 24 VF",Arial,Helvetica,sans-serif;--tkds-font-text-small-emphasized-font-size:clamp(.875rem,.875rem + 0vw,.875rem);--tkds-font-text-small-emphasized-font-weight:560;--tkds-font-text-small-emphasized-letter-spacing:0;--tkds-font-text-small-emphasized-line-height:1.5;--tkds-font-text-small-emphasized-paragraph-indent:0;--tkds-font-text-small-emphasized-paragraph-spacing:.875rem;--tkds-font-text-small-emphasized-text-case:none;--tkds-font-text-small-emphasized-text-decoration:none;--tkds-font-text-small-regular-font-family:"Soleto TK 24 VF",Arial,Helvetica,sans-serif;--tkds-font-text-small-regular-font-size:clamp(.875rem,.875rem + 0vw,.875rem);--tkds-font-text-small-regular-font-weight:420;--tkds-font-text-small-regular-letter-spacing:0;--tkds-font-text-small-regular-line-height:1.5;--tkds-font-text-small-regular-paragraph-indent:0;--tkds-font-text-small-regular-paragraph-spacing:.875rem;--tkds-font-text-small-regular-text-case:none;--tkds-font-text-small-regular-text-decoration:none;--tkds-font-text-xlarge-emphasized-font-family:"Soleto TK 24 VF",Arial,Helvetica,sans-serif;--tkds-font-text-xlarge-emphasized-font-size:clamp(1.5rem,1.2778rem + .832vw,2rem);--tkds-font-text-xlarge-emphasized-font-weight:560;--tkds-font-text-xlarge-emphasized-letter-spacing:0;--tkds-font-text-xlarge-emphasized-line-height:1.5;--tkds-font-text-xlarge-emphasized-paragraph-indent:0;--tkds-font-text-xlarge-emphasized-paragraph-spacing:0;--tkds-font-text-xlarge-emphasized-text-case:none;--tkds-font-text-xlarge-emphasized-text-decoration:none;--tkds-font-text-xlarge-regular-font-family:"Soleto TK 24 VF",Arial,Helvetica,sans-serif;--tkds-font-text-xlarge-regular-font-size:clamp(1.5rem,1.2778rem + .832vw,2rem);--tkds-font-text-xlarge-regular-font-weight:420;--tkds-font-text-xlarge-regular-letter-spacing:0;--tkds-font-text-xlarge-regular-line-height:1.5;--tkds-font-text-xlarge-regular-paragraph-indent:0;--tkds-font-text-xlarge-regular-paragraph-spacing:0;--tkds-font-text-xlarge-regular-text-case:none;--tkds-font-text-xlarge-regular-text-decoration:none;--tkds-font-text-xsmall-emphasized-font-family:"Soleto TK 24 VF",Arial,Helvetica,sans-serif;--tkds-font-text-xsmall-emphasized-font-size:clamp(.75rem,.75rem + 0vw,.75rem);--tkds-font-text-xsmall-emphasized-font-weight:560;--tkds-font-text-xsmall-emphasized-letter-spacing:0;--tkds-font-text-xsmall-emphasized-line-height:1.5;--tkds-font-text-xsmall-emphasized-paragraph-indent:0;--tkds-font-text-xsmall-emphasized-paragraph-spacing:0;--tkds-font-text-xsmall-emphasized-text-case:none;--tkds-font-text-xsmall-emphasized-text-decoration:none;--tkds-font-text-xsmall-regular-font-family:"Soleto TK 24 VF",Arial,Helvetica,sans-serif;--tkds-font-text-xsmall-regular-font-size:clamp(.75rem,.75rem + 0vw,.75rem);--tkds-font-text-xsmall-regular-font-weight:420;--tkds-font-text-xsmall-regular-letter-spacing:0;--tkds-font-text-xsmall-regular-line-height:1.5;--tkds-font-text-xsmall-regular-paragraph-indent:0;--tkds-font-text-xsmall-regular-paragraph-spacing:0;--tkds-font-text-xsmall-regular-text-case:none;--tkds-font-text-xsmall-regular-text-decoration:none;--tkds-font-text-xxlarge-emphasized-font-family:"Soleto TK 24 VF",Arial,Helvetica,sans-serif;--tkds-font-text-xxlarge-emphasized-font-size:clamp(1.75rem,1.411rem + 1.6256vw,2.75rem);--tkds-font-text-xxlarge-emphasized-font-weight:560;--tkds-font-text-xxlarge-emphasized-letter-spacing:0;--tkds-font-text-xxlarge-emphasized-line-height:1.3;--tkds-font-text-xxlarge-emphasized-paragraph-indent:0;--tkds-font-text-xxlarge-emphasized-paragraph-spacing:0;--tkds-font-text-xxlarge-emphasized-text-case:none;--tkds-font-text-xxlarge-emphasized-text-decoration:none;--tkds-font-text-xxlarge-regular-font-family:"Soleto TK 24 VF",Arial,Helvetica,sans-serif;--tkds-font-text-xxlarge-regular-font-size:clamp(1.75rem,1.411rem + 1.6256vw,2.75rem);--tkds-font-text-xxlarge-regular-font-weight:420;--tkds-font-text-xxlarge-regular-letter-spacing:0;--tkds-font-text-xxlarge-regular-line-height:1.3;--tkds-font-text-xxlarge-regular-paragraph-indent:0;--tkds-font-text-xxlarge-regular-paragraph-spacing:0;--tkds-font-text-xxlarge-regular-text-case:none;--tkds-font-text-xxlarge-regular-text-decoration:none;--tkds-font-text-xxxlarge-emphasized-font-family:"Soleto TK 24 VF",Arial,Helvetica,sans-serif;--tkds-font-text-xxxlarge-emphasized-font-size:clamp(2.125rem,1.522rem + 2.8288vw,3.875rem);--tkds-font-text-xxxlarge-emphasized-font-weight:560;--tkds-font-text-xxxlarge-emphasized-letter-spacing:0;--tkds-font-text-xxxlarge-emphasized-line-height:1.3;--tkds-font-text-xxxlarge-emphasized-paragraph-indent:0;--tkds-font-text-xxxlarge-emphasized-paragraph-spacing:0;--tkds-font-text-xxxlarge-emphasized-text-case:none;--tkds-font-text-xxxlarge-emphasized-text-decoration:none;--tkds-font-text-xxxlarge-regular-font-family:"Soleto TK 24 VF",Arial,Helvetica,sans-serif;--tkds-font-text-xxxlarge-regular-font-size:clamp(2.125rem,1.522rem + 2.8288vw,3.875rem);--tkds-font-text-xxxlarge-regular-font-weight:420;--tkds-font-text-xxxlarge-regular-letter-spacing:0;--tkds-font-text-xxxlarge-regular-line-height:1.3;--tkds-font-text-xxxlarge-regular-paragraph-indent:0;--tkds-font-text-xxxlarge-regular-paragraph-spacing:0;--tkds-font-text-xxxlarge-regular-text-case:none;--tkds-font-text-xxxlarge-regular-text-decoration:none;--tkds-font-weights-soleto-tk-headline-regular:420;--tkds-font-weights-soleto-tk-text-emphasized:560;--tkds-font-weights-soleto-tk-text-regular:420;--tkds-font-word-break:auto-phrase;--tkds-grid-gap:clamp(1rem,.6667rem + 1.5504vw,2rem);--tkds-layout-section-column-count:12;--tkds-layout-section-max-width:82rem;--tkds-layout-section-min-width:19.5rem;--tkds-letter-spacing-none:0;--tkds-line-heights-headline:1.3;--tkds-line-heights-text:1.5;--tkds-motion-duration-fast:.3s;--tkds-motion-duration-faster:.2s;--tkds-motion-duration-fastest:.1s;--tkds-motion-duration-slow:.4s;--tkds-motion-duration-slower:.5s;--tkds-motion-duration-slowest:.6s;--tkds-motion-easing-accelerate:cubic-bezier(.42,0,1,1);--tkds-motion-easing-decelerate:cubic-bezier(0,0,.58,1);--tkds-motion-easing-default:cubic-bezier(.42,0,.58,1);--tkds-motion-easing-emphasized:cubic-bezier(.2,0,0,1);--tkds-motion-easing-overshoot:cubic-bezier(.175,.885,.32,1.275);--tkds-motion-transition-interaction:.1s cubic-bezier(.42,0,.58,1) 0ms;--tkds-motion-transition-move-in:.5s cubic-bezier(0,0,.58,1) 0ms;--tkds-motion-transition-move-out:.3s cubic-bezier(.42,0,1,1) 0ms;--tkds-motion-transition-scale-large:.5s cubic-bezier(.2,0,0,1) 0ms;--tkds-motion-transition-scale-small:.3s cubic-bezier(.42,0,.58,1) 0ms;--tkds-motion-transition-slide:.3s cubic-bezier(0,0,.58,1) 0ms;--tkds-opacity-disabled:.3;--tkds-opacity-high:.7;--tkds-opacity-low:.1;--tkds-opacity-medium:.4;--tkds-paragraph-indent-none:0;--tkds-paragraph-spacing-medium:1rem;--tkds-paragraph-spacing-none:0;--tkds-paragraph-spacing-small:.875rem;--tkds-radius-1:.25rem;--tkds-radius-2:.5rem;--tkds-radius-3:.75rem;--tkds-radius-round:6.25rem;--tkds-radius-sharp:0;--tkds-size-static-05:.25rem;--tkds-size-static-1:.5rem;--tkds-size-static-10:5rem;--tkds-size-static-12:6rem;--tkds-size-static-2:1rem;--tkds-size-static-3:1.5rem;--tkds-size-static-4:2rem;--tkds-size-static-5:2.5rem;--tkds-size-static-6:3rem;--tkds-size-static-7:3.5rem;--tkds-size-static-8:4rem;--tkds-size-static-9:4.5rem;--tkds-spacing-fluid-large:clamp(1.5rem,1rem + 2.3256vw,3rem);--tkds-spacing-fluid-layout-horizontal:clamp(1.5rem,.3333rem + 5.4264vw,5rem);--tkds-spacing-fluid-medium:clamp(1rem,.6667rem + 1.5504vw,2rem);--tkds-spacing-fluid-small:clamp(.5rem,.3333rem + .7752vw,1rem);--tkds-spacing-fluid-xlarge:clamp(2rem,1.3333rem + 3.1008vw,4rem);--tkds-spacing-fluid-xxlarge:clamp(2.5rem,.8333rem + 7.7519vw,7.5rem);--tkds-spacing-fluid-xxxlarge:clamp(4rem,2rem + 9.3023vw,10rem);--tkds-spacing-focusring-offset:.125rem;--tkds-spacing-static-05:.125rem;--tkds-spacing-static-1:.25rem;--tkds-spacing-static-1-05:.375rem;--tkds-spacing-static-10:2.5rem;--tkds-spacing-static-12:3rem;--tkds-spacing-static-16:4rem;--tkds-spacing-static-2:.5rem;--tkds-spacing-static-20:5rem;--tkds-spacing-static-3:.75rem;--tkds-spacing-static-30:7.5rem;--tkds-spacing-static-4:1rem;--tkds-spacing-static-40:10rem;--tkds-spacing-static-5:1.25rem;--tkds-spacing-static-6:1.5rem;--tkds-spacing-static-6-05:1.625rem;--tkds-spacing-static-7:1.75rem;--tkds-spacing-static-8:2rem;--tkds-text-case-none:none;--tkds-text-decoration-none:none;--tkds-z-index-modal:600;--tkds-z-index-notification:800;--tkds-z-index-popout:400;--tkds-z-index-sticky:200}:root,:host,.tkds-theme-light{--tkds-color-foreground-brand-default:var(--tkds-color-brand-blue-600);--tkds-color-foreground-brand-hover:var(--tkds-color-brand-blue-700);--tkds-color-foreground-brand-active:var(--tkds-color-brand-blue-800);--tkds-color-foreground-brand-inverted:var(--tkds-color-brand-blue-400);--tkds-color-foreground-brand-inverted-hover:var(--tkds-color-brand-blue-300);--tkds-color-foreground-brand-inverted-active:var(--tkds-color-brand-blue-200);--tkds-color-foreground-brand-oninverted:var(--tkds-color-brand-blue-400);--tkds-color-foreground-brand-oninverted-hover:var(--tkds-color-brand-blue-300);--tkds-color-foreground-brand-oninverted-active:var(--tkds-color-brand-blue-200);--tkds-color-foreground-brand-onloud:var(--tkds-color-system-neutral-white);--tkds-color-foreground-neutral-default:var(--tkds-color-brand-grey-800);--tkds-color-foreground-neutral-muted:var(--tkds-color-brand-grey-700);--tkds-color-foreground-neutral-onloud:var(--tkds-color-system-neutral-white);--tkds-color-foreground-neutral-onminimal:var(--tkds-color-brand-grey-800);--tkds-color-foreground-neutral-inverted:var(--tkds-color-system-neutral-white);--tkds-color-foreground-neutral-onbright:var(--tkds-color-brand-grey-800);--tkds-color-foreground-neutral-ondimmed:var(--tkds-color-system-neutral-white);--tkds-color-foreground-neutral-oninverted:var(--tkds-color-system-neutral-white);--tkds-color-foreground-success-default:var(--tkds-color-system-green-600);--tkds-color-foreground-success-functional:var(--tkds-color-system-green-400);--tkds-color-foreground-success-loud:var(--tkds-color-system-green-500);--tkds-color-foreground-success-onminimal:var(--tkds-color-system-green-600);--tkds-color-foreground-warning-default:var(--tkds-color-system-orange-600);--tkds-color-foreground-warning-functional:var(--tkds-color-system-orange-400);--tkds-color-foreground-error-default:var(--tkds-color-system-red-600);--tkds-color-foreground-error-loud:var(--tkds-color-system-red-500);--tkds-color-foreground-error-onminimal:var(--tkds-color-system-red-600);--tkds-color-foreground-accent-1-onmuted:var(--tkds-color-brand-mint-800);--tkds-color-foreground-accent-2-onloud:var(--tkds-color-brand-violet-600);--tkds-color-foreground-accent-1-onbright:var(--tkds-color-brand-mint-800);--tkds-color-foreground-accent-2-default:var(--tkds-color-brand-violet-600);--tkds-color-border-neutral-muted:var(--tkds-color-brand-grey-200);--tkds-color-border-neutral-onloud:var(--tkds-color-system-neutral-white);--tkds-color-border-neutral-ondimmed:var(--tkds-color-system-neutral-white);--tkds-color-border-brand-default:var(--tkds-color-brand-blue-600);--tkds-color-border-brand-muted:var(--tkds-color-brand-blue-200);--tkds-color-border-brand-decorative:var(--tkds-color-brand-blue-200);--tkds-color-border-brand-active:var(--tkds-color-brand-blue-800);--tkds-color-border-brand-focus:var(--tkds-color-brand-blue-400);--tkds-color-border-success-default:var(--tkds-color-system-green-600);--tkds-color-border-success-muted:var(--tkds-color-system-green-200);--tkds-color-border-success-decorative:var(--tkds-color-system-green-200);--tkds-color-border-warning-default:var(--tkds-color-system-orange-600);--tkds-color-border-warning-muted:var(--tkds-color-system-orange-200);--tkds-color-border-warning-decorative:var(--tkds-color-system-orange-200);--tkds-color-border-error-default:var(--tkds-color-system-red-600);--tkds-color-border-error-muted:var(--tkds-color-system-red-200);--tkds-color-border-error-decorative:var(--tkds-color-system-red-200);--tkds-color-background-neutral-default:var(--tkds-color-system-neutral-white);--tkds-color-background-neutral-muted:var(--tkds-color-brand-grey-300);--tkds-color-background-neutral-bright:var(--tkds-color-system-neutral-white);--tkds-color-background-neutral-dimmed:var(--tkds-color-brand-grey-900);--tkds-color-background-neutral-inverted:var(--tkds-color-brand-grey-950);--tkds-color-background-neutral-sunken:var(--tkds-color-brand-grey-50);--tkds-color-background-neutral-flat:var(--tkds-color-system-neutral-white);--tkds-color-background-neutral-raised:var(--tkds-color-system-neutral-white);--tkds-color-background-neutral-decorative:var(--tkds-color-brand-grey-50);--tkds-color-background-neutral-dimmed-from-top:linear-gradient(0deg,var(--tkds-color-system-neutral-transparent) 40%,var(--tkds-color-system-neutral-black-a80) 100%);--tkds-color-background-neutral-dimmed-from-bottom:linear-gradient(180deg,var(--tkds-color-system-neutral-transparent) 40%,var(--tkds-color-system-neutral-black-a80) 100%);--tkds-color-background-brand-loudest:var(--tkds-color-brand-blue-800);--tkds-color-background-brand-loud:var(--tkds-color-brand-blue-600);--tkds-color-background-brand-muted:var(--tkds-color-brand-blue-400);--tkds-color-background-brand-minimal:var(--tkds-color-brand-blue-50);--tkds-color-background-brand-dimmed:var(--tkds-color-brand-blue-800);--tkds-color-background-brand-decorative:var(--tkds-color-brand-blue-50);--tkds-color-background-success-loud:var(--tkds-color-system-green-600);--tkds-color-background-success-minimal:var(--tkds-color-system-green-50);--tkds-color-background-success-decorative:var(--tkds-color-system-green-50);--tkds-color-background-warning-muted:var(--tkds-color-system-orange-200);--tkds-color-background-warning-minimal:var(--tkds-color-system-orange-50);--tkds-color-background-warning-loud:var(--tkds-color-system-orange-600);--tkds-color-background-warning-decorative:var(--tkds-color-system-orange-50);--tkds-color-background-error-loud:var(--tkds-color-system-red-600);--tkds-color-background-error-minimal:var(--tkds-color-system-red-50);--tkds-color-background-error-decorative:var(--tkds-color-system-red-50);--tkds-color-background-accent-1-muted:var(--tkds-color-brand-mint-200);--tkds-color-background-accent-2-loud:var(--tkds-color-brand-violet-600);--tkds-color-background-level-sunken:var(--tkds-color-brand-grey-50);--tkds-color-background-level-default:var(--tkds-color-system-neutral-white);--tkds-color-background-level-raised:var(--tkds-color-system-neutral-white);--tkds-color-background-level-emphasized:var(--tkds-color-brand-grey-50);--tkds-color-shadow-neutral-default:var(--tkds-color-brand-grey-200);--tkds-color-focusring:var(--tkds-color-brand-blue-400);--tkds-shadow-neutral-none:0 0 0 0 var(--tkds-color-system-neutral-transparent);--tkds-color-foreground-neutral-minimal:var(--tkds-color-brand-grey-800-a76);--tkds-color-foreground-neutral-skeleton:var(--tkds-color-system-neutral-black-a04);--tkds-color-border-neutral-default:var(--tkds-color-brand-grey-800-a56);--tkds-color-border-neutral-minimal:var(--tkds-color-brand-grey-800-a16);--tkds-color-border-neutral-functional:var(--tkds-color-brand-grey-800-a56);--tkds-color-border-neutral-functional-hover:var(--tkds-color-brand-grey-800-a76);--tkds-color-border-neutral-decorative:var(--tkds-color-brand-grey-800-a16);--tkds-color-border-neutral-hover:var(--tkds-color-brand-grey-800-a76);--tkds-color-background-neutral-minimal:var(--tkds-color-system-neutral-black-a08);--tkds-color-background-neutral-hover:var(--tkds-color-system-neutral-black-a04);--tkds-color-background-neutral-hover-mix:var(--tkds-color-mix-system-neutral-white-black-a04);--tkds-color-background-neutral-active:var(--tkds-color-system-neutral-black-a08);--tkds-color-background-neutral-active-mix:var(--tkds-color-mix-system-neutral-white-black-a08);--tkds-color-background-neutral-inverted-hover:var(--tkds-color-system-neutral-white-a04);--tkds-color-background-neutral-inverted-active:var(--tkds-color-system-neutral-white-a08);--tkds-color-background-neutral-bright-hover:var(--tkds-color-system-neutral-black-a04);--tkds-color-background-neutral-bright-hover-mix:var(--tkds-color-mix-system-neutral-white-black-a04);--tkds-color-background-neutral-bright-active:var(--tkds-color-system-neutral-black-a08);--tkds-color-background-neutral-bright-active-mix:var(--tkds-color-mix-system-neutral-white-black-a08);--tkds-color-background-neutral-onloud-hover:var(--tkds-color-system-neutral-white-a04);--tkds-color-background-neutral-onloud-active:var(--tkds-color-system-neutral-white-a08);--tkds-color-background-neutral-dimmed-hover:var(--tkds-color-system-neutral-white-a04);--tkds-color-background-neutral-dimmed-active:var(--tkds-color-system-neutral-white-a08);--tkds-color-background-brand-hover:var(--tkds-color-brand-blue-600-a04);--tkds-color-background-brand-active:var(--tkds-color-brand-blue-600-a08);--tkds-color-background-brand-minimal-hover-mix:var(--tkds-color-mix-brand-blue-50-600-a04);--tkds-color-background-brand-minimal-active-mix:var(--tkds-color-mix-brand-blue-50-600-a08);--tkds-color-background-brand-loud-hover:var(--tkds-color-brand-blue-900-a20);--tkds-color-background-brand-loud-hover-mix:var(--tkds-color-mix-brand-blue-600-900-a20);--tkds-color-background-brand-loud-active:var(--tkds-color-brand-blue-900-a40);--tkds-color-background-brand-loud-active-mix:var(--tkds-color-mix-brand-blue-600-900-a40);--tkds-color-background-brand-decorative-hover-mix:var(--tkds-color-mix-brand-blue-50-600-a04);--tkds-color-background-brand-decorative-active-mix:var(--tkds-color-mix-brand-blue-50-600-a08);--tkds-color-shadow-brand-default:var(--tkds-color-brand-blue-900-a20);--tkds-focusring:var(--tkds-border-width-focusring) var(--tkds-border-style-focusring) var(--tkds-color-focusring);--tkds-shadow-neutral-xsmall:inset 0 0 0 1px var(--tkds-color-shadow-neutral-default);--tkds-shadow-brand-small:0 4px 8px 0 var(--tkds-color-shadow-brand-default);--tkds-shadow-brand-medium:0 2px 16px 0 var(--tkds-color-shadow-brand-default);--tkds-shadow-brand-large:0 4px 24px 0 var(--tkds-color-shadow-brand-default);--tkds-shadow-brand-xlarge:0 8px 80px 0 var(--tkds-color-shadow-brand-default)}.tkds-theme-dark{--tkds-color-foreground-brand-default:var(--tkds-color-brand-blue-400);--tkds-color-foreground-brand-hover:var(--tkds-color-brand-blue-300);--tkds-color-foreground-brand-active:var(--tkds-color-brand-blue-200);--tkds-color-foreground-brand-inverted:var(--tkds-color-brand-blue-600);--tkds-color-foreground-brand-inverted-hover:var(--tkds-color-brand-blue-700);--tkds-color-foreground-brand-inverted-active:var(--tkds-color-brand-blue-800);--tkds-color-foreground-brand-oninverted:var(--tkds-color-brand-blue-600);--tkds-color-foreground-brand-oninverted-hover:var(--tkds-color-brand-blue-700);--tkds-color-foreground-brand-oninverted-active:var(--tkds-color-brand-blue-800);--tkds-color-foreground-brand-onloud:var(--tkds-color-brand-blue-900);--tkds-color-foreground-neutral-default:var(--tkds-color-brand-grey-50);--tkds-color-foreground-neutral-muted:var(--tkds-color-brand-grey-200);--tkds-color-foreground-neutral-onloud:var(--tkds-color-brand-grey-900);--tkds-color-foreground-neutral-onminimal:var(--tkds-color-brand-grey-800);--tkds-color-foreground-neutral-inverted:var(--tkds-color-brand-grey-800);--tkds-color-foreground-neutral-onbright:var(--tkds-color-brand-grey-800);--tkds-color-foreground-neutral-ondimmed:var(--tkds-color-system-neutral-white);--tkds-color-foreground-neutral-oninverted:var(--tkds-color-brand-grey-800);--tkds-color-foreground-success-default:var(--tkds-color-system-green-400);--tkds-color-foreground-success-functional:var(--tkds-color-system-green-300);--tkds-color-foreground-success-loud:var(--tkds-color-system-green-400);--tkds-color-foreground-success-onminimal:var(--tkds-color-system-green-300);--tkds-color-foreground-warning-default:var(--tkds-color-system-orange-400);--tkds-color-foreground-warning-functional:var(--tkds-color-system-orange-300);--tkds-color-foreground-error-default:var(--tkds-color-system-red-400);--tkds-color-foreground-error-loud:var(--tkds-color-system-red-400);--tkds-color-foreground-error-onminimal:var(--tkds-color-system-red-400);--tkds-color-foreground-accent-1-onmuted:var(--tkds-color-brand-mint-800);--tkds-color-foreground-accent-2-onloud:var(--tkds-color-brand-violet-400);--tkds-color-foreground-accent-1-onbright:var(--tkds-color-brand-mint-800);--tkds-color-foreground-accent-2-default:var(--tkds-color-brand-violet-400);--tkds-color-border-neutral-muted:var(--tkds-color-brand-grey-800);--tkds-color-border-neutral-onloud:var(--tkds-color-brand-grey-900);--tkds-color-border-neutral-ondimmed:var(--tkds-color-system-neutral-white);--tkds-color-border-brand-default:var(--tkds-color-brand-blue-400);--tkds-color-border-brand-muted:var(--tkds-color-brand-blue-700);--tkds-color-border-brand-decorative:var(--tkds-color-brand-blue-700);--tkds-color-border-brand-active:var(--tkds-color-brand-blue-200);--tkds-color-border-brand-focus:var(--tkds-color-brand-blue-300);--tkds-color-border-success-default:var(--tkds-color-system-green-400);--tkds-color-border-success-muted:var(--tkds-color-system-green-700);--tkds-color-border-success-decorative:var(--tkds-color-system-green-700);--tkds-color-border-warning-default:var(--tkds-color-system-orange-400);--tkds-color-border-warning-muted:var(--tkds-color-system-orange-700);--tkds-color-border-warning-decorative:var(--tkds-color-system-orange-700);--tkds-color-border-error-default:var(--tkds-color-system-red-400);--tkds-color-border-error-muted:var(--tkds-color-system-red-700);--tkds-color-border-error-decorative:var(--tkds-color-system-red-700);--tkds-color-background-neutral-muted:var(--tkds-color-brand-grey-700);--tkds-color-background-neutral-bright:var(--tkds-color-system-neutral-white);--tkds-color-background-neutral-dimmed:var(--tkds-color-brand-grey-900);--tkds-color-background-neutral-inverted:var(--tkds-color-system-neutral-white);--tkds-color-background-neutral-sunken:var(--tkds-color-brand-grey-990);--tkds-color-background-neutral-flat:var(--tkds-color-brand-grey-970);--tkds-color-background-neutral-raised:var(--tkds-color-brand-grey-950);--tkds-color-background-neutral-decorative:var(--tkds-color-brand-grey-900);--tkds-color-background-neutral-dimmed-from-top:linear-gradient(0deg,var(--tkds-color-system-neutral-transparent) 40%,var(--tkds-color-system-neutral-black-a80) 100%);--tkds-color-background-neutral-dimmed-from-bottom:linear-gradient(180deg,var(--tkds-color-system-neutral-transparent) 40%,var(--tkds-color-system-neutral-black-a80) 100%);--tkds-color-background-brand-loudest:var(--tkds-color-brand-blue-900);--tkds-color-background-brand-loud:var(--tkds-color-brand-blue-400);--tkds-color-background-brand-muted:var(--tkds-color-brand-blue-400);--tkds-color-background-brand-minimal:var(--tkds-color-brand-blue-900);--tkds-color-background-brand-dimmed:var(--tkds-color-brand-blue-900);--tkds-color-background-brand-decorative:var(--tkds-color-brand-blue-900);--tkds-color-background-success-loud:var(--tkds-color-system-green-400);--tkds-color-background-success-minimal:var(--tkds-color-system-green-900);--tkds-color-background-success-decorative:var(--tkds-color-system-green-900);--tkds-color-background-warning-muted:var(--tkds-color-system-orange-300);--tkds-color-background-warning-minimal:var(--tkds-color-system-orange-900);--tkds-color-background-warning-loud:var(--tkds-color-system-orange-400);--tkds-color-background-warning-decorative:var(--tkds-color-system-orange-900);--tkds-color-background-error-loud:var(--tkds-color-system-red-400);--tkds-color-background-error-minimal:var(--tkds-color-system-red-900);--tkds-color-background-error-decorative:var(--tkds-color-system-red-900);--tkds-color-background-accent-1-muted:var(--tkds-color-brand-mint-300);--tkds-color-background-accent-2-loud:var(--tkds-color-brand-violet-400);--tkds-color-background-level-sunken:var(--tkds-color-brand-grey-990);--tkds-color-background-level-default:var(--tkds-color-brand-grey-970);--tkds-color-background-level-raised:var(--tkds-color-brand-grey-950);--tkds-color-background-level-decorative:var(--tkds-color-brand-grey-950);--tkds-color-shadow-neutral-default:var(--tkds-color-brand-grey-800);--tkds-color-focusring:var(--tkds-color-brand-blue-300);--tkds-shadow-neutral-none:0 0 0 0 var(--tkds-color-system-neutral-transparent);--tkds-color-foreground-neutral-minimal:var(--tkds-color-brand-grey-50-a76);--tkds-color-foreground-neutral-skeleton:var(--tkds-color-system-neutral-white-a08);--tkds-color-border-neutral-default:var(--tkds-color-brand-grey-50-a40);--tkds-color-border-neutral-minimal:var(--tkds-color-brand-grey-50-a16);--tkds-color-border-neutral-functional:var(--tkds-color-brand-grey-50-a40);--tkds-color-border-neutral-functional-hover:var(--tkds-color-brand-grey-50-a56);--tkds-color-border-neutral-decorative:var(--tkds-color-brand-grey-50-a16);--tkds-color-border-neutral-hover:var(--tkds-color-brand-grey-50-a56);--tkds-color-background-neutral-default:var(--tkds-color-system-neutral-white-a04);--tkds-color-background-neutral-minimal:var(--tkds-color-system-neutral-white-a08);--tkds-color-background-neutral-hover:var(--tkds-color-system-neutral-white-a04);--tkds-color-background-neutral-hover-mix:var(--tkds-color-mix-brand-grey-970-white-a04);--tkds-color-background-neutral-active:var(--tkds-color-system-neutral-white-a08);--tkds-color-background-neutral-active-mix:var(--tkds-color-mix-brand-grey-970-white-a08);--tkds-color-background-neutral-inverted-hover:var(--tkds-color-system-neutral-black-a04);--tkds-color-background-neutral-inverted-active:var(--tkds-color-system-neutral-black-a08);--tkds-color-background-neutral-bright-hover:var(--tkds-color-system-neutral-black-a04);--tkds-color-background-neutral-bright-hover-mix:var(--tkds-color-mix-system-neutral-white-black-a04);--tkds-color-background-neutral-bright-active:var(--tkds-color-system-neutral-black-a08);--tkds-color-background-neutral-bright-active-mix:var(--tkds-color-mix-system-neutral-white-black-a08);--tkds-color-background-neutral-onloud-hover:var(--tkds-color-system-neutral-white-a04);--tkds-color-background-neutral-onloud-active:var(--tkds-color-system-neutral-white-a08);--tkds-color-background-neutral-dimmed-hover:var(--tkds-color-system-neutral-white-a04);--tkds-color-background-neutral-dimmed-active:var(--tkds-color-system-neutral-white-a08);--tkds-color-background-brand-hover:var(--tkds-color-brand-blue-900-a20);--tkds-color-background-brand-active:var(--tkds-color-brand-blue-900-a40);--tkds-color-background-brand-minimal-hover-mix:var(--tkds-color-mix-brand-blue-900-black-a08);--tkds-color-background-brand-minimal-active-mix:var(--tkds-color-mix-brand-blue-900-black-a16);--tkds-color-background-brand-loud-hover:var(--tkds-color-brand-blue-50-a20);--tkds-color-background-brand-loud-hover-mix:var(--tkds-color-mix-brand-blue-400-50-a20);--tkds-color-background-brand-loud-active:var(--tkds-color-brand-blue-50-a40);--tkds-color-background-brand-loud-active-mix:var(--tkds-color-mix-brand-blue-400-50-a40);--tkds-color-background-brand-decorative-hover-mix:var(--tkds-color-mix-brand-blue-900-black-a08);--tkds-color-background-brand-decorative-active-mix:var(--tkds-color-mix-brand-blue-900-black-a16);--tkds-color-shadow-brand-default:var(--tkds-color-system-neutral-black-a40);--tkds-focusring:var(--tkds-border-width-focusring) var(--tkds-border-style-focusring) var(--tkds-color-focusring);--tkds-shadow-neutral-xsmall:inset 0 0 0 1px var(--tkds-color-shadow-neutral-default);--tkds-shadow-brand-small:0 4px 8px 0 var(--tkds-color-shadow-brand-default);--tkds-shadow-brand-medium:0 2px 16px 0 var(--tkds-color-shadow-brand-default);--tkds-shadow-brand-large:0 4px 24px 0 var(--tkds-color-shadow-brand-default);--tkds-shadow-brand-xlarge:0 8px 80px 0 var(--tkds-color-shadow-brand-default)}:root{--truncation-lines: 2}.text--truncated{&,tkds-headline::part(base),tkds-text::part(base){display:-webkit-box;-webkit-line-clamp:var(--truncation-lines);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;hyphens:auto}}.session-timeout{grid-area:footer;--width: 770px;background-color:red;&::part(base){z-index:var(--tkds-z-index-notification)}&::part(header){flex-grow:4}&::part(close-button){display:none}}.session-timeout__footer{display:flex;justify-content:flex-end;flex-direction:column;gap:var(--tkds-spacing-static-4);margin-block-start:var(--tkds-spacing-static-4);@media(width>=720px){flex-direction:row}}@font-face{font-family:"Soleto TK 24 VF";src:url(/astro/fonts/SoletoTK24VF_W_Wght.woff2) format("woff2");font-display:swap}@font-face{font-family:"Soleto TK 24 Headline VF";src:url(/astro/fonts/SoletoTK24HeadlineVF_W_Wght.woff2) format("woff2");font-display:swap}.no-js-notice{grid-area:main;max-width:var(--tkds-layout-section-max-width);margin:var(--tkds-spacing-fluid-medium) auto}.no-js-notice__noscript{grid-area:banner;padding-inline:var(--tkds-spacing-fluid-layout-horizontal)}.no-js-notice__title{font-size:var(--tkds-font-headline-xlarge-regular-font-size);line-height:var(--tkds-font-headline-xlarge-regular-line-height);font-weight:var(--tkds-font-headline-xlarge-regular-font-weight)}.no-js-notice__content{border-inline-start:4px solid var(--tkds-color-foreground-error-default);padding:var(--tkds-spacing-fluid-medium);background-color:var(--tkds-color-background-neutral-decorative)}#tkde-footer{background-color:var(--tkds-color-background-neutral-dimmed);padding:var(--tkds-spacing-static-20) 0 var(--tkds-spacing-static-30);color:var(--tkds-color-foreground-neutral-ondimmed);h1,h2,h3,h4,h5,h6{margin:0;padding:var(--tkds-spacing-static-3) 0;@container (width >= 1025px){padding:0;margin:0 0 var(--tkds-spacing-static-5)}}nav{ul,ul li,ul ul li{padding:0;margin:0;text-indent:0;list-style-type:none}a{padding:var(--tkds-spacing-static-3) 0;color:var(--tkds-color-foreground-neutral-ondimmed);display:inline-block;&.footer__socialbutton{padding-block-end:0;&:focus-visible{outline:var(--tkds-focusring);outline-offset:0;border-radius:var(--tkds-radius-sharp)}}}}.footer-legal__divider{color:var(--tkds-color-foreground-neutral-ondimmed);opacity:var(--tkds-opacity-low);margin-block:var(--tkds-spacing-static-12);display:none;@container (width >= 1025px){display:block}}.footer-legal__links{display:flex;flex-wrap:wrap;column-gap:var(--tkds-spacing-static-10);margin-block-end:calc(-1 * (var(--tkds-spacing-static-6)))}.footer-legal__links li{display:contents}.footer-links-title{margin-block-end:var(--tkds-spacing-static-8)}.footer-links__link::part(base){margin-block-end:var(--tkds-spacing-static-6)}.footer-links__link::part(label){font-weight:var(--tkds-font-text-medium-regular-font-weight)}.footer__social{margin:var(--tkds-spacing-static-6) 0;@container (width >= 1025px){margin-block-end:0}.footer__body{display:flex;justify-content:flex-start;column-gap:var(--tkds-spacing-static-6);flex-wrap:wrap}.footer-icon-link-container{display:inline-block;position:relative;line-height:0;margin-inline-end:0}}}code[data-astro-cid-omh4g262]{display:block;border:1px dotted red;margin-block-end:5px}.consent-manager{--display-close-button: none;--panel-padding-top: var(--tkds-spacing-fluid-large, 1.5rem);color:var(--tkds-color-foreground-neutral-default);&.consent-manager--has-close-button{--panel-padding-top: var(--tkds-spacing-static-16, 4rem);--display-close-button: block}}.consent-manager::part(base){align-items:flex-start;flex-direction:column;justify-content:flex-start;margin:var(--tkds-spacing-static-5);z-index:var(--tkds-z-index-modal)}.consent-manager::part(panel){container-type:inline-size;max-height:100%;max-width:100%;width:100%;padding:var(--panel-padding-top) var(--tkds-spacing-fluid-large, 1.5rem) var(--tkds-spacing-fluid-large, 1.5rem);overflow-y:auto;position:relative}.consent-manager::part(footer){padding:0}.consent-manager__content-wrapper{padding-block:var(--tkds-spacing-static-6)}.consent-manager__introtext{padding-block-end:var(--tkds-spacing-fluid-small)}.consent-manager::part(close-button){display:var(--display-close-button)}.consent-manager::part(body){display:flex;flex-direction:column;overflow:initial;padding:0}.consent-manager::part(title){padding:0 0 var(--tkds-spacing-fluid-small)}.consent-manager::part(trailing){flex-grow:initial;position:absolute;inset-block-start:0;inset-inline-end:0}.consent-manager__details-link-container{padding:var(--tkds-spacing-static-3);align-self:center}.consent-manager__details-link::part(base){display:flex}.consent-manager__details-link::part(leading){position:relative}.consent-manager__settings-container,.consent-manager__settings-mandatory,.consent-manager__settings-optional{display:flex;flex-direction:column;gap:var(--tkds-spacing-static-6)}.consent-manager__footer{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:var(--tkds-spacing-static-6);padding-block-start:var(--tkds-spacing-static-6)}.consent-manager__button-container{width:100%;display:flex;align-items:flex-start;flex-direction:column;gap:var(--tkds-spacing-static-4)}.consent-manager__button{width:100%}.consent-manager__setting--highlight{background-color:var(--tkds-color-background-neutral-sunken);border-radius:var(--tkds-radius-1);padding:var(--tkds-spacing-static-4)}.consent-manager__details-link--hidden{display:none}.consent-manager__setting-description--visible{max-height:500px;height:auto;overflow:hidden;transition:max-height 2s ease-in}.consent-manager__setting-description--hidden{max-height:0;overflow:hidden;transition:max-height 1s ease-out}.consent-manager__imprint-link{flex-direction:row}@media screen and (prefers-reduced-motion:reduce){.consent-manager__setting-description--hidden,.consent-manager__setting-description--visible{transition:none!important}}@media(width>=768px){.consent-manager::part(base){align-items:center;justify-content:center;margin-block-start:auto}.consent-manager::part(panel){max-width:48rem;width:48rem;padding:var(--panel-padding-top) var(--tkds-spacing-fluid-large, 3rem) var(--tkds-spacing-static-12, 3rem)}.consent-manager__button{margin-block-start:auto;display:initial;width:initial}.consent-manager__footer{flex-direction:row;align-items:center}.consent-manager__button-container{width:auto;flex-direction:row;gap:var(--tkds-spacing-static-3)}.consent-manager__details-link-container{align-self:end}}:root{--module-height-xs: 64;--module-height-m: 72;--module-height-l: 80;--header-module-height-xs: calc(var(--module-height-xs) * 1px);--header-module-height-m: calc(var(--module-height-m) * 1px);--header-module-height-l: calc(var(--module-height-l) * 1px);--header-static-height: var(--header-module-height-xs);@media(width>=768px){--header-static-height: var(--header-module-height-m)}@media(width>=1025px){--header-static-height: var(--header-module-height-l)}--logo-size-xs: 80;--logo-size-m: 100;--logo-size-l: 120;--header-logo-size-xs: calc(var(--logo-size-xs) * 1px);--header-logo-size-m: calc(var(--logo-size-m) * 1px);--header-logo-size-l: calc(var(--logo-size-l) * 1px);--header-icon-size-mobile: 48px;--header-icon-size-desktop: var(--header-icon-size-mobile);--header-icon-hover-color: #0000000a}html{scroll-behavior:smooth;[data-tkds-tagname=tkds-headline]{scroll-margin-block:0;@media(width>=768px){scroll-margin-block:var(--header-static-height)}}}:not(:defined){visibility:hidden}.header-login{display:none;text-decoration:none}.header-login--enabled{display:block}.header-login--is-logged-in{grid-template-areas:"profile-menu messages"}.header-login__profilemenu{grid-area:profile-menu;position:relative}.header-login__messages{grid-area:messages}.header{position:sticky;z-index:var(--tkds-z-index-sticky);top:0;left:0;width:100%;height:var(--header-static-height);padding-inline:var(--tkds-spacing-fluid-layout-horizontal);align-items:center;display:grid;grid-template-rows:var(--tkds-size-static-8);grid-template-columns:auto 1fr repeat(2,auto);grid-template-areas:"logo . login menu-icon";background-color:var(--tkds-color-background-neutral-flat);@media(width>=768px){grid-template-rows:var(--tkds-size-static-8);column-gap:var(--tkds-size-static-1)}@media(width>=1025px){grid-template-rows:var(--tkds-size-static-10)}@media(width>=1470px){justify-self:center;padding-inline:calc((100vw - 82rem)/2)}}.header:has(.header__search){grid-template-columns:auto 1fr repeat(3,auto);grid-template-areas:"logo . login search-icon menu-icon"}@media(width>=1025px){.header:not(:has(.header__search)){grid-template-columns:auto 1fr repeat(2,auto)}}.is-scrolldown .header{transform:translateY(calc(-100% - 16px));transition:transform .4s ease-in-out;@media(width>=768px){transform:unset}}.is-scrollup .header{transform:translateY(0);transition:transform .4s ease-in-out;@media(width>=768px){transform:unset}}.is-scrolldown .header,.is-scrollup:not(.is-top) .header{box-shadow:var(--tkds-shadow-brand-medium);@media(width>=768px){transition:box-shadow .15s ease-in-out .4s}}.header__logo{grid-area:logo;&:focus-visible{outline:var(--tkds-focusring);outline-offset:var(--tkds-spacing-focusring-offset)}}[data-tkds-tagname=tkds-icon-button]::part(base):focus-visible{border-radius:var(--tkds-radius-sharp);outline-offset:1px}.header__login{grid-area:login;display:grid;&:focus-visible{outline:var(--tkds-focusring);outline-offset:var(--tkds-spacing-focusring-offset)}}.header__search{grid-area:search-icon}.header__menu{display:block;grid-area:menu-icon;.header-icon__icon{padding:var(--tkds-spacing-static-3)}}.header__search,.header__menu{&:focus-visible{outline:var(--tkds-focusring);outline-offset:var(--tkds-spacing-focusring-offset)}}.header-logo__container{align-self:flex-start;aspect-ratio:1/1;height:var(--header-logo-size-l);width:auto;transition:transform .4s ease-in-out .15s;transform-origin:top left;transform:scale(calc(var(--logo-size-xs) / var(--logo-size-l)));@media(width>=768px){transform:scale(calc(var(--logo-size-m) / var(--logo-size-l)))}@media(width>=1025px){transform:scale(1)}}.is-scrolldown .header-logo__container,.is-scrollup:not(.is-top) .header-logo__container{transition-delay:0s;transform:scale(calc(var(--module-height-xs) / var(--logo-size-l)));@media(width>=768px){transform:scale(calc(var(--module-height-m) / var(--logo-size-l)))}@media(width>=1025px){transform:scale(calc(var(--module-height-l) / var(--logo-size-l)))}}body:has(.drawer--with-logo[open]) .header-logo__container{z-index:calc(var(--tkds-z-index-modal) + 10);transform:scale(calc(var(--module-height-xs) / var(--logo-size-l)));position:fixed;top:0;@media(width>=768px){transform:scale(calc(var(--module-height-m) / var(--logo-size-l)))}@media(width>=1025px){transform:scale(calc(var(--module-height-l) / var(--logo-size-l)))}}body:has.drawer[open].is-scrolldown .header-logo__container{transition:none}body.is-scrollup:not(.is-top):has(.drawer[open]) .header-logo__container{transition:none}.header-logo__image{width:100%;height:100%}.header-icon{display:grid;grid-template-areas:"icon";column-gap:0;align-items:center;grid-template-columns:auto}.header-icon__icon{grid-area:icon;width:var(--tkds-size-static-6);height:var(--tkds-size-static-6);padding:var(--tkds-spacing-static-3);stroke:none;fill:var(--tkds-color-foreground-neutral-default);@media(width>=768px){height:var(--tkds-size-static-6);width:var(--tkds-size-static-6)}}.header-icon__label{display:none;padding-inline-start:var(--tkds-spacing-static-2);grid-area:label;@media(width>=1025px){display:block;font-family:var(--tkds-font-families-soleto-tk);font-style:normal;font-weight:var(--tkds-font-weights-soleto-tk-text-regular);letter-spacing:var(--tkds-letter-spacing-none);font-size:var(--tkds-font-size-small);line-height:calc(10 / 7);color:var(--tkds-color-foreground-neutral-default)}}.header-icon:hover{background-color:#0000000a;border-radius:var(--tkds-radius-1)}@media(width>=1025px){.header-icon--labelled{grid-template-areas:"label icon";grid-template-columns:repeat(2,auto)}}.header-icon--labelled{color:var(--tkds-color-brand-grey-800)}.header-messages{position:relative;&:focus-visible{outline:var(--tkds-focusring);outline-offset:var(--tkds-spacing-focusring-offset)}@media(width>=768px){margin-inline-start:var(--tkds-spacing-static-2)}}.header-messages__postfach-icon-notification{position:absolute;top:6px;right:6px;display:none;justify-content:center;width:var(--tkds-size-static-2);height:var(--tkds-size-static-2);padding:0 var(--tkds-spacing-static-1);background:var(--tkds-color-background-brand-dimmed);border-radius:var(--tkds-radius-round, 100px);color:var(--tkds-color-foreground-neutral-ondimmed);font-size:var(--tkds-font-size-xsmall);font-style:normal;font-weight:var(--tkds-font-weights-soleto-tk-text-regular);line-height:var(--tkds-size-static-2);overflow:hidden}.header-messages__postfach-icon-notification.has-messages{display:flex}.meine-tk-menue{.popup__wrapper{max-width:360px;min-width:320px;max-height:calc(100vh - var(--header-static-height) - 8px - 24px);padding:var(--tkds-spacing-static-6) 0;box-shadow:0 2px 16px #0003;background:var(--tkds-color-background-neutral-flat);overflow-y:auto;border-radius:8px}tkds-drawer.meine-tk-menue{--size: 100vw;.meine-tk-menue__actions{display:grid;align-items:center}.meine-tk-menue__close{color:var(--tkds-color-brand-grey-700)}&::part(header){height:var(--tkds-size-static-8)}&::part(body){padding:0}&::part(close-button){display:none}}.meine-tk-menue__state{display:flex;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;padding:8px;border-radius:100px;&:hover{background:#0000000a}&:has(.meine-tk-menue__button:focus-visible){outline:var(--tkds-focusring);outline-offset:var(--tkds-spacing-focusring-offset)}}.meine-tk-menue__button{background:none;border:none;outline:inherit;cursor:pointer;color:inherit;font:inherit;&:focus-visible{outline:none}}.meine-tk-menue__state--active{background:#00000014}.profilemenu-content__linklist{margin-block-start:var(--tkds-spacing-static-4);--xs-breakout-radius: 0;[data-tkds-tagname=tkds-list]::part(base){border:none;border-radius:0}[data-tkds-tagname=tkds-list-item]::part(wrapper){padding-block:var(--tkds-spacing-static-4)}[data-tkds-tagname=tkds-list-item]::part(list-item--divider__base),[data-tkds-tagname=tkds-divider]::part(base){margin-inline:var(--tkds-spacing-static-6)}}.profilemenu-content__whoami-avatar{width:var(--tkds-size-static-7);height:var(--tkds-size-static-7)}.profilemenu-content__whoami-avatar-text{font-size:20px;font-feature-settings:"clig" off,"liga" off;line-height:28px}.profilemenu-content__initials,.profilemenu-content__logout{padding:0 var(--tkds-spacing-static-6)}.profilemenu-content__logout:not(:only-child){margin-block-start:var(--tkds-spacing-static-6)}}.drawer[open]{.drawer__close-button:not(.close-search){align-self:flex-end;color:var(--tkds-color-brand-grey-700)}&::part(header){display:none}&::part(body){padding-inline:0}&::part(close-button){display:none}&::part(base){height:100vh}@media(width>=768px){&::part(panel){min-height:var(--size);height:auto}&::part(body){padding-block-start:0}&::part(base){min-height:100%;height:auto}}&:not(.drawer--with-logo,.drawer--with-header) .drawer__header{display:none}&.drawer--with-logo,&.drawer--with-header{.drawer__header{display:block;margin-block-end:var(--tkds-spacing-static-10)}&::part(body){padding-block:0 var(--tkds-spacing-static-10)}.drawer__header-row{display:flex;height:var(--header-static-height);justify-content:end;align-items:center}}}.avatar__container{display:flex;flex-shrink:0;justify-content:center;align-items:center;width:var(--tkds-size-static-4);height:var(--tkds-size-static-4);padding:var(--tkds-spacing-static-2) 0;background:var(--tkds-color-background-brand-dimmed);border-radius:var(--tkds-radius-round, 100px)}.avatar__container--no-initials{padding:0}.avatar__container--no-initials>span{padding:var(--tkds-spacing-static-2);fill:var(--tkds-color-foreground-neutral-default)}.avatar__container-text{flex-shrink:0;width:var(--tkds-size-static-4);color:var(--tkds-color-foreground-neutral-ondimmed);text-align:center;font-size:var(--tkds-font-size-xsmall);font-style:normal;font-weight:var(--tkds-font-text-xsmall-regular-font-weight);line-height:var(--tkds-size-static-2)}.menu-list{padding:0;margin:0;list-style:none}.menu-list--hidden{display:none}.menu-interaction{display:flex;padding:16px 0;width:100%;border-block-end:1px solid #efefef;text-align:start;align-items:center;font-size:16px;line-height:24px;font-weight:400;color:var(--tkds-color-brand-grey-800);@media(width>=768px){font-size:20px;line-height:28px}@media(width>=1025px){font-size:24px;line-height:32px;transition:color .1s ease-in-out,padding-left .1s ease-in-out;&:hover{padding-inline-start:8px;color:#005382}}&,&:link,&:active,&:hover{text-decoration:none}&:focus-visible{outline:var(--tkds-focusring);outline-offset:var(--tkds-spacing-focusring-offset)}}.menu-interaction--button{background:none;border-block-start:none;border-inline-end:none;border-inline-start:none;outline:inherit;font-family:inherit;color:var(--tkds-color-brand-grey-800);cursor:pointer;&:focus-visible{outline:var(--tkds-focusring);outline-offset:var(--tkds-spacing-focusring-offset)}}.menu-interaction--back-button{font-family:var(--tkds-font-families-soleto-tk-headline),Arial,Helvetica,sans-serif;font-style:normal;font-weight:var(--tkds-font-weights-soleto-tk-headline-regular);letter-spacing:0;font-size:16px;line-height:24px;padding:12px 0;border:none;@media(width>=1025px){transition:none;&:hover{padding-inline-start:0;color:var(--tkds-color-brand-grey-800)}}}.menu-interaction--hidden{display:none}.menu__icon{width:24px;height:24px;margin-inline-start:auto;fill:var(--tkds-color-brand-grey-800);pointer-events:none}.menu__icon--left{width:20px;height:20px;margin-inline:0 10px}[data-tkds-tagname=tkds-icon].menu__icon--left::part(icon){display:inline}.menu__icon--hidden{display:none}.menu-meta-links{margin-block-start:var(--tkds-spacing-static-4);@media(width>=1025px){margin-block-start:var(--tkds-spacing-static-10)}}.menu-meta-links__link{padding:var(--tkds-spacing-static-2) 0}.menu-meta-links__list{display:flex;flex-direction:column;@media(width>=1025px){flex-direction:row;gap:var(--tkds-spacing-static-8)}}.menu-meta-links__list-item{display:flex;[data-tkds-tagname=tkds-link]::part(base){color:var(--tkds-color-foreground-neutral-default)}[data-tkds-tagname=tkds-link]::part(label){font-weight:var(--tkds-font-text-small-regular-font-weight)}}.input{font-family:var(--tkds-font-families-soleto-tk);font-style:normal;font-weight:var(--tkds-font-weights-soleto-tk-text-regular);letter-spacing:0;font-size:17px;line-height:calc(24 / 17);border:0;width:100%;outline:none;border-radius:var(--tkds-radius-sharp);padding:var(--tkds-spacing-static-3) var(--tkds-spacing-static-10) var(--tkds-spacing-static-3) var(--tkds-spacing-static-4);box-sizing:border-box;color:var(--tkds-color-foreground-neutral-muted);background-color:var(--tkds-color-background-neutral-flat);border-block-end:var(--tkds-border-width-05) var(--tkds-border-style-solid) var(--tkds-color-foreground-neutral-muted)}.input::placeholder{color:var(--tkds-color-foreground-neutral-muted)}.input::-ms-clear{display:none}.input[type]{appearance:none;box-sizing:border-box}.search-input{position:relative;color:#454542}.search-input__input-layout{display:grid;grid-template-columns:52px 1fr;column-gap:8px;padding-block-end:8px;margin-block-start:var(--tkds-spacing-static-10);@media(width>=768px){grid-template-columns:1fr;margin-block-start:auto;.search-input__form{display:grid;grid-template-columns:1fr auto;column-gap:8px}}}.search-input__search-input{font-size:16px;line-height:24px;padding:13px 47px;color:var(--tkds-color-brand-grey-500);background-color:var(--tkds-color-background-level-default);border:var(--tkds-border-width-025) var(--tkds-border-style-solid) var(--tkds-color-border-neutral-decorative);border-radius:4px}.search-input__search-input:focus{padding:12px 46px;border:var(--tkds-border-width-05) var(--tkds-border-style-solid) var(--tkds-color-border-brand-default)}.search-input__search-input::placeholder{color:var(--tkds-color-brand-grey-500)}.search-input__search-input-container{position:relative}.search-input__search-input-icon{position:absolute;top:48%;transform:translateY(-50%);right:13px;width:24px;height:24px}.search-input__search-input-icon:first-child{right:auto;left:12px}.search-input__button{background:none;color:inherit;border:none;padding:0;font:inherit;outline:inherit;cursor:pointer;&:focus-visible{outline:var(--tkds-focusring);outline-offset:var(--tkds-spacing-focusring-offset)}}.search-input__button--hidden{display:none}.search-input__button--submit{@media(width>=768px){display:flex}}.search-input__autocomplete{margin:16px 0;margin-block-start:24px}.search-input__autocomplete.is-hidden{display:none}.search-input__autocomplete-link{display:grid;grid-template-columns:24px 1fr;column-gap:12px;padding:12px;color:var(--tkds-color-brand-grey-800);text-decoration:none}.search-input__autocomplete-link:focus{background-color:#ececec;outline:0}.has-touch .search-input__autocomplete-link{transition-duration:0s!important}body:not(.is-ios) .search-input__autocomplete-link:hover,body:not(.is-ios) .search-input__autocomplete-link.is-hover{cursor:pointer;background-color:#ececec;outline:0}.has-touch .search-input__autocomplete-link *{transition-duration:0s!important}.has-touch .search-input__autocomplete-link *:after,.has-touch .search-input__autocomplete-link *:before{transition-duration:0s!important}.search-input__autocomplete-link[aria-selected=true]{background-color:#ececec}.search-input__autocomplete-link-text{font-size:16px;line-height:24px}.search-input__autocomplete-link-icon{width:24px;height:24px}.close-search{display:block;@media(width>=768px){display:none}}.search-input-preinput-suggestions{padding:24px 0 0}.search-input-preinput-suggestions.is-hidden{display:none}.search-input-preinput-suggestions__list{list-style:none;margin:0;padding:0}.search-input-preinput-suggestions__link{display:grid;grid-template-columns:24px 1fr;column-gap:12px;align-items:center;padding:12px;color:var(--tkds-color-foreground-neutral-default);text-decoration:none;&:focus-visible,&:focus-visible:hover,&.is-hover:focus-visible{outline:var(--tkds-focusring);outline-offset:var(--tkds-spacing-focusring-offset)}}.has-touch{.search-input-preinput-suggestions__link{*,:after,:before{transition-duration:0s!important}}}body:not(.is-ios){.search-input-preinput-suggestions__link{&.is-hover,&:hover{background-color:var(--tkds-color-system-neutral-black-a04)}}}.search-input-preinput-suggestions__link-text{font-size:16px;line-height:24px}.search-input-preinput-suggestions__link-icon{width:24px;height:24px}.search-input-preinput-suggestions__section{margin-block-end:16px}.search-input-preinput-suggestions__section:last-of-type{margin-block-end:0}.search-input-preinput-suggestions__section-title{font-size:17px;line-height:calc(24 / 17);font-family:var(--tkds-font-families-soleto-tk);font-style:normal;font-weight:500;letter-spacing:0;margin-block-end:8px}
