.htBorders .wtBorder.ht-border-style-dashed-vertical{background-image:repeating-linear-gradient(to bottom,var(--ht-custom-border-color) 0 5px,transparent 0 10px)}.htBorders .wtBorder.ht-border-style-dashed-horizontal{background-image:repeating-linear-gradient(to right,var(--ht-custom-border-color) 0 5px,transparent 0 10px)}.htBorders .wtBorder.ht-border-style-dotted-horizontal{background-repeat:repeat-x;background-size:calc(var(--ht-custom-border-size)*2) var(--ht-custom-border-size)}.htBorders .wtBorder.ht-border-style-dotted-horizontal,.htBorders .wtBorder.ht-border-style-dotted-vertical{background-image:radial-gradient(circle,var(--ht-custom-border-color) calc(var(--ht-custom-border-size)/2),transparent 0)}.htBorders .wtBorder.ht-border-style-dotted-vertical{background-repeat:repeat-y;background-size:var(--ht-custom-border-size) calc(var(--ht-custom-border-size)*2)}.ht-portal:not([class*=ht-theme]),.ht-root-wrapper:not([class*=ht-theme]){--ht-gap-size:4px;--ht-checkbox-size:16px;--ht-cell-horizontal-padding:8px;--ht-cell-vertical-padding:4px;--ht-font-size:14px;--ht-line-height:20px;--ht-letter-spacing:0;--ht-border-color:#222;--ht-foreground-color:#222;--ht-background-color:#fff;--ht-header-foreground-color:#222;--ht-header-background-color:#f7f7f9;--ht-header-row-foreground-color:#222;--ht-header-row-background-color:#f7f7f9;--ht-cell-horizontal-border-color:#222;--ht-cell-vertical-border-color:#222;--ht-header-active-border-color:#1a42e8;--ht-header-active-foreground-color:#fff;--ht-header-active-background-color:#1a42e8;--ht-header-row-active-foreground-color:#fff;--ht-header-row-active-background-color:#1a42e8;--ht-cell-selection-border-color:#1a42e8;--ht-scrollbar-track-color:#f7f7f9;--ht-scrollbar-thumb-color:#a3a3a3}.ht-root-wrapper{display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;height:100%;position:relative}.htFocusCatcher{border:0;height:0;margin:0;opacity:0;padding:0;position:absolute;width:0;z-index:-1}.ht-grid{flex:1 1 auto;min-height:0}.handsontable{color:var(--ht-foreground-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:var(--ht-font-size);font-weight:var(--ht-font-weight);letter-spacing:var(--ht-letter-spacing);line-height:var(--ht-line-height);position:relative;scrollbar-color:var(--ht-scrollbar-thumb-color) var(--ht-scrollbar-track-color);scrollbar-width:thin;touch-action:manipulation}.handsontable .wtHolder::-webkit-scrollbar{height:9px;width:9px}.handsontable .wtHolder::-webkit-scrollbar-track{background:var(--ht-scrollbar-track-color);border-radius:var(--ht-scrollbar-border-radius)}.handsontable .wtHolder::-webkit-scrollbar-thumb{background-color:var(--ht-scrollbar-thumb-color);border-radius:var(--ht-scrollbar-border-radius)}.handsontable .wtHolder::-webkit-scrollbar-corner{background:var(--ht-scrollbar-track-color);border-end-end-radius:var(--ht-scrollbar-border-radius)}.handsontable.ht-wrapper{border-radius:var(--ht-wrapper-border-radius,0);height:100%;width:100%}.handsontable.ht-wrapper:not(.htFirstDatasetColumnNotRendered) td:first-of-type{border-inline-start-width:1px}.handsontable.ht-wrapper:before{border:var(--ht-wrapper-border-width) solid var(--ht-wrapper-border-color);border-radius:var(--ht-wrapper-border-radius,0);content:"";display:block;inset:0;overflow:hidden;pointer-events:none;position:absolute;z-index:999}.handsontable.htGhostTable table thead th{border-bottom-width:0}.handsontable.htGhostTable table tbody tr:first-of-type td:first-child,.handsontable.htGhostTable table tbody tr:first-of-type th:first-child{height:calc(var(--ht-cell-vertical-padding)*2 + var(--ht-line-height) + 1px)}.handsontable.htGhostTable table tbody tr td,.handsontable.htGhostTable table tbody tr th{border-top-width:0;height:calc(var(--ht-cell-vertical-padding)*2 + var(--ht-line-height) + 1px)}.handsontable.htHasScrollX:not(.htHorizontallyScrollableByWindow) .ht_master .wtHolder,.handsontable.htHasScrollY:not(.htVerticallyScrollableByWindow) .ht_master .wtHolder{border-radius:var(--ht-wrapper-border-radius,0)}.handsontable:not(.htHorizontallyScrollableByWindow) .ht_master .wtHolder,.handsontable:not(.htVerticallyScrollableByWindow) .ht_master .wtHolder{background-color:var(--ht-background-color)}.handsontable tr.ht__row_even th{background-color:var(--ht-row-header-even-background-color)}.handsontable tr.ht__row_even td{background-color:var(--ht-row-cell-even-background-color)}.handsontable tr.ht__row_odd th{background-color:var(--ht-row-header-odd-background-color)}.handsontable tr.ht__row_odd td{background-color:var(--ht-row-cell-odd-background-color)}.handsontable td,.handsontable th{border-bottom:1px solid var(--ht-cell-vertical-border-color);border-inline-end-color:var(--ht-cell-horizontal-border-color);border-inline-end-width:1px;border-inline-start-color:var(--ht-cell-horizontal-border-color);border-inline-start-width:0;border-left-style:solid;border-right-style:solid;border-top:0 solid var(--ht-cell-vertical-border-color);box-sizing:border-box;color:var(--ht-foreground-color);empty-cells:show;font-size:var(--ht-font-size);height:calc(var(--ht-cell-vertical-padding)*2 + var(--ht-line-height) + 1px);line-height:var(--ht-line-height);outline:none;outline-width:0;overflow:hidden;padding:var(--ht-cell-vertical-padding) var(--ht-cell-horizontal-padding);vertical-align:top;white-space:pre-wrap}.handsontable td.invisibleSelection,.handsontable th.invisibleSelection{outline:none}.handsontable td.invisibleSelection::selection,.handsontable th.invisibleSelection::selection{background:transparent}.handsontable th{background-color:var(--ht-header-background-color);color:var(--ht-header-foreground-color);font-weight:var(--ht-header-font-weight);overflow:visible;position:relative;text-align:center;white-space:nowrap}.handsontable th:last-child{border-bottom-width:1px;border-inline-end-color:var(--ht-border-color);border-inline-end-width:1px;border-inline-start-width:0}.handsontable th:last-child.ht__active_highlight{border-inline-end-color:var(--ht-header-active-border-color)}.handsontable th:first-child{border-inline-start-color:var(--ht-border-color)}.handsontable th:first-child.ht__active_highlight{border-inline-start-color:var(--ht-header-active-border-color)}.handsontable th:first-child,.handsontable th:nth-child(2){border-inline-start-width:1px}.handsontable th.current{box-shadow:inset 0 0 0 1px var(--ht-cell-selection-border-color)}.handsontable th.active{background-color:var(--ht-header-active-background-color);color:var(--ht-header-active-foreground-color)}.handsontable th.ht__highlight{background-color:var(--ht-header-highlighted-background-color);color:var(--ht-header-highlighted-foreground-color)}.handsontable th.ht__active_highlight{background-color:var(--ht-header-active-background-color);border-color:var(--ht-header-active-border-color);color:var(--ht-header-active-foreground-color)}.handsontable tbody tr.ht__row_even th.ht__highlight,.handsontable tbody tr.ht__row_odd th.ht__highlight{background-color:var(--ht-header-row-highlighted-background-color);color:var(--ht-header-row-highlighted-foreground-color)}.handsontable tbody tr.ht__row_even th.ht__active_highlight,.handsontable tbody tr.ht__row_odd th.ht__active_highlight{background-color:var(--ht-header-row-active-background-color);color:var(--ht-header-row-active-foreground-color)}.handsontable tbody tr:first-of-type td:first-child:empty:after,.handsontable tbody tr:first-of-type th:first-child:empty:after{content:"";display:block;min-height:var(--ht-line-height)}.handsontable tbody tr th{background-color:var(--ht-header-row-background-color);color:var(--ht-header-row-foreground-color);padding:0}.handsontable tbody tr th.ht__active_highlight{box-shadow:0 -1px 0 0 var(--ht-header-active-border-color)}.handsontable tbody tr th .relative{min-height:100%;padding:var(--ht-cell-vertical-padding) var(--ht-cell-horizontal-padding)}.handsontable tbody tr td:first-child{border-inline-start-color:var(--ht-border-color)}.handsontable tbody tr td:last-child{border-inline-end-color:var(--ht-border-color)}.handsontable thead tr th{padding:0}.handsontable thead tr th.ht__active_highlight{box-shadow:-1px 0 0 0 var(--ht-header-active-border-color)}.handsontable thead tr th .relative{padding:var(--ht-cell-vertical-padding) var(--ht-cell-horizontal-padding)}.handsontable thead tr th .relative .colHeader{max-width:calc(100% + 1px);overflow:hidden;text-overflow:ellipsis;vertical-align:top}.handsontable thead tr th .relative:has(.collapsibleIndicator,.changeType) .colHeader{max-width:calc(100% - var(--ht-icon-size) - var(--ht-gap-size) - 1px)}.handsontable tr:first-child td,.handsontable tr:first-child th{border-top-color:var(--ht-border-color);border-top-width:1px}.handsontable tr:first-child td.ht__active_highlight,.handsontable tr:first-child th.ht__active_highlight{border-top-color:var(--ht-header-active-border-color)}.handsontable tr:last-child td,.handsontable tr:last-child th{border-bottom-color:var(--ht-border-color)}.handsontable tr:last-child td.ht__active_highlight,.handsontable tr:last-child th.ht__active_highlight{border-bottom-color:var(--ht-header-active-border-color)}.handsontable div[class^=ht_clone] thead .ht__highlight .relative:after{background-color:var(--ht-accent-color);bottom:-1px;content:"";display:block;height:var(--ht-header-highlighted-shadow-size);left:-1px;position:absolute;right:-1px}.handsontable div[class^=ht_clone] thead tr:only-of-type .ht__highlight .relative:after{bottom:0}.handsontable div[class^=ht_clone] tbody .ht__highlight .relative:after{background-color:var(--ht-accent-color);bottom:-1px;content:"";display:block;position:absolute;right:-1px;top:-1px;width:var(--ht-header-highlighted-shadow-size)}.handsontable div[class^=ht_clone] td:first-of-type{border-inline-start-width:1px}.handsontable thead tr:not(:last-child) th{overflow:hidden}.handsontable .hide{display:none}.handsontable .relative{box-sizing:border-box;position:relative}.handsontable .wtHider{width:0}.handsontable .wtSpreader{height:auto;position:relative;width:0}.handsontable .htAutoSize{left:-99000px;position:absolute;top:-99000px;visibility:hidden}.handsontable .htTextEllipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.handsontable div,.handsontable input,.handsontable table,.handsontable tbody,.handsontable textarea,.handsontable thead{box-sizing:content-box}.handsontable input,.handsontable textarea{min-height:auto}.handsontable .htCore{background-color:var(--ht-background-color);border-collapse:separate;border-spacing:0;border-width:0;cursor:default;margin:0;outline-width:0;table-layout:fixed;width:0}.handsontable col,.handsontable col.rowHeader{width:64px}.handsontable col.hidden{width:0!important}.handsontable span.colHeader,.handsontable span.rowHeader{display:inline-block;font-size:var(--ht-font-size);line-height:var(--ht-line-height)}.handsontable tr.hidden,.handsontable tr.hidden td,.handsontable tr.hidden th{display:none}.handsontable a{color:var(--ht-link-color)}.handsontable a:hover{color:var(--ht-link-hover-color)}.handsontable .ht_clone_top th:nth-child(2){border-inline-end-width:1px;border-inline-start-width:0}.handsontable.htRowHeaders thead tr th:nth-child(2){border-inline-start-width:1px}.handsontable .ht_master:not(.innerBorderInlineStart):not(.emptyColumns) tbody tr th,.handsontable .ht_master:not(.innerBorderInlineStart):not(.emptyColumns) thead tr th:first-child,.handsontable .ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.htGhostTable) tbody tr th,.handsontable .ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.ht_clone_top):not(.htGhostTable) thead tr th:first-child{border-inline-end-width:0;border-inline-start-width:1px}.handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr.lastChild th,.handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr:last-child th,.handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom)~.handsontable thead tr.lastChild th,.handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom)~.handsontable thead tr:last-child th{border-bottom-width:0}.handsontable.htAutoRowSize .ht_master.innerBorderTop tbody tr:first-child td,.handsontable.htAutoRowSize .ht_master.innerBorderTop tbody tr:first-child th,.handsontable.htAutoRowSize .ht_master.innerBorderTop~.ht_clone_inline_start tbody tr:first-child td,.handsontable.htAutoRowSize .ht_master.innerBorderTop~.ht_clone_inline_start tbody tr:first-child th{border-top-width:0}.handsontable .ht_clone_inline_start table.htCore>thead,.handsontable .ht_master table.htCore>tbody>tr>th,.handsontable .ht_master table.htCore>thead{visibility:hidden}.ht_clone_bottom,.ht_clone_bottom .wtHolder,.ht_clone_inline_start,.ht_clone_inline_start .wtHolder,.ht_clone_top,.ht_clone_top .wtHolder,.ht_master,.ht_master .wtHolder{overflow:hidden}.ht_master .wtHolder{overflow:auto}[dir=rtl].handsontable td[dir=ltr]{border-inline-end-width:0;border-inline-start-width:1px}[dir=rtl].handsontable tbody tr td[dir=ltr]:last-child{border-inline-start-color:var(--ht-border-color)}[dir=rtl].handsontable div[class^=ht_clone] tbody .ht__highlight .relative:after{left:-1px;right:auto}.htScrollbarSafariTest::-webkit-scrollbar{height:9px;width:9px}.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_master .htCore tbody tr:first-child td:first-child{border-start-start-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_master .htCore tbody tr:first-child td:last-child{border-start-end-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_clone_top .htCore tbody tr:first-child td:first-child,.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_clone_top_inline_start_corner .htCore tbody tr:first-child td:first-child{border-start-start-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_clone_top .htCore tbody tr:first-child td:last-child{border-start-end-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_clone_inline_start .htCore tbody tr:first-child td:first-child,.handsontable.ht-wrapper:not(.htColumnHeaders) .ht_clone_inline_start .htCore tbody tr:first-child th:first-child{border-start-start-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_master .htCore{border-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_master .htCore thead tr:first-child th:first-child{border-start-start-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_master .htCore thead tr:first-child th:last-child{border-start-end-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_master .htCore thead tr:last-child th:first-child{border-end-start-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_master .htCore thead tr:last-child th:last-child{border-end-end-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_master .htCore tbody tr:last-child td:first-child{border-end-start-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_master .htCore tbody tr:last-child td:last-child{border-end-end-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_top .htCore,.handsontable.ht-wrapper .ht_clone_top_inline_start_corner .htCore,.handsontable.ht-wrapper .ht_clone_top_inline_start_corner .htCore thead tr:first-child th:first-child{border-start-start-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_top .htCore{border-start-end-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_top .htCore thead tr:first-child th:first-child{border-start-start-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_top .htCore thead tr:first-child th:last-child{border-start-end-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_inline_start .htCore{border-end-start-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_inline_start .htCore,.handsontable.ht-wrapper .ht_clone_inline_start .htCore thead tr:first-child th:first-child{border-start-start-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_bottom .htCore,.handsontable.ht-wrapper .ht_clone_bottom_inline_start_corner .htCore,.handsontable.ht-wrapper .ht_clone_bottom_inline_start_corner .htCore tr:last-child td:first-child,.handsontable.ht-wrapper .ht_clone_bottom_inline_start_corner .htCore tr:last-child th:first-child,.handsontable.ht-wrapper .ht_clone_inline_start .htCore tbody tr:last-child td:first-child,.handsontable.ht-wrapper .ht_clone_inline_start .htCore tbody tr:last-child th:first-child{border-end-start-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_bottom .htCore{border-end-end-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_bottom .htCore tr:last-child td:first-child,.handsontable.ht-wrapper .ht_clone_bottom .htCore tr:last-child th:first-child{border-end-start-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper .ht_clone_bottom .htCore tr:last-child td:last-child,.handsontable.ht-wrapper .ht_clone_bottom .htCore tr:last-child th:last-child{border-end-end-radius:var(--ht-wrapper-border-radius)}.handsontable.ht-wrapper.htHasScrollX .htCore{border-end-end-radius:0;border-end-start-radius:0}.handsontable.ht-wrapper.htHasScrollX .htCore tbody tr:last-child td:first-child,.handsontable.ht-wrapper.htHasScrollX .htCore tbody tr:last-child th:first-child,.handsontable.ht-wrapper.htHasScrollX .htCore thead tr:last-child th:first-child{border-end-start-radius:0!important}.handsontable.ht-wrapper.htHasScrollX .htCore tbody tr:last-child td:last-child,.handsontable.ht-wrapper.htHasScrollX .htCore tbody tr:last-child th:last-child,.handsontable.ht-wrapper.htHasScrollX .htCore thead tr:last-child th:last-child{border-end-end-radius:0!important}.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore{border-end-end-radius:0;border-start-end-radius:0}.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore tbody tr:first-child td:last-child,.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore tbody tr:first-child th:last-child,.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore thead tr:first-child th:last-child{border-start-end-radius:0!important}.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore tbody tr:last-child td:last-child,.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore tbody tr:last-child th:last-child,.handsontable.ht-wrapper.htHasScrollY:not(.htVerticallyScrollableByWindow) .htCore thead tr:last-child th:last-child{border-end-end-radius:0!important}.handsontable.mobile,.handsontable.mobile .wtHolder{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-overflow-scrolling:touch}.handsontable.mobile .handsontableInput:focus{-webkit-appearance:none;box-shadow:inset 0 0 0 2px var(--ht-accent-color)}.handsontable .bottomSelectionHandle,.handsontable .bottomSelectionHandle-HitArea,.handsontable .topSelectionHandle,.handsontable .topSelectionHandle-HitArea{inset-inline-end:unset;inset-inline-start:-10000px;top:-10000px;z-index:9999}.handsontable.hide-tween{-webkit-animation:opacity-hide .2s;animation:opacity-hide .2s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}.handsontable.show-tween{-webkit-animation:opacity-show .3s;animation:opacity-show .3s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}.ht_clone_master{z-index:100}.ht_clone_inline_start{z-index:120}.ht_clone_bottom{z-index:130}.ht_clone_bottom_inline_start_corner{z-index:150}.ht_clone_top{z-index:160}.ht_clone_top_inline_start_corner{z-index:180}.ht_editor_hidden{z-index:-1}.ht_editor_visible{z-index:200}.handsontable td.area{position:relative}.handsontable td.area:before{background:var(--ht-cell-selection-background-color,#1a42e8);content:"";inset:0;position:absolute}.handsontable td.area-1{position:relative}.handsontable td.area-1:before{background:var(--ht-cell-selection-background-color,#1a42e8);content:"";inset:0;position:absolute}.handsontable td.area-2{position:relative}.handsontable td.area-2:before{background:var(--ht-cell-selection-background-color,#1a42e8);content:"";inset:0;position:absolute}.handsontable td.area-3{position:relative}.handsontable td.area-3:before{background:var(--ht-cell-selection-background-color,#1a42e8);content:"";inset:0;position:absolute}.handsontable td.area-4{position:relative}.handsontable td.area-4:before{background:var(--ht-cell-selection-background-color,#1a42e8);content:"";inset:0;position:absolute}.handsontable td.area-5{position:relative}.handsontable td.area-5:before{background:var(--ht-cell-selection-background-color,#1a42e8);content:"";inset:0;position:absolute}.handsontable td.area-6{position:relative}.handsontable td.area-6:before{background:var(--ht-cell-selection-background-color,#1a42e8);content:"";inset:0;position:absolute}.handsontable td.area-7{position:relative}.handsontable td.area-7:before{background:var(--ht-cell-selection-background-color,#1a42e8);content:"";inset:0;position:absolute}.handsontable td.area:before{opacity:.14}.handsontable td.area-1:before{opacity:.21}.handsontable td.area-2:before{opacity:.28}.handsontable td.area-3:before{opacity:.35}.handsontable td.area-4:before{opacity:.42}.handsontable td.area-5:before{opacity:.49}.handsontable td.area-6:before{opacity:.56}.handsontable td.area-7:before{opacity:.63}.handsontable td.area{border-color:color-mix(in srgb,var(--ht-border-color),var(--ht-foreground-color) 10%)}.handsontable .wtBorder{font-size:0;position:absolute}.handsontable .wtBorder:first-child,.handsontable .wtBorder:nth-child(3){z-index:2}.handsontable .wtBorder:nth-child(2),.handsontable .wtBorder:nth-child(4){z-index:1}.handsontable .wtBorder.hidden{display:none!important}.handsontable .wtBorder.current{z-index:10}.handsontable .wtBorder.area,.handsontable .wtBorder.current{background-color:var(--ht-cell-selection-border-color)!important}.handsontable .wtBorder.area{z-index:8}.handsontable .wtBorder.fill{background-color:var(--ht-cell-autofill-fill-border-color,#68696c)!important;z-index:6}.handsontable .wtBorder.corner{background-color:var(--ht-cell-autofill-background-color,#1a42e8)!important;border-color:var(--ht-cell-autofill-border-color)!important;border-radius:var(--ht-cell-autofill-border-radius)!important;cursor:crosshair;font-size:0;z-index:10}.hot-display-license-info{background-color:var(--ht-license-background-color,#f7f7f9);border:1px solid var(--ht-border-color,#f7f7f9);border-radius:var(--ht-wrapper-border-radius);color:var(--ht-license-foreground-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:var(--ht-font-size-small);line-height:var(--ht-line-height-small);margin-top:10px;padding:var(--ht-license-vertical-padding,16px) var(--ht-license-horizontal-padding,16px);text-align:left}.hot-display-license-info a{color:var(--ht-link-color);font-size:var(--ht-license-font-size)}.hot-display-license-info a:hover{color:var(--ht-link-hover-color)}.handsontable .htAutocompleteArrow{cursor:default;float:right;font-size:0;height:var(--ht-icon-size);margin-inline-end:1px;margin-inline-start:calc(var(--ht-gap-size)*2);position:relative;top:calc((var(--ht-line-height) - var(--ht-icon-size))/2);width:var(--ht-icon-size)}.handsontable .htAutocompleteArrow:after{content:"";display:block;left:0;opacity:.6;position:absolute;top:0}[dir=rtl].handsontable .htAutocompleteArrow{float:left}.handsontable .htCheckboxRendererInput{cursor:pointer;display:inline-block;height:var(--ht-checkbox-size);margin:-2px 0 0;outline:none;position:relative;vertical-align:middle;width:var(--ht-checkbox-size)}.handsontable .htCheckboxRendererInput:first-child{margin-inline-end:var(--ht-gap-size)}.handsontable .htCheckboxRendererInput:last-child{margin-inline-start:var(--ht-gap-size)}.handsontable .htCheckboxRendererInput:before{background-color:var(--ht-checkbox-background-color);border:1px solid var(--ht-checkbox-border-color);border-radius:var(--ht-checkbox-border-radius);box-sizing:border-box;content:"";display:inline-block;height:var(--ht-checkbox-size);left:0;pointer-events:none;position:absolute;top:0;transition:all var(--ht-table-transition) ease-in-out;width:var(--ht-checkbox-size)}.handsontable .htCheckboxRendererInput:after{color:var(--ht-checkbox-icon-color);content:"";display:block;height:var(--ht-checkbox-size)!important;left:0;pointer-events:none;position:absolute;top:0;width:var(--ht-checkbox-size)!important}.handsontable .htCheckboxRendererInput:checked:before{background-color:var(--ht-checkbox-checked-background-color);border-color:var(--ht-checkbox-checked-border-color)}.handsontable .htCheckboxRendererInput:checked:after{color:var(--ht-checkbox-checked-icon-color)}.handsontable .htCheckboxRendererInput:checked:disabled:before{background-color:var(--ht-checkbox-checked-disabled-background-color);border-color:var(--ht-checkbox-checked-disabled-border-color)}.handsontable .htCheckboxRendererInput:checked:disabled:after{color:var(--ht-checkbox-checked-disabled-icon-color)}.handsontable .htCheckboxRendererInput:checked:focus:before{background-color:var(--ht-checkbox-checked-focus-background-color);border-color:var(--ht-checkbox-checked-focus-border-color)}.handsontable .htCheckboxRendererInput:checked:focus:after{color:var(--ht-checkbox-checked-focus-icon-color)}.handsontable .htCheckboxRendererInput:focus:before{background-color:var(--ht-checkbox-focus-background-color);border-color:var(--ht-checkbox-focus-border-color);outline:1px solid var(--ht-checkbox-focus-ring-color)}.handsontable .htCheckboxRendererInput:focus:after{color:var(--ht-checkbox-focus-icon-color)}.handsontable .htCheckboxRendererInput:disabled{cursor:auto}.handsontable .htCheckboxRendererInput:disabled:before{background-color:var(--ht-checkbox-disabled-background-color);border-color:var(--ht-checkbox-disabled-border-color)}.handsontable .htCheckboxRendererInput:disabled:after{color:var(--ht-checkbox-disabled-icon-color)}.handsontable .htCheckboxRendererInput:indeterminate:before{background-color:var(--ht-checkbox-indeterminate-background-color);border-color:var(--ht-checkbox-indeterminate-border-color)}.handsontable .htCheckboxRendererInput:indeterminate:after{color:var(--ht-checkbox-indeterminate-icon-color)}.handsontable .htCheckboxRendererInput:indeterminate:disabled:before{background-color:var(--ht-checkbox-indeterminate-disabled-background-color);border-color:var(--ht-checkbox-indeterminate-disabled-border-color)}.handsontable .htCheckboxRendererInput:indeterminate:disabled:after{color:var(--ht-checkbox-indeterminate-disabled-icon-color)}.handsontable .htCheckboxRendererInput:indeterminate:focus:before{background-color:var(--ht-checkbox-indeterminate-focus-background-color);border-color:var(--ht-checkbox-indeterminate-focus-border-color)}.handsontable .htCheckboxRendererInput:indeterminate:focus:after{color:var(--ht-checkbox-indeterminate-focus-icon-color)}.handsontable .htCheckboxRendererInput.noValue{opacity:.5}.handsontable .htCheckboxRendererLabel{color:inherit;cursor:pointer;display:inline-block;font-size:inherit;line-height:inherit;margin:0;position:relative}.handsontable .htCheckboxRendererLabel.fullWidth{width:100%}.handsontable .htPlaceholder{color:var(--ht-placeholder-color)}.handsontable .htDimmed{background-color:var(--ht-cell-read-only-background-color)!important;color:var(--ht-read-only-color)!important}.handsontable .htLeft{text-align:left}.handsontable .htCenter{text-align:center}.handsontable .htRight{text-align:right}.handsontable .htJustify{text-align:justify}.handsontable .htTop{vertical-align:top}.handsontable .htMiddle{vertical-align:middle}.handsontable .htBottom{vertical-align:bottom}.handsontable .htInvalid{background-color:var(--ht-cell-error-background-color)!important}.handsontable .htNoWrap{white-space:nowrap}.handsontable .htSearchResult{background-color:var(--ht-cell-success-background-color)!important}.handsontableInputHolder{left:0;position:absolute;top:0}.handsontableInputHolder .handsontableInput{-webkit-appearance:none!important;background-color:var(--ht-cell-editor-background-color,#fff);border:none;border-radius:0;box-shadow:inset 0 0 0 var(--ht-cell-editor-border-width,2px) var(--ht-cell-editor-border-color,#1a42e8),0 0 var(--ht-cell-editor-shadow-blur-radius,0) 0 var(--ht-cell-editor-shadow-color,transparent);box-sizing:border-box;color:var(--ht-cell-editor-foreground-color);display:block;font-family:inherit!important;font-size:inherit!important;line-height:inherit!important;margin:0;outline-width:0;padding:calc(var(--ht-cell-vertical-padding, 4px) + 1px) calc(var(--ht-cell-horizontal-padding, 8px) + 1px)}.handsontableInputHolder .handsontableInput:focus{outline:none}.htSelectEditor{position:absolute}.htSelectEditor select{-webkit-appearance:none!important;background-color:var(--ht-cell-editor-background-color,#fff);border:none;border-radius:0;box-shadow:inset 0 0 0 var(--ht-cell-editor-border-width,2px) var(--ht-cell-editor-border-color,#1a42e8),0 0 var(--ht-cell-editor-shadow-blur-radius,0) 0 var(--ht-cell-editor-shadow-color,transparent);box-sizing:border-box;color:var(--ht-cell-editor-foreground-color);font-family:inherit!important;font-size:inherit!important;height:100%;inset:0;line-height:inherit!important;margin:0;overflow:hidden;padding:calc(var(--ht-cell-vertical-padding, 4px) + 1px) calc(var(--ht-cell-horizontal-padding, 8px) + 1px);padding-inline-end:26px;position:absolute;text-overflow:ellipsis;white-space:nowrap;width:100%}.htSelectEditor select:focus{outline:none}.htSelectEditor .htAutocompleteArrow{margin-inline-end:4px;pointer-events:none;top:50%;transform:translateY(-50%);z-index:1}.handsontable.listbox{border:var(--ht-menu-border-width,1px) solid var(--ht-menu-border-color,#e5e5e9);box-shadow:var(--ht-menu-shadow-x,0) var(--ht-menu-shadow-y,0) var(--ht-menu-shadow-blur,8px) var(--ht-menu-shadow-color,rgba(0,0,0,.08));margin:0}.handsontable.listbox .ht_master{background-color:var(--ht-background-color);overflow:hidden}.handsontable.listbox .wtHolder{border-radius:0!important;overflow:auto}.handsontable.listbox .htCore,.handsontable.listbox .wtHider{border-radius:0!important}.handsontable.listbox table{overflow:hidden}.handsontable.listbox table td,.handsontable.listbox table th,.handsontable.listbox table tr:first-child td,.handsontable.listbox table tr:first-child th,.handsontable.listbox table tr:last-child th{border-color:transparent!important}.handsontable.listbox table td,.handsontable.listbox table th{border-radius:0!important;text-overflow:ellipsis;white-space:nowrap}.handsontable.listbox table .wtBorder{visibility:hidden}.handsontable.listbox table strong{color:inherit;font-weight:700}.handsontable.listbox table tr td:hover td{background:var(--ht-menu-item-hover-color,#e5e5e9)!important;box-shadow:none!important;cursor:pointer}.handsontable.listbox table td{transition:var(--ht-table-transition) background ease-in-out}.handsontable.listbox table td:hover{background-color:var(--ht-menu-item-hover-color,#e5e5e9)!important;cursor:pointer}.handsontable.listbox table td.current:not([aria-expanded=true]){box-shadow:inset 0 0 0 1px var(--ht-accent-color)}.handsontable.listbox table td.htDimmed{color:inherit!important;cursor:default;font-style:inherit}.handsontable.listbox table td.htDimmed:not(.handsontable.listbox table td:hover){background-color:inherit!important}.handsontable.listbox table thead th{border-width:0 1px 1px;height:auto!important;text-align:left}.handsontable.listbox table thead th>div{padding-bottom:8px;padding-top:8px}.handsontable.listbox table thead th:first-child{padding-left:8px}.handsontable.listbox .ht_clone_top .wtHider{overflow:hidden}.handsontable.listbox .ht_clone_top table{border-radius:0}.handsontable.listbox .htBorders div{background:none!important}.handsontable.autocompleteEditor tr.ht__row_even td,.handsontable.autocompleteEditor tr.ht__row_even th,.handsontable.autocompleteEditor tr.ht__row_odd td,.handsontable.autocompleteEditor tr.ht__row_odd th{background-color:var(--ht-background-color,#fff)}.pika-single{background:var(--ht-background-color,#fff);border:var(--ht-menu-border-width,1px) solid var(--ht-menu-border-color,#e5e5e9);border-radius:var(--ht-menu-border-radius);box-shadow:var(--ht-menu-shadow-x,0) var(--ht-menu-shadow-y,0) var(--ht-menu-shadow-blur,8px) var(--ht-menu-shadow-color,rgba(0,0,0,.08));color:var(--ht-foreground-color);display:block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:var(--ht-font-size);font-weight:var(--ht-font-weight);line-height:var(--ht-line-height);padding:10px;position:relative;z-index:9999}.pika-single.is-hidden{display:none}.pika-single .pika-row{background-color:transparent}.pika-single .pika-title{align-items:center;display:flex;justify-content:center}.pika-single .pika-label{color:var(--ht-accent-color);order:2;padding:5px;position:relative}.pika-single .pika-label .pika-select{cursor:pointer;inset:0;opacity:0;position:absolute}.pika-single .pika-next,.pika-single .pika-prev{background:none;border:none;color:var(--ht-accent-color);cursor:pointer;height:20px;padding:0;text-indent:-9999px;white-space:nowrap;width:20px}.pika-single .pika-prev{margin-right:auto;order:1}.pika-single .pika-next{margin-left:auto;order:3}.pika-single .pika-table thead{height:50px}.pika-single .pika-table th{padding:1px;vertical-align:middle}.pika-single .pika-table th abbr{border:none;cursor:auto;font-weight:400;text-decoration:none}.pika-single .pika-table td{padding:1px;vertical-align:middle}.pika-single .pika-table td.is-disabled .pika-button{opacity:.5;pointer-events:none}.pika-single .pika-table td.is-today .pika-button{background:var(--ht-menu-item-hover-color)}.pika-single .pika-table td.is-selected .pika-button{background:var(--ht-accent-color,#1a42e8);color:var(--ht-background-color,#fff)}.pika-single .pika-table td.pika-week{text-align:center;width:12.5%}.pika-single .pika-table .pika-button{aspect-ratio:1/1;background:transparent;border:none;border-radius:var(--ht-button-border-radius);color:var(--ht-foreground-color);cursor:pointer;font-size:inherit;margin:0;padding:10px;width:100%}.pika-single .pika-table .pika-button:hover{background:var(--ht-menu-item-hover-color)}[dir=rtl].htDatepickerHolder .pika-single .pika-next{margin-left:0;margin-right:auto;transform:rotate(180deg)}[dir=rtl].htDatepickerHolder .pika-single .pika-prev{margin-left:auto;margin-right:0;transform:rotate(180deg)}.handsontable .htUISelectCaption{background-color:var(--ht-input-background-color);border:var(--ht-input-border-width) solid var(--ht-input-border-color);border-radius:var(--ht-input-border-radius);box-sizing:border-box;color:var(--ht-input-foreground-color);cursor:pointer;font-family:inherit;font-size:var(--ht-font-size);font-weight:var(--ht-font-weight);line-height:var(--ht-line-height);margin:0;outline:none!important;overflow:hidden;padding:var(--ht-input-vertical-padding) var(--ht-input-horizontal-padding);padding-inline-end:calc(var(--ht-input-horizontal-padding) + var(--ht-icon-size));text-overflow:ellipsis;transition:var(--ht-table-transition) all ease-in-out;white-space:nowrap;width:100%}.handsontable .htUISelectCaption:after{content:"";display:block;position:absolute;right:calc(var(--ht-input-horizontal-padding) - var(--ht-icon-size)/4);top:50%;transform:translateY(-50%)}.handsontable .htUISelectCaption:hover{background-color:var(--ht-input-hover-background-color);border-color:var(--ht-input-hover-border-color);color:var(--ht-input-hover-foreground-color)}.handsontable .htUISelectCaption:disabled{background-color:var(--ht-input-disabled-background-color);border-color:var(--ht-input-disabled-border-color);color:var(--ht-input-disabled-foreground-color)}.handsontable .htUISelectCaption:focus{background-color:var(--ht-input-focus-background-color);border-color:var(--ht-input-focus-border-color);color:var(--ht-input-focus-foreground-color)}.handsontable .htUISelect{cursor:pointer;outline:none!important;position:relative}.handsontable .htUISelect:focus .htUISelectCaption{background-color:var(--ht-input-focus-background-color);border-color:var(--ht-input-focus-border-color);color:var(--ht-input-focus-foreground-color)}[dir=rtl].handsontable .htUISelectCaption:after{left:calc(var(--ht-input-horizontal-padding) - var(--ht-icon-size)/4);right:auto}.handsontable .htFiltersMenuCondition .htUIInput input,.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input{background-color:var(--ht-input-background-color);border:var(--ht-input-border-width) solid var(--ht-input-border-color);border-radius:var(--ht-input-border-radius);box-sizing:border-box;color:var(--ht-input-foreground-color);cursor:pointer;font-family:inherit;font-size:var(--ht-font-size);font-weight:var(--ht-font-weight);line-height:var(--ht-line-height);outline:none!important;padding:var(--ht-input-vertical-padding) var(--ht-input-horizontal-padding);transition:var(--ht-table-transition) all ease-in-out;width:100%}.handsontable .htFiltersMenuCondition .htUIInput input:hover,.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input:hover{background-color:var(--ht-input-hover-background-color);border-color:var(--ht-input-hover-border-color);color:var(--ht-input-hover-foreground-color)}.handsontable .htFiltersMenuCondition .htUIInput input:disabled,.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input:disabled{background-color:var(--ht-input-disabled-background-color);border-color:var(--ht-input-disabled-border-color);color:var(--ht-input-disabled-foreground-color)}.handsontable .htFiltersMenuCondition .htUIInput input:focus,.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input:focus{background-color:var(--ht-input-focus-background-color);border-color:var(--ht-input-focus-border-color);color:var(--ht-input-focus-foreground-color)}.handsontable .htUIInput{outline:none!important;padding:0;position:relative;text-align:center}.handsontable .htUIInputIcon{position:absolute}.handsontable .ht-button,.handsontable .htUIInput.htUIButton input{border-radius:var(--ht-button-border-radius);border-style:solid;border-width:1px;box-sizing:border-box;cursor:pointer;font-family:inherit;font-size:var(--ht-font-size);font-weight:var(--ht-font-weight);line-height:var(--ht-line-height);min-width:64px;outline:none!important;padding:var(--ht-button-vertical-padding) var(--ht-button-horizontal-padding);transition:var(--ht-table-transition) all ease-in-out}.handsontable .ht-button--secondary,.handsontable .htUIInput.htUIButtonCancel input{background-color:var(--ht-secondary-button-background-color);border-color:var(--ht-secondary-button-border-color);color:var(--ht-secondary-button-foreground-color)}.handsontable .ht-button--secondary:hover,.handsontable .htUIInput.htUIButtonCancel input:hover{background-color:var(--ht-secondary-button-hover-background-color);border-color:var(--ht-secondary-button-hover-border-color);color:var(--ht-secondary-button-hover-foreground-color)}.handsontable .ht-button--secondary:disabled,.handsontable .htUIInput.htUIButtonCancel input:disabled{background-color:var(--ht-secondary-button-disabled-background-color);border-color:var(--ht-secondary-button-disabled-border-color);color:var(--ht-secondary-button-disabled-foreground-color)}.handsontable .ht-button--secondary:focus,.handsontable .htUIInput.htUIButtonCancel input:focus{background-color:var(--ht-secondary-button-focus-background-color);border-color:var(--ht-secondary-button-focus-border-color);box-shadow:0 0 0 1px var(--ht-accent-color);color:var(--ht-secondary-button-focus-foreground-color)}.ht-button--primary,.htUIInput.htUIButtonOK input{background-color:var(--ht-primary-button-background-color);border-color:var(--ht-primary-button-border-color);color:var(--ht-primary-button-foreground-color)}.ht-button--primary:hover,.htUIInput.htUIButtonOK input:hover{background-color:var(--ht-primary-button-hover-background-color);border-color:var(--ht-primary-button-hover-border-color);color:var(--ht-primary-button-hover-foreground-color)}.ht-button--primary:disabled,.htUIInput.htUIButtonOK input:disabled{background-color:var(--ht-primary-button-disabled-background-color);border-color:var(--ht-primary-button-disabled-border-color);color:var(--ht-primary-button-disabled-foreground-color)}.ht-button--primary:focus,.htUIInput.htUIButtonOK input:focus{background-color:var(--ht-primary-button-focus-background-color);border-color:var(--ht-primary-button-focus-border-color);box-shadow:0 0 0 1px var(--ht-accent-color);color:var(--ht-primary-button-focus-foreground-color)}.handsontable .htUIRadio{align-items:center;cursor:pointer;display:inline-flex;gap:var(--ht-gap-size);margin:0;padding:var(--ht-gap-size) calc(var(--ht-gap-size)*2);padding-bottom:0;position:relative}.handsontable .htUIRadio:first-child{padding-inline-start:0}.handsontable .htUIRadio>input[type=radio]{appearance:none;border-radius:calc(var(--ht-radio-size)*.5);cursor:pointer;height:var(--ht-radio-size);margin:0;outline:none;position:relative;width:var(--ht-radio-size)}.handsontable .htUIRadio>input[type=radio]:before{background-color:var(--ht-radio-background-color);border:1px solid var(--ht-radio-border-color);border-radius:calc(var(--ht-radio-size)*.5);content:"";display:block;inset:0;position:absolute}.handsontable .htUIRadio>input[type=radio]:after{color:var(--ht-radio-icon-color);content:"";display:block;position:absolute}.handsontable .htUIRadio>input[type=radio]:checked:before{background-color:var(--ht-radio-checked-background-color);border-color:var(--ht-radio-checked-border-color)}.handsontable .htUIRadio>input[type=radio]:checked:after{color:var(--ht-radio-checked-icon-color)}.handsontable .htUIRadio>input[type=radio]:checked:disabled{cursor:auto}.handsontable .htUIRadio>input[type=radio]:checked:disabled:before{background-color:var(--ht-radio-checked-disabled-background-color);border-color:var(--ht-radio-checked-disabled-border-color)}.handsontable .htUIRadio>input[type=radio]:checked:disabled:after{color:var(--ht-radio-checked-disabled-icon-color)}.handsontable .htUIRadio>input[type=radio]:checked:focus:before{background-color:var(--ht-radio-checked-focus-background-color);border-color:var(--ht-radio-checked-focus-border-color)}.handsontable .htUIRadio>input[type=radio]:checked:focus:after{color:var(--ht-radio-checked-focus-icon-color)}.handsontable .htUIRadio>input[type=radio]:disabled{cursor:auto}.handsontable .htUIRadio>input[type=radio]:disabled:before{background-color:var(--ht-radio-disabled-background-color);border-color:var(--ht-radio-disabled-border-color)}.handsontable .htUIRadio>input[type=radio]:disabled:after{color:var(--ht-radio-disabled-icon-color)}.handsontable .htUIRadio>input[type=radio]:focus:before{background-color:var(--ht-radio-focus-background-color);border-color:var(--ht-radio-focus-border-color);outline:1px solid var(--ht-radio-focus-ring-color)}.handsontable .htUIRadio>input[type=radio]:focus:after{color:var(--ht-radio-focus-icon-color)}.handsontable .htUIRadio label{color:inherit;cursor:pointer;vertical-align:middle}.handsontable .htUIRadio label:before{content:"";display:block;inset:0;position:absolute}.handsontable .collapsibleIndicator{margin-inline-end:1px;margin-inline-start:var(--ht-gap-size);top:calc((var(--ht-line-height) - var(--ht-icon-size))/2)}.handsontable .collapsibleIndicator,.handsontable .ht_nestingButton{border-radius:var(--ht-collapse-button-border-radius);box-sizing:border-box;cursor:pointer;float:right;font-size:0;height:var(--ht-icon-size);overflow:hidden;position:relative;text-indent:-100px;width:var(--ht-icon-size)}.handsontable .collapsibleIndicator:before,.handsontable .ht_nestingButton:before{content:"";display:block;left:0;position:absolute;top:0;transition:var(--ht-table-transition) all ease-in-out}.handsontable .collapsibleIndicator.expanded,.handsontable .collapsibleIndicator.ht_nestingCollapse,.handsontable .ht_nestingButton.expanded,.handsontable .ht_nestingButton.ht_nestingCollapse{background-color:var(--ht-collapse-button-open-background-color);box-shadow:0 0 0 1px var(--ht-collapse-button-open-border-color)}.handsontable .collapsibleIndicator.expanded:before,.handsontable .collapsibleIndicator.ht_nestingCollapse:before,.handsontable .ht_nestingButton.expanded:before,.handsontable .ht_nestingButton.ht_nestingCollapse:before{color:var(--ht-collapse-button-open-icon-color)}.handsontable .collapsibleIndicator.expanded:hover,.handsontable .collapsibleIndicator.ht_nestingCollapse:hover,.handsontable .ht_nestingButton.expanded:hover,.handsontable .ht_nestingButton.ht_nestingCollapse:hover{background-color:var(--ht-collapse-button-open-hover-background-color);box-shadow:0 0 0 1px var(--ht-collapse-button-open-hover-border-color)}.handsontable .collapsibleIndicator.expanded:hover:before,.handsontable .collapsibleIndicator.ht_nestingCollapse:hover:before,.handsontable .ht_nestingButton.expanded:hover:before,.handsontable .ht_nestingButton.ht_nestingCollapse:hover:before{color:var(--ht-collapse-button-open-hover-icon-color)}.handsontable .collapsibleIndicator.collapsed,.handsontable .collapsibleIndicator.ht_nestingExpand,.handsontable .ht_nestingButton.collapsed,.handsontable .ht_nestingButton.ht_nestingExpand{background-color:var(--ht-collapse-button-close-background-color);box-shadow:0 0 0 1px var(--ht-collapse-button-close-border-color)}.handsontable .collapsibleIndicator.collapsed:before,.handsontable .collapsibleIndicator.ht_nestingExpand:before,.handsontable .ht_nestingButton.collapsed:before,.handsontable .ht_nestingButton.ht_nestingExpand:before{color:var(--ht-collapse-button-close-icon-color)}.handsontable .collapsibleIndicator.collapsed:hover,.handsontable .collapsibleIndicator.ht_nestingExpand:hover,.handsontable .ht_nestingButton.collapsed:hover,.handsontable .ht_nestingButton.ht_nestingExpand:hover{background-color:var(--ht-collapse-button-close-hover-background-color);box-shadow:0 0 0 1px var(--ht-collapse-button-close-hover-border-color)}.handsontable .collapsibleIndicator.collapsed:hover:before,.handsontable .collapsibleIndicator.ht_nestingExpand:hover:before,.handsontable .ht_nestingButton.collapsed:hover:before,.handsontable .ht_nestingButton.ht_nestingExpand:hover:before{color:var(--ht-collapse-button-close-hover-icon-color)}.handsontable th.ht__active_highlight .collapsibleIndicator.collapsed:before,.handsontable th.ht__active_highlight .collapsibleIndicator.ht_nestingExpand:before,.handsontable th.ht__active_highlight .ht_nestingButton.collapsed:before,.handsontable th.ht__active_highlight .ht_nestingButton.ht_nestingExpand:before{color:var(--ht-collapse-button-close-icon-active-color)}.handsontable th.ht__active_highlight .collapsibleIndicator.collapsed:hover:before,.handsontable th.ht__active_highlight .collapsibleIndicator.ht_nestingExpand:hover:before,.handsontable th.ht__active_highlight .ht_nestingButton.collapsed:hover:before,.handsontable th.ht__active_highlight .ht_nestingButton.ht_nestingExpand:hover:before{color:var(--ht-collapse-button-close-hover-icon-active-color)}.handsontable th.ht__active_highlight .collapsibleIndicator.expanded:before,.handsontable th.ht__active_highlight .collapsibleIndicator.ht_nestingCollapse:before,.handsontable th.ht__active_highlight .ht_nestingButton.expanded:before,.handsontable th.ht__active_highlight .ht_nestingButton.ht_nestingCollapse:before{color:var(--ht-collapse-button-open-icon-active-color)}.handsontable th.ht__active_highlight .collapsibleIndicator.expanded:hover:before,.handsontable th.ht__active_highlight .collapsibleIndicator.ht_nestingCollapse:hover:before,.handsontable th.ht__active_highlight .ht_nestingButton.expanded:hover:before,.handsontable th.ht__active_highlight .ht_nestingButton.ht_nestingCollapse:hover:before{color:var(--ht-collapse-button-open-hover-icon-active-color)}[dir=rtl].handsontable .collapsibleIndicator,[dir=rtl].handsontable .ht_nestingButton{float:left}.handsontable thead th.hiddenHeader:not(:first-of-type){display:none}.handsontable thead th.hiddenHeaderText .colHeader{opacity:0}.handsontable th.ht_nestingLevels>.relative{align-items:center;display:flex;gap:5px}.handsontable th.ht_nestingLevels span:last-child{padding-left:calc(var(--ht-icon-size) + 5px)}.handsontable th.ht_nestingLevels span.ht_nestingLevel{display:inline-block}.handsontable th.ht_nestingLevels span.ht_nestingLevel_empty{display:inline-block;height:1px;order:-2;position:relative;width:5px}.handsontable th.ht_nestingLevels .ht_nestingButton{cursor:pointer;order:-1;position:relative}.handsontable th.afterHiddenColumn,.handsontable th.beforeHiddenColumn{position:relative}.handsontable th.afterHiddenColumn:after,.handsontable th.afterHiddenColumn:before,.handsontable th.beforeHiddenColumn:after,.handsontable th.beforeHiddenColumn:before{color:var(--ht-hidden-indicator-color);height:10px!important;position:absolute;top:50%;transform:translateY(-50%);width:10px!important}.handsontable th.beforeHiddenColumn:after{content:"";display:block;right:-2px}.handsontable th.afterHiddenColumn:before{content:"";display:block;left:-2px}.handsontable th.ht__active_highlight.afterHiddenColumn:after,.handsontable th.ht__active_highlight.afterHiddenColumn:before,.handsontable th.ht__active_highlight.beforeHiddenColumn:after,.handsontable th.ht__active_highlight.beforeHiddenColumn:before{color:var(--ht-icon-button-active-icon-color,var(--ht-icon-active-button-icon-color))}[dir=rtl].handsontable th.beforeHiddenColumn:after{left:-2px;right:auto;transform:translateY(-50%) rotate(180deg)}[dir=rtl].handsontable th.afterHiddenColumn:before{left:auto;right:-2px;transform:translateY(-50%) rotate(180deg)}.handsontable th.afterHiddenRow,.handsontable th.beforeHiddenRow{position:relative}.handsontable th.afterHiddenRow:after,.handsontable th.afterHiddenRow:before,.handsontable th.beforeHiddenRow:after,.handsontable th.beforeHiddenRow:before{color:var(--ht-hidden-indicator-color);height:10px!important;left:50%;position:absolute;transform:translate(-50%);width:10px!important}.handsontable th.beforeHiddenRow:after{bottom:-2px;content:"";display:block}.handsontable th.afterHiddenRow:before{content:"";display:block;top:-2px}.handsontable th.ht__active_highlight.afterHiddenRow:after,.handsontable th.ht__active_highlight.afterHiddenRow:before,.handsontable th.ht__active_highlight.beforeHiddenRow:after,.handsontable th.ht__active_highlight.beforeHiddenRow:before{color:var(--ht-icon-button-active-icon-color,var(--ht-icon-active-button-icon-color))}.handsontable .changeType{background-color:var(--ht-icon-button-background-color);border:none;border-radius:var(--ht-icon-button-border-radius);box-shadow:0 0 0 1px var(--ht-icon-button-border-color);box-sizing:border-box;color:inherit;float:right;height:var(--ht-icon-size);margin:0;margin-inline-end:1px;margin-inline-start:var(--ht-gap-size);order:1;padding:0;position:relative;top:calc((var(--ht-line-height) - var(--ht-icon-size))/2);width:var(--ht-icon-size);z-index:1}.handsontable .changeType:before{color:var(--ht-icon-button-icon-color);content:"";display:block;left:0;position:absolute;top:0}.handsontable .changeType:hover{background-color:var(--ht-icon-button-hover-background-color);box-shadow:0 0 0 1px var(--ht-icon-button-hover-border-color);cursor:pointer}.handsontable .changeType:hover:before{color:var(--ht-icon-button-hover-icon-color)}.handsontable .ht__active_highlight .changeType{background-color:var(--ht-icon-button-active-background-color,var(--ht-icon-active-button-background-color));box-shadow:0 0 0 1px var(--ht-icon-button-active-border-color,var(--ht-icon-active-button-border-color))}.handsontable .ht__active_highlight .changeType:before{color:var(--ht-icon-button-active-icon-color,var(--ht-icon-active-button-icon-color))}.handsontable .ht__active_highlight .changeType:hover{background-color:var(--ht-icon-button-active-hover-background-color,var(--ht-icon-active-button-hover-background-color));box-shadow:0 0 0 1px var(--ht-icon-button-active-hover-border-color,var(--ht-icon-active-button-hover-border-color))}.handsontable .ht__active_highlight .changeType:hover:before{color:var(--ht-icon-button-active-hover-icon-color,var(--ht-icon-active-button-hover-icon-color))}.handsontable th.htFiltersActive{background-color:var(--ht-header-filter-background-color)}.handsontable th.htFiltersActive.ht__active_highlight{background-color:color-mix(in srgb,var(--ht-header-active-background-color),var(--ht-header-filter-background-color) 20%)}.handsontable th.htFiltersActive.ht__active_highlight .changeType:after{background-color:var(--ht-header-active-foreground-color)}.handsontable.htContextMenu>.ht_master,.handsontable.htDropdownMenu>.ht_master,.handsontable.htFiltersConditionsMenu>.ht_master{background-color:var(--ht-background-color,#fff);border:var(--ht-menu-border-width,1px) solid var(--ht-menu-border-color,#e5e5e9);border-radius:var(--ht-menu-border-radius);box-shadow:var(--ht-menu-shadow-x,0) var(--ht-menu-shadow-y,0) var(--ht-menu-shadow-blur,8px) var(--ht-menu-shadow-color,rgba(0,0,0,.08));overflow:hidden;padding:var(--ht-menu-vertical-padding,8px) var(--ht-menu-horizontal-padding,0)}.handsontable.htContextMenu:not(.htGhostTable),.handsontable.htDropdownMenu:not(.htGhostTable),.handsontable.htFiltersConditionsMenu:not(.htGhostTable){display:none;position:absolute;z-index:1060}.handsontable.htContextMenu .ht_clone_bottom,.handsontable.htContextMenu .ht_clone_bottom_inline_start_corner,.handsontable.htContextMenu .ht_clone_inline_start,.handsontable.htContextMenu .ht_clone_top,.handsontable.htContextMenu .ht_clone_top_inline_start_corner,.handsontable.htDropdownMenu .ht_clone_bottom,.handsontable.htDropdownMenu .ht_clone_bottom_inline_start_corner,.handsontable.htDropdownMenu .ht_clone_inline_start,.handsontable.htDropdownMenu .ht_clone_top,.handsontable.htDropdownMenu .ht_clone_top_inline_start_corner,.handsontable.htFiltersConditionsMenu .ht_clone_bottom,.handsontable.htFiltersConditionsMenu .ht_clone_bottom_inline_start_corner,.handsontable.htFiltersConditionsMenu .ht_clone_inline_start,.handsontable.htFiltersConditionsMenu .ht_clone_top,.handsontable.htFiltersConditionsMenu .ht_clone_top_inline_start_corner{display:none}.handsontable.htContextMenu table.htCore,.handsontable.htDropdownMenu table.htCore,.handsontable.htFiltersConditionsMenu table.htCore{overflow:hidden}.handsontable.htContextMenu .htCustomMenuRenderer .table.htCore,.handsontable.htDropdownMenu .htCustomMenuRenderer .table.htCore,.handsontable.htFiltersConditionsMenu .htCustomMenuRenderer .table.htCore{box-shadow:none}.handsontable.htContextMenu.handsontable:focus,.handsontable.htDropdownMenu.handsontable:focus,.handsontable.htFiltersConditionsMenu.handsontable:focus{outline:none}.handsontable.htContextMenu .wtBorder,.handsontable.htDropdownMenu .wtBorder,.handsontable.htFiltersConditionsMenu .wtBorder{visibility:hidden}.handsontable.htContextMenu tbody tr:first-of-type td:first-child,.handsontable.htContextMenu tbody tr:first-of-type th:first-child,.handsontable.htDropdownMenu tbody tr:first-of-type td:first-child,.handsontable.htDropdownMenu tbody tr:first-of-type th:first-child,.handsontable.htFiltersConditionsMenu tbody tr:first-of-type td:first-child,.handsontable.htFiltersConditionsMenu tbody tr:first-of-type th:first-child{height:calc(var(--ht-cell-vertical-padding)*2 + var(--ht-line-height) + 1px)}.handsontable.htContextMenu table tbody tr td,.handsontable.htDropdownMenu table tbody tr td,.handsontable.htFiltersConditionsMenu table tbody tr td{background:var(--ht-background-color,#fff);border-width:0;cursor:pointer;overflow:hidden;padding:var(--ht-menu-item-vertical-padding,4px) var(--ht-menu-item-horizontal-padding,8px);position:relative;text-overflow:ellipsis;transition:var(--ht-table-transition) background ease-in-out;white-space:nowrap}.handsontable.htContextMenu table tbody tr td:first-child,.handsontable.htDropdownMenu table tbody tr td:first-child,.handsontable.htFiltersConditionsMenu table tbody tr td:first-child{border-bottom-width:0;border-inline-end-width:0;border-inline-start-width:0;border-top-width:0}.handsontable.htContextMenu table tbody tr td.htDimmed,.handsontable.htDropdownMenu table tbody tr td.htDimmed,.handsontable.htFiltersConditionsMenu table tbody tr td.htDimmed{background-color:inherit!important;color:inherit!important;font-style:normal}.handsontable.htContextMenu table tbody tr td:not(.handsontable.htDropdownMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htDropdownMenu table tbody tr td.htDisabled,.handsontable.htContextMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htContextMenu table tbody tr td.htDisabled,.handsontable.htFiltersConditionsMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled):hover,.handsontable.htDropdownMenu table tbody tr td:not(.handsontable.htDropdownMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htDropdownMenu table tbody tr td.htDisabled,.handsontable.htContextMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htContextMenu table tbody tr td.htDisabled,.handsontable.htFiltersConditionsMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled):hover,.handsontable.htFiltersConditionsMenu table tbody tr td:not(.handsontable.htDropdownMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htDropdownMenu table tbody tr td.htDisabled,.handsontable.htContextMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htContextMenu table tbody tr td.htDisabled,.handsontable.htFiltersConditionsMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled):hover{background:var(--ht-menu-item-hover-color,#e5e5e9)!important;cursor:pointer}.handsontable.htContextMenu table tbody tr td:not(.handsontable.htDropdownMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htDropdownMenu table tbody tr td.htDisabled,.handsontable.htContextMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htContextMenu table tbody tr td.htDisabled,.handsontable.htFiltersConditionsMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled).current:not([aria-expanded=true]),.handsontable.htDropdownMenu table tbody tr td:not(.handsontable.htDropdownMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htDropdownMenu table tbody tr td.htDisabled,.handsontable.htContextMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htContextMenu table tbody tr td.htDisabled,.handsontable.htFiltersConditionsMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled).current:not([aria-expanded=true]),.handsontable.htFiltersConditionsMenu table tbody tr td:not(.handsontable.htDropdownMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htDropdownMenu table tbody tr td.htDisabled,.handsontable.htContextMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htContextMenu table tbody tr td.htDisabled,.handsontable.htFiltersConditionsMenu table tbody tr td.htCustomMenuRenderer,.handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled).current:not([aria-expanded=true]){box-shadow:inset 0 0 0 1px var(--ht-accent-color)}.handsontable.htContextMenu table tbody tr td.htSubmenu .htItemWrapper,.handsontable.htDropdownMenu table tbody tr td.htSubmenu .htItemWrapper,.handsontable.htFiltersConditionsMenu table tbody tr td.htSubmenu .htItemWrapper{margin-inline-end:calc(var(--ht-gap-size, 4px)*2 + var(--ht-icon-size))}.handsontable.htContextMenu table tbody tr td.htSubmenu .htItemWrapper:after,.handsontable.htDropdownMenu table tbody tr td.htSubmenu .htItemWrapper:after,.handsontable.htFiltersConditionsMenu table tbody tr td.htSubmenu .htItemWrapper:after{content:"";display:block;position:absolute;right:calc(var(--ht-menu-item-horizontal-padding) + var(--ht-gap-size)*2);top:50%;transform:translateY(-50%)}.handsontable.htContextMenu table tbody tr td.htSeparator,.handsontable.htDropdownMenu table tbody tr td.htSeparator,.handsontable.htFiltersConditionsMenu table tbody tr td.htSeparator{border-top:1px solid var(--ht-border-color);cursor:default;height:0;padding:0}.handsontable.htContextMenu table tbody tr td.htDisabled,.handsontable.htDropdownMenu table tbody tr td.htDisabled,.handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled{color:var(--ht-disabled-color);cursor:default}.handsontable.htContextMenu table tbody tr td.htDisabled:hover,.handsontable.htDropdownMenu table tbody tr td.htDisabled:hover,.handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled:hover{background:var(--ht-background-color);color:var(--ht-disabled-color)}.handsontable.htContextMenu table tbody tr td.htHidden,.handsontable.htDropdownMenu table tbody tr td.htHidden,.handsontable.htFiltersConditionsMenu table tbody tr td.htHidden{display:none}.handsontable.htContextMenu table tbody tr td:has(.htItemWrapper .selected),.handsontable.htDropdownMenu table tbody tr td:has(.htItemWrapper .selected),.handsontable.htFiltersConditionsMenu table tbody tr td:has(.htItemWrapper .selected){background-color:var(--ht-menu-item-active-color)}.handsontable.htContextMenu table tbody tr td .htItemWrapper,.handsontable.htDropdownMenu table tbody tr td .htItemWrapper,.handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper{margin-inline:calc(var(--ht-gap-size, 4px)*2)}.handsontable.htContextMenu table tbody tr td .htItemWrapper:before,.handsontable.htDropdownMenu table tbody tr td .htItemWrapper:before,.handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper:before{margin-right:12px;vertical-align:text-bottom}.handsontable.htContextMenu table tbody tr td .htItemWrapper span.selected,.handsontable.htDropdownMenu table tbody tr td .htItemWrapper span.selected,.handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected{font-size:0;inset:0}.handsontable.htContextMenu table tbody tr td .htItemWrapper span.selected:after,.handsontable.htDropdownMenu table tbody tr td .htItemWrapper span.selected:after,.handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected:after{color:var(--ht-accent-color);content:"";display:block;position:absolute;right:calc(var(--ht-menu-item-horizontal-padding) + var(--ht-gap-size)*2);top:50%;transform:translateY(-50%)}.handsontable.htContextMenu table tbody tr td div span.selected,.handsontable.htDropdownMenu table tbody tr td div span.selected,.handsontable.htFiltersConditionsMenu table tbody tr td div span.selected{inset-inline-end:0;position:absolute}.handsontable.htContextMenu table tbody tr td .htUIButton,.handsontable.htDropdownMenu table tbody tr td .htUIButton,.handsontable.htFiltersConditionsMenu table tbody tr td .htUIButton{width:calc(50% - var(--ht-gap-size))}.handsontable.htContextMenu table tbody tr td .htUIButton input,.handsontable.htDropdownMenu table tbody tr td .htUIButton input,.handsontable.htFiltersConditionsMenu table tbody tr td .htUIButton input{width:100%}.handsontable .htUIClearAll a,.handsontable .htUISelectAll a{display:inline-block;padding:var(--ht-gap-size);text-decoration:none}.handsontable .htUIMultipleSelect .ht_master .wtHolder{background:transparent;border-radius:0!important;overflow-y:scroll!important}.handsontable .htUIMultipleSelect .ht_master .wtHolder .htCore{box-shadow:none}[dir=rtl].handsontable.htContextMenu table tbody tr td.htSubmenu .htItemWrapper:after,[dir=rtl].handsontable.htDropdownMenu table tbody tr td.htSubmenu .htItemWrapper:after,[dir=rtl].handsontable.htFiltersConditionsMenu table tbody tr td.htSubmenu .htItemWrapper:after{left:calc(var(--ht-gap-size)*4);right:auto;transform:translateY(-50%) rotate(180deg)}[dir=rtl].handsontable.htContextMenu table tbody tr td .htItemWrapper span.selected:after,[dir=rtl].handsontable.htDropdownMenu table tbody tr td .htItemWrapper span.selected:after,[dir=rtl].handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected:after{left:calc(var(--ht-gap-size)*4);right:auto}[dir=rtl].handsontable .changeType{float:left}.handsontable.htFiltersConditionsMenu:not(.htGhostTable){z-index:1070}.handsontable .ht_master table td.htCustomMenuRenderer{cursor:auto}.handsontable .ht_master table td.htCustomMenuRenderer.htFiltersMenuActionBar{padding-top:calc(var(--ht-menu-item-vertical-padding, 4px)*2)}.handsontable .htFiltersMenuLabel{font-size:var(--ht-font-size-small);font-weight:var(--ht-font-weight);line-height:var(--ht-line-height-small);margin-bottom:calc(var(--ht-gap-size, 2px)*2)}.handsontable .htFiltersMenuLabel:empty{display:none}.handsontable .htFiltersMenuCondition{padding-bottom:0!important;padding-top:calc(var(--ht-gap-size, 2px)*3)!important}.handsontable .htFiltersMenuCondition .border{border-bottom:1px solid var(--ht-border-color)!important}.handsontable .htFiltersMenuCondition .htUIInput{margin-top:calc(var(--ht-gap-size, 2px)*2)}.handsontable .htFiltersMenuValue{border-bottom:1px solid var(--ht-border-color)!important;padding-bottom:0!important;padding-top:calc(var(--ht-gap-size, 2px)*3)!important}.handsontable .htFiltersMenuOperators{padding-bottom:0!important;padding-top:calc(var(--ht-gap-size, 2px)*2)!important}.handsontable .htUISelectionControls{margin:0 calc(var(--ht-gap-size, 2px)*-1);padding-bottom:var(--ht-gap-size,2px)!important;padding-top:calc(var(--ht-gap-size, 2px)*2)!important}.handsontable .htUIMultipleSelectHot{--ht-cell-horizontal-padding:calc(var(--ht-menu-item-horizontal-padding, 2px) + var(--ht-gap-size, 2px)*2);margin:0 calc((var(--ht-menu-item-horizontal-padding, 2px) + var(--ht-gap-size, 2px)*2)*-1);overflow:initial!important;width:calc(100% + var(--ht-menu-item-horizontal-padding, 2px)*2 + var(--ht-gap-size, 2px)*4)}.handsontable .htUIMultipleSelectHot:before{background-color:var(--ht-border-color);content:"";display:block;height:1px;left:0;position:absolute;top:-1px;width:100%}.handsontable .htUIMultipleSelectHot .wtHolder{box-sizing:border-box;overflow-x:hidden;padding:0}.handsontable .htUIMultipleSelectHot .wtHolder .wtSpreader{padding:calc(var(--ht-gap-size)*2) 0}.handsontable .htUIMultipleSelectHot .wtHolder td{height:auto!important;padding:4px var(--ht-cell-horizontal-padding)}.handsontable .htUIClearAll,.handsontable .htUISelectAll{display:inline-block;margin-bottom:var(--ht-gap-size,4px);margin-right:var(--ht-gap-size,4px)}.handsontable .htUIClearAll a,.handsontable .htUISelectAll a{border-radius:var(--ht-button-border-radius);color:var(--ht-link-color);font-size:var(--ht-font-size);line-height:var(--ht-line-height)}.handsontable .htUIClearAll a:hover,.handsontable .htUISelectAll a:hover{color:var(--ht-link-hover-color)}.handsontable .htUIClearAll a:focus,.handsontable .htUISelectAll a:focus{outline:1px solid var(--ht-link-hover-color)}.handsontable .htUIMultipleSelect .ht_master .wtHolder{overflow:auto}.handsontable .htUIMultipleSelect .ht_master .wtHolder .htCore,.handsontable .htUIMultipleSelect .ht_master .wtHolder .wtHider,.handsontable .htUIMultipleSelect .ht_master .wtHolder td,.handsontable .htUIMultipleSelect .ht_master .wtHolder tr{background:none}.handsontable .htUIInput.htUIButton{cursor:pointer;display:inline-block}.handsontable .htUIInput.htUIButtonOK{margin-inline-end:calc(var(--ht-gap-size, 2px)*2);margin-inline-start:0}.handsontable .htCommentCell{position:relative}.handsontable .htCommentCell:after{border-inline-end:none;border-inline-start:var(--ht-comments-indicator-size,4px) solid transparent;border-top:var(--ht-comments-indicator-size,4px) solid var(--ht-comments-indicator-color,#1a42e8);content:"";display:block;inset-inline-end:0;inset-inline-start:unset;position:absolute;top:0}.htCommentsContainer .htComments{display:none;position:absolute;z-index:1059}.htCommentsContainer .htCommentTextArea{-webkit-appearance:none;background-color:var(--ht-comments-textarea-background-color,#fff);border:var(--ht-comments-textarea-border-width,1px) solid var(--ht-comments-textarea-border-color,transparent);border-inline-start:var(--ht-comments-textarea-border-width,1px) solid var(--ht-comments-textarea-border-color,#1a42e8);box-shadow:var(--ht-menu-shadow-x,0) var(--ht-menu-shadow-y,0) var(--ht-menu-shadow-blur,8px) var(--ht-menu-shadow-color,rgba(0,0,0,.08));box-sizing:border-box;color:var(--ht-comments-textarea-foreground-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:var(--ht-font-size);font-weight:var(--ht-font-weight);height:88px;line-height:var(--ht-line-height);margin:0 -1px;outline:0!important;padding:var(--ht-comments-textarea-vertical-padding) var(--ht-comments-textarea-horizontal-padding);width:240px}.htCommentsContainer .htCommentTextArea:focus{background-color:var(--ht-comments-textarea-focus-background-color,#fff);border:var(--ht-comments-textarea-focus-border-width,1px) solid var(--ht-comments-textarea-focus-border-color,#1a42e8);color:var(--ht-comments-textarea-focus-foreground-color)}.handsontable .columnSorting:not(.indicatorDisabled){position:relative}.handsontable .columnSorting:not(.indicatorDisabled).sortAction{max-width:calc(100% - var(--ht-icon-size, 16px)*2 - 5px)!important;min-width:calc(var(--ht-icon-size, 16px) + 8px);padding-inline-end:calc(var(--ht-icon-size, 16px) + 2px);padding-inline-start:calc(var(--ht-icon-size, 16px) + 2px)}.handsontable .columnSorting:not(.indicatorDisabled).sortAction:hover{cursor:pointer;text-decoration:none}.handsontable .columnSorting:not(.indicatorDisabled).sortAction:before{content:"";display:block;position:absolute;right:2px;text-align:right;top:50%;transform:translateY(-50%);width:var(--ht-icon-size,16px)}.handsontable .htLeft .columnSorting.sortAction{padding-inline-start:0}.handsontable .htRight .columnSorting.sortAction{padding-inline-end:var(--ht-gap-size,4px);padding-inline-start:var(--ht-icon-size,16px)}.handsontable .htRight .columnSorting.sortAction:before,[dir=rtl] .handsontable .columnSorting.sortAction:before{left:2px;right:auto;text-align:left}[dir=rtl] .handsontable .htRight .columnSorting.sortAction{padding-inline-end:var(--ht-icon-size,16px);padding-inline-start:var(--ht-gap-size,4px)}[dir=rtl] .handsontable .htLeft .columnSorting.sortAction{padding-inline-end:var(--ht-gap-size,4px);padding-inline-start:var(--ht-icon-size,16px)}[dir=rtl] .handsontable .htLeft .columnSorting.sortAction:before{left:auto;right:2px;text-align:right}.htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled):before{content:"*";display:inline-block;padding-right:20px;position:relative}.handsontable .colHeader.columnSorting:after{content:"";display:block;font-size:8px;margin-top:4px;position:absolute;right:0;text-align:right;top:50%;transform:translateY(-50%);width:8px}.handsontable .colHeader.columnSorting[class*=" sort-"]:after,.handsontable .colHeader.columnSorting[class^=sort-]:after{content:"+"}.handsontable .colHeader.columnSorting.sort-1:after{content:"1"}.handsontable .colHeader.columnSorting.sort-2:after{content:"2"}.handsontable .colHeader.columnSorting.sort-3:after{content:"3"}.handsontable .colHeader.columnSorting.sort-4:after{content:"4"}.handsontable .colHeader.columnSorting.sort-5:after{content:"5"}.handsontable .colHeader.columnSorting.sort-6:after{content:"6"}.handsontable .colHeader.columnSorting.sort-7:after{content:"7"}.handsontable .htRight .colHeader.columnSorting:after,[dir=rtl] .handsontable .colHeader.columnSorting:after{left:0;right:auto;text-align:left}[dir=rtl] .handsontable .htLeft .colHeader.columnSorting:after{left:auto;right:0;text-align:right}.htGhostTable th div button.changeType+span.colHeader.columnSorting:not(.indicatorDisabled){padding-right:var(--ht-gap-size)}.handsontable .htRowHeaders .ht_master.innerBorderInlineStart~.ht_clone_inline_start td:first-of-type,.handsontable .htRowHeaders .ht_master.innerBorderInlineStart~.ht_clone_top_inline_start_corner th:nth-child(2){border-left:0}.handsontable .ht_clone_top_inline_start_corner th.ht__active_highlight{box-shadow:none}.handsontable .manualColumnResizer{background:none;cursor:col-resize;margin:0;opacity:0;position:absolute;top:0;width:10px;z-index:210}.handsontable .manualColumnResizer:after,.handsontable .manualColumnResizer:before{background:var(--ht-resize-indicator-color);border-radius:2px;content:"";display:block;height:calc(100% - 12px);left:1px;margin-top:.5px;max-height:16px;position:absolute;top:50%;transform:translateY(-50%);width:2px}.handsontable .manualColumnResizer:after{left:auto;right:0}.handsontable .manualColumnResizer.active,.handsontable .manualColumnResizer:hover{opacity:1}.handsontable .manualColumnResizerGuide{border-inline-end:1px solid var(--ht-accent-color);border-inline-start:none;display:none;inset-inline-end:unset;margin-inline-end:unset;margin-inline-start:5px;position:absolute;top:0;width:0}.handsontable .manualColumnResizerGuide.active{display:block;z-index:209}.handsontable .manualRowResizer{background:none;cursor:row-resize;height:10px;left:0;margin:0;opacity:0;position:absolute;z-index:210}.handsontable .manualRowResizer:after,.handsontable .manualRowResizer:before{background:var(--ht-resize-indicator-color);border-radius:2px;content:"";display:block;height:2px;left:50%;max-width:16px;position:absolute;top:1px;transform:translate(-50%);width:calc(100% - 12px)}.handsontable .manualRowResizer:after{bottom:0;top:auto}.handsontable .manualRowResizer.active,.handsontable .manualRowResizer:hover{opacity:1}.handsontable .manualRowResizerGuide{border-bottom:1px solid var(--ht-accent-color);border-top:none;bottom:0;display:none;height:0;left:0;margin-top:5px;position:absolute}.handsontable .manualRowResizerGuide.active{display:block;z-index:209}.handsontable tbody td[rowspan][class*=area][class*=highlight]:not([class*=fullySelectedMergedCell]):before{opacity:0}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-0]:before,.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-multiple]:before{opacity:.14}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-1]:before{opacity:.21}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-2]:before{opacity:.28}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-3]:before{opacity:.35}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-4]:before{opacity:.42}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-5]:before{opacity:.49}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-6]:before{opacity:.56}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-7]:before{opacity:.63}.handsontable .ht__manualColumnMove.after-selection--columns thead th.ht__highlight,.handsontable.ht__manualColumnMove.after-selection--columns thead th.ht__highlight{cursor:move;cursor:-moz-grab;cursor:-webkit-grab;cursor:grab}.handsontable .ht__manualColumnMove.on-moving--columns *,.handsontable .ht__manualColumnMove.on-moving--columns thead th.ht__highlight,.handsontable.ht__manualColumnMove.on-moving--columns *,.handsontable.ht__manualColumnMove.on-moving--columns thead th.ht__highlight{cursor:move;cursor:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing}.handsontable .ht__manualColumnMove.on-moving--columns .manualColumnResizer,.handsontable.ht__manualColumnMove.on-moving--columns .manualColumnResizer{display:none}.handsontable .ht__manualColumnMove--backlight,.handsontable .ht__manualColumnMove--guideline,.handsontable.ht__manualColumnMove--backlight,.handsontable.ht__manualColumnMove--guideline{display:none;height:100%;position:absolute}.handsontable .ht__manualColumnMove--guideline,.handsontable.ht__manualColumnMove--guideline{background:var(--ht-move-indicator-color,#1a42e8);margin-inline-end:0;margin-inline-start:-.5px;top:0;width:1px;z-index:205}.handsontable .ht__manualColumnMove--backlight,.handsontable.ht__manualColumnMove--backlight{background:var(--ht-move-backlight-color);display:none;pointer-events:none;z-index:205}.handsontable .on-moving--columns .ht__manualColumnMove--backlight,.handsontable .on-moving--columns.show-ui .ht__manualColumnMove--guideline,.handsontable.on-moving--columns .ht__manualColumnMove--backlight,.handsontable.on-moving--columns.show-ui .ht__manualColumnMove--guideline{display:block}.handsontable .wtHider{position:relative}.handsontable .ht__manualRowMove.after-selection--rows tbody th.ht__highlight,.handsontable.ht__manualRowMove.after-selection--rows tbody th.ht__highlight{cursor:move;cursor:-moz-grab;cursor:-webkit-grab;cursor:grab}.handsontable .ht__manualRowMove.on-moving--rows *,.handsontable .ht__manualRowMove.on-moving--rows tbody th.ht__highlight,.handsontable.ht__manualRowMove.on-moving--rows *,.handsontable.ht__manualRowMove.on-moving--rows tbody th.ht__highlight{cursor:move;cursor:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing}.handsontable .ht__manualRowMove.on-moving--rows .manualRowResizer,.handsontable.ht__manualRowMove.on-moving--rows .manualRowResizer{display:none}.handsontable .ht__manualRowMove--backlight,.handsontable .ht__manualRowMove--guideline,.handsontable.ht__manualRowMove--backlight,.handsontable.ht__manualRowMove--guideline{display:none;position:absolute;width:100%}.handsontable .ht__manualRowMove--guideline,.handsontable.ht__manualRowMove--guideline{border-top:1px solid var(--ht-move-indicator-color);left:0;z-index:205}.handsontable .ht__manualRowMove--backlight,.handsontable.ht__manualRowMove--backlight{background:var(--ht-move-backlight-color);display:none;pointer-events:none;z-index:205}.handsontable .on-moving--rows .ht__manualRowMove--backlight,.handsontable .on-moving--rows.show-ui .ht__manualRowMove--guideline,.handsontable.on-moving--rows .ht__manualRowMove--backlight,.handsontable.on-moving--rows.show-ui .ht__manualRowMove--guideline{display:block}.ht-dialog{border:1px solid var(--ht-border-color);border-radius:var(--ht-wrapper-border-radius);box-sizing:border-box!important;display:none;font-size:var(--ht-font-size);height:100%;left:0;letter-spacing:var(--ht-letter-spacing);line-height:var(--ht-line-height);opacity:0;overflow-y:auto;position:absolute;top:0;width:100%;z-index:1060}.ht-dialog[dir=rtl]{left:auto;right:0}.ht-dialog:focus{border:1px solid var(--ht-accent-color);outline:none}.ht-dialog:has(.htFocusCatcher:focus){border:1px solid var(--ht-accent-color);outline:none}.ht-dialog *{box-sizing:border-box!important}.ht-dialog--background-solid{background-color:var(--ht-dialog-solid-background-color)}.ht-dialog--background-semi-transparent{background-color:var(--ht-dialog-semi-transparent-background-color)}.ht-dialog--animation{transition:opacity var(--ht-table-transition) ease-in-out}.ht-dialog--show{opacity:1}.ht-dialog__content-wrapper{align-items:center;border-radius:var(--ht-wrapper-border-radius);display:flex;justify-content:center;min-height:100%;padding:calc(var(--ht-gap-size)*4);width:100%}.ht-dialog__content{color:var(--ht-foreground-color);max-width:480px;padding:var(--ht-dialog-content-padding-horizontal) var(--ht-dialog-content-padding-vertical);position:relative}.ht-dialog__content--background{background-color:var(--ht-dialog-content-background-color);border-radius:var(--ht-dialog-content-border-radius);box-shadow:var(--ht-shadow-x,0) var(--ht-shadow-y,0) var(--ht-shadow-blur,8px) var(--ht-shadow-color,rgba(0,0,0,.08))}.ht-dialog--confirm .ht-dialog__content-wrapper{padding:calc(var(--ht-gap-size)*2);text-align:center}.ht-dialog--confirm .ht-dialog__content-wrapper-inner{align-items:center;border-radius:var(--ht-wrapper-border-radius);display:flex;flex-direction:column;justify-content:center;max-width:480px;padding:calc(var(--ht-gap-size)*2)}.ht-dialog--confirm .ht-dialog__content-wrapper-inner--background{background-color:var(--ht-dialog-content-background-color);border-radius:var(--ht-dialog-content-border-radius);box-shadow:var(--ht-shadow-x,0) var(--ht-shadow-y,0) var(--ht-shadow-blur,8px) var(--ht-shadow-color,rgba(0,0,0,.08))}.ht-dialog--confirm .ht-dialog__content-wrapper-inner:focus{box-shadow:0 0 0 1px var(--ht-accent-color);outline:none}.ht-dialog--confirm .ht-dialog__content{align-items:center;display:flex;flex-direction:column;gap:var(--ht-gap-size);justify-content:center}.ht-dialog--confirm .ht-dialog__content:has(.ht-dialog__buttons){gap:calc(var(--ht-gap-size)*2)}.ht-dialog--confirm .ht-dialog__title{font-size:var(--ht-font-size);font-weight:var(--ht-font-weight);line-height:var(--ht-line-height);margin:0}.ht-dialog--confirm .ht-dialog__description{color:var(--ht-foreground-secondary-color);font-size:var(--ht-font-size-small);font-weight:var(--ht-font-weight);line-height:var(--ht-line-height-small);margin:0}.ht-dialog--confirm .ht-dialog__buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:calc(var(--ht-gap-size)*2);justify-content:center}.handsontable.ht-pagination{background:var(--ht-pagination-bar-background-color);border:1px solid var(--ht-wrapper-border-color);border-radius:0 0 var(--ht-wrapper-border-radius) var(--ht-wrapper-border-radius);border-top:1px solid transparent;box-sizing:border-box;color:var(--ht-pagination-bar-foreground-color);font-size:var(--ht-font-size);line-height:var(--ht-line-height);overflow-x:auto}.handsontable.ht-pagination--bordered{border-top-color:var(--ht-wrapper-border-color)}.handsontable.ht-pagination .ht-pagination__inner{align-items:center;border-radius:0 0 var(--ht-wrapper-border-radius) var(--ht-wrapper-border-radius);display:flex;flex-wrap:wrap;gap:calc(var(--ht-gap-size)*4);justify-content:space-between;min-width:230px;padding-block:var(--ht-pagination-bar-vertical-padding);padding-inline:var(--ht-pagination-bar-horizontal-padding)}.handsontable.ht-pagination .ht-page-size-section{align-items:center;display:flex;gap:calc(var(--ht-gap-size)*2)}.handsontable.ht-pagination .ht-page-size-section__label{white-space:nowrap}.handsontable.ht-pagination .ht-page-size-section__select-wrapper{border-radius:var(--ht-input-border-radius);position:relative}.handsontable.ht-pagination .ht-page-size-section__select-wrapper select{-webkit-appearance:none;background-color:var(--ht-input-background-color);border:1px solid var(--ht-input-border-color);border-radius:var(--ht-input-border-radius);color:var(--ht-input-foreground-color);cursor:pointer;font-size:inherit;line-height:calc(var(--ht-line-height) - 4px);padding-inline-end:calc(var(--ht-gap-size) + var(--ht-icon-size));padding-bottom:var(--ht-gap-size);padding-inline-start:var(--ht-gap-size);padding-top:var(--ht-gap-size)}.handsontable.ht-pagination .ht-page-size-section__select-wrapper select:disabled{background-color:var(--ht-input-disabled-background-color);border-color:var(--ht-input-disabled-border-color);color:var(--ht-input-disabled-foreground-color);cursor:default;opacity:.4}.handsontable.ht-pagination .ht-page-size-section__select-wrapper select:hover:not(:disabled){background-color:var(--ht-input-hover-background-color);border-color:var(--ht-input-hover-border-color);color:var(--ht-input-hover-foreground-color)}.handsontable.ht-pagination .ht-page-size-section__select-wrapper select:focus{background-color:var(--ht-input-focus-background-color);border-color:var(--ht-input-focus-border-color);color:var(--ht-input-focus-foreground-color);outline:none}.handsontable.ht-pagination .ht-page-size-section__select-wrapper:after{background-color:var(--ht-foreground-color);content:"";display:block;inset-block-end:50%;inset-inline-end:var(--ht-gap-size);pointer-events:none;position:absolute;transform:translateY(50%)}.handsontable.ht-pagination .ht-page-counter-section{margin-inline-end:auto}.handsontable.ht-pagination .ht-page-navigation-section{align-items:center;display:flex;gap:1px}.handsontable.ht-pagination .ht-page-navigation-section__button{background-color:var(--ht-pagination-bar-background-color);border:1px solid var(--ht-pagination-bar-background-color);border-radius:var(--ht-icon-button-large-border-radius);color:var(--ht-secondary-button-foreground-color);cursor:pointer;font-size:inherit;padding:var(--ht-icon-button-large-padding)}.handsontable.ht-pagination .ht-page-navigation-section__button:before{content:"";display:block}.handsontable.ht-pagination .ht-page-navigation-section__button--disabled{color:var(--ht-secondary-button-disabled-foreground-color);cursor:default;pointer-events:none}.handsontable.ht-pagination .ht-page-navigation-section__button:hover:not(:disabled){background-color:var(--ht-secondary-button-hover-background-color)}.handsontable.ht-pagination .ht-page-navigation-section__button:focus{border:1px solid var(--ht-accent-color);outline:none}.handsontable.ht-pagination .ht-page-navigation-section__label{min-width:100px;text-align:center;white-space:nowrap}.handsontable.ht-wrapper.htPagination,.handsontable.ht-wrapper.htPagination .htCore{border-end-end-radius:0;border-end-start-radius:0}.handsontable.ht-wrapper.htPagination .htCore tbody tr:last-child td:first-child,.handsontable.ht-wrapper.htPagination .htCore tbody tr:last-child th:first-child,.handsontable.ht-wrapper.htPagination .htCore thead tr:last-child th:first-child{border-end-start-radius:0!important}.handsontable.ht-wrapper.htPagination .htCore tbody tr:last-child td:last-child,.handsontable.ht-wrapper.htPagination .htCore tbody tr:last-child th:last-child,.handsontable.ht-wrapper.htPagination .htCore thead tr:last-child th:last-child{border-end-end-radius:0!important}.ht-loading__icon-svg{animation:ht-loading-spin 1s linear infinite;color:var(--ht-accent-color);display:block;height:var(--ht-icon-size);transform-origin:50% 50%;width:var(--ht-icon-size)}.ht-loading__content{align-items:center;display:flex;gap:calc(var(--ht-gap-size)*2)}.ht-loading__title{font-size:var(--ht-font-size);font-weight:var(--ht-font-weight);line-height:var(--ht-line-height);margin:0}.ht-loading__description{color:var(--ht-foreground-secondary-color);font-size:var(--ht-font-size-small);font-weight:var(--ht-font-weight);line-height:var(--ht-line-height-small);margin:0}@keyframes ht-loading-spin{to{transform:rotate(1turn)}}.ht-empty-data-state{background-color:var(--ht-background-color);border:1px solid var(--ht-border-color);border-radius:var(--ht-wrapper-border-radius);box-sizing:border-box;display:none;left:0;overflow-y:auto;position:absolute;width:100%;z-index:999}.ht-empty-data-state *{box-sizing:border-box!important}.ht-empty-data-state__content-wrapper{min-height:100%;text-align:center;width:100%}.ht-empty-data-state__content-wrapper,.ht-empty-data-state__content-wrapper-inner{align-items:center;border-radius:var(--ht-wrapper-border-radius);display:flex;justify-content:center;padding:calc(var(--ht-gap-size)*2)}.ht-empty-data-state__content-wrapper-inner{flex-direction:column;max-width:480px}.ht-empty-data-state__content-wrapper-inner:focus{box-shadow:0 0 0 1px var(--ht-accent-color);outline:none}.ht-empty-data-state__content{align-items:center;display:flex;flex-direction:column;gap:var(--ht-gap-size);justify-content:center}.ht-empty-data-state__title{font-size:var(--ht-font-size);font-weight:var(--ht-font-weight);line-height:var(--ht-line-height);margin:0}.ht-empty-data-state__description{color:var(--ht-foreground-secondary-color);font-size:var(--ht-font-size-small);font-weight:var(--ht-font-weight);line-height:var(--ht-line-height-small);margin:0}.ht-empty-data-state__buttons{display:flex;flex-direction:row;flex-wrap:wrap;gap:calc(var(--ht-gap-size)*2);justify-content:center}.ht-empty-data-state__buttons--has-buttons{margin-top:calc(var(--ht-gap-size)*2)}.ht-empty-data-state--disable-top-border{border-start-end-radius:0;border-start-start-radius:0;border-top-width:0}.ht-empty-data-state--disable-inline-border{border-end-start-radius:0;border-inline-start-width:0;border-start-start-radius:0}.ht-empty-data-state--disable-bottom-border,.ht-empty-data-state:has(~.ht-pagination){border-bottom-width:0;border-end-end-radius:0;border-end-start-radius:0}.ht-theme-classic,.ht-theme-classic-dark,.ht-theme-classic-dark-auto{--ht-color-transparent-0:hsla(0,0%,100%,0);--ht-color-transparent-80:hsla(0,0%,100%,.8);--ht-color-gray-100:#fff;--ht-color-gray-200:#f0f0f0;--ht-color-gray-250:#dcdcdc;--ht-color-gray-300:#ccc;--ht-color-gray-350:#c6c6c6;--ht-color-gray-400:#999;--ht-color-gray-500:#777;--ht-color-gray-800:#373737;--ht-color-gray-900:#0f0f10;--ht-color-gray-800-40:rgba(55,55,55,.4);--ht-color-gray-800-8:rgba(55,55,55,.08);--ht-color-gray-800-4:rgba(55,55,55,.04);--ht-color-gray-800-25:rgba(55,55,55,.25);--ht-color-accent-300:#8eb0e7;--ht-color-accent-350:#3e7ee1;--ht-color-accent-400:#5292f7;--ht-color-accent-500:#3e7ee3;--ht-color-accent-400-40:rgba(82,146,247,.4);--ht-color-notification-search:rgba(251,233,82,.8);--ht-color-notification-error:rgba(250,77,50,.2);--ht-color-notification-success:rgba(55,188,108,.2);--ht-color-notification-warning:rgba(251,233,82,.2);--ht-color-notification-informational:rgba(142,176,231,.2);--ht-common-background-secondary:var(--ht-color-gray-200);--ht-common-foreground:var(--ht-color-gray-800);--ht-common-foreground-secondary:var(--ht-color-gray-500);--ht-common-background:var(--ht-color-gray-100);--ht-common-border:var(--ht-color-gray-300);--ht-common-accent:var(--ht-color-accent-400);--ht-common-disabled:var(--ht-color-gray-400);--ht-common-read-only:var(--ht-color-gray-500);--ht-common-placeholder:var(--ht-color-gray-400);--ht-common-shadow:var(--ht-color-gray-800-8);--ht-common-overlay:var(--ht-color-transparent-80);--ht-font-size:13px;--ht-font-size-small:11px;--ht-line-height:21px;--ht-line-height-small:16px;--ht-font-weight:400;--ht-letter-spacing:0;--ht-gap-size:2px;--ht-icon-size:12px;--ht-table-transition:0s;--ht-border-color:var(--ht-common-border);--ht-accent-color:var(--ht-common-accent);--ht-foreground-color:var(--ht-common-foreground);--ht-foreground-secondary-color:var(--ht-common-foreground-secondary);--ht-background-color:var(--ht-common-background);--ht-placeholder-color:var(--ht-common-placeholder);--ht-read-only-color:var(--ht-common-read-only);--ht-disabled-color:var(--ht-common-disabled);--ht-shadow-color:var(--ht-common-border);--ht-shadow-x:1px;--ht-shadow-y:1px;--ht-shadow-blur:0;--ht-bar-foreground-color:var(--ht-common-foreground);--ht-bar-background-color:var(--ht-common-background-secondary);--ht-bar-horizontal-padding:8px;--ht-bar-vertical-padding:4px;--ht-cell-horizontal-border-color:var(--ht-common-border);--ht-cell-vertical-border-color:var(--ht-common-border);--ht-wrapper-border-width:0;--ht-wrapper-border-radius:0;--ht-wrapper-border-color:var(--ht-common-border);--ht-row-header-odd-background-color:var(--ht-color-transparent-0);--ht-row-header-even-background-color:var(--ht-color-transparent-0);--ht-row-cell-odd-background-color:var(--ht-color-transparent-0);--ht-row-cell-even-background-color:var(--ht-color-transparent-0);--ht-cell-horizontal-padding:6px;--ht-cell-vertical-padding:1px;--ht-cell-editor-border-width:2px;--ht-cell-editor-border-color:var(--ht-common-accent);--ht-cell-editor-foreground-color:var(--ht-color-gray-900);--ht-cell-editor-background-color:var(--ht-common-background);--ht-cell-editor-shadow-blur-radius:0;--ht-cell-editor-shadow-color:var(--ht-common-accent);--ht-cell-success-background-color:var(--ht-color-notification-success);--ht-cell-error-background-color:var(--ht-color-notification-error);--ht-cell-read-only-background-color:var(--ht-color-transparent-0);--ht-cell-selection-border-color:var(--ht-common-accent);--ht-cell-selection-background-color:var(--ht-color-accent-350);--ht-cell-autofill-size:6px;--ht-cell-autofill-border-width:1px;--ht-cell-autofill-border-radius:0;--ht-cell-autofill-border-color:var(--ht-common-background);--ht-cell-autofill-background-color:var(--ht-common-accent);--ht-cell-autofill-fill-border-color:var(--ht-common-foreground);--ht-cell-mobile-handle-size:12px;--ht-cell-mobile-handle-border-width:1px;--ht-cell-mobile-handle-border-radius:6px;--ht-cell-mobile-handle-border-color:var(--ht-common-accent);--ht-cell-mobile-handle-background-color:var(--ht-color-accent-400-40);--ht-resize-indicator-color:var(--ht-color-gray-400);--ht-move-backlight-color:var(--ht-color-gray-800-25);--ht-move-indicator-color:var(--ht-color-gray-400);--ht-hidden-indicator-color:var(--ht-color-gray-400);--ht-scrollbar-border-radius:8px;--ht-scrollbar-track-color:var(--ht-common-background-secondary);--ht-scrollbar-thumb-color:var(--ht-color-gray-800-40);--ht-header-font-weight:var(--ht-font-weight);--ht-header-foreground-color:var(--ht-common-foreground);--ht-header-background-color:var(--ht-common-background-secondary);--ht-header-highlighted-shadow-size:0;--ht-header-highlighted-foreground-color:var(--ht-common-foreground);--ht-header-highlighted-background-color:var(--ht-color-gray-250);--ht-header-active-border-color:var(--ht-common-border);--ht-header-active-foreground-color:var(--ht-color-gray-900);--ht-header-active-background-color:var(--ht-color-accent-300);--ht-header-filter-background-color:var(--ht-color-notification-success);--ht-header-row-foreground-color:var(--ht-common-foreground);--ht-header-row-background-color:var(--ht-common-background-secondary);--ht-header-row-highlighted-foreground-color:var(--ht-common-foreground);--ht-header-row-highlighted-background-color:var(--ht-color-gray-250);--ht-header-row-active-foreground-color:var(--ht-color-gray-900);--ht-header-row-active-background-color:var(--ht-color-accent-300);--ht-checkbox-size:var(--ht-icon-size);--ht-checkbox-border-radius:2px;--ht-checkbox-border-color:var(--ht-color-gray-400);--ht-checkbox-background-color:var(--ht-common-background);--ht-checkbox-icon-color:var(--ht-color-transparent-0);--ht-checkbox-focus-border-color:var(--ht-color-gray-400);--ht-checkbox-focus-background-color:var(--ht-common-background);--ht-checkbox-focus-icon-color:var(--ht-color-transparent-0);--ht-checkbox-focus-ring-color:var(--ht-common-accent);--ht-checkbox-disabled-border-color:var(--ht-color-gray-400);--ht-checkbox-disabled-background-color:var(--ht-color-gray-350);--ht-checkbox-disabled-icon-color:var(--ht-color-transparent-0);--ht-checkbox-checked-border-color:var(--ht-color-accent-350);--ht-checkbox-checked-background-color:var(--ht-common-accent);--ht-checkbox-checked-icon-color:var(--ht-common-background);--ht-checkbox-checked-focus-border-color:var(--ht-common-background);--ht-checkbox-checked-focus-background-color:var(--ht-common-accent);--ht-checkbox-checked-focus-icon-color:var(--ht-common-background);--ht-checkbox-checked-disabled-border-color:var(--ht-color-gray-400);--ht-checkbox-checked-disabled-background-color:var(--ht-color-gray-350);--ht-checkbox-checked-disabled-icon-color:var(--ht-common-disabled);--ht-checkbox-indeterminate-border-color:var(--ht-color-accent-350);--ht-checkbox-indeterminate-background-color:var(--ht-common-accent);--ht-checkbox-indeterminate-icon-color:var(--ht-common-background);--ht-checkbox-indeterminate-focus-border-color:var(--ht-color-gray-100);--ht-checkbox-indeterminate-focus-background-color:var(--ht-common-accent);--ht-checkbox-indeterminate-focus-icon-color:var(--ht-common-background);--ht-checkbox-indeterminate-disabled-border-color:var(--ht-color-gray-400);--ht-checkbox-indeterminate-disabled-background-color:var(--ht-color-gray-350);--ht-checkbox-indeterminate-disabled-icon-color:var(--ht-common-disabled);--ht-radio-size:var(--ht-icon-size);--ht-radio-border-color:var(--ht-color-gray-400);--ht-radio-background-color:var(--ht-common-background);--ht-radio-icon-color:var(--ht-color-transparent-0);--ht-radio-focus-border-color:var(--ht-color-gray-400);--ht-radio-focus-background-color:var(--ht-common-background);--ht-radio-focus-icon-color:var(--ht-color-transparent-0);--ht-radio-focus-ring-color:var(--ht-common-accent);--ht-radio-disabled-border-color:var(--ht-color-gray-400);--ht-radio-disabled-background-color:var(--ht-color-gray-350);--ht-radio-disabled-icon-color:var(--ht-color-transparent-0);--ht-radio-checked-border-color:var(--ht-common-accent);--ht-radio-checked-background-color:var(--ht-common-background);--ht-radio-checked-icon-color:var(--ht-common-accent);--ht-radio-checked-focus-border-color:var(--ht-color-accent-350);--ht-radio-checked-focus-background-color:var(--ht-common-background);--ht-radio-checked-focus-icon-color:var(--ht-common-accent);--ht-radio-checked-disabled-border-color:var(--ht-color-gray-400);--ht-radio-checked-disabled-background-color:var(--ht-color-gray-350);--ht-radio-checked-disabled-icon-color:var(--ht-common-disabled);--ht-icon-button-border-radius:2px;--ht-icon-button-large-border-radius:2px;--ht-icon-button-large-padding:2px;--ht-icon-button-border-color:var(--ht-color-gray-350);--ht-icon-button-background-color:var(--ht-common-background-secondary);--ht-icon-button-icon-color:var(--ht-color-gray-400);--ht-icon-button-hover-border-color:var(--ht-color-gray-500);--ht-icon-button-hover-background-color:var(--ht-common-background-secondary);--ht-icon-button-hover-icon-color:var(--ht-color-gray-500);--ht-icon-button-active-border-color:var(--ht-color-gray-350);--ht-icon-button-active-background-color:var(--ht-common-background-secondary);--ht-icon-button-active-icon-color:var(--ht-color-gray-400);--ht-icon-button-active-hover-border-color:var(--ht-color-gray-500);--ht-icon-button-active-hover-background-color:var(--ht-common-background-secondary);--ht-icon-button-active-hover-icon-color:var(--ht-color-gray-500);--ht-collapse-button-border-radius:16px;--ht-collapse-button-open-border-color:var(--ht-color-gray-350);--ht-collapse-button-open-background-color:var(--ht-common-background);--ht-collapse-button-open-icon-color:var(--ht-color-gray-400);--ht-collapse-button-open-icon-active-color:var(--ht-color-gray-400);--ht-collapse-button-open-hover-border-color:var(--ht-color-gray-350);--ht-collapse-button-open-hover-background-color:var(--ht-common-background);--ht-collapse-button-open-hover-icon-color:var(--ht-color-gray-400);--ht-collapse-button-open-hover-icon-active-color:var(--ht-color-gray-400);--ht-collapse-button-close-border-color:var(--ht-color-gray-350);--ht-collapse-button-close-background-color:var(--ht-common-background-secondary);--ht-collapse-button-close-icon-color:var(--ht-color-gray-400);--ht-collapse-button-close-icon-active-color:var(--ht-color-gray-400);--ht-collapse-button-close-hover-border-color:var(--ht-color-gray-350);--ht-collapse-button-close-hover-background-color:var(--ht-common-background-secondary);--ht-collapse-button-close-hover-icon-color:var(--ht-color-gray-400);--ht-collapse-button-close-hover-icon-active-color:var(--ht-color-gray-400);--ht-button-border-radius:2px;--ht-button-horizontal-padding:8px;--ht-button-vertical-padding:2px;--ht-primary-button-border-color:var(--ht-color-transparent-0);--ht-primary-button-foreground-color:var(--ht-common-background);--ht-primary-button-background-color:var(--ht-common-accent);--ht-primary-button-disabled-border-color:var(--ht-color-transparent-0);--ht-primary-button-disabled-foreground-color:var(--ht-common-disabled);--ht-primary-button-disabled-background-color:var(--ht-color-gray-250);--ht-primary-button-hover-border-color:var(--ht-color-transparent-0);--ht-primary-button-hover-foreground-color:var(--ht-common-background);--ht-primary-button-hover-background-color:var(--ht-color-accent-500);--ht-primary-button-focus-border-color:var(--ht-common-background);--ht-primary-button-focus-foreground-color:var(--ht-common-background);--ht-primary-button-focus-background-color:var(--ht-common-accent);--ht-secondary-button-border-color:var(--ht-color-transparent-0);--ht-secondary-button-foreground-color:var(--ht-common-foreground);--ht-secondary-button-background-color:var(--ht-common-background);--ht-secondary-button-disabled-border-color:var(--ht-color-transparent-0);--ht-secondary-button-disabled-foreground-color:var(--ht-common-disabled);--ht-secondary-button-disabled-background-color:var(--ht-color-gray-250);--ht-secondary-button-hover-border-color:var(--ht-color-transparent-0);--ht-secondary-button-hover-foreground-color:var(--ht-common-foreground);--ht-secondary-button-hover-background-color:var(--ht-common-background-secondary);--ht-secondary-button-focus-border-color:var(--ht-color-transparent-0);--ht-secondary-button-focus-foreground-color:var(--ht-common-foreground);--ht-secondary-button-focus-background-color:var(--ht-common-background-secondary);--ht-comments-textarea-horizontal-padding:8px;--ht-comments-textarea-vertical-padding:2px;--ht-comments-textarea-border-width:1px;--ht-comments-textarea-border-color:var(--ht-common-border);--ht-comments-textarea-foreground-color:var(--ht-common-foreground);--ht-comments-textarea-background-color:var(--ht-common-background);--ht-comments-textarea-focus-border-width:1px;--ht-comments-textarea-focus-border-color:var(--ht-common-accent);--ht-comments-textarea-focus-foreground-color:var(--ht-common-foreground);--ht-comments-textarea-focus-background-color:var(--ht-common-background);--ht-comments-indicator-size:6px;--ht-comments-indicator-color:var(--ht-common-foreground);--ht-license-horizontal-padding:var(--ht-bar-horizontal-padding);--ht-license-vertical-padding:var(--ht-bar-vertical-padding);--ht-license-foreground-color:var(--ht-common-foreground);--ht-license-background-color:var(--ht-common-background-secondary);--ht-link-color:var(--ht-color-accent-500);--ht-link-hover-color:var(--ht-color-accent-500);--ht-input-border-width:1px;--ht-input-border-radius:var(--ht-checkbox-border-radius);--ht-input-horizontal-padding:8px;--ht-input-vertical-padding:2px;--ht-input-border-color:var(--ht-common-border);--ht-input-foreground-color:var(--ht-common-foreground);--ht-input-background-color:var(--ht-common-background-secondary);--ht-input-hover-border-color:var(--ht-common-border);--ht-input-hover-foreground-color:var(--ht-common-foreground);--ht-input-hover-background-color:var(--ht-common-background-secondary);--ht-input-disabled-border-color:var(--ht-common-border);--ht-input-disabled-foreground-color:var(--ht-common-disabled);--ht-input-disabled-background-color:var(--ht-color-gray-350);--ht-input-focus-border-color:var(--ht-common-accent);--ht-input-focus-foreground-color:var(--ht-common-foreground);--ht-input-focus-background-color:var(--ht-common-background-secondary);--ht-menu-border-width:1px;--ht-menu-border-radius:0;--ht-menu-horizontal-padding:0;--ht-menu-vertical-padding:2px;--ht-menu-item-horizontal-padding:8px;--ht-menu-item-vertical-padding:2px;--ht-menu-border-color:var(--ht-common-border);--ht-menu-shadow-x:var(--ht-shadow-x);--ht-menu-shadow-y:var(--ht-shadow-y);--ht-menu-shadow-blur:var(--ht-shadow-blur);--ht-menu-shadow-color:var(--ht-common-border);--ht-menu-item-hover-color:var(--ht-color-gray-800-4);--ht-menu-item-active-color:var(--ht-color-gray-800-8);--ht-dialog-semi-transparent-background-color:var(--ht-common-overlay);--ht-dialog-solid-background-color:var(--ht-common-background);--ht-dialog-content-padding-horizontal:8px;--ht-dialog-content-padding-vertical:8px;--ht-dialog-content-border-radius:8px;--ht-dialog-content-background-color:var(--ht-common-background-secondary);--ht-pagination-bar-foreground-color:var(--ht-common-foreground);--ht-pagination-bar-background-color:var(--ht-common-background-secondary);--ht-pagination-bar-horizontal-padding:var(--ht-bar-horizontal-padding);--ht-pagination-bar-vertical-padding:var(--ht-bar-vertical-padding)}.ht-theme-classic-dark{--ht-color-transparent-0:transparent;--ht-color-transparent-80:rgba(0,0,0,.8);--ht-color-gray-100:#0f0f10;--ht-color-gray-200:#222;--ht-color-gray-250:#313131;--ht-color-gray-300:#404040;--ht-color-gray-350:#5c5c5c;--ht-color-gray-400:#777;--ht-color-gray-500:#999;--ht-color-gray-800:#dcdcdc;--ht-color-gray-900:#fff;--ht-color-gray-800-40:hsla(0,0%,86%,.4);--ht-color-gray-800-8:hsla(0,0%,86%,.16);--ht-color-gray-800-4:hsla(0,0%,86%,.12);--ht-color-gray-800-25:hsla(0,0%,86%,.25);--ht-color-accent-300:#6985b9;--ht-color-accent-350:#8ec1ff;--ht-color-accent-400:#7aadff;--ht-color-accent-500:#6a9bff;--ht-color-accent-400-40:rgba(122,173,255,.4);--ht-color-notification-search:rgba(255,231,34,.3);--ht-color-notification-error:rgba(255,42,52,.3);--ht-color-notification-success:rgba(66,190,101,.3);--ht-color-notification-warning:rgba(241,194,28,.3);--ht-color-notification-informational:rgba(122,173,255,.3);--ht-common-background-secondary:var(--ht-color-gray-200);--ht-common-foreground:var(--ht-color-gray-800);--ht-common-foreground-secondary:var(--ht-color-gray-500);--ht-common-background:var(--ht-color-gray-100);--ht-common-border:var(--ht-color-gray-300);--ht-common-accent:var(--ht-color-accent-400);--ht-common-disabled:var(--ht-color-gray-400);--ht-common-read-only:var(--ht-color-gray-500);--ht-common-placeholder:var(--ht-color-gray-400);--ht-common-shadow:var(--ht-color-transparent-80);--ht-common-overlay:var(--ht-color-transparent-80)}@media (prefers-color-scheme:dark){.ht-theme-classic-dark-auto{--ht-color-transparent-0:transparent;--ht-color-transparent-80:rgba(0,0,0,.8);--ht-color-gray-100:#0f0f10;--ht-color-gray-200:#222;--ht-color-gray-250:#313131;--ht-color-gray-300:#404040;--ht-color-gray-350:#5c5c5c;--ht-color-gray-400:#777;--ht-color-gray-500:#999;--ht-color-gray-800:#dcdcdc;--ht-color-gray-900:#fff;--ht-color-gray-800-40:hsla(0,0%,86%,.4);--ht-color-gray-800-8:hsla(0,0%,86%,.16);--ht-color-gray-800-4:hsla(0,0%,86%,.12);--ht-color-gray-800-25:hsla(0,0%,86%,.25);--ht-color-accent-300:#6985b9;--ht-color-accent-350:#8ec1ff;--ht-color-accent-400:#7aadff;--ht-color-accent-500:#6a9bff;--ht-color-accent-400-40:rgba(122,173,255,.4);--ht-color-notification-search:rgba(255,231,34,.3);--ht-color-notification-error:rgba(255,42,52,.3);--ht-color-notification-success:rgba(66,190,101,.3);--ht-color-notification-warning:rgba(241,194,28,.3);--ht-color-notification-informational:rgba(122,173,255,.3);--ht-common-background-secondary:var(--ht-color-gray-200);--ht-common-foreground:var(--ht-color-gray-800);--ht-common-foreground-secondary:var(--ht-color-gray-500);--ht-common-background:var(--ht-color-gray-100);--ht-common-border:var(--ht-color-gray-300);--ht-common-accent:var(--ht-color-accent-400);--ht-common-disabled:var(--ht-color-gray-400);--ht-common-read-only:var(--ht-color-gray-500);--ht-common-placeholder:var(--ht-color-gray-400);--ht-common-shadow:var(--ht-color-transparent-80);--ht-common-overlay:var(--ht-color-transparent-80)}}[class*=ht-theme-classic] .htContextMenu table tbody tr td.htSubmenu .htItemWrapper:after,[class*=ht-theme-classic] .htDropdownMenu table tbody tr td.htSubmenu .htItemWrapper:after,[class*=ht-theme-classic] .htFiltersConditionsMenu table tbody tr td.htSubmenu .htItemWrapper:after,[class*=ht-theme-classic] .pika-single .pika-next{background-color:currentColor;height:var(--ht-icon-size);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M6.646 10.94 9.94 7.645 6.646 4.354'/%3E%3C/svg%3E");-webkit-mask-size:contain;width:var(--ht-icon-size)}[class*=ht-theme-classic] .pika-single .pika-prev{background-color:currentColor;height:var(--ht-icon-size);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M9.94 10.94 6.645 7.645 9.94 4.354'/%3E%3C/svg%3E");-webkit-mask-size:contain;width:var(--ht-icon-size)}[class*=ht-theme-classic] .ht-page-size-section__select-wrapper:after{background-color:currentColor;height:var(--ht-icon-size);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M11.586 6 8.293 9.293 5 6' opacity='.6'/%3E%3C/svg%3E");-webkit-mask-size:contain;width:var(--ht-icon-size)}[class*=ht-theme-classic] .changeType:before,[class*=ht-theme-classic] .htAutocompleteArrow:after,[class*=ht-theme-classic] .htUISelectCaption:after{background-color:currentColor;height:var(--ht-icon-size);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='currentColor' d='M11 6.667a.5.5 0 0 1 .392.811l-.038.042-3 3a.5.5 0 0 1-.66.042l-.047-.042-3-3-.042-.047-.027-.038-.027-.048-.008-.018-.014-.034-.016-.054-.005-.026-.005-.03-.002-.029v-.059l.003-.029.004-.03.005-.026.016-.054.014-.033.035-.066.032-.045.037-.04.047-.042.038-.027.048-.027.018-.009.034-.013.054-.016.026-.005.03-.005.029-.002z'/%3E%3C/svg%3E");-webkit-mask-size:contain;width:var(--ht-icon-size)}[class*=ht-theme-classic] .columnSorting.sortAction.ascending:before{background-color:currentColor;height:var(--ht-icon-size);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M8 12.667V3.333m0 0L5.333 6M8 3.333 10.667 6'/%3E%3C/svg%3E");-webkit-mask-size:contain;width:var(--ht-icon-size)}[class*=ht-theme-classic] .columnSorting.sortAction.descending:before{background-color:currentColor;height:var(--ht-icon-size);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M8 3.333v9.334m0 0L10.667 10M8 12.667 5.333 10'/%3E%3C/svg%3E");-webkit-mask-size:contain;width:var(--ht-icon-size)}[class*=ht-theme-classic] .ht-page-navigation-section .ht-page-first:before{background-color:currentColor;height:var(--ht-icon-size);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m11.071 4.642-3.35 3.35 3.35 3.35M4.93 4.084v7.258'/%3E%3C/svg%3E");-webkit-mask-size:contain;width:var(--ht-icon-size)}[class*=ht-theme-classic] [dir=rtl] .ht-page-navigation-section .ht-page-first:before{background-color:currentColor;height:var(--ht-icon-size);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m4.93 4.642 3.35 3.35-3.35 3.35m6.141-7.258v7.258'/%3E%3C/svg%3E");-webkit-mask-size:contain;width:var(--ht-icon-size)}[class*=ht-theme-classic] .ht-page-navigation-section .ht-page-prev:before{background-color:currentColor;height:var(--ht-icon-size);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M9.94 10.94 6.645 7.645 9.94 4.354'/%3E%3C/svg%3E");-webkit-mask-size:contain;width:var(--ht-icon-size)}[class*=ht-theme-classic] .ht-page-navigation-section .ht-page-next:before,[class*=ht-theme-classic] [dir=rtl] .ht-page-navigation-section .ht-page-prev:before{background-color:currentColor;height:var(--ht-icon-size);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M6.646 10.94 9.94 7.645 6.646 4.354'/%3E%3C/svg%3E");-webkit-mask-size:contain;width:var(--ht-icon-size)}[class*=ht-theme-classic] [dir=rtl] .ht-page-navigation-section .ht-page-next:before{background-color:currentColor;height:var(--ht-icon-size);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M9.94 10.94 6.645 7.645 9.94 4.354'/%3E%3C/svg%3E");-webkit-mask-size:contain;width:var(--ht-icon-size)}[class*=ht-theme-classic] .ht-page-navigation-section .ht-page-last:before{background-color:currentColor;height:var(--ht-icon-size);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m4.93 4.642 3.35 3.35-3.35 3.35m6.141-7.258v7.258'/%3E%3C/svg%3E");-webkit-mask-size:contain;width:var(--ht-icon-size)}[class*=ht-theme-classic] [dir=rtl] .ht-page-navigation-section .ht-page-last:before{background-color:currentColor;height:var(--ht-icon-size);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m11.071 4.642-3.35 3.35 3.35 3.35M4.93 4.084v7.258'/%3E%3C/svg%3E");-webkit-mask-size:contain;width:var(--ht-icon-size)}[class*=ht-theme-classic] .htContextMenu table tbody tr td .htItemWrapper span.selected:after,[class*=ht-theme-classic] .htDropdownMenu table tbody tr td .htItemWrapper span.selected:after,[class*=ht-theme-classic] .htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected:after{background-color:currentColor;height:var(--ht-icon-size);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m3.333 8 3.334 3.333 6.666-6.666'/%3E%3C/svg%3E");-webkit-mask-size:contain;width:var(--ht-icon-size)}[class*=ht-theme-classic] .htCheckboxRendererInput{appearance:none}[class*=ht-theme-classic] .htCheckboxRendererInput:after{background-color:currentColor;height:var(--ht-icon-size);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='m5 8 2 2 4-4'/%3E%3C/svg%3E");-webkit-mask-size:contain;width:var(--ht-icon-size)}[class*=ht-theme-classic] th.beforeHiddenColumn:after{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='currentColor' d='m6.085 1.358.03-.003h.061l.03.003.032.004.027.006.056.016.035.014.069.037.047.034.042.038.043.049.028.04.028.05.01.018.013.035.017.057.005.027.005.031.003.03v6.28a.521.521 0 0 1-.845.409l-.043-.04-3.125-3.125a.52.52 0 0 1-.044-.687l.044-.05 3.125-3.124.048-.044.04-.028.05-.028.02-.009.034-.014.056-.016.028-.006z'/%3E%3C/svg%3E")}[class*=ht-theme-classic] th.afterHiddenColumn:before,[class*=ht-theme-classic] th.beforeHiddenColumn:after{background-color:currentColor;height:var(--ht-icon-size);-webkit-mask-size:contain;width:var(--ht-icon-size)}[class*=ht-theme-classic] th.afterHiddenColumn:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath fill='currentColor' d='M3.333 1.875c0-.444.514-.676.846-.408l.043.04 3.125 3.125a.52.52 0 0 1 .044.687l-.044.05-3.125 3.124-.049.043-.04.029-.05.028-.018.009-.035.014-.057.016-.027.005-.031.006-.03.002h-.062l-.03-.003-.031-.005-.027-.005-.056-.016-.035-.014-.069-.037-.047-.034-.042-.038-.043-.049-.028-.04-.029-.05-.008-.019-.014-.034-.017-.057-.005-.027-.006-.032-.002-.03z'/%3E%3C/svg%3E")}[class*=ht-theme-classic] th.beforeHiddenRow:after{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='none'%3E%3Cpath fill='currentColor' d='M3.764 2.431a.333.333 0 0 1 .44-.028l.032.028 2 2 .027.031.018.026.018.032.006.012.009.022.01.036.004.018.003.02.002.019v.04l-.002.019-.003.02-.003.017-.011.036-.01.022-.022.044-.022.03-.024.027-.032.028-.025.018-.032.018-.012.006-.023.009-.036.01-.017.004-.02.003-.02.001L6 5H2a.334.334 0 0 1-.26-.541l.025-.028z'/%3E%3C/svg%3E")}[class*=ht-theme-classic] th.afterHiddenRow:before,[class*=ht-theme-classic] th.beforeHiddenRow:after{background-color:currentColor;height:var(--ht-icon-size);-webkit-mask-size:contain;width:var(--ht-icon-size)}[class*=ht-theme-classic] th.afterHiddenRow:before{-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='none'%3E%3Cpath fill='currentColor' d='M6 3c.284 0 .432.329.26.541l-.024.028-2 2a.333.333 0 0 1-.44.028l-.032-.028-2-2-.027-.031-.018-.026L1.7 3.48l-.006-.012-.01-.022-.01-.036-.003-.018-.003-.02-.002-.019v-.04l.002-.019.003-.02.003-.017.01-.036.01-.022.023-.044.022-.03.024-.027.032-.028.025-.018.032-.018.012-.006.023-.009.036-.01.017-.004.02-.003.02-.001z'/%3E%3C/svg%3E")}[class*=ht-theme-classic] .collapsibleIndicator:before,[class*=ht-theme-classic] .ht_nestingButton:before{background-color:currentColor;height:var(--ht-icon-size);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' d='M4.333 8h7.334'/%3E%3C/svg%3E");-webkit-mask-size:contain;width:var(--ht-icon-size)}[class*=ht-theme-classic] .collapsibleIndicator.collapsed:before,[class*=ht-theme-classic] .collapsibleIndicator.ht_nestingExpand:before,[class*=ht-theme-classic] .ht_nestingButton.collapsed:before,[class*=ht-theme-classic] .ht_nestingButton.ht_nestingExpand:before{background-color:currentColor;height:var(--ht-icon-size);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M7.5 11.667a.5.5 0 0 0 1 0V8.5h3.167a.5.5 0 0 0 0-1H8.5V4.333a.5.5 0 0 0-1 0V7.5H4.333a.5.5 0 0 0 0 1H7.5z' clip-rule='evenodd'/%3E%3C/svg%3E");-webkit-mask-size:contain;width:var(--ht-icon-size)}[class*=ht-theme-classic] .htUIRadio>input[type=radio]:after{background-color:currentColor;height:var(--ht-icon-size);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Ccircle cx='8' cy='8' r='4' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask-size:contain;width:var(--ht-icon-size)}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;display:flex;max-width:100%;max-height:100%;z-index:1000}.cdk-overlay-backdrop{position:absolute;inset:0;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);opacity:0;touch-action:manipulation;z-index:1000;transition:opacity .4s cubic-bezier(.25,.8,.25,1)}@media (prefers-reduced-motion){.cdk-overlay-backdrop{transition-duration:1ms}}.cdk-overlay-backdrop-showing{opacity:1}@media (forced-colors: active){.cdk-overlay-backdrop-showing{opacity:.6}}.cdk-overlay-dark-backdrop{background:#00000052}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing,.cdk-high-contrast-active .cdk-overlay-transparent-backdrop{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;display:flex;flex-direction:column;min-width:1px;min-height:1px;z-index:1000}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"\2022"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"\2611"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"\2610"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}:root{--sidebar-width: 320px;--sidebar-width-collapse: 50px}:root{--action-bar-height: 4rem;--action-bar-item-height: 4rem}:root{--data-grid-margin-bottom: 1rem;--paginator-height: 3rem}:root{color-scheme:light;--link-color: #879baa;--link-hover-color: #0f8287;--link-selected-color: #0f8287;--button-border-radius: 0px;--sidebar-nav-background-color: #000028;--sidebar-nav-highlight-color: #239196;--toolbar-footer-background-color: #cdd9e1;--stone-slate-gray: #788791;--h-sub-font-weight: 500;--danger-color: #ff4b2b;--warning-color: #f58c14;--dark-color: #2d373c;--light-color: #ffffff;--body-text-color: #2d373c;--font-family: "Siemens Sans Pro VF", Arial, Helvetica, sans-serif;--table-border-color: #e6e8f2;--b-font-weight: 600;--table-row-selected-color: #005f87;--table-row-selected-color-contast: #ffffff;--color-snow: #ffffff;--color-stone-dark: #3c464b;--color-stone-light: #879baa;--color-stone-light-lighter: #e0e5e9;--color-teal-dark: #00646e;--color-teal-light: #41aaaa;--color-red-light: #af235f;--color-green-light: #aab414;--color-stone-mystic: #dfe6ed;--color-stone-geyser: #cdd9e1;--color-stone-slate-gray: #788791;--color-stone-outer-space: #2d373c;--color-stone-aztec: #0a1419;--color-teal-keppel: #41aaaa;--color-blue-eastern: #2387aa;--primary01: #009999;--primary02: #00ffb9;--primary03: #000028;--primary04: #ffffff;--primary05: #00e6dc;--primary06: #012345;--primary07: #0cc;--primary08: #0cc3;--primary09: #001337;--primary10: #1b4268;--primary11: #000000;--primary12: #01ffba;--primary13: #01fcbe;--primary14: #01ffbb;--primary15: #01e8da;--primary01Contrast: #ffffff;--primary01Lighten: #dbffff;--secondary01: #f0f0f0;--secondary02: #f3f3f0;--secondary03: #c5c5b8;--background01: #ffffff;--background02: #fbfbfb;--background03: #f0f0f0;--hoverPrimary01: #196269;--hoverPrimary02: #03d59b;--hoverPrimary03: #11204a;--hoverPrimary04: #ebebeb;--hoverPrimary05: #00557c;--hoverPrimary06: #484848;--textPrimary01: var(--primary04);--textPrimary02: var(--primary03);--textPrimary03: var(--primary04);--textPrimary04: var(--primary03);--disabled: #d6d6d6;--green: #5ab483;--red: #e85a63;--error: #ba314a;--success: #3a9079;--warning: #edbf69;--hoverError: #9f2b41;--hoverSuccess: #307462;--hoverWarning: #c9a258;--chart01: #00557c;--chart02: #33838b;--chart03: #6699b0;--chart04: #99bbca;--chart10: #484848;--chart11: #7f7f7f;--chart12: #989898;--chart13: #b2b2b2;--chart14: #cccccc;--chart21: #ba314b;--chart22: #c75a6f;--chart23: #d58393;--chart24: #e3acb7;--chart31: #3a9079;--chart32: #61a693;--chart33: #88bcae;--chart34: #b0d2c9;--chart41: #edbf69;--chart42: #f0cb87;--chart43: #f4d8a5;--chart44: #f8e5c3;--borderRadius: 0px;--headline: 100px;--headline-color: var(--primary05);--progress-bar-height: 5px;--zindex-dropdown: 1000;--logo-image-width: 165px;--logo-image-height: 26px;--logo-image-margin-top: 0px;--logo-image-margin-right: 0px;--logo-image-margin-bottom: 0px;--logo-image-margin-left: 30px;--button-border-width: 2px;--link-decoration: none;--link-hover-decoration: none;--chat-icon-right-offset: var(--chat-icon-right-offset-closed);--chat-icon-right-offset-closed: 15px;--chat-icon-right-offset-opened: 21rem}:root.dark,:root.light .inverted{color-scheme:dark;--background-theme-color-1: #000028;--background-theme-color-2: #23233c;--background-theme-color-3: #37374d;--background-theme-color-4: #464659;--background-theme-color-5: #565667;--background-theme-color-6: #666675;--background-theme-color-7: #777784;--border-focus-border-color: #199fff;--border-theme-color-soft-bdr: #5d5d73;--border-theme-color-std-bdr: #5d5d73;--border-theme-color-weak-bdr: #232344;--border-theme-color-xweak-bdr: #2e2e4d;--components-date-current-bg-hover: #66ffd5;--components-date-range-current-bg: #008c78;--components-date-range-current-bg-active: #089185;--components-date-range-current-bg-hover: #00a686;--components-date-selected-bg: #007369;--components-date-selected-bg-active: #089286;--components-date-selected-bg-focused: #015d55;--components-theme-color-component-1: #1f1f3e;--components-theme-color-component-1-active: #2c2c44;--components-theme-color-component-1-hover: #37374e;--components-theme-color-component-1-selected: #001f39;--components-theme-color-component-1-selected-active: #193146;--components-theme-color-component-1-selected-hover: #173849;--components-theme-color-component-2: #262648;--components-theme-color-component-3: #4c4c68;--components-theme-color-component-4: #737389;--components-theme-color-component-5: #9999a9;--components-theme-color-component-6: #ffffff;--components-theme-color-dynamic: #00ffb9;--components-theme-color-ghost-active: #101031;--components-theme-color-ghost-hover: #1d1d40;--components-theme-color-ghost-selected: #181838;--components-theme-color-ghost-selected-active: #101031;--components-theme-color-ghost-selected-hover: #101031;--components-theme-color-primary: #00cccc;--components-theme-color-primary-active: #00e5aa;--components-theme-color-primary-contrast: #000028;--components-theme-color-primary-disabled: #737389;--components-theme-color-primary-disabled-light: #2e2e4f;--components-theme-color-primary-hover: #00ffb9;--components-theme-color-primary-visited: #00a3ab;--components-theme-color-secondary: #001f39;--components-theme-color-secondary-hover: #001f39;--components-theme-color-tertiary-activ: #00ffb9;--data-theme-color-blue: #6895f6;--data-theme-color-darkgreen: #1daa89;--data-theme-color-darkpetrol: #00ffb9;--data-theme-color-deepblue: #7d8099;--data-theme-color-deeporange: #ff9000;--data-theme-color-deepplum: #ff98c4;--data-theme-color-deeppurple: #bfb0f3;--data-theme-color-green: #01d65a;--data-theme-color-interactivecoral: #ccf5f5;--data-theme-color-orange: #be5925;--data-theme-color-orchid: #b95cc9;--data-theme-color-petrol: #00c1b6;--data-theme-color-plum: #e5659b;--data-theme-color-purple: #805cff;--data-theme-color-red: #ff2640;--data-theme-color-royalblue: #97c7ff;--data-theme-color-sand: #aaaa96;--data-theme-color-yellow: #ffd732;--overlay-theme-color-lightbox: #23233c;--overlay-theme-color-overlay: #f3f3f0;--shadow-theme-color-shadow-1: #000010;--shadow-theme-color-shadow-2: #000010;--shadow-theme-color-shadow-3: #000000;--shadow-theme-color-shadow-4: #000000;--status-theme-color-info-contrast: #000028;--status-theme-color-autofill: #062c63;--status-theme-color-danger: #ff2640;--status-theme-color-danger-10: #19042a;--status-theme-color-danger-40: #660f32;--status-theme-color-danger-active: #ff1431;--status-theme-color-danger-contrast: #ffffff;--status-theme-color-danger-hover: #ff4259;--status-theme-color-danger-text: #ff7687;--status-theme-color-info: #00bedc;--status-theme-color-info-40: #004c70;--status-theme-color-info-active: #00b5d1;--status-theme-color-info-hover: #00cff0;--status-theme-color-neutral: #b9b9b6;--status-theme-color-neutral-40: #4a4a61;--status-theme-color-neutral-active: #afafac;--status-theme-color-neutral-contrast: #000028;--status-theme-color-neutral-hover: #5b5b71;--status-theme-color-success: #01d65a;--status-theme-color-success-40: #00563c;--status-theme-color-success-active: #01c151;--status-theme-color-success-hover: #01ea62;--status-theme-color-warning: #ff9000;--status-theme-color-warning-10: #190e24;--status-theme-color-warning-40: #663a18;--status-theme-color-warning-active: #f08700;--status-theme-color-warning-hover: #ff9b1a;--text-theme-color-alarm-text: #ff7687;--text-theme-color-contrast-text: #ffffff;--text-theme-color-hyperlink: #00cccc;--text-theme-color-hyperlink-active: #00f2b0;--text-theme-color-hyperlink-hover: #00ffb9;--text-theme-color-inv-contrast-text: #000028;--text-theme-color-inv-soft-text: #000028;--text-theme-color-inv-std-text: #000028;--text-theme-color-inv-weak-text: #000028;--text-theme-color-soft-text: #9999a9;--text-theme-color-std-text: #ffffff;--text-theme-color-weak-text: #737389;--actions-buttons-buttons-primary-bg-active: var(--components-theme-color-primary-active);--actions-buttons-buttons-primary-bg-default: var(--components-theme-color-primary);--actions-buttons-buttons-primary-bg-disabled: var(--components-theme-color-primary-disabled);--actions-buttons-buttons-primary-bg-hover: var(--components-theme-color-primary-hover);--actions-buttons-buttons-primary-stroke-fokused: var(--border-focus-border-color);--actions-buttons-buttons-secondary-bg-active: var(--components-theme-color-secondary-hover);--actions-buttons-buttons-secondary-bg-default: var(--background-theme-color-1);--actions-buttons-buttons-secondary-bg-disabled: var(--background-theme-color-1);--actions-buttons-buttons-secondary-bg-focused: var(--border-focus-border-color);--actions-buttons-buttons-secondary-bg-hover: var(--components-theme-color-secondary-hover);--actions-buttons-buttons-secondary-stroke-active: var(--components-theme-color-primary-active);--actions-buttons-buttons-secondary-stroke-default: var(--components-theme-color-primary);--actions-buttons-buttons-secondary-stroke-disabled: var(--components-theme-color-primary-disabled);--actions-buttons-buttons-secondary-stroke-hover: var(--components-theme-color-dynamic);--actions-buttons-buttons-tertiary-active: var(--components-theme-color-primary-active);--actions-buttons-buttons-tertiary-bg-default: var(--components-theme-color-primary);--actions-buttons-buttons-tertiary-icon-default: var(--text-theme-color-std-text);--actions-buttons-state-buttons-danger-active: var(--status-theme-color-danger-active);--actions-buttons-state-buttons-danger-default: var(--status-theme-color-danger);--actions-buttons-state-buttons-danger-disabled: var(--status-theme-color-danger-40);--actions-buttons-state-buttons-danger-hover: var(--status-theme-color-danger-hover);--actions-buttons-state-buttons-success-active: var(--status-theme-color-success-active);--actions-buttons-state-buttons-success-default: var(--status-theme-color-success);--actions-buttons-state-buttons-success-disabeld: var(--status-theme-color-success-40);--actions-buttons-state-buttons-success-hover: var(--status-theme-color-success-hover);--actions-buttons-state-buttons-warning-active: var(--status-theme-color-warning-active);--actions-buttons-state-buttons-warning-default: var(--status-theme-color-warning);--actions-buttons-state-buttons-warning-disabled: var(--status-theme-color-warning-40);--actions-buttons-state-buttons-warning-hover: var(--status-theme-color-warning-hover);--base-icons-icon-color: var(--text-theme-color-std-text);--content-date-picker-current-bg-hover: var(--components-date-current-bg-hover);--content-date-picker-range-current-bg: var(--components-date-range-current-bg);--content-date-picker-range-current-bg-active: var(--components-date-range-current-bg-active);--content-date-picker-range-current-bg-hover: var(--components-date-range-current-bg-hover);--content-pills-blue-filled-bg-default: var(--status-theme-color-info);--content-pills-blue-stroke-bg-default: var(--status-theme-color-info);--content-pills-green-filled-bg-default: var(--status-theme-color-success);--content-pills-green-stroke-bg-default: var(--status-theme-color-success);--content-pills-grey-filled-bg-default: var(--status-theme-color-neutral);--content-pills-grey-stroke-bg-default: var(--status-theme-color-neutral);--content-pills-orange-filled-bg-default: var(--status-theme-color-warning);--content-pills-orange-stroke-bg-default: var(--status-theme-color-warning);--content-pills-red-filled-bg-default: var(--status-theme-color-danger);--content-pills-red-stroke-bg-default: var(--status-theme-color-danger);--content-pills-standard-filled-bg-default: #ffffff;--content-pills-standard-stroke-bg-default: #ffffff;--content-scrollbar-activ-default: var(--components-theme-color-component-3);--content-scrollbar-activ-hover: var(--components-theme-color-component-6);--content-scrollbar-inactiv-default: var(--components-theme-color-component-2);--content-scrollbar-inactiv-hover: var(--components-theme-color-component-2);--content-tags-filter-fill-hover: var(--components-theme-color-secondary-hover);--content-tags-filter-icon-active: var(--components-theme-color-primary-active);--content-tags-filter-icon-default: var(--components-theme-color-primary);--content-tags-filter-icon-hover: var(--components-theme-color-primary-hover);--content-tags-filter-stroke-active: var(--components-theme-color-primary-active);--content-tags-filter-stroke-default: var(--components-theme-color-primary);--content-tags-filter-stroke-focused: var(--border-focus-border-color);--content-tags-filter-stroke-hover: var(--components-theme-color-primary-hover);--content-tags-filter-text-active: var(--components-theme-color-primary-active);--content-tags-filter-text-default: var(--components-theme-color-primary);--content-tags-filter-text-hover: var(--components-theme-color-primary-hover);--content-tags-related-fill-hover: var(--components-theme-color-secondary-hover);--content-tags-related-stroke-active: var(--components-theme-color-primary-active);--content-tags-related-stroke-default: var(--components-theme-color-primary);--content-tags-related-stroke-focused: var(--border-focus-border-color);--content-tags-related-stroke-hover: var(--components-theme-color-primary-hover);--content-tags-related-text-active: var(--components-theme-color-primary-active);--content-tags-related-text-default: var(--components-theme-color-primary);--content-tags-related-text-hover: var(--components-theme-color-primary-hover);--feedback-alert-number-bg-danger: var(--status-theme-color-danger);--feedback-alert-number-bg-default: var(--status-theme-color-neutral);--feedback-alert-number-text: var(--text-theme-color-std-text);--feedback-sentiments-negative: var(--status-theme-color-danger-40);--feedback-sentiments-neutral: var(--status-theme-color-neutral-40);--feedback-sentiments-positive: var(--status-theme-color-success-40);--feedback-sentiments-very-negative: var(--status-theme-color-danger);--feedback-sentiments-very-positive: var(--status-theme-color-success);--feedback-toast-messages-background: var(--background-theme-color-2);--feedback-toast-messages-icon-error: var(--status-theme-color-danger);--feedback-toast-messages-icon-neutral: var(--status-theme-color-neutral);--feedback-toast-messages-icon-success: var(--status-theme-color-success);--feedback-toast-messages-icon-warning: var(--status-theme-color-warning);--feedback-toast-messages-text: var(--text-theme-color-std-text);--feedback-toast-messages-timer-aktiv: var(--components-theme-color-primary-active);--feedback-toast-messages-timer-inactiv: var(--feedback-sentiments-neutral);--forms-input-fields-input-field-active-fill: var(--components-theme-color-secondary-hover);--forms-input-fields-input-field-disabled-fill: var(--components-theme-color-primary-disabled-light);--forms-input-fields-input-field-disabled-stroke: var(--components-theme-color-primary-disabled);--forms-input-fields-input-field-enabled-fill: #00183b;--forms-input-fields-input-field-enabled-stroke: var(--border-theme-color-std-bdr);--forms-input-fields-input-field-error-fill: var(--status-theme-color-danger-10);--forms-input-fields-input-field-error-stroke: var(--status-theme-color-danger);--forms-input-fields-input-field-filled-fill: #00183b;--forms-input-fields-input-field-filled-stroke: var(--border-theme-color-std-bdr);--forms-input-fields-input-field-hover-fill: var(--components-theme-color-secondary-hover);--forms-input-fields-input-field-hover-stroke: var(--components-theme-color-primary-hover);--forms-input-fields-input-field-read-only-fill: var(--components-theme-color-primary-contrast);--forms-input-fields-input-field-read-only-stroke: var(--border-theme-color-xweak-bdr);--left-bar-background-leftbar-bg: var(--background-theme-color-2);--left-bar-items-colors-leftbar-item-bg-default: var(--background-theme-color-2);--left-bar-items-colors-leftbar-item-bg-focused: var(--background-theme-color-2);--left-bar-items-colors-leftbar-item-bg-hover: var(--background-theme-color-3);--left-bar-items-colors-leftbar-item-bg-selected: var(--background-theme-color-1);--left-bar-items-colors-leftbar-stroke-fokused: var(--border-focus-border-color);--left-bar-items-colors-leftbar-stroke-selected: var(--components-theme-color-dynamic);--left-bar-text-leftbar-text: var(--text-theme-color-std-text);--left-bar-text-leftbar-title: var(--components-theme-color-component-6);--sidebar-mega-menu-color: rgba(35, 35, 60, .9);--skeleton-loading-bg: var(--background-theme-color-2);--overlay-theme-color-shadow: rgba(230, 230, 234, .1);--sentiment-very-negative: #ff2640;--sentiment-negative: #991736;--sentiment-neutral: #9999a9;--sentiment-positive: #018046;--sentiment-very-positive: #01d65a}:root.light,:root.dark .inverted{color-scheme:light;--background-theme-color-1: #ffffff;--background-theme-color-2: #f3f3f0;--background-theme-color-3: #e8e8e3;--background-theme-color-4: #dfdfd9;--background-theme-color-5: #d7d7d0;--background-theme-color-6: #c6c6c6;--background-theme-color-7: #c8c8c2;--border-focus-border-color: #277cb8;--border-theme-color-border: #000028;--border-theme-color-soft-bdr: #ccccd4;--border-theme-color-std-bdr: #ccccd4;--border-theme-color-weak-bdr: #d9d9df;--border-theme-color-xweak-bdr: #ccccd4;--components-date-current-bg-hover: #005159;--components-date-range-current-bg: #427e84;--components-date-range-current-bg-active: #5c9095;--components-date-range-current-bg-hover: #296d74;--components-date-selected-bg: #196269;--components-date-selected-bg-active: #33747a;--components-date-selected-bg-focused: #196269;--components-theme-color-component-1: #f2f2ef;--components-theme-color-component-1-active: #dadad6;--components-theme-color-component-1-hover: #e8e8e3;--components-theme-color-component-1-selected: #ccfff1;--components-theme-color-component-1-selected-active: #c7eade;--components-theme-color-component-1-selected-hover: #cef2e3;--components-theme-color-component-2: #e6e6ea;--components-theme-color-component-3: #ccccd4;--components-theme-color-component-4: #b3b3bf;--components-theme-color-component-5: #8c8c9e;--components-theme-color-component-6: #66667e;--components-theme-color-dynamic: #005159;--components-theme-color-ghost-active: #eeeeea;--components-theme-color-ghost-hover: #f5f5f3;--components-theme-color-ghost-selected: #f5f5f3;--components-theme-color-ghost-selected-active: #eeeeea;--components-theme-color-ghost-selected-hover: #eeeeea;--components-theme-color-primary: #007993;--components-theme-color-primary-active: #196269;--components-theme-color-primary-disabled: #b3b3be;--components-theme-color-primary-disabled-light: #e1e1e5;--components-theme-color-primary-hover: #005159;--components-theme-color-primary-visited: #296d74;--components-theme-color-secondary: #d1fff2;--components-theme-color-secondary-hover: #d1fff2;--components-theme-color-tertiary-activ: #005159;--data-theme-color-blue: #3664c6;--data-theme-color-darkgreen: #005159;--data-theme-color-darkpetrol: #1a747d;--data-theme-color-deepblue: #4c4c68;--data-theme-color-deeporange: #801000;--data-theme-color-deepplum: #4f153d;--data-theme-color-deeppurple: #553ba3;--data-theme-color-green: #00890e;--data-theme-color-interactivecoral: #002949;--data-theme-color-orange: #be5925;--data-theme-color-orchid: #740089;--data-theme-color-petrol: #009999;--data-theme-color-plum: #c04774;--data-theme-color-purple: #7353e5;--data-theme-color-red: #d72339;--data-theme-color-royalblue: #00237a;--data-theme-color-sand: #757563;--data-theme-color-yellow: #805700;--overlay-theme-color-lightbox: #f3f3f0;--overlay-theme-color-overlay: #23233c;--shadow-theme-color-shadow-1: #e6e6ea;--shadow-theme-color-shadow-2: #e6e6ea;--shadow-theme-color-shadow-3: #e6e6ea;--shadow-theme-color-shadow-4: #ccccd4;--status-theme-color-autofill: #d0e9fb;--status-theme-color-danger: #d72339;--status-theme-color-danger-10: #fbe9eb;--status-theme-color-danger-40: #efa7b0;--status-theme-color-danger-active: #b41d30;--status-theme-color-danger-contrast: #ffffff;--status-theme-color-danger-hover: #c11f33;--status-theme-color-danger-text: #b81e31;--status-theme-color-info: #007eb1;--status-theme-color-info-40: #99cbe0;--status-theme-color-info-active: #006994;--status-theme-color-info-contrast: #ffffff;--status-theme-color-info-hover: #00719e;--status-theme-color-neutral: #66667e;--status-theme-color-neutral-40: #c2c2cb;--status-theme-color-neutral-active: #5b5b71;--status-theme-color-neutral-contrast: #ffffff;--status-theme-color-neutral-hover: #5b5b71;--status-theme-color-success: #01893a;--status-theme-color-success-40: #99d0b0;--status-theme-color-success-active: #00692a;--status-theme-color-success-contrast: #ffffff;--status-theme-color-success-hover: #017a33;--status-theme-color-warning: #e96401;--status-theme-color-warning-10: #fdf0e6;--status-theme-color-warning-40: #f6c199;--status-theme-color-warning-active: #bc5101;--status-theme-color-warning-hover: #c55401;--text-theme-color-contrast-text: #000000;--text-theme-color-danger-text: #b81e31;--text-theme-color-hyperlink: #007993;--text-theme-color-hyperlink-active: #00464d;--text-theme-color-hyperlink-hover: #005159;--text-theme-color-inv-contrast-text: #ffffff;--text-theme-color-inv-soft-text: #ffffff;--text-theme-color-inv-std-text: #ffffff;--text-theme-color-inv-weak-text: #ffffff;--text-theme-color-soft-text: #66667e;--text-theme-color-std-text: #000028;--text-theme-color-weak-text: #b3b3bf;--effects-top-shadow-blur: .25rem;--effects-top-shadow-y: .25rem;--effects-bottom-shadow-y: 1rem;--effects-bottom-shadow-blur: 2rem;--actions-buttons-buttons-primary-bg-active: var(--components-theme-color-primary-active);--actions-buttons-buttons-primary-bg-default: var(--components-theme-color-primary);--actions-buttons-buttons-primary-bg-disabled: var(--components-theme-color-primary-disabled);--actions-buttons-buttons-primary-bg-hover: var(--components-theme-color-primary-hover);--actions-buttons-buttons-primary-stroke-fokused: var(--border-focus-border-color);--actions-buttons-buttons-secondary-bg-active: var(--components-theme-color-secondary-hover);--actions-buttons-buttons-secondary-bg-default: var(--background-theme-color-1);--actions-buttons-buttons-secondary-bg-disabled: var(--background-theme-color-1);--actions-buttons-buttons-secondary-bg-focused: var(--border-focus-border-color);--actions-buttons-buttons-secondary-bg-hover: var(--components-theme-color-secondary-hover);--actions-buttons-buttons-secondary-stroke-active: var(--actions-buttons-buttons-primary-bg-active);--actions-buttons-buttons-secondary-stroke-default: var(--components-theme-color-primary);--actions-buttons-buttons-secondary-stroke-disabled: var(--components-theme-color-primary-disabled);--actions-buttons-buttons-secondary-stroke-hover: var(--components-theme-color-dynamic);--actions-buttons-buttons-tertiary-active: var(--actions-buttons-buttons-primary-bg-active);--actions-buttons-buttons-tertiary-bg-default: var(--components-theme-color-primary);--actions-buttons-buttons-tertiary-icon-default: var(--text-theme-color-std-text);--actions-buttons-state-buttons-danger-active: var(--status-theme-color-danger-active);--actions-buttons-state-buttons-danger-default: var(--status-theme-color-danger);--actions-buttons-state-buttons-danger-disabled: var(--status-theme-color-danger-40);--actions-buttons-state-buttons-danger-hover: var(--status-theme-color-danger-hover);--actions-buttons-state-buttons-success-active: var(--status-theme-color-success-active);--actions-buttons-state-buttons-success-default: var(--status-theme-color-success);--actions-buttons-state-buttons-success-disabeld: var(--status-theme-color-success-40);--actions-buttons-state-buttons-success-hover: var(--status-theme-color-success-hover);--actions-buttons-state-buttons-warning-active: var(--status-theme-color-warning-active);--actions-buttons-state-buttons-warning-default: var(--status-theme-color-warning);--actions-buttons-state-buttons-warning-disabled: var(--status-theme-color-warning-40);--actions-buttons-state-buttons-warning-hover: var(--status-theme-color-warning-hover);--base-icons-icon-color: var(--text-theme-color-std-text);--content-date-picker-current-bg-hover: var(--components-date-current-bg-hover);--content-date-picker-range-current-bg: var(--components-date-range-current-bg);--content-date-picker-range-current-bg-active: var(--components-date-range-current-bg-active);--content-date-picker-range-current-bg-hover: var(--components-date-range-current-bg-hover);--content-pills-blue-filled-bg-default: var(--status-theme-color-info);--content-pills-blue-stroke-bg-default: var(--status-theme-color-info);--content-pills-green-filled-bg-default: var(--status-theme-color-success);--content-pills-green-stroke-bg-default: var(--status-theme-color-success);--content-pills-grey-filled-bg-default: var(--status-theme-color-neutral);--content-pills-grey-stroke-bg-default: var(--status-theme-color-neutral);--content-pills-orange-filled-bg-default: var(--status-theme-color-warning);--content-pills-orange-stroke-bg-default: var(--status-theme-color-warning);--content-pills-red-filled-bg-default: var(--status-theme-color-danger-text);--content-pills-red-stroke-bg-default: var(--status-theme-color-danger-text);--content-pills-standard-filled-bg-default: #000028;--content-pills-standard-stroke-bg-default: #000028;--content-scrollbar-activ-default: var(--components-theme-color-component-3);--content-scrollbar-activ-hover: var(--components-theme-color-component-6);--content-scrollbar-inactiv-default: var(--components-theme-color-component-2);--content-scrollbar-inactiv-hover: var(--components-theme-color-component-2);--content-tags-filter-fill-hover: var(--components-theme-color-secondary-hover);--content-tags-filter-icon-active: var(--components-theme-color-primary-active);--content-tags-filter-icon-default: var(--components-theme-color-primary);--content-tags-filter-icon-hover: var(--components-theme-color-primary-hover);--content-tags-filter-stroke-active: var(--components-theme-color-primary-active);--content-tags-filter-stroke-default: var(--components-theme-color-primary);--content-tags-filter-stroke-focused: var(--border-focus-border-color);--content-tags-filter-stroke-hover: var(--components-theme-color-primary-hover);--content-tags-filter-text-active: var(--components-theme-color-primary-active);--content-tags-filter-text-default: var(--components-theme-color-primary);--content-tags-filter-text-hover: var(--components-theme-color-primary-hover);--content-tags-related-fill-hover: var(--components-theme-color-secondary-hover);--content-tags-related-stroke-active: var(--components-theme-color-primary-active);--content-tags-related-stroke-default: var(--components-theme-color-primary);--content-tags-related-stroke-focused: var(--border-focus-border-color);--content-tags-related-stroke-hover: var(--components-theme-color-primary-hover);--content-tags-related-text-active: var(--components-theme-color-primary-active);--content-tags-related-text-default: var(--components-theme-color-primary);--content-tags-related-text-hover: var(--components-theme-color-primary-hover);--feedback-alert-number-bg-danger: var(--status-theme-color-danger);--feedback-alert-number-bg-default: var(--status-theme-color-neutral);--feedback-alert-number-text: var(--text-theme-color-std-text);--feedback-sentiments-negative: var(--status-theme-color-danger-40);--feedback-sentiments-neutral: var(--status-theme-color-neutral-40);--feedback-sentiments-positive: var(--status-theme-color-success-40);--feedback-sentiments-very-negative: var(--status-theme-color-danger);--feedback-sentiments-very-positive: var(--status-theme-color-success);--feedback-toast-messages-background: var(--background-theme-color-2);--feedback-toast-messages-icon-error: var(--status-theme-color-danger);--feedback-toast-messages-icon-neutral: var(--status-theme-color-neutral);--feedback-toast-messages-icon-success: var(--status-theme-color-success);--feedback-toast-messages-icon-warning: var(--status-theme-color-warning);--feedback-toast-messages-text: var(--text-theme-color-std-text);--feedback-toast-messages-timer-aktiv: var(--components-theme-color-primary-active);--feedback-toast-messages-timer-inactiv: var(--feedback-sentiments-neutral);--forms-input-fields-input-field-active-fill: var(--actions-buttons-buttons-secondary-bg-hover);--forms-input-fields-input-field-disabled-fill: var(--components-theme-color-primary-disabled-light);--forms-input-fields-input-field-disabled-stroke: var(--components-theme-color-primary-disabled);--forms-input-fields-input-field-enabled-fill: #ebf7f8;--forms-input-fields-input-field-enabled-stroke: var(--border-theme-color-std-bdr);--forms-input-fields-input-field-error-fill: var(--status-theme-color-danger-10);--forms-input-fields-input-field-error-stroke: var(--status-theme-color-danger);--forms-input-fields-input-field-filled-fill: #ebf7f8;--forms-input-fields-input-field-filled-stroke: var(--border-theme-color-std-bdr);--forms-input-fields-input-field-hover-fill: var(--actions-buttons-buttons-secondary-bg-hover);--forms-input-fields-input-field-hover-stroke: var(--components-theme-color-primary-hover);--forms-input-fields-input-field-read-only-fill: var(--components-theme-color-primary-contrast);--forms-input-fields-input-field-read-only-stroke: var(--border-theme-color-xweak-bdr);--left-bar-background-leftbar-bg: var(--background-theme-color-2);--left-bar-items-colors-leftbar-item-bg-default: var(--background-theme-color-2);--left-bar-items-colors-leftbar-item-bg-focused: var(--background-theme-color-2);--left-bar-items-colors-leftbar-item-bg-hover: var(--background-theme-color-3);--left-bar-items-colors-leftbar-item-bg-selected: var(--background-theme-color-1);--left-bar-items-colors-leftbar-stroke-fokused: var(--border-focus-border-color);--left-bar-items-colors-leftbar-stroke-selected: var(--components-theme-color-dynamic);--left-bar-text-leftbar-text: var(--text-theme-color-std-text);--left-bar-text-leftbar-title: var(--components-theme-color-component-6);--sidebar-mega-menu-color: rgba(243, 243, 240, .9);--skeleton-loading-bg: var(--background-theme-color-2);--overlay-theme-color-shadow: rgba(0, 0, 40, .1);--handsontable-sort-arrow-filter: none;--sentiment-very-negative: #d72339;--sentiment-negative: #e8a0a7;--sentiment-neutral: #b3b3be;--sentiment-positive: #92c9a7;--sentiment-very-positive: #01893a}:root{--new-sidebar-width: 3.25rem;--new-sidebar-expanded-width: 20rem;--new-sidebar-expanded-padding: 0 2rem;--new-sidebar-column-width: 12rem;--landingpageBackground: var(--primary03);--landingpageSectionHeader01: var(--primary07);--landingpageSectionHeader02: var(--primary05);--landingpageFocusVisible: var(--primary05);--landingpageButton01: var(--primary02);--landingpageButton02: var(--primary05);--landingpageSectionIntroIcon01: var(--primary05);--landingpageSectionIntro01: var(--primary05);--landingpageProjectBox01: var(--primary05);--landingpageProjectBox02: var(--primary06);--landingpageProjectBoxHover: var(--hoverPrimary05);--landingpageTextPrimary01: var(--textPrimary01);--landingpageTextPrimary02: var(--textPrimary01);--landingpageTextPrimary03: var(--primary07);--landingpageTextPrimary04: var(--primary11);--landingpageFilterTagButton01: var(--landingpageTextPrimary01);--landingpageFilterTagButton02: var(--primary06);--landingpageTagButton01: var(--primary07);--landingpageTagButton02: var(--primary07);--landingpageTagButton03: var(--primary02);--landingpageTagButton04: var(--primary08);--landingpageParallelogram01: var(--primary09);--landingpageParallelogram02: var(--primary10);--landingpageParallelogram03: var(--primary06);--landingpageSectionCardBackground: var(--primary06);--landingpageCardHighlight: var(--primary05);--landingpageCardIcon: var(--primary05);--landingpageLink01: var(--primary05);--landingpageLink02: var(--primary06);--landingpageDescription01: var(--primary01);--landingpageDescription02: var(--primary05);--landingpageCountUp: var(--primary05);--landingpageCarousel01: var(--primary02);--landingpageCarousel02: var(--primary05);--landingpageCarousel03: var(--primary10);--landingpageCarousel04: var(--primary05);--landingpageCarousel05: var(--primary12);--landingpageProfile01: var(--primary01);--landingpageMenu: rgba(255, 255, 255, .5);--landingpageSectionFooter01: var(--primary05);--landingpageSectionFooter02: var(--primary02);--landingpageSectionFooterHover: var(--hoverPrimary01);--landingpageSectionProcess01: var(--primary13);--landingpageSectionProcess02: var(--primary14);--landingpageSectionProcess03: var(--primary05);--landingpageSectionQuotation01: var(--primary02);--landingpageSectionQuotation02: var(--primary05);--landingpageSectionQuotation03: var(--primary15);--landingpageSectionQuotation04: var(--primary09);--landingpageTabs01: var(--primary02);--landingpageQuotationScrollHeader: rgba(0, 0, 40, 0);--landingpageQuotationScroll01: var(--primary15);--landingpageQuotationScroll02: var(--primary06);--landingpageQuotationScroll03: var(--primary05)}:root.siemens{--landingpageBackground: var(--primary03);--landingpageSectionHeader01: var(--primary07);--landingpageSectionHeader02: var(--primary05);--landingpageFocusVisible: var(--primary05);--landingpageButton01: var(--primary02);--landingpageButton02: var(--primary05);--landingpageSectionIntroIcon01: var(--primary05);--landingpageSectionIntro01: var(--primary05);--landingpageProjectBox01: var(--primary05);--landingpageProjectBox02: var(--primary06);--landingpageTextPrimary01: var(--textPrimary01);--landingpageTextPrimary02: var(--textPrimary01);--landingpageTextPrimary03: var(--primary07);--landingpageTextPrimary04: var(--primary11);--landingpageFilterTagButton01: var(--landingpageTextPrimary01);--landingpageFilterTagButton02: var(--primary06);--landingpageTagButton01: var(--primary07);--landingpageTagButton02: var(--primary07);--landingpageTagButton03: var(--primary02);--landingpageTagButton04: var(--primary08);--landingpageParallelogram01: var(--primary09);--landingpageParallelogram02: var(--primary10);--landingpageParallelogram03: var(--primary06);--landingpageSectionCardBackground: var(--primary06);--landingpageCardHighlight: var(--primary05);--landingpageCardIcon: var(--primary05);--landingpageLink01: var(--primary05);--landingpageLink02: var(--primary06);--landingpageDescription01: var(--primary01);--landingpageDescription02: var(--primary05);--landingpageCountUp: var(--primary05);--landingpageCarousel01: var(--primary02);--landingpageCarousel02: var(--primary05);--landingpageCarousel03: var(--primary10);--landingpageCarousel04: var(--primary05);--landingpageCarousel05: var(--primary12);--landingpageProfile01: var(--primary01);--landingpageMenu: rgba(255, 255, 255, .5);--landingpageSectionFooter01: var(--primary05);--landingpageSectionFooter02: var(--primary02);--landingpageSectionFooterHover: var(--hoverPrimary01);--landingpageSectionProcess01: var(--primary13);--landingpageSectionProcess02: var(--primary14);--landingpageSectionProcess03: var(--primary05);--landingpageSectionQuotation01: var(--primary02);--landingpageSectionQuotation02: var(--primary05);--landingpageSectionQuotation03: var(--primary15);--landingpageSectionQuotation04: var(--primary09);--landingpageTabs01: var(--primary02);--landingpageQuotationScrollHeader: rgba(0, 0, 40, 0);--landingpageQuotationScroll01: var(--primary15);--landingpageQuotationScroll02: var(--primary06);--landingpageQuotationScroll03: var(--primary05)}:root.siemens-energy{--link-hover-color: #8a00e5;--link-selected-color: var(--components-theme-color-primary, #641e8c);--button-border-radius: 30px;--sidebar-nav-background-color: #1b1534;--sidebar-nav-highlight-color: #8a00e5;--toolbar-footer-background-color: rgba(255, 255, 255, .6);--h-sub-font-weight: 400;--opacity-login-background: .1;--primary01: #342e5a;--primary02: #8a1fe5;--primary03: #1b1534;--primary01Contrast: #ffffff;--primary01Lighten: #e7e6f2;--hoverPrimary01: #1e1a38;--hoverPrimary02: #6817ad;--textPrimary01: var(--primary04);--textPrimary02: var(--primary03);--borderRadius: 30px;--headline-color: var(--primary02);--progress-bar-height: 10px;--logo-image-width: 108px;--logo-image-height: 37px;--landingpageBackground: var(--primary03);--landingpageSectionHeader01: var(--primary02);--landingpageSectionHeader02: var(--primary02);--landingpageFocusVisible: var(--primary02);--landingpageButton01: var(--primary02);--landingpageButton02: var(--primary02);--landingpageSectionIntroIcon01: var(--primary02);--landingpageSectionIntro01: var(--primary02);--landingpageProjectBox01: var(--primary02);--landingpageProjectBox02: var(--primary06);--landingpageProjectBoxHover: var(--hoverPrimary06);--landingpageTextPrimary01: var(--textPrimary03);--landingpageTextPrimary02: var(--textPrimary01);--landingpageTextPrimary03: var(--primary03);--landingpageTextPrimary04: var(--primary01Contrast);--landingpageFilterTagButton01: var(--landingpageTextPrimary02);--landingpageFilterTagButton02: var(--primary02);--landingpageTagButton01: var(--textPrimary01);--landingpageTagButton02: var(--primary01Contrast);--landingpageTagButton03: var(--primary02);--landingpageTagButton04: var(--primary03);--landingpageParallelogram01: var(--primary01);--landingpageParallelogram02: var(--primary01);--landingpageParallelogram03: var(--primary03);--landingpageSectionCardBackground: var(--primary03);--landingpageCardHighlight: var(--primary02);--landingpageCardIcon: var(--primary02);--landingpageLink01: var(--primary02);--landingpageLink02: var(--primary03);--landingpageDescription01: var(--primary02);--landingpageDescription02: var(--landingpageTextPrimary02);--landingpageCountUp: var(--primary02);--landingpageCarousel01: var(--primary02);--landingpageCarousel02: var(--primary02);--landingpageCarousel03: #c6c6c6;--landingpageCarousel04: var(--landingpageTextPrimary02);--landingpageCarousel05: var(--primary02);--landingpageMenu: #2723207d;--landingpageSectionFooter01: var(--primary02);--landingpageSectionFooter02: var(--primary02);--landingpageSectionFooterHover: var(--primary02);--landingpageSectionProcess01: var(--primary05);--landingpageSectionProcess02: var(--primary05);--landingpageSectionProcess03: var(--primary02);--landingpageSectionQuotation01: var(--primary02);--landingpageSectionQuotation02: var(--primary02);--landingpageSectionQuotation03: var(--primary02);--landingpageSectionQuotation04: var(--primary01Contrast);--landingpageTabs01: var(--primary02);--landingpageQuotationScroll01: var(--primary02);--landingpageQuotationScroll02: var(--primary02)}:root.siemens-energy.dark,:root.siemens-energy.light .inverted{--background-theme-color-1: #1b1534;--background-theme-color-2: #23233c;--background-theme-color-3: #37374d;--background-theme-color-4: #464659;--background-theme-color-5: #565667;--background-theme-color-6: #666675;--background-theme-color-7: #777784;--border-focus-border-color: #199fff;--border-theme-color-soft-bdr: #5d5d73;--border-theme-color-std-bdr: #5d5d73;--border-theme-color-weak-bdr: #232344;--border-theme-color-xweak-bdr: #2e2e4d;--components-date-current-bg-hover: #8a00e5;--components-date-range-current-bg-active: #a26cd4;--components-date-range-current-bg-hover: #b880eb;--components-date-range-current-bg: #b880eb;--components-date-selected-bg-active: #8a00e5;--components-date-selected-bg-focused: #7a0ac3;--components-date-selected-bg: #a54bf7;--components-theme-color-component-1-active: #2c2c44;--components-theme-color-component-1-hover: #37374e;--components-theme-color-component-1-selected-active: #ae56ff;--components-theme-color-component-1-selected-hover: #a26cd4;--components-theme-color-component-1-selected: #c591f5;--components-theme-color-component-1: #1f1f3e;--components-theme-color-component-2: #262648;--components-theme-color-component-3: #4c4c68;--components-theme-color-component-4: #737389;--components-theme-color-component-5: #9999a9;--components-theme-color-component-6: #ffffff;--components-theme-color-dynamic: #ae56ff;--components-theme-color-ghost-active: #101031;--components-theme-color-ghost-hover: #1d1d40;--components-theme-color-ghost-selected-active: #101031;--components-theme-color-ghost-selected-hover: #101031;--components-theme-color-ghost-selected: #181838;--components-theme-color-primary-active: #641e8c;--components-theme-color-primary-contrast: #000028;--components-theme-color-primary-disabled-light: #2e2e4f;--components-theme-color-primary-disabled: #737389;--components-theme-color-primary-hover: #8a00e5;--components-theme-color-primary-visited: #ad1eff;--components-theme-color-primary: #a54bf7;--components-theme-color-secondary-hover: #38206a;--components-theme-color-secondary: #cf9bff;--components-theme-color-tertiary-activ: #cf9bff;--data-theme-color-blue: #6895f6;--data-theme-color-darkgreen: #1daa89;--data-theme-color-darkpetrol: #00ffb9;--data-theme-color-deepblue: #7d8099;--data-theme-color-deeporange: #ff9000;--data-theme-color-deepplum: #ff98c4;--data-theme-color-deeppurple: #bfb0f3;--data-theme-color-green: #01d65a;--data-theme-color-interactivecoral: #ccf5f5;--data-theme-color-orange: #be5925;--data-theme-color-orchid: #b95cc9;--data-theme-color-petrol: var(--data-theme-color-purple);--data-theme-color-plum: #e5659b;--data-theme-color-purple: #805cff;--data-theme-color-red: #ff2640;--data-theme-color-royalblue: #97c7ff;--data-theme-color-sand: #aaaa96;--data-theme-color-yellow: #ffd732;--overlay-theme-color-lightbox: #23233c;--overlay-theme-color-overlay: #f3f3f0;--shadow-theme-color-shadow-1: #000010;--shadow-theme-color-shadow-2: #000010;--shadow-theme-color-shadow-3: #000000;--shadow-theme-color-shadow-4: #000000;--status-theme-color-autofill: #062c63;--status-theme-color-danger-10: #19042a;--status-theme-color-danger-40: #660f32;--status-theme-color-danger-active: #e85960;--status-theme-color-danger-contrast: #ffffff;--status-theme-color-danger-hover: #ff4259;--status-theme-color-danger-text: #ff7687;--status-theme-color-danger: #ff2640;--status-theme-color-info-40: #004c70;--status-theme-color-info-active: #00b5d1;--status-theme-color-info-contrast: #000028;--status-theme-color-info-hover: #00cff0;--status-theme-color-info: #00bedc;--status-theme-color-neutral-40: #4a4a61;--status-theme-color-neutral-active: #afafac;--status-theme-color-neutral-contrast: #000028;--status-theme-color-neutral-hover: #5b5b71;--status-theme-color-neutral: #b9b9b6;--status-theme-color-success-40: #00563c;--status-theme-color-success-active: #01c151;--status-theme-color-success-hover: #01ea62;--status-theme-color-success: #01d65a;--status-theme-color-warning-10: #190e24;--status-theme-color-warning-40: #663a18;--status-theme-color-warning-active: #f08700;--status-theme-color-warning-hover: #ff9b1a;--status-theme-color-warning: #ff9000;--text-theme-color-alarm-text: #ff7687;--text-theme-color-contrast-text: #ffffff;--text-theme-color-hyperlink-active: #641e8c;--text-theme-color-hyperlink-hover: #8a00e5;--text-theme-color-hyperlink: #a54bf7;--text-theme-color-inv-contrast-text: #1b1534;--text-theme-color-inv-soft-text: #1b1534;--text-theme-color-inv-std-text: #1b1534;--text-theme-color-inv-weak-text: #1b1534;--text-theme-color-soft-text: #9999a9;--text-theme-color-std-text: #ffffff;--text-theme-color-weak-text: #737389}:root.siemens-energy.light,:root.siemens-energy.dark .inverted{--background-theme-color-1: #ffffff;--background-theme-color-2: #f8f8f8;--background-theme-color-3: #f0f0f0;--background-theme-color-4: #e6e6e6;--background-theme-color-5: #bfbfbf;--background-theme-color-6: #ada9c2;--background-theme-color-7: #ada9c2;--border-focus-border-color: #199fff;--border-theme-color-border: #000028;--border-theme-color-soft-bdr: #ccccd4;--border-theme-color-std-bdr: #ccccd4;--border-theme-color-weak-bdr: #d9d9df;--border-theme-color-xweak-bdr: #ccccd4;--components-date-current-bg-hover: #641e8c;--components-date-range-current-bg-active: #a980d4;--components-date-range-current-bg-hover: #6b4195;--components-date-range-current-bg: #8e57c5;--components-date-selected-bg-active: #6335ad;--components-date-selected-bg-focused: #7a00ca;--components-date-selected-bg: #8a00e5;--components-theme-color-component-1-active: #4d217a;--components-theme-color-component-1-hover: #6b4195;--components-theme-color-component-1-selected-active: #4d217a;--components-theme-color-component-1-selected-hover: #6b4195;--components-theme-color-component-1-selected: #8e57c5;--components-theme-color-component-1: #f2f2ef;--components-theme-color-component-2: #e6e6ea;--components-theme-color-component-3: #ccccd4;--components-theme-color-component-4: #b3b3bf;--components-theme-color-component-5: #8c8c9e;--components-theme-color-component-6: #66667e;--components-theme-color-dynamic: #4d217a;--components-theme-color-ghost-active: #eeeeea;--components-theme-color-ghost-hover: #f5f5f3;--components-theme-color-ghost-selected-active: #eeeeea;--components-theme-color-ghost-selected-hover: #eeeeea;--components-theme-color-ghost-selected: #f5f5f3;--components-theme-color-primary-active: #3d0f4d;--components-theme-color-primary-contrast: #ffffff;--components-theme-color-primary-disabled-light: #e1e1e5;--components-theme-color-primary-disabled: #b3b3be;--components-theme-color-primary-hover: #641e8c;--components-theme-color-primary-visited: #2e003e;--components-theme-color-primary: #8a00e5;--components-theme-color-secondary-hover: #ebf7f8;--components-theme-color-secondary: #410d71;--components-theme-color-tertiary-activ: #4d217a;--data-theme-color-blue: #3664c6;--data-theme-color-darkgreen: #005159;--data-theme-color-darkpetrol: #1a747d;--data-theme-color-deepblue: #4c4c68;--data-theme-color-deeporange: #801000;--data-theme-color-deepplum: #4f153d;--data-theme-color-deeppurple: #553ba3;--data-theme-color-green: #00890e;--data-theme-color-interactivecoral: #002949;--data-theme-color-orange: #be5925;--data-theme-color-orchid: #740089;--data-theme-color-petrol: var(--data-theme-color-purple);--data-theme-color-plum: #c04774;--data-theme-color-purple: #7353e5;--data-theme-color-red: #d72339;--data-theme-color-royalblue: #00237a;--data-theme-color-sand: #757563;--data-theme-color-yellow: #805700;--effects-bottom-shadow-blur: 32;--effects-bottom-shadow-y: 16;--effects-top-shadow-blur: 4;--effects-top-shadow-y: 4;--overlay-theme-color-lightbox: #f3f3f0;--overlay-theme-color-overlay: #23233c;--shadow-theme-color-shadow-1: #e6e6ea;--shadow-theme-color-shadow-2: #e6e6ea;--shadow-theme-color-shadow-3: #e6e6ea;--shadow-theme-color-shadow-4: #ccccd4;--status-theme-color-autofill: #d0e9fb;--status-theme-color-danger-10: #fbe9eb;--status-theme-color-danger-40: #efa7b0;--status-theme-color-danger-active: #da1e28;--status-theme-color-danger-contrast: #ffffff;--status-theme-color-danger-hover: #c11f33;--status-theme-color-danger-text: #b71d30;--status-theme-color-danger: #d72339;--status-theme-color-info-40: #99cbe0;--status-theme-color-info-active: #006994;--status-theme-color-info-contrast: #ffffff;--status-theme-color-info-hover: #00719e;--status-theme-color-info: #007eb1;--status-theme-color-neutral-40: #c2c2cb;--status-theme-color-neutral-active: #5b5b71;--status-theme-color-neutral-contrast: #ffffff;--status-theme-color-neutral-hover: #5b5b71;--status-theme-color-neutral: #66667e;--status-theme-color-success-40: #99d0b0;--status-theme-color-success-active: #00692a;--status-theme-color-success-contrast: #ffffff;--status-theme-color-success-hover: #017a33;--status-theme-color-success: #01893a;--status-theme-color-warning-10: #fdf0e6;--status-theme-color-warning-40: #f6c199;--status-theme-color-warning-active: #c15301;--status-theme-color-warning-hover: #d05901;--status-theme-color-warning: #e96401;--text-theme-color-contrast-text: #000000;--text-theme-color-danger-text: #b71d30;--text-theme-color-hyperlink-active: #3d0f4d;--text-theme-color-hyperlink-hover: #641e8c;--text-theme-color-hyperlink: #8a00e5;--text-theme-color-inv-contrast-text: #ffffff;--text-theme-color-inv-soft-text: #ffffff;--text-theme-color-inv-std-text: #ffffff;--text-theme-color-inv-weak-text: #ffffff;--text-theme-color-soft-text: #66667e;--text-theme-color-std-text: #1b1534;--text-theme-color-weak-text: #b3b3bf}:root.siemens-energy header .container nav.navbar ul{justify-content:end}:root.siemens-energy .menu li.items{visibility:hidden}:root.siemens-energy pulse-landingpage-ui-link{visibility:hidden}:root.siemens-energy .footer-buttons pulse-landingpage-ui-button{visibility:hidden}:root.siemens-energy pulse-landingpage-section-team{display:none}:root.siemens-energy pulse-section-yammer{display:none}:root.innomotics{--link-color: #1b1b1b;--link-hover-color: #c64f06;--link-selected-color: #c34d05;--button-border-radius: 30px;--sidebar-nav-background-color: #1b1b1b;--sidebar-nav-highlight-color: var(--primary01);--toolbar-footer-background-color: rgba(255, 255, 255, .6);--primary01: #e0f000;--primary02: #e0f000;--primary03: #1a1a1a;--primary05: #e0f000;--primary06: #272320;--primary07: #000000;--primary01Lighten: #e0f000;--hoverPrimary01: #e0f000;--hoverPrimary02: #e0f000;--textPrimary01: var(--primary04);--textPrimary02: var(--primary03);--textPrimary03: #1b1534;--borderRadius: 30px;--headline-color: var(--primary02);--logo-image-width: 145px;--logo-image-height: 33px;--landingpageBackground: var(--primary03);--landingpageSectionHeader01: var(--primary01);--landingpageSectionHeader02: var(--primary01);--landingpageFocusVisible: var(--primary01);--landingpageButton01: var(--primary05);--landingpageButton02: var(--primary01);--landingpageSectionIntroIcon01: var(--primary01);--landingpageSectionIntro01: var(--primary01);--landingpageProjectBox01: var(--primary01);--landingpageProjectBox02: var(--primary06);--landingpageProjectBoxHover: var(--hoverPrimary06);--landingpageTextPrimary01: var(--textPrimary03);--landingpageTextPrimary02: var(--textPrimary01);--landingpageTextPrimary03: var(--primary03);--landingpageTextPrimary04: var(--primary07);--landingpageFilterTagButton01: var(--landingpageTextPrimary02);--landingpageFilterTagButton02: var(--primary01);--landingpageTagButton01: var(---textPrimary01);--landingpageTagButton02: var(--primary07);--landingpageTagButton03: var(--primary02);--landingpageTagButton04: var(--primary03);--landingpageParallelogram01: var(--primary07);--landingpageParallelogram02: #2a3b40;--landingpageParallelogram03: var(--primary07);--landingpageSectionCardBackground: var(--primary06);--landingpageCardHighlight: var(--primary01);--landingpageCardIcon: var(--primary01);--landingpageLink01: var(--primary01);--landingpageLink02: var(--primary03);--landingpageDescription01: var(--primary01);--landingpageDescription02: var(--landingpageTextPrimary02);--landingpageCountUp: var(--primary01);--landingpageCarousel01: var(--primary01);--landingpageCarousel02: var(--primary05);--landingpageCarousel03: #c6c6c6;--landingpageCarousel04: var(--landingpageTextPrimary02);--landingpageCarousel05: var(--primary01);--landingpageMenu: #2723207d;--landingpageSectionFooter01: var(--primary01);--landingpageSectionFooter02: var(--primary05);--landingpageSectionFooterHover: var(--primary02);--landingpageSectionProcess01: var(--primary05);--landingpageSectionProcess02: var(--primary05);--landingpageSectionProcess03: var(--primary01);--landingpageSectionQuotation01: var(--primary05);--landingpageSectionQuotation02: var(--primary01);--landingpageSectionQuotation03: var(--primary01);--landingpageSectionQuotation04: var(--primary07);--landingpageTabs01: var(--primary01);--landingpageQuotationScroll01: var(--primary05);--landingpageQuotationScroll02: var(--primary05)}:root.innomotics header .container nav.navbar ul{justify-content:end}:root.innomotics .menu li.items{visibility:hidden}:root.innomotics pulse-landingpage-ui-link{visibility:hidden}:root.innomotics .footer-buttons pulse-landingpage-ui-button{visibility:hidden}:root.innomotics pulse-landingpage-section-team{display:none}:root.innomotics pulse-section-yammer{display:none}@font-face{font-family:SH-Bree-Headline;src:url(/assets/tenant/fonts/CC_WEB_SH-Bree_and_Siemens_Sans_SH-Bree_and_Siemens_Sans_WEB_SH-Bree-Headline-Regular.woff) format("woff")}.bottom-links .quick-access{visibility:hidden}.bottom-links a:not(.gms){visibility:hidden}pulse-section-yammer{display:none}:root.siemens-healthineers{--link-color: #1b1b1b;--link-hover-color: #c64f06;--link-selected-color: #c34d05;--button-border-radius: 30px;--sidebar-nav-background-color: #1b1b1b;--sidebar-nav-highlight-color: var(--primary01);--toolbar-footer-background-color: rgba(255, 255, 255, .6);--primary01: #ec6602;--primary02: #f7c299;--primary03: #1a1a1a;--primary05: #e77a25;--primary06: #272320;--primary07: #000000;--primary01Lighten: #feefe4;--hoverPrimary01: #d95e01;--hoverPrimary02: #f26802;--textPrimary01: var(--primary04);--textPrimary02: var(--primary03);--textPrimary03: #1b1534;--borderRadius: 30px;--headline-color: var(--primary02);--logo-image-width: 145px;--logo-image-height: 33px;--landingpageBackground: var(--primary07);--landingpageSectionHeader01: var(--primary01);--landingpageSectionHeader02: var(--primary01);--landingpageFocusVisible: var(--primary01);--landingpageButton01: var(--primary05);--landingpageButton02: var(--primary01);--landingpageSectionIntroIcon01: var(--primary01);--landingpageSectionIntro01: var(--primary01);--landingpageProjectBox01: var(--primary01);--landingpageProjectBox02: var(--primary06);--landingpageProjectBoxHover: var(--hoverPrimary06);--landingpageTextPrimary01: var(--textPrimary03);--landingpageTextPrimary02: var(--textPrimary01);--landingpageTextPrimary03: var(--primary01);--landingpageTextPrimary04: var(--primary07);--landingpageFilterTagButton01: var(--landingpageTextPrimary02);--landingpageFilterTagButton02: var(--primary06);--landingpageTagButton01: var(--primary01);--landingpageTagButton02: var(--primary07);--landingpageTagButton03: var(--primary02);--landingpageTagButton04: var(--primary03);--landingpageParallelogram01: var(--primary07);--landingpageParallelogram02: var(--primary07);--landingpageParallelogram03: var(--primary07);--landingpageSectionCardBackground: var(--primary06);--landingpageCardHighlight: var(--primary01);--landingpageCardIcon: var(--primary01);--landingpageLink01: var(--primary01);--landingpageLink02: var(--primary03);--landingpageDescription01: var(--primary01);--landingpageDescription02: var(--primary01);--landingpageCountUp: var(--primary01);--landingpageCarousel01: var(--primary01);--landingpageCarousel02: var(--primary05);--landingpageCarousel03: var(--primary01);--landingpageCarousel04: var(--primary01);--landingpageCarousel05: var(--primary01);--landingpageMenu: #2723207d;--landingpageSectionFooter01: var(--primary01);--landingpageSectionFooter02: var(--primary05);--landingpageSectionFooterHover: var(--primary02);--landingpageSectionProcess01: var(--primary05);--landingpageSectionProcess02: var(--primary05);--landingpageSectionProcess03: var(--primary01);--landingpageSectionQuotation01: var(--primary05);--landingpageSectionQuotation02: var(--primary01);--landingpageSectionQuotation03: var(--primary01);--landingpageSectionQuotation04: var(--primary06);--landingpageTabs01: var(--primary01);--landingpageQuotationScroll01: var(--primary05);--landingpageQuotationScroll02: var(--primary05)}:root.systain{--link-color: #879baa;--link-hover-color: #ff9900;--link-selected-color: #5e8d96;--button-border-radius: 30px;--sidebar-nav-background-color: #2d373c;--sidebar-nav-highlight-color: var(--primary01);--toolbar-footer-background-color: rgba(255, 255, 255, .6);--h-sub-font-weight: 400;--opacity-login-background: .1;--danger-color: #ff4b2b;--warning-color: #f58c14;--dark-color: #5e8d96;--light-color: #ffffff;--body-text-color: #2d373c;--table-border-color: #e6e8f2;--b-font-weight: 400;--table-row-selected-color: #005f87;--table-row-selected-color-contast: #ffffff;--primary01: #fdb700;--primary02: #fdb700;--primary03: #2d373c;--primary01Contrast: #000000;--primary01Lighten: #fff7e5;--hoverPrimary01: #ff9900;--hoverPrimary02: var(--hoverPrimary01);--textPrimary01: var(--primary03);--textPrimary02: var(--primary03);--logo-image-width: auto;--logo-image-height: 40px}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1140px}}.container-fluid,.container-sm,.container-md,.container-lg,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container,.container-sm{max-width:540px}}@media (min-width: 768px){.container,.container-sm,.container-md{max-width:720px}}@media (min-width: 992px){.container,.container-sm,.container-md,.container-lg{max-width:960px}}@media (min-width: 1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1140px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width: 576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width: 768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width: 992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width: 1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width: 576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width: 768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width: 992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width: 1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width: 576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width: 768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width: 992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width: 1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}:root{--header-height: var(--headline);--header-item-height: 70px}@font-face{font-family:pulse-icons;src:url("./media/pulse-icons-D57PUXWT.eot?22c04s");src:url("./media/pulse-icons-D57PUXWT.eot?22c04s#iefix") format("embedded-opentype"),url("./media/pulse-icons-T5GMPMUI.ttf?22c04s") format("truetype"),url("./media/pulse-icons-LDC5WMNC.woff?22c04s") format("woff"),url("./media/pulse-icons-SWZYPPP4.svg?22c04s#pulse-icons") format("svg");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=" icon-"]{font-family:pulse-icons!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-message:before{content:"\e900"}.icon-mic_none:before{content:"\e901"}.icon-mic_off:before{content:"\e902"}.icon-mic:before{content:"\e903"}.icon-mobile_erase:before{content:"\e904"}.icon-mobile_landscape:before{content:"\e905"}.icon-mobile_lock:before{content:"\e906"}.icon-home2:before{content:"\e907"}.icon-network:before{content:"\e908"}.icon-organization:before{content:"\e909"}.icon-projectview:before{content:"\e90a"}.icon-favorite_outline:before{content:"\e90b"}.icon-settings_multiple:before{content:"\e90c"}.icon-upgrade:before{content:"\e90d"}.icon-mobile_portrait:before{content:"\e90e"}.icon-mobile_setup:before{content:"\e90f"}.icon-mode_comment:before{content:"\e910"}.icon-euro:before{content:"\e911"}.icon-more_horizontal:before{content:"\e912"}.icon-more_vertical:before{content:"\e913"}.icon-move_to_inbox:before{content:"\e914"}.icon-gift:before{content:"\e915"}.icon-not_interested:before{content:"\e916"}.icon-outlined_flag:before{content:"\e91a"}.icon-pause_circle_filled:before{content:"\e91b"}.icon-company:before{content:"\e91c"}.icon-circle_outline:before{content:"\e91d"}.icon-unlock:before{content:"\e91e"}.icon-charging:before{content:"\e91f"}.icon-rates:before{content:"\e920"}.icon-gross_costs:before{content:"\e921"}.icon-quality:before{content:"\e922"}.icon-settings_single:before{content:"\e923"}.icon-savings:before{content:"\e924"}.icon-pause_circle_outline:before{content:"\e925"}.icon-tiles:before{content:"\e926"}.icon-pause:before{content:"\e927"}.icon-reset:before{content:"\e928"}.icon-person_check:before{content:"\e929"}.icon-person:before{content:"\e92a"}.icon-pie_chart:before{content:"\ea1e"}.icon-play_arrow:before{content:"\e92c"}.icon-play_circle_filled:before{content:"\e92d"}.icon-play_circle_outline:before{content:"\e92e"}.icon-playlist_add_check:before{content:"\e92f"}.icon-playlist_add:before{content:"\e930"}.icon-power:before{content:"\e931"}.icon-print:before{content:"\e932"}.icon-priority_high:before{content:"\e933"}.icon-radio_button_checked:before{content:"\e934"}.icon-recent_actors:before{content:"\e935"}.icon-analyze:before{content:"\e936"}.icon-repeat_one:before{content:"\e937"}.icon-repeat:before{content:"\e938"}.icon-replay:before{content:"\e939"}.icon-save_alt:before{content:"\e93a"}.icon-clock:before{content:"\e93b"}.icon-save:before{content:"\e93c"}.icon-screen_rotation:before{content:"\e93d"}.icon-investment:before{content:"\e93e"}.icon-security:before{content:"\e93f"}.icon-question:before{content:"\e940"}.icon-quotation:before{content:"\e941"}.icon-sent:before{content:"\e942"}.icon-send:before{content:"\e942"}.icon-settings:before{content:"\e943"}.icon-share:before{content:"\e944"}.icon-show_chart:before{content:"\e945"}.icon-skip_next:before{content:"\e946"}.icon-skip_previous:before{content:"\e947"}.icon-sort:before{content:"\e948"}.icon-star_outline:before{content:"\e949"}.icon-star:before{content:"\e94a"}.icon-swap_horiz:before{content:"\e94b"}.icon-swap_vert:before{content:"\e94c"}.icon-tab:before{content:"\e94d"}.icon-text_format:before{content:"\e94e"}.icon-text_sms:before{content:"\e94f"}.icon-thumb_down_alt:before{content:"\e950"}.icon-thumb_down:before{content:"\e951"}.icon-thumb_up_alt:before{content:"\e952"}.icon-thumb_up:before{content:"\e953"}.icon-thumbs_up_down:before{content:"\e954"}.icon-today:before{content:"\e955"}.icon-toggle_off:before{content:"\e956"}.icon-toggle_on:before{content:"\e957"}.icon-translate:before{content:"\e958"}.icon-tree:before{content:"\e959"}.icon-trending_down:before{content:"\e95a"}.icon-trending_up:before{content:"\e95b"}.icon-unarchive:before{content:"\e95c"}.icon-update:before{content:"\e95d"}.icon-video_collection:before{content:"\e95e"}.icon-videocam_off:before{content:"\e95f"}.icon-videocam:before{content:"\e960"}.icon-view_list:before{content:"\e961"}.icon-view_module:before{content:"\e962"}.icon-volume_down:before{content:"\e963"}.icon-volume_mute:before{content:"\e964"}.icon-volume_off:before{content:"\e965"}.icon-volume_up:before{content:"\e966"}.icon-workspaces:before{content:"\e968"}.icon-world:before{content:"\e969"}.icon-zoom_in:before{content:"\e96a"}.icon-zoom_out_map:before{content:"\e96b"}.icon-zoom_out:before{content:"\e96c"}.icon-account_balance:before{content:"\e96d"}.icon-account_box:before{content:"\e96e"}.icon-account_circle:before{content:"\e96f"}.icon-add_box:before{content:"\e970"}.icon-add_call:before{content:"\e971"}.icon-add_circle_outlinecontrol_point:before{content:"\e972"}.icon-add_circle:before{content:"\e973"}.icon-add_comment:before{content:"\e974"}.icon-add_to_queue:before{content:"\e975"}.icon-adduser:before{content:"\e976"}.icon-apps:before{content:"\e977"}.icon-archive:before{content:"\e978"}.icon-arrow_back:before{content:"\e979"}.icon-arrow_down:before{content:"\e97a"}.icon-arrow_forward:before{content:"\e97b"}.icon-arrow_left:before{content:"\e97c"}.icon-arrow_right:before{content:"\e97d"}.icon-arrow_up:before{content:"\e97e"}.icon-attachment:before{content:"\e97f"}.icon-backspace:before{content:"\e980"}.icon-bar_chart_1:before{content:"\e981"}.icon-bar_chart:before{content:"\e9f7"}.icon-block:before{content:"\e983"}.icon-bolt:before{content:"\e984"}.icon-bookmark_outlineturned_in_not:before{content:"\e985"}.icon-bookmark:before{content:"\e986"}.icon-bubble_chart:before{content:"\e987"}.icon-cake:before{content:"\e988"}.icon-calendar_empty:before{content:"\e989"}.icon-calendar:before{content:"\e98a"}.icon-call:before{content:"\e98b"}.icon-capslock:before{content:"\e98c"}.icon-chat_bubble_outline:before{content:"\e98d"}.icon-chat_bubble:before{content:"\e98e"}.icon-chat:before{content:"\e98f"}.icon-check_box_outline_blank:before{content:"\e990"}.icon-check_box:before{content:"\e991"}.icon-check:before{content:"\e992"}.icon-close:before{content:"\e993"}.icon-cloud_done:before{content:"\e994"}.icon-cloud_download:before{content:"\e995"}.icon-cloud_queue:before{content:"\e996"}.icon-cloud_upload:before{content:"\ea07"}.icon-cloud:before{content:"\e998"}.icon-code:before{content:"\e999"}.icon-color_palette:before{content:"\e99a"}.icon-comment:before{content:"\e99b"}.icon-contacts:before{content:"\e99c"}.icon-content_copy:before{content:"\e99d"}.icon-content_cut:before{content:"\e99e"}.icon-createmode_editedit:before{content:"\e99f"}.icon-dashboard:before{content:"\e9a0"}.icon-data_usage:before{content:"\e9a1"}.icon-delete:before{content:"\e9a2"}.icon-description:before{content:"\e9a3"}.icon-donut_chart:before{content:"\e9a4"}.icon-drafts:before{content:"\e9a5"}.icon-error_outline:before{content:"\e9a6"}.icon-error:before{content:"\e9a7"}.icon-event_available:before{content:"\e9a8"}.icon-event_busy:before{content:"\e9a9"}.icon-file_copy:before{content:"\e9aa"}.icon-file_download:before{content:"\e9ab"}.icon-file_upload:before{content:"\e9ac"}.icon-file:before{content:"\e9ad"}.icon-filter_list_alt:before{content:"\e9ae"}.icon-filter_list:before{content:"\e9af"}.icon-find_in_page:before{content:"\e9b0"}.icon-flagassistant_photo:before{content:"\e9b1"}.icon-folder_favorite:before{content:"\e9b2"}.icon-folder_new:before{content:"\e9b3"}.icon-folder_open:before{content:"\e9b4"}.icon-folder_shared:before{content:"\e9b5"}.icon-folder:before{content:"\e9b6"}.icon-forum_answer:before{content:"\e9b7"}.icon-fullscreen_exit:before{content:"\e9b8"}.icon-fullscreen:before{content:"\e9b9"}.icon-group_add:before{content:"\e9ba"}.icon-group:before{content:"\e9bb"}.icon-help_outline:before{content:"\e9bc"}.icon-home:before{content:"\e9bd"}.icon-image:before{content:"\e9be"}.icon-import_export:before{content:"\e9bf"}.icon-inbox:before{content:"\e9c0"}.icon-input:before{content:"\e9c3"}.icon-key:before{content:"\e9c4"}.icon-layers_clear:before{content:"\e9c5"}.icon-layers:before{content:"\e9c6"}.icon-library_addqueueadd_to_photos:before{content:"\e9c7"}.icon-library_books:before{content:"\e9c8"}.icon-location_off:before{content:"\e9c9"}.icon-location:before{content:"\e9ca"}.icon-loopsync:before{content:"\e9cb"}.icon-low_priority:before{content:"\e9cc"}.icon-mail_unread:before{content:"\e9cd"}.icon-menu:before{content:"\e9ce"}.icon-plus-circle:before{content:"\e9cf"}.icon-eye:before{content:"\e9d0"}.icon-check_box_indeterminate:before{content:"\e9d1"}.icon-eye-blocked:before{content:"\e9d2"}.icon-arrow_left_double:before{content:"\e9d3"}.icon-arrow_right_double:before{content:"\e9d4"}.icon-arrow_down_double:before{content:"\e9d5"}.icon-arrow_top_double:before{content:"\e9d6"}.icon-responserate:before{content:"\e9d7"}.icon-lines:before{content:"\e9d8"}.icon-detailview:before{content:"\e9d9"}.icon-lp_gruppe:before{content:"\e9da"}.icon-lp_forum:before{content:"\e9db"}.icon-lp_email:before{content:"\e9dc"}.icon-lp_dashboard:before{content:"\e9dd"}.icon-lp_chart_multitype:before{content:"\e9df"}.icon-lp_category:before{content:"\e9e0"}.icon-lp_bx_mobile_alt:before{content:"\e9e1"}.icon-lp_bx_layer:before{content:"\e9e2"}.icon-lp_bx_data:before{content:"\e9e3"}.icon-lp_cloud_upload:before{content:"\e9e4"}.icon-lp_cloud_download:before{content:"\e9e5"}.icon-lp_face_satisfied:before{content:"\e9e6"}.icon-lp_face_neutral:before{content:"\e9e8"}.icon-lp_search:before{content:"\e9eb"}.icon-search:before{content:"\e9eb"}.icon-reportingline-business:before{content:"\e9ec"}.icon-reportingline-shared:before{content:"\e9ed"}.icon-reportingline-local:before{content:"\e9ee"}.icon-reportingline-governance:before{content:"\e9ef"}.icon-person-outline:before{content:"\e9f0"}.icon-fire:before{content:"\e9f1"}.icon-request:before{content:"\e9f2"}.icon-reporting:before{content:"\e9f3"}.icon-target:before{content:"\e9f4"}.icon-files:before{content:"\e9f5"}.icon-close2:before{content:"\e9f6"}.icon-bar-chart:before{content:"\e9f7"}.icon-download:before{content:"\e9f8"}.icon-check-mark:before{content:"\e9f9"}.icon-home3:before{content:"\e9fa"}.icon-free:before{content:"\e9fc"}.icon-linkedin:before{content:"\e9fd"}.icon-newsletter:before{content:"\e9fe"}.icon-business:before{content:"\e9ff"}.icon-idea:before{content:"\ea00"}.icon-car:before{content:"\ea01"}.icon-building:before{content:"\ea02"}.icon-check-mark2:before{content:"\ea03"}.icon-language:before{content:"\ea04"}.icon-strategy:before{content:"\ea05"}.icon-twitter:before{content:"\ea06"}.icon-cloud-upload:before{content:"\ea07"}.icon-xing:before{content:"\ea08"}.icon-efficient:before{content:"\ea09"}.icon-money:before{content:"\ea0a"}.icon-dashboard2:before{content:"\ea0b"}.icon-burger:before{content:"\ea0c"}.icon-pulse:before{content:"\ea0d"}.icon-protected-file:before{content:"\ea0e"}.icon-back:before{content:"\ea0f"}.icon-expand-left:before{content:"\ea10"}.icon-receive:before{content:"\ea10"}.icon-expand-right:before{content:"\ea11"}.icon-analyze-active:before{content:"\ea12"}.icon-choice-grid:before{content:"\ea13"}.icon-comment2:before{content:"\ea14"}.icon-disclaimer:before{content:"\ea15"}.icon-drag:before{content:"\ea16"}.icon-duplicate:before{content:"\ea17"}.icon-edit:before{content:"\ea18"}.icon-filter:before{content:"\ea19"}.icon-hybrid-grid:before{content:"\ea1a"}.icon-information:before{content:"\ea1b"}.icon-info:before{content:"\ea1b"}.icon-info-outline:before{content:"\ea1b"}.icon-plus:before{content:"\ea1c"}.icon-minus:before{content:"\ea1d"}.icon-pie-chart:before{content:"\ea1e"}.icon-resource-management:before{content:"\ea1f"}.icon-show:before{content:"\ea20"}.icon-sort2:before{content:"\ea21"}.icon-external-link:before{content:"\ea22"}.icon-filter-active:before{content:"\ea23"}.icon-menu1:before{content:"\ea24"}.icon-finding:before{content:"\ea25"}.icon-arrowdown:before{content:"\ea26"}.icon-arrowup:before{content:"\ea27"}.icon-downloadpdf:before{content:"\ea28"}.icon-remind:before{content:"\ea29"}.icon-inviteuser:before{content:"\ea2a"}.icon-invite-user:before{content:"\ea2a"}.icon-medium:before{content:"\ea2b"}.icon-downloadcsv:before{content:"\ea2c"}.icon-download-csv:before{content:"\ea2c"}.icon-document-csv:before{content:"\ea2c"}.icon-downloadpng:before{content:"\ea2d"}.icon-download-png:before{content:"\ea2d"}.icon-document-png:before{content:"\ea2d"}.icon-downloadtxt:before{content:"\ea2e"}.icon-download-txt:before{content:"\ea2e"}.icon-document-txt:before{content:"\ea2e"}.icon-documentppt:before{content:"\ea2f"}.icon-document-ppt:before{content:"\ea2f"}.icon-download-ppt:before{content:"\ea2f"}.icon-document-any:before{content:"\ea30"}.icon-documentxls:before{content:"\ea31"}.icon-document-xls:before{content:"\ea31"}.icon-download-xls:before{content:"\ea31"}.icon-document:before{content:"\ea32"}.icon-showincolumns:before{content:"\ea33"}.icon-show-in-columns:before{content:"\ea33"}.icon-showinrows:before{content:"\ea34"}.icon-show-in-rows:before{content:"\ea34"}.icon-removerow:before{content:"\ea35"}.icon-remove-row:before{content:"\ea35"}.icon-addrow:before{content:"\ea36"}.icon-add-row:before{content:"\ea36"}.icon-invite:before{content:"\ea37"}.icon-add-person:before{content:"\ea37"}.icon-add-user:before{content:"\ea37"}.icon-kanban:before{content:"\ea38"}.icon-detailview1:before{content:"\ea39"}.icon-vertical-linechart:before{content:"\ea3a"}.icon-lock:before{content:"\ea3b"}.icon-select:before{content:"\ea3c"}.icon-word-cloud:before{content:"\ea3d"}.icon-top-bottom:before{content:"\ea3e"}.icon-column-remove:before{content:"\ea3f"}.icon-column-add:before{content:"\ea40"}.icon-mailthanks:before{content:"\ea41"}.icon-mail-thank:before{content:"\ea41"}.icon-chart-bar:before{content:"\f128"}.icon-add-question:before{content:"\ea42"}.icon-action-management:before{content:"\ea43"}.icon-add-document:before{content:"\ea44"}.icon-warning:before{content:"\e967"}.icon-execute:before{content:"\e9c1"}.icon-transfer:before{content:"\e9c2"}.icon-fail:before{content:"\e9de"}.icon-map:before{content:"\e9e7"}.icon-parallel:before{content:"\e9e9"}.icon-pass:before{content:"\e9ea"}.icon-success:before{content:"\e9fb"}.icon-lp-checkmark-outline:before{content:"\e9fb"}.icon-wait:before{content:"\ea45"}.icon-flag:before{content:"\ea46"}.icon-Database-export:before{content:"\ea47"}.icon-Database-import:before{content:"\ea48"}.icon-debug:before{content:"\ea49"}.icon-default:before{content:"\ea4a"}.icon-head:before{content:"\ea4b"}.icon-heart:before{content:"\ea4c"}.icon-icon-list-view:before{content:"\ea4d"}.icon-play:before{content:"\ea4e"}.icon-stop:before{content:"\ea4f"}.icon-pause1:before{content:"\ea50"}.icon-ai:before{content:"\e917"}.icon-reporting-table:before{content:"\e918"}.icon-robot:before{content:"\e919"}.icon-single-page-question:before{content:"\ea61"}.icon-pushpin:before{content:"\ea62"}.icon-lp-reporting:before{content:"\ea51"}.icon-lp-upstream:before{content:"\ea52"}.icon-lp-downstream:before{content:"\ea53"}.icon-lp-methodology-experts:before{content:"\ea54"}.icon-lp-technology-experts:before{content:"\ea55"}.icon-lp-consulting:before{content:"\ea56"}.icon-lp-services:before{content:"\ea57"}.icon-lp-any-domain:before{content:"\ea58"}.icon-lp-more-than-just-reporting:before{content:"\ea59"}.icon-lp-state-of-the-art-visualizations:before{content:"\ea5a"}.icon-lp-customer-surveys:before{content:"\ea5b"}.icon-lp-employee-surveys:before{content:"\ea5c"}.icon-lp-supplier-surveys:before{content:"\ea5d"}.icon-lp-compliance:before{content:"\ea5e"}.icon-lp-connectivity:before{content:"\ea5f"}.icon-lp-security:before{content:"\ea60"}.icon-sentiment:before{content:"\ea63"}.icon-bridge-reporting:before{content:"\ea64"}.icon-waterfall:before{content:"\ea65"}.icon-face_very_unsatisfied:before{content:"\ea66"}.icon-face_unsatisfied:before{content:"\ea67"}.icon-face_neutral:before{content:"\ea68"}.icon-face_satisfied:before{content:"\ea69"}.icon-face_very_satisfied:before{content:"\ea6a"}.icon-rating_star_one:before{content:"\ea6b"}.icon-rating_star_two:before{content:"\ea6c"}.icon-rating_star_three:before{content:"\ea6d"}.icon-upload_append:before{content:"\ea6e"}.icon-upload_replace:before{content:"\ea6f"}@font-face{font-family:pulse-icons-v2;src:url("./media/pulse-icons-v2-VPQNVDD2.ttf") format("truetype"),url("./media/pulse-icons-v2-QWFO4G36.eot") format("embedded-opentype"),url("./media/pulse-icons-v2-AFICBVT6.woff") format("woff")}.icon2{font-family:pulse-icons-v2!important;font-size:18px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon2-paste:before{content:"\ea01"}.icon2-upload:before{content:"\ea02"}.icon2-user:before{content:"\ea03"}.icon2-reporting-table:before{content:"\ea04"}.icon2-bar-chart:before{content:"\ea05"}.icon2-pulse:before{content:"\ea06"}.icon2-language:before{content:"\ea07"}.icon2-arrow-right:before{content:"\ea08"}.icon2-arrow-up:before{content:"\ea09"}.icon2-settings:before{content:"\ea0a"}.icon2-chart-line:before{content:"\ea0b"}.icon2-download:before{content:"\ea0c"}.icon2-calendar:before{content:"\ea0d"}.icon2-eye:before{content:"\ea0e"}.icon2-content-cut:before{content:"\ea0f"}.icon2-content-copy:before{content:"\ea10"}.icon2-download-pdf:before{content:"\ea11"}.icon2-sort-ascending:before{content:"\ea12"}.icon2-dropdown-down:before{content:"\ea13"}.icon2-dropdown-up:before{content:"\ea14"}.icon2-filter:before{content:"\ea15"}.icon2-edit:before{content:"\ea16"}.icon2-search:before{content:"\ea17"}.icon2-save:before{content:"\ea18"}.icon2-apps:before{content:"\ea19"}.icon2-resize:before{content:"\ea1a"}.icon2-remind:before{content:"\ea1b"}.icon2-share:before{content:"\ea1c"}.icon2-dashboard:before{content:"\ea1d"}.icon2-bookmark:before{content:"\ea1e"}.icon2-favorite:before{content:"\ea1f"}.icon2-detail-view:before{content:"\ea20"}.icon2-arrow-left:before{content:"\ea21"}.icon2-arrow-double-left:before{content:"\ea22"}.icon2-minus:before{content:"\ea23"}.icon2-analyze:before{content:"\ea24"}.icon2-comment:before{content:"\ea25"}.icon2-document:before{content:"\ea26"}.icon2-currency:before{content:"\ea27"}.icon2-home:before{content:"\ea28"}.icon2-link:before{content:"\ea29"}.icon2-external-link:before{content:"\ea2a"}.icon2-menu:before{content:"\ea2b"}.icon2-debug:before{content:"\ea2c"}.icon2-error:before{content:"\ea2d"}.icon2-like:before{content:"\ea2e"}.icon2-information:before{content:"\ea2f"}.icon2-success:before{content:"\ea30"}.icon2-sort-vertically:before{content:"\ea31"}.icon2-translate:before{content:"\ea32"}.icon2-eye-blocked:before{content:"\ea33"}.icon2-download-xls:before{content:"\ea34"}.icon2-download-doc:before{content:"\ea35"}.icon2-download-ppt:before{content:"\ea36"}.icon2-download-txt:before{content:"\ea37"}.icon2-login:before{content:"\ea38"}.icon2-logout:before{content:"\ea39"}.icon2-close:before{content:"\ea3a"}.icon2-addcolumn:before{content:"\ea3b"}.icon2-image:before{content:"\ea3c"}.icon2-reset:before{content:"\ea3d"}.icon2-redo:before{content:"\ea3e"}.icon2-yammer:before{content:"\ea3f"}.icon2-instagram:before{content:"\ea40"}.icon2-download-zip:before{content:"\ea41"}.icon2-youtube:before{content:"\ea42"}.icon2-locked:before{content:"\ea43"}.icon2-undo:before{content:"\ea44"}.icon2-help:before{content:"\ea45"}.icon2-weibo:before{content:"\ea46"}.icon2-tiktok:before{content:"\ea47"}.icon2-linkedin:before{content:"\ea48"}.icon2-wechat:before{content:"\ea49"}.icon2-folder-open:before{content:"\ea4a"}.icon2-loading:before{content:"\ea4b"}.icon2-organization:before{content:"\ea4c"}.icon2-options-horizontally:before{content:"\ea4d"}.icon2-unlocked:before{content:"\ea4e"}.icon2-plus:before{content:"\ea4f"}.icon2-arrow-down:before{content:"\ea50"}.icon2-arrow-double-right:before{content:"\ea51"}.icon2-x-formerly-twitter:before{content:"\ea52"}.icon2-sort-horizontally:before{content:"\ea53"}.icon2-sort-descending:before{content:"\ea54"}.icon2-options-vertically:before{content:"\ea55"}.icon2-source-code:before{content:"\ea56"}.icon2-warning:before{content:"\ea57"}.icon2-automation:before{content:"\ea58"}.icon2-drag-drop:before{content:"\ea59"}.icon2-statistic:before{content:"\ea5a"}.icon2-delete:before{content:"\ea5b"}.icon2-attach:before{content:"\ea5c"}.icon2-removecolumn:before{content:"\ea5d"}.icon2-checkmark:before{content:"\ea5e"}.icon2-category:before{content:"\ea5f"}.icon2-history:before{content:"\ea60"}.icon2-add-item:before{content:"\ea61"}.icon2-pin:before{content:"\ea62"}.icon2-dropper:before{content:"\ea63"}.icon2-lightmode:before{content:"\ea64"}.icon2-darkmode:before{content:"\ea65"}.icon2-print:before{content:"\ea66"}.icon2-add-row:before{content:"\ea67"}.icon2-remove-row:before{content:"\ea68"}.icon2-exclamation-mark:before{content:"\ea69"}[class^=icon2-],[class*=" icon2-"]{font-family:pulse-icons-v2!important;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media print{pulse-sidebar-nav,pulse-toolbar,pulse-resource-header .view-container{display:none}pulse-project{display:block;width:auto;height:auto;overflow:visible}pulse-pulse,.main-content{display:block;width:auto;height:auto;overflow:visible}pulse-resource-card-view .icon-arrow_up{display:block}pulse-resource-card-view .icon-arrow_right{display:none}pulse-resource-card-view .add-prop-container{display:block}cdk-row cdk-cell:last-child,cdk-header-row cdk-header-cell:last-child{display:none}cdk-row cdk-cell:first-child,cdk-header-row cdk-header-cell:first-child{width:100%}cdk-row cdk-cell:not(:first-child),cdk-header-row cdk-header-cell:not(:first-child){flex:1}.cdk-overlay-container .icon-close,.cdk-overlay-container .print-button,.cdk-overlay-container .role-buttons pulse-button{display:none}}.ht-theme-classic{--ht-font-size: 14px;--ht-font-size-small: 12px;--ht-line-height: 20px;--ht-line-height-small: 18px;--ht-font-weight: 400;--ht-letter-spacing: 0;--ht-gap-size: 4px;--ht-icon-size: 16px;--ht-table-transition: .15s;--ht-border-color: var(--components-theme-color-component-2, #dfe1e6);--ht-accent-color: var(--text-theme-color-hyperlink, #0060df);--ht-foreground-color: var(--text-theme-color-std-text, var(--textPrimary02));--ht-foreground-secondary-color: var(--text-theme-color-soft-text, #6b778c);--ht-background-color: var(--background-theme-color-1, #ffffff);--ht-placeholder-color: var(--text-theme-color-weak-text, #a5adba);--ht-read-only-color: var(--text-theme-color-std-text, var(--textPrimary02));--ht-disabled-color: var(--text-theme-color-weak-text, #a5adba);--ht-shadow-color: rgba(23, 43, 77, .1);--ht-shadow-x: 0;--ht-shadow-y: 2px;--ht-shadow-blur: 8px;--ht-cell-horizontal-border-color: var(--components-theme-color-component-2, #dfe1e6);--ht-cell-vertical-border-color: var(--components-theme-color-component-2, #dfe1e6);--ht-wrapper-border-width: 0;--ht-wrapper-border-radius: 0;--ht-wrapper-border-color: var(--components-theme-color-component-2, #dfe1e6);--ht-row-header-odd-background-color: var(--background-theme-color-2, #f4f5f7);--ht-row-header-even-background-color: var(--background-theme-color-2, #f4f5f7);--ht-row-cell-odd-background-color: var(--background-theme-color-1, #ffffff);--ht-row-cell-even-background-color: var(--background-theme-color-2, #f4f5f7);--ht-cell-horizontal-padding: 4px;--ht-cell-vertical-padding: 2px;--ht-cell-editor-border-width: 2px;--ht-cell-editor-border-color: var(--border-focus-border-color, #0060df);--ht-cell-editor-foreground-color: var(--text-theme-color-std-text, var(--textPrimary02));--ht-cell-editor-background-color: var(--background-theme-color-5, #fff);--ht-cell-editor-shadow-blur-radius: 4px;--ht-cell-editor-shadow-color: rgba(0, 96, 223, .2);--ht-cell-success-background-color: rgba(55, 188, 108, .15);--ht-cell-error-background-color: rgba(222, 53, 11, .15);--ht-cell-read-only-background-color: transparent;--ht-cell-selection-border-color: var(--border-focus-border-color, #0060df);--ht-cell-selection-background-color: var(--background-theme-color-7, rgba(0, 96, 223, .1));--ht-cell-autofill-size: 6px;--ht-cell-autofill-border-width: 1px;--ht-cell-autofill-border-radius: 3px;--ht-cell-autofill-border-color: #ffffff;--ht-cell-autofill-background-color: var(--border-focus-border-color, #0060df);--ht-cell-autofill-fill-border-color: var(--text-theme-color-1, #172b4d);--ht-cell-mobile-handle-size: 12px;--ht-cell-mobile-handle-border-width: 1px;--ht-cell-mobile-handle-border-radius: 6px;--ht-cell-mobile-handle-border-color: var(--border-focus-border-color, #0060df);--ht-cell-mobile-handle-background-color: rgba(0, 96, 223, .4);--ht-resize-indicator-color: rgba(23, 43, 77, .5);--ht-move-backlight-color: rgba(23, 43, 77, .08);--ht-move-indicator-color: var(--border-focus-border-color, #0060df);--ht-hidden-indicator-color: rgba(23, 43, 77, .4);--ht-scrollbar-border-radius: 4px;--ht-scrollbar-track-color: var(--background-theme-color-2, #f4f5f7);--ht-scrollbar-thumb-color: var(--text-theme-color-4, #a5adba);--ht-header-font-weight: 600;--ht-header-foreground-color: var(--text-theme-color-std-text, var(--textPrimary02));--ht-header-background-color: var(--background-theme-color-2, #f4f5f7);--ht-header-highlighted-shadow-size: 0;--ht-header-highlighted-foreground-color: var(--text-theme-color-std-text, var(--textPrimary02));--ht-header-highlighted-background-color: var(--background-theme-color-3, #8eb0e7);--ht-header-active-border-color: var(--border-focus-border-color, #0060df);--ht-header-active-foreground-color: var(--text-theme-color-std-text, #000);--ht-header-active-background-color: var(--background-theme-color-3, #8eb0e7);--ht-header-filter-background-color: var(--background-theme-color-2, #f4f5f7);--ht-header-row-foreground-color: var(--text-theme-color-std-text, var(--textPrimary02));--ht-header-row-background-color: var(--background-theme-color-2, #f4f5f7);--ht-header-row-highlighted-foreground-color: var(--text-theme-color-std-text, var(--textPrimary02));--ht-header-row-highlighted-background-color: var(--background-theme-color-3, #8eb0e7);--ht-header-row-active-foreground-color: var(--text-theme-color-std-text, #000);--ht-header-row-active-background-color: var(--background-theme-color-3, #8eb0e7);--ht-checkbox-size: 16px;--ht-checkbox-border-radius: 0;--ht-checkbox-border-color: currentColor;--ht-checkbox-background-color: var(--background-theme-color-1, #ffffff);--ht-checkbox-icon-color: var(--background-theme-color-1, #ffffff);--ht-checkbox-hover-border-color: var(--components-theme-color-primary-active);--ht-checkbox-hover-background-color: var(--components-theme-color-secondary-hover);--ht-checkbox-focus-border-color: var(--border-focus-border-color, #0060df);--ht-checkbox-focus-background-color: var(--background-theme-color-1, #ffffff);--ht-checkbox-focus-icon-color: var(--background-theme-color-1, #ffffff);--ht-checkbox-focus-ring-color: rgba(0, 96, 223, .2);--ht-checkbox-disabled-border-color: var(--components-theme-color-primary-disabled, var(--disabled));--ht-checkbox-disabled-background-color: var(--components-theme-color-primary-disabled, var(--disabled));--ht-checkbox-disabled-icon-color: var(--components-theme-color-primary-disabled, var(--disabled));--ht-checkbox-checked-border-color: var(--components-theme-color-primary-active);--ht-checkbox-checked-background-color: var(--components-theme-color-primary-active);--ht-checkbox-checked-icon-color: var(--background-theme-color-1, #ffffff);--ht-checkbox-checked-focus-border-color: var(--components-theme-color-primary-active);--ht-checkbox-checked-focus-background-color: var(--components-theme-color-primary-active);--ht-checkbox-checked-focus-icon-color: var(--background-theme-color-1, #ffffff);--ht-checkbox-checked-disabled-border-color: var(--components-theme-color-primary-disabled, var(--disabled));--ht-checkbox-checked-disabled-background-color: var(--components-theme-color-primary-disabled, var(--disabled));--ht-checkbox-checked-disabled-icon-color: var(--background-theme-color-1, #ffffff);--ht-checkbox-indeterminate-border-color: var(--border-focus-border-color, #0060df);--ht-checkbox-indeterminate-background-color: var(--border-focus-border-color, #0060df);--ht-checkbox-indeterminate-icon-color: var(--background-theme-color-1, #ffffff);--ht-checkbox-indeterminate-focus-border-color: var(--border-focus-border-color, #0060df);--ht-checkbox-indeterminate-focus-background-color: var(--border-focus-border-color, #0060df);--ht-checkbox-indeterminate-focus-icon-color: var(--background-theme-color-1, #ffffff);--ht-checkbox-indeterminate-disabled-border-color: var(--text-theme-color-weak-text, #a5adba);--ht-checkbox-indeterminate-disabled-background-color: var(--text-theme-color-weak-text, #a5adba);--ht-checkbox-indeterminate-disabled-icon-color: var(--background-theme-color-1, #ffffff);--ht-button-border-radius: 3px;--ht-button-horizontal-padding: 12px;--ht-button-vertical-padding: 6px;--ht-primary-button-border-color: var(--border-focus-border-color, #0060df);--ht-primary-button-foreground-color: #ffffff;--ht-primary-button-background-color: var(--border-focus-border-color, #0060df);--ht-primary-button-disabled-border-color: var(--text-theme-color-4, #a5adba);--ht-primary-button-disabled-foreground-color: #ffffff;--ht-primary-button-disabled-background-color: var(--text-theme-color-4, #a5adba);--ht-primary-button-hover-border-color: var(--background-theme-color-5, #0052cc);--ht-primary-button-hover-foreground-color: #ffffff;--ht-primary-button-hover-background-color: var(--background-theme-color-5, #0052cc);--ht-primary-button-focus-border-color: var(--border-focus-border-color, #0060df);--ht-primary-button-focus-foreground-color: #ffffff;--ht-primary-button-focus-background-color: var(--border-focus-border-color, #0060df);--ht-secondary-button-border-color: var(--components-theme-color-component-2, #dfe1e6);--ht-secondary-button-foreground-color: var(--text-theme-color-std-text, var(--textPrimary02));--ht-secondary-button-background-color: var(--background-theme-color-1, #ffffff);--ht-secondary-button-disabled-border-color: var(--components-theme-color-component-2, #dfe1e6);--ht-secondary-button-disabled-foreground-color: var(--text-theme-color-weak-text, #a5adba);--ht-secondary-button-disabled-background-color: var(--background-theme-color-2, #f4f5f7);--ht-secondary-button-hover-border-color: var(--text-theme-color-soft-text, #6b778c);--ht-secondary-button-hover-foreground-color: var(--text-theme-color-std-text, var(--textPrimary02));--ht-secondary-button-hover-background-color: var(--background-theme-color-2, #f4f5f7);--ht-secondary-button-focus-border-color: var(--border-focus-border-color, #0060df);--ht-secondary-button-focus-foreground-color: var(--text-theme-color-std-text, var(--textPrimary02));--ht-secondary-button-focus-background-color: var(--background-theme-color-1, #ffffff);--ht-icon-button-icon-color: var(--text-theme-color-std-text, var(--textPrimary02));--ht-icon-button-active-icon-color: var(--background-theme-color-7) var(--background-theme-color-1);--ht-icon-button-hover-background-color: transparent;--ht-icon-button-hover-border-color: transparent;--ht-icon-button-active-hover-background-color: transparent;--ht-icon-button-active-hover-border-color: transparent;--ht-icon-button-active-background-color: transparent;--ht-icon-button-active-border-color: transparent;--ht-input-border-width: 1px;--ht-input-border-radius: 3px;--ht-input-horizontal-padding: 8px;--ht-input-vertical-padding: 6px;--ht-input-border-color: var(--components-theme-color-component-2, #dfe1e6);--ht-input-foreground-color: var(--text-theme-color-std-text, var(--textPrimary02));--ht-input-background-color: var(--background-theme-color-1, #ffffff);--ht-input-hover-border-color: var(--text-theme-color-soft-text, #6b778c);--ht-input-hover-foreground-color: var(--text-theme-color-std-text, var(--textPrimary02));--ht-input-hover-background-color: var(--background-theme-color-1, #ffffff);--ht-input-disabled-border-color: var(--components-theme-color-component-2, #dfe1e6);--ht-input-disabled-foreground-color: var(--text-theme-color-weak-text, #a5adba);--ht-input-disabled-background-color: var(--background-theme-color-2, #f4f5f7);--ht-input-focus-border-color: var(--border-focus-border-color, #0060df);--ht-input-focus-foreground-color: var(--text-theme-color-std-text, var(--textPrimary02));--ht-input-focus-background-color: var(--background-theme-color-1, #ffffff);--ht-menu-border-width: 1px;--ht-menu-border-radius: 3px;--ht-menu-horizontal-padding: 4px;--ht-menu-vertical-padding: 4px;--ht-menu-item-horizontal-padding: 12px;--ht-menu-item-vertical-padding: 8px;--ht-menu-border-color: var(--components-theme-color-component-2, #dfe1e6);--ht-menu-shadow-x: 0;--ht-menu-shadow-y: 4px;--ht-menu-shadow-blur: 12px;--ht-menu-shadow-color: rgba(23, 43, 77, .15);--ht-menu-item-hover-color: var(--background-theme-color-2, #f4f5f7);--ht-menu-item-active-color: var(--background-theme-color-4, #deebff);--ht-comments-textarea-horizontal-padding: 8px;--ht-comments-textarea-vertical-padding: 6px;--ht-comments-textarea-border-width: 1px;--ht-comments-textarea-border-color: var(--components-theme-color-component-2, #dfe1e6);--ht-comments-textarea-foreground-color: var(--text-theme-color-std-text, var(--textPrimary02));--ht-comments-textarea-background-color: var(--background-theme-color-1, #ffffff);--ht-comments-textarea-focus-border-width: 2px;--ht-comments-textarea-focus-border-color: var(--border-focus-border-color, #0060df);--ht-comments-textarea-focus-foreground-color: var(--text-theme-color-std-text, var(--textPrimary02));--ht-comments-textarea-focus-background-color: var(--background-theme-color-1, #ffffff);--ht-comments-indicator-size: 8px;--ht-comments-indicator-color: var(--background-theme-color-6, #0060df);font-family:Siemens Sans Pro VF,Arial,Helvetica,sans-serif}.ht-theme-classic .relative{box-sizing:content-box}.ht-theme-classic.listbox .ht_master table{background:inherit}.ht-theme-classic .ht_clone_top tbody{z-index:0;border:2px solid var(--secondary02);box-shadow:#0000001f 0 1px 3px,#0000003d 0 1px 2px}.ht-theme-classic .border{box-shadow:inset 0 -2px #cdd9e1}.ht-theme-classic td.htInvalid,.ht-theme-classic td.invalid{background:none!important;box-shadow:inset 0 -2px 0 var(--status-theme-color-danger, var(--error))}.ht-theme-classic td.htSearchResult{box-shadow:inset 0 -2px 0 var(--status-theme-color-warning, var(--warning));background:none}.ht-theme-classic tr>.spare{cursor:pointer;padding:0;pointer-events:none}.ht-theme-classic tr>.spare input{display:none}.ht-theme-classic tr{position:relative;background:none}.ht-theme-classic .ht_clone_inline_start{border-right:2px solid var(--secondary02);box-shadow:#0000001f 0 1px 3px,#0000003d 0 1px 2px}.ht-theme-classic td{padding:0 1rem;border-top:1px solid transparent!important;border-left:1px solid transparent!important;border-right:1px solid transparent!important;border-bottom:1px solid var(--components-theme-color-component-2, var(--disabled));vertical-align:middle;background:none}.ht-theme-classic thead th{padding:.5rem 1rem}.ht-theme-classic thead th:hover{background-color:var(--background-theme-color-3);cursor:pointer}.ht-theme-classic th.htRight>div{justify-content:flex-start}.ht-theme-classic th{background:none;vertical-align:middle;text-align:start;border:0!important;border-bottom:1px solid var(--components-theme-color-component-5)!important}.ht-theme-classic th *>.changeType{color:inherit;background:none;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit;box-shadow:none}.ht-theme-classic th *>.changeType:before{content:"\ea19";font-family:pulse-icons;background-color:transparent;-webkit-mask-image:none;top:-2px}.ht-theme-classic th *>.changeType:hover{border:none}.ht-theme-classic .disabled,.ht-theme-classic .disabled>*,.ht-theme-classic .disabled>.htCheckboxRendererInput.noValue{cursor:default;pointer-events:none;opacity:.5}.ht-theme-classic .htCheckboxRendererInput.noValue{opacity:1}.ht-theme-classic .htUIInput.htUIButtonOK input{background:none;color:inherit}.ht-theme-classic .checkbox-column,.ht-theme-classic .checkbox-column>*,.ht-theme-classic .checkbox-column>.htCheckboxRendererInput.noValue{cursor:pointer;padding:0}.ht-theme-classic .checkbox-column.hidden input,.ht-theme-classic .checkbox-column>*.hidden input,.ht-theme-classic .checkbox-column>.htCheckboxRendererInput.noValue.hidden input{visibility:hidden}.ht-theme-classic .highlight,.ht-theme-classic.listbox tr td.current,.ht-theme-classic.listbox tr:hover td{background:var(--background-theme-color-3, #eee)!important}.ht-theme-classic thead tr th.ht__active_highlight{box-shadow:none}.ht-theme-classic a{color:var(--text-theme-color-hyperlink, var(--textPrimary04))}.ht-theme-classic tr:nth-child(2n)>td.htDimmed{background-color:var(--background-theme-color-2)!important}.ht-theme-classic td.area:before,.ht-theme-classic td.area-1:before,.ht-theme-classic td.area-2:before,.ht-theme-classic td.area-3:before,.ht-theme-classic td.area-4:before,.ht-theme-classic td.area-5:before,.ht-theme-classic td.area-6:before,.ht-theme-classic td.area-7:before{content:none!important}.ht-theme-classic .pika-single{font:inherit!important}.ht-theme-classic .autocomplete-clear-btn{position:absolute;right:6px;top:6px;font-size:18px;cursor:pointer;color:var(--text-theme-color-std-text, #999);transition:color .2s ease;font-weight:700;padding:0 2px;line-height:1;-webkit-user-select:none;user-select:none;z-index:10;width:16px;text-align:center}.ht-theme-classic .autocomplete-clear-btn:hover{color:var(--components-theme-color-primary-hover, #666)}.ht-theme-classic .autocomplete-clear-btn:active{color:var(--components-theme-color-primary-active, #333)}@font-face{font-display:swap;font-family:Siemens Sans Pro VF;src:local("SiemensSans Pro VF Roman"),url("./media/SiemensSansProVF_W_Wght-OU7IWU67.woff2") format("woff2");font-weight:400 700;font-style:normal}@font-face{font-display:swap;font-family:Siemens Sans Pro VF;src:local("SiemensSans Pro VF Italic"),url("./media/SiemensSansProVF_Italics_W_Wght-TZAANIW6.woff2") format("woff2");font-weight:400 700;font-style:italic}html{scroll-behavior:smooth;font-family:var(--font-family);height:100%;box-sizing:border-box;-ms-overflow-style:scrollbar}html *,html *:before,html *:after{box-sizing:inherit;outline:0;font-family:inherit}html.dark *,html.light *{scrollbar-color:var(--background-theme-color-1) var(--background-theme-color-1);scrollbar-width:thin}html.dark *:hover,html.light *:hover{scrollbar-color:var(--background-theme-color-7) var(--background-theme-color-1)}body{height:100%;margin:0;padding:0;font-size:14px;font-family:var(--font-family);font-weight:400;color:var(--text-theme-color-std-text, var(--body-text-color));background-color:var(--background-theme-color-1)}iframe{border:none}*{scrollbar-color:var(--primary02) var(--disabled);scrollbar-width:thin}*::-webkit-scrollbar{height:8px;width:8px}*::-webkit-scrollbar-thumb{background:var(--primary02);border-radius:8px}*::-webkit-scrollbar-thumb:hover{background:var(--hoverPrimary02)}*::-webkit-scrollbar-track{background:var(--disabled);border-radius:8px}a{color:var(--text-theme-color-hyperlink, var(--textPrimary04));text-decoration:var(--text-theme-color-hyperlink, var(--primary01));cursor:pointer}a>label{cursor:pointer}a:hover{color:var(--text-theme-color-hyperlink-hover, var(--hoverPrimary01));text-decoration:var(--text-theme-color-hyperlink-hover, var(--primary01))}b{font-weight:var(--b-font-weight)}sub{vertical-align:text-bottom;position:relative;top:.2em}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.content-card-light{background:var(--light-color);padding:25px;margin-bottom:20px}.content-card-dark{background:var(--dark-color);padding:25px;margin-bottom:20px}h1,.h1{font-size:32px;font-weight:400;line-height:.78;margin:0 0 24px}h2,.h2{font-size:26px;font-weight:400;line-height:1.1875;margin:0}h3,.h3{font-size:20px;font-weight:400;line-height:1.1875;margin:0}h4,.h4{font-size:18px;font-weight:400;line-height:1.1875;margin:0}h5,.h5{font-size:16px;font-weight:600;line-height:1.375;margin:0}.sub-headline{font-size:14px;font-weight:var(--h-sub-font-weight);text-transform:uppercase;color:var(--stone-slate-gray);margin:0 0 15px}hr{border:0;height:1px;background:#333;background-image:linear-gradient(to right,#ccc,#333,#ccc)}.invisible{visibility:hidden}.wrap{margin:20px}.wrap-top{margin-top:20px}.wrap-bottom{margin-bottom:20px}.wrap-left{margin-left:20px}.wrap-right{margin-right:20px}.highchart-bar-color{color:var(--primary01);fill:var(--primary01);stroke:var(--primary01)}.highchart-bar-color.highcharts-point-hover{color:var(--sidebar-nav-highlight-color);fill:var(--sidebar-nav-highlight-color);stroke:var(--primary01)}.highcharts-loading path{opacity:.75;filter:grayscale(.75)}.survey-dashboard-column{width:100%}.theme-color{color:var(--primary01)}input::-ms-clear{display:none;width:0;height:0}.dont-print{display:inherit}.pointer{cursor:pointer}@media print{.dont-print{display:none!important}}cdk-virtual-scroll-viewport:not(.horizontal-scrolling)>.cdk-virtual-scroll-content-wrapper{max-width:100%}.screen-reader-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
