@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner::after,.multiselect__spinner::before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0-8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent;animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner::after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8)}.multiselect__loading-enter-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-leave-active{transition:opacity .4s ease-in-out}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:0}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotateZ(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input{padding:0 0 0 5px;margin-bottom:8px}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:0;border-radius:5px;background:#fff;width:calc(100%);transition:border .1s ease;box-sizing:border-box;vertical-align:top}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:0}.multiselect__single{padding:0 0 0 5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon::after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus::after,.multiselect__tag-icon:hover::after{color:#fff}.multiselect__current,.multiselect__select{line-height:16px;display:block;box-sizing:border-box;margin:0;text-decoration:none;cursor:pointer}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease}.multiselect__select::before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0;border-color:#999 transparent transparent;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::-webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option::after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:0;color:#fff}.multiselect__option--highlight::after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected::after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight::after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight::after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight::after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option::after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}body {
  background-color: var(--telekom-color-background-canvas);
  color: var(--telekom-color-text-and-icon-standard);
}.my-px-0 {
  padding-left: calc(4px * 0);
  padding-right: calc(4px * 0);
}.my-py-0 {
  padding-top: calc(4px * 0);
  padding-bottom: calc(4px * 0);
}.my-pl-0 {
  padding-left: calc(4px * 0);
}.my-pr-0 {
  padding-right: calc(4px * 0);
}.my-pt-0 {
  padding-top: calc(4px * 0);
}.my-pb-0 {
  padding-bottom: calc(4px * 0);
}.my-mx-0 {
  margin-left: calc(4px * 0);
  margin-right: calc(4px * 0);
}.my-my-0 {
  margin-top: calc(4px * 0);
  margin-bottom: calc(4px * 0);
}.my-ml-0 {
  margin-left: calc(4px * 0);
}.my-mr-0 {
  margin-right: calc(4px * 0);
}.my-mt-0 {
  margin-top: calc(4px * 0);
}.my-mb-0 {
  margin-bottom: calc(4px * 0);
}.my-gap-0 {
  gap: calc(4px * 0);
}.my-px-1 {
  padding-left: calc(4px * 1);
  padding-right: calc(4px * 1);
}.my-py-1 {
  padding-top: calc(4px * 1);
  padding-bottom: calc(4px * 1);
}.my-pl-1 {
  padding-left: calc(4px * 1);
}.my-pr-1 {
  padding-right: calc(4px * 1);
}.my-pt-1 {
  padding-top: calc(4px * 1);
}.my-pb-1 {
  padding-bottom: calc(4px * 1);
}.my-mx-1 {
  margin-left: calc(4px * 1);
  margin-right: calc(4px * 1);
}.my-my-1 {
  margin-top: calc(4px * 1);
  margin-bottom: calc(4px * 1);
}.my-ml-1 {
  margin-left: calc(4px * 1);
}.my-mr-1 {
  margin-right: calc(4px * 1);
}.my-mt-1 {
  margin-top: calc(4px * 1);
}.my-mb-1 {
  margin-bottom: calc(4px * 1);
}.my-gap-1 {
  gap: calc(4px * 1);
}.my-px-2 {
  padding-left: calc(4px * 2);
  padding-right: calc(4px * 2);
}.my-py-2 {
  padding-top: calc(4px * 2);
  padding-bottom: calc(4px * 2);
}.my-pl-2 {
  padding-left: calc(4px * 2);
}.my-pr-2 {
  padding-right: calc(4px * 2);
}.my-pt-2 {
  padding-top: calc(4px * 2);
}.my-pb-2 {
  padding-bottom: calc(4px * 2);
}.my-mx-2 {
  margin-left: calc(4px * 2);
  margin-right: calc(4px * 2);
}.my-my-2 {
  margin-top: calc(4px * 2);
  margin-bottom: calc(4px * 2);
}.my-ml-2 {
  margin-left: calc(4px * 2);
}.my-mr-2 {
  margin-right: calc(4px * 2);
}.my-mt-2 {
  margin-top: calc(4px * 2);
}.my-mb-2 {
  margin-bottom: calc(4px * 2);
}.my-gap-2 {
  gap: calc(4px * 2);
}.my-px-3 {
  padding-left: calc(4px * 3);
  padding-right: calc(4px * 3);
}.my-py-3 {
  padding-top: calc(4px * 3);
  padding-bottom: calc(4px * 3);
}.my-pl-3 {
  padding-left: calc(4px * 3);
}.my-pr-3 {
  padding-right: calc(4px * 3);
}.my-pt-3 {
  padding-top: calc(4px * 3);
}.my-pb-3 {
  padding-bottom: calc(4px * 3);
}.my-mx-3 {
  margin-left: calc(4px * 3);
  margin-right: calc(4px * 3);
}.my-my-3 {
  margin-top: calc(4px * 3);
  margin-bottom: calc(4px * 3);
}.my-ml-3 {
  margin-left: calc(4px * 3);
}.my-mr-3 {
  margin-right: calc(4px * 3);
}.my-mt-3 {
  margin-top: calc(4px * 3);
}.my-mb-3 {
  margin-bottom: calc(4px * 3);
}.my-gap-3 {
  gap: calc(4px * 3);
}.my-px-4 {
  padding-left: calc(4px * 4);
  padding-right: calc(4px * 4);
}.my-py-4 {
  padding-top: calc(4px * 4);
  padding-bottom: calc(4px * 4);
}.my-pl-4 {
  padding-left: calc(4px * 4);
}.my-pr-4 {
  padding-right: calc(4px * 4);
}.my-pt-4 {
  padding-top: calc(4px * 4);
}.my-pb-4 {
  padding-bottom: calc(4px * 4);
}.my-mx-4 {
  margin-left: calc(4px * 4);
  margin-right: calc(4px * 4);
}.my-my-4 {
  margin-top: calc(4px * 4);
  margin-bottom: calc(4px * 4);
}.my-ml-4 {
  margin-left: calc(4px * 4);
}.my-mr-4 {
  margin-right: calc(4px * 4);
}.my-mt-4 {
  margin-top: calc(4px * 4);
}.my-mb-4 {
  margin-bottom: calc(4px * 4);
}.my-gap-4 {
  gap: calc(4px * 4);
}.my-px-5 {
  padding-left: calc(4px * 5);
  padding-right: calc(4px * 5);
}.my-py-5 {
  padding-top: calc(4px * 5);
  padding-bottom: calc(4px * 5);
}.my-pl-5 {
  padding-left: calc(4px * 5);
}.my-pr-5 {
  padding-right: calc(4px * 5);
}.my-pt-5 {
  padding-top: calc(4px * 5);
}.my-pb-5 {
  padding-bottom: calc(4px * 5);
}.my-mx-5 {
  margin-left: calc(4px * 5);
  margin-right: calc(4px * 5);
}.my-my-5 {
  margin-top: calc(4px * 5);
  margin-bottom: calc(4px * 5);
}.my-ml-5 {
  margin-left: calc(4px * 5);
}.my-mr-5 {
  margin-right: calc(4px * 5);
}.my-mt-5 {
  margin-top: calc(4px * 5);
}.my-mb-5 {
  margin-bottom: calc(4px * 5);
}.my-gap-5 {
  gap: calc(4px * 5);
}.my-px-6 {
  padding-left: calc(4px * 6);
  padding-right: calc(4px * 6);
}.my-py-6 {
  padding-top: calc(4px * 6);
  padding-bottom: calc(4px * 6);
}.my-pl-6 {
  padding-left: calc(4px * 6);
}.my-pr-6 {
  padding-right: calc(4px * 6);
}.my-pt-6 {
  padding-top: calc(4px * 6);
}.my-pb-6 {
  padding-bottom: calc(4px * 6);
}.my-mx-6 {
  margin-left: calc(4px * 6);
  margin-right: calc(4px * 6);
}.my-my-6 {
  margin-top: calc(4px * 6);
  margin-bottom: calc(4px * 6);
}.my-ml-6 {
  margin-left: calc(4px * 6);
}.my-mr-6 {
  margin-right: calc(4px * 6);
}.my-mt-6 {
  margin-top: calc(4px * 6);
}.my-mb-6 {
  margin-bottom: calc(4px * 6);
}.my-gap-6 {
  gap: calc(4px * 6);
}.my-px-8 {
  padding-left: calc(4px * 8);
  padding-right: calc(4px * 8);
}.my-py-8 {
  padding-top: calc(4px * 8);
  padding-bottom: calc(4px * 8);
}.my-pl-8 {
  padding-left: calc(4px * 8);
}.my-pr-8 {
  padding-right: calc(4px * 8);
}.my-pt-8 {
  padding-top: calc(4px * 8);
}.my-pb-8 {
  padding-bottom: calc(4px * 8);
}.my-mx-8 {
  margin-left: calc(4px * 8);
  margin-right: calc(4px * 8);
}.my-my-8 {
  margin-top: calc(4px * 8);
  margin-bottom: calc(4px * 8);
}.my-ml-8 {
  margin-left: calc(4px * 8);
}.my-mr-8 {
  margin-right: calc(4px * 8);
}.my-mt-8 {
  margin-top: calc(4px * 8);
}.my-mb-8 {
  margin-bottom: calc(4px * 8);
}.my-gap-8 {
  gap: calc(4px * 8);
}.my-px-10 {
  padding-left: calc(4px * 10);
  padding-right: calc(4px * 10);
}.my-py-10 {
  padding-top: calc(4px * 10);
  padding-bottom: calc(4px * 10);
}.my-pl-10 {
  padding-left: calc(4px * 10);
}.my-pr-10 {
  padding-right: calc(4px * 10);
}.my-pt-10 {
  padding-top: calc(4px * 10);
}.my-pb-10 {
  padding-bottom: calc(4px * 10);
}.my-mx-10 {
  margin-left: calc(4px * 10);
  margin-right: calc(4px * 10);
}.my-my-10 {
  margin-top: calc(4px * 10);
  margin-bottom: calc(4px * 10);
}.my-ml-10 {
  margin-left: calc(4px * 10);
}.my-mr-10 {
  margin-right: calc(4px * 10);
}.my-mt-10 {
  margin-top: calc(4px * 10);
}.my-mb-10 {
  margin-bottom: calc(4px * 10);
}.my-gap-10 {
  gap: calc(4px * 10);
}.my-px-12 {
  padding-left: calc(4px * 12);
  padding-right: calc(4px * 12);
}.my-py-12 {
  padding-top: calc(4px * 12);
  padding-bottom: calc(4px * 12);
}.my-pl-12 {
  padding-left: calc(4px * 12);
}.my-pr-12 {
  padding-right: calc(4px * 12);
}.my-pt-12 {
  padding-top: calc(4px * 12);
}.my-pb-12 {
  padding-bottom: calc(4px * 12);
}.my-mx-12 {
  margin-left: calc(4px * 12);
  margin-right: calc(4px * 12);
}.my-my-12 {
  margin-top: calc(4px * 12);
  margin-bottom: calc(4px * 12);
}.my-ml-12 {
  margin-left: calc(4px * 12);
}.my-mr-12 {
  margin-right: calc(4px * 12);
}.my-mt-12 {
  margin-top: calc(4px * 12);
}.my-mb-12 {
  margin-bottom: calc(4px * 12);
}.my-gap-12 {
  gap: calc(4px * 12);
}.my-px-16 {
  padding-left: calc(4px * 16);
  padding-right: calc(4px * 16);
}.my-py-16 {
  padding-top: calc(4px * 16);
  padding-bottom: calc(4px * 16);
}.my-pl-16 {
  padding-left: calc(4px * 16);
}.my-pr-16 {
  padding-right: calc(4px * 16);
}.my-pt-16 {
  padding-top: calc(4px * 16);
}.my-pb-16 {
  padding-bottom: calc(4px * 16);
}.my-mx-16 {
  margin-left: calc(4px * 16);
  margin-right: calc(4px * 16);
}.my-my-16 {
  margin-top: calc(4px * 16);
  margin-bottom: calc(4px * 16);
}.my-ml-16 {
  margin-left: calc(4px * 16);
}.my-mr-16 {
  margin-right: calc(4px * 16);
}.my-mt-16 {
  margin-top: calc(4px * 16);
}.my-mb-16 {
  margin-bottom: calc(4px * 16);
}.my-gap-16 {
  gap: calc(4px * 16);
}.my-px-20 {
  padding-left: calc(4px * 20);
  padding-right: calc(4px * 20);
}.my-py-20 {
  padding-top: calc(4px * 20);
  padding-bottom: calc(4px * 20);
}.my-pl-20 {
  padding-left: calc(4px * 20);
}.my-pr-20 {
  padding-right: calc(4px * 20);
}.my-pt-20 {
  padding-top: calc(4px * 20);
}.my-pb-20 {
  padding-bottom: calc(4px * 20);
}.my-mx-20 {
  margin-left: calc(4px * 20);
  margin-right: calc(4px * 20);
}.my-my-20 {
  margin-top: calc(4px * 20);
  margin-bottom: calc(4px * 20);
}.my-ml-20 {
  margin-left: calc(4px * 20);
}.my-mr-20 {
  margin-right: calc(4px * 20);
}.my-mt-20 {
  margin-top: calc(4px * 20);
}.my-mb-20 {
  margin-bottom: calc(4px * 20);
}.my-gap-20 {
  gap: calc(4px * 20);
}.my-px-24 {
  padding-left: calc(4px * 24);
  padding-right: calc(4px * 24);
}.my-py-24 {
  padding-top: calc(4px * 24);
  padding-bottom: calc(4px * 24);
}.my-pl-24 {
  padding-left: calc(4px * 24);
}.my-pr-24 {
  padding-right: calc(4px * 24);
}.my-pt-24 {
  padding-top: calc(4px * 24);
}.my-pb-24 {
  padding-bottom: calc(4px * 24);
}.my-mx-24 {
  margin-left: calc(4px * 24);
  margin-right: calc(4px * 24);
}.my-my-24 {
  margin-top: calc(4px * 24);
  margin-bottom: calc(4px * 24);
}.my-ml-24 {
  margin-left: calc(4px * 24);
}.my-mr-24 {
  margin-right: calc(4px * 24);
}.my-mt-24 {
  margin-top: calc(4px * 24);
}.my-mb-24 {
  margin-bottom: calc(4px * 24);
}.my-gap-24 {
  gap: calc(4px * 24);
}.my-col {
  display: flex;
  flex-direction: column;
}.my-row {
  display: flex;
  flex-direction: row;
}.my-flex {
  flex: 1;
}.my-flex-0 {
  flex: 0;
}.my-order {
  display: flex;
  order: 0;
}.my-order--0 {
  order: 0;
}.my-order-1 {
  order: 1;
}.my-flex-wrap {
  flex-wrap: wrap;
}.my-shrink {
  flex-shrink: 1;
  flex-grow: 0;
}.my-shrink-0 {
  flex-shrink: 0;
}.my-shrink-1 {
  flex-shrink: 1;
}.my-grow {
  flex-grow: 1;
  flex-shrink: 0;
}.my-grow-0 {
  flex-grow: 0;
}.my-grow-1 {
  flex-grow: 1;
}.fill-height {
  height: 100%;
}.fill-width {
  width: 100%;
}.my-column {
  display: flex;
  flex-direction: column;
}.my-items-start {
  align-items: flex-start;
}.my-align-items-stretch {
  align-items: stretch;
}.my-justify-center {
  justify-content: center;
}.my-justify-start {
  justify-content: flex-start;
}.my-justify-end {
  justify-content: flex-end;
}.my-justify-space-between {
  justify-content: space-between;
}.my-justify-space-around {
  justify-content: space-around;
}.my-align-center {
  align-items: center;
}.my-text-align-center {
  text-align: center;
}.my-align-self-start {
  align-self: start;
}.my-align-self-center {
  align-self: center;
}.my-align-self-end {
  align-self: end;
}.my-vertical {
  border-left: 1px solid var(--telekom-color-ui-faint);
  width: 0px;
  height: 100%;
}.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  align-items: center;
}/* Full width items */.full-width {
  grid-column: span 3; /* Span full row when needed */
}/* Adjust label styles */.grid-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}.my-sub-header {
  font: var(--telekom-text-style-lead-text);
}.my-input-width-0-5 {
  flex-basis: 150px;
  width: 200px;
}.my-input-width-1 {
  width: 270px;
  min-width: 150px;
}.my-input-width-2 {
  width: 350px;
  min-width: 250px;
}.my-input-width-3 {
  width: 420px;
  min-width: 350px;
}.my-user-section-width {
  max-width: 1024px;
}.flex-width-1 {
  flex-basis: 200px;
  width: 200px;
}.flex-width-rest-1 {
  flex-basis: calc(100% - 200px);
  width: calc(100% - 200px);
}.flex-width-2 {
  flex-basis: 250px;
  width: 250px;
}.flex-width-rest-2 {
  flex-basis: calc(100% - 250px);
  width: calc(100% - 250px);
}.flex-width-3 {
  flex-basis: 300px;
  width: 300px;
}.flex-width-rest-3 {
  flex-basis: calc(100% - 300px);
  width: calc(100% - 300px);
}.flex-width-4 {
  flex-basis: 350px;
  width: 350px;
}.flex-width-rest-4 {
  flex-basis: calc(100% - 350px);
  width: calc(100% - 350px);
}.flex-width-5 {
  flex-basis: 500px;
  width: 500px;
}.flex-width-rest-5 {
  flex-basis: calc(100% - 500px);
  width: calc(100% - 500px);
}.my-width-1 {
  width: 200px;
}.my-max-width-1 {
  max-width: 200px;
}.my-width-rest-1 {
  width: calc(100% - 200px);
}.my-width-2 {
  width: 250px;
}.my-max-width-2 {
  max-width: 250px;
}.my-width-rest-2 {
  width: calc(100% - 250px);
}.my-width-3 {
  width: 300px;
}.my-max-width-3 {
  max-width: 300px;
}.my-width-rest-3 {
  width: calc(100% - 300px);
}.my-width-4 {
  width: 350px;
}.my-max-width-4 {
  max-width: 350px;
}.my-width-rest-4 {
  width: calc(100% - 350px);
}.my-width-5 {
  width: 500px;
}.my-max-width-5 {
  max-width: 500px;
}.my-width-rest-5 {
  width: calc(100% - 500px);
}.my-height-1 {
  height: 200px;
}.my-max-height-1 {
  max-height: 200px;
}.my-height-rest-1 {
  height: calc(100% - 200px);
}.my-height-2 {
  height: 250px;
}.my-max-height-2 {
  max-height: 250px;
}.my-height-rest-2 {
  height: calc(100% - 250px);
}.my-height-3 {
  height: 300px;
}.my-max-height-3 {
  max-height: 300px;
}.my-height-rest-3 {
  height: calc(100% - 300px);
}.my-height-4 {
  height: 350px;
}.my-max-height-4 {
  max-height: 350px;
}.my-height-rest-4 {
  height: calc(100% - 350px);
}.my-height-5 {
  height: 375px;
}.my-max-height-5 {
  max-height: 375px;
}.my-height-rest-5 {
  height: calc(100% - 375px);
}.my-height-6 {
  height: 500px;
}.my-max-height-6 {
  max-height: 500px;
}.my-height-rest-6 {
  height: calc(100% - 500px);
}.overflow-hidden {
  overflow: hidden;
}.my-overflow {
  overflow: auto;
  direction: ltr;
}@-moz-document url-prefix() {
  .my-overflow {
    scrollbar-color: var(--telekom-color-primary-standard) #dfdfe1;
    scrollbar-width: thin;
  }
}.my-overflow::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}.my-overflow::-webkit-scrollbar-thumb {
  background-color: var(--telekom-color-primary-standard);
}.my-overflow::-webkit-scrollbar-track {
  background-color: #dfdfe1;
}.my-overflow::-webkit-scrollbar-corner {
  background-color: transparent !important;
}.my-notify-banner--top {
  position: fixed;
  top: 8%;
  right: 2%;
}/* Make clicks pass-through */#nprogress {
  pointer-events: none;
}#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}/* Fancy blur effect */#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}/* Remove these to get rid of the spinner */#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}.container-shadow-right {
  box-shadow: var(--scl-shadow-level-1);
}.multiselect__tags {
  min-height: var(--telekom-spacing-composition-space-13);
  border: var(--telekom-line-weight-standard) solid var(--telekom-color-ui-border-standard);
  color: var(--telekom-color-text-and-icon-additional);
  background: rgba(0, 0, 0, 0);
  padding: 5px 0 0 11px;
  display: flex;
  border-radius: 8px;
  align-items: flex-start;
  flex-direction: column;
}.multiselect__placeholder {
  color: var(--telekom-color-text-and-icon-additional);
  font: var(--telekom-text-style-ui);
  margin-top: 5px;
}.multiselect__input {
  padding: 0 0 0 0;
  margin-top: 5px;
  background: rgba(0, 0, 0, 0);
}.multiselect__tags-wrap {
  width: 80%;
}.multiselect__tag {
  color: var(--telekom-color-text-and-icon-inverted-standard);
  background: var(--telekom-color-text-and-icon-primary-standard);
  border: 1px solid var(--telekom-color-text-and-icon-primary-standard);
  border-radius: 1rem;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}.multiselect__tag span {
  display: inline-block;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}.multiselect__tag-icon {
  right: 4px;
  top: 4px;
}.multiselect__option--highlight {
  border: 1px solid var(--telekom-color-text-and-icon-primary-standard);
  background: none;
  color: var(--telekom-color-text-and-icon-standard);
}.multiselect__option--group {
  background: none;
  color: var(--telekom-color-text-and-icon-standard);
}.multiselect__option--highlight::after {
  background: none;
  visibility: hidden;
}.multiselect__option--selected {
  background: var(--telekom-color-primary-standard);
}.multiselect__option--selected.multiselect__option--highlight {
  background: var(--telekom-color-primary-standard);
  color: var(--telekom-color-ui-black);
}.multiselect__option--selected.multiselect__option--highlight::after {
  background: var(--telekom-color-primary-standard);
  color: var(--telekom-color-ui-black);
}.multiselect__tag-icon::after {
  color: var(--telekom-color-text-and-icon-inverted-standard);
}.multiselect__tag-icon:hover::after,
.multiselect__tag-icon:focus::after {
  color: var(--telekom-color-text-and-icon-inverted-standard);
}.multiselect__content-wrapper {
  box-shadow: var(--telekom-shadow-raised-standard);
  background: var(--telekom-color-background-surface);
  scrollbar-width: thin;
  max-height: 300px !important;
}.multiselect__clear {
  position: absolute;
  width: 40px;
  height: 38px;
  right: 19px;
  top: 5px;
  padding: 4px 8px;
  text-align: center;
  transition: transform 0.2s ease;
}.multiselect__single {
  background: rgba(0, 0, 0, 0);
  padding: 5px;
  font-weight: 500;
}.multiselect {
  color: var(--telekom-color-text-and-icon-standard);
}.multiselect--disabled {
  background: none;
}.multiselect--disabled .multiselect__select {
  background: none;
}.bg-image {
  background-size: 100% auto;
}[data-mode=light] .bg-image {
  background-image: url(/bg-image-light.jpg);
}[data-mode=dark] .bg-image {
  background-image: url(/bg-image-dark.jpg);
}/* Override NProgress bar color */#nprogress .bar {
  background: var(--telekom-color-primary-standard) !important;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px !important;
}#nprogress .peg {
  display: none !important;
}.clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}.magenta-bg {
  background: var(--telekom-color-primary-standard) !important;
}.white-text {
  color: var(--telekom-color-text-and-icon-white-standard);
}@media (max-width: 768px) {
  .my-nav-mobile {
    flex-direction: column; /* override row on mobile */
    align-items: stretch;
  }
}/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#collapse-to-left {
  display: flex;
}
#collapse-to-left.active {
  transform: rotate(-180deg);
}
#collapse-to-left,
#collapse-to-right {
  color: var(--telekom-color-ui-extra-strong);
}
#collapse-to-left:hover,
#collapse-to-right:hover {
  cursor: pointer;
}
.admin-panel-aside-nav[data-display=hide] {
  display: flex;
  width: 58px;
  flex-basis: 58px;
}.my-input-clear[data-v-bf7cb493] {
  position: relative;
  right: 0;
  /* margin left has to be calculate according the append-icon padding-right/left */
  margin-left: -22%;
  transform: translate(var(--spacing-x), 25%);
  visibility: visible;
}
.my-input-clear.not-display-el[data-v-bf7cb493] {
  visibility: hidden;
}
.my-input-clear[data-v-bf7cb493]:hover {
  cursor: pointer;
}
.my-input-append-icon[data-v-bf7cb493] {
  position: relative;
  padding-right: 12px;
  right: 0;
  top: 0;
  transform: translate(var(--spacing-x), 25%);
}
scale-text-field[data-v-bf7cb493] {
  --spacing-control: 1.125rem calc(5rem - var(--telekom-spacing-composition-space-01)) 0.25rem calc(0.75rem - var(--telekom-spacing-composition-space-01));
}.my-width[data-v-441c523c] {
  width: 85px;
}scale-tab-header[data-v-4abab577] {
  border-bottom-color: var(--telekom-color-background-surface-subtle);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}.circle[data-v-1cb49355] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--telekom-color-text-and-icon-black-additional);
  background: var(--telekom-color-background-surface-subtle);
  width: 50px;
  height: 50px;
}
.circle--current[data-v-1cb49355] {
  color: var(--telekom-color-text-and-icon-white-standard);
  background: var(--telekom-color-primary-standard);
}
.circle--success[data-v-1cb49355] {
  background: var(--telekom-color-additional-olive-0);
}
.divider[data-v-1cb49355] {
  width: 150px;
  height: 4px;
  border-radius: 10px;
  background: var(--telekom-color-background-surface-subtle);
}@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes rotation-bec7c813 {
0% {
    --gradient-angle: 0deg;
}
100% {
    --gradient-angle: 360deg;
}
}
@keyframes slideUpFadeIn-bec7c813 {
from {
    transform: translateY(50px);
    opacity: 0;
}
to {
    transform: translateY(0);
    opacity: 1;
}
}
/* Wrapper around everything */
.search-wrapper[data-v-bec7c813] {
  position: absolute;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

/* Gradient background layer */
.gradient-bg[data-v-bec7c813] {
  position: absolute;
  inset: 0;
  background: linear-gradient(var(--gradient-angle), #d91308, #e20074, #2238df);
  animation: rotation-bec7c813 8s linear infinite;
  opacity: 0.8;
  z-index: 1;
}
.gradient-bg[data-v-bec7c813]::before {
  content: "";
  position: absolute;
  inset: 0.3rem;
  filter: blur(2rem);
  background-color: #000000;
}

/* Content box wrapper */
.search-box[data-v-bec7c813] {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Input container */
.container[data-v-bec7c813] {
  z-index: 9999;
  width: 50%;
  background: var(--telekom-color-background-surface);
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  animation: slideUpFadeIn-bec7c813 0.3s ease-out both;
}
scale-button[data-v-bec7c813] {
  animation: slideUpFadeIn-bec7c813 0.3s ease-out both;
}
.magenta-text[data-v-bec7c813] {
  color: var(--telekom-color-text-and-icon-primary-standard);
  font-weight: var(--scl-font-variant-heading-2-weight);
  font-size: var(--scl-spacing-24);
}
.magenta-text-large[data-v-bec7c813] {
  font-size: var(--scl-spacing-48);
}
.key-text[data-v-bec7c813] {
  color: var(--telekom-color-text-and-icon-white-standard);
  font-weight: var(--scl-font-variant-heading-2-weight);
  font-size: var(--scl-spacing-24);
}
label[data-v-bec7c813],
scale-link[data-v-bec7c813] {
  font-size: var(--scl-spacing-12);
}
scale-divider[data-v-bec7c813] {
  --spacing: 0 0 0 12px;
  --width: 36px;
}.flex-center[data-v-888216fc] {
  display: flex;
  align-items: center;
}.notice-container {
  margin-top: 12px;
  font-size: 1rem;
}
.notice-container .font-semibold {
  font-weight: 600;
}
.notice-container .whitespace-pre-wrap {
  white-space: pre-wrap;
}
.notice-container .mt-2 {
  margin-top: var(--scl-spacing-4);
}
.notice-container .mt-8 {
  margin-top: var(--scl-spacing-8);
}
.notice-container .mb-8 {
  margin-bottom: var(--scl-spacing-8);
}
.notice-container .px-4 {
  margin: 0 var(--scl-spacing-4);
}
.notice-container .list-decimal {
  list-style: decimal;
}
.notice-container .font-bold {
  font-weight: bold;
}
.notice-container .leading-2 {
  line-height: var(--scl-font-line-height-150);
}:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}

a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
  overflow: hidden;
}

h1 {
  font-size: 2.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.4em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}

button:hover {
  border-color: #646cff;
}

button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

.card {
  padding: 2em;
}

#app {
  display: flex;
  height: 100vh;
  width: 100%;
  justify-content: center;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}
