@charset "UTF-8";.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.NSDropdown__dropdown-menu{max-height:45vh}.NSDropdown__dropdown-menu__dropdowm-item__disabled{color:#aab8c5!important;opacity:.5}.NSDropdown__dropdown-menu .NSDropdown__fixed-bottom{background:#3b424d;border:none;bottom:0;box-shadow:0 -4px 15px 0 #30343e;padding-left:12px;padding-right:12px;position:sticky;width:100%}.NSCellInput--align-right,.NSCellInput--align-right input{text-align:right}.NSCellInput .form-control{color:#0fb3ff}.NSCellInput__input{display:none}.NSCellInput__label{align-content:center}.NSCellInput--disabled .NSCellInput__input,.NSCellInput--disabled:hover .NSCellInput__input{display:none!important}.NSCellInput--disabled .NSCellInput__label,.NSCellInput--disabled:hover .NSCellInput__label{display:block!important}.NSCellInput--focus .NSCellInput__input,.NSCellInput:hover .NSCellInput__input{display:block}.NSCellInput--focus .NSCellInput__label,.NSCellInput:hover .NSCellInput__label{display:none}.NSInputNumberStepper__input::-webkit-inner-spin-button,.NSInputNumberStepper__input::-webkit-outer-spin-button{-webkit-appearance:none}.NSInputNumberStepper__addon-prepend__text{background-color:#404954;border-right:none}.NSInputNumberStepper__addon-append__text{background-color:#404954;border-left:none}.NSInputNumberStepper__wide-md{max-width:160px!important}.NSInputNumberStepper__wide-lg{max-width:200px!important}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ToastContainer{color:#17191e}.ToastContainer__icon--success{color:#1f7354}.ToastContainer__icon--warning{color:#7f5f04}.ToastContainer__icon--error{color:#c51919}.ToastContainer__icon--info{color:#0f6a8c}.ToastContainer--success{background-color:#91e5c6}.ToastContainer--warning{background-color:#fbd66c}.ToastContainer--error{background-color:#fdc2c2}.ToastContainer--info{background-color:#a2d8f5}.ToastContainer__close-button{cursor:pointer;margin-right:.5rem;margin-top:1rem}.NSDropzone{border:1px dotted #6c757d;border-radius:.25rem;opacity:.8}.NSDropzone__active{opacity:.1}.NSRichTextEditor{background-color:#0000;border:1px solid #525d6b}.NSRichTextEditor__editor-input{caret-color:#fff;outline:0;padding:15px 20px;position:relative;resize:none;tab-size:1}.NSRichTextEditor__editor-input:focus{outline:none}.NSRichTextEditor__placeholder{left:20px;pointer-events:none;top:15px}.NSRichTextEditor__content-wrapper{min-height:150px}.NSRichTextEditor__toolbar{background-color:#525d6b}.NSRichTextEditor__toolbar-divider{background-color:#252830;min-width:1px;width:1px}.NSRichTextEditor__mention,.NSRichTextEditor__mention-menu{background-color:#525d6b}.NSRichTextEditor__mention-menu-container{border-radius:4px;position:relative;width:300px}.NSRichTextEditor__mention-menu-list{border-radius:4px;list-style:none;margin:0;max-height:200px;overflow:auto;padding:0;scrollbar-width:none}.NSRichTextEditor__mention-menu-item{background-color:#525d6b;color:#fff;flex-shrink:0;font-size:15px;line-height:16px;outline:none;width:300px}.NSRichTextEditor__mention-menu-item--selected{background-color:#606b79;color:#fff;flex-shrink:0;font-size:15px;line-height:16px;outline:none;width:300px}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{border:0;display:inline-block;padding:0}.react-datepicker{background-color:#fff;border:1px solid #aeaeae;border-radius:.3rem;color:#000;display:inline-block;font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;line-height:normal;position:relative}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{line-height:0;z-index:1}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative;text-align:center}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 15px}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{color:#000;font-size:.944rem;font-weight:700;margin-top:0}h2.react-datepicker__current-month{margin:0;padding:0}.react-datepicker-time__header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-datepicker__navigation{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;overflow:hidden;padding:0;position:absolute;text-align:center;text-indent:-999em;top:2px;width:32px;z-index:1}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{display:block;margin-left:auto;margin-right:auto;position:relative;top:0}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{font-size:20px;position:relative;top:-1px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{left:-7px;transform:rotate(45deg)}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{right:-7px;transform:rotate(225deg)}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__input-time-container{clear:both;float:left;margin:5px 0 10px 15px;text-align:left;width:100%}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{display:inline-block;margin-left:5px}.react-datepicker__time-container{border-left:1px solid #aeaeae;float:right;width:85px}.react-datepicker__time-container--with-today-button{border:1px solid #aeaeae;border-radius:.3rem;display:inline;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{background:#fff;border-bottom-right-radius:.3rem;position:relative}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{border-bottom-right-radius:.3rem;margin:0 auto;overflow-x:hidden;text-align:center;width:85px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{box-sizing:initial;height:calc(195px + .85rem);list-style:none;margin:0;overflow-y:scroll;padding-left:0;padding-right:0;width:100%}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{background-color:#f0f0f0;cursor:pointer}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{background-color:initial;cursor:default}.react-datepicker__week-number{color:#ccc;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected):hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__week-number--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__day-names{margin-bottom:-8px;white-space:nowrap}.react-datepicker__week{white-space:nowrap}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{color:#000;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:not([aria-disabled=true]):hover,.react-datepicker__month-text:not([aria-disabled=true]):hover,.react-datepicker__quarter-text:not([aria-disabled=true]):hover,.react-datepicker__year-text:not([aria-disabled=true]):hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{background-color:#3dcc4a;border-radius:.3rem;color:#fff}.react-datepicker__day--highlighted:not([aria-disabled=true]):hover,.react-datepicker__month-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--highlighted:not([aria-disabled=true]):hover,.react-datepicker__year-text--highlighted:not([aria-disabled=true]):hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{background-color:#ff6803;border-radius:.3rem;color:#fff;position:relative}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{background-color:#333;border-radius:4px;bottom:100%;color:#fff;left:50%;opacity:0;padding:4px;position:absolute;transform:translateX(-50%);transition:visibility 0s,opacity .3s ease-in-out;visibility:hidden;white-space:nowrap}.react-datepicker__day--holidays:not([aria-disabled=true]):hover,.react-datepicker__month-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--holidays:not([aria-disabled=true]):hover,.react-datepicker__year-text--holidays:not([aria-disabled=true]):hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{opacity:1;visibility:visible}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected,.react-datepicker__year-text--in-range,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__day--in-range:not([aria-disabled=true]):hover,.react-datepicker__day--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__day--selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__month-text--selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--in-selecting-range:not([aria-disabled=true]):hover,.react-datepicker__year-text--selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{background-color:#bad9f1;border-radius:.3rem;color:#000}.react-datepicker__day--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__month-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__quarter-text--keyboard-selected:not([aria-disabled=true]):hover,.react-datepicker__year-text--keyboard-selected:not([aria-disabled=true]):hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{color:#ccc;cursor:default}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{background-color:#333;border-radius:4px;bottom:70%;color:#fff;left:50%;opacity:0;padding:4px;position:absolute;transform:translateX(-50%);transition:visibility 0s,opacity .3s ease-in-out;visibility:hidden;white-space:nowrap}.react-datepicker__input-container{display:inline-block;position:relative;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{box-sizing:initial;padding:.5rem;position:absolute}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{border:1px solid #0000;border-radius:.3rem;position:relative}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{right:-16px;top:0;transform:rotate(135deg)}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;border:1px solid #aeaeae;border-radius:.3rem;left:25%;position:absolute;text-align:center;top:30px;width:50%;z-index:1}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{display:block;line-height:20px;margin-left:auto;margin-right:auto;width:100%}.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem;-webkit-user-select:none;user-select:none}.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{left:15px;position:absolute}.react-datepicker__close-icon{background-color:initial;border:0;cursor:pointer;display:table-cell;height:100%;outline:0;padding:0 6px 0 0;position:absolute;right:0;top:0;vertical-align:middle}.react-datepicker__close-icon:after{background-color:#216ba5;border-radius:50%;color:#fff;content:"×";cursor:pointer;display:table-cell;font-size:12px;height:16px;line-height:1;padding:2px;text-align:center;vertical-align:middle;width:16px}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{background-color:#ccc;cursor:default}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;clear:left;cursor:pointer;font-weight:700;padding:5px 0;text-align:center}.react-datepicker__portal{align-items:center;background-color:#000c;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:3rem;width:3rem}@media (max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:2rem;width:2rem}}.react-datepicker__portal .react-datepicker-time__header,.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.react-datepicker__children-container{height:auto;margin:.4rem;padding-left:.2rem;padding-right:.2rem;width:13.8rem}.react-datepicker__aria-live{border:0;clip-path:circle(0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.react-datepicker__calendar-icon{height:1em;vertical-align:-.125em;width:1em}.NSDatePicker{align-items:center;display:flex;position:relative;width:100%}.NSDatePicker__input{background-clip:padding-box;background-color:#404954;border:none;border-radius:.25rem;color:#fff;cursor:pointer;font-size:1rem;line-height:1.5;padding:.375rem 2.5rem .375rem .75rem;transition:background-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.NSDatePicker__input:focus{background-color:#404954;box-shadow:0 0 0 .2rem #0fb3ff40;color:#fff;outline:0}.NSDatePicker__input:disabled{background-color:#333742;cursor:not-allowed;opacity:1}.NSDatePicker__input::placeholder{color:#aab8c5;opacity:.5}.NSDatePicker__calendar-icon{align-items:center;background:none;border:none;border-radius:.125rem;color:#aab8c5;cursor:pointer;display:flex;justify-content:center;padding:.25rem;position:absolute;right:.75rem;top:50%;transform:translateY(-50%);transition:color .15s ease-in-out}.NSDatePicker__calendar-icon:hover:not(:disabled){color:#0fb3ff}.NSDatePicker__calendar-icon:disabled{color:#ced4da;cursor:not-allowed}.NSDatePicker__calendar-icon svg{height:16px;width:16px}.NSDatePicker__calendar{margin-top:5px;position:absolute;z-index:1050}.NSContactChip{border-radius:20px;height:38px;margin:0 8px 8px 0}.DealScenarioDropdown{min-width:220px}.NSDropdown__dropdown-menu{padding-bottom:0}.NSDropdown__dropdown-menu .dropdown-item{align-items:center;display:flex;width:100%}.NSDropdown__dropdown-menu .dropdown-item>div{width:100%}.NSDropdown__dropdown-menu .dropdown-item[disabled]{opacity:1!important}.NSDropdown__dropdown-menu .dropdown-item .menu,.NSDropdown__dropdown-menu .dropdown-item:disabled{color:#0fb3ff}.NSDropdown__dropdown-menu .dropdown-item .button-container{align-self:center;border-top:1px solid #3b424d;box-shadow:0 -4px 15px 0 #30343e;margin-top:12px;text-align:center}.NSDropdown__dropdown-menu>div:first-child .dropdown-item.include-create{background-color:#404954;padding-left:12px;padding-right:12px}.NSDropdown__dropdown-menu>div:last-child .dropdown-item.include-create{margin:0;padding:0}.NSDropdown__dropdown-menu>div:last-child .dropdown-item.include-create>div{width:100%}.NSDropdown__dropdown-menu>div:last-child .dropdown-item.include-create>div .button-container{box-shadow:none}.BOESlideoutForm__large-text{font-size:16px}.BOESlideoutForm__title{font-size:12px}.BOESlideoutForm__separator{background-color:#4f5b69;height:1px;margin-bottom:24px;width:100%}.BOESlideoutForm__loan-sizing{align-items:center;cursor:pointer;display:flex;flex:0 1 30%;flex-direction:row;justify-content:space-between;padding:0 4px}.BOESlideoutForm__asset-type-dropdown{background-color:#404954}.BOESlideoutForm .NSCard{background-color:#3b3f4c}.BOESlideoutForm .NSCard--level-2{background-color:#424655}.SlideOutReturns__container{bottom:0;position:sticky;z-index:3}.SlideOutReturns--header{border-bottom:1px solid #4f5b69}.SlideOutReturns--header__dropdown{position:relative}.SlideOutReturns--header__dropdown-option{border-left:3px solid #0000;margin:-12px;padding:12px}.SlideOutReturns--header__dropdown-option.is-active{border-left-color:#0fb3ff}.SlideOutReturns--header__dropdown-option__label{font-size:14px}.SlideOutReturns--header__dropdown-option__details{font-size:12px}.SlideOutReturns--header__dropdown-option__badge{background-color:#0fb3ff33;border-radius:2px;color:#0fb3ff;display:inline-block;font-size:12px;font-weight:700;padding:2px 4px}.SlideOutReturns__CardsContainer{gap:8px}.SlideOutReturnCard__card{background-color:#494e5e!important;border-left:4px solid #0000}.SlideOutReturnCard__card--success{background-color:#42d29d33!important;border-left-color:#42d29d}.SlideOutReturnCard__card--error{background-color:#fa676733!important;border-left-color:#fa6767}.LoanTestModal{max-width:850px!important}.LoanTestModal .LoanCard{border-collapse:initial;border-color:gray;border-radius:.25rem;border-spacing:0;color:#aab8c5;width:100%}.LoanTestModal .LoanCard-title-box{text-wrap:nowrap;align-items:center;background-color:#525d6b;border-top-left-radius:4px;border-top-right-radius:4px;display:flex;flex-direction:row;justify-content:space-between}.LoanTestModal .LoanCard-title{border-bottom:none!important;color:#fff;font-weight:700;padding:8px 16px;width:33%}.LoanTestModal .LoanCard-row-box{align-items:center;background-color:#3b414d;border-bottom:1px solid #4f5b69;display:flex;flex-direction:row;justify-content:space-between}.LoanTestModal .LoanCard-row-box:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.LoanTestModal .LoanCard-row-box__highlight{background-color:#42d29d33;border-bottom:1px solid #42d29d33}.LoanTestModal .LoanCard-row{align-items:center;display:flex;justify-content:space-between;padding:0 16px;width:33%}.LoanTestModal .LoanCard-row:first-child{padding:16px}.LoanTestModal .LoanCard-row__italic{font-style:italic;padding:16px}.LoanTestModal .LoanIcons{align-items:center;display:flex;flex-direction:column;height:215px;justify-content:space-evenly;width:10%}.NSModal__modal-content.BackOfEnvelope__content{background-color:#2c3039!important}.UserMenuItems-dropdown-menu{left:-200px!important;top:45px!important;transform:none!important}.UserMenuItems-dropdown-menu .UserMenuItems-dropdown-menu__dropdown-email{color:#606b79;font-size:12px}.UserMenu-dropdown__avatar{border-radius:50%;height:32px;object-fit:cover;width:32px}.OrganizationMenu__item{align-items:center;border-radius:.25rem;color:#fff;cursor:pointer;display:flex;margin-right:.375rem;outline:0;padding:.375rem;text-decoration:none}.OrganizationMenu__item:first-child{margin-top:.375rem}.OrganizationMenu__item:last-child{margin-bottom:.375rem}.OrganizationMenu__item.active,.OrganizationMenu__item:hover{outline:1px solid #0fb3ff!important}.Canny_BadgeContainer .Canny_Badge{background-color:#fa6767;border:1px solid #fa6767;border-radius:50%;padding:2.5px;position:absolute;right:17px;top:0}.Canny_Badge{animation:pulse 2s 3}@keyframes pulse{0%{box-shadow:0 0 0 0 #ff5252cc;transform:scale(.95)}70%{box-shadow:0 0 0 10px #ff525200;transform:scale(1)}to{box-shadow:0 0 0 0 #ff525200;transform:scale(.95)}}.NSNavbar{background-color:#17191e;font-size:14px;font-weight:500;line-height:18px;position:fixed;top:0;width:100%;z-index:100}.NSNavbar .NSNavbar__link-list{gap:20px}.NSNavbar .NSNavbar__link-list .NSNavbar__link-list__link{color:#8391a2;height:64px}.NSNavbar .NSNavbar__link-list .NSNavbar__link-list__link.active{border-bottom:2px solid #0fb3ff;color:#fff;padding-top:2px}.NSNavbar .NSNavbar__link-list .NSNavbar__link-list__link:hover{color:#fff}.NSNavbar .NSNavbar__right,.NSNavbar .NSNavbar__right .NSNavbar__right__icon-list{gap:24px}.NSNavbar .NSNavbar__right .NSNavbar__right__icon-list .NSNavbar__right__icon-list__icon{font-size:18px}.NSNavbar .NSNavbar__right .NSNavbar__right__icon-list .NSNavbar__right__icon-list__icon:hover{color:#0fb3ff}.NSNavbar .NSNavbar__dropdown_menu{max-height:calc(100vh - 80px);min-width:240px;overflow-x:hidden;overflow-y:auto;top:65px!important;transform:none!important}.NSNavbar .NSNavbar__dropdown_menu--subsection_border_bottom{border-bottom:1px solid #474d56}.NSNavbar .NSNavbar__dropdown_toggle{align-items:center;color:#8391a2;cursor:pointer;display:flex;height:64px}.NSNavbar .NSNavbar__dropdown_toggle.active{border-bottom:2px solid #0fb3ff;color:#fff;padding-top:2px}.NSNavbar .NSNavbar__dropdown_toggle:hover{background-color:#0000000d;color:#fff}.NSNavbar .NSNavbar__dropdown_link{color:inherit;cursor:pointer;display:block;text-decoration:none;width:100%}.LayoutWithNavbar{padding-top:88px}.DealDashboard__separator{border-bottom:2px solid #404954}.DealDashboard__radius-none{border-radius:0!important}.DealDashboard__tab-content{min-height:80vh}.DealDashboard__hide-scrollbar{scrollbar-width:none}.DealDashboard__Details p{margin-bottom:.5rem}.NSRadioCard__radio-btn--selected{background-color:#fff;border-radius:50%}.NSRadioCard__absolute-icon--bottom{bottom:0;font-size:1.5rem}.NSRadioCard__static-image--fixed-width{width:680px}.pageTitle{border-bottom:2px solid #404954}.mapboxgl-map{-webkit-tap-highlight-color:rgb(0 0 0/0);font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative}.mapboxgl-canvas{left:0;position:absolute;top:0}.mapboxgl-map:-webkit-full-screen{height:100%;width:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom,.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-left,.mapboxgl-ctrl-right,.mapboxgl-ctrl-top,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.mapboxgl-ctrl-top-left{left:0;top:0}.mapboxgl-ctrl-top{left:50%;top:0;transform:translateX(-50%)}.mapboxgl-ctrl-top-right{right:0;top:0}.mapboxgl-ctrl-right{right:0;top:50%;transform:translateY(-50%)}.mapboxgl-ctrl-bottom-right{bottom:0;right:0}.mapboxgl-ctrl-bottom{bottom:0;left:50%;transform:translateX(-50%)}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-left{left:0;top:50%;transform:translateY(-50%)}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{float:left;margin:10px 0 0 10px}.mapboxgl-ctrl-top .mapboxgl-ctrl{float:left;margin:10px 0}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{float:right;margin:10px 10px 0 0}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl,.mapboxgl-ctrl-right .mapboxgl-ctrl{float:right;margin:0 10px 10px 0}.mapboxgl-ctrl-bottom .mapboxgl-ctrl{float:left;margin:10px 0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl,.mapboxgl-ctrl-left .mapboxgl-ctrl{float:left;margin:0 0 10px 10px}.mapboxgl-ctrl-group{background:#fff;border-radius:4px}.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button{background-color:initial;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;overflow:hidden;padding:0;width:29px}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:initial}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl-group button:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:only-child{border-radius:inherit}.mapboxgl-ctrl button:not(:disabled):hover{background-color:#0000000d}.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8h-8z'/%3E%3Cpath d='m10.5 16 4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8h-8z'/%3E%3Cpath d='m10.5 16 4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8h-8z'/%3E%3Cpath d='m10.5 16 4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='m14 5 1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{animation:mapboxgl-spin 2s linear infinite}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='m14 5 1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='m14 5 1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}}@keyframes mapboxgl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 0 1 3.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 0 0-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 0 0 4.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 0 1-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 0 1 .3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 0 1-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg opacity='.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg opacity='.9' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:initial;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 0 1 3.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 0 0-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 0 0 4.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 0 1-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 0 1 .3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 0 1-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 0 1 3.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 0 0-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 0 0 4.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 0 1-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 0 1 .3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 0 1-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{background-color:#fff;border-radius:12px;box-sizing:initial;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.mapboxgl-ctrl-attrib.mapboxgl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button{left:0}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button{background-color:#0000000d}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0;top:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0;top:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}.mapboxgl-ctrl-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.mapboxgl-ctrl-attrib a{color:#000000bf;text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.mapboxgl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{flex-direction:column-reverse}.mapboxgl-popup-anchor-left{flex-direction:row}.mapboxgl-popup-anchor-right{flex-direction:row-reverse}.mapboxgl-popup-tip{border:10px solid #0000;height:0;width:0;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.mapboxgl-popup-close-button{background-color:initial;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.mapboxgl-popup-close-button:hover{background-color:#0000000d}.mapboxgl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:10px 10px 15px;pointer-events:auto;position:relative}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{left:0;opacity:1;position:absolute;top:0;transition:opacity .2s;will-change:transform}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.mapboxgl-user-location-dot:before{animation:mapboxgl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.mapboxgl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading{height:0;width:0}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-bottom:7.5px solid #4aa1eb;content:"";position:absolute}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-left:7.5px solid #0000;transform:translateY(-28px) skewY(-20deg)}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after{border-right:7.5px solid #0000;transform:translate(7.5px,-28px) skewY(20deg)}@keyframes mapboxgl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}@media print{.mapbox-improve-map{display:none}}.mapboxgl-scroll-zoom-blocker,.mapboxgl-touch-pan-blocker{align-items:center;background:#000000b3;color:#fff;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;text-align:center;top:0;transition:opacity .75s ease-in-out;transition-delay:1s;width:100%}.mapboxgl-scroll-zoom-blocker-show,.mapboxgl-touch-pan-blocker-show{opacity:1;transition:opacity .1s ease-in-out}.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas{touch-action:pan-x pan-y}.Map .mapboxgl-ctrl-logo{display:none}.DealDetails--full{border-top-left-radius:0;border-top-right-radius:0;max-height:calc(75vh - .5rem)}.DealDetails--full .DealDetails__content{margin-bottom:.5rem;max-height:30vh;min-height:20vh;overflow-y:scroll}.DealDetails--sticky-top{position:sticky;top:180px}.TimelineTable thead{background-color:#464e5b;color:#fff;margin-right:0}.TimelineTable tbody tr{background-color:#3b3f4c}.TimelineTable tbody tr:hover{background-color:#4f5b69}.TimelineTable tbody tr td{padding-bottom:0;padding-top:0;vertical-align:middle}.TimelineTable tbody tr td:last-child{margin:0;padding:0;text-align:center}.TimelineTable__date-input[type=date]::-webkit-calendar-picker-indicator{filter:invert(45%) sepia(65%) saturate(2500%) hue-rotate(190deg) brightness(100%) contrast(95%)}.TimelineTable__datepicker{margin-top:5px;position:absolute;z-index:1050}.TimelineTable__container{border-radius:.25rem;max-height:calc(49svh - 4px);overflow-y:auto}.TimelineTable__add-btn{color:#aab8c5;font-size:1.2em;transition:opacity .15s,color .15s}.TimelineTable__add-btn:focus:not(.TimelineTable__add-btn--disabled),.TimelineTable__add-btn:hover:not(.TimelineTable__add-btn--disabled){color:#8391a2}.TimelineTable__add-btn--disabled{opacity:.5;pointer-events:none}.TimelineTable__check-btn.disabled{border:none;box-shadow:none;cursor:not-allowed;opacity:.5}.timeline-btn{height:25px;width:25px}.timeline-row{height:48px}.ActionMenu{display:inline-block;position:relative}.ActionMenu__dropdown{background-color:#4f5b69;border-radius:6px;box-shadow:0 2px 8px #252830;position:absolute;right:0;top:100%;z-index:10}.ActionMenu__dropdown__item{background:none;border:none;color:#fff;font-size:14px;padding:.35rem 2rem .35rem 1rem;text-align:left;transition:background-color .3s ease;width:100%}.ActionMenu__dropdown__item:hover{background-color:#464e5b}.ActionMenu__list{list-style:none;margin:0;padding:0}.DealReturns__card{border-radius:4px;flex:1 1}.DealReturns__buttons .btn{margin-left:8px}.ReturnsCard__title{color:#aab8c5}.ReturnsCard__no-range-filler{display:block;height:16px}.BackOfEnvelope{background-color:#2c3039;min-height:657px}.BackOfEnvelope__ScenarioContainer{border:1px solid #4f5b69;border-radius:4px}.BackOfEnvelope__ScenarioContainer--header{border-bottom:1px solid #4f5b69}.BackOfEnvelope__ScenarioContainer--border{border:1px solid #4f5b69}.ScenarioInformation{gap:16px}.ScenarioInformation__mainInfo{border-bottom:1px solid #4f5b69;gap:24px}.ScenarioInformation__subItem{gap:8px}.ScenarioReturns__card{background-color:#3b3f4c}.ScenarioReturns__card--success{background-color:#42d29d33!important;border-left:4px solid #42d29d!important}.ScenarioReturns__card--error{background-color:#fa676733!important;border-left:4px solid #fa6767!important}.DealActivity{background-color:#2c3039}.CreateDeal__form,.DealActivity__sidebar{background-color:#30343e}.CreateDeal__form{border-radius:4px}.CreateDeal__form__divider{border-bottom:2px solid #404954}.CreateDeal__form__divider_muted{border-bottom:1px solid #8391a2}.ScenarioComparison .ComparisonGrid .ComparisonTable .NSTable--custom-header>td:first-child{background-color:#252830!important}.ScenarioComparison .ComparisonGrid .ComparisonTable .NSTable--custom-header>td:nth-child(2){border-top-left-radius:4px}.ScenarioComparison .ComparisonGrid .ComparisonTable .NSTable--custom-header>td:not(:first-child){background-color:#525d6b;border-left:1px solid #606b79!important;padding:0}.ScenarioComparison .ComparisonGrid .ComparisonTable .NSTable--custom-header>td:last-child{border-top-right-radius:4px}.ScenarioComparison .ComparisonGrid .ComparisonTable .NSTable__tbody__tr{background-color:#3b414d;color:#fff}.ScenarioComparison .ComparisonGrid .ComparisonTable .NSTable__tbody__tr>td{padding-bottom:.5rem;padding-top:.5rem}.ScenarioComparison .ComparisonGrid .ComparisonTable .NSTable__tbody__tr>td:first-child{padding-left:2rem}.ScenarioComparison .ComparisonGrid .ComparisonTable .NSTable__tbody__subheader>td{background-color:#464e5b;padding-bottom:.5rem;padding-top:.5rem}.ScenarioComparison .ComparisonGrid .ComparisonTable .NSTable__tbody__subheader:first-of-type>td:first-child{border-left:none!important;border-top:none!important;border-top-left-radius:4px}.ScenarioComparison .ComparisonGrid .ComparisonTable .green-highlight{background-color:#42d29d66;color:#fff}.ScenarioComparison__badge-selector{background-color:#606b79;border-color:#606b79;font-weight:700}.ScenarioComparison__badge-selector:hover{background-color:#464e5b;border-color:#464e5b}.ScenarioComparison__x-mark-button{cursor:pointer}.ComparisonGrid{align-items:stretch;display:flex;height:80vh;position:relative}.ComparisonGrid__add-to-comparison-section{background-color:#2c3039;border:1px dashed #606b79;border-radius:4px;display:flex;flex-direction:column;justify-content:center;min-width:250px;width:12vw}.ComparisonTable td:first-child,.ComparisonTable th:first-child{width:12vw}.ComparisonTable td:not(:first-child),.ComparisonTable th:not(:first-child){width:20vw}.ProFormaWizardStepper__card{position:sticky;top:88px;z-index:1}.ProFormaWizardStepper__backButton{height:36px;width:80px}.ProFormaWizardStepper__nextButton{height:36px;width:96px}.ProFormaWizardStepper__horizontalStepper{display:flex;margin-top:12px;min-width:430px;padding:0}.ProFormaWizardStepper__horizontalStepper__small--active{background-color:#3b424d;border-radius:100%;height:8px;margin:0 auto;position:relative;top:10px;width:8px;z-index:10}.ProFormaWizardStepper__horizontalStepper__item{display:flex;flex:1 1;flex-direction:column-reverse;text-align:center}.ProFormaWizardStepper__horizontalStepper__item:before{background-color:#0fb3ff;border-radius:100%;content:"";display:block;height:12px;margin:0 auto;position:relative;width:12px;z-index:10}.ProFormaWizardStepper__horizontalStepper__item:not(:last-child):after{background-color:#0fb3ff;bottom:7px;content:"";height:2px;left:50%;order:-1;position:relative;width:100%}.ProFormaWizardStepper__horizontalStepper__item:last-child{margin-bottom:1.5px}.ProFormaWizardStepper__horizontalStepper__item--active .ProFormaWizardStepper__horizontalStepper__title{color:#0fb3ff;margin-bottom:0}.ProFormaWizardStepper__horizontalStepper__title{font-size:12px;margin-bottom:8px}.BackOfEnvelopeKeyValues{width:277px}.BackOfEnvelopeKeyValues__sidenav-height{height:calc(100vh - 492px);max-height:calc(100vh - 492px)}.BackOfEnvelopeKeyValues__wizard-height{height:calc(100vh - 600px);max-height:calc(100vh - 600px)}.CalculateSizeCard__input{width:40px}.CalculateSizeCard__bordered-cell{background-color:#3b414d;border:2px solid #414b56;border-radius:4px;height:42px;padding-right:10px}.CalculateSizeCard__background-cell{background-color:#3b414d;border:2px solid #3b3f4c;border-radius:4px;height:42px;padding-right:10px}.ReadOnlyWrapper--disabled .btn,.ReadOnlyWrapper--disabled .cursor--pointer,.ReadOnlyWrapper--disabled button,.ReadOnlyWrapper--disabled input,.ReadOnlyWrapper--disabled label,.ReadOnlyWrapper--disabled select,.ReadOnlyWrapper--disabled textarea{opacity:.7;pointer-events:none}.ReadOnlyWrapper--disabled .ReadOnlyWrapper--enable-pointer-events{cursor:pointer;pointer-events:auto!important}.ReadOnlyWrapper--disabled .ReadOnlyWrapper--enable-pointer-events>* .btn,.ReadOnlyWrapper--disabled .ReadOnlyWrapper--enable-pointer-events>* .cursor--pointer,.ReadOnlyWrapper--disabled .ReadOnlyWrapper--enable-pointer-events>* button,.ReadOnlyWrapper--disabled .ReadOnlyWrapper--enable-pointer-events>* input,.ReadOnlyWrapper--disabled .ReadOnlyWrapper--enable-pointer-events>* label,.ReadOnlyWrapper--disabled .ReadOnlyWrapper--enable-pointer-events>* select,.ReadOnlyWrapper--disabled .ReadOnlyWrapper--enable-pointer-events>* textarea{opacity:.7;pointer-events:none}.StoryAreaBreakdown table{border-collapse:collapse}.StoryAreaBreakdown th{color:var(--text-muted);font-weight:400}.StoryAreaBreakdown td,.StoryAreaBreakdown th{padding:.25rem .5rem}.StoryAreaBreakdown .border-top{border-top:1px solid var(--border-color)}.ProFormaWizardStepOne__separator{border-bottom:2px solid #404954;margin-bottom:24px;margin-top:32px}.ProFormaWizardStepOne__title{color:#fff;font-size:20px;font-weight:700}.ProFormaWizardStepOne__subtitle{color:#aab8c5;font-size:14px;font-weight:400}.ProFormaWizardStepOne__label{width:100px}.ProFormaWizardStepOne__datepicker{background:#fff;border:1px solid #3b424d;border-radius:4px;box-shadow:0 4px 6px #0000001a;margin-top:5px;position:absolute;z-index:1050}.ProFormaWizardStepOne__calendar-icon{color:#0fb3ff;cursor:pointer;font-size:1.25rem}.ProFormaWizardStepOne__selected-date{color:#dee2e6;display:inline-block;font-size:1rem;margin-left:.5rem}.ProFormaWizardStepOne__input-width{width:150px}.ProFormaWizardStepThree__unitTitle{color:#fff;font-size:18px;font-weight:700}.ProFormaWizardStepThree__addApartmentCard{border:2px dashed #4f5b69;border-radius:8px;min-height:260px}.ProFormaWizardStepThree__addOtherCard{border:2px dashed #4f5b69;border-radius:8px;min-height:448px}.ProFormaWizardStepThree__addOtherIncomeCard{border:2px dashed #4f5b69}.TenantsOverviewCard__title{color:#fff;font-size:16px;font-weight:400}.TenantsOverviewCard__separator{border-bottom:2px solid #4f5b69;margin-bottom:12px;margin-top:12px}.TenantsOverviewCard__noOutline{box-shadow:none!important;outline:none!important}.TenantsOverviewCard__datePickerContainer{position:absolute;right:0;top:100%;z-index:10}.TenantsOverviewCard__inputContainer{gap:8px}.TenantsOverviewCard__inputContainer__input{flex:1 1}.TenantsOverviewCard__inputContainer__largeInput{flex:2 1}.NewCombinedReport__EmptyState{border:1px dashed #4f5b69}.SortingIcon__icon{transition:color .15s ease-in-out}.SortingIcon__icon:first-child{margin-bottom:-12px}.DocumentLibraryTable--card-view{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.DocumentLibraryTable__row .NSTable__tbody__tr__td{padding-bottom:8px;padding-top:8px}.DocumentLibraryTable__row:hover{background-color:#525d6b}.DocumentLibraryTable__cell--limited-width{max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.DocumentLibraryTable__toggle-btn{background:none;border:none;color:#fff;cursor:pointer;margin-right:.5rem;padding:0}.DocumentLibraryTable__toggle-btn:hover{opacity:.8}.DocumentLibraryTable__document-type{background-color:#606b79;border-radius:4px;color:#fff;display:inline-block;font-size:12px;margin-right:4px;padding:2px 4px}.DocumentLibraryTable__actions-column{width:54px}.DocumentLibraryTable__options-btn{background:none;border:none;color:#fff;cursor:pointer}.DocumentLibraryTable__dropdown-item{min-width:180px;padding:8px 16px}.DocumentLibraryTable__indent{padding-left:var(--indent-padding)}.DocumentLibraryTable__indent--level-0{padding-left:0}.DocumentLibraryTable__indent--level-1{padding-left:12px}.DocumentLibraryTable__indent--level-2{padding-left:24px}.DocumentLibraryTable__indent--level-3{padding-left:36px}.DocumentLibraryTable__indent--level-4{padding-left:48px}.DocumentLibraryTable__indent--level-5{padding-left:60px}.DocumentLibraryTable__indent--level-0.DocumentLibraryTable__indent--file{padding-left:12px}.DocumentLibraryTable__indent--level-1.DocumentLibraryTable__indent--file{padding-left:24px}.DocumentLibraryTable__indent--level-2.DocumentLibraryTable__indent--file{padding-left:36px}.DocumentLibraryTable__indent--level-3.DocumentLibraryTable__indent--file{padding-left:48px}.DocumentLibraryTable__indent--level-4.DocumentLibraryTable__indent--file{padding-left:60px}.DocumentLibraryTable__indent--level-5.DocumentLibraryTable__indent--file{padding-left:72px}.DocumentLibraryTable__dropzone .DropzoneCard{box-shadow:none;height:210px!important;margin:0;padding:0 5px}.DocumentLibraryTable__dropzone .DropzoneCard svg{height:48px;width:48px}.FileTileCard__icon{height:24px;margin:auto;width:24px}.FileTileCard__big-icon{border-radius:4px;height:48px;margin:auto;width:48px}.FileTileCard__dropdown{position:absolute;right:0}.FileTileCard__dropdown-toggle{background:none;border:none;cursor:pointer}.FileTileCard__doc-card{background:#3b3f4c;border-radius:4px;box-shadow:none;color:#fff;cursor:pointer;height:210px;margin:0;padding:12px 0;position:relative;text-align:center;transition:all .3s ease-in-out}.FileTileCard__doc-card:hover{background:#3b414d}.FileTileCard__blue{background-color:#0fb3ff}.FileTileCard__dark_blue{background-color:#345fbe}.FileTileCard__ns_excel_green{background-color:#1d6f42}.BreadcrumbNavigation__primary-color{color:#0fb3ff}.DropzoneCard{border:1px dotted #6c757d;border-radius:.25rem;opacity:.8;padding-bottom:120px;padding-top:120px}.DropzoneCard__active{opacity:.1}.Documents__dropzone-card--container{height:616px}.UploadDocumentModal .DropzoneCard{padding-bottom:40px!important;padding-top:40px!important}.UploadDocumentModal .tooltip-wrapper{margin-left:auto!important}.UploadDocumentModal__file{align-items:center;background-color:#4f5b69;padding:0}.SelectedFiltersBar__container{-ms-overflow-style:none;align-items:center;display:flex;max-width:700px;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:none;white-space:nowrap}.SelectedFiltersBar__container::-webkit-scrollbar{display:none}.SelectedFiltersBar__remove-icon{color:#a2adb9}.SelectedFiltersBar__filter-pill{align-items:center;background-color:#0000;border:1px solid #4f5b69;border-radius:.25rem;color:#fff;display:flex;margin-left:.5rem;padding:.4rem .5rem}.SelectedFiltersBar__label{margin-right:.5rem}.DocumentLibrarySlideout .Header{height:64px}.DocumentLibrarySlideout .Header__left{border-color:#4f5b69;border-right:solid #4f5b69;border-width:1px;height:100%;width:35%}.DocumentLibrarySlideout .Header__left h5,.DocumentLibrarySlideout .Header__left p{margin:0}.DocumentLibrarySlideout .Header__right{padding-left:48px;width:65%}.DocumentLibrarySlideout .Header__right h4{font-weight:700}.DocumentLibrarySlideout .Header__button{left:35%;position:fixed!important;z-index:1}.DocumentLibrarySlideout .Header__dropdown-toggle{background:none;border:none;cursor:pointer}.DocumentLibrarySlideout .Content__preview{border-color:#4f5b69;border-right:solid #4f5b69;border-width:1px;width:35%}.DocumentLibrarySlideout .Content__overview{width:65%}.RecentDocumentCard__container{min-width:220px;width:266px}.RecentDocumentCard__blue{background-color:#0fb3ff}.RecentDocumentCard__dark_blue{background-color:#345fbe}.RecentDocumentCard__ns_excel_green{background-color:#1d6f42}.CreateProjectModal{border-radius:4px;outline:1px solid #3b424d;outline-offset:-2px;transition:background-color .2s ease}.CreateProjectModal--selected{background-color:#0fb3ff33;outline:2px solid #0fb3ff;outline-offset:-2px}.FullScreenLoader{background-color:#252830;bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999}.FullScreenLoader__logo{animation:loader-pulse 2s infinite}.FullScreenLoader__progress{background-color:#fff3;border-radius:2px;height:4px;overflow:hidden}.FullScreenLoader__progress-bar{background-color:#0fb3ff;transition:width .3s ease-out}@keyframes loader-pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.ProFormaSideNavSettingsMenu__dropdown-menu{width:250px}.ProFormaSideNav-wrapper{position:sticky;top:88px;transition:width .1s ease;width:330px}.ProFormaSideNav-wrapper--new-user{top:0!important}.ProFormaSideNav{border-radius:20px;display:flex;flex-direction:column;height:calc(100vh - 112px);min-height:650px;position:sticky;top:88px;width:100%}.ProFormaSideNav--hidden{display:none!important}.ProFormaSideNav__toggle-button{background-color:#494e5e;position:absolute;right:-12px;top:48%}.ProFormaSideNav__toggle-button:hover{background-color:#4f5b69}.ProFormaSideNav__item--disabled{cursor:not-allowed!important;opacity:.5;pointer-events:auto}.ProFormaSideNav__item--disabled *{cursor:not-allowed!important}.ProFormaSideNav__content{display:flex;flex:1 1;flex-direction:column;min-height:0}.ProFormaSideNav__footer{border-radius:0 0 20px 20px!important;border-top:2px solid #494e5e;flex-shrink:0}.ProFormaSideNav__footer__metric-card{background-color:#0fb3ff1a;border:2px solid #0fb3ff33;padding:10px 6px!important}.ProFormaSideNav__footer__metric-card--danger{background-color:#fa67671a;border-color:#fa676733}.ProFormaSideNav__footer__metric-card--success{background-color:#42d29d1a;border-color:#42d29d33}.ProFormaSideNav__footer__metric-card__bg-icon{bottom:5px;font-size:3.2rem;opacity:.15;position:absolute;right:-6px}.ProFormaSideNav__footer .ProFormaSideNav__footer__buttons-container>:last-child{overflow:hidden;white-space:nowrap;width:100%}.ProFormaSideNav-wrapper--collapsed{max-width:80px!important;transition:width .1s ease;width:80px!important}.ProFormaSideNav-wrapper--collapsed .ProFormaSideNav__nav li:first-child{border-radius:20px 20px 0 0}.ProFormaSideNav-wrapper--collapsed .ProFormaSideNav__nav li{justify-content:center;padding:20px 30px!important}.ProFormaSideNav-wrapper--collapsed .ProFormaSideNav__footer{background-color:#0000;border-top:none;display:flex;flex-direction:column;padding:15px 0!important}.ProFormaSideNav-wrapper--collapsed .ProFormaSideNav__footer__display-none,.ProFormaSideNav-wrapper--collapsed .ProFormaSideNav__footer__metric-card{display:none!important}.ProFormaSideNav-wrapper--collapsed .ProFormaSideNav__footer__buttons-container{align-items:center;display:flex;flex-direction:column;margin-top:.5rem}.ProFormaSideNav-wrapper--collapsed .ProFormaSideNav__footer__buttons-container>:last-child{width:auto}.ProFormaSideNav-wrapper--collapsed .ProFormaSideNav__footer__buttons-container button{margin:5px 0!important;max-width:40px;width:40px}.AccountCreated{align-items:center;-webkit-backdrop-filter:blur(6.5px);backdrop-filter:blur(6.5px);background-color:linear-gradient(180deg,#0fb3ff26,#00324926 63.43%);color:#fff;display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.AccountCreated__side-nav{opacity:.5;pointer-events:none}.AccountCreated:before{background:#0fb3ff40;content:"";height:100%;left:0;opacity:.65;position:absolute;top:0;width:100%;z-index:0}.AccountCreated__container{position:relative;z-index:1}.AccountCreated h1{font-size:32px;font-weight:700;margin-bottom:0}.AccountCreated__subtitle{color:#a2adb9;font-size:20px;font-weight:400}.UploadedProFormaViewOnly__returns-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr)}.MappingTable{border-collapse:collapse;margin-bottom:16px;width:100%}.MappingTable td,.MappingTable th{padding:8px 12px;text-align:left;vertical-align:middle}.MappingTable td:first-child,.MappingTable th:first-child{width:50%}.MappingTable td:not(:first-child),.MappingTable th:not(:first-child){width:25%}.MappingTable th{background-color:#525d6b;border-bottom:none!important;color:#fff;font-weight:700}.MappingTable th:first-child{border-top-left-radius:4px}.MappingTable th:last-child{border-top-right-radius:4px}.MappingTable td{background-color:#464e5b;color:#fff}.MappingTable tbody tr:last-child td:first-child{border-bottom-left-radius:4px}.MappingTable tbody tr:last-child td:last-child{border-bottom-right-radius:4px}.MappingTable--highlighted td{background-color:#525d6b;color:#fff}.MappingTable input{color:#8391a2;height:24px;width:100%}.ProFormaUploadTables--title{font-size:18px;font-weight:700}.ProFormaUploadTables--separator{border-top:1px solid #4f5b69}.ProFormaUploadTables--disabled{opacity:.4;pointer-events:none}.deals-bulk-upload__file-item{background-color:#404954;border-radius:4px;justify-content:space-between;padding:.5rem 1rem}.deals-bulk-upload__file-item,.deals-bulk-upload__file-item-name{align-items:center;display:flex}.deals-bulk-upload__error-message{color:#fa6767;font-size:.95rem;margin-top:.5rem;white-space:pre-line}.UsesVsSourcesCard{background-color:#f9bc0d33}.Source__row__cell-input--height-45{height:45px}.ProFormaDevelopment__expandable-section-button--border-right{border-right:1px solid #494e5e!important}.ProFormaDevelopment__warning-banner{background-color:#f9bc0d33}.DevelopmentUsesTable__bulk-actions-card{background-color:#2c3039}.CurveFitModal__curve-column__item,.CurveFitModal__grid__item--bg-gray{background-color:#252830}.CurveFitModal__grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr)}.CurveFitModal__grid__item{width:96px!important}.CurveFitModal__grid__item--bg-gray{border:1px solid #252830}.CurveFitModal__curve-column--with-left-border{border-left:1px solid #4f5b69}.CurveFitModal__curve-canvas{background-color:#404954;height:78px}.CurveFitModal__curve-canvas--default{stroke:#dee2e6}.CurveFitModal__curve-canvas--highlight{stroke:#0fb3ff}.DateModal__select__month-count-text{color:#8391a2}.UsesTableBudgetLineNameCell__debt-amount{max-width:210px}.ImportSourceListItem{border-radius:4px;transition:background-color .2s ease}.ImportSourceListItem:hover{background-color:#8391a233}.ImportSourceListItem--selected{background-color:#8391a233;outline:2px solid #0fb3ff;outline-offset:-2px}.NSDropdown__dropdown-menu{overscroll-behavior:contain;touch-action:pan-y}.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns tbody td:nth-child(2),.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns tbody th:nth-child(2),.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns tfoot td:nth-child(2),.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns tfoot th:nth-child(2),.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns thead td:nth-child(2),.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns thead th:nth-child(2){left:370px!important;min-width:120px!important}.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns tbody td:nth-child(3),.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns tbody th:nth-child(3),.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns tfoot td:nth-child(3),.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns tfoot th:nth-child(3),.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns thead td:nth-child(3),.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns thead th:nth-child(3){left:490px!important;min-width:150px!important}.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns tbody td:nth-child(4),.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns tbody th:nth-child(4),.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns tfoot td:nth-child(4),.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns tfoot th:nth-child(4),.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns thead td:nth-child(4),.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns thead th:nth-child(4){left:640px!important;min-width:160px!important;z-index:3!important}.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns tbody td:nth-child(5),.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns tbody th:nth-child(5),.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns tfoot td:nth-child(5),.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns tfoot th:nth-child(5),.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns thead td:nth-child(5),.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns thead th:nth-child(5){left:800px!important;min-width:115px!important}.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns tbody td:nth-child(6),.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns tbody th:nth-child(6),.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns tfoot td:nth-child(6),.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns tfoot th:nth-child(6),.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns thead td:nth-child(6),.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns thead th:nth-child(6){left:915px!important;min-width:115px!important}.ProjectActuals__table.NSTable--sticky-headers--six-sticky-columns thead th:nth-child(4){z-index:5!important}.OperatingInformation__inputs-container{flex:1 1}.OperatingInformation__input-width{width:180px}.UnitMixTable tfoot th:first-child,.UnitMixTable thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:190px;min-width:190px;position:sticky!important;width:190px;z-index:2}.UnitMixTable tfoot th:nth-child(2),.UnitMixTable thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:190px;max-width:90px;min-width:90px;position:sticky!important;width:90px;z-index:2}.UnitMixTable tfoot th:nth-child(3),.UnitMixTable thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:280px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.UnitMixTable tfoot th:nth-child(4),.UnitMixTable thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:380px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.UnitMixTable tfoot th:nth-child(5),.UnitMixTable thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:480px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.UnitMixTable tfoot th:nth-child(6),.UnitMixTable thead th:nth-child(6){background-color:#525d6b;border-bottom:none!important;left:580px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.UnitMixTable tfoot th:nth-child(6):after,.UnitMixTable thead th:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.UnitMixTable tbody td:first-child{background-color:inherit;left:0;max-width:190px;min-width:190px;position:sticky!important;width:190px;z-index:2}.UnitMixTable tbody td:nth-child(2){background-color:inherit;left:190px;max-width:90px;min-width:90px;position:sticky!important;width:90px;z-index:2}.UnitMixTable tbody td:nth-child(3){left:280px}.UnitMixTable tbody td:nth-child(3),.UnitMixTable tbody td:nth-child(4){background-color:inherit;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.UnitMixTable tbody td:nth-child(4){left:380px}.UnitMixTable tbody td:nth-child(5){background-color:inherit;left:480px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.UnitMixTable tbody td:nth-child(6){background-color:inherit;left:580px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.UnitMixTable tbody td:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.UnitMixTable tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child{z-index:3}.UnitMixTable tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child:after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.UnitMixTable tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child){border-right:none;max-width:120px;min-width:120px;width:120px}.UnitMixTable tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child):after{background:none}.UnitMixTable td:first-child,.UnitMixTable th:first-child{border-right:2px solid #4f5b69}.UnitMixTable td:nth-child(n+2),.UnitMixTable th:nth-child(n+2){text-align:right!important}.UnitMixTable td:nth-child(n+7),.UnitMixTable th:nth-child(n+7){max-width:120px;min-width:120px;width:120px}.GrossRentAdjustmentsTable tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child{z-index:3}.GrossRentAdjustmentsTable tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child:after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.GrossRentAdjustmentsTable tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child){border-right:none;max-width:120px;min-width:120px;width:120px}.GrossRentAdjustmentsTable tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child):after{background:none}.GrossRentAdjustmentsTable tfoot th:first-child,.GrossRentAdjustmentsTable thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:190px;min-width:190px;position:sticky!important;width:190px;z-index:2}.GrossRentAdjustmentsTable tfoot th:nth-child(2),.GrossRentAdjustmentsTable thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:190px;max-width:90px;min-width:90px;position:sticky!important;width:90px;z-index:2}.GrossRentAdjustmentsTable tfoot th:nth-child(3),.GrossRentAdjustmentsTable thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:280px;max-width:200px;min-width:200px;position:sticky!important;width:200px;z-index:2}.GrossRentAdjustmentsTable tfoot th:nth-child(4),.GrossRentAdjustmentsTable thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:480px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.GrossRentAdjustmentsTable tfoot th:nth-child(5),.GrossRentAdjustmentsTable thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:580px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.GrossRentAdjustmentsTable tfoot th:nth-child(5):after,.GrossRentAdjustmentsTable thead th:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.GrossRentAdjustmentsTable tbody td:first-child{background-color:inherit;left:0;max-width:190px;min-width:190px;position:sticky!important;width:190px;z-index:2}.GrossRentAdjustmentsTable tbody td:nth-child(2){background-color:inherit;left:190px;max-width:90px;min-width:90px;position:sticky!important;width:90px;z-index:2}.GrossRentAdjustmentsTable tbody td:nth-child(3){background-color:inherit;left:280px;max-width:200px;min-width:200px;position:sticky!important;width:200px;z-index:2}.GrossRentAdjustmentsTable tbody td:nth-child(4){background-color:inherit;left:480px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.GrossRentAdjustmentsTable tbody td:nth-child(5){background-color:inherit;left:580px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.GrossRentAdjustmentsTable tbody td:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.GrossRentAdjustmentsTable td:first-child,.GrossRentAdjustmentsTable th:first-child{border-right:2px solid #4f5b69}.GrossRentAdjustmentsTable td:nth-child(n+2),.GrossRentAdjustmentsTable th:nth-child(n+2){text-align:right!important}.GrossRentAdjustmentsTable td:nth-child(n+6),.GrossRentAdjustmentsTable th:nth-child(n+6){max-width:120px;min-width:120px;width:120px}.OtherIncomeTable--apartment tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child{z-index:3}.OtherIncomeTable--apartment tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child:after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OtherIncomeTable--apartment tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child){border-right:none;max-width:120px;min-width:120px;width:120px}.OtherIncomeTable--apartment tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child):after{background:none}.OtherIncomeTable--apartment tfoot th:first-child,.OtherIncomeTable--apartment thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:190px;min-width:190px;position:sticky!important;width:190px;z-index:2}.OtherIncomeTable--apartment tfoot th:nth-child(2),.OtherIncomeTable--apartment thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:190px;max-width:90px;min-width:90px;position:sticky!important;width:90px;z-index:2}.OtherIncomeTable--apartment tfoot th:nth-child(3),.OtherIncomeTable--apartment thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:280px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.OtherIncomeTable--apartment tfoot th:nth-child(4),.OtherIncomeTable--apartment thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:380px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.OtherIncomeTable--apartment tfoot th:nth-child(5),.OtherIncomeTable--apartment thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:480px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.OtherIncomeTable--apartment tfoot th:nth-child(6),.OtherIncomeTable--apartment thead th:nth-child(6){background-color:#525d6b;border-bottom:none!important;left:580px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.OtherIncomeTable--apartment tfoot th:nth-child(6):after,.OtherIncomeTable--apartment thead th:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OtherIncomeTable--apartment tbody td:first-child{background-color:inherit;left:0;max-width:190px;min-width:190px;position:sticky!important;width:190px;z-index:2}.OtherIncomeTable--apartment tbody td:nth-child(2){background-color:inherit;left:190px;max-width:90px;min-width:90px;position:sticky!important;width:90px;z-index:2}.OtherIncomeTable--apartment tbody td:nth-child(3){left:280px}.OtherIncomeTable--apartment tbody td:nth-child(3),.OtherIncomeTable--apartment tbody td:nth-child(4){background-color:inherit;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.OtherIncomeTable--apartment tbody td:nth-child(4){left:380px}.OtherIncomeTable--apartment tbody td:nth-child(5){background-color:inherit;left:480px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.OtherIncomeTable--apartment tbody td:nth-child(6){background-color:inherit;left:580px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.OtherIncomeTable--apartment tbody td:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OtherIncomeTable--apartment td:first-child,.OtherIncomeTable--apartment th:first-child{border-right:2px solid #4f5b69}.OtherIncomeTable--apartment td:not(:first-child),.OtherIncomeTable--apartment th:not(:first-child){text-align:right!important}.OtherIncomeTable--apartment td:nth-child(n+7),.OtherIncomeTable--apartment th:nth-child(n+7){max-width:120px;min-width:120px;width:120px}.OtherIncomeTable--apartment-with-retail tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child{z-index:3}.OtherIncomeTable--apartment-with-retail tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child:after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OtherIncomeTable--apartment-with-retail tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child){border-right:none;max-width:120px;min-width:120px;width:120px}.OtherIncomeTable--apartment-with-retail tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child):after{background:none}.OtherIncomeTable--apartment-with-retail tfoot th:first-child,.OtherIncomeTable--apartment-with-retail thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:190px;min-width:190px;position:sticky!important;width:190px;z-index:2}.OtherIncomeTable--apartment-with-retail tfoot th:nth-child(2),.OtherIncomeTable--apartment-with-retail thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:190px;max-width:90px;min-width:90px;position:sticky!important;width:90px;z-index:2}.OtherIncomeTable--apartment-with-retail tfoot th:nth-child(3),.OtherIncomeTable--apartment-with-retail thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:280px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.OtherIncomeTable--apartment-with-retail tfoot th:nth-child(4),.OtherIncomeTable--apartment-with-retail thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:380px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.OtherIncomeTable--apartment-with-retail tfoot th:nth-child(5),.OtherIncomeTable--apartment-with-retail thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:480px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.OtherIncomeTable--apartment-with-retail tfoot th:nth-child(6),.OtherIncomeTable--apartment-with-retail thead th:nth-child(6){background-color:#525d6b;border-bottom:none!important;left:580px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.OtherIncomeTable--apartment-with-retail tfoot th:nth-child(6):after,.OtherIncomeTable--apartment-with-retail thead th:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OtherIncomeTable--apartment-with-retail tbody td:first-child{background-color:inherit;left:0;max-width:190px;min-width:190px;position:sticky!important;width:190px;z-index:2}.OtherIncomeTable--apartment-with-retail tbody td:nth-child(2){background-color:inherit;left:190px;max-width:90px;min-width:90px;position:sticky!important;width:90px;z-index:2}.OtherIncomeTable--apartment-with-retail tbody td:nth-child(3){background-color:inherit;left:280px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.OtherIncomeTable--apartment-with-retail tbody td:nth-child(4){background-color:inherit;left:380px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.OtherIncomeTable--apartment-with-retail tbody td:nth-child(5){background-color:inherit;left:480px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.OtherIncomeTable--apartment-with-retail tbody td:nth-child(6){background-color:inherit;left:580px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.OtherIncomeTable--apartment-with-retail tbody td:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OtherIncomeTable--apartment-with-retail td:first-child,.OtherIncomeTable--apartment-with-retail th:first-child{border-right:2px solid #4f5b69}.OtherIncomeTable--apartment-with-retail td:not(:first-child),.OtherIncomeTable--apartment-with-retail th:not(:first-child){text-align:right!important}.OtherIncomeTable--apartment-with-retail td:nth-child(n+7),.OtherIncomeTable--apartment-with-retail th:nth-child(n+7){max-width:120px;min-width:120px;width:120px}.OtherIncomeTable--retail tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child{z-index:3}.OtherIncomeTable--retail tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child:after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OtherIncomeTable--retail tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child){border-right:none;max-width:120px;min-width:120px;width:120px}.OtherIncomeTable--retail tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child):after{background:none}.OtherIncomeTable--retail tfoot th:first-child,.OtherIncomeTable--retail thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:240px;min-width:240px;position:sticky!important;width:240px;z-index:2}.OtherIncomeTable--retail tfoot th:nth-child(2),.OtherIncomeTable--retail thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:240px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.OtherIncomeTable--retail tfoot th:nth-child(3),.OtherIncomeTable--retail thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.OtherIncomeTable--retail tfoot th:nth-child(4),.OtherIncomeTable--retail thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:420px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.OtherIncomeTable--retail tfoot th:nth-child(5),.OtherIncomeTable--retail thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.OtherIncomeTable--retail tfoot th:nth-child(6),.OtherIncomeTable--retail thead th:nth-child(6){background-color:#525d6b;border-bottom:none!important;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.OtherIncomeTable--retail tfoot th:nth-child(6):after,.OtherIncomeTable--retail thead th:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OtherIncomeTable--retail tbody td:first-child{background-color:inherit;left:0;max-width:240px;min-width:240px;position:sticky!important;width:240px;z-index:2}.OtherIncomeTable--retail tbody td:nth-child(2){background-color:inherit;left:240px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.OtherIncomeTable--retail tbody td:nth-child(3){background-color:inherit;left:320px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.OtherIncomeTable--retail tbody td:nth-child(4){left:420px}.OtherIncomeTable--retail tbody td:nth-child(4),.OtherIncomeTable--retail tbody td:nth-child(5){background-color:inherit;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.OtherIncomeTable--retail tbody td:nth-child(5){left:540px}.OtherIncomeTable--retail tbody td:nth-child(6){background-color:inherit;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.OtherIncomeTable--retail tbody td:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OtherIncomeTable--retail td:first-child,.OtherIncomeTable--retail th:first-child{border-right:2px solid #4f5b69}.OtherIncomeTable--retail td:not(:first-child),.OtherIncomeTable--retail th:not(:first-child){text-align:right!important}.OtherIncomeTable--retail td:nth-child(n+7),.OtherIncomeTable--retail th:nth-child(n+7){max-width:120px;min-width:120px;width:120px}.OtherIncomeTable--office tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child{z-index:3}.OtherIncomeTable--office tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child:after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OtherIncomeTable--office tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child){border-right:none;max-width:120px;min-width:120px;width:120px}.OtherIncomeTable--office tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child):after{background:none}.OtherIncomeTable--office tfoot th:first-child,.OtherIncomeTable--office thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:240px;min-width:240px;position:sticky!important;width:240px;z-index:2}.OtherIncomeTable--office tfoot th:nth-child(2),.OtherIncomeTable--office thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:240px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.OtherIncomeTable--office tfoot th:nth-child(3),.OtherIncomeTable--office thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.OtherIncomeTable--office tfoot th:nth-child(4),.OtherIncomeTable--office thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:420px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.OtherIncomeTable--office tfoot th:nth-child(5),.OtherIncomeTable--office thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.OtherIncomeTable--office tfoot th:nth-child(6),.OtherIncomeTable--office thead th:nth-child(6){background-color:#525d6b;border-bottom:none!important;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.OtherIncomeTable--office tfoot th:nth-child(6):after,.OtherIncomeTable--office thead th:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OtherIncomeTable--office tbody td:first-child{background-color:inherit;left:0;max-width:240px;min-width:240px;position:sticky!important;width:240px;z-index:2}.OtherIncomeTable--office tbody td:nth-child(2){background-color:inherit;left:240px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.OtherIncomeTable--office tbody td:nth-child(3){background-color:inherit;left:320px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.OtherIncomeTable--office tbody td:nth-child(4){left:420px}.OtherIncomeTable--office tbody td:nth-child(4),.OtherIncomeTable--office tbody td:nth-child(5){background-color:inherit;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.OtherIncomeTable--office tbody td:nth-child(5){left:540px}.OtherIncomeTable--office tbody td:nth-child(6){background-color:inherit;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.OtherIncomeTable--office tbody td:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OtherIncomeTable--office td:first-child,.OtherIncomeTable--office th:first-child{border-right:2px solid #4f5b69}.OtherIncomeTable--office td:not(:first-child),.OtherIncomeTable--office th:not(:first-child){text-align:right!important}.OtherIncomeTable--office td:nth-child(n+7),.OtherIncomeTable--office th:nth-child(n+7){max-width:120px;min-width:120px;width:120px}.OtherIncomeTable--industrial tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child{z-index:3}.OtherIncomeTable--industrial tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child:after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OtherIncomeTable--industrial tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child){border-right:none;max-width:120px;min-width:120px;width:120px}.OtherIncomeTable--industrial tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child):after{background:none}.OtherIncomeTable--industrial tfoot th:first-child,.OtherIncomeTable--industrial thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:240px;min-width:240px;position:sticky!important;width:240px;z-index:2}.OtherIncomeTable--industrial tfoot th:nth-child(2),.OtherIncomeTable--industrial thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:240px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.OtherIncomeTable--industrial tfoot th:nth-child(3),.OtherIncomeTable--industrial thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.OtherIncomeTable--industrial tfoot th:nth-child(4),.OtherIncomeTable--industrial thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:420px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.OtherIncomeTable--industrial tfoot th:nth-child(5),.OtherIncomeTable--industrial thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.OtherIncomeTable--industrial tfoot th:nth-child(6),.OtherIncomeTable--industrial thead th:nth-child(6){background-color:#525d6b;border-bottom:none!important;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.OtherIncomeTable--industrial tfoot th:nth-child(6):after,.OtherIncomeTable--industrial thead th:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OtherIncomeTable--industrial tbody td:first-child{background-color:inherit;left:0;max-width:240px;min-width:240px;position:sticky!important;width:240px;z-index:2}.OtherIncomeTable--industrial tbody td:nth-child(2){background-color:inherit;left:240px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.OtherIncomeTable--industrial tbody td:nth-child(3){background-color:inherit;left:320px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.OtherIncomeTable--industrial tbody td:nth-child(4){left:420px}.OtherIncomeTable--industrial tbody td:nth-child(4),.OtherIncomeTable--industrial tbody td:nth-child(5){background-color:inherit;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.OtherIncomeTable--industrial tbody td:nth-child(5){left:540px}.OtherIncomeTable--industrial tbody td:nth-child(6){background-color:inherit;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.OtherIncomeTable--industrial tbody td:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OtherIncomeTable--industrial td:first-child,.OtherIncomeTable--industrial th:first-child{border-right:2px solid #4f5b69}.OtherIncomeTable--industrial td:not(:first-child),.OtherIncomeTable--industrial th:not(:first-child){text-align:right!important}.OtherIncomeTable--industrial td:nth-child(n+7),.OtherIncomeTable--industrial th:nth-child(n+7){max-width:120px;min-width:120px;width:120px}.OtherIncomeTable--data-center tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child{z-index:3}.OtherIncomeTable--data-center tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child:after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OtherIncomeTable--data-center tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child){border-right:none;max-width:120px;min-width:120px;width:120px}.OtherIncomeTable--data-center tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child):after{background:none}.OtherIncomeTable--data-center tfoot th:first-child,.OtherIncomeTable--data-center thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:240px;min-width:240px;position:sticky!important;width:240px;z-index:2}.OtherIncomeTable--data-center tfoot th:nth-child(2),.OtherIncomeTable--data-center thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:240px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.OtherIncomeTable--data-center tfoot th:nth-child(3),.OtherIncomeTable--data-center thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.OtherIncomeTable--data-center tfoot th:nth-child(4),.OtherIncomeTable--data-center thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:420px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.OtherIncomeTable--data-center tfoot th:nth-child(5),.OtherIncomeTable--data-center thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.OtherIncomeTable--data-center tfoot th:nth-child(6),.OtherIncomeTable--data-center thead th:nth-child(6){background-color:#525d6b;border-bottom:none!important;left:660px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.OtherIncomeTable--data-center tfoot th:nth-child(7),.OtherIncomeTable--data-center thead th:nth-child(7){background-color:#525d6b;border-bottom:none!important;left:780px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.OtherIncomeTable--data-center tfoot th:nth-child(7):after,.OtherIncomeTable--data-center thead th:nth-child(7):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OtherIncomeTable--data-center tbody td:first-child{background-color:inherit;left:0;max-width:240px;min-width:240px;position:sticky!important;width:240px;z-index:2}.OtherIncomeTable--data-center tbody td:nth-child(2){background-color:inherit;left:240px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.OtherIncomeTable--data-center tbody td:nth-child(3){background-color:inherit;left:320px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.OtherIncomeTable--data-center tbody td:nth-child(4){background-color:inherit;left:420px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.OtherIncomeTable--data-center tbody td:nth-child(5){background-color:inherit;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.OtherIncomeTable--data-center tbody td:nth-child(6){background-color:inherit;left:660px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.OtherIncomeTable--data-center tbody td:nth-child(7){background-color:inherit;left:780px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.OtherIncomeTable--data-center tbody td:nth-child(7):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OtherIncomeTable--data-center td:first-child,.OtherIncomeTable--data-center th:first-child{border-right:2px solid #4f5b69}.OtherIncomeTable--data-center td:not(:first-child),.OtherIncomeTable--data-center th:not(:first-child){text-align:right!important}.OtherIncomeTable--data-center td:nth-child(n+8),.OtherIncomeTable--data-center th:nth-child(n+8){max-width:120px;min-width:120px;width:120px}.TotalPotentialIncomeTable--apartment tfoot th:first-child,.TotalPotentialIncomeTable--apartment thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:190px;min-width:190px;position:sticky!important;width:190px;z-index:2}.TotalPotentialIncomeTable--apartment tfoot th:nth-child(2),.TotalPotentialIncomeTable--apartment thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:190px;max-width:90px;min-width:90px;position:sticky!important;width:90px;z-index:2}.TotalPotentialIncomeTable--apartment tfoot th:nth-child(3),.TotalPotentialIncomeTable--apartment thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:280px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.TotalPotentialIncomeTable--apartment tfoot th:nth-child(4),.TotalPotentialIncomeTable--apartment thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:380px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.TotalPotentialIncomeTable--apartment tfoot th:nth-child(5),.TotalPotentialIncomeTable--apartment thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:480px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.TotalPotentialIncomeTable--apartment tfoot th:nth-child(6),.TotalPotentialIncomeTable--apartment thead th:nth-child(6){background-color:#525d6b;border-bottom:none!important;left:580px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.TotalPotentialIncomeTable--apartment tfoot th:nth-child(6):after,.TotalPotentialIncomeTable--apartment thead th:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.TotalPotentialIncomeTable--apartment tbody td:first-child{background-color:inherit;left:0;max-width:190px;min-width:190px;position:sticky!important;width:190px;z-index:2}.TotalPotentialIncomeTable--apartment tbody td:nth-child(2){background-color:inherit;left:190px;max-width:90px;min-width:90px;position:sticky!important;width:90px;z-index:2}.TotalPotentialIncomeTable--apartment tbody td:nth-child(3){background-color:inherit;left:280px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.TotalPotentialIncomeTable--apartment tbody td:nth-child(4){background-color:inherit;left:380px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.TotalPotentialIncomeTable--apartment tbody td:nth-child(5){background-color:inherit;left:480px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.TotalPotentialIncomeTable--apartment tbody td:nth-child(6){background-color:inherit;left:580px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.TotalPotentialIncomeTable--apartment tbody td:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.TotalPotentialIncomeTable--apartment th:first-child{border-right:2px solid #4f5b69}.TotalPotentialIncomeTable--apartment th:not(:first-child){text-align:right!important}.TotalPotentialIncomeTable--apartment th:nth-child(n+7){max-width:120px;min-width:120px;width:120px}.TotalPotentialIncomeTable--apartment-with-retail tfoot th:first-child,.TotalPotentialIncomeTable--apartment-with-retail thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:190px;min-width:190px;position:sticky!important;width:190px;z-index:2}.TotalPotentialIncomeTable--apartment-with-retail tfoot th:nth-child(2),.TotalPotentialIncomeTable--apartment-with-retail thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:190px;max-width:90px;min-width:90px;position:sticky!important;width:90px;z-index:2}.TotalPotentialIncomeTable--apartment-with-retail tfoot th:nth-child(3),.TotalPotentialIncomeTable--apartment-with-retail thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:280px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.TotalPotentialIncomeTable--apartment-with-retail tfoot th:nth-child(4),.TotalPotentialIncomeTable--apartment-with-retail thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:380px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.TotalPotentialIncomeTable--apartment-with-retail tfoot th:nth-child(5),.TotalPotentialIncomeTable--apartment-with-retail thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:480px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.TotalPotentialIncomeTable--apartment-with-retail tfoot th:nth-child(6),.TotalPotentialIncomeTable--apartment-with-retail thead th:nth-child(6){background-color:#525d6b;border-bottom:none!important;left:580px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.TotalPotentialIncomeTable--apartment-with-retail tfoot th:nth-child(6):after,.TotalPotentialIncomeTable--apartment-with-retail thead th:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.TotalPotentialIncomeTable--apartment-with-retail tbody td:first-child{background-color:inherit;left:0;max-width:190px;min-width:190px;position:sticky!important;width:190px;z-index:2}.TotalPotentialIncomeTable--apartment-with-retail tbody td:nth-child(2){background-color:inherit;left:190px;max-width:90px;min-width:90px;position:sticky!important;width:90px;z-index:2}.TotalPotentialIncomeTable--apartment-with-retail tbody td:nth-child(3){background-color:inherit;left:280px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.TotalPotentialIncomeTable--apartment-with-retail tbody td:nth-child(4){background-color:inherit;left:380px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.TotalPotentialIncomeTable--apartment-with-retail tbody td:nth-child(5){background-color:inherit;left:480px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.TotalPotentialIncomeTable--apartment-with-retail tbody td:nth-child(6){background-color:inherit;left:580px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.TotalPotentialIncomeTable--apartment-with-retail tbody td:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.TotalPotentialIncomeTable--apartment-with-retail th:first-child{border-right:2px solid #4f5b69}.TotalPotentialIncomeTable--apartment-with-retail th:not(:first-child){text-align:right!important}.TotalPotentialIncomeTable--apartment-with-retail th:nth-child(n+7){max-width:120px;min-width:120px;width:120px}.TotalPotentialIncomeTable--retail tfoot th:first-child,.TotalPotentialIncomeTable--retail thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:240px;min-width:240px;position:sticky!important;width:240px;z-index:2}.TotalPotentialIncomeTable--retail tfoot th:nth-child(2),.TotalPotentialIncomeTable--retail thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:240px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.TotalPotentialIncomeTable--retail tfoot th:nth-child(3),.TotalPotentialIncomeTable--retail thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.TotalPotentialIncomeTable--retail tfoot th:nth-child(4),.TotalPotentialIncomeTable--retail thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:420px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.TotalPotentialIncomeTable--retail tfoot th:nth-child(5),.TotalPotentialIncomeTable--retail thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.TotalPotentialIncomeTable--retail tfoot th:nth-child(6),.TotalPotentialIncomeTable--retail thead th:nth-child(6){background-color:#525d6b;border-bottom:none!important;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.TotalPotentialIncomeTable--retail tfoot th:nth-child(6):after,.TotalPotentialIncomeTable--retail thead th:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.TotalPotentialIncomeTable--retail tbody td:first-child{background-color:inherit;left:0;max-width:240px;min-width:240px;position:sticky!important;width:240px;z-index:2}.TotalPotentialIncomeTable--retail tbody td:nth-child(2){background-color:inherit;left:240px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.TotalPotentialIncomeTable--retail tbody td:nth-child(3){background-color:inherit;left:320px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.TotalPotentialIncomeTable--retail tbody td:nth-child(4){background-color:inherit;left:420px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.TotalPotentialIncomeTable--retail tbody td:nth-child(5){background-color:inherit;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.TotalPotentialIncomeTable--retail tbody td:nth-child(6){background-color:inherit;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.TotalPotentialIncomeTable--retail tbody td:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.TotalPotentialIncomeTable--retail th:first-child{border-right:2px solid #4f5b69}.TotalPotentialIncomeTable--retail th:not(:first-child){text-align:right!important}.TotalPotentialIncomeTable--retail th:nth-child(n+7){max-width:120px;min-width:120px;width:120px}.TotalPotentialIncomeTable--office tfoot th:first-child,.TotalPotentialIncomeTable--office thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:240px;min-width:240px;position:sticky!important;width:240px;z-index:2}.TotalPotentialIncomeTable--office tfoot th:nth-child(2),.TotalPotentialIncomeTable--office thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:240px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.TotalPotentialIncomeTable--office tfoot th:nth-child(3),.TotalPotentialIncomeTable--office thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.TotalPotentialIncomeTable--office tfoot th:nth-child(4),.TotalPotentialIncomeTable--office thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:420px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.TotalPotentialIncomeTable--office tfoot th:nth-child(5),.TotalPotentialIncomeTable--office thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.TotalPotentialIncomeTable--office tfoot th:nth-child(6),.TotalPotentialIncomeTable--office thead th:nth-child(6){background-color:#525d6b;border-bottom:none!important;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.TotalPotentialIncomeTable--office tfoot th:nth-child(6):after,.TotalPotentialIncomeTable--office thead th:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.TotalPotentialIncomeTable--office tbody td:first-child{background-color:inherit;left:0;max-width:240px;min-width:240px;position:sticky!important;width:240px;z-index:2}.TotalPotentialIncomeTable--office tbody td:nth-child(2){background-color:inherit;left:240px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.TotalPotentialIncomeTable--office tbody td:nth-child(3){background-color:inherit;left:320px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.TotalPotentialIncomeTable--office tbody td:nth-child(4){background-color:inherit;left:420px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.TotalPotentialIncomeTable--office tbody td:nth-child(5){background-color:inherit;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.TotalPotentialIncomeTable--office tbody td:nth-child(6){background-color:inherit;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.TotalPotentialIncomeTable--office tbody td:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.TotalPotentialIncomeTable--office th:first-child{border-right:2px solid #4f5b69}.TotalPotentialIncomeTable--office th:not(:first-child){text-align:right!important}.TotalPotentialIncomeTable--office th:nth-child(n+7){max-width:120px;min-width:120px;width:120px}.TotalPotentialIncomeTable--industrial tfoot th:first-child,.TotalPotentialIncomeTable--industrial thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:240px;min-width:240px;position:sticky!important;width:240px;z-index:2}.TotalPotentialIncomeTable--industrial tfoot th:nth-child(2),.TotalPotentialIncomeTable--industrial thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:240px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.TotalPotentialIncomeTable--industrial tfoot th:nth-child(3),.TotalPotentialIncomeTable--industrial thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.TotalPotentialIncomeTable--industrial tfoot th:nth-child(4),.TotalPotentialIncomeTable--industrial thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:420px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.TotalPotentialIncomeTable--industrial tfoot th:nth-child(5),.TotalPotentialIncomeTable--industrial thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.TotalPotentialIncomeTable--industrial tfoot th:nth-child(6),.TotalPotentialIncomeTable--industrial thead th:nth-child(6){background-color:#525d6b;border-bottom:none!important;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.TotalPotentialIncomeTable--industrial tfoot th:nth-child(6):after,.TotalPotentialIncomeTable--industrial thead th:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.TotalPotentialIncomeTable--industrial tbody td:first-child{background-color:inherit;left:0;max-width:240px;min-width:240px;position:sticky!important;width:240px;z-index:2}.TotalPotentialIncomeTable--industrial tbody td:nth-child(2){background-color:inherit;left:240px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.TotalPotentialIncomeTable--industrial tbody td:nth-child(3){background-color:inherit;left:320px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.TotalPotentialIncomeTable--industrial tbody td:nth-child(4){background-color:inherit;left:420px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.TotalPotentialIncomeTable--industrial tbody td:nth-child(5){background-color:inherit;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.TotalPotentialIncomeTable--industrial tbody td:nth-child(6){background-color:inherit;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.TotalPotentialIncomeTable--industrial tbody td:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.TotalPotentialIncomeTable--industrial th:first-child{border-right:2px solid #4f5b69}.TotalPotentialIncomeTable--industrial th:not(:first-child){text-align:right!important}.TotalPotentialIncomeTable--industrial th:nth-child(n+7){max-width:120px;min-width:120px;width:120px}.TotalPotentialIncomeTable--data-center tfoot th:first-child,.TotalPotentialIncomeTable--data-center thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:240px;min-width:240px;position:sticky!important;width:240px;z-index:2}.TotalPotentialIncomeTable--data-center tfoot th:nth-child(2),.TotalPotentialIncomeTable--data-center thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:240px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.TotalPotentialIncomeTable--data-center tfoot th:nth-child(3),.TotalPotentialIncomeTable--data-center thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.TotalPotentialIncomeTable--data-center tfoot th:nth-child(4),.TotalPotentialIncomeTable--data-center thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:420px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.TotalPotentialIncomeTable--data-center tfoot th:nth-child(5),.TotalPotentialIncomeTable--data-center thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.TotalPotentialIncomeTable--data-center tfoot th:nth-child(6),.TotalPotentialIncomeTable--data-center thead th:nth-child(6){background-color:#525d6b;border-bottom:none!important;left:660px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.TotalPotentialIncomeTable--data-center tfoot th:nth-child(7),.TotalPotentialIncomeTable--data-center thead th:nth-child(7){background-color:#525d6b;border-bottom:none!important;left:780px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.TotalPotentialIncomeTable--data-center tfoot th:nth-child(7):after,.TotalPotentialIncomeTable--data-center thead th:nth-child(7):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.TotalPotentialIncomeTable--data-center tbody td:first-child{background-color:inherit;left:0;max-width:240px;min-width:240px;position:sticky!important;width:240px;z-index:2}.TotalPotentialIncomeTable--data-center tbody td:nth-child(2){background-color:inherit;left:240px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.TotalPotentialIncomeTable--data-center tbody td:nth-child(3){background-color:inherit;left:320px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.TotalPotentialIncomeTable--data-center tbody td:nth-child(4){background-color:inherit;left:420px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.TotalPotentialIncomeTable--data-center tbody td:nth-child(5){background-color:inherit;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.TotalPotentialIncomeTable--data-center tbody td:nth-child(6){background-color:inherit;left:660px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.TotalPotentialIncomeTable--data-center tbody td:nth-child(7){background-color:inherit;left:780px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.TotalPotentialIncomeTable--data-center tbody td:nth-child(7):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.TotalPotentialIncomeTable--data-center th:first-child{border-right:2px solid #4f5b69}.TotalPotentialIncomeTable--data-center th:not(:first-child){text-align:right!important}.TotalPotentialIncomeTable--data-center th:nth-child(n+8){max-width:120px;min-width:120px;width:120px}.IncomeAdjustmentsTable--apartment tfoot th:first-child,.IncomeAdjustmentsTable--apartment thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:280px;min-width:280px;position:sticky!important;width:280px;z-index:2}.IncomeAdjustmentsTable--apartment tfoot th:nth-child(2),.IncomeAdjustmentsTable--apartment thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:280px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.IncomeAdjustmentsTable--apartment tfoot th:nth-child(3),.IncomeAdjustmentsTable--apartment thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:380px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.IncomeAdjustmentsTable--apartment tfoot th:nth-child(4),.IncomeAdjustmentsTable--apartment thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:480px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.IncomeAdjustmentsTable--apartment tfoot th:nth-child(5),.IncomeAdjustmentsTable--apartment thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:580px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.IncomeAdjustmentsTable--apartment tfoot th:nth-child(5):after,.IncomeAdjustmentsTable--apartment thead th:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.IncomeAdjustmentsTable--apartment tbody td:first-child{background-color:inherit;left:0;max-width:280px;min-width:280px;position:sticky!important;width:280px;z-index:2}.IncomeAdjustmentsTable--apartment tbody td:nth-child(2){background-color:inherit;left:280px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.IncomeAdjustmentsTable--apartment tbody td:nth-child(3){background-color:inherit;left:380px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.IncomeAdjustmentsTable--apartment tbody td:nth-child(4){background-color:inherit;left:480px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.IncomeAdjustmentsTable--apartment tbody td:nth-child(5){background-color:inherit;left:580px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.IncomeAdjustmentsTable--apartment tbody td:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.IncomeAdjustmentsTable--apartment td:first-child,.IncomeAdjustmentsTable--apartment th:first-child{border-right:2px solid #4f5b69}.IncomeAdjustmentsTable--apartment td:not(:first-child),.IncomeAdjustmentsTable--apartment th:not(:first-child){text-align:right!important}.IncomeAdjustmentsTable--apartment td:nth-child(n+6),.IncomeAdjustmentsTable--apartment th:nth-child(n+6){max-width:120px;min-width:120px;width:120px}.IncomeAdjustmentsTable--apartment-with-retail tfoot th:first-child,.IncomeAdjustmentsTable--apartment-with-retail thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:280px;min-width:280px;position:sticky!important;width:280px;z-index:2}.IncomeAdjustmentsTable--apartment-with-retail tfoot th:nth-child(2),.IncomeAdjustmentsTable--apartment-with-retail thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:280px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.IncomeAdjustmentsTable--apartment-with-retail tfoot th:nth-child(3),.IncomeAdjustmentsTable--apartment-with-retail thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:380px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.IncomeAdjustmentsTable--apartment-with-retail tfoot th:nth-child(4),.IncomeAdjustmentsTable--apartment-with-retail thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:480px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.IncomeAdjustmentsTable--apartment-with-retail tfoot th:nth-child(5),.IncomeAdjustmentsTable--apartment-with-retail thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:580px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.IncomeAdjustmentsTable--apartment-with-retail tfoot th:nth-child(5):after,.IncomeAdjustmentsTable--apartment-with-retail thead th:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.IncomeAdjustmentsTable--apartment-with-retail tbody td:first-child{background-color:inherit;left:0;max-width:280px;min-width:280px;position:sticky!important;width:280px;z-index:2}.IncomeAdjustmentsTable--apartment-with-retail tbody td:nth-child(2){background-color:inherit;left:280px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.IncomeAdjustmentsTable--apartment-with-retail tbody td:nth-child(3){background-color:inherit;left:380px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.IncomeAdjustmentsTable--apartment-with-retail tbody td:nth-child(4){background-color:inherit;left:480px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.IncomeAdjustmentsTable--apartment-with-retail tbody td:nth-child(5){background-color:inherit;left:580px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.IncomeAdjustmentsTable--apartment-with-retail tbody td:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.IncomeAdjustmentsTable--apartment-with-retail td:first-child,.IncomeAdjustmentsTable--apartment-with-retail th:first-child{border-right:2px solid #4f5b69}.IncomeAdjustmentsTable--apartment-with-retail td:not(:first-child),.IncomeAdjustmentsTable--apartment-with-retail th:not(:first-child){text-align:right!important}.IncomeAdjustmentsTable--apartment-with-retail td:nth-child(n+6),.IncomeAdjustmentsTable--apartment-with-retail th:nth-child(n+6){max-width:120px;min-width:120px;width:120px}.IncomeAdjustmentsTable--retail tfoot th:first-child,.IncomeAdjustmentsTable--retail thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.IncomeAdjustmentsTable--retail tfoot th:nth-child(2),.IncomeAdjustmentsTable--retail thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.IncomeAdjustmentsTable--retail tfoot th:nth-child(3),.IncomeAdjustmentsTable--retail thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:480px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.IncomeAdjustmentsTable--retail tfoot th:nth-child(4),.IncomeAdjustmentsTable--retail thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:640px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.IncomeAdjustmentsTable--retail tfoot th:nth-child(4):after,.IncomeAdjustmentsTable--retail thead th:nth-child(4):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.IncomeAdjustmentsTable--retail tbody td:first-child{background-color:inherit;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.IncomeAdjustmentsTable--retail tbody td:nth-child(2){background-color:inherit;left:320px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.IncomeAdjustmentsTable--retail tbody td:nth-child(3){background-color:inherit;left:480px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.IncomeAdjustmentsTable--retail tbody td:nth-child(4){background-color:inherit;left:640px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.IncomeAdjustmentsTable--retail tbody td:nth-child(4):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.IncomeAdjustmentsTable--retail td:first-child,.IncomeAdjustmentsTable--retail th:first-child{border-right:2px solid #4f5b69}.IncomeAdjustmentsTable--retail td:not(:first-child),.IncomeAdjustmentsTable--retail th:not(:first-child){text-align:right!important}.IncomeAdjustmentsTable--retail td:nth-child(n+5),.IncomeAdjustmentsTable--retail th:nth-child(n+5){max-width:120px;min-width:120px;width:120px}.IncomeAdjustmentsTable--office tfoot th:first-child,.IncomeAdjustmentsTable--office thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.IncomeAdjustmentsTable--office tfoot th:nth-child(2),.IncomeAdjustmentsTable--office thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.IncomeAdjustmentsTable--office tfoot th:nth-child(3),.IncomeAdjustmentsTable--office thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:480px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.IncomeAdjustmentsTable--office tfoot th:nth-child(4),.IncomeAdjustmentsTable--office thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:640px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.IncomeAdjustmentsTable--office tfoot th:nth-child(4):after,.IncomeAdjustmentsTable--office thead th:nth-child(4):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.IncomeAdjustmentsTable--office tbody td:first-child{background-color:inherit;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.IncomeAdjustmentsTable--office tbody td:nth-child(2){background-color:inherit;left:320px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.IncomeAdjustmentsTable--office tbody td:nth-child(3){background-color:inherit;left:480px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.IncomeAdjustmentsTable--office tbody td:nth-child(4){background-color:inherit;left:640px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.IncomeAdjustmentsTable--office tbody td:nth-child(4):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.IncomeAdjustmentsTable--office td:first-child,.IncomeAdjustmentsTable--office th:first-child{border-right:2px solid #4f5b69}.IncomeAdjustmentsTable--office td:not(:first-child),.IncomeAdjustmentsTable--office th:not(:first-child){text-align:right!important}.IncomeAdjustmentsTable--office td:nth-child(n+5),.IncomeAdjustmentsTable--office th:nth-child(n+5){max-width:120px;min-width:120px;width:120px}.IncomeAdjustmentsTable--industrial tfoot th:first-child,.IncomeAdjustmentsTable--industrial thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.IncomeAdjustmentsTable--industrial tfoot th:nth-child(2),.IncomeAdjustmentsTable--industrial thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.IncomeAdjustmentsTable--industrial tfoot th:nth-child(3),.IncomeAdjustmentsTable--industrial thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:480px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.IncomeAdjustmentsTable--industrial tfoot th:nth-child(4),.IncomeAdjustmentsTable--industrial thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:640px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.IncomeAdjustmentsTable--industrial tfoot th:nth-child(4):after,.IncomeAdjustmentsTable--industrial thead th:nth-child(4):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.IncomeAdjustmentsTable--industrial tbody td:first-child{background-color:inherit;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.IncomeAdjustmentsTable--industrial tbody td:nth-child(2){background-color:inherit;left:320px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.IncomeAdjustmentsTable--industrial tbody td:nth-child(3){background-color:inherit;left:480px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.IncomeAdjustmentsTable--industrial tbody td:nth-child(4){background-color:inherit;left:640px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.IncomeAdjustmentsTable--industrial tbody td:nth-child(4):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.IncomeAdjustmentsTable--industrial td:first-child,.IncomeAdjustmentsTable--industrial th:first-child{border-right:2px solid #4f5b69}.IncomeAdjustmentsTable--industrial td:not(:first-child),.IncomeAdjustmentsTable--industrial th:not(:first-child){text-align:right!important}.IncomeAdjustmentsTable--industrial td:nth-child(n+5),.IncomeAdjustmentsTable--industrial th:nth-child(n+5){max-width:120px;min-width:120px;width:120px}.IncomeAdjustmentsTable--data-center tfoot th:first-child,.IncomeAdjustmentsTable--data-center thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.IncomeAdjustmentsTable--data-center tfoot th:nth-child(2),.IncomeAdjustmentsTable--data-center thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.IncomeAdjustmentsTable--data-center tfoot th:nth-child(3),.IncomeAdjustmentsTable--data-center thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:440px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.IncomeAdjustmentsTable--data-center tfoot th:nth-child(4),.IncomeAdjustmentsTable--data-center thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:600px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.IncomeAdjustmentsTable--data-center tfoot th:nth-child(5),.IncomeAdjustmentsTable--data-center thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:760px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.IncomeAdjustmentsTable--data-center tfoot th:nth-child(5):after,.IncomeAdjustmentsTable--data-center thead th:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.IncomeAdjustmentsTable--data-center tbody td:first-child{background-color:inherit;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.IncomeAdjustmentsTable--data-center tbody td:nth-child(2){background-color:inherit;left:320px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.IncomeAdjustmentsTable--data-center tbody td:nth-child(3){background-color:inherit;left:440px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.IncomeAdjustmentsTable--data-center tbody td:nth-child(4){background-color:inherit;left:600px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.IncomeAdjustmentsTable--data-center tbody td:nth-child(5){background-color:inherit;left:760px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.IncomeAdjustmentsTable--data-center tbody td:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.IncomeAdjustmentsTable--data-center td:first-child,.IncomeAdjustmentsTable--data-center th:first-child{border-right:2px solid #4f5b69}.IncomeAdjustmentsTable--data-center td:not(:first-child),.IncomeAdjustmentsTable--data-center th:not(:first-child){text-align:right!important}.IncomeAdjustmentsTable--data-center td:nth-child(n+6),.IncomeAdjustmentsTable--data-center th:nth-child(n+6){max-width:120px;min-width:120px;width:120px}.FloorAllocationsTable tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child{z-index:3}.FloorAllocationsTable tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child:after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.FloorAllocationsTable tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child){border-right:none;max-width:120px;min-width:120px;width:120px}.FloorAllocationsTable tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child):after{background:none}.FloorAllocationsTable tfoot th:first-child,.FloorAllocationsTable thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.FloorAllocationsTable tfoot th:nth-child(2),.FloorAllocationsTable thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:80px;max-width:240px;min-width:240px;position:sticky!important;width:240px;z-index:2}.FloorAllocationsTable tfoot th:nth-child(3),.FloorAllocationsTable thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.FloorAllocationsTable tfoot th:nth-child(4),.FloorAllocationsTable thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:480px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.FloorAllocationsTable tfoot th:nth-child(5),.FloorAllocationsTable thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:640px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.FloorAllocationsTable tfoot th:nth-child(5):after,.FloorAllocationsTable thead th:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.FloorAllocationsTable tbody td:first-child{background-color:inherit;left:0;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.FloorAllocationsTable tbody td:nth-child(2){background-color:inherit;left:80px;max-width:240px;min-width:240px;position:sticky!important;width:240px;z-index:2}.FloorAllocationsTable tbody td:nth-child(3){left:320px}.FloorAllocationsTable tbody td:nth-child(3),.FloorAllocationsTable tbody td:nth-child(4){background-color:inherit;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.FloorAllocationsTable tbody td:nth-child(4){left:480px}.FloorAllocationsTable tbody td:nth-child(5){background-color:inherit;left:640px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.FloorAllocationsTable tbody td:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.FloorAllocationsTable td:nth-child(2),.FloorAllocationsTable th:nth-child(2){border-right:2px solid #4f5b69}.FloorAllocationsTable td:nth-child(n+3),.FloorAllocationsTable th:nth-child(n+3){text-align:right!important}.FloorAllocationsTable td:nth-child(n+6),.FloorAllocationsTable th:nth-child(n+6){max-width:120px;min-width:120px;width:120px}.EstimateRecoveryTable--retail tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child,.FloorAllocationsTable tfoot th:first-child{z-index:3}.EstimateRecoveryTable--retail tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child:after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.EstimateRecoveryTable--retail tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child){border-right:none;max-width:120px;min-width:120px;width:120px}.EstimateRecoveryTable--retail tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child):after{background:none}.EstimateRecoveryTable--retail tfoot th:first-child,.EstimateRecoveryTable--retail thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.EstimateRecoveryTable--retail tfoot th:nth-child(2),.EstimateRecoveryTable--retail thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.EstimateRecoveryTable--retail tfoot th:nth-child(3),.EstimateRecoveryTable--retail thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:480px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.EstimateRecoveryTable--retail tfoot th:nth-child(4),.EstimateRecoveryTable--retail thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:640px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.EstimateRecoveryTable--retail tfoot th:nth-child(4):after,.EstimateRecoveryTable--retail thead th:nth-child(4):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.EstimateRecoveryTable--retail tbody td:first-child{background-color:inherit;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.EstimateRecoveryTable--retail tbody td:nth-child(2){background-color:inherit;left:320px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.EstimateRecoveryTable--retail tbody td:nth-child(3){background-color:inherit;left:480px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.EstimateRecoveryTable--retail tbody td:nth-child(4){background-color:inherit;left:640px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.EstimateRecoveryTable--retail tbody td:nth-child(4):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.EstimateRecoveryTable--retail td:not(:first-child),.EstimateRecoveryTable--retail th:not(:first-child){text-align:right!important}.EstimateRecoveryTable--retail td:nth-child(n+5),.EstimateRecoveryTable--retail th:nth-child(n+5){max-width:120px;min-width:120px;width:120px}.EstimateRecoveryTable--office tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child{z-index:3}.EstimateRecoveryTable--office tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child:after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.EstimateRecoveryTable--office tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child){border-right:none;max-width:120px;min-width:120px;width:120px}.EstimateRecoveryTable--office tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child):after{background:none}.EstimateRecoveryTable--office tfoot th:first-child,.EstimateRecoveryTable--office thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.EstimateRecoveryTable--office tfoot th:nth-child(2),.EstimateRecoveryTable--office thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.EstimateRecoveryTable--office tfoot th:nth-child(3),.EstimateRecoveryTable--office thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:480px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.EstimateRecoveryTable--office tfoot th:nth-child(4),.EstimateRecoveryTable--office thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:640px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.EstimateRecoveryTable--office tfoot th:nth-child(4):after,.EstimateRecoveryTable--office thead th:nth-child(4):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.EstimateRecoveryTable--office tbody td:first-child{background-color:inherit;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.EstimateRecoveryTable--office tbody td:nth-child(2){background-color:inherit;left:320px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.EstimateRecoveryTable--office tbody td:nth-child(3){background-color:inherit;left:480px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.EstimateRecoveryTable--office tbody td:nth-child(4){background-color:inherit;left:640px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.EstimateRecoveryTable--office tbody td:nth-child(4):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.EstimateRecoveryTable--office td:not(:first-child),.EstimateRecoveryTable--office th:not(:first-child){text-align:right!important}.EstimateRecoveryTable--office td:nth-child(n+5),.EstimateRecoveryTable--office th:nth-child(n+5){max-width:120px;min-width:120px;width:120px}.EstimateRecoveryTable--industrial tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child{z-index:3}.EstimateRecoveryTable--industrial tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child:after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.EstimateRecoveryTable--industrial tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child){border-right:none;max-width:120px;min-width:120px;width:120px}.EstimateRecoveryTable--industrial tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child):after{background:none}.EstimateRecoveryTable--industrial tfoot th:first-child,.EstimateRecoveryTable--industrial thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.EstimateRecoveryTable--industrial tfoot th:nth-child(2),.EstimateRecoveryTable--industrial thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.EstimateRecoveryTable--industrial tfoot th:nth-child(3),.EstimateRecoveryTable--industrial thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:480px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.EstimateRecoveryTable--industrial tfoot th:nth-child(4),.EstimateRecoveryTable--industrial thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:640px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.EstimateRecoveryTable--industrial tfoot th:nth-child(4):after,.EstimateRecoveryTable--industrial thead th:nth-child(4):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.EstimateRecoveryTable--industrial tbody td:first-child{background-color:inherit;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.EstimateRecoveryTable--industrial tbody td:nth-child(2){background-color:inherit;left:320px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.EstimateRecoveryTable--industrial tbody td:nth-child(3){background-color:inherit;left:480px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.EstimateRecoveryTable--industrial tbody td:nth-child(4){background-color:inherit;left:640px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.EstimateRecoveryTable--industrial tbody td:nth-child(4):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.EstimateRecoveryTable--industrial td:not(:first-child),.EstimateRecoveryTable--industrial th:not(:first-child){text-align:right!important}.EstimateRecoveryTable--industrial td:nth-child(n+5),.EstimateRecoveryTable--industrial th:nth-child(n+5){max-width:120px;min-width:120px;width:120px}.EstimateRecoveryTable--data-center tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child{z-index:3}.EstimateRecoveryTable--data-center tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child:after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.EstimateRecoveryTable--data-center tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child){border-right:none;max-width:120px;min-width:120px;width:120px}.EstimateRecoveryTable--data-center tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child):after{background:none}.EstimateRecoveryTable--data-center tfoot th:first-child,.EstimateRecoveryTable--data-center thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:440px;min-width:440px;position:sticky!important;width:440px;z-index:2}.EstimateRecoveryTable--data-center tfoot th:nth-child(2),.EstimateRecoveryTable--data-center thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:440px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.EstimateRecoveryTable--data-center tfoot th:nth-child(3),.EstimateRecoveryTable--data-center thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:600px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.EstimateRecoveryTable--data-center tfoot th:nth-child(4),.EstimateRecoveryTable--data-center thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:760px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.EstimateRecoveryTable--data-center tfoot th:nth-child(4):after,.EstimateRecoveryTable--data-center thead th:nth-child(4):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.EstimateRecoveryTable--data-center tbody td:first-child{background-color:inherit;left:0;max-width:440px;min-width:440px;position:sticky!important;width:440px;z-index:2}.EstimateRecoveryTable--data-center tbody td:nth-child(2){background-color:inherit;left:440px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.EstimateRecoveryTable--data-center tbody td:nth-child(3){background-color:inherit;left:600px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.EstimateRecoveryTable--data-center tbody td:nth-child(4){background-color:inherit;left:760px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.EstimateRecoveryTable--data-center tbody td:nth-child(4):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.EstimateRecoveryTable--data-center td:not(:first-child),.EstimateRecoveryTable--data-center th:not(:first-child){text-align:right!important}.EstimateRecoveryTable--data-center td:nth-child(n+5),.EstimateRecoveryTable--data-center th:nth-child(n+5){max-width:120px;min-width:120px;width:120px}.TenantsTable tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child{z-index:3}.TenantsTable tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child:after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.TenantsTable tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child){border-right:none;max-width:120px;min-width:120px;width:120px}.TenantsTable tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child):after{background:none}.TenantsTable tfoot th:first-child,.TenantsTable thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.TenantsTable tfoot th:nth-child(2),.TenantsTable thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:80px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.TenantsTable tfoot th:nth-child(3),.TenantsTable thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:220px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.TenantsTable tfoot th:nth-child(4),.TenantsTable thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:300px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.TenantsTable tfoot th:nth-child(5),.TenantsTable thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:380px;max-width:60px;min-width:60px;position:sticky!important;width:60px;z-index:2}.TenantsTable tfoot th:nth-child(6),.TenantsTable thead th:nth-child(6){background-color:#525d6b;border-bottom:none!important;left:440px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.TenantsTable tfoot th:nth-child(7),.TenantsTable thead th:nth-child(7){background-color:#525d6b;border-bottom:none!important;left:520px;max-width:60px;min-width:60px;position:sticky!important;width:60px;z-index:2}.TenantsTable tfoot th:nth-child(8),.TenantsTable thead th:nth-child(8){background-color:#525d6b;border-bottom:none!important;left:580px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.TenantsTable tfoot th:nth-child(9),.TenantsTable thead th:nth-child(9){background-color:#525d6b;border-bottom:none!important;left:680px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.TenantsTable tfoot th:nth-child(9):after,.TenantsTable thead th:nth-child(9):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.TenantsTable tbody td:first-child{background-color:inherit;left:0;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.TenantsTable tbody td:nth-child(2){background-color:inherit;left:80px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.TenantsTable tbody td:nth-child(3){left:220px}.TenantsTable tbody td:nth-child(3),.TenantsTable tbody td:nth-child(4){background-color:inherit;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.TenantsTable tbody td:nth-child(4){left:300px}.TenantsTable tbody td:nth-child(5){background-color:inherit;left:380px;max-width:60px;min-width:60px;position:sticky!important;width:60px;z-index:2}.TenantsTable tbody td:nth-child(6){background-color:inherit;left:440px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.TenantsTable tbody td:nth-child(7){background-color:inherit;left:520px;max-width:60px;min-width:60px;position:sticky!important;width:60px;z-index:2}.TenantsTable tbody td:nth-child(8){background-color:inherit;left:580px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.TenantsTable tbody td:nth-child(9){background-color:inherit;left:680px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.TenantsTable tbody td:nth-child(9):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.TenantsTable td:nth-child(2),.TenantsTable th:nth-child(2){border-right:2px solid #4f5b69}.TenantsTable td:nth-child(n+3),.TenantsTable th:nth-child(n+3){text-align:right!important}.TenantsTable td:nth-child(n+10),.TenantsTable th:nth-child(n+10){max-width:120px;min-width:120px;width:120px}.TenantsTable tfoot th:first-child{z-index:3}.TenantsRecoveryTable tfoot th:first-child,.TenantsRecoveryTable thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:240px;min-width:240px;position:sticky!important;width:240px;z-index:2}.TenantsRecoveryTable tfoot th:nth-child(2),.TenantsRecoveryTable thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:240px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.TenantsRecoveryTable tfoot th:nth-child(3),.TenantsRecoveryTable thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.TenantsRecoveryTable tfoot th:nth-child(4),.TenantsRecoveryTable thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:420px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.TenantsRecoveryTable tfoot th:nth-child(5),.TenantsRecoveryTable thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.TenantsRecoveryTable tfoot th:nth-child(6),.TenantsRecoveryTable thead th:nth-child(6){background-color:#525d6b;border-bottom:none!important;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.TenantsRecoveryTable tfoot th:nth-child(6):after,.TenantsRecoveryTable thead th:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.TenantsRecoveryTable tbody td:first-child{background-color:inherit;left:0;max-width:240px;min-width:240px;position:sticky!important;width:240px;z-index:2}.TenantsRecoveryTable tbody td:nth-child(2){background-color:inherit;left:240px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.TenantsRecoveryTable tbody td:nth-child(3){background-color:inherit;left:320px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.TenantsRecoveryTable tbody td:nth-child(4){left:420px}.TenantsRecoveryTable tbody td:nth-child(4),.TenantsRecoveryTable tbody td:nth-child(5){background-color:inherit;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.TenantsRecoveryTable tbody td:nth-child(5){left:540px}.TenantsRecoveryTable tbody td:nth-child(6){background-color:inherit;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.TenantsRecoveryTable tbody td:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.TenantsRecoveryTable tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child{z-index:3}.TenantsRecoveryTable tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child:after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.TenantsRecoveryTable tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child){border-right:none;max-width:120px;min-width:120px;width:120px}.TenantsRecoveryTable tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child):after{background:none}.TenantsRecoveryTable td:not(:first-child),.TenantsRecoveryTable th:not(:first-child){text-align:right!important}.TenantsRecoveryTable td:nth-child(n+7),.TenantsRecoveryTable th:nth-child(n+7){max-width:120px;min-width:120px;width:120px}.DataCenterFloorAllocationsTable tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child{z-index:3}.DataCenterFloorAllocationsTable tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child:after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.DataCenterFloorAllocationsTable tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child){border-right:none;max-width:120px;min-width:120px;width:120px}.DataCenterFloorAllocationsTable tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child):after{background:none}.DataCenterFloorAllocationsTable tfoot th:first-child,.DataCenterFloorAllocationsTable thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.DataCenterFloorAllocationsTable tfoot th:nth-child(2),.DataCenterFloorAllocationsTable thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:80px;max-width:220px;min-width:220px;position:sticky!important;width:220px;z-index:2}.DataCenterFloorAllocationsTable tfoot th:nth-child(3),.DataCenterFloorAllocationsTable thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:300px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.DataCenterFloorAllocationsTable tfoot th:nth-child(4),.DataCenterFloorAllocationsTable thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:380px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.DataCenterFloorAllocationsTable tfoot th:nth-child(5),.DataCenterFloorAllocationsTable thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:480px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.DataCenterFloorAllocationsTable tfoot th:nth-child(6),.DataCenterFloorAllocationsTable thead th:nth-child(6){background-color:#525d6b;border-bottom:none!important;left:580px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.DataCenterFloorAllocationsTable tfoot th:nth-child(7),.DataCenterFloorAllocationsTable thead th:nth-child(7){background-color:#525d6b;border-bottom:none!important;left:680px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.DataCenterFloorAllocationsTable tfoot th:nth-child(8),.DataCenterFloorAllocationsTable thead th:nth-child(8){background-color:#525d6b;border-bottom:none!important;left:780px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.DataCenterFloorAllocationsTable tfoot th:nth-child(8):after,.DataCenterFloorAllocationsTable thead th:nth-child(8):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.DataCenterFloorAllocationsTable tbody td:first-child{background-color:inherit;left:0;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.DataCenterFloorAllocationsTable tbody td:nth-child(2){background-color:inherit;left:80px;max-width:220px;min-width:220px;position:sticky!important;width:220px;z-index:2}.DataCenterFloorAllocationsTable tbody td:nth-child(3){background-color:inherit;left:300px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.DataCenterFloorAllocationsTable tbody td:nth-child(4){background-color:inherit;left:380px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.DataCenterFloorAllocationsTable tbody td:nth-child(5){background-color:inherit;left:480px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.DataCenterFloorAllocationsTable tbody td:nth-child(6){background-color:inherit;left:580px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.DataCenterFloorAllocationsTable tbody td:nth-child(7){background-color:inherit;left:680px;max-width:100px;min-width:100px;position:sticky!important;width:100px;z-index:2}.DataCenterFloorAllocationsTable tbody td:nth-child(8){background-color:inherit;left:780px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.DataCenterFloorAllocationsTable tbody td:nth-child(8):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.DataCenterFloorAllocationsTable td:nth-child(2),.DataCenterFloorAllocationsTable th:nth-child(2){border-right:2px solid #4f5b69}.DataCenterFloorAllocationsTable td:nth-child(n+3),.DataCenterFloorAllocationsTable th:nth-child(n+3){text-align:right!important}.DataCenterFloorAllocationsTable td:nth-child(n+9),.DataCenterFloorAllocationsTable th:nth-child(n+9){max-width:120px;min-width:120px;width:120px}.DataCenterFloorAllocationsTable tfoot th:first-child,.DataCenterTenantsTable tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child{z-index:3}.DataCenterTenantsTable tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child:after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.DataCenterTenantsTable tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child){border-right:none;max-width:120px;min-width:120px;width:120px}.DataCenterTenantsTable tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child):after{background:none}.DataCenterTenantsTable tfoot th:first-child,.DataCenterTenantsTable thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.DataCenterTenantsTable tfoot th:nth-child(2),.DataCenterTenantsTable thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:140px;max-width:60px;min-width:60px;position:sticky!important;width:60px;z-index:2}.DataCenterTenantsTable tfoot th:nth-child(3),.DataCenterTenantsTable thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:200px;max-width:60px;min-width:60px;position:sticky!important;width:60px;z-index:2}.DataCenterTenantsTable tfoot th:nth-child(4),.DataCenterTenantsTable thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:260px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.DataCenterTenantsTable tfoot th:nth-child(5),.DataCenterTenantsTable thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:340px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.DataCenterTenantsTable tfoot th:nth-child(6),.DataCenterTenantsTable thead th:nth-child(6){background-color:#525d6b;border-bottom:none!important;left:420px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.DataCenterTenantsTable tfoot th:nth-child(7),.DataCenterTenantsTable thead th:nth-child(7){background-color:#525d6b;border-bottom:none!important;left:500px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.DataCenterTenantsTable tfoot th:nth-child(8),.DataCenterTenantsTable thead th:nth-child(8){background-color:#525d6b;border-bottom:none!important;left:580px;max-width:60px;min-width:60px;position:sticky!important;width:60px;z-index:2}.DataCenterTenantsTable tfoot th:nth-child(9),.DataCenterTenantsTable thead th:nth-child(9){background-color:#525d6b;border-bottom:none!important;left:640px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.DataCenterTenantsTable tfoot th:nth-child(10),.DataCenterTenantsTable thead th:nth-child(10){background-color:#525d6b;border-bottom:none!important;left:720px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.DataCenterTenantsTable tfoot th:nth-child(11),.DataCenterTenantsTable thead th:nth-child(11){background-color:#525d6b;border-bottom:none!important;left:800px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.DataCenterTenantsTable tfoot th:nth-child(11):after,.DataCenterTenantsTable thead th:nth-child(11):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.DataCenterTenantsTable tbody td:first-child{background-color:inherit;left:0;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.DataCenterTenantsTable tbody td:nth-child(2){left:140px}.DataCenterTenantsTable tbody td:nth-child(2),.DataCenterTenantsTable tbody td:nth-child(3){background-color:inherit;max-width:60px;min-width:60px;position:sticky!important;width:60px;z-index:2}.DataCenterTenantsTable tbody td:nth-child(3){left:200px}.DataCenterTenantsTable tbody td:nth-child(4){left:260px}.DataCenterTenantsTable tbody td:nth-child(4),.DataCenterTenantsTable tbody td:nth-child(5){background-color:inherit;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.DataCenterTenantsTable tbody td:nth-child(5){left:340px}.DataCenterTenantsTable tbody td:nth-child(6){left:420px}.DataCenterTenantsTable tbody td:nth-child(6),.DataCenterTenantsTable tbody td:nth-child(7){background-color:inherit;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.DataCenterTenantsTable tbody td:nth-child(7){left:500px}.DataCenterTenantsTable tbody td:nth-child(8){background-color:inherit;left:580px;max-width:60px;min-width:60px;position:sticky!important;width:60px;z-index:2}.DataCenterTenantsTable tbody td:nth-child(9){left:640px}.DataCenterTenantsTable tbody td:nth-child(10),.DataCenterTenantsTable tbody td:nth-child(9){background-color:inherit;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.DataCenterTenantsTable tbody td:nth-child(10){left:720px}.DataCenterTenantsTable tbody td:nth-child(11){background-color:inherit;left:800px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.DataCenterTenantsTable tbody td:nth-child(11):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.DataCenterTenantsTable td:first-child,.DataCenterTenantsTable th:first-child{border-right:2px solid #4f5b69}.DataCenterTenantsTable td:nth-child(n+2),.DataCenterTenantsTable th:nth-child(n+2){text-align:right!important}.DataCenterTenantsTable td:nth-child(n+12),.DataCenterTenantsTable th:nth-child(n+12){max-width:120px;min-width:120px;width:120px}.DataCenterTenantsRecoveryTable tfoot th:first-child,.DataCenterTenantsRecoveryTable thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:240px;min-width:240px;position:sticky!important;width:240px;z-index:2}.DataCenterTenantsRecoveryTable tfoot th:nth-child(2),.DataCenterTenantsRecoveryTable thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:240px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.DataCenterTenantsRecoveryTable tfoot th:nth-child(3),.DataCenterTenantsRecoveryTable thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:150px;min-width:150px;position:sticky!important;width:150px;z-index:2}.DataCenterTenantsRecoveryTable tfoot th:nth-child(4),.DataCenterTenantsRecoveryTable thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:470px;max-width:150px;min-width:150px;position:sticky!important;width:150px;z-index:2}.DataCenterTenantsRecoveryTable tfoot th:nth-child(5),.DataCenterTenantsRecoveryTable thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:620px;max-width:150px;min-width:150px;position:sticky!important;width:150px;z-index:2}.DataCenterTenantsRecoveryTable tfoot th:nth-child(6),.DataCenterTenantsRecoveryTable thead th:nth-child(6){background-color:#525d6b;border-bottom:none!important;left:770px;max-width:150px;min-width:150px;position:sticky!important;width:150px;z-index:2}.DataCenterTenantsRecoveryTable tfoot th:nth-child(6):after,.DataCenterTenantsRecoveryTable thead th:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.DataCenterTenantsRecoveryTable tbody td:first-child{background-color:inherit;left:0;max-width:240px;min-width:240px;position:sticky!important;width:240px;z-index:2}.DataCenterTenantsRecoveryTable tbody td:nth-child(2){background-color:inherit;left:240px;max-width:80px;min-width:80px;position:sticky!important;width:80px;z-index:2}.DataCenterTenantsRecoveryTable tbody td:nth-child(3){background-color:inherit;left:320px;max-width:150px;min-width:150px;position:sticky!important;width:150px;z-index:2}.DataCenterTenantsRecoveryTable tbody td:nth-child(4){background-color:inherit;left:470px;max-width:150px;min-width:150px;position:sticky!important;width:150px;z-index:2}.DataCenterTenantsRecoveryTable tbody td:nth-child(5){background-color:inherit;left:620px;max-width:150px;min-width:150px;position:sticky!important;width:150px;z-index:2}.DataCenterTenantsRecoveryTable tbody td:nth-child(6){background-color:inherit;left:770px;max-width:150px;min-width:150px;position:sticky!important;width:150px;z-index:2}.DataCenterTenantsRecoveryTable tbody td:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.DataCenterTenantsRecoveryTable tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child{z-index:3}.DataCenterTenantsRecoveryTable tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child:after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.DataCenterTenantsRecoveryTable tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child){border-right:none;max-width:120px;min-width:120px;width:120px}.DataCenterTenantsRecoveryTable tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child):after{background:none}.DataCenterTenantsRecoveryTable td:not(:first-child),.DataCenterTenantsRecoveryTable th:not(:first-child){text-align:right!important}.DataCenterTenantsRecoveryTable td:nth-child(n+7),.DataCenterTenantsRecoveryTable th:nth-child(n+7){max-width:120px;min-width:120px;width:120px}.ProFormaIncome input,.ProFormaIncome td,.ProFormaIncome th{font-size:12px}.ProFormaIncome td,.ProFormaIncome th{align-content:center;height:50px}.ProFormaIncome tr:hover td #trash-icon{display:block}.ProFormaIncome tr:not(:hover) td #trash-icon{display:none}.ProFormaExpenses input,.ProFormaExpenses td,.ProFormaExpenses th{font-size:12px}.ProFormaExpenses td,.ProFormaExpenses th{align-content:center;height:50px}.ProFormaExpenses tr:hover td #trash-icon{display:block}.ProFormaExpenses tr:not(:hover) td #trash-icon{display:none}.OperatingExpensesTable--apartment tfoot th:first-child,.OperatingExpensesTable--apartment thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:280px;min-width:280px;position:sticky!important;width:280px;z-index:2}.OperatingExpensesTable--apartment tfoot th:nth-child(2),.OperatingExpensesTable--apartment thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:280px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--apartment tfoot th:nth-child(3),.OperatingExpensesTable--apartment thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:390px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--apartment tfoot th:nth-child(4),.OperatingExpensesTable--apartment thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:500px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--apartment tfoot th:nth-child(5),.OperatingExpensesTable--apartment thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:610px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--apartment tfoot th:nth-child(5):after,.OperatingExpensesTable--apartment thead th:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OperatingExpensesTable--apartment tbody td:first-child{background-color:inherit;left:0;max-width:280px;min-width:280px;position:sticky!important;width:280px;z-index:2}.OperatingExpensesTable--apartment tbody td:nth-child(2){background-color:inherit;left:280px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--apartment tbody td:nth-child(3){background-color:inherit;left:390px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--apartment tbody td:nth-child(4){background-color:inherit;left:500px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--apartment tbody td:nth-child(5){background-color:inherit;left:610px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--apartment tbody td:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OperatingExpensesTable--apartment td:first-child,.OperatingExpensesTable--apartment th:first-child{border-right:2px solid #4f5b69}.OperatingExpensesTable--apartment td:not(:first-child),.OperatingExpensesTable--apartment th:not(:first-child){text-align:right!important}.OperatingExpensesTable--apartment tbody td:nth-child(n+6),.OperatingExpensesTable--apartment tfoot th:nth-child(n+6),.OperatingExpensesTable--apartment thead th:nth-child(n+6){max-width:120px;min-width:120px;width:120px}.OperatingExpensesTable--apartment-with-retail tfoot th:first-child,.OperatingExpensesTable--apartment-with-retail thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:280px;min-width:280px;position:sticky!important;width:280px;z-index:2}.OperatingExpensesTable--apartment-with-retail tfoot th:nth-child(2),.OperatingExpensesTable--apartment-with-retail thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:280px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--apartment-with-retail tfoot th:nth-child(3),.OperatingExpensesTable--apartment-with-retail thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:390px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--apartment-with-retail tfoot th:nth-child(4),.OperatingExpensesTable--apartment-with-retail thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:500px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--apartment-with-retail tfoot th:nth-child(5),.OperatingExpensesTable--apartment-with-retail thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:610px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--apartment-with-retail tfoot th:nth-child(5):after,.OperatingExpensesTable--apartment-with-retail thead th:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OperatingExpensesTable--apartment-with-retail tbody td:first-child{background-color:inherit;left:0;max-width:280px;min-width:280px;position:sticky!important;width:280px;z-index:2}.OperatingExpensesTable--apartment-with-retail tbody td:nth-child(2){background-color:inherit;left:280px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--apartment-with-retail tbody td:nth-child(3){background-color:inherit;left:390px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--apartment-with-retail tbody td:nth-child(4){background-color:inherit;left:500px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--apartment-with-retail tbody td:nth-child(5){background-color:inherit;left:610px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--apartment-with-retail tbody td:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OperatingExpensesTable--apartment-with-retail td:first-child,.OperatingExpensesTable--apartment-with-retail th:first-child{border-right:2px solid #4f5b69}.OperatingExpensesTable--apartment-with-retail td:not(:first-child),.OperatingExpensesTable--apartment-with-retail th:not(:first-child){text-align:right!important}.OperatingExpensesTable--apartment-with-retail tbody td:nth-child(n+6),.OperatingExpensesTable--apartment-with-retail tfoot th:nth-child(n+6),.OperatingExpensesTable--apartment-with-retail thead th:nth-child(n+6){max-width:120px;min-width:120px;width:120px}.OperatingExpensesTable--retail tfoot th:first-child,.OperatingExpensesTable--retail thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.OperatingExpensesTable--retail tfoot th:nth-child(2),.OperatingExpensesTable--retail thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--retail tfoot th:nth-child(3),.OperatingExpensesTable--retail thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:430px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--retail tfoot th:nth-child(4),.OperatingExpensesTable--retail thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.OperatingExpensesTable--retail tfoot th:nth-child(5),.OperatingExpensesTable--retail thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.OperatingExpensesTable--retail tfoot th:nth-child(5):after,.OperatingExpensesTable--retail thead th:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OperatingExpensesTable--retail tbody td:first-child{background-color:inherit;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.OperatingExpensesTable--retail tbody td:nth-child(2){background-color:inherit;left:320px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--retail tbody td:nth-child(3){background-color:inherit;left:430px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--retail tbody td:nth-child(4){background-color:inherit;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.OperatingExpensesTable--retail tbody td:nth-child(5){background-color:inherit;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.OperatingExpensesTable--retail tbody td:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OperatingExpensesTable--retail td:first-child,.OperatingExpensesTable--retail th:first-child{border-right:2px solid #4f5b69}.OperatingExpensesTable--retail td:not(:first-child),.OperatingExpensesTable--retail th:not(:first-child){text-align:right!important}.OperatingExpensesTable--retail tbody td:nth-child(n+6),.OperatingExpensesTable--retail tfoot th:nth-child(n+6),.OperatingExpensesTable--retail thead th:nth-child(n+6){max-width:120px;min-width:120px;width:120px}.OperatingExpensesTable--office tfoot th:first-child,.OperatingExpensesTable--office thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.OperatingExpensesTable--office tfoot th:nth-child(2),.OperatingExpensesTable--office thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--office tfoot th:nth-child(3),.OperatingExpensesTable--office thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:430px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--office tfoot th:nth-child(4),.OperatingExpensesTable--office thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.OperatingExpensesTable--office tfoot th:nth-child(5),.OperatingExpensesTable--office thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.OperatingExpensesTable--office tfoot th:nth-child(5):after,.OperatingExpensesTable--office thead th:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OperatingExpensesTable--office tbody td:first-child{background-color:inherit;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.OperatingExpensesTable--office tbody td:nth-child(2){background-color:inherit;left:320px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--office tbody td:nth-child(3){background-color:inherit;left:430px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--office tbody td:nth-child(4){background-color:inherit;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.OperatingExpensesTable--office tbody td:nth-child(5){background-color:inherit;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.OperatingExpensesTable--office tbody td:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OperatingExpensesTable--office td:first-child,.OperatingExpensesTable--office th:first-child{border-right:2px solid #4f5b69}.OperatingExpensesTable--office td:not(:first-child),.OperatingExpensesTable--office th:not(:first-child){text-align:right!important}.OperatingExpensesTable--office tbody td:nth-child(n+6),.OperatingExpensesTable--office tfoot th:nth-child(n+6),.OperatingExpensesTable--office thead th:nth-child(n+6){max-width:120px;min-width:120px;width:120px}.OperatingExpensesTable--industrial tfoot th:first-child,.OperatingExpensesTable--industrial thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.OperatingExpensesTable--industrial tfoot th:nth-child(2),.OperatingExpensesTable--industrial thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--industrial tfoot th:nth-child(3),.OperatingExpensesTable--industrial thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:430px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--industrial tfoot th:nth-child(4),.OperatingExpensesTable--industrial thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.OperatingExpensesTable--industrial tfoot th:nth-child(5),.OperatingExpensesTable--industrial thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.OperatingExpensesTable--industrial tfoot th:nth-child(5):after,.OperatingExpensesTable--industrial thead th:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OperatingExpensesTable--industrial tbody td:first-child{background-color:inherit;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.OperatingExpensesTable--industrial tbody td:nth-child(2){background-color:inherit;left:320px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--industrial tbody td:nth-child(3){background-color:inherit;left:430px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--industrial tbody td:nth-child(4){background-color:inherit;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.OperatingExpensesTable--industrial tbody td:nth-child(5){background-color:inherit;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.OperatingExpensesTable--industrial tbody td:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OperatingExpensesTable--industrial td:first-child,.OperatingExpensesTable--industrial th:first-child{border-right:2px solid #4f5b69}.OperatingExpensesTable--industrial td:not(:first-child),.OperatingExpensesTable--industrial th:not(:first-child){text-align:right!important}.OperatingExpensesTable--industrial tbody td:nth-child(n+6),.OperatingExpensesTable--industrial tfoot th:nth-child(n+6),.OperatingExpensesTable--industrial thead th:nth-child(n+6){max-width:120px;min-width:120px;width:120px}.OperatingExpensesTable--data-center tfoot th:first-child,.OperatingExpensesTable--data-center thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.OperatingExpensesTable--data-center tfoot th:nth-child(2),.OperatingExpensesTable--data-center thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--data-center tfoot th:nth-child(3),.OperatingExpensesTable--data-center thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:430px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--data-center tfoot th:nth-child(4),.OperatingExpensesTable--data-center thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.OperatingExpensesTable--data-center tfoot th:nth-child(5),.OperatingExpensesTable--data-center thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:660px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.OperatingExpensesTable--data-center tfoot th:nth-child(6),.OperatingExpensesTable--data-center thead th:nth-child(6){background-color:#525d6b;border-bottom:none!important;left:780px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.OperatingExpensesTable--data-center tfoot th:nth-child(6):after,.OperatingExpensesTable--data-center thead th:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OperatingExpensesTable--data-center tbody td:first-child{background-color:inherit;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.OperatingExpensesTable--data-center tbody td:nth-child(2){background-color:inherit;left:320px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--data-center tbody td:nth-child(3){background-color:inherit;left:430px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.OperatingExpensesTable--data-center tbody td:nth-child(4){background-color:inherit;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.OperatingExpensesTable--data-center tbody td:nth-child(5){background-color:inherit;left:660px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.OperatingExpensesTable--data-center tbody td:nth-child(6){background-color:inherit;left:780px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.OperatingExpensesTable--data-center tbody td:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.OperatingExpensesTable--data-center td:first-child,.OperatingExpensesTable--data-center th:first-child{border-right:2px solid #4f5b69}.OperatingExpensesTable--data-center td:not(:first-child),.OperatingExpensesTable--data-center th:not(:first-child){text-align:right!important}.OperatingExpensesTable--data-center tbody td:nth-child(n+7),.OperatingExpensesTable--data-center tfoot th:nth-child(n+7),.OperatingExpensesTable--data-center thead th:nth-child(n+7){max-width:120px;min-width:120px;width:120px}.LeasingCostReservesContainer__tables{gap:4px}.LeasingCostReservesContainer__labels-table{flex:0 0 18%}.LeasingCostReservesContainer__data-table{flex:1 1 41%}.LeasingCostReservesContainer__tab{background-color:#525d6b;border-radius:5px 5px 0 0;height:20px;width:120px}.LeasingCostReservesContainer__renewal-badge{align-items:center;border:1px solid #606b79;display:inline-flex;height:40.5px;justify-content:center;width:200px}.LeasingCostReservesContainer .NSTable .NSInputNumberStepper{margin:0 auto;max-width:120px}.LeasingCostReservesContainer .NSTable .NSInputNumberStepper .NSInputNumberStepper__input{height:40px!important;line-height:1.2!important;padding:8px 12px!important}.LeasingCostReservesContainer .NSTable .NSTable__tbody__subheader~tr td:first-child .NSInputNumberStepper .NSInputNumberStepper__input{font-size:12px!important}.LeasingCostReservesContainer .NSTable .NSTable__tbody__subheader~tr td:first-child .NSInputNumberStepper .input-group-text{font-size:12px!important;padding:0 8px!important}.LeasingCostReservesContainer .NSTable .NSTable__tbody__subheader{height:18px;min-height:18px}.LeasingCostReservesContainer .NSTable .NSTable__tbody__subheader td{display:table-cell!important;height:22px!important;padding:0 8px;padding:0 8px!important;vertical-align:middle!important}.LeasingCostReservesContainer .NSTable tbody tr td{height:57px!important;padding:8px!important}.LeasingCostReservesContainer .NSTable tbody tr:first-child td{border-top:none!important}.LeasingCostReservesContainer .NSTable .NSTable__tbody__subheader td:first-child,.LeasingCostReservesContainer .NSTable .NSTable__tbody__subheader td:nth-child(2),.LeasingCostReservesContainer .NSTable tbody tr td:first-child,.LeasingCostReservesContainer .NSTable tbody tr td:nth-child(2){width:33.33%!important}.LeasingCostReservesContainer .NSTable .NSTable__tbody__subheader td:nth-child(3),.LeasingCostReservesContainer .NSTable tbody tr td:nth-child(3){width:33.34%!important}.LeasingCostReservesContainer__table{overflow:hidden}.LeasingCostReservesContainer__table--tabbed{border-top-left-radius:0!important}.CapitalExpendituresTable--apartment tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child{z-index:3}.CapitalExpendituresTable--apartment tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child:after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.CapitalExpendituresTable--apartment tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child){border-right:none;max-width:120px;min-width:120px;width:120px}.CapitalExpendituresTable--apartment tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child):after{background:none}.CapitalExpendituresTable--apartment tfoot th:first-child,.CapitalExpendituresTable--apartment thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:280px;min-width:280px;position:sticky!important;width:280px;z-index:2}.CapitalExpendituresTable--apartment tfoot th:nth-child(2),.CapitalExpendituresTable--apartment thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:280px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--apartment tfoot th:nth-child(3),.CapitalExpendituresTable--apartment thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:390px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--apartment tfoot th:nth-child(4),.CapitalExpendituresTable--apartment thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:500px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--apartment tfoot th:nth-child(5),.CapitalExpendituresTable--apartment thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:610px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--apartment tfoot th:nth-child(5):after,.CapitalExpendituresTable--apartment thead th:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.CapitalExpendituresTable--apartment tbody td:first-child{background-color:inherit;left:0;max-width:280px;min-width:280px;position:sticky!important;width:280px;z-index:2}.CapitalExpendituresTable--apartment tbody td:nth-child(2){background-color:inherit;left:280px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--apartment tbody td:nth-child(3){background-color:inherit;left:390px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--apartment tbody td:nth-child(4){background-color:inherit;left:500px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--apartment tbody td:nth-child(5){background-color:inherit;left:610px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--apartment tbody td:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.CapitalExpendituresTable--apartment td:first-child,.CapitalExpendituresTable--apartment th:first-child{border-right:2px solid #4f5b69}.CapitalExpendituresTable--apartment td:not(:first-child),.CapitalExpendituresTable--apartment th:not(:first-child){text-align:right!important}.CapitalExpendituresTable--apartment td:nth-child(n+6),.CapitalExpendituresTable--apartment th:nth-child(n+6){max-width:120px;min-width:120px;width:120px}.CapitalExpendituresTable--apartment-with-retail tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child{z-index:3}.CapitalExpendituresTable--apartment-with-retail tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child:after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.CapitalExpendituresTable--apartment-with-retail tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child){border-right:none;max-width:120px;min-width:120px;width:120px}.CapitalExpendituresTable--apartment-with-retail tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child):after{background:none}.CapitalExpendituresTable--apartment-with-retail tfoot th:first-child,.CapitalExpendituresTable--apartment-with-retail thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:280px;min-width:280px;position:sticky!important;width:280px;z-index:2}.CapitalExpendituresTable--apartment-with-retail tfoot th:nth-child(2),.CapitalExpendituresTable--apartment-with-retail thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:280px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--apartment-with-retail tfoot th:nth-child(3),.CapitalExpendituresTable--apartment-with-retail thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:390px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--apartment-with-retail tfoot th:nth-child(4),.CapitalExpendituresTable--apartment-with-retail thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:500px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--apartment-with-retail tfoot th:nth-child(5),.CapitalExpendituresTable--apartment-with-retail thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:610px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--apartment-with-retail tfoot th:nth-child(5):after,.CapitalExpendituresTable--apartment-with-retail thead th:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.CapitalExpendituresTable--apartment-with-retail tbody td:first-child{background-color:inherit;left:0;max-width:280px;min-width:280px;position:sticky!important;width:280px;z-index:2}.CapitalExpendituresTable--apartment-with-retail tbody td:nth-child(2){background-color:inherit;left:280px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--apartment-with-retail tbody td:nth-child(3){background-color:inherit;left:390px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--apartment-with-retail tbody td:nth-child(4){background-color:inherit;left:500px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--apartment-with-retail tbody td:nth-child(5){background-color:inherit;left:610px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--apartment-with-retail tbody td:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.CapitalExpendituresTable--apartment-with-retail td:first-child,.CapitalExpendituresTable--apartment-with-retail th:first-child{border-right:2px solid #4f5b69}.CapitalExpendituresTable--apartment-with-retail td:not(:first-child),.CapitalExpendituresTable--apartment-with-retail th:not(:first-child){text-align:right!important}.CapitalExpendituresTable--apartment-with-retail td:nth-child(n+6),.CapitalExpendituresTable--apartment-with-retail th:nth-child(n+6){max-width:120px;min-width:120px;width:120px}.CapitalExpendituresTable--retail tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child{z-index:3}.CapitalExpendituresTable--retail tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child:after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.CapitalExpendituresTable--retail tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child){border-right:none;max-width:120px;min-width:120px;width:120px}.CapitalExpendituresTable--retail tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child):after{background:none}.CapitalExpendituresTable--retail tfoot th:first-child,.CapitalExpendituresTable--retail thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.CapitalExpendituresTable--retail tfoot th:nth-child(2),.CapitalExpendituresTable--retail thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--retail tfoot th:nth-child(3),.CapitalExpendituresTable--retail thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:430px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--retail tfoot th:nth-child(4),.CapitalExpendituresTable--retail thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.CapitalExpendituresTable--retail tfoot th:nth-child(5),.CapitalExpendituresTable--retail thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.CapitalExpendituresTable--retail tfoot th:nth-child(5):after,.CapitalExpendituresTable--retail thead th:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.CapitalExpendituresTable--retail tbody td:first-child{background-color:inherit;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.CapitalExpendituresTable--retail tbody td:nth-child(2){background-color:inherit;left:320px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--retail tbody td:nth-child(3){background-color:inherit;left:430px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--retail tbody td:nth-child(4){background-color:inherit;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.CapitalExpendituresTable--retail tbody td:nth-child(5){background-color:inherit;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.CapitalExpendituresTable--retail tbody td:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.CapitalExpendituresTable--retail td:first-child,.CapitalExpendituresTable--retail th:first-child{border-right:2px solid #4f5b69}.CapitalExpendituresTable--retail td:not(:first-child),.CapitalExpendituresTable--retail th:not(:first-child){text-align:right!important}.CapitalExpendituresTable--retail td:nth-child(n+6),.CapitalExpendituresTable--retail th:nth-child(n+6){max-width:120px;min-width:120px;width:120px}.CapitalExpendituresTable--office tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child{z-index:3}.CapitalExpendituresTable--office tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child:after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.CapitalExpendituresTable--office tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child){border-right:none;max-width:120px;min-width:120px;width:120px}.CapitalExpendituresTable--office tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child):after{background:none}.CapitalExpendituresTable--office tfoot th:first-child,.CapitalExpendituresTable--office thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.CapitalExpendituresTable--office tfoot th:nth-child(2),.CapitalExpendituresTable--office thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--office tfoot th:nth-child(3),.CapitalExpendituresTable--office thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:430px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--office tfoot th:nth-child(4),.CapitalExpendituresTable--office thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.CapitalExpendituresTable--office tfoot th:nth-child(5),.CapitalExpendituresTable--office thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.CapitalExpendituresTable--office tfoot th:nth-child(5):after,.CapitalExpendituresTable--office thead th:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.CapitalExpendituresTable--office tbody td:first-child{background-color:inherit;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.CapitalExpendituresTable--office tbody td:nth-child(2){background-color:inherit;left:320px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--office tbody td:nth-child(3){background-color:inherit;left:430px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--office tbody td:nth-child(4){background-color:inherit;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.CapitalExpendituresTable--office tbody td:nth-child(5){background-color:inherit;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.CapitalExpendituresTable--office tbody td:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.CapitalExpendituresTable--office td:first-child,.CapitalExpendituresTable--office th:first-child{border-right:2px solid #4f5b69}.CapitalExpendituresTable--office td:not(:first-child),.CapitalExpendituresTable--office th:not(:first-child){text-align:right!important}.CapitalExpendituresTable--office td:nth-child(n+6),.CapitalExpendituresTable--office th:nth-child(n+6){max-width:120px;min-width:120px;width:120px}.CapitalExpendituresTable--industrial tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child{z-index:3}.CapitalExpendituresTable--industrial tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child:after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.CapitalExpendituresTable--industrial tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child){border-right:none;max-width:120px;min-width:120px;width:120px}.CapitalExpendituresTable--industrial tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child):after{background:none}.CapitalExpendituresTable--industrial tfoot th:first-child,.CapitalExpendituresTable--industrial thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.CapitalExpendituresTable--industrial tfoot th:nth-child(2),.CapitalExpendituresTable--industrial thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--industrial tfoot th:nth-child(3),.CapitalExpendituresTable--industrial thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:430px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--industrial tfoot th:nth-child(4),.CapitalExpendituresTable--industrial thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.CapitalExpendituresTable--industrial tfoot th:nth-child(5),.CapitalExpendituresTable--industrial thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.CapitalExpendituresTable--industrial tfoot th:nth-child(5):after,.CapitalExpendituresTable--industrial thead th:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.CapitalExpendituresTable--industrial tbody td:first-child{background-color:inherit;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.CapitalExpendituresTable--industrial tbody td:nth-child(2){background-color:inherit;left:320px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--industrial tbody td:nth-child(3){background-color:inherit;left:430px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--industrial tbody td:nth-child(4){background-color:inherit;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.CapitalExpendituresTable--industrial tbody td:nth-child(5){background-color:inherit;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.CapitalExpendituresTable--industrial tbody td:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.CapitalExpendituresTable--industrial td:first-child,.CapitalExpendituresTable--industrial th:first-child{border-right:2px solid #4f5b69}.CapitalExpendituresTable--industrial td:not(:first-child),.CapitalExpendituresTable--industrial th:not(:first-child){text-align:right!important}.CapitalExpendituresTable--industrial td:nth-child(n+6),.CapitalExpendituresTable--industrial th:nth-child(n+6){max-width:120px;min-width:120px;width:120px}.CapitalExpendituresTable--data-center tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child{z-index:3}.CapitalExpendituresTable--data-center tbody.NSTable__tbody--pro-forma-placeholder tr td:first-child:after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.CapitalExpendituresTable--data-center tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child){border-right:none;max-width:120px;min-width:120px;width:120px}.CapitalExpendituresTable--data-center tbody.NSTable__tbody--pro-forma-placeholder tr td:not(:first-child):after{background:none}.CapitalExpendituresTable--data-center tfoot th:first-child,.CapitalExpendituresTable--data-center thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.CapitalExpendituresTable--data-center tfoot th:nth-child(2),.CapitalExpendituresTable--data-center thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--data-center tfoot th:nth-child(3),.CapitalExpendituresTable--data-center thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:430px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--data-center tfoot th:nth-child(4),.CapitalExpendituresTable--data-center thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.CapitalExpendituresTable--data-center tfoot th:nth-child(5),.CapitalExpendituresTable--data-center thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:660px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.CapitalExpendituresTable--data-center tfoot th:nth-child(6),.CapitalExpendituresTable--data-center thead th:nth-child(6){background-color:#525d6b;border-bottom:none!important;left:780px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.CapitalExpendituresTable--data-center tfoot th:nth-child(6):after,.CapitalExpendituresTable--data-center thead th:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.CapitalExpendituresTable--data-center tbody td:first-child{background-color:inherit;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.CapitalExpendituresTable--data-center tbody td:nth-child(2){background-color:inherit;left:320px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--data-center tbody td:nth-child(3){background-color:inherit;left:430px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.CapitalExpendituresTable--data-center tbody td:nth-child(4){background-color:inherit;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.CapitalExpendituresTable--data-center tbody td:nth-child(5){background-color:inherit;left:660px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.CapitalExpendituresTable--data-center tbody td:nth-child(6){background-color:inherit;left:780px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.CapitalExpendituresTable--data-center tbody td:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.CapitalExpendituresTable--data-center td:first-child,.CapitalExpendituresTable--data-center th:first-child{border-right:2px solid #4f5b69}.CapitalExpendituresTable--data-center td:not(:first-child),.CapitalExpendituresTable--data-center th:not(:first-child){text-align:right!important}.CapitalExpendituresTable--data-center td:nth-child(n+7),.CapitalExpendituresTable--data-center th:nth-child(n+7){max-width:120px;min-width:120px;width:120px}.BaseTotalsTable--apartment tfoot th:first-child,.BaseTotalsTable--apartment thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:280px;min-width:280px;position:sticky!important;width:280px;z-index:2}.BaseTotalsTable--apartment tfoot th:nth-child(2),.BaseTotalsTable--apartment thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:280px;max-width:440px;min-width:440px;position:sticky!important;width:440px;z-index:2}.BaseTotalsTable--apartment tfoot th:nth-child(2):after,.BaseTotalsTable--apartment thead th:nth-child(2):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.BaseTotalsTable--apartment tbody td:first-child{background-color:inherit;left:0;max-width:280px;min-width:280px;position:sticky!important;width:280px;z-index:2}.BaseTotalsTable--apartment tbody td:nth-child(2){background-color:inherit;left:280px;max-width:440px;min-width:440px;position:sticky!important;width:440px;z-index:2}.BaseTotalsTable--apartment tbody td:nth-child(2):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.BaseTotalsTable--apartment th:first-child{border-right:2px solid #4f5b69}.BaseTotalsTable--apartment th:not(:first-child){text-align:right!important}.BaseTotalsTable--apartment th:nth-child(n+3){max-width:120px;min-width:120px;width:120px}.BaseTotalsTable--apartment-with-retail tfoot th:first-child,.BaseTotalsTable--apartment-with-retail thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:280px;min-width:280px;position:sticky!important;width:280px;z-index:2}.BaseTotalsTable--apartment-with-retail tfoot th:nth-child(2),.BaseTotalsTable--apartment-with-retail thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:280px;max-width:440px;min-width:440px;position:sticky!important;width:440px;z-index:2}.BaseTotalsTable--apartment-with-retail tfoot th:nth-child(2):after,.BaseTotalsTable--apartment-with-retail thead th:nth-child(2):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.BaseTotalsTable--apartment-with-retail tbody td:first-child{background-color:inherit;left:0;max-width:280px;min-width:280px;position:sticky!important;width:280px;z-index:2}.BaseTotalsTable--apartment-with-retail tbody td:nth-child(2){background-color:inherit;left:280px;max-width:440px;min-width:440px;position:sticky!important;width:440px;z-index:2}.BaseTotalsTable--apartment-with-retail tbody td:nth-child(2):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.BaseTotalsTable--apartment-with-retail th:first-child{border-right:2px solid #4f5b69}.BaseTotalsTable--apartment-with-retail th:not(:first-child){text-align:right!important}.BaseTotalsTable--apartment-with-retail th:nth-child(n+3){max-width:120px;min-width:120px;width:120px}.BaseTotalsTable--retail tfoot th:first-child,.BaseTotalsTable--retail thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.BaseTotalsTable--retail tfoot th:nth-child(2),.BaseTotalsTable--retail thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:480px;min-width:480px;position:sticky!important;width:480px;z-index:2}.BaseTotalsTable--retail tfoot th:nth-child(2):after,.BaseTotalsTable--retail thead th:nth-child(2):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.BaseTotalsTable--retail tbody td:first-child{background-color:inherit;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.BaseTotalsTable--retail tbody td:nth-child(2){background-color:inherit;left:320px;max-width:480px;min-width:480px;position:sticky!important;width:480px;z-index:2}.BaseTotalsTable--retail tbody td:nth-child(2):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.BaseTotalsTable--retail th:first-child{border-right:2px solid #4f5b69}.BaseTotalsTable--retail th:not(:first-child){text-align:right!important}.BaseTotalsTable--retail th:nth-child(n+3){max-width:120px;min-width:120px;width:120px}.BaseTotalsTable--office tfoot th:first-child,.BaseTotalsTable--office thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.BaseTotalsTable--office tfoot th:nth-child(2),.BaseTotalsTable--office thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:480px;min-width:480px;position:sticky!important;width:480px;z-index:2}.BaseTotalsTable--office tfoot th:nth-child(2):after,.BaseTotalsTable--office thead th:nth-child(2):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.BaseTotalsTable--office tbody td:first-child{background-color:inherit;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.BaseTotalsTable--office tbody td:nth-child(2){background-color:inherit;left:320px;max-width:480px;min-width:480px;position:sticky!important;width:480px;z-index:2}.BaseTotalsTable--office tbody td:nth-child(2):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.BaseTotalsTable--office th:first-child{border-right:2px solid #4f5b69}.BaseTotalsTable--office th:not(:first-child){text-align:right!important}.BaseTotalsTable--office th:nth-child(n+3){max-width:120px;min-width:120px;width:120px}.BaseTotalsTable--industrial tfoot th:first-child,.BaseTotalsTable--industrial thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.BaseTotalsTable--industrial tfoot th:nth-child(2),.BaseTotalsTable--industrial thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:480px;min-width:480px;position:sticky!important;width:480px;z-index:2}.BaseTotalsTable--industrial tfoot th:nth-child(2):after,.BaseTotalsTable--industrial thead th:nth-child(2):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.BaseTotalsTable--industrial tbody td:first-child{background-color:inherit;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.BaseTotalsTable--industrial tbody td:nth-child(2){background-color:inherit;left:320px;max-width:480px;min-width:480px;position:sticky!important;width:480px;z-index:2}.BaseTotalsTable--industrial tbody td:nth-child(2):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.BaseTotalsTable--industrial th:first-child{border-right:2px solid #4f5b69}.BaseTotalsTable--industrial th:not(:first-child){text-align:right!important}.BaseTotalsTable--industrial th:nth-child(n+3){max-width:120px;min-width:120px;width:120px}.BaseTotalsTable--data-center tfoot th:first-child,.BaseTotalsTable--data-center thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.BaseTotalsTable--data-center tfoot th:nth-child(2),.BaseTotalsTable--data-center thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:600px;min-width:600px;position:sticky!important;width:600px;z-index:2}.BaseTotalsTable--data-center tfoot th:nth-child(2):after,.BaseTotalsTable--data-center thead th:nth-child(2):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.BaseTotalsTable--data-center tbody td:first-child{background-color:inherit;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.BaseTotalsTable--data-center tbody td:nth-child(2){background-color:inherit;left:320px;max-width:600px;min-width:600px;position:sticky!important;width:600px;z-index:2}.BaseTotalsTable--data-center tbody td:nth-child(2):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.BaseTotalsTable--data-center th:first-child{border-right:2px solid #4f5b69}.BaseTotalsTable--data-center th:not(:first-child){text-align:right!important}.BaseTotalsTable--data-center th:nth-child(n+3){max-width:120px;min-width:120px;width:120px}.ProFormaPermanentDebt__inputs-container{flex:1 1}.ProFormaPermanentDebt__input-width{width:180px}.ProFormaPermanentDebt__stabilized-month-container{border-radius:4px}.ProFormaPermanentDebt__toggle-buttons{display:flex}.ProFormaPermanentDebt__toggle-buttons .NSButton{flex:1 1;text-align:center}.ProFormaPermanentDebt__toggle-buttons--left-button{border-bottom-left-radius:4px;border-bottom-right-radius:0;border-top-left-radius:4px;border-top-right-radius:0}.ProFormaPermanentDebt__toggle-buttons--right-button{border-bottom-left-radius:0;border-bottom-right-radius:4px;border-top-left-radius:0;border-top-right-radius:4px}.ProFormaPermanentDebt__table-wrapper input,.ProFormaPermanentDebt__table-wrapper td,.ProFormaPermanentDebt__table-wrapper th{font-size:12px}.ProFormaPermanentDebt__table-wrapper td,.ProFormaPermanentDebt__table-wrapper th{align-content:center;height:50px}.DebtServiceTable--apartment tfoot th:first-child,.DebtServiceTable--apartment thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:280px;min-width:280px;position:sticky!important;width:280px;z-index:2}.DebtServiceTable--apartment tfoot th:nth-child(2),.DebtServiceTable--apartment thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:280px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.DebtServiceTable--apartment tfoot th:nth-child(3),.DebtServiceTable--apartment thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:390px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.DebtServiceTable--apartment tfoot th:nth-child(4),.DebtServiceTable--apartment thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:500px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.DebtServiceTable--apartment tfoot th:nth-child(5),.DebtServiceTable--apartment thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:610px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.DebtServiceTable--apartment tfoot th:nth-child(5):after,.DebtServiceTable--apartment thead th:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.DebtServiceTable--apartment tbody td:first-child{background-color:inherit;left:0;max-width:280px;min-width:280px;position:sticky!important;width:280px;z-index:2}.DebtServiceTable--apartment tbody td:nth-child(2){left:280px}.DebtServiceTable--apartment tbody td:nth-child(2),.DebtServiceTable--apartment tbody td:nth-child(3){background-color:inherit;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.DebtServiceTable--apartment tbody td:nth-child(3){left:390px}.DebtServiceTable--apartment tbody td:nth-child(4){left:500px}.DebtServiceTable--apartment tbody td:nth-child(4),.DebtServiceTable--apartment tbody td:nth-child(5){background-color:inherit;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.DebtServiceTable--apartment tbody td:nth-child(5){left:610px}.DebtServiceTable--apartment tbody td:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.DebtServiceTable--apartment td:first-child,.DebtServiceTable--apartment th:first-child{border-right:2px solid #4f5b69}.DebtServiceTable--apartment td:not(:first-child),.DebtServiceTable--apartment th:not(:first-child){text-align:right!important}.DebtServiceTable--apartment td:nth-child(n+6),.DebtServiceTable--apartment th:nth-child(n+6){max-width:120px;min-width:120px;width:120px}.DebtServiceTable--apartment-with-retail tfoot th:first-child,.DebtServiceTable--apartment-with-retail thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:280px;min-width:280px;position:sticky!important;width:280px;z-index:2}.DebtServiceTable--apartment-with-retail tfoot th:nth-child(2),.DebtServiceTable--apartment-with-retail thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:280px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.DebtServiceTable--apartment-with-retail tfoot th:nth-child(3),.DebtServiceTable--apartment-with-retail thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:390px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.DebtServiceTable--apartment-with-retail tfoot th:nth-child(4),.DebtServiceTable--apartment-with-retail thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:500px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.DebtServiceTable--apartment-with-retail tfoot th:nth-child(5),.DebtServiceTable--apartment-with-retail thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:610px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.DebtServiceTable--apartment-with-retail tfoot th:nth-child(5):after,.DebtServiceTable--apartment-with-retail thead th:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.DebtServiceTable--apartment-with-retail tbody td:first-child{background-color:inherit;left:0;max-width:280px;min-width:280px;position:sticky!important;width:280px;z-index:2}.DebtServiceTable--apartment-with-retail tbody td:nth-child(2){background-color:inherit;left:280px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.DebtServiceTable--apartment-with-retail tbody td:nth-child(3){background-color:inherit;left:390px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.DebtServiceTable--apartment-with-retail tbody td:nth-child(4){background-color:inherit;left:500px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.DebtServiceTable--apartment-with-retail tbody td:nth-child(5){background-color:inherit;left:610px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.DebtServiceTable--apartment-with-retail tbody td:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.DebtServiceTable--apartment-with-retail td:first-child,.DebtServiceTable--apartment-with-retail th:first-child{border-right:2px solid #4f5b69}.DebtServiceTable--apartment-with-retail td:not(:first-child),.DebtServiceTable--apartment-with-retail th:not(:first-child){text-align:right!important}.DebtServiceTable--apartment-with-retail td:nth-child(n+6),.DebtServiceTable--apartment-with-retail th:nth-child(n+6){max-width:120px;min-width:120px;width:120px}.DebtServiceTable--retail tfoot th:first-child,.DebtServiceTable--retail thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.DebtServiceTable--retail tfoot th:nth-child(2),.DebtServiceTable--retail thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.DebtServiceTable--retail tfoot th:nth-child(3),.DebtServiceTable--retail thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:430px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.DebtServiceTable--retail tfoot th:nth-child(4),.DebtServiceTable--retail thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.DebtServiceTable--retail tfoot th:nth-child(5),.DebtServiceTable--retail thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.DebtServiceTable--retail tfoot th:nth-child(5):after,.DebtServiceTable--retail thead th:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.DebtServiceTable--retail tbody td:first-child{background-color:inherit;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.DebtServiceTable--retail tbody td:nth-child(2){left:320px}.DebtServiceTable--retail tbody td:nth-child(2),.DebtServiceTable--retail tbody td:nth-child(3){background-color:inherit;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.DebtServiceTable--retail tbody td:nth-child(3){left:430px}.DebtServiceTable--retail tbody td:nth-child(4){background-color:inherit;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.DebtServiceTable--retail tbody td:nth-child(5){background-color:inherit;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.DebtServiceTable--retail tbody td:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.DebtServiceTable--retail td:first-child,.DebtServiceTable--retail th:first-child{border-right:2px solid #4f5b69}.DebtServiceTable--retail td:not(:first-child),.DebtServiceTable--retail th:not(:first-child){text-align:right!important}.DebtServiceTable--retail td:nth-child(n+6),.DebtServiceTable--retail th:nth-child(n+6){max-width:120px;min-width:120px;width:120px}.DebtServiceTable--office tfoot th:first-child,.DebtServiceTable--office thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.DebtServiceTable--office tfoot th:nth-child(2),.DebtServiceTable--office thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.DebtServiceTable--office tfoot th:nth-child(3),.DebtServiceTable--office thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:430px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.DebtServiceTable--office tfoot th:nth-child(4),.DebtServiceTable--office thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.DebtServiceTable--office tfoot th:nth-child(5),.DebtServiceTable--office thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.DebtServiceTable--office tfoot th:nth-child(5):after,.DebtServiceTable--office thead th:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.DebtServiceTable--office tbody td:first-child{background-color:inherit;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.DebtServiceTable--office tbody td:nth-child(2){left:320px}.DebtServiceTable--office tbody td:nth-child(2),.DebtServiceTable--office tbody td:nth-child(3){background-color:inherit;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.DebtServiceTable--office tbody td:nth-child(3){left:430px}.DebtServiceTable--office tbody td:nth-child(4){background-color:inherit;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.DebtServiceTable--office tbody td:nth-child(5){background-color:inherit;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.DebtServiceTable--office tbody td:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.DebtServiceTable--office td:first-child,.DebtServiceTable--office th:first-child{border-right:2px solid #4f5b69}.DebtServiceTable--office td:not(:first-child),.DebtServiceTable--office th:not(:first-child){text-align:right!important}.DebtServiceTable--office td:nth-child(n+6),.DebtServiceTable--office th:nth-child(n+6){max-width:120px;min-width:120px;width:120px}.DebtServiceTable--industrial tfoot th:first-child,.DebtServiceTable--industrial thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.DebtServiceTable--industrial tfoot th:nth-child(2),.DebtServiceTable--industrial thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.DebtServiceTable--industrial tfoot th:nth-child(3),.DebtServiceTable--industrial thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:430px;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.DebtServiceTable--industrial tfoot th:nth-child(4),.DebtServiceTable--industrial thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.DebtServiceTable--industrial tfoot th:nth-child(5),.DebtServiceTable--industrial thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.DebtServiceTable--industrial tfoot th:nth-child(5):after,.DebtServiceTable--industrial thead th:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.DebtServiceTable--industrial tbody td:first-child{background-color:inherit;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.DebtServiceTable--industrial tbody td:nth-child(2){left:320px}.DebtServiceTable--industrial tbody td:nth-child(2),.DebtServiceTable--industrial tbody td:nth-child(3){background-color:inherit;max-width:110px;min-width:110px;position:sticky!important;width:110px;z-index:2}.DebtServiceTable--industrial tbody td:nth-child(3){left:430px}.DebtServiceTable--industrial tbody td:nth-child(4){background-color:inherit;left:540px;max-width:120px;min-width:120px;position:sticky!important;width:120px;z-index:2}.DebtServiceTable--industrial tbody td:nth-child(5){background-color:inherit;left:660px;max-width:140px;min-width:140px;position:sticky!important;width:140px;z-index:2}.DebtServiceTable--industrial tbody td:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.DebtServiceTable--industrial td:first-child,.DebtServiceTable--industrial th:first-child{border-right:2px solid #4f5b69}.DebtServiceTable--industrial td:not(:first-child),.DebtServiceTable--industrial th:not(:first-child){text-align:right!important}.DebtServiceTable--industrial td:nth-child(n+6),.DebtServiceTable--industrial th:nth-child(n+6){max-width:120px;min-width:120px;width:120px}.DebtServiceTable--data-center tfoot th:first-child,.DebtServiceTable--data-center thead th:first-child{background-color:#525d6b;border-bottom:none!important;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.DebtServiceTable--data-center tfoot th:nth-child(2),.DebtServiceTable--data-center thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;left:320px;max-width:130px;min-width:130px;position:sticky!important;width:130px;z-index:2}.DebtServiceTable--data-center tfoot th:nth-child(3),.DebtServiceTable--data-center thead th:nth-child(3){background-color:#525d6b;border-bottom:none!important;left:450px;max-width:130px;min-width:130px;position:sticky!important;width:130px;z-index:2}.DebtServiceTable--data-center tfoot th:nth-child(4),.DebtServiceTable--data-center thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;left:580px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.DebtServiceTable--data-center tfoot th:nth-child(5),.DebtServiceTable--data-center thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;left:740px;max-width:180px;min-width:180px;position:sticky!important;width:180px;z-index:2}.DebtServiceTable--data-center tfoot th:nth-child(5):after,.DebtServiceTable--data-center thead th:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.DebtServiceTable--data-center tbody td:first-child{background-color:inherit;left:0;max-width:320px;min-width:320px;position:sticky!important;width:320px;z-index:2}.DebtServiceTable--data-center tbody td:nth-child(2){background-color:inherit;left:320px;max-width:130px;min-width:130px;position:sticky!important;width:130px;z-index:2}.DebtServiceTable--data-center tbody td:nth-child(3){background-color:inherit;left:450px;max-width:130px;min-width:130px;position:sticky!important;width:130px;z-index:2}.DebtServiceTable--data-center tbody td:nth-child(4){background-color:inherit;left:580px;max-width:160px;min-width:160px;position:sticky!important;width:160px;z-index:2}.DebtServiceTable--data-center tbody td:nth-child(5){background-color:inherit;left:740px;max-width:180px;min-width:180px;position:sticky!important;width:180px;z-index:2}.DebtServiceTable--data-center tbody td:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.DebtServiceTable--data-center td:first-child,.DebtServiceTable--data-center th:first-child{border-right:2px solid #4f5b69}.DebtServiceTable--data-center td:not(:first-child),.DebtServiceTable--data-center th:not(:first-child){text-align:right!important}.DebtServiceTable--data-center td:nth-child(n+6),.DebtServiceTable--data-center th:nth-child(n+6){max-width:120px;min-width:120px;width:120px}.ProFormaOperations__permanent-debt-toggle{pointer-events:none}.input{height:30px;padding:4px 0 4px 4px;text-align:right}.ProFormaGenericTable__fixed-section{flex:1 1 100%;max-width:1050px;max-width:var(--fixed-columns-max-width,1050px);position:relative;z-index:2}.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table{border-radius:0;font-size:12px;margin-bottom:0;table-layout:fixed;width:100%}.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table td:first-child,.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table td:first-child.has-dropdown,.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table th:first-child,.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table th:first-child.has-dropdown{min-width:250px;min-width:var(--first-column-width,250px);width:250px;width:var(--first-column-width,250px)}.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table td:nth-child(2),.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table th:nth-child(2){min-width:80px;min-width:var(--second-column-width,80px);width:80px;width:var(--second-column-width,80px)}.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table td:nth-child(3),.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table th:nth-child(3){min-width:80px;min-width:var(--third-column-width,80px);width:80px;width:var(--third-column-width,80px)}.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table td:nth-child(4),.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table th:nth-child(4){min-width:80px;min-width:var(--fourth-column-width,80px);width:80px;width:var(--fourth-column-width,80px)}.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table td:nth-child(5),.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table th:nth-child(5){min-width:80px;min-width:var(--fifth-column-width,80px);width:80px;width:var(--fifth-column-width,80px)}.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table td:nth-child(6),.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table th:nth-child(6){min-width:80px;min-width:var(--sixth-column-width,80px);width:80px;width:var(--sixth-column-width,80px)}.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table td:nth-child(7),.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table th:nth-child(7){min-width:80px;min-width:var(--seventh-column-width,80px);width:80px;width:var(--seventh-column-width,80px)}.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table td,.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table th{border-radius:0;font-size:12px;height:46px;overflow:hidden;padding:12px;text-overflow:ellipsis;white-space:nowrap}.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table td>div,.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table td>input,.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table th>div,.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table th>input{height:24px;line-height:12px}.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table td.has-dropdown,.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table th.has-dropdown{min-width:undefined;min-width:var(--header-dropdown-width,undefined);width:undefined;width:var(--header-dropdown-width,undefined)}.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table .NSTable__tbody__tr td{position:relative}.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table .NSTable__tbody__tr td.NSTable__tbody__tr__td--large{height:72px;padding:18px 12px}.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table .NSTable__tbody__tr td.NSTable__tbody__tr__td--large.text-right>div{align-items:center;display:flex;height:100%;justify-content:flex-end}.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table .NSTable__tbody__tr td .dropdown-spacer{transition:width .2s ease-in-out;width:0}.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table .NSTable__tbody__tr td .delete-icon{cursor:pointer;opacity:0;position:absolute;right:11px;top:50%;transform:translateY(-50%);transition:opacity .2s}.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table .NSTable__tbody__tr:hover td.NSTable__tbody__tr__td--large div:has(>.NSCellInput){margin-top:-2px}.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table .NSTable__tbody__tr:hover td .delete-icon{opacity:1}.ProFormaGenericTable__fixed-section .ProFormaGenericTable__table .NSTable__tbody__tr:hover td .dropdown-spacer{width:24px}.ProFormaGenericTable__fixed-section:after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.ProFormaGenericTable__scrollable-section{flex:1 1;overflow-x:auto;overscroll-behavior-x:none}.ProFormaGenericTable__scrollable-section::-webkit-scrollbar{background:#525d6b;height:8px}.ProFormaGenericTable__scrollable-section .ProFormaGenericTable__table{border-radius:0}.ProFormaGenericTable__scrollable-section .ProFormaGenericTable__table-disabled td,.ProFormaGenericTable__scrollable-section .ProFormaGenericTable__table-disabled th{border-radius:0;font-size:12px;height:49px;min-width:130px;overflow:hidden;padding:12px;text-overflow:ellipsis;white-space:nowrap;width:130px}.ProFormaGenericTable__scrollable-section .ProFormaGenericTable__table-disabled td>div,.ProFormaGenericTable__scrollable-section .ProFormaGenericTable__table-disabled td>input,.ProFormaGenericTable__scrollable-section .ProFormaGenericTable__table-disabled th>div,.ProFormaGenericTable__scrollable-section .ProFormaGenericTable__table-disabled th>input{height:24px;line-height:25px}.ProFormaGenericTable__scrollable-section .ProFormaGenericTable__table-disabled td.NSTable__tbody__tr__td--large,.ProFormaGenericTable__scrollable-section .ProFormaGenericTable__table-disabled th.NSTable__tbody__tr__td--large{height:72px;padding:24px 12px}.ProFormaGenericTable__scrollable-section .ProFormaGenericTable__table td,.ProFormaGenericTable__scrollable-section .ProFormaGenericTable__table th{border-radius:0;font-size:12px;height:46px;min-width:130px;overflow:hidden;padding:12px;text-overflow:ellipsis;white-space:nowrap;width:130px}.ProFormaGenericTable__scrollable-section .ProFormaGenericTable__table td>div,.ProFormaGenericTable__scrollable-section .ProFormaGenericTable__table td>input,.ProFormaGenericTable__scrollable-section .ProFormaGenericTable__table th>div,.ProFormaGenericTable__scrollable-section .ProFormaGenericTable__table th>input{height:24px;line-height:25px}.ProFormaGenericTable__scrollable-section .ProFormaGenericTable__table td.NSTable__tbody__tr__td--large,.ProFormaGenericTable__scrollable-section .ProFormaGenericTable__table th.NSTable__tbody__tr__td--large{height:72px;padding:24px 12px}.ProFormaGenericTable__scrollable-section .ProFormaGenericTable__table td .NSSelect,.ProFormaGenericTable__scrollable-section .ProFormaGenericTable__table th .NSSelect{align-items:center;display:flex;height:100%;margin-top:0}.ProFormaGenericTable__scrollable-section--total-cells{line-height:12px!important}.ProFormaGenericTable__cell{height:40px}.ProFormaGenericTable__total-cell{font-weight:700}.ProFormaGenericTable__border-warning{border-left:3px solid #f9bc0d}.ProFormaForecastTable__separator{border-bottom:2px solid #404954;margin-bottom:16px;margin-top:16px}.ProFormaForecastTable__header{line-height:14px}.mill-rate-box{background:#ffffff0d;border-radius:4px;padding:2px 8px}.mill-rate-box .mill-rate-values{line-height:16px}.ProFormaAssumptions__input-width{width:180px}.ProFormaAssumptions__stabilized-month-container{border-radius:4px}.ProFormaValuation__header{line-height:14px}.ProForma__warning-icon{background-color:#f9bc0d1a;border-radius:2px;padding:4px}.ProForma__overlay{animation:slideUpOverlay .5s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(6.5px);backdrop-filter:blur(6.5px);background:linear-gradient(180deg,#0fb3ff26,#00324926 63.43%);bottom:0;height:100%;left:0;position:absolute;right:0;top:300px;z-index:1000}@keyframes slideUpOverlay{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.EmailVerification{align-items:center;background:#035e89;bottom:0;display:flex;justify-content:center;left:0;overflow:hidden;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.EmailVerification__background-image{display:block;height:100%;max-height:100%;max-width:100%;mix-blend-mode:multiply;object-fit:contain;pointer-events:none;position:absolute;transform:translate(12%,6%) scale(1.7);width:auto;z-index:0}.EmailVerification__back-button{align-items:center;align-self:flex-start;background:none;border:none;cursor:pointer;display:flex;font-size:.9rem;margin-bottom:1rem;padding:0}.EmailVerification__back-button:hover{opacity:.8;text-decoration:underline}.EmailVerification__container{background:#30343e;border-radius:16px;display:flex;flex-direction:column;max-width:500px;padding:3rem;position:relative;text-align:center;width:100%;z-index:1}.EmailVerification__icon{align-items:center;background-color:#375f77;border-radius:50%;color:#fff;display:flex;height:80px;justify-content:center;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;width:80px}.EmailVerification__title{color:#fff;font-size:2rem;font-weight:700;margin-bottom:1rem}.EmailVerification__message{color:#ecf0f1;font-size:1rem;line-height:1.5;margin-bottom:2rem}.EmailVerification__submessage{color:#b6c1ce;font-size:.9rem;line-height:1.5;margin-bottom:2rem}.EmailVerification__success-message{background-color:#27ae60;border-radius:4px;color:#fff;font-size:.9rem;margin-bottom:1rem;padding:.75rem}.EmailVerification__resend{align-items:center;border-top:1px solid #6c757d;display:flex;flex-direction:column;flex-wrap:wrap;gap:.5rem;justify-content:center}.EmailVerification__resend-text{color:#95a5a6;font-size:.9rem}.EmailVerification--overlay{align-items:flex-start;background:#0000;bottom:auto;left:auto;min-height:auto;padding:1rem 0 0;position:relative;right:auto;scale:.9;top:-5rem;z-index:auto}.EmailVerification--overlay .EmailVerification__background-image{display:none}.EmailVerification--overlay .EmailVerification__container{background:#0000;max-width:600px;padding:0}.EmailVerification--overlay .EmailVerification__back-button{align-self:center}.Returns .ProFormaGenericTable .ProFormaGenericTable__scrollable-section{overflow-x:hidden}.Returns>div:nth-child(4){position:relative}.Returns>div:nth-child(4) .ProFormaGenericTable__scrollable-section{overflow-x:auto}.Returns__spacer{background-color:#4f5b69;bottom:0;height:8px;left:0;position:absolute;width:calc(100% - 150px);z-index:1}@media(min-width:1550px){.Returns__spacer{width:calc(100% - 400px)}}@media(min-width:2000px){.Returns__spacer{width:calc(100% - 750px)}}.TopLevelAnalysis__inputs-container{flex:1 1}.TopLevelAnalysis__input-width{width:190px}.TopLevelAnalysis__rounded{border-radius:4px}.TopLevelAnalysis__toggle-buttons{display:flex;flex:1 0 50%;max-width:50%}.TopLevelAnalysis__toggle-buttons .NSButton{flex:1 1;text-align:center}.TopLevelAnalysis__toggle-buttons .NSButton:focus{box-shadow:none;outline:none}.TopLevelAnalysis__toggle-buttons--left-button{border-bottom-left-radius:4px;border-bottom-right-radius:0;border-top-left-radius:4px;border-top-right-radius:0}.TopLevelAnalysis__toggle-buttons--right-button{border-bottom-left-radius:0;border-bottom-right-radius:4px;border-top-left-radius:0;border-top-right-radius:4px}.TopLevelAnalysis__label-tooltip{cursor:pointer;font-weight:400;width:fit-content}.WaterfallAnalysis__separator{background-color:#4f5b69;height:1px;margin-top:12px}.WaterfallAnalysis__tabs:not(.active){background-color:#464e5b!important}.WaterfallAnalysis .ProFormaGenericTable:not(:last-child) .ProFormaGenericTable__scrollable-section{overflow-x:hidden}.WaterfallAnalysis--hurdle-input{width:60px}.WaterfallAnalysis--hurdle-label{width:40px}.ns-no-outline:focus{outline:none!important}.ExecutiveSummaryCard__title{line-height:16px;margin:0}.ExecutiveSummaryGenericTable{border-radius:4px}.ExecutiveSummaryGenericTable--separator{border-bottom:1px solid #4f5b69}.chart-container{align-items:center;border-radius:5px;justify-content:center;margin:0;overflow-y:auto;padding:0;width:100%}.executive-summary-timeline-chart_wrapper{width:100%}.executive-summary-timeline-chart_wrapper--scrollable{overflow-x:auto}.executive-summary-timeline-chart_container{width:100%}.executive-summary-timeline-chart_container--scrollable{min-width:1200px;min-width:var(--timeline-min-width,1200px)}.Sensitivity__add-sensitivity{align-items:center;border:2px dashed #4f5b69;border-radius:4px;display:flex;justify-content:center;min-height:200px}.Sensitivity__add-sensitivity__content{align-items:center;display:flex;flex-direction:column}.Sensitivity__add-sensitivity__dropdown{width:360px}.Sensitivity__add-sensitivity__title{color:#fff;font-size:14px}.Sensitivity__table{transition:width .3s ease;width:100%}.Sensitivity__table--title{font-size:16px}.Sensitivity__table--shrinked{width:calc(100% - 300px)}.Sensitivity__valuation-card-container{overflow:hidden;position:absolute;right:0;top:0;transition:width .3s ease;width:300px}.Sensitivity__valuation-card-container--hidden{width:0}.Sensitivity--input-width{width:150px}.Sensitivity--separator{border-bottom:1px solid #4f5b69}.SensitivityTable{border-collapse:initial;border-spacing:2px;min-height:398px}.SensitivityTable__vertical-data-label,.SensitivityTable__vertical-label{border:none;transform:rotate(180deg);writing-mode:vertical-rl}.SensitivityTable__vertical-data-label{flex:1 1;font-size:12px}.SensitivityTable__vertical-buttons-container{padding-bottom:48px}.SensitivityTable__cell{border:2px solid #0000;border-radius:8px;min-width:198px;transition:background-color .2s ease,border .2s ease}.SensitivityTable__cell--best{background-color:#30a279b3}.SensitivityTable__cell--best:hover{background-color:#30a279cc;color:#fff}.SensitivityTable__cell--best--focused{background-color:#30a279;border:2px solid #42d29d;color:#fff}.SensitivityTable__cell--good{background-color:#288b6680}.SensitivityTable__cell--good:hover{background-color:#288b66b3;color:#fff}.SensitivityTable__cell--good--focused{background-color:#288b66cc;border:2px solid #42d29d;color:#fff}.SensitivityTable__cell--warning{background-color:#f9bc0d59}.SensitivityTable__cell--warning:hover{background-color:#f9bc0d73;color:#fff}.SensitivityTable__cell--warning--focused{background-color:#f9bc0d8c;border:2px solid #f9bc0d;color:#fff}.SensitivityTable__cell--danger{background-color:#fa676759}.SensitivityTable__cell--danger:hover{background-color:#fa676773;color:#fff}.SensitivityTable__cell--danger--focused{background-color:#fa67678c;border:2px solid #fa6767;color:#fff}.SensitivityTable__cell--base{background-color:#0fb3ff59}.SensitivityTable__cell--empty{background-color:#424655;border:1px solid #707c89}.SensitivityTable__horizontal-buttons-container{right:0}.SensitivityTable__small-font{flex:1 1;font-size:12px}.SensitivityTable__empty-cell-font{font-size:10px}.SensitivityTable__buttons{border-radius:4px;height:8px;margin-bottom:4px;width:8px}.SensitivityTable__buttons--container{z-index:999}.ProFormaExitValuation{border:1px solid #4f5b69;border-radius:4px;width:300px}.ProFormaExitValuation__valuation-container{background-color:#288b6633;border:1px solid #288b661a;border-radius:4px;flex-grow:1;overflow:hidden;padding:8px 12px;position:relative}.ProFormaExitValuation__valuation-container--primary{background-color:#288b664d;border:none;margin-bottom:8px;padding:12px}.ProFormaExitValuation__valuation-container--primary:before{background-color:#288b66;border-bottom-left-radius:4px;border-top-left-radius:4px;bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.ProFormaExitValuation--best .ProFormaExitValuation__valuation-container{background-color:#30a27933}.ProFormaExitValuation--best .ProFormaExitValuation__valuation-container--primary{background-color:#30a2794d}.ProFormaExitValuation--best .ProFormaExitValuation__valuation-container--primary:before{background-color:#30a279}.ProFormaExitValuation--best .ProFormaExitValuation__floating-chart,.ProFormaExitValuation--best .ProFormaExitValuation__floating-dollar{color:#30a279}.ProFormaExitValuation--warning .ProFormaExitValuation__valuation-container{background-color:#f9bc0d33}.ProFormaExitValuation--warning .ProFormaExitValuation__valuation-container--primary{background-color:#f9bc0d4d}.ProFormaExitValuation--warning .ProFormaExitValuation__valuation-container--primary:before{background-color:#f9bc0d}.ProFormaExitValuation--warning .ProFormaExitValuation__floating-chart,.ProFormaExitValuation--warning .ProFormaExitValuation__floating-dollar{color:#f9bc0d}.ProFormaExitValuation--danger .ProFormaExitValuation__valuation-container{background-color:#fa676733}.ProFormaExitValuation--danger .ProFormaExitValuation__valuation-container--primary{background-color:#fa67674d}.ProFormaExitValuation--danger .ProFormaExitValuation__valuation-container--primary:before{background-color:#fa6767}.ProFormaExitValuation--danger .ProFormaExitValuation__floating-chart,.ProFormaExitValuation--danger .ProFormaExitValuation__floating-dollar{color:#fa6767}.ProFormaExitValuation__card-title{font-size:12px}.ProFormaExitValuation__card-valuation{font-size:14px;font-weight:700}.ProFormaExitValuation__card-subtitle{font-size:12px;font-weight:700}.ProFormaExitValuation__cards-grid{grid-gap:6px 6px;display:grid;gap:6px 6px;grid-template-columns:1fr 1fr}.ProFormaExitValuation__separator{border-bottom:2px solid #4f5b69;margin-bottom:12px;margin-top:12px}.ProFormaExitValuation__icon{font-size:12px;margin-right:8px;opacity:.5}.ProFormaExitValuation__floating-dollar{color:#42d29d;font-size:48px;opacity:.15;position:absolute;right:-18px;top:5%}.ProFormaExitValuation__floating-chart{bottom:0;color:#42d29d;font-size:54px;opacity:.15;position:absolute;right:-26px}.Reports-control__search-input{border:1px solid #30343e;border-radius:5px}.Report-type{background-color:#0000;border:2px dashed #30343e;padding:72px}.Report-type--selected{background-color:#0fb3ff40;border:2px solid #0fb3ff}.Report-type--disabled{opacity:.4}.Report-type:not(.Report-type--selected):not(.Report-type--disabled):hover{background-color:#30343e}.Report-type__tooltip{min-width:270px}.ConfigurationSidebar{height:85vh}.Attributes{height:100vh;overflow:hidden}.Attributes.d-none{display:none!important}.AddColumns{flex-grow:1;overflow-y:auto}.SelectedColumns{flex-shrink:0;max-height:45%;overflow-y:auto}::-webkit-scrollbar{background:#0000;width:5px}::-webkit-scrollbar-thumb{background-color:#0000004d}.Deal-selector--unselected{border:1px dashed #4f5b69}.Deal-selector__dropdown{background-color:#4f5b69;border:#4f5b69;min-width:240px}.Pipeline-report__table-empty-state{border:1px dashed #4f5b69;height:85vh}.PaginationButtons{align-items:center;display:flex;justify-content:space-between}.PaginationButtons__buttons{display:flex;gap:8px}.PaginationButtons__buttons-button{align-items:center;border:none;border-radius:4px;display:flex;font-size:14px;height:32px;justify-content:center;padding:0;width:32px}.ActionRow{background-color:#2c3039}.InvestmentMemoSideNav-wrapper{flex-shrink:0;width:330px}.InvestmentMemoSideNav{border-radius:20px;height:calc(100vh - 112px);min-height:650px}.InvestmentMemoSideNav__content{flex:1 1;min-height:0}.InvestmentMemoSideNav__footer{border-radius:0 0 20px 20px!important;border-top:2px solid #494e5e;flex-shrink:0}.FileCard{background-color:#424655;border:1px solid #4f5b69;gap:8px;max-width:100%;transition:border-color .2s ease,background-color .2s ease}.FileCard__icon{color:#f3f3f3;margin-left:6px}.FileCard__content{flex-grow:1;margin-left:12px;min-width:0;overflow:hidden}.FileCard__filename{color:#aab8c5;font-size:14px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.FileCard__date{color:#8391a2;font-size:12px;font-weight:400}.FileCard--selected{background-color:#0fb3ff40;border:1px solid #0fb3ff}.InvestmentMemoDropzone__files,.InvestmentMemoDropzone__label,.InvestmentMemoDropzone__uploaded{gap:8px}.InvestmentMemoDropzone__preview{height:132px}.DocumentLibrarySuggestions__list{gap:8px}.ExecutiveSummaryForm__key-metrics-container{background-color:#3b3f4c;border-radius:4px;padding:16px}.InvestmentMemoSection__card-number{background-color:#0fb3ff;border-radius:50%;color:#fff;flex-shrink:0;font-size:1.125rem;font-weight:600;height:40px;margin-right:1rem;width:40px}.InvestmentMemoSection__continue-button{background:#252830;bottom:0}.plus-button{border:1px solid #a2adb9;margin-left:8px}.DevelopmentTimelineForm__year-line{flex-grow:1}.Specs{gap:8px}.Specs__field-col{gap:16px}.Specs__field-row{gap:8px}.Specs__input{background-color:#4f5b69;height:41px}.InvestmentMemoUnitMixTable .NSTable__tbody__tr,.InvestmentMemoUnitMixTable .NSTable__tbody__tr__td,.InvestmentMemoUnitMixTable .NSTable__thead__tr,.InvestmentMemoUnitMixTable .NSTable__thead__tr__th{background:#0000!important;border:none!important}.InvestmentMemoUnitMixTable .NSTable__tbody__tr:last-child,.InvestmentMemoUnitMixTable .NSTable__tbody__tr:last-child .NSTable__tbody__tr__td{border-top:1px solid #ffffff1a!important}.RentRollTable .NSTable__tbody__tr,.RentRollTable .NSTable__tbody__tr__td,.RentRollTable .NSTable__thead__tr,.RentRollTable .NSTable__thead__tr__th{background:#0000!important;border:none!important}.RentRollTable .NSTable__tbody__tr:last-child,.RentRollTable .NSTable__tbody__tr:last-child .NSTable__tbody__tr__td{border-top:1px solid #ffffff1a!important}.InvestmentMemo{height:calc(100vh - 64px)}.InvestmentMemo__content{overflow-y:auto}.NavMenu__item{background-color:#3b424d;border-radius:4px;font-weight:700}.NavMenu__item--inactive{background-color:#3b424d;opacity:.5}.DraggableTable{border-radius:8px;position:relative;width:100%}.DraggableTable__container{border-radius:8px;overflow-x:auto;width:100%}.DraggableTable__container::-webkit-scrollbar{height:10px}.DraggableTable__container::-webkit-scrollbar-track{background:#2c3039;border-radius:4px}.DraggableTable__container::-webkit-scrollbar-thumb{background:#333742;border-radius:4px}.DraggableTable__container::-webkit-scrollbar-thumb:hover{background:#3b3f4c}.DraggableTable thead th{border-bottom:0;border-top:0}.DraggableTable__row-actions{background-color:#2c3039;height:49px}.DraggableTable__table{border-collapse:collapse;min-width:100%;width:max-content}.DraggableTable__table__table-header th{background-clip:padding-box;background-color:#525d6b;color:#fff;padding:16px;position:sticky;top:0;z-index:10}.DraggableTable__table__table-header th:first-child,.DraggableTable__table__table-header th:last-child{width:1rem}.DraggableTable__table tbody tr{cursor:pointer}.DraggableTable__table tbody tr.active{background-color:#525d6b}.DraggableHeader{transition:transform .15s ease-in-out,opacity .15s ease-in-out;vertical-align:middle!important}.DraggableHeader--no-transition{transition:none}.DraggableHeader--fixed{cursor:default}.DraggableHeader__content{cursor:grab;gap:8px;height:100%}.DraggableHeader__content--grabbing{cursor:grabbing}.DraggableTableActionMenu{display:inline-block;position:relative}.DraggableTableActionMenu__dropdown{background-color:#4f5b69;border-radius:6px;box-shadow:0 2px 8px #252830;min-width:160px;padding:.5rem 0;position:absolute;right:0;top:100%;z-index:10}.DraggableTableActionMenu__dropdown__item{background:none;border:none;color:#fff;font-size:14px;padding:.5rem 1rem;text-align:left;transition:background-color .3s ease;width:100%}.DraggableTableActionMenu__dropdown__item:hover{background-color:#464e5b}.DraggableTableActionMenu__list{list-style:none;margin:0;padding:0}.Deals{transition:padding-left .3s ease-in-out}.Deals--padding-collapsed{padding-left:40px}.Deals--padding-expanded{padding-left:244px}.Deals__header-container{border-bottom:2px solid #4f5b69}.Deals__header-container__title{color:#fff;font-size:24px;font-weight:600;line-height:normal;margin-bottom:0}.Deals__header-container__subtitle{color:#aab8c5}.Deals__select{width:180px;z-index:11}.Deals__create-select{width:140px;z-index:1050}.Deals__vertical-divider{align-self:stretch;border-left:1px solid #4f5b69;height:auto;margin:0 8px}.Deals__no-deals-message{font-size:20px;height:650px}.Deals__empty-state{height:70vh;overflow:hidden}.Deals__empty-state__title{font-size:3.5rem}.ProjectStages{overflow:hidden}.ProjectStages:before{background-color:#8391a2;content:"";height:80%;left:12px;position:absolute;top:0;width:1px;z-index:1}.ProjectStages__steps{margin-bottom:24px}.ProjectStages__steps:last-child{margin-bottom:0}.ProjectStages__steps__circle{align-items:center;background-color:#3b424d;border:1px solid #aab8c5;border-radius:50%;color:#aab8c5;display:flex;flex-shrink:0;font-size:12px;height:24px;justify-content:center;position:relative;width:24px;z-index:2}.ProjectStages__steps__circle.active{background-color:#0fb3ff;border-color:#0fb3ff;color:#fff}.ProjectStages__steps__stage{color:#aab8c5;margin-left:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ProjectStages__steps__stage__name{color:#fff;font-weight:600}.PipelineSidebar{background-color:#3b424d;color:#fff;left:0;overflow:hidden;padding-top:64px;position:fixed;top:0;transition:width .3s ease-out;z-index:1}.PipelineSidebar--expanded{width:220px}.PipelineSidebar--collapsed{width:12px}.PipelineSidebar__toggle{background-color:#3b424d;bottom:0;left:0;position:fixed;top:4.5rem;transition:opacity .3s ease-out .1s;width:12px}.PipelineSidebar__toggle.hidden{opacity:0;pointer-events:none;transition:opacity .1s ease-out 0s}.PipelineSidebar__content{background-color:#3b424d;display:flex;flex-direction:column;height:100vh;padding:1rem}.PipelineSidebar__content__title{font-size:16px;font-weight:600;margin:0;max-width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.MapView__Card__Details p{margin-bottom:.5rem}.DealGroupMenu{position:relative}.DealGroupMenu__toggle{align-items:center;background-color:#414b56;border-radius:4px;cursor:pointer;display:flex;justify-content:center}.DealGroupMenu--dropdown-menu{background-color:#414b56;border-radius:4px;min-width:150px}.DealGroupMenu--dropdown-menu__dropdown-item{cursor:pointer;padding:8px 12px}.DealGroupMenu--dropdown-menu__dropdown-item:hover{background-color:#4f5b69}.KeyStatsCardWithIcon{background-color:#0fb3ff33;overflow:hidden}.KeyStatsCardWithIcon__bg-icon{bottom:-10px;font-size:7rem;opacity:.15;position:absolute;right:-3px}.DirectSignUp{align-items:center;color:#fff;display:flex;height:100vh}@media(max-width:768px){.DirectSignUp{flex-direction:column;height:auto;min-height:100vh}}.DirectSignUp__SwitchPhaseButton{align-self:flex-start;background:none;border:none;color:#0fb3ff;cursor:pointer;font-size:14px;margin-bottom:1rem;margin-top:2rem;padding:0}.DirectSignUp__InvalidCaptcha{margin-bottom:0;margin-top:16px;width:100%}.DirectSignUp__SignUpSection{display:flex;flex-direction:column;height:100%;justify-content:center;padding:3rem;width:50%}@media(max-width:768px){.DirectSignUp__SignUpSection{height:auto;padding:2rem;width:100%}}.DirectSignUp__Logo{align-self:flex-start;height:60px}.DirectSignUp__LogoWrapper{align-self:flex-start;margin-bottom:2rem}.DirectSignUp__Form{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-bottom:auto;margin-top:auto}.DirectSignUp__FormFields{display:flex;flex-direction:column;gap:8px;width:100%}.DirectSignUp__Heading{font-size:96px;font-weight:700}@media(max-width:768px){.DirectSignUp__Heading{font-size:64px}}.DirectSignUp__SubHeading{color:#b6c1ce;font-size:20px;font-weight:350;margin-bottom:2rem}.DirectSignUp__FullWidth{width:100%}.DirectSignUp__FullWidth,.DirectSignUp__InputWrapper{display:flex;flex-direction:column}.DirectSignUp__Input{margin-bottom:1rem;width:100%}.DirectSignUp__InputRow{display:flex;gap:8px;width:100%}.DirectSignUp__InputRow .DirectSignUp__Input{flex:1 1;margin-bottom:0}.DirectSignUp__Button{border-radius:4px;font-weight:700;max-width:100%;width:100%}.DirectSignUp__Login{color:#b6c1ce;font-size:12px;margin-top:16px}.DirectSignUp__Login__Button{background:none;border:none;color:#0fb3ff;cursor:pointer;font:inherit;padding:0;text-decoration:underline}.DirectSignUp__Login__Button span{font-weight:700}.DirectSignUp__SocialSignUpButtonContainer{align-items:center;display:flex;justify-content:center;width:100%}.DirectSignUp__SocialIconButtons{align-items:center;display:flex;gap:8px;min-width:0;width:100%}@media(max-width:768px){.DirectSignUp__SocialIconButtons{flex-wrap:wrap}}.DirectSignUp__SocialButton{border-radius:8px;flex:0 0 auto;height:44px}.DirectSignUp__SocialButton--full-width{justify-content:center;width:100%}.DirectSignUp__SocialButton__Content{align-items:center;display:inline-flex;height:100%;justify-content:center;padding:0 14px}.DirectSignUp__SocialButton__Inner{align-items:center;display:inline-flex;gap:10px;white-space:nowrap}.DirectSignUp__SocialButton__Icon{flex:0 0 auto;height:20px;width:20px}.DirectSignUp__SocialButton__Text{color:#fff;font-size:12px;font-weight:400;line-height:1;white-space:nowrap}.DirectSignUp__SocialButton--google{flex:1 1 auto;min-width:fit-content}.DirectSignUp__SocialButton--icon{flex:0 0 44px;width:44px}.DirectSignUp__SocialButton--icon .DirectSignUp__SocialButton__Content{padding:0;width:100%}.DirectSignUp__LinkButton,.DirectSignUp__LinkButton *{color:#b6c1ce;font-weight:400}.DirectSignUp__LinkButton:hover,.DirectSignUp__LinkButton:hover *{color:#b6c1cecc}.DirectSignUp__LinkButton:disabled,.DirectSignUp__LinkButton:disabled *{color:#b6c1ce80}.DirectSignUp__Features{background:#035e89;display:flex;flex:1 1;flex-direction:column;gap:2rem;height:100%;justify-content:center;overflow:hidden;padding:3rem;position:relative}@media(max-width:768px){.DirectSignUp__Features{gap:1rem;height:auto;padding:2rem;width:100%}}.DirectSignUp__FeaturesImage{display:block;filter:blur(2px);height:100%;max-height:100%;max-width:100%;mix-blend-mode:multiply;object-fit:contain;pointer-events:none;position:absolute;transform:translate(12%,6%) scale(1.2);width:auto;z-index:0}.DirectSignUp__FeatureWrapper{background:#0fb3ff33;border-radius:16px;padding:24px}@media(max-width:768px){.DirectSignUp__FeatureWrapper{padding:16px}}.DirectSignUp__Feature{align-items:center;display:flex;gap:1rem}.DirectSignUp__Feature img{height:100px;width:100px}@media(max-width:768px){.DirectSignUp__Feature img{height:60px;width:60px}}.DirectSignUp__Feature h4{font-size:16px;margin:0}.DirectSignUp__Feature p{font-size:12px;margin:0}.DirectSignUp__Divider{align-items:center;display:flex;margin-bottom:8px;margin-top:8px;width:100%}.DirectSignUp__DividerLine{border-bottom:1px solid #4f5b69;flex:1 1}.DirectSignUp__DividerText{color:#a2adb9;font-size:12px;margin:0 8px;white-space:nowrap}.DirectSignUp__StandaloneDivider{border-bottom:1px solid #4f5b69;margin-bottom:8px;margin-top:8px;width:100%}.DirectSignUp__SectionLabel{color:#fff;display:block;font-size:14px;font-weight:400;margin:0 0 1px}.DirectSignUp__ErrorMessage{font-size:12px;margin-bottom:0;margin-top:4px}.DirectSignUp__ErrorMessage__Label{font-size:12px;margin-bottom:8px}.DirectSignUp__ErrorMessage__Label span{color:#fa6767;font-weight:700}.DirectSignUp__ErrorMessage__Description{color:#b6c1ce;font-style:italic;margin:0}.ProFormaQuickStart{background:linear-gradient(135deg,#262d39,#3c3e4d);display:flex;height:100vh;overflow:hidden}.ProFormaQuickStart__left-panel{-ms-overflow-style:none;max-height:100vh;overflow-y:auto;scrollbar-width:none;width:50%}.ProFormaQuickStart__left-panel::-webkit-scrollbar{display:none}.ProFormaQuickStart__right-panel{flex:1 1;overflow-y:auto;position:relative}.ProFormaQuickStart .NSNavTabs__nav-list>.nav-item{box-sizing:border-box;text-align:center;width:33.33%}.ProFormaQuickStart .NSNavTabs__nav-list>.nav-item:not(:first-child):not(:last-child){padding:0 .5rem}.ProFormaQuickStart .NSNavTabs__nav-list>.nav-item:first-child{padding-right:.25rem}.ProFormaQuickStart .NSNavTabs__nav-list>.nav-item:last-child{padding-left:.25rem}.BasicInformation{background-color:#3b3f4c}.BasicInformation__separator{border-bottom:2px solid #404954;margin-bottom:24px;margin-top:32px}.BasicInformation__title{color:#fff;font-size:20px;font-weight:700}.BasicInformation__subtitle{color:#aab8c5;font-size:14px;font-weight:400}.BasicInformation__label{width:100px}.BasicInformation__datepicker{background:#fff;border:1px solid #3b424d;border-radius:4px;box-shadow:0 4px 6px #0000001a;margin-top:5px;position:absolute;z-index:1050}.BasicInformation__calendar-icon{color:#0fb3ff;cursor:pointer;font-size:1.25rem}.BasicInformation__selected-date{color:#dee2e6;display:inline-block;font-size:1rem;margin-left:.5rem}.BasicInformation__input-width{width:170px}.Development{background-color:#3b3f4c}.Development__separator{border-bottom:2px solid #404954;margin-bottom:24px;margin-top:32px}.Development__title{color:#fff;font-size:20px;font-weight:700}.Development__subtitle{color:#aab8c5;font-size:14px;font-weight:400}.Development__label{width:100px}.DealDeatails__wrapper{width:270px}.Uses{display:flex;flex-direction:column;gap:32px}.Uses__title{color:#fff;font-size:20px;font-weight:700}.Uses__subtitle{color:#aab8c5;font-size:14px;font-weight:400}.Uses__developer-fee-percent{flex:1 1}.Uses__developer-fee-amount{flex:2 1}.Uses__total-label{background:#f9bc0d33;border-radius:4px;color:#fff;font-size:14px;padding:4px 8px}.Uses__total{background:#4f5b69;height:48px}.Uses__total--highlight{background:#f9bc0d33;height:48px}.Uses__label-warning{color:#f9bc0d;font-weight:700;margin-bottom:0;margin-right:8px}.Sources__title{color:#fff;font-size:20px;font-weight:700}.Sources__subtitle{color:#aab8c5;font-size:14px;font-weight:400}.Sources__total_row{background-color:#3b424d;border:1px solid #0000;border-radius:3px;color:#fff;justify-content:space-between;margin:0;padding:16px 14px;text-align:center}.Sources__total_row p{margin-bottom:0}.Sources__add_source{border:2px dashed #414b56;cursor:pointer;height:46px;justify-content:center;padding:16px 14px;text-align:center;width:100%}.Sources__add_source p{margin-bottom:0;margin-left:8px}.Sources__add_source span{align-items:center;display:flex;flex-direction:row;justify-content:center}.Sources__total{background:#4f5b69;height:48px}.Sources label{margin-bottom:0}.Sources .NSButton{margin-top:27px}.UnitMixOverviewCard__title{color:#fff;font-size:16px;font-weight:400}.UnitMixOverviewCard__separator{border-bottom:2px solid #4f5b69;margin-bottom:12px;margin-top:12px}.UnitMixOverviewCard__noOutline{box-shadow:none!important;outline:none!important}.UnitMixOverviewCard__inputContainer{gap:8px}.UnitMixOverviewCard__inputContainer__dropdown{flex:1 1;min-width:110px}.UnitMixOverviewCard__inputContainer__input{width:170px}.UnitMixOverviewCard__inputContainer__largeInput{flex:2 1}.OtherIncomeCardContainer{gap:8px}.OtherIncomeCardContainer__annualGrowthContainer{flex:0 0 140px;max-width:140px}.Expenses{display:flex;flex-direction:column;gap:32px}.Expenses__title{color:#fff;font-size:18px;font-weight:700;margin-bottom:8px}.Expenses__subtitle{color:#aab8c5;font-size:14px;font-weight:400;margin-bottom:16px}.Expenses__inputs-container--disabled{opacity:.5}.ExpensesDetail__title{color:#fff;font-size:18px;font-weight:700}.ExpensesDetail__subtitle{font-size:14px;font-weight:400}.ExpensesDetail__card{gap:8px}.ExpensesDetail__add-expense{border:2px dashed #4f5b69;transition:all .3s ease}.ExpensesDetail__add-expense:hover{background-color:#606b7933}.Operations{background-color:#3b3f4c}.BOEEstimate{background:#1e1f26;color:#fff;display:flex;font-family:sans-serif;min-height:100vh;position:relative}.BOEEstimate__corner-logo{left:40px;position:fixed;top:24px;width:100px;z-index:3}.BOEEstimate__left-panel{align-self:flex-start;background:linear-gradient(135deg,#252831,#3c3d50);display:flex;flex-direction:column;height:100vh;justify-content:center;max-width:45%;padding:40px;position:sticky;top:0}.BOEEstimate__left-panel h1{font-size:48px;font-weight:700;margin-bottom:20px}.BOEEstimate__asset-options{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:20px}.BOEEstimate__asset-card{background:#333;border-radius:8px;cursor:pointer;height:140px;overflow:hidden;position:relative;text-align:center;transition:border .2s;width:140px}.BOEEstimate__asset-card--selected{border:3px solid #2eaadc}.BOEEstimate__asset-card--selected img{opacity:.8!important}.BOEEstimate__asset-card img{height:100%;left:0;object-fit:cover;opacity:.4;position:absolute;top:0;width:100%}.BOEEstimate__asset-card span{display:block;font-weight:700;margin-top:45%;position:relative;z-index:1}.BOEEstimate__right-panel{flex:1 1;min-height:100vh;overflow-y:auto;position:relative}.BOEEstimate__right-panel-bg{background-position:20% 5%;height:100%;left:0;min-height:100%;position:absolute;top:0;width:100%;z-index:0}.BOEEstimate__right-panel-bg:after{background-color:#128fc98a;content:"";inset:0;position:absolute}.BOEEstimate__right-panel-content{display:flex;flex-direction:column;padding:40px;position:relative;z-index:1}.BOEEstimate__ad{margin:auto;max-width:600px;text-align:left;width:100%}.BOEEstimate__pitch-text{font-size:24px;font-weight:300;margin-bottom:30px}.BOEEstimate__pitch-quote{font-size:18px;font-weight:lighter}.BOEEstimate__pitch-user-name{color:#43d29d}.BOEEstimate__testimonial{align-items:flex-start;background:#0470a2;border-radius:12px;display:flex;gap:15px;margin-bottom:30px;padding:20px}.BOEEstimate__testimonial-photo-wrapper{display:inline-block;position:relative}.BOEEstimate__testimonial-photo-wrapper:before{background-color:#43d29d;border-radius:5px;content:"";height:100px;position:absolute;right:6px;top:-6px;width:100px;z-index:0}.BOEEstimate__testimonial-photo{border-radius:5px;display:block;height:100px;object-fit:cover;position:relative;width:100px;z-index:1}.BOEEstimate__testimonial blockquote{color:#fff;margin:0}.BOEEstimate__developers p{font-size:24px;font-weight:lighter;margin-bottom:12px}.BOEEstimate__logos{grid-gap:1.5rem;align-items:center;display:grid;gap:1.5rem;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,auto);justify-items:center;margin:0 auto;width:100%}.BOEEstimate__logo{flex:0 0 auto;height:40px;max-width:120px;object-fit:contain}.BOECalculator-overlay{background-color:#0889c34d;position:relative}.BOECalculator-overlay:before{background-color:#0889c34d;border-radius:5px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.BOECalculator-overlay>*{position:relative;z-index:2}.BOECalculator hr{background-color:#4187aa;height:2px}.BOECalculator-input{background-color:#2a86af;border-color:#2a86af;color:#fff}.BOECalculator-input:focus{background-color:#246d8c;border-color:#246d8c;color:#fff}.BOECalculator-input-addon{background-color:#1d9cd6;border-color:#1d9cd6;color:#fff}.BOECalculator-dropdown{background-color:#0db4fd!important;border-color:#0db4fd!important;border-radius:3px;color:#fff;z-index:10}.NSBadge{align-items:center;display:inline-flex;font-weight:500;justify-content:center;padding-left:8px;padding-right:8px;padding-top:4px}.NSBadge--purple{background-color:#6b5eae}.NSBadge--dark-blue{background-color:#345fbe}.NSBadge--blue{background-color:#0fb3ff}.NSBadge--gray{background-color:#464e5b}.NSBadge--indigo{background-color:#727cf5}.NSBadge--orange{background-color:#ff9041}.NSBadge--yellow{background-color:#f9bc0d}.NSBadge--lime-green{background-color:#88c63a}.NSBadge--green{background-color:#42d29d}.NSBadge--cyan{background-color:#00c3c7}.NSBadge--light-blue{background-color:#44badc}.NSBadge--dark-cyan{background-color:#009eaa}.NSBadge--light-gray{background-color:#606b79}.NSButton{font-weight:500}.NSButton:disabled{opacity:.3}.NSButton--secondary-lighten{background-color:#4f5b69;color:#fff}.NSButton--secondary-lighten:hover{background-color:#414b56}.NSCard{box-shadow:none}.NSCard--level-1{background-color:#2c3039;margin:0}.NSCard--level-2{background-color:#333742;margin:0}.NSCard--level-3{background-color:#3b3f4c;margin:0}.NSCard--level-4{background-color:#424655;margin:0}.NSCard--level-5{background-color:#494e5e;margin:0}.NSCard--disabled{opacity:.4}.NSCard__left-border--info{border-left:3px solid #0fb3ff!important}.NSCard__left-border--success{border-left:3px solid #42d29d!important}.NSCard__left-border--warning{border-left:3px solid #f9bc0d!important}.NSCard__left-border--danger{border-left:3px solid #fa6767!important}.NSCard--warning{background-color:#f9bc0d33!important;border-left:3px solid #f9bc0d!important}.NSCheckbox-icon-only--checked{color:#0fb3ff}.NSCheckbox-icon-only--disabled{cursor:default;opacity:.25}.NSInput:disabled{opacity:.4}.NSInput--type-number{-moz-appearance:textfield}.NSInput--type-number::-webkit-inner-spin-button,.NSInput--type-number::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.NSInput--hide-cancel-icon::-webkit-search-cancel-button{display:none}.NSInput__appended-child--with-select{height:41px}.NSInput__label-ai-icon{height:18px}input.NSInput[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;background:url('data:image/svg+xml;utf8,<svg fill="gray" height="12" viewBox="0 0 24 24" width="12" xmlns="http://www.w3.org/2000/svg"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>') no-repeat 50%;background-size:contain;cursor:pointer;height:1em;width:1em}.NSLoadingScreen__img{object-fit:contain;width:100px}.NSLoadingScreen__img--sm{width:50px}.NSLoadingScreen__img--lg{width:300px}.NSTable{border-collapse:initial;border-radius:.25rem;border-spacing:0;margin:0}.NSTable td,.NSTable th{border-top:1px solid #4f5b69!important}.NSTable__thead{border-bottom:none!important;color:#fff}.NSTable__thead__tr,.NSTable__thead__tr__th{background-color:#525d6b;border-bottom:none!important}.NSTable__thead__tr__th:first-child{border-top-left-radius:.25rem}.NSTable__thead__tr__th:last-child{border-top-right-radius:.25rem}.NSTable__thead__tr__th--right-border{border-right:2px solid #4f5b69!important}.NSTable__thead__tr__th--width-150{width:150px}.NSTable__thead__tr__th--width-140{width:140px!important}.NSTable__thead__tr__th--grey-text{color:#aab8c5!important}.NSTable__thead__tr__th--grey-bg{background:#0003}.NSTable__thead__tr__th--opacity-3{opacity:.3}.NSTable__thead--show-column-borders td:not(:first-child),.NSTable__thead--show-column-borders th:not(:first-child){border-left:1px solid #606b79!important}.NSTable__thead--show-column-borders td:first-child,.NSTable__thead--show-column-borders th:first-child{border-right:1px solid #606b79!important}.NSTable__tbody__tr,.NSTable__tbody__tr--level-1{background-color:#464e5b}.NSTable__tbody__tr--level-2{background-color:#3b414d}.NSTable__tbody__tr--level-3{background-color:#30343e}.NSTable__tbody__tr--level-4{background-color:#252830}.NSTable__tbody__tr--hoverable:hover{background-color:#525d6b}.NSTable__tbody__tr__td{border-top:1px solid #4f5b69!important}.NSTable__tbody__tr__td--right-border{border-right:2px solid #4f5b69!important}.NSTable__tbody__tr__td--width-200{width:200px}.NSTable__tbody__tr__td--width-100{width:100px}.NSTable__tbody__tr__td--grey-bg{background:#0003}.NSTable__tbody__tr__td--opacity-3{opacity:.3}.NSTable__tbody__tr__td--warning-border:before{background:#f9bc0d;bottom:.5px;content:"";left:0;position:absolute;top:.5px;width:2px}.NSTable__tbody__tr__td__input{min-height:54px;padding-bottom:6px!important;padding-right:4px!important;padding-top:6px!important;vertical-align:middle!important}.NSTable__tbody__tr__td__input input{margin:2px}.NSTable__tbody__subheader{background-color:#525d6b!important;color:#fff}.NSTable__tbody__subheader td{border-bottom:1px solid #606b79!important;border-top:1px solid #606b79!important}.NSTable__tbody--show-column-borders td:not(:first-child),.NSTable__tbody--show-column-borders th:not(:first-child){border-left:1px solid #606b79!important}.NSTable__tbody--show-column-borders td:first-child,.NSTable__tbody--show-column-borders th:first-child{border-right:1px solid #606b79!important}.NSTable__tfoot{color:#fff}.NSTable__tfoot__tr,.NSTable__tfoot__tr__td{background-color:#525d6b}.NSTable__tfoot__tr__td{border-bottom:none!important;border-top:1px solid #4f5b69!important}.NSTable__tfoot__tr__td:first-child{border-bottom-left-radius:.25rem}.NSTable__tfoot__tr__td:last-child{border-bottom-right-radius:.25rem}.NSTable__tfoot__tr__td--width-100{width:100px}.NSTable__tfoot__tr__td--right-border{border-right:2px solid #4f5b69!important}.NSTable__tfoot__tr__td--grey-bg{background:#0003}.NSTable__tfoot--show-column-borders td:not(:first-child),.NSTable__tfoot--show-column-borders th:not(:first-child){border-left:1px solid #606b79!important}.NSTable__tfoot--show-column-borders td:first-child,.NSTable__tfoot--show-column-borders th:first-child{border-right:1px solid #606b79!important}.NSTable--custom-header>td{border-top:none!important}.NSTable--no-footer{overflow:hidden}.NSTable--no-footer .NSTable__tbody__tr:last-child .NSTable__tbody__tr__td:first-child{border-bottom-left-radius:.25rem}.NSTable--no-footer .NSTable__tbody__tr:last-child .NSTable__tbody__tr__td:last-child{border-bottom-right-radius:.25rem}.NSTable--sticky-headers{overflow:auto!important;width:max-content}.NSTable--sticky-headers--full-width{width:100%}.NSTable--sticky-headers__table-container{-ms-overflow-style:none;max-height:75vh;overflow:auto;scrollbar-width:none}.NSTable--sticky-headers__table-container -webkit-scrollbar{display:none}.NSTable--sticky-headers__table-container:hover+.NSTable--custom-scrollbar__wrapper{opacity:1}.NSTable--sticky-headers thead td,.NSTable--sticky-headers thead th{background-color:#525d6b;position:sticky!important;top:0;z-index:2}.NSTable--sticky-headers tfoot td,.NSTable--sticky-headers tfoot th{background-color:#525d6b;bottom:0;position:sticky!important;z-index:2}.NSTable--sticky-headers tfoot td:first-child,.NSTable--sticky-headers tfoot th:first-child,.NSTable--sticky-headers thead td:first-child,.NSTable--sticky-headers thead th:first-child{background-color:#525d6b;left:0;position:sticky!important;z-index:3}.NSTable--sticky-headers tfoot td:first-child:after,.NSTable--sticky-headers tfoot th:first-child:after,.NSTable--sticky-headers thead td:first-child:after,.NSTable--sticky-headers thead th:first-child:after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.NSTable--sticky-headers tbody td:first-child,.NSTable--sticky-headers tbody th:first-child{background-color:inherit;left:0;position:sticky!important;z-index:2}.NSTable--sticky-headers tbody td:first-child:after,.NSTable--sticky-headers tbody th:first-child:after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.NSTable--sticky-headers--two-sticky-columns tfoot td:first-child,.NSTable--sticky-headers--two-sticky-columns tfoot td:nth-child(2),.NSTable--sticky-headers--two-sticky-columns tfoot th:first-child,.NSTable--sticky-headers--two-sticky-columns tfoot th:nth-child(2),.NSTable--sticky-headers--two-sticky-columns thead td:first-child,.NSTable--sticky-headers--two-sticky-columns thead td:nth-child(2),.NSTable--sticky-headers--two-sticky-columns thead th:first-child,.NSTable--sticky-headers--two-sticky-columns thead th:nth-child(2){background-color:#525d6b;border-bottom:none!important;position:sticky!important;z-index:3}.NSTable--sticky-headers--two-sticky-columns tfoot td:first-child,.NSTable--sticky-headers--two-sticky-columns tfoot th:first-child,.NSTable--sticky-headers--two-sticky-columns thead td:first-child,.NSTable--sticky-headers--two-sticky-columns thead th:first-child{left:0;min-width:800px}.NSTable--sticky-headers--two-sticky-columns tfoot td:nth-child(2),.NSTable--sticky-headers--two-sticky-columns tfoot th:nth-child(2),.NSTable--sticky-headers--two-sticky-columns thead td:nth-child(2),.NSTable--sticky-headers--two-sticky-columns thead th:nth-child(2){left:800px;min-width:150px}.NSTable--sticky-headers--two-sticky-columns tfoot td:nth-child(2):after,.NSTable--sticky-headers--two-sticky-columns tfoot th:nth-child(2):after,.NSTable--sticky-headers--two-sticky-columns thead td:nth-child(2):after,.NSTable--sticky-headers--two-sticky-columns thead th:nth-child(2):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.NSTable--sticky-headers--two-sticky-columns tbody td:first-child,.NSTable--sticky-headers--two-sticky-columns tbody td:nth-child(2),.NSTable--sticky-headers--two-sticky-columns tbody th:first-child,.NSTable--sticky-headers--two-sticky-columns tbody th:nth-child(2){background-color:inherit;position:sticky!important;z-index:2}.NSTable--sticky-headers--two-sticky-columns tbody td:first-child,.NSTable--sticky-headers--two-sticky-columns tbody th:first-child{left:0;min-width:800px}.NSTable--sticky-headers--two-sticky-columns tbody td:nth-child(2),.NSTable--sticky-headers--two-sticky-columns tbody th:nth-child(2){border-right:2px solid #4f5b69;left:800px;min-width:150px}.NSTable--sticky-headers--two-sticky-columns tbody td:nth-child(2):after,.NSTable--sticky-headers--two-sticky-columns tbody th:nth-child(2):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.NSTable--sticky-headers--four-sticky-columns tfoot td:first-child,.NSTable--sticky-headers--four-sticky-columns tfoot td:nth-child(2),.NSTable--sticky-headers--four-sticky-columns tfoot td:nth-child(3),.NSTable--sticky-headers--four-sticky-columns tfoot td:nth-child(4),.NSTable--sticky-headers--four-sticky-columns tfoot th:first-child,.NSTable--sticky-headers--four-sticky-columns tfoot th:nth-child(2),.NSTable--sticky-headers--four-sticky-columns tfoot th:nth-child(3),.NSTable--sticky-headers--four-sticky-columns tfoot th:nth-child(4),.NSTable--sticky-headers--four-sticky-columns thead td:first-child,.NSTable--sticky-headers--four-sticky-columns thead td:nth-child(2),.NSTable--sticky-headers--four-sticky-columns thead td:nth-child(3),.NSTable--sticky-headers--four-sticky-columns thead td:nth-child(4),.NSTable--sticky-headers--four-sticky-columns thead th:first-child,.NSTable--sticky-headers--four-sticky-columns thead th:nth-child(2),.NSTable--sticky-headers--four-sticky-columns thead th:nth-child(3),.NSTable--sticky-headers--four-sticky-columns thead th:nth-child(4){background-color:#525d6b;border-bottom:none!important;position:sticky!important;z-index:3}.NSTable--sticky-headers--four-sticky-columns tfoot td:first-child,.NSTable--sticky-headers--four-sticky-columns tfoot th:first-child,.NSTable--sticky-headers--four-sticky-columns thead td:first-child,.NSTable--sticky-headers--four-sticky-columns thead th:first-child{left:0;min-width:400px}.NSTable--sticky-headers--four-sticky-columns tfoot td:nth-child(2),.NSTable--sticky-headers--four-sticky-columns tfoot th:nth-child(2),.NSTable--sticky-headers--four-sticky-columns thead td:nth-child(2),.NSTable--sticky-headers--four-sticky-columns thead th:nth-child(2){left:400px;min-width:150px}.NSTable--sticky-headers--four-sticky-columns tfoot td:nth-child(3),.NSTable--sticky-headers--four-sticky-columns tfoot th:nth-child(3),.NSTable--sticky-headers--four-sticky-columns thead td:nth-child(3),.NSTable--sticky-headers--four-sticky-columns thead th:nth-child(3){left:550px;min-width:250px}.NSTable--sticky-headers--four-sticky-columns tfoot td:nth-child(4),.NSTable--sticky-headers--four-sticky-columns tfoot th:nth-child(4),.NSTable--sticky-headers--four-sticky-columns thead td:nth-child(4),.NSTable--sticky-headers--four-sticky-columns thead th:nth-child(4){left:800px;min-width:150px}.NSTable--sticky-headers--four-sticky-columns tfoot td:nth-child(4):after,.NSTable--sticky-headers--four-sticky-columns tfoot th:nth-child(4):after,.NSTable--sticky-headers--four-sticky-columns thead td:nth-child(4):after,.NSTable--sticky-headers--four-sticky-columns thead th:nth-child(4):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.NSTable--sticky-headers--four-sticky-columns tbody td:first-child,.NSTable--sticky-headers--four-sticky-columns tbody td:nth-child(2),.NSTable--sticky-headers--four-sticky-columns tbody td:nth-child(3),.NSTable--sticky-headers--four-sticky-columns tbody td:nth-child(4),.NSTable--sticky-headers--four-sticky-columns tbody th:first-child,.NSTable--sticky-headers--four-sticky-columns tbody th:nth-child(2),.NSTable--sticky-headers--four-sticky-columns tbody th:nth-child(3),.NSTable--sticky-headers--four-sticky-columns tbody th:nth-child(4){background-color:inherit;position:sticky!important;z-index:2}.NSTable--sticky-headers--four-sticky-columns tbody td:first-child,.NSTable--sticky-headers--four-sticky-columns tbody th:first-child{left:0;min-width:400px}.NSTable--sticky-headers--four-sticky-columns tbody td:nth-child(2),.NSTable--sticky-headers--four-sticky-columns tbody th:nth-child(2){left:400px;min-width:150px}.NSTable--sticky-headers--four-sticky-columns tbody td:nth-child(3),.NSTable--sticky-headers--four-sticky-columns tbody th:nth-child(3){left:550px;min-width:150px}.NSTable--sticky-headers--four-sticky-columns tbody td:nth-child(4),.NSTable--sticky-headers--four-sticky-columns tbody th:nth-child(4){border-right:2px solid #4f5b69;left:800px;min-width:150px}.NSTable--sticky-headers--four-sticky-columns tbody td:nth-child(4):after,.NSTable--sticky-headers--four-sticky-columns tbody th:nth-child(4):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.NSTable--sticky-headers--five-sticky-columns tfoot td:first-child,.NSTable--sticky-headers--five-sticky-columns tfoot td:nth-child(2),.NSTable--sticky-headers--five-sticky-columns tfoot td:nth-child(3),.NSTable--sticky-headers--five-sticky-columns tfoot td:nth-child(4),.NSTable--sticky-headers--five-sticky-columns tfoot td:nth-child(5),.NSTable--sticky-headers--five-sticky-columns tfoot th:first-child,.NSTable--sticky-headers--five-sticky-columns tfoot th:nth-child(2),.NSTable--sticky-headers--five-sticky-columns tfoot th:nth-child(3),.NSTable--sticky-headers--five-sticky-columns tfoot th:nth-child(4),.NSTable--sticky-headers--five-sticky-columns tfoot th:nth-child(5),.NSTable--sticky-headers--five-sticky-columns thead td:first-child,.NSTable--sticky-headers--five-sticky-columns thead td:nth-child(2),.NSTable--sticky-headers--five-sticky-columns thead td:nth-child(3),.NSTable--sticky-headers--five-sticky-columns thead td:nth-child(4),.NSTable--sticky-headers--five-sticky-columns thead td:nth-child(5),.NSTable--sticky-headers--five-sticky-columns thead th:first-child,.NSTable--sticky-headers--five-sticky-columns thead th:nth-child(2),.NSTable--sticky-headers--five-sticky-columns thead th:nth-child(3),.NSTable--sticky-headers--five-sticky-columns thead th:nth-child(4),.NSTable--sticky-headers--five-sticky-columns thead th:nth-child(5){background-color:#525d6b;border-bottom:none!important;position:sticky!important;z-index:3}.NSTable--sticky-headers--five-sticky-columns tfoot td:first-child,.NSTable--sticky-headers--five-sticky-columns tfoot th:first-child,.NSTable--sticky-headers--five-sticky-columns thead td:first-child,.NSTable--sticky-headers--five-sticky-columns thead th:first-child{left:0;min-width:200px}.NSTable--sticky-headers--five-sticky-columns tfoot td:nth-child(2),.NSTable--sticky-headers--five-sticky-columns tfoot th:nth-child(2),.NSTable--sticky-headers--five-sticky-columns thead td:nth-child(2),.NSTable--sticky-headers--five-sticky-columns thead th:nth-child(2){left:200px;min-width:140px}.NSTable--sticky-headers--five-sticky-columns tfoot td:nth-child(3),.NSTable--sticky-headers--five-sticky-columns tfoot th:nth-child(3),.NSTable--sticky-headers--five-sticky-columns thead td:nth-child(3),.NSTable--sticky-headers--five-sticky-columns thead th:nth-child(3){left:340px;min-width:140px}.NSTable--sticky-headers--five-sticky-columns tfoot td:nth-child(4),.NSTable--sticky-headers--five-sticky-columns tfoot th:nth-child(4),.NSTable--sticky-headers--five-sticky-columns thead td:nth-child(4),.NSTable--sticky-headers--five-sticky-columns thead th:nth-child(4){left:480px;min-width:140px}.NSTable--sticky-headers--five-sticky-columns tfoot td:nth-child(5),.NSTable--sticky-headers--five-sticky-columns tfoot th:nth-child(5),.NSTable--sticky-headers--five-sticky-columns thead td:nth-child(5),.NSTable--sticky-headers--five-sticky-columns thead th:nth-child(5){left:620px;min-width:140px}.NSTable--sticky-headers--five-sticky-columns tfoot td:nth-child(5):after,.NSTable--sticky-headers--five-sticky-columns tfoot th:nth-child(5):after,.NSTable--sticky-headers--five-sticky-columns thead td:nth-child(5):after,.NSTable--sticky-headers--five-sticky-columns thead th:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.NSTable--sticky-headers--five-sticky-columns tbody td:first-child,.NSTable--sticky-headers--five-sticky-columns tbody td:nth-child(2),.NSTable--sticky-headers--five-sticky-columns tbody td:nth-child(3),.NSTable--sticky-headers--five-sticky-columns tbody td:nth-child(4),.NSTable--sticky-headers--five-sticky-columns tbody td:nth-child(5),.NSTable--sticky-headers--five-sticky-columns tbody th:first-child,.NSTable--sticky-headers--five-sticky-columns tbody th:nth-child(2),.NSTable--sticky-headers--five-sticky-columns tbody th:nth-child(3),.NSTable--sticky-headers--five-sticky-columns tbody th:nth-child(4),.NSTable--sticky-headers--five-sticky-columns tbody th:nth-child(5){background-color:inherit;position:sticky!important;z-index:2}.NSTable--sticky-headers--five-sticky-columns tbody td:first-child,.NSTable--sticky-headers--five-sticky-columns tbody th:first-child{left:0;min-width:200px}.NSTable--sticky-headers--five-sticky-columns tbody td:first-child:after,.NSTable--sticky-headers--five-sticky-columns tbody th:first-child:after{background:none}.NSTable--sticky-headers--five-sticky-columns tbody td:nth-child(2),.NSTable--sticky-headers--five-sticky-columns tbody th:nth-child(2){left:200px;min-width:140px}.NSTable--sticky-headers--five-sticky-columns tbody td:nth-child(3),.NSTable--sticky-headers--five-sticky-columns tbody th:nth-child(3){left:340px;min-width:140px}.NSTable--sticky-headers--five-sticky-columns tbody td:nth-child(4),.NSTable--sticky-headers--five-sticky-columns tbody th:nth-child(4){left:480px;min-width:140px}.NSTable--sticky-headers--five-sticky-columns tbody td:nth-child(5),.NSTable--sticky-headers--five-sticky-columns tbody th:nth-child(5){left:620px;min-width:140px}.NSTable--sticky-headers--five-sticky-columns tbody td:nth-child(5):after,.NSTable--sticky-headers--five-sticky-columns tbody th:nth-child(5):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.NSTable--sticky-headers--six-sticky-columns tfoot td:first-child,.NSTable--sticky-headers--six-sticky-columns tfoot td:nth-child(2),.NSTable--sticky-headers--six-sticky-columns tfoot td:nth-child(3),.NSTable--sticky-headers--six-sticky-columns tfoot td:nth-child(4),.NSTable--sticky-headers--six-sticky-columns tfoot td:nth-child(5),.NSTable--sticky-headers--six-sticky-columns tfoot td:nth-child(6),.NSTable--sticky-headers--six-sticky-columns tfoot th:first-child,.NSTable--sticky-headers--six-sticky-columns tfoot th:nth-child(2),.NSTable--sticky-headers--six-sticky-columns tfoot th:nth-child(3),.NSTable--sticky-headers--six-sticky-columns tfoot th:nth-child(4),.NSTable--sticky-headers--six-sticky-columns tfoot th:nth-child(5),.NSTable--sticky-headers--six-sticky-columns tfoot th:nth-child(6),.NSTable--sticky-headers--six-sticky-columns thead td:first-child,.NSTable--sticky-headers--six-sticky-columns thead td:nth-child(2),.NSTable--sticky-headers--six-sticky-columns thead td:nth-child(3),.NSTable--sticky-headers--six-sticky-columns thead td:nth-child(4),.NSTable--sticky-headers--six-sticky-columns thead td:nth-child(5),.NSTable--sticky-headers--six-sticky-columns thead td:nth-child(6),.NSTable--sticky-headers--six-sticky-columns thead th:first-child,.NSTable--sticky-headers--six-sticky-columns thead th:nth-child(2),.NSTable--sticky-headers--six-sticky-columns thead th:nth-child(3),.NSTable--sticky-headers--six-sticky-columns thead th:nth-child(4),.NSTable--sticky-headers--six-sticky-columns thead th:nth-child(5),.NSTable--sticky-headers--six-sticky-columns thead th:nth-child(6){background-color:#525d6b;border-bottom:none!important;position:sticky!important;z-index:3}.NSTable--sticky-headers--six-sticky-columns tfoot td:first-child,.NSTable--sticky-headers--six-sticky-columns tfoot th:first-child,.NSTable--sticky-headers--six-sticky-columns thead td:first-child,.NSTable--sticky-headers--six-sticky-columns thead th:first-child{left:0;max-width:370px!important;min-width:370px!important;width:370px!important}.NSTable--sticky-headers--six-sticky-columns tfoot td:nth-child(2),.NSTable--sticky-headers--six-sticky-columns tfoot th:nth-child(2),.NSTable--sticky-headers--six-sticky-columns thead td:nth-child(2),.NSTable--sticky-headers--six-sticky-columns thead th:nth-child(2){left:370px;min-width:140px;width:140px}.NSTable--sticky-headers--six-sticky-columns tfoot td:nth-child(3),.NSTable--sticky-headers--six-sticky-columns tfoot th:nth-child(3),.NSTable--sticky-headers--six-sticky-columns thead td:nth-child(3),.NSTable--sticky-headers--six-sticky-columns thead th:nth-child(3){left:510px;min-width:140px;width:140px}.NSTable--sticky-headers--six-sticky-columns tfoot td:nth-child(4),.NSTable--sticky-headers--six-sticky-columns tfoot th:nth-child(4),.NSTable--sticky-headers--six-sticky-columns thead td:nth-child(4),.NSTable--sticky-headers--six-sticky-columns thead th:nth-child(4){left:650px;min-width:100px;width:100px}.NSTable--sticky-headers--six-sticky-columns tfoot td:nth-child(5),.NSTable--sticky-headers--six-sticky-columns tfoot th:nth-child(5),.NSTable--sticky-headers--six-sticky-columns thead td:nth-child(5),.NSTable--sticky-headers--six-sticky-columns thead th:nth-child(5){left:750px;min-width:100px;width:100px}.NSTable--sticky-headers--six-sticky-columns tfoot td:nth-child(6),.NSTable--sticky-headers--six-sticky-columns tfoot th:nth-child(6),.NSTable--sticky-headers--six-sticky-columns thead td:nth-child(6),.NSTable--sticky-headers--six-sticky-columns thead th:nth-child(6){left:850px;min-width:120px;width:120px}.NSTable--sticky-headers--six-sticky-columns tfoot td:nth-child(6):after,.NSTable--sticky-headers--six-sticky-columns tfoot th:nth-child(6):after,.NSTable--sticky-headers--six-sticky-columns thead td:nth-child(6):after,.NSTable--sticky-headers--six-sticky-columns thead th:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.NSTable--sticky-headers--six-sticky-columns tbody td:first-child,.NSTable--sticky-headers--six-sticky-columns tbody td:nth-child(2),.NSTable--sticky-headers--six-sticky-columns tbody td:nth-child(3),.NSTable--sticky-headers--six-sticky-columns tbody td:nth-child(4),.NSTable--sticky-headers--six-sticky-columns tbody td:nth-child(5),.NSTable--sticky-headers--six-sticky-columns tbody td:nth-child(6),.NSTable--sticky-headers--six-sticky-columns tbody th:first-child,.NSTable--sticky-headers--six-sticky-columns tbody th:nth-child(2),.NSTable--sticky-headers--six-sticky-columns tbody th:nth-child(3),.NSTable--sticky-headers--six-sticky-columns tbody th:nth-child(4),.NSTable--sticky-headers--six-sticky-columns tbody th:nth-child(5),.NSTable--sticky-headers--six-sticky-columns tbody th:nth-child(6){background-color:inherit;position:sticky!important;z-index:2}.NSTable--sticky-headers--six-sticky-columns tbody td:first-child,.NSTable--sticky-headers--six-sticky-columns tbody th:first-child{left:0;max-width:370px!important;min-width:370px!important;width:370px!important}.NSTable--sticky-headers--six-sticky-columns tbody td:nth-child(2),.NSTable--sticky-headers--six-sticky-columns tbody th:nth-child(2){left:370px;min-width:140px;width:140px}.NSTable--sticky-headers--six-sticky-columns tbody td:nth-child(3),.NSTable--sticky-headers--six-sticky-columns tbody th:nth-child(3){left:510px;min-width:140px;width:140px}.NSTable--sticky-headers--six-sticky-columns tbody td:nth-child(4),.NSTable--sticky-headers--six-sticky-columns tbody th:nth-child(4){left:650px;min-width:100px;width:100px}.NSTable--sticky-headers--six-sticky-columns tbody td:nth-child(5),.NSTable--sticky-headers--six-sticky-columns tbody th:nth-child(5){left:750px;min-width:100px;width:100px}.NSTable--sticky-headers--six-sticky-columns tbody td:nth-child(6),.NSTable--sticky-headers--six-sticky-columns tbody th:nth-child(6){border-right:2px solid #4f5b69;left:850px;min-width:120px;width:120px}.NSTable--sticky-headers--six-sticky-columns tbody td:nth-child(6):after,.NSTable--sticky-headers--six-sticky-columns tbody th:nth-child(6):after{background:linear-gradient(270deg,#0000 60%,#0000001a);bottom:0;content:"";pointer-events:none;position:absolute;right:-50px;top:0;width:50px;z-index:3}.NSTable--custom-scrollbar{height:8px;overflow-x:auto;overflow-y:hidden}.NSTable--custom-scrollbar__wrapper{height:8px;margin-left:1000px;margin-left:var(--sticky-columns-width,1000px);opacity:0;overflow:hidden;transition:opacity .2s ease-in-out}.NSTable--custom-scrollbar__wrapper:hover{opacity:1}.NSTable--custom-scrollbar__content{background:linear-gradient(90deg,#bbb,#ccc);border-radius:4px;height:8px;margin-top:4px}.NSModal__modal-content{background-color:#30343e!important}.NSModal__modal-backdrop--show{background-color:#000;opacity:.5!important}.NSNavTabs__nav-link{background-color:#30343e}.NSNavTabs__nav-list{border-bottom:2px solid #0000!important}.NSSwitch{display:inline-flex;gap:8px}.NSSwitch__content{background-color:#404954;border-radius:50px;cursor:pointer;display:inline-block;height:16px;margin-bottom:0;margin-top:2px;position:relative;transition:background-color .3s;width:30px}.NSSwitch__content__slider{background-color:#fff;border-radius:50%;height:12px;left:2px;position:absolute;top:2px;transition:transform .3s;width:12px}.NSSwitch--disabled{opacity:.5;pointer-events:none}.NSSwitch input:checked+.NSSwitch__content{background-color:#0fb3ff}.NSSwitch input:checked+.NSSwitch__content .NSSwitch__content__slider{transform:translateX(14px)}.overflow-y--auto{overflow-y:auto}.scrollable-container{overflow:auto}.scrollable-container::-webkit-scrollbar{height:8px}.separator{background-color:#4f5b69;height:1px}.hover\:text-dark:hover{color:#f1f1f1!important}.hover\:text-primary:hover{color:#0fb3ff!important}.hover\:text-muted:hover{color:#8391a2!important}.lh-1{line-height:1}.lh-sm{line-height:1.2}.lh-base{line-height:1.5}.lh-lg{line-height:1.75}.lh-xl{line-height:2}.text-decoration-underline{text-decoration:underline}.display--none{display:none!important}.cursor--pointer{cursor:pointer}.cursor--disabled{cursor:not-allowed}.cursor--grab{cursor:grab}
/*# sourceMappingURL=main.c28329c1.css.map*/