.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:transparent;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}.cdk-overlay-popover{background:none;border:none;padding:0;outline:0;overflow:visible;position:fixed;pointer-events:none;white-space:normal;color:inherit;text-decoration:none;width:100%;height:100%;inset:0 auto auto 0}.cdk-overlay-popover::backdrop{display:none}.cdk-overlay-popover .cdk-overlay-backdrop{position:fixed;z-index:auto}.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:none}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover,.air-datepicker-cell.-in-range-.-focus-{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7,var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7,var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3,1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4,1fr);grid-auto-rows:var(--adp-year-cell-height)}.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:#fff0}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;inset:-3px -2px -2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,var(--adp-time-track-color),var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:#0000;background:#0000}.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:#0000;background:#0000}.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:#0000;background:#0000}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:#0000}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:#0000}.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas: "nav" "body" "timepicker" "buttons";--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, .1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, .2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px #00000026;border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translate(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translate(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%,calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%,-50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}:root{--ItgAgentApp-zIndex-menu: 200;--ItgAgentApp-zIndex-detailsPanel: 100;--ItgAgentApp-zIndex-componentSideBar: 10;--ItgAgentApp-zIndex-cdkOverlayPane: 1000;--ItgAgentApp-zIndex-stickyHeader: 300;--ItgAgentApp-zIndex-stickySubHeader: 200;--ItgAgentApp-zIndex-contentOverlay: 299;--ItgAgentApp-zIndex-loadingIndicator: 100;--ItgAgentApp-animationTiming-slide: .4s cubic-bezier(.25, .8, .25, 1);--ItgAgentApp-topbar-height: 0px;--ItgAgentApp-header-height: 0px;--ItgAgentApp-subHeader-height: 0px;--ItgAgentApp-spacing-2xs: var(--halo-spacing-2xs);--ItgAgentApp-spacing-xs: var(--halo-spacing-xs);--ItgAgentApp-spacing-s: var(--halo-spacing-s);--ItgAgentApp-spacing-m: var(--halo-spacing-m);--ItgAgentApp-spacing-l: var(--halo-spacing-l);--ItgAgentApp-spacing-xl: var(--halo-spacing-xl);--ItgAgentApp-spacing-2xl: var(--halo-spacing-2xl);--ItgAgentApp-spacing-3xl: var(--halo-spacing-3xl);--ItgAgentApp-spacing-4xl: var(--halo-spacing-4xl);--ItgAgentApp-spacing-5xl: var(--halo-spacing-5xl);--ItgAgentApp-spacing-6xl: var(--halo-spacing-6xl);--ItgAgentApp-spacing-7xl: var(--halo-spacing-7xl);--ItgAgentApp-size-2xs: var(--halo-size-2xs);--ItgAgentApp-size-xs: var(--halo-size-xs);--ItgAgentApp-size-s: var(--halo-size-s);--ItgAgentApp-size-m: var(--halo-size-m);--ItgAgentApp-size-l: var(--halo-size-l);--ItgAgentApp-size-xl: var(--halo-size-xl);--ItgAgentApp-size-2xl: var(--halo-size-2xl);--ItgAgentApp-size-3xl: var(--halo-size-3xl);--ItgAgentApp-size-4xl: var(--halo-size-4xl);--ItgAgentApp-gridSize: 3px}@media screen and (min-width:480px){:root{--ItgAgentApp-gridSize: 4px}}:root{--ItgAgentApp-constantShadow: 0 3px 6px rgb(0 0 0 / 16%);--ItgAgentThemeDefault-shadow-small: 0 5px 20px rgb(0 0 0 / 3%);--ItgAgentThemeDefault-shadow-medium: 0 7px 35px rgb(0 0 0 / 5%);--ItgAgentThemeDefault-shadow-large: 0 10px 50px rgb(0 0 0 / 20%);--ItgAgentApp-shadow-small: var(--ItgAgentTheme-shadow-small, var(--ItgAgentThemeDefault-shadow-small));--ItgAgentApp-shadow-medium: var(--ItgAgentTheme-shadow-medium, var(--ItgAgentThemeDefault-shadow-medium));--ItgAgentApp-shadow-large: var(--ItgAgentTheme-shadow-large, var(--ItgAgentThemeDefault-shadow-large));--ItgAgentApp-radius-none: var(--halo-radius-default);--ItgAgentApp-radius-s: var(--halo-radius-s);--ItgAgentApp-radius-m: var(--halo-radius-m);--ItgAgentApp-radius-l: var(--halo-radius-l);--ItgAgentApp-radius-xl: var(--halo-radius-xl);--ItgAgentApp-radius-pill: var(--halo-radius-pill);--ItgAgentThemeDefault-primaryColor-50: var(--halo-colors-primary-solid-50);--ItgAgentThemeDefault-primaryColor-100: var(--halo-colors-primary-solid-100);--ItgAgentThemeDefault-primaryColor-200: var(--halo-colors-primary-solid-200);--ItgAgentThemeDefault-primaryColor-300: var(--halo-colors-primary-solid-300);--ItgAgentThemeDefault-primaryColor-400: var(--halo-colors-primary-solid-400);--ItgAgentThemeDefault-primaryColor-500: var(--halo-colors-primary-solid-500);--ItgAgentThemeDefault-primaryColor-600: var(--halo-colors-primary-solid-600);--ItgAgentThemeDefault-primaryColor-700: var(--halo-colors-primary-solid-700);--ItgAgentThemeDefault-primaryColor-800: var(--halo-colors-primary-solid-800);--ItgAgentThemeDefault-primaryColor-900: var(--halo-colors-primary-solid-900);--ItgAgentThemeDefault-primaryColor: var(--halo-light-interactive-primary-default);--ItgAgentThemeDefault-primaryColor-hover: var(--halo-light-interactive-primary-hover);--ItgAgentThemeDefault-primaryColor-focus: var(--halo-light-interactive-primary-pressed);--ItgAgentThemeDefault-primaryTextColor: var(--halo-light-interactive-primary-text)}.is-dark{--ItgAgentThemeDefault-primaryColor: var( --halo-storyteq-dark-interactive-primary-default, var(--halo-dark-interactive-primary-default) );--ItgAgentThemeDefault-primaryColor-hover: var( --halo-storyteq-dark-interactive-primary-hover, var(--halo-dark-interactive-primary-hover) );--ItgAgentThemeDefault-primaryColor-focus: var( --halo-storyteq-dark-interactive-primary-pressed, var(--halo-dark-interactive-primary-pressed) );--ItgAgentThemeDefault-primaryTextColor: var( --halo-storyteq-dark-interactive-primary-text, var(--halo-dark-interactive-primary-text) )}:root{--ItgAgentThemeDefault-secondaryColor-50: var(--halo-colors-secondary-solid-50);--ItgAgentThemeDefault-secondaryColor-100: var(--halo-colors-secondary-solid-100);--ItgAgentThemeDefault-secondaryColor-200: var(--halo-colors-secondary-solid-200);--ItgAgentThemeDefault-secondaryColor-300: var(--halo-colors-secondary-solid-300);--ItgAgentThemeDefault-secondaryColor-400: var(--halo-colors-secondary-solid-400);--ItgAgentThemeDefault-secondaryColor-500: var(--halo-colors-secondary-solid-500);--ItgAgentThemeDefault-secondaryColor-600: var(--halo-colors-secondary-solid-600);--ItgAgentThemeDefault-secondaryColor-700: var(--halo-colors-secondary-solid-700);--ItgAgentThemeDefault-secondaryColor-800: var(--halo-colors-secondary-solid-800);--ItgAgentThemeDefault-secondaryColor-900: var(--halo-colors-secondary-solid-900);--ItgAgentThemeDefault-secondaryColor: var(--halo-light-interactive-secondary-default);--ItgAgentThemeDefault-secondaryColor-hover: var(--halo-light-interactive-secondary-hover);--ItgAgentThemeDefault-secondaryColor-focus: var(--halo-light-interactive-secondary-pressed);--ItgAgentThemeDefault-secondaryTextColor: var(--halo-light-interactive-secondary-text)}.is-dark{--ItgAgentThemeDefault-secondaryColor: var( --halo-storyteq-dark-interactive-secondary-default, var(--halo-dark-interactive-secondary-default) );--ItgAgentThemeDefault-secondaryColor-hover: var( --halo-storyteq-dark-interactive-secondary-hover, var(--halo-dark-interactive-secondary-hover) );--ItgAgentThemeDefault-secondaryColor-focus: var( --halo-storyteq-dark-interactive-secondary-pressed, var(--halo-dark-interactive-secondary-pressed) );--ItgAgentThemeDefault-secondaryTextColor: var( --halo-storyteq-dark-interactive-secondary-text, var(--halo-dark-interactive-secondary-text) )}:root{--ItgAgentThemeDefault-tertiaryColor: var(--halo-light-interactive-tertiary-default);--ItgAgentThemeDefault-tertiaryColor-hover: var(--halo-light-interactive-tertiary-hover);--ItgAgentThemeDefault-tertiaryColor-focus: var(--halo-light-interactive-tertiary-pressed);--ItgAgentThemeDefault-tertiaryTextColor: var(--halo-light-interactive-tertiary-text)}.is-dark{--ItgAgentThemeDefault-tertiaryColor: var( --halo-storyteq-dark-interactive-tertiary-default, var(--halo-dark-interactive-tertiary-default) );--ItgAgentThemeDefault-tertiaryColor-hover: var( --halo-storyteq-dark-interactive-tertiary-hover, var(--halo-dark-interactive-tertiary-hover) );--ItgAgentThemeDefault-tertiaryColor-focus: var( --halo-storyteq-dark-interactive-tertiary-pressed, var(--halo-dark-interactive-tertiary-pressed) );--ItgAgentThemeDefault-tertiaryTextColor: var( --halo-storyteq-dark-interactive-tertiary-text, var(--halo-dark-interactive-tertiary-text) )}:root{--ItgAgentThemeDefault-neutralColor-0: var(--halo-colors-neutral-solid-50);--ItgAgentThemeDefault-neutralColor-100: var(--halo-colors-neutral-solid-100);--ItgAgentThemeDefault-neutralColor-200: var(--halo-colors-neutral-solid-200);--ItgAgentThemeDefault-neutralColor-300: var(--halo-colors-neutral-solid-300);--ItgAgentThemeDefault-neutralColor-400: var(--halo-colors-neutral-solid-400);--ItgAgentThemeDefault-neutralColor-500: var(--halo-colors-neutral-solid-500);--ItgAgentThemeDefault-neutralColor-600: var(--halo-colors-neutral-solid-600);--ItgAgentThemeDefault-neutralColor-700: var(--halo-colors-neutral-solid-700);--ItgAgentThemeDefault-neutralColor-800: var(--halo-colors-neutral-solid-800);--ItgAgentThemeDefault-neutralColor-900: var(--halo-colors-neutral-solid-900);--ItgAgentThemeDefault-neutralColor-1000: #161616;--ItgAgentThemeDefault-neutralColor-950: var(--halo-colors-neutral-solid-950);--ItgAgentThemeDefault-infoColor-100: var(--halo-colors-feedback-info-solid-100);--ItgAgentThemeDefault-infoColor-300: var(--halo-colors-feedback-info-solid-300);--ItgAgentThemeDefault-infoColor-500: var(--halo-colors-feedback-info-solid-500);--ItgAgentThemeDefault-infoColor-700: var(--halo-colors-feedback-info-solid-700);--ItgAgentThemeDefault-infoColor-900: var(--halo-colors-feedback-info-solid-900);--ItgAgentThemeDefault-infoColor: var(--halo-light-interactive-info-default);--ItgAgentThemeDefault-infoColor-hover: var(--halo-light-interactive-info-hover);--ItgAgentThemeDefault-infoColor-focus: var(--halo-light-interactive-info-pressed);--ItgAgentThemeDefault-infoTextColor: var(--halo-light-interactive-info-text)}.is-dark{--ItgAgentThemeDefault-infoColor: var( --halo-storyteq-dark-interactive-info-default, var(--halo-dark-interactive-info-default) );--ItgAgentThemeDefault-infoColor-hover: var( --halo-storyteq-dark-interactive-info-hover, var(--halo-dark-interactive-info-hover) );--ItgAgentThemeDefault-infoColor-focus: var( --halo-storyteq-dark-interactive-info-pressed, var(--halo-dark-interactive-info-pressed) );--ItgAgentThemeDefault-infoTextColor: var( --halo-storyteq-dark-interactive-info-text, var(--halo-dark-interactive-info-text) )}:root{--ItgAgentThemeDefault-successColor-100: var(--halo-colors-feedback-success-solid-100);--ItgAgentThemeDefault-successColor-300: var(--halo-colors-feedback-success-solid-300);--ItgAgentThemeDefault-successColor-500: var(--halo-colors-feedback-success-solid-500);--ItgAgentThemeDefault-successColor-700: var(--halo-colors-feedback-success-solid-700);--ItgAgentThemeDefault-successColor-900: var(--halo-colors-feedback-success-solid-900);--ItgAgentThemeDefault-successColor: var(--halo-light-interactive-success-default);--ItgAgentThemeDefault-successColor-hover: var(--halo-light-interactive-success-hover);--ItgAgentThemeDefault-successColor-focus: var(--halo-light-interactive-success-pressed);--ItgAgentThemeDefault-successTextColor: var(--halo-light-interactive-success-text)}.is-dark{--ItgAgentThemeDefault-successColor: var( --halo-storyteq-dark-interactive-success-default, var(--halo-dark-interactive-success-default) );--ItgAgentThemeDefault-successColor-hover: var( --halo-storyteq-dark-interactive-success-hover, var(--halo-dark-interactive-success-hover) );--ItgAgentThemeDefault-successColor-focus: var( --halo-storyteq-dark-interactive-success-pressed, var(--halo-dark-interactive-success-pressed) );--ItgAgentThemeDefault-successTextColor: var( --halo-storyteq-dark-interactive-success-text, var(--halo-dark-interactive-success-text) )}:root{--ItgAgentThemeDefault-warningColor-100: var(--halo-colors-feedback-warning-solid-100);--ItgAgentThemeDefault-warningColor-300: var(--halo-colors-feedback-warning-solid-300);--ItgAgentThemeDefault-warningColor-500: var(--halo-colors-feedback-warning-solid-500);--ItgAgentThemeDefault-warningColor-700: var(--halo-colors-feedback-warning-solid-700);--ItgAgentThemeDefault-warningColor-900: var(--halo-colors-feedback-warning-solid-900);--ItgAgentThemeDefault-warningColor: var(--halo-light-interactive-warning-default);--ItgAgentThemeDefault-warningColor-hover: var(--halo-light-interactive-warning-hover);--ItgAgentThemeDefault-warningColor-focus: var(--halo-light-interactive-warning-pressed);--ItgAgentThemeDefault-warningTextColor: var(--halo-light-interactive-warning-text)}.is-dark{--ItgAgentThemeDefault-warningColor: var( --halo-storyteq-dark-interactive-warning-default, var(--halo-dark-interactive-warning-default) );--ItgAgentThemeDefault-warningColor-hover: var( --halo-storyteq-dark-interactive-warning-hover, var(--halo-dark-interactive-warning-hover) );--ItgAgentThemeDefault-warningColor-focus: var( --halo-storyteq-dark-interactive-warning-pressed, var(--halo-dark-interactive-warning-pressed) );--ItgAgentThemeDefault-warningTextColor: var( --halo-storyteq-dark-interactive-warning-text, var(--halo-dark-interactive-warning-text) )}:root{--ItgAgentThemeDefault-errorColor-100: var(--halo-colors-feedback-error-solid-100);--ItgAgentThemeDefault-errorColor-300: var(--halo-colors-feedback-error-solid-300);--ItgAgentThemeDefault-errorColor-500: var(--halo-colors-feedback-error-solid-500);--ItgAgentThemeDefault-errorColor-700: var(--halo-colors-feedback-error-solid-700);--ItgAgentThemeDefault-errorColor-900: var(--halo-colors-feedback-error-solid-900);--ItgAgentThemeDefault-errorColor: var(--halo-light-interactive-error-default);--ItgAgentThemeDefault-errorColor-hover: var(--halo-light-interactive-error-hover);--ItgAgentThemeDefault-errorColor-focus: var(--halo-light-interactive-error-pressed);--ItgAgentThemeDefault-errorTextColor: var(--halo-light-interactive-error-text)}.is-dark{--ItgAgentThemeDefault-errorColor: var( --halo-storyteq-dark-interactive-error-default, var(--halo-dark-interactive-error-default) );--ItgAgentThemeDefault-errorColor-hover: var( --halo-storyteq-dark-interactive-error-hover, var(--halo-dark-interactive-error-hover) );--ItgAgentThemeDefault-errorColor-focus: var( --halo-storyteq-dark-interactive-error-pressed, var(--halo-dark-interactive-error-pressed) );--ItgAgentThemeDefault-errorTextColor: var( --halo-storyteq-dark-interactive-error-text, var(--halo-dark-interactive-error-text) )}:root{--ItgAgentApp-primaryColor-50: var(--ItgAgentTheme-primaryColor-50, var(--ItgAgentThemeDefault-primaryColor-50));--ItgAgentApp-primaryColor-100: var(--ItgAgentTheme-primaryColor-100, var(--ItgAgentThemeDefault-primaryColor-100));--ItgAgentApp-primaryColor-200: var(--ItgAgentTheme-primaryColor-200, var(--ItgAgentThemeDefault-primaryColor-200));--ItgAgentApp-primaryColor-300: var(--ItgAgentTheme-primaryColor-300, var(--ItgAgentThemeDefault-primaryColor-300));--ItgAgentApp-primaryColor-400: var(--ItgAgentTheme-primaryColor-400, var(--ItgAgentThemeDefault-primaryColor-400));--ItgAgentApp-primaryColor-500: var(--ItgAgentTheme-primaryColor-500, var(--ItgAgentThemeDefault-primaryColor-500));--ItgAgentApp-primaryColor-600: var(--ItgAgentTheme-primaryColor-600, var(--ItgAgentThemeDefault-primaryColor-600));--ItgAgentApp-primaryColor-700: var(--ItgAgentTheme-primaryColor-700, var(--ItgAgentThemeDefault-primaryColor-700));--ItgAgentApp-primaryColor-800: var(--ItgAgentTheme-primaryColor-800, var(--ItgAgentThemeDefault-primaryColor-800));--ItgAgentApp-primaryColor-900: var(--ItgAgentTheme-primaryColor-900, var(--ItgAgentThemeDefault-primaryColor-900));--ItgAgentApp-primaryTextColor: var(--ItgAgentTheme-primaryTextColor, var(--ItgAgentThemeDefault-primaryTextColor));--ItgAgentApp-primaryColor: var(--ItgAgentTheme-primaryColor, var(--ItgAgentThemeDefault-primaryColor));--ItgAgentApp-primaryColor-hover: var( --ItgAgentTheme-primaryColor-hover, var(--ItgAgentThemeDefault-primaryColor-hover) );--ItgAgentApp-primaryColor-focus: var( --ItgAgentTheme-primaryColor-focus, var(--ItgAgentThemeDefault-primaryColor-focus) );--ItgAgentApp-secondaryColor-50: var( --ItgAgentTheme-secondaryColor-50, var(--ItgAgentThemeDefault-secondaryColor-50) );--ItgAgentApp-secondaryColor-100: var( --ItgAgentTheme-secondaryColor-100, var(--ItgAgentThemeDefault-secondaryColor-100) );--ItgAgentApp-secondaryColor-200: var( --ItgAgentTheme-secondaryColor-200, var(--ItgAgentThemeDefault-secondaryColor-200) );--ItgAgentApp-secondaryColor-300: var( --ItgAgentTheme-secondaryColor-300, var(--ItgAgentThemeDefault-secondaryColor-300) );--ItgAgentApp-secondaryColor-400: var( --ItgAgentTheme-secondaryColor-400, var(--ItgAgentThemeDefault-secondaryColor-400) );--ItgAgentApp-secondaryColor-500: var( --ItgAgentTheme-secondaryColor-500, var(--ItgAgentThemeDefault-secondaryColor-500) );--ItgAgentApp-secondaryColor-600: var( --ItgAgentTheme-secondaryColor-600, var(--ItgAgentThemeDefault-secondaryColor-600) );--ItgAgentApp-secondaryColor-700: var( --ItgAgentTheme-secondaryColor-700, var(--ItgAgentThemeDefault-secondaryColor-700) );--ItgAgentApp-secondaryColor-800: var( --ItgAgentTheme-secondaryColor-800, var(--ItgAgentThemeDefault-secondaryColor-800) );--ItgAgentApp-secondaryColor-900: var( --ItgAgentTheme-secondaryColor-900, var(--ItgAgentThemeDefault-secondaryColor-900) );--ItgAgentApp-secondaryTextColor: var( --ItgAgentTheme-secondaryTextColor, var(--ItgAgentThemeDefault-secondaryTextColor) );--ItgAgentApp-secondaryColor: var(--ItgAgentTheme-secondaryColor, var(--ItgAgentThemeDefault-secondaryColor));--ItgAgentApp-secondaryColor-hover: var( --ItgAgentTheme-secondaryColor-hover, var(--ItgAgentThemeDefault-secondaryColor-hover) );--ItgAgentApp-secondaryColor-focus: var( --ItgAgentTheme-secondaryColor-focus, var(--ItgAgentThemeDefault-secondaryColor-focus) );--ItgAgentApp-tertiaryColor-50: var(--ItgAgentTheme-tertiaryColor-50, var(--ItgAgentThemeDefault-tertiaryColor-50));--ItgAgentApp-tertiaryColor-100: var( --ItgAgentTheme-tertiaryColor-100, var(--ItgAgentThemeDefault-tertiaryColor-100) );--ItgAgentApp-tertiaryColor-200: var( --ItgAgentTheme-tertiaryColor-200, var(--ItgAgentThemeDefault-tertiaryColor-200) );--ItgAgentApp-tertiaryColor-300: var( --ItgAgentTheme-tertiaryColor-300, var(--ItgAgentThemeDefault-tertiaryColor-300) );--ItgAgentApp-tertiaryColor-400: var( --ItgAgentTheme-tertiaryColor-400, var(--ItgAgentThemeDefault-tertiaryColor-400) );--ItgAgentApp-tertiaryColor-500: var( --ItgAgentTheme-tertiaryColor-500, var(--ItgAgentThemeDefault-tertiaryColor-500) );--ItgAgentApp-tertiaryColor-600: var( --ItgAgentTheme-tertiaryColor-600, var(--ItgAgentThemeDefault-tertiaryColor-600) );--ItgAgentApp-tertiaryColor-700: var( --ItgAgentTheme-tertiaryColor-700, var(--ItgAgentThemeDefault-tertiaryColor-700) );--ItgAgentApp-tertiaryColor-800: var( --ItgAgentTheme-tertiaryColor-800, var(--ItgAgentThemeDefault-tertiaryColor-800) );--ItgAgentApp-tertiaryColor-900: var( --ItgAgentTheme-tertiaryColor-900, var(--ItgAgentThemeDefault-tertiaryColor-900) );--ItgAgentApp-tertiaryTextColor: var( --ItgAgentTheme-tertiaryTextColor, var(--ItgAgentThemeDefault-tertiaryTextColor) );--ItgAgentApp-tertiaryColor: var(--ItgAgentTheme-tertiaryColor, var(--ItgAgentThemeDefault-tertiaryColor));--ItgAgentApp-tertiaryColor-hover: var( --ItgAgentTheme-tertiaryColor-hover, var(--ItgAgentThemeDefault-tertiaryColor-hover) );--ItgAgentApp-tertiaryColor-focus: var( --ItgAgentTheme-tertiaryColor-focus, var(--ItgAgentThemeDefault-tertiaryColor-focus) );--ItgAgentApp-infoColor-100: var(--ItgAgentTheme-infoColor-100, var(--ItgAgentThemeDefault-infoColor-100));--ItgAgentApp-infoColor-300: var(--ItgAgentTheme-infoColor-300, var(--ItgAgentThemeDefault-infoColor-300));--ItgAgentApp-infoColor-500: var(--ItgAgentTheme-infoColor-500, var(--ItgAgentThemeDefault-infoColor-500));--ItgAgentApp-infoColor-700: var(--ItgAgentTheme-infoColor-700, var(--ItgAgentThemeDefault-infoColor-700));--ItgAgentApp-infoColor-900: var(--ItgAgentTheme-infoColor-900, var(--ItgAgentThemeDefault-infoColor-900));--ItgAgentApp-infoTextColor: var(--ItgAgentTheme-infoTextColor, var(--ItgAgentThemeDefault-infoTextColor));--ItgAgentApp-infoColor: var(--ItgAgentTheme-infoColor, var(--ItgAgentThemeDefault-infoColor));--ItgAgentApp-infoColor-hover: var(--ItgAgentTheme-infoColor-hover, var(--ItgAgentThemeDefault-infoColor-hover));--ItgAgentApp-infoColor-focus: var(--ItgAgentTheme-infoColor-focus, var(--ItgAgentThemeDefault-infoColor-focus));--ItgAgentApp-successColor-100: var(--ItgAgentTheme-successColor-100, var(--ItgAgentThemeDefault-successColor-100));--ItgAgentApp-successColor-300: var(--ItgAgentTheme-successColor-300, var(--ItgAgentThemeDefault-successColor-300));--ItgAgentApp-successColor-500: var(--ItgAgentTheme-successColor-500, var(--ItgAgentThemeDefault-successColor-500));--ItgAgentApp-successColor-700: var(--ItgAgentTheme-successColor-700, var(--ItgAgentThemeDefault-successColor-700));--ItgAgentApp-successColor-900: var(--ItgAgentTheme-successColor-900, var(--ItgAgentThemeDefault-successColor-900));--ItgAgentApp-successTextColor: var(--ItgAgentTheme-successTextColor, var(--ItgAgentThemeDefault-successTextColor));--ItgAgentApp-successColor: var(--ItgAgentTheme-successColor, var(--ItgAgentThemeDefault-successColor));--ItgAgentApp-successColor-hover: var( --ItgAgentTheme-successColor-hover, var(--ItgAgentThemeDefault-successColor-hover) );--ItgAgentApp-successColor-focus: var( --ItgAgentTheme-successColor-focus, var(--ItgAgentThemeDefault-successColor-focus) );--ItgAgentApp-warningColor-100: var(--ItgAgentTheme-warningColor-100, var(--ItgAgentThemeDefault-warningColor-100));--ItgAgentApp-warningColor-300: var(--ItgAgentTheme-warningColor-300, var(--ItgAgentThemeDefault-warningColor-300));--ItgAgentApp-warningColor-500: var(--ItgAgentTheme-warningColor-500, var(--ItgAgentThemeDefault-warningColor-500));--ItgAgentApp-warningColor-700: var(--ItgAgentTheme-warningColor-700, var(--ItgAgentThemeDefault-warningColor-700));--ItgAgentApp-warningColor-900: var(--ItgAgentTheme-warningColor-900, var(--ItgAgentThemeDefault-warningColor-900));--ItgAgentApp-warningTextColor: var(--ItgAgentTheme-warningTextColor, var(--ItgAgentThemeDefault-warningTextColor));--ItgAgentApp-warningColor: var(--ItgAgentTheme-warningColor, var(--ItgAgentThemeDefault-warningColor));--ItgAgentApp-warningColor-hover: var( --ItgAgentTheme-warningColor-hover, var(--ItgAgentThemeDefault-warningColor-hover) );--ItgAgentApp-warningColor-focus: var( --ItgAgentTheme-warningColor-focus, var(--ItgAgentThemeDefault-warningColor-focus) );--ItgAgentApp-errorColor-100: var(--ItgAgentTheme-errorColor-100, var(--ItgAgentThemeDefault-errorColor-100));--ItgAgentApp-errorColor-300: var(--ItgAgentTheme-errorColor-300, var(--ItgAgentThemeDefault-errorColor-300));--ItgAgentApp-errorColor-500: var(--ItgAgentTheme-errorColor-500, var(--ItgAgentThemeDefault-errorColor-500));--ItgAgentApp-errorColor-700: var(--ItgAgentTheme-errorColor-700, var(--ItgAgentThemeDefault-errorColor-700));--ItgAgentApp-errorColor-900: var(--ItgAgentTheme-errorColor-900, var(--ItgAgentThemeDefault-errorColor-900));--ItgAgentApp-errorTextColor: var(--ItgAgentTheme-errorTextColor, var(--ItgAgentThemeDefault-errorTextColor));--ItgAgentApp-errorColor: var(--ItgAgentTheme-errorColor, var(--ItgAgentThemeDefault-errorColor));--ItgAgentApp-errorColor-hover: var(--ItgAgentTheme-errorColor-hover, var(--ItgAgentThemeDefault-errorColor-hover));--ItgAgentApp-errorColor-focus: var(--ItgAgentTheme-errorColor-focus, var(--ItgAgentThemeDefault-errorColor-focus));--ItgAgentApp-neutralColor-0: var(--ItgAgentTheme-neutralColor-0, var(--ItgAgentThemeDefault-neutralColor-0));--ItgAgentApp-neutralColor-100: var(--ItgAgentTheme-neutralColor-100, var(--ItgAgentThemeDefault-neutralColor-100));--ItgAgentApp-neutralColor-200: var(--ItgAgentTheme-neutralColor-200, var(--ItgAgentThemeDefault-neutralColor-200));--ItgAgentApp-neutralColor-300: var(--ItgAgentTheme-neutralColor-300, var(--ItgAgentThemeDefault-neutralColor-300));--ItgAgentApp-neutralColor-400: var(--ItgAgentTheme-neutralColor-400, var(--ItgAgentThemeDefault-neutralColor-400));--ItgAgentApp-neutralColor-500: var(--ItgAgentTheme-neutralColor-500, var(--ItgAgentThemeDefault-neutralColor-500));--ItgAgentApp-neutralColor-600: var(--ItgAgentTheme-neutralColor-600, var(--ItgAgentThemeDefault-neutralColor-600));--ItgAgentApp-neutralColor-700: var(--ItgAgentTheme-neutralColor-700, var(--ItgAgentThemeDefault-neutralColor-700));--ItgAgentApp-neutralColor-800: var(--ItgAgentTheme-neutralColor-800, var(--ItgAgentThemeDefault-neutralColor-800));--ItgAgentApp-neutralColor-900: var(--ItgAgentTheme-neutralColor-900, var(--ItgAgentThemeDefault-neutralColor-900));--ItgAgentApp-neutralColor-1000: var( --ItgAgentTheme-neutralColor-1000, var(--ItgAgentThemeDefault-neutralColor-1000) );--ItgAgentApp-neutralColor-950: var(--ItgAgentTheme-neutralColor-950, var(--ItgAgentThemeDefault-neutralColor-950));--ItgAgentApp-backgroundColor: var(--halo-light-background-default);--ItgAgentApp-backgroundColor-secondary: var(--halo-light-background-alt);--ItgAgentApp-backgroundColor-info: var(--halo-light-surface-solid-info);--ItgAgentApp-containerBackgroundColor: var(--halo-light-background-alt);--ItgAgentApp-overlayColor: var(--halo-light-background-overlay);--ItgAgentApp-backdropColor: var(--halo-light-background-overlay);--ItgAgentApp-imageOverlayColor: var(--halo-light-background-image-overlay)}:root{--ItgAgentApp-tileColor: var(--ItgAgentApp-surfaceColor);--ItgAgentApp-tileColor-hover: var(--ItgAgentApp-surfaceColor-subtle);--ItgAgentApp-imageBackgroundColor: var(--ItgAgentApp-surfaceColor-strong);--ItgAgentApp-card-backgroundColor: var(--ItgAgentApp-surfaceColor);--ItgAgentApp-menuColor: var(--ItgAgentApp-surfaceColor);--ItgAgentApp-toolbarColor: var(--ItgAgentApp-surfaceColor);--ItgAgentApp-footerColor: var(--ItgAgentApp-surfaceColor);--ItgAgentApp-popup-backgroundColor: var(--ItgAgentApp-surfaceColor);--ItgAgentApp-tag-backgroundColor: var(--ItgAgentApp-surfaceColor-inverse);--ItgAgentApp-menuTextColor: var(--ItgAgentApp-contentColor);--ItgAgentApp-toolbarTextColor: var(--ItgAgentApp-contentColor);--ItgAgentApp-footerTextColor: var(--ItgAgentApp-contentColor-subtle);--ItgAgentApp-imageOverlayTextColor: var(--ItgAgentApp-contentColor-inverse);--ItgAgentApp-popup-textColor: var(--ItgAgentApp-contentColor);--ItgAgentApp-tag-textColor: var(--ItgAgentApp-contentColor-inverse);--ItgAgentApp-typingDot-backgroundColor: var(--ItgAgentApp-contentColor);--ItgAgentApp-inputTextColor: var(--ItgAgentApp-contentColor);--ItgAgentApp-inputTextColor-disabled: var(--ItgAgentApp-contentColor-subtle);--ItgAgentApp-inputTextColor-placeholder: var(--ItgAgentApp-contentColor-placeholder);--ItgAgentApp-universalNavigationColor: var(--ItgAgentApp-neutralColor-950);--ItgAgentApp-universalNavigationDividerColor: var(--ItgAgentApp-neutralColor-800);--ItgAgentApp-universalNavigationItemColor: var(--halo-navigation-nav-item-default-background);--ItgAgentApp-universalNavigationItemColor-hover: var(--halo-navigation-nav-item-hover-background);--ItgAgentApp-universalNavigationItemColor-selected: var(--halo-navigation-nav-item-selected-background);--ItgAgentApp-universalNavigationItemTextColor: var(--halo-navigation-nav-item-default-text);--ItgAgentApp-universalNavigationItemTextColor-hover: var(--halo-navigation-nav-item-hover-text);--ItgAgentApp-universalNavigationItemTextColor-selected: var(--halo-navigation-nav-item-selected-text);--ItgAgentApp-universalNavigationItemBorderColor-selected: var(--halo-navigation-nav-item-selected-border);--ItgAgentApp-dividerColor: var(--ItgAgentApp-borderColor);--ItgAgentApp-defaultSeparator: 1px solid var(--ItgAgentApp-dividerColor);--ItgAgentApp-focusBorder: 1px solid var(--ItgAgentApp-focusColor);--ItgAgentDashboard-welcomeAccent: linear-gradient(180deg, #bfa8ff 0%, #e1d7ff 100%);--ItgAgentApp-backgroundColor: var(--halo-light-background-default);--ItgAgentApp-backgroundColor-secondary: var(--halo-light-background-alt);--ItgAgentApp-backgroundColor-info: var(--halo-light-surface-solid-info);--ItgAgentApp-containerBackgroundColor: var(--halo-light-background-alt);--ItgAgentApp-overlayColor: var(--halo-light-background-overlay);--ItgAgentApp-backdropColor: var(--halo-light-background-overlay);--ItgAgentApp-imageOverlayColor: var(--halo-light-background-image-overlay)}:root{--ItgAgentApp-surfaceColor: var(--halo-light-surface-solid-default);--ItgAgentApp-surfaceColor-subtle: var(--halo-light-surface-solid-subtle);--ItgAgentApp-surfaceColor-strong: var(--halo-light-surface-solid-strong);--ItgAgentApp-surfaceColor-inverse: var(--halo-light-surface-solid-inverse);--ItgAgentApp-surfaceColor-inverseSubtle: var(--halo-light-surface-solid-inverse-subtle);--ItgAgentApp-surfaceColor-inverseStrong: var(--halo-light-surface-solid-inverse-strong);--ItgAgentApp-surfacePrimaryColor: var(--halo-light-surface-solid-primary);--ItgAgentApp-surfacePrimaryColor-subtle: var(--halo-light-surface-solid-primary-subtle);--ItgAgentApp-surfaceSecondaryColor: var(--halo-light-surface-solid-secondary);--ItgAgentApp-surfaceSecondaryColor-subtle: var(--halo-light-surface-solid-secondary-subtle);--ItgAgentApp-surfaceInfoColor: var(--halo-light-surface-solid-info);--ItgAgentApp-surfaceInfoColor-subtle: var(--halo-light-surface-solid-info-subtle);--ItgAgentApp-surfaceSuccessColor: var(--halo-light-surface-solid-success);--ItgAgentApp-surfaceWarningColor: var(--halo-light-surface-solid-warning);--ItgAgentApp-surfaceErrorColor: var(--halo-light-surface-solid-error)}:root{--ItgAgentApp-borderColor: var(--halo-light-border-solid-default);--ItgAgentApp-borderColor-neutral: var(--halo-light-interactive-neutral-border-default);--ItgAgentApp-borderColor-subtle: var(--halo-light-border-solid-subtle);--ItgAgentApp-borderColor-strong: var(--halo-light-border-solid-strong);--ItgAgentApp-borderColor-inverse: var(--halo-light-border-solid-inverse);--ItgAgentApp-borderColor-placeholder: var(--halo-light-border-solid-placeholder);--ItgAgentApp-borderColor-info: var(--halo-light-border-solid-info);--ItgAgentApp-borderColor-success: var(--halo-light-border-solid-success);--ItgAgentApp-borderColor-warning: var(--halo-light-border-solid-warning);--ItgAgentApp-borderColor-error: var(--halo-light-border-solid-error);--ItgAgentApp-borderPrimaryColor: var(--halo-light-border-solid-primary-default);--ItgAgentApp-borderPrimaryColor-subtle: var(--halo-light-border-solid-primary-subtle);--ItgAgentApp-borderSecondaryColor: var(--halo-light-border-solid-secondary-default);--ItgAgentApp-borderSecondaryColor-subtle: var(--halo-light-border-solid-secondary-subtle)}:root{--ItgAgentApp-titleColor: var(--halo-light-title-default);--ItgAgentApp-titleColor-inverse: var(--halo-light-title-inverse);--ItgAgentApp-titleColor-inverseSubtle: var(--halo-light-title-inverse-subtle);--ItgAgentApp-titlePrimaryColor: var(--halo-light-title-primary);--ItgAgentApp-titleSecondaryColor: var(--halo-light-title-secondary);--ItgAgentApp-titleInfoColor: var(--halo-light-title-info);--ItgAgentApp-titleSuccessColor: var(--halo-light-title-success);--ItgAgentApp-titleWarningColor: var(--halo-light-title-warning);--ItgAgentApp-titleErrorColor: var(--halo-light-title-error)}:root{--ItgAgentApp-contentColor: var(--halo-light-content-default);--ItgAgentApp-contentColor-subtle: var(--halo-light-content-subtle);--ItgAgentApp-contentColor-placeholder: var(--halo-light-content-placeholder);--ItgAgentApp-contentColor-inverse: var(--halo-light-content-inverse);--ItgAgentApp-contentColor-inverseSubtle: var(--halo-light-content-inverse-subtle);--ItgAgentApp-contentColor-onSolid: var(--halo-light-content-on-solid);--ItgAgentApp-contentPrimaryColor: var(--halo-light-content-primary);--ItgAgentApp-contentSecondaryColor: var(--halo-light-content-secondary);--ItgAgentApp-contentInfoColor: var(--halo-light-content-info);--ItgAgentApp-contentInfoColor-strong: var(--halo-light-content-info-strong);--ItgAgentApp-contentSuccessColor: var(--halo-light-content-success);--ItgAgentApp-contentWarningColor: var(--halo-light-content-warning);--ItgAgentApp-contentErrorColor: var(--halo-light-content-error)}:root{--ItgAgentApp-focusColor: var(--halo-light-interactive-focus-default);--ItgAgentApp-neutralFill: var(--halo-light-interactive-neutral-fill-default);--ItgAgentApp-neutralFill-hover: var(--halo-light-interactive-neutral-fill-hover);--ItgAgentApp-neutralFill-pressed: var(--halo-light-interactive-neutral-fill-pressed);--ItgAgentApp-linkColor: var(--halo-light-interactive-link-default);--ItgAgentApp-linkColor-hover: var(--halo-light-interactive-link-hover);--ItgAgentApp-linkColor-pressed: var(--halo-light-interactive-link-pressed);--ItgAgentApp-overlayTintColor-hover: var(--halo-light-interactive-overlay-tint-hover);--ItgAgentApp-overlayTintColor-pressed: var(--halo-light-interactive-overlay-tint-pressed);--ItgAgentApp-overlayTintColor-hoverInverse: var(--halo-light-interactive-overlay-tint-hover-inverse);--ItgAgentApp-overlayTintColor-pressedInverse: var(--halo-light-interactive-overlay-tint-pressed-inverse);--ItgAgentApp-loadingTrackColor: var(--halo-light-interactive-loading-track);--ItgAgentApp-loadingArcColor: var(--halo-light-interactive-loading-arc)}:root{--ItgAgentApp-tileColor: var(--ItgAgentApp-surfaceColor);--ItgAgentApp-tileColor-hover: var(--ItgAgentApp-surfaceColor-subtle);--ItgAgentApp-imageBackgroundColor: var(--ItgAgentApp-surfaceColor-strong);--ItgAgentApp-card-backgroundColor: var(--ItgAgentApp-surfaceColor);--ItgAgentApp-menuColor: var(--ItgAgentApp-surfaceColor);--ItgAgentApp-toolbarColor: var(--ItgAgentApp-surfaceColor);--ItgAgentApp-footerColor: var(--ItgAgentApp-surfaceColor);--ItgAgentApp-popup-backgroundColor: var(--ItgAgentApp-surfaceColor);--ItgAgentApp-tag-backgroundColor: var(--ItgAgentApp-surfaceColor-inverse);--ItgAgentApp-menuTextColor: var(--ItgAgentApp-contentColor);--ItgAgentApp-toolbarTextColor: var(--ItgAgentApp-contentColor);--ItgAgentApp-footerTextColor: var(--ItgAgentApp-contentColor-subtle);--ItgAgentApp-imageOverlayTextColor: var(--ItgAgentApp-contentColor-inverse);--ItgAgentApp-popup-textColor: var(--ItgAgentApp-contentColor);--ItgAgentApp-tag-textColor: var(--ItgAgentApp-contentColor-inverse);--ItgAgentApp-typingDot-backgroundColor: var(--ItgAgentApp-contentColor);--ItgAgentApp-inputTextColor: var(--ItgAgentApp-contentColor);--ItgAgentApp-inputTextColor-disabled: var(--ItgAgentApp-contentColor-subtle);--ItgAgentApp-inputTextColor-placeholder: var(--ItgAgentApp-contentColor-placeholder);--ItgAgentApp-universalNavigationColor: var(--ItgAgentApp-neutralColor-950);--ItgAgentApp-universalNavigationDividerColor: var(--ItgAgentApp-neutralColor-800);--ItgAgentApp-universalNavigationItemColor: var(--halo-navigation-nav-item-default-background);--ItgAgentApp-universalNavigationItemColor-hover: var(--halo-navigation-nav-item-hover-background);--ItgAgentApp-universalNavigationItemColor-selected: var(--halo-navigation-nav-item-selected-background);--ItgAgentApp-universalNavigationItemTextColor: var(--halo-navigation-nav-item-default-text);--ItgAgentApp-universalNavigationItemTextColor-hover: var(--halo-navigation-nav-item-hover-text);--ItgAgentApp-universalNavigationItemTextColor-selected: var(--halo-navigation-nav-item-selected-text);--ItgAgentApp-universalNavigationItemBorderColor-selected: var(--halo-navigation-nav-item-selected-border);--ItgAgentApp-dividerColor: var(--ItgAgentApp-borderColor);--ItgAgentApp-defaultSeparator: 1px solid var(--ItgAgentApp-dividerColor);--ItgAgentApp-focusBorder: 1px solid var(--ItgAgentApp-focusColor);--ItgAgentDashboard-welcomeAccent: linear-gradient(180deg, #bfa8ff 0%, #e1d7ff 100%);--ItgAgentApp-fontWeight-regular: 400;--ItgAgentApp-fontWeight-medium: 500;--ItgAgentApp-fontWeight-semiBold: 600;--ItgAgentApp-fontWeight-bold: 700;--ItgAgentApp-fontWeight: var(--ItgAgentApp-fontWeight-regular);--ItgAgentApp-fontWeight-small: var(--ItgAgentApp-fontWeight-regular);--ItgAgentApp-fontWeight-xsmall: var(--ItgAgentApp-fontWeight-regular);--ItgAgentApp-fontWeight-xxsmall: var(--ItgAgentApp-fontWeight-regular);--ItgAgentApp-fontWeight-display: var(--ItgAgentApp-fontWeight-bold);--ItgAgentApp-fontWeight-heading1: var(--ItgAgentApp-fontWeight-bold);--ItgAgentApp-fontWeight-heading2: var(--ItgAgentApp-fontWeight-semiBold);--ItgAgentApp-fontWeight-heading3: var(--ItgAgentApp-fontWeight-semiBold);--ItgAgentApp-fontWeight-heading4: var(--ItgAgentApp-fontWeight-semiBold);--ItgAgentApp-fontWeight-heading5: var(--ItgAgentApp-fontWeight-medium);--ItgAgentApp-fontWeight-heading6: var(--ItgAgentApp-fontWeight-medium);--ItgAgentApp-fontWeight-button: var(--ItgAgentApp-fontWeight-heading5);--ItgAgentThemeDefault-fontFamily: var(--halo-typography-font-families-secondary), sans-serif;--ItgAgentThemeDefault-fontFamily-heading: var(--halo-typography-font-families-primary), sans-serif;--ItgAgentThemeDefault-fontFamily-button: var(--halo-typography-font-families-primary), sans-serif;--ItgAgentThemeDefault-baseFontGridSize: 14;--ItgAgentThemeDefault-baseFontSize: .875rem;--ItgAgentApp-baseFontSize: var(--ItgAgentThemeDefault-baseFontSize);--ItgAgentApp-fontSize: calc(var(--ItgAgentApp-baseFontSize) * 1);--ItgAgentApp-fontSize-small: calc(var(--ItgAgentApp-baseFontSize) * .8888888889);--ItgAgentApp-fontSize-xsmall: calc(var(--ItgAgentApp-baseFontSize) * .7901234568);--ItgAgentApp-fontSize-xxsmall: calc(var(--ItgAgentApp-baseFontSize) * .7023319616);--ItgAgentApp-fontSize-display: calc(var(--ItgAgentApp-baseFontSize) * 1.8020324707);--ItgAgentApp-fontSize-heading1: calc(var(--ItgAgentApp-baseFontSize) * 1.6018066406);--ItgAgentApp-fontSize-heading2: calc(var(--ItgAgentApp-baseFontSize) * 1.423828125);--ItgAgentApp-fontSize-heading3: calc(var(--ItgAgentApp-baseFontSize) * 1.265625);--ItgAgentApp-fontSize-heading4: calc(var(--ItgAgentApp-baseFontSize) * 1.125);--ItgAgentApp-fontSize-heading5: calc(var(--ItgAgentApp-baseFontSize) * 1);--ItgAgentApp-fontSize-heading6: calc(var(--ItgAgentApp-baseFontSize) * .8888888889);--ItgAgentApp-fontSize-button: var(--ItgAgentApp-fontSize-heading5);--ItgAgentApp-lineHeight: 1.5;--ItgAgentApp-lineHeight-tight: 1.25;--ItgAgentApp-lineHeight-loose: 1.75;--ItgAgentApp-iconSize-xs: var(--halo-icons-xs);--ItgAgentApp-iconSize-s: var(--halo-icons-s);--ItgAgentApp-iconSize-m: var(--halo-icons-m);--ItgAgentApp-iconSize-l: var(--halo-icons-l);--ItgAgentApp-iconSize-xl: var(--halo-icons-xl);--ItgAgentApp-iconSize-2xl: var(--halo-icons-2xl);--ItgAgentApp-iconSize-3xl: var(--halo-icons-3xl);--ItgAgentApp-iconSize-4xl: var(--halo-icons-4xl);--ItgAgentApp-iconSize-5xl: var(--halo-icons-5xl);--ItgAgentApp-fontFamily-button: var( --ItgAgentTheme-fontFamily-button, var(--ItgAgentThemeDefault-fontFamily-button) );--ItgAgentApp-fontFamily-heading: var( --ItgAgentTheme-fontFamily-heading, var(--ItgAgentThemeDefault-fontFamily-heading) );--ItgAgentApp-fontFamily: var(--ItgAgentTheme-fontFamily, var(--ItgAgentThemeDefault-fontFamily))}@media screen and (min-width:480px){:root{--ItgAgentThemeDefault-baseFontGridSize: 16}}:root{--halo-dimensions-rem-scale-0rem: 0px;--halo-dimensions-rem-scale-0-125rem: 2px;--halo-dimensions-rem-scale-0-25rem: 4px;--halo-dimensions-rem-scale-0-5rem: 8px;--halo-dimensions-rem-scale-0-75rem: 12px;--halo-dimensions-rem-scale-1rem: 16px;--halo-dimensions-rem-scale-1-5rem: 24px;--halo-dimensions-rem-scale-2rem: 32px;--halo-dimensions-rem-scale-2-5rem: 40px;--halo-dimensions-rem-scale-3rem: 48px;--halo-dimensions-rem-scale-3-5rem: 56px;--halo-dimensions-rem-scale-4rem: 64px;--halo-dimensions-rem-scale-5rem: 80px;--halo-dimensions-rem-scale-7-5rem: 120px;--halo-dimensions-border-width-0rem: 0px;--halo-dimensions-border-width-0-0625rem: 1px;--halo-dimensions-border-width-0-125rem: 2px;--halo-dimensions-border-width-0-1875rem: 3px;--halo-dimensions-border-width-0-25rem: 4px;--halo-dimensions-border-width-0-375rem: 5px;--halo-dimensions-radius-0rem: 0px;--halo-dimensions-radius-0-125rem: 2px;--halo-dimensions-radius-0-25rem: 4px;--halo-dimensions-radius-0-5rem: 8px;--halo-dimensions-radius-0-75rem: 12px;--halo-dimensions-radius-9999rem: 9999px;--halo-typography-font-families-primary: Poppins;--halo-typography-font-families-secondary: Open Sans;--halo-typography-typescale-0-625rem: 10px;--halo-typography-typescale-0-688rem: 11px;--halo-typography-typescale-0-813rem: 13px;--halo-typography-typescale-0-875rem: 14px;--halo-typography-typescale-1rem: 16px;--halo-typography-typescale-1-125rem: 18px;--halo-typography-typescale-1-25rem: 20px;--halo-typography-typescale-1-438rem: 23px;--halo-typography-typescale-1-625rem: 26px;--halo-typography-typescale-1-813rem: 29px;--halo-typography-typescale-2rem: 32px;--halo-colors-neutral-solid-50: #ffffff;--halo-colors-neutral-solid-100: #f2f2f2;--halo-colors-neutral-solid-200: #e6e6e6;--halo-colors-neutral-solid-300: #dcdcdc;--halo-colors-neutral-solid-400: #d2d2d2;--halo-colors-neutral-solid-500: #b3b3b3;--halo-colors-neutral-solid-600: #7d7d7d;--halo-colors-neutral-solid-700: #4f4f4f;--halo-colors-neutral-solid-800: #333333;--halo-colors-neutral-solid-900: #272727;--halo-colors-neutral-solid-950: #04000b;--halo-colors-neutral-light-alpha-0a: rgba(255, 255, 255, 0);--halo-colors-neutral-light-alpha-100a: rgba(255, 255, 255, .05);--halo-colors-neutral-light-alpha-200a: rgba(255, 255, 255, .08);--halo-colors-neutral-light-alpha-300a: rgba(255, 255, 255, .12);--halo-colors-neutral-light-alpha-400a: rgba(255, 255, 255, .16);--halo-colors-neutral-light-alpha-500a: rgba(255, 255, 255, .24);--halo-colors-neutral-light-alpha-600a: rgba(255, 255, 255, .36);--halo-colors-neutral-light-alpha-700a: rgba(255, 255, 255, .5);--halo-colors-neutral-light-alpha-800a: rgba(255, 255, 255, .65);--halo-colors-neutral-light-alpha-900a: rgba(255, 255, 255, .8);--halo-colors-neutral-dark-alpha-100a: rgba(0, 0, 0, .05);--halo-colors-neutral-dark-alpha-200a: rgba(0, 0, 0, .08);--halo-colors-neutral-dark-alpha-300a: rgba(0, 0, 0, .12);--halo-colors-neutral-dark-alpha-400a: rgba(0, 0, 0, .16);--halo-colors-neutral-dark-alpha-500a: rgba(0, 0, 0, .24);--halo-colors-neutral-dark-alpha-600a: rgba(0, 0, 0, .36);--halo-colors-neutral-dark-alpha-700a: rgba(0, 0, 0, .5);--halo-colors-neutral-dark-alpha-800a: rgba(0, 0, 0, .65);--halo-colors-neutral-dark-alpha-900a: rgba(0, 0, 0, .8);--halo-colors-primary-solid-50: #596fe8;--halo-colors-primary-solid-100: #3e58e5;--halo-colors-primary-solid-200: #2341e1;--halo-colors-primary-solid-300: #1b37ca;--halo-colors-primary-solid-400: #1830af;--halo-colors-primary-solid-500: #142893;--halo-colors-primary-solid-600: #102179;--halo-colors-primary-solid-700: #0d1a5e;--halo-colors-primary-solid-800: #091243;--halo-colors-primary-solid-900: #050b28;--halo-colors-primary-alpha-100a: rgba(20, 40, 147, .05);--halo-colors-primary-alpha-300a: rgba(20, 40, 147, .12);--halo-colors-primary-alpha-500a: rgba(20, 40, 147, .24);--halo-colors-primary-alpha-700a: rgba(20, 40, 147, .5);--halo-colors-primary-alpha-900a: rgba(20, 40, 147, .8);--halo-colors-secondary-solid-50: #cce5ff;--halo-colors-secondary-solid-100: #add6ff;--halo-colors-secondary-solid-200: #8fc7ff;--halo-colors-secondary-solid-300: #70b8ff;--halo-colors-secondary-solid-400: #52a8ff;--halo-colors-secondary-solid-500: #3399ff;--halo-colors-secondary-solid-600: #148aff;--halo-colors-secondary-solid-700: #007af5;--halo-colors-secondary-solid-800: #006bd6;--halo-colors-secondary-solid-900: #005cb8;--halo-colors-secondary-alpha-100a: rgba(51, 153, 255, .05);--halo-colors-secondary-alpha-300a: rgba(51, 153, 255, .12);--halo-colors-secondary-alpha-500a: rgba(51, 153, 255, .24);--halo-colors-secondary-alpha-700a: rgba(51, 153, 255, .5);--halo-colors-secondary-alpha-900a: rgba(51, 153, 255, .8);--halo-colors-highlight-solid-50: #fdeff8;--halo-colors-highlight-solid-100: #fbe1f2;--halo-colors-highlight-solid-200: #f4a7d8;--halo-colors-highlight-solid-300: #ef82c8;--halo-colors-highlight-solid-400: #ea5eb8;--halo-colors-highlight-solid-500: #db1c97;--halo-colors-highlight-solid-600: #b7177e;--halo-colors-highlight-solid-700: #931365;--halo-colors-highlight-solid-800: #6e0e4c;--halo-colors-highlight-solid-900: #4a0933;--halo-colors-highlight-alpha-100a: rgba(219, 28, 151, .05);--halo-colors-highlight-alpha-300a: rgba(219, 28, 151, .12);--halo-colors-highlight-alpha-500a: rgba(219, 28, 151, .24);--halo-colors-highlight-alpha-700a: rgba(219, 28, 151, .5);--halo-colors-highlight-alpha-900a: rgba(219, 28, 151, .8);--halo-colors-feedback-warning-solid-50: #f9e6bf;--halo-colors-feedback-warning-solid-100: #ffc88d;--halo-colors-feedback-warning-solid-300: #ffba70;--halo-colors-feedback-warning-solid-500: #ffac53;--halo-colors-feedback-warning-solid-700: #e59239;--halo-colors-feedback-warning-solid-900: #bf7a30;--halo-colors-feedback-warning-alpha-100a: rgba(255, 172, 83, .05);--halo-colors-feedback-warning-alpha-300a: rgba(255, 172, 83, .12);--halo-colors-feedback-warning-alpha-500a: rgba(255, 172, 83, .24);--halo-colors-feedback-warning-alpha-700a: rgba(255, 172, 83, .5);--halo-colors-feedback-warning-alpha-900a: rgba(255, 172, 83, .8);--halo-colors-feedback-error-solid-50: #ffdde1;--halo-colors-feedback-error-solid-100: #f4777e;--halo-colors-feedback-error-solid-300: #c7545a;--halo-colors-feedback-error-solid-500: #ab262e;--halo-colors-feedback-error-solid-700: #82171e;--halo-colors-feedback-error-solid-900: #4a090d;--halo-colors-feedback-error-alpha-100a: rgba(171, 38, 46, .05);--halo-colors-feedback-error-alpha-300a: rgba(171, 38, 46, .12);--halo-colors-feedback-error-alpha-500a: rgba(171, 38, 46, .24);--halo-colors-feedback-error-alpha-700a: rgba(171, 38, 46, .5);--halo-colors-feedback-error-alpha-900a: rgba(171, 38, 46, .8);--halo-colors-feedback-success-solid-50: #d3f8e2;--halo-colors-feedback-success-solid-100: #35af78;--halo-colors-feedback-success-solid-300: #0d854f;--halo-colors-feedback-success-solid-500: #0f7346;--halo-colors-feedback-success-solid-700: #0c5936;--halo-colors-feedback-success-solid-900: #0a5332;--halo-colors-feedback-success-alpha-100a: rgba(15, 115, 70, .05);--halo-colors-feedback-success-alpha-300a: rgba(15, 115, 70, .12);--halo-colors-feedback-success-alpha-500a: rgba(15, 115, 70, .24);--halo-colors-feedback-success-alpha-700a: rgba(15, 115, 70, .5);--halo-colors-feedback-success-alpha-900a: rgba(15, 115, 70, .8);--halo-colors-feedback-info-solid-50: #dbe9ff;--halo-colors-feedback-info-solid-100: #b7cbff;--halo-colors-feedback-info-solid-300: #70b8ff;--halo-colors-feedback-info-solid-500: #0a75e0;--halo-colors-feedback-info-solid-700: #0756a5;--halo-colors-feedback-info-solid-900: #05386b;--halo-colors-feedback-info-alpha-100a: rgba(10, 117, 224, .05);--halo-colors-feedback-info-alpha-300a: rgba(10, 117, 224, .12);--halo-colors-feedback-info-alpha-500a: rgba(10, 117, 224, .24);--halo-colors-feedback-info-alpha-700a: rgba(10, 117, 224, .5);--halo-colors-feedback-info-alpha-900a: rgba(10, 117, 224, .8);--halo-light-gradients-900-2: #ffffff;--halo-light-primary-100: #ffffff;--halo-light-primary-300: #ffffff;--halo-light-primary-500: #ffffff;--halo-light-primary-700: #ffffff;--halo-light-primary-900: #ffffff;--halo-light-surface-solid-default: var(--halo-colors-neutral-solid-50);--halo-light-surface-solid-subtle: var(--halo-colors-neutral-solid-100);--halo-light-surface-solid-strong: var(--halo-colors-neutral-solid-200);--halo-light-surface-solid-extra-strong: var(--halo-colors-neutral-solid-400);--halo-light-surface-solid-inverse: var(--halo-colors-neutral-solid-900);--halo-light-surface-solid-inverse-subtle: var(--halo-colors-neutral-solid-800);--halo-light-surface-solid-inverse-strong: var(--halo-colors-neutral-solid-700);--halo-light-surface-solid-primary: var(--halo-colors-primary-solid-500);--halo-light-surface-solid-primary-subtle: var(--halo-colors-primary-solid-300);--halo-light-surface-solid-secondary: var(--halo-colors-secondary-solid-500);--halo-light-surface-solid-secondary-subtle: var(--halo-colors-secondary-solid-300);--halo-light-surface-solid-highlight-default: var(--halo-colors-highlight-solid-500);--halo-light-surface-solid-highlight-subtle: var(--halo-colors-highlight-solid-100);--halo-light-surface-solid-info: var(--halo-colors-feedback-info-solid-500);--halo-light-surface-solid-info-subtle: var(--halo-colors-feedback-info-solid-50);--halo-light-surface-solid-success: var(--halo-colors-feedback-success-solid-300);--halo-light-surface-solid-success-subtle: var(--halo-colors-feedback-success-solid-50);--halo-light-surface-solid-warning: var(--halo-colors-feedback-warning-solid-500);--halo-light-surface-solid-warning-subtle: var(--halo-colors-feedback-warning-solid-100);--halo-light-surface-solid-error: var(--halo-colors-feedback-error-solid-500);--halo-light-surface-solid-error-subtle: var(--halo-colors-feedback-error-solid-50);--halo-light-surface-tint-default: var(--halo-colors-neutral-dark-alpha-200a);--halo-light-surface-tint-subtle: var(--halo-colors-neutral-dark-alpha-100a);--halo-light-surface-tint-strong: var(--halo-colors-neutral-dark-alpha-500a);--halo-light-surface-tint-extra-strong: var(--halo-colors-neutral-dark-alpha-800a);--halo-light-surface-tint-inverse: var(--halo-colors-neutral-light-alpha-200a);--halo-light-surface-tint-inverse-subtle: var(--halo-colors-neutral-light-alpha-100a);--halo-light-surface-tint-inverse-strong: var(--halo-colors-neutral-light-alpha-300a);--halo-light-surface-tint-inverse-extra-strong: var(--halo-colors-neutral-light-alpha-900a);--halo-light-surface-tint-primary-default: var(--halo-colors-primary-alpha-300a);--halo-light-surface-tint-primary-subtle: var(--halo-colors-primary-alpha-100a);--halo-light-surface-tint-secondary-default: var(--halo-colors-secondary-alpha-300a);--halo-light-surface-tint-secondary-subtle: var(--halo-colors-secondary-alpha-100a);--halo-light-surface-tint-highlight-default: var(--halo-colors-highlight-alpha-300a);--halo-light-surface-tint-highlight-subtle: var(--halo-colors-highlight-alpha-100a);--halo-light-surface-tint-info: var(--halo-colors-feedback-info-alpha-500a);--halo-light-surface-tint-success: var(--halo-colors-feedback-success-alpha-300a);--halo-light-surface-tint-warning: var(--halo-colors-feedback-warning-alpha-500a);--halo-light-surface-tint-error: var(--halo-colors-feedback-error-alpha-500a);--halo-light-background-default: var(--halo-colors-neutral-solid-100);--halo-light-background-alt: var(--halo-colors-neutral-solid-50);--halo-light-background-inverse: var(--halo-colors-neutral-solid-950);--halo-light-background-overlay: var(--halo-colors-neutral-dark-alpha-700a);--halo-light-background-overlay-dark: var(--halo-colors-neutral-dark-alpha-900a);--halo-light-background-image-overlay: var(--halo-colors-neutral-light-alpha-700a);--halo-light-title-default: var(--halo-colors-neutral-solid-950);--halo-light-title-primary: var(--halo-colors-primary-solid-500);--halo-light-title-primary-subtle: var(--halo-colors-primary-solid-400);--halo-light-title-secondary: var(--halo-colors-secondary-solid-500);--halo-light-title-secondary-subtle: var(--halo-colors-secondary-solid-500);--halo-light-title-highlight: var(--halo-colors-highlight-solid-500);--halo-light-title-highlight-subtle: var(--halo-colors-highlight-solid-400);--halo-light-title-inverse: var(--halo-colors-neutral-solid-50);--halo-light-title-inverse-subtle: var(--halo-colors-neutral-solid-100);--halo-light-title-info: var(--halo-colors-secondary-solid-700);--halo-light-title-success: var(--halo-colors-feedback-success-solid-700);--halo-light-title-warning: var(--halo-colors-feedback-warning-solid-900);--halo-light-title-error: var(--halo-colors-feedback-error-solid-700);--halo-light-content-default: var(--halo-colors-neutral-solid-900);--halo-light-content-subtle: var(--halo-colors-neutral-solid-700);--halo-light-content-placeholder: var(--halo-colors-neutral-solid-600);--halo-light-content-primary: var(--halo-colors-primary-solid-500);--halo-light-content-secondary: var(--halo-colors-secondary-solid-500);--halo-light-content-highlight: var(--halo-colors-highlight-solid-500);--halo-light-content-highlight-subtle: var(--halo-colors-highlight-solid-100);--halo-light-content-highlight-strong: var(--halo-colors-highlight-solid-600);--halo-light-content-inverse: var(--halo-colors-neutral-solid-50);--halo-light-content-inverse-subtle: var(--halo-colors-neutral-solid-100);--halo-light-content-on-solid: var(--halo-colors-neutral-solid-50);--halo-light-content-info: var(--halo-colors-feedback-info-solid-500);--halo-light-content-info-strong: var(--halo-colors-feedback-info-solid-700);--halo-light-content-success: var(--halo-colors-feedback-success-solid-500);--halo-light-content-warning: var(--halo-colors-feedback-warning-solid-700);--halo-light-content-on-warning: var(--halo-colors-neutral-solid-900);--halo-light-content-error: var(--halo-colors-feedback-error-solid-500);--halo-light-content-highlight-2: var(--halo-colors-highlight-solid-500);--halo-light-border-solid-default: var(--halo-colors-neutral-solid-300);--halo-light-border-solid-subtle: var(--halo-colors-neutral-solid-200);--halo-light-border-solid-strong: var(--halo-colors-neutral-solid-500);--halo-light-border-solid-divider: var(--halo-colors-neutral-solid-300);--halo-light-border-solid-inverse: var(--halo-colors-neutral-solid-50);--halo-light-border-solid-placeholder: var(--halo-colors-neutral-solid-600);--halo-light-border-solid-info: var(--halo-colors-feedback-info-solid-700);--halo-light-border-solid-success: var(--halo-colors-feedback-success-solid-700);--halo-light-border-solid-warning: var(--halo-colors-feedback-warning-solid-700);--halo-light-border-solid-error: var(--halo-colors-feedback-error-solid-500);--halo-light-border-solid-primary-default: var(--halo-colors-primary-solid-500);--halo-light-border-solid-primary-subtle: var(--halo-colors-primary-solid-700);--halo-light-border-solid-secondary-default: var(--halo-colors-secondary-solid-500);--halo-light-border-solid-secondary-subtle: var(--halo-colors-secondary-solid-700);--halo-light-border-solid-highlight: var(--halo-colors-highlight-solid-500);--halo-light-border-tint-info: var(--halo-colors-feedback-info-alpha-500a);--halo-light-border-tint-text: var(--halo-colors-neutral-solid-950);--halo-light-interactive-neutral-fill-default: var(--halo-colors-neutral-solid-50);--halo-light-interactive-neutral-fill-hover: var(--halo-colors-neutral-solid-200);--halo-light-interactive-neutral-fill-pressed: var(--halo-colors-neutral-solid-300);--halo-light-interactive-neutral-text-default: var(--halo-colors-neutral-solid-950);--halo-light-interactive-neutral-border-default: var(--halo-colors-neutral-solid-300);--halo-light-interactive-neutral-border-hover: var(--halo-colors-neutral-solid-500);--halo-light-interactive-neutral-border-pressed: var(--halo-colors-neutral-solid-600);--halo-light-interactive-primary-default: var(--halo-colors-primary-solid-500);--halo-light-interactive-primary-hover: var(--halo-colors-primary-solid-700);--halo-light-interactive-primary-pressed: var(--halo-colors-primary-solid-600);--halo-light-interactive-primary-text: var(--halo-colors-neutral-solid-50);--halo-light-interactive-secondary-default: var(--halo-colors-neutral-solid-100);--halo-light-interactive-secondary-hover: var(--halo-colors-neutral-solid-200);--halo-light-interactive-secondary-pressed: var(--halo-colors-neutral-solid-300);--halo-light-interactive-secondary-text: var(--halo-colors-primary-solid-500);--halo-light-interactive-tertiary-default: var(--halo-colors-neutral-solid-50);--halo-light-interactive-tertiary-hover: var(--halo-colors-neutral-solid-100);--halo-light-interactive-tertiary-pressed: var(--halo-colors-neutral-solid-300);--halo-light-interactive-tertiary-text: var(--halo-colors-neutral-solid-950);--halo-light-interactive-warning-default: var(--halo-colors-feedback-warning-solid-500);--halo-light-interactive-warning-hover: var(--halo-colors-feedback-warning-solid-700);--halo-light-interactive-warning-pressed: var(--halo-colors-feedback-warning-solid-900);--halo-light-interactive-warning-text: var(--halo-colors-neutral-solid-950);--halo-light-interactive-error-default: var(--halo-colors-feedback-error-solid-500);--halo-light-interactive-error-hover: var(--halo-colors-feedback-error-solid-700);--halo-light-interactive-error-pressed: var(--halo-colors-feedback-error-solid-900);--halo-light-interactive-error-text: var(--halo-colors-neutral-solid-50);--halo-light-interactive-delete-fill-default: var(--halo-colors-neutral-light-alpha-0a);--halo-light-interactive-delete-fill-hover: var(--halo-colors-feedback-error-solid-500);--halo-light-interactive-delete-fill-pressed: var(--halo-colors-feedback-error-solid-700);--halo-light-interactive-delete-text-default: var(--halo-colors-feedback-error-solid-500);--halo-light-interactive-delete-text-hover-pressed: var(--halo-colors-neutral-solid-50);--halo-light-interactive-success-default: var(--halo-colors-feedback-success-solid-500);--halo-light-interactive-success-hover: var(--halo-colors-feedback-success-solid-700);--halo-light-interactive-success-pressed: var(--halo-colors-feedback-success-solid-900);--halo-light-interactive-success-text: var(--halo-colors-neutral-solid-50);--halo-light-interactive-info-default: var(--halo-colors-feedback-info-solid-500);--halo-light-interactive-info-hover: var(--halo-colors-feedback-info-solid-700);--halo-light-interactive-info-pressed: var(--halo-colors-feedback-info-solid-900);--halo-light-interactive-info-text: var(--halo-colors-neutral-solid-50);--halo-light-interactive-focus-default: var(--halo-colors-feedback-info-solid-500);--halo-light-interactive-disabled-opacity: 50px;--halo-light-interactive-link-default: var(--halo-colors-feedback-info-solid-700);--halo-light-interactive-link-hover: var(--halo-colors-feedback-info-solid-500);--halo-light-interactive-link-pressed: var(--halo-colors-feedback-info-solid-900);--halo-light-interactive-overlay-tint-hover: var(--halo-colors-neutral-dark-alpha-200a);--halo-light-interactive-overlay-tint-pressed: var(--halo-colors-neutral-dark-alpha-300a);--halo-light-interactive-overlay-tint-hover-inverse: var(--halo-colors-neutral-light-alpha-200a);--halo-light-interactive-overlay-tint-pressed-inverse: var(--halo-colors-neutral-light-alpha-300a);--halo-light-interactive-loading-arc: var(--halo-colors-primary-solid-500);--halo-light-interactive-loading-track: var(--halo-colors-neutral-light-alpha-100a);--halo-dark-gradients-900-2: #ffffff;--halo-dark-primary-100: #004487;--halo-dark-primary-300: #005bb5;--halo-dark-primary-500: #0071e0;--halo-dark-primary-700: #4da7ff;--halo-dark-primary-900: #87c3ff;--halo-dark-surface-solid-default: var(--halo-colors-neutral-solid-900);--halo-dark-surface-solid-subtle: var(--halo-colors-neutral-solid-950);--halo-dark-surface-solid-strong: var(--halo-colors-neutral-solid-800);--halo-dark-surface-solid-extra-strong: var(--halo-colors-neutral-solid-600);--halo-dark-surface-solid-inverse: var(--halo-colors-neutral-solid-100);--halo-dark-surface-solid-inverse-subtle: var(--halo-colors-neutral-solid-200);--halo-dark-surface-solid-inverse-strong: var(--halo-colors-neutral-solid-300);--halo-dark-surface-solid-primary: var(--halo-colors-primary-solid-50);--halo-dark-surface-solid-primary-subtle: var(--halo-colors-primary-solid-300);--halo-dark-surface-solid-secondary: var(--halo-colors-secondary-solid-500);--halo-dark-surface-solid-secondary-subtle: var(--halo-colors-secondary-solid-700);--halo-dark-surface-solid-highlight-default: var(--halo-colors-highlight-solid-500);--halo-dark-surface-solid-highlight-subtle: var(--halo-colors-highlight-solid-700);--halo-dark-surface-solid-info: var(--halo-colors-feedback-info-solid-500);--halo-dark-surface-solid-info-subtle: var(--halo-colors-feedback-info-solid-700);--halo-dark-surface-solid-success: var(--halo-colors-feedback-success-solid-700);--halo-dark-surface-solid-success-subtle: var(--halo-colors-feedback-success-solid-300);--halo-dark-surface-solid-warning: var(--halo-colors-feedback-warning-solid-500);--halo-dark-surface-solid-warning-subtle: var(--halo-colors-feedback-warning-solid-500);--halo-dark-surface-solid-error: var(--halo-colors-feedback-error-solid-500);--halo-dark-surface-solid-error-subtle: var(--halo-colors-feedback-error-solid-700);--halo-dark-surface-tint-default: var(--halo-colors-neutral-light-alpha-200a);--halo-dark-surface-tint-subtle: var(--halo-colors-neutral-light-alpha-100a);--halo-dark-surface-tint-strong: var(--halo-colors-neutral-light-alpha-500a);--halo-dark-surface-tint-extra-strong: var(--halo-colors-neutral-light-alpha-800a);--halo-dark-surface-tint-inverse: var(--halo-colors-neutral-dark-alpha-200a);--halo-dark-surface-tint-inverse-subtle: var(--halo-colors-neutral-dark-alpha-100a);--halo-dark-surface-tint-inverse-strong: var(--halo-colors-neutral-dark-alpha-300a);--halo-dark-surface-tint-inverse-extra-strong: var(--halo-colors-neutral-dark-alpha-900a);--halo-dark-surface-tint-primary-default: var(--halo-colors-primary-alpha-300a);--halo-dark-surface-tint-primary-subtle: var(--halo-colors-primary-alpha-100a);--halo-dark-surface-tint-secondary-default: var(--halo-colors-secondary-alpha-300a);--halo-dark-surface-tint-secondary-subtle: var(--halo-colors-secondary-alpha-100a);--halo-dark-surface-tint-highlight-default: var(--halo-colors-highlight-alpha-300a);--halo-dark-surface-tint-highlight-subtle: var(--halo-colors-highlight-alpha-100a);--halo-dark-surface-tint-info: var(--halo-colors-feedback-info-alpha-500a);--halo-dark-surface-tint-success: var(--halo-colors-feedback-success-alpha-300a);--halo-dark-surface-tint-warning: var(--halo-colors-feedback-warning-alpha-500a);--halo-dark-surface-tint-error: var(--halo-colors-feedback-error-alpha-300a);--halo-dark-background-default: var(--halo-colors-neutral-solid-950);--halo-dark-background-alt: var(--halo-colors-neutral-solid-900);--halo-dark-background-inverse: var(--halo-colors-neutral-solid-100);--halo-dark-background-overlay: var(--halo-colors-neutral-light-alpha-700a);--halo-dark-background-overlay-dark: var(--halo-colors-neutral-light-alpha-900a);--halo-dark-background-image-overlay: var(--halo-colors-neutral-dark-alpha-700a);--halo-dark-title-default: var(--halo-colors-neutral-solid-50);--halo-dark-title-primary: var(--halo-colors-primary-solid-50);--halo-dark-title-primary-subtle: var(--halo-colors-primary-solid-50);--halo-dark-title-secondary: var(--halo-colors-secondary-solid-300);--halo-dark-title-secondary-subtle: var(--halo-colors-secondary-solid-300);--halo-dark-title-highlight: var(--halo-colors-highlight-solid-300);--halo-dark-title-highlight-subtle: var(--halo-colors-highlight-solid-400);--halo-dark-title-inverse: var(--halo-colors-neutral-solid-950);--halo-dark-title-inverse-subtle: var(--halo-colors-neutral-solid-900);--halo-dark-title-info: var(--halo-colors-secondary-solid-300);--halo-dark-title-success: var(--halo-colors-feedback-success-solid-100);--halo-dark-title-warning: var(--halo-colors-feedback-warning-solid-300);--halo-dark-title-error: var(--halo-colors-feedback-error-solid-100);--halo-dark-content-default: var(--halo-colors-neutral-solid-100);--halo-dark-content-subtle: var(--halo-colors-neutral-solid-400);--halo-dark-content-placeholder: var(--halo-colors-neutral-solid-500);--halo-dark-content-primary: var(--halo-colors-secondary-solid-500);--halo-dark-content-secondary: var(--halo-colors-secondary-solid-300);--halo-dark-content-highlight: var(--halo-colors-highlight-solid-300);--halo-dark-content-highlight-subtle: var(--halo-colors-highlight-solid-50);--halo-dark-content-highlight-strong: var(--halo-colors-highlight-solid-50);--halo-dark-content-inverse: var(--halo-colors-neutral-solid-950);--halo-dark-content-inverse-subtle: var(--halo-colors-neutral-solid-900);--halo-dark-content-on-solid: var(--halo-colors-neutral-solid-50);--halo-dark-content-info: var(--halo-colors-feedback-info-solid-300);--halo-dark-content-info-strong: var(--halo-colors-feedback-info-solid-50);--halo-dark-content-success: var(--halo-colors-feedback-success-solid-50);--halo-dark-content-warning: var(--halo-colors-feedback-warning-solid-300);--halo-dark-content-on-warning: var(--halo-colors-neutral-solid-900);--halo-dark-content-error: var(--halo-colors-feedback-error-solid-50);--halo-dark-content-highlight-2: var(--halo-colors-highlight-solid-300);--halo-dark-border-solid-default: var(--halo-colors-neutral-solid-700);--halo-dark-border-solid-subtle: var(--halo-colors-neutral-solid-800);--halo-dark-border-solid-strong: var(--halo-colors-neutral-solid-500);--halo-dark-border-solid-divider: var(--halo-colors-neutral-solid-800);--halo-dark-border-solid-inverse: var(--halo-colors-neutral-solid-800);--halo-dark-border-solid-placeholder: var(--halo-colors-neutral-solid-900);--halo-dark-border-solid-info: var(--halo-colors-feedback-info-solid-500);--halo-dark-border-solid-success: var(--halo-colors-feedback-success-solid-300);--halo-dark-border-solid-warning: var(--halo-colors-feedback-warning-solid-700);--halo-dark-border-solid-error: var(--halo-colors-feedback-error-solid-300);--halo-dark-border-solid-primary-default: var(--halo-colors-primary-solid-50);--halo-dark-border-solid-primary-subtle: var(--halo-colors-primary-solid-300);--halo-dark-border-solid-secondary-default: var(--halo-colors-secondary-solid-500);--halo-dark-border-solid-secondary-subtle: var(--halo-colors-secondary-solid-300);--halo-dark-border-solid-highlight: var(--halo-colors-highlight-solid-300);--halo-dark-border-tint-info: var(--halo-colors-feedback-info-alpha-500a);--halo-dark-border-tint-text: var(--halo-colors-neutral-solid-950);--halo-dark-interactive-neutral-fill-default: var(--halo-colors-neutral-solid-900);--halo-dark-interactive-neutral-fill-hover: var(--halo-colors-neutral-solid-800);--halo-dark-interactive-neutral-fill-pressed: var(--halo-colors-neutral-solid-700);--halo-dark-interactive-neutral-text-default: var(--halo-colors-neutral-solid-50);--halo-dark-interactive-neutral-border-default: var(--halo-colors-neutral-solid-700);--halo-dark-interactive-neutral-border-hover: var(--halo-colors-neutral-solid-600);--halo-dark-interactive-neutral-border-pressed: var(--halo-colors-neutral-solid-500);--halo-dark-interactive-primary-default: var(--halo-colors-primary-solid-50);--halo-dark-interactive-primary-hover: var(--halo-colors-primary-solid-100);--halo-dark-interactive-primary-pressed: var(--halo-colors-primary-solid-300);--halo-dark-interactive-primary-text: var(--halo-colors-neutral-solid-50);--halo-dark-interactive-secondary-default: var(--halo-colors-neutral-solid-900);--halo-dark-interactive-secondary-hover: var(--halo-colors-neutral-solid-700);--halo-dark-interactive-secondary-pressed: var(--halo-colors-neutral-solid-800);--halo-dark-interactive-secondary-text: var(--halo-colors-primary-solid-50);--halo-dark-interactive-tertiary-default: var(--halo-colors-neutral-solid-950);--halo-dark-interactive-tertiary-hover: var(--halo-colors-neutral-solid-800);--halo-dark-interactive-tertiary-pressed: var(--halo-colors-neutral-solid-900);--halo-dark-interactive-tertiary-text: var(--halo-colors-neutral-solid-50);--halo-dark-interactive-warning-default: var(--halo-colors-feedback-warning-solid-500);--halo-dark-interactive-warning-hover: var(--halo-colors-feedback-warning-solid-700);--halo-dark-interactive-warning-pressed: var(--halo-colors-feedback-warning-solid-900);--halo-dark-interactive-warning-text: var(--halo-colors-neutral-solid-950);--halo-dark-interactive-error-default: var(--halo-colors-feedback-error-solid-500);--halo-dark-interactive-error-hover: var(--halo-colors-feedback-error-solid-700);--halo-dark-interactive-error-pressed: var(--halo-colors-feedback-error-solid-900);--halo-dark-interactive-error-text: var(--halo-colors-neutral-solid-50);--halo-dark-interactive-delete-fill-default: var(--halo-colors-neutral-light-alpha-0a);--halo-dark-interactive-delete-fill-hover: var(--halo-colors-feedback-error-solid-700);--halo-dark-interactive-delete-fill-pressed: var(--halo-colors-feedback-error-solid-900);--halo-dark-interactive-delete-text-default: var(--halo-colors-feedback-error-solid-100);--halo-dark-interactive-delete-text-hover-pressed: var(--halo-colors-neutral-solid-50);--halo-dark-interactive-success-default: var(--halo-colors-feedback-success-solid-500);--halo-dark-interactive-success-hover: var(--halo-colors-feedback-success-solid-700);--halo-dark-interactive-success-pressed: var(--halo-colors-feedback-success-solid-900);--halo-dark-interactive-success-text: var(--halo-colors-neutral-solid-50);--halo-dark-interactive-info-default: var(--halo-colors-feedback-info-solid-500);--halo-dark-interactive-info-hover: var(--halo-colors-feedback-info-solid-700);--halo-dark-interactive-info-pressed: var(--halo-colors-feedback-info-solid-900);--halo-dark-interactive-info-text: var(--halo-colors-neutral-solid-50);--halo-dark-interactive-focus-default: var(--halo-colors-feedback-info-solid-500);--halo-dark-interactive-disabled-opacity: 50px;--halo-dark-interactive-link-default: var(--halo-colors-feedback-info-solid-300);--halo-dark-interactive-link-hover: var(--halo-colors-feedback-info-solid-500);--halo-dark-interactive-link-pressed: var(--halo-colors-feedback-info-solid-100);--halo-dark-interactive-overlay-tint-hover: var(--halo-colors-neutral-dark-alpha-200a);--halo-dark-interactive-overlay-tint-pressed: var(--halo-colors-neutral-dark-alpha-300a);--halo-dark-interactive-overlay-tint-hover-inverse: var(--halo-colors-neutral-light-alpha-200a);--halo-dark-interactive-overlay-tint-pressed-inverse: var(--halo-colors-neutral-light-alpha-300a);--halo-dark-interactive-loading-arc: var(--halo-colors-primary-solid-50);--halo-dark-interactive-loading-track: var(--halo-colors-neutral-dark-alpha-900a);--halo-storyteq-dark-surface-solid-default: var(--halo-colors-neutral-solid-900);--halo-storyteq-dark-surface-solid-subtle: var(--halo-colors-neutral-solid-950);--halo-storyteq-dark-surface-solid-strong: var(--halo-colors-neutral-solid-800);--halo-storyteq-dark-surface-solid-extra-strong: var(--halo-colors-neutral-solid-600);--halo-storyteq-dark-surface-solid-inverse: var(--halo-colors-neutral-solid-100);--halo-storyteq-dark-surface-solid-inverse-subtle: var(--halo-colors-neutral-solid-200);--halo-storyteq-dark-surface-solid-inverse-strong: var(--halo-colors-neutral-solid-300);--halo-storyteq-dark-surface-solid-primary: #0071e0;--halo-storyteq-dark-surface-solid-primary-subtle: #4da7ff;--halo-storyteq-dark-surface-solid-secondary: var(--halo-colors-secondary-solid-500);--halo-storyteq-dark-surface-solid-secondary-subtle: var(--halo-colors-secondary-solid-300);--halo-storyteq-dark-surface-solid-highlight-default: var(--halo-colors-highlight-solid-500);--halo-storyteq-dark-surface-solid-highlight-subtle: var(--halo-colors-highlight-solid-700);--halo-storyteq-dark-surface-solid-info: var(--halo-colors-feedback-info-solid-500);--halo-storyteq-dark-surface-solid-info-subtle: var(--halo-colors-feedback-info-solid-700);--halo-storyteq-dark-surface-solid-success: var(--halo-colors-feedback-success-solid-700);--halo-storyteq-dark-surface-solid-success-subtle: var(--halo-colors-feedback-success-solid-300);--halo-storyteq-dark-surface-solid-warning: var(--halo-colors-feedback-warning-solid-500);--halo-storyteq-dark-surface-solid-warning-subtle: var(--halo-colors-feedback-warning-solid-500);--halo-storyteq-dark-surface-solid-error: var(--halo-colors-feedback-error-solid-500);--halo-storyteq-dark-surface-solid-error-subtle: var(--halo-colors-feedback-error-solid-700);--halo-storyteq-dark-surface-tint-default: var(--halo-colors-neutral-light-alpha-200a);--halo-storyteq-dark-surface-tint-subtle: var(--halo-colors-neutral-light-alpha-100a);--halo-storyteq-dark-surface-tint-strong: var(--halo-colors-neutral-light-alpha-500a);--halo-storyteq-dark-surface-tint-extra-strong: var(--halo-colors-neutral-light-alpha-800a);--halo-storyteq-dark-surface-tint-inverse: var(--halo-colors-neutral-dark-alpha-200a);--halo-storyteq-dark-surface-tint-inverse-subtle: var(--halo-colors-neutral-dark-alpha-100a);--halo-storyteq-dark-surface-tint-inverse-strong: var(--halo-colors-neutral-dark-alpha-300a);--halo-storyteq-dark-surface-tint-inverse-extra-strong: var(--halo-colors-neutral-dark-alpha-900a);--halo-storyteq-dark-surface-tint-primary-default: var(--halo-colors-primary-alpha-300a);--halo-storyteq-dark-surface-tint-primary-subtle: var(--halo-colors-primary-alpha-100a);--halo-storyteq-dark-surface-tint-secondary-default: var(--halo-colors-secondary-alpha-300a);--halo-storyteq-dark-surface-tint-secondary-subtle: var(--halo-colors-secondary-alpha-100a);--halo-storyteq-dark-surface-tint-highlight-default: var(--halo-colors-highlight-alpha-300a);--halo-storyteq-dark-surface-tint-highlight-subtle: var(--halo-colors-highlight-alpha-100a);--halo-storyteq-dark-surface-tint-info: var(--halo-colors-feedback-info-alpha-500a);--halo-storyteq-dark-surface-tint-success: var(--halo-colors-feedback-success-alpha-300a);--halo-storyteq-dark-surface-tint-warning: var(--halo-colors-feedback-warning-alpha-500a);--halo-storyteq-dark-surface-tint-error: var(--halo-colors-feedback-error-alpha-300a);--halo-storyteq-dark-background-default: var(--halo-colors-neutral-solid-950);--halo-storyteq-dark-background-alt: var(--halo-colors-neutral-solid-900);--halo-storyteq-dark-background-inverse: var(--halo-colors-neutral-solid-100);--halo-storyteq-dark-background-overlay: var(--halo-colors-neutral-light-alpha-700a);--halo-storyteq-dark-background-overlay-dark: var(--halo-colors-neutral-light-alpha-900a);--halo-storyteq-dark-background-image-overlay: var(--halo-colors-neutral-dark-alpha-700a);--halo-storyteq-dark-title-default: var(--halo-colors-neutral-solid-50);--halo-storyteq-dark-title-primary: #4da7ff;--halo-storyteq-dark-title-primary-subtle: #0071e0;--halo-storyteq-dark-title-secondary: var(--halo-colors-secondary-solid-300);--halo-storyteq-dark-title-secondary-subtle: var(--halo-colors-secondary-solid-300);--halo-storyteq-dark-title-highlight: var(--halo-colors-highlight-solid-300);--halo-storyteq-dark-title-highlight-subtle: var(--halo-colors-highlight-solid-400);--halo-storyteq-dark-title-inverse: var(--halo-colors-neutral-solid-950);--halo-storyteq-dark-title-inverse-subtle: var(--halo-colors-neutral-solid-900);--halo-storyteq-dark-title-info: var(--halo-colors-secondary-solid-300);--halo-storyteq-dark-title-success: var(--halo-colors-feedback-success-solid-100);--halo-storyteq-dark-title-warning: var(--halo-colors-feedback-warning-solid-300);--halo-storyteq-dark-title-error: var(--halo-colors-feedback-error-solid-100);--halo-storyteq-dark-content-default: var(--halo-colors-neutral-solid-100);--halo-storyteq-dark-content-subtle: var(--halo-colors-neutral-solid-400);--halo-storyteq-dark-content-placeholder: var(--halo-colors-neutral-solid-500);--halo-storyteq-dark-content-primary: #4da7ff;--halo-storyteq-dark-content-secondary: var(--halo-colors-secondary-solid-300);--halo-storyteq-dark-content-highlight: var(--halo-colors-highlight-solid-300);--halo-storyteq-dark-content-highlight-subtle: var(--halo-colors-highlight-solid-50);--halo-storyteq-dark-content-highlight-strong: var(--halo-colors-highlight-solid-50);--halo-storyteq-dark-content-inverse: var(--halo-colors-neutral-solid-950);--halo-storyteq-dark-content-inverse-subtle: var(--halo-colors-neutral-solid-900);--halo-storyteq-dark-content-on-solid: var(--halo-colors-neutral-solid-50);--halo-storyteq-dark-content-info: var(--halo-colors-feedback-info-solid-300);--halo-storyteq-dark-content-info-strong: var(--halo-colors-feedback-info-solid-50);--halo-storyteq-dark-content-success: var(--halo-colors-feedback-success-solid-50);--halo-storyteq-dark-content-warning: var(--halo-colors-feedback-warning-solid-300);--halo-storyteq-dark-content-on-warning: var(--halo-colors-neutral-solid-900);--halo-storyteq-dark-content-error: var(--halo-colors-feedback-error-solid-50);--halo-storyteq-dark-content-highlight-2: var(--halo-colors-highlight-solid-300);--halo-storyteq-dark-border-solid-default: var(--halo-colors-neutral-solid-700);--halo-storyteq-dark-border-solid-subtle: var(--halo-colors-neutral-solid-800);--halo-storyteq-dark-border-solid-strong: var(--halo-colors-neutral-solid-500);--halo-storyteq-dark-border-solid-divider: var(--halo-colors-neutral-solid-800);--halo-storyteq-dark-border-solid-inverse: var(--halo-colors-neutral-solid-800);--halo-storyteq-dark-border-solid-placeholder: var(--halo-colors-neutral-solid-900);--halo-storyteq-dark-border-solid-info: var(--halo-colors-feedback-info-solid-500);--halo-storyteq-dark-border-solid-success: var(--halo-colors-feedback-success-solid-300);--halo-storyteq-dark-border-solid-warning: var(--halo-colors-feedback-warning-solid-700);--halo-storyteq-dark-border-solid-error: var(--halo-colors-feedback-error-solid-300);--halo-storyteq-dark-border-solid-primary-default: #0071e0;--halo-storyteq-dark-border-solid-primary-subtle: #005bb5;--halo-storyteq-dark-border-solid-secondary-default: var(--halo-colors-secondary-solid-500);--halo-storyteq-dark-border-solid-secondary-subtle: var(--halo-colors-secondary-solid-300);--halo-storyteq-dark-border-solid-highlight: var(--halo-colors-highlight-solid-300);--halo-storyteq-dark-border-tint-info: var(--halo-colors-feedback-info-alpha-500a);--halo-storyteq-dark-border-tint-text: var(--halo-colors-neutral-solid-950);--halo-storyteq-dark-interactive-neutral-fill-default: var(--halo-colors-neutral-solid-900);--halo-storyteq-dark-interactive-neutral-fill-hover: var(--halo-colors-neutral-solid-800);--halo-storyteq-dark-interactive-neutral-fill-pressed: var(--halo-colors-neutral-solid-700);--halo-storyteq-dark-interactive-neutral-text-default: var(--halo-colors-neutral-solid-50);--halo-storyteq-dark-interactive-neutral-border-default: var(--halo-colors-neutral-solid-700);--halo-storyteq-dark-interactive-neutral-border-hover: var(--halo-colors-neutral-solid-600);--halo-storyteq-dark-interactive-neutral-border-pressed: var(--halo-colors-neutral-solid-500);--halo-storyteq-dark-interactive-primary-default: #0071e0;--halo-storyteq-dark-interactive-primary-hover: #4da7ff;--halo-storyteq-dark-interactive-primary-pressed: #005bb5;--halo-storyteq-dark-interactive-primary-text: var(--halo-colors-neutral-solid-50);--halo-storyteq-dark-interactive-secondary-default: var(--halo-colors-neutral-solid-900);--halo-storyteq-dark-interactive-secondary-hover: var(--halo-colors-neutral-solid-700);--halo-storyteq-dark-interactive-secondary-pressed: var(--halo-colors-neutral-solid-800);--halo-storyteq-dark-interactive-secondary-text: #4da7ff;--halo-storyteq-dark-interactive-tertiary-default: var(--halo-colors-neutral-solid-950);--halo-storyteq-dark-interactive-tertiary-hover: var(--halo-colors-neutral-solid-800);--halo-storyteq-dark-interactive-tertiary-pressed: var(--halo-colors-neutral-solid-900);--halo-storyteq-dark-interactive-tertiary-text: var(--halo-colors-neutral-solid-50);--halo-storyteq-dark-interactive-warning-default: var(--halo-colors-feedback-warning-solid-500);--halo-storyteq-dark-interactive-warning-hover: var(--halo-colors-feedback-warning-solid-700);--halo-storyteq-dark-interactive-warning-pressed: var(--halo-colors-feedback-warning-solid-900);--halo-storyteq-dark-interactive-warning-text: var(--halo-colors-neutral-solid-950);--halo-storyteq-dark-interactive-error-default: var(--halo-colors-feedback-error-solid-500);--halo-storyteq-dark-interactive-error-hover: var(--halo-colors-feedback-error-solid-700);--halo-storyteq-dark-interactive-error-pressed: var(--halo-colors-feedback-error-solid-900);--halo-storyteq-dark-interactive-error-text: var(--halo-colors-neutral-solid-50);--halo-storyteq-dark-interactive-delete-fill-default: var(--halo-colors-neutral-light-alpha-0a);--halo-storyteq-dark-interactive-delete-fill-hover: var(--halo-colors-feedback-error-solid-700);--halo-storyteq-dark-interactive-delete-fill-pressed: var(--halo-colors-feedback-error-solid-900);--halo-storyteq-dark-interactive-delete-text-default: var(--halo-colors-feedback-error-solid-100);--halo-storyteq-dark-interactive-delete-text-hover-pressed: var(--halo-colors-neutral-solid-50);--halo-storyteq-dark-interactive-success-default: var(--halo-colors-feedback-success-solid-500);--halo-storyteq-dark-interactive-success-hover: var(--halo-colors-feedback-success-solid-700);--halo-storyteq-dark-interactive-success-pressed: var(--halo-colors-feedback-success-solid-900);--halo-storyteq-dark-interactive-success-text: var(--halo-colors-neutral-solid-50);--halo-storyteq-dark-interactive-info-default: var(--halo-colors-feedback-info-solid-500);--halo-storyteq-dark-interactive-info-hover: var(--halo-colors-feedback-info-solid-700);--halo-storyteq-dark-interactive-info-pressed: var(--halo-colors-feedback-info-solid-900);--halo-storyteq-dark-interactive-info-text: var(--halo-colors-neutral-solid-50);--halo-storyteq-dark-interactive-focus-default: var(--halo-colors-feedback-info-solid-500);--halo-storyteq-dark-interactive-disabled-opacity: 50px;--halo-storyteq-dark-interactive-link-default: var(--halo-colors-feedback-info-solid-300);--halo-storyteq-dark-interactive-link-hover: var(--halo-colors-feedback-info-solid-500);--halo-storyteq-dark-interactive-link-pressed: var(--halo-colors-feedback-info-solid-100);--halo-storyteq-dark-interactive-overlay-tint-hover: var(--halo-colors-neutral-dark-alpha-200a);--halo-storyteq-dark-interactive-overlay-tint-pressed: var(--halo-colors-neutral-dark-alpha-300a);--halo-storyteq-dark-interactive-overlay-tint-hover-inverse: var(--halo-colors-neutral-light-alpha-200a);--halo-storyteq-dark-interactive-overlay-tint-pressed-inverse: var(--halo-colors-neutral-light-alpha-300a);--halo-storyteq-dark-interactive-loading-arc: var(--halo-colors-primary-solid-50);--halo-storyteq-dark-interactive-loading-track: var(--halo-colors-neutral-dark-alpha-900a);--halo-spacing-2xs: var(--halo-dimensions-rem-scale-0-25rem);--halo-spacing-xs: var(--halo-dimensions-rem-scale-0-5rem);--halo-spacing-s: var(--halo-dimensions-rem-scale-0-75rem);--halo-spacing-m: var(--halo-dimensions-rem-scale-1rem);--halo-spacing-l: var(--halo-dimensions-rem-scale-1-5rem);--halo-spacing-xl: var(--halo-dimensions-rem-scale-2rem);--halo-spacing-2xl: var(--halo-dimensions-rem-scale-2-5rem);--halo-spacing-3xl: var(--halo-dimensions-rem-scale-3rem);--halo-spacing-4xl: var(--halo-dimensions-rem-scale-3-5rem);--halo-spacing-5xl: var(--halo-dimensions-rem-scale-4rem);--halo-spacing-6xl: var(--halo-dimensions-rem-scale-5rem);--halo-spacing-7xl: var(--halo-dimensions-rem-scale-7-5rem);--halo-size-2xs: var(--halo-dimensions-rem-scale-0-5rem);--halo-size-xs: var(--halo-dimensions-rem-scale-0-75rem);--halo-size-s: var(--halo-dimensions-rem-scale-1rem);--halo-size-m: var(--halo-dimensions-rem-scale-1-5rem);--halo-size-l: var(--halo-dimensions-rem-scale-2rem);--halo-size-xl: var(--halo-dimensions-rem-scale-2-5rem);--halo-size-2xl: var(--halo-dimensions-rem-scale-3rem);--halo-size-3xl: var(--halo-dimensions-rem-scale-3-5rem);--halo-size-4xl: var(--halo-dimensions-rem-scale-4rem);--halo-icons-xs: var(--halo-typography-typescale-0-813rem);--halo-icons-s: var(--halo-typography-typescale-0-875rem);--halo-icons-m: var(--halo-typography-typescale-1rem);--halo-icons-l: var(--halo-typography-typescale-1-125rem);--halo-icons-xl: var(--halo-typography-typescale-1-25rem);--halo-icons-2xl: var(--halo-typography-typescale-1-438rem);--halo-icons-3xl: var(--halo-typography-typescale-1-625rem);--halo-icons-4xl: var(--halo-typography-typescale-1-813rem);--halo-icons-5xl: var(--halo-typography-typescale-2rem);--halo-radius-default: var(--halo-dimensions-radius-0rem);--halo-radius-s: var(--halo-dimensions-radius-0-125rem);--halo-radius-m: var(--halo-dimensions-radius-0-25rem);--halo-radius-l: var(--halo-dimensions-radius-0-5rem);--halo-radius-xl: var(--halo-dimensions-radius-0-75rem);--halo-radius-pill: var(--halo-dimensions-radius-9999rem);--halo-border-width-none: var(--halo-dimensions-border-width-0rem);--halo-border-width-s: var(--halo-dimensions-border-width-0-0625rem);--halo-border-width-m: var(--halo-dimensions-border-width-0-125rem);--halo-border-width-l: var(--halo-dimensions-border-width-0-1875rem);--halo-border-width-xl: var(--halo-dimensions-border-width-0-25rem);--halo-border-width-pill: var(--halo-dimensions-border-width-0-375rem);--halo-border-width-focus-ring: var(--halo-dimensions-border-width-0-125rem);--halo-border-width-focus-ring-offset: var(--halo-dimensions-border-width-0-25rem);--halo-tablet-760px-margin: var(--halo-dimensions-rem-scale-1-5rem);--halo-tablet-760px-gutter: var(--halo-dimensions-rem-scale-1rem);--halo-tablet-760px-vertical-padding: var(--halo-dimensions-rem-scale-1rem);--halo-tablet-760px-columns: 4;--halo-desktop-1280px-margin: var(--halo-dimensions-rem-scale-2rem);--halo-desktop-1280px-gutter: var(--halo-dimensions-rem-scale-1-5rem);--halo-desktop-1280px-vertical-padding: var(--halo-dimensions-rem-scale-1-5rem);--halo-desktop-1280px-columns: 12;--halo-large-desktop-1440px-margin: var(--halo-dimensions-rem-scale-2-5rem);--halo-large-desktop-1440px-gutter: var(--halo-dimensions-rem-scale-2rem);--halo-large-desktop-1440px-vertical-padding: var(--halo-dimensions-rem-scale-2rem);--halo-large-desktop-1440px-columns: 12;--halo-xl-desktop-1920px-margin: var(--halo-dimensions-rem-scale-2-5rem);--halo-xl-desktop-1920px-gutter: var(--halo-dimensions-rem-scale-2rem);--halo-xl-desktop-1920px-vertical-padding: var(--halo-dimensions-rem-scale-2rem);--halo-xl-desktop-1920px-columns: 12;--halo-ultra-wide-desktop-3440px-margin: var(--halo-dimensions-rem-scale-2-5rem);--halo-ultra-wide-desktop-3440px-gutter: var(--halo-dimensions-rem-scale-2rem);--halo-ultra-wide-desktop-3440px-vertical-padding: var(--halo-dimensions-rem-scale-2rem);--halo-ultra-wide-desktop-3440px-columns: 12;--halo-navigation-base-background: var(--halo-colors-neutral-solid-50);--halo-navigation-base-divider: var(--halo-colors-neutral-solid-300);--halo-navigation-base-border: var(--halo-colors-neutral-solid-300);--halo-navigation-nav-item-default-background: var(--halo-colors-neutral-solid-950);--halo-navigation-nav-item-default-text: var(--halo-colors-neutral-solid-200);--halo-navigation-nav-item-hover-background: var(--halo-colors-primary-solid-900);--halo-navigation-nav-item-hover-text: var(--halo-colors-neutral-solid-50);--halo-navigation-nav-item-selected-background: var(--halo-colors-primary-solid-900);--halo-navigation-nav-item-selected-text: var(--halo-colors-neutral-solid-50);--halo-navigation-nav-item-selected-border: var(--halo-colors-secondary-solid-500);--halo-button-primary-border: var(--halo-colors-neutral-light-alpha-0a);--halo-button-secondary-border: var(--halo-colors-neutral-light-alpha-0a);--halo-button-size-small-height: var(--halo-size-l);--halo-button-size-small-padding-x: var(--halo-spacing-s);--halo-button-size-small-padding-y: var(--halo-spacing-s);--halo-button-size-small-gap: var(--halo-spacing-2xs);--halo-button-size-medium-height: var(--halo-size-xl);--halo-button-size-medium-padding-x: var(--halo-spacing-m);--halo-button-size-medium-padding-y: var(--halo-spacing-m);--halo-button-size-medium-gap: var(--halo-spacing-2xs);--halo-button-size-large-height: var(--halo-size-2xl);--halo-button-size-large-padding-x: var(--halo-spacing-l);--halo-button-size-large-padding-y: var(--halo-spacing-s);--halo-button-size-large-gap: var(--halo-spacing-xs);--halo-button-radius: var(--halo-dimensions-radius-0rem);--halo-radius-wip-default: var(--halo-radius-default);--halo-radius-wip-s: var(--halo-radius-s);--halo-radius-wip-m: var(--halo-radius-m);--halo-radius-wip-l: var(--halo-radius-l);--halo-radius-wip-xl: var(--halo-radius-xl);--halo-radius-wip-pill: var(--halo-radius-pill)}:root{font-size:calc(var(--ItgAgentThemeDefault-baseFontGridSize) / 16 * 100%)}*::-webkit-scrollbar{height:8px;width:8px}*::-webkit-scrollbar-track{background-color:transparent}*::-webkit-scrollbar-thumb{background-color:color-mix(in srgb,var(--ItgAgentApp-contentColor) 30%,transparent);border-radius:var(--ItgAgentApp-radius-m);width:8px}*[hidden]{display:none!important}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{display:flex;flex-direction:column;box-sizing:border-box;height:100%}textarea,input{all:unset}body,input,select,textarea,pre,blockquote{color:var(--ItgAgentApp-contentColor);font-family:var(--ItgAgentApp-fontFamily);font-size:var(--ItgAgentApp-fontSize);font-weight:var(--ItgAgentApp-fontWeight)}body,p,dl,dd,dt,ul,li,ol,h1,h2,h3,h4,figure,pre,blockquote{margin:0}img{border:0}a{text-decoration:none}button{color:inherit;font:inherit;margin:0}button:not([disabled]){cursor:pointer}fieldset{border:0;margin:0;min-width:0;padding:0}legend{box-sizing:border-box;margin:0;max-width:100%;padding:0;position:static}legend+*{-webkit-margin-collapse:separate}ul{list-style:none;padding:0}[type=search]{-webkit-appearance:none}iframe{border:0}input,select,textarea{color:inherit;padding-left:0}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{-webkit-text-fill-color:var(--ItgAgentApp-contentColor);transition:background-color 0s linear 1000000000s}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}@font-face{font-family:Open Sans;font-style:normal;font-weight:300 800;src:url("./media/open-sans-V5LAKRUW.woff2") format("woff2-variations")}@font-face{font-family:Open Sans;font-style:italic;font-weight:300 800;src:url("./media/open-sans-italic-3B5NWCX7.woff2") format("woff2-variations")}@font-face{font-family:Poppins;font-style:normal;font-weight:400;src:local(""),url("./media/Poppins-Regular-JNHL4IDV.ttf")}@font-face{font-family:Poppins;font-style:italic;font-weight:400;src:local(""),url("./media/Poppins-Italic-WLX3LTPH.ttf")}@font-face{font-family:Poppins;font-style:normal;font-weight:500;src:local(""),url("./media/Poppins-Medium-UUWQX4EV.ttf")}@font-face{font-family:Poppins;font-style:italic;font-weight:500;src:local(""),url("./media/Poppins-MediumItalic-GSTDJYPJ.ttf")}@font-face{font-family:Poppins;font-style:normal;font-weight:600;src:local(""),url("./media/Poppins-SemiBold-TBISX6G2.ttf")}@font-face{font-family:Poppins;font-style:italic;font-weight:600;src:local(""),url("./media/Poppins-SemiBoldItalic-KATDLEJV.ttf")}@font-face{font-family:Poppins;font-style:normal;font-weight:700;src:local(""),url("./media/Poppins-Bold-QAA2AGZS.ttf")}@font-face{font-family:Poppins;font-style:italic;font-weight:700;src:local(""),url("./media/Poppins-BoldItalic-DIK4LTR6.ttf")}.ItgAgentChatMessage-markdown,.ItgAgentA2uiDocument-body{display:flex;flex-direction:column;gap:calc(var(--ItgAgentApp-gridSize) * 4)}.ItgAgentChatMessage-markdown h1,.ItgAgentChatMessage-markdown h2,.ItgAgentChatMessage-markdown h3,.ItgAgentChatMessage-markdown h4,.ItgAgentChatMessage-markdown h5,.ItgAgentChatMessage-markdown h6,.ItgAgentA2uiDocument-body h1,.ItgAgentA2uiDocument-body h2,.ItgAgentA2uiDocument-body h3,.ItgAgentA2uiDocument-body h4,.ItgAgentA2uiDocument-body h5,.ItgAgentA2uiDocument-body h6{font-family:var(--ItgAgentApp-fontFamily-heading);font-size:var(--ItgAgentApp-fontSize-heading4);font-weight:var(--ItgAgentApp-fontWeight-heading4);color:var(--ItgAgentApp-contentColor)}.ItgAgentChatMessage-markdown p,.ItgAgentA2uiDocument-body p{color:var(--ItgAgentApp-contentColor);font-family:var(--ItgAgentApp-fontFamily);font-size:var(--ItgAgentApp-fontSize);font-weight:var(--ItgAgentApp-fontWeight)}.ItgAgentChatMessage-markdown ul,.ItgAgentChatMessage-markdown ol,.ItgAgentA2uiDocument-body ul,.ItgAgentA2uiDocument-body ol{color:var(--ItgAgentApp-contentColor);font-family:var(--ItgAgentApp-fontFamily);font-size:var(--ItgAgentApp-fontSize);font-weight:var(--ItgAgentApp-fontWeight);display:flex;flex-direction:column;gap:calc(var(--ItgAgentApp-gridSize) * 2);padding-left:calc(var(--ItgAgentApp-gridSize) * 5)}.ItgAgentChatMessage-markdown ul,.ItgAgentA2uiDocument-body ul{list-style:disc}.ItgAgentChatMessage-markdown ol,.ItgAgentA2uiDocument-body ol{list-style:decimal}.ItgAgentChatMessage-markdown li::marker,.ItgAgentA2uiDocument-body li::marker{color:var(--ItgAgentApp-contentColor)}.ItgAgentChatMessage-markdown strong,.ItgAgentA2uiDocument-body strong{font-weight:var(--ItgAgentApp-fontWeight-bold)}.ItgAgentChatMessage-markdown hr,.ItgAgentA2uiDocument-body hr{background:var(--ItgAgentApp-dividerColor);border:0;height:var(--halo-border-width-s);width:100%}.ItgAgentChatMessage-markdown a,.ItgAgentA2uiDocument-body a{color:var(--ItgAgentApp-linkColor)}.ItgAgentChatMessage-markdown code,.ItgAgentA2uiDocument-body code{background:var(--ItgAgentApp-tileColor);border-radius:calc(var(--ItgAgentApp-gridSize) * .5);color:var(--ItgAgentApp-contentColor);padding:0 calc(var(--ItgAgentApp-gridSize) * 1)}.ItgAgentChatMessage-markdown pre,.ItgAgentA2uiDocument-body pre{background:var(--ItgAgentApp-tileColor);border-radius:var(--ItgAgentApp-radius-s);overflow-x:auto;padding:calc(var(--ItgAgentApp-gridSize) * 2) calc(var(--ItgAgentApp-gridSize) * 3)}.ItgAgentChatMessage-markdown blockquote,.ItgAgentA2uiDocument-body blockquote{background:var(--ItgAgentApp-tileColor);border-radius:var(--ItgAgentApp-radius-s);padding:calc(var(--ItgAgentApp-gridSize) * 2) calc(var(--ItgAgentApp-gridSize) * 3)}.ProseMirror{color:var(--ItgAgentApp-contentColor);font-family:var(--ItgAgentApp-fontFamily);font-size:var(--ItgAgentApp-fontSize);font-weight:var(--ItgAgentApp-fontWeight);flex:1 1 auto;outline:none}.ProseMirror>blockquote,.ProseMirror>p,.ProseMirror>h1,.ProseMirror>h2,.ProseMirror>h3,.ProseMirror>h4,.ProseMirror>h5,.ProseMirror>h6,.ProseMirror>ol,.ProseMirror>ul{margin:0 0 calc(var(--ItgAgentApp-gridSize) * 3)}.ProseMirror>:last-child{margin-bottom:0}.ProseMirror ol,.ProseMirror ul{padding-left:calc(var(--ItgAgentApp-gridSize) * 6)}.ProseMirror ul{list-style:disc;padding-left:calc(var(--ItgAgentApp-gridSize) * 7)}.ProseMirror ol{list-style:decimal}.ProseMirror li{margin:0}.ProseMirror li::marker{color:var(--ItgAgentApp-contentColor)}.ProseMirror blockquote{background:var(--ItgAgentApp-surfaceColor-subtle);border-radius:var(--ItgAgentApp-radius-m);padding:calc(var(--ItgAgentApp-gridSize) * 2) calc(var(--ItgAgentApp-gridSize) * 3)}.ProseMirror h1{font-family:var(--ItgAgentApp-fontFamily-heading);font-size:var(--ItgAgentApp-fontSize-heading1);font-weight:var(--ItgAgentApp-fontWeight-heading1)}.ProseMirror h2{font-family:var(--ItgAgentApp-fontFamily-heading);font-size:var(--ItgAgentApp-fontSize-heading2);font-weight:var(--ItgAgentApp-fontWeight-heading2)}.ProseMirror h3{font-family:var(--ItgAgentApp-fontFamily-heading);font-size:var(--ItgAgentApp-fontSize-heading3);font-weight:var(--ItgAgentApp-fontWeight-heading3)}.ProseMirror h4{font-family:var(--ItgAgentApp-fontFamily-heading);font-size:var(--ItgAgentApp-fontSize-heading4);font-weight:var(--ItgAgentApp-fontWeight-heading4)}.ProseMirror h5{font-family:var(--ItgAgentApp-fontFamily-heading);font-size:var(--ItgAgentApp-fontSize-heading5);font-weight:var(--ItgAgentApp-fontWeight-heading5)}.ProseMirror h6{font-family:var(--ItgAgentApp-fontFamily-heading);font-size:var(--ItgAgentApp-fontSize-heading6);font-weight:var(--ItgAgentApp-fontWeight-heading6)}.ItgAgentDialog-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:var(--ItgAgentApp-backdropColor);transition:opacity .15s cubic-bezier(0,0,.2,1)}.ItgAgentDialog-panel{animation:dialogEnter .15s cubic-bezier(0,0,.2,1)}.ItgAgentDialog-panel.is-leaving{animation:dialogLeave .15s cubic-bezier(.4,0,1,1) forwards;pointer-events:none}.cdk-dialog-container{display:flex;outline:none}@keyframes dialogEnter{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}@keyframes dialogLeave{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.7)}}.is-defaultTheme,.is-dark .is-defaultTheme{--ItgAgentApp-fontFamily-button: var(--ItgAgentThemeDefault-fontFamily-button);--ItgAgentApp-fontFamily-heading: var(--ItgAgentThemeDefault-fontFamily-heading);--ItgAgentApp-fontFamily: var(--ItgAgentThemeDefault-fontFamily);--ItgAgentApp-primaryColor-50: var(--ItgAgentThemeDefault-primaryColor-50);--ItgAgentApp-primaryColor-100: var(--ItgAgentThemeDefault-primaryColor-100);--ItgAgentApp-primaryColor-200: var(--ItgAgentThemeDefault-primaryColor-200);--ItgAgentApp-primaryColor-300: var(--ItgAgentThemeDefault-primaryColor-300);--ItgAgentApp-primaryColor-400: var(--ItgAgentThemeDefault-primaryColor-400);--ItgAgentApp-primaryColor-500: var(--ItgAgentThemeDefault-primaryColor-500);--ItgAgentApp-primaryColor-600: var(--ItgAgentThemeDefault-primaryColor-600);--ItgAgentApp-primaryColor-700: var(--ItgAgentThemeDefault-primaryColor-700);--ItgAgentApp-primaryColor-800: var(--ItgAgentThemeDefault-primaryColor-800);--ItgAgentApp-primaryColor-900: var(--ItgAgentThemeDefault-primaryColor-900);--ItgAgentApp-primaryTextColor: var(--ItgAgentThemeDefault-primaryTextColor);--ItgAgentApp-primaryColor: var(--ItgAgentThemeDefault-primaryColor);--ItgAgentApp-primaryColor-hover: var(--ItgAgentThemeDefault-primaryColor-hover);--ItgAgentApp-primaryColor-focus: var(--ItgAgentThemeDefault-primaryColor-focus);--ItgAgentApp-secondaryColor-50: var(--ItgAgentThemeDefault-secondaryColor-50);--ItgAgentApp-secondaryColor-100: var(--ItgAgentThemeDefault-secondaryColor-100);--ItgAgentApp-secondaryColor-200: var(--ItgAgentThemeDefault-secondaryColor-200);--ItgAgentApp-secondaryColor-300: var(--ItgAgentThemeDefault-secondaryColor-300);--ItgAgentApp-secondaryColor-400: var(--ItgAgentThemeDefault-secondaryColor-400);--ItgAgentApp-secondaryColor-500: var(--ItgAgentThemeDefault-secondaryColor-500);--ItgAgentApp-secondaryColor-600: var(--ItgAgentThemeDefault-secondaryColor-600);--ItgAgentApp-secondaryColor-700: var(--ItgAgentThemeDefault-secondaryColor-700);--ItgAgentApp-secondaryColor-800: var(--ItgAgentThemeDefault-secondaryColor-800);--ItgAgentApp-secondaryColor-900: var(--ItgAgentThemeDefault-secondaryColor-900);--ItgAgentApp-secondaryTextColor: var(--ItgAgentThemeDefault-secondaryTextColor);--ItgAgentApp-secondaryColor: var(--ItgAgentThemeDefault-secondaryColor);--ItgAgentApp-secondaryColor-hover: var(--ItgAgentThemeDefault-secondaryColor-hover);--ItgAgentApp-secondaryColor-focus: var(--ItgAgentThemeDefault-secondaryColor-focus);--ItgAgentApp-tertiaryColor-50: var(--ItgAgentThemeDefault-tertiaryColor-50);--ItgAgentApp-tertiaryColor-100: var(--ItgAgentThemeDefault-tertiaryColor-100);--ItgAgentApp-tertiaryColor-200: var(--ItgAgentThemeDefault-tertiaryColor-200);--ItgAgentApp-tertiaryColor-300: var(--ItgAgentThemeDefault-tertiaryColor-300);--ItgAgentApp-tertiaryColor-400: var(--ItgAgentThemeDefault-tertiaryColor-400);--ItgAgentApp-tertiaryColor-500: var(--ItgAgentThemeDefault-tertiaryColor-500);--ItgAgentApp-tertiaryColor-600: var(--ItgAgentThemeDefault-tertiaryColor-600);--ItgAgentApp-tertiaryColor-700: var(--ItgAgentThemeDefault-tertiaryColor-700);--ItgAgentApp-tertiaryColor-800: var(--ItgAgentThemeDefault-tertiaryColor-800);--ItgAgentApp-tertiaryColor-900: var(--ItgAgentThemeDefault-tertiaryColor-900);--ItgAgentApp-tertiaryTextColor: var(--ItgAgentThemeDefault-tertiaryTextColor);--ItgAgentApp-tertiaryColor: var(--ItgAgentThemeDefault-tertiaryColor);--ItgAgentApp-tertiaryColor-hover: var(--ItgAgentThemeDefault-tertiaryColor-hover);--ItgAgentApp-tertiaryColor-focus: var(--ItgAgentThemeDefault-tertiaryColor-focus);--ItgAgentApp-infoColor-100: var(--ItgAgentThemeDefault-infoColor-100);--ItgAgentApp-infoColor-300: var(--ItgAgentThemeDefault-infoColor-300);--ItgAgentApp-infoColor-500: var(--ItgAgentThemeDefault-infoColor-500);--ItgAgentApp-infoColor-700: var(--ItgAgentThemeDefault-infoColor-700);--ItgAgentApp-infoColor-900: var(--ItgAgentThemeDefault-infoColor-900);--ItgAgentApp-infoTextColor: var(--ItgAgentThemeDefault-infoTextColor);--ItgAgentApp-infoColor: var(--ItgAgentThemeDefault-infoColor);--ItgAgentApp-infoColor-hover: var(--ItgAgentThemeDefault-infoColor-hover);--ItgAgentApp-infoColor-focus: var(--ItgAgentThemeDefault-infoColor-focus);--ItgAgentApp-successColor-100: var(--ItgAgentThemeDefault-successColor-100);--ItgAgentApp-successColor-300: var(--ItgAgentThemeDefault-successColor-300);--ItgAgentApp-successColor-500: var(--ItgAgentThemeDefault-successColor-500);--ItgAgentApp-successColor-700: var(--ItgAgentThemeDefault-successColor-700);--ItgAgentApp-successColor-900: var(--ItgAgentThemeDefault-successColor-900);--ItgAgentApp-successTextColor: var(--ItgAgentThemeDefault-successTextColor);--ItgAgentApp-successColor: var(--ItgAgentThemeDefault-successColor);--ItgAgentApp-successColor-hover: var(--ItgAgentThemeDefault-successColor-hover);--ItgAgentApp-successColor-focus: var(--ItgAgentThemeDefault-successColor-focus);--ItgAgentApp-warningColor-100: var(--ItgAgentThemeDefault-warningColor-100);--ItgAgentApp-warningColor-300: var(--ItgAgentThemeDefault-warningColor-300);--ItgAgentApp-warningColor-500: var(--ItgAgentThemeDefault-warningColor-500);--ItgAgentApp-warningColor-700: var(--ItgAgentThemeDefault-warningColor-700);--ItgAgentApp-warningColor-900: var(--ItgAgentThemeDefault-warningColor-900);--ItgAgentApp-warningTextColor: var(--ItgAgentThemeDefault-warningTextColor);--ItgAgentApp-warningColor: var(--ItgAgentThemeDefault-warningColor);--ItgAgentApp-warningColor-hover: var(--ItgAgentThemeDefault-warningColor-hover);--ItgAgentApp-warningColor-focus: var(--ItgAgentThemeDefault-warningColor-focus);--ItgAgentApp-errorColor-100: var(--ItgAgentThemeDefault-errorColor-100);--ItgAgentApp-errorColor-300: var(--ItgAgentThemeDefault-errorColor-300);--ItgAgentApp-errorColor-500: var(--ItgAgentThemeDefault-errorColor-500);--ItgAgentApp-errorColor-700: var(--ItgAgentThemeDefault-errorColor-700);--ItgAgentApp-errorColor-900: var(--ItgAgentThemeDefault-errorColor-900);--ItgAgentApp-errorTextColor: var(--ItgAgentThemeDefault-errorTextColor);--ItgAgentApp-errorColor: var(--ItgAgentThemeDefault-errorColor);--ItgAgentApp-errorColor-hover: var(--ItgAgentThemeDefault-errorColor-hover);--ItgAgentApp-errorColor-focus: var(--ItgAgentThemeDefault-errorColor-focus);--ItgAgentApp-neutralColor-0: var(--ItgAgentThemeDefault-neutralColor-0);--ItgAgentApp-neutralColor-100: var(--ItgAgentThemeDefault-neutralColor-100);--ItgAgentApp-neutralColor-200: var(--ItgAgentThemeDefault-neutralColor-200);--ItgAgentApp-neutralColor-300: var(--ItgAgentThemeDefault-neutralColor-300);--ItgAgentApp-neutralColor-400: var(--ItgAgentThemeDefault-neutralColor-400);--ItgAgentApp-neutralColor-500: var(--ItgAgentThemeDefault-neutralColor-500);--ItgAgentApp-neutralColor-600: var(--ItgAgentThemeDefault-neutralColor-600);--ItgAgentApp-neutralColor-700: var(--ItgAgentThemeDefault-neutralColor-700);--ItgAgentApp-neutralColor-800: var(--ItgAgentThemeDefault-neutralColor-800);--ItgAgentApp-neutralColor-900: var(--ItgAgentThemeDefault-neutralColor-900);--ItgAgentApp-neutralColor-1000: var(--ItgAgentThemeDefault-neutralColor-1000);--ItgAgentApp-neutralColor-950: var(--ItgAgentThemeDefault-neutralColor-950);--ItgAgentApp-backgroundColor: var(--halo-light-background-default);--ItgAgentApp-backgroundColor-secondary: var(--halo-light-background-alt);--ItgAgentApp-backgroundColor-info: var(--halo-light-surface-solid-info);--ItgAgentApp-containerBackgroundColor: var(--halo-light-background-alt);--ItgAgentApp-overlayColor: var(--halo-light-background-overlay);--ItgAgentApp-backdropColor: var(--halo-light-background-overlay);--ItgAgentApp-imageOverlayColor: var(--halo-light-background-image-overlay)}.is-defaultTheme,.is-dark .is-defaultTheme{--ItgAgentApp-surfaceColor: var(--halo-light-surface-solid-default);--ItgAgentApp-surfaceColor-subtle: var(--halo-light-surface-solid-subtle);--ItgAgentApp-surfaceColor-strong: var(--halo-light-surface-solid-strong);--ItgAgentApp-surfaceColor-inverse: var(--halo-light-surface-solid-inverse);--ItgAgentApp-surfaceColor-inverseSubtle: var(--halo-light-surface-solid-inverse-subtle);--ItgAgentApp-surfaceColor-inverseStrong: var(--halo-light-surface-solid-inverse-strong);--ItgAgentApp-surfacePrimaryColor: var(--halo-light-surface-solid-primary);--ItgAgentApp-surfacePrimaryColor-subtle: var(--halo-light-surface-solid-primary-subtle);--ItgAgentApp-surfaceSecondaryColor: var(--halo-light-surface-solid-secondary);--ItgAgentApp-surfaceSecondaryColor-subtle: var(--halo-light-surface-solid-secondary-subtle);--ItgAgentApp-surfaceInfoColor: var(--halo-light-surface-solid-info);--ItgAgentApp-surfaceInfoColor-subtle: var(--halo-light-surface-solid-info-subtle);--ItgAgentApp-surfaceSuccessColor: var(--halo-light-surface-solid-success);--ItgAgentApp-surfaceWarningColor: var(--halo-light-surface-solid-warning);--ItgAgentApp-surfaceErrorColor: var(--halo-light-surface-solid-error)}.is-defaultTheme,.is-dark .is-defaultTheme{--ItgAgentApp-borderColor: var(--halo-light-border-solid-default);--ItgAgentApp-borderColor-neutral: var(--halo-light-interactive-neutral-border-default);--ItgAgentApp-borderColor-subtle: var(--halo-light-border-solid-subtle);--ItgAgentApp-borderColor-strong: var(--halo-light-border-solid-strong);--ItgAgentApp-borderColor-inverse: var(--halo-light-border-solid-inverse);--ItgAgentApp-borderColor-placeholder: var(--halo-light-border-solid-placeholder);--ItgAgentApp-borderColor-info: var(--halo-light-border-solid-info);--ItgAgentApp-borderColor-success: var(--halo-light-border-solid-success);--ItgAgentApp-borderColor-warning: var(--halo-light-border-solid-warning);--ItgAgentApp-borderColor-error: var(--halo-light-border-solid-error);--ItgAgentApp-borderPrimaryColor: var(--halo-light-border-solid-primary-default);--ItgAgentApp-borderPrimaryColor-subtle: var(--halo-light-border-solid-primary-subtle);--ItgAgentApp-borderSecondaryColor: var(--halo-light-border-solid-secondary-default);--ItgAgentApp-borderSecondaryColor-subtle: var(--halo-light-border-solid-secondary-subtle)}.is-defaultTheme,.is-dark .is-defaultTheme{--ItgAgentApp-titleColor: var(--halo-light-title-default);--ItgAgentApp-titleColor-inverse: var(--halo-light-title-inverse);--ItgAgentApp-titleColor-inverseSubtle: var(--halo-light-title-inverse-subtle);--ItgAgentApp-titlePrimaryColor: var(--halo-light-title-primary);--ItgAgentApp-titleSecondaryColor: var(--halo-light-title-secondary);--ItgAgentApp-titleInfoColor: var(--halo-light-title-info);--ItgAgentApp-titleSuccessColor: var(--halo-light-title-success);--ItgAgentApp-titleWarningColor: var(--halo-light-title-warning);--ItgAgentApp-titleErrorColor: var(--halo-light-title-error)}.is-defaultTheme,.is-dark .is-defaultTheme{--ItgAgentApp-contentColor: var(--halo-light-content-default);--ItgAgentApp-contentColor-subtle: var(--halo-light-content-subtle);--ItgAgentApp-contentColor-placeholder: var(--halo-light-content-placeholder);--ItgAgentApp-contentColor-inverse: var(--halo-light-content-inverse);--ItgAgentApp-contentColor-inverseSubtle: var(--halo-light-content-inverse-subtle);--ItgAgentApp-contentColor-onSolid: var(--halo-light-content-on-solid);--ItgAgentApp-contentPrimaryColor: var(--halo-light-content-primary);--ItgAgentApp-contentSecondaryColor: var(--halo-light-content-secondary);--ItgAgentApp-contentInfoColor: var(--halo-light-content-info);--ItgAgentApp-contentInfoColor-strong: var(--halo-light-content-info-strong);--ItgAgentApp-contentSuccessColor: var(--halo-light-content-success);--ItgAgentApp-contentWarningColor: var(--halo-light-content-warning);--ItgAgentApp-contentErrorColor: var(--halo-light-content-error)}.is-defaultTheme,.is-dark .is-defaultTheme{--ItgAgentApp-focusColor: var(--halo-light-interactive-focus-default);--ItgAgentApp-neutralFill: var(--halo-light-interactive-neutral-fill-default);--ItgAgentApp-neutralFill-hover: var(--halo-light-interactive-neutral-fill-hover);--ItgAgentApp-neutralFill-pressed: var(--halo-light-interactive-neutral-fill-pressed);--ItgAgentApp-linkColor: var(--halo-light-interactive-link-default);--ItgAgentApp-linkColor-hover: var(--halo-light-interactive-link-hover);--ItgAgentApp-linkColor-pressed: var(--halo-light-interactive-link-pressed);--ItgAgentApp-overlayTintColor-hover: var(--halo-light-interactive-overlay-tint-hover);--ItgAgentApp-overlayTintColor-pressed: var(--halo-light-interactive-overlay-tint-pressed);--ItgAgentApp-overlayTintColor-hoverInverse: var(--halo-light-interactive-overlay-tint-hover-inverse);--ItgAgentApp-overlayTintColor-pressedInverse: var(--halo-light-interactive-overlay-tint-pressed-inverse);--ItgAgentApp-loadingTrackColor: var(--halo-light-interactive-loading-track);--ItgAgentApp-loadingArcColor: var(--halo-light-interactive-loading-arc)}.is-defaultTheme,.is-dark .is-defaultTheme{--ItgAgentApp-tileColor: var(--ItgAgentApp-surfaceColor);--ItgAgentApp-tileColor-hover: var(--ItgAgentApp-surfaceColor-subtle);--ItgAgentApp-imageBackgroundColor: var(--ItgAgentApp-surfaceColor-strong);--ItgAgentApp-card-backgroundColor: var(--ItgAgentApp-surfaceColor);--ItgAgentApp-menuColor: var(--ItgAgentApp-surfaceColor);--ItgAgentApp-toolbarColor: var(--ItgAgentApp-surfaceColor);--ItgAgentApp-footerColor: var(--ItgAgentApp-surfaceColor);--ItgAgentApp-popup-backgroundColor: var(--ItgAgentApp-surfaceColor);--ItgAgentApp-tag-backgroundColor: var(--ItgAgentApp-surfaceColor-inverse);--ItgAgentApp-menuTextColor: var(--ItgAgentApp-contentColor);--ItgAgentApp-toolbarTextColor: var(--ItgAgentApp-contentColor);--ItgAgentApp-footerTextColor: var(--ItgAgentApp-contentColor-subtle);--ItgAgentApp-imageOverlayTextColor: var(--ItgAgentApp-contentColor-inverse);--ItgAgentApp-popup-textColor: var(--ItgAgentApp-contentColor);--ItgAgentApp-tag-textColor: var(--ItgAgentApp-contentColor-inverse);--ItgAgentApp-typingDot-backgroundColor: var(--ItgAgentApp-contentColor);--ItgAgentApp-inputTextColor: var(--ItgAgentApp-contentColor);--ItgAgentApp-inputTextColor-disabled: var(--ItgAgentApp-contentColor-subtle);--ItgAgentApp-inputTextColor-placeholder: var(--ItgAgentApp-contentColor-placeholder);--ItgAgentApp-universalNavigationColor: var(--ItgAgentApp-neutralColor-950);--ItgAgentApp-universalNavigationDividerColor: var(--ItgAgentApp-neutralColor-800);--ItgAgentApp-universalNavigationItemColor: var(--halo-navigation-nav-item-default-background);--ItgAgentApp-universalNavigationItemColor-hover: var(--halo-navigation-nav-item-hover-background);--ItgAgentApp-universalNavigationItemColor-selected: var(--halo-navigation-nav-item-selected-background);--ItgAgentApp-universalNavigationItemTextColor: var(--halo-navigation-nav-item-default-text);--ItgAgentApp-universalNavigationItemTextColor-hover: var(--halo-navigation-nav-item-hover-text);--ItgAgentApp-universalNavigationItemTextColor-selected: var(--halo-navigation-nav-item-selected-text);--ItgAgentApp-universalNavigationItemBorderColor-selected: var(--halo-navigation-nav-item-selected-border);--ItgAgentApp-dividerColor: var(--ItgAgentApp-borderColor);--ItgAgentApp-defaultSeparator: 1px solid var(--ItgAgentApp-dividerColor);--ItgAgentApp-focusBorder: 1px solid var(--ItgAgentApp-focusColor);--ItgAgentDashboard-welcomeAccent: linear-gradient(180deg, #bfa8ff 0%, #e1d7ff 100%);--ItgAgentApp-shadow-small: var(--ItgAgentThemeDefault-shadow-small);--ItgAgentApp-shadow-medium: var(--ItgAgentThemeDefault-shadow-medium);--ItgAgentApp-shadow-large: var(--ItgAgentThemeDefault-shadow-large);color:var(--ItgAgentApp-contentColor);color-scheme:light}.is-appTheme,.is-dark .is-appTheme{--ItgAgentApp-fontFamily-button: var( --ItgAgentTheme-fontFamily-button, var(--ItgAgentThemeDefault-fontFamily-button) );--ItgAgentApp-fontFamily-heading: var( --ItgAgentTheme-fontFamily-heading, var(--ItgAgentThemeDefault-fontFamily-heading) );--ItgAgentApp-fontFamily: var(--ItgAgentTheme-fontFamily, var(--ItgAgentThemeDefault-fontFamily));--ItgAgentApp-primaryColor-50: var(--ItgAgentTheme-primaryColor-50, var(--ItgAgentThemeDefault-primaryColor-50));--ItgAgentApp-primaryColor-100: var(--ItgAgentTheme-primaryColor-100, var(--ItgAgentThemeDefault-primaryColor-100));--ItgAgentApp-primaryColor-200: var(--ItgAgentTheme-primaryColor-200, var(--ItgAgentThemeDefault-primaryColor-200));--ItgAgentApp-primaryColor-300: var(--ItgAgentTheme-primaryColor-300, var(--ItgAgentThemeDefault-primaryColor-300));--ItgAgentApp-primaryColor-400: var(--ItgAgentTheme-primaryColor-400, var(--ItgAgentThemeDefault-primaryColor-400));--ItgAgentApp-primaryColor-500: var(--ItgAgentTheme-primaryColor-500, var(--ItgAgentThemeDefault-primaryColor-500));--ItgAgentApp-primaryColor-600: var(--ItgAgentTheme-primaryColor-600, var(--ItgAgentThemeDefault-primaryColor-600));--ItgAgentApp-primaryColor-700: var(--ItgAgentTheme-primaryColor-700, var(--ItgAgentThemeDefault-primaryColor-700));--ItgAgentApp-primaryColor-800: var(--ItgAgentTheme-primaryColor-800, var(--ItgAgentThemeDefault-primaryColor-800));--ItgAgentApp-primaryColor-900: var(--ItgAgentTheme-primaryColor-900, var(--ItgAgentThemeDefault-primaryColor-900));--ItgAgentApp-primaryTextColor: var(--ItgAgentTheme-primaryTextColor, var(--ItgAgentThemeDefault-primaryTextColor));--ItgAgentApp-primaryColor: var(--ItgAgentTheme-primaryColor, var(--ItgAgentThemeDefault-primaryColor));--ItgAgentApp-primaryColor-hover: var( --ItgAgentTheme-primaryColor-hover, var(--ItgAgentThemeDefault-primaryColor-hover) );--ItgAgentApp-primaryColor-focus: var( --ItgAgentTheme-primaryColor-focus, var(--ItgAgentThemeDefault-primaryColor-focus) );--ItgAgentApp-secondaryColor-50: var( --ItgAgentTheme-secondaryColor-50, var(--ItgAgentThemeDefault-secondaryColor-50) );--ItgAgentApp-secondaryColor-100: var( --ItgAgentTheme-secondaryColor-100, var(--ItgAgentThemeDefault-secondaryColor-100) );--ItgAgentApp-secondaryColor-200: var( --ItgAgentTheme-secondaryColor-200, var(--ItgAgentThemeDefault-secondaryColor-200) );--ItgAgentApp-secondaryColor-300: var( --ItgAgentTheme-secondaryColor-300, var(--ItgAgentThemeDefault-secondaryColor-300) );--ItgAgentApp-secondaryColor-400: var( --ItgAgentTheme-secondaryColor-400, var(--ItgAgentThemeDefault-secondaryColor-400) );--ItgAgentApp-secondaryColor-500: var( --ItgAgentTheme-secondaryColor-500, var(--ItgAgentThemeDefault-secondaryColor-500) );--ItgAgentApp-secondaryColor-600: var( --ItgAgentTheme-secondaryColor-600, var(--ItgAgentThemeDefault-secondaryColor-600) );--ItgAgentApp-secondaryColor-700: var( --ItgAgentTheme-secondaryColor-700, var(--ItgAgentThemeDefault-secondaryColor-700) );--ItgAgentApp-secondaryColor-800: var( --ItgAgentTheme-secondaryColor-800, var(--ItgAgentThemeDefault-secondaryColor-800) );--ItgAgentApp-secondaryColor-900: var( --ItgAgentTheme-secondaryColor-900, var(--ItgAgentThemeDefault-secondaryColor-900) );--ItgAgentApp-secondaryTextColor: var( --ItgAgentTheme-secondaryTextColor, var(--ItgAgentThemeDefault-secondaryTextColor) );--ItgAgentApp-secondaryColor: var(--ItgAgentTheme-secondaryColor, var(--ItgAgentThemeDefault-secondaryColor));--ItgAgentApp-secondaryColor-hover: var( --ItgAgentTheme-secondaryColor-hover, var(--ItgAgentThemeDefault-secondaryColor-hover) );--ItgAgentApp-secondaryColor-focus: var( --ItgAgentTheme-secondaryColor-focus, var(--ItgAgentThemeDefault-secondaryColor-focus) );--ItgAgentApp-tertiaryColor-50: var(--ItgAgentTheme-tertiaryColor-50, var(--ItgAgentThemeDefault-tertiaryColor-50));--ItgAgentApp-tertiaryColor-100: var( --ItgAgentTheme-tertiaryColor-100, var(--ItgAgentThemeDefault-tertiaryColor-100) );--ItgAgentApp-tertiaryColor-200: var( --ItgAgentTheme-tertiaryColor-200, var(--ItgAgentThemeDefault-tertiaryColor-200) );--ItgAgentApp-tertiaryColor-300: var( --ItgAgentTheme-tertiaryColor-300, var(--ItgAgentThemeDefault-tertiaryColor-300) );--ItgAgentApp-tertiaryColor-400: var( --ItgAgentTheme-tertiaryColor-400, var(--ItgAgentThemeDefault-tertiaryColor-400) );--ItgAgentApp-tertiaryColor-500: var( --ItgAgentTheme-tertiaryColor-500, var(--ItgAgentThemeDefault-tertiaryColor-500) );--ItgAgentApp-tertiaryColor-600: var( --ItgAgentTheme-tertiaryColor-600, var(--ItgAgentThemeDefault-tertiaryColor-600) );--ItgAgentApp-tertiaryColor-700: var( --ItgAgentTheme-tertiaryColor-700, var(--ItgAgentThemeDefault-tertiaryColor-700) );--ItgAgentApp-tertiaryColor-800: var( --ItgAgentTheme-tertiaryColor-800, var(--ItgAgentThemeDefault-tertiaryColor-800) );--ItgAgentApp-tertiaryColor-900: var( --ItgAgentTheme-tertiaryColor-900, var(--ItgAgentThemeDefault-tertiaryColor-900) );--ItgAgentApp-tertiaryTextColor: var( --ItgAgentTheme-tertiaryTextColor, var(--ItgAgentThemeDefault-tertiaryTextColor) );--ItgAgentApp-tertiaryColor: var(--ItgAgentTheme-tertiaryColor, var(--ItgAgentThemeDefault-tertiaryColor));--ItgAgentApp-tertiaryColor-hover: var( --ItgAgentTheme-tertiaryColor-hover, var(--ItgAgentThemeDefault-tertiaryColor-hover) );--ItgAgentApp-tertiaryColor-focus: var( --ItgAgentTheme-tertiaryColor-focus, var(--ItgAgentThemeDefault-tertiaryColor-focus) );--ItgAgentApp-infoColor-100: var(--ItgAgentTheme-infoColor-100, var(--ItgAgentThemeDefault-infoColor-100));--ItgAgentApp-infoColor-300: var(--ItgAgentTheme-infoColor-300, var(--ItgAgentThemeDefault-infoColor-300));--ItgAgentApp-infoColor-500: var(--ItgAgentTheme-infoColor-500, var(--ItgAgentThemeDefault-infoColor-500));--ItgAgentApp-infoColor-700: var(--ItgAgentTheme-infoColor-700, var(--ItgAgentThemeDefault-infoColor-700));--ItgAgentApp-infoColor-900: var(--ItgAgentTheme-infoColor-900, var(--ItgAgentThemeDefault-infoColor-900));--ItgAgentApp-infoTextColor: var(--ItgAgentTheme-infoTextColor, var(--ItgAgentThemeDefault-infoTextColor));--ItgAgentApp-infoColor: var(--ItgAgentTheme-infoColor, var(--ItgAgentThemeDefault-infoColor));--ItgAgentApp-infoColor-hover: var(--ItgAgentTheme-infoColor-hover, var(--ItgAgentThemeDefault-infoColor-hover));--ItgAgentApp-infoColor-focus: var(--ItgAgentTheme-infoColor-focus, var(--ItgAgentThemeDefault-infoColor-focus));--ItgAgentApp-successColor-100: var(--ItgAgentTheme-successColor-100, var(--ItgAgentThemeDefault-successColor-100));--ItgAgentApp-successColor-300: var(--ItgAgentTheme-successColor-300, var(--ItgAgentThemeDefault-successColor-300));--ItgAgentApp-successColor-500: var(--ItgAgentTheme-successColor-500, var(--ItgAgentThemeDefault-successColor-500));--ItgAgentApp-successColor-700: var(--ItgAgentTheme-successColor-700, var(--ItgAgentThemeDefault-successColor-700));--ItgAgentApp-successColor-900: var(--ItgAgentTheme-successColor-900, var(--ItgAgentThemeDefault-successColor-900));--ItgAgentApp-successTextColor: var(--ItgAgentTheme-successTextColor, var(--ItgAgentThemeDefault-successTextColor));--ItgAgentApp-successColor: var(--ItgAgentTheme-successColor, var(--ItgAgentThemeDefault-successColor));--ItgAgentApp-successColor-hover: var( --ItgAgentTheme-successColor-hover, var(--ItgAgentThemeDefault-successColor-hover) );--ItgAgentApp-successColor-focus: var( --ItgAgentTheme-successColor-focus, var(--ItgAgentThemeDefault-successColor-focus) );--ItgAgentApp-warningColor-100: var(--ItgAgentTheme-warningColor-100, var(--ItgAgentThemeDefault-warningColor-100));--ItgAgentApp-warningColor-300: var(--ItgAgentTheme-warningColor-300, var(--ItgAgentThemeDefault-warningColor-300));--ItgAgentApp-warningColor-500: var(--ItgAgentTheme-warningColor-500, var(--ItgAgentThemeDefault-warningColor-500));--ItgAgentApp-warningColor-700: var(--ItgAgentTheme-warningColor-700, var(--ItgAgentThemeDefault-warningColor-700));--ItgAgentApp-warningColor-900: var(--ItgAgentTheme-warningColor-900, var(--ItgAgentThemeDefault-warningColor-900));--ItgAgentApp-warningTextColor: var(--ItgAgentTheme-warningTextColor, var(--ItgAgentThemeDefault-warningTextColor));--ItgAgentApp-warningColor: var(--ItgAgentTheme-warningColor, var(--ItgAgentThemeDefault-warningColor));--ItgAgentApp-warningColor-hover: var( --ItgAgentTheme-warningColor-hover, var(--ItgAgentThemeDefault-warningColor-hover) );--ItgAgentApp-warningColor-focus: var( --ItgAgentTheme-warningColor-focus, var(--ItgAgentThemeDefault-warningColor-focus) );--ItgAgentApp-errorColor-100: var(--ItgAgentTheme-errorColor-100, var(--ItgAgentThemeDefault-errorColor-100));--ItgAgentApp-errorColor-300: var(--ItgAgentTheme-errorColor-300, var(--ItgAgentThemeDefault-errorColor-300));--ItgAgentApp-errorColor-500: var(--ItgAgentTheme-errorColor-500, var(--ItgAgentThemeDefault-errorColor-500));--ItgAgentApp-errorColor-700: var(--ItgAgentTheme-errorColor-700, var(--ItgAgentThemeDefault-errorColor-700));--ItgAgentApp-errorColor-900: var(--ItgAgentTheme-errorColor-900, var(--ItgAgentThemeDefault-errorColor-900));--ItgAgentApp-errorTextColor: var(--ItgAgentTheme-errorTextColor, var(--ItgAgentThemeDefault-errorTextColor));--ItgAgentApp-errorColor: var(--ItgAgentTheme-errorColor, var(--ItgAgentThemeDefault-errorColor));--ItgAgentApp-errorColor-hover: var(--ItgAgentTheme-errorColor-hover, var(--ItgAgentThemeDefault-errorColor-hover));--ItgAgentApp-errorColor-focus: var(--ItgAgentTheme-errorColor-focus, var(--ItgAgentThemeDefault-errorColor-focus));--ItgAgentApp-neutralColor-0: var(--ItgAgentTheme-neutralColor-0, var(--ItgAgentThemeDefault-neutralColor-0));--ItgAgentApp-neutralColor-100: var(--ItgAgentTheme-neutralColor-100, var(--ItgAgentThemeDefault-neutralColor-100));--ItgAgentApp-neutralColor-200: var(--ItgAgentTheme-neutralColor-200, var(--ItgAgentThemeDefault-neutralColor-200));--ItgAgentApp-neutralColor-300: var(--ItgAgentTheme-neutralColor-300, var(--ItgAgentThemeDefault-neutralColor-300));--ItgAgentApp-neutralColor-400: var(--ItgAgentTheme-neutralColor-400, var(--ItgAgentThemeDefault-neutralColor-400));--ItgAgentApp-neutralColor-500: var(--ItgAgentTheme-neutralColor-500, var(--ItgAgentThemeDefault-neutralColor-500));--ItgAgentApp-neutralColor-600: var(--ItgAgentTheme-neutralColor-600, var(--ItgAgentThemeDefault-neutralColor-600));--ItgAgentApp-neutralColor-700: var(--ItgAgentTheme-neutralColor-700, var(--ItgAgentThemeDefault-neutralColor-700));--ItgAgentApp-neutralColor-800: var(--ItgAgentTheme-neutralColor-800, var(--ItgAgentThemeDefault-neutralColor-800));--ItgAgentApp-neutralColor-900: var(--ItgAgentTheme-neutralColor-900, var(--ItgAgentThemeDefault-neutralColor-900));--ItgAgentApp-neutralColor-1000: var( --ItgAgentTheme-neutralColor-1000, var(--ItgAgentThemeDefault-neutralColor-1000) );--ItgAgentApp-neutralColor-950: var(--ItgAgentTheme-neutralColor-950, var(--ItgAgentThemeDefault-neutralColor-950));--ItgAgentApp-backgroundColor: var(--halo-light-background-default);--ItgAgentApp-backgroundColor-secondary: var(--halo-light-background-alt);--ItgAgentApp-backgroundColor-info: var(--halo-light-surface-solid-info);--ItgAgentApp-containerBackgroundColor: var(--halo-light-background-alt);--ItgAgentApp-overlayColor: var(--halo-light-background-overlay);--ItgAgentApp-backdropColor: var(--halo-light-background-overlay);--ItgAgentApp-imageOverlayColor: var(--halo-light-background-image-overlay)}.is-dark{--ItgAgentApp-backgroundColor: var(--halo-dark-background-default);--ItgAgentApp-backgroundColor-secondary: var(--halo-dark-background-alt);--ItgAgentApp-backgroundColor-info: var(--halo-dark-surface-solid-info);--ItgAgentApp-containerBackgroundColor: var(--halo-dark-background-alt);--ItgAgentApp-overlayColor: var(--halo-dark-background-overlay);--ItgAgentApp-backdropColor: var(--halo-dark-background-overlay);--ItgAgentApp-imageOverlayColor: var(--halo-dark-background-image-overlay)}.is-appTheme,.is-dark .is-appTheme{--ItgAgentApp-surfaceColor: var(--halo-light-surface-solid-default);--ItgAgentApp-surfaceColor-subtle: var(--halo-light-surface-solid-subtle);--ItgAgentApp-surfaceColor-strong: var(--halo-light-surface-solid-strong);--ItgAgentApp-surfaceColor-inverse: var(--halo-light-surface-solid-inverse);--ItgAgentApp-surfaceColor-inverseSubtle: var(--halo-light-surface-solid-inverse-subtle);--ItgAgentApp-surfaceColor-inverseStrong: var(--halo-light-surface-solid-inverse-strong);--ItgAgentApp-surfacePrimaryColor: var(--halo-light-surface-solid-primary);--ItgAgentApp-surfacePrimaryColor-subtle: var(--halo-light-surface-solid-primary-subtle);--ItgAgentApp-surfaceSecondaryColor: var(--halo-light-surface-solid-secondary);--ItgAgentApp-surfaceSecondaryColor-subtle: var(--halo-light-surface-solid-secondary-subtle);--ItgAgentApp-surfaceInfoColor: var(--halo-light-surface-solid-info);--ItgAgentApp-surfaceInfoColor-subtle: var(--halo-light-surface-solid-info-subtle);--ItgAgentApp-surfaceSuccessColor: var(--halo-light-surface-solid-success);--ItgAgentApp-surfaceWarningColor: var(--halo-light-surface-solid-warning);--ItgAgentApp-surfaceErrorColor: var(--halo-light-surface-solid-error)}.is-dark{--ItgAgentApp-surfaceColor: var(--halo-dark-surface-solid-default);--ItgAgentApp-surfaceColor-subtle: var(--halo-dark-surface-solid-subtle);--ItgAgentApp-surfaceColor-strong: var(--halo-dark-surface-solid-strong);--ItgAgentApp-surfaceColor-inverse: var(--halo-dark-surface-solid-inverse);--ItgAgentApp-surfaceColor-inverseSubtle: var(--halo-dark-surface-solid-inverse-subtle);--ItgAgentApp-surfaceColor-inverseStrong: var(--halo-dark-surface-solid-inverse-strong);--ItgAgentApp-surfacePrimaryColor: var(--halo-dark-surface-solid-primary);--ItgAgentApp-surfacePrimaryColor-subtle: var(--halo-dark-surface-solid-primary-subtle);--ItgAgentApp-surfaceSecondaryColor: var(--halo-dark-surface-solid-secondary);--ItgAgentApp-surfaceSecondaryColor-subtle: var(--halo-dark-surface-solid-secondary-subtle);--ItgAgentApp-surfaceInfoColor: var(--halo-dark-surface-solid-info);--ItgAgentApp-surfaceInfoColor-subtle: var(--halo-dark-surface-solid-info-subtle);--ItgAgentApp-surfaceSuccessColor: var(--halo-dark-surface-solid-success);--ItgAgentApp-surfaceWarningColor: var(--halo-dark-surface-solid-warning);--ItgAgentApp-surfaceErrorColor: var(--halo-dark-surface-solid-error)}.is-appTheme,.is-dark .is-appTheme{--ItgAgentApp-borderColor: var(--halo-light-border-solid-default);--ItgAgentApp-borderColor-neutral: var(--halo-light-interactive-neutral-border-default);--ItgAgentApp-borderColor-subtle: var(--halo-light-border-solid-subtle);--ItgAgentApp-borderColor-strong: var(--halo-light-border-solid-strong);--ItgAgentApp-borderColor-inverse: var(--halo-light-border-solid-inverse);--ItgAgentApp-borderColor-placeholder: var(--halo-light-border-solid-placeholder);--ItgAgentApp-borderColor-info: var(--halo-light-border-solid-info);--ItgAgentApp-borderColor-success: var(--halo-light-border-solid-success);--ItgAgentApp-borderColor-warning: var(--halo-light-border-solid-warning);--ItgAgentApp-borderColor-error: var(--halo-light-border-solid-error);--ItgAgentApp-borderPrimaryColor: var(--halo-light-border-solid-primary-default);--ItgAgentApp-borderPrimaryColor-subtle: var(--halo-light-border-solid-primary-subtle);--ItgAgentApp-borderSecondaryColor: var(--halo-light-border-solid-secondary-default);--ItgAgentApp-borderSecondaryColor-subtle: var(--halo-light-border-solid-secondary-subtle)}.is-dark{--ItgAgentApp-borderColor: var(--halo-dark-border-solid-default);--ItgAgentApp-borderColor-neutral: var(--halo-dark-interactive-neutral-border-default);--ItgAgentApp-borderColor-subtle: var(--halo-dark-border-solid-subtle);--ItgAgentApp-borderColor-strong: var(--halo-dark-border-solid-strong);--ItgAgentApp-borderColor-inverse: var(--halo-dark-border-solid-inverse);--ItgAgentApp-borderColor-placeholder: var(--halo-dark-border-solid-placeholder);--ItgAgentApp-borderColor-info: var(--halo-dark-border-solid-info);--ItgAgentApp-borderColor-success: var(--halo-dark-border-solid-success);--ItgAgentApp-borderColor-warning: var(--halo-dark-border-solid-warning);--ItgAgentApp-borderColor-error: var(--halo-dark-border-solid-error);--ItgAgentApp-borderPrimaryColor: var(--halo-dark-border-solid-primary-default);--ItgAgentApp-borderPrimaryColor-subtle: var(--halo-dark-border-solid-primary-subtle);--ItgAgentApp-borderSecondaryColor: var(--halo-dark-border-solid-secondary-default);--ItgAgentApp-borderSecondaryColor-subtle: var(--halo-dark-border-solid-secondary-subtle)}.is-appTheme,.is-dark .is-appTheme{--ItgAgentApp-titleColor: var(--halo-light-title-default);--ItgAgentApp-titleColor-inverse: var(--halo-light-title-inverse);--ItgAgentApp-titleColor-inverseSubtle: var(--halo-light-title-inverse-subtle);--ItgAgentApp-titlePrimaryColor: var(--halo-light-title-primary);--ItgAgentApp-titleSecondaryColor: var(--halo-light-title-secondary);--ItgAgentApp-titleInfoColor: var(--halo-light-title-info);--ItgAgentApp-titleSuccessColor: var(--halo-light-title-success);--ItgAgentApp-titleWarningColor: var(--halo-light-title-warning);--ItgAgentApp-titleErrorColor: var(--halo-light-title-error)}.is-dark{--ItgAgentApp-titleColor: var(--halo-dark-title-default);--ItgAgentApp-titleColor-inverse: var(--halo-dark-title-inverse);--ItgAgentApp-titleColor-inverseSubtle: var(--halo-dark-title-inverse-subtle);--ItgAgentApp-titlePrimaryColor: var(--halo-dark-title-primary);--ItgAgentApp-titleSecondaryColor: var(--halo-dark-title-secondary);--ItgAgentApp-titleInfoColor: var(--halo-dark-title-info);--ItgAgentApp-titleSuccessColor: var(--halo-dark-title-success);--ItgAgentApp-titleWarningColor: var(--halo-dark-title-warning);--ItgAgentApp-titleErrorColor: var(--halo-dark-title-error)}.is-appTheme,.is-dark .is-appTheme{--ItgAgentApp-contentColor: var(--halo-light-content-default);--ItgAgentApp-contentColor-subtle: var(--halo-light-content-subtle);--ItgAgentApp-contentColor-placeholder: var(--halo-light-content-placeholder);--ItgAgentApp-contentColor-inverse: var(--halo-light-content-inverse);--ItgAgentApp-contentColor-inverseSubtle: var(--halo-light-content-inverse-subtle);--ItgAgentApp-contentColor-onSolid: var(--halo-light-content-on-solid);--ItgAgentApp-contentPrimaryColor: var(--halo-light-content-primary);--ItgAgentApp-contentSecondaryColor: var(--halo-light-content-secondary);--ItgAgentApp-contentInfoColor: var(--halo-light-content-info);--ItgAgentApp-contentInfoColor-strong: var(--halo-light-content-info-strong);--ItgAgentApp-contentSuccessColor: var(--halo-light-content-success);--ItgAgentApp-contentWarningColor: var(--halo-light-content-warning);--ItgAgentApp-contentErrorColor: var(--halo-light-content-error)}.is-dark{--ItgAgentApp-contentColor: var(--halo-dark-content-default);--ItgAgentApp-contentColor-subtle: var(--halo-dark-content-subtle);--ItgAgentApp-contentColor-placeholder: var(--halo-dark-content-placeholder);--ItgAgentApp-contentColor-inverse: var(--halo-dark-content-inverse);--ItgAgentApp-contentColor-inverseSubtle: var(--halo-dark-content-inverse-subtle);--ItgAgentApp-contentColor-onSolid: var(--halo-dark-content-on-solid);--ItgAgentApp-contentPrimaryColor: var(--halo-dark-content-primary);--ItgAgentApp-contentSecondaryColor: var(--halo-dark-content-secondary);--ItgAgentApp-contentInfoColor: var(--halo-dark-content-info);--ItgAgentApp-contentInfoColor-strong: var(--halo-dark-content-info-strong);--ItgAgentApp-contentSuccessColor: var(--halo-dark-content-success);--ItgAgentApp-contentWarningColor: var(--halo-dark-content-warning);--ItgAgentApp-contentErrorColor: var(--halo-dark-content-error)}.is-appTheme,.is-dark .is-appTheme{--ItgAgentApp-focusColor: var(--halo-light-interactive-focus-default);--ItgAgentApp-neutralFill: var(--halo-light-interactive-neutral-fill-default);--ItgAgentApp-neutralFill-hover: var(--halo-light-interactive-neutral-fill-hover);--ItgAgentApp-neutralFill-pressed: var(--halo-light-interactive-neutral-fill-pressed);--ItgAgentApp-linkColor: var(--halo-light-interactive-link-default);--ItgAgentApp-linkColor-hover: var(--halo-light-interactive-link-hover);--ItgAgentApp-linkColor-pressed: var(--halo-light-interactive-link-pressed);--ItgAgentApp-overlayTintColor-hover: var(--halo-light-interactive-overlay-tint-hover);--ItgAgentApp-overlayTintColor-pressed: var(--halo-light-interactive-overlay-tint-pressed);--ItgAgentApp-overlayTintColor-hoverInverse: var(--halo-light-interactive-overlay-tint-hover-inverse);--ItgAgentApp-overlayTintColor-pressedInverse: var(--halo-light-interactive-overlay-tint-pressed-inverse);--ItgAgentApp-loadingTrackColor: var(--halo-light-interactive-loading-track);--ItgAgentApp-loadingArcColor: var(--halo-light-interactive-loading-arc)}.is-dark{--ItgAgentApp-focusColor: var( --halo-storyteq-dark-interactive-focus-default, var(--halo-dark-interactive-focus-default) );--ItgAgentApp-neutralFill: var( --halo-storyteq-dark-interactive-neutral-fill-default, var(--halo-dark-interactive-neutral-fill-default) );--ItgAgentApp-neutralFill-hover: var( --halo-storyteq-dark-interactive-neutral-fill-hover, var(--halo-dark-interactive-neutral-fill-hover) );--ItgAgentApp-neutralFill-pressed: var( --halo-storyteq-dark-interactive-neutral-fill-pressed, var(--halo-dark-interactive-neutral-fill-pressed) );--ItgAgentApp-linkColor: var( --halo-storyteq-dark-interactive-link-default, var(--halo-dark-interactive-link-default) );--ItgAgentApp-linkColor-hover: var( --halo-storyteq-dark-interactive-link-hover, var(--halo-dark-interactive-link-hover) );--ItgAgentApp-linkColor-pressed: var( --halo-storyteq-dark-interactive-link-pressed, var(--halo-dark-interactive-link-pressed) );--ItgAgentApp-overlayTintColor-hover: var( --halo-storyteq-dark-interactive-overlay-tint-hover, var(--halo-dark-interactive-overlay-tint-hover) );--ItgAgentApp-overlayTintColor-pressed: var( --halo-storyteq-dark-interactive-overlay-tint-pressed, var(--halo-dark-interactive-overlay-tint-pressed) );--ItgAgentApp-overlayTintColor-hoverInverse: var( --halo-storyteq-dark-interactive-overlay-tint-hover-inverse, var(--halo-dark-interactive-overlay-tint-hover-inverse) );--ItgAgentApp-overlayTintColor-pressedInverse: var( --halo-storyteq-dark-interactive-overlay-tint-pressed-inverse, var(--halo-dark-interactive-overlay-tint-pressed-inverse) );--ItgAgentApp-loadingTrackColor: var( --halo-storyteq-dark-interactive-loading-track, var(--halo-dark-interactive-loading-track) );--ItgAgentApp-loadingArcColor: var( --halo-storyteq-dark-interactive-loading-arc, var(--halo-dark-interactive-loading-arc) )}.is-appTheme,.is-dark .is-appTheme{--ItgAgentApp-tileColor: var(--ItgAgentApp-surfaceColor);--ItgAgentApp-tileColor-hover: var(--ItgAgentApp-surfaceColor-subtle);--ItgAgentApp-imageBackgroundColor: var(--ItgAgentApp-surfaceColor-strong);--ItgAgentApp-card-backgroundColor: var(--ItgAgentApp-surfaceColor);--ItgAgentApp-menuColor: var(--ItgAgentApp-surfaceColor);--ItgAgentApp-toolbarColor: var(--ItgAgentApp-surfaceColor);--ItgAgentApp-footerColor: var(--ItgAgentApp-surfaceColor);--ItgAgentApp-popup-backgroundColor: var(--ItgAgentApp-surfaceColor);--ItgAgentApp-tag-backgroundColor: var(--ItgAgentApp-surfaceColor-inverse);--ItgAgentApp-menuTextColor: var(--ItgAgentApp-contentColor);--ItgAgentApp-toolbarTextColor: var(--ItgAgentApp-contentColor);--ItgAgentApp-footerTextColor: var(--ItgAgentApp-contentColor-subtle);--ItgAgentApp-imageOverlayTextColor: var(--ItgAgentApp-contentColor-inverse);--ItgAgentApp-popup-textColor: var(--ItgAgentApp-contentColor);--ItgAgentApp-tag-textColor: var(--ItgAgentApp-contentColor-inverse);--ItgAgentApp-typingDot-backgroundColor: var(--ItgAgentApp-contentColor);--ItgAgentApp-inputTextColor: var(--ItgAgentApp-contentColor);--ItgAgentApp-inputTextColor-disabled: var(--ItgAgentApp-contentColor-subtle);--ItgAgentApp-inputTextColor-placeholder: var(--ItgAgentApp-contentColor-placeholder);--ItgAgentApp-universalNavigationColor: var(--ItgAgentApp-neutralColor-950);--ItgAgentApp-universalNavigationDividerColor: var(--ItgAgentApp-neutralColor-800);--ItgAgentApp-universalNavigationItemColor: var(--halo-navigation-nav-item-default-background);--ItgAgentApp-universalNavigationItemColor-hover: var(--halo-navigation-nav-item-hover-background);--ItgAgentApp-universalNavigationItemColor-selected: var(--halo-navigation-nav-item-selected-background);--ItgAgentApp-universalNavigationItemTextColor: var(--halo-navigation-nav-item-default-text);--ItgAgentApp-universalNavigationItemTextColor-hover: var(--halo-navigation-nav-item-hover-text);--ItgAgentApp-universalNavigationItemTextColor-selected: var(--halo-navigation-nav-item-selected-text);--ItgAgentApp-universalNavigationItemBorderColor-selected: var(--halo-navigation-nav-item-selected-border);--ItgAgentApp-dividerColor: var(--ItgAgentApp-borderColor);--ItgAgentApp-defaultSeparator: 1px solid var(--ItgAgentApp-dividerColor);--ItgAgentApp-focusBorder: 1px solid var(--ItgAgentApp-focusColor);--ItgAgentDashboard-welcomeAccent: linear-gradient(180deg, #bfa8ff 0%, #e1d7ff 100%);--ItgAgentApp-shadow-small: var(--ItgAgentTheme-shadow-small, var(--ItgAgentThemeDefault-shadow-small));--ItgAgentApp-shadow-medium: var(--ItgAgentTheme-shadow-medium, var(--ItgAgentThemeDefault-shadow-medium));--ItgAgentApp-shadow-large: var(--ItgAgentTheme-shadow-large, var(--ItgAgentThemeDefault-shadow-large));color:var(--ItgAgentApp-contentColor)}.is-dark{color-scheme:dark}:root{--fa-fw-width: 1em}:root .ItgAgentTruncatedText{box-sizing:border-box;display:block!important;max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root .ItgAgentTruncatedTextMultiLine{-webkit-box-orient:vertical!important;box-sizing:border-box;display:-webkit-box!important;max-width:100%;overflow:hidden!important;overflow-wrap:break-word}:root router-outlet{display:none}.is-dark :root{--fa-fw-width: 1em}.is-dark :root .ItgAgentTruncatedText{box-sizing:border-box;display:block!important;max-width:100%;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.is-dark :root .ItgAgentTruncatedTextMultiLine{-webkit-box-orient:vertical!important;box-sizing:border-box;display:-webkit-box!important;max-width:100%;overflow:hidden!important;overflow-wrap:break-word}.is-dark :root router-outlet{display:none}.air-datepicker{--adp-accent-color: var(--ItgAgentApp-primaryColor);--adp-background-color: var(--ItgAgentApp-surfaceColor);--adp-background-color-active: var(--ItgAgentApp-surfaceColor-strong);--adp-background-color-hover: var(--ItgAgentApp-surfaceColor-subtle);--adp-border-color: var(--ItgAgentApp-dividerColor);--adp-border-color-inline: var(--ItgAgentApp-dividerColor);--adp-border-color-inner: var(--ItgAgentApp-dividerColor);--adp-border-radius: var(--ItgAgentApp-radius-m);--adp-btn-color: var(--ItgAgentApp-primaryColor);--adp-btn-color-hover: var(--ItgAgentApp-primaryColor-hover);--adp-cell-background-color-hover: var(--ItgAgentApp-surfaceColor-subtle);--adp-cell-background-color-in-range: var(--ItgAgentApp-surfaceColor-strong);--adp-cell-background-color-in-range-hover: var(--ItgAgentApp-surfaceColor-strong);--adp-cell-background-color-selected: var(--ItgAgentApp-primaryColor);--adp-cell-background-color-selected-hover: var(--ItgAgentApp-primaryColor-hover);--adp-color: var(--ItgAgentApp-contentColor);--adp-color-current-date: var(--ItgAgentApp-primaryColor);--adp-color-disabled: var(--ItgAgentApp-contentColor-placeholder);--adp-color-other-month: var(--ItgAgentApp-contentColor-placeholder);--adp-color-secondary: var(--ItgAgentApp-contentColor-subtle);--adp-day-name-color: var(--ItgAgentApp-contentColor-subtle);--adp-font-family: inherit}