.magenta-text {
  font-size: var(--scl-spacing-80);
  color: var(--telekom-color-text-and-icon-primary-standard);
}@font-face{font-family:'TeleNeoWeb';font-weight:900;font-style:normal;src:url('/assets/TeleNeoWeb-Ultra-MPwruGPU.eot');src:url('/assets/TeleNeoWeb-Ultra-mCSIFXwc.woff') format('woff'),
    url('/assets/TeleNeoWeb-Ultra-CraPB09T.woff2') format('woff2');font-display:swap}@font-face{font-family:'TeleNeoWeb';font-weight:900;font-style:italic;src:url('/assets/TeleNeoWeb-UltraItalic-CdFfMwYX.eot');src:url('/assets/TeleNeoWeb-UltraItalic-Dfm5vuQd.woff') format('woff'),
    url('/assets/TeleNeoWeb-UltraItalic-BkE11yzl.woff2') format('woff2');font-display:swap}@font-face{font-family:'TeleNeoWeb';font-weight:800;font-style:normal;src:url('/assets/TeleNeoWeb-ExtraBold-B6xqFMtI.eot');src:url('/assets/TeleNeoWeb-ExtraBold-xqft9nje.woff') format('woff'),
    url('/assets/TeleNeoWeb-ExtraBold-CX9gfuAY.woff2') format('woff2');font-display:swap}@font-face{font-family:'TeleNeoWeb';font-weight:800;font-style:italic;src:url('/assets/TeleNeoWeb-ExtraBoldItalic-COUa_0TG.eot');src:url('/assets/TeleNeoWeb-ExtraBoldItalic-BOV9oTE0.woff') format('woff'),
    url('/assets/TeleNeoWeb-ExtraBoldItalic-BY3wC8xg.woff2') format('woff2');font-display:swap}@font-face{font-family:'TeleNeoWeb';font-weight:700;font-style:normal;src:url('/assets/TeleNeoWeb-Bold-DKF_7dMt.eot');src:url('/assets/TeleNeoWeb-Bold-DILl2LrA.woff') format('woff'),
    url('/assets/TeleNeoWeb-Bold-3pDME6bY.woff2') format('woff2');font-display:swap}@font-face{font-family:'TeleNeoWeb';font-weight:700;font-style:italic;src:url('/assets/TeleNeoWeb-BoldItalic-vty6_047.eot');src:url('/assets/TeleNeoWeb-BoldItalic-C6xYFlo9.woff') format('woff'),
    url('/assets/TeleNeoWeb-BoldItalic-Cu1aR4WE.woff2') format('woff2');font-display:swap}@font-face{font-family:'TeleNeoWeb';font-weight:500;font-style:normal;src:url('/assets/TeleNeoWeb-Medium-svJx406X.eot');src:url('/assets/TeleNeoWeb-Medium-B-ajKsh_.woff') format('woff'),
    url('/assets/TeleNeoWeb-Medium-Dd9Krau3.woff2') format('woff2');font-display:swap}@font-face{font-family:'TeleNeoWeb';font-weight:500;font-style:italic;src:url('/assets/TeleNeoWeb-MediumItalic-C2hwZdtu.eot');src:url('/assets/TeleNeoWeb-MediumItalic-CmM6Qlvm.woff') format('woff'),
    url('/assets/TeleNeoWeb-MediumItalic-CtuRZ1xb.woff2') format('woff2');font-display:swap}@font-face{font-family:'TeleNeoWeb';font-weight:400;font-style:normal;src:url('/assets/TeleNeoWeb-Regular-BM5wMUBA.eot');src:url('/assets/TeleNeoWeb-Regular-CpNxV4nk.woff') format('woff'),
    url('/assets/TeleNeoWeb-Regular-CxRLGHEn.woff2') format('woff2');font-display:swap}@font-face{font-family:'TeleNeoWeb';font-weight:400;font-style:italic;src:url('/assets/TeleNeoWeb-RegularItalic-DGLwpocL.eot');src:url('/assets/TeleNeoWeb-RegularItalic-CC7zhHv5.woff') format('woff'),
    url('/assets/TeleNeoWeb-RegularItalic-Bubxlqc3.woff2') format('woff2');font-display:swap}@font-face{font-family:'TeleNeoWeb';font-weight:200;font-style:normal;src:url('/assets/TeleNeoWeb-Thin-BBPqnh0m.eot');src:url('/assets/TeleNeoWeb-Thin-_4JHncOw.woff') format('woff'),
    url('/assets/TeleNeoWeb-Thin-CnxUPFBw.woff2') format('woff2');font-display:swap}@font-face{font-family:'TeleNeoWeb';font-weight:200;font-style:italic;src:url('/assets/TeleNeoWeb-ThinItalic-q1RLRVJ1.eot');src:url('/assets/TeleNeoWeb-ThinItalic-NFouqwpU.woff') format('woff'),
    url('/assets/TeleNeoWeb-ThinItalic-B939out2.woff2') format('woff2');font-display:swap}:root{font-family:'TeleNeoWeb', sans-serif}:root{--scl-spacing-1:0.0625rem;--scl-spacing-2:0.125rem;--scl-spacing-4:0.25rem;--scl-spacing-8:0.5rem;--scl-spacing-12:0.75rem;--scl-spacing-16:1rem;--scl-spacing-24:1.5rem;--scl-spacing-32:2rem;--scl-spacing-40:2.5rem;--scl-spacing-48:3rem;--scl-spacing-64:4rem;--scl-spacing-80:5rem;--scl-font-family-sans:TeleNeoWeb, sans-serif;--scl-font-family-mono:monospace;--scl-font-size-10:0.625rem;--scl-font-size-12:0.75rem;--scl-font-size-14:0.875rem;--scl-font-size-16:1rem;--scl-font-size-20:1.25rem;--scl-font-size-24:1.5rem;--scl-font-size-32:2rem;--scl-font-size-40:2.5rem;--scl-font-size-56:3.5rem;--scl-font-weight-thin:200;--scl-font-weight-regular:400;--scl-font-weight-medium:500;--scl-font-weight-bold:700;--scl-font-weight-extrabold:800;--scl-font-line-height-114:114%;--scl-font-line-height-120:120%;--scl-font-line-height-125:125%;--scl-font-line-height-133:133%;--scl-font-line-height-150:150%;--scl-font-line-height-160:160%;--scl-font-variant-body-family:TeleNeoWeb, sans-serif;--scl-font-variant-body-size:1rem;--scl-font-variant-body-weight:500;--scl-font-variant-body-line-height:150%;--scl-font-variant-body-letter-spacing:normal;--scl-font-variant-body-short-family:TeleNeoWeb, sans-serif;--scl-font-variant-body-short-size:1rem;--scl-font-variant-body-short-weight:500;--scl-font-variant-body-short-line-height:125%;--scl-font-variant-body-short-letter-spacing:normal;--scl-font-variant-body-large-family:TeleNeoWeb, sans-serif;--scl-font-variant-body-large-size:1.25rem;--scl-font-variant-body-large-weight:500;--scl-font-variant-body-large-line-height:160%;--scl-font-variant-body-large-letter-spacing:normal;--scl-font-variant-smaller-family:TeleNeoWeb, sans-serif;--scl-font-variant-smaller-size:0.75rem;--scl-font-variant-smaller-weight:500;--scl-font-variant-smaller-line-height:125%;--scl-font-variant-smaller-letter-spacing:normal;--scl-font-variant-label-family:TeleNeoWeb, sans-serif;--scl-font-variant-label-size:0.75rem;--scl-font-variant-label-weight:500;--scl-font-variant-label-line-height:120%;--scl-font-variant-label-letter-spacing:normal;--scl-font-variant-caption-family:TeleNeoWeb, sans-serif;--scl-font-variant-caption-size:0.75rem;--scl-font-variant-caption-weight:500;--scl-font-variant-caption-line-height:133%;--scl-font-variant-caption-letter-spacing:normal;--scl-font-variant-heading-6-family:TeleNeoWeb, sans-serif;--scl-font-variant-heading-6-size:1rem;--scl-font-variant-heading-6-weight:700;--scl-font-variant-heading-6-line-height:150%;--scl-font-variant-heading-6-letter-spacing:normal;--scl-font-variant-heading-5-family:TeleNeoWeb, sans-serif;--scl-font-variant-heading-5-size:1.25rem;--scl-font-variant-heading-5-weight:800;--scl-font-variant-heading-5-line-height:125%;--scl-font-variant-heading-5-letter-spacing:normal;--scl-font-variant-heading-4-family:TeleNeoWeb, sans-serif;--scl-font-variant-heading-4-size:1.5rem;--scl-font-variant-heading-4-weight:800;--scl-font-variant-heading-4-line-height:133%;--scl-font-variant-heading-4-letter-spacing:normal;--scl-font-variant-heading-3-family:TeleNeoWeb, sans-serif;--scl-font-variant-heading-3-size:2rem;--scl-font-variant-heading-3-weight:800;--scl-font-variant-heading-3-line-height:125%;--scl-font-variant-heading-3-letter-spacing:normal;--scl-font-variant-heading-2-family:TeleNeoWeb, sans-serif;--scl-font-variant-heading-2-size:2.5rem;--scl-font-variant-heading-2-weight:800;--scl-font-variant-heading-2-line-height:120%;--scl-font-variant-heading-2-letter-spacing:normal;--scl-font-variant-heading-1-family:TeleNeoWeb, sans-serif;--scl-font-variant-heading-1-size:3.5rem;--scl-font-variant-heading-1-weight:800;--scl-font-variant-heading-1-line-height:114%;--scl-font-variant-heading-1-letter-spacing:normal;--scl-color-primary:hsl(329.20000000000005, 100%, 44.3%);--scl-color-black:hsl(0, 0%, 0%);--scl-color-white:hsl(0, 0%, 100%);--scl-color-grey-0:hsl(0, 0%, 94.9%);--scl-color-grey-10:hsl(0, 0%, 89.8%);--scl-color-grey-20:hsl(0, 0%, 80%);--scl-color-grey-30:hsl(0, 0%, 69.8%);--scl-color-grey-40:hsl(0, 0%, 60%);--scl-color-grey-50:hsl(0, 0%, 49.8%);--scl-color-grey-60:hsl(0, 0%, 40%);--scl-color-grey-70:hsl(0, 0%, 29.8%);--scl-color-grey-80:hsl(0, 0%, 20%);--scl-color-grey-90:hsl(0, 0%, 9.8%);--scl-color-grey-100:hsl(0, 0%, 0%);--scl-color-orange-0:hsl(54.39999999999998, 100%, 93.7%);--scl-color-orange-10:hsl(48.39999999999998, 100%, 88.8%);--scl-color-orange-20:hsl(43.69999999999999, 100%, 84.1%);--scl-color-orange-30:hsl(38.69999999999999, 100%, 79.6%);--scl-color-orange-40:hsl(33.5, 100%, 75.1%);--scl-color-orange-50:hsl(29, 100%, 70.8%);--scl-color-orange-60:hsl(24.80000000000001, 96.5%, 66.1%);--scl-color-orange-70:hsl(17.30000000000001, 71.4%, 56.1%);--scl-color-orange-80:hsl(17.30000000000001, 72.3%, 39.6%);--scl-color-orange-90:hsl(17.30000000000001, 88.8%, 31.4%);--scl-color-orange-100:hsl(11.399999999999977, 86.6%, 26.3%);--scl-color-red-0:hsl(353.79999999999995, 100%, 88.6%);--scl-color-red-10:hsl(351.5, 100%, 83.3%);--scl-color-red-20:hsl(350.4, 98.1%, 78.8%);--scl-color-red-30:hsl(350.6, 91%, 73.9%);--scl-color-red-40:hsl(350.4, 85.1%, 68.4%);--scl-color-red-50:hsl(350.29999999999995, 82.8%, 63.5%);--scl-color-red-60:hsl(351.20000000000005, 82.6%, 59.4%);--scl-color-red-70:hsl(349.70000000000005, 69%, 50.6%);--scl-color-red-80:hsl(348.9, 74.9%, 43.7%);--scl-color-red-90:hsl(347.1, 84%, 36.9%);--scl-color-red-100:hsl(345.9, 100%, 30%);--scl-color-blue-0:hsl(190.20000000000005, 100%, 92%);--scl-color-blue-10:hsl(196.20000000000005, 100%, 85.5%);--scl-color-blue-20:hsl(200.89999999999998, 100%, 79.2%);--scl-color-blue-30:hsl(206, 100%, 73.3%);--scl-color-blue-40:hsl(210.70000000000005, 100%, 67.5%);--scl-color-blue-50:hsl(215.60000000000002, 100%, 62%);--scl-color-blue-60:hsl(220, 100%, 56.5%);--scl-color-blue-70:hsl(227.39999999999998, 89%, 46.3%);--scl-color-blue-80:hsl(236.5, 100%, 37.5%);--scl-color-blue-90:hsl(241.10000000000002, 100%, 31.2%);--scl-color-blue-100:hsl(249.39999999999998, 100%, 25.1%);--scl-color-teal-0:hsl(176.10000000000002, 63.3%, 90.4%);--scl-color-teal-10:hsl(178.89999999999998, 60%, 82.4%);--scl-color-teal-20:hsl(180, 58.5%, 74.5%);--scl-color-teal-30:hsl(181.20000000000005, 57.6%, 66.7%);--scl-color-teal-40:hsl(182.10000000000002, 55.2%, 58.8%);--scl-color-teal-50:hsl(183.60000000000002, 53.8%, 50.8%);--scl-color-teal-60:hsl(184.79999999999995, 68.9%, 42.9%);--scl-color-teal-70:hsl(182.89999999999998, 80.1%, 35.5%);--scl-color-teal-80:hsl(180.5, 91.5%, 27.8%);--scl-color-teal-90:hsl(178.89999999999998, 100%, 20.6%);--scl-color-teal-100:hsl(176.5, 100%, 16.9%);--scl-color-green-0:hsl(78.30000000000001, 59%, 92.4%);--scl-color-green-10:hsl(82.5, 55.6%, 85.9%);--scl-color-green-20:hsl(86.30000000000001, 55.3%, 79.8%);--scl-color-green-30:hsl(90.39999999999998, 52.6%, 73.5%);--scl-color-green-40:hsl(95.30000000000001, 50.9%, 67.3%);--scl-color-green-50:hsl(98.80000000000001, 49.7%, 61%);--scl-color-green-60:hsl(103.19999999999999, 48.1%, 54.7%);--scl-color-green-70:hsl(111.5, 46.1%, 48%);--scl-color-green-80:hsl(120, 52.4%, 41.2%);--scl-color-green-90:hsl(127.60000000000002, 58.9%, 34.3%);--scl-color-green-100:hsl(136.3, 65.7%, 27.5%);--scl-color-clay-0:hsl(15.800000000000011, 42.2%, 91.2%);--scl-color-clay-10:hsl(19.399999999999977, 46.3%, 86.9%);--scl-color-clay-20:hsl(20.899999999999977, 49.4%, 82.9%);--scl-color-clay-30:hsl(21.899999999999977, 48.1%, 78.8%);--scl-color-clay-40:hsl(22.30000000000001, 48.4%, 74.9%);--scl-color-clay-50:hsl(22.80000000000001, 48.3%, 71.2%);--scl-color-clay-60:hsl(25.100000000000023, 46.7%, 66.9%);--scl-color-clay-70:hsl(22.899999999999977, 35.8%, 58.4%);--scl-color-clay-80:hsl(21.399999999999977, 27.6%, 50.2%);--scl-color-clay-90:hsl(18.899999999999977, 26.8%, 41.8%);--scl-color-clay-100:hsl(18.600000000000023, 24.7%, 33.3%);--scl-color-rose-0:hsl(338.79999999999995, 48.6%, 93.1%);--scl-color-rose-10:hsl(341.4, 46%, 87.6%);--scl-color-rose-20:hsl(341.4, 45.7%, 82%);--scl-color-rose-30:hsl(341.9, 43.8%, 76.3%);--scl-color-rose-40:hsl(343.79999999999995, 42.3%, 70.8%);--scl-color-rose-50:hsl(346, 41.2%, 65.3%);--scl-color-rose-60:hsl(346.79999999999995, 39.8%, 59.6%);--scl-color-rose-70:hsl(344.79999999999995, 31.5%, 49.2%);--scl-color-rose-80:hsl(342.9, 35.4%, 38.8%);--scl-color-rose-90:hsl(340.29999999999995, 40.3%, 28.2%);--scl-color-rose-100:hsl(338.4, 44.6%, 22%);--scl-color-lilac-0:hsl(307.5, 33.3%, 95.3%);--scl-color-lilac-10:hsl(310, 27.3%, 91.4%);--scl-color-lilac-20:hsl(310.6, 28.8%, 88.4%);--scl-color-lilac-30:hsl(310, 30.8%, 84.7%);--scl-color-lilac-40:hsl(300, 28.2%, 77.1%);--scl-color-lilac-50:hsl(293.6, 30.7%, 70%);--scl-color-lilac-60:hsl(292.9, 30.9%, 62.5%);--scl-color-lilac-70:hsl(292.79999999999995, 24.4%, 53.3%);--scl-color-lilac-80:hsl(293.20000000000005, 23.8%, 43.7%);--scl-color-lilac-90:hsl(291.79999999999995, 29.1%, 34.3%);--scl-color-lilac-100:hsl(291.1, 37%, 24.9%);--scl-color-pigeon-0:hsl(226.20000000000005, 41.9%, 93.9%);--scl-color-pigeon-10:hsl(227.5, 42.9%, 89%);--scl-color-pigeon-20:hsl(227.60000000000002, 41.5%, 83.9%);--scl-color-pigeon-30:hsl(228.60000000000002, 38.9%, 78.8%);--scl-color-pigeon-40:hsl(230.60000000000002, 38.3%, 73.9%);--scl-color-pigeon-50:hsl(230.79999999999995, 37.1%, 68.8%);--scl-color-pigeon-60:hsl(232.70000000000005, 35.9%, 63.9%);--scl-color-pigeon-70:hsl(239.10000000000002, 29.8%, 55.9%);--scl-color-pigeon-80:hsl(244.60000000000002, 26.5%, 48%);--scl-color-pigeon-90:hsl(251.60000000000002, 30.4%, 40%);--scl-color-pigeon-100:hsl(257.5, 33.7%, 32%);--scl-color-neptune-0:hsl(176, 29.4%, 90%);--scl-color-neptune-10:hsl(180, 31.6%, 85.1%);--scl-color-neptune-20:hsl(178.29999999999995, 34.7%, 80.2%);--scl-color-neptune-30:hsl(180, 34.4%, 74.9%);--scl-color-neptune-40:hsl(182.29999999999995, 34.6%, 70%);--scl-color-neptune-50:hsl(184, 33.7%, 65.1%);--scl-color-neptune-60:hsl(184.39999999999998, 33.3%, 60%);--scl-color-neptune-70:hsl(182.70000000000005, 27.5%, 52.9%);--scl-color-neptune-80:hsl(180, 25.3%, 45.7%);--scl-color-neptune-90:hsl(178.79999999999995, 24.9%, 38.6%);--scl-color-neptune-100:hsl(178.20000000000005, 21.2%, 31.4%);--scl-color-olive-0:hsl(95, 33.3%, 92.9%);--scl-color-olive-10:hsl(96, 30.3%, 87.1%);--scl-color-olive-20:hsl(98.60000000000002, 29.8%, 81.6%);--scl-color-olive-30:hsl(100, 29%, 75.7%);--scl-color-olive-40:hsl(101.89999999999998, 28.1%, 70%);--scl-color-olive-50:hsl(103.19999999999999, 27.5%, 64.3%);--scl-color-olive-60:hsl(103.89999999999998, 26.4%, 58.4%);--scl-color-olive-70:hsl(102.19999999999999, 22%, 48.2%);--scl-color-olive-80:hsl(100, 24.7%, 38%);--scl-color-olive-90:hsl(97.5, 28.2%, 27.8%);--scl-color-olive-100:hsl(97.69999999999999, 32.7%, 21%);--scl-color-primary-hover:hsl(329.29999999999995, 95.2%, 50.6%);--scl-color-primary-active:hsl(329.29999999999995, 100%, 39.8%);--scl-color-focus:hsl(215.60000000000002, 100%, 62%);--scl-color-text-standard:hsl(0, 0%, 9.8%);--scl-color-text-additional:hsl(0, 0%, 40%);--scl-color-text-link:hsl(227.39999999999998, 89%, 46.3%);--scl-color-text-link-hover:hsl(236.5, 100%, 37.5%);--scl-color-text-link-active:hsl(220, 100%, 56.5%);--scl-color-text-link-visited:hsl(227.39999999999998, 89%, 46.3%);--scl-color-text-info:hsl(227.39999999999998, 89%, 46.3%);--scl-color-text-disabled:hsl(0, 0%, 49.8%);--scl-color-text-success:hsl(136.3, 65.7%, 27.5%);--scl-color-text-error:hsl(349.70000000000005, 69%, 50.6%);--scl-color-background-standard:hsl(0, 0%, 100%);--scl-color-background-light:hsl(0, 0%, 94.9%);--scl-color-background-darker:hsl(0, 0%, 80%);--scl-color-background-overlay:hsla(0, 0%, 42.4%, 0.7);--scl-color-background-disabled:hsl(0, 0%, 80%);--scl-color-background-success:hsl(136.3, 65.7%, 27.5%);--scl-color-background-error:hsl(349.70000000000005, 69%, 50.6%);--scl-color-functional-red:hsl(349.70000000000005, 69%, 50.6%);--scl-color-functional-green:hsl(136.3, 65.7%, 27.5%);--scl-color-functional-blue:hsl(227.39999999999998, 89%, 46.3%);--scl-shadow-level-0:0px 2px 8px 0px hsla(0, 0%, 0%, 0.1),
    0px 1px 2px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-1:0px 4px 16px 0px hsla(0, 0%, 0%, 0.1),
    0px 2px 4px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-2:0px 8px 32px 0px hsla(0, 0%, 0%, 0.1),
    0px 4px 8px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-3:0px 12px 48px 0px hsla(0, 0%, 0%, 0.1),
    0px 6px 12px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-4:0px 16px 64px 0px hsla(0, 0%, 0%, 0.1),
    0px 8px 16px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-5:0px 20px 80px 0px hsla(0, 0%, 0%, 0.1),
    0px 10px 20px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-1-hover:0px 6px 24px 0px hsla(0, 0%, 0%, 0.1),
    0px 3px 6px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-1-active:0px 2px 8px 0px hsla(0, 0%, 0%, 0.1),
    0px 1px 2px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-2-hover:0px 10px 40px 0px hsla(0, 0%, 0%, 0.1),
    0px 5px 10px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-2-active:0px 6px 24px 0px hsla(0, 0%, 0%, 0.1),
    0px 3px 6px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-3-hover:0px 14px 56px 0px hsla(0, 0%, 0%, 0.1),
    0px 7px 14px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-3-active:0px 10px 40px 0px hsla(0, 0%, 0%, 0.1),
    0px 5px 10px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-4-hover:0px 18px 72px 0px hsla(0, 0%, 0%, 0.1),
    0px 9px 18px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-4-active:0px 14px 56px 0px hsla(0, 0%, 0%, 0.1),
    0px 7px 14px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-5-hover:0px 22px 88px 0px hsla(0, 0%, 0%, 0.1),
    0px 11px 22px 0px hsla(0, 0%, 0%, 0.1);--scl-shadow-level-5-active:0px 18px 72px 0px hsla(0, 0%, 0%, 0.1),
    0px 9px 18px 0px hsla(0, 0%, 0%, 0.1);--scl-radius-1:1px;--scl-radius-2:2px;--scl-radius-4:4px;--scl-radius-8:8px;--scl-radius-12:12px;--scl-opacity-50:0.5;--scl-motion-duration-immediate:100ms;--scl-motion-duration-fast:200ms;--scl-motion-duration-slower:600ms;--scl-motion-duration-deliberate:800ms;--scl-motion-easing-standard:cubic-bezier(0.42, 0, 0.58, 1);--scl-motion-easing-enter:cubic-bezier(0.39, 0.575, 0.565, 1);--scl-z-index-10:10;--scl-z-index-20:20;--scl-z-index-30:30;--scl-z-index-40:40;--scl-z-index-50:50;--scl-z-index-60:60;--scl-z-index-70:70}.scl-font-variant-body{font-family:var(--scl-font-variant-body-family, TeleNeoWeb, sans-serif);font-size:var(--scl-font-variant-body-size, 1rem);font-weight:var(--scl-font-variant-body-weight, 500);line-height:var(--scl-font-variant-body-line-height, 150%);letter-spacing:var(--scl-font-variant-body-letter-spacing, normal)}.scl-font-variant-body-short{font-family:var(
    --scl-font-variant-body-short-family,
    TeleNeoWeb,
    sans-serif
  );font-size:var(--scl-font-variant-body-short-size, 1rem);font-weight:var(--scl-font-variant-body-short-weight, 500);line-height:var(--scl-font-variant-body-short-line-height, 125%);letter-spacing:var(--scl-font-variant-body-short-letter-spacing, normal)}.scl-font-variant-body-large{font-family:var(
    --scl-font-variant-body-large-family,
    TeleNeoWeb,
    sans-serif
  );font-size:var(--scl-font-variant-body-large-size, 1.25rem);font-weight:var(--scl-font-variant-body-large-weight, 500);line-height:var(--scl-font-variant-body-large-line-height, 160%);letter-spacing:var(--scl-font-variant-body-large-letter-spacing, normal)}.scl-font-variant-smaller{font-family:var(--scl-font-variant-smaller-family, TeleNeoWeb, sans-serif);font-size:var(--scl-font-variant-smaller-size, 0.75rem);font-weight:var(--scl-font-variant-smaller-weight, 500);line-height:var(--scl-font-variant-smaller-line-height, 125%);letter-spacing:var(--scl-font-variant-smaller-letter-spacing, normal)}.scl-font-variant-label{font-family:var(--scl-font-variant-label-family, TeleNeoWeb, sans-serif);font-size:var(--scl-font-variant-label-size, 0.75rem);font-weight:var(--scl-font-variant-label-weight, 500);line-height:var(--scl-font-variant-label-line-height, 120%);letter-spacing:var(--scl-font-variant-label-letter-spacing, normal)}.scl-font-variant-caption{font-family:var(--scl-font-variant-caption-family, TeleNeoWeb, sans-serif);font-size:var(--scl-font-variant-caption-size, 0.75rem);font-weight:var(--scl-font-variant-caption-weight, 500);line-height:var(--scl-font-variant-caption-line-height, 133%);letter-spacing:var(--scl-font-variant-caption-letter-spacing, normal)}.scl-font-variant-heading-6{font-family:var(--scl-font-variant-heading-6-family, TeleNeoWeb, sans-serif);font-size:var(--scl-font-variant-heading-6-size, 1rem);font-weight:var(--scl-font-variant-heading-6-weight, 700);line-height:var(--scl-font-variant-heading-6-line-height, 150%);letter-spacing:var(--scl-font-variant-heading-6-letter-spacing, normal)}.scl-font-variant-heading-5{font-family:var(--scl-font-variant-heading-5-family, TeleNeoWeb, sans-serif);font-size:var(--scl-font-variant-heading-5-size, 1.25rem);font-weight:var(--scl-font-variant-heading-5-weight, 800);line-height:var(--scl-font-variant-heading-5-line-height, 125%);letter-spacing:var(--scl-font-variant-heading-5-letter-spacing, normal)}.scl-font-variant-heading-4{font-family:var(--scl-font-variant-heading-4-family, TeleNeoWeb, sans-serif);font-size:var(--scl-font-variant-heading-4-size, 1.5rem);font-weight:var(--scl-font-variant-heading-4-weight, 800);line-height:var(--scl-font-variant-heading-4-line-height, 133%);letter-spacing:var(--scl-font-variant-heading-4-letter-spacing, normal)}.scl-font-variant-heading-3{font-family:var(--scl-font-variant-heading-3-family, TeleNeoWeb, sans-serif);font-size:var(--scl-font-variant-heading-3-size, 2rem);font-weight:var(--scl-font-variant-heading-3-weight, 800);line-height:var(--scl-font-variant-heading-3-line-height, 125%);letter-spacing:var(--scl-font-variant-heading-3-letter-spacing, normal)}.scl-font-variant-heading-2{font-family:var(--scl-font-variant-heading-2-family, TeleNeoWeb, sans-serif);font-size:var(--scl-font-variant-heading-2-size, 2.5rem);font-weight:var(--scl-font-variant-heading-2-weight, 800);line-height:var(--scl-font-variant-heading-2-line-height, 120%);letter-spacing:var(--scl-font-variant-heading-2-letter-spacing, normal)}.scl-font-variant-heading-1{font-family:var(--scl-font-variant-heading-1-family, TeleNeoWeb, sans-serif);font-size:var(--scl-font-variant-heading-1-size, 3.5rem);font-weight:var(--scl-font-variant-heading-1-weight, 800);line-height:var(--scl-font-variant-heading-1-line-height, 114%);letter-spacing:var(--scl-font-variant-heading-1-letter-spacing, normal)}:root{--telekom-color-text-and-icon-standard:#000000;--telekom-color-text-and-icon-additional:hsla(0, 0%, 0%, 0.65);--telekom-color-text-and-icon-disabled:hsla(0, 0%, 0%, 0.4);--telekom-color-text-and-icon-link-standard:#2238df;--telekom-color-text-and-icon-link-hovered:#0819bd;--telekom-color-text-and-icon-link-visited:#6c3bdb;--telekom-color-text-and-icon-link-active:#000d99;--telekom-color-text-and-icon-primary-standard:#e20074;--telekom-color-text-and-icon-primary-hovered:#c00063;--telekom-color-text-and-icon-primary-pressed:#9e0051;--telekom-color-text-and-icon-inverted-standard:#ffffff;--telekom-color-text-and-icon-inverted-additional:hsla(0, 0%, 100%, 0.65);--telekom-color-text-and-icon-white-standard:#ffffff;--telekom-color-text-and-icon-white-additional:hsla(0, 0%, 100%, 0.65);--telekom-color-text-and-icon-black-standard:#000000;--telekom-color-text-and-icon-black-additional:hsla(0, 0%, 0%, 0.65);--telekom-color-text-and-icon-functional-informational:#2238df;--telekom-color-text-and-icon-functional-success:#008653;--telekom-color-text-and-icon-functional-danger:#d91308;--telekom-color-text-and-icon-functional-warning:#b63d00;--telekom-color-text-and-icon-on-subtle-informational:#2238df;--telekom-color-text-and-icon-on-subtle-success:#00774b;--telekom-color-text-and-icon-on-subtle-danger:#c30a03;--telekom-color-text-and-icon-on-subtle-warning:#b63d00;--telekom-color-text-and-icon-on-subtle-violet:#6c3bdb;--telekom-color-text-and-icon-on-subtle-blue:#2238df;--telekom-color-text-and-icon-on-subtle-cyan:#00738A;--telekom-color-text-and-icon-on-subtle-teal:#177364;--telekom-color-text-and-icon-on-subtle-green:#00774b;--telekom-color-text-and-icon-on-subtle-olive:#557317;--telekom-color-text-and-icon-on-subtle-brown:#82581c;--telekom-color-text-and-icon-on-subtle-yellow:#AC5600;--telekom-color-text-and-icon-on-subtle-orange:#b63d00;--telekom-color-text-and-icon-on-subtle-red:#c30a03;--telekom-color-background-canvas:#ffffff;--telekom-color-background-canvas-subtle:#fbfbfb;--telekom-color-background-backdrop:hsla(0, 0%, 0%, 0.5);--telekom-color-background-surface:#ffffff;--telekom-color-background-surface-subtle:#efeff0;--telekom-color-background-surface-highlight:#242426;--telekom-color-primary-standard:#e20074;--telekom-color-primary-hovered:#c00063;--telekom-color-primary-pressed:#9e0051;--telekom-color-ui-base:#ffffff;--telekom-color-ui-subtle:#efeff0;--telekom-color-ui-faint:#dfdfe1;--telekom-color-ui-regular:#929296;--telekom-color-ui-strong:#747478;--telekom-color-ui-extra-strong:#242426;--telekom-color-ui-white:#ffffff;--telekom-color-ui-black:#000000;--telekom-color-ui-disabled:#d0d0d2;--telekom-color-ui-border-standard:hsla(0, 0%, 0%, 0.44);--telekom-color-ui-border-hovered:hsla(0, 0%, 0%, 0.71);--telekom-color-ui-border-pressed:hsla(0, 0%, 0%, 0.71);--telekom-color-ui-border-disabled:hsla(0, 0%, 0%, 0.14);--telekom-color-ui-state-fill-standard:hsla(0, 0%, 0%, 0);--telekom-color-ui-state-fill-hovered:hsla(0, 0%, 0%, 0.07);--telekom-color-ui-state-fill-pressed:hsla(0, 0%, 0%, 0.21);--telekom-color-ui-state-fill-hovered-inverted:hsla(0, 0%, 100%, 0.14);--telekom-color-ui-state-fill-pressed-inverted:hsla(0, 0%, 100%, 0.21);--telekom-color-functional-focus-standard:#2238df;--telekom-color-functional-focus-inverted:#7d94f9;--telekom-color-functional-focus-on-dark-background:#7d94f9;--telekom-color-functional-focus-on-light-background:#2238df;--telekom-color-functional-informational-standard:#2238df;--telekom-color-functional-informational-hovered:#1326cf;--telekom-color-functional-informational-pressed:#0819bd;--telekom-color-functional-informational-subtle:#d3d7f9;--telekom-color-functional-success-standard:#00b367;--telekom-color-functional-success-hovered:#00a461;--telekom-color-functional-success-pressed:#00955a;--telekom-color-functional-success-subtle:#ccf0e1;--telekom-color-functional-danger-standard:#e82010;--telekom-color-functional-danger-hovered:#d91308;--telekom-color-functional-danger-pressed:#c30a03;--telekom-color-functional-danger-subtle:#fad2cf;--telekom-color-functional-warning-standard:#f97012;--telekom-color-functional-warning-hovered:#f46409;--telekom-color-functional-warning-pressed:#e65703;--telekom-color-functional-warning-subtle:#fee2d0;--telekom-color-additional-violet-0:#e2d9ff;--telekom-color-additional-violet-100:#c8b5fd;--telekom-color-additional-violet-200:#af93fb;--telekom-color-additional-violet-300:#9a75f8;--telekom-color-additional-violet-400:#885df2;--telekom-color-additional-violet-500:#794ae9;--telekom-color-additional-violet-600:#6c3bdb;--telekom-color-additional-violet-700:#5e2ec6;--telekom-color-additional-violet-800:#5024ab;--telekom-color-additional-violet-900:#411c8c;--telekom-color-additional-violet-subtle:#e4dbfb;--telekom-color-additional-blue-0:#d9e2ff;--telekom-color-additional-blue-100:#aabcfd;--telekom-color-additional-blue-200:#7d94f9;--telekom-color-additional-blue-300:#576ff3;--telekom-color-additional-blue-400:#3950ea;--telekom-color-additional-blue-500:#2238df;--telekom-color-additional-blue-600:#1326cf;--telekom-color-additional-blue-700:#0819bd;--telekom-color-additional-blue-800:#0311ab;--telekom-color-additional-blue-900:#000d99;--telekom-color-additional-blue-subtle:#d3d7f9;--telekom-color-additional-cyan-0:#d9fcff;--telekom-color-additional-cyan-100:#a4ecf4;--telekom-color-additional-cyan-200:#75dbe8;--telekom-color-additional-cyan-300:#4fcadd;--telekom-color-additional-cyan-400:#33bbd2;--telekom-color-additional-cyan-500:#1eadc6;--telekom-color-additional-cyan-600:#11a0bb;--telekom-color-additional-cyan-700:#0894b0;--telekom-color-additional-cyan-800:#038aa4;--telekom-color-additional-cyan-900:#008099;--telekom-color-additional-cyan-subtle:#d2eff4;--telekom-color-additional-teal-0:#d9fff2;--telekom-color-additional-teal-100:#acf1dc;--telekom-color-additional-teal-200:#85e3ca;--telekom-color-additional-teal-300:#65d5ba;--telekom-color-additional-teal-400:#4cc6ac;--telekom-color-additional-teal-500:#3ab89f;--telekom-color-additional-teal-600:#2eaa93;--telekom-color-additional-teal-700:#259c87;--telekom-color-additional-teal-800:#1e8e7b;--telekom-color-additional-teal-900:#19806f;--telekom-color-additional-teal-subtle:#d8f1ec;--telekom-color-additional-green-0:#dbffed;--telekom-color-additional-green-100:#8ff0c1;--telekom-color-additional-green-200:#4ee19c;--telekom-color-additional-green-300:#1bd27f;--telekom-color-additional-green-400:#00c26d;--telekom-color-additional-green-500:#00b367;--telekom-color-additional-green-600:#00a461;--telekom-color-additional-green-700:#00955a;--telekom-color-additional-green-800:#008653;--telekom-color-additional-green-900:#00774b;--telekom-color-additional-green-subtle:#ccf0e1;--telekom-color-additional-olive-0:#f2ffd9;--telekom-color-additional-olive-100:#daf1ac;--telekom-color-additional-olive-200:#c3e385;--telekom-color-additional-olive-300:#afd565;--telekom-color-additional-olive-400:#9ec64c;--telekom-color-additional-olive-500:#8eb83a;--telekom-color-additional-olive-600:#81aa2e;--telekom-color-additional-olive-700:#749c25;--telekom-color-additional-olive-800:#688e1e;--telekom-color-additional-olive-900:#5e8019;--telekom-color-additional-olive-subtle:#e8f1d8;--telekom-color-additional-brown-0:#ffefd9;--telekom-color-additional-brown-100:#efd3ab;--telekom-color-additional-brown-200:#e0b983;--telekom-color-additional-brown-300:#d0a363;--telekom-color-additional-brown-400:#c18f4a;--telekom-color-additional-brown-500:#b17f38;--telekom-color-additional-brown-600:#a2702b;--telekom-color-additional-brown-700:#926322;--telekom-color-additional-brown-800:#82581c;--telekom-color-additional-brown-900:#734d17;--telekom-color-additional-brown-subtle:#efe5d7;--telekom-color-additional-yellow-0:#fffcd9;--telekom-color-additional-yellow-100:#fcf1aa;--telekom-color-additional-yellow-200:#f9e47e;--telekom-color-additional-yellow-300:#f7d358;--telekom-color-additional-yellow-400:#f4c23b;--telekom-color-additional-yellow-500:#f1b125;--telekom-color-additional-yellow-600:#eea015;--telekom-color-additional-yellow-700:#eb900b;--telekom-color-additional-yellow-800:#e88104;--telekom-color-additional-yellow-900:#e67300;--telekom-color-additional-yellow-subtle:#fcefd3;--telekom-color-additional-orange-0:#ffe6cc;--telekom-color-additional-orange-100:#ffc48e;--telekom-color-additional-orange-200:#fea75b;--telekom-color-additional-orange-300:#fd9038;--telekom-color-additional-orange-400:#fc7e21;--telekom-color-additional-orange-500:#f97012;--telekom-color-additional-orange-600:#f46409;--telekom-color-additional-orange-700:#e65703;--telekom-color-additional-orange-800:#cd4901;--telekom-color-additional-orange-900:#b63d00;--telekom-color-additional-orange-subtle:#fee2d0;--telekom-color-additional-red-0:#ffcabf;--telekom-color-additional-red-100:#fd9684;--telekom-color-additional-red-200:#fb6a55;--telekom-color-additional-red-300:#f84934;--telekom-color-additional-red-400:#f2321e;--telekom-color-additional-red-500:#e82010;--telekom-color-additional-red-600:#d91308;--telekom-color-additional-red-700:#c30a03;--telekom-color-additional-red-800:#a70401;--telekom-color-additional-red-900:#870000;--telekom-color-additional-red-subtle:#fad2cf;--telekom-radius-none:0rem;--telekom-radius-extra-small:0.125rem;--telekom-radius-small:0.25rem;--telekom-radius-medium-small:0.375rem;--telekom-radius-standard:0.5rem;--telekom-radius-large:0.75rem;--telekom-radius-pill:62.4375rem;--telekom-radius-circle:50%;--telekom-size-icon-extra-small:0.75rem;--telekom-size-icon-small:1rem;--telekom-size-icon-medium:1.25rem;--telekom-size-icon-large:1.5rem;--telekom-size-icon-extra-large:3rem;--telekom-size-form-element-height-small:2rem;--telekom-size-form-element-height-standard:2.75rem;--telekom-size-generic-size-01:0.25rem;--telekom-size-generic-size-02:0.375rem;--telekom-size-generic-size-03:0.5rem;--telekom-size-generic-size-04:0.75rem;--telekom-size-generic-size-05:1rem;--telekom-size-generic-size-06:1.25rem;--telekom-size-generic-size-07:1.5rem;--telekom-size-generic-size-08:1.75rem;--telekom-size-generic-size-09:2rem;--telekom-size-generic-size-10:2.25rem;--telekom-size-generic-size-11:2.5rem;--telekom-size-generic-size-12:2.75rem;--telekom-size-generic-size-13:3rem;--telekom-size-generic-size-14:3.25rem;--telekom-size-generic-size-15:3.5rem;--telekom-size-generic-size-16:4rem;--telekom-size-generic-size-17:4.5rem;--telekom-size-generic-size-18:5rem;--telekom-size-generic-size-19:6rem;--telekom-size-generic-size-20:8rem;--telekom-size-generic-size-21:12rem;--telekom-size-generic-size-22:16rem;--telekom-size-generic-size-23:20rem;--telekom-size-generic-size-24:28rem;--telekom-size-generic-size-25:36rem;--telekom-line-weight-standard:0.0625rem;--telekom-line-weight-highlight:0.125rem;--telekom-line-weight-bold:0.25rem;--telekom-motion-duration-instant:0ms;--telekom-motion-duration-immediate:100ms;--telekom-motion-duration-transition:200ms;--telekom-motion-duration-animation:600ms;--telekom-motion-duration-animation-deliberate:800ms;--telekom-motion-easing-standard:cubic-bezier(0.4,0,0.6,1);--telekom-motion-easing-enter:cubic-bezier(0.4,0.6,0.6,1);--telekom-motion-easing-leave:cubic-bezier(0.4,0,1,1);--telekom-opacity-invisible:0;--telekom-opacity-transparent:0.35;--telekom-opacity-semi-transparent:0.5;--telekom-opacity-translucent:0.75;--telekom-opacity-semi-translucent:0.85;--telekom-opacity-solid:1;--telekom-shadow-raised-standard:0px 8px 32px 0px hsla(0, 0%, 0%, 0.1), 0px 4px 8px 0px hsla(0, 0%, 0%, 0.1);--telekom-shadow-raised-hover:0px 16px 64px 0px hsla(0, 0%, 0%, 0.1), 0px 8px 16px 0px hsla(0, 0%, 0%, 0.1);--telekom-shadow-raised-pressed:0px 4px 16px 0px hsla(0, 0%, 0%, 0.1), 0px 2px 4px 0px hsla(0, 0%, 0%, 0.1);--telekom-shadow-floating-standard:0px 12px 48px 0px hsla(0, 0%, 0%, 0.1), 0px 6px 12px 0px hsla(0, 0%, 0%, 0.1);--telekom-shadow-floating-hover:0px 24px 96px 0px hsla(0, 0%, 0%, 0.1), 0px 12px 24px 0px hsla(0, 0%, 0%, 0.1);--telekom-shadow-floating-pressed:0px 8px 32px 0px hsla(0, 0%, 0%, 0.1), 0px 4px 8px 0px hsla(0, 0%, 0%, 0.1);--telekom-shadow-top:0px 16px 64px 0px hsla(0, 0%, 0%, 0.1), 0px 8px 16px 0px hsla(0, 0%, 0%, 0.1);--telekom-shadow-overlay:0px 24px 96px 0px hsla(0, 0%, 0%, 0.1), 0px 12px 24px 0px hsla(0, 0%, 0%, 0.1);--telekom-shadow-intense:0px 0px 2px 0px hsla(0, 0%, 0%, 0.24), 0px 2px 4px 0px hsla(0, 0%, 0%, 0.24), 0px 4px 12px 0px hsla(0, 0%, 0%, 0.26);--telekom-shadow-app-bar-top-raised:0px 1px 0px 0px hsla(0, 0%, 0%, 0.05), 0px 2px 8px 0px hsla(0, 0%, 0%, 0.05);--telekom-shadow-app-bar-top-flat:0px 1px 0px 0px hsla(0, 0%, 0%, 0.1);--telekom-shadow-app-bar-bottom-raised:0px -1px 0px 0px hsla(0, 0%, 0%, 0.05), 0px -2px 8px 0px hsla(0, 0%, 0%, 0.05);--telekom-shadow-app-bar-bottom-flat:0px -1px 0px 0px hsla(0, 0%, 0%, 0.1);--telekom-spacing-composition-space-00:0rem;--telekom-spacing-composition-space-01:0.0625rem;--telekom-spacing-composition-space-02:0.125rem;--telekom-spacing-composition-space-03:0.25rem;--telekom-spacing-composition-space-04:0.5rem;--telekom-spacing-composition-space-05:0.75rem;--telekom-spacing-composition-space-06:1rem;--telekom-spacing-composition-space-07:1.25rem;--telekom-spacing-composition-space-08:1.5rem;--telekom-spacing-composition-space-09:1.75rem;--telekom-spacing-composition-space-10:2rem;--telekom-spacing-composition-space-11:2.25rem;--telekom-spacing-composition-space-12:2.5rem;--telekom-spacing-composition-space-13:2.75rem;--telekom-spacing-composition-space-14:3rem;--telekom-spacing-composition-space-15:3.25rem;--telekom-spacing-composition-space-16:3.5rem;--telekom-spacing-composition-space-17:4rem;--telekom-spacing-composition-space-18:4.5rem;--telekom-spacing-composition-space-19:5rem;--telekom-spacing-composition-space-20:5.5rem;--telekom-spacing-composition-space-21:6rem;--telekom-spacing-baseline-space-00:0rem;--telekom-spacing-baseline-space-01:0.25rem;--telekom-spacing-baseline-space-02:0.5rem;--telekom-spacing-baseline-space-03:0.75rem;--telekom-spacing-baseline-space-04:1rem;--telekom-spacing-baseline-space-05:1.5rem;--telekom-spacing-baseline-space-06:2rem;--telekom-spacing-baseline-space-07:3rem;--telekom-spacing-baseline-space-08:4rem;--telekom-spacing-baseline-space-09:6rem;--telekom-spacing-baseline-space-10:8rem;--telekom-spacing-baseline-space-11:12rem;--telekom-spacing-baseline-space-12:16rem;--telekom-spacing-baseline-space-13:24rem;--telekom-spacing-baseline-space-14:32rem;--telekom-spacing-baseline-space-15:64rem;--telekom-text-style-badge:400 0.625rem/1.2 TeleNeoWeb, sans-serif;--telekom-text-style-small:500 0.75rem/1.35 TeleNeoWeb, sans-serif;--telekom-text-style-small-bold:700 0.75rem/1.35 TeleNeoWeb, sans-serif;--telekom-text-style-caption:400 0.875rem/1.4 TeleNeoWeb, sans-serif;--telekom-text-style-caption-bold:700 0.875rem/1.4 TeleNeoWeb, sans-serif;--telekom-text-style-body:400 1rem/1.4 TeleNeoWeb, sans-serif;--telekom-text-style-body-bold:700 1rem/1.4 TeleNeoWeb, sans-serif;--telekom-text-style-ui:500 1rem/1 TeleNeoWeb, sans-serif;--telekom-text-style-ui-bold:700 1rem/1 TeleNeoWeb, sans-serif;--telekom-text-style-lead-text:400 1.25rem/1.4 TeleNeoWeb, sans-serif;--telekom-text-style-heading-6:700 1rem/1.4 TeleNeoWeb, sans-serif;--telekom-text-style-heading-5:800 1.25rem/1.4 TeleNeoWeb, sans-serif;--telekom-text-style-heading-4:800 1.5rem/1.35 TeleNeoWeb, sans-serif;--telekom-text-style-heading-3:800 2rem/1.25 TeleNeoWeb, sans-serif;--telekom-text-style-heading-2:800 2.625rem/1.15 TeleNeoWeb, sans-serif;--telekom-text-style-heading-1:800 3.375rem/1.2 TeleNeoWeb, sans-serif;--telekom-text-style-title-2:800 4.25rem/1.15 TeleNeoWeb, sans-serif;--telekom-text-style-title-1:800 4.75rem/1.15 TeleNeoWeb, sans-serif;--telekom-typography-font-size-badge:0.625rem;--telekom-typography-font-size-small:0.75rem;--telekom-typography-font-size-caption:0.875rem;--telekom-typography-font-size-body:1rem;--telekom-typography-font-size-callout:1.25rem;--telekom-typography-font-size-headline-3:1.5rem;--telekom-typography-font-size-headline-2:2rem;--telekom-typography-font-size-headline-1:2.625rem;--telekom-typography-font-size-title-3:3.375rem;--telekom-typography-font-size-title-2:4.25rem;--telekom-typography-font-size-title-1:4.75rem;--telekom-typography-font-family-sans:TeleNeoWeb, sans-serif;--telekom-typography-font-family-mono:monospace;--telekom-typography-font-weight-thin:200;--telekom-typography-font-weight-regular:400;--telekom-typography-font-weight-medium:500;--telekom-typography-font-weight-bold:700;--telekom-typography-font-weight-extra-bold:800;--telekom-typography-font-weight-ultra:900;--telekom-typography-line-spacing-none:1;--telekom-typography-line-spacing-extra-tight:1.15;--telekom-typography-line-spacing-tight:1.25;--telekom-typography-line-spacing-moderate:1.35;--telekom-typography-line-spacing-standard:1.4;--telekom-typography-line-spacing-loose:1.5;--telekom-typography-letter-spacing-standard:0}[data-mode="dark"]{--telekom-color-text-and-icon-standard:#ffffff;--telekom-color-text-and-icon-additional:hsla(0, 0%, 100%, 0.65);--telekom-color-text-and-icon-disabled:hsla(0, 0%, 100%, 0.3);--telekom-color-text-and-icon-link-standard:#7d94f9;--telekom-color-text-and-icon-link-hovered:#aabcfd;--telekom-color-text-and-icon-link-visited:#9a75f8;--telekom-color-text-and-icon-link-active:#d9e2ff;--telekom-color-text-and-icon-primary-standard:#e20074;--telekom-color-text-and-icon-primary-hovered:#ec59a5;--telekom-color-text-and-icon-primary-pressed:#f080ba;--telekom-color-text-and-icon-inverted-standard:#000000;--telekom-color-text-and-icon-inverted-additional:hsla(0, 0%, 0%, 0.65);--telekom-color-text-and-icon-white-standard:#ffffff;--telekom-color-text-and-icon-white-additional:hsla(0, 0%, 100%, 0.65);--telekom-color-text-and-icon-black-standard:#000000;--telekom-color-text-and-icon-black-additional:hsla(0, 0%, 0%, 0.65);--telekom-color-text-and-icon-functional-informational:#7d94f9;--telekom-color-text-and-icon-functional-success:#00b367;--telekom-color-text-and-icon-functional-danger:#f84934;--telekom-color-text-and-icon-functional-warning:#f97012;--telekom-color-text-and-icon-on-subtle-informational:#7d94f9;--telekom-color-text-and-icon-on-subtle-success:#1bd27f;--telekom-color-text-and-icon-on-subtle-danger:#fb6a55;--telekom-color-text-and-icon-on-subtle-warning:#fd9038;--telekom-color-text-and-icon-on-subtle-violet:#af93fb;--telekom-color-text-and-icon-on-subtle-blue:#7d94f9;--telekom-color-text-and-icon-on-subtle-cyan:#33bbd2;--telekom-color-text-and-icon-on-subtle-teal:#4cc6ac;--telekom-color-text-and-icon-on-subtle-green:#1bd27f;--telekom-color-text-and-icon-on-subtle-olive:#9ec64c;--telekom-color-text-and-icon-on-subtle-brown:#d0a363;--telekom-color-text-and-icon-on-subtle-yellow:#f1b125;--telekom-color-text-and-icon-on-subtle-orange:#fd9038;--telekom-color-text-and-icon-on-subtle-red:#fb6a55;--telekom-color-background-canvas:#000000;--telekom-color-background-canvas-subtle:#0e0e0f;--telekom-color-background-backdrop:hsla(0, 0%, 0%, 0.65);--telekom-color-background-surface:#1c1c1e;--telekom-color-background-surface-subtle:#242426;--telekom-color-background-surface-highlight:#48484b;--telekom-color-primary-standard:#e20074;--telekom-color-primary-hovered:#c00063;--telekom-color-primary-pressed:#9e0051;--telekom-color-ui-base:#0e0e0f;--telekom-color-ui-subtle:#1c1c1e;--telekom-color-ui-faint:#39393c;--telekom-color-ui-regular:#656569;--telekom-color-ui-strong:#929296;--telekom-color-ui-extra-strong:#efeff0;--telekom-color-ui-white:#ffffff;--telekom-color-ui-black:#000000;--telekom-color-ui-disabled:#2b2b2d;--telekom-color-ui-border-standard:hsla(0, 0%, 100%, 0.4);--telekom-color-ui-border-hovered:hsla(0, 0%, 100%, 0.54);--telekom-color-ui-border-pressed:hsla(0, 0%, 100%, 0.94);--telekom-color-ui-border-disabled:hsla(0, 0%, 100%, 0.21);--telekom-color-ui-state-fill-standard:hsla(0, 0%, 100%, 0);--telekom-color-ui-state-fill-hovered:hsla(0, 0%, 100%, 0.14);--telekom-color-ui-state-fill-pressed:hsla(0, 0%, 100%, 0.27);--telekom-color-ui-state-fill-hovered-inverted:hsla(0, 0%, 0%, 0.07);--telekom-color-ui-state-fill-pressed-inverted:hsla(0, 0%, 0%, 0.21);--telekom-color-functional-focus-standard:#7d94f9;--telekom-color-functional-focus-inverted:#2238df;--telekom-color-functional-informational-standard:#2238df;--telekom-color-functional-informational-hovered:#3950ea;--telekom-color-functional-informational-pressed:#576ff3;--telekom-color-functional-informational-subtle:#131f7b;--telekom-color-functional-success-standard:#00b367;--telekom-color-functional-success-hovered:#00c26d;--telekom-color-functional-success-pressed:#1bd27f;--telekom-color-functional-success-subtle:#004829;--telekom-color-functional-danger-standard:#e82010;--telekom-color-functional-danger-hovered:#f2321e;--telekom-color-functional-danger-pressed:#f84934;--telekom-color-functional-danger-subtle:#5d0d06;--telekom-color-functional-warning-standard:#f97012;--telekom-color-functional-warning-hovered:#fc7e21;--telekom-color-functional-warning-pressed:#fd9038;--telekom-color-functional-warning-subtle:#642d07;--telekom-color-additional-violet-subtle:#301e5d;--telekom-color-additional-blue-subtle:#131f7b;--telekom-color-additional-cyan-subtle:#0c454f;--telekom-color-additional-teal-subtle:#174a40;--telekom-color-additional-green-subtle:#004829;--telekom-color-additional-olive-subtle:#394a17;--telekom-color-additional-brown-subtle:#473316;--telekom-color-additional-yellow-subtle:#60470f;--telekom-color-additional-orange-subtle:#642d07;--telekom-color-additional-red-subtle:#5d0d06}@media (prefers-color-scheme: dark){:root{--telekom-color-text-and-icon-standard:#ffffff;--telekom-color-text-and-icon-additional:hsla(0, 0%, 100%, 0.65);--telekom-color-text-and-icon-disabled:hsla(0, 0%, 100%, 0.3);--telekom-color-text-and-icon-link-standard:#7d94f9;--telekom-color-text-and-icon-link-hovered:#aabcfd;--telekom-color-text-and-icon-link-visited:#9a75f8;--telekom-color-text-and-icon-link-active:#d9e2ff;--telekom-color-text-and-icon-primary-standard:#e20074;--telekom-color-text-and-icon-primary-hovered:#ec59a5;--telekom-color-text-and-icon-primary-pressed:#f080ba;--telekom-color-text-and-icon-inverted-standard:#000000;--telekom-color-text-and-icon-inverted-additional:hsla(0, 0%, 0%, 0.65);--telekom-color-text-and-icon-white-standard:#ffffff;--telekom-color-text-and-icon-white-additional:hsla(0, 0%, 100%, 0.65);--telekom-color-text-and-icon-black-standard:#000000;--telekom-color-text-and-icon-black-additional:hsla(0, 0%, 0%, 0.65);--telekom-color-text-and-icon-functional-informational:#7d94f9;--telekom-color-text-and-icon-functional-success:#00b367;--telekom-color-text-and-icon-functional-danger:#f84934;--telekom-color-text-and-icon-functional-warning:#f97012;--telekom-color-text-and-icon-on-subtle-informational:#7d94f9;--telekom-color-text-and-icon-on-subtle-success:#1bd27f;--telekom-color-text-and-icon-on-subtle-danger:#fb6a55;--telekom-color-text-and-icon-on-subtle-warning:#fd9038;--telekom-color-text-and-icon-on-subtle-violet:#af93fb;--telekom-color-text-and-icon-on-subtle-blue:#7d94f9;--telekom-color-text-and-icon-on-subtle-cyan:#33bbd2;--telekom-color-text-and-icon-on-subtle-teal:#4cc6ac;--telekom-color-text-and-icon-on-subtle-green:#1bd27f;--telekom-color-text-and-icon-on-subtle-olive:#9ec64c;--telekom-color-text-and-icon-on-subtle-brown:#d0a363;--telekom-color-text-and-icon-on-subtle-yellow:#f1b125;--telekom-color-text-and-icon-on-subtle-orange:#fd9038;--telekom-color-text-and-icon-on-subtle-red:#fb6a55;--telekom-color-background-canvas:#000000;--telekom-color-background-canvas-subtle:#0e0e0f;--telekom-color-background-backdrop:hsla(0, 0%, 0%, 0.65);--telekom-color-background-surface:#1c1c1e;--telekom-color-background-surface-subtle:#242426;--telekom-color-background-surface-highlight:#48484b;--telekom-color-primary-standard:#e20074;--telekom-color-primary-hovered:#c00063;--telekom-color-primary-pressed:#9e0051;--telekom-color-ui-base:#0e0e0f;--telekom-color-ui-subtle:#1c1c1e;--telekom-color-ui-faint:#39393c;--telekom-color-ui-regular:#656569;--telekom-color-ui-strong:#929296;--telekom-color-ui-extra-strong:#efeff0;--telekom-color-ui-white:#ffffff;--telekom-color-ui-black:#000000;--telekom-color-ui-disabled:#2b2b2d;--telekom-color-ui-border-standard:hsla(0, 0%, 100%, 0.4);--telekom-color-ui-border-hovered:hsla(0, 0%, 100%, 0.54);--telekom-color-ui-border-pressed:hsla(0, 0%, 100%, 0.94);--telekom-color-ui-border-disabled:hsla(0, 0%, 100%, 0.21);--telekom-color-ui-state-fill-standard:hsla(0, 0%, 100%, 0);--telekom-color-ui-state-fill-hovered:hsla(0, 0%, 100%, 0.14);--telekom-color-ui-state-fill-pressed:hsla(0, 0%, 100%, 0.27);--telekom-color-ui-state-fill-hovered-inverted:hsla(0, 0%, 0%, 0.07);--telekom-color-ui-state-fill-pressed-inverted:hsla(0, 0%, 0%, 0.21);--telekom-color-functional-focus-standard:#7d94f9;--telekom-color-functional-focus-inverted:#2238df;--telekom-color-functional-informational-standard:#2238df;--telekom-color-functional-informational-hovered:#3950ea;--telekom-color-functional-informational-pressed:#576ff3;--telekom-color-functional-informational-subtle:#131f7b;--telekom-color-functional-success-standard:#00b367;--telekom-color-functional-success-hovered:#00c26d;--telekom-color-functional-success-pressed:#1bd27f;--telekom-color-functional-success-subtle:#004829;--telekom-color-functional-danger-standard:#e82010;--telekom-color-functional-danger-hovered:#f2321e;--telekom-color-functional-danger-pressed:#f84934;--telekom-color-functional-danger-subtle:#5d0d06;--telekom-color-functional-warning-standard:#f97012;--telekom-color-functional-warning-hovered:#fc7e21;--telekom-color-functional-warning-pressed:#fd9038;--telekom-color-functional-warning-subtle:#642d07;--telekom-color-additional-violet-subtle:#301e5d;--telekom-color-additional-blue-subtle:#131f7b;--telekom-color-additional-cyan-subtle:#0c454f;--telekom-color-additional-teal-subtle:#174a40;--telekom-color-additional-green-subtle:#004829;--telekom-color-additional-olive-subtle:#394a17;--telekom-color-additional-brown-subtle:#473316;--telekom-color-additional-yellow-subtle:#60470f;--telekom-color-additional-orange-subtle:#642d07;--telekom-color-additional-red-subtle:#5d0d06}[data-mode="light"]{--telekom-color-text-and-icon-standard:#000000;--telekom-color-text-and-icon-additional:hsla(0, 0%, 0%, 0.65);--telekom-color-text-and-icon-disabled:hsla(0, 0%, 0%, 0.4);--telekom-color-text-and-icon-link-standard:#2238df;--telekom-color-text-and-icon-link-hovered:#0819bd;--telekom-color-text-and-icon-link-visited:#6c3bdb;--telekom-color-text-and-icon-link-active:#000d99;--telekom-color-text-and-icon-primary-standard:#e20074;--telekom-color-text-and-icon-primary-hovered:#c00063;--telekom-color-text-and-icon-primary-pressed:#9e0051;--telekom-color-text-and-icon-inverted-standard:#ffffff;--telekom-color-text-and-icon-inverted-additional:hsla(0, 0%, 100%, 0.65);--telekom-color-text-and-icon-white-standard:#ffffff;--telekom-color-text-and-icon-white-additional:hsla(0, 0%, 100%, 0.65);--telekom-color-text-and-icon-black-standard:#000000;--telekom-color-text-and-icon-black-additional:hsla(0, 0%, 0%, 0.65);--telekom-color-text-and-icon-functional-informational:#2238df;--telekom-color-text-and-icon-functional-success:#008653;--telekom-color-text-and-icon-functional-danger:#d91308;--telekom-color-text-and-icon-functional-warning:#b63d00;--telekom-color-text-and-icon-on-subtle-informational:#2238df;--telekom-color-text-and-icon-on-subtle-success:#00774b;--telekom-color-text-and-icon-on-subtle-danger:#c30a03;--telekom-color-text-and-icon-on-subtle-warning:#b63d00;--telekom-color-text-and-icon-on-subtle-violet:#6c3bdb;--telekom-color-text-and-icon-on-subtle-blue:#2238df;--telekom-color-text-and-icon-on-subtle-cyan:#00738A;--telekom-color-text-and-icon-on-subtle-teal:#177364;--telekom-color-text-and-icon-on-subtle-green:#00774b;--telekom-color-text-and-icon-on-subtle-olive:#557317;--telekom-color-text-and-icon-on-subtle-brown:#82581c;--telekom-color-text-and-icon-on-subtle-yellow:#AC5600;--telekom-color-text-and-icon-on-subtle-orange:#b63d00;--telekom-color-text-and-icon-on-subtle-red:#c30a03;--telekom-color-background-canvas:#ffffff;--telekom-color-background-canvas-subtle:#fbfbfb;--telekom-color-background-backdrop:hsla(0, 0%, 0%, 0.5);--telekom-color-background-surface:#ffffff;--telekom-color-background-surface-subtle:#efeff0;--telekom-color-background-surface-highlight:#242426;--telekom-color-primary-standard:#e20074;--telekom-color-primary-hovered:#c00063;--telekom-color-primary-pressed:#9e0051;--telekom-color-ui-base:#ffffff;--telekom-color-ui-subtle:#efeff0;--telekom-color-ui-faint:#dfdfe1;--telekom-color-ui-regular:#929296;--telekom-color-ui-strong:#747478;--telekom-color-ui-extra-strong:#242426;--telekom-color-ui-white:#ffffff;--telekom-color-ui-black:#000000;--telekom-color-ui-disabled:#d0d0d2;--telekom-color-ui-border-standard:hsla(0, 0%, 0%, 0.44);--telekom-color-ui-border-hovered:hsla(0, 0%, 0%, 0.71);--telekom-color-ui-border-pressed:hsla(0, 0%, 0%, 0.71);--telekom-color-ui-border-disabled:hsla(0, 0%, 0%, 0.14);--telekom-color-ui-state-fill-standard:hsla(0, 0%, 0%, 0);--telekom-color-ui-state-fill-hovered:hsla(0, 0%, 0%, 0.07);--telekom-color-ui-state-fill-pressed:hsla(0, 0%, 0%, 0.21);--telekom-color-ui-state-fill-hovered-inverted:hsla(0, 0%, 100%, 0.14);--telekom-color-ui-state-fill-pressed-inverted:hsla(0, 0%, 100%, 0.21);--telekom-color-functional-focus-standard:#2238df;--telekom-color-functional-focus-inverted:#7d94f9;--telekom-color-functional-informational-standard:#2238df;--telekom-color-functional-informational-hovered:#1326cf;--telekom-color-functional-informational-pressed:#0819bd;--telekom-color-functional-informational-subtle:#d3d7f9;--telekom-color-functional-success-standard:#00b367;--telekom-color-functional-success-hovered:#00a461;--telekom-color-functional-success-pressed:#00955a;--telekom-color-functional-success-subtle:#ccf0e1;--telekom-color-functional-danger-standard:#e82010;--telekom-color-functional-danger-hovered:#d91308;--telekom-color-functional-danger-pressed:#c30a03;--telekom-color-functional-danger-subtle:#fad2cf;--telekom-color-functional-warning-standard:#f97012;--telekom-color-functional-warning-hovered:#f46409;--telekom-color-functional-warning-pressed:#e65703;--telekom-color-functional-warning-subtle:#fee2d0;--telekom-color-additional-violet-subtle:#e4dbfb;--telekom-color-additional-blue-subtle:#d3d7f9;--telekom-color-additional-cyan-subtle:#d2eff4;--telekom-color-additional-teal-subtle:#d8f1ec;--telekom-color-additional-green-subtle:#ccf0e1;--telekom-color-additional-olive-subtle:#e8f1d8;--telekom-color-additional-brown-subtle:#efe5d7;--telekom-color-additional-yellow-subtle:#fcefd3;--telekom-color-additional-orange-subtle:#fee2d0;--telekom-color-additional-red-subtle:#fad2cf}}:root{--telekom-spacing-unit-base:0.25rem;--telekom-spacing-unit-x0:calc(var(--telekom-spacing-unit-base) * 0);--telekom-spacing-unit-x025:calc(var(--telekom-spacing-unit-base) * 0.25);--telekom-spacing-unit-x05:calc(var(--telekom-spacing-unit-base) * 0.5);--telekom-spacing-unit-x1:calc(var(--telekom-spacing-unit-base) * 1);--telekom-spacing-unit-x2:calc(var(--telekom-spacing-unit-base) * 2);--telekom-spacing-unit-x3:calc(var(--telekom-spacing-unit-base) * 3);--telekom-spacing-unit-x4:calc(var(--telekom-spacing-unit-base) * 4);--telekom-spacing-unit-x5:calc(var(--telekom-spacing-unit-base) * 5);--telekom-spacing-unit-x6:calc(var(--telekom-spacing-unit-base) * 6);--telekom-spacing-unit-x7:calc(var(--telekom-spacing-unit-base) * 7);--telekom-spacing-unit-x8:calc(var(--telekom-spacing-unit-base) * 8);--telekom-spacing-unit-x9:calc(var(--telekom-spacing-unit-base) * 9);--telekom-spacing-unit-x10:calc(var(--telekom-spacing-unit-base) * 10);--telekom-spacing-unit-x11:calc(var(--telekom-spacing-unit-base) * 11);--telekom-spacing-unit-x12:calc(var(--telekom-spacing-unit-base) * 12);--telekom-spacing-unit-x13:calc(var(--telekom-spacing-unit-base) * 13);--telekom-spacing-unit-x14:calc(var(--telekom-spacing-unit-base) * 14);--telekom-spacing-unit-x15:calc(var(--telekom-spacing-unit-base) * 15);--telekom-spacing-unit-x16:calc(var(--telekom-spacing-unit-base) * 16);--telekom-spacing-unit-x17:calc(var(--telekom-spacing-unit-base) * 17);--telekom-spacing-unit-x18:calc(var(--telekom-spacing-unit-base) * 18);--telekom-spacing-unit-x19:calc(var(--telekom-spacing-unit-base) * 19);--telekom-spacing-unit-x20:calc(var(--telekom-spacing-unit-base) * 20)}.scl-font-variant-body{font:var(--telekom-text-style-body)}.scl-font-variant-body-short{font:var(--telekom-text-style-body);line-height:var(--telekom-typography-line-spacing-tight)}.scl-font-variant-body-large{font:var(--telekom-text-style-lead-text)}.scl-font-variant-smaller{font:var(--telekom-text-style-small)}.scl-font-variant-label{font:var(--telekom-text-style-small)}.scl-font-variant-caption{font:var(--telekom-text-style-caption)}.scl-font-variant-heading-6{font:var(--telekom-text-style-heading-6)}.scl-font-variant-heading-5{font:var(--telekom-text-style-heading-5)}.scl-font-variant-heading-4{font:var(--telekom-text-style-heading-4)}.scl-font-variant-heading-3{font:var(--telekom-text-style-heading-3)}.scl-font-variant-heading-2{font:var(--telekom-text-style-heading-2)}.scl-font-variant-heading-1{font:var(--telekom-text-style-heading-1)}:root{--scl-grid-max-width:1504px}scale-grid,.scl-grid{--spacing-md:var(--spacing-sm);--spacing-lg:var(--spacing-md);--spacing-xl:var(--spacing-lg);--spacing-xxl:var(--spacing-xl);--gutter-y-md:var(--gutter-y-sm);--gutter-y-lg:var(--gutter-y-md);--gutter-y-xl:var(--gutter-y-lg);--gutter-y-xxl:var(--gutter-y-xl);--gutter-x-md:var(--gutter-x-sm);--gutter-x-lg:var(--gutter-x-md);--gutter-x-xl:var(--gutter-x-lg);--gutter-x-xxl:var(--gutter-x-xl);--columns-md:var(--columns-sm);--columns-lg:var(--columns-md);--columns-xl:var(--columns-lg);--columns-xxl:var(--columns-xl);display:grid;box-sizing:content-box;margin-left:auto;margin-right:auto;grid-template-columns:repeat(var(--columns-sm, 4), minmax(0, 1fr));padding-left:var(--spacing-sm, var(--telekom-spacing-unit-x4, 1em));padding-right:var(--spacing-sm, var(--telekom-spacing-unit-x4, 1em));column-gap:var(--gutter-y-sm, var(--telekom-spacing-unit-x8, 2em));row-gap:var(--gutter-x-sm, var(--telekom-spacing-unit-x8, 2em));max-width:none}scale-grid-item,.scl-grid-item{--size-md:var(--size-sm);--size-lg:var(--size-md);--size-xl:var(--size-lg);--size-xxl:var(--size-xl);--offset-md:var(--offset-sm);--offset-lg:var(--offset-md);--offset-xl:var(--offset-lg);--offset-xxl:var(--offset-xl);grid-column:var(--offset-sm, auto) / span var(--size-sm, 4)}@media screen and (min-width: 640px){scale-grid,.scl-grid{grid-template-columns:repeat(var(--columns-md, 8), minmax(0, 1fr));padding-left:var(--spacing-md, var(--telekom-spacing-unit-x4, 1em));padding-right:var(--spacing-md, var(--telekom-spacing-unit-x4, 1em));column-gap:var(--gutter-y-md, var(--telekom-spacing-unit-x8, 2em));row-gap:var(--gutter-x-md, var(--telekom-spacing-unit-x8, 2em))}scale-grid-item,.scl-grid-item{grid-column:var(--offset-md, auto) / span var(--size-md, 4)}}@media screen and (min-width: 1040px){scale-grid,.scl-grid{grid-template-columns:repeat(var(--columns-lg, 16), minmax(0, 1fr));padding-left:var(--spacing-lg, var(--telekom-spacing-unit-x6, 1.5em));padding-right:var(--spacing-lg, var(--telekom-spacing-unit-x6, 1.5em));column-gap:var(--gutter-y-lg, var(--telekom-spacing-unit-x8, 2em));row-gap:var(--gutter-x-lg, var(--telekom-spacing-unit-x8, 2em))}scale-grid-item,.scl-grid-item{grid-column:var(--offset-lg, auto) / span var(--size-lg, 4)}}@media screen and (min-width: 1296px){scale-grid,.scl-grid{grid-template-columns:repeat(var(--columns-xl, 16), minmax(0, 1fr));padding-left:var(--spacing-xl, var(--telekom-spacing-unit-x6, 1.5em));padding-right:var(--spacing-xl, var(--telekom-spacing-unit-x6, 1.5em));column-gap:var(--gutter-y-xl, var(--telekom-spacing-unit-x8, 2em));row-gap:var(--gutter-x-xl, var(--telekom-spacing-unit-x8, 2em))}scale-grid-item,.scl-grid-item{grid-column:var(--offset-xl, auto) / span var(--size-xl, 4)}}@media screen and (min-width: 1680px){scale-grid,.scl-grid{grid-template-columns:repeat(var(--columns-xxl, 16), minmax(0, 1fr));padding-left:var(--spacing-xxl, var(--telekom-spacing-unit-x6, 1.5em));padding-right:var(--spacing-xxl, var(--telekom-spacing-unit-x6, 1.5em));column-gap:var(--gutter-y-xxl, var(--telekom-spacing-unit-x8, 2em));row-gap:var(--gutter-x-xxl, var(--telekom-spacing-unit-x8, 2em));max-width:var(--max-width, var(--scl-grid-max-width))}scale-grid-item,.scl-grid-item{grid-column:var(--offset-xxl, auto) / span var(--size-xxl, 4)}}:root{--scl-z-index-10:10;--scl-z-index-20:20;--scl-z-index-30:30;--scl-z-index-40:40;--scl-z-index-50:50;--scl-z-index-60:60;--scl-z-index-70:70;color-scheme:light dark}.scl-toast-stack{position:fixed;top:var(--telekom-spacing-composition-space-06);inset-inline-end:var(--telekom-spacing-composition-space-06);z-index:var(--scl-z-index-70);z-index:100;max-height:100%;overflow:visible;display:flex;flex-direction:column;gap:var(--telekom-spacing-composition-space-04)}[data-mode='light']{color-scheme:light}[data-mode='dark']{color-scheme:dark}scale-button[data-v-408cabe0] {
  --width: 100% !important;
}scale-button[data-v-020818b6] {
  --width: 100% !important;
}
scale-dropdown-select[data-v-020818b6] {
  --max-height-listbox: 250px;
}scale-button[data-v-ccfbbff0] {
  --width: 100% !important;
}scale-button[data-v-7abe4806] {
  --width: 100% !important;
}scale-divider[data-v-61378e1a] {
  --color: var(--telekom-color-background-surface-highlight);
  width: 35%;
}
scale-button[data-v-61378e1a] {
  --width: 100% !important;
}scale-card[data-v-764fb41a]::part(base) {
  overflow: visible;
}scale-button[data-v-1106366b] {
  --font-weight: var(--telekom-typography-font-weight-medium);
}
.icon-center[data-v-1106366b] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.text-align-left[data-v-1106366b] {
  text-align-last: left;
}.multiselect[data-v-9c4260fa],
.multiselect__tags[data-v-9c4260fa] {
  max-width: 466px;
  width: 100%;
  position: fixed;
  --z-index-listbox: 999;
}scale-button[data-v-d7d4226c] {
  --font-weight: var(--telekom-typography-font-weight-medium);
}
.icon-center[data-v-d7d4226c] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.text-align-left[data-v-d7d4226c] {
  text-align-last: left;
}scale-modal[data-v-e3898888]::part(window size-small) {
  overflow-y: initial;
}
scale-modal[data-v-e3898888]::part(body-wrapper has-body) {
  overflow-y: initial;
}
scale-modal[data-v-e3898888]::part(actions align-right has-actions has-scroll) {
  border-radius: var(--radius-window);
}scale-tab-header[data-v-5366f869] {
  --focus-outline: none;
}scale-card[data-v-599da1e4]::part(border) {
  border-radius: 16px;
  height: 100%;
}
scale-card[data-v-599da1e4]::part(base) {
  background: var(--card-bg);
  transform: var(--animation);
  color: var(--text-color);
}
scale-card[data-v-599da1e4]::part(body) {
  height: 80%;
  min-height: 12rem;
}
.selected-text-color[data-v-599da1e4] {
  color: var(--telekom-color-background-surface-highlight);
}
scale-card[data-v-599da1e4]::part(base):hover {
  transition: transform 0.1s ease;
  transform: scale(1.1);
}
scale-card[data-v-599da1e4]:hover {
  cursor: pointer;
  --box-shadow: var(--box-shadow-hover);
}scale-card[data-v-289ed9af]::part(border) {
  border-radius: 16px;
  height: 100%;
}
scale-card[data-v-289ed9af]::part(base) {
  background: var(--card-bg);
  transform: var(--animation);
  min-height: 7rem;
  color: var(--text-color);
}
scale-card[data-v-289ed9af]::part(body) {
  height: 7rem;
}
scale-card[data-v-289ed9af]::part(base):hover {
  transition: transform 0.1s ease;
  transform: scale(1.1);
}
.selected-text-color[data-v-289ed9af] {
  color: var(--telekom-color-background-surface-highlight);
}
scale-card[data-v-289ed9af]:hover {
  cursor: pointer;
  --box-shadow: var(--box-shadow-hover);
}scale-button[data-v-aadf82d0] {
  --width: 8rem;
}
.grid-container[data-v-aadf82d0] {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
}
@media (max-width: 1024px) {
.grid-container[data-v-aadf82d0] {
    grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 768px) {
.grid-container[data-v-aadf82d0] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 480px) {
.grid-container[data-v-aadf82d0] {
    grid-template-columns: 1fr;
}
}scale-tab-nav[data-v-8af5daf6] {
  width: 100%;
  height: 100%;
}scale-text-field[data-v-2f94df29] {
  --telekom-spacing-composition-space-12: var(--telekom-spacing-unit-x4);
}
.text-red[data-v-2f94df29] {
  color: var(--telekom-color-text-and-icon-functional-danger);
  font-size: var(--telekom-typography-font-size-small);
  font-weight: var(--font-weight);
  line-height: var(--line-height);
}
.text-blue[data-v-2f94df29] {
  color: var(--telekom-color-text-and-icon-functional-informational);
  font-size: var(--telekom-typography-font-size-small);
  font-weight: var(--font-weight);
  line-height: var(--line-height);
}
.my-input-clear[data-v-12bdc568] {
  position: relative;
  transform: translate(var(--spacing-x), 25%);
  visibility: visible;
  left: -50px;
}
.my-input-clear.not-display-el[data-v-12bdc568] {
  visibility: hidden;
}
.my-input-clear[data-v-12bdc568]:hover {
  cursor: pointer;
}
scale-tab-nav[data-v-96d37948] {
  width: 100%;
  height: 100%;
}
.grid-container[data-v-96d37948] {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: 23% 23% 23% 23%;
}
.my-input-clear[data-v-133b57d1] {
  position: relative;
  transform: translate(var(--spacing-x), 25%);
  visibility: visible;
  left: -50px;
}
.my-input-clear.not-display-el[data-v-133b57d1] {
  visibility: hidden;
}
.my-input-clear[data-v-133b57d1]:hover {
  cursor: pointer;
}
scale-modal[data-v-825e7e1d]::part(actions) {
  background-color: transparent;
}.resized-image[data-v-1c816400] {
  max-width: 100px;
  max-height: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
}
scale-progress-bar[data-v-1c816400]::part(progress-bar) {
  max-width: 100%;
}
.magenta-text[data-v-1c816400] {
  font-size: var(--scl-spacing-48);
}
scale-modal[data-v-1c816400]::part(body-wrapper has-body) {
  height: 70vh;
}
scale-modal[data-v-1c816400]::part(actions align-right has-actions has-scroll) {
  background-color: rgba(239, 239, 240, 0);
}scale-card[data-v-17363741]::part(border) {
  width: 100%;
}
.resized-image[data-v-17363741] {
  max-width: 100px;
  max-height: 100px;
  width: auto;
  height: auto;
  object-fit: contain;
}.my-min-width[data-v-3685e6dc] {
  max-width: 30%;
}
.grid-container[data-v-3685e6dc] {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: 32% 32% 32%;
}
scale-divider[data-v-3685e6dc] {
  --color: var(--telekom-color-primary-standard) ;
}
scale-card[data-v-3685e6dc] {
  width: 100%;
}