<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.textInput{height:56px;min-width:256px;max-width:256px;position:relative;display:flex;background:var(--color-interaction-dark-interactive-coral-12-db)}.textInput:after,.textInput:before{color:var(--color-secondary-deep-blue-30-medium-gray)}.textInput__label{position:absolute;top:50%;transform:translateY(-50%);color:var(--color-secondary-deep-blue-30-medium-gray);transition:.2s ease-in-out;pointer-events:none}[dir=ltr] .textInput__label{left:.75rem}[dir=rtl] .textInput__label{right:.75rem}.textInput--empty .textInput__label{display:block}.textInput:before{position:absolute;font-size:12px;pointer-events:none;opacity:0;transition:opacity .3s ease;content:attr(data-label);top:5px;color:var(--color-primary-bold-green)}[dir=ltr] .textInput:before{left:16px}[dir=rtl] .textInput:before{right:16px}.textInput:not(.textInput--empty) input{box-shadow:0 -1px 0 0 var(--color-secondary-deep-blue-30-medium-gray) inset;color:#ff0}.textInput:not(.textInput--empty):before{color:var(--color-secondary-deep-blue-30-medium-gray)}.textInput[data-error=true]:after{position:absolute;font-size:12px;pointer-events:none;opacity:0;transition:opacity .3s ease;content:attr(data-error-message);bottom:-20px}[dir=ltr] .textInput[data-error=true]:after{left:0}[dir=rtl] .textInput[data-error=true]:after{right:0}.textInput[data-error=true]:hover{background-color:var(--color-interaction-dark-dark-red);box-shadow:none}.textInput[data-error=true]:hover input{border-bottom-color:var(--color-feedback-dark-feedback-red)}.textInput[data-error=true]:hover:before,.textInput[data-error=true]:hover:after{color:var(--color-feedback-dark-feedback-red-text)}.textInput:hover,.textInput:not(.textInput--empty){background:#001f39}.textInput:hover .textInput__input,.textInput:not(.textInput--empty) .textInput__input{color:#fff;box-shadow:0 -1px 0 0 var(--color-primary-bold-green) inset}.textInput:hover .textInput__input:disabled,.textInput:not(.textInput--empty) .textInput__input:disabled{color:var(--color-secondary-deep-blue-60-dark-gray)}.textInput:not(.textInput--empty),.textInput:focus-within,.textInput:focus,.textInput:focus-visible,.textInput:active{outline:none;box-shadow:none;padding-top:15px;box-sizing:border-box;transition:opacity .3s ease}.textInput:not(.textInput--empty) label,.textInput:focus-within label,.textInput:focus label,.textInput:focus-visible label,.textInput:active label{opacity:0}.textInput:not(.textInput--empty) .textInput__input,.textInput:focus-within .textInput__input,.textInput:focus .textInput__input,.textInput:focus-visible .textInput__input,.textInput:active .textInput__input{color:#fff}.textInput:not(.textInput--empty) .textInput__input:disabled,.textInput:focus-within .textInput__input:disabled,.textInput:focus .textInput__input:disabled,.textInput:focus-visible .textInput__input:disabled,.textInput:active .textInput__input:disabled{box-shadow:none;color:var(--color-secondary-deep-blue-60-dark-gray)}.textInput:not(.textInput--empty) .textInput__input:disabled:before,.textInput:not(.textInput--empty) .textInput__input:disabled:after,.textInput:focus-within .textInput__input:disabled:before,.textInput:focus-within .textInput__input:disabled:after,.textInput:focus .textInput__input:disabled:before,.textInput:focus .textInput__input:disabled:after,.textInput:focus-visible .textInput__input:disabled:before,.textInput:focus-visible .textInput__input:disabled:after,.textInput:active .textInput__input:disabled:before,.textInput:active .textInput__input:disabled:after{color:var(--color-secondary-deep-blue-60-dark-gray)}.textInput:not(.textInput--empty):not([data-error=true]):before,.textInput:not(.textInput--empty):not([data-error=true]):after,.textInput:focus-within:not([data-error=true]):before,.textInput:focus-within:not([data-error=true]):after,.textInput:focus:not([data-error=true]):before,.textInput:focus:not([data-error=true]):after,.textInput:focus-visible:not([data-error=true]):before,.textInput:focus-visible:not([data-error=true]):after,.textInput:active:not([data-error=true]):before,.textInput:active:not([data-error=true]):after{opacity:1;transform:translateY(0)}.textInput:not(.textInput--empty)[data-error=true],.textInput:focus-within[data-error=true],.textInput:focus[data-error=true],.textInput:focus-visible[data-error=true],.textInput:active[data-error=true]{background-color:var(--color-interaction-dark-dark-red)}.textInput:not(.textInput--empty)[data-error=true] input,.textInput:focus-within[data-error=true] input,.textInput:focus[data-error=true] input,.textInput:focus-visible[data-error=true] input,.textInput:active[data-error=true] input{box-shadow:0 -1px 0 0 var(--color-feedback-dark-feedback-red) inset}.textInput:not(.textInput--empty)[data-error=true]:before,.textInput:not(.textInput--empty)[data-error=true]:after,.textInput:focus-within[data-error=true]:before,.textInput:focus-within[data-error=true]:after,.textInput:focus[data-error=true]:before,.textInput:focus[data-error=true]:after,.textInput:focus-visible[data-error=true]:before,.textInput:focus-visible[data-error=true]:after,.textInput:active[data-error=true]:before,.textInput:active[data-error=true]:after{opacity:1;transform:translateY(0);color:var(--color-feedback-dark-feedback-red-text)}.textInput:focus-within input,.textInput:focus input,.textInput:focus-visible input,.textInput:active input{box-shadow:0 -1px 0 0 var(--color-primary-bold-green) inset}.textInput:focus-within:before,.textInput:focus-within:after,.textInput:focus:before,.textInput:focus:after,.textInput:focus-visible:before,.textInput:focus-visible:after,.textInput:active:before,.textInput:active:after{color:var(--color-primary-bold-green)}.textInput__input{font-size:1.125rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.5555555556;color:var(--color-secondary-deep-blue-30-medium-gray);flex-grow:1;background:transparent;border:none;position:relative;box-shadow:0 -1px 0 0 var(--color-secondary-deep-blue-30-medium-gray) inset}[dir=ltr] .textInput__input{padding-right:48px;padding-left:16px}[dir=rtl] .textInput__input{padding-left:48px;padding-right:16px}.textInput__input:focus{outline:none;box-shadow:none}.textInput__input:focus+.textInput__input:after,.textInput__input:focus-within:after{opacity:1}.textInput__input::placeholder{color:inherit}.textInput:has(input[disabled]):not(.textInput--empty,[data-error=true]),.textInput:has(input[disabled]):not([data-error=true]){pointer-events:none;border-bottom:none}.textInput:has(input[disabled]):not(.textInput--empty,[data-error=true]) input,.textInput:has(input[disabled]):not([data-error=true]) input{box-shadow:none}.textInput:has(input[disabled]):not(.textInput--empty,[data-error=true]) .textInput__input::placeholder,.textInput:has(input[disabled]):not(.textInput--empty,[data-error=true]) .textInput__label,.textInput:has(input[disabled]):not([data-error=true]) .textInput__input::placeholder,.textInput:has(input[disabled]):not([data-error=true]) .textInput__label{color:var(--color-secondary-deep-blue-60-dark-gray)}.textInput:has(input[disabled]):not(.textInput--empty,[data-error=true]):before,.textInput:has(input[disabled]):not(.textInput--empty,[data-error=true]):after,.textInput:has(input[disabled]):not([data-error=true]):before,.textInput:has(input[disabled]):not([data-error=true]):after{color:var(--color-secondary-deep-blue-60-dark-gray)}[data-v-be08b49d]:root{--grid-width:100vw;--grid-columns-count:36}@media (min-width: 1440px){[data-v-be08b49d]:root{--grid-width:1440px}}.text_topline_bold[data-v-be08b49d]{font-size:1rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.375;color:var(--theme-color-1);font-weight:400;letter-spacing:1px}.text_hero_1_bold[data-v-be08b49d]{font-size:2.5rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.2;color:var(--theme-color-1);font-weight:400;letter-spacing:-.5px}@media (min-width: 600px){.text_hero_1_bold[data-v-be08b49d]{font-size:3rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.1666666667}}@media (min-width: 1440px){.text_hero_1_bold[data-v-be08b49d]{font-size:3.75rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.2}}.text_hero_1_roman[data-v-be08b49d]{font-size:2.5rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.2;color:var(--theme-color-1);font-weight:400;letter-spacing:-.5px}@media (min-width: 600px){.text_hero_1_roman[data-v-be08b49d]{font-size:3rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.1666666667}}@media (min-width: 1440px){.text_hero_1_roman[data-v-be08b49d]{font-size:3.75rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.2}}.text_hero_2_roman[data-v-be08b49d]{font-size:2rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.1875;color:var(--theme-color-1);letter-spacing:-1px}@media (min-width: 1024px){.text_hero_2_roman[data-v-be08b49d]{font-size:2.25rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.3333333333}}@media (min-width: 1440px){.text_hero_2_roman[data-v-be08b49d]{font-size:2.5rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.3}}.text_hero_2_bold[data-v-be08b49d]{font-size:2rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.1875;color:var(--theme-color-1);font-weight:400;letter-spacing:-.5px;font-family:Siemens Sans Pro SBold,arial,sans-serif}@media (min-width: 1024px){.text_hero_2_bold[data-v-be08b49d]{font-size:2.25rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.3333333333}}@media (min-width: 1440px){.text_hero_2_bold[data-v-be08b49d]{font-size:2.5rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.3}}.text_hero_3_roman[data-v-be08b49d]{font-size:1.75rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.3571428571;color:var(--theme-color-1);letter-spacing:-.5px}@media (min-width: 600px){.text_hero_3_roman[data-v-be08b49d]{font-size:2rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.3125}}@media (min-width: 1440px){.text_hero_3_roman[data-v-be08b49d]{font-size:2.25rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.2777777778}}.text_hero_3_bold[data-v-be08b49d]{font-size:1.75rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.3571428571;color:var(--theme-color-1);font-weight:400;letter-spacing:-.5px}@media (min-width: 600px){.text_hero_3_bold[data-v-be08b49d]{font-size:2rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.3125}}@media (min-width: 1440px){.text_hero_3_bold[data-v-be08b49d]{font-size:2.25rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.2777777778}}.text_hero_4_roman[data-v-be08b49d]{font-size:1.625rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.3076923077;color:var(--theme-color-1);font-weight:400;letter-spacing:-.5px}@media (min-width: 600px){.text_hero_4_roman[data-v-be08b49d]{font-size:1.75rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.2142857143}}@media (min-width: 1440px){.text_hero_4_roman[data-v-be08b49d]{font-size:2rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.1875}}.text_hero_4_bold[data-v-be08b49d]{font-size:1.625rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.3076923077;color:var(--theme-color-1);font-weight:400}@media (min-width: 600px){.text_hero_4_bold[data-v-be08b49d]{font-size:1.75rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.2142857143}}@media (min-width: 1440px){.text_hero_4_bold[data-v-be08b49d]{font-size:2rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.1875}}.text_hero_5_roman[data-v-be08b49d]{font-size:1.375rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.3636363636;color:var(--theme-color-1);font-weight:400}@media (min-width: 600px){.text_hero_5_roman[data-v-be08b49d]{font-size:1.5rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.3333333333}}@media (min-width: 1440px){.text_hero_5_roman[data-v-be08b49d]{font-size:1.5rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.3333333333}}.text_hero_5_bold[data-v-be08b49d]{font-size:1.375rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.3636363636;color:var(--theme-color-1)}@media (min-width: 600px){.text_hero_5_bold[data-v-be08b49d]{font-size:1.5rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.3333333333}}@media (min-width: 1440px){.text_hero_5_bold[data-v-be08b49d]{font-size:1.5rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.3333333333}}.text_hero_6_roman[data-v-be08b49d]{font-size:1.25rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.4;color:var(--theme-color-1)}.text_hero_6_bold[data-v-be08b49d]{font-size:1.25rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.4;color:var(--theme-color-1);font-weight:400}.text_quote[data-v-be08b49d]{font-size:2rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.25;color:var(--theme-color-1);font-weight:400;letter-spacing:-.5px}@media (min-width: 1024px){.text_quote[data-v-be08b49d]{font-size:2.25rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.3333333333}}@media (min-width: 1440px){.text_quote[data-v-be08b49d]{font-size:2.5rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.4}}.text_intro[data-v-be08b49d]{font-size:1.375rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.4545454545;color:var(--theme-color-1);font-weight:400}.text_copy_roman[data-v-be08b49d]{font-size:1.125rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.5555555556;color:var(--theme-color-1);font-weight:400}.text_copy_bold[data-v-be08b49d]{font-size:1.125rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.5555555556;color:var(--theme-color-1);font-weight:400}.text_copy_small_roman[data-v-be08b49d]{font-size:.875rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.5;color:var(--theme-color-1);font-weight:400}.text_copy_small_bold[data-v-be08b49d]{font-size:.875rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.5;color:var(--theme-color-1);font-weight:400}.text_caption[data-v-be08b49d]{font-size:1rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.75;color:var(--theme-color-1);font-weight:400}.text_caption_small[data-v-be08b49d]{font-size:.75rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.6666666667;color:var(--theme-color-1);font-weight:400}.text_tags[data-v-be08b49d]{font-size:.875rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.7142857143;letter-spacing:.2px;color:var(--theme-color-1)}.text_agnostic_xsmall[data-v-be08b49d]{font-size:.75rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.6666666667}.text_agnostic_xsmall_bold[data-v-be08b49d]{font-size:.75rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.6666666667}.text_agnostic_small[data-v-be08b49d]{font-size:1rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.375}.text_agnostic_small_bold[data-v-be08b49d]{font-size:1rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.375}.text_agnostic_regular[data-v-be08b49d]{font-size:1.125rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.5555555556}.text_agnostic_regular_bold[data-v-be08b49d]{font-size:1.125rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.5555555556}.text_agnostic_large[data-v-be08b49d]{font-size:1.25rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.4}.text_agnostic_large_bold[data-v-be08b49d]{font-size:1.25rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.4}.tag_agnostic[data-v-be08b49d]{font-size:.875rem;font-family:Siemens Sans Pro SBold,arial,sans-serif;line-height:1.7142857143}.scrollable[data-v-be08b49d]{overflow:auto}.scrollable[data-v-be08b49d]::-webkit-scrollbar{width:8px;height:8px}.scrollable[data-v-be08b49d]::-webkit-scrollbar-thumb{background-color:#737389}.scrollable[data-v-be08b49d]::-webkit-scrollbar-track{background-color:#333353}@-moz-document url-prefix(){.scrollable[data-v-be08b49d]{scrollbar-width:auto;scrollbar-color:#737389 #333353}}:root{--grid-width:100vw;--grid-columns-count:36}@media (min-width: 1440px){:root{--grid-width:1440px}}.text_topline_bold{font-size:1rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.375;color:var(--theme-color-1);font-weight:400;letter-spacing:1px}.text_hero_1_bold{font-size:2.5rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.2;color:var(--theme-color-1);font-weight:400;letter-spacing:-.5px}@media (min-width: 600px){.text_hero_1_bold{font-size:3rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.1666666667}}@media (min-width: 1440px){.text_hero_1_bold{font-size:3.75rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.2}}.text_hero_1_roman{font-size:2.5rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.2;color:var(--theme-color-1);font-weight:400;letter-spacing:-.5px}@media (min-width: 600px){.text_hero_1_roman{font-size:3rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.1666666667}}@media (min-width: 1440px){.text_hero_1_roman{font-size:3.75rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.2}}.text_hero_2_roman{font-size:2rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.1875;color:var(--theme-color-1);letter-spacing:-1px}@media (min-width: 1024px){.text_hero_2_roman{font-size:2.25rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.3333333333}}@media (min-width: 1440px){.text_hero_2_roman{font-size:2.5rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.3}}.text_hero_2_bold{font-size:2rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.1875;color:var(--theme-color-1);font-weight:400;letter-spacing:-.5px;font-family:Siemens Sans Pro SBold,arial,sans-serif}@media (min-width: 1024px){.text_hero_2_bold{font-size:2.25rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.3333333333}}@media (min-width: 1440px){.text_hero_2_bold{font-size:2.5rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.3}}.text_hero_3_roman{font-size:1.75rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.3571428571;color:var(--theme-color-1);letter-spacing:-.5px}@media (min-width: 600px){.text_hero_3_roman{font-size:2rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.3125}}@media (min-width: 1440px){.text_hero_3_roman{font-size:2.25rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.2777777778}}.text_hero_3_bold{font-size:1.75rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.3571428571;color:var(--theme-color-1);font-weight:400;letter-spacing:-.5px}@media (min-width: 600px){.text_hero_3_bold{font-size:2rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.3125}}@media (min-width: 1440px){.text_hero_3_bold{font-size:2.25rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.2777777778}}.text_hero_4_roman{font-size:1.625rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.3076923077;color:var(--theme-color-1);font-weight:400;letter-spacing:-.5px}@media (min-width: 600px){.text_hero_4_roman{font-size:1.75rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.2142857143}}@media (min-width: 1440px){.text_hero_4_roman{font-size:2rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.1875}}.text_hero_4_bold{font-size:1.625rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.3076923077;color:var(--theme-color-1);font-weight:400}@media (min-width: 600px){.text_hero_4_bold{font-size:1.75rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.2142857143}}@media (min-width: 1440px){.text_hero_4_bold{font-size:2rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.1875}}.text_hero_5_roman{font-size:1.375rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.3636363636;color:var(--theme-color-1);font-weight:400}@media (min-width: 600px){.text_hero_5_roman{font-size:1.5rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.3333333333}}@media (min-width: 1440px){.text_hero_5_roman{font-size:1.5rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.3333333333}}.text_hero_5_bold{font-size:1.375rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.3636363636;color:var(--theme-color-1)}@media (min-width: 600px){.text_hero_5_bold{font-size:1.5rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.3333333333}}@media (min-width: 1440px){.text_hero_5_bold{font-size:1.5rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.3333333333}}.text_hero_6_roman{font-size:1.25rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.4;color:var(--theme-color-1)}.text_hero_6_bold{font-size:1.25rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.4;color:var(--theme-color-1);font-weight:400}.text_quote{font-size:2rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.25;color:var(--theme-color-1);font-weight:400;letter-spacing:-.5px}@media (min-width: 1024px){.text_quote{font-size:2.25rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.3333333333}}@media (min-width: 1440px){.text_quote{font-size:2.5rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.4}}.text_intro{font-size:1.375rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.4545454545;color:var(--theme-color-1);font-weight:400}.text_copy_roman{font-size:1.125rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.5555555556;color:var(--theme-color-1);font-weight:400}.text_copy_bold{font-size:1.125rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.5555555556;color:var(--theme-color-1);font-weight:400}.text_copy_small_roman{font-size:.875rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.5;color:var(--theme-color-1);font-weight:400}.text_copy_small_bold{font-size:.875rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.5;color:var(--theme-color-1);font-weight:400}.text_caption{font-size:1rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.75;color:var(--theme-color-1);font-weight:400}.text_caption_small{font-size:.75rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.6666666667;color:var(--theme-color-1);font-weight:400}.text_tags{font-size:.875rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.7142857143;letter-spacing:.2px;color:var(--theme-color-1)}.text_agnostic_xsmall{font-size:.75rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.6666666667}.text_agnostic_xsmall_bold{font-size:.75rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.6666666667}.text_agnostic_small{font-size:1rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.375}.text_agnostic_small_bold{font-size:1rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.375}.text_agnostic_regular{font-size:1.125rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.5555555556}.text_agnostic_regular_bold{font-size:1.125rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.5555555556}.text_agnostic_large{font-size:1.25rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.4}.text_agnostic_large_bold{font-size:1.25rem;font-family:Siemens Sans Pro Bold,arial,sans-serif;line-height:1.4}.tag_agnostic{font-size:.875rem;font-family:Siemens Sans Pro SBold,arial,sans-serif;line-height:1.7142857143}.dropdownInput{font-size:1.125rem;font-family:Siemens Sans Pro Roman,arial,sans-serif;line-height:1.5555555556;height:56px;position:relative}.dropdownInput__combobox{display:flex;align-items:center;cursor:pointer;position:relative;min-width:230px;box-sizing:border-box;border-radius:0;padding:7px 16px;background:#00183b;border-bottom:1px solid #b3b3be}[dir=ltr] .dropdownInput__combobox{direction:ltr}[dir=rtl] .dropdownInput__combobox{direction:rtl}.dropdownInput__loader{display:flex;align-items:center;margin:16px auto;height:100px;width:40px}.dropdownInput__loader:after{width:20px;height:20px;border-width:3px}.dropdownInput__input{opacity:0;position:absolute;width:0;z-index:-1}.dropdownInput__placeholder{color:#b3b3be;flex-grow:1;position:relative;top:auto;transform:translateY(0);line-height:40px}[dir=ltr] .dropdownInput__placeholder{margin-right:8px}[dir=rtl] .dropdownInput__placeholder{margin-left:8px}.dropdownInput__searchIcon{display:inline-block;content:"";-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-image:url(/assets/static/search.9d8ebe25.svg);mask-image:url(/assets/static/search.9d8ebe25.svg);width:24px;height:24px;color:#fff;background-color:#fff;position:absolute;top:15px}[dir=ltr] .dropdownInput__searchIcon{right:10px}[dir=rtl] .dropdownInput__searchIcon{left:10px}.dropdownInput__toggleIcon{display:inline-block;content:"";-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:100%;mask-size:100%;-webkit-mask-image:url(/assets/static/dropdown.c9a4aa90.svg);mask-image:url(/assets/static/dropdown.c9a4aa90.svg);width:24px;height:24px;color:#fff;background-color:#fff}.dropdownInput__content{background:#00183b;margin-top:1px;flex-flow:column nowrap;align-items:stretch;position:absolute;top:calc(100% - 1px);z-index:1000;width:max-content;min-width:100%;box-sizing:border-box;border:1px solid rgba(60,60,60,.26);border-radius:0 0 4px 4px;box-shadow:0 3px 6px #00000026}.dropdownInput__listbox{max-height:240px;position:relative;overflow:auto;max-width:230px}.dropdownInput:focus-within .checkbox__checkmark{outline:0}.dropdownInput__footer{display:flex;justify-content:center;padding:10px 0}.dropdownInput__option{padding:16px;display:flex;align-items:center;cursor:pointer;color:#fff}.dropdownInput__option--hidden{display:none}.dropdownInput__option__button{position:absolute;opacity:0}.dropdownInput__option--disabled{cursor:unset;color:#b3b3be}.dropdownInput__option--disabled.checkbox__checkmark{outline:0;border-color:#fff}.dropdownInput__option:focus-within{outline:2px solid #00bedc;outline-offset:-2px}:not(.dropdownInput__option--disabled).dropdownInput__option:hover{background-color:#00e6dc33}:not(.dropdownInput__option--disabled).dropdownInput__option:hover .checkbox__checkmark{border-color:#00e6dc}:not(.dropdownInput__option--disabled).dropdownInput__option:hover .checkbox__checkmark:after{background-color:#00e6dc}.dropdownInput__showResultsButton{margin:8px 16px}.dropdownInput__noResults{text-align:center;padding:16px;display:block;color:#fff}.dropdownInput:hover .dropdownInput__placeholder,.dropdownInput--open .dropdownInput__placeholder{color:#fff}.dropdownInput:hover .dropdownInput__toggleIcon,.dropdownInput--open .dropdownInput__toggleIcon{color:#00e6dc;background-color:#00e6dc;-webkit-mask-image:url(/assets/static/open-dropdown.91cdca82.svg);mask-image:url(/assets/static/open-dropdown.91cdca82.svg)}.dropdownInput:hover .dropdownInput__combobox,.dropdownInput--open .dropdownInput__combobox{background-color:#001f39;border-bottom:1px solid #00cccc}.dropdownInput--hasSelection .dropdownInput__combobox{border-bottom:1px solid #00cccc}.dropdownInput--hasSelection .dropdownInput__placeholder{color:#fff}.dropdownInput--focused.dropdownInput--hasAccessibilityFocus .dropdownInput__combobox{outline:2px solid #00bedc;outline-offset:2px}.dropdownInput--disabled{pointer-events:none}.dropdownInput--disabled .dropdownInput__combobox{border-bottom:none}.dropdownInput--disabled .dropdownInput__placeholder{color:#66667e}.dropdownInput--disabled .dropdownInput__toggleIcon{border-bottom-color:#66667e}
</pre></body></html>