@layer third-party;@layer normalize{html{box-sizing:border-box;text-size-adjust:none}*,:before,:after{box-sizing:inherit;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;line-height:1.5;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>";inherits:false;initial-value:false}@property --component-is-in-xs-view-breakout-start{syntax:"<custom-ident>";inherits:false;initial-value:false}@property --component-is-in-xs-view-breakout-end{syntax:"<custom-ident>";inherits:false;initial-value:false}}@layer page-layout{.tkds-page-layout{--page-layout-sidebar-primary-width-expanded:22.5rem;--page-layout-sidebar-primary-width:0rem;grid-template-rows:min-content min-content 1fr min-content;grid-template-areas:"banner banner""sidebar-primary header""sidebar-primary main""sidebar-primary footer";grid-template-columns:[sidebar-primary-start] var(--page-layout-sidebar-primary-width) [sidebar-primary-end];min-height:100vh;transition:grid-template-columns var(--tkds-motion-duration-fast);display:grid}[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] .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 (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{background-attachment:initial!important;scroll-behavior:auto!important;transition-duration:1ms!important;transition-delay:-1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important;animation-delay:-1ms!important}}}@layer utils{.tkds-u-center{place-content:center;display:grid}.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));pointer-events:none;z-index:var(--tkds-z-index-notification);background:0 0;border:none;width:28rem;max-width:100%;max-height:100%;position:fixed;inset-block-start:calc(var(--page-layout-safe-area-inset-top) + var(--tkds-spacing-static-4));inset-inline:auto 0;overflow:auto}.tkds-toast-stack .tkds-alert,.tkds-toast-stack .tkds-toast{margin:var(--tkds-spacing-static-4)}.tkds-toast-stack .tkds-alert::part(base),.tkds-toast-stack .tkds-toast::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{inset-block-start:calc(var(--evoheader-module-height,0) + var(--tkds-spacing-static-4))}.tkds-u-content-spacing{--grid-row-gap:0rem;&>:not(br,:empty:not(.tkds-divider,.tkds-image,hr,img)){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],+h1,+h2){margin-block-end:var(--tkds-spacing-fluid-xxlarge)}&:has(+.tkds-headline[level="3"]:not([size]),+.tkds-headline[size=xlarge],+h3){margin-block-end:var(--tkds-spacing-fluid-xlarge)}&:has(+.tkds-headline[level="4"]:not([size]),+.tkds-headline[size=large],+h4){margin-block-end:var(--tkds-spacing-fluid-large)}&:has(+.tkds-link,+a){margin-block-end:var(--tkds-spacing-static-4)}}&>.tkds-headline[level="1"]:not([size]),&>.tkds-headline[size=xxxlarge],&>h1,&>.tkds-headline[level="2"]:not([size]),&>.tkds-headline[size=xxlarge],&>h2{margin-block-end:var(--tkds-spacing-fluid-large);&:has(+.tkds-headline,+h1,+h2,+h3,+h4,+h5,+h6){margin-block-end:var(--tkds-spacing-fluid-medium)}&:last-child{margin-block-end:0}}&>.tkds-headline[level="3"]:not([size]),&>.tkds-headline[size=xlarge],&>h3,&>.tkds-headline[level="4"]:not([size]),&>.tkds-headline[size=large],&>h4,&>.tkds-headline[level="5"]:not([size]),&>.tkds-headline[level="6"]:not([size]),&>.tkds-headline[size=medium],&>h5,&>h6{margin-block-end:var(--tkds-spacing-fluid-medium);&:last-child{margin-block-end:0}}&>.tkds-headline[level="1"]:not([size]),&>.tkds-headline[size=xxxlarge],&>h1,&>.tkds-headline[level="2"]:not([size]),&>.tkds-headline[size=xxlarge],&>h2,&>.tkds-headline[level="3"]:not([size]),&>.tkds-headline[size=xlarge],&>h3{&:has(+.tkds-text,+p){margin-block-end:var(--tkds-spacing-fluid-medium)}}&>.tkds-headline[level="4"]:not([size]),&>.tkds-headline[size=large],&>h4,&>.tkds-headline[level="5"]:not([size]),&>.tkds-headline[level="6"]:not([size]),&>.tkds-headline[size=medium],&>h5,&>h6{&: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),&: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],& 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}}@scope(.tkds-u-native-styles) to (.tkds-u-native-styles-optout){blockquote{gap:var(--tkds-spacing-static-4) var(--tkds-grid-gap);max-width:calc(var(--tkds-size-static-7) + var(--tkds-grid-gap) + var(--tkds-font-length-max));color:var(--tkds-color-foreground-neutral-default);font-family:var(--tkds-font-text-xlarge-regular-font-family);font-size:var(--tkds-font-text-xlarge-regular-font-size);line-height:var(--tkds-font-text-xlarge-regular-line-height);font-weight:var(--tkds-font-text-xlarge-regular-font-weight);letter-spacing:var(--tkds-font-text-xlarge-regular-letter-spacing);-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);grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-items:baseline;margin:0;display:grid;container:blockquote-container/inline-size}blockquote:before{content:"";inline-size:var(--tkds-size-static-4);block-size:calc(var(--tkds-size-static-4) * (45/56));color:var(--tkds-color-brand-cyan);background-color:currentColor;grid-area:1/1/span 2;display:block;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 45' fill='none'%3E%3Cpath d='M24.0991 0L15.257 25.6375C17.2219 26.3546 18.6089 27.5498 19.418 29.2231C20.3426 30.7769 20.805 32.6295 20.805 34.7809C20.805 37.8884 19.8803 40.3984 18.031 42.3108C16.1816 44.1036 13.6388 45 10.4025 45C7.05057 45 4.44995 44.1036 2.60062 42.3108C0.866873 40.3984 0 37.9482 0 34.9602C0 33.1673 0.288958 31.4343 0.866874 29.761C1.56037 27.9681 2.42724 25.8765 3.46749 23.4861L14.0433 0H24.0991ZM56 0L47.1579 25.6375C49.1228 26.3546 50.5098 27.5498 51.3189 29.2231C52.2436 30.7769 52.7059 32.6295 52.7059 34.7809C52.7059 37.8884 51.7812 40.3984 49.9319 42.3108C48.0826 44.1036 45.5397 45 42.3034 45C38.9515 45 36.3509 44.1036 34.5016 42.3108C32.7678 40.3984 31.9009 37.9482 31.9009 34.9602C31.9009 33.1673 32.1899 31.4343 32.7678 29.761C33.4613 27.9681 34.3282 25.8765 35.3684 23.4861L45.9443 0H56Z' fill='black'/%3E%3C/svg%3E") 50%/contain no-repeat}@container blockquote-container (width>=529px){blockquote:before{inline-size:var(--tkds-size-static-7);block-size:calc(var(--tkds-size-static-7) * (45/56))}}blockquote cite{color:var(--tkds-color-foreground-neutral-minimal);font-family:var(--tkds-font-text-medium-regular-font-family);font-size:var(--tkds-font-text-medium-regular-font-size);line-height:var(--tkds-font-text-medium-regular-line-height);font-weight:var(--tkds-font-text-medium-regular-font-weight);letter-spacing:var(--tkds-font-text-medium-regular-letter-spacing);grid-area:2/2;font-style:normal;display:block}@container style(--is-ondimmed:true){blockquote,blockquote cite{color:var(--tkds-color-foreground-neutral-ondimmed)}}h1,h2,h3,h4,h5,h6{max-width:var(--tkds-font-length-max);-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)}h1{font-family:var(--tkds-font-headline-xxxlarge-regular-font-family);font-size:var(--tkds-font-headline-xxxlarge-regular-font-size);line-height:var(--tkds-font-headline-xxxlarge-regular-line-height);font-weight:var(--tkds-font-headline-xxxlarge-regular-font-weight);letter-spacing:var(--tkds-font-headline-xxxlarge-regular-letter-spacing)}h2{font-family:var(--tkds-font-headline-xxlarge-regular-font-family);font-size:var(--tkds-font-headline-xxlarge-regular-font-size);line-height:var(--tkds-font-headline-xxlarge-regular-line-height);font-weight:var(--tkds-font-headline-xxlarge-regular-font-weight);letter-spacing:var(--tkds-font-headline-xxlarge-regular-letter-spacing)}h3{font-family:var(--tkds-font-headline-xlarge-regular-font-family);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);letter-spacing:var(--tkds-font-headline-xlarge-regular-letter-spacing)}h4{font-family:var(--tkds-font-headline-large-regular-font-family);font-size:var(--tkds-font-headline-large-regular-font-size);line-height:var(--tkds-font-headline-large-regular-line-height);font-weight:var(--tkds-font-headline-large-regular-font-weight);letter-spacing:var(--tkds-font-headline-large-regular-letter-spacing)}h5,h6{font-family:var(--tkds-font-headline-medium-regular-font-family);font-size:var(--tkds-font-headline-medium-regular-font-size);line-height:var(--tkds-font-headline-medium-regular-line-height);font-weight:var(--tkds-font-headline-medium-regular-font-weight);letter-spacing:var(--tkds-font-headline-medium-regular-letter-spacing)}p,em,small,strong,b{max-width:var(--tkds-font-length-max);-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);display:inline-block}em,strong,b{font-weight:var(--tkds-font-weights-soleto-tk-text-emphasized);font-style:normal}small{font-size:max(.8em,var(--tkds-font-size-small));line-height:var(--tkds-font-text-small-regular-line-height)}ul,ol{counter-reset:tkds-textlist-counter;gap:var(--tkds-spacing-static-4);flex-direction:column;list-style-type:none;display:flex;& ul,& ol{grid-template-columns:subgrid;grid-column:2;padding-block-start:var(--tkds-spacing-static-4);display:grid}}li{gap:0 var(--tkds-internal-textlist-gap,var(--tkds-spacing-static-2));grid-template-columns:auto 1fr;display:inline-grid;&>*{grid-column:2}}ol{& li{counter-increment:tkds-textlist-counter;&:before{content:counters(tkds-textlist-counter,".") "."}}}ul{& li:before{content:var(--tkds-internal-textlist-marker,"•")}& li li{--tkds-internal-textlist-marker:"–"}}a{color:var(--tkds-color-foreground-brand-default);font-family:var(--tkds-font-text-medium-emphasized-font-family);font-size:inherit;line-height:var(--tkds-font-text-medium-emphasized-line-height);font-weight:var(--tkds-font-text-medium-emphasized-font-weight);letter-spacing:var(--tkds-font-text-medium-emphasized-letter-spacing);text-underline-offset:auto;transition:color var(--tkds-motion-transition-interaction);overflow-wrap:anywhere;font-style:normal;text-decoration:none}a:visited{color:var(--tkds-color-foreground-brand-default)}a:hover{color:var(--tkds-color-foreground-brand-hover);text-decoration-line:underline;text-decoration-color:currentColor}a:active{color:var(--tkds-color-foreground-brand-active)}a:focus-visible{outline:var(--tkds-focusring);outline-offset:var(--tkds-spacing-focusring-offset);border-radius:var(--tkds-radius-sharp)}hr{border:0;border-block-start:var(--tkds-border-width-025) var(--tkds-border-style-solid) var(--tkds-color-border-neutral-decorative);margin:0}@container style(--is-ondimmed:true){hr{border-color:var(--tkds-color-border-neutral-ondimmed)}}:scope{overflow:auto hidden}table{width:100%;font-family:var(--tkds-font-text-medium-regular-font-family);font-size:var(--tkds-font-text-medium-regular-font-size);line-height:var(--tkds-font-text-medium-regular-line-height);font-weight:var(--tkds-font-text-medium-regular-font-weight);letter-spacing:var(--tkds-font-text-medium-regular-letter-spacing);caption-side:top;border-collapse:initial;border-spacing:0;position:relative}caption{font-family:var(--tkds-font-headline-large-regular-font-family);font-size:var(--tkds-font-headline-large-regular-font-size);line-height:var(--tkds-font-headline-large-regular-line-height);font-weight:var(--tkds-font-headline-large-regular-font-weight);letter-spacing:var(--tkds-font-headline-large-regular-letter-spacing);text-align:start;max-width:var(--tkds-font-length-max);padding-block-end:var(--tkds-spacing-fluid-medium)}thead,tbody,tfoot{width:100%}th,td{min-width:var(--tkds-size-static-10);padding:var(--tkds-spacing-static-4);border-block-end:var(--tkds-border-width-025) solid var(--tkds-color-border-neutral-decorative);vertical-align:top;text-align:start;max-width:var(--tkds-font-length-max)}td[align=right],th[align=right]{text-align:end}td[align=center],th[align=center]{text-align:center}thead th,tbody th,tfoot th,tfoot td{font-family:var(--tkds-font-text-medium-emphasized-font-family);font-size:var(--tkds-font-text-medium-emphasized-font-size);line-height:var(--tkds-font-text-medium-emphasized-line-height);font-weight:var(--tkds-font-text-medium-emphasized-font-weight);letter-spacing:var(--tkds-font-text-medium-emphasized-letter-spacing)}tbody th,tfoot th,thead th:not(:first-of-type:empty){background:var(--tkds-color-background-neutral-decorative);color:var(--tkds-color-foreground-neutral-default)}figure{flex-direction:column;width:100%;margin:0;display:flex}img{object-fit:cover;background-color:var(--tkds-color-foreground-neutral-skeleton);max-width:100%;height:auto}figcaption{max-width:var(--tkds-font-length-max);color:var(--tkds-color-foreground-neutral-default);font-family:var(--tkds-font-text-small-regular-font-family);font-size:var(--tkds-font-text-small-regular-font-size);line-height:var(--tkds-font-text-small-regular-line-height);font-weight:var(--tkds-font-text-small-regular-font-weight);letter-spacing:var(--tkds-font-text-small-regular-letter-spacing);overflow-wrap:break-word;padding-block-start:var(--tkds-spacing-static-2)}figcaption small{color:var(--tkds-color-foreground-neutral-minimal);font-size:1em}}}: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:#ebf8fd;--tkds-color-brand-blue-100-a20:#ebf8fd33;--tkds-color-brand-blue-100-a40:#ebf8fd66;--tkds-color-brand-blue-200:#99dcf7;--tkds-color-brand-blue-300:#47bcff;--tkds-color-brand-blue-400:#018eff;--tkds-color-brand-blue-50:#ebf8fd;--tkds-color-brand-blue-50-a20:#ebf8fd33;--tkds-color-brand-blue-50-a40:#ebf8fd66;--tkds-color-brand-blue-500:#006bdd;--tkds-color-brand-blue-500-a04:#006bdd0a;--tkds-color-brand-blue-500-a08:#006bdd14;--tkds-color-brand-blue-600:#0055b6;--tkds-color-brand-blue-600-a04:#0055b60a;--tkds-color-brand-blue-600-a08:#0055b614;--tkds-color-brand-blue-700:#00489d;--tkds-color-brand-blue-800:#003376;--tkds-color-brand-blue-900:#002356;--tkds-color-brand-blue-900-a20:#00235633;--tkds-color-brand-blue-900-a40:#00235666;--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-cyan:#14b4fe;--tkds-color-brand-grey-100:#f5f6f6;--tkds-color-brand-grey-100-a16:#f5f6f629;--tkds-color-brand-grey-100-a40:#f5f6f666;--tkds-color-brand-grey-100-a56:#f5f6f68f;--tkds-color-brand-grey-100-a76:#f5f6f6c2;--tkds-color-brand-grey-200:#d2d2d2;--tkds-color-brand-grey-300:#b2b2b2;--tkds-color-brand-grey-400:#8c8d8d;--tkds-color-brand-grey-50:#f5f6f6;--tkds-color-brand-grey-50-a16:#f5f6f629;--tkds-color-brand-grey-50-a40:#f5f6f666;--tkds-color-brand-grey-50-a56:#f5f6f68f;--tkds-color-brand-grey-50-a76:#f5f6f6c2;--tkds-color-brand-grey-500:#6f6f6f;--tkds-color-brand-grey-600:#595959;--tkds-color-brand-grey-700:#4c4c4c;--tkds-color-brand-grey-800:#363636;--tkds-color-brand-grey-800-a16:#36363629;--tkds-color-brand-grey-800-a56:#3636368f;--tkds-color-brand-grey-800-a76:#363636c2;--tkds-color-brand-grey-900:#252525;--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:#fcf3fe;--tkds-color-brand-violet-200:#f3c1fa;--tkds-color-brand-violet-300:#e695f1;--tkds-color-brand-violet-400:#cb61de;--tkds-color-brand-violet-50:#fcf3fe;--tkds-color-brand-violet-500:#a541c6;--tkds-color-brand-violet-600:#842fae;--tkds-color-brand-violet-700:#6f259e;--tkds-color-brand-violet-800:#4e167e;--tkds-color-brand-violet-900:#370a62;--tkds-color-brand-yellow-100:#f9f8d0;--tkds-color-brand-yellow-200:#dfd700;--tkds-color-brand-yellow-300:#c2b500;--tkds-color-brand-yellow-400:#949100;--tkds-color-brand-yellow-50:#f9f8d0;--tkds-color-brand-yellow-500:#717300;--tkds-color-brand-yellow-600:#5a5d00;--tkds-color-brand-yellow-700:#4d4f00;--tkds-color-brand-yellow-800:#373800;--tkds-color-brand-yellow-900:#262700;--tkds-color-gradient-brand-angular:conic-gradient(#003376,#0055b6);--tkds-color-gradient-brand-horizontal:linear-gradient(-90deg,#0055b6 0%,#003376 100%);--tkds-color-gradient-brand-vertical:linear-gradient(0deg,#003376 0%,#0055b6 100%);--tkds-color-gradient-neutral-from-bottom:linear-gradient(180deg,#0000 40%,#000c 100%);--tkds-color-gradient-neutral-from-top:linear-gradient(0deg,#0000 40%,#000c 100%);--tkds-color-mix-brand-blue-100-500-a04:#e2f2fc;--tkds-color-mix-brand-blue-100-500-a08:#d8edfa;--tkds-color-mix-brand-blue-400-100-a20:#30a3ff;--tkds-color-mix-brand-blue-400-100-a40:#5fb8fe;--tkds-color-mix-brand-blue-400-50-a20:#30a3ff;--tkds-color-mix-brand-blue-400-50-a40:#5fb8fe;--tkds-color-mix-brand-blue-50-600-a04:#e2f1fa;--tkds-color-mix-brand-blue-50-600-a08:#d8ebf7;--tkds-color-mix-brand-blue-500-900-a20:#005dc2;--tkds-color-mix-brand-blue-500-900-a40:#004ea7;--tkds-color-mix-brand-blue-600-900-a20:#004ba3;--tkds-color-mix-brand-blue-600-900-a40:#004190;--tkds-color-mix-brand-blue-900-black-a08:#00204f;--tkds-color-mix-brand-blue-900-black-a16:#001d48;--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:#dffce7;--tkds-color-system-green-200:#67ea9a;--tkds-color-system-green-300:#06cc72;--tkds-color-system-green-400:#00a252;--tkds-color-system-green-50:#dffce7;--tkds-color-system-green-500:#00803d;--tkds-color-system-green-600:#00672f;--tkds-color-system-green-700:#005827;--tkds-color-system-green-800:#003f1a;--tkds-color-system-green-900:#002d11;--tkds-color-system-neutral-black:#000;--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:#0000;--tkds-color-system-neutral-white:#fff;--tkds-color-system-neutral-white-a04:#ffffff0a;--tkds-color-system-neutral-white-a08:#ffffff14;--tkds-color-system-orange-100:#fff4da;--tkds-color-system-orange-200:#ffca5a;--tkds-color-system-orange-300:#f0a200;--tkds-color-system-orange-400:#c27e00;--tkds-color-system-orange-50:#fff4da;--tkds-color-system-orange-500:#9b6300;--tkds-color-system-orange-600:#7d4e00;--tkds-color-system-orange-700:#6c4300;--tkds-color-system-orange-800:#4f2f00;--tkds-color-system-orange-900:#382000;--tkds-color-system-red-100:#fff4f2;--tkds-color-system-red-200:#ffc5b8;--tkds-color-system-red-300:#ff9685;--tkds-color-system-red-400:#ff4a3d;--tkds-color-system-red-50:#fff4f2;--tkds-color-system-red-500:#db1b17;--tkds-color-system-red-600:#b50307;--tkds-color-system-red-700:#9d0001;--tkds-color-system-red-800:#730000;--tkds-color-system-red-900:#540000;--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:580;--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:580;--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:580;--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:580;--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-emphasized-font-family:"Soleto TK 24 Headline VF",Arial,Helvetica,sans-serif;--tkds-font-headline-xxxlarge-emphasized-font-size:clamp(2.125rem,1.522rem + 2.8288vw,3.875rem);--tkds-font-headline-xxxlarge-emphasized-font-weight:700;--tkds-font-headline-xxxlarge-emphasized-letter-spacing:0;--tkds-font-headline-xxxlarge-emphasized-line-height:1.3;--tkds-font-headline-xxxlarge-emphasized-paragraph-indent:0;--tkds-font-headline-xxxlarge-emphasized-paragraph-spacing:0;--tkds-font-headline-xxxlarge-emphasized-text-case:none;--tkds-font-headline-xxxlarge-emphasized-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:580;--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:580;--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:460;--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:580;--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:460;--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:580;--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:460;--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:580;--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:460;--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:580;--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:460;--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:580;--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:460;--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:580;--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:460;--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-emphasized:700;--tkds-font-weights-soleto-tk-headline-regular:580;--tkds-font-weights-soleto-tk-text-emphasized:580;--tkds-font-weights-soleto-tk-text-regular:460;--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) 0s;--tkds-motion-transition-move-in:.5s cubic-bezier(0,0,.58,1) 0s;--tkds-motion-transition-move-out:.3s cubic-bezier(.42,0,1,1) 0s;--tkds-motion-transition-scale-large:.5s cubic-bezier(.2,0,0,1) 0s;--tkds-motion-transition-scale-small:.3s cubic-bezier(.42,0,.58,1) 0s;--tkds-motion-transition-slide:.3s cubic-bezier(0,0,.58,1) 0s;--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:.5rem;--tkds-radius-2:.75rem;--tkds-radius-3:1rem;--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;--tkds-color-foreground-brand-default:var(--tkds-color-brand-blue-500);--tkds-color-foreground-brand-hover:var(--tkds-color-brand-blue-600);--tkds-color-foreground-brand-active:var(--tkds-color-brand-blue-700);--tkds-color-foreground-brand-high-contrast:var(--tkds-color-brand-blue-700);--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-ai-default-start:var(--tkds-color-brand-blue-500);--tkds-color-foreground-ai-default-end:var(--tkds-color-brand-violet-500);--tkds-color-foreground-success-default:var(--tkds-color-system-green-500);--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-500);--tkds-color-foreground-warning-functional:var(--tkds-color-system-orange-400);--tkds-color-foreground-error-default:var(--tkds-color-system-red-500);--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-500);--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-accent-2-decorative:var(--tkds-color-brand-violet-200);--tkds-color-border-ai-default-start:var(--tkds-color-brand-blue-500);--tkds-color-border-ai-default-end:var(--tkds-color-brand-violet-500);--tkds-color-border-ai-decorative-start:var(--tkds-color-brand-blue-200);--tkds-color-border-ai-decorative-end:var(--tkds-color-brand-violet-200);--tkds-color-border-success-default:var(--tkds-color-system-green-500);--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-500);--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-500);--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-100);--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-100);--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-500);--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-100);--tkds-color-background-ai-loud-start:var(--tkds-color-brand-blue-500);--tkds-color-background-ai-loud-end:var(--tkds-color-brand-violet-500);--tkds-color-background-ai-decorative-start:var(--tkds-color-brand-blue-100);--tkds-color-background-ai-decorative-end:var(--tkds-color-brand-violet-100);--tkds-color-background-success-loud:var(--tkds-color-system-green-500);--tkds-color-background-success-minimal:var(--tkds-color-system-green-50);--tkds-color-background-success-decorative:var(--tkds-color-system-green-100);--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-500);--tkds-color-background-warning-decorative:var(--tkds-color-system-orange-100);--tkds-color-background-error-loud:var(--tkds-color-system-red-500);--tkds-color-background-error-minimal:var(--tkds-color-system-red-50);--tkds-color-background-error-decorative:var(--tkds-color-system-red-100);--tkds-color-background-accent-1-muted:var(--tkds-color-brand-mint-200);--tkds-color-background-accent-2-decorative:var(--tkds-color-brand-violet-100);--tkds-color-background-accent-2-loud:var(--tkds-color-brand-violet-500);--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-foreground-ai-default:linear-gradient(90deg,var(--tkds-color-foreground-ai-default-start),var(--tkds-color-foreground-ai-default-end));--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-border-ai-default:linear-gradient(90deg,var(--tkds-color-border-ai-default-start),var(--tkds-color-border-ai-default-end));--tkds-color-border-ai-decorative:linear-gradient(90deg,var(--tkds-color-border-ai-decorative-start),var(--tkds-color-border-ai-decorative-end));--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-500-a04);--tkds-color-background-brand-active:var(--tkds-color-brand-blue-500-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-500-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-500-900-a40);--tkds-color-background-brand-decorative-hover-mix:var(--tkds-color-mix-brand-blue-100-500-a04);--tkds-color-background-brand-decorative-active-mix:var(--tkds-color-mix-brand-blue-100-500-a08);--tkds-color-background-ai-loud:linear-gradient(90deg,var(--tkds-color-background-ai-loud-start),var(--tkds-color-background-ai-loud-end));--tkds-color-background-ai-decorative:linear-gradient(90deg,var(--tkds-color-background-ai-decorative-start),var(--tkds-color-background-ai-decorative-end));--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 1px 4px 0 var(--tkds-color-shadow-brand-default);--tkds-shadow-brand-medium:0 2px 8px 0 var(--tkds-color-shadow-brand-default);--tkds-shadow-brand-large:0 4px 16px 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-high-contrast: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-500);--tkds-color-foreground-brand-oninverted-hover:var(--tkds-color-brand-blue-600);--tkds-color-foreground-brand-oninverted-active:var(--tkds-color-brand-blue-700);--tkds-color-foreground-brand-onloud:var(--tkds-color-brand-blue-900);--tkds-color-foreground-neutral-default:var(--tkds-color-brand-grey-100);--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-ai-default-start:var(--tkds-color-brand-blue-400);--tkds-color-foreground-ai-default-end:var(--tkds-color-brand-violet-400);--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-600);--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-accent-2-decorative:var(--tkds-color-brand-violet-600);--tkds-color-border-ai-default-start:var(--tkds-color-brand-blue-400);--tkds-color-border-ai-default-end:var(--tkds-color-brand-violet-400);--tkds-color-border-ai-decorative-start:var(--tkds-color-brand-blue-600);--tkds-color-border-ai-decorative-end:var(--tkds-color-brand-violet-600);--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-600);--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-600);--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-600);--tkds-color-background-neutral-muted:var(--tkds-color-brand-grey-600);--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-ai-loud-start:var(--tkds-color-brand-blue-400);--tkds-color-background-ai-loud-end:var(--tkds-color-brand-violet-400);--tkds-color-background-ai-decorative-start:var(--tkds-color-brand-blue-900);--tkds-color-background-ai-decorative-end:var(--tkds-color-brand-violet-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-decorative:var(--tkds-color-brand-violet-900);--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-emphasized: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-100-a76);--tkds-color-foreground-neutral-skeleton:var(--tkds-color-system-neutral-white-a08);--tkds-color-foreground-ai-default:linear-gradient(90deg,var(--tkds-color-foreground-ai-default-start),var(--tkds-color-foreground-ai-default-end));--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-100-a40);--tkds-color-border-neutral-functional-hover:var(--tkds-color-brand-grey-100-a56);--tkds-color-border-neutral-decorative:var(--tkds-color-brand-grey-100-a16);--tkds-color-border-neutral-hover:var(--tkds-color-brand-grey-50-a56);--tkds-color-border-ai-default:linear-gradient(90deg,var(--tkds-color-border-ai-default-start),var(--tkds-color-border-ai-default-end));--tkds-color-border-ai-decorative:linear-gradient(90deg,var(--tkds-color-border-ai-decorative-start),var(--tkds-color-border-ai-decorative-end));--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-100-a20);--tkds-color-background-brand-loud-hover-mix:var(--tkds-color-mix-brand-blue-400-100-a20);--tkds-color-background-brand-loud-active:var(--tkds-color-brand-blue-100-a40);--tkds-color-background-brand-loud-active-mix:var(--tkds-color-mix-brand-blue-400-100-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-background-ai-loud:linear-gradient(90deg,var(--tkds-color-background-ai-loud-start),var(--tkds-color-background-ai-loud-end));--tkds-color-background-ai-decorative:linear-gradient(90deg,var(--tkds-color-background-ai-decorative-start),var(--tkds-color-background-ai-decorative-end));--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 1px 4px 0 var(--tkds-color-shadow-brand-default);--tkds-shadow-brand-medium:0 2px 8px 0 var(--tkds-color-shadow-brand-default);--tkds-shadow-brand-large:0 4px 16px 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){-webkit-line-clamp:var(--truncation-lines);text-overflow:ellipsis;hyphens:auto;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}}
