@charset "UTF-8";html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.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}[data-theme=dark]{--hds-color-primary-10:#111921;--hds-color-primary-11:#0E1117;--hds-color-primary-12:#1B334B;--hds-color-primary-13:#2A9C65;--hds-color-primary-14:#B89600;--hds-color-primary-15:#A50F22;--hds-color-primary-16:#BBCCDD;--hds-color-primary-00:#F7F8F9;--hds-color-primary-01:#EFF1F3;--hds-color-primary-02:#E8ECED;--hds-color-primary-03:#E0E3E6;--hds-color-primary-04:#C9CFD4;--hds-color-primary-05:#818F99;--hds-color-primary-06:#3B4957;--hds-color-primary-07:#2B3847;--hds-color-primary-08:#1A2430;--hds-color-primary-09:#141D27;--hds-color-indicator-primary:#3275B8;--hds-color-indicator-success:#32B877;--hds-color-indicator-warning:#D9B100;--hds-color-indicator-error:#C71A2F;--hds-color-brand-data:#40B3D4;--hds-color-brand-sustain:#8DC352;--hds-color-brand-reservoir:#9957BE;--hds-color-brand-explore:#F68F1E;--hds-color-brand-drilling:#ED3127;--hds-color-brand-economics:#0D7B87;--hds-color-brand-ienergy:#D91233;--hds-color-ext-amber-white-15:#F7A040;--hds-color-ext-amber-white-30:#F9B161;--hds-color-ext-amber-white-45:#FAC183;--hds-color-ext-amber-white-80:#FBD2A5;--hds-color-ext-amber-primary:#F68F1E;--hds-color-ext-amber-black-15:#D171A1;--hds-color-ext-amber-black-30:#AC6415;--hds-color-ext-amber-black-45:#784F11;--hds-color-ext-amber-black-60:#62390C;--hds-color-ext-maroon-white-15:#833838;--hds-color-ext-maroon-white-30:#995B5B;--hds-color-ext-maroon-white-45:#AF7373;--hds-color-ext-maroon-white-80:#C5A1A1;--hds-color-ext-maroon-primary:#6D1515;--hds-color-ext-maroon-black-15:#5D1212;--hds-color-ext-maroon-black-30:#4C0F0F;--hds-color-ext-maroon-black-45:#3C0C0C;--hds-color-ext-maroon-black-60:#2C0808;--hds-color-ext-red-white-15:#CB3648;--hds-color-ext-red-white-30:#D45968;--hds-color-ext-red-white-45:#DD7B9D;--hds-color-ext-red-white-80:#E7A0A9;--hds-color-ext-red-primary:#C21228;--hds-color-ext-red-black-15:#A50F22;--hds-color-ext-red-black-30:#880D1C;--hds-color-ext-red-black-45:#6B0A16;--hds-color-ext-red-black-60:#460710;--hds-color-ext-orange-white-15:#DF7A5A;--hds-color-ext-orange-white-30:#E49177;--hds-color-ext-orange-white-45:#EAA994;--hds-color-ext-orange-white-80:#F0CB81;--hds-color-ext-orange-primary:#D9623D;--hds-color-ext-orange-black-15:#B88534;--hds-color-ext-orange-black-30:#98452B;--hds-color-ext-orange-black-45:#773622;--hds-color-ext-orange-black-60:#572718;--hds-color-ext-yellow-white-15:#DFBD26;--hds-color-ext-yellow-white-30:#E4C84C;--hds-color-ext-yellow-white-45:#EAD473;--hds-color-ext-yellow-white-80:#F0E099;--hds-color-ext-yellow-primary:#D9B100;--hds-color-ext-yellow-black-15:#B89600;--hds-color-ext-yellow-black-30:#987C00;--hds-color-ext-yellow-black-45:#776100;--hds-color-ext-yellow-black-60:#574700;--hds-color-ext-lime-white-15:#A1B34B;--hds-color-ext-lime-white-30:#B2C16B;--hds-color-ext-lime-white-45:#C2CE8A;--hds-color-ext-lime-white-80:#D3DBAA;--hds-color-ext-lime-primary:#91A62B;--hds-color-ext-lime-black-15:#7B8D25;--hds-color-ext-lime-black-30:#66741E;--hds-color-ext-lime-black-45:#505B18;--hds-color-ext-lime-black-60:#3A4211;--hds-color-ext-green-white-15:#51C38B;--hds-color-ext-green-white-30:#6FCDA0;--hds-color-ext-green-white-45:#8EDB84;--hds-color-ext-green-white-80:#ADE3C9;--hds-color-ext-green-primary:#32B877;--hds-color-ext-green-black-15:#2A9C65;--hds-color-ext-green-black-30:#238153;--hds-color-ext-green-black-45:#186541;--hds-color-ext-green-black-60:#144A30;--hds-color-ext-blue-white-15:#518AC3;--hds-color-ext-blue-white-30:#6F9ECD;--hds-color-ext-blue-white-45:#8EB3D8;--hds-color-ext-blue-white-80:#ADCE83;--hds-color-ext-blue-primary:#3275B8;--hds-color-ext-blue-black-15:#2A639C;--hds-color-ext-blue-black-30:#235281;--hds-color-ext-blue-black-45:#1B4065;--hds-color-ext-blue-black-60:#142F41;--hds-color-ext-indigo-white-15:#4A6BC3;--hds-color-ext-indigo-white-30:#6A85CE;--hds-color-ext-indigo-white-45:#8A9FDB;--hds-color-ext-indigo-white-80:#AAB9E3;--hds-color-ext-indigo-primary:#2A51B9;--hds-color-ext-indigo-black-15:#24459D;--hds-color-ext-indigo-black-30:#1D3981;--hds-color-ext-indigo-black-45:#172D66;--hds-color-ext-indigo-black-60:#112A4A;--hds-color-ext-purple-white-15:#8F4CE0;--hds-color-ext-purple-white-30:#A36BE6;--hds-color-ext-purple-white-45:#B68BEB;--hds-color-ext-purple-white-80:#CAA8F1;--hds-color-ext-purple-primary:#7B2CDB;--hds-color-ext-purple-black-15:#6925BA;--hds-color-ext-purple-black-30:#561F99;--hds-color-ext-purple-black-45:#441878;--hds-color-ext-purple-black-60:#311258;--hds-color-ext-lilac-white-15:#B98BE6;--hds-color-ext-lilac-white-30:#C69FEA;--hds-color-ext-lilac-white-45:#D2B4EF;--hds-color-ext-lilac-white-80:#DCEFF3;--hds-color-ext-lilac-primary:#AD76E1;--hds-color-ext-lilac-black-15:#9364BF;--hds-color-ext-lilac-black-30:#79539E;--hds-color-ext-lilac-black-45:#5F417C;--hds-color-ext-lilac-black-60:#452F5A;--hds-color-ext-magenta-white-15:#CA5D92;--hds-color-ext-magenta-white-30:#D479A5;--hds-color-ext-magenta-white-45:#DD9689;--hds-color-ext-magenta-white-80:#E68C3C;--hds-color-ext-magenta-primary:#C1407F;--hds-color-ext-magenta-black-15:#A4366C;--hds-color-ext-magenta-black-30:#872D59;--hds-color-ext-magenta-black-45:#6F2346;--hds-color-ext-magenta-black-60:#4D1A33;--hds-color-ext-rose-white-15:#CF9AB3;--hds-color-ext-rose-white-30:#D7ACC0;--hds-color-ext-rose-white-45:#E0BECD;--hds-color-ext-rose-white-80:#EBCFDB;--hds-color-ext-rose-primary:#C588A5;--hds-color-ext-rose-black-15:#A8748C;--hds-color-ext-rose-black-30:#B85F74;--hds-color-ext-rose-black-45:#6D4B58;--hds-color-ext-rose-black-60:#4F3642;--hds-color-overlay-light:rgba(0, 0, 0, .3);--hds-color-overlay-strong:rgba(0, 0, 0, .4);--hds-color-scrollbar-thumb:#818F99;--hds-color-scrollbar-thumb-hover:linear-gradient(0deg, rgba(233, 236, 237, .5) 0%, rgba(233, 236, 237, .5) 100%), #818F99;--hds-color-nav-text:#E8ECED;--hds-color-nav-background:#1A2430;--hds-color-nav-bg-action:#0E1117;--hds-color-nav-ienergy:#D91233;--hds-color-nav-toggle:#E8ECED;--hds-color-nav-shadow:4px 4px 4px 0px rgba(17, 25, 33, .12);--hds-color-footer-text:#818F99;--hds-color-footer-background:#1A2430;--hds-color-footer-shadow-x:0px -4px 4px 0px rgba(17, 25, 33, .12);--hds-color-heading-primary:#E8ECED;--hds-color-heading-secondary:#818F99;--hds-color-heading-disabled:#3B4957;--hds-color-loading-overlay-text:#C9CFD4;--hds-color-loading-overlay-spinner-track:#2B3847;--hds-color-loading-overlay-spinner-indicator:#3275B8;--hds-color-toast-info-background:#1A2430;--hds-color-toast-info-title:#E8ECED;--hds-color-toast-info-message:#C9CFD4;--hds-color-toast-shadow:0px 0px 6px 0px rgba(0, 0, 0, .5);--hds-color-alert-shadow:0px 0px 6px 0px rgba(17, 25, 33, .15);--hds-color-skeleton-background:#2B3847;--hds-color-skeleton-highlight:#3B4957;--hds-color-collapse-text:#C9CFD4;--hds-color-collapse-text-hover:#E8ECED;--hds-color-collapse-text-active:#E8ECED;--hds-color-collapse-text-disabled:#3B4957;--hds-color-tabs-text:#C9CFD4;--hds-color-tabs-hover-text:#E8ECED;--hds-color-tabs-active-text:#E8ECED;--hds-color-tabs-active-border:#D91233;--hds-color-tabs-invalid-indicator:#D91233;--hds-color-dialog-title:#E8ECED;--hds-color-dialog-close-icon:#E8ECED;--hds-color-dialog-message:#C9CFD4;--hds-color-dialog-message-icon:#E0E3E6;--hds-color-dialog-background:#141D27;--hds-color-dialog-shadow:0px 0px 4px 0px rgba(129, 136, 137, .12);--hds-color-drawer-close-icon:#E8ECED;--hds-color-drawer-background:#111921;--hds-color-progress-bar-label:#C9CFD4;--hds-color-progress-bar-value-label:#E8ECED;--hds-color-progress-bar-inner-value-label:#E8ECED;--hds-color-progress-bar-track:#818F99;--hds-color-progress-bar-fill:#3275B8;--hds-color-progress-bar-shimmer:rgba(173, 216, 230, .7);--hds-color-button-border-selected:#3275B8;--hds-color-button-solid-primary-text:#141D27;--hds-color-button-solid-primary-background:#E0E3E6;--hds-color-button-solid-primary-background-hover:#C9CFD4;--hds-color-button-solid-secondary-text:#E8ECED;--hds-color-button-solid-secondary-background:#2B3847;--hds-color-button-solid-secondary-background-hover:#1A2430;--hds-color-button-solid-success-text:#141D27;--hds-color-button-solid-success-background:#32B877;--hds-color-button-solid-success-background-hover:#2A9C65;--hds-color-button-solid-warning-text:#141D27;--hds-color-button-solid-warning-background:#D9B100;--hds-color-button-solid-warning-background-hover:#B89600;--hds-color-button-solid-error-text:#E8ECED;--hds-color-button-solid-error-background:#C71A2F;--hds-color-button-solid-error-background-hover:#A50F22;--hds-color-button-solid-disabled-text:#3B4957;--hds-color-button-solid-disabled-background:#141D27;--hds-color-button-outline-background:#0e1117;--hds-color-button-outline-background-hover:#1A2430;--hds-color-button-outline-primary-text:#E8ECED;--hds-color-button-outline-primary-border:#3B4957;--hds-color-button-outline-primary-border-hover:#818F99;--hds-color-button-outline-success-text:#32B877;--hds-color-button-outline-warning-text:#D9B100;--hds-color-button-outline-error-text:#DD7D89;--hds-color-button-outline-disabled-text:#3B4957;--hds-color-button-outline-disabled-border:#2B3847;--hds-color-input-default-label:#C9CFD4;--hds-color-input-default-placeholder:#3B4957;--hds-color-input-default-text:#C9CFD4;--hds-color-input-default-icon:#C9CFD4;--hds-color-input-default-message:#818F99;--hds-color-input-default-border:#3B4957;--hds-color-input-default-background:#141D27;--hds-color-input-default-required:#C71A2F;--hds-color-input-hover-label:#E8ECED;--hds-color-input-hover-border:#818F99;--hds-color-input-focus-label:#E8ECED;--hds-color-input-focus-text:#C9CFD4;--hds-color-input-focus-border:#C9CFD4;--hds-color-input-warning-message:#D9B100;--hds-color-input-warning-border:#D9B100;--hds-color-input-error-message:#DD7D89;--hds-color-input-error-border:#DD7D89;--hds-color-input-disabled-text:#3B4957;--hds-color-input-disabled-border:#2B3847;--hds-color-input-check-default:#C9CFD4;--hds-color-input-check-hover-icon:#818F99;--hds-color-input-check-checked:#E8ECED;--hds-color-input-check-disabled:#3B4957;--hds-color-switch-on-thumb:#F7F8F9;--hds-color-switch-on-background:#3275B8;--hds-color-switch-off-thumb:#F7F8F9;--hds-color-switch-off-background:#818F99;--hds-color-switch-hover-thumb:#E0E3E6;--hds-color-switch-disabled-thumb:#C9CFD4;--hds-color-switch-disabled-background:#3B4957;--hds-color-chip-text:#E8ECED;--hds-color-chip-text-disabled:#3B4957;--hds-color-chip-background:#2B3847;--hds-color-chip-background-disabled:#141D27}[data-theme=light]{--hds-color-primary-10:#111921;--hds-color-primary-11:#0E1117;--hds-color-primary-12:#1B334B;--hds-color-primary-13:#2A9C65;--hds-color-primary-14:#B89600;--hds-color-primary-15:#A50F22;--hds-color-primary-16:#BBCCDD;--hds-color-primary-00:#F7F8F9;--hds-color-primary-01:#EFF1F3;--hds-color-primary-02:#E8ECED;--hds-color-primary-03:#E0E3E6;--hds-color-primary-04:#C9CFD4;--hds-color-primary-05:#818F99;--hds-color-primary-06:#3B4957;--hds-color-primary-07:#2B3847;--hds-color-primary-08:#1A2430;--hds-color-primary-09:#141D27;--hds-color-indicator-primary:#3275B8;--hds-color-indicator-success:#32B877;--hds-color-indicator-warning:#D9B100;--hds-color-indicator-error:#C71A2F;--hds-color-brand-data:#279AB9;--hds-color-brand-sustain:#6A9B36;--hds-color-brand-reservoir:#9957BE;--hds-color-brand-explore:#D77409;--hds-color-brand-drilling:#ED3127;--hds-color-brand-economics:#0C7782;--hds-color-brand-ienergy:#C8102E;--hds-color-ext-amber-white-15:#F7A040;--hds-color-ext-amber-white-30:#F9B161;--hds-color-ext-amber-white-45:#FAC183;--hds-color-ext-amber-white-80:#FBD2A5;--hds-color-ext-amber-primary:#F68F1E;--hds-color-ext-amber-black-15:#D171A1;--hds-color-ext-amber-black-30:#AC6415;--hds-color-ext-amber-black-45:#784F11;--hds-color-ext-amber-black-60:#62390C;--hds-color-ext-maroon-white-15:#833838;--hds-color-ext-maroon-white-30:#995B5B;--hds-color-ext-maroon-white-45:#AF7373;--hds-color-ext-maroon-white-80:#C5A1A1;--hds-color-ext-maroon-primary:#6D1515;--hds-color-ext-maroon-black-15:#5D1212;--hds-color-ext-maroon-black-30:#4C0F0F;--hds-color-ext-maroon-black-45:#3C0C0C;--hds-color-ext-maroon-black-60:#2C0808;--hds-color-ext-red-white-15:#CB3648;--hds-color-ext-red-white-30:#D45968;--hds-color-ext-red-white-45:#DD7B9D;--hds-color-ext-red-white-80:#E7A0A9;--hds-color-ext-red-primary:#C21228;--hds-color-ext-red-black-15:#A50F22;--hds-color-ext-red-black-30:#880D1C;--hds-color-ext-red-black-45:#6B0A16;--hds-color-ext-red-black-60:#460710;--hds-color-ext-orange-white-15:#DF7A5A;--hds-color-ext-orange-white-30:#E49177;--hds-color-ext-orange-white-45:#EAA994;--hds-color-ext-orange-white-80:#F0CB81;--hds-color-ext-orange-primary:#D9623D;--hds-color-ext-orange-black-15:#B88534;--hds-color-ext-orange-black-30:#98452B;--hds-color-ext-orange-black-45:#773622;--hds-color-ext-orange-black-60:#572718;--hds-color-ext-yellow-white-15:#DFBD26;--hds-color-ext-yellow-white-30:#E4C84C;--hds-color-ext-yellow-white-45:#EAD473;--hds-color-ext-yellow-white-80:#F0E099;--hds-color-ext-yellow-primary:#D9B100;--hds-color-ext-yellow-black-15:#B89600;--hds-color-ext-yellow-black-30:#987C00;--hds-color-ext-yellow-black-45:#776100;--hds-color-ext-yellow-black-60:#574700;--hds-color-ext-lime-white-15:#A1B34B;--hds-color-ext-lime-white-30:#B2C16B;--hds-color-ext-lime-white-45:#C2CE8A;--hds-color-ext-lime-white-80:#D3DBAA;--hds-color-ext-lime-primary:#91A62B;--hds-color-ext-lime-black-15:#7B8D25;--hds-color-ext-lime-black-30:#66741E;--hds-color-ext-lime-black-45:#505B18;--hds-color-ext-lime-black-60:#3A4211;--hds-color-ext-green-white-15:#51C38B;--hds-color-ext-green-white-30:#6FCDA0;--hds-color-ext-green-white-45:#8EDB84;--hds-color-ext-green-white-80:#ADE3C9;--hds-color-ext-green-primary:#32B877;--hds-color-ext-green-black-15:#2A9C65;--hds-color-ext-green-black-30:#238153;--hds-color-ext-green-black-45:#186541;--hds-color-ext-green-black-60:#144A30;--hds-color-ext-blue-white-15:#518AC3;--hds-color-ext-blue-white-30:#6F9ECD;--hds-color-ext-blue-white-45:#8EB3D8;--hds-color-ext-blue-white-80:#ADCE83;--hds-color-ext-blue-primary:#3275B8;--hds-color-ext-blue-black-15:#2A639C;--hds-color-ext-blue-black-30:#235281;--hds-color-ext-blue-black-45:#1B4065;--hds-color-ext-blue-black-60:#142F41;--hds-color-ext-indigo-white-15:#4A6BC3;--hds-color-ext-indigo-white-30:#6A85CE;--hds-color-ext-indigo-white-45:#8A9FDB;--hds-color-ext-indigo-white-80:#AAB9E3;--hds-color-ext-indigo-primary:#2A51B9;--hds-color-ext-indigo-black-15:#24459D;--hds-color-ext-indigo-black-30:#1D3981;--hds-color-ext-indigo-black-45:#172D66;--hds-color-ext-indigo-black-60:#112A4A;--hds-color-ext-purple-white-15:#8F4CE0;--hds-color-ext-purple-white-30:#A36BE6;--hds-color-ext-purple-white-45:#B68BEB;--hds-color-ext-purple-white-80:#CAA8F1;--hds-color-ext-purple-primary:#7B2CDB;--hds-color-ext-purple-black-15:#6925BA;--hds-color-ext-purple-black-30:#561F99;--hds-color-ext-purple-black-45:#441878;--hds-color-ext-purple-black-60:#311258;--hds-color-ext-lilac-white-15:#B98BE6;--hds-color-ext-lilac-white-30:#C69FEA;--hds-color-ext-lilac-white-45:#D2B4EF;--hds-color-ext-lilac-white-80:#DCEFF3;--hds-color-ext-lilac-primary:#AD76E1;--hds-color-ext-lilac-black-15:#9364BF;--hds-color-ext-lilac-black-30:#79539E;--hds-color-ext-lilac-black-45:#5F417C;--hds-color-ext-lilac-black-60:#452F5A;--hds-color-ext-magenta-white-15:#CA5D92;--hds-color-ext-magenta-white-30:#D479A5;--hds-color-ext-magenta-white-45:#DD9689;--hds-color-ext-magenta-white-80:#E68C3C;--hds-color-ext-magenta-primary:#C1407F;--hds-color-ext-magenta-black-15:#A4366C;--hds-color-ext-magenta-black-30:#872D59;--hds-color-ext-magenta-black-45:#6F2346;--hds-color-ext-magenta-black-60:#4D1A33;--hds-color-ext-rose-white-15:#CF9AB3;--hds-color-ext-rose-white-30:#D7ACC0;--hds-color-ext-rose-white-45:#E0BECD;--hds-color-ext-rose-white-80:#EBCFDB;--hds-color-ext-rose-primary:#C588A5;--hds-color-ext-rose-black-15:#A8748C;--hds-color-ext-rose-black-30:#B85F74;--hds-color-ext-rose-black-45:#6D4B58;--hds-color-ext-rose-black-60:#4F3642;--hds-color-overlay-light:rgba(255,255,255,.3);--hds-color-overlay-strong:rgba(255,255,255,.4);--hds-color-scrollbar-thumb:#C9CFD4;--hds-color-scrollbar-thumb-hover:#818F99;--hds-color-nav-text:#111921;--hds-color-nav-background:#F7F8F9;--hds-color-nav-bg-action:#E8ECED;--hds-color-nav-ienergy:#C8102E;--hds-color-nav-toggle:#F7F8F9;--hds-color-nav-shadow:4px 4px 4px 0px rgba(17, 25, 33, .12);--hds-color-footer-text:#3B4957;--hds-color-footer-background:#F7F8F9;--hds-color-footer-shadow-x:1.75px 1.75px 7px 0px #C8CED3;--hds-color-heading-primary:#141D27;--hds-color-heading-secondary:#3B4957;--hds-color-heading-disabled:#818F99;--hds-color-loading-overlay-text:#2B3847;--hds-color-loading-overlay-spinner-track:#E0E3E6;--hds-color-loading-overlay-spinner-indicator:#3275B8;--hds-color-toast-info-background:#F7F8F9;--hds-color-toast-info-title:#141D27;--hds-color-toast-info-message:#3B4957;--hds-color-toast-shadow:0px 0px 6px 0px rgba(17, 25, 33, .15);--hds-color-alert-shadow:0px 0px 6px 0px rgba(17, 25, 33, .15);--hds-color-skeleton-background:#C9CFD4;--hds-color-skeleton-highlight:#E0E3E6;--hds-color-collapse-text:#2B3847;--hds-color-collapse-text-hover:#141D27;--hds-color-collapse-text-active:#141D27;--hds-color-collapse-text-disabled:#818F99;--hds-color-tabs-text:#2B3847;--hds-color-tabs-hover-text:#141D27;--hds-color-tabs-active-text:#141D27;--hds-color-tabs-active-border:#C8102E;--hds-color-tabs-invalid-indicator:#C8102E;--hds-color-dialog-title:#141D27;--hds-color-dialog-close-icon:#141D27;--hds-color-dialog-message:#3B4957;--hds-color-dialog-message-icon:#2B3847;--hds-color-dialog-background:#F7F8F9;--hds-color-dialog-shadow:0px 0px 8px 0px rgba(17, 25, 33, .2);--hds-color-drawer-close-icon:#141D27;--hds-color-drawer-background:#ffffff;--hds-color-progress-bar-label:#2B3847;--hds-color-progress-bar-value-label:#141D27;--hds-color-progress-bar-inner-value-label:#E8ECED;--hds-color-progress-bar-track:#818F99;--hds-color-progress-bar-fill:#3275B8;--hds-color-progress-bar-shimmer:rgba(173, 216, 230, .7);--hds-color-button-border-selected:#3275B8;--hds-color-button-solid-primary-text:#E8ECED;--hds-color-button-solid-primary-background:#2B3847;--hds-color-button-solid-primary-background-hover:#1A2430;--hds-color-button-solid-secondary-text:#141D27;--hds-color-button-solid-secondary-background:#E0E3E6;--hds-color-button-solid-secondary-background-hover:#C9CFD4;--hds-color-button-solid-success-text:#141D27;--hds-color-button-solid-success-background:#32B877;--hds-color-button-solid-success-background-hover:#2A9C65;--hds-color-button-solid-warning-text:#141D27;--hds-color-button-solid-warning-background:#D9B100;--hds-color-button-solid-warning-background-hover:#B89600;--hds-color-button-solid-error-text:#E8ECED;--hds-color-button-solid-error-background:#C71A2F;--hds-color-button-solid-error-background-hover:#A50F22;--hds-color-button-solid-disabled-text:#818F99;--hds-color-button-solid-disabled-background:#E8ECED;--hds-color-button-outline-background:#F7F8F9;--hds-color-button-outline-background-hover:#E0E3E6;--hds-color-button-outline-primary-text:#141D27;--hds-color-button-outline-primary-border:#C9CFD4;--hds-color-button-outline-primary-border-hover:#818F99;--hds-color-button-outline-success-text:#1B6541;--hds-color-button-outline-warning-text:#776100;--hds-color-button-outline-error-text:#C71A2F;--hds-color-button-outline-disabled-text:#818F99;--hds-color-button-outline-disabled-border:#C9CFD4;--hds-color-input-default-label:#2B3847;--hds-color-input-default-placeholder:#818F99;--hds-color-input-default-text:#2B3847;--hds-color-input-default-icon:#2B3847;--hds-color-input-default-message:#3B4957;--hds-color-input-default-border:#C9CFD4;--hds-color-input-default-background:#F7F8F9;--hds-color-input-default-required:#C71A2F;--hds-color-input-hover-label:#141D27;--hds-color-input-hover-border:#818F99;--hds-color-input-focus-label:#141D27;--hds-color-input-focus-text:#2B3847;--hds-color-input-focus-border:#3B4957;--hds-color-input-warning-message:#776100;--hds-color-input-warning-border:#776100;--hds-color-input-error-message:#C71A2F;--hds-color-input-error-border:#C71A2F;--hds-color-input-disabled-text:#818F99;--hds-color-input-disabled-border:#C9CFD4;--hds-color-input-check-default:#2B3847;--hds-color-input-check-hover-icon:#818F99;--hds-color-input-check-checked:#141D27;--hds-color-input-check-disabled:#818F99;--hds-color-switch-on-thumb:#F7F8F9;--hds-color-switch-on-background:#3275B8;--hds-color-switch-off-thumb:#F7F8F9;--hds-color-switch-off-background:#2B3847;--hds-color-switch-hover-thumb:#E0E3E6;--hds-color-switch-disabled-thumb:#E0E3E6;--hds-color-switch-disabled-background:#818F99;--hds-color-chip-text:#141D27;--hds-color-chip-text-disabled:#818F99;--hds-color-chip-background:#C9CFD4;--hds-color-chip-background-disabled:#E8ECED}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background-color:transparent;border-radius:6px}::-webkit-scrollbar-thumb{background-color:var(--hds-color-scrollbar-thumb, #c9cfd4);border-radius:6px;transition:background-color .2s ease}::-webkit-scrollbar-thumb:hover{cursor:pointer;background:var(--hds-color-scrollbar-thumb-hover, #818f99)}::-webkit-scrollbar-corner{background-color:transparent}@supports (-moz-appearance: none){:host{scrollbar-color:var(--hds-color-scrollbar-thumb, #c9cfd4) transparent;scrollbar-width:thin}}.hds-header-icon{cursor:pointer}.hds-header-icon:hover::part(base),.hds-header-icon.selected::part(base){color:var(--hds-color-nav-ienergy)}[data-theme=dark]{--hds-control-color: #C9CFD4;--hds-control-placeholder-color: #3B4957;--hds-control-icon-color: #C9CFD4;--hds-control-background: #141D27;--hds-control-border-color: #3B4957;--hds-control-hover-border-color: #818F99;--hds-control-focus-color: #C9CFD4;--hds-control-focus-border-color: #C9CFD4;--hds-control-overlay-color: #E8ECED;--hds-control-overlay-background: #141D27;--hds-control-overlay-border-color: #3B4957;--hds-control-overlay-shadow: 0px 0px 2px 0px rgba(17, 25, 33, .2);--hds-control-overlay-action-color: #C9CFD4;--hds-control-overlay-action-hover-color: #E8ECED;--hds-control-option-selected-background: #1B334B;--hds-control-option-focus-background: #1A2430;--hds-control-warning-color: #D9B100;--hds-control-invalid-color: #DD7D89;--hds-control-disabled-color: #3B4957;--hds-control-disabled-background: #141D27;--hds-control-disabled-border-color: #2B3847;--hds-selectbutton-color: #E8ECED;--hds-selectbutton-background: #0E1117;--hds-selectbutton-border-color: #3B4957;--hds-selectbutton-hover-background: #232E3C;--hds-selectbutton-hover-border-color: #818F99;--hds-selectbutton-selected-background: #1A2430;--hds-selectbutton-selected-border-color: #818F99;--hds-selectbutton-disabled-color: #3B4957;--hds-selectbutton-disabled-border-color: #2B3847;--hds-selectbutton-disabled-selected-background: #141D27;--hds-selecttab-color: #C9CFD4;--hds-selecttab-background: #2B3847;--hds-selecttab-border-color: #2B3847;--hds-selecttab-hover-color: #E8ECED;--hds-selecttab-hover-background: #1A2430;--hds-selecttab-selected-color: #E8ECED;--hds-selecttab-selected-background: #0E1117;--hds-selecttab-selected-border-color: #3B4957;--hds-datepicker-color: #E8ECED;--hds-datepicker-background: #141D27;--hds-datepicker-border-color: #3B4957;--hds-datepicker-shadow: 0px 0px 2px 0px rgba(17, 25, 33, .2);--hds-datepicker-action-color: #C9CFD4;--hds-datepicker-action-hover-color: #E8ECED;--hds-datepicker-disabled-color: #3B4957;--hds-datepicker-date-hover-background: #2B3847;--hds-datepicker-date-selected-background: #1B334B;--hds-upload-color: #E8ECED;--hds-upload-background: #141D27;--hds-upload-border-color: #3B4957;--hds-upload-text-color: #E8ECED;--hds-upload-text-secondary: #C9CFD4;--hds-upload-text-tertiary: #818F99;--hds-upload-focus-background: #1B334B;--hds-upload-focus-border-color: #C9CFD4;--hds-upload-error-color: #DD7D89;--hds-tooltip-color: #E8ECED;--hds-tooltip-background: #2B3847;--hds-tooltip-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .5);--hds-menu-color: #E8ECED;--hds-menu-background: #141D27;--hds-menu-border-color: #3B4957;--hds-menu-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);--hds-menu-item-hover-background: #1A2430;--hds-pagination-color: #C9CFD4;--hds-pagination-hover-color: #C9CFD4;--hds-pagination-hover-background: #1A2430;--hds-pagination-selected-color: #EFF1F3;--hds-pagination-selected-background: #1A2430;--hds-pagination-disabled-color: #3B4957;--hds-table-border-color: #3B4957;--hds-table-indicator-color: #818F99;--hds-table-indicator-hover-color: #C9CFD4;--hds-table-indicator-active-color: #3275B8;--hds-table-link-color: #3275B8;--hds-table-link-active-color: #818F99;--hds-table-header-color: #818F99;--hds-table-header-background: #2B3847;--hds-table-body-color: #C9CFD4;--hds-table-body-background: #111921;--hds-table-body-even-background: #1A2430;--hds-table-body-selected-background: #1B334B;--hds-star-checked-color: #D9B100;--hds-star-unchecked-color: #818F99;--hub-primary-10: #111921;--hub-primary-11: #0E1117;--hub-primary-12: #1B334B;--hub-primary-13: #2A9C65;--hub-primary-14: #B89600;--hub-primary-15: #A50F22;--hub-primary-16: #BBCCDD;--hub-primary-00: #F7F8F9;--hub-primary-01: #EFF1F3;--hub-primary-02: #E8ECED;--hub-primary-03: #E0E3E6;--hub-primary-04: #C9CFD4;--hub-primary-05: #818F99;--hub-primary-06: #3B4957;--hub-primary-07: #2B3847;--hub-primary-08: #1A2430;--hub-primary-09: #141D27;--hub-indicator-primary: #3275B8;--hub-indicator-success: #32B877;--hub-indicator-warning: #D9B100;--hub-indicator-error: #C71A2F;--hub-brand-data: #40B3D4;--hub-brand-sustain: #8DC352;--hub-brand-reservoir: #9957BE;--hub-brand-explore: #F68F1E;--hub-brand-drilling: #ED3127;--hub-brand-economics: #0D7B87;--hub-brand-ienergy: #D91233;--hub-overlay-light: rgba(0, 0, 0, .3);--hub-overlay-strong: rgba(0, 0, 0, .4);--hub-background-1: #0E1117;--hub-background-2: #111921;--hub-background-3: #2B3847;--hub-background-4: #1A2430;--hub-text-1: #E8ECED;--hub-text-2: #C9CFD4;--hub-text-3: #818F99;--hub-text-4: #3B4957;--hub-text-5: #EFF1F3;--hub-border-1: #3B4957;--hub-scrollbar-thumb: #818F99;--hub-scrollbar-thumb-hover: linear-gradient(0deg, rgba(233, 236, 237, .5) 0%, rgba(233, 236, 237, .5) 100%), #818F99;--hub-nav-text: #E8ECED;--hub-nav-background: #1A2430;--hub-nav-bg-action: #0E1117;--hub-nav-ienergy: #D91233;--hub-nav-toggle: #E8ECED;--hub-nav-shadow: 4px 4px 4px 0px rgba(17, 25, 33, .12);--hub-footer-text: #818F99;--hub-footer-background: #1A2430;--hub-footer-shadow-x: 0px -4px 4px 0px rgba(17, 25, 33, .12);--hub-tag-code-green: #6FCDA0;--hub-table-header-text: #818F99;--hub-table-header-background: #2B3847;--hub-table-header-border: #3B4957;--hub-table-row-text: #C9CFD4;--hub-table-row-background-even: #1A2430;--hub-table-row-background-odd: #111921}[data-theme=light]{--hds-control-color: #2B3847;--hds-control-placeholder-color: #818F99;--hds-control-icon-color: #2B3847;--hds-control-background: #F7F8F9;--hds-control-border-color: #C9CFD4;--hds-control-hover-border-color: #818F99;--hds-control-focus-color: #2B3847;--hds-control-focus-border-color: #3B4957;--hds-control-overlay-color: #141D27;--hds-control-overlay-background: #F7F8F9;--hds-control-overlay-border-color: #C9CFD4;--hds-control-overlay-shadow: 0px 0px 2px 0px rgba(17, 25, 33, .2);--hds-control-overlay-action-color: #2B3847;--hds-control-overlay-action-hover-color: #141D27;--hds-control-option-selected-background: #BCD;--hds-control-option-focus-background: #E0E3E6;--hds-control-warning-color: #776100;--hds-control-invalid-color: #C71A2F;--hds-control-disabled-color: #818F99;--hds-control-disabled-background: #F7F8F9;--hds-control-disabled-border-color: #C9CFD4;--hds-selectbutton-color: #141D27;--hds-selectbutton-background: #F7F8F9;--hds-selectbutton-border-color: #C9CFD4;--hds-selectbutton-hover-background: #E8ECED;--hds-selectbutton-hover-border-color: #C9CFD4;--hds-selectbutton-selected-background: #C9CFD4;--hds-selectbutton-selected-border-color: #3B4957;--hds-selectbutton-disabled-color: #818F99;--hds-selectbutton-disabled-border-color: #C9CFD4;--hds-selectbutton-disabled-selected-background: #E0E3E6;--hds-selecttab-color: #2B3847;--hds-selecttab-background: #E0E3E6;--hds-selecttab-border-color: #E0E3E6;--hds-selecttab-hover-color: #141D27;--hds-selecttab-hover-background: #C9CFD4;--hds-selecttab-selected-color: #141D27;--hds-selecttab-selected-background: #E8ECED;--hds-selecttab-selected-border-color: #C9CFD4;--hds-datepicker-color: #141D27;--hds-datepicker-background: #F7F8F9;--hds-datepicker-border-color: #C9CFD4;--hds-datepicker-shadow: 0px 0px 2px 0px rgba(17, 25, 33, .2);--hds-datepicker-action-color: #2B3847;--hds-datepicker-action-hover-color: #141D27;--hds-datepicker-disabled-color: #818F99;--hds-datepicker-date-hover-background: #E0E3E6;--hds-datepicker-date-selected-background: #BCD;--hds-upload-color: #2B3847;--hds-upload-background: #F7F8F9;--hds-upload-border-color: #C9CFD4;--hds-upload-text-color: #141D27;--hds-upload-text-secondary: #2B3847;--hds-upload-text-tertiary: #3B4957;--hds-upload-focus-background: #E0E3E6;--hds-upload-focus-border-color: #3B4957;--hds-upload-error-color: #C71A2F;--hds-tooltip-color: #141D27;--hds-tooltip-background: #F7F8F9;--hds-tooltip-shadow: 0px 0px 8px 0px rgba(17, 25, 33, .25);--hds-menu-color: #141D27;--hds-menu-background: #F7F8F9;--hds-menu-border-color: #C9CFD4;--hds-menu-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);--hds-menu-item-hover-background: #E0E3E6;--hds-pagination-color: #2B3847;--hds-pagination-hover-color: #2B3847;--hds-pagination-hover-background: #F7F8F9;--hds-pagination-selected-color: #141D27;--hds-pagination-selected-background: #BCD;--hds-pagination-disabled-color: #818F99;--hds-table-border-color: #C9CFD4;--hds-table-indicator-color: #3B4957;--hds-table-indicator-hover-color: #2B3847;--hds-table-indicator-active-color: #3275B8;--hds-table-link-color: #3275B8;--hds-table-link-active-color: #3B4957;--hds-table-header-color: #3B4957;--hds-table-header-background: #E8ECED;--hds-table-body-color: #2B3847;--hds-table-body-background: #ffffff;--hds-table-body-even-background: #F7F8F9;--hds-table-body-selected-background: #BCD;--hds-star-checked-color: #D9B100;--hds-star-unchecked-color: #3B4957;--hds-upload-header-border-color: #FF0000;--hub-primary-10: #111921;--hub-primary-11: #0E1117;--hub-primary-12: #1B334B;--hub-primary-13: #2A9C65;--hub-primary-14: #B89600;--hub-primary-15: #A50F22;--hub-primary-16: #BBCCDD;--hub-primary-00: #F7F8F9;--hub-primary-01: #EFF1F3;--hub-primary-02: #E8ECED;--hub-primary-03: #E0E3E6;--hub-primary-04: #C9CFD4;--hub-primary-05: #818F99;--hub-primary-06: #3B4957;--hub-primary-07: #2B3847;--hub-primary-08: #1A2430;--hub-primary-09: #141D27;--hub-indicator-primary: #3275B8;--hub-indicator-success: #32B877;--hub-indicator-warning: #D9B100;--hub-indicator-error: #C71A2F;--hub-brand-data: #279AB9;--hub-brand-sustain: #6A9B36;--hub-brand-reservoir: #9957BE;--hub-brand-explore: #D77409;--hub-brand-drilling: #ED3127;--hub-brand-economics: #0C7782;--hub-brand-ienergy: #C8102E;--hub-overlay-light: rgba(255,255,255,.3);--hub-overlay-strong: rgba(255,255,255,.4);--hub-background-1: #E8ECED;--hub-background-2: #ffffff;--hub-background-3: #C9CFD4;--hub-background-4: #F7F8F9;--hub-text-1: #141D27;--hub-text-2: #2B3847;--hub-text-3: #3B4957;--hub-text-4: #818F99;--hub-text-5: #100E0C;--hub-border-1: #C9CFD4;--hub-scrollbar-thumb: #C9CFD4;--hub-scrollbar-thumb-hover: #818F99;--hub-nav-text: #111921;--hub-nav-background: #F7F8F9;--hub-nav-bg-action: #E8ECED;--hub-nav-ienergy: #C8102E;--hub-nav-toggle: #F7F8F9;--hub-nav-shadow: 4px 4px 4px 0px rgba(17, 25, 33, .12);--hub-footer-text: #3B4957;--hub-footer-background: #F7F8F9;--hub-footer-shadow-x: 1.75px 1.75px 7px 0px #C8CED3;--hub-tag-code-green: #32B877;--hub-table-header-text: #3B4957;--hub-table-header-background: #E8ECED;--hub-table-header-border: #C9CFD4;--hub-table-row-text: #2B3847;--hub-table-row-background-even: #F7F8F9;--hub-table-row-background-odd: #ffffff}@keyframes hub-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes hub-blink{0%,80%,to{opacity:0}30%{opacity:1}}@keyframes hub-shimmer{0%{left:-100%}to{left:100%}}@keyframes hub-zoom-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes hub-zoom-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes hub-fade-in{0%{opacity:0}to{opacity:1}}@keyframes hub-fade-out{0%{opacity:1}to{opacity:0}}@keyframes hub-slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes hub-slide-out-left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes hub-slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes hub-slide-out-right{0%{transform:translate(0)}to{transform:translate(100%)}}*,*:before,*:after{box-sizing:border-box}html{font-size:16px}body{min-width:768px;overflow:auto hidden;font-family:Barlow,sans-serif;font-style:normal;font-weight:400;line-height:1.4;--hub-font-offset-y: 1px}.hub-text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hub-text-link-container{color:var(--hub-indicator-primary)}.hub-text-link{color:var(--hub-indicator-primary);text-decoration:none;cursor:pointer}.hub-text-link:hover{text-decoration:underline}.hub-loading-dots span{opacity:0;animation:hub-blink 1.2s infinite}.hub-loading-dots span:nth-child(1){animation-delay:0s}.hub-loading-dots span:nth-child(2){animation-delay:.2s}.hub-loading-dots span:nth-child(3){animation-delay:.4s}.hub-action-buttons{display:flex;gap:16px;justify-content:flex-end}.hub-action-buttons:has(hds-button[label=Edit])>div:last-child{display:none}.hub-control-loader{width:14px;height:14px;color:transparent;border:1px solid var(--hub-text-2);border-top:1px solid transparent;border-radius:50%;animation:hub-spin 1s linear infinite}.hub-list-container{display:flex;flex-direction:column;gap:12px}.hub-list-container .list-item{display:flex;gap:20px;align-items:center;justify-content:space-between;font-size:14px;font-weight:600}.hub-list-container .list-item-label{flex-shrink:0;color:var(--hub-text-3)}.hub-list-container .list-item-value{flex:1;color:var(--hub-text-2);text-align:end}.hub-form-container{display:flex;flex-direction:column;gap:16px}.hub-form-container hds-textarea::part(textarea){min-height:73px;resize:vertical}.hub-form-container hds-checkbox{height:32px}.hub-form-row{display:flex;gap:16px}.hub-form-row>*{flex:1}.hub-table-base{width:100%;max-width:100%;font-size:14px;font-weight:500;line-height:1.4}.hub-table-header{display:flex;color:var(--hub-table-header-text);background:var(--hub-table-header-background)}.hub-table-header .hub-table-cell{padding:6px 12px}.hub-table-header .hub-table-cell:not(:last-child){border-right:2px solid var(--hub-table-header-border)}.hub-table-row{display:flex;color:var(--hub-table-row-text)}.hub-table-row:nth-child(2n){background:var(--hub-table-row-background-even)}.hub-table-row:nth-child(odd){background:var(--hub-table-row-background-odd)}.hub-table-cell{display:flex;flex:1;align-items:center;min-width:0;min-height:36px;padding:8px 12px}.hub-table-cell-text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hub-table-total{display:flex;align-items:center;height:56px;padding:12px 36px;font-size:12px;font-weight:500;color:var(--hub-text-2)}.hub-table-total span{margin-right:24px;font-size:10px;font-weight:700}.hds-table{position:relative;flex:1}.hds-table hds-checkbox-wrapper{display:flex;align-items:center;justify-content:center}.hds-table-loading .hds-table-data::-webkit-scrollbar-thumb{background-color:transparent}.hds-table-loading hds-loading-overlay::part(overlay){z-index:99}.hds-table-empty-message{display:flex;align-items:center;justify-content:center;min-height:48px;background-color:var(--hds-table-body-background)}.hds-table-data{flex:1;overflow:auto}.hds-table-data table{width:100%;table-layout:fixed;border-spacing:0}.hds-table-data thead{position:sticky;top:0;z-index:10}.hds-table-data thead tr th{height:36px;padding:6px 12px;overflow:hidden;text-overflow:ellipsis;font-size:14px;font-weight:500;line-height:1.4;color:var(--hds-table-header-color);white-space:nowrap;background-color:var(--hds-table-header-background);border-right:2px solid var(--hds-table-border-color)}.hds-table-data thead tr th:last-child{border-right:none}.hds-table-data tbody tr td{height:48px;padding:6px 12px;overflow:hidden;text-overflow:ellipsis;font-size:14px;font-weight:500;line-height:1.4;color:var(--hds-table-body-color);white-space:nowrap;border-top:1px solid transparent;border-bottom:1px solid transparent}.hds-table-data tbody tr:first-child td{height:49px;border-top-width:2px}.hds-table-data tbody tr:last-child td{height:49px;border-bottom-width:2px}.hds-table-data tbody tr:nth-child(odd) td{background-color:var(--hds-table-body-background)}.hds-table-data tbody tr:nth-child(2n) td{background-color:var(--hds-table-body-even-background)}.hds-table-data tbody tr.table-row-selected td{background-color:var(--hds-table-body-selected-background)}.hds-table-cell{display:flex;gap:8px;align-items:center;justify-content:space-between}.hds-table-indicator{display:flex;flex-shrink:0;gap:8px;align-items:center;justify-content:center}.hds-table-indicator hds-icon{color:var(--hds-table-indicator-color);cursor:pointer;transition:color .2s ease-in-out}.hds-table-indicator hds-icon:hover{color:var(--hds-table-indicator-hover-color)}.hds-table-indicator hds-icon.active{color:var(--hds-table-indicator-active-color)}.hds-table-indicator-header-sort{display:flex;flex-direction:column;align-items:center;justify-content:center}.hds-table-indicator-resize-column{position:absolute;top:0;right:-5px;z-index:30;width:9px;height:100%;pointer-events:auto;touch-action:none;cursor:col-resize;-webkit-user-select:none;user-select:none}.hds-table-indicator-resize-column:hover{background-color:var(--hds-table-indicator-active-color);opacity:.3}.hds-table-frozen-column{position:sticky;z-index:1}.hds-table-frozen-column-end{box-shadow:inset -2px 0 0 var(--hds-table-border-color)}.hds-table-text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hds-table-link-container{color:var(--hds-table-link-color)}.hds-table-link{color:var(--hds-table-link-color);text-decoration:none;cursor:pointer}.hds-table-link:hover{text-decoration:underline}.hds-table-link.hds-active{font-weight:800;color:var(--hds-table-link-active-color);text-decoration:underline}.hds-table-item-action-icon{cursor:pointer;opacity:.5;transition:all .2s ease-in-out}.hds-table-item-action-icon:hover,.hds-table-item-action-icon.hds-active{opacity:1}.hds-table-item-action-icon.hds-disabled{pointer-events:none;opacity:.5}.hds-table-tags{display:flex;flex-wrap:wrap;gap:4px;align-items:center;justify-content:flex-start}.hds-table-tags hds-tag-code::part(base){width:35px;padding:0 2px}.hds-table-total{display:flex;align-items:center;height:56px;padding:12px 36px;font-size:12px;font-weight:500;color:var(--hds-pagination-color)}.hds-table-total span{margin-right:24px;font-size:10px;font-weight:700}
